body {
    font-family: 'Montserrat', sans-serif;
    background: #0f0f0f;
    color: #f5f5f5;
}

h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    /* truco para que se vea más como iPhone */
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
}

h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 1px;
}
.hero h2 i {
    color: #c9a96e;
}

.hero {
    height: 100vh;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../imgs/cover.webp') top center/cover no-repeat;
    background-size: cover;
    background-position: center 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-title {
    line-height: 0.9;
}

.hero-title .ampersand {
    font-size: 0.65em;
    margin: 8px 0;
}

.hero-subtitle {
    color: #c9a96e;
    font-size: 25px;
    margin-left: 3px;
}

#ConfirmarAsistencia {
    height: 100vh;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../imgs/save_the_date.webp') top center/cover no-repeat;   
    background-size: cover;
    background-position: center 40%;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    position: relative;
    z-index: 2;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
    transform: translateY(-35px);
}

.hero-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -40px;
    left: -80px;
    right: -80px;
    bottom: -40px;
    background: radial-gradient(
        ellipse,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0) 70%
    );
}

@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
}

#her .hero h1 {
    font-size: 4rem;
}

.divider {
    width: 80px;
    height: 2px;
    background: #c9a96e;
    margin: 20px auto;
}

.section {
    padding: 100px 20px;
    text-align: center;
}

.section p {
    margin: 5px 0;
    opacity: 0.9;
    letter-spacing: 0.5px;
}

.section h3 {
    margin-bottom: 15px;
}

.gold {
    color: #c9a96e;
}

.couple-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #c9a96e;
    transition: 0.3s;
}

.couple-img:hover {
    transform: scale(1.05);
}

/* GALERIA PRO (mezcla vertical y horizontal) */
.gallery-grid {
    column-count: 3;
    column-gap: 15px;
}

.gallery-item {
    margin-bottom: 15px;
    break-inside: avoid;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.4s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
    opacity: 0.85;
}

@media(max-width: 768px) {
    .gallery-grid {
        column-count: 1;
    }
}

.btn-gold {
    background: transparent;
    border: 1px solid #c9a96e;
    color: #c9a96e;
    padding: 10px 25px;
    transition: 0.3s;
}

.btn-gold:hover {
    background: #c9a96e;
    color: #000;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 25px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 65px;
}

.countdown-item span {
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    line-height: 1;
    color: #fff;
}

.countdown-item small {
    margin-top: 7px;
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #d6b56c;
}

.countdown-separator {
    color: #d6b56c;
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    margin-top: -12px;
    opacity: 0.7;
}

/* =========================================
   FOOTER
========================================= */
.wedding-footer {
    position: relative;
    background: #0d0d0d;
    padding: 65px 20px 55px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(214, 181, 108, 0.12);
}

/* CONTENIDO */
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* MONOGRAMA */
.footer-monogram {
    font-family: "Cormorant Garamond", serif;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #d6b56c;
}

.footer-monogram span {
    font-size: 22px;
    margin: 0 5px;
    color: #a98c50;
}

/* LÍNEA */
.footer-line {
    width: 55px;
    height: 1px;
    background: #d6b56c;
    margin: 18px auto 25px;
    opacity: 0.8;
}

/* MENSAJE */
.footer-message {
    margin: 0;
    color: #d5d5d5;
    font-size: 15px;
    letter-spacing: 0.3px;
}

/* FECHA */
.footer-date {
    margin-top: 18px;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    letter-spacing: 3px;
    color: #d6b56c;
}

/* NOMBRES */
.footer-names {
    margin: 12px 0 0;
    font-size: 14px;
    color: #a9a9a9;
}

/* CORAZÓN */
.footer-heart {
    margin-top: 22px;
    color: #d6b56c;
    font-size: 12px;
    opacity: 0.8;
}

/* CRÉDITOS */
.footer-credit {
    margin-top: 35px;
    font-size: 10px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.25);
}

.footer-credit span {
    color: #d6b56c;
}

.footer-credit a {
    font-weight: 400;
    text-decoration: none;
    color: rgba(214, 181, 108, 0.45);
}

.footer-credit a :hover {
    text-decoration:underline;
    color: rgba(214, 181, 108, 0.8);
}

/* MODAL */
.modal-content{
    background:#111;
    border:1px solid #d4b06a;
    color:#fff
}

.icon {
    width: 100px;
    height: 80px;
    cursor: pointer;
    background-image: url('../imgs/regalos.png'); /* tu imagen */
    background-size: 300px 200px; /* 3 iconos horizontales */
    background-repeat: no-repeat;
}

.icon-box {
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
}

.icon-sobre {
    background-position: -10px -50px;
}

.icon-terminal {
    background-position: -100px -50px;
}

.icon-spei {
    background-position: -190px -50px;
}
.icon:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px gold);
}

@media(min-width:768px){
    .row > div:not(:last-child) {
        border-right: 1px solid rgba(212,176,106,0.2);
    }
}

/* ================================
   LUGAR
================================ */
.location-section {
    background: #0f0f0f;
    padding: 100px 0;
    color: #fff;
}


