[hidden] { display: none !important; }
:root {
  --navy: #003580;
  --deep: #00224f;
  --blue: #0071c2;
  --yellow: #febb02;
  --sky: #eaf5ff;
  --ice: #f5f8fb;
  --ink: #17202a;
  --muted: #5f6f7e;
  --line: #d8e2eb;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-bottom: 68px; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, select, input, textarea { font: inherit; }
button, a, select, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #9bd4ff; outline-offset: 3px; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 84px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 5vw;
  color: white; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.18); box-shadow: 0 4px 16px rgba(0,34,79,.16);
}
.site-header.solid { position: relative; background: var(--navy); border-bottom-color: rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 22px; letter-spacing: -.6px; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid currentColor; border-radius: 50%; font: italic 700 17px var(--serif); }
.brand-mark.plane { font: 400 15px Arial, Helvetica, sans-serif; transform: rotate(-18deg); }
.brand-dot { color: var(--yellow); }
.desktop-nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a { opacity: .9; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.menu-toggle { position: relative; z-index: 3; width: 46px; height: 46px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; color: white; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; background: rgba(0,43,107,.22); backdrop-filter: blur(10px); cursor: pointer; }
.menu-toggle span { width: 18px; height: 1.5px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.nav-popover { position: absolute; top: 72px; right: 5vw; width: min(330px, calc(100vw - 40px)); display: grid; padding: 13px 22px; color: var(--deep); background: rgba(255,255,255,.98); border: 1px solid rgba(0,108,228,.18); border-radius: 9px; box-shadow: 0 24px 55px rgba(0,30,70,.28); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, transform .2s, visibility .2s; }
.nav-popover.open { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-popover a { display: flex; justify-content: space-between; padding: 16px 2px; border-bottom: 1px solid var(--line); font: 400 21px var(--serif); }
.nav-popover a:last-child { border-bottom: 0; color: var(--blue); }
.nav-popover a span { font: 800 10px Arial, Helvetica, sans-serif; color: var(--blue); }

.hero {
  min-height: 735px; position: relative; display: flex; align-items: center; justify-content: center; color: white;
  background: #163f6f url("hero.jpg") center 42%/cover no-repeat;
  padding: 130px 5vw 180px;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,28,68,.8), rgba(0,38,86,.3) 68%, rgba(0,24,58,.32)), linear-gradient(0deg, rgba(0,20,50,.5), transparent 56%); }
.hero-content { position: relative; width: min(1180px, 100%); }
.eyebrow { margin: 0 0 18px; color: var(--blue); text-transform: uppercase; letter-spacing: 2.3px; font-size: 11px; line-height: 1; font-weight: 800; }
.eyebrow.light { color: #bfddf7; }
.hero h1 { margin: 0; max-width: 900px; font: 900 clamp(48px, 6.6vw, 88px)/.98 var(--font-geist-sans), Arial, Helvetica, sans-serif; letter-spacing: -4px; }
.section h2, .destinations h2 { margin: 0; font: 400 clamp(48px, 6.8vw, 92px)/.96 var(--serif); letter-spacing: -4px; }
.hero-welcome { display: block; margin-bottom: 5px; font-size: .65em; line-height: 1.08; letter-spacing: -2px; }
.hero h1 em { display: block; color: #9bd4ff; font-style: normal; font-weight: 900; }
.hero-copy { max-width: 560px; margin: 28px 0 0; font-size: 18px; line-height: 1.65; color: rgba(255,255,255,.88); }

.search-panel {
  position: absolute; z-index: 3; left: 50%; bottom: -51px; transform: translateX(-50%); width: min(1180px, 90%); min-height: 102px;
  padding: 6px; display: grid; grid-template-columns: 1.3fr 1fr .95fr auto; align-items: stretch; background: var(--yellow);
  color: var(--ink); border: 0; border-radius: 8px; box-shadow: 0 18px 45px rgba(0,42,90,.2);
}
.search-panel label { display: flex; flex-direction: column; justify-content: center; margin-right: 4px; padding: 12px 24px; background: white; border-radius: 3px; }
.field-label { color: var(--navy); font-size: 11px; text-transform: uppercase; letter-spacing: 1.4px; font-weight: 800; margin-bottom: 9px; }
.field-label span { font-size: 15px; margin-right: 6px; }
.search-panel select { min-width: 0; appearance: none; background: transparent; border: 0; color: var(--ink); font-size: 15px; font-weight: 700; outline: 0; cursor: pointer; }
.search-panel button { border: 0; border-radius: 5px; min-width: 178px; padding: 0 24px; color: white; background: var(--blue); font-weight: 800; cursor: pointer; transition: background .2s, transform .2s; }
.search-panel button:hover { background: var(--navy); }
.search-panel button:active { transform: translateY(1px); }
.search-panel button span { margin-left: 9px; }

.trust-strip { width: min(1180px, 90%); margin: 88px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px 0; border-bottom: 1px solid var(--line); }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 0 25px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; width: 35px; height: 35px; color: var(--blue); border: 1px solid #b6d6f4; border-radius: 50%; font-size: 18px; }
.trust-strip p { display: flex; flex-direction: column; margin: 0; }
.trust-strip strong { font-size: 13px; color: var(--navy); }
.trust-strip small { margin-top: 4px; color: var(--muted); font-size: 11px; }

.section { width: min(1180px, 90%); margin: 0 auto; padding: 125px 0; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; margin-bottom: 52px; }
.section h2 { color: var(--deep); font-size: clamp(44px, 5vw, 70px); letter-spacing: -3px; }
.heading-side { max-width: 390px; padding-bottom: 7px; }
.heading-side p { margin: 0 0 22px; color: var(--muted); line-height: 1.7; }
.heading-side a, .faq-intro a { color: var(--blue); font-weight: 800; font-size: 14px; border-bottom: 1px solid #abd2fa; padding-bottom: 4px; }
.heading-side a span { margin-left: 8px; }
.search-notice { background: var(--sky); color: var(--navy); border-left: 3px solid var(--blue); padding: 13px 16px; margin: -25px 0 28px; font-size: 14px; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.package-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; transition: transform .25s, box-shadow .25s; }
.package-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(17,61,103,.12); }
.package-image { position: relative; height: 260px; background-size: cover; background-position: center; }
.package-tag { position: absolute; top: 15px; left: 15px; padding: 7px 10px; border-radius: 3px; color: var(--deep); background: var(--yellow); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.save-button { position: absolute; top: 10px; right: 10px; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--navy); background: white; font-size: 18px; cursor: pointer; }
.save-button[aria-pressed="true"] { color: var(--blue); }
.package-content { padding: 25px 24px 22px; }
.package-content > p { margin: 0 0 8px; color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; }
.package-content h3 { min-height: 54px; margin: 0; color: var(--deep); font: 400 24px/1.12 var(--serif); }
.package-meta { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 23px; padding-top: 18px; border-top: 1px solid var(--line); }
.rating { display: flex; align-items: center; gap: 8px; }
.rating > strong { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 4px 4px 4px 0; color: white; background: var(--navy); font-size: 12px; }
.rating span { font-size: 10px; font-weight: 700; line-height: 1.25; }
.rating small { color: var(--muted); font-weight: 400; }
.price { display: flex; flex-direction: column; text-align: right; }
.price small, .price span { color: var(--muted); font-size: 9px; }
.price strong { color: var(--navy); font-size: 21px; }
.package-details { margin-top: 18px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; line-height: 1.55; }
.package-details summary { min-height: 44px; display: flex; align-items: center; justify-content: space-between; color: var(--navy); font-size: 11px; font-weight: 800; cursor: pointer; }
.package-details summary::after { content: "+"; font-size: 17px; }
.package-details[open] summary::after { content: "−"; }
.package-details p { margin: 0 0 9px; }
.package-details strong { color: var(--deep); }
.card-link { display: flex; justify-content: space-between; margin-top: 21px; padding-top: 16px; color: var(--navy); border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.package-details + .card-link { margin-top: 8px; }
.empty-state { grid-column: 1/-1; padding: 45px; text-align: center; background: var(--ice); color: var(--muted); }

.destinations { min-height: 630px; color: white; background: var(--navy); }
.destination-copy { min-height: 630px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 90px max(7vw, calc((100vw - 1180px)/2)); background: linear-gradient(90deg, rgba(0,47,112,.94), rgba(0,47,112,.7) 62%, rgba(0,43,107,.4)), url("destinations.jpg") center/cover; }
.destination-copy h2 { font-size: clamp(46px, 5vw, 72px); letter-spacing: -3px; }
.destination-copy > p:not(.eyebrow) { max-width: 500px; margin: 28px 0; color: rgba(255,255,255,.78); line-height: 1.75; font-size: 15px; }
.button-light { display: inline-flex; gap: 24px; align-items: center; padding: 14px 20px; border: 1px solid rgba(255,255,255,.75); border-radius: 4px; font-size: 13px; font-weight: 800; }

.story-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; align-items: center; }
.story-image { position: relative; min-height: 640px; background: #abcce3 url("story.jpg") center/cover; }
.story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,45,95,.22), transparent 45%); }
.story-badge { position: absolute; z-index: 2; right: -30px; bottom: 38px; display: flex; flex-direction: column; justify-content: center; width: 140px; height: 140px; padding: 21px; border-radius: 50%; background: var(--blue); color: white; }
.story-badge strong { font: 400 32px var(--serif); }
.story-badge span { font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; line-height: 1.4; }
.story-copy { padding: 20px 0; }
.story-copy > p:not(.eyebrow) { max-width: 510px; color: var(--muted); line-height: 1.8; margin: 28px 0 35px; }
.story-copy ul { list-style: none; margin: 0; padding: 0; }
.story-copy li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 19px 0; border-top: 1px solid var(--line); }
.story-copy li > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.story-copy li strong { color: var(--deep); font-size: 14px; }
.story-copy li p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.testimonial { padding: 105px 8vw; text-align: center; color: white; background: var(--blue); }
.quote-mark { width: 47px; height: 47px; margin: 0 auto 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font: 36px var(--serif); }
.testimonial blockquote { max-width: 900px; margin: 0 auto 34px; font: 400 clamp(28px, 3.3vw, 44px)/1.25 var(--serif); letter-spacing: -1.5px; }
.testimonial p { display: flex; flex-direction: column; margin: 0; font-size: 11px; }
.testimonial p span { margin-top: 5px; color: rgba(255,255,255,.7); }

