:root {
    --fc-dark: #171512;
    --fc-cream: #f7f2ea;
    --fc-white: #ffffff;
    --fc-gold: #bf8a4a;
    --fc-gold-dark: #8f5d27;
    --fc-text: #24211f;
    --fc-muted: #6f6a64;
    --fc-border: #e7dfd5;
    --fc-whatsapp: #20bd5a;
    --fc-pink: #b0447c;
    --fc-shadow: 0 18px 45px rgba(31, 25, 19, 0.12);
}

.fc-container {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.fc-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(95deg, rgba(17,14,12,.95), rgba(17,14,12,.78) 55%, rgba(17,14,12,.35)), url("../images/Fashion_Casme_Portada.png") center/cover no-repeat, radial-gradient(circle at 80% 20%, #c89554, #201b16 58%);
    border-radius: 0 0 36px 36px;
}

.fc-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.22), transparent);
}

.fc-hero-content {
    position: relative;
    z-index: 2;
    padding: 90px 0;
    color: var(--fc-white);
}

.fc-eyebrow,
.fc-section-label {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--fc-gold);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.fc-eyebrow {
    padding: 8px 13px;
    border-radius: 999px;
    color: var(--fc-white);
    border: 1px solid rgba(255,255,255,.25);
}

.fc-hero h1,
.fc-section h2,
.fc-live-content h2,
.fc-final-cta h2 {
    margin: 0 0 20px;
    font-family: Georgia, serif;
    line-height: 1.04;
    letter-spacing: -.04em;
}

.fc-hero h1 {
    max-width: 780px;
    font-size: clamp(3rem, 7vw, 6rem);
}

.fc-section h2,
.fc-live-content h2,
.fc-final-cta h2 {
    font-size: clamp(2.1rem, 5vw, 3.6rem);
}

.fc-hero p {
    max-width: 650px;
    margin: 0 0 34px;
    color: rgba(255,255,255,.83);
    line-height: 1.75;
    font-size: 1.12rem;
}

.fc-hero-actions,
.fc-live-actions,
.fc-center-action,
.fc-final-actions,
.fc-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fc-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 21px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    border: 0;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .fc-btn:hover,
    .fc-info-card:hover,
    .fc-step-card:hover,
    .fc-social-card:hover,
    .fc-location-card:hover {
        transform: translateY(-3px);
    }

.fc-btn-primary {
    background: var(--fc-gold);
    color: var(--fc-white);
    box-shadow: 0 14px 30px rgba(191,138,74,.25);
}

.fc-btn-whatsapp {
    background: var(--fc-whatsapp);
    color: var(--fc-white);
    box-shadow: 0 14px 30px rgba(32,189,90,.25);
}

.fc-btn-outline {
    color: var(--fc-white);
    border: 1px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,.08);
}

.fc-btn-light {
    background: var(--fc-white);
    color: var(--fc-dark);
}

.fc-btn-tiktok {
    background: #111;
    color: #fff;
}

.fc-btn-facebook {
    background: #1877f2;
    color: #fff;
}

.fc-hero-points {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .fc-hero-points span {
        padding: 9px 13px;
        border-radius: 999px;
        color: rgba(255,255,255,.88);
        background: rgba(255,255,255,.1);
        border: 1px solid rgba(255,255,255,.14);
        font-weight: 700;
        font-size: .9rem;
    }

.fc-section {
    padding: 90px 0;
}

.fc-section-soft {
    background: var(--fc-cream);
}

.fc-section-heading {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

    .fc-section-heading p,
    .fc-lead,
    .fc-about-grid p,
    .fc-live-content p,
    .fc-final-cta p {
        color: var(--fc-muted);
        line-height: 1.75;
    }

.fc-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr);
    gap: 36px;
    align-items: center;
}

.fc-about-card {
    padding: 34px;
    border-radius: 24px;
    background: var(--fc-dark);
    color: var(--fc-white);
    box-shadow: var(--fc-shadow);
}

    .fc-about-card p {
        color: rgba(255,255,255,.78);
    }

.fc-about-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin-bottom: 18px;
    background: var(--fc-gold);
    color: var(--fc-white);
}

.fc-text-link {
    color: var(--fc-gold-dark);
    font-weight: 850;
    text-decoration: none;
}

/* ============================================================
   Historia Fashion Casme
   ============================================================ */

#historia {
    position: relative;
    overflow: hidden;
    background: var(--fc-white);
}

    #historia::before {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        right: -120px;
        top: -120px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(191,138,74,.18), rgba(191,138,74,0) 68%);
        pointer-events: none;
    }

    #historia::after {
        content: "";
        position: absolute;
        width: 340px;
        height: 340px;
        left: -140px;
        bottom: -160px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(176,68,124,.10), rgba(176,68,124,0) 70%);
        pointer-events: none;
    }

    #historia .fc-container {
        position: relative;
        z-index: 2;
    }

    #historia .fc-about-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
        gap: 46px;
        align-items: center;
    }

    #historia .fc-section-label {
        padding: 8px 13px;
        border-radius: 999px;
        background: rgba(191,138,74,.10);
        color: var(--fc-gold-dark);
    }

    #historia .fc-lead {
        font-size: 1.08rem;
        color: #534c45;
    }

    #historia .fc-inline-actions {
        margin-top: 24px;
    }

    #historia .fc-about-card {
        position: relative;
        padding: 18px;
        border-radius: 30px;
        background: linear-gradient(180deg, #ffffff, #fbf6ef);
        color: var(--fc-text);
        border: 1px solid var(--fc-border);
        box-shadow: 0 26px 70px rgba(31, 25, 19, 0.16);
        overflow: hidden;
    }

        #historia .fc-about-card::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 30px;
            border: 1px solid rgba(255,255,255,.7);
            pointer-events: none;
        }

        #historia .fc-about-card video {
            width: auto !important;
            max-width: 100%;
            max-height: min(68vh, 560px);
            height: auto;
            display: block;
            margin: 0 auto;
            object-fit: contain;
            border-radius: 22px !important;
            background: #000 !important;
            box-shadow: 0 18px 42px rgba(31, 25, 19, .20);
        }

        #historia .fc-about-card h3 {
            margin: 22px 8px 8px;
            color: var(--fc-text);
            font-family: Georgia, serif;
            font-size: 1.45rem;
            letter-spacing: -.02em;
        }

        #historia .fc-about-card p {
            margin: 0 8px 8px;
            color: var(--fc-muted);
            line-height: 1.65;
        }

        #historia .fc-about-card .mt-3 {
            margin-top: 22px !important;
        }

