/* =============================================================
   Dançar, Voar e Sonhar · Tema visual
   ============================================================= */

/* ========== HEADER ========== */
:root {
    --header-h: 84px;
}
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    min-height: var(--header-h);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid transparent;
    transition: background var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    border-bottom-color: rgba(46, 127, 184, 0.12);
    box-shadow: 0 4px 20px rgba(46, 127, 184, 0.08);
}
.header-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: var(--space-5);
    min-height: var(--header-h);
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
}

.brand {
    display: flex; align-items: center; gap: var(--space-4);
    font-weight: 800; color: var(--ink);
    flex-shrink: 0;
}
.brand-logo {
    width: auto;
    height: 64px;
    object-fit: contain;
    display: block;
}
.brand-divider {
    width: 1px; height: 40px;
    background: linear-gradient(180deg, transparent, rgba(46, 127, 184, 0.25), transparent);
}
.brand-event {
    display: flex; flex-direction: column;
    line-height: 1.1;
}
.brand-event-name {
    font-family: var(--font-script);
    font-size: 1.35rem;
    font-weight: 400;
    color: var(--gold-deep);
}
.brand-event-tag {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--ink-mute);
    text-transform: uppercase;
    margin-top: 2px;
}

.site-nav {
    display: flex; align-items: center; gap: var(--space-5);
    position: relative;
    flex-wrap: nowrap;
}
.nav-list {
    display: flex;
    gap: clamp(var(--space-3), 1.6vw, var(--space-5));
    list-style: none; margin: 0; padding: 0;
    align-items: center;
    flex-wrap: nowrap;
}
.nav-link {
    font-weight: 600; color: var(--ink-soft);
    position: relative;
    padding: var(--space-3) var(--space-2);  /* WCAG 2.5.8: 24×24+ target */
    font-size: 0.9375rem;
    white-space: nowrap;
    transition: color var(--transition);
}
.nav-link.is-active { color: var(--gold-deep); }
.nav-link.is-active::after { transform: scaleX(1); }
.nav-link::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
    height: 2px; background: var(--gold); border-radius: 2px;
    transform: scaleX(0); transform-origin: left;
    transition: transform var(--transition);
}
.nav-link:hover { color: var(--ink); }
.nav-link:hover::after { transform: scaleX(1); }

.nav-cta {
    padding: 0.55rem 1.1rem;
    font-size: 0.875rem;
    white-space: nowrap;
}

.nav-toggle {
    display: none; width: 44px; height: 44px;
    align-items: center; justify-content: center;
    border-radius: var(--radius-pill);
}
.nav-toggle:hover { background: rgba(46, 127, 184, 0.08); }
.nav-toggle svg { width: 24px; height: 24px; }

@media (max-width: 1080px) {
    .brand-divider, .brand-event { display: none; }
}
@media (max-width: 880px) {
    .brand-logo { height: 52px; }
    .nav-list, .nav-cta { display: none; }
    .nav-toggle { display: inline-flex; }
    .site-nav.is-open .nav-list {
        display: flex; flex-direction: column;
        position: absolute; top: calc(100% + var(--space-2)); right: 0;
        min-width: 220px;
        background: var(--paper);
        padding: var(--space-4);
        gap: var(--space-3);
        border: 1px solid rgba(46, 127, 184, 0.12);
        border-radius: var(--radius-md);
        box-shadow: var(--shadow-md);
    }
    .site-nav.is-open .nav-cta { display: inline-flex; margin: var(--space-3) auto 0; }
}

