/* ============================================================
   SOFT MACHINE v2 — product-minimal light world, selling cut
   Vast white, enormous quiet type, one frosted-glass object.
   Same world as site-3; now carrying the full sales argument.
   Instrument Sans only.
   ============================================================ */

:root {
  --bg: #fbfbfd;
  --ink: #1d1d1f;
  --ink-soft: #6e6e73;
  --lilac: #c7b9ff;
  --peach: #ffc9b4;
  --sky: #b5dcff;
  --mint: #bdf0d8;
  --sans: 'Instrument Sans', -apple-system, system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: clip; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

::selection { background: var(--lilac); color: var(--ink); }

a { color: inherit; }
a:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; border-radius: 2px; }

.ink { color: var(--ink); font-weight: 600; }

/* ---------- canvas + ambient veil ---------- */
#gl {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.veil {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(60% 50% at 18% 8%, var(--tint-a, rgba(199, 185, 255, 0.28)), transparent 70%),
    radial-gradient(55% 45% at 85% 90%, var(--tint-b, rgba(255, 201, 180, 0.22)), transparent 70%);
  transition: opacity 1s ease;
}

/* ---------- nav ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem clamp(1.2rem, 4vw, 3rem);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(251, 251, 253, 0.55);
}
.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.nav-mark {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  flex: 0 0 auto;
  box-shadow: 0 2px 8px rgba(29, 29, 31, 0.18);
}
.nav-line {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-right: auto;
  padding-left: 1.1rem;
  border-left: 1px solid rgba(29, 29, 31, 0.14);
  white-space: nowrap;
}
@media (max-width: 640px) { .nav-line { display: none; } }
.nav-cta {
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--bg);
  background: var(--ink);
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--ink);
  white-space: nowrap;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.nav-cta:hover { box-shadow: 0 8px 22px rgba(29, 29, 31, 0.25); }

/* ---------- chapters ---------- */
main { position: relative; z-index: 2; }

.chapter {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 7rem clamp(1.2rem, 5vw, 3rem) 6rem;
  position: relative;
}
.chapter-copy { max-width: 640px; }
.chapter:not(.chapter-hero):not(.chapter-offer):not(.chapter-final) {
  align-items: flex-start;
  text-align: left;
}
.chapter:not(.chapter-hero):not(.chapter-offer):not(.chapter-final) .chapter-copy { margin-left: clamp(0rem, 6vw, 6rem); }
.chapter-right:not(.chapter-hero) { align-items: flex-end !important; }
.chapter-right .chapter-copy { margin-right: clamp(0rem, 6vw, 6rem); margin-left: 0 !important; }

