:root {
  --ink: #14282e;
  --deep: #102a32;
  --deep-2: #173943;
  --paper: #fbf8f1;
  --sand: #f2ede3;
  --mist: #edf4f3;
  --white: #fff;
  --gold: #c99724;
  --gold-light: #f2ca68;
  --muted: #647478;
  --line: rgba(20, 40, 46, .14);
  --shadow: 0 18px 48px rgba(16, 42, 50, .09);
  --radius: 14px;
  --page-pad: max(22px, calc((100vw - 1180px) / 2));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.site-header {
  position: fixed; z-index: 100; top: 0; left: 0; display: flex; width: 100%; height: 72px;
  align-items: center; justify-content: space-between; padding: 0 clamp(20px, 4vw, 58px);
  border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(16,42,50,.96); color: white;
  backdrop-filter: blur(14px); transition: background .25s, box-shadow .25s;
}
.home-page .site-header:not(.is-scrolled) { background: linear-gradient(180deg, rgba(7,26,32,.76), rgba(7,26,32,.08)); }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(7,26,32,.16); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-size: 20px; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.nav { display: flex; align-items: center; gap: clamp(15px, 1.8vw, 28px); font-size: 13px; }
.nav > a:not(.nav-cta), .nav-menu > summary { opacity: .86; transition: opacity .2s, color .2s; }
.nav > a:hover, .nav-menu > summary:hover { color: var(--gold-light); opacity: 1; }
.nav-menu { position: relative; }
.nav-menu summary { cursor: pointer; list-style: none; }
.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu summary::after { margin-left: 6px; color: var(--gold-light); content: "⌄"; }
.nav-menu > div { position: absolute; top: calc(100% + 20px); left: -18px; display: grid; min-width: 230px; padding: 10px 18px; border-radius: 0 0 10px 10px; background: var(--deep); box-shadow: var(--shadow); }
.nav-menu > div a { padding: 10px 0; color: rgba(255,255,255,.76); white-space: nowrap; }
.nav-menu > div a:hover { color: var(--gold-light); }
.nav-cta { display: inline-flex; min-height: 38px; align-items: center; padding: 0 17px; border: 1px solid var(--gold-light); border-radius: 999px; color: var(--gold-light); font-weight: 800; }
.nav-cta:hover { background: var(--gold-light); color: var(--deep); }
.language-switch { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; }
.language-switch strong { color: var(--gold-light); }
.language-switch span { cursor: help; opacity: .42; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; display: flex; min-height: 84svh; align-items: center; overflow: hidden; background: var(--deep); color: white; }
.hero-video, .hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,24,30,.88), rgba(5,24,30,.42) 58%, rgba(5,24,30,.16)), linear-gradient(0deg, rgba(5,24,30,.38), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(760px, calc(100% - 44px)); margin-left: var(--page-pad); padding: 120px 0 90px; }
.hero h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(54px, 7.2vw, 98px); line-height: .92; }
.hero-copy { max-width: 560px; margin: 24px 0 28px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.65; }
.hero-note { position: absolute; z-index: 2; right: clamp(22px, 5vw, 70px); bottom: 30px; display: grid; justify-items: end; max-width: 450px; text-align: right; }
.hero-note span { color: rgba(255,255,255,.57); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-note strong { margin-top: 7px; color: var(--gold-light); font: 400 18px/1.3 Georgia, serif; }
.hero-note small { margin-top: 5px; color: rgba(255,255,255,.75); }

.section { padding: clamp(54px, 6vw, 78px) var(--page-pad); }
.section-kicker { margin: 0 0 12px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section h2, .services-strip h2, .experience h2, .catalog-hero h1 { font-size: clamp(38px, 4.4vw, 62px); line-height: 1; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.65; }
.section-more { margin-top: 28px; }
.line-link { display: inline-block; width: fit-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 0 23px; cursor: pointer; font-size: 13px; font-weight: 900; }
.button-primary { background: var(--gold-light); color: var(--deep); }
.button-dark { background: var(--deep); color: white; }
.button:disabled { cursor: wait; opacity: .62; }

.trips { background: var(--paper); }
.trip-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.trip-card { position: relative; display: block; min-height: 410px; overflow: hidden; border-radius: var(--radius); background: var(--deep); color: white; box-shadow: var(--shadow); cursor: pointer; }
.trip-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.trip-image-wrap { position: absolute; inset: 0; overflow: hidden; }
.trip-image-wrap::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,28,34,.96), rgba(6,28,34,.05) 67%); content: ""; }
.trip-image { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.trip-card:hover .trip-image { transform: scale(1.045); }
.trip-number, .trip-date { position: absolute; z-index: 2; top: 16px; }
.trip-number { left: 17px; color: white; font: 400 20px Georgia, serif; }
.trip-date { right: 16px; padding: 8px 11px; border-radius: 999px; background: var(--gold-light); color: var(--deep); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.trip-body { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: flex; min-height: 46%; flex-direction: column; justify-content: end; padding: 23px; }
.trip-body h3 { margin: 0 0 9px; font: 400 clamp(25px, 2.4vw, 34px)/1.05 Georgia, serif; letter-spacing: -.035em; }
.trip-body > p { display: -webkit-box; margin: 0; overflow: hidden; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.trip-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 17px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.22); font-size: 12px; }
.trip-meta strong { color: var(--gold-light); }
.trip-details-link { margin-top: 13px; color: white; font-size: 12px; font-weight: 800; }
.trip-card-archived .trip-image { filter: saturate(.68); }

.service-paths { background: var(--mist); }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.path-card { display: flex; min-height: 255px; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .2s, box-shadow .2s; }
.path-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.path-card > span { color: var(--gold); font: 400 18px Georgia, serif; }
.path-card h3 { margin: auto 0 12px; font: 400 29px/1.08 Georgia, serif; letter-spacing: -.035em; }
.path-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.path-card strong { margin-top: 20px; color: #9a711b; font-size: 12px; }

.charter-compact { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(36px, 6vw, 80px); background: var(--sand); }
.charter-copy h2 { font-size: clamp(38px, 4.3vw, 60px); }
.charter-copy > p:not(.section-kicker) { margin: 18px 0 24px; color: var(--muted); line-height: 1.7; }
.compact-form-card { padding: clamp(24px, 3.5vw, 38px); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.charter-form, .booking-form { display: grid; gap: 18px; }
.charter-form label, .booking-form label { display: grid; gap: 7px; }
.charter-form label > span, .booking-form label > span { font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.charter-form input, .charter-form select, .charter-form textarea, .booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; outline: 0; padding: 12px 13px; background: var(--paper); color: var(--ink); }
.charter-form input:focus, .charter-form select:focus, .booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,151,36,.13); }
.form-grid-public { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-grid-public-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.consent { display: flex !important; align-items: flex-start; grid-template-columns: auto 1fr; gap: 9px !important; color: var(--muted); font-size: 11px; line-height: 1.5; }
.consent input { width: 17px !important; height: 17px; flex: 0 0 17px; margin: 0; accent-color: var(--deep); }
.consent > span { font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; }
.consent a { text-decoration: underline; text-underline-offset: 2px; }
.website-field { position: absolute !important; left: -9999px; }
.form-status { min-height: 18px; margin: 0; color: var(--muted); font-size: 12px; }
.form-status.is-error { color: #a52b2b; }
.success { text-align: center; }
.success > span { display: grid; width: 48px; height: 48px; margin: 0 auto 15px; place-items: center; border-radius: 50%; background: var(--mist); color: #15765d; font-size: 24px; }
.success h3 { margin: 0; font: 400 30px Georgia, serif; }

.services-strip { display: grid; padding: 42px var(--page-pad); grid-template-columns: 1.1fr 1fr auto; align-items: center; gap: 40px; background: var(--paper); border-block: 1px solid var(--line); }
.services-strip h2 { font-size: clamp(32px, 3.5vw, 48px); }
.services-strip p:not(.section-kicker) { max-width: 560px; margin: 13px 0 0; color: var(--muted); line-height: 1.6; }
.services-strip ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.services-strip li::before { margin-right: 9px; color: var(--gold); content: "•"; }

.first-time { background: var(--mist); }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 10px; background: white; }
.faq-item summary { display: flex; align-items: center; gap: 15px; padding: 17px 20px; cursor: pointer; list-style: none; font: 400 19px/1.3 Georgia, serif; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { margin-left: auto; color: var(--gold); content: "+"; font: 400 24px Arial, sans-serif; }
.faq-item[open] summary::after { content: "−"; }
.faq-item summary span { color: var(--gold); font: 400 13px Georgia, serif; }
.faq-item > div { padding: 0 20px 18px 48px; }
.faq-item p { margin: 0 0 10px; color: var(--muted); line-height: 1.6; }
.faq-item a { color: #956c16; font-size: 12px; font-weight: 800; }

.experience { display: grid; min-height: 520px; grid-template-columns: 1fr 1fr; background: var(--sand); }
.experience-image { position: relative; display: flex; min-height: 520px; align-items: end; overflow: hidden; padding: clamp(30px, 5vw, 62px); }
.experience-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.experience-image-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,24,30,.82), rgba(5,24,30,.05) 68%); }
.experience-image h2 { position: relative; z-index: 1; color: white; }
.experience-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 70px); }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
.features > div { display: grid; padding: 17px 0; grid-template-columns: 28px 1fr; gap: 9px; border-top: 1px solid var(--line); }
.features span { color: var(--gold); font-size: 11px; font-weight: 900; }
.features p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.experience .line-link { margin-top: 24px; }

