:root {
  --forest: #0b2925;
  --forest-2: #123c35;
  --forest-3: #1d5046;
  --cream: #f2eee2;
  --paper: #fffdf7;
  --sand: #ded6c5;
  --coral: #f26f3f;
  --coral-light: #ff895e;
  --aqua: #8bd8cf;
  --sky: #bfdedb;
  --ink: #102b27;
  --muted: #66736e;
  --line: rgba(16, 43, 39, 0.17);
  --white-line: rgba(255, 255, 255, 0.22);
  --sans: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body, button, input, select, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, a { cursor: pointer; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--coral); color: #fff; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
.site-shell { min-width: 320px; overflow: clip; }
.section-shell { margin-inline: auto; max-width: var(--max); padding-inline: clamp(24px, 5vw, 82px); }
.skip-link { background: var(--coral); color: #fff; left: 16px; padding: 12px 18px; position: fixed; top: -80px; z-index: 200; }
.skip-link:focus { top: 16px; }

.site-header { align-items: center; color: #fff; display: flex; height: 94px; justify-content: space-between; left: 0; padding: 16px clamp(22px, 4.5vw, 76px); position: fixed; right: 0; top: 0; transition: background 240ms ease, box-shadow 240ms ease, height 240ms ease; z-index: 100; }
.site-header.is-scrolled { backdrop-filter: blur(18px); background: rgba(7, 34, 30, 0.94); box-shadow: 0 12px 36px rgba(6, 24, 22, 0.16); height: 78px; }
.brand { align-items: center; display: inline-flex; gap: 12px; position: relative; z-index: 102; }
.brand img { border: 1px solid rgba(255,255,255,.48); border-radius: 50%; height: 46px; object-fit: cover; width: 46px; }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-size: 1.02rem; font-weight: 850; letter-spacing: .16em; line-height: 1; }
.brand small { font-size: .54rem; font-weight: 650; letter-spacing: .19em; margin-top: 6px; opacity: .7; text-transform: uppercase; }
.primary-nav { align-items: center; display: flex; font-size: .7rem; font-weight: 750; gap: clamp(16px, 2vw, 32px); letter-spacing: .12em; text-transform: uppercase; }
.primary-nav > a { padding-block: 12px; position: relative; }
.primary-nav > a:not(.nav-cta)::after { background: var(--coral); bottom: 5px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; width: 100%; }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.primary-nav .nav-facebook { color: var(--aqua); }
.primary-nav .nav-cta { align-items: center; background: var(--coral); border-radius: 999px; display: inline-flex; gap: 14px; padding: 14px 18px; transition: background 180ms ease, transform 180ms ease; }
.primary-nav .nav-cta:hover { background: var(--coral-light); transform: translateY(-2px); }
.menu-toggle { background: none; border: 0; display: none; height: 46px; padding: 10px; position: relative; width: 46px; z-index: 102; }
.menu-toggle span { background: #fff; display: block; height: 2px; margin: 6px 0; transition: transform 220ms ease; width: 25px; }
.site-header.is-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
.site-header.is-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }

.home-hero, .internal-hero { color: #fff; isolation: isolate; overflow: hidden; position: relative; }
.home-hero { height: 100svh; max-height: 960px; min-height: 760px; }
.internal-hero { height: 74svh; max-height: 790px; min-height: 650px; }
.hero-image, .hero-wash { height: 100%; inset: 0; position: absolute; width: 100%; }
.hero-image { object-fit: cover; z-index: -3; }
.home-hero .hero-image { object-position: 55% 50%; transform: scale(1.02); }
.hero-wash { background: linear-gradient(90deg, rgba(4, 28, 25, .9) 0%, rgba(4, 28, 25, .67) 46%, rgba(4, 28, 25, .1) 78%), linear-gradient(0deg, rgba(4, 28, 25, .86) 0%, transparent 46%); z-index: -2; }
.hero-rings { height: 56vw; max-height: 820px; max-width: 820px; pointer-events: none; position: absolute; right: -8vw; top: -20vw; width: 56vw; }
.hero-rings i { border: 1px solid rgba(255,255,255,.3); border-radius: 50%; inset: 0; position: absolute; }
.hero-rings i:last-child { inset: 22%; }
.home-hero-copy { left: clamp(24px, 7vw, 110px); max-width: 850px; position: absolute; top: 48%; transform: translateY(-50%); z-index: 2; }
.eyebrow { align-items: center; display: flex; font-size: .68rem; font-weight: 800; gap: 12px; letter-spacing: .19em; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow span { background: var(--coral); border-radius: 50%; height: 8px; width: 8px; }
.home-hero h1, .internal-hero h1 { font-size: clamp(4rem, 8vw, 8.8rem); font-weight: 680; letter-spacing: -.065em; line-height: .82; margin: 0; }
.home-hero h1 em, .internal-hero h1 em, h2 em { color: var(--aqua); font-family: var(--serif); font-weight: 400; }
.hero-lead, .internal-hero-copy > p:not(.eyebrow) { font-size: clamp(1rem, 1.4vw, 1.28rem); line-height: 1.65; margin: 32px 0 0; max-width: 660px; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: .72rem; font-weight: 800; gap: 22px; justify-content: center; letter-spacing: .1em; min-height: 52px; padding: 14px 20px 14px 24px; text-transform: uppercase; transition: background 180ms ease, border 180ms ease, color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-coral { background: var(--coral); color: #fff; }
.button-coral:hover { background: var(--coral-light); }
.button-glass { backdrop-filter: blur(12px); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.42); color: #fff; }
.button-glass:hover { background: rgba(255,255,255,.16); }
.button-dark { background: var(--forest); color: #fff; }
.button-dark:hover { background: var(--forest-3); }
.button-outline { border-color: rgba(16,43,39,.38); color: var(--ink); }
.button-outline:hover { background: var(--paper); }
.button-outline-light { border-color: rgba(255,255,255,.48); color: #fff; }
.hero-contact-strip { align-items: stretch; border-top: 1px solid var(--white-line); bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); left: 0; position: absolute; right: 0; z-index: 4; }
.hero-contact-strip a { backdrop-filter: blur(10px); background: rgba(5,31,28,.28); border-right: 1px solid var(--white-line); display: flex; flex-direction: column; min-height: 94px; padding: 20px clamp(24px, 5vw, 84px); transition: background 180ms ease; }
.hero-contact-strip a:hover { background: rgba(242,111,63,.84); }
.hero-contact-strip small { font-size: .56rem; font-weight: 800; letter-spacing: .16em; opacity: .65; }
.hero-contact-strip strong { font-size: .9rem; margin-top: 9px; }

.section-index { color: var(--coral); font-size: .63rem; font-weight: 850; letter-spacing: .19em; line-height: 1.4; margin: 0 0 24px; text-transform: uppercase; }
.statement { display: grid; gap: clamp(36px, 8vw, 130px); grid-template-columns: .46fr 1.54fr; padding-bottom: clamp(90px, 11vw, 170px); padding-top: clamp(90px, 11vw, 170px); }
.statement h2, .section-heading h2, .why-heading h2, .island-heading h2, .press-heading h2, .editorial-intro h2, .room-story-copy h2, .dining-copy h2, .drive-copy h2, .checklist-section h2, .faq-heading h2, .expansion-story h2, .map-copy h2 { font-size: clamp(3rem, 5.5vw, 6.4rem); font-weight: 650; letter-spacing: -.055em; line-height: .9; margin: 0; }
.statement > div > p { color: #485b56; font-size: clamp(1.08rem, 1.5vw, 1.35rem); line-height: 1.75; margin: 38px 0 0; max-width: 780px; }

.experience-grid { display: grid; gap: 18px; grid-template-columns: 1.28fr .72fr; padding-bottom: clamp(110px, 12vw, 180px); }
.experience-card { background: var(--forest); color: #fff; min-height: 360px; overflow: hidden; position: relative; }
.experience-card-large { grid-row: span 2; min-height: 740px; }
.experience-card > img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform 700ms cubic-bezier(.2,.7,.2,1); width: 100%; }
.experience-card::after { background: linear-gradient(0deg, rgba(5,29,26,.9), rgba(5,29,26,.08) 70%); content: ""; inset: 0; position: absolute; }
.experience-card > div:last-child { bottom: 0; left: 0; padding: clamp(26px, 4vw, 56px); position: absolute; right: 0; z-index: 2; }
.experience-card small { color: var(--aqua); font-size: .62rem; font-weight: 800; letter-spacing: .18em; }
.experience-card h2, .experience-card h3 { font-size: clamp(2rem, 3vw, 4rem); letter-spacing: -.04em; line-height: .98; margin: 14px 0; max-width: 650px; }
.experience-card p { line-height: 1.7; max-width: 500px; opacity: .78; }
.experience-card > div > span { display: block; font-size: .68rem; font-weight: 800; letter-spacing: .13em; margin-top: 26px; text-transform: uppercase; }
.experience-card:hover > img { transform: scale(1.055); }
.experience-card-aqua { background: var(--aqua); color: var(--ink); }
.experience-card-aqua::after { display: none; }
.experience-card-aqua > div:last-child { color: var(--ink); }
.experience-card-aqua small { color: var(--forest-3); }
.route-art { inset: 0; overflow: hidden; position: absolute; }
.route-art::before, .route-art::after { border: 1px solid rgba(16,43,39,.4); border-radius: 50%; content: ""; height: 420px; position: absolute; right: -100px; top: -150px; width: 420px; }
.route-art::after { height: 260px; right: -20px; top: -70px; width: 260px; }
.route-art i { background: var(--forest); height: 150%; left: 45%; position: absolute; top: -20%; transform: rotate(26deg); width: 42px; }
.route-art i::after { border-left: 2px dashed var(--aqua); content: ""; inset: 0 0 0 50%; position: absolute; }
.route-art b { font-size: .7rem; left: 20%; letter-spacing: .16em; position: absolute; top: 18%; }
.route-art b::before { background: var(--coral); border: 5px solid rgba(16,43,39,.18); border-radius: 50%; content: ""; height: 12px; left: -22px; position: absolute; top: -3px; width: 12px; }
.route-art > span { bottom: 18%; font-size: clamp(4rem, 8vw, 8rem); font-weight: 900; left: 6%; letter-spacing: -.08em; opacity: .1; position: absolute; transform: rotate(-8deg); }

.why-section { background: var(--paper); display: grid; gap: clamp(50px, 8vw, 130px); grid-template-columns: .9fr 1.1fr; max-width: none; padding-bottom: clamp(100px, 11vw, 170px); padding-top: clamp(100px, 11vw, 170px); }
.why-heading { padding-left: max(0px, calc((100vw - var(--max)) / 2)); }
.why-heading h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.why-list { padding-right: max(0px, calc((100vw - var(--max)) / 2)); }
.why-list article { border-top: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 54px 1fr; padding: 32px 0; }
.why-list article:last-child { border-bottom: 1px solid var(--line); }
.why-list article > span { color: var(--coral); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.why-list h3 { font-size: clamp(1.5rem, 2vw, 2.1rem); margin: 0 0 10px; }
.why-list p { color: #52615d; line-height: 1.72; margin: 0; max-width: 620px; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 820px; }
.split-media { min-height: 650px; overflow: hidden; position: relative; }
.split-media img { height: 100%; object-fit: cover; width: 100%; }
.split-media > a { background: rgba(8,34,30,.82); bottom: 18px; color: #fff; font-size: .6rem; left: 18px; letter-spacing: .08em; padding: 10px 12px; position: absolute; }
.split-copy { align-items: flex-start; background: var(--coral); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 7vw, 112px); }
.split-copy .section-index { color: var(--forest); }
.split-copy h2 { font-size: clamp(3.2rem, 5.7vw, 6.8rem); font-weight: 650; letter-spacing: -.06em; line-height: .86; margin: 0; }
.split-copy h2 em { color: var(--forest); }
.split-copy > p:not(.section-index) { font-size: 1.12rem; line-height: 1.75; margin: 32px 0; max-width: 650px; }
.stat-row { border-bottom: 1px solid rgba(16,43,39,.32); border-top: 1px solid rgba(16,43,39,.32); display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
.stat-row div { border-right: 1px solid rgba(16,43,39,.32); padding: 24px 14px 24px 0; }
.stat-row div:last-child { border: 0; padding-left: 18px; }
.stat-row div:nth-child(2) { padding-left: 18px; }
.stat-row strong { color: var(--forest); display: block; font-size: clamp(2.1rem, 3vw, 3.6rem); }
.stat-row span { display: block; font-size: .64rem; font-weight: 800; letter-spacing: .12em; margin-top: 7px; text-transform: uppercase; }
.text-link { border-bottom: 1px solid currentColor; display: inline-flex; font-size: .7rem; font-weight: 850; gap: 18px; letter-spacing: .11em; padding-bottom: 8px; text-transform: uppercase; }

.island-section { align-items: center; display: grid; gap: clamp(50px, 8vw, 130px); grid-template-columns: 1fr 1fr; padding-bottom: clamp(120px, 13vw, 190px); padding-top: clamp(120px, 13vw, 190px); }
.island-heading > p:not(.section-index) { color: #53625e; font-size: 1.08rem; line-height: 1.75; margin: 30px 0; max-width: 650px; }
.postcard-stack { min-height: 610px; position: relative; }
.postcard-stack figure { background: var(--paper); box-shadow: 0 28px 75px rgba(15,43,38,.2); margin: 0; padding: 14px 14px 38px; position: absolute; width: min(76%, 460px); }
.postcard-stack figure:first-child { left: 0; top: 0; transform: rotate(-6deg); }
.postcard-stack figure:last-child { bottom: 0; right: 0; transform: rotate(8deg); }
.postcard-stack img { aspect-ratio: 1.35; object-fit: cover; width: 100%; }
.postcard-stack figcaption { font-size: .62rem; font-weight: 800; letter-spacing: .13em; margin: 18px 8px 0; }

.press-section { padding-bottom: clamp(110px, 13vw, 190px); }
.press-section { display: grid; gap: clamp(50px, 7vw, 110px); grid-template-columns: .7fr 1.3fr; }
.press-heading h2 { font-size: clamp(3rem, 4.7vw, 5.4rem); }
.press-list { border-top: 1px solid var(--line); }
.press-list a { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 150px 1fr 30px; padding: 30px 0; transition: color 180ms ease, padding 180ms ease; }
.press-list a:hover { color: var(--coral); padding-left: 10px; }
.press-list span { display: flex; flex-direction: column; gap: 7px; }
.press-list small { font-size: .65rem; font-weight: 850; letter-spacing: .13em; }
.press-list time { color: var(--muted); font-size: .62rem; letter-spacing: .1em; }
.press-list h3 { font-size: clamp(1.15rem, 1.5vw, 1.55rem); line-height: 1.3; margin: 0; }
.press-list i { font-size: 1.4rem; font-style: normal; }

.final-cta { background: var(--forest); color: #fff; display: grid; grid-template-columns: .42fr 1.58fr; min-height: 680px; overflow: hidden; }
.final-cta > img { height: 100%; object-fit: cover; width: 100%; }
.final-cta > div { align-self: center; padding: clamp(55px, 8vw, 130px); }
.final-cta h2 { font-size: clamp(3.7rem, 7vw, 8rem); letter-spacing: -.065em; line-height: .85; margin: 0; }
.final-cta p:not(.eyebrow) { font-size: 1.1rem; line-height: 1.7; max-width: 650px; }

.internal-hero .hero-image { object-position: center; }
.internal-hero .hero-wash { background: linear-gradient(90deg, rgba(4,28,25,.93) 0%, rgba(4,28,25,.75) 45%, rgba(4,28,25,.17) 82%), linear-gradient(0deg, rgba(4,28,25,.78), transparent 50%); }
.internal-hero-copy { left: clamp(24px, 7vw, 110px); max-width: 930px; position: absolute; top: 55%; transform: translateY(-50%); }
.internal-hero h1 { font-size: clamp(3.7rem, 7vw, 7.7rem); }
.internal-hero-dining .hero-image { object-position: 66% 54%; }
.internal-hero-drive .hero-image { object-position: 58% 50%; }
.internal-hero-island .hero-image { object-position: 58% center; }
.internal-hero-expansion .hero-image { object-position: 66% center; }
.internal-hero-contact .hero-image { object-position: 76% 30%; }

.editorial-intro { display: grid; gap: clamp(42px, 8vw, 130px); grid-template-columns: .45fr 1.55fr; padding-bottom: clamp(100px, 12vw, 170px); padding-top: clamp(100px, 12vw, 170px); }
.editorial-intro h2 { font-size: clamp(3rem, 5.3vw, 6rem); }
.editorial-intro > div > p { color: #4d5e59; font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.85; max-width: 850px; }
.amenity-band { background: var(--forest); color: #fff; }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-bottom: 80px; padding-top: 80px; }
.amenity-grid article { border-left: 1px solid var(--white-line); padding: 0 clamp(22px, 3vw, 44px); }
.amenity-grid article:first-child { border: 0; padding-left: 0; }
.amenity-grid article > span { color: var(--coral); font-size: .64rem; font-weight: 850; letter-spacing: .13em; }
.amenity-grid h3 { font-family: var(--serif); font-size: 2.2rem; font-weight: 400; margin: 18px 0 10px; }
.amenity-grid p { line-height: 1.7; margin: 0; opacity: .7; }
.room-story { align-items: center; display: grid; gap: clamp(50px, 8vw, 130px); grid-template-columns: 1.1fr .9fr; padding-bottom: clamp(110px, 13vw, 190px); padding-top: clamp(110px, 13vw, 190px); }
.room-story-media { position: relative; }
.room-story-media img { aspect-ratio: 1.15; object-fit: cover; width: 100%; }
.room-story-media > span { background: var(--coral); bottom: -16px; color: #fff; font-size: .64rem; font-weight: 850; left: -16px; letter-spacing: .14em; padding: 16px 18px; position: absolute; }
.room-story-copy > p:not(.section-index) { color: #4d5e59; line-height: 1.8; }
.room-story-copy .text-link { margin-top: 22px; }
.gallery-section { padding-bottom: clamp(110px, 13vw, 190px); }
.section-heading { display: flex; justify-content: space-between; margin-bottom: 60px; }
.gallery-grid { display: grid; gap: 14px; grid-auto-flow: dense; grid-template-columns: repeat(3, 1fr); }
.gallery-card { background: var(--forest); border: 0; color: #fff; min-height: 330px; overflow: hidden; padding: 0; position: relative; }
.gallery-card.gallery-wide { grid-column: span 2; }
.gallery-card.gallery-tall { grid-row: span 2; }
.gallery-card img { height: 100%; object-fit: cover; position: absolute; transition: transform 650ms ease; width: 100%; }
.gallery-card::after { background: linear-gradient(0deg, rgba(3,24,21,.72), transparent 58%); content: ""; inset: 0; position: absolute; }
.gallery-card span { bottom: 20px; font-size: .72rem; font-weight: 800; left: 22px; letter-spacing: .1em; position: absolute; text-transform: uppercase; z-index: 2; }
.gallery-card i { bottom: 17px; font-size: 1.35rem; font-style: normal; position: absolute; right: 22px; z-index: 2; }
.gallery-card:hover img { transform: scale(1.05); }
.lightbox[hidden] { display: none; }
.lightbox { align-items: center; background: rgba(3,24,21,.96); display: flex; inset: 0; justify-content: center; padding: 50px; position: fixed; z-index: 300; }
.lightbox figure { margin: 0; max-height: 90vh; max-width: 1100px; }
.lightbox figure img { max-height: 82vh; object-fit: contain; }
.lightbox figcaption { color: #fff; font-size: .7rem; letter-spacing: .12em; margin-top: 14px; text-transform: uppercase; }
.lightbox-close { background: none; border: 0; color: #fff; font-size: 2.4rem; padding: 10px; position: absolute; right: 25px; top: 18px; }

.faq-section { display: grid; gap: clamp(50px, 8vw, 130px); grid-template-columns: .78fr 1.22fr; padding-bottom: clamp(110px, 13vw, 190px); }
.faq-heading h2 { font-size: clamp(3rem, 4.8vw, 5.5rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; display: flex; font-size: clamp(1.05rem, 1.5vw, 1.35rem); font-weight: 720; justify-content: space-between; list-style: none; padding: 27px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-size: 1.35rem; transition: transform 200ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: #52635e; line-height: 1.8; margin: -4px 55px 28px 0; }
.content-cta { align-items: center; background: var(--aqua); display: flex; justify-content: space-between; max-width: none; padding-bottom: clamp(70px, 8vw, 110px); padding-left: max(clamp(24px,5vw,82px), calc((100vw - var(--max)) / 2 + 82px)); padding-right: max(clamp(24px,5vw,82px), calc((100vw - var(--max)) / 2 + 82px)); padding-top: clamp(70px, 8vw, 110px); }
.content-cta h2 { font-size: clamp(2.8rem, 5vw, 5.7rem); letter-spacing: -.055em; line-height: .9; margin: 0; }
.content-cta p:not(.section-index) { line-height: 1.7; max-width: 680px; }

.dining-story { background: var(--paper); display: grid; grid-template-columns: .72fr 1.28fr; min-height: 760px; }
.dining-photo { min-height: 720px; overflow: hidden; position: relative; }
.dining-photo img { height: 100%; object-fit: cover; width: 100%; }
.dining-photo > div { background: var(--coral); bottom: 0; color: #fff; display: flex; flex-direction: column; left: 0; padding: 24px; position: absolute; }
.dining-photo span { font-size: .58rem; font-weight: 850; letter-spacing: .18em; }
.dining-photo strong { font-family: var(--serif); font-size: 2.2rem; font-style: italic; }
.dining-copy { align-self: center; padding: clamp(55px, 9vw, 145px); }
.number-list { margin: 36px 0; }
.number-list > div { border-top: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 44px 1fr; padding: 20px 0; }
.number-list > div:last-child { border-bottom: 1px solid var(--line); }
.number-list span { color: var(--coral); font-size: .64rem; font-weight: 850; }
.number-list p { line-height: 1.6; margin: 0; }
.number-list strong { display: block; font-size: 1.05rem; margin-bottom: 4px; }
.social-callout { align-items: center; display: grid; gap: 40px; grid-template-columns: 1.2fr .8fr auto; padding-bottom: 100px; padding-top: 100px; }
.social-callout small { color: var(--coral); font-size: .62rem; font-weight: 850; letter-spacing: .18em; }
.social-callout h2 { font-size: clamp(2.6rem, 4vw, 4.6rem); letter-spacing: -.05em; line-height: .95; margin: 16px 0 0; }
.social-callout p { line-height: 1.75; }

.drive-map { align-items: center; display: grid; gap: clamp(55px, 8vw, 130px); grid-template-columns: 1.1fr .9fr; padding-bottom: clamp(100px, 12vw, 170px); }
.drive-art { aspect-ratio: 1.2; background: var(--aqua); min-height: 560px; overflow: hidden; position: relative; }
.drive-art::before, .drive-art::after { border: 1px solid rgba(16,43,39,.28); border-radius: 50%; content: ""; height: 520px; position: absolute; right: -170px; top: -190px; width: 520px; }
.drive-art::after { height: 310px; right: -65px; top: -85px; width: 310px; }
.road { height: 150%; left: 42%; position: absolute; top: -26%; transform: rotate(31deg); width: 76px; }
.road i:first-child { background: var(--forest); inset: 0; position: absolute; }
.road i:nth-child(2) { border-left: 3px dashed var(--aqua); inset: 0 0 0 50%; position: absolute; }
.road i:last-child { border-left: 1px solid var(--cream); border-right: 1px solid var(--cream); inset: 0 10px; position: absolute; }
.pin { font-size: .65rem; font-weight: 850; letter-spacing: .12em; position: absolute; }
.pin b { align-items: center; background: var(--coral); border-radius: 50%; color: #fff; display: inline-flex; height: 30px; justify-content: center; margin-right: 8px; width: 30px; }
.pin-one { left: 14%; top: 24%; }
.pin-two { bottom: 18%; right: 10%; }
.drive-art > strong { bottom: 7%; color: rgba(16,43,39,.11); font-size: clamp(5rem, 9vw, 10rem); left: 3%; letter-spacing: -.09em; line-height: .75; position: absolute; }
.drive-copy > p:not(.section-index) { color: #4e605b; line-height: 1.8; }
.checklist-section { display: grid; gap: clamp(55px, 8vw, 130px); grid-template-columns: .85fr 1.15fr; padding-bottom: clamp(110px, 13vw, 190px); }
.checklist-section ol { list-style: none; margin: 0; padding: 0; }
.checklist-section li { border-top: 1px solid var(--line); display: grid; gap: 26px; grid-template-columns: 48px 1fr; padding: 24px 0; }
.checklist-section li:last-child { border-bottom: 1px solid var(--line); }
.checklist-section li > span { color: var(--coral); font-size: .65rem; font-weight: 850; }
.checklist-section li p { line-height: 1.65; margin: 0; }
.checklist-section li strong { display: block; font-size: 1.1rem; margin-bottom: 4px; }

.destination-showcase { padding-bottom: clamp(110px, 13vw, 190px); }
.destination-feature { align-items: center; border-top: 1px solid var(--line); display: grid; gap: clamp(44px, 8vw, 120px); grid-template-columns: 1fr 1fr; padding: 75px 0; }
.destination-feature:last-child { border-bottom: 1px solid var(--line); }
.destination-feature-reverse img { order: 2; }
.destination-feature img { aspect-ratio: 1.35; object-fit: cover; width: 100%; }
.destination-feature span { color: var(--coral); font-size: .64rem; font-weight: 850; letter-spacing: .16em; }
.destination-feature h2 { font-size: clamp(3rem, 5vw, 6rem); letter-spacing: -.06em; line-height: .9; margin: 18px 0; }
.destination-feature p { color: #4f605b; line-height: 1.8; }
.destination-feature a { border-bottom: 1px solid; display: inline-block; font-size: .65rem; font-weight: 850; letter-spacing: .1em; margin-top: 18px; padding-bottom: 6px; text-transform: uppercase; }
.travel-notes { padding-bottom: clamp(110px, 13vw, 190px); }
.travel-notes > div:first-child { align-items: end; display: flex; justify-content: space-between; margin-bottom: 55px; }
.travel-notes h2 { font-size: clamp(3.1rem, 5vw, 5.9rem); letter-spacing: -.055em; line-height: .9; margin: 0; }
.travel-note-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.travel-note-grid article { border-left: 1px solid var(--line); padding: 30px; }
.travel-note-grid article:first-child { border: 0; padding-left: 0; }
.travel-note-grid span { color: var(--coral); font-size: .62rem; font-weight: 850; letter-spacing: .16em; }
.travel-note-grid h3 { font-size: 1.5rem; margin: 17px 0 10px; }
.travel-note-grid p { color: #54645f; line-height: 1.7; }
.source-note { color: #64736f; font-size: .76rem; line-height: 1.6; margin-top: 38px; }
.source-note a { text-decoration: underline; }

.expansion-numbers { display: grid; grid-template-columns: repeat(4, 1fr); padding-bottom: clamp(110px, 13vw, 190px); }
.expansion-numbers article { border-left: 1px solid var(--line); padding: 20px clamp(24px, 3vw, 44px); }
.expansion-numbers article:first-child { border: 0; padding-left: 0; }
.expansion-numbers strong { color: var(--coral); display: block; font-size: clamp(3.3rem, 5vw, 6rem); letter-spacing: -.06em; }
.expansion-numbers span { font-size: .62rem; font-weight: 850; letter-spacing: .15em; }
.expansion-numbers p { color: #54645f; line-height: 1.65; }
.expansion-story { align-items: center; display: grid; gap: clamp(55px, 8vw, 130px); grid-template-columns: 1fr 1fr; padding-bottom: clamp(110px, 13vw, 190px); }
.expansion-photo { position: relative; }
.expansion-photo img { width: 100%; }
.expansion-photo a { background: var(--forest); bottom: 15px; color: #fff; font-size: .6rem; left: 15px; letter-spacing: .08em; padding: 10px 12px; position: absolute; }
.expansion-story > div:last-child > p:not(.section-index) { color: #4d5e59; line-height: 1.8; }
.source-panel { align-items: center; background: var(--paper); display: flex; justify-content: space-between; margin-bottom: clamp(100px, 12vw, 170px); padding-bottom: 58px; padding-top: 58px; }
.source-panel small { color: var(--coral); font-size: .6rem; font-weight: 850; letter-spacing: .16em; }
.source-panel h2 { font-size: clamp(1.8rem, 3vw, 3.2rem); letter-spacing: -.035em; margin: 12px 0; max-width: 820px; }
.source-panel p { color: var(--muted); }

.contact-layout { display: grid; gap: clamp(50px, 8vw, 120px); grid-template-columns: .8fr 1.2fr; padding-bottom: clamp(110px, 13vw, 190px); padding-top: clamp(100px, 12vw, 170px); }
.contact-copy h2 { font-size: clamp(3rem, 5vw, 5.8rem); letter-spacing: -.06em; line-height: .9; margin: 0; }
.contact-copy > p:not(.section-index) { color: #4e5f5a; line-height: 1.8; }
.contact-cards { border-top: 1px solid var(--line); margin-top: 38px; }
.contact-cards a { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 6px; grid-template-columns: 1fr auto; padding: 20px 0; }
.contact-cards small { color: var(--coral); font-size: .58rem; font-weight: 850; grid-column: 1; letter-spacing: .14em; }
.contact-cards strong { font-size: .94rem; grid-column: 1; word-break: break-word; }
.contact-cards span { grid-column: 2; grid-row: 1 / span 2; }
.enquiry-form { background: var(--paper); display: grid; gap: 18px; grid-template-columns: 1fr 1fr; padding: clamp(28px, 5vw, 64px); }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-wide { grid-column: span 2; }
.field label { font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea { appearance: none; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); min-height: 48px; outline: 0; padding: 10px 0; width: 100%; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--coral); }
.field select { background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 13px) 21px, calc(100% - 8px) 21px; background-repeat: no-repeat; background-size: 5px 5px; }
.form-submit { grid-column: span 2; justify-self: start; margin-top: 8px; }
.form-note { color: var(--muted); font-size: .72rem; grid-column: span 2; line-height: 1.5; margin: 0; }
.map-section { background: var(--forest); color: #fff; display: grid; grid-template-columns: 1.25fr .75fr; min-height: 680px; }
.map-frame { min-height: 600px; position: relative; }
.map-frame iframe { border: 0; height: 100%; width: 100%; }
.map-frame > span { background: var(--coral); bottom: 22px; color: #fff; display: flex; flex-direction: column; left: 22px; padding: 15px 18px; position: absolute; }
.map-frame small { font-size: .55rem; font-weight: 850; letter-spacing: .14em; }
.map-frame strong { font-size: 1.3rem; margin-top: 4px; }
.map-copy { align-self: center; padding: clamp(50px, 6vw, 95px); }
.map-copy p:not(.section-index) { line-height: 1.75; opacity: .75; }

.site-footer { background: #071f1c; color: #fff; padding: clamp(70px, 9vw, 130px) clamp(24px, 6vw, 100px) 34px; }
.footer-top { align-items: flex-end; border-bottom: 1px solid var(--white-line); display: flex; justify-content: space-between; padding-bottom: 45px; }
.footer-identity { align-items: center; display: flex; gap: 18px; }
.footer-identity img { border-radius: 50%; }
.footer-identity div { display: flex; flex-direction: column; }
.footer-identity strong { font-size: 1.5rem; letter-spacing: .16em; }
.footer-identity span { font-size: .62rem; letter-spacing: .12em; margin-top: 7px; opacity: .58; text-transform: uppercase; }
.footer-top > p { color: var(--aqua); font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 2.4rem); font-style: italic; line-height: 1.25; margin: 0; max-width: 520px; text-align: right; }
.footer-grid { display: grid; gap: 60px; grid-template-columns: repeat(3, 1fr); padding: 55px 0 75px; }
.footer-grid > div { align-items: flex-start; display: flex; flex-direction: column; gap: 12px; }
.footer-grid small { color: var(--coral); font-size: .58rem; font-weight: 850; letter-spacing: .16em; margin-bottom: 10px; }
.footer-grid a, .footer-grid span { font-size: .9rem; line-height: 1.55; opacity: .72; }
.footer-grid a:hover { color: var(--aqua); opacity: 1; }
.footer-bottom { border-top: 1px solid var(--white-line); display: flex; font-size: .62rem; justify-content: space-between; letter-spacing: .1em; opacity: .5; padding-top: 28px; text-transform: uppercase; }
.mobile-actions { display: none; }
.not-found { align-items: center; background: var(--forest); color: #fff; display: flex; min-height: 82svh; padding: 140px clamp(24px, 7vw, 110px) 90px; }
.not-found > div { max-width: 1000px; }
.not-found h1 { font-size: clamp(3.5rem, 7vw, 7.7rem); letter-spacing: -.065em; line-height: .86; margin: 0; }
.not-found h1 em { color: var(--aqua); font-family: var(--serif); font-weight: 400; }
.not-found > div > p:not(.eyebrow) { font-size: 1.1rem; line-height: 1.7; }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 750ms ease, transform 750ms cubic-bezier(.2,.7,.2,1); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .primary-nav { gap: 15px; }
  .primary-nav .nav-facebook { display: none; }
  .experience-card-large { min-height: 650px; }
  .postcard-stack { min-height: 500px; }
  .social-callout { grid-template-columns: 1fr 1fr; }
  .social-callout .button { justify-self: start; }
}

@media (max-width: 920px) {
  .site-header { height: 80px; }
  .menu-toggle { display: block; }
  .primary-nav { align-items: stretch; background: var(--forest); flex-direction: column; font-size: .95rem; gap: 0; inset: 0; justify-content: center; opacity: 0; padding: 105px 30px 70px; pointer-events: none; position: fixed; transform: translateY(-10px); transition: opacity 220ms ease, transform 220ms ease; }
  .site-header.is-open .primary-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav > a { border-bottom: 1px solid var(--white-line); padding: 17px 0; }
  .primary-nav > a::after { display: none; }
  .primary-nav .nav-facebook { display: block; }
  .primary-nav .nav-cta { border: 0; justify-content: center; margin-top: 20px; padding: 16px 22px; }
  .home-hero h1 { font-size: clamp(4rem, 12vw, 7rem); }
  .hero-contact-strip { grid-template-columns: 1fr 1fr; }
  .hero-contact-strip a:nth-child(2) { display: none; }
  .statement, .editorial-intro { gap: 36px; grid-template-columns: 1fr; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-card-large { grid-column: span 2; grid-row: auto; min-height: 620px; }
  .why-section, .island-section, .press-section, .faq-section, .room-story, .drive-map, .checklist-section, .expansion-story, .contact-layout { grid-template-columns: 1fr; }
  .why-heading, .why-list { padding-left: 0; padding-right: 0; }
  .split-feature { grid-template-columns: 1fr; }
  .split-media { min-height: 620px; }
  .split-copy { min-height: 650px; }
  .postcard-stack { margin: 0 auto; min-height: 650px; width: min(100%, 650px); }
  .press-list a { grid-template-columns: 130px 1fr 24px; }
  .final-cta { grid-template-columns: .62fr 1.38fr; }
  .amenity-grid, .travel-note-grid, .expansion-numbers { grid-template-columns: 1fr 1fr; }
  .amenity-grid article:nth-child(3), .amenity-grid article:nth-child(4), .travel-note-grid article:nth-child(3), .travel-note-grid article:nth-child(4), .expansion-numbers article:nth-child(3), .expansion-numbers article:nth-child(4) { border-top: 1px solid var(--white-line); margin-top: 36px; padding-top: 36px; }
  .travel-note-grid article:nth-child(3), .travel-note-grid article:nth-child(4), .expansion-numbers article:nth-child(3), .expansion-numbers article:nth-child(4) { border-top-color: var(--line); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card.gallery-tall { grid-row: auto; }
  .dining-story { grid-template-columns: .8fr 1.2fr; }
  .dining-copy { padding: 65px; }
  .destination-feature { gap: 50px; }
  .social-callout { grid-template-columns: 1fr; }
  .source-panel, .content-cta { align-items: flex-start; flex-direction: column; gap: 30px; }
  .map-section { grid-template-columns: 1fr; }
  .map-copy { order: -1; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 35px; }
  .footer-top > p { text-align: left; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 60px; }
  .site-header, .site-header.is-scrolled { height: 72px; padding-inline: 18px; }
  .brand img { height: 40px; width: 40px; }
  .brand strong { font-size: .9rem; }
  .home-hero { min-height: 740px; }
  .internal-hero { height: 80svh; min-height: 670px; }
  .home-hero-copy, .internal-hero-copy { left: 22px; right: 22px; top: 49%; }
  .home-hero h1, .internal-hero h1 { font-size: clamp(3.25rem, 16vw, 5rem); line-height: .86; }
  .hero-lead, .internal-hero-copy > p:not(.eyebrow) { font-size: .98rem; line-height: 1.55; margin-top: 24px; }
  .eyebrow { font-size: .58rem; margin-bottom: 18px; }
  .button-row { align-items: stretch; flex-direction: column; margin-top: 25px; }
  .button { width: 100%; }
  .hero-contact-strip { grid-template-columns: 1fr; }
  .hero-contact-strip a { min-height: 76px; padding: 15px 22px; }
  .hero-contact-strip a:nth-child(1) { display: none; }
  .section-shell { padding-inline: 22px; }
  .statement, .editorial-intro { padding-bottom: 90px; padding-top: 90px; }
  .statement h2, .section-heading h2, .why-heading h2, .island-heading h2, .press-heading h2, .editorial-intro h2, .room-story-copy h2, .dining-copy h2, .drive-copy h2, .checklist-section h2, .faq-heading h2, .expansion-story h2, .map-copy h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .experience-grid { display: flex; flex-direction: column; padding-bottom: 95px; }
  .experience-card, .experience-card-large { min-height: 480px; }
  .experience-card-aqua { min-height: 380px; }
  .why-section { gap: 55px; padding-bottom: 90px; padding-top: 90px; }
  .why-list article { grid-template-columns: 36px 1fr; }
  .split-media { min-height: 480px; }
  .split-copy { min-height: auto; padding: 80px 22px; }
  .split-copy h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .stat-row { grid-template-columns: 1fr; }
  .stat-row div, .stat-row div:nth-child(2), .stat-row div:last-child { border-bottom: 1px solid rgba(16,43,39,.28); border-right: 0; padding: 18px 0; }
  .stat-row div:last-child { border-bottom: 0; }
  .island-section { padding-bottom: 105px; padding-top: 105px; }
  .postcard-stack { min-height: 450px; }
  .postcard-stack figure { padding-bottom: 28px; width: 78%; }
  .press-section { gap: 40px; padding-bottom: 100px; }
  .press-list a { gap: 15px; grid-template-columns: 1fr 26px; }
  .press-list a > span { grid-column: 1; }
  .press-list h3 { grid-column: 1; }
  .press-list i { grid-column: 2; grid-row: 1 / span 2; }
  .final-cta { grid-template-columns: 1fr; min-height: auto; }
  .final-cta > img { height: 360px; object-position: center 62%; }
  .final-cta > div { padding: 75px 22px; }
  .final-cta h2 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .amenity-grid, .travel-note-grid, .expansion-numbers { grid-template-columns: 1fr; padding-bottom: 60px; padding-top: 60px; }
  .amenity-grid article, .amenity-grid article:first-child, .travel-note-grid article, .travel-note-grid article:first-child, .expansion-numbers article, .expansion-numbers article:first-child { border-left: 0; border-top: 1px solid var(--white-line); margin: 0; padding: 26px 0; }
  .amenity-grid article:first-child, .travel-note-grid article:first-child, .expansion-numbers article:first-child { border: 0; }
  .travel-note-grid article, .travel-note-grid article:nth-child(3), .travel-note-grid article:nth-child(4), .expansion-numbers article, .expansion-numbers article:nth-child(3), .expansion-numbers article:nth-child(4) { border-top-color: var(--line); margin: 0; padding: 26px 0; }
  .room-story, .drive-map, .checklist-section, .expansion-story, .contact-layout { gap: 50px; padding-bottom: 100px; padding-top: 100px; }
  .gallery-grid { display: flex; flex-direction: column; }
  .gallery-card { min-height: 390px; }
  .gallery-card.gallery-wide { min-height: 310px; }
  .lightbox { padding: 30px 18px; }
  .faq-section { gap: 45px; padding-bottom: 100px; }
  .content-cta { padding: 70px 22px; }
  .dining-story { grid-template-columns: 1fr; }
  .dining-photo { min-height: 540px; }
  .dining-copy { padding: 80px 22px; }
  .social-callout { padding-bottom: 80px; padding-top: 80px; }
  .drive-art { min-height: 440px; }
  .destination-feature, .destination-feature-reverse { gap: 30px; grid-template-columns: 1fr; padding: 55px 0; }
  .destination-feature-reverse img { order: 0; }
  .destination-feature h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .travel-notes > div:first-child { align-items: flex-start; flex-direction: column; }
  .source-panel { margin-inline: 22px; padding: 42px 22px; }
  .enquiry-form { grid-template-columns: 1fr; padding: 28px 22px; }
  .field-wide, .form-submit, .form-note { grid-column: 1; }
  .map-frame { min-height: 480px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .mobile-actions { background: var(--forest); bottom: 0; display: grid; grid-template-columns: 1fr 1.3fr; left: 0; position: fixed; right: 0; z-index: 150; }
  .mobile-actions a { align-items: center; border-right: 1px solid var(--white-line); color: #fff; display: flex; font-size: .69rem; font-weight: 850; justify-content: center; letter-spacing: .12em; min-height: 60px; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--coral); }
}

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