/* =========================================
   SECCION: LAYOUT GENERAL + NAVBAR
========================================= */

:root {
    --am-bg: #0f0b0b;
    --am-bg-soft: #181212;
    --am-card: rgba(33, 22, 22, 0.72);
    --am-gold: #d4af67;
    --am-gold-strong: #f1cf8a;
    --am-wine: #6d1f2f;
    --am-text: #f8f3ea;
    --am-text-soft: rgba(248, 243, 234, 0.82);
    --am-border: rgba(255, 255, 255, 0.1);
    --am-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    --am-radius-xl: 24px;
    --am-radius-lg: 18px;
    --am-transition: all 0.3s ease;
    --am-container: 1440px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--am-bg);
    color: var(--am-text);
    overflow-x: hidden;
}

img,
video {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.am-container {
    width: min(100% - 32px, var(--am-container));
    margin: 0 auto;
}

.am-navbar {
    padding: 14px 0;
    background: transparent;
    transition: var(--am-transition);
    z-index: 1050;
}

    .am-navbar.is-scrolled {
        background: rgba(12, 8, 8, 0.88);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

.am-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    flex-shrink: 0;
}

    .am-brand:hover {
        color: #fff;
    }

.am-brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f3d390, #a66a2c);
    color: #170f0f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(212, 175, 103, 0.3);
}

.am-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

    .am-brand-text strong {
        font-family: 'Cinzel', serif;
        font-size: 1.1rem;
        letter-spacing: 0.4px;
        color: #fff;
    }

    .am-brand-text small {
        font-size: 0.74rem;
        color: rgba(255, 255, 255, 0.72);
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }

.am-nav-list {
    gap: 6px;
}

    .am-nav-list .nav-link {
        color: rgba(255, 255, 255, 0.88);
        font-weight: 500;
        font-size: 0.98rem;
        padding: 10px 14px !important;
        border-radius: 999px;
        transition: var(--am-transition);
    }

        .am-nav-list .nav-link:hover {
            color: var(--am-gold-strong);
            background: rgba(255, 255, 255, 0.05);
        }


.am-navbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.am-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .am-socials a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: var(--am-transition);
    }

        .am-socials a:hover {
            transform: translateY(-2px);
            color: #140d0d;
            background: var(--am-gold);
            border-color: var(--am-gold);
        }

.am-navbar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e0ba76, #b87b35);
    color: #190f0f;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(212, 175, 103, 0.24);
    transition: var(--am-transition);
}

    .am-navbar-cta:hover {
        color: #190f0f;
        transform: translateY(-2px);
    }

.am-navbar-actions-mobile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.am-socials-mobile {
    gap: 6px;
}

    .am-socials-mobile a {
        width: 36px;
        height: 36px;
        font-size: 0.95rem;
    }

.am-navbar-toggler {
    border: 0;
    box-shadow: none !important;
    padding: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

    .am-navbar-toggler span {
        width: 20px;
        height: 2px;
        background: #fff;
        display: block;
        border-radius: 999px;
    }

/* =========================================
   SECCION: HERO PRINCIPAL
========================================= */

.am-hero-section {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding: 120px 0 70px;
}

.am-hero-media,
.am-hero-video,
.am-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.am-hero-video {
    object-fit: cover;
    object-position: center center;
    z-index: -3;
}

.am-hero-overlay {
    z-index: -2;
    background: linear-gradient(90deg, rgba(10, 7, 7, 0.9) 0%, rgba(10, 7, 7, 0.72) 38%, rgba(10, 7, 7, 0.42) 72%, rgba(10, 7, 7, 0.32) 100%), linear-gradient(180deg, rgba(10, 7, 7, 0.28) 0%, rgba(10, 7, 7, 0.68) 100%);
}

.am-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.75fr);
    gap: clamp(32px, 5vw, 76px);
    align-items: center;
}

.am-hero-content {
    position: relative;
    z-index: 3;
    max-width: 780px;
    padding-top: 30px;
}

.am-hero-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--am-gold-strong);
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-hero-content h1 {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2.5rem, 4.7vw, 5.4rem);
    line-height: 1.06;
    letter-spacing: 0.4px;
    color: #fff;
    max-width: 13ch;
}

    .am-hero-content h1 span {
        display: block;
        color: var(--am-gold-strong);
    }

.am-hero-content p {
    margin: 0 0 28px;
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.85;
    color: var(--am-text-soft);
    max-width: 66ch;
}

.am-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.am-btn {
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: var(--am-transition);
}

.am-btn-primary {
    background: linear-gradient(135deg, #e3bd78, #b87b35);
    color: #170f0f;
    box-shadow: 0 14px 32px rgba(212, 175, 103, 0.26);
}

    .am-btn-primary:hover {
        color: #170f0f;
        transform: translateY(-2px);
    }

.am-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .am-btn-secondary:hover {
        color: #fff;
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.14);
    }

.am-hero-contact-mini a {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.96rem;
    line-height: 1.6;
}

    .am-hero-contact-mini a i {
        color: var(--am-gold-strong);
        margin-top: 2px;
    }

/* =========================================
   SECCION: HERO PRINCIPAL
========================================= */

.am-hero-gallery {
    position: relative;
    z-index: 2;
    min-height: 620px;
}

.am-hero-photo {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

    .am-hero-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.8s ease;
    }

    .am-hero-photo:hover img {
        transform: scale(1.05);
    }

.am-hero-photo-1 {
    left: 0;
    top: 72px;
    width: 56%;
    height: 360px;
    z-index: 2;
}

.am-hero-photo-2 {
    right: 0;
    top: 0;
    width: 48%;
    height: 250px;
    z-index: 3;
}

.am-hero-photo-3 {
    right: 0;
    bottom: 80px;
    width: 52%;
    height: 290px;
    z-index: 4;
}

.am-hero-photo-4 {
    left: 8%;
    bottom: 0;
    width: 45%;
    height: 235px;
    z-index: 5;
}

.am-hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    width: 34px;
    height: 56px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
    z-index: 2;
}

    .am-hero-scroll span {
        width: 6px;
        height: 14px;
        border-radius: 999px;
        background: var(--am-gold-strong);
        animation: amScroll 1.6s infinite;
    }

@keyframes amScroll {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    60% {
        transform: translateY(14px);
        opacity: 0.35;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* =========================================
   SECCION: RESPONSIVE NAVBAR + HERO
========================================= */

@media (min-width: 1200px) {
    .am-socials-mobile {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .am-navbar .navbar-collapse {
        margin-top: 16px;
        padding: 18px;
        border-radius: 22px;
        background: rgba(15, 11, 11, 0.94);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: var(--am-shadow);
    }

    .am-nav-list {
        gap: 2px;
        margin-bottom: 16px;
    }

        .am-nav-list .nav-link {
            border-radius: 14px;
            padding: 12px 14px !important;
        }

    .am-navbar-right {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .am-socials-desktop {
        display: none;
    }

    .am-navbar-cta {
        width: 100%;
    }

    .am-hero-section {
        min-height: 92svh;
        padding-top: 110px;
    }

    .am-hero-layout {
        grid-template-columns: 1fr;
    }

    .am-hero-content {
        max-width: 100%;
    }

        .am-hero-content h1 {
            max-width: 100%;
        }

    /* =========================================
       SECCION: HOME HERO - CARRUSEL RESPONSIVE TABLET VERTICAL
    ========================================= */

    .am-hero-gallery {
        display: flex;
        gap: 14px;
        width: 100%;
        max-width: 680px;
        min-height: auto;
        margin-top: 10px;
        padding: 2px 42px 10px 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        mask-image: linear-gradient(90deg, #000 0%, #000 80%, transparent 100%);
        -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 80%, transparent 100%);
    }

        .am-hero-gallery::-webkit-scrollbar {
            display: none;
        }

    .am-hero-photo,
    .am-hero-photo-1,
    .am-hero-photo-2,
    .am-hero-photo-3,
    .am-hero-photo-4 {
        position: relative;
        inset: auto;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        display: block;
        flex: 0 0 42%;
        width: 42%;
        height: 520px;
        margin: 0;
        border-radius: 26px;
        scroll-snap-align: start;
        z-index: 1;
    }

    .am-hero-overlay {
        background: linear-gradient(180deg, rgba(10, 7, 7, 0.68) 0%, rgba(10, 7, 7, 0.55) 35%, rgba(10, 7, 7, 0.72) 100%);
    }
}

@media (max-width: 767.98px) {
    .am-container {
        width: min(100% - 20px, var(--am-container));
    }

    .am-navbar {
        padding: 10px 0;
    }

    .am-brand-mark {
        width: 42px;
        height: 42px;
        font-size: 0.9rem;
    }

    .am-brand-text strong {
        font-size: 1rem;
    }

    .am-brand-text small {
        font-size: 0.68rem;
    }

    .am-hero-section {
        padding: 112px 0 92px;
    }

    .am-hero-badge {
        font-size: 0.82rem;
        min-height: 36px;
        padding: 7px 14px;
    }

    .am-hero-content p {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .am-hero-actions {
        flex-direction: column;
    }

    .am-btn {
        width: 100%;
    }

    .am-hero-contact-mini a {
        font-size: 0.9rem;
    }

    .am-hero-scroll {
        display: none;
    }

    /* =========================================
       SECCION: HOME HERO - CARRUSEL RESPONSIVE MOBILE VERTICAL
    ========================================= */

    .am-hero-gallery {
        width: 100%;
        max-width: 100%;
        margin-top: 6px;
        gap: 12px;
        padding-right: 36px;
        mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
        -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 78%, transparent 100%);
    }

    .am-hero-photo,
    .am-hero-photo-1,
    .am-hero-photo-2,
    .am-hero-photo-3,
    .am-hero-photo-4 {
        flex-basis: 72%;
        width: 72%;
        height: 430px;
        border-radius: 22px;
    }
}

@media (max-width: 420px) {
    .am-socials-mobile a {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }

    .am-navbar-toggler {
        width: 42px;
        height: 42px;
    }

    .am-hero-content h1 {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    /* =========================================
       SECCION: HOME HERO - CARRUSEL RESPONSIVE MOBILE PEQUEÑO VERTICAL
    ========================================= */

    .am-hero-gallery {
        gap: 10px;
        padding-right: 30px;
    }

    .am-hero-photo,
    .am-hero-photo-1,
    .am-hero-photo-2,
    .am-hero-photo-3,
    .am-hero-photo-4 {
        flex-basis: 76%;
        width: 76%;
        height: 390px;
    }
}

/* =========================================
   SECCION: LOGO NAVBAR
========================================= */

.am-brand-logo-wrap {
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden;
    padding: 0;
}

.am-brand-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* =========================================
   SECCION: LOGO HERO
========================================= */

.am-hero-logo-wrap {
    margin-bottom: 18px;
}

.am-hero-logo {
    width: min(220px, 48vw);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

/* =========================================
   SECCION: RESPONSIVE LOGOS
========================================= */

@media (max-width: 767.98px) {
    .am-hero-logo {
        width: min(160px, 42vw);
    }
}

/* =========================================
   SECCION: PRESENTACION ANTIGUA MAGICA
========================================= */

.am-story-section {
    position: relative;
    padding: 110px 0;
    background: radial-gradient(circle at top left, rgba(187, 160, 96, 0.12) 0%, transparent 34%), radial-gradient(circle at bottom right, rgba(79, 111, 82, 0.18) 0%, transparent 32%), linear-gradient(180deg, #120d0d 0%, #171111 45%, #1b1514 100%);
    overflow: hidden;
}

    .am-story-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, transparent 40%), linear-gradient(315deg, rgba(212, 175, 103, 0.03) 0%, transparent 35%);
        pointer-events: none;
    }

.am-story-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: 48px;
    align-items: start;
}

.am-story-content {
    position: relative;
    z-index: 3;
}

.am-section-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(138, 164, 121, 0.14);
    border: 1px solid rgba(184, 208, 167, 0.18);
    color: #dbe9cf;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

.am-section-title {
    margin: 0 0 20px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.08;
    color: #fffaf1;
    max-width: 12ch;
}

    .am-section-title span {
        display: block;
        color: #d8be85;
    }

.am-section-text {
    margin: 0 0 16px;
    max-width: 66ch;
    color: rgba(248, 243, 234, 0.84);
    font-size: 1.03rem;
    line-height: 1.9;
}

    .am-section-text strong {
        color: #fff3d8;
        font-weight: 800;
    }

.am-story-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
}

.am-story-feature {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.028) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-story-feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(176, 205, 156, 0.24), rgba(212, 175, 103, 0.18));
    border: 1px solid rgba(214, 230, 194, 0.18);
    color: #e5d2a0;
    font-size: 1.18rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.am-story-feature-body {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 18px;
    row-gap: 4px;
    align-items: center;
}

.am-story-feature h3 {
    grid-column: 1;
    margin: 0;
    color: #fff8eb;
    font-size: 1.06rem;
    font-weight: 700;
}

.am-story-feature p {
    grid-column: 1;
    margin: 0;
    color: rgba(248, 243, 234, 0.75);
    line-height: 1.55;
    font-size: 0.94rem;
}

.am-story-feature-action {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    margin-top: 0;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    white-space: nowrap;
    background: rgba(212, 175, 103, 0.12);
    color: #f1cf8a;
    border: 1px solid rgba(212, 175, 103, 0.22);
    font-size: 0.88rem;
    font-weight: 800;
    transition: var(--am-transition);
}

    .am-story-feature-action:hover {
        color: #170f0f;
        background: linear-gradient(135deg, #e3bd78, #b87b35);
        border-color: transparent;
        transform: translateY(-2px);
    }

    .am-story-feature-action i {
        font-size: 1.1rem;
        line-height: 1;
    }

.am-story-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.am-btn-ghost {
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(177, 201, 157, 0.08);
    color: #edf4e8;
    border: 1px solid rgba(193, 216, 176, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-weight: 700;
    transition: var(--am-transition);
}

    .am-btn-ghost:hover {
        color: #fff;
        transform: translateY(-2px);
        background: rgba(177, 201, 157, 0.14);
        border-color: rgba(212, 175, 103, 0.28);
    }

.am-story-visual {
    position: relative;
    z-index: 2;
    align-self: start;
}

.am-story-collage {
    position: relative;
    min-height: 670px;
    margin-top: 8px;
}

.am-story-card {
    position: absolute;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: #201817;
}

    .am-story-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.7s ease;
    }

    .am-story-card:hover img {
        transform: scale(1.05);
    }

.am-story-card-main {
    left: 0;
    top: 28px;
    width: 64%;
    height: 500px;
    z-index: 2;
}

.am-story-card-top {
    right: 0;
    top: 0;
    width: 48%;
    height: 245px;
    z-index: 3;
}

.am-story-card-bottom {
    right: 0;
    bottom: 46px;
    width: 52%;
    height: 285px;
    z-index: 3;
}

.am-story-floating-badge {
    position: absolute;
    left: 24px;
    bottom: 0;
    z-index: 4;
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 20px;
    max-width: 260px;
    border-radius: 22px;
    background: rgba(28, 42, 28, 0.72);
    border: 1px solid rgba(208, 230, 194, 0.16);
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

    .am-story-floating-badge strong {
        color: #f7efd7;
        font-size: 1rem;
        font-weight: 700;
    }

    .am-story-floating-badge span {
        color: rgba(239, 245, 233, 0.82);
        font-size: 0.92rem;
        line-height: 1.6;
    }

/* =========================================
   SECCION: RESPONSIVE PRESENTACION ANTIGUA MAGICA
========================================= */

@media (max-width: 1199.98px) {
    .am-story-section {
        padding: 95px 0;
    }

    .am-story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .am-story-content {
        order: 1;
    }

    .am-story-visual {
        order: 2;
    }

    .am-section-title,
    .am-section-text {
        max-width: 100%;
    }

    .am-story-collage {
        min-height: 620px;
        margin-top: 0;
    }

    .am-story-card-main {
        top: 40px;
        height: 450px;
    }
}

@media (max-width: 767.98px) {
    .am-story-section {
        padding: 78px 0;
    }

    .am-section-title {
        max-width: 100%;
        margin-bottom: 18px;
    }

    .am-section-text {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-story-features {
        gap: 14px;
        margin-top: 24px;
    }

    .am-story-feature {
        grid-template-columns: 54px 1fr;
        gap: 14px;
        padding: 16px;
        border-radius: 20px;
        align-items: start;
    }

    .am-story-feature-icon {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 1.15rem;
    }

    .am-story-feature-body {
        display: block;
    }

    .am-story-feature h3 {
        margin-bottom: 6px;
    }

    .am-story-feature p {
        line-height: 1.7;
    }

    .am-story-feature-action {
        width: 100%;
        min-height: 44px;
        margin-top: 14px;
    }

    .am-story-actions {
        flex-direction: column;
    }

        .am-btn-ghost,
        .am-story-actions .am-btn {
            width: 100%;
        }

    .am-story-collage {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .am-story-card {
        position: relative;
        inset: auto;
        width: 100%;
        height: 240px;
        border-radius: 24px;
    }

    .am-story-card-main,
    .am-story-card-top,
    .am-story-card-bottom {
        width: 100%;
        height: 240px;
    }

    .am-story-floating-badge {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: 100%;
        margin-top: 2px;
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .am-story-card,
    .am-story-card-main,
    .am-story-card-top,
    .am-story-card-bottom {
        height: 215px;
    }

    .am-section-kicker {
        font-size: 0.8rem;
        padding: 7px 14px;
    }
}

/* =========================================
   SECCION: CELEBRACIONES Y EVENTOS
========================================= */

.am-celebrations-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 10% 15%, rgba(255, 177, 122, 0.18) 0%, transparent 22%), radial-gradient(circle at 85% 18%, rgba(255, 123, 156, 0.18) 0%, transparent 22%), radial-gradient(circle at 50% 100%, rgba(255, 214, 102, 0.16) 0%, transparent 28%), linear-gradient(135deg, #3f1820 0%, #6a2432 22%, #7a3b2f 46%, #3f2619 72%, #24140f 100%);
}

    .am-celebrations-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(120deg, rgba(255, 255, 255, 0.03) 0%, transparent 30%), linear-gradient(315deg, rgba(255, 230, 166, 0.03) 0%, transparent 40%);
    }

.am-celebrations-shell {
    position: relative;
    z-index: 2;
    border-radius: 38px;
    padding: 38px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-celebrations-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.55fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 34px;
}

.am-celebrations-heading-copy {
    max-width: 980px;
}

.am-celebrations-benefits {
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.035) 100%);
    border: 1px solid rgba(255, 240, 223, 0.11);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-celebrations-benefit {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: center;
    padding: 13px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 240, 223, 0.08);
}

    .am-celebrations-benefit span {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(255, 211, 124, 0.22), rgba(255, 123, 156, 0.18));
        color: #ffe5b5;
        font-size: 1.05rem;
        border: 1px solid rgba(255, 230, 183, 0.18);
    }

    .am-celebrations-benefit strong {
        display: block;
        margin-bottom: 3px;
        color: #fff8ed;
        font-size: 0.98rem;
        font-weight: 800;
    }

    .am-celebrations-benefit p {
        margin: 0;
        color: rgba(255, 243, 234, 0.76);
        font-size: 0.9rem;
        line-height: 1.5;
    }

.am-celebrations-kicker,
.am-celebrations-mini-label {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(255, 199, 120, 0.18), rgba(255, 121, 154, 0.18));
    border: 1px solid rgba(255, 228, 180, 0.22);
    color: #fff0d4;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.am-celebrations-title {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.08;
    color: #fff7ec;
    max-width: 13ch;
}

    .am-celebrations-title span {
        display: block;
        color: #ffd17c;
    }

.am-celebrations-subtext {
    margin: 0;
    max-width: 78ch;
    color: rgba(255, 245, 236, 0.84);
    font-size: 1.03rem;
    line-height: 1.9;
}

.am-celebrations-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 26px;
    align-items: stretch;
    margin-bottom: 26px;
}

.am-celebrations-feature-copy,
.am-celebrations-feature-media {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 240, 223, 0.11);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
}

.am-celebrations-feature-copy {
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .am-celebrations-feature-copy p {
        margin: 0 0 24px;
        color: rgba(255, 243, 234, 0.84);
        font-size: 1rem;
        line-height: 1.9;
    }

.am-celebrations-feature-media {
    min-height: 390px;
}

    .am-celebrations-feature-media img {
        width: 100%;
        height: 100%;
        min-height: 390px;
        object-fit: cover;
        display: block;
        transition: transform 0.8s ease;
    }

    .am-celebrations-feature-media:hover img {
        transform: scale(1.04);
    }

.am-celebration-highlight {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 3;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 168, 103, 0.24), rgba(165, 54, 95, 0.3));
    border: 1px solid rgba(255, 221, 183, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.am-celebration-highlight-icon,
.am-celebration-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 211, 124, 0.22), rgba(255, 123, 156, 0.18));
    color: #ffe5b5;
    font-size: 1.2rem;
    border: 1px solid rgba(255, 230, 183, 0.18);
}

