/* ============================================================
   SCMBA — Warm Coastal Sunrise / "Two of Everything"
   ============================================================ */
:root {
  --sand: #FDFBF7;
  --peach-tint: #FBEADB;
  --white: #FFFFFF;
  --ink: #264653;
  --ink-soft: rgba(38, 70, 83, 0.78);
  --ink-faint: rgba(38, 70, 83, 0.6);
  --terra: #E76F51;
  --terra-text: #C14A2E;
  --terra-dark: #A63D24;
  --teal: #2A9D8F;
  --teal-text: #1F7A6E;
  --teal-dark: #18655C;
  --deep: #1E3A45;
  --peach: #F4A261;
  --peach-light: #F7C093;
  --line: rgba(38, 70, 83, 0.14);
  --display: "Quicksand", "Trebuchet MS", sans-serif;
  --body: "DM Sans", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 78px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--sand);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.05rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--teal); color: #fff; }

:focus-visible { outline: 3px solid var(--teal-text); outline-offset: 3px; border-radius: 6px; }

.container { max-width: 74rem; margin-inline: auto; padding-inline: 1.5rem; }
@media (min-width: 768px) { .container { padding-inline: 2.5rem; } }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--deep); color: #fff;
  padding: 0.75rem 1.25rem; font-weight: 600; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Typography ---------- */
h1, h2, h3, .display { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -0.015em; color: var(--deep); }
h1 { font-size: clamp(2.7rem, 6.2vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.12; }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.7rem); line-height: 1.25; }
em, .italic { font-style: normal; color: var(--terra-text); }
.section-dark h2, .section-dark h3 { color: var(--sand); }
.section-dark em { color: var(--peach-light); }

/* paired-dots motif */
.overline {
  font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--teal-text);
  display: inline-flex; align-items: center; gap: 0.7rem;
}
.overline::before {
  content: ""; width: 1.4rem; height: 0.5rem; flex: none;
  background:
    radial-gradient(circle 4px at 4px 50%, var(--terra) 98%, transparent),
    radial-gradient(circle 4px at calc(100% - 4px) 50%, var(--teal) 98%, transparent);
  background-repeat: no-repeat;
}
.overline.warm { color: var(--terra-text); }
.overline.light { color: var(--peach-light); }

.lead { font-size: clamp(1.08rem, 1.5vw, 1.24rem); line-height: 1.75; color: var(--ink-soft); max-width: 42rem; }
.muted { color: var(--ink-faint); }

