:root {
  --navy: #082f46;
  --navy-deep: #052637;
  --teal: #2f8f8a;
  --teal-deep: #1f7774;
  --gold: #dda84b;
  --gold-deep: #c6892b;
  --cream: #f7f2e9;
  --cream-dark: #ebe2d3;
  --paper: #fffdf8;
  --ink: #11242f;
  --muted: #5e6e74;
  --line: rgba(8,47,70,.14);
  --white: #ffffff;
  --shadow: 0 30px 80px rgba(2,28,41,.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 108px 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  padding: 12px 16px;
  background: var(--navy);
  color: white;
  border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,253,248,.93);
  border-bottom: 1px solid rgba(8,47,70,.08);
  backdrop-filter: blur(18px);
}
.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand { width: 255px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; color: var(--navy); }
.main-nav a { transition: color .2s ease, opacity .2s ease; }
.main-nav a:hover { color: var(--teal-deep); }
.nav-cta {
  padding: 12px 19px;
  color: white !important;
  background: var(--navy);
  border-radius: 999px;
}
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }

.hero { padding: 64px 0 90px; background: linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 62px; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--teal-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.light { color: #f1cb7b; }
.hero h1, .section-heading h2, .included-copy h2, .pricing h2, .plan h2, .image-break h2 {
  margin: 0;
  color: var(--navy);
  line-height: .99;
  letter-spacing: -.045em;
  font-weight: 850;
}
.hero h1 { font-size: clamp(58px, 6.5vw, 92px); max-width: 720px; }
.hero h1 span { color: var(--teal-deep); }
.hero-lead { max-width: 650px; margin: 26px 0 0; font-size: 20px; color: #41555f; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; box-shadow: 0 16px 32px rgba(8,47,70,.16); }
.button-primary:hover { background: var(--navy-deep); }
.button-ghost { border-color: rgba(8,47,70,.24); color: var(--navy); background: rgba(255,255,255,.5); }
.button-gold { background: var(--gold); color: #112a38; }
.button-gold:hover { background: #e8b65d; }
.button.full { width: 100%; }
.hero-proof { display: flex; gap: 34px; margin-top: 44px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; gap: 2px; }
.hero-proof strong { color: var(--navy); font-size: 19px; }
.hero-proof span { color: var(--muted); font-size: 13px; }

.hero-visual { position: relative; min-height: 610px; }
.hero-visual > img {
  width: 100%; height: 610px; object-fit: cover; border-radius: 34px 34px 140px 34px; box-shadow: var(--shadow);
}
.hero-visual::before {
  content: "";
  position: absolute;
  width: 150px; height: 150px;
  border: 1px solid rgba(221,168,75,.7);
  border-radius: 50%;
  top: -34px; right: -34px;
  z-index: 0;
}
.hero-visual > img, .hero-card { position: relative; z-index: 1; }
.hero-card {
  position: absolute;
  left: -42px;
  bottom: 34px;
  width: min(330px, 78%);
  padding: 22px;
  color: white;
  background: rgba(5,38,55,.94);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-md);
  box-shadow: 0 22px 50px rgba(3,29,42,.24);
}
.hero-card .mini-label { display: block; margin-bottom: 8px; color: #f2ca76; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.hero-card strong { font-size: 20px; }
.hero-card p { margin: 7px 0 0; color: rgba(255,255,255,.76); font-size: 14px; }

.fit-strip { padding: 0 0 38px; background: var(--paper); }
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: -30px;
  position: relative;
  z-index: 3;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 22px 60px rgba(2,28,41,.08);
}
.fit-grid article { padding: 28px 30px; border-right: 1px solid var(--line); transition: background .28s ease, transform .28s ease; }
.fit-grid article:last-child { border-right: 0; }
.fit-grid article:hover { background: rgba(47,143,138,.045); transform: translateY(-3px); }
.fit-grid span { color: var(--gold-deep); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.fit-grid h2 { margin: 15px 0 8px; color: var(--navy); font-size: 21px; line-height: 1.15; letter-spacing: -.02em; }
.fit-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.section-heading h2, .included-copy h2 { font-size: clamp(42px, 4.5vw, 66px); }
.section-heading > p:not(.eyebrow), .included-copy > p, .pricing-copy > p:not(.eyebrow), .plan-copy > p:not(.eyebrow) { color: var(--muted); }
.intro-copy { max-width: 680px; }
.intro-copy p { color: var(--muted); font-size: 17px; }
.intro-copy .large-copy { margin-top: 0; color: var(--ink); font-size: clamp(22px, 2.3vw, 31px); line-height: 1.45; letter-spacing: -.02em; }
.experience-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 80px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.experience-strip article { padding: 36px 28px 38px; border-right: 1px solid var(--line); }
.experience-strip article:last-child { border-right: 0; }
.number { color: var(--gold-deep); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.experience-strip h3 { margin: 28px 0 8px; color: var(--navy); font-size: 20px; }
.experience-strip p { margin: 0; color: var(--muted); font-size: 14px; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 88px; align-items: center; }
.about h2 { margin: 0; color: var(--navy); font-size: clamp(42px, 4.5vw, 66px); line-height: 1; letter-spacing: -.045em; font-weight: 850; }
.about-copy p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.about-copy .about-lead { margin-top: 26px; color: var(--ink); font-size: clamp(22px, 2.1vw, 29px); line-height: 1.45; letter-spacing: -.02em; }
.about-panel {
  padding: 38px;
  background: var(--paper);
  border: 1px solid rgba(8,47,70,.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 70px rgba(2,28,41,.11);
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}
.about-panel:hover, .about-panel:focus-within { transform: translateY(-7px); border-color: rgba(47,143,138,.23); box-shadow: 0 38px 86px rgba(2,28,41,.16); }
.about-label { display: inline-flex; margin-bottom: 18px; color: var(--gold-deep); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.about-panel h3 { margin: 0; color: var(--navy); font-size: clamp(28px, 3vw, 42px); line-height: 1.05; letter-spacing: -.035em; }
.about-points { display: grid; gap: 18px; margin-top: 28px; }
.about-points div { padding: 18px 0 0; border-top: 1px solid var(--line); }
.about-points strong { display: block; color: var(--navy); font-size: 17px; }
.about-points span { display: block; margin-top: 5px; color: var(--muted); font-size: 14px; }
.about-note { margin: 28px 0 0; padding: 16px 18px; color: #42555e; background: rgba(47,143,138,.08); border: 1px solid rgba(47,143,138,.16); border-radius: var(--radius-sm); font-size: 13px; line-height: 1.5; }

.image-break { position: relative; height: 560px; overflow: hidden; background: var(--navy); }
.image-break > img { width: 100%; height: 100%; object-fit: cover; }
.image-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,31,44,.86), rgba(4,31,44,.28) 58%, rgba(4,31,44,.05)); }
.image-break-overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; }
.image-break h2 { color: white; font-size: clamp(48px, 5.5vw, 78px); }

.how { background: var(--cream); }
.section-heading.centered { max-width: 790px; margin: 0 auto 60px; text-align: center; }
.section-heading.centered p:last-child { max-width: 620px; margin: 20px auto 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { position: relative; padding: 30px 24px 34px; background: rgba(255,255,255,.62); border: 1px solid rgba(8,47,70,.09); border-radius: var(--radius-md); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease; }
.step:hover { transform: translateY(-6px); background: rgba(255,255,255,.82); border-color: rgba(47,143,138,.24); box-shadow: 0 18px 42px rgba(2,28,41,.1); }
.step-num { position: absolute; top: 20px; right: 22px; color: rgba(8,47,70,.28); font-size: 12px; font-weight: 900; }
.step-icon { width: 54px; height: 54px; display: grid; place-items: center; background: rgba(47,143,138,.12); border-radius: 50%; }
.step-icon svg { width: 30px; fill: none; stroke: var(--teal-deep); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { margin: 24px 0 8px; color: var(--navy); font-size: 20px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.included { background: var(--paper); }
.included-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 95px; align-items: start; }
.included-copy { position: sticky; top: 145px; }
.included-copy > p:not(.eyebrow) { margin-top: 24px; font-size: 17px; }
.text-link { display: inline-block; margin-top: 22px; color: var(--teal-deep); font-weight: 800; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.included-list { border-top: 1px solid var(--line); }
.included-item { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.included-item > span { color: var(--gold-deep); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.included-item h3 { margin: 0; color: var(--navy); font-size: 19px; }
.included-item p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }

.pricing { color: white; background: var(--navy-deep); overflow: hidden; }
.pricing-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 95px; align-items: center; }
.pricing h2 { color: white; font-size: clamp(50px, 5vw, 76px); }
.pricing-copy > p:not(.eyebrow) { max-width: 600px; margin-top: 22px; color: rgba(255,255,255,.67); font-size: 17px; }
.pricing-value {
  padding-left: 18px;
  border-left: 3px solid rgba(221,168,75,.75);
}
.price-calc { margin-top: 40px; padding: 24px; max-width: 470px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-md); }
.price-calc label { display: block; margin-bottom: 10px; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 700; }
.calc-field + .calc-field { margin-top: 20px; }
.price-calc select { width: 100%; max-width: 300px; height: 46px; padding: 0 14px; color: white; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; outline: none; }
.price-calc select option { color: var(--ink); background: white; }
.counter { display: grid; grid-template-columns: 50px 76px 50px; width: fit-content; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.counter button, .counter input { height: 46px; color: white; text-align: center; background: transparent; border: 0; }
.counter button { font-size: 22px; }
.counter input { width: 76px; appearance: textfield; font-weight: 800; }
.counter input::-webkit-inner-spin-button { appearance: none; }
.calc-total { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin: 22px 0 0; color: rgba(255,255,255,.66); font-size: 13px; }
.calc-total strong { color: #f3cb78; font-size: 22px; text-align: right; }
.calc-note { margin: 10px 0 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.45; }
.price-card { position: relative; padding: 42px; color: var(--ink); background: var(--cream); border-radius: 28px; box-shadow: 0 35px 80px rgba(0,0,0,.22); transition: transform .32s ease, box-shadow .32s ease; }
.price-card:hover, .price-card:focus-within { transform: translateY(-7px); box-shadow: 0 46px 95px rgba(0,0,0,.28); }
.launch-tag { display: inline-flex; padding: 7px 11px; color: var(--navy); background: rgba(221,168,75,.28); border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-label { margin: 24px 0 8px; color: var(--muted); font-size: 13px; font-weight: 700; }
.price-tiers { display: grid; gap: 10px; margin-top: 18px; }
.price-tier { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 16px; background: rgba(8,47,70,.045); border: 1px solid rgba(8,47,70,.08); border-radius: 12px; }
.price-tier.featured { background: rgba(47,143,138,.1); border-color: rgba(47,143,138,.2); }
.price-tier span { color: var(--muted); font-size: 13px; font-weight: 700; }
.price-tier strong { color: var(--navy); font-size: 24px; letter-spacing: -.03em; }
.price-divider { height: 1px; margin: 28px 0; background: rgba(8,47,70,.13); }
.extra-price { display: flex; flex-direction: column; }
.extra-price strong { color: var(--teal-deep); font-size: 26px; }
.extra-price span { color: var(--muted); font-size: 13px; }
.group-note { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.price-card ul { margin: 28px 0 30px; padding: 0; list-style: none; }
.price-card li { position: relative; margin: 12px 0; padding-left: 27px; color: #43565f; font-size: 14px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-deep); font-weight: 900; }
.micro, .form-micro { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.inspiration { background: var(--cream); }
.inspiration .section-heading { max-width: 790px; margin-bottom: 52px; }
.journey-cards { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 22px; }
.journey-card { min-height: 420px; position: relative; overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 18px 46px rgba(2,28,41,.08); transform: translateZ(0); transition: transform .36s ease, box-shadow .36s ease; }
.journey-card:hover, .journey-card:focus-within { transform: translateY(-8px); box-shadow: 0 28px 66px rgba(2,28,41,.16); }
.journey-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .7s ease; }
.journey-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,31,44,.08) 0%, rgba(4,31,44,.22) 35%, rgba(4,31,44,.9) 100%); transition: background .36s ease; }
.journey-photo:hover img, .journey-photo:focus-within img { transform: scale(1.07); filter: saturate(1.08) contrast(1.04); }
.journey-photo:hover::after, .journey-photo:focus-within::after { background: linear-gradient(180deg, rgba(4,31,44,.02) 0%, rgba(4,31,44,.12) 35%, rgba(4,31,44,.82) 100%); }
.journey-color.teal { background: var(--teal-deep); }
.journey-color.gold { background: #cf963b; }
.journey-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 30px; color: white; }
.journey-content { transition: transform .36s ease; }
.journey-card:hover .journey-content, .journey-card:focus-within .journey-content { transform: translateY(-5px); }
.journey-color .journey-content { top: 0; bottom: auto; }
.journey-content span { display: block; margin-bottom: 13px; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; opacity: .75; }
.journey-content h3 { margin: 0; max-width: 430px; font-size: 30px; line-height: 1.06; letter-spacing: -.03em; }
.journey-content p { margin: 16px 0 0; max-width: 430px; color: rgba(255,255,255,.78); font-size: 14px; }
.journey-color::before { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; right: -50px; bottom: -40px; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; position: relative; padding: 25px 48px 25px 0; color: var(--navy); font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 19px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--teal-deep); border: 1px solid rgba(47,143,138,.28); border-radius: 50%; font-size: 20px; }
details[open] summary::after { content: "×"; }
details p { margin: -5px 60px 26px 0; color: var(--muted); font-size: 15px; }

.plan { color: white; background: linear-gradient(135deg, var(--navy) 0%, #0a4452 100%); }
.plan-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.plan h2 { color: white; font-size: clamp(48px, 5vw, 72px); }
.plan-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 17px; }
.plan-next { margin-top: 28px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.plan-next h3 { margin: 0 0 14px; color: white; font-size: 15px; }
.plan-next ol { margin: 0; padding-left: 20px; color: rgba(255,255,255,.68); font-size: 14px; }
.plan-next li + li { margin-top: 9px; }
.contact-note { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-note span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.55); font-size: 12px; }
.contact-note a { font-weight: 800; }
.trip-form { padding: 34px; color: var(--ink); background: var(--paper); border-radius: var(--radius-lg); box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.form-intro { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.date-note { margin: -6px 0 17px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.trip-form label { display: block; margin-bottom: 17px; color: var(--navy); font-size: 12px; font-weight: 800; }
.trip-form input:not([type="checkbox"]), .trip-form select, .trip-form textarea {
  width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid rgba(8,47,70,.16); border-radius: 10px; outline: none;
}
.trip-form input:focus, .trip-form select:focus, .trip-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(47,143,138,.11); }
.trip-form textarea { resize: vertical; min-height: 120px; }
.form-price-line { display: flex; justify-content: space-between; gap: 20px; margin: 6px 0 19px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; }
.form-price-line strong { color: var(--teal-deep); font-size: 18px; }
.consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--muted) !important; font-weight: 500 !important; }
.consent input { margin: 3px 0 0; }
.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-footer { padding: 70px 0 26px; color: rgba(255,255,255,.72); background: #041e2b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .9fr; gap: 70px; }
.footer-brand img { width: 310px; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.56); }
.footer-grid h3 { margin: 0 0 16px; color: white; font-size: 13px; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 9px 0; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 11px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .main-nav a:not(.nav-cta) { display: none; }
  .hero-grid, .intro-grid, .about-grid, .included-grid, .pricing-grid, .faq-grid, .plan-grid { gap: 55px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .fit-grid article:last-child { border-bottom: 0; }
  .experience-strip { grid-template-columns: repeat(2, 1fr); }
  .experience-strip article:nth-child(2) { border-right: 0; }
  .experience-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .journey-cards { grid-template-columns: 1fr 1fr; }
  .journey-card:first-child { grid-column: 1 / -1; min-height: 500px; }
}

@media (max-width: 800px) {
  :root { --container: min(100% - 28px, 680px); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 76px; }
  .brand { width: 220px; }
  .menu-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 76px; left: 0; right: 0;
    padding: 18px 20px 24px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
  }
  .main-nav.open { display: flex; }
  .main-nav a:not(.nav-cta) { display: block; padding: 7px 0; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero { padding-top: 40px; }
  .hero-grid, .intro-grid, .about-grid, .included-grid, .pricing-grid, .faq-grid, .plan-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(55px, 17vw, 78px); }
  .hero-lead { font-size: 18px; }
  .hero-visual { min-height: 480px; }
  .hero-visual > img { height: 480px; border-radius: 26px 26px 90px 26px; }
  .hero-card { left: 18px; right: 18px; bottom: 18px; width: auto; }
  .hero-proof { gap: 18px; justify-content: space-between; }
  .intro-grid { gap: 34px; }
  .intro-copy .large-copy { font-size: 24px; }
  .included-copy { position: static; }
  .included-grid, .faq-grid, .plan-grid { gap: 45px; }
  .about-grid { gap: 42px; }
  .image-break { height: 470px; }
  .journey-cards { grid-template-columns: 1fr; }
  .journey-card:first-child { grid-column: auto; min-height: 430px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .brand { width: 188px; }
  .hero { padding-bottom: 68px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-proof div:last-child { grid-column: 1 / -1; }
  .experience-strip, .steps { grid-template-columns: 1fr; }
  .experience-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
  .experience-strip article:last-child { border-bottom: 0; }
  .image-break h2 { font-size: 48px; }
  .price-card { padding: 30px 24px; }
  .main-price { font-size: 66px; }
  .calc-total { flex-direction: column; gap: 3px; }
  .included-item { grid-template-columns: 42px 1fr; }
  .trip-form { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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