.fp-landing{--accent:var(--selection);--accent-bg:oklch(0.42 0.21 262/0.1);--accent-border:oklch(0.42 0.21 262/0.3);--primary-fg:var(--primary-foreground);--signal-bg:var(--accent-bg);--signal-border:var(--accent-border);--flame:var(--accent);--flame-bright:var(--accent);--flame-deep:var(--signal);--flame-bg:var(--accent-bg);--flame-border:var(--accent-border);--fg-muted-landing:oklch(0.55 0.04 260/0.6);--dormant-text:var(--fg-muted-landing);--dormant-border:var(--hairline-2);--duration-fast:200ms;--duration-normal:300ms;--duration-slow:500ms;--ease-standard:cubic-bezier(0.2,0,0,1);--ease-emphasized:cubic-bezier(0.3,0,0,1);--radius-md:0.5rem;--radius-lg:0.625rem;--elevation-1:0 1px 2px oklch(0.2 0.018 260/0.08),0 2px 8px oklch(0.2 0.018 260/0.06);--fs-overline:0.75rem;--fs-mono-label:0.6875rem;--fs-display:clamp(2.75rem,1.4rem + 5.2vw,5.25rem);--fs-h2:clamp(1.9rem,1.1rem + 2.6vw,3rem);--fs-h3:clamp(1.25rem,1rem + 0.9vw,1.6rem);--fs-lead:clamp(1.05rem,0.95rem + 0.5vw,1.3rem);--fs-body:1.0625rem;--maxw:1200px;--gutter:clamp(1.25rem,0.5rem + 3vw,3rem);background:var(--background);color:var(--foreground);font-family:var(--font-sans),system-ui,-apple-system,sans-serif;font-size:20px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.dark .fp-landing{--accent-bg:oklch(0.74 0.15 262/0.12);--accent-border:oklch(0.74 0.15 262/0.35);--fg-muted-landing:oklch(0.72 0.04 260/0.55);--elevation-1:0 1px 3px oklch(0 0 0/0.4),0 2px 12px oklch(0 0 0/0.3)}.fp-landing *{box-sizing:border-box}body.intro-active{overflow:hidden}.fp-landing ::selection{background:var(--accent);color:var(--primary-fg)}.fp-landing a{color:inherit;text-decoration:none}.fp-landing .mono{font-family:var(--font-geist-mono),ui-monospace,monospace;font-feature-settings:"tnum" 1}.fp-landing .wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--gutter)}.fp-landing .wrap-narrow{max-width:880px;margin:0 auto;padding-inline:var(--gutter)}.fp-landing .overline{font-size:var(--fs-overline);letter-spacing:.28em;color:var(--flame-bright);margin:0;text-decoration:none}.fp-landing .eyebrow,.fp-landing .overline{font-family:var(--font-geist-mono),monospace;text-transform:uppercase}.fp-landing .eyebrow{font-size:var(--fs-mono-label);letter-spacing:.22em;color:var(--muted-foreground);margin:0 0 1.1rem;display:inline-flex;align-items:center;gap:.65rem}.fp-landing .eyebrow:before{content:"";width:1.6rem;height:1px;background:var(--flame);opacity:.8}.fp-landing h1,.fp-landing h2,.fp-landing h3{font-weight:600;letter-spacing:-.02em;line-height:1.06;margin:0}.fp-landing .section-title{font-size:var(--fs-h2);font-weight:600;letter-spacing:-.025em;max-width:18ch;text-wrap:balance}.fp-landing .lead{font-size:var(--fs-lead);line-height:1.55;color:var(--muted-foreground);max-width:58ch;font-weight:400;text-wrap:pretty}.fp-landing .section{padding-block:clamp(5rem,3rem + 9vw,9.5rem);position:relative}.fp-landing .section--tight{padding-block:clamp(4rem,3rem + 5vw,7rem)}.fp-landing .divider-top{border-top:1px solid var(--hairline-1)}.fp-landing .btn{display:inline-flex;align-items:center;gap:.6rem;font-size:.95rem;font-weight:500;letter-spacing:.01em;padding:.95rem 1.6rem;border:1px solid transparent;border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration-fast) var(--ease-standard);white-space:nowrap}.fp-landing .btn-primary{background:var(--foreground);color:var(--background)}.fp-landing .btn-primary:hover{background:var(--primary);transform:translateY(-1px)}.fp-landing .btn-primary .arr{transition:transform var(--duration-fast) var(--ease-standard)}.fp-landing .btn-primary:hover .arr{transform:translateX(3px)}.fp-landing .btn-ghost{background:transparent;color:var(--foreground);border-color:var(--hairline-2)}.fp-landing .btn-ghost:hover{border-color:var(--flame-border);color:var(--flame-bright)}.fp-landing .reveal{transition:opacity .65s var(--ease-standard),transform .65s var(--ease-standard)}.fp-landing .reveal.pre{opacity:0;transform:translateY(16px);transition:none}.fp-landing .reveal[data-d="1"]{transition-delay:.06s}.fp-landing .reveal[data-d="2"]{transition-delay:.13s}.fp-landing .reveal[data-d="3"]{transition-delay:.2s}.fp-landing .reveal[data-d="4"]{transition-delay:.27s}@media (prefers-reduced-motion:reduce){.fp-landing .reveal,.fp-landing .reveal.pre{opacity:1;transform:none;transition:none}}.fp-landing .hero-globe{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;-webkit-mask-image:radial-gradient(135% 120% at 70% 43%,#000 38%,transparent 72%),linear-gradient(90deg,transparent,#000 46%);-webkit-mask-composite:source-in;mask-image:radial-gradient(135% 120% at 70% 43%,#000 38%,transparent 72%),linear-gradient(90deg,transparent,#000 46%);mask-composite:intersect;opacity:.9}.fp-landing .hero .hero-inner{position:relative;z-index:1}.fp-landing .hero{margin-top:-52px}.fp-landing .hero .hero-inner{min-height:100vh;padding-top:calc(52px + clamp(4rem, 3rem + 4vw, 6rem))}@media (max-width:760px){.fp-landing .hero-globe{opacity:.55;-webkit-mask-image:linear-gradient(180deg,#000,#000 56%,transparent 90%);mask-image:linear-gradient(180deg,#000,#000 56%,transparent 90%)}}.fp-landing #moat{overflow:hidden;min-height:max(780px,86vh);display:flex;align-items:center}.fp-landing #moat .wrap{position:relative;z-index:1;width:100%}.fp-landing .ukraine-map{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:min(100% - var(--gutter) * 2,var(--maxw) - var(--gutter) * 2);height:100%;z-index:0;pointer-events:none;-webkit-mask-image:radial-gradient(120% 125% at 50% 50%,#000 60%,transparent 94%);mask-image:radial-gradient(120% 125% at 50% 50%,#000 60%,transparent 94%);opacity:.85}@media (max-width:820px){.fp-landing .ukraine-map{opacity:.5;-webkit-mask-image:radial-gradient(135% 120% at 50% 46%,#000 54%,transparent 94%);mask-image:radial-gradient(135% 120% at 50% 46%,#000 54%,transparent 94%)}}@media (min-width:601px){.fp-landing #graph{padding-bottom:clamp(3.6rem,2.2rem + 6.5vw,6.9rem)}.fp-landing #moat{min-height:max(660px,74vh)}}.fp-landing .heritage-media--slideshow{overflow:hidden;min-height:360px}.fp-landing .heritage-media--slideshow .hm-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity 1.1s ease-in-out;will-change:opacity}.fp-landing .heritage-media--slideshow .hm-slide.is-active{opacity:1}@media (prefers-reduced-motion:reduce){.fp-landing .heritage-media--slideshow .hm-slide{transition:none}}.fp-landing .bg-field{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.fp-landing .bg-field canvas{position:absolute;inset:0;width:100%;height:100%}.fp-landing .bg-vignette{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 75% 60% at 50% 38%,transparent 0,color-mix(in srgb,var(--background) 22%,transparent) 55%,color-mix(in srgb,var(--background) 55%,transparent) 96%),color-mix(in srgb,var(--background) 52%,transparent)}.fp-landing .section>.wrap,.fp-landing .section>.wrap-narrow{position:relative;z-index:1}.fp-landing #intro{position:fixed;inset:0;z-index:1000;--intro-accent:oklch(0.74 0.15 262);--intro-accent-border:oklch(0.74 0.15 262/0.4);background:#07090f;display:grid;place-items:center;opacity:1;transition:opacity 1.1s var(--ease-emphasized)}.fp-landing #intro.gone{opacity:0;pointer-events:none}.fp-landing #intro .intro-poster,.fp-landing #intro video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center}.fp-landing .intro-poster{background:radial-gradient(120% 90% at 50% 42%,oklch(.3 .06 55/.5),transparent 60%),radial-gradient(60% 50% at 50% 50%,oklch(.55 .18 45/.32),transparent 70%),#07090f}.fp-landing .intro-poster:after{content:"";position:absolute;inset:0;background-image:linear-gradient(oklch(1 0 0/.04) 1px,transparent 0),linear-gradient(90deg,oklch(1 0 0/.04) 1px,transparent 0);background-size:46px 46px;mask-image:radial-gradient(60% 60% at 50% 45%,#000,transparent 80%)}.fp-landing #intro .intro-scrim{position:absolute;inset:0;background:linear-gradient(180deg,oklch(.07 .02 260/.55),transparent 30%,transparent 60%,oklch(.07 .02 260/.78))}@keyframes fp-intro-rise{0%{transform:translateY(14px)}to{transform:none}}.fp-landing .intro-skip{position:absolute;z-index:4;top:clamp(1.1rem,3vh,1.9rem);right:clamp(1.1rem,3vw,2.1rem);display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;font-family:var(--font-geist-mono),monospace;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:oklch(.92 .01 85/.78);background:oklch(0 0 0/.28);border:1px solid oklch(1 0 0/.2);border-radius:6px;padding:.55rem .95rem;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:1;animation:fp-intro-rise .7s var(--ease-standard) .5s both;transition:color var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard),background var(--duration-fast) var(--ease-standard)}.fp-landing .intro-skip:hover{color:var(--intro-accent);border-color:var(--intro-accent-border);background:oklch(0 0 0/.42)}.fp-landing .intro-skip svg{width:13px;height:13px}.fp-landing .intro-audio{position:absolute;z-index:4;top:clamp(1.1rem,3vh,1.9rem);left:clamp(1.1rem,3vw,2.1rem);display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;font-family:var(--font-geist-mono),monospace;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:oklch(.92 .01 85/.78);background:oklch(0 0 0/.28);border:1px solid oklch(1 0 0/.2);border-radius:6px;padding:.55rem .95rem;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:1;animation:fp-intro-rise .7s var(--ease-standard) .5s both;transition:color var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard),background var(--duration-fast) var(--ease-standard)}.fp-landing .intro-audio:hover{color:var(--intro-accent);border-color:var(--intro-accent-border);background:oklch(0 0 0/.42)}.fp-landing .intro-audio svg{width:14px;height:14px}.fp-landing .intro-audio .icon-sound{display:none}.fp-landing .intro-audio[aria-pressed=true] .icon-sound{display:block}.fp-landing .intro-audio[aria-pressed=true] .icon-muted{display:none}.fp-landing .intro-controls{position:absolute;z-index:3;left:0;right:0;bottom:clamp(1.5rem,4vh,3rem);display:flex;flex-direction:column;align-items:center;gap:1.1rem;opacity:1;animation:fp-intro-rise 1s var(--ease-standard) 1.5s both}.fp-landing .intro-hint{font-family:var(--font-geist-mono),monospace;white-space:nowrap;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:oklch(.92 .01 85/.45);margin:0}.fp-landing .intro-hint kbd{font-family:inherit;font-size:.92em;color:oklch(.92 .01 85/.7);border:1px solid oklch(1 0 0/.2);border-radius:4px;padding:.05em .4em}.fp-landing .replay{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;font-family:var(--font-geist-mono),monospace;font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-foreground);background:transparent;border:0;cursor:pointer;padding:0;transition:color var(--duration-fast)}.fp-landing .replay:hover{color:var(--flame-bright)}.fp-landing .replay svg{width:13px;height:13px}.fp-landing .topbar{position:sticky;top:0;z-index:60;border-bottom:1px solid var(--hairline-1);background:color-mix(in srgb,var(--background) 82%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.fp-landing .topbar .wrap{display:flex;align-items:center;justify-content:space-between;height:52px;max-width:var(--maxw)}.fp-landing .brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:600;font-size:1.05rem;letter-spacing:-.01em}.fp-landing .brand .mark{width:20px;height:20px;flex:none;color:var(--accent);display:inline-flex;align-items:center;justify-content:center}.fp-landing .brand .mark svg{width:100%;height:100%}.fp-landing .brand .p{color:var(--accent)}.fp-landing .topnav{display:flex;align-items:center;gap:2rem}.fp-landing .topnav a.navlink{font-size:.9rem;color:var(--muted-foreground);transition:color var(--duration-fast)}.fp-landing .topnav a.navlink:hover{color:var(--foreground)}.fp-landing .topbar .btn{height:32px;padding:0 .85rem;font-size:.82rem;border-radius:var(--radius-md)}.fp-landing .theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:none;color:var(--muted-foreground);background:transparent;border:1px solid var(--hairline-1);border-radius:var(--radius-md,8px);cursor:pointer;transition:color var(--duration-fast),border-color var(--duration-fast)}.fp-landing .theme-toggle:hover{color:var(--foreground);border-color:var(--hairline-2)}.fp-landing .theme-toggle svg{width:17px;height:17px}.fp-landing .theme-toggle .icon-sun{display:none}.dark .fp-landing .theme-toggle .icon-sun,.fp-landing .theme-toggle .icon-moon{display:block}.dark .fp-landing .theme-toggle .icon-moon{display:none}@media (max-width:720px){.fp-landing .theme-toggle{width:34px;height:34px}.fp-landing .topnav .navlink{display:none}}.fp-landing .hero{position:relative;isolation:isolate;overflow:hidden}.fp-landing .section.hero{padding-block:0}.fp-landing .hero-inner{min-height:calc(100vh - 52px);display:flex;flex-direction:column;justify-content:center;padding-block:clamp(4rem,3rem + 4vw,6rem)}.fp-landing .hero h1{font-size:var(--fs-display);font-weight:700;letter-spacing:-.035em;line-height:.98;margin:1.6rem 0 0;max-width:16ch;text-wrap:balance}.fp-landing .hero h1 .ghost{color:color-mix(in oklch,var(--foreground) 40%,transparent)}.fp-landing .hero .three-beat{display:flex;flex-wrap:wrap;gap:.55rem 1.4rem;margin:1.7rem 0 0;font-size:clamp(1rem,.9rem + .5vw,1.25rem);font-weight:500;letter-spacing:.01em}.fp-landing .hero .three-beat span{display:inline-flex;align-items:center;gap:.7rem}.fp-landing .hero .three-beat span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.fp-landing .hero .hero-body{margin:2rem 0 2.6rem;max-width:54ch}.fp-landing .hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.3rem;margin-top:2.6rem}.fp-landing .mandate-statement{font-size:clamp(1.5rem,1.15rem + 1.5vw,2.15rem);font-weight:500;line-height:1.28;letter-spacing:-.02em;max-width:80%;text-wrap:pretty;margin-top:1.6rem;margin-bottom:0}.fp-landing .mandate-coda{margin-top:1.5rem;margin-bottom:0;max-width:80%;font-size:var(--fs-lead);line-height:1.6;color:var(--muted-foreground)}.fp-landing .mandate-coda em,.fp-landing .mandate-statement em{font-style:normal;color:var(--flame-bright)}.fp-landing .fp-hl{color:var(--accent)}.fp-landing .claims{display:flex;flex-direction:column;gap:1rem;margin-top:3.5rem}.fp-landing .claim{display:flex;align-items:baseline;gap:clamp(1.25rem,.5rem + 2vw,2.25rem);padding:clamp(1.4rem,1rem + 1.4vw,1.9rem) clamp(1.75rem,1rem + 2.2vw,2.4rem);border:1px solid var(--hairline-1);border-radius:var(--radius-lg);background:var(--surface-raised);transition:border-color var(--duration-normal) var(--ease-standard),box-shadow var(--duration-normal) var(--ease-standard),transform var(--duration-normal) var(--ease-standard)}.fp-landing .claim:hover{border-color:var(--hairline-2);box-shadow:var(--elevation-1);transform:translateY(-2px)}.fp-landing .claim .c-num{flex:none;font-family:var(--font-geist-mono),monospace;font-size:.8rem;letter-spacing:.14em;color:var(--flame-bright);line-height:1.5}.fp-landing .claim .c-text{flex:1;font-size:clamp(1.15rem,1rem + .7vw,1.5rem);font-weight:500;line-height:1.3;letter-spacing:-.015em;text-wrap:pretty}.fp-landing .claim .c-text b{font-weight:600}@media (max-width:720px){.fp-landing .claim{gap:1rem}}.fp-landing .reveal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3.5rem}@media (max-width:860px){.fp-landing .reveal-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.fp-landing .reveal-grid{grid-template-columns:1fr}}.fp-landing .reveal-card{position:relative;overflow:hidden;min-height:245px;padding:clamp(1.5rem,1rem + 1.6vw,2rem);display:flex;flex-direction:column;border:1px solid var(--hairline-1);border-radius:var(--radius-lg);background:var(--surface-raised);transition:border-color var(--duration-slow) var(--ease-emphasized),box-shadow var(--duration-slow) var(--ease-emphasized),transform var(--duration-slow) var(--ease-emphasized)}.fp-landing .reveal-card:focus-visible,.fp-landing .reveal-card:hover{border-color:var(--hairline-2);box-shadow:var(--elevation-1);transform:translateY(-4px);outline:none}.fp-landing .rc-head{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between}.fp-landing .rc-code{font:600 .82rem/1 var(--font-geist-mono),monospace;letter-spacing:.1em;color:var(--accent)}.fp-landing .rc-icon{color:var(--muted-foreground);display:inline-flex}.fp-landing .rc-icon svg{width:26px;height:26px}.fp-landing .rc-title{font-size:clamp(1.3rem,1.05rem + .9vw,1.7rem);font-weight:600;letter-spacing:-.015em;line-height:1.12;text-wrap:balance;color:var(--accent)}.fp-landing .rc-default{position:relative;z-index:1;margin-top:auto;transition:opacity var(--duration-normal) var(--ease-standard)}.fp-landing .reveal-card:focus-within .rc-default,.fp-landing .reveal-card:hover .rc-default{opacity:0}.fp-landing .rc-reveal{position:absolute;inset:0;z-index:2;padding:calc(clamp(1.5rem, 1rem + 1.6vw, 2rem) + 2.6rem) clamp(1.5rem,1rem + 1.6vw,2rem) clamp(1.5rem,1rem + 1.6vw,2rem);display:flex;flex-direction:column;justify-content:flex-end;gap:.6rem;background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(1.4);backdrop-filter:blur(var(--glass-blur)) saturate(1.4);box-shadow:inset 0 1px 0 var(--glass-hi);opacity:0;pointer-events:none;transition:opacity var(--duration-normal) var(--ease-standard)}.fp-landing .reveal-card:focus-within .rc-reveal,.fp-landing .reveal-card:hover .rc-reveal{opacity:1}.fp-landing .rc-reveal .rc-title{display:none}.fp-landing .rc-desc{font-size:.94rem;line-height:1.5;color:var(--muted-foreground);text-wrap:pretty;margin:0}.fp-landing .rc-reveal .rc-desc,.fp-landing .rc-reveal .rc-title{opacity:0;transform:translateY(8px);transition:opacity var(--duration-normal) var(--ease-standard) 90ms,transform var(--duration-normal) var(--ease-emphasized) 90ms}.fp-landing .rc-reveal .rc-desc{transition-delay:.15s}.fp-landing .reveal-card:focus-within .rc-reveal .rc-desc,.fp-landing .reveal-card:focus-within .rc-reveal .rc-title,.fp-landing .reveal-card:hover .rc-reveal .rc-desc,.fp-landing .reveal-card:hover .rc-reveal .rc-title{opacity:1;transform:none}@media (prefers-reduced-transparency:reduce){.fp-landing .rc-reveal{background:var(--surface-raised);-webkit-backdrop-filter:none;backdrop-filter:none}}@media (prefers-reduced-motion:reduce){.fp-landing .reveal-card{transition:border-color var(--duration-fast) linear}.fp-landing .reveal-card:focus-visible,.fp-landing .reveal-card:hover{transform:none}.fp-landing .rc-default,.fp-landing .rc-head,.fp-landing .rc-reveal,.fp-landing .rc-reveal .rc-desc,.fp-landing .rc-reveal .rc-title{transition:opacity var(--duration-fast) linear;transform:none}}.fp-landing .graph-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3.5rem}@media (max-width:860px){.fp-landing .graph-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.fp-landing .graph-grid{grid-template-columns:1fr}}.fp-landing .ent{position:relative;overflow:hidden;min-height:200px;padding:clamp(1.4rem,1rem + 1.6vw,2rem);display:flex;flex-direction:column;border:1px solid var(--hairline-1);border-radius:var(--radius-lg);background:var(--surface-raised);transition:border-color var(--duration-slow) var(--ease-emphasized),box-shadow var(--duration-slow) var(--ease-emphasized),transform var(--duration-slow) var(--ease-emphasized)}.fp-landing .ent:focus-visible,.fp-landing .ent:hover{border-color:var(--hairline-2);box-shadow:var(--elevation-1);transform:translateY(-4px);outline:none}.fp-landing .ent .e-top{position:relative;z-index:3;display:flex;align-items:center;gap:.6rem;color:var(--flame-bright)}.fp-landing .ent .e-top svg{width:18px;height:18px}.fp-landing .ent .e-count{font-family:var(--font-geist-mono),monospace;font-weight:600;font-size:1.3rem;letter-spacing:-.02em;color:var(--flame-bright)}.fp-landing .ent.coming .e-top{color:var(--dormant-text)}.fp-landing .ent.coming .e-count{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--dormant-text);font-weight:500}.fp-landing .ent .e-name{font-weight:600;font-size:1.02rem;color:var(--flame-bright)}.fp-landing .ent .e-desc{font-size:.84rem;color:var(--muted-foreground);line-height:1.45;text-wrap:pretty;margin:0}.fp-landing .ent .e-default{position:relative;z-index:1;margin-top:auto;transition:opacity var(--duration-normal) var(--ease-standard)}.fp-landing .ent:focus-within .e-default,.fp-landing .ent:hover .e-default{opacity:0}.fp-landing .ent .e-reveal{position:absolute;inset:0;z-index:2;padding:calc(clamp(1.4rem, 1rem + 1.6vw, 2rem) + 2.4rem) clamp(1.4rem,1rem + 1.6vw,2rem) clamp(1.4rem,1rem + 1.6vw,2rem);display:flex;flex-direction:column;justify-content:flex-end;gap:.45rem;background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(1.4);backdrop-filter:blur(var(--glass-blur)) saturate(1.4);box-shadow:inset 0 1px 0 var(--glass-hi);opacity:0;pointer-events:none;transition:opacity var(--duration-normal) var(--ease-standard)}.fp-landing .ent:focus-within .e-reveal,.fp-landing .ent:hover .e-reveal{opacity:1}.fp-landing .ent .e-reveal .e-name{display:none}.fp-landing .ent .e-reveal .e-desc,.fp-landing .ent .e-reveal .e-name{opacity:0;transform:translateY(8px);transition:opacity var(--duration-normal) var(--ease-standard) 90ms,transform var(--duration-normal) var(--ease-emphasized) 90ms}.fp-landing .ent .e-reveal .e-desc{transition-delay:.15s}.fp-landing .ent:focus-within .e-reveal .e-desc,.fp-landing .ent:focus-within .e-reveal .e-name,.fp-landing .ent:hover .e-reveal .e-desc,.fp-landing .ent:hover .e-reveal .e-name{opacity:1;transform:none}.fp-landing .ent.coming{background:var(--surface-sunken)}.fp-landing .ent.coming .e-name{color:var(--dormant-text)}.fp-landing .ent.accent{background:var(--surface-sunken)}.fp-landing .ent.accent .e-top{color:var(--flame-bright)}.fp-landing .ent.accent .e-default{opacity:1}.fp-landing .ent.accent:focus-within .e-default,.fp-landing .ent.accent:hover .e-default{opacity:1}@media (prefers-reduced-transparency:reduce){.fp-landing .ent .e-reveal{background:var(--surface-raised);-webkit-backdrop-filter:none;backdrop-filter:none}}@media (prefers-reduced-motion:reduce){.fp-landing .ent{transition:border-color var(--duration-fast) linear}.fp-landing .ent:focus-visible,.fp-landing .ent:hover{transform:none}.fp-landing .ent .e-default,.fp-landing .ent .e-reveal,.fp-landing .ent .e-reveal .e-desc,.fp-landing .ent .e-reveal .e-name{transition:opacity var(--duration-fast) linear;transform:none}}.fp-landing .tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3.5rem}@media (max-width:860px){.fp-landing .tool-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.fp-landing .tool-grid{grid-template-columns:1fr}}.fp-landing .tool{position:relative;overflow:hidden;min-height:238px;padding:clamp(1.5rem,1rem + 1.6vw,2rem);display:flex;flex-direction:column;border:1px solid var(--hairline-1);border-radius:var(--radius-lg);background:var(--surface-raised);transition:border-color var(--duration-slow) var(--ease-emphasized),box-shadow var(--duration-slow) var(--ease-emphasized),transform var(--duration-slow) var(--ease-emphasized)}.fp-landing .tool:focus-visible,.fp-landing .tool:hover{border-color:var(--hairline-2);box-shadow:var(--elevation-1);transform:translateY(-4px);outline:none}.fp-landing .tool .t-top{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between}.fp-landing .tool .t-icon{color:var(--accent);display:inline-flex}.fp-landing .tool .t-icon svg{width:26px;height:26px}.fp-landing .tool .t-default{position:relative;z-index:1;margin-top:auto;transition:opacity var(--duration-normal) var(--ease-standard)}.fp-landing .tool:focus-within .t-default,.fp-landing .tool:hover .t-default{opacity:0}.fp-landing .tool .t-name{font-size:clamp(1.25rem,1.05rem + .8vw,1.5rem);font-weight:600;letter-spacing:-.015em;line-height:1.1;color:var(--accent)}.fp-landing .tool .t-line{margin:.55rem 0 0;font-size:.96rem;line-height:1.45;color:var(--muted-foreground);text-wrap:pretty}.fp-landing .tool .t-reveal{position:absolute;inset:0;z-index:2;padding:calc(clamp(1.5rem, 1rem + 1.6vw, 2rem) + 2.6rem) clamp(1.5rem,1rem + 1.6vw,2rem) clamp(1.5rem,1rem + 1.6vw,2rem);display:flex;flex-direction:column;justify-content:flex-end;gap:.8rem;background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(1.4);backdrop-filter:blur(var(--glass-blur)) saturate(1.4);box-shadow:inset 0 1px 0 var(--glass-hi);opacity:0;pointer-events:none;transition:opacity var(--duration-normal) var(--ease-standard)}.fp-landing .tool:focus-within .t-reveal,.fp-landing .tool:hover .t-reveal{opacity:1}.fp-landing .tool .t-cap-label{font:600 .7rem/1 var(--font-geist-mono),monospace;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.fp-landing .tool .t-attrs{display:flex;flex-direction:column;gap:.45rem;margin:0}.fp-landing .tool .t-attrs span{font-size:.92rem;line-height:1.25;color:var(--foreground);display:flex;align-items:baseline;gap:.6rem}.fp-landing .tool .t-attrs span:before{content:"";flex:none;width:5px;height:5px;margin-top:.4em;border-radius:50%;background:color-mix(in srgb,var(--accent) 70%,transparent)}.fp-landing .tool .t-attrs span,.fp-landing .tool .t-cap-label{opacity:0;transform:translateY(8px);transition:opacity var(--duration-normal) var(--ease-standard) 90ms,transform var(--duration-normal) var(--ease-emphasized) 90ms}.fp-landing .tool .t-attrs span:nth-child(2){transition-delay:.14s}.fp-landing .tool .t-attrs span:nth-child(3){transition-delay:.18s}.fp-landing .tool .t-attrs span:nth-child(4){transition-delay:.22s}.fp-landing .tool:focus-within .t-attrs span,.fp-landing .tool:focus-within .t-cap-label,.fp-landing .tool:hover .t-attrs span,.fp-landing .tool:hover .t-cap-label{opacity:1;transform:none}.fp-landing .tool.featured{background:var(--flame-bg);border-color:var(--flame-border)}.fp-landing .tool.featured:focus-visible,.fp-landing .tool.featured:hover{border-color:var(--flame-bright)}@media (prefers-reduced-transparency:reduce){.fp-landing .tool .t-reveal{background:var(--surface-raised);-webkit-backdrop-filter:none;backdrop-filter:none}}@media (prefers-reduced-motion:reduce){.fp-landing .tool{transition:border-color var(--duration-fast) linear}.fp-landing .tool:focus-visible,.fp-landing .tool:hover{transform:none}.fp-landing .tool .t-attrs span,.fp-landing .tool .t-cap-label,.fp-landing .tool .t-default,.fp-landing .tool .t-reveal{transition:opacity var(--duration-fast) linear;transform:none}}.fp-landing .heritage-panel{width:100%;margin-top:3rem;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);border:1px solid var(--hairline-1);border-radius:var(--radius-lg);background:var(--surface-raised);overflow:hidden}@media (max-width:860px){.fp-landing .heritage-panel{width:100%;margin-left:0;grid-template-columns:1fr}}.fp-landing .heritage-media{position:relative;margin:0;min-height:360px;border-right:1px solid var(--hairline-1);background:var(--surface-sunken);display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width:860px){.fp-landing .heritage-media{border-right:none;border-bottom:1px solid var(--hairline-1);min-height:260px}}.fp-landing .heritage-media .hm-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.fp-landing .heritage-media--blueprint .hm-img{object-fit:contain;object-position:center top;padding:.2rem .2rem 1.4rem;transform:scale(1.5);transform-origin:center top}.fp-landing .heritage-media .hm-img--dark,html.dark .fp-landing .heritage-media .hm-img--light{display:none}html.dark .fp-landing .heritage-media .hm-img--dark{display:block}.fp-landing .heritage-media .hm-cap{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:.85rem 1.1rem;font:500 .7rem/1.35 var(--font-geist-mono),monospace;letter-spacing:.03em;color:var(--muted-foreground);text-wrap:pretty;background:linear-gradient(to top,color-mix(in srgb,var(--surface-sunken) 94%,transparent),transparent)}.fp-landing .heritage-copy{padding:clamp(1.8rem,1.2rem + 2vw,3rem);display:flex;flex-direction:column;justify-content:center;gap:1.15rem}.fp-landing .heritage-copy .hc-kicker{font:600 .72rem/1 var(--font-geist-mono),monospace;letter-spacing:.14em;text-transform:uppercase;color:var(--flame-bright);margin:0}.fp-landing .heritage-copy .hc-body{font-size:clamp(1rem,.95rem + .35vw,1.18rem);line-height:1.62;color:var(--foreground);text-wrap:pretty;max-width:60ch;margin:0}.fp-landing .heritage-copy .hc-body em{font-style:normal;font-weight:600;color:var(--flame-bright)}.fp-landing .hc-stats{display:flex;flex-direction:column;gap:.85rem;margin-top:.5rem;padding-top:1.3rem;border-top:1px solid var(--hairline-1)}.fp-landing .hc-stat{display:flex;align-items:baseline;gap:.8rem}.fp-landing .hc-stat .s-num{font:600 1.05rem/1.1 var(--font-geist-mono),monospace;letter-spacing:-.01em;color:var(--flame-bright);white-space:nowrap;flex:none;min-width:5.4ch}.fp-landing .hc-stat .s-lab{font-size:.82rem;color:var(--muted-foreground);letter-spacing:.01em;white-space:nowrap}.fp-landing .infra-board{max-width:none}@media (max-width:860px){.fp-landing .infra-board{max-width:100%}}.fp-landing .infra-row{display:flex;flex-wrap:wrap;gap:.85rem}.fp-landing .infra-tile{appearance:none;-webkit-appearance:none;margin:0;padding:0;font:inherit;cursor:pointer;width:72px;height:72px;flex:none;display:flex;align-items:center;justify-content:center;border:1px solid var(--hairline-1);border-radius:var(--radius-md);background:var(--surface-raised);color:var(--muted-foreground);transition:border-color var(--duration-normal) var(--ease-standard),box-shadow var(--duration-normal) var(--ease-standard),transform var(--duration-normal) var(--ease-standard),background var(--duration-normal) var(--ease-standard),color var(--duration-normal) var(--ease-standard)}.fp-landing .infra-tile svg{width:24px;height:24px}.fp-landing .infra-tile.is-active,.fp-landing .infra-tile:focus-visible,.fp-landing .infra-tile:hover{border-color:var(--flame-border);background:var(--flame-bg);color:var(--accent);box-shadow:var(--elevation-1);transform:translateY(-3px);outline:none}.fp-landing .infra-detail{height:0;overflow:hidden;opacity:0;transition:height var(--duration-normal) var(--ease-emphasized),opacity var(--duration-normal) var(--ease-standard)}.fp-landing .infra-detail>.id-clip{padding-top:1.35rem}.fp-landing .infra-panel{display:none;animation:fp-ip-fade var(--duration-normal) var(--ease-emphasized)}.fp-landing .infra-panel h3{font-size:1.1rem;letter-spacing:-.015em;color:var(--accent)}.fp-landing .infra-panel p{margin:.45rem 0 0;color:var(--muted-foreground);font-size:.9rem;line-height:1.5;max-width:52ch;text-wrap:pretty}@keyframes fp-ip-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.fp-landing .infra-detail{transition:opacity var(--duration-fast) linear}.fp-landing .infra-panel{animation:none}.fp-landing .infra-tile{transition:border-color var(--duration-fast) linear,background var(--duration-fast) linear,color var(--duration-fast) linear}.fp-landing .infra-tile.is-active,.fp-landing .infra-tile:focus-visible,.fp-landing .infra-tile:hover{transform:none}}.fp-landing .close{position:relative;isolation:isolate;overflow:hidden;text-align:center}.fp-landing .close .wrap-narrow{position:relative;z-index:1}.fp-landing .close .overline{display:inline-block;margin-bottom:1.4rem}.fp-landing .close h2{font-size:var(--fs-h2)}.fp-landing .close .close-sub{margin:1.5rem auto 0}.fp-landing .close .invite{font-family:var(--font-geist-mono),monospace;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--flame-bright);display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.3rem;margin-top:0}.fp-landing .close .invite:after,.fp-landing .close .invite:before{content:"";width:1.8rem;height:1px;background:var(--flame-border)}.fp-landing .close-actions{display:flex;justify-content:center;margin-top:2.6rem}.fp-landing .footer{border-top:1px solid var(--hairline-1);padding-block:clamp(3.5rem,2.5rem + 4vw,6rem)}.fp-landing .footer .wrap{display:flex;flex-direction:column;gap:clamp(2rem,1.5rem + 2vw,3rem)}.fp-landing .footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem 2rem}.fp-landing .footer .f-copy{color:color-mix(in srgb,var(--muted-foreground) 60%,transparent);font-size:.74rem;margin:0}.fp-landing .footer .f-links{display:flex;flex-wrap:wrap;gap:1.6rem}.fp-landing .footer .f-links a{color:var(--muted-foreground);font-size:.88rem;white-space:nowrap;transition:color var(--duration-fast)}.fp-landing .footer .f-links a:hover{color:var(--foreground)}.fp-landing .claim,.fp-landing .ent,.fp-landing .ent.accent,.fp-landing .ent.coming,.fp-landing .heritage-panel,.fp-landing .reveal-card,.fp-landing .tool,.fp-landing .tool.featured{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(1.4);backdrop-filter:blur(var(--glass-blur)) saturate(1.4);box-shadow:inset 0 1px 0 var(--glass-hi)}.fp-landing .heritage-media{background:transparent}.fp-landing .claim:hover,.fp-landing .ent:focus-visible,.fp-landing .ent:hover,.fp-landing .reveal-card:focus-visible,.fp-landing .reveal-card:hover,.fp-landing .tool:focus-visible,.fp-landing .tool:hover{box-shadow:var(--elevation-1),inset 0 1px 0 var(--glass-hi)}@media (prefers-reduced-transparency:reduce){.fp-landing .claim,.fp-landing .ent,.fp-landing .ent.accent,.fp-landing .ent.coming,.fp-landing .heritage-panel,.fp-landing .reveal-card,.fp-landing .tool,.fp-landing .tool.featured{background:var(--surface-raised);-webkit-backdrop-filter:none;backdrop-filter:none}.fp-landing .heritage-media{background:var(--surface-sunken)}}.fp-landing .mobile-menu[hidden],.fp-landing .nav-toggle{display:none}.fp-landing .nav-toggle{align-items:center;justify-content:center;width:34px;height:34px;flex:none;padding:0;margin:0;color:var(--foreground);background:transparent;border:1px solid var(--hairline-1);border-radius:var(--radius-md,8px);cursor:pointer;transition:color var(--duration-fast),border-color var(--duration-fast)}.fp-landing .nav-toggle:hover{color:var(--flame-bright);border-color:var(--hairline-2)}.fp-landing .nav-toggle svg{width:18px;height:18px}.fp-landing .nav-toggle .icon-close,.fp-landing .nav-toggle[aria-expanded=true] .icon-menu{display:none}.fp-landing .nav-toggle[aria-expanded=true] .icon-close{display:block}.fp-landing .mobile-menu{position:absolute;top:100%;right:var(--gutter);z-index:70;min-width:184px;margin-top:.6rem;display:flex;flex-direction:column;gap:.15rem;padding:.5rem;background:var(--glass-bg);-webkit-backdrop-filter:blur(16px) saturate(1.4);backdrop-filter:blur(16px) saturate(1.4);border:1px solid var(--hairline-2);border-radius:var(--radius-lg,10px);box-shadow:var(--elevation-1),inset 0 1px 0 var(--glass-hi);animation:fp-mm-in var(--duration-normal) var(--ease-emphasized)}@keyframes fp-mm-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.fp-landing .mobile-menu .mm-link{display:flex;align-items:center;min-height:44px;padding:.55rem .85rem;border-radius:var(--radius-md,8px);font-family:var(--font-geist-mono),monospace;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);transition:color var(--duration-fast),background var(--duration-fast)}.fp-landing .mobile-menu .mm-link:focus-visible,.fp-landing .mobile-menu .mm-link:hover{color:var(--foreground);background:var(--muted);outline:none}.fp-landing .mobile-menu .mm-cta{justify-content:center;margin-top:.3rem;background:var(--foreground);color:var(--background)}.fp-landing .mobile-menu .mm-cta:focus-visible,.fp-landing .mobile-menu .mm-cta:hover{background:var(--primary);color:var(--background)}@media (prefers-reduced-motion:reduce){.fp-landing .mobile-menu{animation:none}}@media (max-width:600px){.fp-landing{--gutter:clamp(1.1rem,0.7rem + 2vw,1.4rem)}.fp-landing .section{padding-block:clamp(3.25rem,2.4rem + 6vw,4.75rem)}.fp-landing .topnav{gap:.6rem!important}.fp-landing .topnav>a.btn-ghost,.fp-landing .topnav>a.btn-primary{display:none}.fp-landing .nav-toggle{display:inline-flex}.fp-landing .topbar .btn{height:34px;padding:0 .8rem}.fp-landing .topbar .btn-primary{font-size:11px}.fp-landing .brand{font-size:1rem}.fp-landing .hero h1{font-size:clamp(2.15rem,1.5rem + 5vw,2.9rem);letter-spacing:-.03em;line-height:1.02;margin-top:1.1rem;max-width:18ch}.fp-landing .hero .three-beat{gap:.45rem 1rem;margin-top:1.3rem}.fp-landing .hero .three-beat span{font-size:15px!important}.fp-landing .hero-actions{gap:1rem 1.4rem;margin-top:2rem}.fp-landing .hero .hero-inner{min-height:82vh!important;padding-top:calc(52px + 2.25rem)!important;padding-bottom:2.25rem}.fp-landing #mandate{padding-top:clamp(2rem,1rem + 4vw,3rem)}.fp-landing .mandate-statement{max-width:100%;font-size:clamp(1.35rem,1.05rem + 2.6vw,1.75rem);line-height:1.3}.fp-landing .mandate-coda{max-width:100%}.fp-landing #moat{min-height:auto!important;padding-block:clamp(3.5rem,2.5rem + 8vw,5rem)!important}.fp-landing .lead,.fp-landing .section-title{max-width:100%}.fp-landing .claims,.fp-landing .graph-grid,.fp-landing .reveal-grid,.fp-landing .tool-grid{gap:.75rem;margin-top:2.5rem}.fp-landing .reveal-card,.fp-landing .tool{min-height:196px}.fp-landing .ent{min-height:148px}.fp-landing .ent,.fp-landing .reveal-card,.fp-landing .tool{padding:1.4rem 1.35rem}.fp-landing .rc-reveal{padding:3.6rem 1.35rem 1.4rem}.fp-landing .ent .e-reveal{padding:3.4rem 1.35rem 1.4rem}.fp-landing .tool .t-reveal{padding:3.6rem 1.35rem 1.4rem}.fp-landing .claim{padding:1.3rem 1.4rem;gap:.9rem}.fp-landing .heritage-panel{margin-top:2.25rem}.fp-landing .heritage-media{min-height:320px}.fp-landing .heritage-media--blueprint .hm-img{transform:scale(1.58);padding:.2rem .2rem .6rem}.fp-landing .heritage-copy{padding:1.6rem 1.4rem;gap:1rem}.fp-landing .hc-stats{gap:.7rem;padding-top:1.1rem}.fp-landing .hc-stat{gap:.7rem;align-items:baseline}.fp-landing .hc-stat .s-lab{white-space:normal}.fp-landing .infra-row{gap:.65rem}.fp-landing .infra-tile{width:56px!important;height:56px!important}.fp-landing .infra-tile svg{width:22px;height:22px}.fp-landing .infra-panel p{max-width:100%}.fp-landing .close .close-sub{width:auto!important;max-width:100%}.fp-landing .footer-top{flex-direction:column;align-items:flex-start;gap:1.5rem}.fp-landing .footer-top .f-links{order:-1}.fp-landing .footer .f-links{gap:1rem 1.3rem}}@media (max-width:400px){.fp-landing .hero h1{font-size:clamp(2rem,1.3rem + 5.5vw,2.5rem)}.fp-landing .hero .three-beat span{font-size:14px!important}.fp-landing .topnav{gap:.45rem!important}.fp-landing .topbar .btn-primary{padding:0 .65rem}.fp-landing .brand .wm{font-size:.95rem}.fp-landing .mandate-statement{font-size:clamp(1.25rem,1rem + 3vw,1.55rem)}.fp-landing .ent,.fp-landing .reveal-card,.fp-landing .tool{padding:1.25rem 1.2rem}.fp-landing .rc-reveal,.fp-landing .tool .t-reveal{padding:3.4rem 1.2rem 1.25rem}.fp-landing .ent .e-reveal{padding:3.2rem 1.2rem 1.25rem}.fp-landing .claim{padding:1.2rem 1.25rem}}