:root {
  --ink: #102d3a;
  --ink-soft: #47606b;
  --paper: #f5f8f8;
  --white: #ffffff;
  --line: #d8e1e3;
  --line-dark: #afbec2;
  --ready: #147c69;
  --ready-soft: #dcefe9;
  --waiting: #b96b18;
  --waiting-soft: #f7e9d4;
  --sent: #3c6e9d;
  --sent-soft: #e2ebf5;
  --not-started: #778a91;
  --accent: #f05a47;
  --shadow: 0 18px 55px rgba(16, 45, 58, .09);
  --display: Georgia, "Times New Roman", serif;
  --body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --utility: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 70%, white); outline-offset: 3px; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 20; padding: .75rem 1rem; color: white; background: var(--ink); }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: rgba(245,248,248,.92); backdrop-filter: blur(12px); position: relative; z-index: 5; }
.site-header nav { display: flex; align-items: center; gap: 1.5rem; font-size: .91rem; font-weight: 650; }
.site-header nav > a:not(.button), .nav-button { text-decoration: none; color: var(--ink-soft); }
.site-header nav > a:hover:not(.button), .nav-button:hover { color: var(--ink); }
.brand { display: inline-flex; align-items: center; gap: .72rem; font-weight: 750; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { width: 27px; height: 24px; display: flex; gap: 3px; align-items: end; padding: 3px; border: 1px solid var(--ink); }
.brand-mark i { display: block; flex: 1; background: var(--ink); }
.brand-mark i:nth-child(1) { height: 40%; }
.brand-mark i:nth-child(2) { height: 78%; background: var(--accent); }
.brand-mark i:nth-child(3) { height: 58%; }
.inline-form { display: inline; margin: 0; }
.nav-button { border: 0; padding: 0; background: transparent; cursor: pointer; }

.shell, .app-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.app-shell { padding: 54px 0 90px; }
.narrow-shell { width: min(720px, calc(100% - 48px)); margin: 0 auto; padding: 54px 0 90px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: .72rem 1.15rem; border: 1px solid var(--ink); border-radius: 3px; color: white; background: var(--ink); font-weight: 720; font-size: .92rem; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(16,45,58,.16); }
.button-small { min-height: 37px; padding: .48rem .8rem; font-size: .83rem; }
.button-secondary { color: var(--ink); background: transparent; }
.button-secondary:hover { background: var(--white); }
.button-disabled, .button-disabled:hover { color: #6c7f86; border-color: var(--line-dark); background: #e6ecee; box-shadow: none; cursor: not-allowed; transform: none; }
.text-link, .back-link { color: var(--ink); text-underline-offset: 4px; font-weight: 700; }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--ink-soft); font-size: .9rem; text-decoration: none; }
.eyebrow, .utility { margin: 0 0 12px; color: var(--ready); font: 700 .74rem/1.2 var(--utility); letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.045em; line-height: 1.04; }
h1 { margin-bottom: 14px; font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 500; }
h2 { font-size: clamp(1.9rem, 4vw, 3.25rem); font-weight: 500; }
h3 { font-size: 1.08rem; line-height: 1.25; }
.quiet { color: var(--ink-soft); font-size: .84rem; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; padding-block: 78px 88px; }
.hero h1 { max-width: 700px; }
.hero h1 em { color: var(--accent); font-weight: inherit; }
.hero-lede { max-width: 610px; margin-bottom: 29px; color: var(--ink-soft); font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 14px; }
.radar-preview { position: relative; padding: 25px 25px 32px; border: 1px solid var(--line-dark); background: var(--white); box-shadow: var(--shadow); transform: rotate(.65deg); }
.radar-preview::before { content: ""; position: absolute; inset: 8px -8px -8px 8px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); z-index: -1; }
.preview-heading { display: flex; align-items: start; justify-content: space-between; padding-bottom: 20px; border-bottom: 2px solid var(--ink); }
.preview-heading .utility { display: block; margin-bottom: 3px; color: var(--ink-soft); }
.preview-heading strong { font-family: var(--display); font-size: 1.55rem; font-weight: 500; }
.preview-row { display: grid; grid-template-columns: 40px 1fr auto; gap: 13px; align-items: center; padding: 18px 2px; border-bottom: 1px solid var(--line); }
.preview-row > div:nth-child(2) { display: flex; flex-direction: column; }
.preview-row span { color: var(--ink-soft); font-size: .76rem; }
.preview-row b { color: var(--waiting); font: 700 .66rem var(--utility); letter-spacing: .07em; }
.preview-row.ready-row b { color: var(--ready); }
.client-initial { width: 36px; aspect-ratio: 1; display: grid; place-items: center; color: var(--ink); background: var(--paper); font: 700 .7rem var(--utility); }
.month-rail { position: relative; display: flex; align-items: center; gap: 0; margin-top: 31px; }
.month-rail::before { content: ""; position: absolute; left: 0; right: 64px; height: 1px; background: var(--line-dark); }
.month-rail i { position: relative; z-index: 1; width: 11px; height: 11px; margin-right: calc((100% - 115px) / 4); border: 2px solid var(--line-dark); border-radius: 50%; background: var(--white); }
.month-rail i.done { border-color: var(--ready); background: var(--ready); }
.month-rail i.current { width: 14px; height: 14px; border-color: var(--accent); box-shadow: 0 0 0 4px #f9ddd9; }
.month-rail span { color: var(--ink-soft); font: 650 .67rem var(--utility); }
.proof-strip { border-block: 1px solid var(--line); background: #eaf0f1; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof-grid p { display: flex; flex-direction: column; margin: 0; padding: 24px 28px; border-right: 1px solid var(--line-dark); }
.proof-grid p:first-child { padding-left: 0; }
.proof-grid p:last-child { border-right: 0; }
.proof-grid span { color: var(--ink-soft); font-size: .82rem; }
.section { padding-block: 110px; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.flow-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); }
.flow-grid article { padding: 28px 45px 5px 0; }
.flow-grid p { color: var(--ink-soft); }
.step-index { display: block; margin-bottom: 50px; color: var(--accent); font: 700 .75rem var(--utility); }
.boundary-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 7rem; padding: 80px; color: white; background: var(--ink); }
.boundary-section .eyebrow { color: #77d1bd; }
.boundary-list { margin: 0; padding: 0; list-style: none; }
.boundary-list li { display: grid; grid-template-columns: 78px 1fr; gap: 1rem; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.boundary-list span { color: #77d1bd; font: 700 .7rem var(--utility); text-transform: uppercase; }
.pricing-section { padding: 110px 24px; }
.pricing-card { display: grid; grid-template-columns: 1.2fr .9fr .8fr; gap: 4rem; align-items: center; padding: 48px; border: 1px solid var(--line-dark); background: var(--white); box-shadow: var(--shadow); }
.pricing-card h2 { margin-bottom: 10px; font-size: 4rem; }
.pricing-card h2 span { color: var(--ink-soft); font: 500 1rem var(--body); letter-spacing: 0; }
.pricing-card ul { margin: 0; padding: 0; list-style: none; }
.pricing-card li { padding: 8px 0; }
.pricing-card li::before { content: "✓"; margin-right: 10px; color: var(--ready); font-weight: 800; }
.pricing-action { display: flex; flex-direction: column; gap: 10px; text-align: center; }
.pricing-action span { color: var(--ink-soft); font-size: .75rem; }

.message-stack { position: fixed; top: 88px; right: 24px; z-index: 10; width: min(420px, calc(100% - 48px)); }
.message { margin-bottom: 8px; padding: 13px 16px; border: 1px solid var(--line-dark); background: var(--white); box-shadow: var(--shadow); font-size: .88rem; }
.message.success { border-left: 4px solid var(--ready); }
.page-header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 42px; }
.page-header h1 { margin-bottom: 7px; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.page-header p { margin-bottom: 0; color: var(--ink-soft); }
.month-switcher { display: grid; grid-template-columns: 42px auto 42px; border: 1px solid var(--line-dark); background: var(--white); }
.month-switcher a { display: grid; place-items: center; min-height: 42px; padding: 0 12px; border-right: 1px solid var(--line); text-decoration: none; font-size: .86rem; font-weight: 700; }
.month-switcher a:last-child { border-right: 0; }
.month-switcher a:hover { background: #edf2f2; }
.summary-rail { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 52px; border: 1px solid var(--line-dark); background: var(--white); }
.summary-cell { position: relative; display: flex; flex-direction: column; padding: 23px 25px; border-right: 1px solid var(--line); }
.summary-cell:last-child { border-right: 0; }
.summary-cell::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--not-started); }
.summary-cell.ready::before { background: var(--ready); }
.summary-cell.waiting::before { background: var(--waiting); }
.summary-cell strong { font: 500 2.3rem var(--display); }
.summary-cell span { color: var(--ink-soft); font-size: .79rem; }
.list-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; margin-bottom: 13px; }
.list-heading h2 { margin: 0; font: 700 1rem var(--body); letter-spacing: 0; }
.list-heading span { color: var(--ink-soft); font-size: .78rem; }
.client-month-list, .data-list { border-top: 2px solid var(--ink); }
.client-month-row { display: grid; grid-template-columns: 13px minmax(180px,1.25fr) minmax(160px,2fr) 110px 20px; gap: 20px; align-items: center; min-height: 78px; padding: 12px 10px; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .16s ease, background .16s ease; }
.client-month-row:hover { padding-inline: 16px; background: var(--white); }
.client-name { display: flex; flex-direction: column; }
.client-name small { color: var(--ink-soft); }
.status-mark { width: 9px; height: 36px; background: var(--not-started); }
.status-mark.status-ready { background: var(--ready); }
.status-mark.status-waiting { background: var(--waiting); }
.item-progress { display: flex; gap: 5px; align-items: center; }
.tick { width: 18px; height: 5px; background: var(--line-dark); }
.tick-received, .tick-not_applicable { background: var(--ready); }
.tick-client_sent { background: var(--sent); }
.status-label, .status-pill { display: inline-flex; width: fit-content; align-items: center; justify-content: center; padding: 5px 8px; color: var(--not-started); background: #e6ecee; font: 750 .68rem var(--utility); letter-spacing: .035em; text-transform: uppercase; }
.status-label.status-ready, .status-pill.ready, .status-pill.active { color: var(--ready); background: var(--ready-soft); }
.status-label.status-waiting { color: var(--waiting); background: var(--waiting-soft); }
.status-pill.inactive { color: var(--not-started); background: #e6ecee; }
.empty-state { padding: 75px 25px; border: 1px dashed var(--line-dark); text-align: center; background: rgba(255,255,255,.45); }
.empty-state h2 { margin-bottom: 8px; font-size: 2rem; }
.empty-state p { max-width: 460px; margin: 0 auto 25px; color: var(--ink-soft); }
.empty-state.compact { padding: 42px 25px; }
.empty-icon { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto 18px; border: 1px solid var(--line-dark); font-size: 1.3rem; }

.data-list-head, .data-row { display: grid; grid-template-columns: 2fr 1fr 1fr 20px; gap: 20px; align-items: center; padding: 14px 16px; }
.data-list-head { color: var(--ink-soft); border-bottom: 1px solid var(--line-dark); font: 700 .68rem var(--utility); letter-spacing: .06em; text-transform: uppercase; }
.data-row { min-height: 72px; border-bottom: 1px solid var(--line); text-decoration: none; }
.data-row:hover { background: var(--white); }
.data-row > span:first-child { display: flex; flex-direction: column; }
.data-row small { color: var(--ink-soft); }
.title-line { display: flex; align-items: center; gap: 15px; }
.title-line h1 { margin-bottom: 0; }
.client-heading { align-items: center; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.two-column { display: grid; grid-template-columns: 1.35fr .65fr; gap: 25px; margin-bottom: 25px; }
.panel { padding: 28px; border: 1px solid var(--line-dark); background: var(--white); }
.panel h2 { margin: 0; font: 700 1.15rem var(--body); letter-spacing: 0; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 2px solid var(--ink); }
.requirement-list a, .history-list a { display: grid; grid-template-columns: 1fr auto 18px; gap: 15px; align-items: center; min-height: 60px; border-bottom: 1px solid var(--line); text-decoration: none; }
.requirement-list a:hover, .history-list a:hover { padding-inline: 8px; background: var(--paper); }
.requirement-list i, .history-list i { font-style: normal; }
.note-panel { color: white; background: var(--ink); }
.note-panel .eyebrow { color: #77d1bd; }
.note-panel h2 { margin-bottom: 16px; font: 500 2rem var(--display); letter-spacing: -.04em; }
.note-panel p:not(.eyebrow) { color: #c9d7da; }
.note-panel a { color: white; font-weight: 700; text-underline-offset: 4px; }
.history-panel { margin-top: 25px; }
.mini-empty { padding: 25px 0 5px; }
.mini-empty p { margin: 0; font-weight: 700; }
.mini-empty span { color: var(--ink-soft); font-size: .88rem; }

.auth-shell { width: min(1060px, calc(100% - 48px)); min-height: calc(100vh - 145px); display: grid; grid-template-columns: 1fr 480px; gap: 8vw; align-items: center; margin: 0 auto; padding: 65px 0 90px; }
.auth-shell-single { display: block; width: min(560px, calc(100% - 48px)); }
.auth-intro h1 { font-size: clamp(3rem, 6vw, 5.4rem); }
.auth-intro > p:last-child { max-width: 460px; color: var(--ink-soft); font-size: 1.05rem; }
.form-card { padding: 38px; border: 1px solid var(--line-dark); background: var(--white); box-shadow: var(--shadow); }
.form-card h1 { margin-bottom: 14px; font-size: clamp(2.2rem, 5vw, 3.6rem); }
.form-card h2 { margin-bottom: 24px; font: 600 2rem var(--display); }
.stack-form { display: flex; flex-direction: column; }
.stack-form label { margin: 14px 0 6px; font-size: .8rem; font-weight: 750; }
.stack-form input:not([type="checkbox"]), .stack-form select { min-height: 46px; width: 100%; padding: 9px 11px; border: 1px solid var(--line-dark); border-radius: 2px; color: var(--ink); background: var(--white); }
.stack-form input:focus { border-color: var(--ink); }
.stack-form .button { margin-top: 23px; }
.help-text { margin: 5px 0 2px; color: var(--ink-soft); font-size: .75rem; line-height: 1.4; }
.help-text ul { margin: 2px 0; padding-left: 20px; }
.field-error, .form-errors { color: #9d2e23; font-size: .78rem; }
.form-errors ul { padding-left: 18px; }
.form-foot { margin: 22px 0 0; color: var(--ink-soft); font-size: .84rem; text-align: center; }
.wide-form { padding: 42px; }
.form-intro { color: var(--ink-soft); }
.check-label { display: flex; align-items: center; gap: 9px; padding: 11px 0; }
.check-label input { width: 18px; height: 18px; }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 23px; }
.form-actions .button { margin-top: 0; }
.form-actions > a:not(.button) { color: var(--ink-soft); font-size: .9rem; font-weight: 700; }
.form-card hr { margin: 32px 0; border: 0; border-top: 1px solid var(--line); }

.authority-note, .public-note { display: flex; gap: 14px; margin-bottom: 20px; padding: 14px 18px; border-left: 4px solid var(--sent); background: var(--sent-soft); font-size: .86rem; }
.authority-note span, .public-note span { color: var(--ink-soft); }
.checklist { border-top: 2px solid var(--ink); }
.checklist-row { display: grid; grid-template-columns: 14px 1fr 190px; gap: 18px; align-items: center; min-height: 78px; padding: 11px 14px; border-bottom: 1px solid var(--line); }
.item-state-icon { width: 13px; height: 13px; border: 2px solid var(--not-started); border-radius: 50%; }
.item-state-icon.state-received, .item-state-icon.state-not_applicable { border-color: var(--ready); background: var(--ready); box-shadow: inset 0 0 0 2px white; }
.item-state-icon.state-client_sent { border-color: var(--sent); background: var(--sent-soft); }
.checklist-label { display: flex; flex-direction: column; }
.checklist-label span { color: var(--ink-soft); font-size: .75rem; }
.status-form select { width: 100%; padding: 9px 30px 9px 9px; border: 1px solid var(--line-dark); color: var(--ink); background: var(--white); }

.reminder-shell { width: min(820px, calc(100% - 48px)); }
.reminder-card { padding: 32px; border: 1px solid var(--line-dark); background: var(--white); }
.reminder-card > label { display: block; margin: 19px 0 7px; color: var(--ink-soft); font: 700 .7rem var(--utility); letter-spacing: .06em; text-transform: uppercase; }
.reminder-card > label:first-child { margin-top: 0; }
.copy-field { display: flex; justify-content: space-between; gap: 15px; padding: 13px; border: 1px solid var(--line); background: var(--paper); }
.copy-field button { align-self: start; border: 0; color: var(--ready); background: transparent; font-size: .78rem; font-weight: 750; cursor: pointer; }
.copy-field pre { max-width: 100%; margin: 0; overflow: auto; white-space: pre-wrap; font: inherit; }
.body-field { min-height: 280px; }

.public-page .site-header nav, .public-page .site-footer span:first-child { display: none; }
.public-page .site-header { justify-content: center; }
.public-shell { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 60px 0 80px; }
.public-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.public-heading h1 { margin-bottom: 5px; font-size: clamp(2.6rem, 7vw, 4.5rem); }
.public-heading p { color: var(--ink-soft); }
.public-checklist { border-top: 2px solid var(--ink); }
.public-item { display: grid; grid-template-columns: 14px 1fr auto; gap: 17px; align-items: center; min-height: 82px; padding: 13px 8px; border-bottom: 1px solid var(--line); }
.public-item > div { display: flex; flex-direction: column; }
.public-item > div span { color: var(--ink-soft); font-size: .78rem; }
.sent-label, .received-label { color: var(--sent); font-size: .75rem; }
.received-label { color: var(--ready); }
.upload-action { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 40px; padding: 24px; color: white; background: var(--ink); }
.upload-action div { display: flex; flex-direction: column; }
.upload-action span { color: #c9d7da; font-size: .8rem; }
.upload-action .button { color: var(--ink); border-color: white; background: white; white-space: nowrap; }
.privacy-line { margin-top: 25px; color: var(--ink-soft); font-size: .75rem; text-align: center; }

.legal-shell { width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 100px; }
.legal-header { margin-bottom: 38px; padding-bottom: 28px; border-bottom: 2px solid var(--ink); }
.legal-header h1 { margin-bottom: 10px; font-size: clamp(2.8rem, 7vw, 5.2rem); }
.legal-header > p:last-child { margin-bottom: 0; color: var(--ink-soft); }
.legal-shell section { padding: 28px 0 8px; border-bottom: 1px solid var(--line); }
.legal-shell section h2 { margin-bottom: 14px; font: 700 1.2rem/1.3 var(--body); letter-spacing: 0; }
.legal-shell section p { color: var(--ink-soft); }
.legal-shell section a { color: var(--ink); text-underline-offset: 3px; }
.legal-notice { display: flex; flex-direction: column; gap: 4px; padding: 18px 20px; border-left: 4px solid var(--ready); background: var(--ready-soft); }
.legal-notice span { color: var(--ink-soft); }
.legal-contact { margin-top: 25px; padding: 25px !important; border: 0 !important; background: var(--white); }
.legal-contact p:last-child { margin-bottom: 0; }

.site-footer { min-height: 92px; display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 20px max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .75rem; }
.footer-product { display: flex; flex-direction: column; gap: 3px; }
.footer-product span:first-child { color: var(--ink); font-weight: 750; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; }
.footer-links a { color: var(--ink); text-underline-offset: 3px; }

@media (max-width: 850px) {
  .site-header { padding-inline: 20px; }
  .site-header nav > a:not(.button), .site-header .nav-button { display: none; }
  .hero, .auth-shell, .two-column, .boundary-section, .pricing-card { grid-template-columns: 1fr; }
  .hero { gap: 4rem; padding-block: 60px 80px; }
  .proof-grid, .flow-grid { grid-template-columns: 1fr; }
  .proof-grid p, .proof-grid p:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .proof-grid p:last-child { border-bottom: 0; }
  .flow-grid article { border-bottom: 1px solid var(--line); }
  .step-index { margin-bottom: 24px; }
  .boundary-section { gap: 2rem; padding: 48px 30px; }
  .pricing-card { gap: 2rem; padding: 35px; }
  .summary-rail { grid-template-columns: repeat(2,1fr); }
  .summary-cell:nth-child(2) { border-right: 0; }
  .summary-cell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .client-month-row { grid-template-columns: 11px 1fr auto 16px; }
  .client-month-row .item-progress { display: none; }
  .auth-shell { grid-template-columns: 1fr; gap: 2rem; padding-top: 50px; }
  .auth-intro h1 { font-size: 3.5rem; }
}

@media (max-width: 600px) {
  .shell, .app-shell { width: min(100% - 32px, 1180px); }
  .narrow-shell { width: calc(100% - 32px); }
  .site-header { min-height: 64px; }
  .brand { font-size: .87rem; }
  .brand-mark { width: 24px; height: 22px; }
  .site-header .button-small { font-size: .74rem; }
  .hero { min-height: auto; }
  .hero-actions, .page-header, .header-actions, .title-line, .public-heading, .upload-action { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .radar-preview { padding: 18px 16px 25px; }
  .preview-row { grid-template-columns: 35px 1fr; }
  .preview-row > b { grid-column: 2; }
  .section { padding-block: 75px; }
  .boundary-section { width: 100%; }
  .page-header { align-items: stretch; }
  .month-switcher { width: 100%; }
  .client-month-row { gap: 10px; }
  .status-label { font-size: .57rem; }
  .list-heading > span, .data-list-head { display: none; }
  .data-row { grid-template-columns: 1fr auto 16px; gap: 10px; padding-inline: 5px; }
  .data-row > span:nth-child(2) { display: none; }
  .panel, .form-card, .wide-form, .reminder-card { padding: 24px 20px; }
  .checklist-row { grid-template-columns: 14px 1fr; padding-block: 17px; }
  .status-form { grid-column: 2; }
  .authority-note, .public-note { flex-direction: column; gap: 2px; }
  .public-item { grid-template-columns: 14px 1fr; padding-block: 18px; }
  .public-item > form, .public-item > b { grid-column: 2; justify-self: start; }
  .upload-action .button { width: 100%; }
  .legal-shell { width: calc(100% - 32px); padding-top: 50px; }
  .site-footer { align-items: start; flex-direction: column; gap: 12px; }
  .footer-links { justify-content: flex-start; }
}

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