
:root {
  --ink: #1d211d;
  --muted: #62665e;
  --cream: #f5f0e7;
  --paper: #fffdf8;
  --olive: #4d5232;
  --gold: #b88a2f;
  --blue: #0b3b5d;
  --line: rgba(29, 33, 29, .14);
  --shadow: 0 20px 50px rgba(34, 29, 20, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: fixed; z-index: 40; top: 0; left: 0; right: 0;
  min-height: 78px; padding: 12px max(20px, calc((100vw - 1180px)/2));
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,253,248,.92); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid var(--gold); border-radius: 50%;
  color: var(--gold); font: 700 28px/1 "Cormorant Garamond", serif;
}
.brand strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 23px; line-height: 1; }
.brand small { display: block; margin-top: 4px; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; font-size: 10px; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
.main-nav a:not(.button):hover { color: var(--gold); }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; }

.hero { min-height: 92svh; position: relative; display: grid; align-items: end; overflow: hidden; }
.hero-media {
  position: absolute; inset: 0;
  background: url("assets/images/suite-esclusiva-cover.jpg") center/cover no-repeat;
  transform: scale(1.02);
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,8,.78) 0%, rgba(8,9,8,.48) 48%, rgba(8,9,8,.12) 100%); }
.hero-content { position: relative; z-index: 2; color: white; padding-bottom: 11vh; padding-top: 150px; }
.hero-content h1 {
  max-width: 850px; margin: 10px 0 20px;
  font: 600 clamp(48px, 7vw, 92px)/.95 "Cormorant Garamond", serif;
  letter-spacing: -.035em;
}
.hero-content > p:not(.eyebrow) { max-width: 630px; font-size: clamp(17px, 2vw, 21px); color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.eyebrow { margin: 0; color: var(--gold); font-weight: 700; letter-spacing: .18em; text-transform: uppercase; font-size: 12px; }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; color: white; font-size: 26px; animation: bob 1.8s infinite; }
@keyframes bob { 50% { transform: translateY(7px); } }

.button {
  display: inline-flex; justify-content: center; align-items: center;
  min-height: 48px; padding: 0 22px; border-radius: 999px;
  background: var(--gold); color: #fff; border: 1px solid var(--gold);
  font-weight: 700; font-size: 14px; transition: .2s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(.96); }
.button-small { min-height: 40px; padding: 0 17px; font-size: 13px; }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.55); }
.button-ghost-dark { background: transparent; color: white; border-color: rgba(255,255,255,.35); }

.section { padding: 110px 0; }
.section-heading { max-width: 700px; margin-bottom: 44px; }
.section-heading.compact { margin-bottom: 34px; }
.section-heading h2, .split-copy h2, .booking-box h2 {
  margin: 8px 0 12px; font: 600 clamp(38px, 5vw, 62px)/1 "Cormorant Garamond", serif;
  letter-spacing: -.025em;
}
.section-heading > p:last-child { color: var(--muted); }

