
: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); }
.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); }
.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); }
.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: 1120px) {
  .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: 640px; 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-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; }
.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: 1120px) {
  .hero-grid,
  .feature-split,
  .story-split,
  .partner-split { grid-template-columns: 1fr; }
  .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 { 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: 1120px) {
  .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;} }


/* Finančný horizont v2.0 */
:root{--orange:#f48239;--orange-dark:#c75e1a;--horizon:#1d4650;--horizon-2:#102f38;--warm-white:#fbfaf7;--paper:#fff;--sand:#efe8dc;--sand-light:#f7f2e9;--ink:#1c292c;--muted:#607075}
.brand-lockup{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--ink);min-width:235px}.brand-lockup img{width:72px}.brand-lockup span{display:flex;flex-direction:column;line-height:1.1}.brand-lockup strong{font-family:var(--font-serif);font-size:1.18rem}.brand-lockup small{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:.28rem}.footer-lockup{display:flex;gap:.75rem;align-items:center}.footer-lockup img{width:70px}.footer-lockup div{display:flex;flex-direction:column}.footer-lockup strong{font-family:var(--font-serif);font-size:1.2rem}.footer-lockup span{font-size:.78rem;opacity:.72}
.hero-immersive{position:relative;isolation:isolate;min-height:760px;overflow:hidden;display:grid;align-items:center;background:#dce7e4}.hero-backgrounds{position:absolute;inset:0;z-index:-3}.hero-wash{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(251,250,247,.97) 0%,rgba(251,250,247,.88) 43%,rgba(251,250,247,.32) 72%,rgba(10,31,34,.12) 100%)}.hero-panel{max-width:800px}.hero-panel h1{font-family:var(--font-serif);font-weight:520;font-size:clamp(3rem,6.3vw,6.5rem)}.btn-glass{background:rgba(255,255,255,.72);border-color:rgba(29,70,80,.55);color:var(--horizon);backdrop-filter:blur(8px)}.hero-scroll{position:absolute;bottom:1.5rem;left:50%;width:34px;height:34px;border:1px solid rgba(255,255,255,.7);border-radius:50%;display:grid;place-items:center}.hero-scroll span{width:8px;height:8px;border-right:2px solid white;border-bottom:2px solid white;transform:rotate(45deg) translate(-1px,-1px)}
.route-grid .featured,.pricing-card.featured{border-color:rgba(244,130,57,.8);box-shadow:0 20px 60px rgba(244,130,57,.13)}.route-number{font-size:2.3rem;font-family:var(--font-serif);color:var(--orange-dark)}.price-inline,.price{display:block;font-weight:900;color:var(--horizon);font-size:2.2rem;margin:.6rem 0 1rem}.section-heading-row{display:flex;gap:2rem;justify-content:space-between;align-items:end;margin-bottom:2rem}.product-spotlight{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:clamp(2rem,7vw,6rem);align-items:center}.guide-cover{aspect-ratio:3/4;max-width:390px;padding:2rem;border-radius:1.4rem;background:linear-gradient(145deg,#173f49,#0d2931);color:white;box-shadow:0 30px 80px rgba(10,39,46,.26);display:flex;flex-direction:column;position:relative;overflow:hidden}.guide-cover:before{content:"";position:absolute;width:380px;height:380px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-190px;top:-90px;box-shadow:0 0 0 60px rgba(244,130,57,.06),0 0 0 120px rgba(255,255,255,.03)}.guide-cover>*{position:relative}.guide-cover h2{font-family:var(--font-serif);font-size:clamp(2.5rem,5vw,4.5rem);margin:auto 0 .5rem;color:#fff}.guide-cover p{font-size:1.2rem;color:#ffc49c}.cover-brand{letter-spacing:.16em;font-weight:900;font-size:.78rem}.cover-steps{display:flex;gap:.5rem;margin:1.4rem 0}.cover-steps span{border:1px solid rgba(255,255,255,.3);padding:.35rem .55rem;border-radius:999px;font-size:.78rem}.guide-cover small{max-width:26ch;opacity:.78}.guide-cover.large{max-width:430px}.check-list,.x-list{list-style:none;padding:0}.check-list li,.x-list li{position:relative;padding-left:1.7rem;margin:.65rem 0}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:900}.x-list li:before{content:"!";position:absolute;left:0;color:var(--danger);font-weight:900}.split,.story-layout,.help-layout,.cta-band{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,6vw,5rem);align-items:center}.story-layout{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)}.cta-band{align-items:center}.pricing-card{display:flex;flex-direction:column}.pricing-card .btn{margin-top:auto}.pricing-card p{flex:1}.grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.compact-cards .card{padding:1rem}.compact-cards strong{font-size:2rem;color:var(--orange-dark)}.network-list{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.network-row{display:grid;grid-template-columns:210px minmax(0,1fr) auto;gap:2rem;align-items:center;background:var(--paper);padding:2rem}.network-row h2{font-size:2rem;margin-bottom:.4rem}.network-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--orange-dark)}.light{background:rgba(255,255,255,.1);color:white}.chapter-list details{background:#fff}.hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important}.optional{font-weight:400;color:var(--muted);font-size:.82rem}.form-status{min-height:1.4em}.form-status.success{color:var(--success)}.form-status.error{color:var(--danger)}.badge{width:max-content}.partner-grid .card{min-height:280px}.brevo-frame{width:100%;min-height:305px;border:0}.newsletter-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:2rem}.editorial-image{min-height:450px}
@media(max-width:1050px){.site-nav{gap:0}.site-nav a{padding:.65rem .45rem;font-size:.84rem}.brand-lockup{min-width:185px}.brand-lockup img{width:60px}.brand-lockup strong{font-size:1rem}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.product-spotlight,.split,.story-layout,.help-layout,.cta-band,.newsletter-layout{grid-template-columns:1fr}.guide-cover{margin:auto}.section-heading-row{align-items:start;flex-direction:column}.network-row{grid-template-columns:1fr;gap:.75rem}.grid-5{grid-template-columns:1fr}.hero-immersive{min-height:680px}.hero-wash{background:linear-gradient(180deg,rgba(251,250,247,.94),rgba(251,250,247,.76))}.hero-panel h1{font-size:clamp(2.7rem,12vw,4.7rem)}}

/* v2.2 Cal.com integration */
.orientation-offer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:center;padding:1.6rem 1.8rem;margin-bottom:2.2rem;background:#eef4f1;border:1px solid rgba(29,70,80,.14);border-radius:20px}.orientation-offer h2{margin:.15rem 0 .55rem}.orientation-offer .price{margin-bottom:.65rem;text-align:center}.small-note{margin:.8rem 0 0;font-size:.86rem;line-height:1.45;color:var(--muted)}@media(max-width:760px){.orientation-offer{grid-template-columns:1fr}.orientation-offer .price{text-align:left}}


/* v3.0.0 production additions */
.contact-list{display:grid;gap:.6rem}.contact-list p{margin:0 0 1rem}
h4{font-size:1rem;margin:1.1rem 0 .4rem;color:var(--horizon)}
.copy h2{margin-top:2.5rem}.copy h3{margin-top:1.6rem}
.copy ul,.copy ol{padding-left:1.25rem}.copy li+li{margin-top:.45rem}
.form-shell .btn{margin-top:1.25rem}
@media print{.site-header,.site-footer,.safety-bar,.hero-scroll,.actions{display:none!important}body{background:#fff;color:#000}main{min-height:0}.section,.page-hero{padding:1.5rem 0}}

/* v3.1 — oprava kontrastu bielych kariet v tmavých sekciách */
.section-dark .card:not(.card-dark) {
  color: var(--ink);
}
.section-dark .card:not(.card-dark) h2,
.section-dark .card:not(.card-dark) h3,
.section-dark .card:not(.card-dark) h4,
.section-dark .card:not(.card-dark) strong {
  color: var(--horizon);
}
.section-dark .card:not(.card-dark) p,
.section-dark .card:not(.card-dark) li,
.section-dark .card:not(.card-dark) small {
  color: var(--muted);
}
.section-dark .card:not(.card-dark) a {
  color: var(--horizon);
}
.section-dark .card:not(.card-dark) a:hover {
  color: var(--orange-dark);
}
.section-dark .timeline .card .time {
  color: var(--horizon);
}


/* v3.2 — O mne a sekcie „Nie ste v tom sami“ */
.stats-heading{max-width:960px;align-items:start}
.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem}
.stats-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.stat-card{display:flex;flex-direction:column;min-height:280px;padding:clamp(1.3rem,2.5vw,2rem);background:linear-gradient(155deg,#fff,#f8f5ef);border:1px solid rgba(29,70,80,.14);border-radius:var(--radius);box-shadow:0 14px 40px rgba(20,54,62,.06)}
.stat-number{display:block;font-family:var(--font-serif);font-size:clamp(2.5rem,4.5vw,4.3rem);line-height:1;color:var(--orange-dark);margin-bottom:1rem}
.stat-card h3{font-size:1.15rem;line-height:1.35;color:var(--horizon);margin:0 0 .65rem}
.stat-card p{color:var(--muted);margin:0 0 1.2rem}
.stat-card small{margin-top:auto;color:var(--muted);font-weight:700}
.reassurance-panel{margin-top:1.4rem;padding:clamp(1.4rem,3vw,2.2rem);background:#eef4f1;border-left:6px solid var(--orange);border-radius:0 var(--radius) var(--radius) 0}
.reassurance-panel h3{margin:0 0 .45rem;color:var(--horizon)}
.reassurance-panel p{margin:0;max-width:88ch;color:var(--ink)}
.source-note{max-width:100ch;margin:1.25rem 0 0;font-size:.78rem;line-height:1.55;color:var(--muted)}
.source-note a{color:var(--horizon);text-decoration:underline;text-underline-offset:2px}
.author-teaser{align-items:center}
.author-visual,.author-visual-large{margin:0;overflow:hidden;border-radius:var(--radius);background:var(--sand)}
.author-visual img,.author-visual-large img{width:100%;height:100%;min-height:420px;object-fit:cover}
.author-visual-large figcaption{padding:.8rem 1rem;background:var(--horizon);color:#fff;font-size:.82rem}
.author-story{align-items:center}
.quote-panel{margin:2rem 0 0;padding:1.4rem 1.6rem;border-left:5px solid var(--orange);background:#fff;border-radius:0 16px 16px 0;font-family:var(--font-serif);font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.45;color:var(--horizon)}
.boundary-card{background:linear-gradient(145deg,#fff,#f4eee4)}
@media(max-width:1050px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.stats-grid,.stats-grid-3{grid-template-columns:1fr}.stat-card{min-height:0}.author-visual img,.author-visual-large img{min-height:320px}.reassurance-panel{border-left-width:4px}}


/* v3.3 – viditeľný newsletter */
.home-newsletter { border-top: 1px solid var(--line); }
.newsletter-home-layout { margin-top: 1.5rem; }
.newsletter-home-layout .newsletter-aside.card { background: var(--paper); }
.newsletter-home-layout .actions { align-items: flex-start; }
.newsletter-home-layout .actions > a:not(.btn) { font-weight: 750; padding-block: .75rem; }
@media (max-width: 1120px) { .nav-toggle { display: inline-flex; } }
