 
:root {
  --navy: #10272f;
  --navy-soft: #183740;
  --ivory: #f6f2ea;
  --sand: #ddd0bc;
  --gold: #b89a68;
  --ocean: #526e68;
  --charcoal: #222624;
  --muted: #66706d;
  --white: #ffffff;
  --line: rgba(34, 38, 36, 0.14);
  --shadow: 0 20px 55px rgba(17, 39, 47, 0.12);
  --radius-sm: 10px;
  --radius: 20px;
  --radius-lg: 32px;
  --container: 1400px;
  --section-space: clamp(76px, 9vw, 142px);
  --font-serif: "Playfair Display", Georgia, serif;
  --font-sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--white); font-family: var(--font-sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
::selection { background: var(--sand); color: var(--navy); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.section-ivory { background: var(--ivory); }
.section-sand { background: #ece4d8; }
.section-navy { color: var(--white); background: var(--navy); }
.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 2000; padding: 10px 14px; border-radius: 8px; color: var(--white); background: var(--navy); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { margin: 0; font-family: var(--font-serif); font-weight: 500; line-height: 1.08; letter-spacing: -0.025em; }
h1 { font-size: clamp(3.4rem, 7vw, 7.4rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.8rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0; }
p + p { margin-top: 1.25em; }
.eyebrow { margin-bottom: 18px; color: var(--ocean); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: rgba(255,255,255,.74); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 700; line-height: 1; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-sm { min-height: 42px; padding-inline: 18px; font-size: .92rem; }
.button-solid { color: var(--white); background: var(--navy); }
.button-solid:hover { background: var(--navy-soft); box-shadow: 0 10px 24px rgba(16,39,47,.18); }
.button-outline { color: var(--navy); border-color: rgba(16,39,47,.35); background: transparent; }
.button-outline:hover { color: var(--white); border-color: var(--navy); background: var(--navy); }
.button-outline-dark { color: var(--navy); border-color: rgba(16,39,47,.24); background: transparent; }
.button-outline-dark:hover { border-color: var(--navy); background: rgba(16,39,47,.05); }
.button-light { color: var(--navy); background: var(--white); }
.button-light:hover { background: var(--ivory); }
.button-ghost-light { color: var(--white); border-color: rgba(255,255,255,.5); background: transparent; }
.button-ghost-light:hover { color: var(--navy); border-color: var(--white); background: var(--white); }
.button-text { min-height: 44px; padding-inline: 8px; color: var(--navy); background: transparent; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.text-link i { transition: transform .2s ease; }
.text-link:hover i { transform: translateX(4px); }
.text-link-light { color: var(--white); }

 
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent; background: rgba(246,242,234,.94); backdrop-filter: blur(14px); transition: background .25s ease, box-shadow .25s ease, border-color .25s ease; }
.home-page .site-header:not(.is-scrolled) { color: var(--white); background: transparent; backdrop-filter: none; }
.site-header.is-scrolled { color: var(--charcoal); border-color: rgba(34,38,36,.08); background: rgba(246,242,234,.94); box-shadow: 0 8px 30px rgba(16,39,47,.08); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 32px; }
.brand { font-family: var(--font-serif); font-size: 1.55rem; font-weight: 600; letter-spacing: -.02em; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .95rem; font-weight: 600; }
.primary-nav > a:not(.button) { position: relative; padding-block: 12px; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 1px; background: currentColor; transition: right .2s ease; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a[aria-current="page"]::after { right: 0; }
.home-page .site-header:not(.is-scrolled) .nav-cta { color: var(--navy); background: var(--white); }
.brand { position: relative; z-index: 1002; }
.menu-open.home-page .site-header:not(.is-scrolled) .brand { color: var(--charcoal); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1.5px; margin: 5px auto; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

 
.home-hero { position: relative; display: grid; min-height: 92vh; align-items: end; color: var(--white); overflow: hidden; }
 
.home-hero { background: linear-gradient(90deg, rgba(8,24,30,.68), rgba(8,24,30,.2)), url('../images/hero-gold-coast-resort.jpg') center/cover no-repeat; }
.hero-content { position: relative; z-index: 1; max-width: 1050px; margin-left: max(24px, calc((100vw - min(1400px, calc(100vw - 48px))) / 2)); margin-right: 24px; padding-bottom: clamp(64px, 9vh, 112px); }
.hero-content h1 { max-width: 920px; }
.hero-lead { max-width: 700px; margin-top: 26px; font-size: clamp(1.1rem, 1.7vw, 1.35rem); color: rgba(255,255,255,.88); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.hero-location { display: flex; align-items: center; gap: 10px; margin-top: 46px; color: rgba(255,255,255,.72); font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }

.page-hero { position: relative; display: grid; min-height: 62vh; align-items: end; color: var(--white); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,24,30,.7), rgba(8,24,30,.24)); }
 
.page-hero-about { background: url('../images/about-hero.jpg') center/cover no-repeat; }
 
.page-hero-contact { background: url('../images/contact-hero.jpg') center/cover no-repeat; }
.page-hero-content { position: relative; z-index: 1; padding-bottom: clamp(58px, 8vw, 100px); }
.page-hero-content h1 { max-width: 920px; font-size: clamp(3rem, 6.3vw, 6.4rem); }
.page-hero-content > p:last-child { max-width: 650px; margin-top: 22px; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: rgba(255,255,255,.83); }
 
.split-editorial { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(54px, 7vw, 112px); align-items: center; }
.editorial-media { position: relative; }
.editorial-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.media-caption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 14px 16px; border-radius: 14px; color: var(--white); background: rgba(16,39,47,.78); backdrop-filter: blur(10px); font-size: .9rem; }
.editorial-copy h2 { max-width: 760px; margin-bottom: 32px; }
.editorial-copy > p:not(.eyebrow) { color: #46514e; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.stats-grid div { display: grid; gap: 5px; }
.stats-grid strong { color: var(--navy); font-family: var(--font-serif); font-size: clamp(1.7rem, 3vw, 2.45rem); font-weight: 500; line-height: 1; }
.stats-grid span { color: var(--muted); font-size: .84rem; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .6fr); gap: 50px; align-items: end; margin-bottom: 52px; }
.section-heading h2 { max-width: 800px; }
.section-heading > p { max-width: 480px; color: var(--muted); }
.rooms-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.room-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .3s ease, box-shadow .3s ease; }
.room-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.room-image-wrap { overflow: hidden; }
.room-image-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .5s ease; }
.room-card:hover .room-image-wrap img { transform: scale(1.03); }
.room-card-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.room-title-row { display: grid; gap: 12px; margin-bottom: 18px; }
.room-title-row h3 { color: var(--navy); }
.price { color: var(--ocean); font-weight: 700; }
.price span { font-size: .8em; font-weight: 500; }
.room-card-body > p { color: #56615e; font-size: .96rem; }
.room-specs { display: flex; flex-wrap: wrap; gap: 12px 18px; margin: 24px 0 16px; color: var(--navy); font-size: .9rem; font-weight: 600; }
.room-specs span { display: inline-flex; align-items: center; gap: 8px; }
.inclusion-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 14px; margin: 0 0 28px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.inclusion-list li { position: relative; padding-left: 17px; color: var(--muted); font-size: .84rem; }
.inclusion-list li::before { content: ""; position: absolute; left: 0; top: .75em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.room-card .button { margin-top: auto; align-self: flex-start; }
.rate-note { margin-top: 22px; color: var(--muted); font-size: .83rem; }

 
.amenities-layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(58px, 7vw, 108px); align-items: center; }
.amenities-collage { position: relative; min-height: 700px; }
.amenity-image { position: absolute; overflow: hidden; border-radius: var(--radius-lg); }
.amenity-image img { width: 100%; height: 100%; object-fit: cover; }
.amenity-image-large { inset: 0 18% 8% 0; }
.amenity-image-small { right: 0; bottom: 0; width: 48%; height: 38%; border: 8px solid var(--navy); }
.amenities-copy h2 { margin-bottom: 30px; }
.amenities-copy > p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.icon-amenities { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 30px 0 36px; padding: 26px 0; border-block: 1px solid rgba(255,255,255,.15); list-style: none; }
.icon-amenities li { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.86); font-size: .87rem; }
.icon-amenities i { width: 18px; color: #d8c19b; }

.destination-section { padding-bottom: var(--section-space); background: var(--ivory); }
.destination-media { width: min(calc(100% - 48px), 1560px); margin-inline: auto; overflow: hidden; border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
.destination-media img { width: 100%; height: min(66vw, 760px); min-height: 430px; object-fit: cover; }
.destination-content { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(56px, 8vw, 126px); margin-top: 72px; }
.destination-copy h2 { margin-bottom: 28px; }
.destination-copy > p:not(.eyebrow) { color: #55605d; }
.destination-copy .button { margin-top: 32px; }
.destination-highlights { border-top: 1px solid var(--line); }
.destination-highlights article { display: grid; grid-template-columns: 54px 1fr; gap: 8px 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.destination-highlights span { grid-row: 1 / span 2; color: var(--gold); font-size: .8rem; font-weight: 700; letter-spacing: .12em; }
.destination-highlights p { color: var(--muted); }
.final-cta-section { padding-top: 0; }
.final-cta { display: flex; align-items: end; justify-content: space-between; gap: 54px; padding: clamp(42px, 6vw, 80px); border-radius: var(--radius-lg); color: var(--white); background: var(--ocean); }
.final-cta h2 { max-width: 850px; }
.final-cta p:not(.eyebrow) { max-width: 640px; margin-top: 20px; color: rgba(255,255,255,.78); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; min-width: max-content; }

 
.about-intro-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .7fr); gap: clamp(56px, 8vw, 120px); align-items: start; }
.about-long-copy h2 { margin-bottom: 34px; }
.about-long-copy > p:not(.eyebrow) { max-width: 820px; color: #4f5a57; }
.sticky-image { position: sticky; top: 120px; }
.sticky-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.story-section { background: var(--white); }
.story-grid { display: grid; grid-template-columns: minmax(330px, .76fr) minmax(0, 1.24fr); gap: clamp(60px, 9vw, 140px); align-items: start; }
.story-visual { position: sticky; top: 120px; }
.story-visual img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--radius-lg); }
.story-content h2 { margin-bottom: 44px; }
.timeline { position: relative; padding-left: 34px; border-left: 1px solid rgba(16,39,47,.18); }
.timeline article { position: relative; padding: 0 0 54px 22px; }
.timeline article:last-child { padding-bottom: 0; }
.timeline-marker { position: absolute; left: -40px; top: 5px; width: 12px; height: 12px; border: 3px solid var(--white); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.timeline-kicker { margin-bottom: 8px; color: var(--ocean); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.timeline h3 { margin-bottom: 14px; }
.timeline p:last-child { color: var(--muted); }
.principles-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(16,39,47,.18); }
.principle { padding: 30px 26px 0 0; border-right: 1px solid rgba(16,39,47,.18); }
.principle + .principle { padding-left: 26px; }
.principle:last-child { border-right: 0; }
.principle span { display: block; margin-bottom: 48px; color: var(--gold); font-weight: 700; letter-spacing: .12em; }
.principle h3 { margin-bottom: 16px; color: var(--navy); }
.principle p { color: #5f6966; font-size: .94rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.review-card { padding: clamp(28px, 4vw, 44px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--ivory); }
.stars { color: var(--gold); letter-spacing: .16em; }
.review-card blockquote { margin: 28px 0 24px; font-family: var(--font-serif); font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.38; }
.review-card > p { color: var(--muted); font-size: .9rem; }
 
.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(54px, 8vw, 120px); align-items: start; }
.contact-details > h2 { max-width: 650px; margin-bottom: 24px; }
.contact-details > p:not(.eyebrow) { max-width: 640px; color: var(--muted); }
.contact-methods { display: grid; gap: 8px; margin-top: 40px; }
.contact-methods article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.contact-methods article:last-child { border-bottom: 1px solid var(--line); }
.contact-methods > article > i { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy); }
.contact-methods h3 { margin-bottom: 6px; font-family: var(--font-sans); font-size: 1rem; font-weight: 700; letter-spacing: 0; }
.contact-methods a { color: var(--navy); font-weight: 700; }
.contact-methods p { color: var(--muted); font-size: .88rem; }
.form-panel { padding: clamp(28px, 4vw, 48px); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.form-panel-heading { margin-bottom: 30px; }
.form-panel-heading h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; margin-bottom: 8px; color: var(--navy); font-size: .9rem; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #cad0cd; border-radius: 12px; background: #fbfaf7; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.form-field input, .form-field select { height: 52px; padding: 0 14px; }
.form-field textarea { min-height: 150px; padding: 14px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--ocean); background: var(--white); box-shadow: 0 0 0 3px rgba(82,110,104,.12); }
.form-field .is-invalid { border-color: #a1493f; }
.checkbox-field label { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--navy); }
.checkbox-field a { text-decoration: underline; }
.field-error { min-height: 18px; margin-top: 5px; color: #9a3f36; font-size: .78rem; }
.form-status { min-height: 27px; margin-top: 16px; color: var(--ocean); font-weight: 700; }
.map-section { padding: var(--section-space) 0; background: var(--white); }
.map-heading { margin-bottom: 34px; }
.map-heading h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.map-wrap { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.map-wrap iframe { display: block; width: 100%; height: clamp(450px, 42vw, 540px); border: 0; }

 
.legal-hero { padding: 170px 0 70px; background: var(--ivory); border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 980px; color: var(--navy); font-size: clamp(3rem, 6vw, 5.7rem); }
.legal-hero > .container > p:last-child { max-width: 780px; margin-top: 22px; color: var(--muted); font-size: 1.1rem; }
.legal-section { padding-top: 74px; }
.legal-document { max-width: 960px; }
.legal-updated { display: inline-flex; padding: 8px 12px; border-radius: 999px; color: var(--navy); background: var(--ivory); font-size: .84rem; font-weight: 700; }
.legal-document section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.legal-document h2 { margin-bottom: 16px; color: var(--navy); font-family: var(--font-sans); font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 700; letter-spacing: -.015em; }
.legal-document p { color: #525d5a; }
.legal-document section p + p { margin-top: 14px; }
.legal-document ul, .legal-document ol { margin: 16px 0 0 22px; color: #525d5a; }
.legal-document li + li { margin-top: 8px; }
.legal-document a { color: var(--ocean); text-decoration: underline; }
.legal-document code { padding: 2px 6px; border-radius: 6px; background: var(--ivory); font-size: .9em; }

 
.site-footer { padding-top: 74px; color: rgba(255,255,255,.76); background: #0b1b21; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .9fr 1.15fr; gap: 54px; padding-bottom: 56px; }
.footer-brand { color: var(--white); font-family: var(--font-serif); font-size: 2rem; font-weight: 600; }
.footer-brand-block p { max-width: 340px; margin-top: 18px; }
.footer-heading { margin-bottom: 18px; color: var(--white); font-family: var(--font-sans); font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-links, .footer-contact-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-links a, .footer-link-button, .footer-contact-list a { transition: color .2s ease; }
.footer-links a:hover, .footer-link-button:hover, .footer-contact-list a:hover { color: var(--white); }
.footer-link-button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.footer-contact-list li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; }
.footer-contact-list i { margin-top: .35em; color: #d1b88f; }
.responsible-notice { display: grid; grid-template-columns: 74px 1fr; gap: 22px; align-items: center; padding-block: 28px; border-block: 1px solid rgba(255,255,255,.13); }
.age-badge { display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--white); font-size: 1.25rem; font-weight: 700; }
.responsible-notice strong { color: var(--white); }
.responsible-notice p { margin-top: 4px; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 26px 34px; font-size: .82rem; }
.footer-bottom p span { margin-left: 10px; color: rgba(255,255,255,.5); }
.footer-bottom nav { display: flex; gap: 18px; }
 
.cookie-banner { position: fixed; left: 24px; bottom: 24px; z-index: 1500; width: min(620px, calc(100vw - 48px)); padding: 24px; border: 1px solid rgba(16,39,47,.12); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: 0 22px 70px rgba(16,39,47,.2); backdrop-filter: blur(12px); }
.cookie-banner[hidden], .cookie-modal[hidden] { display: none; }
.cookie-banner h2 { margin-bottom: 8px; color: var(--navy); font-family: var(--font-sans); font-size: 1.05rem; font-weight: 700; letter-spacing: 0; }
.cookie-banner p { color: var(--muted); font-size: .88rem; line-height: 1.55; }
.cookie-banner-copy > a { display: inline-block; margin-top: 8px; color: var(--ocean); font-size: .84rem; font-weight: 700; text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.cookie-actions .button { min-height: 42px; padding-inline: 16px; font-size: .82rem; }
.cookie-modal { position: fixed; inset: 0; z-index: 1600; display: grid; place-items: center; padding: 24px; }
.cookie-modal-backdrop { position: absolute; inset: 0; background: rgba(5,15,19,.62); backdrop-filter: blur(4px); }
.cookie-dialog { position: relative; z-index: 1; width: min(720px, 100%); max-height: min(760px, calc(100vh - 48px)); overflow: auto; padding: clamp(26px, 5vw, 44px); border-radius: 24px; background: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.cookie-dialog h2 { color: var(--navy); font-size: clamp(2rem, 5vw, 3.3rem); }
.modal-intro { margin-top: 14px; color: var(--muted); }
.modal-close { position: absolute; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.preference-list { margin-top: 28px; border-top: 1px solid var(--line); }
.preference-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.preference-row h3 { margin-bottom: 4px; color: var(--navy); font-family: var(--font-sans); font-size: 1rem; font-weight: 700; letter-spacing: 0; }
.preference-row p { color: var(--muted); font-size: .84rem; line-height: 1.55; }
.switch { position: relative; display: inline-flex; align-items: center; }
.switch input { position: absolute; opacity: 0; pointer-events: none; }
.switch > span:first-of-type { position: relative; width: 48px; height: 28px; border-radius: 99px; background: #c9d0cd; cursor: pointer; transition: background .2s ease; }
.switch > span:first-of-type::after { content: ""; position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: var(--white); box-shadow: 0 2px 6px rgba(0,0,0,.18); transition: transform .2s ease; }
.switch input:checked + span { background: var(--ocean); }
.switch input:checked + span::after { transform: translateX(20px); }
.switch input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.switch input:disabled + span { opacity: .72; cursor: not-allowed; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.modal-actions .button { min-height: 44px; font-size: .86rem; }
 
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
 
@media (max-width: 1180px) {
  .rooms-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .room-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .room-card:last-child .room-image-wrap img { height: 100%; aspect-ratio: auto; }
  .icon-amenities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .principles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 44px; }
  .principle:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-contact-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .primary-nav { position: fixed; inset: 0; z-index: 1001; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 96px 32px 44px; color: var(--charcoal); background: var(--ivory); transform: translateX(100%); transition: transform .3s ease; }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav > a:not(.button) { font-family: var(--font-serif); font-size: clamp(2rem, 8vw, 3.3rem); font-weight: 500; }
  .primary-nav .nav-cta { margin-top: 10px; }
  .home-page .site-header:not(.is-scrolled) .primary-nav { color: var(--charcoal); }
  .home-page .site-header:not(.is-scrolled) .menu-toggle[aria-expanded="true"] { color: var(--charcoal); }
  .hero-content { margin-left: 18px; margin-right: 18px; }
  .split-editorial, .amenities-layout, .destination-content, .about-intro-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-editorial { gap: 52px; }
  .editorial-media { max-width: 720px; }
  .amenities-collage { min-height: 630px; }
  .destination-content { gap: 54px; }
  .about-intro-grid { gap: 54px; }
  .sticky-image, .story-visual { position: static; max-width: 720px; }
  .story-grid { gap: 54px; }
  .story-visual img { aspect-ratio: 16/10; }
  .reviews-grid { grid-template-columns: 1fr; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  .cta-actions { min-width: 0; }
  .contact-grid { gap: 60px; }
}

@media (max-width: 760px) {
  .section { padding-block: clamp(64px, 14vw, 92px); }
  .home-hero { min-height: 88vh; }
  .hero-content { padding-bottom: 56px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-location { margin-top: 34px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 36px; }
  .stats-grid { grid-template-columns: 1fr; gap: 18px; }
  .stats-grid div { grid-template-columns: 110px 1fr; align-items: center; }
  .rooms-grid { grid-template-columns: 1fr; }
  .room-card:last-child { grid-column: auto; display: flex; }
  .room-card:last-child .room-image-wrap img { height: auto; aspect-ratio: 4/3; }
  .amenities-collage { min-height: 520px; }
  .amenity-image-large { right: 10%; }
  .amenity-image-small { width: 48%; height: 35%; }
  .icon-amenities { grid-template-columns: 1fr 1fr; }
  .destination-media { width: 100%; border-radius: 0; }
  .destination-media img { min-height: 360px; }
  .destination-content { margin-top: 52px; }
  .principles-grid { grid-template-columns: 1fr; row-gap: 0; }
  .principle, .principle + .principle { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(16,39,47,.18); }
  .principle span { margin-bottom: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-contact-list { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 540px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 66px; }
  .brand { font-size: 1.32rem; }
  .home-hero { min-height: 84vh; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.45rem); }
  .page-hero { min-height: 58vh; }
  .page-hero-content { padding-bottom: 44px; }
  .room-card-body { padding: 22px; }
  .inclusion-list { grid-template-columns: 1fr; }
  .amenities-collage { min-height: 430px; }
  .amenity-image-large { inset: 0 6% 12% 0; }
  .amenity-image-small { width: 52%; height: 32%; border-width: 5px; }
  .icon-amenities { grid-template-columns: 1fr; }
  .destination-highlights article { grid-template-columns: 40px 1fr; }
  .final-cta { padding: 30px 24px; }
  .cta-actions { width: 100%; }
  .cta-actions .button { width: 100%; }
  .timeline { padding-left: 22px; }
  .timeline article { padding-left: 15px; }
  .timeline-marker { left: -28px; }
  .form-panel { padding: 24px 18px; border-radius: var(--radius); }
  .map-wrap { width: 100%; border-radius: 0; }
  .map-wrap iframe { height: 440px; }
  .legal-hero { padding-top: 130px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand-block, .footer-grid > :last-child { grid-column: auto; }
  .responsible-notice { grid-template-columns: 58px 1fr; }
  .age-badge { width: 52px; height: 52px; font-size: 1rem; }
  .footer-bottom nav { flex-wrap: wrap; }
  .cookie-banner { left: 0; bottom: 0; width: 100%; max-width: none; padding: 20px 16px; border-radius: 20px 20px 0 0; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-actions .button { width: 100%; }
  .cookie-modal { padding: 0; align-items: end; }
  .cookie-dialog { width: 100%; max-height: 92vh; border-radius: 22px 22px 0 0; }
  .preference-row { grid-template-columns: 1fr auto; }
  .modal-actions { display: grid; grid-template-columns: 1fr; }
  .modal-actions .button { width: 100%; }
}

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