/* ---------- Buttons (pill) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--display); font-weight: 700; font-size: 0.92rem;
  letter-spacing: 0.03em;
  padding: 1rem 1.9rem; border-radius: 999px;
  border: 2px solid transparent;
  text-decoration: none; cursor: pointer;
  box-shadow: 0 8px 24px rgba(244, 162, 97, 0.28);
  transition: transform 0.25s ease-out, background-color 0.25s ease-out,
              color 0.25s ease-out, box-shadow 0.25s ease-out, border-color 0.25s ease-out;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(244, 162, 97, 0.36); }
.btn:active { transform: translateY(0); }
.btn .arrow { transition: transform 0.25s ease-out; }
.btn:hover .arrow { transform: translateX(4px); }

.btn-primary { background: var(--terra-text); color: #fff; }
.btn-primary:hover { background: var(--terra-dark); }
.btn-secondary { background: var(--teal-text); color: #fff; box-shadow: 0 8px 24px rgba(42, 157, 143, 0.28); }
.btn-secondary:hover { background: var(--teal-dark); box-shadow: 0 14px 30px rgba(42, 157, 143, 0.36); }
.btn-outline { background: transparent; border-color: var(--ink); color: var(--ink); box-shadow: none; }
.btn-outline:hover { background: var(--ink); color: var(--sand); box-shadow: none; }
.btn-light { background: var(--sand); color: var(--deep); }
.btn-light:hover { background: var(--peach-light); }
.btn-ghost-light { background: transparent; border-color: rgba(253,251,247,0.5); color: var(--sand); box-shadow: none; }
.btn-ghost-light:hover { background: var(--sand); color: var(--deep); border-color: var(--sand); }
.btn-sm { padding: 0.65rem 1.4rem; font-size: 0.8rem; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 700; font-size: 0.9rem;
  color: var(--terra-text); text-decoration: none;
  border-bottom: 2px solid rgba(193, 74, 46, 0.3); padding-bottom: 2px;
  transition: gap 0.25s ease-out, border-color 0.25s, color 0.25s;
}
.link-arrow:hover { gap: 0.85rem; color: var(--teal-text); border-color: var(--teal-text); }

/* ---------- Topbar + Header ---------- */
.topbar {
  background: var(--deep); color: rgba(253,251,247,0.9);
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.5rem 0; position: relative; z-index: 51;
  border-bottom: 3px double rgba(244, 162, 97, 0.5);
}
.topbar .container { display: flex; flex-wrap: wrap; gap: 0.3rem 1.6rem; justify-content: center; }
@media (min-width: 768px) { .topbar .container { justify-content: space-between; } }
.topbar strong { color: var(--peach-light); font-weight: 700; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 251, 247, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 30px rgba(244, 162, 97, 0.12); }
.header-inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; flex: none; transition: transform 0.3s var(--ease); }
.brand:hover .brand-mark { transform: scale(1.07) rotate(-4deg); }
.brand-text { font-family: var(--display); font-size: 1.5rem; font-weight: 700; line-height: 1.02; color: var(--deep); }
.brand-text small { display: block; font-family: var(--body); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); margin-top: 2px; }

.main-nav { display: none; align-items: center; gap: 1.5rem; }
.main-nav a {
  position: relative; text-decoration: none;
  font-size: 0.88rem; font-weight: 500;
  color: var(--ink-soft); padding: 0.4rem 0;
  transition: color 0.25s var(--ease);
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, var(--terra) 45%, var(--teal) 55%);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.3s var(--ease);
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--deep); font-weight: 700; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 0.8rem; }
.header-actions .btn { display: none; }

.nav-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 46px; height: 46px;
  background: var(--peach-tint); border: none; border-radius: 999px; cursor: pointer;
  transition: background-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.nav-toggle:hover { background: var(--peach); transform: translateY(-2px); }
.nav-toggle span { width: 18px; height: 2px; border-radius: 2px; background: var(--deep); transition: transform 0.3s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

.mobile-menu { display: block; max-height: 0; overflow: hidden; transition: max-height 0.45s var(--ease); background: var(--sand); border-bottom: 2px solid transparent; }
.mobile-menu.is-open { max-height: 640px; border-bottom-color: var(--line); }
.mobile-menu nav { display: flex; flex-direction: column; padding: 1rem 1.5rem 2rem; gap: 0.15rem; }
.mobile-menu a {
  text-decoration: none; font-family: var(--display); font-size: 1.5rem; font-weight: 700; color: var(--deep);
  padding: 0.5rem 0; border-bottom: 2px solid var(--line);
  transition: color 0.25s, padding-left 0.25s var(--ease);
}
.mobile-menu a:hover, .mobile-menu a[aria-current="page"] { color: var(--terra-text); padding-left: 0.5rem; }
.mobile-menu a.btn, .mobile-menu a.btn:hover {
  color: #fff; border-bottom: 2px solid transparent; padding-left: 1.9rem;
  font-size: 0.92rem; font-weight: 700;
}
.mobile-menu .btn { margin-top: 1.2rem; justify-content: center; }

@media (min-width: 1060px) {
  .main-nav { display: flex; }
  .header-actions .btn { display: inline-flex; }
  .nav-toggle, .mobile-menu { display: none; }
}

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(2.8rem, 6.5vw, 5rem); overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; position: relative; z-index: 1; }
@media (min-width: 1000px) { .hero-grid { grid-template-columns: 1.08fr 0.92fr; gap: 4.5rem; } }
.hero h1 { margin: 1.3rem 0 1.5rem; }
.reveal-line { display: block; overflow: hidden; padding-bottom: 0.12em; }
html.js .reveal-line-inner { display: inline-block; transform: translateY(115%); animation: line-up 1s var(--ease) forwards; }
html.js .reveal-line:nth-child(2) .reveal-line-inner { animation-delay: 0.14s; }
html.js .reveal-line:nth-child(3) .reveal-line-inner { animation-delay: 0.28s; }
@keyframes line-up { to { transform: translateY(0); } }
html.js .hero-fade { opacity: 0; transform: translateY(18px); animation: fade-up 0.8s var(--ease) forwards; }
html.js .hero-fade.d1 { animation-delay: 0.45s; }
html.js .hero-fade.d2 { animation-delay: 0.6s; }
html.js .hero-fade.d3 { animation-delay: 0.75s; }
@keyframes fade-up { to { opacity: 1; transform: translateY(0); } }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.3rem; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.7rem;
  margin-top: 2.4rem; padding-top: 1.3rem;
  border-top: 3px double var(--line);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-faint);
}
.hero-trust strong { color: var(--deep); }

