:root {
  --bg: #f1f2ef;
  --surface: #ffffff;
  --ink: #17201e;
  --muted: #69726e;
  --line: #d9ddda;
  --teal: #0c5660;
  --teal-dark: #073f47;
  --mist: #e7ece9;
  --error: #a33b2f;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; background: var(--bg); }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; color: var(--ink); background: var(--bg); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
main, section, header, footer { min-width: 0; }
.shell { width: min(1440px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 11px 16px; color: #fff; background: var(--teal); border-radius: 999px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f0a84c; outline-offset: 3px; }

.topbar { position: relative; z-index: 50; min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding-block: 14px; }
.brand { display: inline-flex; align-items: center; gap: 10px; justify-self: start; min-width: 0; }
.brand-emblem { position: relative; flex: none; width: 38px; height: 38px; overflow: hidden; background: var(--teal); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; box-shadow: 0 8px 22px rgba(12,86,96,.16); }
.brand-emblem i, .brand-emblem em { position: absolute; display: block; font-style: normal; }
.brand-emblem i { left: 9px; top: 19px; width: 21px; height: 6px; background: #fff; border-radius: 1px 5px 5px 2px; transform: skewX(-11deg); }
.brand-emblem i::before { content: ""; position: absolute; left: 6px; bottom: 5px; width: 10px; height: 5px; background: #fff; border-radius: 3px 4px 0 0; }
.brand-emblem i::after { content: ""; position: absolute; left: 13px; bottom: 11px; width: 5px; height: 5px; background: #b9ddd2; border-radius: 50%; transform: skewX(11deg); }
.brand-emblem em { left: 7px; top: 28px; width: 25px; height: 6px; border-top: 2px solid #a9d8d1; border-radius: 50%; }
.brand-emblem em::after { content: ""; position: absolute; left: 3px; top: 2px; width: 20px; height: 5px; border-top: 1px solid rgba(255,255,255,.76); border-radius: 50%; }
.brand b, .brand small { display: block; line-height: 1.08; }
.brand b { letter-spacing: -.02em; font-size: 13px; font-weight: 650; }
.brand small { margin-top: 3px; color: var(--muted); letter-spacing: .09em; font-size: 8px; font-weight: 600; }
.nav-pill { display: flex; align-items: center; gap: 5px; padding: 6px; background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 8px 28px rgba(30,55,49,.05); border-radius: 999px; backdrop-filter: blur(12px); }
.nav-pill a { min-height: 34px; display: flex; align-items: center; padding: 0 18px; border-radius: 999px; font-size: 12px; }
.nav-pill a:hover, .nav-pill a:focus-visible { background: var(--mist); }
.top-actions { display: flex; justify-self: end; align-items: center; gap: 8px; }

.language-menu { position: relative; }
.language-menu summary { min-width: 78px; height: 44px; padding: 0 14px; display: flex; align-items: center; justify-content: center; gap: 7px; cursor: pointer; list-style: none; background: #fff; border-radius: 999px; box-shadow: 0 8px 28px rgba(30,55,49,.06); font-size: 11px; font-weight: 700; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary i { width: 6px; height: 6px; border-right: 1px solid; border-bottom: 1px solid; transform: translateY(-2px) rotate(45deg); }
.language-menu[open] summary i { transform: translateY(2px) rotate(225deg); }
.language-menu > div { position: absolute; z-index: 80; top: calc(100% + 8px); right: 0; width: 178px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 50px rgba(14,44,41,.12); }
.language-menu a { min-height: 44px; display: grid; grid-template-columns: 28px 1fr; align-items: center; padding: 8px 13px; border-bottom: 1px solid var(--line); font-size: 12px; }
.language-menu a:last-child { border-bottom: 0; }
.language-menu a > span:last-child { font-weight: 600; }
.language-flag { width: 20px; display: inline-grid; place-items: center; font-size: 17px; line-height: 1; }
.language-flag::before { display: block; }
.language-flag.flag-en::before { content: "🇬🇧"; }
.language-flag.flag-es::before { content: "🇪🇸"; }
.language-flag.flag-de::before { content: "🇩🇪"; }
.language-flag.flag-it::before { content: "🇮🇹"; }
.language-flag.flag-fr::before { content: "🇫🇷"; }
.language-menu a:hover, .language-menu a:focus-visible, .language-menu a[aria-current="page"] { background: var(--mist); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); column-gap: clamp(40px, 9vw, 140px); padding: 52px 0 112px; }
.hero-heading { min-width: 0; }
.eyebrow { margin: 0 0 18px; color: var(--teal); letter-spacing: .12em; text-transform: uppercase; font-size: 10px; font-weight: 700; }
.hero h1, .section-heading h2, .journey-copy > h2, .faq-intro h2, .final-cta h2, .inner-hero h1, .legal-article h1, .status-card h1 { margin: 0; letter-spacing: -.065em; font-weight: 400; line-height: .95; }
.hero h1 { font-size: clamp(64px, 7.4vw, 120px); }
.hero h1 span, .hero h1 strong { display: block; font-weight: 400; }
.hero h1 strong { color: var(--teal); }
.hero-side { align-self: end; padding-bottom: 10px; }
.hero-side > p { max-width: 390px; margin: 0 0 24px; color: #36413e; font-size: clamp(14px, 1.15vw, 18px); line-height: 1.55; }
.soft-button, .round-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 44px; padding: 0 18px; color: #fff; background: var(--teal); border-radius: 999px; font-size: 12px; font-weight: 600; }
.soft-button:hover, .round-cta:hover { background: var(--teal-dark); }
.hero-visual { position: relative; grid-column: 1 / -1; height: clamp(330px, 39vw, 565px); margin-top: 48px; overflow: hidden; border-radius: 30px; background: #c8dddc; }
.hero-visual::after { content: "IBZ  →  FOR"; position: absolute; top: 24px; left: 26px; padding: 8px 12px; color: #fff; background: rgba(7,63,71,.76); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; backdrop-filter: blur(7px); letter-spacing: .1em; font-size: 9px; font-weight: 700; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }

.booking-panel { position: absolute; z-index: 20; left: 50%; bottom: 38px; width: min(1250px, calc(100% - 112px)); display: grid; grid-template-columns: 1.05fr 1.15fr .92fr 1.05fr .92fr; align-items: stretch; padding: 10px; transform: translateX(-50%); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.9); border-radius: 19px; box-shadow: 0 22px 60px rgba(21,46,42,.16); backdrop-filter: blur(16px); }
.booking-field { position: relative; min-width: 0; min-height: 70px; display: flex; align-items: center; gap: 11px; padding: 10px 15px; border-right: 1px solid var(--line); }
.booking-field small, .trip-content > small { display: block; color: var(--muted); font-size: 9px; line-height: 1.25; }
.booking-field strong { display: block; margin-top: 5px; font-size: 13px; font-weight: 560; line-height: 1.2; }
.field-icon { flex: none; width: 26px; height: 26px; display: grid; place-items: center; color: var(--teal); background: var(--mist); border-radius: 50%; font-size: 11px; font-weight: 700; }
.date-field { display: grid; grid-template-columns: 26px minmax(0,1fr); }
.date-field .mini-link { grid-column: 2; margin-top: -1px; }
.mini-link { display: inline-flex; align-items: center; gap: 5px; color: var(--teal); font-size: 9px; font-weight: 700; }
.trip-content { min-width: 0; width: 100%; }
.trip-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 6px; }
.trip-buttons button { min-width: 0; min-height: 30px; padding: 4px 7px; cursor: pointer; background: #fff; border: 1px solid var(--line); border-radius: 8px; font-size: 9px; line-height: 1.1; }
.trip-buttons button.active { color: #fff; background: var(--ink); border-color: var(--ink); }
.passenger-field { padding: 0; }
.passenger-picker { width: 100%; position: relative; }
.passenger-picker summary { min-height: 70px; display: grid; grid-template-columns: 26px minmax(0,1fr) 10px; align-items: center; gap: 11px; padding: 10px 15px; cursor: pointer; list-style: none; }
.passenger-picker summary::-webkit-details-marker { display: none; }
.passenger-picker summary i { width: 7px; height: 7px; border-right: 1px solid; border-bottom: 1px solid; transform: translateY(-2px) rotate(45deg); }
.passenger-picker[open] summary i { transform: translateY(2px) rotate(225deg); }
.passenger-panel { position: absolute; z-index: 60; bottom: calc(100% + 13px); left: -10px; width: 320px; padding: 8px 16px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 20px 55px rgba(21,46,42,.16); }
.passenger-option { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); }
.passenger-option:last-child { border-bottom: 0; }
.passenger-option strong, .passenger-option small { display: block; }
.passenger-option strong { font-size: 13px; font-weight: 600; }
.passenger-option small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.counter { display: grid; grid-template-columns: 34px 30px 34px; align-items: center; }
.counter button { width: 34px; height: 34px; padding: 0; cursor: pointer; background: var(--bg); border: 1px solid var(--line); border-radius: 50%; font-size: 17px; }
.counter output { text-align: center; font-size: 12px; font-weight: 700; }
.email-field > span:last-child { min-width: 0; width: 100%; }
.email-field input { width: 100%; height: 29px; margin-top: 1px; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 12px; }
.email-field input::placeholder { color: #9ba19e; }
.checkout-button { min-width: 0; min-height: 70px; display: grid; grid-template-columns: minmax(0,1fr) 34px; align-items: center; gap: 8px; padding: 10px 13px 10px 17px; cursor: pointer; color: #fff; background: var(--teal); border: 0; border-radius: 13px; }
.checkout-button:hover, .checkout-button:focus-visible { background: var(--teal-dark); }
.checkout-button:disabled { cursor: wait; opacity: .68; }
.checkout-button small, .checkout-button strong { display: block; text-align: left; }
.checkout-button small { color: rgba(255,255,255,.72); font-size: 8px; line-height: 1.2; }
.checkout-button strong { margin-top: 4px; font-size: 15px; font-weight: 600; }
.checkout-button i { width: 34px; height: 34px; display: grid; place-items: center; color: var(--teal); background: #fff; border-radius: 50%; font-size: 15px; font-style: normal; }
.network-message { grid-column: 1 / -1; margin: 8px 10px 2px; color: #e1251b; font-size: 13px; font-weight: 700; line-height: 1.4; }

.trust-strip { min-height: 88px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; margin-top: 12px; border-bottom: 1px solid var(--line); }
.trust-strip p { min-height: 48px; display: flex; align-items: center; gap: 13px; margin: 0; padding: 0 22px; border-right: 1px solid var(--line); }
.trust-strip p:last-child { border-right: 0; }
.trust-strip p span { color: var(--teal); font-size: 9px; }
.trust-strip p strong { font-size: 11px; font-weight: 550; }

.tickets-section, .journey-section, .faq-section { padding-block: clamp(92px, 9vw, 145px); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.55fr); align-items: end; gap: clamp(40px,9vw,150px); margin-bottom: 48px; }
.section-heading h2, .journey-copy > h2, .faq-intro h2 { font-size: clamp(50px, 5.2vw, 82px); }
.section-heading > p { max-width: 440px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.ticket-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.ticket-card { position: relative; min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e4e7e5; border-radius: var(--radius); box-shadow: 0 18px 45px rgba(26,48,44,.06); }
.ticket-card > img { width: 100%; height: 280px; object-fit: cover; }
.ticket-card-portrait > img { height: 360px; }
.ticket-card-featured > img { height: 360px; }
.card-badge { position: absolute; top: 17px; left: 17px; padding: 7px 10px; color: #fff; background: rgba(11,78,87,.75); border: 1px solid rgba(255,255,255,.23); border-radius: 999px; backdrop-filter: blur(8px); letter-spacing: .06em; font-size: 8px; font-weight: 700; }
.ticket-card-body { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 18px; }
.ticket-card-body h3 { margin: 0; letter-spacing: -.04em; font-size: 24px; font-weight: 450; }
.ticket-card-body p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.ticket-fares { display: grid; grid-template-columns: repeat(3,1fr); margin: 0 18px 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ticket-fares > div { min-width: 0; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; border-right: 1px solid var(--line); }
.ticket-fares > div:last-child { border-right: 0; }
.ticket-fares b, .ticket-fares small { display: block; }
.ticket-fares b { font-size: 12px; font-weight: 650; }
.ticket-fares small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.ticket-fares strong { white-space: nowrap; font-size: 14px; font-weight: 650; }
.ticket-card > a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; margin: 0 18px 18px; padding: 0 17px; color: #fff; background: var(--teal); border-radius: 999px; font-size: 11px; font-weight: 650; }

.journey-section { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); gap: clamp(50px,8vw,125px); align-items: start; border-top: 1px solid var(--line); }
.journey-mosaic { display: grid; grid-template-columns: 1.45fr .62fr; grid-template-rows: auto 270px; gap: 18px; }
.mosaic-note { position: relative; grid-column: 1 / -1; min-height: 210px; padding: 28px; background: var(--mist); border-radius: var(--radius); }
.mosaic-note h2 { margin: 0; letter-spacing: -.055em; font-size: clamp(38px,4vw,62px); font-weight: 400; line-height: .98; }
.mosaic-note > p:last-of-type { max-width: 540px; margin: 20px 70px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.mosaic-note > a, .mosaic-small > a { position: absolute; top: 20px; right: 20px; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: var(--teal); border-radius: 50%; }
.mosaic-main { grid-row: 2 / span 2; width: 100%; height: 560px; object-fit: cover; border-radius: var(--radius); }
.mosaic-small { position: relative; overflow: hidden; border-radius: var(--radius); }
.mosaic-small img { width: 100%; height: 100%; object-fit: cover; }
.mosaic-small > a { top: 14px; right: 14px; width: 42px; height: 42px; color: var(--teal); background: #fff; }
.journey-copy { padding-top: 12px; }
.journey-copy > h2 { max-width: 650px; }
.journey-copy ol { margin: 42px 0 0; padding: 0; list-style: none; }
.journey-copy li { min-height: 112px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.journey-copy li:first-child { border-top: 1px solid var(--line); }
.journey-copy li > span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--teal); background: var(--mist); border-radius: 50%; font-size: 9px; }
.journey-copy li.active { margin-top: 0; padding: 21px 20px; color: #fff; background: var(--teal); border: 0; border-radius: 17px; }
.journey-copy li.active > span { color: #fff; background: rgba(255,255,255,.18); }
.journey-copy h3 { margin: 0; font-size: 18px; font-weight: 500; }
.journey-copy li p { max-width: 460px; margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.journey-copy li.active p { color: rgba(255,255,255,.7); }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,12vw,185px); border-top: 1px solid var(--line); }
.faq-intro > p:last-child { max-width: 330px; margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: grid; grid-template-columns: 1fr 24px; align-items: center; gap: 22px; padding: 18px 0; cursor: pointer; list-style: none; font-size: 17px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i, .faq-list summary i::after { width: 16px; height: 1px; display: block; background: var(--ink); transition: transform .2s; }
.faq-list summary i { position: relative; }
.faq-list summary i::after { content: ""; position: absolute; transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details > p { max-width: 680px; margin: -5px 38px 23px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { min-height: 430px; display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 24px; padding: clamp(40px,6vw,82px); color: #fff; background: var(--teal); border-radius: 32px; }
.final-cta .eyebrow { color: rgba(255,255,255,.6); }
.final-cta h2 { font-size: clamp(54px,7vw,102px); }
.final-cta > a { min-width: 210px; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 0 22px; color: var(--teal); background: #fff; border-radius: 999px; font-size: 12px; font-weight: 650; }

.site-footer { min-height: 240px; display: grid; grid-template-columns: .7fr 1.25fr .65fr; align-items: start; gap: 50px; padding-block: 54px 28px; }
.site-footer > p { max-width: 530px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 11px; }
.site-footer > small { grid-column: 1 / -1; padding-top: 24px; color: #89908d; border-top: 1px solid var(--line); font-size: 9px; }

.inner-topbar { border-bottom: 1px solid var(--line); }
.inner-main { min-height: 70vh; }
.inner-hero { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding-block: clamp(70px,9vw,135px) 55px; }
.inner-hero h1 { font-size: clamp(64px,8vw,112px); }
.inner-hero > div > p:last-child { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 15px; }
.schedule-panel { padding: 20px; background: #fff; border-radius: 26px; box-shadow: 0 18px 55px rgba(26,48,44,.07); }
.schedule-state { min-height: 280px; display: grid; place-items: center; margin: 0; color: var(--muted); }
.schedule-state.error { color: var(--error); }
.schedule-date { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 15px 16px 26px; color: var(--muted); font-size: 11px; font-weight: 600; }
.schedule-date input { min-height: 44px; padding: 0 14px; background: var(--bg); border: 1px solid var(--line); border-radius: 12px; }
.schedule-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.schedule-direction { overflow: hidden; background: var(--bg); border-radius: 19px; }
.schedule-direction header { min-height: 70px; display: flex; align-items: center; gap: 14px; padding: 0 18px; color: #fff; background: var(--teal); }
.schedule-direction header > span { width: 32px; height: 32px; display: grid; place-items: center; background: rgba(255,255,255,.15); border-radius: 50%; font-size: 10px; }
.schedule-direction h2 { margin: 0; font-size: 18px; font-weight: 500; }
.schedule-direction ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 0; padding: 1px; background: var(--line); list-style: none; }
.schedule-direction li { min-height: 76px; display: flex; flex-direction: column; justify-content: center; padding: 12px 16px; background: #fff; }
.schedule-direction li strong { font-size: 18px; font-weight: 550; }
.schedule-direction li small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.schedule-direction .schedule-empty { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }
.schedule-note { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: 45px 100px; }
.schedule-note p { max-width: 780px; color: var(--muted); font-size: 12px; }

.legal-shell, .status-shell { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 34px 0 100px; }
.legal-article { padding-top: clamp(70px,10vw,130px); }
.legal-article h1, .status-card h1 { font-size: clamp(55px,8vw,94px); }
.legal-article > p { max-width: 720px; margin: 30px 0 0; color: var(--muted); line-height: 1.75; }
.legal-article section { margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--line); }
.legal-article h2 { margin: 0 0 12px; font-size: 25px; font-weight: 500; }
.legal-article section p { margin: 0; color: var(--muted); line-height: 1.75; }
.status-card { max-width: 680px; margin: 110px auto 0; padding: clamp(35px,7vw,72px); text-align: center; background: #fff; border-radius: 28px; box-shadow: 0 20px 60px rgba(26,48,44,.08); }
.status-card h1 { margin-top: 28px; }
.status-card > p { color: var(--muted); }
.status-symbol, .status-spinner { width: 62px; height: 62px; margin: 0 auto; border-radius: 50%; }
.status-spinner { border: 5px solid #0c566026; border-top-color: var(--teal); animation: spin .8s linear infinite; }
.status-symbol { display: grid; place-items: center; color: #fff; background: var(--teal); font-size: 25px; }
.status-symbol.error { background: var(--error); }
.status-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px; }
.status-actions a { min-height: 47px; display: inline-flex; align-items: center; padding: 0 19px; color: #fff; background: var(--ink); border-radius: 999px; font-size: 11px; font-weight: 650; }
.status-actions a.primary { background: var(--teal); }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1160px) {
  .booking-panel { position: relative; left: auto; bottom: auto; width: calc(100% - 48px); grid-template-columns: 1fr 1fr; margin: -52px auto 0; transform: none; }
  .booking-field { border-bottom: 1px solid var(--line); }
  .booking-field:nth-child(2), .email-field { border-right: 0; }
  .checkout-button { grid-column: 1 / -1; }
  .hero { padding-bottom: 32px; }
  .trust-strip { margin-top: 40px; }
  .ticket-grid { grid-template-columns: 1fr 1fr; }
  .journey-section { grid-template-columns: 1fr; }
  .journey-mosaic { max-width: 820px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 720px); }
  .topbar { grid-template-columns: 1fr auto; min-height: 70px; }
  .nav-pill { display: none; }
  .hero { padding-top: 32px; }
  .hero { grid-template-columns: 1fr; row-gap: 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .hero h1 { font-size: clamp(56px, 13vw, 90px); }
  .hero-side { padding: 0; }
  .hero-side > p { max-width: 620px; }
  .hero-visual { height: 390px; margin-top: 8px; }
  .booking-panel { width: calc(100% - 20px); }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip p:nth-child(2) { border-right: 0; }
  .trust-strip p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .ticket-grid { display: flex; gap: 14px; overflow-x: auto; padding: 0 1px 18px; scroll-snap-type: x mandatory; }
  .ticket-card { flex: 0 0 min(82vw, 390px); scroll-snap-align: start; }
  .ticket-fares { grid-template-columns: 1fr; }
  .ticket-fares > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .ticket-fares > div:last-child { border-bottom: 0; }
  .faq-section { grid-template-columns: 1fr; gap: 50px; }
  .final-cta { min-height: 390px; align-items: flex-start; flex-direction: column; justify-content: space-between; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { grid-column: 1 / -1; grid-row: 2; }
  .site-footer > small { grid-column: 1 / -1; }
  .schedule-columns { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .shell { width: calc(100% - 24px); }
  .topbar { min-height: 64px; padding-block: 9px; }
  .brand-emblem { width: 38px; height: 38px; }
  .brand b { max-width: 155px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
  .brand small { font-size: 7px; }
  .language-menu summary { min-width: 76px; height: 42px; padding: 0 11px; }
  .hero { padding-top: 22px; }
  .hero-heading { order: 1; }
  .hero-side { order: 2; }
  .booking-panel { order: 3; }
  .hero-visual { order: 4; }
  .hero .eyebrow { margin-bottom: 11px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); line-height: .94; }
  .hero h1 strong { margin-top: 5px; white-space: nowrap; font-size: min(10.5vw, 46px); letter-spacing: -.065em; }
  .hero-side { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 14px; }
  .hero-side > p { margin: 0; font-size: 13px; line-height: 1.45; }
  .hero-side .soft-button { width: 44px; min-width: 44px; padding: 0; justify-content: center; }
  .hero-side .soft-button span:first-child { display: none; }
  .hero-visual { height: 230px; margin-top: 2px; border-radius: 20px; }
  .hero-visual::after { top: 13px; left: 13px; }
  .booking-panel { width: 100%; grid-template-columns: 1fr; margin-top: 2px; padding: 9px; border-radius: 19px; }
  .booking-field { min-height: 78px; gap: 13px; padding: 11px 13px; border-right: 0; }
  .booking-field small, .trip-content > small { font-size: 14px; line-height: 1.3; }
  .booking-field strong { margin-top: 4px; font-size: 18px; }
  .field-icon { width: 38px; height: 38px; font-size: 16px; }
  .date-field { grid-template-columns: 38px 1fr auto; }
  .date-field .mini-link { grid-column: 3; grid-row: 1; align-self: center; justify-self: end; max-width: 110px; text-align: right; }
  .trip-field { align-items: center; }
  .mini-link { font-size: 13px; }
  .trip-buttons { grid-template-columns: 1fr 1fr; gap: 6px; }
  .trip-buttons button { min-height: 44px; font-size: 14px; }
  .passenger-field { padding: 0; }
  .passenger-picker summary { min-height: 78px; grid-template-columns: 38px minmax(0,1fr) 12px; gap: 13px; padding: 11px 13px; }
  .passenger-panel { position: absolute; bottom: calc(100% + 8px); left: -9px; width: calc(100vw - 42px); padding: 8px 14px; }
  .passenger-option { min-height: 70px; }
  .passenger-option strong { font-size: 15px; }
  .passenger-option small { font-size: 12px; }
  .email-field { border-bottom: 1px solid var(--line); }
  .email-field input { height: 38px; font-size: 18px; }
  .checkout-button { grid-column: auto; min-height: 76px; grid-template-columns: minmax(0,1fr) 44px; padding: 11px 13px 11px 19px; }
  .checkout-button small { font-size: 13px; }
  .checkout-button strong { font-size: 23px; }
  .checkout-button i { width: 44px; height: 44px; font-size: 18px; }
  .network-message { margin: 9px 10px 3px; font-size: 15px; line-height: 1.45; }
  .trust-strip { margin-top: 24px; }
  .trust-strip p { min-height: 72px; gap: 10px; padding: 10px 12px; }
  .trust-strip p span { font-size: 11px; }
  .trust-strip p strong { font-size: 13px; line-height: 1.3; }
  .tickets-section, .journey-section, .faq-section { padding-block: 78px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .journey-copy > h2, .faq-intro h2 { font-size: 46px; }
  .section-heading > p { font-size: 12px; }
  .ticket-card-featured > img, .ticket-card-portrait > img { height: 310px; }
  .ticket-card-body h3 { font-size: 28px; }
  .ticket-card-body p { font-size: 12px; }
  .ticket-fares b { font-size: 14px; }
  .ticket-fares small { font-size: 11px; }
  .ticket-fares strong { font-size: 16px; }
  .ticket-card > a { min-height: 54px; font-size: 14px; }
  .journey-mosaic { grid-template-columns: 1fr .55fr; grid-template-rows: auto 220px; gap: 10px; }
  .mosaic-note { min-height: 250px; padding: 22px; }
  .mosaic-note h2 { font-size: 41px; }
  .mosaic-note > p:last-of-type { margin-right: 0; padding-right: 0; font-size: 11px; }
  .mosaic-note > a { top: auto; right: 18px; bottom: 18px; }
  .mosaic-main { height: 410px; border-radius: 18px; }
  .mosaic-small { border-radius: 18px; }
  .journey-copy { padding-top: 65px; }
  .journey-copy ol { margin-top: 28px; }
  .journey-copy li { min-height: 100px; }
  .journey-copy li.active { padding: 17px; }
  .faq-list summary { font-size: 15px; }
  .final-cta { min-height: 360px; margin-bottom: 12px; padding: 30px; border-radius: 24px; }
  .final-cta h2 { font-size: 50px; }
  .final-cta > a { min-width: 100%; }
  .final-cta > a { font-size: 14px; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; padding-block: 42px 24px; }
  .site-footer > p, .site-footer > small { grid-column: 1; grid-row: auto; }
  .inner-hero { align-items: flex-start; flex-direction: column; padding-block: 65px 34px; }
  .inner-hero h1 { font-size: 58px; }
  .schedule-panel { width: calc(100% - 16px); padding: 10px; }
  .schedule-date { align-items: flex-start; flex-direction: column; gap: 12px; padding: 12px 8px 20px; }
  .schedule-date input { width: 100%; }
  .schedule-direction ul { grid-template-columns: 1fr 1fr; }
  .schedule-note { align-items: flex-start; flex-direction: column; gap: 20px; padding-bottom: 70px; }
  .legal-shell, .status-shell { width: calc(100% - 28px); }
  .status-card { margin-top: 70px; }
}

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