
:root {
    --jb-black: #000000;
    --jb-dark: #101010;
    --jb-gold: #ebb73d;
    --jb-white: #ffffff;
    --jb-offwhite: #f6f6f4;
    --jb-text: #171717;
    --jb-muted: #686868;
}

/* Global site shell */
body {
    background: #fff;
}

.site-header,
#masthead {
    border-bottom: 1px solid rgba(235,183,61,.25);
}

.site-header .site-main-header-wrap,
.site-header .site-bottom-header-wrap {
    background: #000;
}

.site-header a,
.site-header .menu-toggle-open,
.site-header .mobile-toggle-open-container {
    color: #fff;
}

.site-header a:hover,
.site-header .current-menu-item > a {
    color: var(--jb-gold);
}

.site-footer {
    background: #070707;
    color: #d7d7d7;
    border-top: 3px solid var(--jb-gold);
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: var(--jb-gold);
}

/* Remove theme page chrome from full-width homepage pattern */
.jb-home {
    margin-top: 0 !important;
}

.jb-home > * {
    margin-block-start: 0;
}

.jb-hero {
    border-bottom: 1px solid rgba(235,183,61,.4);
}

.jb-hero .wp-block-cover__inner-container {
    width: 100%;
}

.jb-kicker,
.jb-section-kicker {
    color: var(--jb-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.jb-hero-title {
    max-width: 850px;
    color: #fff !important;
    font-size: clamp(42px, 5.3vw, 76px);
    line-height: 1.02;
    margin: 12px 0 18px;
}

.jb-hero-copy {
    max-width: 760px;
    color: #e7e7e7;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.55;
}

.jb-btn-gold .wp-block-button__link,
.jb-btn-black .wp-block-button__link {
    border-radius: 5px;
    font-weight: 800;
    padding: 14px 24px;
}

.jb-btn-gold .wp-block-button__link {
    background: var(--jb-gold);
    color: #000;
}

.jb-btn-gold .wp-block-button__link:hover {
    background: #f2c65a;
    color: #000;
}

.jb-btn-outline .wp-block-button__link {
    border-color: rgba(255,255,255,.75);
    color: #fff;
    border-radius: 5px;
    font-weight: 800;
    padding: 12px 24px;
}

.jb-btn-outline .wp-block-button__link:hover {
    border-color: var(--jb-gold);
    color: var(--jb-gold);
}

.jb-btn-black .wp-block-button__link {
    background: #000;
    color: #fff;
}

.jb-btn-black .wp-block-button__link:hover {
    background: #171717;
    color: var(--jb-gold);
}

.jb-booking-band {
    background: #f4f4f2;
    padding: 44px 24px;
}

.jb-section {
    padding: 90px 24px;
}

.jb-section h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.12;
}

.jb-intro {
    background: #fff;
}

.jb-rounded-image img {
    border-radius: 10px;
    box-shadow: 0 20px 45px rgba(0,0,0,.16);
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.jb-dark-section {
    background: #0c0c0c;
    color: #eee;
}

.jb-dark-section h2,
.jb-dark-section h3 {
    color: #fff;
}

.jb-service-cards {
    margin-top: 38px;
}

.jb-service-card {
    height: 100%;
    padding: 32px;
    background: #151515;
    border: 1px solid #292929;
    border-top: 3px solid var(--jb-gold);
    border-radius: 7px;
}

.jb-service-card p {
    color: #c9c9c9;
}

.jb-coverage h2 {
    color: #fff !important;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.jb-large-copy {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    color: #e1e1e1;
    font-size: 20px;
}

.jb-how {
    background: #fff;
}

.jb-step-grid {
    margin-top: 42px;
}

.jb-step {
    height: 100%;
    padding: 28px;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    background: #fff;
}

.jb-step-number {
    color: var(--jb-gold);
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 8px;
}

.jb-step h3 {
    margin-top: 0;
}

.jb-cta {
    background: var(--jb-gold);
    color: #000;
    padding-top: 60px;
    padding-bottom: 60px;
}

.jb-cta h2 {
    color: #000;
    margin-bottom: 8px;
}

.jb-cta p {
    color: #2c2c2c;
}

/* Booking shortcode integration */
.jb-booking-band .jb-search-module {
    max-width: 1180px;
}

.jb-booking-band .jb-search-card {
    box-shadow: 0 18px 50px rgba(0,0,0,.15);
}

/* Standard content pages */
.entry-content > .wp-block-group.alignfull:first-child {
    margin-top: 0;
}

.jb-page-hero {
    background: #0d0d0d;
    color: #fff;
    padding: 70px 24px;
    border-bottom: 3px solid var(--jb-gold);
}

.jb-page-hero h1 {
    color: #fff;
}

@media (max-width: 767px) {
    .jb-hero {
        min-height: 560px !important;
    }

    .jb-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .jb-booking-band {
        padding: 28px 16px;
    }

    .jb-cta .wp-block-buttons {
        justify-content: flex-start !important;
    }
}


/* ==========================================================
   Joe Bus global header / footer — v0.1.1
   ========================================================== */

/* Hide Kadence's stock header/footer; the child theme renders the Joe Bus shell. */
#masthead,
.site-header,
#colophon,
.site-footer {
    display: none !important;
}

.jb-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.jb-site-header {
    position: relative;
    z-index: 999;
    background: #000;
    color: #fff;
    border-bottom: 1px solid rgba(235,183,61,.28);
}

.jb-topbar {
    background: #080808;
    border-bottom: 1px solid rgba(255,255,255,.07);
    color: #bfbfbf;
    font-size: 11px;
    line-height: 1;
}

.jb-topbar .jb-shell {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.jb-topbar-service span {
    color: var(--jb-gold);
    margin: 0 5px;
}

.jb-topbar-contact {
    display: flex;
    align-items: center;
    gap: 9px;
}

.jb-topbar a {
    color: #d8d8d8;
    text-decoration: none;
}

.jb-topbar a:hover {
    color: var(--jb-gold);
}

.jb-topbar-divider {
    color: #555;
}

.jb-mainbar {
    background: #000;
}

.jb-mainbar-inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.jb-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    text-decoration: none;
    flex: 0 0 auto;
}

.jb-brand img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(235,183,61,.6);
}

.jb-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.jb-brand-copy strong {
    color: var(--jb-gold);
    font-size: 14px;
    letter-spacing: .08em;
}

.jb-brand-copy small {
    color: #b9b9b9;
    margin-top: 5px;
    font-size: 8px;
    letter-spacing: .16em;
}

.jb-primary-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 26px;
}

