/* ============================================================
   FYON — full site styles
   ============================================================ */
/* Self-hosted Newsreader (variable, latin) — no third-party round-trip */
@font-face{ font-family:'Newsreader'; font-style:normal; font-weight:400 500; font-display:swap;
  src:url(fonts/newsreader-latin-normal.woff2) format('woff2'); }
@font-face{ font-family:'Newsreader'; font-style:italic; font-weight:400 500; font-display:swap;
  src:url(fonts/newsreader-latin-italic.woff2) format('woff2'); }
/* Sora 600 (latin) — used by the Orbit intro wordmark only */
@font-face{ font-family:'Sora'; font-style:normal; font-weight:600; font-display:swap;
  src:url(fonts/sora-latin-600.woff2) format('woff2'); }

/* Anchored sections clear the fixed nav when jumped to (nav links + #top). */
.s, #top{ scroll-margin-top:96px; }

:root{
  --paper-1:#f4ede1; --paper-2:#ece3d4; --peach:#f7e6d3;
  --ink:#211d18; --ink-soft:#6a6055; --ink-faint:#9a9082;
  --terra:#1f857a; --terra-deep:#166b62; --sage:#5e8d6e; --amber:#c2914a; --plum:#a86f7d;
  --dark:#322e29; --dark-2:#26231f; --dark-3:#1a1714;
  --ui:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Helvetica,Arial,sans-serif;
  --serif:"Newsreader",Georgia,"Times New Roman",serif;
  --sora:"Sora",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  --mono:ui-monospace,"SF Mono","JetBrains Mono",Menlo,monospace;
  --teal:#0f9b8e;
  --maxw:1180px;
}
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
html,body{ margin:0; }
html{ background:#e9e0d0; }               /* overscroll fallback */
body{ font-family:var(--ui); color:var(--ink); min-height:100vh; overflow-x:hidden;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; }
/* The page gradient lives on a fixed composited layer instead of
   background-attachment:fixed — that property forces full repaints on scroll
   (and is broken on iOS). This paints once and never repaints. */
body::after{ content:""; position:fixed; inset:0; z-index:-1; pointer-events:none;
  background:radial-gradient(120% 70% at 50% -6%, var(--peach) 0%, rgba(247,230,211,0) 42%),
    linear-gradient(172deg, var(--paper-1) 0%, var(--paper-2) 58%, #e9e0d0 100%); }
body::before{ content:""; position:fixed; inset:0; pointer-events:none; z-index:0; opacity:.5;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E"); }

img,svg{ display:block; }
a{ color:inherit; text-decoration:none; }

/* ---------- shared typography ---------- */
.eyebrow{ font-size:12.5px; font-weight:700; letter-spacing:.24em; text-transform:uppercase; color:var(--terra); margin:0 0 22px; }
.h2{ font-family:var(--serif); font-weight:400; font-size:clamp(38px,5vw,62px); line-height:1.06; letter-spacing:-.018em; margin:0 0 24px; }
.h2 em{ font-style:italic; color:var(--terra); }
.lede{ font-size:19px; line-height:1.62; color:var(--ink-soft); margin:0; max-width:600px; }
.serif{ font-family:var(--serif); }

.s{ position:relative; z-index:1; }
.s-inner{ max-width:var(--maxw); margin:0 auto; padding:108px 40px; }
@media(max-width:680px){ .s-inner{ padding:74px 22px; } }

/* reveal on scroll */
.reveal{ opacity:0; transform:translateY(18px); filter:blur(7px);
  transition:opacity .75s ease, transform .95s cubic-bezier(.16,1,.3,1), filter .75s ease; }
.reveal.in{ opacity:1; transform:none; filter:none; }
.reveal.d1{ transition-delay:.08s; } .reveal.d2{ transition-delay:.16s; } .reveal.d3{ transition-delay:.24s; } .reveal.d4{ transition-delay:.32s; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1 !important; transform:none !important; filter:none !important; } }

/* ---------- glass buttons ---------- */
.btn{ position:relative; isolation:isolate; display:inline-flex; align-items:center; justify-content:center; gap:.5em;
  padding:.92em 1.6em; border:0; border-radius:999px; font-family:var(--ui); font-size:15.5px; font-weight:600; white-space:nowrap;
  color:#2c2620; cursor:pointer; background:rgba(255,255,255,.42);
  -webkit-backdrop-filter:blur(13px) saturate(180%); backdrop-filter:blur(13px) saturate(180%);
  box-shadow:inset 0 1px 1px rgba(255,255,255,.95), inset 0 0 0 1px rgba(255,255,255,.4), 0 6px 18px -8px rgba(70,45,25,.4);
  transition:transform .35s cubic-bezier(.2,.85,.25,1), box-shadow .35s ease; }
.btn:hover{ transform:translateY(-2px) scale(1.025); box-shadow:inset 0 1px 1px rgba(255,255,255,1), inset 0 0 0 1px rgba(255,255,255,.5), 0 12px 26px -8px rgba(70,45,25,.45); }
.btn:active{ transform:translateY(0) scale(.97); }
.btn-primary{ color:#fff; text-shadow:0 1px 1px rgba(14,64,58,.35);
  background:linear-gradient(158deg, rgba(47,158,145,.96), rgba(22,107,98,.97));
  box-shadow:inset 0 1px 1px rgba(224,245,242,.7), inset 0 0 0 1px rgba(150,210,200,.3), 0 10px 26px -8px rgba(18,80,72,.5); }
.btn-primary:hover{ box-shadow:inset 0 1px 1px rgba(230,248,245,1), inset 0 0 0 1px rgba(150,210,200,.5), 0 16px 34px -8px rgba(18,80,72,.55); }
.btn-lg{ font-size:17px; padding:1.02em 2em; }
.btn-ghost{ background:transparent; box-shadow:none; padding:.7em .4em; }
.btn-ghost:hover{ transform:translateY(-1px); box-shadow:none; }
.link-arrow{ font-size:15px; font-weight:600; color:var(--ink); border-bottom:1.5px solid var(--terra); padding-bottom:3px; cursor:pointer; display:inline-flex; gap:7px; align-items:center; }
.link-arrow .ar{ transition:transform .35s cubic-bezier(.2,.85,.25,1); }
.link-arrow:hover .ar{ transform:translateX(4px); }

/* iridescent edge helper */
.iri{ position:relative; }
.iri::before{ content:""; position:absolute; inset:0; border-radius:inherit; padding:1px; pointer-events:none;
  background:linear-gradient(135deg, rgba(31,133,122,.55), rgba(255,255,255,.15) 28%, rgba(94,141,110,.5) 68%, rgba(31,133,122,.35));
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite:xor; mask-composite:exclude; opacity:.7; }
.iri-dark::before{ background:linear-gradient(135deg, rgba(31,133,122,.5), rgba(255,255,255,.07) 38%, rgba(94,141,110,.4) 72%, rgba(31,133,122,.3)); opacity:.55; }

/* ============================================================
   NAV
   ============================================================ */
.nav{ position:fixed; top:18px; left:50%; transform:translateX(-50%); z-index:100;
  width:min(1080px, calc(100% - 36px)); display:flex; align-items:center; justify-content:space-between; gap:18px;
  padding:11px 12px 11px 26px; border-radius:999px; background:rgba(248,242,233,.6);
  -webkit-backdrop-filter:blur(11px) saturate(170%); backdrop-filter:blur(11px) saturate(170%);
  box-shadow:inset 0 1px 1px rgba(255,255,255,.9), inset 0 0 0 1px rgba(255,255,255,.35), 0 10px 30px -14px rgba(70,45,25,.35);
  transition:box-shadow .4s ease, background .4s ease, top .4s ease; }
.nav.scrolled{ background:rgba(248,242,233,.78); box-shadow:inset 0 1px 1px rgba(255,255,255,.95), inset 0 0 0 1px rgba(255,255,255,.5), 0 14px 34px -14px rgba(70,45,25,.45); }
.brand{ font-family:var(--sora); font-weight:600; letter-spacing:-.02em; font-size:21px; display:flex; align-items:center; gap:9px; }
.brand .spark{ color:var(--terra); font-size:15px; animation:twinkle 3.4s ease-in-out infinite; }
@keyframes twinkle{ 0%,100%{ opacity:1; transform:rotate(0) scale(1);} 50%{ opacity:.6; transform:rotate(45deg) scale(.85);} }
.navlinks{ display:flex; gap:26px; font-size:14.5px; color:var(--ink-soft); }
.navlinks a{ position:relative; transition:color .25s ease; }
.navlinks a::after{ content:""; position:absolute; left:0; bottom:-5px; width:0; height:1.5px; background:var(--terra); transition:width .3s ease; }
.navlinks a:hover{ color:var(--ink); } .navlinks a:hover::after{ width:100%; }
@media(max-width:820px){ .navlinks{ display:none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero{ position:relative; text-align:center; padding:188px 24px 40px; max-width:1000px; margin:0 auto; }
.hero .eyebrow{ margin-bottom:26px; }
.hero h1{ font-family:var(--serif); font-weight:400; font-size:clamp(48px,8.2vw,104px); line-height:.98; letter-spacing:-.025em; margin:0 0 34px; }
.hero h1 .knows{ background:linear-gradient(95deg,#2f9e91,#1f857a 40%,#166b62); -webkit-background-clip:text; background-clip:text; color:transparent; font-style:italic; }
.hero h1 .cursor{ display:inline-block; width:.045em; height:.92em; background:var(--terra); vertical-align:-.08em; margin-left:.04em; animation:blink 1.05s steps(2) infinite; }
@keyframes blink{ 50%{ opacity:0; } }
.hero .sub{ font-size:20px; line-height:1.6; color:var(--ink-soft); max-width:600px; margin:0 auto 40px; }
.hero .cta-row{ display:flex; align-items:center; justify-content:center; gap:28px; flex-wrap:wrap; }
.hero .meta{ margin-top:26px; font-family:var(--mono); font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-faint); }

/* ============================================================
   LOOP (globe)
   ============================================================ */
/* (loop/globe styles removed — feature replaced by the hero + Why Fyon sections) */

/* ============================================================
   PROBLEM (animated)  — prefix pb-
   ============================================================ */
.pb-grid{ display:grid; grid-template-columns:1fr 1fr; gap:28px; align-items:stretch; }
@media(max-width:900px){ .pb-grid{ grid-template-columns:1fr; } }
.pb-card{ position:relative; border-radius:26px; padding:28px 28px 24px; height:624px; display:flex; flex-direction:column; overflow:hidden;
  box-shadow:0 24px 60px -34px rgba(70,45,25,.5), 0 2px 6px -3px rgba(70,45,25,.18); }
@media(max-width:900px){ .pb-card{ height:auto; min-height:540px; } }
.pb-card.left{ background:linear-gradient(160deg,#f6ece0,#f1e7da 52%,#efe5d6); }
.pb-card.right{ background:linear-gradient(160deg,#f5ece1,#f1e9df 52%,#eee9e1); }
.pb-head{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:20px; }
.pb-kicker{ font-family:var(--mono); font-size:11.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-faint); }
.pb-kicker b{ color:var(--ink); font-weight:700; }
.pb-status{ display:inline-flex; align-items:center; gap:7px; font-family:var(--mono); font-size:10.5px; letter-spacing:.12em; text-transform:uppercase; padding:5px 11px; border-radius:999px; }
.pb-status .led{ width:6px; height:6px; border-radius:50%; }
.pb-status.stateless{ color:var(--ink-faint); background:rgba(33,29,24,.05); } .pb-status.stateless .led{ background:var(--ink-faint); }
.pb-status.memory{ color:var(--terra-deep); background:rgba(31,133,122,.1); } .pb-status.memory .led{ background:var(--terra); animation:led 2.4s infinite; }
@keyframes led{ 0%{box-shadow:0 0 0 0 rgba(31,133,122,.5)} 70%{box-shadow:0 0 0 7px rgba(31,133,122,0)} 100%{box-shadow:0 0 0 0 rgba(31,133,122,0)} }
.pb-chat{ position:relative; flex:1; min-height:0; display:flex; flex-direction:column; justify-content:flex-end; overflow:hidden; gap:12px; padding-bottom:4px;
  -webkit-mask-image:linear-gradient(to bottom, transparent 0, #000 16%, #000 100%); mask-image:linear-gradient(to bottom, transparent 0, #000 16%, #000 100%);
  transition:opacity .5s ease, transform .5s ease; }
.bubble{ max-width:84%; padding:13px 16px; border-radius:16px; font-size:15px; line-height:1.5; animation:rise .45s cubic-bezier(.2,.8,.2,1) both; }
@keyframes rise{ from{ opacity:0; transform:translateY(10px);} to{ opacity:1; transform:none;} }
.bubble.user{ align-self:flex-end; background:#322e29; color:#f4ede1; border-bottom-right-radius:6px; max-width:88%; }
.bubble.ai{ align-self:flex-start; color:var(--ink-soft); background:rgba(255,255,255,.4); border-bottom-left-radius:6px; filter:saturate(.5); }
.bubble.ai.fading{ color:var(--ink-faint); opacity:.6; filter:saturate(.3) blur(.3px); }
.caret{ display:inline-block; width:2px; height:1.05em; background:currentColor; vertical-align:-2px; margin-left:1px; animation:blink 1s steps(2) infinite; }
.typing{ align-self:flex-start; display:inline-flex; gap:5px; padding:13px 15px; border-radius:16px; background:rgba(255,255,255,.4); }
.typing i{ width:6px; height:6px; border-radius:50%; background:var(--ink-faint); animation:td 1.2s infinite; }
.typing i:nth-child(2){ animation-delay:.15s; } .typing i:nth-child(3){ animation-delay:.3s; }
@keyframes td{ 0%,60%,100%{ transform:translateY(0); opacity:.4; } 30%{ transform:translateY(-4px); opacity:1; } }
.attach{ align-self:flex-end; display:flex; align-items:center; gap:11px; padding:9px 11px 10px; border-radius:15px; background:#322e29; color:#f4ede1; max-width:86%; animation:rise .45s cubic-bezier(.2,.8,.2,1) both; transition:opacity .5s ease, filter .5s ease; }
.attach .thumb{ position:relative; width:46px; height:46px; border-radius:9px; overflow:hidden; flex:none; background:repeating-linear-gradient(45deg,#5b544b 0 7px,#4d473f 7px 14px); }
.attach .thumb .cam{ position:absolute; inset:0; display:grid; place-items:center; font-family:var(--mono); font-size:9px; letter-spacing:.1em; color:rgba(255,255,255,.55); }
.attach .meta{ display:flex; flex-direction:column; gap:5px; min-width:138px; }
.attach .fname{ font-size:13px; color:#f4ede1; display:flex; align-items:center; gap:6px; }
.attach .check{ display:none; color:#9fd9b4; font-size:12px; } .attach.done .check{ display:inline; }
.attach .bar{ height:4px; border-radius:3px; background:rgba(255,255,255,.18); overflow:hidden; } .attach .bar i{ display:block; height:100%; width:0%; background:var(--terra); border-radius:3px; transition:width .12s linear; } .attach.done .bar{ display:none; }
.attach .state{ font-size:11px; color:rgba(244,237,225,.6); font-family:var(--mono); letter-spacing:.03em; }
.attach.ignored{ opacity:.5; filter:saturate(.35); } .attach.ignored .thumb::after{ content:""; position:absolute; inset:0; background:rgba(33,29,24,.45); } .attach.ignored .state{ color:#d98a72; }
.pb-fails{ display:flex; flex-wrap:wrap; gap:9px; margin-top:18px; }
.pb-fail{ font-size:13px; white-space:nowrap; color:var(--ink-soft); padding:7px 13px; border-radius:999px; background:rgba(33,29,24,.04); border:1px solid rgba(33,29,24,.08); transition:all .4s ease; }
.pb-fail.hot{ color:var(--terra-deep); background:rgba(31,133,122,.12); border-color:rgba(31,133,122,.3); transform:translateY(-1px); }
.pb-foot{ margin-top:16px; font-size:13.5px; line-height:1.55; color:var(--ink-faint); }
.pb-tabs{ display:flex; flex-wrap:wrap; gap:9px; margin-bottom:24px; }
.pb-tab{ font-size:13.5px; color:var(--ink); padding:8px 15px; border-radius:999px; background:rgba(255,255,255,.55); box-shadow:inset 0 0 0 1px rgba(31,133,122,.16), 0 1px 2px rgba(70,45,25,.06); opacity:0; transform:translateY(8px) scale(.96); transition:background-color .45s ease, box-shadow .45s ease, color .45s ease; }
.pb-tab.in{ opacity:1; transform:none; transition:opacity .5s cubic-bezier(.2,.8,.2,1), transform .5s cubic-bezier(.2,.8,.2,1), background-color .45s ease, box-shadow .45s ease, color .45s ease; }
.pb-tab.lit{ background:rgba(31,133,122,.16); color:var(--terra-deep); box-shadow:inset 0 0 0 1px rgba(31,133,122,.5), 0 3px 9px -3px rgba(31,133,122,.4); transform:translateY(-2px); }
.pb-closing{ text-align:center; margin:64px auto 0; max-width:880px; font-family:var(--serif); font-size:clamp(24px,3.2vw,36px); line-height:1.3; }
.pb-closing .grey{ color:var(--ink-faint); } .pb-closing .ink{ color:var(--ink); }

/* ---- redesigned Fyon card (right): reads you · knows you · shows you ---- */
.pb-grid{ align-items:start; }            /* top-align: the two cards size to content */
.pb-card{ height:auto; }                  /* override the old fixed height */
.pb-card.left{ min-height:600px; }        /* keep the chat a tall, settled column */
.pb-card.right{ gap:13px; }
.pb-card.right .pb-head{ margin-bottom:5px; }

.fy-panel{ background:rgba(255,255,255,.5); border-radius:18px; padding:15px 16px 17px;
  box-shadow:inset 0 0 0 1px rgba(31,133,122,.13), inset 0 1px 1px rgba(255,255,255,.7), 0 2px 8px -5px rgba(70,45,25,.18);
  opacity:0; transform:translateY(16px); transition:opacity .55s ease, transform .7s cubic-bezier(.34,1.24,.45,1); }
.fy-panel.in{ opacity:1; transform:none; }
.fy-label{ display:inline-flex; align-items:center; gap:8px; font-family:var(--mono); font-size:10.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--terra-deep); font-weight:600; margin-bottom:13px; }
.fy-label .d{ width:6px; height:6px; border-radius:50%; background:var(--terra); }

/* illustrative upload-look tiles (static mock — not a live uploader) */
.fy-reads{ display:flex; gap:16px; align-items:stretch; }
.fy-tile{ position:relative; display:flex; flex-direction:column; align-items:center; justify-content:flex-end; gap:3px; text-align:center;
  border-radius:14px; padding:32px 12px 13px; background:rgba(247,238,228,.6); border:1.5px dashed rgba(33,29,24,.2);
  opacity:0; transform:translateY(10px) scale(.97); transition:opacity .55s ease, transform .6s cubic-bezier(.34,1.3,.5,1); }
.fy-tile.in{ opacity:1; transform:none; }
.fy-reads .fy-tile{ flex:none; width:122px; }
.fy-tile.sm{ flex:1; padding:28px 8px 12px; }
.fy-tile-tag{ position:absolute; top:9px; left:9px; font-family:var(--mono); font-size:8.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-soft); background:rgba(33,29,24,.07); padding:3px 7px; border-radius:6px; }
.fy-glyph{ line-height:0; margin-bottom:5px; }
.fy-glyph svg{ width:26px; height:26px; }
.fy-glyph svg rect,.fy-glyph svg path{ fill:none; stroke:var(--ink-faint); stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.fy-glyph svg circle{ fill:var(--ink-faint); stroke:none; }
.fy-tile-ph{ font-size:12.5px; color:var(--ink-soft); font-weight:500; line-height:1.25; }
.fy-tile-sub{ font-size:11px; color:var(--terra); text-decoration:underline; text-underline-offset:2px; }

.fy-reads-body{ flex:1; display:flex; flex-direction:column; gap:9px; min-width:0; }
.fy-mini{ font-size:13.5px; color:var(--ink-soft); margin:0; }
.fy-mini.big{ font-family:var(--serif); font-size:clamp(19px,2.4vw,23px); color:var(--ink); line-height:1.2; margin:0 0 8px; }
.fy-chips{ display:flex; flex-wrap:wrap; gap:8px; }
.fy-chip{ font-size:13px; color:var(--ink); padding:6px 13px; border-radius:999px; background:rgba(255,255,255,.72); box-shadow:inset 0 0 0 1px rgba(31,133,122,.22);
  opacity:0; transform:translateY(8px) scale(.95); transition:opacity .5s cubic-bezier(.2,.8,.2,1), transform .5s cubic-bezier(.34,1.35,.5,1); }
.fy-chip.in{ opacity:1; transform:none; }
.fy-cap{ font-family:var(--serif); font-style:italic; font-size:14px; color:var(--terra-deep); margin:1px 0 0; }
.fy-cap em{ font-style:italic; } .fy-cap b{ font-style:normal; font-weight:600; }
.fy-lock{ font-style:normal; color:var(--terra); }

.fy-tabs{ margin-bottom:13px; }
.fy-remember{ font-size:14.5px; line-height:1.5; color:var(--ink-soft); margin:0;
  opacity:0; transform:translateY(8px); transition:opacity .5s ease, transform .55s cubic-bezier(.2,.9,.3,1); }
.fy-remember.in{ opacity:1; transform:none; }
.fy-pill{ font-family:var(--mono); font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:var(--terra-deep); background:rgba(31,133,122,.12); padding:3px 8px; border-radius:6px; margin-right:8px; white-space:nowrap; }

.fy-shows{ display:flex; gap:18px; align-items:center; }
.fy-future{ display:flex; gap:11px; flex:none; }
.fy-future .fy-tile{ width:104px; }
.fy-shows-body{ flex:1; min-width:0; }

@media(max-width:900px){
  .pb-grid{ grid-template-columns:1fr; }
  .pb-card.left{ min-height:0; }
}
@media(max-width:520px){
  .fy-reads,.fy-shows{ flex-direction:column; align-items:stretch; }
  .fy-reads .fy-tile{ width:auto; }
}
@media (prefers-reduced-motion: reduce){
  .fy-panel,.fy-tile,.fy-chip,.fy-remember{ opacity:1; transform:none; transition:none; }
}

/* ============================================================
   WHAT IT DOES — prefix wd-
   ============================================================ */
.wd-act{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; margin-top:108px; }
.wd-act:first-of-type{ margin-top:0; }
.wd-act.reverse .wd-copy{ order:2; }
@media(max-width:880px){ .wd-act{ grid-template-columns:1fr; gap:34px; } .wd-act.reverse .wd-copy{ order:0; } }
.wd-kicker{ font-family:var(--mono); font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; color:var(--terra); margin:0 0 16px; }
.wd-copy h3{ font-family:var(--serif); font-weight:400; font-size:clamp(28px,3.4vw,40px); line-height:1.08; letter-spacing:-.01em; margin:0 0 18px; }
.wd-copy p{ font-size:17px; line-height:1.62; color:var(--ink-soft); margin:0 0 18px; max-width:32ch; } .wd-copy p em{ font-style:italic; color:var(--ink); }
.feeling{ display:inline-flex; align-items:center; gap:9px; font-family:var(--serif); font-style:italic; font-size:19px; color:var(--ink); padding:9px 17px; border-radius:999px; background:rgba(255,255,255,.5); box-shadow:inset 0 0 0 1px rgba(31,133,122,.2), 0 6px 18px -10px rgba(70,45,25,.4); }
.feeling::before{ content:"\201C"; color:var(--terra); font-size:24px; line-height:0; position:relative; top:5px; } .feeling::after{ content:"\201D"; color:var(--terra); font-size:24px; line-height:0; position:relative; top:5px; }
.panel{ position:relative; border-radius:24px; padding:24px; overflow:hidden; background:linear-gradient(160deg,#f6ece0,#f1e8db 60%,#eee7da); box-shadow:0 28px 64px -36px rgba(70,45,25,.55), 0 2px 6px -3px rgba(70,45,25,.18); }
.panel-tag{ font-family:var(--mono); font-size:10.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-faint); margin-bottom:16px; display:flex; align-items:center; justify-content:space-between; }
.frames{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.frame{ position:relative; aspect-ratio:3/4; border-radius:16px; overflow:hidden; background:#e7ddcd; box-shadow:inset 0 0 0 1px rgba(33,29,24,.08); }
.frame image-slot{ position:absolute; inset:0; width:100%; height:100%; }
.frame .flabel{ position:absolute; top:10px; left:10px; z-index:3; font-family:var(--mono); font-size:9.5px; letter-spacing:.1em; text-transform:uppercase; color:#f4ede1; background:rgba(50,46,41,.75); padding:5px 9px; border-radius:7px; -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px); }
.frame .scan{ position:absolute; left:0; right:0; height:42%; z-index:2; pointer-events:none; background:linear-gradient(to bottom, rgba(31,133,122,0), rgba(31,133,122,.16) 70%, rgba(31,133,122,.42)); border-bottom:1.5px solid rgba(31,133,122,.7); transform:translateY(-120%); }
.wd-act.in .frame .scan{ animation:scan 3.4s cubic-bezier(.5,0,.5,1) infinite; } .frame:nth-child(2) .scan{ animation-delay:.3s; }
@keyframes scan{ 0%{ transform:translateY(-120%); opacity:0; } 12%{ opacity:1; } 60%{ transform:translateY(280%); opacity:1; } 70%,100%{ transform:translateY(280%); opacity:0; } }
.panel-foot{ margin-top:16px; display:flex; align-items:center; gap:9px; font-size:13px; color:var(--ink-soft); } .panel-foot .lock{ color:var(--sage); }
.kw-chat{ display:flex; flex-direction:column; gap:12px; }
.kw-b{ max-width:88%; padding:12px 15px; border-radius:15px; font-size:14.5px; line-height:1.5; }
.kw-b.ai{ align-self:flex-start; background:rgba(255,255,255,.55); color:var(--ink); border-bottom-left-radius:5px; }
.kw-b.user{ align-self:flex-end; background:#322e29; color:#f4ede1; border-bottom-right-radius:5px; }
.kw-foot{ margin-top:14px; font-size:12px; font-family:var(--mono); letter-spacing:.04em; color:var(--ink-faint); }
.honest-list{ display:flex; flex-direction:column; gap:11px; margin-top:4px; }
.hrow{ display:flex; gap:11px; align-items:flex-start; font-size:14.5px; color:var(--ink-soft); }
.hrow .hk{ font-family:var(--mono); font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:var(--terra); flex:none; padding-top:3px; width:62px; } .hrow b{ color:var(--ink); font-weight:600; }

/* ============================================================
   BRAIN — prefix bn-  (full dark stage)
   ============================================================ */
.bn-stage{ position:relative; border-radius:30px; overflow:hidden; padding:34px; background:linear-gradient(165deg,var(--dark-2),var(--dark-3)); box-shadow:0 40px 90px -44px rgba(30,18,8,.75); }
.bn-tag{ position:relative; z-index:4; display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; font-family:var(--mono); font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:rgba(244,237,225,.45); }
.bn-tag .live{ display:inline-flex; align-items:center; gap:7px; color:rgba(244,237,225,.6); } .bn-tag .led{ width:6px; height:6px; border-radius:50%; background:var(--terra); animation:led 2.2s infinite; }
.bn-wrap{ position:relative; display:grid; grid-template-columns:1fr 1.05fr 1fr; grid-template-rows:1fr 1fr; min-height:560px; align-items:center; }
.bn-links{ position:absolute; inset:0; width:100%; height:100%; z-index:1; pointer-events:none; }
.bn-card{ position:relative; z-index:3; max-width:285px; padding:20px 20px 18px; border-radius:18px; background:rgba(255,255,255,.04); box-shadow:inset 0 0 0 1px rgba(255,255,255,.09); transition:background .5s ease, box-shadow .5s ease, transform .5s cubic-bezier(.2,.8,.2,1); }
.bn-card.c1{ grid-column:1; grid-row:1; justify-self:start; } .bn-card.c2{ grid-column:3; grid-row:1; justify-self:end; }
.bn-card.c3{ grid-column:1; grid-row:2; justify-self:start; } .bn-card.c4{ grid-column:3; grid-row:2; justify-self:end; }
.bn-card.active{ background:rgba(255,255,255,.08); transform:translateY(-3px); }
.bn-card.c1.active{ box-shadow:inset 0 0 0 1px rgba(47,158,145,.6), 0 14px 34px -14px rgba(47,158,145,.5); }
.bn-card.c2.active{ box-shadow:inset 0 0 0 1px rgba(194,145,74,.55), 0 14px 34px -14px rgba(194,145,74,.45); }
.bn-card.c3.active{ box-shadow:inset 0 0 0 1px rgba(94,141,110,.6), 0 14px 34px -14px rgba(94,141,110,.5); }
.bn-card.c4.active{ box-shadow:inset 0 0 0 1px rgba(168,111,125,.55), 0 14px 34px -14px rgba(168,111,125,.45); }
.bn-st{ font-family:var(--mono); font-size:10px; letter-spacing:.16em; text-transform:uppercase; margin-bottom:9px; display:flex; align-items:center; gap:8px; } .bn-st .num{ color:rgba(244,237,225,.4); }
.c1 .bn-st .dot{ color:#2f9e91; } .c2 .bn-st .dot{ color:#c2914a; } .c3 .bn-st .dot{ color:#5e8d6e; } .c4 .bn-st .dot{ color:#a86f7d; } .bn-st .dot{ font-size:13px; }
.bn-card h3{ font-family:var(--serif); font-weight:500; font-size:21px; line-height:1.12; margin:0 0 8px; color:#f6efe6; }
.bn-card p{ font-size:13.5px; line-height:1.55; color:rgba(244,237,225,.66); margin:0 0 13px; }
.bn-stat{ display:inline-flex; align-items:baseline; gap:7px; font-family:var(--mono); font-size:11px; letter-spacing:.04em; color:rgba(244,237,225,.5); }
.bn-stat b{ font-family:var(--ui); font-size:18px; font-weight:700; letter-spacing:-.01em; }
.c1 .bn-stat b{ color:#2f9e91; } .c2 .bn-stat b{ color:#c2914a; } .c3 .bn-stat b{ color:#7ba98a; } .c4 .bn-stat b{ color:#bb8a97; }
.bn-center{ grid-column:2; grid-row:1 / span 2; position:relative; z-index:2; height:100%; min-height:520px; }
.bn-coreLabel{ position:absolute; left:50%; bottom:14px; transform:translateX(-50%); z-index:4; text-align:center; pointer-events:none; }
.bn-coreLabel .bnn{ font-family:var(--serif); font-style:italic; font-size:19px; color:#f6efe6; }
.bn-coreLabel .bns{ font-family:var(--mono); font-size:10px; letter-spacing:.14em; text-transform:uppercase; color:rgba(244,237,225,.4); margin-top:4px; }
.bn-links .edge{ stroke-width:1; fill:none; }
.bn-links .arc, .bn-links .stream{ fill:none; stroke-linecap:round; }
.bn-links .stream{ animation:bnFlow 1.9s linear infinite; animation-play-state:paused; }
@keyframes bnFlow{ to{ stroke-dashoffset:-63; } }
.bn-gulp{ transform-origin:500px 290px; animation:bnGulp 1.53s ease-out infinite; animation-play-state:paused; opacity:0; }
@keyframes bnGulp{ 0%{ transform:scale(.55); opacity:.6; } 100%{ transform:scale(2.5); opacity:0; } }
/* orbital system — the whole constellation drifts a few degrees, breathing */
.bn-sys{ transform-origin:500px 290px; animation:bnDrift 38s ease-in-out infinite alternate; animation-play-state:paused; }
@keyframes bnDrift{ from{ transform:rotate(-3.2deg); } to{ transform:rotate(3.2deg); } }
.bn-arm{ opacity:.55; transition:opacity .9s ease, filter .9s ease; }
.bn-arm.on{ opacity:1; filter:drop-shadow(0 0 7px var(--acol)); }
.bn-arm.dim{ opacity:.34; }
/* the core — rotating tick ring, breathing halo, bright heart */
.bn-ringDash{ transform-origin:500px 290px; animation:bnSpin 46s linear infinite; animation-play-state:paused; }
@keyframes bnSpin{ to{ transform:rotate(360deg); } }
.bn-halo{ transform-origin:500px 290px; animation:bnBreath 7s ease-in-out infinite; animation-play-state:paused; }
@keyframes bnBreath{ 0%,100%{ transform:scale(1); opacity:.85; } 50%{ transform:scale(1.15); opacity:1; } }
.bn-coreDot{ filter:drop-shadow(0 0 10px rgba(159,216,207,.95)); animation:bnCore 3.6s ease-in-out infinite; animation-play-state:paused; }
@keyframes bnCore{ 0%,100%{ opacity:1; } 50%{ opacity:.72; } }
/* the SVG "data flow" lines repaint every frame — only run them while the
   brain section is actually on screen (set by IntersectionObserver in site.js) */
.bn-stage.viz-on .bn-sys, .bn-stage.viz-on .bn-ringDash, .bn-stage.viz-on .bn-halo, .bn-stage.viz-on .bn-coreDot,
.bn-stage.viz-on .stream, .bn-stage.viz-on .bn-gulp,
.bn-fs-map .bn-sys, .bn-fs-map .bn-ringDash, .bn-fs-map .bn-halo, .bn-fs-map .bn-coreDot,
.bn-fs-map .stream, .bn-fs-map .bn-gulp{ animation-play-state:running; }
@media (prefers-reduced-motion: reduce){
  .bn-sys,.bn-ringDash,.bn-halo,.bn-coreDot,.bn-links .stream,.bn-gulp{ animation:none; }
  .bn-arm{ opacity:.75; }
}
.bn-tagline{ position:relative; z-index:4; text-align:center; margin-top:14px; font-family:var(--serif); font-size:clamp(18px,2.2vw,24px); color:#f6efe6; } .bn-tagline em{ font-style:italic; color:#9fd8cf; }
@media (prefers-reduced-motion: reduce){ .bn-links .trunk,.bn-links .node-core,.brand .spark{ animation:none; } }
/* Tablet: the network/center make no sense without the SVG links, so hide them
   and lay the four cards out as a clean 2×2 (no empty dark void at the top). */
@media(max-width:920px){ .bn-wrap{ grid-template-columns:1fr 1fr; grid-template-rows:auto auto auto; min-height:0; gap:14px; } .bn-coreLabel,.bn-center{ display:none; }
  /* the orbital system rides inline above the cards on small screens —
     JS swaps the viewBox to a square crop centred on the core */
  .bn-links{ position:relative; inset:auto; grid-column:1 / -1; grid-row:1; width:100%; height:min(88vw,420px); }
  .bn-card{ max-width:none; justify-self:stretch !important; } .bn-card.c1{ grid-column:1; grid-row:2; } .bn-card.c2{ grid-column:2; grid-row:2; } .bn-card.c3{ grid-column:1; grid-row:3; } .bn-card.c4{ grid-column:2; grid-row:3; } }
/* Phone: a single column so cards aren't squeezed/clipped; tighter padding. */
@media(max-width:560px){ .bn-stage{ padding:20px; } .bn-wrap{ grid-template-columns:1fr; gap:12px; }
  .bn-links{ grid-column:1; }
  .bn-card.c1,.bn-card.c2,.bn-card.c3,.bn-card.c4{ grid-column:1; grid-row:auto; } }

/* ---- mobile: "tap to view" the brain network fullscreen ---- */
.bn-fs-btn{ display:none; }                 /* desktop: the network is already visible */
@media(max-width:920px){
  .bn-fs-btn{ display:flex; align-items:center; gap:9px; width:fit-content; margin:18px auto 0; cursor:pointer;
    font:600 14px/1 var(--ui); color:#f6efe6; padding:13px 22px; border:0; border-radius:999px;
    background:linear-gradient(158deg,#34a596,#13635a); box-shadow:inset 0 1px 1px rgba(214,245,239,.5), 0 12px 30px -12px rgba(15,90,82,.6); }
}
.bn-fs-btn .ic{ font-size:16px; }
.bn-fs[hidden]{ display:none; }
body.bn-fs-open .nav{ display:none; }   /* the map owns the screen */
.bn-fs{ position:fixed; inset:0; z-index:10000; display:flex; flex-direction:column; padding:16px 16px 22px;
  background:linear-gradient(165deg,var(--dark-2),var(--dark-3)); animation:bnFsIn .28s ease; }
@keyframes bnFsIn{ from{ opacity:0; } to{ opacity:1; } }
.bn-fs-bar{ display:flex; align-items:center; justify-content:space-between; }
.bn-fs-ttl{ font-family:var(--mono); font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:rgba(244,237,225,.6); }
.bn-fs-x{ width:40px; height:40px; border:0; border-radius:50%; cursor:pointer; font-size:22px; line-height:1; color:#f6efe6;
  background:rgba(255,255,255,.08); box-shadow:inset 0 0 0 1px rgba(255,255,255,.16); }
.bn-fs-map{ flex:1; display:grid; place-items:center; min-height:0; }
.bn-fs-map .bn-links{ position:static !important; display:block !important; width:100%; height:auto; max-height:62vh; }
.bn-fs-map .bn-links .trunk{ animation-play-state:running !important; }
.bn-fs-map .bn-links .node-core{ animation-play-state:running !important; }
.bn-fs-legend{ display:grid; grid-template-columns:1fr 1fr; gap:10px 14px; margin:8px auto 0; max-width:520px; width:100%; }
.bn-fs-legend span{ display:inline-flex; align-items:center; gap:9px; font-size:13.5px; color:rgba(244,237,225,.82); }
.bn-fs-legend i{ width:9px; height:9px; border-radius:50%; flex:none; }
.bn-fs-cap{ text-align:center; margin:16px 0 0; font-family:var(--serif); font-size:17px; color:rgba(244,237,225,.7); }

.verdict{ text-align:center; margin:60px auto 0; max-width:820px; font-family:var(--serif); font-size:clamp(24px,3.2vw,36px); line-height:1.24; }
.verdict .grey{ color:var(--ink-faint); } .verdict .ink{ color:var(--ink); } .verdict em{ font-style:italic; color:var(--terra); }

/* ============================================================
   HOW IT WORKS / PRINCIPLES / PARTNER — numbered + bordered cards
   ============================================================ */
.num-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:8px; }
@media(max-width:760px){ .num-grid{ grid-template-columns:1fr; } }
/* ---- liquid glass card (shared by .num-card + .pr-card) — STATIC ---- */
.glass{ position:relative; isolation:isolate; overflow:hidden;
  background:rgba(255,255,255,.16);
  -webkit-backdrop-filter:blur(11px) saturate(170%); backdrop-filter:blur(11px) saturate(170%);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.9),
    inset 0 -10px 18px -12px rgba(255,255,255,.55),
    inset 0 0 0 1px rgba(255,255,255,.32),
    0 18px 44px -28px rgba(70,45,25,.45),
    0 2px 6px -3px rgba(70,45,25,.2); }
.glass::before{ content:""; position:absolute; inset:0; border-radius:inherit; z-index:0; pointer-events:none;
  background:radial-gradient(240px circle at 30% 0%, rgba(255,255,255,.6), rgba(255,255,255,0) 62%);
  opacity:.4; }
.glass > *{ position:relative; z-index:2; }

.num-card{ position:relative; border-radius:22px; padding:30px 30px 28px; }
.num-card .badge{ width:54px; height:54px; border-radius:15px; display:grid; place-items:center; font-family:var(--mono); font-size:18px; font-weight:600; color:var(--ink); margin-bottom:22px; background:rgba(255,255,255,.6); box-shadow:inset 0 1px 1px rgba(255,255,255,.95), inset 0 0 0 1px rgba(31,133,122,.3), 0 4px 12px -6px rgba(70,45,25,.3); }
.num-card h3{ font-family:var(--ui); font-weight:600; font-size:20px; margin:0 0 10px; letter-spacing:-.01em; }
.num-card p{ font-size:15px; line-height:1.55; color:var(--ink-soft); margin:0; }
.num-card .idx{ font-family:var(--mono); font-size:13px; color:var(--terra); margin-bottom:22px; display:block; }
.foot-note{ margin-top:30px; font-size:14px; color:var(--ink-faint); max-width:680px; line-height:1.55; }

/* always-adapting band (liquid glass) */
.hw-adapt{ width:100%; margin-top:44px; border-radius:24px; padding:clamp(26px,3.4vw,42px);
  display:grid; grid-template-columns:minmax(200px,.82fr) 1.18fr; gap:clamp(20px,3vw,46px); align-items:center; text-align:left; }
@media(max-width:760px){ .hw-adapt{ grid-template-columns:1fr; gap:18px; } }
.hw-adapt .ha-k{ font-family:var(--mono); font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--terra); }
.hw-adapt h3{ font-family:var(--serif); font-weight:500; font-size:clamp(24px,3vw,36px); line-height:1.07; letter-spacing:-.01em; margin:10px 0 0; color:var(--ink); }
.hw-adapt h3 em{ font-style:italic; color:var(--terra); }
.hw-adapt .ha-body p{ font-size:16px; line-height:1.62; color:var(--ink-soft); margin:0 0 18px; }
.ha-chips{ display:flex; flex-wrap:wrap; gap:9px; }
.ha-chip{ font-family:var(--mono); font-size:11px; letter-spacing:.02em; color:var(--terra-deep); padding:7px 13px; border-radius:999px; background:rgba(31,133,122,.09); box-shadow:inset 0 0 0 1px rgba(31,133,122,.22); }



/* partner CTA row */
.pt-cta{ display:flex; align-items:center; gap:24px; flex-wrap:wrap; margin-top:0; }



/* ============================================================
   PARTNER — earnings showpiece
   ============================================================ */
.pt-panel{ position:relative; border-radius:28px; overflow:hidden; padding:clamp(28px,4vw,44px); margin:8px 0 30px;
  background:linear-gradient(160deg,var(--dark),var(--dark-2)); box-shadow:0 40px 90px -44px rgba(30,18,8,.72);
  display:grid; grid-template-columns:1fr 1.05fr; gap:clamp(28px,4vw,52px); align-items:center; }
@media(max-width:840px){ .pt-panel{ grid-template-columns:1fr; gap:30px; } }
.pt-panel .pk{ font-family:var(--mono); font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--terra); margin:0 0 16px; }
.pt-panel h3{ font-family:var(--serif); font-weight:500; font-size:clamp(26px,3vw,36px); line-height:1.1; letter-spacing:-.01em; color:#f6efe6; margin:0 0 16px; }
.pt-panel h3 em{ font-style:italic; color:#9fd8cf; }
.pt-panel .pp{ font-size:16px; line-height:1.6; color:rgba(244,237,225,.7); margin:0 0 24px; max-width:38ch; }

/* recurring chart */
.pt-chart{ position:relative; border-radius:18px; padding:24px 22px 18px; background:rgba(255,255,255,.04); box-shadow:inset 0 0 0 1px rgba(255,255,255,.08); }
.pt-chart-head{ display:flex; align-items:baseline; justify-content:space-between; margin-bottom:18px; }
.pt-chart-head .lbl{ font-family:var(--mono); font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:rgba(244,237,225,.55); }
.pt-chart-head .amt{ font-family:var(--ui); font-weight:700; font-size:20px; color:#f6efe6; } .pt-chart-head .amt .mo{ font-size:12px; font-weight:500; color:rgba(244,237,225,.45); }
.pt-area{ width:100%; height:148px; display:block; overflow:visible; }
.pt-grid line{ stroke:rgba(255,255,255,.06); stroke-width:1; }
.pt-fill{ opacity:0; transition:opacity 1s ease .35s; }
.pt-chart.in .pt-fill{ opacity:1; }
.pt-stroke{ fill:none; stroke:#2f9e91; stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray:780; stroke-dashoffset:780; transition:stroke-dashoffset 1.5s cubic-bezier(.3,.7,.3,1); }
.pt-chart.in .pt-stroke{ stroke-dashoffset:0; }
.pt-dot{ fill:#bfe3db; opacity:0; transform:scale(.4); transform-origin:center; transition:opacity .4s ease 1.3s, transform .4s cubic-bezier(.2,.9,.3,1) 1.3s; }
.pt-chart.in .pt-dot{ opacity:1; transform:scale(1); }
.pt-dot-glow{ fill:#2f9e91; opacity:0; transition:opacity .5s ease 1.3s; } .pt-chart.in .pt-dot-glow{ opacity:.18; }
.pt-chart-foot{ margin-top:12px; display:flex; align-items:center; justify-content:space-between; font-family:var(--mono); font-size:10px; letter-spacing:.06em; text-transform:uppercase; color:rgba(244,237,225,.4); }
@media (prefers-reduced-motion: reduce){ .pt-stroke{ stroke-dashoffset:0; } .pt-fill,.pt-dot,.pt-dot-glow{ opacity:1; transform:none; } }


/* ============================================================
   FINAL CTA
   ============================================================ */

/* footer */
.footer{ position:relative; z-index:1; border-top:1px solid rgba(33,29,24,.1); }
.footer-inner{ max-width:var(--maxw); margin:0 auto; padding:44px 40px 60px; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.footer .brand{ font-size:19px; }
.footer .links{ display:flex; gap:24px; font-size:14px; color:var(--ink-soft); flex-wrap:wrap; }
.footer .links a:hover{ color:var(--ink); }
.footer .copy{ font-size:13px; color:var(--ink-faint); font-family:var(--mono); letter-spacing:.04em; }


/* ============================================================
   LOADING SCREEN — minimal wordmark + thin progress line
   ============================================================ */
/* ============================================================
   ORBIT INTRO — blocks collide → GERSEL → flip to LESREG →
   collapse into the Orbit mark → cross-fade onto the site.
   Plays once on first visit (gated in loader.js). One shared
   bone/cream background so the hand-off reads as continuous.
   ============================================================ */
#lg-intro{ position:fixed; inset:0; z-index:9999; display:grid; place-items:center; overflow:hidden; text-align:center;
  background:radial-gradient(58% 48% at 50% 44%, rgba(15,155,142,.10) 0%, rgba(15,155,142,0) 60%),
    radial-gradient(120% 80% at 50% -8%, var(--peach) 0%, rgba(247,230,211,0) 46%),
    linear-gradient(172deg, var(--paper-1) 0%, var(--paper-2) 58%, #e6dccb 100%);
  transition:opacity .5s cubic-bezier(.4,0,.2,1), visibility .5s, transform .5s cubic-bezier(.4,0,.2,1); }
/* ENDING — splash lifts slightly and fades; site fades in underneath. */
html.fyon-loaded #lg-intro{ opacity:0; visibility:hidden; pointer-events:none; transform:translateY(-2.2%) scale(1.015); }
html.lg-rush #lg-intro{ transition-duration:.3s; }      /* user tapped to skip — snap it */
html.lg-instant #lg-intro{ display:none; }              /* reduced-motion */

.lgi-stage{ position:relative; display:grid; place-items:center; perspective:1100px; }
.lgi-collide,.lgi-word3,.lgi-lockup{ grid-area:1/1; }

/* 1 · four ink blocks rush in along the axes and collide ----------------- */
.lgi-collide{ display:grid; place-items:center; }
.lgi-blk{ grid-area:1/1; width:30px; height:30px; border-radius:10px; background:var(--ink); opacity:0; will-change:transform,opacity; }
.lgi-blk.n{ animation:lgiRushV   1.05s cubic-bezier(.55,0,.85,.3) .10s both; }
.lgi-blk.s{ animation:lgiRushVd  1.05s cubic-bezier(.55,0,.85,.3) .10s both; }
.lgi-blk.e{ animation:lgiRushH   1.05s cubic-bezier(.55,0,.85,.3) .10s both; }
.lgi-blk.w{ animation:lgiRushHd  1.05s cubic-bezier(.55,0,.85,.3) .10s both; }
@keyframes lgiRushV { 0%{transform:translateY(-58vh) scale(1);opacity:0} 10%{opacity:1} 60%{transform:translateY(0) scale(1.28,.7)} 72%{transform:translateY(0) scale(1)} 88%{opacity:1} 100%{transform:scale(.4);opacity:0} }
@keyframes lgiRushVd{ 0%{transform:translateY(58vh) scale(1);opacity:0}  10%{opacity:1} 60%{transform:translateY(0) scale(1.28,.7)} 72%{transform:translateY(0) scale(1)} 88%{opacity:1} 100%{transform:scale(.4);opacity:0} }
@keyframes lgiRushH { 0%{transform:translateX(58vw) scale(1);opacity:0}  10%{opacity:1} 60%{transform:translateX(0) scale(.7,1.28)} 72%{transform:translateX(0) scale(1)} 88%{opacity:1} 100%{transform:scale(.4);opacity:0} }
@keyframes lgiRushHd{ 0%{transform:translateX(-58vw) scale(1);opacity:0} 10%{opacity:1} 60%{transform:translateX(0) scale(.7,1.28)} 72%{transform:translateX(0) scale(1)} 88%{opacity:1} 100%{transform:scale(.4);opacity:0} }
.lgi-ring{ grid-area:1/1; width:34px; height:34px; border-radius:50%; border:2.5px solid var(--teal); opacity:0; animation:lgiRing .9s cubic-bezier(.2,.7,.3,1) .72s both; }
@keyframes lgiRing{ 0%{transform:scale(.2);opacity:0} 16%{opacity:.85} 100%{transform:scale(3);opacity:0} }

/* 2 + 3 · GERSEL assembles, then card-flips (scaleX) to LESREG ----------- */
.lgi-word3{ display:grid; place-items:center; transform-style:preserve-3d; animation:lgiCollapse .7s cubic-bezier(.6,.04,.32,1) 5.0s both; }
@keyframes lgiCollapse{ 0%{transform:scale(1);opacity:1} 100%{transform:scale(.14);opacity:0} }
.lgi-front,.lgi-back{ grid-area:1/1; font-family:var(--sora); font-weight:600; font-size:clamp(58px,12.5vw,124px); line-height:1; letter-spacing:-.045em; color:var(--ink); }
.lgi-front{ display:flex; transform-origin:center; animation:lgiFlipOut .3s cubic-bezier(.6,0,.9,.4) 3.5s both; }
.lgi-front span{ display:inline-block; opacity:0; transform:translateY(26px) rotateX(-88deg); will-change:transform,opacity; }
.lgi-front span:nth-child(1){ animation:lgiLetter .6s cubic-bezier(.2,.8,.2,1) 1.25s both; }
.lgi-front span:nth-child(2){ animation:lgiLetter .6s cubic-bezier(.2,.8,.2,1) 1.33s both; }
.lgi-front span:nth-child(3){ animation:lgiLetter .6s cubic-bezier(.2,.8,.2,1) 1.41s both; }
.lgi-front span:nth-child(4){ animation:lgiLetter .6s cubic-bezier(.2,.8,.2,1) 1.49s both; }
.lgi-front span:nth-child(5){ animation:lgiLetter .6s cubic-bezier(.2,.8,.2,1) 1.57s both; }
.lgi-front span:nth-child(6){ animation:lgiLetter .6s cubic-bezier(.2,.8,.2,1) 1.65s both; }
@keyframes lgiLetter{ 0%{opacity:0;transform:translateY(26px) rotateX(-88deg)} 65%{opacity:1;transform:translateY(-3px) rotateX(7deg)} 100%{opacity:1;transform:none} }
@keyframes lgiFlipOut{ 0%{transform:scaleX(1)} 100%{transform:scaleX(0);opacity:0} }
.lgi-back{ transform-origin:center; opacity:0; transform:scaleX(0); animation:lgiFlipIn .34s cubic-bezier(.2,.9,.3,1.2) 3.78s both; }
@keyframes lgiFlipIn{ 0%{transform:scaleX(0);opacity:0} 1%{opacity:1} 72%{transform:scaleX(1.05);opacity:1} 100%{transform:scaleX(1);opacity:1} }

/* 4 · the Orbit mark + "Lesreg" wordmark lockup ------------------------- */
.lgi-lockup{ display:flex; flex-direction:column; align-items:center; gap:26px; }
.lgi-orbit{ position:relative; width:120px; height:120px; }
.lgi-orbit .o{ position:absolute; width:26px; height:26px; border-radius:9px; background:var(--ink); opacity:0; transform-origin:center; }
.lgi-orbit .o.core{ top:47px; left:47px; background:var(--teal); animation:lgiCore .5s cubic-bezier(.34,1.56,.64,1) 5.32s both; }
.lgi-orbit .o.n{ top:12px;  left:47px; animation:lgiSatN .62s cubic-bezier(.34,1.56,.64,1) 5.40s both; }
.lgi-orbit .o.e{ top:47px;  left:82px; animation:lgiSatE .62s cubic-bezier(.34,1.56,.64,1) 5.46s both; }
.lgi-orbit .o.s{ top:82px;  left:47px; animation:lgiSatS .62s cubic-bezier(.34,1.56,.64,1) 5.52s both; }
.lgi-orbit .o.w{ top:47px;  left:12px; animation:lgiSatW .62s cubic-bezier(.34,1.56,.64,1) 5.58s both; }
@keyframes lgiCore{ 0%{transform:scale(0);opacity:0} 100%{transform:scale(1);opacity:1} }
@keyframes lgiSatN{ 0%{transform:translateY(35px) scale(0);opacity:0} 55%{opacity:1} 100%{transform:translateY(0) scale(1);opacity:1} }
@keyframes lgiSatS{ 0%{transform:translateY(-35px) scale(0);opacity:0} 55%{opacity:1} 100%{transform:translateY(0) scale(1);opacity:1} }
@keyframes lgiSatE{ 0%{transform:translateX(-35px) scale(0);opacity:0} 55%{opacity:1} 100%{transform:translateX(0) scale(1);opacity:1} }
@keyframes lgiSatW{ 0%{transform:translateX(35px) scale(0);opacity:0} 55%{opacity:1} 100%{transform:translateX(0) scale(1);opacity:1} }
.lgi-word{ font-family:var(--sora); font-weight:600; font-size:clamp(26px,5vw,40px); letter-spacing:-.02em; color:var(--ink);
  opacity:0; animation:lgiWordIn .6s cubic-bezier(.2,.8,.2,1) 5.95s both; }
@keyframes lgiWordIn{ 0%{opacity:0;transform:translateY(10px)} 100%{opacity:1;transform:none} }

.lgi-skip{ position:absolute; bottom:30px; left:50%; transform:translateX(-50%); font-family:var(--mono); font-size:10px; letter-spacing:.22em; text-transform:uppercase;
  color:var(--ink-faint); opacity:0; animation:lgiWordIn .8s ease 1.0s both; }

/* content reveal — nav is OUTSIDE this wrapper, so transform is safe here */
.fyon-reveal{ opacity:0; transform:translateY(14px); transition:opacity 1s ease .05s, transform 1.1s cubic-bezier(.2,.8,.2,1) .05s; }
html.fyon-loaded .fyon-reveal{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){
  #lg-intro{ display:none; }
  .fyon-reveal{ opacity:1; transform:none; transition:none; }
}

/* ============================================================
   ORBIT SPINNER — reusable "thinking" / loading component.
   Markup:  <span class="orbit-spin"><i class="os-core"></i>
     <i class="os-sat n"></i><i class="os-sat e"></i>
     <i class="os-sat s"></i><i class="os-sat w"></i></span>
   Size:  set --size (default 48px) or use .sm (28) / .lg (100).
   Theme: default = ink satellites (light bg); add .dark for cream.
   ============================================================ */
.orbit-spin{ --size:48px; position:relative; display:inline-block; width:var(--size); height:var(--size); vertical-align:middle; }
.orbit-spin.sm{ --size:28px; } .orbit-spin.lg{ --size:100px; }
.orbit-spin i{ position:absolute; width:22%; height:22%; border-radius:34%; }
.orbit-spin .os-core{ top:39%; left:39%; background:var(--teal); transform-origin:center; animation:osCore 1.5s ease-in-out infinite; }
.orbit-spin .os-sat{ background:var(--ink); transform-origin:center; opacity:.16; animation:osPulse 1.5s ease-in-out infinite; }
.orbit-spin.dark .os-sat{ background:#f6f6f2; }
.orbit-spin .os-sat.n{ top:0;    left:39%; animation-delay:0s; }
.orbit-spin .os-sat.e{ top:39%;  left:78%; animation-delay:.375s; }
.orbit-spin .os-sat.s{ top:78%;  left:39%; animation-delay:.75s; }
.orbit-spin .os-sat.w{ top:39%;  left:0;   animation-delay:1.125s; }
@keyframes osPulse{ 0%{opacity:1;transform:scale(1.16)} 30%,100%{opacity:.16;transform:scale(.78)} }
@keyframes osCore{ 0%,100%{transform:scale(.9);opacity:.9} 50%{transform:scale(1.08);opacity:1} }
@media (prefers-reduced-motion: reduce){
  .orbit-spin .os-core,.orbit-spin .os-sat{ animation:none; opacity:1; transform:none; }
}

/* ============================================================
   WAITLIST MODAL
   ============================================================ */
.wl-modal{ position:fixed; inset:0; z-index:10000; display:grid; place-items:center; padding:20px; }
.wl-modal.hidden{ display:none; }
.wl-backdrop{ position:absolute; inset:0; background:rgba(33,29,24,.42); -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px); animation:wlFade .25s ease; }
@keyframes wlFade{ from{ opacity:0; } to{ opacity:1; } }
.wl-card{ position:relative; z-index:1; width:min(460px,100%); border-radius:22px; padding:30px 28px 26px;
  background:linear-gradient(160deg,#f7eee2,#f1e8db 60%,#eee7da);
  box-shadow:0 40px 90px -40px rgba(40,25,12,.6); animation:wlPop .35s cubic-bezier(.2,.85,.25,1) both; }
@keyframes wlPop{ from{ opacity:0; transform:translateY(14px) scale(.98); } to{ opacity:1; transform:none; } }
.wl-card .eyebrow{ margin:0 0 12px; }
.wl-h{ font-family:var(--serif); font-weight:500; font-size:26px; letter-spacing:-.01em; margin:0 0 8px; }
.wl-sub{ font-size:14.5px; line-height:1.55; color:var(--ink-soft); margin:0 0 20px; }
.wl-x{ position:absolute; top:14px; right:16px; width:34px; height:34px; border:0; border-radius:50%; cursor:pointer;
  font-size:20px; line-height:1; color:var(--ink-soft); background:rgba(33,29,24,.06); transition:background .2s; }
.wl-x:hover{ background:rgba(33,29,24,.12); }
.wl-l{ display:block; font-size:12.5px; font-weight:600; letter-spacing:.02em; color:var(--ink); margin-bottom:14px; }
.wl-l .wl-opt{ font-weight:400; color:var(--ink-faint); text-transform:none; letter-spacing:0; }
.wl-l input, .wl-l textarea{ display:block; width:100%; margin-top:7px; font-family:var(--ui); font-size:15px; color:var(--ink);
  padding:11px 13px; border:1px solid rgba(33,29,24,.14); border-radius:12px; background:rgba(255,255,255,.7); resize:vertical;
  transition:border-color .2s, box-shadow .2s; }
.wl-l input:focus, .wl-l textarea:focus{ outline:0; border-color:var(--terra); box-shadow:0 0 0 3px rgba(31,133,122,.15); }
.wl-msg{ font-size:13px; margin:12px 0 0; min-height:1.2em; }
.wl-msg.ok{ color:var(--sage); } .wl-msg.err{ color:#b3261e; }
@media (prefers-reduced-motion: reduce){ .wl-backdrop,.wl-card{ animation:none; } }

/* ============================================================
   LESREG BRAND MARK (logo + breathing / thinking animation)
   ============================================================ */
.brand-mark{ width:28px; height:28px; display:inline-grid; place-items:center; flex:none;
  filter:drop-shadow(0 4px 10px rgba(18,80,72,.26)); transition:transform .3s cubic-bezier(.2,.8,.2,1); }
.brand-mark svg{ width:100%; height:100%; display:block; }
.brand:hover .brand-mark{ transform:translateY(-1px) scale(1.04); }
.brand-mark .bm-chev{ transform-box:fill-box; transform-origin:center; }
.brand-mark .bm-chev-1{ animation:bmBreathA 4.2s cubic-bezier(.45,0,.55,1) infinite; }
.brand-mark .bm-chev-2{ animation:bmBreathB 4.2s cubic-bezier(.45,0,.55,1) infinite; }
@keyframes bmBreathA{ 0%,100%{ transform:translateY(.3px); opacity:.95; } 50%{ transform:translateY(-.7px); opacity:1; } }
@keyframes bmBreathB{ 0%,100%{ transform:translateY(-.3px); opacity:.5; } 50%{ transform:translateY(.5px); opacity:.72; } }
.brand-mark.thinking{ animation:bmGlow 1.1s ease-in-out infinite; }
.brand-mark.thinking .bm-chev-1{ animation:bmThink 1.1s cubic-bezier(.4,0,.4,1) infinite; }
.brand-mark.thinking .bm-chev-2{ animation:bmThink 1.1s cubic-bezier(.4,0,.4,1) infinite .2s; }
@keyframes bmThink{ 0%{ opacity:.3; transform:translateY(1.4px); } 42%{ opacity:1; transform:translateY(-1.4px); } 100%{ opacity:.3; transform:translateY(1.4px); } }
@keyframes bmGlow{ 0%,100%{ filter:drop-shadow(0 4px 10px rgba(18,80,72,.26)); } 50%{ filter:drop-shadow(0 0 12px rgba(47,158,145,.7)); } }
@media (prefers-reduced-motion: reduce){ .brand-mark .bm-chev, .brand-mark.thinking, .brand-mark.thinking .bm-chev{ animation:none; } }

/* (content-visibility removed — it mis-estimated section heights and made
   anchor-link jumps land in the wrong place; the FYON scrub it once helped
   is gone, so it's no longer needed.) */

/* ============================================================
   WHY FYON — "built & gets you there" story (liquid glass, staggered)
   ============================================================ */
.wf-lead{ font-family:var(--serif); font-size:clamp(18px,2.2vw,24px); color:var(--ink); margin:0 0 22px; }
.wf-story{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-bottom:52px; }
@media(max-width:860px){ .wf-story{ grid-template-columns:1fr 1fr; } }
@media(max-width:520px){ .wf-story{ grid-template-columns:1fr; } }
.wf-step{ position:relative; border-radius:20px; padding:24px 22px 26px; transition:transform .4s cubic-bezier(.2,.8,.2,1); }
.wf-step:hover{ transform:translateY(-5px); }
.wf-k{ display:inline-flex; align-items:center; gap:8px; font-family:var(--mono); font-size:10.5px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--terra); }
.wf-dot{ width:7px; height:7px; border-radius:50%; background:var(--terra); box-shadow:0 0 0 3px rgba(31,133,122,.14); flex:none; }
.wf-step h3{ font-family:var(--serif); font-weight:500; font-size:21px; line-height:1.12; letter-spacing:-.01em; margin:13px 0 8px; color:var(--ink); }
.wf-step p{ font-size:14px; line-height:1.56; color:var(--ink-soft); margin:0; }

/* ============================================================
   POLISH LAYER — progress line, orbit dividers, tactility
   ============================================================ */
/* reading progress — 2.5px spruce line pinned above everything */
#sprog{ position:fixed; top:0; left:0; right:0; height:2.5px; z-index:130; pointer-events:none; }
#sprog i{ display:block; height:100%; background:linear-gradient(90deg,#34a596,#166b62);
  transform:scaleX(0); transform-origin:0 50%; will-change:transform; border-radius:0 2px 2px 0; }

/* orbit divider — the Lesreg mark as a quiet seam between sections */
.odiv{ display:flex; align-items:center; gap:20px; max-width:560px; margin:0 auto; padding:0 32px; }
.odiv .ol{ flex:1; height:1px; background:linear-gradient(90deg, rgba(33,29,24,0), rgba(33,29,24,.18)); }
.odiv .ol.r{ background:linear-gradient(270deg, rgba(33,29,24,0), rgba(33,29,24,.18)); }
.odiv .om{ position:relative; width:26px; height:26px; flex:none; }
.odiv .om i{ position:absolute; width:6px; height:6px; border-radius:2px; background:var(--ink); opacity:0;
  transform:scale(0); transition:transform .55s cubic-bezier(.34,1.5,.5,1), opacity .4s ease; }
.odiv .om .s1{ top:0;    left:10px; transition-delay:.05s; }
.odiv .om .s2{ top:10px; left:20px; transition-delay:.13s; }
.odiv .om .s3{ top:20px; left:10px; transition-delay:.21s; }
.odiv .om .s4{ top:10px; left:0;    transition-delay:.29s; }
.odiv .om .oc{ top:10px; left:10px; background:var(--terra); transition-delay:.38s; }
.odiv.in .om i{ opacity:.30; transform:scale(1); }
.odiv.in .om .oc{ opacity:1; }

/* tactility — press states, selection, keyboard focus, gentle card lift */
::selection{ background:rgba(31,133,122,.24); }
.btn:active, .fh-btn:active{ transform:scale(.965); transition-duration:.12s; }
:focus-visible{ outline:2px solid var(--terra); outline-offset:3px; border-radius:6px; }
@media (hover:hover) and (prefers-reduced-motion: no-preference){
  .wf-step:hover,.pt-benefit:hover,.num-card:hover{ transform:translateY(-4px); transition:transform .3s cubic-bezier(.2,.8,.25,1) 0s; }
}
@media (prefers-reduced-motion: reduce){
  #sprog{ display:none; }
  .odiv .om i{ opacity:.30; transform:none; transition:none; }
  .odiv .om .oc{ opacity:1; }
}

/* ============================================================
   CONTRAST v2 — living read (constellation faces, memory cycle,
   the left thread visibly forgetting)
   ============================================================ */
/* left card ending — the thread ghosts out, a stamp remains */
.pb-chat .bubble, .pb-chat .attach{ transition:opacity 1.1s ease, filter 1.1s ease; }
.pb-chat.ghost .bubble, .pb-chat.ghost .attach{ animation:none; opacity:.32; filter:saturate(.3); }
.pb-wipe{ align-self:center; margin-top:4px; font-family:var(--mono); font-size:10.5px; letter-spacing:.16em; text-transform:uppercase;
  color:var(--ink-faint); opacity:0; transform:translateY(8px); transition:opacity .8s ease .25s, transform .8s ease .25s; }
.pb-chat.ghost .pb-wipe{ opacity:1; transform:none; }

/* constellation face — an abstract presence map, never a photo */
.fy-tile.face{ position:relative; justify-content:center; padding:30px 10px 26px; overflow:hidden;
  border-style:solid; border-color:rgba(33,29,24,.12); }
.fy-reads .fy-tile.face{ width:128px; }
.cf{ width:72px; height:84px; display:block; }
.cf .e{ fill:none; stroke:#6a6055; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round;
  stroke-dasharray:1; stroke-dashoffset:1; transition:stroke-dashoffset 1s cubic-bezier(.3,.6,.3,1); }
.cf .e:nth-of-type(2){ transition-delay:.25s; } .cf .e:nth-of-type(3){ transition-delay:.4s; }
.cf .e:nth-of-type(4){ transition-delay:.55s; } .cf .e:nth-of-type(5){ transition-delay:.7s; }
.cf .n{ fill:#6a6055; opacity:0; transition:opacity .6s ease .5s; }
.cf .n.eye{ fill:var(--terra); }
.cf.in .e{ stroke-dashoffset:0; }
.cf.in .n{ opacity:.72; } .cf.in .n.eye{ opacity:.95; }
/* future render — same geometry, brought forward */
.cf.future .e{ stroke:#2f9e91; } .cf.future .n{ fill:#2f9e91; }
.cf.future{ filter:drop-shadow(0 0 7px rgba(47,158,145,.38)); }
.fy-future .fy-tile.face{ border-color:rgba(31,133,122,.28);
  background:radial-gradient(70% 55% at 50% 38%, rgba(47,158,145,.12), rgba(247,238,228,.55)); }

.fy-read-state{ font-family:var(--mono); font-size:9.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--terra-deep); opacity:.85; margin-top:8px; }

/* living memory — fact swap under the tabs */
.fy-fact{ display:inline-block; transition:opacity .3s ease, transform .3s cubic-bezier(.2,.8,.3,1); }


@media (prefers-reduced-motion: reduce){
  .cf .e{ stroke-dashoffset:0; transition:none; }
  .cf .n{ opacity:.72; transition:none; } .cf .n.eye{ opacity:.95; }
}

/* ============================================================
   PRO PASS — compact partner facts, primary-button shine
   ============================================================ */
.pt-facts{ display:flex; flex-direction:column; gap:12px; margin:4px 0 26px; }
.pt-fact{ display:flex; align-items:baseline; gap:16px; padding:13px 17px; border-radius:14px;
  background:rgba(255,255,255,.05); box-shadow:inset 0 0 0 1px rgba(255,255,255,.1); }
.pt-fact b{ font-family:var(--ui); font-weight:700; font-size:18px; letter-spacing:-.01em; color:#f6efe6; white-space:nowrap; }
.pt-fact span{ font-size:13.5px; line-height:1.5; color:rgba(244,237,225,.66); }
.pt-panel .link-arrow{ color:#f6efe6; }
.pt-note{ margin:26px 0 0; font-family:var(--mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-faint); }

/* liquid-glass primary — shine sweep + soft accent ring on hover */
.btn-primary{ overflow:hidden; }
.btn-primary::after{ content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none; z-index:1;
  background:linear-gradient(115deg, transparent 32%, rgba(255,255,255,.26) 46%, rgba(255,255,255,.48) 50%, rgba(255,255,255,.26) 54%, transparent 68%);
  transform:translateX(-140%); transition:transform .9s cubic-bezier(.3,.7,.2,1); }
.btn-primary:hover::after{ transform:translateX(140%); }
.btn-primary:hover{ box-shadow:inset 0 1px 1px rgba(255,255,255,.95), inset 0 0 0 1px rgba(255,255,255,.45),
  0 12px 26px -8px rgba(70,45,25,.45), 0 0 0 6px rgba(52,165,150,.12); }
@media (prefers-reduced-motion: reduce){ .btn-primary::after{ display:none; } }
@media(max-width:560px){ .pt-fact{ flex-direction:column; gap:3px; } }

/* ============================================================
   TOUCH: kill the sticky :hover double-tap. On phones the first
   tap was applying the hover-lift and only the second tap fired
   the link/button. On devices without a real pointer we drop the
   hover-lift entirely so a single tap activates immediately.
   (:active still gives press feedback.)
   ============================================================ */
@media (hover:none){
  .btn:hover, .btn-primary:hover, .fh-btn:hover, .gn-cta:hover, .abtn:hover,
  .abtn.spruce:hover, .abtn.ink:hover, .abtn.glass:hover{ transform:none; }
  .btn:hover::after, .btn-primary:hover::after, .fh-btn:hover::after,
  .gn-cta:hover::after, .abtn:hover::after{ transform:translateX(-140%); }
}
