:root {
  color-scheme: dark;
  --bg: #091016;
  --panel: #101a22;
  --panel-strong: #15232d;
  --ink: #f5f1e8;
  --muted: #aeb8bd;
  --line: rgba(231, 237, 232, .15);
  --accent: #d6ee80;
  --accent-ink: #10150f;
  --secondary: #7ca6b8;
  --warm: #d6905d;
  --shadow: 0 28px 90px rgba(0, 0, 0, .34);
}

html[data-market="burlington"] {
  --bg: #08121a;
  --panel: #101e27;
  --panel-strong: #142934;
  --accent: #d7ef7b;
  --secondary: #75a8be;
  --warm: #b9574d;
}

html[data-market="mount-vernon"] {
  --bg: #0d1113;
  --panel: #171c1e;
  --panel-strong: #1d2828;
  --accent: #f0c46c;
  --secondary: #5ba4a2;
  --warm: #cb7256;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 9% 0%, color-mix(in srgb, var(--secondary) 22%, transparent), transparent 34rem),
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 94%, white 6%), var(--bg) 35rem);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; }
img { max-width: 100%; }
button, input { font: inherit; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 30;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 850;
}
.skip-link:focus { transform: translateY(0); }

.page-shell { width: min(1420px, calc(100% - 56px)); margin: 0 auto; }
.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.wordmark-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 12px;
  letter-spacing: 0;
}
.market-nav { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.market-nav a {
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #b9c1c3;
  text-decoration: none;
  font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.market-nav a:hover, .market-nav a[aria-current="page"] { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.045); }

.root-hero { padding: clamp(50px, 8vw, 105px) 0 58px; text-align: center; }
.root-hero .eyebrow { justify-content: center; }
.root-hero h1 { max-width: 990px; margin-inline: auto; }
.root-lede { max-width: 790px; margin: 26px auto 34px; color: #c8d0d2; font-size: clamp(18px, 2vw, 25px); line-height: 1.5; }
.root-art {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.root-art img { display: block; width: 100%; aspect-ratio: 3 / 1.48; object-fit: cover; }
.root-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(6,10,13,.74)); pointer-events: none; }
.art-disclosure { margin: 8px 0 0; color: #7f8b90; font-size: 11px; }

.city-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 940px; margin: 34px auto 0; text-align: left; }
.city-choice {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 200px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(19,29,35,.9);
  text-decoration: none;
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
}
.city-choice:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--accent) 55%, transparent); }
.city-choice .choice-label { color: var(--accent); font: 750 10px ui-monospace, monospace; letter-spacing: .14em; text-transform: uppercase; }
.city-choice strong { font-size: clamp(29px, 3vw, 43px); line-height: 1; letter-spacing: -.045em; }
.city-choice p { margin: 0; color: #afb9bc; line-height: 1.55; }
.city-choice .choice-cta { margin-top: auto; color: var(--ink); font-weight: 800; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--accent);
  font: 800 11px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow span { width: 42px; height: 2px; background: var(--accent); }
h1 { max-width: 100%; margin: 0; overflow-wrap: anywhere; font-size: clamp(54px, 6.2vw, 92px); line-height: .94; letter-spacing: -.065em; }
h1 em { display: block; color: var(--accent); font-style: normal; }
.supporting-line { max-width: 780px; margin: 24px 0 20px; color: #d4dcdd; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.5; }
.local-line { max-width: 740px; margin: 0 0 28px; padding-left: 15px; border-left: 3px solid var(--warm); color: #aeb9bc; font-size: 14px; line-height: 1.55; }

.campaign-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, .72fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
  padding: 54px 0 46px;
}
.campaign-hero > * { min-width: 0; }
.hero-copy { min-width: 0; padding-top: 26px; }
.city-visual {
  position: relative;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.city-visual img { display: block; width: 100%; height: 270px; object-fit: cover; }
.market-burlington .city-visual img { object-position: 18% center; }
.market-mount-vernon .city-visual img { object-position: 83% center; }
.city-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(5,8,10,.68)); pointer-events: none; }
.city-visual figcaption { position: absolute; z-index: 1; left: 15px; bottom: 12px; color: rgba(255,255,255,.75); font-size: 10px; letter-spacing: .04em; }

.proof-gallery { display: grid; grid-template-columns: 1.55fr .9fr; gap: 11px; }
.proof-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 11px; }
.proof-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  box-shadow: 0 18px 50px rgba(0,0,0,.2);
}
.proof-card img { display: block; width: 100%; height: 100%; min-height: 122px; object-fit: cover; object-position: top center; }
.proof-card-main img { min-height: 255px; }
.proof-card figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 9px;
  border-radius: 8px;
  background: rgba(7, 12, 16, .88);
  backdrop-filter: blur(8px);
  color: #e7eceb;
  font-size: 10px;
}
.proof-card figcaption span { color: var(--accent); font: 750 8px ui-monospace, monospace; letter-spacing: .08em; }
.example-note { margin: 10px 2px 0; color: #829096; font-size: 11px; line-height: 1.45; }

.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 0; margin: 14px 0 0; list-style: none; }
.facts li { display: grid; gap: 2px; padding: 12px 13px; border-top: 1px solid var(--line); color: #9eaaad; font-size: 11px; }
.facts strong { color: var(--ink); font-size: 17px; }

.intake-card {
  position: sticky;
  top: 22px;
  min-width: 0;
  width: 100%;
  padding: clamp(26px, 3vw, 39px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--secondary) 38%, var(--line));
  border-radius: 27px;
  background: rgba(17, 27, 34, .96);
  box-shadow: var(--shadow);
}
.intake-card::before { content: ""; position: absolute; top: -100px; right: -100px; width: 260px; height: 260px; border-radius: 50%; background: color-mix(in srgb, var(--secondary) 24%, transparent); filter: blur(10px); pointer-events: none; }
.intake-kicker { position: relative; display: flex; align-items: center; gap: 8px; color: var(--accent); font: 800 10px ui-monospace, monospace; letter-spacing: .14em; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 13%, transparent); }
h2 { position: relative; margin: 20px 0 8px; font-size: clamp(35px, 3vw, 48px); line-height: 1; letter-spacing: -.045em; }
.intake-meta { position: relative; margin: 0 0 20px; color: var(--muted); font-size: 12px; }
.intake-meta span { color: var(--secondary); margin: 0 5px; }
.offer-promise { position: relative; margin: 0 0 21px; padding: 13px 14px; border-left: 3px solid var(--accent); background: color-mix(in srgb, var(--accent) 7%, transparent); color: #dce3df; font-size: 12px; font-weight: 650; line-height: 1.55; }
form { position: relative; display: grid; gap: 13px; }
label { display: grid; grid-template-columns: 1fr auto; gap: 7px; color: #b8c1c2; font: 750 9px ui-monospace, monospace; letter-spacing: .1em; }
label input { grid-column: 1 / -1; }
.required { color: var(--accent); font-size: 8px; font-weight: 500; }
.optional { color: #738085; font-weight: 500; }
input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid #40505a; border-radius: 10px; outline: 0; background: #091117; color: var(--ink); font-size: 15px; }
input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 13%, transparent); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.consent { display: flex; align-items: flex-start; gap: 9px; line-height: 1.45; letter-spacing: .01em; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; accent-color: var(--accent); }
.consent a { color: var(--accent); }
button { min-height: 58px; border: 0; border-radius: 12px; background: var(--accent); color: var(--accent-ink); font-size: 12px; font-weight: 900; letter-spacing: .075em; cursor: pointer; box-shadow: 0 12px 32px color-mix(in srgb, var(--accent) 13%, transparent); }
button:disabled { cursor: wait; opacity: .68; }
button span { margin-left: 8px; font-size: 18px; }
.compact-offer { margin: -2px 0 0; color: #c9d0cf; font-size: 10px; font-weight: 700; line-height: 1.5; text-align: center; }
.reassurance { margin: 14px 0 17px; color: #8f9a9d; font-size: 11px; text-align: center; }
.safety-strip { display: flex; justify-content: space-between; gap: 8px; padding-top: 15px; border-top: 1px solid var(--line); color: #717d81; font: 700 7px ui-monospace, monospace; letter-spacing: .07em; }
.form-trap, .response-frame { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { min-height: 17px; margin: -4px 0 0; color: #f0bdbd; font-size: 12px; line-height: 1.45; }
.success-panel { display: none; padding: 21px; border: 1px solid color-mix(in srgb, var(--accent) 38%, transparent); border-radius: 14px; background: color-mix(in srgb, var(--accent) 8%, transparent); }
.success-panel .success-check { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 12px; border-radius: 50%; background: var(--accent); color: var(--accent-ink); font-size: 20px; font-weight: 900; }
.success-panel p { margin: 0 0 8px; color: #c5cece; font-size: 13px; line-height: 1.52; }
.success-panel h3 { margin: 0 0 9px; color: var(--ink); font-size: 23px; line-height: 1.08; letter-spacing: -.03em; }
form.is-complete > :not(.success-panel) { display: none; }
form.is-complete .success-panel { display: block; }

.process-section { margin: 22px 0 54px; padding: clamp(30px, 5vw, 60px); border: 1px solid var(--line); border-radius: 26px; background: rgba(14,23,28,.82); }
.section-label { margin: 0 0 15px; color: var(--accent); font: 800 10px ui-monospace, monospace; letter-spacing: .14em; text-transform: uppercase; }
.process-section h2 { max-width: 740px; margin-top: 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.process-card { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); }
.process-card b { display: block; margin-bottom: 15px; color: var(--accent); font: 800 10px ui-monospace, monospace; letter-spacing: .12em; }
.process-card h3 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.025em; }
.process-card p { margin: 0; color: #9facaf; font-size: 13px; line-height: 1.55; }

.scope-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; margin: 0 0 54px; }
.scope-intro { padding: 26px; border-radius: 20px; background: var(--panel-strong); }
.scope-intro h2 { margin-top: 0; }
.scope-intro p { color: #a9b4b5; line-height: 1.6; }
.scope-intro a { color: var(--accent); font-weight: 750; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.02); }
.faq-list summary { padding: 18px 20px; cursor: pointer; font-weight: 760; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { margin: 0; padding: 0 20px 19px; color: #aab5b7; line-height: 1.6; }

.legal-page { max-width: 860px; padding: 60px 0 80px; }
.legal-page h1 { font-size: clamp(48px, 7vw, 78px); }
.legal-page h2 { margin-top: 36px; font-size: 28px; }
.legal-page p, .legal-page li { color: #b7c0c1; line-height: 1.7; }
.legal-page .notice { padding: 18px 20px; border-left: 3px solid var(--accent); background: color-mix(in srgb, var(--accent) 7%, transparent); }

footer { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: #778286; font-size: 11px; }
footer nav { display: flex; gap: 18px; }
footer a { color: #a2adaf; }

@media (max-width: 1020px) {
  .page-shell { width: min(790px, calc(100% - 34px)); }
  .campaign-hero { grid-template-columns: 1fr; }
  .intake-card { position: relative; top: auto; }
  .scope-section { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .page-shell { width: calc(100% - 28px); }
  .site-header { min-height: 72px; }
  .wordmark > span:last-child { display: none; }
  .market-nav { gap: 4px; }
  .market-nav a { padding: 7px 6px; font-size: 7px; letter-spacing: .07em; }
  .root-hero { padding-top: 40px; }
  .city-choices { grid-template-columns: 1fr; }
  .campaign-hero { padding-top: 36px; gap: 26px; }
  .hero-copy { padding-top: 0; }
  h1 { font-size: clamp(42px, 12.5vw, 60px); letter-spacing: -.055em; }
  .supporting-line, .local-line { max-width: 100%; overflow-wrap: anywhere; }
  .supporting-line { font-size: 18px; }
  .city-visual img { height: 215px; }
  .proof-gallery { grid-template-columns: 1fr; }
  .proof-stack { display: none; }
  .proof-card-main img { min-height: 220px; }
  .facts { grid-template-columns: 1fr; gap: 0; }
  .field-row { grid-template-columns: 1fr; }
  .safety-strip { flex-wrap: wrap; }
  .process-grid { grid-template-columns: 1fr; }
  .process-section { padding: 26px 20px; }
  footer { align-items: flex-start; flex-direction: column; padding: 22px 0; }
}


