﻿/* ==========================================================================
   new-in — New arrivals page hero + layout
   ========================================================================== */

.new-in-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.new-in-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    filter: brightness(0.35);
}

.new-in-hero__content {
    position: relative;
    max-width: 600px;
    padding: var(--brand-space-8) 0;
}

.new-in-hero__label {
    font-family: var(--brand-font-heading);
    font-weight: var(--brand-font-weight-medium);
    font-size: 0.75rem;
    letter-spacing: var(--brand-letter-spacing-caps);
    text-transform: uppercase;
    color: var(--brand-accent);
    margin-bottom: var(--brand-space-2);
}

.new-in-hero__title {
    font-family: var(--brand-font-heading);
    font-weight: var(--brand-font-weight-extrabold);
    font-size: clamp(2rem, 5vw, 3.5rem);
    text-transform: uppercase;
    color: var(--brand-text-light);
    line-height: 1.05;
    margin-bottom: var(--brand-space-3);
}

.new-in-hero__description {
    font-size: 1rem;
    color: var(--brand-text-light-muted);
    line-height: var(--brand-line-height-body);
    max-width: 45ch;
}
