/* --- Tipografia editorial (cafeteria premium) --- */
.site-area h1,
.site-area h2,
.site-area h3,
.site-area .section-title,
.site-area .hero-aside-title,
.site-area .subsection-title,
.site-area .process-title,
.site-area .footer-heading,
.site-area .brand-name {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.site-area .section-lead,
.site-area .hero-lead {
    font-size: 1.08rem;
    line-height: 1.65;
    max-width: 52ch;
}

/* --- Topbar --- */
.topbar-premium.topbar {
    z-index: 40;
}

.topbar-premium {
    border-bottom: 1px solid rgba(79, 50, 36, 0.1);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.topbar-premium.is-scrolled {
    box-shadow: var(--shadow-lg);
    border-bottom-color: rgba(79, 50, 36, 0.06);
}

.topbar-premium .topbar-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 68px;
}

/* Topo em 3 colunas no desktop: marca | navegação central | idioma + CTAs + menu mobile */
.topbar-inner--pro {
    width: 100%;
}

.topbar-end {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    min-width: 0;
    flex-shrink: 0;
}

.locale-switch {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.locale-link {
    color: var(--muted);
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 10px;
    transition: color 0.15s ease, background 0.15s ease;
    white-space: nowrap;
}

.locale-link:hover {
    color: var(--brand-strong);
    background: rgba(111, 78, 55, 0.08);
}

.locale-link.is-active {
    color: var(--brand-strong);
    background: rgba(111, 78, 55, 0.12);
}

.locale-sep {
    color: rgba(79, 50, 36, 0.35);
    user-select: none;
}

@media (min-width: 721px) {
    .topbar-inner--pro {
        display: grid;
        grid-template-columns: minmax(0, 260px) minmax(0, 1fr) minmax(0, auto);
        align-items: center;
        column-gap: clamp(12px, 2vw, 24px);
    }

    .topbar-inner--pro .brand-premium {
        justify-self: start;
        min-width: 0;
    }

    .topbar-inner--pro .nav-desktop--center {
        justify-self: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px clamp(8px, 1.2vw, 16px);
        max-width: 100%;
    }

    .topbar-end {
        justify-self: end;
        gap: clamp(8px, 1.2vw, 14px);
    }

    .locale-switch {
        font-size: 0.75rem;
    }
}

@media (max-width: 720px) {
    .topbar-inner--pro {
        gap: 8px;
        min-height: 60px;
    }

    .locale-link {
        padding: 5px 6px;
        font-size: 0.68rem;
    }

    .locale-sep {
        opacity: 0.55;
    }
}

.brand-premium,
.brand-footer {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.15;
}

.brand-name {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.brand-lines {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.brand-tagline {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1.25;
    color: var(--muted);
}

.brand-tagline-sub {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    opacity: 0.92;
}

.brand-footer .brand-tagline {
    color: rgba(255, 255, 255, 0.78);
}

.brand-footer .brand-tagline-sub {
    color: rgba(255, 255, 255, 0.55);
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, #c48a5a 0%, #6f4e37 48%, #241915 100%);
    box-shadow: 0 10px 30px rgba(36, 25, 21, 0.25);
    position: relative;
}

.brand-mark::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    opacity: 0.9;
}

.nav-premium a {
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--muted);
    padding: 6px 2px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-premium a:hover {
    color: var(--brand-strong);
    border-color: rgba(196, 138, 90, 0.65);
}

.topbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.brand-lines--header .brand-tagline {
    max-width: 46vw;
}

@media (max-width: 520px) {
    .brand-lines--header .brand-tagline-sub {
        display: none;
    }

    .brand-lines--header .brand-tagline {
        max-width: 52vw;
        font-size: 0.55rem;
        letter-spacing: 0.05em;
    }
}

.nav-mobile {
    position: relative;
    flex-shrink: 0;
}

.nav-mobile summary {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
}

.nav-mobile summary::-webkit-details-marker {
    display: none;
}

.nav-mobile-burger {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--brand-strong);
    border-radius: 2px;
    position: relative;
}

.nav-mobile-burger::before,
.nav-mobile-burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: var(--brand-strong);
    border-radius: 2px;
}

.nav-mobile-burger::before {
    top: -7px;
}

.nav-mobile-burger::after {
    top: 7px;
}

.nav-mobile-panel {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 20px 28px;
    padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
    background: rgba(251, 247, 243, 0.98);
    backdrop-filter: blur(16px);
    z-index: 18;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    border-top: 1px solid rgba(79, 50, 36, 0.08);
    box-shadow: 0 24px 60px rgba(36, 25, 21, 0.12);
}

.nav-mobile-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nav-mobile-links a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 4px;
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--brand-strong);
    border-bottom: 1px solid rgba(79, 50, 36, 0.08);
}

