/* Catálogo Specific Styles */

/* Hero Section */
.catalogo-hero {
    background: var(--primary-orange);
    background-image: 
        radial-gradient(circle at 15% 25%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 85% 75%, rgba(255,255,255,0.1) 1px, transparent 1px),
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%);
    background-size: 80px 80px, 100px 100px, 60px 60px, 60px 60px;
    margin: 52px 0px 0px 0px;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.catalogo-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M25,25 Q35,15 45,25 T65,25" stroke="rgba(255,255,255,0.1)" stroke-width="1" fill="none"/><path d="M15,55 Q25,45 35,55 T55,55" stroke="rgba(255,255,255,0.1)" stroke-width="1" fill="none"/><circle cx="75" cy="35" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="20" cy="75" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
    opacity: 0.3;
}

.catalogo-title {
          color: white;
   font-family: "lubaline", sans-serif;
   font-size: 138px;
    font-weight: 300;
    font-style: normal;
    line-height: 100px;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Bodega Title Section */
.bodega-title-section {
    background: white;
    padding: 60px 0;
    text-align: center;
}

.bodega-name {
    color:rgba(37, 37, 34, 1);
   font-family: "lubaline", sans-serif;
   font-size: 80px;
    font-weight: 300;
    font-style: normal;
    line-height: 100px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.bodega-divider {
    width: 200px;
    height: 2px;
    background: var(--dark-gray);
    margin: 0 auto;
}

/* Wine Catalog Section */
.wine-catalog {
    background: white;
    padding: 0 0 80px 0;
}

.wine-list {
    max-width: 2000px;
    margin: 0 auto;
}

.wine-item {
    display: flex;
    background: rgba(34, 58, 44, 1);
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

.wine-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.AZUL1 {
    flex: 0 0 50%;
    background: url(../images/AZULRESERVA.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.AZUL2 {
    flex: 0 0 50%;
    background: url(../images/AZULMALBEC.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.AZUL3 {
    flex: 0 0 50%;
    background: url(../images/AZULSB.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.AZUL4 {
    flex: 0 0 50%;
    background: url(../images/ELBP.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.AZUL5 {
    flex: 0 0 50%;
    background: url(../images/AZULGRANRESERVA.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.AZUL6 {
    flex: 0 0 50%;
    background: url(../images/GRANM.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.AZUL7 {
    flex: 0 0 50%;
    background: url(../images/ELBPC.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.AZUL8 {
    flex: 0 0 50%;
    background: url(../images/AZULJAURIA.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}





.CORRALP1 {
    flex: 0 0 50%;
    background: url(../images/CORRALDESPEINADOT.png)no-repeat;
    background-size: 150px;
    background-position: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.CORRALP2 {
    flex: 0 0 50%;
    background: url(../images/CORRALDESPEINADOB.png)no-repeat;
        background-size: 150px;
    background-position: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.CORRALP3 {
    flex: 0 0 50%;
    background: url(../images/CORRALROSE.png)no-repeat;
        background-size: 150px;
    background-position: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.CORRALP4 {
    flex: 0 0 50%;
    background: url(../images/CORRALCABERNETF.png)no-repeat;
        background-size: 150px;
    background-position: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.CORRALP5 {
    flex: 0 0 50%;
    background: url(../images/CORRALMALBEC.png)no-repeat;
        background-size: 150px;
    background-position: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.CORRALP6 {
    flex: 0 0 50%;
    background: url(../images/CORRALV.png)no-repeat;
        background-size: 150px;
    background-position: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.CORRALP7 {
    flex: 0 0 50%;
    background: url(../images/CORRALRESERVAV.png)no-repeat;
        background-size: 150px;
    background-position: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.CORRALP8 {
    flex: 0 0 50%;
    background: url(../images/CORRALRESERVAMALBEC.png)no-repeat;
        background-size: 150px;
    background-position: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}





.wine-image img {
    width: 80%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.wine-item:hover .wine-image img {
    transform: scale(1.1);
}

.wine-info {
    flex: 0 0 50%;
    background: var(--primary-orange);
    padding: 25px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wine-name {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.wine-variety {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.9);
}

.wine-region {
    font-size: 0.95rem;
    font-weight: 400;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

.wine-description {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.wine-notes {
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 8px;
    margin-top: 8px;
}

/* Animation Classes */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease;
}

.slide-in-left.animate {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s ease;
}

.slide-in-right.animate {
    opacity: 1;
    transform: translateX(0);
}



/* Responsive Design */
@media (max-width: 768px) {
    .catalogo-title {
        font-size: 2.5rem;
    }
    
    .bodega-name {
        font-size: 2rem;
    }
    
    .wine-item {
        flex-direction: column;
    }
    
    .wine-image,
    .wine-info {
        flex: 1 1 auto;
    }
    
    .wine-image {
        min-height: 200px;
    }
    
    .wine-info {
        padding: 20px;
    }
    
    .wine-name {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {

    .catalogo-hero {
        padding: 10px;
    }
    .catalogo-title {
        font-size: 50px;
    }
    
    .bodega-name {
        font-size: 40px;
    }

    .bodega-title-section {
        padding: 30px;
    }
    
    .bodega-divider {
        width: 150px;
    }
    
    .wine-image {
        min-height: 180px;
    }
    
    .wine-info {
        padding: 15px;
    }
    
    .wine-name {
        font-size: 1.1rem;
    }
    
    .wine-variety,
    .wine-region,
    .wine-description {
        font-size: 0.85rem;
    }
}