:root {
    --sf-ink: #202623;
    --sf-muted: #68716c;
    --sf-soft: #8d9691;
    --sf-white: #ffffff;
    --sf-canvas: #fbfaf7;
    --sf-sand: #f5efe7;
    --sf-sand-deep: #eadfd2;
    --sf-sage: #e8f2e9;
    --sf-sage-strong: #3f7259;
    --sf-coral: #ef6847;
    --sf-coral-deep: #d94e30;
    --sf-coral-soft: #fff0eb;
    --sf-line: #e3e7e2;
    --sf-success: #1f8057;
    --sf-danger: #b63f35;
    --sf-shadow: 0 22px 70px rgba(37, 49, 42, .11);
    --sf-shadow-soft: 0 12px 36px rgba(37, 49, 42, .07);
    --sf-radius-xl: 34px;
    --sf-radius-lg: 24px;
    --sf-radius-md: 16px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--sf-ink);
    background: var(--sf-canvas);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body, input, select, textarea, button { font: inherit; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.storefront-shell {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.storefront-header {
    position: relative;
    z-index: 50;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--sf-line);
}

.storefront-header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.storefront-brand {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 850;
    letter-spacing: -.02em;
}

.storefront-brand img { width: 42px; height: 42px; }
.storefront-brand span { display: grid; font-size: 17px; line-height: 1.05; }
.storefront-brand small {
    margin-top: 6px;
    color: var(--sf-muted);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.storefront-nav {
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    gap: 6px;
}

.storefront-nav > a,
.storefront-nav-button {
    padding: 10px 12px;
    color: #4d5752;
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.storefront-nav > a:hover,
.storefront-nav-button:hover { color: var(--sf-ink); background: var(--sf-sand); }

.storefront-nav .storefront-nav-cta {
    margin-inline-start: 6px;
    padding: 12px 18px;
    color: #fff;
    background: var(--sf-coral);
    box-shadow: 0 8px 18px rgba(239, 104, 71, .22);
}

.storefront-nav .storefront-nav-cta:hover { color: #fff; background: var(--sf-coral-deep); }
.storefront-nav form { margin: 0; }
.storefront-user { margin-inline-start: 8px; color: var(--sf-muted); font-size: 14px; font-weight: 750; }

.storefront-locale-switcher { flex: 0 0 auto; margin: 0; }
.storefront-locale-switcher button {
    min-height: 42px;
    padding: 6px 10px 6px 7px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4d5752;
    background: var(--sf-sand);
    border: 1px solid #e4ddd3;
    border-radius: 999px;
    cursor: pointer;
}
.storefront-locale-switcher span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--sf-ink);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 850;
}
.storefront-locale-switcher b { font-size: 11px; }
.storefront-locale-switcher button:hover { color: var(--sf-ink); background: #fff; }

.storefront-menu-toggle {
    display: none;
    margin-inline-start: auto;
    padding: 9px 12px;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--sf-line);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
}

.storefront-menu-toggle span { display: block; width: 16px; height: 2px; background: var(--sf-ink); }
.storefront-menu-toggle b { margin-inline-start: 5px; font-size: 12px; }

.storefront-flash {
    margin-top: 18px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid;
    border-radius: 14px;
    font-weight: 700;
}

.storefront-flash span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; }
.storefront-flash-success { color: #176343; background: #edf9f3; border-color: #ccebdd; }
.storefront-flash-success span { color: #fff; background: var(--sf-success); }
.storefront-flash-error { color: #96382f; background: #fff1ef; border-color: #f0cbc6; }
.storefront-flash-error span { color: #fff; background: var(--sf-danger); }

.storefront-hero { padding: 28px 0 0; }
.storefront-hero-grid { position: relative; }

.storefront-hero-stage {
    min-height: 510px;
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    overflow: hidden;
    background: var(--sf-sand);
    border: 1px solid #eee4d9;
    border-radius: var(--sf-radius-xl);
}

.storefront-hero-copy {
    z-index: 1;
    padding: 66px 36px 130px 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.storefront-eyebrow,
.storefront-kicker {
    color: var(--sf-coral-deep);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.storefront-eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.storefront-eyebrow i { width: 8px; height: 8px; background: var(--sf-coral); border-radius: 50%; box-shadow: 0 0 0 6px rgba(239, 104, 71, .12); }

.storefront-hero-copy h1 {
    max-width: 620px;
    margin: 21px 0 20px;
    color: #1f2622;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 5.4vw, 76px);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .98;
}

.storefront-hero-copy h1 em { color: var(--sf-coral); font-weight: inherit; }
.storefront-hero-copy > p { max-width: 550px; margin: 0; color: #59625d; font-size: 18px; }

.storefront-trust-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px 18px; }
.storefront-trust-row span { display: inline-flex; align-items: center; gap: 7px; color: #3e4843; font-size: 13px; font-weight: 750; }
.storefront-trust-row b { width: 20px; height: 20px; display: grid; place-items: center; color: var(--sf-success); background: #dceee3; border-radius: 50%; font-size: 11px; }

.storefront-hero-media { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.storefront-hero-media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, var(--sf-sand) 0, rgba(245, 239, 231, 0) 22%);
    pointer-events: none;
}
.storefront-hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.storefront-hero-media figcaption {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 118px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(32, 38, 35, .16);
    backdrop-filter: blur(12px);
}
.storefront-hero-media figcaption i { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--sf-success); border-radius: 50%; font-style: normal; }
.storefront-hero-media figcaption span { display: grid; line-height: 1.25; }
.storefront-hero-media figcaption small { color: var(--sf-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.storefront-hero-media figcaption b { margin-top: 3px; font-size: 13px; }

.storefront-search-card {
    position: relative;
    z-index: 3;
    width: calc(100% - 64px);
    margin: -84px auto 0;
    padding: 25px 28px 22px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid var(--sf-line);
    border-radius: var(--sf-radius-lg);
    box-shadow: var(--sf-shadow);
}

.storefront-card-heading { margin-bottom: 19px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.storefront-card-heading > div { display: grid; }
.storefront-card-heading small { color: var(--sf-coral-deep); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.storefront-card-heading span { margin-top: 2px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 600; letter-spacing: -.025em; }
.storefront-live-badge { padding: 8px 11px; display: inline-flex; align-items: center; gap: 7px; color: #426250; background: var(--sf-sage); border-radius: 999px; font-size: 11px; }
.storefront-live-badge i { width: 7px; height: 7px; background: #47a673; border-radius: 50%; }

.storefront-form-error { margin-bottom: 16px; padding: 12px 14px; color: #91372f; background: #fff1ef; border: 1px solid #f2cdc8; border-radius: 12px; font-size: 13px; font-weight: 700; }

.storefront-service-picker {
    margin: 0 0 14px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
}
.storefront-service-picker legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.storefront-service-picker label { cursor: pointer; }
.storefront-service-picker input { position: absolute; opacity: 0; pointer-events: none; }
.storefront-service-picker label > span {
    padding: 9px 13px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #5d6661;
    background: #f6f6f3;
    border: 1px solid #eceeea;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 750;
    transition: .18s ease;
}
.storefront-service-picker label > span i { font-style: normal; }
.storefront-service-picker input:checked + span { color: #fff; background: var(--sf-ink); border-color: var(--sf-ink); }
.storefront-service-picker input:focus-visible + span { outline: 3px solid rgba(239, 104, 71, .24); }

.storefront-location-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.storefront-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.storefront-search-details { margin-top: 12px; grid-template-columns: 1.35fr .75fr .75fr; }
.storefront-field-wide { grid-column: 1 / -1; }

.storefront-field { display: grid; gap: 7px; }
.storefront-field > span { color: #4d5752; font-size: 12px; font-weight: 800; }
.storefront-field > span small { color: var(--sf-soft); font-weight: 650; }
.storefront-field input,
.storefront-field select,
.storefront-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    background: #fff;
    border: 1px solid #dce1dc;
    border-radius: 13px;
    outline: 0;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.storefront-field textarea { min-height: 112px; resize: vertical; }
.storefront-field input:focus,
.storefront-field select:focus,
.storefront-field textarea:focus { border-color: var(--sf-coral); box-shadow: 0 0 0 4px rgba(239, 104, 71, .12); }
.storefront-field input::placeholder,
.storefront-field textarea::placeholder { color: #a0a8a3; }

.storefront-location-field { position: relative; }
.storefront-location-field > span { padding-inline-start: 26px; }
.storefront-location-icon { position: absolute; top: 3px; inset-inline-start: 2px; width: 14px; height: 14px; border: 4px solid var(--sf-coral); border-radius: 50%; }
.storefront-location-dropoff { border-color: var(--sf-sage-strong); border-radius: 3px; }
.storefront-duration-field { display: none; }
.storefront-duration-field.is-visible { display: grid; }

.storefront-primary-button,
.storefront-demo-button,
.storefront-primary-link,
.storefront-pay-button {
    min-height: 52px;
    padding: 13px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #fff;
    background: var(--sf-coral);
    border: 1px solid var(--sf-coral);
    border-radius: 13px;
    box-shadow: 0 10px 22px rgba(239, 104, 71, .19);
    font-weight: 850;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
}
.storefront-primary-button:hover,
.storefront-primary-link:hover,
.storefront-pay-button:hover { background: var(--sf-coral-deep); transform: translateY(-1px); }
.storefront-primary-button b { font-size: 19px; }
.storefront-search-card > .storefront-primary-button { width: 235px; margin: 17px 0 0; margin-inline-start: auto; }
.storefront-search-footnote { margin: 9px 0 0; color: var(--sf-muted); font-size: 11px; text-align: end; }

.storefront-assurance-bar { padding: 25px 0 16px; }
.storefront-assurance-bar .storefront-shell { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.storefront-assurance-bar article { padding: 18px 20px; display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--sf-line); border-radius: 16px; }
.storefront-assurance-bar article > i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; color: var(--sf-coral-deep); background: var(--sf-coral-soft); border-radius: 50%; font-size: 10px; font-style: normal; font-weight: 850; }
.storefront-assurance-bar article div { display: grid; }
.storefront-assurance-bar article b { font-size: 13px; }
.storefront-assurance-bar article span { margin-top: 2px; color: var(--sf-muted); font-size: 11px; }

.storefront-service-section,
.storefront-fleet-section,
.storefront-process-section,
.storefront-confidence-section,
.storefront-faq-section { padding: 92px 0; }

.storefront-section-heading { margin-bottom: 34px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.storefront-section-heading-centered { justify-content: center; text-align: center; }
.storefront-section-heading-centered > div { max-width: 680px; }
.storefront-section-heading h2,
.storefront-process-intro h2,
.storefront-confidence-section h2,
.storefront-faq-grid h2 {
    margin: 9px 0 10px;
    color: var(--sf-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.04;
}
.storefront-section-heading p,
.storefront-process-intro > p,
.storefront-confidence-section > div > div:first-child > p { max-width: 670px; margin: 0; color: var(--sf-muted); }
.storefront-section-heading > a { color: var(--sf-coral-deep); font-size: 13px; font-weight: 850; }

.storefront-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.storefront-service-grid article {
    min-height: 310px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--sf-line);
    border-radius: var(--sf-radius-lg);
    box-shadow: var(--sf-shadow-soft);
}
.storefront-service-grid article:nth-child(2) { background: #f6f3eb; }
.storefront-service-grid article:nth-child(3) { background: var(--sf-sage); }
.storefront-service-icon { width: 52px; height: 52px; margin-bottom: 42px; display: grid; place-items: center; color: var(--sf-coral-deep); background: var(--sf-coral-soft); border-radius: 17px; font-size: 21px; }
.storefront-service-grid article:nth-child(3) .storefront-service-icon { color: #2e684d; background: #d6e9dc; }
.storefront-service-grid small { color: var(--sf-soft); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.storefront-service-grid h3 { margin: 9px 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.1; }
.storefront-service-grid p { margin: 0 0 24px; color: var(--sf-muted); font-size: 14px; }
.storefront-service-grid a { margin-top: auto; color: var(--sf-coral-deep); font-size: 13px; font-weight: 850; }

.storefront-fleet-section { background: #f3f5f0; }
.storefront-rides-section { position: relative; }
.storefront-anchor-alias { position: absolute; top: -20px; }
.storefront-vehicle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.storefront-vehicle-card { overflow: hidden; display: grid; grid-template-columns: 42% 58%; background: #fff; border: 1px solid var(--sf-line); border-radius: var(--sf-radius-lg); box-shadow: var(--sf-shadow-soft); }
.storefront-vehicle-image { position: relative; min-height: 310px; overflow: hidden; background: var(--sf-sand); }
.storefront-vehicle-image img { width: 100%; height: 100%; object-fit: cover; }
.storefront-vehicle-image > span,
.storefront-vehicle-image > small { position: absolute; inset-inline-start: 16px; z-index: 1; padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 850; }
.storefront-vehicle-image > span { top: 16px; color: #fff; background: var(--sf-coral); }
.storefront-vehicle-image > small { bottom: 16px; background: rgba(255,255,255,.9); }
.storefront-vehicle-body { min-width: 0; padding: 24px; display: flex; flex-direction: column; }
.storefront-vehicle-title { display: flex; justify-content: space-between; gap: 14px; }
.storefront-option-label { color: var(--sf-coral-deep); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.storefront-vehicle-title h3 { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.15; }
.storefront-vehicle-title strong { height: fit-content; padding: 6px 9px; color: #426250; background: var(--sf-sage); border-radius: 999px; font-size: 10px; white-space: nowrap; }
.storefront-ride-features { margin: 22px 0; display: grid; gap: 8px; color: var(--sf-muted); font-size: 12px; }
.storefront-ride-features span { display: flex; align-items: center; gap: 8px; }
.storefront-ride-features i { width: 18px; height: 18px; display: grid; place-items: center; color: var(--sf-success); background: #e4f3ea; border-radius: 50%; font-size: 10px; font-style: normal; }
.storefront-vehicle-footer { margin-top: auto; padding-top: 18px; display: flex; align-items: end; justify-content: space-between; gap: 12px; border-top: 1px solid var(--sf-line); }
.storefront-rate { display: grid; }
.storefront-rate small { color: var(--sf-muted); font-size: 10px; }
.storefront-rate span { font-size: 18px; font-weight: 850; }
.storefront-vehicle-footer > a { padding: 10px 13px; color: #fff; background: var(--sf-ink); border-radius: 11px; font-size: 12px; font-weight: 850; white-space: nowrap; }

.storefront-empty-state { padding: 56px 24px; text-align: center; background: #fff; border: 1px dashed #cfd6cf; border-radius: var(--sf-radius-lg); }
.storefront-empty-state > span { width: 50px; height: 50px; margin: 0 auto 15px; display: grid; place-items: center; color: var(--sf-coral-deep); background: var(--sf-coral-soft); border-radius: 50%; font-size: 22px; }
.storefront-empty-state h3 { margin: 0 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; }
.storefront-empty-state p { margin: 0 0 20px; color: var(--sf-muted); }
.storefront-empty-state .storefront-primary-link { min-height: 0; padding: 0; color: var(--sf-coral-deep); background: none; border: 0; box-shadow: none; }

.storefront-process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.storefront-process-intro { position: sticky; top: 32px; }
.storefront-support-card { margin-top: 34px; padding: 22px; display: grid; background: var(--sf-sand); border-radius: 18px; }
.storefront-support-card b { font-size: 14px; }
.storefront-support-card span { margin: 5px 0 15px; color: var(--sf-muted); font-size: 12px; }
.storefront-support-card a { color: var(--sf-coral-deep); font-size: 12px; font-weight: 850; }
.storefront-process-grid { display: grid; gap: 12px; }
.storefront-process-grid article { padding: 25px 27px; display: grid; grid-template-columns: 52px 1fr; column-gap: 19px; background: #fff; border: 1px solid var(--sf-line); border-radius: 18px; }
.storefront-process-grid article > b { grid-row: span 2; width: 48px; height: 48px; display: grid; place-items: center; color: var(--sf-coral-deep); background: var(--sf-coral-soft); border-radius: 50%; font-size: 11px; }
.storefront-process-grid h3 { margin: 1px 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
.storefront-process-grid p { margin: 0; color: var(--sf-muted); font-size: 13px; }

.storefront-confidence-section { padding: 82px 0; background: var(--sf-sage); }
.storefront-confidence-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 72px; align-items: center; }
.storefront-confidence-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.storefront-confidence-list article { min-height: 210px; padding: 22px; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); border-radius: 18px; }
.storefront-confidence-list article > span { color: var(--sf-coral-deep); font-size: 11px; font-weight: 850; }
.storefront-confidence-list b { margin-top: 45px; display: block; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.15; }
.storefront-confidence-list p { margin: 7px 0 0; color: var(--sf-muted); font-size: 12px; }

.storefront-faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 80px; }
.storefront-faq-grid details { border-bottom: 1px solid var(--sf-line); }
.storefront-faq-grid summary { padding: 20px 0; list-style: none; cursor: pointer; font-weight: 800; }
.storefront-faq-grid summary::-webkit-details-marker { display: none; }
.storefront-faq-grid summary::after { content: "+"; float: right; color: var(--sf-coral-deep); font-size: 20px; }
.storefront-faq-grid details[open] summary::after { content: "−"; }
.storefront-faq-grid details p { margin: -8px 0 20px; padding-right: 40px; color: var(--sf-muted); font-size: 14px; }

.storefront-footer { padding: 46px 0; background: #f1eee7; border-top: 1px solid #e5dfd5; }
.storefront-footer-inner { display: flex; justify-content: space-between; gap: 36px; }
.storefront-footer strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.storefront-footer p { margin: 5px 0 0; color: var(--sf-muted); font-size: 13px; }
.storefront-footer-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: end; gap: 8px 18px; }
.storefront-footer-links a { color: #505a55; font-size: 12px; font-weight: 750; }

/* Forms, authentication, reservation and guest journeys */
.storefront-auth-section,
.storefront-reservation-section,
.storefront-guest-confirmation,
.storefront-demo-checkout,
.storefront-account-section { min-height: calc(100vh - 220px); padding: 54px 0 86px; }

.storefront-auth-card {
    width: min(1080px, calc(100% - 48px));
    min-height: 670px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--sf-line);
    border-radius: 30px;
    box-shadow: var(--sf-shadow);
}
.storefront-auth-card-wide { width: min(1180px, calc(100% - 48px)); grid-template-columns: .72fr 1.28fr; }
.storefront-auth-intro {
    position: relative;
    padding: 350px 46px 46px;
    overflow: hidden;
    background: var(--sf-sand);
}
.storefront-auth-intro::before {
    position: absolute;
    inset: 0 0 auto;
    height: 320px;
    content: "";
    background: linear-gradient(180deg, rgba(245,239,231,.08) 45%, var(--sf-sand) 100%), url("../img/storefront/chauffeur-arrival-v2.webp") 64% center / cover no-repeat;
}
.storefront-auth-intro::after { position: absolute; top: 24px; left: 24px; width: 56px; height: 6px; content: ""; background: var(--sf-coral); border-radius: 99px; }
.storefront-auth-intro > * { position: relative; z-index: 1; }
.storefront-auth-intro h1 { margin: 10px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 40px; font-weight: 500; letter-spacing: -.04em; line-height: 1.03; }
.storefront-auth-intro > p { margin: 0; color: var(--sf-muted); }
.storefront-auth-points { margin-top: 26px; display: grid; gap: 8px; color: #405348; font-size: 13px; font-weight: 750; }

.storefront-auth-form { padding: 52px 58px; display: flex; flex-direction: column; justify-content: center; }
.storefront-auth-form > h2 { margin: 7px 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 35px; font-weight: 500; letter-spacing: -.035em; }
.storefront-auth-form > p { margin: 0 0 24px; color: var(--sf-muted); font-size: 13px; }
.storefront-auth-form > .storefront-field { margin-top: 14px; }
.storefront-auth-form > .storefront-primary-button { width: 100%; margin-top: 22px; }
.storefront-check { margin-top: 16px; display: flex; align-items: center; gap: 9px; color: var(--sf-muted); font-size: 12px; font-weight: 700; }
.storefront-check input { accent-color: var(--sf-coral); }
.storefront-auth-switch { margin: 17px 0 0 !important; text-align: center; }
.storefront-auth-switch a,
.storefront-text-link { color: var(--sf-coral-deep); font-weight: 850; }

.storefront-reservation-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 22px; align-items: start; }
.storefront-reservation-summary,
.storefront-reservation-form { border: 1px solid var(--sf-line); border-radius: var(--sf-radius-lg); }
.storefront-reservation-summary { position: sticky; top: 28px; padding: 28px; background: var(--sf-sand); }
.storefront-reservation-image { height: 250px; margin: 20px 0 26px; overflow: hidden; background: #fff; border-radius: 18px; }
.storefront-reservation-image img { width: 100%; height: 100%; object-fit: cover; }
.storefront-back-link { color: var(--sf-coral-deep); font-size: 12px; font-weight: 850; }
.storefront-reservation-summary h1 { margin: 8px 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 500; letter-spacing: -.035em; }
.storefront-reservation-summary > p { color: var(--sf-muted); font-size: 13px; }
.storefront-reservation-summary dl { margin: 25px 0 0; }
.storefront-reservation-summary dl div { padding: 13px 0; display: flex; justify-content: space-between; gap: 22px; border-top: 1px solid rgba(32,38,35,.1); }
.storefront-reservation-summary dt { color: var(--sf-muted); font-size: 12px; }
.storefront-reservation-summary dd { margin: 0; max-width: 60%; text-align: right; font-size: 12px; font-weight: 800; }
.storefront-reservation-summary dd span { color: var(--sf-success); }
.storefront-reservation-form { padding: 40px; background: #fff; box-shadow: var(--sf-shadow-soft); }
.storefront-reservation-form > h2 { margin: 7px 0 4px; font-family: Georgia, "Times New Roman", serif; font-size: 37px; font-weight: 500; letter-spacing: -.035em; }
.storefront-reservation-form > p { margin: 0 0 25px; color: var(--sf-muted); }
.storefront-reservation-form > .storefront-primary-button { width: 100%; margin-top: 22px; }
.storefront-guest-heading { margin-bottom: 22px; padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; gap: 18px; background: var(--sf-sage); border-radius: 13px; }
.storefront-guest-heading div { display: grid; }
.storefront-guest-heading span { color: var(--sf-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.storefront-guest-heading b { font-size: 13px; }
.storefront-guest-heading a { color: var(--sf-coral-deep); font-size: 11px; font-weight: 850; }
.storefront-guest-fields { margin-bottom: 20px; }
.storefront-section-divider { margin: 25px 0; display: flex; align-items: center; color: var(--sf-muted); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.storefront-section-divider::before,
.storefront-section-divider::after { height: 1px; flex: 1; content: ""; background: var(--sf-line); }
.storefront-section-divider span { padding: 0 12px; }
.storefront-confirmation-note { margin-top: 20px; padding: 17px; display: grid; background: var(--sf-sand); border-radius: 13px; }
.storefront-confirmation-note b { font-size: 13px; }
.storefront-confirmation-note span { margin-top: 3px; color: var(--sf-muted); font-size: 11px; }

.storefront-confirmation-layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: 22px; align-items: start; }
.storefront-confirmation-main,
.storefront-payment-summary { padding: 42px; background: #fff; border: 1px solid var(--sf-line); border-radius: var(--sf-radius-lg); box-shadow: var(--sf-shadow-soft); }
.storefront-confirmation-main { background: linear-gradient(145deg, #fff 0 68%, var(--sf-sand) 68% 100%); }
.storefront-success-mark { width: 58px; height: 58px; margin-bottom: 24px; display: grid; place-items: center; color: #fff; background: var(--sf-success); border-radius: 50%; box-shadow: 0 12px 24px rgba(31,128,87,.2); font-size: 25px; }
.storefront-confirmation-main h1 { margin: 8px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 45px; font-weight: 500; letter-spacing: -.045em; }
.storefront-confirmation-main > p { color: var(--sf-muted); }
.storefront-confirmation-reference { margin: 28px 0; padding: 16px 18px; display: flex; justify-content: space-between; gap: 20px; background: var(--sf-sage); border-radius: 13px; }
.storefront-confirmation-reference span { color: var(--sf-muted); font-size: 11px; }
.storefront-confirmation-reference b { font-size: 13px; word-break: break-all; }
.storefront-confirmation-route,
.storefront-demo-route { display: grid; gap: 20px; }
.storefront-confirmation-route article,
.storefront-demo-route article { position: relative; padding-inline-start: 28px; display: flex; gap: 12px; }
.storefront-confirmation-route article i,
.storefront-demo-route article i { position: absolute; top: 6px; left: 2px; width: 12px; height: 12px; border: 3px solid var(--sf-coral); border-radius: 50%; }
.storefront-confirmation-route article + article i,
.storefront-demo-route article + article i { border-color: var(--sf-sage-strong); border-radius: 2px; }
.storefront-confirmation-route article:first-child::after,
.storefront-demo-route article:first-child::after { position: absolute; top: 19px; bottom: -19px; left: 7px; width: 1px; content: ""; border-left: 1px dashed #bdc6bf; }
.storefront-confirmation-route article div,
.storefront-demo-route article div { display: grid; }
.storefront-confirmation-route small,
.storefront-demo-route small { color: var(--sf-soft); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.storefront-confirmation-route b,
.storefront-demo-route b { font-size: 14px; }
.storefront-confirmation-route span { color: var(--sf-muted); font-size: 11px; }
.storefront-private-link-note { margin-top: 30px; padding: 16px; display: grid; background: rgba(255,255,255,.75); border: 1px solid var(--sf-line); border-radius: 13px; }
.storefront-private-link-note b { font-size: 12px; }
.storefront-private-link-note span { margin-top: 3px; color: var(--sf-muted); font-size: 11px; }

.storefront-payment-summary { position: sticky; top: 28px; }
.storefront-payment-summary h2 { margin: 7px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 500; }
.storefront-payment-summary > p { color: var(--sf-muted); font-size: 13px; }
.storefront-payment-total { margin-bottom: 18px; padding: 18px; display: flex; align-items: end; justify-content: space-between; background: var(--sf-sand); border-radius: 15px; }
.storefront-payment-total span { color: var(--sf-muted); font-size: 11px; }
.storefront-payment-total b { font-size: 24px; }
.storefront-payment-summary form + form { margin-top: 10px; }
.storefront-payment-summary .storefront-primary-button,
.storefront-payment-summary .storefront-demo-button { width: 100%; }
.storefront-demo-button { margin-top: 10px; color: var(--sf-ink); background: #fff; border-color: #cfd6cf; box-shadow: none; }
.storefront-demo-button b { color: var(--sf-coral-deep); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.storefront-demo-disclaimer { margin: 8px 0 0 !important; font-size: 10px !important; }
.storefront-payment-approved { padding: 16px; display: flex; align-items: center; gap: 12px; color: #176343; background: #e9f6ef; border-radius: 13px; }
.storefront-payment-approved i { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--sf-success); border-radius: 50%; font-style: normal; }
.storefront-payment-approved div { display: grid; }
.storefront-payment-approved span { font-size: 11px; }
.storefront-account-invite { margin: 20px 0; padding: 17px; display: grid; background: var(--sf-sage); border-radius: 13px; }
.storefront-account-invite b { font-size: 13px; }
.storefront-account-invite span { margin: 4px 0 10px; color: var(--sf-muted); font-size: 11px; }
.storefront-account-invite a,
.storefront-payment-summary > .storefront-text-link { color: var(--sf-coral-deep); font-size: 11px; font-weight: 850; }
.storefront-payment-summary > .storefront-text-link { margin-top: 8px; display: block; }

/* Demo gateway */
.storefront-demo-gateway { width: min(1050px, calc(100% - 48px)); margin-inline: auto; overflow: hidden; background: #fff; border: 1px solid var(--sf-line); border-radius: 28px; box-shadow: var(--sf-shadow); }
.storefront-demo-gateway > header { padding: 18px 24px; display: flex; align-items: center; gap: 14px; background: #fff; border-bottom: 1px solid var(--sf-line); }
.storefront-demo-gateway > header > a { width: 36px; height: 36px; display: grid; place-items: center; background: var(--sf-sand); border-radius: 50%; font-weight: 850; }
.storefront-demo-gateway > header div { display: grid; line-height: 1.1; }
.storefront-demo-gateway > header span { color: var(--sf-muted); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.storefront-demo-gateway > header b { font-size: 15px; }
.storefront-demo-gateway > header em { margin-inline-start: auto; padding: 6px 9px; color: var(--sf-coral-deep); background: var(--sf-coral-soft); border-radius: 999px; font-size: 9px; font-style: normal; font-weight: 850; }
.storefront-demo-gateway-grid { display: grid; grid-template-columns: 1fr 1fr; }
.storefront-demo-order { padding: 55px; background: var(--sf-sand); }
.storefront-demo-order h1 { margin: 8px 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 50px; font-weight: 500; }
.storefront-demo-order > p { color: var(--sf-muted); }
.storefront-demo-route { margin: 40px 0; }
.storefront-demo-reference { padding-top: 17px; display: flex; justify-content: space-between; border-top: 1px solid rgba(32,38,35,.12); }
.storefront-demo-reference span { color: var(--sf-muted); font-size: 11px; }
.storefront-demo-reference b { font-size: 12px; }
.storefront-demo-panel { padding: 55px; }
.storefront-sandbox-banner { margin-bottom: 34px; padding: 15px; display: flex; align-items: center; gap: 11px; background: var(--sf-sage); border-radius: 13px; }
.storefront-sandbox-banner i { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--sf-success); border-radius: 50%; font-style: normal; }
.storefront-sandbox-banner div { display: grid; }
.storefront-sandbox-banner b { font-size: 12px; }
.storefront-sandbox-banner span { color: var(--sf-muted); font-size: 10px; }
.storefront-demo-panel h2 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; }
.storefront-demo-panel dl { margin: 0 0 24px; }
.storefront-demo-panel dl div { padding: 10px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--sf-line); }
.storefront-demo-panel dt { color: var(--sf-muted); font-size: 12px; }
.storefront-demo-panel dd { margin: 0; font-size: 12px; font-weight: 800; }
.storefront-demo-panel .storefront-primary-button { width: 100%; }
.storefront-demo-panel > small { margin-top: 9px; display: block; color: var(--sf-muted); font-size: 10px; text-align: center; }
.storefront-demo-security { margin-top: 28px; display: grid; gap: 7px; color: var(--sf-muted); font-size: 10px; }

/* Customer account and journey record */
.storefront-account-hero { padding: 42px 0 0; }
.storefront-account-heading { min-height: 250px; padding: 42px 48px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: linear-gradient(105deg, var(--sf-sand), #edf5ed); border: 1px solid #e4e5df; border-radius: 28px; }
.storefront-account-heading h1 { margin: 13px 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 48px; font-weight: 500; letter-spacing: -.045em; }
.storefront-account-heading p { margin: 0; color: var(--sf-muted); }
.storefront-light-button { padding: 13px 17px; display: inline-flex; align-items: center; gap: 20px; color: var(--sf-ink); background: #fff; border: 1px solid var(--sf-line); border-radius: 13px; box-shadow: var(--sf-shadow-soft); font-weight: 800; cursor: pointer; }
.storefront-count-badge { padding: 8px 11px; color: #426250; background: var(--sf-sage); border-radius: 999px; font-size: 11px; font-weight: 850; }
.storefront-trip-card { margin-bottom: 13px; padding: 22px; display: grid; grid-template-columns: 80px minmax(0,1fr) auto; gap: 20px; align-items: center; background: #fff; border: 1px solid var(--sf-line); border-radius: 18px; box-shadow: var(--sf-shadow-soft); }
.storefront-trip-date { width: 72px; height: 72px; display: grid; place-items: center; align-content: center; background: var(--sf-sand); border-radius: 16px; line-height: 1.05; }
.storefront-trip-date strong { font-family: Georgia, "Times New Roman", serif; font-size: 28px; }
.storefront-trip-date span { color: var(--sf-muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.storefront-trip-main { min-width: 0; }
.storefront-trip-title { display: flex; justify-content: space-between; gap: 14px; }
.storefront-trip-title small { color: var(--sf-soft); font-size: 9px; }
.storefront-trip-title h3 { margin: 2px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.storefront-status { height: fit-content; padding: 6px 9px; color: #765425; background: #fff3d4; border-radius: 999px; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.storefront-status-confirmed,
.storefront-status-completed { color: #176343; background: #e4f4eb; }
.storefront-status-cancelled,
.storefront-status-no-show { color: #8d362f; background: #fde9e6; }
.storefront-trip-route { margin: 13px 0 9px; display: flex; align-items: center; gap: 10px; color: #48514d; font-size: 12px; }
.storefront-trip-route span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.storefront-trip-route i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: var(--sf-coral); border-radius: 50%; }
.storefront-trip-route span:last-child i { background: var(--sf-sage-strong); border-radius: 1px; }
.storefront-trip-meta { display: flex; flex-wrap: wrap; gap: 7px 16px; color: var(--sf-muted); font-size: 10px; }
.storefront-trip-link,
.storefront-cancel-button,
.storefront-pay-button { padding: 9px 11px; border-radius: 10px; font-size: 10px; font-weight: 850; white-space: nowrap; }
.storefront-trip-link { color: var(--sf-coral-deep); background: var(--sf-coral-soft); }
.storefront-cancel-button { color: var(--sf-danger); background: #fff; border: 1px solid #efcbc7; cursor: pointer; }
.storefront-pay-button { min-height: 0; }
.storefront-trip-card > form { margin: 0; }
.storefront-pagination { margin-top: 22px; }

.storefront-invoice { padding: 40px; background: #fff; border: 1px solid var(--sf-line); border-radius: var(--sf-radius-lg); box-shadow: var(--sf-shadow-soft); }
.storefront-invoice-head { padding-bottom: 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--sf-line); }
.storefront-invoice-head > div { display: flex; align-items: center; gap: 10px; }
.storefront-invoice-head img { width: 40px; height: 40px; }
.storefront-invoice-grid { padding: 30px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.storefront-invoice-grid > div { display: grid; }
.storefront-invoice-grid small,
.storefront-invoice-route small { color: var(--sf-soft); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.storefront-invoice-grid b { margin-top: 4px; font-size: 13px; }
.storefront-invoice-grid span { color: var(--sf-muted); font-size: 11px; }
.storefront-invoice-route { padding: 25px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; background: var(--sf-sand); border-radius: 17px; }
.storefront-invoice-route > div { display: grid; }
.storefront-invoice-route > span { color: var(--sf-coral-deep); font-size: 22px; }
.storefront-invoice-timeline { margin-top: 30px; }
.storefront-invoice-timeline h3 { font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.storefront-invoice-timeline > div { padding: 10px 0; display: grid; grid-template-columns: 16px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid var(--sf-line); font-size: 11px; }
.storefront-invoice-timeline i { width: 8px; height: 8px; background: var(--sf-success); border-radius: 50%; }

/* Arabic and right-to-left presentation */
html[lang="ar"] body,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ar"] button {
    font-family: "Geeza Pro", Tahoma, Arial, sans-serif;
}

html[lang="ar"] .storefront-hero-copy h1,
html[lang="ar"] .storefront-card-heading span,
html[lang="ar"] .storefront-section-heading h2,
html[lang="ar"] .storefront-process-intro h2,
html[lang="ar"] .storefront-confidence-section h2,
html[lang="ar"] .storefront-faq-grid h2,
html[lang="ar"] .storefront-service-grid h3,
html[lang="ar"] .storefront-vehicle-title h3,
html[lang="ar"] .storefront-process-grid h3,
html[lang="ar"] .storefront-auth-intro h1,
html[lang="ar"] .storefront-auth-form > h2,
html[lang="ar"] .storefront-reservation-summary h1,
html[lang="ar"] .storefront-reservation-form > h2,
html[lang="ar"] .storefront-confirmation-main h1,
html[lang="ar"] .storefront-payment-summary h2,
html[lang="ar"] .storefront-demo-order h1,
html[lang="ar"] .storefront-demo-panel h2,
html[lang="ar"] .storefront-account-heading h1,
html[lang="ar"] .storefront-trip-title h3,
html[lang="ar"] .storefront-invoice-timeline h3 {
    font-family: "Geeza Pro", Tahoma, Arial, sans-serif;
    letter-spacing: 0;
}

html[dir="rtl"] .storefront-hero-media::after {
    background: linear-gradient(270deg, var(--sf-sand) 0, rgba(245, 239, 231, 0) 22%);
}
html[dir="rtl"] .storefront-hero-media figcaption { right: auto; left: 24px; }
html[dir="rtl"] .storefront-confirmation-route article i,
html[dir="rtl"] .storefront-demo-route article i { left: auto; right: 2px; }
html[dir="rtl"] .storefront-confirmation-route article:first-child::after,
html[dir="rtl"] .storefront-demo-route article:first-child::after { left: auto; right: 7px; border-left: 0; border-right: 1px dashed #bdc6bf; }
html[dir="rtl"] .storefront-faq-grid summary::after { float: left; }
html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] input[type="password"],
html[dir="rtl"] input[type="datetime-local"] { direction: ltr; text-align: right; }

@media (max-width: 1050px) {
    .storefront-shell { width: min(100% - 32px, 1240px); }
    .storefront-header-inner { min-height: 72px; }
    .storefront-menu-toggle { display: inline-flex; }
    .storefront-menu-toggle span { display: none; }
    .storefront-nav {
        position: absolute;
        top: calc(100% + 8px);
        inset-inline-end: 16px;
        width: min(360px, calc(100vw - 32px));
        padding: 12px;
        display: none;
        align-items: stretch;
        flex-direction: column;
        background: #fff;
        border: 1px solid var(--sf-line);
        border-radius: 18px;
        box-shadow: var(--sf-shadow);
    }
    .storefront-nav.is-open { display: flex; }
    .storefront-nav > a,
    .storefront-nav-button { width: 100%; padding: 12px 14px; text-align: left; }
    .storefront-nav .storefront-nav-cta { margin: 4px 0 0; text-align: center; }
    .storefront-user { padding: 8px 14px; }
    .storefront-locale-switcher b { display: none; }
    .storefront-locale-switcher button { padding: 6px; }
    .storefront-hero-stage { min-height: 470px; grid-template-columns: .95fr 1.05fr; }
    .storefront-hero-copy { padding: 48px 24px 118px 38px; }
    .storefront-hero-copy h1 { font-size: 53px; }
    .storefront-hero-copy > p { font-size: 16px; }
    .storefront-search-card { width: calc(100% - 36px); }
    .storefront-vehicle-grid { grid-template-columns: 1fr; }
    .storefront-confidence-grid { gap: 38px; }
    .storefront-confidence-list { grid-template-columns: 1fr; }
    .storefront-confidence-list article { min-height: 0; }
    .storefront-confidence-list b { margin-top: 18px; }
    .storefront-trip-card { grid-template-columns: 80px minmax(0,1fr); }
    .storefront-trip-card > a,
    .storefront-trip-card > form { grid-column: 2; }
}

@media (max-width: 760px) {
    .storefront-shell,
    .storefront-auth-card,
    .storefront-auth-card-wide,
    .storefront-demo-gateway { width: calc(100% - 28px); }
    .storefront-brand img { width: 36px; height: 36px; }
    .storefront-brand small { display: none; }
    .storefront-hero { padding-top: 14px; }
    .storefront-hero-stage { display: flex; flex-direction: column; border-radius: 24px; }
    .storefront-hero-copy { order: 2; padding: 34px 24px 30px; }
    .storefront-hero-copy h1 { margin-top: 15px; font-size: 44px; }
    .storefront-hero-copy > p { font-size: 15px; }
    .storefront-hero-media { order: 1; height: 300px; }
    .storefront-hero-media::after { background: linear-gradient(0deg, var(--sf-sand) 0, rgba(245,239,231,0) 28%); }
    .storefront-hero-media > img { object-position: 62% center; }
    .storefront-hero-media figcaption { right: 14px; bottom: 14px; left: 14px; }
    .storefront-trust-row { display: grid; }
    .storefront-search-card { width: 100%; margin: 14px 0 0; padding: 22px 18px; }
    .storefront-card-heading { align-items: start; }
    .storefront-card-heading span { font-size: 22px; }
    .storefront-live-badge { display: none; }
    .storefront-service-picker { overflow-x: auto; padding-bottom: 3px; }
    .storefront-service-picker label > span { white-space: nowrap; }
    .storefront-location-stack,
    .storefront-search-details,
    .storefront-field-grid { grid-template-columns: 1fr; }
    .storefront-field-wide { grid-column: auto; }
    .storefront-search-card > .storefront-primary-button { width: 100%; }
    .storefront-search-footnote { text-align: center; }
    .storefront-assurance-bar .storefront-shell,
    .storefront-service-grid { grid-template-columns: 1fr; }
    .storefront-assurance-bar article { padding: 15px; }
    .storefront-service-section,
    .storefront-fleet-section,
    .storefront-process-section,
    .storefront-confidence-section,
    .storefront-faq-section { padding: 64px 0; }
    .storefront-section-heading { align-items: start; flex-direction: column; }
    .storefront-section-heading h2,
    .storefront-process-intro h2,
    .storefront-confidence-section h2,
    .storefront-faq-grid h2 { font-size: 37px; }
    .storefront-service-grid article { min-height: 280px; }
    .storefront-vehicle-card { grid-template-columns: 1fr; }
    .storefront-vehicle-image { min-height: 240px; }
    .storefront-vehicle-footer { align-items: stretch; flex-direction: column; }
    .storefront-vehicle-footer > a { text-align: center; }
    .storefront-process-layout,
    .storefront-confidence-grid,
    .storefront-faq-grid { grid-template-columns: 1fr; gap: 38px; }
    .storefront-process-intro { position: static; }
    .storefront-footer-inner { flex-direction: column; }
    .storefront-footer-links { justify-content: start; }
    .storefront-auth-section,
    .storefront-reservation-section,
    .storefront-guest-confirmation,
    .storefront-demo-checkout,
    .storefront-account-section { padding: 28px 0 58px; }
    .storefront-auth-card,
    .storefront-auth-card-wide { min-height: 0; grid-template-columns: 1fr; border-radius: 22px; }
    .storefront-auth-intro { padding: 280px 26px 30px; }
    .storefront-auth-intro::before { height: 260px; }
    .storefront-auth-intro h1 { font-size: 34px; }
    .storefront-auth-form { padding: 34px 24px; }
    .storefront-reservation-grid,
    .storefront-confirmation-layout,
    .storefront-demo-gateway-grid { grid-template-columns: 1fr; }
    .storefront-reservation-summary,
    .storefront-payment-summary { position: static; }
    .storefront-reservation-form,
    .storefront-confirmation-main,
    .storefront-payment-summary { padding: 26px 22px; }
    .storefront-guest-heading { align-items: start; flex-direction: column; }
    .storefront-confirmation-main h1 { font-size: 37px; }
    .storefront-confirmation-reference { align-items: start; flex-direction: column; }
    .storefront-demo-order,
    .storefront-demo-panel { padding: 34px 24px; }
    .storefront-account-heading { min-height: 0; padding: 34px 26px; align-items: start; flex-direction: column; }
    .storefront-account-heading h1 { font-size: 39px; }
    .storefront-trip-card { grid-template-columns: 62px minmax(0,1fr); gap: 13px; }
    .storefront-trip-date { width: 58px; height: 62px; }
    .storefront-trip-title { align-items: start; flex-direction: column; }
    .storefront-trip-route { align-items: start; flex-direction: column; }
    .storefront-trip-route > b { display: none; }
    .storefront-trip-card > a,
    .storefront-trip-card > form { grid-column: 1 / -1; }
    .storefront-trip-link,
    .storefront-trip-card > form button { width: 100%; display: block; text-align: center; }
    .storefront-invoice { padding: 24px 18px; }
    .storefront-invoice-grid { grid-template-columns: 1fr 1fr; }
    .storefront-invoice-route { grid-template-columns: 1fr; }
    .storefront-invoice-route > span { transform: rotate(90deg); }
}

@media print {
    .storefront-header,
    .storefront-footer,
    .storefront-account-section > .storefront-shell > .storefront-section-heading { display: none !important; }
    body { background: #fff; }
    .storefront-account-section { padding: 0; }
    .storefront-invoice { border: 0; box-shadow: none; }
}