/* ========== HERO ========== */
.hero {
    position: relative;
    min-height: 100vh;
    padding: calc(var(--header-h) + var(--space-7)) 0 var(--space-9);
    background: linear-gradient(180deg, var(--sky-top) 0%, var(--sky-bottom) 65%, #6cc8f5 100%);
    overflow: hidden;
    isolation: isolate;
}

/* Nuvens decorativas (pequenas, distantes, no topo do céu) */
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='90' viewBox='0 0 200 90'><g fill='%23ffffff' fill-opacity='0.95'><ellipse cx='40' cy='55' rx='35' ry='25'/><ellipse cx='80' cy='45' rx='45' ry='32'/><ellipse cx='130' cy='55' rx='38' ry='27'/><ellipse cx='165' cy='62' rx='30' ry='22'/></g></svg>"),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='70' viewBox='0 0 140 70'><g fill='%23ffffff' fill-opacity='0.85'><ellipse cx='28' cy='40' rx='25' ry='18'/><ellipse cx='60' cy='32' rx='32' ry='23'/><ellipse cx='95' cy='40' rx='28' ry='20'/><ellipse cx='118' cy='45' rx='22' ry='16'/></g></svg>");
    background-repeat: no-repeat;
    background-position: 6% 18%, 88% 12%;
    background-size: 240px auto, 180px auto;
    animation: cloud-drift 80s ease-in-out infinite alternate;
    z-index: 0;
    pointer-events: none;
}

/* Nuvens grandes ao chão (footer do hero) */
.hero::after {
    content: '';
    position: absolute; left: 0; right: 0; bottom: -2px;
    height: 140px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 200' preserveAspectRatio='none'><g fill='%23ffffff'><ellipse cx='100' cy='180' rx='180' ry='80'/><ellipse cx='340' cy='160' rx='220' ry='90'/><ellipse cx='620' cy='180' rx='200' ry='85'/><ellipse cx='900' cy='155' rx='240' ry='95'/><ellipse cx='1180' cy='175' rx='210' ry='85'/><ellipse cx='1380' cy='190' rx='160' ry='75'/></g></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: 1;
    pointer-events: none;
}

@keyframes cloud-drift {
    0%   { background-position: 6% 18%, 88% 12%; }
    100% { background-position: 14% 20%, 78% 10%; }
}

.hero-container {
    position: relative; z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: var(--space-7);
}

.hero-text { max-width: 600px; }

.hero-badge {
    display: inline-flex; align-items: center; gap: var(--space-2);
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: var(--radius-pill);
    font-size: 0.875rem; font-weight: 700;
    color: var(--gold-deep);
    margin-bottom: var(--space-5);
    box-shadow: var(--shadow-sm);
}
.hero-badge::before {
    content: ''; width: 8px; height: 8px;
    background: var(--gold); border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 172, 65, 0.3);
    animation: pulse 2s infinite;
}
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(255, 172, 65, 0); } }

.hero-title {
    margin: 0 0 var(--space-5);
    line-height: 0.92;
}
.hero-title .line-script {
    display: block;
    font-family: var(--font-script);
    font-weight: 400;
    color: var(--gold);
    -webkit-text-stroke: 2px rgba(26, 35, 51, 0.85);
    text-stroke: 2px rgba(26, 35, 51, 0.85);
    text-shadow:
        1px 1px 0 rgba(26, 35, 51, 0.85),
        2px 2px 0 rgba(26, 35, 51, 0.85),
        3px 3px 0 rgba(26, 35, 51, 0.7),
        4px 4px 0 rgba(26, 35, 51, 0.55),
        5px 5px 0 rgba(26, 35, 51, 0.4),
        6px 6px 12px rgba(0, 0, 0, 0.25);
}
.hero-title .line-1 { font-size: clamp(3.5rem, 9vw, 6.5rem); }
.hero-title .line-2 { font-size: clamp(2.8rem, 7vw, 5rem); margin-top: -0.1em; }
.hero-title .line-3 {
    display: block;
    font-family: var(--font-display); font-weight: 900;
    text-transform: none;
    color: #fff;
    font-size: clamp(1rem, 2.2vw, 1.5rem);
    letter-spacing: 0;
    margin-top: var(--space-3);
    text-shadow:
        -1px -1px 0 rgba(26, 35, 51, 0.9),
        1px -1px 0 rgba(26, 35, 51, 0.9),
        -1px 1px 0 rgba(26, 35, 51, 0.9),
        1px 1px 0 rgba(26, 35, 51, 0.9),
        2px 3px 6px rgba(0, 0, 0, 0.35);
}

