/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .acceso {
        width: 100%;
        height: 100svh;
        min-height: 100svh;

        padding: 22px 16px;

        overflow: hidden;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    body {
        background-size: 450px auto;
        background-attachment: scroll;
    }


    /* =========================
       ESQUINEROS
    ========================= */

    .corner {
        width: clamp(105px, 31vw, 145px);
    }

    .corner-top-left {
        top: 10px;
        left: 8px;
    }

    .corner-top-right {
        top: 10px;
        right: 8px;
    }

    .corner-bottom-left {
        bottom: 10px;
        left: 8px;
    }

    .corner-bottom-right {
        bottom: 10px;
        right: 8px;
    }


    /* =========================
       CONTENIDO GENERAL
    ========================= */

    .acceso-contenido {
        width: 90%;
        max-width: 390px;
        height: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;

        text-align: center;
    }


    /* =========================
       ENCABEZADO
    ========================= */

    .acceso-encabezado {
        width: 100%;

        margin: 0;

        transform: none;
    }

    .acceso-subtitulo {
        font-size: 0.95rem;

        letter-spacing: 0.02em;

        margin: 0;
    }

    .acceso-titulo {
        font-size: clamp(2.5rem, 10.5vw, 3.2rem);

        line-height: 0.95;

        margin-top: 4px;

        white-space: nowrap;
    }


    /* =========================
       DIVISOR WONDERLAND
    ========================= */

    .ornament-wonderland-divider {
        width: min(220px, 62vw);

        margin: 0;
    }


    /* =========================
       LLAVE
    ========================= */

    .btn-llave {
        margin: 0;
        padding: 0;
    }

    .llave {
        width: min(220px, 58vw);
    }


    /* =========================
       BLOQUE INVITADO
    ========================= */

    .invitado {
        display: flex;
        flex-direction: column;
        align-items: center;

        text-align: center;

        opacity: 0;
        visibility: hidden;

        transform: translateY(12px);
    }


    /* Corazón azul */

    .ornament-welcome-heart {
        width: min(205px, 56vw);

        margin: 0 auto 4px;
    }


    /* Bienvenido */

    .bienvenido {
        font-size: 1.3rem;

        line-height: 1;

        margin: 0 0 6px;
    }


    /* Nombre */

    #nombre-invitado {
        font-size: clamp(2.1rem, 9vw, 2.7rem);

        line-height: 1;

        margin: 0;
    }


    /* Personas */

    #numero-personas {
        margin-top: 10px;

        font-size: 0.9rem;
        font-weight: 600;

        letter-spacing: 0.05em;
    }


    /* Divisor inferior */

    .ornament-welcome-divider {
        width: min(190px, 52vw);

        margin: 10px auto 0;
    }
/* =========================
   CELEBRACIÓN
========================= */

.celebracion {
    min-height: auto;
    padding: 28px 20px 55px;
}

.celebracion-contenido {
    width: 92%;
    max-width: 390px;
}

.celebracion-ornamento-superior {
    width: min(200px, 56vw);
    margin-bottom: 22px;
}

.celebracion-pretitle {
    font-size: 0.9rem;
    letter-spacing: 0.12em;
}

.celebracion-titulo {
    font-size: clamp(2rem, 8.5vw, 2.7rem);

    line-height: 1;

    margin-top: 6px;

    white-space: nowrap;
}

.celebracion-texto {
    margin-top: 24px;
}

.celebracion-texto p {
    font-size: 1.12rem;
    line-height: 1.45;
}

.celebracion-texto p + p {
    margin-top: 18px;
}

.celebracion-ornamento-inferior {
    width: min(180px, 50vw);
    margin-top: 26px;
}
/* =========================
   QUINCEAÑEROS
========================= */

.quinceaneros {
    padding: 38px 18px 52px;
}

.quinceaneros-contenido {
    width: 92%;
    max-width: 390px;
}


/* SÍMBOLOS */

.suit {
    width: clamp(28px, 9vw, 38px);
}

.suit-heart {
    top: 24px;
    left: 5%;
}

.suit-spade {
    top: 24px;
    right: 5%;
}

.suit-club {
    bottom: 24px;
    left: 5%;
}

.suit-diamond {
    bottom: 24px;
    right: 5%;
}


/* ORNAMENTO */

.quinceaneros-ornamento-superior {
    width: min(210px, 58vw);
    margin-bottom: 16px;
}


/* NOMBRES */

.quinceaneros-nombres h2 {
    font-size: clamp(2.4rem, 10vw, 3.2rem);
}

.quinceaneros-union {
    margin: 8px 0;
}

.quinceaneros-union span {
    font-size: 1.8rem;
}


/* EDAD */

.quinceaneros-edad {
    font-size: 1.65rem;
    margin-top: 14px;
}


/* DIVISOR */

.quinceaneros-divider {
    width: min(125px, 34vw);

    margin-top: -6px;
    margin-bottom: -10px;
}


/* FOTO */

.quinceaneros-foto {
    width: min(300px, 78vw);
    margin-top: 8px;
}


/* =========================
   CUENTA REGRESIVA
========================= */