.fc-benefit-grid,
.fc-steps-grid,
.fc-social-grid,
.fc-locations-grid {
    display: grid;
    gap: 22px;
}

.fc-benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-social-grid,
.fc-locations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-locations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fc-info-card,
.fc-step-card,
.fc-social-card,
.fc-location-card {
    border-radius: 22px;
    background: var(--fc-white);
    border: 1px solid var(--fc-border);
    box-shadow: var(--fc-shadow);
}

.fc-info-card,
.fc-step-card,
.fc-location-card {
    padding: 26px;
}

.fc-card-icon,
.fc-step-number,
.fc-social-icon,
.fc-location-pin {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    margin-bottom: 16px;
    background: var(--fc-cream);
    color: var(--fc-gold-dark);
    font-weight: 900;
}

.fc-info-card h3,
.fc-step-card h3,
.fc-location-card h3 {
    margin: 0 0 10px;
}

.fc-info-card p,
.fc-step-card p,
.fc-location-card p {
    color: var(--fc-muted);
    line-height: 1.65;
}

.fc-center-action {
    justify-content: center;
    margin-top: 36px;
}

.fc-live-section {
    padding: 90px 0;
    background: var(--fc-dark);
    color: var(--fc-white);
}

.fc-live-grid {
    display: grid;
    grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
    gap: 42px;
    align-items: center;
}

.fc-live-image-card {
    min-height: 460px;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,.05)), url("../images/Fashion_Casme_Tiktok.png") center/cover no-repeat, #2a211b;
    box-shadow: 0 25px 60px rgba(0,0,0,.35);
}

.fc-live-image-overlay {
    position: absolute;
    inset: auto 22px 22px 22px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.15);
}

    .fc-live-image-overlay strong,
    .fc-live-image-overlay small {
        display: block;
    }

    .fc-live-image-overlay small {
        color: rgba(255,255,255,.72);
    }

.fc-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-weight: 900;
    font-size: .8rem;
}

.fc-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff4242;
    box-shadow: 0 0 0 6px rgba(255,66,66,.15);
}

.fc-live-content p {
    color: rgba(255,255,255,.78);
}

.fc-live-benefits {
    display: grid;
    gap: 8px;
    margin: 24px 0;
    color: rgba(255,255,255,.88);
    font-weight: 700;
}

.fc-locations-section {
    background: linear-gradient(135deg, var(--fc-dark), #2c241d);
    color: var(--fc-white);
}

.fc-light-heading p {
    color: rgba(255,255,255,.75);
}

.fc-location-card {
    color: var(--fc-text);
}

.fc-location-title {
    display: flex;
    gap: 14px;
    align-items: center;
}

    .fc-location-title small {
        color: var(--fc-muted);
        font-weight: 800;
        text-transform: uppercase;
        font-size: .72rem;
    }

.fc-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

    .fc-location-actions a {
        padding: 10px 14px;
        border-radius: 10px;
        background: var(--fc-dark);
        color: var(--fc-white);
        text-decoration: none;
        font-weight: 800;
    }

.fc-social-card {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--fc-text);
    text-decoration: none;
}

    .fc-social-card small,
    .fc-social-card strong {
        display: block;
    }

    .fc-social-card small {
        color: var(--fc-muted);
    }

    .fc-social-card b {
        margin-left: auto;
    }

.fc-final-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--fc-pink), var(--fc-gold));
    color: var(--fc-white);
}

.fc-final-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.fc-final-cta p {
    color: rgba(255,255,255,.86);
}

@media (max-width: 980px) {
    .fc-benefit-grid,
    .fc-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fc-live-grid,
    .fc-about-grid,
    .fc-final-cta-inner {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    #historia .fc-about-grid {
        grid-template-columns: 1fr;
    }

    #historia .fc-about-card {
        width: 100%;
    }

    .fc-social-grid,
    .fc-locations-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .fc-container {
        width: min(100% - 24px, 1160px);
    }

    .fc-hero {
        min-height: 620px;
        border-radius: 0 0 24px 24px;
    }

    .fc-hero-content {
        padding: 60px 0;
    }

    .fc-hero-actions,
    .fc-center-action,
    .fc-final-actions {
        flex-direction: column;
    }

    .fc-btn {
        width: 100%;
    }

    .fc-benefit-grid,
    .fc-steps-grid {
        grid-template-columns: 1fr;
    }

    #historia {
        padding: 70px 0;
    }

        #historia .fc-about-grid {
            gap: 28px;
        }

        #historia .fc-about-card {
            padding: 12px;
            border-radius: 24px;
        }

            #historia .fc-about-card video {
                max-height: min(62vh, 480px);
                border-radius: 18px !important;
            }

            #historia .fc-about-card h3 {
                margin: 18px 6px 8px;
                font-size: 1.25rem;
            }

            #historia .fc-about-card p {
                margin: 0 6px 8px;
            }
}