/* WCAG 1.4.3: dark ink on sky background = ~10.4:1 (passes AAA) */
.hero-lead {
    color: var(--ink);
    font-size: 1.0625rem;
    font-weight: 600;
    margin-bottom: var(--space-5);
    max-width: 480px;
}

.hero-info {
    display: flex; flex-wrap: wrap; gap: var(--space-3);
    margin-bottom: var(--space-6);
}
.info-pill {
    display: inline-flex; align-items: center; gap: var(--space-2);
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: var(--radius-pill);
    font-size: 0.9375rem; font-weight: 700;
    color: var(--ink); box-shadow: var(--shadow-sm);
}
.info-pill svg { width: 18px; height: 18px; color: var(--gold-deep); }

.hero-cta { display: flex; flex-wrap: wrap; gap: var(--space-3); align-items: center; }
.cta-note { width: 100%; color: var(--ink); opacity: 0.85; font-size: 0.875rem; font-weight: 600; margin: 0; }

/* Balão flutuante */
.hero-art { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-balloon {
    width: clamp(260px, 35vw, 460px);
    height: auto;
    filter: drop-shadow(0 30px 40px rgba(46, 127, 184, 0.35));
    animation: balloon-float 6s ease-in-out infinite;
    transform-origin: center bottom;
}
@keyframes balloon-float {
    0%, 100% { transform: translateY(0) rotate(-1.5deg); }
    50%      { transform: translateY(-22px) rotate(1.5deg); }
}

.scroll-indicator {
    position: absolute; left: 50%; bottom: var(--space-5);
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;                        /* WCAG 1.4.11: 3:1 against sky background */
    animation: bounce-down 2s infinite;
    padding: 8px;                       /* WCAG 2.5.8: brings touch target to 44×44 */
    border-radius: 50%;
    background: rgba(26, 35, 51, 0.35); /* improves icon contrast on light/sky bg */
}
.scroll-indicator svg { width: 28px; height: 28px; }
@keyframes bounce-down {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(8px); }
}

@media (max-width: 880px) {
    .hero { min-height: auto; padding-bottom: var(--space-10); }
    .hero-container { grid-template-columns: 1fr; text-align: center; gap: var(--space-6); }
    .hero-text { margin: 0 auto; }
    .hero-info, .hero-cta { justify-content: center; }
    .hero-art { order: -1; }
    .hero-balloon { width: 220px; }
}

/* ========== ABOUT ========== */
.about {
    background: linear-gradient(180deg, #fff 0%, var(--paper-warm) 100%);
}
.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-5);
    margin-bottom: var(--space-7);
}
.about-card {
    padding: var(--space-6);
    background: #fff;
    border: 1px solid rgba(46, 127, 184, 0.1);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition);
}
.about-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.about-icon {
    width: 56px; height: 56px;
    display: inline-flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 100%);
    color: #fff;
    border-radius: var(--radius-md);
    margin-bottom: var(--space-4);
    box-shadow: 0 6px 14px rgba(255, 172, 65, 0.4);
}
.about-icon svg { width: 28px; height: 28px; }
.about-card h3 { font-size: 1.25rem; margin-bottom: var(--space-2); }
.about-card p { color: var(--ink-soft); margin: 0; font-size: 0.9375rem; }

.characters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: var(--space-5);
    margin-top: var(--space-7);
    padding: var(--space-6);
    background: linear-gradient(135deg, rgba(255, 172, 65, 0.08), rgba(65, 202, 255, 0.08));
    border-radius: var(--radius-lg);
}
.character {
    text-align: center;
}
.character-avatar {
    width: 90px; height: 90px;
    margin: 0 auto var(--space-3);
    border-radius: 50%;
    background: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 2.5rem;
    box-shadow: var(--shadow-sm);
    border: 3px solid var(--gold);
}
.character h4 { font-family: var(--font-script); font-weight: 400; color: var(--gold-deep); font-size: 1.5rem; margin-bottom: var(--space-1); }
.character p { color: var(--ink-soft); font-size: 0.9375rem; margin: 0; }

/* ========== SYNOPSIS ==========
   WCAG 1.4.3: white text needs ≥4.5:1.
   Background darkened (sky-deep #2e7fb8 → #1f5d8a) so #fff passes ≥4.5:1 throughout. */