/* TÍTULO */
.location-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.location-section .section-title h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    font-weight: 500;
    color: #d6b56c;
    margin-bottom: 20px;
}

.location-section .section-title span {
    display: block;
    width: 92px;
    height: 2px;
    background: #d6b56c;
    margin: 0 auto 25px;
}

.location-section .section-title p {
    max-width: 700px;
    margin: 0 auto;
    color: #d0d0d0;
    font-size: 17px;
    line-height: 1.7;
}


/* CONTENEDOR */
.location-container {
    max-width: 950px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}


/* TARJETA */
.location-card {
    text-align: center;
    padding: 20px 35px;
    position: relative;
}


/* SEPARADOR CENTRAL */
.location-card:first-child::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(214, 181, 108, 0.25);
}


/* ICONO */
.location-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 25px;
    border: 1px solid #d6b56c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d6b56c;
    font-size: 30px;
}


/* TÍTULO */
.location-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 500;
    color: #d6b56c;
    margin-bottom: 15px;
}


/* LÍNEA */
.location-line {
    width: 55px;
    height: 2px;
    background: #d6b56c;
    margin: 0 auto 25px;
}


/* NOMBRE */
.location-name {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}


/* DIRECCIÓN */
.location-address {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}


/* HORA */
.location-time {
    color: #d6b56c;
    font-size: 17px;
    margin-bottom: 25px;
}
.location-time i {
    margin-right: 6px;
}


/* BOTÓN */
.location-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border: 1px solid #d6b56c;
    border-radius: 3px;
    color: #d6b56c;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}
.location-button:hover {
    background: #d6b56c;
    color: #111;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .location-section {
        padding: 80px 20px;
    }
    .location-section .section-title h2 {
        font-size: 36px;
    }
    .location-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .location-card {
        padding: 10px 20px 40px;
    }
    .location-card:first-child::after {
        right: 10%;
        left: 10%;
        top: auto;
        bottom: -30px;
        width: 80%;
        height: 1px;
    }
}

.event-times {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin: 25px 0 30px;
}

.event-time {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d6b56c;
}

.event-time > i {
    font-size: 20px;
}

.event-time div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.event-time span {
    font-size: 14px;
    color: #cfcfcf;
    margin-bottom: 2px;
}

.event-time strong {
    font-size: 17px;
    font-weight: 400;
    color: #d6b56c;
}

@media (max-width: 768px) {
    .event-times {
        gap: 25px;
    }
}

/* =================================
   ITINERARIO
================================= */
.itinerary-section {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../imgs/molino.webp') top center/cover no-repeat;
    background-size: cover;
    background-position: center 40%;
    position: relative;
    display: flex;
    padding: 90px 20px;
    color: #fff;
}


/* TÍTULO */
.itinerary-section .section-title {
    text-align: center;
    margin-bottom: 65px;
}

.itinerary-section .section-title h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    font-weight: 500;
    color: #d6b56c;
    margin-bottom: 20px;
}

.itinerary-section .section-title span {
    display: block;
    width: 92px;
    height: 2px;
    background: #d6b56c;
    margin: 0 auto;
}


/* TIMELINE */
.itinerary {
    max-width: 750px;
    margin-left: auto;
    margin-right: 25%;
}


/* ITEM */
.itinerary-item {
    display: grid;
    grid-template-columns: 1fr 40px 130px;
    min-height: 105px;
}


/* HORA */
.itinerary-time {
    text-align: right;
    padding-top: 4px;
    padding-right: 25px;
    font-size: 17px;
    color: #d6b56c;
    white-space: nowrap;
}


/* LÍNEA */
.itinerary-line {
    position: relative;
    display: flex;
    justify-content: center;
}

/* LÍNEA VERTICAL */
.itinerary-line::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(214, 181, 108, 0.35);
}

/* PUNTO */
.itinerary-dot {
    position: relative;
    z-index: 2;
    width: 11px;
    height: 11px;
    margin-top: 5px;
    border-radius: 50%;
    background: #111111;
    border: 2px solid #d6b56c;
    box-shadow: 0 0 0 4px #111111;
}

/* CONTENIDO */
.itinerary-content {
    padding-left: 25px;
    padding-bottom: 35px;
    text-align: right;
    justify-items: end;
}


/* ICONO */
.itinerary-content > i {
    display: flex;
    color: #d6b56c;
    font-size: 20px;
    margin-bottom: 7px;
    justify-content: flex-end;
}

/* EVENTO */
.itinerary-content h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    font-weight: 500;
    color: #f1f1f1;
    margin: 0 0 5px;
}


/* DESCRIPCIÓN */
.itinerary-content p {
    margin: 0;
    color: #bdbdbd;
    font-size: 15px;
}

/* EVENTO DESTACADO */
.itinerary-highlight .itinerary-dot {
    background: #d6b56c;
}

.itinerary-highlight .itinerary-content h3 {
    color: #d6b56c;
}

.itinerary-highlight .itinerary-content > i {
    font-size: 22px;
}


