/* =========================================
     REMERAS SECTION — Festival Somos Cerveceros
     Bootstrap 5 compatible — misma paleta que packs-section
  ========================================= */

.remeras {
    background: #F7F6F2;
    padding: 64px 0 80px;
}

/* --- Section header --- */
.remeras-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #E87722;
    margin: 0 0 6px;
    display: block;
}

.remeras-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #2C2C2A;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
}

.remeras-title span { color: #E87722; }

.remeras-subtitle {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: #888780;
    max-width: 480px;
    margin: 0 auto 44px;
    line-height: 1.6;
}

/* --- Remera card --- */
.remera-card {
    background: #ffffff;
    border: 1px solid #E5E3DC;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.remera-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    transform: translateY(-3px);
}

/* Variante negra: borde sutil oscuro */
.remera-card.remera-negra {
    border-color: #3A3937;
}

/* --- Imagen --- */
.remera-img-wrap {
    position: relative;
    background: #EFEFEF;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.remera-negra .remera-img-wrap  { background: #2C2C2A; }
.remera-ladrillo .remera-img-wrap { background: #F0E8D8; }
.remera-blanco .remera-img-wrap  { background: #F2F2F2; }

.remera-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.remera-card:hover .remera-img-wrap img {
    transform: scale(1.03);
}

/* Color dot badge en la imagen */
.remera-color-dot {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.8);
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}

.remera-negra .remera-color-dot    { background: #1A1A1A; }
.remera-ladrillo .remera-color-dot { background: #C4601A; }
.remera-blanco .remera-color-dot   { background: #ffffff; border-color: #CCCCCC; }

/* --- Card body --- */
.remera-body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.remera-color-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.remera-negra    .remera-color-label { color: #2C2C2A; }
.remera-ladrillo .remera-color-label { color: #C4601A; }
.remera-blanco   .remera-color-label { color: #888780; }

.remera-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #2C2C2A;
    margin: 0 0 6px;
    line-height: 1.1;
}

.remera-desc {
    font-family: 'Barlow', sans-serif;
    font-size: 12.5px;
    color: #888780;
    line-height: 1.55;
    margin: 0 0 14px;
    flex: 1;
}

/* --- Badge preventa (reutiliza paleta de packs) --- */
.badge-preventa {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #E87722;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 4px 9px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* --- Pricing block --- */
.remera-pricing {
    background: #F7F6F2;
    border-radius: 10px;
    padding: 10px 13px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
}

.remera-pricing-label {
    font-family: 'Barlow', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #888780;
}

.remera-price {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #2C2C2A;
    white-space: nowrap;
}

/* --- Talles disponibles --- */
.remera-talles-label {
    font-family: 'Barlow', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #B4B2A9;
    margin: 0 0 6px;
}

.remera-talles {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.remera-talle {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #5F5E5A;
    background: #F7F6F2;
    border: 1px solid #E5E3DC;
    border-radius: 5px;
    padding: 3px 8px;
    letter-spacing: 0.06em;
}

/* --- CTA (reutiliza clases de packs-section) --- */
.pack-cta {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: background 0.15s ease, opacity 0.15s ease;
    margin-top: auto;
}

.pack-cta--primary {
    background: #E87722;
    color: #ffffff;
}

.pack-cta--primary:hover {
    background: #C4601A;
    color: #ffffff;
}

.pack-cta--soon {
    background: #F0EEE8;
    color: #B4B2A9;
    cursor: default;
    pointer-events: none;
}

/* --- Nota al pie --- */
.remeras-note {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    color: #B4B2A9;
    margin-top: 28px;
    line-height: 1.6;
}

.remeras-note strong {
    color: #888780;
    font-weight: 600;
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .remeras { padding: 40px 0 56px; }
    .remeras-title { font-size: 28px; }
}