/*
Theme Name: FestMate
Author: FestMate
Description: A bold, youth-focused festival marketplace theme for buying, swapping and booking trusted nearby services. Includes marketplace listings, local hosts, festivals, swaps and WooCommerce support.
Version: 1.2.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: festmate
Tags: marketplace, festival, community, custom-logo, featured-images, responsive-layout
*/

:root {
    --ink: #0c0d12;
    --ink-soft: #5c5d69;
    --cream: #f6f2e9;
    --paper: #fffdf8;
    --white: #ffffff;
    --coral: #ff4d8d;
    --coral-dark: #d92b72;
    --lime: #d8ff3f;
    --yellow: #ffd84d;
    --blue: #7047eb;
    --blue-dark: #4f2ac5;
    --aqua: #55e6d7;
    --line: rgba(21, 37, 31, .14);
    --shadow-sm: 0 6px 24px rgba(26, 43, 36, .08);
    --shadow: 0 18px 55px rgba(26, 43, 36, .13);
    --radius-sm: 12px;
    --radius: 22px;
    --radius-lg: 34px;
    --container: 1220px;
    --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --display: "Arial Black", Inter, ui-sans-serif, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.site-shell { overflow: clip; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 14px; top: -100px; z-index: 9999; background: var(--white); padding: 12px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 14px; }

/* Header */
.site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 50;
    color: var(--white);
    border-bottom: 1px solid rgba(255,255,255,.25);
    transition: background .25s ease, color .25s ease, transform .25s ease;
}
.site-header.is-sticky { position: fixed; background: rgba(255,253,248,.95); color: var(--ink); border-bottom-color: var(--line); box-shadow: 0 6px 30px rgba(15,30,24,.07); backdrop-filter: blur(16px); animation: headerIn .25s ease both; }
.single-fs_listing .site-header:not(.is-sticky),
.single-fs_service .site-header:not(.is-sticky),
.page-template-default .site-header:not(.is-sticky),
.error404 .site-header:not(.is-sticky) { color: var(--ink); border-bottom-color: var(--line); }
.single-fs_listing .site-header:not(.is-sticky) .brand-name span,
.single-fs_service .site-header:not(.is-sticky) .brand-name span,
.page-template-default .site-header:not(.is-sticky) .brand-name span,
.error404 .site-header:not(.is-sticky) .brand-name span { color: var(--blue); }
.single-fs_listing .site-header:not(.is-sticky) .button--dark,
.single-fs_service .site-header:not(.is-sticky) .button--dark,
.page-template-default .site-header:not(.is-sticky) .button--dark,
.error404 .site-header:not(.is-sticky) .button--dark { background: var(--ink); color: var(--white); }
@keyframes headerIn { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { width: 34px; height: 34px; position: relative; display: inline-block; transform: rotate(-8deg); }
.brand-mark span { position: absolute; width: 11px; border-radius: 12px 12px 4px 4px; bottom: 4px; transform-origin: bottom center; }
.brand-mark span:nth-child(1) { height: 24px; left: 3px; background: var(--coral); transform: rotate(-24deg); }
.brand-mark span:nth-child(2) { height: 31px; left: 12px; background: var(--lime); }
.brand-mark span:nth-child(3) { height: 22px; right: 1px; background: var(--blue); transform: rotate(25deg); }
.brand-name { font-family: var(--display); font-size: 24px; letter-spacing: -1.5px; line-height: 1; }
.brand-name span { color: var(--lime); }
.is-sticky .brand-name span { color: var(--blue); }
.site-nav { display: flex; align-items: center; flex: 1; justify-content: flex-end; gap: 34px; }
.nav-links { display: flex; list-style: none; gap: 30px; padding: 0; margin: 0; align-items: center; }
.nav-links a { font-size: 14px; font-weight: 700; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: currentColor; transition: right .2s ease; }
.nav-links a:hover::after, .nav-links .current-menu-item a::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 15px; }
.text-button { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; font-size: 14px; }
.text-button svg { width: 18px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle i { width: 22px; height: 2px; background: currentColor; border-radius: 3px; display: block; transition: transform .2s ease, opacity .2s ease; }

/* Buttons and type */
.button {
    border: 0;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-weight: 850;
    font-size: 15px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(15,30,24,.16); }
.button svg { width: 18px; }
.button--small { min-height: 44px; padding-inline: 19px; font-size: 14px; }
.button--dark { background: var(--ink); color: var(--white); }
.site-header:not(.is-sticky) .button--dark { background: var(--white); color: var(--ink); }
.button--coral { background: var(--coral); color: var(--white); }
.button--blue { background: var(--blue); color: var(--white); }
.button--cream { background: var(--cream); color: var(--ink); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 1.8px; font-size: 11px; line-height: 1.2; font-weight: 900; color: var(--ink-soft); }
.eyebrow > span { width: 24px; height: 2px; background: var(--coral); display: inline-flex; align-items: center; justify-content: center; }
.eyebrow > span:has(svg) { width: 26px; height: 26px; border-radius: 50%; background: var(--coral); color: var(--white); }
.eyebrow svg { width: 14px; height: 14px; }
.eyebrow--light { color: rgba(255,255,255,.9); }
.eyebrow--light > span { background: var(--lime); color: var(--ink); }
.eyebrow--blue > span { background: var(--blue); }
.eyebrow--blue { color: var(--blue); }
.eyebrow--coral > span { background: var(--coral); }
.eyebrow--coral { color: var(--coral-dark); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -3.5px; line-height: .98; }
h1 { font-size: clamp(56px, 7.2vw, 104px); margin-bottom: 24px; }
h2 { font-size: clamp(42px, 5vw, 68px); margin-bottom: 20px; }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 500; letter-spacing: -4px; }
.section { padding: 105px 0; }
.section--cream { background: var(--cream); }
.section-heading { margin-bottom: 45px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading--center { text-align: center; max-width: 680px; margin-inline: auto; margin-bottom: 62px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; border-bottom: 2px solid currentColor; padding-bottom: 4px; }
.text-link svg { width: 17px; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

/* Hero */
.hero { min-height: 780px; height: min(88vh, 900px); position: relative; background: var(--ink); color: var(--white); display: flex; align-items: center; }
.hero-media { position: absolute; inset: 0; background: url("assets/images/festmate-hero.jpg") 52% center / cover no-repeat; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,12,.97) 0%, rgba(7,8,12,.88) 28%, rgba(7,8,12,.30) 58%, rgba(7,8,12,.08) 100%), linear-gradient(0deg, rgba(7,8,12,.42), transparent 45%); }
.hero-inner { position: relative; padding-top: 84px; }
.hero-copy { width: min(650px, 55%); }
.hero-copy .eyebrow { margin-bottom: 23px; }
.hero-copy h1 em { color: var(--lime); }
.hero-copy > p { max-width: 560px; font-size: 19px; line-height: 1.6; color: rgba(255,255,255,.84); margin-bottom: 28px; }
.hero-search { background: var(--white); border-radius: 18px; padding: 8px; color: var(--ink); width: 690px; max-width: 100%; box-shadow: 0 20px 70px rgba(0,0,0,.24); }
.search-type { display: flex; padding: 3px 8px 7px; gap: 20px; }
.search-type button { background: none; border: 0; padding: 7px 4px; font-size: 12px; font-weight: 850; color: #7b857f; cursor: pointer; position: relative; }
.search-type button.is-active { color: var(--ink); }
.search-type button.is-active::after { content: ""; position: absolute; height: 3px; border-radius: 3px; background: var(--coral); inset: auto 3px 0; }
.search-fields { display: grid; grid-template-columns: 1.1fr .9fr auto; align-items: center; border: 1px solid var(--line); border-radius: 12px; min-height: 58px; }
.search-field { display: flex; align-items: center; gap: 9px; min-width: 0; padding-inline: 15px; }
.search-field + .search-field { border-left: 1px solid var(--line); }
.search-field svg { color: var(--coral); flex: 0 0 auto; }
.search-field input, .search-field select { width: 100%; min-width: 0; height: 48px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; font-weight: 650; }
.search-field input::placeholder { color: #7b857f; }
.search-field select { appearance: none; background: linear-gradient(45deg, transparent 50%, var(--ink) 50%) calc(100% - 7px) 51% / 5px 5px no-repeat, linear-gradient(135deg, var(--ink) 50%, transparent 50%) calc(100% - 2px) 51% / 5px 5px no-repeat; padding-right: 14px; }
.search-submit { min-height: 50px; border-radius: 10px; margin-right: 4px; padding-inline: 20px; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 24px; font-size: 11px; font-weight: 750; color: rgba(255,255,255,.76); }
.hero-proof > span:last-child { display: flex; align-items: center; gap: 6px; }
.hero-proof svg { width: 14px; color: var(--lime); }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack i { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; margin-left: -8px; border: 2px solid var(--ink); background: var(--yellow); color: var(--ink); font-size: 8px; font-style: normal; font-weight: 900; }
.avatar-stack i:nth-child(2) { background: var(--aqua); }
.avatar-stack i:nth-child(3) { background: var(--coral); color: var(--white); }
.hero-scroll { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 6px; text-transform: uppercase; letter-spacing: 1.5px; font-size: 9px; font-weight: 800; color: rgba(255,255,255,.75); }
.hero-scroll span { width: 1px; height: 28px; background: linear-gradient(var(--lime), transparent); }


/* 18–25 audience section */
.crew-section { padding: 76px 0; background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.crew-section::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -180px; top: -220px; background: var(--lime); opacity: .16; filter: blur(10px); }
.crew-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 68px; align-items: center; position: relative; }
.crew-photo { position: relative; border-radius: 28px; overflow: hidden; transform: rotate(-1.2deg); box-shadow: 0 26px 70px rgba(0,0,0,.34); border: 1px solid rgba(255,255,255,.16); }
.crew-photo img { width: 100%; height: 340px; object-fit: cover; }
.crew-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,13,18,.28), transparent 55%); pointer-events: none; }
.crew-sticker { position: absolute; left: 22px; bottom: 20px; z-index: 2; max-width: 230px; background: var(--lime); color: var(--ink); padding: 12px 15px; font-size: 14px; font-weight: 950; line-height: 1.15; transform: rotate(-2deg); box-shadow: 7px 7px 0 var(--coral); }
.crew-copy .eyebrow { margin-bottom: 18px; }
.eyebrow--purple { color: rgba(255,255,255,.78); }
.eyebrow--purple > span { background: var(--blue); color: var(--white); }
.crew-copy h2 { margin-bottom: 22px; }
.crew-copy h2 em { color: var(--lime); }
.crew-copy > p { max-width: 520px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; margin-bottom: 25px; }
.crew-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.crew-pills span { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07); border-radius: 999px; padding: 8px 14px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .8px; }
.button--purple { background: var(--blue); color: var(--white); }

