:root {
  --ink: #10202a;
  --navy: #071923;
  --navy-soft: #0b2835;
  --ocean: #147ca3;
  --sky: #58c8e8;
  --coral: #f24780;
  --sand: #f0e6d5;
  --sand-light: #faf7f1;
  --white: #ffffff;
  --muted: #63727a;
  --line: rgba(16, 32, 42, 0.13);
  --shell: min(1180px, calc(100vw - 48px));
  --display: "Aptos Display", "Segoe UI", Arial, sans-serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--sand-light);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.page-shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(84px, 10vw, 150px) 0; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 96px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; }
.brand span { display: flex; flex-direction: column; line-height: 1.18; }
.brand strong { font-size: 15px; letter-spacing: .04em; }
.brand small { font-size: 11px; color: rgba(255,255,255,.65); letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { font-size: 13px; font-weight: 650; letter-spacing: .045em; color: rgba(255,255,255,.8); transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.mobile-nav { display: none; }

.hero {
  min-height: min(920px, 100svh);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: white;
  background: var(--navy);
}
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 48%; transform: scale(1.015); }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(3,15,22,.91) 0%, rgba(3,15,22,.67) 43%, rgba(3,15,22,.15) 74%),
    linear-gradient(0deg, rgba(3,15,22,.83) 0%, transparent 48%);
}
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(72px, 9vh, 112px); }
.eyebrow {
  margin: 0 0 18px;
  color: var(--ocean);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow.light { color: #86dff5; }
.hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(56px, 7.4vw, 104px);
  font-weight: 650;
  line-height: .91;
  letter-spacing: -.045em;
}
.hero-lead { max-width: 630px; margin: 31px 0 34px; font-size: clamp(20px, 2.1vw, 28px); line-height: 1.35; color: rgba(255,255,255,.88); }
.hero-facts { display: flex; gap: 34px; flex-wrap: wrap; margin-bottom: 38px; }
.hero-facts span { display: grid; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.35; }
.hero-facts b { color: white; font-size: 20px; font-weight: 650; }
.quiet-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.quiet-link span { transition: transform .2s ease; }
.quiet-link:hover span { transform: translateY(4px); }
.light-link { color: white; }
h2 { margin: 0; font-family: var(--display); font-weight: 650; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.04; letter-spacing: -.035em; }
h3 { margin: 0; font-size: 21px; line-height: 1.3; }
p { margin-top: 0; }
.intro-section { background: var(--sand-light); }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.intro-heading { display: flex; flex-direction: column; align-items: flex-start; }
.intro-project-mark {
  width: min(245px, 76%);
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.intro-project-mark img {
  width: 100%;
  height: auto;
  opacity: .88;
  mix-blend-mode: multiply;
  filter: saturate(.88) contrast(1.04);
}
.intro-copy { border-left: 1px solid var(--line); padding-left: clamp(30px, 5vw, 70px); }
.intro-copy p { color: var(--muted); }
.lead-copy { color: var(--ink) !important; font-size: clamp(21px, 2.3vw, 29px); line-height: 1.4; }

.destination-section { background: white; }
.wide-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.wide-heading > p { margin: 0 0 5px; color: var(--muted); }
.coast-feature { position: relative; min-height: 650px; }
.coast-feature > picture img { width: 87%; height: 650px; object-fit: cover; border-radius: 2px; }
.coast-card {
  position: absolute;
  right: 0;
  bottom: -42px;
  width: min(460px, 44%);
  padding: clamp(34px, 4vw, 58px);
  background: var(--navy);
  color: white;
  box-shadow: 0 30px 70px rgba(7,25,35,.18);
}
.coast-card > p { font-size: 19px; line-height: 1.55; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 28px; border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; color: rgba(255,255,255,.82); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 20px; width: 10px; height: 5px; border-left: 2px solid var(--sky); border-bottom: 2px solid var(--sky); transform: rotate(-45deg); }
.honest-note { display: grid; grid-template-columns: 180px 1fr; gap: 32px; margin: 112px 0 0; padding-top: 35px; border-top: 1px solid var(--line); }
.honest-note span { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--coral); }
.honest-note p { margin: 0; max-width: 820px; color: var(--muted); }

.flight-section { background: var(--navy); color: white; }
.flight-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 65px; }
.flight-head > p { margin: 0; color: rgba(255,255,255,.65); }
.flight-layout { display: grid; grid-template-columns: 1.38fr .62fr; min-height: 670px; }
.flight-image img { width: 100%; height: 100%; object-fit: cover; }
.flight-details { padding: 40px 0 40px clamp(35px, 5vw, 70px); display: flex; flex-direction: column; justify-content: space-between; }
.flight-details article { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); }
.flight-details article > span { display: block; margin-bottom: 16px; color: var(--sky); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.flight-details p { margin: 9px 0 0; color: rgba(255,255,255,.62); font-size: 15px; }
.filmstrip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.filmstrip img { width: 100%; height: 270px; object-fit: cover; filter: saturate(.88); }

.training-section { background: var(--sand); }
.training-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(60px, 9vw, 125px); align-items: center; }
.training-copy p:not(.eyebrow):not(.lead-copy) { color: #58666d; }
.training-copy h2 { margin-bottom: 34px; }
.stay-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: auto auto; gap: 16px; align-items: end; }
.stay-main { grid-row: 1; grid-column: 1 / 3; }
.stay-main img { width: 100%; height: 470px; object-fit: cover; }
.stay-small { grid-column: 1; }
.stay-small img { width: 100%; height: 235px; object-fit: cover; }
.image-caption { grid-column: 2; margin: 0; padding: 25px 10px 20px 18px; color: #5e6b70; font-size: 14px; line-height: 1.6; }

.onward-section { background: white; }
.onward-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.onward-photo img { width: 100%; height: 720px; object-fit: cover; }
.onward-copy > p:not(.eyebrow) { max-width: 700px; margin: 35px 0; color: var(--muted); }
.destination-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin: 36px 0 46px; }
.destination-cloud span { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 650; color: #324852; }
.runway-inset { display: block; width: 66%; margin-left: auto; }
.runway-inset img { width: 100%; }

.sailing-section { overflow: hidden; background: var(--navy-soft); color: white; }
.sailing-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 115px); align-items: center; }
.sailing-copy > p:not(.eyebrow):not(.fine-copy) { color: rgba(255,255,255,.72); }
.sailing-copy h2 { margin-bottom: 34px; }
.price-note { margin: 38px 0; padding: 24px 0; border-block: 1px solid rgba(255,255,255,.14); display: grid; }
.price-note small { color: var(--sky); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.price-note strong { margin: 4px 0; font-family: var(--display); font-size: 40px; line-height: 1.15; font-weight: 500; }
.price-note span, .fine-copy { color: rgba(255,255,255,.55); font-size: 13px; }
.sailing-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 270px 420px; gap: 14px; }
.sailing-gallery picture, .sailing-gallery img { width: 100%; height: 100%; }
.sailing-gallery img { object-fit: cover; }
.sail-wide { grid-column: 1 / 3; }
.sail-tall { grid-column: 1; }
.sail-cabin { grid-column: 2; }

