:root{
  color-scheme:light;
  --graphite:#4b4b4d;--graphite-soft:#606062;--graphite-deep:#2e2e30;--ink:#17191c;
  --amber:#f9c811;--amber-deep:#efaf2d;--paper:#f7f7f5;--surface:#ffffff;--surface-2:#efefec;
  --muted:#6f7379;--line:#e5e2da;--header:rgba(247,247,245,.88);--shadow:0 24px 60px rgba(23,25,28,.09);
  --radius:24px;
}
html[data-theme="dark"]{
  color-scheme:dark;
  --ink:#f3f4f5;--paper:#111316;--surface:#191c20;--surface-2:#20242a;--muted:#a9adb3;--line:#2b3036;
  --header:rgba(17,19,22,.86);--shadow:0 24px 60px rgba(0,0,0,.28);--graphite:#c6c9cd;--graphite-soft:#aeb2b7;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:var(--paper);line-height:1.6;transition:background .25s ease,color .25s ease}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}
.section-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.theme-dark-asset{display:none}html[data-theme="dark"] .theme-light-asset{display:none}html[data-theme="dark"] .theme-dark-asset{display:block}
.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;width:min(1240px,calc(100% - 28px));margin:14px auto 0;padding:10px 12px 10px 16px;background:var(--header);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 30px rgba(23,25,28,.05)}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand-mark{width:47px;display:grid;place-items:center}.brand-mark img{width:100%;height:36px;object-fit:contain}.brand-name{display:flex;flex-direction:column;line-height:1}.brand-name>img{width:88px;height:auto}.brand-name small{text-transform:uppercase;font-size:.52rem;letter-spacing:.15em;color:var(--amber-deep);font-weight:800;margin-top:4px}.brand-name>img{transition:filter .2s ease}html[data-theme="dark"] .brand-name>img{filter:brightness(0) invert(1);opacity:.92}
.header-actions{display:flex;align-items:center;gap:8px;order:3}.theme-toggle,.menu-toggle{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:11px;height:39px;min-width:39px;padding:0 11px;cursor:pointer;font-weight:800}.theme-toggle{font-size:1rem}.menu-toggle{display:none}
.site-nav{display:flex;align-items:center;gap:24px;font-size:.86rem;font-weight:650}.site-nav a{color:var(--muted)}.site-nav a:hover{color:var(--ink)}.nav-access{background:var(--ink);color:var(--paper)!important;padding:10px 16px;border-radius:12px}
.hero{min-height:750px;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:70px;padding-block:88px 70px}.eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.2em;color:var(--amber-deep);margin-bottom:18px}.hero h1,.section h2,.cta-panel h2{font-size:clamp(2.7rem,5.6vw,5.6rem);line-height:.98;letter-spacing:-.055em;margin:0}.hero h1 span{color:var(--graphite)}.hero-copy>p{max-width:690px;font-size:1.1rem;color:var(--muted);margin:28px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;font-weight:800;font-size:.9rem}.btn-primary{background:var(--amber);color:#17191c;box-shadow:0 10px 24px rgba(249,200,17,.18)}.btn-primary:hover{background:#ffd53b}.btn-secondary{border:1px solid var(--line);background:var(--surface)}.hero-points{display:flex;gap:20px;flex-wrap:wrap;margin-top:30px;color:var(--muted);font-size:.78rem}.hero-points span:before{content:'•';color:var(--amber);margin-right:8px;font-size:1.15em}
.hero-visual{position:relative;min-height:530px;display:grid;place-items:center}.hero-glow{position:absolute;inset:14% 5%;background:radial-gradient(circle at 50% 48%,rgba(249,200,17,.29),rgba(239,175,45,.06) 48%,transparent 70%);filter:blur(8px)}.hero-brand-card{position:relative;width:min(430px,86%);aspect-ratio:1/1.02;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:38px;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:45px;transform:rotate(-2.2deg)}.hero-isotype{width:78%;filter:drop-shadow(0 16px 22px rgba(23,25,28,.12))}.hero-wordmark{width:56%;margin-top:18px}html[data-theme="dark"] .hero-wordmark{filter:brightness(0) invert(1);opacity:.92}.hero-brand-card>span{text-transform:uppercase;color:var(--amber-deep);font-weight:800;letter-spacing:.14em;font-size:.62rem;margin-top:6px}.hero-chip{position:absolute;background:color-mix(in srgb,var(--surface) 92%,transparent);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:999px;display:flex;align-items:center;gap:9px;font-size:.75rem;font-weight:750}.hero-chip-top{left:0;top:58px;padding:10px 14px}.hero-chip-top i{width:8px;height:8px;border-radius:50%;background:#3ab879;box-shadow:0 0 0 5px rgba(58,184,121,.1)}.hero-chip-bottom{right:-2px;bottom:58px;padding:11px 16px}.hero-chip-bottom b{font-size:1.3rem;color:var(--amber-deep)}.hero-chip-bottom span{max-width:150px;line-height:1.25;color:var(--muted)}
.section{padding-block:105px}.section-heading{max-width:760px}.section-heading h2,.about-grid h2,.cta-panel h2{font-size:clamp(2.2rem,4.2vw,4rem)}.section-heading p{color:var(--muted);font-size:1.02rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:340px;display:flex;flex-direction:column;transition:.2s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card.featured{background:#17191c;color:#fff;border-color:#17191c}.product-card.future{background:var(--surface-2);color:var(--muted)}.product-top{display:flex;justify-content:space-between;align-items:center}.product-number{font-size:.75rem;font-weight:800;letter-spacing:.16em}.pill{font-size:.66rem;font-weight:800;border-radius:999px;padding:6px 10px;text-transform:uppercase;letter-spacing:.09em}.pill.active{background:rgba(249,200,17,.16);color:#d49d00}.featured .pill.active{background:var(--amber);color:#17191c}.pill.soon{background:color-mix(in srgb,var(--line) 75%,transparent);color:var(--muted)}.product-card h3{font-size:2.2rem;margin:42px 0 12px;letter-spacing:-.03em}.product-card p{margin:0;color:var(--muted)}.featured p{color:#c8c9ca}.card-footer{margin-top:auto;display:flex;justify-content:space-between;gap:18px;align-items:end;padding-top:28px;border-top:1px solid rgba(128,128,128,.15);font-size:.76rem}.card-footer a{font-weight:800;color:var(--amber-deep)}.featured .card-footer a{color:var(--amber)}
.section-dark{background:#17191c;color:#fff}.split-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.section-heading.light p{color:#aeb1b4}.steps{display:grid;gap:4px}.step{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.1)}.step b{color:var(--amber);font-size:.75rem;letter-spacing:.14em}.step h3{margin:0 0 4px;font-size:1.08rem}.step p{margin:0;color:#aeb1b4;font-size:.9rem}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.about-copy>p{font-size:1.12rem;color:var(--muted);margin-top:6px}.about-values{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.about-values span{padding:9px 13px;border-radius:999px;border:1px solid var(--line);background:var(--surface);font-size:.78rem;font-weight:700}
.cta-panel{background:linear-gradient(135deg,var(--surface) 0%,color-mix(in srgb,var(--surface-2) 82%,var(--amber) 5%) 100%);border:1px solid var(--line);border-radius:32px;padding:48px;display:flex;justify-content:space-between;align-items:end;gap:30px;box-shadow:var(--shadow)}.cta-panel>div{max-width:760px}.cta-panel p{color:var(--muted);margin-bottom:0}.cta-panel .btn{white-space:nowrap}
.site-footer{display:grid;grid-template-columns:1fr auto auto;gap:24px;align-items:center;padding-block:34px 60px;border-top:1px solid var(--line);color:var(--muted);font-size:.76rem}.footer-brand{color:var(--ink)}
@media(max-width:980px){.site-nav{display:none;position:absolute;top:72px;left:0;right:0;margin:auto;width:calc(100% - 18px);padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.site-nav.open{display:flex}.menu-toggle{display:block}.hero{grid-template-columns:1fr;min-height:auto;padding-top:70px;gap:20px}.hero-visual{min-height:480px}.product-grid{grid-template-columns:1fr}.split-section,.about-grid{grid-template-columns:1fr;gap:35px}.cta-panel{align-items:flex-start;flex-direction:column}.site-footer{grid-template-columns:1fr}}
@media(max-width:560px){.section-shell{width:min(100% - 24px,1180px)}.site-header{width:calc(100% - 16px);margin-top:8px}.brand-name{display:none}.hero h1{font-size:3rem}.hero-visual{min-height:390px}.hero-brand-card{width:min(340px,86%);padding:32px;border-radius:30px}.hero-chip-top{top:18px}.hero-chip-bottom{bottom:18px}.section{padding-block:64px}.cta-panel{padding:30px 24px}.hero-points{display:grid;gap:4px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
