.hero{position:relative;height:100vh;overflow:hidden;}
.hero-slides{display:flex;transition:transform 0.9s cubic-bezier(0.77,0,0.18,1);}
.hero-slide{min-width:100%;height:100vh;position:relative;background-size:cover;background-position:center;}
.hero-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(10,10,20,0.55) 0%,rgba(10,10,20,0.35) 50%,rgba(10,10,20,0.7) 100%);}
.hero-slide-1{background-image:url('https://images.unsplash.com/photo-1631049307264-da0ec9d70304?w=1600');}
.hero-slide-2{background-image:url('https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?w=1600');}
.hero-slide-3{background-image:url('https://images.unsplash.com/photo-1582719508461-905c673771fd?w=1600');}
.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:2;width:100%;}
.hero-tag{font-size:0.72rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:5.5rem;font-weight:300;color:var(--white);line-height:1.05;margin-bottom:20px;}
.hero-title em{font-style:italic;color:var(--gold-light);}
.hero-sub{font-size:0.95rem;color:rgba(255,255,255,0.75);letter-spacing:0.08em;margin-bottom:40px;font-weight:300;}
.hero-btn{background:var(--gold);color:var(--dark);padding:15px 44px;font-size:0.8rem;letter-spacing:0.18em;text-transform:uppercase;font-weight:600;border:none;cursor:pointer;transition:all 0.3s;font-family:'Jost',sans-serif;}
.hero-btn:hover{background:var(--gold-light);transform:translateY(-2px);}
.hero-dots{position:absolute;bottom:38px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:3;}
.hero-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,0.35);cursor:pointer;transition:all 0.3s;}
.hero-dot.active{background:var(--gold);width:22px;border-radius:4px;}
.hero-arrows{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 30px;z-index:3;}
.hero-arrow{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.25);color:white;width:46px;height:46px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;transition:all 0.3s;backdrop-filter:blur(4px);}
.hero-arrow:hover{background:var(--gold);border-color:var(--gold);}
@media(max-width:900px){.hero-title{font-size:3rem;}}
