/* MyPlan waitlist site. Structure and motion devices mirror nickho-motorsports.nl,
   skinned in the app's "Health Karma" design language: ivory paper, ink, amber
   sunrise glow, sage field, white rounded cards, translucent capsules, Poppins (max 600). */

:root {
  --paper: #F6F3EC;
  --white: #FFFFFF;
  --ink: #13120F;
  --ink-80: rgba(19,18,15,0.8);
  --ink-60: rgba(19,18,15,0.6);
  --ink-45: rgba(19,18,15,0.45);
  --ink-35: rgba(19,18,15,0.35);
  --ink-15: rgba(19,18,15,0.15);
  --ink-8: rgba(19,18,15,0.08);
  --ink-5: rgba(19,18,15,0.05);
  --amber: #FFC24D;
  --amber-dense: #F7A829;
  --amber-hot: #FF8A38;
  --amber-55: rgba(255,194,77,0.55);
  --amber-35: rgba(255,194,77,0.35);
  --amber-20: rgba(255,194,77,0.2);
  --sage: #94A173;
  --sage-deep: #6B7D52;
  --sage-mid: #ADB091;
  --grey-wash: #C9C7BF;
  --glass: rgba(255,255,255,0.55);
  --danger: #B84D38;
  --font: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-inout: cubic-bezier(0.77, 0, 0.175, 1);
  --radius-card: 24px;
  --radius-sheet: 32px;
  --radius-pill: 999px;
  --radius-phone: 2.4rem;
  --shadow-card: 0 8px 32px rgba(0,0,0,0.05);
  --shadow-capsule: 0 4px 20px rgba(0,0,0,0.05);
  --container: 92rem;
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --nav-h: 5rem;
  --bar-h: 2.25rem;
}

/* Fluid root size, like the reference's fluid-system */
html { font-size: clamp(14px, 0.55rem + 0.6vw, 19px); -webkit-text-size-adjust: 100%; }
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--font); font-weight: 400; font-size: 1rem; line-height: 1.5;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, p, ul { margin: 0; }
ul { padding: 0; list-style: none; }
::selection { background: var(--amber-55); color: var(--ink); }

/* ---------- Type ---------- */
.heading-xl, .heading-large, .heading-medium, .heading-small {
  font-weight: 600; line-height: 1.05; letter-spacing: -0.03em; text-wrap: balance;
}
.heading-xl { font-size: clamp(2.4rem, 6vw, 5.25rem); line-height: 1; letter-spacing: -0.04em; }
.heading-large { font-size: clamp(2rem, 3.6vw, 3.125rem); }
.heading-medium { font-size: 2rem; }
.heading-small { font-size: 1.15rem; }
.text-small { font-size: 0.875rem; line-height: 1.45; font-weight: 500; }
.text-weight-bold { font-weight: 600; }
.text-align-center { text-align: center; }
.is-opacity-80 { color: var(--ink-80); }
.is-opacity-50 { color: var(--ink-45); }
.t-label { font-size: 0.75rem; font-weight: 500; color: var(--ink-45); }
.text-yellow { color: var(--ink); background: var(--amber-55); border-radius: 0.35em; padding: 0 0.12em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 1; }
.container.is-full-height { height: 100%; }
.grid-global { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 2rem; }

