:root {
    --ink: #173738;
    --ink-soft: #3f5f60;
    --teal: #0d6764;
    --teal-strong: #075451;
    --aqua: #59b8ad;
    --cream: #fbf7ef;
    --sand: #efe4d1;
    --gold: #d8a94e;
    --coral: #d97c67;
    --white: #ffffff;
    --line: rgba(13, 103, 100, 0.18);
    --shadow: 0 24px 60px rgba(25, 65, 64, 0.12);
    --radius-sm: 12px;
    --radius: 22px;
    --radius-lg: 36px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Segoe UI", Aptos, system-ui, -apple-system, BlinkMacSystemFont, sans-serif; font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
address { font-style: normal; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: 10px; transform: translateY(-180%); background: var(--ink); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { margin: 0 0 0.55em; line-height: 1.08; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.65rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.15em; }
.eyebrow { margin-bottom: 1rem; color: var(--teal); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.section { padding: clamp(72px, 9vw, 126px) 0; }
.section--tint { background: var(--cream); }
.section--dark { color: white; background: var(--ink); }
.section--dark .eyebrow { color: #8fe0d6; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 1.1rem; }
.section-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--teal); border-radius: 999px; color: white; background: var(--teal); font-weight: 750; text-decoration: none; line-height: 1.15; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--teal-strong); border-color: var(--teal-strong); box-shadow: 0 10px 24px rgba(13, 103, 100, .2); }
.button--outline { color: var(--teal); background: transparent; }
.button--outline:hover, .button--outline:focus-visible { color: white; }
.button--dark { color: white; border-color: var(--ink); background: var(--ink); }
.button--light { color: var(--ink); border-color: white; background: white; }
.button--small { min-height: 42px; padding: 9px 17px; font-size: .9rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.utility-bar { color: white; background: var(--teal-strong); font-size: .8rem; }
.utility-bar__inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-bar p { margin: 0; }
.utility-bar a { color: white; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(23,55,56,.08); }
.header-main { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 270px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 21px; }
.site-nav > a:not(.button) { position: relative; color: var(--ink); font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--coral); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after, .site-nav > a.active::after { right: 0; }
.nav-toggle { display: none; border: 0; color: var(--ink); background: transparent; font-weight: 750; }
.nav-toggle__icon { display: inline-flex; width: 28px; margin-left: 8px; flex-direction: column; gap: 5px; }
.nav-toggle__icon span { height: 2px; background: currentColor; }

.hero { overflow: hidden; background: linear-gradient(135deg, var(--cream) 0%, #fff 54%, #e9f5f2 100%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(450px, .96fr); align-items: center; gap: 78px; padding-top: 74px; padding-bottom: 84px; }
.hero-copy h1 { max-width: 760px; }
.hero-lede { max-width: 690px; color: var(--ink-soft); font-size: clamp(1.14rem, 2vw, 1.34rem); }
.hero-proof { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-proof div { padding-left: 16px; border-left: 3px solid var(--aqua); }
.hero-proof strong { display: block; color: var(--teal); font-family: Georgia, serif; font-size: 1.8rem; line-height: 1; }
.hero-proof span { display: block; margin-top: 7px; color: var(--ink-soft); font-size: .78rem; font-weight: 700; line-height: 1.3; }
.hero-collage { position: relative; min-height: 540px; }
.hero-collage figure { position: absolute; overflow: hidden; margin: 0; border: 7px solid white; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-collage img { width: 100%; height: 100%; object-fit: cover; }
.collage-main { left: 0; top: 74px; width: 68%; height: 365px; transform: rotate(-2deg); }
.collage-top { right: 0; top: 0; width: 48%; height: 235px; transform: rotate(3deg); }
.collage-bottom { right: 4%; bottom: 12px; width: 48%; height: 245px; transform: rotate(1deg); }
.collage-note { position: absolute; left: 12%; bottom: 3px; z-index: 3; max-width: 250px; padding: 13px 18px; border-radius: 999px; color: white; background: var(--teal); font-weight: 700; box-shadow: var(--shadow); }
.collage-note span { color: #ffd5cc; }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.audience-card { position: relative; min-height: 320px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 34px rgba(23,55,56,.05); }
.audience-card:nth-child(2) { background: #f0f8f6; }
.audience-card:nth-child(3) { background: #fff8f0; }
.number-badge { display: inline-grid; width: 46px; height: 46px; place-items: center; margin-bottom: 34px; border-radius: 50%; color: white; background: var(--coral); font-weight: 800; }
.audience-card h3 { font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.audience-card p { color: var(--ink-soft); }

.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 84px; align-items: center; }
.image-panel { position: relative; }
.image-panel img { width: 100%; min-height: 430px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.image-panel__caption { position: absolute; right: -18px; bottom: 28px; max-width: 280px; padding: 18px 22px; border-radius: var(--radius); color: var(--ink); background: white; font-family: Georgia, serif; font-size: 1.35rem; box-shadow: var(--shadow); }
.content-panel > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.08rem; }
.check-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 13px 0; padding-left: 35px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: .75rem; font-weight: 900; }

.community-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.community-grid--featured { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.community-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 38px rgba(23,55,56,.07); transition: transform .2s ease, box-shadow .2s ease; }
.community-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.community-card__image { position: relative; display: block; aspect-ratio: 1.35 / 1; overflow: hidden; }
.community-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.community-card:hover .community-card__image img { transform: scale(1.04); }
.community-card__image > span { position: absolute; left: 18px; top: 18px; padding: 8px 13px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.92); font-size: .72rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.community-card__body { padding: 30px; }
.community-card__body h2, .community-card__body h3 { font-family: Georgia, serif; font-weight: 500; }
.community-card__body h2 { font-size: 1.8rem; }
.community-card__body h3 { font-size: 1.55rem; }
.community-card__body h2 a, .community-card__body h3 a { text-decoration: none; }
.community-card__body p { color: var(--ink-soft); }
.community-card__body address { margin: 18px 0 24px; color: var(--ink-soft); }
.location-label { margin-bottom: 8px !important; color: var(--coral) !important; font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.maker-preview { color: white; background: var(--teal); }
.maker-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.maker-preview .eyebrow { color: #b9f0e8; }
.maker-copy p:not(.eyebrow) { color: rgba(255,255,255,.82); }
.maker-categories { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.maker-categories div { min-height: 160px; display: flex; padding: 25px; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.23); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.maker-categories span { font-size: 2rem; }
.maker-categories strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.partner-callout { background: #fff7ee; }
.callout-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.callout-inner > div { max-width: 770px; }

.page-hero { position: relative; overflow: hidden; min-height: 470px; display: flex; align-items: center; color: var(--ink); background: linear-gradient(135deg, #e6f4f1, var(--cream)); }
.page-hero::before, .page-hero::after { content: ""; position: absolute; border-radius: 50%; }
.page-hero::before { width: 420px; height: 420px; right: -100px; top: -180px; background: rgba(89,184,173,.25); }
.page-hero::after { width: 250px; height: 250px; right: 20%; bottom: -150px; background: rgba(217,124,103,.17); }
.page-hero__inner { position: relative; z-index: 1; max-width: 900px; padding-top: 80px; padding-bottom: 80px; }
.page-hero__inner > p:last-child { max-width: 790px; color: var(--ink-soft); font-size: 1.2rem; }
.page-hero--compact { min-height: 390px; }
.page-hero--resident { background: linear-gradient(135deg, #fff7ee, #e8f5f2); }
.page-hero--market { color: white; background: linear-gradient(135deg, #173738 0%, #0d6764 65%, #59b8ad 100%); }
.page-hero--market .eyebrow, .page-hero--partner .eyebrow { color: #c4f1ec; }
.page-hero--market .page-hero__inner > p:last-child, .page-hero--partner .page-hero__inner > p:last-child { color: rgba(255,255,255,.85); }
.page-hero--partner { min-height: 560px; color: white; background: linear-gradient(115deg, rgba(23,55,56,.97), rgba(13,103,100,.88)), url('../images/communities/wisteria-place-hamilton-mill.webp') center/cover; }

.article-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 90px; }
.article-aside { position: sticky; top: 180px; align-self: start; padding: 32px; border-radius: var(--radius); background: var(--cream); }
.quote-mark { margin: 0; color: var(--coral); font-family: Georgia, serif; font-size: 5rem; line-height: .6; }
.article-aside blockquote { margin: 22px 0 30px; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.4; }
.prose { max-width: 800px; }
.prose h2 { margin-top: 1.3em; font-size: 2.5rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink-soft); font-size: 1.08rem; }
.story-priorities { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 30px 0; }
.story-priorities div { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fbfdfc; }
.story-priorities strong, .story-priorities span { display: block; }
.story-priorities strong { margin-bottom: 7px; color: var(--teal); }
.story-priorities span { color: var(--ink-soft); font-size: .9rem; }

.board-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 24px; }
.board-card { text-align: center; }
.board-card img, .board-placeholder { width: 100%; aspect-ratio: 1; border-radius: 50%; object-fit: cover; box-shadow: 0 12px 30px rgba(23,55,56,.1); }
.board-placeholder { display: grid; place-items: center; color: var(--teal); background: linear-gradient(145deg, #dcefeb, #fff8ef); font-family: Georgia, serif; font-size: 3rem; }
.board-card h2 { margin: 22px 0 5px; font-family: inherit; font-size: 1.08rem; font-weight: 800; letter-spacing: -.01em; }
.board-card p { color: var(--ink-soft); font-size: .88rem; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card, .benefit-card { min-height: 300px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.service-card > span, .benefit-card > span { display: block; margin-bottom: 40px; color: var(--coral); font-weight: 850; }
.service-card h2 { font-family: Georgia, serif; font-size: 1.65rem; }
.service-card p, .benefit-card p { color: var(--ink-soft); }

.community-hero { position: relative; min-height: 650px; display: flex; align-items: end; overflow: hidden; color: white; }
.community-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.community-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,39,40,.88) 0%, rgba(13,39,40,.68) 48%, rgba(13,39,40,.12) 100%); }
.community-hero__content { position: relative; z-index: 1; max-width: 900px; padding-bottom: 84px; }
.community-hero__content .eyebrow { color: #aee9e1; }
.community-hero__content > p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.9); font-size: 1.15rem; }
.community-layout { display: grid; grid-template-columns: 1fr 380px; gap: 80px; align-items: start; }
.quick-facts { padding: 30px; border-radius: var(--radius); background: var(--cream); }
.quick-facts h2 { font-family: inherit; font-size: 1.2rem; font-weight: 800; }
.quick-facts dl, .hours-card dl { margin: 0; }
.quick-facts dl div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.quick-facts dl div:last-child { border-bottom: 0; }
.quick-facts dt { color: var(--teal); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.quick-facts dd { margin: 4px 0 0; }
.contact-card-grid { display: grid; grid-template-columns: 1fr 1fr .85fr; gap: 22px; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.contact-card--accent { color: white; background: var(--teal); }
.contact-card__label { color: var(--coral); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-card--accent .contact-card__label { color: #c6f1ec; }
.contact-card h3 { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
.contact-card > a { display: block; margin-top: 8px; overflow-wrap: anywhere; font-weight: 750; }
.hours-card dl div { margin-bottom: 16px; }
.hours-card dt { font-weight: 800; }
.hours-card dd { margin: 2px 0 0; color: var(--ink-soft); }
.feature-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.feature-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.feature-list li { padding: 15px 18px 15px 48px; position: relative; border-radius: 12px; background: var(--cream); }
.feature-list li::before { content: "✓"; position: absolute; left: 18px; color: var(--teal); font-weight: 900; }
.feature-image { margin: 0; }
.feature-image img { width: 100%; max-height: 560px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.feature-image figcaption { margin-top: 14px; color: var(--ink-soft); font-size: .82rem; }
.community-next { background: #fff7ee; }

.market-intro { display: grid; grid-template-columns: 1fr 390px; gap: 80px; align-items: start; }
.status-panel { padding: 36px; border-radius: var(--radius); color: white; background: var(--teal); box-shadow: var(--shadow); }
.status-panel > span { display: inline-block; padding: 7px 12px; border-radius: 999px; color: var(--ink); background: #c8eee9; font-size: .75rem; font-weight: 850; }
.status-panel h2 { margin-top: 25px; font-size: 2rem; }
.status-panel ul { padding-left: 20px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.category-card { min-height: 270px; padding: 28px; border-radius: var(--radius); background: white; }
.category-card > span { color: var(--coral); font-size: 2.4rem; }
.category-card h3 { margin-top: 40px; font-family: Georgia, serif; font-size: 1.45rem; }
.category-card p { color: var(--ink-soft); font-size: .9rem; }

.partner-benefits { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit-card { min-height: 280px; }
.benefit-card h3 { font-family: Georgia, serif; font-size: 1.45rem; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { min-height: 230px; padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.process-list li::before { counter-increment: process; content: "0" counter(process); display: block; margin-bottom: 46px; color: #93ded5; font-weight: 850; }
.process-list strong, .process-list span { display: block; }
.process-list strong { margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.process-list span { color: rgba(255,255,255,.72); font-size: .9rem; }

.form-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; align-items: start; }
.form-intro { position: sticky; top: 180px; }
.form-intro > p:not(.eyebrow) { color: var(--ink-soft); }
.contact-email { margin-top: 34px; }
.contact-email strong, .contact-email a { display: block; }
.form-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-card form { display: grid; gap: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-card label { display: grid; gap: 8px; font-size: .9rem; font-weight: 750; }
.form-card label span { color: var(--coral); }
.form-card input, .form-card select, .form-card textarea { width: 100%; padding: 14px 15px; border: 1.5px solid #9bb7b5; border-radius: 9px; color: var(--ink); background: white; }
.form-card textarea { resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { outline: 3px solid rgba(89,184,173,.25); border-color: var(--teal); }
.honeypot { position: absolute !important; left: -9999px !important; }
.notice { margin-bottom: 22px; padding: 15px 17px; border-radius: 10px; font-weight: 700; }
.notice--success { color: #174e39; background: #ddf5e8; }
.notice--error { color: #762d26; background: #fde3df; }

.error-page { min-height: 65vh; display: flex; align-items: center; background: var(--cream); }
.error-page .container { max-width: 850px; padding-top: 90px; padding-bottom: 90px; }
.error-page p:not(.eyebrow) { max-width: 680px; color: var(--ink-soft); font-size: 1.2rem; }

.site-footer { padding: 76px 0 24px; color: white; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1.15fr; gap: 50px; }
.footer-logo { width: 230px; filter: invert(1); opacity: .92; }
.footer-grid > div:first-child p { max-width: 330px; color: rgba(255,255,255,.7); font-size: .9rem; }
.footer-grid h2 { font-family: inherit; font-size: .85rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 9px 0; }
.footer-links a { color: rgba(255,255,255,.76); font-size: .88rem; }
.footer-callout { padding: 25px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.footer-callout .eyebrow { color: #8fe0d6; }
.footer-callout h2 { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.footer-callout p:last-child { color: rgba(255,255,255,.7); font-size: .82rem; }
.footer-bottom { margin-top: 56px; padding-top: 22px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.58); font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
    body { font-size: 17px; }
    .header-main { min-height: 92px; }
    .brand img { width: 225px; }
    .nav-toggle { display: inline-flex; align-items: center; }
    .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 1px); display: none; padding: 22px; flex-direction: column; align-items: stretch; gap: 6px; border: 1px solid var(--line); border-radius: 0 0 18px 18px; background: white; box-shadow: var(--shadow); }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: 11px 5px; }
    .site-nav > a:not(.button)::after { display: none; }
    .hero-grid { grid-template-columns: 1fr; gap: 35px; }
    .hero-collage { width: min(720px, 100%); margin: auto; }
    .community-grid--featured { grid-template-columns: repeat(2, 1fr); }
    .board-grid { grid-template-columns: repeat(3, 1fr); }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .footer-callout { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
    .utility-bar p { display: none; }
    .utility-bar__inner { justify-content: center; }
    .hero-grid { min-height: auto; padding-top: 60px; }
    .hero-proof { grid-template-columns: 1fr; }
    .hero-collage { min-height: 440px; }
    .collage-main { width: 70%; height: 300px; }
    .collage-top, .collage-bottom { height: 185px; }
    .audience-grid, .split-grid, .maker-grid, .article-layout, .community-layout, .feature-layout, .market-intro, .partner-benefits, .form-layout { grid-template-columns: 1fr; }
    .image-panel__caption { right: 14px; }
    .article-aside, .form-intro { position: static; }
    .community-grid, .community-grid--featured { grid-template-columns: 1fr; }
    .contact-card-grid { grid-template-columns: 1fr; }
    .community-hero { min-height: 620px; }
    .community-hero__overlay { background: linear-gradient(0deg, rgba(13,39,40,.92), rgba(13,39,40,.32)); }
    .benefit-grid, .process-list { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    h1 { font-size: 2.75rem; }
    h2 { font-size: 2.15rem; }
    .header-main { min-height: 80px; }
    .brand img { width: 190px; }
    .nav-toggle__label { display: none; }
    .hero-grid { padding-top: 48px; padding-bottom: 65px; }
    .hero-collage { min-height: 345px; }
    .collage-main { top: 45px; width: 75%; height: 230px; }
    .collage-top { width: 48%; height: 140px; }
    .collage-bottom { width: 48%; height: 145px; }
    .collage-note { left: 4%; max-width: 210px; font-size: .76rem; }
    .section { padding: 68px 0; }
    .section-heading--row, .callout-inner { align-items: flex-start; flex-direction: column; }
    .audience-card { min-height: 0; padding: 28px; }
    .maker-categories, .story-priorities, .benefit-grid, .process-list, .services-grid, .category-grid, .field-row { grid-template-columns: 1fr; }
    .board-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
    .board-placeholder { font-size: 2rem; }
    .community-card__body, .form-card { padding: 25px; }
    .page-hero { min-height: 420px; }
    .community-hero { min-height: 670px; }
    .community-hero__content { padding-bottom: 55px; }
    .community-hero__content .button-row { align-items: stretch; flex-direction: column; }
    .community-hero__content .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child, .footer-callout { grid-column: auto; }
}
