:root {
  --ink: #17322d;
  --ink-strong: #0c2924;
  --green: #176d5b;
  --green-bright: #2e8b73;
  --green-pale: #dfece6;
  --cream: #f4f1e9;
  --paper: #fffdf8;
  --orange: #dc7242;
  --orange-dark: #b8522b;
  --line: #cfdad3;
  --muted: #61736d;
  --white: #fff;
  --shadow: 0 24px 70px rgba(18, 59, 52, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.site-header {
  width: min(1220px, calc(100% - 40px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand > span:last-child { display: grid; line-height: 1.04; }
.brand strong { font-size: 23px; letter-spacing: -.04em; color: var(--ink-strong); }
.brand small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 38px; height: 38px; position: relative; display: block; transform: rotate(-2deg); }
.brand-mark i { position: absolute; display: block; border: 2px solid var(--green); background: var(--green-pale); transform: rotate(30deg) skewY(-8deg); }
.brand-mark i:nth-child(1) { inset: 4px 13px 17px 2px; }
.brand-mark i:nth-child(2) { inset: 13px 4px 7px 13px; background: #f7c9ab; border-color: var(--orange); }
.brand-mark i:nth-child(3) { inset: 17px 17px 2px 2px; background: #b8d8ca; }
.site-header nav { display: flex; gap: 26px; align-items: center; }
.site-header nav a { color: #405c54; font-size: 14px; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { color: var(--green); }

main { overflow: hidden; }
.hero {
  min-height: 705px;
  padding: 75px max(24px, calc((100vw - 1220px) / 2)) 68px;
  background:
    radial-gradient(circle at 92% 22%, rgba(255,255,255,.66) 0 7%, transparent 23%),
    linear-gradient(118deg, var(--cream) 0 61%, #dfe9e1 61% 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 68px;
  align-items: center;
  position: relative;
}
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(23,109,91,.12); }
.hero::before { width: 380px; height: 380px; right: -170px; top: -80px; }
.hero::after { width: 210px; height: 210px; left: -100px; bottom: -110px; }
.eyebrow { margin: 0 0 17px; color: var(--green); font-weight: 850; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow span, .offer-kicker span { display: inline-block; width: 28px; height: 2px; margin: 0 9px 3px 0; background: var(--orange); }
h1, h2, h3, p { overflow-wrap: anywhere; }
.hero h1 { max-width: 720px; margin: 0; color: var(--ink-strong); font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 5.3vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.hero h1 em { color: var(--green); font-weight: 500; }
.hero-lead { max-width: 680px; margin: 29px 0 30px; color: #445d56; font-size: 18px; line-height: 1.62; }
.address-search { max-width: 760px; }
.address-search > label { display: block; margin-bottom: 9px; color: var(--ink-strong); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.search-row { padding: 7px; display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; gap: 8px; align-items: center; background: var(--white); border: 1px solid #d4dbd5; border-radius: 12px; box-shadow: 0 15px 40px rgba(30, 67, 58, .12); }
.search-row input { min-width: 0; width: 100%; height: 52px; border: 0; outline: 0; color: var(--ink-strong); background: transparent; font-size: 15px; }
.search-row input::placeholder { color: #819089; }
.search-row button, .primary-button { border: 0; border-radius: 8px; color: var(--white); background: var(--orange); padding: 17px 22px; font-weight: 850; cursor: pointer; text-decoration: none; text-align: center; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.search-row button:hover, .primary-button:hover { background: var(--orange-dark); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(184,82,43,.2); }
.search-row button:disabled, .primary-button:disabled { cursor: wait; opacity: .65; transform: none; box-shadow: none; }
.pin-icon { width: 17px; height: 21px; border: 2px solid var(--green); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); justify-self: center; position: relative; }
.pin-icon::after { content: ""; position: absolute; width: 5px; height: 5px; background: var(--green); border-radius: 50%; left: 4px; top: 4px; }
.search-help { margin: 11px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 27px; color: #3e5b53; font-size: 12px; font-weight: 750; }
.trust-row i { display: inline-grid; width: 19px; height: 19px; margin-right: 5px; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font-style: normal; font-size: 11px; }

.hero-visual { min-height: 500px; position: relative; }
.map-illustration { position: absolute; inset: 0 0 38px 20px; border-radius: 52% 48% 44% 56% / 40% 44% 56% 60%; background: #edf2ed; box-shadow: inset 0 0 0 1px rgba(23,109,91,.1), var(--shadow); overflow: hidden; }
.map-illustration svg { width: 100%; height: 100%; }
.map-illustration .parcel { fill: #d9e3db; stroke: #8ba89d; stroke-width: 2; }
.map-illustration .parcel.active { fill: #b8d8ca; stroke: var(--green); stroke-width: 5; filter: drop-shadow(0 6px 10px rgba(23,109,91,.2)); }
.map-illustration .road { fill: none; stroke: #f5eee2; stroke-width: 52; }
.map-illustration .building { fill: #dfaa88; stroke: #b76940; stroke-width: 2; }
.map-badge { position: absolute; left: 42px; bottom: 45px; padding: 13px 18px 13px 48px; background: rgba(255,255,255,.93); border: 1px solid #dbe3dd; border-radius: 10px; box-shadow: 0 12px 35px rgba(23,50,45,.14); display: grid; }
.map-badge > span { position: absolute; left: 16px; top: 17px; width: 20px; height: 24px; border: 2px solid var(--green); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.map-badge b { font-size: 12px; }
.map-badge small { color: var(--muted); font-size: 10px; margin-top: 3px; }
.report-peek { position: absolute; right: -22px; bottom: 0; width: 270px; padding: 25px; background: var(--ink-strong); color: var(--white); border-radius: 7px; box-shadow: 0 20px 45px rgba(12,41,36,.25); }
.report-peek .report-label { color: #91c6b7; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.report-peek b { display: block; margin: 10px 0 14px; font-family: Georgia, serif; font-weight: 500; font-size: 21px; line-height: 1.17; }
.report-peek ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; color: #d2e2dc; font-size: 11px; }
.report-peek li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 8px 2px 0; border-radius: 50%; background: var(--orange); }

.search-results, .parcel-selection, .content-section, .process-section, .faq-section, .offer-map-section, .offer-includes { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.search-results { padding: 88px 0 42px; }
.section-heading { max-width: 690px; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 25px; }
.section-heading h2 { margin: 0; color: var(--ink-strong); font-family: Georgia, serif; font-size: clamp(37px, 4vw, 55px); line-height: 1.05; letter-spacing: -.04em; font-weight: 500; }
.section-heading p:not(.eyebrow) { margin: 16px 0 0; color: var(--muted); line-height: 1.65; }
.parcel-result-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(205px, 1fr)); gap: 12px; }
.parcel-result-card { min-height: 174px; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 12px; cursor: pointer; transition: border .18s, transform .18s, box-shadow .18s; }
.parcel-result-card:hover, .parcel-result-card.selected { border-color: var(--green); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(23,109,91,.1); }
.parcel-result-card.selected { background: #f2f8f5; }
.parcel-result-top { color: var(--green); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.parcel-result-card strong { margin: 15px 0 5px; font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.parcel-result-card small { color: var(--muted); line-height: 1.4; }
.parcel-result-card em { margin-top: auto; color: var(--orange-dark); font-size: 11px; font-style: normal; font-weight: 850; }
.parcel-result-card.loading { opacity: .55; }

.parcel-selection { margin-top: 42px; margin-bottom: 90px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); border: 1px solid var(--line); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; scroll-margin-top: 25px; }
.selection-map { min-height: 520px; background: #eaf0eb; border-right: 1px solid var(--line); }
.selection-copy { padding: 48px; }
.selection-copy h2 { margin: 0; color: var(--ink-strong); font-family: Georgia, serif; font-size: 38px; font-weight: 500; letter-spacing: -.03em; }
.selection-place, .offer-place { margin: 7px 0 26px; color: var(--muted); font-size: 17px; }
.parcel-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: 1px; background: var(--line); border: 1px solid var(--line); }
.parcel-facts div { padding: 15px; background: var(--paper); }
.parcel-facts dt { color: var(--muted); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.parcel-facts dd { margin: 7px 0 0; color: var(--ink-strong); font-weight: 850; }
.neighbor-note { position: relative; margin: 24px 0; padding: 2px 0 2px 38px; display: grid; }
.neighbor-note > span { position: absolute; left: 0; top: 3px; width: 25px; height: 25px; background: var(--green-pale); border: 2px solid var(--green); transform: rotate(18deg); }
.neighbor-note b { font-size: 12px; }
.neighbor-note small { margin-top: 4px; color: var(--muted); line-height: 1.45; }
.parcel-group-selector { margin: 24px 0 8px; padding: 18px; border: 1px solid var(--line); background: #f7faf8; }
.parcel-group-selector legend { padding: 0 7px; color: var(--ink-strong); font-size: 13px; font-weight: 850; }
.parcel-group-selector > p { margin: 0 0 13px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.parcel-group-selector > div { display: grid; gap: 8px; }
.parcel-group-selector label { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; align-items: start; padding: 10px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.parcel-group-selector input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--green); }
.parcel-group-selector label span, .parcel-group-selector label b, .parcel-group-selector label small { display: block; }
.parcel-group-selector label b { font-size: 12px; }
.parcel-group-selector label small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.parcel-group-selector > strong { display: block; margin-top: 12px; color: var(--green); font-size: 12px; }
.parcel-group-selector > strong.error, .checkout-parcel-selector > strong.error { color: #9c2f20; }
.selection-copy .primary-button { width: 100%; }
.offer-result { margin-top: 18px; padding: 17px; background: #edf6f2; border: 1px solid #bdd5ca; border-radius: 9px; }
.offer-result > b { display: block; margin-bottom: 9px; }
.offer-result > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.offer-result input { min-width: 0; border: 1px solid var(--line); border-right: 0; padding: 10px; background: var(--white); }
.offer-result button { border: 0; color: var(--white); background: var(--green); padding: 0 14px; font-weight: 800; cursor: pointer; }
.offer-result > a { display: inline-block; margin-top: 10px; color: var(--green); font-size: 12px; font-weight: 850; }
.offer-error { margin: .7rem 0 0; color: #9c2f20; font-size: .9rem; font-weight: 700; }

.selection-map svg, .offer-map svg { display: block; width: 100%; height: 100%; min-height: 420px; }
.parcel-map-background { fill: #edf2ed; }
.parcel-shape { vector-effect: non-scaling-stroke; }
.parcel-shape.neighbor { fill: #d7e0d9; stroke: #819b91; stroke-width: 1.5; }
.parcel-shape.neighbor.same-address { fill: #efcdb9; stroke: #c7774c; stroke-width: 2; }
.parcel-shape.selected-secondary { fill: #9bcbb9; fill-opacity: .78; stroke: #176d5b; stroke-width: 3; filter: drop-shadow(0 3px 5px rgba(14,97,79,.14)); }
.parcel-shape.main { fill: #75b29c; fill-opacity: .72; stroke: #0e614f; stroke-width: 4; filter: drop-shadow(0 4px 7px rgba(14,97,79,.18)); }
.parcel-map-label { dominant-baseline: central; text-anchor: middle; font-weight: 850; pointer-events: none; }
.neighbor-label { fill: #556b64; font-size: 12px; }
.selected-label { fill: #0c3e34; font-size: 14px; paint-order: stroke; stroke: #e5f4ee; stroke-width: 3px; }
.main-label { fill: #0c3e34; font-size: 16px; paint-order: stroke; stroke: #d8eee6; stroke-width: 4px; }
.parcel-map-legend { display: flex; flex-wrap: wrap; gap: 16px; padding: 12px 17px; color: var(--muted); background: rgba(255,255,255,.94); border-top: 1px solid var(--line); font-size: 10px; }
.parcel-map-legend i { display: inline-block; width: 15px; height: 10px; margin-right: 6px; vertical-align: -1px; border: 1px solid; }
.main-key { background: #75b29c; border-color: #0e614f !important; }
.same-key { background: #efcdb9; border-color: #c7774c !important; }
.neighbor-key { background: #d7e0d9; border-color: #819b91 !important; }
.map-empty { padding: 35px; color: var(--muted); }

.proof-strip { padding: 36px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; color: var(--white); background: var(--ink-strong); }
.proof-strip div { padding: 8px 34px; display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; border-right: 1px solid rgba(255,255,255,.15); }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { color: #9bd1c1; font-family: Georgia, serif; font-size: 29px; font-weight: 500; white-space: nowrap; }
.proof-strip span { color: #cbded7; font-size: 11px; line-height: 1.45; }
.content-section, .process-section, .faq-section, .offer-includes { padding: 110px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-grid article { min-height: 245px; padding: 29px; border: 1px solid var(--line); background: var(--white); position: relative; }
.feature-grid article > span { display: block; margin-bottom: 55px; color: var(--orange); font-size: 11px; font-weight: 900; }
.feature-grid h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.process-section { width: 100%; padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); background: var(--cream); }
.process-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-list li { position: relative; min-height: 180px; padding: 25px 28px; border-top: 1px solid #bfcfc6; border-bottom: 1px solid #bfcfc6; display: flex; gap: 16px; }
.process-list li:not(:last-child)::after { content: "→"; position: absolute; right: -8px; top: 43px; color: var(--orange); z-index: 1; }
.process-list b { flex: 0 0 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); }
.process-list span { display: grid; align-content: start; }
.process-list strong { margin: 5px 0 12px; font-family: Georgia, serif; font-size: 19px; font-weight: 500; }
.process-list small { color: var(--muted); line-height: 1.5; }
.faq-grid { border-top: 1px solid var(--line); }
.faq-grid details { border-bottom: 1px solid var(--line); padding: 22px 4px; }
.faq-grid summary { cursor: pointer; color: var(--ink-strong); font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.faq-grid p { max-width: 760px; color: var(--muted); line-height: 1.65; }

.offer-page, .checkout-page { background: var(--cream); min-height: calc(100vh - 88px); }
.offer-hero { padding: 74px max(24px, calc((100vw - 1180px) / 2)) 80px; background: linear-gradient(130deg, #f2efe6, #e1ebe4); }
.offer-kicker { color: var(--green); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.offer-layout { margin-top: 30px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 65px; align-items: start; }
.offer-layout h1 { max-width: 750px; margin: 0; color: var(--ink-strong); font-family: Georgia, serif; font-size: clamp(48px, 6vw, 76px); line-height: 1; letter-spacing: -.05em; font-weight: 500; }
.parcel-facts.large { max-width: 700px; grid-template-columns: repeat(4, 1fr); }
.scope-note { max-width: 700px; margin-top: 22px; padding: 18px 20px; border-left: 3px solid var(--orange); background: rgba(255,255,255,.6); }
.scope-note b { font-size: 13px; }
.scope-note p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.selected-parcel-list { max-width: 700px; margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; list-style: none; }
.selected-parcel-list li { padding: 12px 14px; display: flex; justify-content: space-between; gap: 14px; border: 1px solid rgba(23,109,91,.2); background: rgba(255,255,255,.62); font-size: 11px; }
.selected-parcel-list span { color: var(--muted); white-space: nowrap; }
.purchase-card, .checkout-summary { padding: 30px; color: var(--white); background: var(--ink-strong); box-shadow: var(--shadow); }
.purchase-card > span, .checkout-summary > span { color: #9bc7bb; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.purchase-card > strong, .checkout-summary > strong { display: block; margin: 10px 0 2px; font-family: Georgia, serif; font-size: 45px; font-weight: 500; }
.purchase-card > small, .checkout-summary > small { color: #bcd2cb; }
.purchase-card ul { margin: 26px 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; display: grid; gap: 10px; color: #dbe8e3; font-size: 12px; }
.purchase-card li::before { content: "✓"; margin-right: 9px; color: #9bd1c1; }
.purchase-card .primary-button { display: block; }
.purchase-card > p, .checkout-summary > p { margin: 16px 0 0; color: #aebfb9; font-size: 10px; line-height: 1.5; }
.offer-map-section { padding: 95px 0 0; }
.offer-map { min-height: 560px; background: #edf2ed; border: 1px solid var(--line); box-shadow: var(--shadow); }
.feature-grid.small article { min-height: 160px; }
.checkout-page { padding: 75px max(24px, calc((100vw - 1080px) / 2)); }
.checkout-shell { padding: 46px; display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 55px; background: var(--white); box-shadow: var(--shadow); }
.checkout-shell h1 { margin: 0; font-family: Georgia, serif; font-size: 48px; font-weight: 500; }
.checkout-parcel-selector { margin: 28px 0 0; padding: 0; border: 0; }
.checkout-parcel-selector legend { margin-bottom: 12px; color: var(--ink-strong); font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.checkout-parcel-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.checkout-parcel-actions button { padding: 8px 11px; border: 1px solid var(--line); color: var(--green); background: #f6faf8; font-size: 10px; font-weight: 800; cursor: pointer; }
.checkout-parcel-options { display: grid; gap: 8px; }
.checkout-parcel-options label { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 11px; padding: 14px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
.checkout-parcel-options label:has(input:checked) { border-color: var(--green); background: #edf7f3; }
.checkout-parcel-options input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--green); }
.checkout-parcel-options span, .checkout-parcel-options b, .checkout-parcel-options small { display: block; }
.checkout-parcel-options b { color: var(--ink-strong); font-size: 13px; }
.checkout-parcel-options small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.checkout-parcel-selector > strong { display: block; margin-top: 13px; color: var(--green); }
.checkout-parcel-selector > p { max-width: 700px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.checkout-report-scope { margin: 22px 0 0; padding: 12px; display: grid; gap: 3px; border: 1px solid #45655c; color: #dbe8e3; font-size: 11px; }
.checkout-report-scope b { color: #fff; font-size: 14px; }
.checkout-summary .primary-button { width: 100%; margin-top: 28px; }
.checkout-summary form { display: grid; gap: 16px; }
.report-visibility { display: grid; gap: 9px; margin: 22px 0 0; padding: 0; border: 0; text-align: left; }
.report-visibility legend { margin-bottom: 9px; color: #fff; font-weight: 800; }
.report-visibility label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; padding: 12px; border: 1px solid #45655c; border-radius: 9px; cursor: pointer; }
.report-visibility input { margin-top: 3px; accent-color: var(--orange); }
.report-visibility b, .report-visibility small { display: block; }
.report-visibility small { margin-top: 3px; color: #bcd2cb; font-size: 10px; line-height: 1.45; }
.purchase-consent { display: grid; grid-template-columns: 20px 1fr; gap: 11px; margin-top: 22px; text-align: left; font-size: 12px; line-height: 1.55; color: #c7d8d2; }
.purchase-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--orange); }
.purchase-consent a { color: #fff; font-weight: 800; }
.payment-status { padding: 11px 13px; border-radius: 8px; background: #dfeee8; color: var(--green) !important; font-weight: 750; }
.payment-status.error, .payment-return .error { color: #9c2f20 !important; background: #fff0ed; }
.payment-return { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: clamp(30px, 6vw, 64px); border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.payment-return h1 { margin: 8px 0 15px; font-family: var(--serif); font-size: clamp(34px, 6vw, 58px); color: var(--green); }
.payment-return .primary-button { display: inline-flex; margin-top: 18px; }
.report-page { padding: 55px max(20px, calc((100vw - 1180px) / 2)); background: var(--cream); }
.report-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: end; margin-bottom: 28px; }
.report-head h1, .public-reports-page h1 { margin: 5px 0 8px; font-family: var(--serif); font-size: clamp(38px, 6vw, 66px); color: var(--green); }
.report-head > div > p:last-child { max-width: 750px; color: var(--muted); }
.report-parcel-numbers { color: var(--muted); font-size: 12px; }
.report-actions { display: grid; gap: 10px; justify-items: end; }
.report-actions > span { color: var(--muted); font-size: 12px; font-weight: 800; }
.pdf-frame-shell { height: min(84vh, 1100px); overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #444; box-shadow: var(--shadow); }
.pdf-frame-shell iframe { width: 100%; height: 100%; border: 0; }
.public-reports-page { min-height: 70vh; padding: 70px max(20px, calc((100vw - 1120px) / 2)); background: var(--cream); }
.public-report-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.public-report-grid article, .empty-public-reports { padding: 25px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: var(--shadow-soft); }
.public-report-grid h2 { margin: 4px 0; color: var(--green); }
.public-report-grid p { color: var(--muted); }
.public-report-grid a { color: var(--orange); font-weight: 850; }

.legal-page, .status-page { min-height: calc(100vh - 220px); padding: 80px max(24px, calc((100vw - 880px) / 2)); background: var(--cream); }
.legal-page section, .status-page section { padding: 45px; background: var(--white); border: 1px solid var(--line); }
.legal-page h1, .status-page h1 { margin: 0 0 30px; font-family: Georgia, serif; font-size: 48px; font-weight: 500; }
.legal-page h2 { margin-top: 35px; }
.legal-page p, .status-page p { color: var(--muted); line-height: 1.75; }
.status-page .primary-button { display: inline-block; margin-top: 20px; }

.site-footer { min-height: 225px; padding: 55px max(24px, calc((100vw - 1180px) / 2)); color: #bdd0c9; background: #0a2621; display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: start; }
.footer-brand { color: var(--white); font-size: 22px; font-weight: 850; text-decoration: none; }
.site-footer p { max-width: 500px; color: #8eaaa1; font-size: 12px; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer nav a { color: #bdd0c9; font-size: 12px; font-weight: 700; text-decoration: none; }
.site-footer > small { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #69877e; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-visual { width: min(620px, 100%); min-height: 460px; margin: 0 auto; }
  .report-peek { right: 0; }
  .parcel-selection, .offer-layout, .checkout-shell { grid-template-columns: 1fr; }
  .selection-map { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:last-child { grid-column: 1/-1; padding-left: 0; margin-top: 20px; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li:nth-child(2)::after { display: none; }
  .offer-layout { gap: 34px; }
  .purchase-card { max-width: 500px; }
}

@media (max-width: 680px) {
  .site-header { height: 75px; width: min(100% - 28px, 1220px); }
  .site-header nav { display: none; }
  .brand strong { font-size: 20px; }
  .hero { min-height: 0; padding: 48px 18px 65px; gap: 40px; background: var(--cream); }
  .hero h1 { font-size: clamp(44px, 13vw, 60px); }
  .hero-lead { font-size: 16px; }
  .search-row { grid-template-columns: 25px minmax(0, 1fr); }
  .search-row button { grid-column: 1/-1; width: 100%; }
  .trust-row { gap: 12px; }
  .hero-visual { min-height: 380px; }
  .map-illustration { inset: 0 0 48px; border-radius: 30px; }
  .report-peek { width: 230px; padding: 20px; }
  .map-badge { left: 20px; bottom: 28px; }
  .search-results, .parcel-selection, .content-section, .faq-section, .offer-map-section, .offer-includes { width: min(100% - 28px, 1180px); }
  .parcel-selection { margin-top: 25px; }
  .selection-map { min-height: 350px; }
  .selection-copy { padding: 27px 20px; }
  .selection-copy h2 { font-size: 31px; }
  .parcel-facts, .parcel-facts.large { grid-template-columns: repeat(2, 1fr); }
  .proof-strip, .feature-grid, .process-list { grid-template-columns: 1fr; }
  .proof-strip div, .proof-strip div:first-child, .proof-strip div:last-child { grid-column: auto; padding: 16px 0; margin: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .feature-grid article { min-height: 190px; }
  .feature-grid article > span { margin-bottom: 35px; }
  .content-section, .process-section, .faq-section, .offer-includes { padding-top: 80px; padding-bottom: 80px; }
  .process-list li:not(:last-child)::after { display: none; }
  .offer-hero { padding: 52px 18px 60px; }
  .offer-layout h1 { font-size: 46px; }
  .offer-map { min-height: 420px; }
  .checkout-page { padding: 35px 14px; }
  .report-head { grid-template-columns: 1fr; }
  .report-actions { justify-items: start; }
  .pdf-frame-shell { height: 70vh; }
  .public-report-grid { grid-template-columns: 1fr; }
  .checkout-shell { padding: 26px 20px; gap: 28px; }
  .checkout-shell h1 { font-size: 38px; }
  .legal-page, .status-page { padding: 35px 14px; }
  .legal-page section, .status-page section { padding: 28px 20px; }
  .legal-page h1, .status-page h1 { font-size: 38px; }
  .site-footer { grid-template-columns: 1fr; padding-top: 45px; }
}

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