:root {
  --plum: #4e1a3d;
  --plum-soft: #6b3658;
  --gold: #e2af4a;
  --sand: #e8ddce;
  --cream: #f8f5f0;
  --white: #ffffff;
  --ink: #2f272c;
  --muted: #746a70;
  --line: #d8ccc1;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}

img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header {
  width: min(1400px, calc(100% - 64px));
  min-height: 108px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  background: var(--cream);
}

.brand-logo { width: 112px; display: block; line-height: 0; }
.brand-logo img { width: 100%; height: auto; display: block; }
nav { display: flex; align-items: center; justify-content: center; gap: clamp(26px, 4vw, 58px); }
nav a { position: relative; padding: 10px 0; font-size: .82rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--plum); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.language-switcher { display: inline-flex; align-items: center; gap: 18px; }
.language-switcher button { position: relative; min-width: 32px; height: 44px; padding: 0; color: var(--muted); background: transparent; border: 0; cursor: pointer; font: 750 .78rem/1 var(--sans); letter-spacing: .09em; text-transform: uppercase; transition: color .2s ease; }
.language-switcher button::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: var(--plum); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.language-switcher button:hover, .language-switcher button.is-active { color: var(--plum); }
.language-switcher button:hover::after, .language-switcher button.is-active::after { transform: scaleX(1); transform-origin: left; }
.language-switcher button:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.header-booking {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 13px 17px;
  color: var(--white);
  background: var(--plum);
  font-size: .82rem;
  font-weight: 750;
  transition: color .2s ease, background .2s ease;
}
.header-booking:hover { color: var(--plum); background: var(--gold); }

.hero {
  position: relative;
  min-height: min(880px, calc(100vh - 108px));
  overflow: hidden;
  color: var(--white);
  background: #1f1d1c;
}

.hero-slides, .hero-overlay { position: absolute; inset: 0; }

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  filter: saturate(.82) contrast(.94);
  transform: scale(1.035);
  transition: opacity 1.15s ease, transform 6.2s ease;
  will-change: opacity, transform;
}

.hero-slide:first-child { object-position: center 48%; }
.hero-slide.is-active { opacity: .72; transform: scale(1.085); }

.hero-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(17, 17, 16, .68) 0%, rgba(24, 23, 21, .44) 50%, rgba(20, 19, 18, .34) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 64px));
  min-height: 700px;
  margin: 0 auto;
  padding: 90px 0 140px;
  display: flex;
  align-items: center;
}
.hero-copy { width: min(780px, 100%); position: relative; z-index: 2; }

