:root {
  --ink: #15322f;
  --deep: #0d2926;
  --paper: #f3efe6;
  --sand: #ddd1bc;
  --clay: #e9704f;
  --lime: #d9ee68;
  --line: rgba(21, 50, 47, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
em { color: var(--clay); font-weight: 400; }

.site-header { height: 78px; padding: 0 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.3); position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.brand { display: inline-flex; align-items: center; width: fit-content; padding: 9px 0; }
.brand img { display: block; width: 188px; height: auto; object-fit: contain; }
.nav { display: flex; gap: 29px; font-size: 12px; }
.nav a, .header-cta { transition: opacity .2s ease; }
.nav a:hover, .header-cta:hover { opacity: .64; }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; }
.header-cta span { color: var(--lime); font-size: 18px; }
.menu-button { display: none; background: none; border: 0; color: white; font-size: 26px; justify-self: end; cursor: pointer; }

.hero { min-height: 760px; height: 100svh; max-height: 940px; color: white; position: relative; background: url('/south-africa-cape-town.webp') center 52% / cover no-repeat; display: flex; align-items: center; }
.hero::before { content: ''; position: absolute; inset: 0; background: rgba(4, 27, 26, .58); }
.hero-inner { position: relative; z-index: 1; width: min(1080px, 86vw); margin: 58px auto 0; }
.hero-eyebrow, .kicker { margin: 0 0 25px; font-size: 10px; line-height: 1.4; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }
.hero-eyebrow { color: var(--lime); max-width: 700px; }
.hero h1, section h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.048em; line-height: .96; margin: 0; }
.hero h1 { font-size: clamp(58px, 6.8vw, 104px); max-width: 960px; }
.hero-subtitle { width: min(630px, 70%); margin: 25px 0 27px; color: rgba(255,255,255,.8); line-height: 1.55; font-size: 15px; }
.hero-facts { display: grid; grid-template-columns: 1fr 1fr; width: min(800px, 100%); border-top: 1px solid rgba(255,255,255,.32); border-bottom: 1px solid rgba(255,255,255,.32); }
.hero-facts > div { padding: 17px 24px 18px 0; display: flex; flex-direction: column; gap: 5px; }
.hero-facts > div + div { border-left: 1px solid rgba(255,255,255,.32); padding-left: 24px; }
.hero-facts span { color: var(--lime); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.hero-facts strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.hero-facts strong small { font-family: Arial, sans-serif; font-size: 11px; font-weight: 400; }
.hero-facts > div > small { color: rgba(255,255,255,.64); line-height: 1.35; font-size: 10px; max-width: 330px; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 24px; }
.hero-actions > p { max-width: 405px; margin: 0; font-size: 11px; line-height: 1.45; color: rgba(255,255,255,.72); display: flex; gap: 9px; }
.hero-actions > p span { color: var(--lime); }
.primary-button, .dark-button, .form-submit { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 27px; padding: 0 19px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 700; border: 0; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.primary-button { min-width: 235px; }
.primary-button:hover, .form-submit:hover { background: white; transform: translateY(-2px); }
.primary-button span, .dark-button span, .form-submit span { font-size: 18px; }
.hero-location { position: absolute; z-index: 1; right: 30px; bottom: 25px; display: flex; gap: 13px; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.56); }

.section-pad { padding: 112px 7vw; }
.section-intro { max-width: 1000px; margin-bottom: 65px; }
.section-intro h2, .section-heading h2, .comfort h2, .solo h2, .faq h2, .request h2 { font-size: clamp(48px, 6vw, 88px); }
.kicker { color: var(--clay); }

.barrier { display: grid; grid-template-columns: 1.4fr .8fr; gap: 8vw; align-items: end; }
.barrier .section-intro { margin: 0; }
.barrier-list { border-top: 1px solid var(--line); }
.barrier-list > div { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 19px 0; align-items: start; }
.barrier-list span { color: var(--clay); font-size: 10px; font-weight: 700; }
.barrier-list p { margin: 0; line-height: 1.45; }

.impressions { background: var(--deep); color: white; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 7vw; align-items: end; margin-bottom: 55px; }
.section-heading > div .kicker { color: var(--lime); }
.section-heading > p { margin: 0 0 6px; color: rgba(255,255,255,.6); line-height: 1.6; }
.highlight-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.highlight-card { grid-column: span 4; }
.highlight-card:nth-child(4), .highlight-card:nth-child(5), .highlight-card:nth-child(6), .highlight-card:nth-child(7) { grid-column: span 3; }
.highlight-image { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #1a3936; }
.highlight-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.highlight-card:hover .highlight-image img { transform: scale(1.025); }
.highlight-image span { position: absolute; left: 14px; top: 14px; font-size: 9px; background: var(--lime); color: var(--ink); padding: 7px 8px; }
.highlight-card h3 { font-family: Georgia, serif; font-weight: 400; font-size: 25px; margin: 17px 0 8px; }
.highlight-card p { margin: 0; color: rgba(255,255,255,.55); line-height: 1.5; font-size: 13px; }
.nature-note { border: 1px solid rgba(255,255,255,.2); margin-top: 45px; padding: 19px 22px; display: flex; align-items: flex-start; gap: 15px; max-width: 820px; }
.nature-note span { color: var(--lime); font-weight: 700; }
.nature-note p { margin: 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.5; }
.nature-note strong { color: white; }

.route { background: #e8e0d3; }
.timeline { border-top: 1px solid var(--line); }
.timeline article { display: grid; grid-template-columns: 60px 90px 1fr; gap: 25px; border-bottom: 1px solid var(--line); padding: 25px 0 28px; align-items: start; }
.day-number { color: var(--clay); font-size: 11px; font-weight: 700; }
.day-date { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.timeline h3 { font-family: Georgia, serif; font-size: 29px; font-weight: 400; margin: -7px 0 8px; }
.timeline p { margin: 0; color: rgba(21,50,47,.6); line-height: 1.5; }
.route-caption { margin: 24px 0 0 auto; max-width: 760px; font-size: 13px; color: rgba(21,50,47,.6); line-height: 1.55; }
.mobile-itinerary { display: none; }

.comfort { display: grid; grid-template-columns: 1fr 1fr; padding: 0; background: var(--clay); min-height: 720px; }
.comfort-photo { min-height: 620px; background: url('/south-africa-safari.webp') center / cover no-repeat; }
.comfort-copy { padding: 90px 7vw; display: flex; flex-direction: column; justify-content: center; }
.comfort-copy h2 { font-size: clamp(46px, 5.5vw, 78px); }
.comfort-copy h2 em { color: var(--paper); }
.comfort-copy ul, .safety-card ul { list-style: none; padding: 0; margin: 42px 0 0; border-top: 1px solid rgba(21,50,47,.3); }
.comfort-copy li, .safety-card li { border-bottom: 1px solid rgba(21,50,47,.3); padding: 13px 0; display: flex; gap: 12px; line-height: 1.35; }
.comfort-copy li span, .safety-card li span { font-weight: 700; }

.lodging { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; background: #e8e0d3; }
.lodging h2 { font-size: clamp(48px, 6vw, 84px); }
.lodging-copy > p { max-width: 700px; margin: 3px 0 35px; font-size: 18px; line-height: 1.65; color: rgba(21,50,47,.72); }
.lodging-copy ul { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.lodging-copy li { border: 1px solid var(--line); padding: 13px 16px; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }

.solo { display: grid; grid-template-columns: .35fr 1fr; gap: 6vw; background: var(--paper); }
.solo-number { font-family: Georgia, serif; font-size: clamp(110px, 18vw, 270px); margin: 0; line-height: .75; color: var(--sand); }
.solo > div { max-width: 900px; }
.solo > div > p:not(.kicker) { max-width: 650px; font-size: 18px; line-height: 1.65; color: rgba(21,50,47,.68); }
.solo-meta { display: flex; gap: 18px; margin-top: 35px; }
.solo-meta span { border: 1px solid var(--line); padding: 13px 17px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.included { background: var(--deep); color: white; }
.included h2 em { color: var(--lime); }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.included-grid > div { padding: 35px; background: rgba(255,255,255,.06); border-top: 3px solid var(--lime); }
.included-grid .cross-column { border-top-color: var(--clay); }
.included-grid h3 { font-family: Georgia, serif; font-size: 30px; font-weight: 400; margin: 0 0 25px; display: flex; align-items: center; gap: 12px; }
.included-grid h3 span { font-family: Arial, sans-serif; color: var(--lime); }
.cross-column h3 span { color: var(--clay); }
.included-grid ul { list-style: none; padding: 0; margin: 0; }
.included-grid li { padding: 11px 0 11px 20px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); line-height: 1.4; position: relative; }
.included-grid li::before { content: '—'; position: absolute; left: 0; color: var(--lime); }
.cross-column li::before { color: var(--clay); }

.booking { background: var(--lime); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.booking .kicker { color: var(--ink); }
.booking-price { font-family: Georgia, serif; font-size: clamp(68px, 9vw, 132px); line-height: .85; letter-spacing: -.06em; margin: 0; }
.booking-price small { display: block; font-family: Arial, sans-serif; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin: 24px 0 0 6px; }
.booking-flow { border-left: 1px solid rgba(21,50,47,.3); padding-left: clamp(28px, 4vw, 58px); }
.booking-flow h2 { max-width: 620px; margin-bottom: 38px; font-size: clamp(42px, 4.5vw, 68px); }
.booking-flow h2 em { color: var(--ink); font-style: italic; }
.booking-inline-steps { border-top: 1px solid rgba(21,50,47,.28); }
.booking-inline-steps article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid rgba(21,50,47,.25); }
.booking-inline-steps article > span { padding-top: 4px; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.booking-inline-steps h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.15; }
.booking-inline-steps p { max-width: 540px; margin: 0; color: rgba(21,50,47,.7); font-size: 15px; line-height: 1.5; }
.dark-button { background: var(--deep); color: white; margin-top: 27px; min-width: 245px; }
.dark-button:hover { background: white; color: var(--ink); }
.booking-terms { border-bottom: 1px solid rgba(21,50,47,.25); }
.booking-terms summary { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; list-style: none; cursor: pointer; font-weight: 700; }
.booking-terms summary::-webkit-details-marker { display: none; }
.booking-terms summary span { font-size: 20px; transition: transform .2s ease; }
.booking-terms[open] summary span { transform: rotate(45deg); }
.booking-terms div { padding: 0 0 12px; }
.booking-terms div p { border: 0; padding: 7px 0; color: rgba(21,50,47,.72); }
.button-note { display: block; margin-top: 12px; color: rgba(21,50,47,.62); font-size: 12px; }

.team-safety { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.team-safety article { min-width: 0; }
.leader-card { display: grid; grid-template-columns: minmax(180px, 230px) 1fr; gap: 34px; align-items: start; background: #e8e0d3; padding: 42px; }
.leader-photo { width: 100%; aspect-ratio: 1 / 1.18; object-fit: cover; object-position: center 35%; display: block; }
.leader-card h2 { font-size: 56px; }
.leader-card .role { color: var(--clay); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
.leader-card p:not(.kicker):not(.role) { line-height: 1.55; color: rgba(21,50,47,.67); }
.leader-contacts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.leader-contacts a { border: 1px solid var(--line); padding: 10px 12px; font-size: 12px; font-weight: 700; }
.leader-contacts a:hover { background: var(--deep); color: white; }
.leader-card small { display: block; margin-top: 24px; border-top: 1px solid var(--line); padding-top: 18px; color: rgba(21,50,47,.55); line-height: 1.5; }
.safety-card { background: var(--clay); padding: 42px; }
.safety-card h2 { font-size: 54px; }
.safety-card h2 em { color: var(--paper); }
.safety-card ul { margin-top: 35px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.faq-title { position: sticky; top: 45px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: grid; grid-template-columns: 42px 1fr 22px; gap: 12px; align-items: center; padding: 20px 0; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--clay); font-size: 10px; }
.faq-list summary strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.faq-list summary b { font-size: 21px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: -3px 34px 22px 54px; color: rgba(21,50,47,.63); line-height: 1.55; }

.request { background: var(--deep); color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.request .kicker { color: var(--lime); }
.request h2 em { color: var(--lime); }
.request-copy > p:not(.kicker) { max-width: 530px; color: rgba(255,255,255,.62); line-height: 1.6; }
.request-price { margin-top: 35px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; gap: 10px; }
.request-price > span { color: var(--lime); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.request-price strong { font-family: Georgia, serif; font-size: 39px; font-weight: 400; }
.request-price strong small { font-family: Arial, sans-serif; font-size: 11px; }
.request-price p { margin: 0; font-size: 10px; color: rgba(255,255,255,.45); max-width: 440px; line-height: 1.4; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 22px; padding-top: 12px; }
.lead-form label { display: flex; flex-direction: column; gap: 10px; }
.lead-form label > span { color: var(--lime); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.lead-form input, .lead-form textarea, .lead-form select { color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); border-radius: 0; padding: 11px 0 13px; outline: none; min-height: 45px; }
.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { border-color: var(--lime); }
.lead-form select { color-scheme: dark; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: rgba(255,255,255,.34); }
.lead-form .wide { grid-column: 1 / -1; }
.child-age small { color: rgba(255,255,255,.48); line-height: 1.4; }
.consent { flex-direction: row !important; align-items: flex-start; }
.consent input { min-height: 0; width: 18px; height: 18px; flex: none; margin: 0; }
.consent span { color: rgba(255,255,255,.64) !important; line-height: 1.5; letter-spacing: 0 !important; text-transform: none !important; font-size: 12px !important; }
.consent a { color: white; text-decoration: underline; text-underline-offset: 3px; }
.form-submit { margin-top: 3px; min-height: 56px; }
.form-note { margin: -12px 0 0; color: rgba(255,255,255,.56); font-size: 12px; }
.form-submit:disabled { opacity: .6; cursor: wait; }
.form-error { color: #ff9e8a; margin: 0; font-size: 12px; }
.form-success { border: 1px solid rgba(255,255,255,.22); padding: 48px; align-self: start; }
.form-success > span { width: 52px; height: 52px; background: var(--lime); color: var(--ink); display: grid; place-items: center; font-size: 21px; }
.form-success h3 { font-family: Georgia, serif; font-size: 39px; font-weight: 400; margin: 27px 0 10px; }
.form-success p { color: rgba(255,255,255,.58); }
.form-success button { background: none; border: 0; border-bottom: 1px solid var(--lime); color: var(--lime); padding: 0 0 3px; margin-top: 20px; cursor: pointer; }

.contact-dock { position: fixed; z-index: 30; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 7px; padding: 8px; background: rgba(7,30,28,.95); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 16px 45px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.contact-dock a { min-width: 170px; padding: 9px 11px; display: flex; justify-content: space-between; gap: 14px; color: white; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-dock a:last-child { border-bottom: 0; }
.contact-dock span { color: var(--lime); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.contact-dock strong { font-size: 11px; font-weight: 400; }
.contact-dock a:hover { background: rgba(255,255,255,.08); }

footer { background: #071e1c; color: white; padding: 40px 7vw; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 38px; align-items: end; border-top: 1px solid rgba(255,255,255,.14); }
.footer-brand img { width: 210px; }
footer p, footer span, footer a { font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.6; }
footer > div { display: flex; flex-direction: column; gap: 8px; }
.legal-page { min-height: 100vh; background: var(--paper); padding: 34px 7vw 90px; }
.legal-back { display: inline-block; margin-bottom: 34px; color: var(--deep); border-bottom: 1px solid currentColor; }
.legal-card { max-width: 850px; background: white; padding: clamp(34px, 6vw, 76px); }
.legal-card h1 { max-width: 760px; margin: 13px 0 15px; font-family: Georgia, serif; font-size: clamp(42px, 6vw, 68px); font-weight: 400; line-height: .97; letter-spacing: -.04em; }
.legal-card h2 { margin: 45px 0 12px; font-family: Georgia, serif; font-size: clamp(24px, 3vw, 31px); font-weight: 400; line-height: 1.1; }
.legal-card p { line-height: 1.7; color: rgba(21,50,47,.72); }
.legal-card a { color: var(--deep); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin-bottom: 45px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.legal-links { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(21,50,47,.18); }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-button { display: block; }
  .nav { position: absolute; top: 78px; left: 0; right: 0; padding: 28px 5vw 34px; flex-direction: column; gap: 20px; background: var(--deep); border-top: 1px solid rgba(255,255,255,.12); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .2s ease; }
  .nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .barrier { grid-template-columns: 1fr; align-items: start; }
  .section-heading { grid-template-columns: 1fr; }
  .highlight-card, .highlight-card:nth-child(n) { grid-column: span 6; }
  .team-safety { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 62px; padding: 0 18px; }
  .brand img { width: 146px; }
  .nav { top: 62px; }
  .hero { min-height: 730px; height: 100svh; max-height: 880px; align-items: flex-start; background-position: 57% center; }
  .hero::before { background: rgba(4,27,26,.66); }
  .hero-inner { width: auto; margin: 0; padding: 86px 18px 35px; }
  .hero-eyebrow { font-size: 8px; line-height: 1.45; margin-bottom: 15px; max-width: 330px; }
  .hero h1 { font-size: clamp(39px, 11.4vw, 48px); line-height: .94; max-width: 520px; }
  .hero-subtitle { width: 100%; max-width: 510px; margin: 15px 0 15px; font-size: 12px; line-height: 1.42; }
  .hero-facts { grid-template-columns: 1fr; width: 100%; }
  .hero-facts > div { padding: 10px 0; }
  .hero-facts > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.24); padding: 10px 0; }
  .hero-facts strong { font-size: 18px; }
  .hero-facts > div > small { font-size: 9px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 11px; margin-top: 14px; }
  .primary-button { width: 100%; min-height: 48px; }
  .hero-actions > p { font-size: 9px; max-width: 100%; }
  .hero-location { display: none; }
  .section-pad { padding: 78px 20px; }
  .legal-page { padding: 24px 18px 60px; }
  .legal-card { padding: 30px 22px 42px; }
  .section-intro { margin-bottom: 40px; }
  .section-intro h2, .section-heading h2, .comfort h2, .solo h2, .faq h2, .request h2 { font-size: 46px; }
  .highlight-grid { display: flex; overflow-x: auto; gap: 14px; scroll-snap-type: x mandatory; margin-right: -20px; padding: 0 20px 12px 0; }
  .highlight-card, .highlight-card:nth-child(n) { min-width: 79vw; scroll-snap-align: start; }
  .highlight-card h3 { font-size: 23px; }
  .desktop-timeline { display: none; }
  .mobile-itinerary { display: block; border-top: 1px solid var(--line); }
  .mobile-itinerary details { border-bottom: 1px solid var(--line); }
  .mobile-itinerary summary { list-style: none; display: grid; grid-template-columns: 38px 1fr 20px; gap: 10px; padding: 17px 0; align-items: center; cursor: pointer; }
  .mobile-itinerary summary::-webkit-details-marker { display: none; }
  .mobile-itinerary summary > span { color: var(--clay); font-size: 10px; }
  .mobile-itinerary summary div { display: flex; flex-direction: column; gap: 4px; }
  .mobile-itinerary summary small { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-itinerary summary strong { font-family: Georgia, serif; font-size: 19px; font-weight: 400; line-height: 1.15; }
  .mobile-itinerary summary b { font-weight: 400; font-size: 20px; }
  .mobile-itinerary details[open] summary b { transform: rotate(45deg); }
  .mobile-itinerary details > p { margin: -2px 20px 18px 48px; color: rgba(21,50,47,.6); line-height: 1.5; }
  .comfort { grid-template-columns: 1fr; min-height: 0; }
  .comfort-photo { min-height: 400px; }
  .comfort-copy { padding: 70px 20px; }
  .lodging { grid-template-columns: 1fr; gap: 36px; }
  .lodging-copy > p { font-size: 16px; }
  .solo { grid-template-columns: 1fr; }
  .solo-number { font-size: 125px; }
  .solo-meta { flex-direction: column; }
  .solo > div > p:not(.kicker) { font-size: 16px; }
  .included-grid { grid-template-columns: 1fr; }
  .included-grid > div { padding: 28px 22px; }
  .booking { grid-template-columns: 1fr; align-items: start; }
  .booking-price { font-size: 73px; }
  .booking-flow { border-left: 0; border-top: 1px solid rgba(21,50,47,.3); padding: 34px 0 0; }
  .booking-flow h2 { margin-bottom: 24px; font-size: clamp(40px, 12vw, 54px); }
  .booking-inline-steps article { grid-template-columns: 38px 1fr; gap: 12px; padding: 18px 0; }
  .booking-inline-steps h3 { font-size: 21px; }
  .booking-inline-steps p { font-size: 14px; }
  .dark-button { width: 100%; }
  .leader-card { grid-template-columns: 1fr; padding: 28px 22px; }
  .leader-photo { max-width: 280px; }
  .safety-card { padding: 28px 22px; }
  .safety-card h2, .leader-card h2 { font-size: 45px; }
  .faq { grid-template-columns: 1fr; gap: 42px; }
  .faq-title { position: static; }
  .faq-list summary { grid-template-columns: 30px 1fr 20px; }
  .faq-list summary strong { font-size: 19px; }
  .faq-list details p { margin-left: 42px; }
  .request { grid-template-columns: 1fr; gap: 45px; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form .wide { grid-column: auto; }
  .form-submit { font-size: 11px; }
.form-success { padding: 32px 24px; }
  .contact-dock { left: 8px; right: 8px; bottom: 8px; flex-direction: row; gap: 0; padding: 5px; }
  .contact-dock a { min-width: 0; flex: 1; justify-content: center; padding: 10px 5px; border-bottom: 0; border-right: 1px solid rgba(255,255,255,.12); text-align: center; }
  .contact-dock a:last-child { border-right: 0; }
  .contact-dock span { font-size: 10px; }
  .contact-dock strong { display: none; }
  footer { grid-template-columns: 1fr; padding: 38px 20px; gap: 22px; }
  .footer-brand img { width: 185px; }
}

.captcha-container {
  position: absolute;
  width: 0;
  height: 0;
}

@media (max-width: 400px) and (max-height: 780px) {
  .hero-inner { padding-top: 78px; }
  .hero h1 { font-size: 38px; }
  .hero-subtitle { font-size: 11px; margin: 12px 0; }
  .hero-facts > div { padding: 8px 0; }
  .hero-actions { margin-top: 11px; }
}

.legal-page {
  min-height: 100vh;
  padding: clamp(28px, 6vw, 72px) 20px;
  background: var(--sand);
}

.legal-back {
  display: block;
  width: min(760px, 100%);
  margin: 0 auto 24px;
  color: var(--forest);
  font-weight: 700;
}

.legal-card {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 70px rgba(15, 53, 45, 0.1);
}

.legal-card h1 {
  margin: 10px 0 28px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.3rem, 7vw, 4.8rem);
  line-height: 0.95;
}

.legal-card p {
  max-width: 65ch;
  margin: 0 0 18px;
  color: rgba(21, 50, 47, 0.72);
  line-height: 1.75;
}

.legal-card .legal-note {
  margin-top: 32px;
  color: var(--forest);
  font-size: 0.88rem;
  font-weight: 700;
}

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