/* Auromone shared site styles (extracted from auromone-landing-v8.html) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
  @media (max-width: 700px) { html { scroll-padding-top: 66px; } }

  :root {
    --bg:        #FCF8F1;
    --bg-soft:   #F2ECE2;
    --surface:   #FFFFFF;
    --ink:       #2A1010;
    --ink-soft:  #5C3636;
    --ink-mute:  #8A6A66;
    --ink-faint: #B7A39E;
    --line:      rgba(67,22,22,0.10);
    --line-2:    rgba(67,22,22,0.16);
    --violet:    #C8311C;
    --violet-deep:#A52814;
    --magenta:   #C8311C;
    --accent:    #FE3A48;
    --grad:      linear-gradient(100deg, #FE3A48 0%, #FE3A48 34%, #FE5C95 74%, #FE866E 100%);

    --measure: 1180px;
    --gutter:  clamp(20px, 4vw, 48px);
    --r: 20px; --r-sm: 14px; --r-lg: 28px; --r-pill: 999px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --sh-sm: 0 1px 2px rgba(67,22,22,0.04), 0 6px 18px -10px rgba(67,22,22,0.10);
    --sh: 0 24px 56px -28px rgba(255,68,58,0.22), 0 8px 20px -14px rgba(67,22,22,0.10);
  }

  body {
    font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg); color: var(--ink);
    line-height: 1.62; font-size: 16px;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
  }
  a { color: inherit; text-decoration: none; }
  img, svg { display: block; max-width: 100%; }
  button, input { font: inherit; }
  ::selection { background: var(--violet); color: #fff; }

  .wrap { max-width: var(--measure); margin: 0 auto; }
  section { position: relative; }

  h1, h2, h3, .display { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; letter-spacing: -0.025em; line-height: 1.04; }
  .grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
  .h-mega { font-size: clamp(42px, 6vw, 80px); line-height: 1.0; letter-spacing: -0.03em; }
  .h-1 { font-size: clamp(32px, 4.4vw, 54px); line-height: 1.05; letter-spacing: -0.028em; text-wrap: balance; }
  .h-2 { font-size: clamp(26px, 3.4vw, 42px); line-height: 1.08; letter-spacing: -0.024em; }
  .h-3 { font-size: clamp(19px, 2vw, 25px); line-height: 1.18; letter-spacing: -0.018em; font-weight: 600; }
  .lede { font-size: clamp(17px, 1.35vw, 20px); line-height: 1.55; color: var(--ink-soft); }
  .eyebrow { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--magenta); }

  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 28px; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 15px; border-radius: var(--r-pill); border: 0; color: #FCF8F1; background: #431616; cursor: pointer; transition: transform 0.15s, box-shadow 0.25s var(--ease), filter 0.2s; white-space: nowrap; box-shadow: 0 14px 30px -14px rgba(255,68,58,0.5); }
  .btn .arw { transition: transform 0.2s var(--ease); }
  .btn:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -16px rgba(214,56,30,0.5); filter: brightness(1.05); }
  .btn:hover .arw { transform: translateX(4px); }
  .btn:active { transform: translateY(0); }
  .btn:focus-visible { outline: 2px solid var(--violet); outline-offset: 3px; }
  .btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line-2); box-shadow: var(--sh-sm); }
  .btn-ghost:hover { color: var(--violet); border-color: var(--violet); filter: none; }

  .pill { display: inline-flex; align-items: center; gap: 9px; padding: 7px 16px 7px 12px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-pill); font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 12.5px; color: var(--ink-soft); }
  .pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(255,68,58,0.6); animation: pulse 2s var(--ease) infinite; }
  @keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(255,68,58,0.5); } 50% { box-shadow: 0 0 0 8px rgba(255,68,58,0); } }

  .bloom { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; background: radial-gradient(circle at 50% 45%, rgba(214,56,30,0.16), rgba(255,68,58,0.10) 46%, transparent 72%); filter: blur(64px); }

  /* biomarker card */
  .biocard { background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 16px 18px; box-shadow: var(--sh); display: grid; gap: 8px; min-width: 188px; }
  .biocard .b-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
  .biocard .b-lbl { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-mute); }
  .biocard .b-live { display: inline-flex; align-items: center; gap: 6px; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 10px; color: var(--magenta); }
  .biocard .b-live .d { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: pulse 2s var(--ease) infinite; }
  .biocard .b-val { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: 29px; letter-spacing: -0.02em; line-height: 1; display: flex; align-items: baseline; gap: 6px; }
  .biocard .b-val .u { font-size: 11px; font-weight: 500; color: var(--ink-mute); }
  .biocard svg { width: 100%; height: 32px; }
  .biocard .b-meta { font-size: 11.5px; color: var(--ink-mute); }

  /* ════ NAV ════ */
  .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,0.8); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: border-color 0.3s, background 0.3s; }
  .nav.scrolled { border-bottom-color: var(--line); background: rgba(255,255,255,0.95); }
  .nav-inner { max-width: var(--measure); margin: 0 auto; height: 66px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
  .nav-mark { display: flex; align-items: center; }
  .nav-mark img { height: 18px; width: auto; display: block; }
  .nav-links { display: flex; gap: 28px; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 500; font-size: 14.5px; color: var(--ink-soft); }
  .nav-links a:hover { color: var(--violet); }
  .nav-cta { display: inline-flex; align-items: center; gap: 7px; height: 40px; padding: 0 20px; border-radius: var(--r-pill); background: #431616; color: #FCF8F1; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 14px; transition: filter 0.2s, transform 0.15s; box-shadow: 0 10px 22px -12px rgba(255,68,58,0.6); }
  .nav-cta:hover { filter: brightness(1.06); transform: translateY(-1px); }
  /* shop dropdown */
  .nav-shop { position: relative; }
  .nav-shop-btn { display: inline-flex; align-items: center; gap: 5px; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 500; font-size: 14.5px; color: var(--ink-soft); background: none; border: 0; padding: 0; cursor: pointer; line-height: 1; }
  .nav-shop-btn .caret { font-size: 10px; transition: transform 0.2s var(--ease); }
  .nav-shop:hover .nav-shop-btn, .nav-shop:focus-within .nav-shop-btn { color: var(--violet); }
  .nav-shop:hover .caret, .nav-shop:focus-within .caret { transform: rotate(180deg); }
  .shop-menu { position: absolute; top: calc(100% + 14px); left: 0; width: 326px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); box-shadow: 0 26px 50px -22px rgba(67,22,22,0.30); padding: 8px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(6px); transition: opacity 0.18s var(--ease), transform 0.18s var(--ease), visibility 0.18s; }
  .shop-menu::before { content: ''; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
  .nav-shop:hover .shop-menu, .nav-shop:focus-within .shop-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .shop-item { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 10px; transition: background 0.15s; }
  .shop-item:hover { background: var(--bg-soft); }
  .shop-item .si-ic { flex: none; width: 38px; height: 38px; border-radius: 9px; background: var(--bg-soft); display: grid; place-items: center; color: var(--violet); }
  .shop-item .si-ic svg { width: 20px; height: 20px; }
  .shop-item .si-txt { flex: 1; display: flex; flex-direction: column; line-height: 1.3; }
  .shop-item .si-txt b { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 14px; color: var(--ink); }
  .shop-item .si-txt span { font-size: 12px; color: var(--ink-mute); }
  .shop-item .si-price { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: 13px; color: var(--ink); white-space: nowrap; }
  .shop-item[aria-current="page"] { background: rgba(254,58,72,0.06); }
  .shop-item[aria-current="page"] .si-price { color: var(--violet); }
  @media (max-width: 920px) { .nav-links { display: none; } }

  /* ════ HERO ════ */
  .hero { position: relative; min-height: min(100dvh, 980px); display: flex; align-items: center; justify-content: center; text-align: center; padding: clamp(92px, 11vh, 120px) var(--gutter) clamp(40px, 5vw, 72px); overflow: hidden; }
  .hero-aurora { position: absolute; z-index: 0; width: min(128vw, 1180px); aspect-ratio: 1; left: 50%; top: 51%; transform: translate(-50%, -50%); pointer-events: none;
    background: radial-gradient(circle at 50% 50%, rgba(254,58,72,0.40), rgba(254,68,82,0.24) 34%, rgba(254,110,92,0.12) 60%, transparent 74%);
    filter: blur(60px); animation: aurora-breathe 9s var(--ease) infinite; }
  @keyframes aurora-breathe { 0%,100% { transform: translate(-50%,-50%) scale(0.96); opacity: 0.85; } 50% { transform: translate(-50%,-50%) scale(1.07); opacity: 1; } }
  .hero-curve { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; overflow: visible; opacity: 0.92; }
  .hero-curve .area { opacity: 0; animation: fadein 1.5s var(--ease) 1.2s forwards; }
  .hero-curve .glow, .hero-curve .ln { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 2.3s var(--ease) 0.4s forwards; }
  .hero-curve .now { opacity: 0; animation: fadein 0.5s var(--ease) 2.2s forwards; }
  .hero-curve .nowring { transform-box: fill-box; transform-origin: center; opacity: 0; animation: nowpulse 2.4s var(--ease) 2.4s infinite; }
  @keyframes draw { to { stroke-dashoffset: 0; } }
  @keyframes fadein { to { opacity: 1; } }
  @keyframes nowpulse { 0% { transform: scale(0.7); opacity: 0.55; } 75%,100% { transform: scale(2.8); opacity: 0; } }
  .hero-inner { position: relative; z-index: 3; max-width: 900px; width: 100%; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
  .hero-inner > * { opacity: 0; transform: translateY(18px); animation: rise 1s var(--ease) forwards; }
  .hero .pill { animation-delay: 0.05s; margin-bottom: clamp(6px, 1.4vw, 16px); }
  .hero-device { animation-delay: 0.16s; position: relative; z-index: 3; width: clamp(320px, 48vw, 600px); aspect-ratio: 1 / 1; margin: 0 auto clamp(2px, 1vw, 10px); }
  .hero h1 { animation-delay: 0.28s; margin-bottom: 16px; font-size: clamp(46px, 8vw, 94px); line-height: 0.93; letter-spacing: -0.04em; }
  .hero .lede { animation-delay: 0.38s; max-width: 48ch; margin: 0 auto; }
  .hero-cta { animation-delay: 0.5s; margin-top: 8px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
  .hero-trust { animation-delay: 0.6s; margin-top: 20px; display: flex; gap: 26px; flex-wrap: wrap; justify-content: center; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 500; font-size: 13px; color: var(--ink-mute); }
  .hero-trust > span { display: inline-flex; align-items: center; gap: 8px; }
  .hero-trust svg { width: 17px; height: 17px; color: var(--violet); flex: none; }
  .hero-trust .c { color: var(--violet); font-weight: 700; }
  @keyframes rise { to { opacity: 1; transform: none; } }
  @keyframes breathe { 0%,100% { transform: scale(0.95); opacity: 0.08; } 50% { transform: scale(1.05); opacity: 0.14; } }
  @keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
  /* live 3D scenes */
  .curve3d { display: block; }
  .curve3d canvas { display: block; width: 100% !important; height: 100% !important; }
  .inside-3d { width: 100%; max-width: 440px; aspect-ratio: 1 / 1; margin: 0 auto; }
  .reserve-3d { position: relative; z-index: 2; width: clamp(280px, 44vw, 520px); aspect-ratio: 1 / 1; transform: translateX(11%); }
  .hero-bio { position: absolute; z-index: 4; right: clamp(8px, 6vw, 130px); top: 49%; opacity: 0; animation: rise 1s var(--ease) 0.9s forwards; }
  @media (max-width: 1040px) { .hero-bio { display: none; } }
  @media (max-width: 880px) { .hero h1 { font-size: clamp(42px, 12vw, 70px); } .hero-device { width: clamp(260px, 74vw, 360px); } }

  .sec { padding: clamp(72px, 9.5vw, 122px) var(--gutter); }
  .sec-head { max-width: 920px; margin: 0 auto clamp(40px, 5vw, 62px); text-align: center; }
  .sec-head .eyebrow { display: block; margin-bottom: 14px; }
  .sec-head p { margin-top: 16px; color: var(--ink-soft); max-width: 60ch; margin-left: auto; margin-right: auto; }
  /* trust bar (honest credibility + privacy, surfaced under the hero) */
  .trustbar { background: var(--surface); border-block: 1px solid var(--line); padding: clamp(20px, 2.6vw, 30px) var(--gutter); }
  .trust-row { max-width: var(--measure); margin: 0 auto; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 3vw, 44px); }
  .trust-row li { display: flex; flex-direction: column; gap: 5px; position: relative; padding-left: 18px; }
  .trust-row li::before { content: ''; position: absolute; left: 0; top: 6px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
  .trust-row .t-k { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: 15px; color: var(--ink); letter-spacing: -0.01em; }
  .trust-row .t-v { font-size: 12.5px; color: var(--ink-mute); line-height: 1.4; }
  @media (max-width: 760px) { .trust-row { grid-template-columns: 1fr 1fr; gap: 20px 18px; } }

  /* OVERVIEW */
  .overview { background: var(--bg-soft); }
  /* rhythm: annotated day-curve diagram */
  .rhythm-chart { max-width: 1000px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-sm); padding: clamp(18px, 3vw, 40px) clamp(14px, 3vw, 40px) clamp(20px, 2.6vw, 32px); }
  .rhythm-svg { width: 100%; height: auto; display: block; }
  .rhythm-svg .rc-line { stroke-dasharray: 1; stroke-dashoffset: 1; }
  .reveal.in .rhythm-svg .rc-line { animation: draw 2s var(--ease) 0.25s forwards; }
  .rhythm-svg .rc-k { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: 15px; fill: var(--ink); }
  .rhythm-svg .rc-t { font-family: 'Hanken Grotesk', sans-serif; font-size: 12px; fill: var(--ink-mute); }
  .rhythm-svg .rc-time { font-family: 'Schibsted Grotesk', sans-serif; font-size: 11px; letter-spacing: 0.04em; }
  .rhythm-chart figcaption { margin-top: clamp(14px, 2vw, 22px); text-align: center; font-size: 13.5px; color: var(--ink-mute); }
  .rhythm-chart .cap-curve { color: var(--ink); font-weight: 600; }
  @media (max-width: 640px) { .rhythm-svg .rc-k { font-size: 19px; } .rhythm-svg .rc-t, .rhythm-svg .rc-time { font-size: 15px; } }

  /* HOW IT WORKS (3 diagram cards) */
  .how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .how-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 28px 28px 30px; box-shadow: var(--sh-sm); }
  .how-card .n { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: 13px; color: var(--magenta); }
  .how-fig { height: 132px; display: grid; place-items: center; margin: 8px 0 18px; }
  .how-fig svg { width: 100%; max-width: 220px; height: 100%; }
  .how-card h3 { margin-bottom: 8px; }
  .how-card p { font-size: 14.5px; color: var(--ink-soft); }
  @media (max-width: 820px) { .how-grid { grid-template-columns: 1fr; } .how-fig { height: 150px; } }

  /* INSIDE THE BAND (exploded) */
  .inside { background: var(--bg-soft); }
  .inside-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(36px, 5vw, 76px); align-items: center; }
  .inside-fig { display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(20px, 3vw, 36px); box-shadow: var(--sh-sm); }
  .inside-fig img { width: 100%; max-width: 380px; }
  .inside-copy h2 { margin: 14px 0 24px; }
  .part { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 16px 0; }
  .part + .part { border-top: 1px solid var(--line); }
  .part .k { width: 28px; height: 28px; border-radius: 50%; border: 1.4px solid var(--magenta); color: var(--magenta); display: grid; place-items: center; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: 13px; flex-shrink: 0; }
  .part b { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 16.5px; }
  .part p { font-size: 14px; color: var(--ink-soft); margin-top: 2px; }
  @media (max-width: 860px) { .inside-grid { grid-template-columns: 1fr; gap: 32px; } }

  /* BENEFITS */
  .benefits .ben-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .ben { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 30px; box-shadow: var(--sh-sm); transition: transform 0.35s var(--ease), box-shadow 0.35s; display: flex; flex-direction: column; gap: 14px; }
  .ben:hover { transform: translateY(-5px); box-shadow: var(--sh); }
  .ben p { font-size: 14.5px; color: var(--ink-soft); max-width: 46ch; }
  .ben .biocard { margin-top: auto; box-shadow: none; background: var(--bg-soft); border-color: var(--line); }
  @media (max-width: 760px) { .benefits .ben-grid { grid-template-columns: 1fr; } }

  /* METRIC SHOWCASE */
  .showcase { background: var(--bg-soft); overflow: hidden; }
  .showcase .bloom { width: 480px; height: 480px; right: -150px; top: -120px; }
  .show-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  @media (max-width: 860px) { .show-row { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) { .show-row { grid-template-columns: 1fr; } }

  /* SCIENCE */
  .science-card { max-width: var(--measure); margin: 0 auto; border-radius: var(--r-lg); padding: clamp(36px, 5vw, 68px); background: #431616; color: #fff; position: relative; overflow: hidden; }
  .science-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 82% 6%, rgba(255,255,255,0.16), transparent 52%); }
  .science-card .inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
  .science-card h2 { color: #fff; margin-bottom: 16px; }
  .science-card p { color: rgba(255,255,255,0.9); max-width: 46ch; }
  .science-card .proof { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
  .science-card .chip { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 12px; padding: 9px 15px; border-radius: var(--r-pill); background: rgba(255,255,255,0.16); color: #fff; }
  .science-vs { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: var(--r); padding: 24px; }
  .science-vs .row { display: flex; justify-content: space-between; align-items: baseline; padding: 13px 0; gap: 16px; }
  .science-vs .row + .row { border-top: 1px solid rgba(255,255,255,0.16); }
  .science-vs .k { font-size: 13.5px; color: rgba(255,255,255,0.85); }
  .science-vs .v { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: 16px; }
  .science-vs .v.dim { color: rgba(255,255,255,0.6); font-weight: 600; }
  @media (max-width: 820px) { .science-card .inner { grid-template-columns: 1fr; } }

  /* FAQ */
  .faq-wrap { max-width: 840px; margin: 0 auto; }
  .faq-list { display: grid; gap: 12px; }
  .faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); box-shadow: var(--sh-sm); overflow: hidden; }
  .faq-item summary { list-style: none; cursor: pointer; padding: 22px 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: clamp(16px, 1.6vw, 19px); }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary .ic { font-family: 'Schibsted Grotesk', sans-serif; font-size: 22px; color: var(--violet); flex-shrink: 0; transition: transform 0.3s var(--ease); }
  .faq-item[open] summary .ic { transform: rotate(45deg); }
  .faq-item .ans { padding: 0 26px 24px; max-width: 64ch; }
  .faq-item .ans p { color: var(--ink-soft); font-size: 15px; line-height: 1.66; }
  .faq-item .ans b { color: var(--ink); }

  /* THE APP */
  .app-stage { position: relative; display: flex; justify-content: center; align-items: center; margin: clamp(8px, 2vw, 26px) 0 clamp(38px, 5vw, 60px); min-height: clamp(420px, 50vw, 600px); }
  .app-stage::before { content: ''; position: absolute; z-index: 0; width: min(720px, 92%); aspect-ratio: 1; left: 50%; top: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(254,92,149,0.18), rgba(254,134,110,0.10) 46%, transparent 70%); filter: blur(54px); pointer-events: none; }
  .app-phone { display: block; height: auto; filter: drop-shadow(0 38px 64px rgba(67,22,22,0.30)); }
  .app-phone-front { position: relative; z-index: 2; width: clamp(238px, 30vw, 338px); }
  .app-phone-back { position: absolute; z-index: 1; width: clamp(212px, 26vw, 300px); transform: translate(46%, -7%) rotate(7deg); opacity: 0.97; }
  .app-features { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); max-width: 920px; margin: 0 auto; }
  .app-features li { display: flex; flex-direction: column; gap: 6px; padding-top: 16px; border-top: 2px solid var(--accent); }
  .app-features b { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 16px; }
  .app-features span { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }
  @media (max-width: 720px) { .app-phone-back { display: none; } .app-stage { min-height: 0; } .app-features { grid-template-columns: 1fr; gap: 18px; } }

  /* RESERVE — full aurora-gradient finale */
  .reserve { background: linear-gradient(118deg, #FE3A48 0%, #FE3A48 22%, #FE5C95 66%, #FE866E 106%); }
  .reserve-card { max-width: var(--measure); margin: 0 auto; background: transparent; border: 0; border-radius: 0; padding: 0; box-shadow: none; display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(28px, 4vw, 52px); align-items: center; }
  .reserve .eyebrow { color: rgba(252,248,241,0.82); }
  .reserve-left h2 { margin: 12px 0 16px; color: #FCF8F1; }
  .reserve .grad-text { background: none; -webkit-text-fill-color: #FCF8F1; color: #FCF8F1; }
  .reserve-left .lede { max-width: 42ch; margin-bottom: 26px; color: rgba(252,248,241,0.9); }
  .price-row { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 15px 0; }
  .price-row + .price-row { border-top: 1px solid rgba(252,248,241,0.2); }
  .pl-l b { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 16px; display: block; color: #FCF8F1; }
  .pl-l span { font-size: 12.5px; color: rgba(252,248,241,0.74); }
  .pl-v { text-align: right; white-space: nowrap; }
  .pl-v b { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: 20px; display: block; color: #FCF8F1; }
  .pl-v span { font-size: 11px; color: rgba(252,248,241,0.74); }
  .pl-v .strike { text-decoration: line-through; color: rgba(252,248,241,0.55); }
  .scarcity { display: flex; align-items: center; gap: 10px; margin: 22px 0 14px; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 500; font-size: 13px; color: rgba(252,248,241,0.85); }
  .scarcity .d { width: 8px; height: 8px; border-radius: 50%; background: #FCF8F1; animation: pulse 2s var(--ease) infinite; }
  .scarcity b { color: #FCF8F1; }
  .reserve-form { display: flex; background: rgba(255,255,255,0.96); border: 1.5px solid rgba(255,255,255,0.65); border-radius: var(--r-pill); padding: 5px; transition: border-color 0.2s, box-shadow 0.2s; }
  .reserve-form:focus-within { border-color: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,0.32); }
  .reserve-form input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 12px 18px; font-size: 15px; color: var(--ink); outline: none; }
  .reserve-form input::placeholder { color: var(--ink-faint); }
  .reserve-form button { border: 0; border-radius: var(--r-pill); padding: 0 24px; cursor: pointer; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: 14px; color: #2A1010; background: #FCF8F1; display: inline-flex; align-items: center; gap: 7px; transition: filter 0.2s; }
  .reserve-form button:hover { filter: brightness(0.95); }
  .reserve-trust { margin-top: 14px; font-size: 12px; color: rgba(252,248,241,0.72); }
  .price-note { margin-top: 12px; font-size: 11.5px; line-height: 1.5; color: var(--ink-mute); max-width: 46ch; }
  .reserve .price-note { margin-top: 10px; color: rgba(252,248,241,0.66); max-width: none; }
  .reserve-stage { display: flex; align-items: center; justify-content: center; position: relative; min-height: clamp(380px, 46vw, 600px); }
  .reserve-stage .ring { position: absolute; width: 86%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.55), rgba(255,255,255,0) 68%); opacity: 0.7; filter: blur(10px); animation: breathe 8s var(--ease) infinite; }
  .reserve-phone { position: absolute; z-index: 3; left: 1%; bottom: 3%; width: clamp(138px, 17vw, 212px); height: auto; border-radius: 22px; filter: drop-shadow(0 26px 44px rgba(40,8,8,0.5)); transform: rotate(-5deg); }
  @media (max-width: 880px) { .reserve-card { grid-template-columns: 1fr; } .reserve-stage { order: -1; min-height: clamp(300px, 78vw, 460px); } .reserve-3d { transform: translateX(8%); } .reserve-phone { width: clamp(120px, 32vw, 170px); } }
  @media (max-width: 520px) { .reserve-form { flex-direction: column; } .reserve-form button { padding: 14px; justify-content: center; } }

  /* FOOTER */
  footer.foot { background: #1E0E0F; color: #FCF8F1; padding: clamp(56px, 7vw, 84px) var(--gutter) 28px; }
  .foot-grid { max-width: var(--measure); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: clamp(28px, 4vw, 56px); padding-bottom: clamp(36px, 5vw, 52px); }
  .foot-brand { max-width: 320px; }
  .foot-mark { display: flex; align-items: center; gap: 10px; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: -0.02em; color: #FCF8F1; }
  .foot-mark img { height: 24px; width: auto; display: block; }
  .foot-tag { margin-top: 14px; font-size: 14px; line-height: 1.55; color: rgba(252,248,241,0.66); }
  .foot-col h4 { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(252,248,241,0.52); margin-bottom: 14px; }
  .foot-col a { display: block; font-size: 13.5px; color: rgba(252,248,241,0.82); padding: 5px 0; transition: color 0.15s; }
  .foot-col a:hover { color: #FF8958; }
  .foot-bottom { max-width: var(--measure); margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(252,248,241,0.14); display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
  .foot-bottom .c, .foot-bottom .fine { font-size: 11.5px; color: rgba(252,248,241,0.5); line-height: 1.5; }
  .foot-bottom .fine { max-width: 56ch; }
  @media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; max-width: none; } }
  @media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }

  .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
  .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
    .reveal { opacity: 1 !important; transform: none !important; }
    .hero-inner > *, .hero-bio { opacity: 1 !important; transform: none !important; }
    .hero-curve .ln, .hero-curve .glow, .rhythm-svg .rc-line { stroke-dashoffset: 0 !important; }
    .hero-curve .area, .hero-curve .now { opacity: 1 !important; }
    .hero-curve .nowring { display: none; }
  }

  /* inline schematic palette */
  .ink { stroke: #2A2233; } .skin { stroke: #D9A89A; } .skinh { stroke: #E3B9AC; }

  /* What's included */
  .included { background: var(--bg); }
  .incl-card { max-width: 960px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(26px,3.5vw,48px); box-shadow: var(--sh); display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(28px,4vw,52px); align-items: center; }
  .incl-list { list-style: none; }
  .incl-list li { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; padding: 14px 0; }
  .incl-list li + li { border-top: 1px solid var(--line); }
  .incl-list .ck { width: 24px; height: 24px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
  .incl-list b { font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; font-size: 15.5px; }
  .incl-list span { font-size: 13px; color: var(--ink-mute); display: block; margin-top: 2px; }
  .incl-side { text-align: center; padding: clamp(22px,2.6vw,34px); background: var(--bg-soft); border-radius: var(--r); }
  .incl-side .price { font-family: 'Schibsted Grotesk',sans-serif; font-weight: 700; font-size: clamp(38px,5vw,58px); letter-spacing: -0.03em; line-height: 1; }
  .incl-side .was { font-size: 13px; color: var(--ink-mute); text-decoration: line-through; margin-top: 6px; }
  .incl-side .note { font-size: 12.5px; color: var(--ink-mute); margin: 12px 0 18px; line-height: 1.5; }
  @media (max-width: 760px){ .incl-card { grid-template-columns: 1fr; } }

  /* Who it's for */
  .who-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
  .persona { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 30px; box-shadow: var(--sh-sm); transition: transform 0.35s var(--ease), box-shadow 0.35s; }
  .persona:hover { transform: translateY(-5px); box-shadow: var(--sh); }
  .persona .tag { display: inline-flex; align-items: center; gap: 8px; font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 0.03em; color: var(--violet); margin-bottom: 14px; }
  .persona .tag .d { width: 7px; height: 7px; border-radius: 50%; background: var(--grad); }
  .persona h3 { margin-bottom: 10px; }
  .persona p { font-size: 14.5px; color: var(--ink-soft); }
  @media (max-width: 820px){ .who-grid { grid-template-columns: 1fr; } }

  /* How Curve compares */
  .compare { background: var(--bg-soft); }
  .compare-wrap { max-width: 980px; margin: 0 auto; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .compare-table { width: 100%; min-width: 600px; border-collapse: collapse; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh-sm); }
  .compare-table th, .compare-table td { padding: 15px 18px; text-align: left; font-size: 13.5px; border-bottom: 1px solid var(--line); vertical-align: middle; }
  .compare-table tr:last-child td, .compare-table tr:last-child th { border-bottom: 0; }
  .compare-table thead th { font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; font-size: 12px; color: var(--ink-mute); }
  .compare-table tbody th { font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; color: var(--ink); }
  .compare-table .curve-row { background: rgba(255,68,58,0.06); }
  .compare-table .curve-row th { color: var(--violet); }
  .compare-table .yes { color: var(--violet); font-weight: 700; }
  .compare-table .no { color: var(--ink-mute); }
  .compare-note { max-width: 980px; margin: 22px auto 0; padding: 20px 24px; background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: var(--r-sm); font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }
  .compare-note b { color: var(--ink); font-weight: 600; }
  /* snapshot-vs-continuous contrast below the table */
  .cmp-contrast { max-width: 980px; margin: clamp(28px,4vw,44px) auto 0; display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(14px,2vw,26px); align-items: stretch; }
  .cc-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(22px,3vw,30px); display: flex; flex-direction: column; }
  .cc-card.curve { border-color: var(--accent); background: linear-gradient(180deg, rgba(254,58,72,0.05), var(--surface) 60%); box-shadow: 0 24px 54px -30px rgba(254,58,72,0.45); }
  .cc-tag { font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-mute); }
  .cc-card.curve .cc-tag { color: var(--violet); }
  .cc-vizwrap { position: relative; margin: 14px 0 16px; }
  .cc-viz { width: 100%; height: auto; display: block; }
  .cc-live { position: absolute; top: -9%; left: 93.75%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 5px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-pill); padding: 4px 10px 4px 9px; font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; font-size: 10.5px; letter-spacing: 0.04em; color: var(--violet); box-shadow: var(--sh-sm); }
  .cc-live .d { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: pulse 2s var(--ease) infinite; }
  .cc-wait { position: absolute; left: 50%; bottom: -8%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-pill); padding: 4px 11px; font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; font-size: 11px; color: var(--ink-mute); box-shadow: var(--sh-sm); white-space: nowrap; }
  .cc-wait svg { width: 13px; height: 13px; color: var(--ink-mute); }
  .cc-stat { display: flex; align-items: baseline; gap: 10px; }
  .cc-stat b { font-family: 'Schibsted Grotesk',sans-serif; font-weight: 800; font-size: clamp(34px,4.4vw,48px); line-height: 0.9; letter-spacing: -0.03em; color: var(--ink-faint); }
  .cc-card.curve .cc-stat b { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .cc-stat span { font-size: 13px; color: var(--ink-soft); white-space: nowrap; }
  .cc-list { list-style: none; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); display: grid; gap: 8px; font-size: 13px; color: var(--ink-soft); }
  .cc-list li { position: relative; padding-left: 16px; }
  .cc-list li::before { content: ''; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--ink-faint); }
  .cc-card.curve .cc-list li::before { background: var(--accent); }
  .cc-vs { align-self: center; font-family: 'Schibsted Grotesk',sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; background: var(--surface); }
  @media (max-width: 760px) { .cmp-contrast { grid-template-columns: 1fr; } .cc-vs { justify-self: center; } }
  /* credibility, explained (replaces the plain pills) */
  .cmp-cred { max-width: 980px; margin: clamp(26px,3.5vw,40px) auto 0; }
  .cmp-cred-h { display: block; text-align: center; font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: clamp(16px,2vw,22px); }
  .cmp-cred-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(12px,1.4vw,16px); }
  .ccc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 18px 18px 20px; box-shadow: var(--sh-sm); }
  .ccc-ic { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: rgba(254,58,72,0.08); color: var(--accent); margin-bottom: 13px; }
  .ccc-ic svg { width: 19px; height: 19px; }
  .ccc b { font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; font-size: 14px; letter-spacing: -0.01em; display: block; margin-bottom: 5px; }
  .ccc p { font-size: 12.5px; color: var(--ink-mute); line-height: 1.46; }
  @media (max-width: 920px){ .cmp-cred-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 560px){ .cmp-cred-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 380px){ .cmp-cred-grid { grid-template-columns: 1fr; } }

  /* section-head left variant (rhythm variance) */
  .sec-head.left { margin-left: 0; margin-right: auto; text-align: left; }

  /* The details : hairline spec grid */
  .specs { background: var(--bg); }
  .specs-intro { max-width: 920px; margin: 0 auto clamp(40px,5vw,60px); text-align: center; }
  .specs-intro .eyebrow { display: block; margin-bottom: 12px; }
  .specs-intro p { margin-top: 16px; color: var(--ink-soft); max-width: 60ch; margin-left: auto; margin-right: auto; }
  .specs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
  .spec { background: var(--surface); padding: 26px 26px 28px; }
  .spec .k { font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--violet); margin-bottom: 12px; }
  .spec .v { font-family: 'Schibsted Grotesk',sans-serif; font-weight: 700; font-size: clamp(18px,1.8vw,22px); letter-spacing: -0.02em; line-height: 1.12; }
  .spec .s { font-size: 13px; color: var(--ink-mute); margin-top: 6px; line-height: 1.45; }
  @media (max-width: 820px){ .specs-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px){ .specs-grid { grid-template-columns: 1fr; } }
  /* spec "anatomy": centered blueprint with specs flanking both sides */
  .spec-anatomy { max-width: var(--measure); margin: 0 auto; display: grid; grid-template-columns: 1fr clamp(330px, 36vw, 500px) 1fr; gap: clamp(20px, 3vw, 48px); align-items: center; }
  .sa-col { display: grid; gap: clamp(24px, 3.2vw, 42px); }
  .sa-col.left { text-align: right; }
  .sa-item .k { font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--violet); margin-bottom: 8px; }
  .sa-item .v { font-family: 'Schibsted Grotesk',sans-serif; font-weight: 700; font-size: clamp(17px,1.7vw,21px); letter-spacing: -0.02em; line-height: 1.12; }
  .sa-item .s { font-size: 12.5px; color: var(--ink-mute); margin-top: 6px; line-height: 1.45; }
  .sa-media { position: relative; align-self: stretch; min-height: clamp(520px, 58vw, 700px); border-radius: var(--r-lg); border: 1px solid var(--line); overflow: hidden;
    background-color: #FBF7EF;
    background-image: linear-gradient(rgba(67,22,22,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(67,22,22,0.05) 1px, transparent 1px), radial-gradient(120% 90% at 50% 30%, rgba(254,92,149,0.06), transparent 60%);
    background-size: 26px 26px, 26px 26px, 100% 100%; }
  .sa-media .curve3d { position: absolute; inset: 0; }
  .sa-media .sa-tag { position: absolute; left: 16px; bottom: 14px; font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); }
  .sa-media .sa-view { position: absolute; left: 16px; font-family: 'Schibsted Grotesk',sans-serif; font-weight: 600; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--violet); }
  .sa-media .sa-view.t { top: 6%; } .sa-media .sa-view.b { top: 52%; }
  .sa-media .sa-cross { position: absolute; width: 10px; height: 10px; opacity: 0.5; }
  .sa-media .sa-cross::before, .sa-media .sa-cross::after { content: ''; position: absolute; background: rgba(67,22,22,0.3); }
  .sa-media .sa-cross::before { left: 4px; top: 0; width: 1px; height: 10px; }
  .sa-media .sa-cross::after { top: 4px; left: 0; height: 1px; width: 10px; }
  .sa-media .c1 { left: 12px; top: 12px; } .sa-media .c2 { right: 12px; top: 12px; } .sa-media .c3 { right: 12px; bottom: 12px; }
  @media (max-width: 900px){ .spec-anatomy { grid-template-columns: 1fr; gap: 28px; } .sa-col.left { text-align: left; } .sa-media { order: -1; } }

  /* Mission : wine editorial band + roadmap */
  .mission { background: #431616; color: #FCF8F1; overflow: hidden; }
  .mission::before { content:''; position:absolute; z-index:0; width: 820px; height: 820px; right: -16%; top: -30%; border-radius:50%; background: radial-gradient(circle at 50% 50%, rgba(254,58,72,0.24), rgba(254,110,92,0.10) 46%, transparent 72%); filter: blur(74px); pointer-events:none; animation: aurora-breathe 10s var(--ease) infinite; }
  .mission .wrap { position: relative; z-index: 1; }
  .mission-grid { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
  .mission-intro { max-width: none; margin: 0; text-align: left; }
  .mission .label { display: block; font-family:'Schibsted Grotesk',sans-serif; font-weight:600; font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:#FF6E72; margin-bottom: 14px; }
  .mission h2 { color:#FCF8F1; margin: 0 0 22px; }
  .mission .lead { font-size: clamp(16px,1.4vw,20px); line-height:1.58; color: rgba(252,248,241,0.86); max-width: 52ch; margin: 0; }
  /* roadmap: vertical timeline */
  .rm-lead { font-size: 14.5px; line-height: 1.55; color: rgba(252,248,241,0.66); max-width: 40ch; margin: 0 0 clamp(26px, 3vw, 36px); }
  .rm-list { list-style: none; position: relative; }
  .rm-list::before { content: ''; position: absolute; left: 6px; top: 8px; bottom: 10px; width: 2px; background: linear-gradient(to bottom, var(--accent) 0%, rgba(254,58,72,0.45) 12%, rgba(252,248,241,0.16) 38%, rgba(252,248,241,0.10)); }
  .rm-node { position: relative; padding: 0 0 clamp(22px, 2.6vw, 32px) 34px; }
  .rm-node:last-child { padding-bottom: 0; }
  .rm-dot { position: absolute; left: 0; top: 3px; width: 14px; height: 14px; border-radius: 50%; background: #431616; border: 2px solid rgba(252,248,241,0.34); box-sizing: border-box; }
  .rm-node.live .rm-dot { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 5px rgba(254,58,72,0.22); }
  .rm-when { font-family:'Schibsted Grotesk',sans-serif; font-weight:600; font-size:11px; letter-spacing:0.08em; text-transform:uppercase; color: rgba(252,248,241,0.5); }
  .rm-node.live .rm-when { color:#FF6E72; }
  .rm-name { font-family:'Schibsted Grotesk',sans-serif; font-weight:700; font-size: clamp(19px,2vw,24px); letter-spacing:-0.02em; margin: 5px 0 5px; color: rgba(252,248,241,0.82); }
  .rm-node.live .rm-name { color:#FCF8F1; }
  .rm-desc { font-size: 13px; color: rgba(252,248,241,0.58); line-height:1.5; }
  @media (max-width: 900px){ .mission-grid { grid-template-columns: 1fr; gap: 40px; align-items: start; } }
