/*
 * Corporate Transfers page only.
 * Loaded after the shared homepage Hero stylesheet so this page owns its
 * background image rather than inheriting the homepage asset.
 */
.lsm-corporate-page .lsm-corporate-hero .lsm-home-hero-v2__overlay {
    background: url("https://limostar.com.au/wp-content/uploads/2026/03/limostar-corporate-chauffeur-fleet-melbourne.webp") center center / cover no-repeat !important;
}

.lsm-corporate-page .lsm-corporate-hero__event-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 2px;
    color: #91672c !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.lsm-corporate-page .lsm-corporate-hero__event-link:hover,
.lsm-corporate-page .lsm-corporate-hero__event-link:focus-visible {
    color: #c49a57 !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.lsm-major-event-page .lsm-major-event-hero .lsm-home-hero-v2__overlay {
    background-image: url("https://limostar.com.au/wp-content/uploads/2025/11/limostar-event-transport-GrandPrix-F1.webp") !important;
}

/* A light operational rail between the visual service entry points and the
 * following Corporate content. It is deliberately ruled, not card-based. */
.lsm-corporate-operations {
    --lsm-corporate-operations-gold: #91672c;
    --lsm-corporate-operations-ink: #262626;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(72px, 8vw, 112px) 24px;
    background: #f6f4ef;
    color: var(--lsm-corporate-operations-ink);
}

.lsm-corporate-operations__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.lsm-corporate-operations__heading {
    max-width: 760px;
    margin: 0 auto clamp(42px, 5vw, 64px);
    text-align: center;
}

.lsm-corporate-operations__eyebrow,
.lsm-corporate-operations__stage {
    margin: 0 0 14px !important;
    color: var(--lsm-corporate-operations-gold) !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lsm-corporate-operations h2,
.lsm-corporate-operations h3,
.lsm-corporate-operations p {
    color: var(--lsm-corporate-operations-ink);
}

.lsm-corporate-operations h2 {
    max-width: 100% !important;
    margin: 0 0 20px !important;
    font-size: clamp(34px, 4vw, 54px) !important;
    line-height: 1.08 !important;
    font-weight: 650 !important;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.lsm-corporate-operations__intro {
    max-width: 660px;
    margin: 0 auto !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
}

.lsm-corporate-operations__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lsm-corporate-operations__grid::before {
    content: "";
    position: absolute;
    top: 31px;
    right: 10%;
    left: 10%;
    border-top: 1px solid rgba(145, 103, 44, .35);
}

.lsm-corporate-operations__item {
    position: relative;
    min-width: 0;
    padding: 0 clamp(20px, 3vw, 42px);
    border-left: 1px solid rgba(145, 103, 44, .25);
}

.lsm-corporate-operations__item:first-child {
    border-left: 0;
}

.lsm-corporate-operations__icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 62px;
    height: 62px;
    margin: 0 auto 24px;
    place-items: center;
    border: 1px solid var(--lsm-corporate-operations-gold);
    border-radius: 50%;
    background: #f6f4ef;
    color: var(--lsm-corporate-operations-gold);
}

.lsm-corporate-operations__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

.lsm-corporate-operations__copy {
    max-width: 245px;
    margin: 0 auto;
    text-align: center;
}

.lsm-corporate-operations__stage {
    margin-bottom: 10px !important;
    font-size: 10px !important;
    letter-spacing: .1em;
}

.lsm-corporate-operations h3 {
    margin: 0 0 13px !important;
    font-size: clamp(19px, 1.7vw, 23px) !important;
    line-height: 1.2 !important;
    font-weight: 650 !important;
    text-wrap: balance;
}

.lsm-corporate-operations__copy > p:last-child {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

@media (max-width: 900px) {
    .lsm-corporate-operations__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 42px;
    }

    .lsm-corporate-operations__grid::before {
        top: 31px;
        right: 5%;
        left: 5%;
    }

    .lsm-corporate-operations__item:nth-child(3) {
        border-left: 0;
    }

    .lsm-corporate-operations__item:nth-child(n + 3) {
        padding-top: 42px;
        border-top: 1px solid rgba(145, 103, 44, .25);
    }
}

@media (max-width: 640px) {
    .lsm-corporate-operations {
        padding: 58px 16px;
    }

    .lsm-corporate-operations__heading {
        margin-bottom: 38px;
    }

    .lsm-corporate-operations h2 {
        font-size: clamp(31px, 9vw, 42px) !important;
    }

    .lsm-corporate-operations__intro {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    .lsm-corporate-operations__grid {
        row-gap: 30px;
    }

    .lsm-corporate-operations__item {
        padding-inline: 10px;
    }

    .lsm-corporate-operations__item:nth-child(n + 3) {
        padding-top: 30px;
    }

    .lsm-corporate-operations__icon {
        width: 54px;
        height: 54px;
        margin-bottom: 18px;
    }

    .lsm-corporate-operations__icon svg {
        width: 29px;
        height: 29px;
    }

    .lsm-corporate-operations__stage {
        font-size: 9px !important;
        letter-spacing: .06em;
    }

    .lsm-corporate-operations h3 {
        font-size: 17px !important;
    }

    .lsm-corporate-operations__copy > p:last-child {
        font-size: 14px !important;
        line-height: 1.55 !important;
    }
}

@media (max-width: 767px) {
    .lsm-corporate-page .lsm-corporate-hero__event-link {
        margin-top: 0;
        font-size: 16px;
    }
}
