/* ==========================================================================
   FUENTES PERSONALIZADAS (locales)
   ========================================================================== */

@font-face {
    font-family: 'Qanelas';
    src: url('../fonts/Qanelas-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap; /* MEJORA: evita FOIT (flash de texto invisible) */
}

@font-face {
    font-family: 'Vollkorn';
    src: url('../fonts/VOLLKORN-REGULAR.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vollkorn';
    src: url('../fonts/Vollkorn-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Vollkorn';
    src: url('../fonts/VOLLKORN-BOLDITALIC.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* NOTA: Se eliminó el @import de Google Fonts para Vollkorn porque ya se carga
   localmente arriba. Cargarla dos veces ralentiza la página innecesariamente.
   Montserrat se elimina si no se usa; agrégala de vuelta si la necesitas. */

/* ==========================================================================
   BASE
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    scroll-behavior: smooth;
    /* FIX: Bloqueo de scroll horizontal */
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

/* FIX: Ninguna imagen empuja el layout */
img {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   SELECCIÓN Y ELEMENTOS BASE
   ========================================================================== */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   ESTILOS GENERALES
   ========================================================================== */

a {
    text-decoration: none !important;
}

.titulos {
    font-size: 3em;
}

/* FIX: en móvil los títulos grandes se ven mejor más chicos */
@media (max-width: 768px) {
    .titulos {
        font-size: 2em;
    }
}

.txt1 { color: #4d3f38; font-size: 1.1em; }
.txt2 { color: #c89e6c; }
.txt3 { color: #818c4a; }
.txt4 { color: #4d3f38; }

h3 {
    font-family: 'Vollkorn', serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
}

.cambioTexto {
    font-family: 'Vollkorn', serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
}

.cambioTextoSF {
    font-family: 'Vollkorn', serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
}

/* ==========================================================================
   HEADER / NAVBAR
   ========================================================================== */

#cheader {
    background: #503c35;
    transition: all 0.3s ease;
    z-index: 1000;
}

#cheader.sticky-top {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#cheader .navbar {
    padding: 1rem 0;
    text-transform: uppercase;
    font-size: 0.8em;
}

/* FIX: Logo sin width fijo en HTML — se controla aquí */
#cheader .navbar-brand img {
    max-height: 50px;
    width: auto; /* FIX: no forzar 250px en móvil */
    transition: all 0.3s ease;
}

#cheader .navbar-nav .nav-link {
    color: #fff;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

#cheader .navbar-nav .nav-link:hover,
#cheader .navbar-nav .nav-link.active {
    color: #818c4a;
}

#cheader .navbar-toggler {
    border-color: #fff;
}

#cheader .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ==========================================================================
   BANNER PRINCIPAL
   ========================================================================== */

#banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url('../img/principal2026.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

#banner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 0 20px; /* FIX: evita que el texto se corte en móvil */
}

#banner .banner-content .logo {
    max-width: 300px;
    margin-bottom: 2rem;
}

#banner .banner-content h3 {
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    #banner .banner-content h3 {
        font-size: 1.8em;
    }
}

/* ==========================================================================
   BANNER ORGULLO
   ========================================================================== */

#banner-orgullo {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url('../img/malbec.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#banner-orgullo::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

#banner-orgullo .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
}

#banner-orgullo .banner-content .logo {
    max-width: 300px;
    margin-bottom: 2rem;
}

#banner-orgullo .banner-content h3 {
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    #banner-orgullo .banner-content h3 {
        font-size: 1.8em;
    }
}

/* ==========================================================================
   TIENDA
   ========================================================================== */

#tienda {
    background: #c5ae99;
    padding: 60px 0;
}

.uvas {
    margin: 20px auto;
}

/* FIX: imagen del logo de Amargos sin width fijo */
#tienda img[src*="logoamargoss"] {
    max-width: 300px;
    width: 100%;
    height: auto;
}

/* ==========================================================================
   NUESTROS VINOS
   ========================================================================== */

#nuestrosVinos {
    padding: 60px 0;
    color: #4d3f38;
}

#nuestrosVinos h3 {
    margin-bottom: 3rem;
}

#nuestrosVinos .row {
    margin-bottom: 5rem;
}