.am-celebration-highlight strong {
    display: block;
    color: #fff8ec;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.am-celebration-highlight p {
    margin: 0;
    color: rgba(255, 245, 236, 0.82);
    font-size: 0.93rem;
    line-height: 1.6;
}

.am-celebrations-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.am-celebration-info-card {
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.045) 100%);
    border: 1px solid rgba(255, 240, 223, 0.1);
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

    .am-celebration-info-card:hover {
        transform: translateY(-4px);
        border-color: rgba(255, 211, 124, 0.24);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    }

.am-celebration-card-image {
    height: 230px;
    overflow: hidden;
    background: #2b1916;
}

    .am-celebration-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.7s ease;
    }

.am-celebration-info-card:hover .am-celebration-card-image img {
    transform: scale(1.06);
}

.am-celebration-card-body {
    padding: 22px;
}

.am-celebration-card-icon {
    margin-bottom: 16px;
}

.am-celebration-info-card h3 {
    margin: 0 0 8px;
    color: #fff8ed;
    font-size: 1.12rem;
    font-weight: 800;
}

.am-celebration-info-card p {
    margin: 0 0 18px;
    color: rgba(255, 243, 234, 0.8);
    font-size: 0.96rem;
    line-height: 1.75;
}

.am-celebration-card-link {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    background: rgba(255, 243, 236, 0.08);
    color: #fff4df;
    border: 1px solid rgba(255, 235, 211, 0.15);
    font-size: 0.9rem;
    font-weight: 800;
    transition: var(--am-transition);
}

    .am-celebration-card-link:hover {
        color: #27130f;
        transform: translateY(-2px);
        background: linear-gradient(135deg, #ffd17c, #d88a57);
        border-color: transparent;
    }

.am-celebrations-btn-primary {
    background: linear-gradient(135deg, #ffd17c, #d88a57);
    color: #27130f;
    box-shadow: 0 14px 34px rgba(216, 138, 87, 0.22);
}

    .am-celebrations-btn-primary:hover {
        color: #27130f;
        transform: translateY(-2px);
    }

.am-celebrations-btn-secondary {
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 243, 236, 0.08);
    color: #fff9f1;
    border: 1px solid rgba(255, 235, 211, 0.15);
    font-weight: 700;
    transition: var(--am-transition);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .am-celebrations-btn-secondary:hover {
        color: #fff;
        transform: translateY(-2px);
        background: rgba(255, 243, 236, 0.14);
        border-color: rgba(255, 211, 124, 0.24);
    }

/* =========================================
   SECCION: RESPONSIVE CELEBRACIONES Y EVENTOS
========================================= */

@media (max-width: 1199.98px) {
    .am-celebrations-section {
        padding: 95px 0;
    }

    .am-celebrations-shell {
        padding: 28px;
        border-radius: 30px;
    }

    .am-celebrations-heading {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .am-celebrations-benefits {
        max-width: 760px;
    }

    .am-celebrations-feature {
        grid-template-columns: 1fr;
    }

    .am-celebrations-title,
    .am-celebrations-subtext {
        max-width: 100%;
    }

    .am-celebrations-card-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .am-celebrations-section {
        padding: 78px 0;
    }

    .am-celebrations-shell {
        padding: 18px;
        border-radius: 24px;
    }

    .am-celebrations-benefits {
        padding: 14px;
        border-radius: 22px;
    }

    .am-celebrations-benefit {
        grid-template-columns: 44px 1fr;
        padding: 12px;
        border-radius: 17px;
    }

        .am-celebrations-benefit span {
            width: 44px;
            height: 44px;
            border-radius: 14px;
            font-size: 0.98rem;
        }

    .am-celebrations-heading {
        margin-bottom: 28px;
    }

    .am-celebrations-feature-copy {
        padding: 20px;
        border-radius: 24px;
    }

    .am-celebrations-feature-media {
        min-height: 300px;
        border-radius: 24px;
    }

        .am-celebrations-feature-media img {
            min-height: 300px;
            object-fit: cover;
        }

    .am-celebration-highlight {
        display: none;
    }

    .am-celebration-highlight-icon {
        width: 50px;
        height: 50px;
        border-radius: 15px;
        font-size: 1.05rem;
    }

    .am-celebration-card-image {
        height: 210px;
    }

    .am-celebration-card-body {
        padding: 20px;
    }

    .am-celebration-card-link,
    .am-celebrations-feature-copy .am-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .am-celebrations-kicker,
    .am-celebrations-mini-label {
        font-size: 0.78rem;
        padding: 7px 13px;
    }

    .am-celebration-card-image {
        height: 190px;
    }
}
/* =========================================
   SECCION: ESPECIAL PARA 2
========================================= */

.am-romance-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(211, 122, 146, 0.14) 0%, transparent 24%), radial-gradient(circle at 85% 22%, rgba(233, 205, 146, 0.14) 0%, transparent 24%), radial-gradient(circle at 50% 100%, rgba(118, 74, 110, 0.16) 0%, transparent 32%), linear-gradient(135deg, #120b12 0%, #1f1320 24%, #341b2f 48%, #22131b 74%, #120c10 100%);
}

    .am-romance-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0%, transparent 35%), linear-gradient(315deg, rgba(255, 220, 171, 0.025) 0%, transparent 35%);
    }

.am-romance-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 52px;
    align-items: center;
}

.am-romance-visual {
    position: relative;
}

.am-romance-frame {
    position: relative;
    min-height: 680px;
    padding: 22px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.028) 100%);
    border: 1px solid rgba(255, 235, 222, 0.08);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.am-romance-main-image,
.am-romance-side-image {
    position: absolute;
    overflow: hidden;
    border-radius: 30px;
    background: #211619;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

    .am-romance-main-image img,
    .am-romance-side-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.8s ease;
    }

    .am-romance-main-image:hover img,
    .am-romance-side-image:hover img {
        transform: scale(1.05);
    }

.am-romance-main-image {
    left: 22px;
    top: 22px;
    width: 68%;
    height: 540px;
    z-index: 2;
}

.am-romance-side-image {
    right: 22px;
    bottom: 84px;
    width: 42%;
    height: 260px;
    z-index: 3;
    border: 6px solid rgba(255, 255, 255, 0.06);
}

.am-romance-floating-card {
    position: absolute;
    left: 38px;
    bottom: 22px;
    z-index: 4;
    width: min(100%, 340px);
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(126, 67, 95, 0.42), rgba(56, 35, 55, 0.5));
    border: 1px solid rgba(255, 223, 214, 0.14);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.am-romance-floating-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(244, 197, 172, 0.18), rgba(208, 126, 153, 0.18));
    border: 1px solid rgba(255, 226, 211, 0.16);
    color: #ffd8c7;
    font-size: 1.1rem;
}

.am-romance-floating-card strong {
    display: block;
    margin-bottom: 4px;
    color: #fff6f0;
    font-size: 1rem;
    font-weight: 700;
}

.am-romance-floating-card p {
    margin: 0;
    color: rgba(255, 241, 234, 0.8);
    font-size: 0.93rem;
    line-height: 1.6;
}

.am-romance-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(215, 153, 170, 0.14), rgba(245, 211, 163, 0.14));
    border: 1px solid rgba(255, 225, 206, 0.16);
    color: #ffe5d7;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.am-romance-title {
    margin: 0 0 20px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.08;
    color: #fff8f2;
    max-width: 12ch;
}

    .am-romance-title span {
        display: block;
        color: #f1cf9e;
    }

.am-romance-text {
    margin: 0 0 16px;
    max-width: 62ch;
    color: rgba(255, 242, 236, 0.82);
    font-size: 1.03rem;
    line-height: 1.9;
}

.am-romance-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
}

.am-romance-point {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 16px;
    align-items: start;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 231, 218, 0.08);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.am-romance-point-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(241, 207, 158, 0.16), rgba(209, 127, 152, 0.16));
    border: 1px solid rgba(255, 228, 208, 0.14);
    color: #ffd8c7;
    font-size: 1.2rem;
}

.am-romance-point h3 {
    margin: 0 0 6px;
    color: #fff8f2;
    font-size: 1.08rem;
    font-weight: 700;
}

.am-romance-point p {
    margin: 0;
    color: rgba(255, 242, 236, 0.78);
    font-size: 0.96rem;
    line-height: 1.75;
}

.am-romance-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.am-romance-btn-primary {
    background: linear-gradient(135deg, #f1cf9e, #d88ea6);
    color: #241318;
    box-shadow: 0 14px 34px rgba(216, 142, 166, 0.2);
}

    .am-romance-btn-primary:hover {
        color: #241318;
        transform: translateY(-2px);
    }

.am-romance-btn-secondary {
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 241, 234, 0.08);
    color: #fff9f5;
    border: 1px solid rgba(255, 227, 212, 0.14);
    font-weight: 700;
    transition: var(--am-transition);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .am-romance-btn-secondary:hover {
        color: #fff;
        transform: translateY(-2px);
        background: rgba(255, 241, 234, 0.14);
        border-color: rgba(241, 207, 158, 0.22);
    }

/* =========================================
   SECCION: RESPONSIVE ESPECIAL PARA 2
========================================= */

@media (max-width: 1199.98px) {
    .am-romance-section {
        padding: 95px 0;
    }

    .am-romance-wrap {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .am-romance-title,
    .am-romance-text {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .am-romance-section {
        padding: 78px 0;
    }

    .am-romance-frame {
        min-height: auto;
        padding: 14px;
        border-radius: 24px;
    }

    .am-romance-main-image,
    .am-romance-side-image {
        position: relative;
        inset: auto;
        width: 100%;
        height: 240px;
        border-radius: 22px;
        border-width: 0;
    }

    .am-romance-frame {
        display: grid;
        gap: 14px;
    }

    .am-romance-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        max-width: 100%;
        border-radius: 20px;
    }

    .am-romance-point {
        grid-template-columns: 54px 1fr;
        gap: 14px;
        padding: 16px;
    }

    .am-romance-point-icon {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 1.08rem;
    }

    .am-romance-actions {
        flex-direction: column;
    }

        .am-romance-actions .am-btn,
        .am-romance-btn-secondary {
            width: 100%;
        }
}

@media (max-width: 480px) {
    .am-romance-kicker {
        font-size: 0.8rem;
        padding: 7px 14px;
    }

    .am-romance-main-image,
    .am-romance-side-image {
        height: 215px;
    }
}

/* =========================================
   SECCION: MENU PREMIUM
========================================= */

.am-menu-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 16%, rgba(212, 175, 103, 0.16) 0%, transparent 22%), radial-gradient(circle at 86% 18%, rgba(116, 154, 120, 0.14) 0%, transparent 22%), radial-gradient(circle at 50% 100%, rgba(92, 63, 33, 0.18) 0%, transparent 28%), linear-gradient(180deg, #0f0b0b 0%, #15100f 26%, #1b1510 60%, #100c0c 100%);
}

    .am-menu-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, transparent 34%), linear-gradient(315deg, rgba(217, 187, 121, 0.03) 0%, transparent 34%);
    }

    .am-menu-section::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0.28;
        background-image: linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
        background-size: 80px 80px;
    }

.am-menu-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 920px;
    margin: 0 auto 52px;
}

.am-menu-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(141, 171, 126, 0.1);
    border: 1px solid rgba(220, 229, 209, 0.14);
    color: #eee7cd;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-menu-title {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2.2rem, 4.7vw, 4.8rem);
    line-height: 1.08;
    color: #fffaf1;
}

    .am-menu-title span {
        display: block;
        color: #d9bb79;
    }

.am-menu-subtext {
    margin: 0 auto;
    max-width: 70ch;
    color: rgba(248, 243, 234, 0.82);
    font-size: 1.03rem;
    line-height: 1.9;
}

.am-menu-shell {
    position: relative;
    z-index: 2;
    max-width: 1260px;
    margin: 0 auto;
}

.am-menu-bg-glow {
    position: absolute;
    left: 50%;
    top: 34%;
    transform: translate(-50%, -50%);
    width: min(100%, 820px);
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 103, 0.16) 0%, rgba(212, 175, 103, 0.06) 42%, transparent 72%);
    filter: blur(38px);
    pointer-events: none;
}

.am-menu-viewer-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) 84px;
    gap: 18px;
    align-items: center;
}

.am-menu-nav {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgba(255, 244, 225, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #fff7ec;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.18rem;
    cursor: pointer;
    transition: var(--am-transition);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
    z-index: 4;
}

    .am-menu-nav:hover {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(217, 187, 121, 0.3);
        color: #fff;
    }

    .am-menu-nav:disabled {
        opacity: 0.4;
        cursor: not-allowed;
        transform: none;
    }

.am-menu-viewer {
    position: relative;
    min-height: 860px;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 28px;
    border-radius: 40px;
    background: linear-gradient(145deg, rgba(39, 28, 22, 0.96), rgba(18, 14, 13, 0.98));
    border: 1px solid rgba(255, 242, 226, 0.08);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

    .am-menu-viewer::before {
        content: "";
        position: absolute;
        inset: 16px;
        border-radius: 30px;
        border: 1px solid rgba(255, 235, 211, 0.05);
        pointer-events: none;
    }

.am-menu-viewer-inner {
    position: relative;
    height: 100%;
    min-height: 804px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .am-menu-viewer-inner::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: min(100%, 560px);
        border-radius: 28px;
        background: #f7f2ea;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.04);
        z-index: 0;
    }

.am-menu-page-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(28, 20, 20, 0.72);
    color: #fff6ea;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-menu-main-image {
    position: relative;
    z-index: 1;
    width: min(100%, 560px);
    height: 804px;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 28px;
    background: #f7f2ea;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.am-menu-bottom {
    margin-top: 26px;
    display: grid;
    gap: 24px;
}

.am-menu-thumbs {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.am-menu-thumb {
    width: 88px;
    height: 118px;
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid transparent;
    background: rgba(255, 255, 255, 0.05);
    padding: 0;
    cursor: pointer;
    transition: var(--am-transition);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

    .am-menu-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .am-menu-thumb:hover,
    .am-menu-thumb.is-active {
        transform: translateY(-4px);
        border-color: #d9bb79;
        box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
    }

.am-menu-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 20px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.028) 100%);
    border: 1px solid rgba(255, 244, 225, 0.08);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

.am-menu-counter {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff7ec;
    font-family: 'Cinzel', serif;
    font-size: clamp(1.3rem, 2vw, 2rem);
}

    .am-menu-counter small {
        color: rgba(255, 245, 229, 0.56);
        font-size: 1rem;
        font-family: 'Inter', sans-serif;
    }

.am-menu-btn-primary {
    background: linear-gradient(135deg, #e3bd78, #8cad74);
    color: #16100d;
    box-shadow: 0 14px 34px rgba(140, 173, 116, 0.18);
}

    .am-menu-btn-primary:hover {
        color: #16100d;
        transform: translateY(-2px);
    }

/* =========================================
   SECCION: MENU PREMIUM - FOTOS REFERENCIALES
========================================= */

.am-menu-reference {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 20px;
    align-items: center;
    padding: 22px 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.028) 100%);
    border: 1px solid rgba(255, 244, 225, 0.08);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

.am-menu-reference-copy span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    margin-bottom: 12px;
    background: rgba(141, 171, 126, 0.1);
    border: 1px solid rgba(220, 229, 209, 0.14);
    color: #eee7cd;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.am-menu-reference-copy p {
    margin: 0;
    color: rgba(248, 243, 234, 0.82);
    font-size: 0.98rem;
    line-height: 1.8;
}

.am-menu-reference-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

    .am-menu-reference-grid figure {
        margin: 0;
        height: 150px;
        border-radius: 20px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 244, 225, 0.08);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
    }

    .am-menu-reference-grid img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* =========================================
   SECCION: RESPONSIVE MENU PREMIUM
========================================= */

@media (max-width: 1199.98px) {
    .am-menu-section {
        padding: 95px 0;
    }

    .am-menu-viewer-wrap {
        grid-template-columns: 64px minmax(0, 1fr) 64px;
        gap: 12px;
    }

    .am-menu-viewer {
        min-height: 760px;
        max-width: 860px;
    }

    .am-menu-viewer-inner {
        min-height: 704px;
    }

        .am-menu-viewer-inner::before,
        .am-menu-main-image {
            width: min(100%, 500px);
        }

    .am-menu-main-image {
        height: 704px;
    }
}

@media (max-width: 991.98px) {
    .am-menu-viewer-wrap {
        grid-template-columns: 1fr;
    }

    .am-menu-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .am-menu-nav-prev {
        left: 10px;
    }

    .am-menu-nav-next {
        right: 10px;
    }

    .am-menu-viewer {
        min-height: 680px;
        max-width: 620px;
        padding: 18px;
    }

        .am-menu-viewer::before {
            inset: 12px;
        }

    .am-menu-viewer-inner {
        min-height: 624px;
    }

        .am-menu-viewer-inner::before,
        .am-menu-main-image {
            width: min(100%, 440px);
            border-radius: 22px;
        }

    .am-menu-main-image {
        height: 624px;
    }

    .am-menu-reference {
        grid-template-columns: 1fr;
    }

    .am-menu-reference-grid figure {
        height: 140px;
    }
}

@media (max-width: 767.98px) {
    .am-menu-section {
        padding: 78px 0;
    }

    .am-menu-header {
        margin-bottom: 34px;
    }

    .am-menu-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .am-menu-subtext {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-menu-viewer {
        min-height: 540px;
        max-width: 100%;
        border-radius: 28px;
        padding: 14px;
    }

        .am-menu-viewer::before {
            inset: 10px;
            border-radius: 20px;
        }

    .am-menu-viewer-inner {
        min-height: 492px;
    }

        .am-menu-viewer-inner::before,
        .am-menu-main-image {
            width: min(100%, 100%);
            border-radius: 18px;
        }

    .am-menu-main-image {
        height: 492px;
    }

    .am-menu-page-badge {
        top: 12px;
        right: 12px;
        font-size: 0.74rem;
        padding: 6px 10px;
    }

    .am-menu-thumb {
        width: 72px;
        height: 94px;
        border-radius: 14px;
    }

    .am-menu-meta {
        padding: 16px;
        border-radius: 18px;
        flex-direction: column;
        align-items: stretch;
    }

    .am-menu-actions .am-btn {
        width: 100%;
    }

    .am-menu-nav {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .am-menu-nav-prev {
        left: 6px;
    }

    .am-menu-nav-next {
        right: 6px;
    }

    .am-menu-reference {
        padding: 16px;
        border-radius: 20px;
    }

    .am-menu-reference-grid {
        grid-template-columns: 1fr;
    }

        .am-menu-reference-grid figure {
            height: 210px;
            border-radius: 18px;
        }
}

@media (max-width: 480px) {
    .am-menu-kicker {
        font-size: 0.8rem;
        padding: 7px 14px;
    }

    .am-menu-viewer {
        min-height: 460px;
    }

    .am-menu-viewer-inner {
        min-height: 416px;
    }

    .am-menu-main-image {
        height: 416px;
    }

    .am-menu-thumb {
        width: 62px;
        height: 82px;
    }

    .am-menu-counter {
        justify-content: center;
    }
}

/* =========================================
   SECCION: POR QUE VISITAR ANTIGUA MAGICA
========================================= */

.am-visit-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 10% 10%, rgba(132, 190, 124, 0.18) 0%, transparent 24%), radial-gradient(circle at 92% 16%, rgba(235, 170, 92, 0.18) 0%, transparent 24%), radial-gradient(circle at 50% 100%, rgba(99, 142, 190, 0.14) 0%, transparent 30%), linear-gradient(135deg, #102018 0%, #15241d 34%, #201c16 66%, #120d0d 100%);
}

    .am-visit-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0.6;
        background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
        background-size: 86px 86px;
    }

    .am-visit-section::after {
        content: "";
        position: absolute;
        inset: auto -10% -35% -10%;
        height: 430px;
        pointer-events: none;
        background: radial-gradient(circle, rgba(212, 175, 103, 0.18) 0%, transparent 62%);
        filter: blur(30px);
    }

.am-visit-header {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 38px;
}

.am-visit-header-copy {
    max-width: 920px;
}

.am-visit-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(205, 232, 180, 0.12);
    border: 1px solid rgba(210, 235, 190, 0.18);
    color: #def0d0;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-visit-title {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2.1rem, 4.4vw, 4.4rem);
    line-height: 1.08;
    color: #fffaf1;
}

    .am-visit-title span {
        display: block;
        color: #f1cf8a;
    }

.am-visit-subtext {
    margin: 0;
    max-width: 76ch;
    color: rgba(248, 243, 234, 0.84);
    font-size: 1.03rem;
    line-height: 1.9;
}