.hero-media { position: relative; }
html.js .hero-media { opacity: 0; transform: translateY(22px); animation: hero-img 1s var(--ease) 0.3s forwards; }
@keyframes hero-img { to { opacity: 1; transform: translateY(0); } }
.hero-frame {
  border-radius: 2rem;
  overflow: hidden; aspect-ratio: 4 / 4.4;
  box-shadow: 0 24px 60px -24px rgba(38, 70, 83, 0.35);
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-sticker {
  position: absolute; left: -0.8rem; bottom: 7%;
  background: var(--teal-text); color: #fff;
  font-family: var(--display); font-weight: 700; font-size: 0.88rem;
  padding: 0.7rem 1.3rem; border-radius: 999px;
  transform: rotate(-3deg);
  box-shadow: 0 12px 26px -10px rgba(31, 122, 110, 0.55);
}
.hero-dots { position: absolute; top: -1.1rem; right: 6%; display: flex; gap: 0.55rem; }
.hero-dots i { width: 1rem; height: 1rem; border-radius: 50%; display: block; }
.hero-dots i:nth-child(1) { background: var(--terra); }
.hero-dots i:nth-child(2) { background: var(--teal); }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; background: var(--deep); padding: 1.15rem 0; margin-top: clamp(3.2rem, 7vw, 5.5rem); border-block: 3px double rgba(244, 162, 97, 0.5); }
.marquee-track { display: flex; width: max-content; animation: marquee 46s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track > span {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  white-space: nowrap; padding-right: 2.4rem; color: var(--sand);
  display: inline-flex; align-items: center;
}
.marquee-track > span::after {
  content: ""; width: 1.15rem; height: 0.45rem; margin-left: 2.4rem;
  background:
    radial-gradient(circle 3.5px at 3.5px 50%, var(--terra) 98%, transparent),
    radial-gradient(circle 3.5px at calc(100% - 3.5px) 50%, var(--teal) 98%, transparent);
  background-repeat: no-repeat;
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding-block: clamp(4rem, 9vw, 7rem); position: relative; }
.section-peach { background: var(--peach-tint); border-block: 3px double rgba(38,70,83,0.12); }
.section-dark { background: var(--deep); color: var(--sand); }
.section-dark .lead, .section-dark .muted { color: rgba(253,251,247,0.78); }
.section-head { max-width: 50rem; margin-bottom: clamp(2.4rem, 5vw, 3.6rem); position: relative; z-index: 1; }
.section-head h2 { margin: 1rem 0 1rem; }
.grid-2 { display: grid; gap: 2.5rem; }
@media (min-width: 900px) { .grid-2 { grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; } }
.grid-3 { display: grid; gap: 1.7rem; }
@media (min-width: 860px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Belief rows ---------- */
.belief-row {
  display: grid; grid-template-columns: auto 1fr;
  gap: 1.3rem 2rem;
  padding-block: clamp(1.8rem, 4vw, 2.6rem);
  border-top: 3px double var(--line);
  align-items: start;
}
.spark-no {
  display: inline-flex; gap: 0.3rem; margin-top: 0.45rem;
}
.spark-no i { width: 0.85rem; height: 0.85rem; border-radius: 50%; display: block; }
.spark-no i:nth-child(1) { background: var(--terra); }
.spark-no i:nth-child(2) { background: var(--teal); }
.belief-row h3 { margin-bottom: 0.5rem; }
.belief-row p { color: var(--ink-soft); max-width: 44rem; }

/* ---------- Cards ---------- */
.card {
  background: var(--white);
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex; flex-direction: column;
  text-decoration: none;
  border: 1px solid var(--line);
  box-shadow: 0 10px 34px rgba(244, 162, 97, 0.14);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 22px 44px -14px rgba(244, 162, 97, 0.35); }
.card-media { overflow: hidden; aspect-ratio: 4 / 3; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.card:hover .card-media img { transform: scale(1.05); }
.card-body { padding: 1.5rem 1.6rem 1.7rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.card-body h3 { font-size: 1.5rem; }
.card-body p { font-size: 0.94rem; color: var(--ink-soft); flex: 1; }
.card-tag {
  align-self: flex-start;
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.38rem 0.9rem; border-radius: 999px;
  background: var(--peach-tint); color: var(--terra-text);
}
.card:nth-child(even) .card-tag { background: rgba(42, 157, 143, 0.12); color: var(--teal-text); }

/* ---------- Stat pills ---------- */
.pills { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.pill {
  display: inline-flex; flex-direction: column; gap: 0.1rem;
  background: var(--white); border: 1px solid var(--line); border-radius: 1.2rem;
  padding: 0.95rem 1.5rem;
  box-shadow: 0 8px 24px rgba(244, 162, 97, 0.14);
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}
.pill:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(244, 162, 97, 0.26); }
.pill b { font-family: var(--display); font-size: 1.55rem; font-weight: 700; line-height: 1.1; color: var(--deep); }
.pill span { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); }

/* ---------- Frames ---------- */
.frame { border-radius: 1.5rem; overflow: hidden; box-shadow: 0 20px 50px -22px rgba(38, 70, 83, 0.35); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame-tall { aspect-ratio: 3 / 3.7; }
.frame-wide { aspect-ratio: 16 / 10; }
.frame-caption { font-size: 0.78rem; font-weight: 500; color: var(--ink-faint); margin-top: 0.9rem; display: flex; align-items: center; gap: 0.6rem; }
.frame-caption::before {
  content: ""; width: 1.1rem; height: 0.45rem; flex: none;
  background:
    radial-gradient(circle 3.5px at 3.5px 50%, var(--terra) 98%, transparent),
    radial-gradient(circle 3.5px at calc(100% - 3.5px) 50%, var(--teal) 98%, transparent);
  background-repeat: no-repeat;
}

/* ---------- Quote band ---------- */
.quote-band blockquote {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem); line-height: 1.3;
  max-width: 52rem; color: var(--deep);
}
.section-dark .quote-band blockquote { color: var(--sand); }
.section-dark .quote-band blockquote em { color: var(--peach-light); }
.quote-band cite { display: block; margin-top: 1.4rem; font-family: var(--body); font-style: normal; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); }
.section-dark .quote-band cite { color: rgba(253,251,247,0.7); }

/* ---------- CTA band ---------- */
.cta-band h2 { max-width: 44rem; margin: 1rem 0 1.2rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 1rem; }
.cta-band .btn-row { margin-top: 2.1rem; }

/* ---------- Page hero ---------- */
.page-hero { padding-top: clamp(2.8rem, 6vw, 4.5rem); padding-bottom: clamp(2.2rem, 5vw, 3.4rem); position: relative; }
.page-hero h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); margin: 1.2rem 0 1.3rem; max-width: 54rem; }
.breadcrumb { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
.breadcrumb a { color: var(--terra-text); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* ---------- Chapters ---------- */
.chapter { padding-block: clamp(3rem, 7vw, 5.2rem); border-top: 3px double var(--line); position: relative; }
.chapter-grid { display: grid; gap: 2.4rem; }
@media (min-width: 960px) {
  .chapter-grid { grid-template-columns: 1.05fr 0.95fr; gap: 4.5rem; align-items: center; }
  .chapter:nth-child(even) .chapter-grid > .chapter-media { order: -1; }
}
.chapter h2 { font-size: clamp(1.9rem, 3.2vw, 2.6rem); margin: 0.9rem 0 1rem; }
.chapter p { color: var(--ink-soft); margin-bottom: 1rem; }
.check-list { list-style: none; margin: 1.3rem 0 1.7rem; display: grid; gap: 0.7rem; }
.check-list li { position: relative; padding-left: 2rem; color: var(--ink-soft); font-size: 0.97rem; }
.check-list li::before, .check-list li::after {
  content: ""; position: absolute; top: 0.45em;
  width: 0.6rem; height: 0.6rem; border-radius: 50%;
}
.check-list li::before { left: 0.1rem; background: var(--terra); }
.check-list li::after { left: 0.85rem; background: var(--teal); }

/* ---------- Info panels ---------- */
.info-panel { background: var(--white); border: 1px solid var(--line); border-radius: 1.5rem; padding: clamp(1.6rem, 3.5vw, 2.3rem); box-shadow: 0 10px 34px rgba(244, 162, 97, 0.14); }
.info-panel h3 { margin-bottom: 1rem; }
.detail-row { display: grid; grid-template-columns: 1fr; gap: 0.1rem; padding: 0.95rem 0; border-top: 2px solid var(--line); }
@media (min-width: 640px) { .detail-row { grid-template-columns: 11rem 1fr; gap: 1.4rem; } }
.detail-row dt { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); padding-top: 0.25rem; }
.detail-row dd { font-size: 0.97rem; font-weight: 500; }
.detail-row dd a { color: var(--terra-text); text-decoration: none; border-bottom: 2px solid rgba(193, 74, 46, 0.3); transition: color 0.25s, border-color 0.25s; }
.detail-row dd a:hover { color: var(--teal-text); border-color: var(--teal-text); }

/* ---------- Forms ---------- */
.form { display: grid; gap: 1.2rem; }
.form-row { display: grid; gap: 1.2rem; }
@media (min-width: 700px) { .form-row { grid-template-columns: 1fr 1fr; } }
.field label { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 0.45rem; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--body); font-weight: 500; font-size: 0.98rem; color: var(--ink);
  background: var(--sand); border: 2px solid var(--line); border-radius: 0.9rem;
  padding: 0.85rem 1.15rem;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.field textarea { min-height: 8.5rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(42, 157, 143, 0.16);
}
.form-note { font-size: 0.86rem; font-weight: 500; color: var(--ink-faint); }

/* ---------- Steps ---------- */
.flow-steps { counter-reset: step; display: grid; gap: 1.4rem; list-style: none; }
@media (min-width: 800px) { .flow-steps { grid-template-columns: repeat(3, 1fr); gap: 1.8rem; } }
.flow-steps li {
  background: var(--white); border: 1px solid var(--line); border-radius: 1.5rem;
  padding: 1.8rem; counter-increment: step;
  box-shadow: 0 10px 34px rgba(244, 162, 97, 0.14);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
.flow-steps li:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -14px rgba(244, 162, 97, 0.32); }
.flow-steps li::before {
  content: counter(step);
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.4rem; height: 2.4rem; margin-bottom: 0.9rem;
  font-family: var(--display); font-weight: 700; font-size: 1.1rem;
  background: var(--terra-text); color: #fff;
  border-radius: 999px;
}
.flow-steps li:nth-child(even)::before { background: var(--teal-text); }
.flow-steps h3 { font-size: 1.3rem; margin-bottom: 0.4rem; }
.flow-steps p { font-size: 0.93rem; color: var(--ink-soft); }

/* ---------- Footer ---------- */
.site-footer { background: var(--deep); color: var(--sand); position: relative; z-index: 2; border-top: 3px double rgba(244, 162, 97, 0.5); }
.footer-word {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2.6rem, 8vw, 5.6rem);
  line-height: 1.05; letter-spacing: -0.015em;
  padding-top: clamp(3.2rem, 7vw, 5.2rem);
}
.footer-word em { color: var(--peach-light); }
.footer-cta { padding-block: clamp(2.2rem, 5vw, 3.4rem); border-bottom: 2px solid rgba(253,251,247,0.16); }
.footer-cta p { color: rgba(253,251,247,0.8); max-width: 38rem; margin-bottom: 1.9rem; }
.footer-grid { display: grid; gap: 2.4rem; padding-block: clamp(2.6rem, 6vw, 4rem); border-bottom: 2px solid rgba(253,251,247,0.16); }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 3rem; } }
.footer-grid h4 { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--peach-light); margin-bottom: 1rem; }
.footer-grid ul { list-style: none; display: grid; gap: 0.55rem; }
.footer-grid a { color: rgba(253,251,247,0.9); text-decoration: none; font-size: 0.93rem; transition: color 0.25s, padding-left 0.25s var(--ease); }
.footer-grid a:hover { color: var(--peach-light); padding-left: 0.3rem; }
.footer-brand p { color: rgba(253,251,247,0.74); font-size: 0.9rem; margin-top: 1rem; max-width: 24rem; }
.footer-charity { padding-block: 2rem; border-bottom: 2px solid rgba(253,251,247,0.16); }
.footer-charity p { font-size: 0.83rem; color: rgba(253,251,247,0.78); max-width: 62rem; margin-bottom: 0.5rem; }
.footer-charity strong { color: var(--sand); font-weight: 700; }
.footer-base {
  display: flex; flex-wrap: wrap; gap: 0.7rem 2rem;
  align-items: center; justify-content: space-between;
  padding-block: 1.5rem;
  font-size: 0.76rem; font-weight: 500; color: rgba(253,251,247,0.68);
}
.footer-base a { color: rgba(253,251,247,0.88); text-decoration: none; }
.footer-base a:hover { color: var(--sand); text-decoration: underline; }

