/* =====================================================================
   Front (home) — Cohort 7 (TreeStyle — Bangladeshi menswear retail)
   Class pattern: front-7-{element}
   Treeliving.co inspired:
     - Bold "Early Summer SALE" callout (script + impact)
     - 2×2 cherry red SALE promo grid
     - Sandstone tan Club section
     - Magazine story cards
     - Clean trust strip (Fashionable / Comfortable / Reliable)
   ===================================================================== */

/* ---------- 2. Club section ---------- */
.front-7-club {
    background: var(--bs-body-bg);
}
.front-7-club-card {
    background: var(--bs-light-warning, #F3E5C8);
    border: 1px solid rgba(var(--bs-warning-rgb), 0.30);
    color: var(--bs-body-color);
}
.front-7-club-eyebrow {
    color: var(--bs-warning, var(--bs-warning));
    font-size: 0.7rem;
    letter-spacing: 0.18em;
}
.front-7-club-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    line-height: 1;
    margin: 0;
    color: var(--bs-body-color);
    white-space: nowrap;
}
.front-7-club-script {
    font-family: 'Caveat', 'Brush Script MT', cursive;
    font-style: italic;
    font-weight: 600;
    font-size: 1em;
}
.front-7-club-letter {
    color: var(--bs-primary, var(--bs-border-accent));
    font-weight: 700;
    margin-left: 0.15em;
}
.front-7-club-sub {
    color: var(--bs-secondary-color);
    font-size: 0.95rem;
}
.front-7-club-cta {
    --bs-btn-color: var(--bs-body-bg) !important;
    --bs-btn-hover-color: var(--bs-body-bg) !important;
    white-space: nowrap;
}

/* ---------- 3. Story cards ---------- */
.front-7-section-eyebrow {
    display: inline-block;
    font-family: 'Caveat', 'Brush Script MT', cursive;
    font-style: italic;
    font-size: 1.6rem;
    color: var(--bs-warning, var(--bs-warning));
    font-weight: 600;
    letter-spacing: 0.02em;
}
.front-7-story-card {
    color: var(--bs-body-color);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 180px;
}
.front-7-story-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(var(--bs-primary-rgb), 0.10);
    color: var(--bs-body-color);
}
.front-7-story-thumb {
    flex: 0 0 45%;
    min-height: 180px;
    background-size: cover;
    background-position: center;
    background-color: var(--bs-secondary-bg);
}
.front-7-story-body {
    flex: 1 1 auto;
}
.front-7-story-title {
    color: var(--bs-primary);
}
@media (max-width: 767.98px) {
    .front-7-story-thumb { min-height: 140px; flex-basis: auto; }
}

/* ---------- 4. Section heads (rails) ---------- */
.front-7-section-head-inline .front-7-section-title {
    color: var(--bs-body-color);
}
.front-7-section-link {
    color: var(--bs-primary) !important;
}
.front-7-section-link:hover { color: var(--bs-secondary) !important; }

/* ---------- 5. Trust feature row — treeliving plain dark line-art ----------
   Reference: 3 icons in a row, NO circle background, NO color tint, just
   stroke-current dark icons over white. Title sits right under the icon. */
.front-7-feature {
    padding: 1rem 0.5rem;
}
.front-7-feature-icon {
    width: auto;
    height: auto;
    background: transparent;
    color: var(--bs-body-color);
    margin-bottom: 0.5rem;
}
.front-7-feature-icon svg {
    display: block;
    color: var(--bs-body-color);
}
.front-7-feature-title {
    color: var(--bs-body-color);
    font-size: 1rem;
    letter-spacing: 0.01em;
}

/* ---------- Spacing tweaks for tight commercial density ---------- */
@media (max-width: 575.98px) {
    .front-7-club-card { padding: 1.25rem !important; text-align: center; }
    .front-7-club-card > * { width: 100%; }
    .front-7-club-title { font-size: 1.7rem; white-space: normal; }
    .front-7-feature-icon svg { width: 36px; height: 36px; }
}
