.roadshow-page {
    --road-ink: #0b0e10;
    --road-panel: #111516;
    --road-panel-soft: #191e20;
    --road-gold: #c99a46;
    --road-gold-light: #e5c47d;
    --road-cream: #f5f2eb;
    --road-white: #ffffff;
    --road-muted: #74797e;
    --road-line: rgba(17, 19, 21, .11);
    min-height: 100vh;
    overflow: hidden;
    background: #fff;
}

/* =========================
   HEADER
========================= */

.roadshow-page .site-header,
.roadshow-page .site-header.is-scrolled {
    background: rgba(255, 255, 255, .97) !important;
    color: #151719 !important;
    border-bottom: 1px solid rgba(14, 16, 18, .10) !important;
    box-shadow: 0 8px 30px rgba(16, 18, 20, .06) !important;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.roadshow-page .site-header .main-nav a {
    color: rgba(17, 19, 21, .72) !important;
    font-size: 16px !important;
}

.roadshow-page .site-header .main-nav a:hover,
.roadshow-page .site-header .main-nav a[aria-current="page"] {
    color: #0b0d0f !important;
}

.roadshow-page .site-header .header-phone {
    color: rgba(17, 19, 21, .62) !important;
}

.roadshow-page .site-header .header-book-btn {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: #0b0d0f !important;
    border-color: #0b0d0f !important;
}

.roadshow-page .site-header .mobile-menu-button {
    border-color: rgba(17, 19, 21, .18) !important;
}

.roadshow-page .site-header .mobile-menu-button span {
    background: #0b0d0f !important;
}

.roadshow-main {
    padding-top: 76px;
}

/* =========================
   COMMON
========================= */

.roadshow-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 21px;
    color: var(--road-gold-light);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.roadshow-kicker > span {
    width: 34px;
    height: 1px;
    background: var(--road-gold);
}

.roadshow-kicker.dark {
    color: #a9772f;
}

.roadshow-primary-btn,
.roadshow-secondary-btn {
    text-decoration: none;
}

/* =========================
   HERO
========================= */

.roadshow-hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(7, 9, 10, .82), rgba(7, 9, 10, .48) 52%, rgba(7, 9, 10, .72)),
        url('../images/roadshow.jpg') center 48% / cover no-repeat;
}

.roadshow-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 12% 82%, rgba(201, 154, 70, .20), transparent 29%),
        radial-gradient(circle at 82% 15%, rgba(229, 196, 125, .08), transparent 26%);
}

.roadshow-orbit {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(201, 154, 70, .18);
    border-radius: 50%;
    pointer-events: none;
}

.roadshow-orbit-one {
    width: 480px;
    height: 480px;
    left: -315px;
    bottom: -330px;
}

.roadshow-orbit-two {
    width: 620px;
    height: 620px;
    right: -405px;
    top: 110px;
}

.roadshow-hero-grid {
    min-height: 650px;
    padding-top: 58px;
    padding-bottom: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .78fr);
    align-items: center;
    gap: clamp(58px, 7vw, 112px);
}

.roadshow-hero-copy {
    min-width: 0;
    max-width: 820px;
}

.roadshow-hero-copy h1 {
    margin: 0;
    max-width: 820px;
    font-family: 'Libre Caslon Display', 'Playfair Display', serif;
    font-size: clamp(62px, 5.9vw, 96px);
    font-weight: 400;
    line-height: .91;
    letter-spacing: -4px;
}

.roadshow-hero-copy h1 em {
    display: block;
    margin-top: 18px;
    color: var(--road-gold-light);
    font-family: 'Playfair Display', serif;
    font-size: .57em;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -1.7px;
}

.roadshow-hero-description {
    max-width: 700px;
    margin: 27px 0 0;
    color: cornsilk;
    font-family: math;
    font-size: 16px;
    line-height: 1.75;
}

.roadshow-hero-actions {
    margin-top: 29px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px;
}