/* =================================
   RESPONSIVE
================================= */
@media (min-width: 1024px) {
    .itinerary-section {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    .itinerary-section {
        padding: 75px 20px;
    }

    .itinerary-section .section-title h2 {
        font-size: 36px;
    }

    .itinerary {
        max-width: 500px;
        margin-left: auto;
        margin-right: 8%;
    }

    .itinerary-item {
        grid-template-columns: 1fr 30px 85px;
        min-height: 100px;
    }

    .itinerary-time {
        font-size: 15px;
        padding-right: 15px;
    }

    .itinerary-content {
        padding-left: 15px;
        padding-bottom: 30px;
    }

    .itinerary-content h3 {
        font-size: 23px;
    }

    .itinerary-content p {
        font-size: 14px;
    }
}

/* =================================
    DRESS CODE
================================= */
.dress-code-section {
    background: #111111;
    padding: 90px 20px;
    text-align: center;
    color: #fff;
}

.dress-code-section .section-title {
    max-width: 750px;
    margin: 0 auto;
}


/* TÍTULO */
.dress-code-section h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    font-weight: 500;
    color: #d6b56c;
    margin-bottom: 20px;
}

/* LÍNEA */
.dress-code-section .section-title > span {
    display: block;
    width: 92px;
    height: 2px;
    background: #d6b56c;
    margin: 0 auto 25px;
}

/* FORMAL ELEGANTE */
.dress-code-section h3 {
    font-size: 20px;
    font-weight: 400;
    color: #f1f1f1;
    margin-bottom: 18px;
}


/* FRASE */
.dress-code-section .section-title p {
    margin: 0 auto;
    color: #d6b56c;
    font-size: 17px;
}

/* DESCRIPCIÓN */
.dress-code-description {
    margin-top: 8px !important;
    color: #cfcfcf !important;
    font-size: 16px !important;
    line-height: 1.7;
}

/* CADA COLOR */
.dress-color {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

/* CÍRCULO */
.color-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #d6b56c;
    box-shadow:
        0 0 0 5px #111111,
        0 0 0 6px rgba(214, 181, 108, 0.25);
}

.dress-code-reserved h4 {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 400;
    color: #d6b56c;
    margin-bottom: 30px;
}

.reserved-colors {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.reserved-color {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.reserved-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #d6d6d6;
    margin-bottom: 12px;
}

.reserved-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.color-tag {
    padding: 7px 14px;
    border: 1px solid rgba(214, 181, 108, 0.4);
    border-radius: 20px;
    font-size: 13px;
    color: #cfcfcf;
}

/* COLORES */
.color-circle.white {
    background: #ffffff;
    color: #222;
}

.color-circle.pearl {
    background: #eee9df;
    color: #333;
}

.color-circle.ivory {
    background: #f5f0dc;
    color: #333;
}

.color-circle.burgundy {
    background: #6d1f32;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .reserved-colors {
        flex-direction: column;
        gap: 30px;
    }
    .dress-code-section {
        padding: 75px 20px;
    }
    .dress-code-section h2 {
        font-size: 36px;
    }
    .color-circle {
        width: 42px;
        height: 42px;
    }
}

/*
    WHATSAPP
*/
.whatsapp-button {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    padding: 12px 14px;
    background: #111111;
    color: #d6b56c;
    border: 1px solid #d6b56c;
    border-right: none;
    border-radius: 8px 0 0 8px;
    text-decoration: none;
    z-index: 9998;
    transition: all 0.35s ease;
    overflow: hidden;
}


/* ICONO */
.whatsapp-button i {
    font-size: 23px;
    min-width: 23px;
    text-align: center;
}


/* TEXTO */
.whatsapp-button span {
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
    margin-left: 0;
    font-size: 13px;
    transition: all 0.35s ease;
}


/* HOVER */
.whatsapp-button:hover {
    padding-right: 18px;
    background: #d6b56c;
    color: #111111;
}

.whatsapp-button:hover span {
    max-width: 180px;
    opacity: 1;
    margin-left: 10px;
}

@media (max-width: 768px) {

    .whatsapp-button {
        right: 0;
        width: 48px;
        height: 48px;
        padding: 0;
        justify-content: center;
        border-radius: 8px 0 0 8px;
    }

    .whatsapp-button span {
        display: none;
    }

    .whatsapp-button:hover {
        padding: 0;
        background: #111111;
        color: #d6b56c;
    }
}

/*
    BACK TO TOP
*/
.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6b56c;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.9);
    color: #d6b56c;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 9999;
}

.back-to-top:hover {
    background: #d6b56c;
    color: #111;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*
    MUSIC
*/ 
.music-button {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #d6b56c;
    background: rgba(17, 17, 17, 0.9);
    color: #d6b56c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
}

.music-button:hover {
    background: #d6b56c;
    color: #111;
}

.music-button.playing {
    animation: music-pulse 2s infinite;
}

@keyframes music-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(214, 181, 108, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(214, 181, 108, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(214, 181, 108, 0);
    }
}