:root{
    --ink:#1a0e14;         /* deep warm aubergine-black */
    --plum:#2a1420;        /* raised warm-dark surface */
    --plum-2:#3a1c2c;
    --flame:#ff2e63;       /* hot signature pink-red */
    --amber:#ff9a3c;       /* warm sunset orange */
    --zest:#ffd166;        /* gold highlight */
    --cream:#fff3ea;       /* warm off-white */
    --cream-dim:#f6e4d8;
    --sand:#ece6f0;
    --on-dark:#f4e9e5;
    --on-dark-dim:#c9b3bd;
    --on-light:#2a1420;
    --on-light-dim:#6d5560;
    --line:rgba(255,255,255,.12);
    --line-dark:rgba(42,20,32,.14);
    --heat:linear-gradient(115deg,#ff2e63 0%,#ff5c46 42%,#ff9a3c 100%);
    --maxw:1120px;
    color-scheme:dark;
  }
  *{box-sizing:border-box}
  html{scroll-behavior:smooth;scroll-padding-top:calc(64px + env(safe-area-inset-top,0px))}
  body{
    margin:0;background:var(--ink);color:var(--on-dark);
    font-family:"Hanken Grotesk",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
    font-size:clamp(1rem,.96rem + .3vw,1.12rem);line-height:1.65;
    -webkit-font-smoothing:antialiased;overflow-x:hidden;
  }
  h1,h2,h3{font-family:"Bricolage Grotesque",system-ui,sans-serif;font-weight:800;line-height:1.02;letter-spacing:-.02em;margin:0}
  p{margin:0 0 1rem}
  a{color:var(--zest)}
  .wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.1rem,4vw,2.4rem)}
  .prose{max-width:none}
  img{max-width:100%;display:block}

  /* ---------- header ---------- */
  .hd{position:sticky;top:0;z-index:50;background:rgba(26,14,20,.86);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);padding-top:env(safe-area-inset-top,0px)}
  .hd-in{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:64px}
  .hd-cta{display:flex;align-items:center;gap:.6rem}
  .brand{display:flex;align-items:center;gap:.5rem;font-family:"Bricolage Grotesque";font-weight:800;font-size:1.4rem;letter-spacing:-.03em;color:var(--cream);text-decoration:none}
  .brand .spark{width:1.55rem;height:1.55rem;flex:0 0 auto}
  .brand b{background:var(--heat);-webkit-background-clip:text;background-clip:text;color:transparent}
  .brand img.logo{height:clamp(26px,7vw,34px);width:auto;display:block}  /* clamps the production logo so it can't wrap the header */
  .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:"Hanken Grotesk";font-weight:700;border:0;border-radius:999px;cursor:pointer;text-decoration:none;line-height:1;transition:transform .15s ease,box-shadow .15s ease}
  .btn-join{background:var(--heat);color:#fff;padding:.72rem 1.3rem;box-shadow:0 6px 22px rgba(255,46,99,.34)}
  .btn-join:hover{transform:translateY(-1px);box-shadow:0 10px 30px rgba(255,46,99,.46)}
  .btn-ghost{background:transparent;color:var(--cream);border:1.5px solid var(--line);padding:.72rem 1.3rem}
  .btn-ghost:hover{border-color:var(--cream)}
  .btn-lg{padding:.95rem 1.8rem;font-size:1.06rem}
  .btn-login{padding:.62rem 1.1rem}
  @media (max-width:430px){ .hd .btn{padding:.55rem .85rem;font-size:.92rem;min-height:44px} }

  /* ---------- hero ---------- */
  .hero{position:relative;min-height:clamp(560px,88svh,880px);display:flex;align-items:flex-end;overflow:hidden}
  .hero-art{position:absolute;inset:0;z-index:0}
  .hero-art img{width:100%;height:100%;object-fit:cover;display:block}
  .hero-scrim{position:absolute;inset:0;z-index:1;background:
     radial-gradient(120% 80% at 80% 12%,transparent 40%,rgba(26,14,20,.30) 100%),
     linear-gradient(180deg,rgba(26,14,20,.22) 0%,rgba(26,14,20,.10) 40%,rgba(26,14,20,.86) 92%)}
  .hero-in{position:relative;z-index:2;width:100%;padding-block:clamp(2.2rem,5vw,4rem) clamp(2.4rem,6vw,4.4rem)}
  .hero .hero-h{font-family:"Bricolage Grotesque",system-ui,sans-serif;font-weight:800;line-height:1.02;letter-spacing:-.02em;margin:0;font-size:clamp(2.9rem,8.4vw,6rem);color:#fff;text-shadow:0 2px 40px rgba(26,14,20,.5)}
  .hero .kick{display:inline-block;font-weight:700;color:var(--zest);font-size:clamp(1rem,1.4vw,1.15rem);margin-bottom:1rem;letter-spacing:.01em}
  .hero p.sub{color:var(--on-dark);font-size:clamp(1.08rem,1.4vw,1.3rem);margin:1.1rem 0 1.7rem}
  .hero-cta{display:flex;flex-wrap:wrap;gap:.8rem}

  /* ---------- shout line ---------- */
  .shout{background:var(--plum);border-block:1px solid var(--line)}
  .shout .wrap{padding-block:clamp(2.6rem,6vw,4rem)}
  .shout h1{font-size:clamp(1.9rem,4.4vw,3rem);color:var(--cream);margin:0 0 1rem;max-width:22ch}
  .shout p{margin:0;color:var(--on-dark)}
  .shout .em{color:transparent;background:var(--heat);-webkit-background-clip:text;background-clip:text}

  /* ---------- steps ---------- */
  .steps{background:var(--ink)}
  .steps .wrap{padding-block:clamp(3rem,7vw,5rem)}
  .sec-head{margin-bottom:clamp(1.8rem,4vw,2.8rem)}
  .sec-head h2{font-size:clamp(1.9rem,4.4vw,3rem);color:var(--cream)}
  .sec-head p{color:var(--on-dark-dim);margin-top:.7rem}
  .step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2.4vw,1.6rem)}
  .step{position:relative;background:linear-gradient(180deg,var(--plum) 0%,var(--plum-2) 100%);border:1px solid var(--line);border-radius:20px;padding:1.6rem 1.5rem 1.7rem}
  .step .n{font-family:"Bricolage Grotesque";font-weight:800;font-size:1.05rem;color:var(--ink);background:var(--zest);width:2.1rem;height:2.1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
  .step h3{font-size:1.28rem;color:var(--cream);margin-bottom:.4rem}
  .step p{color:var(--on-dark-dim);margin:0}

  /* ---------- angle (split) ---------- */
  .angle{background:var(--cream);color:var(--on-light)}
  .angle .wrap{padding-block:clamp(3rem,7vw,5.5rem);display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.8rem,4vw,3.4rem);align-items:center}
  .angle .wrap:has(> .prose:only-child){grid-template-columns:1fr;padding-block:clamp(1.8rem,4vw,2.8rem)}  /* single-column angle sections span the full wrap, at half the section padding */
  .angle h2{font-size:clamp(2rem,4.6vw,3.2rem);color:var(--on-light);margin-bottom:1.1rem}
  .angle p{color:var(--on-light-dim)}
  .angle .prose strong{color:var(--on-light)}
  .angle a{color:#d61f52;font-weight:700;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px}

  /* ---------- why (feature grid) ---------- */
  .why{background:var(--plum)}
  .why .wrap{padding-block:clamp(3rem,7vw,5rem)}
  .why h2{font-size:clamp(1.9rem,4.4vw,3rem);color:var(--cream);margin-bottom:clamp(1.8rem,4vw,2.6rem)}
  .feat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.1rem,2.6vw,1.8rem)}
  .feat{display:flex;gap:1rem;align-items:flex-start}
  .feat .ic{flex:0 0 auto;width:3rem;height:3rem;border-radius:14px;background:rgba(255,46,99,.14);border:1px solid rgba(255,46,99,.3);display:flex;align-items:center;justify-content:center}
  .feat .ic svg{width:1.5rem;height:1.5rem;stroke:var(--amber)}
  .feat h3{font-size:1.22rem;color:var(--cream);margin-bottom:.3rem}
  .feat p{color:var(--on-dark-dim);margin:0}

  /* ---------- coverage ---------- */
  .cover{background:var(--ink)}
  .cover .wrap{padding-block:clamp(2.8rem,6vw,4.4rem);text-align:center}
  .cover h2{font-size:clamp(1.7rem,4vw,2.6rem);color:var(--cream);margin-bottom:1.4rem}
  .chips{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;max-width:56ch;margin-inline:auto}
  .chip{border:1px solid var(--line);background:var(--plum);color:var(--on-dark-dim);border-radius:999px;padding:.5rem 1.05rem;font-weight:500;font-size:.98rem}
  .chip.hot{background:var(--heat);color:#fff;border-color:transparent;font-weight:700}

  /* ---------- final cta ---------- */
  .final{position:relative;background:var(--heat);color:#fff;text-align:center;overflow:hidden}
  .final .wrap{padding-block:clamp(3.4rem,8vw,5.6rem);position:relative;z-index:1}
  .final h2{font-size:clamp(2.1rem,5.4vw,3.6rem);color:#fff;margin-inline:auto}
  .final p{color:rgba(255,255,255,.92);max-width:60ch;margin:1rem auto 1.8rem;font-size:1.1rem}
  .final .btn-join{background:#fff;color:var(--flame);box-shadow:0 10px 30px rgba(26,14,20,.28)}
  .final .sun{position:absolute;width:60vw;max-width:520px;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.32),transparent 60%);top:-30%;right:-10%;z-index:0}

  /* ---------- footer ---------- */
  .ft{background:var(--ink);border-top:1px solid var(--line)}
  .ft .wrap{padding-block:clamp(2.4rem,5vw,3.4rem)}
  .ft-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.4rem;align-items:flex-start}
  .ft .brand{margin-bottom:.6rem}
  .ft .tag{color:var(--on-dark-dim);max-width:34ch;margin:0}
  .ft-links{display:flex;flex-wrap:wrap;gap:1.4rem}
  .ft-links a{color:var(--on-dark-dim);text-decoration:none;font-weight:500}
  .ft-links a:hover{color:var(--cream)}
  .ft-base{margin-top:2rem;padding-top:1.4rem;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:.8rem 1.4rem;justify-content:space-between;color:var(--on-dark-dim);font-size:.9rem}
  .age{border:1px solid var(--line);border-radius:8px;padding:.15rem .5rem;font-weight:700;color:var(--on-dark)}

  /* ---------- cookie consent ---------- */
  .cookie-bar{position:fixed;left:0;right:0;bottom:0;z-index:80;background:var(--plum);border-top:1px solid var(--line);transform:translateY(110%);transition:transform .4s ease;padding-block:.9rem;padding-bottom:calc(.9rem + env(safe-area-inset-bottom,0px))}
  .cookie-bar.fb-visible{transform:translateY(0)}
  .cookie-in{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:space-between}
  .cookie-text{margin:0;color:var(--on-dark);font-size:.95rem;line-height:1.5;flex:1 1 340px}
  .cookie-text a{color:var(--zest);text-decoration:underline;text-underline-offset:2px}
  .cookie-emoji{margin-right:.35rem}
  .cookie-accept{flex:0 0 auto;padding:.6rem 1.5rem;cursor:pointer}

  /* ---------- mobile ---------- */
  @media (max-width:860px){
    .step-grid{grid-template-columns:1fr}
    .feat-grid{grid-template-columns:1fr}
    .angle .wrap{grid-template-columns:1fr}
  }
  /* keep the hero CTAs clear of the fixed cookie bar on phones (it wraps to ~2 rows there) */
  @media (max-width:600px){
    .hero-in{padding-bottom:150px}
  }
  @media (prefers-reduced-motion:reduce){*{scroll-behavior:auto;transition:none!important}}
