.project-page { background: var(--paper); }
.project-page em,
.project-page i { font-style: normal; }

.case-hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}
.case-hero > img { width: 100%; height: 100svh; object-fit: cover; }
.case-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.04) 70%);
}
.case-hero-overlay {
  position: absolute;
  z-index: 2;
  left: 3vw;
  bottom: 7vh;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.case-kicker, .case-back, .case-index, .case-facts dt, .case-pattern-copy > span, .case-section-title > span, .case-solution-heading > span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.case-context {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(250,249,247,.55);
  border-radius: 100px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.case-hero h1, .case-story h2, .case-pattern h2, .case-section-title h2, .case-solution h2, .case-reflection blockquote, .next-project strong {
  font-family: var(--display);
  font-weight: 630;
  letter-spacing: -.044em;
  line-height: .98;
}
.case-hero h1 { margin: 22px 0 30px; font-size: clamp(85px, 13vw, 210px); }
.case-hero-overlay > p:last-child { max-width: 470px; font-size: 21px; }
.case-back {
  position: absolute;
  z-index: 3;
  right: 3vw;
  bottom: 35px;
  color: var(--paper);
  text-decoration: none;
}

.case-intro {
  display: grid;
  grid-template-columns: .7fr 1.5fr .8fr;
  gap: 7vw;
  padding: 120px 3vw 145px;
}
.case-index { display: flex; flex-direction: column; gap: 7px; }
.case-intro-copy p { max-width: 690px; margin-bottom: 25px; font-size: 20px; }
.case-intro-copy .case-lead { font-size: clamp(32px, 4vw, 60px); font-weight: 600; letter-spacing: -.045em; line-height: 1; }
.case-facts { margin: 0; }
.case-facts div { padding: 12px 0 18px; border-top: 1px solid var(--line); }
.case-facts dt { display: flex; align-items: center; gap: 7px; margin-bottom: 5px; }
.case-facts dt svg { width: 14px; height: 14px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; opacity: .65; }
.case-facts dd { margin: 0; font-size: 15px; }
.case-facts div:first-child dt {
  display: inline-block;
  padding: 3px 9px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 3px;
  letter-spacing: .09em;
}
.case-facts div:first-child dd { margin-top: 8px; font-size: 17px; font-weight: 650; line-height: 1.3; }
.case-role-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.case-role-list li {
  position: relative;
  padding-left: 15px;
}
.case-role-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 5px;
  height: 5px;
  background: var(--ink);
  border-radius: 50%;
}

.case-full-image { padding: 0 3vw 130px; }
.case-full-image img { height: 82vh; object-fit: cover; }

.case-story {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  padding: 120px 3vw;
  color: var(--paper);
  background: var(--ink);
}
.case-story header span { color: var(--acid); font-size: 11px; font-weight: 700; }
.case-story h2 { margin-top: 25px; font-size: clamp(65px, 9vw, 145px); }
.case-story-copy { align-self: end; max-width: 520px; }
.case-story-copy p { margin-top: 22px; font-size: 19px; }

.arhuaco-context-panel {
  padding: clamp(80px, 9vw, 135px) 3vw;
  color: #141412;
  background:
    radial-gradient(circle at 92% 0, rgba(239,220,143,.55), transparent 24%),
    linear-gradient(135deg, #fbfaf5 0%, #f0ead7 100%);
}
.arhuaco-context-panel header {
  display: grid;
  grid-template-columns: .4fr 1.6fr;
  gap: 5vw;
  align-items: end;
  margin-bottom: clamp(45px, 6vw, 80px);
}
.arhuaco-context-panel header span,
.arhuaco-context-grid article > span {
  color: rgba(20,20,18,.55);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.arhuaco-context-panel h2 {
  max-width: 900px;
  font-family: var(--display);
  font-size: clamp(55px, 7.5vw, 120px);
  font-weight: 630;
  letter-spacing: -.048em;
  line-height: .97;
}
.arhuaco-context-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(66,66,58,.2);
  background: rgba(255,255,255,.58);
}
.arhuaco-context-grid article {
  display: grid;
  grid-template-rows: auto minmax(98px, auto) 1fr;
  align-items: start;
  min-height: 330px;
  padding: clamp(24px, 3vw, 48px);
  border-right: 1px solid rgba(66,66,58,.2);
}
.arhuaco-context-grid article:last-child { border-right: 0; }
.arhuaco-context-grid h3 {
  max-width: 260px;
  margin: 42px 0 24px;
  font-family: var(--display);
  font-size: clamp(46px, 5vw, 86px);
  font-weight: 630;
  letter-spacing: -.044em;
  line-height: .98;
}
.arhuaco-context-grid p { align-self: start; max-width: 390px; font-size: 18px; line-height: 1.5; }

.arhuaco-page .case-story header span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.arhuaco-page .case-index,
.arhuaco-page .arhuaco-context-panel header span,
.arhuaco-page .case-pattern-copy > span,
.arhuaco-page .case-section-title > span,
.arhuaco-page .arhuaco-visual-system > header span,
.arhuaco-page .case-motion-copy > span,
.arhuaco-page .case-solution-heading > span,
.arhuaco-page .section-label {
  font-size: 12px;
  font-weight: 800;
}
.arhuaco-page .case-story h2,
.arhuaco-page .arhuaco-context-panel h2,
.arhuaco-page .case-pattern h2,
.arhuaco-page .case-section-title h2,
.arhuaco-page .case-motion h2,
.arhuaco-page .case-solution h2 {
  font-size: clamp(70px, 9.5vw, 154px);
}
.arhuaco-page .case-intro-copy p:not(.case-lead) {
  font-size: 21px;
  line-height: 1.5;
}
.arhuaco-page .case-story-copy p,
.arhuaco-page .case-pattern-copy p,
.arhuaco-page .case-section-title p,
.arhuaco-page .case-motion-copy p,
.arhuaco-page .case-reflection div p {
  font-size: 20px;
  line-height: 1.5;
}
.arhuaco-page .arhuaco-context-grid p {
  font-size: 19px;
  line-height: 1.5;
}
.arhuaco-page .arhuaco-symbol-card p {
  font-size: 17px;
  line-height: 1.5;
}

.case-pattern {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: stretch;
  background: var(--mauve);
}
.case-pattern-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.case-pattern h2 { margin: 35px 0; font-size: clamp(55px, 7vw, 110px); }
.case-pattern-copy p { max-width: 480px; font-size: 18px; }
.case-pattern figure { min-height: 700px; background: #d8d8d8; }
.case-pattern figure img { height: 100%; object-fit: cover; mix-blend-mode: multiply; }

.case-development { padding: 140px 3vw; }
.case-section-title {
  display: grid;
  grid-template-columns: .4fr 1.5fr .7fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 85px;
}
.case-section-title h2 { font-size: clamp(65px, 9vw, 145px); }
.case-section-title p { font-size: 18px; }
.case-development-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.case-development-grid figure { min-height: 520px; overflow: hidden; background: var(--soft); }
.case-development-grid img { height: 100%; object-fit: cover; }
.development-large { grid-column: 1 / -1; min-height: 720px !important; }
.development-note {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.development-note strong { font-family: var(--display); font-size: clamp(55px, 7vw, 105px); font-weight: 630; letter-spacing: -.044em; line-height: .96; }
.development-note-dark { color: var(--paper); background: var(--ink); }
.development-note-yellow { background: #e2db00; }
.development-wide-image { grid-column: 1 / -1; min-height: 720px !important; }
.arhuaco-visual-system {
  grid-column: 1 / -1;
  padding: clamp(55px, 6vw, 95px);
  color: var(--ink);
  background: #f3f1eb;
}
.arhuaco-visual-system > header {
  display: grid;
  grid-template-columns: .4fr 1.6fr;
  gap: 4vw;
  align-items: end;
  margin-bottom: clamp(45px, 6vw, 85px);
}
.arhuaco-visual-system > header span, .arhuaco-symbol-card > span, .arhuaco-spec-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.arhuaco-visual-system h3 {
  font-family: var(--display);
  font-size: clamp(68px, 9vw, 145px);
  font-weight: 630;
  letter-spacing: -.048em;
  line-height: .96;
}
.arhuaco-visual-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.arhuaco-symbol-card {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  color: var(--paper);
  background: var(--ink);
}
.arhuaco-symbol-card::before {
  content: "";
  position: absolute;
  inset: 22px;
  opacity: .16;
  background-image:
    linear-gradient(90deg, rgba(239,220,143,.85) 1px, transparent 1px),
    linear-gradient(0deg, rgba(239,220,143,.65) 1px, transparent 1px);
  background-size: 42px 42px;
}
.arhuaco-symbol-card::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -22%;
  width: 58%;
  aspect-ratio: 1;
  border: 28px solid rgba(239,220,143,.14);
  border-radius: 50%;
}
.arhuaco-symbol-card strong {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin-top: auto;
  font-family: var(--display);
  font-size: clamp(54px, 6vw, 96px);
  font-weight: 630;
  letter-spacing: -.04em;
  line-height: .97;
  overflow-wrap: anywhere;
}
.arhuaco-symbol-card p { position: relative; z-index: 2; max-width: 320px; margin-top: 24px; font-size: 17px; line-height: 1.5; }
.arhuaco-symbol {
  position: absolute;
  inset: 15% 10% auto;
  height: 42%;
  z-index: 1;
}
.arhuaco-symbol i {
  position: absolute;
  display: block;
}
.arhuaco-symbol i:nth-child(1),
.arhuaco-symbol i:nth-child(2),
.arhuaco-symbol i:nth-child(3) {
  width: clamp(72px, 9vw, 130px);
  aspect-ratio: 1;
  border: 3px solid #efdc8f;
  transform: rotate(45deg);
}
.arhuaco-symbol i:nth-child(1) { top: 5%; left: 8%; }
.arhuaco-symbol i:nth-child(2) { top: 28%; left: 32%; border-color: #33579e; }
.arhuaco-symbol i:nth-child(3) { top: 0; right: 10%; }
.arhuaco-symbol i:nth-child(4),
.arhuaco-symbol i:nth-child(5) {
  width: 3px;
  height: 95%;
  top: 4%;
  background: #efdc8f;
}
.arhuaco-symbol i:nth-child(4) { left: 20%; }
.arhuaco-symbol i:nth-child(5) { left: 25%; height: 78%; background: #33579e; }
.arhuaco-symbol i:nth-child(6) {
  right: 0;
  bottom: 3%;
  width: 62%;
  height: 26px;
  background:
    repeating-linear-gradient(90deg, #efdc8f 0 18px, transparent 18px 28px),
    linear-gradient(#33579e, #33579e);
  background-size: auto, 100% 3px;
  background-position: 0 0, 0 50%;
  background-repeat: repeat, no-repeat;
}
.arhuaco-build {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: clamp(8px, 1.2vw, 16px);
  margin: clamp(26px, 3vw, 42px) 0 clamp(14px, 2vw, 24px);
}
.arhuaco-build::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 23%;
  height: 1px;
  background: rgba(239,220,143,.32);
}
.arhuaco-build-step {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(239,220,143,.22);
  background: rgba(250,249,247,.035);
}
.arhuaco-build-step::after {
  content: "";
  position: absolute;
  right: calc(clamp(8px, 1.2vw, 16px) * -1 - 5px);
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(239,220,143,.55);
  border-right: 1px solid rgba(239,220,143,.55);
  transform: translateY(-50%) rotate(45deg);
}
.arhuaco-build-step:last-child::after { display: none; }
.arhuaco-build-step i {
  display: block;
  width: 70%;
  aspect-ratio: 1;
}
.arhuaco-build-source i {
  width: 78%;
  background:
    repeating-linear-gradient(45deg, #efdc8f 0 4px, transparent 4px 8px),
    repeating-linear-gradient(-45deg, #33579e 0 4px, transparent 4px 8px),
    #42423a;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.arhuaco-build-reduce i {
  background:
    linear-gradient(45deg, transparent 43%, #efdc8f 43% 49%, transparent 49% 51%, #efdc8f 51% 57%, transparent 57%),
    linear-gradient(-45deg, transparent 43%, #33579e 43% 49%, transparent 49% 51%, #33579e 51% 57%, transparent 57%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.arhuaco-build-module i {
  width: 66%;
  border: 4px solid #efdc8f;
  outline: 3px solid #33579e;
  outline-offset: -12px;
  transform: rotate(45deg);
}
.arhuaco-build-repeat i {
  width: 86%;
  background:
    linear-gradient(45deg, transparent 38%, rgba(239,220,143,.95) 38% 43%, transparent 43% 57%, rgba(239,220,143,.95) 57% 62%, transparent 62%),
    linear-gradient(-45deg, transparent 38%, rgba(51,87,158,.95) 38% 43%, transparent 43% 57%, rgba(51,87,158,.95) 57% 62%, transparent 62%);
  background-size: 28px 28px;
  border: 1px solid rgba(239,220,143,.28);
}
.arhuaco-build-application {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(62%, 210px);
  aspect-ratio: 1;
  margin: 0 auto clamp(18px, 2.5vw, 34px);
  border: 1px solid rgba(239,220,143,.32);
  background:
    linear-gradient(90deg, rgba(239,220,143,.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(239,220,143,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.86) 0 18%, transparent 18% 82%, rgba(0,0,0,.86) 82%),
    rgba(250,249,247,.035);
  background-size: 25% 25%, 25% 25%, 100% 100%, 100% 100%;
}
.arhuaco-build-application i {
  display: block;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 38%, #efdc8f 38% 43%, transparent 43% 57%, #efdc8f 57% 62%, transparent 62%),
    linear-gradient(-45deg, transparent 38%, #33579e 38% 43%, transparent 43% 57%, #33579e 57% 62%, transparent 62%),
    #42423a;
  background-size: 20px 20px;
}
.arhuaco-spec-card {
  display: flex;
  flex-direction: column;
  padding: 30px 34px;
  background: #fff;
  border: 1px solid rgba(17,17,17,.14);
}
.arhuaco-spec-label { display: block; padding-bottom: 18px; border-bottom: 1px solid rgba(17,17,17,.18); }
.arhuaco-swatch-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 28px 0 38px; }
.arhuaco-swatch-list article { display: flex; align-items: center; gap: 13px; min-width: 0; }
.arhuaco-swatch-list i { flex: 0 0 clamp(48px, 4vw, 70px); aspect-ratio: 1; background: var(--swatch); border: 1px solid rgba(17,17,17,.1); border-radius: 50%; }
.arhuaco-swatch-list div { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.arhuaco-swatch-list strong { max-width: 90px; font-size: 14px; line-height: 1.05; }
.arhuaco-swatch-list code { font: 700 10px/1 var(--text); opacity: .55; }
.arhuaco-type-list { flex: 1; display: grid; grid-template-rows: repeat(2, 1fr); }
.arhuaco-type-list article { display: grid; grid-template-columns: .55fr 1fr; align-items: center; min-height: 170px; border-bottom: 1px solid rgba(17,17,17,.18); }
.arhuaco-type-list b { font-size: clamp(65px, 7vw, 110px); line-height: .94; }
.arhuaco-type-list div { display: flex; flex-direction: column; gap: 8px; }
.arhuaco-type-list strong { font-size: clamp(18px, 1.8vw, 28px); }
.arhuaco-type-list small { font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.arhuaco-type-display b, .arhuaco-type-display strong { font-family: "Bebas Neue", Impact, sans-serif; font-weight: 400; letter-spacing: .01em; }
.arhuaco-type-body b, .arhuaco-type-body strong { font-family: Futura, "Afacad Flux", var(--text); font-weight: 400; }

.case-motion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100svh;
  color: var(--ink);
  background: var(--mauve);
}
.case-motion-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vw;
}
.case-motion-copy > span {
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.case-motion h2 {
  margin: 35px 0;
  font-family: var(--display);
  font-size: clamp(60px, 8vw, 130px);
  font-weight: 630;
  letter-spacing: -.044em;
  line-height: .98;
}
.case-motion-copy p { max-width: 460px; font-size: 18px; }
.case-motion figure {
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 8vh 5vw;
  background: var(--ink);
}
.case-motion figure img {
  width: auto;
  max-width: 100%;
  height: min(82vh, 900px);
  object-fit: contain;
}

.case-solution { padding: 130px 3vw; color: var(--paper); background: var(--ink); }
.case-solution-heading {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 7vw;
  margin-bottom: 85px;
}
.case-solution-heading span { color: var(--acid); }
.case-solution h2 { font-size: clamp(60px, 8vw, 130px); }
.case-solution figure img { max-height: 90vh; object-fit: cover; }

.case-reflection {
  display: grid;
  grid-template-columns: .4fr 1.5fr .6fr;
  gap: 4vw;
  align-items: start;
  padding: 140px 3vw;
  background: var(--mauve);
}
.case-reflection blockquote { margin: 0; font-size: clamp(55px, 7vw, 110px); }
.case-reflection div { align-self: end; }
.case-reflection div p { margin-bottom: 25px; }
.case-reflection a { font-weight: 700; text-transform: uppercase; }
.case-stat {
  display: inline-block;
  margin-bottom: 22px;
  padding: clamp(22px, 2.2vw, 30px) clamp(24px, 2.4vw, 32px);
  background: #fff;
  border: 1px solid rgba(23,23,23,.14);
}
.case-stat strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
}
.case-stat small { display: block; max-width: 320px; font-size: 13px; line-height: 1.4; opacity: .75; }

/* ---------- Reusable case-study metrics (generic, for research/validation stats) ---------- */
.case-metrics { display: grid; gap: 12px; }
.case-metric {
  padding: clamp(24px, 2.4vw, 32px);
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(23,23,23,.14);
}
.case-metric .metric-label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .55;
}
.case-metric strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: clamp(32px, 2.8vw, 42px);
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--metric-accent, var(--ink));
  line-height: 1;
}
.case-metric p { max-width: 300px; font-size: 13.5px; line-height: 1.45; }
.next-project {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 70px 3vw 80px;
  color: var(--paper);
  background: var(--ink);
  text-decoration: none;
}
.next-project span { font-size: 11px; font-weight: 700; text-transform: uppercase; }
.next-project strong { color: var(--acid); font-size: clamp(65px, 10vw, 150px); }

.lna-hero::after { background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.08) 72%); }
.lna-hero > img { object-position: center; }
.lna-manifesto {
  display: grid;
  grid-template-columns: .45fr 1.5fr .55fr;
  gap: 4vw;
  align-items: end;
  padding: 100px 3vw 115px;
  color: var(--ink);
  background: var(--acid);
}
.lna-manifesto span, .lna-palette span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.lna-manifesto strong, .lna-palette h2 {
  font-family: var(--display);
  font-size: clamp(70px, 11vw, 175px);
  font-weight: 630;
  letter-spacing: -.052em;
  line-height: .95;
}
.lna-manifesto p { max-width: 300px; font-size: 18px; }
.lna-manifesto-copy {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 18px;
}
.lna-manifesto-copy p { max-width: none; }
.lna-manifesto-copy b {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lna-subway { padding-top: 130px; }
.lna-identity { padding: 140px 3vw; background: var(--paper); }
.lna-identity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lna-identity-grid figure { min-height: 480px; overflow: hidden; background: #fff; }
.lna-identity-grid img { height: 100%; object-fit: cover; }
.lna-logo {
  display: grid;
  grid-column: 1 / -1;
  place-items: center;
  min-height: 700px !important;
  padding: clamp(45px, 8vw, 140px);
  background: var(--acid) !important;
}
.lna-logo img { width: min(100%, 1050px); height: auto; object-fit: contain; }
.lna-expressions {
  overflow: hidden;
  padding: 120px 0 0;
  color: var(--paper);
  background: var(--ink);
}
.lna-expressions header {
  display: grid;
  grid-template-columns: .45fr 1.4fr .55fr;
  gap: 5vw;
  align-items: end;
  padding: 0 3vw 80px;
}
.lna-expressions header span, .lna-palette header span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lna-expressions h2 {
  font-family: var(--display);
  font-size: clamp(70px, 11vw, 175px);
  font-weight: 630;
  letter-spacing: -.052em;
  line-height: .95;
}
.lna-expressions header p, .lna-palette header p { max-width: 300px; font-size: 18px; }
.lna-expression-stage {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  min-height: 75vh;
  background: var(--paper);
}
.lna-expression-stack { position: relative; min-height: 75vh; }
.lna-expression-stack img {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(52vw, 700px);
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: lna-expression-swap 9s steps(1) infinite;
}
.lna-expression-stack img:nth-child(2) { animation-delay: -7.5s; }
.lna-expression-stack img:nth-child(3) { animation-delay: -6s; }
.lna-expression-stack img:nth-child(4) { animation-delay: -4.5s; }
.lna-expression-stack img:nth-child(5) { animation-delay: -3s; }
.lna-expression-stack img:nth-child(6) { animation-delay: -1.5s; }
.lna-expression-stage > p {
  align-self: center;
  justify-self: center;
  padding: 45px 3vw;
  color: #f69cab;
  font-family: var(--display);
  font-size: clamp(55px, 7vw, 110px);
  font-weight: 630;
  letter-spacing: -.048em;
  line-height: .96;
  text-align: left;
}
@keyframes lna-expression-swap {
  0%, 16.65% { opacity: 1; }
  16.66%, 100% { opacity: 0; }
}
.lna-expression-marquee { overflow: hidden; padding: 24px 0; background: var(--acid); }
.lna-expression-track {
  display: flex;
  width: max-content;
  gap: 24px;
  padding-left: 24px;
  animation: lna-expression-scroll 38s linear infinite alternate;
}
.lna-expression-track figure {
  flex: 0 0 240px;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
}
.lna-expression-track figure:nth-child(3n+2) { background: #f69cab; }
.lna-expression-track figure:nth-child(3n) {
  background: var(--acid);
  box-shadow: inset 0 0 0 1px #fff;
}
.lna-expression-track img { width: 100%; height: 100%; padding: 22px; object-fit: contain; transition: transform .35s ease; }
.lna-expression-track figure:hover img { transform: scale(1.12) rotate(-4deg); }
@keyframes lna-expression-scroll { to { transform: translateX(calc(-100% + 100vw)); } }
.lna-palette {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 5vw;
  align-items: end;
  padding: 120px 3vw 130px;
  background: var(--paper);
}
.lna-palette h2 { margin: 35px 0; font-size: clamp(65px, 9vw, 145px); }
.lna-palette-system { display: flex; flex-direction: column; gap: 22px; }
.lna-color-bars { display: flex; flex-direction: column; gap: 12px; }
.lna-color-bars article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  width: 100%;
  min-height: 105px;
  padding: 20px 22px;
  transition: min-height .35s ease, transform .35s ease;
}
.lna-color-bars article:hover { min-height: 145px; transform: translateX(-10px); }
.lna-color-bars strong { font-size: 23px; }
.lna-color-bars code { font: 700 13px/1 var(--body); }
.lna-color-black { color: var(--paper); background: #171717; }
.lna-color-paper { box-shadow: inset 0 0 0 1px rgba(23,23,23,.18); background: #faf9f7; }
.lna-color-pink { background: #f69cab; }
.lna-color-acid { background: #c8ff2e; }
.lna-type-spec {
  display: grid;
  grid-template-columns: .45fr .8fr 1.25fr;
  gap: 24px;
  align-items: center;
  min-height: 210px;
  padding: 26px 30px;
  color: var(--paper);
  background: var(--ink);
}
.lna-type-spec > span { align-self: start; color: var(--acid); }
.lna-type-spec > strong { font-family: var(--display); font-size: clamp(70px, 8vw, 125px); font-weight: 700; letter-spacing: -.048em; line-height: .94; }
.lna-type-spec div { display: flex; flex-direction: column; gap: 10px; }
.lna-type-spec b { font-family: var(--display); font-size: clamp(21px, 2.4vw, 38px); }
.lna-type-spec small { font-size: 10px; font-weight: 700; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.lna-applications {
  overflow: visible;
  padding-inline: 0;
  color: var(--paper);
  background: var(--ink);
}
.lna-applications .case-section-title { padding-inline: 3vw; }
.lna-carousel-intro { align-self: end; }
.lna-application-carousel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  overflow: visible;
  padding: 0 3vw 35px;
}
.lna-application-carousel figure {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(250,249,247,.16);
  background: #171717;
}
.lna-application-carousel img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}
.lna-application-carousel figcaption {
  padding: 14px clamp(16px, 1.6vw, 22px) 18px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lna-application-carousel .lna-carousel-stickers-transparent { background: #171717; }
.lna-application-carousel img.lna-tag-image { object-position: center 88%; }
.lna-campaign { padding: 130px 3vw; background: var(--mauve); }
.lna-campaign header {
  display: grid;
  grid-template-columns: .5fr 1.3fr .6fr;
  gap: 5vw;
  align-items: end;
  margin-bottom: 80px;
}
.lna-campaign header span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.lna-campaign h2 {
  font-family: var(--display);
  font-size: clamp(70px, 11vw, 175px);
  font-weight: 630;
  letter-spacing: -.052em;
  line-height: .95;
}
.lna-campaign header p { max-width: 300px; font-size: 18px; }
.lna-campaign-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.lna-campaign-grid figure { min-height: min(80vh, 820px); overflow: hidden; background: var(--ink); }
.lna-campaign-grid img { width: 100%; height: 100%; object-fit: cover; }
.lna-solution figure img { max-height: none; }
.lna-result-statement {
  color: var(--acid);
  font-family: var(--display);
  font-size: clamp(85px, 15vw, 240px);
  font-weight: 630;
  letter-spacing: -.06em;
  line-height: .92;
  text-align: right;
}

.project-statement {
  display: grid;
  grid-template-columns: .4fr 1.5fr .6fr;
  gap: 5vw;
  align-items: end;
  padding: 110px 3vw 125px;
}
.project-statement span, .comparison-section span, .horizontal-gallery header span, .soap-pattern-copy > span, .soap-palette span {
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.project-statement h2, .comparison-section h2, .horizontal-gallery h2, .soap-pattern h2, .soap-palette h2 {
  font-family: var(--display); font-size: clamp(65px, 9vw, 145px); font-weight: 630; letter-spacing: -.048em; line-height: .96;
}
.project-statement p { max-width: 320px; font-size: 18px; }
.plant-green { background: #b6d6a8; }
.plant-context {
  grid-template-columns: .42fr 1.28fr .6fr;
  align-items: start;
  background:
    linear-gradient(90deg, rgba(182,214,168,.18), rgba(255,255,255,0) 48%),
    #fff;
}
.plant-page .case-intro-copy .case-lead {
  max-width: 680px;
  margin-bottom: clamp(30px, 3.5vw, 50px);
  line-height: .99;
}
.plant-page .case-intro-copy p { max-width: 640px; line-height: 1.52; }
.plant-page .case-intro-copy p + p { margin-top: 22px; }
.plant-context-questions {
  display: grid;
  grid-template-columns: repeat(3, minmax(210px, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
  max-width: 860px;
  margin: 0 0 clamp(34px, 4.5vw, 62px);
  background: transparent;
}
.plant-context-questions p {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(112px, 8vw, 150px);
  margin: 0 !important;
  padding: clamp(18px, 1.8vw, 28px);
  border: 0;
  border-radius: 28px 28px 28px 4px;
  color: #f6f5ef;
  background: #173c35;
  font-family: var(--display);
  font-size: clamp(24px, 1.85vw, 34px);
  font-weight: 630;
  letter-spacing: -.038em;
  line-height: .96;
  overflow-wrap: normal;
  hyphens: none;
}
.plant-context-questions p:nth-child(2) {
  transform: translateY(clamp(8px, 1vw, 16px));
  border-radius: 28px 28px 4px 28px;
  color: #fff;
  background: #348f7e;
}
.plant-context-questions p:nth-child(3) {
  border-radius: 28px 4px 28px 28px;
  color: #173c35;
  background: #b6d6a8;
}
.plant-page .case-facts div { padding: 16px 0 24px; }
.plant-page .case-facts dt svg { stroke: #348f7e; opacity: 1; }
.plant-page .case-facts div:first-child dt svg { stroke: var(--ink); }
.plant-page .project-statement p { max-width: 370px; line-height: 1.48; }
.plant-challenge {
  grid-template-columns: .42fr 1.28fr .6fr;
  align-items: start;
  padding-bottom: clamp(120px, 12vw, 175px);
}
.plant-challenge span { grid-row: auto; }
.plant-challenge-copy {
  grid-column: 2;
  max-width: 860px;
}
.plant-page .plant-challenge-copy p {
  max-width: 640px;
  margin-bottom: 20px;
  line-height: 1.56;
}
.plant-page .plant-challenge-copy > p:first-child {
  max-width: 820px;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(42px, 3.65vw, 64px);
  font-weight: 630;
  letter-spacing: -.044em;
  line-height: .99;
}
.plant-page .plant-challenge-copy p:last-child { margin-bottom: 0; }
.plant-challenge-needs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.5vw, 24px);
  max-width: 800px;
  margin-top: clamp(42px, 4.4vw, 62px);
  background: transparent;
}
.plant-challenge-needs article {
  display: grid;
  grid-template-rows: auto minmax(56px, auto) 1fr;
  align-content: start;
  min-height: clamp(190px, 14vw, 235px);
  padding: clamp(22px, 1.9vw, 30px);
  color: #173c35;
  background: #eef5f2;
  border: 1px solid rgba(23,60,53,.16);
  border-radius: 0;
}
.plant-challenge-needs span {
  color: #348f7e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.plant-challenge-needs h3 {
  align-self: start;
  margin: clamp(24px, 2.4vw, 34px) 0 16px;
  font-family: var(--display);
  font-size: clamp(28px, 1.95vw, 34px);
  font-weight: 630;
  letter-spacing: -.04em;
  line-height: .99;
}
.plant-page .plant-challenge-needs p {
  max-width: 260px;
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}
.plant-journeys { padding: clamp(110px, 12vw, 185px) 3vw; color: #173c35; background: #fff; }
.plant-journeys > header {
  display: grid;
  grid-template-columns: .4fr 1.25fr .55fr;
  gap: 5vw;
  align-items: end;
  margin-bottom: clamp(62px, 7vw, 98px);
}
.plant-journeys > header span, .plant-personas span, .plant-journey > header span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.plant-journeys > header h2 {
  font-family: var(--display);
  font-size: clamp(65px, 9vw, 145px);
  font-weight: 630;
  letter-spacing: -.048em;
  line-height: .96;
}
.plant-journeys > header p { max-width: 340px; font-size: 17px; line-height: 1.48; }
.plant-journeys > header div { display: grid; gap: 18px; }
.plant-subsection-label { display: grid; grid-template-columns: .4fr 1.6fr; gap: 5vw; align-items: end; margin-bottom: 52px; }
.plant-subsection-label span, .plant-journey-guide > div:first-child span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.plant-subsection-label p { max-width: 500px; font-size: 14px; line-height: 1.6; opacity: .7; }
.plant-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: clamp(108px, 12vw, 175px);
}
.plant-insights article {
  display: grid;
  grid-template-rows: auto minmax(148px, auto) 1fr;
  align-content: start;
  min-height: clamp(330px, 28vw, 430px);
  padding: clamp(30px, 3vw, 46px);
  color: #173c35;
  background: #eef5f2;
  border: 1px solid rgba(23,60,53,.16);
}
.plant-insights span {
  display: block;
  margin-bottom: 0;
  color: #348f7e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.plant-insights p:first-of-type {
  max-width: 360px;
  margin: clamp(34px, 4vw, 58px) 0 24px;
  font-family: var(--display);
  font-size: clamp(34px, 3.15vw, 54px);
  font-weight: 630;
  letter-spacing: -.038em;
  line-height: 1;
}
.plant-insights p:last-child {
  max-width: 360px;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.48;
}
.plant-personas { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(23,60,53,.25); border-bottom: 1px solid rgba(23,60,53,.25); }
.plant-personas article { display: grid; grid-template-columns: auto 1fr; gap: clamp(24px, 3.5vw, 60px); min-height: 300px; padding: clamp(38px, 5vw, 78px); }
.plant-personas article:first-child { border-right: 1px solid rgba(23,60,53,.25); }
.plant-persona-index { display: grid; place-items: center; width: clamp(72px, 7vw, 110px); aspect-ratio: 1; border-radius: 50%; color: #fff; background: #348f7e; font: 630 clamp(42px, 4vw, 68px)/1 var(--display); }
.plant-personas article:nth-child(2) .plant-persona-index { color: #173c35; background: #b6d6a8; }
.plant-persona-index svg { width: 58%; height: 58%; overflow: visible; fill: none; stroke: currentColor; stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.plant-personas h3 { margin: 25px 0 14px; font-family: var(--display); font-size: clamp(36px, 4vw, 64px); font-weight: 630; letter-spacing: -.04em; line-height: .99; }
.plant-personas p { max-width: 430px; }
.plant-journey-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: end; margin-top: clamp(66px, 7vw, 105px); padding-bottom: 34px; border-bottom: 1px solid rgba(23,60,53,.18); opacity: .88; }
.plant-journey-guide h3 { max-width: 460px; margin-top: 18px; font-family: var(--display); font-size: clamp(28px, 3vw, 48px); font-weight: 630; letter-spacing: -.04em; line-height: .99; }
.plant-journey-guide > div:last-child > p { max-width: 390px; font-size: 14px; line-height: 1.45; }
.plant-journey-guide ul { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 26px 0 0; padding: 0; list-style: none; }
.plant-journey-guide li { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.plant-journey-guide i { width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 1px solid rgba(23,60,53,.28); }
.plant-journey-guide .journey-key-friction { background: #e3e9cf; }
.plant-journey-guide .journey-key-response { background: #eef5f2; }
.plant-journey-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; max-width: 1120px; margin: 26px auto 0; opacity: .86; }
.plant-journey { border: 1px solid rgba(23,60,53,.22); }
.plant-journey > header { display: grid; grid-template-columns: 1fr; gap: 14px; align-items: end; padding: clamp(18px, 2vw, 28px); color: #fff; background: #173c35; }
.plant-journey > header h3 { font-family: var(--display); font-size: clamp(24px, 2.3vw, 36px); font-weight: 630; letter-spacing: -.04em; line-height: .99; }
.plant-journey > header h3 strong { font: inherit; }
.plant-journey > header h3 small { display: block; margin-top: 10px; font-size: .48em; font-weight: 420; letter-spacing: -.035em; line-height: 1; }
.plant-journey-table { overflow: hidden; }
.plant-journey-row { display: grid; grid-template-columns: 78px repeat(4, minmax(0, 1fr)); min-width: 0; border-top: 1px solid rgba(23,60,53,.16); }
.plant-journey-row > * { min-height: 74px; padding: 14px 10px; border-right: 1px solid rgba(23,60,53,.16); }
.plant-journey-row > *:last-child { border-right: 0; }
.plant-journey-row b { font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

/* ---------- Plant-Me research metrics ---------- */
.plant-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin: 14px 0 clamp(70px, 8vw, 120px);
}
.plant-metric {
  padding: clamp(26px, 2.6vw, 36px);
  color: #173c35;
  background: #eef5f2;
  border: 1px solid rgba(23,60,53,.16);
}
.plant-metric-alt { background: #fff; }
.plant-metric .metric-label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .55;
}
.plant-metric strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--display);
  font-size: clamp(36px, 3.2vw, 50px);
  font-weight: 630;
  letter-spacing: -.03em;
  color: #348f7e;
  line-height: 1;
}
.plant-metric p { max-width: 260px; font-size: 14px; line-height: 1.45; }
.plant-metric-donut { display: flex; align-items: center; gap: 18px; }
.plant-metric-donut svg { flex-shrink: 0; }
.plant-metric-donut p { margin: 0; max-width: 210px; font-size: 13px; line-height: 1.4; }
.plant-metric-donut p strong { display: block; margin-bottom: 4px; font-size: 14px; font-weight: 700; color: #173c35; }
.metric-label svg { width: 14px; height: 14px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Plant-Me sketches ---------- */
.plant-sketches { margin-top: clamp(70px, 8vw, 110px); padding-top: 36px; border-top: 1px solid rgba(23,60,53,.18); }
.plant-sketches-intro { max-width: 640px; margin-bottom: 30px; }
.plant-sketches-intro span { display: block; margin-bottom: 12px; color: #348f7e; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.plant-sketches-intro h3 { margin: 0 0 14px; font-family: var(--display); font-size: clamp(28px, 3vw, 48px); font-weight: 630; letter-spacing: -.04em; line-height: .99; }
.plant-sketches-intro p { max-width: 560px; font-size: 15px; line-height: 1.5; opacity: .85; }
.plant-sketches-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.plant-sketches-gallery figure { margin: 0; min-width: 0; background: #fff; border: 1px solid rgba(23,60,53,.16); }
.plant-sketches-gallery img { display: block; width: 100%; height: auto; }
.plant-sketches-gallery figcaption { padding: 14px clamp(20px,2vw,30px); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; opacity: .55; }
.plant-journey-row p { font-size: 11px; line-height: 1.28; }
.plant-journey-head { color: #173c35; background: #b6d6a8; }
.plant-journey-head::before { content: "Fase"; min-height: 74px; padding: 14px 10px; border-right: 1px solid rgba(23,60,53,.16); box-sizing: border-box; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.plant-journey-head span { min-height: auto; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.plant-journey-head span::before { content: ""; display: block; width: 18px; height: 18px; margin-bottom: 8px; background-position: center; background-repeat: no-repeat; background-size: contain; }
.plant-journey:nth-child(1) .plant-journey-head span:nth-child(1)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23173c35' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='14' cy='14' r='8'/%3E%3Cpath d='m20 20 7 7'/%3E%3C/svg%3E"); }
.plant-journey:nth-child(1) .plant-journey-head span:nth-child(2)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23173c35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='5' width='20' height='22' rx='2'/%3E%3Cpath d='m10 12 2 2 4-4M19 12h4M10 20l2 2 4-4M19 20h4'/%3E%3C/svg%3E"); }
.plant-journey:nth-child(1) .plant-journey-head span:nth-child(3)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23173c35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M26 6C15 6 8 11 8 20c0 4 3 6 6 6 9 0 12-9 12-20Z'/%3E%3Cpath d='M7 27c4-7 9-11 15-15'/%3E%3C/svg%3E"); }
.plant-journey:nth-child(1) .plant-journey-head span:nth-child(4)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23173c35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M25 10a11 11 0 1 0 1 10'/%3E%3Cpath d='M25 4v6h-6'/%3E%3C/svg%3E"); }
.plant-journey:nth-child(2) .plant-journey-head span:nth-child(1)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23173c35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='10' r='5'/%3E%3Cpath d='M7 27c1-7 4-10 9-10s8 3 9 10'/%3E%3C/svg%3E"); }
.plant-journey:nth-child(2) .plant-journey-head span:nth-child(2)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23173c35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 11V6h5M22 6h5v5M27 21v5h-5M10 26H5v-5'/%3E%3Cpath d='M21 11c-6 0-10 3-10 8 0 2 2 4 4 4 5 0 7-5 6-12Z'/%3E%3C/svg%3E"); }
.plant-journey:nth-child(2) .plant-journey-head span:nth-child(3)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23173c35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='16' r='11'/%3E%3Cpath d='m10 16 4 4 8-9'/%3E%3C/svg%3E"); }
.plant-journey:nth-child(2) .plant-journey-head span:nth-child(4)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23173c35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M25 10a11 11 0 1 0 1 10'/%3E%3Cpath d='M25 4v6h-6'/%3E%3C/svg%3E"); }
.plant-journey-friction { background: #e3e9cf; }
.plant-journey-opportunity { background: #eef5f2; }
.plant-flow-study { padding: clamp(110px, 12vw, 185px) 3vw; color: #173c35; background: #eef5f2; }
.plant-flow-study > header {
  display: grid;
  grid-template-columns: .4fr 1.25fr .55fr;
  gap: 5vw;
  align-items: end;
  margin-bottom: clamp(85px, 10vw, 145px);
}
.plant-flow-study > header span, .plant-flow-copy > span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.plant-flow-study > header h2 {
  font-family: var(--display);
  font-size: clamp(65px, 9vw, 145px);
  font-weight: 630;
  letter-spacing: -.048em;
  line-height: .96;
}
.plant-flow-study > header p { max-width: 330px; font-size: 17px; line-height: 1.48; }
.plant-flow-list { display: flex; flex-direction: column; gap: 48px; }
.plant-flow-card {
  display: grid;
  grid-template-columns: .42fr 1.58fr;
  min-height: 660px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(23,60,53,.14);
}
.plant-flow-card-reverse { grid-template-columns: 1.58fr .42fr; }
.plant-flow-card-reverse .plant-flow-copy { order: 2; }
.plant-flow-card-reverse figure { order: 1; }
.plant-flow-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5vw, 82px); }
.plant-flow-copy > span { color: #348f7e; }
.plant-flow-copy h3 { margin: 28px 0 22px; font-family: var(--display); font-size: clamp(38px, 4.4vw, 72px); font-weight: 630; letter-spacing: -.04em; line-height: .99; }
.plant-flow-copy p { max-width: 390px; font-size: 17px; line-height: 1.5; }
.plant-flow-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0 0; padding: 0; list-style: none; }
.plant-flow-copy li { padding: 8px 12px; border: 1px solid rgba(23,60,53,.24); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.plant-flow-card figure { display: grid; place-items: center; min-width: 0; overflow: hidden; background: #e6e7e6; }
.plant-flow-card figure img { width: 100%; height: 100%; object-fit: contain; transform-origin: center; }
.plant-flow-onboarding img { transform: scale(1.05); }
.plant-flow-purchase img { transform: scale(1.03); }
.plant-structure { padding: clamp(100px, 10vw, 165px) 3vw; color: #f6f5ef; background: #173c35; }
.plant-structure > header, .plant-testing > header {
  display: grid;
  grid-template-columns: .4fr 1.25fr .55fr;
  gap: 5vw;
  align-items: start;
  margin-bottom: clamp(66px, 7vw, 108px);
}
.plant-structure > header span, .plant-structure-card span, .plant-testing > header span, .plant-testing-result span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.plant-structure > header h2, .plant-testing > header h2 {
  font-family: var(--display);
  font-size: clamp(54px, 6.8vw, 112px);
  font-weight: 630;
  letter-spacing: -.048em;
  line-height: .96;
}
.plant-structure > header p, .plant-testing > header p { max-width: 420px; font-size: 17px; line-height: 1.48; }
.plant-testing > header p { grid-column: 3; grid-row: 1; }
.plant-testing > header .plant-test-stat {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 480px;
  margin-top: 30px;
  padding: 20px 30px;
  border: 1px solid rgba(23,60,53,.32);
  border-radius: 28px;
  background: rgba(246,245,239,.48);
}
.plant-test-avatars { display: flex; gap: 14px; }
.plant-test-avatars span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  padding: 0 6px;
  border: 4px solid #173c35;
  border-radius: 50%;
  color: #173c35;
  background: #f6f5ef;
  box-shadow: 0 4px 14px rgba(23,60,53,.28);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.02em;
  text-align: center;
  line-height: 1.1;
}
.plant-test-avatars span:first-child { margin-left: 0; }
.plant-test-stat-copy { display: flex; flex-direction: column; gap: 4px; }
.plant-test-stat strong {
  flex: 0 0 auto;
  font-family: var(--display);
  font-size: clamp(78px, 7vw, 118px);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: .82;
}
.plant-test-stat div { display: grid; gap: 7px; }
.plant-test-stat > div > span, .plant-test-stat-copy span {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.plant-test-stat > div > small, .plant-test-stat-copy small {
  max-width: 260px;
  font-size: 15px;
  line-height: 1.38;
  opacity: .84;
}
.plant-test-stat .plant-test-tasks { display: flex; flex-wrap: nowrap; gap: 8px; margin-top: 2px; }
.plant-test-tasks em {
  padding: 5px 12px;
  border: 1.5px solid #173c35;
  border-radius: 100px;
  color: #173c35;
  background: rgba(23,60,53,.06);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.plant-structure-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; align-items: stretch; max-width: 1320px; margin-inline: auto; }
.plant-structure-card { display: grid; grid-template-rows: minmax(430px, auto) 360px; row-gap: 26px; min-width: 0; padding: 42px 28px 0; overflow: hidden; color: #173c35; background: #fff; }
.plant-structure-card > div { display: grid; grid-template-rows: auto 144px 1fr; align-content: start; }
.plant-structure-card span { color: #348f7e; }
.plant-structure-card h3 { margin: 20px 0 14px; font-family: var(--display); font-size: clamp(28px, 2.1vw, 36px); font-weight: 630; letter-spacing: -.035em; line-height: 1; }
.plant-structure-card p { max-width: 360px; font-size: 15px; line-height: 1.42; }
.plant-structure-card p strong {
  display: block;
  margin: 28px 0 8px;
  color: #348f7e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}
.plant-structure-card p strong:first-child { margin-top: 0; }
.plant-structure-card p br { display: none; }
.plant-structure-card figure { display: grid; place-items: end center; min-height: 0; height: 360px; margin-top: 0; padding: 24px 6px 22px; overflow: hidden; box-sizing: border-box; background: #fff; border-top: 1px solid rgba(23,60,53,.12); }
.plant-structure-card figure img { width: auto; height: 320px; max-width: 100%; object-fit: contain; object-position: bottom center; }
.plant-structure-card figure.plant-before-after { place-items: center; padding-inline: 0; }
.plant-structure-card figure.plant-before-after img { width: 100%; height: auto; max-height: 318px; object-fit: contain; object-position: center; }
.plant-testing { padding: clamp(110px, 12vw, 185px) 3vw; color: #173c35; background: #b6d6a8; }
.plant-testing-findings { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(58px, 6vw, 96px); border-top: 1px solid rgba(23,60,53,.35); border-bottom: 1px solid rgba(23,60,53,.35); }
.plant-testing-findings article { min-height: 245px; padding: 34px 34px 42px; border-right: 1px solid rgba(23,60,53,.35); }
.plant-testing-findings article:last-child { border-right: 0; }
.plant-testing-findings span { font-size: 11px; font-weight: 700; }
.plant-testing-findings h3 { min-height: 2em; margin: 42px 0 14px; font-family: var(--display); font-size: clamp(32px, 3.2vw, 52px); font-weight: 630; letter-spacing: -.04em; line-height: 1; }
.plant-testing-findings p { max-width: 340px; line-height: 1.48; }
.plant-testing-result { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(38px, 5vw, 76px); align-items: center; padding-top: 0; }
.plant-testing-result h3 { margin: 26px 0 20px; font-family: var(--display); font-size: clamp(42px, 5vw, 82px); font-weight: 630; letter-spacing: -.044em; line-height: .98; }
.plant-testing-result figure { overflow: hidden; }
.plant-testing-result img { width: 100%; max-height: 76vh; object-fit: contain; }
.plant-ps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 26px;
  padding: 20px 22px;
  background: rgba(23,60,53,.08);
  border-left: 3px solid #173c35;
  border-radius: 4px;
}
.plant-ps p { max-width: none; margin: 0; font-size: 16px; line-height: 1.48; }
.plant-ps b {
  display: block;
  margin-bottom: 6px;
  padding: 3px 9px;
  color: #eef7ea;
  background: #173c35;
  border-radius: 3px;
  width: fit-content;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.plant-ps-solution b { color: #173c35; background: var(--acid); }
.plant-final-showcase header {
  display: grid;
  grid-template-columns: .4fr 1.6fr;
  gap: 5vw;
  max-width: none;
  margin-bottom: clamp(54px, 7vw, 92px);
  padding-inline: 0;
}
.plant-final-showcase header div {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(28px, 3vw, 50px);
  align-items: end;
}
.plant-final-showcase header h2 {
  font-size: clamp(54px, 6.8vw, 112px);
}
.plant-final-showcase header p {
  max-width: 680px;
  margin-top: 0;
  font-size: 17px;
  line-height: 1.5;
}
.plant-page .case-reflection {
  grid-template-columns: .4fr 1.15fr .55fr;
  gap: 5vw;
  align-items: end;
  padding: clamp(100px, 10vw, 155px) 3vw;
}
.plant-page .case-reflection .section-label {
  align-self: start;
}
.plant-page .case-reflection blockquote {
  font-size: clamp(54px, 6.8vw, 112px);
}
.cister-cyan { background: #8de0db; }
.comparison-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 6vw;
  align-items: center;
  padding: 130px 3vw;
  background: var(--mauve);
}
.comparison-section h2 { margin-top: 30px; }
.comparison-section figure { overflow: hidden; }
.comparison-section img { max-height: 85vh; object-fit: contain; }
.cister-system { background: var(--paper); }
.cister-system-showcase { padding: clamp(35px, 4vw, 70px) 3vw; background: #343541; }
.cister-system-showcase img { width: 100%; height: auto; object-fit: contain; }
.cister-style-system { padding: 125px 3vw 145px; color: var(--ink); background: #fff; }
.cister-style-system header { display: grid; grid-template-columns: .4fr 1.6fr; gap: 5vw; margin-bottom: 75px; }
.cister-style-system header span, .cister-style-label { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cister-style-system h2 { font-family: var(--display); font-size: clamp(65px, 9vw, 145px); font-weight: 630; letter-spacing: -.048em; line-height: .96; }
.cister-style-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3vw; align-items: start; }
.cister-style-colors, .cister-style-type {
  display: grid;
  grid-template-rows: 28px 180px 180px;
  padding-top: 18px;
  border-top: 1px solid rgba(17,17,17,.22);
}
.cister-style-colors > .cister-style-label { margin-bottom: 0; }
.cister-color-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(18px, 2.2vw, 34px);
  align-items: center;
  height: 180px;
  border-bottom: 1px solid rgba(17,17,17,.18);
}
.cister-color-row-main { grid-template-columns: 1fr; }
.cister-color-group { margin-top: 0; }
.cister-color-group > small { display: block; margin-bottom: 13px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .55; }
.cister-color-circles { display: flex; flex-wrap: wrap; gap: clamp(7px, .65vw, 11px); }
.cister-color-circles i {
  position: relative;
  width: clamp(34px, 3vw, 48px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--swatch);
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 50%;
  font-style: normal;
  transition: transform .3s ease, box-shadow .3s ease;
}
.cister-color-circles i:hover { z-index: 2; transform: translateY(-8px) scale(1.08); box-shadow: 0 18px 28px rgba(0,0,0,.14); }
.cister-color-group p {
  max-width: 280px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .03em;
}
.cister-color-circles b {
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  opacity: 0;
  padding: 4px 6px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 999px;
  font-size: 8px;
  letter-spacing: .04em;
  transform: translateX(-50%);
  transition: opacity .25s ease;
}
.cister-color-circles i:hover b { opacity: 1; }
.cister-color-circles i:nth-child(n+4), .cister-neutral-group i:not(:last-child) { color: var(--ink); }
.cister-type-sample { display: grid; grid-template-columns: .6fr 1fr; align-items: center; height: 180px; border-bottom: 1px solid rgba(17,17,17,.18); }
.cister-type-sample strong { font-size: clamp(70px, 8vw, 130px); line-height: .94; }
.cister-type-sample div { display: flex; flex-direction: column; gap: 8px; }
.cister-type-sample b { font-size: clamp(20px, 2vw, 34px); }
.cister-type-sample small { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cister-type-display strong, .cister-type-display b { font-family: "Montserrat", var(--display); font-weight: 900; letter-spacing: -.048em; }
.cister-type-body strong, .cister-type-body b { font-family: "Quicksand", var(--text); font-weight: 400; }
.cister-interface-kit {
  padding: 0 3vw 145px;
  color: #10232b;
  background: #fff;
}
.cister-interface-kit header {
  display: grid;
  grid-template-columns: .35fr 1fr .65fr;
  gap: 5vw;
  align-items: start;
  margin-bottom: clamp(42px, 6vw, 86px);
}
.cister-interface-kit header span,
.cister-kit-label {
  color: #008da1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.cister-interface-kit h2 {
  max-width: 920px;
  font-family: var(--display);
  font-size: clamp(56px, 7.8vw, 128px);
  font-weight: 640;
  letter-spacing: -.048em;
  line-height: .97;
}
.cister-interface-kit header p {
  max-width: 430px;
  font-size: 16px;
  line-height: 1.5;
}
.cister-kit-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
}
.cister-icon-card,
.cister-ui-card,
.cister-form-card {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 46px);
  border: 1px solid rgba(0, 141, 161, .2);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(139, 232, 221, .18), transparent 42%),
    #f8fbfa;
}
.cister-icon-card { grid-column: 1 / -1; }
.cister-icon-card h3,
.cister-ui-card h3,
.cister-form-card h3 {
  max-width: 560px;
  margin: 18px 0 28px;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 68px);
  font-weight: 640;
  letter-spacing: -.044em;
  line-height: .99;
}
.cister-icon-card p,
.cister-ui-card p {
  max-width: 560px;
  margin-top: 26px;
  font-size: 15px;
  line-height: 1.5;
}
.cister-ui-card p { margin-top: auto; padding-top: 28px; }
.cister-icon-set {
  display: grid;
  grid-template-columns: repeat(8, minmax(78px, 1fr));
  gap: 14px;
}
.cister-icon-set i {
  min-height: 108px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 18px 10px 14px;
  border: 1px solid rgba(0, 161, 171, .2);
  border-radius: 20px;
  background: #fff;
  color: #008da1;
  font-style: normal;
  transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease;
}
.cister-icon-set i:hover {
  color: #fff;
  background: #00a1ab;
  border-color: #00a1ab;
  transform: translateY(-6px);
}
.cister-icon-set svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.cister-icon-set b {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cister-button-set {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.cister-button-groups {
  display: grid;
  gap: 20px;
}
.cister-button-groups > div {
  display: grid;
  gap: 10px;
}
.cister-button-groups small {
  color: #008da1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cister-demo-btn {
  min-height: 56px;
  border: 2px solid currentColor;
  border-radius: 10px;
  background: #fff;
  color: #ff6f61;
  font-family: var(--text);
  font-size: 15px;
  font-weight: 700;
}
.cister-button-set-disabled { grid-template-columns: minmax(128px, .33fr); }
.cister-demo-btn-coral.is-hover { background: #ffd7d2; }
.cister-demo-btn-coral.is-pressed { color: #fff; background: #ff6f61; border-color: #ff6f61; }
.cister-demo-btn-cyan { color: #00a1ab; }
.cister-demo-btn-cyan.is-hover { background: #c9f3ef; }
.cister-demo-btn-cyan.is-pressed { color: #fff; background: #00a1ab; border-color: #00a1ab; }
.cister-demo-btn.is-disabled { color: #fff; background: #9a9a9a; border-color: #9a9a9a; }
.cister-form-samples {
  display: grid;
  gap: 18px;
}
.cister-form-samples label {
  display: grid;
  gap: 8px;
}
.cister-form-samples input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 2px solid #cdcdcd;
  border-radius: 8px;
  background: #fff;
  color: #171717;
  font-family: var(--text);
  font-size: 16px;
}
.cister-form-samples input.is-focused { border-color: #00a1ab; box-shadow: 0 8px 18px rgba(0, 161, 171, .12); }
.cister-form-samples input.is-error { border-color: #ff6f61; box-shadow: 0 8px 18px rgba(255, 111, 97, .12); }
.cister-form-samples small {
  color: #686868;
  font-size: 11px;
}
.cister-control-row {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 42px;
}
.cister-control-row b {
  font-size: 16px;
  font-weight: 700;
}
.cister-checkbox,
.cister-radio,
.cister-switch {
  position: relative;
  flex: 0 0 auto;
  display: inline-block;
}
.cister-checkbox {
  width: 34px;
  height: 34px;
  border: 2px solid #dde4e3;
  border-radius: 7px;
  background: #fff;
}
.cister-checkbox.is-checked {
  background: #00a1ab;
  border-color: #00a1ab;
}
.cister-checkbox.is-checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 9px;
  height: 16px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cister-radio {
  width: 34px;
  height: 34px;
  border: 2px solid #dde4e3;
  border-radius: 50%;
  background: #fff;
}
.cister-radio.is-selected {
  border-color: #00a1ab;
  box-shadow: inset 0 0 0 7px #fff;
  background: #00a1ab;
}
.cister-switch {
  width: 70px;
  height: 36px;
  border-radius: 999px;
  background: #cdcdcd;
}
.cister-switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  transition: transform .25s ease;
}
.cister-switch.is-on { background: #00a1ab; }
.cister-switch.is-on::after { transform: translateX(34px); }
.cister-wireframes {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
  padding: clamp(70px, 8vw, 130px) 3vw;
  color: #10232b;
  background:
    radial-gradient(circle at 82% 14%, rgba(255,111,97,.18), transparent 24%),
    linear-gradient(135deg, #c9efec 0%, #e9f7f5 58%, #f8fbfa 100%);
}
.cister-wireframes-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.cister-wireframes-copy span {
  color: #008da1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.cister-wireframes-copy h2 {
  max-width: 560px;
  font-family: var(--display);
  font-size: clamp(46px, 5.6vw, 96px);
  font-weight: 640;
  letter-spacing: -.048em;
  line-height: .98;
}
.cister-wireframes-copy p {
  max-width: 430px;
  font-size: 17px;
  line-height: 1.48;
}
.cister-wireframes figure {
  overflow: hidden;
  padding: clamp(12px, 1.5vw, 24px);
  border-radius: 22px;
  background: #111;
  box-shadow: 0 26px 55px rgba(0, 45, 52, .18);
}
.cister-wireframes img { width: 100%; height: auto; object-fit: contain; }
.cister-components {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(30px, 5vw, 84px);
  align-items: stretch;
  padding: clamp(85px, 9vw, 135px) 3vw;
  color: #10232b;
  background:
    linear-gradient(90deg, rgba(255,111,97,.88) 0 10px, transparent 10px),
    linear-gradient(135deg, #fff 0%, #f4fbfa 62%, #dcebea 100%);
}
.cister-components-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.cister-components-copy span,
.cister-component-grid article span {
  color: #008da1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.cister-components-copy h2 {
  max-width: 590px;
  font-family: var(--display);
  font-size: clamp(52px, 6vw, 108px);
  font-weight: 640;
  letter-spacing: -.048em;
  line-height: .98;
}
.cister-components-copy p {
  max-width: 470px;
  font-size: 17px;
  line-height: 1.48;
}
.cister-component-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(0,141,161,.18);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.72);
  box-shadow: 0 24px 55px rgba(0,45,52,.1);
}
.cister-component-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 3vw, 46px);
  border-right: 1px solid rgba(0,141,161,.16);
  border-bottom: 1px solid rgba(0,141,161,.16);
  transition: color .25s ease, background-color .25s ease, transform .25s ease;
}
.cister-component-grid article:nth-child(2n) { border-right: 0; }
.cister-component-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.cister-component-grid article:hover {
  color: #fff;
  background: #008da1;
  transform: translateY(-3px);
}
.cister-component-grid article:hover span { color: #8be8dd; }
.cister-component-grid b {
  display: block;
  max-width: 100%;
  font-family: var(--display);
  font-size: clamp(30px, 3.2vw, 58px);
  font-weight: 640;
  letter-spacing: -.045em;
  line-height: .94;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
html[lang="de"] .cister-component-grid b {
  font-size: clamp(28px, 2.85vw, 52px);
  overflow-wrap: anywhere;
  hyphens: auto;
}
.cister-component-grid p {
  max-width: 300px;
  font-size: 15px;
  line-height: 1.42;
}
.cister-mobile-showcase { padding: clamp(35px, 4vw, 70px) 3vw; background: #dcebea; }
.cister-mobile-showcase img { width: 100%; height: auto; object-fit: contain; }
.cister-result figure {
  overflow: hidden;
  padding: clamp(35px, 5vw, 90px) 3vw;
  background:
    radial-gradient(circle at 75% 18%, rgba(139,232,221,.9), transparent 32%),
    linear-gradient(145deg, #dcebea 0%, #8de0db 100%);
}
.cister-result figure img { width: 100%; height: auto; max-height: none; object-fit: contain; filter: drop-shadow(0 30px 35px rgba(0,45,52,.18)); }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); color: var(--paper); background: var(--ink); }
.metrics article { min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid rgba(250,249,247,.25); }
.metrics strong { color: var(--acid); font-family: var(--display); font-size: clamp(80px, 12vw, 180px); letter-spacing: -.055em; line-height: .94; }
.metrics p { max-width: 210px; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.horizontal-gallery { padding: 145px 0 165px; overflow: hidden; background: var(--paper); }
.horizontal-gallery header { display: grid; grid-template-columns: .4fr 1.6fr; gap: 5vw; padding: 0 3vw 70px; }
.horizontal-gallery > div { display: flex; gap: 24px; overflow-x: auto; padding: 0 3vw 25px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.horizontal-gallery figure { flex: 0 0 min(72vw, 1050px); height: min(72vh, 780px); overflow: hidden; scroll-snap-align: start; background: var(--soft); }
.horizontal-gallery img { height: 100%; object-fit: cover; }
.horizontal-gallery .cister-mobile-showcase {
  flex: 0 0 min(88vw, 1280px);
  height: auto;
  overflow: visible;
}
.horizontal-gallery .cister-mobile-showcase img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.horizontal-gallery .gallery-tall { flex-basis: min(42vw, 620px); height: 80vh; }
.horizontal-gallery .gallery-tall img { object-position: top; }
.plant-final-showcase { padding-inline: 3vw; }
.plant-final-showcase header { display: grid; grid-template-columns: .4fr 1.6fr; gap: 5vw; max-width: none; margin-bottom: clamp(54px, 7vw, 92px); padding-inline: 0; }
.plant-final-showcase header div { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 3vw, 50px); align-items: end; }
.plant-final-showcase header h2 { font-size: clamp(54px, 6.8vw, 112px); }
.plant-final-showcase > .plant-final-layout { display: grid; grid-template-columns: 1.62fr .38fr; gap: clamp(34px, 4vw, 62px); align-items: stretch; overflow: visible; padding: 0 0 25px; scroll-snap-type: none; }
.plant-final-showcase .plant-final-image { display: block; flex: none; width: 100%; height: auto; overflow: hidden; background: #e8c4c0; }
.plant-final-showcase .plant-final-image img { width: 100%; height: 100%; object-fit: cover; }
.plant-final-showcase header p { max-width: 680px; margin-top: 0; font-size: 17px; line-height: 1.5; }
.plant-final-points { display: grid; grid-template-rows: repeat(4, 1fr); border-top: 1px solid rgba(17,17,17,.25); }
.plant-final-points article { display: grid; align-content: center; padding: clamp(24px, 3vw, 48px) 0; border-bottom: 1px solid rgba(17,17,17,.25); }
.plant-final-points span { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.plant-final-points h3 { margin: 18px 0 12px; font-family: var(--display); font-size: clamp(28px, 3vw, 48px); font-weight: 630; letter-spacing: -.035em; line-height: 1; }
.plant-final-points p { max-width: 390px; font-size: 15px; }
.plant-page .case-story-copy p, .plant-page .case-reflection div p { max-width: 520px; line-height: 1.5; }
.plant-hero::after, .cister-hero::after { background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.02) 75%); }
.soap-hero { background: #f7f6f3; }
.soap-hero::after { background: linear-gradient(90deg, rgba(17,17,17,.9) 0%, rgba(17,17,17,.72) 29%, rgba(17,17,17,0) 62%); }
.soap-hero > img { object-fit: cover; object-position: 38% center; }
.soap-hero .case-hero-overlay { max-width: 570px; }
.soap-hero h1 { font-size: clamp(76px, 10vw, 158px); }
.soap-page .case-intro { background: #fffaf0; }
.soap-code-story { padding: 130px 3vw; background: #f4f3f1; border-top: 1px solid rgba(17,17,17,.12); }
.soap-code-story header { display: grid; grid-template-columns: .4fr 1.6fr; gap: 5vw; margin-bottom: 75px; }
.soap-code-story header span, .soap-code-logic span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.soap-code-story h2 {
  font-family: var(--display);
  font-size: clamp(65px, 9vw, 145px);
  font-weight: 630;
  letter-spacing: -.048em;
  line-height: .96;
}
.soap-code-copy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4vw; margin: 0 0 90px 25%; }
.soap-code-copy p { font-size: 18px; }
.soap-code-logic { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); }
.soap-code-logic article { min-height: 320px; display: flex; flex-direction: column; padding: 26px; color: var(--paper); border-right: 1px solid rgba(250,249,247,.25); }
.soap-code-logic strong { margin-bottom: auto; color: #b6a0dc; font-family: var(--display); font-size: clamp(75px, 10vw, 150px); letter-spacing: -.055em; line-height: .94; }
.soap-code-logic p { max-width: 250px; margin-top: 14px; font-size: 16px; }
.soap-code-logic code { font-family: monospace; }
.soap-pattern { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5vw; align-items: center; padding: 120px 3vw; background: #b6a0dc; }
.soap-pattern-copy h2 { margin: 35px 0; }
.soap-pattern-copy p { max-width: 420px; font-size: 18px; }
.soap-play {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 38px;
  padding: 15px 22px;
  border: 1px solid #fffaf0;
  border-radius: 100px;
  color: var(--ink);
  background: #fffaf0;
  font: 700 12px/1 var(--body);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(17,17,17,.12);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.soap-play:hover { color: #fffaf0; border-color: var(--ink); background: var(--ink); box-shadow: 0 12px 30px rgba(17,17,17,.24); transform: scale(1.04); }
.soap-play span { font-size: 14px; }
.soap-canvas-frame { display: grid; place-items: center; padding: clamp(16px, 3vw, 42px); background: #fffaf0; }
#p5-container { width: min(100%, 800px); line-height: 0; }
#p5-container canvas, #p5-landing-container canvas { display: block; max-width: 100%; height: auto !important; }
.soap-palette { display: grid; grid-template-columns: .8fr 1.2fr; padding: 120px 3vw; gap: 6vw; background: var(--paper); }
.soap-palette h2 { margin-top: 30px; }
.soap-palette h2 em { position: relative; font-style: normal; }
.soap-palette h2 em::after { content: "."; }
.soap-palette h2 .palette-dot-lavender::after { color: #b6a0dc; }
.soap-palette h2 .palette-dot-sage::after { color: #a0afa0; }
.soap-palette h2 .palette-dot-cream::after { color: #ffdfd3; }
.soap-palette p { max-width: 330px; margin-top: 30px; font-size: 18px; }
.soap-swatches { display: flex; min-height: 560px; overflow: hidden; }
.soap-swatches i { position: relative; display: flex; flex: 1; align-items: flex-end; min-width: 0; padding: 22px; color: #fff; font-style: normal; overflow: hidden; transition: flex .45s cubic-bezier(.2,.8,.2,1); }
.soap-swatches i::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to bottom, transparent, rgba(17,17,17,.3)); pointer-events: none; }
.soap-swatches i:hover { flex: 1.65; }
.soap-swatches i > span { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 7px; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-transform: none; white-space: nowrap; }
.soap-swatches strong { font-size: 14px; letter-spacing: .04em; }
.soap-swatches small { font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.soap-swatches i:nth-child(1) { background: #b6a0dc; }.soap-swatches i:nth-child(2) { background: #a0afa0; }.soap-swatches i:nth-child(3) { background: #ffdfd3; }
.soap-feature-image { background: #fffaf0; }
.soap-feature-image img { object-fit: contain; }
.soap-landing { padding: 130px 3vw; color: var(--ink); background: #b6a0dc; }
.soap-landing header { display: grid; grid-template-columns: .4fr 1.25fr .55fr; gap: 5vw; align-items: end; margin-bottom: 75px; }
.soap-landing header span, .soap-applications header span, .case-story header span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.soap-landing h2, .soap-applications h2 { font-family: var(--display); font-size: clamp(65px, 9vw, 145px); font-weight: 630; letter-spacing: -.048em; line-height: .96; }
.soap-landing header p { max-width: 350px; font-size: 18px; }
.soap-tech-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 44px;
  background: rgba(17,17,17,.22);
}
.soap-tech-strip article {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: #fffaf0;
}
.soap-tech-strip strong {
  color: #b6a0dc;
  font-family: var(--display);
  font-size: clamp(54px, 7vw, 118px);
  font-weight: 630;
  letter-spacing: -.055em;
  line-height: .93;
}
.soap-tech-strip code {
  display: block;
  margin-top: 28px;
  font: 700 15px/1 "Courier New", monospace;
  letter-spacing: .02em;
}
.soap-tech-strip p { max-width: 250px; margin-top: 14px; font-size: 15px; }
.soap-landing-frame { overflow: hidden; border: 1px solid rgba(17,17,17,.28); background: #fffaf0; }
#p5-landing-container { width: 100%; line-height: normal; }
.soap-interactive-landing {
  position: relative;
  aspect-ratio: 12 / 7;
  min-height: 0;
  overflow: hidden;
  color: var(--ink);
  background: #fffaf0;
  font-family: "Courier New", monospace;
  cursor: pointer;
  outline: none;
}
.soap-interactive-landing nav {
  position: absolute;
  z-index: 4;
  top: 7%;
  left: 50%;
  right: auto;
  display: flex;
  width: 45%;
  justify-content: space-between;
  gap: 12px;
  font-size: clamp(9px, 1.25vw, 16px);
  font-weight: 500;
}
.soap-interactive-landing nav span, .soap-interactive-landing button { cursor: pointer; transition: transform .25s ease, font-weight .25s ease; }
.soap-interactive-landing nav span:hover, .soap-interactive-landing button:hover { font-weight: 800; transform: scale(1.12); }
.soap-demo-logo { position: absolute; z-index: 4; top: 10.7%; left: 6.25%; width: 8.75%; aspect-ratio: 1; transform: rotate(180deg); animation: soap-logo-sway 3.8s ease-in-out infinite alternate; }
@keyframes soap-logo-sway {
  from { transform: rotate(168.5deg); }
  to { transform: rotate(191.5deg); }
}
.soap-demo-logo svg { display: block; width: 100%; height: 100%; overflow: visible; }
.soap-demo-logo .logo-leaf-lavender { fill: #b6a0dc; }
.soap-demo-logo .logo-leaf-sage { fill: #a0afa0; }
.soap-demo-logo .logo-leaf-cream { fill: #ffdfd3; }
.soap-demo-logo .logo-line { fill: none; stroke: #fffaf0; stroke-width: 2; stroke-linecap: round; }
.soap-demo-copy { position: absolute; z-index: 4; top: 20.5%; left: 11.1%; width: 30%; }
.soap-demo-copy strong { display: block; font: 700 clamp(28px, 5vw, 60px)/.98 "Courier New", monospace; letter-spacing: -.038em; }
.soap-demo-copy p { max-width: 320px; margin: 16% 0 13%; font: 400 clamp(9px, 1.5vw, 20px)/1.35 "Courier New", monospace; }
.soap-demo-copy button { padding: 12px 24px; border: 0; border-radius: 100px; color: #fff; background: #b6a0dc; font: 400 clamp(9px, 1.15vw, 14px)/1 "Courier New", monospace; text-transform: none; cursor: pointer; }
.soap-interactive-landing > img {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 39%;
  width: 69%;
  height: 88%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transform: translateX(10px);
  transform-origin: center;
  transition: opacity .3s ease, transform .3s ease;
}
.soap-interactive-landing > img.is-visible { opacity: 1; transform: translateX(0); }
.soap-demo-zones { position: absolute; z-index: 2; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.soap-demo-zones i { border: 0; }
.soap-interactive-landing > small { position: absolute; z-index: 4; right: 18px; bottom: 15px; padding: 6px 9px; color: rgba(17,17,17,.62); background: rgba(255,250,240,.84); font: 400 9px/1 "Courier New", monospace; letter-spacing: .03em; text-transform: none; }
.soap-applications {
  padding: 130px 3vw 145px;
  color: var(--paper);
  background: var(--ink);
}
.soap-applications header { display: grid; grid-template-columns: .4fr 1.6fr; gap: 5vw; margin-bottom: 70px; }
.soap-application-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.soap-application-row {
  grid-template-columns: 1fr;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
  gap: clamp(34px, 5vw, 72px);
}
.soap-application-grid figure {
  display: grid;
  place-items: center;
  overflow: visible;
  padding: clamp(24px, 4vw, 64px);
  border: 1px solid rgba(250,249,247,.16);
  background: #171717;
}
.soap-application-grid .soap-application-wide { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.soap-application-grid .soap-application-card {
  min-height: 0;
  aspect-ratio: auto;
}
.soap-application-grid img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}
.soap-application-grid .soap-application-card img { object-fit: contain; }
.soap-application-grid .soap-application-product,
.soap-application-grid .soap-application-tote,
.soap-application-grid .soap-application-necessaire { background: #171717; }
.soap-application-grid .soap-application-tote img { object-position: center; }
.soap-application-grid .soap-application-necessaire img { object-position: center; transform: none; }

@media (max-width: 1180px) {
  .cister-interface-kit header { grid-template-columns: .3fr 1.7fr; }
  .cister-interface-kit header p { grid-column: 2; max-width: 650px; }
  .cister-kit-grid { grid-template-columns: 1fr; }
  .cister-icon-set { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .arhuaco-swatch-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px; }
  .arhuaco-swatch-list div { min-width: 92px; }
  .plant-journey-list { grid-template-columns: 1fr; gap: 24px; }
  .plant-journey > header { grid-template-columns: .3fr 1.7fr; gap: 3vw; padding: clamp(28px, 3vw, 48px); }
  .plant-journey > header h3 { font-size: clamp(40px, 5.5vw, 88px); }
  .plant-journey-table { overflow-x: auto; }
  .plant-journey-row { min-width: 920px; grid-template-columns: .42fr repeat(4, 1fr); }
  .plant-journey-row > * { min-height: 98px; padding: 24px 22px; }
  .plant-journey-row b { font-size: 10px; }
  .plant-journey-row p { font-size: 14px; line-height: 1.35; }
  .plant-journey-head::before { min-height: 98px; padding: 24px 22px; font-size: 10px; }
  .plant-journey-head span { font-size: 11px; }
  .plant-journey-head span::before { width: 30px; height: 30px; margin-bottom: 14px; }
}

@media (max-width: 820px) {
  .case-hero > img { object-position: 57% center; }
  .case-hero::after { background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.75)); }
  .case-hero-overlay { left: 18px; right: 18px; bottom: 90px; }
  .case-hero h1 { font-size: 20vw; }
  .case-hero-overlay > p:last-child { font-size: 17px; }
  .case-back { right: 18px; bottom: 28px; }
  .case-intro, .case-story, .case-pattern, .case-solution-heading, .case-reflection { grid-template-columns: 1fr; }
  .case-intro { padding: 75px 18px 90px; }
  .case-intro-copy .case-lead { font-size: 36px; }
  .plant-context { grid-template-columns: 1fr; }
  .plant-context-questions { grid-template-columns: 1fr; margin-bottom: 38px; }
  .plant-context-questions p { min-height: 104px; font-size: 32px; }
  .plant-context-questions p:nth-child(2) { transform: none; }
  .case-full-image { padding: 0 18px 80px; }
  .case-full-image img { height: 55vh; }
  .cister-wireframes { grid-template-columns: 1fr; padding: 70px 18px; }
  .cister-wireframes-copy h2 { font-size: 14vw; }
  .cister-wireframes figure { padding: 10px; border-radius: 16px; }
  .cister-wireframes img { height: auto; }
  .cister-components { grid-template-columns: 1fr; padding: 75px 18px; }
  .cister-components-copy h2 { font-size: 14vw; }
  .cister-component-grid { grid-template-columns: 1fr; border-radius: 18px; }
  .cister-component-grid article { min-height: 190px; border-right: 0; }
  .cister-component-grid article:nth-last-child(2) { border-bottom: 1px solid rgba(0,141,161,.16); }
  .cister-system-showcase, .cister-mobile-showcase { padding: 24px 18px; }
  .cister-style-system { padding: 80px 18px 95px; }
  .cister-style-system header, .cister-style-grid { grid-template-columns: 1fr; }
  .cister-style-system header { margin-bottom: 50px; }
  .cister-style-system h2 { margin-top: 25px; font-size: 17vw; }
  .cister-style-grid { gap: 50px; }
  .cister-style-colors, .cister-style-type { display: block; }
  .cister-color-row, .cister-color-row-main { grid-template-columns: 1fr; height: auto; min-height: 0; padding: 25px 0; }
  .cister-color-circles { gap: 9px; }
  .cister-color-circles i { width: 46px; }
  .cister-color-circles b { font-size: 7px; }
  .cister-type-sample { height: auto; min-height: 145px; }
  .cister-type-sample strong { font-size: 20vw; }
  .cister-interface-kit { padding: 0 18px 95px; }
  .cister-interface-kit header { grid-template-columns: 1fr; gap: 24px; margin-bottom: 45px; }
  .cister-interface-kit header p { grid-column: auto; }
  .cister-interface-kit h2 { font-size: 16vw; }
  .cister-icon-card, .cister-ui-card, .cister-form-card { padding: 26px 18px; border-radius: 20px; }
  .cister-icon-card h3, .cister-ui-card h3, .cister-form-card h3 { font-size: 13vw; }
  .cister-icon-set { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cister-icon-set i { min-height: 96px; }
  .cister-button-set { grid-template-columns: 1fr; }
  .cister-result figure { padding: 35px 8px; }
  .case-story { padding: 80px 18px; }
  .case-story h2, .case-pattern h2, .case-section-title h2, .case-solution h2 { font-size: 17vw; }
  .arhuaco-context-panel { padding: 75px 18px 85px; }
  .arhuaco-context-panel header, .arhuaco-context-grid { grid-template-columns: 1fr; }
  .arhuaco-context-panel h2 { margin-top: 24px; font-size: 17vw; }
  .arhuaco-context-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(66,66,58,.2); }
  .arhuaco-context-grid article:last-child { border-bottom: 0; }
  .arhuaco-context-grid h3 { margin-top: 32px; font-size: 18vw; }
  .case-pattern-copy { padding: 80px 18px; }
  .case-pattern figure { min-height: 420px; }
  .case-development { padding: 85px 18px; }
  .case-section-title { grid-template-columns: 1fr; margin-bottom: 55px; }
  .case-development-grid { grid-template-columns: 1fr; }
  .development-large { grid-column: auto; min-height: 420px !important; }
  .case-development-grid figure, .development-note { min-height: 360px; }
  .development-wide-image { grid-column: auto; min-height: 420px !important; }
  .arhuaco-visual-system { grid-column: auto; padding: 55px 18px; }
  .arhuaco-visual-system > header, .arhuaco-visual-grid { grid-template-columns: 1fr; }
  .arhuaco-visual-system h3 { margin-top: 24px; font-size: 17vw; }
  .arhuaco-symbol-card { min-height: 500px; padding: 25px; }
  .arhuaco-build {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 36px 0;
  }
  .arhuaco-build::before { display: none; }
  .arhuaco-build-step::after { display: none; }
  .arhuaco-build-application { width: min(68%, 190px); }
  .arhuaco-spec-card { display: block; padding: 25px 20px; }
  .arhuaco-swatch-list { grid-template-columns: 1fr; }
  .arhuaco-type-list article { grid-template-columns: .55fr 1fr; min-height: 145px; }
  .arhuaco-type-list b { font-size: 20vw; }
  .case-motion { grid-template-columns: 1fr; min-height: auto; }
  .case-motion-copy { padding: 80px 18px; }
  .case-motion h2 { font-size: 17vw; }
  .case-motion figure { min-height: auto; padding: 55px 18px; }
  .case-motion figure img { height: min(75vh, 760px); }
  .case-solution { padding: 80px 18px; }
  .case-reflection { padding: 85px 18px; }
  .case-reflection blockquote { font-size: 15vw; }
  .next-project { display: block; padding: 60px 18px 70px; }
  .next-project strong { display: block; margin-top: 20px; font-size: 18vw; }
  .lna-hero > img { object-position: 55% center; }
  .lna-manifesto, .lna-palette { grid-template-columns: 1fr; padding: 75px 18px 85px; }
  .lna-manifesto strong, .lna-palette h2 { font-size: 18vw; }
  .lna-subway { padding-top: 80px; }
  .lna-identity { padding: 85px 18px; }
  .lna-identity-grid { grid-template-columns: 1fr; }
  .lna-logo { grid-column: auto; min-height: 360px !important; }
  .lna-identity-grid figure { min-height: 360px; }
  .lna-expressions { padding-top: 80px; }
  .lna-expressions header { grid-template-columns: 1fr; padding: 0 18px 55px; }
  .lna-expressions h2 { font-size: 18vw; }
  .lna-expression-stage { grid-template-columns: 1fr; min-height: auto; }
  .lna-expression-stack { min-height: 65vh; }
  .lna-expression-stack img { width: min(94vw, 620px); }
  .lna-expression-stage > p { padding: 40px 18px 50px; font-size: 17vw; }
  .lna-expression-track figure { flex-basis: 190px; }
  .lna-color-bars { margin-top: 45px; }
  .lna-color-bars article { grid-template-columns: 1fr auto; gap: 8px; min-height: 95px; }
  .lna-color-bars article:hover { min-height: 115px; transform: none; }
  .lna-type-spec { grid-template-columns: 1fr; min-height: 0; padding: 26px 22px 32px; }
  .lna-type-spec > strong { font-size: 24vw; }
  .lna-applications .case-section-title { padding-inline: 18px; }
  .lna-application-carousel { gap: 10px; padding-inline: 18px; }
  .lna-result-statement { margin-top: 50px; font-size: 22vw; text-align: left; }
  .lna-campaign { padding: 80px 18px; }
  .lna-campaign header, .lna-campaign-grid { grid-template-columns: 1fr; }
  .lna-campaign header { margin-bottom: 50px; }
  .lna-campaign h2 { font-size: 18vw; }
  .project-statement, .comparison-section, .soap-palette { grid-template-columns: 1fr; padding: 80px 18px; }
  .project-statement h2, .comparison-section h2, .horizontal-gallery h2, .soap-pattern h2, .soap-palette h2 { font-size: 17vw; }
  .plant-challenge span { grid-row: auto; }
  .plant-challenge-copy { grid-column: auto; }
  .plant-challenge p { grid-column: auto; }
  .plant-challenge-needs { grid-template-columns: 1fr; gap: 14px; margin-top: 42px; background: transparent; }
  .plant-challenge-needs article { display: block; min-height: 0; }
  .plant-challenge-needs h3 { margin: 34px 0 16px; }
  .plant-journeys { padding: 95px 18px 115px; }
  .plant-journeys > header { grid-template-columns: 1fr; margin-bottom: 65px; }
  .plant-journeys > header h2 { margin: 24px 0; font-size: 17vw; }
  .plant-insights { grid-template-columns: 1fr; gap: 18px; margin-bottom: 100px; }
  .plant-insights article { display: block; min-height: 0; padding: 34px 26px 42px; }
  .plant-insights p:first-of-type { margin: 36px 0 20px; font-size: clamp(36px, 10vw, 54px); }
  .plant-insights p:last-child { font-size: 16px; }
  .plant-subsection-label, .plant-journey-guide { grid-template-columns: 1fr; }
  .plant-subsection-label { gap: 12px; }
  .plant-journey-guide { gap: 28px; margin-top: 72px; }
  .plant-journey-guide h3 { font-size: 11vw; }
  .plant-personas { grid-template-columns: 1fr; }
  .plant-personas article { grid-template-columns: 72px 1fr; padding: 44px 0; }
  .plant-personas article:first-child { border-right: 0; border-bottom: 1px solid rgba(23,60,53,.25); }
  .plant-persona-index { width: 72px; }
  .plant-journey > header { grid-template-columns: 1fr; }
  .plant-journey > header h3 { margin-top: 18px; font-size: 12vw; }
  .plant-journey-table { scrollbar-color: #348f7e #eef5f2; }
  .plant-journey-list { gap: 12px; margin-top: 22px; }
  .plant-journey-row { min-width: 720px; grid-template-columns: 110px repeat(4, 1fr); }
  .plant-journey-row > * { min-height: 78px; padding: 14px 12px; }
  .plant-journey-head::before { min-height: 78px; padding: 14px 12px; }
  .plant-flow-study { padding: 95px 18px 115px; }
  .plant-flow-study > header { grid-template-columns: 1fr; margin-bottom: 65px; }
  .plant-flow-study > header h2 { margin: 24px 0; font-size: 17vw; }
  .plant-flow-card, .plant-flow-card-reverse { grid-template-columns: 1fr; min-height: 0; }
  .plant-flow-card-reverse .plant-flow-copy, .plant-flow-card-reverse figure { order: initial; }
  .plant-flow-copy { padding: 48px 24px; }
  .plant-flow-card figure { min-height: 360px; }
  .plant-flow-onboarding img, .plant-flow-purchase img { transform: none; }
  .plant-structure, .plant-testing { padding: 95px 18px 115px; }
  .plant-structure > header, .plant-testing > header { grid-template-columns: 1fr; margin-bottom: 65px; }
  .plant-structure > header h2, .plant-testing > header h2 { margin: 24px 0; font-size: 17vw; }
  .plant-structure-grid { grid-template-columns: 1fr; }
  .plant-structure-card { grid-template-rows: auto auto; padding: 38px 22px 0; }
  .plant-structure-card > div { display: block; }
  .plant-structure-card p br { margin-top: 12px; }
  .plant-structure-card figure { min-height: 0; height: 340px; padding-top: 22px; }
  .plant-structure-card figure img { width: auto; height: 300px; max-width: 100%; }
  .plant-structure-card figure.plant-before-after img { width: 100%; height: auto; max-height: 290px; }
  .plant-testing-findings, .plant-testing-result { grid-template-columns: 1fr; }
  .plant-testing-findings article { min-height: 220px; padding-inline: 0; border-right: 0; border-bottom: 1px solid rgba(23,60,53,.35); }
  .plant-testing-findings article:last-child { border-bottom: 0; }
  .plant-testing-findings h3 { margin-top: 35px; }
  .plant-testing-result { gap: 45px; }
  .plant-ps { padding: 16px 18px; }
  .metrics { grid-template-columns: 1fr; }
  .metrics article { min-height: 240px; border-right: 0; border-bottom: 1px solid rgba(250,249,247,.25); }
  .horizontal-gallery { padding: 95px 0 115px; }
  .horizontal-gallery header { grid-template-columns: 1fr; padding: 0 18px 58px; }
  .horizontal-gallery > div { padding-inline: 18px; }
  .horizontal-gallery figure, .horizontal-gallery .gallery-tall { flex-basis: 86vw; height: 65vh; }
  .plant-final-showcase { padding-inline: 18px; }
  .plant-final-showcase header { display: grid; grid-template-columns: 1fr; margin-bottom: 42px; }
  .plant-final-showcase header div { grid-template-columns: 1fr; gap: 18px; }
  .plant-final-showcase > .plant-final-layout { grid-template-columns: 1fr; padding-inline: 0; }
  .plant-final-showcase .plant-final-image { height: auto; }
  .plant-final-showcase .plant-final-image img { height: auto; object-fit: contain; }
  .plant-final-points article { min-height: 220px; }
  .soap-hero > img { object-position: 48% center; }
  .soap-hero h1 { font-size: 18vw; }
  .soap-code-story { padding: 80px 18px; }
  .soap-code-story header, .soap-code-copy, .soap-code-logic { grid-template-columns: 1fr; }
  .soap-code-story header { margin-bottom: 45px; }
  .soap-code-story h2 { font-size: 17vw; }
  .soap-code-copy { gap: 25px; margin: 0 0 55px; }
  .soap-code-logic article { min-height: 230px; border-right: 0; border-bottom: 1px solid rgba(250,249,247,.25); }
  .soap-pattern { grid-template-columns: 1fr; padding: 80px 18px; }
  .soap-canvas-frame { margin-top: 25px; padding: 10px; }
  .soap-swatches { flex-direction: column; min-height: 660px; }
  .soap-landing, .soap-applications { padding: 80px 18px 90px; }
  .soap-landing header, .soap-applications header { grid-template-columns: 1fr; margin-bottom: 45px; }
  .soap-landing h2, .soap-applications h2 { font-size: 17vw; }
  .soap-tech-strip { grid-template-columns: 1fr; margin-bottom: 34px; }
  .soap-tech-strip article { min-height: 150px; }
  .soap-interactive-landing { aspect-ratio: auto; min-height: 680px; }
  .soap-interactive-landing nav { display: none; }
  .soap-demo-logo { top: 76px; left: 25px; width: 72px; }
  .soap-demo-copy { top: 135px; left: 58px; width: calc(100% - 83px); }
  .soap-demo-copy strong { font-size: 13vw; }
  .soap-demo-copy p { max-width: 270px; }
  .soap-interactive-landing > img { top: 43%; left: -8%; width: 116%; height: 55%; }
  .soap-application-grid, .soap-application-row { grid-template-columns: 1fr; gap: 30px; }
  .soap-application-grid figure, .soap-application-grid .soap-application-wide { grid-column: auto; }
  .soap-application-grid .soap-application-card { min-height: 0; aspect-ratio: auto; }
  .soap-application-grid img { max-height: 68vh; }
}
