.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding-top:6rem}.hero__bg{position:absolute;inset:0;overflow:hidden}.hero__orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4}.hero__orb--1{width:600px;height:600px;background:radial-gradient(circle,var(--accent-gold-dark) 0,transparent 70%);top:-200px;right:-100px}.hero__orb--2{width:400px;height:400px;background:radial-gradient(circle,rgba(201,162,39,.3) 0,transparent 70%);bottom:10%;left:-100px}.hero__orb--3{width:300px;height:300px;background:radial-gradient(circle,rgba(232,197,71,.2) 0,transparent 70%);top:40%;right:20%}.hero__grid{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.02) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.02) 1px,transparent 0);background-size:100px 100px;mask-image:radial-gradient(ellipse at center,#000 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at center,#000 30%,transparent 70%)}.hero__content{text-align:center;position:relative;z-index:1;max-width:900px}.hero__label{font-family:var(--font-mono);font-size:.8125rem;letter-spacing:.25em;text-transform:uppercase;color:var(--accent-gold);display:inline-block;margin-bottom:1.5rem;padding:.5rem 1rem;border:1px solid var(--border-gold)}.hero__title{font-size:clamp(3rem,8vw,6rem);font-weight:500;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero__scroll{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem}.hero__scroll span{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted)}.hero__scroll-line{width:1px;height:60px;background:var(--border-subtle);position:relative;overflow:hidden}.hero__scroll-dot{width:3px;height:10px;background:var(--accent-gold);border-radius:2px;position:absolute;left:-1px;top:0}@media (max-width:768px){.hero{padding-top:5rem;min-height:100svh}.hero__title{font-size:clamp(2.5rem,10vw,4rem)}.hero__cta{flex-direction:column;padding:0 1rem}.hero__cta .btn{width:100%}.hero__scroll{display:none}.hero__orb--1{width:300px;height:300px;top:-100px;right:-50px}.hero__orb--2{width:200px;height:200px}}