@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans-var.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: block;
}

/* --------------------------------------------------------------------------
   BOGUO Launch Core V1 — shared route system
   -------------------------------------------------------------------------- */

:focus-visible {
  outline: 3px solid var(--saffron);
  outline-offset: 4px;
}

.desktop-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.route-hero {
  position: relative;
  min-height: 840px;
  overflow: clip;
  color: var(--paper-light);
  background: var(--night);
}

.route-hero--media {
  background-image: var(--route-hero-image);
  background-position: center;
  background-size: cover;
}

.route-hero--plain {
  background:
    radial-gradient(circle at 72% 38%, rgba(213, 161, 61, 0.13), transparent 28%),
    linear-gradient(135deg, var(--night) 0%, #202b2b 100%);
}

.route-hero__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 12, 12, 0.9) 0%, rgba(9, 12, 12, 0.68) 42%, rgba(9, 12, 12, 0.16) 76%),
    linear-gradient(0deg, rgba(9, 12, 12, 0.66), transparent 46%);
}

.route-hero__line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(251, 250, 246, 0.46);
  stroke-dasharray: 4 11;
  stroke-width: 1;
}

.route-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 840px;
  padding-block: calc(var(--header-height) + 92px) 128px;
}

.route-hero__content > .eyebrow {
  margin-bottom: 32px;
  color: var(--saffron);
}