.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.faq-intro > p:not(.eyebrow) { margin: 26px 0 9px; color: var(--muted); font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; border: 0; background: transparent; color: var(--deep); text-align: left; font-weight: 700; cursor: pointer; }
.faq-item button i { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; color: var(--blue); border: 1px solid #b9d8f4; border-radius: 50%; font-style: normal; font-size: 19px; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 55px 24px 0; }

.enquiry-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.enquiry-intro { position: sticky; top: 30px; }
.enquiry-intro > p:not(.eyebrow) { max-width: 430px; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.enquiry-form { padding: 34px; background: var(--ice); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 45px rgba(0,42,90,.08); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form label { display: flex; flex-direction: column; gap: 8px; color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.enquiry-form input, .enquiry-form textarea { width: 100%; min-height: 48px; padding: 12px 13px; color: var(--ink); background: white; border: 1px solid #bdcbd8; border-radius: 4px; font-size: 15px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.enquiry-form textarea { min-height: 130px; resize: vertical; }
.form-message { grid-column: 1 / -1; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.enquiry-form .privacy-consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; margin: 22px 0 18px; color: var(--muted); font-size: 11px; font-weight: 400; line-height: 1.55; letter-spacing: 0; text-transform: none; }
.privacy-consent input { width: 20px; min-height: 20px; margin: 1px 0 0; }
.privacy-consent a { color: var(--blue); text-decoration: underline; }
.enquiry-form > button { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 12px; color: white; background: var(--blue); border: 0; border-radius: 5px; font-weight: 800; cursor: pointer; }
.enquiry-form > button:hover { background: var(--navy); }
.enquiry-form > button:disabled { cursor: wait; opacity: .72; }
.form-status { margin: 16px 0 0; padding: 13px 15px; border-radius: 4px; font-size: 13px; line-height: 1.5; }
.form-status.success { color: #0b5d35; background: #e4f7ec; border: 1px solid #9bd7b6; }
.form-status.error { color: #8a1d1d; background: #fff0f0; border: 1px solid #efb6b6; }
.form-status.sending { color: var(--navy); background: var(--sky); border: 1px solid #b9d8f4; }

.button-light.solid { color: var(--navy); background: white; border-color: white; }
.disclaimer { position: relative; width: min(1100px, calc(100% - 40px)); display: grid; grid-template-columns: 240px 1fr; gap: 40px; margin: 70px auto; padding: 34px 38px; background: white; color: var(--muted); border: 2px solid var(--blue); border-radius: 12px; box-shadow: 0 22px 55px rgba(0,59,149,.16); font-size: 10px; line-height: 1.65; }
.disclaimer::before { content: "i"; position: absolute; top: -18px; left: 28px; display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--blue); border: 4px solid white; border-radius: 50%; font: 700 15px var(--serif); box-shadow: 0 4px 12px rgba(0,59,149,.22); }
.disclaimer strong { color: var(--navy); text-transform: uppercase; letter-spacing: 1px; }
.disclaimer p { margin: 0; }

.site-footer { padding: 75px max(5vw, calc((100vw - 1180px)/2)) 30px; color: white; background: var(--deep); }
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 55px; }
.brand.inverse { margin-bottom: 24px; }
.footer-brand p { color: rgba(255,255,255,.72); font: 400 23px/1.25 var(--serif); }
.footer-brand .footer-about { max-width: 310px; margin: 22px 0 0; color: rgba(255,255,255,.7); font: 400 13px/1.65 var(--font-geist-sans), Arial, Helvetica, sans-serif; }
.footer-brand small { color: rgba(255,255,255,.42); font-size: 9px; }
.footer-links { display: flex; flex-direction: column; gap: 13px; font-size: 12px; color: rgba(255,255,255,.66); }
.footer-links strong { margin-bottom: 8px; color: white; text-transform: uppercase; letter-spacing: 1.2px; font-size: 10px; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.56); font-size: 10px; letter-spacing: .35px; }

.phone-widget { position: fixed; z-index: 60; right: 24px; bottom: 24px; }
.phone-widget.open { inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(0,25,65,.58); backdrop-filter: blur(6px); }
.phone-popup { position: relative; width: min(720px, calc(100vw - 32px)); max-height: calc(100vh - 40px); overflow: auto; display: flex; flex-direction: column; align-items: center; padding: 48px 52px 42px; color: var(--ink); text-align: center; background: white; border: 3px solid var(--navy); border-radius: 44px 44px 10px 44px; box-shadow: 0 30px 90px rgba(0,25,65,.38); animation: phone-pop .32s ease-out; }
.phone-kicker { margin: 0 0 22px; color: var(--yellow); font-size: 13px; font-weight: 900; letter-spacing: 2.2px; text-transform: uppercase; }
.phone-popup h2 { margin: 0; color: var(--navy); font-size: clamp(35px, 5vw, 54px); line-height: 1; letter-spacing: -2.2px; }
.phone-intro { max-width: 570px; margin: 26px auto 24px; color: #697386; font-size: 19px; line-height: 1.55; }
.phone-agent { width: 142px; height: 142px; object-fit: cover; object-position: center 30%; border: 8px solid var(--sky); outline: 3px solid var(--blue); border-radius: 50%; }
.phone-number { margin: 24px 0 26px; color: var(--navy); font-size: clamp(36px, 6vw, 55px); line-height: 1; font-weight: 900; letter-spacing: -1.5px; }
.phone-cta { width: 100%; display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 86px; padding: 17px 26px; color: white; background: var(--blue); border-radius: 18px; box-shadow: 0 10px 24px rgba(0,113,194,.24); transition: background .2s, transform .2s; }
.phone-cta:hover { background: var(--navy); transform: translateY(-2px); }
.phone-cta span { font-size: 28px; transform: rotate(-12deg); }
.phone-cta strong { max-width: 520px; font-size: clamp(18px, 3vw, 26px); line-height: 1.25; }
.phone-close { position: absolute; top: 18px; right: 19px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; color: #697386; background: transparent; border: 0; border-radius: 50%; font-size: 38px; font-weight: 300; line-height: 1; cursor: pointer; }
.phone-close:hover { color: var(--navy); background: var(--sky); }
@keyframes phone-pop { from { opacity: 0; transform: translateY(24px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }

.sticky-call-bar { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 6px max(5vw, calc((100vw - 1180px)/2)); color: white; background: var(--navy); border-top: 3px solid var(--yellow); box-shadow: 0 -10px 32px rgba(0,34,79,.22); }
.sticky-call-copy { display: flex; flex-direction: column; gap: 3px; }
.sticky-call-copy span { color: #c9e5ff; font-size: 10px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.sticky-call-copy strong { font: 400 18px var(--serif); }
.sticky-call-bar > a { min-height: 50px; display: flex; align-items: center; gap: 12px; padding: 5px 18px 5px 7px; color: var(--deep); background: var(--yellow); border: 2px solid white; border-radius: 11px; box-shadow: 0 7px 22px rgba(0,0,0,.24); transition: transform .2s, box-shadow .2s, background .2s; cursor: pointer; }
.sticky-call-bar > a:hover { background: #ffd24a; box-shadow: 0 9px 28px rgba(0,0,0,.3); transform: translateY(-2px); }
.sticky-call-bar > a:focus-visible { outline: 3px solid #9bd4ff; outline-offset: 3px; }
.call-icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 36px; color: white; background: var(--navy); border-radius: 50%; font-size: 19px; }
.call-action { display: flex; align-items: center; gap: 12px; }
.call-action small { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .4px; }
.call-action strong { padding-left: 12px; border-left: 1px solid rgba(0,34,79,.3); font-size: 18px; line-height: 1; letter-spacing: .2px; white-space: nowrap; }

.legal-page { min-height: 70vh; background: var(--ice); }
.legal-hero { padding: 90px max(5vw, calc((100vw - 920px)/2)) 55px; color: white; background: var(--blue); }
.legal-hero .eyebrow { color: #c9e5ff; }
.legal-hero h1 { margin: 0; font: 400 clamp(43px, 6vw, 70px)/1 var(--serif); letter-spacing: -2px; }
.legal-hero p { max-width: 650px; color: rgba(255,255,255,.8); line-height: 1.7; }
.legal-body { max-width: 920px; margin: 0 auto; padding: 65px 5vw 100px; background: white; }
.legal-notice { padding: 18px 20px; color: var(--deep); background: var(--sky); border-left: 3px solid var(--blue); line-height: 1.6; font-size: 13px; }
.legal-body h2 { margin: 42px 0 12px; color: var(--deep); font: 400 28px var(--serif); }
.legal-body h3 { margin: 28px 0 8px; color: var(--navy); font-size: 15px; }
.legal-body p, .legal-body li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal-body ul { padding-left: 20px; }
.legal-body a { color: var(--blue); text-decoration: underline; }
.legal-back { display: inline-block; margin-top: 45px; color: var(--blue); font-weight: 700; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { min-height: 680px; padding-bottom: 210px; }
  .search-panel { bottom: -128px; grid-template-columns: 1fr 1fr; }
  .search-panel label { margin: 0 4px 4px 0; border-bottom: 0; }
  .search-panel button { min-height: 58px; }
  .trust-strip { margin-top: 165px; }
  .package-grid { grid-template-columns: 1fr 1fr; }
  .package-card:last-child { display: none; }
  .story-section, .faq-section, .enquiry-section { grid-template-columns: 1fr; }
  .destination-copy { padding: 80px 7vw; }
  .story-section { gap: 55px; }
  .story-image { min-height: 540px; }
  .story-badge { right: 25px; }
  .faq-section { gap: 55px; }
  .enquiry-section { gap: 45px; }
  .enquiry-intro { position: static; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main .footer-links:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .site-header { height: 70px; padding: 0 20px; }
  .desktop-nav { display: none; }
  .menu-toggle { width: 44px; height: 44px; }
  .nav-popover { top: 62px; right: 20px; }
  .hero { min-height: 535px; padding: 108px 20px 125px; align-items: flex-start; background-position: 62% center; }
  .hero h1 { font-size: 47px; letter-spacing: -2.2px; }
  .hero-welcome { font-size: .66em; letter-spacing: -1.2px; }
  .hero-copy { margin-top: 22px; font-size: 15px; line-height: 1.55; }
  .search-panel { bottom: -100px; width: calc(100% - 28px); grid-template-columns: 1fr; padding: 8px; }
  .search-panel label { min-height: 68px; padding: 8px 15px; border-right: 0; }
  .search-panel button { min-height: 56px; }
  .trust-strip { margin-top: 132px; grid-template-columns: 1fr; padding: 8px 0; }
  .trust-strip > div { justify-content: flex-start; border: 0; border-bottom: 1px solid var(--line); padding: 15px 8px; }
  .trust-strip > div:last-child { border-bottom: 0; }
  .section { width: calc(100% - 40px); padding: 85px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .section h2, .destinations h2 { font-size: 45px; letter-spacing: -2px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card:last-child { display: block; }
  .package-image { height: 240px; }
  .story-image { min-height: 420px; }
  .story-badge { width: 120px; height: 120px; right: 18px; bottom: 20px; }
  .testimonial { padding: 75px 22px; }
  .faq-item button { font-size: 14px; }
  .enquiry-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 15px; }
  .form-message { grid-column: auto; }
  .disclaimer { grid-template-columns: 1fr; gap: 10px; margin: 48px auto; padding: 32px 22px 26px; }
  .site-footer { padding: 58px 20px 25px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main .footer-links:last-child { grid-column: auto; }
  .footer-bottom { line-height: 1.5; }
  .phone-widget.open { padding: 12px; }
  .phone-popup { width: calc(100vw - 24px); max-height: calc(100vh - 24px); padding: 40px 22px 24px; border-radius: 30px 30px 8px 30px; }
  .phone-kicker { margin-bottom: 15px; font-size: 10px; }
  .phone-popup h2 { font-size: 34px; letter-spacing: -1.5px; }
  .phone-intro { margin: 18px auto; font-size: 15px; }
  .phone-agent { width: 112px; height: 112px; border-width: 7px; }
  .phone-number { margin: 20px 0; font-size: 36px; }
  .phone-cta { min-height: 72px; padding: 14px 18px; border-radius: 14px; }
  .phone-cta strong { font-size: 18px; }
  .phone-close { top: 11px; right: 12px; }
  body { padding-bottom: 62px; }
  .sticky-call-bar { min-height: 62px; padding: 5px 10px; }
  .sticky-call-copy { display: none; }
  .sticky-call-bar > a { width: 100%; min-height: 48px; justify-content: center; padding: 4px 11px 4px 6px; }
  .call-icon { width: 36px; height: 36px; flex-basis: 36px; font-size: 19px; }
  .call-action { gap: 10px; }
  .call-action small { font-size: 10px; }
  .call-action strong { padding-left: 10px; font-size: 16px; }
}

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