/* Background hairlines */
.bg_lines_wrapper { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.line-wrapper { display: flex; justify-content: space-between; height: 100%; }
.bg_line { width: 1px; height: 100%; background: var(--ink-8); }
.bg_line.is-dark { background: var(--ink-5); }
.invisible_bg_line { width: 1px; }

/* ---------- Aurora (the app's background) ---------- */
.aurora { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.aurora span { position: absolute; border-radius: 50%; filter: blur(36px); will-change: transform; }
.aurora .a-wash { left: -10%; top: -15%; width: 55%; height: 55%; background: radial-gradient(circle, rgba(201,199,191,0.55), transparent 65%); }
.aurora .a-gold { right: -8%; top: -20%; width: 70%; height: 75%; background: radial-gradient(circle, rgba(255,194,77,0.55), transparent 66%); }
.aurora .a-core { right: 4%; top: -4%; width: 40%; height: 45%; background: radial-gradient(circle, rgba(247,168,41,0.62), transparent 64%); }
.aurora .a-hot { right: 14%; top: 8%; width: 24%; height: 26%; background: radial-gradient(circle, rgba(255,138,56,0.45), transparent 66%); }
.aurora .a-bridge { left: 10%; top: 42%; width: 80%; height: 40%; background: radial-gradient(ellipse, rgba(173,176,145,0.32), transparent 68%); }
.aurora .a-sage { left: -10%; bottom: -25%; width: 120%; height: 70%; background: radial-gradient(ellipse, rgba(148,161,115,0.6), transparent 66%); }
.aurora .a-olive { left: 10%; bottom: -45%; width: 80%; height: 55%; background: radial-gradient(ellipse, rgba(107,125,82,0.45), transparent 66%); }
@media (prefers-reduced-motion: no-preference) {
  .aurora .a-gold { animation: drift 18s ease-in-out infinite alternate; }
  .aurora .a-core { animation: drift 14s ease-in-out infinite alternate-reverse; }
  .aurora .a-hot { animation: drift 11s ease-in-out infinite alternate; }
  .aurora .a-sage { animation: drift 22s ease-in-out infinite alternate-reverse; }
}
@keyframes drift { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(-4%, 5%, 0) scale(1.08); } }

/* ---------- Nav ---------- */
.nav {
  position: fixed; inset: var(--bar-h) 0 auto 0; z-index: 90; height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; padding: 0 var(--gutter);
  pointer-events: none;
}
.nav > * { pointer-events: auto; }
.offer { position: fixed; inset: 0 0 auto 0; z-index: 91; height: var(--bar-h); display: flex; align-items: center; justify-content: center; padding: 0 var(--gutter); background: var(--amber-55); color: var(--ink); font-size: 0.8rem; font-weight: 500; letter-spacing: -0.01em; line-height: 1; white-space: nowrap; text-decoration: none; }
.offer b { font-weight: 600; margin-right: 0.3em; }
@media (max-width: 767px) { .offer { font-size: 0.74rem; } }
.nav_logo { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 600; font-size: 1.05rem; letter-spacing: -0.03em; color: var(--ink); }
.nav_logo img { width: 1.5rem; height: 1.5rem; }
.nav_toggle {
  width: 2.9rem; height: 2.9rem; border-radius: var(--radius-pill);
  background: var(--glass); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  box-shadow: inset 0 0 0 1px var(--ink-15), var(--shadow-capsule);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.35rem;
  transition: transform 160ms var(--ease-out), background 200ms ease;
}
.nav_toggle:active { transform: scale(0.94); }
.nav_toggle span { display: block; width: 1rem; height: 1.5px; background: var(--ink); transition: transform 300ms var(--ease-inout); }
.nav_toggle[aria-expanded="true"] { background: var(--ink); box-shadow: none; }
.nav_toggle[aria-expanded="true"] span { background: var(--paper); }
.nav_toggle[aria-expanded="true"] span:first-child { transform: translateY(0.25rem) rotate(45deg); }
.nav_toggle[aria-expanded="true"] span:last-child { transform: translateY(-0.25rem) rotate(-45deg); }

/* Full-screen menu: the app's frosted sheet surface */
.menu {
  position: fixed; inset: 0; z-index: 80; color: var(--ink);
  background: linear-gradient(225deg, rgba(255,194,77,0.45) 0%, rgba(246,243,236,0.96) 48%, rgba(158,173,140,0.35) 100%);
  -webkit-backdrop-filter: blur(40px); backdrop-filter: blur(40px);
  display: flex; flex-direction: column; justify-content: center; padding: calc(var(--bar-h) + var(--nav-h)) var(--gutter) 3rem;
  transform: translateY(-100%); visibility: hidden;
}
.menu_links { display: flex; flex-direction: column; gap: 0.2rem; }
.menu_links a { font-weight: 600; font-size: clamp(2rem, 6vw, 4.5rem); line-height: 1.05; letter-spacing: -0.04em; display: inline-flex; align-items: baseline; gap: 1rem; transition: color 200ms ease; }
.menu_links a:hover { color: var(--sage-deep); }
.menu_bottom { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }

/* ---------- Buttons (char roll, like button-099) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem; background: var(--ink); color: var(--paper);
  padding: 0.95rem 1.5rem; border-radius: var(--radius-pill); font-weight: 500; font-size: 0.9rem;
  letter-spacing: -0.01em; line-height: 1.2; white-space: nowrap; transition: transform 160ms var(--ease-out), box-shadow 200ms ease;
  box-shadow: 0 10px 30px -14px rgba(19,18,15,0.5);
}
.btn:active { transform: scale(0.97); }
.btn.is-ghost { background: var(--glass); color: var(--ink); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: inset 0 0 0 1px var(--ink-15), var(--shadow-capsule); }
.btn_text { position: relative; display: block; overflow: hidden; height: 1.2em; }
.btn_text .btn_line { display: block; height: 1.2em; }
.btn_text .c { display: inline-block; transition: transform 500ms var(--ease-out); transition-delay: calc(var(--i) * 0.018s); }
@media (hover: hover) and (pointer: fine) {
  .btn:hover .c { transform: translateY(-100%); }
}
.btn_text .c.is-space { width: 0.3em; }

/* ---------- Hero ---------- */
.section_hero { position: relative; z-index: 10; width: 100%; height: 100vh; height: 100svh; min-height: 40rem; background: var(--paper); color: var(--ink); overflow: hidden; }
.hero_stage { position: absolute; inset: 0; z-index: 0; }
.hero_phone {
  position: absolute; bottom: 8rem; left: 50%; width: clamp(13rem, 19vw, 17.5rem);
  padding: 0.35rem; border-radius: var(--radius-phone); background: #1c1b18;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.35), 0 50px 90px -30px rgba(19,18,15,0.45);
  will-change: transform;
}
.hero_phone img { width: 100%; aspect-ratio: 900 / 1948; object-fit: cover; border-radius: calc(var(--radius-phone) - 0.35rem); }
.hero_phone.is-center { translate: -50% 0; z-index: 3; }
.hero_phone.is-left { translate: -142% 12%; rotate: -9deg; width: clamp(11rem, 16vw, 15rem); z-index: 1; }
.hero_phone.is-right { translate: 44% 16%; rotate: 8deg; width: clamp(11rem, 16vw, 15rem); z-index: 2; }
/* The hand: generated photo with the real app screen laid onto the black phone screen */
.hero_hand {
  position: absolute; right: 3%; bottom: -10%; height: 114%; aspect-ratio: 1792 / 2400; z-index: 1;
  container-type: size; will-change: transform;
}
.hero_hand_photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero_hand_screen { position: absolute; left: 33.54cqw; top: 19.50cqh; width: 36.89cqw; height: 58.00cqh; border-radius: 5cqw; overflow: hidden; background: #000; }
.hero_hand_screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hero_hand_screen::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 2.5cqw rgba(0,0,0,0.35), inset 0 0 0 1px rgba(0,0,0,0.5); pointer-events: none; }
.hero_gradient { position: absolute; left: 0; right: 0; bottom: 0; height: 30vh; z-index: 2; background: linear-gradient(0deg, rgba(246,243,236,0.85) 10%, transparent); pointer-events: none; }
/* The hero's wordmark and nav sit at the viewport gutter, so the hero container spans the full width to line the headline up under them on wide screens. */
.section_hero .container { max-width: none; }
.hero_wrapper { display: flex; flex-direction: column; justify-content: flex-start; height: 100%; padding: calc(var(--bar-h) + var(--nav-h) + 2.5rem + 7rem + 2.5rem) 0 2.5rem; }
.text_wrapper { position: relative; z-index: 3; }
.text_wrapper .heading-large { max-width: 12ch; }
.footer_note { margin-top: 2.5rem; }
.hero_list_wrapper { grid-column: span 3; display: flex; flex-direction: column; gap: 1.4rem; }
.hero_list_wrapper.is-right { grid-column: 10 / span 3; text-align: right; }
.hero_stats_item .heading-medium { line-height: 1.1; }
.hero_stats_item p { color: var(--ink-45); font-size: 0.8rem; }
.hero_list_item p + p { margin-top: 0.1rem; }
.hero_list_wrapper > .text-small:first-child { max-width: 20rem; margin-left: auto; color: var(--ink-80); }
.text_wrapper { grid-column: span 4; display: flex; flex-direction: column; gap: 1.1rem; align-items: flex-start; }
.text_wrapper p { max-width: 26rem; }
.hero_stats_wrapper { grid-column: 10 / span 3; text-align: right; align-self: end; }
.hero_stats_item.is-status .heading-medium { line-height: 1.1; }

/* Loader (inside the hero) */
.loader_wrapper { position: absolute; inset: 0; z-index: 20; pointer-events: none; display: flex; align-items: center; justify-content: center; background: var(--white); }
.loader_wrapper.is-ready { background: transparent; }
.loader_word, .loader_count {
  font-weight: 600; letter-spacing: -0.05em; line-height: 1; white-space: nowrap;
  font-size: min(7rem, 22vw);
}
.loader_word { position: absolute; left: var(--gutter); top: calc(var(--bar-h) + var(--nav-h) + 2.5rem); width: max-content; margin: 0; transform-origin: 0.15em 50%; }
.loader_word.is-yellow { color: var(--amber); }
.loader_word.is-white { color: var(--white); }
.loader_word.is-ink { color: var(--ink); opacity: 0; visibility: hidden; }
.loader_count { position: relative; display: flex; color: var(--ink); --lh: 1.3; }
.loader_col { display: block; height: calc(1em * var(--lh)); overflow: hidden; }
.loader_strip { display: flex; flex-direction: column; will-change: transform; }
.loader_strip span { display: block; height: calc(1em * var(--lh)); line-height: var(--lh); }
.loader_lights { position: absolute; bottom: 3.75rem; left: 0; right: 0; display: flex; justify-content: center; gap: 3rem; }
.loader_light { width: 0.75rem; height: 0.75rem; border-radius: 50%; background: var(--ink-15); }

/* Odometer */
[data-odometer] { display: inline-flex; overflow: hidden; height: 1.1em; line-height: 1.1; vertical-align: top; }
.odo_col { display: block; height: 1.1em; overflow: hidden; }
.odo_strip { display: flex; flex-direction: column; will-change: transform; }
.odo_strip span, .odo_static { display: block; height: 1.1em; line-height: 1.1; }

/* Masks from SplitText */
.reveal-line, .reveal-word, .loader-word, .loader-line, .about-line, .about-word { will-change: transform; }
/* SplitText masks clip Poppins ascenders/descenders at tight line-heights: grow the clip box without moving layout. */
.about-mask-word-mask { padding: 0.15em 0.06em; margin: -0.15em -0.06em; }
.about-mask-line-mask { padding: 0.12em 0; margin: -0.12em 0; }

/* ---------- Manifesto ---------- */
.section_manifesto { position: relative; padding: 14rem 0; background: var(--paper); overflow: hidden; }
.section_manifesto .container { max-width: 68rem; }
.section_manifesto .heading-xl { font-size: clamp(1.9rem, 4.2vw, 3.4rem); line-height: 1.12; letter-spacing: -0.035em; }
.manifesto_image { position: absolute; width: clamp(9rem, 15vw, 15rem); aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius-card); z-index: 0; background: var(--white); padding: 0.4rem; box-shadow: var(--shadow-card); }
.manifesto_image img { width: 100%; height: 100%; object-fit: cover; border-radius: calc(var(--radius-card) - 0.4rem); filter: saturate(0); }
.manifesto_image.is-left { left: var(--gutter); bottom: 9rem; }
.manifesto_image.is-right { right: var(--gutter); top: 8rem; }