.route-hero h1 {
  max-width: 940px;
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(68px, 6.6vw, 104px);
  font-weight: 600;
  font-variation-settings: "opsz" 72, "wght" 600;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.route-hero__lead {
  max-width: 650px;
  margin: 34px 0 40px;
  color: rgba(251, 250, 246, 0.84);
  font-size: 19px;
  line-height: 1.6;
}

.route-hero__index {
  position: absolute;
  z-index: 2;
  inset: auto 0 32px;
  display: flex;
  justify-content: space-between;
  color: rgba(251, 250, 246, 0.64);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.route-hero--compact,
.route-hero--compact .route-hero__content {
  min-height: 640px;
}

.route-hero--compact h1 {
  max-width: 760px;
}

.route-hero--form,
.route-hero--form .route-hero__content {
  min-height: 720px;
}

.route-section,
.home-chapter {
  position: relative;
  padding-block: 132px;
  overflow: clip;
  background: var(--paper-light);
}

.route-section--paper-deep,
.home-products {
  background: var(--paper);
}

.route-section--olive {
  color: var(--paper-light);
  background: var(--olive);
}

.route-section--night,
.home-lab,
.home-working {
  color: var(--paper-light);
  background: var(--night);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(150px, 2fr) minmax(0, 7fr) minmax(260px, 3fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 72px;
}

.section-head > .eyebrow {
  padding-top: 11px;
}

.section-head h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(48px, 4.6vw, 72px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.section-head > p:last-child {
  max-width: 420px;
  margin: 8px 0 0;
  color: rgba(17, 17, 15, 0.68);
}

.route-section--night .section-head > p:last-child,
.route-section--olive .section-head > p:last-child,
.home-lab .section-head > p:last-child,
.home-working .section-head > p:last-child {
  color: rgba(251, 250, 246, 0.68);
}

.text-link--dark,
.text-link--light {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  margin-top: 42px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.text-link--light {
  color: var(--paper-light);
}

.home-grow__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.home-grow .section-head {
  grid-column: 1 / -1;
}

.tall-media {
  grid-column: 1 / span 4;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
}

.tall-media img,
.lab-media img,
.product-strip img,
.process-mosaic img,
.catalog-rail img,
.evidence-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line-sequence {
  grid-column: 6 / -1;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.line-sequence li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 30px 0 34px;
  border-bottom: 1px solid var(--line-dark);
}

.line-sequence li > span,
.product-strip figcaption > span,
.approach-lines article > span,
.function-axis article > span,
.process-path li > span,
.decision-grid article > span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.line-sequence h3,
.product-strip h3,
.function-axis h3,
.approach-lines h3,
.decision-grid h3,
.approval-grid h3,
.boundary-columns h3,
.responsibility-split h3 {
  margin: 0 0 10px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.08;
}

.line-sequence p,
.product-strip p,
.function-axis p,
.approach-lines p,
.decision-grid p,
.approval-grid p,
.boundary-columns p,
.responsibility-split p {
  margin: 0;
  color: rgba(17, 17, 15, 0.67);
}

.home-grow__grid > .text-link {
  grid-column: 6 / span 4;
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-strip figure {
  margin: 0;
}

.product-strip img {
  aspect-ratio: 4 / 5;
  filter: saturate(0.84);
  transition: transform 600ms var(--ease), filter 300ms ease;
}

.product-strip figure:hover img {
  filter: saturate(1);
  transform: scale(1.018);
}

.product-strip figcaption {
  display: grid;
  grid-template-columns: 42px 1fr;
  padding-top: 22px;
}

.product-strip figcaption h3,
.product-strip figcaption p {
  grid-column: 2;
}

.home-lab__grid,
.solutions-lab {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.home-lab .section-head,
.solutions-lab .section-head {
  grid-column: 1 / -1;
}

.lab-word,
.oversize-mask {
  grid-column: 1 / -1;
  margin-top: -20px;
  color: transparent;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(150px, 24vw, 350px);
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.08em;
  -webkit-text-stroke: 1px rgba(251, 250, 246, 0.22);
  white-space: nowrap;
}

.decision-list {
  grid-column: 1 / span 6;
  margin: 44px 0 0;
}

.decision-list div,
.product-boundary dl div {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 2fr;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line-light);
}

.decision-list dt,
.product-boundary dt {
  font-weight: 650;
}

.decision-list dd,
.product-boundary dd {
  margin: 0;
  color: rgba(251, 250, 246, 0.68);
}

.lab-media {
  grid-column: 8 / -1;
  aspect-ratio: 4 / 5;
  margin: -74px 0 0;
  overflow: hidden;
}

.home-lab__grid > .text-link {
  grid-column: 1 / span 4;
}

.process-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 290px);
  gap: 16px;
}

.process-mosaic__wide {
  grid-row: 1 / span 2;
}

.stage-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.stage-line li {
  min-height: 118px;
  padding: 20px 16px 18px 0;
  border-right: 1px solid var(--line-dark);
}

.stage-line li:last-child {
  border-right: 0;
}

.stage-line span,
.stage-line strong {
  display: block;
}

.stage-line span {
  margin-bottom: 28px;
  color: var(--clay);
  font-size: 11px;
}

.stage-line strong {
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
}

.function-axis {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-light);
}

.function-axis::before {
  position: absolute;
  inset: -5px auto auto 0;
  width: 9px;
  height: 9px;
  background: var(--saffron);
  border-radius: 50%;
  content: "";
}

.function-axis article {
  min-height: 290px;
  padding: 28px 28px 30px 0;
  border-right: 1px solid var(--line-light);
}

.function-axis article + article {
  padding-left: 28px;
}

.function-axis article:last-child {
  border-right: 0;
}

.function-axis article > span {
  color: var(--saffron);
}

.function-axis h3 {
  margin-top: 76px;
}

.function-axis p,
.route-section--night .approval-grid p,
.route-section--night .boundary-columns p,
.route-section--night .responsibility-split p,
.home-working .function-axis p {
  color: rgba(251, 250, 246, 0.66);
}

.function-axis--paper {
  border-color: var(--line-dark);
}

.function-axis--paper article {
  border-color: var(--line-dark);
}

.function-axis--paper p {
  color: rgba(17, 17, 15, 0.66);
}

.final-cta {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  color: var(--paper-light);
  background: var(--night);
}

.final-cta__line {
  position: absolute;
  inset: 18% -10% auto;
  height: 46%;
  border-top: 1px dashed rgba(251, 250, 246, 0.38);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.final-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 740px;
}

.final-cta h2 {
  max-width: 920px;
  margin: 24px 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(60px, 6.5vw, 94px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.final-cta p:not(.eyebrow) {
  max-width: 600px;
  margin: 0 0 36px;
  color: rgba(251, 250, 246, 0.7);
}

.site-footer {
  color: var(--paper-light);
  background: #0a0f0f;
  border-top: 1px solid rgba(251, 250, 246, 0.18);
}

.site-footer__lead {
  display: grid;
  grid-template-columns: 2fr minmax(0, 8fr);
  gap: 24px;
  align-items: center;
  padding-block: 74px;
  border-bottom: 1px solid var(--line-light);
}

.site-footer__mark {
  font-family: "Newsreader", Georgia, serif;
  font-size: 42px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.site-footer__lead p {
  max-width: 560px;
  margin: 0;
  color: rgba(251, 250, 246, 0.7);
  font-family: "Newsreader", Georgia, serif;
  font-size: 30px;
  line-height: 1.15;
}

.site-footer__links {
  display: grid;
  grid-template-columns: 2fr 2fr 5fr;
  gap: 64px;
  padding-block: 60px;
}

.site-footer__links nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__links nav p {
  margin: 0 0 16px;
  color: rgba(251, 250, 246, 0.46);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer__links nav a {
  width: fit-content;
  min-height: 30px;
  color: rgba(251, 250, 246, 0.78);
}

.site-footer__note {
  max-width: 520px;
  margin: 0;
  color: rgba(251, 250, 246, 0.56);
}

.site-footer__base {
  display: flex;
  justify-content: space-between;
  padding-block: 22px;
  color: rgba(251, 250, 246, 0.44);
  border-top: 1px solid var(--line-light);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fit-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
}

.fit-split article {
  padding-top: 28px;
  border-top: 1px solid var(--line-dark);
}

.editorial-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.editorial-list li {
  position: relative;
  padding: 18px 0 18px 28px;
  border-bottom: 1px solid var(--line-dark);
}

.editorial-list li::before {
  position: absolute;
  inset: 27px auto auto 2px;
  width: 8px;
  height: 8px;
  background: var(--saffron);
  content: "";
  transform: rotate(45deg);
}

.state-sequence {
  display: grid;
  grid-template-columns: 2fr 4fr 4fr;
  gap: 32px;
  align-items: stretch;
  min-height: 600px;
}

.state-sequence__controls {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(251, 250, 246, 0.34);
}

.state-sequence__controls button {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  min-height: 84px;
  padding: 18px 0;
  color: rgba(251, 250, 246, 0.54);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(251, 250, 246, 0.24);
  text-align: left;
  cursor: pointer;
}

.state-sequence__controls button[aria-selected="true"] {
  color: var(--paper-light);
}

.state-sequence__controls button[aria-selected="true"]::after {
  width: 42px;
  height: 2px;
  background: var(--saffron);
  content: "";
}

.state-sequence__visual {
  overflow: hidden;
}

.state-sequence__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.state-sequence__panels {
  display: flex;
  align-items: flex-end;
  padding: 0 0 44px 24px;
}

.state-sequence__panels h3 {
  margin: 26px 0 18px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
}

.state-sequence__panels p:last-child {
  color: rgba(251, 250, 246, 0.72);
}

.oversize-mask {
  grid-column: 1 / -1;
}

.decision-grid {
  grid-column: 2 / -2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid var(--line-light);
}

.decision-grid article {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.decision-grid article:nth-child(even) {
  border-right: 0;
}

.decision-grid h3 {
  margin-top: 54px;
}

.decision-grid p {
  color: rgba(251, 250, 246, 0.65);
}

.stage-accordion {
  border-top: 1px solid var(--line-dark);
}

.stage-accordion details {
  border-bottom: 1px solid var(--line-dark);
}

.stage-accordion summary {
  display: grid;
  grid-template-columns: 64px 1fr 44px;
  align-items: center;
  min-height: 96px;
  cursor: pointer;
  list-style: none;
}

.stage-accordion summary::-webkit-details-marker {
  display: none;
}

.stage-accordion summary span {
  color: var(--clay);
  font-size: 12px;
}

.stage-accordion summary strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: 30px;
  font-weight: 500;
}

.stage-accordion summary i {
  font-style: normal;
  font-size: 28px;
  transition: transform 220ms var(--ease);
}

.stage-accordion details[open] summary i {
  transform: rotate(45deg);
}

.stage-accordion details > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0 0 38px 64px;
}

.stage-accordion details p {
  margin: 0;
  color: rgba(17, 17, 15, 0.68);
}

.stage-accordion details b {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.responsibility-split,
.approval-grid,
.boundary-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.responsibility-split .section-head,
.approval-grid .section-head,
.boundary-columns .section-head {
  grid-column: 1 / -1;
}

.responsibility-split article,
.approval-grid article,
.boundary-columns article {
  min-height: 260px;
  padding: 28px 0;
  border-top: 1px solid var(--line-light);
}

.approval-grid article {
  border-color: var(--line-dark);
}

.approach-lines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
}

.approach-lines article {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid var(--line-dark);
}

.approach-lines article:first-child {
  padding-left: 0;
}

.approach-lines article:last-child {
  border-right: 0;
}

.approach-lines h3 {
  margin-top: 90px;
  font-size: 44px;
}

.catalog-rail {
  display: grid;
  gap: 78px;
}

.catalog-rail article {
  display: grid;
  grid-template-columns: minmax(320px, 5fr) minmax(300px, 4fr);
  gap: 8%;
  align-items: center;
}

.catalog-rail article:nth-child(even) img {
  grid-column: 2;
}

.catalog-rail article:nth-child(even) > div {
  grid-column: 1;
  grid-row: 1;
}

.catalog-rail img {
  aspect-ratio: 4 / 5;
}

.catalog-rail h3 {
  margin: 22px 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
}

.catalog-rail a {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-boundary {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 8%;
}

.product-boundary .section-head {
  grid-column: 1 / -1;
}

.product-boundary dl {
  grid-column: 1;
}

.product-boundary .text-link {
  grid-column: 2;
  align-self: end;
  justify-self: start;
}

.process-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.process-path li {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.process-path h3 {
  margin: 90px 0 16px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.04;
}

.process-path p {
  margin: 0;
  color: rgba(17, 17, 15, 0.66);
}

.evidence-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 300px);
  gap: 16px;
}

.evidence-mosaic figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.evidence-mosaic figure:first-child {
  grid-row: 1 / span 2;
}

.evidence-mosaic figure:last-child {
  grid-column: 2 / span 2;
}

.evidence-mosaic figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 18px;
  color: var(--paper-light);
  background: linear-gradient(transparent, rgba(9, 12, 12, 0.76));
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-statement {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 8%;
}

.about-statement .section-head {
  display: block;
}

.about-statement .section-head .eyebrow {
  margin-bottom: 24px;
}

.about-statement .section-head p:last-child {
  margin-top: 28px;
}

.display-quote {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(52px, 5vw, 76px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.project-form-section {
  padding-block: 120px;
  background: var(--paper-light);
}

.project-form-layout {
  display: grid;
  grid-template-columns: minmax(260px, 3fr) minmax(0, 8fr);
  gap: 8%;
  align-items: start;
}

.project-form-layout > aside {
  position: sticky;
  top: 124px;
}

.project-form-layout > aside h2 {
  margin: 24px 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.03;
}

.project-form-layout > aside > p:last-of-type {
  color: rgba(17, 17, 15, 0.66);
}

.project-form-layout > aside dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  border-top: 1px solid var(--line-dark);
}

.project-form-layout > aside dl div {
  padding: 18px 0;
}

.project-form-layout > aside dt {
  font-family: "Newsreader", Georgia, serif;
  font-size: 44px;
}

.project-form-layout > aside dd {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}

.project-form > section {
  padding: 0 0 84px;
  margin-bottom: 84px;
  border-bottom: 1px solid var(--line-dark);
}

.project-form > section > header {
  display: grid;
  grid-template-columns: 66px 1fr;
  margin-bottom: 50px;
}

.project-form > section > header > span {
  color: var(--clay);
  font-size: 12px;
}

.project-form > section > header p {
  margin-bottom: 14px;
}

.project-form > section > header h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 1;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 24px;
}

.form-field,
.choice-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.form-field > span,
.choice-field legend {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-field em,
.choice-field em {
  color: rgba(17, 17, 15, 0.48);
  font-style: normal;
  font-weight: 500;
}

.form-field b,
.choice-field b {
  color: var(--clay);
  font-weight: 650;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 56px;
  padding: 13px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 15, 0.42);
  border-radius: 0;
  font: inherit;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field small {
  align-self: end;
  color: rgba(17, 17, 15, 0.48);
}

.form-field--full,
.choice-field {
  grid-column: 1 / -1;
  margin-top: 32px;
}

.choice-field {
  padding: 0;
  border: 0;
}

.choice-field > p {
  margin: 0;
  color: rgba(17, 17, 15, 0.56);
  font-size: 14px;
}

.choice-field > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.choice-field label {
  position: relative;
}

.choice-field input {
  position: absolute;
  opacity: 0;
}

.choice-field label span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(17, 17, 15, 0.36);
  cursor: pointer;
}

.choice-field input:checked + span {
  color: var(--paper-light);
  background: var(--ink);
  border-color: var(--ink);
}

.choice-field input:focus-visible + span {
  outline: 3px solid var(--saffron);
  outline-offset: 3px;
}

.choice-field small {
  min-height: 20px;
  color: #a23e27;
}

.form-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.form-action > p {
  max-width: 680px;
  margin: 0;
  color: rgba(17, 17, 15, 0.64);
}

.consent-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 48px;
  max-width: 720px;
  cursor: pointer;
}

.consent-row input {
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
  accent-color: var(--ink);
}

.consent-row--optional {
  color: rgba(17, 17, 15, 0.64);
}

.form-action .primary-button {
  min-width: 300px;
  margin-top: 8px;
}

.form-action .primary-button:disabled {
  cursor: wait;
  opacity: 0.56;
}

.form-error-summary {
  margin-bottom: 54px;
  padding: 28px;
  border: 2px solid var(--clay);
}

.form-error-summary h2 {
  margin: 0 0 12px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 30px;
}

.form-error-summary ul {
  margin: 0;
  padding-left: 20px;
}

.was-validated input:invalid,
.was-validated select:invalid,
.choice-field.has-error {
  border-color: var(--clay);
}

.legal-page {
  padding-block: 110px 150px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(230px, 3fr) minmax(0, 8fr);
  gap: 9%;
  align-items: start;
}

.legal-layout > aside {
  position: sticky;
  top: 120px;
}

.legal-layout > aside nav {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  border-top: 1px solid var(--line-dark);
}

.legal-layout > aside nav a {
  padding: 13px 0;
  border-bottom: 1px solid var(--line-dark);
}

.legal-layout > aside > p:last-child {
  margin-top: 30px;
  color: rgba(17, 17, 15, 0.54);
  font-size: 13px;
}

.legal-layout > article > section {
  padding-bottom: 72px;
  margin-bottom: 72px;
  border-bottom: 1px solid var(--line-dark);
}

.legal-layout h2 {
  margin: 18px 0 26px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.legal-layout article p {
  max-width: 760px;
  font-size: 18px;
}

.legal-layout article a {
  border-bottom: 1px solid;
}

.system-state {
  min-height: 100svh;
  color: var(--paper-light);
  background:
    radial-gradient(circle at 74% 28%, rgba(213, 161, 61, 0.12), transparent 22%),
    var(--night);
}

.system-state__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 100svh;
  padding-block: calc(var(--header-height) + 70px) 100px;
}

.system-state h1 {
  max-width: 900px;
  margin: 28px 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(66px, 7vw, 104px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.system-state__inner > p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(251, 250, 246, 0.7);
}

.system-state__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.system-state__actions .primary-button {
  align-self: flex-start;
  width: auto;
  min-width: 196px;
  gap: 24px;
}

.system-state__actions .text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.system-state nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 68px;
  padding-top: 26px;
  border-top: 1px solid var(--line-light);
}

html.no-js [data-state-sequence] [role="tablist"] {
  display: none;
}

html.no-js [data-state-panel][hidden] {
  display: block;
}

html.no-js .state-sequence {
  grid-template-columns: 4fr 6fr;
}

html.no-js .state-sequence__panels {
  display: grid;
  gap: 32px;
  align-items: start;
}

@media (max-width: 900px) {
  .route-hero,
  .route-hero__content {
    min-height: 760px;
  }

  .route-hero--compact,
  .route-hero--compact .route-hero__content,
  .route-hero--form,
  .route-hero--form .route-hero__content {
    min-height: 680px;
  }

  .route-hero__wash {
    background:
      linear-gradient(180deg, rgba(9, 12, 12, 0.36), rgba(9, 12, 12, 0.86) 74%),
      linear-gradient(90deg, rgba(9, 12, 12, 0.62), transparent);
  }

  .route-hero__content {
    justify-content: flex-end;
    padding-bottom: 112px;
  }

  .route-hero h1 {
    max-width: 720px;
    font-size: clamp(54px, 10vw, 74px);
  }

  .route-section,
  .home-chapter {
    padding-block: 96px;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 54px;
  }

  .section-head > .eyebrow {
    padding-top: 0;
  }

  .section-head > p:last-child {
    max-width: 620px;
  }

  .home-grow__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-grow .section-head,
  .tall-media,
  .line-sequence,
  .home-grow__grid > .text-link {
    grid-column: auto;
  }

  .home-grow .section-head {
    grid-column: 1 / -1;
  }

  .home-grow__grid > .text-link {
    grid-column: 2;
  }

  .product-strip {
    gap: 16px;
  }

  .product-strip figcaption {
    display: block;
  }

  .product-strip figcaption > span {
    display: block;
    margin-bottom: 12px;
  }

  .process-mosaic {
    grid-template-rows: repeat(2, 230px);
  }

  .function-axis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .function-axis article:nth-child(2) {
    border-right: 0;
  }

  .function-axis article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }

  .function-axis--paper article:nth-child(-n + 2) {
    border-color: var(--line-dark);
  }

  .site-footer__lead {
    grid-template-columns: 2fr 5fr;
  }

  .state-sequence {
    grid-template-columns: 1fr 1.5fr;
    min-height: 620px;
  }

  .state-sequence__controls {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  .state-sequence__controls button {
    flex: 1;
  }

  .decision-grid {
    grid-column: 1 / -1;
  }

  .stage-accordion details > div {
    grid-template-columns: 1fr;
  }

  .catalog-rail article {
    grid-template-columns: 1fr 1fr;
    gap: 5%;
  }

  .process-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evidence-mosaic {
    grid-template-rows: repeat(2, 240px);
  }

  .project-form-layout,
  .legal-layout {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .project-form-layout > aside,
  .legal-layout > aside {
    position: static;
    margin-bottom: 74px;
  }

  .legal-layout > aside nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .route-hero,
  .route-hero__content {
    min-height: 720px;
  }

  .route-hero--compact,
  .route-hero--compact .route-hero__content,
  .route-hero--form,
  .route-hero--form .route-hero__content {
    min-height: 640px;
  }

  .route-hero__content {
    padding-block: 124px 100px;
  }

  .route-hero h1 {
    font-size: clamp(46px, 14vw, 62px);
    line-height: 0.96;
  }

  .route-hero__lead {
    margin-block: 26px 30px;
    font-size: 16px;
  }

  .route-hero__index {
    bottom: 22px;
  }

  .route-section,
  .home-chapter,
  .project-form-section,
  .legal-page {
    padding-block: 76px;
  }

  .section-head h2 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .home-grow__grid,
  .product-strip,
  .fit-split,
  .responsibility-split,
  .approval-grid,
  .boundary-columns,
  .approach-lines,
  .about-statement,
  .product-boundary {
    grid-template-columns: 1fr;
  }

  .tall-media,
  .line-sequence,
  .home-grow__grid > .text-link {
    grid-column: 1;
  }

  .tall-media {
    aspect-ratio: 4 / 4.6;
  }

  .product-strip {
    display: flex;
    gap: 14px;
    padding-bottom: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .product-strip figure {
    flex: 0 0 82vw;
    scroll-snap-align: start;
  }

  .home-lab__grid,
  .solutions-lab {
    grid-template-columns: 1fr;
  }

  .home-lab .section-head,
  .solutions-lab .section-head,
  .lab-word,
  .oversize-mask,
  .decision-list,
  .lab-media,
  .home-lab__grid > .text-link,
  .decision-grid {
    grid-column: 1;
  }

  .lab-word,
  .oversize-mask {
    margin-top: 0;
    font-size: 34vw;
  }

  .decision-list,
  .decision-grid {
    margin-top: 22px;
  }

  .decision-list div,
  .product-boundary dl div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .lab-media {
    aspect-ratio: 4 / 5;
    margin-top: 26px;
  }

  .process-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 180px;
  }

  .process-mosaic__wide {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .stage-line {
    grid-template-columns: 1fr;
  }

  .stage-line li {
    display: grid;
    grid-template-columns: 40px 1fr;
    min-height: 62px;
    align-items: center;
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .stage-line span {
    margin: 0;
  }

  .function-axis {
    grid-template-columns: 1fr;
  }

  .function-axis article,
  .function-axis article + article {
    min-height: 0;
    padding: 24px 0 30px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .function-axis--paper article,
  .function-axis--paper article + article {
    border-color: var(--line-dark);
  }

  .function-axis h3 {
    margin-top: 38px;
  }

  .final-cta,
  .final-cta__inner {
    min-height: 660px;
  }

  .final-cta h2 {
    font-size: clamp(48px, 13.5vw, 64px);
  }

  .site-footer__lead,
  .site-footer__links {
    grid-template-columns: 1fr;
  }

  .site-footer__links {
    gap: 42px;
  }

  .site-footer__base {
    flex-direction: column;
    gap: 8px;
  }

  .state-sequence,
  html.no-js .state-sequence {
    grid-template-columns: 1fr;
  }

  .state-sequence__controls {
    overflow-x: auto;
  }

  .state-sequence__controls button {
    flex: 0 0 68%;
  }

  .state-sequence__visual {
    aspect-ratio: 4 / 4.5;
  }

  .state-sequence__panels {
    min-height: 310px;
    padding: 12px 0 0;
    align-items: flex-start;
  }

  .decision-grid {
    grid-template-columns: 1fr;
  }

  .decision-grid article,
  .decision-grid article:nth-child(even) {
    min-height: 0;
    padding: 26px 0 34px;
    border-right: 0;
  }

  .stage-accordion summary {
    grid-template-columns: 42px 1fr 30px;
    min-height: 84px;
  }

  .stage-accordion summary strong {
    font-size: 24px;
  }

  .stage-accordion details > div {
    padding-left: 42px;
  }

  .catalog-rail article,
  .catalog-rail article:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .catalog-rail article:nth-child(even) img,
  .catalog-rail article:nth-child(even) > div {
    grid-column: 1;
    grid-row: auto;
  }

  .catalog-rail h3 {
    font-size: 48px;
  }

  .product-boundary dl,
  .product-boundary .text-link {
    grid-column: 1;
  }

  .process-path {
    grid-template-columns: 1fr;
  }

  .process-path li {
    min-height: 0;
  }

  .process-path h3 {
    margin-top: 46px;
  }

  .evidence-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 190px 190px;
  }

  .evidence-mosaic figure:first-child {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .evidence-mosaic figure:last-child {
    grid-column: 1 / -1;
  }

  .about-statement .section-head {
    margin-bottom: 18px;
  }

  .display-quote {
    font-size: 50px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .project-form > section > header {
    grid-template-columns: 44px 1fr;
  }

  .project-form > section > header h2 {
    font-size: 40px;
  }

  .choice-field > div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .choice-field label span {
    width: 100%;
  }

  .form-action .primary-button {
    width: 100%;
    min-width: 0;
  }

  .legal-layout > aside nav {
    grid-template-columns: 1fr;
  }

  .legal-layout h2 {
    font-size: 42px;
  }

  .system-state h1 {
    font-size: clamp(52px, 15vw, 70px);
  }

  .system-state__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .route-hero h1 {
    font-size: 46px;
  }

  .route-hero__index span:last-child {
    display: none;
  }

  .section-head h2 {
    font-size: 42px;
  }

  .site-footer__lead p {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-strip img,
  .stage-accordion summary i {
    transition: none;
  }
}

@font-face {
  font-family: "Newsreader";
  src: url("fonts/newsreader-var.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: block;
}

@font-face {
  font-family: "Newsreader";
  src: url("fonts/newsreader-italic-var.woff2") format("woff2");
  font-style: italic;
  font-weight: 300;
  font-display: block;
}

:root {
  --paper-light: #fbfaf6;
  --paper: #f0ede4;
  --paper-deep: #e6e0d2;
  --ink: #11110f;
  --night: #12191a;
  --night-soft: #1d2626;
  --saffron: #d5a13d;
  --olive: #656947;
  --clay: #ca6542;
  --line-dark: rgba(17, 17, 15, 0.19);
  --line-light: rgba(251, 250, 246, 0.24);
  --ease: cubic-bezier(0.2, 0.76, 0.3, 1);
  --shell: 1320px;
  --page-pad: 60px;
  --header-height: 88px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
  background: var(--night);
}

html.js:not(.fonts-ready) body {
  display: none;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.588;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

img,
video {
  height: auto;
}

::selection {
  color: var(--night);
  background: var(--saffron);
}

.shell {
  width: min(calc(100% - (var(--page-pad) * 2)), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  inset: 14px auto auto 14px;
  padding: 11px 16px;
  color: var(--paper-light);
  background: var(--night);
  font-size: 13px;
  font-weight: 600;
  transform: translateY(-180%);
  transition: transform 180ms var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow,
.measure-label,
.record-object__label,
.product-card__index,
.rail-instruction,
.brand-lab__caption {
  margin: 0;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.editorial-heading {
  margin: 0;
  max-width: 720px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 68, "wght" 600;
  line-height: 64px;
  letter-spacing: -0.8px;
}

.editorial-support {
  margin: 0;
  max-width: 560px;
  color: var(--saffron);
  font-family: "Newsreader", Georgia, serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 48, "wght" 300;
  line-height: 48px;
  letter-spacing: -0.25px;
}

[data-reveal],
[data-title-line] > span {
  transition:
    opacity 620ms var(--ease),
    transform 620ms var(--ease);
}

html.enhanced [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

html.enhanced [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero__promise[data-reveal] {
  transition-delay: 220ms;
}

.hero__body[data-reveal] {
  transition-delay: 300ms;
}

.hero__actions[data-reveal] {
  transition-delay: 380ms;
}

.title-line {
  display: block;
  overflow: clip;
}

.title-line > span {
  display: block;
  white-space: nowrap;
}

html.enhanced .title-line > span {
  opacity: 0;
  transform: translateY(106%);
}

html.enhanced .title-line.is-visible > span {
  opacity: 1;
  transform: translateY(0);
}

.title-line:nth-child(2) > span,
.title-line:nth-child(4) > span {
  transition-delay: 80ms;
}

.title-line:nth-child(5) > span {
  transition-delay: 160ms;
}

.title-line--mobile {
  display: none;
}

.static-fallback {
  display: block;
}

.grow__experience,
.rail-controls {
  display: none;
}

html.enhanced .grow__experience {
  display: grid;
}

html.enhanced .rail-controls {
  display: flex;
}

html.enhanced .static-fallback {
  display: none;
}

/* Header */

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(200px, 1fr);
  align-items: center;
  height: var(--header-height);
  padding-inline: var(--page-pad);
  color: var(--paper-light);
  border-bottom: 1px solid var(--line-light);
  transition:
    color 220ms ease-out,
    background-color 220ms ease-out,
    border-color 220ms ease-out;
}

.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--paper-light);
  content: "";
  opacity: 0;
  transition: opacity 220ms ease-out;
}

.site-header.is-scrolled,
.site-header.menu-active {
  color: var(--ink);
  border-color: var(--line-dark);
}

.site-header.is-scrolled::before,
.site-header.menu-active::before {
  opacity: 1;
}

.wordmark {
  justify-self: start;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "opsz" 32, "wght" 700;
  line-height: 40px;
  letter-spacing: -0.03em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.5vw, 42px);
}

.desktop-nav a,
.header-project-link,
.menu-toggle {
  position: relative;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  inset: auto 0 -8px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left;
  transition:
    opacity 220ms var(--ease),
    transform 220ms var(--ease);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-project-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  justify-self: end;
  gap: 10px;
  width: 190px;
  min-height: 52px;
  padding: 0 15px 0 18px;
  color: var(--ink);
  background: var(--paper-light);
  border: 1px solid var(--paper-light);
  white-space: nowrap;
  transition:
    color 220ms var(--ease),
    background-color 220ms var(--ease),
    border-color 220ms var(--ease),
    transform 120ms var(--ease);
}

.site-header.is-scrolled .header-project-link,
.site-header.menu-active .header-project-link {
  color: var(--paper-light);
  background: var(--ink);
  border-color: var(--ink);
}

.header-project-link:hover,
.header-project-link:focus-visible {
  color: var(--paper-light);
  background: var(--olive);
  border-color: var(--olive);
}

.header-project-link:active {
  transform: translateY(1px);
}

.header-project-link svg,
.primary-button svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 220ms var(--ease);
}

.header-project-link:hover svg,
.header-project-link:focus-visible svg,
.primary-button:hover svg,
.primary-button:focus-visible svg {
  transform: translateX(3px);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.no-js-nav {
  display: none;
}

/* Hero */

.hero {
  position: relative;
  isolation: isolate;
  min-height: max(780px, 100svh);
  overflow: clip;
  color: var(--paper-light);
  background: var(--night);
}

.hero__media,
.hero__media video,
.hero__shade,
.hero__drafting {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__media {
  z-index: -3;
}

.hero__media video {
  object-fit: cover;
  object-position: 57% center;
  filter: saturate(0.76) contrast(1.04);
}

.hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 14, 14, 0.91) 0%, rgba(9, 14, 14, 0.76) 33%, rgba(9, 14, 14, 0.26) 65%, rgba(9, 14, 14, 0.18) 100%),
    linear-gradient(0deg, rgba(9, 14, 14, 0.58) 0%, transparent 38%, rgba(9, 14, 14, 0.24) 100%);
}

.hero__drafting {
  z-index: -1;
  opacity: 0.65;
  pointer-events: none;
}

.drafting-curve,
.drafting-seam,
.drafting-notch {
  fill: none;
  stroke: rgba(240, 237, 228, 0.38);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.drafting-curve {
  stroke-dasharray: 4 9;
}

.drafting-seam {
  stroke: rgba(240, 237, 228, 0.2);
}

.drafting-notch {
  stroke: rgba(213, 161, 61, 0.68);
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: max(780px, 100svh);
  padding-block: calc(var(--header-height) + 72px) 128px;
}

.hero__eyebrow {
  margin-bottom: 30px;
  color: rgba(251, 250, 246, 0.76);
}

.hero__title {
  width: min(820px, 72vw);
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 84px;
  font-weight: 700;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 72, "wght" 700;
  line-height: 80px;
  letter-spacing: -1.5px;
}

.hero__promise {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.22em;
  width: min(760px, 66vw);
  margin: 22px 0 0;
  color: var(--saffron);
  font-family: "Newsreader", Georgia, serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 300;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 72, "wght" 300;
  line-height: 58px;
  letter-spacing: -0.5px;
}

.hero__body {
  width: min(520px, 48vw);
  margin: 28px 0 0;
  color: rgba(251, 250, 246, 0.82);
  font-size: 18px;
  line-height: 29px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 196px;
  min-height: 52px;
  padding: 0 17px 0 19px;
  color: var(--night);
  background: var(--paper-light);
  border: 1px solid var(--paper-light);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    color 220ms var(--ease),
    background-color 220ms var(--ease),
    border-color 220ms var(--ease),
    transform 120ms var(--ease);
}

.primary-button:hover,
.primary-button:focus-visible,
.primary-button:active {
  color: var(--paper-light);
  background: var(--ink);
  border-color: var(--paper-light);
}

.primary-button:active {
  transform: translateY(1px);
}

.text-link {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__actions .text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.text-link::after {
  position: absolute;
  inset: auto 0 -7px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 220ms var(--ease);
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: scaleX(1);
}

.hero__footer {
  position: absolute;
  z-index: 2;
  inset: auto 0 30px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: rgba(251, 250, 246, 0.7);
}

.hero__scroll {
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.media-toggle {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 9px;
  min-height: 48px;
  padding: 0 12px;
  color: inherit;
  background: rgba(18, 25, 26, 0.36);
  border: 1px solid rgba(251, 250, 246, 0.36);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 220ms var(--ease),
    background-color 220ms var(--ease),
    border-color 220ms var(--ease);
}

.media-toggle:hover,
.media-toggle:focus-visible {
  color: var(--night);
  background: var(--paper-light);
  border-color: var(--paper-light);
}

.media-toggle__icon {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 12px;
}

.media-toggle__icon::before {
  position: absolute;
  inset: 2px 1px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid currentColor;
  content: "";
}

.media-toggle.is-playing .media-toggle__icon::before {
  inset: 2px 1px;
  width: 8px;
  height: 8px;
  border: 0;
  background: linear-gradient(90deg, currentColor 0 34%, transparent 34% 66%, currentColor 66% 100%);
}

/* Grow Together */

.grow {
  position: relative;
  height: 270svh;
  min-height: 2200px;
  background:
    linear-gradient(rgba(17, 17, 15, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 15, 0.025) 1px, transparent 1px),
    var(--paper-light);
  background-size: 48px 48px;
}

.grow__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 760px;
  overflow: clip;
}

.section-curve {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section-curve path {
  fill: none;
  stroke: rgba(101, 105, 71, 0.28);
  stroke-width: 1;
  stroke-dasharray: 6 10;
  vector-effect: non-scaling-stroke;
}

.section-curve .section-curve__measure {
  stroke: rgba(17, 17, 15, 0.2);
  stroke-dasharray: none;
}

.ambient-number {
  position: absolute;
  z-index: 0;
  top: 7%;
  right: 3%;
  color: rgba(17, 17, 15, 0.052);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 172px;
  font-weight: 600;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 40, "wght" 600;
  line-height: 160px;
  letter-spacing: -0.04em;
  transform: translateY(calc(var(--grow-progress, 0) * 32px));
}

.grow__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(640px, 1.28fr);
  gap: clamp(28px, 4vw, 74px);
  align-items: center;
  height: 100%;
  padding-block: 90px 54px;
}

.grow__intro {
  align-self: center;
}

.grow__intro .eyebrow {
  margin-bottom: 28px;
}

.grow__intro .editorial-heading {
  max-width: 520px;
}

.grow__intro .editorial-support {
  max-width: 470px;
  margin-top: 28px;
  font-size: 38px;
  line-height: 43px;
}

.grow__experience {
  position: relative;
  place-items: center;
  height: min(720px, calc(100svh - 118px));
  min-height: 620px;
}

.grow-steps {
  position: absolute;
  z-index: 5;
  inset: 2px 0 auto auto;
  display: flex;
  gap: 6px;
}

.grow-steps button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 11px;
  color: rgba(17, 17, 15, 0.56);
  background: transparent;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 220ms var(--ease),
    background-color 220ms var(--ease),
    border-color 220ms var(--ease);
}

.grow-steps button span {
  color: var(--saffron);
}

.grow-steps button:hover,
.grow-steps button:focus-visible,
.grow-steps button[aria-selected="true"] {
  color: var(--ink);
  background: rgba(251, 250, 246, 0.74);
  border-color: var(--line-dark);
}

.record-object {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 56px 42% 1fr;
  width: min(100%, 690px);
  height: 500px;
  overflow: visible;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(17, 17, 15, 0.23);
  box-shadow: 0 28px 80px rgba(18, 25, 26, 0.13);
  transform: rotate(calc((var(--grow-state, 0) - 1) * 0.6deg));
  transition:
    transform 620ms var(--ease),
    background-color 620ms var(--ease);
}

.record-object::before {
  position: absolute;
  z-index: 2;
  inset: -9px 11px 11px -9px;
  border: 1px solid rgba(17, 17, 15, 0.14);
  content: "";
  pointer-events: none;
}

.record-object__orbit {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: 660px;
  aspect-ratio: 1;
  border: 1px dashed rgba(101, 105, 71, 0.34);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(calc(var(--grow-progress, 0) * 72deg));
}

.record-object__orbit::after,
.record-object__orbit::before {
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: inherit;
  content: "";
}

.record-object__orbit::after {
  inset: 23%;
}

.record-object__orbit span {
  position: absolute;
  width: 9px;
  height: 9px;
  background: var(--saffron);
  border: 2px solid var(--paper-light);
  border-radius: 50%;
}

.record-object__orbit span:nth-child(1) { top: 9%; left: 26%; }
.record-object__orbit span:nth-child(2) { right: 5%; bottom: 31%; }
.record-object__orbit span:nth-child(3) { bottom: 8%; left: 28%; }

.record-object__spine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-block: 24px;
  background: var(--night);
  writing-mode: vertical-rl;
}

.record-object__spine span {
  color: var(--paper-light);
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.record-object__spine span:last-child {
  color: rgba(251, 250, 246, 0.52);
}

.record-object__image {
  position: relative;
  overflow: hidden;
  background: var(--paper-deep);
}

.record-object__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(18, 25, 26, 0.36));
  content: "";
}

.record-object__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.68) contrast(1.02);
  transform: scale(calc(1.025 + var(--grow-state, 0) * 0.012));
  transition: transform 760ms var(--ease);
}

.record-object__index {
  position: absolute;
  z-index: 2;
  inset: auto 18px 14px auto;
  color: var(--paper-light);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 40, "wght" 600;
  line-height: 50px;
  letter-spacing: -2px;
}

.record-object__content {
  display: flex;
  flex-direction: column;
  padding: 42px 34px 30px;
}

.record-object__label {
  color: var(--olive);
}

.record-object__content h3 {
  margin: 26px 0 16px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 34, "wght" 400;
  line-height: 39px;
}

.record-object__content > p:not(.record-object__label) {
  margin: 0;
  color: rgba(17, 17, 15, 0.72);
  font-size: 15px;
  line-height: 24px;
}

.record-object__content dl {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
}

.record-object__content dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 10px;
  border-top: 1px solid var(--line-dark);
}

.record-object__content dt,
.record-object__content dd {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.record-object__content dt {
  color: rgba(17, 17, 15, 0.48);
}

.grow-controls,
.rail-controls {
  align-items: center;
  gap: 12px;
}

.grow-controls {
  position: absolute;
  z-index: 5;
  inset: auto 0 4px auto;
}

.grow-controls button,
.rail-controls button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  cursor: pointer;
  transition:
    color 220ms var(--ease),
    background-color 220ms var(--ease),
    transform 120ms var(--ease);
}

.grow-controls button:hover,
.grow-controls button:focus-visible,
.rail-controls button:hover,
.rail-controls button:focus-visible {
  color: var(--paper-light);
  background: var(--night);
}

.grow-controls button:active,
.rail-controls button:active {
  transform: scale(0.94);
}

.grow-controls span,
.rail-controls span {
  min-width: 52px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-align: center;
}

.grow-static {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  grid-column: 1 / -1;
}

.grow-static article {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line-dark);
}

.grow-static span {
  color: var(--saffron);
  font-size: 12px;
  font-weight: 600;
}

.grow-static h3 {
  margin: 24px 0 12px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.grow-static p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

html.no-js .grow {
  height: auto;
  min-height: 0;
}

html.no-js .grow__sticky {
  position: relative;
  height: auto;
  min-height: 0;
}

html.no-js .grow__layout {
  display: grid;
  grid-template-columns: 1fr;
  height: auto;
  padding-block: 140px;
}

html.capture-still .grow {
  height: auto;
  min-height: 1000px;
}

html.capture-still .grow__sticky {
  position: relative;
  height: 1000px;
  min-height: 1000px;
}

/* Products */

.products {
  position: relative;
  overflow: clip;
  padding: 154px 0 170px;
  background: var(--paper);
}

.products__seam {
  position: absolute;
  inset: 28px 0 auto;
  width: 100%;
  height: 220px;
  pointer-events: none;
}

.products__seam path {
  fill: none;
  stroke: rgba(17, 17, 15, 0.22);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.products__header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(300px, 0.58fr) auto;
  gap: 44px;
  align-items: end;
}

.products__header .eyebrow {
  margin-bottom: 26px;
}

.products__note {
  padding-bottom: 4px;
}

.products__note .editorial-support {
  max-width: 380px;
  font-size: 34px;
  line-height: 39px;
}

.products__note > p:last-child {
  max-width: 390px;
  margin: 18px 0 0;
  color: rgba(17, 17, 15, 0.68);
  font-size: 15px;
  line-height: 24px;
}

.product-rail {
  display: flex;
  gap: clamp(24px, 3.2vw, 48px);
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  padding: 0 max(24vw, var(--page-pad)) 26px max(var(--page-pad), calc((100vw - var(--shell)) / 2));
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: max(var(--page-pad), calc((100vw - var(--shell)) / 2));
  scroll-snap-type: x mandatory;
}

html.enhanced .product-rail {
  scrollbar-width: none;
  cursor: grab;
}

html.enhanced .product-rail::-webkit-scrollbar {
  display: none;
}

.product-rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.product-card {
  flex: 0 0 clamp(340px, 34vw, 480px);
  scroll-snap-align: start;
}

.product-card:nth-child(2) {
  margin-top: 94px;
}

.product-card:nth-child(3) {
  margin-top: 28px;
}

.product-card__media {
  position: relative;
  overflow: clip;
  aspect-ratio: 0.563;
  background: var(--paper-deep);
}

.product-card__media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(17, 17, 15, 0.2);
  content: "";
  pointer-events: none;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
  transform: scale(1.015);
  transition:
    filter 520ms var(--ease),
    transform 720ms var(--ease);
}

.product-card:hover .product-card__media img,
.product-card:focus-within .product-card__media img {
  filter: saturate(0.88) contrast(1.03);
  transform: scale(1.045);
}

.product-card__measure {
  position: absolute;
  z-index: 2;
  inset: 14px 14px auto auto;
  padding: 6px 8px;
  color: var(--paper-light);
  background: rgba(18, 25, 26, 0.62);
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.1em;
}

.product-card__index {
  margin-top: 20px;
  color: var(--olive);
}

.product-card h3 {
  margin: 10px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 34, "wght" 400;
  line-height: 41px;
}

.rail-instruction {
  margin-top: 26px;
  color: rgba(17, 17, 15, 0.48);
}

/* Brand Lab */

.brand-lab {
  position: relative;
  min-height: 1080px;
  overflow: clip;
  padding: 104px 0 154px;
  background:
    radial-gradient(circle at 72% 68%, rgba(213, 161, 61, 0.09), transparent 34%),
    var(--paper-light);
}

.brand-lab__curve {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.brand-lab__curve path {
  fill: none;
  stroke: rgba(101, 105, 71, 0.3);
  stroke-width: 1;
  stroke-dasharray: 6 10;
  vector-effect: non-scaling-stroke;
}

.brand-lab__curve .brand-lab__seam {
  stroke: rgba(17, 17, 15, 0.18);
  stroke-dasharray: none;
}

.brand-mask {
  position: relative;
  z-index: 1;
  width: 116vw;
  height: 220px;
  margin-left: -8vw;
  overflow: hidden;
}

.brand-mask__poster,
.brand-mask__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.brand-mask__poster {
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  background-image:
    linear-gradient(rgba(18, 25, 26, 0.14), rgba(18, 25, 26, 0.14)),
    url("assets/images/workshop-wide.png");
  background-position: center 48%;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Newsreader", Georgia, serif;
  font-size: min(13.5vw, 188px);
  font-weight: 700;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 72, "wght" 700;
  line-height: 0.82;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.brand-mask__video {
  opacity: 0;
  transition: opacity 420ms var(--ease);
}

.brand-mask.video-ready .brand-mask__video {
  opacity: 1;
}

.brand-mask__video text {
  font-family: "Newsreader", Georgia, serif;
  font-size: 178px;
  font-weight: 700;
  letter-spacing: -4px;
}

.brand-mask__video-inner,
.brand-mask__video-inner video {
  width: 100%;
  height: 100%;
}

.brand-mask__video-inner video {
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.72) contrast(1.08);
}

.brand-lab__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, 1.2fr) minmax(360px, 0.8fr);
  gap: clamp(56px, 8vw, 128px);
  align-items: center;
  margin-top: 78px;
}

.brand-lab__visual {
  position: relative;
  width: 100%;
}

.brand-lab__visual::before {
  position: absolute;
  z-index: 2;
  inset: -14px 18px 18px -14px;
  border: 1px solid rgba(17, 17, 15, 0.24);
  content: "";
  pointer-events: none;
}

.brand-lab__visual img {
  width: 100%;
  aspect-ratio: 1.48;
  object-fit: cover;
  filter: saturate(0.64) contrast(1.03);
}

.brand-lab__pin {
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  background: var(--saffron);
  border: 3px solid var(--paper-light);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(18, 25, 26, 0.2);
}

.brand-lab__pin--one { top: -18px; left: -18px; }
.brand-lab__pin--two { right: 14px; bottom: 12px; }

.brand-lab__caption {
  position: absolute;
  inset: auto auto -34px 0;
  color: rgba(17, 17, 15, 0.54);
}

.brand-lab__copy .eyebrow {
  margin-bottom: 28px;
}

.brand-lab__copy .editorial-heading {
  max-width: 540px;
  font-size: 56px;
  line-height: 58px;
}

.brand-lab__copy .editorial-support {
  max-width: 480px;
  margin-top: 28px;
  font-size: 34px;
  line-height: 39px;
}

.brand-lab__copy > p:not(.eyebrow, .editorial-support) {
  max-width: 500px;
  margin: 26px 0 0;
  color: rgba(17, 17, 15, 0.68);
  font-size: 17px;
  line-height: 27px;
}

.media-toggle--dark {
  margin-top: 30px;
  color: var(--ink);
  background: transparent;
  border-color: var(--line-dark);
}

.media-toggle--dark:hover,
.media-toggle--dark:focus-visible {
  color: var(--paper-light);
  background: var(--night);
  border-color: var(--night);
}

/* Shared interaction states */

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(213, 161, 61, 0.88);
}

@media (hover: none) {
  .primary-button:active,
  .media-toggle:active,
  .grow-steps button:active,
  .grow-controls button:active,
  .rail-controls button:active {
    transform: scale(0.97);
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  :root {
    --page-pad: 38px;
  }

  .site-header {
    grid-template-columns: 140px 1fr 145px;
  }

  .desktop-nav {
    gap: 20px;
  }

  .desktop-nav a:nth-child(3) {
    display: none;
  }

  .hero__title {
    font-size: 74px;
    line-height: 72px;
  }

  .hero__promise {
    font-size: 50px;
    line-height: 52px;
  }

  .grow__layout {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .record-object {
    grid-template-columns: 48px 39% 1fr;
  }

  .record-object__content {
    padding-inline: 24px;
  }

  .products__header {
    grid-template-columns: 1.1fr 0.7fr;
  }

  .rail-controls {
    grid-column: 2;
    justify-self: end;
  }
}

@media (max-width: 900px) {
  :root {
    --page-pad: 20px;
    --header-height: 72px;
  }

  body {
    font-size: 15px;
    line-height: 24px;
  }

  .eyebrow,
  .measure-label,
  .record-object__label,
  .product-card__index,
  .rail-instruction,
  .brand-lab__caption {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.5px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    height: var(--header-height);
    padding-inline: var(--page-pad);
  }

  .wordmark {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.03em;
  }

  .desktop-nav,
  .header-project-link {
    display: none;
  }

  .menu-toggle {
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 76px;
    min-height: 48px;
    justify-content: flex-end;
    padding: 8px 0 8px 10px;
    color: currentColor;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .menu-toggle__symbol {
    display: inline-grid;
    place-items: center;
    width: 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }

  .mobile-menu {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: 96px 20px 48px;
    color: var(--ink);
    background: var(--paper-light);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 220ms var(--ease),
      transform 220ms var(--ease);
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu a {
    width: 100%;
    min-height: 62px;
    padding: 11px 0 10px;
    border-bottom: 1px solid var(--line-dark);
    font-family: "Newsreader", Georgia, serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
  }

  .mobile-menu .mobile-menu__project {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 20px;
    padding: 0 16px;
    color: var(--paper-light);
    background: var(--ink);
    border: 0;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  html.no-js .menu-toggle,
  html.no-js .mobile-menu {
    display: none;
  }

  html.no-js .no-js-nav {
    display: block;
    justify-self: end;
  }

  .no-js-nav summary {
    min-width: 76px;
    min-height: 48px;
    padding: 15px 0 0 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
  }

  .no-js-nav summary::-webkit-details-marker {
    display: none;
  }

  .no-js-nav nav {
    position: fixed;
    z-index: -1;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 96px var(--page-pad) 48px;
    color: var(--ink);
    background: var(--paper-light);
  }

  .no-js-nav nav a {
    display: flex;
    align-items: center;
    min-height: 62px;
    border-bottom: 1px solid var(--line-dark);
    font-family: "Newsreader", Georgia, serif;
    font-size: 32px;
    line-height: 38px;
  }

  .no-js-nav nav a:last-child {
    justify-content: center;
    min-height: 52px;
    margin-top: 20px;
    color: var(--paper-light);
    background: var(--ink);
    border-bottom: 0;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .hero {
    min-height: max(780px, 100svh);
  }

  .hero__media video {
    object-position: 62% center;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(9, 14, 14, 0.65), rgba(9, 14, 14, 0.3)),
      linear-gradient(0deg, rgba(9, 14, 14, 0.84) 0%, rgba(9, 14, 14, 0.34) 62%, rgba(9, 14, 14, 0.54) 100%);
  }

  .hero__content {
    justify-content: flex-end;
    min-height: max(780px, 100svh);
    padding-block: 126px 128px;
  }

  .hero__eyebrow {
    margin-bottom: 22px;
  }

  .title-line--desktop {
    display: none;
  }

  .title-line--mobile {
    display: block;
  }

  .hero__title {
    width: min(350px, 100%);
    font-size: 50px;
    font-variation-settings: "opsz" 52, "wght" 700;
    line-height: 46px;
    letter-spacing: -1.2px;
  }

  .hero__promise {
    display: block;
    width: min(350px, 100%);
    margin-top: 18px;
    font-size: 40px;
    font-variation-settings: "opsz" 44, "wght" 300;
    line-height: 42px;
    letter-spacing: -0.4px;
  }

  .promise-line {
    display: block;
  }

  .hero__body {
    width: min(350px, 100%);
    margin-top: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .hero__actions {
    width: 100%;
    gap: 20px;
    margin-top: 26px;
  }

  .hero__actions .primary-button {
    width: min(216px, 66%);
    min-height: 48px;
  }

  .text-link {
    font-size: 11px;
    line-height: 16px;
  }

  .hero__footer {
    bottom: 20px;
    grid-template-columns: 1fr auto;
  }

  .hero__scroll {
    display: none;
  }

  .media-toggle {
    min-height: 48px;
    padding-inline: 10px;
    font-size: 10px;
  }

  .grow {
    height: 310svh;
    min-height: 2380px;
  }

  .grow__sticky {
    min-height: 760px;
  }

  html.capture-still .grow {
    min-height: 900px;
  }

  html.capture-still .grow__sticky {
    height: 900px;
    min-height: 900px;
  }

  .ambient-number {
    top: 82px;
    right: -8px;
    font-size: 112px;
    line-height: 104px;
  }

  .grow__layout {
    display: block;
    height: 100%;
    padding-block: 88px 20px;
  }

  .grow__intro {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
  }

  .grow__intro .eyebrow {
    margin-bottom: 16px;
  }

  .editorial-heading {
    max-width: 350px;
    font-size: 40px;
    font-variation-settings: "opsz" 44, "wght" 600;
    line-height: 40px;
    letter-spacing: -0.4px;
  }

  .grow__intro .editorial-support {
    max-width: 340px;
    margin-top: 12px;
    font-size: 29px;
    line-height: 34px;
  }

  .grow__experience {
    height: calc(100svh - 310px);
    min-height: 450px;
  }

  html.enhanced .grow__experience {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
  }

  .grow-steps {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }

  .grow-steps button {
    justify-content: center;
    min-width: 0;
    min-height: 32px;
    padding-inline: 5px;
    font-size: 9px;
  }

  .record-object {
    grid-template-columns: 36px 38% 1fr;
    width: 100%;
    height: min(390px, calc(100svh - 405px));
    min-height: 350px;
  }

  .record-object__orbit {
    width: min(132vw, 510px);
  }

  .record-object__spine {
    padding-block: 14px;
  }

  .record-object__spine span {
    font-size: 8px;
    line-height: 11px;
  }

  .record-object__index {
    right: 10px;
    bottom: 8px;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -1px;
  }

  .record-object__content {
    padding: 20px 16px 16px;
  }

  .record-object__content h3 {
    margin: 16px 0 10px;
    font-size: 27px;
    line-height: 31px;
  }

  .record-object__content > p:not(.record-object__label) {
    font-size: 13px;
    line-height: 20px;
  }

  .record-object__content dl {
    gap: 5px;
  }

  .record-object__content dl div {
    gap: 8px;
    padding-top: 6px;
  }

  .record-object__content dt,
  .record-object__content dd {
    font-size: 9px;
    line-height: 13px;
  }

  .grow-controls {
    position: static;
    justify-content: flex-end;
  }

  .grow-controls button,
  .rail-controls button {
    width: 38px;
    height: 38px;
  }

  .products {
    padding: 112px 0 122px;
  }

  .products__seam {
    top: 4px;
    height: 150px;
  }

  .products__header {
    display: block;
  }

  .products__header .eyebrow {
    margin-bottom: 18px;
  }

  .products__note {
    margin-top: 30px;
  }

  .products__note .editorial-support {
    max-width: 350px;
    font-size: 30px;
    line-height: 35px;
  }

  .products__note > p:last-child {
    margin-top: 14px;
    font-size: 15px;
    line-height: 24px;
  }

  .rail-controls {
    justify-content: flex-end;
    margin-top: 26px;
  }

  .product-rail {
    gap: 18px;
    margin-top: 46px;
    padding-inline: var(--page-pad);
    scroll-padding-inline: var(--page-pad);
  }

  .product-card {
    flex-basis: calc(100vw - 56px);
  }

  .product-card:nth-child(2) {
    margin-top: 54px;
  }

  .product-card:nth-child(3) {
    margin-top: 18px;
  }

  .product-card__index {
    margin-top: 16px;
  }

  .product-card h3 {
    margin-top: 8px;
    font-size: 27px;
    line-height: 34px;
  }

  .rail-instruction {
    margin-top: 22px;
  }

  .brand-lab {
    min-height: 0;
    padding: 82px 0 112px;
  }

  .brand-mask {
    width: 150vw;
    height: 154px;
    margin-left: -25vw;
  }

  .brand-mask__poster {
    font-size: 22vw;
  }

  .brand-mask__video text {
    font-size: 166px;
  }

  .brand-lab__content {
    display: block;
    margin-top: 58px;
  }

  .brand-lab__visual {
    width: calc(100% - 10px);
  }

  .brand-lab__visual img {
    aspect-ratio: 1.18;
  }

  .brand-lab__caption {
    bottom: -28px;
  }

  .brand-lab__copy {
    margin-top: 82px;
  }

  .brand-lab__copy .eyebrow {
    margin-bottom: 18px;
  }

  .brand-lab__copy .editorial-heading {
    max-width: 350px;
    font-size: 40px;
    line-height: 40px;
  }

  .brand-lab__copy .editorial-support {
    margin-top: 22px;
    font-size: 30px;
    line-height: 35px;
  }

  .brand-lab__copy > p:not(.eyebrow, .editorial-support) {
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 370px) {
  :root {
    --page-pad: 18px;
  }

  .hero__title {
    width: min(320px, 100%);
    font-size: 48px;
    line-height: 46px;
  }

  .hero__promise {
    width: min(320px, 100%);
    font-size: 38px;
    line-height: 40px;
  }

  .hero__body {
    width: min(320px, 100%);
    font-size: 16px;
    line-height: 25px;
  }

  .grow__intro .editorial-heading,
  .products .editorial-heading,
  .brand-lab__copy .editorial-heading {
    font-size: 38px;
    line-height: 40px;
  }

  .record-object {
    grid-template-columns: 34px 36% 1fr;
  }

  .record-object__content {
    padding-inline: 13px;
  }

  .record-object__content h3 {
    font-size: 25px;
    line-height: 29px;
  }

  .product-card {
    flex-basis: calc(100vw - 50px);
  }
}

@media (max-width: 330px) {
  :root {
    --page-pad: 16px;
  }

  .hero__content {
    padding-bottom: 124px;
  }

  .hero__title {
    width: 288px;
    font-size: 44px;
    font-variation-settings: "opsz" 48, "wght" 700;
    line-height: 46px;
    letter-spacing: -1.5px;
  }

  .hero__promise {
    width: 288px;
    font-size: 36px;
    line-height: 40px;
  }

  .hero__body {
    width: 288px;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .hero__actions .primary-button {
    width: 100%;
  }

  .grow__intro .editorial-heading,
  .products .editorial-heading,
  .brand-lab__copy .editorial-heading {
    max-width: 288px;
    font-size: 36px;
    line-height: 38px;
  }

  .grow__intro .editorial-support,
  .products__note .editorial-support,
  .brand-lab__copy .editorial-support {
    max-width: 288px;
    font-size: 28px;
    line-height: 33px;
  }

  .grow__experience {
    height: calc(100svh - 305px);
  }

  .record-object {
    grid-template-columns: 32px 34% 1fr;
    height: min(380px, calc(100svh - 397px));
  }

  .record-object__content h3 {
    font-size: 23px;
    line-height: 27px;
  }

  .record-object__content > p:not(.record-object__label) {
    font-size: 12px;
    line-height: 18px;
  }

  .record-object__content dl div:nth-child(2) {
    display: none;
  }

  .product-card {
    flex-basis: calc(100vw - 44px);
  }

  .brand-mask {
    height: 136px;
  }

  .brand-mask__poster {
    font-size: 21.5vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  html.enhanced [data-reveal],
  html.enhanced .title-line > span {
    opacity: 1;
    transform: none;
  }

  .grow {
    height: auto;
    min-height: 0;
  }

  .grow__sticky {
    position: relative;
    height: auto;
    min-height: 800px;
  }

  .ambient-number,
  .record-object,
  .record-object__image img,
  .record-object__orbit {
    transform: none;
  }

  .brand-mask.video-ready .brand-mask__video {
    opacity: 0;
  }
}

@media (forced-colors: active) {
  .hero__shade {
    background: Canvas;
    opacity: 0.7;
  }

  .primary-button,
  .media-toggle,
  .grow-steps button,
  .grow-controls button,
  .rail-controls button {
    border: 1px solid ButtonText;
  }
}

/* 2026-09 handoff refinement: make the Solutions story denser, more legible,
   and visibly grounded in project evidence rather than abstract UI surfaces. */
.solutions-v5-s1__previews {
  grid-template-rows: auto repeat(3, 1fr);
}

.solutions-v5-s1__previews > p {
  margin: 0 0 2px;
  color: rgba(21, 22, 18, 0.66);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solutions-v5-s1__path {
  z-index: 2;
  grid-column: 1 / -1;
  justify-self: end;
  margin: 4px 8px 0 0;
  padding-bottom: 4px;
  color: var(--solutions-ink);
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.solutions-v5-s3 {
  min-height: 1020px;
}

.solutions-v5-s3__record {
  grid-template-columns: minmax(390px, 1.08fr) minmax(410px, 0.92fr);
  grid-template-rows: minmax(520px, 1fr) auto;
  min-height: 650px;
}

.solutions-v5-s3__record-label {
  left: calc(52% + 22px);
}

.solutions-v5-s3__media,
.solutions-v5-s3__media img {
  min-height: 650px;
}

.solutions-v5-s3__panels {
  align-self: stretch;
  padding: 86px 42px 34px;
}

.solutions-v5-s3__panels article > p:last-of-type {
  max-width: 470px;
  margin-top: 19px;
  font-size: 14px;
  line-height: 1.58;
}

.solutions-v5-s3__panels dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin: 26px 0 0;
  border-top: 1px solid rgba(21, 22, 18, 0.24);
}

.solutions-v5-s3__panels dl div {
  padding: 14px 0 12px;
  border-bottom: 1px solid rgba(21, 22, 18, 0.18);
}

.solutions-v5-s3__panels dt,
.solutions-v5-s4__body dt {
  margin-bottom: 6px;
  color: rgba(21, 22, 18, 0.58);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solutions-v5-s3__panels dd,
.solutions-v5-s4__body dd {
  margin: 0;
  font-size: 11px;
  line-height: 1.48;
}

.solutions-v5-s4__decisions article {
  min-height: 154px;
}

.solutions-v5-s4__body {
  grid-template-rows: auto auto auto;
  padding-block: 20px;
}

.solutions-v5-s4__body > p:first-child {
  grid-row: 1 / 4;
}

.solutions-v5-s4__body > p:last-of-type {
  max-width: 380px;
  margin-top: 4px;
  color: rgba(251, 248, 239, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

.solutions-v5-s4__body dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 2;
  gap: 14px;
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(251, 248, 239, 0.18);
}

.solutions-v5-s4__body dt {
  color: rgba(251, 248, 239, 0.46);
}

.solutions-v5-s4__body dd {
  color: rgba(251, 248, 239, 0.82);
}

.solutions-v5-s5__field > img {
  transition: opacity 160ms var(--ease), object-position 420ms var(--ease), transform 420ms var(--ease);
}

.solutions-v5-s6__planes button {
  z-index: var(--stack);
  top: calc(50% + var(--delta) * 12px);
  left: clamp(4%, calc(9% + var(--delta) * 12.5%), 74%);
  height: 350px;
  overflow: hidden;
  transform: translateY(-50%) rotateY(-14deg) rotateZ(calc(var(--delta) * -1deg)) scale(calc(1 - var(--distance) * 0.045));
}

.solutions-v5-s6__planes button img {
  width: calc(100% + 50px);
  height: 190px;
  margin: -25px -25px 16px;
  object-fit: cover;
  filter: saturate(0.76) contrast(0.94);
}

.solutions-v5-s6__planes button[aria-pressed="true"] img {
  filter: saturate(0.88) contrast(0.98);
}

.solutions-v5-s6__planes button span {
  font-size: 31px;
}

.solutions-v5-s6__planes button strong {
  font-size: 27px;
}

.solutions-v5-s7 {
  color: var(--solutions-ink);
  background: #e3ddcf;
}

.solutions-v5-s7__fields {
  gap: 18px;
  margin-top: 68px;
}

.solutions-v5-s7__fields article {
  min-height: 0;
  padding: 26px 28px 34px;
  box-shadow: 0 16px 42px rgba(30, 27, 19, 0.11);
}

.solutions-v5-s7__fields article figure {
  height: 165px;
  margin: -10px -10px 28px;
  overflow: hidden;
}

.solutions-v5-s7__fields article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.94);
}

.solutions-v5-s7__fields article:nth-child(2) {
  margin-top: 20px;
}

.solutions-v5-s7__fields article:nth-child(3) {
  margin-top: 7px;
}

.solutions-v5-s7__fields .solutions-v5-kicker {
  min-height: 40px;
  margin-bottom: 20px;
}

.solutions-v5-s7__fields li {
  padding-block: 15px;
  font-size: clamp(16px, 1.32vw, 20px);
}

.solutions-v5-s7__fields li::before {
  top: 23px;
}

.solutions-v5-s8__papers figure {
  position: absolute;
  inset: 20px 16px 24px 34px;
  margin: 0;
}

.solutions-v5-s8__papers img {
  position: absolute;
  width: 62%;
  height: 58%;
  object-fit: cover;
  border: 8px solid var(--solutions-paper-light);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.solutions-v5-s8__papers img:nth-child(1) {
  top: 2%;
  left: 2%;
  transform: rotate(-5deg);
}

.solutions-v5-s8__papers img:nth-child(2) {
  top: 20%;
  right: 1%;
  transform: rotate(4deg);
}

.solutions-v5-s8__papers img:nth-child(3) {
  bottom: 0;
  left: 18%;
  transform: rotate(-1deg);
}

.solutions-v5-s8__papers figcaption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 7px;
  padding: 10px 13px;
  color: var(--solutions-ink);
  background: var(--solutions-saffron);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .solutions-v5-s1__previews {
    grid-template-rows: auto 112px;
  }

  .solutions-v5-s1__previews > p {
    grid-column: 1 / -1;
  }

  .solutions-v5-s1__path {
    justify-self: start;
    margin: 2px 0 0;
  }

  .solutions-v5-s3__panels dl,
  .solutions-v5-s4__body dl {
    grid-template-columns: 1fr;
  }

  .solutions-v5-s7__fields article figure {
    height: 210px;
  }

  .solutions-v5-s8__papers figure {
    inset: 18px;
  }
}

@media (max-width: 600px) {
  .solutions-v5-s1__previews {
    grid-template-rows: auto 98px;
  }

  .solutions-v5-s7__fields article figure {
    height: 165px;
  }

  .solutions-v5-s8__papers img {
    border-width: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-v5-s5__field > img,
  .solutions-v5-s6__planes button {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Solutions V5 — owner-accepted local implementation candidate
   All rules remain route-scoped so the rejected Launch Core stays evidence-only.
   -------------------------------------------------------------------------- */

.solutions-v5-page {
  --solutions-paper: #f3efe4;
  --solutions-paper-light: #fbf8ef;
  --solutions-paper-deep: #ded5c2;
  --solutions-ink: #151612;
  --solutions-night: #171d1b;
  --solutions-night-soft: #222923;
  --solutions-olive: #6b6e45;
  --solutions-saffron: #d9a43f;
  color: var(--solutions-ink);
  background: var(--solutions-paper);
}

.solutions-v5-page .site-header {
  color: var(--solutions-ink);
  background: rgba(243, 239, 228, 0.94);
  border-color: rgba(21, 22, 18, 0.2);
  backdrop-filter: blur(14px);
}

.solutions-v5-page .site-header::before {
  background: var(--solutions-paper-light);
  opacity: 0;
}

.solutions-v5-page .header-project-link {
  color: var(--solutions-paper-light);
  background: var(--solutions-ink);
  border-color: var(--solutions-ink);
}

.solutions-v5-page .site-header.is-scrolled .header-project-link,
.solutions-v5-page .site-header.menu-active .header-project-link {
  color: var(--solutions-paper-light);
  background: var(--solutions-ink);
  border-color: var(--solutions-ink);
}

.solutions-v5-page main {
  overflow: clip;
}

.solutions-v5 {
  position: relative;
  padding-block: clamp(112px, 10vw, 164px);
  overflow: clip;
}

.solutions-v5 h1,
.solutions-v5 h2,
.solutions-v5 h3 {
  margin-block: 0;
  font-family: "Newsreader", Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 530;
  letter-spacing: -0.045em;
}

.solutions-v5 p,
.solutions-v5 dl,
.solutions-v5 ol,
.solutions-v5 ul,
.solutions-v5 figure {
  margin-block: 0;
}

.solutions-v5-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.solutions-v5-kicker > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 24px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 9px;
}

.solutions-v5-heading {
  display: grid;
  grid-template-columns: minmax(145px, 2fr) minmax(0, 7fr) minmax(260px, 3fr);
  gap: 36px;
  align-items: start;
  padding-bottom: 66px;
  border-bottom: 1px solid rgba(21, 22, 18, 0.22);
}

.solutions-v5-heading h2 {
  max-width: 760px;
  font-size: clamp(50px, 5.25vw, 82px);
  line-height: 0.98;
}

.solutions-v5-heading > p:last-child {
  max-width: 350px;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.65;
}

.solutions-v5-heading--light {
  border-color: rgba(251, 248, 239, 0.25);
}

.solutions-v5-note {
  font-family: "Newsreader", Georgia, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 350;
  line-height: 1.38;
}

.solutions-v5-text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  margin-top: 44px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.solutions-v5-text-link span {
  transition: transform 180ms var(--ease);
}

.solutions-v5-text-link:hover span,
.solutions-v5-text-link:focus-visible span {
  transform: translateX(5px);
}

/* S1 / open dossier */

.solutions-v5-s1 {
  min-height: 980px;
  padding-block: calc(var(--header-height) + 76px) 92px;
  background: var(--solutions-paper);
}

.solutions-v5-s1::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(21, 22, 18, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 22, 18, 0.018) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  pointer-events: none;
}

.solutions-v5-s1__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(580px, 1.1fr);
  gap: clamp(50px, 7vw, 112px);
  align-items: center;
}

.solutions-v5-s1__copy {
  padding-block: 42px;
}

.solutions-v5-s1__copy .solutions-v5-kicker {
  margin-bottom: 54px;
}

.solutions-v5-s1 h1 {
  max-width: 610px;
  font-size: clamp(70px, 6.2vw, 98px);
  line-height: 0.93;
}

.solutions-v5-lead {
  max-width: 590px;
  margin-top: 34px !important;
  color: rgba(21, 22, 18, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.solutions-v5-s1__copy .solutions-v5-note {
  max-width: 520px;
  margin-top: 28px !important;
}

.solutions-v5-scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px !important;
  border-top: 1px solid rgba(21, 22, 18, 0.34);
}

.solutions-v5-scope div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  min-height: 88px;
  padding: 17px 14px 17px 0;
  border-bottom: 1px solid rgba(21, 22, 18, 0.22);
}

.solutions-v5-scope div:nth-child(odd) {
  padding-right: 22px;
  border-right: 1px solid rgba(21, 22, 18, 0.22);
}

.solutions-v5-scope div:nth-child(even) {
  padding-left: 22px;
}

.solutions-v5-scope dt {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solutions-v5-scope dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.solutions-v5-s1__dossier {
  position: relative;
  display: none;
  grid-template-columns: minmax(0, 1fr) 162px;
  grid-template-rows: minmax(520px, 1fr) auto;
  gap: 0;
  min-height: 650px;
  padding: 18px 18px 24px 28px;
  background: #e6decd;
  border: 1px solid rgba(21, 22, 18, 0.22);
  box-shadow: 0 28px 70px rgba(30, 27, 19, 0.18);
  transform: rotate(0.55deg);
}

html.app-ready.enhanced .solutions-v5-s1__dossier {
  display: grid;
}

.solutions-v5-s1__static {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 28px;
  background: #e6decd;
  border: 1px solid rgba(21, 22, 18, 0.22);
  box-shadow: 0 28px 70px rgba(30, 27, 19, 0.14);
}

html.app-ready.enhanced .solutions-v5-s1__static {
  display: none;
}

.solutions-v5-s1__static figure {
  position: relative;
  min-height: 188px;
  overflow: hidden;
  background: var(--solutions-night);
}

.solutions-v5-s1__static img {
  width: 100%;
  height: 100%;
  min-height: 188px;
  object-fit: cover;
}

.solutions-v5-s1__static figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  gap: 15px;
  padding: 17px 20px;
  color: var(--solutions-paper-light);
  background: rgba(21, 22, 18, 0.82);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solutions-v5-s1__static > p {
  margin: 5px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 18px;
  font-style: italic;
}

.solutions-v5-s1__dossier::before,
.solutions-v5-s1__dossier::after {
  position: absolute;
  z-index: -1;
  inset: 9px -12px -10px 12px;
  background: #cfc4ae;
  border: 1px solid rgba(21, 22, 18, 0.18);
  content: "";
  transform: rotate(-1.25deg);
}

.solutions-v5-s1__dossier::after {
  inset: -7px 10px 10px -10px;
  background: #eee8da;
  transform: rotate(1.1deg);
}

.solutions-v5-s1__binding {
  position: absolute;
  z-index: 3;
  inset: 18px auto 24px 22px;
  width: 9px;
  background: repeating-linear-gradient(to bottom, var(--solutions-ink) 0 3px, transparent 3px 15px);
  opacity: 0.58;
}

.solutions-v5-s1__main {
  position: relative;
  z-index: 1;
  min-height: 520px;
  overflow: hidden;
  background: var(--solutions-night);
}

.solutions-v5-s1__main figure {
  position: absolute;
  inset: 0;
}

.solutions-v5-s1__main figure[hidden] {
  display: none;
}

.solutions-v5-s1__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions-v5-s1__main figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  gap: 15px;
  padding: 26px 28px;
  color: var(--solutions-paper-light);
  background: rgba(21, 22, 18, 0.82);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.solutions-v5-s1__previews {
  z-index: 1;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
  padding-left: 10px;
}

.solutions-v5-s1__previews button {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: var(--solutions-paper-light);
  background: var(--solutions-ink);
  border: 0;
  cursor: pointer;
  text-align: left;
}

.solutions-v5-s1__previews button::after {
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  content: "";
  pointer-events: none;
}

.solutions-v5-s1__previews button[aria-selected="true"]::after {
  border-color: var(--solutions-saffron);
}

.solutions-v5-s1__previews img {
  width: 100%;
  height: 100%;
  min-height: 118px;
  object-fit: cover;
  opacity: 0.64;
  transition: opacity 180ms var(--ease), transform 260ms var(--ease);
}

.solutions-v5-s1__previews button:hover img,
.solutions-v5-s1__previews button:focus-visible img,
.solutions-v5-s1__previews button[aria-selected="true"] img {
  opacity: 1;
  transform: scale(1.025);
}

.solutions-v5-s1__previews span {
  position: absolute;
  inset: auto 9px 8px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solutions-v5-s1__caption {
  z-index: 1;
  grid-column: 1 / -1;
  align-self: end;
  padding: 17px 8px 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 18px;
  font-style: italic;
}

/* S2 / fit and boundary sheets */

.solutions-v5-s2 {
  background: var(--solutions-paper-light);
}

.solutions-v5-s2__sheets {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: start;
  margin-top: 88px;
}

.solutions-v5-s2__sheets::before {
  position: absolute;
  z-index: 0;
  top: 16%;
  left: 49%;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(21, 22, 18, 0.28);
  border-radius: 50%;
  content: "";
}

.solutions-v5-s2__sheet {
  position: relative;
  z-index: 1;
  min-height: 510px;
  padding: clamp(42px, 5vw, 76px);
  border: 1px solid rgba(21, 22, 18, 0.25);
  box-shadow: 0 18px 50px rgba(30, 27, 19, 0.1);
}

.solutions-v5-s2__sheet--fit {
  color: var(--solutions-paper-light);
  background: var(--solutions-olive);
  clip-path: polygon(0 0, 96% 0, 100% 8%, 98% 100%, 4% 98%, 0 92%);
  transform: rotate(-0.45deg);
}

.solutions-v5-s2__sheet--boundary {
  margin-top: 68px;
  background: var(--solutions-paper);
  clip-path: polygon(4% 0, 100% 3%, 98% 94%, 93% 100%, 0 97%, 2% 8%);
  transform: rotate(0.8deg);
}

.solutions-v5-s2__sheet .solutions-v5-kicker {
  margin-bottom: 42px;
}

.solutions-v5-s2__sheet ul {
  padding: 0;
  list-style: none;
}

.solutions-v5-s2__sheet li {
  position: relative;
  padding: 20px 0 20px 42px;
  border-top: 1px solid currentColor;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(22px, 2.05vw, 31px);
  line-height: 1.18;
}

.solutions-v5-s2__sheet li::before {
  position: absolute;
  top: 24px;
  left: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

/* S3 / retained record */

.solutions-v5-s3 {
  min-height: 1120px;
  color: var(--solutions-paper-light);
  background: var(--solutions-olive);
}

.solutions-v5-s3::after {
  position: absolute;
  inset: auto -10% -160px 40%;
  width: 760px;
  height: 420px;
  border: 1px solid rgba(251, 248, 239, 0.16);
  border-radius: 50%;
  content: "";
  transform: rotate(-9deg);
}

.solutions-v5-s3__interactive {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: 78px;
}

html.enhanced .solutions-v5-s3__interactive {
  display: block;
}

html.enhanced .solutions-v5-s3__static {
  display: none;
}

.solutions-v5-s3__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(251, 248, 239, 0.34);
  border-bottom: 1px solid rgba(251, 248, 239, 0.34);
}

.solutions-v5-s3__tabs button {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 12px 22px;
  color: rgba(251, 248, 239, 0.62);
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(251, 248, 239, 0.22);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.solutions-v5-s3__tabs button:last-child {
  border-right: 0;
}

.solutions-v5-s3__tabs button[aria-selected="true"] {
  color: var(--solutions-paper-light);
  background: rgba(21, 22, 18, 0.22);
}

.solutions-v5-s3__tabs button span {
  font-family: "Newsreader", Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.solutions-v5-s3__record {
  position: relative;
  display: grid;
  grid-template-columns: minmax(400px, 1.08fr) minmax(400px, 0.92fr);
  grid-template-rows: minmax(480px, 1fr) auto;
  min-height: 610px;
  margin-top: 28px;
  overflow: hidden;
  color: var(--solutions-ink);
  background: var(--solutions-paper-light);
  border: 1px solid rgba(21, 22, 18, 0.3);
  box-shadow: 0 24px 68px rgba(21, 22, 18, 0.24);
  clip-path: polygon(0 0, 99% 0, 100% 5%, 99% 98%, 92% 100%, 1% 98%);
}

.solutions-v5-s3__record-label {
  position: absolute;
  z-index: 5;
  top: 25px;
  left: calc(50% + 30px);
  max-width: 290px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.solutions-v5-s3__media {
  position: relative;
  grid-row: 1 / 3;
  min-height: 610px;
  overflow: hidden;
  background: var(--solutions-night-soft);
}

.solutions-v5-s3__media::after {
  position: absolute;
  inset: 0;
  border: 18px solid rgba(21, 22, 18, 0.08);
  content: "";
  pointer-events: none;
}

.solutions-v5-s3__media img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  transition: opacity 160ms var(--ease), transform 420ms var(--ease);
}

.solutions-v5-s3__record[data-state="1"] .solutions-v5-s3__media img {
  transform: scale(1.045) translateX(-1.5%);
}

.solutions-v5-s3__media figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 24px 22px;
  width: fit-content;
  padding: 10px 13px;
  color: var(--solutions-paper-light);
  background: var(--solutions-ink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.solutions-v5-s3__panels {
  align-self: end;
  padding: 98px 54px 44px;
}

.solutions-v5-s3__panels article[hidden] {
  display: none;
}

.solutions-v5-s3__panels h3 {
  max-width: 430px;
  margin-top: 19px;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 0.98;
}

.solutions-v5-s3__panels article > p:last-child {
  max-width: 510px;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.62;
}

.solutions-v5-s3__people {
  position: absolute;
  z-index: 4;
  top: 42px;
  right: 30px;
  width: 168px;
  min-height: 220px;
  padding: 7px 8px 0;
  background: rgba(251, 248, 239, 0.94);
  border: 1px solid rgba(21, 22, 18, 0.14);
}

.solutions-v5-people {
  width: 100%;
  height: auto;
  overflow: visible;
}

.solutions-v5-person {
  fill: none;
  stroke: var(--solutions-ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.solutions-v5-person__cloth {
  fill: rgba(107, 110, 69, 0.12);
}

.solutions-v5-person--two .solutions-v5-person__cloth {
  fill: rgba(217, 164, 63, 0.15);
}

.solutions-v5-s3__media-route {
  position: relative;
  z-index: 5;
  display: none;
  grid-column: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(21, 22, 18, 0.26);
}

.solutions-v5-s3__record[data-state="2"] .solutions-v5-s3__media-route {
  display: grid;
}

.solutions-v5-s3__media-route button {
  min-height: 72px;
  padding: 12px 10px;
  color: var(--solutions-ink);
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(21, 22, 18, 0.22);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solutions-v5-s3__media-route button:last-child {
  border-right: 0;
}

.solutions-v5-s3__media-route button span {
  display: block;
  margin-bottom: 3px;
  color: rgba(21, 22, 18, 0.5);
}

.solutions-v5-s3__media-route button[aria-pressed="true"] {
  color: var(--solutions-paper-light);
  background: var(--solutions-ink);
}

.solutions-v5-s3__terminus {
  position: absolute;
  z-index: 4;
  right: 16px;
  bottom: 91px;
  width: 44px;
  height: 1px;
  background: var(--solutions-ink);
}

.solutions-v5-s3__terminus::after {
  position: absolute;
  top: -5px;
  right: 0;
  width: 10px;
  height: 10px;
  background: var(--solutions-paper-light);
  border: 1px solid var(--solutions-ink);
  border-radius: 50%;
  content: "";
}

.solutions-v5-finite-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 28px;
}

.solutions-v5-finite-controls button {
  min-width: 132px;
  min-height: 48px;
  padding-inline: 17px;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solutions-v5-finite-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.solutions-v5-finite-controls p {
  min-width: 64px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 17px;
  text-align: center;
}

.solutions-v5-s3__static,
.solutions-v5-s5__static,
.solutions-v5-s6__static {
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}

.solutions-v5-s3__static > li {
  padding-block: 36px;
  border-top: 1px solid rgba(251, 248, 239, 0.3);
}

.solutions-v5-s3__static h3 {
  max-width: 720px;
  margin-top: 16px;
  font-size: 42px;
  line-height: 1;
}

.solutions-v5-s3__static article > p:last-of-type {
  max-width: 720px;
  margin-top: 18px;
}

.solutions-v5-s3__static-media {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.solutions-v5-s3__static-media figure {
  position: relative;
  min-height: 180px;
  overflow: hidden;
}

.solutions-v5-s3__static-media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.solutions-v5-s3__static-media figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 10px 12px;
  color: var(--solutions-paper-light);
  background: rgba(21, 22, 18, 0.82);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* S4 / image-through-letterform decisions */

.solutions-v5-s4 {
  color: var(--solutions-paper-light);
  background: var(--solutions-night);
}

.solutions-v5-s4__decisions {
  margin-top: 78px;
  border-top: 1px solid rgba(251, 248, 239, 0.25);
}

.solutions-v5-s4__decisions article {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(270px, 4fr);
  gap: 42px;
  align-items: center;
  min-height: 178px;
  border-bottom: 1px solid rgba(251, 248, 239, 0.25);
}

.solutions-v5-s4__word {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: rgba(251, 248, 239, 0.28);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: clamp(70px, 9vw, 132px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.085em;
  text-align: left;
}

.solutions-v5-s4__word span {
  display: block;
  width: max-content;
  max-width: 100%;
  padding-block: 17px;
}

.solutions-v5-s4__word[aria-pressed="true"] span,
.solutions-v5-s4__word:hover span,
.solutions-v5-s4__word:focus-visible span {
  color: transparent;
  background: var(--decision-image) center 42% / cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.solutions-v5-s4__body {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 4px 16px;
  padding-block: 28px;
}

.solutions-v5-s4__body > p:first-child {
  grid-row: 1 / 3;
  color: var(--solutions-saffron);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.solutions-v5-s4__body h3 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.025em;
}

.solutions-v5-s4__body > p:last-child {
  max-width: 350px;
  color: rgba(251, 248, 239, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

/* S5 / one shared worktable, four concurrent functions */

.solutions-v5-s5 {
  color: var(--solutions-paper-light);
  background: var(--solutions-night-soft);
}

.solutions-v5-s5__interactive {
  display: none;
  margin-top: 78px;
}

html.enhanced .solutions-v5-s5__interactive {
  display: block;
}

html.enhanced .solutions-v5-s5__static {
  display: none;
}

.solutions-v5-s5__field {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border: 1px solid rgba(251, 248, 239, 0.2);
  isolation: isolate;
}

.solutions-v5-s5__field::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(14, 17, 15, 0.54);
  content: "";
}

.solutions-v5-s5__field > img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--s5-position, 50% 50%);
  transform: scale(var(--s5-scale, 1.03));
  transition: object-position 420ms var(--ease), transform 420ms var(--ease);
}

.solutions-v5-s5__thread {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 12%;
  width: 75%;
  height: 1px;
  background: rgba(251, 248, 239, 0.65);
  transform: rotate(-6deg);
}

.solutions-v5-s5__thread::before,
.solutions-v5-s5__thread::after {
  position: absolute;
  top: -90px;
  left: 34%;
  width: 1px;
  height: 185px;
  background: inherit;
  content: "";
  transform: rotate(23deg);
}

.solutions-v5-s5__thread::after {
  top: -112px;
  left: 68%;
  height: 215px;
  transform: rotate(-18deg);
}

.solutions-v5-s5__nodes {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.solutions-v5-s5__nodes button {
  position: absolute;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  align-items: center;
  width: 225px;
  min-height: 74px;
  padding: 13px 16px;
  color: var(--solutions-paper-light);
  background: rgba(21, 22, 18, 0.74);
  border: 1px solid rgba(251, 248, 239, 0.58);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
  transition: background-color 180ms var(--ease), color 180ms var(--ease), transform 180ms var(--ease);
}

.solutions-v5-s5__nodes button:nth-child(1) { top: 13%; left: 9%; }
.solutions-v5-s5__nodes button:nth-child(2) { top: 21%; right: 8%; }
.solutions-v5-s5__nodes button:nth-child(3) { bottom: 18%; right: 13%; }
.solutions-v5-s5__nodes button:nth-child(4) { bottom: 12%; left: 15%; }

.solutions-v5-s5__nodes button[aria-selected="true"] {
  color: var(--solutions-ink);
  background: var(--solutions-saffron);
  border-color: var(--solutions-saffron);
  transform: translateY(-5px);
}

.solutions-v5-s5__nodes button span {
  font-family: "Newsreader", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}

.solutions-v5-s5__detail {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(430px, 38vw);
  min-height: 258px;
  padding: 38px 42px;
  color: var(--solutions-ink);
  background: var(--solutions-paper-light);
  border: 1px solid rgba(21, 22, 18, 0.2);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%) rotate(-0.8deg);
}

.solutions-v5-s5__detail article[hidden] {
  display: none;
}

.solutions-v5-s5__detail h3 {
  margin-top: 14px;
  font-size: 43px;
  line-height: 0.98;
}

.solutions-v5-s5__detail article > p:nth-of-type(2) {
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.55;
}

.solutions-v5-s5__detail article > p:last-child {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 14px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(21, 22, 18, 0.22);
  font-size: 11px;
  line-height: 1.5;
}

.solutions-v5-s5__detail strong {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solutions-v5-s5__static > li {
  border-top: 1px solid rgba(251, 248, 239, 0.25);
}

.solutions-v5-s5__static article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding-block: 30px;
}

.solutions-v5-s5__static article > p {
  color: var(--solutions-saffron);
  font-family: "Newsreader", Georgia, serif;
  font-size: 30px;
}

.solutions-v5-s5__static h3 {
  font-size: 36px;
  line-height: 1;
}

.solutions-v5-s5__static article div > p {
  max-width: 720px;
  margin-top: 13px;
}

.solutions-v5-s5__static article div > p:last-child {
  color: rgba(251, 248, 239, 0.64);
  font-size: 13px;
}

.solutions-v5-s5__static strong {
  display: block;
  color: var(--solutions-paper-light);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solutions-v5-s5__shared {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 38px !important;
  border-block: 1px solid rgba(251, 248, 239, 0.26);
}

.solutions-v5-s5__shared div {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  padding: 20px;
  border-right: 1px solid rgba(251, 248, 239, 0.2);
}

.solutions-v5-s5__shared div:last-child {
  border-right: 0;
}

.solutions-v5-s5__shared dt {
  color: var(--solutions-saffron);
  font-family: "Newsreader", Georgia, serif;
}

.solutions-v5-s5__shared dd {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* S6 / six-stage perspective loop */

.solutions-v5-s6 {
  background: var(--solutions-paper);
}

.solutions-v5-s6__interactive {
  display: none;
  margin-top: 78px;
}

html.enhanced .solutions-v5-s6__interactive {
  display: block;
}

html.enhanced .solutions-v5-s6__static {
  display: none;
}

.solutions-v5-s6__planes {
  position: relative;
  height: 540px;
  overflow: hidden;
  perspective: 1200px;
  border-block: 1px solid rgba(21, 22, 18, 0.25);
}

.solutions-v5-s6__planes::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 8%;
  width: 88%;
  height: 1px;
  background: rgba(21, 22, 18, 0.3);
  content: "";
  transform: rotate(-8deg);
  transform-origin: left;
}

.solutions-v5-s6__planes button {
  position: absolute;
  z-index: calc(10 - var(--stage));
  top: calc(50% + var(--delta) * 16px);
  left: calc(9% + var(--delta) * 13%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 270px;
  height: 330px;
  padding: 25px;
  color: var(--solutions-ink);
  background: var(--solutions-paper-light);
  border: 1px solid rgba(21, 22, 18, 0.32);
  box-shadow: 0 18px 46px rgba(30, 27, 19, 0.14);
  cursor: pointer;
  text-align: left;
  transform: translateY(-50%) rotateY(-16deg) rotateZ(calc(var(--delta) * -1.4deg)) scale(calc(1 - var(--delta) * 0.055));
  transform-origin: center;
  transition: left 480ms var(--ease), top 480ms var(--ease), transform 480ms var(--ease), opacity 240ms var(--ease), background-color 240ms var(--ease);
}

.solutions-v5-s6__planes button[aria-pressed="true"] {
  z-index: 20;
  color: var(--solutions-paper-light);
  background: var(--solutions-olive);
  border-color: var(--solutions-olive);
  transform: translateY(-50%) rotateY(-6deg) rotateZ(-1deg) scale(1.04);
}

.solutions-v5-s6__planes button.is-returning {
  z-index: 1;
  pointer-events: none;
  transition: none;
}

.solutions-v5-s6__planes button span {
  font-family: "Newsreader", Georgia, serif;
  font-size: 45px;
  font-weight: 400;
}

.solutions-v5-s6__planes button strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}

.solutions-v5-s6__current {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 160px minmax(280px, 0.8fr) minmax(0, 1.6fr);
  gap: 35px;
  align-items: start;
  margin-top: -40px;
  padding: 36px 40px;
  background: var(--solutions-paper-light);
  border: 1px solid rgba(21, 22, 18, 0.25);
}

.solutions-v5-s6__current h3 {
  max-width: 300px;
  font-size: 43px;
  line-height: 0.98;
  text-transform: capitalize;
}

.solutions-v5-s6__current > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.solutions-v5-s6__current > div p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 17px;
  border-left: 1px solid rgba(21, 22, 18, 0.24);
  font-size: 12px;
  line-height: 1.55;
}

.solutions-v5-s6__current strong {
  font-size: 9px;
  letter-spacing: 0.11em;
}

.solutions-v5-s6__static > li {
  border-top: 1px solid rgba(21, 22, 18, 0.24);
}

.solutions-v5-s6__static article {
  padding-block: 32px;
}

.solutions-v5-s6__static header {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: baseline;
}

.solutions-v5-s6__static header span {
  color: var(--solutions-olive);
  font-family: "Newsreader", Georgia, serif;
  font-size: 29px;
}

.solutions-v5-s6__static h3 {
  font-size: 38px;
  line-height: 1;
}

.solutions-v5-s6__static article > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 23px;
  padding-left: 64px;
}

.solutions-v5-s6__static article > div p {
  padding-left: 14px;
  border-left: 1px solid rgba(21, 22, 18, 0.24);
  font-size: 13px;
  line-height: 1.55;
}

.solutions-v5-s6__static strong {
  display: block;
  margin-bottom: 7px;
  font-size: 9px;
  letter-spacing: 0.1em;
}

/* S7 / complete, content-fit responsibility fields */

.solutions-v5-s7 {
  color: var(--solutions-paper-light);
  background: var(--solutions-night);
}

.solutions-v5-s7__fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 82px;
}

.solutions-v5-s7__fields article {
  min-height: 600px;
  padding: clamp(34px, 3.2vw, 52px);
  color: var(--solutions-ink);
  background: var(--solutions-paper-light);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
}

.solutions-v5-s7__fields article:nth-child(1) {
  clip-path: polygon(0 2%, 95% 0, 100% 8%, 97% 98%, 6% 100%, 0 94%);
  transform: rotate(-0.5deg);
}

.solutions-v5-s7__fields article:nth-child(2) {
  margin-top: 32px;
  clip-path: polygon(4% 0, 100% 2%, 98% 94%, 92% 100%, 0 97%, 2% 8%);
  transform: rotate(0.65deg);
}

.solutions-v5-s7__fields article:nth-child(3) {
  margin-top: 9px;
  color: var(--solutions-paper-light);
  background: var(--solutions-olive);
  clip-path: polygon(0 0, 97% 3%, 100% 96%, 94% 100%, 3% 97%, 1% 8%);
  transform: rotate(-0.35deg);
}

.solutions-v5-s7__fields .solutions-v5-kicker {
  min-height: 52px;
  margin-bottom: 30px;
}

.solutions-v5-s7__fields ul {
  padding: 0;
  list-style: none;
}

.solutions-v5-s7__fields li {
  position: relative;
  padding: 19px 0 19px 29px;
  border-top: 1px solid currentColor;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.28;
}

.solutions-v5-s7__fields li::before {
  position: absolute;
  top: 28px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  content: "";
}

/* S8 / one action, then route-specific footer */

.solutions-v5-s8 {
  min-height: 820px;
  padding-block: 158px;
  background: var(--solutions-paper-deep);
}

.solutions-v5-s8::before {
  position: absolute;
  inset: 0 0 0 46%;
  background: var(--solutions-ink);
  content: "";
}

.solutions-v5-s8__papers {
  position: absolute;
  top: 50%;
  right: 7vw;
  width: min(42vw, 580px);
  height: 500px;
  transform: translateY(-50%);
}

.solutions-v5-s8__papers span {
  position: absolute;
  inset: 40px 30px 25px 70px;
  background: #d9cfbc;
  border: 1px solid rgba(21, 22, 18, 0.28);
  transform: rotate(-5deg);
}

.solutions-v5-s8__papers span:nth-child(2) {
  inset: 24px 54px 42px 45px;
  background: #eee8dc;
  transform: rotate(4deg);
}

.solutions-v5-s8__papers span:nth-child(3) {
  inset: 46px 36px 24px 54px;
  background: var(--solutions-paper-light);
  transform: rotate(-0.8deg);
}

.solutions-v5-s8__papers i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 53%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 142px;
  color: var(--solutions-ink);
  border: 2px solid var(--solutions-ink);
  border-radius: 50%;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.solutions-v5-s8__papers i::before,
.solutions-v5-s8__papers i::after {
  position: absolute;
  width: 164px;
  height: 164px;
  border: 1px solid var(--solutions-ink);
  border-radius: 50%;
  content: "";
}

.solutions-v5-s8__papers i::after {
  width: 126px;
  height: 126px;
}

.solutions-v5-s8__inner {
  position: relative;
  z-index: 2;
  margin-left: max(0px, calc((100vw - var(--shell)) / 2));
}

.solutions-v5-s8__inner > * {
  max-width: min(560px, 39vw);
}

.solutions-v5-s8 h2 {
  margin-top: 48px;
  font-size: clamp(72px, 7vw, 108px);
  line-height: 0.9;
}

.solutions-v5-s8__inner > p:nth-of-type(2) {
  margin-top: 34px;
  font-size: 17px;
  line-height: 1.65;
}

.solutions-v5-s8__inner .solutions-v5-note {
  margin-top: 25px;
}

.solutions-v5-s8__cta {
  margin-top: 39px;
}

.solutions-v5-s8__cta .primary-button {
  color: var(--solutions-paper-light);
  background: var(--solutions-ink);
  border-color: var(--solutions-ink);
}

.solutions-v5-footer {
  min-height: 0;
  padding: 0;
  color: var(--solutions-paper-light);
  background: var(--solutions-ink);
  border-top: 1px solid rgba(251, 248, 239, 0.22);
}

.solutions-v5-footer__inner {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 40px;
  align-items: center;
  min-height: 168px;
}

.solutions-v5-footer__mark {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.solutions-v5-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.solutions-v5-footer nav a {
  min-height: 44px;
  padding-block: 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.solutions-v5-footer nav a:hover,
.solutions-v5-footer nav a:focus-visible {
  color: var(--solutions-saffron);
}

.solutions-v5-footer p {
  color: rgba(251, 248, 239, 0.55);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .solutions-v5-s1__layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(510px, 1.08fr);
    gap: 52px;
  }

  .solutions-v5-s1 h1 {
    font-size: 72px;
  }

  .solutions-v5-s1__dossier {
    grid-template-columns: minmax(0, 1fr) 132px;
  }

  .solutions-v5-s3__record {
    grid-template-columns: minmax(360px, 1fr) minmax(360px, 1fr);
  }

  .solutions-v5-s3__people {
    width: 135px;
  }

  .solutions-v5-s5__nodes button {
    width: 200px;
  }

  .solutions-v5-s6__planes button {
    left: calc(5% + var(--delta) * 13%);
    width: 250px;
  }
}

@media (max-width: 900px) {
  .solutions-v5-page .site-header {
    background: var(--solutions-paper-light);
    backdrop-filter: none;
  }

  .solutions-v5 {
    padding-block: 88px;
  }

  .solutions-v5-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 38px;
  }

  .solutions-v5-heading h2 {
    max-width: 620px;
    font-size: clamp(46px, 12vw, 70px);
  }

  .solutions-v5-heading > p:last-child {
    max-width: 560px;
  }

  .solutions-v5-s1 {
    min-height: 0;
    padding-block: calc(var(--header-height) + 50px) 76px;
  }

  .solutions-v5-s1__layout {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .solutions-v5-s1__copy {
    padding: 0;
  }

  .solutions-v5-s1__copy .solutions-v5-kicker {
    margin-bottom: 36px;
  }

  .solutions-v5-s1 h1 {
    max-width: 760px;
    font-size: clamp(60px, 15vw, 90px);
  }

  .solutions-v5-s1__dossier {
    grid-template-columns: minmax(0, 1fr) 128px;
    grid-template-rows: minmax(500px, 1fr) auto;
    max-width: 720px;
    min-height: 620px;
  }

  .solutions-v5-s2__sheets {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 54px;
  }

  .solutions-v5-s2__sheets::before {
    display: none;
  }

  .solutions-v5-s2__sheet {
    min-height: 0;
  }

  .solutions-v5-s2__sheet--boundary {
    margin-top: 0;
  }

  html.enhanced .solutions-v5-s3__interactive,
  html.enhanced .solutions-v5-s5__interactive,
  html.enhanced .solutions-v5-s6__interactive {
    display: none;
  }

  html.enhanced .solutions-v5-s3__static,
  html.enhanced .solutions-v5-s5__static,
  html.enhanced .solutions-v5-s6__static {
    display: block;
  }

  .solutions-v5-s4__decisions article {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding-block: 18px 26px;
  }

  .solutions-v5-s4__word {
    font-size: clamp(58px, 15vw, 96px);
  }

  .solutions-v5-s4__body {
    max-width: 650px;
    padding: 10px 0 0;
  }

  .solutions-v5-s5__shared {
    grid-template-columns: repeat(2, 1fr);
  }

  .solutions-v5-s5__shared div:nth-child(2) {
    border-right: 0;
  }

  .solutions-v5-s5__shared div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(251, 248, 239, 0.2);
  }

  .solutions-v5-s6__static article > div {
    grid-template-columns: 1fr;
  }

  .solutions-v5-s7__fields {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 56px;
  }

  .solutions-v5-s7__fields article,
  .solutions-v5-s7__fields article:nth-child(2),
  .solutions-v5-s7__fields article:nth-child(3) {
    min-height: 0;
    margin-top: 0;
    transform: none;
  }

  .solutions-v5-s8 {
    min-height: 980px;
    padding-block: 96px 580px;
  }

  .solutions-v5-s8::before {
    inset: auto 0 0;
    height: 520px;
  }

  .solutions-v5-s8__inner {
    margin-left: auto;
  }

  .solutions-v5-s8__inner > * {
    max-width: 660px;
  }

  .solutions-v5-s8__papers {
    top: auto;
    right: 50%;
    bottom: 20px;
    width: min(82vw, 580px);
    height: 470px;
    transform: translateX(50%);
  }

  .solutions-v5-footer__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 46px;
  }

  .solutions-v5-footer p {
    max-width: 420px;
  }
}

@media (max-width: 600px) {
  .solutions-v5 {
    padding-block: 72px;
  }

  .solutions-v5-kicker {
    gap: 10px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .solutions-v5-kicker > span {
    width: 32px;
    height: 22px;
  }

  .solutions-v5-heading {
    gap: 18px;
    padding-bottom: 30px;
  }

  .solutions-v5-heading h2 {
    font-size: clamp(43px, 13.4vw, 62px);
    line-height: 0.96;
  }

  .solutions-v5-heading > p:last-child {
    padding-top: 0;
    font-size: 14px;
    line-height: 1.58;
  }

  .solutions-v5-s1 {
    padding-block: calc(var(--header-height) + 38px) 64px;
  }

  .solutions-v5-s1__layout {
    gap: 48px;
  }

  .solutions-v5-s1 h1 {
    font-size: clamp(54px, 16.2vw, 72px);
    line-height: 0.92;
  }

  .solutions-v5-lead {
    margin-top: 26px !important;
    font-size: 15px;
    line-height: 1.6;
  }

  .solutions-v5-s1__copy .solutions-v5-note {
    margin-top: 21px !important;
    font-size: 20px;
  }

  .solutions-v5-scope {
    grid-template-columns: 1fr;
    margin-top: 34px !important;
  }

  .solutions-v5-scope div,
  .solutions-v5-scope div:nth-child(odd),
  .solutions-v5-scope div:nth-child(even) {
    grid-template-columns: 72px 1fr;
    min-height: 72px;
    padding: 14px 0;
    border-right: 0;
  }

  .solutions-v5-s1__dossier {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(340px, 60vw) auto auto;
    min-height: 0;
    padding: 15px 15px 20px 24px;
    transform: rotate(0.3deg);
  }

  .solutions-v5-s1__static {
    padding: 18px;
  }

  .solutions-v5-s1__static figure,
  .solutions-v5-s1__static img {
    min-height: 170px;
  }

  .solutions-v5-s1__binding {
    inset: 15px auto 20px 18px;
    width: 7px;
  }

  .solutions-v5-s1__main {
    min-height: 340px;
  }

  .solutions-v5-s1__previews {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 112px;
    gap: 7px;
    padding: 8px 0 0;
  }

  .solutions-v5-s1__previews img {
    min-height: 112px;
  }

  .solutions-v5-s1__caption {
    font-size: 15px;
  }

  .solutions-v5-s2__sheets {
    margin-top: 42px;
  }

  .solutions-v5-s2__sheet {
    padding: 36px 29px 42px;
  }

  .solutions-v5-s2__sheet .solutions-v5-kicker {
    margin-bottom: 28px;
  }

  .solutions-v5-s2__sheet li {
    padding: 17px 0 17px 34px;
    font-size: 21px;
  }

  .solutions-v5-s2__sheet li::before {
    top: 21px;
    width: 15px;
    height: 15px;
  }

  .solutions-v5-s3__static {
    margin-top: 42px;
  }

  .solutions-v5-s3__static > li {
    padding-block: 27px;
  }

  .solutions-v5-s3__static h3 {
    font-size: 36px;
  }

  .solutions-v5-s3__static article > p:last-of-type {
    font-size: 14px;
  }

  .solutions-v5-s3__static-media {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .solutions-v5-s3__static-media figure,
  .solutions-v5-s3__static-media img {
    min-height: 130px;
    height: 130px;
  }

  .solutions-v5-s4__decisions {
    margin-top: 46px;
  }

  .solutions-v5-s4__word {
    font-size: clamp(49px, 15.4vw, 72px);
  }

  .solutions-v5-s4__word span {
    padding-block: 10px;
  }

  .solutions-v5-s4__body {
    grid-template-columns: 28px 1fr;
  }

  .solutions-v5-s4__body h3 {
    font-size: 24px;
  }

  .solutions-v5-s5__static {
    margin-top: 42px;
  }

  .solutions-v5-s5__static article {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding-block: 24px;
  }

  .solutions-v5-s5__static h3 {
    font-size: 31px;
  }

  .solutions-v5-s5__shared {
    grid-template-columns: 1fr;
    margin-top: 26px !important;
  }

  .solutions-v5-s5__shared div,
  .solutions-v5-s5__shared div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(251, 248, 239, 0.2);
  }

  .solutions-v5-s5__shared div:last-child {
    border-bottom: 0;
  }

  .solutions-v5-s6__static {
    margin-top: 42px;
  }

  .solutions-v5-s6__static article {
    padding-block: 27px;
  }

  .solutions-v5-s6__static h3 {
    font-size: 32px;
  }

  .solutions-v5-s6__static article > div {
    gap: 16px;
    margin-top: 20px;
    padding-left: 0;
  }

  .solutions-v5-s6__static article > div p {
    padding: 0 0 0 13px;
  }

  .solutions-v5-s7__fields {
    gap: 22px;
    margin-top: 42px;
  }

  .solutions-v5-s7__fields article {
    padding: 34px 28px 40px;
  }

  .solutions-v5-s7__fields .solutions-v5-kicker {
    min-height: 0;
    margin-bottom: 24px;
  }

  .solutions-v5-s7__fields li {
    padding: 16px 0 16px 25px;
    font-size: 19px;
  }

  .solutions-v5-s7__fields li::before {
    top: 24px;
  }

  .solutions-v5-s8 {
    min-height: 850px;
    padding-block: 76px 465px;
  }

  .solutions-v5-s8::before {
    height: 420px;
  }

  .solutions-v5-s8 h2 {
    margin-top: 34px;
    font-size: clamp(57px, 17vw, 76px);
  }

  .solutions-v5-s8__inner > p:nth-of-type(2) {
    margin-top: 25px;
    font-size: 15px;
  }

  .solutions-v5-s8__inner .solutions-v5-note {
    font-size: 19px;
  }

  .solutions-v5-s8__papers {
    bottom: 8px;
    width: 94vw;
    height: 392px;
  }

  .solutions-v5-s8__papers span {
    inset: 32px 25px 22px 43px;
  }

  .solutions-v5-s8__papers i {
    width: 112px;
    height: 112px;
    font-size: 20px;
  }

  .solutions-v5-s8__papers i::before {
    width: 132px;
    height: 132px;
  }

  .solutions-v5-s8__papers i::after {
    width: 98px;
    height: 98px;
  }

  .solutions-v5-footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
  }
}

@media (max-width: 370px) {
  .solutions-v5 {
    padding-block: 64px;
  }

  .solutions-v5-heading h2 {
    font-size: 42px;
  }

  .solutions-v5-s1 {
    padding-block: calc(var(--header-height) + 32px) 58px;
  }

  .solutions-v5-s1 h1 {
    font-size: 51px;
  }

  .solutions-v5-s1__dossier {
    grid-template-rows: 310px auto auto;
  }

  .solutions-v5-s1__main {
    min-height: 310px;
  }

  .solutions-v5-s1__previews {
    grid-template-rows: 98px;
  }

  .solutions-v5-s1__previews img {
    min-height: 98px;
  }

  .solutions-v5-s4__word {
    font-size: 47px;
  }

  .solutions-v5-s8 h2 {
    font-size: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.app-ready.enhanced .solutions-v5-s1__dossier {
    display: none;
  }

  html.app-ready.enhanced .solutions-v5-s1__static {
    display: grid;
  }

  html.enhanced .solutions-v5-s3__interactive,
  html.enhanced .solutions-v5-s5__interactive,
  html.enhanced .solutions-v5-s6__interactive {
    display: none;
  }

  html.enhanced .solutions-v5-s3__static,
  html.enhanced .solutions-v5-s5__static,
  html.enhanced .solutions-v5-s6__static {
    display: block;
  }

  .solutions-v5-s1__dossier,
  .solutions-v5-s2__sheet,
  .solutions-v5-s7__fields article,
  .solutions-v5-s8__papers,
  .solutions-v5-s8__papers i {
    transform: none;
  }
}

html.no-js .solutions-v5-s3__interactive,
html.no-js .solutions-v5-s5__interactive,
html.no-js .solutions-v5-s6__interactive {
  display: none;
}

html.no-js .solutions-v5-s3__static,
html.no-js .solutions-v5-s5__static,
html.no-js .solutions-v5-s6__static {
  display: block;
}

@media (max-width: 900px) {
  .site-footer__links nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}

@media (forced-colors: active) {
  .solutions-v5-page .site-header,
  .solutions-v5,
  .solutions-v5-s2__sheet,
  .solutions-v5-s3__record,
  .solutions-v5-s5__detail,
  .solutions-v5-s6__current,
  .solutions-v5-s7__fields article,
  .solutions-v5-s8,
  .solutions-v5-footer {
    color: CanvasText;
    background: Canvas;
  }

  .solutions-v5-s1__previews button,
  .solutions-v5-s3__tabs button,
  .solutions-v5-s3__media-route button,
  .solutions-v5-finite-controls button,
  .solutions-v5-s4__word,
  .solutions-v5-s5__nodes button,
  .solutions-v5-s6__planes button,
  .solutions-v5-s8__cta .primary-button {
    color: ButtonText;
    background: ButtonFace;
    border: 1px solid ButtonText;
    forced-color-adjust: auto;
  }

  .solutions-v5-s4__word[aria-pressed="true"] span {
    color: HighlightText;
    background: Highlight;
    -webkit-text-fill-color: HighlightText;
  }
}

/* Source-order corrections for the Solutions refinement block above. */
@media not (forced-colors: active) {
  .solutions-v5-s1__previews { grid-template-rows: auto repeat(3, 1fr); }
  .solutions-v5-s3 { min-height: 1020px; }
  .solutions-v5-s3__record { grid-template-columns: minmax(390px, 1.08fr) minmax(410px, .92fr); grid-template-rows: minmax(520px, 1fr) auto; min-height: 650px; }
  .solutions-v5-s3__record-label { left: calc(52% + 22px); }
  .solutions-v5-s3__media,
  .solutions-v5-s3__media img { min-height: 650px; }
  .solutions-v5-s3__panels { align-self: stretch; padding: 86px 42px 34px; }
  .solutions-v5-s4__decisions article { min-height: 154px; }
  .solutions-v5-s4__body { grid-template-rows: auto auto auto; padding-block: 20px; }
  .solutions-v5-s5__field > img { transition: opacity 160ms var(--ease), object-position 420ms var(--ease), transform 420ms var(--ease); }
  .solutions-v5-s6__planes button { z-index: var(--stack); top: calc(50% + var(--delta) * 12px); left: clamp(4%, calc(9% + var(--delta) * 12.5%), 74%); height: 350px; overflow: hidden; transform: translateY(-50%) rotateY(-14deg) rotateZ(calc(var(--delta) * -1deg)) scale(calc(1 - var(--distance) * .045)); }
  .solutions-v5-s6__planes button span { font-size: 31px; }
  .solutions-v5-s6__planes button strong { font-size: 27px; }
  .solutions-v5-s7 { color: var(--solutions-ink); background: #e3ddcf; }
  .solutions-v5-s7__fields { gap: 18px; margin-top: 68px; }
  .solutions-v5-s7__fields article { min-height: 0; padding: 26px 28px 34px; box-shadow: 0 16px 42px rgba(30, 27, 19, .11); }
  .solutions-v5-s7__fields article:nth-child(2) { margin-top: 20px; }
  .solutions-v5-s7__fields article:nth-child(3) { margin-top: 7px; }
  .solutions-v5-s7__fields .solutions-v5-kicker { min-height: 40px; margin-bottom: 20px; }
  .solutions-v5-s7__fields li { padding-block: 15px; font-size: clamp(16px, 1.32vw, 20px); }
  .solutions-v5-s7__fields li::before { top: 23px; }
}

@media not (forced-colors: active) and (max-width: 900px) {
  .solutions-v5-s1__previews { grid-template-rows: auto 112px; }
}

@media not (forced-colors: active) and (max-width: 600px) {
  .solutions-v5-s1__previews { grid-template-rows: auto 98px; }
}

/* Solutions information-density calibration: compact stages without shrinking reading copy. */
@media not (forced-colors: active) {
  .solutions-v5 { padding-block: clamp(76px, 6vw, 96px); }
  .solutions-v5-heading {
    gap: 28px;
    padding-bottom: 42px;
  }
  .solutions-v5-heading h2 {
    max-width: 700px;
    font-size: clamp(46px, 4.25vw, 64px);
    line-height: 1;
  }
  .solutions-v5-text-link { margin-top: 30px; }

  .solutions-v5-s1 {
    min-height: 0;
    padding-block: calc(var(--header-height) + 46px) 62px;
  }
  .solutions-v5-s1__layout { gap: clamp(42px, 5vw, 76px); }
  .solutions-v5-s1__copy { padding-block: 20px; }
  .solutions-v5-s1__copy .solutions-v5-kicker { margin-bottom: 34px; }
  .solutions-v5-s1 h1 {
    font-size: clamp(60px, 5.2vw, 80px);
    line-height: .95;
  }
  .solutions-v5-lead { margin-top: 26px !important; }
  .solutions-v5-s1__copy .solutions-v5-note { margin-top: 20px !important; }
  .solutions-v5-scope { margin-top: 34px !important; }
  .solutions-v5-scope div { min-height: 72px; padding-block: 13px; }
  .solutions-v5-s1__dossier {
    grid-template-rows: minmax(410px, 1fr) auto;
    min-height: 520px;
  }
  .solutions-v5-s1__main { min-height: 410px; }
  .solutions-v5-s1__previews img { min-height: 96px; }

  .solutions-v5-s2__sheets { margin-top: 52px; }
  .solutions-v5-s2__sheet {
    min-height: 400px;
    padding: clamp(34px, 3.6vw, 50px);
  }
  .solutions-v5-s2__sheet--boundary { margin-top: 36px; }
  .solutions-v5-s2__sheet .solutions-v5-kicker { margin-bottom: 30px; }
  .solutions-v5-s2__sheet li {
    padding-block: 15px;
    font-size: clamp(20px, 1.75vw, 26px);
  }
  .solutions-v5-s2__sheet li::before { top: 19px; width: 15px; height: 15px; }

  .solutions-v5-s3 { min-height: 0; }
  .solutions-v5-s3__interactive { margin-top: 50px; }
  .solutions-v5-s3__tabs button { min-height: 60px; }
  .solutions-v5-s3__record {
    grid-template-columns: minmax(390px, 1.08fr) minmax(390px, .92fr);
    grid-template-rows: minmax(450px, 1fr) auto;
    min-height: 540px;
    margin-top: 22px;
  }
  .solutions-v5-s3__media,
  .solutions-v5-s3__media,
  .solutions-v5-s3__media img { height: 540px; min-height: 540px; }
  .solutions-v5-s3__panels { padding: 66px 38px 30px; }
  .solutions-v5-s3__panels h3 { font-size: clamp(38px, 3.2vw, 50px); }
  .solutions-v5-finite-controls { margin-top: 22px; }

  .solutions-v5-s4__decisions { margin-top: 48px; }
  .solutions-v5-s4__decisions article { min-height: 126px; }
  .solutions-v5-s4__word {
    font-size: clamp(60px, 6.9vw, 96px);
    line-height: .85;
  }
  .solutions-v5-s4__word span { padding-block: 10px; }
  .solutions-v5-s4__body { padding-block: 15px; }

  .solutions-v5-s5__interactive { margin-top: 50px; }
  .solutions-v5-s5__field { min-height: 570px; }
  .solutions-v5-s5__detail { min-height: 220px; padding: 30px 34px; }
  .solutions-v5-s5__detail h3 { font-size: 38px; }
  .solutions-v5-s5__shared { margin-top: 28px !important; }
  .solutions-v5-s5__shared div { padding: 16px; }

  .solutions-v5-s6__interactive { margin-top: 50px; }
  .solutions-v5-s6__planes { height: 430px; }
  .solutions-v5-s6__planes button { height: 280px; padding: 21px; }
  .solutions-v5-s6__planes button span { font-size: 34px; }
  .solutions-v5-s6__planes button strong { font-size: 25px; }
  .solutions-v5-s6__current { margin-top: -28px; padding: 28px 32px; }
  .solutions-v5-s6__current h3 { font-size: 37px; }

  .solutions-v5-s7__fields { margin-top: 48px; }
  .solutions-v5-s7__fields article { padding: 24px 26px 30px; }
  .solutions-v5-s7__fields article:nth-child(2) { margin-top: 14px; }
  .solutions-v5-s7__fields .solutions-v5-kicker { min-height: 0; margin-bottom: 16px; }
  .solutions-v5-s7__fields li { padding-block: 13px; font-size: clamp(16px, 1.22vw, 19px); }
  .solutions-v5-s7__fields li::before { top: 21px; }

  .solutions-v5-s8 {
    min-height: 640px;
    padding-block: 92px;
  }
  .solutions-v5-s8__papers { height: 380px; }
  .solutions-v5-s8__papers i { width: 118px; height: 118px; font-size: 21px; }
  .solutions-v5-s8__papers i::before { width: 138px; height: 138px; }
  .solutions-v5-s8__papers i::after { width: 104px; height: 104px; }
  .solutions-v5-s8 h2 { margin-top: 32px; font-size: clamp(58px, 5.6vw, 82px); }
  .solutions-v5-s8__inner > p:nth-of-type(2) { margin-top: 24px; }
  .solutions-v5-s8__cta { margin-top: 28px; }
}

@media not (forced-colors: active) and (max-width: 900px) {
  .solutions-v5 { padding-block: 68px; }
  .solutions-v5-heading { gap: 22px; padding-bottom: 36px; }
  .solutions-v5-heading h2 { font-size: clamp(43px, 7.6vw, 58px); }
  .solutions-v5-s1 { padding-block: calc(var(--header-height) + 38px) 58px; }
  .solutions-v5-s1__layout { gap: 40px; }
  .solutions-v5-s1 h1 { font-size: clamp(54px, 10vw, 70px); }
  .solutions-v5-s1__dossier { min-height: 0; }
  .solutions-v5-s2__sheets,
  .solutions-v5-s3__interactive,
  .solutions-v5-s5__interactive,
  .solutions-v5-s6__interactive,
  .solutions-v5-s7__fields { margin-top: 40px; }
  .solutions-v5-s2__sheet { min-height: 0; }
  .solutions-v5-s3__record {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }
  .solutions-v5-s3__media,
  .solutions-v5-s3__media,
  .solutions-v5-s3__media img { height: 430px; min-height: 430px; }
  .solutions-v5-s3__panels { padding: 44px 30px 30px; }
  .solutions-v5-s5__field { min-height: 540px; }
  .solutions-v5-s6__planes { height: 400px; }
  .solutions-v5-s8 { min-height: 600px; padding-block: 78px; }
  .solutions-v5-s8__papers { height: 340px; }
}

@media not (forced-colors: active) and (max-width: 600px) {
  .solutions-v5 { padding-block: 56px; }
  .solutions-v5-heading { padding-bottom: 30px; }
  .solutions-v5-heading h2 { font-size: clamp(39px, 11.5vw, 49px); }
  .solutions-v5-s1 { padding-block: calc(var(--header-height) + 30px) 50px; }
  .solutions-v5-s1 h1 { font-size: clamp(47px, 14vw, 58px); }
  .solutions-v5-s1__copy .solutions-v5-kicker { margin-bottom: 26px; }
  .solutions-v5-scope { margin-top: 28px !important; }
  .solutions-v5-s1__dossier { grid-template-rows: minmax(300px, 56vw) auto auto; }
  .solutions-v5-s1__main { min-height: 300px; }
  .solutions-v5-s2__sheet { padding: 30px 24px 34px; }
  .solutions-v5-s2__sheet--boundary { margin-top: 24px; }
  .solutions-v5-s2__sheet li { padding-block: 14px; font-size: 20px; }
  .solutions-v5-s3__tabs button { min-height: 54px; padding-inline: 12px; }
  .solutions-v5-s3__media,
  .solutions-v5-s3__media,
  .solutions-v5-s3__media img { height: 330px; min-height: 330px; }
  .solutions-v5-s3__panels { padding: 36px 22px 26px; }
  .solutions-v5-s4__decisions { margin-top: 36px; }
  .solutions-v5-s4__decisions article { min-height: 0; }
  .solutions-v5-s4__word { font-size: clamp(46px, 14vw, 62px); }
  .solutions-v5-s5__field { min-height: 500px; }
  .solutions-v5-s5__detail { padding: 26px 22px; }
  .solutions-v5-s6__planes { height: 350px; }
  .solutions-v5-s6__planes button { height: 240px; }
  .solutions-v5-s6__current { padding: 24px 22px; }
  .solutions-v5-s7__fields { gap: 18px; }
  .solutions-v5-s7__fields article { padding: 28px 24px 32px; }
  .solutions-v5-s8 { min-height: 700px; padding-block: 66px 360px; }
  .solutions-v5-s8::before { height: 340px; }
  .solutions-v5-s8__papers { width: 92vw; height: 320px; }
  .solutions-v5-s8 h2 { font-size: clamp(50px, 15vw, 64px); }
}
