:root {
  --ink: #123c40;
  --ink-2: #31575a;
  --sea: #188d87;
  --sea-dark: #0e6f6a;
  --foam: #fdfbf6;
  --sand: #f2eadf;
  --sand-2: #e4d6c4;
  --coral: #e98268;
  --sun: #f2c46d;
  --line: rgba(18, 60, 64, .14);
  --white: #fff;
  --shadow: 0 24px 70px rgba(18, 60, 64, .13);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--foam);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: var(--white); padding: 12px 18px; border-radius: 999px; }
.skip-link:focus { top: 16px; }

h1, h2, h3, .serif { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.025em; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { font-size: clamp(3.25rem, 7vw, 6.8rem); line-height: .96; margin: 0; }
h2 { font-size: clamp(2.3rem, 4.8vw, 4.4rem); line-height: 1.02; margin: 0; }
h3 { font-size: 1.7rem; line-height: 1.16; margin: 0; }
p { margin: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--sea-dark); font-size: .76rem; line-height: 1; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #c9f0eb; }
.lede { max-width: 650px; color: var(--ink-2); font-size: clamp(1.05rem, 1.7vw, 1.28rem); line-height: 1.65; }
.section-head { display: grid; gap: 20px; margin-bottom: 48px; }
.section-head.center { justify-items: center; text-align: center; margin-inline: auto; }
.section-head.center .lede { margin-inline: auto; }
.section { padding: clamp(80px, 10vw, 138px) 0; }
.section.compact { padding: 72px 0; }
.section.sand { background: var(--sand); }
.section.ink { color: var(--white); background: var(--ink); }
.section.ink .lede { color: rgba(255,255,255,.7); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 96px); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stack { display: grid; gap: 22px; }
.stack-sm { display: grid; gap: 12px; }

.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 25px; border: 1px solid transparent; border-radius: 999px; background: var(--sea); color: var(--white); font-size: .92rem; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.btn:hover { transform: translateY(-2px); background: var(--sea-dark); }
.btn.light { background: var(--white); color: var(--ink); }
.btn.light:hover { background: #e8f7f5; }
.btn.ghost { color: var(--ink); border-color: var(--line); background: transparent; }
.btn.ghost:hover { color: var(--white); border-color: var(--sea); background: var(--sea); }
.btn.coral { background: var(--coral); }
.btn.coral:hover { background: #d86e56; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--sea-dark); font-size: .9rem; font-weight: 800; text-decoration: none; }
.text-link::after { content: "\2192"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(18,60,64,.08); background: rgba(253,251,246,.9); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.logo-mark { position: relative; flex: 0 0 auto; width: 36px; height: 36px; overflow: hidden; border: 0; border-radius: 50%; background: linear-gradient(145deg, var(--ink), var(--sea-dark)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.logo-mark::before { content: ""; position: absolute; left: 7px; right: 7px; bottom: 8px; height: 13px; border: 2px solid transparent; border-bottom-color: #d9f4ef; border-radius: 0 0 50% 50%; transform: rotate(-7deg); }
.logo-mark::after { content: ""; position: absolute; top: 7px; right: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.logo-word { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.32rem; font-weight: 780; line-height: 1; letter-spacing: -.055em; }
.logo-note { display: block; margin-top: 5px; color: #718989; font-size: .53rem; font-weight: 800; line-height: 1; letter-spacing: .16em; text-transform: uppercase; }
.site-footer .logo-mark { background: #f5efe5; box-shadow: none; }
.site-footer .logo-mark::before { border-bottom-color: var(--sea-dark); }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav a { position: relative; color: var(--ink); font-size: .84rem; font-weight: 700; text-decoration: none; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--sea); transition: right .22s ease; }
.main-nav > a:not(.btn):hover::after, .main-nav > a[aria-current="page"]::after { right: 0; }
.main-nav .btn { color: var(--white); min-height: 46px; padding: 10px 20px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 18px; height: 1.5px; margin: 4px auto; background: var(--ink); transition: .2s ease; }

.home-hero { position: relative; min-height: calc(100svh - 76px); display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); }
.home-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,42,45,.84) 0%, rgba(8,42,45,.48) 48%, rgba(8,42,45,.05) 77%), linear-gradient(0deg, rgba(8,42,45,.58) 0%, transparent 58%); z-index: 1; }
.home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 52%; }
.hero-content { position: relative; z-index: 2; width: min(760px, 100%); padding: clamp(80px, 15vh, 170px) 0 78px; color: var(--white); }
.hero-content h1 { margin: 20px 0 24px; }
.hero-content h1 em { color: #d2f4ef; font-weight: 400; }
.hero-content p { max-width: 620px; color: rgba(255,255,255,.82); font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-trust span { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.76); font-size: .83rem; font-weight: 650; }
.hero-trust span::before { content: "\2713"; display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #d2f4ef; font-size: .7rem; }
.scroll-cue { position: absolute; right: 4vw; bottom: 48px; z-index: 2; display: grid; justify-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue::after { content: ""; width: 1px; height: 48px; background: rgba(255,255,255,.48); }

.intro-band { position: relative; z-index: 3; margin-top: -1px; background: var(--sand); }
.intro-items { display: grid; grid-template-columns: repeat(3,1fr); }
.intro-item { padding: 30px 5vw 30px 0; border-right: 1px solid rgba(18,60,64,.12); }
.intro-item + .intro-item { padding-left: 5vw; }
.intro-item:last-child { border-right: 0; }
.intro-item strong { display: block; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.intro-item span { color: var(--ink-2); font-size: .82rem; }

.service-card { position: relative; min-height: 470px; overflow: hidden; border-radius: var(--radius); color: var(--white); box-shadow: var(--shadow); text-decoration: none; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.65,.2,1); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,38,41,.88) 0%, rgba(6,38,41,.12) 70%); }
.service-card-content { position: absolute; inset: auto 0 0; z-index: 1; padding: 32px; }
.service-card .number { color: #caeee9; font-size: .7rem; font-weight: 800; letter-spacing: .18em; }
.service-card h3 { margin: 10px 0; font-size: 2rem; }
.service-card p { color: rgba(255,255,255,.73); font-size: .9rem; }
.service-card:hover img { transform: scale(1.045); }

.mini-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.mini-card .icon { display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: #def3ef; color: var(--sea-dark); font-weight: 800; }
.mini-card h3 { margin-bottom: 10px; font-size: 1.4rem; }
.mini-card p { color: var(--ink-2); font-size: .9rem; }

.image-frame { position: relative; }
.image-frame::before { content: ""; position: absolute; inset: 26px -26px -26px 26px; border-radius: var(--radius); background: #b9dfda; }
.image-frame img { position: relative; width: 100%; height: clamp(520px, 63vw, 650px); object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-frame.small img { height: clamp(460px, 54vw, 580px); }
.floating-note { position: absolute; right: -34px; bottom: 32px; max-width: 220px; padding: 22px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.floating-note strong { display: block; font-family: Georgia,serif; font-size: 1.5rem; font-weight: 400; }
.floating-note span { color: var(--ink-2); font-size: .8rem; }

.island-card { display: grid; grid-template-rows: 270px auto; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.island-card img { width: 100%; height: 100%; object-fit: cover; }
.island-card-body { padding: 26px; }
.island-card h3 { margin: 8px 0 10px; }
.island-card p { margin-bottom: 18px; color: var(--ink-2); font-size: .9rem; }
.island-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.tag { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: #e5f4f1; color: var(--sea-dark); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.quote-block { position: relative; padding: clamp(38px, 7vw, 74px); border-radius: var(--radius); background: var(--ink); color: var(--white); overflow: hidden; }
.quote-block::before { content: "\201C"; position: absolute; right: 40px; top: -30px; color: rgba(255,255,255,.07); font-family: Georgia,serif; font-size: 15rem; line-height: 1; }
.quote-block blockquote { max-width: 870px; margin: 0; font-family: Georgia,serif; font-size: clamp(1.75rem, 4vw, 3.5rem); line-height: 1.2; letter-spacing: -.02em; }
.quote-block footer { margin-top: 24px; color: #a8d4cf; font-size: .83rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step { counter-increment: steps; padding: 28px; border-top: 1px solid var(--line); }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 38px; color: var(--coral); font-family: Georgia,serif; font-size: 1.15rem; }
.step h3 { margin-bottom: 10px; font-size: 1.35rem; }
.step p { color: var(--ink-2); font-size: .88rem; }

.faq-list { max-width: 860px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 54px 24px 0; list-style: none; cursor: pointer; font-family: Georgia,serif; font-size: 1.3rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; top: 22px; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--sea); font-family: sans-serif; font-size: 1rem; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 40px 24px 0; color: var(--ink-2); }

.cta-panel { position: relative; overflow: hidden; padding: clamp(44px, 7vw, 80px); border-radius: var(--radius); color: var(--white); background: var(--sea-dark); }
.cta-panel::after { content: ""; position: absolute; width: 440px; height: 440px; right: -160px; top: -220px; border: 85px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-panel h2 { position: relative; z-index: 1; max-width: 780px; margin: 18px 0 26px; }
.cta-panel .btn { position: relative; z-index: 1; }

.page-hero { position: relative; min-height: 68vh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--ink); }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,39,42,.84), rgba(7,39,42,.2)), linear-gradient(0deg, rgba(7,39,42,.62), transparent 65%); }
.page-hero-content { position: relative; z-index: 1; max-width: 850px; padding: 110px 0 64px; }
.page-hero h1 { margin: 18px 0 24px; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero p { max-width: 650px; color: rgba(255,255,255,.8); font-size: 1.14rem; }
.breadcrumbs { margin-bottom: 24px; color: rgba(255,255,255,.7); font-size: .76rem; font-weight: 700; }
.breadcrumbs a { color: inherit; text-decoration: none; }

.content-copy { max-width: 740px; }
.content-copy h2 { margin-bottom: 24px; }
.content-copy h3 { margin: 32px 0 10px; }
.content-copy p + p { margin-top: 18px; }
.content-copy ul { padding-left: 20px; color: var(--ink-2); }
.content-copy li + li { margin-top: 8px; }
.check-list { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; color: var(--ink-2); }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 2px; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: #dff2ee; color: var(--sea-dark); font-size: .7rem; font-weight: 900; }

.package-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.package { position: relative; display: flex; min-height: 480px; flex-direction: column; padding: 34px; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); }
.package.featured { color: var(--ink); background: var(--white); }
.package .price { margin: 20px 0; font-family: Georgia,serif; font-size: 2.7rem; line-height: 1; }
.package p { color: rgba(255,255,255,.65); font-size: .85rem; }
.package.featured p { color: var(--ink-2); }
.package ul { display: grid; gap: 11px; margin: 24px 0 30px; padding: 0; list-style: none; font-size: .9rem; }
.package ul li { padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.12); }
.package.featured ul li { border-color: var(--line); }
.package .btn { margin-top: auto; }

.journal-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-decoration: none; }
.journal-card img { width: 100%; height: 250px; object-fit: cover; transition: transform .5s ease; }
.journal-card-body { padding: 27px; }
.journal-card h3 { margin: 12px 0; font-size: 1.55rem; }
.journal-card p { color: var(--ink-2); font-size: .88rem; }
.journal-card:hover img { transform: scale(1.035); }
.photo-gallery { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; }
.photo-tile { position: relative; height: 430px; overflow: hidden; border-radius: var(--radius); background: var(--sand-2); box-shadow: var(--shadow); }
.photo-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.65,.2,1); }
.photo-tile::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(0deg, rgba(8,42,45,.76), transparent); pointer-events: none; }
.photo-tile:hover img { transform: scale(1.035); }
.photo-caption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 20px; color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article { max-width: 780px; margin-inline: auto; }
.article h2 { margin: 54px 0 18px; font-size: 2.4rem; }
.article h3 { margin: 34px 0 12px; }
.article p + p { margin-top: 18px; }
.article a { color: var(--sea-dark); font-weight: 700; }
.article-callout { margin: 40px -60px; padding: 34px 60px; border-radius: var(--radius); background: var(--sand); }

.travel-intro { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: clamp(36px,7vw,90px); align-items: start; }
.travel-intro .article { max-width: none; margin: 0; }
.quick-facts { position: sticky; top: 105px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--sand); }
.quick-facts h2 { margin-bottom: 20px; font-size: 1.7rem; }
.quick-fact { display: grid; grid-template-columns: 96px 1fr; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); font-size: .86rem; }
.quick-fact strong { color: var(--sea-dark); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.travel-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.travel-card { display: flex; min-height: 265px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.travel-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.travel-card h3 { margin: 18px 0 10px; font-size: 1.55rem; }
.travel-card p { color: var(--ink-2); font-size: .87rem; }
.travel-card .text-link { margin-top: auto; padding-top: 22px; }
.comparison-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 0 0 1px var(--line); }
.comparison-table th, .comparison-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { color: var(--sea-dark); background: var(--sand); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.comparison-table td { color: var(--ink-2); font-size: .88rem; }
.comparison-table tr:last-child td { border-bottom: 0; }
.info-note { margin: 28px 0; padding: 24px 28px; border-left: 4px solid var(--sea); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: #eaf6f4; color: var(--ink-2); }
.source-note { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink-2); font-size: .76rem; }
.source-note a { color: var(--sea-dark); }
.travel-breadcrumbs { margin-bottom: 22px; color: rgba(255,255,255,.74); font-size: .76rem; }
.travel-breadcrumbs a { color: inherit; }
.updated-label { display: inline-flex; margin-top: 20px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: rgba(255,255,255,.8); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,8vw,110px); align-items: start; }
.contact-details { display: grid; gap: 24px; margin-top: 34px; }
.contact-detail { padding-top: 18px; border-top: 1px solid var(--line); }
.contact-detail strong { display: block; margin-bottom: 4px; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-detail a { color: var(--sea-dark); text-decoration: none; }
.contact-photo { width: 100%; height: 280px; margin-top: 30px; border-radius: var(--radius-sm); object-fit: cover; box-shadow: var(--shadow); }
.form-card { padding: clamp(28px,5vw,54px); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; outline: none; background: #fbfaf7; padding: 13px 15px; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sea); box-shadow: 0 0 0 3px rgba(24,141,135,.12); }
.form-note { color: var(--ink-2); font-size: .77rem; }
.form-status { min-height: 24px; margin-top: 12px; color: var(--sea-dark); font-size: .85rem; font-weight: 700; }

.site-footer { padding: 72px 0 26px; color: var(--white); background: #0b3033; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 45px; }
.footer-brand p { max-width: 360px; margin-top: 20px; color: rgba(255,255,255,.58); font-size: .9rem; }
.footer-col h3 { margin-bottom: 18px; color: #a7d8d3; font-family: inherit; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; margin: 9px 0; color: rgba(255,255,255,.74); font-size: .87rem; text-decoration: none; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: .72rem; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 0 0 auto; min-height: 100vh; display: none; padding: 110px 24px 40px; flex-direction: column; align-items: stretch; background: var(--foam); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 8px 0; font-family: Georgia,serif; font-size: 1.7rem; font-weight: 400; }
  .main-nav .btn { margin-top: 12px; font-family: inherit; font-size: .9rem; }
  .grid-3, .package-grid { grid-template-columns: repeat(2,1fr); }
  .travel-grid { grid-template-columns: repeat(2,1fr); }
  .travel-intro { grid-template-columns: 1fr; }
  .quick-facts { position: static; }
  .photo-gallery { grid-template-columns: 1fr 1fr; }
  .photo-tile:first-child { grid-column: 1 / -1; }
  .grid-4, .steps { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .floating-note { right: -10px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, var(--container)); }
  h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .section { padding: 76px 0; }
  .grid-2, .grid-3, .grid-4, .package-grid, .contact-layout, .form-grid, .travel-grid { grid-template-columns: 1fr; }
  .comparison-table { display: block; overflow-x: auto; }
  .photo-gallery { grid-template-columns: 1fr; }
  .photo-tile:first-child { grid-column: auto; }
  .photo-tile { height: 320px; }
  .intro-items { grid-template-columns: 1fr; padding: 18px 0; }
  .intro-item, .intro-item + .intro-item { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .intro-item:last-child { border-bottom: 0; }
  .home-hero::before { background: linear-gradient(0deg, rgba(6,38,41,.9) 0%, rgba(6,38,41,.25) 80%); }
  .hero-content { padding-bottom: 48px; }
  .hero-trust { gap: 15px; }
  .scroll-cue { display: none; }
  .service-card { min-height: 410px; }
  .image-frame::before { display: none; }
  .image-frame img, .image-frame.small img { height: 460px; }
  .floating-note { right: 14px; bottom: 14px; }
  .steps { grid-template-columns: 1fr; }
  .step { padding-inline: 0; }
  .step::before { margin-bottom: 18px; }
  .article-callout { margin-inline: 0; padding: 28px; }
  .field.full { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