.nav-mobile-links a:hover {
    color: var(--accent);
}

.nav-mobile-ctas {
    display: grid;
    gap: 12px;
    margin-top: auto;
    padding-bottom: env(safe-area-inset-bottom, 12px);
}

.btn-block {
    width: 100%;
    justify-content: center;
}

@media (min-width: 721px) {
    .nav-mobile {
        display: none;
    }
}

@media (max-width: 720px) {
    .nav-desktop,
    .topbar-actions--desktop {
        display: none !important;
    }

    .site-main.container {
        width: min(1120px, calc(100% - 20px));
    }

    .site-area .section {
        padding: clamp(28px, 8vw, 44px) 0;
    }

    .hero-title {
        max-width: none;
        font-size: clamp(1.65rem, 7vw, 2.35rem);
    }

    .hero-actions--stack-sm {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions--stack-sm .btn {
        width: 100%;
        justify-content: center;
    }

    .location-actions--stack {
        flex-direction: column;
        align-items: stretch;
    }

    .location-actions--stack .btn {
        width: 100%;
        justify-content: center;
    }

    .cta-final-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-final-actions .btn {
        width: 100%;
    }

    .footer-cta-actions {
        width: 100%;
    }

    .footer-cta-actions .btn {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
    }

    .promo-inner {
        gap: 20px;
    }

    .card-elevated {
        border-radius: 20px;
    }
}

.btn-compact {
    min-height: 44px;
    padding: 0 16px;
    font-size: 0.9rem;
}

/* --- Hero --- */
.site-hero-premium {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: clamp(20px, 4vw, 36px);
    padding: clamp(28px, 5vw, 48px) 0 8px;
    align-items: stretch;
}

.hero-copy {
    padding: clamp(8px, 2vw, 16px) 0 8px;
}

.hero-eyebrow {
    background: rgba(111, 78, 55, 0.12);
    color: var(--brand-strong);
}

.hero-title {
    max-width: 14ch;
}

.hero-lead {
    margin-bottom: 22px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.btn-ghost {
    background: transparent;
    border-color: rgba(79, 50, 36, 0.2);
    color: var(--brand-strong);
}

.btn-ghost:hover {
    border-color: var(--brand);
    background: rgba(111, 78, 55, 0.06);
}

.hero-trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.hero-trust li {
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
}

.hero-trust strong {
    display: block;
    font-size: 1.15rem;
    font-family: "Fraunces", serif;
    color: var(--brand-strong);
    margin-bottom: 6px;
}

.hero-trust span {
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.35;
}

.hero-aside {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.badge-on-dark {
    background: rgba(255, 255, 255, 0.12);
    color: #f5e6d8;
}

.hero-aside-title {
    margin: 0;
    font-size: 1.45rem;
    color: #fff;
}

.hero-aside-lead {
    margin: 0 0 8px;
}

.metric-on-dark {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.metric-on-dark span {
    color: rgba(255, 255, 255, 0.72);
}

.hero-aside-footnote {
    margin-top: auto;
    font-size: 0.85rem;
}

/* --- Sections --- */
.section-tinted {
    background: linear-gradient(180deg, rgba(111, 78, 55, 0.05) 0%, rgba(251, 247, 243, 0.4) 100%);
    border-top: 1px solid rgba(79, 50, 36, 0.06);
    border-bottom: 1px solid rgba(79, 50, 36, 0.06);
}

.section-intro {
    max-width: 720px;
    margin-bottom: 28px;
}

.section-intro-lead {
    margin-bottom: 0;
}

.section-intro-row {
    max-width: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.align-self-start {
    align-self: flex-start;
}

.card-elevated {
    box-shadow: 0 22px 60px rgba(36, 25, 21, 0.1);
}

.benefits-grid .card h3 {
    margin-top: 0;
}

.benefit-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
}

.how-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 3vw, 24px);
    align-items: stretch;
}

.how-column-title {
    margin: 0 0 16px;
    font-family: var(--font-display);
    font-size: 1.2rem;
}

.how-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.how-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
}

.how-step-n {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(111, 78, 55, 0.12);
    color: var(--brand-strong);
    font-weight: 800;
    font-size: 0.95rem;
}

.how-step-n-alt {
    background: rgba(196, 138, 90, 0.22);
}

.how-step strong {
    display: block;
    margin-bottom: 4px;
}

.split-attendance {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(20px, 4vw, 36px);
    align-items: stretch;
}

.attendance-list {
    margin: 18px 0 0;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.55;
}

.attendance-note {
    margin-top: 16px;
    font-size: 0.92rem;
}

.attendance-aside-title {
    margin-top: 0;
    color: #fff;
    font-family: var(--font-display);
    font-size: 1.25rem;
}

.ops-grid .ops-card h3 {
    margin-top: 0;
}

.ops-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.loyalty-split-wide {
    grid-template-columns: 1.15fr 0.85fr;
}

.loyalty-lead {
    margin-bottom: 12px;
}

.loyalty-points-tight {
    margin-top: 8px;
}

.cta-final-section .cta-final-inner {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: clamp(20px, 4vw, 32px);
    align-items: center;
    padding: clamp(24px, 4vw, 36px);
}

.cta-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.cta-quote {
    margin: 0;
    padding: 8px 0 8px 22px;
    border-left: 3px solid var(--accent);
    color: var(--brand-strong);
}

.cta-quote p {
    margin: 0 0 12px;
    font-size: 1.05rem;
    line-height: 1.55;
    font-family: var(--font-display);
}

.cta-quote footer {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--muted);
}

