:root {
  --ink: #071b22;
  --ink-soft: #102b33;
  --sea: #214f58;
  --foam: #eef1ed;
  --paper: #f5f1e8;
  --paper-warm: #ebe4d6;
  --gold: #b9a77d;
  --gold-light: #d4c79f;
  --white: #fffdf8;
  --muted: #667176;
  --line: rgba(7, 27, 34, 0.16);
  --light-line: rgba(255, 253, 248, 0.2);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--white); background: var(--sea); }

.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(88px, 10vw, 152px); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; transform: translateY(-160%); background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 2px; }
.skip-link:focus { transform: translateY(0); }

.kicker { margin: 0 0 22px; color: var(--sea); font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.kicker.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
h2 { margin-bottom: 0; font-size: clamp(3.15rem, 6vw, 6rem); letter-spacing: -.045em; line-height: .9; }
.large-copy { font-family: var(--serif); font-size: clamp(1.65rem, 2.8vw, 2.25rem); line-height: 1.15; letter-spacing: -.02em; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, color .3s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(245, 241, 232, .94); border-bottom-color: var(--line); backdrop-filter: blur(16px); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-monogram { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 1rem; letter-spacing: -.08em; }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; }
.brand-copy strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; letter-spacing: .13em; }
.brand-copy small { margin-top: 5px; color: var(--gold-light); font-size: .55rem; font-weight: 600; letter-spacing: .33em; }
.scrolled .brand-copy small { color: #84754e; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { position: relative; text-decoration: none; font-size: .79rem; font-weight: 500; letter-spacing: .05em; }
.nav-links > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s ease; }
.nav-links > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid currentColor; }
.nav-cta:hover { background: var(--white); color: var(--ink); }
.scrolled .nav-cta:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; background: transparent; border: 1px solid currentColor; padding: 8px 12px; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); isolation: isolate; }
.hero-media { position: absolute; z-index: -4; inset: 0; overflow: hidden; background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.hero-video-frame { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-width: 177.78vh; min-height: 100%; transform: translate(-48%, -52%) scale(1.42); border: 0; opacity: 1; pointer-events: none; transition: opacity .5s ease; }
.hero-video-frame.is-paused { opacity: 0; }
.hero-shade { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(3, 18, 24, .88) 0%, rgba(3, 18, 24, .55) 46%, rgba(3, 18, 24, .16) 78%), linear-gradient(0deg, rgba(3, 18, 24, .7) 0%, transparent 38%, rgba(3, 18, 24, .28) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 130px; }
.hero h1 { max-width: 850px; margin-bottom: 28px; color: var(--white); font-size: clamp(4.6rem, 10vw, 9.2rem); letter-spacing: -.06em; line-height: .74; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lede { max-width: 650px; margin-bottom: 34px; color: rgba(255, 253, 248, .85); font-size: clamp(1rem, 1.7vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; border-radius: 0; padding: 14px 20px; cursor: pointer; text-decoration: none; font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold-light); }
.button-gold:hover { background: var(--white); }
.button-ink { color: var(--white); background: var(--ink); }
.button-ink:hover { background: var(--sea); }
.button[disabled] { opacity: .65; cursor: wait; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid currentColor; padding-bottom: 4px; color: var(--ink); text-decoration: none; font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }
.light-link { color: var(--white); }
.hero-meta { position: absolute; z-index: 2; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; border-top: 1px solid var(--light-line); padding-top: 20px; }
.hero-meta > div { min-width: 150px; display: flex; align-items: baseline; gap: 10px; border-right: 1px solid var(--light-line); padding-right: 22px; margin-right: 22px; }
.hero-meta > div:last-child { border-right: 0; }
.hero-meta strong { font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.hero-meta span { color: rgba(255,255,255,.66); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.video-control { position: absolute; right: 28px; bottom: 30px; z-index: 4; border: 1px solid var(--light-line); border-radius: 999px; background: rgba(7, 27, 34, .25); color: var(--white); padding: 9px 13px; cursor: pointer; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }

.manifesto { background: var(--paper); }
.split-intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px, 9vw, 150px); align-items: start; }
.intro-copy { padding-top: 44px; }
.intro-copy p:not(.large-copy) { max-width: 570px; color: var(--muted); }
.intro-copy .text-link { margin-top: 22px; }

.experiences { color: var(--white); background: var(--ink); }
.wide-heading { max-width: 880px; margin-bottom: 58px; }
.wide-heading h2 { color: var(--white); }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--light-line); border: 1px solid var(--light-line); }
.experience-card { position: relative; min-height: 560px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 28px; isolation: isolate; }
.experience-card::before { content: ''; position: absolute; z-index: -2; inset: 0; background-size: cover; background-position: center; filter: saturate(.65); transition: transform .8s ease, filter .8s ease; }
.experience-card::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(5, 20, 26, .2), rgba(5, 20, 26, .93) 85%); }
.card-corporate::before { background-image: url('/img/apreamare-owner-saloon-evening.jpg'); }
.card-celebration::before { background-image: url('/img/apreamare-owner-sunset-service.jpg'); }
.card-party::before { background-image: url('/img/apreamare-owner-underway-aerial.jpg'); }
.experience-card:hover::before { transform: scale(1.045); filter: saturate(.9); }
.card-number { color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 1.6rem; }
.card-label { margin-bottom: 12px; color: var(--gold-light); font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.experience-card h3 { margin-bottom: 18px; font-size: clamp(2.1rem, 3vw, 3rem); line-height: .98; }
.experience-card p:not(.card-label) { color: rgba(255,255,255,.72); font-size: .91rem; }
.card-link { display: inline-flex; align-items: center; gap: 12px; border: 0; border-bottom: 1px solid rgba(255,255,255,.7); background: transparent; padding: 0 0 4px; cursor: pointer; color: var(--white); font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.yacht { background: var(--paper-warm); }
.yacht-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(44px, 8vw, 120px); align-items: center; }
.yacht-visual { position: relative; padding-bottom: 70px; }
.yacht-main-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: 55% center; filter: saturate(.88) contrast(1.04); }
.motion-inset { position: absolute; right: -4%; bottom: 0; width: 31%; aspect-ratio: .8; border: 8px solid var(--paper-warm); object-fit: cover; box-shadow: 0 22px 50px rgba(7,27,34,.23); }
.image-note { position: absolute; left: 18px; right: 35%; bottom: 86px; background: rgba(245,241,232,.9); padding: 8px 10px; color: var(--muted); font-size: .64rem; letter-spacing: .03em; backdrop-filter: blur(8px); }
.yacht-copy h2 { max-width: 680px; margin-bottom: 34px; font-size: clamp(3.2rem, 5.5vw, 5.3rem); }
.yacht-copy > p:not(.kicker):not(.source-note) { color: #44555a; }
.specs { margin: 42px 0 22px; border-top: 1px solid var(--line); }
.specs div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; border-bottom: 1px solid var(--line); padding: 14px 0; }
.specs dt { color: var(--muted); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.specs dd { margin: 0; font-size: .86rem; }
.source-note, .photo-credit { color: var(--muted); font-size: .68rem; }
.source-note a, .photo-credit a { text-underline-offset: 3px; }
.yacht-actions { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 30px 0 20px; }
.yacht-actions .text-link { font-size: .67rem; }

.deck-plans { color: var(--white); background: var(--ink); overflow: hidden; }
.deck-plans-heading { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(54px, 8vw, 120px); align-items: end; margin-bottom: 64px; }
.deck-plans-heading h2 { color: var(--white); font-size: clamp(3.2rem, 5.4vw, 5.7rem); }
.berth-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.berth-facts div { display: grid; justify-items: center; border-right: 1px solid var(--light-line); padding: 22px 12px; text-align: center; }
.berth-facts div:last-child { border-right: 0; }
.berth-facts strong { color: var(--gold-light); font-family: var(--serif); font-size: 2.5rem; font-weight: 500; line-height: 1; }
.berth-facts span { margin-top: 9px; color: rgba(255,255,255,.58); font-size: .58rem; letter-spacing: .11em; text-transform: uppercase; }
.real-plan-grid { border: 1px solid var(--light-line); background: rgba(255,255,255,.025); padding: clamp(14px, 2.4vw, 34px); }
.real-plan-figure { margin: 0; overflow: hidden; background: #f8f7f4; }
.real-plan-figure img { width: 100%; height: auto; display: block; }
.real-plan-figure figcaption { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; border-top: 1px solid rgba(7,27,34,.12); color: #536166; background: #f8f7f4; padding: 13px 20px; font-size: .58rem; letter-spacing: .11em; text-transform: uppercase; }
.real-plan-figure figcaption span:last-child { text-align: right; }
.plan-key { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--light-line); margin-top: 24px; }
.plan-key article { padding: 30px clamp(12px, 3vw, 42px) 8px 0; }
.plan-key article + article { border-left: 1px solid var(--light-line); padding-right: 0; padding-left: clamp(12px, 3vw, 42px); }
.plan-key article > span { color: var(--gold-light); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.plan-key h3 { margin: 10px 0 10px; font-size: clamp(2rem, 3vw, 3rem); }
.plan-key p { max-width: 560px; margin-bottom: 20px; color: rgba(255,255,255,.61); font-size: .8rem; }
.plan-key ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.plan-key li { position: relative; color: rgba(255,255,255,.82); padding-left: 17px; font-size: .7rem; }
.plan-key li::before { position: absolute; top: .62em; left: 0; width: 6px; height: 1px; content: ""; background: var(--gold-light); }
.plan-disclaimer { margin: 18px 0 0; color: rgba(255,255,255,.43); font-size: .66rem; text-align: right; }

.packages { background: var(--paper); }
.packages-heading, .gallery-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.packages-heading > p, .gallery-heading > p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.base-price { display: grid; grid-template-columns: .8fr 1.35fr auto; gap: 40px; align-items: center; margin-bottom: 52px; border: 1px solid var(--ink); padding: 26px 30px; }
.base-price > div { display: grid; }
.base-price span { color: var(--sea); font-size: .62rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.base-price strong { margin-top: 4px; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 500; line-height: 1; }
.base-price p { margin: 0; color: var(--muted); font-size: .8rem; }
.package-list { display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.package-card { position: relative; min-height: 600px; display: flex; flex-direction: column; border-right: 1px solid var(--line); padding: 30px clamp(20px, 2.2vw, 34px) 38px; }
.package-card:first-child { border-left: 1px solid var(--line); }
.package-card.featured { color: var(--white); background: var(--ink); transform: translateY(-18px); box-shadow: 0 22px 60px rgba(7,27,34,.2); }
.package-top { display: flex; justify-content: space-between; margin-bottom: 56px; color: var(--muted); font-family: var(--serif); font-size: 1.2rem; }
.featured .package-top { color: rgba(255,255,255,.65); }
.package-ribbon { position: absolute; top: -11px; right: 20px; background: var(--gold-light); color: var(--ink); padding: 6px 10px; font-size: .58rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.package-card h3 { margin-bottom: 12px; font-size: clamp(2rem, 2.75vw, 3.05rem); line-height: .95; }
.package-card > p { min-height: 78px; color: var(--muted); font-size: .9rem; }
.featured > p { color: rgba(255,255,255,.67); }
.package-card > .package-price { min-height: 0; margin-bottom: 22px; color: var(--sea); font-family: var(--serif); font-size: 1rem; }
.package-card > .package-price strong { font-size: 1.75rem; font-weight: 500; }
.featured > .package-price { color: var(--gold-light); }
.package-card ul { margin: 18px 0 34px; padding: 0; list-style: none; }
.package-card li { border-top: 1px solid var(--line); padding: 11px 0; font-size: .78rem; }
.featured li { border-top-color: var(--light-line); }
.package-card .button { margin-top: auto; width: 100%; }
.package-card.overnight { background: var(--paper-warm); }
.price-note { margin: 22px 0 0; color: var(--muted); font-size: .68rem; }

.details { color: var(--white); background: var(--sea); }
.details-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 150px); }
.details-title { position: sticky; top: 130px; align-self: start; }
.details-title h2 { color: var(--white); }
.details-note { max-width: 440px; margin-top: 32px; color: rgba(255,255,255,.57); font-size: .74rem; }
.detail-list { border-top: 1px solid var(--light-line); }
.detail-list article { display: grid; grid-template-columns: 72px 1fr; gap: 20px; border-bottom: 1px solid var(--light-line); padding: 24px 0; }
.detail-list article > span { color: var(--gold-light); font-family: var(--serif); font-size: 1.3rem; }
.detail-list h3 { margin-bottom: 6px; font-size: 2rem; }
.detail-list p { margin-bottom: 0; color: rgba(255,255,255,.68); font-size: .88rem; }
.detail-title { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.detail-title strong { flex: 0 0 auto; color: var(--gold-light); font-size: .7rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }

.shore-options { background: var(--paper-warm); }
.shore-options-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.shore-options-heading h2 { max-width: 800px; font-size: clamp(3.2rem, 5vw, 5.2rem); }
.shore-options-heading > p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.shore-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.shore-option-card { display: grid; grid-template-rows: auto 1fr; border: 1px solid var(--line); background: var(--paper); }
.shore-option-card figure { margin: 0; overflow: hidden; background: var(--ink); }
.shore-option-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .8s ease, opacity .8s ease; }
.shore-option-card:hover img { transform: scale(1.025); opacity: .94; }
.shore-option-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(24px, 3vw, 38px); }
.shore-option-copy > span { margin-bottom: 22px; color: var(--sea); font-size: .62rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.shore-option-copy h3 { max-width: 540px; margin-bottom: 14px; font-size: clamp(2.3rem, 3.5vw, 3.6rem); line-height: .95; }
.shore-option-price { color: var(--sea); font-family: var(--serif); font-size: 1.05rem; }
.shore-option-price strong { font-size: 1.45rem; font-weight: 500; }
.shore-option-copy > p:not(.shore-option-price) { color: var(--muted); font-size: .84rem; }
.shore-option-copy small { margin: auto 0 26px; color: var(--muted); font-size: .65rem; }
.shore-option-copy .button { width: 100%; }

.gallery { background: var(--paper); }
.gallery-heading h2 { font-size: clamp(3.2rem, 5vw, 5.1rem); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(230px, 27vw, 390px); gap: 14px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: var(--ink); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease, opacity .8s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); opacity: .92; }
.gallery-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; color: var(--white); background: linear-gradient(0deg, rgba(4,20,26,.76), transparent); padding: 48px 18px 16px; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.gallery-main { grid-column: span 8; grid-row: span 2; }
.gallery-dining, .gallery-sunset { grid-column: span 4; }
.gallery-saloon, .gallery-master { grid-column: span 6; }
.gallery-grid figure:not(.gallery-main):not(.gallery-dining):not(.gallery-sunset):not(.gallery-saloon):not(.gallery-master):not(.gallery-detail) { grid-column: span 4; }
.gallery-detail { grid-column: span 12; max-height: 280px; }
.gallery-detail img { object-position: center 58%; }
.photo-credit { margin: 14px 0 0; text-align: right; }

.assurance { background: var(--paper-warm); }
.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.assurance-grid div { border-top: 1px solid var(--ink); padding-top: 18px; }
.assurance-grid span { display: block; margin-bottom: 12px; font-family: var(--serif); font-size: 1.55rem; }
.assurance-grid p { margin-bottom: 0; color: var(--muted); font-size: .79rem; }

.availability { color: var(--white); background: #0a222a; }
.availability-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(56px, 9vw, 130px); align-items: start; }
.availability-copy { position: sticky; top: 130px; }
.availability-copy h2 { margin-bottom: 32px; color: var(--white); font-size: clamp(3.2rem, 5vw, 5.3rem); }
.availability-copy > p:not(.kicker) { max-width: 450px; color: rgba(255,255,255,.66); }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 16px 22px; margin: 34px 0 22px; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.68); font-size: .65rem; letter-spacing: .04em; }
.calendar-legend i { width: 11px; height: 11px; display: inline-block; border-radius: 50%; }
.legend-available { border: 1px solid var(--gold-light); background: transparent; }
.legend-option { background: #8b7b54; }
.legend-booked { background: rgba(255,255,255,.24); }
.availability-note { border-top: 1px solid var(--light-line); padding-top: 18px; font-size: .68rem !important; }
.calendar-card { border: 1px solid var(--light-line); background: rgba(255,255,255,.035); padding: clamp(22px, 4vw, 44px); }
.calendar-toolbar { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 16px; margin-bottom: 32px; }
.calendar-toolbar h3 { margin: 0; font-size: clamp(2rem, 3vw, 2.8rem); text-align: center; text-transform: capitalize; }
.calendar-toolbar button { width: 44px; height: 44px; border: 1px solid var(--light-line); background: transparent; color: var(--white); cursor: pointer; }
.calendar-toolbar button:disabled { opacity: .25; cursor: not-allowed; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.calendar-weekdays { margin-bottom: 8px; }
.calendar-weekdays span { color: rgba(255,255,255,.4); font-size: .56rem; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.calendar-day, .calendar-blank { aspect-ratio: 1 / .92; min-width: 0; }
.calendar-day { position: relative; border: 1px solid rgba(255,255,255,.14); background: transparent; color: var(--white); cursor: pointer; font-family: var(--serif); font-size: 1rem; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.calendar-day:hover:not(:disabled), .calendar-day:focus-visible { border-color: var(--gold-light); outline: 0; }
.calendar-day.available::after { content: ''; position: absolute; right: 7px; bottom: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); }
.calendar-day.option { background: rgba(139,123,84,.25); color: rgba(255,255,255,.62); }
.calendar-day.booked, .calendar-day.past { background: rgba(255,255,255,.045); color: rgba(255,255,255,.25); text-decoration: line-through; cursor: not-allowed; }
.calendar-day.selected { border-color: var(--gold-light); background: var(--gold-light); color: var(--ink); }
.calendar-day.selected::after { background: var(--ink); }
.calendar-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; border-top: 1px solid var(--light-line); padding-top: 24px; }
.calendar-footer p { margin: 0; color: rgba(255,255,255,.63); font-size: .72rem; }
.calendar-footer .button { flex: 0 0 auto; }

.inquiry { color: var(--white); background: #0a222a; }
.inquiry-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(56px, 9vw, 130px); }
.inquiry-copy { align-self: start; position: sticky; top: 130px; }
.inquiry-copy h2 { margin-bottom: 30px; color: var(--white); }
.inquiry-copy > p:not(.kicker) { max-width: 430px; color: rgba(255,255,255,.66); }
.contact-lines { display: grid; gap: 4px; margin-top: 38px; }
.contact-lines a { color: var(--gold-light); font-family: var(--serif); font-size: 1.45rem; text-decoration: none; }
.inquiry-form { border-top: 1px solid var(--light-line); padding-top: 14px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
.inquiry-form label > span, .inquiry-form legend { display: block; margin-bottom: 7px; color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.inquiry-form label { display: block; margin-bottom: 22px; }
.inquiry-form input:not([type="checkbox"]), .inquiry-form select, .inquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.32); border-radius: 0; outline: 0; background: transparent; color: var(--white); padding: 9px 0 12px; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-bottom-color: var(--gold-light); box-shadow: 0 1px 0 var(--gold-light); }
.inquiry-form select { color-scheme: dark; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form fieldset { margin: 10px 0 26px; border: 0; padding: 0; }
.checkboxes { display: flex; flex-wrap: wrap; gap: 9px; }
.checkboxes label { margin: 0; cursor: pointer; }
.checkboxes input { position: absolute; opacity: 0; pointer-events: none; }
.checkboxes span { margin: 0 !important; border: 1px solid rgba(255,255,255,.26); padding: 9px 12px; color: rgba(255,255,255,.8) !important; font-size: .63rem !important; }
.checkboxes input:checked + span { border-color: var(--gold-light); background: var(--gold-light); color: var(--ink) !important; }
.checkboxes input:focus-visible + span { outline: 2px solid var(--white); outline-offset: 2px; }
.message-field { margin-top: 8px; }
.consent { display: flex !important; align-items: flex-start; gap: 10px; cursor: pointer; }
.consent input { margin-top: 5px; accent-color: var(--gold-light); }
.consent span { margin: 0 !important; color: rgba(255,255,255,.64) !important; font-size: .66rem !important; letter-spacing: .02em !important; text-transform: none !important; }
.form-footer { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.form-footer p { margin: 0; color: rgba(255,255,255,.56); font-size: .7rem; }
.form-footer p.success { color: #bfe6cf; }
.form-footer p.error { color: #f2b5a7; }
.honeypot { position: absolute !important; left: -9999px !important; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 10vw, 150px); }
.faq-grid h2 { font-size: clamp(3.3rem, 5vw, 5.2rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 24px 45px 24px 0; font-family: var(--serif); font-size: 1.55rem; line-height: 1.15; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 4px; top: 21px; color: var(--sea); font-family: var(--sans); font-size: 1.2rem; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 670px; padding-right: 50px; color: var(--muted); font-size: .88rem; }

.site-footer { padding: 70px 0 28px; color: var(--white); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; padding-bottom: 62px; }
.footer-brand { display: flex; align-items: center; gap: 14px; text-transform: uppercase; }
.footer-brand > div { display: grid; line-height: 1; }
.footer-brand strong { font-family: var(--serif); font-size: 1.2rem; letter-spacing: .13em; }
.footer-brand small { margin-top: 6px; color: var(--gold-light); font-size: .58rem; letter-spacing: .32em; }
.footer-grid > p { color: rgba(255,255,255,.6); font-family: var(--serif); font-size: 1.25rem; line-height: 1.3; }
.footer-links { display: grid; justify-items: end; gap: 5px; }
.footer-links a { color: var(--gold-light); text-decoration: none; font-size: .85rem; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--light-line); padding-top: 20px; color: rgba(255,255,255,.45); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 1050px) {
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: 460px; }
  .package-list { grid-template-columns: 1fr 1fr; gap: 14px; border: 0; }
  .package-card, .package-card:first-child { min-height: auto; border: 1px solid var(--line); }
  .package-card.featured { transform: none; }
  .package-card > p { min-height: 0; }
  .package-card .button { margin-top: 16px; }
  .assurance-grid { grid-template-columns: 1fr 1fr; }
  .base-price { grid-template-columns: 1fr 1.4fr; }
  .base-price .button { grid-column: 1 / -1; }
  .deck-plans-heading { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 700px); }
  .section-pad { padding-block: 78px; }
  h2 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
  .nav { min-height: 72px; }
  .brand-monogram { width: 36px; height: 36px; }
  .menu-toggle { display: inline-flex; }
  .nav-links { position: fixed; inset: 72px 0 auto; min-height: calc(100svh - 72px); display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 0; transform: translateX(100%); background: var(--paper); color: var(--ink); padding: 30px; transition: transform .3s ease; }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { border-bottom: 1px solid var(--line); padding: 18px 0; font-family: var(--serif); font-size: 1.9rem; }
  .nav-links .nav-cta { margin-top: 20px; border: 1px solid var(--ink); padding: 14px 16px; font-family: var(--sans); font-size: .8rem; text-align: center; }
  .hero { min-height: 820px; }
  .hero-image { object-position: 62% center; }
  .hero-video-frame { transform: translate(-48%, -52%) scale(1.46); }
  .hero-shade { background: linear-gradient(180deg, rgba(3,18,24,.45), rgba(3,18,24,.88) 74%); }
  .hero-content { padding-top: 100px; padding-bottom: 180px; }
  .hero h1 { font-size: clamp(4.2rem, 21vw, 6.8rem); line-height: .78; }
  .hero-meta { width: var(--shell); overflow: hidden; }
  .hero-meta > div { min-width: auto; flex: 1; display: grid; gap: 0; padding-right: 12px; margin-right: 12px; }
  .hero-meta strong { font-size: 1.6rem; }
  .hero-meta span { font-size: .52rem; }
  .video-control { right: 15px; bottom: 104px; }
  .split-intro, .yacht-grid, .details-grid, .availability-grid, .inquiry-grid, .faq-grid { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .yacht-copy h2, .details-title h2, .inquiry-copy h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .packages-heading, .gallery-heading { grid-template-columns: 1fr; gap: 26px; }
  .shore-options-heading { grid-template-columns: 1fr; gap: 26px; }
  .shore-option-grid { grid-template-columns: 1fr; }
  .details-title, .availability-copy, .inquiry-copy { position: static; }
  .plan-key { grid-template-columns: 1fr; }
  .plan-key article + article { border-top: 1px solid var(--light-line); border-left: 0; padding-left: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 310px; }
  .gallery-main, .gallery-detail { grid-column: span 2; grid-row: auto; }
  .gallery-dining, .gallery-sunset, .gallery-saloon, .gallery-master,
  .gallery-grid figure:not(.gallery-main):not(.gallery-dining):not(.gallery-sunset):not(.gallery-saloon):not(.gallery-master):not(.gallery-detail) { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-items: start; }
}

@media (max-width: 560px) {
  .brand-copy strong { font-size: .94rem; }
  .brand-copy small { font-size: .48rem; }
  .hero-lede { font-size: .92rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .experience-card { min-height: 500px; }
  .yacht-main-image { aspect-ratio: 4 / 5; }
  .motion-inset { right: 3%; width: 36%; border-width: 5px; }
  .image-note { right: 42%; }
  .specs div { grid-template-columns: 96px 1fr; }
  .assurance-grid, .field-grid { grid-template-columns: 1fr; }
  .berth-facts { grid-template-columns: 1fr 1fr; }
  .berth-facts div:nth-child(2) { border-right: 0; }
  .berth-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--light-line); }
  .real-plan-grid { margin-inline: -15px; padding: 8px; }
  .real-plan-figure figcaption { grid-template-columns: 1fr 1fr; padding: 11px 12px; }
  .real-plan-figure figcaption span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; text-align: center; }
  .base-price, .package-list { grid-template-columns: 1fr; }
  .base-price { gap: 24px; padding: 24px; }
  .base-price .button { grid-column: auto; width: 100%; }
  .detail-title { align-items: flex-start; flex-direction: column; gap: 0; }
  .detail-title strong { margin-bottom: 7px; }
  .calendar-card { padding: 20px 14px; }
  .calendar-days, .calendar-weekdays { gap: 4px; }
  .calendar-day { font-size: .86rem; }
  .calendar-footer { align-items: stretch; flex-direction: column; }
  .calendar-footer .button { width: 100%; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .gallery-main, .gallery-detail, .gallery-dining, .gallery-sunset, .gallery-saloon, .gallery-master,
  .gallery-grid figure:not(.gallery-main):not(.gallery-dining):not(.gallery-sunset):not(.gallery-saloon):not(.gallery-master):not(.gallery-detail) { grid-column: auto; }
  .gallery-detail { max-height: none; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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