.hero-full {
    min-height: calc(100svh - 88px);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(115deg, rgba(11, 33, 27, 0.94) 0%, rgba(18, 56, 47, 0.84) 52%, rgba(77, 53, 40, 0.45) 100%);
    padding: 5rem 0 4rem;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.hero-full h1 {
    color: #fff;
    font-size: clamp(2.6rem, 6vw, 5.4rem);
    line-height: 0.98;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product-nameplate {
    color: var(--bcl-gold-500);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.hero-full .lead,
.hero-full .text-muted {
    color: rgba(255, 255, 255, 0.85) !important;
}

.hero-compact {
    min-height: auto;
    padding: 4rem 0;
}

.hero-compact h1 {
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.05;
}