.am-visit-summary {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 244, 225, 0.1);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.am-visit-summary-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(241, 207, 138, 0.22), rgba(135, 191, 128, 0.18));
    color: #ffe6ae;
    border: 1px solid rgba(255, 235, 198, 0.18);
    font-size: 1.2rem;
}

.am-visit-summary strong {
    display: block;
    margin-bottom: 4px;
    color: #fff8ec;
    font-size: 1rem;
    font-weight: 800;
}

.am-visit-summary p {
    margin: 0;
    color: rgba(248, 243, 234, 0.78);
    font-size: 0.94rem;
    line-height: 1.65;
}

.am-visit-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.am-visit-card {
    position: relative;
    min-height: 250px;
    padding: 24px 22px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    isolation: isolate;
}

    .am-visit-card::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -2;
        opacity: 0.94;
    }

    .am-visit-card::after {
        content: "";
        position: absolute;
        right: -48px;
        bottom: -56px;
        width: 150px;
        height: 150px;
        z-index: -1;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.14);
        filter: blur(2px);
    }

    .am-visit-card:hover {
        transform: translateY(-6px);
        border-color: rgba(255, 244, 225, 0.2);
        box-shadow: 0 30px 64px rgba(0, 0, 0, 0.26);
    }

.am-visit-card-nature::before {
    background: linear-gradient(145deg, rgba(45, 99, 65, 0.96), rgba(25, 65, 46, 0.86));
}

.am-visit-card-mountain::before {
    background: linear-gradient(145deg, rgba(78, 93, 66, 0.96), rgba(42, 58, 45, 0.86));
}

.am-visit-card-parking::before {
    background: linear-gradient(145deg, rgba(58, 95, 116, 0.96), rgba(31, 58, 78, 0.86));
}

.am-visit-card-garden::before {
    background: linear-gradient(145deg, rgba(130, 83, 45, 0.96), rgba(75, 48, 31, 0.86));
}

.am-visit-card-romance::before {
    background: linear-gradient(145deg, rgba(126, 48, 72, 0.96), rgba(76, 30, 52, 0.86));
}

.am-visit-card-events::before {
    background: linear-gradient(145deg, rgba(132, 62, 101, 0.96), rgba(78, 35, 72, 0.86));
}

.am-visit-card-location::before {
    background: linear-gradient(145deg, rgba(115, 92, 45, 0.96), rgba(70, 54, 31, 0.86));
}

.am-visit-card-photos::before {
    background: linear-gradient(145deg, rgba(77, 71, 122, 0.96), rgba(47, 42, 82, 0.86));
}

.am-visit-icon {
    width: 62px;
    height: 62px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #1b120f;
    background: rgba(255, 246, 224, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    font-size: 1.3rem;
}

.am-visit-card h3 {
    margin: 0 0 10px;
    color: #fffaf1;
    font-size: 1.14rem;
    line-height: 1.25;
    font-weight: 800;
}

.am-visit-card p {
    margin: 0;
    color: rgba(255, 248, 237, 0.82);
    font-size: 0.96rem;
    line-height: 1.75;
}

/* =========================================
   SECCION: RESPONSIVE POR QUE VISITAR ANTIGUA MAGICA
========================================= */

@media (max-width: 1199.98px) {
    .am-visit-section {
        padding: 95px 0;
    }

    .am-visit-header {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .am-visit-summary {
        max-width: 720px;
    }

    .am-visit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .am-visit-card {
        min-height: 230px;
    }
}

@media (max-width: 767.98px) {
    .am-visit-section {
        padding: 78px 0;
    }

    .am-visit-header {
        margin-bottom: 30px;
    }

    .am-visit-subtext {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-visit-summary {
        grid-template-columns: 52px 1fr;
        padding: 16px;
        border-radius: 22px;
    }

    .am-visit-summary-icon {
        width: 52px;
        height: 52px;
        border-radius: 17px;
        font-size: 1.05rem;
    }

    .am-visit-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .am-visit-card {
        min-height: auto;
        padding: 20px;
        border-radius: 24px;
    }

    .am-visit-icon {
        width: 56px;
        height: 56px;
        border-radius: 18px;
        margin-bottom: 16px;
        font-size: 1.15rem;
    }

    .am-visit-card h3 {
        font-size: 1.08rem;
    }

    .am-visit-card p {
        font-size: 0.94rem;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .am-visit-kicker {
        font-size: 0.78rem;
        padding: 7px 13px;
    }

    .am-visit-summary {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   SECCION: RESEÑAS
========================================= */

.am-reviews-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 10% 14%, rgba(130, 165, 118, 0.14) 0%, transparent 24%), radial-gradient(circle at 88% 20%, rgba(212, 175, 103, 0.14) 0%, transparent 24%), radial-gradient(circle at 50% 100%, rgba(82, 58, 36, 0.16) 0%, transparent 30%), linear-gradient(180deg, #11100f 0%, #171413 45%, #0f0c0c 100%);
}

    .am-reviews-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0%, transparent 34%), linear-gradient(315deg, rgba(255, 236, 198, 0.02) 0%, transparent 34%);
    }

.am-reviews-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 920px;
    margin: 0 auto 46px;
}

.am-reviews-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(148, 176, 134, 0.1);
    border: 1px solid rgba(221, 231, 211, 0.14);
    color: #ebe4ca;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.am-reviews-title {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 4.2vw, 4.2rem);
    line-height: 1.08;
    color: #fffaf1;
}

    .am-reviews-title span {
        display: block;
        color: #d9bb79;
    }

.am-reviews-subtext {
    margin: 0 auto;
    max-width: 72ch;
    color: rgba(248, 243, 234, 0.82);
    font-size: 1.03rem;
    line-height: 1.9;
}

.am-reviews-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.am-review-card {
    position: relative;
    min-height: 100%;
    padding: 28px 24px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.062) 0%, rgba(255, 255, 255, 0.032) 100%);
    border: 1px solid rgba(255, 244, 225, 0.08);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .am-review-card:hover {
        transform: translateY(-5px);
        border-color: rgba(217, 187, 121, 0.18);
        box-shadow: 0 28px 58px rgba(0, 0, 0, 0.24);
    }

.am-review-card-featured {
    background: linear-gradient(180deg, rgba(217, 187, 121, 0.13) 0%, rgba(255, 255, 255, 0.045) 100%);
    border-color: rgba(217, 187, 121, 0.2);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
}

.am-review-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.am-review-user {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.am-review-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e3bd78, #8cad74);
    color: #15100d;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.am-review-user h3 {
    margin: 0 0 4px;
    color: #fff8ec;
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.2;
}

.am-review-user p {
    margin: 0;
    color: rgba(248, 243, 234, 0.62);
    font-size: 0.94rem;
}

.am-review-rating-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
}

.am-review-badge {
    min-height: 30px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(217, 187, 121, 0.18);
    border: 1px solid rgba(255, 226, 168, 0.2);
    color: #fff0c7;
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.am-review-stars {
    display: inline-flex;
    gap: 4px;
    color: #f2c14f;
    font-size: 1rem;
}

.am-review-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    color: rgba(248, 243, 234, 0.68);
    font-size: 0.92rem;
}

    .am-review-meta span {
        position: relative;
    }

        .am-review-meta span + span::before {
            content: "•";
            margin-right: 10px;
            color: rgba(217, 187, 121, 0.7);
        }

.am-review-text {
    margin: 0;
    color: rgba(248, 243, 234, 0.84);
    font-size: 1rem;
    line-height: 1.9;
}

.am-reviews-actions {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.am-reviews-btn-primary {
    background: linear-gradient(135deg, #e3bd78, #8cad74);
    color: #16100d;
    box-shadow: 0 14px 34px rgba(140, 173, 116, 0.18);
}

    .am-reviews-btn-primary:hover {
        color: #16100d;
        transform: translateY(-2px);
    }

.am-reviews-btn-secondary {
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: #fff8ee;
    border: 1px solid rgba(255, 244, 225, 0.1);
    font-weight: 700;
    transition: var(--am-transition);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .am-reviews-btn-secondary:hover {
        color: #fff;
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(217, 187, 121, 0.18);
    }

/* =========================================
   SECCION: RESPONSIVE RESEÑAS
========================================= */

@media (max-width: 1199.98px) {
    .am-reviews-section {
        padding: 95px 0;
    }

    .am-reviews-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 860px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .am-reviews-section {
        padding: 78px 0;
    }

    .am-reviews-header {
        margin-bottom: 34px;
    }

    .am-review-card {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .am-review-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

    .am-review-rating-box {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .am-review-user h3 {
        font-size: 1.08rem;
    }

    .am-review-text {
        font-size: 0.97rem;
        line-height: 1.8;
    }

    .am-reviews-actions {
        flex-direction: column;
    }

        .am-reviews-actions .am-btn {
            width: 100%;
        }
}

@media (max-width: 420px) {
    .am-review-rating-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .am-review-badge {
        white-space: normal;
        line-height: 1.25;
    }
}

/* =========================================
   SECCION: GALERIA SECCIONADA
========================================= */

.am-gallery-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 14%, rgba(112, 169, 122, 0.16) 0%, transparent 24%), radial-gradient(circle at 86% 16%, rgba(212, 175, 103, 0.16) 0%, transparent 24%), radial-gradient(circle at 50% 100%, rgba(120, 70, 110, 0.14) 0%, transparent 30%), linear-gradient(135deg, #0e1611 0%, #151812 34%, #1a1315 66%, #0f0b0b 100%);
}

    .am-gallery-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0.45;
        background-image: linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
        background-size: 82px 82px;
    }

    .am-gallery-section::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -240px;
        width: min(900px, 92vw);
        height: 460px;
        transform: translateX(-50%);
        pointer-events: none;
        background: radial-gradient(circle, rgba(212, 175, 103, 0.16) 0%, transparent 64%);
        filter: blur(34px);
    }

.am-gallery-header {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.6fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 30px;
}

.am-gallery-header-copy {
    max-width: 920px;
}

.am-gallery-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(205, 232, 180, 0.12);
    border: 1px solid rgba(210, 235, 190, 0.18);
    color: #def0d0;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-gallery-title {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2.1rem, 4.4vw, 4.4rem);
    line-height: 1.08;
    color: #fffaf1;
}

    .am-gallery-title span {
        display: block;
        color: #f1cf8a;
    }

.am-gallery-subtext {
    margin: 0;
    max-width: 76ch;
    color: rgba(248, 243, 234, 0.84);
    font-size: 1.03rem;
    line-height: 1.9;
}

/* =========================================
   SECCION: GALERIA SECCIONADA - DESCRIPCION DINAMICA
========================================= */

.am-gallery-description-box {
    align-self: end;
    padding: 18px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.035) 100%);
    border: 1px solid rgba(255, 244, 225, 0.11);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.am-gallery-description-card {
    display: none;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 244, 225, 0.08);
}

    .am-gallery-description-card.is-active {
        display: grid;
    }

.am-gallery-description-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1d130f;
    background: linear-gradient(135deg, #f1cf8a, #8cad74);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
    flex-shrink: 0;
}

.am-gallery-description-label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 999px;
    margin-bottom: 10px;
    background: rgba(241, 207, 138, 0.12);
    border: 1px solid rgba(241, 207, 138, 0.18);
    color: #f6deb0;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.am-gallery-description-content strong {
    display: block;
    margin-bottom: 6px;
    color: #fff8ec;
    font-size: 1.02rem;
    font-weight: 900;
}

.am-gallery-description-content h3 {
    margin: 0 0 8px;
    color: #f1cf8a;
    font-size: 1.12rem;
    line-height: 1.35;
    font-weight: 900;
}

.am-gallery-description-content p {
    margin: 0;
    color: rgba(248, 243, 234, 0.78);
    font-size: 0.94rem;
    line-height: 1.65;
}

.am-gallery-control-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.am-gallery-tabs {
    flex: 1 1 auto;
    display: flex;
    gap: 14px;
    min-width: 0;
}

.am-gallery-tab {
    position: relative;
    flex: 1 1 0;
    min-height: 68px;
    min-width: 0;
    padding: 12px 16px 12px 14px;
    border: 0;
    border-radius: 22px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    color: rgba(255, 248, 237, 0.92);
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 244, 225, 0.12);
    font-weight: 900;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    overflow: hidden;
    isolation: isolate;
}

    .am-gallery-tab::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        opacity: 0.78;
        z-index: -1;
        transition: opacity 0.28s ease;
    }

    .am-gallery-tab::after {
        content: "Ver fotos";
        min-height: 30px;
        padding: 7px 11px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 250, 241, 0.92);
        background: rgba(0, 0, 0, 0.22);
        border: 1px solid rgba(255, 255, 255, 0.13);
        font-size: 0.7rem;
        font-weight: 900;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        white-space: nowrap;
    }

html[lang="en"] .am-gallery-tab::after {
    content: "View photos";
}

.am-gallery-tab i {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1d130f;
    background: rgba(255, 250, 241, 0.92);
    flex-shrink: 0;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

    .am-gallery-tab i::after {
        content: "\F26A";
        position: absolute;
        top: -8px;
        right: -8px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        color: #1d130f;
        background: linear-gradient(135deg, #f1cf8a, #fff2c4);
        border: 1px solid rgba(255, 250, 241, 0.75);
        font-family: "bootstrap-icons";
        font-size: 0.86rem;
        line-height: 1;
        opacity: 0;
        transform: scale(0.78);
        transition: var(--am-transition);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
    }

.am-gallery-tab.is-active i::after {
    opacity: 1;
    transform: scale(1);
}

.am-gallery-tab span {
    position: relative;
    z-index: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.am-gallery-tab:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 244, 225, 0.24);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.25);
}

    .am-gallery-tab:hover::before {
        opacity: 0.96;
    }

.am-gallery-tab.is-active {
    color: #fffaf1;
    border-color: rgba(255, 244, 225, 0.32);
    box-shadow: 0 26px 52px rgba(0, 0, 0, 0.28), 0 0 0 2px rgba(255, 244, 225, 0.08);
    transform: translateY(-2px);
}

    .am-gallery-tab.is-active::before {
        opacity: 1;
    }

    .am-gallery-tab.is-active::after {
        content: "Ver fotos";
        color: #1d130f;
        background: linear-gradient(135deg, #f1cf8a, #fff2c4);
        border-color: transparent;
    }

html[lang="en"] .am-gallery-tab.is-active::after {
    content: "View photos";
}

.am-gallery-tab:focus-visible {
    outline: 3px solid rgba(241, 207, 138, 0.55);
    outline-offset: 4px;
}

.am-gallery-tab:nth-child(1)::before {
    background: linear-gradient(135deg, rgba(52, 111, 72, 0.96), rgba(24, 72, 48, 0.9));
}

.am-gallery-tab:nth-child(1).is-active i,
.am-gallery-tab:nth-child(1):hover i {
    background: linear-gradient(135deg, #dff0c8, #8cad74);
}

.am-gallery-tab:nth-child(2)::before {
    background: linear-gradient(135deg, rgba(128, 48, 76, 0.96), rgba(83, 34, 66, 0.9));
}

.am-gallery-tab:nth-child(2).is-active i,
.am-gallery-tab:nth-child(2):hover i {
    background: linear-gradient(135deg, #ffd3d9, #d88ea6);
}

.am-gallery-tab:nth-child(3)::before {
    background: linear-gradient(135deg, rgba(141, 91, 45, 0.96), rgba(87, 55, 30, 0.9));
}

.am-gallery-tab:nth-child(3).is-active i,
.am-gallery-tab:nth-child(3):hover i {
    background: linear-gradient(135deg, #ffe0a4, #d4af67);
}

.am-gallery-panels {
    position: relative;
    z-index: 2;
}

.am-gallery-panel {
    display: none;
}

    .am-gallery-panel.is-active {
        display: block;
    }

.am-gallery-panel-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 22px;
}

    .am-gallery-panel-heading h3 {
        margin: 0 0 8px;
        color: #fff8ec;
        font-size: clamp(1.35rem, 2.2vw, 2rem);
        font-weight: 800;
    }

    .am-gallery-panel-heading p {
        margin: 0;
        max-width: 70ch;
        color: rgba(248, 243, 234, 0.78);
        font-size: 0.98rem;
        line-height: 1.8;
    }

.am-gallery-swipe-hint {
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: #f5ddab;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 244, 225, 0.1);
    font-size: 0.88rem;
    font-weight: 800;
}

.am-gallery-carousel {
    position: relative;
}

/* =========================================
   SECCION: GALERIA SECCIONADA - FOTOS MAS VERTICALES
========================================= */

.am-gallery-track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100% - min(620px, 56vw)) / 2);
    padding: 8px calc((100% - min(620px, 56vw)) / 2) 18px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

    .am-gallery-track::-webkit-scrollbar {
        height: 0;
    }

.am-gallery-item {
    flex: 0 0 min(620px, 56vw);
    aspect-ratio: 3 / 4;
    height: auto;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: #1b1513;
    scroll-snap-align: center;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(255, 244, 225, 0.09);
    isolation: isolate;
}

    .am-gallery-item::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.55) 100%);
        z-index: 1;
    }

    .am-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
        transition: transform 0.8s ease;
    }

    .am-gallery-item:hover img {
        transform: scale(1.04);
    }

    .am-gallery-item figcaption {
        position: absolute;
        left: 22px;
        bottom: 22px;
        z-index: 2;
        max-width: calc(100% - 44px);
        min-height: 42px;
        padding: 10px 16px;
        border-radius: 999px;
        color: #fff8ec;
        background: rgba(20, 14, 12, 0.68);
        border: 1px solid rgba(255, 244, 225, 0.12);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        font-size: 0.9rem;
        font-weight: 800;
    }

.am-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    color: #1b120f;
    background: linear-gradient(135deg, #f1cf8a, #8cad74);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
    transition: var(--am-transition);
}

    .am-gallery-nav:hover {
        transform: translateY(-50%) scale(1.06);
    }

.am-gallery-nav-prev {
    left: 18px;
}

.am-gallery-nav-next {
    right: 18px;
}

/* =========================================
   SECCION: RESPONSIVE GALERIA SECCIONADA
========================================= */

@media (max-width: 1199.98px) {
    .am-gallery-section {
        padding: 95px 0;
    }

    .am-gallery-header {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .am-gallery-control-row {
        flex-direction: column;
        align-items: stretch;
    }

    .am-gallery-tabs {
        width: 100%;
    }

    .am-gallery-tab {
        grid-template-columns: 46px minmax(0, 1fr);
    }

        .am-gallery-tab::after {
            grid-column: 1 / -1;
            width: 100%;
        }

    .am-gallery-swipe-hint {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .am-gallery-section {
        padding: 78px 0;
    }

    .am-gallery-header {
        margin-bottom: 26px;
    }

    .am-gallery-subtext {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-gallery-description-box {
        padding: 14px;
        border-radius: 22px;
    }

    .am-gallery-description-box {
        padding: 14px;
        border-radius: 22px;
    }

    .am-gallery-description-card {
        grid-template-columns: 48px 1fr;
        gap: 12px;
        padding: 14px;
        border-radius: 18px;
    }

    .am-gallery-description-icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .am-gallery-description-label {
        font-size: 0.68rem;
    }

    .am-gallery-description-content h3 {
        font-size: 1rem;
    }

    .am-gallery-control-row {
        margin-bottom: 18px;
    }

    .am-gallery-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 2px 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

        .am-gallery-tabs::-webkit-scrollbar {
            display: none;
        }

    .am-gallery-tab {
        flex: 0 0 82%;
        min-width: 240px;
        min-height: 64px;
        border-radius: 18px;
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 10px 12px;
        scroll-snap-align: start;
    }

        .am-gallery-tab i {
            width: 44px;
            height: 44px;
            border-radius: 15px;
        }

            .am-gallery-tab i::after {
                top: -7px;
                right: -7px;
                width: 22px;
                height: 22px;
                font-size: 0.78rem;
            }

        .am-gallery-tab::after {
            grid-column: 1 / -1;
            width: 100%;
            min-height: 28px;
            font-size: 0.68rem;
        }

    .am-gallery-panel-heading {
        display: none;
    }

    .am-gallery-swipe-hint {
        width: 100%;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    /* =========================================
       SECCION: GALERIA SECCIONADA - FOTOS VERTICALES MOBILE
    ========================================= */

    .am-gallery-track {
        gap: 14px;
        scroll-padding-inline: 24px;
        padding: 6px 24px 16px;
        mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    }

    .am-gallery-item {
        flex-basis: 78%;
        aspect-ratio: 3 / 4;
        height: auto;
        border-radius: 24px;
    }

        .am-gallery-item figcaption {
            left: 14px;
            right: 14px;
            bottom: 14px;
            max-width: none;
            justify-content: center;
            text-align: center;
            border-radius: 18px;
        }

    .am-gallery-nav {
        display: none;
    }
}

@media (max-width: 420px) {
    .am-gallery-item {
        flex-basis: 84%;
        aspect-ratio: 3 / 4;
        height: auto;
    }

    .am-gallery-tab {
        flex-basis: 88%;
        min-width: 230px;
    }

    .am-gallery-kicker {
        font-size: 0.78rem;
        padding: 7px 13px;
    }
}

/* =========================================
   SECCION: CONTACTO
========================================= */

.am-contact-section {
    position: relative;
    padding: 105px 0 112px;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(129, 163, 115, 0.16) 0%, transparent 24%), radial-gradient(circle at 85% 20%, rgba(212, 175, 103, 0.14) 0%, transparent 24%), radial-gradient(circle at 50% 100%, rgba(69, 96, 67, 0.18) 0%, transparent 30%), linear-gradient(180deg, #0d100d 0%, #121714 34%, #0d0f0d 100%);
}

    .am-contact-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0%, transparent 34%), linear-gradient(315deg, rgba(255, 236, 198, 0.02) 0%, transparent 34%);
    }

.am-contact-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 42px;
    align-items: center;
}

.am-contact-content {
    max-width: 100%;
}

.am-contact-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(141, 171, 126, 0.1);
    border: 1px solid rgba(220, 229, 209, 0.14);
    color: #ebe4ca;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.am-contact-title {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2.1rem, 4.1vw, 4.15rem);
    line-height: 1.08;
    color: #fffaf1;
    max-width: 13ch;
}

    .am-contact-title span {
        display: block;
        color: #d9bb79;
    }

