/* =========================================================
   NUPCIAL — ESTÉTICA EDITORIAL, SEÑORIAL Y ELEGANTE
========================================================= */

.bridal-page {
    --bridal-ivory: #f5f0ea;
    --bridal-champagne: #d8b777;
    --bridal-wine: #2a111c;
    --bridal-shadow: rgba(0, 0, 0, 0.28);
    background: #080708;
}

.bridal-page.lightbox-open {
    overflow: hidden;
}

/* HERO */

.bridal-hero {
    position: relative;
    min-height: 88svh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #090809;
}

.bridal-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
}

.bridal-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            0deg,
            rgba(8, 7, 8, 0.86) 0%,
            rgba(8, 7, 8, 0.12) 58%,
            rgba(8, 7, 8, 0.28) 100%
        ),
        linear-gradient(
            90deg,
            rgba(8, 7, 8, 0.42),
            transparent 62%
        );
}

.bridal-hero__content {
    position: relative;
    z-index: 2;
    width: min(100%, 1450px);
    margin: 0 auto;
    padding: 135px 5% 58px;
}

.bridal-kicker {
    margin-bottom: 12px;
    color: var(--bridal-champagne);
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.bridal-hero__title {
    font-family: var(--font-title);
    font-size: clamp(5rem, 10vw, 10rem);
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -0.055em;
}

.bridal-hero__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    max-width: 900px;
    margin-top: 22px;
}

.bridal-hero__bottom p {
    font-family: var(--font-title);
    font-size: clamp(1.15rem, 2vw, 1.9rem);
}

.bridal-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.58);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition:
        color var(--transition),
        border-color var(--transition);
}

.bridal-link:hover {
    color: var(--bridal-champagne);
    border-color: var(--bridal-champagne);
}

/* INTRO */

