:root{--ink:#17110f;--cream:#fffaf4;--paper:#fff;--gold:#d7aa59;--rose:#b4165a;--rose-dark:#7f0f3f;--muted:#746a64;--line:#eadfd4;--shadow:0 18px 60px rgba(42,26,19,.13)}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Manrope,system-ui,sans-serif;font-size:16px;line-height:1.6}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px clamp(20px,5vw,72px);background:rgba(255,250,244,.94);border-bottom:1px solid rgba(215,170,89,.35);backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:10px;line-height:1}
.brand-eye{display:grid;place-items:center;width:38px;height:30px;color:var(--gold);font-size:26px;border:1px solid var(--gold);border-radius:70% 20%}
.brand strong{display:block;font:600 1.45rem/1 'Cormorant Garamond',serif;letter-spacing:.22em}
.brand small{display:block;margin-top:4px;font-size:.58rem;letter-spacing:.55em;color:var(--rose)}
nav{display:flex;align-items:center;gap:28px;font-size:.9rem;font-weight:600}
nav a:hover{color:var(--rose)}
.nav-book{padding:9px 17px;color:white;background:var(--ink);border-radius:999px}
.hero{min-height:720px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(28px,6vw,90px);padding:clamp(48px,7vw,96px) clamp(20px,7vw,110px);overflow:hidden}
.hero-copy{max-width:710px}
.eyebrow{margin:0 0 13px;color:var(--rose);font-size:.76rem;font-weight:700;letter-spacing:.2em}
.hero h1,.section-heading h2,.experience h2,.booking h2,.location h2{margin:0;font:600 clamp(3.1rem,7vw,6.4rem)/.89 'Cormorant Garamond',serif;letter-spacing:-.035em}
.hero h1 em{color:var(--rose);font-weight:500}
.hero-text{max-width:590px;margin:28px 0;color:#544945;font-size:1.1rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:0 24px;border:0;border-radius:999px;font:700 .9rem Manrope,sans-serif;cursor:pointer}
.button-primary{color:#fff;background:var(--rose);box-shadow:0 9px 25px rgba(180,22,90,.24)}
.button-primary:hover{background:var(--rose-dark)}
.button-ghost{border:1px solid var(--ink);background:transparent}
.hero-facts{display:flex;gap:28px;margin-top:42px;color:var(--muted);font-size:.8rem}
.hero-facts b{display:block;color:var(--ink);font:600 1.35rem 'Cormorant Garamond',serif}
.hero-visual{position:relative;max-width:610px;justify-self:center}
.hero-visual:before{content:"";position:absolute;inset:-18px 18px 18px -18px;border:1px solid var(--gold);border-radius:28px}
.hero-visual img{position:relative;width:100%;height:auto;object-fit:contain;border-radius:24px;box-shadow:var(--shadow)}
.hero-visual p{display:none}
.services{padding:96px clamp(20px,7vw,110px);background:#fff}
.section-heading{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:44px}
.section-heading h2,.experience h2,.booking h2,.location h2{font-size:clamp(2.7rem,5vw,4.7rem)}
.section-heading>p{max-width:430px;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{display:flex;flex-direction:column;min-height:290px;padding:25px;border:1px solid var(--line);border-radius:22px;background:var(--paper);transition:.25s}
.service-card:hover{transform:translateY(-4px);border-color:var(--gold);box-shadow:var(--shadow)}
.service-card--express{grid-column:1/-1;min-height:auto;display:grid;grid-template-columns:1fr 2fr auto;align-items:center;gap:28px}
.service-card--express p{margin:0}
.service-card--express .service-meta{margin:0;min-width:220px}
.service-card--image{min-height:0;padding:0;overflow:hidden;background:var(--ink)}
.service-card--image img{width:100%;height:auto;aspect-ratio:2/3;object-fit:cover}
.service-card-action{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:8px 10px 8px 16px;color:#fff;font-size:.82rem;font-weight:700}
.service-card--image button{min-height:38px;padding:8px 12px;border:0;border-radius:999px;background:var(--gold);color:var(--ink);font:700 .8rem Manrope,sans-serif;cursor:pointer}
.service-card--image button:hover{background:#2a1d19;color:#fff}
.service-top{display:flex;justify-content:space-between;gap:20px}
.service-card h3{margin:0;font:600 1.75rem 'Cormorant Garamond',serif}
.service-price{color:var(--rose);font:700 1.55rem 'Cormorant Garamond',serif}
.service-card p{color:var(--muted);font-size:.9rem}
.service-meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:15px;border-top:1px solid var(--line);font-size:.8rem;font-weight:700}
.service-meta button{border:0;background:none;color:var(--rose);font:inherit;cursor:pointer}
.other-services{display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:center;margin-top:18px;padding:25px 28px;border-radius:22px;background:var(--ink);color:white}
.other-services>div{display:grid;grid-template-columns:auto 1fr;column-gap:14px}
.other-services span{grid-row:1/3;color:var(--gold);font-family:'Cormorant Garamond',serif}
.other-services h3,.other-services p{margin:0}
.other-services h3{font:600 1.4rem 'Cormorant Garamond',serif}
.other-services p{font-size:.8rem;color:#cfc5bf}
.other-services>a{color:var(--gold);font-weight:700;font-size:.9rem}
.experience{display:grid;grid-template-columns:1fr 1fr;min-height:640px;background:var(--ink);color:white}
.experience-image{display:grid;place-items:center;overflow:hidden;background:#f7ede8}
.experience-image img{width:100%;height:100%;object-fit:contain}
.experience-copy{align-self:center;padding:70px clamp(34px,8vw,120px)}
.experience-copy p:not(.eyebrow){color:#d9d0ca}
.experience-copy ul{padding:0;list-style:none}
.experience-copy li{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.experience-copy li:before{content:"✦";margin-right:10px;color:var(--gold)}
.booking{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding:100px clamp(20px,8vw,130px);background:linear-gradient(135deg,#fff8f0,#f8e8ed)}
.booking-intro>p:not(.eyebrow){color:var(--muted)}
.booking-note{margin-top:28px;padding:20px;border-left:3px solid var(--gold);background:rgba(255,255,255,.55)}
.booking-form{display:grid;gap:17px;padding:30px;border:1px solid rgba(215,170,89,.45);border-radius:26px;background:#fff;box-shadow:var(--shadow)}
label{display:grid;gap:7px;font-size:.82rem;font-weight:700}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
input,select,textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #d8cdc4;border-radius:12px;background:#fff;color:var(--ink);font:500 1rem Manrope,sans-serif}
textarea{resize:vertical}
.full{width:100%}
.form-help{margin:0;text-align:center;color:var(--muted);font-size:.75rem}
.location{display:grid;grid-template-columns:1fr .8fr;gap:60px;padding:90px clamp(20px,8vw,130px);background:#fff}
.location address{margin:24px 0 10px;color:var(--muted);font-style:normal}
.text-link{color:var(--rose);font-weight:700}
.contact-card{align-self:center;display:grid;gap:10px;padding:30px;border-radius:22px;background:var(--ink);color:white}
.contact-card p{margin:0 0 8px;color:#d9d0ca}
.contact-card a{padding:13px 0;border-top:1px solid rgba(255,255,255,.14);color:var(--gold);font-weight:700}
footer{display:flex;justify-content:space-between;padding:24px clamp(20px,7vw,110px);background:#0d0908;color:#c9beb8;font-size:.8rem}
.whatsapp-float{position:fixed;right:19px;bottom:19px;z-index:25;display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#25d366;color:white;font-weight:800;box-shadow:0 10px 28px rgba(0,0,0,.25)}

@media(max-width:900px){nav a:not(.nav-book){display:none}
.hero{grid-template-columns:1fr;padding-top:62px}
.hero-visual{max-width:520px}
.service-grid{grid-template-columns:repeat(2,1fr)}
.service-card--express{grid-template-columns:1fr;gap:12px}
.service-card--express .service-meta{min-width:0}
.other-services{grid-template-columns:1fr 1fr}
.other-services>a{grid-column:1/-1}
.experience,.booking,.location{grid-template-columns:1fr}
.experience-image{max-height:520px}
.booking{gap:35px}
.section-heading{display:block}
.section-heading>p{margin-top:16px}
}

@media(max-width:580px){.site-header{padding:12px 16px}
.brand strong{font-size:1.18rem}
.hero{min-height:auto;padding:48px 18px 74px}
.hero h1{font-size:3.4rem}
.hero-facts{gap:16px}
.hero-visual{margin:18px 0 0}
.services,.booking,.location{padding:72px 18px}
.service-grid{grid-template-columns:1fr}
.service-card--express{grid-column:auto}
.other-services,.form-row{grid-template-columns:1fr}
.other-services>a{grid-column:auto}
.experience-copy{padding:60px 22px}
footer{display:grid;gap:4px}
.nav-book{padding:8px 13px}
}