.synopsis {
    background: linear-gradient(180deg, var(--sky-deep) 0%, #1f5d8a 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.synopsis::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='80' viewBox='0 0 160 80'><g fill='%23ffffff' fill-opacity='0.6'><ellipse cx='32' cy='48' rx='28' ry='20'/><ellipse cx='68' cy='40' rx='34' ry='24'/><ellipse cx='108' cy='48' rx='30' ry='21'/><ellipse cx='135' cy='54' rx='22' ry='17'/></g></svg>");
    background-repeat: no-repeat;
    background-position: 90% 15%, 5% 85%;
    background-size: 240px auto, 180px auto;
    pointer-events: none;
}
.synopsis-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1.5fr 1fr;
    gap: var(--space-7); align-items: center;
}
.synopsis-text { font-size: 1.0625rem; line-height: 1.75; }
.synopsis-quote {
    font-family: var(--font-script);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.35;
    color: #fff;
    padding: var(--space-5) var(--space-6);
    border-left: 4px solid var(--gold);
    background: rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    backdrop-filter: blur(8px);
    margin: var(--space-5) 0 0;
}
.synopsis-art {
    position: relative; display: flex; justify-content: center;
}
.synopsis-balloon {
    width: 100%; max-width: 280px;
    height: auto;
    filter: drop-shadow(0 20px 30px rgba(46, 127, 184, 0.4));
    animation: balloon-float 7s ease-in-out infinite reverse;
}
@media (max-width: 880px) {
    .synopsis-grid { grid-template-columns: 1fr; }
    .synopsis-art { order: -1; }
    .synopsis-balloon { max-width: 180px; }
}

/* ========== DETAILS ========== */
.details {
    background: var(--paper);
}
.details-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: var(--space-5);
    margin-bottom: var(--space-7);
}
.detail-card {
    padding: var(--space-6);
    background: linear-gradient(135deg, rgba(65, 202, 255, 0.06), rgba(255, 172, 65, 0.06));
    border-radius: var(--radius-lg);
    text-align: center;
}
.detail-icon {
    width: 64px; height: 64px;
    margin: 0 auto var(--space-3);
    display: inline-flex; align-items: center; justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: var(--sky-deep);
    box-shadow: var(--shadow-sm);
}
.detail-icon svg { width: 32px; height: 32px; }
.detail-card h3 { font-size: 1.125rem; margin-bottom: var(--space-2); color: var(--ink); }
.detail-card .detail-value { font-family: var(--font-script); font-size: 1.5rem; color: var(--gold-deep); margin-bottom: var(--space-1); }
.detail-card .detail-meta { color: var(--ink-soft); font-size: 0.9375rem; margin: 0; }

.map-wrap {
    border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 6px solid #fff;
    aspect-ratio: 16 / 7;
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ========== PLANS ========== */
.plans {
    background: linear-gradient(180deg, var(--paper-warm) 0%, #fff 100%);
}
.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-5);
    margin-bottom: var(--space-6);
    align-items: stretch;
}
.plan {
    position: relative;
    padding: var(--space-6);
    background: #fff;
    border: 2px solid rgba(46, 127, 184, 0.12);
    border-radius: var(--radius-lg);
    display: flex; flex-direction: column;
    transition: transform var(--transition), box-shadow var(--transition);
}
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.plan-featured {
    border-color: var(--gold);
    box-shadow: 0 12px 32px rgba(255, 172, 65, 0.18);
    transform: scale(1.02);
}
.plan-featured:hover { transform: scale(1.02) translateY(-6px); }
.plan-tag {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: var(--gold); color: #fff;
    padding: 0.35rem 1rem;
    border-radius: var(--radius-pill);
    font-size: 0.75rem; font-weight: 800; letter-spacing: 0.08em;
    text-transform: uppercase;
}
.plan-icon {
    width: 80px; height: 80px;
    margin: 0 auto var(--space-4);
    object-fit: contain;
}
.plan-name {
    font-family: var(--font-script);
    font-size: 2rem;
    color: var(--gold-deep);
    text-align: center;
    margin-bottom: var(--space-2);
}
.plan-payment {
    text-align: center;
    font-size: 0.875rem; color: var(--ink-mute);
    margin-bottom: var(--space-3);
}
.plan-price {
    text-align: center; margin-bottom: var(--space-4);
    font-weight: 800; color: var(--ink);
}
.plan-price .price-installments { font-size: 1rem; color: var(--ink-soft); }
.plan-price .price-amount { font-size: 2.25rem; line-height: 1; display: block; margin-top: 4px; }
.plan-price .price-suffix { font-size: 0.875rem; color: var(--ink-mute); display: block; margin-top: var(--space-1); font-weight: 600; }

