* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --cream: #faf8f5;
    --warm-white: #f5f2ed;
    --gold: #b8975a;
    --dark: #2c2c2c;
    --gray: #7a7a7a;
    --light-gray: #e8e4de;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--cream);
    color: var(--dark);
    font-weight: 300;
    font-size: 112%;
}

/* HERO */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--cream);
    color: var(--dark);
    padding: 40px 0 0 0;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 20px 60px;
}

.pre-title {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    color: var(--gray);
    text-transform: lowercase;
}

.hero h1 {
    font-family: 'Imperial Script', cursive;
    font-weight: 400;
    font-size: clamp(3rem, 10vw, 6rem);
    letter-spacing: 0.05em;
    line-height: 1.1;
    color: var(--gold);
}

.divider {
    width: 60px;
    height: 1px;
    background-color: var(--gold);
}

.date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 0.85rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--gray);
}

.hero-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    opacity: 0.9;
}

/* COUNTDOWN */
.countdown {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 18px 40px;
    margin-top: 10px;
}

.countdown-item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 5px;
    padding: 0 24px;
}

.countdown-item span {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 6vw, 3rem);
    font-weight: 300;
    color: var(--gray);
    line-height: 1;
}

.countdown-item p {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
}

.countdown-sep {
    color: rgba(184, 151, 90, 0.4);
    font-size: 1.2rem;
}

.countdown-done {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.5rem;
    color: var(--gold);
}

/* SECTIONS */
.section {
    padding: 110px 40px;
    text-align: center;
    background-color: #2c2c2c;
}

.section-alt {
    background-color: #1a1a1a;
}

.section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    color: var(--cream);
}

.divider-thin {
    width: 40px;
    height: 1px;
    background-color: var(--gold);
    margin: 0 auto 40px;
}

.section-note {
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    color: var(--light-gray);
    max-width: 520px;
    margin: 0 auto 16px;
    line-height: 1.8;
}

.section-note strong {
    color: var(--cream);
    font-weight: 400;
}

/* CEREMONIA & CELEBRACIÓN */
.info-block {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.info-label {
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
}

.info-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem;
    font-weight: 400;
    color: var(--cream);
}

.info-sub {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    color: var(--light-gray);
}

.separator {
    font-size: 1.5rem;
    color: var(--gold);
    align-self: center;
}

/* MAPA */
.map-container {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.map-container iframe {
    width: 260px;
    max-width: 100%;
    height: 180px;
    border: 1px solid var(--light-gray);
    filter: grayscale(30%);
    border-radius: 8px;
}

.map-link {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    text-align: right;
    transition: opacity 0.2s;
}

.map-link:hover {
    opacity: 0.7;
}

/* AUTOBÚS */
.bus-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
    max-width: 580px;
    margin: 0 auto;
    text-align: left;
}

.bus-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--light-gray);
}

.bus-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bus-time {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.9rem;
    color: var(--gold);
    min-width: 95px;
    line-height: 1;
}

.bus-from {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    color: var(--cream);
}

.bus-detail {
    font-size: 0.85rem;
    color: var(--light-gray);
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.bus-arrow {
    font-size: 0.85rem;
    color: var(--gold);
    letter-spacing: 0.05em;
}

/* MENÚS */
.menu-list {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.menu-item {
    border: 1px solid rgba(184, 151, 90, 0.3);
    padding: 14px 34px;
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--light-gray);
}

/* CONTACTO */
.contact-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.contact-name {
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
}

.contact-phone {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem;
    color: var(--cream);
    text-decoration: none;
    transition: color 0.2s;
}

.contact-phone:hover {
    color: var(--gold);
}

.contact-email {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    color: var(--gold);
    text-decoration: none;
    transition: color 0.2s;
}

.contact-email:hover {
    color: var(--gold);
}

/* CUENTA */
.account-block {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 20px 40px;
    margin-top: 10px;
}

.account-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    color: var(--cream);
}

.copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(184, 151, 90, 0.4);
    color: var(--gold);
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    border-radius: 6px;
    flex-shrink: 0;
}

.copy-btn svg {
    width: 18px;
    height: 18px;
}

.copy-btn:hover {
    background: var(--gold);
    color: var(--dark);
}

/* FOOTER */
footer {
    background-color: var(--cream);
    color: var(--gray);
    text-align: center;
    padding: 40px 20px;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 480px) {
    .info-block {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        width: 100%;
    }

    .info-item {
        width: 100%;
        align-items: center;
    }

    .map-container {
        align-items: center;
    }

    .map-container iframe {
        width: 100%;
    }

    .info-block .separator {
        display: none;
    }

    .contact-block {
        flex-direction: column;
        gap: 24px;
    }

    .contact-block .separator {
        display: none;
    }

    .bus-item {
        flex-direction: column;
        gap: 8px;
    }

    .account-block {
        padding: 16px 20px;
    }
}