.eyebrow { margin: 0 0 24px; color: var(--plum); font-size: .74rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(5rem, 8.5vw, 9.2rem); font-weight: 500; letter-spacing: -.055em; line-height: .82; text-shadow: 0 8px 40px rgba(28, 4, 21, .28); }
h1 em { color: var(--gold); font-weight: 400; }
.hero-location { margin: 0 0 24px; color: var(--white); font-size: .86rem; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.hero-intro { max-width: 600px; margin-bottom: 34px; color: rgba(255, 255, 255, .82); font-size: 1.08rem; text-shadow: 0 3px 18px rgba(28, 4, 21, .35); }
.hero-actions { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 238px; padding: 16px 18px; border: 1px solid transparent; font-size: .86rem; font-weight: 800; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.button-gold { color: var(--plum); background: var(--gold); }
.button-gold:hover { background: var(--white); }
.button-outline { color: var(--plum); border-color: var(--plum); }
.button-outline:hover { color: var(--white); background: var(--plum); }
.text-link { display: inline-flex; gap: 16px; align-items: center; padding-bottom: 4px; color: var(--plum); border-bottom: 1px solid currentColor; font-size: .88rem; font-weight: 800; }
.light-link { color: var(--white); }

.hero-facts { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; width: min(1400px, calc(100% - 64px)); margin: 0 auto; padding: 26px 0 30px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255, 255, 255, .35); }
.hero-facts div { padding: 0 34px; border-right: 1px solid rgba(255, 255, 255, .22); }
.hero-facts div:first-child { padding-left: 0; }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: var(--gold); font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.hero-facts span { color: rgba(255, 255, 255, .65); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.section { width: min(1400px, calc(100% - 64px)); margin: 0 auto; padding: 140px 0; }
.about { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); align-items: center; gap: clamp(72px, 9vw, 150px); }
.about-visual { position: relative; }
.about-visual::before { content: ""; position: absolute; inset: 28px -28px -28px 28px; background: var(--sand); z-index: -1; }
.about-visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; display: block; object-fit: cover; }
.image-caption { margin: 20px 0 0; color: var(--muted); font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.image-caption .caption-number { margin-right: 18px; color: var(--plum); }

h2 { margin-bottom: 30px; color: var(--plum); font-family: var(--serif); font-size: clamp(3rem, 5.1vw, 5.6rem); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.about-copy .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(1.28rem, 2vw, 1.75rem); line-height: 1.45; }
.about-copy p:not(.eyebrow) { max-width: 610px; color: var(--muted); }
.about-copy .text-link { margin-top: 16px; }

.highlights { padding-top: 36px; }
.section-heading { margin-bottom: 70px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 510px; margin: 0 0 8px; color: var(--muted); }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.highlight-card { margin: 0; }
.highlight-card.raised { transform: translateY(54px); }
.highlight-card img { width: 100%; height: 470px; display: block; object-fit: cover; }
.highlight-card div { padding: 20px 0; display: flex; align-items: baseline; gap: 20px; border-bottom: 1px solid var(--line); }
.highlight-card span { color: var(--gold); font-size: .72rem; font-weight: 800; }
.highlight-card h3 { margin: 0; color: var(--plum); font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }

.gallery { padding-top: 170px; }
.gallery-heading { grid-template-columns: 1fr auto; }
.gallery-heading .button { align-self: end; margin-bottom: 8px; }
.gallery-carousel { position: relative; width: min(920px, 100%); margin: 0 auto; aspect-ratio: 16 / 9; overflow: hidden; background: var(--sand); touch-action: pan-y; }
.gallery-carousel:focus-visible { outline: 3px solid var(--gold); outline-offset: 6px; }
.gallery-slide { position: absolute; inset: 0; z-index: 0; display: none; margin: 0; }
.gallery-slide.is-active { z-index: 1; display: block; animation: gallery-fade .5s ease; }
.gallery-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
@keyframes gallery-fade { from { opacity: .25; } to { opacity: 1; } }
.gallery-arrow { position: absolute; z-index: 3; top: 50%; width: 58px; height: 58px; padding: 0; display: grid; place-items: center; color: var(--white); background: rgba(78, 26, 61, .82); border: 1px solid rgba(255, 255, 255, .58); border-radius: 50%; cursor: pointer; transform: translateY(-50%); transition: color .2s ease, background .2s ease, transform .2s ease; }
.gallery-arrow:hover { color: var(--plum); background: var(--gold); transform: translateY(-50%) scale(1.06); }
.gallery-arrow:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.gallery-arrow svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gallery-arrow-prev { left: 22px; }
.gallery-arrow-next { right: 22px; }
.gallery-counter { position: absolute; z-index: 3; right: 22px; bottom: 18px; margin: 0; padding: 8px 13px; color: var(--white); background: rgba(28, 23, 26, .7); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }

.booking { position: relative; min-height: 650px; margin-top: 30px; padding: 90px max(32px, calc((100vw - 1400px) / 2)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(70px, 8vw, 130px); color: var(--white); background: var(--plum); overflow: hidden; }
.booking::after { content: "07"; position: absolute; right: -10px; bottom: -125px; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: 30rem; line-height: 1; }
.booking-image-single { position: relative; z-index: 1; }
.booking-image-single img { width: 100%; height: auto; display: block; border: 1px solid rgba(255, 255, 255, .28); box-shadow: 0 24px 60px rgba(28, 4, 21, .34); }
.booking-copy { position: relative; z-index: 2; }
.booking-copy h2 { color: var(--white); }
.booking-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 34px; color: rgba(255, 255, 255, .72); font-size: 1.05rem; }

footer { width: min(1400px, calc(100% - 64px)); margin: 0 auto; padding: 64px 0 36px; display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 22px 80px; }
.footer-logo { width: 160px; line-height: 0; }
.footer-logo img { width: 100%; display: block; }
footer > p { justify-self: end; margin: 20px 0 0; color: var(--muted); }
.footer-links { grid-column: 1 / -1; padding: 28px 0; display: flex; gap: 38px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer-links a { color: var(--plum); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; justify-self: start; margin: 0; font-size: .76rem; }

.whatsapp-float {
  position: fixed;
  z-index: 20;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  min-height: 56px;
  padding: 0 22px 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: var(--white);
  background: #25d366;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  box-shadow: 0 14px 35px rgba(20, 54, 34, .3);
  font-size: .86rem;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover { background: #168f45; transform: translateY(-2px); box-shadow: 0 18px 38px rgba(20, 54, 34, .36); }
.whatsapp-float img { width: 28px; height: 28px; flex: 0 0 auto; }
.whatsapp-orbit-dot {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .9), 0 0 14px rgba(226, 175, 74, .82);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: whatsapp-dot-orbit 3.6s linear infinite;
}

@keyframes whatsapp-dot-orbit {
  0%, 100% { top: -7px; left: 50%; }
  12.5% { top: -7px; left: 88%; }
  25% { top: 50%; left: calc(100% + 7px); }
  37.5% { top: calc(100% + 7px); left: 88%; }
  50% { top: calc(100% + 7px); left: 50%; }
  62.5% { top: calc(100% + 7px); left: 12%; }
  75% { top: 50%; left: -7px; }
  87.5% { top: -7px; left: 12%; }
}

.highlights, .gallery, .booking, footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

@media (max-width: 1080px) {
  .site-header { width: min(100% - 40px, 1400px); grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: auto; }
  .hero-inner { width: min(100% - 40px, 1400px); min-height: 0; padding: 72px 0 64px; }
  .hero-facts { position: relative; inset: auto; }
  .hero-facts, .section, footer { width: min(100% - 40px, 1400px); }
  .about { grid-template-columns: 1fr 1fr; gap: 64px; }
  .highlight-card img { height: 380px; }
}

@media (max-width: 780px) {
  .site-header { min-height: 90px; }
  .brand-logo { width: 88px; }
  .header-booking { gap: 16px; padding: 12px 14px; }
  .hero { min-height: auto; }
  .hero-inner { min-height: 0; padding: 60px 0 44px; }
  h1 { font-size: clamp(4.5rem, 18vw, 7rem); }
  .hero-overlay { background: linear-gradient(90deg, rgba(17, 17, 16, .68), rgba(24, 23, 21, .45)); }
  .hero-facts { padding: 10px 0 24px; grid-template-columns: 1fr 1fr; }
  .hero-facts div { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .hero-facts div:nth-child(odd) { padding-right: 18px; border-right: 1px solid rgba(255,255,255,.2); }
  .hero-facts div:nth-child(even) { padding-left: 18px; }
  .hero-facts div:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .hero-facts div:last-child { grid-column: 1 / -1; padding: 16px 0; border-right: 0; border-bottom: 0; text-align: center; }
  .section { padding: 72px 0; }
  .about { grid-template-columns: 1fr; gap: 48px; }
  .about-visual { margin-right: 0; padding: 0 20px 20px 0; isolation: isolate; }
  .about-visual::before { inset: 20px 0 0 20px; }
  .image-caption { margin: 18px 0 0 20px; padding-right: 12px; line-height: 1.5; overflow-wrap: anywhere; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .highlight-grid { grid-template-columns: 1fr; gap: 38px; }
  .highlight-card.raised { transform: none; }
  .highlight-card img { height: min(460px, 70vw); }
  .gallery { padding-top: 80px; }
  .gallery-carousel { aspect-ratio: 4 / 3; }
  .booking { min-height: auto; padding-block: 64px; grid-template-columns: 1fr; gap: 48px; }
  .booking-image-single img { aspect-ratio: 4 / 3; object-fit: cover; object-position: 68% center; }
  .booking-copy { max-width: 650px; }
  footer { grid-template-columns: 1fr; }
  footer > p { justify-self: start; margin-top: 0; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .site-header, .hero-inner, .hero-facts, .section, footer { width: min(100% - 32px, 1400px); }
  .brand-logo { width: 76px; }
  .header-booking { min-width: 0; font-size: .74rem; }
  .header-booking span { display: none; }
  h1 { font-size: clamp(4rem, 20vw, 5.4rem); }
  h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .light-link { align-self: flex-start; min-height: 44px; padding-top: 9px; }
  .highlight-card img { height: 350px; }
  .gallery-carousel { aspect-ratio: 4 / 3; }
  .gallery-arrow { width: 48px; height: 48px; }
  .gallery-arrow-prev { left: 12px; }
  .gallery-arrow-next { right: 12px; }
  .gallery-counter { right: 12px; bottom: 12px; }
  .booking { padding-inline: 16px; }
  .whatsapp-float { width: 56px; padding: 0; border-radius: 50%; }
  .whatsapp-float .whatsapp-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
}

@media (max-width: 620px) {
  .header-booking { display: none; }
  .site-header { min-height: 82px; }
  .language-switcher { gap: 14px; }
  .language-switcher button { min-width: 30px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .hero-slide { display: none; transform: none; }
  .hero-slide:first-child { display: block; opacity: .72; }
  .gallery-slide.is-active { animation: none; }
  .whatsapp-orbit-dot { animation: none; }
}