.jb-primary-nav > a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.jb-primary-nav > a:hover {
    color: var(--jb-gold);
}

.jb-primary-nav .jb-header-cta {
    background: var(--jb-gold);
    color: #000;
    padding: 12px 17px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .05em;
}

.jb-primary-nav .jb-header-cta:hover {
    color: #000;
    background: #f3c95e;
}

.jb-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid #393939;
    background: #111;
    border-radius: 4px;
}

.jb-menu-toggle > span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--jb-gold);
}

/* Footer */
.jb-site-footer {
    background: #060606;
    color: #bdbdbd;
    border-top: 3px solid var(--jb-gold);
}

.jb-footer-main {
    padding: 58px 0 45px;
}

.jb-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr 1fr 1fr;
    gap: 48px;
}

.jb-footer-brand {
    max-width: 320px;
}

.jb-footer-logo img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(235,183,61,.65);
}

.jb-footer-tagline {
    color: var(--jb-gold);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .13em;
    font-size: 11px;
    margin: 15px 0 10px;
}

.jb-footer-brand p:last-child {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 0;
}

.jb-footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.jb-footer-col h3 {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .09em;
    margin: 4px 0 10px;
    position: relative;
    padding-bottom: 10px;
}

.jb-footer-col h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: var(--jb-gold);
}

.jb-footer-col a,
.jb-footer-col span {
    color: #bdbdbd;
    text-decoration: none;
    font-size: 13px;
}

.jb-footer-col a:hover {
    color: var(--jb-gold);
}

.jb-footer-bottom {
    border-top: 1px solid #1e1e1e;
    background: #030303;
}

.jb-footer-bottom .jb-shell {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.jb-footer-bottom p {
    margin: 0;
    font-size: 11px;
    color: #777;
}

.jb-footer-legal {
    display: flex;
    gap: 18px;
}

.jb-footer-legal a {
    color: #777;
    text-decoration: none;
    font-size: 11px;
}

.jb-footer-legal a:hover {
    color: var(--jb-gold);
}

/* Anchor navigation should clear the sticky shell if sticky is enabled later. */
#find-a-ride,
#services,
#where-we-travel,
#why-joe-bus {
    scroll-margin-top: 90px;
}