.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.room-card {
  overflow: hidden; border: 1px solid var(--line); border-radius: 24px;
  background: white; box-shadow: 0 8px 30px rgba(32,29,22,.08);
  display: flex; flex-direction: column;
}
.room-card > img { width: 100%; height: 285px; object-fit: cover; }
.room-card-body { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.room-kicker { margin: 0 0 4px; color: var(--gold); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.room-card h3 { margin: 0; font: 600 38px/1.1 "Cormorant Garamond", serif; }
.room-card-body > p:not(.room-kicker) { color: var(--muted); }
.room-features { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 12px 0 24px; list-style: none; }
.room-features li { padding: 7px 10px; border-radius: 999px; background: var(--cream); font-size: 12px; font-weight: 600; }
.room-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.text-link { color: var(--gold); background: none; border: 0; padding: 0; font-weight: 700; cursor: pointer; }
.room-card-dark { background: #151515; color: white; }
.room-card-dark .room-card-body > p:not(.room-kicker) { color: rgba(255,255,255,.68); }
.room-card-dark .room-features li { background: rgba(255,255,255,.08); }

.section-soft { background: var(--cream); }
.amenities { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.55); }
.amenities div { min-height: 185px; padding: 28px 18px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); }
.amenities div:last-child { border-right: 0; }
.amenities span { color: var(--gold); font-size: 30px; margin-bottom: 10px; }
.amenities strong { font-size: 14px; }
.amenities small { margin-top: 5px; color: var(--muted); }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.split-copy { padding: 100px max(40px, calc((100vw - 1180px)/2)); padding-right: 8vw; align-self: center; }
.split-copy p:not(.eyebrow) { color: var(--muted); max-width: 590px; }
.split-image { min-height: 520px; background: url("assets/images/medea.jpg") 50% 4%/cover no-repeat; }

.booking-section { background: var(--olive); color: white; }
.booking-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 55px; border-bottom: 1px solid rgba(255,255,255,.2); }
.booking-box p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.booking-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.addresses { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; padding-top: 42px; }
.addresses div { display: flex; flex-direction: column; }
.addresses span { color: rgba(255,255,255,.64); font-size: 14px; }

.site-footer { background: #171915; color: rgba(255,255,255,.7); padding: 34px 0; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; }
.footer-inner strong { color: white; font-family: "Cormorant Garamond", serif; font-size: 24px; }
.footer-inner p { margin: 2px 0; font-size: 13px; }
.footer-inner > div:nth-child(2) { display: flex; flex-direction: column; }
.footer-inner a:hover { color: var(--gold); }

.gallery-dialog {
  width: min(820px, calc(100% - 28px)); max-height: 92vh; border: 0; border-radius: 20px;
  padding: 20px; box-shadow: var(--shadow); background: var(--paper);
}
.gallery-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(6px); }
.gallery-dialog h2 { margin: 0 52px 14px 0; font: 600 34px "Cormorant Garamond", serif; }
.gallery-dialog img { width: 100%; max-height: 78vh; object-fit: contain; border-radius: 12px; }
.dialog-close { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 26px; cursor: pointer; }

.whatsapp-float {
  position: fixed; z-index: 50; right: 18px; bottom: 18px;
  width: 56px; height: 56px; display: grid; place-items: center;
  border-radius: 50%; background: #25d366; color: white; font-weight: 800;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
}

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .main-nav {
    position: absolute; top: 72px; left: 20px; right: 20px;
    padding: 18px; flex-direction: column; align-items: stretch;
    background: var(--paper); border: 1px solid var(--line); border-radius: 18px;
    box-shadow: var(--shadow); display: none;
  }
  .main-nav.open { display: flex; }
  .rooms-grid { grid-template-columns: 1fr; }
  .room-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .room-card > img { height: 100%; min-height: 430px; }
  .amenities { grid-template-columns: repeat(3, 1fr); }
  .amenities div:nth-child(3) { border-right: 0; }
  .amenities div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .split-section { grid-template-columns: 1fr; }
  .split-image { order: -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 70px; }
  .brand strong { font-size: 19px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 88svh; }
  .hero-overlay { background: linear-gradient(0deg, rgba(8,9,8,.88), rgba(8,9,8,.25)); }
  .hero-content { padding-bottom: 80px; }
  .section { padding: 78px 0; }
  .room-card { display: flex; }
  .room-card > img { height: 250px; min-height: auto; }
  .room-actions { align-items: stretch; flex-direction: column; }
  .amenities { grid-template-columns: repeat(2,1fr); }
  .amenities div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .amenities div:nth-child(2n) { border-right: 0; }
  .amenities div:nth-last-child(-n+2) { border-bottom: 0; }
  .split-copy { padding: 74px 28px; }
  .booking-box { align-items: flex-start; flex-direction: column; }
  .booking-actions { width: 100%; flex-direction: column; }
  .addresses { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; }
}