/* ---------- Wall ---------- */
.section_wall { position: relative; padding: 8rem 0 9rem; background: var(--paper); }
.wall_title { margin-bottom: 4rem; }
.wall_grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 2rem; }
.wall_col { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem 2rem; }
.wall_col:last-child { text-align: right; }
.wall_item { display: flex; flex-direction: column; gap: 0.15rem; }
.wall_item_name { font-weight: 600; font-size: 1.6rem; letter-spacing: -0.03em; line-height: 1.1; }
.section_about { padding-bottom: 4rem; }
.wall_item .text-small { color: var(--ink-45); font-size: 0.8rem; }
.wall_center { display: flex; justify-content: center; perspective: 900px; }
.wall_phone {
  width: clamp(12rem, 17vw, 16rem); padding: 0.35rem; border-radius: var(--radius-phone); background: #1c1b18;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.35), 0 60px 90px -40px rgba(19,18,15,0.4); will-change: transform;
}
.wall_phone img { width: 100%; aspect-ratio: 1206 / 2622; object-fit: cover; border-radius: calc(var(--radius-phone) - 0.35rem); }

/* ---------- About (how it works) ---------- */
.section_about { position: relative; padding: 4rem 0 0; background: var(--paper); }
.about_grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; align-items: start; }
.about_sticky { position: sticky; top: 0; height: 100vh; height: 100svh; display: flex; flex-direction: column; justify-content: center; }
.about_sticky.is-right { padding-left: 1rem; }
.about_headings, .about_contents { position: relative; }
.about_heading_item, .about_content_item { position: absolute; inset: auto 0; top: 50%; transform: translateY(-50%); }
.about_headings { min-height: 12rem; }
.about_contents { min-height: 10rem; }
.about_content_item p { max-width: 24rem; color: var(--ink-80); }
.about_count { position: absolute; right: 0; bottom: 2.5rem; display: inline-flex; align-items: baseline; gap: 0.15em; }
.about_count [data-about-count="count"] { font-size: 2.6rem; }
.about_count .is-opacity-50, .about_count [data-about-count="total"] { font-size: 0.8rem; font-weight: 500; color: var(--ink-45); }
.about_images_list { container-type: inline-size; width: 100%; min-width: 0; }
.mobile_step { display: none; }
.mobile_step[hidden] { display: none; }
.about_images_track { display: flex; flex-direction: column; gap: 2rem; padding-block: calc(50vh - 62.5cqw); }
.about_image { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius-card); opacity: 0.35; background: var(--white); padding: 0.5rem; box-shadow: var(--shadow-card); }
.about_image img, .about_image .scr { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: calc(var(--radius-card) - 0.5rem); filter: saturate(0); }

