/* Hightech bureau. Complete public stylesheet; do not load legacy styles.css beside it. */
html {
  scroll-padding-block: 104px 96px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *::before, *::after { box-sizing: border-box; }

body.bureau-site {
  --ink: #24282e;
  --muted: #606870;
  --emerald: #185c88;
  --emerald-hover: #103f61;
  --metal: #707982;
  --accent: #185487;
  --serif: "Noto Sans KR", "Malgun Gothic", sans-serif;
  --paper: #ffffff;
  --soft: #f5f6f8;
  --line: #dce0e4;
  --control-line: #959fa8;
  --error: #923b35;
  --shell: 1200px;
  --gutter: 40px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
  color-scheme: light;
}

.bureau-site :where(h1, h2, h3, h4, p, figure, blockquote, dl, dd) { margin: 0; }
.bureau-site :where(h1, h2, h3, h4) {
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}
.bureau-site h1 { font-size: 46px; }
.bureau-site h2 { font-size: 32px; font-family: inherit; font-weight: 700; }
.bureau-site h3 { font-size: 21px; }
.bureau-site :where(a, button, input, select, textarea, summary) { letter-spacing: 0; }
.bureau-site :where(a) { color: inherit; text-decoration: none; text-underline-offset: 5px; }
.bureau-site img { display: block; max-width: 100%; height: auto; }
.bureau-site svg { flex-shrink: 0; width: 20px; height: 20px; }
.bureau-site :where(button, input, select, textarea) { font: inherit; }
.bureau-site button { cursor: pointer; }
.bureau-site :where(button, a, summary) { -webkit-tap-highlight-color: transparent; }
.bureau-site :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--emerald);
  outline-offset: 4px;
  box-shadow: 0 0 0 2px var(--paper);
}
.bureau-site :where([id], input, select, textarea, button, summary) { scroll-margin-block: 100px 100px; }
/* The root scroll padding already clears the sticky header for this form anchor. */
.bureau-site .contact-form-target { scroll-margin-block-start: 0; }
.bureau-site [hidden] { display: none !important; }
.bureau-site ::selection { color: var(--ink); background: #d4e7dc; }
.shell { width: calc(100% - var(--gutter) * 2); max-width: var(--shell); margin-inline: auto; }
.narrow { max-width: 820px; }
.shell > *, .header-row > *, .hero-content > *, .section-head > *, .intent-list > *,
.intent-copy, .intent-links, .reference-grid > *, .reference-meta, .process-list li,
.content-grid > *, .expert-layout > *, .contact-grid > *, .footer-grid > *,
.form-row > *, .form-step, .date-layout > *, .date-source > * { min-width: 0; }

.sr-only, .form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  z-index: 100;
  inset: 8px auto auto 8px;
  padding: 12px 20px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--ink);
  transform: translateY(calc(-100% - 16px));
}
.skip-link:focus { transform: none; }

/* Identity and navigation */
.self-appraisal-bar { border-bottom: 1px solid #d9e2ea; background: #edf3f8; color: var(--ink); }
.self-appraisal-bar-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px; min-height: 40px; padding-block: 6px; font-size: 14px; }
.self-appraisal-free { color: var(--accent); font-size: 14px; font-weight: 700; }
.self-appraisal-bar-copy { color: var(--muted); }
.self-appraisal-bar-action { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; color: var(--accent); }
.self-appraisal-bar-action svg { width: 14px; height: 14px; }
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 80px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: auto;
  height: 42px;
  color: var(--accent);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.brand-dot { color: var(--accent); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: grid; gap: 3px; min-width: 0; }
.brand-copy strong { font-size: 16px; line-height: 1.45; }
.brand-copy small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.site-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 6px 24px; font-size: 15px; font-weight: 500; }
.site-nav > a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding-block: 8px; }
.site-nav a[aria-current="page"] { color: var(--emerald); text-decoration: underline; text-decoration-thickness: 2px; }
.site-nav .nav-cta { min-height: 46px; padding: 10px 20px; border: 1px solid var(--accent); border-radius: 3px; color: var(--accent); font-weight: 700; }
.nav-toggle { display: none; flex: 0 0 44px; width: 44px; height: 44px; padding: 10px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 3px; }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }
.nav-toggle svg { display: block; margin: auto; }