.bridal-intro {
    width: min(100%, 1320px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.42fr 1.58fr;
    gap: 70px;
    padding: 96px 5%;
}

.bridal-intro__label {
    padding-top: 10px;
    color: var(--bridal-champagne);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.bridal-intro__content {
    max-width: 900px;
}

.bridal-intro h2 {
    font-family: var(--font-title);
    font-size: clamp(3rem, 5.3vw, 5.7rem);
    font-weight: 400;
    line-height: 0.97;
    letter-spacing: -0.04em;
}

.bridal-intro p {
    max-width: 650px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.8;
}

/* BLOQUE EDITORIAL */

.bridal-editorial {
    width: min(calc(100% - 10%), 1320px);
    margin: 0 auto 82px;
    display: grid;
    grid-template-columns: 1.06fr 0.94fr;
    overflow: hidden;
    border-radius: 18px;
    background: var(--bridal-ivory);
    color: #171315;
    box-shadow: 0 30px 80px var(--bridal-shadow);
}

.bridal-editorial__image {
    min-height: 570px;
    overflow: hidden;
}

.bridal-editorial__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bridal-editorial__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 8%;
}

.bridal-editorial__content h2 {
    font-family: var(--font-title);
    font-size: clamp(2.9rem, 4.5vw, 5rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.bridal-editorial__content > p:not(.bridal-kicker) {
    margin-top: 22px;
    color: rgba(23, 19, 21, 0.68);
    line-height: 1.8;
}

.bridal-outline-button {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding: 13px 21px;
    border: 1px solid rgba(42, 17, 28, 0.36);
    border-radius: 999px;
    color: var(--bridal-wine);
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    transition:
        color var(--transition),
        background var(--transition),
        border-color var(--transition),
        transform var(--transition);
}

.bridal-outline-button:hover {
    color: #fff;
    background: var(--bridal-wine);
    border-color: var(--bridal-wine);
    transform: translateY(-2px);
}

/* TÍTULOS DE SECCIÓN */

.bridal-section-heading {
    width: min(100%, 1320px);
    margin: 0 auto 46px;
}

.bridal-section-heading h2 {
    max-width: 900px;
    font-family: var(--font-title);
    font-size: clamp(3rem, 5vw, 5.5rem);
    font-weight: 400;
    line-height: 0.97;
    letter-spacing: -0.04em;
}

/* PROCESO */

.bridal-process {
    padding: 70px 5% 92px;
}

.bridal-process__grid {
    width: min(100%, 1320px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bridal-process__card {
    min-height: 245px;
    padding: 30px;
    border: 1px solid rgba(216, 183, 119, 0.2);
    border-radius: 14px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.025),
            rgba(216, 183, 119, 0.035)
        );
}

.bridal-process__card span {
    color: var(--bridal-champagne);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.bridal-process__card h3 {
    margin: 18px 0 14px;
    font-family: var(--font-title);
    font-size: clamp(2rem, 3vw, 3.25rem);
    font-weight: 400;
    line-height: 1;
}

.bridal-process__card p {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.86rem;
    line-height: 1.7;
}

/* CARRUSEL */

.bridal-carousel-section {
    padding: 74px 0 82px;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #080708 0%,
            #100b0e 50%,
            #080708 100%
        );
}

.bridal-carousel-section .bridal-section-heading {
    padding-inline: 5%;
}

.bridal-carousel {
    position: relative;
    width: min(100%, 1450px);
    margin: 0 auto;
}

.bridal-carousel__viewport {
    overflow: hidden;
    padding: 0 5%;
}

.bridal-carousel__track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

.bridal-carousel__track::-webkit-scrollbar {
    display: none;
}

.bridal-carousel__slide {
    flex: 0 0 clamp(270px, 30vw, 430px);
    height: clamp(390px, 45vw, 610px);
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: #171315;
    cursor: zoom-in;
    scroll-snap-align: center;
}

.bridal-carousel__slide:nth-child(even) {
    height: clamp(350px, 41vw, 560px);
    margin-top: 34px;
}

.bridal-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.9s ease,
        filter 0.9s ease;
}

.bridal-carousel__slide:hover img {
    transform: scale(1.045);
    filter: saturate(1.05);
}

.bridal-carousel__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(216, 183, 119, 0.46);
    border-radius: 50%;
    background: rgba(8, 7, 8, 0.72);
    color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    transition:
        color var(--transition),
        border-color var(--transition),
        background var(--transition),
        transform var(--transition);
}

.bridal-carousel__arrow:hover {
    color: var(--bridal-champagne);
    border-color: var(--bridal-champagne);
    background: rgba(42, 17, 28, 0.88);
}

.bridal-carousel__arrow--prev {
    left: 18px;
}

.bridal-carousel__arrow--next {
    right: 18px;
}

.bridal-carousel__hint {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}

/* FRASE */

.bridal-quote {
    padding: 78px 5% 70px;
    background:
        radial-gradient(
            circle at 78% 30%,
            rgba(216, 183, 119, 0.09),
            transparent 32%
        ),
        #0b080a;
}

.bridal-quote__content {
    width: min(100%, 1000px);
    margin: 0 auto;
    text-align: center;
}

.bridal-quote blockquote {
    font-family: var(--font-title);
    font-size: clamp(2.8rem, 4.8vw, 5.1rem);
    font-weight: 400;
    line-height: 0.99;
    letter-spacing: -0.04em;
}

/* IMAGEN DE TRANSICIÓN */

.bridal-transition {
    position: relative;
    width: min(calc(100% - 10%), 1320px);
    height: clamp(340px, 42vw, 590px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.bridal-transition img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
}

.bridal-transition__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            0deg,
            rgba(3, 3, 3, 0.88) 0%,
            rgba(3, 3, 3, 0.04) 58%
        );
}

.bridal-transition p {
    position: absolute;
    right: 6%;
    bottom: 38px;
    left: 6%;
    z-index: 2;
    font-family: var(--font-title);
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    text-align: center;
}

.bridal-transition + .contact.contact--cta {
    padding-top: 46px;
}

/* LIGHTBOX */

