:root {
  --pine-950: #05231b;
  --pine-900: #082c22;
  --pine-800: #0d3c2e;
  --pine-700: #17513e;
  --pine-600: #2d6b53;
  --pine-500: #4f846c;
  --pine-300: #a9c3ae;
  --pine-200: #cdddc9;
  --pine-100: #e3ecdc;
  --cream: #f1f4e8;
  --glass-light: rgba(235, 244, 227, 0.08);
  --glass-border: rgba(226, 239, 218, 0.18);
  --shadow: 0 24px 70px rgba(1, 25, 18, 0.2);
  --radius-lg: 30px;
  --radius-md: 20px;
  --max: 1440px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background:
    radial-gradient(circle at 74% 10%, rgba(96, 143, 113, 0.22), transparent 27%),
    linear-gradient(145deg, var(--pine-950) 0%, var(--pine-900) 45%, #0b3428 100%);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }
body.language-gate-open,
body.legal-dialog-open { overflow: hidden; }

[hidden] { display: none !important; }

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

::selection { color: var(--pine-950); background: var(--pine-200); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--pine-950);
  background: var(--cream);
  border-radius: 999px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ambient {
  position: fixed;
  z-index: -2;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}
.ambient-one { top: 28%; left: -300px; background: rgba(94, 142, 112, 0.24); }
.ambient-two { right: -250px; bottom: 8%; background: rgba(133, 166, 126, 0.16); }
.grain {
  position: fixed;
  z-index: 20;
  inset: 0;
  opacity: 0.04;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 22%, var(--pine-100) 0 .45px, transparent .7px),
    radial-gradient(circle at 77% 68%, var(--pine-100) 0 .4px, transparent .7px);
  background-size: 9px 11px, 13px 15px;
}

.glass {
  border: 1px solid var(--glass-border);
  background: linear-gradient(145deg, rgba(239, 246, 231, 0.11), rgba(160, 196, 164, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.language-gate {
  position: fixed;
  z-index: 500;
  inset: 0;
  display: grid;
  min-height: 100svh;
  padding: clamp(14px, 4vw, 52px);
  place-items: center;
  opacity: 1;
  transition: opacity .45s ease, visibility .45s ease;
}
.language-gate.is-closing { opacity: 0; visibility: hidden; }
.language-gate-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 19, 14, .86);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.language-gate-card {
  position: relative;
  display: grid;
  overflow: hidden;
  width: min(1180px, 100%);
  max-height: calc(100svh - clamp(28px, 8vw, 104px));
  border-radius: clamp(22px, 3vw, 38px);
  grid-template-columns: 1.15fr .85fr;
  background: rgba(7, 43, 33, .94);
}
.language-gate-visual { min-height: 580px; }
.language-gate-content { display: flex; padding: clamp(32px, 5vw, 70px); justify-content: center; flex-direction: column; }
.language-gate-content h2 { max-width: 490px; margin: 20px 0 0; font-size: clamp(36px, 4vw, 62px); font-weight: 500; letter-spacing: -.06em; line-height: .98; text-wrap: balance; }
.language-gate-content > p { max-width: 470px; margin: 24px 0 0; color: var(--pine-200); font-size: 16px; }
.language-gate-actions { display: grid; gap: 10px; margin-top: 34px; }
.gate-language-button {
  display: grid;
  width: 100%;
  min-height: 74px;
  padding: 12px 18px;
  align-items: center;
  border: 1px solid rgba(205, 221, 201, .17);
  border-radius: 18px;
  color: var(--cream);
  background: rgba(236, 244, 227, .06);
  cursor: pointer;
  grid-template-columns: 42px 1fr auto;
  gap: 13px;
  text-align: left;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.gate-language-button:hover { border-color: rgba(222, 237, 215, .42); background: rgba(236, 244, 227, .12); transform: translateX(4px); }
.gate-flag { width: 32px; height: 22px; }
.flag {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 14px;
  overflow: hidden;
  border: 1px solid rgba(241, 244, 232, .32);
  border-radius: 3px;
  box-shadow: 0 2px 7px rgba(0, 12, 8, .22);
}
.flag-colombia { background: linear-gradient(to bottom, #f9d616 0 50%, #224aa8 50% 75%, #ce2030 75% 100%); }
.flag-usa { background: repeating-linear-gradient(to bottom, #b22234 0 7.7%, #fff 7.7% 15.4%); }
.flag-usa::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 44%;
  height: 54%;
  content: "";
  background: #3c3b6e radial-gradient(circle, #fff 0 12%, transparent 14%) 1px 1px / 4px 4px;
}
.gate-language-button strong, .gate-language-button small { display: block; }
.gate-language-button strong { font-size: 15px; }
.gate-language-button small { margin-top: 3px; color: var(--pine-300); font-size: 11px; }
.language-gate-note { margin-top: 21px; color: var(--pine-500); font-size: 10px; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--max));
  min-height: 82px;
  padding: 10px 12px 10px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: min-height .3s ease, padding .3s ease, background .3s ease, border .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled {
  min-height: 68px;
  padding: 9px 11px 9px 20px;
  border-color: rgba(222, 237, 215, 0.18);
  background: rgba(5, 35, 27, 0.72);
  box-shadow: 0 14px 44px rgba(0, 18, 12, 0.24);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { position: relative; display: inline-grid; place-items: center; width: 28px; height: 28px; }
.brand-mark i { position: absolute; display: block; border: 1px solid var(--pine-300); border-radius: 50% 45% 53% 47%; transform: rotate(-18deg); }
.brand-mark i:nth-child(1) { width: 27px; height: 22px; }
.brand-mark i:nth-child(2) { width: 18px; height: 15px; transform: rotate(9deg); }
.brand-mark i:nth-child(3) { width: 8px; height: 7px; transform: rotate(34deg); background: var(--pine-300); }
.brand-name { font-size: 12px; font-weight: 700; letter-spacing: .13em; }
.brand-name em { display: block; margin-top: 1px; color: var(--pine-300); font-size: 8px; font-style: normal; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; }
.site-header > .brand { gap: 15px; transition: gap .3s ease; }
.site-header > .brand .brand-mark { width: 42px; height: 42px; transition: width .3s ease, height .3s ease; }
.site-header > .brand .brand-mark i { transition: width .3s ease, height .3s ease; }
.site-header > .brand .brand-mark i:nth-child(1) { width: 41px; height: 34px; }
.site-header > .brand .brand-mark i:nth-child(2) { width: 27px; height: 23px; }
.site-header > .brand .brand-mark i:nth-child(3) { width: 12px; height: 11px; }
.site-header > .brand .brand-name { font-size: 15px; transition: font-size .3s ease; }
.site-header > .brand .brand-name em { margin-top: 2px; font-size: 9px; transition: font-size .3s ease, margin .3s ease; }
.site-header.is-scrolled > .brand { gap: 11px; }
.site-header.is-scrolled > .brand .brand-mark { width: 28px; height: 28px; }
.site-header.is-scrolled > .brand .brand-mark i:nth-child(1) { width: 27px; height: 22px; }
.site-header.is-scrolled > .brand .brand-mark i:nth-child(2) { width: 18px; height: 15px; }
.site-header.is-scrolled > .brand .brand-mark i:nth-child(3) { width: 8px; height: 7px; }
.site-header.is-scrolled > .brand .brand-name { font-size: 12px; }
.site-header.is-scrolled > .brand .brand-name em { margin-top: 1px; font-size: 8px; }

.site-nav { display: flex; align-items: center; gap: 22px; font-size: 13px; }
.site-nav > a:not(.nav-cta) { position: relative; color: var(--pine-200); }
.site-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -4px; left: 0; height: 1px; background: var(--pine-200); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 18px; padding: 13px 18px; color: var(--pine-950); background: var(--cream); border-radius: 999px; font-weight: 700; }
.language-switcher {
  display: inline-flex;
  padding: 3px;
  border: 1px solid rgba(205, 221, 201, .18);
  border-radius: 999px;
  background: rgba(6, 37, 28, .35);
}
.language-option {
  display: inline-flex;
  min-height: 34px;
  padding: 0 10px;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  color: var(--pine-300);
  background: transparent;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}
.language-option span { font-size: 14px; line-height: 1; }
.language-option .flag { width: 20px; height: 14px; }
.language-option strong { font-size: 10px; letter-spacing: .08em; }
.language-option:hover { color: var(--cream); }
.language-option.is-active {
  color: var(--pine-950);
  background: var(--cream);
  box-shadow: 0 5px 16px rgba(2, 24, 17, .18);
}
.menu-toggle { display: none; }

.hero {
  position: relative;
  display: flex;
  overflow: clip;
  min-height: 100svh;
  max-width: var(--max);
  margin: 0 auto;
  padding: 150px 40px 28px;
  flex-direction: column;
  isolation: isolate;
}
.hero > :not(.hero-texture) { position: relative; z-index: 1; }
.hero-texture {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background-image:
    radial-gradient(circle 480px at 74% 34%, rgba(151,207,166,.38), transparent 74%),
    radial-gradient(circle 620px at 92% 18%, rgba(79,132,105,.28), transparent 72%),
    radial-gradient(circle at 1px 1px, rgba(205,221,201,.17) 1px, transparent 1.35px);
  background-position: center, center, 0 0;
  background-size: auto, auto, 22px 22px;
  opacity: .74;
}
.hero-texture::before {
  position: absolute;
  inset: -12%;
  background-image:
    repeating-linear-gradient(60deg, transparent 0 47px, rgba(169,195,174,.055) 48px 49px, transparent 50px 96px),
    repeating-linear-gradient(-60deg, transparent 0 47px, rgba(169,195,174,.045) 48px 49px, transparent 50px 96px),
    repeating-linear-gradient(0deg, transparent 0 82px, rgba(169,195,174,.035) 83px 84px, transparent 85px 166px);
  content: "";
  opacity: .66;
  -webkit-mask-image: radial-gradient(circle 520px at 76% 38%, #000 8%, transparent 84%);
  mask-image: radial-gradient(circle 520px at 76% 38%, #000 8%, transparent 84%);
}
.hero-kicker { display: flex; align-items: center; gap: 10px; color: var(--pine-300); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; background: var(--pine-300); border-radius: 50%; box-shadow: 0 0 0 5px rgba(169, 195, 174, 0.12); }
.hero-grid { display: grid; flex: 1; align-items: center; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: clamp(28px,3vw,46px); padding: 38px 0 60px; }
.hero-copy { z-index: 3; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(64px, 7.6vw, 122px); font-weight: 700; letter-spacing: -.07em; line-height: .86; }
.hero h1 span { color: var(--pine-300); font-weight: 400; }
.hero-lede { max-width: 600px; margin: 38px 0 0; color: var(--pine-200); font-size: clamp(18px, 1.5vw, 23px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; flex-wrap: nowrap; }
.hero-actions .button { min-height: 50px; padding: 0 18px; gap: 16px; font-size: 13px; white-space: nowrap; }
.hero-actions .text-link { flex: 0 0 auto; gap: 10px; padding: 7px 0; font-size: 13px; white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 58px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--pine-950); background: var(--cream); box-shadow: 0 14px 35px rgba(2, 24, 17, .22); }
.button-primary:hover { background: var(--pine-100); box-shadow: 0 18px 44px rgba(2, 24, 17, .32); }
.text-link { display: inline-flex; align-items: center; gap: 15px; padding: 8px 0; border-bottom: 1px solid rgba(205, 221, 201, .35); color: var(--pine-200); font-size: 14px; font-weight: 700; }

.hero-art {
  position: relative;
  min-height: clamp(760px, 82svh, 900px);
  overflow: hidden;
  border-radius: 30px;
  isolation: isolate;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 9%, #000 91%, transparent 100%);
}
.hero-art::before,
.hero-art::after {
  display: none;
}
.hero-case-reel {
  position: absolute;
  inset: -122px 3px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.hero-case-column { --hero-case-loop-half-gap: 9px; display: flex; min-width: 0; flex-direction: column; gap: 18px; will-change: transform; backface-visibility: hidden; }
.hero-case-column-up { animation: hero-cases-up 34s linear infinite; }
.hero-case-column-down { animation: hero-cases-down 38s linear infinite; }
.hero-case-column-late { animation-duration: 42s; animation-delay: -12s; }
.hero-case-track { display: flex; flex: none; flex-direction: column; gap: 18px; }
.hero-case-card {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(205, 221, 201, .18);
  border-radius: 26px;
  color: var(--cream);
  background-color: rgba(5, 31, 23, .8);
  background-clip: padding-box;
  box-shadow: 0 18px 45px rgba(2, 20, 15, .26);
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.hero-case-card::after {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(1, 18, 13, .08) 15%, rgba(1, 18, 13, .92) 100%);
  content: "";
}
.hero-case-photo { background-position: center; background-size: cover; }
.hero-case-cpr { background-image: url("assets/case-photos/cpr-facade.webp"); }
.hero-case-muisca { background-image: url("assets/hero-brands/muisca-travel.webp"); }
.hero-case-andino { background-image: url("assets/hero-brands/muisca-foundation.webp"); }
.hero-case-icaro { background-image: url("assets/case-photos/icaro-cafe.webp"); }
.hero-case-gochos { background-image: url("assets/hero-brands/gochos.webp"); }
.hero-case-juanchis { background-image: url("assets/hero-brands/juanchis.webp"); }
.hero-case-puglia { background-image: url("assets/hero-brands/puglia.webp"); }
.hero-case-bella { background-image: url("assets/hero-brands/bella.webp"); }
.hero-case-javmar { background-image: url("assets/hero-brands/javmar.webp"); }
.hero-case-tall { min-height: 350px; }
.hero-case-medium { min-height: 292px; }
.hero-case-compact { min-height: 238px; }
.hero-case-card > img {
  position: relative;
  z-index: 1;
  width: min(112px, 76%);
  height: 68px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}
.hero-case-card > div { position: relative; z-index: 1; }
.hero-case-card strong { display: block; margin-top: 10px; font-size: clamp(25px, 2.1vw, 38px); font-weight: 500; letter-spacing: -.055em; line-height: .92; }
.hero-case-card small { display: block; margin-top: 11px; color: rgba(240, 244, 225, .8); font-size: 10px; line-height: 1.3; }
.hero-case-type { color: var(--pine-200); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-case-reel:hover .hero-case-column { animation-play-state: paused; }
.hero-case-mobile-only { display: none; }
@keyframes hero-cases-up { from { transform: translateY(0); } to { transform: translateY(calc(-50% - var(--hero-case-loop-half-gap))); } }
@keyframes hero-cases-down { from { transform: translateY(calc(-50% - var(--hero-case-loop-half-gap))); } to { transform: translateY(0); } }
.eyebrow { display: block; color: var(--pine-300); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-foot { display: grid; padding-top: 24px; border-top: 1px solid rgba(205, 221, 201, .14); color: var(--pine-300); grid-template-columns: repeat(3, 1fr); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-foot p { margin: 0; }
.hero-foot p:nth-child(2) { text-align: center; }
.hero-foot p:nth-child(3) { text-align: right; }

.trust-strip { padding-top: 56px; padding-bottom: 70px; }
.trust-shell {
  display: grid;
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--radius-lg);
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(38px, 6vw, 90px);
}
.trust-intro { align-self: center; }
.trust-intro h2 {
  max-width: 650px;
  margin: 20px 0 0;
  font-size: clamp(46px, 5.7vw, 86px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .98;
  text-wrap: balance;
}
.trust-intro > p { max-width: 460px; margin: 20px 0 0; color: var(--pine-200); font-size: 13px; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.trust-item { padding: 22px 26px; border-top: 1px solid rgba(205, 221, 201, .15); border-left: 1px solid rgba(205, 221, 201, .15); }
.trust-item:nth-child(-n+2) { border-top: 0; }
.trust-item:nth-child(odd) { border-left: 0; }
.trust-item > span { display: block; margin-top: 8px; color: var(--pine-300); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.trust-item .trust-metric { display: block; margin: 0; color: var(--cream); font-size: clamp(42px, 4.2vw, 68px); font-variant-numeric: tabular-nums; font-weight: 500; letter-spacing: -.07em; line-height: .9; white-space: nowrap; }
.trust-item .trust-metric-range { display: flex; align-items: baseline; gap: .14em; }
.trust-range-separator { letter-spacing: 0; }
.trust-item p { margin: 10px 0 0; color: var(--pine-200); font-size: 12px; line-height: 1.55; }

.section-pad { max-width: var(--max); margin: 0 auto; padding: 130px 40px; }
.section-label { display: flex; align-items: center; gap: 15px; color: var(--pine-300); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.section-label span { display: inline-grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(205, 221, 201, .24); border-radius: 50%; font-size: 8px; }

.manifesto-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; margin-top: 52px; }
.manifesto h2, .method h2, .engagements h2, .capabilities h2, .partnership h2, .faq h2, .privacy-section h2, .closing h2 { margin: 0; font-size: clamp(46px, 5.7vw, 86px); font-weight: 500; letter-spacing: -.065em; line-height: .98; text-wrap: balance; }
.manifesto h2 em, .closing h2 em { color: var(--pine-300); font-style: normal; font-weight: 400; }
.manifesto-copy { align-self: end; color: var(--pine-200); font-size: 17px; }
.manifesto-copy p { margin: 0; }
.manifesto-copy p + p { margin-top: 22px; }
.relief-panel { display: grid; margin-top: 90px; padding: 44px; border-radius: var(--radius-lg); grid-template-columns: .9fr 1.1fr; gap: 70px; }
.relief-intro h3 { max-width: 470px; margin: 22px 0 0; font-size: clamp(28px, 3vw, 44px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.relief-list > div { display: grid; padding: 18px 0; border-bottom: 1px solid rgba(205, 221, 201, .15); grid-template-columns: 90px 1fr; gap: 20px; }
.relief-list > div:last-child { border-bottom: 0; }
.relief-list span { color: var(--pine-300); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.relief-list p { margin: 0; font-size: 15px; }

.visual-interlude {
  position: relative;
  overflow: hidden;
  width: min(calc(100% - 80px), 1600px);
  min-height: clamp(420px, 58vw, 760px);
  margin: 30px auto 70px;
  border-radius: clamp(24px, 4vw, 54px);
  background: var(--pine-900);
}
.visual-interlude > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.visual-interlude::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(2, 25, 18, .58)); content: ""; }
.visual-interlude-caption { position: absolute; z-index: 2; right: 34px; bottom: 34px; left: 34px; display: flex; padding: 20px 24px; align-items: flex-end; border-radius: 18px; justify-content: space-between; }
.visual-interlude-caption span { color: var(--pine-300); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.visual-interlude-caption p { margin: 0; font-size: clamp(18px, 2vw, 28px); font-weight: 500; letter-spacing: -.03em; line-height: 1.08; text-align: right; }

.method-heading { display: grid; align-items: end; grid-template-columns: 1.2fr .8fr; gap: 80px; }
.method-heading h2 { margin-top: 40px; }
.section-intro { max-width: 470px; margin: 0 0 5px; color: var(--pine-200); font-size: 17px; }
.method-list { display: grid; gap: 12px; margin-top: 76px; }
.method-card { overflow: hidden; border-radius: var(--radius-md); transition: background .35s ease, border-color .35s ease; }
.method-card.is-open { border-color: rgba(218, 235, 210, .34); background: linear-gradient(145deg, rgba(236, 244, 227, .15), rgba(139, 181, 149, .06)); }
.method-trigger { display: grid; align-items: center; width: 100%; padding: 27px 30px; border: 0; color: var(--cream); background: transparent; cursor: pointer; grid-template-columns: 70px 1.45fr 1fr 40px; text-align: left; }
.step-number { color: var(--pine-300); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.method-name { font-size: clamp(20px, 2.2vw, 32px); font-weight: 500; letter-spacing: -.035em; }
.method-promise { color: var(--pine-300); font-size: 13px; }
.method-icon { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(205, 221, 201, .22); border-radius: 50%; font-size: 18px; }
.method-content { display: grid; padding: 15px 30px 32px 100px; border-top: 1px solid rgba(205, 221, 201, .12); grid-template-columns: 1fr .8fr .8fr; gap: 45px; }
.method-content p { max-width: 440px; margin: 12px 0 0; color: var(--pine-200); font-size: 15px; }
.method-content ul { margin: 0; padding: 0; color: var(--pine-200); list-style: none; font-size: 13px; }
.method-content li { padding: 6px 0; }
.method-content li::before { margin-right: 10px; color: var(--pine-300); content: "↳"; }
.output { align-self: start; padding: 18px; border: 1px solid rgba(205, 221, 201, .13); border-radius: 14px; background: rgba(4, 34, 25, .22); }
.output span { display: block; color: var(--pine-300); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.output strong { display: block; margin-top: 9px; font-size: 14px; }

.engagements-heading { display: grid; align-items: end; grid-template-columns: 1.2fr .8fr; gap: 80px; }
.engagements-heading h2 { margin-top: 40px; }
.engagements-intro { max-width: 500px; margin: 0 0 5px; color: var(--pine-200); font-size: 17px; }
.engagement-grid { display: grid; margin-top: 76px; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.engagement-card { position: relative; display: flex; min-height: 540px; padding: 30px; overflow: hidden; border-radius: var(--radius-lg); flex-direction: column; }
.engagement-card::after { position: absolute; right: -70px; bottom: -90px; width: 210px; height: 180px; border: 1px solid rgba(205, 221, 201, .12); border-radius: 50% 43% 57% 46%; content: ""; transform: rotate(-18deg); }
.engagement-card-featured { border-color: rgba(225, 238, 216, .36); background: linear-gradient(145deg, rgba(229, 239, 218, .17), rgba(82, 131, 100, .08)); }
.engagement-card-top { display: flex; align-items: center; justify-content: space-between; color: var(--pine-300); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.engagement-card-top i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(169, 195, 174, .09); }
.engagement-card h3 { max-width: 290px; margin: 70px 0 0; font-size: clamp(31px, 3vw, 48px); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.engagement-card > p { min-height: 82px; margin: 24px 0 28px; color: var(--pine-200); font-size: 14px; }
.engagement-card dl { margin: 0 0 34px; }
.engagement-card dl > div { display: grid; padding: 12px 0; border-top: 1px solid rgba(205, 221, 201, .14); grid-template-columns: .8fr 1.2fr; gap: 20px; }
.engagement-card dt { color: var(--pine-300); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.engagement-card dd { margin: 0; font-size: 12px; text-align: right; }
.engagement-card > .text-link { position: relative; z-index: 2; align-self: flex-start; margin-top: auto; }
.engagement-note { display: grid; margin-top: 26px; padding: 25px 0; border-top: 1px solid rgba(205, 221, 201, .15); border-bottom: 1px solid rgba(205, 221, 201, .15); grid-template-columns: .8fr 1.2fr; gap: 30px; }
.engagement-note span { color: var(--pine-300); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.engagement-note p { max-width: 720px; margin: 0; color: var(--pine-200); font-size: 13px; }

.capabilities { display: grid; min-height: 760px; align-items: center; grid-template-columns: .78fr 1.22fr; gap: 50px; }
.capability-intro h2 { margin-top: 40px; }
.capability-intro p { max-width: 430px; margin: 30px 0 0; color: var(--pine-200); font-size: 17px; }
.capability-stage { position: relative; min-height: 570px; }
.capability-stage::before, .capability-stage::after { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(205, 221, 201, .13); border-radius: 50%; content: ""; transform: translate(-50%, -50%); }
.capability-stage::before { width: 540px; height: 440px; }
.capability-stage::after { width: 380px; height: 310px; }
.ecosystem-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: 230px; height: 230px; align-items: center; justify-content: center; border-radius: 49% 43% 47% 42%; transform: translate(-50%, -50%) rotate(-6deg); flex-direction: column; }
.ecosystem-core > * { transform: rotate(6deg); }
.ecosystem-core span { color: var(--pine-300); font-size: 12px; letter-spacing: .25em; }
.ecosystem-core strong { font-size: 34px; letter-spacing: -.05em; }
.ecosystem-core small { margin-top: 8px; color: var(--pine-300); }
.capability-chip { position: absolute; z-index: 3; padding: 13px 18px; border-radius: 999px; color: var(--pine-100); font-size: 12px; }
.chip-one { top: 9%; left: 35%; }
.chip-two { top: 24%; right: 1%; }
.chip-three { right: 5%; bottom: 20%; }
.chip-four { bottom: 4%; left: 38%; }
.chip-five { bottom: 21%; left: 1%; }
.chip-six { top: 25%; left: 0; }

.partnership-card { display: grid; overflow: hidden; padding: 64px; border-radius: var(--radius-lg); grid-template-columns: 1.05fr .95fr; gap: 70px; }
.partnership-copy h2 { margin-top: 42px; }
.partnership-copy p { max-width: 530px; margin: 28px 0 34px; color: var(--pine-200); font-size: 17px; }
.team-stack { display: flex; justify-content: center; flex-direction: column; }
.team-stack > div { display: grid; padding: 25px 0; border-bottom: 1px solid rgba(205, 221, 201, .16); grid-template-columns: 55px 1fr auto; gap: 16px; }
.team-stack > div:first-child { border-top: 1px solid rgba(205, 221, 201, .16); }
.team-stack span { color: var(--pine-300); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.team-stack strong { font-size: 16px; }
.team-stack small { color: var(--pine-300); font-size: 12px; }

.faq-heading { display: grid; align-items: end; grid-template-columns: 1.2fr .8fr; gap: 80px; }
.faq-heading h2 { margin-top: 40px; }
.faq-list { display: grid; gap: 12px; margin-top: 72px; }
.faq-item { overflow: hidden; border-radius: var(--radius-md); transition: border-color .3s ease, background .3s ease; }
.faq-item.is-open { border-color: rgba(218, 235, 210, .34); background: rgba(236, 244, 227, .1); }
.faq-trigger { display: grid; width: 100%; min-height: 82px; padding: 20px 26px; align-items: center; border: 0; color: var(--cream); background: transparent; cursor: pointer; grid-template-columns: 1fr 38px; gap: 24px; text-align: left; }
.faq-trigger > span { font-size: clamp(17px, 1.7vw, 23px); font-weight: 500; letter-spacing: -.025em; }
.faq-trigger i { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(205, 221, 201, .22); border-radius: 50%; font-style: normal; }
.faq-panel { padding: 0 90px 28px 26px; }
.faq-panel p { max-width: 800px; margin: 0; color: var(--pine-200); font-size: 15px; }

.privacy-shell { display: grid; overflow: hidden; padding: clamp(32px, 5vw, 68px); border-radius: var(--radius-lg); grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 7vw, 110px); }
.privacy-heading h2 { margin-top: 38px; }
.privacy-heading > p { max-width: 470px; margin: 28px 0 0; color: var(--pine-200); font-size: 16px; }
.privacy-points article { display: grid; padding: 23px 0; border-bottom: 1px solid rgba(205, 221, 201, .15); grid-template-columns: 48px 1fr; gap: 18px; }
.privacy-points article:first-child { border-top: 1px solid rgba(205, 221, 201, .15); }
.privacy-points article > span { color: var(--pine-300); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.privacy-points strong { font-size: 15px; }
.privacy-points p { margin: 7px 0 0; color: var(--pine-200); font-size: 13px; }
.privacy-actions { display: flex; margin-top: 30px; align-items: center; gap: 24px; grid-column: 2; }
.button-outline { border-color: rgba(205, 221, 201, .28); color: var(--cream); background: rgba(236, 244, 227, .06); cursor: pointer; }
.button-outline:hover { background: rgba(236, 244, 227, .13); }
.legal-source-link { color: var(--pine-300); font-size: 12px; border-bottom: 1px solid rgba(205, 221, 201, .25); }

.closing { position: relative; overflow: hidden; max-width: none; margin-top: 80px; padding-top: 160px; padding-bottom: 160px; color: var(--pine-950); background: var(--pine-100); }
.closing-inner { position: relative; z-index: 2; max-width: 1360px; margin: 0 auto; padding: 0 40px; }
.closing .eyebrow { color: var(--pine-600); }
.closing h2 { margin-top: 25px; font-size: clamp(60px, 8vw, 118px); }
.closing h2 em { color: var(--pine-600); }
.closing p { max-width: 600px; margin: 35px 0; color: var(--pine-700); font-size: 18px; }
.button-light { color: var(--cream); background: var(--pine-900); }
.button-light:hover { background: var(--pine-800); box-shadow: 0 18px 38px rgba(5, 35, 27, .22); }
.closing-rings { position: absolute; right: -100px; bottom: -150px; width: 650px; height: 650px; }
.closing-rings i { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(13, 60, 46, .18); border-radius: 50% 43% 55% 47%; transform: translate(-50%, -50%) rotate(-10deg); }
.closing-rings i:nth-child(1) { width: 650px; height: 520px; }
.closing-rings i:nth-child(2) { width: 500px; height: 410px; transform: translate(-50%, -50%) rotate(12deg); }
.closing-rings i:nth-child(3) { width: 350px; height: 290px; transform: translate(-50%, -50%) rotate(-22deg); }
.closing-rings i:nth-child(4) { width: 190px; height: 160px; transform: translate(-50%, -50%) rotate(28deg); }

.site-footer { max-width: var(--max); min-height: 400px; margin: 0 auto; padding: 78px 40px 30px; }
.footer-brand { align-self: start; }
.footer-main { display: grid; padding-bottom: 68px; grid-template-columns: 1.55fr repeat(3, .82fr); gap: 46px; }
.footer-brand-column > p { margin: 30px 0 18px; color: var(--pine-200); font-size: 18px; letter-spacing: -.02em; }
.footer-email { color: var(--pine-300); font-size: 12px; border-bottom: 1px solid rgba(205, 221, 201, .22); }
.footer-column { display: flex; align-items: flex-start; gap: 12px; flex-direction: column; }
.footer-column > strong { margin-bottom: 7px; color: var(--pine-300); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.footer-column a, .footer-column button { padding: 0; border: 0; color: var(--pine-200); background: none; cursor: pointer; font-size: 12px; text-align: left; }
.footer-column a:hover, .footer-column button:hover { color: var(--cream); }
.footer-status p { margin: 0; color: var(--pine-200); font-size: 12px; }
.footer-status span { display: flex; margin-top: 12px; align-items: center; gap: 8px; color: var(--pine-300); font-size: 10px; }
.footer-status span i { width: 6px; height: 6px; border-radius: 50%; background: var(--pine-300); box-shadow: 0 0 0 4px rgba(169, 195, 174, .1); }
.footer-meta { display: flex; padding-top: 24px; border-top: 1px solid rgba(205, 221, 201, .14); justify-content: space-between; color: var(--pine-300); font-size: 10px; }
.footer-principle { letter-spacing: .08em; text-transform: uppercase; }

.legal-dialog { position: fixed; z-index: 600; inset: 0; display: grid; place-items: center end; }
.legal-dialog-backdrop { position: absolute; inset: 0; background: rgba(1, 18, 13, .78); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.legal-dialog-panel { position: relative; display: flex; width: min(720px, 100%); height: 100svh; padding: 0; color: var(--pine-950); background: var(--cream); box-shadow: -25px 0 80px rgba(0, 15, 10, .32); flex-direction: column; }
.legal-dialog-panel > header { display: flex; padding: 26px 34px; align-items: flex-start; border-bottom: 1px solid rgba(13, 60, 46, .14); justify-content: space-between; gap: 24px; }
.legal-dialog-panel header .eyebrow { color: var(--pine-600); }
.legal-dialog-panel h2 { margin: 10px 0 0; font-size: clamp(24px, 3vw, 38px); letter-spacing: -.045em; line-height: 1.03; }
.legal-dialog-close { display: grid; flex: 0 0 auto; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid rgba(13, 60, 46, .18); border-radius: 50%; color: var(--pine-950); background: transparent; cursor: pointer; font-size: 24px; }
.legal-dialog-body { overflow-y: auto; padding: 25px 34px 60px; overscroll-behavior: contain; }
.legal-updated { margin: 0 0 28px; color: var(--pine-600); font-size: 11px; }
.legal-dialog-body section { padding: 22px 0; border-top: 1px solid rgba(13, 60, 46, .12); }
.legal-dialog-body h3 { margin: 0; font-size: 15px; }
.legal-dialog-body p { margin: 9px 0 0; color: var(--pine-700); font-size: 13px; }
.legal-dialog-body a { text-decoration: underline; }
.legal-dialog-body aside { margin-top: 24px; padding: 20px; border-radius: 15px; color: var(--cream); background: var(--pine-800); }
.legal-dialog-body aside p { color: var(--pine-200); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
body.has-gsap .reveal { transition: none; }

:focus-visible { outline: 2px solid var(--pine-200); outline-offset: 4px; }

@media (max-width: 1050px) {
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 760px; }
  .hero-case-reel { inset: -118px 8px; }
  .manifesto-grid, .method-heading, .engagements-heading, .capabilities, .partnership-card, .faq-heading, .privacy-shell, .trust-shell { grid-template-columns: 1fr; }
  .manifesto-grid { gap: 40px; }
  .manifesto-copy, .section-intro { max-width: 680px; }
  .method-heading, .engagements-heading, .faq-heading { gap: 30px; }
  .method-content { padding-left: 30px; }
  .engagement-grid { grid-template-columns: 1fr; }
  .engagement-card { min-height: 470px; }
  .engagement-card > p { min-height: auto; }
  .capabilities { gap: 80px; }
  .capability-stage { width: min(100%, 720px); margin: 0 auto; }
  .partnership-card { gap: 50px; }
  .privacy-actions { grid-column: auto; }
  .trust-shell { gap: 38px; }
  .footer-main { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 900px) {
  .site-header { top: 10px; width: calc(100% - 24px); padding-left: 15px; }
  .menu-toggle { z-index: 3; display: grid; width: 46px; height: 46px; padding: 0; place-content: center; gap: 6px; border: 1px solid rgba(205, 221, 201, .2); border-radius: 50%; color: var(--cream); background: rgba(6, 37, 28, .5); }
  .menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: -10px -12px auto; display: flex; min-height: 100svh; padding: 130px 34px 50px; align-items: flex-start; gap: 28px; background: rgba(5, 35, 27, .96); backdrop-filter: blur(25px); flex-direction: column; opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .25s ease, transform .25s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a:not(.nav-cta) { font-size: 28px; letter-spacing: -.04em; }
  .language-switcher { margin-top: 4px; }
  .language-option { min-height: 42px; padding: 0 15px; }
  .language-option span { font-size: 17px; }
  .nav-cta { margin-top: 10px; }
  .language-gate-card { overflow-y: auto; grid-template-columns: 1fr; }
  .language-gate-visual { min-height: 0; aspect-ratio: 1.9 / 1; }
  .language-gate-content { padding: 30px; }
  .hero { padding: 120px 22px 25px; }
  .hero-grid { padding-top: 55px; }
  .hero h1 { font-size: clamp(56px, 18vw, 88px); }
  .hero-lede { margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-art { min-height: 700px; margin: 10px 0 0; }
  .hero-case-reel { inset: -104px 8px; }
  .hero-foot { gap: 15px; grid-template-columns: 1fr; }
  .hero-foot p:nth-child(n) { text-align: left; }
  .trust-strip { padding-top: 40px; padding-bottom: 50px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(-n+2) { display: block; padding: 22px 0; border-top: 1px solid rgba(205, 221, 201, .15); border-left: 0; }
  .trust-item:first-child { border-top: 0; }
  .section-pad { padding: 95px 22px; }
  .trust-intro h2, .manifesto h2, .method h2, .engagements h2, .capabilities h2, .partnership h2, .faq h2, .privacy-section h2 { font-size: clamp(43px, 11vw, 68px); }
  .relief-panel { padding: 28px; grid-template-columns: 1fr; gap: 32px; }
  .visual-interlude { width: calc(100% - 44px); min-height: 520px; margin-bottom: 20px; }
  .visual-interlude > img { object-position: 62% center; }
  .method-trigger { padding: 22px 20px; grid-template-columns: 42px 1fr 36px; }
  .method-promise { display: none; }
  .method-content { padding: 24px 20px 28px; grid-template-columns: 1fr; gap: 25px; }
  .engagement-grid { margin-top: 55px; }
  .engagement-note { grid-template-columns: 1fr; }
  .capabilities { min-height: auto; }
  .capability-stage { min-height: 500px; overflow: hidden; transform: none; }
  .capability-stage::before { width: min(78vw, 460px); height: min(64vw, 380px); }
  .capability-stage::after { width: min(58vw, 340px); height: min(47vw, 275px); }
  .partnership-card { padding: 32px 24px; }
  .team-stack > div { grid-template-columns: 42px 1fr; }
  .team-stack small { display: none; }
  .closing { padding-top: 110px; padding-bottom: 110px; }
  .closing-inner { padding: 0 22px; }
  .closing h2 { font-size: clamp(55px, 17vw, 86px); }
  .closing-rings { right: -360px; opacity: .65; }
  .site-footer { padding: 60px 22px 25px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-status { display: none; }
  .footer-meta { margin-top: 35px; gap: 20px; flex-direction: column; }
}

@media (max-width: 600px) {
  .language-gate { padding: 10px; }
  .language-gate-card { max-height: calc(100svh - 20px); border-radius: 22px; }
  .language-gate-visual { aspect-ratio: 1.65 / 1; }
  .language-gate-content { padding: 25px 20px 22px; }
  .language-gate-content h2 { font-size: clamp(31px, 9vw, 43px); }
  .language-gate-content > p { margin-top: 16px; font-size: 14px; }
  .language-gate-actions { margin-top: 22px; }
  .gate-language-button { min-height: 66px; }
  .language-gate-note { margin-top: 14px; }
  .trust-shell { padding: 28px 20px; }
  .hero h1 { font-size: clamp(50px, 15.5vw, 72px); }
  .hero-art { min-height: 570px; }
  .hero-case-reel { inset: -72px 4px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .hero-case-column { --hero-case-loop-half-gap: 5px; gap: 10px; }
  .hero-case-column:nth-child(3) { display: none; }
  .hero-case-track { gap: 10px; }
  .hero-case-mobile-only { display: flex; }
  .hero-case-card { padding: 14px; border-radius: 19px; }
  .hero-case-tall { min-height: 270px; }
  .hero-case-medium { min-height: 230px; }
  .hero-case-compact { min-height: 200px; }
  .hero-case-card > img { width: min(78px, 68%); height: 46px; }
  .hero-case-card strong { font-size: clamp(21px, 7vw, 30px); }
  .visual-interlude { min-height: 440px; }
  .visual-interlude-caption { right: 14px; bottom: 14px; left: 14px; padding: 16px; align-items: flex-start; gap: 10px; flex-direction: column; }
  .visual-interlude-caption p { text-align: left; }
  .method-name { font-size: 19px; }
  .engagement-card { min-height: auto; padding: 26px 20px; }
  .engagement-card h3 { margin-top: 48px; }
  .engagement-card dl > div { grid-template-columns: 1fr 1fr; }
  .capability-stage { display: grid; min-height: auto; padding-top: 315px; grid-template-columns: 1fr 1fr; gap: 9px; }
  .capability-stage::before, .capability-stage::after { top: 140px; }
  .capability-stage::before { width: 330px; height: 270px; }
  .capability-stage::after { width: 240px; height: 200px; }
  .ecosystem-core { top: 140px; width: 180px; height: 180px; }
  .ecosystem-core strong { font-size: 27px; }
  .capability-chip { position: static; display: grid; min-height: 48px; padding: 10px; place-items: center; text-align: center; }
  .privacy-shell { padding: 28px 20px; }
  .privacy-actions { align-items: flex-start; flex-direction: column; }
  .faq-trigger { min-height: 74px; padding: 18px; gap: 15px; }
  .faq-panel { padding: 0 18px 24px; }
  .closing h2 { font-size: clamp(48px, 14vw, 68px); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand-column { grid-column: 1 / -1; padding-bottom: 20px; }
  .footer-principle { display: none; }
  .legal-dialog-panel { width: 100%; }
  .legal-dialog-panel > header, .legal-dialog-body { padding-right: 22px; padding-left: 22px; }
}

@media (max-width: 390px) {
  .brand-name { font-size: 10px; }
  .hero { padding-right: 17px; padding-left: 17px; }
  .section-pad { padding-right: 17px; padding-left: 17px; }
  .hero h1 { font-size: 48px; }
  .hero-actions .button { width: 100%; }
  .visual-interlude { width: calc(100% - 34px); }
  .capability-stage { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand-column { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-case-column { animation: none !important; transform: none !important; }
  .hero-texture { transform: none !important; }
}

@supports not (backdrop-filter: blur(1px)) {
  .glass { background: rgba(16, 61, 46, .96); }
}

/* Editorial rhythm, interactive principle, qualification flow and expanded footer */
:root {
  --sand: #eee7d7;
  --sand-soft: #f6f1e7;
  --sand-deep: #d8c9b1;
  --clay: #ff4800;
  --clay-dark: #ff4800;
  --ink: #17261f;
  --night: #091b20;
}

.hero {
  width: 100%;
  max-width: none;
  padding-right: max(40px, calc((100vw - var(--max)) / 2 + 40px));
  padding-left: max(40px, calc((100vw - var(--max)) / 2 + 40px));
}
.section-pad { width: min(calc(100% - 80px), var(--max)); }
.hero-grid { grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr); gap: clamp(38px,4vw,64px); }
.hero-copy { min-width: 0; }
.hero h1 { width: 100%; max-width: 100%; font-size: clamp(70px, 5.85vw, 102px); }
.hero-second-line { display: block; white-space: nowrap; color: var(--pine-300); font-size: .91em; font-weight: 400; }
html[lang="en"] .hero-second-line { font-size: .82em; }

.build-principle,
.closing,
.site-footer,
.lead-qualifier,
.capabilities,
.partnership { width: min(calc(100% - 80px), var(--max)); }

.build-principle {
  position: relative;
  display: grid;
  min-height: 760px;
  margin: 50px auto 40px;
  padding: clamp(42px, 6vw, 88px);
  overflow: hidden;
  align-items: center;
  border-radius: 36px;
  color: var(--ink);
  background:
    radial-gradient(circle at var(--principle-x, 76%) var(--principle-y, 42%), rgba(255,255,255,.8), transparent 18%),
    linear-gradient(135deg, var(--sand-soft), var(--sand) 60%, var(--sand-deep));
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  box-shadow: 0 30px 90px rgba(0, 18, 13, .23);
}
.build-principle::before { position: absolute; inset: 0; border: 1px solid rgba(17,48,38,.12); border-radius: inherit; content: ""; pointer-events: none; }
.principle-copy { position: relative; z-index: 2; align-self: start; padding-top: 20px; }
.principle-copy .eyebrow { color: var(--clay-dark); }
.principle-copy h2 { margin: 38px 0 0; font-size: clamp(62px, 7.5vw, 116px); font-weight: 500; letter-spacing: -.075em; line-height: .86; }
.principle-copy h2 span, .principle-copy h2 em { display: block; }
.principle-copy h2 em { margin-top: .1em; color: var(--pine-600); font-style: normal; font-weight: 400; white-space: nowrap; }
.principle-copy > p { max-width: 560px; margin: 36px 0 0; color: #3f5149; font-size: clamp(17px, 1.5vw, 22px); letter-spacing: -.02em; }
.principle-visual { position: relative; min-height: 520px; transform-style: preserve-3d; }
.principle-visual i { position: absolute; top: 50%; left: 52%; border: 1px solid rgba(13,60,46,.26); border-radius: 48% 52% 44% 56%; transform: translate(-50%,-50%) rotate(var(--ring-rotation, 0deg)); transition: border-color .45s ease, background .45s ease; }
.principle-visual i:nth-child(1) { width: 610px; height: 500px; --ring-rotation: -9deg; }
.principle-visual i:nth-child(2) { width: 500px; height: 415px; --ring-rotation: 12deg; }
.principle-visual i:nth-child(3) { width: 390px; height: 330px; --ring-rotation: -18deg; }
.principle-visual i:nth-child(4) { width: 280px; height: 235px; --ring-rotation: 20deg; }
.principle-visual i:nth-child(5) { width: 165px; height: 145px; --ring-rotation: -8deg; background: rgba(13,60,46,.08); }
.principle-core { position: absolute; z-index: 3; top: 50%; left: 52%; display: grid; width: 150px; height: 128px; padding: 20px; place-content: center; border: 1px solid rgba(13,60,46,.17); border-radius: 46% 54% 43% 57%; color: var(--cream); background: var(--pine-800); transform: translate(-50%,-50%); text-align: center; box-shadow: 0 22px 55px rgba(9,45,34,.26); }
.principle-core span { color: var(--pine-300); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.principle-core strong { margin-top: 7px; font-size: 18px; letter-spacing: -.03em; }
.principle-controls { position: absolute; z-index: 4; right: clamp(30px, 5vw, 74px); bottom: clamp(28px, 5vw, 64px); left: clamp(30px, 5vw, 74px); display: grid; border-top: 1px solid rgba(13,60,46,.16); grid-template-columns: repeat(3,1fr); }
.principle-controls button { display: flex; padding: 20px 0 0; border: 0; color: rgba(23,38,31,.52); background: transparent; cursor: pointer; gap: 10px; text-align: left; transition: color .3s ease, transform .3s ease; }
.principle-controls button:hover { color: var(--ink); transform: translateY(-2px); }
.principle-controls button[aria-selected="true"] { color: var(--clay-dark); }
.principle-controls button span { font-size: 9px; font-weight: 700; letter-spacing: .12em; }

.engagement-investment { display: flex; margin: 0 0 26px; padding: 14px 0; align-items: center; border-top: 1px solid rgba(205,221,201,.14); border-bottom: 1px solid rgba(205,221,201,.14); justify-content: space-between; gap: 16px; }
.engagement-investment span { color: var(--pine-300); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.engagement-investment strong { font-size: 13px; }
.engagement-card > .text-link { margin-top: 0; }

.capabilities { margin: 54px auto; padding: clamp(50px, 7vw, 105px); border-radius: 36px; color: var(--ink); background: linear-gradient(145deg, var(--sand-soft), #e5dcc9); }
.capabilities .section-label, .capabilities .capability-intro > p { color: #53655c; }
.capabilities .section-label span { color: var(--clay-dark); }
.capabilities .capability-stage::before, .capabilities .capability-stage::after { border-color: rgba(13,60,46,.18); }
.capabilities .ecosystem-core { color: var(--cream); background: var(--pine-800); }
.capabilities .capability-chip { border-color: rgba(13,60,46,.15); color: var(--ink); background: rgba(255,255,255,.46); box-shadow: 0 16px 35px rgba(36,45,38,.1); }

.partnership { margin: 54px auto; padding: 0; }
.partnership-card { border-color: rgba(232,183,157,.25); background: linear-gradient(135deg, rgba(127,64,49,.92), rgba(52,57,44,.86)); }
.partnership .section-label span, .partnership .team-stack span { color: var(--clay); }
.partnership-copy > p, .partnership .team-stack small { color: #eadbd0; }

.lead-qualifier { margin: 60px auto; padding: 0; color: var(--ink); }
.qualifier-shell { display: grid; min-height: 760px; overflow: hidden; border-radius: 38px; background: var(--sand-soft); grid-template-columns: .82fr 1.18fr; box-shadow: 0 30px 90px rgba(0,18,13,.22); }
.qualifier-intro { position: relative; padding: clamp(42px, 5vw, 76px); color: var(--cream); background: linear-gradient(155deg, var(--clay), #ff6a22 62%, var(--night)); }
.qualifier-intro::after { position: absolute; right: -110px; bottom: -130px; width: 410px; height: 340px; border: 1px solid rgba(255,238,223,.17); border-radius: 48% 54% 43% 57%; content: ""; transform: rotate(-20deg); }
.qualifier-intro .section-label { color: #ead6c7; }
.qualifier-intro .section-label span { color: var(--clay); }
.qualifier-intro h2 { margin: 72px 0 0; font-size: clamp(50px, 5.4vw, 82px); font-weight: 500; letter-spacing: -.068em; line-height: .94; }
.qualifier-intro h2 em { color: var(--clay); font-style: normal; font-weight: 400; }
.qualifier-intro > p { max-width: 520px; margin: 31px 0 0; color: #eadbd0; font-size: 16px; }
.qualifier-assurance { position: relative; z-index: 2; display: grid; margin-top: 62px; gap: 12px; }
.qualifier-assurance span { color: #eadbd0; font-size: 12px; }
.qualifier-assurance i { display: inline-grid; width: 20px; height: 20px; margin-right: 8px; place-items: center; border: 1px solid rgba(255,72,0,.34); border-radius: 50%; color: var(--clay); font-size: 10px; font-style: normal; }
.qualifier-form { display: flex; min-width: 0; padding: clamp(34px, 5vw, 72px); flex-direction: column; }
.form-progress { display: flex; align-items: center; color: #66736d; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; gap: 20px; }
.form-progress-bar { position: relative; flex: 1; height: 2px; overflow: hidden; background: rgba(23,38,31,.12); }
.form-progress-bar i { position: absolute; inset: 0 auto 0 0; width: 25%; background: var(--clay); transition: width .45s cubic-bezier(.2,.75,.25,1); }
.form-step { flex: 1; padding-top: 56px; }
.form-kicker { color: var(--clay-dark); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.qualifier-form fieldset { min-width: 0; padding: 0; border: 0; margin: 18px 0 0; }
.qualifier-form legend { width: 100%; margin: 0 0 28px; font-size: clamp(29px, 3vw, 46px); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.form-helper { margin: -14px 0 24px; color: #66736d; font-size: 12px; }
.choice-grid { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.choice-card { cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card > span { position: relative; display: flex; min-height: 128px; padding: 20px; border: 1px solid rgba(23,38,31,.13); border-radius: 18px; background: rgba(255,255,255,.45); flex-direction: column; transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.choice-card > span::after { position: absolute; top: 17px; right: 17px; display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid rgba(23,38,31,.2); border-radius: 50%; content: ""; }
.choice-card:hover > span { border-color: rgba(127,64,49,.35); transform: translateY(-2px); }
.choice-card input:checked + span { border-color: var(--clay); background: #fffaf2; box-shadow: 0 12px 30px rgba(23,38,31,.1); }
.choice-card input:checked + span::after { border-color: var(--clay); background: var(--clay); box-shadow: inset 0 0 0 5px #fffaf2; }
.choice-card input:focus-visible + span { outline: 2px solid var(--pine-700); outline-offset: 3px; }
.choice-card strong, .choice-card small, .choice-card em { display: block; }
.choice-card strong { max-width: calc(100% - 30px); font-size: 15px; }
.choice-card small { margin-top: 8px; color: #66736d; font-size: 11px; line-height: 1.35; }
.choice-card em { margin-top: auto; padding-top: 12px; color: var(--clay-dark); font-size: 10px; font-style: normal; font-weight: 700; }
.choice-grid-compact { grid-template-columns: repeat(3,1fr); }
.choice-grid-compact .choice-card > span { min-height: 95px; }
.field-label, .field-grid label { display: block; color: #4d5b54; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field-label { margin-top: 28px; }
.qualifier-form textarea, .qualifier-form input[type="text"], .qualifier-form input[type="email"], .qualifier-form input[type="url"] { width: 100%; margin-top: 8px; padding: 15px 0; border: 0; border-bottom: 1px solid rgba(23,38,31,.23); border-radius: 0; outline: 0; color: var(--ink); background: transparent; font: 15px/1.4 Helvetica,Arial,sans-serif; resize: vertical; transition: border-color .25s ease; }
.qualifier-form textarea:focus, .qualifier-form input:focus { border-color: var(--clay); }
.qualifier-form textarea::placeholder, .qualifier-form input::placeholder { color: #8d9993; }
.field-grid { display: grid; gap: 26px 24px; grid-template-columns: 1fr 1fr; }
.field-grid label span em { color: #89958f; font-style: normal; font-weight: 400; text-transform: none; }
.consent-check { display: grid; margin-top: 34px; align-items: start; color: #5c6963; cursor: pointer; font-size: 11px; grid-template-columns: 20px 1fr; gap: 12px; }
.consent-check input { width: 18px; height: 18px; accent-color: var(--clay-dark); }
.form-error { min-height: 20px; margin-top: 18px; color: #9b3c2b; font-size: 12px; }
.form-navigation { display: flex; margin-top: auto; padding-top: 16px; align-items: center; justify-content: flex-end; gap: 18px; }
.form-back { margin-right: auto; padding: 14px 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.form-back:disabled { opacity: .3; cursor: default; }
.whatsapp-button { color: #fff; background: #1f7751; }
.form-disclaimer { margin: 16px 0 0; color: #77837d; font-size: 10px; text-align: right; }

.closing { max-width: var(--max); margin: 60px auto 0; padding: clamp(90px, 11vw, 160px) clamp(32px, 6vw, 88px); border-radius: 36px 36px 0 0; background: linear-gradient(130deg, var(--sand-soft), #d9cdb9); }
.closing-inner { max-width: 1360px; padding: 0; }
.closing h2 { max-width: 1030px; }

.site-footer { max-width: var(--max); min-height: 0; margin: 0 auto 40px; padding: 0; overflow: hidden; border-radius: 0 0 36px 36px; color: var(--cream); background: var(--night); }
.footer-ticker { overflow: hidden; border-bottom: 1px solid rgba(229,238,218,.14); background: var(--clay); }
.footer-ticker > div { display: flex; width: max-content; padding: 13px 0; align-items: center; animation: footerTicker 24s linear infinite; }
.footer-ticker span { font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.footer-ticker i { margin: 0 28px; color: var(--cream); font-style: normal; }
@keyframes footerTicker { to { transform: translateX(-50%); } }
.footer-shell { padding: clamp(50px, 7vw, 100px) clamp(28px, 6vw, 82px) 28px; }
.footer-callout { display: grid; padding-bottom: clamp(65px, 8vw, 110px); align-items: end; border-bottom: 1px solid rgba(229,238,218,.15); grid-template-columns: 1fr auto; gap: 40px; }
.footer-callout .eyebrow { grid-column: 1 / -1; }
.footer-callout h2 { margin: 18px 0 0; font-size: clamp(60px, 8.4vw, 126px); font-weight: 500; letter-spacing: -.075em; line-height: .87; }
.footer-callout h2 em { color: var(--clay); font-style: normal; font-weight: 400; }
.footer-whatsapp { color: var(--night); background: var(--sand-soft); }
.footer-directory { display: grid; padding: clamp(58px, 7vw, 92px) 0; border-bottom: 1px solid rgba(229,238,218,.15); grid-template-columns: 1.6fr repeat(4,1fr); gap: clamp(24px, 4vw, 62px); }
.footer-brand-column > p { max-width: 370px; margin: 28px 0 20px; color: #aabcb5; font-size: 14px; }
.footer-email, .footer-phone { display: block; width: fit-content; margin-top: 8px; border-bottom: 1px solid rgba(229,238,218,.25); font-size: 12px; }
.footer-column { display: flex; align-items: flex-start; flex-direction: column; }
.footer-column > strong { margin-bottom: 24px; color: var(--clay); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a, .footer-column button { margin: 0 0 11px; padding: 0; border: 0; color: #b8c7c1; background: transparent; cursor: pointer; font-size: 12px; text-align: left; transition: color .25s ease, transform .25s ease; }
.footer-column a:hover, .footer-column button:hover { color: var(--cream); transform: translateX(3px); }
.footer-status > p { margin: 0 0 20px; color: #b8c7c1; font-size: 12px; }
.footer-status > span { color: #b8c7c1; font-size: 10px; }
.footer-status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #72bd8c; box-shadow: 0 0 0 5px rgba(114,189,140,.08); }
.footer-legal-note { display: grid; padding: 38px 0; align-items: start; border-bottom: 1px solid rgba(229,238,218,.15); grid-template-columns: .5fr 1.8fr auto; gap: 35px; }
.footer-legal-note > span { color: var(--clay); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-legal-note p { max-width: 760px; margin: 0; color: #93a7a0; font-size: 11px; }
.footer-legal-note button { padding: 0; border: 0; color: var(--cream); background: transparent; cursor: pointer; font-size: 11px; }
.footer-wordmark { overflow: hidden; margin-top: 30px; color: rgba(238,231,215,.96); font-size: clamp(100px, 17.2vw, 246px); font-weight: 700; letter-spacing: -.09em; line-height: .82; white-space: nowrap; }
.footer-meta { display: flex; margin-top: 34px; padding-top: 25px; align-items: center; border-top: 1px solid rgba(229,238,218,.15); color: #8fa39b; font-size: 10px; justify-content: space-between; }

.has-surface-glint { --glint-opacity: 0; }
.surface-glint { position: absolute; z-index: 15; inset: 0; border-radius: inherit; opacity: var(--glint-opacity); pointer-events: none; background: radial-gradient(280px circle at var(--glint-x,50%) var(--glint-y,50%), rgba(255,255,255,.14), transparent 68%); mix-blend-mode: soft-light; transition: opacity .25s ease; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .build-principle { min-height: 690px; grid-template-columns: 1fr 1fr; }
  .principle-visual { min-height: 430px; transform: scale(.82); }
  .qualifier-shell { grid-template-columns: 1fr; }
  .qualifier-intro { min-height: 560px; }
  .qualifier-form { min-height: 720px; }
  .footer-directory { grid-template-columns: 1.5fr repeat(2,1fr); }
  .footer-directory .footer-column:nth-child(4), .footer-directory .footer-status { padding-top: 30px; }
}

@media (max-width: 900px) {
  .hero { width: 100%; padding-right: 22px; padding-left: 22px; }
  .section-pad { width: calc(100% - 44px); }
  .hero h1 { font-size: clamp(58px, 13.2vw, 96px); }
  .build-principle, .closing, .site-footer, .lead-qualifier, .capabilities, .partnership { width: calc(100% - 44px); }
  .build-principle { min-height: 900px; padding: 52px 30px 115px; grid-template-columns: 1fr; gap: 10px; }
  .principle-copy { padding-top: 0; }
  .principle-copy h2 { font-size: clamp(58px, 12.5vw, 92px); }
  .principle-visual { min-height: 390px; }
  .principle-controls { right: 30px; bottom: 34px; left: 30px; }
  .capabilities { padding: 80px 30px; }
  .lead-qualifier { padding: 0; }
  .qualifier-intro { min-height: 500px; }
  .qualifier-intro h2 { max-width: 700px; }
  .closing { padding: 110px 30px; }
  .closing h2 { font-size: clamp(55px, 12vw, 90px); }
  .site-footer { padding: 0; }
  .footer-callout { align-items: start; grid-template-columns: 1fr; }
  .footer-callout .eyebrow { grid-column: auto; }
  .footer-callout h2 { font-size: clamp(58px, 12vw, 94px); }
  .footer-directory { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-directory .footer-status { display: flex; }
}

@media (max-width: 650px) {
  .hero { width: 100%; padding-right: 17px; padding-left: 17px; }
  .section-pad { width: calc(100% - 34px); }
  .hero h1 { font-size: clamp(47px, 13.3vw, 74px); }
  html[lang="en"] .hero h1 { font-size: clamp(43px, 12vw, 67px); }
  .build-principle, .closing, .site-footer, .lead-qualifier, .capabilities, .partnership { width: calc(100% - 34px); }
  .build-principle { min-height: 760px; padding: 38px 22px 132px; border-radius: 26px; }
  .principle-copy h2 { margin-top: 26px; font-size: clamp(48px, 13.2vw, 70px); }
  html[lang="en"] .principle-copy h2 { font-size: clamp(42px, 10.5vw, 64px); }
  .principle-copy > p { margin-top: 25px; font-size: 15px; }
  .principle-visual { min-height: 300px; transform: scale(.63); }
  .principle-controls { right: 22px; bottom: 25px; left: 22px; gap: 8px; }
  .principle-controls button { font-size: 11px; }
  .principle-controls button span { display: none; }
  .engagement-investment { align-items: flex-start; flex-direction: column; gap: 6px; }
  .capabilities { padding: 64px 22px; border-radius: 26px; }
  .partnership-card { border-radius: 26px; }
  .qualifier-shell { border-radius: 26px; }
  .qualifier-intro { min-height: 520px; padding: 38px 22px; }
  .qualifier-intro h2 { margin-top: 55px; font-size: clamp(45px, 12vw, 65px); }
  .qualifier-form { min-height: 720px; padding: 34px 20px; }
  .form-step { padding-top: 40px; }
  .choice-grid, .choice-grid-compact, .field-grid { grid-template-columns: 1fr; }
  .choice-card > span { min-height: 108px; }
  .choice-grid-compact .choice-card > span { min-height: 76px; }
  .qualifier-form legend { font-size: 30px; }
  .form-navigation { align-items: stretch; flex-wrap: wrap; }
  .form-back { flex: 0 0 100%; text-align: left; }
  .form-next, .whatsapp-button { width: 100%; }
  .form-disclaimer { text-align: left; }
  .closing { padding: 90px 22px; border-radius: 26px 26px 0 0; }
  .closing h2 { font-size: clamp(47px, 13vw, 67px); }
  .site-footer { margin-bottom: 17px; border-radius: 0 0 26px 26px; }
  .footer-shell { padding: 52px 22px 24px; }
  .footer-callout h2 { font-size: clamp(48px, 13.5vw, 70px); }
  .footer-directory { grid-template-columns: 1fr 1fr; }
  .footer-brand-column { grid-column: 1 / -1; }
  .footer-directory .footer-column:nth-child(4), .footer-directory .footer-status { padding-top: 20px; }
  .footer-legal-note { grid-template-columns: 1fr; gap: 14px; }
  .footer-wordmark { font-size: 23vw; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-principle { display: inline; }
}

@media (max-width: 390px) {
  .hero { width: 100%; }
  .section-pad { width: calc(100% - 34px); }
  .hero h1 { font-size: 44px; }
  html[lang="en"] .hero h1 { font-size: 39px; }
  .build-principle { min-height: 720px; }
  .principle-copy h2 { font-size: 46px; }
  html[lang="en"] .principle-copy h2 { font-size: 35px; }
  .qualifier-form { padding-right: 17px; padding-left: 17px; }
  .footer-directory { grid-template-columns: 1fr; }
  .footer-brand-column { grid-column: auto; }
}

/* Unified card system and verified case studies */
.language-gate-visual {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: clamp(28px, 4vw, 58px);
  color: var(--cream);
  background: var(--pine-950);
  flex-direction: column;
  justify-content: space-between;
}
.gate-brand { position: relative; z-index: 3; align-self: flex-start; }
.gate-visual-message { position: relative; z-index: 3; margin: auto 0; font-size: clamp(48px, 6vw, 92px); letter-spacing: -.07em; line-height: .88; }
.gate-visual-message strong, .gate-visual-message span { display: block; }
.gate-visual-message span { color: var(--pine-300); font-weight: 400; }
.gate-visual-rings { position: absolute; right: -180px; bottom: -170px; width: 610px; height: 550px; }
.gate-visual-rings i { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(205,221,201,.18); border-radius: 48% 52% 44% 56%; transform: translate(-50%,-50%); }
.gate-visual-rings i:nth-child(1) { width: 600px; height: 500px; transform: translate(-50%,-50%) rotate(-12deg); }
.gate-visual-rings i:nth-child(2) { width: 460px; height: 390px; transform: translate(-50%,-50%) rotate(10deg); }
.gate-visual-rings i:nth-child(3) { width: 310px; height: 265px; transform: translate(-50%,-50%) rotate(-18deg); }
.gate-visual-rings i:nth-child(4) { width: 160px; height: 140px; background: rgba(205,221,201,.06); transform: translate(-50%,-50%) rotate(22deg); }

.trust-strip,
.manifesto,
.method,
.engagements,
.proof-section,
.client-wall,
.faq,
.privacy-section {
  margin-top: 54px;
  margin-bottom: 54px;
  border-radius: 36px;
  overflow: hidden;
}

.trust-strip { color: var(--ink); background: linear-gradient(145deg, var(--sand-soft), var(--sand)); }
.trust-strip .trust-shell { border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.trust-strip .eyebrow, .trust-strip .trust-intro > p, .trust-strip .trust-item > span, .trust-strip .trust-item p { color: #52635b; }
.trust-strip .trust-metric { color: var(--pine-800); }
.trust-strip .trust-item { border-color: rgba(23,38,31,.14); }

.manifesto { padding-right: clamp(34px, 6vw, 88px); padding-left: clamp(34px, 6vw, 88px); background: var(--night); }
.manifesto .relief-panel { border-color: rgba(205,221,201,.16); background: linear-gradient(145deg, rgba(13,60,46,.88), rgba(5,35,27,.96)); }

.method { padding-right: clamp(34px, 6vw, 88px); padding-left: clamp(34px, 6vw, 88px); background: linear-gradient(150deg, var(--pine-800), var(--pine-950)); }
.method .method-card { background: rgba(239,246,231,.06); }

.engagements { padding-right: clamp(34px, 6vw, 88px); padding-left: clamp(34px, 6vw, 88px); color: var(--ink); background: linear-gradient(145deg, var(--sand-soft), var(--sand)); }
.engagements .section-label, .engagements .engagements-intro, .engagements .engagement-card > p, .engagements .engagement-note p { color: #596a62; }
.engagements .section-label span { border-color: rgba(23,38,31,.18); color: var(--clay); }
.engagement-card { border-color: rgba(23,38,31,.12); color: var(--ink); background: rgba(255,255,255,.48); box-shadow: 0 20px 55px rgba(39,48,41,.09); }
.engagement-card-featured { border-color: rgba(255,72,0,.52); background: linear-gradient(145deg, rgba(255,72,0,.12), rgba(255,255,255,.52)); }
.engagement-card-top, .engagement-card dt, .engagement-investment span { color: #5b6b63; }
.engagement-card dl > div, .engagement-investment, .engagement-note { border-color: rgba(23,38,31,.13); }
.engagement-card .text-link { border-color: rgba(23,38,31,.24); color: var(--pine-800); }
.engagement-card::after { border-color: rgba(23,38,31,.1); }

.proof-section { padding-right: clamp(34px, 6vw, 88px); padding-left: clamp(34px, 6vw, 88px); background: var(--night); }
.proof-heading { display: grid; align-items: end; grid-template-columns: 1.2fr .8fr; gap: 70px; }
.proof-heading h2 { margin: 40px 0 0; font-size: clamp(46px, 5.7vw, 86px); font-weight: 500; letter-spacing: -.065em; line-height: .98; }
.proof-heading h2 em { color: var(--clay); font-style: normal; font-weight: 400; }
.case-feature { display: grid; min-height: 570px; margin-top: 78px; overflow: hidden; border: 1px solid rgba(205,221,201,.16); border-radius: 30px; background: var(--pine-950); grid-template-columns: 1.12fr .88fr; }
.case-feature-copy { position: relative; padding: clamp(34px, 5vw, 70px); }
.case-feature-copy::after { position: absolute; right: -120px; bottom: -170px; width: 480px; height: 400px; border: 1px solid rgba(205,221,201,.1); border-radius: 48% 52% 44% 56%; content: ""; transform: rotate(-16deg); }
.case-feature-copy img { position: relative; z-index: 2; display: block; width: 190px; height: 92px; object-fit: contain; object-position: left center; }
.case-type { display: block; margin-top: 55px; color: var(--clay); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.case-feature h3 { position: relative; z-index: 2; max-width: 650px; margin: 24px 0 0; font-size: clamp(42px, 4.6vw, 70px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.case-feature-copy p { position: relative; z-index: 2; max-width: 640px; margin: 30px 0 0; color: var(--pine-200); font-size: 15px; }
.case-feature-metrics { display: grid; padding: clamp(34px, 5vw, 70px); color: var(--ink); background: var(--sand-soft); align-content: center; }
.case-feature-metrics > div { padding: 28px 0; border-bottom: 1px solid rgba(23,38,31,.14); }
.case-feature-metrics > div:last-child { border-bottom: 0; }
.case-feature-metrics strong { display: block; color: var(--clay); font-size: clamp(48px, 5.2vw, 80px); font-weight: 500; letter-spacing: -.07em; line-height: .88; }
.case-feature-metrics span { display: block; max-width: 300px; margin-top: 12px; color: #5c6b64; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.case-grid { display: grid; margin-top: 14px; grid-template-columns: repeat(3,1fr); gap: 14px; }
.case-card { display: flex; min-height: 590px; padding: 34px; overflow: hidden; border-radius: 26px; flex-direction: column; transition: transform .35s ease, box-shadow .35s ease; }
.case-card:hover { transform: translateY(-7px); }
.case-card img { width: 150px; height: 88px; object-fit: contain; object-position: left center; }
.case-card h3 { margin: 28px 0 0; font-size: clamp(31px, 3.4vw, 50px); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.case-card p { margin: 22px 0 35px; font-size: 13px; }
.case-card dl { margin: auto 0 0; }
.case-card dl > div { display: flex; padding: 13px 0; align-items: flex-end; border-top: 1px solid currentColor; border-color: rgba(23,38,31,.14); justify-content: space-between; gap: 18px; }
.case-card dt { max-width: 135px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.case-card dd { margin: 0; font-size: 19px; font-weight: 700; text-align: right; }
.case-card-light { color: var(--ink); background: var(--sand-soft); }
.case-card-light .case-type { color: var(--pine-600); }
.case-card-signal { color: var(--ink); background: var(--clay); box-shadow: 0 24px 60px rgba(255,72,0,.18); }
.case-card-signal .case-type { color: var(--ink); }
.case-card-signal dl > div { border-color: rgba(23,38,31,.24); }
.case-card-dark { color: var(--cream); background: var(--pine-800); }
.case-card-dark p, .case-card-dark dt { color: var(--pine-200); }
.case-card-dark dl > div { border-color: rgba(205,221,201,.16); }
.proof-source { margin: 24px 0 0; color: #82968e; font-size: 10px; text-align: right; }

.client-wall { padding-right: clamp(34px, 6vw, 88px); padding-left: clamp(34px, 6vw, 88px); background: linear-gradient(150deg, var(--pine-800), var(--pine-950)); }
.client-wall-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.client-wall-heading h2 { max-width: 760px; margin: 0; font-size: clamp(46px, 5.7vw, 86px); font-weight: 500; letter-spacing: -.065em; line-height: .98; text-align: right; }
.client-logo-grid { display: grid; margin-top: 78px; border-top: 1px solid rgba(205,221,201,.14); border-left: 1px solid rgba(205,221,201,.14); grid-template-columns: repeat(5,1fr); }
.client-logo-grid img { display: block; width: 100%; height: 150px; padding: 28px; border-right: 1px solid rgba(205,221,201,.14); border-bottom: 1px solid rgba(205,221,201,.14); object-fit: contain; transition: background .3s ease, transform .3s ease; }
.client-logo-grid img:hover { background: rgba(255,255,255,.06); transform: scale(1.04); }

.partnership-card { background: linear-gradient(135deg, rgba(5,35,27,.96), rgba(9,27,32,.92)); }
.partnership .section-label span, .partnership .team-stack span { color: var(--clay); }

.faq { padding-right: clamp(34px, 6vw, 88px); padding-left: clamp(34px, 6vw, 88px); color: var(--ink); background: linear-gradient(145deg, var(--sand-soft), var(--sand)); }
.faq .section-label, .faq .section-intro { color: #596a62; }
.faq .section-label span { border-color: rgba(23,38,31,.18); color: var(--clay); }
.faq-item { border-color: rgba(23,38,31,.12); background: rgba(255,255,255,.46); box-shadow: 0 14px 35px rgba(39,48,41,.07); }
.faq-item.is-open { border-color: rgba(255,72,0,.45); background: rgba(255,255,255,.72); }
.faq-trigger { color: var(--ink); }
.faq-trigger i { border-color: rgba(23,38,31,.2); }
.faq-panel p { color: #56675f; }

.privacy-section { padding-right: clamp(34px, 6vw, 88px); padding-left: clamp(34px, 6vw, 88px); background: var(--night); }

.qualifier-intro { color: var(--ink); background: linear-gradient(155deg, var(--clay), #ff6a22 58%, var(--sand-deep)); }
.qualifier-intro .section-label, .qualifier-intro .section-label span, .qualifier-intro > p, .qualifier-assurance span { color: var(--ink); }
.qualifier-intro h2 em { color: var(--cream); }
.qualifier-assurance i { border-color: rgba(23,38,31,.34); color: var(--ink); }
.qualifier-intro::after { border-color: rgba(23,38,31,.18); }

.footer-callout h2 em, .footer-column > strong, .footer-legal-note > span { color: var(--clay); }
.footer-ticker i { color: var(--cream); }

@media (max-width: 1050px) {
  .proof-heading { grid-template-columns: 1fr; gap: 30px; }
  .case-feature { grid-template-columns: 1fr; }
  .case-feature-metrics { grid-template-columns: repeat(3,1fr); gap: 20px; }
  .case-feature-metrics > div { border-right: 1px solid rgba(23,38,31,.14); border-bottom: 0; }
  .case-feature-metrics > div:last-child { border-right: 0; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { min-height: 470px; }
  .client-logo-grid { grid-template-columns: repeat(4,1fr); }
}

@media (max-width: 900px) {
  .trust-strip, .manifesto, .method, .engagements, .proof-section, .client-wall, .faq, .privacy-section { border-radius: 28px; }
  .proof-section, .client-wall { padding: 80px 30px; }
  .client-wall-heading { align-items: flex-start; flex-direction: column; }
  .client-wall-heading h2 { text-align: left; }
}

@media (max-width: 650px) {
  .language-gate-visual { min-height: 250px; aspect-ratio: auto; }
  .gate-visual-message { font-size: clamp(42px, 12vw, 62px); }
  .gate-visual-rings { right: -320px; bottom: -270px; }
  .trust-strip, .manifesto, .method, .engagements, .proof-section, .client-wall, .faq, .privacy-section { border-radius: 24px; }
  .manifesto, .method, .engagements, .proof-section, .client-wall, .faq, .privacy-section { padding-right: 22px; padding-left: 22px; }
  .case-feature { margin-top: 52px; border-radius: 22px; }
  .case-feature-copy, .case-feature-metrics { padding: 30px 22px; }
  .case-feature-copy img { width: 150px; }
  .case-feature-metrics { grid-template-columns: 1fr; }
  .case-feature-metrics > div { border-right: 0; border-bottom: 1px solid rgba(23,38,31,.14); }
  .case-card { min-height: 510px; padding: 28px 22px; }
  .client-logo-grid { margin-top: 52px; grid-template-columns: repeat(2,1fr); }
  .client-logo-grid img { height: 120px; padding: 20px; }
  .proof-source { text-align: left; }
}

/* Case reel and scroll-built capability windows */
.case-showcase {
  display: grid;
  min-height: 980px;
  align-items: start;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(38px, 5vw, 78px);
}
.case-intro-copy {
  position: sticky;
  top: 118px;
  padding-top: 22px;
}
.case-intro-copy h2 {
  margin: 42px 0 0;
  font-size: clamp(52px, 5.8vw, 88px);
  font-weight: 500;
  letter-spacing: -.067em;
  line-height: .96;
}
.case-intro-copy h2 em { color: var(--clay); font-style: normal; font-weight: 400; }
.case-intro-copy .section-intro { margin-top: 34px; }
.proof-summary { display: grid; margin-top: 52px; border-top: 1px solid rgba(205,221,201,.15); }
.proof-summary > div { display: grid; padding: 17px 0; align-items: center; border-bottom: 1px solid rgba(205,221,201,.15); grid-template-columns: 55px 1fr; gap: 18px; }
.proof-summary strong { color: var(--clay); font-size: 20px; font-weight: 500; letter-spacing: -.04em; }
.proof-summary span { color: var(--pine-200); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.case-intro-copy .proof-source { margin-top: 24px; text-align: left; }
.case-reel {
  display: grid;
  height: 980px;
  overflow: hidden;
  padding: 0 2px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.case-reel-column { display: grid; align-content: start; gap: 12px; will-change: transform; }
.case-reel-column-one { padding-top: 88px; }
.case-reel-column-two { padding-top: 0; }
.case-reel-column-three { padding-top: 142px; }
.case-tile {
  position: relative;
  display: flex;
  min-height: 330px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(205,221,201,.13);
  border-radius: 22px;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
}
.case-tile-tall { min-height: 470px; }
.case-tile-photo { color: var(--cream); background: var(--pine-950); }
.case-tile-photo::before { position: absolute; z-index: -2; inset: 0; background: var(--case-image) center / cover no-repeat; content: ""; transform: scale(1.03); transition: transform .6s ease; }
.case-tile-photo::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(2,20,15,.18), rgba(2,20,15,.38) 35%, rgba(2,20,15,.96)); content: ""; }
.case-tile-photo:hover::before { transform: scale(1.08); }
.case-cpr { --case-image: url('assets/case-photos/cpr-facade.webp'); }
.case-muisca { --case-image: url('assets/case-photos/muisca-travel.webp'); }
.case-andino { --case-image: url('assets/case-photos/fundacion-andino.webp'); }
.case-icaro { --case-image: url('assets/case-photos/icaro-cafe.webp'); }
.case-tile img { display: block; width: 132px; height: 74px; object-fit: contain; object-position: left center; filter: drop-shadow(0 2px 10px rgba(0,0,0,.5)); }
.case-tile-photo > div { position: relative; z-index: 2; }
.case-tile-type { display: block; color: var(--pine-200); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.case-tile strong { display: block; margin-top: 12px; font-size: clamp(26px, 2.5vw, 42px); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.case-tile small { display: block; margin-top: 11px; color: var(--pine-200); font-size: 10px; line-height: 1.35; }
.case-tile-number { min-height: 285px; color: var(--ink); justify-content: flex-end; }
.case-tile-number strong { margin-top: auto; font-size: clamp(44px, 4.2vw, 70px); line-height: .86; }
.case-tile-number small, .case-tile-number .case-tile-type { color: currentColor; opacity: .7; }
.case-tile-orange { border-color: rgba(255,72,0,.55); background: var(--clay); }
.case-tile-cream { background: var(--sand-soft); }

.capabilities {
  position: relative;
  display: block;
  min-height: 320vh;
  padding: clamp(48px, 6vw, 88px);
  overflow: visible;
}
.capability-sticky {
  position: sticky;
  top: 104px;
  display: grid;
  height: calc(100vh - 128px);
  min-height: 640px;
  align-items: center;
  grid-template-columns: .76fr 1.24fr;
  gap: clamp(45px, 6vw, 95px);
}
.capability-lead h2 { margin: 38px 0 0; font-size: clamp(50px, 5.6vw, 84px); font-weight: 500; letter-spacing: -.067em; line-height: .96; }
.capability-lead h2 em { color: var(--clay); font-style: normal; font-weight: 400; }
.capability-lead > p { max-width: 530px; margin: 30px 0 0; color: #53655c; font-size: 16px; }
.capability-progress { max-width: 470px; margin-top: 50px; }
.capability-progress > i { position: relative; display: block; height: 2px; overflow: hidden; background: rgba(23,38,31,.15); }
.capability-progress > i span { position: absolute; inset: 0 auto 0 0; width: 100%; background: var(--clay); transform: scaleX(.25); transform-origin: left center; }
.capability-progress-label { display: flex; margin-top: 15px; align-items: center; justify-content: space-between; gap: 20px; }
.capability-progress-label strong { color: var(--clay); font-size: 18px; }
.capability-progress-label small { color: #607169; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.capability-window-deck { position: relative; height: min(70vh,700px); min-height: 560px; perspective: 1200px; }
.capability-window {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(23,38,31,.13);
  border-radius: 28px;
  color: var(--cream);
  background: var(--pine-800);
  box-shadow: 0 34px 80px rgba(22,33,27,.2);
  transform-origin: center top;
  will-change: transform, filter, opacity;
}
.capability-window:not(.capability-window-one) { opacity: 0; }
.capability-window > header { position: relative; z-index: 3; display: flex; height: 56px; padding: 0 22px; align-items: center; border-bottom: 1px solid rgba(205,221,201,.15); color: var(--pine-200); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; justify-content: space-between; }
.capability-window-body { position: relative; z-index: 3; width: 66%; padding: clamp(35px, 4vw, 62px); }
.capability-step-title { color: var(--clay); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.capability-window h3 { max-width: 620px; margin: 30px 0 0; font-size: clamp(38px, 4.2vw, 66px); font-weight: 500; letter-spacing: -.06em; line-height: .94; }
.capability-window-body > p { max-width: 560px; margin: 24px 0 0; color: var(--pine-200); font-size: 14px; }
.capability-tags { display: flex; margin-top: 36px; flex-wrap: wrap; gap: 8px; }
.capability-tag { padding: 9px 12px; border: 1px solid rgba(205,221,201,.18); border-radius: 999px; color: var(--pine-100); font-size: 9px; }
.capability-window-two { color: var(--ink); background: var(--sand-soft); }
.capability-window-two > header { border-color: rgba(23,38,31,.13); color: #607169; }
.capability-window-two .capability-window-body > p { color: #53655c; }
.capability-window-two .capability-tag { border-color: rgba(23,38,31,.15); color: var(--ink); }
.capability-window-three { color: var(--ink); background: var(--clay); }
.capability-window-three > header { border-color: rgba(23,38,31,.17); color: rgba(23,38,31,.68); }
.capability-window-three .capability-step-title, .capability-window-three .capability-window-body > p { color: var(--ink); }
.capability-window-three .capability-tag { border-color: rgba(23,38,31,.22); color: var(--ink); }
.capability-window-four { background: var(--night); }
.window-signal, .window-grid-art, .window-pulse-art { position: absolute; right: -7%; bottom: -10%; width: 49%; height: 68%; }
.window-signal i, .window-pulse-art i { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(205,221,201,.17); border-radius: 48% 52% 44% 56%; transform: translate(-50%,-50%); }
.window-signal i:nth-child(1), .window-pulse-art i:nth-child(1) { width: 100%; height: 92%; }
.window-signal i:nth-child(2), .window-pulse-art i:nth-child(2) { width: 70%; height: 64%; transform: translate(-50%,-50%) rotate(16deg); }
.window-signal i:nth-child(3), .window-pulse-art i:nth-child(3) { width: 38%; height: 34%; transform: translate(-50%,-50%) rotate(-12deg); }
.window-signal strong, .window-pulse-art strong, .window-grid-art strong { position: absolute; top: 50%; left: 50%; font-size: 62px; font-weight: 400; transform: translate(-50%,-50%); }
.window-grid-art { display: grid; right: 0; bottom: 0; width: 40%; height: 100%; border-left: 1px solid rgba(23,38,31,.12); grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(2,1fr); }
.window-grid-art i { border-right: 1px solid rgba(23,38,31,.12); border-bottom: 1px solid rgba(23,38,31,.12); }
.window-grid-art strong { color: var(--clay); }
.window-flow-art { position: absolute; right: 3%; bottom: 12%; display: flex; width: 43%; align-items: center; color: rgba(23,38,31,.72); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.window-flow-art i { height: 1px; background: rgba(23,38,31,.35); flex: 1; }

@media (max-width: 1050px) {
  .case-showcase { grid-template-columns: 1fr; }
  .case-intro-copy { position: relative; top: auto; }
  .case-intro-copy .section-intro { max-width: 700px; }
  .case-reel { height: 780px; }
  .capabilities { min-height: auto; }
  .capability-sticky { position: relative; top: auto; height: auto; min-height: 0; grid-template-columns: 1fr; }
  .capability-lead { max-width: 760px; }
  .capability-window-deck { display: grid; height: auto; min-height: 0; margin-top: 35px; gap: 14px; perspective: none; }
  .capability-window, .capability-window:not(.capability-window-one) { position: relative; min-height: 570px; opacity: 1; transform: none; }
  .capability-progress { display: none; }
}

/* Pricing architecture — Sequoia pricing specification */
body.package-dialog-open { overflow: hidden; }

.engagements .engagement-grid {
  width: min(100%, 1200px);
  margin: 76px auto 0;
  gap: 24px;
}
.engagements .engagement-card {
  min-height: 790px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(23,38,31,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 38px rgba(39,48,41,.08);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.engagements .engagement-card:hover {
  border-color: rgba(23,38,31,.22);
  box-shadow: 0 25px 62px rgba(39,48,41,.15);
  transform: translateY(-5px);
}
.engagements .engagement-card-featured {
  border-color: rgba(255,72,0,.52);
  background: linear-gradient(150deg, rgba(255,72,0,.09), rgba(255,255,255,.78) 48%);
}
.engagements .engagement-card::after {
  right: -105px;
  bottom: -125px;
  width: 270px;
  height: 225px;
  pointer-events: none;
}
.engagements .engagement-card-top {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(23,38,31,.13);
  color: #56675f;
}
.engagements .engagement-card h3 {
  max-width: none;
  margin: 32px 0 0;
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: .96;
}
.engagements .engagement-card > .package-subtitle {
  min-height: 42px;
  margin: 15px 0 24px;
  color: #596a62;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .015em;
}
.package-key-list {
  min-height: 218px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(23,38,31,.13);
  list-style: none;
}
.package-key-list li {
  position: relative;
  padding: 11px 0 11px 25px;
  border-bottom: 1px solid rgba(23,38,31,.09);
  color: #3f5149;
  font-size: 12px;
  line-height: 1.38;
}
.package-key-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  color: var(--pine-700);
  background: rgba(13,60,46,.09);
  content: "✓";
  font-size: 8px;
  font-weight: 700;
}
.package-details-button {
  position: relative;
  z-index: 2;
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 22px 0;
  padding: 0 0 7px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(23,38,31,.28);
  color: var(--pine-800);
  background: transparent;
  cursor: pointer;
  font: 700 11px/1.2 Helvetica,Arial,sans-serif;
  gap: 12px;
  text-align: left;
  transition: color .25s ease, border-color .25s ease, transform .25s ease;
}
.package-details-button:hover {
  border-color: var(--clay);
  color: var(--clay-dark);
  transform: translateX(3px);
}
.engagements .engagement-investment {
  margin: 0;
  padding: 17px 0 0;
  align-items: flex-end;
  border-bottom: 0;
}
.engagements .engagement-investment strong {
  color: var(--pine-900);
  font-size: 18px;
  letter-spacing: -.025em;
  text-align: right;
}
.engagements .engagement-card > .package-range-note {
  min-height: 68px;
  margin: 12px 0 20px;
  color: #65736c;
  font-size: 10px;
  line-height: 1.48;
}
.engagements .package-cta {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 14px 18px;
  border: 0;
  color: var(--cream);
  background: var(--pine-800);
  justify-content: space-between;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.engagements .package-cta:hover {
  color: var(--cream);
  background: var(--pine-950);
  box-shadow: 0 12px 26px rgba(9,45,35,.2);
  transform: scale(1.015);
}
.engagement-note {
  width: min(100%,1200px);
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  grid-template-columns: 40px 1fr;
}
.engagement-note > span { color: var(--clay-dark); text-align: center; }
.engagement-note > p {
  max-width: none;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.package-dialog {
  position: fixed;
  z-index: 650;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
}
.package-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1,18,13,.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.package-dialog-panel {
  position: relative;
  display: flex;
  width: min(640px,100%);
  max-height: min(820px,calc(100svh - 48px));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  color: var(--ink);
  background: var(--sand-soft);
  box-shadow: 0 36px 100px rgba(0,15,10,.38);
  flex-direction: column;
}
.package-dialog-panel > header {
  display: flex;
  padding: 28px 32px 24px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(23,38,31,.13);
  justify-content: space-between;
  gap: 24px;
}
.package-dialog-panel .eyebrow { color: var(--clay-dark); }
.package-dialog-panel h2 {
  margin: 12px 0 0;
  font-size: clamp(27px,4vw,40px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1;
}
.package-dialog-panel header p { margin: 12px 0 0; color: #5c6c64; font-size: 12px; }
.package-dialog-close {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(23,38,31,.18);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255,255,255,.4);
  cursor: pointer;
  font: 24px/1 Helvetica,Arial,sans-serif;
}
.package-dialog-body {
  overflow-y: auto;
  padding: 8px 32px 32px;
  overscroll-behavior: contain;
}
.package-dialog-body ul { margin: 0; padding: 0; list-style: none; }
.package-dialog-body li { padding: 19px 0; border-bottom: 1px solid rgba(23,38,31,.12); }
.package-dialog-body li strong { display: block; color: var(--pine-800); font-size: 13px; }
.package-dialog-body li span { display: block; margin-top: 7px; color: #52635b; font-size: 14px; line-height: 1.6; }
.package-dialog-cta {
  width: 100%;
  margin-top: 26px;
  padding: 16px 20px;
  color: var(--cream);
  background: var(--pine-800);
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .engagements .engagement-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .engagements .engagement-card { min-height: 760px; }
  .engagements .engagement-card:last-child { grid-column: 1 / -1; width: calc(50% - 12px); justify-self: center; }
}

@media (max-width: 767px) {
  .engagements .engagement-grid { margin-top: 48px; grid-template-columns: 1fr; gap: 16px; }
  .engagements .engagement-card,
  .engagements .engagement-card:last-child { width: 100%; min-height: 0; padding: 24px 20px; grid-column: auto; }
  .engagements .engagement-card h3 { font-size: clamp(36px,11vw,50px); }
  .engagements .engagement-card > .package-subtitle,
  .package-key-list,
  .engagements .engagement-card > .package-range-note { min-height: 0; }
  .engagements .engagement-investment { align-items: flex-start; }
  .engagements .engagement-investment strong { text-align: left; }
  .engagement-note { grid-template-columns: 1fr; gap: 8px; }
  .package-dialog { padding: 12px; }
  .package-dialog-panel { max-height: calc(100svh - 24px); border-radius: 18px; }
  .package-dialog-panel > header { padding: 22px 20px 18px; }
  .package-dialog-body { padding: 6px 20px 24px; }
  .package-dialog-body li span { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .engagements .engagement-card,
  .engagements .package-cta,
  .package-details-button { transition: none; }
}

@media (max-width: 650px) {
  .case-showcase { min-height: 0; }
  .case-intro-copy h2 { font-size: clamp(44px, 13vw, 60px); }
  .proof-summary { margin-top: 38px; }
  .case-reel { display: grid; height: auto; margin-top: 30px; overflow: visible; grid-template-columns: 1fr; -webkit-mask-image: none; mask-image: none; }
  .case-reel-column { display: contents; }
  .case-tile, .case-tile-tall { min-height: 440px; }
  .case-tile-number { display: none; }
  .case-tile img { width: 165px; height: 86px; }
  .capabilities { padding: 64px 22px; overflow: hidden; }
  .capability-lead h2 { font-size: clamp(44px, 13vw, 62px); }
  .capability-window, .capability-window:not(.capability-window-one) { min-height: 610px; border-radius: 23px; }
  .capability-window-body { width: 100%; padding: 34px 22px; }
  .capability-window h3 { font-size: clamp(38px, 11vw, 52px); }
  .window-signal, .window-grid-art, .window-pulse-art, .window-flow-art { right: -18%; bottom: -5%; width: 70%; height: 34%; opacity: .55; }
}

@media (prefers-reduced-motion: reduce) {
  .capabilities { min-height: auto; }
  .capability-sticky { position: relative; top: auto; height: auto; grid-template-columns: 1fr; }
  .capability-window-deck { display: grid; height: auto; gap: 14px; }
  .capability-window, .capability-window:not(.capability-window-one) { position: relative; min-height: 560px; opacity: 1; transform: none; filter: none; }
  .capability-progress { display: none; }
}