.survey-section { position: relative; background: var(--sand-light); }
.survey-section::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, var(--coral) 0 23%, var(--sky) 23% 67%, #f5bd3d 67%); }
.survey-card { max-width: 1030px; text-align: center; }
.survey-card h2 { max-width: 900px; margin: 0 auto; }
.survey-lead { max-width: 760px; margin: 38px auto 55px; font-size: 22px; line-height: 1.5; }
.survey-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; padding-top: 40px; border-top: 1px solid var(--line); text-align: left; color: var(--muted); }

footer { padding: 42px 0; color: white; background: #040f15; }
.footer-inner { display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 50px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; }
.footer-brand span { display: grid; line-height: 1.25; }
.footer-brand small, footer p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; }
footer a { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.72); }

@media (max-width: 920px) {
  :root { --shell: min(100% - 36px, 760px); }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 24px; height: 1px; background: white; }
  .mobile-nav nav { position: absolute; top: 54px; right: 0; width: 210px; padding: 14px 22px; display: grid; background: rgba(7,25,35,.97); box-shadow: 0 20px 50px rgba(0,0,0,.24); }
  .mobile-nav nav a { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }
  .intro-grid, .wide-heading, .flight-head, .training-grid, .onward-grid, .sailing-layout { grid-template-columns: 1fr; }
  .intro-project-mark { width: 210px; margin-top: 38px; }
  .intro-copy { padding-left: 0; border-left: 0; }
  .wide-heading, .flight-head { gap: 30px; }
  .coast-feature { min-height: auto; }
  .coast-feature > picture img { width: 100%; height: 500px; }
  .coast-card { position: relative; width: 84%; margin: -100px 0 0 auto; bottom: auto; }
  .flight-layout { grid-template-columns: 1fr; }
  .flight-image img { max-height: 610px; }
  .flight-details { padding: 25px 0 0; }
  .flight-details article { display: grid; grid-template-columns: 50px 1fr; }
  .flight-details article p { grid-column: 2; }
  .onward-photo { max-width: 480px; }
  .onward-photo img { height: 600px; }
  .sailing-copy { max-width: 660px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  footer p { grid-row: 2; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .section { padding: 82px 0; }
  .site-header { height: 78px; padding-inline: 18px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 9px; }
  .hero { min-height: 820px; }
  .hero-media img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,15,22,.95) 0%, rgba(3,15,22,.6) 64%, rgba(3,15,22,.28)); }
  .hero-content { padding-bottom: 58px; }
  .hero h1 { font-size: clamp(50px, 15vw, 72px); line-height: .94; }
  .hero-lead { font-size: 20px; }
  .hero-facts { gap: 20px; }
  .hero-facts span { flex: 1 1 28%; min-width: 90px; }
  h2 { font-size: clamp(36px, 11vw, 50px); }
  .coast-feature > picture img { height: 400px; }
  .coast-card { width: calc(100% - 18px); margin-top: -58px; padding: 30px; }
  .honest-note { grid-template-columns: 1fr; gap: 12px; margin-top: 80px; }
  .flight-image img { height: 430px; }
  .flight-details article { grid-template-columns: 42px 1fr; }
  .filmstrip { grid-template-columns: 1fr 1fr; }
  .filmstrip picture:first-child { grid-column: 1 / 3; }
  .filmstrip img { height: 220px; }
  .stay-gallery { grid-template-columns: 1fr; }
  .stay-main, .stay-small, .image-caption { grid-column: 1; }
  .stay-main img { height: 360px; }
  .stay-small img { height: 270px; }
  .image-caption { padding: 10px 0; }
  .onward-grid { gap: 42px; }
  .onward-photo img { height: 540px; }
  .runway-inset { width: 100%; }
  .sailing-gallery { grid-template-rows: 190px 310px; gap: 9px; }
  .survey-grid { grid-template-columns: 1fr; gap: 16px; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  footer p { grid-row: auto; }
}

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