/* A full-width masthead over an actual city photograph. */
.bureau-hero { position: relative; isolation: isolate; background: #94c9ed; overflow: clip; }
.bureau-hero .hero-scene { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.bureau-hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: rgb(255 255 255 / 14%); pointer-events: none; }
.bureau-hero > .shell { display: flex; flex-direction: column; justify-content: center; max-width: var(--shell); min-height: 460px; padding-block: 44px; }
.hero-content { width: 49%; max-width: 590px; margin-left: auto; color: #142c40; }
.hero-content .section-kicker { color: #142c40; font-size: 16px; font-weight: 500; }
.bureau-hero > .shell.hero-content { width: calc(100% - var(--gutter) * 2); }
.bureau-hero > .hero-content > * { max-width: 620px; }
.bureau-hero h1 { display: block; font-size: 54px; line-height: 1.25; font-weight: 800; }
.bureau-hero h1 span { display: block; margin-top: 4px; font-size: 38px; font-family: inherit; font-weight: 700; }
.hero-offer { min-width: 0; }
.hero-content :is(.hero-service, .service-sentence, .hero-statement) { margin-top: 20px; color: #142c40; font-size: 20px; line-height: 1.7; font-weight: 500; }
.hero-content :is(.hero-lead, .hero-sub, .hero-description) { max-width: 600px; margin-top: 16px; color: #3e4741; font-size: 16px; }
.hero-content .hero-note { max-width: 620px; margin-top: 12px; color: #142c40; font-size: 14px; }
.offer-line { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 16px; margin-top: 0; color: var(--ink); font-size: 14px; }
.offer-line strong { color: var(--accent); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 24px; }
.hero-actions > * { max-width: 100%; min-width: 0; }
.hero-offer .hero-actions { margin-top: 24px; }
.hero-offer .btn { min-width: 310px; min-height: 64px; justify-content: space-between; font-size: 20px; background: var(--accent); border-color: var(--accent); }
.hero-offer .hero-note { font-size: 14px; line-height: 1.65; }
.hero-actions > a:not(.btn):not(.btn-primary):not(.btn-secondary) { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; text-decoration: underline; }
.hero-caption { max-width: 100%; margin-top: 24px; color: #374948; font-size: 11px; line-height: 1.65; }
.bureau-hero > .hero-caption { width: calc(100% - var(--gutter) * 2); max-width: var(--shell); margin: 0 auto; padding-bottom: 20px; }
.hero-caption a { text-decoration: underline; }
.btn, .btn-primary, .btn-secondary, .btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  min-height: 56px;
  padding: 13px 24px;
  border: 1px solid var(--emerald);
  border-radius: 3px;
  color: var(--emerald);
  background: var(--paper);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}
.btn-primary, .btn-accent { color: var(--paper); background: var(--accent); border-color: var(--accent); }
.btn-secondary { color: var(--ink); border-color: var(--control-line); }
:is(.btn, .btn-primary, .btn-secondary, .btn-accent):is(:disabled, [aria-disabled="true"]) { color: #5f6862; background: #e8ece9; border-color: #b4beb7; cursor: not-allowed; }
:is(.btn, .btn-primary, .btn-secondary, .btn-accent)[aria-busy="true"] { cursor: progress; }
.assurance-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.assurance-strip dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: 24px; }
.assurance-strip dl > div { min-width: 0; padding-inline: 24px; border-left: 1px solid var(--line); }
.assurance-strip dl > div:first-child { padding-left: 0; border-left: 0; }
.assurance-strip dt { margin-bottom: 4px; color: var(--muted); font-size: 13px; }
.assurance-strip dd { font-size: 17px; font-weight: 500; }

/* Corporate sections share a restrained grid and clear reading order. */
.section { padding-block: 88px; }
.section + .section { border-top: 1px solid var(--line); }
.section-light, .section-expert, .section-cases { background: var(--paper); }
.section-muted, .section-contact, .section-date-calculator { background: var(--soft); }
.section-head { max-width: 840px; margin-bottom: 40px; }
.section-head-row, .section-head:has(> div):has(> p) { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); align-items: end; gap: 40px; max-width: none; }
.section-kicker, .section-label, .eyebrow { margin-bottom: 12px; color: var(--accent); font-size: 14px; font-weight: 700; line-height: 1.6; text-transform: none; }
.section-head p:not(.section-kicker):not(.section-label):not(.eyebrow), .section-lead { margin-top: 16px; color: var(--muted); }
.section-head-row > p:not(.section-kicker):not(.section-label):not(.eyebrow) { margin-top: 0; }
.section-subhead { margin-block: 40px 20px; }
.section-subhead p { margin-top: 8px; color: var(--muted); }
.section-footnote { margin-top: 24px; color: var(--muted); font-size: 13px; }
.section-footnote a, .text-link { color: var(--emerald); text-decoration: underline; }
.text-link { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px; min-height: 44px; }
.keep-unit { display: inline-block; white-space: nowrap; }
.archive-home #services { padding-block: 64px; }
.practice-layout { display: grid; grid-template-columns: 1fr; gap: 32px; }
.practice-index { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.practice-index > p:last-child { max-width: 410px; font-size: 16px; color: var(--muted); }
.practice-content { min-width: 0; }
.practice-content .intent-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); padding-top: 32px; }
.practice-content .intent-list > article { display: flex; flex-direction: column; gap: 20px; padding: 0 28px; border-bottom: 0; border-left: 1px solid var(--line); }
.practice-content .intent-list > article:first-child { padding-left: 0; border-left: 0; }
.practice-content .intent-item > svg { width: 38px; height: 38px; color: var(--accent); stroke-width: 1.4; }
.practice-content .intent-links { flex-direction: column; gap: 0; margin-top: auto; }
.practice-content .intent-links a { text-decoration: none; font-size: 15px; }
.practice-content .intent-links svg { width: 16px; height: 16px; }
.practice-content .intent-copy h3 { font-size: 21px; font-weight: 700; }
.practice-content .intent-copy p { font-size: 16px; }
.archive-home #method { padding-block: 56px; background: var(--soft); }
.method-masthead { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 32px; margin-bottom: 28px; }
.method-masthead .section-kicker { margin: 0; }
.bureau-site .method-masthead h2 { flex: 1; font: 500 27px/1.5 "Noto Sans KR", sans-serif; }
.method-masthead a { font-size: 14px; }
.archive-home .expert-copy h2 { font: 700 32px/1.5 "Noto Sans KR", sans-serif; }
.special-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 24px; border-bottom: 1px solid var(--ink); padding-bottom: 12px; }
.bureau-site .special-heading h2 { font: 700 26px/1.5 "Noto Sans KR", sans-serif; }
.special-heading a { font-size: 14px; }
.special-context { max-width: 920px; margin: 16px 0 28px; color: var(--muted); font-size: 14px; }
.bureau-site .plain-heading { font: 500 25px/1.5 "Noto Sans KR", sans-serif; margin-bottom: 28px; }
.archive-home .section-directory { padding-block: 44px 64px; }
.intent-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.intent-list > :is(li, article, .intent-row, .intent-item) { display: grid; grid-template-columns: 48px minmax(0, 1fr) minmax(180px, 0.45fr); gap: 24px; align-items: start; padding-block: 28px; border-bottom: 1px solid var(--line); }
.intent-number { color: var(--metal); font-size: 14px; font-weight: 500; font-variant-numeric: tabular-nums; padding-top: 5px; }
.intent-copy h3 { font-size: 24px; font-weight: 500; }
.intent-copy p { max-width: 660px; margin-top: 8px; color: var(--muted); }
.intent-links { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.intent-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding-block: 8px; color: var(--emerald); font-size: 14px; text-decoration: underline; }
.intent-copy a { text-decoration: underline; text-decoration-color: var(--line); }

/* Source archive: readable rows, with the original extract behind each disclosure. */
.archive-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 32px; }
.archive-heading h2 { font-size: 32px; line-height: 1.4; }
.archive-description { margin-top: 14px; color: var(--muted); }
.archive-intro { flex-shrink: 0; }
.archive-heading h2 span { color: var(--accent); }
.archive-intro > p:first-child { font-size: 19px; font-weight: 500; }
.archive-intro > p + p { margin-top: 16px; color: var(--muted); font-size: 14px; }
.archive-intro .text-link { margin-top: 12px; }
.archive-tools { border-top: 2px solid var(--accent); }
.case-tabs { display: flex; flex-wrap: wrap; gap: 0 26px; padding: 0; margin: 0; border: 0; }
.case-tabs label { display: flex; position: relative; cursor: pointer; min-height: 58px; align-items: stretch; }
.case-tabs input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.case-tabs span { display: flex; align-items: center; padding: 12px 0; border-bottom: 3px solid transparent; font-size: 15px; color: var(--muted); }
.case-tabs input:checked + span { border-color: var(--accent); color: var(--ink); font-weight: 700; }
.case-tabs input:focus-visible + span { outline: 3px solid var(--emerald); outline-offset: 3px; }
.archive-search { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.archive-search > label { min-width: 0; }
.case-search-label { position: relative; }
.case-search-label > svg { position: absolute; left: 14px; top: 16px; color: var(--muted); }
.archive-search .case-search-label input { padding-left: 46px; }
.archive-search :is(input, select) { border-radius: 0; background: var(--soft); border-color: transparent; }
.archive-column-head, .case-disclosure > summary { display: grid; grid-template-columns: 50px minmax(0, 1fr) minmax(100px, .65fr) minmax(165px, .65fr) 28px; gap: 24px; align-items: center; }
.archive-column-head { padding-block: 14px; color: var(--muted); font-size: 14px; border-block: 1px solid var(--line); background: var(--soft); }
.archive-column-head span:nth-last-child(2) { text-align: right; }
.reference-grid { display: block; }
.reference-card { min-width: 0; border-bottom: 1px solid var(--line); }
.case-disclosure > summary { min-height: 90px; padding-block: 18px; list-style: none; cursor: pointer; }
.case-disclosure > summary::-webkit-details-marker { display: none; }
.case-disclosure > summary > * { min-width: 0; }
.case-index { color: var(--metal); font-size: 13px; font-family: ui-monospace, monospace; font-variant-numeric: tabular-nums; }
.case-place { display: grid; gap: 4px; }
.case-place strong { font-size: 20px; font-weight: 500; }
.case-place > span { font-size: 14px; color: var(--muted); }
.case-use { font-size: 14px; color: var(--muted); }
.case-value { text-align: right; }
.case-value small { position: absolute; display: block; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.case-value strong { font-size: 22px; font-family: inherit; font-weight: 700; font-variant-numeric: tabular-nums; }
.case-disclosure > summary > svg { width: 22px; height: 22px; color: var(--accent); transition: transform 200ms ease; }
.case-disclosure[open] > summary > svg { transform: rotate(45deg); }
.case-disclosure[open] > summary { color: var(--accent); }
.reference-detail { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 36px; align-items: start; padding: 16px 0 32px 74px; }
.reference-detail > * { min-width: 0; }
.reference-card .evidence-image { position: relative; display: block; aspect-ratio: 1440 / 710; background: var(--soft); border: 1px solid var(--line); }
.reference-card .evidence-image img { width: 100%; height: 100%; aspect-ratio: 1440 / 710; object-fit: contain; }
.evidence-image > span { position: absolute; right: 8px; bottom: 8px; display: inline-flex; align-items: center; gap: 6px; min-height: 32px; padding: 4px 8px; border: 1px solid var(--line); color: var(--ink); background: var(--paper); font-size: 12px; }
.evidence-image > span svg { width: 14px; height: 14px; }
.reference-meta h3 { font-size: 20px; }
.reference-meta > p { margin-top: 12px; color: var(--muted); font-size: 14px; }
.reference-meta > .section-kicker { margin: 0 0 8px; color: var(--accent); font-size: 12px; }
.reference-meta dl { margin-top: 14px; }
.reference-meta dl > div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 12px; padding-block: 5px; font-size: 14px; }
.reference-meta dt { color: var(--muted); }
.reference-meta .text-link { margin-top: 14px; font-size: 14px; }
.archive-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px 24px; padding-top: 16px; }
.archive-count { margin-right: auto; color: var(--muted); font-size: 13px; }
.archive-bottom button { border: 0; background: none; padding: 8px 0; font-size: 14px; cursor: pointer; }
.archive-empty { padding-block: 56px; text-align: center; color: var(--muted); }

/* A single, vertically advancing row of historical requests. */
.request-stream { --stream-height: 72px; border-bottom: 1px solid var(--line); background: #f7f8fa; color: var(--ink); }
.stream-shell { display: grid; grid-template-columns: 230px minmax(0, 1fr) 96px; gap: 24px; align-items: center; padding-top: 12px; }
.stream-shell > * { min-width: 0; }
.stream-label > span { color: #c3d4cf; font-size: 10px; font-family: ui-monospace, monospace; }
.stream-label h2 { margin-top: 3px; font: 500 17px/1.5 "Noto Sans KR", sans-serif; }
.stream-label p { color: var(--muted); font-size: 12px; margin-top: 4px; }
.stream-window { height: var(--stream-height); overflow: hidden; border-left: 1px solid var(--line); padding-left: 24px; }
.stream-track { will-change: transform; }
.request-entry { display: grid; grid-template-columns: minmax(0, 1fr) minmax(90px, .6fr) minmax(100px, .65fr); gap: 12px; align-items: center; height: var(--stream-height); }
.stream-ref { display: none; }
.stream-place { font-size: 17px; font-weight: 500; }
.stream-place small { display: block; font-size: 14px; color: var(--muted); }
.stream-purpose { font-size: 14px; color: var(--muted); }
.stream-value { text-align: right; font-size: 18px; font-weight: 500; font-variant-numeric: tabular-nums; }
.stream-actions { display: flex; gap: 6px; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: 0 0 44px; padding: 8px; border: 1px solid var(--line); color: inherit; background: var(--paper); cursor: pointer; }
.icon-button:disabled { cursor: default; opacity: .65; }
.icon-button svg { width: 18px; height: 18px; }
.request-stream .icon-button:focus-visible { outline-color: var(--accent); box-shadow: none; }
.stream-source { padding-block: 0 12px; color: var(--muted); font-size: 12px; }

:is(ol.process-list, .process-list > ol) { display: block; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { display: grid; grid-template-columns: 60px minmax(0, .8fr) minmax(0, 1fr); gap: 24px; align-items: baseline; padding-block: 24px; border-top: 1px solid var(--line); counter-increment: process; }
.process-list li::before { display: block; margin-bottom: 20px; content: counter(process, decimal-leading-zero); color: var(--metal); font-size: 14px; font-variant-numeric: tabular-nums; }
.process-list li:has(> span:first-child)::before { content: none; }
.process-number, .process-list li > span:first-child { display: block; margin: 0; color: var(--accent); font-size: 14px; font-family: ui-monospace, monospace; }
.process-list li > svg { display: none; }
.process-list li > strong { display: block; font-size: 20px; line-height: 1.5; }
.process-list li p { display: block; margin-top: 0; color: var(--muted); font-size: 15px; }
.process-list + .table-scroll { margin-top: 48px; }
.table-scroll { max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-gutter: stable; }
.comparison-table { width: 100%; min-width: 640px; border-collapse: collapse; border-top: 1px solid var(--ink); font-size: 15px; text-align: left; }
.comparison-table caption { padding-bottom: 16px; color: var(--muted); text-align: left; }
.comparison-table :is(th, td) { padding: 20px 24px; border-bottom: 1px solid var(--line); vertical-align: top; }
.comparison-table thead th { color: var(--ink); background: var(--soft); font-weight: 700; }
.comparison-table tbody th { min-width: 136px; font-weight: 500; }
.comparison-table td { color: var(--muted); }
.comparison-table .recommended { color: var(--emerald); background: #edf4ef; }

.section-expert { background: #f4f6f8; }
.expert-layout { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 72px; align-items: center; }
.representative-portrait { width: 100%; aspect-ratio: 1; }
.expert-layout .representative-portrait > img { width: 100%; height: 100%; max-height: none; object-fit: contain; object-position: center; }
.expert-copy h2 > span { margin-left: 16px; }
.expert-copy .text-link { margin-top: 20px; font-size: 14px; }
.expert-layout figure { min-width: 0; }
.expert-layout figure > img { width: 100%; max-height: 480px; object-fit: contain; object-position: left center; }
.expert-layout figcaption { margin-top: 12px; color: var(--muted); font-size: 13px; }
.official-mark-crop { background: var(--paper); }
.official-mark-crop img { width: 100%; height: auto; object-fit: contain; }
.expert-copy h2 { font-size: 32px; }
.expert-copy h2 span { display: inline-block; font-size: 18px; color: var(--muted); font-weight: 400; }
.expert-copy > p:not(.section-kicker):not(.section-label):not(.eyebrow) { margin-top: 20px; color: var(--muted); }
.expert-quote { padding-left: 20px; border-left: 2px solid var(--metal); font-size: 18px; }
.expert-note { padding: 28px 0 0 36px; border-left: 1px solid var(--line); border-top: 2px solid var(--accent); }
.expert-note h3 { font-size: 26px; }
.expert-note ul { margin: 24px 0; padding-left: 20px; color: var(--muted); }
.expert-note li + li { margin-top: 12px; }
.credentials, .credential-list { margin: 28px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.credentials > :is(div, li, p), .credential-list > p { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 20px; padding-block: 16px; border-bottom: 1px solid var(--line); }
.credentials dt, .credentials strong, .credential-list strong { font-weight: 500; color: var(--ink); }
.credentials dd, .credentials span, .credential-list span { color: var(--muted); }
.credentials > li:not(:has(strong, span, dl)) { display: block; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; padding: 22px 8px 22px 0; font-size: 18px; font-weight: 500; cursor: pointer; }
.faq-list summary::marker { color: var(--emerald); font-size: 14px; }
.faq-list details[open] summary { color: var(--emerald); }
.faq-list details > :not(summary) { max-width: 780px; margin: 0 0 22px; color: var(--muted); }
.faq-list details p + p { margin-top: 12px; }
.faq-list a { color: var(--emerald); text-decoration: underline; }

/* Labelled consultation form. Step visibility is owned by the HTML hidden attribute. */
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 64px; align-items: start; }
.contact-grid > div > p:not(.section-kicker):not(.section-label):not(.eyebrow) { margin-top: 16px; color: var(--muted); }
.contact-intro .contact-note { padding-top: 20px; font-size: 13px; }
.archive-home .section-contact { background: #f5f6f8; padding-block: 64px; }
.archive-home .contact-intro h2 { font-size: 32px; }
.contact-points { margin-top: 28px; border-top: 1px solid var(--line); }
.contact-points > div { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 16px; padding-block: 16px; border-bottom: 1px solid var(--line); }
.contact-points dt { color: var(--muted); font-size: 14px; }
.contact-points dd { font-size: 15px; }
.contact-points a { color: var(--emerald); text-decoration: underline; }
.consult-form { position: relative; display: grid; gap: 20px; min-width: 0; padding: 28px 0 0; border-top: 2px solid var(--accent); }
.consult-form :is(fieldset, legend) { min-width: 0; max-width: 100%; margin: 0; padding: 0; border: 0; }
.consult-form legend { margin-bottom: 20px; font-size: 20px; font-weight: 700; }
.form-heading { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading h3 { font-size: 23px; line-height: 1.45; }
.form-heading p:not(.section-kicker) { margin-top: 10px; color: var(--muted); font-size: 14px; }
.form-row { display: grid; gap: 20px; }
.form-row-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-step { display: grid; gap: 20px; }
.consult-form label, .date-tool label { display: grid; gap: 8px; color: var(--ink); font-size: 14px; font-weight: 500; }
.consult-form label[for] { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; }
.consult-form label[for] > span:not(.required-mark) { color: var(--muted); font-size: 12px; }
.consult-form label[for] > .required-mark { font-size: 12px; }
.form-step > label[for] { margin-bottom: -12px; }
.form-row > div > label[for] { margin-bottom: 8px; }
.field-label { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px; }
.required-mark { color: var(--error); }
.bureau-site :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), select, textarea) {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--control-line);
  border-radius: 3px;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.5;
}
.bureau-site select { padding-right: 32px; }
.bureau-site textarea { min-height: 144px; resize: vertical; }
.bureau-site input[type="date"] { min-height: 56px; font-variant-numeric: tabular-nums; }
.bureau-site ::placeholder { color: #657168; opacity: 1; }
.bureau-site :is(input, select, textarea):focus { border-color: var(--emerald); }
.bureau-site :is(input, select, textarea)[aria-invalid="true"] { border: 2px solid var(--error); }
.bureau-site :is(input, select, textarea):disabled { color: var(--muted); background: #e8ece9; cursor: not-allowed; opacity: 1; }
.bureau-site :is(input[type="checkbox"], input[type="radio"]) { flex: 0 0 20px; width: 20px; height: 20px; margin: 3px 0 0; accent-color: var(--emerald); }
.consult-form .consent { grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 12px; min-height: 44px; padding-block: 8px; font-weight: 400; }
.consent a { color: var(--emerald); text-decoration: underline; }
.consent small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.field-help, .field-hint, .field-error, .form-note { font-size: 13px; line-height: 1.65; }
.field-help, .field-hint, .form-note { color: var(--muted); }
.form-step > .field-hint { margin-top: -10px; }
.field-error { color: var(--error); }
.form-status { margin: 0; padding: 14px 16px; border-left: 3px solid var(--control-line); background: var(--paper); font-size: 14px; }
.form-status:empty { display: none; }
.form-status.is-success { color: #175339; border-color: #397451; background: #e9f3ec; }
.form-status.is-error { color: var(--error); border-color: var(--error); background: #fcf0ee; }
.form-progress ol { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.form-progress li { min-width: 0; padding: 10px 0; border-top: 2px solid var(--line); color: var(--muted); font-size: 13px; font-variant-numeric: tabular-nums; }
.step-number { margin-right: 8px; }
.form-progress :is(li.active, li[aria-current="step"]) { border-color: var(--emerald); color: var(--ink); font-weight: 700; }
.form-progress li.complete { color: var(--emerald); border-color: var(--emerald); }
.form-controls { display: flex; flex-wrap: wrap; gap: 12px; }
.form-controls > :is(button, a) { flex: 1 1 160px; }
.form-submit { width: 100%; }
.self-appraisal-form-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.self-appraisal-form-head > div { display: grid; gap: 6px; }
.self-appraisal-form-head strong { font-size: 21px; }
.self-appraisal-form-head :is(span, p), .self-appraisal-form-note { color: var(--muted); font-size: 13px; }
.self-appraisal-form-head p { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.cf-turnstile { min-width: 0; max-width: 100%; min-height: 72px; }
.cf-turnstile iframe { max-width: 100%; }

/* Service pages retain the generator's existing semantic class names. */
.sub-hero { padding-block: 40px 56px; border-bottom: 1px solid var(--line); background: var(--soft); }
.sub-hero h1 { font-size: 40px; }
.sub-hero .narrow > p:not(.eyebrow):not(.section-kicker) { max-width: 760px; margin-top: 20px; color: var(--muted); font-size: 18px; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; margin-bottom: 28px; color: var(--muted); font-size: 13px; }
.breadcrumb > * { min-width: 0; max-width: 100%; }
.breadcrumb a { display: inline-flex; align-items: center; min-height: 32px; text-decoration: underline; }
.split { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 56px; align-items: start; }
.split > * { min-width: 0; }
.copy-stack { display: grid; gap: 18px; }
.consult-basis { border-top: 1px solid var(--line); }
.consult-basis p { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 20px; padding-block: 18px; border-bottom: 1px solid var(--line); }
.consult-basis strong { color: var(--emerald); font-weight: 500; }
.consult-basis span { color: var(--muted); }
.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 32px; }
.content-grid > article { padding-block: 24px; border-top: 1px solid var(--control-line); }
.content-grid article h2 { margin-bottom: 14px; font-size: 22px; }
.content-grid p { color: var(--muted); }
.content-grid p + p { margin-top: 12px; }
.content-grid :is(ul, ol) { margin-block: 14px 0; padding-left: 20px; }
.content-grid li + li { margin-top: 8px; }
.source-note { margin-top: 24px; padding-left: 20px; border-left: 2px solid var(--metal); color: var(--muted); font-size: 14px; }
.source-note a, .legal-copy a { color: var(--emerald); text-decoration: underline; }
.keyword-list { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 20px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: 14px; }
.case-list-head, .case-list li { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr) minmax(0, 1.1fr) minmax(0, 1fr); gap: 24px; align-items: center; }
.case-list-head { padding-block: 0 12px; color: var(--muted); font-size: 13px; }
.case-list-head > :last-child { text-align: right; }
.case-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.case-list li { min-height: 100px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.case-list li > * { min-width: 0; }
.case-location { font-size: 15px; font-weight: 500; }
.case-asset { display: grid; gap: 5px; }
.case-asset strong { font-size: 17px; font-weight: 500; }
.case-asset small { color: var(--muted); font-size: 12px; }
.case-purpose { color: var(--muted); font-size: 14px; }
.case-amount { color: var(--emerald); font-size: 17px; font-weight: 500; text-align: right; font-variant-numeric: tabular-nums; }
.related-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 32px; }
.related-links a { display: flex; align-items: center; gap: 12px; min-width: 0; min-height: 56px; padding-block: 14px; border-bottom: 1px solid var(--line); color: var(--emerald); font-size: 15px; text-decoration: underline; }
.special-topic-links { margin-top: 28px; }
.directory-grid, .service-directory:not(.section) { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.service-directory:not(.section) > .section-head { grid-column: 1 / -1; margin-bottom: 0; }
.directory-group { min-width: 0; padding-top: 20px; border-top: 1px solid var(--control-line); }
.directory-group h3 { margin-bottom: 12px; font-size: 18px; }
.directory-group ul { margin: 0; padding: 0; list-style: none; }
.directory-group a { display: flex; align-items: center; gap: 8px; min-height: 44px; padding-block: 8px; color: var(--muted); font-size: 14px; }

.date-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.date-intro h2 { font-size: 30px; }
.date-definition { margin-top: 28px; border-top: 1px solid var(--line); }
.date-definition > div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 16px; padding-block: 14px; border-bottom: 1px solid var(--line); font-size: 14px; }
.date-definition dt { color: var(--muted); }
.date-tool { min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: 3px; background: var(--paper); }
.date-tool > input { margin-top: 8px; }
.date-window-results { margin-top: 24px; border-top: 1px solid var(--line); }
.date-window-results > div { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 16px; align-items: start; min-height: 84px; padding-block: 18px; border-bottom: 1px solid var(--line); }
.date-window-results span { color: var(--muted); font-size: 13px; }
.date-window-results strong { font-size: 17px; font-weight: 500; text-align: right; font-variant-numeric: tabular-nums; }
.date-note { margin-block: 20px; color: var(--muted); font-size: 13px; }
.date-tool .btn { width: 100%; }
.date-source { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.date-source a { color: var(--emerald); text-decoration: underline; }
.legal-copy { font-size: 16px; line-height: 1.9; }
.legal-copy > * + * { margin-top: 20px; }
.legal-copy h2 { margin-top: 36px; font-size: 23px; }
.legal-copy h3 { margin-top: 28px; font-size: 19px; }
.legal-copy :is(ul, ol) { padding-left: 22px; }
.legal-copy li + li { margin-top: 8px; }
.legal-copy table { width: 100%; border-collapse: collapse; }
.legal-copy :is(th, td) { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }

.site-footer { padding-block: 48px 32px; border-top: 1px solid #3b453e; color: #f4f6f5; background: #242a27; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 32px 64px; align-items: start; }
.site-footer strong { font-size: 18px; font-weight: 500; }
.site-footer .footer-wordmark { display: block; font-size: 48px; font-weight: 700; line-height: 1.25; margin-bottom: 30px; }
.footer-wordmark > span { display: block; margin-top: 8px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.site-footer :is(p, small, address) { margin-top: 10px; color: #c6cec8; font-size: 13px; font-style: normal; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 24px; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; color: #e2e7e3; font-size: 14px; }
.site-footer a:focus-visible { outline-color: #ffffff; box-shadow: 0 0 0 2px #242a27; }
.footer-bottom { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid #465047; }
.mobile-actions { display: none; }

@media (hover: hover) {
  .site-nav a:not(.nav-cta):hover, .directory-group a:hover, .intent-copy a:hover { color: var(--emerald); text-decoration: underline; }
  .site-nav .nav-cta:hover { text-decoration: underline; color: var(--accent); }
  :is(.btn-primary, .btn-accent):not(:disabled):not([aria-disabled="true"]):hover { background: var(--emerald-hover); border-color: var(--emerald-hover); }
  .btn-secondary:not(:disabled):not([aria-disabled="true"]):hover { background: #e8efea; border-color: var(--emerald); }
  .intent-links a:hover, .related-links a:hover, .source-note a:hover { color: var(--emerald-hover); text-decoration-thickness: 2px; }
  .faq-list summary:hover { color: var(--emerald); }
  .site-footer a:hover { color: #ffffff; text-decoration: underline; }
  .case-disclosure > summary:hover { background: var(--soft); }
  .hero-offer .btn:hover { background: var(--emerald-hover); border-color: var(--emerald-hover); }
}

@media (max-width: 1023px) {
  .practice-content .intent-list { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 32px; }
  .practice-content .intent-list > article:nth-child(odd) { padding-left: 0; border-left: 0; }
  .practice-index { flex-direction: column; align-items: start; gap: 12px; }
  .method-masthead { gap: 10px 24px; }
  body.bureau-site { --gutter: 24px; padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
  .header-row { min-height: 76px; gap: 16px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; inset: 100% 0 auto; max-height: calc(100dvh - 164px); overflow-y: auto; align-items: stretch; justify-content: start; gap: 0; padding: 12px var(--gutter) 20px; border-bottom: 1px solid var(--control-line); background: var(--paper); }
  .site-nav.is-open, .nav-toggle[aria-expanded="true"] + .site-nav { display: grid; }
  .site-nav > a { min-height: 48px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { justify-content: center; margin-top: 12px; }
  .bureau-hero > .shell { padding-block: 36px; }
  .bureau-hero h1 { font-size: 46px; }
  .bureau-hero h1 span { font-size: 32px; }
  .hero-content { width: 51%; }
  .hero-content .section-kicker { font-size: 14px; }
  .hero-content .hero-statement { font-size: 18px; }
  .hero-offer .btn { min-width: 0; width: 100%; }
  .archive-heading { gap: 40px; }
  .archive-heading h2 { font-size: 30px; }
  .archive-column-head, .case-disclosure > summary { grid-template-columns: 32px minmax(0, 1fr) 100px 170px 28px; gap: 16px; }
  .case-value strong { font-size: 20px; }
  .reference-detail { padding-left: 48px; gap: 24px; }
  .stream-shell { grid-template-columns: 230px minmax(0, 1fr) 44px; gap: 18px; }
  .stream-actions { flex-direction: column; }
  .stream-window { padding-left: 18px; }
  .request-entry { grid-template-columns: minmax(0, 1fr) 120px; gap: 2px 14px; align-content: center; }
  .stream-place { grid-column: 1; grid-row: 1 / 3; }
  .stream-purpose { grid-column: 2; grid-row: 2; text-align: right; font-size: 12px; }
  .stream-value { grid-column: 2; grid-row: 1; font-size: 17px; }
  .section { padding-block: 60px; }
  .section-head-row, .section-head:has(> div):has(> p) { grid-template-columns: 1fr; gap: 16px; }
  .intent-list > :is(li, article, .intent-row, .intent-item) { grid-template-columns: 36px minmax(0, 1fr); gap: 12px 20px; }
  .intent-links { grid-column: 2; flex-direction: row; flex-wrap: wrap; gap: 4px 20px; }
  .reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  :is(ol.process-list, .process-list > ol) { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .contact-grid, .date-layout, .split { grid-template-columns: 1fr; gap: 36px; }
  .expert-layout { grid-template-columns: 260px minmax(0, 1fr); gap: 32px; }
  .expert-copy h2 > span { display: block; margin-left: 0; margin-top: 4px; }
  .expert-layout figure { max-width: 480px; }
  .reference-meta dl > div { grid-template-columns: 1fr; gap: 2px; }
  .content-grid { column-gap: 24px; }
  .directory-grid, .service-directory:not(.section) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .date-source { gap: 28px; }
  .mobile-actions { position: fixed; z-index: 60; inset: auto 0 0; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); min-height: calc(72px + env(safe-area-inset-bottom, 0px)); padding: 8px 16px calc(8px + env(safe-area-inset-bottom, 0px)); gap: 8px; border-top: 1px solid var(--line); background: var(--paper); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 0; min-height: 56px; padding: 10px 12px; border-radius: 3px; color: var(--emerald); font-size: 15px; font-weight: 700; line-height: 1.5; text-align: center; }
  .mobile-actions .mobile-actions-primary { color: var(--paper); background: var(--accent); }
  .mobile-actions span { min-width: 0; }
  body.bureau-site:has(.consult-form :is(input, select, textarea):focus) .mobile-actions { display: none; }
}

@media (max-width: 767px) {
  .practice-layout { gap: 28px; }
  .practice-index > p:last-child { font-size: 16px; }
  .practice-content .intent-list > article { padding-right: 18px; padding-left: 18px; }
  .practice-content .intent-copy h3 { font-size: 19px; }
  .practice-content .intent-copy p { font-size: 15px; }
  .method-masthead { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .bureau-site .method-masthead h2 { font-size: 24px; }
  .method-masthead .text-link { justify-self: start; }
  .archive-home .expert-copy h2 { font-size: 30px; }
  .bureau-site .special-heading h2 { font-size: 25px; }
  .expert-layout { grid-template-columns: 1fr; }
  .expert-layout .representative-portrait { max-width: 260px; margin-inline: auto; }
  .bureau-site .plain-heading { font-size: 23px; }
  .hero-content { width: 100%; max-width: 440px; margin-inline: 0; }
  .bureau-hero .hero-scene { height: 175%; object-position: 100% 0; }
  .bureau-hero > .shell { min-height: 410px; }
  .hero-offer { max-width: 360px; }
  .archive-heading { flex-direction: column; align-items: start; gap: 20px; margin-bottom: 28px; }
  .archive-heading h2 br { display: none; }
  .archive-heading h2 span { margin-left: 8px; }
  .archive-intro > p:first-child { font-size: 17px; }
  .archive-search { grid-template-columns: 1fr 150px; gap: 10px; }
  .case-tabs { gap: 0 20px; }
  .archive-column-head { display: none; }
  .case-disclosure > summary { grid-template-columns: 26px minmax(0, 1fr) 28px; gap: 8px 14px; min-height: 142px; padding-block: 20px; }
  .case-index { grid-column: 1; grid-row: 1; align-self: start; padding-top: 5px; }
  .case-place { grid-column: 2; grid-row: 1; }
  .case-place strong { font-size: 18px; }
  .case-use { grid-column: 2; grid-row: 2; font-size: 13px; }
  .case-value { grid-column: 2; grid-row: 3; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 10px; text-align: left; }
  .case-value small { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip-path: none; white-space: normal; color: var(--muted); font-size: 11px; }
  .case-value strong { font-size: 21px; }
  .case-disclosure > summary > svg { grid-column: 3; grid-row: 1; align-self: start; margin-top: 5px; }
  .reference-detail { grid-template-columns: 1fr; padding-left: 40px; gap: 24px; }
  .request-stream { --stream-height: 112px; }
  .stream-shell { grid-template-columns: minmax(0, 1fr) 96px; gap: 0 12px; padding-top: 16px; }
  .stream-label { grid-column: 1; grid-row: 1; }
  .stream-actions { grid-column: 2; grid-row: 1; flex-direction: row; justify-content: end; align-self: start; }
  .stream-label p { width: calc(100% + 108px); }
  .stream-window { grid-column: 1 / -1; grid-row: 2; border-left: 0; padding-left: 0; margin-top: 12px; border-top: 1px solid var(--line); }
  .request-entry { grid-template-columns: minmax(0, 1fr) 125px; }
  .stream-source { padding-top: 0; }
  .process-list li { grid-template-columns: 30px minmax(0, 1fr); gap: 8px 16px; }
  .process-list li > p { grid-column: 2; }
  .reference-grid { grid-template-columns: 1fr; gap: 32px; }
  .reference-card img, .reference-card :is(.reference-image, .reference-media) { aspect-ratio: 3 / 2; }
  .reference-meta dl > div { grid-template-columns: 88px minmax(0, 1fr); gap: 12px; }
  .content-grid, .directory-grid, .service-directory:not(.section) { grid-template-columns: 1fr; }
  .related-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .assurance-strip dl { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
  .assurance-strip dl > div { padding-inline: 16px; }
  .assurance-strip dl > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .case-list-head { display: none; }
  .case-list li { grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: 8px 16px; }
  .case-location { grid-column: 1; grid-row: 1; }
  .case-asset { grid-column: 1; grid-row: 2; }
  .case-purpose { grid-column: 2; grid-row: 2; text-align: right; }
  .case-amount { grid-column: 2; grid-row: 1; }
  .date-source, .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 639px) {
  body.bureau-site { --gutter: 16px; }
  .bureau-site h2 { font-size: 27px; }
  .bureau-site h3 { font-size: 20px; }
  .header-row { min-height: 64px; gap: 12px; }
  .self-appraisal-bar-inner { min-height: 32px; padding-block: 4px; }
  .self-appraisal-bar-copy { display: none; }
  .brand { gap: 9px; }
  .brand-mark { flex-basis: auto; width: auto; height: 36px; font-size: 27px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 9px; }
  .bureau-hero > .shell { padding-block: 28px; }
  .bureau-hero h1 { font-size: 44px; line-height: 1.2; }
  .bureau-hero h1 span { font-size: 30px; }
  .hero-content :is(.hero-service, .service-sentence, .hero-statement) { margin-top: 18px; font-size: 17px; line-height: 1.6; }
  .hero-content :is(.hero-lead, .hero-sub, .hero-description) { margin-top: 12px; font-size: 15px; line-height: 1.65; }
  .hero-content .hero-note { margin-top: 10px; font-size: 14px; }
  .offer-line { margin-top: 0; gap: 4px 12px; font-size: 13px; }
  .hero-offer .btn { min-height: 60px; font-size: 20px; }
  .hero-offer .hero-note br { display: none; }
  .hero-actions { gap: 4px 16px; margin-top: 16px; }
  .hero-actions :is(.btn, .btn-primary, .btn-secondary) { width: 100%; }
  .hero-caption { margin-top: 8px; font-size: 11px; }
  .archive-heading h2 { font-size: 27px; }
  .archive-search { grid-template-columns: 1fr; }
  .archive-search :is(input, select) { min-height: 48px; font-size: 14px; }
  .case-tabs { gap: 0 18px; }
  .case-tabs label { min-height: 48px; }
  .case-tabs span { font-size: 14px; }
  .reference-detail { padding-left: 0; }
  .stream-label h2 { font-size: 16px; }
  .stream-label p { font-size: 12px; }
  .stream-source { font-size: 12px; }
  .assurance-strip dl { padding-block: 20px; gap: 16px 0; }
  .assurance-strip dt { font-size: 12px; }
  .assurance-strip dd { font-size: 15px; }
  .section { padding-block: 44px; }
  .section-head { margin-bottom: 28px; }
  .section-kicker, .section-label, .eyebrow { margin-bottom: 10px; font-size: 14px; }
  .intent-list > :is(li, article, .intent-row, .intent-item) { grid-template-columns: 26px minmax(0, 1fr); gap: 8px 12px; padding-block: 22px; }
  .intent-copy h3 { font-size: 21px; }
  .intent-copy p { font-size: 15px; }
  .intent-links { gap: 0 14px; }
  :is(ol.process-list, .process-list > ol) { gap: 24px 20px; }
  .process-list li > strong { font-size: 18px; }
  .process-list li p { font-size: 14px; }
  .comparison-table :is(th, td) { padding: 16px; }
  .expert-copy h2 { font-size: 28px; }
  .expert-quote { padding-left: 16px; font-size: 16px; }
  .expert-note { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .expert-note h3 { font-size: 23px; }
  .credentials > :is(div, li, p), .credential-list > p { grid-template-columns: 92px minmax(0, 1fr); gap: 12px; font-size: 14px; }
  .faq-list summary { min-height: 64px; padding-block: 18px; font-size: 16px; }
  .faq-list details > :not(summary) { font-size: 15px; }
  .contact-grid { gap: 32px; }
  .archive-home .contact-intro h2 { font-size: 28px; }
  .form-row-two { grid-template-columns: 1fr; }
  .form-progress ol { gap: 8px; }
  .form-progress li { font-size: 12px; }
  .form-controls > :is(button, a) { flex-basis: 120px; padding-inline: 14px; }
  .sub-hero { padding-block: 24px 36px; }
  .sub-hero h1 { font-size: 32px; }
  .sub-hero .narrow > p:not(.eyebrow):not(.section-kicker) { font-size: 17px; }
  .breadcrumb { margin-bottom: 20px; font-size: 12px; }
  .consult-basis p { grid-template-columns: 88px minmax(0, 1fr); gap: 12px; font-size: 15px; }
  .content-grid article h2 { font-size: 21px; }
  .related-links { grid-template-columns: 1fr; }
  .case-amount { font-size: 15px; }
  .case-purpose { font-size: 13px; }
  .date-intro h2 { font-size: 27px; }
  .date-tool { padding: 20px; }
  .date-window-results > div { grid-template-columns: 1fr; gap: 6px; }
  .date-window-results strong { text-align: left; }
  .date-definition > div { grid-template-columns: 84px minmax(0, 1fr); gap: 12px; }
  .legal-copy h2 { font-size: 22px; }
  .site-footer { padding-block: 36px; }
}

@media (max-width: 359px), (max-width: 639px) and (max-height: 700px) {
  .bureau-hero > .shell { min-height: 0; padding-block: 24px; }
  .bureau-hero h1 { line-height: 1.3; }
  .hero-content > .section-kicker { margin-bottom: 6px; }
  .hero-content :is(.hero-service, .service-sentence, .hero-statement) { margin-top: 10px; line-height: 1.5; }
  .hero-content :is(.hero-lead, .hero-sub, .hero-description) { margin-top: 8px; }
  .offer-line { margin-top: 8px; }
  .hero-actions { margin-top: 12px; }
  .hero-actions > a:not(.btn):not(.btn-primary):not(.btn-secondary) { min-height: 44px; }
  .hero-content .hero-note { line-height: 1.5; }
  .hero-caption { margin-top: 8px; }
}

@media (max-width: 639px) and (max-height: 700px) {
  body.bureau-site { padding-bottom: 0; }
  .mobile-actions { display: none; }
  .self-appraisal-bar-inner { min-height: 32px; padding-block: 4px; }
  .header-row { min-height: 64px; }
  .hero-actions { margin-top: 8px; }
  .hero-actions > a:not(.btn):not(.btn-primary):not(.btn-secondary) { min-height: 32px; }
  .hero-content > .section-kicker { margin-bottom: 4px; }
  .hero-caption { margin-top: 6px; }
  .assurance-strip dl { padding-block: 12px; }
}

@media (max-width: 639px) and (max-height: 600px) {
  body.bureau-site { padding-bottom: 0; }
  .mobile-actions { display: none; }
  .header-row { min-height: 56px; }
  .bureau-hero > .shell { padding-block: 24px; }
  .bureau-hero h1 { font-size: 40px; line-height: 1.25; }
  .bureau-hero h1 span { font-size: 28px; }
  .hero-content .hero-statement { display: none; }
  .hero-content > .section-kicker { margin-bottom: 2px; }
  .hero-content :is(.hero-lead, .hero-sub, .hero-description) { margin-top: 6px; }
  .hero-content .hero-note { margin-top: 4px; }
  .hero-caption { margin-top: 4px; }
  .assurance-strip dl { padding-block: 8px; }
}

@media (max-width: 359px) {
  .brand-mark { font-size: 24px; }
  .practice-content .intent-list { grid-template-columns: 1fr; }
  .practice-content .intent-list > article { padding-left: 0; padding-bottom: 24px; border-left: 0; border-bottom: 1px solid var(--line); }
  :is(ol.process-list, .process-list > ol) { grid-template-columns: 1fr; gap: 24px; }
  .form-controls { flex-direction: column; }
  .form-controls > :is(button, a) { flex-basis: auto; width: 100%; }
  .cf-turnstile { min-height: 140px; }
}

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

@media (forced-colors: active) {
  .bureau-hero::before { background: Canvas; opacity: 1; }
  .bureau-site :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible { outline-color: Highlight; box-shadow: none; }
  .form-progress :is(li.active, li.complete, li[aria-current="step"]) { border-color: Highlight; }
  .brand-mark, .mobile-actions a { border: 1px solid ButtonText; }
}
.privacy-consents { min-width: 0; margin: 18px 0; padding: 0; border: 0; }
.privacy-consents legend { margin-bottom: 10px; font-weight: 700; }
.privacy-consents .consent { align-items: flex-start; padding: 14px 0; border-top: 1px solid var(--line); }
.privacy-consents .consent small { display: block; margin-top: 6px; line-height: 1.65; font-size: 13px; }
.privacy-consents .consent input { flex-shrink: 0; margin-top: 4px; }
