body {
    background-color: #faf9f6 !important;
}

.home-hero {
    position: relative;
    height: 85vh !important;
    min-height: 550px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay1 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(43, 43, 43, 0.3), rgba(75, 64, 54, 0.7));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.custom-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Marcellus', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255,255,255,0.3);
}

.marquee-wrapper {
    background: var(--color-secundario);
    color: var(--acento-principal);
    padding: 12px 0;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 4px solid var(--acento-principal);
}

.marquee-content {
    display: inline-block;
    animation: scroll 30s linear infinite;
    font-family: 'Marcellus', serif;
    font-size: clamp(0.7rem, 1.5vw, 0.9rem); 
    letter-spacing: 2px;
}

.marquee-content i {
    margin: 0 15px;
    font-size: 0.7rem;
    vertical-align: middle;
    color: #fff;
    opacity: 0.7;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.products-section {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.bg-deco-text {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Marcellus', serif;
    font-size: 18vw;
    color: rgba(196, 138, 58, 0.04); 
    z-index: 0;
    pointer-events: none;
    font-weight: bold;
    white-space: nowrap;
}

#productos .product-card {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0,0,0,0.03);
    height: 100%;
    position: relative;
}

#productos .product-card::before, 
#productos .product-card::after { display: none; }

#productos .product-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(196, 138, 58, 0.2); 
}

.product-image-container {
    position: relative;
    height: 400px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.02); 
}

.product-image-container img {
    max-height: 90%;
    width: auto;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#productos .product-card:hover img {
    transform: scale(1.1);
}

.card-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--acento-principal);
    color: #fff;
    padding: 5px 12px;
    border-radius: 30px;
    font-family: 'Marcellus';
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.card-badge.black { background: var(--color-secundario); }

.product-overlay-expanded {
    position: absolute;
    inset: 0;
    background: rgba(26, 26, 26, 0.92);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 2rem;
    text-align: center;
    z-index: 10;
}

#productos .product-card:hover .product-overlay-expanded {
    opacity: 1;
}

.overlay-content h3 {
    font-family: 'Quickpen', cursive;
    color: var(--acento-principal);
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.overlay-content p {
    color: #e0e0e0;
    font-family: 'Cambay', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
}

.product-name {
    font-family: 'Marcellus', serif;
    font-size: 1.4rem;
    color: var(--color-secundario);
    font-weight: 600;
}

.product-price {
    font-family: 'Marcellus', cursive;
    font-size: 1.8rem;
    color: var(--acento-principal);
    font-weight: bold;
}

.flavor-profile {
    display: flex;
    justify-content: space-between; 
    align-items: center;            
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin: 15px 0;
    gap: 10px; 
}

.flavor-item {
    display: flex;          
    flex-direction: column;  
    align-items: center;     
    justify-content: center; 
    text-align: center;
    color: var(--text-muted);
    flex: 1;                 
}

.flavor-item i {
    display: block;
    font-size: 1.2rem;      
    color: var(--acento-principal);
    margin-bottom: 8px;      
    transition: transform 0.3s;
    width: 100%;            
    text-align: center;    
}

.flavor-item span {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-family: 'Marcellus';
    display: block;
    letter-spacing: 1px;    
    line-height: 1.2;
}

#productos .product-card:hover .flavor-item i {
    transform: scale(1.2);
    color: var(--color-secundario);
}

.btn-solicitar {
    width: 100%;
    background-color: var(--color-secundario);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Marcellus';
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-solicitar:hover {
    background-color: var(--acento-principal);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(196, 138, 58, 0.3);
    color: #fff;
}

.bottom-banner {
    position: relative;
    background: url('/img/nosotros/1.webp') center/cover fixed,linear-gradient(to bottom, rgba(43, 43, 43, 0.3), rgba(75, 64, 54, 0.7));
    padding: 6rem 0;
    margin-bottom: 0;
}

.bottom-banner .hero-overlay {
    background: rgba(0,0,0,0.6);
}

#purchaseModal .modal-content {
    border: none;
}

#purchaseModal .modal-header {
    border-bottom: none;
}

.form-floating > .form-control {
    border: 1px solid #e0e0e0;
    background-color: #fcfbf9; 
    border-radius: 10px;
    font-size: 0.95rem;
    color: #333;
}

.form-floating > .form-control:focus {
    border-color: var(--acento-principal);
    background-color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(196, 138, 58, 0.15); 
}

.form-floating > label {
    color: #888;
    font-family: 'Cambay', sans-serif;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: var(--acento-principal);
    font-weight: bold;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.reveal.visible {
    opacity: 1;
    transform: none;
}