.plan-features {
    list-style: none; padding: 0; margin: 0 0 var(--space-5);
    flex: 1;
}
.plan-features li {
    display: flex; align-items: flex-start; gap: var(--space-2);
    padding: var(--space-2) 0;
    border-bottom: 1px dashed rgba(46, 127, 184, 0.1);
    color: var(--ink-soft);
    font-size: 0.9375rem;
}
.plan-features li:last-child { border-bottom: 0; }
.plan-features svg { flex-shrink: 0; width: 18px; height: 18px; color: var(--gold-deep); margin-top: 3px; }
.plan-cta { width: 100%; justify-content: center; }

.plan-notes {
    margin: var(--space-7) auto 0;
    max-width: 720px;
    padding: var(--space-5);
    background: rgba(255, 172, 65, 0.1);
    border: 1px dashed var(--gold);
    border-radius: var(--radius-md);
    color: var(--ink-soft); font-size: 0.9375rem;
}
.plan-notes ul { margin: 0; padding-left: var(--space-5); }
.plan-notes li + li { margin-top: var(--space-2); }

/* ========== SCHEDULE ========== */
.schedule {
    background: linear-gradient(180deg, #fff 0%, rgba(65, 202, 255, 0.08) 100%);
}
.timeline {
    position: relative;
    max-width: 760px; margin: 0 auto;
    padding: var(--space-5) 0;
}
.timeline::before {
    content: ''; position: absolute;
    left: 28px; top: 0; bottom: 0; width: 3px;
    background: linear-gradient(180deg, var(--gold) 0%, var(--sky-top) 100%);
    border-radius: 3px;
}
.milestone {
    position: relative;
    padding: var(--space-4) 0 var(--space-4) 76px;
}
.milestone-icon {
    position: absolute; left: 0; top: var(--space-4);
    width: 58px; height: 58px;
    display: inline-flex; align-items: center; justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: var(--gold-deep);
    box-shadow: var(--shadow-sm);
    border: 3px solid var(--gold-soft);
    z-index: 1;
}
.milestone-icon svg { width: 26px; height: 26px; }
.milestone-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: var(--space-4) var(--space-5);
    border: 1px solid rgba(46, 127, 184, 0.12);
    box-shadow: var(--shadow-sm);
}
.milestone-date {
    font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.06em;
    text-transform: uppercase; color: var(--gold-deep);
    margin-bottom: var(--space-1);
}
.milestone-title { font-size: 1.125rem; margin-bottom: var(--space-1); color: var(--ink); }
.milestone-card p { color: var(--ink-soft); font-size: 0.9375rem; margin: 0; }
.milestone-highlight .milestone-icon {
    background: var(--gold); color: #fff; border-color: var(--gold-deep);
    box-shadow: 0 0 0 6px rgba(255, 172, 65, 0.25), var(--shadow-md);
}
.milestone-highlight .milestone-card {
    background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 100%);
    color: #fff; border-color: var(--gold-deep);
}
.milestone-highlight .milestone-date,
.milestone-highlight .milestone-title { color: #fff; }
.milestone-highlight p { color: rgba(255, 255, 255, 0.92); }

@media (max-width: 600px) {
    .timeline::before { left: 22px; }
    .milestone { padding-left: 64px; }
    .milestone-icon { width: 46px; height: 46px; }
    .milestone-icon svg { width: 22px; height: 22px; }
}

/* ========== CTA ========== */
.cta {
    background: linear-gradient(135deg, var(--sky-top) 0%, var(--sky-bottom) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.cta::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='90' viewBox='0 0 200 90'><g fill='%23ffffff' fill-opacity='0.3'><ellipse cx='40' cy='55' rx='35' ry='25'/><ellipse cx='80' cy='45' rx='45' ry='32'/><ellipse cx='130' cy='55' rx='38' ry='27'/></g></svg>");
    background-repeat: no-repeat;
    background-position: 10% 15%, 80% 80%;
    background-size: 220px, 180px;
    pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.cta-balloon {
    width: 160px; margin: 0 auto var(--space-5);
    filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.25));
    animation: balloon-float 5s ease-in-out infinite;
}
.cta h2 {
    font-family: var(--font-script); font-weight: 400;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #fff;
    text-shadow: 3px 3px 0 rgba(26, 35, 51, 0.55), 6px 6px 16px rgba(0, 0, 0, 0.3);
}
.cta p { font-size: 1.0625rem; opacity: 0.95; margin-bottom: var(--space-6); }

/* ========== GALLERY ========== */
.gallery {
    background: linear-gradient(180deg, #fff 0%, var(--paper-warm) 100%);
}
.title-highlight {
    position: relative;
    display: inline-block;
    font-family: var(--font-script);
    font-weight: 400;
    color: var(--gold-deep);
    padding: 0 0.1em;
}
.title-highlight::after {
    content: '';
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: -0.08em;
    height: 0.18em;
    background: var(--gold);
    border-radius: 999px;
    opacity: 0.55;
    transform: skewX(-6deg);
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 180px;
    gap: var(--space-4);
}
.gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    background: #f4ecf7;
    transition: transform var(--transition), box-shadow var(--transition);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg, 0 20px 40px rgba(0, 0, 0, 0.18)); }
