.siteheader{position:fixed;top:0;left:0;right:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px var(--pad-x);background:transparent;border-bottom:1px solid transparent;transition:background-color .28s ease,border-color .28s ease;animation:header-in .5s var(--ease-out) 40ms backwards}.siteheader.is-scrolled{background:#060504f0;border-bottom-color:#d4a24c24}.siteheader__brand{display:inline-flex;align-items:center;gap:11px}.siteheader__mark{width:28px;height:28px;display:block;border-radius:7px;box-shadow:0 2px 10px #0009}.siteheader__wordmark{font-weight:600;font-size:13px;letter-spacing:.34em;text-transform:uppercase;color:var(--gold);margin-right:-.34em}.siteheader__nav{display:flex;align-items:center;gap:30px}.siteheader__link,.siteheader__nav a{font-weight:400;font-size:13.5px;color:var(--muted);border-bottom:1px solid transparent;padding-bottom:1px;transition:color .18s ease,border-color .18s ease}.siteheader__link:hover,.siteheader__nav a:hover{color:var(--cream);border-bottom-color:#f6f1e773}@media(max-width:560px){.siteheader__nav{display:none}}@keyframes header-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.siteheader{animation:none}}.tk3d-root{position:relative;width:100%;aspect-ratio:16 / 10;min-height:240px;border-radius:14px;overflow:hidden;background:radial-gradient(120% 100% at 50% 8%,#23262c,#14161a 55%,#0e1013);touch-action:manipulation;-webkit-user-select:none;user-select:none}.tk3d-canvas{display:block;width:100%;height:100%}.tk3d-fallback{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.tk3d-fallback-word{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.tk3d-fallback-cap{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:7px;background:linear-gradient(180deg,#f6d98f,#c99a33);box-shadow:0 3px #7d5f1d,0 7px 14px #0000008c;color:#241f14;font:600 20px/1 ui-sans-serif,-apple-system,Helvetica Neue,Arial,sans-serif}.tk3d-fallback-note{margin:0;color:#ddd6c999;font:400 12px/1.4 ui-sans-serif,-apple-system,Helvetica Neue,Arial,sans-serif}.hero{position:relative;display:flex;align-items:center;min-height:100vh;min-height:100svh;padding-block:96px 120px;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0;display:block}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;animation:breathe 20s ease-in-out infinite alternate;will-change:transform}@keyframes breathe{0%{transform:scale(1)}to{transform:scale(1.06)}}.hero__scrim{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#000000eb,#000000e6 18%,#000000b3 33%,#00000052 45%,#0000 56%),linear-gradient(to top,#000000b8,#0000 24%)}@media(min-width:769px)and (max-width:1399px){.hero__scrim{background:linear-gradient(90deg,#000000eb,#000000e6 24%,#000000bd 42%,#0000005c 55%,#0000 66%),linear-gradient(to top,#000000b8,#0000 24%)}}.hero__content{position:relative;z-index:2;max-width:660px;margin-left:var(--pad-x);padding-right:24px}.hero__headline{margin:0;font-weight:600;font-size:clamp(42px,5.5vw,66px);line-height:1.05;letter-spacing:-.03em;color:var(--cream)}.hero__line{display:block}.hero__line--gold{color:var(--gold)}.hero__sub{max-width:420px;margin:24px 0 0;font-weight:400;font-size:17px;line-height:1.6;color:var(--muted);text-wrap:pretty}.hero__sub--second{max-width:450px;margin-top:14px;font-size:15.5px;color:#a29b90}.hero__features{display:flex;flex-wrap:wrap;gap:10px 24px;margin:26px 0 0;padding:0;list-style:none}.hero__features li{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--muted)}.hero__features li:before{content:"";flex:none;width:5px;height:5px;border-radius:50%;background:var(--gold)}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px 28px;margin-top:40px}.hero__download{display:inline-flex;align-items:center;padding:14px 30px;border-radius:6px;background:var(--gold);color:#000;font-weight:500;font-size:15px;box-shadow:0 12px 32px -10px #000000e6,0 2px 8px #0000008c;transition:transform .2s cubic-bezier(.34,1.4,.64,1),background-color .2s ease,box-shadow .2s ease}.hero__download:hover{background:var(--gold-bright);transform:translateY(-2px);box-shadow:0 18px 40px -12px #000000f2,0 3px 10px #0009}.hero__meta{margin:22px 0 0;font-size:12.5px;line-height:1.5;color:var(--faint)}.hero__cue{position:absolute;z-index:2;left:50%;bottom:30px;width:1px;height:56px;overflow:hidden;transform:translate(-50%);background:#d4a24c29}.hero__cue span{display:block;width:100%;height:45%;background:linear-gradient(to bottom,rgba(212,162,76,0),var(--gold));animation:cue 2.4s cubic-bezier(.45,0,.2,1) infinite}@keyframes cue{0%{transform:translateY(-100%)}65%,to{transform:translateY(222%)}}.hero__headline,.hero__sub,.hero__features,.hero__actions,.hero__meta,.hero__cue{animation:enter .5s var(--ease-out) backwards}.hero__headline{animation-delay:80ms}.hero__sub{animation-delay:.17s}.hero__sub--second{animation-delay:.25s}.hero__features{animation-delay:.33s}.hero__actions{animation-delay:.41s}.hero__meta{animation-delay:.49s}.hero__cue{animation-delay:.57s}@keyframes enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.hero__cue{animation-name:enter-cue}@keyframes enter-cue{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@media(max-width:768px){.hero__scrim{background:linear-gradient(180deg,#0000001f,#00000057,#000000d6 34%,#000000e6 70%,#000000c7)}.hero{padding-block:104px 112px}.hero__content{max-width:none;padding-right:var(--pad-x)}.hero__sub{max-width:460px}}.hero__content{flex:1 1 520px}.hero__demo{position:relative;z-index:2;flex:1 1 420px;min-width:0;max-width:600px;margin-left:auto;margin-right:var(--pad-x);padding-left:24px;animation:enter .5s var(--ease-out) .42s backwards}@media(max-width:1099px){.hero{flex-wrap:wrap;row-gap:44px}.hero__demo{flex-basis:100%;max-width:none;margin-left:var(--pad-x);padding-left:0}}@media(prefers-reduced-motion:reduce){.hero__demo,.hero__bg img,.hero__headline,.hero__sub,.hero__features,.hero__actions,.hero__meta,.hero__cue,.hero__cue span{animation:none}.hero__download{transition:background-color .2s ease}.hero__download:hover{transform:none}}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(360px,100%),1fr));gap:20px;margin:64px 0 0;padding:0;list-style:none}.feature{padding:30px 30px 32px;border:1px solid rgba(246,241,231,.09);border-radius:10px;background:#f6f1e706;transition:border-color .22s ease,background-color .22s ease}.feature:hover{border-color:#d4a24c57;background:#d4a24c0b}.feature__title{margin:0;font-weight:600;font-size:18px;line-height:1.3;letter-spacing:-.01em;color:var(--cream)}.feature__body{margin:13px 0 0;font-size:15px;line-height:1.66;color:var(--muted);text-wrap:pretty}@media(max-width:768px){.features{gap:14px;margin-top:44px}.feature{padding:26px 24px 28px}}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));gap:44px 40px;margin:60px 0 0;padding:0;list-style:none;counter-reset:step}.step{position:relative;padding-top:26px;border-top:1px solid rgba(212,162,76,.22)}.step__num{display:block;margin-bottom:16px;font-size:12px;font-weight:600;letter-spacing:.2em;color:var(--gold);font-variant-numeric:tabular-nums}.step__title{margin:0;font-weight:600;font-size:18px;line-height:1.3;letter-spacing:-.01em;color:var(--cream)}.step__body{margin:12px 0 0;font-size:15px;line-height:1.66;color:var(--muted);text-wrap:pretty}@media(max-width:768px){.steps{gap:34px;margin-top:44px}}.faq{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:40px 56px;margin:60px 0 0}.faq__item{border-top:1px solid rgba(246,241,231,.1);padding-top:24px}.faq__q{margin:0;font-weight:600;font-size:17px;line-height:1.38;letter-spacing:-.01em;color:var(--cream);text-wrap:pretty}.faq__a{margin:12px 0 0;font-size:15px;line-height:1.68;color:var(--muted);text-wrap:pretty}@media(max-width:768px){.faq{gap:30px;margin-top:44px}}.footer{border-top:1px solid rgba(212,162,76,.12)}.footer__cta{max-width:1240px;margin:0 auto;padding:104px var(--pad-x);text-align:center}.footer__title{margin:0;font-weight:600;font-size:clamp(28px,4vw,44px);line-height:1.14;letter-spacing:-.025em;color:var(--cream);text-wrap:balance}.footer__sub{max-width:480px;margin:20px auto 0;font-size:16px;line-height:1.66;color:var(--muted);text-wrap:pretty}.footer__download{display:inline-flex;align-items:center;margin-top:36px;padding:15px 32px;border-radius:6px;background:var(--gold);color:#000;font-weight:500;font-size:15px;transition:transform .2s cubic-bezier(.34,1.4,.64,1),background-color .2s ease}.footer__download:hover{background:var(--gold-bright);transform:translateY(-2px)}.footer__meta{margin:20px 0 0;font-size:12.5px;color:var(--faint)}.footer__base{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px 32px;max-width:1240px;margin:0 auto;padding:26px var(--pad-x) 34px;border-top:1px solid rgba(246,241,231,.08)}.footer__brand{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:12px;letter-spacing:.34em;text-transform:uppercase;color:var(--gold)}.footer__brand img{display:block;border-radius:6px}.footer__nav{display:flex;flex-wrap:wrap;gap:26px}.footer__nav a{font-size:13.5px;color:var(--muted);border-bottom:1px solid transparent;padding-bottom:1px;transition:color .18s ease,border-color .18s ease}.footer__nav a:hover{color:var(--cream);border-bottom-color:#f6f1e773}.footer__copyright{margin:0;font-size:12px;color:var(--faint)}@media(max-width:768px){.footer__cta{padding-block:76px}}@media(prefers-reduced-motion:reduce){.footer__download:hover{transform:none}}:root{--black: #060504;--cream: #f6f1e7;--gold: #d4a24c;--gold-bright: #e2b263;--muted: #b5aea2;--faint: #8a8378;--pad-x: 8vw;--ease-out: cubic-bezier(.25, 1, .5, 1)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--black);color:var(--cream);font-family:Poppins,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:3px}:target{scroll-margin-top:96px}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.section{padding:104px var(--pad-x);max-width:1240px;margin:0 auto}.section--rule{border-top:1px solid rgba(212,162,76,.12)}.section__head{max-width:720px}.section__eyebrow{display:flex;align-items:center;gap:14px;margin:0 0 22px;font-size:12px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}.section__rule{display:block;width:34px;height:1px;background:var(--gold);opacity:.65}.section__title{margin:0;font-weight:600;font-size:clamp(30px,4vw,44px);line-height:1.14;letter-spacing:-.025em;color:var(--cream);text-wrap:balance}.section__lede{margin:22px 0 0;font-size:16.5px;line-height:1.68;color:var(--muted);text-wrap:pretty}@media(max-width:768px){.section{padding-block:76px}}
