/* =====================================================================
   Front Hero — Cohort 7 (TreeStyle — Bangladeshi menswear retail)
   Extracted standalone hero section (was front/template-7 inline hero).
   Class pattern: front-hero-7-{element}
   Treeliving.co inspired:
     - Bold "Early Summer SALE" callout (script + impact)
     - 2×2 cherry red SALE promo grid
   ===================================================================== */

/* ---------- 1. Hero ---------- */
.front-hero-7 {
    background: var(--bs-body-bg);
}
.front-hero-7-percent {
    font-size: 1.4rem;
    font-family: 'Bebas Neue', Impact, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 0.02em;
    color: var(--bs-secondary, var(--bs-danger)) !important;
}
.front-hero-7-percent-num {
    font-size: 2.4rem;
    line-height: 1;
}
@media (min-width: 992px) {
    .front-hero-7-percent { font-size: 1.6rem; }
    .front-hero-7-percent-num { font-size: 3rem; }
}

.front-hero-7-banner {
    text-align: left;
    line-height: 0.95;
}
.front-hero-7-script {
    font-family: 'Caveat', 'Brush Script MT', cursive;
    font-style: italic;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    color: var(--bs-secondary, var(--bs-danger)) !important;
}
.front-hero-7-display {
    font-family: 'Bebas Neue', Impact, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(3rem, 9vw, 6rem);
    line-height: 0.95;
    letter-spacing: 0.01em;
    color: var(--bs-body-color);
    text-transform: none;
    margin-top: -0.1em;
}
.front-hero-7-blast {
    font-family: 'Bebas Neue', Impact, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(5rem, 18vw, 11rem);
    line-height: 0.85;
    letter-spacing: -0.01em;
    color: var(--bs-secondary, var(--bs-danger));
    margin-top: -0.05em;
}

/* ---------- 1b. SALE promo tiles (2×2 grid) ---------- */
.front-hero-7-saletile {
    background: var(--bs-secondary, var(--bs-danger));
    color: var(--bs-body-bg);
    aspect-ratio: 4 / 3;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.front-hero-7-saletile:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(var(--bs-danger-rgb), 0.30);
}
.front-hero-7-saletile-inner {
    position: absolute;
    inset: 0;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--bs-body-bg);
}
.front-hero-7-saletile-label {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-family: 'Bebas Neue', Impact, sans-serif;
}
.front-hero-7-saletile-eyebrow {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
}
.front-hero-7-saletile-title {
    font-size: clamp(2rem, 6vw, 3.6rem);
    line-height: 0.95;
}
.front-hero-7-saletile-blast {
    text-align: left;
    line-height: 0.9;
}
.front-hero-7-saletile-script {
    display: block;
    font-family: 'Caveat', 'Brush Script MT', cursive;
    font-style: italic;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
}
.front-hero-7-saletile-impact {
    display: block;
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: clamp(1.3rem, 4vw, 2rem);
    line-height: 0.95;
    letter-spacing: 0.01em;
}
.front-hero-7-saletile-shout {
    display: block;
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    line-height: 0.85;
    letter-spacing: -0.01em;
    color: var(--bs-body-bg);
}

/* ---------- Spacing tweaks for tight commercial density ---------- */
@media (max-width: 575.98px) {
    .front-hero-7-percent { font-size: 1.1rem; }
    .front-hero-7-percent-num { font-size: 2rem; }
}
