:root {
    --deep-charcoal: #0f0f12;
    --rich-black: #0a0a0c;
    --warm-gold: #c6a15b;
    --soft-gold: #dbb86b;
    --pale-cream: #fef7e8;
    --cream-muted: #f2ecd9;
    --muted-slate: #8e8a7c;
    --border-dim: rgba(198, 161, 91, 0.25);
    --card-bg: rgba(20, 20, 26, 0.85);
    --glass-edge: 0.5px solid rgba(198, 161, 91, 0.25);
    --section-shell: rgba(18, 16, 22, 0.88);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.public-event-page {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: var(--rich-black);
    color: var(--cream-muted);
    line-height: 1.55;
}

.public-event-page h1,
.public-event-page h2,
.public-event-page h3,
.public-event-page .serif {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: 0;
}

.public-event-page a {
    color: inherit;
}

.container-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.fullscreen {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.navbar-shell {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(14px);
    background: rgba(10, 10, 12, 0.78);
    border-bottom: 1px solid var(--border-dim);
}

.nav-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
}

.brand-link {
    text-decoration: none;
    color: var(--soft-gold);
    font-size: 1.55rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
}

.brand-link span {
    color: var(--pale-cream);
    font-weight: 400;
}

.nav-links {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--cream-muted);
}

.nav-links a:hover {
    color: var(--warm-gold);
}

.btn-outline-nav {
    border: 1px solid var(--warm-gold);
    border-radius: 40px;
    padding: 0.55rem 1.15rem;
    color: var(--warm-gold) !important;
}

.mobile-menu {
    display: none;
    font-size: 1.35rem;
    color: var(--pale-cream);
    cursor: pointer;
    background: transparent;
    border: 0;
}

.hero-section {
    padding: 7rem 0 4rem;
    background:
        radial-gradient(circle at 20% 20%, rgba(77, 58, 24, 0.28), transparent 35%),
        radial-gradient(circle at 80% 10%, rgba(61, 45, 19, 0.18), transparent 30%),
        linear-gradient(135deg, #120f14 0%, #0a0a0c 52%, #050507 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 3.5rem;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 40px;
    background: rgba(198, 161, 91, 0.12);
    color: var(--warm-gold);
    font-size: 0.76rem;
    font-weight: 600;
    padding: 0.35rem 1rem;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1.04;
    color: var(--pale-cream);
    margin: 0 0 1rem;
}

.hero-title em,
.section-title em {
    color: var(--warm-gold);
    font-style: italic;
}

.hero-lead {
    font-size: 1.02rem;
    color: #cdc6b5;
    max-width: 640px;
    margin-bottom: 1.25rem;
}

.hero-copy {
    max-width: 660px;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1.75rem 0 0;
}

.btn-primary-shell,
.btn-secondary-shell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    text-decoration: none;
    border-radius: 48px;
    padding: 0.95rem 1.9rem;
    font-size: 0.92rem;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    border: 0;
    cursor: pointer;
}

.btn-primary-shell {
    color: #09090b;
    background: linear-gradient(135deg, var(--warm-gold), var(--soft-gold));
    box-shadow: 0 8px 24px rgba(198, 161, 91, 0.24);
}

.btn-primary-shell:hover {
    transform: translateY(-2px);
    color: #09090b;
}

.btn-secondary-shell {
    color: var(--warm-gold);
    background: transparent;
    border: 1px solid var(--warm-gold);
}

.btn-secondary-shell:hover {
    color: var(--soft-gold);
    background: rgba(198, 161, 91, 0.08);
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
}

.stat-item {
    border-left: 2px solid var(--warm-gold);
    padding-left: 1rem;
}

.stat-number {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--soft-gold);
}

