:root {
  --ink: #172019;
  --moss: #425546;
  --sage: #8e9c83;
  --sand: #e9e1d3;
  --paper: #f5f1e8;
  --gold: #c9a668;
  --white: #fff;
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
html:not(.i18n-ready) body { visibility: hidden; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.site-header {
  align-items: center; color: white; display: grid; grid-template-columns: 1fr auto 1fr;
  left: 0; padding: 25px 4vw; position: fixed; right: 0; top: 0; transition: .4s; z-index: 50;
}
.site-header.scrolled { background: rgba(23,32,25,.94); padding-block: 14px; backdrop-filter: blur(16px); }
.brand, .footer-brand { align-items: center; display: flex; gap: 13px; width: max-content; }
.brand img, .footer-brand img { width: 40px; }
.brand span, .footer-brand span { display: grid; }
.brand b, .footer-brand b { font-size: 17px; letter-spacing: .25em; }
.brand small, .footer-brand small { font-size: 8px; letter-spacing: .16em; margin-top: 3px; opacity: .72; }
.desktop-nav { display: flex; gap: 36px; }
.desktop-nav a { font-size: 12px; letter-spacing: .12em; position: relative; text-transform: uppercase; }
.desktop-nav a:after { background: var(--gold); bottom: -8px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: .3s; width: 100%; }
.desktop-nav a:hover:after { transform: scaleX(1); }
.header-book { font-size: 11px; justify-self: end; letter-spacing: .16em; text-transform: uppercase; }
.header-book span { color: var(--gold); margin-left: 8px; }
.menu-toggle { background: none; border: 0; display: none; height: 38px; padding: 10px; width: 42px; }
.menu-toggle i { background: white; display: block; height: 1px; margin: 6px 0; transition: .3s; width: 22px; }
.mobile-menu { display: none; }

.hero { color: white; height: 100svh; min-height: 700px; overflow: hidden; position: relative; }
.hero-image { height: 100%; object-fit: cover; transform: scale(1.04); animation: heroIn 2.2s ease forwards; }
.hero-shade { background: linear-gradient(90deg, rgba(9,15,11,.66), rgba(9,15,11,.03) 70%), linear-gradient(0deg, rgba(9,15,11,.65), transparent 55%); inset: 0; position: absolute; }
.hero-topline { display: flex; font-size: 9px; justify-content: space-between; left: 4vw; letter-spacing: .22em; opacity: .72; position: absolute; right: 4vw; top: 146px; }
.island-weather { align-items: center; background: transparent; border: 0; color: white; display: flex; justify-content: flex-end; left: 4vw; position: absolute; right: 4vw; top: 92px; width: auto; z-index: 3; text-shadow: 0 2px 12px rgba(0,0,0,.72); }
.weather-head { align-items: center; border: 0; display: flex; gap: 16px; justify-content: space-between; padding: 0 17px 0 0; }
.weather-head span, .weather-head b { font-size: 6px; letter-spacing: .15em; }
.weather-head span { align-items: center; display: flex; }
.weather-head span i { animation: weatherPulse 1.8s infinite; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 0 rgba(201,166,104,.65); height: 5px; margin-right: 7px; width: 5px; }
.weather-head b { color: rgba(255,255,255,.52); font-weight: 500; }
.weather-now { align-items: center; border-left: 1px solid rgba(255,255,255,.32); display: grid; gap: 12px; grid-template-columns: 35px auto auto; padding: 0 18px; }
.weather-now time { display: block; font-family: var(--serif); font-size: 27px; line-height: 1; }
.weather-now small { color: rgba(255,255,255,.55); display: block; font-size: 5px; letter-spacing: .1em; margin-top: 5px; }
.weather-temp { text-align: right; }
.weather-temp b { color: var(--gold); display: block; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1; }
.weather-temp span { display: block; font-size: 6px; margin-top: 6px; max-width: 92px; text-transform: uppercase; }
.weather-symbol { height: 31px; position: relative; width: 35px; }
.weather-symbol i:first-child { animation: weatherOrbit 12s linear infinite; border: 1px solid rgba(201,166,104,.65); border-radius: 50%; height: 26px; left: 1px; position: absolute; top: 0; width: 26px; }
.weather-symbol i:first-child:before { background: var(--gold); border-radius: 50%; content: ""; height: 5px; left: 2px; position: absolute; top: 2px; width: 5px; }
.weather-symbol i:nth-child(2), .weather-symbol i:nth-child(3) { background: rgba(255,255,255,.88); border-radius: 9px; bottom: 4px; height: 7px; position: absolute; right: 0; width: 24px; }
.weather-symbol i:nth-child(3) { bottom: 0; opacity: .55; right: 8px; width: 24px; }
.island-weather[data-night="true"] .weather-symbol i:first-child { background: rgba(200,220,240,.15); border-color: #d7e5ee; }
.island-weather[data-rain="true"] .weather-symbol i:nth-child(3) { background: repeating-linear-gradient(90deg,transparent 0 4px,#9fc8dd 4px 5px); border-radius: 0; bottom: -4px; height: 8px; }
.weather-detail { border: 0; border-left: 1px solid rgba(255,255,255,.32); display: grid; grid-template-columns: repeat(3,auto); }
.weather-detail > span { border-right: 1px solid rgba(255,255,255,.24); min-width: 86px; padding: 3px 13px; }
.weather-detail > span:last-child { border-right: 0; }
.weather-detail small, .weather-detail b { display: block; }
.weather-detail small { color: rgba(255,255,255,.48); font-size: 5px; letter-spacing: .12em; }
.weather-detail b { font-family: var(--serif); font-size: 13px; font-weight: 400; margin-top: 5px; }
@keyframes weatherPulse { 70% { box-shadow: 0 0 0 8px rgba(201,166,104,0); } }
@keyframes weatherOrbit { to { transform: rotate(360deg); } }
.hero-copy { bottom: 24vh; left: 6vw; max-width: 760px; position: absolute; }
.eyebrow, .section-label { font-size: 10px; letter-spacing: .27em; text-transform: uppercase; }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; }
.hero h1 { font-size: clamp(68px, 7.7vw, 128px); letter-spacing: -.035em; line-height: .82; margin: 24px 0 34px; }
em { color: var(--gold); font-style: italic; }
.hero-copy > p:not(.eyebrow) { font-size: 17px; font-weight: 300; line-height: 1.7; max-width: 570px; }
.hero-actions { align-items: center; display: flex; gap: 35px; margin-top: 32px; }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; justify-content: space-between; letter-spacing: .1em; min-width: 215px; padding: 18px 20px; text-transform: uppercase; font-size: 10px; }
.button-light { background: var(--paper); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.text-button { background: none; border: 0; cursor: pointer; font-size: 11px; letter-spacing: .1em; padding: 15px 0; text-transform: uppercase; }
.text-button span { color: var(--gold); margin-left: 10px; }
.sound-toggle { align-items: end; background: none; border: 0; bottom: 42px; display: flex; gap: 3px; left: 4vw; position: absolute; }
.sound-toggle span { font-size: 8px; letter-spacing: .17em; margin-right: 8px; text-transform: uppercase; }
.sound-toggle i { animation: sound 1s ease-in-out infinite alternate; background: var(--gold); height: 5px; width: 1px; }
.sound-toggle i:nth-of-type(2) { animation-delay: -.4s; height: 11px; }
.sound-toggle i:nth-of-type(3) { animation-delay: -.7s; height: 8px; }
.sound-toggle.off i { animation: none; height: 2px; }
.hero-investment { background: transparent; bottom: 5.5vh; color: white; left: 6vw; padding: 0; position: absolute; right: 6vw; }
.hero-investment-line { display: grid; grid-template-columns: repeat(5,1fr); }
.hero-investment-line article { display: flex; flex-direction: column; min-height: 62px; padding: 9px 18px 0; }
.hero-investment-line article:first-child { border-left: 0; padding-left: 0; }
.hero-investment-line span { font-size: 7px; letter-spacing: .13em; text-shadow: 0 1px 8px rgba(0,0,0,.8); text-transform: uppercase; }
.hero-investment-line b { color: var(--gold); font-family: var(--serif); font-size: clamp(20px,2vw,31px); font-weight: 400; margin-top: auto; text-shadow: 0 2px 12px rgba(0,0,0,.75); white-space: nowrap; }
.hero-investment-line .case-pending b { color: rgba(255,255,255,.78); font-family: var(--sans); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.investment-marquee { background: var(--gold); color: var(--ink); overflow: hidden; padding: 17px 0; }
.investment-marquee > div { align-items: center; animation: marquee 28s linear infinite; display: flex; gap: 42px; min-width: max-content; padding-left: 4vw; }
.investment-marquee span { font-family: var(--serif); font-size: 22px; white-space: nowrap; }
.investment-marquee small { font-family: var(--sans); font-size: 7px; letter-spacing: .16em; margin-left: 8px; }
.investment-marquee i { background: rgba(23,32,25,.45); border-radius: 50%; height: 4px; width: 4px; }

.section-pad { padding: 130px 8vw; }
.manifesto { background: var(--paper); }
.manifesto-grid { display: grid; gap: 10vw; grid-template-columns: 1fr 1fr; margin-top: 65px; }
.manifesto h2, .section-head h2, .island h2, .investment h2, .booking h2 { font-size: clamp(52px, 6vw, 95px); line-height: .98; margin: 0; }
.manifesto-grid .lead { font-size: clamp(22px, 2vw, 32px); line-height: 1.45; margin-top: 0; }
.manifesto-grid p:last-child { color: #637066; line-height: 1.8; max-width: 580px; }
.manifesto-stats { border-top: 1px solid rgba(23,32,25,.18); display: grid; grid-template-columns: repeat(4,1fr); margin-top: 100px; }
.manifesto-stats article { align-items: end; display: flex; gap: 15px; padding: 30px 0; }
.manifesto-stats b { color: var(--gold); font-family: var(--serif); font-size: 40px; font-weight: 400; }
.manifesto-stats span { font-size: 10px; letter-spacing: .12em; line-height: 1.6; text-transform: uppercase; }

.cinema { height: 82vh; min-height: 650px; overflow: hidden; position: relative; }
.cinema img { height: 100%; object-fit: cover; transition: transform 1.5s; }
.cinema:hover img { transform: scale(1.025); }
.cinema:after { background: linear-gradient(transparent 55%, rgba(10,18,12,.7)); content:""; inset:0; position:absolute; }
.cinema-caption { bottom: 55px; color: white; display: flex; justify-content: space-between; left: 5vw; position: absolute; right: 5vw; z-index: 2; }
.cinema-caption span { font-size: 10px; letter-spacing: .23em; }
.cinema-caption p { font-family: var(--serif); font-size: 26px; margin: 0; }

.section-head { align-items: end; display: grid; gap: 10vw; grid-template-columns: 1.4fr .6fr; margin-bottom: 70px; }
.section-head h2 { margin-top: 22px; }
.section-head > p { color: #657067; line-height: 1.8; }
.stay-showcase { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.stay-card { color: white; height: 630px; overflow: hidden; position: relative; }
.stay-card-large { grid-column: 1 / -1; height: 78vh; min-height: 650px; }
.stay-card img { height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.stay-card:hover img { transform: scale(1.04); }
.stay-card:after { background: linear-gradient(transparent 38%, rgba(8,15,10,.78)); content:""; inset:0; position:absolute; }
.stay-overlay { bottom: 42px; left: 42px; position: absolute; right: 42px; z-index: 2; }
.stay-overlay > p { font-size: 9px; letter-spacing: .2em; }
.stay-overlay h3 { font-family: var(--serif); font-size: 45px; font-weight: 400; margin: 14px 0; }
.stay-overlay ul { display: flex; font-size: 10px; gap: 25px; letter-spacing: .1em; list-style: none; padding: 0; text-transform: uppercase; }
.select-stay { background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); color: white; cursor: pointer; font-size: 10px; letter-spacing: .12em; padding: 10px 0; text-transform: uppercase; }
.select-stay span { color: var(--gold); margin-left: 15px; }
.rate-note, .disclaimer { color: #7a847c; font-size: 9px; letter-spacing: .08em; line-height: 1.7; margin-top: 25px; text-transform: uppercase; }

.architecture { background: #061b30; color: white; overflow: hidden; }
.architecture-head { align-items: end; display: grid; gap: 10vw; grid-template-columns: 1.2fr .8fr; }
.architecture-head h2 { font-size: clamp(58px,7vw,110px); line-height: .92; margin: 26px 0 0; }
.architecture-head > p { color: #9eb1c0; font-size: 14px; line-height: 1.8; max-width: 570px; }
.drawing-authority { align-items: baseline; display: flex; gap: 18px; margin: -70px 4vw 55px; }
.drawing-authority b, .drawing-authority small { color: #8399a9; font-size: 7px; letter-spacing: .14em; text-transform: uppercase; }
.drawing-authority span { color: #6cc5e5; font-family: var(--serif); font-size: 28px; }
.drawing-authority small { margin-left: auto; }
.drawing-feature, .drawing-card { background: none; border: 0; color: white; cursor: zoom-in; display: block; padding: 0; text-align: left; width: 100%; }
.drawing-feature { margin: 0 4vw; overflow: hidden; position: relative; width: calc(100% - 8vw); }
.drawing-feature img { height: min(78vh,850px); object-fit: cover; transition: transform 1.2s; }
.drawing-feature:hover img { transform: scale(1.015); }
.drawing-feature:after { background: linear-gradient(transparent 60%,rgba(2,10,18,.8)); content: ""; inset: 0; position: absolute; }
.drawing-feature > span { align-items: end; bottom: 0; display: grid; gap: 25px; grid-template-columns: auto 1fr auto; left: 0; padding: 35px; position: absolute; right: 0; z-index: 2; }
.drawing-feature b, .drawing-feature i, .drawing-feature em, .drawing-card span { font-family: var(--sans); font-size: 8px; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.drawing-feature i { color: #b6c5d0; }
.drawing-feature em { color: #65c5e8; }
.drawing-controls { align-items: center; display: flex; justify-content: space-between; padding: 0 4vw 22px; }
.drawing-controls > div { align-items: center; display: flex; gap: 10px; }
.drawing-controls span, .drawing-controls small { font-size: 8px; letter-spacing: .15em; }
.drawing-controls small { color: #6cc5e5; margin-left: 18px; }
.drawing-controls i { background: rgba(255,255,255,.35); height: 1px; width: 65px; }
.drawing-controls button { background: transparent; border: 1px solid rgba(255,255,255,.25); color: white; cursor: pointer; font-size: 17px; height: 42px; transition: .3s; width: 48px; }
.drawing-controls button:hover { background: white; color: #061b30; }
.drawing-gallery { display: flex; gap: 12px; overflow-x: auto; padding: 0 4vw 100px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.drawing-gallery::-webkit-scrollbar { display: none; }
.drawing-card { flex: 0 0 min(64vw,980px); position: relative; scroll-snap-align: start; }
.drawing-card img { height: min(62vh,620px); object-fit: cover; opacity: .9; transition: .6s; }
.drawing-card:hover img { opacity: 1; transform: translateY(-5px); }
.drawing-card span { align-items: center; background: linear-gradient(transparent,rgba(3,17,29,.9)); bottom: 0; display: flex; justify-content: space-between; left: 0; padding: 55px 22px 18px; position: absolute; right: 0; }
.drawing-card span b, .drawing-card span i { font-size: 8px; font-style: normal; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; }
.drawing-card span i { color: #6cc5e5; }
.drawing-dialog { background: #031424; border: 0; color: white; height: 96vh; max-height: none; max-width: none; padding: 55px 20px 20px; width: 96vw; }
.drawing-dialog::backdrop { background: rgba(0,6,12,.92); }
.drawing-dialog img { height: calc(100% - 35px); object-fit: contain; }
.drawing-dialog-head { align-items: center; display: flex; justify-content: space-between; left: 22px; position: absolute; right: 65px; top: 20px; }
.drawing-dialog-head span { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.drawing-dialog-head small { color: #8093a1; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.drawing-close { align-items: center; background: white; border: 0; color: #061b30; cursor: pointer; display: flex; font-size: 8px; gap: 9px; letter-spacing: .14em; padding: 9px 12px; position: absolute; right: 16px; text-transform: uppercase; top: 11px; z-index: 2; }
.drawing-close span { font-size: 18px; line-height: 1; }

.experience { background: var(--ink); color: white; overflow: hidden; }
.experience-copy { max-width: 1050px; }
.experience-copy h2 { font-size: clamp(55px, 7vw, 110px); line-height: .98; margin: 30px 0; }
.experience-copy > p:last-child { color: #abb5ac; line-height: 1.8; max-width: 600px; }
.experience-strip { display: grid; grid-template-columns: repeat(4, minmax(310px,1fr)); overflow-x: auto; padding: 0 3vw 100px; scrollbar-width: none; }
.experience-strip figure { margin: 0; position: relative; }
.experience-strip img { filter: saturate(.8); height: 590px; object-fit: cover; }
.experience-strip figcaption { background: linear-gradient(transparent, rgba(0,0,0,.72)); bottom: 0; display: grid; left: 0; padding: 80px 28px 28px; position: absolute; right: 0; }
.experience-strip b { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.experience-strip span { font-size: 9px; letter-spacing: .12em; margin-top: 6px; text-transform: uppercase; }

.island { align-items: center; display: grid; gap: 9vw; grid-template-columns: 1.15fr .85fr; }
.island-photo img { height: 80vh; max-height: 900px; object-fit: cover; }
.island-copy h2 { margin: 25px 0 35px; }
.island-copy > p:not(.section-label) { color:#647067; line-height:1.8; }
.route-list { margin-top: 55px; }
.route-list div { border-top: 1px solid rgba(23,32,25,.18); display: grid; font-size: 10px; grid-template-columns: .7fr 1fr auto; letter-spacing: .08em; padding: 20px 0; }
.route-list small { color: #7b857d; }

.arrival-gallery { background: #172019; color: white; height: 92vh; min-height: 720px; overflow: hidden; position: relative; }
.arrival-gallery:after { background: linear-gradient(90deg,rgba(8,16,10,.82),rgba(8,16,10,.12) 68%),linear-gradient(0deg,rgba(8,16,10,.74),transparent 52%); content: ""; inset: 0; position: absolute; }
.arrival-gallery > img { height: 100%; object-fit: cover; transition: transform 8s ease; }
.arrival-gallery:hover > img { transform: scale(1.035); }
.arrival-caption { bottom: 17%; left: 7vw; max-width: 700px; position: absolute; width: 46%; z-index: 2; }
.arrival-caption h2 { font-size: clamp(52px,6vw,92px); line-height: .94; margin: 22px 0 28px; }
.arrival-caption > p:last-child { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.75; max-width: 560px; }
.arrival-journey { background: rgba(18,31,21,.42); border: 1px solid rgba(255,255,255,.25); bottom: 7%; padding: 17px 20px; position: absolute; right: 5vw; width: min(540px,42vw); z-index: 3; backdrop-filter: blur(10px); }
.arrival-journey header { display: flex; justify-content: space-between; }
.arrival-journey header span, .arrival-journey header b { font-size: 6px; letter-spacing: .16em; }
.arrival-journey header b { color: var(--gold); }
.journey-line { background: rgba(255,255,255,.25); height: 1px; margin: 25px 8px 14px; position: relative; }
.journey-line i { background: var(--paper); border: 3px solid rgba(201,166,104,.4); border-radius: 50%; height: 9px; position: absolute; top: -4px; width: 9px; z-index: 2; }
.journey-line i:first-child { left: 0; }.journey-line i:nth-child(2) { left: 50%; }.journey-line i:nth-child(3) { right: 0; }
.journey-line em { animation: arrivalTravel 4.6s ease-in-out infinite; background: var(--gold); border-radius: 50%; box-shadow: 0 0 12px rgba(201,166,104,.9); height: 6px; left: 0; position: absolute; top: -3px; width: 6px; }
.journey-stops { display: grid; grid-template-columns: repeat(3,1fr); }
.journey-stops article:nth-child(2) { text-align: center; }.journey-stops article:last-child { text-align: right; }
.journey-stops b,.journey-stops span,.journey-stops small { display: block; }
.journey-stops b { color: var(--gold); font-family: var(--serif); font-size: 17px; font-weight: 400; }
.journey-stops span { font-size: 7px; letter-spacing: .15em; margin: 4px 0; }
.journey-stops small { color: rgba(255,255,255,.55); font-size: 6px; }
@keyframes arrivalTravel { 0% { left: 0; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { left: calc(100% - 6px); opacity: 0; } }

.investment { background: #202b22; color: white; }
.investment-intro { max-width: 1050px; }
.investment-intro h2 { margin: 30px 0; }
.investment-intro > p:last-child { color: #aeb8af; font-size: 19px; line-height: 1.7; max-width: 650px; }
.thesis-grid { border-top: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: repeat(4,1fr); margin-top: 90px; }
.thesis-grid article { border-right: 1px solid rgba(255,255,255,.15); padding: 32px; }
.thesis-grid span { color: var(--gold); font-size: 10px; }
.thesis-grid h3 { font-family: var(--serif); font-size: 29px; font-weight: 400; margin: 70px 0 20px; }
.thesis-grid p { color: #9fab9f; font-size: 13px; line-height: 1.8; }
.model-snapshot { border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 7vw; grid-template-columns: .85fr 1.15fr; margin-top: 115px; padding-top: 80px; }
.snapshot-title h3, .curve-head h3, .case-copy h3, .investor-logic h3, .diligence-gateway h3 { font-family: var(--serif); font-size: clamp(44px,4.8vw,76px); font-weight: 400; line-height: 1; margin: 25px 0; }
.snapshot-title > p:last-child { color: #a8b2aa; font-size: 14px; line-height: 1.8; max-width: 520px; }
.snapshot-metrics { display: grid; grid-template-columns: 1fr 1fr; }
.snapshot-metrics article { border-left: 1px solid rgba(255,255,255,.15); border-top: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; min-height: 230px; padding: 30px; }
.snapshot-metrics span { color: #a8b2aa; font-size: 8px; letter-spacing: .18em; }
.snapshot-metrics b { color: var(--gold); font-family: var(--serif); font-size: clamp(39px,4vw,60px); font-weight: 400; margin: auto 0 12px; }
.snapshot-metrics small { color: #9aa49c; font-size: 10px; line-height: 1.5; }
.asset-blueprint { border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 7vw; grid-template-columns: .72fr 1.28fr; margin-top: 115px; padding-top: 80px; }
.blueprint-intro h3 { font-family: var(--serif); font-size: clamp(44px,4.8vw,76px); font-weight: 400; line-height: 1; margin: 25px 0; }
.blueprint-intro > p:last-child { color: #9fa9a1; font-size: 13px; line-height: 1.8; max-width: 500px; }
.blueprint-grid { display: grid; grid-template-columns: 1fr 1fr; }
.blueprint-grid article { border-left: 1px solid rgba(255,255,255,.15); border-top: 1px solid rgba(255,255,255,.15); min-height: 220px; padding: 28px; }
.blueprint-grid span { color: #88948a; font-size: 8px; letter-spacing: .16em; }
.blueprint-grid b { color: var(--gold); display: block; font-family: var(--serif); font-size: 38px; font-weight: 400; margin: 45px 0 14px; }
.blueprint-grid p { color: #9ca79e; font-size: 11px; line-height: 1.7; margin: 0; }
.transaction-architecture { background: #141c15; display: grid; gap: 7vw; grid-template-columns: .65fr 1.35fr; margin-top: 100px; padding: 6vw; }
.transaction-heading h3 { font-family: var(--serif); font-size: clamp(44px,4.8vw,72px); font-weight: 400; line-height: 1; margin: 25px 0; }
.transaction-heading > p:last-child { color: #95a097; font-size: 12px; line-height: 1.75; }
.transaction-table { display: grid; grid-template-columns: 1fr 1fr; }
.transaction-table div { border-left: 1px solid rgba(255,255,255,.14); border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: 1fr auto; min-height: 105px; padding: 20px; }
.transaction-table span { color: #9aa59c; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.transaction-table b { color: var(--gold); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.transaction-table small { color: #78837a; font-size: 8px; grid-column: 1 / -1; margin-top: auto; }
.capital-story { margin-top: 120px; }
.operating-curve { background: #111812; padding: 6vw; }
.curve-head { align-items: end; display: flex; justify-content: space-between; }
.curve-head h3 { margin-bottom: 0; }
.curve-key { display: flex; font-size: 8px; gap: 20px; letter-spacing: .14em; text-transform: uppercase; }
.curve-key span { align-items: center; display: flex; gap: 8px; }
.curve-key i { background: var(--gold); height: 7px; width: 7px; }
.curve-key span:last-child i { background: #5f7564; }
.curve-chart { border-bottom: 1px solid rgba(255,255,255,.18); display: grid; gap: 7px; grid-template-columns: repeat(10,1fr); height: 330px; margin-top: 70px; }
.curve-chart article { display: grid; grid-template-rows: 1fr auto auto; min-width: 0; position: relative; }
.curve-chart article > div { align-items: end; display: flex; gap: 3px; height: 100%; }
.curve-chart i { display: block; transform: scaleY(0); transform-origin: bottom; transition: transform 1.1s cubic-bezier(.2,.8,.2,1); width: 50%; }
.curve-chart i:first-child { background: linear-gradient(var(--gold), #725f3d); height: calc(var(--rev) * 100%); }
.curve-chart i:last-child { background: #5f7564; height: calc(var(--debt) * 100%); }
.visible .curve-chart i { transform: scaleY(1); }
.curve-chart b { font-size: 9px; letter-spacing: .12em; margin-top: 12px; }
.curve-chart span { color: #89958b; font-size: 8px; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.curve-chart .debt-free:after { background: #dde5de; color: var(--ink); content: "DEBT FREE"; font-size: 7px; letter-spacing: .12em; padding: 5px 7px; position: absolute; right: 0; top: 45%; transform: rotate(-90deg) translateX(100%); transform-origin: right top; }
.curve-summary { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 60px; }
.curve-summary article { border-left: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; padding: 0 24px; }
.curve-summary b { color: var(--gold); font-family: var(--serif); font-size: 32px; font-weight: 400; }
.curve-summary span { color: #97a299; font-size: 9px; line-height: 1.5; margin-top: 7px; text-transform: uppercase; }
.case-lens { background: var(--sand); color: var(--ink); display: grid; grid-template-columns: 1fr 1fr; }
.case-copy, .case-panel { padding: 7vw; }
.case-copy > p:not(.section-label) { color: #69736b; line-height: 1.75; }
.case-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 45px; }
.case-tabs button { background: transparent; border: 1px solid rgba(23,32,25,.2); cursor: pointer; font-size: 8px; letter-spacing: .15em; padding: 12px 16px; text-transform: uppercase; }
.case-tabs button.active { background: var(--ink); color: white; }
.case-panel { background: #d8cdbb; transition: opacity .2s; }
.case-panel > p:first-child { color: #756143; font-size: 8px; letter-spacing: .18em; }
.case-panel h4 { font-family: var(--serif); font-size: clamp(35px,3.6vw,55px); font-weight: 400; line-height: 1.05; margin: 45px 0 25px; }
.case-panel > p:nth-child(3) { color: #59635b; font-size: 13px; line-height: 1.8; }
.case-panel dl { display: grid; grid-template-columns: 1fr 1fr; margin-top: 50px; }
.case-panel dl div { border-top: 1px solid rgba(23,32,25,.2); display: flex; justify-content: space-between; padding: 17px 0; }
.case-panel dl div:nth-child(odd) { margin-right: 25px; }
.case-panel dt { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.case-panel dd { color: #796342; font-family: var(--serif); font-size: 23px; margin: 0; }
.investor-logic { display: grid; gap: 7vw; grid-template-columns: .7fr 1.3fr; margin-top: 120px; }
.logic-flow { counter-reset: logic; }
.logic-flow article { border-top: 1px solid rgba(255,255,255,.17); display: grid; gap: 25px; grid-template-columns: 45px .7fr 1fr; padding: 30px 0; }
.logic-flow span { color: var(--gold); font-size: 9px; }
.logic-flow h4 { font-family: var(--serif); font-size: 27px; font-weight: 400; margin: 0; }
.logic-flow p { color: #9ba69d; font-size: 12px; line-height: 1.7; margin: 0; }
.diligence-gateway { background: #131a14; display: grid; gap: 8vw; grid-template-columns: .8fr 1.2fr; margin-top: 120px; padding: 6vw; }
.diligence-gateway > div > p:last-child { color: #9ca69e; line-height: 1.75; }
.diligence-gateway ul { list-style: none; margin: 0; padding: 0; }
.diligence-gateway li { align-items: center; border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 18px; grid-template-columns: 30px 1fr auto; padding: 20px 0; }
.diligence-gateway li span { color: var(--gold); font-size: 9px; }
.diligence-gateway li b { font-size: 12px; font-weight: 400; }
.diligence-gateway li small { color: #e19375; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.investment-model { background: var(--sand); color: var(--ink); display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; margin-top: 100px; padding: 7vw; }
.model-copy h3 { font-family: var(--serif); font-size: clamp(45px,5vw,75px); font-weight: 400; line-height: 1; margin: 25px 0; }
.model-copy > p:not(.section-label) { color: #667168; line-height: 1.7; }
.model-copy .button { margin-top: 25px; }
.model-steps div { border-top: 1px solid rgba(23,32,25,.2); display: flex; gap: 30px; padding: 28px 0; }
.model-steps b { color: var(--gold); font-size: 12px; }
.model-steps span { color: #6a746c; font-size: 13px; line-height: 1.6; }
.model-steps strong { color: var(--ink); display: block; font-family: var(--serif); font-size: 28px; font-weight: 400; margin-bottom: 8px; }

.stewardship { background: #101711; color: white; display: grid; grid-template-columns: 1.2fr .8fr; min-height: 90vh; }
.stewardship > img { height: 100%; object-fit: cover; }
.stewardship-copy { align-self: center; padding: 8vw; }
.stewardship-copy h2 { font-size: clamp(47px,5vw,78px); line-height: 1; margin: 30px 0; }
.stewardship-copy > p:not(.section-label), .stewardship-copy li { color: #a5afa6; line-height: 1.7; }
.stewardship-copy ul { list-style: none; margin-top: 40px; padding: 0; }
.stewardship-copy li { border-top: 1px solid rgba(255,255,255,.13); padding: 13px 0; }

.booking { background: var(--paper); }
.booking-head { max-width: 900px; }
.booking-head h2 { margin: 25px 0; }
.booking-head > p:last-child { color: #69736b; line-height: 1.8; max-width: 600px; }
.booking-form { display: grid; gap: 0; grid-template-columns: repeat(2,1fr) .8fr; margin-top: 70px; }
.form-field { border: 1px solid rgba(23,32,25,.18); border-bottom: 0; padding: 22px; }
.form-wide { grid-column: span 2; }
.form-field label { display: block; font-size: 9px; letter-spacing: .18em; margin-bottom: 12px; }
.form-field input, .form-field select, .form-field textarea { background: transparent; border: 0; color: var(--ink); outline: 0; padding: 5px 0; width: 100%; }
.form-field textarea { min-height: 90px; resize: vertical; }
.booking-summary { background: var(--ink); color: white; grid-column: 3; grid-row: 1 / span 4; padding: 38px; }
.booking-summary > p { color: var(--gold); font-size: 9px; letter-spacing: .2em; margin-bottom: 55px; }
.booking-summary div { border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 8px; padding: 20px 0; }
.booking-summary span, .booking-summary small { color: #a3ada5; font-size: 9px; letter-spacing: .08em; line-height: 1.6; text-transform: uppercase; }
.booking-summary b { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.booking-submit { align-items: center; background: var(--gold); border: 0; cursor: pointer; display: flex; grid-column: 1 / 3; justify-content: space-between; padding: 24px; text-transform: uppercase; }
.booking-success { display: none; margin-top: 70px; max-width: 700px; padding: 60px 0; }
.booking-success.show { display: block; }
.booking-success img { width: 60px; }
.booking-success h3 { font-family: var(--serif); font-size: 50px; font-weight: 400; }
.booking-success button { background: none; border: 0; border-bottom: 1px solid; cursor:pointer; padding: 8px 0; }

footer { background: #0d130e; color: white; display: grid; gap: 7vw; grid-template-columns: 1.5fr 1fr 1fr 1fr; padding: 80px 5vw; }
footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
footer small { color: #7e8980; font-size: 8px; letter-spacing: .18em; margin-bottom: 12px; }
footer a, footer p { color: #b6beb7; font-size: 12px; line-height: 1.8; }
.footer-end { justify-content: space-between; }

.deck-dialog { background: var(--paper); border: 0; color: var(--ink); max-width: 760px; padding: 70px; width: calc(100% - 40px); }
.deck-dialog::backdrop { background: rgba(8,13,9,.85); backdrop-filter: blur(7px); }
.deck-dialog h2 { font-size: 65px; line-height: .95; margin: 25px 0; }
.deck-dialog > p:not(.section-label) { color: #667168; line-height: 1.7; }
.dialog-close { background: none; border: 0; cursor: pointer; font-size: 28px; position: absolute; right: 25px; top: 20px; }
.deck-dialog form { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; margin-top: 40px; }
.dialog-model-note { border-block: 1px solid rgba(23,32,25,.2); display: grid; gap: 10px; grid-template-columns: auto 1fr 1fr; margin-top: 30px; padding: 20px 0; }
.dialog-model-note span { color: #826e4d; font-size: 8px; letter-spacing: .16em; }
.dialog-model-note b { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.dialog-model-note small { color: #6b756d; font-size: 8px; grid-column: 2 / -1; }
.deck-dialog label { font-size: 8px; letter-spacing: .15em; }
.deck-dialog input, .deck-dialog select { background: transparent; border: 0; border-bottom: 1px solid #aeb4ae; display: block; margin-top: 8px; outline: 0; padding: 12px 0; width: 100%; }
.deck-dialog form button { grid-column: 1 / -1; }
.dialog-confirm { display: none; font-family: var(--serif); font-size: 28px; margin-top: 40px; }
.dialog-confirm span { color: #69736b; display: block; font-family: var(--sans); font-size: 12px; margin-top: 12px; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .9s, transform .9s; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroIn { to { transform: scale(1); } }
@keyframes sound { to { height: 14px; } }
@keyframes marquee { to { transform: translateX(-20%); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 18px 20px; }
  .desktop-nav, .header-book { display: none; }
  .menu-toggle { display: block; justify-self: end; z-index: 52; }
  .menu-toggle.active i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.active i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { background: var(--ink); color: white; display: flex; flex-direction: column; inset: 0; justify-content: center; opacity: 0; padding: 80px 12vw; pointer-events: none; position: fixed; transition: .4s; z-index: 49; }
  .mobile-menu.open { opacity: 1; pointer-events: auto; }
  .mobile-menu a { border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--serif); font-size: 42px; padding: 15px 0; transform: translateY(20px); transition: .4s; }
  .mobile-menu.open a { transform: none; }
  .mobile-menu span { color: var(--gold); font-family: var(--sans); font-size: 9px; margin-right: 20px; }
  .hero { min-height: 650px; }
  .hero-image { object-position: 58% center; }
  .hero-topline { top: 145px; }
  .hero-topline span:first-child { display:none; }
  .island-weather { left: 20px; max-width: none; right: 20px; top: 88px; }
  .weather-detail > span { min-width: 74px; padding-inline: 9px; }
  .hero h1 { font-size: clamp(58px,18vw,96px); }
  .hero-copy { bottom: 22vh; left: 6vw; right: 6vw; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .sound-toggle { display:none; }
  .hero-investment { bottom: 25px; display: none; }
  .section-pad { padding: 90px 6vw; }
  .manifesto-grid, .section-head, .island, .investment-model, .stewardship { grid-template-columns: 1fr; }
  .manifesto-grid { gap: 45px; }
  .manifesto-stats { grid-template-columns: 1fr 1fr; }
  .cinema-caption p { display:none; }
  .stay-showcase { grid-template-columns: 1fr; }
  .stay-card-large { grid-column: auto; }
  .stay-card, .stay-card-large { height: 70vh; min-height: 520px; }
  .experience-strip { grid-template-columns: repeat(4, 78vw); }
  .architecture-head { grid-template-columns: 1fr; }
  .drawing-authority { align-items: flex-start; flex-direction: column; margin-top: -45px; }
  .drawing-authority small { margin-left: 0; }
  .drawing-card { flex-basis: 82vw; }
  .experience-strip img { height: 65vh; }
  .island-photo img { height: 65vh; }
  .arrival-gallery { height: 88vh; min-height: 700px; }
  .arrival-caption { bottom: 27%; width: 70%; }
  .arrival-journey { bottom: 6%; left: 6vw; right: 6vw; width: auto; }
  .thesis-grid { grid-template-columns: 1fr 1fr; }
  .thesis-grid article { border-bottom: 1px solid rgba(255,255,255,.15); }
  .model-snapshot, .asset-blueprint, .transaction-architecture, .case-lens, .investor-logic, .diligence-gateway { grid-template-columns: 1fr; }
  .curve-summary { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .curve-chart { height: 260px; overflow-x: auto; }
  .curve-chart article { min-width: 52px; }
  .logic-flow article { grid-template-columns: 35px 1fr; }
  .logic-flow p { grid-column: 2; }
  .investment-model { padding: 8vw; }
  .stewardship > img { height: 70vh; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .booking-summary { grid-column: 1 / -1; grid-row: auto; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .brand img { width: 34px; }
  .brand small { display:none; }
  .hero-topline { font-size: 7px; }
  .island-weather { justify-content: space-between; left: 20px; right: 20px; top: 78px; width: auto; }
  .weather-head b, .weather-symbol, .weather-detail { display: none; }
  .weather-head { padding-right: 10px; }
  .weather-now { grid-template-columns: 1fr auto; padding: 0 0 0 12px; }
  .weather-now time { font-size: 23px; }
  .weather-temp b { font-size: 27px; }
  .hero-copy { bottom: 18vh; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .manifesto h2, .section-head h2, .island h2, .investment h2, .booking h2 { font-size: 48px; }
  .manifesto-stats { grid-template-columns: 1fr; }
  .manifesto-stats article { border-bottom: 1px solid rgba(23,32,25,.12); }
  .cinema { height: 60vh; min-height: 450px; }
  .stay-overlay { bottom: 25px; left: 24px; right: 24px; }
  .stay-overlay h3 { font-size: 38px; }
  .stay-overlay ul { align-items: flex-start; flex-direction: column; gap: 7px; }
  .drawing-feature > span { align-items: start; grid-template-columns: 1fr; }
  .drawing-feature i { display: none; }
  .drawing-feature img { height: 55vh; }
  .drawing-dialog-head small { display: none; }
  .arrival-gallery { height: 92vh; min-height: 720px; }
  .arrival-gallery > img { height: 100%; object-position: 48% center; }
  .arrival-caption { bottom: 31%; left: 6vw; right: 6vw; width: auto; }
  .arrival-caption h2 { font-size: 47px; }
  .arrival-caption > p:last-child { font-size: 11px; }
  .arrival-journey { padding: 14px; }
  .arrival-journey header b { display: none; }
  .thesis-grid { grid-template-columns: 1fr; }
  .thesis-grid article { padding-inline: 0; }
  .thesis-grid h3 { margin-top: 35px; }
  .snapshot-metrics { grid-template-columns: 1fr; }
  .snapshot-metrics article { min-height: 190px; }
  .blueprint-grid { grid-template-columns: 1fr; }
  .transaction-table { grid-template-columns: 1fr; }
  .curve-head { align-items: flex-start; flex-direction: column; gap: 30px; }
  .curve-summary { grid-template-columns: 1fr; }
  .case-copy, .case-panel, .diligence-gateway { padding: 45px 25px; }
  .case-panel dl { grid-template-columns: 1fr; }
  .case-panel dl div:nth-child(odd) { margin-right: 0; }
  .dialog-model-note { grid-template-columns: 1fr; }
  .dialog-model-note small { grid-column: auto; }
  .booking-form { display:block; }
  .form-field { border-bottom: 0; }
  .booking-submit { width: 100%; }
  footer { grid-template-columns: 1fr; }
  .deck-dialog { padding: 55px 25px 35px; }
  .deck-dialog h2 { font-size: 48px; }
  .deck-dialog form { grid-template-columns: 1fr; }
}

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

/* Luxury travel editorial layer */
body {
  --page-bg: #f5f1e8;
  --page-text: #172019;
  background: var(--page-bg);
  color: var(--page-text);
  transition: background-color .55s ease, color .55s ease;
}

.theme-toggle {
  align-items: center;
  background: rgba(8, 15, 10, .22);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 30px;
  color: white;
  cursor: pointer;
  display: flex;
  gap: 8px;
  justify-self: end;
  margin-right: 104px;
  padding: 7px 10px;
  position: absolute;
  right: 4vw;
}
.theme-toggle span { font-size: 6px; letter-spacing: .17em; }
.theme-toggle i { background: #fff4cf; border-radius: 50%; box-shadow: 0 0 12px rgba(255,225,144,.75); height: 13px; transition: .5s; width: 13px; }
.theme-moon { opacity: .45; }
body.night .theme-toggle i { background: #c7ddf5; box-shadow: 0 0 13px rgba(130,190,255,.75); transform: translateX(1px); }
body.night .theme-sun { opacity: .4; }
body.night .theme-moon { opacity: 1; }
.language-toggle { align-items: center; display: flex; gap: 7px; justify-self: end; margin-right: 214px; position: absolute; right: 4vw; }
.language-toggle button { background: none; border: 0; color: rgba(255,255,255,.55); cursor: pointer; font-size: 8px; font-weight: 600; letter-spacing: .14em; padding: 7px 2px; transition: .25s; }
.language-toggle button.active { color: white; }
.language-toggle button.active:after { background: var(--gold); content: ""; display: block; height: 1px; margin-top: 4px; width: 100%; }
.language-toggle i { background: rgba(255,255,255,.35); height: 12px; width: 1px; }

.hero:after { display: none; }
.hero-copy { z-index: 3; }
.hero h1 { max-width: 980px; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.hero-copy > p:not(.eyebrow) { max-width: 620px; text-shadow: 0 2px 18px rgba(0,0,0,.42); }
.hero-image { filter: saturate(1.05) contrast(1.02); transition: filter .7s; }
body.night .hero-image { filter: brightness(.48) saturate(.85) contrast(1.15) hue-rotate(-8deg); }
body.night .hero-shade { background: linear-gradient(90deg,rgba(3,8,8,.84),rgba(3,8,8,.15) 72%),linear-gradient(0deg,rgba(3,8,8,.8),transparent 58%); }
.hero-investment { opacity: .88; z-index: 3; }
.hero-topline, .sound-toggle { z-index: 3; }

.desire-strip {
  align-items: center;
  background: #f3ede1;
  color: #263128;
  display: flex;
  gap: 28px;
  justify-content: center;
  overflow: hidden;
  padding: 21px 4vw;
}
.desire-strip p { font-size: 8px; letter-spacing: .22em; margin: 0; white-space: nowrap; }
.desire-strip i { background: #b38e53; border-radius: 50%; height: 3px; width: 3px; }

.editorial-escape {
  background: #e8e0d2;
  display: grid;
  gap: 3vw;
  grid-template-columns: 1.25fr .8fr;
  min-height: 100vh;
  padding: 10vw 7vw;
  position: relative;
}
.editorial-image { overflow: hidden; position: relative; }
.editorial-image img { height: 100%; object-fit: cover; transition: transform 1.4s cubic-bezier(.2,.75,.2,1); }
.editorial-image:hover img { transform: scale(1.025); }
.editorial-image span { bottom: 20px; color: white; font-size: 7px; left: 22px; letter-spacing: .2em; position: absolute; }
.editorial-image-main { height: 78vh; }
.editorial-copy { align-self: center; padding: 4vw 0 4vw 2vw; }
.editorial-copy h2, .journal-heading h2 {
  font-family: var(--serif);
  font-size: clamp(52px,5.7vw,94px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: .93;
  margin: 30px 0 45px;
}
.editorial-copy > p:not(.section-label) { color: #626c64; font-family: var(--serif); font-size: 21px; line-height: 1.65; max-width: 540px; }
.editorial-copy a { border-bottom: 1px solid currentColor; display: inline-flex; font-size: 9px; justify-content: space-between; letter-spacing: .17em; margin-top: 25px; padding: 13px 0; text-transform: uppercase; width: 220px; }
.editorial-copy a span { color: var(--gold); }
.editorial-image-small {
  grid-column: 1 / -1;
  height: 100svh;
  margin: 7vw -7vw -10vw;
  min-height: 680px;
  position: relative;
  width: calc(100% + 14vw);
}
.editorial-image-small:after {
  background: linear-gradient(180deg,rgba(5,12,8,.02) 50%,rgba(5,12,8,.68));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.editorial-image-small img { object-position: center; }
.editorial-image-small span {
  bottom: 5vw;
  font-size: 9px;
  left: 6vw;
  z-index: 2;
}
.escape-gallery { background: #172019; color: white; grid-column: 1 / -1; margin: 8vw -7vw -10vw; overflow: hidden; padding: 90px 0 45px; width: calc(100% + 14vw); }
.escape-gallery > header { align-items: end; display: flex; justify-content: space-between; padding: 0 6vw 55px; }
.escape-gallery h3 { font-family: var(--serif); font-size: clamp(44px,5vw,78px); font-weight: 400; line-height: .95; margin: 22px 0 0; }
.escape-gallery-controls { align-items: center; display: flex; gap: 8px; }
.escape-gallery-controls > span { color: #8f9b92; font-size: 8px; letter-spacing: .14em; margin-right: 15px; }
.escape-gallery-controls > span b { color: var(--gold); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.escape-gallery-controls button { background: transparent; border: 1px solid rgba(255,255,255,.25); color: white; cursor: pointer; font-size: 18px; height: 46px; transition: .3s; width: 52px; }
.escape-gallery-controls button:hover { background: var(--paper); color: var(--ink); }
.escape-gallery-track { display: flex; gap: 14px; overflow-x: auto; padding: 0 6vw 25px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.escape-gallery-track::-webkit-scrollbar { display: none; }
.escape-gallery figure { flex: 0 0 min(72vw,1050px); margin: 0; position: relative; scroll-snap-align: center; }
.escape-gallery figure img { filter: saturate(.88); height: min(67vh,700px); object-fit: cover; transition: filter .7s,transform 1.2s; }
.escape-gallery figure:hover img { filter: saturate(1.05); transform: scale(1.012); }
.escape-gallery figure:after { background: linear-gradient(transparent 58%,rgba(5,13,8,.83)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.escape-gallery figcaption { align-items: end; bottom: 0; display: grid; gap: 5px 17px; grid-template-columns: auto 1fr; left: 0; padding: 34px; position: absolute; right: 0; z-index: 2; }
.escape-gallery figcaption b { color: var(--gold); font-family: var(--serif); font-size: 35px; font-weight: 400; grid-row: 1 / 3; }
.escape-gallery figcaption span { font-size: 9px; letter-spacing: .17em; }
.escape-gallery figcaption small { color: rgba(255,255,255,.62); font-size: 8px; }
.escape-gallery-progress { background: rgba(255,255,255,.16); height: 1px; margin: 18px 6vw 0; }
.escape-gallery-progress i { background: var(--gold); display: block; height: 1px; transition: width .5s ease; width: 20%; }

.sensory-journal { background: #152019; color: white; }
.journal-heading { max-width: 1000px; }
.journal-heading em { color: #d2b77f; }
.journal-timeline { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 90px; }
.journal-timeline article { border-left: 1px solid rgba(255,255,255,.18); min-height: 310px; padding: 0 28px; }
.journal-timeline time { color: #d2b77f; display: block; font-family: var(--serif); font-size: 38px; }
.journal-timeline span { color: #8c9a8f; display: block; font-size: 7px; letter-spacing: .22em; margin: 10px 0 70px; }
.journal-timeline h3 { font-family: var(--serif); font-size: 29px; font-weight: 400; margin: 0 0 18px; }
.journal-timeline p { color: #aab4ac; font-size: 12px; line-height: 1.7; max-width: 240px; }

.floating-reserve {
  align-items: center;
  background: rgba(247,242,232,.93);
  bottom: 22px;
  box-shadow: 0 12px 45px rgba(5,13,8,.18);
  color: #172019;
  display: grid;
  gap: 3px 18px;
  grid-template-columns: 1fr auto;
  padding: 14px 17px;
  position: fixed;
  right: 22px;
  transition: .35s;
  width: 250px;
  z-index: 45;
}
.floating-reserve:hover { transform: translateY(-4px); }
.floating-reserve span { font-size: 6px; grid-column: 1; letter-spacing: .2em; }
.floating-reserve b { font-family: var(--serif); font-size: 20px; font-weight: 400; grid-column: 1; }
.floating-reserve i { color: #a88244; font-style: normal; grid-column: 2; grid-row: 1 / 3; }

.national-value { background: var(--paper); }
.national-hero { background: var(--ink); color: white; overflow: hidden; position: relative; }
.national-hero:before { border: 1px solid rgba(201,166,104,.18); border-radius: 50%; content: ""; height: 720px; position: absolute; right: -260px; top: -300px; width: 720px; }
.national-hero:after { border: 1px solid rgba(201,166,104,.11); border-radius: 50%; content: ""; height: 520px; position: absolute; right: -120px; top: -160px; width: 520px; }
.national-heading, .national-statement { position: relative; z-index: 1; }
.national-heading { display: grid; gap: 8vw; grid-template-columns: .35fr 1fr; }
.national-heading h2 { font-size: clamp(58px,7vw,108px); line-height: .92; margin: 0; }
.national-statement { display: grid; gap: 7vw; grid-template-columns: 1fr 1fr; margin: 80px 0 90px 35%; }
.national-statement p { color: #b8c1ba; font-size: 14px; line-height: 1.8; margin: 0; }
.national-statement p:first-child { color: white; font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.national-metrics { border-left: 1px solid rgba(255,255,255,.18); border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: repeat(4,1fr); position: relative; z-index: 1; }
.national-metrics article { border-bottom: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); min-height: 210px; padding: 27px; }
.national-metrics span, .national-metrics small { display: block; font-size: 7px; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.national-metrics span { color: #aab5ac; }
.national-metrics b { color: var(--gold); display: block; font-family: var(--serif); font-size: clamp(32px,3.2vw,50px); font-weight: 400; margin: 28px 0; }
.national-metrics small { color: #839087; letter-spacing: .05em; text-transform: none; }
.public-value { background: #eae3d6; }
.public-intro { display: grid; gap: 7vw; grid-template-columns: .35fr 1fr .7fr; margin-bottom: 80px; }
.public-intro h3, .apiex-copy h3, .covenant-heading h3, .approval-heading h3, .national-ask h3 { font-family: var(--serif); font-size: clamp(45px,5vw,78px); font-weight: 400; line-height: .98; margin: 0; }
.public-intro > p:last-child { color: #657067; line-height: 1.8; margin: 0; }
.public-grid { border-left: 1px solid rgba(23,32,25,.18); border-top: 1px solid rgba(23,32,25,.18); display: grid; grid-template-columns: repeat(4,1fr); }
.public-grid article { border-bottom: 1px solid rgba(23,32,25,.18); border-right: 1px solid rgba(23,32,25,.18); min-height: 285px; padding: 27px; }
.public-grid span, .approval-steps span { color: #9b783f; font-size: 7px; letter-spacing: .15em; }
.public-grid h4 { font-family: var(--serif); font-size: 25px; font-weight: 400; margin: 45px 0 16px; }
.public-grid p { color: #657067; font-size: 11px; line-height: 1.75; }
.commitment-register { border-bottom: 1px solid rgba(23,32,25,.18); display: grid; grid-template-columns: .8fr repeat(4,1fr); margin-top: 45px; }
.commitment-register > * { border-left: 1px solid rgba(23,32,25,.18); padding: 20px; }
.commitment-register > span { color: #9b783f; font-size: 7px; letter-spacing: .16em; }
.commitment-register div { display: grid; gap: 9px; }
.commitment-register b { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.commitment-register small { color: #657067; font-size: 8px; line-height: 1.6; }
.apiex-case { background: #f5f1e8; display: grid; gap: 8vw; grid-template-columns: .8fr 1.2fr; }
.apiex-copy h3 { margin: 26px 0 35px; }
.apiex-copy > p:not(.section-label) { color: #657067; line-height: 1.8; }
.apiex-numbers { border-left: 1px solid rgba(23,32,25,.18); border-top: 1px solid rgba(23,32,25,.18); display: grid; grid-template-columns: 1fr 1fr; }
.apiex-numbers article { border-bottom: 1px solid rgba(23,32,25,.18); border-right: 1px solid rgba(23,32,25,.18); min-height: 205px; padding: 25px; }
.apiex-numbers span, .apiex-numbers small { display: block; font-size: 7px; letter-spacing: .12em; line-height: 1.5; }
.apiex-numbers b { color: #9b783f; display: block; font-family: var(--serif); font-size: 38px; font-weight: 400; margin: 28px 0; }
.apiex-numbers small { color: #79827b; letter-spacing: .04em; }
.model-bridge { border-left: 2px solid var(--gold); color: #657067; font-size: 9px; grid-column: 1 / -1; letter-spacing: .07em; line-height: 1.7; margin: -3vw 0 0; padding: 18px 22px; text-transform: uppercase; }
.environment-covenant { background: #173b32; color: white; }
.covenant-heading { display: grid; gap: 7vw; grid-template-columns: .3fr 1fr .7fr; margin-bottom: 75px; }
.covenant-heading > p:last-child { color: #a8b8ae; line-height: 1.8; margin: 0; }
.covenant-grid { border-left: 1px solid rgba(255,255,255,.18); border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: repeat(4,1fr); }
.covenant-grid article { border-bottom: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); min-height: 280px; padding: 27px; }
.covenant-grid b { color: var(--gold); display: block; font-family: var(--serif); font-size: 43px; font-weight: 400; }
.covenant-grid span { display: block; font-size: 8px; letter-spacing: .15em; line-height: 1.5; margin: 28px 0; }
.covenant-grid p { color: #a8b8ae; font-size: 10px; line-height: 1.75; }
.infrastructure-line { align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; gap: 7vw; grid-template-columns: .35fr 1fr; padding: 35px 0 0; }
.infrastructure-line span { color: var(--gold); font-size: 8px; letter-spacing: .16em; }
.infrastructure-line p { color: #b8c4bc; font-family: var(--serif); font-size: 20px; line-height: 1.6; }
.approval-path { background: #d8c49f; }
.approval-heading { display: grid; gap: 7vw; grid-template-columns: .3fr 1fr .7fr; margin-bottom: 75px; }
.approval-heading > p:last-child { line-height: 1.8; margin: 0; }
.approval-steps { border-top: 1px solid rgba(23,32,25,.25); display: grid; grid-template-columns: repeat(5,1fr); }
.approval-steps article { border-bottom: 1px solid rgba(23,32,25,.25); border-right: 1px solid rgba(23,32,25,.25); min-height: 265px; padding: 25px; }
.approval-steps b { color: rgba(23,32,25,.35); display: block; font-family: var(--serif); font-size: 40px; font-weight: 400; }
.approval-steps span { display: block; margin: 35px 0 16px; }
.approval-steps p { font-size: 10px; line-height: 1.75; }
.community-framework { align-items: center; background: var(--paper); display: grid; gap: 6vw; grid-template-columns: .4fr 1fr; margin-top: 60px; padding: 38px; }
.community-framework > div { border-right: 1px solid rgba(23,32,25,.18); display: grid; padding-right: 35px; }
.community-framework span, .community-framework small { font-size: 7px; letter-spacing: .13em; }
.community-framework b { color: #9b783f; font-family: var(--serif); font-size: 55px; font-weight: 400; margin: 12px 0; }
.community-framework p { font-family: var(--serif); font-size: 20px; line-height: 1.6; }
.national-ask { background: url("assets/mangal-10-estate.png") center/cover; color: white; margin-top: 60px; min-height: 590px; overflow: hidden; padding: 70px; position: relative; }
.national-ask:before { background: linear-gradient(90deg,rgba(8,18,11,.86),rgba(8,18,11,.25)); content: ""; inset: 0; position: absolute; }
.national-ask > * { max-width: 780px; position: relative; z-index: 1; }
.national-ask h3 { margin: 45px 0; }

body.night {
  --page-bg: #0b100d;
  --page-text: #edf0e9;
  --paper: #0b100d;
}
body.night .manifesto,
body.night .stays,
body.night .booking { background: #0b100d; color: #edf0e9; }
body.night .manifesto-grid p:last-child,
body.night .section-head > p,
body.night .booking-head > p:last-child,
body.night .rate-note { color: #94a097; }
body.night .manifesto-stats { border-color: rgba(255,255,255,.18); }
body.night .editorial-escape { background: #111813; color: #edf0e9; }
body.night .editorial-copy > p:not(.section-label) { color: #9da89f; }
body.night .desire-strip { background: #161e18; color: #dce1db; }
body.night .island { background: #0b100d; color: #edf0e9; }
body.night .island-copy > p { color: #9ca69e; }
body.night .investment { background: #111813; }
body.night .form-field { border-color: rgba(255,255,255,.18); }
body.night .form-field input,
body.night .form-field select { color: #edf0e9; }
body.night .booking-summary { background: #18231b; }
body.night .button-light { background: #f1eadc; color: #172019; }
body.night .floating-reserve { background: rgba(24,34,27,.95); color: white; }
body.night .deck-dialog { background: #111813; color: white; }
body.night .public-value, body.night .approval-path { color: #172019; }
body.night .apiex-case { background: #111813; }
body.night .apiex-copy > p:not(.section-label), body.night .model-bridge { color: #9da89f; }
body.night .apiex-numbers { border-color: rgba(255,255,255,.18); }
body.night .apiex-numbers article { border-color: rgba(255,255,255,.18); }

@media (max-width: 900px) {
  .theme-toggle { margin: 0; right: 72px; }
  .language-toggle { margin: 0; right: 225px; }
  .editorial-escape { gap: 5vw; grid-template-columns: 1.05fr .95fr; padding: 90px 5vw 0; }
  .editorial-image-main { height: 72vh; }
  .editorial-copy { padding: 20px 0; }
  .editorial-copy h2 { font-size: clamp(37px,5.7vw,54px); line-height: .96; margin: 22px 0 28px; }
  .editorial-copy > p:not(.section-label) { font-size: 16px; line-height: 1.5; }
  .editorial-copy a { margin-top: 12px; }
  .escape-gallery { margin: 55px -5vw 0; width: calc(100% + 10vw); }
  .escape-gallery figure { flex-basis: 82vw; }
  .journal-timeline { grid-template-columns: 1fr 1fr; }
  .journal-timeline article { margin-bottom: 50px; }
  .national-heading, .public-intro, .covenant-heading, .approval-heading { gap: 35px; grid-template-columns: 1fr; }
  .national-statement { margin-left: 0; }
  .national-metrics, .public-grid, .covenant-grid { grid-template-columns: 1fr 1fr; }
  .commitment-register { grid-template-columns: 1fr 1fr; }
  .apiex-case { grid-template-columns: 1fr; }
  .approval-steps { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 560px) {
  .hero:after { inset: 9px; }
  .theme-toggle { padding: 6px 8px; right: 59px; }
  .language-toggle { right: 108px; }
  .theme-toggle span { display: none; }
  .hero-copy { bottom: 20vh; }
  .hero h1 { font-size: clamp(57px,17vw,82px); line-height: .86; }
  .hero-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.55; }
  .desire-strip { justify-content: flex-start; overflow-x: auto; }
  .editorial-escape { grid-template-columns: 1fr; padding: 75px 6vw 0; }
  .editorial-image-main { height: 58vh; }
  .editorial-copy h2, .journal-heading h2 { font-size: 48px; }
  .escape-gallery { margin-inline: -6vw; padding-top: 65px; width: calc(100% + 12vw); }
  .escape-gallery > header { align-items: flex-start; flex-direction: column; gap: 35px; }
  .escape-gallery h3 { font-size: 46px; }
  .escape-gallery figure { flex-basis: 86vw; }
  .escape-gallery figure img { height: 58vh; min-height: 460px; }
  .escape-gallery figcaption { padding: 22px; }
  .journal-timeline { grid-template-columns: 1fr; }
  .journal-timeline article { min-height: 230px; }
  .journal-timeline span { margin-bottom: 35px; }
  .floating-reserve { bottom: 10px; right: 10px; width: calc(100% - 20px); }
  .national-statement, .national-metrics, .public-grid, .apiex-numbers, .covenant-grid, .approval-steps, .community-framework, .infrastructure-line { grid-template-columns: 1fr; }
  .commitment-register { grid-template-columns: 1fr; }
  .national-metrics article, .public-grid article, .covenant-grid article, .approval-steps article { min-height: 0; }
  .community-framework > div { border-bottom: 1px solid rgba(23,32,25,.18); border-right: 0; padding: 0 0 25px; }
  .national-ask { min-height: 650px; padding: 40px 25px; }
}

/* Mobile hero: reserve a clear vertical lane for every interface layer. */
@media (max-width: 560px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 18px 20px;
  }
  .brand { gap: 10px; max-width: calc(100vw - 150px); }
  .brand b { font-size: 15px; letter-spacing: .2em; white-space: nowrap; }
  .hero {
    height: max(100svh, 940px);
    min-height: 940px;
  }
  .hero-image {
    inset: 0;
    object-position: 61% center;
    position: absolute;
  }
  .hero-topline { display: none; }
  .island-weather {
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.24);
    justify-content: space-between;
    left: 6vw;
    padding: 0 0 12px;
    right: 6vw;
    top: 92px;
  }
  .weather-head { flex: 0 1 auto; padding: 0; }
  .weather-head span { white-space: nowrap; }
  .weather-now {
    border-left: 1px solid rgba(255,255,255,.3);
    display: grid;
    flex: 0 0 auto;
    gap: 12px;
    grid-template-columns: auto auto;
    padding-left: 14px;
  }
  .weather-now time { font-size: 20px; white-space: nowrap; }
  .weather-now small { display: none; }
  .weather-temp b { font-size: 24px; }
  .weather-temp span { font-size: 5px; margin-top: 4px; max-width: 75px; }
  .hero-copy {
    bottom: auto;
    left: 6vw;
    max-width: none;
    right: 6vw;
    top: 162px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: .2em;
    line-height: 1.45;
    margin: 0;
    max-width: 290px;
  }
  .hero h1 {
    font-size: clamp(52px, 15vw, 68px);
    line-height: .88;
    margin: 18px 0 25px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.58;
    margin: 0;
    max-width: 440px;
  }
  .hero-actions {
    gap: 10px;
    margin-top: 28px;
  }
  .hero-actions .button { min-width: min(100%, 280px); }
  .hero-actions .text-button { padding-block: 13px; }
}

@media (max-width: 380px) {
  .brand b { font-size: 13px; }
  .language-toggle { right: 100px; }
  .hero { height: max(100svh, 900px); min-height: 900px; }
  .hero h1 { font-size: 50px; }
  .weather-head span { font-size: 5px; letter-spacing: .1em; }
}