.am-contact-subtext {
    margin: 0 0 26px;
    max-width: 66ch;
    color: rgba(248, 243, 234, 0.82);
    font-size: 1rem;
    line-height: 1.85;
}

.am-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.am-contact-card {
    position: relative;
    min-height: 108px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 24px;
    overflow: hidden;
    color: #fffaf1;
    border: 1px solid rgba(255, 244, 225, 0.1);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    isolation: isolate;
}

    .am-contact-card::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -2;
        opacity: 0.9;
        transition: opacity 0.28s ease;
    }

    .am-contact-card::after {
        content: "";
        position: absolute;
        right: -44px;
        bottom: -54px;
        width: 140px;
        height: 140px;
        z-index: -1;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.13);
        filter: blur(2px);
    }

    .am-contact-card:hover {
        color: #fffaf1;
        transform: translateY(-4px);
        border-color: rgba(255, 244, 225, 0.22);
        box-shadow: 0 26px 52px rgba(0, 0, 0, 0.28);
    }

        .am-contact-card:hover::before {
            opacity: 1;
        }

.am-contact-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #15100d;
    background: rgba(255, 250, 241, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.24);
    font-size: 1.15rem;
    box-shadow: 0 13px 24px rgba(0, 0, 0, 0.18);
    flex-shrink: 0;
}

.am-contact-card h3 {
    margin: 0 0 5px;
    color: #fff8ec;
    font-size: 1rem;
    font-weight: 900;
}

.am-contact-card p {
    margin: 0;
    color: rgba(255, 248, 237, 0.78);
    font-size: 0.9rem;
    line-height: 1.55;
}

.am-contact-card-maps::before {
    background: linear-gradient(135deg, rgba(34, 99, 76, 0.96), rgba(36, 71, 111, 0.88));
}

.am-contact-card-whatsapp::before {
    background: linear-gradient(135deg, rgba(28, 126, 78, 0.96), rgba(18, 83, 57, 0.88));
}

.am-contact-card-instagram::before {
    background: linear-gradient(135deg, rgba(131, 58, 180, 0.94), rgba(225, 48, 108, 0.86), rgba(245, 133, 41, 0.78));
}

.am-contact-card-facebook::before {
    background: linear-gradient(135deg, rgba(24, 119, 242, 0.92), rgba(22, 58, 128, 0.88));
}

.am-contact-card-tiktok::before {
    background: linear-gradient(135deg, rgba(17, 17, 24, 0.96), rgba(238, 29, 82, 0.72), rgba(105, 201, 208, 0.62));
}

.am-contact-card-waze::before {
    background: linear-gradient(135deg, rgba(48, 168, 217, 0.94), rgba(35, 99, 140, 0.88));
}

.am-contact-card-whatsapp:hover .am-contact-card-icon {
    background: linear-gradient(135deg, #d9ffe8, #25d366);
}

.am-contact-card-instagram:hover .am-contact-card-icon {
    background: linear-gradient(135deg, #ffe0f0, #f58529);
}

.am-contact-card-facebook:hover .am-contact-card-icon {
    background: linear-gradient(135deg, #e2f0ff, #71a7ff);
}

.am-contact-card-tiktok:hover .am-contact-card-icon {
    background: linear-gradient(135deg, #ffffff, #69c9d0);
}

.am-contact-card-waze:hover .am-contact-card-icon {
    background: linear-gradient(135deg, #e4f8ff, #7ed7ff);
}

.am-contact-card-maps:hover .am-contact-card-icon {
    background: linear-gradient(135deg, #e7f7d8, #f1cf8a);
}

.am-contact-visual {
    position: relative;
}

.am-contact-visual-frame {
    position: relative;
    min-height: 620px;
    border-radius: 34px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 244, 225, 0.08);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-contact-main-image {
    position: absolute;
    inset: 18px;
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    background: #1c1b18;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

    .am-contact-main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.8s ease;
    }

    .am-contact-main-image:hover img {
        transform: scale(1.05);
    }

.am-contact-overlay-card {
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 36px;
    z-index: 3;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 24px;
    background: rgba(19, 33, 22, 0.76);
    border: 1px solid rgba(220, 229, 209, 0.14);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.am-contact-overlay-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(227, 189, 120, 0.18), rgba(140, 173, 116, 0.18));
    border: 1px solid rgba(255, 232, 188, 0.14);
    color: #f2d29a;
    font-size: 1.12rem;
}

.am-contact-overlay-card strong {
    display: block;
    margin-bottom: 4px;
    color: #fff8ec;
    font-size: 1rem;
    font-weight: 800;
}

.am-contact-overlay-card p {
    margin: 0;
    color: rgba(248, 243, 234, 0.82);
    font-size: 0.93rem;
    line-height: 1.6;
}

.am-contact-mini-card {
    position: absolute;
    top: 34px;
    right: 34px;
    z-index: 3;
    width: 250px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(24, 22, 18, 0.74);
    border: 1px solid rgba(255, 244, 225, 0.1);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

    .am-contact-mini-card h3 {
        margin: 0 0 8px;
        color: #fff8ec;
        font-size: 1rem;
        font-weight: 800;
    }

    .am-contact-mini-card p {
        margin: 0;
        color: rgba(248, 243, 234, 0.78);
        font-size: 0.92rem;
        line-height: 1.65;
    }

/* =========================================
   SECCION: RESPONSIVE CONTACTO
========================================= */

@media (max-width: 1199.98px) {
    .am-contact-section {
        padding: 95px 0 105px;
    }

    .am-contact-shell {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .am-contact-title,
    .am-contact-subtext {
        max-width: 100%;
    }

    .am-contact-info-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .am-contact-visual-frame {
        min-height: 560px;
    }
}

@media (max-width: 767.98px) {
    .am-contact-section {
        padding: 78px 0 92px;
    }

    .am-contact-subtext {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-contact-info-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .am-contact-card {
        min-height: auto;
        grid-template-columns: 52px 1fr;
        padding: 15px;
        border-radius: 20px;
    }

    .am-contact-card-icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        font-size: 1.08rem;
    }

    .am-contact-visual-frame {
        min-height: 470px;
        border-radius: 24px;
        padding: 12px;
    }

    .am-contact-main-image {
        inset: 12px;
        border-radius: 18px;
    }

    .am-contact-overlay-card {
        left: 20px;
        right: 20px;
        bottom: 20px;
        grid-template-columns: 50px 1fr;
        padding: 14px;
        border-radius: 18px;
    }

    .am-contact-overlay-icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        font-size: 1rem;
    }

    .am-contact-mini-card {
        display: none;
    }
}

@media (max-width: 480px) {
    .am-contact-kicker {
        font-size: 0.8rem;
        padding: 7px 14px;
    }

    .am-contact-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .am-contact-card p {
        font-size: 0.88rem;
    }
}

/* =========================================
   SECCION: FOOTER
========================================= */

.am-footer {
    position: relative;
    padding: 72px 0 24px;
    background: radial-gradient(circle at 15% 10%, rgba(140, 173, 116, 0.12) 0%, transparent 22%), radial-gradient(circle at 85% 12%, rgba(227, 189, 120, 0.12) 0%, transparent 22%), linear-gradient(180deg, #0b0c0b 0%, #0f1110 100%);
    border-top: 1px solid rgba(255, 244, 225, 0.08);
    overflow: hidden;
}

    .am-footer::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.015) 0%, transparent 32%), linear-gradient(315deg, rgba(255, 236, 198, 0.02) 0%, transparent 32%);
    }

.am-footer-top {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.25fr 0.8fr 0.8fr 1fr;
    gap: 28px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 244, 225, 0.08);
}

.am-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fffaf1;
    margin-bottom: 18px;
}

    .am-footer-brand:hover {
        color: #fffaf1;
    }

.am-footer-logo {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.am-footer-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

    .am-footer-brand-text strong {
        font-family: 'Cinzel', serif;
        font-size: 1.2rem;
    }

    .am-footer-brand-text span {
        color: rgba(248, 243, 234, 0.7);
        font-size: 0.82rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

.am-footer-description {
    margin: 0 0 18px;
    color: rgba(248, 243, 234, 0.78);
    line-height: 1.8;
    max-width: 42ch;
}

.am-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .am-footer-socials a {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.06);
        color: #fff8ee;
        border: 1px solid rgba(255, 244, 225, 0.1);
        transition: var(--am-transition);
    }

        .am-footer-socials a:hover {
            transform: translateY(-3px);
            background: linear-gradient(135deg, #e3bd78, #8cad74);
            color: #16100d;
            border-color: transparent;
        }

.am-footer-links-col h3,
.am-footer-contact-col h3 {
    margin: 0 0 16px;
    color: #fff8ec;
    font-size: 1.08rem;
    font-weight: 700;
}

.am-footer-links-col ul,
.am-footer-contact-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.am-footer-links-col li,
.am-footer-contact-col li {
    margin-bottom: 12px;
}

.am-footer-links-col a,
.am-footer-contact-col a {
    color: rgba(248, 243, 234, 0.76);
    line-height: 1.7;
    transition: var(--am-transition);
}

    .am-footer-links-col a:hover,
    .am-footer-contact-col a:hover {
        color: #d9bb79;
    }

.am-footer-bottom {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    text-align: center;
}

    .am-footer-bottom p {
        margin: 0;
        color: rgba(248, 243, 234, 0.62);
        font-size: 0.94rem;
    }

@media (max-width: 1199.98px) {
    .am-footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .am-footer {
        padding: 58px 0 22px;
    }

    .am-footer-top {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .am-footer-logo {
        width: 58px;
        height: 58px;
    }
}

/* =========================================
   SECCION: PAGINAS LEGALES / FAQ
========================================= */

.am-legal-page {
    position: relative;
    padding: 150px 0 100px;
    min-height: 100vh;
    background: radial-gradient(circle at 12% 14%, rgba(140, 173, 116, 0.12) 0%, transparent 24%), radial-gradient(circle at 85% 18%, rgba(227, 189, 120, 0.12) 0%, transparent 24%), linear-gradient(180deg, #0f1110 0%, #151816 100%);
}

    .am-legal-page::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.015) 0%, transparent 34%), linear-gradient(315deg, rgba(255, 236, 198, 0.02) 0%, transparent 34%);
    }

.am-legal-hero {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.am-legal-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(141, 171, 126, 0.1);
    border: 1px solid rgba(220, 229, 209, 0.14);
    color: #ebe4ca;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.am-legal-hero h1 {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2.2rem, 4.4vw, 4.2rem);
    line-height: 1.08;
    color: #fffaf1;
}

.am-legal-hero p {
    margin: 0 auto;
    max-width: 64ch;
    color: rgba(248, 243, 234, 0.82);
    font-size: 1.03rem;
    line-height: 1.9;
}

.am-legal-card {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
    padding: 34px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 244, 225, 0.08);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-legal-block + .am-legal-block {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 244, 225, 0.08);
}

.am-legal-block h2 {
    margin: 0 0 10px;
    color: #fff8ec;
    font-size: 1.24rem;
    font-weight: 700;
}

.am-legal-block p {
    margin: 0;
    color: rgba(248, 243, 234, 0.82);
    line-height: 1.9;
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .am-legal-page {
        padding: 128px 0 78px;
    }

    .am-legal-card {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .am-legal-block h2 {
        font-size: 1.08rem;
    }

    .am-legal-block p,
    .am-legal-hero p {
        font-size: 0.97rem;
        line-height: 1.8;
    }
}
/* =========================================
   SECCION: PAGINAS INTERNAS PREMIUM
========================================= */

.am-inner-hero {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 140px 0 90px;
}

.am-inner-hero-bg,
.am-inner-hero-bg img,
.am-inner-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

    .am-inner-hero-bg img {
        object-fit: cover;
        display: block;
    }

.am-inner-hero-overlay {
    background: linear-gradient(90deg, rgba(10, 8, 8, 0.84) 0%, rgba(10, 8, 8, 0.6) 40%, rgba(10, 8, 8, 0.38) 100%), linear-gradient(180deg, rgba(10, 8, 8, 0.26) 0%, rgba(10, 8, 8, 0.65) 100%);
}

.am-inner-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.am-inner-kicker,
.am-inner-section-tag {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 244, 225, 0.12);
    color: #efe4c8;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-inner-hero-content h1 {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2.4rem, 4.8vw, 5rem);
    line-height: 1.06;
    color: #fffaf1;
    max-width: 12ch;
}

.am-inner-hero-content p {
    margin: 0 0 26px;
    color: rgba(248, 243, 234, 0.84);
    font-size: 1.04rem;
    line-height: 1.9;
    max-width: 62ch;
}

.am-inner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.am-inner-actions-center {
    justify-content: center;
}

.am-inner-section {
    position: relative;
    padding: 110px 0;
    background: radial-gradient(circle at 10% 12%, rgba(140, 173, 116, 0.1) 0%, transparent 24%), radial-gradient(circle at 88% 16%, rgba(227, 189, 120, 0.1) 0%, transparent 24%), linear-gradient(180deg, #100d0d 0%, #151111 100%);
}

.am-inner-section-soft {
    background: radial-gradient(circle at 14% 15%, rgba(227, 189, 120, 0.1) 0%, transparent 24%), radial-gradient(circle at 86% 16%, rgba(140, 173, 116, 0.1) 0%, transparent 24%), linear-gradient(180deg, #151111 0%, #0f0c0c 100%);
}

.am-inner-section-romance-soft {
    background: radial-gradient(circle at 14% 15%, rgba(216, 142, 166, 0.1) 0%, transparent 24%), radial-gradient(circle at 86% 16%, rgba(241, 207, 158, 0.1) 0%, transparent 24%), linear-gradient(180deg, #1a1016 0%, #0f0b0f 100%);
}

.am-inner-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 42px;
    align-items: center;
}

.am-inner-grid-reverse {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
}

.am-inner-copy h2,
.am-inner-intro-centered h2,
.am-inner-cta-card h2 {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.08;
    color: #fffaf1;
}

.am-inner-copy p,
.am-inner-cta-card p {
    margin: 0 0 16px;
    color: rgba(248, 243, 234, 0.82);
    font-size: 1.02rem;
    line-height: 1.9;
}

.am-inner-collage {
    position: relative;
    min-height: 620px;
}

.am-inner-photo {
    position: absolute;
    overflow: hidden;
    border-radius: 30px;
    background: #1d1716;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

    .am-inner-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.8s ease;
    }

    .am-inner-photo:hover img {
        transform: scale(1.05);
    }

.am-inner-photo-lg {
    left: 0;
    top: 40px;
    width: 68%;
    height: 470px;
    z-index: 2;
}

.am-inner-photo-sm {
    right: 0;
    bottom: 30px;
    width: 48%;
    height: 260px;
    z-index: 3;
    border: 6px solid rgba(255, 255, 255, 0.06);
}

.am-inner-feature-list {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

    .am-inner-feature-list article {
        display: grid;
        grid-template-columns: 58px 1fr;
        gap: 14px;
        padding: 18px;
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255,255,255,.055) 0%, rgba(255,255,255,.03) 100%);
        border: 1px solid rgba(255, 244, 225, 0.08);
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
    }

    .am-inner-feature-list i,
    .am-inner-info-card i {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(227, 189, 120, 0.18), rgba(140, 173, 116, 0.18));
        border: 1px solid rgba(255, 232, 188, 0.14);
        color: #f2d29a;
        font-size: 1.15rem;
        flex-shrink: 0;
    }

    .am-inner-feature-list h3,
    .am-inner-info-card h3 {
        margin: 0 0 6px;
        color: #fff8ec;
        font-size: 1.06rem;
        font-weight: 700;
    }

    .am-inner-feature-list p,
    .am-inner-info-card p {
        margin: 0;
        color: rgba(248, 243, 234, 0.78);
        line-height: 1.75;
        font-size: 0.96rem;
    }

.am-inner-intro-centered {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 34px;
}

.am-inner-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.am-inner-info-card {
    padding: 24px 20px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.03) 100%);
    border: 1px solid rgba(255, 244, 225, 0.08);
    box-shadow: 0 18px 40px rgba(0,0,0,.16);
}

    .am-inner-info-card i {
        margin-bottom: 16px;
    }

