@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap');

:root {
  --bg: #f4efe6; --surface: #fffaf2; --surface-2: #e9e1d5; --text: #1b2a24; --muted: #637069;
  --accent: #da5f35; --accent-contrast: #fff; --line: rgba(27, 42, 36, .16); --header: rgba(244, 239, 230, .88);
  --serif: "Newsreader", Georgia, serif; --sans: "DM Sans", system-ui, sans-serif; --radius: 4px; --shadow: 0 24px 80px rgba(32, 37, 29, .16);
}

html[data-theme="night"] {
  --bg: #10191d; --surface: #172429; --surface-2: #213238; --text: #edf4f1; --muted: #a8bbb6;
  --accent: #e0af74; --accent-contrast: #17201f; --line: rgba(237, 244, 241, .17); --header: rgba(16, 25, 29, .88); --shadow: 0 24px 80px rgba(0,0,0,.4);
}

html[data-theme="editorial"] {
  --bg: #f2f0eb; --surface: #fff; --surface-2: #deded8; --text: #191919; --muted: #6d6a63;
  --accent: #c31727; --accent-contrast: #fff; --line: rgba(0,0,0,.21); --header: rgba(242, 240, 235, .9); --radius: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--text); background: var(--bg); font-family: var(--sans); line-height: 1.55; transition: background .35s, color .35s; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; background: var(--text); color: var(--bg); }
.skip-link:focus { top: 1rem; }
.site-header { height: 84px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); position: fixed; inset: 0 0 auto; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; color: #fff; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .25s, color .25s, height .25s; }
.site-header.is-scrolled { height: 70px; background: var(--header); color: var(--text); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-weight: 600; text-decoration: none; letter-spacing: -.02em; }
.brand small { display: block; margin-top: -.1rem; color: currentColor; opacity: .72; font-size: .65rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.brand-mark { width: 39px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 1.25rem; }
.site-header nav { display: flex; gap: 2rem; }
.site-header nav a { font-size: .83rem; font-weight: 500; text-decoration: none; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .75rem; }
.language-picker { position: relative; }
.language-picker summary { min-width: 42px; min-height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1rem; line-height: 1; list-style: none; cursor: pointer; }
.language-picker summary::-webkit-details-marker { display: none; }
.language-picker > div { min-width: 150px; padding: .45rem; position: absolute; top: calc(100% + .65rem); right: 0; display: grid; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--text); box-shadow: var(--shadow); }
.language-picker a { padding: .65rem .75rem; display: flex; align-items: center; gap: .55rem; border-radius: var(--radius); font-size: .78rem; text-decoration: none; }
.language-picker a:hover, .language-picker a[aria-current="page"] { background: var(--surface-2); }
.button { min-height: 52px; padding: .85rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; border: 1px solid var(--accent); border-radius: var(--radius); background: var(--accent); color: var(--accent-contrast); font: 600 .82rem/1 var(--sans); text-decoration: none; cursor: pointer; transition: transform .2s, filter .2s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.button-small { min-height: 42px; padding: .7rem 1rem; }
.button-ghost { border-color: rgba(255,255,255,.6); background: rgba(15,20,18,.2); color: #fff; backdrop-filter: blur(8px); }
.header-agency { border-color: currentColor; background: rgba(15,20,18,.18); color: currentColor; backdrop-filter: blur(8px); }
.hero { height: min(900px, 96vh); min-height: 700px; position: relative; overflow: hidden; color: #fff; }
.hero-image { width: 100%; height: 100%; object-fit: cover; animation: hero-in 1.3s cubic-bezier(.2,.8,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,20,16,.72) 0%, rgba(9,20,16,.28) 53%, rgba(9,20,16,.08)), linear-gradient(0deg, rgba(9,20,16,.55), transparent 40%); }
.hero-content { position: absolute; left: clamp(1.25rem, 7vw, 8rem); top: 50%; width: min(750px, 80vw); transform: translateY(-45%); }
.eyebrow { margin: 0 0 1rem; color: var(--accent); font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow { color: #f5b697; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .97; }
h1 { margin-bottom: 1.5rem; font-size: clamp(4rem, 8.2vw, 8.5rem); }
h2 { margin-bottom: 1.5rem; font-size: clamp(3rem, 5.4vw, 6rem); }
h3 { font-size: 1.2rem; line-height: 1.2; }
.hero-lead { max-width: 600px; margin-bottom: 2rem; color: rgba(255,255,255,.88); font-size: clamp(1rem, 1.3vw, 1.25rem); }
.hero-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: .8rem; }
.quick-facts { position: absolute; inset: auto clamp(1.25rem, 4vw, 4.5rem) .75rem; margin: 0; padding: .5rem 0 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.4); }
.quick-facts li { display: flex; align-items: baseline; gap: .55rem; }
.quick-facts strong { font: 400 2.1rem/1 var(--serif); }
.quick-facts span { color: rgba(255,255,255,.7); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.theme-switcher { margin: -1px auto 0; padding: 1.2rem clamp(1.25rem, 4vw, 4.5rem); position: sticky; top: 69px; z-index: 15; display: flex; align-items: center; justify-content: center; gap: .65rem; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: 0 8px 30px rgba(0,0,0,.04); }
.theme-switcher > span { margin-right: .3rem; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.theme-chip { padding: .55rem .75rem; display: flex; align-items: center; gap: .45rem; border: 1px solid transparent; border-radius: 999px; background: transparent; font-size: .75rem; cursor: pointer; }
.theme-chip.is-active { border-color: var(--line); background: var(--bg); }
.swatch { width: 12px; height: 12px; border-radius: 50%; }
.swatch-sun { background: #da5f35; } .swatch-night { background: #17333e; border: 2px solid #e0af74; } .swatch-editorial { background: #c31727; }
.section { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); }
.intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: start; }
.intro h2 { max-width: 760px; }
.intro-copy { max-width: 620px; color: var(--muted); font-size: 1.06rem; }
.intro-copy p + p { margin-top: 1.5rem; }
.feature-grid { padding-top: 0; display: grid; grid-template-columns: 1.4fr .6fr; gap: 1rem; }
.feature-card { min-height: 330px; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.feature-card.large { min-height: 620px; grid-row: span 2; }
.feature-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; transition: transform .7s; }
.feature-photo:hover img { transform: scale(1.025); }
.photo-caption { position: absolute; inset: auto 0 0; padding: 5rem 1.5rem 1.5rem; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.6)); }
.photo-caption span { font-size: .65rem; letter-spacing: .15em; }
.photo-caption h3 { margin: .3rem 0 0; font: 400 2rem var(--serif); }
.feature-detail-photo .photo-caption { padding-top: 8rem; }
.feature-detail-photo .photo-caption p { max-width: 540px; margin: .65rem 0 0; color: rgba(255,255,255,.82); font-size: .8rem; line-height: 1.5; }
.text-card { padding: clamp(2rem, 5vw, 4rem); display: flex; flex-direction: column; justify-content: flex-end; }
.text-card p { margin: 0; color: var(--muted); }
.accent-card { background: var(--accent); color: var(--accent-contrast); }
.accent-card p { color: currentColor; opacity: .78; }
.feature-icon { margin-bottom: auto; font-size: 2rem; }
.section-heading { margin-bottom: 4rem; display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 480px; margin-bottom: .5rem; color: var(--muted); }
.levels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.levels article { min-height: 470px; padding: clamp(1.6rem, 3vw, 2.6rem); position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.levels article::before { content: ""; height: 3px; position: absolute; inset: 0 0 auto; background: var(--accent); transform: scaleX(.22); transform-origin: left; transition: transform .4s ease; }
.levels article::after { content: ""; width: 190px; aspect-ratio: 1; position: absolute; right: -90px; top: -95px; z-index: -1; border: 1px solid var(--line); border-radius: 50%; }
.levels article:hover::before { transform: scaleX(1); }
.levels article:nth-child(2) { background: var(--surface-2); }
.levels article:nth-child(2)::after { width: 240px; right: -110px; top: -125px; }
.level-number { margin-bottom: 4.5rem; color: var(--accent); font: 400 clamp(3.8rem, 5vw, 5.5rem)/.8 var(--serif); letter-spacing: -.06em; }
.level-label { width: fit-content; margin-bottom: .8rem; padding: .35rem .55rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .61rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.levels h3 { max-width: 290px; margin: 0; font: 400 clamp(2rem, 2.6vw, 2.8rem)/1 var(--serif); letter-spacing: -.035em; }
.levels ul { margin: auto 0 0; padding: 2rem 0 0; display: grid; gap: 0; color: var(--muted); list-style: none; }
.levels li { min-height: 48px; padding: .75rem 0 .75rem 1.25rem; position: relative; display: flex; align-items: center; border-top: 1px solid var(--line); font-size: .82rem; }
.levels li::before { content: ""; width: 5px; height: 5px; position: absolute; left: 0; border-radius: 50%; background: var(--accent); }
.text-link { padding: .5rem 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }
.gallery { background: var(--surface-2); }
.gallery-mosaic { height: min(720px, 68vw); display: grid; grid-template: repeat(2, 1fr) / repeat(4, 1fr); gap: .7rem; }
.gallery-mosaic button { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: var(--radius); background: var(--surface); cursor: zoom-in; }
.gallery-mosaic button:first-child { grid-area: 1 / 1 / 3 / 3; }
.gallery-mosaic button:nth-child(2) { grid-column: span 2; }
.gallery-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-mosaic button:hover img { transform: scale(1.03); }
.amenities { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.amenity-list { display: grid; grid-template-columns: 1fr 1fr; align-content: start; }
.amenity-list span { padding: 1.15rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.amenity-list span:nth-child(odd) { margin-right: 2rem; }
.amenity-list span::before { content: "✓"; margin-right: .7rem; color: var(--accent); }
.destination { min-height: 800px; position: relative; display: grid; align-items: end; color: #fff; overflow: hidden; }
.destination > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.destination::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,20,20,.78), rgba(8,20,20,.05) 75%); }
.destination-content { width: min(1100px, 90%); margin: 0 auto; padding: 7rem 0 5rem; position: relative; z-index: 1; }
.destination-content > p:not(.eyebrow) { max-width: 640px; color: rgba(255,255,255,.78); }
.distance-grid { max-width: 780px; margin-top: 3rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.4); }
.distance-grid span { padding-top: 1.2rem; color: rgba(255,255,255,.7); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.distance-grid strong { display: block; color: #fff; font: 400 1.8rem var(--serif); letter-spacing: -.02em; text-transform: none; }
.reviews { display: grid; grid-template-columns: .4fr 1fr .45fr; gap: 6vw; align-items: start; }
.rating strong { display: block; color: var(--accent); font: 400 clamp(4rem, 7vw, 7rem)/.8 var(--serif); }
.rating span { display: block; margin-top: 1rem; color: var(--muted); font-size: .8rem; }
.review-content h2 { font-size: clamp(2.4rem, 3.8vw, 4.5rem); }
.review-content > p:last-child { color: var(--muted); font-size: .8rem; }
.score-list { display: grid; }
.score-list span { padding: .8rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.score-list strong { color: var(--text); }
.booking-cta { display: grid; grid-template-columns: 1fr; gap: 3rem; background: var(--accent); color: var(--accent-contrast); }
.booking-cta .eyebrow { color: currentColor; opacity: .65; }
.booking-cta h2 { margin-bottom: 0; }
.booking-cta > div:last-child p { opacity: .75; }
.booking-cta .button { border-color: var(--accent-contrast); background: var(--accent-contrast); color: var(--accent); }
.contact-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.contact-heading > p { max-width: 480px; margin-bottom: .5rem; opacity: .75; }
.contact-options { display: grid; grid-template-columns: 1.08fr .92fr; gap: 1rem; }
.contact-card { min-width: 0; padding: clamp(1.6rem, 3vw, 3rem); display: flex; flex-direction: column; border: 1px solid color-mix(in srgb, currentColor 35%, transparent); border-radius: var(--radius); }
.contact-card[id] { scroll-margin-top: 90px; }
.contact-card h3 { margin-bottom: 1rem; font: 400 clamp(2rem, 3.2vw, 3.5rem)/1 var(--serif); letter-spacing: -.035em; }
.contact-card > p:not(.contact-role):not(.opening-hours) { max-width: 540px; margin-bottom: 2rem; }
.contact-role { margin-bottom: .8rem; opacity: .66; font-size: .64rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.owner-card { background: var(--accent-contrast); color: var(--accent); }
.owner-card > p:not(.contact-role) { color: color-mix(in srgb, currentColor 72%, transparent); }
.agency-card { background: color-mix(in srgb, var(--accent-contrast) 7%, transparent); }
.contact-card-links { margin-top: auto; }
.contact-line { padding: .85rem 0; display: grid; grid-template-columns: .38fr 1fr; gap: .25rem 1rem; border-top: 1px solid color-mix(in srgb, currentColor 32%, transparent); text-decoration: none; }
.contact-line span { opacity: .68; font-size: .66rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-line strong { font: 400 1.25rem/1.2 var(--serif); }
.contact-line small { grid-column: 2; opacity: .7; }
.opening-hours { margin: 1rem 0 1.5rem; font-size: .74rem; line-height: 1.7; }
.opening-hours strong { color: currentColor; }
.contact-actions { margin-top: 1.5rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
.owner-card .button { border-color: var(--accent); background: var(--accent); color: var(--accent-contrast); }
.contact-card .text-link { width: fit-content; text-decoration: none; }
footer { padding: 2.5rem clamp(1.25rem, 4vw, 4.5rem); display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.footer-brand { color: var(--text); }
.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: #0c1110; color: #fff; }
.lightbox::backdrop { background: #0c1110; }
.lightbox[open] { display: grid; grid-template: 70px 1fr / 80px 1fr 80px; }
.lightbox-bar { padding: 0 1.5rem; grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.lightbox-bar p { margin: 0; font-size: .8rem; }
.lightbox-bar span { margin-left: .8rem; color: rgba(255,255,255,.55); }
.lightbox-bar button { padding: .5rem; border: 0; background: none; color: #fff; font-size: 2rem; cursor: pointer; }
.lightbox figure { margin: 0; display: grid; place-items: center; align-content: center; overflow: hidden; }
.lightbox figure img { max-width: 100%; max-height: calc(100vh - 130px); object-fit: contain; }
.lightbox figcaption { min-height: 30px; margin-top: .6rem; color: rgba(255,255,255,.65); font-size: .75rem; }
.lightbox-nav { border: 0; background: transparent; color: #fff; font-size: 1.5rem; cursor: pointer; }
@keyframes hero-in { from { opacity: .5; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; } .site-header nav { display: none; }
}

@media (max-width: 900px) {
  .hero { min-height: 720px; } .quick-facts { inset-block-end: 1.75rem; padding-top: 1.25rem; grid-template-columns: 1fr 1fr; gap: .8rem; }
  .theme-switcher { top: 69px; justify-content: flex-start; overflow-x: auto; } .theme-switcher > span { display: none; } .theme-chip { flex: none; }
  .intro, .amenities, .reviews, .booking-cta, .contact-heading, .contact-options { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; } .feature-card.large { grid-column: span 2; grid-row: auto; }
  .reviews { gap: 3rem; } .score-list { grid-template-columns: 1fr 1fr; gap: 0 2rem; }
  .levels { grid-template-columns: 1fr; }
  .levels article { min-height: 0; }
  .level-number { margin-bottom: 3rem; }
  .levels ul { margin-top: 3rem; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { height: 70px; padding-inline: 1rem; gap: .5rem; } .header-actions { gap: .45rem; } .header-booking { min-height: 38px; padding-inline: .75rem; font-size: 0; } .header-booking::after { content: attr(data-short-label); font-size: .72rem; }
  .language-picker summary { min-width: 36px; min-height: 36px; }
  .brand-mark { width: 34px; } h1 { font-size: clamp(3.3rem, 15vw, 5rem); } h2 { font-size: 3.2rem; }
  .hero-content { left: 1.25rem; width: calc(100% - 2.5rem); top: 45%; } .hero-lead { font-size: .95rem; }
  .quick-facts { inset-inline: 1.25rem; } .quick-facts strong { font-size: 1.6rem; } .quick-facts span { font-size: .6rem; }
  .section { padding-block: 5rem; } .feature-grid { grid-template-columns: 1fr; } .feature-card.large { min-height: 480px; grid-column: auto; }
  .levels article { padding: 1.5rem; } .level-number { margin-bottom: 2.5rem; font-size: 4rem; } .levels ul { margin-top: 2.5rem; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 2.5rem; }
  .gallery-mosaic { height: 780px; grid-template: 2fr 1fr 1fr / 1fr 1fr; } .gallery-mosaic button:first-child { grid-area: 1 / 1 / 2 / 3; } .gallery-mosaic button:nth-child(2) { grid-column: auto; }
  .amenity-list { grid-template-columns: 1fr; } .amenity-list span:nth-child(odd) { margin-right: 0; }
  .destination { min-height: 760px; } .distance-grid { grid-template-columns: 1fr; } .distance-grid span { padding-bottom: .8rem; }
  .score-list { grid-template-columns: 1fr; } .lightbox[open] { grid-template: 60px 1fr 60px / 1fr 1fr; }
  .lightbox-bar, .lightbox figure { grid-column: 1 / -1; } .lightbox-nav { grid-row: 3; } .lightbox-nav.next { grid-column: 2; }
}

@media (max-width: 370px) {
  .brand > span:last-child { font-size: .78rem; }
  .brand small { font-size: .52rem; }
  .brand-mark { width: 31px; }
  .header-booking { padding-inline: .6rem; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