/* Caption graphics for the three steps, built from the app's own elements */
.about_image .gfx { width: 100%; height: 100%; border-radius: calc(var(--radius-card) - 0.5rem); filter: saturate(0); }
.gfx { position: relative; overflow: hidden; container-type: inline-size; color: var(--ink); display: flex; flex-direction: column; justify-content: center; gap: 5cqw; padding: 8cqw;
  background: radial-gradient(60% 40% at 80% 8%, rgba(247,168,41,0.62), transparent 70%), radial-gradient(70% 45% at 55% 0%, rgba(255,194,77,0.5), transparent 70%), radial-gradient(90% 50% at 50% 112%, rgba(148,161,115,0.55), transparent 70%), var(--paper); }
.gfx small { display: block; font-size: 3.9cqw; font-weight: 500; color: var(--ink-45); }
.gfx_msg { max-width: 86%; padding: 5.5cqw 7cqw; border-radius: 9cqw; font-size: 6.6cqw; font-weight: 500; line-height: 1.2; letter-spacing: -0.02em; }
.gfx_msg.is-me { align-self: flex-end; background: var(--ink); color: var(--paper); border-bottom-right-radius: 2cqw; }
.gfx_msg.is-ai { align-self: flex-start; background: rgba(255,255,255,0.62); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: inset 0 0 0 1px rgba(19,18,15,0.12), 0 8px 32px rgba(0,0,0,0.05); border-bottom-left-radius: 2cqw; }
.gfx_msg.is-ai small { margin-top: 1.2cqw; font-size: 4.4cqw; }
.gfx_cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3cqw; }
.gfx_card { background: var(--white); border-radius: 6cqw; padding: 4.5cqw 4cqw; box-shadow: 0 8px 32px rgba(0,0,0,0.05); }
.gfx_card b { display: block; font-weight: 600; font-size: 10.5cqw; line-height: 1; letter-spacing: -0.04em; margin: 2.2cqw 0 0; }
.gfx_card b em { font-style: normal; font-size: 4cqw; font-weight: 500; color: var(--ink-45); margin-left: 0.3cqw; }
.gfx_card .bar { display: block; height: 1.2cqw; border-radius: 999px; background: var(--ink-8); margin-top: 4cqw; position: relative; overflow: hidden; }
.gfx_card .bar::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--p); border-radius: inherit; background: var(--amber-dense); }
.gfx_chips { display: flex; flex-wrap: wrap; gap: 2.4cqw; }
.gfx_chips span { padding: 3cqw 5cqw; border-radius: 999px; background: rgba(255,255,255,0.55); box-shadow: inset 0 0 0 1px var(--ink-15); font-size: 4.4cqw; font-weight: 500; }
.gfx_ex { border-radius: 7cqw; padding: 6cqw; color: var(--paper); background: linear-gradient(180deg, #85998F, #4F615C); box-shadow: 0 20px 50px -24px rgba(19,18,15,0.55); }
.gfx_ex_top { display: flex; align-items: center; gap: 3.5cqw; }
.gfx_ex_top b { flex: 1; font-weight: 500; font-size: 6.2cqw; letter-spacing: -0.02em; }
.gfx_ico { width: 11cqw; height: 11cqw; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.gfx_ico svg { width: 52%; height: 52%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.gfx_ico.is-swap { background: var(--paper); color: var(--ink); box-shadow: 0 0 0 2.5px rgba(255,194,77,0.95); }
.gfx_ex_row { display: flex; justify-content: space-between; margin-top: 6cqw; font-weight: 500; font-size: 7.5cqw; line-height: 1.1; }
.gfx_ex_row small { color: rgba(255,255,255,0.72); margin-bottom: 1cqw; }
/* Order step: answer plus the reasons behind it */
.gfx.is-order { gap: 3.2cqw; padding: 6.5cqw; justify-content: center; }
.gfx.is-order .gfx_msg { font-size: 5cqw; padding: 4.2cqw 5.6cqw; max-width: 88%; }
.gfx_why { background: var(--white); border-radius: 6cqw; padding: 4.6cqw 5cqw; box-shadow: 0 8px 32px rgba(0,0,0,0.05); display: flex; flex-direction: column; gap: 3.2cqw; margin-top: 1cqw; }
.gfx_why_row { display: grid; grid-template-columns: 17cqw 1fr; gap: 3cqw; align-items: baseline; }
.gfx_why_row small { font-size: 3.4cqw; font-weight: 500; color: var(--ink-45); }
.gfx_why_row span { font-size: 4cqw; font-weight: 500; line-height: 1.3; }
.gfx.is-train { justify-content: flex-start; gap: 3.6cqw; padding: 7cqw 6.5cqw; }
.gfx_meta { display: flex; justify-content: space-between; align-items: baseline; margin-top: 0.5cqw; }
.gfx_meta b { font-weight: 600; font-size: 12cqw; line-height: 1; letter-spacing: -0.04em; }
.gfx_meta b small { display: inline; margin-left: 1.6cqw; font-size: 4.4cqw; }
.gfx_meta > small { font-size: 4.4cqw; }
.gfx_ex.is-slate { background: linear-gradient(180deg, #8A96A8, #4B5568); }
.gfx_ex_top b { font-size: 5.8cqw; line-height: 1.15; }
.gfx_ex_top .gfx_ico + .gfx_ico { margin-left: -1cqw; }
.gfx_ex_row { justify-content: flex-start; gap: 7cqw; margin-top: 5cqw; font-size: 7cqw; }
.gfx_ex_row span { display: flex; flex-direction: column; }
.gfx_ex_row small { font-size: 3.6cqw; }
.gfx_wt { margin-left: auto; align-items: flex-end; }
.gfx_wt em { font-style: normal; font-size: 5.4cqw; padding: 1.8cqw 4.2cqw; border-radius: 999px; background: rgba(255,255,255,0.16); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45); margin-top: 0.6cqw; }
.gfx_ex_note { margin: 4cqw 0 0; font-size: 3.7cqw; line-height: 1.35; font-weight: 500; color: rgba(255,255,255,0.82); }
.gfx.is-health { gap: 4cqw; padding: 7cqw 6.5cqw; }
.gfx_hk { display: flex; align-items: center; gap: 3cqw; padding: 4.2cqw 5cqw; border-radius: 6cqw; background: var(--white); box-shadow: 0 8px 32px rgba(0,0,0,0.05); }
.gfx_hk b { flex: 1; font-weight: 500; font-size: 4.6cqw; letter-spacing: -0.02em; }
.gfx_hk span { display: inline-flex; align-items: center; gap: 1.8cqw; font-size: 3.7cqw; font-weight: 500; color: var(--ink-60); }
.gfx_hk i { width: 1.9cqw; height: 1.9cqw; border-radius: 50%; background: var(--ink); }
.gfx_stats { display: grid; grid-template-columns: 1fr 1fr; gap: 3cqw; }
.gfx_stat { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 30cqw; padding: 4.6cqw 4.8cqw; border-radius: 6.5cqw; color: var(--paper); background: linear-gradient(180deg, var(--t), var(--b)); box-shadow: 0 16px 36px -22px rgba(19,18,15,0.55); }
.gfx_stat::before { content: ""; position: absolute; right: -18%; top: -22%; width: 70%; height: 70%; border-radius: 50%; background: radial-gradient(circle, var(--s), transparent 68%); opacity: 0.55; filter: blur(3cqw); }
.gfx_stat > * { position: relative; }
.gfx_stat small { color: rgba(255,255,255,0.75); font-size: 3.5cqw; line-height: 1.2; }
.gfx_stat b { margin-top: auto; font-weight: 600; font-size: 8.6cqw; line-height: 1; letter-spacing: -0.04em; }
.gfx_stat em { font-style: normal; font-weight: 500; font-size: 3.4cqw; color: rgba(255,255,255,0.75); margin-top: 1.2cqw; }
.gfx_stat.is-fjord { --t: #66858C; --b: #334A54; --s: #B89E6B; }
.gfx_stat.is-slate { --t: #707D8A; --b: #404A57; --s: #739E73; }
.gfx_stat.is-storm { --t: #617087; --b: #2E384A; --s: #85ADA3; }
.gfx_stat.is-dusk { --t: #80758C; --b: #454054; --s: #CC8066; }
.gfx_pill { align-self: center; padding: 3.2cqw 6cqw; border-radius: 999px; background: rgba(255,255,255,0.55); box-shadow: inset 0 0 0 1px var(--ink-15); font-size: 4.6cqw; font-weight: 500; }
.about_skip { position: sticky; bottom: 2.5rem; display: flex; justify-content: center; padding: 1rem 0 2.5rem; pointer-events: none; }
.about_skip .btn { pointer-events: auto; }

/* ---------- Agenda (on the way) ---------- */
.section_agenda { position: relative; padding: 8rem 0 8rem; overflow: hidden; background: var(--paper); }
.agenda_head { position: relative; display: flex; justify-content: center; align-items: flex-end; min-height: 22rem; margin-bottom: 2rem; }
.agenda_head .heading-xl { position: relative; z-index: 1; }
.agenda_phone {
  position: absolute; left: 50%; bottom: -10rem; translate: -50% 0; rotate: -6deg; width: clamp(12rem, 18vw, 17rem); z-index: 0;
  padding: 0.35rem; border-radius: var(--radius-phone); background: #1c1b18; box-shadow: 0 0 0 1px rgba(255,255,255,0.35), 0 60px 90px -30px rgba(19,18,15,0.4);
}
.agenda_phone img { width: 100%; aspect-ratio: 900 / 1948; object-fit: cover; border-radius: calc(var(--radius-phone) - 0.35rem); opacity: 0.55; }
.agenda_list { position: relative; z-index: 2; display: flex; flex-direction: column; margin-top: 8rem; background: var(--white); border-radius: var(--radius-card); padding: 0.5rem 1.6rem; box-shadow: var(--shadow-card); }
.agenda_item { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.3rem 0; border-top: 1px solid var(--ink-8); }
.agenda_item:first-child { border-top: 0; }
.agenda_item p { color: var(--ink-45); }
.agenda_item > span { flex-shrink: 0; font-size: 0.75rem; color: var(--ink-45); padding: 0.4rem 0.8rem; border-radius: var(--radius-pill); box-shadow: inset 0 0 0 1px var(--ink-15); }
.agenda_item.is-next > span { background: var(--ink); color: var(--paper); box-shadow: none; }

/* ---------- CTA ---------- */
.section_cta { position: relative; padding: 12rem 0; background: var(--paper); overflow: hidden; }
.section_cta .container { max-width: 60rem; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.cta_lead { max-width: 28rem; }

/* ---------- Footer: the sage field ---------- */
.footer { position: relative; padding: 4rem 0 2rem; overflow: hidden; background: linear-gradient(180deg, var(--paper) 0%, rgba(173,176,145,0.35) 45%, rgba(148,161,115,0.55) 100%); color: var(--ink); }
.footer_top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.footer_links { display: flex; flex-wrap: wrap; gap: 0.6rem 1.6rem; font-size: 0.875rem; font-weight: 500; }
.footer_links a { color: var(--ink-80); transition: color 200ms ease; }
.footer_links a:hover { color: var(--ink); }
.footer_word { font-weight: 600; letter-spacing: -0.05em; line-height: 0.85; font-size: clamp(5rem, 21vw, 22rem); text-align: center; margin: 3rem 0 1rem; color: rgba(19,18,15,0.07); user-select: none; }
.footer_bottom { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; border-top: 1px solid var(--ink-15); padding-top: 1.5rem; }
.footer_badges { display: flex; gap: 1.5rem; }

/* ---------- Waitlist sheet (the app's sheet surface) ---------- */
.wl { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 1.25rem; }
.wl.is-open { display: flex; }
.wl-backdrop { position: absolute; inset: 0; background: rgba(19,18,15,0.32); opacity: 0; }
.wl-sheet {
  position: relative; width: 31rem; max-width: 100%; border-radius: var(--radius-sheet); padding: 2.75rem 2.6rem 2.25rem; color: var(--ink);
  background: var(--white);
  box-shadow: 0 30px 80px -30px rgba(19,18,15,0.35), var(--shadow-card);
  opacity: 0; transform: translateY(2rem) scale(0.97);
}
.wl-close { position: absolute; right: 1.2rem; top: 1.2rem; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--paper); box-shadow: inset 0 0 0 1px var(--ink-8); display: flex; align-items: center; justify-content: center; transition: transform 300ms var(--ease-out); }
.wl-close:hover { transform: rotate(90deg); }
.wl-close svg { width: 0.7rem; height: 0.7rem; stroke: var(--ink); stroke-width: 1.6; }
.wl-kicker { font-size: 0.75rem; font-weight: 500; color: var(--ink-45); margin-bottom: 0.8rem; display: flex; align-items: center; gap: 0.5rem; }
.wl-kicker::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--amber-dense); animation: ping 2.4s ease-out infinite; }
.wl-sheet h3 { font-weight: 600; font-size: 2rem; line-height: 1.05; letter-spacing: -0.04em; margin-bottom: 0.8rem; }
.wl-sheet .lead { color: var(--ink-60); margin-bottom: 1.75rem; font-size: 0.9rem; }
.wl-form { display: flex; flex-direction: column; gap: 0.75rem; }
.wl-field label { display: block; font-size: 0.75rem; font-weight: 500; color: var(--ink-60); margin: 0 0 0.35rem 1rem; }
.wl-field input { width: 100%; height: 3.4rem; padding: 0 1.3rem; border: 0; border-radius: var(--radius-pill); outline: 0; background: var(--paper); box-shadow: inset 0 0 0 1px var(--ink-15); font: inherit; font-weight: 500; font-size: 0.95rem; color: var(--ink); transition: box-shadow 200ms ease, background 200ms ease; }
.wl-field input::placeholder { color: var(--ink-35); }
.wl-field input:focus { background: var(--white); box-shadow: inset 0 0 0 1.5px var(--ink), 0 0 0 5px var(--amber-20); }
.wl-field input[aria-invalid="true"] { box-shadow: inset 0 0 0 1.5px var(--danger); }
.wl-err { color: var(--danger); font-size: 0.75rem; font-weight: 500; min-height: 1rem; padding-left: 1rem; }
.wl-submit { width: 100%; justify-content: center; margin-top: 0.25rem; }
.wl-submit[disabled] { opacity: 0.6; pointer-events: none; }
.wl-fine { margin-top: 1rem; text-align: center; font-size: 0.72rem; color: var(--ink-45); }
.wl-done { display: none; text-align: center; padding-top: 0.5rem; }
.wl.is-done .wl-form, .wl.is-done .wl-fine, .wl.is-done .lead, .wl.is-done .wl-kicker, .wl.is-done h3.ask { display: none; }
.wl.is-done .wl-done { display: block; }
.wl-check { width: 4.5rem; height: 4.5rem; margin: 0 auto 1.5rem; border-radius: 50%; background: var(--ink); display: flex; align-items: center; justify-content: center; box-shadow: 0 20px 40px -20px rgba(19,18,15,0.5); }
.wl-check svg { width: 1.9rem; height: 1.9rem; fill: none; stroke: var(--paper); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.wl-check path { stroke-dasharray: 40; stroke-dashoffset: 40; }
.wl.is-done .wl-check path { animation: draw 0.7s var(--ease-out) 0.25s forwards; }
.wl.is-done .wl-check { animation: pop 0.6s var(--ease-out) forwards, halo 1.6s ease-out 0.3s forwards; }
.wl-done p { color: var(--ink-60); font-size: 0.9rem; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes pop { 0% { transform: scale(0.9); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(247,168,41,0.55); } 100% { box-shadow: 0 0 0 10px rgba(247,168,41,0); } }
@keyframes halo { 0% { box-shadow: 0 20px 40px -20px rgba(19,18,15,0.5), 0 0 0 0 var(--amber-35); } 100% { box-shadow: 0 20px 40px -20px rgba(19,18,15,0.5), 0 0 0 30px rgba(255,194,77,0); } }

/* ---------- Privacy page ---------- */
.doc { padding: calc(var(--bar-h) + var(--nav-h) + 3rem) 0 6rem; }
.doc .container { max-width: 46rem; }
.doc h1 { margin-bottom: 0.5rem; }
.doc .updated { margin-bottom: 2.5rem; }
.doc h2 { font-weight: 600; font-size: 1.15rem; letter-spacing: -0.02em; margin: 2.2rem 0 0.6rem; }
.doc p, .doc li { font-size: 0.95rem; color: var(--ink-80); }
.doc p + p { margin-top: 0.8rem; }
.doc ul { padding-left: 1.2rem; list-style: disc; display: flex; flex-direction: column; gap: 0.5rem; }
.doc a { text-decoration: underline; text-underline-offset: 3px; }
.doc .doc_label { margin: 3rem 0 -1.2rem; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-45); }
.doc .updated + .doc_label { margin-top: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .hero_list_wrapper.is-right { display: none; }
  .hero_list_wrapper { grid-column: span 6; flex-direction: row; gap: 2rem; }
  .text_wrapper { grid-column: span 8; }
  .hero_stats_wrapper { grid-column: 9 / span 4; }
  .wall_grid { grid-template-columns: 1fr auto 1fr; gap: 1.5rem; }
  .wall_col { grid-template-columns: 1fr; gap: 2.25rem 0; }
  .wall_phone { width: clamp(11rem, 26vw, 14rem); }
  .about_grid { grid-template-columns: 1fr 1fr; }
  .about_sticky.is-right { display: none; }
}
@media (max-width: 767px) {
  :root { --nav-h: 4.25rem; }
  .hide-mobile { display: none; }
  .section_hero { min-height: 100svh; height: auto; }
  .section_hero { height: 100svh; min-height: 44rem; }
  .hero_hand { right: auto; left: 50%; translate: -50% 0; bottom: -10%; height: 64%; }
  .hero_gradient { display: none; }
  .hero_wrapper { padding: calc(var(--bar-h) + var(--nav-h) + 1.5rem + 22vw + 1.25rem) 0 0; }
  .loader_word { top: calc(var(--bar-h) + var(--nav-h) + 1.5rem); }
  .grid-global { display: flex; flex-direction: column; gap: 1.5rem; }
  .hero_list_wrapper { flex-direction: row; justify-content: space-between; gap: 1rem; }
  .hero_stats_item .heading-medium { font-size: 1.5rem; }
  .hero_stats_wrapper { text-align: left; }
  .loader_lights { gap: 1.5rem; bottom: 2.5rem; }
  .section_manifesto { padding: 9rem 0 10rem; }
  .manifesto_image { width: 7rem; }
  .manifesto_image.is-left { bottom: 2rem; }
  .manifesto_image.is-right { top: 2rem; }
  .section_wall { padding: 5rem 0 6rem; }
  .wall_grid { gap: 0.6rem; }
  .wall_col { gap: 1.75rem 0; }
  .wall_item_name { font-size: 0.95rem; letter-spacing: -0.02em; }
  .wall_phone { width: clamp(8.5rem, 40vw, 11rem); padding: 0.25rem; border-radius: 1.6rem; }
  .wall_phone img { border-radius: 1.35rem; }
  .about_grid { display: flex; flex-direction: column; gap: 0; }
  .about_sticky { display: none; }
  .about_images_track { padding-block: 0; gap: 4rem; }
  .about_image { opacity: 1; aspect-ratio: 4 / 5; }
  .about_image img, .about_image .gfx { filter: none; }
  .about_skip { display: none; }
  .mobile_step:not([hidden]) { display: block; margin: 0 0 1.25rem; }
  .mobile_step .heading-large { font-size: 1.7rem; margin-bottom: 0.6rem; }
  .mobile_step p { color: var(--ink-80); }
  .section_agenda { padding: 5rem 0 5rem; }
  .agenda_head { min-height: 12rem; }
  .agenda_phone { bottom: -8rem; width: 10rem; }
  .agenda_list { margin-top: 5rem; padding: 0.25rem 1.2rem; }
  .agenda_item { flex-direction: column; align-items: flex-start; gap: 0.6rem; }
  .section_cta { padding: 7rem 0; }
  .footer_bottom { flex-direction: column; align-items: flex-start; }
  .menu_bottom { flex-direction: column; align-items: flex-start; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .loader_wrapper { display: none; }
  .btn_text .c { transition: none; }
  .manifesto_image img, .about_image img { filter: none; }
  .about_image { opacity: 1; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
