:root {
  --estate-ink: #14161a;
  --estate-text: #3a3e45;
  --estate-paper: #ffffff;
  --estate-white: #ffffff;
  --estate-mint: #edf1fa;
  --estate-lilac: #f4f6f8;
  --estate-line: #e3e7eb;
  --estate-green: #27644b;
  --estate-red: #93291f;
  --estate-shadow: none;
  --estate-radius: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--estate-text);
  background: var(--estate-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.6;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  color: var(--estate-white);
  background: var(--estate-ink);
  border: 3px solid var(--estate-white);
  transform: translateY(-160%);
  text-decoration: none;
  font-weight: 900;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible {
  outline: 3px solid #214fd3;
  outline-offset: 4px;
}
.estate-shell { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.estate-header { position: sticky; top: 0; z-index: 20; background: rgb(247 244 238 / .96); border-bottom: 2px solid var(--estate-ink); backdrop-filter: blur(12px); }
.estate-nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.estate-logo { display: inline-flex; align-items: center; gap: 11px; color: var(--estate-ink); font-size: 1.1rem; font-weight: 900; letter-spacing: -.04em; text-decoration: none; }
.estate-logo img { width: 44px; height: 44px; border-radius: 0; }
.estate-logo > span { color: var(--estate-ink); }
.estate-logo b { color: #1b44a8; }
.estate-links { display: flex; gap: 24px; align-items: center; font-size: .84rem; font-weight: 750; }
.estate-links a { text-decoration: none; }
.estate-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; color: var(--estate-white); background: var(--estate-ink); border: 2px solid var(--estate-ink); box-shadow: none; font: inherit; font-weight: 850; text-decoration: none; cursor: pointer; }
.estate-button:hover { transform: translate(-1px, -1px); box-shadow: none; }
.estate-button:disabled { opacity: .55; cursor: wait; }
.estate-hero { padding: clamp(64px, 9vw, 130px) 0 90px; border-bottom: 2px solid var(--estate-ink); }
.estate-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr); gap: clamp(40px, 7vw, 100px); align-items: start; }
.estate-kicker { display: flex; gap: 14px; align-items: center; color: var(--estate-ink); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.estate-kicker::before { content: ""; width: 54px; height: 7px; background: #1b44a8; }
h1, h2, h3 { color: var(--estate-ink); line-height: .98; letter-spacing: -.055em; }
h1 { max-width: 820px; margin: 24px 0 28px; font-size: clamp(3.4rem, 7.5vw, 7.4rem); }
h2 { margin: 0 0 22px; font-size: clamp(2.45rem, 5vw, 5.2rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
.estate-lede { max-width: 720px; font-size: clamp(1.18rem, 2vw, 1.7rem); line-height: 1.45; }
.estate-actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 36px; }
.estate-text-link { display: inline-flex; align-items: center; min-height: 52px; font-weight: 850; text-underline-offset: 5px; }
.estate-hero-card { position: sticky; top: 110px; padding: 32px; background: var(--estate-white); border: 2px solid var(--estate-ink); border-radius: 0; box-shadow: none; }
.estate-hero-mark { display: block; width: 84px; height: 84px; margin: -8px 0 22px; border-radius: 0; }
.estate-hero-card h2 { font-size: 2rem; letter-spacing: -.04em; }
.estate-checks { padding: 0; margin: 24px 0 0; list-style: none; }
.estate-checks li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid var(--estate-line); }
.estate-checks strong { color: var(--estate-green); }
.estate-section { padding: clamp(76px, 9vw, 130px) 0; border-bottom: 2px solid var(--estate-ink); }
.estate-section-head { display: grid; grid-template-columns: minmax(0, .7fr) minmax(320px, 1fr); gap: 60px; margin-bottom: 54px; align-items: end; }
.estate-section-head p { max-width: 660px; margin: 0; font-size: 1.13rem; }
.estate-decision-grid, .estate-scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.estate-card { padding: 30px; min-height: 300px; background: var(--estate-white); border: 2px solid var(--estate-ink); border-radius: 0; }
.estate-card:nth-child(2) { background: var(--estate-mint); }
.estate-card:nth-child(3) { background: var(--estate-lilac); }
.estate-card-index { display: inline-grid; place-items: center; width: 44px; aspect-ratio: 1; color: white; background: var(--estate-ink); border-radius: 0; font-weight: 900; }
.estate-card a { color: #214fd3; font-weight: 850; text-underline-offset: 4px; }
.estate-process { display: grid; gap: 26px; }
.estate-step { position: sticky; top: 104px; display: grid; grid-template-columns: 110px 1fr; gap: 30px; min-height: 290px; padding: 42px; background: var(--estate-white); border: 2px solid var(--estate-ink); border-radius: 0; box-shadow: none; }
.estate-step:nth-child(3n + 2) { background: var(--estate-mint); }
.estate-step:nth-child(3n) { background: var(--estate-lilac); }
.estate-step-number { color: var(--estate-ink); font-size: 3rem; font-weight: 950; line-height: 1; }
.estate-step h3 { margin: 0 0 18px; }
.estate-step p { max-width: 760px; margin: 0; }
.estate-disclosure { max-width: 900px; margin: 0 0 28px; padding: 18px 22px; background: #f4f6f8; border-left: 6px solid #d09b00; }
.estate-situation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.estate-situation { position: relative; min-height: 280px; padding: 28px; overflow: hidden; background: var(--estate-white); border: 2px solid var(--estate-line); border-radius: 0; }
.estate-situation > span { position: absolute; top: 14px; right: 18px; color: rgb(11 35 76 / .08); font-size: 4.5rem; font-weight: 950; line-height: 1; }
.estate-situation small { color: var(--estate-green); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.estate-situation h3 { position: relative; margin: 28px 0 14px; font-size: 1.55rem; line-height: 1.08; letter-spacing: -.035em; }
.estate-situation p { position: relative; margin: 0; font-size: .92rem; }
.estate-scenario { padding: 30px; background: var(--estate-white); border: 2px solid var(--estate-line); border-radius: 0; }
.estate-scenario small { color: var(--estate-ink); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.estate-states { background: #eef2ff; }
.estate-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 56px; }
.estate-metric-grid article { display: grid; align-content: start; min-height: 180px; padding: 24px; background: var(--estate-white); border: 2px solid var(--estate-ink); border-radius: 0; box-shadow: none; }
.estate-metric-grid strong { color: #1b44a8; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; letter-spacing: -.07em; }
.estate-metric-grid span { max-width: 18ch; margin-top: 16px; font-size: .82rem; font-weight: 800; line-height: 1.35; }
.estate-rollout { display: grid; grid-template-columns: minmax(120px, 1fr) 40px minmax(160px, 1fr) 40px minmax(120px, 1fr) 40px minmax(160px, 1fr); align-items: center; margin: 0 0 48px; }
.estate-rollout div { display: grid; min-height: 150px; padding: 22px; background: var(--estate-ink); color: white; border-radius: 0; }
.estate-rollout div:nth-of-type(2) { background: #1b44a8; }
.estate-rollout div:nth-of-type(3) { background: var(--estate-green); }
.estate-rollout div:nth-of-type(4) { color: var(--estate-ink); background: var(--estate-lilac); }
.estate-rollout span { opacity: .7; font-size: .72rem; font-weight: 900; }
.estate-rollout strong { align-self: end; font-size: 1.05rem; }
.estate-rollout small { font-size: .7rem; }
.estate-rollout > i { height: 3px; background: var(--estate-ink); }
.estate-state-legend { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-bottom: 20px; font-size: .72rem; font-weight: 800; }
.estate-state-legend span { display: inline-flex; align-items: center; gap: 7px; }
.estate-state-legend i { width: 12px; height: 12px; border-radius: 0; }
.estate-state-legend .flat, .estate-state--flat { --state-color: #edf1fa; }
.estate-state-legend .formula, .estate-state--formula { --state-color: #f4f6f8; }
.estate-state-legend .local, .estate-state--local { --state-color: #ffd8bb; }
.estate-state-legend .hybrid, .estate-state--hybrid { --state-color: #fff0a8; }
.estate-state-legend i { background: var(--state-color); border: 1px solid var(--estate-ink); }
.estate-state-grid { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 8px; }
.estate-state { display: grid; place-items: center; min-height: 76px; padding: 8px 4px; text-align: center; background: var(--state-color); border: 1.5px solid var(--estate-ink); border-radius: 0; }
.estate-state strong { color: var(--estate-ink); font-size: 1.15rem; line-height: 1; }
.estate-state span { margin-top: 5px; font-size: .55rem; font-weight: 750; line-height: 1.05; }
.estate-source-proof { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 1px; margin-top: 54px; overflow: hidden; color: white; background: var(--estate-ink); border: 2px solid var(--estate-ink); border-radius: 0; }
.estate-source-proof > * { padding: 28px; background: var(--estate-white); color: var(--estate-text); }
.estate-source-proof > div { color: white; background: var(--estate-ink); }
.estate-source-proof h3 { color: white; font-size: 1.8rem; line-height: 1.1; }
.estate-source-proof small { color: #9eb8ff; font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.estate-source-proof article strong { color: var(--estate-ink); font-size: 1.05rem; }
.estate-source-proof article p { font-size: .78rem; line-height: 1.5; }
.estate-source-proof article a { color: #214fd3; font-size: .72rem; font-weight: 850; }
.estate-research-note { max-width: 90ch; margin: 24px 0 0; font-size: .72rem; }
.estate-form-wrap { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1fr); gap: 60px; align-items: start; }
.estate-form { padding: 34px; background: var(--estate-white); border: 2px solid var(--estate-ink); border-radius: 0; box-shadow: none; }
.estate-field { display: grid; gap: 8px; margin-bottom: 18px; }
.estate-field label, .estate-consent { color: var(--estate-ink); font-size: .88rem; font-weight: 800; }
.estate-field input, .estate-field select, .estate-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid #8793a5; border-radius: 0; background: white; color: var(--estate-text); font: inherit; }
.estate-field textarea { min-height: 120px; resize: vertical; }
.estate-field input:focus, .estate-field select:focus, .estate-field textarea:focus { outline: 3px solid #8aa6ff; outline-offset: 2px; }
.estate-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.estate-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.estate-consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; margin: 10px 0 24px; font-weight: 600; }
.estate-consent input { width: 20px; height: 20px; margin-top: 3px; }
.estate-status { min-height: 28px; margin-top: 18px; font-weight: 750; }
.estate-status[data-state="success"] { color: var(--estate-green); }
.estate-status[data-state="error"] { color: var(--estate-red); }
.estate-policy { padding-top: clamp(4rem, 9vw, 8rem); min-height: 65vh; }
.estate-policy h1 { max-width: 900px; }
.estate-policy-copy { max-width: 820px; }
.estate-policy-copy p { max-width: 72ch; }
.estate-policy-copy h2 { margin-top: 2.25rem; }
.estate-triage { background: #edf1fa; }
.estate-triage-grid { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); gap: 34px; align-items: start; }
.estate-triage .estate-form { box-shadow: none; }
.estate-triage-result { min-height: 100%; padding: clamp(30px, 5vw, 58px); color: var(--estate-text); background: var(--estate-white); border: 2px solid var(--estate-ink); border-radius: 0; }
.estate-triage-result[data-state="ready"] { border-left: 10px solid var(--estate-green); }
.estate-triage-result[data-state="error"] { border-left: 10px solid var(--estate-red); }
.estate-triage-result h3 { margin-top: 10px; font-size: clamp(2rem, 4vw, 3.7rem); }
.estate-triage-result ol { display: grid; gap: 18px; padding-left: 1.6rem; }
.estate-triage-result li { padding-left: 8px; }
.estate-triage-label { color: #214fd3; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.estate-triage-escalation { margin-top: 30px; padding: 22px; background: #f4f6f8; border-left: 6px solid #d09b00; }
.estate-triage-escalation ul { margin-bottom: 0; }
.estate-triage-check { margin-top: 4px; }
.estate-checklist-hero { padding: clamp(64px, 9vw, 120px) 0 64px; background: #edf1fa; border-bottom: 2px solid var(--estate-ink); }
.estate-checklist-hero h1 { max-width: 900px; }
.estate-checklist-controls { display: grid; grid-template-columns: auto minmax(180px, 280px) auto; gap: 16px; align-items: center; max-width: 850px; margin-top: 36px; }
.estate-checklist-controls select { min-height: 50px; padding: 10px 14px; background: white; border: 2px solid var(--estate-ink); font: inherit; }
.estate-text-button { min-height: 50px; padding: 10px 18px; color: var(--estate-ink); background: white; border: 2px solid var(--estate-ink); font: inherit; font-weight: 850; cursor: pointer; }
.estate-checklist-progress { --progress: 0%; position: relative; max-width: 850px; margin-top: 24px; padding: 16px 18px; overflow: hidden; background: white; border: 2px solid var(--estate-ink); font-weight: 850; }
.estate-checklist-progress::after { content: ""; position: absolute; left: 0; bottom: 0; width: var(--progress); height: 7px; background: var(--estate-green); transition: width .2s ease; }
.estate-checklist-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 38px; align-items: start; }
.estate-checklist-stage { margin-bottom: 22px; padding: 30px; background: white; border: 2px solid var(--estate-ink); border-radius: 0; }
.estate-checklist-stage h2 { margin-top: 8px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.estate-checklist-task { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid var(--estate-line); cursor: pointer; }
.estate-checklist-task input { width: 22px; height: 22px; margin-top: 3px; accent-color: var(--estate-green); }
.estate-checklist-task:has(input:checked) span { color: #596477; text-decoration: line-through; }
.estate-state-context { position: sticky; top: 110px; padding: 30px; background: #f4f6f8; border: 2px solid var(--estate-ink); border-radius: 0; }
.estate-state-context[data-verified="true"] { background: var(--estate-mint); border-left: 9px solid var(--estate-green); }
.estate-state-context h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.estate-state-context a { color: #214fd3; font-weight: 800; }
.estate-state-hero { padding: clamp(64px, 9vw, 120px) 0 76px; background: #edf1fa; border-bottom: 2px solid var(--estate-ink); }
.estate-claim-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.estate-claim-card { padding: 28px; background: white; border: 2px solid var(--estate-ink); border-radius: 0; }
.estate-claim-card h3 { font-size: 1.25rem; line-height: 1.3; letter-spacing: -.025em; }
.estate-claim-card dl { display: grid; grid-template-columns: 130px 1fr; gap: 9px 14px; font-size: .84rem; }
.estate-claim-card dt { color: var(--estate-ink); font-weight: 900; }
.estate-claim-card dd { margin: 0; }
.estate-claim-card a, .estate-official-actions a { color: #214fd3; font-weight: 850; }
.estate-official-actions { padding: 30px; background: var(--estate-mint); border: 2px solid var(--estate-ink); border-radius: 0; }
.estate-official-actions li { padding: 12px 0; border-bottom: 1px solid rgb(11 35 76 / .18); }
.estate-county-hero { padding: clamp(64px, 9vw, 120px) 0 76px; background: #f4f6f8; border-bottom: 2px solid var(--estate-ink); }
.estate-county-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.estate-county-actions article { padding: 28px; background: white; border: 2px solid var(--estate-ink); border-radius: 0; }
.estate-county-actions h3 { font-size: 1.55rem; line-height: 1.15; letter-spacing: -.035em; }
.estate-county-actions a { color: #214fd3; font-weight: 850; }
.estate-footer { padding: 56px 0; color: white; background: var(--estate-ink); }
.estate-footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.estate-footer a { color: white; }
.estate-fine { font-size: .82rem; color: #d4dced; }

@media (max-width: 860px) {
  .estate-links a:not(.estate-button) { display: none; }
  .estate-hero-grid, .estate-section-head, .estate-form-wrap, .estate-footer-grid, .estate-triage-grid, .estate-checklist-layout, .estate-claim-grid, .estate-county-actions { grid-template-columns: 1fr; }
  .estate-checklist-controls { grid-template-columns: 1fr; }
  .estate-state-context { position: static; }
  .estate-hero-card { position: static; }
  .estate-decision-grid, .estate-scenario-grid, .estate-situation-grid, .estate-metric-grid, .estate-source-proof { grid-template-columns: 1fr; }
  .estate-rollout { grid-template-columns: 1fr; gap: 8px; }
  .estate-rollout > i { width: 3px; height: 26px; margin-inline: auto; }
  .estate-state-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .estate-card { min-height: 0; }
  .estate-step { position: relative; top: 0; grid-template-columns: 1fr; min-height: 0; padding: 28px; }
  .estate-form-grid { grid-template-columns: 1fr; gap: 0; }
}

/* Complete handoff template shell. This supersedes every earlier site shell. */
.estate-site-v5 { overflow-x: hidden; color: #3a3e45; background: #fff; }
.estate-site-v5 a { color: #1b44a8; }
.estate-header--canonical { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 1px solid #14161a; }
.estate-header--canonical .estate-nav { position: relative; min-height: 70px; gap: 30px; }
.estate-header--canonical .estate-logo { flex: none; white-space: nowrap; }
.estate-header--canonical .estate-logo img { width: 24px; height: 24px; }
.estate-primary-nav { display: flex; flex: 1; min-width: 0; align-items: stretch; gap: 2px; height: 70px; }
.estate-primary-nav > a,
.estate-primary-nav summary { display: flex; height: 70px; padding: 0 13px; align-items: center; color: #14161a; font-size: .84rem; font-weight: 500; text-decoration: none; white-space: nowrap; cursor: pointer; list-style: none; }
.estate-primary-nav summary::-webkit-details-marker { display: none; }
.estate-primary-nav details { position: relative; }
.estate-primary-nav details[open] summary,
.estate-primary-nav > a:hover { border-bottom: 2px solid #14161a; }
.estate-primary-nav details > div { position: absolute; top: 70px; left: 0; z-index: 70; display: grid; width: 300px; padding: 16px 20px 20px; background: #fff; border: 1px solid #14161a; border-top: 0; }
.estate-primary-nav details > div a { padding: 9px 0; color: #14161a; border-bottom: 1px solid #e3e7eb; font-size: .88rem; text-decoration: none; }
.estate-primary-nav details > div a:last-child { border-bottom: 0; }
.estate-primary-nav details > div a:hover { color: #1b44a8; }
.estate-header-cta { min-height: 40px; white-space: nowrap; }
.estate-mega-label--mobile { display: none; }
.estate-primary-nav .estate-mega-menu { position: static; }
.estate-primary-nav .estate-mega-menu > summary { gap: 8px; }
.estate-primary-nav .estate-mega-menu > summary i { position: relative; width: 11px; height: 11px; flex: none; }
.estate-primary-nav .estate-mega-menu > summary i::before,
.estate-primary-nav .estate-mega-menu > summary i::after { position: absolute; top: 5px; left: 0; width: 11px; height: 1px; content: ""; background: currentColor; transition: transform .18s ease; }
.estate-primary-nav .estate-mega-menu > summary i::after { transform: rotate(90deg); }
.estate-primary-nav .estate-mega-menu[open] > summary i::after { transform: rotate(0); }
.estate-primary-nav .estate-mega-menu > .estate-mega-panel { position: absolute; top: 69px; left: 0; right: 0; z-index: 70; display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 2.28fr); width: auto; padding: 0; color: #14161a; background: #fff; border: 1px solid #14161a; }
.estate-mega-intro { display: flex; min-width: 0; padding: 32px; flex-direction: column; align-items: flex-start; background: #edf1fa; }
.estate-mega-intro > span { color: #1b44a8; font-family: "IBM Plex Mono", monospace; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; }
.estate-mega-intro > strong { max-width: 12ch; margin: 18px 0; font-family: Newsreader, Georgia, serif; font-size: 1.9rem; font-weight: 400; line-height: 1.08; }
.estate-mega-intro p { margin: 0 0 24px; color: #5e6470; font-size: .82rem; line-height: 1.65; }
.estate-mega-intro > a { margin-top: auto; padding-bottom: 3px; color: #1b44a8; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 500; text-decoration: none; }
.estate-mega-columns { display: grid; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.estate-mega-columns section { display: grid; min-width: 0; padding: 28px 30px; align-content: start; border-left: 1px solid #d9dee4; border-bottom: 1px solid #d9dee4; }
.estate-mega-columns section:nth-last-child(-n + 2) { border-bottom: 0; }
.estate-mega-columns h2 { margin: 0 0 12px; color: #5e6470; font-family: "IBM Plex Mono", monospace; font-size: .66rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.estate-primary-nav .estate-mega-columns a { padding: 8px 0; color: #14161a; border: 0; font-size: .84rem; line-height: 1.25; text-decoration: none; }
.estate-primary-nav .estate-mega-columns a:hover { color: #1b44a8; }

.estate-breadcrumb { display: flex; gap: 9px; padding-top: 18px; align-items: baseline; color: #5e6470; font-size: .78rem; }
.estate-breadcrumb a { color: #5e6470; text-decoration: none; }
.estate-breadcrumb span:last-child { color: #14161a; }

.estate-footer--canonical { padding: 58px 0 28px; color: #fff; background: #14161a; }
.estate-footer--canonical .estate-logo { color: #fff; }
.estate-footer--canonical .estate-logo img { width: 26px; height: 26px; }
.estate-footer-lead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr); gap: 50px; padding-bottom: 36px; border-bottom: 1px solid rgb(255 255 255 / .16); }
.estate-footer-lead p { max-width: 45ch; margin: 0; color: #c7cace; font-size: .9rem; }
.estate-footer-columns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px; padding: 38px 0; }
.estate-footer-columns > div { display: grid; align-content: start; gap: 8px; }
.estate-footer-columns strong { margin-bottom: 4px; color: #9aaab8; font-size: .68rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.estate-footer-columns a { color: #c7cace; font-size: .86rem; text-decoration: none; }
.estate-footer-columns a:hover { color: #fff; }
.estate-footer-base { display: flex; justify-content: space-between; gap: 24px; padding-top: 20px; color: #9aaab8; border-top: 1px solid rgb(255 255 255 / .16); font-size: .75rem; }

.estate-header--canonical .estate-logo svg { flex: none; color: #1b44a8; }
.estate-header--canonical .estate-primary-nav > a:hover { color: #1b44a8; border-bottom-color: #1b44a8; }
.estate-header--canonical .estate-header-cta { padding: 10px 18px; color: #fff; background: #1b44a8; border-color: #1b44a8; font-size: .82rem; }

.estate-decision-brief { padding: 64px 0; color: #14161a; background: #edf1fa; border-bottom: 1px solid #14161a; }
.estate-decision-brief > .estate-shell { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); gap: 52px 72px; }
.estate-decision-recognition > p:not(.estate-kicker) { max-width: 46ch; margin: 0 0 22px; color: #5e6470; font-size: .94rem; }
.estate-decision-recognition h2 { max-width: 26ch; margin: 0; font-family: Newsreader, Georgia, serif; font-size: clamp(1.75rem, 2.25vw, 2.25rem); font-weight: 400; line-height: 1.08; letter-spacing: -.02em; }
.estate-decision-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-self: start; background: #14161a; gap: 1px; border: 1px solid #14161a; }
.estate-decision-actions article { min-width: 0; padding: 24px; background: #fff; }
.estate-decision-actions article:nth-child(3) { color: #fff; background: #1b44a8; }
.estate-decision-actions span,
.estate-decision-output span { display: block; margin-bottom: 12px; color: #5e6470; font-family: "IBM Plex Mono", monospace; font-size: .64rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.estate-decision-actions article:nth-child(3) span { color: #c8d4f4; }
.estate-decision-actions p { margin: 0; color: inherit; font-size: .84rem; line-height: 1.6; }
.estate-decision-output { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr) auto; gap: 1px; align-items: stretch; color: #fff; background: #14161a; border: 1px solid #14161a; }
.estate-decision-output > div { padding: 24px 26px; background: #14161a; }
.estate-decision-output > div:nth-child(2) { color: #14161a; background: #fff; }
.estate-decision-output > div:first-child span { color: #9eadd2; }
.estate-decision-output strong { color: #fff; font-family: Newsreader, Georgia, serif; font-size: 1.35rem; font-weight: 400; line-height: 1.25; }
.estate-decision-output p { margin: 0; color: inherit; font-size: .86rem; line-height: 1.55; }
.estate-decision-output > a { display: flex; min-width: 190px; padding: 24px; align-items: center; justify-content: center; color: #fff; background: #1b44a8; font-size: .8rem; font-weight: 500; text-align: center; text-decoration: none; }
.estate-decision-output > a:hover { background: #0f2a6b; }

/* Hubs and policy/company pages use the handoff's company/reference templates. */
.estate-template--hub .estate-policy,
.estate-template--company .estate-policy { padding-top: 42px; }
.estate-template--hub .estate-policy > .estate-shell,
.estate-template--company .estate-policy > .estate-shell { display: grid; grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr); column-gap: 82px; }
.estate-template--hub .estate-policy h1,
.estate-template--company .estate-policy h1 { grid-column: 1 / -1; margin-bottom: 52px; }
.estate-company-hero-image { grid-column: 1; grid-row: 3; position: static; width: 100%; min-width: 0; max-width: 100%; margin: 0; }
.estate-company-hero-image img { display: block; width: 100%; max-width: 100%; height: auto; min-height: 0; object-fit: contain; }
.estate-company-hero-image figcaption { padding-top: 10px; color: #5e6470; font-size: .74rem; }
.estate-template--hub .estate-policy-copy,
.estate-template--company .estate-policy-copy { grid-column: 2; max-width: 820px; }
.estate-template--hub .estate-kicker,
.estate-template--company .estate-kicker { grid-column: 1 / -1; }
.estate-template--hub .estate-decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: #14161a; }
.estate-template--hub .estate-policy > .estate-shell { grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); }
.estate-template--hub .estate-policy h1 { max-width: 10ch; }
.estate-template--hub .estate-hub-copy { max-width: none; }
.estate-hub-start { margin: 52px 0 78px; }
.estate-hub-start > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; margin-top: 18px; background: #14161a; }
.estate-hub-start a { display: grid; min-height: 190px; padding: 24px; align-content: space-between; color: #14161a; background: #f4f6f8; text-decoration: none; }
.estate-hub-start a:nth-child(2) { background: #edf1fa; }
.estate-hub-start a:nth-child(3) { color: #fff; background: #1b44a8; }
.estate-hub-start a > span { font-family: "IBM Plex Mono", monospace; font-size: .7rem; }
.estate-hub-start a > strong { font-family: Newsreader, Georgia, serif; font-size: 1.5rem; font-weight: 400; line-height: 1.15; }
.estate-hub-start a > small { color: inherit; opacity: .76; }
.estate-hub-pathways { border-top: 1px solid #14161a; }
.estate-hub-pathways > section { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: 56px; padding: 48px 0; border-bottom: 1px solid #d9dee4; }
.estate-hub-pathways > section > div > span { color: #1b44a8; font-family: "IBM Plex Mono", monospace; font-size: .72rem; }
.estate-hub-pathways h2 { margin: 14px 0; font-family: Newsreader, Georgia, serif; font-size: 2rem; font-weight: 400; line-height: 1.08; }
.estate-hub-pathways p { margin: 0; color: #5e6470; font-size: .9rem; }
.estate-hub-pathways ul { margin: 0; padding: 0; list-style: none; }
.estate-hub-pathways li { border-top: 1px solid #d9dee4; }
.estate-hub-pathways li:last-child { border-bottom: 1px solid #d9dee4; }
.estate-hub-pathways li a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 2px; color: #14161a; text-decoration: none; }
.estate-hub-pathways li a:hover { color: #1b44a8; }
.estate-template--hub .estate-card { min-height: 240px; padding: 28px; border: 0; }
.estate-template--hub .estate-card h2 { font-size: 1.65rem; }

/* State and county pages use the supplied two-column editorial hero. */
.estate-template--state .estate-state-hero,
.estate-template--county .estate-county-hero { padding: 28px 0 0; }
.estate-template--state .estate-hero-grid,
.estate-template--county .estate-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr) minmax(390px, .9fr); gap: 2px; align-items: stretch; background: #14161a; }
.estate-template--state .estate-hero-grid > *,
.estate-template--county .estate-hero-grid > * { min-width: 0; }
.estate-template--state .estate-hero-grid > div,
.estate-template--county .estate-hero-grid > div { padding: 48px 42px; background: #fff; }
.estate-template--state .estate-hero-card,
.estate-template--county .estate-hero-card { position: static; top: auto; padding: 36px 30px; background: #edf1fa; border: 0; }
.estate-template--state .estate-template-hero-image,
.estate-template--county .estate-template-hero-image { width: 100%; min-width: 0; max-width: 100%; min-height: 0; margin: 0; }
.estate-template--state .estate-template-hero-image img,
.estate-template--county .estate-template-hero-image img { width: 100%; max-width: 100%; height: auto; min-height: 0; object-fit: contain; }
.estate-template-hero-image { width: 100%; min-width: 0; max-width: 100%; margin: 0; overflow: hidden; }
.estate-template-hero-image img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: cover; }

/* Checklist/tool pages retain their interaction but use the new reference composition. */
.estate-template--tool .estate-checklist-hero { padding: 48px 0 58px; background: #edf1fa; }
.estate-template--tool .estate-checklist-stage { padding: 28px; border: 1px solid #d9dee4; }
.estate-template--tool .estate-state-context { background: #14161a; color: #fff; border: 0; }
.estate-template--tool .estate-state-context h2 { color: #fff; }
.estate-template--tool .estate-state-context p { color: #c7cace; }
.estate-template--tool .estate-state-context[data-verified="true"] { color: #14161a; background: #edf1fa; }
.estate-template--tool .estate-state-context[data-verified="true"] h2 { color: #14161a; }

@media (max-width: 1050px) {
  .estate-primary-nav > a,
  .estate-primary-nav summary { padding-inline: 8px; font-size: .78rem; }
  .estate-template--state .estate-hero-grid,
  .estate-template--county .estate-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); }
  .estate-template--state .estate-template-hero-image,
  .estate-template--county .estate-template-hero-image { grid-column: 1 / -1; max-height: none; }
}

@media (max-width: 820px) {
  .estate-header--canonical { position: static; }
  .estate-header--canonical .estate-nav { flex-wrap: nowrap; gap: 14px; padding-block: 12px; }
  .estate-header--canonical .estate-primary-nav { display: flex; width: auto; height: 44px; margin-left: auto; flex: none; overflow: visible; }
  .estate-header--canonical .estate-primary-nav > a { display: none; }
  .estate-primary-nav .estate-mega-menu > summary { height: 44px; padding: 0 13px; border: 1px solid #14161a; }
  .estate-mega-label--desktop { display: none; }
  .estate-mega-label--mobile { display: inline; }
  .estate-primary-nav .estate-mega-menu > .estate-mega-panel { top: 100%; max-height: calc(100vh - 78px); grid-template-columns: 1fr; overflow-y: auto; }
  .estate-mega-intro { padding: 26px; }
  .estate-mega-intro > strong { max-width: 18ch; font-size: 1.65rem; }
  .estate-mega-columns section { padding: 23px 26px; }
  .estate-decision-brief > .estate-shell { grid-template-columns: 1fr; gap: 34px; }
  .estate-decision-actions { grid-template-columns: 1fr; }
  .estate-decision-output { grid-column: 1; grid-template-columns: 1fr; }
  .estate-decision-output > a { min-height: 64px; }
  .estate-footer-lead,
  .estate-footer-columns { grid-template-columns: 1fr 1fr; }
  .estate-template--hub .estate-policy > .estate-shell,
  .estate-template--company .estate-policy > .estate-shell { grid-template-columns: 1fr; }
  .estate-template--hub .estate-policy-copy,
  .estate-template--company .estate-policy-copy { grid-column: 1; }
  .estate-hub-start > div,
  .estate-hub-pathways > section { grid-template-columns: 1fr; }
  .estate-hub-pathways > section { gap: 28px; }
  .estate-company-hero-image { grid-column: 1; grid-row: auto; position: static; }
  .estate-template--state .estate-hero-grid,
  .estate-template--county .estate-hero-grid { grid-template-columns: 1fr; }
  .estate-template--state .estate-template-hero-image,
  .estate-template--county .estate-template-hero-image { grid-column: 1; }
}

@media (max-width: 540px) {
  .estate-header--canonical .estate-logo span { font-size: .98rem; }
  .estate-header--canonical .estate-header-cta { display: none; }
  .estate-mega-columns { grid-template-columns: 1fr; }
  .estate-mega-columns section,
  .estate-mega-columns section:nth-last-child(-n + 2) { border-left: 0; border-bottom: 1px solid #d9dee4; }
  .estate-mega-columns section:last-child { border-bottom: 0; }
  .estate-footer-lead,
  .estate-footer-columns { grid-template-columns: 1fr; }
  .estate-footer-base { flex-direction: column; }
}

/* Foundational pages: quiet editorial layouts, not generic card templates. */
.estate-foundation-hero .estate-policy-copy { grid-column: 2; }
.estate-foundation-hero h1 { max-width: 18ch; font-size: clamp(2.8rem, 5.5vw, 5rem); overflow-wrap: break-word; }
.estate-foundation-copy,
.estate-index-copy { max-width: 900px; margin-inline: auto; }
.estate-foundation-copy h2,
.estate-index-copy > h2 { margin-top: 58px; font-size: clamp(1.85rem, 3vw, 2.7rem); }
.estate-foundation-copy > h2:first-child,
.estate-index-copy > h2:first-child { margin-top: 0; }
.estate-foundation-copy p,
.estate-foundation-copy li,
.estate-index-copy p { max-width: 72ch; line-height: 1.72; }
.estate-contact-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(48px, 7vw, 96px); align-items: start; }
.estate-contact-form { padding: clamp(26px, 4vw, 48px); border: 1px solid #14161a; background: #f4f6f8; }
.estate-contact-form .esh-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.estate-contact-form .esh-field { display: grid; gap: 7px; margin-bottom: 18px; }
.estate-contact-form label { color: #14161a; font-weight: 600; }
.estate-contact-form label span { color: #5e6470; font-weight: 400; }
.estate-contact-form input,
.estate-contact-form select,
.estate-contact-form textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #89909a; border-radius: 0; background: #fff; color: #14161a; font: inherit; }
.estate-contact-form textarea { min-height: 132px; resize: vertical; }
.estate-contact-form .esh-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 8px 0 22px; font-size: .9rem; line-height: 1.5; }
.estate-contact-form .esh-check input { width: 18px; min-height: 18px; margin-top: 2px; }
.estate-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.estate-index-group { margin-top: 68px; }
.estate-index-group > h2 { padding-bottom: 18px; border-bottom: 1px solid #14161a; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.estate-index-list,
.estate-glossary-list { border-top: 1px solid #14161a; }
.estate-index-list a,
.estate-glossary-list a { display: grid; grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr) auto; gap: 28px; padding: 24px 4px; align-items: start; color: #14161a; border-bottom: 1px solid #d9dee4; text-decoration: none; }
.estate-index-list a:hover,
.estate-glossary-list a:hover { color: #1b44a8; }
.estate-index-list strong,
.estate-glossary-list strong { font-family: Newsreader, Georgia, serif; font-size: 1.35rem; font-weight: 400; line-height: 1.15; }
.estate-index-list span,
.estate-glossary-list span { color: #5e6470; line-height: 1.55; }
.estate-index-list em,
.estate-glossary-list em { color: inherit; font-size: .78rem; font-style: normal; white-space: nowrap; }
.estate-index-boundary { margin-top: 72px; padding-top: 40px; border-top: 1px solid #14161a; }
.estate-glossary-entry { background: #fff; }
.estate-glossary-entry ul { padding-left: 20px; }
.estate-glossary-entry li { margin-bottom: 14px; }

@media (max-width: 860px) {
  .estate-foundation-hero .estate-policy-copy { grid-column: 1; }
  .estate-foundation-hero h1 { font-size: clamp(2.7rem, 11vw, 4rem); }
  .estate-contact-layout { grid-template-columns: 1fr; }
  .estate-contact-form .esh-form-grid { grid-template-columns: 1fr; gap: 0; }
  .estate-index-list a,
  .estate-glossary-list a { grid-template-columns: 1fr; gap: 10px; }
}

@media print {
  .estate-header, .estate-footer, .estate-text-button { display: none !important; }
  .estate-checklist-hero, .estate-section { padding: 24px 0; }
  .estate-checklist-layout { display: block; }
  .estate-checklist-stage, .estate-state-context { break-inside: avoid; box-shadow: none; }
}

@media (max-width: 520px) {
  .estate-shell { width: min(100% - 24px, 1220px); }
  .estate-logo { font-size: .92rem; }
  .estate-logo img { width: 38px; height: 38px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .estate-state-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

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

/* Canonical Estate Settlement editorial system, approved 2026-08-27. */
:root {
  --estate-ink: #14161a;
  --estate-text: #3a3e45;
  --estate-paper: #fff;
  --estate-white: #fff;
  --estate-mint: #edf1fa;
  --estate-lilac: #f4f6f8;
  --estate-line: #e3e7eb;
  --estate-green: #27644b;
  --estate-red: #93291f;
  --estate-shadow: none;
  --estate-radius: 0;
}

body { background: #fff; font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif; font-size: 16.5px; color: #3a3e45; }
.estate-shell { width: min(1320px, calc(100% - 80px)); }
.estate-header { background: rgb(255 255 255 / .97); border-bottom: 1px solid #14161a; backdrop-filter: none; }
.estate-nav { min-height: 70px; }
.estate-logo { color: #1b44a8; font-family: Newsreader, Georgia, "Times New Roman", serif; font-size: 1.38rem; font-weight: 400; letter-spacing: -.02em; }
.estate-logo img { width: 32px; height: 32px; border-radius: 0; }
.estate-logo > span,
.estate-logo b { color: inherit; font-weight: inherit; }
.estate-links { font-weight: 500; }
.estate-button { min-height: 42px; padding-inline: 20px; color: #fff; background: #1b44a8; border: 1px solid #1b44a8; box-shadow: none; font-weight: 500; }
.estate-button:hover { background: #0f2a6b; transform: none; box-shadow: none; }
.estate-template-hero-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 30px; }
.estate-template-hero-actions .estate-button { color: #fff; }
.estate-template-hero-actions > a:last-child { color: #1b44a8; border-bottom: 1px solid #aebde1; font-size: .86rem; text-decoration: none; }
.estate-article-answer { padding: clamp(42px, 5vw, 68px) 0; background: #f4f6f8; border-bottom: 1px solid #d9dee4; }
.estate-article-answer > .estate-shell { max-width: 920px; }
.estate-article-answer h2 { max-width: 28ch; margin: 14px 0 20px; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.08; }
.estate-article-answer p { max-width: 70ch; margin: 0 0 18px; line-height: 1.65; }
.estate-article-answer > .estate-shell > a { color: #1b44a8; font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: 4px; }
h1, h2, h3 { color: #14161a; font-family: Newsreader, Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.03em; }
h1 { max-width: 14ch; margin-top: 18px; font-size: clamp(3.5rem, 6vw, 6rem); line-height: .98; }
h2 { font-size: clamp(2.25rem, 3.7vw, 3.6rem); line-height: 1.04; }
h3 { font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.12; }
.estate-kicker { color: #1b44a8; font-size: .72rem; font-weight: 500; letter-spacing: .09em; }
.estate-kicker::before { width: 32px; height: 2px; background: #1b44a8; }
.estate-hero,
.estate-state-hero,
.estate-county-hero,
.estate-checklist-hero { background: #fff; border-bottom: 1px solid #14161a; }
.estate-section { padding: clamp(68px, 8vw, 108px) 0; border-bottom: 1px solid #e3e7eb; }
.estate-card,
.estate-step,
.estate-situation,
.estate-scenario,
.estate-metric-grid article,
.estate-form,
.estate-triage-result,
.estate-checklist-stage,
.estate-state-context,
.estate-claim-card,
.estate-official-actions,
.estate-county-actions article,
.estate-hero-card { border: 1px solid #14161a; border-radius: 0; box-shadow: none; }
.estate-card:nth-child(2),
.estate-card:nth-child(3),
.estate-step:nth-child(3n + 2),
.estate-step:nth-child(3n) { background: #fff; }
.estate-card-index { border-radius: 0; background: #1b44a8; font-weight: 500; }
.estate-section-head { align-items: end; }
.estate-section-head p { color: #5e6470; }
.estate-triage,
.estate-states { background: #f4f6f8; }
.estate-triage-label { color: #1b44a8; font-weight: 500; }
.estate-field input,
.estate-field select,
.estate-field textarea,
.estate-checklist-controls select,
.estate-text-button { border: 1px solid #89909a; border-radius: 0; }
.estate-footer { background: #14161a; }

@media (max-width: 860px) {
  .estate-shell { width: min(100% - 28px, 1320px); }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
}

@media (max-width: 540px) {
  .estate-template-hero-actions { flex-direction: column; align-items: stretch; gap: 16px; }
  .estate-template-hero-actions .estate-button { width: 100%; text-align: center; }
  .estate-template-hero-actions > a:last-child { align-self: flex-start; }
}
