:root {
  --navy: #073b4c;
  --navy-deep: #032a38;
  --aqua: #08a6a6;
  --aqua-pale: #c8f1ed;
  --coral: #f2644b;
  --sun: #ffca3a;
  --sand: #fff8e8;
  --white: #ffffff;
  --text: #173845;
  --muted: #617984;
  --line: #c9ddd9;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sand); color: var(--text); font-family: ui-rounded, "Trebuchet MS", Arial, sans-serif; font-size: 1rem; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: -5rem; left: 1rem; padding: .75rem 1rem; background: var(--navy); color: white; }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 .65rem; color: var(--coral); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.03; letter-spacing: -.025em; }
h1 { max-width: 12ch; font-size: clamp(3rem, 8vw, 6.4rem); }
h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
h3 { font-size: 1.6rem; }
p { margin: 0 0 1rem; }
.lede { max-width: 58ch; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.announcement { background: var(--navy); color: white; font-size: .84rem; }
.announcement .shell { min-height: 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.announcement a { color: var(--sun); font-weight: 900; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-row { min-height: 6.7rem; display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 2rem; }
.brand img { width: 132px; height: auto; }
.nav ul { display: flex; align-items: center; justify-content: center; gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
.nav a { color: var(--navy); font-size: .88rem; font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--coral); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 3.1rem; padding: .75rem 1.25rem; border: 2px solid var(--coral); border-radius: 999px; background: var(--coral); color: white; font-weight: 900; text-decoration: none; cursor: pointer; }
.btn:hover { background: var(--navy); border-color: var(--navy); }
.btn.aqua { background: var(--aqua); border-color: var(--aqua); }
.btn.sun { background: var(--sun); border-color: var(--sun); color: var(--navy); }
.btn.ghost { background: transparent; border-color: var(--navy); color: var(--navy); }
.menu-toggle { display: none; width: 3rem; height: 3rem; border: 2px solid var(--navy); border-radius: 50%; background: transparent; color: var(--navy); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 1.25rem; height: 2px; margin: .25rem auto; background: currentColor; }
.hero { position: relative; overflow: hidden; padding-block: clamp(3.5rem, 7vw, 6rem); background: var(--aqua-pale); }
.hero::before { content: ""; position: absolute; width: 330px; height: 330px; top: -130px; right: 7vw; border-radius: 50%; background: var(--sun); }
.hero-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.hero-copy h1 em { color: var(--coral); font-style: normal; }
.hero-copy .lede { margin-top: 1.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.hero-mosaic { position: relative; min-height: 570px; }
.hero-mosaic .main-photo { position: absolute; inset: 0 4rem 2.5rem 0; width: calc(100% - 4rem); height: calc(100% - 2.5rem); object-fit: cover; border: 10px solid white; border-radius: 48% 48% 3rem 3rem; box-shadow: 0 25px 70px rgba(7,59,76,.18); }
.hero-mosaic .mini-photo { position: absolute; right: 0; bottom: 0; width: 210px; height: 230px; object-fit: cover; border: 8px solid white; border-radius: 50% 50% 1.6rem 1.6rem; }
.tour-pass { position: absolute; z-index: 3; left: -2rem; bottom: 1rem; width: 220px; padding: 1rem; border: 2px dashed rgba(7,59,76,.35); border-radius: 1rem; background: var(--sun); color: var(--navy); transform: rotate(-3deg); }
.tour-pass strong { display: block; font-family: Georgia, serif; font-size: 1.3rem; }
.tour-pass span { font-size: .82rem; font-weight: 850; }
.quick-facts { background: var(--white); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-item { padding: 1.4rem; border-right: 1px solid var(--line); }
.quick-item:last-child { border-right: 0; }
.quick-item strong { display: block; color: var(--navy); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.quick-item span { color: var(--muted); font-size: .9rem; }
.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section.white { background: var(--white); }
.section.aqua { background: var(--aqua-pale); }
.section.navy { background: var(--navy); color: white; }
.navy h2, .navy h3 { color: white; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-head p { max-width: 46ch; color: var(--muted); }
.navy .section-head p { color: #d0e4e8; }
.tour-feature { display: grid; grid-template-columns: 1.2fr .8fr; background: white; border-radius: 2rem; overflow: hidden; box-shadow: 0 24px 60px rgba(7,59,76,.12); }
.tour-feature-photo { min-height: 520px; }
.tour-feature-photo img { width: 100%; height: 100%; object-fit: cover; }
.tour-feature-copy { align-self: center; padding: clamp(2rem, 5vw, 4rem); }
.price { display: inline-flex; align-items: baseline; gap: .35rem; margin: 1rem 0; color: var(--coral); font-family: Georgia, serif; font-size: 2.5rem; font-weight: 800; }
.price small { color: var(--muted); font-family: inherit; font-size: .85rem; font-weight: 700; }
.stamp-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.stamp { position: relative; min-height: 190px; padding: 1.5rem; border: 2px dashed rgba(7,59,76,.25); border-radius: 50% 50% 1.4rem 1.4rem; background: var(--white); text-align: center; }
.stamp::before { content: attr(data-number); display: block; margin-bottom: .6rem; color: var(--coral); font-family: Georgia, serif; font-size: 2.4rem; font-weight: 900; line-height: 1; }
.photo-ribbon { display: grid; grid-template-columns: repeat(5, 1fr); gap: .65rem; }
.photo-ribbon figure { aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border-radius: 999px 999px 1rem 1rem; background: var(--navy); }
.photo-ribbon figure:nth-child(even) { transform: translateY(2rem); }
.photo-ribbon img { width: 100%; height: 100%; object-fit: cover; }
.page-hero { position: relative; overflow: hidden; padding-block: clamp(3rem, 7vw, 5rem); background: var(--navy); color: white; }
.page-hero::after { content: ""; position: absolute; width: 240px; height: 240px; right: -60px; bottom: -120px; border-radius: 50%; background: var(--sun); }
.page-hero .shell { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 400px; align-items: center; gap: 3rem; }
.page-hero h1 { max-width: 13ch; color: white; font-size: clamp(2.8rem, 7vw, 5.4rem); }
.page-hero p { max-width: 58ch; color: #d1e5e9; font-size: 1.08rem; }
.page-hero-photo { height: 330px; overflow: hidden; border: 8px solid white; border-radius: 50% 50% 1.4rem 1.4rem; }
.page-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumbs { margin-bottom: 1rem; color: #a7c7cf; font-size: .84rem; }
.breadcrumbs a { color: var(--sun); text-decoration: none; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.prose h2 { margin: 2.5rem 0 1rem; font-size: clamp(2rem, 4vw, 3rem); }
.prose h3 { margin: 2rem 0 .75rem; }
.prose p, .prose li { color: #35545f; }
.prose li { margin-bottom: .55rem; }
.sidebar { position: sticky; top: 8rem; }
.side-card { padding: 1.5rem; border: 2px dashed rgba(7,59,76,.28); border-radius: 1.4rem; background: white; box-shadow: 0 20px 45px rgba(7,59,76,.09); }
.side-card h2 { margin-bottom: 1rem; font-size: 2.3rem; }
.side-card .btn { width: 100%; margin-top: .5rem; }
.side-card a:not(.btn) { display: block; margin-top: .65rem; color: var(--aqua); font-weight: 900; }
.itinerary { display: grid; gap: 0; margin: 2rem 0; counter-reset: step; }
.itinerary-item { position: relative; padding: 0 0 2rem 4.2rem; counter-increment: step; }
.itinerary-item:not(:last-child)::before { content: ""; position: absolute; left: 1.45rem; top: 3rem; bottom: 0; width: 3px; background: var(--aqua-pale); }
.itinerary-item::after { content: counter(step); position: absolute; left: 0; top: 0; width: 3rem; height: 3rem; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-weight: 900; }
.itinerary-item h3 { margin-bottom: .45rem; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.info-card { padding: 1.5rem; border-radius: 1.3rem; background: white; border: 1px solid var(--line); }
.info-card h2 { margin-bottom: .75rem; font-size: 2rem; }
.info-card p { color: var(--muted); }
.gallery-grid { columns: 4 230px; column-gap: .9rem; }
.gallery-grid figure { break-inside: avoid; margin: 0 0 .9rem; overflow: hidden; border-radius: 1.2rem; background: var(--navy); }
.gallery-grid img { width: 100%; height: auto; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review { margin: 0; padding: 1.7rem; border-radius: 1.4rem; background: white; border-top: 8px solid var(--sun); }
.review p { color: #35545f; }
.review cite { color: var(--coral); font-style: normal; font-weight: 900; }
.listing { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.listing-card { position: relative; min-height: 330px; overflow: hidden; border-radius: 1.5rem; background: var(--navy); color: white; }
.listing-card img { width: 100%; height: 100%; object-fit: cover; opacity: .53; transition: transform .4s ease; }
.listing-card:hover img { transform: scale(1.035); }
.listing-copy { position: absolute; inset: auto 0 0; padding: 1.5rem; background: rgba(3,42,56,.9); }
.listing-copy h2 { color: white; font-size: 2rem; }
.listing-copy p { color: #d7e8eb; }
.listing-copy a::after { content: ""; position: absolute; inset: 0; }
.faq-list { display: grid; gap: .8rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 1rem; background: white; }
.faq-list summary { padding: 1rem 1.2rem; cursor: pointer; color: var(--navy); font-weight: 900; }
.faq-list p { padding: 0 1.2rem 1.2rem; color: #35545f; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: .84rem; font-weight: 900; }
.field input, .field select, .field textarea { width: 100%; min-height: 3.25rem; padding: .75rem; border: 1px solid #9db8bd; border-radius: .7rem; background: white; color: var(--text); }
.field textarea { min-height: 8rem; resize: vertical; }
.form-note { margin-top: 1rem; color: var(--muted); font-size: .88rem; }
.form-status { min-height: 1.5rem; color: var(--aqua); font-weight: 900; }
.contact-panel { padding: clamp(2rem, 5vw, 3.5rem); border-radius: 2rem; background: var(--navy); color: white; }
.contact-panel h2 { margin-bottom: 1rem; color: white; }
.contact-panel a { color: var(--sun); font-weight: 900; }
.legal { max-width: 820px; }
.legal h2 { margin: 2.5rem 0 .8rem; font-size: 2.4rem; }
.article-meta { margin: 1rem 0 1.5rem; color: #a7c7cf; font-size: .85rem; }
.cta-band { padding-block: 3rem; background: var(--coral); color: white; }
.cta-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { color: white; }
.cta-band .btn { background: var(--sun); border-color: var(--sun); color: var(--navy); }
.site-footer { background: var(--navy-deep); color: #b9d2d7; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 3rem; padding-block: 4rem; }
.footer-brand img { width: 150px; margin-bottom: 1rem; }
.footer-grid h2 { margin-bottom: 1rem; color: white; font-size: 1.45rem; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a { color: white; text-decoration: none; }
.footer-links a:hover { color: var(--sun); }
.footer-bottom { padding-block: 1.1rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

@media (max-width: 980px) {
  .header-row { grid-template-columns: 1fr auto auto; min-height: 5.8rem; }
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 8.3rem 0 0; padding: 1.5rem; background: white; transform: translateX(100%); transition: transform .25s ease; }
  .nav.open { transform: translateX(0); }
  .nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .nav a { display: block; padding: .85rem 0; border-bottom: 1px solid var(--line); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 740px; }
  .hero-mosaic { min-height: 540px; }
  .page-hero .shell { grid-template-columns: 1fr 310px; }
  .tour-feature { grid-template-columns: 1fr; }
  .tour-feature-photo { min-height: 440px; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .shell { width: min(calc(100% - 1.25rem), var(--max)); }
  .announcement .shell { min-height: 2.9rem; font-size: .75rem; }
  .announcement span:last-child { display: none; }
  .header-row { grid-template-columns: 1fr auto; }
  .brand img { width: 105px; }
  .header-row > .btn { display: none; }
  .nav { inset: 8.7rem 0 0; }
  h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .hero::before { width: 210px; height: 210px; }
  .hero-mosaic { min-height: 460px; }
  .hero-mosaic .main-photo { inset: 0 1.8rem 2rem 0; width: calc(100% - 1.8rem); }
  .hero-mosaic .mini-photo { width: 145px; height: 170px; }
  .tour-pass { left: .5rem; width: 190px; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-item:nth-child(2) { border-right: 0; }
  .quick-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head { align-items: flex-start; flex-direction: column; }
  .stamp-list, .review-grid, .listing, .form-grid, .info-grid { grid-template-columns: 1fr; }
  .photo-ribbon { grid-template-columns: 1fr 1fr; }
  .photo-ribbon figure:nth-child(even) { transform: none; }
  .photo-ribbon figure:last-child { grid-column: 1 / -1; aspect-ratio: 16 / 10; border-radius: 1rem; }
  .page-hero .shell { grid-template-columns: 1fr; }
  .page-hero-photo { display: none; }
  .field.full { grid-column: auto; }
  .cta-band .shell { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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