.hero{justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-bg-fallback{z-index:0;background:linear-gradient(135deg,#0a0a0a 0%,#1a1208 50%,#0a0a0a 100%);position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(#0000008c 0%,#000000a6 60%,#000000d9 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:860px;padding:0 24px;position:relative}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);justify-content:center;align-items:center;gap:12px;margin-bottom:20px;font-size:11px;font-weight:500;display:flex}.hero-eyebrow:before,.hero-eyebrow:after{content:"";background:var(--gold-dim);width:40px;height:1px;display:block}.hero-title{font-family:var(--font-playfair),serif;color:var(--text);letter-spacing:-.01em;margin-bottom:24px;font-size:clamp(42px,7vw,88px);font-weight:700;line-height:1.08}.hero-title em{color:var(--gold);font-style:italic}.hero-subtitle{color:#f5f5f5bf;max-width:560px;margin:0 auto 40px;font-size:clamp(15px,2vw,18px);font-weight:300;line-height:1.75}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.hero-scroll{z-index:2;color:var(--text-muted);cursor:pointer;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.hero-scroll span{letter-spacing:.15em;text-transform:uppercase;font-size:10px}.hero-scroll-line{background:linear-gradient(to bottom,var(--gold),transparent);width:1px;height:40px;animation:1.8s ease-in-out infinite scrollLine}@keyframes scrollLine{0%{opacity:1;transform-origin:top;transform:scaleY(1)}50%{opacity:.4}to{opacity:1;transform-origin:top;transform:scaleY(1)}}
.stats{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:70px 40px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:0;max-width:1280px;margin:0 auto;display:grid}.stat-item{text-align:center;border-right:1px solid var(--border);padding:20px 30px}.stat-item:last-child{border-right:none}.stat-value{font-family:var(--font-playfair),serif;color:var(--gold);margin-bottom:10px;font-size:clamp(36px,4vw,56px);font-weight:700;line-height:1}.stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);font-size:12px;font-weight:500}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-right:none}.stat-item:nth-child(3){border-top:1px solid var(--border)}.stat-item:nth-child(4){border-top:1px solid var(--border);border-right:none}.stats{padding:50px 20px}}
