:root {
  --ink: #0a1830;
  --ink-2: #122746;
  --ink-3: #1c3353;
  --paper: #f3efe7;
  --paper-2: #fbfaf7;
  --white: #fff;
  --red: #e64b38;
  --blue: #3159df;
  --green: #13765f;
  --green-soft: #d7f2e8;
  --amber: #98640e;
  --line: #d8d5ce;
  --line-dark: rgba(255, 255, 255, .2);
  --muted: #626b77;
  --muted-light: #aeb9c8;
  --shadow: 9px 9px 0 rgba(10, 24, 48, .09);
  --shell: 1220px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-2); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body, button, input { font: 16px/1.45 var(--sans); }
a { color: inherit; }
button, input { border-radius: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only, .sr-only:not(:focus):not(:active) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.preview-bar { color: var(--white); background: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.preview-bar .shell { min-height: 34px; display: flex; align-items: center; gap: 14px; }
.preview-bar span { padding: 3px 7px; color: var(--red); background: var(--white); text-transform: uppercase; font-size: 10px; letter-spacing: .1em; }
.preview-bar p { margin: 0; font-weight: 600; }
.preview-bar a { margin-left: auto; text-underline-offset: 3px; }

.site-header { position: relative; z-index: 20; color: var(--white); background: var(--ink); border-bottom: 1px solid var(--line-dark); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.wordmark { display: inline-flex; align-items: stretch; color: var(--white); text-decoration: none; font-size: 26px; font-weight: 850; letter-spacing: -.06em; line-height: 34px; }
.wordmark span { padding-right: 3px; }
.wordmark b { min-width: 38px; padding: 0 5px; color: var(--white); background: var(--red); font-size: 18px; letter-spacing: -.04em; text-align: center; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; color: #e9edf4; text-decoration: none; font-size: 13px; font-weight: 700; }
.main-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--red); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-source { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid var(--line-dark); text-decoration: none; font-size: 12px; font-weight: 750; }
.header-source i { width: 7px; height: 7px; border-radius: 50%; background: #4be0a3; box-shadow: 0 0 0 4px rgba(75, 224, 163, .12); }
.menu-button { display: none; margin-left: auto; padding: 8px; color: var(--white); border: 0; background: transparent; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 4px 0; background: currentColor; }
.menu-button i { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { position: absolute; top: 0; right: 0; width: 38vw; height: 70%; background: var(--ink-2); content: ""; clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 78%); }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent 0, #000 72%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(350px, .68fr); gap: 76px; padding-block: 92px 82px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #c5cfdd; font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-grid; width: 26px; height: 26px; place-items: center; color: var(--white); background: var(--red); font-size: 10px; letter-spacing: 0; }
.eyebrow.dark { color: #6a7280; }
.eyebrow.pale { color: #c8d3df; }
.hero h1 { max-width: 770px; margin: 0; font-size: clamp(52px, 6.6vw, 94px); line-height: .94; letter-spacing: -.068em; }
.hero h1 em, .section-heading h2 em, .places-copy h2 em, .roadmap-heading h2 em { color: var(--red); font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
.hero-intro { max-width: 670px; margin: 32px 0 35px; color: #c4ceda; font-size: 19px; line-height: 1.62; }
.hero-search label { display: block; margin-bottom: 9px; color: #dce3ec; font-size: 12px; font-weight: 750; }
.search-box { display: grid; grid-template-columns: 25px minmax(0, 1fr) auto; align-items: center; max-width: 750px; padding: 7px; background: var(--white); box-shadow: 8px 8px 0 rgba(230, 75, 56, .32); }
.search-icon { position: relative; width: 15px; height: 15px; margin-left: 5px; border: 2px solid var(--ink); border-radius: 50%; }
.search-icon::after { position: absolute; right: -6px; bottom: -4px; width: 7px; height: 2px; background: var(--ink); content: ""; transform: rotate(45deg); }
.search-box input { min-width: 0; height: 52px; padding: 0 18px; color: var(--ink); border: 0; outline: 0; font-size: 16px; font-weight: 650; }
.search-box input::placeholder { color: #7c8490; font-weight: 500; }
.search-box:focus-within { outline: 3px solid rgba(255, 255, 255, .35); outline-offset: 4px; }
.search-box button { height: 48px; padding: 0 22px; color: var(--white); border: 0; background: var(--blue); font-weight: 800; cursor: pointer; }
.search-box button:hover { background: #2449c8; }
.search-box button span { margin-left: 18px; }
.search-foot { max-width: 750px; display: flex; justify-content: space-between; gap: 20px; color: #9eaabd; font-size: 11px; }
.search-foot p { margin: 12px 0 0; }
.search-foot button { padding: 0; color: #e7ecf3; border: 0; border-bottom: 1px dotted currentColor; background: transparent; font-size: inherit; cursor: pointer; }
.search-message { min-height: 20px; margin: 9px 0 0; color: #ffd1cb; font-size: 12px; font-weight: 650; }

.hero-record { align-self: center; padding: 25px; color: var(--ink); background: var(--paper); border-top: 5px solid var(--red); box-shadow: 14px 14px 0 rgba(0, 0, 0, .17); transform: rotate(1deg); }
.hero-record > * { transform: rotate(-1deg); }
.record-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.record-label { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.status { display: inline-flex; align-items: center; gap: 7px; width: max-content; padding: 5px 8px; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.status-active { color: var(--green); background: var(--green-soft); }
.record-heading { display: grid; grid-template-columns: 56px 1fr; gap: 15px; align-items: center; padding: 24px 0; }
.record-monogram { display: grid; width: 56px; height: 56px; place-items: center; color: var(--white); background: var(--blue); font-family: var(--serif); font-size: 31px; font-weight: 700; }
.record-heading p { margin: 0 0 4px; color: var(--muted); font-size: 11px; }
.record-heading h2 { margin: 0; font-size: 22px; line-height: 1.05; letter-spacing: -.04em; }
.record-heading a { display: inline-block; margin-top: 6px; color: var(--blue); font-size: 11px; font-weight: 750; text-decoration: none; }
.record-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.record-facts div { min-width: 0; padding: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.record-facts dt { margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.record-facts dd { margin: 0; font-size: 12px; font-weight: 750; }
.record-pulse { display: flex; align-items: end; justify-content: space-between; padding: 18px 0; }
.record-pulse span, .record-pulse strong { display: block; }
.record-pulse span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.record-pulse strong { margin-top: 3px; font-size: 12px; }
.pulse-bars { display: flex; gap: 3px; }
.pulse-bars i { width: 21px; height: 5px; background: #d6d3cc; }
.pulse-bars i.on { background: var(--green); }
.record-link { display: flex; justify-content: space-between; padding: 13px 15px; color: var(--white); background: var(--ink); font-size: 12px; font-weight: 800; text-decoration: none; }
.record-link:hover { background: var(--blue); }

.hero-stats { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); }
.hero-stats div { min-height: 104px; display: flex; align-items: center; gap: 14px; padding: 21px 22px; border-right: 1px solid var(--line-dark); }
.hero-stats div:first-child { padding-left: 0; }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { font-size: 30px; letter-spacing: -.05em; }
.hero-stats span { color: #aeb9c8; font-size: 10px; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }

.section { padding-block: 104px; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .places-copy h2, .roadmap-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 67px); line-height: .98; letter-spacing: -.06em; }
.section-heading > p { max-width: 490px; margin: 0; color: var(--muted); line-height: 1.75; }
.directory { background: var(--paper); }
.entity-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.entity-card { position: relative; min-height: 335px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); color: var(--ink); text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.entity-card:hover { z-index: 2; color: var(--white); background: var(--blue); transform: translate(-5px, -5px); box-shadow: 6px 6px 0 var(--ink); }
.entity-card.entity-primary { color: var(--white); background: var(--ink); }
.entity-card.entity-primary:hover { background: var(--red); }
.entity-no { align-self: flex-end; font-family: var(--serif); font-size: 12px; font-style: italic; }
.entity-icon { display: grid; width: 54px; height: 54px; margin: 24px 0 34px; place-items: center; color: var(--white); background: var(--red); font-size: 13px; font-weight: 900; letter-spacing: -.04em; }
.entity-card:not(.entity-primary) .entity-icon { color: var(--ink); background: #dcd7cc; }
.entity-card:hover .entity-icon { color: var(--ink); background: var(--white); }
.entity-card h3 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.04em; }
.entity-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.entity-card.entity-primary p, .entity-card:hover p { color: rgba(255, 255, 255, .72); }
.entity-card strong { display: flex; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid currentColor; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }

.evidence-demo { color: var(--white); background: var(--blue); }
.evidence-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: center; }
.evidence-copy h2 { margin: 0 0 25px; max-width: 510px; font-size: clamp(42px, 5vw, 66px); line-height: .98; letter-spacing: -.06em; }
.evidence-copy > p:not(.eyebrow) { max-width: 500px; color: #d8e0fb; line-height: 1.7; }
.text-link { display: inline-flex; gap: 20px; margin-top: 18px; color: var(--blue); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; text-decoration: none; }
.text-link.light { color: var(--white); }
.evidence-panel { color: var(--ink); background: var(--paper-2); border: 1px solid var(--ink); box-shadow: 14px 14px 0 rgba(10, 24, 48, .35); }
.panel-head { display: flex; justify-content: space-between; gap: 30px; padding: 26px 28px 22px; border-bottom: 1px solid var(--line); }
.panel-head span { color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.panel-head h3 { margin: 4px 0 0; font-size: 23px; letter-spacing: -.04em; }
.panel-head time { align-self: flex-start; padding: 5px 7px; color: var(--green); background: var(--green-soft); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.signal-list { margin: 0; padding: 0; list-style: none; }
.signal-list li { display: grid; grid-template-columns: 34px 1fr auto; gap: 15px; align-items: center; padding: 20px 28px; border-bottom: 1px solid var(--line); }
.signal-icon { display: grid; width: 30px; height: 30px; place-items: center; font-style: normal; font-size: 11px; font-weight: 900; }
.signal-icon.checked { color: var(--white); background: var(--green); }
.signal-icon.neutral { color: var(--white); background: var(--blue); }
.signal-icon.pending { color: var(--ink); background: #dedbd3; }
.signal-list strong, .signal-list span { display: block; }
.signal-list strong { font-size: 13px; }
.signal-list span { margin-top: 2px; color: var(--muted); font-size: 11px; }
.signal-list em { color: var(--muted); font-size: 9px; font-style: normal; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.evidence-note { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 19px 28px; background: var(--paper); }
.evidence-note b { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.evidence-note p { margin: 0; color: var(--muted); font-size: 11px; }

.coverage { background: var(--paper-2); }
.source-board { display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--ink); }
.source-feature { padding: 39px; color: var(--white); background: var(--ink); }
.source-mark { display: grid; width: 65px; height: 65px; place-items: center; color: var(--white); background: var(--red); font-size: 16px; font-weight: 900; letter-spacing: -.04em; }
.source-mark.small { width: 40px; height: 40px; font-size: 10px; }
.source-mark.muted { color: var(--muted); background: #e1ded6; }
.source-phase { width: max-content; margin: 34px 0 12px; padding: 5px 7px; color: #76e4bd; border: 1px solid rgba(118, 228, 189, .45); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.source-feature h3 { margin: 0; font-size: 37px; letter-spacing: -.055em; }
.source-feature > p { color: #bec9d7; line-height: 1.7; }
.source-feature ul { margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.source-feature li { padding: 11px 0; border-bottom: 1px solid var(--line-dark); font-size: 11px; font-weight: 750; }
.source-feature a, .source-list a { display: inline-flex; gap: 15px; color: inherit; font-size: 11px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.source-list { display: grid; grid-template-columns: 1fr 1fr; }
.source-list article { min-height: 245px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.source-list article:nth-child(even) { border-right: 0; }
.source-list article:nth-last-child(-n+2) { border-bottom: 0; }
.source-list-top { display: flex; justify-content: space-between; align-items: flex-start; }
.source-list-top em { color: var(--muted); font-size: 9px; font-style: normal; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.source-list h3 { margin: 24px 0 8px; font-size: 18px; letter-spacing: -.035em; }
.source-list p { min-height: 58px; margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.source-list a { color: var(--blue); }
.coverage-strip { display: flex; justify-content: space-between; gap: 25px; padding: 19px 22px; color: var(--ink); background: #eae6dc; border: solid var(--ink); border-width: 0 1px 1px; font-size: 11px; }
.coverage-strip p { margin: 0; }
.coverage-strip a { color: var(--blue); font-weight: 800; text-decoration: none; }

.places { background: var(--paper); }
.places-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; align-items: center; }
.places-copy > p:not(.eyebrow) { max-width: 510px; margin: 28px 0; color: var(--muted); line-height: 1.7; }
.geography-note { display: flex; gap: 14px; align-items: center; max-width: 480px; padding-top: 24px; border-top: 1px solid var(--ink); }
.geography-note > span { display: grid; flex: 0 0 auto; width: 46px; height: 46px; place-items: center; color: var(--white); background: var(--blue); font-size: 10px; font-weight: 900; }
.geography-note p, .geography-note b { display: block; margin: 0; }
.geography-note p { color: var(--muted); font-size: 11px; }
.geography-note b { color: var(--ink); font-size: 12px; }
.nation-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.nation-grid a { position: relative; min-height: 205px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; transition: color .2s, background .2s; }
.nation-grid a:hover { color: var(--white); background: var(--ink); }
.nation-grid span { align-self: flex-end; font-family: var(--serif); font-size: 11px; font-style: italic; }
.nation-grid strong { margin-top: auto; font-size: 24px; letter-spacing: -.045em; }
.nation-grid small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.nation-grid a:hover small { color: #aeb9c8; }
.nation-grid i { position: absolute; right: 24px; bottom: 24px; color: var(--red); font-style: normal; }

.roadmap { color: var(--white); background: var(--ink); }
.roadmap .shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; }
.roadmap-heading { position: sticky; top: 30px; align-self: start; }
.roadmap-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.roadmap-list li { display: grid; grid-template-columns: 54px 1fr auto; gap: 22px; align-items: start; padding: 26px 0; border-bottom: 1px solid var(--line-dark); }
.roadmap-list > li > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--muted-light); border: 1px solid var(--line-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.roadmap-list li.now > span { color: var(--white); background: var(--red); border-color: var(--red); }
.roadmap-list b { display: block; margin-bottom: 5px; font-size: 16px; }
.roadmap-list p { margin: 0; color: var(--muted-light); font-size: 12px; }
.roadmap-list em { padding: 5px 7px; color: var(--muted-light); border: 1px solid var(--line-dark); font-size: 8px; font-style: normal; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.roadmap-list li.now em { color: #7be4bd; border-color: rgba(123, 228, 189, .4); }

.site-footer { color: #c2ccda; background: #06101f; }
.footer-main { display: flex; justify-content: space-between; gap: 50px; padding-block: 58px; }
.footer-logo { margin-bottom: 13px; }
.footer-main p { margin: 0; color: #8694a7; font-family: var(--serif); font-size: 17px; font-style: italic; }
.footer-main nav { display: grid; grid-template-columns: repeat(2, max-content); gap: 11px 36px; align-content: start; }
.footer-main nav a { color: #cbd3de; font-size: 11px; font-weight: 700; text-decoration: none; }
.footer-main nav a:hover { color: var(--white); }
.footer-legal { display: flex; justify-content: space-between; gap: 40px; padding-block: 20px; border-top: 1px solid rgba(255, 255, 255, .12); }
.footer-legal p { max-width: 790px; margin: 0; color: #758499; font-size: 9px; line-height: 1.6; }

/* Profile */
.profile-page { background: var(--paper); }
.profile-header .header-inner { min-height: 72px; }
.main-nav.compact { margin-left: 0; }
.header-search { position: relative; flex: 1; max-width: 450px; display: grid; grid-template-columns: 1fr auto; margin-left: 30px; }
.header-search input { min-width: 0; height: 40px; padding: 0 14px; color: var(--white); border: 1px solid rgba(255,255,255,.27); border-right: 0; background: rgba(255,255,255,.04); outline: 0; font-size: 12px; }
.header-search input:focus { border-color: rgba(255,255,255,.75); }
.header-search button { padding: 0 16px; color: var(--white); border: 0; background: var(--blue); font-size: 11px; font-weight: 800; cursor: pointer; }
.header-search .search-message { position: absolute; top: 43px; left: 0; z-index: 2; width: 100%; margin: 0; padding: 8px 10px; color: var(--ink); background: #ffd7d1; box-shadow: 3px 3px 0 rgba(0,0,0,.15); }
.header-search .search-message:empty { display: none; }
.profile-hero { color: var(--white); background-color: var(--ink-2); background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 55px 55px; }
.profile-hero .shell { padding-block: 31px 38px; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 46px; color: #aeb9c8; font-size: 10px; }
.breadcrumbs a { text-underline-offset: 3px; }
.breadcrumbs b { color: var(--white); }
.profile-title-row { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.profile-type { margin: 0 0 7px; color: #acb9c8; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.profile-title-row h1 { margin: 0; font-size: clamp(44px, 6vw, 76px); line-height: .95; letter-spacing: -.065em; }
.profile-meta { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 18px; }
.profile-meta > span:not(.status) { padding: 5px 8px; color: #d7dee7; border: 1px solid var(--line-dark); font-size: 10px; font-weight: 750; }
.profile-source-stamp { min-width: 190px; padding: 15px; border: 1px solid var(--line-dark); }
.profile-source-stamp span, .profile-source-stamp b, .profile-source-stamp a { display: block; }
.profile-source-stamp span { color: #9eabba; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.profile-source-stamp b { margin: 6px 0 13px; color: #73dfb9; font-size: 15px; letter-spacing: .05em; }
.profile-source-stamp a { color: var(--white); font-size: 10px; font-weight: 750; text-decoration: none; }
.profile-summary { display: grid; grid-template-columns: 1.4fr .6fr .5fr; gap: 0; margin-top: 39px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.profile-summary > * { min-height: 91px; margin: 0; padding: 18px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.profile-summary > p { display: none; }
.profile-summary address { font-style: normal; font-size: 12px; font-weight: 650; line-height: 1.55; }
.profile-summary span, .profile-summary b { display: block; }
.profile-summary span { color: #9eabba; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.profile-summary b { margin-top: 8px; font-size: 12px; }
.profile-nav-wrap { position: sticky; z-index: 10; top: 0; background: var(--paper-2); border-bottom: 1px solid var(--ink); }
.profile-nav { display: flex; overflow-x: auto; scrollbar-width: none; }
.profile-nav::-webkit-scrollbar { display: none; }
.profile-nav a { flex: 0 0 auto; padding: 16px 20px; border-right: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; }
.profile-nav a:first-child { border-left: 1px solid var(--line); }
.profile-nav a.active, .profile-nav a:hover { color: var(--white); background: var(--blue); }
.profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; padding-block: 42px 90px; }
.profile-main { display: grid; gap: 26px; }
.profile-card, .side-card { background: var(--paper-2); border: 1px solid var(--ink); }
.profile-card { padding: 31px; }
.card-title { display: flex; justify-content: space-between; gap: 25px; align-items: flex-start; margin-bottom: 28px; }
.card-title .eyebrow { margin-bottom: 8px; }
.card-title h2 { margin: 0; font-size: 29px; letter-spacing: -.045em; }
.freshness, .source-chip, .coverage-state { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; padding: 5px 7px; color: var(--muted); background: #ebe8e1; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.freshness i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.source-chip { color: var(--blue); background: #e3e9ff; }
.coverage-state.pending { color: var(--amber); background: #f3e8ce; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.facts-grid div { padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts-grid dt { margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.facts-grid dd { margin: 0; font-size: 13px; font-weight: 750; }
.inline-active { color: var(--green); }
.activity-block { display: grid; grid-template-columns: 72px 1fr; gap: 20px; margin-top: 22px; padding: 20px; background: var(--paper); }
.activity-code { display: grid; width: 72px; height: 72px; place-items: center; color: var(--white); background: var(--blue); font-size: 14px; font-weight: 900; }
.activity-block p { margin: 0 0 5px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.activity-block h3 { margin: 0; font-size: 14px; line-height: 1.45; }
.activity-block a { display: inline-block; margin-top: 8px; color: var(--blue); font-size: 10px; font-weight: 800; text-decoration: none; }
.context-note { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: center; margin-top: 20px; padding: 14px; border-left: 3px solid var(--blue); background: #eaf0ff; }
.context-note > span { display: grid; width: 26px; height: 26px; place-items: center; color: var(--white); border-radius: 50%; background: var(--blue); font-family: var(--serif); font-weight: 800; }
.context-note p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.context-note b { color: var(--ink); }
.context-note.warning { border-left-color: var(--red); background: #ffeae6; }
.context-note.warning > span { background: var(--red); }

.deadline-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.deadline-grid article { padding: 21px; border: 1px solid var(--line); background: var(--paper); }
.deadline-top { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 22px; }
.deadline-top span { font-size: 12px; font-weight: 850; }
.deadline-top em { padding: 4px 6px; color: var(--green); background: var(--green-soft); font-size: 8px; font-style: normal; font-weight: 850; text-transform: uppercase; }
.deadline-grid p { margin: 0 0 4px; color: var(--muted); font-size: 9px; }
.deadline-grid b, .deadline-grid strong { display: block; font-size: 14px; }
.deadline-grid hr { height: 1px; margin: 16px 0; border: 0; background: var(--line); }
.filing-actions { display: flex; justify-content: space-between; gap: 25px; align-items: center; margin-top: 20px; }
.filing-actions a { display: flex; gap: 12px; color: var(--blue); font-size: 10px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.filing-actions p { margin: 0; color: var(--muted); font-size: 9px; }

.people-preview { border-top: 1px solid var(--line); }
.people-preview article { display: grid; grid-template-columns: 48px 1fr auto; gap: 16px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.people-icon { display: grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: var(--ink); font-size: 9px; font-weight: 900; }
.people-preview p { margin: 0; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.people-preview h3 { margin: 2px 0; font-size: 14px; }
.people-preview div > span { color: var(--muted); font-size: 10px; }
.people-preview a { color: var(--blue); font-size: 9px; font-weight: 800; text-decoration: none; }
.section-disclaimer { margin: 19px 0 0; padding-top: 16px; color: var(--muted); border-top: 1px solid var(--line); font-size: 9px; line-height: 1.55; }

.check-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.check-grid article { display: grid; grid-template-columns: 45px 1fr; gap: 13px; padding: 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.check-mark { grid-row: 1 / 3; display: grid; width: 42px; height: 42px; place-items: center; color: var(--ink); background: #e3dfd6; font-size: 8px; font-weight: 900; }
.check-grid h3 { margin: 0; font-size: 12px; }
.check-grid p { margin: 3px 0 0; color: var(--muted); font-size: 9px; }
.check-grid em { grid-column: 2; color: var(--amber); font-size: 8px; font-style: normal; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }

.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 90px 18px 1fr; gap: 14px; min-height: 94px; }
.timeline time { padding-top: 4px; color: var(--muted); font-family: var(--serif); font-size: 11px; font-style: italic; }
.timeline li > i { position: relative; width: 1px; height: 100%; background: var(--line); }
.timeline li > i::before { position: absolute; top: 4px; left: -4px; width: 7px; height: 7px; border: 1px solid var(--blue); border-radius: 50%; background: var(--paper-2); content: ""; }
.timeline li:first-child > i::before { background: var(--blue); }
.timeline li div { padding-bottom: 24px; }
.timeline li span { color: var(--blue); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.timeline h3 { margin: 3px 0; font-size: 13px; }
.timeline p { margin: 0; color: var(--muted); font-size: 10px; }

.profile-source-list { border-top: 1px solid var(--line); }
.profile-source-list > * { display: grid; grid-template-columns: 40px 1fr auto 16px; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.profile-source-list b, .profile-source-list p { margin: 0; }
.profile-source-list b { font-size: 12px; }
.profile-source-list p { color: var(--muted); font-size: 9px; }
.profile-source-list em { color: var(--muted); font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.profile-source-list em.source-ok { color: var(--green); }
.profile-source-list > * > i { color: var(--blue); font-style: normal; }

.profile-sidebar { position: sticky; top: 67px; display: grid; gap: 20px; }
.side-card { padding: 22px; }
.side-card .eyebrow { margin-bottom: 17px; }
.coverage-ring { display: grid; width: 132px; height: 132px; margin: 18px auto 24px; place-items: center; border: 12px solid #dedbd3; border-top-color: var(--green); border-radius: 50%; transform: rotate(45deg); }
.coverage-ring > div { text-align: center; transform: rotate(-45deg); }
.coverage-ring strong, .coverage-ring span { display: block; }
.coverage-ring strong { font-size: 31px; line-height: 1; }
.coverage-ring span { color: var(--muted); font-size: 8px; }
.evidence-score ul { margin: 0; padding: 0; list-style: none; }
.evidence-score li { display: grid; grid-template-columns: 10px 1fr; gap: 10px; padding: 10px 0; border-top: 1px solid var(--line); }
.evidence-score li > i { width: 7px; height: 7px; margin-top: 4px; border-radius: 50%; background: #cac7c0; }
.evidence-score li > i.done { background: var(--green); }
.evidence-score li b, .evidence-score li span { display: block; }
.evidence-score li b { font-size: 10px; }
.evidence-score li span { color: var(--muted); font-size: 8px; }
.side-facts { margin: 0; border-top: 1px solid var(--line); }
.side-facts div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.side-facts dt { color: var(--muted); font-size: 9px; }
.side-facts dd { margin: 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; font-weight: 800; }
.source-warning { color: var(--white); background: var(--blue); border-color: var(--blue); }
.source-warning > span { font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.source-warning h3 { margin: 5px 0 10px; font-size: 20px; letter-spacing: -.04em; }
.source-warning p { margin: 0; color: #dbe2ff; font-size: 10px; line-height: 1.55; }
.side-official { display: grid; grid-template-columns: 1fr auto; padding: 18px 20px; color: var(--white); background: var(--ink); text-decoration: none; }
.side-official span, .side-official b { display: block; }
.side-official span { color: #9eabba; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.side-official b { margin-top: 4px; font-size: 11px; }
.side-official i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--red); font-style: normal; }
.compact-footer .footer-main { padding-block: 42px; }

@media (max-width: 1050px) {
  .hero-layout { gap: 38px; }
  .hero h1 { font-size: clamp(50px, 7vw, 78px); }
  .entity-grid { grid-template-columns: 1fr 1fr; }
  .evidence-layout, .places-layout, .roadmap .shell { gap: 55px; }
  .source-board { grid-template-columns: .72fr 1.28fr; }
  .main-nav { gap: 18px; }
  .profile-layout { grid-template-columns: minmax(0, 1fr) 270px; }
  .profile-card { padding: 25px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .preview-bar .shell { min-height: 42px; }
  .preview-bar p { overflow: hidden; max-width: 47vw; white-space: nowrap; text-overflow: ellipsis; }
  .header-inner { min-height: 68px; }
  .menu-button { display: block; }
  .header-source { display: none; }
  .main-nav { position: absolute; top: 100%; right: 16px; left: 16px; display: none; margin: 0; padding: 15px; color: var(--ink); background: var(--white); border: 1px solid var(--ink); box-shadow: 6px 6px 0 rgba(0,0,0,.2); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 9px; color: var(--ink); }
  .main-nav a::after { display: none; }
  .hero-layout { grid-template-columns: 1fr; padding-block: 66px 62px; }
  .hero-record { max-width: 480px; transform: none; }
  .hero-record > * { transform: none; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stats div:nth-child(2) { border-right: 0; }
  .hero-stats div:first-child { padding-left: 22px; }
  .hero-stats div { border-bottom: 1px solid var(--line-dark); }
  .section { padding-block: 78px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .evidence-layout, .places-layout, .roadmap .shell { grid-template-columns: 1fr; gap: 48px; }
  .source-board { grid-template-columns: 1fr; }
  .roadmap-heading { position: static; }
  .profile-header .main-nav { margin: 0; }
  .profile-header .header-search { order: 4; flex-basis: 100%; max-width: none; margin: 0 0 12px; }
  .profile-header .header-inner { flex-wrap: wrap; }
  .profile-title-row { align-items: start; }
  .profile-layout { grid-template-columns: 1fr; }
  .profile-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .profile-sidebar .evidence-score, .profile-sidebar .side-official { grid-column: 1 / -1; }
}

@media (max-width: 570px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .preview-bar p { display: none; }
  .preview-bar a { font-size: 10px; }
  .hero-layout { padding-block: 52px 48px; }
  .hero h1 { font-size: 47px; }
  .hero-intro { margin: 24px 0 28px; font-size: 16px; }
  .search-box { grid-template-columns: 23px minmax(0, 1fr); padding: 5px; }
  .search-box input { height: 47px; padding: 0 12px; font-size: 13px; }
  .search-box button { grid-column: 1 / -1; height: 43px; }
  .search-foot { display: block; }
  .search-foot p:last-child { display: none; }
  .hero-record { padding: 20px; }
  .record-facts { grid-template-columns: 1fr; }
  .hero-stats div { min-height: 88px; padding: 14px; }
  .hero-stats div:first-child { padding-left: 14px; }
  .hero-stats strong { font-size: 24px; }
  .hero-stats span { font-size: 8px; }
  .section { padding-block: 62px; }
  .section-heading h2, .places-copy h2, .roadmap-heading h2 { font-size: 39px; }
  .entity-grid, .source-list, .nation-grid { grid-template-columns: 1fr; }
  .entity-card { min-height: 285px; }
  .source-list article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .source-list article:last-child { border-bottom: 0 !important; }
  .source-feature { padding: 27px; }
  .coverage-strip { display: block; }
  .coverage-strip a { display: inline-block; margin-top: 10px; }
  .panel-head { display: block; }
  .panel-head time { display: inline-block; margin-top: 11px; }
  .signal-list li { grid-template-columns: 32px 1fr; padding-inline: 18px; }
  .signal-list em { grid-column: 2; }
  .evidence-note { grid-template-columns: 1fr; }
  .roadmap-list li { grid-template-columns: 42px 1fr; }
  .roadmap-list em { grid-column: 2; width: max-content; }
  .footer-main, .footer-legal { display: grid; }
  .footer-main nav { grid-template-columns: 1fr 1fr; }
  .profile-title-row { display: grid; }
  .profile-source-stamp { width: 100%; }
  .profile-summary { grid-template-columns: 1fr 1fr; }
  .profile-summary address { grid-column: 1 / -1; }
  .profile-card { padding: 20px; }
  .card-title { display: grid; }
  .freshness, .source-chip, .coverage-state { width: max-content; }
  .facts-grid, .deadline-grid, .check-grid { grid-template-columns: 1fr; }
  .activity-block { grid-template-columns: 52px 1fr; padding: 15px; }
  .activity-code { width: 52px; height: 52px; font-size: 10px; }
  .filing-actions { display: grid; }
  .people-preview article { grid-template-columns: 44px 1fr; }
  .people-preview a { grid-column: 2; }
  .timeline li { grid-template-columns: 69px 14px 1fr; gap: 9px; }
  .profile-source-list > * { grid-template-columns: 40px 1fr 15px; }
  .profile-source-list em { grid-column: 2; }
  .profile-source-list > * > i { grid-column: 3; grid-row: 1 / 3; }
  .profile-sidebar { grid-template-columns: 1fr; }
  .profile-sidebar > * { grid-column: 1 !important; }
}

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

@media print {
  .preview-bar, .site-header, .profile-nav-wrap, .site-footer, .hero-search { display: none !important; }
  body { color: #000; background: #fff; }
  .profile-hero { color: #000; background: #fff; }
  .profile-card, .side-card { break-inside: avoid; background: #fff; }
}

/* Live directory and SEO landing pages */
.status-neutral { color: #825615; background: #f3e6ca; }
.directory-page { min-height: 70vh; background: var(--paper); }
.directory-shell { padding-block: 38px 92px; }
.directory-page .breadcrumbs { margin-bottom: 38px; color: var(--muted); }
.directory-heading { max-width: 900px; margin-bottom: 31px; }
.directory-heading.split { max-width: none; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.directory-heading .eyebrow { margin-bottom: 12px; }
.directory-heading h1 { margin: 0; font-size: clamp(42px, 5.5vw, 68px); line-height: .98; letter-spacing: -.06em; }
.directory-heading > p, .directory-heading > div > p:not(.eyebrow) { max-width: 720px; margin: 19px 0 0; color: var(--muted); line-height: 1.65; }
.directory-stat { min-width: 230px; padding: 20px; color: var(--white); background: var(--ink); border-top: 5px solid var(--red); }
.directory-stat strong, .directory-stat span { display: block; }
.directory-stat strong { font-size: 27px; letter-spacing: -.05em; }
.directory-stat span { margin-top: 4px; color: var(--muted-light); font-size: 9px; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }
.directory-search { max-width: 900px; margin-bottom: 36px; }
.directory-search label { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.directory-search > div { display: grid; grid-template-columns: 1fr auto; padding: 7px; background: var(--white); border: 1px solid var(--ink); box-shadow: var(--shadow); }
.directory-search input { min-width: 0; height: 52px; padding: 0 15px; border: 0; outline: 0; font-weight: 650; }
.directory-search button { padding: 0 24px; color: var(--white); border: 0; background: var(--blue); font-size: 11px; font-weight: 850; cursor: pointer; }
.result-count { margin: 0 0 11px; color: var(--muted); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.company-result-list { display: grid; gap: 12px; }
.company-result-list > a { display: grid; grid-template-columns: minmax(0, 1fr) .55fr auto; gap: 25px; align-items: center; padding: 22px; color: var(--ink); background: var(--paper-2); border: 1px solid var(--line); text-decoration: none; transition: transform .15s, border-color .15s, box-shadow .15s; }
.company-result-list > a:hover { border-color: var(--ink); transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--ink); }
.company-result-list h2 { margin: 9px 0 4px; font-size: 19px; letter-spacing: -.035em; }
.company-result-list p { margin: 0; color: var(--muted); font-size: 10px; }
.company-result-list dl { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0; }
.company-result-list dt { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.company-result-list dd { margin: 4px 0 0; font-size: 10px; font-weight: 750; }
.company-result-list > a > b { color: var(--blue); font-size: 9px; text-transform: uppercase; white-space: nowrap; }
.compact-results > a { grid-template-columns: 1fr auto; }
.empty-results { padding: 50px; text-align: center; background: var(--paper-2); border: 1px solid var(--line); }
.empty-results h1, .empty-results h2 { margin: 0 0 10px; font-size: 29px; letter-spacing: -.04em; }
.empty-results p { margin: 0; color: var(--muted); }
.empty-results a { display: inline-block; margin-top: 20px; color: var(--blue); font-size: 10px; font-weight: 850; text-decoration: none; }
.letter-directory { display: grid; grid-template-columns: .5fr 1.5fr; gap: 55px; margin-top: 64px; padding-top: 35px; border-top: 1px solid var(--ink); }
.letter-directory h2 { margin: 0; font-size: 30px; letter-spacing: -.045em; }
.letter-directory nav { display: grid; grid-template-columns: repeat(9, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.letter-directory nav a { display: grid; aspect-ratio: 1; place-items: center; color: var(--ink); background: var(--paper-2); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 850; text-decoration: none; }
.letter-directory nav a:hover { color: var(--white); background: var(--blue); }
.directory-notice { margin-top: 55px; padding: 28px; color: var(--white); background: var(--ink); border-left: 5px solid var(--red); }
.directory-notice h2 { margin: 0 0 8px; font-size: 22px; letter-spacing: -.035em; }
.directory-notice p { max-width: 850px; margin: 0; color: var(--muted-light); font-size: 11px; line-height: 1.6; }
.directory-notice a { display: inline-block; margin-top: 15px; color: var(--white); font-size: 9px; font-weight: 850; text-decoration: none; border-bottom: 1px solid var(--red); }
.pagination { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 30px; }
.pagination a, .pagination span { padding: 9px 12px; font-size: 9px; font-weight: 800; text-decoration: none; }
.pagination a { color: var(--white); background: var(--blue); }
.pagination span { color: var(--muted); }
.sic-list { border-top: 1px solid var(--line); }
.sic-list > div { display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.sic-list span { display: grid; width: 64px; height: 36px; place-items: center; color: var(--white); background: var(--blue); font-size: 10px; font-weight: 900; }
.sic-list p { margin: 0; font-size: 12px; font-weight: 700; }
.empty-copy { margin: 0; padding: 22px; color: var(--muted); background: var(--paper); font-size: 11px; }
.source-method-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.source-method-grid article { min-height: 320px; display: flex; flex-direction: column; padding: 25px; background: var(--paper-2); border: 1px solid var(--line); border-top: 5px solid #aca9a2; }
.source-method-grid article.active-source { border-top-color: var(--green); }
.source-method-grid article > span { width: max-content; padding: 4px 7px; color: var(--muted); background: #e8e5de; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.source-method-grid .active-source > span { color: var(--green); background: var(--green-soft); }
.source-method-grid h2 { margin: 25px 0 10px; font-size: 20px; line-height: 1.1; letter-spacing: -.04em; }
.source-method-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.source-method-grid dl { margin: 22px 0 0; border-top: 1px solid var(--line); }
.source-method-grid dl div { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 9px; }
.source-method-grid dt { color: var(--muted); }
.source-method-grid dd { margin: 0; font-weight: 800; }
.source-method-grid a { margin-top: auto; color: var(--blue); font-size: 9px; font-weight: 850; text-decoration: none; }
.method-list { border-top: 1px solid var(--ink); }
.method-list article { display: grid; grid-template-columns: 70px 1fr; gap: 30px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.method-list article > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--white); background: var(--red); font-family: var(--serif); font-size: 12px; font-style: italic; }
.method-list h2 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.04em; }
.method-list p { max-width: 800px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

@media (max-width: 820px) {
  .directory-heading.split { grid-template-columns: 1fr; }
  .directory-stat { max-width: 310px; }
  .company-result-list > a { grid-template-columns: 1fr auto; }
  .company-result-list dl { grid-column: 1 / -1; }
  .letter-directory { grid-template-columns: 1fr; gap: 25px; }
  .source-method-grid { grid-template-columns: 1fr; }
}

@media (max-width: 570px) {
  .directory-search > div { grid-template-columns: 1fr; }
  .directory-search button { min-height: 44px; }
  .company-result-list > a { grid-template-columns: 1fr; }
  .company-result-list dl { grid-template-columns: 1fr; gap: 10px; }
  .letter-directory nav { grid-template-columns: repeat(6, 1fr); }
  .empty-results { padding: 35px 20px; }
  .method-list article { grid-template-columns: 48px 1fr; gap: 16px; }
}
