*{box-sizing:border-box;margin:0;padding:0}
:root{--black:#070604;--dark:#11100d;--card:#171510;--gold:#c99a2e;--gold2:#e4c477;--red:#b82929;--cream:#f6efe1;--muted:#c9c1b1}
html{scroll-behavior:smooth}
body{font-family:'Montserrat',Arial,sans-serif;background:var(--black);color:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
.topbar{position:fixed;top:0;left:0;width:100%;z-index:20;padding:22px 4.5vw;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(rgba(0,0,0,.68),rgba(0,0,0,.08));backdrop-filter:blur(4px);transition:.35s}
.topbar.scrolled{background:rgba(7,6,4,.88);box-shadow:0 10px 40px rgba(0,0,0,.35);padding:12px 4.5vw}
.brand img{width:112px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.5))}
.nav{display:flex;align-items:center;gap:28px;font-weight:700;font-size:14px}
.nav a{opacity:.95;transition:.25s}
.nav a:hover{color:var(--gold2)}
.nav-outline,.nav-red{padding:14px 27px;border-radius:7px}
.nav-outline{border:1px solid rgba(201,154,46,.65)}
.nav-red{background:var(--red)}
.menu-toggle{display:none;background:none;border:0;color:white;font-size:34px}
.hero{min-height:100vh;position:relative;display:grid;place-items:center;text-align:center;background:url('assets/fotoLS5.jpg') center/cover no-repeat;padding:130px 24px 80px}
.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(0,0,0,.22),rgba(0,0,0,.84) 75%),linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.25),rgba(0,0,0,.75))}
.hero-content{position:relative;z-index:1;max-width:900px}
.eyebrow,.section-head span,.mini{font-family:'Cormorant Garamond',serif;color:var(--gold2);font-size:23px;letter-spacing:.5px}
.ornament{font-size:34px;color:var(--gold);margin:20px 0}
h1,h2,h3{font-family:'Cormorant Garamond',serif}
.hero h1{font-size:clamp(68px,10vw,132px);font-weight:600;line-height:.85;margin-bottom:28px;text-shadow:0 12px 45px rgba(0,0,0,.8)}
.hero h1 span{color:var(--gold)}
.hero-text{font-size:20px;line-height:1.7;color:#e8e1d5;max-width:680px;margin:0 auto 34px}
.btn{display:inline-block;padding:17px 32px;border-radius:8px;font-weight:800;margin:7px;transition:.25s}
.btn-gold{border:1px solid var(--gold);color:#fff}
.btn-red{background:var(--red)}
.btn:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(0,0,0,.35)}
.scroll-hint{position:absolute;bottom:28px;z-index:2;color:var(--muted);font-family:'Cormorant Garamond';font-size:16px}
.scroll-hint span{display:block;width:2px;height:34px;background:var(--gold);margin:10px auto 0}
section{padding:105px 7vw}
.section-head{text-align:center;max-width:760px;margin:0 auto 55px}
.section-head h2{font-size:clamp(44px,6vw,72px);margin:10px 0 14px}
.section-head p{color:var(--muted);line-height:1.8}
.units-section,.gallery-section{background:linear-gradient(180deg,#100f0c,#070604)}
.unit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.unit-card{background:linear-gradient(180deg,#1c1913,#11100d);border:1px solid rgba(201,154,46,.32);border-radius:24px;overflow:hidden;box-shadow:0 20px 70px rgba(0,0,0,.35);transition:.35s}
.unit-card:hover{transform:translateY(-10px);border-color:rgba(228,196,119,.8)}
.unit-image{height:240px;background-size:cover;background-position:center}
.unit-ac{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.35)),url('assets/fotoLS.jpg')}
.unit-asa{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.35)),url('assets/fotoasaS.png')}
.unit-lago{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.35)),url('assets/fotoLS6.jpg')}
.unit-body{padding:30px}
.unit-body h3,.schedule-card h3,.contact-card h3{font-size:34px;color:var(--gold2);margin-bottom:14px}
.unit-body p,.unit-body li,.story p,.schedule-card p,.restaurant-content p,.contact-card p{color:var(--muted);line-height:1.75;font-size:16px}
.unit-body ul{list-style:none;margin-top:18px}
.story{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;background:var(--black)}
.story h2{font-size:clamp(42px,5vw,64px);line-height:1.02;margin:12px 0 24px}
.story-frame{position:relative;border:1px solid rgba(201,154,46,.4);padding:14px;border-radius:28px;background:rgba(201,154,46,.08)}
.story-frame img{width:100%;height:520px;object-fit:cover;border-radius:18px;display:block}
.split,.restaurant{background:linear-gradient(135deg,#15120d,#080604)}
.schedule-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;max-width:1050px;margin:0 auto}
.schedule-card,.contact-card{background:rgba(255,255,255,.035);border:1px solid rgba(201,154,46,.32);border-radius:22px;padding:34px;box-shadow:0 18px 60px rgba(0,0,0,.28)}
.restaurant{background:url('assets/fotoLS4.jpg') center/cover fixed}
.restaurant:before{content:"";position:absolute}
.restaurant{position:relative}
.restaurant:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.78)}
.restaurant>*{position:relative;z-index:1}
.restaurant-content{text-align:center;max-width:760px;margin:0 auto 45px}
.restaurant-content h2{font-size:64px;color:#fff}
.gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.gallery img{width:100%;height:260px;object-fit:cover;border-radius:18px;border:1px solid rgba(201,154,46,.34);transition:.35s;box-shadow:0 20px 55px rgba(0,0,0,.3)}
.gallery img:hover{transform:scale(1.04);filter:brightness(1.12)}
.contact{background:linear-gradient(rgba(0,0,0,.86),rgba(0,0,0,.92)),url('assets/fotoLS.jpg') center/cover}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.contact-card{text-align:center}
.contact-card a{display:inline-block;margin-top:16px;color:#fff;background:var(--red);padding:13px 24px;border-radius:8px;font-weight:800}
.floating-order{position:fixed;right:22px;bottom:22px;z-index:30;background:var(--red);padding:15px 22px;border-radius:999px;font-weight:800;box-shadow:0 16px 40px rgba(0,0,0,.45)}
footer{text-align:center;background:#050403;padding:46px 20px;color:var(--muted)}
footer img{width:90px;margin-bottom:18px}
.reveal{opacity:0;transform:translateY(35px);transition:all .75s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:980px){
.nav{display:none;position:absolute;top:88px;right:22px;left:22px;flex-direction:column;align-items:stretch;background:rgba(7,6,4,.96);padding:25px;border:1px solid rgba(201,154,46,.45);border-radius:16px}
.nav.active{display:flex}.menu-toggle{display:block}.brand img{width:86px}
.unit-grid,.story,.schedule-grid,.contact-grid{grid-template-columns:1fr}
.gallery{grid-template-columns:repeat(2,1fr)}
.story-frame img{height:360px}
section{padding:80px 24px}
.hero h1{font-size:76px}
}
@media(max-width:560px){
.hero{padding-top:110px}.hero-text{font-size:17px}.gallery{grid-template-columns:1fr}.gallery img{height:230px}.floating-order{left:18px;right:18px;text-align:center}.nav-outline,.nav-red{padding:13px 18px}
}