.stories-section { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-card { overflow: hidden; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.story-card > img { width: 100%; height: 250px; object-fit: cover; }
.story-card > div { padding: 22px; }
.story-card span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.story-card h2, .story-card h3 { margin: 10px 0; font: 400 27px/1.1 Georgia, serif; }
.story-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.story-card blockquote { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: #516267; font: italic 15px/1.55 Georgia, serif; }
.story-card cite { font-size: 12px; }

.team { overflow: hidden; background: var(--mist); }
.team-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.team-card { position: relative; display: block; min-height: 345px; overflow: hidden; border-radius: var(--radius); background: var(--deep); color: white; box-shadow: var(--shadow); }
.team-photo { position: absolute; inset: 0; }
.team-photo::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,29,35,.95), transparent 63%); content: ""; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform .4s; }
.team-card:hover .team-photo img { transform: scale(1.04); }
.team-overlay { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 20px; }
.team-overlay > span { color: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.team-overlay h3 { margin: 7px 0; font: 400 27px/1.05 Georgia, serif; }
.team-overlay p { display: -webkit-box; margin: 0; overflow: hidden; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.home-about-compact { display: grid; padding-block: clamp(32px, 4vw, 46px); grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); align-items: center; gap: clamp(28px, 5vw, 68px); background: var(--mist); }
.home-about-copy h2 { max-width: 720px; font-size: clamp(34px, 3.7vw, 52px); }
.home-about-copy > p:not(.section-kicker) { max-width: 720px; margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.home-about-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 20px; }
.home-captain-mini { display: grid; min-width: 0; padding: 13px; grid-template-columns: 78px minmax(0, 1fr); align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.home-captain-mini img { width: 78px; height: 78px; border-radius: 10px; object-fit: cover; object-position: center 25%; }
.home-captain-mini span { display: grid; min-width: 0; gap: 5px; }
.home-captain-mini small { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.home-captain-mini strong { overflow: hidden; font: 400 23px/1.1 Georgia, serif; text-overflow: ellipsis; white-space: nowrap; }
.home-captain-mini b { color: var(--muted); font-size: 11px; }

.google-reviews-section { overflow: hidden; background: var(--paper); }
.google-reviews-heading { margin-bottom: 26px; }
.google-reviews-panel { padding: clamp(22px, 3vw, 34px); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.google-reviews-toolbar { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.google-rating-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; }
.google-rating-summary strong { color: var(--ink); font: 400 31px/1 Georgia, serif; }
.google-stars { color: var(--gold); font-size: 18px; letter-spacing: .06em; }
.google-maps-attribution { color: #5e5e5e; font-family: Roboto, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; letter-spacing: normal; white-space: nowrap; }
.google-reviews-loading { margin: 0; padding: 38px 0; color: var(--muted); text-align: center; }
.google-reviews-track { display: grid; grid-auto-columns: calc((100% - 32px) / 3); grid-auto-flow: column; align-items: start; gap: 16px; padding: 2px 0 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-padding-inline: 0; scroll-snap-type: inline mandatory; scrollbar-color: rgba(20,40,46,.24) transparent; scrollbar-width: thin; }
.google-review-card { display: flex; min-width: 0; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); scroll-snap-align: start; scroll-snap-stop: always; }
.google-review-author { display: grid; min-width: 0; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 11px; }
.google-review-author-photo, .google-review-author-fallback { display: grid; width: 42px; height: 42px; place-items: center; overflow: hidden; border-radius: 50%; background: var(--mist); color: var(--deep); font-weight: 900; }
.google-review-author-photo { object-fit: cover; }
.google-review-author strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.google-review-author time { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.google-review-stars { display: flex; gap: 2px; margin-top: 12px; color: #c7c1b4; font-size: 17px; }
.google-review-stars .is-filled { color: var(--gold); }
.google-review-text { margin: 10px 0 13px; color: #42565b; font: 400 15px/1.55 Georgia, serif; }
.google-review-text.is-collapsed { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.google-review-text.is-expanded { display: block; overflow: visible; -webkit-line-clamp: initial; }
.google-review-toggle { width: fit-content; margin: -4px 0 13px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #8f6815; cursor: pointer; font: 800 11px/1.5 Arial, sans-serif; }
.google-review-toggle:hover, .google-review-toggle:focus-visible { color: var(--deep); }
.google-review-translation { margin: -10px 0 17px; color: var(--muted); font-size: 10px; }
.google-review-links { display: flex; flex-wrap: wrap; gap: 13px; margin-top: auto; font-size: 11px; font-weight: 800; }
.google-review-links a { color: #8f6815; text-decoration: underline; text-underline-offset: 3px; }
.google-reviews-fallback { padding: 34px; border-radius: 10px; background: var(--mist); text-align: center; }
.google-reviews-fallback p { max-width: 620px; margin: 0 auto; color: var(--muted); font: 400 20px/1.5 Georgia, serif; }
.google-reviews-footer { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: 20px; }
.google-reviews-notice { max-width: 650px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.google-reviews-notice a, .google-reviews-legal a { color: #7e5d17; text-decoration: underline; text-underline-offset: 2px; }
.google-reviews-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 11px; }
.review-arrow { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); cursor: pointer; font: 400 24px/1 Georgia, serif; }
.review-arrow:hover, .review-arrow:focus-visible { border-color: var(--gold); color: #8f6815; }
.review-arrow:disabled { opacity: .34; cursor: default; }
.google-reviews-legal { margin: 18px 0 0; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; line-height: 1.5; }

.booking { display: flex; align-items: center; justify-content: space-between; gap: 35px; background: #f4d779; }
.booking-title { max-width: 720px; }
.booking-title h2 { font-size: clamp(38px, 4.5vw, 62px); }
.booking-title > p:not(.section-kicker) { margin: 15px 0 0; color: rgba(20,40,46,.72); line-height: 1.6; }

footer { padding: 48px var(--page-pad) 22px; background: var(--deep); color: white; }
.footer-top { display: grid; padding-bottom: 34px; grid-template-columns: 1.4fr repeat(3, 1fr); gap: clamp(26px, 4vw, 54px); }
.footer-brand-block p { max-width: 320px; margin: 14px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.footer-column { display: grid; align-content: start; gap: 9px; font-size: 12px; }
.footer-column strong { margin-bottom: 5px; color: var(--gold-light); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-column a { color: rgba(255,255,255,.68); }
.footer-column a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); font-size: 11px; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }

.booking-dialog, .trip-dialog { width: min(920px, calc(100% - 30px)); max-height: 90dvh; border: 0; border-radius: var(--radius); padding: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(5,24,30,.38); }
.booking-dialog::backdrop, .trip-dialog::backdrop { background: rgba(5,24,30,.72); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; z-index: 5; top: 13px; right: 13px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); cursor: pointer; font-size: 24px; }
.booking-dialog-inner { display: grid; padding: clamp(30px, 5vw, 54px); grid-template-columns: .85fr 1.15fr; gap: 50px; }
.booking-dialog h2 { font-size: 48px; }
.trip-dialog[open] { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.trip-dialog-media { display: grid; min-height: 540px; grid-template-rows: 1fr auto; background: #dce5e3; }
.trip-dialog-stage { position: relative; min-height: 0; overflow: hidden; }
.trip-dialog-stage > img { width: 100%; height: 100%; object-fit: cover; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; background: rgba(16,42,50,.76); color: white; cursor: pointer; font-size: 25px; transform: translateY(-50%); }
.gallery-arrow-prev { left: 12px; }
.gallery-arrow-next { right: 12px; }
.trip-dialog-thumbs { display: grid; grid-auto-columns: 70px; grid-auto-flow: column; gap: 7px; padding: 8px; overflow-x: auto; background: var(--deep); }
.trip-dialog-thumbs button { width: 70px; height: 48px; border: 2px solid transparent; padding: 0; background: none; }
.trip-dialog-thumbs button[aria-current="true"] { border-color: var(--gold-light); }
.trip-dialog-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.trip-dialog-content { padding: 45px; overflow-y: auto; }
.trip-dialog-content h2 { font-size: 47px; }
.trip-dialog-route { margin: 17px 0 0; color: #946c18; font-weight: 800; line-height: 1.5; }
.trip-dialog-summary { color: var(--muted); line-height: 1.7; }
.trip-dialog-meta { display: flex; justify-content: space-between; gap: 10px; margin-top: 24px; padding: 16px 0; border-block: 1px solid var(--line); font-size: 12px; }
.trip-dialog-meta strong { color: #946c18; }
.trip-dialog-actions { display: flex; align-items: center; gap: 20px; margin-top: 24px; }

.inner-main { min-height: 70vh; padding-top: 72px; }
.catalog-hero { padding: clamp(62px, 8vw, 100px) var(--page-pad); background: var(--mist); }
.catalog-hero h1 { margin: 0; font-family: Georgia, serif; font-weight: 400; letter-spacing: -.05em; }
.catalog-hero > p:not(.section-kicker) { max-width: 720px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.catalog-hero .button { margin-top: 24px; }
.catalog-archive { background: var(--sand); }
.empty-state { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.empty-state h3 { margin: 0; font: 400 28px Georgia, serif; }
.empty-state p { color: var(--muted); }

.content-hero { position: relative; display: flex; min-height: 490px; align-items: end; overflow: hidden; background: var(--deep); color: white; }
.content-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.content-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,28,34,.9), rgba(6,28,34,.28) 72%), linear-gradient(0deg, rgba(6,28,34,.55), transparent); }
.content-hero-copy { position: relative; z-index: 1; width: min(900px, calc(100% - 44px)); padding: 74px var(--page-pad) 62px; }
.content-hero h1 { margin: 0; font: 400 clamp(46px, 6vw, 78px)/.97 Georgia, serif; letter-spacing: -.05em; }
.content-hero-copy > p:not(.section-kicker) { max-width: 690px; margin: 20px 0 25px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; }
.content-hero-simple { min-height: 390px; }
.content-sections { background: var(--paper); }
.content-section-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.content-section { scroll-margin-top: 88px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.content-section-number { color: var(--gold); font: 400 15px Georgia, serif; }
.content-section h2 { margin: 12px 0 18px; font-size: clamp(28px, 3vw, 39px); }
.content-section p { margin: 0 0 13px; color: var(--muted); line-height: 1.75; }
.content-section ul, .trip-list { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.content-section li, .trip-list li { position: relative; padding-left: 19px; color: var(--muted); line-height: 1.6; }
.content-section li::before, .trip-list li::before { position: absolute; top: .65em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); content: ""; }
.content-final-cta, .about-team-link { display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #f2d477; }
.content-final-cta h2, .about-team-link h2 { max-width: 720px; }
.about-team-link p:not(.section-kicker) { max-width: 650px; color: rgba(20,40,46,.7); line-height: 1.6; }
.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.process-grid li { display: grid; min-height: 150px; align-content: space-between; padding: 21px; border-radius: var(--radius); background: var(--mist); }
.process-grid span { color: var(--gold); font: 400 17px Georgia, serif; }
.process-grid strong { font: 400 20px/1.25 Georgia, serif; }
.charter-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; background: var(--sand); }
.charter-info h2 { font-size: clamp(36px, 4vw, 54px); }
.charter-info > p:not(.section-kicker) { color: var(--muted); line-height: 1.7; }
.offer-example { display: grid; gap: 7px; margin-top: 24px; padding: 22px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.offer-example > span { color: var(--gold); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.offer-example strong { font: 400 25px Georgia, serif; }
.offer-example p { margin: 0; color: var(--muted); }
.offer-example b { color: #916915; }
.offer-example small { color: var(--muted); }

.team-directory { display: grid; gap: 24px; }
.team-profile { display: grid; min-height: 500px; grid-template-columns: minmax(260px,.75fr) 1.25fr; overflow: hidden; border-radius: var(--radius); background: white; box-shadow: var(--shadow); scroll-margin-top: 88px; }
.team-profile-photo { min-height: 500px; }
.team-profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.team-profile-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 64px); }
.team-profile-copy h2 { font-size: clamp(38px, 4.5vw, 58px); }
.team-profile-copy > p { color: var(--muted); line-height: 1.75; }
.team-profile-lead { color: var(--ink) !important; font: 400 22px/1.45 Georgia, serif; }
.profile-stats { display: grid; margin-top: 24px; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.profile-stats > div { padding-top: 14px; border-top: 1px solid var(--line); }
.profile-stats strong, .profile-stats span { display: block; }
.profile-stats strong { color: #936b17; font: 400 20px/1.2 Georgia, serif; overflow-wrap: anywhere; }
.profile-stats .profile-stat-nowrap { white-space: nowrap; overflow-wrap: normal; font-size: clamp(15px, 2.1vw, 20px); letter-spacing: -.035em; }
.profile-stats span { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.4; }

.trip-page-hero { display: grid; padding: 55px var(--page-pad); grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(36px, 6vw, 78px); background: var(--paper); }
.trip-page-intro h1 { margin: 0; font: 400 clamp(45px, 5.6vw, 72px)/.98 Georgia, serif; letter-spacing: -.05em; }
.trip-page-route { margin: 19px 0 0; color: #936b17; font-weight: 800; line-height: 1.6; }
.trip-page-lead { color: var(--muted); font-size: 16px; line-height: 1.7; }
.trip-page-facts { display: flex; flex-wrap: wrap; gap: 15px 22px; margin-top: 23px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.trip-page-facts strong { color: #936b17; }
.trip-page-gallery-main { position: relative; height: clamp(330px, 40vw, 510px); overflow: hidden; border-radius: var(--radius); }
.trip-page-gallery-main > img { width: 100%; height: 100%; object-fit: cover; }
.trip-page-thumbs { display: grid; grid-auto-columns: 82px; grid-auto-flow: column; gap: 7px; margin-top: 8px; overflow-x: auto; }
.trip-page-thumbs button { height: 58px; border: 2px solid transparent; padding: 0; background: none; opacity: .65; }
.trip-page-thumbs button[aria-current="true"] { border-color: var(--gold); opacity: 1; }
.trip-page-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.trip-yacht-bar { display: flex; padding: 22px var(--page-pad); justify-content: center; gap: clamp(24px, 5vw, 70px); border-block: 1px solid var(--line); background: var(--mist); }
.trip-yacht-bar div { display: grid; gap: 4px; }
.trip-yacht-bar span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.trip-yacht-bar strong { font: 400 17px Georgia, serif; }
.trip-page-content { display: grid; padding: 62px var(--page-pad); grid-template-columns: minmax(0,1.55fr) minmax(270px,.55fr); align-items: start; gap: clamp(42px, 7vw, 90px); }
.trip-copy-section + .trip-copy-section { margin-top: 45px; padding-top: 40px; border-top: 1px solid var(--line); }
.trip-copy-section h2 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 50px); }
.trip-copy-section > p:not(.section-kicker) { color: var(--muted); line-height: 1.8; }
.trip-cost-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.trip-cost-grid h3 { margin: 0; font: 400 23px Georgia, serif; }
.cost-notes { margin-top: 22px; padding: 18px; border-radius: 10px; background: var(--mist); }
.cost-notes p { margin: 6px 0; color: var(--muted); }
.trip-side-card { position: sticky; top: 94px; padding: 27px; border-radius: var(--radius); background: #f2d477; }
.trip-side-card h3 { margin: 0 0 13px; font: 400 28px/1.1 Georgia, serif; }
.trip-side-card > p:not(.section-kicker) { color: rgba(20,40,46,.72); line-height: 1.6; }
.trip-side-card .button { width: 100%; margin-top: 9px; }
.trip-side-link { display: block; margin-top: 14px; font-size: 12px; font-weight: 800; text-align: center; }
.trip-captain { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 28px; }
.trip-captain img { width: 180px; height: 210px; border-radius: var(--radius); object-fit: cover; }
.mobile-trip-cta { display: none; }

.legal-content, .offer-intro { width: min(940px, calc(100% - 44px)); margin: 0 auto; padding: 60px 0; }
.legal-content h1, .offer-intro h1 { margin: 0; font: 400 clamp(42px, 5vw, 68px)/1 Georgia, serif; letter-spacing: -.05em; }
.legal-intro { color: var(--muted); font-size: 17px; line-height: 1.7; }
.legal-actions { display: flex; align-items: center; gap: 20px; margin-top: 22px; }
.legal-hero-link { color: #936b17; font-size: 13px; font-weight: 800; }
.legal-layout { display: grid; width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: 20px 0 70px; grid-template-columns: 240px minmax(0,1fr); align-items: start; gap: 45px; }
.legal-toc { position: sticky; top: 92px; padding: 23px; border-radius: var(--radius); background: var(--deep); color: white; }
.legal-toc > p { margin: 0 0 12px; color: var(--gold-light); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.legal-toc nav { display: grid; }
.legal-toc a { display: grid; padding: 7px 0; grid-template-columns: 28px 1fr; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.35; }
.legal-toc a span { color: var(--gold-light); }
.legal-article { padding: clamp(23px, 4vw, 48px); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.legal-article h2 { margin: 34px 0 18px; font: 400 clamp(27px, 3vw, 38px)/1.1 Georgia, serif; }
.legal-article h3 { font-family: Georgia, serif; font-weight: 400; }
.legal-article p, .legal-article li { color: #4f6165; font-size: 14px; line-height: 1.75; }
.legal-section + .legal-section { margin-top: 38px; padding-top: 32px; border-top: 1px solid var(--line); }
.legal-section-number { color: var(--gold); font: 400 15px Georgia, serif; }
.legal-contact { display: grid; gap: 6px; }
.legal-contact a, .legal-article a { color: #8f6815; text-decoration: underline; text-underline-offset: 2px; }
.legal-callout, .legal-requisites { padding: 18px; border-left: 3px solid var(--gold); background: var(--sand); }
.appendix-divider { margin: 55px 0 30px; color: var(--gold); font-size: 11px; font-weight: 900; text-transform: uppercase; }

@media (max-width: 1100px) {
  .nav { gap: 14px; font-size: 12px; }
  .language-switch { display: none; }
  .guide-grid, .team-track { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .site-header { backdrop-filter: none; }
  .menu-toggle { z-index: 102; display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; }
  .menu-toggle span { width: 24px; height: 1px; background: white; transition: transform .22s, opacity .22s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { position: fixed; z-index: 101; inset: 0; display: flex; width: 100vw; min-height: 100svh; height: 100dvh; flex-direction: column; align-items: stretch; gap: 17px; padding: calc(82px + env(safe-area-inset-top)) 26px calc(30px + env(safe-area-inset-bottom)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; background: var(--deep); font: 400 25px Georgia, serif; transform: translateX(100%); transition: transform .28s; }
  .nav.open { transform: translateX(0); }
  .nav-menu { width: 100%; }
  .nav-menu summary { padding: 4px 0; }
  .nav-menu > div { position: static; min-width: 0; padding: 4px 0 0 15px; background: none; box-shadow: none; }
  .nav-menu > div a { padding: 7px 0; font: 400 14px Arial, sans-serif; }
  .nav-cta { width: fit-content; margin-top: 5px; font: 800 13px Arial, sans-serif; }
  .language-switch { display: inline-flex; font: 700 12px Arial, sans-serif; }
  .trip-grid { grid-template-columns: repeat(2, 1fr); }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 210px; }
  .charter-compact, .charter-page-grid { grid-template-columns: 1fr; }
  .services-strip { grid-template-columns: 1fr 1fr; }
  .services-strip .line-link { grid-column: 1/-1; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .team-track { grid-template-columns: repeat(2, 1fr); }
  .home-about-compact { grid-template-columns: 1fr; }
  .home-captain-mini { max-width: 430px; }
  .google-reviews-track { grid-auto-columns: calc((100% - 16px) / 2); }
  .google-reviews-footer { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2/4; }
  .content-section-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .trip-page-hero, .trip-page-content { grid-template-columns: 1fr; }
  .trip-side-card { position: static; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
  .legal-toc nav { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --page-pad: 20px; }
  .site-header { height: 66px; padding-inline: 17px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 36px; height: 36px; flex-basis: 36px; }
  .inner-main { padding-top: 66px; }
  .hero { min-height: 690px; }
  .hero-content { width: auto; margin: 0; padding: 100px 22px 165px; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-copy { font-size: 16px; }
  .hero-note { right: 22px; bottom: 25px; left: 22px; max-width: none; }
  .section { padding: 44px 20px; }
  .section h2, .catalog-hero h1 { font-size: 40px; }
  .section-heading { align-items: start; flex-direction: column; gap: 13px; margin-bottom: 25px; }
  .trip-grid { grid-auto-columns: min(84vw, 350px); grid-auto-flow: column; grid-template-columns: none; margin-right: -20px; padding-right: 20px; overflow-x: auto; scroll-snap-type: inline mandatory; }
  .trip-card { min-height: 390px; scroll-snap-align: start; }
  .trips-page .catalog-grid, .archive-page .catalog-grid { grid-auto-columns: auto; grid-auto-flow: row; grid-template-columns: 1fr; margin-right: 0; padding-right: 0; overflow: visible; scroll-snap-type: none; }
  .trips-page .catalog-grid .trip-card, .archive-page .catalog-grid .trip-card { width: 100%; scroll-snap-align: none; }
  .form-grid-public, .form-grid-public-three { grid-template-columns: 1fr; }
  .services-strip { padding: 34px 20px; grid-template-columns: 1fr; gap: 22px; }
  .services-strip .line-link { grid-column: auto; }
  .faq-item summary { padding: 15px; font-size: 17px; }
  .faq-item > div { padding: 0 15px 15px 42px; }
  .experience { grid-template-columns: 1fr; }
  .experience-image { min-height: 350px; }
  .experience-content { padding: 38px 20px; }
  .features { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .team-track { grid-auto-columns: min(78vw, 310px); grid-auto-flow: column; grid-template-columns: none; margin-right: -20px; padding-right: 20px; overflow-x: auto; scroll-snap-type: inline mandatory; }
  .team-card { min-height: 330px; scroll-snap-align: start; }
  .home-captain-mini { width: 100%; max-width: none; }
  .google-reviews-panel { margin-inline: -4px; padding: 19px 15px; }
  .google-reviews-toolbar { align-items: flex-start; }
  .google-rating-summary { gap: 7px; }
  .google-reviews-track { grid-auto-columns: 100%; margin-right: 0; padding-right: 0; }
  .google-review-card { padding: 16px; }
  .google-reviews-actions { width: 100%; flex-wrap: wrap; }
  .google-reviews-actions .button { flex: 1 1 180px; }
  .google-reviews-notice { font-size: 10px; }
  .booking, .content-final-cta, .about-team-link { align-items: flex-start; flex-direction: column; }
  .booking .button, .content-final-cta .button, .about-team-link .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand-block { grid-column: 1/-1; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-direction: column; gap: 9px; }
  .booking-dialog { width: 100%; max-height: 100dvh; height: 100dvh; margin: 0; border-radius: 0; }
  .booking-dialog-inner { grid-template-columns: 1fr; gap: 24px; padding: 45px 20px 30px; }
  .booking-dialog h2 { font-size: 40px; }
  .trip-dialog[open] { display: grid; grid-template-columns: 1fr; grid-template-rows: minmax(170px, 30dvh) minmax(0, 1fr); overflow: hidden; }
  .trip-dialog { width: 100%; max-height: 100dvh; height: 100dvh; margin: 0; border-radius: 0; }
  .trip-dialog-media { height: auto; min-height: 0; }
  .trip-dialog-thumbs { grid-auto-columns: 58px; padding: 6px; }
  .trip-dialog-thumbs button { width: 58px; height: 38px; }
  .trip-dialog-content { display: flex; min-height: 0; flex-direction: column; padding: 17px 20px calc(17px + env(safe-area-inset-bottom)); overflow: hidden; }
  .trip-dialog-content .section-kicker { margin-bottom: 6px; }
  .trip-dialog-content h2 { font-size: clamp(29px, 8.6vw, 36px); line-height: .98; }
  .trip-dialog-route { display: -webkit-box; margin-top: 9px; overflow: hidden; font-size: 12px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .trip-dialog-summary { display: -webkit-box; margin: 9px 0 0; overflow: hidden; font-size: 13px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .trip-dialog-meta { flex-wrap: wrap; margin-top: 12px; padding: 10px 0; font-size: 11px; }
  .trip-dialog-actions { align-items: center; flex-direction: row; gap: 16px; margin-top: auto; padding-top: 12px; }
  .trip-dialog-actions .button { min-height: 42px; padding-inline: 19px; }
  .catalog-hero { padding: 48px 20px; }
  .catalog-hero > p:not(.section-kicker) { font-size: 15px; }
  .content-hero { min-height: 430px; }
  .content-hero-copy { width: auto; padding: 55px 20px 42px; }
  .content-hero h1 { font-size: 45px; }
  .content-hero-copy > p:not(.section-kicker) { font-size: 15px; }
  .content-section { padding: 22px 19px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li { min-height: 125px; padding: 17px; }
  .process-grid strong { font-size: 17px; }
  .team-profile { min-height: 0; grid-template-columns: 1fr; }
  .team-profile-photo { min-height: 380px; }
  .team-profile-copy { padding: 30px 21px; }
  .profile-stats { grid-template-columns: 1fr 1fr; }
  .trip-page-hero { padding: 42px 20px; }
  .trip-page-intro h1 { font-size: 45px; }
  .trip-page-gallery-main { height: 330px; }
  .trip-yacht-bar { justify-content: flex-start; padding: 18px 20px; overflow-x: auto; }
  .trip-yacht-bar div { min-width: 110px; }
  .trip-page-content { padding: 45px 20px 100px; }
  .trip-cost-grid { grid-template-columns: 1fr; }
  .trip-captain { grid-template-columns: 110px 1fr; gap: 17px; }
  .trip-captain img { width: 110px; height: 145px; }
  .mobile-trip-cta { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 15px; border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
  .mobile-trip-cta strong { color: #936b17; font-size: 13px; }
  .mobile-trip-cta .button { min-height: 40px; padding-inline: 18px; }
  .legal-content, .offer-intro { width: calc(100% - 40px); padding: 46px 0; }
  .legal-layout { width: calc(100% - 32px); padding-bottom: 50px; gap: 24px; }
  .legal-toc nav { grid-template-columns: 1fr; }
  .legal-article { padding: 24px 18px; }
  .legal-actions { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 340px), (max-width: 900px) and (max-height: 560px) {
  .trip-dialog[open] { display: block; overflow-y: auto; }
  .trip-dialog-media { height: 180px; }
  .trip-dialog-content { display: block; overflow: visible; }
  .trip-dialog-actions { margin-top: 16px; }
}

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