.btn-ghost-light {
    background: rgba(255, 255, 255, 0.55);
    border-color: rgba(79, 50, 36, 0.16);
    color: var(--brand-strong);
}

.btn-ghost-light:hover {
    background: #fff;
}

.promo-band.section {
    border-radius: var(--radius);
    margin: 0;
    padding: clamp(32px, 5vw, 48px) clamp(20px, 3vw, 28px);
}

.split-editorial {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(20px, 4vw, 40px);
    align-items: start;
}

.pillar-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: grid;
    gap: 18px;
}

.pillar-list h4 {
    margin: 0 0 6px;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--brand-strong);
}

.pillar-list p {
    margin: 0;
}

.process-card {
    position: sticky;
    top: 96px;
}

.process-title {
    margin-top: 0;
}

.process-steps {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 16px;
}

.process-steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
}

.process-index {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--accent);
    font-size: 1rem;
}

.process-steps strong {
    display: block;
    margin-bottom: 4px;
}

.process-cta {
    width: 100%;
}

.subsection-head {
    margin: 40px 0 16px;
}

.subsection-title {
    margin: 0 0 6px;
    font-size: 1.35rem;
}

.category-spotlight .category-mark {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
}

/* --- Promo band --- */
.promo-band {
    background: radial-gradient(120% 120% at 10% 20%, rgba(196, 138, 90, 0.35), transparent 55%),
        radial-gradient(80% 80% at 90% 0%, rgba(111, 78, 55, 0.45), transparent 50%),
        var(--surface-dark);
    color: #fff;
    border: 0;
}

.promo-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 4vw, 40px);
    align-items: start;
}

.badge-light {
    background: rgba(255, 255, 255, 0.14);
    color: #f8efe6;
}

.promo-band .section-title {
    color: #fff;
}

.promo-lead {
    color: rgba(255, 255, 255, 0.82);
}

.promo-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.promo-item {
    border-radius: 20px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.promo-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.05rem;
}

.promo-item .muted {
    color: rgba(255, 255, 255, 0.72);
}

/* --- Loyalty --- */
.loyalty-split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 20px;
    align-items: stretch;
}

.loyalty-card .section-title {
    margin-top: 8px;
}

.loyalty-points {
    margin: 16px 0 22px;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.55;
}