@media (max-width: 980px) {
    .jb-topbar-service {
        display: none;
    }

    .jb-topbar .jb-shell {
        justify-content: center;
    }

    .jb-mainbar-inner {
        min-height: 68px;
    }

    .jb-menu-toggle {
        display: block;
        cursor: pointer;
    }

    .jb-primary-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 18px 20px 24px;
        background: #080808;
        border-top: 1px solid #242424;
        border-bottom: 2px solid var(--jb-gold);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .jb-primary-nav.is-open {
        display: flex;
    }

    .jb-primary-nav > a {
        padding: 13px 5px;
        border-bottom: 1px solid #1e1e1e;
    }

    .jb-primary-nav .jb-header-cta {
        margin-top: 14px;
        text-align: center;
        border-bottom: 0;
        padding: 13px 15px;
    }

    .jb-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    .jb-shell {
        width: min(100% - 28px, 1180px);
    }

    .jb-topbar {
        display: none;
    }

    .jb-brand img {
        width: 42px;
        height: 42px;
    }

    .jb-brand-copy strong {
        font-size: 13px;
    }

    .jb-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .jb-footer-bottom .jb-shell {
        padding: 16px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .jb-footer-legal {
        flex-wrap: wrap;
    }
}


/* ==========================================================
   Joe Bus homepage shell refinement — v0.1.2
   Removes Kadence's default homepage title/chrome and tightens
   the global header/footer typography to match the site design.
   ========================================================== */

/* Homepage: remove Kadence's generated "Home" title band completely. */
body.home .entry-hero,
body.home .entry-hero-container-inner,
body.home .entry-header,
body.home .entry-title,
body.home .page-title,
body.home .page-header,
body.home .hero-section-overlay {
    display: none !important;
}

/* Homepage: remove theme/container spacing above hero and below final CTA. */
body.home #primary,
body.home .content-area,
body.home .content-container,
body.home .site-main,
body.home .site-main > article,
body.home article.page,
body.home .entry-content-wrap,
body.home .entry-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.home .content-wrap,
body.home .site-container,
body.home .content-bg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Make the inserted homepage begin directly below the custom header. */
body.home .jb-home {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Make the custom footer begin immediately after the last homepage section. */
body.home .jb-home > :last-child,
body.home .entry-content > :last-child {
    margin-bottom: 0 !important;
}

/* Header typography refinement */
.jb-topbar {
    font-size: 12px;
}

.jb-brand img {
    width: 52px;
    height: 52px;
}

.jb-brand-copy strong {
    font-size: 16px;
    letter-spacing: .07em;
}

.jb-brand-copy small {
    font-size: 9px;
    letter-spacing: .15em;
}

.jb-primary-nav {
    gap: 28px;
}

.jb-primary-nav > a {
    font-size: 14px;
    font-weight: 700;
}

.jb-primary-nav .jb-header-cta {
    font-size: 12px;
    padding: 13px 19px;
}

/* Footer typography refinement */
.jb-footer-tagline {
    font-size: 12px;
}

.jb-footer-brand p:last-child {
    font-size: 14px;
    line-height: 1.7;
}

.jb-footer-col h3 {
    font-size: 14px;
}

.jb-footer-col a,
.jb-footer-col span {
    font-size: 14px;
    line-height: 1.55;
}

.jb-footer-bottom p,
.jb-footer-legal a {
    font-size: 12px;
}

@media (max-width: 980px) {
    .jb-primary-nav > a {
        font-size: 15px;
    }
}

@media (max-width: 620px) {
    .jb-brand-copy strong {
        font-size: 14px;
    }

    .jb-brand-copy small {
        font-size: 8px;
    }

    .jb-footer-col h3 {
        font-size: 13px;
    }

    .jb-footer-col a,
    .jb-footer-col span,
    .jb-footer-brand p:last-child {
        font-size: 13px;
    }
}


/* ==========================================================
   Joe Bus global shell polish — v0.1.3
   Header/footer scale, booking transition, intro spacing
   ========================================================== */

/* Header: stronger branding, slightly tighter overall height */
.jb-topbar {
    font-size: 13px;
}

.jb-mainbar-inner {
    min-height: 70px;
}

.jb-brand {
    gap: 13px;
}

.jb-brand img {
    width: 58px;
    height: 58px;
}

.jb-brand-copy strong {
    font-size: 17px;
}

.jb-brand-copy small {
    font-size: 10px;
}

.jb-primary-nav {
    gap: 30px;
}

.jb-primary-nav > a {
    font-size: 15px;
    font-weight: 700;
}

.jb-primary-nav .jb-header-cta {
    font-size: 13px;
    padding: 13px 20px;
}

/* Booking band: visually connect the form to the hero */
.jb-booking-band {
    position: relative;
    z-index: 5;
    margin-top: -34px !important;
    padding: 0 24px 34px;
    background: linear-gradient(
        to bottom,
        transparent 0,
        transparent 34px,
        #f4f4f2 34px,
        #f4f4f2 100%
    );
}

.jb-booking-band .jb-search-module {
    position: relative;
}

.jb-booking-band .jb-search-card {
    box-shadow: 0 24px 55px rgba(0,0,0,.22);
    border-radius: 8px;
}

/* Intro: reduce excess whitespace and make content feel more connected */
.jb-intro {
    padding-top: 68px !important;
    padding-bottom: 72px !important;
}

.jb-intro .wp-block-columns {
    gap: 48px;
}

.jb-intro .jb-rounded-image img {
    min-height: 360px;
}

.jb-intro .wp-block-buttons {
    margin-top: 20px;
}

/* Footer: stronger scale and presence */
.jb-footer-main {
    padding-top: 66px;
    padding-bottom: 54px;
}

.jb-footer-logo img {
    width: 92px;
    height: 92px;
}

.jb-footer-tagline {
    font-size: 13px;
}

.jb-footer-brand p:last-child {
    font-size: 15px;
    line-height: 1.72;
}

.jb-footer-col h3 {
    font-size: 15px;
}

.jb-footer-col a,
.jb-footer-col span {
    font-size: 15px;
    line-height: 1.6;
}

.jb-footer-bottom .jb-shell {
    min-height: 58px;
}

.jb-footer-bottom p,
.jb-footer-legal a {
    font-size: 13px;
}

@media (max-width: 980px) {
    .jb-brand img {
        width: 52px;
        height: 52px;
    }

    .jb-primary-nav > a {
        font-size: 15px;
    }

    .jb-booking-band {
        margin-top: -22px !important;
        padding-left: 18px;
        padding-right: 18px;
    }

    .jb-intro {
        padding-top: 58px !important;
        padding-bottom: 62px !important;
    }
}

@media (max-width: 620px) {
    .jb-mainbar-inner {
        min-height: 66px;
    }

    .jb-brand img {
        width: 48px;
        height: 48px;
    }

    .jb-brand-copy strong {
        font-size: 15px;
    }

    .jb-brand-copy small {
        font-size: 9px;
    }

    .jb-booking-band {
        margin-top: -14px !important;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 24px;
        background: #f4f4f2;
    }

    .jb-intro {
        padding-top: 48px !important;
        padding-bottom: 52px !important;
    }

    .jb-footer-main {
        padding-top: 52px;
        padding-bottom: 42px;
    }

    .jb-footer-logo img {
        width: 84px;
        height: 84px;
    }

    .jb-footer-col h3 {
        font-size: 14px;
    }

    .jb-footer-col a,
    .jb-footer-col span,
    .jb-footer-brand p:last-child {
        font-size: 14px;
    }
}


/* ==========================================================
   Joe Bus targeted polish — v0.1.4
   Header logo, hero CTA, booking spacing, How It Works spacing
   ========================================================== */

/* Header logo: match footer logo scale on desktop. */
.jb-brand img {
    width: 92px;
    height: 92px;
}

/* Keep header height comfortable with larger logo. */
.jb-mainbar-inner {
    min-height: 104px;
}

/* Hero secondary CTA: white text/border, white hover with black text. */
.jb-hero .jb-btn-outline .wp-block-button__link,
.jb-hero .wp-block-button.is-style-outline .wp-block-button__link {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important;
}

.jb-hero .jb-btn-outline .wp-block-button__link:hover,
.jb-hero .wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #000 !important;
    border-color: #fff !important;
    background: #fff !important;
}

/* Booking form: restore clear visual gap below the hero. */
.jb-booking-band {
    margin-top: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 34px !important;
    background: #f4f4f2 !important;
}

/* How It Works: reduce top and bottom spacing by about 50px. */
.jb-how {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

@media (max-width: 980px) {
    .jb-brand img {
        width: 72px;
        height: 72px;
    }

    .jb-mainbar-inner {
        min-height: 84px;
    }

    .jb-booking-band {
        padding-top: 42px !important;
    }

    .jb-how {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }
}

@media (max-width: 620px) {
    .jb-brand img {
        width: 58px;
        height: 58px;
    }

    .jb-mainbar-inner {
        min-height: 72px;
    }

    .jb-booking-band {
        padding-top: 34px !important;
        padding-bottom: 24px !important;
    }

    .jb-how {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}


.jb-mainbar.is-sticky {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #000;
    box-shadow: 0 8px 24px rgba(0,0,0,.28);
    border-bottom: 1px solid rgba(235,183,61,.35);
}

.jb-site-header.jb-sticky-active {
    padding-bottom: 104px;
}

.jb-back-to-top {
    position: fixed;
    z-index: 1200;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 5px;
    background: var(--jb-gold);
    color: #000;
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease;
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
}

.jb-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.jb-back-to-top:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 980px) {
    .jb-site-header.jb-sticky-active { padding-bottom: 84px; }
}

@media (max-width: 620px) {
    .jb-site-header.jb-sticky-active { padding-bottom: 72px; }
    .jb-back-to-top {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
    }
}


/* ==========================================================
   Joe Bus mobile polish — v0.1.7
   Final Milestone 3 responsive cleanup + back-to-top alignment
   ========================================================== */

/* Back-to-top: true horizontal/vertical centering */
.jb-back-to-top {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
}

@media (max-width: 620px) {

    /* Mobile shell */
    .jb-shell {
        width: calc(100% - 24px);
    }

    .jb-mainbar-inner {
        min-height: 68px;
        gap: 14px;
    }

    .jb-brand {
        gap: 8px;
        min-width: 0;
    }

    .jb-brand img {
        width: 52px;
        height: 52px;
        flex: 0 0 52px;
    }

    .jb-brand-copy strong {
        font-size: 13px;
        line-height: 1.05;
    }

    .jb-brand-copy small {
        font-size: 7px;
        line-height: 1.1;
        margin-top: 3px;
        letter-spacing: .12em;
    }

    .jb-menu-toggle {
        width: 40px;
        height: 40px;
        padding: 8px;
        flex: 0 0 40px;
    }

    .jb-primary-nav {
        padding: 14px 16px 18px;
    }

    .jb-primary-nav > a {
        font-size: 14px;
        padding: 12px 4px;
    }

    .jb-primary-nav .jb-header-cta {
        font-size: 12px;
    }

    /* Hero */
    .jb-hero {
        min-height: 0 !important;
        padding: 42px 0 44px;
    }

    .jb-hero .wp-block-cover__inner-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .jb-kicker {
        font-size: 10px;
        letter-spacing: .12em;
        margin-bottom: 10px;
    }

    .jb-hero-title {
        font-size: clamp(32px, 11vw, 44px) !important;
        line-height: 1.03;
        margin: 8px 0 14px;
        max-width: 100%;
    }

    .jb-hero-copy {
        font-size: 16px;
        line-height: 1.5;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .jb-hero .wp-block-buttons {
        gap: 10px;
        align-items: stretch;
    }

    .jb-hero .wp-block-button {
        width: 100%;
    }

    .jb-hero .wp-block-button__link {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 12px 16px !important;
        font-size: 14px;
    }

    /* Booking module */
    .jb-booking-band {
        padding-top: 28px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-bottom: 26px !important;
    }

    .jb-booking-band .jb-search-card {
        padding: 20px 16px;
        border-radius: 7px;
    }

    .jb-search-heading {
        margin-bottom: 16px;
    }

    .jb-search-heading h2 {
        font-size: 25px;
        line-height: 1.15;
    }

    .jb-search-heading p {
        font-size: 13px;
        line-height: 1.5;
    }

    .jb-search-form {
        gap: 12px;
    }

    .jb-field label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .jb-field select,
    .jb-field input,
    .jb-field-submit button {
        min-height: 46px;
        font-size: 14px;
    }

    /* Intro / general sections */
    .jb-section {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .jb-intro {
        padding-top: 48px !important;
        padding-bottom: 50px !important;
    }

    .jb-intro .wp-block-columns {
        gap: 26px;
    }

    .jb-intro .wp-block-column:first-child {
        order: 1;
    }

    .jb-intro .wp-block-column:last-child {
        order: 2;
    }

    .jb-section-kicker {
        font-size: 10px;
        letter-spacing: .12em;
    }

    .jb-section h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    .jb-intro p {
        font-size: 14px;
        line-height: 1.65;
    }

    .jb-intro .jb-rounded-image img {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    /* Services */
    .jb-dark-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .jb-service-cards {
        margin-top: 24px;
        gap: 14px;
    }

    .jb-service-card {
        padding: 22px 20px;
    }

    .jb-service-card h3 {
        font-size: 19px;
        margin-bottom: 8px;
    }

    .jb-service-card p {
        font-size: 13px;
        line-height: 1.55;
    }

    /* Coverage */
    .jb-coverage {
        min-height: 360px !important;
    }

    .jb-coverage .wp-block-cover__inner-container {
        padding: 28px 18px;
    }

    .jb-coverage h2 {
        font-size: 28px !important;
        line-height: 1.12;
    }

    .jb-large-copy {
        font-size: 14px;
        line-height: 1.6;
    }

    /* How It Works */
    .jb-how {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }

    .jb-step-grid {
        margin-top: 22px;
        gap: 12px;
    }

    .jb-step {
        padding: 20px 18px;
    }

    .jb-step-number {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .jb-step h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .jb-step p {
        font-size: 13px;
        line-height: 1.55;
    }

    /* CTA */
    .jb-cta {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }

    .jb-cta .wp-block-columns {
        gap: 18px;
    }

    .jb-cta h2 {
        font-size: 28px !important;
        line-height: 1.1;
    }

    .jb-cta p {
        font-size: 13px;
        line-height: 1.5;
    }

    .jb-cta .wp-block-buttons {
        width: 100%;
    }

    .jb-cta .wp-block-button {
        width: 100%;
    }

    .jb-cta .wp-block-button__link {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    /* Footer */
    .jb-footer-main {
        padding-top: 42px;
        padding-bottom: 34px;
    }

    .jb-footer-grid {
        gap: 26px;
    }

    .jb-footer-logo img {
        width: 78px;
        height: 78px;
    }

    .jb-footer-tagline {
        font-size: 11px;
        margin-top: 12px;
    }

    .jb-footer-brand p:last-child {
        font-size: 13px;
        line-height: 1.65;
    }

    .jb-footer-col h3 {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .jb-footer-col a,
    .jb-footer-col span {
        font-size: 13px;
        line-height: 1.5;
    }

    .jb-footer-bottom .jb-shell {
        gap: 10px;
    }

    .jb-footer-bottom p,
    .jb-footer-legal a {
        font-size: 11px;
    }

    /* Back-to-top final mobile placement */
    .jb-back-to-top {
        width: 44px;
        height: 44px;
        right: 14px;
        bottom: 14px;
        font-size: 22px;
    }
}


/* Milestone 4 internal pages */
.jb-internal-page{margin:0!important}.jb-internal-hero{color:#fff;border-bottom:3px solid var(--jb-gold)}.jb-internal-hero .wp-block-cover__inner-container{width:min(1180px,calc(100% - 48px));margin:0 auto}.jb-internal-hero h1{color:#fff!important;font-size:clamp(42px,5vw,68px);line-height:1.05;margin:8px 0 14px}.jb-internal-hero-copy{color:#e2e2e2;max-width:760px;font-size:20px;line-height:1.55}.jb-internal-values{padding-top:72px!important;padding-bottom:72px!important}.jb-contact-cards{margin-top:38px}.jb-contact-card{height:100%;padding:30px;border:1px solid #e2e2e2;border-top:3px solid var(--jb-gold);border-radius:7px;background:#fff}.jb-contact-card a{color:#111;font-weight:800}.jb-contact-icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#000;color:var(--jb-gold);font-size:12px;font-weight:900}.jb-contact-note{margin-top:36px;padding:24px 28px;border-left:4px solid var(--jb-gold);background:#f6f6f4}.jb-policy-hero{background:#0d0d0d;color:#fff;border-bottom:3px solid var(--jb-gold)}.jb-policy-hero-inner{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:70px 0}.jb-policy-hero h1{color:#fff;font-size:clamp(42px,5vw,64px);margin:8px 0 12px}.jb-policy-hero p:last-child{color:#d0d0d0;max-width:760px;font-size:18px}.jb-policy-content{width:min(900px,calc(100% - 48px));margin:0 auto;padding-top:68px!important;padding-bottom:72px!important}.jb-policy-content h2{margin-top:34px;font-size:28px}.jb-policy-content p{font-size:16px;line-height:1.75}.jb-policy-notice{padding:18px 20px;margin-bottom:30px;background:#fff7df;border-left:4px solid var(--jb-gold);color:#3b321f}.jb-dedicated-booking,.jb-route-booking{margin-top:0!important;padding-top:50px!important}.jb-ride-help{text-align:center}.jb-ride-help .wp-block-buttons{justify-content:center;margin-top:22px}body:not(.home) .entry-hero,body:not(.home) .entry-hero-container-inner{display:none!important}body:not(.home) #primary,body:not(.home) .content-area,body:not(.home) .site-main,body:not(.home) article.page,body:not(.home) .entry-content-wrap,body:not(.home) .entry-content{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}@media(max-width:767px){.jb-internal-hero{min-height:300px!important}.jb-internal-hero .wp-block-cover__inner-container,.jb-policy-hero-inner,.jb-policy-content{width:calc(100% - 32px)}.jb-internal-hero h1,.jb-policy-hero h1{font-size:38px}.jb-internal-hero-copy,.jb-policy-hero p:last-child{font-size:16px}.jb-policy-hero-inner{padding:54px 0}.jb-policy-content{padding-top:46px!important;padding-bottom:52px!important}.jb-policy-content h2{font-size:24px}.jb-contact-card{padding:22px 20px}}


/* ==========================================================
   Milestone 4 v0.1.9 — stable Gutenberg patterns
   ========================================================== */

.jb-internal-content,
.jb-internal-hero-inner {
    width: min(1180px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.jb-internal-hero {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jb-internal-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.68);
    z-index: 0;
}

.jb-internal-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 72px;
    padding-bottom: 72px;
}

.jb-about-hero,
.jb-ride-hero {
    background-image: url("../images/bus-hero.jpg");
}

.jb-contact-hero,
.jb-route-hero {
    background-image: url("../images/bus-night.jpg");
}

.jb-internal-section > .jb-internal-content,
.jb-internal-values > .jb-internal-content,
.jb-cta > .jb-internal-content,
.jb-ride-help > .jb-internal-content {
    width: min(1180px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.jb-contact-icon {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .jb-internal-content,
    .jb-internal-hero-inner,
    .jb-internal-section > .jb-internal-content,
    .jb-internal-values > .jb-internal-content,
    .jb-cta > .jb-internal-content,
    .jb-ride-help > .jb-internal-content {
        width: calc(100% - 32px);
    }

    .jb-internal-hero {
        min-height: 280px;
    }

    .jb-internal-hero-inner {
        padding-top: 54px;
        padding-bottom: 54px;
    }
}


/* ==========================================================
   Milestone 4 v0.2.0 — distinct internal-page visual subsets
   ========================================================== */

/* ABOUT — story / editorial */
.jb-about-hero {
    min-height: 300px;
    background-image: url("../images/bus-seats.jpg");
    background-position: center 56%;
}

.jb-about-hero::before {
    background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 52%, rgba(0,0,0,.34) 100%);
}

.jb-about-hero h1 {
    max-width: 760px;
}

.jb-about-story {
    background: #fff;
    padding-top: 78px !important;
    padding-bottom: 78px !important;
}

.jb-about-story-grid {
    gap: 58px;
}

.jb-about-story-image img {
    min-height: 440px;
    object-fit: cover;
}

.jb-about-principles {
    background: #f5f3ed;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

.jb-about-principles > .jb-internal-content {
    max-width: 980px;
}

.jb-principle-row {
    padding: 26px 0;
    margin: 0;
    border-top: 1px solid #d8d3c7;
    gap: 20px;
}

.jb-principle-row:last-child {
    border-bottom: 1px solid #d8d3c7;
}

.jb-principle-number {
    color: var(--jb-gold);
    font-size: 30px;
    font-weight: 900;
    margin: 0;
}

.jb-principle-row h3 {
    margin: 0 0 6px;
    font-size: 24px;
}

.jb-principle-row p:last-child {
    margin-bottom: 0;
}

/* CONTACT — concise, service-oriented */
.jb-contact-hero {
    min-height: 255px;
    background-image: url("../images/bus-night.jpg");
    background-position: center 62%;
}

.jb-contact-hero::before {
    background: rgba(0,0,0,.76);
}

.jb-contact-hero-short .jb-internal-hero-inner {
    padding-top: 54px;
    padding-bottom: 54px;
}

.jb-contact-cards .jb-contact-card {
    background: #fff;
    box-shadow: 0 12px 34px rgba(0,0,0,.06);
}

/* POLICY PAGES — sober, document-first; deliberately no hero photo */
.jb-policy-page .jb-policy-hero {
    background: linear-gradient(135deg, #050505 0%, #161616 100%);
}

.jb-policy-page .jb-policy-hero-inner {
    max-width: 900px;
}

.jb-policy-page .jb-policy-content {
    background: #fff;
}

.jb-policy-page .jb-policy-content h2 {
    position: relative;
    padding-top: 4px;
}

.jb-policy-page .jb-policy-content h2::before {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    background: var(--jb-gold);
    margin-bottom: 12px;
}

/* FIND MY RIDE — booking-first utility page */
.jb-find-ride-page .jb-ride-hero {
    min-height: 235px;
    background-image: url("../images/bus-hero.jpg");
    background-position: center 58%;
}

.jb-find-ride-page .jb-ride-hero::before {
    background: rgba(0,0,0,.74);
}

.jb-find-ride-page .jb-dedicated-booking {
    background: #efeee9 !important;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

.jb-find-ride-page .jb-ride-help {
    background: #fff;
    padding-top: 58px !important;
    padding-bottom: 62px !important;
}

/* ROUTE LANDING — SEO / destination focused */
.jb-route-landing .jb-route-hero {
    min-height: 330px;
    background-image: url("../images/bus-night.jpg");
}

@media (max-width: 767px) {
    .jb-about-hero,
    .jb-contact-hero,
    .jb-find-ride-page .jb-ride-hero {
        min-height: 240px;
    }

    .jb-about-story {
        padding-top: 50px !important;
        padding-bottom: 52px !important;
    }

    .jb-about-story-grid {
        gap: 28px;
    }

    .jb-about-story-image img {
        min-height: 0;
    }

    .jb-about-principles {
        padding-top: 48px !important;
        padding-bottom: 50px !important;
    }

    .jb-principle-row {
        padding: 20px 0;
    }

    .jb-principle-number {
        font-size: 24px;
    }
}


/* ==========================================================
   Milestone 4 v0.2.1 — normalized page subsets
   ========================================================== */

/* Shared shell: About, Contact, Policies, Find My Ride */
.jb-subset-hero,
.jb-subset-policy-hero {
    min-height: 285px !important;
    display: flex;
    align-items: center;
    border-bottom: 3px solid var(--jb-gold);
}

.jb-subset-hero .jb-internal-hero-inner,
.jb-subset-policy-hero .jb-policy-hero-inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

.jb-subset-hero .jb-kicker,
.jb-subset-policy-hero .jb-kicker {
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: var(--jb-gold);
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.2 !important;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.jb-subset-hero h1,
.jb-subset-policy-hero h1 {
    margin: 0 0 16px !important;
    font-size: clamp(42px, 5vw, 64px) !important;
    line-height: 1.05 !important;
}

.jb-subset-hero .jb-internal-hero-copy,
.jb-subset-policy-hero .jb-policy-hero-inner > p:last-child {
    margin: 0 !important;
    max-width: 780px;
    font-size: 18px !important;
    line-height: 1.55 !important;
}

.jb-subset-section {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

.jb-subset-section .jb-section-kicker {
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: var(--jb-gold);
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.2 !important;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.jb-subset-section h2 {
    margin-top: 0 !important;
}

/* About: keep story treatment, but use shared spacing rhythm */
.jb-about-story {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

.jb-about-principles {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
}

/* Contact: remove excessive vertical whitespace */
.jb-contact-hero {
    min-height: 285px !important;
}

.jb-contact-cards {
    margin-top: 28px !important;
}

.jb-contact-note {
    margin-top: 28px !important;
}

/* Policies: same shell, document-first content */
.jb-subset-policy-hero {
    min-height: 285px !important;
}

.jb-policy-page .jb-policy-content {
    width: min(900px, calc(100% - 48px));
    margin: 0 auto;
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

/* Find My Ride: same hero rhythm, booking-first body */
.jb-find-ride-page .jb-ride-hero {
    min-height: 285px !important;
}

.jb-find-ride-page .jb-dedicated-booking {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.jb-find-ride-page .jb-ride-help {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

/* Separate SEO / route subset */
.jb-seo-hero {
    min-height: 330px !important;
    border-bottom: 3px solid var(--jb-gold);
}

.jb-seo-hero .jb-internal-hero-inner {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

.jb-route-landing .jb-internal-section {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
}

@media (max-width: 767px) {
    .jb-subset-hero,
    .jb-subset-policy-hero,
    .jb-find-ride-page .jb-ride-hero {
        min-height: 235px !important;
    }

    .jb-subset-hero .jb-internal-hero-inner,
    .jb-subset-policy-hero .jb-policy-hero-inner {
        width: calc(100% - 32px);
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .jb-subset-hero .jb-kicker,
    .jb-subset-policy-hero .jb-kicker,
    .jb-subset-section .jb-section-kicker {
        font-size: 11px !important;
        margin-bottom: 10px !important;
    }

    .jb-subset-hero h1,
    .jb-subset-policy-hero h1 {
        font-size: 38px !important;
    }

    .jb-subset-section,
    .jb-about-story,
    .jb-policy-page .jb-policy-content,
    .jb-find-ride-page .jb-ride-help {
        padding-top: 44px !important;
        padding-bottom: 46px !important;
    }

    .jb-seo-hero {
        min-height: 270px !important;
    }
}


/* ==========================================================
   Milestone 4 v0.2.2 — exact About-page spacing baseline
   IMPORTANT: About is the reference. Contact, Policies and
   Find My Ride inherit its vertical rhythm exactly.
   ========================================================== */

/* HERO: same height + same internal top/bottom position as About */
.jb-about-hero,
.jb-contact-hero,
.jb-policy-page .jb-policy-hero,
.jb-find-ride-page .jb-ride-hero {
    min-height: 300px !important;
    display: flex !important;
    align-items: center !important;
}

.jb-about-hero .jb-internal-hero-inner,
.jb-contact-hero .jb-internal-hero-inner,
.jb-find-ride-page .jb-ride-hero .jb-internal-hero-inner,
.jb-policy-page .jb-policy-hero .jb-policy-hero-inner {
    width: min(1180px, calc(100% - 48px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

/* HERO EYEBROW: exact same vertical rhythm */
.jb-about-hero .jb-kicker,
.jb-contact-hero .jb-kicker,
.jb-policy-page .jb-policy-hero .jb-kicker,
.jb-find-ride-page .jb-ride-hero .jb-kicker {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
}

/* HERO HEADING / COPY: exact same spacing */
.jb-about-hero h1,
.jb-contact-hero h1,
.jb-policy-page .jb-policy-hero h1,
.jb-find-ride-page .jb-ride-hero h1 {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    line-height: 1.05 !important;
}

.jb-about-hero .jb-internal-hero-copy,
.jb-contact-hero .jb-internal-hero-copy,
.jb-find-ride-page .jb-ride-hero .jb-internal-hero-copy,
.jb-policy-page .jb-policy-hero .jb-policy-hero-inner > p:last-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.55 !important;
}

/* FIRST SECTION BELOW HERO: use About's exact 62px rhythm */
.jb-about-story,
.jb-contact-hero + .jb-internal-section,
.jb-policy-page .jb-policy-content,
.jb-find-ride-page .jb-dedicated-booking {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

/* CONTACT: remove all legacy extra top spacing that caused the large gap */
.jb-contact-hero + .jb-internal-section {
    margin-top: 0 !important;
}

.jb-contact-hero + .jb-internal-section > .jb-internal-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.jb-contact-hero + .jb-internal-section .jb-section-kicker {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    padding-top: 0 !important;
    line-height: 1.2 !important;
}

.jb-contact-hero + .jb-internal-section h2 {
    margin-top: 0 !important;
}

/* POLICY and RIDE section eyebrows follow the same spacing rule */
.jb-policy-page .jb-policy-content .jb-section-kicker,
.jb-find-ride-page .jb-ride-help .jb-section-kicker {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    padding-top: 0 !important;
}

/* Existing v0.2.1 Contact pages still contain this old class.
   Neutralize it so users do NOT need to recreate the page again. */
.jb-contact-hero-short .jb-internal-hero-inner {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

/* Existing pages created before corrected subset markup also get the fix. */
.jb-internal-hero.jb-contact-hero,
.jb-internal-hero.jb-about-hero,
.jb-internal-hero.jb-ride-hero {
    min-height: 300px !important;
}

/* SEO / route pages intentionally stay separate. */
.jb-route-landing .jb-seo-hero,
.jb-route-landing .jb-route-hero {
    min-height: 330px !important;
}

@media (max-width: 767px) {
    .jb-about-hero,
    .jb-contact-hero,
    .jb-policy-page .jb-policy-hero,
    .jb-find-ride-page .jb-ride-hero {
        min-height: 240px !important;
    }

    .jb-about-hero .jb-internal-hero-inner,
    .jb-contact-hero .jb-internal-hero-inner,
    .jb-find-ride-page .jb-ride-hero .jb-internal-hero-inner,
    .jb-policy-page .jb-policy-hero .jb-policy-hero-inner,
    .jb-contact-hero-short .jb-internal-hero-inner {
        width: calc(100% - 32px) !important;
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .jb-about-story,
    .jb-contact-hero + .jb-internal-section,
    .jb-policy-page .jb-policy-content,
    .jb-find-ride-page .jb-dedicated-booking {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }
}


/* ==========================================================
   v0.2.3 — Customer account navigation state
   ========================================================== */

.jb-primary-nav .jb-account-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.jb-account-nav-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 50%;
    color: transparent;
    position: relative;
    flex: 0 0 16px;
}

.jb-account-nav-icon::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    color: #fff;
}

.jb-account-nav-icon::after {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 2px;
    width: 8px;
    height: 5px;
    border-radius: 8px 8px 5px 5px;
    background: #fff;
}

.jb-primary-nav .jb-account-nav-link.is-logged-in {
    color: #ebb73d;
}

.jb-primary-nav .jb-account-nav-link.is-logged-in .jb-account-nav-icon {
    border-color: #ebb73d;
}

.jb-primary-nav .jb-account-nav-link.is-logged-in .jb-account-nav-icon::before,
.jb-primary-nav .jb-account-nav-link.is-logged-in .jb-account-nav-icon::after {
    background: #ebb73d;
}

@media (max-width: 980px) {
    .jb-primary-nav .jb-account-nav-link {
        justify-content: flex-start;
    }
}

/* ==========================================================
   v0.2.4 — final launch compatibility polish
   Homepage hero CTAs: identical rendered height across browsers.
   ========================================================== */
.jb-hero .wp-block-buttons .wp-block-button__link {
    box-sizing: border-box;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px !important;
    line-height: 1.2;
}
