:root {
  --paper: #f5eddd;
  --paper-light: #fffaf0;
  --ink: #172c2c;
  --muted: #65706b;
  --orange: #e86418;
  --orange-dark: #c94f0c;
  --teal: #006b72;
  --teal-dark: #03474b;
  --gold: #e2a93b;
  --line: rgba(23, 44, 44, .22);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --hand: "Caveat", cursive;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 16% 20%, rgba(104, 70, 35, .045) 0 1px, transparent 1.5px) 0 0/11px 11px,
    radial-gradient(circle at 70% 65%, rgba(104, 70, 35, .035) 0 1px, transparent 1.3px) 0 0/15px 15px,
    var(--paper);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 1000; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  min-height: 86px;
  padding: 10px clamp(22px, 5vw, 78px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  z-index: 50;
  border-bottom: 1px solid rgba(23,44,44,.13);
  background: rgba(245, 237, 221, .92);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: max-content; }
.brand img { width: 66px; height: 66px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; letter-spacing: .08em; }
.brand-copy strong { font-size: .92rem; color: var(--teal-dark); }
.brand-copy small { margin-top: 7px; font-size: .67rem; letter-spacing: .23em; color: var(--orange); }
.desktop-nav { display: flex; gap: clamp(24px, 4vw, 58px); font-size: .79rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav a { text-decoration: none; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-nav a[aria-current="page"]::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.language-switch { font-size: .73rem; letter-spacing: .12em; }
.language-switch span { color: var(--orange); }
.header-cta { text-decoration: none; color: white; background: var(--teal-dark); padding: 12px 18px; border-radius: 2px; font-size: .79rem; font-weight: 700; }
.header-cta span { color: #ffad65; margin-left: 8px; }
.menu-toggle { display: none; width: 42px; height: 42px; background: transparent; border: 1px solid var(--line); }
.menu-toggle span { display: block; height: 2px; width: 20px; margin: 5px auto; background: var(--ink); }
.mobile-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--paper-light); padding: 26px; border-bottom: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px; text-decoration: none; font-family: var(--serif); font-size: 1.5rem; }

.hero {
  min-height: calc(100vh - 86px);
  padding: clamp(50px, 6vw, 92px) clamp(22px, 6vw, 96px) 52px;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.25fr);
  grid-template-rows: auto 1fr auto;
  column-gap: clamp(20px, 3vw, 54px);
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(120deg, rgba(255,255,255,.22), transparent 38%); }
.hero-copy { grid-column: 1 / -1; grid-row: 1; position: relative; z-index: 5; max-width: 1050px; }
.eyebrow { margin: 0 0 20px; color: var(--orange); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(4.4rem, 7.4vw, 8.8rem); line-height: .84; letter-spacing: -.045em; }
.hero h1 em { font-weight: 400; color: var(--teal-dark); }
.hero-lede { margin: 26px 0 0; max-width: 570px; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.7; color: #455552; }
.hero-photo { grid-column: 2; grid-row: 1 / 4; align-self: stretch; min-height: 630px; margin: 20px -96px -52px 0; position: relative; z-index: -1; overflow: hidden; clip-path: polygon(8% 4%, 28% 1%, 48% 5%, 70% 2%, 100% 7%, 100% 95%, 83% 98%, 64% 94%, 45% 99%, 25% 95%, 0 98%, 2% 74%, 0 51%, 3% 27%); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,237,221,.88) 0%, rgba(245,237,221,.25) 20%, transparent 52%), linear-gradient(0deg, rgba(0,74,76,.18), transparent 45%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.04); }
.hero-photo figcaption { position: absolute; z-index: 2; right: 38px; bottom: 34px; display: flex; gap: 24px; padding: 9px 12px; color: white; background: rgba(3,71,75,.78); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.local-stamp { position: absolute; z-index: 8; top: 32px; right: 7%; width: 124px; height: 124px; border: 1px solid rgba(202,79,12,.62); border-radius: 50%; color: var(--orange-dark); display: flex; flex-direction: column; align-items: center; justify-content: center; text-transform: uppercase; transform: rotate(7deg); background: rgba(245,237,221,.72); box-shadow: inset 0 0 0 5px rgba(245,237,221,.75), inset 0 0 0 6px rgba(202,79,12,.35); }
.local-stamp span { font-size: .54rem; letter-spacing: .14em; }
.local-stamp strong { font-family: var(--serif); font-size: 2.15rem; line-height: .95; }

.arrival-zone { grid-column: 1 / -1; grid-row: 3; z-index: 10; align-self: end; display: grid; grid-template-columns: 124px minmax(440px, 610px) 1fr; align-items: end; gap: 0 14px; margin-top: 72px; }
.airport-stamp { width: 114px; height: 128px; border: 3px double var(--teal); color: var(--teal); transform: rotate(-5deg); display: flex; flex-direction: column; justify-content: center; align-items: center; text-transform: uppercase; background: rgba(245,237,221,.88); box-shadow: 0 8px 25px rgba(28,50,46,.12); }
.airport-stamp span, .airport-stamp small { font-size: .59rem; font-weight: 700; letter-spacing: .16em; }
.airport-stamp strong { font-size: 2.65rem; line-height: 1; letter-spacing: .05em; margin: 4px 0; }
.arrival-ticket { position: relative; padding: 27px 30px 24px; background: radial-gradient(circle at 18% 25%, rgba(116,80,43,.045) 0 1px, transparent 1.4px) 0 0/10px 10px, #fbf4e5; border: 1px solid rgba(94,74,49,.27); box-shadow: 0 18px 45px rgba(55,42,28,.16), 0 2px 0 rgba(255,255,255,.8) inset; transform: rotate(-1.1deg); }
.arrival-ticket::before, .arrival-ticket::after { content: ""; position: absolute; right: -14px; width: 28px; height: 28px; border-radius: 50%; background: var(--paper); }
.arrival-ticket::before { top: 24%; }
.arrival-ticket::after { bottom: 24%; }
.ticket-heading { position: relative; display: flex; align-items: center; gap: 13px; margin-bottom: 18px; padding-right: 105px; }
.ticket-heading::after { content: "TGC / CR · 001"; position: absolute; top: 2px; right: 0; color: #897b69; font-size: .52rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.tiny-plane { color: var(--orange); font-size: 1.8rem; }
.ticket-heading p { margin: 0 0 3px; color: var(--orange-dark); font-size: .61rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.ticket-heading h2 { margin: 0; font-family: var(--hand); color: var(--teal-dark); font-size: 2.25rem; line-height: .9; transform: rotate(-1deg); }
.airport-options { border: 0; padding: 0; margin: 0; display: grid; gap: 8px; }
.airport-option { min-height: 48px; padding: 8px 13px; display: grid; grid-template-columns: 22px 52px 1fr auto; align-items: center; gap: 8px; border: 1px solid #9b8d78; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.airport-option:hover { transform: translateX(3px); }
.airport-option:has(input:checked) { background: rgba(232,100,24,.075); border-color: var(--orange); }
.airport-option input { position: absolute; opacity: 0; pointer-events: none; }
.radio-mark { width: 17px; height: 17px; border: 1.5px solid var(--ink); border-radius: 50%; display: grid; place-items: center; }
.airport-option input:checked + .radio-mark::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
.airport-option strong { font-size: 1rem; letter-spacing: .12em; }
.airport-option > span:not(.radio-mark) { font-weight: 600; }
.airport-option small { color: #726b5e; font-size: .68rem; }
.ticket-continue { margin-top: 13px; width: 100%; border: 0; padding: 13px 17px; background: var(--orange); color: white; display: flex; justify-content: space-between; align-items: center; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.ticket-continue:hover { background: var(--orange-dark); transform: translateY(-2px); }
.ticket-note { margin: 9px 0 0; font-size: .68rem; color: #7b7061; }
.arrival-next { align-self: end; margin: 0 0 3px; padding: 14px 70px 14px 30px; color: white; background: var(--teal-dark); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; min-height: 80px; }
.arrival-next p { margin: 0; color: #e9ad70; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.arrival-next strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.arrival-next > span { font-size: 1.7rem; }

.hero-map-lines { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 4; }
.hero-map-lines i { position: absolute; display: block; border: 2px dashed rgba(224,92,17,.67); border-radius: 50%; }
.hero-map-lines i:nth-child(1) { width: 350px; height: 165px; left: 43%; bottom: 0; border-left-color: transparent; border-bottom-color: transparent; transform: rotate(18deg); }
.hero-map-lines i:nth-child(2) { width: 16px; height: 16px; left: 58%; bottom: 112px; background: var(--paper); border: 3px solid var(--orange); }
.hero-map-lines i:nth-child(3) { width: 12px; height: 12px; left: 76%; bottom: 35px; background: var(--orange); border: 0; }

@media (min-width: 1101px) {
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(4.4rem, 6.2vw, 7.6rem); }
  .hero-lede { margin-top: 20px; }
  .hero-photo { min-height: 525px; margin-bottom: -28px; }
  .arrival-zone { margin-top: 36px; }
}

.chapter-label { margin: 0 0 18px; color: var(--orange); text-transform: uppercase; letter-spacing: .18em; font-size: .7rem; font-weight: 700; }
.section-intro { max-width: 760px; }
.section-intro h2, .experience-heading h2, .faq-heading h2 { font: 400 clamp(3.2rem, 6vw, 7rem)/.92 var(--serif); letter-spacing: -.035em; margin: 0 0 24px; }
.section-intro h2 em, .experience-heading h2 em, .faq-heading h2 em { color: var(--teal); font-weight: 400; }
.section-intro > p:last-child, .experience-heading > p:last-child { max-width: 590px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.section-intro.light { color: var(--paper-light); }
.section-intro.light > p:last-child { color: rgba(255,250,240,.7); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.route-planner { padding: 110px clamp(22px, 7vw, 110px) 0; color: var(--paper-light); background: var(--teal-dark); overflow: hidden; }
.planner-shell { margin-top: 58px; display: grid; grid-template-columns: 1.05fr .95fr; max-width: 1240px; background: var(--paper-light); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.planner-form { padding: clamp(28px, 4vw, 58px); display: grid; grid-template-columns: 1fr 1fr; gap: 28px 22px; align-content: start; }
.planner-field { display: grid; gap: 9px; }
.planner-field label, .planner-field legend { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.planner-field select { appearance: none; width: 100%; padding: 15px 42px 15px 0; color: var(--ink); background: linear-gradient(45deg, transparent 50%, var(--orange) 50%) calc(100% - 9px) 20px/6px 6px no-repeat, linear-gradient(135deg, var(--orange) 50%, transparent 50%) 100% 20px/6px 6px no-repeat, transparent; border: 0; border-bottom: 1px solid #8f938e; border-radius: 0; font-size: 1rem; }
.planner-field select:focus { outline: 2px solid var(--orange); outline-offset: 5px; }
.trip-type { border: 0; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; }
.trip-type legend { grid-column: 1 / -1; margin-bottom: 9px; }
.trip-type label { position: relative; }
.trip-type input { position: absolute; opacity: 0; }
.trip-type span { display: block; padding: 13px 12px; text-align: center; border: 1px solid #91958f; cursor: pointer; }
.trip-type label + label span { border-left: 0; }
.trip-type input:checked + span { background: var(--teal-dark); color: white; border-color: var(--teal-dark); }
.fare-ticket { position: relative; margin: -28px 28px 28px 0; padding: 34px 38px 30px; align-self: stretch; color: #163033; background: #ef9b4f; overflow: hidden; box-shadow: 0 18px 35px rgba(75,43,16,.2); }
.fare-ticket::before, .fare-ticket::after { content: ""; position: absolute; left: -16px; width: 32px; height: 32px; border-radius: 50%; background: var(--paper-light); }
.fare-ticket::before { top: 28%; }
.fare-ticket::after { bottom: 28%; }
.fare-topline { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px dashed rgba(22,48,51,.42); font-size: .63rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.fare-route { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin: 28px 0 8px; }
.fare-route > strong { font: 400 clamp(2.4rem, 4vw, 4.2rem)/1 var(--serif); }
.fare-line { display: flex; align-items: center; gap: 8px; color: var(--teal-dark); }
.fare-line i { height: 1px; flex: 1; background: repeating-linear-gradient(90deg, var(--teal-dark) 0 6px, transparent 6px 11px); }
.fare-ticket > p { margin: 0; font-size: .78rem; }
.fare-total { margin: 24px 0 20px; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(22,48,51,.28); border-bottom: 1px solid rgba(22,48,51,.28); }
.fare-total > span { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.fare-total > strong { font: 400 3.25rem/1 var(--serif); }
.fare-total small { font: 700 .58rem var(--sans); letter-spacing: .12em; }
.fare-includes { margin: 0 0 24px; padding: 0; list-style: none; font-size: .76rem; line-height: 1.9; }
.fare-includes li::before { content: "✓"; margin-right: 9px; color: var(--teal-dark); font-weight: 700; }
.fare-cta { display: flex; justify-content: space-between; padding: 14px 16px; color: white; background: var(--teal-dark); text-decoration: none; font-weight: 700; }
.fare-disclaimer { margin-top: 13px !important; font-size: .62rem !important; line-height: 1.5; opacity: .73; }
.route-ribbon { margin: 72px calc(clamp(22px, 7vw, 110px) * -1) 0; padding: 23px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: repeat(4,1fr); background: #082f31; border-top: 1px solid rgba(255,255,255,.13); }
.route-ribbon span { padding: 0 22px; font-family: var(--serif); font-size: 1rem; border-right: 1px solid rgba(255,255,255,.18); }
.route-ribbon span:first-child { padding-left: 0; }
.route-ribbon span:last-child { border-right: 0; }
.route-ribbon b { margin-right: 12px; color: #f3a05e; font: 700 .62rem var(--sans); }

.popular-routes { padding: 120px clamp(22px, 7vw, 110px) 110px; }
.route-grid { margin-top: 66px; display: grid; grid-template-columns: 1fr 1.12fr 1fr; gap: clamp(18px, 2.5vw, 38px); align-items: start; }
.route-postcard { min-width: 0; background: var(--paper-light); box-shadow: 0 18px 44px rgba(57,43,28,.13); transform: rotate(-1.2deg); }
.route-postcard:nth-child(3) { transform: rotate(1.1deg); }
.route-postcard--tall { margin-top: -26px; }
.route-postcard img { width: 100%; height: 230px; object-fit: cover; filter: saturate(.86); }
.route-postcard--tall img { height: 285px; }
.postcard-copy { padding: 25px 25px 28px; }
.postcard-copy > span { color: var(--orange); font-size: .63rem; font-weight: 700; letter-spacing: .16em; }
.postcard-copy h3 { margin: 12px 0 9px; font: 400 1.75rem/1.05 var(--serif); }
.postcard-copy p { margin: 0 0 20px; color: var(--muted); font-size: .78rem; }
.postcard-copy > strong { display: block; padding-top: 15px; border-top: 1px dashed #b8ac99; font: 400 1.35rem var(--serif); }
.postcard-copy > strong small { font: 500 .65rem var(--sans); color: var(--muted); }
.postcard-copy button { margin-top: 18px; padding: 0; color: var(--teal-dark); background: none; border: 0; font-weight: 700; cursor: pointer; }
.route-details { float: right; margin-top: 18px; color: var(--muted); text-decoration: none; font-size: .68rem; }
.route-reference-note { margin: 48px auto 0; max-width: 760px; color: var(--muted); text-align: center; font-size: .72rem; }

.experience-section { padding: 120px clamp(22px, 7vw, 110px); background: #e8dcc7; }
.experience-heading { max-width: 850px; }
.package-stack { margin-top: 70px; display: grid; gap: 45px; }
.package-card { min-height: 520px; position: relative; display: grid; grid-template-columns: 1.16fr .84fr; background: var(--paper-light); box-shadow: 0 24px 55px rgba(54,41,25,.15); }
.package-card--reverse { grid-template-columns: .84fr 1.16fr; }
.package-card--reverse img { grid-column: 2; }
.package-card--reverse .package-copy { grid-column: 1; grid-row: 1; }
.package-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.package-index { position: absolute; z-index: 3; top: 24px; left: 24px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--orange); font-size: .69rem; letter-spacing: .12em; }
.package-card--reverse .package-index { left: auto; right: 24px; }
.package-copy { padding: clamp(32px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.package-copy > p { margin: 0 0 15px; color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-size: .63rem; font-weight: 700; }
.package-copy h3 { margin: 0 0 15px; font: 400 clamp(2.4rem, 4vw, 4.3rem)/.95 var(--serif); }
.package-copy > span { padding-bottom: 20px; color: var(--teal); border-bottom: 1px solid #c9bba5; font: 600 .78rem var(--sans); }
.package-copy ul { margin: 22px 0 28px; padding: 0; list-style: none; color: var(--muted); font-size: .83rem; line-height: 2; }
.package-copy li::before { content: "—"; margin-right: 10px; color: var(--orange); }
.package-copy a { width: max-content; color: var(--teal-dark); text-decoration: none; font-weight: 700; border-bottom: 1px solid var(--teal-dark); }
.all-packages-link { margin: 48px auto 0; width: max-content; display: flex; gap: 40px; padding: 15px 20px; color: white; background: var(--teal-dark); text-decoration: none; font-weight: 700; }

.story-section { padding: 120px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: .3fr 1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: start; }
.story-stamp { width: 150px; height: 150px; border: 2px solid var(--orange); border-radius: 50%; color: var(--orange-dark); transform: rotate(-7deg); display: flex; flex-direction: column; align-items: center; justify-content: center; text-transform: uppercase; box-shadow: inset 0 0 0 5px var(--paper), inset 0 0 0 6px rgba(232,100,24,.45); }
.story-stamp span, .story-stamp small { font-size: .55rem; letter-spacing: .16em; }
.story-stamp strong { font: 400 2.4rem var(--serif); }
.story-copy h2 { margin: 0 0 28px; font: 400 clamp(3rem, 5.4vw, 6.4rem)/.92 var(--serif); letter-spacing: -.04em; }
.story-copy h2 em { color: var(--teal); font-weight: 400; }
.story-copy > p:not(.chapter-label) { color: var(--muted); line-height: 1.8; }
.story-copy .story-lede { color: var(--ink) !important; font: 400 1.35rem/1.55 var(--serif); }
.story-copy a { display: inline-block; margin-top: 18px; color: var(--orange-dark); font-weight: 700; text-decoration: none; border-bottom: 1px solid; }
.story-values { border-top: 1px solid var(--line); }
.story-values article { padding: 26px 0; display: grid; grid-template-columns: 42px 1fr; border-bottom: 1px solid var(--line); }
.story-values span { grid-row: 1 / 3; color: var(--orange); font-size: .65rem; font-weight: 700; }
.story-values h3 { margin: 0 0 7px; font: 400 1.55rem var(--serif); }
.story-values p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.6; }

.arrival-story { padding: 115px clamp(22px, 7vw, 110px); color: white; background: #102c2d; }
.arrival-timeline { margin: 70px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.arrival-timeline::before { content: ""; position: absolute; top: 27px; left: 2%; right: 2%; height: 1px; background: linear-gradient(90deg, var(--orange), #f1b758); }
.arrival-timeline li { position: relative; padding: 66px 34px 0 0; }
.arrival-timeline li::before { content: ""; position: absolute; top: 19px; left: 0; width: 16px; height: 16px; border: 3px solid var(--orange); border-radius: 50%; background: #102c2d; }
.arrival-timeline li:last-child::before { background: var(--orange); }
.arrival-timeline span { color: #f2a164; font-size: .62rem; letter-spacing: .14em; }
.arrival-timeline strong { display: block; margin: 10px 0 9px; font: 400 1.65rem var(--serif); }
.arrival-timeline p { margin: 0; max-width: 240px; color: rgba(255,255,255,.62); font-size: .8rem; line-height: 1.65; }

.faq-section { padding: 120px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 120px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font: 400 1.25rem var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-family: var(--sans); transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 50px 25px 0; color: var(--muted); font-size: .86rem; line-height: 1.7; }

.final-cta { min-height: 650px; padding: 120px clamp(22px, 7vw, 110px) 55px; position: relative; color: white; text-align: center; background: linear-gradient(rgba(3,51,53,.68), rgba(3,51,53,.84)), url('hero-banner.webp') center 55%/cover; overflow: hidden; }
.final-cta .chapter-label { color: #f4a268; }
.final-cta h2 { margin: 0; font: 400 clamp(4.3rem, 8.7vw, 10rem)/.82 var(--serif); letter-spacing: -.045em; }
.final-cta > p:not(.chapter-label) { margin: 30px 0; color: rgba(255,255,255,.75); }
.final-cta > a { display: inline-flex; gap: 44px; padding: 16px 20px; color: white; background: var(--orange); text-decoration: none; font-weight: 700; }
.cta-route span { position: absolute; left: 5%; right: 5%; bottom: 150px; height: 1px; background: repeating-linear-gradient(90deg, rgba(255,170,100,.5) 0 8px, transparent 8px 16px); transform: rotate(-3deg); }
.cta-route i, .cta-route b { position: absolute; bottom: 143px; width: 16px; height: 16px; border: 2px solid #f4a268; border-radius: 50%; }
.cta-route i { left: 8%; }
.cta-route b { right: 8%; background: #f4a268; }
.contact-line { position: absolute; left: clamp(22px, 7vw, 110px); right: clamp(22px, 7vw, 110px); bottom: 30px; display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.7); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { padding: 70px clamp(22px, 7vw, 110px) 24px; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; color: var(--paper-light); background: #082729; }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-brand img { width: 90px; height: 90px; object-fit: cover; border-radius: 50%; mix-blend-mode: screen; }
.footer-brand p { font: 400 1.45rem/1.25 var(--serif); }
.site-footer nav, .footer-social { display: grid; align-content: center; gap: 10px; }
.site-footer a { width: max-content; color: rgba(255,255,255,.72); text-decoration: none; font-size: .78rem; }
.site-footer a:hover { color: #f4a268; }
.footer-bottom { grid-column: 1 / -1; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; color: rgba(255,255,255,.43); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .language-switch, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto 420px auto; padding-inline: 30px; }
  .hero-copy { grid-column: 1; }
  .hero h1 { font-size: clamp(4rem, 10vw, 7rem); }
  .hero-photo { grid-column: 1; grid-row: 2; margin: -20px -30px 0 24%; min-height: 460px; }
  .arrival-zone { grid-column: 1; grid-row: 3; grid-template-columns: 100px minmax(0, 570px); margin-top: -60px; }
  .arrival-next { display: none; }
  .planner-shell { grid-template-columns: 1fr; }
  .fare-ticket { margin: 0 28px 28px; }
  .route-grid { grid-template-columns: repeat(2,1fr); }
  .route-postcard:nth-child(3) { grid-column: 1 / -1; max-width: 52%; justify-self: center; }
  .story-section { grid-template-columns: 160px 1fr; }
  .story-values { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); }
  .story-values article { display: block; padding-right: 24px; }
  .story-values span { display: block; margin-bottom: 14px; }
}

@media (max-width: 680px) {
  .site-header { min-height: 72px; padding: 8px 16px; }
  .brand img { width: 52px; height: 52px; }
  .brand-copy strong { font-size: .74rem; }
  .brand-copy small { font-size: .54rem; }
  .hero { padding: 45px 18px 32px; min-height: auto; grid-template-rows: auto 310px auto; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 5.2rem); line-height: .88; }
  .hero-lede { font-size: .98rem; line-height: 1.55; }
  .hero-photo { min-height: 330px; margin: -6px -18px 0 11%; clip-path: polygon(6% 6%, 35% 0, 68% 5%, 100% 1%, 100% 96%, 70% 100%, 38% 96%, 0 100%, 3% 55%); }
  .hero-photo figcaption { right: 12px; bottom: 16px; font-size: .52rem; gap: 8px; }
  .local-stamp { width: 88px; height: 88px; top: 25px; right: 10px; }
  .local-stamp strong { font-size: 1.6rem; }
  .local-stamp span { font-size: .4rem; }
  .arrival-zone { display: block; margin-top: -34px; }
  .airport-stamp { position: absolute; width: 82px; height: 90px; margin-top: -58px; right: 18px; z-index: 4; }
  .airport-stamp strong { font-size: 2rem; }
  .arrival-ticket { padding: 24px 19px 20px; transform: none; }
  .ticket-heading h2 { font-size: 1.95rem; }
  .airport-option { grid-template-columns: 20px 48px 1fr; }
  .airport-option small { display: none; }
  .hero-map-lines { display: none; }
  .section-intro h2, .experience-heading h2, .faq-heading h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .route-planner, .popular-routes, .experience-section, .story-section, .arrival-story, .faq-section { padding: 78px 18px; }
  .planner-shell { margin-top: 36px; }
  .planner-form { padding: 28px 20px; grid-template-columns: 1fr; gap: 22px; }
  .fare-ticket { margin: 0; padding: 30px 24px; }
  .fare-route > strong { font-size: 2.55rem; }
  .fare-total > strong { font-size: 2.6rem; }
  .route-ribbon { margin: 55px -18px -78px; padding: 22px 18px; grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .route-ribbon span { padding: 0 10px; font-size: .78rem; }
  .route-ribbon span:nth-child(2) { border-right: 0; }
  .route-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 42px; }
  .route-postcard, .route-postcard:nth-child(3) { transform: none; max-width: none; grid-column: auto; }
  .route-postcard--tall { margin-top: 0; }
  .route-postcard img, .route-postcard--tall img { height: 230px; }
  .package-stack { margin-top: 44px; gap: 28px; }
  .package-card, .package-card--reverse { grid-template-columns: 1fr; min-height: 0; }
  .package-card img, .package-card--reverse img { grid-column: 1; grid-row: 1; min-height: 270px; height: 270px; }
  .package-card .package-copy, .package-card--reverse .package-copy { grid-column: 1; grid-row: 2; padding: 32px 24px; }
  .package-card--reverse .package-index { left: 18px; right: auto; }
  .package-index { top: 18px; left: 18px; }
  .story-section { display: block; }
  .story-stamp { width: 112px; height: 112px; float: right; margin: 0 0 20px 20px; }
  .story-copy h2 { font-size: clamp(3rem, 14vw, 5.2rem); }
  .story-values { clear: both; margin-top: 55px; display: block; }
  .story-values article { display: grid; padding-right: 0; }
  .story-values span { display: initial; margin: 0; }
  .arrival-timeline { margin-top: 45px; grid-template-columns: 1fr; gap: 0; }
  .arrival-timeline::before { top: 0; bottom: 0; left: 8px; right: auto; width: 1px; height: auto; }
  .arrival-timeline li { padding: 0 0 42px 48px; }
  .arrival-timeline li::before { top: 0; }
  .faq-section { grid-template-columns: 1fr; gap: 35px; }
  .faq-list summary { font-size: 1.1rem; }
  .final-cta { min-height: 640px; padding: 95px 18px 120px; }
  .final-cta h2 { font-size: clamp(4rem, 20vw, 7rem); }
  .contact-line { left: 18px; right: 18px; bottom: 22px; display: grid; justify-content: center; text-align: center; }
  .cta-route { display: none; }
  .site-footer { padding: 55px 18px 22px; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 8px; }
}

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