@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=Anton&family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap";.stealth-section{--accent: #e01b2e;--accent-ink: #ffffff;--bg: #0a0a0b;--bg-2: #0d0d0f;--surface: #141416;--surface-2: #1a1a1d;--line: rgba(255, 255, 255, .1);--line-strong: rgba(255, 255, 255, .18);--text: #f2f2f3;--muted: #9b9ba1;--faint: #6a6a70;--font-display: "Archivo", system-ui, sans-serif;--font-body: "Archivo", system-ui, sans-serif;--font-mono: "Space Mono", ui-monospace, monospace;--maxw: 1280px;--gutter: clamp(20px, 5vw, 72px);--radius: 4px;--ease: cubic-bezier(.22, .61, .36, 1);background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:18px;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.stealth-section *,.stealth-section *:before,.stealth-section *:after{box-sizing:border-box}.stealth-section img{max-width:100%;display:block}.stealth-section a{color:inherit;text-decoration:none}.stealth-section ::selection{background:var(--accent);color:var(--accent-ink)}.stealth-section .eyebrow{font-family:var(--font-mono);font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:var(--muted);font-weight:400;display:inline-flex;align-items:center;gap:.7em}.stealth-section .eyebrow:before{content:"";width:7px;height:7px;background:var(--accent);display:inline-block;transform:rotate(45deg)}.stealth-section .eyebrow.no-mark:before{display:none}.stealth-section h1,.stealth-section h2,.stealth-section h3{font-family:var(--font-display);font-weight:800;line-height:.98;letter-spacing:-.02em;margin:0;text-wrap:balance}.stealth-section .display{font-size:clamp(48px,9vw,132px);font-weight:900;line-height:.9;letter-spacing:-.035em;text-transform:uppercase}.stealth-section .h2{font-size:clamp(34px,5.4vw,76px);text-transform:uppercase;letter-spacing:-.025em}.stealth-section .h3{font-size:clamp(22px,2.4vw,34px);letter-spacing:-.01em}.stealth-section .lead{font-size:clamp(19px,1.7vw,24px);color:var(--muted);line-height:1.5;max-width:42ch;text-wrap:pretty}.stealth-section .mono{font-family:var(--font-mono)}.stealth-section em.hl{font-style:normal;color:var(--accent)}.stealth-section .wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding-inline:var(--gutter)}.stealth-section.pad,.stealth-section .pad{padding-block:clamp(80px,12vh,160px)}.stealth-section .btn{display:inline-flex;align-items:center;gap:.7em;font-family:var(--font-mono);font-size:13px;letter-spacing:.12em;text-transform:uppercase;padding:16px 26px;border:1px solid var(--line-strong);border-radius:var(--radius);background:transparent;color:var(--text);cursor:pointer;transition:background .35s var(--ease),color .35s var(--ease),border-color .35s var(--ease),transform .2s var(--ease)}.stealth-section .btn .arrow{transition:transform .35s var(--ease)}.stealth-section .btn:hover .arrow{transform:translate(4px)}.stealth-section .btn-primary{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.stealth-section .btn-primary:hover{filter:brightness(1.08);transform:translateY(-2px)}.stealth-section .btn-ghost:hover{border-color:var(--text)}.stealth-section .btn-white{background:#fff;color:#0a0a0b;border-color:#fff}.stealth-section .btn-white:hover{filter:brightness(.9);transform:translateY(-2px)}.stealth-section .btn-outline{background:transparent;color:#fff;border-color:#fff}.stealth-section .btn-outline:hover{background:#fff;color:#0a0a0b}.stealth-section .btn-sm{padding:11px 18px;font-size:12px}.stealth-section .reveal{opacity:0;transform:translateY(34px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.stealth-section .reveal.in{opacity:1;transform:none}.stealth-section .reveal.d1{transition-delay:.08s}.stealth-section .reveal.d2{transition-delay:.16s}.stealth-section .reveal.d3{transition-delay:.24s}@media(prefers-reduced-motion:reduce){.stealth-section .reveal{opacity:1!important;transform:none!important}}.stealth-section .sec-head{display:grid;grid-template-columns:auto 1fr;gap:clamp(24px,5vw,80px);align-items:end;margin-bottom:clamp(40px,6vh,72px)}.stealth-section .sec-head .idx{font-family:var(--font-mono);font-size:13px;color:var(--accent);letter-spacing:.1em;padding-top:10px}@media(max-width:760px){.stealth-section .sec-head{grid-template-columns:1fr;gap:14px}}.stealth-section .split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,90px);align-items:center}.stealth-section .split.rev{direction:rtl}.stealth-section .split.rev>*{direction:ltr}.stealth-section .st-media{position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:var(--surface)}.stealth-section .st-media__frame{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.stealth-section .st-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1.1s var(--ease)}.stealth-section .st-media.tall{aspect-ratio:4/5}.stealth-section .st-media.wide{aspect-ratio:16/11}.stealth-section .st-media:hover img{transform:scale(1.04)}.stealth-section .st-media .tag{position:absolute;left:16px;bottom:16px;font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;background:color-mix(in srgb,var(--bg) 88%,transparent);padding:8px 12px;border:1px solid var(--line);border-radius:3px}.stealth-section .feat-list{margin-top:30px;display:grid;gap:1px;background:var(--line);border-block:1px solid var(--line)}.stealth-section .feat-list .row{background:var(--bg);display:grid;grid-template-columns:auto 1fr;gap:20px;padding:20px 4px;align-items:baseline}.stealth-section .feat-list .row .k{font-family:var(--font-mono);font-size:12px;color:var(--accent);letter-spacing:.08em}.stealth-section .feat-list .row .v h4{font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:18px;margin:0 0 4px}.stealth-section .feat-list .row .v p{margin:0;font-size:14.5px;color:var(--muted)}.stealth-section .chair-loop{background:#fbfbfb}.stealth-section .chair-loop .cl-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s var(--ease)}.stealth-section .chair-loop .cl-frame.on{opacity:1}@media(prefers-reduced-motion:reduce){.stealth-section .chair-loop .cl-frame{opacity:0}.stealth-section .chair-loop .cl-frame:first-of-type{opacity:1}}@media(max-width:820px){.stealth-section .split{grid-template-columns:1fr}.stealth-section .split.rev{direction:ltr}}
/*# sourceMappingURL=/cdn/shop/t/40/assets/stealth-home.css.map */