.hero-visual {
    min-height: 620px;
    border-radius: 32px;
    border: var(--glass-edge);
    background:
        linear-gradient(180deg, rgba(14, 12, 16, 0.18), rgba(10, 10, 12, 0.9)),
        linear-gradient(155deg, #1b1618 0%, #0d0d10 55%, #060608 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
    display: flex;
    align-items: flex-end;
    padding: 1.6rem;
}

.hero-card {
    width: 100%;
    background: var(--card-bg);
    backdrop-filter: blur(16px);
    border: var(--glass-edge);
    border-radius: 28px;
    padding: 1.8rem;
}

.info-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-dim);
}

.info-row:last-of-type {
    margin-bottom: 0;
}

.info-icon {
    width: 36px;
    color: var(--warm-gold);
    font-size: 1.25rem;
    flex: 0 0 auto;
}

.info-label {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted-slate);
    margin-bottom: 0.2rem;
}

.hero-cta-row {
    margin-top: 1.5rem;
}

.hero-card-button {
    width: 100%;
}

.section-shell {
    padding: 5.5rem 0;
}

.invitation-section {
    min-height: 62vh;
    padding: 4.5rem 0;
    background:
        radial-gradient(circle at 15% 18%, rgba(198, 161, 91, 0.2), transparent 28%),
        radial-gradient(circle at 82% 22%, rgba(198, 161, 91, 0.08), transparent 24%),
        linear-gradient(180deg, #0a0a0c 0%, #100d11 38%, #09090b 100%);
    overflow: hidden;
}

.invitation-shell {
    width: 100%;
    max-width: 940px;
}

.invitation-copy {
    position: relative;
    padding: 0.5rem 0;
}

.invitation-title {
    margin: 0 0 1.25rem;
    color: var(--pale-cream);
    font-size: clamp(3.6rem, 9vw, 7.5rem);
    line-height: 0.92;
    max-width: 760px;
}

.invitation-title span,
.invitation-title strong {
    display: block;
}

.invitation-title strong {
    color: var(--warm-gold);
    font-style: normal;
    text-wrap: balance;
}

.invitation-lead {
    max-width: 720px;
    margin: 0 0 1.75rem;
    color: #d4cebf;
    font-size: clamp(1rem, 2vw, 1.16rem);
}

.invitation-quote {
    max-width: 720px;
    margin: 0 0 2rem;
    padding: 1.35rem 1.5rem;
    border-left: 3px solid var(--warm-gold);
    background: rgba(198, 161, 91, 0.08);
    color: var(--cream-muted);
}

.invitation-quote p {
    margin: 0 0 0.55rem;
    font-size: 1rem;
}

.invitation-quote footer {
    color: var(--soft-gold);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.invitation-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.section-dark {
    background: linear-gradient(135deg, #100f13, #060608);
}

.section-deeper {
    background: #0c0c10;
}

.section-panel {
    background: var(--section-shell);
}

.section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 2.25rem;
}

.section-title {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    margin-bottom: 1rem;
    color: var(--pale-cream);
}

.gold-underline {
    width: 70px;
    height: 2px;
    background: var(--warm-gold);
    margin: 1rem auto 1.75rem;
}

.gold-underline-left {
    margin-left: 0;
}

.section-copy {
    color: #c4beaf;
}

.section-action-center {
    text-align: center;
}

.countdown-grid {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.countdown-box {
    min-width: 120px;
    padding: 1.2rem 1.4rem;
    border-radius: 28px;
    border: 1px solid var(--border-dim);
    background: rgba(0, 0, 0, 0.45);
    text-align: center;
}

.countdown-number {
    font-family: 'Inter', sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--soft-gold);
    line-height: 1;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.schedule-card {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 1rem;
    align-items: start;
    border-radius: 28px;
    padding: 1.5rem;
    background: rgba(20, 20, 26, 0.64);
    border: var(--glass-edge);
}

.schedule-card-icon {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--warm-gold);
    font-size: 1.5rem;
    background: rgba(198, 161, 91, 0.1);
    border: 1px solid rgba(198, 161, 91, 0.18);
}

.schedule-card-body h3 {
    color: var(--pale-cream);
    font-size: 1.75rem;
    margin: 0 0 0.4rem;
}

.schedule-card-body p {
    margin: 0;
    color: #c4beaf;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.feature-card {
    border-radius: 28px;
    padding: 2rem 1.4rem;
    background: rgba(20, 20, 26, 0.64);
    border: var(--glass-edge);
    text-align: center;
}

.feature-card i {
    font-size: 2.4rem;
    color: var(--warm-gold);
    margin-bottom: 1rem;
}

.feature-card h3 {
    color: var(--pale-cream);
    font-size: 1.55rem;
    margin-bottom: 0.5rem;
}

.ticket-grid,
.donation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.ticket-tier-card,
.donation-tier {
    width: 100%;
    background: #121216;
    border: 1px solid var(--border-dim);
    border-radius: 28px;
    padding: 1.75rem 1.35rem;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.ticket-tier-card:hover,
.donation-tier:hover {
    transform: translateY(-3px);
    border-color: var(--warm-gold);
    color: inherit;
}

.ticket-tier-card.featured,
.donation-tier.featured {
    background: linear-gradient(145deg, #18161c, #0f0f14);
    border-color: var(--warm-gold);
}

.ticket-tier-price,
.donation-amount {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.15rem;
    font-weight: 700;
    color: var(--soft-gold);
    line-height: 1;
    margin-bottom: 0.75rem;
}

.ticket-tier-title {
    color: var(--pale-cream);
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.ticket-tier-copy,
.ticket-tier-meta {
    font-size: 0.9rem;
    color: #c9c3b5;
}

.ticket-tier-meta {
    margin-top: 0.75rem;
    color: var(--warm-gold);
}

.booking-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 2.5rem;
    align-items: start;
}

.booking-form-shell {
    background: #111115;
    border: var(--glass-edge);
    border-radius: 28px;
    padding: 2rem;
}

.booking-form-shell h3 {
    font-size: 2rem;
    color: var(--pale-cream);
    margin-bottom: 1rem;
}

.booking-stepper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: 1.5rem;
}

.booking-step {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border-radius: 18px;
    border: 1px solid var(--border-dim);
    background: rgba(18, 18, 24, 0.84);
    padding: 0.9rem 1rem;
    opacity: 0.7;
}

.booking-step.is-active,
.booking-step.is-complete {
    opacity: 1;
    border-color: rgba(198, 161, 91, 0.5);
}

.booking-step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(198, 161, 91, 0.12);
    color: var(--warm-gold);
    font-size: 0.9rem;
    font-weight: 700;
    flex: 0 0 auto;
}

.booking-step.is-active .booking-step-number,
.booking-step.is-complete .booking-step-number {
    background: linear-gradient(135deg, var(--warm-gold), var(--soft-gold));
    color: #09090b;
}

.booking-step-label {
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--pale-cream);
}

.booking-step-panel {
    display: none;
}

.booking-step-panel.is-active {
    display: block;
}

.booking-field {
    margin-bottom: 1rem;
}

.booking-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.booking-input,
.booking-select {
    width: 100%;
    border-radius: 18px;
    border: 1px solid var(--border-dim);
    background: #1b1b22;
    color: var(--pale-cream);
    padding: 0.95rem 1rem;
    font-size: 0.95rem;
}

.booking-input:focus,
.booking-select:focus,
.booking-textarea:focus {
    outline: none;
    border-color: rgba(198, 161, 91, 0.75);
    box-shadow: 0 0 0 3px rgba(198, 161, 91, 0.15);
}

.booking-input::placeholder {
    color: #9b9688;
}

.booking-textarea {
    min-height: 108px;
    resize: vertical;
}

.booking-label {
    font-size: 0.78rem;
    display: inline-block;
    margin-bottom: 0.55rem;
}

.ticket-selector {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ticket-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background: #23232b;
    color: var(--warm-gold);
    font-size: 1.2rem;
    cursor: pointer;
}

.ticket-quantity {
    font-size: 1.6rem;
    min-width: 50px;
    text-align: center;
}

.total-box {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(198, 161, 91, 0.08);
}

.total-amount {
    font-size: 1.35rem;
}

.booking-ticket-card,
.guest-card {
    border-radius: 22px;
    border: 1px solid var(--border-dim);
    background: rgba(18, 18, 24, 0.84);
    padding: 1rem 1.1rem;
}

.booking-ticket-card {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.25rem;
}

.booking-summary-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--muted-slate);
    margin-bottom: 0.35rem;
}

