:root {
  --sand: #f7f2ea;
  --ink: #1d2a2f;
  --muted: #607078;
  --sea: #0f6e78;
  --sea-dark: #0a4f57;
  --coral: #e07a5f;
  --line: #e4ddd2;
  --white: #fff;
  --radius: 14px;
  --shadow: 0 8px 30px rgba(20, 40, 50, .10);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: var(--sans); color: var(--ink); background: var(--white); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
ul { list-style: none; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.2; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1.2rem; }
h3 { font-size: 1.2rem; margin-bottom: .5rem; }

.container { width: min(1140px, 100% - 32px); margin-inline: auto; }
.section { padding: 72px 0; }
.section--tint { background: var(--sand); }
.muted { color: var(--muted); }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 600; color: var(--sea); margin-bottom: .5rem; }
.eyebrow--light { color: #bfe6ea; }

.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; background: var(--white); padding: 8px 12px; z-index: 100; }

/* Placeholder images — swap for <img> or background-image */
.ph { background: linear-gradient(135deg, #7cc6cf, #0f6e78); position: relative; }
.ph--2 { background: linear-gradient(135deg, #f2d7a8, #e07a5f); }
.ph--3 { background: linear-gradient(135deg, #a8e0e6, #2a8fa0); }
.ph--4 { background: linear-gradient(135deg, #e9dccb, #b89c7a); }
.ph--5 { background: linear-gradient(135deg, #f4b69c, #9c4a3a); }
.ph--6 { background: linear-gradient(135deg, #bfe6ea, #3f8f98); }
.ph--7 { background: linear-gradient(135deg, #f7e2c3, #c98d5a); }
.ph--8 { background: linear-gradient(135deg, #d6e8d0, #6d9a6a); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 12px 22px; border-radius: 999px; font-weight: 600; text-decoration: none; border: 2px solid transparent; cursor: pointer; font: inherit; font-weight: 600; transition: .2s; }
.btn--sm { padding: 8px 16px; font-size: .9rem; }
.btn--primary { background: var(--coral); color: var(--white); }
.btn--primary:hover { background: #c9654b; }
.btn--ghost { border-color: var(--sea); color: var(--sea); background: transparent; }
.btn--ghost:hover { background: var(--sea); color: var(--white); }
.btn--light { background: var(--white); color: var(--sea-dark); }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 68px; }
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-family: var(--serif); font-weight: 700; font-size: 1.15rem; }
.brand__sub { font-size: .75rem; color: var(--muted); }
.nav { display: flex; gap: 24px; }
.nav a { text-decoration: none; font-weight: 500; font-size: .95rem; }
.nav a:hover { color: var(--sea); }
.header__actions { display: flex; align-items: center; gap: 8px; }
.select { border: 1px solid var(--line); border-radius: 8px; padding: 6px 8px; font: inherit; font-size: .85rem; background: var(--white); }
.menu-btn { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-btn span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }

/* Hero */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.55)); }
.hero__content { position: relative; padding: 80px 0; }
.rating-pill { display: inline-block; background: rgba(255,255,255,.2); backdrop-filter: blur(6px); padding: 6px 14px; border-radius: 999px; font-size: .9rem; margin-bottom: 1rem; }
.hero h1 { font-size: clamp(2.6rem, 7vw, 4.8rem); }
.hero__tag { font-size: 1.2rem; opacity: .95; margin: .5rem 0 1rem; }
.hero__link { color: var(--white); font-weight: 600; }

.booking { margin-top: 2rem; background: var(--white); color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); padding: 16px; display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 12px; align-items: end; max-width: 820px; }
.booking label { display: flex; flex-direction: column; font-size: .8rem; font-weight: 600; color: var(--muted); gap: 4px; }
.booking input, .booking select { border: 1px solid var(--line); border-radius: 8px; padding: 10px; font: inherit; color: var(--ink); }
.booking__msg { grid-column: 1 / -1; font-size: .9rem; color: var(--sea); min-height: 0; }
.booking__msg:empty { display: none; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.2rem; }
.chips li { background: rgba(255,255,255,.18); padding: 4px 12px; border-radius: 999px; font-size: .85rem; }

/* Intro */
.intro { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stat { background: var(--sand); border-radius: var(--radius); padding: 20px 12px; text-align: center; }
.stat strong { display: block; font-family: var(--serif); font-size: 1.6rem; color: var(--sea-dark); }
.stat span { font-size: .8rem; color: var(--muted); }

/* Fit */
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fit__card { background: var(--white); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.fit__card li { padding-left: 26px; position: relative; margin-bottom: 8px; }
.fit__card--yes li::before { content: "✓"; position: absolute; left: 0; color: var(--sea); font-weight: 700; }
.fit__card--no li::before { content: "–"; position: absolute; left: 0; color: var(--coral); font-weight: 700; }

/* Features */
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.feature { display: grid; grid-template-columns: 140px 1fr; gap: 20px; align-items: center; }
.feature__img { aspect-ratio: 1; border-radius: var(--radius); }

/* Rooms */
.rooms { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.room { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .2s; }
.room:hover { transform: translateY(-4px); }
.room__img { aspect-ratio: 16 / 10; }
.room__body { padding: 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tags li { background: var(--sand); padding: 3px 10px; border-radius: 999px; font-size: .8rem; }
.room__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.room__foot strong { font-size: 1.3rem; }

/* Highlights */
.highlights { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.highlights li { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 8px; text-align: center; font-weight: 500; font-size: .9rem; }
.highlights span { display: block; font-size: 1.8rem; margin-bottom: 6px; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 160px; gap: 10px; }
.gallery button { border: 0; border-radius: 10px; cursor: zoom-in; transition: opacity .2s; }
.gallery button:hover { opacity: .85; }
.gallery button:first-child { grid-column: span 2; grid-row: span 2; }

/* Amenities */
.amenities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px 24px; }
.amenities li::before { content: "✓ "; color: var(--sea); font-weight: 700; }
.airport { margin-top: 24px; background: var(--sand); border-radius: var(--radius); padding: 16px 20px; display: inline-block; }

/* Location */
.location { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.location h3 { margin-top: 28px; }
.location p { margin-bottom: 12px; }
.nearby li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--line); }
.map { border-radius: var(--radius); min-height: 320px; }

/* Reviews */
.reviews { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: center; }
.big { font-family: var(--serif); font-size: 4rem; color: var(--sea-dark); line-height: 1; }
.big span { font-size: 1.5rem; color: var(--muted); }
.bar { display: grid; grid-template-columns: 140px 1fr 40px; gap: 12px; align-items: center; margin-bottom: 10px; font-size: .9rem; }
.bar__track { height: 8px; background: var(--sand); border-radius: 99px; overflow: hidden; }
.bar__fill { height: 100%; width: 0; background: var(--sea); border-radius: 99px; transition: width 1s ease; }

/* Rules */
.rules { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.rules div { background: var(--white); border-radius: var(--radius); padding: 18px; }
.rules dt { font-weight: 600; margin-bottom: 4px; }
.rules dd { color: var(--muted); font-size: .95rem; }

/* FAQ */
.faq { max-width: 760px; }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; }
.faq summary::after { content: "+"; font-size: 1.3rem; color: var(--sea); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { margin-top: 8px; color: var(--muted); }

/* CTA + footer */
.cta { background: var(--sea-dark); color: var(--white); padding: 64px 0; }
.cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta h2 { margin-bottom: .4rem; }
.footer { padding: 40px 0 100px; border-top: 1px solid var(--line); }
.footer__inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; font-size: .9rem; }
.footer nav { display: flex; gap: 20px; }
.footer a { text-decoration: none; }

/* Mobile sticky bar */
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--line); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); justify-content: space-between; align-items: center; z-index: 40; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.88); display: flex; align-items: center; justify-content: center; z-index: 100; }
.lightbox[hidden] { display: none; }
.lightbox__img { width: min(90vw, 1000px); aspect-ratio: 3 / 2; border-radius: 10px; }
.lightbox__close, .lightbox__nav { position: absolute; background: none; border: 0; color: var(--white); font-size: 2.5rem; cursor: pointer; padding: 12px; }
.lightbox__close { top: 12px; right: 20px; }
.lightbox__prev { left: 12px; }
.lightbox__next { right: 12px; }

/* Responsive */
@media (max-width: 960px) {
  .nav { position: fixed; top: 68px; left: 0; right: 0; background: var(--white); flex-direction: column; padding: 16px; gap: 0; border-bottom: 1px solid var(--line); transform: translateY(-120%); transition: transform .25s; z-index: -1; }
  .nav.open { transform: translateY(0); }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .menu-btn { display: block; }
  .header__actions .btn, #lang { display: none; }
  .intro, .location, .reviews { grid-template-columns: 1fr; gap: 28px; }
  .highlights { grid-template-columns: repeat(3, 1fr); }
  .amenities { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .section { padding: 52px 0; }
  .booking { grid-template-columns: 1fr 1fr; }
  .booking label:nth-child(3), .booking button { grid-column: 1 / -1; }
  .fit, .features, .rooms { grid-template-columns: 1fr; }
  .feature { grid-template-columns: 100px 1fr; }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .stat strong { font-size: 1.2rem; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 120px; }
  .bar { grid-template-columns: 100px 1fr 32px; }
  .mobile-bar { display: flex; }
}
