.wd{--wd-bg:#16120e;--wd-bg-2:#1f1914;--wd-bg-3:#2a221a;--wd-bg-4:#3a3127;--wd-fg:#f1eae0;--wd-fg-muted:#c4b8a8;--wd-fg-subtle:#b3a690;--wd-line:rgba(241,234,224,0.08);--wd-line-strong:#3a3127;--wd-accent:#e0a96d;--wd-accent-strong:#cf9554;--wd-accent-soft:#f2cf9f;--wd-ember:#c0603a;--wd-radius:0.875rem;--wd-radius-lg:1.25rem;--wd-maxw:1120px;--wd-ease:cubic-bezier(0.22,1,0.36,1);position:relative;min-height:100dvh;background:var(--wd-bg);color:var(--wd-fg);font-family:var(--font-hanken),ui-sans-serif,system-ui,sans-serif;font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}.wd ::selection{background:var(--wd-accent);color:#16120e}.wd-wrap{width:100%;max-width:var(--wd-maxw);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2.5rem)}.wd-section{position:relative;padding-block:clamp(4.5rem,3.5rem + 6vh,8rem)}.wd-section--alt{background:color-mix(in srgb,var(--wd-bg-2) 60%,var(--wd-bg))}.wd-section__head{display:flex;flex-direction:column;gap:.9rem;max-width:44rem;margin-inline:auto;margin-bottom:clamp(2.5rem,2rem + 3vh,4rem);text-align:center}.wd-section__eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.01em;color:var(--wd-accent)}.wd-section__title{margin:0;font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:500;font-size:clamp(1.9rem,1.4rem + 2.2vw,2.9rem);line-height:1.1;letter-spacing:-.02em;text-wrap:balance;color:var(--wd-fg)}.wd-section__lead{margin:0 auto;max-width:52ch;font-size:clamp(1rem,.96rem + .3vw,1.15rem);line-height:1.6;color:var(--wd-fg-muted)}.wd-hairline{height:1px;border:0;background:var(--wd-line)}.wd-hero{position:relative;isolation:isolate;display:flex;align-items:center;min-height:100svh;padding-top:clamp(7rem,8rem + 6vh,11rem);padding-bottom:clamp(4rem,4rem + 5vh,8rem);overflow:hidden}.wd-hero__atmos{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.wd-hero__glow{position:absolute;inset:-12%;background:radial-gradient(44% 40% at 84% 4%,color-mix(in srgb,var(--wd-accent) 26%,transparent) 0,transparent 72%),radial-gradient(62% 56% at 94% -6%,color-mix(in srgb,var(--wd-ember) 17%,transparent) 0,transparent 76%),radial-gradient(92% 42% at 50% 114%,color-mix(in srgb,var(--wd-accent) 13%,transparent) 0,transparent 68%);filter:blur(26px);will-change:opacity,transform;animation:wd-glow-drift 19s ease-in-out infinite}.wd-hero__grain{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='wn'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.82  0 0 0 0 0.66  0 0 0 0 0.42  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23wn)'/></svg>");background-size:200px 200px}.wd-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.15rem,.9rem + 1.4vh,1.9rem)}.wd-hero__title{margin:0;max-width:17ch;font-family:var(--font-bricolage),ui-sans-serif,system-ui,sans-serif;font-weight:500;font-size:clamp(2.5rem,1.6rem + 4.2vw,4.5rem);line-height:1.04;letter-spacing:-.025em;text-wrap:balance;color:var(--wd-fg)}.wd-accent-word{color:var(--wd-accent)}.wd-hero__lead{margin:0;max-width:54ch;font-size:clamp(1.05rem,.98rem + .4vw,1.25rem);line-height:1.6;color:var(--wd-fg-muted)}.wd-hero__cta{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;margin-top:.25rem}.wd-btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;padding:.85rem 1.5rem;font-family:var(--font-hanken),ui-sans-serif,system-ui,sans-serif;font-size:.975rem;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;transition:background-color .22s var(--wd-ease),border-color .22s var(--wd-ease),color .22s var(--wd-ease),transform .22s var(--wd-ease),box-shadow .22s var(--wd-ease)}.wd-btn:focus-visible{outline:2px solid var(--wd-accent);outline-offset:2px}.wd-btn--primary{background:var(--wd-accent);color:#16120e;box-shadow:0 10px 30px -14px color-mix(in srgb,var(--wd-accent) 62%,transparent)}.wd-btn--primary:hover{background:var(--wd-accent-strong);transform:translateY(-1px);box-shadow:0 14px 36px -14px color-mix(in srgb,var(--wd-accent) 70%,transparent)}.wd-btn--ghost{background:transparent;color:var(--wd-fg);border:1px solid var(--wd-line-strong)}.wd-btn--ghost:hover{background:rgba(241,234,224,.05);border-color:color-mix(in srgb,var(--wd-accent) 45%,transparent)}.wd-btn__arrow{transition:transform .22s var(--wd-ease)}.wd-btn:hover .wd-btn__arrow{transform:translateX(2px)}.wd-header-cta{box-shadow:0 8px 24px -12px color-mix(in srgb,var(--wd-accent) 70%,transparent)}.wd-header-cta:hover{box-shadow:0 10px 28px -10px color-mix(in srgb,var(--wd-accent) 80%,transparent)}.wd-hero__note{margin:0;font-size:.9rem;color:var(--wd-fg-subtle)}.wd-hero__trust{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .95rem;margin:.4rem 0 0;padding:0;list-style:none;font-size:.875rem;color:var(--wd-fg-muted)}.wd-hero__trust-item{display:inline-flex;align-items:center;gap:.4rem}.wd-hero__trust-item:not(:first-child):before{content:"";width:3px;height:3px;border-radius:50%;background:var(--wd-line-strong);margin-right:.55rem}.wd-hero__trust b{color:var(--wd-fg);font-weight:600}.wd-hero__stars{color:var(--wd-accent-soft);letter-spacing:.08em;font-size:.8rem}.wd-reveal{animation:wd-rise .7s var(--wd-ease) both}@keyframes wd-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes wd-glow-drift{0%,to{opacity:.9;transform:translateZ(0) scale(1)}50%{opacity:1;transform:translate3d(-1.4%,1.2%,0) scale(1.02)}}@media (prefers-reduced-motion:reduce){.wd-hero__glow,.wd-reveal{animation:none}}@media (max-width:600px){.wd-hero__trust{gap:.35rem .7rem;font-size:.82rem}.wd-hero__trust-item:not(:first-child):before{margin-right:.4rem}}.wd{--color-bg:#16120e;--color-bg-2:#1f1914;--color-bg-3:#2a221a;--color-bg-4:#3a3127;--color-fg:#f1eae0;--color-fg-muted:#c4b8a8;--color-fg-subtle:#b3a690;--color-fg-faint:#5c5347;--color-line:rgba(241,234,224,0.08);--color-line-strong:#3a3127;--color-accent:#e0a96d;--color-accent-strong:#cf9554;--color-accent-dim:#a87a44;--color-accent-pale:#f2cf9f;--color-accent-mist:#f7ecdc;--color-lime:#f2cf9f;--color-warm:#f2cf9f;--color-warn:#e6b15c;--color-accent-2:#f2cf9f;--color-meteor:#f2cf9f}.wd .bg-accent,.wd .bg-accent :where(span,b,strong,small,svg,time){color:#16120e}.wd .grid-bg,.wd .noise,.wd .stars-bg{background-image:none!important}.wd .meteor,.wd .meteor--subtle,.wd .meteor-sparkle{display:none!important}.wd .marketing-eyebrow{font-family:var(--font-hanken),ui-sans-serif,system-ui,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.01em;text-transform:none;color:var(--wd-accent)}.wd .meteorops-logo-mark{filter:hue-rotate(186deg) saturate(.85) brightness(1.06)}