:root {
  --ink: #08191f;
  --deep: #071a20;
  --deep-2: #0c2a31;
  --gold: #dfb46d;
  --gold-soft: #f0d69e;
  --cream: #f1eadc;
  --paper: #fbfaf6;
  --white: #ffffff;
  --muted: #617177;
  --line: #d9d6cc;
  --dark-line: rgba(255, 255, 255, .14);
  --shadow: 0 24px 70px rgba(6, 24, 29, .12);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --max: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.age-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--ink); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.noscript { position: relative; z-index: 100; padding: .85rem 1.25rem; background: var(--gold); color: var(--ink); text-align: center; font-weight: 700; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: 1.25rem clamp(1.25rem, 4vw, 4.5rem); color: var(--white); border-bottom: 1px solid var(--dark-line); transition: background .35s ease, min-height .35s ease, transform .35s ease; }
.site-header.is-scrolled { position: fixed; min-height: 72px; background: rgba(7, 26, 32, .96); box-shadow: 0 8px 30px rgba(0, 0, 0, .16); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: inherit; text-decoration: none; font-size: .9rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 2.6rem; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; font-family: var(--serif); color: var(--gold); font-size: .92rem; font-weight: 400; letter-spacing: 0; }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.75rem); }
.primary-nav a { position: relative; color: inherit; text-decoration: none; font-size: .86rem; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: -.5rem; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.age-badge { display: grid; place-items: center; width: 2.55rem; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .58); border-radius: 50%; color: inherit; font-size: .8rem; font-weight: 700; text-decoration: none; }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; padding: .65rem; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: .45rem 0; background: currentColor; }