.booking-summary-title {
    color: var(--pale-cream);
    font-size: 1.1rem;
    font-weight: 600;
}

.booking-summary-copy {
    font-size: 0.84rem;
    color: #c4beaf;
    margin-top: 0.25rem;
}

.booking-summary-price {
    color: var(--soft-gold);
    font-size: 1.3rem;
    font-weight: 700;
    white-space: nowrap;
}

.guest-shell {
    margin: 1.35rem 0;
}

.guest-shell-header {
    margin-bottom: 0.9rem;
}

.guest-card {
    margin-bottom: 0.9rem;
}

.guest-card-header {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.85rem;
}

.guest-card-title {
    font-size: 1rem;
    color: var(--pale-cream);
    font-weight: 600;
}

.guest-card-meta {
    font-size: 0.78rem;
    color: var(--warm-gold);
}

.impact-list {
    margin: 2rem 0;
}

.impact-item {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 0.65rem;
    align-items: flex-start;
}

.impact-icon {
    color: var(--warm-gold);
    margin-top: 0.15rem;
}

.contact-band {
    background: rgba(198, 161, 91, 0.06);
    border-radius: 22px;
    padding: 1rem 1.15rem;
    color: var(--cream-muted);
}

.contact-divider {
    margin: 0 0.5rem;
}

