﻿:root {
    --bg: #f6f2eb;
    --surface: #fffdf9;
    --surface-strong: #ffffff;
    --text: #1f1a17;
    --muted: #6e6259;
    --line: rgba(55, 42, 30, 0.1);
    --accent: #3e5c4a;
    --accent-dark: #284034;
    --accent-soft: #dfe9df;
    --shadow: 0 18px 45px rgba(49, 36, 26, 0.12);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(86, 124, 100, 0.15), transparent 32%),
        linear-gradient(180deg, #f4efe7 0%, #f7f3ec 100%);
    color: var(--text);
}

a {
    color: inherit;
}

.navbar {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(12px);
}

.navbar-brand {
    gap: 0.75rem;
}

.logo {
    width: auto;
    height: 72px;
    object-fit: contain;
}

.brand-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 4rem;
    min-height: calc(100vh - 88px);
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    z-index: 0;
}

.hero::before {
    top: 6%;
    right: -120px;
    width: 300px;
    height: 300px;
    background: rgba(62, 92, 74, 0.14);
}

.hero::after {
    left: -90px;
    bottom: 10%;
    width: 240px;
    height: 240px;
    background: rgba(201, 157, 96, 0.14);
}

.hero .container,
.home-note .container {
    position: relative;
    z-index: 1;
}

.hero-kicker,
.catalog-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(62, 92, 74, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    color: var(--accent-dark);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-title,
h1 {
    margin: 0;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.hero-title {
    max-width: 10ch;
    font-size: clamp(2.8rem, 5vw, 5rem);
}

.hero-title-home {
    max-width: none;
}

.hero-copy,
.catalog-intro,
.product-copy,
.home-note-text {
    color: var(--muted);
    line-height: 1.75;
}

.hero-copy {
    max-width: 58ch;
    margin: 1.25rem 0 0;
    font-size: 1.02rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-button,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.hero-button {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 14px 30px rgba(62, 92, 74, 0.22);
}

.hero-button:hover,
.btn-secondary:hover {
    transform: translateY(-2px);
}

.hero-button:hover {
    background: var(--accent-dark);
    color: #fff;
}

.hero-button-secondary,
.btn-secondary {
    background: rgba(255, 255, 255, 0.84);
    color: var(--text);
    border-color: rgba(31, 26, 23, 0.08);
}

.hero-panel {
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.42));
    box-shadow: var(--shadow);
}

.opcion {
    text-decoration: none;
}

.opcion-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 240px;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background:
        linear-gradient(160deg, rgba(62, 92, 74, 0.95), rgba(24, 34, 29, 0.9)),
        #203227;
    color: #fff;
    box-shadow: 0 16px 40px rgba(25, 35, 29, 0.25);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.opcion-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(25, 35, 29, 0.32);
    color: #fff;
}

.opcion-label {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.1;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.opcion-subtitle {
    max-width: 16ch;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

.home-note {
    padding: 0 0 3.5rem;
}

.home-note-text {
    margin: 0;
    padding: 1.2rem 1.4rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.68);
    text-align: center;
}

.catalog-page {
    padding-bottom: 4rem;
}

.catalog-header {
    padding: 3rem 0 1.5rem;
}

.catalog-header-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
}

h1 {
    font-size: clamp(2.4rem, 4.4vw, 3.8rem);
}

.catalog-intro {
    max-width: 60ch;
    margin: 1rem 0 0;
}

.catalog-grid-section {
    padding-top: 1rem;
}

.product-card {
    border: 1px solid rgba(55, 42, 30, 0.06);
    border-radius: 24px;
    overflow: hidden;
    background: var(--surface-strong);
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(49, 36, 26, 0.16);
}

.card-img-top {
    height: 260px;
    padding: 1.25rem;
    object-fit: contain;
    background: #ffffff;
}

.card-body {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1.35rem 1.35rem 1.5rem;
}

.product-title {
    margin: 0;
    font-size: 1.18rem;
    font-weight: 700;
}

.product-copy {
    margin: 0;
    font-size: 0.95rem;
}

.color-label {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
}

.colores {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.color {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(31, 26, 23, 0.14);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.negro { background-color: #121212; }
.blanco { background-color: #ffffff; }
.rojo { background-color: #cd3030; }
.gris { background-color: #8d8d8d; }
.azul { background-color: #2e66d1; }
.verde { background-color: #417f47; }
.cafe { background-color: #7b4d33; }
.naranja { background-color: #e98d2f; }
.vino { background-color: #61293b; }
.amarillo { background-color: #e8bf2d; }

.img {
    background-position: center;
    background-size: cover;
}

.zoom-click {
    cursor: zoom-in;
}

.modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 24px;
}

.gallery-close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #222;
    font-size: 1.35rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
    cursor: pointer;
}

.gallery-close:hover {
    background: #ffffff;
}

.carousel-item {
    height: 80vh;
    background: #fff;
}

.carousel-item img,
.zoom-slide {
    width: 100%;
    height: 100%;
    max-height: 80vh;
    object-fit: contain;
    object-position: center;
    user-select: none;
    -webkit-user-drag: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.whatsapp-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.whatsapp-text {
    display: block;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.22);
}

.whatsapp-float {
    display: block;
    width: 66px;
    height: 66px;
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease;
}

.whatsapp-float img:hover {
    transform: scale(1.06);
}

@media (max-width: 991px) {
    .hero {
        min-height: auto;
        padding-top: 4rem;
    }

    .hero-title {
        max-width: none;
    }

    .catalog-header-row {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .logo {
        height: 56px;
    }

    .brand-title {
        font-size: 1.35rem;
    }

    .hero {
        padding: 3.5rem 0 3rem;
    }

    .hero-title-home {
        font-size: clamp(2.3rem, 10vw, 3.2rem);
        line-height: 1.08;
        text-wrap: balance;
    }

    .hero-panel {
        padding: 0.9rem;
        border-radius: 24px;
    }

    .opcion-card {
        min-height: 140px;
        padding: 1.25rem 1rem;
        border-radius: 20px;
    }

    .opcion-label {
        font-size: clamp(1.8rem, 8vw, 2.4rem);
        letter-spacing: 0.02em;
    }

    .catalog-header {
        padding: 2rem 0 1rem;
    }

    .catalog-intro {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .catalog-grid-section {
        padding-top: 0.5rem;
    }

    .product-card {
        border-radius: 20px;
    }

    .card-img-top {
        height: 220px;
        padding: 1rem;
    }

    .card-body {
        gap: 0.7rem;
        padding: 1rem 1rem 1.15rem;
    }

    .product-title {
        font-size: 1.05rem;
    }

    .product-copy {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .color-label {
        font-size: 0.74rem;
    }

    .colores {
        gap: 0.45rem;
    }

    .color {
        width: 16px;
        height: 16px;
    }

    .btn-secondary {
        width: 100%;
    }

    .carousel-item {
        height: 68vh;
    }

    .gallery-close {
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
    }

    .whatsapp-container {
        right: 14px;
        bottom: 14px;
    }

    .whatsapp-text {
        font-size: 0.72rem;
    }

    .whatsapp-float {
        width: 58px;
        height: 58px;
    }
}