#nuestrosVinos .wine-description {
    padding: 2rem;
}

#nuestrosVinos .wine-description .brand {
    color: #666;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

#nuestrosVinos .wine-description h2 {
    margin: 1rem 0 2rem;
    font-weight: bold;
}

#nuestrosVinos .wine-description p {
    margin-bottom: 1rem;
}

#nuestrosVinos .wine-description p strong {
    color: #333;
}

#nuestrosVinos img {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   CALIDAD / SUSTENTABILIDAD
   ========================================================================== */

#calidad {
    padding: 60px 0;
    background: #c89e6c;
    color: #fff;
}

#sustentabilidad {
    padding: 60px 0;
    background: #abac8c;
    color: #fff;
}

/* ==========================================================================
   ORGULLO DEL DESIERTO
   ========================================================================== */

#orgulloDesierto {
    padding: 60px 0;
    background: #191911;
    color: #fff;
}

#orgulloDesierto .row {
    min-height: 500px;
}

#orgulloDesierto h3 {
    margin-bottom: 3rem;
}

#orgulloDesierto .content-wrapper {
    padding: 2rem 0;
}

#orgulloDesierto .boton {
    border-color: #818c4a;
    margin-top: 2rem;
    display: inline-block;
    background-color: #191911;
    color: #818c4a;
}

#orgulloDesierto .boton:hover {
    background-color: #fff;
    color: #191911;
}

/* ==========================================================================
   HERO RECORRIDO
   ========================================================================== */

.hero-recorrido img {
    width: 100%;
    display: block;
}

/* ==========================================================================
   EXPERIENCIAS
   ========================================================================== */

.experiencias {
    background: #e9e3db;
    padding: 80px 0;
}

/* FIX CRÍTICO: width fijo de 1100px rompía el layout en móvil */
.container-exp {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    text-align: center;
    padding: 0 20px; /* FIX: padding lateral en móvil */
    box-sizing: border-box;
}

.titulo-exp {
    font-family: 'Vollkorn', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 48px;
    color: #7b8a46;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .titulo-exp {
        font-size: 32px;
    }
}

.intro-exp {
    max-width: 700px;
    margin: 0 auto 60px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    line-height: 1.6;
    color: #4b403a;
}

/* FIX CRÍTICO: grid de 3 columnas sin media query rompía en móvil */
.grid-exp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    text-align: left;
}

@media (max-width: 900px) {
    .grid-exp {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .grid-exp {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.card-exp {
    font-family: 'Vollkorn', serif;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-exp img {
    width: 100%;
    margin-bottom: 20px;
}

.card-exp h3 {
    font-family: 'Vollkorn', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 15px;
}

.incluye {
    margin: 20px 0;
}

.agenda {
    font-family: 'Qanelas', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: auto;
    color: #4b403a;
}

.precio {
    font-family: 'Vollkorn', serif;
    font-size: 28px;
    margin: 10px 0 15px;
}

.btn-comprar {
    background: #4b403a;
    color: white;
    padding: 10px 22px;
    font-size: 12px;
    letter-spacing: 3px;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-comprar:hover {
    background: #6b5a52;
    color: white;
}

/* ==========================================================================
   NUESTRAS BODEGAS
   ========================================================================== */

#nuestrasBodegas {
    padding: 60px 0;
    background: #52521c;
    color: #fff;
}

#nuestrasBodegas h3 {
    margin-bottom: 3rem;
}

/* FIX: imagen Valdecorzo sin width fijo */
#nuestrasBodegas img[src*="VALDECORZO"] {
    max-width: 300px;
    width: 100%;
    height: auto;
}

/* ==========================================================================
   BOTÓN GENERAL
   ========================================================================== */

.boton {
    border: 1px solid #818c4a;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 0;
}

.boton:hover {
    background-color: #fff;
    color: #191911;
    border-color: #191911;
}

/* ==========================================================================
   GALERÍA
   ========================================================================== */

#galeria {
    padding: 40px;
    text-align: center;
    background-color: #471e02b6;
    color: white;
}

.galeria {
    display: grid;
    /* FIX CRÍTICO: antes era repeat(4, 1fr) fijo sin responsive */
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .galeria {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #galeria {
        padding: 20px;
    }
}

@media (max-width: 400px) {
    .galeria {
        grid-template-columns: 1fr 1fr;
    }
}

.galeria img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid white;
    transition: transform 0.3s;
}

