:root {
  --ink: #1c1c1a;
  --forest: #2a2a27;
  --moss: #8a8a82;
  --paper: #faf9f7;
  --cream: #f4f2ee;
  --sand: #c8c2b8;
  --clay: #8a7560;
  --clay-deep: #6f5c49;
  --sun: #b5a48a;
  --line: rgba(138, 117, 96, .22);
  --light-line: rgba(250, 249, 247, .18);
  --radius: 4px;
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --page: min(1080px, calc(100% - 16vw));
  --page-cards: min(918px, calc((100% - 16vw) * 0.85));
  --card-scale: .85;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .01em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.02em;
}
::selection { background: var(--clay); color: #fff; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 300; top: 12px; left: 12px; transform: translateY(-140%); padding: 10px 14px; border-radius: 2px; background: var(--paper); color: var(--ink); font-size: 13px; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); outline: 1px solid var(--clay); }

.site-header {
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 8vw;
  color: #fff;
  transition: padding .4s ease, background .4s ease, color .4s ease, box-shadow .4s ease;
}
.site-header.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(250, 249, 247, .92);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(28, 28, 26, .06);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1;
  text-transform: lowercase;
}
.brand span { color: var(--clay); font-size: .72em; margin-left: 2px; }
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 44px);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .01em;
}
.site-nav > a:not(.nav-cta) { position: relative; padding: 6px 0; opacity: .88; transition: opacity .25s ease; }
.site-nav > a:not(.nav-cta):hover, .site-nav > a:not(.nav-cta):focus-visible { opacity: 1; }
.site-nav > a:not(.nav-cta)::after { display: none; }
.nav-cta {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  font-size: 12px;
  letter-spacing: .02em;
  transition: background .3s ease, color .3s ease;
}
.site-header:not(.is-scrolled) .nav-cta:hover { background: rgba(250, 249, 247, .12); }
.site-header.is-scrolled .nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: min(640px, 86svh); color: #fff; isolation: isolate; }
.hero-media, .hero-media > * { position: absolute; inset: 0; }
.hero-media { z-index: -1; overflow: hidden; background: #3a3632; }
.hero-fallback {
  z-index: 1;
  background: #3a3632 url("assets/zanzibar-connection-hero.png") center / cover no-repeat;
}
.hero-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-video.is-hidden { display: none; }
.hero-wash {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(18, 18, 16, .72) 0%, rgba(18, 18, 16, .42) 42%, rgba(18, 18, 16, .08) 100%),
    linear-gradient(0deg, rgba(10, 10, 9, .35), transparent 40%);
  pointer-events: none;
}
.hero-layout {
  position: relative;
  display: flex;
  width: var(--page);
  min-height: min(640px, 86svh);
  margin: 0 auto;
  padding: clamp(120px, 17vh, 175px) 0 84px;
}
.hero-copy { align-self: center; width: min(620px, 100%); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--clay);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow span { display: inline-block; width: 24px; height: 1px; background: currentColor; opacity: .5; }
.eyebrow-light { color: rgba(250, 249, 247, .78); }
.hero h1 {
  max-width: 720px;
  margin: 18px 0 18px;
  font-size: clamp(52px, 6.4vw, 92px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: .95;
}
.hero h1 em, h2 em { color: inherit; font-style: italic; font-weight: 400; }
.hero-intro {
  max-width: 460px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: .015em;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin-top: 26px; }
.button {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 26px;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .04em;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.button:hover { transform: none; box-shadow: none; }
.button span { font-size: 14px; line-height: 1; opacity: .7; }
.button-coral { background: var(--clay); border: 1px solid var(--clay); color: #fff; }
.button-coral:hover { background: var(--clay-deep); border-color: var(--clay-deep); }
.button-ink { width: 100%; margin-top: 18px; background: var(--ink); color: #fff; border: 1px solid var(--ink); }
.button-ink:hover { background: transparent; color: var(--ink); }
.text-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .02em;
}
.text-button span { font-size: 13px; opacity: .7; }
.hero-caption {
  align-self: flex-end;
  width: 220px;
  margin: 0 0 40px auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: .01em;
}
.caption-index { margin-bottom: 14px; color: var(--sun); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue {
  position: absolute;
  bottom: 22px;
  left: 8vw;
  display: flex;
  gap: 16px;
  align-items: center;
  color: rgba(255, 255, 255, .55);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.scroll-cue i { position: relative; display: block; width: 48px; height: 1px; overflow: hidden; background: rgba(255, 255, 255, .35); }
.scroll-cue i::after { position: absolute; inset: 0; background: #fff; content: ""; animation: scan 2.2s ease-in-out infinite; }

.section-pad {
  padding-right: max(8vw, calc((100% - 1080px) / 2));
  padding-left: max(8vw, calc((100% - 1080px) / 2));
}
.welcome {
  padding-top: clamp(84px, 10vw, 140px);
  padding-bottom: clamp(76px, 9vw, 128px);
}
.section-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.kicker-number, .kicker-number-light, .profile-mark, .caption-index { display: none; }
.welcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(44px, 7vw, 110px);
  padding-top: clamp(32px, 5vw, 60px);
}
.welcome-heading h2, .section-head h2, .stories h2, .how h2, .booking h2 {
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.02;
}
.welcome-heading h2 em { color: var(--clay); font-style: italic; }
.welcome-copy { padding-top: 4px; }
.lead {
  max-width: 440px;
  color: #5a5a54;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .015em;
}
.word-note {
  max-width: 420px;
  margin-top: 30px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  color: #6a6a64;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}
.word-note-label {
  margin-bottom: 10px;
  color: var(--clay);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3.5vw, 48px);
  margin-top: clamp(56px, 8vw, 100px);
}
.principle { padding-top: 18px; border-top: 1px solid var(--line); }
.principle > span {
  display: block;
  margin-bottom: 16px;
  color: var(--moss);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
}
.principle p { margin-bottom: 8px; font-family: var(--serif); font-size: 22px; font-weight: 400; letter-spacing: -.01em; }
.principle small { display: block; max-width: 260px; color: #8a8a82; font-size: 13px; font-weight: 300; line-height: 1.65; }

.culture { position: relative; min-height: min(70vh, 520px); color: #fff; isolation: isolate; overflow: hidden; }
.culture-media, .culture-media > * { position: absolute; inset: 0; }
.culture-media { z-index: -1; background: var(--forest); }
.culture-fallback { z-index: 1; background: var(--forest) url("assets/zanzibar-connection-hero.png") center / cover no-repeat; }
.culture-video { z-index: 2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.culture-video.is-hidden { display: none; }
.culture-wash {
  z-index: 3;
  background:
    linear-gradient(0deg, rgba(10, 10, 9, .62) 0%, rgba(10, 10, 9, .18) 45%, rgba(10, 10, 9, .1) 100%),
    linear-gradient(90deg, rgba(10, 10, 9, .3), transparent 55%);
  pointer-events: none;
}
.culture-copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: min(70vh, 520px);
  width: var(--page);
  max-width: 560px;
  margin: 0 auto;
  padding: 40px 0 clamp(40px, 6vw, 68px);
}
.culture-copy .eyebrow { margin-bottom: 14px; }
.culture-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 3.6vw, 50px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.05;
}
.culture-copy h2 em { color: var(--sun); font-style: italic; }
.culture-copy p:not(.eyebrow) {
  max-width: 420px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .01em;
}

.companions {
  padding-top: clamp(72px, 9vw, 124px);
  padding-bottom: clamp(72px, 9vw, 124px);
  border-top: 1px solid var(--line);
}
.section-head {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: clamp(36px, 6vw, 72px);
  align-items: end;
  width: var(--page);
  margin: 0 auto clamp(36px, 5vw, 56px);
}
.section-head .eyebrow { margin-bottom: 14px; }
.section-head h2 em { color: var(--clay); font-style: italic; }
.section-intro {
  max-width: 340px;
  margin-left: auto;
  color: #6a6a64;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .01em;
}
.profile-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
  width: var(--page-cards);
  margin: 0 auto;
}
.profile-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.profile-card-featured { grid-column: span 6; }
.profile-card:not(.profile-card-featured) { grid-column: span 3; }
.profile-image {
  position: relative;
  height: clamp(184px, 21vw, 335px);
  overflow: hidden;
  background: var(--forest);
}
.profile-card:not(.profile-card-featured) .profile-image { height: clamp(168px, 16.8vw, 226px); }
.profile-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 15, 14, .3), transparent 50%);
  content: "";
  pointer-events: none;
}
.profile-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.02); transition: transform 1s cubic-bezier(.25, .75, .25, 1); }
.profile-card:hover .profile-image img { transform: scale(1.03); }
.image-amina img { object-position: 69% center; }
.image-juma img { object-position: center 35%; }
.image-neema img { object-position: center 35%; }
.profile-city {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  color: #fff;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.profile-body { display: flex; flex: 1; flex-direction: column; padding: 16px 18px 18px; }
.profile-topline { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.profile-role {
  color: var(--clay);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.4;
}
.profile-mark { color: var(--clay); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; }
.profile-body h3 {
  margin: 10px 0 8px;
  font-size: clamp(22px, 1.9vw, 31px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1;
}
.profile-card:not(.profile-card-featured) .profile-body h3 { font-size: clamp(20px, 1.7vw, 25px); }
.profile-quote {
  position: relative;
  min-height: 44px;
  padding-left: 18px;
  color: #4a4a44;
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}
.profile-quote::before {
  position: absolute;
  top: -4px;
  left: 0;
  color: var(--clay);
  font-family: var(--serif);
  font-size: 28px;
  font-style: normal;
  content: "\201C";
}
.profile-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.profile-details.compact { grid-template-columns: 1fr; }
.profile-details span {
  display: block;
  margin-bottom: 5px;
  color: var(--clay);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .02em;
}
.profile-details p { color: #6a6a64; font-size: 12px; font-weight: 300; line-height: 1.6; }
.profile-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.profile-link span { color: var(--clay); font-size: 16px; transition: transform .25s ease; }
.profile-link:hover span { transform: translateX(3px); }
.profile-note {
  width: var(--page-cards);
  margin: 18px auto 0;
  color: #9a9a92;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .01em;
}

.stories { color: var(--paper); background: var(--ink); }
.stories-intro { padding-top: clamp(72px, 9vw, 124px); }
.stories .section-kicker { border-color: var(--light-line); }
.stories-title-wrap {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(36px, 6vw, 64px);
  align-items: end;
  padding: clamp(32px, 5vw, 60px) 0 clamp(48px, 6vw, 84px);
}
.stories h2 em { color: var(--sun); font-style: italic; }
.stories-title-wrap > p {
  max-width: 360px;
  color: rgba(250, 249, 247, .6);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .01em;
}
.story-list { width: var(--page); margin: 0 auto; padding-bottom: clamp(72px, 9vw, 124px); }
.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 320px;
  border-top: 1px solid var(--light-line);
}
.story:last-child { border-bottom: 1px solid var(--light-line); }
.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
  padding: clamp(36px, 5.5vw, 76px) clamp(28px, 5vw, 64px);
}
.story:nth-child(odd) .story-copy { padding-left: 0; }
.story:nth-child(even) .story-copy { margin-left: auto; padding-right: 0; }
.story-meta {
  margin-bottom: 16px;
  color: var(--sun);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.story-meta span { margin-left: 12px; color: rgba(250, 249, 247, .4); }
.story h3 {
  margin-bottom: 14px;
  font-size: clamp(28px, 2.9vw, 42px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.02;
}
.story-copy > p:not(.story-meta):not(.story-pull) {
  color: rgba(250, 249, 247, .65);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .01em;
}
.story-pull {
  position: relative;
  margin-top: 20px;
  padding-left: 22px;
  color: #fff;
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
}
.story-pull::before {
  position: absolute;
  top: -6px;
  left: 0;
  color: var(--sun);
  font-family: var(--serif);
  font-size: 30px;
  font-style: normal;
  content: "\201C";
}
.story-visual { min-height: 100%; background-position: center; background-size: cover; filter: saturate(1.08) contrast(1.02); }
.story-visual-amina { background-image: linear-gradient(135deg, rgba(8, 12, 9, .04), rgba(8, 12, 9, .28)), url("assets/zanzibar-connection-hero.png"); background-position: 72% center; }
.story-visual-juma { background-image: linear-gradient(135deg, rgba(8, 12, 9, .08), rgba(8, 12, 9, .24)), url("assets/juma-sample.png"); }
.story-visual-neema { background-image: linear-gradient(135deg, rgba(8, 12, 9, .06), rgba(8, 12, 9, .26)), url("assets/neema-sample.png"); }

.how {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(44px, 7vw, 110px);
  padding-top: clamp(76px, 9vw, 128px);
  padding-bottom: clamp(76px, 9vw, 128px);
  border-top: 1px solid var(--line);
}
.how-intro .eyebrow { margin-bottom: 14px; }
.how h2 em { color: var(--clay); font-style: italic; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 20px 0 22px;
  border-bottom: 1px solid var(--line);
}
.steps li > span {
  color: var(--moss);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  padding-top: 6px;
}
.steps h3 { margin-bottom: 6px; font-size: 24px; font-weight: 400; letter-spacing: -.02em; }
.steps p { max-width: 380px; color: #6a6a64; font-size: 14px; font-weight: 300; line-height: 1.65; }
.how-footnote {
  display: flex;
  grid-column: 2;
  gap: 16px;
  align-items: flex-start;
  max-width: 460px;
  padding-top: 16px;
  color: #6a6a64;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
}
.how-footnote span { color: var(--clay); opacity: .6; }

.booking {
  color: var(--paper);
  background: var(--forest);
  border-top: 1px solid rgba(250, 249, 247, .08);
}
.booking-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(44px, 7vw, 100px);
  width: var(--page);
  margin: 0 auto;
  padding-top: clamp(72px, 9vw, 124px);
  padding-bottom: clamp(72px, 9vw, 124px);
}
.booking-copy { padding-top: 8px; }
.booking-copy .eyebrow { margin-bottom: 18px; }
.booking h2 { margin-bottom: 18px; }
.booking h2 em { color: var(--sun); font-style: italic; }
.booking-copy > p:not(.eyebrow) {
  max-width: 380px;
  color: rgba(250, 249, 247, .72);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .01em;
}
.booking-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  max-width: 400px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(250, 249, 247, .15);
  color: rgba(250, 249, 247, .55);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.booking-panel {
  padding: clamp(24px, 3.5vw, 40px);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(250, 249, 247, .12);
}
.panel-eyebrow {
  margin-bottom: 18px;
  color: var(--moss);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.experience {
  display: block;
  min-height: 98px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink);
  text-align: left;
  transition: border-color .25s ease, background .25s ease;
}
.experience:hover { transform: none; border-color: var(--ink); }
.experience.selected { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.experience span, .experience strong, .experience small, .experience b { display: block; }
.experience span { margin-bottom: 8px; color: var(--clay); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; }
.experience.selected span { color: var(--sun); }
.experience strong { font-family: var(--serif); font-size: 18px; font-weight: 400; letter-spacing: -.02em; }
.experience small { margin-top: 4px; font-size: 10px; font-weight: 300; line-height: 1.4; opacity: .65; letter-spacing: .02em; }
.experience b { margin-top: 8px; font-family: var(--mono); font-size: 10px; font-weight: 400; letter-spacing: .04em; }
.custom-builder { gap: 12px; margin-top: 12px; }
.custom-builder:not([hidden]) { display: grid; grid-template-columns: 1fr 1fr; }
.custom-builder label { color: #6a6a64; font-size: 10px; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }
.custom-builder select {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  font-weight: 300;
}
.booking-summary { margin-top: 18px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-summary p { font-size: 13px; font-weight: 300; line-height: 1.5; letter-spacing: .01em; }
.booking-summary strong {
  display: block;
  margin-top: 4px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -.02em;
}
.booking-summary small { display: block; margin-top: 10px; color: #8a8a82; font-size: 11px; font-weight: 300; line-height: 1.55; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: end;
  padding: 32px max(8vw, calc((100% - 1080px) / 2));
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.site-footer .brand { color: var(--ink); }
.site-footer div > p { margin-top: 10px; color: #8a8a82; font-size: 12px; font-weight: 300; letter-spacing: .02em; }
.footer-note, .footer-copy { color: #9a9a92; font-size: 11px; font-weight: 300; line-height: 1.6; text-align: center; }
.footer-note a { border-bottom: 1px solid rgba(28, 28, 26, .2); transition: border-color .2s ease; }
.footer-note a:hover { border-color: var(--ink); }
.footer-copy { text-align: right; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .8s ease, transform .8s cubic-bezier(.22, .68, .16, 1); }
.reveal-delay { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .18s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes scan { 0% { transform: translateX(-110%); } 55%, 100% { transform: translateX(110%); } }

@media (max-width: 900px) {
  :root { --page: min(100% - 12vw, 720px); --page-cards: min(612px, calc((100% - 12vw) * 0.85)); }
  .site-header { padding-right: 6vw; padding-left: 6vw; }
  .site-nav { gap: 18px; }
  .site-nav > a:not(.nav-cta) { display: none; }
  .section-pad { padding-right: 6vw; padding-left: 6vw; }
  .welcome-grid, .section-head, .stories-title-wrap, .how, .booking-grid { grid-template-columns: 1fr; }
  .section-head { gap: 32px; }
  .section-intro { margin-left: 0; }
  .profile-grid, .profile-note { width: var(--page-cards); }
  .profile-card-featured { grid-column: span 12; }
  .profile-card:not(.profile-card-featured) { grid-column: span 6; }
  .profile-card-featured .profile-image { height: min(39vw, 293px); }
  .profile-card:not(.profile-card-featured) .profile-image { height: min(45vw, 231px); }
  .story { min-height: 0; }
  .story-copy { padding: 44px 32px; }
  .story:nth-child(odd) .story-copy { padding-left: 0; }
  .story:nth-child(even) .story-copy { padding-right: 0; }
  .story-visual { min-height: 300px; }
  .how-footnote { grid-column: 1; }
  .booking-copy { padding-top: 0; }
  .booking-panel { max-width: 640px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-note { text-align: right; }
  .footer-copy { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 620px) {
  :root { --page: calc(100% - 48px); --page-cards: calc((100% - 48px) * 0.85); }
  .site-header { padding: 20px 24px; }
  .site-header.is-scrolled { padding: 16px 24px; }
  .brand { font-size: 24px; }
  .menu-toggle {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 5px;
    width: 42px;
    height: 40px;
    padding: 10px;
    border: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    color: inherit;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
    padding: 80px 12vw;
    background: var(--ink);
    color: var(--paper);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .3s ease, transform .3s ease;
  }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a:not(.nav-cta) {
    display: block;
    font-family: var(--serif);
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    text-transform: none;
  }
  .nav-cta { margin-top: 12px; }
  .hero { min-height: 92svh; }
  .hero-video { object-position: 60% center; }
  .hero-wash {
    background:
      linear-gradient(90deg, rgba(18, 18, 16, .78), rgba(18, 18, 16, .28)),
      linear-gradient(0deg, rgba(10, 10, 9, .45), transparent 48%);
  }
  .hero-layout { min-height: 92svh; padding: 104px 0 64px; }
  .hero h1 { margin-top: 16px; font-size: clamp(44px, 14vw, 66px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { gap: 20px; margin-top: 22px; }
  .hero-caption { display: none; }
  .scroll-cue { bottom: 28px; left: 24px; }
  .section-pad { padding-right: 24px; padding-left: 24px; }
  .welcome { padding-top: 64px; padding-bottom: 64px; }
  .welcome-grid { gap: 32px; padding-top: 28px; }
  .welcome-heading h2, .section-head h2, .stories h2, .how h2, .booking h2 { font-size: clamp(36px, 11vw, 50px); }
  .lead { font-size: 15px; }
  .principles { grid-template-columns: 1fr; gap: 28px; margin-top: 48px; }
  .principle > span { margin-bottom: 12px; }
  .culture { min-height: 60vh; }
  .culture-copy { min-height: 60vh; padding: 32px 0 40px; width: calc(100% - 48px); }
  .companions { padding-top: 60px; padding-bottom: 60px; }
  .section-head { margin-bottom: 32px; }
  .profile-grid { display: grid; gap: 16px; }
  .profile-card:not(.profile-card-featured), .profile-card-featured { grid-column: span 12; }
  .profile-card-featured .profile-image, .profile-card:not(.profile-card-featured) .profile-image { height: 56vw; max-height: 293px; }
  .profile-details { margin-top: 14px; }
  .profile-note { text-align: left; }
  .stories-intro { padding-top: 60px; }
  .stories-title-wrap { gap: 24px; padding: 28px 0 44px; }
  .story { display: flex; flex-direction: column; }
  .story:nth-child(even) .story-visual { order: -1; }
  .story-visual { min-height: 220px; }
  .story-copy, .story:nth-child(odd) .story-copy, .story:nth-child(even) .story-copy { max-width: none; margin: 0; padding: 32px 0 36px; }
  .story h3 { font-size: 32px; }
  .how { gap: 36px; padding-top: 64px; padding-bottom: 64px; }
  .steps li { grid-template-columns: 40px 1fr; gap: 14px; }
  .steps h3 { font-size: 23px; }
  .booking-grid { gap: 36px; padding-top: 60px; padding-bottom: 60px; }
  .booking-panel { padding: 20px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience {
    min-height: 0;
    display: grid;
    grid-template-columns: 36px 1fr auto;
    column-gap: 10px;
    align-items: center;
    padding: 14px;
  }
  .experience span, .experience strong, .experience small, .experience b { margin: 0; }
  .experience span { grid-row: span 2; }
  .experience small { grid-column: 2; }
  .experience b { grid-column: 3; grid-row: 1 / span 2; }
  .custom-builder:not([hidden]) { grid-template-columns: 1fr; }
  .site-footer { display: block; padding: 40px 24px; }
  .footer-note, .footer-copy { margin-top: 24px; text-align: left; }
}

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