.booking-consent {
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
    align-items: flex-start;
}

.booking-checkbox {
    margin-top: 0.2rem;
}

.booking-consent-label {
    font-size: 0.78rem;
    margin: 0;
}

.booking-submit {
    width: 100%;
}

.booking-note {
    font-size: 0.74rem;
    text-align: center;
    margin-top: 1rem;
    color: #bdb7a8;
}

.booking-step-actions {
    margin-top: 1.25rem;
}

.booking-step-actions-split {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.booking-review-card,
.booking-payment-shell {
    border-radius: 22px;
    border: 1px solid var(--border-dim);
    background: rgba(18, 18, 24, 0.84);
    padding: 1.25rem;
}

.booking-review-card {
    margin-bottom: 1rem;
}

.booking-review-title {
    color: var(--pale-cream);
    font-size: 1.4rem;
    margin: 0.35rem 0 1rem;
}

.booking-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.booking-review-item strong {
    display: block;
    color: var(--warm-gold);
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.booking-review-item span {
    color: var(--pale-cream);
    word-break: break-word;
}

.booking-payment-shell {
    margin-bottom: 1rem;
}

.booking-payment-element {
    border-radius: 18px;
    border: 1px solid var(--border-dim);
    background: #1b1b22;
    padding: 1rem;
    margin-top: 1rem;
}

.booking-error {
    margin: 0.45rem 0 0;
    color: #ffb4b4;
    font-size: 0.8rem;
}

.booking-alert {
    border-radius: 16px;
    padding: 0.95rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    border: 1px solid transparent;
}

.booking-alert-success {
    background: rgba(52, 168, 83, 0.14);
    border-color: rgba(52, 168, 83, 0.3);
    color: #d4f5df;
}

.booking-alert-warning {
    background: rgba(230, 179, 59, 0.12);
    border-color: rgba(230, 179, 59, 0.3);
    color: #f4e8be;
}

.booking-alert-danger {
    background: rgba(209, 71, 71, 0.12);
    border-color: rgba(209, 71, 71, 0.3);
    color: #ffd5d5;
}

.booking-empty-state {
    text-align: center;
    padding: 2.25rem 1.25rem;
    border-radius: 22px;
    border: 1px solid var(--border-dim);
    background: rgba(18, 18, 24, 0.84);
}

.booking-empty-state i {
    color: var(--warm-gold);
    font-size: 2rem;
    margin-bottom: 0.9rem;
}

.booking-empty-state h4 {
    color: var(--pale-cream);
    margin-bottom: 0.6rem;
}

.footer-shell {
    padding: 3rem 0 2rem;
    background: #060608;
    border-top: 1px solid var(--border-dim);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    gap: 2rem;
}

.footer-shell a {
    color: #b9b3a5;
    text-decoration: none;
}

.footer-shell a:hover {
    color: var(--warm-gold);
}

.footer-brand {
    font-size: 1.35rem;
}

.footer-copy,
.footer-meta {
    font-size: 0.88rem;
    margin-top: 0.75rem;
}

.footer-heading {
    font-weight: 600;
    color: var(--pale-cream);
}

.footer-links {
    list-style: none;
    margin: 0.75rem 0 0;
    padding: 0;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid var(--border-dim);
    padding-top: 1.75rem;
    margin-top: 2rem;
}

.footer-copyright {
    font-size: 0.74rem;
    margin: 0;
}

.public-info-shell {
    min-height: 100vh;
    padding: 7rem 0 4rem;
    background:
        radial-gradient(circle at 20% 20%, rgba(77, 58, 24, 0.28), transparent 35%),
        linear-gradient(135deg, #120f14 0%, #0a0a0c 52%, #050507 100%);
}

.public-info-card {
    max-width: 860px;
    margin: 0 auto;
    border-radius: 30px;
    border: var(--glass-edge);
    background: rgba(17, 17, 23, 0.92);
    padding: 2.2rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.public-info-topline {
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--warm-gold);
    margin-bottom: 0.9rem;
}

.public-info-title {
    color: var(--pale-cream);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    margin: 0 0 0.8rem;
}

.public-info-copy {
    color: #c9c3b5;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.public-info-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0 2rem;
}

.public-info-panel {
    border-radius: 18px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-dim);
}

.public-info-panel strong {
    display: block;
    color: var(--pale-cream);
    margin-bottom: 0.35rem;
}

.ticket-list-shell {
    display: grid;
    gap: 1rem;
}

.ticket-view-card {
    border-radius: 22px;
    border: 1px solid var(--border-dim);
    background: rgba(255, 255, 255, 0.03);
    padding: 1.15rem;
}

.ticket-view-grid {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 1.2rem;
    align-items: center;
}

.ticket-qr-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 1rem;
}

.ticket-detail-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.85rem;
    margin-top: 1rem;
}

.ticket-detail-item strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--warm-gold);
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .hero-grid,
    .booking-grid,
    .footer-grid,
    .booking-two-col,
    .ticket-view-grid,
    .booking-review-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 420px;
    }

    .nav-links {
        display: none;
    }

    .mobile-menu {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .container-shell,
    .nav-inner {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .schedule-grid {
        grid-template-columns: 1fr;
    }

    .schedule-card {
        grid-template-columns: 64px 1fr;
    }

    .schedule-card-icon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
    }

    .invitation-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
        min-height: 56vh;
    }

    .invitation-copy {
        padding: 0;
    }

    .booking-stepper,
    .booking-step-actions-split {
        grid-template-columns: 1fr;
        display: grid;
    }
}

@media (max-width: 575.98px) {
    .invitation-title {
        font-size: clamp(3rem, 14vw, 4.2rem);
    }

    .invitation-quote {
        padding: 1.1rem 1rem;
    }
}