.bridal-lightbox {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(3, 3, 3, 0.96);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

.bridal-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.bridal-lightbox__figure {
    width: min(82vw, 1100px);
    height: min(84vh, 860px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bridal-lightbox__figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bridal-lightbox__close,
.bridal-lightbox__arrow {
    position: absolute;
    z-index: 3;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(216, 183, 119, 0.38);
    border-radius: 50%;
    background: rgba(8, 7, 8, 0.55);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition:
        color var(--transition),
        border-color var(--transition),
        transform var(--transition);
}

.bridal-lightbox__close {
    top: 20px;
    right: 24px;
    font-size: 1.9rem;
}

.bridal-lightbox__close:hover {
    color: var(--bridal-champagne);
    border-color: var(--bridal-champagne);
    transform: rotate(90deg);
}

.bridal-lightbox__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.bridal-lightbox__arrow:hover {
    color: var(--bridal-champagne);
    border-color: var(--bridal-champagne);
}

.bridal-lightbox__arrow--prev {
    left: 24px;
}

.bridal-lightbox__arrow--next {
    right: 24px;
}

.bridal-lightbox__counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    transform: translateX(-50%);
}

/* TABLET */

@media (max-width: 1050px) {
    .bridal-intro {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bridal-editorial {
        width: calc(100% - 42px);
        grid-template-columns: 1fr;
    }

    .bridal-editorial__image {
        min-height: 500px;
    }

    .bridal-process__grid {
        grid-template-columns: 1fr;
    }

    .bridal-transition {
        width: calc(100% - 42px);
    }
}

/* MÓVIL */

@media (max-width: 720px) {
    .bridal-hero {
        min-height: 74svh;
    }

    .bridal-hero__content {
        padding: 108px 21px 40px;
    }

    .bridal-hero__title {
        font-size: clamp(4rem, 18vw, 6.4rem);
    }

    .bridal-hero__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin-top: 16px;
    }

    .bridal-hero__bottom p {
        font-size: 1.2rem;
    }

    .bridal-intro {
        padding: 62px 21px;
    }

    .bridal-intro h2 {
        font-size: clamp(2.7rem, 11.5vw, 4rem);
    }

    .bridal-intro p {
        margin-top: 18px;
        font-size: 0.9rem;
    }




    

  .bridal-editorial{
    width:calc(100% - 30px);
    margin-bottom:34px;
    border-radius:12px;
}

.bridal-editorial__image{
    min-height:220px;
    max-height:240px;
}

.bridal-editorial__content{
    padding:28px 22px 30px;
}

.bridal-editorial__content h2{
    max-width:290px;
    font-size:clamp(2rem,8vw,2.8rem);
    line-height:1.04;
    letter-spacing:-0.03em;
    text-wrap:balance;
}

.bridal-editorial__content p:not(.bridal-kicker){
    margin-top:14px;
    font-size:.84rem;
    line-height:1.7;
}


    .bridal-section-heading{
    margin-bottom:23px;
}


.bridal-section-heading h2{
    max-width:340px;
    font-size:clamp(2.5rem,9vw,3.4rem);
    line-height:1;
    letter-spacing:-0.04em;
    text-wrap:balance;
}


.bridal-kicker{
    margin-bottom:10px;
    font-size:.58rem;
    letter-spacing:.22em;
}

.bridal-carousel__viewport{
    padding-top:8px;
}


/* ---------- PROCESO ---------- */

.bridal-process{
    padding:38px 18px 45px;
}

.bridal-process__grid{
    gap:12px;
}

.bridal-process__card{

    min-height:auto;

    padding:20px 20px 18px;

    border-radius:10px;

}

.bridal-process__card span{

    font-size:.55rem;

    letter-spacing:.18em;

}

.bridal-process__card h3{

    margin:12px 0 10px;

    font-size:clamp(1.8rem,8vw,2.4rem);

    line-height:1;

}

.bridal-process__card p{

    font-size:.82rem;

    line-height:1.55;

}


    .bridal-carousel-section{
    padding:28px 0 42px;
}

    .bridal-carousel-section .bridal-section-heading {
        padding-inline: 21px;
    }

    .bridal-carousel__viewport {
        padding: 0 21px;
    }

    .bridal-carousel__track {
        gap: 10px;
    }

    .bridal-carousel__slide {
        flex-basis: 76vw;
        height: 430px;
        border-radius: 9px;
    }

    .bridal-carousel__slide:nth-child(even) {
        height: 400px;
        margin-top: 18px;
    }

    .bridal-carousel__arrow {
        width: 42px;
        height: 42px;
    }

    .bridal-carousel__arrow--prev {
        left: 8px;
    }

    .bridal-carousel__arrow--next {
        right: 8px;
    }

    .bridal-carousel__hint {
        padding-inline: 24px;
        font-size: 0.54rem;
    }

   
 
    .bridal-lightbox {
        padding: 12px;
    }

    .bridal-lightbox__figure {
        width: 100%;
        height: 78vh;
    }

    .bridal-lightbox__close {
        top: 12px;
        right: 12px;
        width: 42px;
        height: 42px;
    }

    .bridal-lightbox__arrow {
        width: 42px;
        height: 42px;
        background: rgba(8, 7, 8, 0.72);
    }

    .bridal-lightbox__arrow--prev {
        left: 10px;
    }

    .bridal-lightbox__arrow--next {
        right: 10px;
    }
}

.bridal-outline-button{
    margin-top:18px;
    padding:10px 16px;
    font-size:.56rem;
    gap:10px;
}



@media (max-width: 430px) {
    .bridal-carousel__slide {
        flex-basis: 82vw;
        height: 400px;
    }

    .bridal-carousel__slide:nth-child(even) {
        height: 370px;
    }
}



/* =========================================================
   HISTORIA NUPCIAL — FOTO Y TEXTO
========================================================= */

.bridal-story {
    width: min(calc(100% - 10%), 1320px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    overflow: hidden;
    border: 1px solid rgba(216, 183, 119, 0.25);
    border-radius: 18px;
    background: #f5f0ea;
    color: #191416;
    box-shadow: 0 28px 75px rgba(0, 0, 0, 0.26);
}

.bridal-story__image {
    min-height: 570px;
    overflow: hidden;
}

.bridal-story__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 34%;
}

.bridal-story__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 66px 9%;
}

.bridal-story__content::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 1px;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(183, 145, 76, 0.5),
        transparent
    );
}

