/* Homepage-specific helper styles for the rose-gold Vapelocker rebrand. */

.home-hero-visual {
    position: relative;
    min-height: 100%;
    padding: 1rem;
    border-radius: 1.75rem;
    background: rgba(255, 249, 246, 0.06);
    border: 1px solid rgba(241, 210, 200, 0.12);
    box-shadow: 0 24px 50px rgba(8, 5, 6, 0.26);
    backdrop-filter: blur(12px);
}

.home-hero-visual img {
    width: 100%;
    border-radius: 1.25rem;
    display: block;
    object-fit: cover;
    background: linear-gradient(135deg, #201419 0%, #120c10 100%);
}

.hero-caption-card {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    background: rgba(18, 13, 17, 0.72);
    border: 1px solid rgba(241, 210, 200, 0.14);
    color: #fff;
    backdrop-filter: blur(12px);
}

.hero-caption-card p {
    margin: 0.35rem 0 0;
    color: rgba(249, 239, 235, 0.8);
    font-size: 0.92rem;
}

.brand-story-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.brand-story-card {
    padding: 1.25rem;
    border-radius: 1.35rem;
    border: 1px solid rgba(181, 115, 104, 0.12);
    background: linear-gradient(180deg, rgba(255, 250, 247, 0.98) 0%, rgba(247, 239, 235, 0.98) 100%);
    box-shadow: var(--vh-shadow-soft);
}

.brand-story-card h5 {
    margin-bottom: 0.55rem;
}

@media (max-width: 767px) {
    .hero-caption-card {
        position: static;
        margin-top: 0.85rem;
    }
}