.am-inner-cta-section {
    padding: 95px 0 115px;
    background: radial-gradient(circle at 12% 16%, rgba(140, 173, 116, 0.12) 0%, transparent 24%), radial-gradient(circle at 86% 18%, rgba(227, 189, 120, 0.12) 0%, transparent 24%), linear-gradient(180deg, #0e0d0d 0%, #12100f 100%);
}

.am-inner-cta-section-warm {
    background: radial-gradient(circle at 12% 16%, rgba(255, 171, 117, 0.12) 0%, transparent 24%), radial-gradient(circle at 86% 18%, rgba(217, 105, 132, 0.12) 0%, transparent 24%), linear-gradient(180deg, #1a1010 0%, #120d0d 100%);
}

.am-inner-cta-section-romance {
    background: radial-gradient(circle at 12% 16%, rgba(216, 142, 166, 0.12) 0%, transparent 24%), radial-gradient(circle at 86% 18%, rgba(241, 207, 158, 0.12) 0%, transparent 24%), linear-gradient(180deg, #140d13 0%, #0f0a0e 100%);
}

.am-inner-cta-card {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.055) 0%, rgba(255,255,255,.03) 100%);
    border: 1px solid rgba(255, 244, 225, 0.08);
    box-shadow: 0 24px 54px rgba(0,0,0,.18);
}

/* Variantes hero */
.am-inner-hero-nature .am-inner-hero-overlay {
    background: linear-gradient(90deg, rgba(10, 8, 8, 0.82) 0%, rgba(10, 8, 8, 0.58) 40%, rgba(10, 8, 8, 0.34) 100%), linear-gradient(180deg, rgba(29, 47, 29, 0.2) 0%, rgba(10, 8, 8, 0.56) 100%);
}

.am-inner-hero-celebration .am-inner-hero-overlay {
    background: linear-gradient(90deg, rgba(28, 12, 14, 0.82) 0%, rgba(28, 12, 14, 0.58) 40%, rgba(28, 12, 14, 0.34) 100%), linear-gradient(180deg, rgba(138, 59, 42, 0.16) 0%, rgba(20, 10, 10, 0.58) 100%);
}

.am-inner-hero-romance .am-inner-hero-overlay {
    background: linear-gradient(90deg, rgba(22, 10, 18, 0.84) 0%, rgba(22, 10, 18, 0.6) 40%, rgba(22, 10, 18, 0.34) 100%), linear-gradient(180deg, rgba(103, 50, 84, 0.18) 0%, rgba(10, 8, 8, 0.6) 100%);
}

@media (max-width: 1199.98px) {
    .am-inner-grid,
    .am-inner-grid-reverse {
        grid-template-columns: 1fr;
    }

    .am-inner-collage {
        min-height: 560px;
    }

    .am-inner-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .am-inner-hero {
        min-height: auto;
        padding: 128px 0 82px;
    }

    .am-inner-hero-content h1 {
        max-width: 100%;
        font-size: clamp(2.1rem, 8vw, 3.3rem);
    }

    .am-inner-hero-content p,
    .am-inner-copy p,
    .am-inner-cta-card p {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-inner-actions {
        flex-direction: column;
    }

        .am-inner-actions .am-btn {
            width: 100%;
        }

    .am-inner-section {
        padding: 78px 0;
    }

    .am-inner-collage {
        min-height: auto;
        display: grid;
        gap: 14px;
    }

    .am-inner-photo,
    .am-inner-photo-lg,
    .am-inner-photo-sm {
        position: relative;
        inset: auto;
        width: 100%;
        height: 240px;
        border-radius: 22px;
        border-width: 0;
    }

    .am-inner-card-grid {
        grid-template-columns: 1fr;
    }

    .am-inner-feature-list article {
        grid-template-columns: 54px 1fr;
        padding: 16px;
    }

    .am-inner-feature-list i,
    .am-inner-info-card i {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 1.05rem;
    }

    .am-inner-cta-card {
        padding: 24px 18px;
        border-radius: 24px;
    }
}

/* =========================================
   PAGINA: ESPECIAL PARA 2
========================================= */

.am-specialtwo-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 150px 0 95px;
    isolation: isolate;
}

.am-specialtwo-hero-bg,
.am-specialtwo-hero-bg img,
.am-specialtwo-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.am-specialtwo-hero-bg {
    margin: 0;
    z-index: -3;
}

    .am-specialtwo-hero-bg img {
        object-fit: cover;
        object-position: center center;
        display: block;
    }

.am-specialtwo-hero-overlay {
    z-index: -2;
    background: linear-gradient(90deg, rgba(18, 8, 14, 0.92) 0%, rgba(22, 10, 18, 0.76) 42%, rgba(22, 10, 18, 0.44) 100%), linear-gradient(180deg, rgba(64, 25, 47, 0.16) 0%, rgba(10, 7, 8, 0.72) 100%);
}

.am-specialtwo-hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

    .am-specialtwo-hero-content h1 {
        margin: 0 0 20px;
        font-family: 'Cinzel', serif;
        font-size: clamp(2.45rem, 4.8vw, 5rem);
        line-height: 1.06;
        color: #fff8f2;
        max-width: 12ch;
    }

    .am-specialtwo-hero-content p {
        margin: 0 0 28px;
        max-width: 66ch;
        color: rgba(255, 242, 236, 0.86);
        font-size: 1.04rem;
        line-height: 1.9;
    }

.am-specialtwo-btn-primary {
    background: linear-gradient(135deg, #f1cf9e, #d88ea6);
    color: #241318;
    box-shadow: 0 14px 34px rgba(216, 142, 166, 0.24);
}

    .am-specialtwo-btn-primary:hover {
        color: #241318;
        transform: translateY(-2px);
    }

.am-specialtwo-btn-secondary {
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 241, 234, 0.08);
    color: #fff9f5;
    border: 1px solid rgba(255, 227, 212, 0.14);
    font-weight: 800;
    transition: var(--am-transition);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .am-specialtwo-btn-secondary:hover {
        color: #fff;
        transform: translateY(-2px);
        background: rgba(255, 241, 234, 0.14);
        border-color: rgba(241, 207, 158, 0.24);
    }

.am-specialtwo-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(211, 122, 146, 0.12) 0%, transparent 24%), radial-gradient(circle at 86% 20%, rgba(241, 207, 158, 0.12) 0%, transparent 24%), linear-gradient(180deg, #140d12 0%, #1b1118 52%, #100b0f 100%);
}

    .am-specialtwo-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0%, transparent 34%), linear-gradient(315deg, rgba(255, 220, 171, 0.02) 0%, transparent 34%);
    }

.am-specialtwo-section-soft {
    background: radial-gradient(circle at 14% 15%, rgba(216, 142, 166, 0.14) 0%, transparent 24%), radial-gradient(circle at 86% 16%, rgba(241, 207, 158, 0.12) 0%, transparent 24%), linear-gradient(180deg, #1a1016 0%, #0f0b0f 100%);
}

.am-specialtwo-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    gap: 52px;
    align-items: center;
}

.am-specialtwo-grid-reverse {
    grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr);
}

.am-specialtwo-copy h2,
.am-specialtwo-gallery-header h2,
.am-specialtwo-cta-card h2 {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.08;
    color: #fff8f2;
}

.am-specialtwo-copy p,
.am-specialtwo-gallery-header p,
.am-specialtwo-cta-card p {
    margin: 0 0 16px;
    color: rgba(255, 242, 236, 0.82);
    font-size: 1.02rem;
    line-height: 1.9;
}

.am-specialtwo-collage {
    position: relative;
    min-height: 650px;
}

.am-specialtwo-photo,
.am-specialtwo-image-card,
.am-specialtwo-gallery-item {
    overflow: hidden;
    background: #211619;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 235, 222, 0.08);
}

    .am-specialtwo-photo img,
    .am-specialtwo-image-card img,
    .am-specialtwo-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.8s ease;
    }

    .am-specialtwo-photo:hover img,
    .am-specialtwo-image-card:hover img,
    .am-specialtwo-gallery-item:hover img {
        transform: scale(1.05);
    }

.am-specialtwo-photo {
    position: absolute;
    border-radius: 32px;
}

.am-specialtwo-photo-main {
    left: 0;
    top: 0;
    width: 68%;
    height: 540px;
    z-index: 2;
}

.am-specialtwo-photo-side {
    right: 0;
    bottom: 58px;
    width: 46%;
    height: 295px;
    z-index: 3;
    border: 7px solid rgba(255, 255, 255, 0.06);
}

.am-specialtwo-floating-card {
    position: absolute;
    left: 34px;
    bottom: 0;
    z-index: 4;
    width: min(100%, 360px);
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(126, 67, 95, 0.48), rgba(56, 35, 55, 0.56));
    border: 1px solid rgba(255, 223, 214, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

    .am-specialtwo-floating-card span {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(244, 197, 172, 0.22), rgba(208, 126, 153, 0.2));
        border: 1px solid rgba(255, 226, 211, 0.16);
        color: #ffd8c7;
        font-size: 1.1rem;
    }

    .am-specialtwo-floating-card strong {
        display: block;
        margin-bottom: 4px;
        color: #fff6f0;
        font-size: 1rem;
        font-weight: 900;
    }

    .am-specialtwo-floating-card p {
        margin: 0;
        color: rgba(255, 241, 234, 0.8);
        font-size: 0.93rem;
        line-height: 1.6;
    }

.am-specialtwo-image-card {
    height: 640px;
    border-radius: 34px;
}

.am-specialtwo-feature-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

    .am-specialtwo-feature-list article {
        display: grid;
        grid-template-columns: 60px 1fr;
        gap: 16px;
        align-items: start;
        padding: 18px;
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.065) 0%, rgba(255, 255, 255, 0.03) 100%);
        border: 1px solid rgba(255, 231, 218, 0.08);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
    }

    .am-specialtwo-feature-list i {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(241, 207, 158, 0.16), rgba(209, 127, 152, 0.18));
        border: 1px solid rgba(255, 228, 208, 0.14);
        color: #ffd8c7;
        font-size: 1.2rem;
    }

    .am-specialtwo-feature-list h3 {
        margin: 0 0 6px;
        color: #fff8f2;
        font-size: 1.08rem;
        font-weight: 900;
    }

    .am-specialtwo-feature-list p {
        margin: 0;
        color: rgba(255, 242, 236, 0.78);
        font-size: 0.96rem;
        line-height: 1.75;
    }

.am-specialtwo-gallery-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(216, 142, 166, 0.16) 0%, transparent 24%), radial-gradient(circle at 88% 18%, rgba(241, 207, 158, 0.14) 0%, transparent 24%), linear-gradient(180deg, #100b0f 0%, #1c1117 52%, #0f0a0d 100%);
}

.am-specialtwo-gallery-header {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin: 0 auto 38px;
    text-align: center;
}

.am-specialtwo-gallery-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 280px;
    gap: 18px;
}

.am-specialtwo-gallery-item {
    position: relative;
    margin: 0;
    border-radius: 28px;
    isolation: isolate;
}

    .am-specialtwo-gallery-item::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.58) 100%);
        z-index: 1;
    }

    .am-specialtwo-gallery-item figcaption {
        position: absolute;
        left: 16px;
        bottom: 16px;
        z-index: 2;
        max-width: calc(100% - 32px);
        padding: 9px 14px;
        border-radius: 999px;
        background: rgba(24, 14, 18, 0.68);
        border: 1px solid rgba(255, 231, 218, 0.12);
        color: #fff8f2;
        font-size: 0.86rem;
        font-weight: 900;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

.am-specialtwo-gallery-item-large {
    grid-row: span 2;
}

.am-specialtwo-cta-section {
    position: relative;
    padding: 95px 0 115px;
    overflow: hidden;
    background: radial-gradient(circle at 12% 16%, rgba(216, 142, 166, 0.16) 0%, transparent 24%), radial-gradient(circle at 86% 18%, rgba(241, 207, 158, 0.14) 0%, transparent 24%), linear-gradient(180deg, #140d13 0%, #0f0a0e 100%);
}

.am-specialtwo-cta-card {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 38px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.032) 100%);
    border: 1px solid rgba(255, 231, 218, 0.09);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* =========================================
   RESPONSIVE: ESPECIAL PARA 2
========================================= */

@media (max-width: 1199.98px) {
    .am-specialtwo-hero {
        min-height: auto;
        padding: 140px 0 90px;
    }

    .am-specialtwo-section,
    .am-specialtwo-gallery-section {
        padding: 95px 0;
    }

    .am-specialtwo-grid,
    .am-specialtwo-grid-reverse {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .am-specialtwo-copy h2,
    .am-specialtwo-copy p {
        max-width: 100%;
    }

    .am-specialtwo-collage {
        min-height: 610px;
    }

    .am-specialtwo-image-card {
        height: 520px;
    }
}

@media (max-width: 767.98px) {
    .am-specialtwo-hero {
        padding: 128px 0 82px;
    }

    .am-specialtwo-hero-content h1 {
        max-width: 100%;
        font-size: clamp(2.1rem, 8vw, 3.3rem);
    }

    .am-specialtwo-hero-content p,
    .am-specialtwo-copy p,
    .am-specialtwo-gallery-header p,
    .am-specialtwo-cta-card p {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-specialtwo-section,
    .am-specialtwo-gallery-section {
        padding: 78px 0;
    }

    .am-specialtwo-collage {
        min-height: auto;
        display: grid;
        gap: 14px;
    }

    .am-specialtwo-photo,
    .am-specialtwo-photo-main,
    .am-specialtwo-photo-side {
        position: relative;
        inset: auto;
        width: 100%;
        height: 245px;
        border-radius: 22px;
        border-width: 0;
    }

    .am-specialtwo-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        border-radius: 20px;
        grid-template-columns: 54px 1fr;
        padding: 16px;
    }

        .am-specialtwo-floating-card span {
            width: 54px;
            height: 54px;
            border-radius: 16px;
        }

    .am-specialtwo-image-card {
        height: 300px;
        border-radius: 24px;
    }

    .am-specialtwo-feature-list article {
        grid-template-columns: 54px 1fr;
        gap: 14px;
        padding: 16px;
        border-radius: 20px;
    }

    .am-specialtwo-feature-list i {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 1.05rem;
    }

    .am-specialtwo-gallery-header {
        margin-bottom: 30px;
    }

    .am-specialtwo-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 245px;
        gap: 14px;
    }

    .am-specialtwo-gallery-item,
    .am-specialtwo-gallery-item-large {
        grid-row: span 1;
        border-radius: 22px;
    }

    .am-specialtwo-cta-section {
        padding: 78px 0 92px;
    }

    .am-specialtwo-cta-card {
        padding: 24px 18px;
        border-radius: 24px;
    }

        .am-specialtwo-btn-secondary,
        .am-specialtwo-cta-card .am-btn,
        .am-specialtwo-hero-content .am-btn {
            width: 100%;
        }
}

@media (max-width: 480px) {
    .am-specialtwo-photo,
    .am-specialtwo-photo-main,
    .am-specialtwo-photo-side,
    .am-specialtwo-gallery-grid {
        grid-auto-rows: 220px;
    }

    .am-specialtwo-photo,
    .am-specialtwo-photo-main,
    .am-specialtwo-photo-side {
        height: 220px;
    }

    .am-specialtwo-gallery-item figcaption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-width: none;
        text-align: center;
        border-radius: 16px;
    }
}

/* =========================================
   PAGINA: ESPECIAL PARA 2 - FOTOS VERTICALES
========================================= */

.am-specialtwo-collage {
    min-height: 680px;
}

.am-specialtwo-photo-main {
    left: 0;
    top: 0;
    width: 62%;
    aspect-ratio: 3 / 4;
    height: auto;
    z-index: 2;
}

.am-specialtwo-photo-side {
    right: 0;
    bottom: 64px;
    width: 42%;
    aspect-ratio: 3 / 4;
    height: auto;
    z-index: 3;
    border: 7px solid rgba(255, 255, 255, 0.06);
}

.am-specialtwo-photo img,
.am-specialtwo-image-card img,
.am-specialtwo-gallery-item img {
    object-position: center center;
}

.am-specialtwo-image-card {
    aspect-ratio: 3 / 4;
    height: auto;
    border-radius: 34px;
}

.am-specialtwo-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 18px;
}

.am-specialtwo-gallery-item,
.am-specialtwo-gallery-item-large {
    aspect-ratio: 3 / 4;
    grid-row: span 1;
}

@media (max-width: 1199.98px) {
    .am-specialtwo-collage {
        min-height: 620px;
    }

    .am-specialtwo-image-card {
        aspect-ratio: 3 / 4;
        height: auto;
    }

    .am-specialtwo-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
    }
}

@media (max-width: 767.98px) {
    .am-specialtwo-collage {
        min-height: auto;
    }

    .am-specialtwo-photo,
    .am-specialtwo-photo-main,
    .am-specialtwo-photo-side {
        position: relative;
        inset: auto;
        width: 100%;
        aspect-ratio: 3 / 4;
        height: auto;
        border-radius: 22px;
        border-width: 0;
    }

    .am-specialtwo-image-card {
        aspect-ratio: 3 / 4;
        height: auto;
        border-radius: 24px;
    }

    .am-specialtwo-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 14px;
    }

    .am-specialtwo-gallery-item,
    .am-specialtwo-gallery-item-large {
        aspect-ratio: 3 / 4;
        grid-row: span 1;
        border-radius: 22px;
    }
}

@media (max-width: 480px) {
    .am-specialtwo-photo,
    .am-specialtwo-photo-main,
    .am-specialtwo-photo-side {
        aspect-ratio: 3 / 4;
        height: auto;
    }

    .am-specialtwo-gallery-item figcaption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-width: none;
        text-align: center;
        border-radius: 16px;
    }
}

/* =========================================
   PAGINA: CELEBRACIONES
========================================= */

.am-celebrationpage-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 150px 0 95px;
    isolation: isolate;
}

.am-celebrationpage-hero-bg,
.am-celebrationpage-hero-bg img,
.am-celebrationpage-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.am-celebrationpage-hero-bg {
    margin: 0;
    z-index: -3;
}

    .am-celebrationpage-hero-bg img {
        object-fit: cover;
        object-position: center center;
        display: block;
    }

.am-celebrationpage-hero-overlay {
    z-index: -2;
    background: linear-gradient(90deg, rgba(18, 12, 8, 0.92) 0%, rgba(22, 13, 8, 0.76) 42%, rgba(22, 13, 8, 0.42) 100%), linear-gradient(180deg, rgba(128, 65, 38, 0.18) 0%, rgba(10, 7, 6, 0.72) 100%);
}

.am-celebrationpage-hero-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
}

    .am-celebrationpage-hero-content h1 {
        margin: 0 0 20px;
        font-family: 'Cinzel', serif;
        font-size: clamp(2.45rem, 4.8vw, 5rem);
        line-height: 1.06;
        color: #fff8ef;
        max-width: 13ch;
    }

    .am-celebrationpage-hero-content p {
        margin: 0 0 28px;
        max-width: 68ch;
        color: rgba(255, 244, 235, 0.86);
        font-size: 1.04rem;
        line-height: 1.9;
    }

.am-celebrationpage-btn-primary {
    background: linear-gradient(135deg, #ffd17c, #d88a57);
    color: #25140d;
    box-shadow: 0 14px 34px rgba(216, 138, 87, 0.24);
}

    .am-celebrationpage-btn-primary:hover {
        color: #25140d;
        transform: translateY(-2px);
    }

.am-celebrationpage-btn-secondary {
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 244, 235, 0.08);
    color: #fff9f2;
    border: 1px solid rgba(255, 230, 206, 0.14);
    font-weight: 800;
    transition: var(--am-transition);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .am-celebrationpage-btn-secondary:hover {
        color: #fff;
        transform: translateY(-2px);
        background: rgba(255, 244, 235, 0.14);
        border-color: rgba(255, 209, 124, 0.24);
    }

.am-celebrationpage-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(216, 138, 87, 0.13) 0%, transparent 24%), radial-gradient(circle at 86% 20%, rgba(140, 173, 116, 0.12) 0%, transparent 24%), linear-gradient(180deg, #130d0a 0%, #1b130e 52%, #0f0b08 100%);
}

    .am-celebrationpage-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0%, transparent 34%), linear-gradient(315deg, rgba(255, 220, 171, 0.02) 0%, transparent 34%);
    }

.am-celebrationpage-section-soft {
    background: radial-gradient(circle at 14% 15%, rgba(216, 138, 87, 0.15) 0%, transparent 24%), radial-gradient(circle at 86% 16%, rgba(140, 173, 116, 0.13) 0%, transparent 24%), linear-gradient(180deg, #1a110d 0%, #0f0b08 100%);
}

.am-celebrationpage-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    gap: 52px;
    align-items: center;
}

.am-celebrationpage-grid-reverse {
    grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr);
}

.am-celebrationpage-copy h2,
.am-celebrationpage-gallery-header h2,
.am-celebrationpage-cta-card h2 {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.08;
    color: #fff8ef;
}

.am-celebrationpage-copy p,
.am-celebrationpage-gallery-header p,
.am-celebrationpage-cta-card p {
    margin: 0 0 16px;
    color: rgba(255, 244, 235, 0.82);
    font-size: 1.02rem;
    line-height: 1.9;
}

.am-celebrationpage-collage {
    position: relative;
    min-height: 650px;
}

.am-celebrationpage-photo,
.am-celebrationpage-image-card,
.am-celebrationpage-gallery-item {
    overflow: hidden;
    background: #211813;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 235, 214, 0.08);
}

    .am-celebrationpage-photo img,
    .am-celebrationpage-image-card img,
    .am-celebrationpage-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.8s ease;
    }

    .am-celebrationpage-photo:hover img,
    .am-celebrationpage-image-card:hover img,
    .am-celebrationpage-gallery-item:hover img {
        transform: scale(1.05);
    }

.am-celebrationpage-photo {
    position: absolute;
    border-radius: 32px;
}

.am-celebrationpage-photo-main {
    left: 0;
    top: 0;
    width: 68%;
    height: 540px;
    z-index: 2;
}

.am-celebrationpage-photo-side {
    right: 0;
    bottom: 58px;
    width: 46%;
    height: 295px;
    z-index: 3;
    border: 7px solid rgba(255, 255, 255, 0.06);
}

.am-celebrationpage-floating-card {
    position: absolute;
    left: 34px;
    bottom: 0;
    z-index: 4;
    width: min(100%, 370px);
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(90, 62, 35, 0.54), rgba(35, 55, 31, 0.56));
    border: 1px solid rgba(255, 231, 210, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

    .am-celebrationpage-floating-card span {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(255, 209, 124, 0.22), rgba(140, 173, 116, 0.2));
        border: 1px solid rgba(255, 226, 190, 0.16);
        color: #ffe4ad;
        font-size: 1.1rem;
    }

    .am-celebrationpage-floating-card strong {
        display: block;
        margin-bottom: 4px;
        color: #fff7ed;
        font-size: 1rem;
        font-weight: 900;
    }

    .am-celebrationpage-floating-card p {
        margin: 0;
        color: rgba(255, 244, 235, 0.8);
        font-size: 0.93rem;
        line-height: 1.6;
    }

.am-celebrationpage-image-card {
    height: 640px;
    border-radius: 34px;
}

.am-celebrationpage-feature-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

    .am-celebrationpage-feature-list article {
        display: grid;
        grid-template-columns: 60px 1fr;
        gap: 16px;
        align-items: start;
        padding: 18px;
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.065) 0%, rgba(255, 255, 255, 0.03) 100%);
        border: 1px solid rgba(255, 231, 210, 0.08);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
    }

    .am-celebrationpage-feature-list i {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(255, 209, 124, 0.18), rgba(140, 173, 116, 0.18));
        border: 1px solid rgba(255, 228, 202, 0.14);
        color: #ffe2aa;
        font-size: 1.2rem;
    }

    .am-celebrationpage-feature-list h3 {
        margin: 0 0 6px;
        color: #fff8ef;
        font-size: 1.08rem;
        font-weight: 900;
    }

    .am-celebrationpage-feature-list p {
        margin: 0;
        color: rgba(255, 244, 235, 0.78);
        font-size: 0.96rem;
        line-height: 1.75;
    }