.bridal-story__content .bridal-kicker {
    color: #a87e36;
}

.bridal-story__content h2 {
    font-family: var(--font-title);
    font-size: clamp(3rem, 4.5vw, 5rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.bridal-story__lead {
    margin-top: 18px;
    color: #2a111c;
    font-family: var(--font-title);
    font-size: clamp(1.65rem, 2.4vw, 2.5rem);
    line-height: 1.12;
}

.bridal-story__text {
    max-width: 480px;
    margin-top: 20px;
    color: rgba(25, 20, 22, 0.64);
    line-height: 1.8;
}



/* =========================================================
   CTA NUPCIAL — MISMO ESTILO QUE INICIO
========================================================= */

.bridal-contact {
    margin-top: 30px;
    background:
        radial-gradient(
            circle at 78% 30%,
            rgba(233, 52, 130, 0.14),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #0b080a 0%,
            #0f090d 30%,
            #090708 66%,
            #030303 100%
        );
}

.bridal-contact .contact__background-text {
    color: rgba(216, 183, 119, 0.055);
}

.bridal-contact .contact__eyebrow {
    color: #d8b777;
}

.bridal-contact .contact__button {
    border-color: rgba(216, 183, 119, 0.65);
}

.bridal-contact .contact__button span {
    color: #d8b777;
}

.bridal-contact .contact__button:hover {
    color: #d8b777;
    border-color: #d8b777;
}


/* MÓVIL */

@media (max-width: 720px) {

    .bridal-contact {
        margin-top: 18px;
    }

    .bridal-contact.contact--cta {
        padding: 42px 21px 46px;
    }

.bridal-contact .contact__title{

    width:100%;
    max-width:340px;

    margin:0 auto 24px;

    font-size:2.15rem;

    line-height:1.05;

    letter-spacing:-0.035em;

    text-align:center;

    text-wrap:balance;

}

   .bridal-contact .contact__button{

    min-width:170px;

    height:44px;

    padding:0 18px;

    gap:10px;

    font-size:.55rem;

    letter-spacing:.12em;

    margin-top:18px;

}

.bridal-contact .contact__button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

}

}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .bridal-story {
        width: calc(100% - 42px);
        grid-template-columns: 1fr;
    }

    .bridal-story__image {
        min-height: 500px;
    }

    .bridal-story__content::before {
        display: none;
    }

    .bridal-cta {
        width: calc(100% - 42px);
    }
}