.gallery-item:hover img { transform: scale(1.05); }

.gallery-item--tall { grid-column: span 2; grid-row: span 2; }
.gallery-item--wide { grid-column: span 4; grid-row: span 2; }

@media (max-width: 880px) {
    .gallery-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 160px; }
    .gallery-item--tall { grid-column: span 2; grid-row: span 2; }
    .gallery-item--wide { grid-column: span 4; grid-row: span 2; }
}
@media (max-width: 520px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; gap: var(--space-3); }
    .gallery-item--tall,
    .gallery-item--wide { grid-column: span 2; grid-row: span 1; }
}

/* ========== FOOTER ========== */
.site-footer {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.85);
    padding: var(--space-7) 0 var(--space-5);
    font-size: 0.9375rem;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1.2fr;
    gap: var(--space-7);
    padding-bottom: var(--space-6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: start;
}
.footer-brand {
    display: inline-block;
    margin-bottom: var(--space-4);
    background: #fff;
    border-radius: var(--radius-md);
    padding: var(--space-4) var(--space-5);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    transition: transform var(--transition);
}
.footer-brand:hover { transform: translateY(-2px); }
.footer-brand img {
    width: 220px;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.footer-col h4 {
    color: #fff; font-size: 0.875rem;
    text-transform: uppercase; letter-spacing: 0.1em;
    margin-bottom: var(--space-3);
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: var(--space-2); }
.footer-col a { color: rgba(255, 255, 255, 0.85); transition: color var(--transition); }
.footer-col a:hover { color: var(--gold); }
.footer-social { display: flex; gap: var(--space-3); margin-top: var(--space-4); }
.footer-social a {
    width: 42px; height: 42px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 50%;
    transition: background var(--transition), color var(--transition), transform var(--transition);
}
.footer-social a:hover {
    background: var(--gold);
    color: #fff;
    transform: translateY(-2px);
}
.footer-social svg { width: 20px; height: 20px; }
.footer-bottom {
    padding-top: var(--space-5);
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8125rem;
    line-height: 1.7;
}
.footer-bottom p:first-child { color: #fff; font-weight: 700; }

@media (max-width: 720px) {
    .footer-inner { grid-template-columns: 1fr; gap: var(--space-5); }
    .footer-brand { align-self: flex-start; }
}