/* ---------- Misc ---------- */
.notice { border: 2px solid rgba(42, 157, 143, 0.4); border-left-width: 6px; background: rgba(42, 157, 143, 0.08); border-radius: 0.9rem; padding: 1.2rem 1.5rem; font-size: 0.94rem; color: var(--ink-soft); }
.notice strong { color: var(--deep); }
.notice a { color: var(--teal-text); font-weight: 600; }
.prose p { margin-bottom: 1.1rem; color: var(--ink-soft); max-width: 46rem; }
.prose h2 { margin: 2.6rem 0 1rem; font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
.prose h3 { margin: 2rem 0 0.8rem; font-size: 1.4rem; }
.prose ul { margin: 0 0 1.1rem 1.3rem; color: var(--ink-soft); max-width: 44rem; }
.prose li { margin-bottom: 0.45rem; }
.prose a { color: var(--terra-text); font-weight: 600; }
.prose strong { color: var(--deep); font-weight: 700; }

/* scroll reveals */
html.js .rv { opacity: 0; transform: translateY(22px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
html.js .rv.is-visible { opacity: 1; transform: translateY(0); }
html.js .rv-d1 { transition-delay: 0.1s; }
html.js .rv-d2 { transition-delay: 0.2s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001s !important; animation-iteration-count: 1 !important; transition-duration: 0.001s !important; scroll-behavior: auto !important; }
  html.js .reveal-line-inner, html.js .hero-fade, html.js .hero-media { transform: none; opacity: 1; animation: none; }
  html.js .rv { opacity: 1; transform: none; }
}