.am-celebrationpage-gallery-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(216, 138, 87, 0.16) 0%, transparent 24%), radial-gradient(circle at 88% 18%, rgba(140, 173, 116, 0.14) 0%, transparent 24%), linear-gradient(180deg, #0f0b08 0%, #1b120d 52%, #0e0a08 100%);
}

.am-celebrationpage-gallery-header {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin: 0 auto 38px;
    text-align: center;
}

.am-celebrationpage-gallery-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 280px;
    gap: 18px;
}

.am-celebrationpage-gallery-item {
    position: relative;
    margin: 0;
    border-radius: 28px;
    isolation: isolate;
}

    .am-celebrationpage-gallery-item::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.58) 100%);
        z-index: 1;
    }

    .am-celebrationpage-gallery-item figcaption {
        position: absolute;
        left: 16px;
        bottom: 16px;
        z-index: 2;
        max-width: calc(100% - 32px);
        padding: 9px 14px;
        border-radius: 999px;
        background: rgba(24, 15, 10, 0.68);
        border: 1px solid rgba(255, 231, 210, 0.12);
        color: #fff8ef;
        font-size: 0.86rem;
        font-weight: 900;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

.am-celebrationpage-gallery-item-large {
    grid-row: span 2;
}

.am-celebrationpage-cta-section {
    position: relative;
    padding: 95px 0 115px;
    overflow: hidden;
    background: radial-gradient(circle at 12% 16%, rgba(216, 138, 87, 0.16) 0%, transparent 24%), radial-gradient(circle at 86% 18%, rgba(140, 173, 116, 0.14) 0%, transparent 24%), linear-gradient(180deg, #130d0a 0%, #0f0a08 100%);
}

.am-celebrationpage-cta-card {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 38px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.032) 100%);
    border: 1px solid rgba(255, 231, 210, 0.09);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* =========================================
   RESPONSIVE: CELEBRACIONES
========================================= */

@media (max-width: 1199.98px) {
    .am-celebrationpage-hero {
        min-height: auto;
        padding: 140px 0 90px;
    }

    .am-celebrationpage-section,
    .am-celebrationpage-gallery-section {
        padding: 95px 0;
    }

    .am-celebrationpage-grid,
    .am-celebrationpage-grid-reverse {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .am-celebrationpage-copy h2,
    .am-celebrationpage-copy p {
        max-width: 100%;
    }

    .am-celebrationpage-collage {
        min-height: 610px;
    }

    .am-celebrationpage-image-card {
        height: 520px;
    }
}

@media (max-width: 767.98px) {
    .am-celebrationpage-hero {
        padding: 128px 0 82px;
    }

    .am-celebrationpage-hero-content h1 {
        max-width: 100%;
        font-size: clamp(2.1rem, 8vw, 3.3rem);
    }

    .am-celebrationpage-hero-content p,
    .am-celebrationpage-copy p,
    .am-celebrationpage-gallery-header p,
    .am-celebrationpage-cta-card p {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-celebrationpage-section,
    .am-celebrationpage-gallery-section {
        padding: 78px 0;
    }

    .am-celebrationpage-collage {
        min-height: auto;
        display: grid;
        gap: 14px;
    }

    .am-celebrationpage-photo,
    .am-celebrationpage-photo-main,
    .am-celebrationpage-photo-side {
        position: relative;
        inset: auto;
        width: 100%;
        height: 245px;
        border-radius: 22px;
        border-width: 0;
    }

    .am-celebrationpage-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        border-radius: 20px;
        grid-template-columns: 54px 1fr;
        padding: 16px;
    }

        .am-celebrationpage-floating-card span {
            width: 54px;
            height: 54px;
            border-radius: 16px;
        }

    .am-celebrationpage-image-card {
        height: 300px;
        border-radius: 24px;
    }

    .am-celebrationpage-feature-list article {
        grid-template-columns: 54px 1fr;
        gap: 14px;
        padding: 16px;
        border-radius: 20px;
    }

    .am-celebrationpage-feature-list i {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 1.05rem;
    }

    .am-celebrationpage-gallery-header {
        margin-bottom: 30px;
    }

    .am-celebrationpage-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 245px;
        gap: 14px;
    }

    .am-celebrationpage-gallery-item,
    .am-celebrationpage-gallery-item-large {
        grid-row: span 1;
        border-radius: 22px;
    }

    .am-celebrationpage-cta-section {
        padding: 78px 0 92px;
    }

    .am-celebrationpage-cta-card {
        padding: 24px 18px;
        border-radius: 24px;
    }

        .am-celebrationpage-btn-secondary,
        .am-celebrationpage-cta-card .am-btn,
        .am-celebrationpage-hero-content .am-btn {
            width: 100%;
        }
}

@media (max-width: 480px) {
    .am-celebrationpage-photo,
    .am-celebrationpage-photo-main,
    .am-celebrationpage-photo-side,
    .am-celebrationpage-gallery-grid {
        grid-auto-rows: 220px;
    }

    .am-celebrationpage-photo,
    .am-celebrationpage-photo-main,
    .am-celebrationpage-photo-side {
        height: 220px;
    }

    .am-celebrationpage-gallery-item figcaption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-width: none;
        text-align: center;
        border-radius: 16px;
    }
}

/* =========================================
   PAGINA: ANTIGUA MAGICA
========================================= */

.am-antiguapage-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 150px 0 95px;
    isolation: isolate;
}

.am-antiguapage-hero-bg,
.am-antiguapage-hero-bg img,
.am-antiguapage-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.am-antiguapage-hero-bg {
    margin: 0;
    z-index: -3;
}

    .am-antiguapage-hero-bg img {
        object-fit: cover;
        object-position: center center;
        display: block;
    }

.am-antiguapage-hero-overlay {
    z-index: -2;
    background: linear-gradient(90deg, rgba(9, 20, 14, 0.93) 0%, rgba(14, 24, 17, 0.78) 44%, rgba(14, 24, 17, 0.42) 100%), linear-gradient(180deg, rgba(76, 111, 82, 0.18) 0%, rgba(8, 10, 8, 0.74) 100%);
}

.am-antiguapage-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

    .am-antiguapage-hero-content h1 {
        margin: 0 0 20px;
        font-family: 'Cinzel', serif;
        font-size: clamp(2.45rem, 4.8vw, 5rem);
        line-height: 1.06;
        color: #fffaf1;
        max-width: 13ch;
    }

    .am-antiguapage-hero-content p {
        margin: 0 0 28px;
        max-width: 70ch;
        color: rgba(248, 243, 234, 0.86);
        font-size: 1.04rem;
        line-height: 1.9;
    }

.am-antiguapage-btn-primary {
    background: linear-gradient(135deg, #dff0c8, #d4af67);
    color: #152012;
    box-shadow: 0 14px 34px rgba(140, 173, 116, 0.24);
}

    .am-antiguapage-btn-primary:hover {
        color: #152012;
        transform: translateY(-2px);
    }

.am-antiguapage-btn-secondary {
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 243, 234, 0.08);
    color: #fffaf1;
    border: 1px solid rgba(248, 243, 234, 0.14);
    font-weight: 800;
    transition: var(--am-transition);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .am-antiguapage-btn-secondary:hover {
        color: #fff;
        transform: translateY(-2px);
        background: rgba(248, 243, 234, 0.14);
        border-color: rgba(212, 175, 103, 0.24);
    }

.am-antiguapage-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(140, 173, 116, 0.14) 0%, transparent 24%), radial-gradient(circle at 86% 20%, rgba(212, 175, 103, 0.12) 0%, transparent 24%), linear-gradient(180deg, #0f160f 0%, #161d15 52%, #0b0e0b 100%);
}

    .am-antiguapage-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0%, transparent 34%), linear-gradient(315deg, rgba(255, 220, 171, 0.02) 0%, transparent 34%);
    }

.am-antiguapage-section-soft {
    background: radial-gradient(circle at 14% 15%, rgba(140, 173, 116, 0.16) 0%, transparent 24%), radial-gradient(circle at 86% 16%, rgba(212, 175, 103, 0.13) 0%, transparent 24%), linear-gradient(180deg, #141a12 0%, #0b0e0b 100%);
}

.am-antiguapage-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    gap: 52px;
    align-items: center;
}

.am-antiguapage-grid-reverse {
    grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr);
}

.am-antiguapage-copy h2,
.am-antiguapage-gallery-header h2,
.am-antiguapage-cta-card h2 {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.08;
    color: #fffaf1;
}

.am-antiguapage-copy p,
.am-antiguapage-gallery-header p,
.am-antiguapage-cta-card p {
    margin: 0 0 16px;
    color: rgba(248, 243, 234, 0.82);
    font-size: 1.02rem;
    line-height: 1.9;
}

.am-antiguapage-collage {
    position: relative;
    min-height: 650px;
}

.am-antiguapage-photo,
.am-antiguapage-image-card,
.am-antiguapage-gallery-item {
    overflow: hidden;
    background: #162016;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(230, 242, 220, 0.08);
}

    .am-antiguapage-photo img,
    .am-antiguapage-image-card img,
    .am-antiguapage-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.8s ease;
    }

    .am-antiguapage-photo:hover img,
    .am-antiguapage-image-card:hover img,
    .am-antiguapage-gallery-item:hover img {
        transform: scale(1.05);
    }

.am-antiguapage-photo {
    position: absolute;
    border-radius: 32px;
}

.am-antiguapage-photo-main {
    left: 0;
    top: 0;
    width: 68%;
    height: 540px;
    z-index: 2;
}

.am-antiguapage-photo-side {
    right: 0;
    bottom: 58px;
    width: 46%;
    height: 295px;
    z-index: 3;
    border: 7px solid rgba(255, 255, 255, 0.06);
}

.am-antiguapage-floating-card {
    position: absolute;
    left: 34px;
    bottom: 0;
    z-index: 4;
    width: min(100%, 370px);
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(28, 64, 42, 0.56), rgba(82, 67, 34, 0.5));
    border: 1px solid rgba(230, 242, 220, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

    .am-antiguapage-floating-card span {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(223, 240, 200, 0.2), rgba(212, 175, 103, 0.18));
        border: 1px solid rgba(230, 242, 220, 0.16);
        color: #e9d69a;
        font-size: 1.1rem;
    }

    .am-antiguapage-floating-card strong {
        display: block;
        margin-bottom: 4px;
        color: #fffaf1;
        font-size: 1rem;
        font-weight: 900;
    }

    .am-antiguapage-floating-card p {
        margin: 0;
        color: rgba(248, 243, 234, 0.8);
        font-size: 0.93rem;
        line-height: 1.6;
    }

.am-antiguapage-image-card {
    height: 640px;
    border-radius: 34px;
}

.am-antiguapage-feature-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

    .am-antiguapage-feature-list article {
        display: grid;
        grid-template-columns: 60px 1fr;
        gap: 16px;
        align-items: start;
        padding: 18px;
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.065) 0%, rgba(255, 255, 255, 0.03) 100%);
        border: 1px solid rgba(230, 242, 220, 0.08);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
    }

    .am-antiguapage-feature-list i {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(223, 240, 200, 0.18), rgba(212, 175, 103, 0.18));
        border: 1px solid rgba(230, 242, 220, 0.14);
        color: #e9d69a;
        font-size: 1.2rem;
    }

    .am-antiguapage-feature-list h3 {
        margin: 0 0 6px;
        color: #fffaf1;
        font-size: 1.08rem;
        font-weight: 900;
    }

    .am-antiguapage-feature-list p {
        margin: 0;
        color: rgba(248, 243, 234, 0.78);
        font-size: 0.96rem;
        line-height: 1.75;
    }

.am-antiguapage-gallery-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(140, 173, 116, 0.16) 0%, transparent 24%), radial-gradient(circle at 88% 18%, rgba(212, 175, 103, 0.14) 0%, transparent 24%), linear-gradient(180deg, #0b0e0b 0%, #151c13 52%, #090c09 100%);
}

.am-antiguapage-gallery-header {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin: 0 auto 38px;
    text-align: center;
}

.am-antiguapage-gallery-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 250px;
    gap: 18px;
}

.am-antiguapage-gallery-item {
    position: relative;
    margin: 0;
    border-radius: 28px;
    isolation: isolate;
}

    .am-antiguapage-gallery-item::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.58) 100%);
        z-index: 1;
    }

    .am-antiguapage-gallery-item figcaption {
        position: absolute;
        left: 16px;
        bottom: 16px;
        z-index: 2;
        max-width: calc(100% - 32px);
        padding: 9px 14px;
        border-radius: 999px;
        background: rgba(10, 18, 10, 0.68);
        border: 1px solid rgba(230, 242, 220, 0.12);
        color: #fffaf1;
        font-size: 0.86rem;
        font-weight: 900;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

.am-antiguapage-gallery-item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.am-antiguapage-cta-section {
    position: relative;
    padding: 95px 0 115px;
    overflow: hidden;
    background: radial-gradient(circle at 12% 16%, rgba(140, 173, 116, 0.16) 0%, transparent 24%), radial-gradient(circle at 86% 18%, rgba(212, 175, 103, 0.14) 0%, transparent 24%), linear-gradient(180deg, #10170f 0%, #090c09 100%);
}

.am-antiguapage-cta-card {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 38px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.032) 100%);
    border: 1px solid rgba(230, 242, 220, 0.09);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* =========================================
   RESPONSIVE: ANTIGUA MAGICA
========================================= */

@media (max-width: 1199.98px) {
    .am-antiguapage-hero {
        min-height: auto;
        padding: 140px 0 90px;
    }

    .am-antiguapage-section,
    .am-antiguapage-gallery-section {
        padding: 95px 0;
    }

    .am-antiguapage-grid,
    .am-antiguapage-grid-reverse {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .am-antiguapage-copy h2,
    .am-antiguapage-copy p {
        max-width: 100%;
    }

    .am-antiguapage-collage {
        min-height: 610px;
    }

    .am-antiguapage-image-card {
        height: 520px;
    }

    .am-antiguapage-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .am-antiguapage-hero {
        padding: 128px 0 82px;
    }

    .am-antiguapage-hero-content h1 {
        max-width: 100%;
        font-size: clamp(2.1rem, 8vw, 3.3rem);
    }

    .am-antiguapage-hero-content p,
    .am-antiguapage-copy p,
    .am-antiguapage-gallery-header p,
    .am-antiguapage-cta-card p {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-antiguapage-section,
    .am-antiguapage-gallery-section {
        padding: 78px 0;
    }

    .am-antiguapage-collage {
        min-height: auto;
        display: grid;
        gap: 14px;
    }

    .am-antiguapage-photo,
    .am-antiguapage-photo-main,
    .am-antiguapage-photo-side {
        position: relative;
        inset: auto;
        width: 100%;
        height: 245px;
        border-radius: 22px;
        border-width: 0;
    }

    .am-antiguapage-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        border-radius: 20px;
        grid-template-columns: 54px 1fr;
        padding: 16px;
    }

        .am-antiguapage-floating-card span {
            width: 54px;
            height: 54px;
            border-radius: 16px;
        }

    .am-antiguapage-image-card {
        height: 300px;
        border-radius: 24px;
    }

    .am-antiguapage-feature-list article {
        grid-template-columns: 54px 1fr;
        gap: 14px;
        padding: 16px;
        border-radius: 20px;
    }

    .am-antiguapage-feature-list i {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 1.05rem;
    }

    .am-antiguapage-gallery-header {
        margin-bottom: 30px;
    }

    .am-antiguapage-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 245px;
        gap: 14px;
    }

    .am-antiguapage-gallery-item,
    .am-antiguapage-gallery-item-large {
        grid-column: span 1;
        grid-row: span 1;
        border-radius: 22px;
    }

    .am-antiguapage-cta-section {
        padding: 78px 0 92px;
    }

    .am-antiguapage-cta-card {
        padding: 24px 18px;
        border-radius: 24px;
    }

        .am-antiguapage-btn-secondary,
        .am-antiguapage-cta-card .am-btn,
        .am-antiguapage-hero-content .am-btn {
            width: 100%;
        }
}

@media (max-width: 480px) {
    .am-antiguapage-photo,
    .am-antiguapage-photo-main,
    .am-antiguapage-photo-side,
    .am-antiguapage-gallery-grid {
        grid-auto-rows: 220px;
    }

    .am-antiguapage-photo,
    .am-antiguapage-photo-main,
    .am-antiguapage-photo-side {
        height: 220px;
    }

    .am-antiguapage-gallery-item figcaption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-width: none;
        text-align: center;
        border-radius: 16px;
    }
}

/* =========================================
   PAGINA: CELEBRACIONES - FOTOS VERTICALES
========================================= */

.am-celebrationpage-collage {
    min-height: 680px;
}

.am-celebrationpage-photo-main {
    left: 0;
    top: 0;
    width: 62%;
    aspect-ratio: 3 / 4;
    height: auto;
    z-index: 2;
}

.am-celebrationpage-photo-side {
    right: 0;
    bottom: 64px;
    width: 42%;
    aspect-ratio: 3 / 4;
    height: auto;
    z-index: 3;
    border: 7px solid rgba(255, 255, 255, 0.06);
}

.am-celebrationpage-photo img,
.am-celebrationpage-image-card img,
.am-celebrationpage-gallery-item img {
    object-position: center center;
}

.am-celebrationpage-image-card {
    aspect-ratio: 3 / 4;
    height: auto;
    border-radius: 34px;
}

.am-celebrationpage-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 18px;
}

.am-celebrationpage-gallery-item,
.am-celebrationpage-gallery-item-large {
    aspect-ratio: 3 / 4;
    grid-row: span 1;
}

@media (max-width: 1199.98px) {
    .am-celebrationpage-collage {
        min-height: 620px;
    }

    .am-celebrationpage-image-card {
        aspect-ratio: 3 / 4;
        height: auto;
    }

    .am-celebrationpage-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
    }
}

@media (max-width: 767.98px) {
    .am-celebrationpage-collage {
        min-height: auto;
    }

    .am-celebrationpage-photo,
    .am-celebrationpage-photo-main,
    .am-celebrationpage-photo-side {
        position: relative;
        inset: auto;
        width: 100%;
        aspect-ratio: 3 / 4;
        height: auto;
        border-radius: 22px;
        border-width: 0;
    }

    .am-celebrationpage-image-card {
        aspect-ratio: 3 / 4;
        height: auto;
        border-radius: 24px;
    }

    .am-celebrationpage-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 14px;
    }

    .am-celebrationpage-gallery-item,
    .am-celebrationpage-gallery-item-large {
        aspect-ratio: 3 / 4;
        grid-row: span 1;
        border-radius: 22px;
    }
}

@media (max-width: 480px) {
    .am-celebrationpage-photo,
    .am-celebrationpage-photo-main,
    .am-celebrationpage-photo-side {
        aspect-ratio: 3 / 4;
        height: auto;
    }

    .am-celebrationpage-gallery-item figcaption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-width: none;
        text-align: center;
        border-radius: 16px;
    }
}

/* =========================================
   PAGINA: EVENTOS
========================================= */

.am-eventpage-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 150px 0 95px;
    isolation: isolate;
}

.am-eventpage-hero-bg,
.am-eventpage-hero-bg img,
.am-eventpage-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.am-eventpage-hero-bg {
    margin: 0;
    z-index: -3;
}

    .am-eventpage-hero-bg img {
        object-fit: cover;
        object-position: center center;
        display: block;
    }

.am-eventpage-hero-overlay {
    z-index: -2;
    background: linear-gradient(90deg, rgba(18, 10, 18, 0.93) 0%, rgba(26, 12, 25, 0.78) 44%, rgba(26, 12, 25, 0.42) 100%), linear-gradient(180deg, rgba(128, 48, 76, 0.2) 0%, rgba(10, 7, 9, 0.74) 100%);
}

.am-eventpage-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

    .am-eventpage-hero-content h1 {
        margin: 0 0 20px;
        font-family: 'Cinzel', serif;
        font-size: clamp(2.45rem, 4.8vw, 5rem);
        line-height: 1.06;
        color: #fff7ef;
        max-width: 13ch;
    }

    .am-eventpage-hero-content p {
        margin: 0 0 28px;
        max-width: 70ch;
        color: rgba(255, 242, 234, 0.86);
        font-size: 1.04rem;
        line-height: 1.9;
    }

