/* Golden Sparrow Events — warm black + logo gold */
:root {
    --primary-navy: #14110C;
    --accent-red: #C9A227;
    --bg-light: #EAD4C6;
    --card-bg: #F3E0D4;
    --text-main: #14110C;
    --border-color: rgba(20, 17, 12, 0.12);

    --black: var(--primary-navy);
    --charcoal: #1A160F;
    --gold: #C9A227;
    --gold-bright: #E3C463;
    --gold-dark: #9C7A18;
    --gold-dim: #B8921F;
    --rose: #B76E79;
    --ivory: #F4E6D4;
    --ivory-dim: rgba(244, 230, 212, 0.82);
    --line: rgba(20, 17, 12, 0.12);
    --white: #F0DCCF;
    --cream: var(--bg-light);
    --ink: #14110C;
    --muted: #3A342E;
    --panel-border: rgba(20, 17, 12, 0.12);
    --topbar-bg: #EAD4C6;
    --header-bg: #14110C;
    --catbar-bg: #14110C;
}

body.site-neutral {
    background:
        radial-gradient(900px 420px at 8% -8%, rgba(201, 162, 39, 0.14), transparent 55%),
        radial-gradient(720px 400px at 100% 0%, rgba(183, 110, 121, 0.1), transparent 50%),
        var(--cream);
    color: #14110C;
}

