/* LEDO editorial presentation. Brand colours and type remain defined in ledo.css. */
:root { --page-width: 82rem; --gutter: clamp(1.25rem, 4.5vw, 4.5rem); }
body { -webkit-font-smoothing: antialiased; }
::selection { background: var(--blue-bright); color: var(--night); }
:where(a, button):focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 5px; }
:where(section[id]) { scroll-margin-top: 1.5rem; }
.site-header { max-width: var(--page-width); display: grid; grid-template-columns: auto 1fr auto; gap: 1.6rem; padding: 1.15rem var(--gutter); border-bottom: 1px solid var(--line); }
.brand { gap: .6rem; font-size: .8rem; letter-spacing: .19em; white-space: nowrap; }
.brand-logo { width: 2.8rem; height: 2.8rem; }
.site-header > nav { justify-content: flex-end; gap: clamp(.85rem, 1.5vw, 1.65rem); }
.site-header > nav a, .nav-account-form button { font-size: .75rem; white-space: nowrap; }
.nav-cta { padding: .65rem .9rem; border-radius: .35rem; }
.nav-account-form button { min-height: 2.5rem; }
.hero { isolation: isolate; min-height: 41rem; max-width: var(--page-width); grid-template-columns: 1.2fr .8fr; gap: 2rem; margin: 0 auto; padding: 4rem var(--gutter) 3rem; overflow: hidden; }
.hero-landscape { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero::before { z-index: -2; inset: 0; width: auto; height: auto; border-radius: 0; background: linear-gradient(90deg, var(--night) 2%, rgb(7 11 18 / 92%) 25%, rgb(7 11 18 / 18%) 80%), linear-gradient(0deg, var(--night), transparent 38%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgb(7 11 18 / 22%), transparent 45%); pointer-events: none; }
.hero h1 { max-width: 14ch; overflow-wrap: anywhere; }
.hero h1 em { font-weight: 350; }
.hero .eyebrow { margin-bottom: 1.65rem; }
.eyebrow { font-size: .65rem; letter-spacing: .2em; }
.eyebrow span { flex-shrink: 0; width: 1.7rem; }
.hero-lead { max-width: 33rem; margin: 1.7rem 0; font-size: 1rem; line-height: 1.8; color: var(--ice); }
.hero-note { max-width: 30rem; margin: 1.1rem 0 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.button { min-height: 3.2rem; gap: 1.65rem; padding: .85rem 1.25rem; border-radius: .4rem; font-size: .85rem; font-weight: 600; transition: background .2s, border-color .2s, transform .2s, box-shadow .2s; }
.button-primary { box-shadow: 0 5px 22px rgb(85 167 255 / 12%); }
.button-primary:hover { box-shadow: 0 8px 28px rgb(85 167 255 / 24%); }
.button-quiet { background: rgb(7 11 18 / 32%); }
.button-quiet:hover { border-color: var(--blue-bright); }
.hero-visual { min-height: 25rem; height: 100%; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; padding-top: 1rem; }
.hero-visual::before, .hero-visual::after { content: none; }
.hero-signature { order: -1; display: grid; text-align: right; line-height: .88; letter-spacing: -.07em; font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 700; color: rgb(220 238 255 / 72%); }
.hero-signature b { margin-top: .7rem; font-weight: 400; font-size: .7rem; letter-spacing: .65em; }
.hero-visual .route-card { position: relative; bottom: auto; width: 100%; max-width: 23rem; transform: none; padding: 1.5rem; border-color: rgb(220 238 255 / 22%); border-radius: .5rem; background: rgb(7 11 18 / 60%); box-shadow: 0 16px 50px rgb(0 0 0 / 15%); }
.route-line { margin-bottom: 1rem; }
.route-line i { width: .5rem; height: .5rem; box-shadow: none; }
.route-cities { gap: .75rem; font-size: .85rem; }
.route-card p { margin: 1rem 0 0; padding-top: .8rem; border-top: 1px solid var(--line); font-size: .73rem; letter-spacing: .025em; }
.trust-strip { max-width: calc(var(--page-width) - 2 * var(--gutter)); margin-inline: auto; }
.trust-strip article { padding: 1.4rem 1.5rem; gap: .9rem; }
.trust-strip article > span { display: grid; place-items: center; width: 2rem; height: 2rem; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; font-size: .65rem; }
.trust-strip strong { font-size: .84rem; font-weight: 600; }
.trust-strip small { font-size: .72rem; line-height: 1.5; }
.section { max-width: var(--page-width); padding: 4.5rem var(--gutter); }
.section + .section { padding-top: 2rem; }
.section h2, .closing h2 { text-wrap: balance; overflow-wrap: anywhere; }
.section p { font-size: .9rem; }
.section .eyebrow { font-size: .65rem; }
.process { display: grid; grid-template-columns: .75fr 1.25fr; gap: 3rem; align-items: start; }
.steps { grid-template-columns: 1fr; gap: 0; margin: 0; border: 0; background: none; }
.steps article { min-height: 0; display: grid; grid-template-columns: 2rem 1fr; column-gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.steps article:first-child { padding-top: 0; }
.steps b { grid-row: 1 / 3; margin-top: .35rem; font-weight: 500; }
.steps h3 { margin: 0 0 .5rem; font-size: 1.12rem; }
.steps p { margin: 0; max-width: 35rem; font-size: .85rem; }
.fleet { border-top: 1px solid var(--line); }
.fleet-intro { max-width: 40rem; }
.fleet-grid { gap: 1.1rem; margin-block: 1.8rem 1rem; }
.fleet-card { position: relative; display: flex; flex-direction: column; padding: 1.6rem; border-radius: .55rem; overflow: hidden; background: linear-gradient(145deg, var(--panel), var(--night-soft)); transition: border-color .25s, transform .25s; }
.fleet-card::before { content: ""; width: 3rem; height: 2px; background: var(--blue-bright); position: absolute; top: 0; left: 1.6rem; }
.fleet-index { color: var(--muted); font-size: .65rem; letter-spacing: .16em; margin-bottom: 2.2rem; }
.fleet-card .fleet-category { font-size: .7rem; }
.fleet-card h3 { font-size: clamp(1.8rem, 2.7vw, 2.75rem); letter-spacing: -.055em; font-weight: 500; margin: .6rem 0 1rem; }
.fleet-card p { margin-block: .5rem 1rem; font-size: .82rem; line-height: 1.8; }
.fleet-card .fleet-alternative { font-size: .74rem; margin-top: 0; }
.fleet-book { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: auto; padding-top: 1rem; min-height: 2.75rem; border-top: 1px solid var(--line); text-decoration: none; color: var(--ice); font-size: .78rem; }
.fleet-book span { color: var(--blue-bright); font-size: 1.2rem; transition: transform .2s; }
.fleet-book:hover span { transform: translate(2px,-2px); }
@media (hover: hover) { .fleet-card:hover { border-color: rgb(128 193 255 / 45%); transform: translateY(-3px); } }
.price-section { grid-template-columns: .8fr 1.2fr; gap: 3rem; }
.fare-list { border: 1px solid var(--line); border-radius: .5rem; padding-inline: 1.3rem; background: linear-gradient(120deg, rgb(17 26 40 / 55%), transparent); }
.fare-list article { gap: 1rem; padding: 1rem 0; }
.fare-list article:last-child { border-bottom: 0; }
.fare-list span { font-size: .82rem; line-height: 1.5; }
.fare-list small { font-size: .65rem; }
.fare-list strong { font-size: 1.12rem; font-variant-numeric: tabular-nums; }
.booking-section { max-width: none; padding: 3.75rem max(var(--gutter), calc((100% - var(--page-width)) / 2 + var(--gutter))); grid-template-columns: .75fr 1.25fr; gap: 3rem; background: linear-gradient(135deg, var(--night-soft), var(--night)); border-block: 1px solid var(--line); }
.section + .booking-section { padding-top: 3.75rem; }
.booking-intro { top: 2rem; }
.booking-panel { border-radius: .6rem; background: linear-gradient(150deg, var(--panel), var(--night-soft)); box-shadow: 0 22px 60px rgb(0 0 0 / 18%); padding: 1.8rem; }
.privacy-note { margin-top: 1.5rem; border-bottom: 0; font-size: .85rem; }
.privacy-note span { font-size: .75rem; line-height: 1.6; }
fieldset { min-width: 0; gap: 1rem; margin-bottom: 1.7rem; }
legend { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; color: var(--blue-bright); }
.field { min-width: 0; }
label { font-size: .75rem; font-weight: 500; }
input, select, textarea { min-width: 0; max-width: 100%; border-color: var(--line); border-radius: .3rem; font-size: 1rem; min-height: 3rem; transition: border-color .2s, box-shadow .2s; }
textarea { min-height: 5rem; }
input:hover, select:hover, textarea:hover { border-color: rgb(220 238 255 / 28%); }
.terms label { font-size: .73rem; line-height: 1.65; }
.terms input, .return-toggle input { flex-shrink: 0; }
.field-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.quote { border-radius: .35rem; padding: 1.1rem; }
.quote strong { font-size: 1.15rem; text-align: right; }
.faq { grid-template-columns: .8fr 1.2fr; gap: 3rem; }
.faq-list summary { font-size: .86rem; font-weight: 500; gap: 1rem; padding-block: 1.3rem; }
.faq-list summary span { flex-shrink: 0; }
.faq-list details[open] { border-color: rgb(128 193 255 / 40%); }
.faq-list p { font-size: .83rem; padding-right: 2rem; }
.closing { min-height: 0; max-width: var(--page-width); margin: 0 auto; padding: 2.5rem var(--gutter) 3rem; background: radial-gradient(ellipse at bottom, rgb(85 167 255 / 9%), transparent 70%); }
.closing h2 { margin-bottom: 1.4rem; }
.closing .eyebrow { margin-bottom: 1rem; }
.site-footer { max-width: var(--page-width); padding: 2rem var(--gutter); gap: 1.5rem; font-size: .73rem; }
.footer-details { gap: .2rem; }
.footer-details a { width: fit-content; text-decoration-color: rgb(128 193 255 / 30%); text-underline-offset: .22em; }
.footer-maker { font-size: .68rem; }
.account-page { min-height: calc(100svh - 20rem); padding: 3rem var(--gutter); background: radial-gradient(ellipse at 50% 10%, rgb(85 167 255 / 7%), transparent 62%); }
.account-card { border-radius: .6rem; padding: 2rem; background: linear-gradient(150deg, var(--panel), var(--night-soft)); }
.account-card h1 { overflow-wrap: anywhere; }
.account-card > p, .account-switch { font-size: .85rem; }
.account-card form { margin-top: 1.4rem; }
.dashboard-card { width: min(100%, 64rem); }
.journey-card { border-radius: .4rem; padding: 1.4rem; border-left: 2px solid var(--blue); }
.journey-card strong { font-size: .88rem; line-height: 1.5; }
.journey-card form { margin-top: .5rem; }
.empty-state { padding: 1.4rem; border: 1px dashed var(--line); border-radius: .4rem; line-height: 1.7; }
.confirmation { min-height: 65svh; padding-top: 4rem; }
.language-picker { margin: 0; }
.language-picker summary { min-height: 2.25rem; }
.language-picker__menu { gap: .15rem; z-index: 30; }
.language-picker__menu a { min-height: 2.75rem; }
@media (max-width: 1100px) {
    .site-header { grid-template-columns: 1fr auto; gap: .5rem 1rem; padding-block: .75rem; }
    .site-header > nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; gap: 1.3rem; flex-wrap: wrap; padding-top: .65rem; border-top: 1px solid var(--line); }
    .site-header > .language-picker { grid-column: 2; grid-row: 1; }
    .site-header > nav a { display: inline-flex; }
    .site-header > nav .nav-cta { margin-right: auto; }
    .hero { min-height: 36rem; padding-block: 3rem; }
}
@media (max-width: 900px) {
    .hero { grid-template-columns: 1.3fr .7fr; gap: 1.25rem; }
    .hero h1 { margin-inline: auto; }
    .hero-visual { min-height: 0; }
    .hero-visual .route-card { padding: 1rem; }
    .route-cities { flex-direction: column; gap: .4rem; }
    .trust-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-inline: var(--gutter); }
    .trust-strip article { padding: 1rem .75rem; align-items: flex-start; }
    .trust-strip article > span { display: none; }
    .trust-strip article + article { border-top: 0; border-left: 1px solid var(--line); }
    .section { padding-block: 2.5rem; }
    .section + .section { padding-top: 1.75rem; }
    .process, .price-section, .booking-section, .faq { grid-template-columns: 1fr; gap: 1.75rem; }
    .steps { margin-top: 0; }
    .steps article { padding: 1rem 0; }
    .steps h3 { margin: 0 0 .35rem; }
    .fleet-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; }
    .fleet-card { padding: 1rem; }
    .fleet-card h3 { font-size: 1.8rem; }
    .fleet-index { margin-bottom: 1.5rem; }
    .booking-intro { position: static; }
    .booking-section, .section + .booking-section { padding-block: 2rem; }
    .privacy-note { margin-top: 1rem; padding-block: .8rem 0; }
    .closing { padding-block: 2rem; }
}
@media (max-width: 620px) {
    .site-header > nav { gap: .8rem; }
    .site-header > nav a:not(.nav-cta):not(.nav-account) { display: none; }
    .site-header > nav a, .nav-account-form button { font-size: .73rem; }
    .hero { grid-template-columns: 1fr; gap: 1.4rem; min-height: 0; padding-block: 2rem 1.5rem; }
    .hero::before { background: linear-gradient(90deg, rgb(7 11 18 / 94%), rgb(7 11 18 / 58%)), linear-gradient(0deg, var(--night), transparent 60%); }
    .hero-landscape { object-position: 72% center; }
    .hero h1 { max-width: 14ch; }
    .hero .eyebrow { margin-bottom: 1.2rem; }
    .hero-lead { font-size: .9rem; line-height: 1.7; margin-block: 1.2rem; }
    .hero-actions { gap: .65rem; }
    .hero-actions .button { font-size: .76rem; padding-inline: 1rem; gap: 1rem; min-height: 2.9rem; }
    .hero-note { font-size: .68rem; margin-top: .8rem; }
    .hero-visual { padding-top: 0; }
    .hero-signature { display: none; }
    .hero-visual .route-card { max-width: none; padding: .9rem 1rem; background: rgb(7 11 18 / 42%); }
    .route-cities { flex-direction: row; font-size: .78rem; }
    .route-line { margin-bottom: .65rem; }
    .route-card p { margin-top: .6rem; padding-top: .6rem; font-size: .68rem; }
    .trust-strip { grid-template-columns: 1fr; }
    .trust-strip article { padding: .8rem 0; align-items: center; }
    .trust-strip article > span { display: grid; width: 1.8rem; height: 1.8rem; }
    .trust-strip article + article { border-left: 0; border-top: 1px solid var(--line); }
    .trust-strip article div { display: flex; align-items: baseline; flex-wrap: wrap; gap: .15rem .6rem; }
    .trust-strip small { margin-top: 0; }
    .section { padding-block: 1.75rem; }
    .section + .section { padding-top: 1.5rem; }
    .section .eyebrow { margin-bottom: 1rem; }
    .process, .price-section, .booking-section, .faq { gap: 1.25rem; }
    .steps article { grid-template-columns: 1.5rem 1fr; column-gap: 1rem; }
    .fleet-grid { grid-template-columns: 1fr; gap: .85rem; margin-top: 1.2rem; }
    .fleet-card { padding: 1.2rem; }
    .fleet-index { position: absolute; right: 1.2rem; top: 1.2rem; margin: 0; }
    .fleet-card .fleet-category { padding-right: 2.5rem; }
    .fleet-card h3 { font-size: 2.1rem; margin-bottom: .6rem; }
    .fleet-card p { margin-bottom: .7rem; }
    .fleet-book { padding-top: .75rem; }
    .fare-list { padding-inline: 1rem; }
    .fare-list article { flex-direction: row; align-items: center; gap: .75rem; }
    .fare-list span { font-size: .75rem; }
    .fare-list strong { font-size: .95rem; }
    .booking-panel { padding: 1.1rem; }
    fieldset { grid-template-columns: 1fr; }
    .field.full { grid-column: auto; }
    .quote { grid-template-columns: 1fr; gap: .5rem; }
    .quote strong, .quote small { grid-column: 1; text-align: left; }
    .closing { padding-block: 1.75rem; }
    .site-footer { grid-template-columns: 1fr; padding-block: 1.5rem; }
    .footer-maker { text-align: center; }
    .account-page { padding-block: 1.5rem; }
    .account-card { padding: 1.3rem; }
    .journey-card { grid-template-columns: 1fr; }
    .journey-row { grid-template-columns: 1fr auto; }
    .journey-row__status { white-space: normal; }
    .confirmation { padding-top: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
    .fleet-card:hover, .fleet-book:hover span, .button-primary:hover { transform: none; }
}
