:root {
  --forest-950: #0c2a24;
  --forest-900: #12372f;
  --forest-800: #17483d;
  --forest-700: #236254;
  --sage-500: #7f9e91;
  --sage-300: #b9c9c1;
  --sage-100: #e7efeb;
  --cream-50: #fdfcf8;
  --cream-100: #f7f3e9;
  --cream-200: #eee7d7;
  --ink-900: #162420;
  --ink-700: #394a45;
  --ink-500: #65736e;
  --clay-600: #c95c43;
  --clay-500: #df7157;
  --clay-100: #f8e6df;
  --gold-500: #cfaa5a;
  --white: #fff;
  --error: #b93d31;
  --border: #dce3df;
  --shadow-sm: 0 8px 30px rgba(12, 42, 36, .08);
  --shadow-lg: 0 28px 70px rgba(12, 42, 36, .18);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 30px;
  --container: 1220px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { max-width: 100%; margin: 0; overflow-x: clip; background: var(--cream-50); color: var(--ink-900); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.is-nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(223, 113, 87, .34); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 850px); }
.sr-only { position: absolute; 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; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; color: var(--white); background: var(--forest-950); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(18, 55, 47, .09); background: rgba(253, 252, 248, .92); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--forest-950); text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 13px; color: var(--cream-50); background: var(--forest-800); box-shadow: 0 7px 16px rgba(18, 55, 47, .16); }
.brand-mark svg { width: 28px; height: 28px; overflow: visible; }
.brand-mark svg path:first-child { fill: currentColor; stroke: none; opacity: .98; }
.brand-mark svg path:last-child { fill: none; stroke: var(--clay-500); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: flex; align-items: baseline; letter-spacing: -.04em; }
.brand-copy strong { font-size: 20px; font-weight: 780; }
.brand-copy small { color: var(--clay-600); font-size: 14px; font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: var(--ink-700); font-size: 14px; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover { color: var(--forest-700); }
.site-nav .nav-cta { padding: 11px 18px; border-radius: 999px; color: var(--white); background: var(--forest-800); box-shadow: 0 6px 20px rgba(18, 55, 47, .18); }
.site-nav .nav-cta:hover { color: var(--white); background: var(--forest-700); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--sage-100); }
.nav-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--forest-900); transition: transform .2s ease, opacity .2s ease; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--forest-700); font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.35; text-transform: uppercase; }
.eyebrow i { width: 26px; height: 2px; border-radius: 2px; background: var(--clay-500); }
.eyebrow-light { color: var(--cream-100); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
h2 { font-size: clamp(38px, 4.1vw, 58px); }
.section { padding: 112px 0; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin: 17px 0 18px; }
.section-heading p, .section-lead { color: var(--ink-700); font-size: 18px; line-height: 1.72; }

.hero-section { position: relative; overflow: hidden; padding: 42px 0 58px; background: var(--forest-950); }
.hero-section::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 10% 10%, rgba(127, 158, 145, .24), transparent 34%), linear-gradient(112deg, rgba(255,255,255,.018) 0 1px, transparent 1px 62px); background-size: auto, 62px 62px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(410px, .76fr); align-items: stretch; gap: 32px; }
.hero-story { position: relative; display: flex; min-height: 650px; overflow: hidden; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); background: var(--forest-900); box-shadow: var(--shadow-lg); }
.hero-copy { position: relative; z-index: 2; max-width: 650px; padding: 48px 50px 28px; }
.hero-copy h1 { max-width: 620px; margin: 18px 0 22px; color: var(--cream-50); font-size: clamp(49px, 5.3vw, 75px); }
.hero-copy h1 em { color: #f1b299; font-style: italic; }
.hero-copy > p { max-width: 610px; margin-bottom: 23px; color: rgba(255,255,255,.81); font-size: 18px; line-height: 1.65; }
.hero-copy > p strong { color: var(--white); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 0; padding: 0; color: var(--sage-100); font-size: 13px; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points span { display: grid; width: 19px; height: 19px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #f1b299; font-size: 10px; }
.hero-start-link { display: none; }
.hero-photo { position: relative; min-height: 260px; margin: 0; overflow: hidden; }
.hero-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, var(--forest-900) 0%, transparent 35%, rgba(12, 42, 36, .15) 100%); pointer-events: none; }
.hero-photo img { width: 100%; height: 330px; object-fit: cover; object-position: 59% center; }
.hero-photo figcaption { position: absolute; z-index: 3; right: 24px; bottom: 24px; display: flex; min-width: 265px; align-items: center; gap: 13px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.38); border-radius: 15px; background: rgba(253,252,248,.93); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.hero-photo figcaption > span:last-child { display: flex; flex-direction: column; }
.hero-photo figcaption strong { color: var(--forest-950); font-size: 13px; }
.hero-photo figcaption small { color: var(--ink-500); font-size: 11px; }
.five-orbit { position: relative; display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border: 1px solid var(--sage-300); border-radius: 50%; color: var(--white); background: var(--forest-800); }
.five-orbit b { font-family: var(--serif); font-size: 21px; }
.five-orbit i { position: absolute; width: 5px; height: 5px; border: 1px solid var(--cream-50); border-radius: 50%; background: var(--clay-500); }
.five-orbit i:nth-child(2) { top: 0; left: 7px; }.five-orbit i:nth-child(3) { right: -1px; bottom: 8px; }.five-orbit i:nth-child(4) { bottom: -2px; left: 7px; }

.form-shell { align-self: stretch; padding: 30px 31px 24px; border: 1px solid rgba(255,255,255,.58); border-radius: var(--radius-lg); background: var(--cream-50); box-shadow: var(--shadow-lg); }
.form-heading { text-align: center; }
.form-kicker { color: var(--clay-600); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h2 { margin: 7px 0 3px; font-size: 31px; letter-spacing: -.035em; }
.form-heading p { margin-bottom: 22px; color: var(--ink-500); font-size: 12px; }
.form-progress { margin-bottom: 22px; }
.progress-track { height: 3px; overflow: hidden; border-radius: 3px; background: var(--sage-100); }
.progress-track span { display: block; width: 16.67%; height: 100%; border-radius: inherit; background: var(--clay-500); transition: width .3s ease; }
.form-progress ol { display: flex; justify-content: space-between; margin: -10px 0 0; padding: 0; list-style: none; }
.form-progress li { display: flex; width: 33.33%; flex-direction: column; align-items: center; gap: 3px; color: var(--ink-500); font-size: 10px; }
.form-progress li:first-child { align-items: flex-start; }.form-progress li:last-child { align-items: flex-end; }
.form-progress li span { display: grid; width: 20px; height: 20px; place-items: center; border: 2px solid var(--cream-50); border-radius: 50%; color: var(--ink-500); background: var(--sage-100); font-size: 9px; font-weight: 800; box-shadow: 0 0 0 1px var(--sage-300); }
.form-progress li.is-active span, .form-progress li.is-complete span { color: var(--white); background: var(--clay-500); box-shadow: 0 0 0 1px var(--clay-500); }
.form-progress li.is-active small { color: var(--forest-900); font-weight: 750; }
.form-error-summary { display: flex; flex-direction: column; margin-bottom: 18px; padding: 11px 13px; border-left: 3px solid var(--error); border-radius: 6px; color: var(--error); background: #fff0ed; font-size: 12px; }
.match-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.match-form legend { width: 100%; margin-bottom: 2px; color: var(--forest-950); font-family: var(--serif); font-size: 23px; font-weight: 600; line-height: 1.2; text-align: center; }
.match-form legend.sr-only { width: 1px; max-width: 1px; }
.step-intro { margin-bottom: 18px; color: var(--ink-500); font-size: 12px; text-align: center; }
.project-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice-card { position: relative; display: flex; min-height: 142px; align-items: center; justify-content: center; padding: 16px 11px 13px; cursor: pointer; flex-direction: column; border: 1px solid var(--border); border-radius: 14px; background: var(--white); text-align: center; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.choice-card:hover { transform: translateY(-2px); border-color: var(--sage-500); box-shadow: var(--shadow-sm); }
.choice-card:has(input:checked) { border-color: var(--forest-700); background: #f1f6f3; box-shadow: inset 0 0 0 1px var(--forest-700); }
.choice-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-card::after { position: absolute; top: 10px; right: 10px; display: grid; width: 18px; height: 18px; content: "✓"; place-items: center; transform: scale(.7); border-radius: 50%; color: var(--white); background: var(--forest-700); font-size: 10px; opacity: 0; transition: .2s ease; }
.choice-card:has(input:checked)::after { transform: scale(1); opacity: 1; }
.choice-card-wide { grid-column: span 2; min-height: 105px; display: grid; grid-template-columns: 48px 1fr; align-content: center; justify-content: start; padding-inline: 34px; text-align: left; }
.choice-card-wide .choice-icon { grid-row: span 2; }
.choice-icon { display: grid; width: 44px; height: 44px; margin-bottom: 8px; place-items: center; border-radius: 13px; color: var(--forest-700); background: var(--sage-100); }
.choice-card-wide .choice-icon { margin: 0 12px 0 0; }
.choice-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.choice-card strong { color: var(--forest-950); font-size: 13px; }
.choice-card small { color: var(--ink-500); font-size: 10px; line-height: 1.4; }
.form-button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 10px; padding: 11px 20px; border: 0; border-radius: 11px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.form-button:hover { transform: translateY(-1px); }
.form-button-primary { color: var(--white); background: var(--forest-800); box-shadow: 0 7px 18px rgba(18,55,47,.18); }
.form-button-primary:hover { background: var(--forest-700); }
.form-button-primary:disabled { cursor: wait; opacity: .68; }
.form-button-full { width: 100%; margin-top: 16px; }
.form-button-back { padding-inline: 5px 12px; color: var(--ink-500); background: transparent; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; }
.form-actions .form-button-primary { flex: 1; }
.form-field { margin-bottom: 11px; }
.form-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.form-field label { display: block; margin-bottom: 4px; color: var(--ink-700); font-size: 11px; font-weight: 750; }
.form-field label > span { color: var(--clay-600); }.form-field label small { font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 43px; padding: 9px 11px; border: 1px solid #ccd7d2; border-radius: 9px; color: var(--ink-900); background: var(--white); font-size: 12px; outline: 0; transition: border .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 65px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--forest-700); box-shadow: 0 0 0 3px rgba(35,98,84,.11); }
.form-field [aria-invalid="true"] { border-color: var(--error); }
.form-optional-details { margin-top: 8px; overflow: hidden; border: 1px solid #d9e1dd; border-radius: 10px; background: #f8faf9; }
.form-optional-details summary { display: flex; min-height: 42px; align-items: center; gap: 8px; padding: 10px 12px; cursor: pointer; color: var(--forest-800); font-size: 11px; font-weight: 800; list-style: none; }
.form-optional-details summary::-webkit-details-marker { display: none; }
.form-optional-details summary span { margin-left: auto; color: var(--ink-500); font-size: 9px; font-weight: 650; letter-spacing: .03em; text-transform: uppercase; }
.form-optional-details summary::after { content: "+"; color: var(--clay-600); font-size: 17px; font-weight: 500; line-height: 1; }
.form-optional-details[open] summary::after { content: "−"; }
.form-optional-content { padding: 11px 12px 2px; border-top: 1px solid #e2e8e5; background: var(--white); }
.form-optional-content .form-field:last-child { margin-bottom: 9px; }
.place-autocomplete-host,
.place-autocomplete-host > *,
gmp-place-autocomplete,
#city_place_autocomplete { display: block; width: 100%; min-width: 0 !important; max-width: 100% !important; }
gmp-place-autocomplete,
.place-fallback-input { min-height: 43px !important; border: 1px solid #ccd7d2 !important; border-radius: 9px !important; color: var(--ink-900); background: var(--white); font-size: 12px; box-shadow: none; transition: border .2s ease, box-shadow .2s ease; }
gmp-place-autocomplete { color-scheme: light; font-family: var(--sans); }
gmp-place-autocomplete::part(input) { color: var(--ink-900); background: var(--white); }
gmp-place-autocomplete::part(prediction-list) { overflow: hidden; border: 1px solid #d5ded9; border-radius: 0 0 10px 10px; color: var(--ink-700); background: var(--white); box-shadow: 0 13px 28px rgba(16, 49, 42, .15); }
gmp-place-autocomplete::part(prediction-item) { border-bottom: 1px solid #e5ebe7; color: var(--ink-500); background: var(--white); }
gmp-place-autocomplete::part(prediction-item-selected) { color: var(--forest-950); background: var(--sage-50); }
gmp-place-autocomplete::part(prediction-item-main-text) { color: var(--forest-950); font-weight: 700; }
gmp-place-autocomplete::part(prediction-item-secondary-text) { color: var(--ink-500); }
gmp-place-autocomplete::part(prediction-item-icon) { color: var(--forest-700); }
gmp-place-autocomplete:focus-within,
.place-fallback-input:focus { border-color: var(--forest-700) !important; box-shadow: 0 0 0 3px rgba(35,98,84,.11) !important; }
.place-autocomplete-host.has-error gmp-place-autocomplete,
.place-autocomplete-host.has-error .place-fallback-input { border-color: var(--error) !important; }
.local-preview-banner { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; padding: 10px 12px; border: 1px solid #d8e4df; border-radius: 10px; color: var(--forest-800); background: var(--sage-50); }
.local-preview-banner > span { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; color: var(--white); background: var(--forest-700); font-size: 14px; }
.local-preview-banner div { display: flex; min-width: 0; flex-direction: column; gap: 1px; }
.local-preview-banner strong { font-size: 11px; }
.local-preview-banner small { color: var(--ink-500); font-size: 9px; line-height: 1.35; }
.field-error { min-height: 0; margin: 3px 0 0; color: var(--error); font-size: 10px; line-height: 1.35; }
.field-error:empty { display: none; }
.submission-terms { max-width: 440px; margin: 12px auto 0; color: var(--ink-500); font-size: 9px; line-height: 1.55; text-align: center; }
.submission-terms a { color: var(--forest-700); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.submission-terms span { display: block; margin-top: 2px; }
.honeypot { position: fixed !important; right: 0 !important; bottom: 0 !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); opacity: 0; pointer-events: none; }

.trust-ribbon { border-bottom: 1px solid var(--cream-200); background: var(--cream-100); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; min-height: 112px; align-items: center; gap: 13px; padding: 22px 28px; border-right: 1px solid #ded8c9; }
.trust-grid > div:first-child { padding-left: 0; }.trust-grid > div:last-child { padding-right: 0; border-right: 0; }
.trust-grid > div > span { min-width: 48px; color: var(--clay-600); font-family: var(--serif); font-size: 32px; font-weight: 700; line-height: 1; }
.trust-grid p { display: flex; margin: 0; flex-direction: column; line-height: 1.3; }
.trust-grid strong { color: var(--forest-950); font-size: 12px; }.trust-grid small { color: var(--ink-500); font-size: 10px; }

.comparison-section { background: var(--cream-50); }
.comparison-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, .74fr); align-items: center; gap: 105px; }
.comparison-copy h2 { max-width: 660px; margin: 17px 0 22px; }
.comparison-copy .section-lead { max-width: 660px; }
.comparison-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 34px 0 25px; border-top: 1px solid var(--border); }
.comparison-list article { display: flex; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.comparison-list article:last-child { grid-column: span 2; }
.comparison-list article > span { padding-top: 2px; color: var(--clay-600); font-family: var(--serif); font-size: 15px; }
.comparison-list h3 { margin: 0 0 3px; font-size: 14px; }.comparison-list p { margin: 0; color: var(--ink-500); font-size: 11px; line-height: 1.5; }
.text-cta { display: inline-flex; align-items: center; gap: 12px; color: var(--forest-800); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-cta span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--white); background: var(--clay-500); transition: transform .2s ease; }
.text-cta:hover span { transform: translateX(3px); }
.comparison-visual { position: relative; padding: 25px; border: 1px solid #d7ded9; border-radius: 25px; background: var(--white); box-shadow: 20px 26px 0 var(--sage-100), var(--shadow-sm); }
.comparison-visual::before { position: absolute; z-index: -1; top: -45px; right: -45px; width: 130px; height: 130px; content: ""; border: 1px solid var(--cream-200); border-radius: 50%; box-shadow: inset 0 0 0 18px var(--cream-50), inset 0 0 0 19px var(--cream-200); }
.visual-topline { display: flex; align-items: end; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--border); }
.visual-topline span { color: var(--forest-950); font-family: var(--serif); font-size: 22px; font-weight: 600; }.visual-topline small { color: var(--ink-500); font-size: 9px; }
.broker-stack { padding: 7px 0; }
.broker-row { display: grid; grid-template-columns: 42px 1fr 67px 22px; align-items: center; gap: 12px; padding: 12px 2px; border-bottom: 1px solid #edf0ee; }
.avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50% 50% 45% 55%; color: var(--forest-950); font-family: var(--serif); font-size: 16px; font-weight: 700; }
.avatar-sage { background: #c7d9d0; }.avatar-clay { background: #f2c4b7; }.avatar-gold { background: #ebd8a7; }.avatar-navy { color: var(--white); background: #36515f; }.avatar-rose { background: #e9cbd0; }
.broker-row > div { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.broker-identity strong { overflow: hidden; color: var(--forest-950); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.broker-identity small { overflow: hidden; color: var(--ink-500); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.match-bars { display: flex; align-items: end; gap: 3px; }
.match-bars b { width: 17px; height: 8px; border-radius: 3px; background: var(--sage-100); }.match-bars b:nth-child(2) { height: 13px; background: var(--sage-300); }.match-bars b:nth-child(3) { height: 19px; background: var(--forest-700); }
.row-check { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: var(--forest-700); background: var(--sage-100); font-size: 10px; }
.visual-note { display: flex; align-items: center; gap: 11px; margin-top: 10px; padding: 12px 14px; border-radius: 11px; background: var(--cream-100); }
.visual-note > span { color: var(--clay-600); font-size: 19px; }.visual-note p { display: flex; margin: 0; flex-direction: column; line-height: 1.35; }.visual-note strong { font-size: 10px; }.visual-note small { color: var(--ink-500); font-size: 9px; }

.audience-section { position: relative; overflow: hidden; background: var(--sage-100); }
.audience-section::after { position: absolute; right: -140px; bottom: -240px; width: 500px; height: 500px; content: ""; border: 1px solid rgba(35,98,84,.12); border-radius: 50%; box-shadow: inset 0 0 0 80px var(--sage-100), inset 0 0 0 81px rgba(35,98,84,.1); }
.audience-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-card { position: relative; min-height: 515px; overflow: hidden; padding: 42px 42px 38px; border: 1px solid rgba(18,55,47,.11); border-radius: var(--radius-lg); background: var(--cream-50); box-shadow: var(--shadow-sm); }
.audience-card::after { position: absolute; right: -40px; bottom: -50px; width: 190px; height: 190px; content: ""; transform: rotate(18deg); border-radius: 54% 46% 62% 38%; background: var(--cream-100); }
.buyer-card { background: var(--forest-900); }.buyer-card::after { background: rgba(255,255,255,.04); }
.audience-number { position: absolute; top: 24px; right: 29px; color: rgba(18,55,47,.18); font-family: var(--serif); font-size: 66px; line-height: 1; }.buyer-card .audience-number { color: rgba(255,255,255,.09); }
.audience-icon { display: grid; width: 64px; height: 64px; margin-bottom: 24px; place-items: center; border-radius: 19px; color: var(--clay-600); background: var(--clay-100); }
.buyer-card .audience-icon { color: #f1b299; background: rgba(255,255,255,.1); }
.audience-icon svg { width: 37px; height: 37px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { color: var(--clay-600); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }.buyer-card .card-kicker { color: #f1b299; }
.audience-card h3 { max-width: 480px; margin: 10px 0 15px; font-family: var(--serif); font-size: 35px; font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }.buyer-card h3 { color: var(--cream-50); }
.audience-card > p { max-width: 500px; color: var(--ink-700); font-size: 14px; line-height: 1.7; }.buyer-card > p { color: rgba(255,255,255,.7); }
.audience-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 29px; padding: 0; list-style: none; }
.audience-card li { padding: 6px 10px; border: 1px solid var(--border); border-radius: 999px; color: var(--ink-700); background: var(--white); font-size: 9px; font-weight: 700; }.buyer-card li { border-color: rgba(255,255,255,.15); color: var(--sage-100); background: rgba(255,255,255,.06); }
.audience-card > a { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 12px; color: var(--forest-800); font-size: 12px; font-weight: 800; text-decoration: none; }.buyer-card > a { color: var(--cream-100); }.audience-card > a span { color: var(--clay-500); }

.process-section { color: var(--white); background: var(--forest-950); }
.process-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 65px; }
.process-heading h2 { max-width: 680px; margin: 17px 0 0; color: var(--cream-50); }.process-heading > p { margin: 0 0 7px; color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.process-grid article { position: relative; min-height: 260px; padding: 26px 39px 25px 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-grid article:not(:last-child) { border-right: 1px solid rgba(255,255,255,.13); }.process-grid article:not(:first-child) { padding-left: 39px; }
.process-index { display: block; margin-bottom: 41px; color: #f1b299; font-family: var(--serif); font-size: 18px; }
.process-dot { position: absolute; top: -5px; left: -1px; width: 9px; height: 9px; border: 2px solid var(--forest-950); border-radius: 50%; background: var(--clay-500); box-shadow: 0 0 0 1px var(--clay-500); }
.process-grid article:not(:first-child) .process-dot { left: 38px; }
.process-grid h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 25px; font-weight: 500; }.process-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; }
.process-cta { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 36px; }.process-cta small { color: rgba(255,255,255,.5); font-size: 10px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 14px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-coral { color: var(--forest-950); background: #ef9b7d; }.button-coral:hover { background: #f1ae96; }
.button-cream { color: var(--forest-950); background: var(--cream-50); }.button-cream:hover { background: var(--cream-100); }
.button-dark { color: var(--white); background: var(--forest-800); }.button-dark:hover { background: var(--forest-700); }
.button-outline { border-color: var(--border); color: var(--forest-800); background: var(--white); }

.promise-section { background: var(--cream-100); }
.promise-grid { display: grid; grid-template-columns: .82fr 1.08fr; align-items: center; gap: 100px; }
.promise-card { position: relative; display: grid; min-height: 475px; place-items: center; overflow: hidden; border: 1px solid #ded7c6; border-radius: 50% 50% 43% 57% / 44% 51% 49% 56%; background: var(--cream-50); box-shadow: var(--shadow-sm); }
.promise-card::before, .promise-card::after { position: absolute; content: ""; border: 1px solid var(--sage-300); border-radius: 50%; }
.promise-card::before { width: 340px; height: 340px; }.promise-card::after { width: 260px; height: 260px; }
.promise-seal { position: relative; z-index: 2; display: grid; width: 150px; height: 150px; place-items: center; border: 1px solid var(--forest-700); border-radius: 50%; color: var(--cream-50); background: var(--forest-800); box-shadow: 0 14px 40px rgba(18,55,47,.2); }
.promise-seal b { margin-top: 25px; font-family: var(--serif); font-size: 70px; font-weight: 500; line-height: .6; }.promise-seal small { align-self: start; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.promise-lines { position: absolute; inset: 0; }.promise-lines i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--clay-500); }.promise-lines i:nth-child(1) { top: 18%; left: 25%; }.promise-lines i:nth-child(2) { top: 31%; right: 16%; }.promise-lines i:nth-child(3) { right: 24%; bottom: 18%; }.promise-lines i:nth-child(4) { bottom: 15%; left: 29%; }.promise-lines i:nth-child(5) { top: 49%; left: 11%; }
.promise-caption { position: absolute; bottom: 30px; color: var(--ink-500); font-size: 10px; }
.promise-copy h2 { max-width: 660px; margin: 17px 0 20px; }.promise-copy > p { color: var(--ink-700); font-size: 17px; line-height: 1.75; }
.promise-list { margin: 30px 0 0; padding: 0; list-style: none; }.promise-list li { display: flex; align-items: flex-start; gap: 14px; padding: 17px 0; border-top: 1px solid #ddd8ca; }.promise-list li > span { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; color: var(--forest-800); background: var(--sage-100); font-size: 11px; }.promise-list div { display: flex; flex-direction: column; }.promise-list strong { font-size: 13px; }.promise-list small { color: var(--ink-500); font-size: 11px; }

.faq-section { background: var(--cream-50); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.1fr; align-items: start; gap: 105px; }
.faq-intro { position: sticky; top: 120px; }.faq-intro h2 { margin: 17px 0 20px; }.faq-intro > p { color: var(--ink-700); font-size: 17px; }.faq-intro .text-cta { margin-top: 15px; }
.faq-list { border-top: 1px solid var(--border); }.faq-list details { border-bottom: 1px solid var(--border); }.faq-list summary { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; color: var(--forest-950); font-family: var(--serif); font-size: 21px; font-weight: 600; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; color: var(--forest-700); background: var(--sage-100); font-family: var(--sans); font-size: 17px; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 720px; margin: -5px 50px 28px 0; color: var(--ink-700); font-size: 13px; line-height: 1.75; }

.final-cta-section { padding: 0 0 90px; background: var(--cream-50); }.final-cta-card { display: flex; min-height: 260px; align-items: center; justify-content: space-between; gap: 50px; padding: 52px 60px; overflow: hidden; border-radius: var(--radius-lg); color: var(--white); background: var(--forest-800); box-shadow: var(--shadow-lg); }.final-cta-card > div { max-width: 740px; }.final-cta-card h2 { margin: 13px 0 12px; color: var(--cream-50); font-size: clamp(36px, 4vw, 55px); }.final-cta-card p { margin: 0; color: rgba(255,255,255,.7); }

.site-footer { padding: 66px 0 25px; color: rgba(255,255,255,.74); background: var(--forest-950); }.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .72fr); gap: 60px; padding-bottom: 48px; }.brand-light { color: var(--cream-50); }.brand-light .brand-mark { color: var(--forest-950); background: var(--cream-100); }.footer-brand-block p { max-width: 340px; margin: 20px 0 0; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.7; }.footer-grid h2 { margin: 6px 0 20px; color: var(--cream-100); font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }.footer-grid > div:not(:first-child) a { color: rgba(255,255,255,.68); font-size: 11px; text-decoration: none; }.footer-grid > div:not(:first-child) a:hover { color: var(--white); }.footer-contact p { color: rgba(255,255,255,.42); font-size: 10px; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 9px; }
.footer-bottom button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; font: inherit; text-decoration: underline; text-underline-offset: 2px; }

.cookie-consent { position: fixed; z-index: 1000; right: 22px; bottom: 22px; left: 22px; display: flex; max-width: 930px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 22px; border: 1px solid #d5ded9; border-radius: 16px; color: var(--ink-900); background: var(--white); box-shadow: 0 20px 55px rgba(11,42,35,.22); }
.cookie-consent[hidden] { display: none; }.cookie-consent strong { display: block; margin-bottom: 4px; color: var(--forest-950); font-family: var(--serif); font-size: 18px; }.cookie-consent p { max-width: 650px; margin: 0; color: var(--ink-700); font-size: 11px; line-height: 1.55; }.cookie-consent a { color: var(--forest-700); font-weight: 700; }.cookie-consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }.cookie-button { min-height: 39px; padding: 8px 16px; border: 1px solid var(--forest-700); border-radius: 9px; cursor: pointer; font-size: 11px; font-weight: 800; }.cookie-button-primary { color: var(--white); background: var(--forest-700); }.cookie-button-secondary { color: var(--forest-800); background: var(--white); }

/* City landing pages */
.city-hero-section { position: relative; overflow: hidden; padding: 42px 0 68px; color: var(--white); background: var(--forest-950); }
.city-hero-section::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 74% 18%, rgba(127,158,145,.25), transparent 30%), linear-gradient(120deg, transparent 0 62%, rgba(255,255,255,.025) 62%); }
.city-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .68fr); align-items: center; gap: 90px; }
.city-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 44px; color: rgba(255,255,255,.48); font-size: 10px; }
.city-breadcrumb a { color: inherit; text-decoration: none; }
.city-hero-copy h1 { max-width: 750px; margin: 18px 0 22px; color: var(--cream-50); font-size: clamp(54px, 6.2vw, 83px); }
.city-hero-copy h1 em { color: #f1b299; font-style: italic; }
.city-hero-copy > p { max-width: 690px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.72; }
.city-quick-start { max-width: 690px; margin-top: 27px; padding: 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 17px; background: rgba(255,255,255,.055); }
.city-quick-start > strong { display: block; margin-bottom: 10px; color: var(--cream-50); font-size: 12px; }
.city-quick-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.city-quick-options a { display: flex; min-height: 51px; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 14px; border-radius: 11px; color: var(--forest-950); background: var(--cream-50); font-size: 11px; font-weight: 800; text-decoration: none; box-shadow: 0 7px 20px rgba(4,24,20,.12); transition: transform .2s ease, background .2s ease; }
.city-quick-options a:hover { transform: translateY(-1px); background: var(--white); }
.city-quick-options b { color: var(--clay-600); font-size: 16px; }
.city-quick-both { display: inline-flex; align-items: center; gap: 8px; margin: 11px 0 8px; color: var(--cream-100); font-size: 10px; font-weight: 750; text-decoration-color: rgba(255,255,255,.34); text-underline-offset: 3px; }
.city-quick-both span { color: #f1b299; }
.city-quick-start > small { display: block; color: rgba(255,255,255,.5); font-size: 8.5px; line-height: 1.45; }
.city-selection-card { padding: 27px 27px 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; color: var(--ink-900); background: var(--cream-50); box-shadow: var(--shadow-lg); }
.city-selection-heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.city-selection-heading span { font-family: var(--serif); font-size: 22px; font-weight: 600; }
.city-selection-heading small { color: var(--clay-600); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.city-profile-stack { padding: 5px 0; }
.city-profile-row { display: grid; grid-template-columns: 39px 1fr 22px; align-items: center; gap: 11px; padding: 10px 0; border-bottom: 1px solid #e8ece9; }
.city-profile-row .avatar { width: 39px; height: 39px; font-size: 11px; }
.city-profile-row > div { display: flex; min-width: 0; flex-direction: column; line-height: 1.35; }
.city-profile-row strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.city-profile-row small { overflow: hidden; color: var(--ink-500); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.city-profile-row > span:last-child { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: var(--forest-700); background: var(--sage-100); font-size: 9px; }
.city-selection-footer { display: flex; align-items: center; gap: 12px; margin-top: 10px; padding: 12px 14px; border-radius: 12px; background: var(--cream-100); }
.city-selection-footer > span { color: var(--clay-600); font-family: var(--serif); font-size: 32px; font-weight: 700; }
.city-selection-footer p { display: flex; margin: 0; flex-direction: column; line-height: 1.35; }
.city-selection-footer strong { font-size: 10px; }.city-selection-footer small { color: var(--ink-500); font-size: 8px; }
.city-trust-strip { border-bottom: 1px solid var(--cream-200); background: var(--cream-100); }
.city-trust-strip .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.city-trust-strip .container > div { display: flex; min-height: 105px; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid #ded8c9; }
.city-trust-strip .container > div:last-child { border-right: 0; }
.city-trust-strip .container > div > span { min-width: 43px; color: var(--clay-600); font-family: var(--serif); font-size: 29px; font-weight: 700; }
.city-trust-strip p { display: flex; margin: 0; flex-direction: column; line-height: 1.35; }.city-trust-strip strong { font-size: 11px; }.city-trust-strip small { color: var(--ink-500); font-size: 8px; }
.city-local-section { background: var(--cream-50); }
.city-local-grid { display: grid; grid-template-columns: 1.05fr .7fr; align-items: center; gap: 105px; }
.city-local-grid h2 { margin: 17px 0 20px; }
.city-local-grid > div:first-child > p:not(.section-lead) { color: var(--ink-700); font-size: 14px; line-height: 1.75; }
.city-local-grid .text-cta { margin-top: 13px; }
.city-map-card { position: relative; display: flex; min-height: 420px; align-items: center; justify-content: center; overflow: hidden; flex-direction: column; border: 1px solid var(--sage-300); border-radius: 47% 53% 45% 55% / 56% 43% 57% 44%; background: var(--sage-100); box-shadow: var(--shadow-sm); }
.city-map-card::before, .city-map-card::after { position: absolute; content: ""; border: 1px solid rgba(35,98,84,.15); border-radius: 50%; }.city-map-card::before { width: 310px; height: 310px; }.city-map-card::after { width: 220px; height: 220px; }
.map-pin { position: relative; z-index: 2; display: grid; width: 68px; height: 82px; margin-bottom: 18px; place-items: center; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); color: var(--white); background: var(--forest-800); box-shadow: 0 15px 30px rgba(18,55,47,.2); }
.map-pin i { width: 20px; height: 20px; border: 5px solid var(--cream-50); border-radius: 50%; }
.city-map-card > small, .city-map-card > strong, .city-map-card > span:not(.map-pin) { position: relative; z-index: 2; }.city-map-card > small { color: var(--clay-600); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.city-map-card > strong { margin-top: 3px; font-family: var(--serif); font-size: 38px; line-height: 1.1; }.city-map-card > span:not(.map-pin) { color: var(--ink-500); font-size: 11px; }
.city-criteria-section { background: var(--sage-100); }
.city-criteria-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--sage-300); }
.city-criteria-grid article { min-height: 240px; padding: 28px 24px; border-right: 1px solid var(--sage-300); }.city-criteria-grid article:last-child { border-right: 0; }
.city-criteria-grid article > span { color: var(--clay-600); font-family: var(--serif); font-size: 18px; }.city-criteria-grid h3 { margin: 49px 0 9px; font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.15; }.city-criteria-grid p { margin: 0; color: var(--ink-500); font-size: 10px; line-height: 1.6; }
.city-neighborhood-section { color: var(--white); background: var(--forest-900); }
.city-neighborhood-grid { display: grid; grid-template-columns: .82fr 1.1fr; align-items: center; gap: 90px; }
.city-neighborhood-grid h2 { margin: 17px 0 18px; color: var(--cream-50); }.city-neighborhood-grid > div > p { color: rgba(255,255,255,.62); }
.city-neighborhood-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 0; padding: 0; list-style: none; }
.city-neighborhood-grid li { display: flex; min-height: 57px; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: var(--cream-100); background: rgba(255,255,255,.055); font-size: 11px; font-weight: 700; }.city-neighborhood-grid li span { color: #f1b299; font-size: 17px; }
.city-project-section { background: var(--cream-50); }
.city-project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.city-project-grid article { padding: 40px; border: 1px solid var(--border); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-sm); }.city-project-grid article:nth-child(2) { color: var(--white); background: var(--forest-900); }
.city-project-grid article > span { color: var(--clay-600); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.city-project-grid article:nth-child(2) > span { color: #f1b299; }
.city-project-grid h3 { max-width: 500px; margin: 12px 0 15px; font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1.15; }.city-project-grid article:nth-child(2) h3 { color: var(--cream-50); }
.city-project-grid p { color: var(--ink-700); font-size: 13px; line-height: 1.7; }.city-project-grid article:nth-child(2) p { color: rgba(255,255,255,.62); }
.city-project-grid a { display: inline-flex; gap: 10px; color: var(--forest-700); font-size: 11px; font-weight: 800; text-decoration: none; }.city-project-grid article:nth-child(2) a { color: var(--cream-100); }.city-project-grid a b { color: var(--clay-500); }
.city-faq-section { background: var(--cream-100); }
.city-related-section { padding: 90px 0; color: var(--white); background: var(--forest-950); }
.city-related-heading h2 { margin: 14px 0 38px; color: var(--cream-50); }
.city-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.city-related-grid a { position: relative; display: flex; min-height: 86px; justify-content: center; padding: 18px 42px 18px 18px; flex-direction: column; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; color: var(--white); background: rgba(255,255,255,.045); text-decoration: none; transition: border .2s ease, background .2s ease; }.city-related-grid a:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }.city-related-grid strong { font-family: var(--serif); font-size: 17px; }.city-related-grid small { color: rgba(255,255,255,.46); font-size: 8px; }.city-related-grid a > span { position: absolute; right: 17px; color: #f1b299; }
.city-directory-link { display: inline-flex; gap: 12px; margin-top: 28px; color: var(--white); font-weight: 800; text-decoration: none; }.city-directory-link span { color: #f1b299; }

.city-directory-hero { text-align: left; background: linear-gradient(135deg, var(--forest-950), var(--forest-800)); }
.city-directory-hero .city-breadcrumb { justify-content: flex-start; }
.city-directory-hero h1, .city-directory-hero p { margin-left: 0; }
.city-directory-section { padding: 92px 0 105px; background: var(--cream-100); }
.city-directory-heading { display: grid; grid-template-columns: 1.1fr .75fr; align-items: end; gap: 70px; }
.city-directory-heading h2 { margin: 15px 0 0; }
.city-directory-heading > p { margin: 0; color: var(--ink-700); line-height: 1.75; }
.city-directory-regions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 44px; }
.city-directory-regions > section { padding: 27px; background: var(--white); border: 1px solid var(--border); border-radius: 17px; box-shadow: var(--shadow-sm); }
.city-directory-regions h3 { margin: 0 0 17px; color: var(--forest-950); font-family: var(--serif); font-size: 22px; letter-spacing: -.035em; }
.city-directory-regions section > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.city-directory-regions a { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 9px; padding: 11px 12px; color: var(--forest-900); background: var(--sage-100); border-radius: 8px; font-size: 13px; font-weight: 700; text-decoration: none; }
.city-directory-regions a span { overflow: hidden; text-overflow: ellipsis; }.city-directory-regions a b { color: var(--clay-600); }
.city-directory-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 32px; padding: 25px 28px; background: var(--white); border: 1px solid var(--border); border-radius: 15px; }
.city-directory-cta p { margin: 0; color: var(--forest-950); font-family: var(--serif); font-size: 21px; font-weight: 700; }
.city-final-cta { background: var(--forest-800); }

/* Confirmation and secondary pages */
.confirmation-section { min-height: 730px; padding: 80px 0 100px; background: linear-gradient(130deg, var(--cream-50) 0 65%, var(--sage-100) 65%); }.confirmation-grid { display: grid; grid-template-columns: 1.18fr .72fr; align-items: center; gap: 95px; }.confirmation-main { position: relative; }.confirmation-check { display: grid; width: 56px; height: 56px; margin-bottom: 24px; place-items: center; border-radius: 50%; color: var(--white); background: var(--forest-700); font-size: 24px; box-shadow: 0 10px 25px rgba(35,98,84,.2); }.confirmation-main h1 { margin: 14px 0 22px; font-size: clamp(48px, 5.5vw, 73px); }.confirmation-main > p { max-width: 700px; color: var(--ink-700); font-size: 17px; }.next-steps-card { max-width: 740px; margin: 34px 0 22px; padding: 24px 27px; border: 1px solid var(--border); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-sm); }.next-steps-card h2 { margin-bottom: 15px; font-family: var(--sans); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.next-steps-card ol { margin: 0; padding: 0; list-style: none; }.next-steps-card li { display: flex; gap: 13px; padding: 12px 0; border-top: 1px solid #edf0ee; }.next-steps-card li > span { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; color: var(--forest-800); background: var(--sage-100); font-size: 11px; font-weight: 800; }.next-steps-card li div { display: flex; flex-direction: column; }.next-steps-card strong { font-size: 12px; }.next-steps-card small { color: var(--ink-500); font-size: 10px; }.confirmation-note { font-size: 11px !important; }.confirmation-note a { color: var(--forest-700); font-weight: 700; }.confirmation-aside { padding: 38px 35px; border-radius: 27px; color: var(--white); background: var(--forest-900); box-shadow: var(--shadow-lg); }.aside-kicker { color: #f1b299; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.profile-dots { display: flex; margin: 25px 0; }.profile-dots span { display: grid; width: 45px; height: 45px; margin-left: -7px; place-items: center; border: 3px solid var(--forest-900); border-radius: 50%; color: var(--forest-950); background: var(--cream-200); font-family: var(--serif); font-weight: 700; }.profile-dots span:first-child { margin-left: 0; }.profile-dots span:nth-child(2) { background: #c7d9d0; }.profile-dots span:nth-child(3) { background: #f2c4b7; }.profile-dots span:nth-child(4) { background: #ebd8a7; }.profile-dots span:nth-child(5) { background: #e9cbd0; }.confirmation-aside h2 { margin: 0 0 26px; color: var(--cream-50); font-size: 36px; }.confirmation-aside dl { margin: 0 0 25px; }.confirmation-aside dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); }.confirmation-aside dt { color: rgba(255,255,255,.47); font-size: 10px; }.confirmation-aside dd { margin: 0; font-size: 11px; font-weight: 700; text-align: right; }.confirmation-aside > p { display: flex; gap: 8px; margin: 8px 0; color: rgba(255,255,255,.65); font-size: 10px; }.confirmation-aside > p span { color: #f1b299; }

.page-hero, .legal-hero { padding: 95px 0; color: var(--white); background: var(--forest-900); text-align: center; }.page-hero h1, .legal-hero h1 { margin: 17px auto 21px; color: var(--cream-50); font-size: clamp(49px, 6vw, 76px); }.page-hero p { max-width: 730px; margin: 0 auto 31px; color: rgba(255,255,255,.7); font-size: 17px; }.legal-hero { padding: 75px 0; }.legal-hero h1 { margin-bottom: 12px; }.legal-hero p { margin-bottom: 0; color: rgba(255,255,255,.52); font-size: 11px; }.detail-process-section { background: var(--cream-50); }.detail-process-list { max-width: 980px; }.detail-process-list article { display: grid; grid-template-columns: 100px 1fr; gap: 35px; padding: 40px 0; border-top: 1px solid var(--border); }.detail-process-list article > span { color: var(--clay-600); font-family: var(--serif); font-size: 34px; }.detail-process-list small { color: var(--forest-700); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.detail-process-list h2 { margin: 8px 0 13px; font-size: 38px; }.detail-process-list p { max-width: 730px; color: var(--ink-700); line-height: 1.75; }.question-guide-section { background: var(--sage-100); }.question-guide-grid { display: grid; grid-template-columns: .75fr 1.1fr; gap: 100px; }.question-guide-grid h2 { margin: 16px 0; }.question-guide-grid > div p { color: var(--ink-700); }.question-guide-grid ol { margin: 0; padding: 0; border-top: 1px solid var(--sage-300); list-style: none; }.question-guide-grid li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--sage-300); font-size: 13px; font-weight: 650; }.question-guide-grid li span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: var(--white); background: var(--forest-700); font-size: 10px; }.simple-cta { padding: 65px 0; color: var(--white); background: var(--forest-950); }.simple-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }.simple-cta h2 { margin-bottom: 8px; color: var(--cream-50); font-size: 40px; }.simple-cta p { margin: 0; color: rgba(255,255,255,.55); }

.legal-section { padding: 80px 0 110px; }.legal-layout { display: grid; grid-template-columns: 235px 1fr; align-items: start; gap: 90px; max-width: 1040px; }.legal-layout aside { position: sticky; top: 115px; display: flex; padding: 19px 0; flex-direction: column; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }.legal-layout aside strong { margin-bottom: 11px; color: var(--forest-950); font-size: 11px; }.legal-layout aside a { padding: 6px 0; color: var(--ink-500); font-size: 10px; text-decoration: none; }.legal-copy { max-width: 760px; }.legal-intro { color: var(--ink-700); font-family: var(--serif); font-size: 24px !important; line-height: 1.5 !important; }.legal-copy h2 { margin: 43px 0 13px; padding-top: 5px; font-size: 28px; letter-spacing: -.025em; }.legal-copy p, .legal-copy li { color: var(--ink-700); font-size: 13px; line-height: 1.8; }.legal-copy a { color: var(--forest-700); font-weight: 700; }.contact-section { min-height: 680px; padding: 110px 0; color: var(--white); background: var(--forest-900); }.contact-grid { display: grid; grid-template-columns: 1.1fr .7fr; align-items: center; gap: 100px; }.contact-grid h1 { max-width: 700px; margin: 17px 0 25px; color: var(--cream-50); font-size: clamp(50px, 6vw, 78px); }.contact-grid > div:first-child p { max-width: 650px; color: rgba(255,255,255,.68); font-size: 17px; }.contact-card { padding: 38px; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: rgba(255,255,255,.07); box-shadow: var(--shadow-lg); }.contact-card > span { color: #f1b299; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.contact-card > a { display: block; margin: 7px 0 16px; color: var(--cream-50); font-family: var(--serif); font-size: 26px; text-decoration: none; }.contact-card p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; }.contact-card hr { height: 1px; margin: 27px 0; border: 0; background: rgba(255,255,255,.12); }

/* Admin */
.admin-page .site-nav, .admin-page .nav-toggle, .admin-page .site-footer { display: none; }
.admin-login-section { display: grid; min-height: 650px; padding: 80px 20px; place-items: center; background: var(--sage-100); }.admin-login-card { width: min(100%, 440px); padding: 39px; border-radius: 25px; background: var(--white); box-shadow: var(--shadow-lg); }.admin-login-card h1 { margin: 10px 0 8px; font-size: 45px; }.admin-login-card > p { color: var(--ink-500); font-size: 12px; }.admin-login-card form { display: grid; gap: 15px; margin-top: 26px; }.admin-login-card label { color: var(--ink-700); font-size: 11px; font-weight: 750; }.admin-login-card input { width: 100%; height: 47px; margin-top: 5px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 9px; }.admin-error { padding: 10px 12px; border-radius: 8px; color: var(--error); background: #fff0ed; font-size: 11px; }
.admin-section { min-height: calc(100vh - 79px); padding: 64px 0 100px; background: #f3f6f4; }
.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.admin-heading h1 { margin: 10px 0 5px; font-size: 50px; }
.admin-heading p { margin: 0; color: var(--ink-500); font-size: 13px; }
.admin-actions { display: flex; align-items: center; gap: 9px; }
.admin-actions form { margin: 0; }
.admin-actions svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.admin-summary { display: flex; min-height: 72px; align-items: center; gap: 28px; margin-bottom: 22px; padding: 14px 19px; border: 1px solid rgba(18, 55, 47, .09); border-radius: 15px; background: rgba(255, 255, 255, .72); }
.admin-summary-count { display: flex; align-items: baseline; gap: 8px; }
.admin-summary-count strong { color: var(--forest-950); font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1; }
.admin-summary-count span, .admin-summary-new, .admin-summary p { color: var(--ink-500); font-size: 11px; }
.admin-summary-new { display: flex; align-items: center; gap: 6px; padding-left: 28px; border-left: 1px solid var(--border); }
.admin-summary-new span { width: 7px; height: 7px; border-radius: 50%; background: var(--clay-500); box-shadow: 0 0 0 4px var(--clay-100); }
.admin-summary-new strong { color: var(--ink-900); font-size: 13px; }
.admin-summary p { margin: 0 0 0 auto; }
.lead-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 440px), 1fr)); gap: 20px; }
.lead-card { position: relative; display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--border); border-radius: 20px; background: var(--white); box-shadow: 0 10px 34px rgba(12, 42, 36, .065); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.lead-card::before { position: absolute; inset: 0 auto 0 0; width: 3px; content: ""; background: var(--clay-500); }
.lead-card:hover { transform: translateY(-2px); border-color: var(--sage-300); box-shadow: 0 16px 42px rgba(12, 42, 36, .1); }
.lead-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 21px 22px 17px; border-bottom: 1px solid #edf0ee; }
.lead-identity { display: flex; min-width: 0; align-items: center; gap: 12px; }
.lead-avatar { display: grid; width: 43px; height: 43px; flex: 0 0 43px; place-items: center; border-radius: 13px; color: var(--forest-800); background: var(--sage-100); font-size: 12px; font-weight: 850; letter-spacing: .04em; }
.lead-identity h2 { overflow: hidden; margin: 0 0 3px; color: var(--forest-950); font-family: var(--sans); font-size: 16px; font-weight: 780; letter-spacing: -.015em; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.lead-identity p { margin: 0; color: var(--ink-500); font-size: 10px; line-height: 1.4; }
.lead-status { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; margin-top: 2px; padding: 5px 9px; border-radius: 999px; color: var(--forest-700); background: #edf5f1; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.lead-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--forest-700); }
.lead-status-nouvelle { color: #9b402f; background: var(--clay-100); }
.lead-status-nouvelle i { background: var(--clay-500); }
.lead-project { padding: 20px 22px 18px; }
.lead-project > span { display: inline-flex; padding: 4px 9px; border-radius: 7px; color: var(--forest-800); background: var(--sage-100); font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.lead-project h3 { margin: 12px 0 2px; color: var(--forest-950); font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: -.03em; line-height: 1.2; }
.lead-project p { margin: 0; color: var(--ink-500); font-size: 11px; }
.lead-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0 22px; border-top: 1px solid #edf0ee; border-left: 1px solid #edf0ee; }
.lead-facts > div { min-width: 0; min-height: 68px; padding: 11px 13px; border-right: 1px solid #edf0ee; border-bottom: 1px solid #edf0ee; }
.lead-facts dt { margin-bottom: 3px; color: var(--ink-500); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.lead-facts dd { margin: 0; overflow-wrap: anywhere; color: var(--ink-900); font-size: 11px; font-weight: 700; line-height: 1.35; }
.lead-note { margin: 18px 22px 0; padding: 13px 14px; border-radius: 11px; background: var(--cream-100); }
.lead-note span { display: block; margin-bottom: 4px; color: var(--ink-500); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.lead-note p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--ink-700); font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.lead-contact-actions { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9px; margin-top: auto; padding: 20px 22px 16px; }
.lead-contact-actions a { display: flex; min-width: 0; min-height: 54px; align-items: center; gap: 10px; padding: 9px 12px; overflow: hidden; border: 1px solid var(--border); border-radius: 12px; color: var(--forest-800); background: var(--white); text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.lead-contact-actions a:hover { border-color: var(--sage-500); background: #f5f9f7; }
.lead-contact-actions a.lead-contact-primary { border-color: var(--forest-800); color: var(--white); background: var(--forest-800); }
.lead-contact-actions a.lead-contact-primary:hover { background: var(--forest-700); }
.lead-contact-actions > :only-child { grid-column: 1 / -1; }
.lead-contact-actions svg { width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.lead-contact-actions span { min-width: 0; overflow: hidden; font-size: 10px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.lead-contact-actions small { display: block; margin-bottom: 1px; color: currentColor; font-size: 8px; font-weight: 600; opacity: .65; }
.lead-card-footer { display: flex; min-height: 39px; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 22px 10px; border-top: 1px solid #edf0ee; color: var(--ink-500); font-size: 8px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.lead-card-footer span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-empty-state { padding: 75px 30px; border: 1px dashed var(--sage-300); border-radius: 20px; background: rgba(255, 255, 255, .72); text-align: center; }
.admin-empty-state > span { display: grid; width: 50px; height: 50px; margin: 0 auto 17px; place-items: center; border-radius: 15px; color: var(--forest-700); background: var(--sage-100); font-family: var(--serif); font-size: 24px; }
.admin-empty-state h2 { margin-bottom: 8px; font-size: 29px; }
.admin-empty-state p { margin: 0; color: var(--ink-500); font-size: 12px; }

@media (max-width: 1080px) {
  .site-nav { gap: 18px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 410px; gap: 20px; }
  .hero-copy { padding-inline: 38px; }.hero-copy h1 { font-size: 57px; }
  .comparison-grid, .promise-grid { gap: 60px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; top: 78px; right: 0; bottom: 0; left: 0; display: flex; visibility: hidden; padding: 35px 24px; transform: translateY(-10px); flex-direction: column; align-items: stretch; gap: 0; background: var(--cream-50); opacity: 0; transition: .2s ease; }
  .site-nav.is-open { visibility: visible; transform: none; opacity: 1; }
  .site-nav a { padding: 17px 5px; border-bottom: 1px solid var(--border); font-size: 17px; }
  .site-nav .nav-cta { margin-top: 20px; padding: 15px 18px; text-align: center; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }.hero-story { min-height: auto; }.hero-copy { max-width: 760px; }.hero-photo { display: none; }.hero-start-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 23px; padding: 13px 17px; border-radius: 10px; color: var(--forest-950); background: var(--cream-50); font-size: 12px; font-weight: 850; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.14); }.form-shell { max-width: 670px; margin-inline: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid > div { border-bottom: 1px solid #ded8c9; }.trust-grid > div:nth-child(2) { border-right: 0; }.trust-grid > div:first-child, .trust-grid > div:nth-child(3) { padding-left: 18px; }.trust-grid > div:last-child { border-bottom: 0; }.trust-grid > div:nth-child(3) { border-bottom: 0; }
  .comparison-grid, .promise-grid, .faq-grid, .confirmation-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .comparison-visual { max-width: 560px; margin-inline: auto; }.audience-grid { grid-template-columns: 1fr; }.audience-card { min-height: 480px; }
  .process-heading { grid-template-columns: 1fr; gap: 20px; }.process-grid { grid-template-columns: 1fr; }.process-grid article { min-height: 0; padding: 25px 0 30px !important; border-right: 0 !important; }.process-grid article:not(:first-child) .process-dot { left: -1px; }.process-index { margin-bottom: 25px; }
  .promise-card { width: min(100%, 530px); margin-inline: auto; }.faq-intro { position: static; }
  .final-cta-card { align-items: flex-start; flex-direction: column; }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-contact { grid-column: 2 / span 2; }.footer-brand-block { grid-row: span 2; }
  .confirmation-section { background: var(--cream-50); }.confirmation-aside { max-width: 520px; }.question-guide-grid, .legal-layout { grid-template-columns: 1fr; gap: 55px; }.legal-layout aside { position: static; }.contact-grid { align-items: start; }.contact-card { max-width: 620px; }
  .city-hero-grid, .city-local-grid, .city-neighborhood-grid { grid-template-columns: 1fr; gap: 60px; }.city-selection-card { max-width: 570px; }.city-map-card { width: min(100%, 520px); }.city-criteria-grid { grid-template-columns: repeat(2, 1fr); }.city-criteria-grid article { min-height: 200px; border-bottom: 1px solid var(--sage-300); }.city-criteria-grid article:nth-child(2n) { border-right: 0; }.city-criteria-grid article:last-child { grid-column: span 2; }.city-related-grid { grid-template-columns: repeat(2, 1fr); }.city-directory-heading, .city-directory-regions { grid-template-columns: 1fr; }.city-directory-heading { gap: 24px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 68px; }.site-nav { top: 68px; }.brand-mark { width: 37px; height: 37px; flex-basis: 37px; }.brand-mark svg { width: 24px; }.brand-copy strong { font-size: 17px; }.brand-copy small { font-size: 12px; }
  .section { padding: 76px 0; } h2 { font-size: 39px; }.section-heading { margin-bottom: 38px; }
  .hero-section { padding: 14px 0 32px; }.hero-grid { gap: 15px; }.hero-story { border-radius: 22px; }.hero-copy { padding: 28px 22px 26px; }.hero-copy h1 { margin-top: 12px; font-size: 39px; }.hero-copy > p { margin-bottom: 18px; font-size: 14px; line-height: 1.5; }.hero-points { display: grid; gap: 7px; font-size: 12px; }.hero-start-link { width: 100%; justify-content: center; margin-top: 20px; }.form-shell { padding: 25px 19px 21px; border-radius: 22px; }.form-heading h2 { font-size: 28px; }.form-heading p { margin-bottom: 18px; }
  .project-choice-grid { grid-template-columns: 1fr; }.choice-card, .choice-card-wide { grid-column: auto; min-height: 93px; display: grid; grid-template-columns: 48px 1fr; align-content: center; justify-content: start; padding: 13px 34px 13px 18px; text-align: left; }.choice-card .choice-icon { grid-row: span 2; margin: 0 10px 0 0; }.form-field-row { grid-template-columns: 1fr; gap: 0; }.form-actions { align-items: stretch; flex-direction: column-reverse; }.form-button-back { min-height: 38px; }.submission-terms { font-size: 8.5px; }
  .trust-grid > div { min-height: 95px; padding: 17px 12px !important; }.trust-grid > div > span { min-width: 36px; font-size: 25px; }.trust-grid strong { font-size: 10px; }.trust-grid small { font-size: 8px; }
  .comparison-grid { gap: 50px; }.comparison-list { grid-template-columns: 1fr; }.comparison-list article:last-child { grid-column: auto; }.comparison-visual { padding: 18px; box-shadow: 9px 12px 0 var(--sage-100), var(--shadow-sm); }.visual-topline small { display: none; }.broker-row { grid-template-columns: 38px 1fr 52px 20px; gap: 8px; }.avatar { width: 38px; height: 38px; }.match-bars b { width: 13px; }
  .audience-card { min-height: 0; padding: 32px 25px; }.audience-number { font-size: 54px; }.audience-card h3 { font-size: 31px; }.process-heading { margin-bottom: 42px; }.process-cta { align-items: stretch; flex-direction: column; text-align: center; }
  .promise-card { min-height: 370px; }.promise-card::before { width: 290px; height: 290px; }.promise-card::after { width: 215px; height: 215px; }.promise-seal { width: 125px; height: 125px; }.promise-seal b { font-size: 60px; }.promise-copy > p { font-size: 15px; }
  .faq-list summary { min-height: 75px; font-size: 18px; }.faq-list details p { margin-right: 0; }.final-cta-section { padding-bottom: 55px; }.final-cta-card { min-height: 0; padding: 38px 26px; border-radius: 22px; }.final-cta-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }.footer-brand-block { grid-column: span 2; grid-row: auto; }.footer-contact { grid-column: span 2; }.footer-bottom { flex-direction: column; gap: 8px; }
  .confirmation-section { padding: 60px 0; }.confirmation-grid { gap: 50px; }.confirmation-main h1 { font-size: 49px; }.next-steps-card { padding: 19px; }.confirmation-aside { padding: 30px 24px; }.page-hero, .legal-hero { padding: 70px 0; }.page-hero h1, .legal-hero h1 { font-size: 48px; }.detail-process-list article { grid-template-columns: 52px 1fr; gap: 17px; }.detail-process-list article > span { font-size: 25px; }.detail-process-list h2 { font-size: 31px; }.question-guide-grid { gap: 35px; }.simple-cta .container { align-items: flex-start; flex-direction: column; }.simple-cta .button { width: 100%; }
  .legal-section { padding: 60px 0 80px; }.legal-intro { font-size: 21px !important; }.contact-section { padding: 70px 0; }.contact-grid h1 { font-size: 49px; }.contact-card { padding: 28px 23px; }.contact-card > a { font-size: 20px; overflow-wrap: anywhere; }
  .admin-section { padding: 48px 0 75px; }.admin-heading { align-items: flex-start; flex-direction: column; }.admin-heading h1 { font-size: 43px; }.admin-actions { width: 100%; flex-wrap: wrap; }.admin-login-card { padding: 28px 22px; }.admin-summary { align-items: flex-start; flex-wrap: wrap; gap: 11px 20px; }.admin-summary-new { padding-left: 20px; }.admin-summary p { width: 100%; margin-left: 0; }.lead-card-header { gap: 10px; }.lead-contact-actions { grid-template-columns: 1fr; }
  .city-hero-section { padding: 28px 0 50px; }.city-breadcrumb { margin-bottom: 32px; }.city-hero-copy h1 { font-size: 49px; }.city-hero-copy > p { font-size: 15px; }.city-quick-start { padding: 13px; }.city-quick-options { grid-template-columns: 1fr; }.city-quick-options a { min-height: 49px; }.city-quick-both { margin-left: 2px; }.city-selection-card { padding: 22px 18px; }.city-trust-strip .container { grid-template-columns: 1fr; }.city-trust-strip .container > div { min-height: 83px; justify-content: flex-start; padding-left: 25px; border-right: 0; border-bottom: 1px solid #ded8c9; }.city-trust-strip .container > div:last-child { border-bottom: 0; }.city-local-grid { gap: 45px; }.city-map-card { min-height: 345px; }.city-criteria-grid { grid-template-columns: 1fr; }.city-criteria-grid article, .city-criteria-grid article:nth-child(2n) { min-height: 0; padding: 22px 5px; border-right: 0; }.city-criteria-grid article:last-child { grid-column: auto; }.city-criteria-grid h3 { margin: 22px 0 7px; }.city-neighborhood-grid { gap: 35px; }.city-neighborhood-grid ul, .city-project-grid, .city-related-grid { grid-template-columns: 1fr; }.city-project-grid article { padding: 30px 24px; }.city-related-section { padding: 70px 0; }.city-directory-hero h1 { font-size: 44px; }.city-directory-section { padding: 66px 0 78px; }.city-directory-regions { margin-top: 30px; }.city-directory-regions > section { padding: 21px 17px; }.city-directory-regions section > div { grid-template-columns: 1fr; }.city-directory-cta { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 640px) {
  .cookie-consent { right: 12px; bottom: 12px; left: 12px; align-items: stretch; flex-direction: column; gap: 14px; padding: 17px; }
  .cookie-consent-actions { width: 100%; }
  .cookie-button { flex: 1; }
}

.legal-copy h3 { margin: 27px 0 7px; color: var(--forest-950); font-family: var(--sans); font-size: 15px; line-height: 1.4; }
.legal-copy code { padding: 2px 5px; border-radius: 4px; background: var(--sage-100); font-size: .9em; overflow-wrap: anywhere; }