/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 720px) {

  
   /* HISTORIA NUPCIAL MÁS COMPACTA EN MÓVIL */

.bridal-story {
    width: calc(100% - 30px);
    border-radius: 12px;
}

.bridal-story__image {
    min-height: 210px;
    max-height: 230px;
}

.bridal-story__content {
    padding: 28px 22px 30px;
}

.bridal-story__content h2 {
    max-width: 290px;
    font-size: clamp(2rem, 8vw, 2.75rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.bridal-story__lead {
    max-width: 280px;
    margin-top: 12px;
    font-size: clamp(1.35rem, 6vw, 1.85rem);
    line-height: 1.08;
}

.bridal-story__text {
    max-width: 285px;
    margin-top: 14px;
    font-size: 0.82rem;
    line-height: 1.62;
}

.bridal-story__content .bridal-kicker {
    margin-bottom: 8px;
    font-size: 0.54rem;
}



 .bridal-cta{
    width:calc(100% - 32px);
    margin:20px auto 50px;
    padding:38px 20px;
    border-radius:12px;
}


    .bridal-cta::before,
    .bridal-cta::after {
        display: none;
    }

    .bridal-cta h2{
    max-width:280px;
    margin:0 auto;
    font-size:clamp(2rem,8.5vw,2.9rem);
    line-height:1.05;
    letter-spacing:-0.03em;
    text-wrap:balance;
}

   .bridal-cta__text{
    max-width:250px;
    margin:14px auto 0;
    font-size:.78rem;
    line-height:1.6;
}


.bridal-cta__button{
    margin-top:20px;
    padding:11px 18px;
    gap:14px;
    font-size:.55rem;
    letter-spacing:.12em;
    min-width:185px;
}

    .bridal-cta__button::before {
        animation: bridalButtonShine 3.2s ease-in-out infinite;
    }

    .bridal-cta__button:active {
        transform: scale(0.97);
    }
}


@media (max-width: 430px) {


.bridal-story__image {
    min-height: 190px;
    max-height: 205px;
}

.bridal-story__content {
    padding: 25px 19px 27px;
}

.bridal-story__content h2 {
    max-width: 255px;
    font-size: 1.95rem;
}

.bridal-story__lead {
    max-width: 245px;
    font-size: 1.35rem;
}

.bridal-story__text {
    font-size: 0.78rem;
}

}




/* =========================================================
   ANIMACIÓN DEL BOTÓN EN MÓVIL
========================================================= */

@keyframes bridalButtonGlow {

    0%,
    100% {
        box-shadow: 0 0 0 rgba(216, 183, 119, 0);
    }

    50% {
        box-shadow: 0 0 18px rgba(216, 183, 119, 0.16);
    }
}

@keyframes bridalButtonShine {

    0%,
    55% {
        left: -130%;
    }

    78%,
    100% {
        left: 140%;
    }
}


/* =========================================================
   BOTÓN DE MÚSICA
========================================================= */

.music-toggle{

    position:fixed;

    right:24px;

    bottom:24px;

    width:52px;

    height:52px;

    border:none;

    border-radius:50%;

    background:rgba(15,15,15,.82);

    backdrop-filter:blur(12px);

    color:#d8b777;

    font-size:22px;

    cursor:pointer;

    z-index:5000;

    transition:.35s;

    box-shadow:0 12px 35px rgba(0,0,0,.28);

}

.music-toggle:hover{

    transform:scale(1.08);

    background:#1b1015;

}

.music-toggle.active{

    animation:musicPulse 2s infinite;

}

@keyframes musicPulse{

    0%{

        box-shadow:0 0 0 0 rgba(216,183,119,.45);

    }

    70%{

        box-shadow:0 0 0 18px rgba(216,183,119,0);

    }

    100%{

        box-shadow:0 0 0 0 rgba(216,183,119,0);

    }

}

@media(max-width:720px){

    .music-toggle{

        width:46px;

        height:46px;

        bottom:18px;

        right:18px;

        font-size:18px;

    }

}


/* =========================================================
   NUPCIAL — HERO COMPLETO EN LA PRIMERA PANTALLA DEL MÓVIL
========================================================= */

@media (max-width: 720px) {

    .bridal-hero {
        min-height: 100svh;
        height: 100svh;
        max-height: 100svh;

        display: flex;
        align-items: flex-end;

        overflow: hidden;
    }

    .bridal-hero__content {
        width: 100%;

        padding:
            100px
            21px
            38px;
    }

    .bridal-hero__eyebrow {
        margin-bottom: 9px;

        font-size: 0.54rem;
        line-height: 1.4;
        letter-spacing: 0.2em;
    }

    .bridal-hero__title {
        max-width: 100%;

        margin: 0;

        font-size: clamp(3.2rem, 13vw, 4.7rem);
        line-height: 0.9;
        letter-spacing: -0.045em;
    }

    .bridal-hero__description {
        max-width: 285px;

        margin-top: 15px;

        font-size: 1rem;
        line-height: 1.4;
    }

    .bridal-hero__link {
        margin-top: 17px;

        font-size: 0.55rem;
    }

    /* La siguiente sección empieza después de la portada */

    .bridal-intro,
    .bridal-story,
    .bridal-experience {
        margin-top: 0;
    }



/* =====================================================
   NUPCIAL - TÍTULOS MÓVIL
===================================================== */

.bridal-intro h2.reveal-text,
.bridal-process h2.reveal-text,
.bridal-carousel-section h2.reveal-text{
    width:100%;
    max-width:290px;
    margin-left:0;
    margin-right:auto;

    font-size:1.85rem !important;
    line-height:.96 !important;
    letter-spacing:-.035em;

    text-wrap:balance;
}

    
}


@media (max-width: 390px) {

    .bridal-hero__content {
        padding:
            94px
            18px
            32px;
    }

    .bridal-hero__title {
        font-size: clamp(2.9rem, 12.5vw, 4rem);
    }

    .bridal-hero__description {
        max-width: 260px;

        font-size: 0.9rem;
        line-height: 1.38;
    }
}



/* =========================================================
   MENÚ RESPONSIVE — NUPCIAL Y FX
   Hamburguesa en portátiles y ventanas estrechas
========================================================= */

@media screen and (max-width: 1366px) {

    body .header.header--inner {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 1000 !important;

        width: 100% !important;
        max-width: none !important;
        height: 78px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;

        margin: 0 !important;
        padding: 0 32px !important;

        background: transparent !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;

        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: none !important;
    }

    body .header.header--inner .desktop-nav {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    body .header.header--inner .header__contact {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    body .header.header--inner .menu-button {
        position: relative !important;
        z-index: 1002 !important;

        width: 34px !important;
        height: 34px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        justify-content: center !important;
        gap: 7px !important;

        margin: 0 0 0 auto !important;
        padding: 0 !important;

        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    body .header.header--inner .menu-button span {
        display: block !important;
        width: 28px !important;
        height: 1px !important;
        background: #ffffff !important;
    }
}