.hero { position: relative; isolation: isolate; min-height: 760px; height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -2; object-fit: cover; animation: heroIn 1.4s cubic-bezier(.2, .7, .2, 1) both; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(3, 15, 19, .96) 0%, rgba(3, 15, 19, .62) 43%, rgba(3, 15, 19, .08) 78%), linear-gradient(0deg, rgba(3, 15, 19, .78), transparent 48%); }
.hero-content { width: min(820px, 82%); padding: 0 0 clamp(5rem, 10vh, 8rem) clamp(1.25rem, 8vw, 8rem); }
.eyebrow { margin: 0 0 1.15rem; color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .19em; line-height: 1.3; text-transform: uppercase; }
.eyebrow.dark { color: #9a6e2f; }
.hero h1 { margin: 0; max-width: 11ch; font-family: var(--serif); font-size: clamp(4rem, 8.5vw, 8.2rem); font-weight: 400; line-height: .84; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 em, .destinations h2 em { color: var(--gold); font-weight: 400; }
.hero-content > p:not(.eyebrow) { max-width: 650px; margin: 2rem 0 2.2rem; color: rgba(255, 255, 255, .8); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.72; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 18.5rem; gap: 2rem; padding: 1rem 1.2rem; background: var(--gold); border: 1px solid var(--gold); color: var(--ink); text-decoration: none; font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { background: transparent; color: var(--white); transform: translateY(-2px); }
.hero-note { position: absolute; right: clamp(1.25rem, 4vw, 4.5rem); bottom: clamp(3rem, 5vh, 4rem); display: flex; flex-direction: column; gap: .32rem; padding-left: 1rem; border-left: 1px solid var(--gold); font-size: .8rem; }
.hero-note span { color: rgba(255, 255, 255, .58); }
.hero-note strong { font-size: .84rem; }
.hero-index { position: absolute; top: 50%; right: clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; gap: .75rem; transform: rotate(90deg) translateX(50%); transform-origin: right center; color: rgba(255, 255, 255, .6); font-size: .7rem; letter-spacing: .15em; }
.hero-index i { display: block; width: 4rem; height: 1px; background: rgba(255, 255, 255, .42); }

.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)) 2.5fr; align-items: stretch; max-width: var(--max); margin: 0 auto; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
.trust-strip > div, .trust-strip > p { min-height: 138px; margin: 0; padding: 1.7rem clamp(1rem, 2.4vw, 2.5rem); border-right: 1px solid var(--line); }
.trust-strip > div { display: flex; flex-direction: column; justify-content: center; }
.trust-strip strong { font-family: var(--serif); font-size: 2.25rem; font-weight: 400; line-height: 1; }
.trust-strip span { margin-top: .45rem; color: var(--muted); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip > p { display: flex; align-items: center; color: var(--muted); font-size: .92rem; line-height: 1.7; border-right: 0; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 5.5vw, 5.5rem); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .7fr); gap: 4rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading h2, .faq-intro h2 { margin: 0; max-width: 11ch; font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 5.5rem); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.section-heading > p { max-width: 580px; margin: 0 0 .5rem; color: var(--muted); font-size: 1.04rem; line-height: 1.8; }

.hotel-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-bottom: 1.8rem; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-list { display: flex; flex-wrap: wrap; gap: .4rem; }
.filter-button { padding: .55rem .9rem; background: transparent; border: 1px solid transparent; color: var(--muted); border-radius: 2rem; cursor: pointer; font-size: .84rem; }
.filter-button:hover, .filter-button:focus-visible { color: var(--ink); border-color: var(--line); }
.filter-button.is-active { background: var(--ink); border-color: var(--ink); color: var(--white); }
.results-count { margin: 0; color: var(--muted); font-size: .8rem; white-space: nowrap; }

.hotel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.hotel-card { display: grid; grid-template-rows: 360px 1fr; background: var(--white); border: 1px solid #e3e0d8; box-shadow: 0 1px 0 rgba(0, 0, 0, .02); transition: transform .3s ease, box-shadow .3s ease; }
.hotel-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.hotel-card[hidden] { display: none; }
.hotel-card-featured { grid-column: 1 / -1; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); grid-template-rows: minmax(560px, auto); }
.hotel-media { position: relative; overflow: hidden; background: var(--deep-2); }
.hotel-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4, 19, 24, .48), transparent 55%); pointer-events: none; }
.hotel-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2, .7, .2, 1); }
.hotel-card:hover .hotel-media img { transform: scale(1.035); }
.hotel-number { position: absolute; z-index: 1; left: 1.25rem; bottom: 1rem; color: var(--white); font-family: var(--serif); font-size: 1.15rem; }
.hotel-body { display: flex; flex-direction: column; padding: clamp(1.4rem, 3vw, 2.4rem); }
.hotel-card-featured .hotel-body { justify-content: center; }
.hotel-meta { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.rating { color: #7f5a22; white-space: nowrap; }
.rating b { font-size: .9rem; }
.hotel-body h3 { margin: 0 0 .9rem; font-family: var(--serif); font-size: clamp(1.85rem, 3vw, 3rem); font-weight: 400; line-height: 1.06; letter-spacing: -.025em; }
.hotel-body > p { margin: 0 0 1.35rem; color: var(--muted); line-height: 1.75; }
.tag-list { display: flex; flex-wrap: wrap; gap: .45rem; margin: auto 0 0; padding: 1.25rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.tag-list li { padding: .36rem .62rem; background: #f2efe7; color: #46565b; font-size: .73rem; }
.stay-notes { margin-top: 1.15rem; border-top: 1px solid var(--line); }
.stay-notes summary { position: relative; padding: .9rem 1.5rem 0 0; cursor: pointer; font-size: .77rem; font-weight: 800; letter-spacing: .08em; list-style: none; text-transform: uppercase; }
.stay-notes summary::-webkit-details-marker { display: none; }
.stay-notes summary::after { content: "+"; position: absolute; right: .1rem; font-size: 1.2rem; font-weight: 400; transition: transform .2s ease; }
.stay-notes[open] summary::after { transform: rotate(45deg); }
.stay-notes p { margin: .8rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.official-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: .8rem; color: #75511d; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-decoration-thickness: 1px; text-underline-offset: .25rem; text-transform: uppercase; }
.rating-note { margin: 1.8rem 0 0; padding: 1.4rem 1.6rem; background: var(--cream); color: #59676b; font-size: .85rem; line-height: 1.7; }
.rating-note strong { color: var(--ink); }

.section-dark { background: var(--deep); color: var(--white); }
.destinations { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.destination-intro { position: sticky; top: 5rem; align-self: start; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7.5rem); }
.destination-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.destination-intro > p:last-child { max-width: 580px; margin: 2rem 0 0; color: rgba(255, 255, 255, .65); font-size: 1rem; line-height: 1.8; }
.destination-list { padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 7vw, 7.5rem) clamp(3rem, 6vw, 6rem) 0; }
.destination-item { display: grid; grid-template-columns: 3rem 1fr auto; gap: 1.5rem; align-items: center; min-height: 142px; padding: 1.4rem 0; border-top: 1px solid var(--dark-line); }
.destination-item:last-child { border-bottom: 1px solid var(--dark-line); }
.destination-item > span { color: var(--gold); font-family: var(--serif); font-size: .95rem; }
.destination-item h3 { margin: 0 0 .25rem; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 400; line-height: 1; }
.destination-item p { max-width: 540px; margin: 0; color: rgba(255, 255, 255, .55); font-size: .9rem; }
.destination-item b { display: grid; place-items: center; width: 3rem; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; color: var(--gold-soft); font-size: .67rem; letter-spacing: .05em; }

.advantage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.advantage-card { min-height: 340px; padding: 1.75rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.advantage-card > span { display: block; margin-bottom: 5.5rem; color: #a77b3c; font-family: var(--serif); }
.advantage-card h3 { margin: 0 0 .9rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; line-height: 1.08; }
.advantage-card p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.7; }

.experiences { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: var(--deep); color: var(--white); }
.experience-image { position: relative; min-height: 760px; overflow: hidden; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; }
.experience-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5, 20, 25, .38), transparent 50%); }
.experience-image > span { position: absolute; z-index: 1; left: 2rem; bottom: 2rem; color: var(--white); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.experience-content { min-height: 760px; padding: clamp(4rem, 7vw, 7.5rem); background: var(--deep); }
.experience-content-light { background: var(--cream); color: var(--ink); }
.experience-content h2 { max-width: 9ch; margin: 0 0 3rem; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.service-list { border-top: 1px solid currentColor; }
.service-item { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.55rem 0; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.experience-content-light .service-item { border-color: rgba(8, 25, 31, .17); }
.service-item > span { color: var(--gold); font-family: var(--serif); font-size: .85rem; }
.experience-content-light .service-item > span { color: #956923; }
.service-item h3 { margin: 0 0 .4rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.service-item p { margin: 0; color: rgba(255, 255, 255, .6); font-size: .9rem; line-height: 1.7; }
.experience-content-light .service-item p { color: var(--muted); }

.planning { max-width: none; padding-right: 0; padding-left: 0; background: linear-gradient(90deg, var(--paper) 50%, var(--deep-2) 50%); }
.planning-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); max-width: 1260px; margin: 0 auto; padding: clamp(4rem, 7vw, 7rem); background: #e4b96f; box-shadow: var(--shadow); }
.planning-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.planning-panel .eyebrow { color: #64450f; }
.planning-panel ol { margin: 0; padding: 0; border-top: 1px solid rgba(8, 25, 31, .28); list-style: none; }
.planning-panel li { display: grid; grid-template-columns: 2.7rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(8, 25, 31, .28); }
.planning-panel li span { font-family: var(--serif); font-size: .8rem; }
.planning-panel li p { margin: 0; font-size: .92rem; line-height: 1.65; }

.faq { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); gap: clamp(3rem, 8vw, 8rem); }
.faq-intro { position: sticky; top: 7rem; align-self: start; }
.faq-intro h2 { max-width: 9ch; }
.faq-intro > p:last-child { max-width: 400px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; grid-template-columns: 1fr 2rem; gap: 1rem; align-items: center; padding: 1.55rem 0; cursor: pointer; font-family: var(--serif); font-size: 1.35rem; line-height: 1.25; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { display: grid; place-items: center; width: 2rem; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; font-family: var(--sans); font-size: 1rem; transition: transform .2s ease, background .2s ease; }
.faq-item[open] summary span { background: var(--gold); border-color: var(--gold); transform: rotate(45deg); }
.faq-item > p { max-width: 760px; margin: -.4rem 3.5rem 1.6rem 0; color: var(--muted); line-height: 1.78; }
.faq-item a { text-underline-offset: .2em; }

.responsible-banner { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 8vw, 8rem); background: #11333a; color: var(--white); }
.responsible-banner > div:first-child { position: relative; padding-left: 6rem; }
.responsible-age { position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 4.5rem; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 1.35rem; }
.responsible-banner h2 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 4.5vw, 4.6rem); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.responsible-banner > div:last-child { align-self: end; }
.responsible-banner > div:last-child p { margin: 0 0 1.5rem; color: rgba(255, 255, 255, .65); line-height: 1.75; }
.text-link { display: inline-flex; gap: .75rem; align-items: center; color: var(--gold-soft); font-size: .84rem; font-weight: 700; text-decoration-color: rgba(223, 180, 109, .5); text-underline-offset: .35rem; }

.site-footer { padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 5vw, 5rem) 2rem; background: #061419; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: clamp(2rem, 5vw, 5rem); max-width: var(--max); margin: 0 auto 4.5rem; }
.footer-brand p { max-width: 390px; margin: 1.5rem 0 1rem; color: rgba(255, 255, 255, .55); font-size: .92rem; line-height: 1.7; }
.footer-brand > span { color: var(--gold); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-main h2 { margin: .7rem 0 1.3rem; color: var(--gold); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) a { display: block; width: fit-content; margin: .72rem 0; color: rgba(255, 255, 255, .65); font-size: .87rem; text-decoration: none; }
.footer-main > div:not(.footer-brand) a:hover { color: var(--white); }
.footer-contact { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; max-width: var(--max); margin: 0 auto; padding: 1.6rem 0; border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.footer-contact span { color: rgba(255, 255, 255, .45); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact a { color: var(--gold-soft); font-family: var(--serif); font-size: clamp(1.3rem, 2.5vw, 2.2rem); text-decoration: none; }
.footer-contact p { margin: 0; color: rgba(255, 255, 255, .45); font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; max-width: var(--max); margin: 0 auto; padding-top: 1.8rem; color: rgba(255, 255, 255, .42); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { max-width: 620px; text-align: right; }

.age-gate { position: fixed; z-index: 150; inset: 0; display: grid; place-items: center; padding: 1.25rem; background: rgba(3, 15, 19, .92); backdrop-filter: blur(18px); }
.age-gate[hidden] { display: none; }
.age-dialog { width: min(680px, 100%); padding: clamp(2rem, 6vw, 4.5rem); background: var(--paper); border: 1px solid rgba(223, 180, 109, .55); box-shadow: 0 35px 120px rgba(0, 0, 0, .42); text-align: center; }
.age-dialog .brand-mark { margin: 0 auto 1.5rem; width: 4.5rem; color: #986a25; border-color: #b7863c; font-size: 1.3rem; }
.age-dialog .eyebrow { color: #8f6322; }
.age-dialog h2 { max-width: 9ch; margin: 0 auto 1.2rem; font-family: var(--serif); font-size: clamp(2.6rem, 7vw, 4.7rem); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.age-dialog p { max-width: 520px; margin: 0 auto 1.6rem; color: var(--muted); line-height: 1.7; }
.age-actions { display: flex; justify-content: center; gap: .8rem; }
.age-actions button, .age-actions a { min-width: 190px; padding: .95rem 1.2rem; border: 1px solid var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.age-actions button { background: var(--ink); color: var(--white); }
.age-actions a { background: transparent; color: var(--ink); }
.age-fineprint { font-size: .76rem; }

/* Content and legal pages */
.page-header { position: relative; padding: 11rem clamp(1.25rem, 8vw, 8rem) 5rem; background: var(--deep); color: var(--white); overflow: hidden; }
.page-header::after { content: "NQ"; position: absolute; right: -1rem; bottom: -5rem; color: rgba(255, 255, 255, .035); font-family: var(--serif); font-size: clamp(11rem, 30vw, 30rem); line-height: .7; }
.page-header-inner { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; }
.page-header h1 { max-width: 11ch; margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 8vw, 7.5rem); font-weight: 400; line-height: .88; letter-spacing: -.05em; }
.page-header p:not(.eyebrow) { max-width: 700px; margin: 1.8rem 0 0; color: rgba(255, 255, 255, .65); font-size: 1.05rem; line-height: 1.8; }
.content-shell { display: grid; grid-template-columns: 260px minmax(0, 760px); gap: clamp(3rem, 8vw, 8rem); max-width: 1180px; margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) 1.25rem; }
.content-nav { position: sticky; top: 7rem; align-self: start; padding: 1.3rem 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.content-nav h2 { margin: 0 0 .9rem; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.content-nav a { display: block; margin: .65rem 0; color: var(--muted); font-size: .84rem; text-decoration: none; }
.prose { min-width: 0; }
.prose section { margin-bottom: 3.5rem; scroll-margin-top: 7rem; }
.prose h2 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.prose h3 { margin: 1.8rem 0 .6rem; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.prose p, .prose li { color: #4f6065; line-height: 1.82; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose a { color: #77531e; text-underline-offset: .2em; }
.prose .callout { margin: 2rem 0; padding: 1.5rem; background: var(--cream); border-left: 3px solid var(--gold); }
.prose .callout p { margin: 0; }
.prose .large-note { color: var(--ink); font-family: var(--serif); font-size: 1.7rem; line-height: 1.35; }
.page-meta { display: flex; gap: 1rem; margin-top: 1.5rem; color: rgba(255, 255, 255, .5); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0; }
.contact-card { padding: 1.5rem; background: var(--white); border: 1px solid var(--line); }
.contact-card span { display: block; margin-bottom: .5rem; color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-card a, .contact-card strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }

.error-page { min-height: 100svh; display: grid; place-items: center; padding: 2rem; background: var(--deep); color: var(--white); text-align: center; }
.error-page strong { display: block; color: var(--gold); font-family: var(--serif); font-size: clamp(6rem, 25vw, 15rem); font-weight: 400; line-height: .7; }
.error-page h1 { margin: 2rem 0 .8rem; font-family: var(--serif); font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 400; }
.error-page p { max-width: 550px; margin: 0 auto 2rem; color: rgba(255, 255, 255, .65); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes heroIn { from { opacity: 0; transform: scale(1.045); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1100px) {
  .hotel-card { grid-template-rows: 300px 1fr; }
  .hotel-card-featured { grid-template-rows: minmax(520px, auto); }
  .advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-content, .experience-image { min-height: 680px; }
  .footer-main { grid-template-columns: 1.6fr repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .site-header { min-height: 76px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; top: 76px; left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .65rem 1.25rem; background: var(--deep); border: 1px solid var(--dark-line); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: .85rem 0; border-bottom: 1px solid var(--dark-line); }
  .primary-nav a:last-child { border-bottom: 0; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); }
  .trust-strip > p { grid-column: 1 / -1; min-height: auto; border-top: 1px solid var(--line); }
  .section-heading, .destinations, .faq, .responsible-banner { grid-template-columns: 1fr; }
  .section-heading { gap: 1.5rem; }
  .hotel-card-featured { grid-template-columns: 1fr; grid-template-rows: 400px auto; }
  .destination-intro, .faq-intro { position: static; }
  .destination-list { padding: 0 clamp(1.25rem, 7vw, 7.5rem) 5rem; }
  .experiences { grid-template-columns: 1fr; }
  .experience-image, .experience-content { min-height: 620px; }
  .experience-content-light { order: 4; }
  .experiences .experience-image:last-child { order: 3; }
  .planning { padding: 4rem 1.25rem; background: var(--deep-2); }
  .planning-panel { grid-template-columns: 1fr; gap: 2.5rem; }
  .responsible-banner > div:first-child { padding-left: 5.5rem; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .content-shell { grid-template-columns: 1fr; }
  .content-nav { position: static; }
}

@media (max-width: 640px) {
  .site-header { padding: 1rem 1.25rem; }
  .brand { font-size: .8rem; }
  .brand-mark { width: 2.35rem; }
  .age-badge { width: 2.35rem; }
  .hero { min-height: 690px; }
  .hero-shade { background: linear-gradient(0deg, rgba(3, 15, 19, .96) 0%, rgba(3, 15, 19, .58) 62%, rgba(3, 15, 19, .18)); }
  .hero-image { object-position: 63% center; }
  .hero-content { width: 100%; padding: 0 1.25rem 8.2rem; }
  .hero h1 { font-size: clamp(3.65rem, 18vw, 5.1rem); line-height: .88; }
  .hero-content > p:not(.eyebrow) { margin: 1.4rem 0 1.7rem; font-size: .98rem; }
  .button { min-width: 100%; }
  .hero-note { left: 1.25rem; right: auto; bottom: 2rem; }
  .hero-index { display: none; }
  .trust-strip { grid-template-columns: 1fr; border: 0; }
  .trust-strip > div, .trust-strip > p { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip > p { grid-column: auto; }
  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .section-heading h2, .faq-intro h2 { font-size: 3.35rem; }
  .hotel-toolbar { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .hotel-grid { grid-template-columns: 1fr; }
  .hotel-card, .hotel-card-featured { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 285px auto; }
  .hotel-meta { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .destination-intro { padding-top: 5rem; padding-bottom: 3rem; }
  .destination-intro h2 { font-size: 3.7rem; }
  .destination-item { grid-template-columns: 2rem 1fr auto; gap: .7rem; }
  .destination-item h3 { font-size: 2.25rem; }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-card { min-height: 280px; }
  .advantage-card > span { margin-bottom: 3.7rem; }
  .experience-content, .experience-image { min-height: auto; }
  .experience-image { aspect-ratio: 4 / 5; }
  .experience-content { padding: 4rem 1.25rem; }
  .experience-content h2 { font-size: 3.45rem; }
  .planning { padding-right: 0; padding-left: 0; }
  .planning-panel { padding: 3.5rem 1.25rem; }
  .planning-panel h2 { font-size: 3.5rem; }
  .faq-item summary { font-size: 1.2rem; }
  .responsible-banner { padding-top: 4rem; padding-bottom: 4rem; }
  .responsible-banner > div:first-child { padding-left: 0; padding-top: 5.5rem; }
  .responsible-age { width: 4rem; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-template-columns: 1fr; gap: .35rem; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
  .age-actions { flex-direction: column; }
  .age-actions button, .age-actions a { width: 100%; }
  .page-header { padding-top: 9rem; }
  .page-header h1 { font-size: 4rem; }
  .page-meta { flex-direction: column; gap: .35rem; }
  .contact-cards { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .site-footer, .age-gate, .menu-toggle { display: none !important; }
  body { background: #fff; color: #000; }
  .page-header { padding: 2rem 0; background: #fff; color: #000; }
  .page-header p:not(.eyebrow) { color: #333; }
  .content-shell { display: block; padding: 1rem 0; }
  .content-nav { display: none; }
}
