:root {
  --navy: #102f4c;
  --navy-deep: #071e33;
  --coral: #a75d55;
  --coral-dark: #7e423d;
  --watermelon: #df6b65;
  --watermelon-dark: #a94543;
  --emerald: #0b665f;
  --emerald-deep: #06453f;
  --cream: #f4f3ef;
  --cream-deep: #d7dee2;
  --turquoise: #7faeb3;
  --turquoise-dark: #3f737a;
  --gold: #b9a36e;
  --ink: #182634;
  --muted: #5d6975;
  --white: #fff;
  --shadow: 0 24px 70px rgba(11, 36, 64, .16);
  font-family: "Aptos", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); }
a { color: 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; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--white); padding: 12px; }
.skip-link:focus { left: 8px; }
.coral { color: var(--gold); }

.site-header {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 5vw, 82px);
  color: var(--white);
  background: var(--navy);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 25px; font-weight: 900; letter-spacing: -.8px; }
.brand-mark { position: relative; width: 48px; height: 38px; border: 2px solid var(--gold); border-radius: 13px; background: var(--cream); }
.brand-mark::after { content: ""; position: absolute; left: 7px; bottom: -7px; width: 12px; height: 12px; background: var(--cream); border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-42deg); }
.brand-wave { position: absolute; left: 11px; right: 8px; top: 18px; height: 6px; border-bottom: 4px solid var(--turquoise); border-radius: 50%; transform: rotate(-3deg); }
nav { display: flex; gap: 30px; }
nav a { color: var(--white); text-decoration: none; font-weight: 750; }
nav a:hover, nav a:focus-visible { color: var(--gold); }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); align-items: center; gap: clamp(28px, 6vw, 90px); padding: 64px clamp(20px, 6vw, 100px) 82px; background: linear-gradient(135deg, #fbfbf9 0, var(--cream) 56%, #e3e9eb 100%); }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 12px; color: var(--turquoise-dark); font-size: 14px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; color: var(--navy); font-size: clamp(66px, 8vw, 124px); line-height: .93; letter-spacing: -.065em; }
.hero-line { margin: 28px 0 0; color: var(--navy); font-size: clamp(27px, 3vw, 43px); line-height: 1.12; font-weight: 850; }
.hero-detail { max-width: 660px; margin: 20px 0 0; color: var(--muted); font-size: 19px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 15px; font-size: 17px; font-weight: 850; text-decoration: none; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--navy), #17546a); box-shadow: 0 12px 30px rgba(7, 30, 51, .24); }
.button-primary:hover, .button-primary:focus-visible { background: linear-gradient(135deg, #174e6a, var(--emerald)); }
.button-secondary { color: var(--navy); border: 2px solid var(--navy); background: rgba(255,255,255,.55); }
.platform-note { margin: 18px 0 0; color: var(--muted); }

.holiday-scene { position: relative; margin: 0; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid #8ea2ad; border-radius: 30px; background: var(--navy-deep); box-shadow: var(--shadow); isolation: isolate; }
.holiday-scene::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, transparent 50%, rgba(7,30,51,.58) 100%); }
.scene-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.scene-note { position: absolute; z-index: 2; left: 24px; bottom: 20px; margin: 0; color: var(--white); font-size: 16px; font-weight: 750; letter-spacing: .01em; text-shadow: 0 2px 12px rgba(7,30,51,.8); }

.island-story {
  position: relative;
  min-height: clamp(680px, 66vw, 1050px);
  display: grid;
  align-content: start;
  justify-items: center;
  overflow: hidden;
  padding: clamp(58px, 7vw, 112px) clamp(20px, 6vw, 100px);
  color: var(--white);
  background-image:
    linear-gradient(180deg, rgba(4,25,39,.15) 0%, rgba(4,25,39,0) 48%, rgba(4,25,39,.72) 100%),
    url('/assets/ahoythere-island-story.png');
  background-position: center;
  background-size: cover;
  isolation: isolate;
}
.island-story::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 12%, rgba(255,255,255,.18), transparent 35%);
}
.island-story-mobile { display: none; }
.island-story-copy { max-width: 820px; text-align: center; text-shadow: 0 3px 24px rgba(4,25,39,.75); }
.island-story-copy .eyebrow { color: #d8fbf4; }
.island-story-copy h2 { margin: 0; color: var(--white); font-size: clamp(52px, 7vw, 102px); line-height: .93; letter-spacing: -.055em; }
.island-story-copy p:last-child { max-width: 690px; margin: 20px auto 0; font-size: clamp(18px, 2vw, 25px); line-height: 1.45; font-weight: 650; }
.story-message {
  position: absolute;
  right: clamp(22px, 7vw, 130px);
  bottom: clamp(28px, 5vw, 78px);
  width: min(380px, calc(100% - 44px));
  display: grid;
  gap: 7px;
  padding: 20px 22px;
  border: 2px solid rgba(223,107,101,.72);
  border-radius: 22px 22px 6px 22px;
  color: var(--navy-deep);
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 60px rgba(4,25,39,.28);
  backdrop-filter: blur(14px);
}
.story-message span { color: var(--turquoise-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.story-message strong { font-size: 20px; }
.story-message small { color: var(--muted); font-weight: 650; }

.section { padding: 96px clamp(20px, 7vw, 120px); }
.section h2 { max-width: 850px; margin: 0 0 38px; color: var(--navy); font-size: clamp(36px, 5vw, 64px); line-height: 1.04; letter-spacing: -.045em; }
.steps, .feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.steps article, .feature-grid article { padding: 28px; border: 1px solid var(--cream-deep); border-radius: 24px; background: var(--white); box-shadow: 0 12px 35px rgba(11,36,64,.07); }
.steps h3, .feature-grid h3 { margin: 16px 0 7px; color: var(--navy); font-size: 22px; }
.steps p, .feature-grid p, .family-card p { color: var(--muted); font-size: 16px; line-height: 1.6; }
.step-number { display: inline-grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--white); background: var(--watermelon-dark); box-shadow: 0 7px 18px rgba(169,69,67,.24); font-weight: 900; }
.journey-section {
  position: relative;
  margin-top: -2px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 0, rgba(127,174,179,.38), transparent 32%),
    linear-gradient(145deg, var(--navy-deep) 0%, var(--emerald-deep) 58%, var(--emerald) 100%);
}
.journey-section::before { content: ""; position: absolute; left: 0; right: 0; top: -54px; height: 56px; background: linear-gradient(to top right, #082b42 49%, transparent 51%); }
.journey-section .eyebrow { color: #9ee6e5; }
.journey-section h2 { color: var(--white); }
.journey-section .steps article { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.91); box-shadow: 0 20px 55px rgba(4,25,39,.26); backdrop-filter: blur(10px); }
.ocean-features {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(222,245,241,.93), rgba(241,246,241,.98)),
    url('/assets/ahoythere-island-story.png') center 64% / cover;
}
.ocean-features::after { content: ""; position: absolute; right: -80px; top: -140px; width: 420px; height: 420px; border: 70px solid rgba(31,122,128,.08); border-radius: 50%; }
.ocean-features > * { position: relative; z-index: 1; }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ocean-features .feature-grid article { border-color: rgba(24,77,82,.19); background: rgba(255,255,255,.79); box-shadow: 0 18px 46px rgba(7,53,61,.12); backdrop-filter: blur(12px); }
.feature-grid article > span { font-size: 31px; }

.family-card { display: grid; grid-template-columns: 1fr 270px; align-items: center; gap: 45px; margin: 75px clamp(20px, 7vw, 120px); padding: 54px; border: 2px solid rgba(223,107,101,.62); border-radius: 32px; background: linear-gradient(135deg, var(--navy), var(--emerald-deep)); box-shadow: var(--shadow); }
.family-card h2, .family-card p { color: var(--white); }
.family-card h2 { margin-bottom: 18px; }
.family-badge { display: grid; place-items: center; min-height: 190px; border: 3px solid var(--gold); border-radius: 50%; color: var(--navy); background: var(--cream); transform: rotate(2deg); }
.family-badge span { font-size: 25px; font-weight: 700; }
.family-badge strong { margin-top: -22px; font-size: 48px; }
.family-badge small { margin-top: -22px; color: var(--coral-dark); font-weight: 900; }

.faq-stage {
  position: relative;
  padding: clamp(60px, 8vw, 120px) clamp(20px, 6vw, 100px);
  background-image:
    linear-gradient(90deg, rgba(4,25,39,.18), rgba(4,25,39,.72) 42%, rgba(4,25,39,.72) 68%, rgba(4,25,39,.2)),
    url('/assets/ahoythere-island-story.png');
  background-position: center;
  background-size: cover;
}
.faq { max-width: 930px; margin: 0 auto; padding: clamp(36px, 5vw, 70px); border: 1px solid rgba(255,255,255,.28); border-radius: 34px; background: rgba(7,30,51,.84); box-shadow: 0 28px 80px rgba(4,25,39,.34); backdrop-filter: blur(12px); }
.faq .eyebrow { color: #9ee6e5; }
.faq h2 { color: var(--white); }
details { margin-top: 14px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.32); border-radius: 18px; background: rgba(255,255,255,.93); }
details[open] { border-color: var(--watermelon); box-shadow: 0 10px 30px rgba(4,25,39,.16); }
summary { cursor: pointer; color: var(--navy); font-size: 18px; font-weight: 850; }
details p { color: var(--muted); line-height: 1.65; }

footer { padding: 55px clamp(20px, 7vw, 120px); color: var(--white); background: var(--navy-deep); text-align: center; }
.footer-brand { justify-content: center; }
footer p { color: #dbe9f3; }
footer a { color: var(--white); }
.legal { font-size: 12px; opacity: .76; }

@media (max-width: 920px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .holiday-scene { min-height: 0; }
  .steps, .feature-grid { grid-template-columns: 1fr 1fr; }
  .family-card { grid-template-columns: 1fr; }
  .family-badge { width: 230px; justify-self: center; }
  .island-story { min-height: 790px; background-position: 42% center; }
}

@media (max-width: 620px) {
  .site-header { height: 68px; }
  .brand { font-size: 22px; }
  .brand-mark { width: 42px; height: 34px; }
  .hero { min-height: auto; padding-bottom: 55px; }
  h1 { font-size: 62px; }
  .hero-line { font-size: 28px; }
  .hero-detail { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .holiday-scene { min-height: 0; border-radius: 22px; }
  .scene-note { left: 16px; bottom: 14px; font-size: 14px; }
  .island-story { min-height: auto; display: block; padding: 48px 20px 32px; background: linear-gradient(145deg, var(--navy-deep), var(--emerald)); }
  .island-story-mobile { display: block; width: calc(100% + 40px); height: auto; margin: 30px -20px 0; box-shadow: 0 22px 55px rgba(4,25,39,.3); }
  .island-story-copy { text-align: left; justify-self: stretch; }
  .island-story-copy h2 { font-size: 54px; }
  .story-message { position: relative; right: auto; bottom: auto; width: 100%; margin-top: -18px; }
  .section { padding: 70px 20px; }
  .section h2 { font-size: 42px; }
  .steps, .feature-grid { grid-template-columns: 1fr; }
  .family-card { margin: 35px 20px; padding: 34px 24px; }
  .faq-stage { padding: 42px 16px; background-position: 43% center; }
  .faq { padding: 32px 18px; border-radius: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