.roadshow-primary-btn,
.roadshow-secondary-btn {
    min-height: 51px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    transition: transform .22s ease, box-shadow .22s ease;
}

.roadshow-primary-btn {
    background: linear-gradient(90deg, #c89b51, #e0c27d);
    color: #111315;
    box-shadow: 0 15px 36px rgba(190, 145, 70, .20);
}

.roadshow-secondary-btn {
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .13);
}

.roadshow-primary-btn:hover,
.roadshow-secondary-btn:hover {
    transform: translateY(-3px);
}

.roadshow-hero-meta {
    max-width: 710px;
    margin-top: 39px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.roadshow-hero-meta div {
    padding: 17px 15px 0 0;
    display: grid;
    gap: 5px;
}

.roadshow-hero-meta span {
    color: var(--road-gold-light);
    font-family: 'DM Mono', monospace;
    font-size: 8px;
}

.roadshow-hero-meta strong {
    color: rgba(255, 255, 255, .70);
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* =========================
   CONTROL CARD
========================= */

.roadshow-control-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 17px;
    background: rgba(7, 9, 9, .91);
    box-shadow: 0 30px 74px rgba(0, 0, 0, .36);
    backdrop-filter: blur(13px);
}

.roadshow-control-head {
    min-height: 60px;
    padding: 0 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.roadshow-control-head span {
    color: rgba(255, 255, 255, .58);
    font-family: 'DM Mono', monospace;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.15px;
    text-transform: uppercase;
}

.roadshow-control-head strong {
    color: var(--road-gold-light);
    font-size: 9px;
}

.roadshow-control-list {
    padding: 2px 23px;
}

.roadshow-control-list article {
    min-height: 76px;
    padding: 15px 0;
    display: grid;
    grid-template-columns: 52px 1fr 30px;
    align-items: center;
    gap: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.roadshow-control-list article:last-child {
    border-bottom: 0;
}

.roadshow-control-list article > span {
    color: var(--road-gold-light);
    font-family: 'DM Mono', monospace;
    font-size: 8px;
}

.roadshow-control-list h2,
.roadshow-control-list h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.roadshow-control-list p {
    margin: 0;
    color: rgba(255, 255, 255, .43);
    font-size: 9px;
    line-height: 1.5;
}

.roadshow-control-list b {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(201, 154, 70, .45);
    border-radius: 50%;
    color: var(--road-gold-light);
    font-family: 'DM Mono', monospace;
    font-size: 7px;
    font-weight: 500;
}

.roadshow-control-foot {
    min-height: 50px;
    padding: 0 23px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid rgba(201, 154, 70, .28);
    background: rgba(201, 154, 70, .06);
    color: rgba(255, 255, 255, .50);
    font-size: 9px;
    line-height: 1.5;
}

.roadshow-control-foot i {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #e0ad40;
}

/* =========================
   INTRO
========================= */

.roadshow-intro {
    padding: 92px 0 86px;
    background: #fff;
}

.roadshow-intro-grid {
    display: grid;
    grid-template-columns: 1.05fr .75fr;
    align-items: end;
    gap: clamp(60px, 8vw, 130px);
}

.roadshow-intro h2,
.roadshow-section-heading h2,
.roadshow-process-copy h2,
.roadshow-fleet-heading h2,
.roadshow-final-inner h2 {
    margin: 0;
    font-family: 'Libre Caslon Display', 'Playfair Display', serif;
    font-size: clamp(46px, 4.3vw, 68px);
    font-weight: 400;
    line-height: .97;
    letter-spacing: -2.3px;
}

.roadshow-intro-copy {
    display: grid;
    gap: 16px;
}

.roadshow-intro-copy p {
    margin: 0;
    color: #6e7378;
    font-family: math;
    font-size: 13px;
    line-height: 1.75;
}

/* =========================
   SERVICE CARDS
========================= */

.roadshow-services {
    padding: 86px 0 94px;
    color: #fff;
    background:
        radial-gradient(circle at 10% 15%, rgba(201, 154, 70, .10), transparent 25%),
        #101415;
}

.roadshow-section-heading {
    display: grid;
    grid-template-columns: 1.05fr .62fr;
    align-items: end;
    gap: 72px;
    margin-bottom: 35px;
}

.roadshow-section-heading > p {
    margin: 0;
    color: cornsilk;
    opacity: .72;
    font-family: math;
    font-size: 12px;
    line-height: 1.75;
}

.roadshow-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.roadshow-service-card {
    position: relative;
    overflow: hidden;
    min-height: 270px;
    padding: 29px 29px 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 13px;
    background:
        linear-gradient(rgba(11, 15, 16, .78), rgba(11, 15, 16, .78)),
        url('../images/roadshow.jpg') center / cover no-repeat;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.roadshow-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 154, 70, .28);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .22);
}

.roadshow-service-number {
    color: var(--road-gold-light);
    font-family: 'DM Mono', monospace;
    font-size: 8px;
}

.roadshow-service-card h3 {
    margin: 31px 0 11px;
    color: cornsilk;
    font-family: math;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.9px;
}

.roadshow-service-card p {
    max-width: 560px;
    margin: 0;
    color: cornsilk;
    opacity: .76;
    font-family: math;
    font-size: 11px;
    line-height: 1.65;
}

/* =========================
   PROCESS
========================= */

.roadshow-process {
    padding: 72px 0 76px;
    color: #fff;
    background: #15191a;
}

.roadshow-process-grid {
    display: grid;
    grid-template-columns: .82fr 1fr;
    align-items: start;
    gap: clamp(46px, 7vw, 102px);
}

.roadshow-process-copy h2 {
    max-width: 520px;
    font-size: clamp(36px, 3.8vw, 54px);
}

.roadshow-process-copy > p:not(.roadshow-kicker) {
    max-width: 510px;
    margin: 16px 0 0;
    color: cornsilk;
    opacity: .68;
    font-family: math;
    font-size: 11px;
    line-height: 1.65;
}

.roadshow-process-copy .roadshow-primary-btn {
    margin-top: 21px;
}

.roadshow-process-list {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.roadshow-process-list article {
    min-height: 80px;
    padding: 16px 0;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.roadshow-process-list article > span {
    color: var(--road-gold-light);
    font-family: 'DM Mono', monospace;
    font-size: 8px;
}

.roadshow-process-list h3 {
    margin: 0 0 4px;
    color: cornsilk;
    font-family: math;
    font-size: 14px;
}

.roadshow-process-list p {
    margin: 0;
    color: cornsilk;
    opacity: .62;
    font-family: math;
    font-size: 10px;
    line-height: 1.6;
}

/* =========================
   FLEET
========================= */

.roadshow-fleet {
    padding: 92px 0 96px;
    background: var(--road-cream);
}

.roadshow-fleet-heading {
    max-width: 830px;
    margin: 0 auto 38px;
    text-align: center;
}

.roadshow-fleet-heading .roadshow-kicker {
    justify-content: center;
}

.roadshow-fleet-heading > p:not(.roadshow-kicker) {
    max-width: 680px;
    margin: 21px auto 0;
    color: #6d7277;
    font-family: math;
    font-size: 12px;
    line-height: 1.75;
}

.roadshow-fleet-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.roadshow-fleet-grid article {
    overflow: hidden;
    border: 1px solid rgba(17, 19, 21, .10);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(18, 20, 22, .06);
    transition: transform .28s ease, box-shadow .28s ease;
}

.roadshow-fleet-grid article:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 50px rgba(18, 20, 22, .11);
}

.roadshow-fleet-image {
    height: 245px;
    overflow: hidden;
    background: #e8e3d9;
}

.roadshow-fleet-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.roadshow-fleet-grid article:hover img {
    transform: scale(1.045);
}

.roadshow-fleet-body {
    padding: 23px 23px 25px;
}

.roadshow-fleet-body > span {
    color: #a9772f;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.roadshow-fleet-body h3 {
    margin: 14px 0 8px;
    color: #111315;
    font-family: 'Libre Caslon Display', serif;
    font-size: 29px;
    font-weight: 400;
}

.roadshow-fleet-body p {
    margin: 0;
    color: #70757a;
    font-family: math;
    font-size: 10px;
    line-height: 1.7;
}

/* =========================
   FINAL CTA
========================= */

.roadshow-final-cta {
    padding: 64px 0 70px;
    background: #fff;
    text-align: center;
}

.roadshow-final-inner {
    max-width: 790px;
    margin: 0 auto;
}

.roadshow-final-inner .roadshow-kicker {
    justify-content: center;
}

.roadshow-final-inner h2 {
    font-size: clamp(38px, 4vw, 56px);
}

.roadshow-final-inner h2 em {
    color: #bd8d3f;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

.roadshow-final-inner > p:not(.roadshow-kicker) {
    max-width: 590px;
    margin: 16px auto 0;
    color: #71767b;
    font-family: math;
    font-size: 12px;
    line-height: 1.7;
}

.roadshow-final-inner > a {
    width: fit-content;
    min-height: 46px;
    margin: 22px auto 0;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-radius: 999px;
    background: #111516;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
}

.roadshow-final-inner > a span {
    color: var(--road-gold-light);
}

/* Footer visibility safety */
.roadshow-page .site-footer,
.roadshow-page .site-footer .reveal,
.roadshow-page .site-footer .footer-brand-column,
.roadshow-page .site-footer .footer-column,
.roadshow-page .site-footer .footer-newsletter,
.roadshow-page .site-footer .footer-bottom {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
    .roadshow-hero-grid {
        grid-template-columns: minmax(0, 1fr) 400px;
        gap: 42px;
    }

    .roadshow-hero-copy h1 {
        font-size: clamp(55px, 6vw, 78px);
    }
}

@media (max-width: 900px) {
    .roadshow-main {
        padding-top: 68px;
    }

    .roadshow-hero,
    .roadshow-hero-grid {
        min-height: auto;
    }

    .roadshow-hero-grid,
    .roadshow-intro-grid,
    .roadshow-section-heading,
    .roadshow-process-grid {
        grid-template-columns: 1fr;
    }

    .roadshow-hero-grid {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .roadshow-control-card {
        width: min(100%, 640px);
    }

    .roadshow-service-grid {
        grid-template-columns: 1fr;
    }

    .roadshow-fleet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .roadshow-hero-grid {
        padding-top: 48px;
        padding-bottom: 50px;
    }

    .roadshow-hero-copy h1 {
        font-size: clamp(48px, 15vw, 65px);
        letter-spacing: -2.7px;
    }

    .roadshow-hero-copy h1 em {
        font-size: .60em;
    }

    .roadshow-hero-description {
        font-size: 14px;
    }

    .roadshow-hero-actions {
        align-items: stretch;
    }

    .roadshow-primary-btn,
    .roadshow-secondary-btn {
        width: 100%;
    }

    .roadshow-hero-meta {
        grid-template-columns: 1fr;
    }

    .roadshow-hero-meta div {
        padding: 13px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .roadshow-intro,
    .roadshow-services,
    .roadshow-process,
    .roadshow-fleet,
    .roadshow-final-cta {
        padding-top: 58px;
        padding-bottom: 64px;
    }

    .roadshow-intro h2,
    .roadshow-section-heading h2,
    .roadshow-process-copy h2,
    .roadshow-fleet-heading h2,
    .roadshow-final-inner h2 {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .roadshow-service-card {
        min-height: 245px;
        padding: 24px 22px 21px;
    }

    .roadshow-service-card h3 {
        font-size: 25px;
    }

    .roadshow-fleet-grid {
        grid-template-columns: 1fr;
    }

    .roadshow-fleet-image {
        height: 225px;
    }
}
