:root {
  --ink: #102f2b;
  --sea: #0d4e4c;
  --sea-light: #246d66;
  --foam: #edf1e9;
  --sand: #f4eadc;
  --paper: #fbf7ef;
  --sun: #f16f45;
  --line: rgba(16, 47, 43, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.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; }

.hero {
  min-height: 100svh;
  padding: 0 clamp(24px, 5vw, 80px);
  background: var(--sand);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.site-nav {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 13px; }
.compass-mark {
  width: 54px; height: 54px; border: 1px solid var(--ink); border-radius: 50%;
  display: grid; place-items: center; position: relative;
}
.compass-mark::before, .compass-mark::after { content: ""; position: absolute; background: var(--ink); opacity: .35; }
.compass-mark::before { width: 1px; height: 66px; }
.compass-mark::after { height: 1px; width: 66px; }
.compass-star { color: var(--sun); font-size: 31px; transform: rotate(12deg); }
.brand-copy { display: grid; text-transform: uppercase; letter-spacing: .16em; line-height: 1.05; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; letter-spacing: .055em; font-size: 18px; }
.brand-copy span { font-size: 10px; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); font-size: 13px; font-weight: 700; letter-spacing: .05em; }
.nav-links > a:not(.nav-cta) { position: relative; padding: 14px 0; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 7px; width: 0; height: 1px; background: var(--sun); transition: width .25s; }
.nav-links > a:hover::after { width: 100%; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; transition: transform .2s, background .2s; }
.nav-cta { background: var(--ink); color: white; padding: 16px 21px; border-radius: 2px; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.nav-cta span, .button span, .service-card a span { color: var(--sun); font-size: 18px; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; background: var(--ink); margin: 6px 0; }

.hero-grid { flex: 1; min-height: 570px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); align-items: center; gap: clamp(38px, 6vw, 110px); padding: 52px 0 38px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.eyebrow > span { width: 34px; height: 2px; background: var(--sun); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; margin: 0; }
.hero h1 { font-size: clamp(64px, 7.2vw, 118px); line-height: .84; letter-spacing: -.065em; max-width: 820px; }
.hero h1 em { color: var(--sea-light); font-weight: 400; }
.hero-intro { max-width: 570px; margin: 38px 0 0; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; color: rgba(16,47,43,.78); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { min-height: 58px; padding: 0 28px; border-radius: 2px; font-weight: 800; font-size: 13px; letter-spacing: .04em; }
.button-primary { background: var(--sun); color: #fff; }
.button-primary span { color: #fff; }
.text-link { display: inline-flex; gap: 13px; align-items: center; font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }

.harbor-scene { min-height: 500px; height: min(64vh, 650px); position: relative; overflow: hidden; background: #d8dfd0; border-radius: 240px 240px 0 0; isolation: isolate; box-shadow: 0 24px 80px rgba(16,47,43,.08); }
.harbor-scene::after { content: ""; position: absolute; inset: 0; z-index: 9; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mix-blend-mode: soft-light; }
.scene-sun { position: absolute; width: clamp(150px, 16vw, 240px); height: clamp(150px, 16vw, 240px); background: var(--sun); border-radius: 50%; top: 15%; left: 50%; transform: translateX(-50%); }
.scene-cloud { position: absolute; height: 18px; border-radius: 50%; background: rgba(251,247,239,.48); filter: blur(4px); }
.cloud-one { width: 180px; top: 21%; left: 7%; }
.cloud-two { width: 150px; top: 31%; right: 5%; }
.scene-coast { position: absolute; bottom: 39%; background: var(--sea); border-radius: 55% 55% 0 0; }
.coast-one { left: -10%; width: 62%; height: 24%; transform: rotate(5deg); }
.coast-two { right: -14%; width: 62%; height: 31%; transform: rotate(-7deg); background: #164e45; }
.scene-water { position: absolute; left: -5%; width: 110%; background: var(--sea-light); border-radius: 50% 50% 0 0; }
.water-one { bottom: -3%; height: 48%; transform: rotate(-2deg); }
.water-two { bottom: -20%; height: 45%; background: var(--ink); transform: rotate(4deg); opacity: .5; }
.scene-boat { position: absolute; z-index: 5; width: 46%; height: 120px; left: 31%; bottom: 31%; }
.boat-hull { position: absolute; bottom: 0; width: 100%; height: 50px; background: var(--paper); clip-path: polygon(0 0, 100% 0, 84% 80%, 18% 100%); box-shadow: inset 0 -12px 0 rgba(16,47,43,.12); }
.boat-cabin { position: absolute; left: 30%; bottom: 45px; width: 43%; height: 45px; background: var(--paper); clip-path: polygon(18% 0, 78% 0, 100% 100%, 0 100%); }
.boat-cabin::after { content: ""; position: absolute; inset: 10px 14px 12px; background: var(--sea); clip-path: polygon(12% 0, 80% 0, 100% 100%, 0 100%); }
.scene-note { position: absolute; z-index: 12; bottom: 18px; left: 22px; right: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.74); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.hero-footer { min-height: 76px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 12px; letter-spacing: .05em; }
.hero-footer strong { margin-left: 10px; }
.weather-note { color: rgba(16,47,43,.65); }

.services-section { padding: clamp(90px, 10vw, 160px) clamp(24px, 6vw, 92px); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .75fr 1.2fr .75fr; gap: 42px; align-items: end; margin-bottom: 64px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2 { font-size: clamp(44px, 5.5vw, 78px); line-height: .98; letter-spacing: -.045em; }
.section-heading > p:last-child { font-size: 15px; line-height: 1.75; color: rgba(16,47,43,.68); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-card { min-height: 430px; padding: clamp(30px, 4vw, 58px); position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; }
.land-card { background: var(--foam); }
.sea-card { background: var(--sea); color: #fff; }
.service-number { position: absolute; top: 28px; right: 32px; font-family: Georgia, serif; font-style: italic; opacity: .55; }
.service-icon { width: 68px; height: 68px; margin-bottom: auto; }
.car-icon { position: relative; border-bottom: 2px solid currentColor; }
.car-icon::before { content: ""; position: absolute; width: 50px; height: 19px; border: 2px solid currentColor; border-radius: 18px 25px 6px 6px; left: 8px; bottom: 13px; }
.car-icon span { position: absolute; width: 8px; height: 8px; background: currentColor; border-radius: 50%; bottom: 8px; }
.car-icon span:first-child { left: 18px; }.car-icon span:last-child { right: 14px; }
.wave-icon { font-family: Georgia, serif; font-size: 78px; line-height: .55; color: var(--sun); }
.service-kicker { margin: 25px 0 10px; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .17em; opacity: .7; }
.service-card h3 { font-size: clamp(34px, 3.2vw, 48px); letter-spacing: -.035em; }
.service-card > p:not(.service-kicker) { max-width: 500px; margin: 18px 0 30px; line-height: 1.7; opacity: .72; }
.service-card a { margin-top: auto; display: inline-flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 800; padding-bottom: 7px; border-bottom: 1px solid currentColor; }

.route-section { min-height: 900px; display: grid; grid-template-columns: 1fr 1fr; }
.route-art, .route-content { min-width: 0; }
.route-content { padding: clamp(80px, 9vw, 150px) clamp(36px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.route-content h2, .experience-intro h2, .faq-heading h2, .booking-copy h2 { font-size: clamp(48px, 6vw, 88px); line-height: .95; letter-spacing: -.05em; }
.route-content h2 em, .booking-copy h2 em { color: var(--sun); font-weight: 400; }
.route-lead { max-width: 620px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; opacity: .72; margin: 32px 0 44px; }
.route-list { list-style: none; margin: 0 0 45px; padding: 0; border-top: 1px solid var(--line); }
.route-list li { display: grid; grid-template-columns: .8fr 1.2fr; gap: 25px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.route-list strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.route-list span { font-size: 13px; line-height: 1.6; opacity: .65; }
.route-art { position: relative; overflow: hidden; display: grid; place-items: center; }
.land-art { background: #d7ddd0; }
.land-art > p, .sea-art > p { position: absolute; left: 9%; bottom: 8%; margin: 0; font-family: Georgia, serif; font-size: clamp(44px, 7vw, 104px); font-style: italic; line-height: .72; letter-spacing: -.06em; opacity: .16; }
.route-road { width: 47%; height: 130%; position: absolute; left: 31%; top: -15%; background: var(--ink); transform: rotate(15deg); clip-path: polygon(28% 0, 76% 0, 100% 100%, 0 100%); }
.route-road::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; transform: translateX(-50%); background: repeating-linear-gradient(to bottom, var(--sand) 0 42px, transparent 42px 84px); }
.route-road > span { position: absolute; width: 32px; height: 64px; border-radius: 15px 15px 8px 8px; background: var(--sun); box-shadow: inset 0 -16px 0 rgba(16,47,43,.18); }
.route-road > span:nth-child(1) { top: 21%; left: 17%; }
.route-road > span:nth-child(2) { top: 47%; right: 12%; background: var(--paper); }
.route-road > span:nth-child(3) { top: 69%; left: 8%; background: var(--sea-light); }
.sea-route { background: var(--ink); color: var(--paper); }
.sea-route .eyebrow > span { background: var(--sun); }
.sea-route .route-lead { color: rgba(255,255,255,.8); }
.charter-options { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 44px; }
.charter-options article { min-height: 230px; border: 1px solid rgba(255,255,255,.18); padding: 28px; display: flex; flex-direction: column; }
.charter-options article > span { color: var(--sun); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.charter-options h3 { margin-top: auto; font-size: 27px; }
.charter-options p { font-size: 13px; line-height: 1.65; opacity: .62; }
.button-sand { align-self: flex-start; background: var(--sand); color: var(--ink); }
.sea-art { background: var(--sea-light); }
.moon { position: absolute; width: 42%; aspect-ratio: 1; border-radius: 50%; background: var(--sun); top: 13%; left: 50%; transform: translateX(-50%); }
.sea-lines { position: absolute; z-index: 2; inset: 45% -10% -5%; transform: rotate(-3deg); }
.sea-lines span { display: block; height: 20%; border-top: 3px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(13,78,76,.22); }
.tiny-boat { position: absolute; z-index: 4; width: 40%; height: 100px; top: 42%; left: 29%; }
.tiny-boat::before { content: ""; position: absolute; left: 26%; bottom: 40px; width: 43%; height: 40px; background: var(--paper); clip-path: polygon(20% 0, 75% 0, 100% 100%, 0 100%); }
.tiny-boat::after { content: ""; position: absolute; bottom: 0; width: 100%; height: 50px; background: var(--paper); clip-path: polygon(0 0,100% 0,82% 85%,18% 100%); }

.experience-section { padding: clamp(90px, 10vw, 160px) clamp(24px, 6vw, 92px); display: grid; grid-template-columns: .95fr 1.2fr .7fr; gap: clamp(36px, 6vw, 100px); background: var(--foam); }
.experience-intro h2 { font-size: clamp(48px, 5vw, 78px); }
.steps-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps-list li > span { color: var(--sun); font-family: Georgia, serif; font-style: italic; }
.steps-list h3 { font-size: 23px; margin-bottom: 10px; }
.steps-list p { margin: 0; font-size: 14px; line-height: 1.65; opacity: .65; }
.experience-quote { background: var(--sun); color: white; padding: 35px; min-height: 400px; display: flex; flex-direction: column; justify-content: space-between; }
.experience-quote .compass-mark { border-color: white; }
.experience-quote .compass-mark::before, .experience-quote .compass-mark::after { background: white; }
.experience-quote .compass-star { color: var(--sand); }
.experience-quote blockquote { font-family: Georgia, serif; font-size: clamp(26px, 2.5vw, 38px); line-height: 1.25; margin: 40px 0; }
.experience-quote > p { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 130px); padding: clamp(90px, 10vw, 160px) clamp(24px, 6vw, 92px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 29px 0; font-family: Georgia, serif; font-size: clamp(20px, 2vw, 28px); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--sun); font-family: Arial, sans-serif; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -8px 0 28px; line-height: 1.7; opacity: .67; }

.booking-section { background: var(--sea); color: white; padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 150px); }
.booking-copy > p:not(.eyebrow) { max-width: 470px; line-height: 1.7; opacity: .7; }
.booking-meta { margin-top: 55px; display: flex; flex-wrap: wrap; gap: 20px 45px; }
.booking-meta p { display: grid; gap: 7px; }
.booking-meta span { font-size: 9px; text-transform: uppercase; letter-spacing: .17em; opacity: .55; }
.booking-meta strong { font-family: Georgia, serif; font-weight: 400; }
.booking-form { display: grid; gap: 24px; background: var(--paper); color: var(--ink); padding: clamp(30px, 5vw, 65px); }
.booking-form label { display: grid; gap: 10px; }
.booking-form label > span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(16,47,43,.35); border-radius: 0; background: transparent; padding: 12px 0; outline: 0; color: var(--ink); resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-bottom-color: var(--sun); }
.form-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 25px; }
.booking-form .button { border: 0; cursor: pointer; justify-self: start; }
.form-note { margin: -10px 0 0; font-size: 11px; opacity: .55; }
.booking-success { min-height: 550px; background: var(--paper); color: var(--ink); padding: clamp(38px, 6vw, 80px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.booking-success .eyebrow { margin: 60px 0 12px; }
.booking-success h3 { font-size: clamp(54px, 6vw, 84px); }
.booking-success > p:not(.eyebrow) { line-height: 1.7; opacity: .65; }
.booking-success button { margin-top: 35px; border-width: 0 0 1px; background: none; cursor: pointer; }

.site-footer { padding: 58px clamp(24px, 6vw, 92px); background: var(--sand); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 35px; border-top: 1px solid var(--line); }
.site-footer > p { font-size: 12px; line-height: 1.7; }
.footer-links { display: flex; gap: 28px; font-size: 12px; font-weight: 800; }
.copyright { grid-column: 1 / -1; margin: 15px 0 0; padding-top: 25px; border-top: 1px solid var(--line); opacity: .55; }

@media (max-width: 960px) {
  .site-nav { min-height: 86px; }
  .menu-toggle { display: block; cursor: pointer; }
  .nav-links { display: none; position: absolute; top: 86px; left: -24px; right: -24px; padding: 24px; background: var(--paper); flex-direction: column; align-items: stretch; box-shadow: 0 18px 40px rgba(16,47,43,.12); }
  .nav-links.is-open { display: flex; }
  .nav-links a { text-align: center; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 60px; }
  .harbor-scene { min-height: 450px; height: 56vw; max-height: 600px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading .eyebrow { margin-bottom: 4px; }
  .route-section { min-height: 0; grid-template-columns: 1fr; }
  .route-art { min-height: 620px; }
  .sea-route .route-art { grid-row: 1; }
  .experience-section { grid-template-columns: 1fr 1fr; }
  .experience-quote { grid-column: 1 / -1; min-height: 320px; }
  .faq-section, .booking-section { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .hero { padding: 0 20px; }
  .brand-copy strong { font-size: 15px; }
  .compass-mark { width: 46px; height: 46px; }
  .hero-grid { gap: 48px; min-height: 0; padding: 56px 0 28px; }
  .hero h1 { font-size: clamp(59px, 19vw, 86px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .harbor-scene { min-height: 390px; height: 116vw; border-radius: 180px 180px 0 0; }
  .scene-boat { width: 60%; left: 22%; }
  .hero-footer { padding: 18px 0; align-items: flex-start; flex-direction: column; }
  .hero-footer p { margin: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; }
  .route-art { min-height: 480px; }
  .route-content { padding: 78px 24px; }
  .route-list li { grid-template-columns: 1fr; gap: 8px; }
  .charter-options { grid-template-columns: 1fr; }
  .experience-section { grid-template-columns: 1fr; }
  .experience-quote { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

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