
  /* ── lockup / wordmark logo (parity with the homepage's inline chrome) ── */
  .topbar .lockup .navword { font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: 0.2px; line-height: 1; color: var(--espresso); position: relative; transition: color 0.2s; }
  .topbar.on-dark .lockup .navword { color: var(--orange-soft); }
  .topbar .lockup .navword .amac { position: relative; }
  .topbar .lockup .navword .amac::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: 0.17em; width: 0.34em; height: 0.06em; background: currentColor; border-radius: 1px; }
  /* soft top scrim so the on-dark nav + logo stay legible over a light photo hero (e.g. the blog);
     it fades to nothing and disappears once the bar goes solid on scroll */
  .topbar.on-dark:not(.scrolled)::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, oklch(0.15 0.02 44 / 0.5), oklch(0.15 0.02 44 / 0)); pointer-events: none; z-index: -1; }

  /* ── language switch ──────────────────────── */
  .topbar .nav-right { display: flex; align-items: center; gap: 16px; }
  .nav-drop { position: relative; }
  .nav-drop > a::after { content: "\25be"; font-size: 0.68em; margin-left: 5px; opacity: 0.65; }
  .nav-sub { position: absolute; top: 100%; left: -16px; padding-top: 15px; min-width: 224px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s, transform .18s; z-index: 70; }
  .nav-drop:hover .nav-sub { opacity: 1; visibility: visible; transform: none; }
  .nav-sub-inner { background: var(--surface); border: 1px solid var(--line-soft); border-radius: 15px; box-shadow: 0 20px 44px -18px rgba(40,25,15,0.42); padding: 7px; }
  .nav-sub-inner a { display: block; padding: 11px 14px; border-radius: 10px; color: var(--ink) !important; font-size: 14px; font-weight: 600; }
  .nav-sub-inner a:hover { background: var(--orange-wash); color: var(--espresso) !important; }
  .nav-cart { display: inline-flex !important; align-items: center; gap: 7px; }
  .nav-cart svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.8; }
  .mm-links .mm-acc { display: flex; flex-direction: column; }
  .mm-links .mm-acc-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; background: none; border: none; border-bottom: 1px solid oklch(1 0 0 / 0.1); color: #fff; font-family: var(--serif); font-size: 25px; font-weight: 500; padding: 15px 4px; cursor: pointer; text-align: left; }
  .mm-links .mm-acc-head .mm-chev { width: 22px; height: 22px; color: var(--orange-soft); transition: transform .25s ease; flex-shrink: 0; }
  .mm-links .mm-acc.open .mm-acc-head .mm-chev { transform: rotate(180deg); }
  .mm-links .mm-acc-body { display: flex; flex-direction: column; max-height: 0; overflow: hidden; transition: max-height .3s ease; }
  .mm-links .mm-acc.open .mm-acc-body { max-height: 420px; }
  .mm-links .mm-acc-body a { padding-left: 22px; font-size: 21px; }
  .lang-switch { display: inline-flex; border-radius: 999px; overflow: hidden; border: 1.5px solid oklch(1 0 0 / 0.2); }
  .lang-switch button { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: 0.4px; padding: 7px 13px; cursor: pointer; background: transparent; border: none; color: var(--cream); transition: background 0.2s, color 0.2s; }
  .lang-switch button.active { background: var(--orange-soft); color: var(--espresso); }
  .topbar:not(.on-dark) .lang-switch { border-color: var(--line-soft); }
  .topbar:not(.on-dark) .lang-switch button { color: var(--ink-soft); }
  .topbar:not(.on-dark) .lang-switch button.active { background: var(--orange); color: #fff; }
  .topbar:not(.on-dark) .nav-right .btn-orange { background: var(--orange); color: #fff; }
  .topbar:not(.on-dark) .nav-right .btn-orange:hover { background: oklch(0.62 0.15 45); }
  @media (max-width: 860px) { .lang-switch { margin-right: 4px; } }
  /* ── store badges ─────────────────────────── */
  .store-badges { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
  .store-badge { display: inline-flex; align-items: center; gap: 11px; background: #000; border: 1px solid oklch(1 0 0 / 0.28); border-radius: 13px; padding: 9px 18px 9px 15px; min-width: 168px; transition: transform 0.2s ease, border-color 0.2s ease; }
  .store-badge:hover { transform: translateY(-2px); border-color: oklch(1 0 0 / 0.55); }
  .coming-soon { margin-top: 30px; margin-bottom: 14px; font-family: var(--sans); font-style: normal; font-weight: 700; font-size: 16px; letter-spacing: 0.06em; color: var(--orange-soft); }
  .foot .store-badges { flex-wrap: nowrap; gap: 9px; }
  .foot .store-badge { min-width: 0; padding: 7px 12px 7px 11px; gap: 8px; }
  .foot .store-badge .sb-small { font-size: 8px; }
  .foot .store-badge .sb-big { font-size: 13px; }
  .store-badge svg { flex-shrink: 0; }
  .store-badge .sb-txt { display: flex; flex-direction: column; line-height: 1.12; text-align: left; }
  .store-badge .sb-small { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0.4px; color: #fff; opacity: 0.86; }
  .store-badge .sb-big { font-family: var(--sans); font-size: 17px; font-weight: 600; letter-spacing: 0.2px; color: #fff; }
  /* footer social icons (shared across all pages) */
  .foot-social { display: flex; gap: 14px; margin-top: 22px; }
  .foot-social a { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-bottom: 0; color: var(--orange-soft); transition: color 0.2s ease, transform 0.2s ease; }
  .foot-social a:hover { color: #fff; transform: translateY(-2px); }
  .foot-social svg { width: 24px; height: 24px; fill: currentColor; }
  /* ── hero ─────────────────────────────────── */
  .hero { position: relative; min-height: 88vh; display: flex; flex-direction: column; }
  .hero .hero-fol {
    position: absolute; inset: 0; pointer-events: none; z-index: 1;
    background: oklch(0.82 0.014 70); opacity: 0.15;
    -webkit-mask-image: url(img/flower-field.svg), linear-gradient(to bottom, #000 0%, rgba(0,0,0,0.6) 26%, rgba(0,0,0,0.15) 38%, transparent 46%);
    mask-image: url(img/flower-field.svg), linear-gradient(to bottom, #000 0%, rgba(0,0,0,0.6) 26%, rgba(0,0,0,0.15) 38%, transparent 46%);
    -webkit-mask-size: cover, 100% 100%; mask-size: cover, 100% 100%;
    -webkit-mask-repeat: no-repeat, no-repeat; mask-repeat: no-repeat, no-repeat;
    -webkit-mask-position: center, center; mask-position: center, center;
    -webkit-mask-composite: source-in; mask-composite: intersect;
  }
  .hero .wrap { position: relative; z-index: 3; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-top: 104px; padding-bottom: 64px; }
  .hero .seed { width: 196px; height: 196px; background: var(--orange-soft); filter: drop-shadow(0 0 30px oklch(0.86 0.058 62 / 0.5)); margin-bottom: 30px; }
  .hero-brandline { font-family: var(--serif); font-weight: 600; color: var(--orange-soft); letter-spacing: 0.01em; line-height: 1.05; margin: 6px 0 10px; display: flex; flex-direction: column; align-items: center; gap: 2px; text-shadow: 0 0 26px oklch(1 0 0 / 0.22); }
  .hero-brandline .bl-top { font-size: clamp(28px, 3.6vw, 50px); font-weight: 500; letter-spacing: 0.04em; text-transform: none; color: #fff; }
  .hero-brandline .bl-top .amac { position: relative; }
  .hero-brandline .bl-top .amac::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: 0.12em; width: 0.38em; height: 0.055em; background: currentColor; border-radius: 1px; }
  .hero-brandline .bl-top .pz { color: var(--orange-soft); letter-spacing: 0.005em; }
  .hero-brandline .bl-big { font-size: clamp(40px, 5.5vw, 72px); font-weight: 600; letter-spacing: -0.012em; line-height: 0.96; }
  .hero .word { width: 290px; height: 78px; background: #fff; filter: drop-shadow(0 0 26px oklch(1 0 0 / 0.3)); margin: 0 auto; }
  .hero .deva { font-family: 'Tiro Devanagari Sanskrit', var(--serif); font-size: clamp(52px, 7vw, 86px); line-height: 1; color: #fff; text-shadow: 0 0 30px oklch(1 0 0 / 0.28); margin: 4px auto 0; letter-spacing: 1px; }
  .hero .orn { display: flex; align-items: center; justify-content: center; gap: 13px; margin: 26px 0; }
  .hero .orn .ln { width: 54px; height: 1px; background: linear-gradient(to right, transparent, oklch(1 0 0 / 0.34)); }
  .hero .orn .ln.r { background: linear-gradient(to left, transparent, oklch(1 0 0 / 0.34)); }
  .hero .orn .dia { width: 7px; height: 7px; background: var(--orange-soft); transform: rotate(45deg); border-radius: 1.5px; }
  .hero .tagline { font-family: var(--sans); font-weight: 300; font-style: italic; font-size: clamp(16px, 2.1vw, 23px); line-height: 1.22; color: #fff; text-shadow: 0 0 30px oklch(1 0 0 / 0.2); white-space: nowrap; max-width: none; margin: 8px auto 0; }
  .hero .tagline .hl { color: var(--orange-soft); font-style: italic; font-weight: 600; }
  .hero .sub { font-size: 16px; line-height: 1.6; color: var(--cream); max-width: 82ch; margin: 16px auto 0; }
  .hero .cta-row { display: flex; gap: 14px; justify-content: center; margin-top: 38px; flex-wrap: wrap; }
  .hero .scroll-hint { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 3; color: oklch(0.82 0.03 72); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 9px; }
  .hero .scroll-hint .dot { width: 5px; height: 5px; border-radius: 99px; background: var(--orange-soft); animation: hintdrop 1.8s ease-in-out infinite; }
  @keyframes hintdrop { 0%,100% { opacity: 0.4; transform: translateY(0); } 50% { opacity: 1; transform: translateY(6px); } }

  /* section heads */
  .shead { text-align: center; max-width: 640px; margin: 0 auto 56px; }
  .shead h2 { font-family: var(--serif); font-size: clamp(34px, 5vw, 52px); font-weight: 600; line-height: 1.04; color: var(--espresso); letter-spacing: -0.5px; margin-top: 14px; }
  .shead.on-dark h2 { color: #fff; }
  .shead p { font-size: 16px; line-height: 1.6; color: var(--ink-soft); margin-top: 16px; }
  .shead.on-dark p { color: var(--cream); }
  .hl-obs { font-style: normal; color: var(--orange-soft); }

  /* ── tagline promise moment ── */
  .tagquote { position: relative; background: var(--cine-bg); color: #fff; overflow: hidden; padding: clamp(96px, 15vh, 184px) 0; }
  .tagquote .tq-fol { position: absolute; top: 50%; left: 50%; width: 760px; height: 760px; transform: translate(-50%, -50%); pointer-events: none; opacity: 0.06; background: var(--orange-soft); -webkit-mask: url(img/flower-of-life.svg) center/contain no-repeat; mask: url(img/flower-of-life.svg) center/contain no-repeat; }
  .tagquote .wrap { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; }
  .tagquote.reveal { opacity: 1; transform: none; filter: none; }
  .tagquote .tq-eyebrow { font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: 2.6px; text-transform: uppercase; color: var(--orange-soft); margin-bottom: 26px; opacity: 0; transform: translateY(10px); transition: opacity .8s ease, transform .8s ease; }
  .tagquote.in .tq-eyebrow { opacity: 0.85; transform: none; }
  .tagquote .tq-mark { font-family: var(--serif); font-weight: 600; font-size: clamp(110px, 17vw, 230px); line-height: 0.66; color: var(--orange-soft); margin-bottom: -0.16em; filter: drop-shadow(0 0 42px oklch(0.86 0.058 62 / 0.22)); opacity: 0; transform: translateY(26px) scale(0.85); transition: opacity .9s ease, transform 1.1s cubic-bezier(.16,1,.3,1); }
  .tagquote.in .tq-mark { opacity: 0.92; transform: translateY(0) scale(1); }
  .tagquote .tq-line { font-family: var(--serif); font-weight: 300; font-size: clamp(33px, 5.8vw, 80px); line-height: 1.14; letter-spacing: -0.01em; max-width: 18ch; margin: 0 auto; color: #fff; text-wrap: balance; opacity: 0; transform: translateY(40px); filter: blur(9px); transition: opacity 1s ease .12s, transform 1.2s cubic-bezier(.16,1,.3,1) .12s, filter 1s ease .12s; }
  .tagquote.in .tq-line { opacity: 1; transform: none; filter: none; }
  html[lang="de"] .tagquote .tq-line { font-size: clamp(25px, 4vw, 54px); max-width: 32ch; }
  .tagquote .tq-line .hl { position: relative; color: var(--orange-soft); font-weight: 500; white-space: nowrap; }
  .tagquote .tq-line .hl::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0.02em; height: 0.07em; border-radius: 99px; background: linear-gradient(90deg, var(--orange-soft), oklch(0.78 0.12 50)); transform: scaleX(0); transform-origin: left; transition: transform .85s cubic-bezier(.16,1,.3,1) .9s; }
  .tagquote.in .tq-line .hl::after { transform: scaleX(1); }
  .tagquote .tq-sig { display: inline-flex; align-items: center; gap: 15px; margin-top: clamp(34px, 5vh, 58px); opacity: 0; transform: translateY(16px); transition: opacity .9s ease .55s, transform .9s ease .55s; }
  .tagquote.in .tq-sig { opacity: 1; transform: none; }
  .tagquote .tq-sig .ln { width: 48px; height: 1px; background: linear-gradient(90deg, transparent, var(--orange-soft)); }
  .tagquote .tq-sig .ln.r { background: linear-gradient(90deg, var(--orange-soft), transparent); }
  .tagquote .tq-sig .seed { width: 30px; height: 30px; background: var(--orange-soft); -webkit-mask: url(img/seed-of-life-logo.webp) center/contain no-repeat; mask: url(img/seed-of-life-logo.webp) center/contain no-repeat; }
  @media (prefers-reduced-motion: reduce) {
    .tagquote .tq-eyebrow, .tagquote .tq-mark, .tagquote .tq-line, .tagquote .tq-sig { transition: none; opacity: 1; transform: none; filter: none; }
    .tagquote .tq-line .hl::after { transition: none; transform: scaleX(1); }
  }

  /* how it works */
  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
  .step { text-align: center; padding: 8px; }
  .step .ico { width: 96px; height: 96px; margin: 0 auto 20px; background: var(--orange); }
  .step .n { font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: 1.5px; color: var(--orange); text-transform: uppercase; }
  .step h3 { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--espresso); margin: 8px 0 9px; }
  html[lang="de"] .step h3 { font-size: 20px; }
  .step p { font-size: 13.5px; line-height: 1.55; color: var(--ink-soft); }
  .steps-line { position: relative; }

  /* lenses */
  .lens-br { display: none; }
  .lenses-sec { background: oklch(0.235 0.032 47); position: relative; overflow: hidden; }
  .lenses-sec .shead { max-width: 820px; }
  .lens-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 720px; margin: 0 auto; }
  .lens-card { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 18px 10px; }
  .lens-card .lg { width: 88px; height: 88px; background: var(--orange-soft); margin-bottom: 8px; }
  .lens-card .ls { font-family: var(--serif); font-size: 23px; color: #fff; line-height: 1.1; }
  .lens-card .le { font-size: 12px; font-weight: 700; letter-spacing: 0.4px; color: oklch(0.78 0.03 72); text-transform: uppercase; }
  .lens-card.plus { }

  /* 3D tilt + depth */
  .tilt { transition: transform 0.18s ease-out, box-shadow 0.3s ease; transform-style: preserve-3d; will-change: transform; }
  .tilt > * { transition: transform 0.18s ease-out; }
  .lens-card .lg, .step .ico { transition: transform 0.25s ease-out; }
  .feat-visual .phone, .phone-col .phone { transition: transform 0.2s ease-out, box-shadow 0.3s ease; will-change: transform; }
  @keyframes float3d {
    0%,100% { transform: translateY(0) rotateX(0deg); }
    50% { transform: translateY(-12px) rotateX(2.5deg); }
  }
  .phone-col .phone.floaty { animation: float3d 6s ease-in-out infinite; }
  .phone-col:nth-child(2) .phone.floaty { animation-delay: -2s; animation-duration: 6.8s; }
  .phone-col:nth-child(3) .phone.floaty { animation-delay: -4s; animation-duration: 7.4s; }
  @media (prefers-reduced-motion: reduce) {
    .tilt, .phone, .phone-col .phone.floaty { transform: none !important; animation: none !important; }
  }

  /* features */
  .feat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 96px; }
  .feat-row:last-child { margin-bottom: 0; }
  .feat-row.rev .feat-copy { order: 2; }
  .feat-copy h3 { font-family: var(--serif); font-size: clamp(28px, 4vw, 40px); font-weight: 600; color: var(--espresso); line-height: 1.05; margin: 14px 0 16px; letter-spacing: -0.4px; }
  .feat-copy p { font-size: 15.5px; line-height: 1.65; color: var(--ink-soft); }
  .feat-list { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 13px; }
  .feat-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--ink); line-height: 1.4; }
  .feat-list .tick { width: 22px; height: 22px; border-radius: 99px; background: var(--orange-wash); flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
  .feat-list .tick svg { width: 12px; height: 12px; }
  .feat-visual { display: flex; align-items: center; justify-content: center; }

  /* rituals mock screen */
  .ritscr { width: 100%; height: 100%; background: var(--parchment); display: flex; flex-direction: column; padding: 30px 18px 18px; }
  .ritscr .rh { font-family: var(--serif); font-size: 21px; color: var(--espresso); text-align: center; }
  .ritscr .rhs { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--orange); text-align: center; margin-bottom: 18px; }
  .ritscr .rrow { display: flex; align-items: center; gap: 13px; padding: 13px 14px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line-soft); box-shadow: var(--shadow-soft); margin-bottom: 11px; }
  .ritscr .rrow .rg { width: 34px; height: 34px; flex-shrink: 0; background: var(--orange); }
  .ritscr .rrow .rt { font-size: 14px; font-weight: 700; color: var(--espresso); line-height: 1.1; }
  .ritscr .rrow .rd { font-size: 11.5px; color: var(--ink-soft); margin-top: 2px; }
  .ritscr .rrow .rk { margin-left: auto; font-size: 10.5px; font-weight: 700; color: var(--ink-faint); }

  /* phone preview strip */
  .preview-sec { background: linear-gradient(180deg, oklch(0.235 0.032 47) 0%, oklch(0.2 0.028 46) 100%); position: relative; overflow: hidden; }
  .phones { display: flex; gap: 36px; justify-content: center; align-items: flex-start; flex-wrap: wrap; }
  .phone-col { display: flex; flex-direction: column; align-items: center; gap: 18px; }
  .phone-col .cap { color: var(--cream); font-family: var(--serif); font-size: 21px; }
  .phone-col .cap-s { color: oklch(0.74 0.03 72); font-size: 12.5px; margin-top: -10px; }

  /* founder */
  .founder { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
  .founder .portrait { aspect-ratio: 4/5; border-radius: 24px; background: linear-gradient(160deg, var(--surface-warm), var(--parchment-deep)); border: 1px solid var(--line-soft); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
  .founder .portrait .fg { width: 50%; height: 50%; background: var(--orange); opacity: 0.5; }
  .founder blockquote { font-family: var(--serif); font-size: clamp(24px, 3.4vw, 34px); font-style: italic; line-height: 1.32; color: var(--espresso); margin: 0; }
  .founder .by { margin-top: 24px; font-size: 14px; color: var(--ink-soft); }
  .founder .by b { color: var(--espresso); font-weight: 700; }

  /* testimonials */
  .tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .tcard { padding: 30px 26px; }
  .tcard .rating { display: flex; gap: 3px; margin-bottom: 14px; }
  .tcard .rating span { color: var(--orange); font-size: 15px; }
  .tcard p { font-size: 15px; line-height: 1.6; color: var(--ink); font-family: var(--serif); font-style: italic; }
  .tcard .who { margin-top: 18px; display: flex; align-items: center; gap: 11px; }
  .tcard .av { width: 38px; height: 38px; border-radius: 99px; background: var(--orange-wash); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 600; color: var(--espresso); font-size: 16px; }
  .tcard .who b { font-size: 13.5px; color: var(--espresso); display: block; }
  .tcard .who span { font-size: 12px; color: var(--ink-faint); }

  /* picture grid (what you get) */
  .pg-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 38px 0 30px; }
  .pg-tab { font: 600 14px var(--sans); color: var(--ink-soft); background: transparent; border: 1.5px solid var(--line); border-radius: 99px; padding: 11px 24px; cursor: pointer; transition: all 0.2s; }
  .pg-tab:hover { border-color: var(--espresso); color: var(--espresso); }
  .pg-tab.active { background: var(--espresso); border-color: var(--espresso); color: oklch(0.96 0.02 78); }
  .pgrid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 162px; gap: 14px; transition: opacity 0.25s ease; }
  .pgrid.fade { opacity: 0; }
  .pgrid-tile { position: relative; overflow: hidden; border-radius: 20px; border: 1px solid var(--line-soft); background: var(--parchment-deep); }
  .pgrid-tile .pimg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s cubic-bezier(.2,.7,.2,1); }
  .pgrid-tile:hover .pimg { transform: scale(1.06); }
  .pgrid-tile .pscrim { position: absolute; inset: 0; background: linear-gradient(to top, oklch(0.2 0.03 46 / 0.84) 0%, oklch(0.2 0.03 46 / 0.3) 40%, transparent 70%); }
  .pgrid-tile .pcap { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; display: flex; align-items: center; gap: 13px; }
  .pgrid-tile .pic-ic { width: 34px; height: 34px; flex: none; background: var(--orange-soft); }
  .pgrid-tile .pct { font-family: var(--serif); font-size: 21px; line-height: 1.12; color: #fff; }
  .pgrid-tile .pcs { font: 700 11px var(--sans); letter-spacing: 0.6px; text-transform: uppercase; color: oklch(0.86 0.058 62); margin-top: 4px; }
  .pgrid-tile.big .pct { font-size: 28px; }
  .pgrid-tile.big .pic-ic { width: 40px; height: 40px; }

  /* early observers — cinematic */
  .cine .tcard { background: oklch(1 0 0 / 0.06); border-color: oklch(1 0 0 / 0.12); box-shadow: none; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
  .cine .tcard p { color: var(--cream); }
  .cine .tcard .who b { color: #fff; }
  .cine .tcard .who span { color: oklch(0.78 0.03 72); }
  .cine .tcard .av { background: oklch(1 0 0 / 0.1); color: var(--orange-soft); }

  /* pricing */
  .price-sec { background: var(--surface-warm); }
  .plans { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 740px; margin: 0 auto; }
  .plan { padding: 36px 32px; position: relative; }
  .plan.feat-plan { background: oklch(0.235 0.032 47); color: #fff; border-color: transparent; }
  .plan .ptag { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--orange); }
  .plan.feat-plan .ptag { color: var(--orange-soft); }
  .plan .price { font-family: var(--serif); font-size: 52px; font-weight: 600; color: var(--espresso); margin: 10px 0 2px; line-height: 1; }
  .plan.feat-plan .price { color: #fff; }
  .plan .per { font-size: 14px; color: var(--ink-faint); }
  .plan .price-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin: 10px 0 2px; }
  .plan .price-row .price { margin: 0; }
  .plan .was { font-family: var(--serif); font-size: 26px; font-weight: 500; color: var(--ink-faint); text-decoration: line-through; }
  .plan.feat-plan .was { color: oklch(0.78 0.03 72); }
  .plan.feat-plan .per { color: oklch(0.8 0.03 72); }
  .plan .badge { position: absolute; top: 22px; right: 24px; background: var(--orange-soft); color: var(--espresso); font-size: 11px; font-weight: 800; letter-spacing: 0.4px; padding: 5px 11px; border-radius: 99px; }
  .plan ul { list-style: none; padding: 0; margin: 24px 0 28px; display: flex; flex-direction: column; gap: 12px; }
  .plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.4; }
  .plan li .tick { width: 19px; height: 19px; border-radius: 99px; flex-shrink: 0; background: var(--orange-wash); display: flex; align-items: center; justify-content: center; margin-top: 1px; }
  .plan.feat-plan li .tick { background: oklch(1 0 0 / 0.14); }
  .plan li .tick svg { width: 11px; height: 11px; }
  .price-sec .shead p { margin-top: 12px; }
  .included-sec .shead { max-width: 860px; }
  .included-sec .shead p { white-space: nowrap; }
  .price-sec .shead .price-cta { margin-top: 24px; }
  .plan .btn-orange { box-shadow: none; }
  .plan .per-eq { font-size: 13.5px; color: var(--ink-faint); align-self: flex-end; padding-bottom: 4px; }
  .plan.feat-plan .per-eq { color: oklch(0.8 0.03 72); }

  /* what's inside — feature accordion */
  .feat-acc { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
  .fa-item { background: var(--espresso); border: 1px solid oklch(1 0 0 / 0.1); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-soft); transition: border-color 0.25s ease, box-shadow 0.25s ease; }
  .fa-item.open { border-color: var(--orange); box-shadow: var(--shadow-card); }
  .fa-item .fa-ic, .fa-item .fa-chip .glyph { background: #fff; }
  .fa-item .fa-title { color: #fff; }
  .fa-item .fa-sum { color: var(--cream); }
  .fa-item .fa-chip { color: var(--cream); }
  .fa-chip .ft { font-family: var(--serif); color: var(--orange-soft); font-weight: 600; }
  .fa-item .fa-plus::before, .fa-item .fa-plus::after { background: var(--orange-soft); }
  .fa-head { width: 100%; display: flex; align-items: center; gap: 18px; padding: 22px 24px; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--sans); }
  .fa-ic { width: 42px; height: 42px; flex-shrink: 0; background: #fff; }
  .fa-htxt { flex: 1; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
  .fa-title { font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--espresso); letter-spacing: -0.2px; line-height: 1.2; }
  .fa-sum { font-size: 13.5px; line-height: 1.45; color: var(--ink-soft); }
  .fa-plus { width: 22px; height: 22px; flex-shrink: 0; position: relative; transition: transform 0.3s; }
  .fa-plus::before, .fa-plus::after { content: ""; position: absolute; background: var(--orange); border-radius: 2px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
  .fa-plus::before { width: 14px; height: 2px; }
  .fa-plus::after { width: 2px; height: 14px; transition: transform 0.3s; }
  .fa-item.open .fa-plus::after { transform: translate(-50%,-50%) scaleY(0); }
  .fa-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
  .fa-inner { padding: 2px 24px 24px 84px; }
  .fa-sub { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 22px; }
  .fa-chip { display: flex; align-items: center; gap: 11px; font-size: 14px; line-height: 1.35; color: var(--ink); }
  .fa-chip .glyph { width: 20px; height: 20px; flex-shrink: 0; background: var(--orange); }
  .fa-item.founding { background: var(--orange); border-color: var(--orange); border-style: solid; }
  .fa-item.founding.open { border-color: var(--orange); }
  .fa-item.founding .fa-ic, .fa-item.founding .fa-chip .glyph { background: #fff; }
  .fa-item.founding .fa-title, .fa-item.founding .fa-sum, .fa-item.founding .fa-chip { color: #fff; }
  .fa-item.founding .fa-plus::before, .fa-item.founding .fa-plus::after { background: #fff; }
  @media (max-width: 640px) {
    .fa-head { gap: 14px; padding: 18px 18px; }
    .fa-title { font-size: 18px; }
    .fa-inner { padding-left: 24px; padding-right: 18px; }
    .fa-sub { grid-template-columns: 1fr; }
  }

  /* faq */
  .faq-sec .shead { margin-bottom: 40px; }
  .faq { max-width: 720px; margin: 0 auto; position: relative; z-index: 3; }
  .faq .qa button { justify-content: center; text-align: center; position: relative; padding-right: 40px; padding-left: 40px; gap: 0; }
  .faq .qa .plus { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); }
  .faq .qa.open .plus { transform: translateY(-50%) rotate(180deg); }
  .faq .qa .ans p { text-align: center; margin: 0 auto; padding: 0 8px 26px; }
  .qa { border-bottom: 1px solid var(--line); }
  .qa button { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 26px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--espresso); }
  .qa .plus { width: 24px; height: 24px; flex-shrink: 0; position: relative; transition: transform 0.3s; }
  .qa .plus::before, .qa .plus::after { content: ""; position: absolute; background: var(--orange); border-radius: 2px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
  .qa .plus::before { width: 15px; height: 2px; }
  .qa .plus::after { width: 2px; height: 15px; transition: transform 0.3s; }
  .qa.open .plus::after { transform: translate(-50%,-50%) scaleY(0); }
  .qa .ans { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
  .qa .ans p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); padding: 0 4px 26px; max-width: 62ch; }

  /* waitlist */
  .wait-sec { position: relative; overflow: hidden; }
  .wait-card { position: relative; z-index: 3; max-width: 620px; margin: 0 auto; text-align: center; }
  .wait-card .seed { width: 64px; height: 64px; background: var(--orange-soft); margin: 0 auto 22px; filter: drop-shadow(0 0 18px oklch(0.86 0.058 62 / 0.45)); }
  .wait-card h2 { font-family: var(--serif); font-size: clamp(32px, 5vw, 46px); font-weight: 600; color: #fff; line-height: 1.05; }
  .wait-card p { color: var(--cream); font-size: 16px; line-height: 1.6; margin: 16px auto 32px; max-width: 44ch; }
  .wait-form { display: flex; gap: 10px; max-width: 560px; margin: 0 auto; }
  .wait-form input { flex: 1; min-width: 280px; padding: 16px 22px; border-radius: 999px; border: 1.5px solid oklch(1 0 0 / 0.18); background: oklch(1 0 0 / 0.06); color: #fff; font-family: var(--sans); font-size: 15px; outline: none; }
  .wait-form input::placeholder { color: oklch(0.78 0.03 72); }
  .wait-form input:focus { border-color: var(--orange-soft); }
  .wait-note { font-size: 12.5px; color: oklch(0.74 0.03 72); margin-top: 16px; }
  .wait-ok { color: var(--orange-soft); font-weight: 700; margin-top: 18px; min-height: 20px; }

  /* hero countdown */
  .countdown { margin-top: 30px; display: flex; flex-direction: column; align-items: center; gap: 13px; }
  .cd-lead { font-size: 11.5px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--orange-soft); }
  .cd-units { display: flex; gap: 22px; }
  .cd-u { display: flex; flex-direction: column; align-items: center; gap: 5px; min-width: 52px; }
  .cd-n { font-family: var(--serif); font-size: 34px; font-weight: 600; color: #fff; line-height: 1; font-variant-numeric: tabular-nums; }
  .cd-l { font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: oklch(0.78 0.03 72); }
  .cd-date { font-size: 12px; font-weight: 600; letter-spacing: 0.4px; color: oklch(0.82 0.03 72); margin-top: 2px; }

  /* mobile hero: launch strip on top, brand as focus below */
  @media (max-width: 760px) {
    .hero .wrap { justify-content: flex-start; padding-top: 84px; }
    .hero .wrap > .countdown   { order: 1; margin-top: 4px; }
    .hero .wrap > .coming-soon { order: 2; margin-top: 16px; margin-bottom: 12px; }
    .hero .wrap > .store-badges{ order: 3; }
    .hero .wrap > .seed        { order: 4; margin-top: 40px; margin-bottom: 18px; }
    .hero .wrap > .hero-brandline { order: 5; }
    .hero .wrap > .orn         { order: 6; }
    .hero .wrap > .sub.hero-sub-top { order: 7; }
    .hero .wrap > .countdown .cd-lead { font-size: 10.5px; letter-spacing: 1.6px; color: var(--orange-soft); }
    .hero .wrap > .countdown .cd-n { font-size: 26px; }
    .hero .wrap > .countdown .cd-u { min-width: 44px; }
    .hero .wrap > .countdown .cd-units { gap: 16px; }
    .hero .wrap > .coming-soon { font-size: 12px; margin-top: 14px; margin-bottom: 10px; }
    .hero .wrap > .store-badges { gap: 8px; flex-wrap: nowrap; }
    .hero .wrap > .store-badges .store-badge { min-width: 0; flex: 1; padding: 7px 10px 7px 9px; gap: 7px; }
    .hero .wrap > .store-badges .sb-small { font-size: 8px; }
    .hero .wrap > .store-badges .sb-big { font-size: 14px; }
    .hero .seed { margin-bottom: 18px; }
  }

  /* join modal */
  .modal-ov { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; background: oklch(0.18 0.02 50 / 0.62); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
  .modal-ov.open { display: flex; }
  .modal { width: 100%; max-width: 460px; background: var(--surface); border-radius: 24px; padding: 36px 34px; position: relative; max-height: 92vh; overflow-y: auto; box-shadow: 0 32px 80px -22px rgba(40,24,12,0.5); }
  .modal h3 { font-family: var(--serif); font-size: 27px; font-weight: 600; color: var(--espresso); line-height: 1.1; letter-spacing: -0.3px; }
  .sheet-handle { display: none; }
  .modal .msub { font-size: 14px; color: var(--ink-soft); margin-top: 9px; line-height: 1.55; }
  .modal-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 99px; border: none; background: var(--orange-wash); color: var(--espresso); cursor: pointer; font-size: 19px; line-height: 1; display: flex; align-items: center; justify-content: center; transition: background 0.15s; }
  .modal-close:hover { background: var(--orange-soft); }
  .mfield { display: flex; flex-direction: column; gap: 6px; margin-top: 16px; }
  .mrow { display: flex; gap: 12px; }
  .mrow .mfield { flex: 1; }
  .mfield label { font-family: var(--serif); font-size: 13px; font-weight: 600; color: var(--ink-soft); letter-spacing: 0.2px; }
  .mfield input { padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--surface-warm); font-family: var(--sans); font-size: 14px; color: var(--espresso); width: 100%; }
  .mfield input:focus { border-color: var(--orange); outline: none; }
  .mplan { display: flex; gap: 10px; }
  .mplan label { flex: 1; cursor: pointer; position: relative; }
  .mplan input { position: absolute; opacity: 0; pointer-events: none; }
  .mplan .pchip { display: block; padding: 15px 12px; border-radius: 14px; border: 1.5px solid var(--line); text-align: center; transition: all 0.18s ease; background: var(--surface-warm); }
  .mplan .pchip b { display: block; font-family: var(--serif); font-size: 15px; font-weight: 600; color: var(--espresso); transition: color 0.18s; }
  .mplan .pchip span { display:block; margin-top:3px; font-size: 17px; font-weight: 700; color: var(--espresso); transition: color 0.18s; }
  .mplan .pchip em { display:block; margin-top:2px; font-size: 11px; font-style: normal; color: var(--ink-faint); transition: color 0.18s; }
  .mplan label:hover .pchip { border-color: oklch(0.78 0.05 60); }
  .mplan input:checked + .pchip { border-color: var(--espresso); background: var(--espresso); box-shadow: 0 8px 20px -10px oklch(0.305 0.034 48 / 0.6); }
  .mplan input:checked + .pchip b { color: oklch(0.92 0.03 70); }
  .mplan input:checked + .pchip span { color: #fff; }
  .mplan input:checked + .pchip em { color: var(--orange-soft); }
  .mconsent { display: flex; gap: 10px; align-items: flex-start; margin-top: 18px; cursor: pointer; }
  .mconsent input { margin-top: 2px; width: 17px; height: 17px; flex-shrink: 0; accent-color: var(--orange); cursor: pointer; }
  .mconsent span { font-size: 12.5px; line-height: 1.5; color: var(--ink-soft); }
  .modal form .btn { width: 100%; justify-content: center; margin-top: 24px; font-family: var(--serif); font-weight: 600; letter-spacing: 0.3px; }
  .modal-ok { text-align: center; padding: 8px 0 4px; }
  .modal-ok .seed { width: 120px; height: 120px; background: var(--orange-soft); margin: 0 auto 8px; filter: drop-shadow(0 0 16px oklch(0.86 0.058 62 / 0.4)); }
  .modal-ok .btn { width: 100%; justify-content: center; margin-top: 22px; }
  /* SYNCED with index.html's inline modal block (the source of truth): same 768px breakpoint as the
     sticky bar, dvh so the sheet never exceeds the VISIBLE viewport (the iOS vh toolbar bug). */
  @media (max-width: 768px) {
    .modal-ov { padding: 0; align-items: flex-end; }
    .modal { width: 100%; max-width: none; padding: 8px 20px calc(22px + env(safe-area-inset-bottom)); border-radius: 26px 26px 0 0; max-height: 88vh; max-height: 85dvh; margin: 0; animation: sheetUp 0.36s cubic-bezier(.16,1,.3,1); }
    .sheet-handle { display: block; position: sticky; top: 0; z-index: 4; height: 26px; margin: 0 -20px 4px; background: var(--surface); }
    .sheet-handle::before { content: ""; position: absolute; left: 50%; top: 10px; transform: translateX(-50%); width: 42px; height: 5px; border-radius: 99px; background: var(--line); }
    .modal h3 { font-size: 23px; }
    .modal .msub { font-size: 13px; }
    .modal-close { top: 18px; right: 14px; width: 38px; height: 38px; }
    .mrow { flex-direction: column; gap: 0; }
    .mfield input { font-size: 16px; padding: 14px 14px; }
    .mplan .pchip { padding: 14px 8px; }
    .mplan .pchip span { font-size: 16px; }
    .mconsent input { width: 22px; height: 22px; }
    .mconsent span { font-size: 13px; }
    .modal form .btn { position: sticky; bottom: 0; margin-top: 18px; padding: 16px; font-size: 16px; box-shadow: 0 -14px 18px -6px var(--surface), 0 8px 22px -10px oklch(0.62 0.13 45 / 0.5); }
  }
  @keyframes sheetUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
  @media (prefers-reduced-motion: reduce) { .modal { animation: none !important; } }

  /* footer */
  .foot .wrap { padding-top: 64px; padding-bottom: 40px; }
  .foot-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid oklch(1 0 0 / 0.1); }
  .foot-brand .word { width: 150px; height: 40px; background: #fff; }
  .foot-brand p { color: oklch(0.74 0.03 72); font-size: 13.5px; line-height: 1.6; margin-top: 16px; max-width: 30ch; }
  .foot-col h4 { font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--orange-soft); margin: 0 0 16px; }
  .foot-col a { display: block; font-size: 14px; margin-bottom: 11px; }
  .foot-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; font-size: 12.5px; color: oklch(0.7 0.03 72); flex-wrap: wrap; gap: 12px; }

  /* ── mobile nav (hamburger + drawer) ─────── */
  .nav-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0 9px; background: transparent; border: none; cursor: pointer; }
  .nav-burger span { display: block; height: 2px; width: 100%; border-radius: 2px; background: #fff; transition: transform 0.28s ease, opacity 0.2s ease; }
  .topbar:not(.on-dark) .nav-burger span { background: var(--espresso); }
  .nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-burger.open span:nth-child(2) { opacity: 0; }
  .nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0 0 auto 0; top: 0; padding: 86px 26px 34px; background: oklch(0.205 0.03 46); display: flex; flex-direction: column; gap: 6px; transform: translateY(-100%); transition: transform 0.36s cubic-bezier(0.4,0,0.2,1); z-index: 90; box-shadow: 0 24px 60px oklch(0.15 0.02 45 / 0.5); pointer-events: none; }
  .mobile-menu.open { transform: translateY(0) !important; pointer-events: auto; }
  .mm-links { display: flex; flex-direction: column; }
  .mm-links a { font-family: var(--serif); font-size: 25px; font-weight: 500; color: #fff; padding: 15px 4px; border-bottom: 1px solid oklch(1 0 0 / 0.1); text-decoration: none; }
  .mm-links a:active { color: var(--orange-soft); }
  .mm-cta { width: 100%; justify-content: center; margin-top: 24px; padding: 16px; font-size: 15.5px; font-family: var(--serif); font-weight: 600; letter-spacing: 0.3px; }
  .mm-close { position: absolute; top: 20px; right: 18px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: oklch(1 0 0 / 0.08); border: 1px solid oklch(1 0 0 / 0.16); border-radius: 99px; color: #fff; cursor: pointer; padding: 0; }
  .mm-close svg { width: 20px; height: 20px; }
  .mm-close:active { background: oklch(1 0 0 / 0.16); }

  @media (max-width: 980px) {
    .steps { grid-template-columns: repeat(2, 1fr); gap: 36px 22px; }
    .lens-grid { grid-template-columns: repeat(3, 1fr); }
    .feat-row, .founder { grid-template-columns: 1fr; gap: 32px; }
    .feat-row.rev .feat-copy { order: 0; }
    .tgrid { grid-template-columns: 1fr; }
    .plans { grid-template-columns: 1fr; }
    .foot-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  }
  @media (max-width: 560px) {
    .hero .tagline { font-size: 23px; white-space: normal; max-width: 26ch; text-wrap: balance; line-height: 1.24; }
    html[lang="de"] .hero .tagline { font-size: 17px; max-width: 40ch; line-height: 1.3; }
    html[lang="de"] .hero .sub { font-size: 12px; max-width: 46ch; line-height: 1.5; }
    .lens-br { display: inline; }
    .lenses-sec h2[data-i18n-html] { white-space: normal !important; }
    .lenses-sec::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1; background: radial-gradient(135% 72% at 50% 40%, transparent 44%, oklch(0.16 0.024 47 / 0.72) 100%); }
    .lenses-sec .wrap { position: relative; z-index: 2; }
    .lens-grid { grid-template-columns: repeat(2, 1fr); }
    .lens-card { position: relative; }
    .lens-card:nth-child(odd)::after { content: ""; position: absolute; top: 18%; bottom: 18%; right: -8px; width: 1px; pointer-events: none; background: linear-gradient(180deg, transparent, oklch(1 0 0 / 0.17) 28%, oklch(1 0 0 / 0.17) 72%, transparent); }
    .lens-card:nth-child(n+3)::before { content: ""; position: absolute; left: 16%; right: 16%; top: -8px; height: 1px; pointer-events: none; background: linear-gradient(90deg, transparent, oklch(1 0 0 / 0.15) 28%, oklch(1 0 0 / 0.15) 72%, transparent); }
    .pg-tabs { gap: 8px; margin: 28px 0 22px; }
    .pg-tab { font-size: 12.5px; padding: 8px 16px; }
    .pgrid { grid-template-columns: 1fr 1fr; grid-auto-rows: 116px; gap: 10px; }
    .pgrid-tile { grid-column: span 1 !important; grid-row: span 1 !important; }
    .pgrid-tile.big { grid-column: span 2 !important; grid-row: span 2 !important; }
    .pgrid-tile .pcap { padding: 13px 15px; gap: 10px; }
    .pgrid-tile .pct { font-size: 16px; }
    .pgrid-tile.big .pct { font-size: 23px; }
    .pgrid-tile .pic-ic { width: 28px; height: 28px; }
    .pgrid-tile.big .pic-ic { width: 34px; height: 34px; }
    .wait-form { flex-direction: column; }
    .foot-top { grid-template-columns: 1fr; }
  }
  @media (max-width: 860px) {
    .nav-burger { display: flex; }
    .nav-cta-d { display: none; }
    .hero .wrap { padding-top: 92px; padding-bottom: 52px; }
    .hero .seed { width: 148px; height: 148px; margin-bottom: 20px; }
    .hero .word { width: 220px; height: 60px; }
    .hero .sub { font-size: 14px; line-height: 1.55; max-width: 34ch; margin-top: 14px; text-wrap: balance; }
    .steps { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
    .step .ico { width: 78px; height: 78px; }
    .phones { gap: 28px; }
    .shead { margin-bottom: 40px; }
    .feat-row { margin-bottom: 64px; }
  }
  @media (max-width: 480px) {
    .steps { grid-template-columns: 1fr; gap: 26px; }
    .lens-grid { gap: 12px; }
    .lens-card .lg { width: 72px; height: 72px; }
    .lens-card .ls { font-size: 20px; }
    .mm-links a { font-size: 22px; padding: 13px 4px; }
  }

  /* ── mobile-first polish ─────────────────────── */
  body { overflow-x: hidden; }
  @media (max-width: 768px) {
    /* section headings must wrap on phones (override inline nowrap) */
    .shead h2 { white-space: normal !important; text-wrap: balance; }
    .shead h2 br { display: none; }
    .lenses-sec h2[data-i18n-html], #how h2[data-i18n-html] { left: auto !important; transform: none !important; width: auto !important; max-width: 100% !important; white-space: normal !important; }
    .shead { margin-bottom: 34px; }
    .shead p { font-size: 15px; line-height: 1.58; }
    .included-sec .shead p { white-space: normal; }
    .section { padding: 62px 0; }
  }
  @media (max-width: 560px) {
    .section { padding: 52px 0; }
    .wrap { padding: 0 20px; }
    .shead h2 { font-size: clamp(27px, 7.6vw, 33px); line-height: 1.1; letter-spacing: -0.3px; }
    .hero-brandline .bl-top { font-size: clamp(24px, 6.6vw, 36px); }
    .hero-brandline .bl-big { font-size: clamp(34px, 9.6vw, 47px); }
    .foot-bottom { flex-direction: column; align-items: flex-start; gap: 6px; }
  }

  /* sticky mobile conversion bar */
  .mcta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: none; align-items: center; gap: 14px; padding: 11px 16px calc(11px + env(safe-area-inset-bottom)); background: oklch(0.2 0.03 46 / 0.93); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-top: 1px solid oklch(1 0 0 / 0.12); transform: translateY(130%); transition: transform 0.38s cubic-bezier(.3,.7,.2,1); }
  .mcta.show { transform: translateY(0); }
  .mcta-txt { display: flex; flex-direction: column; line-height: 1.22; min-width: 0; }
  .mcta-txt b { font-family: var(--serif); font-size: 15.5px; font-weight: 600; color: #fff; white-space: nowrap; }
  .mcta-txt span { font-size: 11px; color: oklch(0.78 0.03 72); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .mcta-btn { flex-shrink: 0; padding: 13px 22px; font-size: 13.5px; margin-left: auto; box-shadow: none; }
  @media (max-width: 768px) {
    .mcta { display: flex; }
    .foot .wrap { padding-bottom: 96px; }
  }