.cuenta-regresiva {
    min-height: auto;
    padding: 42px 18px 58px;
}

.cuenta-regresiva-contenido {
    width: 96%;
    max-width: 410px;
}


/* FECHA */

.cuenta-fecha {
    width: min(280px, 78vw);
    margin-bottom: 24px;
}


/* CONEJO */

.cuenta-conejo {
    width: min(205px, 56vw);
    margin-bottom: 14px;
}


/* TÍTULO */

.cuenta-titulo {
    font-size: clamp(2rem, 9vw, 2.8rem);
}


/* DIVISOR */

.cuenta-divider {
    width: min(145px, 40vw);
    margin: 14px auto 12px;
}


/* FRASE */

.cuenta-frase {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 26px;
}


/* CONTADOR */

.contador {
    width: 100%;

    grid-template-columns: repeat(4, 1fr);

    gap: 2px;
}

.contador-numero {
    font-size: clamp(2.6rem, 11vw, 3.4rem);
    line-height: 1;
}

.contador-label {
    margin-top: 7px;

    font-size: 0.7rem;

    letter-spacing: 0.01em;
}

/* =========================
   PADRES Y PADRINOS
========================= */

.familia {
    width: 100%;
    min-height: auto;

    padding: 50px 16px 45px;

    box-sizing: border-box;

    background-image: url("../assets/images/parents-bg-mobile.png");
    background-size: cover;
    background-position: center 15%;
    background-repeat: no-repeat;

    overflow: hidden;
}


/* CAPA AZUL */

.familia::before {
    background: rgba(17, 50, 73, 0.68);
}


/* CONTENIDO */

.familia-contenido {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 auto;

    box-sizing: border-box;
    text-align: center;
}


/* PADRES */

.familia-padres {
    width: 100%;
    text-align: center;
}

.familia-encabezado {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;
}

.familia-encabezado h2 {
    margin: 0;

    font-size: clamp(1.8rem, 7.5vw, 2.3rem);

    white-space: nowrap;
}

.familia-linea {
    flex: 1;
    max-width: 45px;
}

.padres-nombres {
    margin-top: 14px;

    font-size: clamp(1rem, 4.4vw, 1.18rem);

    text-align: center;
    white-space: nowrap;
}

.padres-nombres .familia-amp {
    margin: 0 7px;
}


/* KATHERINE + IKEER */

.padrinos-grid {
    width: 100% !important;
    max-width: 100% !important;

    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr) !important;

    gap: 12px !important;

    margin-top: 42px;
    margin-left: 0 !important;
    margin-right: 0 !important;

    box-sizing: border-box;
}

.padrinos-bloque {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;

    box-sizing: border-box;
    text-align: center;
}

.padrinos-bloque h3 {
    width: 100%;

    margin: 0 0 18px;

    font-size: clamp(1.35rem, 5.8vw, 1.8rem);

    line-height: 1;
    white-space: nowrap;

    text-align: center;
}


/* NOMBRES */

.padrinos-nombres {
    width: 100%;

    margin: 0;

    display: flex;
    flex-direction: column;
    align-items: center;

    font-size: clamp(0.78rem, 3.6vw, 0.98rem);

    line-height: 1.3;

    text-align: center;
}

.padrinos-nombres .familia-amp {
    display: block;

    margin: 4px 0;

    font-size: 1.65em;
}


/* LÍNEA */

.padrinos-linea {
    display: block;

    width: 75%;
    max-width: 125px;

    margin: 11px auto 7px;
}


/* PADRINOS */

.padrinos-label {
    margin: 0;

    font-size: 0.95rem;

    text-align: center;
}
/* =========================
   UBICACIONES
========================= */

.ubicaciones {
    padding: 65px 20px 80px;
}

.ubicaciones-contenido {
    width: 100%;
    max-width: 520px;
}


/* TÍTULO */

.ubicaciones-titulo {
    margin: 0 0 50px;

    font-size: clamp(2.5rem, 10.5vw, 3.4rem);

    text-align: left;
}


/* BLOQUES */

.ubicacion {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 18px;

    align-items: center;

    margin-bottom: 65px;
}

.ubicacion-ceremonia {
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(0, 1fr);
}

.ubicacion-recepcion {
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1.05fr);
}


/* IMÁGENES */

.ubicacion-imagen img {
    display: block;

    width: 105%;
    max-width: 250px;

    height: auto;
}


/* TEXTO */

.ubicacion-info,
.ubicacion-recepcion .ubicacion-info {
    width: 100%;

    padding: 0;

    text-align: left;
}

.ubicacion-info h3 {
    margin: 0 0 8px;

    font-size: clamp(1.9rem, 7.8vw, 2.5rem);

    line-height: 1;
}

.ubicacion-lugar {
    margin: 0;

    font-size: clamp(0.95rem, 3.8vw, 1.12rem);

    line-height: 1.2;
}


/* HORA + LÍNEA */

.ubicacion-hora-linea {
    width: 100%;

    display: flex;
    align-items: center;

    gap: 7px;

    margin: 6px 0 12px;

    font-size: clamp(0.92rem, 3.5vw, 1.05rem);
}

