:root {
  --pine: #123c4b;
  --pine-deep: #071d2b;
  --pine-soft: #42606d;
  --sand: #efc36b;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --ink: #102536;
  --muted: #65737b;
  --line: rgba(16, 37, 54, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body, button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
::selection { background: var(--sand); color: var(--pine-deep); }
:focus-visible { outline: 3px solid var(--sand); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; padding: 12px 16px; color: #fff; background: var(--pine-deep); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.section-pad { padding-block: 130px; }
.compact-top { padding-top: 30px; }
.dark-section { background: var(--pine-deep); color: var(--cream); }
.light-surface { color: var(--ink); }

.eyebrow {
  margin: 0 0 22px;
  color: var(--pine-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow.light { color: rgba(255,255,255,.7); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 em, h2 em { color: inherit; font-weight: 400; }
h2 { margin-bottom: 34px; font-size: clamp(2.7rem, 5.5vw, 5.7rem); letter-spacing: -0.045em; line-height: .98; }
.large-copy { max-width: 690px; color: #4c5955; font-size: 1.13rem; line-height: 1.8; }

.site-header {
  position: relative;
  z-index: 100;
  height: 96px;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 max(38px, calc((100% - 1340px) / 2));
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark {
  width: 45px;
  height: 32px;
  display: grid;
  place-items: center;
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-size: .78rem; letter-spacing: .27em; }
.desktop-nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(18px, 2.4vw, 38px); font-size: .68rem; font-weight: 700; letter-spacing: .02em; }
.desktop-nav a { position: relative; padding-block: 8px; color: var(--ink); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--sand); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 24px; justify-self: end; }
.header-lang { font-size: .63rem; }
.header-cta { padding: 15px 18px; color: #fff; background: var(--pine-deep); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border: 1px solid var(--pine-deep); transition: .25s ease; }
.header-cta:hover { color: var(--pine-deep); background: var(--sand); border-color: var(--sand); }
.mobile-nav { display: none; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 15px 22px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-sand { color: var(--pine-deep); background: var(--sand); }
.button-dark { color: #fff; background: var(--pine); }
.button-light { color: var(--pine-deep); background: var(--cream); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.6); background: transparent; }
.button-outline-light:hover { color: var(--pine-deep); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 38px; padding-bottom: 7px; color: var(--pine); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid var(--pine); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.light-link { color: #fff; border-color: rgba(255,255,255,.6); }

.hero { position: relative; color: #fff; overflow: hidden; }
.home-hero { min-height: calc(100svh - 96px); display: flex; align-items: center; }
.hero-image, .inner-hero > img, .contact-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,22,31,.88) 0%, rgba(3,22,31,.52) 48%, rgba(3,22,31,.08) 80%), linear-gradient(0deg, rgba(3,17,25,.52), transparent 45%); }
.hero-content { position: relative; z-index: 2; }
.hero-content h1 { max-width: 970px; margin-bottom: 32px; font-size: clamp(3.5rem, 7.5vw, 8rem); letter-spacing: -.055em; line-height: .9; }
.hero-lead { max-width: 600px; margin-bottom: 38px; color: rgba(255,255,255,.76); font-family: var(--serif); font-size: 1.22rem; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 36px; }
.hero-index { position: absolute; z-index: 2; left: 36px; right: 36px; bottom: 25px; display: flex; justify-content: space-between; color: rgba(255,255,255,.56); font-size: .58rem; letter-spacing: .2em; }

.intro-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 10vw; align-items: center; }
.intro-copy { padding-block: 40px; }
.intro-copy .text-link { margin-top: 30px; }
.editorial-image { position: relative; margin: 0; overflow: hidden; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.tall-image { height: 720px; }
.editorial-image figcaption { position: absolute; left: 22px; bottom: 20px; padding: 9px 12px; color: #fff; background: rgba(10,42,38,.8); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }

.split-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .55fr); gap: 80px; align-items: end; margin-bottom: 80px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0; color: rgba(255,255,255,.63); line-height: 1.75; }
.split-heading.light-surface > p { color: var(--muted); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.17); }
.promise-card { min-height: 315px; padding: 32px 45px 10px 0; border-right: 1px solid rgba(255,255,255,.17); }
.promise-card + .promise-card { padding-left: 45px; }
.promise-card:last-child { border-right: 0; }
.promise-card > span { display: block; margin-bottom: 70px; color: var(--sand); font-size: .65rem; letter-spacing: .15em; }
.promise-card h3 { margin-bottom: 18px; font-size: 2rem; }
.promise-card p { color: rgba(255,255,255,.61); line-height: 1.7; }

.mosaic-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 320px 320px; gap: 18px; }
.mosaic-card { position: relative; overflow: hidden; }
.mosaic-large { grid-row: 1 / 3; }
.mosaic-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,34,31,.78), transparent 55%); }
.mosaic-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.mosaic-card:hover img { transform: scale(1.03); }
.mosaic-card > div { position: absolute; z-index: 2; left: 28px; bottom: 26px; color: #fff; }
.mosaic-card span { font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.mosaic-card h3 { margin: 8px 0 0; font-size: 2rem; }

.crew-preview { background: #e9e3d7; }
.crew-preview-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 9vw; align-items: center; }
.wide-portrait { height: 650px; }
.crew-copy .text-link { margin-top: 28px; }

.quote-section { position: relative; min-height: 680px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.quote-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.quote-overlay { position: absolute; inset: 0; background: rgba(8,37,33,.62); }
.quote-content { position: relative; z-index: 2; text-align: center; }
.quote-content blockquote { max-width: 950px; margin: 0 auto 28px; font-family: var(--serif); font-size: clamp(2.2rem, 4.3vw, 4.9rem); font-style: italic; letter-spacing: -.03em; line-height: 1.08; }
.quote-content > p:not(.eyebrow) { margin-bottom: 36px; color: rgba(255,255,255,.65); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.final-cta { text-align: center; background: var(--paper); }
.final-cta-inner { display: flex; flex-direction: column; align-items: center; }
.final-cta-inner > p:not(.eyebrow) { margin: 0 0 34px; color: var(--muted); font-family: var(--serif); font-size: 1.2rem; }

.inner-hero, .contact-hero { position: relative; min-height: 700px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.inner-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,23,33,.82), rgba(4,23,33,.2)), linear-gradient(0deg, rgba(4,23,33,.44), transparent); }
.inner-hero-content { position: relative; z-index: 2; }
.inner-hero-content h1 { max-width: 1120px; margin: 0 0 30px; font-size: clamp(4.4rem, 8.8vw, 8.25rem); letter-spacing: -.055em; line-height: .82; }
.inner-hero-intro { max-width: 590px; margin: 0; color: rgba(255,255,255,.82); font-family: var(--serif); font-size: 1.28rem; line-height: 1.5; }
.hero-number { position: absolute; top: -78px; right: 0; font-size: .58rem; letter-spacing: .16em; }
.text-intro { max-width: 920px; margin-left: calc((100% - min(1240px, calc(100% - 64px))) / 2); }
.text-intro.centered { margin-inline: auto; text-align: center; }
.text-intro.centered .large-copy { margin-inline: auto; }

.boat-gallery { border-top: 1px solid var(--line); }
.gallery-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.gallery-tabs button { padding: 23px 10px; text-align: left; font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; background: transparent; border: 0; border-right: 1px solid var(--line); cursor: pointer; }
.gallery-tabs button:last-child { border-right: 0; }
.gallery-tabs button span { margin-right: 16px; color: #a29882; }
.gallery-tabs button.active { color: var(--cream); background: var(--pine); }
.gallery-tabs button.active span { color: var(--sand); }
.gallery-stage { display: grid; grid-template-columns: 1.45fr .55fr; min-height: 600px; background: var(--paper); }
.gallery-main { position: relative; min-height: 600px; overflow: hidden; }
.gallery-main > img { width: 100%; height: 100%; object-fit: cover; }
.gallery-count { position: absolute; right: 18px; bottom: 18px; padding: 10px 13px; color: #fff; background: rgba(8,37,33,.8); font-size: .65rem; letter-spacing: .14em; }
.gallery-info { padding: 58px 45px; }
.gallery-info h3 { font-size: 2.5rem; line-height: 1.08; }
.gallery-info > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 55px; }
.gallery-thumbs button { width: 72px; height: 58px; padding: 0; opacity: .52; background: transparent; border: 2px solid transparent; cursor: pointer; overflow: hidden; }
.gallery-thumbs button.active { opacity: 1; border-color: var(--sand); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.interactive-plan {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(330px, .52fr);
  min-height: 620px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(15, 42, 55, .08);
}
.plan-canvas { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 34px 30px 20px; }
.plan-stage { position: relative; width: 100%; background: #fff; border: 1px solid var(--line); overflow: visible; }
.plan-stage > img { width: 100%; height: auto; }
.hotspot {
  position: absolute;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  background: var(--pine);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .22);
  font-size: .58rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .22s ease, color .22s ease, background .22s ease;
}
.hotspot::after { content: ""; position: absolute; inset: -7px; background: rgba(18, 60, 75, .08); border: 1px solid rgba(18, 60, 75, .42); border-radius: 50%; }
.hotspot:hover, .hotspot:focus-visible, .hotspot.selected { color: var(--pine-deep); background: var(--sand); transform: translate(-50%, -50%) scale(1.12); }
.plan-zone-list { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 5px; margin-top: 18px; }
.plan-zone-list button { min-height: 62px; padding: 9px 4px; color: var(--muted); background: transparent; border: 1px solid var(--line); font-size: .46rem; line-height: 1.25; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; transition: .22s ease; }
.plan-zone-list button span { display: block; margin-bottom: 4px; color: var(--ink); font-size: .63rem; font-weight: 700; }
.plan-zone-list button:hover, .plan-zone-list button:focus-visible, .plan-zone-list button.selected { color: rgba(255,255,255,.72); background: var(--pine-deep); border-color: var(--pine-deep); }
.plan-zone-list button.selected span { color: var(--sand); }
.space-card { margin: 0; display: flex; flex-direction: column; color: #fff; background: var(--pine-deep); }
.zone-gallery-media { position: relative; min-height: 310px; overflow: hidden; background: var(--pine); }
.zone-gallery-open { position: relative; width: 100%; height: 310px; display: block; padding: 0; color: #fff; background: transparent; border: 0; cursor: zoom-in; overflow: hidden; }
.zone-gallery-open img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.zone-gallery-open:hover img, .zone-gallery-open:focus-visible img { transform: scale(1.025); }
.zone-gallery-open > span { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; color: var(--pine-deep); background: var(--sand); font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.zone-photo-arrows { position: absolute; right: 18px; bottom: 18px; display: flex; gap: 6px; }
.zone-photo-arrows button { width: 40px; height: 40px; color: #fff; background: rgba(7,29,43,.86); border: 1px solid rgba(255,255,255,.3); cursor: pointer; }
.zone-photo-arrows button:hover, .zone-photo-arrows button:focus-visible { color: var(--pine-deep); background: var(--sand); border-color: var(--sand); }
.zone-photo-count { position: absolute; top: 18px; right: 18px; padding: 8px 10px; color: #fff; background: rgba(7,29,43,.78); font-size: .58rem; letter-spacing: .12em; }
.zone-gallery-empty { min-height: 310px; display: grid; place-content: center; padding: 35px; text-align: center; background: linear-gradient(135deg, var(--pine), var(--pine-deep)); }
.zone-gallery-empty > span { color: rgba(239,195,107,.28); font-family: var(--serif); font-size: 6rem; line-height: .8; }
.zone-gallery-empty p { margin: 24px 0 8px; color: var(--sand); font-size: .64rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.zone-gallery-empty small { max-width: 260px; color: rgba(255,255,255,.62); font-size: .72rem; line-height: 1.55; }
.space-card-copy { padding: 38px; }
.space-kicker { display: flex; justify-content: space-between; color: var(--sand); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.space-card h3 { margin: 22px 0 10px; font-size: 2.3rem; line-height: 1.05; }
.space-source { color: rgba(255,255,255,.46); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.space-card-copy > p:last-of-type { color: rgba(255,255,255,.65); line-height: 1.65; }
.zone-gallery-thumbs { display: flex; gap: 9px; margin-top: 24px; overflow-x: auto; }
.zone-gallery-thumbs button { flex: 0 0 58px; width: 58px; height: 46px; padding: 0; opacity: .5; background: transparent; border: 2px solid transparent; cursor: pointer; overflow: hidden; }
.zone-gallery-thumbs button:hover, .zone-gallery-thumbs button:focus-visible, .zone-gallery-thumbs button.selected { opacity: 1; border-color: var(--sand); }
.zone-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.space-controls { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 14px; margin-top: 28px; }
.space-controls button { width: 44px; height: 44px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.25); cursor: pointer; transition: .2s ease; }
.space-controls button:hover, .space-controls button:focus-visible { color: var(--pine-deep); background: var(--sand); border-color: var(--sand); }
.space-controls > span { color: rgba(255,255,255,.48); font-size: .62rem; letter-spacing: .12em; text-align: center; }
.zone-lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 54px 90px; color: #fff; background: rgba(7,29,43,.97); }
.zone-lightbox figure { width: min(1100px, 100%); margin: 0; }
.zone-lightbox figure img { width: 100%; max-height: calc(100vh - 150px); object-fit: contain; }
.zone-lightbox figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 14px; color: rgba(255,255,255,.7); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.zone-lightbox-close, .zone-lightbox-prev, .zone-lightbox-next { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.34); cursor: pointer; }
.zone-lightbox-close:hover, .zone-lightbox-close:focus-visible, .zone-lightbox-prev:hover, .zone-lightbox-prev:focus-visible, .zone-lightbox-next:hover, .zone-lightbox-next:focus-visible { color: var(--pine-deep); background: var(--sand); border-color: var(--sand); }
.zone-lightbox-close { top: 24px; right: 24px; font-size: 1.6rem; }
.zone-lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.zone-lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }
.plan-note { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; color: var(--muted); font-size: .55rem; letter-spacing: .09em; text-transform: uppercase; }
.plan-note span { display: block; width: 18px; height: 1px; background: var(--sand); }

.detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.17); }
.detail-grid article { padding: 32px 30px 0 0; border-right: 1px solid rgba(255,255,255,.17); }
.detail-grid article + article { padding-left: 30px; }
.detail-grid article:last-child { border-right: 0; }
.detail-grid span { color: var(--sand); font-size: .65rem; }
.detail-grid h3 { margin: 60px 0 15px; font-size: 2rem; }
.detail-grid p { color: rgba(255,255,255,.6); line-height: 1.65; }

.image-band { position: relative; height: 660px; display: grid; place-items: center; overflow: hidden; }
.image-band::after { content: ""; position: absolute; inset: 0; background: rgba(7,35,32,.45); }
.image-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-band-copy { position: relative; z-index: 2; color: #fff; text-align: center; }
.image-band-copy p { letter-spacing: .18em; text-transform: uppercase; }
.image-band-copy h2 { margin: 0; }
.next-page { text-align: center; }
.next-page > p { color: var(--muted); font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; }

.activity-list { padding-bottom: 130px; }
.activity-row { display: grid; grid-template-columns: 75px 1.2fr 1fr; gap: 45px; align-items: center; padding-block: 42px; border-top: 1px solid var(--line); }
.activity-row:last-child { border-bottom: 1px solid var(--line); }
.activity-row > img { width: 100%; height: 420px; object-fit: cover; }
.activity-number { align-self: start; padding-top: 8px; color: var(--pine-soft); font-size: .7rem; letter-spacing: .13em; }
.activity-row h2 { margin-bottom: 24px; font-size: clamp(2.5rem, 4.5vw, 4.8rem); }
.activity-row > div:last-child > p:last-child { color: var(--muted); line-height: 1.75; }
.food-section { background: #e9e3d7; }
.food-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.plain-list { margin: 32px 0 0; padding: 0; list-style: none; }
.plain-list li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.article-status { display: inline-block; margin-top: 18px; color: var(--pine-soft); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.experience-photo-gallery { min-height: 680px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(3, 190px); gap: 14px; }
.experience-photo-gallery img { width: 100%; height: 100%; object-fit: cover; }
.experience-photo-gallery img:nth-child(1) { grid-column: 1 / span 7; grid-row: 1 / span 2; }
.experience-photo-gallery img:nth-child(2) { grid-column: 8 / span 5; grid-row: 1; }
.experience-photo-gallery img:nth-child(3) { grid-column: 8 / span 5; grid-row: 2; }
.experience-photo-gallery img:nth-child(4) { grid-column: 1 / span 3; grid-row: 3; }
.experience-photo-gallery img:nth-child(5) { grid-column: 4 / span 3; grid-row: 3; }
.experience-photo-gallery img:nth-child(6) { grid-column: 7 / span 3; grid-row: 3; }
.experience-photo-gallery img:nth-child(7) { grid-column: 10 / span 3; grid-row: 3; }
.crew-full-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: center; }
.crew-photo-gallery { grid-template-rows: repeat(3, 170px); gap: 12px; }
.crew-full-grid > div:last-child > p:not(.eyebrow) { color: rgba(255,255,255,.64); line-height: 1.75; }

.destination-list { padding-bottom: 130px; }
.destination-row { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: center; padding-block: 60px; border-top: 1px solid var(--line); }
.destination-row.reverse figure { order: 2; }
.destination-row figure { position: relative; margin: 0; height: 520px; }
.destination-row figure img { width: 100%; height: 100%; object-fit: cover; }
.destination-row figcaption { position: absolute; top: 0; left: 0; padding: 14px 17px; color: var(--pine-deep); background: var(--sand); font-size: .65rem; }
.destination-row h2 { margin-bottom: 26px; font-size: clamp(2.7rem, 4vw, 4.6rem); }
.destination-row > div > p:last-child { color: var(--muted); line-height: 1.75; }
.route-note-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; }
.route-note-grid > div:last-child p { color: rgba(255,255,255,.62); line-height: 1.75; }
.route-note-grid .button { margin-top: 24px; }

.guestbook-page { background: var(--paper); }
.guestbook-hero { position: relative; min-height: 700px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.guestbook-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.guestbook-hero-content { position: relative; z-index: 2; }
.guestbook-hero-content h1 { max-width: 1000px; margin: 0 0 30px; font-size: clamp(4.4rem, 8.8vw, 8.25rem); letter-spacing: -.055em; line-height: .82; }
.guestbook-hero-content > p:last-child { max-width: 590px; margin: 0; color: rgba(255,255,255,.82); font-family: var(--serif); font-size: 1.28rem; line-height: 1.5; }
.guestbook-intro { padding-bottom: 70px; color: #fff; background: #203b3a; }
.guestbook-heading { display: grid; grid-template-columns: 1fr .55fr; column-gap: 80px; align-items: end; }
.guestbook-heading .eyebrow { grid-column: 1 / -1; }
.guestbook-heading h2 { margin: 0; font-size: clamp(3.7rem, 7.2vw, 7.8rem); letter-spacing: -.055em; line-height: .9; }
.guestbook-heading > p:last-child { margin: 0; color: rgba(255,255,255,.67); font-family: var(--serif); font-size: 1.08rem; line-height: 1.7; }
.guestbook-section { padding-bottom: 120px; background: #203b3a; }
.year-tabs { display: flex; gap: 10px; margin-bottom: 24px; }
.year-tabs button { padding: 11px 18px; color: rgba(255,255,255,.76); font-size: .7rem; font-weight: 700; letter-spacing: .12em; background: transparent; border: 1px solid rgba(255,255,255,.45); cursor: pointer; }
.year-tabs button.active { color: var(--pine-deep); background: var(--sand); border-color: var(--sand); }
.cork-board { display: grid; grid-template-columns: repeat(12, 1fr); gap: 34px 28px; padding: 75px 54px; background-color: #9f7652; background-image: radial-gradient(rgba(73,45,27,.3) 1px, transparent 1px), linear-gradient(135deg, rgba(255,255,255,.07), transparent); background-size: 6px 6px, auto; box-shadow: inset 0 0 90px rgba(60,35,20,.38), 0 18px 40px rgba(70,50,35,.15); border: 18px solid #6f4b32; }
.guest-note { position: relative; grid-column: span 4; min-height: 310px; padding: 42px 34px 30px; color: #323831; box-shadow: 7px 10px 18px rgba(54,35,21,.22); transform: rotate(-1.4deg); }
.guest-note:nth-child(2) { grid-column: span 3; transform: rotate(1.7deg); }
.guest-note:nth-child(3) { grid-column: span 5; transform: rotate(-.5deg); }
.guest-note:nth-child(4) { grid-column: 2 / span 5; transform: rotate(1deg); }
.guest-note:nth-child(5) { grid-column: span 5; transform: rotate(-1.2deg); }
.paper-cream { background: #f5edda; }
.paper-yellow { background: #eadca0; }
.paper-sage { background: #d8dfc1; }
.paper-white { background: #f8f6ee; }
.paper-pink { background: #e9c7bd; }
.note-tape { position: absolute; top: -15px; left: 50%; width: 82px; height: 31px; transform: translateX(-50%) rotate(-2deg); background: rgba(241,226,190,.72); box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.note-meta { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 26px; font-family: var(--sans); font-size: .57rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.guest-note > p { font-size: 1.03rem; line-height: 1.68; }
.guest-note footer { margin-top: 22px; text-align: right; font-size: .94rem; }
.hand-one { font-family: "Segoe Print", "Bradley Hand", cursive; }
.hand-two { font-family: "Bradley Hand", "Comic Sans MS", cursive; }
.hand-three { font-family: "Segoe Print", cursive; }
.hand-four { font-family: "Comic Sans MS", "Segoe Print", cursive; }
.guestbook-cta { background: var(--paper); }
.guestbook-cta-inner { display: grid; grid-template-columns: 1fr .62fr; gap: 9vw; align-items: end; }
.guestbook-cta-inner > div:last-child p { color: var(--muted); line-height: 1.7; }
.guestbook-cta-inner .button { margin-top: 25px; }

.contact-hero { min-height: 72svh; }
.contact-hero .hero-lead { margin-bottom: 0; }
.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: start; }
.contact-grid aside > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.contact-steps { margin-top: 50px; }
.contact-steps > div { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); }
.contact-steps span { color: var(--pine-soft); font-size: .65rem; }
.contact-steps p { margin: 0; line-height: 1.6; }
.booking-form { padding: 48px; color: var(--cream); background: var(--pine); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 20px; }
.booking-form label, .booking-form legend { color: rgba(255,255,255,.7); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; margin-top: 9px; padding: 14px 0; color: #fff; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: 0; text-transform: none; }
.booking-form textarea { padding: 14px; border: 1px solid rgba(255,255,255,.35); resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--sand); }
.booking-form input:disabled { opacity: .45; cursor: not-allowed; }
.booking-form select option { color: var(--ink); background: #fff; }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: rgba(255,255,255,.36); }
.date-flexibility { display: flex; align-items: center; gap: 11px; align-self: end; padding-bottom: 13px; }
.date-flexibility input, .consent-row input { width: 20px; height: 20px; flex: 0 0 20px; margin: 0; accent-color: var(--sand); }
.date-flexibility label, .consent-row label { cursor: pointer; }
.booking-form fieldset { margin: 45px 0; padding: 0; border: 0; }
.booking-form legend { margin-bottom: 18px; }
.interest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.check-option { position: relative; }
.check-option input { position: absolute; opacity: 0; }
.check-option span { min-height: 48px; display: grid; place-items: center; padding: 10px; text-align: center; border: 1px solid rgba(255,255,255,.25); cursor: pointer; }
.check-option input:checked + span { color: var(--pine-deep); background: var(--sand); border-color: var(--sand); }
.estimate-note { margin-top: 28px; padding: 20px; border: 1px solid rgba(255,255,255,.28); }
.estimate-note strong { display: block; margin-bottom: 8px; color: var(--sand); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.estimate-note p { margin: 0; color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.6; }
.consent-row { display: flex; align-items: flex-start; gap: 12px; margin-top: 24px; }
.consent-row label { color: rgba(255,255,255,.76); font-size: .68rem; line-height: 1.55; letter-spacing: .02em; text-transform: none; }
.form-error { margin: 20px 0 0; padding: 13px 15px; color: #fff; background: rgba(99, 22, 22, .68); border-left: 4px solid var(--sand); font-size: .78rem; line-height: 1.5; }
.form-submit { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }
.form-submit p { flex-basis: 100%; margin: 0; color: rgba(255,255,255,.48); font-size: .7rem; line-height: 1.5; }
.contact-availability-link { margin-top: 24px; }
.contact-direct { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.contact-direct .eyebrow { margin-bottom: 4px; }
.contact-direct a { color: var(--pine); font-size: .82rem; }
.contact-direct a:hover { color: var(--pine-soft); text-decoration: underline; }

.availability-section { background: var(--paper); }
.availability-calendar { padding: 44px; background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 70px rgba(15,42,55,.08); }
.availability-toolbar { display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 18px; margin-bottom: 28px; }
.availability-toolbar h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.4rem); text-align: center; }
.availability-toolbar button { width: 48px; height: 48px; background: transparent; border: 1px solid var(--line); cursor: pointer; }
.availability-toolbar button:hover, .availability-toolbar button:focus-visible { color: var(--pine-deep); background: var(--sand); border-color: var(--sand); }
.availability-legend { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px 28px; margin-bottom: 35px; color: var(--muted); font-size: .68rem; letter-spacing: .04em; }
.availability-legend > span { display: inline-flex; align-items: center; gap: 8px; }
.status-dot { width: 11px; height: 11px; border-radius: 50%; }
.status-dot.available, .calendar-day.available i { background: #2f7d5f; }
.status-dot.option, .calendar-day.option i { background: #c98221; }
.status-dot.unavailable, .calendar-day.unavailable i { background: #a63e3e; }
.calendar-months { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.calendar-month { padding: 24px; border: 1px solid var(--line); }
.calendar-month h3 { margin-bottom: 22px; font-size: 1.55rem; text-transform: capitalize; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.calendar-weekdays { margin-bottom: 8px; color: var(--muted); font-size: .58rem; font-weight: 700; text-align: center; text-transform: uppercase; }
.calendar-day, .calendar-blank { min-height: 42px; }
.calendar-day { position: relative; display: grid; place-items: center; border: 1px solid rgba(16,37,54,.08); }
.calendar-day b { font-size: .7rem; font-weight: 400; }
.calendar-day i { position: absolute; right: 4px; bottom: 4px; width: 6px; height: 6px; border-radius: 50%; }
.calendar-day.unknown { color: #8a9499; background: #f7f5ef; }
.availability-empty { max-width: 760px; margin: 30px auto 0; padding: 18px 20px; color: var(--muted); background: var(--cream); line-height: 1.65; text-align: center; }
.availability-cta { display: grid; grid-template-columns: 1fr .65fr; gap: 9vw; align-items: end; margin-top: 90px; }
.availability-cta > div:last-child p { color: var(--muted); line-height: 1.7; }
.availability-cta .button { margin-top: 22px; }

.journal-approved-hero { margin-bottom: 110px; }
.journal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-bottom: 110px; }
.journal-card { background: var(--paper); }
.journal-card.featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.35fr .65fr; }
.journal-card > img { width: 100%; height: 360px; object-fit: cover; }
.journal-card.featured > img { height: 560px; }
.journal-card > div { padding: 36px; }
.journal-card.featured > div { display: flex; flex-direction: column; justify-content: center; padding: 60px; }
.journal-card h2 { margin-bottom: 20px; font-size: 2.5rem; line-height: 1.05; }
.journal-card.featured h2 { font-size: 3.6rem; }
.journal-card > div > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.journal-card .text-link { margin-top: 18px; opacity: .55; }

.not-found { min-height: 100svh; display: grid; place-content: center; justify-items: center; padding: 120px 30px; text-align: center; }
.not-found h1 { font-size: clamp(3.5rem, 8vw, 7rem); line-height: .9; }

.site-footer { color: rgba(255,255,255,.72); background: var(--pine-deep); }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 60px; padding-block: 90px 70px; }
.footer-brand { margin-bottom: 20px; color: #fff; font-size: .9rem; font-weight: 700; letter-spacing: .26em; }
.footer-tagline { color: var(--sand); font-family: var(--serif); font-size: 1.55rem; line-height: 1.4; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.footer-links > div, .footer-contact { display: flex; flex-direction: column; gap: 13px; font-size: .82rem; }
.footer-label { margin: 0 0 12px; color: rgba(255,255,255,.4); font-size: .62rem; letter-spacing: .17em; text-transform: uppercase; }
.footer-contact > p:last-child { margin-top: 7px; color: rgba(255,255,255,.4); }
.site-footer a:hover { color: var(--sand); }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; color: rgba(255,255,255,.35); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; border-top: 1px solid rgba(255,255,255,.12); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; justify-self: end; }
  .mobile-nav summary { width: 36px; height: 36px; display: grid; align-content: center; gap: 6px; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 28px; height: 1px; display: block; background: var(--ink); }
  .mobile-nav-panel { position: absolute; top: 96px; left: 0; right: 0; display: flex; flex-direction: column; gap: 21px; padding: 36px; color: #fff; background: var(--pine-deep); border-top: 1px solid rgba(255,255,255,.15); }
  .mobile-nav-panel > a:not(.button) { font-family: var(--serif); font-size: 1.65rem; }
  .intro-grid, .crew-preview-grid, .food-grid, .crew-full-grid, .route-note-grid, .contact-grid { gap: 6vw; }
  .split-heading { grid-template-columns: 1fr .6fr; gap: 45px; }
  .gallery-stage { grid-template-columns: 1.2fr .8fr; }
  .interactive-plan { grid-template-columns: 1fr; }
  .space-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); }
  .zone-gallery-media, .zone-gallery-open { height: 100%; min-height: 360px; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .detail-grid article:nth-child(2) { border-right: 0; }
  .detail-grid article:nth-child(n+3) { margin-top: 35px; border-top: 1px solid rgba(255,255,255,.17); }
  .cork-board { padding: 60px 40px; }
  .guest-note { grid-column: span 6; }
  .guest-note:nth-child(2), .guest-note:nth-child(3), .guest-note:nth-child(4), .guest-note:nth-child(5) { grid-column: span 6; }
  .calendar-months { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 1240px); }
  .section-pad { padding-block: 86px; }
  .compact-top { padding-top: 10px; }
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding: 0 18px; }
  .brand-copy small { display: none; }
  .header-actions { display: none; }
  .mobile-nav-panel { top: 72px; padding: 30px 20px; }
  h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .home-hero { min-height: calc(100svh - 72px); }
  .hero-content { padding-top: 20px; }
  .hero-content h1 { font-size: clamp(3.3rem, 15vw, 5rem); line-height: .92; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 26px; }
  .hero-index { left: 18px; right: 18px; }
  .hero-index span:last-child { display: none; }
  .intro-grid, .crew-preview-grid, .food-grid, .crew-full-grid, .route-note-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .tall-image, .wide-portrait { height: 510px; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 52px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-card, .promise-card + .promise-card { min-height: auto; padding: 28px 0 38px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .promise-card > span { margin-bottom: 30px; }
  .mosaic-grid { grid-template-columns: 1fr; grid-template-rows: 500px 320px 320px; }
  .mosaic-large { grid-row: auto; }
  .quote-section { min-height: 760px; }
  .quote-content blockquote { font-size: 2.35rem; }
  .inner-hero, .contact-hero, .guestbook-hero { min-height: 620px; }
  .inner-hero-content h1 { font-size: clamp(3.1rem, 14vw, 5rem); }
  .inner-hero-intro, .guestbook-hero-content > p:last-child { font-size: 1.05rem; }
  .hero-number { top: -46px; }
  .text-intro { width: min(100% - 36px, 1240px); margin-inline: auto; }
  .gallery-tabs { overflow-x: auto; grid-template-columns: repeat(3, minmax(180px, 1fr)); }
  .gallery-stage { grid-template-columns: 1fr; }
  .gallery-main { min-height: 420px; }
  .gallery-info { padding: 42px 25px; }
  .plan-canvas { padding: 12px 10px 18px; }
  .hotspot { width: 30px; height: 30px; font-size: .46rem; }
  .hotspot::after { inset: -5px; }
  .plan-zone-list { grid-template-columns: repeat(4, 1fr); gap: 4px; margin-top: 13px; }
  .plan-zone-list button { min-height: 57px; padding: 8px 3px; }
  .space-card { display: block; }
  .zone-gallery-media, .zone-gallery-open { height: 330px; min-height: 0; }
  .zone-gallery-empty { min-height: 330px; }
  .space-card-copy { padding: 30px 24px; }
  .space-card h3 { font-size: 2rem; }
  .zone-lightbox { padding: 70px 18px 66px; }
  .zone-lightbox figure img { max-height: calc(100vh - 180px); }
  .zone-lightbox-close { top: 14px; right: 14px; }
  .zone-lightbox-prev, .zone-lightbox-next { top: auto; bottom: 14px; transform: none; }
  .zone-lightbox-prev { left: 18px; }
  .zone-lightbox-next { right: 18px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid article, .detail-grid article + article { padding: 27px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .detail-grid article:nth-child(n+3) { margin-top: 0; border-top: 0; }
  .detail-grid h3 { margin-top: 30px; }
  .image-band { height: 540px; }
  .activity-row { grid-template-columns: 45px 1fr; gap: 18px; }
  .activity-row > img { grid-column: 1 / -1; height: 350px; }
  .activity-row > div:last-child { grid-column: 2; }
  .experience-photo-gallery, .crew-photo-gallery { min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 360px repeat(3, 190px); gap: 10px; }
  .experience-photo-gallery img:nth-child(1) { grid-column: 1 / -1; grid-row: 1; }
  .experience-photo-gallery img:nth-child(2), .experience-photo-gallery img:nth-child(3), .experience-photo-gallery img:nth-child(4), .experience-photo-gallery img:nth-child(5), .experience-photo-gallery img:nth-child(6), .experience-photo-gallery img:nth-child(7) { grid-column: auto; grid-row: auto; }
  .destination-row, .destination-row.reverse { grid-template-columns: 1fr; gap: 38px; }
  .destination-row.reverse figure { order: initial; }
  .destination-row figure { height: 390px; }
  .guestbook-heading, .guestbook-cta-inner { grid-template-columns: 1fr; gap: 36px; }
  .guestbook-heading h2, .guestbook-hero-content h1 { font-size: clamp(3.4rem, 15vw, 5rem); }
  .cork-board { display: flex; flex-direction: column; gap: 36px; padding: 48px 20px; border-width: 10px; }
  .guest-note, .guest-note:nth-child(n) { width: 100%; min-height: auto; grid-column: auto; padding: 39px 25px 28px; }
  .booking-form { padding: 34px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid > div { display: none; }
  .interest-grid { grid-template-columns: 1fr 1fr; }
  .form-submit { flex-direction: column; align-items: flex-start; }
  .availability-calendar { padding: 24px 14px; }
  .availability-toolbar { grid-template-columns: 42px 1fr 42px; gap: 8px; }
  .availability-toolbar button { width: 42px; height: 42px; }
  .calendar-month { padding: 18px 10px; }
  .calendar-month:nth-child(n+2) { display: none; }
  .calendar-day, .calendar-blank { min-height: 39px; }
  .availability-cta { grid-template-columns: 1fr; gap: 34px; margin-top: 65px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card.featured { grid-column: auto; display: block; }
  .journal-card.featured > img, .journal-card > img { height: 340px; }
  .journal-card.featured > div, .journal-card > div { padding: 30px 24px; }
  .journal-card.featured h2, .journal-card h2 { font-size: 2.5rem; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; padding-block: 70px 45px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

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

/* WordPress integration */
.admin-bar .site-header { margin-top: 32px; }
.zone-lightbox[hidden], [data-testimonial-year][hidden], [data-whatsapp-link][hidden] { display: none !important; }
.testimonial-form-wrap { max-width: 900px; margin-top: 70px; }
.testimonial-form { box-shadow: 0 22px 70px rgba(15,42,55,.12); }
.form-submit button:disabled { opacity: .55; cursor: wait; transform: none; }
.article-content { max-width: 840px; font-family: var(--serif); font-size: 1.15rem; line-height: 1.85; }
.article-content > * + * { margin-top: 1.4em; }
.article-content h2, .article-content h3 { margin-top: 1.8em; }
.logbook-single .inner-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.onecat-site .wp-block-image img { height: auto; }

@media screen and (max-width: 782px) {
  .admin-bar .site-header { margin-top: 46px; }
}