/* Topbar */
.site-topbar {
    background: var(--topbar-bg);
    color: #14110C;
    font-size: 12px;
    border-bottom: 1px solid rgba(20, 17, 12, 0.08);
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.topbar-tagline {
    margin: 0;
    color: #14110C;
    letter-spacing: 0.02em;
}

.topbar-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.topbar-meta a {
    color: #14110C;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.topbar-meta a:hover {
    color: var(--gold-dark);
}

.topbar-social {
    display: inline-flex;
    gap: 10px;
}

.topbar-social a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(156, 122, 24, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #14110C !important;
    background: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.topbar-social a:hover {
    background: var(--gold) !important;
    border-color: var(--gold);
    color: #14110C !important;
}

/* Main header */
.site-main-header {
    background: var(--header-bg) !important;
    border-bottom: 1px solid rgba(201, 162, 39, 0.22);
    position: sticky;
    top: 0;
    z-index: 1040;
    padding: 10px 0 !important;
}

.site-main-header.sticky-active {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.site-main-header .main-nav,
.site-main-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.site-main-header a.logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    line-height: 0;
    min-width: 120px;
}

.site-main-header .header-logo,
.site-main-header .brand-logo {
    display: block;
    height: 58px !important;
    max-height: 58px !important;
    width: auto !important;
    max-width: 220px;
    object-fit: contain;
}

.site-main-header .nav-links a {
    color: rgba(248, 245, 239, 0.88) !important;
    font-weight: 500;
}

.site-main-header .nav-links a:hover,
.site-main-header .nav-links a.is-active {
    color: var(--gold-bright) !important;
}

.site-main-header .nav-cta,
.site-main-header .nav-links a.nav-cta {
    border: 0 !important;
    color: #14110C !important;
    padding: 8px 14px !important;
    border-radius: 999px;
    font-weight: 600 !important;
    background: linear-gradient(180deg, #E3C463 0%, #C9A227 58%, #B8921F 100%) !important;
}

.site-main-header .nav-cta:hover,
.site-main-header .nav-links a.nav-cta:hover {
    background: #9C7A18 !important;
    border-color: #9C7A18 !important;
    color: #14110C !important;
}

.site-main-header .nav-links a.nav-cta::after {
    display: none !important;
}

.site-main-header .menu-toggle {
    color: var(--gold-bright) !important;
    background: transparent;
    border: 0;
    font-size: 24px;
}

/* Category / mega bar */
.site-category-bar {
    background: var(--catbar-bg);
    border-bottom: 1px solid rgba(201, 162, 39, 0.18);
    position: sticky;
    top: 72px;
    z-index: 1030;
}

.category-bar-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 54px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.category-mega-wrap {
    position: relative;
    flex-shrink: 0;
}

.category-mega-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: linear-gradient(180deg, #E3C463 0%, #C9A227 58%, #B8921F 100%);
    color: #14110C;
    border-radius: 6px;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.category-mega-trigger .chevron {
    font-size: 11px;
    opacity: 0.8;
}

.category-mega-panel {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    width: min(860px, 92vw);
    background: #F3E0D4;
    border: 1px solid rgba(20, 17, 12, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
    padding: 18px;
    z-index: 1050;
}

.category-mega-panel[hidden] {
    display: none !important;
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-height: 340px;
    overflow: auto;
}

.mega-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #14110C;
    font-size: 13px;
    font-weight: 500;
}

.mega-item:hover {
    background: rgba(20, 17, 12, 0.06);
    color: #14110C;
}

.mega-item-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #EAD4C6;
    color: #14110C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.mega-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.mega-link {
    font-size: 13px;
    font-weight: 600;
    color: #14110C;
}

.mega-link.primary {
    color: #14110C;
}

.featured-category-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.featured-category-list::-webkit-scrollbar {
    display: none;
}

.featured-cat-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 0;
    border: 0;
    background: transparent;
    color: rgba(244, 230, 212, 0.88);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: relative;
}

.featured-cat-chip:hover,
.featured-cat-chip.is-active {
    border-color: transparent;
    color: #E3C463;
    background: transparent;
}

.category-bar-actions {
    display: none;
}

.site-footer .footer-logo {
    max-height: 72px;
    width: auto;
}

.cat-bar-btn {
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.cat-bar-btn.solid {
    background: linear-gradient(180deg, #E3C463, #C9A227);
    border-color: var(--gold-dark);
    color: #14110C;
}

/* Hero video */
.hero-video-shell {
    position: relative;
    overflow: hidden;
    min-height: min(88vh, 760px);
    display: flex;
    align-items: center;
    background: var(--primary-navy);
    border-bottom: 0;
    padding: 90px 0 70px;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.hero-yt-frame,
.hero-yt-frame iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.77%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: 0;
}

.hero-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(10, 10, 10, var(--hero-overlay, 0.55));
}

.hero-video-shell .hero-inner {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.hero-video-shell .eyebrow {
    color: var(--gold-bright);
}

.hero-video-shell h1,
.hero-video-shell .sub {
    color: #fff;
}

.hero-video-shell .sub {
    opacity: 0.88;
}

.hero-video-shell .hero-search {
    background: rgba(249, 243, 234, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    grid-template-columns: 1fr 1fr 1.3fr auto;
    max-width: 960px;
    gap: 14px;
    padding: 16px;
    overflow: hidden;
}

.hero-video-shell .hero-search-field label {
    color: var(--primary-navy);
}

.hero-video-shell .hero-search-field input,
.hero-video-shell .hero-search-field select {
    color: var(--text-main);
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
}

.hero-video-shell .hero-search-field input:focus,
.hero-video-shell .hero-search-field select:focus {
    outline: none;
    border-color: var(--accent-red);
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.14);
}

.hero-video-shell .hero-search-btn {
    background: linear-gradient(180deg, #E3C463 0%, #C9A227 58%, #B8921F 100%) !important;
    color: #14110C !important;
    border: 1px solid var(--gold-dark) !important;
    border-radius: 8px;
    padding: 14px 22px;
    align-self: end;
}

.hero-action-row {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.hero-video-controls {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 3;
    display: flex;
    gap: 8px;
}

.hero-media-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    cursor: pointer;
    backdrop-filter: blur(6px);
}

.hero-media-btn:hover {
    border-color: var(--gold-bright);
    color: var(--gold-bright);
}

/* Cities slider — 5 visible, then scroll */
.city-slider-wrap {
    position: relative;
    padding: 0 46px;
}

.city-slider-viewport {
    overflow: hidden;
    width: 100%;
}

.city-slider {
    display: flex;
    gap: 18px;
    overflow: visible;
    scroll-snap-type: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 6px 2px 16px;
}

.city-slider::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.city-slider .city-card {
    flex: 0 0 calc((100% - 72px) / 5);
    min-width: 0;
    scroll-snap-align: start;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.city-slider .city-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.city-card-photo {
    height: 148px;
    background: #EAD4C6;
    overflow: hidden;
}

.city-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}

.city-card-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-dark);
    font-size: 28px;
}

.city-card-body {
    padding: 16px 14px 18px;
}

.city-slider .city-card h4 {
    margin: 0 0 4px;
    color: #111;
    font-size: 17px;
}

.city-slider .city-card p {
    margin: 0;
    color: #2A241A;
    font-size: 13px;
}

.city-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0;
    background: linear-gradient(180deg, #E3C463 0%, #C9A227 58%, #B8921F 100%);
    color: #14110C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 10px 22px rgba(156, 122, 24, 0.28);
}

.city-slider-btn:hover {
    background: linear-gradient(180deg, #E8C86A 0%, #C9A227 100%);
    color: #14110C;
    border-color: transparent;
    transform: translateY(-50%) scale(1.05);
}

.city-slider-prev,
.gs-slider-prev { left: 0; }
.city-slider-next,
.gs-slider-next { right: 0; }

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

.city-card {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 22px 18px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.city-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.city-card-visual {
    width: 54px;
    height: 54px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #EAD4C6;
    color: #14110C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.city-card h4 {
    margin: 0 0 4px;
    color: #111;
    font-size: 18px;
}

.city-card p {
    margin: 0;
    color: #2A241A;
    font-size: 13px;
}

.vendor-listing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.home-services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

/* Footer */
.site-footer {
    background: var(--primary-navy) !important;
    color: #ececec;
}

.site-footer .footer-meta,
.site-footer .footer-meta a,
.site-footer .footer-brand p {
    color: rgba(255, 255, 255, 0.72);
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.footer-social a:hover {
    background: var(--ivory) !important;
    color: var(--accent-red) !important;
}

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

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: center;
}

.footer-legal-links a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 500;
}

.footer-legal-links a:hover {
    color: var(--gold-bright);
}

/* Legal / CMS pages */
.legal-page-section {
    padding-top: 40px;
}

.legal-document {
    max-width: 860px;
    margin: 0 auto;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.04);
}

.legal-document-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #9C7A18;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}

.legal-document,
.legal-document-meta,
.legal-document-nav,
.legal-document-nav a {
    font-family: var(--font-sans);
}

.legal-document-body,
.legal-document-body *:not(i):not(svg) {
    font-family: var(--font-sans) !important;
}

.legal-document-body {
    color: #2a2a2a;
    line-height: 1.75;
    font-size: 15px;
}

.legal-document-body .legal-lead {
    font-size: 16px;
    color: #444;
    margin-bottom: 24px;
}

.legal-document-body h3 {
    margin: 28px 0 10px;
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #1a1a1a;
}

.legal-document-body p,
.legal-document-body ul,
.legal-document-body ol,
.legal-document-body table {
    margin-bottom: 14px;
}

.legal-document-body ul,
.legal-document-body ol {
    padding-left: 1.2rem;
}

.legal-document-body li {
    margin-bottom: 6px;
    list-style: disc;
}

.legal-document-body ol li {
    list-style: decimal;
}

.legal-document-body a {
    color: #9C7A18;
    text-decoration: underline;
}

.legal-document-body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.legal-document-body th,
.legal-document-body td {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 12px;
    text-align: left;
}

.legal-document-body th {
    background: var(--white);
    color: #9C7A18;
}

.legal-document-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.legal-document-nav a {
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 600;
    color: #444;
}

.legal-document-nav a.is-active,
.legal-document-nav a:hover {
    border-color: var(--gold);
    color: var(--gold-dark);
    background: var(--card-bg);
}

@media (max-width: 768px) {
    .legal-document {
        padding: 24px 18px;
    }

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

    .footer-legal-links {
        justify-content: center;
    }
}


.footer-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.contact-social-row {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.contact-social-row a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(201, 162, 39, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-dark);
}

.contact-map-section {
    padding-top: 12px;
}

.contact-map-frame {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(201, 162, 39, 0.2);
    box-shadow: 0 16px 40px rgba(20, 16, 10, 0.08);
    background: var(--cream);
}

.contact-map-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .contact-map-frame {
        height: 280px;
        border-radius: 16px;
    }
}

@media (max-width: 1024px) {
    .mega-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .city-slider-wrap {
        padding: 0 40px;
    }

    .city-slider .city-card {
        flex-basis: calc((100% - 36px) / 3);
    }

    .city-grid,
    .vendor-listing-grid,
    .home-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-bar-actions {
        display: none;
    }
}

@media (max-width: 768px) {
    .topbar-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .topbar-tagline {
        display: none;
    }

    .site-category-bar {
        top: 64px;
    }

    .category-bar-inner {
        flex-wrap: wrap;
    }

    .featured-category-list {
        order: 3;
        width: 100%;
        justify-content: flex-start;
    }

    .featured-cat-chip {
        flex: 0 0 auto;
        padding: 8px 12px;
    }

    .mega-grid,
    .city-grid,
    .vendor-listing-grid {
        grid-template-columns: 1fr;
    }

    .city-slider .city-card {
        flex-basis: calc((100% - 18px) / 2);
    }

    .hero-video-controls {
        left: 12px;
        bottom: 12px;
    }

    .hero-media-btn span {
        display: none;
    }

    .hero-video-shell {
        min-height: 78vh;
        padding: 70px 0 90px;
    }

    .hero-video-shell .hero-search {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .city-slider-wrap {
        padding: 0 36px;
    }

    .city-slider .city-card {
        flex-basis: 86%;
    }

    .home-services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1180px) {
    .site-main-header .menu-toggle {
        display: block;
    }

    .site-main-header .nav-links {
        position: fixed;
        top: 72px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 72px);
        background: #14110C;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0;
        padding: 16px 20px 40px;
        z-index: 1050;
        overflow-y: auto;
        transition: left 0.35s ease;
    }

    .site-main-header .nav-links.open {
        left: 0;
    }

    .site-main-header .nav-links li {
        width: 100%;
        border-bottom: 1px solid rgba(201, 162, 39, 0.14);
    }

    .site-main-header .nav-links a {
        display: block;
        padding: 14px 4px;
        font-size: 15px;
    }

    .site-main-header .nav-links .menu-buttons-link a.nav-cta {
        width: 100%;
        text-align: center;
        margin: 12px 0 0;
    }
}

@media (max-width: 900px) {
    .site-category-bar {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .site-topbar { display: none; }

    .site-main-header {
        padding: 14px 0 !important;
        background: #14110C !important;
    }

    .site-main-header a.logo {
        min-width: 150px;
    }

    .site-main-header .header-logo,
    .site-main-header .brand-logo {
        height: 80px !important;
        max-height: 80px !important;
        max-width: 200px;
    }

    .site-main-header .menu-toggle {
        font-size: 28px;
        padding: 8px;
    }

    .site-main-header .nav-links {
        top: 108px;
        height: calc(100vh - 108px);
    }

    .site-category-bar {
        top: 56px;
    }

    .featured-category-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }

    .featured-cat-chip {
        flex: 0 0 auto;
    }

    .category-mega-panel {
        width: min(94vw, 420px);
        max-height: 70vh;
        overflow: auto;
    }

    .public-page-hero h1 {
        font-size: 32px;
    }

    .public-page-section {
        padding: 48px 0;
    }

    .cta-band h2 {
        font-size: 28px !important;
    }

    .home-blog-grid,
    .home-gallery-grid,
    .advantage-grid,
    .testimonials-grid,
    .faq-split {
        grid-template-columns: 1fr;
    }

    .section-head-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .section-head-copy h2 {
        font-size: 28px;
    }

    .faq-visual {
        min-height: 280px;
    }

    .public-form-grid,
    .public-content-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .faq-trigger h4 {
        font-size: 15px;
        padding-right: 12px;
    }

    .whatsapp-sticky {
        width: 52px;
        height: 52px;
        bottom: 16px;
        right: 16px;
    }
}
