:root {
  color-scheme: dark;
  --bg: #071019;
  --bg-deep: #03080d;
  --panel: #0d1924;
  --panel-2: #111f2c;
  --line: #294151;
  --line-bright: #527589;
  --text: #f2f5f3;
  --muted: #adc0c9;
  --ice: #9fdcf3;
  --ice-strong: #d7f4ff;
  --amber: #d8a25c;
  --red: #dc7771;
  --green: #72b89a;
  --shadow: 0 18px 54px rgba(0, 0, 0, .28);
  --radius: 12px;
  --content: 1440px;
  --reading: 840px;
  --header: 64px;
}
* { box-sizing: border-box; }
html { background: var(--bg-deep); scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 280px;
  background:
    radial-gradient(circle at 75% 0%, rgba(62, 119, 145, .17), transparent 34rem),
    linear-gradient(180deg, #07111a 0, var(--bg) 44rem, var(--bg-deep) 100%);
  color: var(--text);
  font-family: "Segoe UI Historic", "Noto Sans Runic", "Noto Sans Symbols 2", "Arial Unicode MS", sans-serif;
  font-size: 1rem;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}
a { color: var(--ice-strong); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: #fff; }
button, input, select { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
code, kbd, samp {
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
  font-size: .9em;
  overflow-wrap: anywhere;
}
code { color: var(--ice); }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: .5rem;
  left: .5rem;
  transform: translateY(-180%);
  padding: .7rem 1rem;
  border: 2px solid var(--ice);
  border-radius: 8px;
  background: #000;
  color: #fff;
}
.skip-link:focus { transform: none; }
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header);
  border-bottom: 1px solid rgba(111, 158, 181, .3);
  background: rgba(3, 9, 14, .93);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(calc(100% - 2rem), var(--content));
  min-height: var(--header);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .58rem;
  min-height: 44px;
  color: #fff;
  font-weight: 760;
  letter-spacing: .02em;
  text-decoration: none;
  white-space: nowrap;
}
.brand-mark {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-bright);
  border-radius: 8px;
  color: var(--ice-strong);
  background: linear-gradient(145deg, rgba(114, 180, 211, .17), rgba(14, 27, 39, .55));
  font-size: 1.55rem;
  line-height: 1;
}
.nav-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  margin-left: auto;
  border: 1px solid var(--line-bright);
  border-radius: 8px;
  background: var(--panel);
  cursor: pointer;
}
.nav-toggle svg { width: 1.4rem; margin: auto; }
.primary-nav { margin-left: auto; }
.primary-nav ul {
  display: flex;
  align-items: center;
  gap: .1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: .5rem .68rem;
  border-radius: 7px;
  color: var(--muted);
  font-size: .91rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.primary-nav a:hover, .primary-nav a[aria-current="page"] { background: var(--panel-2); color: #fff; }
main { min-height: 70vh; }
.page-shell {
  width: min(calc(100% - 2rem), var(--content));
  margin: 0 auto;
  padding: 2.1rem 0 4rem;
}
.breadcrumbs { margin: 0 0 1rem; color: var(--muted); font-size: .88rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .35rem .55rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { margin-left: .55rem; color: var(--line-bright); content: "/"; }
.breadcrumbs a { color: var(--muted); }
.page-head {
  max-width: 1040px;
  margin-bottom: 1.75rem;
}
.eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  margin: 0 0 .65rem;
  color: var(--ice);
  font-size: .78rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1, h2, h3, h4 { color: #fff; line-height: 1.18; text-wrap: balance; }
h1 { max-width: 23ch; margin: 0; font-size: clamp(2rem, 5vw, 4.65rem); letter-spacing: -.02em; }
h2 { margin: 2.25rem 0 .8rem; font-size: clamp(1.45rem, 2.6vw, 2.25rem); }
h3 { margin: 1.5rem 0 .55rem; font-size: 1.14rem; }
p { max-width: var(--reading); }
.lead { max-width: 72ch; color: var(--ice-strong); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.direct-answer {
  max-width: 980px;
  margin: 1.25rem 0;
  padding: 1.05rem 1.15rem;
  border: 1px solid var(--line-bright);
  border-left: 4px solid var(--ice);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(26, 56, 72, .72), rgba(12, 27, 39, .9));
  box-shadow: var(--shadow);
}
.direct-answer p { margin: .2rem 0; }
.evidence-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 1rem 0 1.6rem;
  padding: 0;
  list-style: none;
}
.evidence-strip li, .tag {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  min-height: 32px;
  padding: .28rem .62rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(14, 29, 42, .75);
  color: var(--muted);
  font-size: .78rem;
}
.state-supported { border-color: rgba(114, 184, 154, .65) !important; color: #bfe8d6 !important; }
.state-unavailable { border-color: rgba(216, 162, 92, .65) !important; color: #f1cea0 !important; }
.state-contested, .state-withdrawn { border-color: rgba(220, 119, 113, .7) !important; color: #f2b1ad !important; }
.hero {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - 2rem), var(--content));
  margin: 1.25rem auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #06111a;
  box-shadow: var(--shadow);
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; opacity: .32; }
.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 9, 14, .98) 0, rgba(3, 9, 14, .89) 42%, rgba(3, 9, 14, .54) 100%);
  content: "";
}
.hero-inner {
  min-height: 570px;
  padding: clamp(1.4rem, 5vw, 4.8rem);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .72fr);
  gap: 2rem;
  align-items: center;
}
.hero-copy { max-width: 760px; }
.hero-rune { margin-bottom: .15rem; color: var(--ice-strong); font-size: clamp(5rem, 13vw, 10rem); line-height: .8; text-shadow: 0 0 30px rgba(139, 213, 242, .28); }
.hero h1 { max-width: none; font-size: clamp(2.4rem, 6vw, 5.2rem); }
.hero .lead { color: #e8f7fd; }
.actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.35rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .7rem 1rem;
  border: 1px solid var(--line-bright);
  border-radius: 8px;
  background: var(--panel-2);
  color: #fff;
  font-weight: 750;
  text-decoration: none;
}
.button.primary { border-color: var(--ice); background: var(--ice); color: #061019; }
.button:hover { filter: brightness(1.15); }
.signal-field {
  padding: 1rem;
  border: 1px solid rgba(120, 180, 204, .4);
  border-radius: 14px;
  background: rgba(5, 14, 21, .74);
}
.signal-field svg { width: 100%; height: auto; }
.signal-field .axis { stroke: #456477; stroke-width: 1; }
.signal-field .trace { fill: none; stroke: #a8e4f6; stroke-width: 2.5; }
.signal-field .trace-2 { fill: none; stroke: #d8a25c; stroke-width: 2; }
.signal-field .node { fill: #d8a25c; stroke: #071019; stroke-width: 3; }
.signal-field .node-muted { fill: #7897a7; }
.signal-field text { fill: #d8eef6; font-size: 12px; }
.state-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin: 1rem 0 2rem;
}
.metric {
  min-width: 0;
  padding: .9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(11, 24, 34, .86);
}
.metric dt { color: var(--muted); font-size: .77rem; }
.metric dd { margin: .25rem 0 0; color: #fff; font-size: 1rem; font-weight: 750; overflow-wrap: anywhere; }
.grid { display: grid; gap: 1rem; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  min-width: 0;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(150deg, rgba(18, 36, 50, .92), rgba(8, 18, 27, .94));
}
.card h2, .card h3 { margin-top: .15rem; }
.card p { margin: .55rem 0; color: var(--muted); }
.card a.stretched { color: #fff; font-weight: 760; text-decoration: none; }
.card a.stretched::after { position: absolute; inset: 0; content: ""; }
.card:has(a.stretched) { position: relative; }
.card:hover { border-color: var(--line-bright); }
.record-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  gap: 1.3rem 2rem;
  align-items: start;
}
.reading { max-width: var(--reading); }
.reading section { padding: .1rem 0 .45rem; border-top: 1px solid rgba(65, 96, 113, .45); }
.reading section:first-child { border-top: 0; }
.side-panel { position: sticky; top: calc(var(--header) + 1rem); }
.side-panel .card { margin-bottom: .8rem; }
.meta-list { margin: 0; }
.meta-list div { display: grid; grid-template-columns: minmax(9rem, .85fr) 1.2fr; gap: .5rem; padding: .48rem 0; border-bottom: 1px solid rgba(65, 96, 113, .38); }
.meta-list dt { color: var(--muted); font-size: .8rem; }
.meta-list dd { margin: 0; overflow-wrap: anywhere; }
.source-list { padding-left: 1.25rem; }
.source-list li { margin: .6rem 0; }
.source-list a { overflow-wrap: anywhere; }
.notice {
  margin: 1rem 0;
  padding: .85rem 1rem;
  border: 1px solid rgba(216, 162, 92, .55);
  border-radius: 10px;
  background: rgba(65, 43, 18, .35);
  color: #f5d8b3;
}
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; min-width: 680px; background: rgba(7, 18, 27, .7); }
caption { padding: .85rem; color: var(--muted); text-align: left; }
th, td { padding: .72rem .78rem; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: #fff; background: rgba(21, 42, 57, .86); font-size: .82rem; }
td { color: var(--muted); }
.search-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .7rem;
  max-width: 850px;
  margin: 1rem 0;
}
.search-box label { grid-column: 1 / -1; color: var(--muted); }
.search-box input {
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--line-bright);
  border-radius: 8px;
  background: #08131c;
  color: #fff;
  padding: .7rem .85rem;
}
.search-box button { min-height: 48px; padding: .7rem 1rem; border: 1px solid var(--ice); border-radius: 8px; background: var(--ice); color: #061019; font-weight: 760; }
.search-results { margin-top: 1rem; }
.search-results[hidden] { display: none; }
.search-result { padding: .85rem 0; border-top: 1px solid var(--line); }
.search-result h2 { margin: 0 0 .35rem; font-size: 1.12rem; }
.search-result p { margin: .25rem 0; color: var(--muted); }
.index-list { columns: 2; column-gap: 2rem; }
.index-list li { break-inside: avoid; margin: .35rem 0; }
.site-footer { border-top: 1px solid var(--line); background: #02070b; }
.footer-inner { width: min(calc(100% - 2rem), var(--content)); margin: 0 auto; padding: 2rem 0; }
.ecosystem-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .7rem; margin: 1rem 0; padding: 0; list-style: none; }
.ecosystem-links a { display: block; min-height: 44px; padding: .7rem; border: 1px solid var(--line); border-radius: 9px; background: var(--panel); color: #fff; text-decoration: none; }
.ecosystem-links small { display: block; margin-top: .25rem; color: var(--muted); }
.footer-meta { display: flex; flex-wrap: wrap; gap: .5rem 1rem; color: var(--muted); font-size: .82rem; }
.footer-meta a { color: var(--muted); }
hr { height: 1px; margin: 2rem 0; border: 0; background: var(--line); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
[hidden] { display: none !important; }
@media (max-width: 1120px) {
  .primary-nav a { padding-inline: .46rem; font-size: .84rem; }
  .grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ecosystem-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  :root { --header: 58px; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .primary-nav {
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    display: none;
    max-height: calc(100vh - var(--header) - 1rem);
    overflow: auto;
    border: 1px solid var(--line-bright);
    border-radius: 10px;
    background: #07121b;
    box-shadow: var(--shadow);
  }
  .primary-nav[data-open="true"] { display: block; }
  .primary-nav ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: .5rem; }
  .primary-nav a { padding: .68rem; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding-block: 3.2rem; }
  .signal-field { max-width: 620px; }
  .record-grid { grid-template-columns: 1fr; }
  .side-panel { position: static; }
  .state-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .header-inner, .page-shell, .footer-inner, .hero { width: min(calc(100% - 1rem), var(--content)); }
  .primary-nav { right: .5rem; left: .5rem; }
  .primary-nav ul { grid-template-columns: 1fr; }
  .page-shell { padding-top: 1.25rem; }
  h1 { font-size: clamp(1.85rem, 11vw, 3.2rem); }
  .hero-inner { padding: 2rem 1rem; }
  .hero-rune { font-size: 6.4rem; }
  .grid.two, .grid.three, .grid.four, .state-panel, .ecosystem-links { grid-template-columns: 1fr; }
  .meta-list div { grid-template-columns: 1fr; gap: .15rem; }
  .search-box { grid-template-columns: 1fr; }
  .search-box label { grid-column: auto; }
  .index-list { columns: 1; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
@media (forced-colors: active) {
  .card, .direct-answer, .metric, .signal-field, .button, .ecosystem-links a { border: 1px solid CanvasText; }
}
@media print {
  :root { color-scheme: light; }
  body { background: #fff; color: #000; font-size: 10.5pt; }
  .site-header, .nav-toggle, .actions, .search-box, .site-footer, .hero-media, .signal-field { display: none !important; }
  .page-shell, .hero { width: 100%; margin: 0; padding: 0; border: 0; box-shadow: none; }
  .hero::after { display: none; }
  .hero-inner { display: block; min-height: auto; padding: 0; }
  .hero-rune, h1, h2, h3, a, code { color: #000; }
  .card, .direct-answer, .metric { break-inside: avoid; border: 1px solid #777; background: #fff; box-shadow: none; }
  .record-grid { display: block; }
  .side-panel { margin-top: 1rem; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; }
}

/* S02: tett lokalt søk, avhengnadsgraf og metodepostar. */
.search-advanced {
  display: block;
  max-width: none;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 18, 27, .72);
}
.search-advanced .search-query {
  display: grid;
  gap: .45rem;
}
.search-advanced .search-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin-top: .85rem;
}
.search-advanced .search-filters label {
  display: grid;
  grid-column: auto;
  gap: .35rem;
  min-width: 0;
  font-size: .8rem;
}
.search-advanced input,
.search-advanced select {
  min-height: 46px;
  width: 100%;
  border: 1px solid var(--line-bright);
  border-radius: 8px;
  background: #08131c;
  color: #fff;
  padding: .62rem .72rem;
  font: inherit;
}
.search-advanced select { cursor: pointer; }
.search-advanced .actions { margin-top: .9rem; }
.search-result-meta { font-size: .84rem; }
.dependency-figure {
  margin: 1.25rem 0;
  padding: .75rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(5, 14, 21, .8);
}
.dependency-figure svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 260px;
}
.dependency-figure line {
  stroke: rgba(168, 228, 246, .36);
  stroke-width: 2;
}
.dependency-figure rect {
  fill: #102a3a;
  stroke: #7897a7;
  stroke-width: 1.5;
}
.dependency-figure a:focus rect,
.dependency-figure a:hover rect { stroke: #d8a25c; stroke-width: 3; }
.dependency-figure text {
  fill: #f3fbff;
  font-size: 11px;
  text-anchor: middle;
  pointer-events: none;
}
.dependency-figure figcaption {
  margin-top: .55rem;
  color: var(--muted);
  font-size: .82rem;
}
@media (max-width: 860px) {
  .search-advanced .search-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .search-advanced { padding: .75rem; }
  .search-advanced .search-filters { grid-template-columns: 1fr; }
  .dependency-figure { overflow-x: auto; }
  .dependency-figure svg { min-width: 760px; }
}
@media print {
  .dependency-figure { overflow: visible; border: 1px solid #777; background: #fff; }
  .dependency-figure line { stroke: #777; }
  .dependency-figure rect { fill: #fff; stroke: #000; }
  .dependency-figure text { fill: #000; }
}

/* S02.1: skriftuavhengig identitetsmerke og rangert søkjetilstand. */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.brand-mark { padding: .25rem; }
.brand-mark svg { width: 1.5rem; height: 1.5rem; }
.brand-domain { margin-left: -.48rem; font-size: 1rem; }
.hero-wordmark {
  display: inline-flex;
  align-items: flex-end;
  gap: .06em;
  color: var(--ice-strong);
  text-shadow: 0 0 30px rgba(139, 213, 242, .28);
}
.hero-rune { display: inline-flex; width: .72em; height: 1em; margin: 0; }
.hero-rune svg { width: 100%; height: 100%; }
.search-count { margin: 1rem 0 .4rem; color: var(--ice-strong); }
.search-result-meta code { white-space: nowrap; }
@media (max-width: 600px) {
  .brand-domain { font-size: .94rem; }
  .hero-wordmark { font-size: clamp(2.6rem, 17vw, 4.8rem); }
}
@media print {
  .hero-wordmark, .hero-rune { color: #000; text-shadow: none; }
}

/* S04: bokstavleg U+16CC-identitet og direkte synleg, brukar-låst hovudbilete. */
.brand-mark {
  padding: 0;
  font-family: "Noto Sans Runic", "Segoe UI Historic", "Segoe UI Symbol", serif;
  font-size: 1.72rem;
  font-weight: 500;
  font-variant-ligatures: none;
  text-rendering: geometricPrecision;
}
.brand-domain { margin-left: .05rem; }
.hero-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: .04em;
  color: var(--ice-strong);
  font-size: clamp(2.9rem, 6vw, 5.6rem);
  line-height: .95;
  text-shadow: 0 0 24px rgba(139, 213, 242, .32);
}
.hero-rune {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  font-family: "Noto Sans Runic", "Segoe UI Historic", "Segoe UI Symbol", serif;
  font-size: .95em;
  font-weight: 500;
  font-variant-ligatures: none;
  line-height: 1;
  text-rendering: geometricPrecision;
}
.hero.hero-s04 {
  position: relative;
  width: min(calc(100% - 2rem), var(--content));
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 1.15rem auto 0;
  overflow: hidden;
  border: 1px solid var(--line-bright);
  border-radius: calc(var(--radius) + 2px);
  background: #030a10;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
  isolation: isolate;
}
.hero.hero-s04 .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero.hero-s04 .hero-media picture,
.hero.hero-s04 .hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero.hero-s04 .hero-media img {
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: brightness(1.08) saturate(1.04);
}
.hero.hero-s04::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 8, 13, .78) 0%, rgba(2, 8, 13, .60) 31%, rgba(2, 8, 13, .25) 53%, rgba(2, 8, 13, .04) 76%, rgba(2, 8, 13, 0) 100%),
    linear-gradient(0deg, rgba(2, 8, 13, .35) 0%, transparent 35%);
}
.hero-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: clamp(1rem, 3vw, 2.4rem);
}
.hero.hero-s04 .hero-copy {
  width: min(590px, 44%);
  max-width: none;
  padding: clamp(.95rem, 2vw, 1.5rem);
  border: 1px solid rgba(157, 216, 239, .34);
  border-radius: 12px;
  background: rgba(3, 11, 17, .58);
  box-shadow: 0 12px 42px rgba(0, 0, 0, .25);
  backdrop-filter: blur(3px);
}
.hero.hero-s04 .hero-wordmark { margin: .15rem 0 .7rem; }
.hero-lock {
  position: absolute;
  z-index: 3;
  right: .75rem;
  bottom: .6rem;
  margin: 0;
  padding: .3rem .48rem;
  border: 1px solid rgba(168, 228, 246, .35);
  border-radius: 6px;
  background: rgba(3, 11, 17, .68);
  color: #d8edf6;
  font-size: .72rem;
  letter-spacing: .02em;
}
@media (max-width: 1000px) {
  .hero.hero-s04 {
    aspect-ratio: auto;
    overflow: visible;
  }
  .hero.hero-s04 .hero-media {
    position: relative;
    inset: auto;
    z-index: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: calc(var(--radius) + 1px) calc(var(--radius) + 1px) 0 0;
  }
  .hero.hero-s04::after { display: none; }
  .hero-overlay {
    min-height: auto;
    padding: 1rem;
    background: linear-gradient(180deg, #081722, #071019);
  }
  .hero.hero-s04 .hero-copy {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  .hero-lock {
    position: static;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: #071019;
    padding: .55rem 1rem;
  }
}
@media (max-width: 600px) {
  .hero.hero-s04 { width: min(calc(100% - 1rem), var(--content)); margin-top: .65rem; }
  .hero.hero-s04 .hero-wordmark { font-size: clamp(2.5rem, 15vw, 4.2rem); }
  .hero.hero-s04 .evidence-strip { gap: .35rem; }
}
@media print {
  .hero.hero-s04 { width: 100%; aspect-ratio: auto; border: 0; box-shadow: none; }
  .hero.hero-s04 .hero-media { display: block !important; position: relative; aspect-ratio: 16 / 9; }
  .hero.hero-s04::after, .hero-lock { display: none !important; }
  .hero-overlay { padding: .5rem 0; }
  .hero.hero-s04 .hero-copy { width: 100%; border: 0; background: #fff; box-shadow: none; }
  .hero-wordmark, .hero-rune { color: #000; text-shadow: none; }
}