/* Category strip */
.category-strip { background: var(--white); position: relative; z-index: 3; box-shadow: var(--shadow-sm); }
.category-row { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 112px; }
.category-row > a { display: flex; align-items: center; gap: 14px; padding: 18px 30px; border-right: 1px solid var(--line); transition: background .2s ease; }
.category-row > a:first-child { border-left: 1px solid var(--line); }
.category-row > a:hover { background: var(--cream); }
.category-icon { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; font-size: 25px; flex: 0 0 auto; }
.category-icon--coral { background: #ffe0dd; }
.category-icon--yellow { background: #fff0bd; }
.category-icon--blue { background: #dce3ff; }
.category-icon--lime { background: #e9fac0; }
.category-row b, .category-row small { display: block; }
.category-row b { font-size: 15px; }
.category-row small { color: var(--ink-soft); font-size: 11px; margin-top: 3px; }

/* Listings */
.browse-tabs { border: 1px solid var(--line); padding: 4px; display: flex; border-radius: 999px; background: rgba(255,255,255,.6); }
.browse-tabs button { border: 0; border-radius: 999px; background: transparent; color: var(--ink-soft); min-width: 82px; padding: 10px 16px; font-size: 13px; font-weight: 850; cursor: pointer; }
.browse-tabs button.is-active { background: var(--ink); color: var(--white); box-shadow: 0 4px 14px rgba(21,37,31,.18); }
.listing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.listing-grid[hidden] { display: none; }
.listing-card { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(21,37,31,.08); position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.listing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-photo { height: 245px; display: block; position: relative; overflow: hidden; background: #e7e0d5; }
.card-photo::before, .card-photo::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); opacity: .72; }
.card-photo::before { width: 180px; height: 180px; left: -40px; top: -20px; background: rgba(255,255,255,.45); }
.card-photo::after { width: 125px; height: 125px; right: -25px; bottom: -25px; background: rgba(21,37,31,.14); }
.card-photo--denim { background: radial-gradient(circle at 70% 30%, #bfd2ff 0 13%, transparent 14%), linear-gradient(135deg, #e4c4a6, #9caec9); }
.card-photo--food { background: radial-gradient(circle at 70% 20%, #ffdb6b 0 11%, transparent 12%), linear-gradient(145deg, #f3c77a, #f36c55); }
.card-photo--boots { background: linear-gradient(145deg, #b6de95, #627955); }
.card-photo--tent { background: radial-gradient(circle at 76% 24%, #fff5c8 0 11%, transparent 12%), linear-gradient(145deg, #9bd7d0, #3f7f9e); }
.card-emoji { position: absolute; inset: 0; display: grid; place-items: center; font-size: 104px; z-index: 1; transform: rotate(-6deg); filter: drop-shadow(0 18px 14px rgba(0,0,0,.18)); transition: transform .25s ease; }
.listing-card:hover .card-emoji { transform: rotate(-2deg) scale(1.05); }
.card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.listing-card:hover .card-photo img { transform: scale(1.04); }
.card-tag { position: absolute; left: 13px; top: 13px; z-index: 2; background: rgba(255,255,255,.92); padding: 7px 10px; border-radius: 999px; font-size: 9px; text-transform: uppercase; letter-spacing: .7px; font-weight: 900; backdrop-filter: blur(8px); }
.save-button { position: absolute; right: 13px; top: 13px; z-index: 4; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 4px 12px rgba(21,37,31,.1); cursor: pointer; transition: transform .2s ease, color .2s ease; }
.save-button:hover { transform: scale(1.08); }
.save-button svg { width: 18px; }
.save-button.is-saved { color: var(--coral); }
.save-button.is-saved svg { fill: currentColor; }
.card-body { padding: 17px 17px 15px; }
.card-title-row { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.card-title-row h3 { font-size: 15px; line-height: 1.25; margin-bottom: 6px; }
.card-title-row strong { color: var(--coral-dark); white-space: nowrap; font-size: 16px; }
.card-body > p { font-size: 11px; color: var(--ink-soft); margin-bottom: 11px; }
.card-location { display: flex; align-items: center; gap: 5px; color: var(--ink-soft); font-size: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.card-location svg { width: 13px; color: var(--coral); }
.card-seller { display: grid; grid-template-columns: 27px auto 1fr; align-items: center; gap: 7px; padding-top: 12px; font-size: 10px; }
.card-seller > span, .provider-avatar { width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); font-weight: 900; font-size: 10px; }
.card-seller small { justify-self: end; color: var(--ink-soft); }
.center-action { text-align: center; margin-top: 42px; }

/* Local services */
.local-help { position: relative; background: var(--paper); }
.local-help-shape { position: absolute; left: -130px; top: 45px; width: 270px; height: 380px; background: var(--lime); border-radius: 48% 52% 58% 42%; opacity: .26; transform: rotate(20deg); }
.local-help-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 100px; margin-bottom: 50px; }
.local-help-intro .eyebrow { margin-bottom: 18px; }
.local-help-intro h2 { margin-bottom: 0; }
.local-help-intro h2 em { color: var(--blue); }
.local-help-copy { padding-bottom: 8px; }
.local-help-copy p { color: var(--ink-soft); font-size: 17px; margin-bottom: 25px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { border: 1px solid var(--line); background: var(--white); border-radius: var(--radius); overflow: hidden; position: relative; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-visual { height: 210px; display: grid; place-items: center; position: relative; overflow: hidden; }
.service-visual::before { content: ""; width: 220px; height: 220px; position: absolute; background: rgba(255,255,255,.37); border-radius: 42% 58% 68% 32%; transform: rotate(35deg); }
.service-visual > span { font-size: 94px; position: relative; filter: drop-shadow(0 14px 12px rgba(21,37,31,.16)); }
.service-visual > img { width: 100%; height: 100%; object-fit: cover; }
.service-visual > small { position: absolute; left: 14px; bottom: 14px; background: var(--ink); color: var(--white); border-radius: 999px; padding: 7px 11px; font-size: 9px; font-weight: 850; letter-spacing: .3px; }
.service-card--shower .service-visual { background: #bce7ef; }
.service-card--laundry .service-visual { background: #f8cfb5; }
.service-card--charge .service-visual { background: #d7ef9c; }
.service-body { padding: 20px; }
.service-body > div:first-child { display: flex; justify-content: space-between; align-items: start; gap: 10px; }
.service-body h3 { font-size: 17px; margin-bottom: 3px; }
.service-body > div:first-child p { margin: 0; color: var(--ink-soft); white-space: nowrap; font-size: 9px; text-align: right; }
.service-body > div:first-child strong { color: var(--blue); font-size: 18px; display: block; }
.service-body .card-location { padding-block: 11px 14px; }
.provider-row { display: grid; grid-template-columns: 34px 1fr 34px; gap: 10px; align-items: center; padding-top: 14px; }
.provider-row .provider-avatar { width: 34px; height: 34px; background: var(--aqua); }
.provider-row p { margin: 0; line-height: 1.2; }
.provider-row b { display: flex; align-items: center; gap: 4px; font-size: 11px; }
.provider-row b svg { width: 13px; height: 13px; fill: var(--blue); stroke: var(--white); border-radius: 50%; }
.provider-row small { color: var(--ink-soft); font-size: 9px; }
.provider-row > a { width: 32px; height: 32px; border: 1px solid var(--line); display: grid; place-items: center; border-radius: 50%; }
.provider-row > a svg { width: 14px; }
.resident-banner { margin-top: 28px; border-radius: var(--radius); background: var(--yellow); padding: 25px 30px; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 20px; position: relative; overflow: hidden; }
.resident-banner::after { content: ""; position: absolute; right: 160px; top: -60px; width: 170px; height: 170px; border: 2px dashed rgba(21,37,31,.2); border-radius: 50%; }
.resident-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.62); font-size: 28px; position: relative; z-index: 1; }
.resident-banner > div:nth-child(2) { position: relative; z-index: 1; }
.resident-banner span { text-transform: uppercase; font-size: 9px; letter-spacing: 1.3px; font-weight: 900; }
.resident-banner h3 { margin: 3px 0 0; font-size: 21px; }
.resident-banner .button { position: relative; z-index: 1; }

/* How it works */
.how-section { background: var(--white); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 990px; margin: auto; position: relative; }
.steps-grid::before { content: ""; position: absolute; border-top: 2px dashed rgba(21,37,31,.18); left: 22%; right: 22%; top: 90px; }
.steps-grid article { position: relative; text-align: center; padding: 0 42px; }
.step-number { position: absolute; top: -12px; left: calc(50% - 82px); font-family: Georgia, serif; font-style: italic; font-weight: 700; color: var(--coral); font-size: 14px; }
.step-art { width: 120px; height: 120px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 44% 56% 52% 48%; font-size: 54px; position: relative; z-index: 1; }
.step-art--pin { background: #ffe0d6; transform: rotate(-4deg); }
.step-art--chat { background: #e5f4a9; transform: rotate(4deg); }
.step-art--share { background: #dfe5ff; transform: rotate(-2deg); }
.steps-grid h3 { margin-bottom: 9px; font-size: 18px; }
.steps-grid p { color: var(--ink-soft); font-size: 13px; }

/* Impact, safety and CTA */
.impact-section { background: var(--blue); color: var(--white); padding: 54px 0; }
.impact-inner { display: grid; grid-template-columns: .7fr 1.6fr .7fr; gap: 45px; align-items: center; }
.impact-stat { text-align: center; }
.impact-stat strong { display: block; color: var(--lime); font-family: var(--display); font-size: 38px; line-height: 1; letter-spacing: -2px; }
.impact-stat span { display: block; font-size: 11px; margin-top: 7px; color: rgba(255,255,255,.75); }
.impact-quote { display: flex; gap: 16px; align-items: start; padding-inline: 45px; border-inline: 1px solid rgba(255,255,255,.2); }
.impact-quote > span { font-family: Georgia, serif; font-size: 62px; line-height: .8; color: var(--lime); }
.impact-quote p { font-family: Georgia, serif; font-style: italic; font-size: 20px; line-height: 1.35; margin: 0; }
.impact-quote small { display: block; font-family: var(--font); font-style: normal; font-size: 9px; letter-spacing: .4px; margin-top: 9px; color: rgba(255,255,255,.7); }
.safety-section { background: var(--cream); }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; max-width: 1040px; }
.safety-card { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 28px; position: relative; transform: rotate(-2deg); border: 1px solid rgba(21,37,31,.08); }
.safety-card::before { content: ""; position: absolute; z-index: -1; inset: -18px 45px 22px -20px; background: var(--lime); border-radius: var(--radius-lg); transform: rotate(6deg); }
.safety-badge { display: flex; align-items: center; gap: 8px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: 1.3px; font-weight: 900; color: var(--blue); }
.safety-badge svg { width: 18px; }
.safety-profile { display: flex; align-items: center; gap: 14px; padding: 24px 0; }
.profile-avatar { width: 58px; height: 58px; display: grid; place-items: center; background: var(--yellow); border-radius: 50%; font-size: 16px; font-weight: 900; }
.safety-profile strong, .safety-profile span, .safety-profile small { display: block; }
.safety-profile strong { font-size: 14px; display: flex; align-items: center; gap: 5px; }
.safety-profile strong svg { width: 15px; fill: var(--blue); stroke: var(--white); }
.safety-profile span { color: var(--ink-soft); font-size: 11px; }
.safety-profile small { color: var(--coral-dark); font-size: 10px; font-weight: 800; margin-top: 4px; }
.safety-card ul { list-style: none; padding: 17px; margin: 0; background: var(--cream); border-radius: var(--radius-sm); display: grid; gap: 11px; }
.safety-card li { display: flex; gap: 9px; align-items: center; font-size: 11px; font-weight: 750; }
.safety-card li svg { width: 16px; color: var(--blue); }
.safety-copy .eyebrow { margin-bottom: 19px; }
.safety-copy h2 em { color: var(--coral); }
.safety-copy > p { color: var(--ink-soft); font-size: 16px; line-height: 1.7; margin-bottom: 28px; }
.final-cta { padding: 82px 0; background: var(--coral); color: var(--white); position: relative; overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 2px solid rgba(255,255,255,.22); border-radius: 50%; }
.final-cta::before { width: 260px; height: 260px; left: -100px; top: -130px; }
.final-cta::after { width: 180px; height: 180px; right: 10%; bottom: -120px; }
.final-cta-inner { display: grid; grid-template-columns: 1.5fr .5fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.final-cta h2 { font-size: clamp(40px, 5vw, 64px); margin: 0; }
.final-cta h2 em { color: var(--lime); }
.final-scribble { display: inline-block; font-size: 26px; color: var(--lime); margin-bottom: 8px; }
.final-cta-inner > div:last-child { text-align: center; }
.final-cta p { margin: 10px 0 0; font-size: 9px; color: rgba(255,255,255,.72); }


/* Paid membership */
.membership-section { background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.membership-section::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: var(--blue); filter: blur(35px); opacity: .18; right: -220px; top: -260px; }
.membership-heading { position: relative; }
.membership-heading h2 em { color: var(--lime); }
.membership-heading > p { color: rgba(255,255,255,.68); line-height: 1.7; margin: 18px auto 0; max-width: 700px; }
.membership-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; position: relative; }
.membership-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; position: relative; }
.membership-card--popular { background: var(--white); color: var(--ink); transform: translateY(-12px); box-shadow: 0 24px 70px rgba(0,0,0,.28); border-color: var(--lime); }
.membership-popular { position: absolute; right: 20px; top: -13px; background: var(--lime); color: var(--ink); border-radius: 999px; padding: 7px 12px; text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 950; }
.membership-card h3 { font-family: var(--display); font-size: 25px; letter-spacing: -1px; margin: 0 0 12px; }
.membership-price { font-family: var(--display); font-size: 50px; letter-spacing: -2px; line-height: 1; display: flex; align-items: flex-start; margin-bottom: 16px; }
.membership-price > span { font-size: 21px; margin: 5px 2px 0 0; }
.membership-price small { align-self: flex-end; font-family: var(--font); font-size: 11px; letter-spacing: 0; font-weight: 750; margin: 0 0 5px 7px; opacity: .62; }
.membership-card > p { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; min-height: 64px; }
.membership-card--popular > p { color: var(--ink-soft); }
.membership-card ul { list-style: none; padding: 20px 0 24px; margin: 0; border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 12px; flex: 1; }
.membership-card--popular ul { border-color: var(--line); }
.membership-card li { display: flex; gap: 9px; align-items: flex-start; font-size: 12px; font-weight: 700; }
.membership-card li svg { width: 17px; flex: 0 0 auto; color: var(--lime); }
.membership-card--popular li svg { color: var(--blue); }
.membership-card .button { width: 100%; }
.membership-note { display: flex; justify-content: center; align-items: center; gap: 8px; color: rgba(255,255,255,.56); font-size: 11px; margin: 34px 0 0; position: relative; }
.membership-note svg { width: 16px; color: var(--lime); }
.membership-page { background: var(--cream); padding: 70px 0 100px; min-height: 55vh; }
.membership-page .membership-grid { color: var(--ink); }
.membership-page .membership-card { background: var(--white); border-color: var(--line); box-shadow: var(--shadow-sm); }
.membership-page .membership-card--popular { background: var(--ink); color: var(--white); }
.membership-page .membership-card > p { color: var(--ink-soft); }
.membership-page .membership-card--popular > p { color: rgba(255,255,255,.68); }
.membership-page .membership-card ul { border-color: var(--line); }
.membership-page .membership-card--popular ul { border-color: rgba(255,255,255,.15); }
.membership-page .membership-card li svg { color: var(--blue); }
.membership-page .membership-card--popular li svg { color: var(--lime); }
.membership-page .membership-note { color: var(--ink-soft); }
.membership-status { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px 22px; margin-bottom: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; box-shadow: var(--shadow-sm); }
.membership-status strong, .membership-status span { display: block; }
.membership-status strong { font-size: 15px; }
.membership-status span { color: var(--ink-soft); font-size: 12px; margin-top: 2px; }
.membership-status .button { flex: 0 0 auto; }
.membership-setup-warning { background: #fff4d3; color: #684d00; border: 1px solid #efd47e; border-radius: var(--radius-sm); padding: 16px 19px; margin-bottom: 30px; font-size: 13px; }
.membership-current { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; border-radius: 999px; background: var(--cream); color: var(--ink-soft); font-weight: 850; font-size: 14px; width: 100%; }
.membership-card--popular .membership-current { background: rgba(255,255,255,.12); color: var(--white); }
.membership-reasons { margin-top: 65px; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: start; }
.membership-reasons h2 { font-size: 42px; }
.membership-reasons p { color: var(--ink-soft); line-height: 1.7; }
.membership-reasons ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.membership-reasons li { display: flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; font-size: 13px; font-weight: 750; }
.membership-reasons li svg { width: 18px; color: var(--blue); }
.festmate-account-pass { border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.festmate-account-pass strong { margin-right: auto; }
.festmate-account-pass span { color: var(--ink-soft); font-size: 12px; }
.festmate-account-pass a { font-weight: 800; color: var(--blue); font-size: 12px; }

/* Archives and inner pages */
.inner-header { padding: 165px 0 72px; background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.inner-header::after { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 44% 56%; background: var(--blue); opacity: .4; right: -80px; bottom: -230px; }
.inner-header h1 { font-size: clamp(48px, 6vw, 76px); margin: 16px 0 16px; }
.inner-header p { max-width: 630px; color: rgba(255,255,255,.72); font-size: 18px; margin: 0; }
.archive-bar { background: var(--white); border-bottom: 1px solid var(--line); padding: 18px 0; position: sticky; top: 0; z-index: 20; }
.is-admin-bar .archive-bar { top: 32px; }
.archive-filter { display: grid; grid-template-columns: 1.3fr 1fr auto auto; gap: 10px; }
.filter-control { min-height: 48px; border: 1px solid var(--line); border-radius: 11px; display: flex; align-items: center; gap: 9px; padding: 0 14px; background: var(--paper); }
.filter-control svg { width: 16px; color: var(--coral); }
.filter-control input, .filter-control select { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; font-size: 13px; }
.archive-content { padding: 62px 0 100px; background: var(--cream); min-height: 55vh; }
.archive-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.archive-topline h2 { font-size: 24px; letter-spacing: -1px; margin: 0; font-family: var(--font); }
.archive-topline span { font-size: 12px; color: var(--ink-soft); }
.pagination { margin-top: 45px; display: flex; justify-content: center; }
.nav-links.page-numbers { display: flex; gap: 7px; }
.page-numbers { min-width: 38px; height: 38px; display: inline-grid; place-items: center; padding: 0 8px; border-radius: 50%; font-size: 12px; font-weight: 800; }
.page-numbers.current { background: var(--ink); color: var(--white); }
.empty-state { grid-column: 1 / -1; padding: 60px 25px; border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; background: var(--white); }
.empty-state span { font-size: 45px; }
.empty-state h3 { font-size: 20px; margin: 12px 0 5px; }
.content-page { padding: 160px 0 100px; min-height: 75vh; }
.content-page article { max-width: 760px; margin: auto; }
.content-page h1 { font-size: clamp(42px, 5vw, 66px); }
.content-page .entry-content { color: var(--ink-soft); }
.submit-section { padding: 72px 0 105px; background: var(--cream); min-height: 55vh; }
.submit-wrap { max-width: 860px; }
.submit-form { background: var(--white); border-radius: var(--radius-lg); padding: 35px; box-shadow: var(--shadow-sm); border: 1px solid rgba(21,37,31,.08); }
.offer-switch { border: 0; padding: 0 0 28px; margin: 0 0 28px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.offer-switch legend { grid-column: 1 / -1; font-weight: 900; font-size: 14px; margin-bottom: 10px; }
.offer-switch input { position: absolute; opacity: 0; }
.offer-switch span { min-height: 58px; border: 1px solid var(--line); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; font-weight: 800; font-size: 13px; transition: border .2s ease, background .2s ease; }
.offer-switch input:checked + span { border: 2px solid var(--blue); background: #eef1ff; color: var(--blue); }
.submit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--wide { grid-column: 1 / -1; }
.field > span { font-size: 11px; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); padding: 13px 14px; color: var(--ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
.field input, .field select { height: 48px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,87,215,.1); }
.field textarea { resize: vertical; min-height: 130px; }
.field small { color: var(--ink-soft); font-size: 9px; }
.field--file input { padding: 9px; font-size: 11px; }
.check-field { display: flex; align-items: center; gap: 9px; background: var(--cream); border-radius: 10px; padding: 13px 15px; font-size: 11px; font-weight: 750; }
.check-field input { width: 17px; height: 17px; accent-color: var(--blue); }
.form-foot { display: flex; justify-content: space-between; gap: 25px; align-items: center; border-top: 1px solid var(--line); margin-top: 28px; padding-top: 25px; }
.form-foot p { margin: 0; max-width: 480px; display: flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 10px; }
.form-foot p svg { width: 18px; color: var(--blue); flex: 0 0 auto; }
.form-errors { background: #fff0ee; color: #8f2f27; border-left: 4px solid var(--coral); border-radius: 10px; padding: 15px 18px; margin-bottom: 20px; font-size: 12px; }
.form-errors ul { margin-bottom: 0; }
.submit-message { background: var(--white); border-radius: var(--radius-lg); padding: 60px 35px; text-align: center; box-shadow: var(--shadow-sm); }
.submit-message > span { font-size: 55px; }
.submit-message h2 { font-size: 36px; letter-spacing: -1.5px; margin: 15px 0 8px; }
.submit-message p { color: var(--ink-soft); }
.submit-message--success { border-top: 8px solid var(--lime); }
.single-layout { padding: 145px 0 100px; background: var(--cream); min-height: 80vh; }
.single-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: start; }
.single-media { border-radius: var(--radius-lg); overflow: hidden; background: var(--white); min-height: 480px; display: grid; place-items: center; font-size: 130px; }
.single-media img { width: 100%; height: 100%; object-fit: cover; }
.single-info { background: var(--white); padding: 36px; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.single-info h1 { font-size: clamp(37px, 4vw, 52px); letter-spacing: -2px; margin: 13px 0 12px; }
.single-price { color: var(--coral-dark); font-family: var(--display); font-size: 28px; }
.single-meta { display: grid; gap: 11px; padding: 20px 0; margin-block: 20px; border-block: 1px solid var(--line); }
.single-meta span { display: flex; gap: 8px; align-items: center; font-size: 13px; }
.single-meta svg { width: 16px; color: var(--coral); }
.single-info .button { width: 100%; margin-top: 12px; }
.enquiry-form { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 25px; scroll-margin-top: 110px; }
.enquiry-form h2 { font-family: var(--font); font-size: 18px; letter-spacing: -.4px; margin-bottom: 14px; }
.enquiry-form form { display: grid; gap: 10px; }
.enquiry-form label span { display: block; font-size: 10px; font-weight: 850; margin-bottom: 6px; }
.enquiry-form textarea { width: 100%; resize: vertical; border: 1px solid var(--line); background: var(--paper); border-radius: 10px; padding: 12px 13px; outline: none; font-size: 12px; }
.enquiry-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,87,215,.1); }
.enquiry-form form .button { width: auto; justify-self: start; }
.form-notice { background: #fff0ee; color: #8f2f27; border-radius: 8px; padding: 10px 12px; font-size: 11px; }
.form-notice--success { background: #edf8d0; color: #36510b; }

/* Footer */
.site-footer { background: var(--ink); color: var(--white); padding-top: 70px; }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .65fr 1fr; gap: 60px; padding-bottom: 55px; }
.brand--footer { margin-bottom: 17px; }
.footer-brand p { color: rgba(255,255,255,.6); font-size: 14px; max-width: 250px; }
.footer-status { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; margin-top: 22px; }
.footer-status i { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(200,243,75,.12); }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column h2 { font-family: var(--font); font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 8px; color: var(--lime); }
.footer-column a, .footer-column p { font-size: 12px; color: rgba(255,255,255,.62); }
.footer-column a:hover { color: var(--white); }
.footer-column--cta { background: rgba(255,255,255,.06); padding: 23px; border-radius: var(--radius-sm); }
.footer-column--cta p { margin-bottom: 7px; }
.footer-column--cta .button { align-self: start; color: var(--ink); margin-top: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; padding-block: 18px; font-size: 9px; color: rgba(255,255,255,.42); }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }

/* Responsive */
@media (max-width: 1080px) {
    .nav-links { gap: 18px; }
    .site-nav { gap: 20px; }
    .login-link span { display: none; }
    .hero-copy { width: 62%; }
    .listing-grid { grid-template-columns: repeat(2, 1fr); }
    .card-photo { height: 300px; }
    .category-row > a { padding-inline: 18px; }
    .local-help-intro { gap: 55px; }
    .safety-grid { gap: 60px; }
    .footer-main { gap: 35px; }
}

@media (max-width: 850px) {
    .container { width: min(calc(100% - 32px), var(--container)); }
    .site-header { position: absolute; }
    .header-inner { height: 72px; }
    .menu-toggle { display: flex; z-index: 2; }
    .site-nav { display: none; position: fixed; inset: 0; background: var(--cream); color: var(--ink); padding: 110px 25px 35px; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 35px; }
    .site-nav.is-open { display: flex; }
    .nav-links { flex-direction: column; align-items: flex-start; gap: 23px; }
    .nav-links a { font-family: var(--display); font-size: 28px; letter-spacing: -1.2px; }
    .nav-actions { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; }
    .login-link { justify-content: center; border: 1px solid var(--line); border-radius: 999px; min-height: 44px; }
    .login-link span { display: inline; }
    .site-header:not(.is-sticky) .site-nav .button--dark { background: var(--ink); color: var(--white); }
    .menu-open .menu-toggle i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
    .menu-open .menu-toggle i:nth-of-type(2) { opacity: 0; }
    .menu-open .menu-toggle i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero { min-height: 820px; height: auto; padding: 140px 0 90px; align-items: end; }
    .hero-media { background-position: 62% center; }
    .hero-wash { background: linear-gradient(90deg, rgba(7,8,12,.94), rgba(7,8,12,.5)), linear-gradient(0deg, rgba(7,8,12,.65), transparent); }
    .hero-inner { padding-top: 0; }
    .hero-copy { width: 82%; }
    .hero-copy h1 { font-size: clamp(58px, 11vw, 84px); }
    .hero-scroll { display: none; }
    .category-row { grid-template-columns: repeat(2, 1fr); }
    .category-row > a:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
    .category-row > a:nth-child(4) { border-top: 1px solid var(--line); }
    .section { padding-block: 80px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .service-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 11px); }
    .local-help-intro { grid-template-columns: 1fr; gap: 20px; }
    .local-help-copy { max-width: 590px; }
    .steps-grid article { padding-inline: 20px; }
    .impact-inner { grid-template-columns: 1fr 2fr 1fr; gap: 20px; }
    .impact-quote { padding-inline: 20px; }
    .safety-grid { grid-template-columns: .9fr 1.1fr; gap: 45px; }
    .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-column--cta { grid-column: 1 / -1; }
    .archive-filter { grid-template-columns: 1fr 1fr auto; }
    .archive-filter .filter-sort { display: none; }
}

@media (max-width: 620px) {
    :root { --radius: 18px; }
    .container { width: min(calc(100% - 24px), var(--container)); }
    h1, h2 { letter-spacing: -2.3px; }
    h2 { font-size: 42px; }
    h1 em, h2 em { letter-spacing: -2px; }
    .brand-name { font-size: 21px; }
    .hero { padding-top: 125px; min-height: 780px; }
    .hero-media { background-position: 66% center; }
    .hero-wash { background: linear-gradient(0deg, rgba(7,8,12,.97) 0%, rgba(7,8,12,.83) 56%, rgba(7,8,12,.30) 100%); }
    .hero-copy { width: 100%; }
    .hero-copy h1 { font-size: 58px; margin-bottom: 18px; }
    .hero-copy > p { font-size: 15px; max-width: 90%; }
    .hero-search { padding: 7px; }
    .search-fields { grid-template-columns: 1fr auto; }
    .search-field--festival { grid-column: 1 / -1; grid-row: 2; border-left: 0 !important; border-top: 1px solid var(--line); }
    .search-submit { grid-column: 2; grid-row: 1; }
    .search-type { padding-bottom: 5px; }
    .hero-proof { align-items: start; }
    .hero-proof > span:last-child { max-width: 260px; }
    .category-row > a { gap: 10px; padding: 14px 10px; }
    .category-icon { width: 44px; height: 44px; font-size: 20px; }
    .category-row b { font-size: 12px; }
    .category-row small { font-size: 9px; }
    .section { padding-block: 65px; }
    .section-heading--split { display: block; }
    .browse-tabs { margin-top: 25px; width: max-content; }
    .listing-grid { grid-template-columns: 1fr; gap: 16px; }
    .card-photo { height: 270px; }
    .local-help-intro h2 br { display: none; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card:last-child { grid-column: auto; max-width: none; }
    .service-visual { height: 195px; }
    .resident-banner { grid-template-columns: 48px 1fr; padding: 20px; }
    .resident-icon { width: 46px; height: 46px; font-size: 22px; }
    .resident-banner h3 { font-size: 16px; }
    .resident-banner .button { grid-column: 1 / -1; width: 100%; }
    .steps-grid { grid-template-columns: 1fr; gap: 55px; }
    .steps-grid::before { display: none; }
    .steps-grid article { padding-inline: 30px; }
    .impact-inner { grid-template-columns: 1fr 1fr; }
    .impact-quote { grid-column: 1 / -1; grid-row: 1; border-inline: 0; padding: 0 0 30px; border-bottom: 1px solid rgba(255,255,255,.2); }
    .impact-stat strong { font-size: 31px; }
    .safety-grid { grid-template-columns: 1fr; gap: 65px; }
    .safety-card { margin-inline: 13px; }
    .final-cta { padding-block: 64px; }
    .final-cta-inner { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .final-cta h2 { font-size: 42px; }
    .inner-header { padding: 135px 0 58px; }
    .inner-header h1 { font-size: 48px; }
    .archive-bar { position: relative; }
    .archive-filter { grid-template-columns: 1fr auto; }
    .archive-filter .filter-festival { display: none; }
    .archive-content { padding-block: 45px 75px; }
    .single-grid { grid-template-columns: 1fr; gap: 24px; }
    .single-media { min-height: 330px; }
    .single-info { padding: 25px; }
    .submit-section { padding-block: 45px 75px; }
    .submit-form { padding: 22px; }
    .submit-grid { grid-template-columns: 1fr; }
    .field--wide { grid-column: auto; }
    .form-foot { align-items: stretch; flex-direction: column; }
    .form-foot .button { width: 100%; }
    .offer-switch { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
    .footer-brand, .footer-column--cta { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; gap: 13px; flex-direction: column; }
}


@media (max-width: 850px) {
    .membership-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
    .membership-card--popular { transform: none; }
    .membership-card > p { min-height: 0; }
    .membership-reasons { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 620px) {
    .membership-card { padding: 25px 22px; }
    .membership-status { align-items: stretch; flex-direction: column; }
    .membership-status .button { width: 100%; }
    .membership-note { align-items: flex-start; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}


@media (max-width: 900px) {
    .crew-grid { grid-template-columns: 1fr; gap: 42px; }
    .crew-photo { max-width: 680px; }
}
@media (max-width: 560px) {
    .crew-section { padding: 58px 0; }
    .crew-photo img { height: 270px; }
    .crew-sticker { left: 14px; bottom: 14px; font-size: 12px; max-width: 190px; }
    .crew-copy > p { font-size: 16px; }
}