.am-eventpage-btn-primary {
    background: linear-gradient(135deg, #ffd17c, #d88ea6);
    color: #241216;
    box-shadow: 0 14px 34px rgba(216, 142, 166, 0.24);
}

    .am-eventpage-btn-primary:hover {
        color: #241216;
        transform: translateY(-2px);
    }

.am-eventpage-btn-secondary {
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 242, 234, 0.08);
    color: #fff9f4;
    border: 1px solid rgba(255, 230, 210, 0.14);
    font-weight: 800;
    transition: var(--am-transition);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .am-eventpage-btn-secondary:hover {
        color: #fff;
        transform: translateY(-2px);
        background: rgba(255, 242, 234, 0.14);
        border-color: rgba(255, 209, 124, 0.24);
    }

.am-eventpage-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(128, 48, 76, 0.16) 0%, transparent 24%), radial-gradient(circle at 86% 20%, rgba(212, 175, 103, 0.12) 0%, transparent 24%), linear-gradient(180deg, #120b11 0%, #1b1017 52%, #0d090c 100%);
}

    .am-eventpage-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0%, transparent 34%), linear-gradient(315deg, rgba(255, 220, 171, 0.02) 0%, transparent 34%);
    }

.am-eventpage-section-soft {
    background: radial-gradient(circle at 14% 15%, rgba(128, 48, 76, 0.18) 0%, transparent 24%), radial-gradient(circle at 86% 16%, rgba(212, 175, 103, 0.14) 0%, transparent 24%), linear-gradient(180deg, #1a0f16 0%, #0d090c 100%);
}

.am-eventpage-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    gap: 52px;
    align-items: center;
}

.am-eventpage-grid-reverse {
    grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr);
}

.am-eventpage-copy h2,
.am-eventpage-gallery-header h2,
.am-eventpage-cta-card h2 {
    margin: 0 0 18px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.08;
    color: #fff7ef;
}

.am-eventpage-copy p,
.am-eventpage-gallery-header p,
.am-eventpage-cta-card p {
    margin: 0 0 16px;
    color: rgba(255, 242, 234, 0.82);
    font-size: 1.02rem;
    line-height: 1.9;
}

.am-eventpage-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

    .am-eventpage-stat-grid article {
        padding: 16px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.065) 0%, rgba(255, 255, 255, 0.03) 100%);
        border: 1px solid rgba(255, 231, 214, 0.08);
        box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
    }

    .am-eventpage-stat-grid strong {
        display: block;
        margin-bottom: 6px;
        color: #ffd17c;
        font-size: 1.1rem;
        font-weight: 900;
    }

    .am-eventpage-stat-grid span {
        display: block;
        color: rgba(255, 242, 234, 0.78);
        font-size: 0.9rem;
        line-height: 1.5;
    }

.am-eventpage-collage {
    position: relative;
    min-height: 650px;
}

.am-eventpage-photo,
.am-eventpage-image-card,
.am-eventpage-gallery-item {
    overflow: hidden;
    background: #21141a;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 235, 222, 0.08);
}

    .am-eventpage-photo img,
    .am-eventpage-image-card img,
    .am-eventpage-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.8s ease;
    }

    .am-eventpage-photo:hover img,
    .am-eventpage-image-card:hover img,
    .am-eventpage-gallery-item:hover img {
        transform: scale(1.05);
    }

.am-eventpage-photo {
    position: absolute;
    border-radius: 32px;
}

.am-eventpage-photo-main {
    left: 0;
    top: 0;
    width: 68%;
    height: 540px;
    z-index: 2;
}

.am-eventpage-photo-side {
    right: 0;
    bottom: 58px;
    width: 46%;
    height: 295px;
    z-index: 3;
    border: 7px solid rgba(255, 255, 255, 0.06);
}

.am-eventpage-floating-card {
    position: absolute;
    left: 34px;
    bottom: 0;
    z-index: 4;
    width: min(100%, 390px);
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(92, 34, 70, 0.56), rgba(82, 61, 34, 0.5));
    border: 1px solid rgba(255, 231, 214, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

    .am-eventpage-floating-card span {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(255, 209, 124, 0.22), rgba(216, 142, 166, 0.2));
        border: 1px solid rgba(255, 226, 190, 0.16);
        color: #ffe2aa;
        font-size: 1.1rem;
    }

    .am-eventpage-floating-card strong {
        display: block;
        margin-bottom: 4px;
        color: #fff7ef;
        font-size: 1rem;
        font-weight: 900;
    }

    .am-eventpage-floating-card p {
        margin: 0;
        color: rgba(255, 242, 234, 0.8);
        font-size: 0.93rem;
        line-height: 1.6;
    }

.am-eventpage-image-card {
    height: 640px;
    border-radius: 34px;
}

.am-eventpage-feature-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

    .am-eventpage-feature-list article {
        display: grid;
        grid-template-columns: 60px 1fr;
        gap: 16px;
        align-items: start;
        padding: 18px;
        border-radius: 24px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.065) 0%, rgba(255, 255, 255, 0.03) 100%);
        border: 1px solid rgba(255, 231, 214, 0.08);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
    }

    .am-eventpage-feature-list i {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(255, 209, 124, 0.18), rgba(216, 142, 166, 0.18));
        border: 1px solid rgba(255, 228, 202, 0.14);
        color: #ffe2aa;
        font-size: 1.2rem;
    }

    .am-eventpage-feature-list h3 {
        margin: 0 0 6px;
        color: #fff7ef;
        font-size: 1.08rem;
        font-weight: 900;
    }

    .am-eventpage-feature-list p {
        margin: 0;
        color: rgba(255, 242, 234, 0.78);
        font-size: 0.96rem;
        line-height: 1.75;
    }

.am-eventpage-gallery-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(128, 48, 76, 0.18) 0%, transparent 24%), radial-gradient(circle at 88% 18%, rgba(212, 175, 103, 0.14) 0%, transparent 24%), linear-gradient(180deg, #0d090c 0%, #1a0f16 52%, #0b080a 100%);
}

.am-eventpage-gallery-header {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin: 0 auto 38px;
    text-align: center;
}

.am-eventpage-gallery-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: 230px;
    gap: 18px;
}

.am-eventpage-gallery-item {
    position: relative;
    margin: 0;
    border-radius: 28px;
    isolation: isolate;
}

    .am-eventpage-gallery-item::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.58) 100%);
        z-index: 1;
    }

    .am-eventpage-gallery-item figcaption {
        position: absolute;
        left: 16px;
        bottom: 16px;
        z-index: 2;
        max-width: calc(100% - 32px);
        padding: 9px 14px;
        border-radius: 999px;
        background: rgba(24, 12, 18, 0.68);
        border: 1px solid rgba(255, 231, 214, 0.12);
        color: #fff7ef;
        font-size: 0.86rem;
        font-weight: 900;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

.am-eventpage-gallery-item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.am-eventpage-cta-section {
    position: relative;
    padding: 95px 0 115px;
    overflow: hidden;
    background: radial-gradient(circle at 12% 16%, rgba(128, 48, 76, 0.16) 0%, transparent 24%), radial-gradient(circle at 86% 18%, rgba(212, 175, 103, 0.14) 0%, transparent 24%), linear-gradient(180deg, #120b11 0%, #0b080a 100%);
}

.am-eventpage-cta-card {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 38px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.032) 100%);
    border: 1px solid rgba(255, 231, 214, 0.09);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* =========================================
   RESPONSIVE: EVENTOS
========================================= */

@media (max-width: 1199.98px) {
    .am-eventpage-hero {
        min-height: auto;
        padding: 140px 0 90px;
    }

    .am-eventpage-section,
    .am-eventpage-gallery-section {
        padding: 95px 0;
    }

    .am-eventpage-grid,
    .am-eventpage-grid-reverse {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .am-eventpage-copy h2,
    .am-eventpage-copy p {
        max-width: 100%;
    }

    .am-eventpage-collage {
        min-height: 610px;
    }

    .am-eventpage-image-card {
        height: 520px;
    }

    .am-eventpage-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 260px;
    }
}

@media (max-width: 767.98px) {
    .am-eventpage-hero {
        padding: 128px 0 82px;
    }

    .am-eventpage-hero-content h1 {
        max-width: 100%;
        font-size: clamp(2.1rem, 8vw, 3.3rem);
    }

    .am-eventpage-hero-content p,
    .am-eventpage-copy p,
    .am-eventpage-gallery-header p,
    .am-eventpage-cta-card p {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-eventpage-section,
    .am-eventpage-gallery-section {
        padding: 78px 0;
    }

    .am-eventpage-stat-grid {
        grid-template-columns: 1fr;
    }

    .am-eventpage-collage {
        min-height: auto;
        display: grid;
        gap: 14px;
    }

    .am-eventpage-photo,
    .am-eventpage-photo-main,
    .am-eventpage-photo-side {
        position: relative;
        inset: auto;
        width: 100%;
        height: 245px;
        border-radius: 22px;
        border-width: 0;
    }

    .am-eventpage-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        border-radius: 20px;
        grid-template-columns: 54px 1fr;
        padding: 16px;
    }

        .am-eventpage-floating-card span {
            width: 54px;
            height: 54px;
            border-radius: 16px;
        }

    .am-eventpage-image-card {
        height: 300px;
        border-radius: 24px;
    }

    .am-eventpage-feature-list article {
        grid-template-columns: 54px 1fr;
        gap: 14px;
        padding: 16px;
        border-radius: 20px;
    }

    .am-eventpage-feature-list i {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 1.05rem;
    }

    .am-eventpage-gallery-header {
        margin-bottom: 30px;
    }

    .am-eventpage-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 245px;
        gap: 14px;
    }

    .am-eventpage-gallery-item,
    .am-eventpage-gallery-item-large {
        grid-column: span 1;
        grid-row: span 1;
        border-radius: 22px;
    }

    .am-eventpage-cta-section {
        padding: 78px 0 92px;
    }

    .am-eventpage-cta-card {
        padding: 24px 18px;
        border-radius: 24px;
    }

        .am-eventpage-btn-secondary,
        .am-eventpage-cta-card .am-btn,
        .am-eventpage-hero-content .am-btn {
            width: 100%;
        }
}

@media (max-width: 480px) {
    .am-eventpage-photo,
    .am-eventpage-photo-main,
    .am-eventpage-photo-side,
    .am-eventpage-gallery-grid {
        grid-auto-rows: 220px;
    }

    .am-eventpage-photo,
    .am-eventpage-photo-main,
    .am-eventpage-photo-side {
        height: 220px;
    }

    .am-eventpage-gallery-item figcaption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-width: none;
        text-align: center;
        border-radius: 16px;
    }
}

/* =========================================
   PAGINA: EVENTOS - FOTOS VERTICALES
========================================= */

.am-eventpage-collage {
    min-height: 680px;
}

.am-eventpage-photo-main {
    left: 0;
    top: 0;
    width: 62%;
    aspect-ratio: 3 / 4;
    height: auto;
    z-index: 2;
}

.am-eventpage-photo-side {
    right: 0;
    bottom: 64px;
    width: 42%;
    aspect-ratio: 3 / 4;
    height: auto;
    z-index: 3;
    border: 7px solid rgba(255, 255, 255, 0.06);
}

.am-eventpage-photo img,
.am-eventpage-image-card img,
.am-eventpage-gallery-item img {
    object-position: center center;
}

.am-eventpage-image-card {
    aspect-ratio: 3 / 4;
    height: auto;
    border-radius: 34px;
}

.am-eventpage-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 18px;
}

.am-eventpage-gallery-item,
.am-eventpage-gallery-item-large {
    aspect-ratio: 3 / 4;
    grid-column: span 1;
    grid-row: span 1;
}

@media (max-width: 1199.98px) {
    .am-eventpage-collage {
        min-height: 620px;
    }

    .am-eventpage-image-card {
        aspect-ratio: 3 / 4;
        height: auto;
    }

    .am-eventpage-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
    }
}

@media (max-width: 767.98px) {
    .am-eventpage-collage {
        min-height: auto;
    }

    .am-eventpage-photo,
    .am-eventpage-photo-main,
    .am-eventpage-photo-side {
        position: relative;
        inset: auto;
        width: 100%;
        aspect-ratio: 3 / 4;
        height: auto;
        border-radius: 22px;
        border-width: 0;
    }

    .am-eventpage-image-card {
        aspect-ratio: 3 / 4;
        height: auto;
        border-radius: 24px;
    }

    .am-eventpage-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 14px;
    }

    .am-eventpage-gallery-item,
    .am-eventpage-gallery-item-large {
        aspect-ratio: 3 / 4;
        grid-column: span 1;
        grid-row: span 1;
        border-radius: 22px;
    }
}

@media (max-width: 480px) {
    .am-eventpage-photo,
    .am-eventpage-photo-main,
    .am-eventpage-photo-side {
        aspect-ratio: 3 / 4;
        height: auto;
    }

    .am-eventpage-gallery-grid {
        grid-auto-rows: auto;
    }

    .am-eventpage-gallery-item figcaption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-width: none;
        text-align: center;
        border-radius: 16px;
    }
}

/* =========================================
   PAGINA: COTIZADOR EVENTOS
========================================= */

.am-quote-hero {
    position: relative;
    min-height: 86vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 150px 0 95px;
    isolation: isolate;
}

.am-quote-hero-bg,
.am-quote-hero-bg img,
.am-quote-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.am-quote-hero-bg {
    margin: 0;
    z-index: -3;
}

    .am-quote-hero-bg img {
        object-fit: cover;
        object-position: center center;
        display: block;
    }

.am-quote-hero-overlay {
    z-index: -2;
    background: linear-gradient(90deg, rgba(14, 18, 12, 0.94) 0%, rgba(24, 18, 12, 0.78) 44%, rgba(24, 18, 12, 0.44) 100%), linear-gradient(180deg, rgba(212, 175, 103, 0.12) 0%, rgba(8, 8, 7, 0.78) 100%);
}

.am-quote-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

    .am-quote-hero-content h1 {
        margin: 0 0 20px;
        font-family: 'Cinzel', serif;
        font-size: clamp(2.45rem, 4.8vw, 5rem);
        line-height: 1.06;
        color: #fffaf1;
        max-width: 13ch;
    }

    .am-quote-hero-content p {
        margin: 0 0 28px;
        max-width: 70ch;
        color: rgba(248, 243, 234, 0.86);
        font-size: 1.04rem;
        line-height: 1.9;
    }

.am-quote-btn-primary {
    background: linear-gradient(135deg, #dff0c8, #f1cf8a);
    color: #152012;
    box-shadow: 0 14px 34px rgba(140, 173, 116, 0.24);
    border: 0;
}

    .am-quote-btn-primary:hover {
        color: #152012;
        transform: translateY(-2px);
    }

.am-quote-btn-secondary {
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 243, 234, 0.08);
    color: #fffaf1;
    border: 1px solid rgba(248, 243, 234, 0.14);
    font-weight: 800;
    transition: var(--am-transition);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .am-quote-btn-secondary:hover {
        color: #fff;
        transform: translateY(-2px);
        background: rgba(248, 243, 234, 0.14);
        border-color: rgba(212, 175, 103, 0.24);
    }

.am-quote-btn-whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #06130d;
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.2);
}

    .am-quote-btn-whatsapp:hover {
        color: #06130d;
        transform: translateY(-2px);
    }

    .am-quote-btn-whatsapp.is-disabled {
        pointer-events: none;
        opacity: 0.55;
    }

.am-quote-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(140, 173, 116, 0.16) 0%, transparent 24%), radial-gradient(circle at 88% 18%, rgba(212, 175, 103, 0.16) 0%, transparent 24%), linear-gradient(135deg, #0f160f 0%, #17140f 48%, #0d0a09 100%);
}

    .am-quote-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0.5;
        background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
        background-size: 86px 86px;
    }

.am-quote-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
    gap: 28px;
    align-items: start;
}

.am-quote-form-card,
.am-quote-preview-card {
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.035) 100%);
    border: 1px solid rgba(255, 244, 225, 0.1);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.am-quote-form-card {
    padding: 30px;
}