.eyebrow {
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  font-weight: 500;
  color: var(--ink-soft);
  letter-spacing: 0.01em;
  margin-bottom: 1.2rem;
}
.statement {
  font-size: clamp(2.7rem, 8.4vw, 6.6rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.statement-2 {
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.0;
  margin-bottom: 1.6rem;
}
.grad-text {
  background: linear-gradient(92deg, #8d78e8 0%, #e88d6f 55%, #5aa9e6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.num-20 {
  background: linear-gradient(92deg, #5aa9e6, #8d78e8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.support {
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
  color: var(--ink-soft);
  max-width: 52ch;
  margin-top: 1.4rem;
}
.chapter-hero .support, .chapter-offer .support, .chapter-final .support { margin-left: auto; margin-right: auto; }
.chapter-hero .support { max-width: 58ch; }

/* hero proof strip */
.proof-strip {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.7rem 1.1rem;
  margin-top: 2.4rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.proof-strip strong { color: var(--ink); font-weight: 600; }
.strip-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.3);
}
@media (max-width: 560px) { .strip-dot { display: none; } .proof-strip { flex-direction: column; gap: 0.45rem; } }

/* pain list */
.pain-list {
  list-style: none;
  margin: 2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  max-width: 54ch;
}
.pain-list li {
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.4;
  padding: 1rem 1.3rem;
  border-radius: 18px;
  background: rgba(251, 251, 253, 0.66);
  border: 1px solid rgba(29, 29, 31, 0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.chapter .pain-list + .support { margin-top: 2rem; }

/* scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 42px;
  border: 1.5px solid rgba(29, 29, 31, 0.3);
  border-radius: 999px;
}
.scroll-hint span {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  border-radius: 2px;
  background: var(--ink-soft);
  animation: hint 1.8s ease-in-out infinite;
}
@keyframes hint {
  0%, 100% { transform: translateY(0); opacity: 1; }
  60% { transform: translateY(12px); opacity: 0.2; }
}
@media (prefers-reduced-motion: reduce) { .scroll-hint span { animation: none; } }
@media (max-height: 760px) { .scroll-hint { display: none; } }

/* ---------- bands ---------- */
.band {
  position: relative;
  padding: clamp(5rem, 12vh, 9rem) clamp(1.2rem, 5vw, 3rem);
  background: rgba(251, 251, 253, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.band-clear { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.band-head { max-width: 1080px; margin: 0 auto clamp(2.6rem, 6vh, 4rem); }
.band-head .support { max-width: 56ch; }

/* cards (services / why-us) */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
  gap: clamp(1.1rem, 2.4vw, 1.8rem);
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .cards-3 { grid-template-columns: repeat(3, 1fr); }
}
.card {
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(29, 29, 31, 0.07);
  box-shadow: 0 18px 44px rgba(29, 29, 31, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
}
.card h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 0.7rem;
}
.card p { color: var(--ink-soft); font-size: 0.99rem; }
.card-tag {
  margin-top: 1.1rem;
  align-self: flex-start;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--ink);
  padding: 0.32rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(92deg, rgba(199, 185, 255, 0.35), rgba(255, 201, 180, 0.35));
}

/* steps */
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: clamp(2rem, 4.5vw, 3.6rem);
  max-width: 1080px;
  margin: 0 auto;
  counter-reset: step;
}
.step { position: relative; padding-top: 0.4rem; }
.step-num {
  display: block;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0.9rem;
  background: linear-gradient(180deg, rgba(29, 29, 31, 0.28), rgba(29, 29, 31, 0.06));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.step h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 0.7rem;
}
.step p { color: var(--ink-soft); font-size: 0.99rem; max-width: 38ch; }

/* triplet */
.triplet {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: clamp(1.1rem, 2.4vw, 1.7rem);
  max-width: 1080px;
  margin: 0 auto;
}
.trip {
  padding: clamp(1.5rem, 3vw, 2.1rem);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(29, 29, 31, 0.08);
  box-shadow: 0 14px 36px rgba(29, 29, 31, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.trip h3 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 0.8rem;
}
.trip p { color: var(--ink-soft); font-size: 1rem; max-width: 34ch; }

/* ---------- video proof ---------- */
.video-frame {
  position: relative;
  padding-top: 56.25%;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(29, 29, 31, 0.05);
  border: 1px solid rgba(29, 29, 31, 0.08);
  box-shadow: 0 20px 50px rgba(29, 29, 31, 0.10);
}
.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-feature { max-width: 820px; margin: 0 auto clamp(1.4rem, 3vw, 2rem); }
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr));
  gap: clamp(1.1rem, 2.4vw, 1.7rem);
  max-width: 1080px;
  margin: 0 auto;
}
.video-cap {
  margin-top: 0.7rem;
  font-size: 0.86rem;
  color: var(--ink-soft);
  text-align: center;
}
.video-cap strong { color: var(--ink); font-weight: 600; }

/* collapsed extras + the expand control */
.video-grid .video-extra { display: none; }
.video-grid.expanded .video-extra { display: block; }
.video-expandwrap { text-align: center; margin-top: clamp(1.6rem, 3.5vh, 2.4rem); }
.video-expand {
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(29, 29, 31, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(29, 29, 31, 0.08);
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.video-expand:hover { background: var(--ink); color: var(--bg); box-shadow: 0 14px 34px rgba(29, 29, 31, 0.18); }
.video-expand:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }

/* videos and the written proof read as ONE section: tighten the seam */
#proof { padding-bottom: clamp(2.5rem, 5vh, 3.5rem); }
.band-written { padding-top: clamp(2rem, 4vh, 3rem); }

/* ---------- written proof ---------- */
.stat-hero {
  max-width: 780px;
  margin: 0 auto clamp(3rem, 7vh, 4.6rem);
  text-align: center;
}
.stat-big {
  font-size: clamp(4.4rem, 13vw, 9.5rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  display: inline-block;
}
.stat-line {
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 0.4rem;
}
.stat-quote {
  margin: 1.6rem auto 0;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  color: var(--ink-soft);
  max-width: 52ch;
}
.stat-cap { margin-top: 0.9rem; font-size: 0.85rem; color: var(--ink-soft); }

.quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: clamp(1.1rem, 2.4vw, 1.7rem);
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 900px) { .quotes { grid-template-columns: repeat(3, 1fr); } }
.proof {
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.1rem);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(29, 29, 31, 0.08);
  box-shadow: 0 14px 36px rgba(29, 29, 31, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.proof blockquote {
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.proof figcaption {
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.quotes + .offer-cta { margin-top: clamp(3rem, 7vh, 4.4rem); align-items: center; }

/* ---------- founders ---------- */
.founders {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(2rem, 4.5vw, 3.6rem);
  max-width: 980px;
  margin: 0 auto;
}
.founder-photos {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0 0 1.4rem;
  padding: 0;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(29, 29, 31, 0.04);
  box-shadow: 0 24px 60px rgba(29, 29, 31, 0.14);
  cursor: pointer;
  font: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
.founder-photos:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.founder-face, .founder-play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
.founder-play { opacity: 0; }
.founder-photos.flipped .founder-face { opacity: 0; }
.founder-photos.flipped .founder-play { opacity: 1; }
.photo-flip {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--ink);
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 29, 31, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 14px rgba(29, 29, 31, 0.12);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.photo-flip::before { content: '\21c4\00a0'; }
.founder-photos:hover .photo-flip { opacity: 0.65; }
@media (prefers-reduced-motion: reduce) {
  .founder-face, .founder-play { transition: none; }
}
.founder h3 {
  margin-top: 1.6rem;
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.founder-role {
  font-size: 0.86rem;
  font-weight: 600;
  margin-top: 0.15rem;
  background: linear-gradient(92deg, #6f5bd6, #d6704f 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.founder-bio { color: var(--ink-soft); font-size: 0.99rem; margin-top: 0.8rem; max-width: 44ch; }

/* ---------- specs strip ---------- */
.band-specs { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; padding-top: 2rem; padding-bottom: 2rem; }
.specrow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: 2rem;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid rgba(29, 29, 31, 0.1);
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
  padding: 2.6rem 0;
}
.spec { display: flex; flex-direction: column; gap: 0.3rem; }
.spec-big {
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  background: linear-gradient(92deg, #6f5bd6, #d6704f 60%, #4a90cf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.spec-cap { font-size: 0.9rem; color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.85rem; }
.qa {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(29, 29, 31, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 14px 36px rgba(29, 29, 31, 0.05);
  overflow: hidden;
}
.qa summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.4rem;
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:focus-visible { outline: 2px solid var(--ink); outline-offset: -2px; border-radius: 20px; }
.qa-mark {
  flex: 0 0 auto;
  position: relative;
  width: 18px;
  height: 18px;
}
.qa-mark::before, .qa-mark::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  border-radius: 2px;
  background: var(--ink-soft);
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa-mark::after { transform: rotate(90deg); }
.qa[open] .qa-mark::after { transform: rotate(0deg); }
.qa p {
  padding: 0 1.4rem 1.3rem;
  color: var(--ink-soft);
  font-size: 0.99rem;
  max-width: 62ch;
}

/* ---------- book page nav ---------- */
.nav-home { text-decoration: none; color: inherit; }
.nav-back {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  white-space: nowrap;
}
.nav-back:hover { color: var(--ink); }

/* ---------- booking ---------- */
.band-book { scroll-margin-top: 90px; }
.band-book .band-head { text-align: center; margin-bottom: clamp(2rem, 5vh, 3rem); }
.band-book .band-head .eyebrow,
.band-book .band-head .support { margin-left: auto; margin-right: auto; }
.booking {
  max-width: 860px;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 29, 31, 0.08);
  box-shadow: 0 30px 70px rgba(29, 29, 31, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.booking iframe {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
}
.book-fallback {
  margin: 1.4rem auto 0;
  max-width: 860px;
  text-align: center;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.book-fallback a { text-decoration-color: rgba(110, 110, 115, 0.4); }

/* nav hairline on scroll */
.nav { border-bottom: 1px solid transparent; transition: border-color 0.4s ease; }
.nav.hairline { border-bottom-color: rgba(29, 29, 31, 0.1); }

/* ---------- offer / CTA ---------- */
.offer-cta {
  margin-top: 2.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.cta-pill {
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: var(--bg);
  background: var(--ink);
  padding: 1.1rem 2.6rem;
  border-radius: 999px;
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.25s ease;
  will-change: transform;
  box-shadow: 0 12px 32px rgba(29, 29, 31, 0.18);
}
.cta-pill:hover { box-shadow: 0 18px 44px rgba(29, 29, 31, 0.26); }
.cta-sub { font-size: 0.875rem; color: var(--ink-soft); text-align: center; }
.cta-quiet {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(29, 29, 31, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 32px rgba(29, 29, 31, 0.08);
}
.cta-quiet:hover { background: var(--ink); color: var(--bg); }

/* ---------- footer ---------- */
.foot {
  position: relative;
  z-index: 2;
  padding: 3rem clamp(1.2rem, 5vw, 3rem) 3.6rem;
  border-top: 1px solid rgba(29, 29, 31, 0.08);
  background: rgba(251, 251, 253, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.foot-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 0.6rem 2.4rem;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.foot-row a { color: inherit; text-decoration-color: rgba(110, 110, 115, 0.4); }
.foot-fine {
  margin-top: 1.2rem;
  font-size: 0.75rem;
  color: rgba(110, 110, 115, 0.75);
  max-width: 72ch;
}

/* ---------- rise reveals — the flip-down ---------- */
html.js .rise {
  opacity: 0;
  transform: perspective(900px) translateY(30px) rotateX(9deg);
  transform-origin: 50% 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
html.js .rise.up { opacity: 1; transform: none; }
/* gentle stagger inside grids */
html.js .cards .rise:nth-child(2), html.js .steps .rise:nth-child(2),
html.js .triplet .rise:nth-child(2), html.js .quotes .rise:nth-child(2),
html.js .video-grid .rise:nth-child(2), html.js .founders .rise:nth-child(2),
html.js .faq .rise:nth-child(2) { transition-delay: 0.08s; }
html.js .cards .rise:nth-child(3), html.js .steps .rise:nth-child(3),
html.js .triplet .rise:nth-child(3), html.js .quotes .rise:nth-child(3),
html.js .video-grid .rise:nth-child(3), html.js .faq .rise:nth-child(3) { transition-delay: 0.16s; }
html.js .cards .rise:nth-child(4), html.js .quotes .rise:nth-child(4),
html.js .video-grid .rise:nth-child(4), html.js .faq .rise:nth-child(4) { transition-delay: 0.24s; }
html.js .video-grid .rise:nth-child(5), html.js .faq .rise:nth-child(5),
html.js .quotes .rise:nth-child(5) { transition-delay: 0.32s; }
html.js .video-grid .rise:nth-child(6), html.js .faq .rise:nth-child(6),
html.js .quotes .rise:nth-child(6) { transition-delay: 0.4s; }
@media (prefers-reduced-motion: reduce) {
  html.js .rise { opacity: 1; transform: none; transition: none; }
}
