:root {
  --ink: #173d31;
  --ink-2: #285245;
  --paper: #eeece1;
  --white: #fbf8ef;
  --muted: #687069;
  --line: #d3cfbf;
  --line-dark: #4d665d;
  --signal: #d7ed48;
  --rust: #f0641b;
  --blue: #5e8394;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.search-active { overflow: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 Inter, "Segoe UI", system-ui, sans-serif; }
body, h1, h2, h3, p, a, button, input { letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; background: var(--signal); color: var(--ink); padding: 8px 12px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 30; top: 0; height: 116px; background: rgba(251, 248, 239, .98); color: var(--ink); border-bottom: 1px solid var(--line); }
.header-row { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 800; line-height: 1; }
.brand small { display: block; margin-top: 5px; color: #6f7f77; font-size: 8px; font-weight: 700; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; }
.brand-mark img { width: 42px; height: 42px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.desktop-nav a { color: var(--ink-2); font-size: 12px; font-weight: 750; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--rust); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button { width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; display: grid; place-items: center; }
.icon-button:hover, .icon-button:focus-visible { border-color: var(--rust); color: var(--rust); outline: 0; }
.steam-link { height: 42px; display: inline-flex; align-items: center; gap: 10px; padding-inline: 18px; background: var(--rust); color: var(--white); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.steam-link:hover, .steam-link:focus-visible { background: var(--ink); }
.language-menu { position: relative; }
.language-menu summary { height: 42px; min-width: 86px; display: flex; align-items: center; justify-content: center; gap: 8px; padding-inline: 12px; border: 1px solid var(--line); cursor: pointer; font-size: 11px; font-weight: 800; list-style: none; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu > div { position: absolute; z-index: 5; top: 48px; right: 0; width: 190px; padding: 7px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(23, 61, 49, .12); }
.language-menu > div > a { display: flex; justify-content: space-between; padding: 9px 10px; color: #52635a; font-size: 11px; }
.language-menu > div > a:hover, .language-menu > div > a:focus-visible { background: var(--signal); color: var(--ink); outline: 0; }
.language-menu > div > a[aria-current="page"] { background: var(--paper); color: var(--ink); font-weight: 800; }
.language-menu small { font-size: 8px; text-transform: uppercase; }
.secondary-nav { height: 44px; display: flex; align-items: center; justify-content: center; gap: 30px; border-top: 1px solid var(--line); }
.secondary-nav a { color: #708078; font-size: 10px; font-weight: 700; }
.secondary-nav a:hover, .secondary-nav a:focus-visible { color: var(--rust); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 40px; height: 40px; cursor: pointer; border: 1px solid var(--line); display: grid; align-content: center; gap: 4px; padding: 9px; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; height: 1px; background: var(--ink); }
.mobile-menu nav { position: absolute; top: 48px; right: 0; width: 250px; max-height: calc(100vh - 90px); overflow: auto; background: var(--white); border: 1px solid var(--line); padding: 8px; }
.mobile-menu nav a { display: block; padding: 10px; border-bottom: 1px solid var(--line); font-size: 12px; }
.mobile-menu-utility { margin-top: 8px; padding-top: 8px; border-top: 2px solid var(--ink); }
.mobile-menu-utility > span { display: block; padding: 5px 10px; color: var(--rust); font-size: 8px; font-weight: 850; }
.mobile-menu-utility a[aria-current="page"] { background: var(--paper); font-weight: 800; }
.mobile-menu-utility a:last-child { color: var(--rust); font-weight: 800; }
.mobile-menu-utility b { float: right; }

.home-hero { min-height: 620px; position: relative; overflow: hidden; background: var(--ink) url("images/helicopter-over-industrial-zone.jpg") center center / cover no-repeat; border-bottom: 1px solid var(--line-dark); }
.home-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; background: rgb(10 31 25 / 66%); }
.hero-operator { position: absolute; z-index: 1; inset: 0 auto 0 0; width: min(42%, 600px); margin: 0; padding-right: 24px; overflow: hidden; display: flex; align-items: flex-end; justify-content: flex-end; background: transparent; pointer-events: none; }
.hero-operator img { width: auto; max-width: none; height: 104%; object-fit: contain; object-position: center bottom; opacity: 1; filter: drop-shadow(0 18px 16px rgb(0 0 0 / 42%)); }
.hero-operator figcaption { position: absolute; left: 22px; bottom: 18px; padding: 6px 9px; background: var(--ink); color: var(--white); font-size: 8px; font-weight: 750; text-transform: uppercase; }
.hero-content { position: relative; z-index: 2; min-height: 620px; display: flex; align-items: center; }
.hero-copy { width: min(680px, calc(100% - 500px)); margin-left: 500px; padding-block: 72px 64px; }
.hero-status { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; color: var(--rust); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.live-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--signal); }
.home-hero h1 { margin: 22px 0 16px; max-width: 760px; color: var(--white); font: 700 74px/.95 Georgia, "Times New Roman", serif; }
.home-hero h1 span { display: block; margin-bottom: 8px; font: 900 88px/.82 Inter, "Arial Black", sans-serif; }
.home-hero p { max-width: 680px; margin: 0; color: #d3ddd7; font-size: 17px; line-height: 1.6; }
.hero-search { width: 100%; min-height: 74px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 14px; margin-top: 30px; padding: 0 20px; border: 3px solid var(--ink); background: var(--white); color: var(--ink); box-shadow: 6px 6px 0 var(--ink); cursor: pointer; text-align: left; }
.hero-search > span { font-size: 22px; }
.hero-search strong { font-size: 15px; }
.hero-search kbd { padding: 6px 8px; border: 1px solid var(--line); background: var(--paper); font: 700 10px/1 Inter, sans-serif; }
.hero-search:hover, .hero-search:focus-visible { border-color: var(--rust); outline: 0; box-shadow: 6px 6px 0 var(--rust); }
.hero-links { display: flex; align-items: center; gap: 24px; margin-top: 26px; font-size: 11px; font-weight: 750; }
.hero-links a:first-child { padding: 12px 15px; background: var(--rust); color: var(--white); }
.hero-links a:last-child { color: var(--white); border-bottom: 1px solid var(--white); }

.launch-band { background: var(--white); border-bottom: 1px solid var(--line); }
.launch-band .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.launch-band div div { min-height: 92px; padding: 20px 22px; border-left: 1px solid var(--line); }
.launch-band div div:last-child { border-right: 1px solid var(--line); }
.launch-band span, .record-meta, .record-label, .section-heading span, .article-index > span, .utility-hero > span { display: block; font-size: 8px; font-weight: 750; text-transform: uppercase; }
.launch-band span { color: #7f877f; }
.launch-band strong { display: block; margin-top: 8px; color: var(--ink); font-size: 15px; }

@media (min-width: 1600px) {
  .hero-operator { width: 640px; padding-right: 18px; }
  .hero-copy { width: min(860px, calc(100% - 320px)); margin-left: 320px; }
}

.field-index { padding-block: 82px 96px; background: var(--paper); }
.field-index-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; padding: 0 24px 30px; border-bottom: 3px solid var(--ink); }
.field-index-heading > div > span { color: var(--rust); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.field-index-heading h2 { margin: 8px 0 5px; color: var(--ink); font: 700 39px/1.05 Georgia, "Times New Roman", serif; }
.field-index-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.field-index-heading > a { flex: none; display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 750; }
.field-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--ink); }
.field-group { min-height: 245px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); }
.field-group header { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.field-group header > span { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--ink); color: var(--rust); font-size: 8px; font-weight: 900; }
.field-group h3 { margin: 0; font: 700 22px/1.1 Georgia, "Times New Roman", serif; }
.field-group > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; padding-top: 14px; }
.field-group > div a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 10px; background: #f0ede3; color: #44574e; font-size: 10px; font-weight: 700; }
.field-group > div a:hover, .field-group > div a:focus-visible { background: var(--signal); color: var(--ink); outline: 0; }
.field-group > div b { color: var(--rust); font-size: 16px; }

.home-section, .method-section { padding-block: 90px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 30px; }
.section-heading h2 { margin: 7px 0 0; font-size: 48px; line-height: 1; }
.section-heading p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; }
.section-heading > a { color: var(--muted); border-bottom: 1px solid var(--line-dark); font-size: 11px; }
.category-list { border-top: 1px solid var(--line-dark); }
.category-row { min-height: 92px; display: grid; grid-template-columns: 70px 210px 1fr 30px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.category-row > span, .report-row > span, .related-card > span { color: var(--rust); font-size: 9px; font-weight: 800; }
.category-row strong { font-size: 25px; }
.category-row p { color: var(--muted); font-size: 13px; }
.category-row:hover { background: var(--white); }

.reports-section { padding-block: 90px; background: var(--ink); color: var(--white); }
.section-heading.light p { color: #aeb5ae; }
.report-list { border-top: 1px solid var(--line-dark); }
.report-row { min-height: 135px; display: grid; grid-template-columns: 55px 1fr 24px; align-items: center; gap: 22px; border-bottom: 1px solid var(--line-dark); }
.report-row small { color: var(--signal); font-size: 8px; font-weight: 800; }
.report-row strong { display: block; margin-top: 5px; font-size: 30px; line-height: 1.1; }
.report-row p { margin: 8px 0 0; color: #aeb5ae; max-width: 760px; font-size: 12px; }
.report-row:hover strong { color: var(--signal); }

.method-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.method-section > div > span { color: var(--rust); font-size: 9px; font-weight: 800; }
.method-section h2 { margin: 12px 0 0; font-size: 56px; line-height: .98; }
.method-section > div > p { color: var(--muted); font-size: 17px; }
.method-grid { margin-block: 30px; border-top: 1px solid var(--line); }
.method-grid div { display: grid; grid-template-columns: 18px 100px 1fr; align-items: center; gap: 10px; min-height: 58px; border-bottom: 1px solid var(--line); font-size: 11px; }
.method-grid span { color: var(--muted); }
.dot { width: 8px; height: 8px; display: inline-block; background: var(--muted); }
.dot.confirmed { background: #6e9b50; }
.dot.observed { background: var(--blue); }
.dot.pending { background: var(--rust); }

.article-hero { padding-block: 30px 50px; background: var(--ink); color: var(--white); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 55px; color: #929a93; font-size: 9px; }
.breadcrumbs a:hover { color: var(--signal); }
.record-label { display: flex; gap: 12px; color: #adb4ad; }
.record-label span { color: var(--signal); }
.article-hero h1 { max-width: 940px; margin: 18px 0; font-size: 72px; line-height: .98; }
.article-hero > .shell > p { max-width: 720px; margin: 0; color: #b5bbb5; font-size: 17px; }
.record-meta { display: flex; gap: 24px; margin-top: 34px; color: #8f9790; }
.article-image { margin-top: 34px; }
.article-image img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.article-image.database-image { background: #e7e8e2; border: 1px solid var(--line); }
.article-image.database-image img { object-fit: contain; padding: clamp(16px, 4vw, 48px); }
.article-image figcaption { padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.article-grid { display: grid; grid-template-columns: 210px minmax(0, 780px); gap: 70px; padding-block: 55px 90px; }
.article-index { align-self: start; position: sticky; top: 146px; }
.article-index ol { margin: 12px 0 28px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.article-index li { border-bottom: 1px solid var(--line); }
.article-index a { display: block; padding: 9px 0; color: var(--muted); font-size: 10px; }
.article-index a:hover { color: var(--rust); }
.prose { min-width: 0; }
.quick-answer { margin-bottom: 40px; padding: 22px 24px; background: var(--signal); border-left: 5px solid var(--ink); font-size: 18px; }
.prose h2 { scroll-margin-top: 150px; margin: 55px 0 18px; padding-top: 16px; border-top: 1px solid var(--line-dark); font-size: 30px; line-height: 1.1; }
.prose h2:first-of-type { margin-top: 0; }
.prose h3 { scroll-margin-top: 90px; margin: 32px 0 8px; font-size: 18px; }
.prose p { margin: 0 0 18px; color: #363d38; }
.prose ul { margin: 0 0 24px; padding: 0; list-style: none; }
.prose li { position: relative; padding: 9px 0 9px 25px; border-bottom: 1px solid var(--line); }
.prose li::before { content: ""; position: absolute; left: 2px; top: 18px; width: 7px; height: 7px; background: var(--signal); border: 1px solid #9cab39; }
.prose a { color: #496d7b; text-decoration: underline; text-underline-offset: 3px; }
.prose code { background: #dfe2d9; padding: 2px 4px; }
.prose em { color: var(--muted); font-size: 13px; }
.table-scroll { width: 100%; margin: 0 0 28px; overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
.prose table { width: 100%; min-width: 540px; border-collapse: collapse; font-size: 12px; line-height: 1.45; }
.prose th, .prose td { padding: 11px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--ink); color: var(--white); font-size: 10px; text-transform: uppercase; }
.prose td:first-child { color: var(--ink); font-weight: 750; }
.prose tr:last-child td { border-bottom: 0; }
.prose th:last-child, .prose td:last-child { border-right: 0; }

.record-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 0 0 42px; }
.prose .record-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--white); color: var(--ink); border: 1px solid var(--line-dark); text-decoration: none; }
.record-card-media { aspect-ratio: 16 / 9; position: relative; display: grid; place-items: center; margin: 0; overflow: hidden; background: #e7e8e2; border-bottom: 1px solid var(--line); }
.record-card-media img { width: 100%; height: 100%; padding: 18px; object-fit: contain; transition: transform .2s ease; }
.record-card-media > span { position: absolute; top: 10px; left: 10px; min-width: 30px; padding: 4px 6px; background: var(--ink); color: var(--signal); font-size: 8px; font-weight: 850; text-align: center; }
.record-card-body { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.record-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--rust); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.record-card-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-top: 10px; }
.prose .record-card-heading h3 { margin: 0; color: var(--ink); font-size: 25px; line-height: 1; overflow-wrap: anywhere; }
.record-card-heading b { flex: none; color: var(--rust); font-size: 17px; }
.prose .record-card-body > p { min-height: 42px; margin: 12px 0 16px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.record-card dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: auto 0 0; background: var(--line); border: 1px solid var(--line); }
.record-card dl > div { min-width: 0; padding: 8px; background: var(--paper); }
.record-card dt { color: var(--muted); font-size: 7px; font-weight: 800; }
.record-card dd { margin: 4px 0 0; overflow-wrap: anywhere; color: var(--ink); font-size: 10px; font-weight: 750; line-height: 1.25; }
.record-card:hover, .record-card:focus-visible { border-color: var(--rust); outline: 2px solid var(--rust); outline-offset: 2px; }
.record-card:hover .record-card-media img { transform: scale(1.035); }

.related-section { padding-block: 75px; background: var(--white); border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line); }
.related-card { min-height: 190px; position: relative; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-card strong { display: block; margin-top: 18px; max-width: 85%; font-size: 19px; line-height: 1.2; }
.related-card p { color: var(--muted); font-size: 11px; }
.related-card b { position: absolute; top: 20px; right: 20px; }
.related-card:hover { background: var(--signal); }

.utility-hero { padding-block: 100px 65px; }
.utility-hero > span { color: var(--rust); }
.utility-hero h1 { margin: 14px 0; font-size: 72px; line-height: 1; }
.utility-hero p { max-width: 700px; color: var(--muted); font-size: 18px; }
.utility-copy { max-width: 900px; padding-bottom: 100px; }
.utility-copy section { display: grid; grid-template-columns: 230px 1fr; gap: 50px; padding-block: 28px; border-top: 1px solid var(--line); }
.utility-copy h2 { margin: 0; font-size: 21px; }
.utility-copy p { margin: 0; color: var(--muted); }

.site-info-hero { padding-block: 72px 54px; background: var(--ink); color: var(--white); }
.site-info-hero .breadcrumbs { margin-bottom: 46px; }
.site-info-hero > .shell > span { color: var(--signal); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.site-info-hero h1 { max-width: 900px; margin: 14px 0 16px; font-size: 64px; line-height: 1; }
.site-info-hero p { max-width: 760px; margin: 0; color: #b2bdb7; font-size: 18px; }
.site-info-hero small { display: block; margin-top: 24px; color: #819088; font-size: 9px; text-transform: uppercase; }
.site-info-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 70px; padding-block: 58px 100px; }
.site-info-nav { align-self: start; position: sticky; top: 146px; }
.site-info-nav strong { display: block; padding-bottom: 13px; border-bottom: 1px solid var(--line); font-size: 9px; text-transform: uppercase; }
.site-info-nav a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.site-info-nav a:hover { color: var(--rust); }
.site-info-copy section { padding: 0 0 36px; margin-bottom: 36px; border-bottom: 1px solid var(--line); }
.site-info-copy section:last-child { margin-bottom: 0; }
.site-info-copy h2 { margin: 0 0 14px; color: var(--ink); font-size: 30px; }
.site-info-copy p { max-width: 850px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }

.site-footer { padding-top: 60px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 80px; padding-bottom: 50px; }
.footer-brand { margin-bottom: 20px; }
.footer-brand .brand-mark { opacity: .95; }
.footer-grid p { color: #929a93; max-width: 340px; font-size: 11px; }
.footer-grid > div > strong { display: block; color: var(--signal); margin-bottom: 14px; font-size: 9px; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; padding-block: 5px; color: #c7ccc7; font-size: 11px; }
.footer-note { display: flex; justify-content: space-between; padding-block: 16px; border-top: 1px solid var(--line-dark); color: #7e867f; font-size: 8px; }

.search-dialog { width: min(960px, calc(100% - 28px)); height: min(820px, calc(100dvh - 28px)); max-height: calc(100dvh - 28px); padding: 24px; background: var(--ink); color: var(--white); border: 1px solid var(--line-dark); }
.search-dialog[open] { display: grid; grid-template-rows: auto auto auto auto minmax(0, 1fr); overflow: hidden; }
.search-dialog .icon-button { color: var(--white); border-color: var(--line-dark); }
.search-dialog::backdrop { background: rgba(0, 0, 0, .68); }
.search-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.search-dialog label { display: block; color: #929a93; font-size: 10px; margin-bottom: 7px; }
.search-dialog input { width: 100%; padding: 13px 0; background: transparent; color: var(--white); border: 0; border-bottom: 2px solid var(--signal); outline: 0; font-size: 25px; }
.search-status { color: #929a93; font-size: 10px; }
.search-results { min-height: 0; overflow: auto; overscroll-behavior: contain; border-top: 1px solid var(--line-dark); }
.search-result { min-height: 156px; display: grid; grid-template-columns: 164px minmax(0, 1fr) 20px; align-items: center; gap: 18px; padding: 14px; border-bottom: 1px solid var(--line-dark); }
.search-result:hover, .search-result:focus-visible { background: var(--ink-2); outline: 0; }
.search-result-media { width: 164px; aspect-ratio: 16 / 9; display: grid; place-items: center; margin: 0; overflow: hidden; background: #e7e8e2; border: 1px solid #61786f; }
.search-result-media img { width: 100%; height: 100%; padding: 7px; object-fit: contain; }
.search-result-copy { min-width: 0; }
.search-result-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.search-result small { color: var(--signal); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.search-result-meta span { color: #8fa098; font-size: 7px; font-weight: 750; text-transform: uppercase; }
.search-result strong { display: block; margin-top: 7px; color: var(--white); font-size: 19px; line-height: 1.2; overflow-wrap: anywhere; }
.search-result p { display: -webkit-box; margin: 7px 0 10px; overflow: hidden; color: #b2bdb7; font-size: 11px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.search-result-facts { display: flex; flex-wrap: wrap; gap: 6px; }
.search-result-facts span { padding: 4px 7px; background: #285245; color: #d9e0da; border: 1px solid #526d63; font-size: 7px; font-weight: 750; }
.search-result > b { align-self: start; margin-top: 5px; color: var(--signal); font-size: 18px; }

@media (max-width: 1080px) {
  .site-header { height: 72px; }
  .desktop-nav, .secondary-nav { display: none; }
  .mobile-menu { display: block; }
  .home-hero { min-height: 620px; }
  .hero-operator { position: absolute; width: 42%; height: 100%; padding-right: 12px; border: 0; }
  .hero-operator img { height: 104%; object-position: center bottom; }
  .hero-content { min-height: 620px; }
  .hero-copy { width: 58%; margin-left: auto; padding-block: 52px 58px; }
  .field-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 680px); }
  .language-menu, .steam-link { display: none; }
  .home-hero { min-height: 0; background-position: 58% center; }
  .hero-operator { position: relative; width: 100%; height: 300px; justify-content: flex-start; padding-right: 0; padding-left: 10%; }
  .hero-operator img { height: 100%; }
  .hero-content { min-height: 0; }
  .hero-copy { width: 100%; margin-left: 0; padding-block: 46px 58px; }
  .home-hero h1 { font-size: 58px; }
  .home-hero h1 span { font-size: 70px; }
  .home-hero p { font-size: 15px; }
  .section-heading h2 { font-size: 40px; }
  .report-row strong { font-size: 25px; }
  .method-section h2 { font-size: 45px; }
  .article-hero h1, .utility-hero h1 { font-size: 54px; }
  .launch-band .shell { grid-template-columns: repeat(2, 1fr); }
  .launch-band div div:nth-child(3) { border-top: 1px solid var(--line); }
  .launch-band div div:nth-child(4) { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .field-index-heading { align-items: start; flex-direction: column; padding-inline: 0; }
  .field-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .method-section { grid-template-columns: 1fr; gap: 40px; }
  .article-hero { padding-bottom: 38px; }
  .breadcrumbs { margin-bottom: 36px; }
  .article-grid { grid-template-columns: 1fr; gap: 25px; padding-top: 30px; }
  .article-index { position: static; }
  .article-index ol { columns: 2; }
  .site-info-layout { grid-template-columns: 1fr; gap: 38px; }
  .site-info-nav { position: static; }
  .site-info-nav nav { columns: 2; }
  .site-info-hero h1 { font-size: 54px; }
  .related-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .search-dialog { padding: 18px; }
  .search-result { min-height: 128px; grid-template-columns: 112px minmax(0, 1fr) 16px; gap: 12px; padding: 12px 8px; }
  .search-result-media { width: 112px; }
  .search-result strong { font-size: 16px; }
  .search-result p { -webkit-line-clamp: 2; }
}

@media (max-width: 480px) {
  .site-header, .header-row { height: 62px; }
  .brand { font-size: 13px; }
  .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .brand-mark img { width: 34px; height: 34px; }
  .header-actions { gap: 5px; }
  .icon-button, .mobile-menu summary { width: 36px; height: 36px; }
  .hero-operator { height: 260px; padding-left: 6%; }
  .hero-operator img { height: 100%; }
  .hero-operator figcaption { left: 14px; bottom: 12px; }
  .hero-copy { padding-block: 42px 48px; }
  .home-hero h1 { margin-top: 17px; font-size: 42px; }
  .home-hero h1 span { font-size: 52px; }
  .home-hero p { font-size: 14px; }
  .hero-status { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hero-search { min-height: 64px; grid-template-columns: 22px 1fr; margin-top: 24px; padding-inline: 15px; box-shadow: 4px 4px 0 var(--ink); }
  .hero-search kbd { display: none; }
  .hero-search strong { font-size: 13px; }
  .hero-links { align-items: flex-start; flex-direction: column; gap: 14px; }
  .launch-band strong { font-size: 12px; }
  .launch-band div div { padding-inline: 12px; }
  .field-index, .home-section, .method-section, .reports-section { padding-block: 65px; }
  .field-index-heading h2 { font-size: 31px; }
  .field-group { min-height: 0; padding: 18px; }
  .field-group > div { grid-template-columns: 1fr; }
  .report-row { min-height: 150px; grid-template-columns: 34px 1fr 14px; }
  .report-row p { display: none; }
  .article-hero h1, .utility-hero h1 { font-size: 42px; overflow-wrap: anywhere; }
  .article-image { width: 100%; margin-top: 0; }
  .article-image.database-image img { padding: 16px; }
  .article-image figcaption { padding-inline: 14px; }
  .article-index ol { columns: 1; }
  .quick-answer { padding: 18px; font-size: 16px; }
  .prose h2 { font-size: 26px; }
  .record-catalog { grid-template-columns: 1fr; }
  .record-card-media img { padding: 14px; }
  .utility-copy section { grid-template-columns: 1fr; gap: 10px; }
  .site-info-hero { padding-block: 46px 38px; }
  .site-info-hero .breadcrumbs { margin-bottom: 34px; }
  .site-info-hero h1 { font-size: 42px; }
  .site-info-hero p { font-size: 15px; }
  .site-info-layout { padding-block: 40px 70px; }
  .site-info-nav nav { columns: 1; }
  .site-info-copy h2 { font-size: 26px; }
  .site-info-copy p { font-size: 15px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .search-dialog { width: calc(100% - 20px); height: calc(100dvh - 20px); max-height: calc(100dvh - 20px); padding: 14px; }
  .search-head { margin-bottom: 16px; }
  .search-dialog input { font-size: 21px; }
  .search-result { min-height: 112px; grid-template-columns: 84px minmax(0, 1fr) 12px; gap: 9px; padding: 10px 4px; }
  .search-result-media { width: 84px; }
  .search-result-meta span { display: none; }
  .search-result strong { margin-top: 5px; font-size: 14px; }
  .search-result p { margin-block: 5px 7px; font-size: 9px; }
  .search-result-facts span { padding: 3px 5px; font-size: 6px; }
  .search-result-facts span:nth-child(n+3) { display: none; }
}

@media (max-width: 600px) and (orientation: portrait) {
  .hero-operator { display: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