.loyalty-side h3 {
    margin-top: 0;
}

/* --- Testimonials --- */
.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 100%;
}

.testimonial-quote {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;
    color: var(--text);
}

.testimonial-card footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.testimonial-card footer strong {
    font-family: "Inter", sans-serif;
}

/* --- Location --- */
.location-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(20px, 4vw, 36px);
    align-items: stretch;
}

.location-facts {
    display: grid;
    gap: 18px;
    margin: 22px 0 24px;
}

.location-facts h4 {
    margin: 0 0 6px;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted);
}

.location-facts p {
    margin: 0;
}

.location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.map-placeholder {
    min-height: 280px;
    border-radius: 22px;
    background: repeating-linear-gradient(
            -45deg,
            rgba(111, 78, 55, 0.06),
            rgba(111, 78, 55, 0.06) 12px,
            rgba(111, 78, 55, 0.02) 12px,
            rgba(111, 78, 55, 0.02) 24px
        ),
        linear-gradient(145deg, rgba(196, 138, 90, 0.15), rgba(36, 25, 21, 0.06));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    gap: 8px;
}

.map-placeholder span {
    font-weight: 700;
    color: var(--brand-strong);
}

.map-embed-shell {
    position: relative;
    width: 100%;
    min-height: 260px;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(111, 78, 55, 0.06);
}

.map-embed {
    display: block;
    width: 100%;
    height: min(320px, 55vh);
    min-height: 260px;
    border: 0;
}

.footer-list--touch a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 4px 0;
}

/* --- Footer premium --- */
.footer-premium {
    padding: 0;
    margin-top: 12px;
    background: var(--surface-dark);
    color: rgba(255, 255, 255, 0.88);
}

.footer-cta-band {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 28px 0;
    background: linear-gradient(90deg, rgba(196, 138, 90, 0.2), transparent);
}

.footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-cta-eyebrow {
    margin: 0 0 6px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.footer-cta-title {
    margin: 0;
    font-size: clamp(1.2rem, 2.6vw, 1.55rem);
    font-family: var(--font-display);
    max-width: 36ch;
    color: #fff;
}

.footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-premium .btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.footer-premium .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.14);
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
    gap: clamp(24px, 5vw, 48px);
    padding: 40px 0 32px;
}

.footer-brand-block {
    max-width: 420px;
}

.brand-footer .brand-name {
    color: #fff;
}

.footer-lead {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    margin: 16px 0 20px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.social-link {
    font-weight: 600;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 2px;
}

.social-link:hover {
    color: #fff;
    border-color: rgba(196, 138, 90, 0.9);
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.footer-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-heading {
    margin: 0 0 14px;
    font-size: 0.95rem;
    color: #fff;
}

.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.72);
}

.footer-list a {
    color: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid transparent;
}

.footer-list a:hover {
    border-color: rgba(196, 138, 90, 0.75);
}

.footer-list-dense li {
    line-height: 1.45;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 0 32px;
    background: rgba(0, 0, 0, 0.15);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-copy {
    margin: 0;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.55);
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    font-size: 0.86rem;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.65);
}

.footer-legal a:hover {
    color: #fff;
}

/* --- Main spacing: home uses full-bleed sections inside container blocks --- */
.site-area main > .container {
    padding-bottom: 8px;
}

.site-area .section + .section {
    border-top: 0;
}

.site-area .section {
    padding: clamp(36px, 6vw, 64px) 0;
}

/* --- Responsive --- */
@media (max-width: 1100px) and (min-width: 721px) {
    .footer-columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .promo-inner,
    .loyalty-split,
    .loyalty-split-wide,
    .location-grid,
    .split-editorial,
    .split-attendance,
    .how-split,
    .cta-final-section .cta-final-inner,
    .footer-main {
        grid-template-columns: 1fr;
    }

    .process-card {
        position: static;
    }

}

@media (max-width: 980px) and (min-width: 721px) {
    .footer-columns,
    .footer-columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .site-hero-premium {
        grid-template-columns: 1fr;
    }

    .hero-trust {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .footer-columns,
    .footer-columns-4 {
        grid-template-columns: 1fr;
    }

    .footer-cta-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
