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

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

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

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

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

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

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

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

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

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

.tp-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) {
    .tp-testimonial--left {
        left: 24px;
    }

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

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

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

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

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

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

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

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

/* ---- Pull quote (kept for consistency if a page uses one via the_content) ---- */

.tp-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) {
    .tp-hero-img {
        padding-top: 0;
    }
}

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