.ubicacion-hora-linea span:first-child {
    flex-shrink: 0;
}

.ubicacion-linea {
    display: block;

    flex: 1;

    height: 1px;

    background-color: var(--color-blue);

    opacity: 0.65;
}


/* DIRECCIÓN */

.ubicacion-direccion {
    margin: 0 0 16px;

    font-size: clamp(0.88rem, 3.4vw, 1rem);

    line-height: 1.35;
}


/* BOTÓN */

.ubicacion-boton {
    min-width: 0;

    padding: 10px 15px;

    font-size: 0.78rem;

    white-space: nowrap;
}


/* RECEPCIÓN - TEXTO A LA DERECHA */

.ubicacion-recepcion .ubicacion-info {
    text-align: right;
}

.ubicacion-recepcion .ubicacion-hora-linea {
    flex-direction: row-reverse;
}

.ubicacion-recepcion .ubicacion-boton {
    margin-left: auto;
}


/* =========================
   ORNAMENTOS DE TRANSICIÓN
========================= */

.ornamento-transicion-derecha {
    width: 100%;

    display: flex;
    justify-content: flex-end;
}

.ornamento-transicion-derecha img {
    width: 120px;
    max-width: 120px;

    height: auto;
}

.ornamento-transicion-izquierda img {
    width: 120px;
    max-width: 120px;

    height: auto;
}
.ornamento-transicion-izquierda {
    margin-top: -80px;
}

.dress-code {
    padding: 10px 25px 70px;
}

.dress-code-titulo {
    text-align: right;
}
.dress-code-opciones {
    grid-template-columns: 1fr 1fr;
    gap: 20px;

    margin-top: 40px;
}

.dress-code-img {
    width: 120px;
    height: 120px;

    object-fit: contain;
    object-position: center bottom;

    margin: 0 auto 15px;
}

.dress-code-item h3 {
    font-size: 1.35rem;
}

.dress-code-item p {
    font-size: 1.15rem;
}
.dress-code-aviso {
    width: 100%;
    max-width: none;
    margin: 20px auto 0;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.dress-code-aviso p {
    width: 90%;
    max-width: 350px;

    margin: 8px auto;

    text-align: center;

    font-size: 1.25rem;
    line-height: 1.4;
}

.dress-code-divider {
    width: 135px;

    margin-left: auto;
    margin-right: auto;
}
.ornamento-regalos {
    margin-top: -60px;
}
.regalos {
    padding: 10px 28px 60px;
}

.regalos-titulo {
    font-size: 2.5rem;
    line-height: 1.15;
}
.lluvia-sobres {
    margin-top: 45px;
}

.lluvia-azul,
.lluvia-rojo {
    font-size: 2rem;
}

.lluvia-rojo {
    margin-top: 6px;
}



.sobre-principal {
    width: 210px;
    height: auto;

    display: block;
    margin: 75px auto 0;
}

.sobrecito-izq {
    left: 32%;
    top: 28%;
}

.sobrecito-der {
    right: 18%;
    top: 24%;
}

.sobrecito-3 {
    left: 42%;
    top: 6%;
}

.sobrecito-4 {
    right: 28%;
    top: 43%;
}

.sobrecito-5 {
    left: 24%;
    top: 50%;
}

.sobrecito-6 {
    right: 16%;
    top: 54%;
}

/* =========================
   CONFIRMACIÓN - MOBILE
========================= */

.confirmacion {
    min-height: auto;

    background-image: url("../assets/images/parents-bg-mobile.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* CONTENEDOR */
.confirmacion-contenido {
    width: 88%;
    max-width: 330px;

    margin: 0 auto;
    padding: 30px 10px 34px;

    box-sizing: border-box;
}


/* TÍTULO */
.confirmacion-titulo {
    max-width: 300px;

    margin: 0 auto 16px;

    font-size: 1.7rem;
    line-height: 1;
    text-align: center;
}


/* TEXTO */
.confirmacion-texto {
    margin-bottom: 20px;
}

.confirmacion-texto p {
    margin: 0;

    font-size: 0.9rem;
    line-height: 1.2;
    text-align: center;
}


/* =========================
   MAMÁ / PAPÁ
========================= */

.confirmacion-opciones {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    gap: 18px;
}


/* CADA PERSONA */
.confirmacion-persona {
    width: auto;
    min-width: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
}


/* ICONO + BOTÓN */
.confirmacion-boton {
    width: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;
}


/* ICONO WHATSAPP */
.confirmacion-whatsapp {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border: none;
    border-radius: 0;
}


/* BOTÓN BLANCO */
.confirmacion-btn-texto {
    width: 82px;
    min-width: 82px;

    padding: 6px 5px;

    box-sizing: border-box;

    font-size: 0.62rem;
    letter-spacing: 0.01em;

    text-align: center;
}


/* MAMÁ / PAPÁ */
.confirmacion-nombre {
    margin-top: 7px;

    font-size: 1.2rem;
    line-height: 1;

    text-align: center;
}
.confirmacion-whatsapp img {
    width: 42px;
    height: 42px;

    display: block;
    object-fit: contain;
}



} /* ← CIERRA @media (max-width: 768px) */

