.lm-hero-section,
.lm-hero-section * {
    --lm-black: #000;
    --lm-white: #fff;
    --lm-gold: #c09d5b;
}

/* ---- Hero image + testimonial badges ---- */

.lm-hero-media {
    position: relative;
}

.lm-hero-img {
    width: 100%;
    display: block;
    padding-top: 8em;
}

.lm-testimonial {
    max-width: 440px;
    position: absolute;
    top: -28px;
    z-index: 5;
    background: var(--lm-black);
    padding: 18px 22px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.lm-testimonial--left {
    left: -80px;
}

.lm-testimonial--right {
    right: -80px;
}

.lm-testimonial-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--lm-gold);
    margin-bottom: 8px;
}

.lm-testimonial-label svg {
    margin-right: 6px;
    font-size: 10px;
}

.lm-testimonial-quote {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.55;
    font-style: normal;
    color: var(--lm-white);
}

.lm-testimonial-company {
    display: block;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1199.98px) {
    .lm-testimonial--left {
        left: 24px;
    }

    .lm-testimonial--right {
        right: 24px;
    }
}

@media (max-width: 991.98px) {
    .lm-testimonial {
        position: static;
        max-width: none;
        margin: 0 0 16px;
    }

    .lm-testimonial--right {
        margin: 16px 0 0;
    }
}

/* ---- Intro heading ---- */

.lm-eyebrow {
    display: block;
    font-size: 12px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--lm-gold, #c09d5b);
    margin-bottom: 14px;
}

.lm-heading {
    margin-bottom: 0.5em;
    font-family: var(--font-heading, inherit);
    text-wrap: pretty;
    color: var(--color-white);
}

.lm-subtitle {
    max-width: 640px;
    margin: 18px auto 0;
    font-size: 17px;
    line-height: 1.6;
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
}

/* ---- Secondary subheading (used above the closing copy block) ---- */

.lm-subheading {
    margin-bottom: 1em;
    font-family: var(--font-heading, inherit);
    text-wrap: pretty;
    color: var(--color-white);
}

/* ---- Photos ---- */

.lm-photo {
    width: 100%;
    height: auto;
    display: block;
}

/* ---- Pull quote (kept for consistency, available if needed) ---- */

.lm-pull-quote {
    margin: 40px 0;
    padding: 30px;
    text-align: center;
    border-top: 1px solid rgba(192, 157, 91, 0.35);
    border-bottom: 1px solid rgba(192, 157, 91, 0.35);
    font-size: clamp(30px, 2.4vw, 48px);
    line-height: 1.5;
    font-style: italic;
    color: var(--story-gold-light);
}

@media (max-width: 991.98px) {
    .lm-hero-img {
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .lm-hero-img {
        padding-top: 0;
    }
}
