.hero{position:relative;z-index:1;min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(201,168,76,.08) 0%,transparent 60%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(201,168,76,.04) 0%,transparent 50%),linear-gradient(180deg,var(--black) 0%,#0d0c0b 100%)}.hero-grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(39,36,34,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(39,36,34,.4) 1px,transparent 1px);background-size:80px 80px;mask-image:radial-gradient(ellipse 80% 80% at 50% 40%,black 0%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 40%,black 0%,transparent 70%)}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 40px 60px;position:relative;z-index:2;max-width:clamp(600px,70vw,1100px);margin:0 auto}.hero-eyebrow{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:28px;display:flex;align-items:center;gap:16px;animation:heroIn .8s .2s both ease}.hero-eyebrow:before,.hero-eyebrow:after{content:"";display:block;width:40px;height:1px;background:var(--gold-dim)}.hero-title{font-family:var(--font-display);font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.1;letter-spacing:.04em;color:var(--text);margin-bottom:28px;animation:heroIn .8s .4s both ease}.hero-title em{font-style:italic;color:var(--gold);display:inline}.hero-sub{font-size:clamp(.9rem,1.2vw,1.05rem);color:var(--text2);max-width:clamp(360px,40vw,560px);line-height:1.7;margin-bottom:48px;font-weight:300;animation:heroIn .8s .55s both ease}.hero-cta{display:flex;gap:12px;align-items:center;animation:heroIn .8s .7s both ease}.hero-tagline{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);white-space:nowrap;z-index:2;margin-top:32px;animation:heroIn .8s .9s both ease}.hero-scroll{display:flex;flex-direction:column;align-items:center;z-index:2;margin-top:24px;padding-bottom:40px}.scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,transparent,var(--gold-dim));animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}@keyframes heroIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero{min-height:55vh;max-height:none}.hero-content{padding:56px 24px 44px;max-width:100%}.hero-eyebrow{margin-bottom:20px}.hero-sub{margin-bottom:32px;font-size:.88rem}.hero-cta{flex-direction:column;align-items:center;gap:10px;width:100%;max-width:280px}.hero-tagline{margin-top:20px;font-size:.52rem}}@media(max-width:480px){.hero{min-height:50vh}.hero-eyebrow{font-size:.52rem;letter-spacing:.18em}.hero-eyebrow:before,.hero-eyebrow:after{width:20px}.hero-scroll{display:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hero.css.map */
