:root {
  --navy: #173b49;
  --navy-deep: #0f2a34;
  --blue: #86aeb8;
  --blue-soft: #dcebed;
  --peach: #f6b7a3;
  --peach-pale: #fde5dc;
  --cream: #fffaf5;
  --white: #ffffff;
  --ink: #26363b;
  --muted: #64757a;
  --line: #d8e0df;
  --shadow: 0 24px 60px rgba(15, 42, 52, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; left: 1rem; top: -5rem; z-index: 100; background: var(--white); padding: .8rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.announcement {
  min-height: 42px;
  padding: .55rem 1rem;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  font-size: .86rem;
  letter-spacing: .015em;
}
.announcement a { margin-left: .55rem; color: var(--peach); font-weight: 800; text-underline-offset: 3px; }
.announcement-paw { display: inline-block; width: 8px; height: 8px; margin-right: .5rem; overflow: hidden; border-radius: 50%; background: var(--peach); color: transparent; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: .65rem clamp(1.1rem, 4vw, 4.5rem);
  background: rgba(255, 250, 245, .94);
  border-bottom: 1px solid rgba(23, 59, 73, .09);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: .8rem; color: var(--navy); text-decoration: none; }
.brand img { width: 63px; height: 63px; border-radius: 50%; object-fit: cover; object-position: center 32%; border: 2px solid var(--peach); }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.brand small { margin-top: .28rem; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; color: var(--muted); }
nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.8rem); }
nav > a { font-size: .91rem; font-weight: 750; text-decoration: none; }
nav > a:not(.button):not(.nav-call):hover { color: #b65f4b; }
.nav-call { color: var(--muted); }
.menu-button { display: none; background: none; border: 0; padding: .5rem; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  min-height: 52px;
  padding: .8rem 1.35rem;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 25px rgba(23, 59, 73, .16);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(23, 59, 73, .2); }
.button-small { min-height: 43px; padding: .55rem 1.05rem; }
.button-peach { background: var(--peach); border-color: var(--peach); color: var(--navy-deep); box-shadow: none; }
.button-outline-light { background: transparent; border-color: rgba(255,255,255,.45); color: var(--white); box-shadow: none; }
.text-link { color: var(--navy); font-weight: 850; text-underline-offset: 5px; }

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 6.5rem);
  max-width: 1450px;
  min-height: 700px;
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1.25rem, 5vw, 5.5rem);
  overflow: hidden;
}
.eyebrow { margin: 0 0 1rem; color: #a65342; font-size: .8rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--peach); }
h1, h2, h3 { margin-top: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.03; }
h1 { margin-bottom: 1.35rem; font-size: clamp(3.4rem, 7.2vw, 6.7rem); font-weight: 500; letter-spacing: -.055em; }
h1 em { color: #c86d57; font-weight: 500; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.5rem, 4.5vw, 4.2rem); font-weight: 500; letter-spacing: -.045em; }
h3 { margin-bottom: .65rem; font-size: 1.75rem; }
.hero-lede { max-width: 630px; margin: 0 0 2rem; color: #4f6369; font-size: clamp(1.08rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.trust-row { display: flex; gap: 1.25rem; flex-wrap: wrap; margin-top: 2.4rem; color: var(--muted); font-size: .88rem; font-weight: 750; }
.trust-row b { color: #c86d57; }
.hero-visual { position: relative; min-height: 520px; }
.hero-visual::before { content: ""; position: absolute; inset: 7% -12% -3% 10%; border-radius: 44% 56% 48% 52%; background: var(--blue-soft); transform: rotate(-4deg); }
.photo-frame { position: absolute; inset: 0 3% 4% 5%; overflow: hidden; border: 12px solid var(--white); border-radius: 48% 52% 39% 61% / 52% 41% 59% 48%; box-shadow: var(--shadow); transform: rotate(2deg); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; left: -5%; bottom: 4%; display: grid; padding: 1rem 1.2rem; border-radius: 16px; background: var(--white); box-shadow: 0 14px 35px rgba(15, 42, 52, .18); transform: rotate(-2deg); }
.hero-note strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.2rem; }
.hero-note span { color: var(--muted); font-size: .82rem; }
.paw { position: absolute; color: var(--peach); font-size: 2rem; filter: saturate(.75); }
.paw-one { top: 1%; right: 1%; transform: rotate(18deg); }
.paw-two { right: -2%; bottom: 10%; transform: rotate(-18deg) scale(.75); }

.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1250px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 4rem) 5rem; }
.quick-facts > div { display: grid; gap: .25rem; padding: 1.2rem 1.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-facts > div + div { border-left: 1px solid var(--line); }
.quick-facts span { color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quick-facts strong { color: var(--navy); font-size: .94rem; }
.quick-facts a { text-decoration: none; }

.section { max-width: 1300px; margin: 0 auto; padding: clamp(5rem, 9vw, 8.5rem) clamp(1.25rem, 4vw, 4rem); }
.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 520px; margin: 0 0 .6rem; color: var(--muted); font-size: 1.05rem; }
.appointment-notice { display: grid; grid-template-columns: auto 1fr; gap: .55rem 1.2rem; align-items: center; margin: -1rem 0 1.25rem; padding: 1rem 1.2rem; border: 1px solid rgba(183,95,73,.28); border-radius: 18px; background: var(--peach-pale); color: var(--navy); }
.appointment-notice strong { font-size: 1rem; }
.appointment-notice span { color: var(--muted); line-height: 1.55; }
.schedule-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 0 0 1rem; }
.schedule-summary > div { padding: 1.4rem 1.5rem; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.48); }
.schedule-summary h3 { margin: .15rem 0 .35rem; color: var(--navy); font-size: 1.15rem; }
.schedule-summary p:last-child { margin: 0; color: var(--muted); font-size: .94rem; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.service-card { position: relative; grid-column: span 2; min-height: 355px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.62); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.featured-card { background: var(--peach-pale); border-color: transparent; }
.cruise-card { background: var(--blue-soft); border-color: transparent; }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 2.8rem; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 1.45rem; }
.card-kicker { margin: 0 0 .35rem; color: #b75f49; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.service-card > p:not(.card-kicker) { color: var(--muted); }
.service-card > a { position: absolute; left: 2rem; bottom: 1.7rem; color: var(--navy); font-weight: 850; text-decoration: none; }
.service-card > a:hover { text-decoration: underline; text-underline-offset: 4px; }

.cruise-section { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); min-height: 720px; background: linear-gradient(145deg, var(--blue-soft), #bfd7dc); color: var(--navy); overflow: hidden; }
.cruise-art { position: relative; display: grid; place-items: center; min-height: 620px; padding: 4rem; background: transparent; }
.cruise-art::before, .cruise-art::after { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(23,59,73,.12); border-radius: 50%; }
.cruise-art::after { width: 470px; height: 470px; }
.cruise-art img { position: relative; z-index: 1; width: min(570px, 95%); border-radius: 28px; box-shadow: 0 28px 55px rgba(15,42,52,.22); }
.cruise-copy { align-self: center; max-width: 700px; padding: clamp(4rem, 8vw, 8rem); }
.cruise-copy h2 { color: var(--navy-deep); }
.cruise-copy > p:not(.eyebrow) { max-width: 570px; color: #4f686f; font-size: 1.13rem; }
.route-list { display: flex; flex-wrap: wrap; gap: .65rem; margin: 2rem 0 2.4rem; padding: 0; list-style: none; }
.route-list li { padding: .55rem .85rem; border: 1px solid rgba(23,59,73,.2); border-radius: 999px; background: rgba(255,255,255,.35); color: var(--navy); font-size: .84rem; font-weight: 800; }

.why { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.why-photo { position: relative; }
.why-photo::before { content: ""; position: absolute; inset: -20px 35px 25px -20px; border-radius: 30px; background: var(--peach-pale); transform: rotate(-3deg); }
.why-photo img { position: relative; width: 100%; height: 620px; object-fit: cover; object-position: 60% center; border-radius: 32px; box-shadow: var(--shadow); }
.photo-caption { position: absolute; right: -22px; bottom: 35px; padding: .9rem 1.1rem; border-radius: 14px; background: var(--white); color: var(--navy); font-family: Georgia, serif; font-size: 1.05rem; box-shadow: var(--shadow); transform: rotate(2deg); }
.large-copy { color: #4f6369; font-family: Georgia, serif; font-size: 1.35rem; }
.credential-list { margin-top: 2.5rem; }
.credential-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid var(--line); }
.credential-list span { color: #c86d57; font-size: .78rem; font-weight: 900; }
.credential-list p { margin: 0; color: var(--muted); }
.credential-list strong { display: block; margin-bottom: .2rem; color: var(--navy); }

.requirements { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); max-width: 1400px; border-radius: 42px; background: var(--blue-soft); }
.requirements-intro > p:last-child { color: #526b72; }
.requirements-list { display: grid; }
.requirements-list > div { display: grid; grid-template-columns: 58px 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(23,59,73,.16); }
.requirements-list > div:first-child { border-top: 1px solid rgba(23,59,73,.16); }
.requirements-list span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--white); color: #b75f49; font-weight: 900; }
.requirements-list p { margin: 0; color: #526b72; }
.requirements-list strong { display: block; color: var(--navy); }

.contact-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: center; margin-top: clamp(5rem, 10vw, 9rem); padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 8vw, 8rem); background: #1a4655; color: var(--white); }
.contact-section h2 { max-width: 700px; color: var(--white); }
.contact-section p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.contact-section .arrival-policy { margin-top: 1.2rem; padding-left: 1rem; border-left: 3px solid var(--peach); color: rgba(255,255,255,.86); }
.contact-section .arrival-policy strong { color: var(--white); }
.contact-actions { display: grid; gap: .8rem; }
.contact-phone { margin-top: .6rem; color: rgba(255,255,255,.72); text-align: center; text-decoration: none; }
.contact-phone strong { color: var(--white); }

footer { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; align-items: center; padding: 3rem clamp(1.25rem, 5vw, 5rem); background: #112e38; color: rgba(255,255,255,.74); }
.footer-brand { display: flex; align-items: center; gap: .9rem; }
.footer-brand img { width: 66px; height: 66px; border-radius: 50%; object-fit: cover; object-position: center 32%; }
.footer-brand div { display: grid; }
.footer-brand strong { color: var(--white); font-family: Georgia, serif; font-size: 1.15rem; }
.footer-brand span { font-size: .78rem; }
.footer-contact { display: flex; justify-content: flex-end; gap: .85rem 1.4rem; flex-wrap: wrap; font-size: .86rem; }
.footer-contact a { color: var(--white); text-decoration: none; }
.footer-note, .copyright { margin: 0; font-size: .78rem; }
.copyright { text-align: right; }
.mobile-book { display: none; }

@media (max-width: 1080px) {
  nav > a:not(.button) { display: none; }
  .hero { grid-template-columns: 1fr 1fr; min-height: 650px; gap: 2.5rem; }
  .hero-visual { min-height: 460px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; }
  .cruise-copy { padding: 4rem; }
}

@media (max-width: 760px) {
  body { padding-bottom: 72px; }
  .announcement { font-size: .75rem; }
  .announcement a { display: none; }
  .site-header { min-height: 76px; padding: .5rem 1rem; }
  .brand img { width: 52px; height: 52px; }
  .brand strong { font-size: 1.1rem; }
  .brand small { font-size: .58rem; }
  .menu-button { display: block; }
  nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 1.2rem; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(15,42,52,.12); }
  nav.open { display: grid; }
  nav.open > a { display: flex; padding: .7rem; }
  .nav-call { display: none !important; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 3.5rem; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-visual { min-height: 410px; margin-top: .5rem; }
  .photo-frame { inset: 0 1% 4%; }
  .hero-note { left: 0; bottom: 0; }
  .trust-row { gap: .6rem 1rem; }
  .quick-facts { grid-template-columns: 1fr; padding-bottom: 2rem; }
  .quick-facts > div + div { border-left: 0; border-top: 0; }
  .section-heading, .why, .requirements, .contact-section { grid-template-columns: 1fr; }
  .appointment-notice { grid-template-columns: 1fr; }
  .schedule-summary { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .cruise-section { grid-template-columns: 1fr; }
  .cruise-art { min-height: 400px; padding: 2.5rem 1.25rem 1rem; }
  .cruise-copy { padding: 1.5rem 1.25rem 4rem; }
  .why-photo img { height: 480px; }
  .photo-caption { right: 12px; }
  .requirements { border-radius: 0; }
  .contact-section { gap: 2rem; }
  footer { grid-template-columns: 1fr; padding-bottom: 3rem; }
  .footer-contact { justify-content: flex-start; }
  .copyright { text-align: left; }
  .mobile-book { position: fixed; z-index: 80; left: 1rem; right: 1rem; bottom: .75rem; display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: .85rem 1.2rem; border-radius: 999px; background: var(--peach); color: var(--navy-deep); font-weight: 900; text-decoration: none; box-shadow: 0 12px 28px rgba(15,42,52,.28); }
}

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