.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1110;--bg-soft: #171a18;--text: #f3efe6;--muted: #a7aaa2;--line: #2a2f2a;--line-soft: #1f2320;--accent: #c8ff4d;--accent-warm: #d46f37;--card: #141715;--font-display: "Space Grotesk", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--container: 1180px;--gutter: clamp(1.25rem, 4vw, 2.5rem);--section-y: clamp(5rem, 10vw, 8rem);--radius: 14px}html{scroll-behavior:smooth;font-size:16px;background:var(--bg)}body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::selection{background:var(--accent);color:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}section{position:relative;padding:var(--section-y) var(--gutter);border-top:1px solid var(--line-soft)}section:first-of-type{border-top:0}.container{max-width:var(--container);margin:0 auto}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;letter-spacing:-.015em;line-height:1.05;color:var(--text)}h1{font-size:clamp(2.75rem,7.5vw,5.75rem);line-height:.98;letter-spacing:-.025em}h2{font-size:clamp(2rem,4.8vw,3.5rem);line-height:1.02;letter-spacing:-.02em}h3{font-size:clamp(1.25rem,2vw,1.6rem);line-height:1.15}p{font-size:clamp(1rem,1.15vw,1.1rem);color:var(--muted);max-width:62ch}p strong,p b{color:var(--text);font-weight:600}.lede{font-size:clamp(1.05rem,1.4vw,1.25rem);color:var(--text);line-height:1.55;max-width:56ch}.mono{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.section-label{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:2.5rem}.section-label:before{content:"";width:28px;height:1px;background:currentColor;opacity:.6}.mono-chip{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);padding:.4rem .75rem;border:1px solid var(--line);border-radius:999px;background:var(--bg-soft)}.mono-chip .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);display:inline-block}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-weight:500;font-size:.95rem;letter-spacing:.01em;padding:.85rem 1.4rem;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#0a0c0a;border-color:var(--accent)}.btn-primary:hover{background:#d4ff66;border-color:#d4ff66}.btn-ghost{background:transparent;color:var(--text);border-color:var(--line)}.btn-ghost:hover{border-color:var(--text);background:#f3efe60a}.btn-link{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text);border-bottom:1px solid var(--line);padding-bottom:.2rem;transition:color .2s ease,border-color .2s ease}.btn-link:hover{color:var(--accent);border-color:var(--accent)}.card{background:linear-gradient(180deg,var(--card),var(--bg-soft));border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.5rem,2.5vw,2.25rem)}.grid-bg{position:absolute;inset:0;background-image:linear-gradient(var(--line-soft) 1px,transparent 1px),linear-gradient(90deg,var(--line-soft) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(ellipse at center,rgba(0,0,0,.55),transparent 70%);opacity:.5;pointer-events:none}.scroll-reveal{opacity:0;transform:translateY(24px)}@supports (animation-timeline: view()){.scroll-reveal{animation:fadeInUp .7s ease forwards;animation-timeline:view();animation-range:entry 5% entry 45%}.scroll-reveal-delay-1{animation-delay:.08s}.scroll-reveal-delay-2{animation-delay:.16s}.scroll-reveal-delay-3{animation-delay:.24s}}@supports not (animation-timeline: view()){.scroll-reveal{animation:fadeInUp .6s ease forwards}.scroll-reveal-delay-1{animation-delay:.2s}.scroll-reveal-delay-2{animation-delay:.4s}.scroll-reveal-delay-3{animation-delay:.6s}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}@media(max-width:768px){section{padding:clamp(4rem,14vw,6rem) var(--gutter)}}nav[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:.85rem var(--gutter);background:#0f1110b8;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border-bottom:1px solid var(--line-soft)}.nav-mark[data-astro-cid-dmqpwcec]{display:inline-flex;align-items:baseline;gap:.6rem}.nav-mark-name[data-astro-cid-dmqpwcec]{font-family:var(--font-display);font-weight:600;font-size:.95rem;letter-spacing:-.01em;color:var(--text)}.nav-mark-mono[data-astro-cid-dmqpwcec]{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.16em;color:var(--accent)}.nav-links[data-astro-cid-dmqpwcec]{display:flex;gap:1.75rem}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);transition:color .2s ease}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--text)}@media(max-width:720px){.nav-mark-mono[data-astro-cid-dmqpwcec]{display:none}.nav-links[data-astro-cid-dmqpwcec]{gap:1rem}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{font-size:.65rem;letter-spacing:.12em}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:nth-child(3),.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:nth-child(4){display:none}}.elev[data-astro-cid-zdjxoapp]{position:absolute;inset:0;color:var(--line);pointer-events:none;overflow:hidden}.elev-hero[data-astro-cid-zdjxoapp]{color:var(--line);opacity:.85}.elev-divider[data-astro-cid-zdjxoapp]{color:var(--line-soft);opacity:.6;height:120px;inset:auto 0 0}.elev[data-astro-cid-zdjxoapp] svg[data-astro-cid-zdjxoapp]{width:100%;height:100%;display:block}.line[data-astro-cid-zdjxoapp]{stroke-dashoffset:0}@supports (animation-timeline: view()){.elev-hero[data-astro-cid-zdjxoapp] .line-main[data-astro-cid-zdjxoapp]{stroke-dasharray:2400;stroke-dashoffset:2400;animation:draw 2.2s ease forwards .3s}}@keyframes draw{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.line[data-astro-cid-zdjxoapp]{stroke-dashoffset:0!important}}section[data-astro-cid-bbe6dxrz]{min-height:100dvh;display:flex;flex-direction:column;padding-top:clamp(7rem,12vw,9rem);padding-bottom:clamp(2rem,4vw,3rem);overflow:hidden;border-top:0}.hero-wrap[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;max-width:56rem;flex:1;display:flex;flex-direction:column;justify-content:center}.hero-strip-wrap[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;margin-top:auto}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.75rem,8vw,6.25rem);line-height:.96;letter-spacing:-.025em;margin-bottom:1.75rem}.hero-title[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{display:block;opacity:0;animation:heroReveal .8s ease forwards;animation-delay:.1s}.hero-title-alt[data-astro-cid-bbe6dxrz]{color:var(--muted);animation-delay:.3s!important}@keyframes heroReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-lede[data-astro-cid-bbe6dxrz]{margin-bottom:1.5rem;opacity:0;animation:heroReveal .8s ease forwards .55s}.hero-now[data-astro-cid-bbe6dxrz]{color:var(--muted);font-size:.72rem;line-height:1.7;letter-spacing:.08em;text-transform:none;margin-bottom:2.5rem;max-width:52ch;opacity:0;animation:heroReveal .8s ease forwards .7s}.hero-now[data-astro-cid-bbe6dxrz] .dot[data-astro-cid-bbe6dxrz]{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px #c8ff4d24;margin-right:.75rem;vertical-align:middle}.hero-now[data-astro-cid-bbe6dxrz] a[data-astro-cid-bbe6dxrz]{color:var(--text);border-bottom:1px solid var(--line);transition:color .2s ease,border-color .2s ease}.hero-now[data-astro-cid-bbe6dxrz] a[data-astro-cid-bbe6dxrz]:hover{color:var(--accent);border-color:var(--accent)}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:.75rem;opacity:0;animation:heroReveal .8s ease forwards .85s}.hero-strip[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.68rem;letter-spacing:.18em;color:var(--muted);padding-top:1rem;border-top:1px solid var(--line-soft);opacity:0;animation:heroReveal .8s ease forwards 1.05s}.hero-strip[data-astro-cid-bbe6dxrz] em[data-astro-cid-bbe6dxrz]{font-style:normal;color:var(--accent-warm);margin-right:.25rem}.hero-strip[data-astro-cid-bbe6dxrz] .sep[data-astro-cid-bbe6dxrz]{color:var(--line)}@media(max-width:680px){.hero-strip[data-astro-cid-bbe6dxrz]{font-size:.62rem}.hero-strip[data-astro-cid-bbe6dxrz] .sep[data-astro-cid-bbe6dxrz]:nth-of-type(3){display:none}}section[data-astro-cid-lxcnnpf5]{background:var(--bg)}.ap-grid[data-astro-cid-lxcnnpf5]{display:grid;gap:clamp(2rem,4vw,3.5rem);grid-template-columns:1fr;align-items:center}@media(min-width:960px){.ap-grid[data-astro-cid-lxcnnpf5]{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}}.ap-copy[data-astro-cid-lxcnnpf5] h2[data-astro-cid-lxcnnpf5]{margin-bottom:1rem}.ap-copy[data-astro-cid-lxcnnpf5] .lede[data-astro-cid-lxcnnpf5]{margin-bottom:1.5rem}.ap-copy[data-astro-cid-lxcnnpf5] p[data-astro-cid-lxcnnpf5]{margin-bottom:2rem}.ap-chips[data-astro-cid-lxcnnpf5]{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.ap-cta[data-astro-cid-lxcnnpf5]{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.ap-status[data-astro-cid-lxcnnpf5]{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.72rem}.ap-status[data-astro-cid-lxcnnpf5] .dot[data-astro-cid-lxcnnpf5]{width:7px;height:7px;border-radius:50%;background:var(--accent);display:inline-block;box-shadow:0 0 0 4px #c8ff4d1f;animation:statusPulse 2.4s ease-in-out infinite}@keyframes statusPulse{0%,to{box-shadow:0 0 0 4px #c8ff4d1f}50%{box-shadow:0 0 0 7px #c8ff4d0a}}.ap-frame[data-astro-cid-lxcnnpf5]{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#faf8f3;box-shadow:0 30px 60px -20px #0009,0 18px 36px -18px #00000073,0 1px #f3efe60d inset;transform:translateZ(0)}.ap-frame-bar[data-astro-cid-lxcnnpf5]{display:flex;align-items:center;gap:.4rem;padding:.65rem .9rem;background:#0f1110;border-bottom:1px solid var(--line)}.ap-frame-bar[data-astro-cid-lxcnnpf5]>span[data-astro-cid-lxcnnpf5]{width:10px;height:10px;border-radius:50%;background:#2a2f2a}.ap-frame-bar[data-astro-cid-lxcnnpf5]>span[data-astro-cid-lxcnnpf5]:nth-child(1){background:#3a3e3a}.ap-frame-bar[data-astro-cid-lxcnnpf5]>span[data-astro-cid-lxcnnpf5]:nth-child(2){background:#2f332f}.ap-frame-bar[data-astro-cid-lxcnnpf5]>span[data-astro-cid-lxcnnpf5]:nth-child(3){background:#262a26}.ap-frame-url[data-astro-cid-lxcnnpf5]{margin-left:auto;color:var(--muted);font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50%}@media(max-width:520px){.ap-frame-url[data-astro-cid-lxcnnpf5]{display:none}}.ap-frame[data-astro-cid-lxcnnpf5] img[data-astro-cid-lxcnnpf5]{width:100%;height:auto;display:block}.wwd-head[data-astro-cid-g5jplrhu]{max-width:48rem;margin-bottom:clamp(2.5rem,5vw,4rem)}.wwd-head[data-astro-cid-g5jplrhu] h2[data-astro-cid-g5jplrhu]{margin-bottom:1rem}.wwd-grid[data-astro-cid-g5jplrhu]{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:860px){.wwd-grid[data-astro-cid-g5jplrhu]{grid-template-columns:repeat(3,minmax(0,1fr))}}.card[data-astro-cid-g5jplrhu]{display:flex;flex-direction:column;gap:.9rem}.wwd-kicker[data-astro-cid-g5jplrhu]{color:var(--accent);font-size:.72rem}.card[data-astro-cid-g5jplrhu] h3[data-astro-cid-g5jplrhu]{font-size:1.6rem}.card[data-astro-cid-g5jplrhu] p[data-astro-cid-g5jplrhu]{color:var(--muted);font-size:.98rem;line-height:1.65;max-width:none}section[data-astro-cid-pybvqszq]{background:var(--bg-soft)}.con-head[data-astro-cid-pybvqszq]{max-width:46rem;margin-bottom:clamp(2.5rem,5vw,4rem)}.con-head[data-astro-cid-pybvqszq] h2[data-astro-cid-pybvqszq]{margin-bottom:1.25rem}.con-list[data-astro-cid-pybvqszq]{list-style:none;display:grid;grid-template-columns:1fr;border-top:1px solid var(--line)}.con-item[data-astro-cid-pybvqszq]{border-bottom:1px solid var(--line);padding:1.6rem 0;transition:background .25s ease}.con-item[data-astro-cid-pybvqszq]:hover{background:#f3efe605}.con-item-inner[data-astro-cid-pybvqszq]{display:grid;grid-template-columns:3rem 1fr;gap:1.25rem;align-items:start}@media(min-width:860px){.con-item-inner[data-astro-cid-pybvqszq]{grid-template-columns:4rem minmax(0,24rem) minmax(0,1fr);align-items:center}}.con-num[data-astro-cid-pybvqszq]{color:var(--muted);font-size:.72rem;padding-top:.3rem}.con-item[data-astro-cid-pybvqszq] h3[data-astro-cid-pybvqszq]{font-size:1.2rem;margin-bottom:.35rem}.con-item[data-astro-cid-pybvqszq] p[data-astro-cid-pybvqszq]{color:var(--muted);font-size:.95rem;line-height:1.55;max-width:48ch}@media(min-width:860px){.con-item[data-astro-cid-pybvqszq] h3[data-astro-cid-pybvqszq]{margin-bottom:0}.con-item-inner[data-astro-cid-pybvqszq]>div[data-astro-cid-pybvqszq]{display:contents}}.con-cta[data-astro-cid-pybvqszq]{margin-top:2.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem}.con-hint[data-astro-cid-pybvqszq]{color:var(--muted);font-size:.72rem}.pr-head[data-astro-cid-xfs72xng]{max-width:46rem;margin-bottom:clamp(2.5rem,5vw,4rem)}.pr-list[data-astro-cid-xfs72xng]{list-style:none;counter-reset:principles;display:grid;gap:1rem}@media(min-width:860px){.pr-list[data-astro-cid-xfs72xng]{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 2rem}}.pr-item[data-astro-cid-xfs72xng]{display:grid;grid-template-columns:3rem 1fr;gap:1.25rem;padding:1.25rem 0;border-top:1px solid var(--line)}.pr-num[data-astro-cid-xfs72xng]{color:var(--accent);font-size:.72rem;padding-top:.35rem}.pr-item[data-astro-cid-xfs72xng] h3[data-astro-cid-xfs72xng]{font-size:1.15rem;line-height:1.2;margin-bottom:.4rem}.pr-item[data-astro-cid-xfs72xng] p[data-astro-cid-xfs72xng]{color:var(--muted);font-size:.95rem;line-height:1.55;max-width:48ch}section[data-astro-cid-trj2xwkt]{background:var(--bg)}.fd-grid[data-astro-cid-trj2xwkt]{display:grid;gap:clamp(1.5rem,3vw,3rem);grid-template-columns:1fr}@media(min-width:860px){.fd-grid[data-astro-cid-trj2xwkt]{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:start}}.fd-body[data-astro-cid-trj2xwkt]{display:flex;flex-direction:column;gap:1.25rem}.fd-cta[data-astro-cid-trj2xwkt]{margin-top:.5rem}section[data-astro-cid-4xty6sx2]{background:var(--bg);overflow:hidden}.cta-wrap[data-astro-cid-4xty6sx2]{position:relative;z-index:1;max-width:44rem}.cta-title[data-astro-cid-4xty6sx2]{font-size:clamp(2.25rem,6vw,4.25rem);line-height:1;letter-spacing:-.02em;margin-bottom:1.5rem}.cta-actions[data-astro-cid-4xty6sx2]{margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}footer[data-astro-cid-sz7xmlte]{background:var(--bg);border-top:1px solid var(--line);padding:2.5rem var(--gutter)}.ft-row[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;font-size:.72rem}.ft-mark[data-astro-cid-sz7xmlte]{color:var(--text);letter-spacing:.18em}.ft-meta[data-astro-cid-sz7xmlte]{color:var(--muted);display:inline-flex;gap:.6rem;flex-wrap:wrap;justify-content:center}.ft-sep[data-astro-cid-sz7xmlte]{color:var(--line)}.ft-mail[data-astro-cid-sz7xmlte]{color:var(--muted);border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.ft-mail[data-astro-cid-sz7xmlte]:hover{color:var(--accent);border-bottom-color:var(--accent)}