.am-quote-form-header {
    margin-bottom: 26px;
}

    .am-quote-form-header h2,
    .am-quote-preview-card h2 {
        margin: 0 0 14px;
        font-family: 'Cinzel', serif;
        font-size: clamp(1.75rem, 3.2vw, 3.2rem);
        line-height: 1.08;
        color: #fffaf1;
    }

    .am-quote-form-header p,
    .am-quote-preview-card p {
        margin: 0;
        color: rgba(248, 243, 234, 0.82);
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-quote-form-header small {
        margin-top: 16px;
        min-height: 36px;
        padding: 8px 13px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #f1cf8a;
        background: rgba(241, 207, 138, 0.1);
        border: 1px solid rgba(241, 207, 138, 0.16);
        font-weight: 800;
    }

.am-quote-fields-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.am-quote-field {
    display: grid;
    gap: 8px;
}

.am-quote-field-full {
    grid-column: 1 / -1;
}

.am-quote-field label {
    color: #fff8ec;
    font-size: 0.92rem;
    font-weight: 900;
}

.am-quote-field input,
.am-quote-field select,
.am-quote-field textarea {
    width: 100%;
    min-height: 52px;
    border-radius: 18px;
    border: 1px solid rgba(255, 244, 225, 0.11);
    background: rgba(12, 10, 9, 0.58);
    color: #fffaf1;
    padding: 12px 15px;
    font: inherit;
    outline: none;
    transition: var(--am-transition);
}

.am-quote-field textarea {
    resize: vertical;
    min-height: 130px;
}

.am-quote-field select {
    appearance: auto;
}

.am-quote-field input::placeholder,
.am-quote-field textarea::placeholder {
    color: rgba(248, 243, 234, 0.48);
}

.am-quote-field input:focus,
.am-quote-field select:focus,
.am-quote-field textarea:focus {
    border-color: rgba(241, 207, 138, 0.45);
    box-shadow: 0 0 0 4px rgba(241, 207, 138, 0.1);
    background: rgba(12, 10, 9, 0.72);
}

.am-quote-check {
    margin: 20px 0 0;
    padding: 16px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    align-items: start;
    color: rgba(248, 243, 234, 0.8);
    background: rgba(241, 207, 138, 0.08);
    border: 1px solid rgba(241, 207, 138, 0.14);
    line-height: 1.7;
    cursor: pointer;
}

    .am-quote-check input {
        width: 18px;
        height: 18px;
        margin-top: 4px;
        accent-color: #d4af67;
    }

.am-quote-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

    .am-quote-form-actions button {
        cursor: pointer;
    }

.am-quote-preview-card {
    position: sticky;
    top: 105px;
    padding: 24px;
    min-height: 460px;
}

.am-quote-preview-empty {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

    .am-quote-preview-empty span {
        width: 76px;
        height: 76px;
        margin: 0 auto 18px;
        border-radius: 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #152012;
        background: linear-gradient(135deg, #dff0c8, #f1cf8a);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
        font-size: 1.7rem;
    }

.am-quote-preview-content h2 {
    font-size: clamp(1.6rem, 2.8vw, 2.55rem);
}

.am-quote-table-wrap {
    overflow-x: auto;
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 244, 225, 0.1);
}

.am-quote-preview-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 420px;
}

    .am-quote-preview-table th,
    .am-quote-preview-table td {
        padding: 13px 14px;
        border-bottom: 1px solid rgba(255, 244, 225, 0.08);
        text-align: left;
        vertical-align: top;
    }

    .am-quote-preview-table th {
        color: #152012;
        background: linear-gradient(135deg, #dff0c8, #f1cf8a);
        font-size: 0.86rem;
        font-weight: 950;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .am-quote-preview-table td {
        color: rgba(248, 243, 234, 0.84);
        background: rgba(12, 10, 9, 0.42);
        line-height: 1.6;
    }

    .am-quote-preview-table tr:last-child td {
        border-bottom: 0;
    }

.am-quote-note {
    margin-top: 18px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(140, 173, 116, 0.1);
    border: 1px solid rgba(210, 235, 190, 0.14);
}

    .am-quote-note strong {
        display: block;
        margin-bottom: 6px;
        color: #def0d0;
        font-weight: 950;
    }

    .am-quote-note p {
        margin: 0;
        color: rgba(248, 243, 234, 0.78);
        font-size: 0.92rem;
        line-height: 1.7;
    }

.am-quote-preview-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

/* =========================================
   RESPONSIVE: COTIZADOR EVENTOS
========================================= */

@media (max-width: 1199.98px) {
    .am-quote-hero {
        min-height: auto;
        padding: 140px 0 90px;
    }

    .am-quote-section {
        padding: 95px 0;
    }

    .am-quote-shell {
        grid-template-columns: 1fr;
    }

    .am-quote-preview-card {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767.98px) {
    .am-quote-hero {
        padding: 128px 0 82px;
    }

    .am-quote-hero-content h1 {
        max-width: 100%;
        font-size: clamp(2.1rem, 8vw, 3.3rem);
    }

    .am-quote-hero-content p,
    .am-quote-form-header p,
    .am-quote-preview-card p {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-quote-section {
        padding: 78px 0;
    }

    .am-quote-form-card,
    .am-quote-preview-card {
        padding: 18px;
        border-radius: 24px;
    }

    .am-quote-fields-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .am-quote-field input,
    .am-quote-field select,
    .am-quote-field textarea {
        border-radius: 16px;
    }

    .am-quote-form-actions,
    .am-quote-preview-actions {
        flex-direction: column;
    }

        .am-quote-form-actions .am-btn,
        .am-quote-preview-actions .am-btn {
            width: 100%;
        }

    .am-quote-preview-empty {
        min-height: 300px;
    }

    .am-quote-check {
        grid-template-columns: 20px 1fr;
        padding: 14px;
        border-radius: 18px;
        font-size: 0.92rem;
    }
}

/* =========================================
   SECCION: LAYOUT - SELECTOR DE IDIOMA NAVBAR
========================================= */

.am-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-language-option {
    min-height: 38px;
    min-width: 44px;
    padding: 0 13px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    transition: var(--am-transition);
}

    .am-language-option:hover {
        color: var(--am-gold-strong);
        background: rgba(255, 255, 255, 0.07);
    }

    .am-language-option.is-active {
        color: #170f0f;
        background: linear-gradient(135deg, #e0ba76, #b87b35);
        box-shadow: 0 10px 24px rgba(212, 175, 103, 0.2);
    }

/* =========================================
   SECCION: LAYOUT - BOTONES FLOTANTES RESERVAR / COMO LLEGAR
========================================= */

.am-floating-actions {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 1060;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.am-floating-btn {
    min-height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    font-size: 0.94rem;
    letter-spacing: 0.01em;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
    transition: var(--am-transition);
    pointer-events: auto;
    white-space: nowrap;
}

    .am-floating-btn i {
        font-size: 1.08rem;
        flex-shrink: 0;
    }

    .am-floating-btn span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.am-floating-reserve {
    background: linear-gradient(135deg, #e0ba76, #b87b35);
    color: #170f0f;
}

    .am-floating-reserve:hover {
        color: #170f0f;
        transform: translateY(-3px);
    }

.am-floating-map {
    background: rgba(15, 11, 11, 0.86);
    color: #fff8ee;
    border: 1px solid rgba(255, 244, 225, 0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

    .am-floating-map:hover {
        color: var(--am-gold-strong);
        transform: translateY(-3px);
        background: rgba(15, 11, 11, 0.94);
        border-color: rgba(212, 175, 103, 0.32);
    }

/* =========================================
   SECCION: RESPONSIVE LAYOUT - NAVBAR, HERO, IDIOMA Y BOTONES FLOTANTES
========================================= */

@media (max-width: 1199.98px) {
    .am-navbar .am-container {
        gap: 10px;
    }

    .am-brand,
    .am-brand-text {
        min-width: 0;
    }

    .am-navbar-actions-mobile {
        margin-left: auto;
        flex-shrink: 0;
    }

    .am-navbar-right .am-language-switch {
        width: 100%;
        justify-content: center;
    }

    .am-navbar-right .am-language-option {
        flex: 1;
    }

    .am-language-switch-mobile {
        width: auto;
        flex-shrink: 0;
        padding: 3px;
    }

        .am-language-switch-mobile .am-language-option {
            flex: 0 0 auto;
            min-width: 40px;
            min-height: 38px;
            padding: 0 10px;
            font-size: 0.8rem;
        }
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: calc(82px + env(safe-area-inset-bottom));
    }

    .am-floating-actions {
        left: 10px;
        right: 10px;
        bottom: calc(12px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: auto;
    }

    .am-floating-btn {
        width: 100%;
        min-width: 0;
        min-height: 50px;
        padding: 0 12px;
        font-size: 0.88rem;
    }
}

@media (max-width: 767.98px) {
    .am-navbar {
        padding: 8px 0;
    }

    .am-socials-mobile {
        display: none;
    }

    .am-brand {
        gap: 9px;
        max-width: calc(100% - 136px);
    }

    .am-brand-text {
        min-width: 0;
    }

        .am-brand-text strong,
        .am-brand-text small {
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .am-brand-mark {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
    }

    .am-brand-text strong {
        font-size: 0.9rem;
        line-height: 1;
        white-space: nowrap;
    }

    .am-brand-text small {
        font-size: 0.58rem;
        letter-spacing: 0.08em;
        white-space: nowrap;
    }

    .am-navbar-toggler {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }

    .am-navbar .navbar-collapse {
        margin-top: 12px;
        padding: 16px;
        border-radius: 20px;
    }

    .am-nav-list .nav-link {
        font-size: 0.95rem;
        padding: 11px 14px !important;
    }

    .am-hero-section {
        min-height: 100svh;
        padding: 104px 0 92px;
    }

    .am-hero-content {
        max-width: 100%;
        padding-top: 10px;
    }

        .am-hero-content h1,
        .am-section-title,
        .am-celebrations-title,
        .am-menu-title,
        .am-reviews-title,
        .am-contact-title,
        .am-inner-hero-content h1 {
            max-width: 100%;
            word-break: normal;
            overflow-wrap: normal;
            hyphens: none;
            text-wrap: balance;
        }

        .am-hero-content h1 {
            font-size: clamp(2rem, 8vw, 2.75rem);
            line-height: 1.08;
            letter-spacing: 0;
            margin-bottom: 16px;
        }

        .am-hero-content p {
            max-width: 100%;
            font-size: 0.95rem;
            line-height: 1.72;
        }

    .am-hero-badge {
        max-width: 100%;
        font-size: 0.78rem;
        line-height: 1.35;
    }
}

@media (max-width: 575.98px) {
    .am-socials-mobile {
        display: none;
    }

    .am-brand {
        max-width: calc(100% - 124px);
    }

    .am-language-switch-mobile .am-language-option {
        min-width: 38px;
        min-height: 36px;
        padding: 0 9px;
        font-size: 0.76rem;
    }
}

@media (max-width: 420px) {
    .am-hero-content h1 {
        font-size: clamp(1.82rem, 8.2vw, 2.35rem);
        line-height: 1.1;
    }

    .am-hero-content p {
        font-size: 0.92rem;
    }
}

@media (max-width: 380px) {
    .am-floating-btn {
        font-size: 0.8rem;
        gap: 7px;
        padding: 0 10px;
    }

        .am-floating-btn i {
            font-size: 1rem;
        }

    .am-brand {
        max-width: calc(100% - 112px);
    }

    .am-language-switch-mobile {
        padding: 2px;
        gap: 3px;
    }

        .am-language-switch-mobile .am-language-option {
            min-width: 34px;
            min-height: 34px;
            padding: 0 7px;
            font-size: 0.72rem;
        }
}

/* =========================================
   PAGINA: COTIZADOR EVENTOS - AJUSTE RESPONSIVE VISTA PREVIA
========================================= */

.am-quote-shell,
.am-quote-form-card,
.am-quote-preview-card,
.am-quote-table-wrap {
    min-width: 0;
    max-width: 100%;
}

.am-quote-preview-card {
    overflow: hidden;
}

.am-quote-preview-table td {
    overflow-wrap: anywhere;
    word-break: normal;
}

/* =========================================
   RESPONSIVE: COTIZADOR EVENTOS - TABLA Y BOTONES EN MOVIL
========================================= */

@media (max-width: 767.98px) {
    .am-quote-section {
        padding-bottom: calc(165px + env(safe-area-inset-bottom));
    }

    .am-quote-table-wrap {
        overflow: visible;
        border-radius: 20px;
    }

    .am-quote-preview-table {
        min-width: 0;
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 12px;
    }

        .am-quote-preview-table thead {
            display: none;
        }

        .am-quote-preview-table tbody,
        .am-quote-preview-table tr,
        .am-quote-preview-table td {
            display: block;
            width: 100%;
        }

        .am-quote-preview-table tr {
            overflow: hidden;
            border-radius: 18px;
            border: 1px solid rgba(255, 244, 225, 0.1);
            background: rgba(12, 10, 9, 0.42);
        }

        .am-quote-preview-table td {
            padding: 12px 14px;
            border-bottom: 0;
            background: transparent;
            line-height: 1.55;
        }

            .am-quote-preview-table td:first-child {
                color: #152012;
                background: linear-gradient(135deg, #dff0c8, #f1cf8a);
                font-size: 0.78rem;
                font-weight: 950;
                text-transform: uppercase;
                letter-spacing: 0.045em;
            }

            .am-quote-preview-table td:last-child {
                color: rgba(248, 243, 234, 0.9);
                font-size: 0.98rem;
            }

    .am-quote-note {
        padding: 15px;
    }

    .am-quote-preview-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

        .am-quote-preview-actions .am-btn,
        .am-quote-form-actions .am-btn {
            width: 100%;
            max-width: 100%;
            min-width: 0;
            justify-content: center;
            text-align: center;
            white-space: normal;
            line-height: 1.25;
        }

    .am-quote-btn-whatsapp {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 54px;
    }
}

/* =========================================
   LAYOUT - BOTONES FLOTANTES AJUSTE MOVIL
========================================= */

@media (max-width: 575.98px) {
    body {
        padding-bottom: calc(98px + env(safe-area-inset-bottom));
    }

    .am-floating-actions {
        left: 12px;
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom));
        gap: 8px;
    }

    .am-floating-btn {
        min-height: 48px;
        padding: 0 10px;
        font-size: 0.82rem;
        gap: 8px;
    }

        .am-floating-btn span {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
}

@media (max-width: 380px) {
    .am-floating-btn {
        min-height: 46px;
        padding: 0 8px;
        font-size: 0.76rem;
    }
}

/* =========================================
   HOME - ANTIGUA MAGICA / SERVICIOS EN COLUMNA VISUAL
========================================= */

.am-story-section .am-story-grid {
    align-items: center;
    row-gap: clamp(28px, 4vw, 46px);
}

.am-story-section .am-story-services-panel {
    width: 100%;
    align-self: stretch;
    display: flex;
}

.am-story-section .am-story-visit-grid {
    position: relative;
    z-index: 3;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
}

.am-story-section .am-visit-card {
    min-height: 178px;
    padding: 22px 20px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.am-story-section .am-visit-card-hiking::before {
    background: linear-gradient(145deg, rgba(96, 88, 49, 0.96), rgba(55, 66, 43, 0.88));
}

.am-story-section .am-visit-icon {
    width: 58px;
    height: 58px;
    border-radius: 19px;
    margin-bottom: 16px;
    font-size: 1.14rem;
}

.am-story-section .am-visit-card h3 {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.3;
}

@media (max-width: 1199.98px) {
    .am-story-section .am-story-content {
        order: 1;
    }

    .am-story-section .am-story-services-panel {
        order: 2;
        display: block;
    }

    .am-story-section .am-story-visit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .am-story-section .am-visit-card {
        min-height: 150px;
    }
}

@media (max-width: 767.98px) {
    .am-story-section .am-story-visit-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: -4px;
    }

    .am-story-section .am-visit-card {
        min-height: auto;
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
        align-items: center;
        padding: 16px;
        border-radius: 22px;
    }

    .am-story-section .am-visit-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 0;
        border-radius: 17px;
        font-size: 1.05rem;
    }

    .am-story-section .am-visit-card h3 {
        font-size: 1rem;
        line-height: 1.3;
    }
}

@media (max-width: 420px) {
    .am-story-section .am-story-visit-grid {
        gap: 12px;
    }

    .am-story-section .am-visit-card {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 14px;
    }

    .am-story-section .am-visit-icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }
}

/* =========================================
   PAGINA: UNION EVENTOS
========================================= */

.am-unionevents-hero {
    position: relative;
    min-height: 86vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 150px 0 96px;
    isolation: isolate;
}

.am-unionevents-hero-bg,
.am-unionevents-hero-bg img,
.am-unionevents-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.am-unionevents-hero-bg {
    margin: 0;
    z-index: -3;
}

    .am-unionevents-hero-bg img {
        object-fit: cover;
        object-position: center center;
        display: block;
    }

.am-unionevents-hero-overlay {
    z-index: -2;
    background: linear-gradient(90deg, rgba(26, 12, 10, 0.92) 0%, rgba(45, 18, 18, 0.74) 42%, rgba(45, 18, 18, 0.44) 100%), linear-gradient(180deg, rgba(134, 60, 42, 0.18) 0%, rgba(14, 9, 8, 0.72) 100%);
}

.am-unionevents-hero-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
}

.am-unionevents-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(255, 199, 120, 0.18), rgba(255, 121, 154, 0.18));
    border: 1px solid rgba(255, 228, 180, 0.22);
    color: #fff0d4;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.am-unionevents-hero-content h1 {
    margin: 0 0 20px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2.45rem, 4.8vw, 5rem);
    line-height: 1.06;
    color: #fff8ef;
    max-width: 12ch;
}

    .am-unionevents-hero-content h1 span {
        display: block;
        color: #ffd17c;
    }

.am-unionevents-hero-content p {
    margin: 0 0 28px;
    max-width: 68ch;
    color: rgba(255, 244, 235, 0.86);
    font-size: 1.04rem;
    line-height: 1.9;
}

.am-unionevents-actions,
.am-unionevents-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.am-unionevents-btn-primary {
    background: linear-gradient(135deg, #ffd17c, #d88a57);
    color: #25140d;
    box-shadow: 0 14px 34px rgba(216, 138, 87, 0.24);
}

    .am-unionevents-btn-primary:hover {
        color: #25140d;
        transform: translateY(-2px);
    }

.am-unionevents-btn-secondary {
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 244, 235, 0.08);
    color: #fff9f2;
    border: 1px solid rgba(255, 230, 206, 0.14);
    font-weight: 800;
    transition: var(--am-transition);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .am-unionevents-btn-secondary:hover {
        color: #fff;
        transform: translateY(-2px);
        background: rgba(255, 244, 235, 0.14);
        border-color: rgba(255, 209, 124, 0.24);
    }

.am-unionevents-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(255, 177, 122, 0.16) 0%, transparent 24%), radial-gradient(circle at 86% 18%, rgba(255, 123, 156, 0.14) 0%, transparent 24%), radial-gradient(circle at 50% 100%, rgba(255, 214, 102, 0.12) 0%, transparent 30%), linear-gradient(135deg, #24120f 0%, #3f1820 42%, #24140f 100%);
}

    .am-unionevents-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, transparent 34%), linear-gradient(315deg, rgba(255, 220, 171, 0.025) 0%, transparent 34%);
    }

.am-unionevents-header {
    position: relative;
    z-index: 2;
    max-width: 880px;
    margin: 0 auto 38px;
    text-align: center;
}

    .am-unionevents-header h2,
    .am-unionevents-cta h2 {
        margin: 0 0 16px;
        font-family: 'Cinzel', serif;
        font-size: clamp(2rem, 4vw, 4rem);
        line-height: 1.08;
        color: #fff8ef;
    }

    .am-unionevents-header p,
    .am-unionevents-cta p {
        margin: 0 auto;
        max-width: 72ch;
        color: rgba(255, 244, 235, 0.82);
        font-size: 1.02rem;
        line-height: 1.85;
    }

.am-unionevents-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.am-unionevents-card {
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 240, 223, 0.11);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

    .am-unionevents-card:hover {
        transform: translateY(-5px);
        border-color: rgba(255, 211, 124, 0.24);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.115) 0%, rgba(255, 255, 255, 0.055) 100%);
    }

/* =========================================
   PAGINA: UNION EVENTOS - IMAGENES VERTICALES EN CARDS
========================================= */

.am-unionevents-card-image {
    aspect-ratio: 3 / 4;
    height: auto;
    margin: 0;
    overflow: hidden;
    background: #2b1916;
}

    .am-unionevents-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
        transition: transform 0.75s ease;
    }

.am-unionevents-card:hover .am-unionevents-card-image img {
    transform: scale(1.05);
}

.am-unionevents-card-body {
    padding: 24px;
}

.am-unionevents-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, rgba(255, 211, 124, 0.22), rgba(255, 123, 156, 0.18));
    color: #ffe5b5;
    font-size: 1.18rem;
    border: 1px solid rgba(255, 230, 183, 0.18);
}

.am-unionevents-card h3 {
    margin: 0 0 8px;
    color: #fff8ed;
    font-size: 1.16rem;
    font-weight: 900;
}

.am-unionevents-card p {
    margin: 0 0 20px;
    color: rgba(255, 243, 234, 0.8);
    font-size: 0.96rem;
    line-height: 1.75;
}

.am-unionevents-card-link {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    background: rgba(255, 243, 236, 0.08);
    color: #fff4df;
    border: 1px solid rgba(255, 235, 211, 0.15);
    font-size: 0.9rem;
    font-weight: 900;
    transition: var(--am-transition);
}

    .am-unionevents-card-link:hover {
        color: #27130f;
        transform: translateY(-2px);
        background: linear-gradient(135deg, #ffd17c, #d88a57);
        border-color: transparent;
    }

.am-unionevents-cta {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 34px;
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.035) 100%);
    border: 1px solid rgba(255, 240, 223, 0.11);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
}

    .am-unionevents-cta h2 {
        font-size: clamp(1.7rem, 3vw, 2.8rem);
    }

    .am-unionevents-cta p {
        margin: 0;
    }

@media (max-width: 1199.98px) {
    .am-unionevents-hero {
        min-height: auto;
        padding: 140px 0 90px;
    }

    .am-unionevents-section {
        padding: 95px 0;
    }

    .am-unionevents-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin: 0 auto;
    }

    .am-unionevents-cta {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin: 30px auto 0;
    }
}

@media (max-width: 767.98px) {
    .am-unionevents-hero {
        padding: 128px 0 82px;
    }

    .am-unionevents-hero-content h1 {
        max-width: 100%;
        font-size: clamp(2.1rem, 8vw, 3.3rem);
    }

    .am-unionevents-hero-content p,
    .am-unionevents-header p,
    .am-unionevents-cta p {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .am-unionevents-section {
        padding: 78px 0;
    }

    .am-unionevents-header {
        margin-bottom: 30px;
    }

    .am-unionevents-card {
        border-radius: 24px;
    }

    .am-unionevents-card-body {
        padding: 20px;
    }

    .am-unionevents-card-link,
    .am-unionevents-actions .am-btn,
    .am-unionevents-actions .am-unionevents-btn-secondary,
    .am-unionevents-cta-actions .am-btn,
    .am-unionevents-cta-actions .am-unionevents-btn-secondary {
        width: 100%;
    }

    .am-unionevents-actions,
    .am-unionevents-cta-actions {
        flex-direction: column;
    }

    .am-unionevents-cta {
        padding: 22px 18px;
        border-radius: 24px;
    }
}

@media (max-width: 480px) {
    .am-unionevents-kicker {
        font-size: 0.78rem;
        padding: 7px 13px;
    }
}

/* =========================================
   SECCION: LAYOUT - NAVBAR MOBILE COMPACTO
========================================= */

@media (max-width: 575.98px) {
    .am-navbar .am-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        flex-wrap: wrap;
    }

    .am-brand {
        order: 1;
        gap: 8px;
        max-width: calc(100% - 164px);
        min-width: 0;
    }

    .am-brand-mark {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
    }

    .am-brand-text {
        min-width: 0;
    }

        .am-brand-text strong {
            font-size: 0.88rem;
            letter-spacing: 0.2px;
            white-space: nowrap;
        }

        .am-brand-text small {
            font-size: 0.58rem;
            letter-spacing: 1px;
            white-space: nowrap;
        }

    .am-navbar-actions-mobile {
        order: 2;
        gap: 7px;
        flex-shrink: 0;
        margin-left: auto;
    }

    .am-language-switch-mobile {
        padding: 2px;
        gap: 3px;
        flex-shrink: 0;
    }

        .am-language-switch-mobile .am-language-option {
            min-width: 34px;
            min-height: 34px;
            padding: 0 7px;
            font-size: 0.72rem;
        }

    .am-navbar-toggler {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
    }

        .am-navbar-toggler span {
            width: 18px;
        }

    .am-navbar .navbar-collapse {
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin-top: 12px;
    }

        .am-navbar .navbar-collapse.show,
        .am-navbar .navbar-collapse.collapsing {
            display: block;
        }
}

@media (max-width: 390px) {
    .am-brand {
        max-width: calc(100% - 150px);
        gap: 7px;
    }

    .am-brand-mark {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .am-brand-text strong {
        font-size: 0.78rem;
        letter-spacing: 0.15px;
    }

    .am-brand-text small {
        font-size: 0.52rem;
        letter-spacing: 0.85px;
    }

    .am-language-switch-mobile .am-language-option {
        min-width: 31px;
        min-height: 32px;
        padding: 0 6px;
        font-size: 0.68rem;
    }

    .am-navbar-toggler {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }
}