
:root {
  --orange: #f48239;
  --orange-dark: #c85c18;
  --horizon: #244b4e;
  --horizon-2: #18383b;
  --warm-white: #fbfaf7;
  --paper: #fffefa;
  --sand: #eee6da;
  --sand-light: #f6f1e9;
  --ink: #1d292b;
  --muted: #5f6d6f;
  --line: #d9ddd9;
  --success: #2b6c57;
  --danger: #9d2e2e;
  --shadow: 0 18px 55px rgba(24, 56, 59, .10);
  --radius-sm: .65rem;
  --radius: 1.25rem;
  --radius-lg: 2rem;
  --container: min(1180px, calc(100% - 2rem));
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Noto Serif", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--warm-white);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--horizon); text-underline-offset: .2em; }
a:hover { color: var(--orange-dark); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.skip-link {
  position: fixed; left: .75rem; top: .75rem; z-index: 9999;
  transform: translateY(-150%); background: var(--ink); color: white;
  padding: .75rem 1rem; border-radius: .5rem;
}
.skip-link:focus { transform: none; }

.safety-bar { background: #f4eadb; border-bottom: 1px solid #e4d2b7; }
.safety-inner { width: var(--container); margin: 0 auto; display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding: .55rem 0; font-size: .86rem; }
.safety-inner p { margin: 0; }
.safety-toggle { border: 0; background: transparent; color: var(--horizon); font-weight: 700; padding: .35rem .25rem; }
.safety-details { width: var(--container); margin: 0 auto; padding: 0 0 .9rem; font-size: .9rem; }
.safety-details[hidden] { display: none; }
.safety-details strong { color: var(--danger); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(251, 250, 247, .96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(36, 75, 78, .10); }
.header-inner { width: var(--container); margin: 0 auto; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; min-width: 96px; }
.brand img { width: 88px; display: block; }
.site-nav { display: flex; align-items: center; gap: .25rem; }
.site-nav a { text-decoration: none; padding: .7rem .7rem; border-radius: .65rem; color: var(--ink); font-size: .94rem; font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--sand-light); color: var(--horizon); }
.site-nav .nav-finance { color: #8f6d27; }
.site-nav .nav-finance:hover { color: #5f4616; background: #fff8e8; }
.nav-cta { background: var(--orange) !important; color: #1f241f !important; box-shadow: 0 8px 25px rgba(244,130,57,.22); }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: .7rem; padding: .6rem .75rem; color: var(--ink); }

main { min-height: 60vh; }
.container { width: var(--container); margin: 0 auto; }
.section { padding: clamp(4.2rem, 8vw, 7.4rem) 0; }
.section-tight { padding: clamp(2.8rem, 5vw, 4.5rem) 0; }
.section-dark { background: var(--horizon); color: #fff; }
.section-dark a { color: #fff; }
.section-sand { background: var(--sand-light); }
.section-white { background: var(--paper); }
.eyebrow { margin: 0 0 .8rem; color: var(--orange-dark); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
.section-dark .eyebrow { color: #ffc79e; }
h1, h2, h3 { line-height: 1.13; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 7vw, 5.75rem); margin: 0 0 1.2rem; max-width: 900px; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); margin: 0 0 1rem; max-width: 830px; }
h3 { font-size: clamp(1.2rem, 2vw, 1.65rem); margin: 0 0 .65rem; }
.lead { font-size: clamp(1.12rem, 2vw, 1.35rem); max-width: 760px; color: var(--muted); }
.section-dark .lead { color: rgba(255,255,255,.8); }
.copy { max-width: 72ch; }
.copy p:first-child { margin-top: 0; }
.muted { color: var(--muted); }

.hero { position: relative; overflow: hidden; min-height: 670px; display: grid; align-items: center; background: linear-gradient(115deg, #fbfaf7 0%, #fbfaf7 56%, #e7efe9 100%); }
.hero::before {
  content: ""; position: absolute; inset: auto -8% -24% 38%; height: 78%; border-radius: 55% 45% 0 0;
  background: linear-gradient(180deg, rgba(244,130,57,.17), rgba(36,75,78,.20));
  transform: rotate(-5deg);
}
.hero::after {
  content: ""; position: absolute; width: 43rem; height: 43rem; right: -14rem; top: -18rem; border-radius: 50%;
  border: 1px solid rgba(36,75,78,.15); box-shadow: 0 0 0 70px rgba(36,75,78,.035), 0 0 0 145px rgba(244,130,57,.035);
}
.hero-inner { width: var(--container); margin: 0 auto; position: relative; z-index: 2; padding: 5rem 0 5.5rem; }
.hero-copy { max-width: 850px; }
.hero .lead { max-width: 760px; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .8rem 1.15rem; border-radius: .8rem; border: 1px solid transparent; text-decoration: none; font-weight: 800; line-height: 1.2; }
.btn-primary { background: var(--orange); color: #20231f; box-shadow: 0 12px 30px rgba(244,130,57,.24); }
.btn-primary:hover { background: #ff9a51; color: #1b211e; }
.btn-secondary { background: #fff; border-color: var(--horizon); color: var(--horizon); }
.btn-secondary:hover { background: var(--horizon); color: white; }
.btn-ghost { color: var(--horizon); padding-inline: .3rem; }
.section-dark .btn-secondary { border-color: rgba(255,255,255,.6); background: transparent; color: #fff; }
.section-dark .btn-secondary:hover { background: #fff; color: var(--horizon); }
.section-story {
  color: #f5efd9;
  background:
    radial-gradient(circle at 78% 18%, rgba(196,155,58,.16), transparent 28rem),
    linear-gradient(145deg, #061b2c 0%, #0b2b3b 62%, #071a28 100%);
}
.section-story p { color: rgba(245,239,217,.78); }
.section-story .eyebrow { color: #e1be63; }
.section-story h2 { color: #fff8df; }
.btn-story {
  color: #0b2232;
  background: linear-gradient(135deg, #f7e7a8, #c99b36);
  border-color: transparent;
}
.btn-story:hover { color: #071a28; background: #fff3c9; }
.editorial-image-story {
  background: #071a28;
  box-shadow: 0 22px 60px rgba(0,0,0,.32);
}
.editorial-image-story img { object-position: center 58%; }
.story-project-hero {
  position: relative;
  min-height: min(760px, 82vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: #fff8df;
}
.story-project-hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}
.story-project-wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4,18,29,.94) 0%, rgba(4,18,29,.68) 54%, rgba(4,18,29,.34) 100%),
    linear-gradient(0deg, rgba(4,18,29,.88), transparent 55%);
}
.story-project-hero-inner { padding-top: clamp(6rem, 12vw, 9rem); padding-bottom: clamp(4rem, 8vw, 7rem); }
.story-project-hero-inner h1 { max-width: 820px; font-size: clamp(3rem, 7vw, 6.2rem); color: #fff8df; }
.story-project-hero-inner .lead { max-width: 760px; color: rgba(255,248,223,.84); }
.story-project-hero .eyebrow { color: #e1be63; }
.breadcrumbs-light,
.breadcrumbs-light a { color: rgba(255,248,223,.72); }
.story-entry-card {
  color: #f7efd2;
  background: rgba(255,255,255,.06);
  border-color: rgba(225,190,99,.22);
  box-shadow: none;
}
.story-entry-card p { color: rgba(247,239,210,.72); }
.story-entry-card .arrow { color: #e1be63; }
.story-entry-card:hover { border-color: rgba(225,190,99,.58); background: rgba(255,255,255,.1); }
.hero-note { margin-top: 2rem; font-size: .92rem; color: var(--muted); max-width: 720px; }

.grid { display: grid; gap: 1.25rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card { background: var(--paper); border: 1px solid rgba(36,75,78,.13); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 2rem); box-shadow: 0 8px 30px rgba(24,56,59,.045); }
.card-link { display: flex; flex-direction: column; min-height: 100%; text-decoration: none; color: inherit; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.card-link:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(244,130,57,.55); color: inherit; }
.card .kicker { color: var(--orange-dark); font-weight: 800; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.card .arrow { margin-top: auto; padding-top: 1.2rem; color: var(--horizon); font-weight: 800; }
.card-dark { background: var(--horizon); color: white; border: 0; }
.card-dark p { color: rgba(255,255,255,.78); }
.icon-dot { width: 2.4rem; height: 2.4rem; display: grid; place-items: center; background: rgba(244,130,57,.15); color: var(--orange-dark); border-radius: 50%; font-weight: 900; margin-bottom: 1rem; }

.pathway { counter-reset: step; display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; margin-top: 2.5rem; }
.pathway-item { position: relative; padding: 1.5rem 1rem 1.4rem; border-top: 2px solid rgba(244,130,57,.65); }
.pathway-item::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--orange); color: #172426; font-weight: 900; margin-bottom: .85rem; }
.pathway-item strong { display: block; margin-bottom: .35rem; }
.pathway-item span { color: var(--muted); font-size: .92rem; }
.section-dark .pathway-item span { color: rgba(255,255,255,.7); }

.quote { font-family: var(--font-serif); font-size: clamp(1.55rem, 3.3vw, 2.65rem); line-height: 1.35; max-width: 950px; margin: 0; }
.quote cite { display: block; font-family: var(--font-sans); font-size: .86rem; margin-top: 1.25rem; font-style: normal; opacity: .75; text-transform: uppercase; letter-spacing: .08em; }

.badge { display: inline-flex; align-items: center; gap: .45rem; border: 1px solid rgba(36,75,78,.2); border-radius: 999px; padding: .35rem .7rem; font-size: .82rem; font-weight: 750; color: var(--horizon); background: rgba(255,255,255,.65); }
.badge-finance {
  color: #8c6720;
  border-color: rgba(193,151,62,.42);
  background: #fff8e7;
}
.status-line { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.2rem 0 0; }

.timeline { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2rem; }
.timeline .card { border-top: 5px solid var(--orange); }
.timeline .time { font-size: 2rem; font-weight: 900; color: var(--horizon); }

.page-hero { padding: clamp(4.5rem, 9vw, 8rem) 0 4rem; background: linear-gradient(135deg, #fbfaf7, #edf1ea); border-bottom: 1px solid rgba(36,75,78,.1); }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4.7rem); }
.breadcrumbs { font-size: .88rem; margin-bottom: 1.25rem; color: var(--muted); }
.breadcrumbs a { color: inherit; }

.notice { border-left: 5px solid var(--orange); background: #fff5ec; padding: 1rem 1.15rem; border-radius: .5rem; }
.notice-danger { border-left-color: var(--danger); background: #fff1f1; }
.notice p { margin: 0; }

.form-shell { background: var(--paper); border: 1px solid rgba(36,75,78,.15); border-radius: var(--radius-lg); padding: clamp(1.2rem, 4vw, 2.5rem); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem 1.2rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field-full { grid-column: 1 / -1; }
label { font-weight: 750; }
.hint { color: var(--muted); font-size: .84rem; }
input, select, textarea { width: 100%; border: 1px solid #aebbbb; border-radius: .7rem; background: #fff; color: var(--ink); padding: .82rem .9rem; min-height: 47px; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--horizon); box-shadow: 0 0 0 3px rgba(36,75,78,.12); outline: none; }
.check-row { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; }
.check-row input { width: 1.15rem; height: 1.15rem; margin-top: .2rem; min-height: 0; }
.form-status { margin-top: 1rem; min-height: 1.6rem; font-weight: 700; }
.form-status.success { color: var(--success); }
.form-status.error { color: var(--danger); }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.details-list { border-top: 1px solid var(--line); }
.details-list details { border-bottom: 1px solid var(--line); padding: .95rem 0; }
.details-list summary { cursor: pointer; font-weight: 800; color: var(--horizon); }
.details-list details > div { padding-top: .75rem; max-width: 75ch; }

.site-footer { background: #172426; color: rgba(255,255,255,.8); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: 2rem; }
.footer-logo { width: 124px; opacity: .98; background: white; padding: .35rem; border-radius: .5rem; }
.footer-title { color: #fff; font-size: .95rem; margin: 0 0 .75rem; }
.footer-links { display: grid; gap: .45rem; }
.footer-links a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); display: flex; gap: 1rem; justify-content: space-between; flex-wrap: wrap; font-size: .82rem; }

.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[data-config-required][hidden] { display: none !important; }

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; left: 1rem; right: 1rem; top: calc(100% + .4rem); background: var(--paper); border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); padding: .65rem; display: none; flex-direction: column; align-items: stretch; }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { padding: .8rem .9rem; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pathway { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 720px) {
  .safety-inner { align-items: flex-start; }
  .header-inner { min-height: 72px; }
  .brand img { width: 78px; }
  .hero { min-height: auto; }
  .hero-inner { padding: 4rem 0 4.5rem; }
  .grid-2, .grid-3, .grid-4, .timeline, .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .pathway { grid-template-columns: 1fr; }
  .actions { align-items: stretch; }
  .actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}


.legal-identity { display: grid; gap: .25rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .83rem; line-height: 1.45; }
.legal-identity strong { color: #fff; }
.legal-identity span { color: rgba(255,255,255,.72); }


/* Newsletter / Brevo */
.newsletter-embed { width: 100%; max-width: 640px; margin-inline: auto; overflow: hidden; }
.brevo-frame { display: block; width: 100%; min-height: 305px; margin: 0 auto; border: 0; background: transparent; }
.newsletter-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 2rem; align-items: start; }
.newsletter-aside h2 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
.newsletter-aside ul { padding-left: 1.2rem; }
.newsletter-qr { width: min(220px, 70%); display: block; margin: 1.5rem auto .75rem; image-rendering: pixelated; }
@media (max-width: 820px) { .newsletter-layout { grid-template-columns: 1fr; } .brevo-frame { min-height: 340px; } }

/* v0.6 - authentic editorial photography */
.hero-photo {
  min-height: 720px;
  background: linear-gradient(115deg, #fbfaf7 0%, #fbfaf7 63%, #edf3ef 100%);
}
.hero-photo::before,
.hero-photo::after { display: none; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.hero-visual {
  margin: 0;
  position: relative;
  min-height: 520px;
  border-radius: 2.25rem 2.25rem 2.25rem .75rem;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(24,56,59,.18);
  isolation: isolate;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(18,45,47,.66) 100%);
  pointer-events: none;
}
.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.2rem;
  color: rgba(255,255,255,.94);
  font-size: .86rem;
  line-height: 1.45;
  max-width: 34ch;
}
.feature-split {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}
.feature-copy { max-width: 650px; }
.editorial-image {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  min-height: 390px;
  background: #dfe9e2;
  box-shadow: var(--shadow);
}
.editorial-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editorial-image-water { transform: rotate(-1.2deg); }
.image-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.image-card .card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid rgba(36,75,78,.10);
}
.image-card .card-image-night { object-position: center 58%; }
.badge-story {
  color: #9d7826;
  border-color: rgba(187,145,47,.35);
  background: #fff9e9;
}
.image-card .card-body {
  padding: clamp(1.25rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.image-card .card-body h3 { margin-top: 1rem; }
.image-card .card-body a { margin-top: auto; padding-top: 1rem; font-weight: 800; }
.ecosystem-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.ecosystem-grid > .image-card {
  grid-column: span 2;
}
.ecosystem-grid > .image-card:nth-last-child(-n + 2) {
  grid-column: span 3;
}
.finance-card {
  border-color: rgba(193,151,62,.35);
  box-shadow: 0 14px 38px rgba(8,24,31,.10);
}
.finance-card .card-body a { color: #8c6720; }
.section-finance {
  color: #f7f1e3;
  background:
    radial-gradient(circle at 83% 18%, rgba(33,104,105,.26), transparent 31rem),
    linear-gradient(145deg, #050b12 0%, #081923 58%, #0a262c 100%);
}
.section-finance .eyebrow { color: #d6aa50; }
.section-finance h2 { color: #fffaf0; }
.section-finance .lead { color: rgba(255,250,240,.88); }
.section-finance p { color: rgba(247,241,227,.78); }
.finance-editorial-image {
  background: #07121b;
  box-shadow: 0 28px 70px rgba(0,0,0,.38);
}
.finance-role-note {
  padding-left: 1rem;
  border-left: 2px solid rgba(214,170,80,.72);
  font-size: .93rem;
}
.btn-finance {
  color: #091117;
  background: linear-gradient(135deg, #f0d487, #bd8d32);
  box-shadow: 0 14px 36px rgba(189,141,50,.20);
}
.btn-finance:hover { color: #091117; background: #f8e6aa; }
.story-split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.story-image { min-height: 430px; border-radius: 50% 50% 1.6rem 1.6rem; }
.partner-split {
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.partner-photo {
  min-height: 420px;
  border-radius: 2rem .75rem 2rem 2rem;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}
.partner-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.partner-copy { max-width: 700px; }

@media (max-width: 980px) {
  .hero-grid,
  .feature-split,
  .story-split,
  .partner-split { grid-template-columns: 1fr; }
  .ecosystem-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ecosystem-grid > .image-card,
  .ecosystem-grid > .image-card:nth-last-child(-n + 2) { grid-column: auto; }
  .hero-visual { min-height: 470px; }
  .hero-copy { max-width: 780px; }
  .feature-copy { max-width: 760px; }
  .editorial-image,
  .story-image,
  .partner-photo { min-height: 420px; }
}

@media (max-width: 720px) {
  .hero-photo { min-height: auto; }
  .hero-grid { gap: 2rem; }
  .hero-visual { min-height: 360px; border-radius: 1.4rem 1.4rem 1.4rem .5rem; }
  .hero-visual figcaption { font-size: .78rem; }
  .editorial-image,
  .story-image,
  .partner-photo { min-height: 300px; transform: none; }
  .story-image { border-radius: 1.5rem; }
  .ecosystem-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* v0.8 — immersive hero with cache-safe JS crossfade */
.home-page .site-header {
  position: relative;
  z-index: 20;
  margin-bottom: -116px;
  padding-top: 1rem;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.home-page .header-inner {
  min-height: 92px;
  padding: 0 1.35rem;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 1.75rem;
  background: rgba(255,255,255,.84);
  box-shadow: 0 18px 55px rgba(22,45,47,.12);
  backdrop-filter: blur(18px) saturate(118%);
  -webkit-backdrop-filter: blur(18px) saturate(118%);
}
.home-page .brand img { width: 158px; }
.home-page .site-nav { gap: .15rem; }
.home-page .site-nav a { padding: .7rem .62rem; }
.home-page .nav-cta { display: none; }

.hero-immersive {
  min-height: min(880px, calc(100svh - 5rem));
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #e9eee8;
}
.hero-immersive::before,
.hero-immersive::after { display: none; }
.hero-backgrounds,
.hero-bg,
.hero-wash {
  position: absolute;
  inset: 0;
}
.hero-backgrounds { z-index: -3; overflow: hidden; background: #dfe8e2; }
.hero-bg {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 2.4s ease-in-out, transform 12s ease-out;
  animation: none !important;
  will-change: opacity, transform;
  filter: saturate(.88) contrast(.98) brightness(1.03);
}
.hero-bg.is-active {
  opacity: 1;
  transform: scale(1.06);
}
.hero-bg-canyon {
  z-index: 1;
  object-position: 54% 48%;
}
.hero-bg-water {
  z-index: 2;
  object-position: 56% 50%;
}
.hero-bg-butterfly {
  z-index: 3;
  object-position: 71% 48%;
}
.hero-wash {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(251,250,247,.98) 0%, rgba(251,250,247,.94) 28%, rgba(251,250,247,.78) 45%, rgba(251,250,247,.30) 67%, rgba(251,250,247,.12) 100%),
    linear-gradient(180deg, rgba(251,250,247,.24) 0%, rgba(251,250,247,.06) 54%, rgba(19,42,44,.14) 100%);
  pointer-events: none;
}
.hero-immersive-inner {
  width: var(--container);
  padding: clamp(9rem, 16vw, 12rem) 0 clamp(5.5rem, 10vw, 8rem);
}
.hero-copy-immersive {
  max-width: 790px;
  padding: clamp(1.2rem, 2vw, 2rem) 0;
}
.hero-copy-immersive .eyebrow {
  color: var(--orange-dark);
  margin-bottom: 1rem;
}
.hero-copy-immersive h1 {
  max-width: 780px;
  margin-bottom: 1.55rem;
  font-family: var(--font-serif);
  font-size: clamp(4rem, 8.2vw, 7.25rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
  color: #173c3d;
  text-wrap: balance;
}
.hero-dot { color: var(--orange); }
.hero-copy-immersive .lead {
  max-width: 670px;
  margin: 0;
  color: #355456;
  font-size: clamp(1.12rem, 1.75vw, 1.4rem);
  line-height: 1.55;
  text-shadow: 0 1px 12px rgba(255,255,255,.28);
}
.hero-actions { margin-top: 2.25rem; gap: 1rem; }
.hero-actions .btn {
  min-height: 58px;
  padding: 1rem 1.65rem;
  border-radius: .85rem;
  font-size: 1.02rem;
}
.btn-glass {
  color: #173c3d;
  border-color: rgba(23,60,61,.58);
  background: rgba(255,255,255,.54);
  box-shadow: 0 10px 30px rgba(23,60,61,.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.btn-glass:hover {
  color: #fff;
  background: rgba(23,60,61,.94);
  border-color: rgba(23,60,61,.94);
}
.hero-copy-immersive .hero-note {
  max-width: 660px;
  margin-top: 1.45rem;
  color: rgba(34,66,68,.78);
  font-size: .84rem;
}
.hero-scroll {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 1.7rem;
  width: 42px;
  height: 42px;
  transform: translateX(-50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(23,60,61,.28);
  border: 1px solid rgba(255,255,255,.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background .2s ease, transform .2s ease;
}
.hero-scroll:hover { background: rgba(23,60,61,.52); transform: translateX(-50%) translateY(2px); }
.hero-scroll span {
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

@media (max-width: 1100px) {
  .home-page .brand img { width: 132px; }
  .home-page .site-nav a { font-size: .88rem; padding-inline: .48rem; }
  .hero-copy-immersive { max-width: 710px; }
  .hero-wash {
    background:
      linear-gradient(90deg, rgba(251,250,247,.98) 0%, rgba(251,250,247,.93) 36%, rgba(251,250,247,.68) 62%, rgba(251,250,247,.18) 100%),
      linear-gradient(180deg, rgba(251,250,247,.18), rgba(19,42,44,.12));
  }
}

@media (max-width: 980px) {
  .home-page .site-header { margin-bottom: -104px; padding-top: .7rem; }
  .home-page .header-inner { min-height: 80px; border-radius: 1.25rem; }
  .home-page .nav-toggle { background: rgba(255,255,255,.82); }
  .home-page .site-nav { background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
  .hero-immersive { min-height: 760px; }
  .hero-immersive-inner { padding-top: 9.5rem; }
}

@media (max-width: 720px) {
  .home-page .site-header {
    margin-bottom: -84px;
    padding-top: .45rem;
  }
  .home-page .header-inner {
    width: calc(100% - 1rem);
    min-height: 68px;
    padding-inline: .8rem;
    border-radius: 1rem;
  }
  .home-page .brand img { width: 105px; }
  .hero-immersive {
    min-height: 720px;
    align-items: end;
  }
  .hero-bg-water,
  .hero-bg-butterfly { display: none; }
  .hero-bg-canyon {
    opacity: 1;
    object-position: 60% 50%;
    transform: scale(1.02);
  }
  .hero-wash {
    background:
      linear-gradient(180deg, rgba(251,250,247,.78) 0%, rgba(251,250,247,.88) 35%, rgba(251,250,247,.92) 64%, rgba(251,250,247,.78) 100%),
      linear-gradient(90deg, rgba(251,250,247,.92), rgba(251,250,247,.42));
  }
  .hero-immersive-inner {
    padding: 8.4rem 0 5rem;
  }
  .hero-copy-immersive h1 {
    font-size: clamp(3.2rem, 16vw, 4.8rem);
    line-height: 1.01;
  }
  .hero-copy-immersive .lead { font-size: 1.05rem; }
  .desktop-only { display: none; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-copy-immersive .hero-note { font-size: .78rem; }
  .hero-scroll { bottom: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg { transition: none !important; transform: none !important; }
  .hero-bg-canyon { opacity: 1 !important; }
  .hero-bg-water,
  .hero-bg-butterfly { opacity: 0 !important; }
}


/* v1.0 — full source-grounded content */
.longform-grid { display:grid; grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr); gap:clamp(2rem,6vw,6rem); align-items:start; }
.prose-large { font-size:clamp(1.05rem,1.6vw,1.22rem); }
.prose-large p { margin-top:0; margin-bottom:1.35rem; }
.timeline-detailed .card { padding:clamp(1.35rem,2.4vw,2rem); }
.timeline-detailed ul { padding-left:1.15rem; color:inherit; }
.timeline-detailed li + li { margin-top:.5rem; }
.service-stack { display:grid; gap:0; margin-top:2rem; border-top:1px solid var(--line); }
.service-row { display:grid; grid-template-columns:90px 1fr; gap:1.25rem; padding:1.55rem 0; border-bottom:1px solid var(--line); }
.service-number { color:var(--orange-dark); font-weight:900; font-size:1.2rem; }
.service-row h3 { margin-bottom:.35rem; }
.service-row p { margin:0; max-width:75ch; }
.checklist-negative { list-style:none; padding:0; }
.checklist-negative li { position:relative; padding-left:1.65rem; margin:.65rem 0; }
.checklist-negative li::before { content:"×"; position:absolute; left:0; color:var(--danger); font-weight:900; }
.feature-list { padding-left:1.2rem; }
.feature-list li + li { margin-top:.75rem; }
.badge-progress { background:#fff3e8; border-color:rgba(200,92,24,.35); color:var(--orange-dark); }
.product-shell { display:grid; grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr); gap:1.5rem; margin-top:2rem; }
.product-main,.product-aside { border:1px solid rgba(36,75,78,.14); border-radius:var(--radius); padding:clamp(1.4rem,3vw,2.2rem); background:var(--paper); }
.product-main ul { padding-left:1.2rem; }
.product-aside { background:linear-gradient(145deg,#fff,#f4eee4); }
.product-card { display:flex; flex-direction:column; }
.product-card ul { padding-left:1.15rem; }
.product-card .btn { margin-top:auto; align-self:flex-start; }
.feature-split-reverse { grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr); }
.page-hero-photo { background:linear-gradient(135deg,#fbfaf7,#edf1ea); }
@media (max-width:980px){ .longform-grid,.product-shell,.feature-split-reverse{grid-template-columns:1fr;} }
@media (max-width:720px){ .service-row{grid-template-columns:1fr;gap:.35rem;} }