.galeria img:hover {
    transform: scale(1.05);
}

.mi-boton {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s ease;
    border-radius: 5px;
}

.mi-boton:hover {
    background-color: white;
    color: black;
}

/* ==========================================================================
   MODAL
   ========================================================================== */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 80%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.modal-buttons {
    text-align: center;
    margin-top: 20px;
}

.modal-buttons button {
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 16px;
    cursor: pointer;
}

/* ==========================================================================
   CONTACTO
   ========================================================================== */

#contacto {
    padding: 60px 0;
    background-image: url('../img/9.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#contacto::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

#contacto .container {
    position: relative;
    z-index: 1;
}

#contacto #icContacto p {
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    font-size: 1em;
    margin: 6px auto;
    padding: 4px 20px;
}

#contacto a {
    color: white;
    text-decoration: none;
}

#contacto a:hover {
    color: lightgray;
}

#contacto .social-icons {
    margin-top: 2rem;
}

#contacto .social-icons .social-link {
    color: #fff;
    font-size: 1.5em;
    margin: 0 15px;
    transition: all 0.3s ease;
}

#contacto .social-icons .social-link:hover {
    color: #818c4a;
}

.social-link i {
    color: rgb(255, 255, 255);
    font-size: 40px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-link:hover i {
    color: rgb(253, 251, 251);
    transform: scale(1.2);
}

/* ==========================================================================
   HELPERS
   ========================================================================== */

.hidden, [hidden] { display: none !important; }

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.invisible { visibility: hidden; }

.clearfix::before,
.clearfix::after {
    content: ' ';
    display: table;
}

.clearfix::after { clear: both; }

/* ==========================================================================
   PRINT
   ========================================================================== */

@media print {
    *, *::before, *::after {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited { text-decoration: underline; }
    a[href]::after { content: ' (' attr(href) ')'; }
    abbr[title]::after { content: ' (' attr(title) ')'; }
    a[href^="#"]::after, a[href^="javascript:"]::after { content: ''; }
    pre { white-space: pre-wrap !important; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
/* ==========================================================================
   SECCIÓN: POLÍTICAS — fiel al layout del documento
   Agregar al final de main.css
   ========================================================================== */

/* Fondo blanco limpio como el documento */
#politicas {
    background: #ffffff;
    color: #222222;
}

/* Barra decorativa superior (café oscuro como el doc) */
.pol-header-bar {
    width: 100%;
    height: 12px;
    background: #503c35;
}

/* Contenedor principal: ancho tipo hoja, centrado */
.pol-wrapper {
    max-width: 820px;
    margin: 0 auto;
    padding: 48px 40px 40px;
}

/* ==========================================================================
   BLOQUE DE TÍTULO / ENCABEZADO
   ========================================================================== */

.pol-title-block {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 28px;
}

.pol-logo-area {
    flex-shrink: 0;
}

.pol-logo {
    width: 160px;
    height: auto;
}

.pol-title-text {
    flex: 1;
}

/* H1: Book Antiqua, grande, italic/normal mixto, color verde */
.pol-h1 {
    font-family: 'Book Antiqua', 'Palatino Linotype', Palatino, serif;
    font-size: 1.9em;
    font-weight: bold;
    font-style: normal;
    color: #222;
    line-height: 1.25;
    margin: 0 0 6px 0;
}

/* La parte italic del título */
.pol-h1 em {
    font-style: italic;
    color: #808B49; /* verde del documento */
}

/* Subtítulo "Recorridos Enoturísticos" */
.pol-subtitle {
    font-family: Calibri, 'Segoe UI', Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #444;
    margin: 0;
    padding-left: 4px;
    border-left: 3px solid #c89e6c;
    padding-left: 10px;
}

/* ==========================================================================
   DIVISOR HORIZONTAL
   ========================================================================== */

.pol-divider {
    border: none;
    border-top: 1px solid #c5b8b0;
    margin: 22px 0;
}

/* ==========================================================================
   BLOQUES DE SECCIÓN
   ========================================================================== */

.pol-section-block {
    margin-bottom: 4px;
}

/* Etiqueta "OBJETIVO" */
.pol-label {
    font-family: Calibri, 'Segoe UI', Arial, sans-serif;
    font-size: 0.78em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #503c35;
    margin: 0 0 8px 0;
}

/* H2: Calibri bold, tamaño ~10pt equivalente en web, con indentación */
.pol-h2 {
    font-family: Calibri, 'Segoe UI', Arial, sans-serif !important;
    font-size: 1.05em;
    font-weight: 700;
    font-style: normal !important;
    color: #222;
    margin: 0 0 10px 0;
    padding-left: 28px; /* indentación del doc */
    border-left: none;
}

/* H3: Calibri bold, mismo tamaño que body, indentado, con espacio arriba */
.pol-h3 {
    font-family: Calibri, 'Segoe UI', Arial, sans-serif !important;
    font-size: 0.9em;
    font-weight: 700;
    font-style: normal !important;
    color: #222;
    margin: 16px 0 4px 0;
    padding-left: 24px; /* indentación del doc (Heading 3) */
}

/* Texto de cuerpo: Calibri, indentado igual que el doc */
.pol-body {
    font-family: Calibri, 'Segoe UI', Arial, sans-serif;
    font-size: 0.88em;
    line-height: 1.55;
    color: #222;
    margin: 0 0 3px 0;
    padding-left: 24px; /* Body Text indent del doc */
}

/* Texto indentado extra (párrafos tipo "cita" del doc) */
.pol-inset {
    font-family: Calibri, 'Segoe UI', Arial, sans-serif;
    font-size: 0.88em;
    line-height: 1.55;
    color: #222;
    margin: 4px 0;
    padding-left: 46px; /* indent extra del doc (Normal con indent) */
}

/* Variantes de estilo para textos especiales */
.pol-italic {
    font-style: italic;
}

.pol-bold {
    font-weight: 700;
}

/* ==========================================================================
   FOOTER BAR (franja oscura inferior del documento)
   ========================================================================== */

.pol-footer-bar {
    background: #3a2a20;
    color: #d4b89a;
    text-align: right;
    padding: 14px 40px;
    font-family: Calibri, 'Segoe UI', Arial, sans-serif;
    font-size: 0.82em;
    letter-spacing: 1px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 768px) {
    .pol-wrapper {
        padding: 32px 20px 28px;
    }

    .pol-title-block {
        flex-direction: column;
        gap: 16px;
    }

    .pol-logo {
        width: 120px;
    }

    .pol-h1 {
        font-size: 1.45em;
    }

    .pol-h2 {
        padding-left: 14px;
    }

    .pol-h3,
    .pol-body {
        padding-left: 14px;
    }

    .pol-inset {
        padding-left: 28px;
    }

    .pol-footer-bar {
        text-align: center;
        padding: 12px 20px;
    }
}
/* agregado */

/* ---- Breadcrumb politicas.html ---- */
.pol-breadcrumb {
    background: #f0ebe5;
    border-bottom: 1px solid #ddd5cc;
    padding: 10px 0;
    font-family: Calibri, 'Segoe UI', Arial, sans-serif;
    font-size: 0.85em;
    color: #6b5a52;
}
.pol-back-link {
    color: #503c35;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s;
}
.pol-back-link:hover { color: #818c4a; }
.pol-back-link i { margin-right: 5px; }
.pol-sep { margin: 0 8px; color: #bbb; }
.pol-current { color: #818c4a; font-weight: 600; }

/* ---- Enlace de políticas en #contacto ---- */
.contacto-politicas { margin-top: 24px; }
.contacto-politicas-link {
    display: inline-block;
    color: #fff;
    font-family: Calibri, 'Segoe UI', Arial, sans-serif;
    font-size: 0.82em;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 3px;
    transition: color 0.2s, border-color 0.2s;
}
.contacto-politicas-link i { margin-left: 8px; font-size: 0.85em; }
.contacto-politicas-link:hover { color: #c89e6c; border-color: #c89e6c; }

/* ==========================================================================
   POLÍTICAS — diseño de tarjetas con colores
   Pegar al final de main.css
   ========================================================================== */

/* ---- Breadcrumb ---- */
.pol-breadcrumb {
    background: #f0ebe5;
    border-bottom: 1px solid #ddd5cc;
    padding: 10px 0;
    font-family: Calibri, 'Segoe UI', Arial, sans-serif;
    font-size: 0.85em;
}
.pol-back-link {
    color: #503c35;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s;
}
.pol-back-link:hover { color: #818c4a; }
.pol-back-link i { margin-right: 5px; }
.pol-sep { margin: 0 8px; color: #bbb; }
.pol-current { color: #818c4a; font-weight: 600; }

/* ---- Sección general ---- */
#politicas {
    background: #f5f0ea;
    padding: 80px 0;
    color: #4d3f38;
}

.politicas-container {
    max-width: 1100px;
}

/* ---- Encabezado ---- */
.politicas-header {
    margin-bottom: 60px;
}

.politicas-titulo {
    font-size: 2.4em;
    color: #503c35;
    margin: 20px 0 10px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .politicas-titulo { font-size: 1.8em; }
}

.politicas-subtitulo {
    font-family: 'Qanelas', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85em;
    color: #818c4a;
    margin-bottom: 20px;
}

.politicas-objetivo {
    max-width: 780px;
    margin: 0 auto;
    font-family: 'Vollkorn', serif;
    font-size: 1em;
    line-height: 1.7;
    color: #6b5a52;
    border-left: 3px solid #c89e6c;
    padding-left: 20px;
    text-align: left;
}

/* ---- Grid de secciones ---- */
.politicas-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.politica-card-full {
    grid-column: 1 / -1;
}

/* ---- Card ---- */
.politica-card {
    background: #fff;
    border-radius: 2px;
    padding: 36px 32px;
    box-shadow: 0 2px 12px rgba(80, 60, 53, 0.07);
    border-top: 4px solid #c89e6c;
    position: relative;
}

.politica-card-num {
    position: absolute;
    top: -18px;
    left: 32px;
    width: 36px;
    height: 36px;
    background: #503c35;
    color: #fff;
    font-family: 'Qanelas', sans-serif;
    font-weight: 700;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.politica-card-titulo {
    font-family: 'Vollkorn', serif !important;
    font-weight: 700;
    font-style: italic;
    font-size: 1.25em;
    color: #503c35;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5ddd8;
}

/* ---- Bloques internos ---- */
.politica-bloque {
    margin-bottom: 22px;
}
.politica-bloque:last-child { margin-bottom: 0; }

.politica-subtitulo-bloque {
    font-family: 'Qanelas', sans-serif;
    font-weight: 700;
    font-size: 0.82em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #818c4a;
    margin-bottom: 8px;
}

.politica-bloque p {
    font-family: 'Vollkorn', serif;
    font-size: 0.97em;
    line-height: 1.65;
    margin-bottom: 6px;
    color: #4d3f38;
}

/* ---- Listas ---- */
.politica-lista {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
}
.politica-lista li {
    font-family: 'Vollkorn', serif;
    font-size: 0.95em;
    padding: 5px 0 5px 20px;
    position: relative;
    color: #4d3f38;
    line-height: 1.5;
}
.politica-lista li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #c89e6c;
    font-size: 1.1em;
}
.politica-lista-prohibida li::before {
    content: '✕';
    color: #b94040;
    font-size: 0.8em;
    top: 7px;
}

/* ---- Avisos ---- */
.politica-nota {
    font-family: 'Vollkorn', serif;
    font-size: 0.88em !important;
    color: #8a7060 !important;
    font-style: italic;
    margin-top: 6px !important;
}

.politica-aviso {
    background: #fdf6ee;
    border-left: 3px solid #c89e6c;
    padding: 10px 14px;
    font-family: 'Vollkorn', serif;
    font-size: 0.93em;
    line-height: 1.6;
    color: #4d3f38;
    margin-top: 10px;
    border-radius: 0 2px 2px 0;
}

/* ---- Grid cancelaciones ---- */
.cancelacion-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 10px;
}

.cancelacion-item {
    padding: 24px 20px;
    border-radius: 2px;
    border-top: 4px solid transparent;
}

.cancelacion-item h4 {
    font-family: 'Qanelas', sans-serif;
    font-weight: 700;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 12px 0;
    line-height: 1.3;
}

.cancelacion-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cancelacion-item ul li {
    font-family: 'Vollkorn', serif;
    font-size: 0.92em;
    line-height: 1.55;
    padding: 4px 0;
}

.cancelacion-icono { font-size: 1.8em; line-height: 1; }

.cancelacion-verde  { background: #f0f5e8; border-top-color: #818c4a; color: #3a4a20; }
.cancelacion-amarillo { background: #fdf6e3; border-top-color: #c89e6c; color: #5a4020; }
.cancelacion-rojo   { background: #fdf0f0; border-top-color: #b94040; color: #5a2020; }
.cancelacion-gris   { background: #f0f0ee; border-top-color: #8a8a7a; color: #3a3a30; }

/* ---- Derecho de admisión ---- */
.politica-admision {
    border-top-color: #503c35;
    background: #2d1f1a;
    color: #f5ede8;
}
.politica-admision .politica-card-titulo {
    color: #c89e6c;
    border-bottom-color: #503c35;
}
.politica-admision p {
    font-family: 'Vollkorn', serif;
    font-size: 0.97em;
    line-height: 1.65;
    color: #d4c4bc;
}
.admision-lista {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
    justify-content: center;
}
.admision-item {
    background: rgba(200, 158, 108, 0.15);
    border: 1px solid rgba(200, 158, 108, 0.4);
    color: #e8d5c4;
    padding: 10px 20px;
    font-family: 'Vollkorn', serif;
    font-size: 0.95em;
    border-radius: 2px;
}
.politica-admision .politica-aviso {
    background: rgba(185, 64, 64, 0.15);
    border-left-color: #b94040;
    color: #f0c8c8;
}

/* ---- CTA final ---- */
.politicas-cta {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #d8cfc8;
}
.politicas-cta p {
    font-family: 'Vollkorn', serif;
    font-size: 1.1em;
    color: #6b5a52;
    margin-bottom: 16px;
}
.politicas-cta .boton {
    background: #503c35;
    color: #fff;
    border-color: #503c35;
}
.politicas-cta .boton:hover {
    background: #818c4a;
    border-color: #818c4a;
    color: #fff;
}

/* ---- Enlace de políticas en #contacto ---- */
.contacto-politicas { margin-top: 24px; }
.contacto-politicas-link {
    display: inline-block;
    color: #fff;
    font-family: Calibri, 'Segoe UI', Arial, sans-serif;
    font-size: 0.82em;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 3px;
    transition: color 0.2s, border-color 0.2s;
}
.contacto-politicas-link i { margin-left: 8px; font-size: 0.85em; }
.contacto-politicas-link:hover { color: #c89e6c; border-color: #c89e6c; }

/* ---- Responsive ---- */
@media (max-width: 900px) {
    .politicas-grid { grid-template-columns: 1fr; }
    .politica-card-full { grid-column: 1; }
    .cancelacion-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    #politicas { padding: 50px 0; }
    .politica-card { padding: 28px 20px; }
    .cancelacion-grid { grid-template-columns: 1fr; }
    .admision-lista { flex-direction: column; }
    .admision-item { text-align: center; }
    .politicas-objetivo { border-left: none; padding-left: 0; text-align: center; }
}


/* ==========================================================================
   EXPERIENCIAS — textos con fuente normal (igual que Orgullo del Desierto)
   Pegar al final de main.css
   ========================================================================== */

/* Texto descriptivo de cada experiencia: fuente normal, no Vollkorn italic */
.exp-texto {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 0.97em;
    line-height: 1.65;
    color: #4b403a;
    margin-bottom: 6px;
}

/* Lista de vinos dentro del incluye */
.exp-lista {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 0.97em;
    color: #4b403a;
    padding-left: 18px;
    margin: 4px 0 0;
    line-height: 1.8;
}


.contacto-politicas-link {
    display: inline-block;
    color: #fff;
    font-family: Calibri, 'Segoe UI', Arial, sans-serif;
    font-size: 0.82em;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 3px;
    transition: color 0.2s, border-color 0.2s;
    
    /* AGREGA ESTO: */
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px 20px;
    border-bottom: none;
}