/* AIagent1 shared design system. */
@font-face {
  font-family: "Geist";
  src: url("assets/fonts/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --accent: #a7c08f;
  --accent-ink: #0c0d10;
  --bg: #0c0d10;
  --bg-2: #08090b;
  --ink: #e7e8e4;
  --ink-bright: #f3f4f1;
  --muted: #9ba0a8;
  --ink-muted: #9ba0a8;
  --muted-2: #7e848d;
  --faint: #5f656e;
  --line: rgba(255,255,255,0.08);
  --line-2: rgba(255,255,255,0.12);
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
  --sans: 'Geist', system-ui, 'Segoe UI', sans-serif;
  --wrap: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); line-height: 1.5;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
body.cmd-lock { overflow: hidden; }
a { color: inherit; }
::selection { background: var(--accent); color: var(--bg); }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 120;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.wrap { width: min(var(--wrap), calc(100% - 48px)); margin: 0 auto; }
.mono { font-family: var(--mono); }
.eyebrow { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin: 0 0 14px; }
h2.sec { margin: 0; font-size: 2.8rem; font-weight: 700; letter-spacing: 0; line-height: 1.04; }

.btn-primary { display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--accent); color: var(--accent-ink); font-family: var(--mono); font-weight: 700; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(167,192,143,0.22); }
.btn-ghost { display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; color: var(--ink); font-family: var(--mono); text-decoration: none; transition: border-color .16s ease, background .16s ease; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.04); }

/* header */
header.site { position: sticky; top: 0; z-index: 40; height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 max(24px, calc((100vw - var(--wrap))/2)); background: rgba(12,13,16,0.78); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.brand .mark { display: block; width: 34px; height: 34px; overflow: hidden; border: 0; border-radius: 0; background: url("assets/aiagent1-logo-control-plane.png") center/contain no-repeat; color: transparent; font-size: 0; }
.brand .word { font-family: var(--mono); font-weight: 700; font-size: 0.98rem; letter-spacing: 0; }
.caret { color: var(--accent); animation: blink 1.4s steps(1) infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }
nav.main { display: flex; gap: 6px; font-family: var(--mono); font-size: 0.74rem; color: var(--muted-2); }
nav.main a { padding: 7px 11px; border-radius: 6px; text-decoration: none; transition: color .16s ease, background .16s ease; }
nav.main a:hover { color: var(--ink); background: rgba(255,255,255,0.05); }
nav.main a.active { color: var(--ink); background: rgba(167,192,143,0.1); }
.head-actions { display: flex; align-items: center; gap: 12px; }
.cmd-btn { display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 11px; border: 1px solid rgba(255,255,255,0.14); border-radius: 7px; background: rgba(255,255,255,0.02); color: var(--muted-2); font-family: var(--mono); font-size: 0.72rem; cursor: pointer; transition: border-color .16s ease, color .16s ease; }
.cmd-btn:hover { border-color: rgba(167,192,143,0.5); color: var(--ink); }
.cmd-btn kbd { padding: 1px 6px; border: 1px solid rgba(255,255,255,0.16); border-radius: 4px; font-size: 0.66rem; font-family: var(--mono); }
.head-cta { height: 34px; padding: 0 15px; font-size: 0.74rem; }

/* reveal */
[data-reveal] { transform: translateY(22px); transition: transform .66s cubic-bezier(.2,.7,.2,1), opacity .66s ease; }
[data-reveal].shown { transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { transform: none !important; } }

section.block { padding: 80px 0 24px; scroll-margin-top: 80px; }
section.block-last { padding-bottom: 96px; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.link-mono { font-family: var(--mono); font-size: 0.78rem; color: var(--accent); text-decoration: none; white-space: nowrap; }

/* page hero (subpages) */
.page-hero { position: relative; border-bottom: 1px solid var(--line); background-image: linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px); background-size: 48px 48px; }
.page-hero .inner { padding: 84px 0 70px; }
.page-hero h1 { margin: 22px 0 0; font-size: 3.8rem; font-weight: 700; line-height: 1.0; letter-spacing: 0; max-width: 18ch; }
.page-hero .lede { margin: 24px 0 0; max-width: 56ch; font-size: 1.12rem; line-height: 1.6; color: var(--muted); }
.page-hero .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.page-hero .actions a { height: 46px; padding: 0 22px; font-size: 0.85rem; }

/* hero (index) */
.hero { position: relative; border-bottom: 1px solid var(--line); background-image: linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px); background-size: 48px 48px; }
.hero-grid { padding: 74px 0 70px; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.02fr); gap: 56px; align-items: center; }
h1.hero-title { margin: 22px 0 0; font-size: 4.2rem; font-weight: 700; line-height: 0.99; letter-spacing: 0; max-width: 17ch; }
.hero-lede { margin: 26px 0 0; max-width: 52ch; font-size: 1.1rem; line-height: 1.62; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-actions .btn-primary, .hero-actions .btn-ghost { height: 46px; padding: 0 22px; font-size: 0.85rem; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 34px; }
.chip { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.04em; color: var(--muted-2); border: 1px solid rgba(255,255,255,0.1); padding: 6px 11px; border-radius: 999px; }

/* control surface */
.console { border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; background: rgba(255,255,255,0.015); box-shadow: 0 40px 90px rgba(0,0,0,0.5); }
.console-top { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.02); }
.console-top .label { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.06em; color: var(--muted-2); }
.running { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 0.66rem; color: var(--accent); }
.running .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.82); } }
.tabs { display: grid; grid-template-columns: repeat(5,1fr); border-bottom: 1px solid var(--line); }
.tab { position: relative; padding: 13px 6px 12px; border: 0; border-right: 1px solid rgba(255,255,255,0.06); background: transparent; color: var(--muted-2); cursor: pointer; text-align: center; transition: background .2s ease, color .2s ease; }
.tab:last-child { border-right: 0; }
.tab .num { display: block; font-family: var(--mono); font-size: 0.6rem; color: var(--faint); }
.tab .short { display: block; margin-top: 5px; font-size: 0.76rem; font-weight: 600; }
.tab .bar { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: transparent; }
.tab.active { background: rgba(167,192,143,0.1); color: var(--ink-bright); }
.tab.active .num { color: var(--accent); }
.tab.active .bar { background: var(--accent); }
.console-detail { padding: 20px 18px 8px; }
.console-detail .dl { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); }
.console-detail .dt { margin-top: 9px; font-size: 1.05rem; font-weight: 600; color: var(--ink-bright); }
.console-detail .dd { margin-top: 6px; font-size: 0.88rem; line-height: 1.5; color: var(--muted); }
.log { margin: 14px 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: rgba(0,0,0,0.3); padding: 13px 14px; min-height: 148px; font-family: var(--mono); font-size: 0.74rem; line-height: 1.95; }
.log-line { display: flex; align-items: center; gap: 9px; animation: logline .26s ease; }
@keyframes logline { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.log-line .mark { width: 13px; flex: 0 0 auto; }
.log-line.complete .mark { color: var(--accent); }
.log-line.next .mark { color: var(--faint); }
.log-line .txt { color: #aeb3bb; }
.log-line .meta { margin-left: auto; color: var(--faint); font-size: 0.68rem; }
.log-caret { display: flex; align-items: center; gap: 8px; color: var(--faint); }
.log-prompt { color: var(--accent); }
.log-caret .blk { width: 8px; height: 14px; background: var(--accent); animation: blink 1s steps(1) infinite; }

/* trygghet / governance */
.intro-2col { display: grid; grid-template-columns: minmax(0,0.9fr) minmax(0,1.1fr); gap: 48px; align-items: end; margin-bottom: 40px; }
.intro-2col p { margin: 0; font-size: 1.05rem; line-height: 1.64; color: var(--muted); max-width: 52ch; }
.gov-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-2); border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; }
.gov { background: var(--bg); padding: 24px 22px 26px; transition: background .2s ease; }
.gov:hover { background: rgba(167,192,143,0.04); }
.gov .top { display: flex; align-items: center; justify-content: space-between; }
.gov .num { font-family: var(--mono); font-size: 0.64rem; color: var(--faint); }
.gov .check { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 0.72rem; opacity: .2; transform: scale(.65); transition: opacity .4s ease, transform .4s cubic-bezier(.2,1.4,.4,1); }
.gov.shown .check { opacity: 1; transform: scale(1); }
.gov .gt { margin-top: 18px; font-size: 1.12rem; font-weight: 600; color: var(--ink-bright); }
.gov .gd { margin-top: 8px; font-size: 0.9rem; line-height: 1.5; color: var(--muted); }

/* services */
.svc-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 36px; }
.svc { border: 1px solid var(--line-2); border-radius: 12px; padding: 32px; background: rgba(255,255,255,0.012); transition: transform .2s ease, border-color .2s ease; }
.svc:hover { transform: translateY(-3px); border-color: rgba(167,192,143,0.4); }
.svc .num { font-family: var(--mono); font-size: 0.82rem; color: var(--accent); }
.svc h3 { margin: 16px 0 0; font-size: 1.45rem; font-weight: 600; letter-spacing: 0; color: var(--ink-bright); }
.svc p { margin: 13px 0 0; font-size: 0.98rem; line-height: 1.6; color: var(--muted); }
.svc ul { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.svc li { display: flex; gap: 11px; font-size: 0.9rem; color: #c5c9cf; }
.svc li .arr { color: var(--accent); font-family: var(--mono); }

/* steps (leveransemodell) */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line-2); border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; margin-top: 36px; }
.step { background: var(--bg); padding: 26px 20px 30px; }
.step .n { font-family: var(--mono); font-size: 0.7rem; color: var(--accent); }
.step .st { margin-top: 14px; font-size: 1.05rem; font-weight: 600; color: var(--ink-bright); }
.step .sd { margin-top: 8px; font-size: 0.86rem; line-height: 1.5; color: var(--muted); }

/* products */
.prod-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 36px; }
.prod { border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; background: rgba(255,255,255,0.012); transition: transform .2s ease, border-color .2s ease; display: flex; flex-direction: column; }
.prod:hover { transform: translateY(-3px); border-color: rgba(167,192,143,0.4); }
.prod .thumb { height: 128px; border-bottom: 1px solid var(--line); background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 26px 26px; display: grid; place-items: center; font-family: var(--mono); font-size: 1.2rem; font-weight: 700; }
.prod .body { padding: 22px 20px 24px; flex: 1; display: flex; flex-direction: column; }
.prod .name-row { display: flex; align-items: center; gap: 9px; }
.prod .name { font-size: 1.12rem; font-weight: 600; color: var(--ink-bright); }
.badge { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.16); color: var(--muted-2); }
.badge.live { border-color: rgba(167,192,143,0.5); color: var(--accent); }
.prod .desc { margin: 12px 0 0; font-size: 0.92rem; line-height: 1.55; color: var(--muted); }
.prod .prod-link { margin-top: auto; padding-top: 18px; font-family: var(--mono); font-size: 0.74rem; color: var(--accent); text-decoration: none; }

/* tool grid (verktøy vi setter opp) */
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 36px; }
.tool { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line-2); border-radius: 10px; padding: 16px 16px; background: rgba(255,255,255,0.012); transition: border-color .2s ease, transform .2s ease; }
.tool:hover { border-color: rgba(167,192,143,0.4); transform: translateY(-2px); }
.tool .glyph { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,0.2); border-radius: 9px; font-family: var(--mono); font-weight: 700; font-size: 0.92rem; color: #cdd0cb; }
.tool.local .glyph { border-color: rgba(167,192,143,0.5); color: var(--accent); }
.tool .tn { font-size: 1rem; font-weight: 600; line-height: 1.1; }
.tool .tk { display: block; margin-top: 4px; font-family: var(--mono); font-size: 0.68rem; color: var(--muted-2); }

/* innsikt */
.insights-video-lead { background: linear-gradient(180deg,rgba(23,29,28,.9),rgba(12,14,16,.98)); border-top: 1px solid rgba(167,192,143,.16); border-bottom: 1px solid rgba(167,192,143,.12); }
.insights-video-lead .sec { max-width: 14ch; }
.player { margin-top: 28px; border: 1px solid rgba(167,192,143,0.4); border-radius: 12px; overflow: hidden; background: rgba(255,255,255,0.015); box-shadow: 0 30px 70px rgba(0,0,0,0.4); }
.player.hidden { display: none; }
.player .frame { aspect-ratio: 16/9; background: #000; }
.player iframe { width: 100%; height: 100%; border: 0; display: block; }
.player .bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; border-top: 1px solid var(--line); }
.player .bar strong { font-size: 0.95rem; color: var(--ink-bright); line-height: 1.3; }
.player .close { flex: 0 0 auto; height: 34px; padding: 0 14px; border: 1px solid rgba(255,255,255,0.16); border-radius: 999px; background: rgba(255,255,255,0.04); color: var(--muted); font-family: var(--mono); font-size: 0.72rem; cursor: pointer; transition: color .16s ease, border-color .16s ease; }
.player .close:hover { color: #fff; border-color: rgba(167,192,143,0.5); }
.vid-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 34px; }
.vid { display: block; text-align: left; padding: 0; border: 1px solid var(--line-2); border-radius: 11px; overflow: hidden; background: rgba(255,255,255,0.012); cursor: pointer; transition: transform .18s ease, border-color .18s ease; color: inherit; }
.vid:first-child { grid-column: span 2; grid-row: span 2; background: rgba(255,255,255,.025); }
.vid:first-child .vt { padding: 18px 20px 21px; font-size: 1.1rem; }
.vid:hover { transform: translateY(-3px); border-color: rgba(167,192,143,0.5); }
.vid.active { border-color: rgba(167,192,143,0.6); }
.vid .thumb { position: relative; display: block; aspect-ratio: 16/9; background: #000; }
.vid .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .92; }
.vid .dur { position: absolute; right: 7px; bottom: 7px; padding: 2px 6px; border-radius: 4px; background: rgba(0,0,0,0.78); color: #fff; font-family: var(--mono); font-size: 0.64rem; }
.vid .play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(12,13,16,0.66); border: 1px solid rgba(255,255,255,0.42); color: #fff; font-size: 0.78rem; padding-left: 3px; }
.vid .vt { display: block; padding: 13px 14px 15px; font-size: 0.86rem; font-weight: 600; line-height: 1.32; color: #dfe2e6; }
.topics-label { margin: 42px 0 18px; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); }
.topics { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 14px; align-items: start; }
.topic { border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; background: rgba(255,255,255,0.012); }
.topic > button { display: block; width: 100%; text-align: left; padding: 22px 20px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.topic .row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.topic .tl { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); }
.topic .sign { font-family: var(--mono); font-size: 1.1rem; color: var(--muted-2); }
.topic .tt { display: block; margin-top: 12px; font-size: 1.08rem; font-weight: 600; color: var(--ink-bright); }
.topic .td { display: block; margin-top: 7px; font-size: 0.9rem; line-height: 1.5; color: var(--muted); }
.topic .links { display: none; padding: 0 14px 16px; }
.topic.open .links { display: block; }
.topic .links .inner { display: grid; gap: 7px; }
.topic .links a,
.topic .links button { display: flex; width: 100%; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; background: rgba(255,255,255,0.02); color: #cdd0cb; font-family: var(--sans); font-size: 0.85rem; font-weight: 500; line-height: 1.3; text-align: left; text-decoration: none; cursor: pointer; transition: border-color .14s ease, background .14s ease; }
.topic .links a:hover,
.topic .links button:hover { border-color: rgba(167,192,143,0.45); background: rgba(167,192,143,0.07); }
.topic .links .tag { flex: 0 0 auto; font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 7px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.16); color: var(--muted-2); }
.topic .links .tag.video { color: var(--accent); border-color: rgba(167,192,143,0.5); }
.topic .links .tag.ext { color: #c9b98a; border-color: rgba(201,185,138,0.5); }
.insight-intro { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(280px,.95fr); gap: 56px; align-items: end; }
.insight-intro .sec { max-width: 760px; }
.insight-intro > p { margin: 0; color: var(--muted); line-height: 1.7; }
.content-review-status { margin: 28px 0 0; padding: 11px 14px; border: 1px solid rgba(201,185,138,.32); border-radius: 8px; background: rgba(201,185,138,.06); color: #c9b98a; font-family: var(--mono); font-size: .68rem; letter-spacing: .04em; }
.learning-path { margin-top: 28px; border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; background: rgba(255,255,255,.012); }
.learning-path-header { padding: 30px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, rgba(167,192,143,.07), transparent 54%); }
.learning-path-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.learning-path-meta .chip { color: var(--accent); border-color: rgba(167,192,143,.36); }
.review-badge { color: #c9b98a; font-family: var(--mono); font-size: .62rem; letter-spacing: .04em; text-transform: uppercase; }
.learning-path-header h2 { max-width: 780px; margin: 22px 0 12px; color: var(--ink-bright); font-size: 2rem; line-height: 1.1; }
.learning-path-header > p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.65; }
.portfolio-connections { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.portfolio-connections li { padding: 5px 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: var(--muted-2); font-family: var(--mono); font-size: .58rem; letter-spacing: .05em; text-transform: uppercase; }
.learning-stage { padding: 28px 30px; border-bottom: 1px solid var(--line); }
.learning-stage-head { display: flex; align-items: flex-start; gap: 16px; }
.learning-step-number { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(167,192,143,.34); border-radius: 50%; color: var(--accent); font-family: var(--mono); font-size: .68rem; }
.learning-step-label { margin: 1px 0 5px; color: var(--accent); font-family: var(--mono); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.learning-stage h3 { margin: 0; color: var(--ink-bright); font-size: 1.35rem; line-height: 1.25; }
.learning-stage-copy { max-width: 800px; margin: 16px 0 0 54px; color: var(--muted); line-height: 1.65; }
.learning-video-action { margin: 20px 0 0 54px; }
.claim-note { margin: 14px 0 0 54px; color: var(--muted-2); font-size: .75rem; line-height: 1.55; }
.article-section { max-width: 800px; margin: 25px 0 0 54px; }
.article-section h4 { margin: 0 0 8px; color: var(--ink-bright); font-size: 1rem; }
.article-section > p:not(.claim-type) { margin: 0 0 10px; color: var(--muted); line-height: 1.68; }
.claim-type { display: inline-block; margin: 0 0 11px; padding: 3px 7px; border-radius: 4px; font-family: var(--mono); font-size: .57rem; letter-spacing: .05em; text-transform: uppercase; }
.claim-type.verified-fact { background: rgba(167,192,143,.09); color: var(--accent); }
.claim-type.editorial-inference { background: rgba(201,185,138,.08); color: #c9b98a; }
.learning-sources { max-width: 800px; margin: 24px 0 0 54px; padding-top: 18px; border-top: 1px solid var(--line); }
.source-heading { margin: 0 0 10px; color: var(--ink-bright); font-family: var(--mono); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.learning-sources ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.learning-sources li { display: grid; gap: 3px; color: #d9dfd4; font-size: .82rem; line-height: 1.4; }
.learning-sources a { color: #d9dfd4; }
.source-meta { color: var(--muted-2); font-family: var(--mono); font-size: .58rem; }
.exercise-list { display: grid; gap: 12px; max-width: 800px; margin: 22px 0 0 72px; padding: 0; color: var(--muted); }
.exercise-list li { padding-left: 6px; line-height: 1.55; }
.quiz-form { display: grid; gap: 20px; max-width: 800px; margin: 24px 0 0 54px; }
.quiz-question { margin: 0; padding: 0 0 18px; border: 0; border-bottom: 1px solid var(--line); }
.quiz-question legend { margin-bottom: 12px; color: var(--ink-bright); font-size: .92rem; font-weight: 600; line-height: 1.45; }
.quiz-option { display: flex; align-items: flex-start; gap: 10px; margin: 8px 0; color: var(--muted); font-size: .84rem; line-height: 1.42; cursor: pointer; }
.quiz-option input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--accent); }
.quiz-submit { justify-self: start; }
.quiz-result:empty { display: none; }
.quiz-result { display: grid; gap: 9px; padding: 15px; border: 1px solid rgba(167,192,143,.25); border-radius: 8px; background: rgba(167,192,143,.06); }
.quiz-score { color: var(--accent); font-size: .86rem; }
.quiz-feedback { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.continue-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: 24px 0 0 54px; }
.continue-groups h4 { margin: 0 0 10px; color: var(--ink-bright); font-size: .92rem; }
.continue-link { display: grid; gap: 5px; margin-top: 8px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; color: inherit; text-decoration: none; transition: border-color .16s ease, background .16s ease; }
.continue-link:hover { border-color: rgba(167,192,143,.42); background: rgba(167,192,143,.05); }
.continue-link strong { color: #dfe5dc; font-size: .84rem; }
.continue-link span { color: var(--muted-2); font-size: .75rem; line-height: 1.45; }
.ecosystem-link { border-color: rgba(201,185,138,.2); }
.editorial-footnote { margin: 0; padding: 18px 30px; color: var(--muted-2); font-size: .7rem; line-height: 1.55; }
.editorial-library { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 42px; }
.editorial-brief { display: grid; min-width: 0; grid-template-rows: auto 1fr auto auto; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: linear-gradient(155deg,rgba(26,29,33,.96),rgba(13,15,17,.98)); box-shadow: 0 20px 55px rgba(0,0,0,.16); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.editorial-brief:hover { transform: translateY(-2px); border-color: rgba(167,192,143,.26); box-shadow: 0 26px 70px rgba(0,0,0,.25); }
.editorial-brief-featured { grid-column: 1 / -1; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); grid-template-rows: 1fr auto auto; min-height: 430px; border-color: rgba(223,181,107,.4); background: linear-gradient(135deg,rgba(27,31,34,.98),rgba(13,15,17,.98)); }
.editorial-brief:has(.brief-details[open]) { grid-column: 1 / -1; display: block; padding: 0; border-color: rgba(167,192,143,.34); background: #121518; transform: none; }
.brief-preview { display: flex; min-width: 0; flex-direction: column; padding: 28px 30px 22px; }
.editorial-brief-featured .brief-preview { grid-column: 2; grid-row: 1; justify-content: center; padding: 50px 54px 34px; }
.brief-visual { position: relative; min-height: 150px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle at 76% 28%,rgba(125,211,252,.25),transparent 24%),linear-gradient(135deg,#17222a,#0d1115 62%); }
.brief-visual::before { content: ""; position: absolute; inset: 18% 9%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: rotate(-12deg); }
.brief-visual::after { content: ""; position: absolute; width: 42%; aspect-ratio: 1; right: 9%; top: 18%; border: 1px solid rgba(167,192,143,.3); transform: rotate(45deg); }
.brief-visual-index { position: absolute; left: 22px; bottom: 17px; z-index: 1; color: rgba(255,255,255,.88); font-size: 2.25rem; font-weight: 650; }
.brief-visual-label { position: absolute; top: 18px; left: 22px; z-index: 1; color: rgba(255,255,255,.62); font-family: var(--mono); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.brief-visual-image::before,
.brief-visual-image::after { display: none; }
.brief-cover { width: 100%; height: 100%; min-height: inherit; object-fit: cover; display: block; }
.brief-visual-image .brief-visual-index,
.brief-visual-image .brief-visual-label { padding: 5px 8px; border-radius: 999px; background: rgba(8,11,13,.72); backdrop-filter: blur(8px); }
.editorial-brief-featured .brief-visual { grid-column: 1; grid-row: 1 / span 3; min-height: 430px; border: 0; border-right: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle at 55% 35%,rgba(223,181,107,.27),transparent 22%),radial-gradient(circle at 68% 62%,rgba(125,211,252,.2),transparent 25%),linear-gradient(145deg,#1d2529,#101316 72%); }
.editorial-brief-featured .brief-visual-index { left: 42px; bottom: 34px; font-size: 5.5rem; color: rgba(255,255,255,.93); }
.editorial-mode-market-insight .brief-visual { background: radial-gradient(circle at 72% 30%,rgba(223,181,107,.28),transparent 22%),linear-gradient(140deg,#292116,#111315 68%); }
.editorial-mode-exercise .brief-visual { background: radial-gradient(circle at 70% 30%,rgba(167,192,143,.28),transparent 22%),linear-gradient(140deg,#18261f,#101315 70%); }
.editorial-mode-thought-leadership .brief-visual { background: radial-gradient(circle at 70% 30%,rgba(176,139,255,.22),transparent 24%),linear-gradient(140deg,#211b2d,#101315 70%); }
.editorial-mode-client-situation .brief-visual { background: radial-gradient(circle at 70% 30%,rgba(125,211,252,.25),transparent 24%),linear-gradient(140deg,#142633,#101315 70%); }
.editorial-brief:has(.brief-details[open]) > .brief-visual,
.editorial-brief:has(.brief-details[open]) > .brief-preview,
.editorial-brief:has(.brief-details[open]) > .brief-status { display: none; }
.editorial-brief-top { display: flex; align-items: center; gap: 8px; min-width: 0; }
.brief-number { color: var(--accent); font-family: var(--mono); font-size: .68rem; }
.brief-pillar { min-width: 0; overflow: hidden; color: var(--muted-2); font-family: var(--mono); font-size: .56rem; letter-spacing: .05em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.brief-format { margin-left: auto; color: #c9b98a; font-family: var(--mono); font-size: .55rem; text-transform: uppercase; }
.brief-date { margin: 14px 0 0; color: var(--muted-2); font-family: var(--mono); font-size: .61rem; letter-spacing: .03em; }
.brief-date-featured { color: var(--accent-warm); }
.brief-card-meta { margin: 7px 0 0; color: var(--muted-2); font-family: var(--mono); font-size: .58rem; }
.editorial-brief h3 { margin: 20px 0 10px; max-width: 22ch; color: var(--ink-bright); font-size: 1.45rem; line-height: 1.15; }
.editorial-brief-featured h3 { max-width: 18ch; font-size: 2.35rem; line-height: 1.05; }
.brief-reader { margin: 0; color: #a9c894; font-size: .75rem; line-height: 1.45; }
.brief-thesis { max-width: 56ch; margin: 15px 0 0; color: #aeb7ae; font-size: .92rem; line-height: 1.65; }
.brief-flow { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.brief-flow li { color: #7f8b82; font-family: var(--mono); font-size: .52rem; text-transform: uppercase; }
.brief-flow li:not(:last-child)::after { content: "→"; margin-left: 8px; color: rgba(167,192,143,.55); }
.brief-details { margin: 0 30px 24px; border: 0; }
.editorial-brief-featured .brief-details { grid-column: 2; grid-row: 2; margin: 0 54px 34px; }
.brief-details summary { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border: 1px solid rgba(167,192,143,.36); border-radius: 999px; background: rgba(167,192,143,.08); color: #dce8d5; font-family: var(--mono); font-size: .68rem; cursor: pointer; transition: background .18s ease, border-color .18s ease; }
.brief-details summary:hover { border-color: rgba(167,192,143,.7); background: rgba(167,192,143,.14); }
.brief-details[open] { margin: 0; padding: 0 42px 56px; background: linear-gradient(180deg,#171b1d,#111416); }
.brief-details[open] > summary { position: sticky; top: 82px; z-index: 3; margin: 20px 0 0; background: #1d2420; }
.brief-article-hero { max-width: 1080px; margin: 36px auto 0; }
.brief-article-hero img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 14px; }
.brief-article-hero figcaption { margin-top: 9px; color: var(--muted-2); font-family: var(--mono); font-size: .58rem; }
.brief-article-masthead { max-width: 900px; margin: 20px auto 8px; padding: 66px 0 48px; border: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.brief-article-kicker { margin: 0 0 14px; color: var(--accent); font-family: var(--mono); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.brief-article-masthead h2 { max-width: 780px; margin: 0; color: var(--ink-bright); font-size: 3.2rem; line-height: 1.03; }
.brief-article-ingress { max-width: 680px; margin: 26px 0 0; color: #cbd2c9; font-size: 1.18rem; line-height: 1.68; }
.brief-article-meta { margin: 24px 0 0; color: var(--accent-warm); font-family: var(--mono); font-size: .66rem; }
.brief-editorial-note { max-width: 680px; margin: 12px 0 0; color: var(--muted-2); font-size: .7rem; line-height: 1.55; }
.editorial-brief:has(.brief-details[open]) .brief-article,
.editorial-brief:has(.brief-details[open]) .brief-decisions,
.editorial-brief:has(.brief-details[open]) .brief-implications,
.editorial-brief:has(.brief-details[open]) .brief-application,
.editorial-brief:has(.brief-details[open]) .brief-quiz,
.editorial-brief:has(.brief-details[open]) .brief-source-section,
.editorial-brief:has(.brief-details[open]) .brief-next { max-width: 760px; margin-right: auto; margin-left: auto; }
.editorial-brief:has(.brief-details[open]) .brief-article p { color: #c3cbc3; font-size: 1.06rem; line-height: 1.9; }
.brief-body-heading,
.brief-decisions > h3,
.brief-application > h3 { margin: 42px 0 16px; font-size: 1.45rem; line-height: 1.2; }
.brief-details h4 { margin: 0 0 10px; color: var(--ink-bright); font-family: var(--mono); font-size: .66rem; letter-spacing: .05em; text-transform: uppercase; }
.brief-article,
.brief-decisions,
.brief-application,
.brief-quiz,
.brief-source-section { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.brief-article p { margin: 0 0 12px; color: var(--muted); font-size: .79rem; line-height: 1.65; }
.brief-implications { display: grid; gap: 11px; margin: 18px 0 0; }
.brief-application-steps,
.brief-quiz-options,
.brief-source-list { display: grid; gap: 8px; margin: 0; padding-left: 20px; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.brief-quiz-prompt { margin: 0 0 10px; color: var(--ink-bright); font-size: .8rem; line-height: 1.5; }
.brief-quiz-explanation { margin: 12px 0 0; color: var(--muted-2); font-size: .72rem; line-height: 1.5; }
.brief-source-label { margin: 12px 0 8px; color: var(--muted-2); font-family: var(--mono); font-size: .58rem; text-transform: uppercase; }
.brief-source-list a { color: var(--accent); }
.brief-source-pending { color: #c9b98a; }
.brief-video-pending { margin: 14px 0 0; color: var(--muted-2); font-size: .7rem; line-height: 1.5; }
.brief-details dl { display: grid; gap: 11px; margin: 15px 0; }
.brief-detail-row dt { color: var(--muted-2); font-family: var(--mono); font-size: .55rem; letter-spacing: .06em; text-transform: uppercase; }
.brief-detail-row dd { margin: 3px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.48; }
.brief-next { display: inline-flex; padding: 8px 10px; border: 1px solid rgba(167,192,143,.32); border-radius: 6px; color: var(--accent); font-size: .72rem; text-decoration: none; }
.brief-status { margin: 0; padding: 0 30px 24px; color: #66716a; font-family: var(--mono); font-size: .52rem; line-height: 1.4; }
.editorial-brief-featured .brief-status { grid-column: 2; grid-row: 3; padding: 0 54px 28px; }

/* about */
.about-points { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 32px; }
.about-points span { display: flex; gap: 11px; align-items: flex-start; font-size: 0.98rem; color: #c5c9cf; border: 1px solid var(--line-2); border-radius: 10px; padding: 16px 18px; background: rgba(255,255,255,0.012); }
.about-lede { margin: 0; font-size: 1.08rem; line-height: 1.7; color: var(--muted); max-width: 60ch; }

.manifesto {
  max-width: 920px;
  padding: 8px 0 48px;
}
.manifesto h2 {
  max-width: 22ch;
  margin: 0;
  color: var(--ink-bright);
  font-size: 3.45rem;
  font-weight: 700;
  line-height: 1.03;
}
.manifesto > p:last-child {
  max-width: 66ch;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
}
.horizon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}
.horizon-grid article {
  padding: 30px 28px 34px;
  border-right: 1px solid var(--line-2);
}
.horizon-grid article:first-child { padding-left: 0; }
.horizon-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}
.horizon-label {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.horizon-grid h3 {
  margin: 14px 0 0;
  color: var(--ink-bright);
  font-size: 1.25rem;
}
.horizon-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}
.ownership-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}
.ownership-copy p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.72;
}
.principle-list {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-2);
  list-style: none;
}
.principle-list li {
  position: relative;
  padding: 15px 0 15px 28px;
  border-bottom: 1px solid var(--line);
  color: #cdd0cb;
}
.principle-list li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "✓";
  font-family: var(--mono);
}
.statement-band {
  padding: 50px 0;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}
.statement-band h2 {
  max-width: 28ch;
  margin: 0;
  color: var(--ink-bright);
  font-size: 2.55rem;
  line-height: 1.1;
}
.statement-band > p:last-child {
  max-width: 70ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

/* contact form */
.contact-grid { display: grid; grid-template-columns: minmax(0,0.95fr) minmax(0,1.05fr); gap: 48px; align-items: start; }
.contact-points { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.contact-points li { display: flex; gap: 11px; font-size: 0.98rem; color: #c5c9cf; }
.contact-points li::before { content: "→"; color: var(--accent); font-family: var(--mono); }
.contact-note { max-width: 58ch; margin: 24px 0 0; color: var(--muted-2); font-size: 0.86rem; line-height: 1.6; }
.contact-note a { color: var(--accent); text-underline-offset: 3px; }
.contact-form { border: 1px solid var(--line-2); border-radius: 14px; padding: 30px; background: rgba(255,255,255,0.012); display: grid; gap: 16px; }
.hidden-field { position: absolute; left: -9999px; }
.field { display: grid; gap: 7px; }
.field label { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted-2); }
.field label span {
  color: var(--faint);
  font-weight: 400;
  text-transform: none;
}
.field input, .field select, .field textarea { width: 100%; background: rgba(0,0,0,0.25); border: 1px solid var(--line-2); border-radius: 8px; padding: 12px 13px; color: var(--ink); font-family: var(--sans); font-size: 0.95rem; transition: border-color .16s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: rgba(167,192,143,0.6); }
.field input.invalid,
.field select.invalid,
.field textarea.invalid { border-color: rgba(217,138,106,0.8); }
.field textarea { resize: vertical; min-height: 120px; }
.contact-form .btn-primary { height: 48px; font-size: 0.88rem; }
.contact-form .btn-primary:disabled { cursor: progress; opacity: 0.72; transform: none; box-shadow: none; }
.form-status { margin: 0; font-size: 0.88rem; color: var(--accent); min-height: 1.2em; }
.form-status.error { color: #d98a6a; }
.form-status a { color: inherit; font-weight: 700; text-underline-offset: 3px; }
.form-privacy {
  margin: -2px 0 0;
  color: var(--muted-2);
  font-size: 0.78rem;
  line-height: 1.55;
}
.form-privacy a {
  color: var(--ink);
  text-underline-offset: 3px;
}
.turnstile-container {
  min-height: 65px;
}
.turnstile-container[hidden] {
  display: none;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 0.65fr);
  gap: 80px;
  align-items: start;
}
.legal-summary {
  position: sticky;
  top: 96px;
  padding-top: 4px;
}
.legal-summary p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.65;
}
.legal-summary a,
.legal-copy a {
  color: var(--accent);
  text-underline-offset: 3px;
}
.legal-copy {
  max-width: 760px;
}
.legal-copy section {
  padding: 0 0 34px;
  margin: 0 0 34px;
  border-bottom: 1px solid var(--line);
}
.legal-copy section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.legal-copy h2 {
  margin: 0 0 14px;
  color: var(--ink-bright);
  font-size: 1.35rem;
}
.legal-copy p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.72;
}

/* cta */
.cta { position: relative; overflow: hidden; border: 1px solid rgba(167,192,143,0.28); border-radius: 16px; padding: 56px 48px; background: rgba(167,192,143,0.04); background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 42px 42px; }
.cta-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 40px; align-items: center; }
.cta h2 { margin: 0; font-size: 3.1rem; font-weight: 700; letter-spacing: 0; line-height: 1.02; max-width: 18ch; }
.cta p { margin: 20px 0 0; max-width: 54ch; font-size: 1.05rem; line-height: 1.62; color: var(--muted); }
.cta-actions { display: flex; flex-direction: column; gap: 12px; }
.cta-actions a { height: 50px; padding: 0 28px; font-size: 0.88rem; white-space: nowrap; border-radius: 9px; }

footer.site { border-top: 1px solid var(--line); background: var(--bg-2); }
footer.site .row { padding: 44px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
footer.site .word { font-family: var(--mono); font-weight: 700; font-size: 0.95rem; }
.footer-caret { color: var(--accent); }
footer.site .meta { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.06em; color: var(--faint); }
footer.site .fnav { display: flex; gap: 18px; flex-wrap: wrap; font-family: var(--mono); font-size: 0.74rem; color: var(--muted-2); }
footer.site .fnav a { text-decoration: none; transition: color .16s ease; }
footer.site .fnav a:hover { color: var(--ink); }

/* command palette */
.cmd-overlay { position: fixed; inset: 0; z-index: 80; display: none; align-items: flex-start; justify-content: center; padding-top: 14vh; background: rgba(6,7,9,0.6); backdrop-filter: blur(6px); opacity: 0; transition: opacity .18s ease; }
.cmd-overlay.open { display: flex; opacity: 1; }
.cmd-box { width: min(560px, calc(100% - 32px)); border: 1px solid var(--line-2); border-radius: 14px; overflow: hidden; background: #15171b; box-shadow: 0 40px 100px rgba(0,0,0,0.6); }
.cmd-input-row { display: flex; align-items: center; gap: 11px; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.cmd-input-row .chev { font-family: var(--mono); color: var(--accent); font-size: 0.9rem; }
.cmd-input-row input { flex: 1; min-width: 0; background: transparent; border: 0; outline: 0; color: var(--ink); font-family: var(--mono); font-size: 0.92rem; }
.cmd-input-row .esc { font-family: var(--mono); font-size: 0.62rem; color: var(--faint); border: 1px solid rgba(255,255,255,0.14); border-radius: 4px; padding: 2px 6px; }
.cmd-results { max-height: 320px; overflow-y: auto; padding: 8px; }
.cmd-results a { display: flex; align-items: center; gap: 13px; padding: 12px 13px; border-radius: 8px; text-decoration: none; color: #cdd0cb; transition: background .14s ease; }
.cmd-results a:hover, .cmd-results a.cursor { background: rgba(167,192,143,0.1); }
.cmd-results .key { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--line-2); border-radius: 6px; font-family: var(--mono); font-size: 0.7rem; color: var(--accent); }
.cmd-results .lbl { font-size: 0.92rem; font-weight: 500; }
.cmd-results .hint { margin-left: auto; font-family: var(--mono); font-size: 0.66rem; color: var(--faint); }

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .intro-2col { grid-template-columns: 1fr; gap: 20px; }
  .gov-grid { grid-template-columns: repeat(2,1fr); }
  .svc-grid { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: 1fr; }
  .tool-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: 1fr 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-points { grid-template-columns: 1fr; }
  .horizon-grid { grid-template-columns: 1fr; }
  .horizon-grid article,
  .horizon-grid article:first-child,
  .horizon-grid article:last-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .horizon-grid article:last-child { border-bottom: 0; }
  .ownership-layout,
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .legal-summary { position: static; }
  .insight-intro { grid-template-columns: 1fr; gap: 20px; }
  .vid-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .continue-groups { grid-template-columns: 1fr; }
  .editorial-library { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .editorial-brief-featured { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto auto auto; min-height: 0; }
  .editorial-brief-featured .brief-visual { grid-column: 1; grid-row: 1; min-height: 260px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .editorial-brief-featured .brief-preview { grid-column: 1; grid-row: 2; padding: 34px 36px 24px; }
  .editorial-brief-featured .brief-details { grid-column: 1; grid-row: 3; margin: 0 36px 28px; }
  .editorial-brief-featured .brief-status { grid-column: 1; grid-row: 4; padding: 0 36px 26px; }
  nav.main { display: none; }
}
@media (max-width: 560px) {
  .gov-grid, .tool-grid, .steps { grid-template-columns: 1fr; }
  .head-cta { display: none; }
  .learning-path-header,
  .learning-stage { padding: 22px 18px; }
  .learning-path-meta { align-items: flex-start; flex-direction: column; }
  .learning-path-header h2 { font-size: 1.65rem; }
  .learning-stage-copy,
  .learning-video-action,
  .claim-note,
  .article-section,
  .learning-sources,
  .quiz-form,
  .continue-groups { margin-left: 0; }
  .exercise-list { margin-left: 20px; }
  .editorial-footnote { padding: 16px 18px; }
  .vid-grid { grid-template-columns: 1fr; }
  .vid:first-child { grid-column: auto; grid-row: auto; }
  .editorial-library { grid-template-columns: 1fr; }
  .brief-preview { padding: 24px 22px 18px; }
  .editorial-brief-featured .brief-preview { padding: 28px 22px 18px; }
  .brief-details,
  .editorial-brief-featured .brief-details { margin: 0 22px 22px; }
  .brief-status,
  .editorial-brief-featured .brief-status { padding: 0 22px 22px; }
  .brief-details[open] { margin: 0; padding: 0 18px 40px; }
  .brief-details[open] > summary { top: 68px; }
  .editorial-brief-featured .brief-visual { min-height: 210px; }
  .editorial-brief-featured .brief-visual-index { left: 22px; bottom: 18px; font-size: 4rem; }
  .editorial-brief-featured h3 { font-size: 1.85rem; }
  .brief-article-masthead h2 { font-size: 2rem; }
}

/* AIagent1 consolidated service front */
:root {
  --accent-warm: #dfb56b;
}

.console,
.gov-grid,
.svc,
.steps,
.prod,
.tool,
.player,
.vid,
.topic,
.about-points span,
.contact-form,
.cta,
.cmd-box {
  border-radius: 8px;
}

.hero-immersive {
  min-height: 660px;
  overflow: hidden;
}

.hero-immersive::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(12, 13, 16, 0.99) 0%, rgba(12, 13, 16, 0.94) 38%, rgba(12, 13, 16, 0.54) 68%, rgba(12, 13, 16, 0.86) 100%),
    linear-gradient(180deg, transparent 60%, var(--bg) 100%);
}

.hero-immersive .hero-grid {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 660px;
  padding: 72px 0 88px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(690px, 64%);
}

.hero-console {
  position: absolute;
  top: 50%;
  right: -7%;
  z-index: 0;
  width: min(700px, 58%);
  margin: 0;
  opacity: 0.72;
  transform: translateY(-50%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 22%, #000 44%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 22%, #000 44%);
}

.hero-console .tabs {
  grid-template-columns: repeat(4, 1fr);
}

.hero-copy .hero-lede {
  max-width: 62ch;
}

.offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.package-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
}

.package-pricing {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--ink-muted);
  font-size: 0.9rem;
}

.package-pricing span {
  display: block;
  margin-bottom: 6px;
  color: var(--accent-warm);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.package-card .package-link {
  width: fit-content;
  margin-top: 24px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
}

.package-card .package-link:hover,
.package-card .package-link:focus-visible {
  color: var(--ink-bright);
  outline: 0;
}

.prod .image-thumb {
  height: 220px;
  overflow: hidden;
  padding: 0;
}

.prod .image-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.product-glyph {
  color: var(--accent);
}

.product-grid-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-catalog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-note {
  max-width: 82ch;
  margin: 28px 0 0;
  color: var(--muted-2);
  font-size: 0.82rem;
  line-height: 1.65;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.case-card {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(260px, 0.96fr);
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.012);
  transition: border-color 180ms ease, transform 180ms ease;
}

.case-card:hover {
  transform: translateY(-2px);
  border-color: rgba(167, 192, 143, 0.42);
}

.case-card img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  object-position: top center;
  border-right: 1px solid var(--line);
}

.case-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.case-status {
  color: var(--accent-warm);
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-body h3 {
  margin: 16px 0 0;
  color: var(--ink-bright);
  font-size: 1.38rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.12;
}

.case-body p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.case-body strong {
  color: #cdd0cb;
  font-weight: 600;
}

.case-link {
  width: fit-content;
  margin-top: 20px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: none;
}

.case-link:hover,
.case-link:focus-visible {
  color: var(--ink-bright);
}

.case-status.status-live {
  color: var(--accent);
}

.project-case-grid .case-body {
  justify-content: flex-start;
}

.redirect-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 48px 0;
}

.redirect-page h1 {
  max-width: 18ch;
  margin: 0;
  color: var(--ink-bright);
  font-size: 3rem;
  line-height: 1.05;
}

.redirect-page .btn-primary {
  min-height: 46px;
  margin-top: 20px;
  padding: 0 20px;
}

.redirect-copy {
  max-width: 54ch;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.redirect-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.redirect-actions .btn-primary,
.redirect-actions .btn-ghost {
  min-height: 46px;
  margin-top: 0;
  padding: 0 20px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 68px;
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--line-2);
}

.faq-list details {
  border-bottom: 1px solid var(--line-2);
}

.faq-list summary {
  position: relative;
  padding: 22px 42px 22px 0;
  color: var(--ink-bright);
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 2px;
  color: var(--accent);
  content: "+";
  font-family: var(--mono);
  font-size: 1.2rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 70ch;
  margin: -2px 0 24px;
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .hero-copy {
    width: min(670px, 72%);
  }

  .hero-console {
    right: -22%;
    width: 76%;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .package-card {
    min-height: 0;
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .product-grid-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  h2.sec {
    font-size: 2.4rem;
  }

  .page-hero h1 {
    font-size: 3.1rem;
  }

  h1.hero-title {
    font-size: 3.35rem;
  }

  .cta h2 {
    font-size: 2.55rem;
  }

  .manifesto h2 {
    font-size: 2.85rem;
  }

  .statement-band h2 {
    font-size: 2.2rem;
  }

  .hero-immersive,
  .hero-immersive .hero-grid {
    min-height: 700px;
  }

  .hero-copy {
    width: min(630px, 82%);
  }

  .hero-console {
    top: auto;
    right: -20%;
    bottom: -92px;
    width: 82%;
    opacity: 0.46;
    transform: none;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }

  header.site {
    padding-inline: 16px;
  }

  .cmd-btn kbd {
    display: none;
  }

  h2.sec {
    font-size: 2rem;
  }

  .page-hero h1 {
    font-size: 2.55rem;
  }

  h1.hero-title {
    font-size: 2.7rem;
    line-height: 1.02;
  }

  .cta h2 {
    font-size: 2.12rem;
  }

  .manifesto h2 {
    font-size: 2.25rem;
  }

  .statement-band h2 {
    font-size: 1.85rem;
  }

  .product-grid-wide {
    grid-template-columns: 1fr;
  }

  .product-catalog {
    grid-template-columns: 1fr;
  }

  .redirect-actions,
  .redirect-actions a {
    width: 100%;
  }

  .hero-immersive,
  .hero-immersive .hero-grid {
    min-height: 720px;
  }

  .hero-immersive .hero-grid {
    padding: 54px 0 52px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-copy .hero-lede {
    font-size: 1rem;
  }

  .hero-actions,
  .hero-actions a {
    width: 100%;
  }

  .hero-console {
    right: -76%;
    bottom: -180px;
    width: 164%;
    opacity: 0.14;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 28%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 28%);
  }

  .hero-immersive::after {
    background:
      linear-gradient(180deg, rgba(12, 13, 16, 0.99) 0%, rgba(12, 13, 16, 0.94) 58%, rgba(12, 13, 16, 0.48) 82%, var(--bg) 100%);
  }

  .case-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .case-card img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .case-body {
    padding: 22px;
  }

  .cta {
    padding: 38px 24px;
  }

  .cta-actions,
  .cta-actions a {
    width: 100%;
  }

footer.site .row {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Innsikt editorial learning environment */
.insights-video-lead { color: #26302d; background: #eeeae0; border-color: #d7d0c2; }
.insights-video-lead .eyebrow { color: #54705c; }
.insights-video-lead .sec, .editorial-column h2 { color: #15211e; }
.insights-video-lead .insight-intro > p { color: #5b6661; }
.learning-entry-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(300px,.65fr); gap: 38px; align-items: start; margin-top: 40px; }
.video-column { min-width: 0; }
.video-column .vid-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 14px; }
.video-column .vid, .video-column .vid:first-child { display: grid; grid-column: auto; grid-row: auto; grid-template-rows: auto 1fr; align-items: start; overflow: hidden; border-color: #d3ccbd; border-radius: 12px; background: #fffdf8; box-shadow: none; }
.video-column .vid:hover { transform: translateY(-2px); border-color: #8ea184; box-shadow: 0 12px 28px rgba(48,42,32,.1); }
.video-column .vid.active { border-color: #607b65; box-shadow: 0 0 0 2px rgba(96,123,101,.14); }
.video-column .vid .thumb, .video-column .vid:first-child .thumb { aspect-ratio: 16/9; height: auto; min-height: 0; }
.video-column .vid .play { width: 34px; height: 34px; font-size: .68rem; }
.video-column .video-card-copy { display: grid; align-content: start; gap: 7px; min-width: 0; padding: 11px 12px 13px; }
.video-column .vid .vt, .video-column .vid:first-child .vt { display: -webkit-box; overflow: hidden; padding: 0; color: #18211f; font-size: .76rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.video-column .video-meta { color: #6e7772; font-family: var(--mono); font-size: .55rem; letter-spacing: .02em; }
.video-column .video-choice-hidden { display: none; }
.video-column .video-grid-expanded .video-choice-hidden { display: grid; }
.video-column .player { margin: 0 0 18px; border-color: #c8bfae; background: #fff; }
.video-column .player .bar { border-color: #d8d0c2; }
.video-column .player .bar strong { color: #18211f; }
.video-column .player .close { border-color: #c8bfae; color: #47534e; background: #f5f1e9; }
.video-toggle { margin-top: 14px; padding: 9px 0; border: 0; border-bottom: 1px solid #839881; background: transparent; color: #435c4a; font-family: var(--mono); font-size: .68rem; cursor: pointer; }
.editorial-column { padding: 30px 28px; border: 1px solid #d8d1c4; border-radius: 18px; background: rgba(255,253,248,.72); box-shadow: 0 24px 70px rgba(48,42,32,.08); }
.editorial-column h2 { max-width: 13ch; margin: 7px 0 0; font-size: 1.9rem; line-height: 1.05; }
.editorial-column-intro { max-width: 38ch; margin: 11px 0 0; color: #5d6863; font-size: .88rem; line-height: 1.5; }
.editorial-column .editorial-library { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 22px; }
.editorial-column .editorial-brief { position: relative; grid-template-columns: 74px minmax(0,1fr); grid-template-rows: auto; min-height: 92px; border: 0; border-bottom: 1px solid #ddd6c9; border-radius: 0; background: transparent; box-shadow: none; }
.editorial-column .editorial-brief:first-child { border-top: 1px solid #ddd6c9; }
.editorial-column .editorial-brief:hover { border-color: #99a691; background: rgba(255,255,255,.5); box-shadow: none; }
.editorial-column .brief-visual, .editorial-column .editorial-brief-featured .brief-visual { grid-column: 1; grid-row: 1; align-self: center; width: 66px; height: 66px; min-height: 0; margin: 12px 0; border: 0; border-radius: 7px; }
.editorial-column .brief-visual-index { left: 14px; bottom: 11px; font-size: 1.55rem; }
.editorial-column .brief-visual-label { top: 11px; left: 12px; font-size: .46rem; }
.editorial-column .brief-preview, .editorial-column .editorial-brief-featured .brief-preview { grid-column: 2; grid-row: 1; justify-content: center; padding: 13px 8px 13px 12px; }
.editorial-column .editorial-brief-top, .editorial-column .brief-reader, .editorial-column .brief-thesis, .editorial-column .brief-flow { display: none; }
.editorial-column .brief-date { margin: 0; color: #65706a; }
.editorial-column .brief-card-meta { display: none; }
.editorial-column .editorial-brief h3, .editorial-column .editorial-brief-featured h3 { max-width: none; margin: 6px 0 0; color: #18211f; font-size: .91rem; line-height: 1.22; }
.editorial-column .brief-details, .editorial-column .editorial-brief-featured .brief-details { grid-column: 1 / -1; grid-row: 1; margin: 0; padding: 0; }
.editorial-column .brief-details > summary { min-height: 0; padding: 0; border: 0; background: transparent; color: #4e6a55; font-size: .62rem; }
.editorial-column .editorial-brief:not(:has(.brief-details[open])) .brief-details > summary { position: absolute; inset: 0; z-index: 3; display: block; overflow: hidden; width: 100%; height: 100%; padding: 0; color: transparent; cursor: pointer; }
.editorial-column .editorial-brief:not(:has(.brief-details[open])) .brief-details > summary:focus-visible { outline: 3px solid #607b65; outline-offset: 3px; }
.library-brief-hidden { display: none !important; }
.editorial-library.library-expanded .library-brief-hidden { display: grid !important; }
.library-toggle { margin-top: 18px; padding: 10px 0; border: 0; border-bottom: 1px solid #839881; background: transparent; color: #435c4a; font-family: var(--mono); font-size: .68rem; cursor: pointer; }
.editorial-column .editorial-brief:has(.brief-details[open]) { position: fixed; inset: 18px; z-index: 120; display: block !important; overflow-y: auto; min-height: 0; border: 1px solid #cbc3b5; border-radius: 18px; background: #f6f2e9; box-shadow: 0 40px 120px rgba(0,0,0,.55); }
.editorial-column .brief-details[open] { margin: 0; padding: 0 42px 64px; color: #26302d; background: #f6f2e9; }
.editorial-column .brief-details[open] > summary { position: sticky; top: 18px; float: right; z-index: 4; min-height: 40px; margin: 18px 0 0; padding: 0 16px; border: 1px solid #b9b1a4; border-radius: 999px; color: #33443a; background: rgba(246,242,233,.94); backdrop-filter: blur(12px); }
.editorial-column .brief-article-hero { clear: both; padding-top: 26px; }
.editorial-column .brief-article-masthead { clear: both; border-color: #d8d0c3; }
.editorial-column .brief-article-masthead h2, .editorial-column .brief-details[open] h3, .editorial-column .brief-details[open] h4, .editorial-column .brief-quiz-prompt { color: #17221f; }
.editorial-column .brief-article-ingress, .editorial-column .brief-details[open] .brief-article p, .editorial-column .brief-detail-row dd, .editorial-column .brief-application-steps, .editorial-column .brief-quiz-options, .editorial-column .brief-source-list { color: #46524d; }
.editorial-column .brief-article-kicker, .editorial-column .brief-article-meta, .editorial-column .brief-source-list a, .editorial-column .brief-next { color: #4d6b55; }
.editorial-column .brief-article, .editorial-column .brief-application, .editorial-column .brief-quiz, .editorial-column .brief-source-section { border-color: #d8d0c3; }
.brief-related { max-width: 980px; margin: 72px auto 0; padding-top: 34px; border-top: 1px solid #d8d0c3; }
.brief-related-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.brief-related-heading p, .brief-related-heading h3 { margin: 0; }
.brief-related-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.brief-related-card { display: grid; gap: 12px; padding: 0 0 16px; border: 0; border-bottom: 1px solid #d8d0c3; color: #17221f; background: transparent; text-align: left; cursor: pointer; }
.brief-related-card:hover strong { color: #4d6b55; }
.brief-related-card:focus-visible { outline: 3px solid #607b65; outline-offset: 4px; }
.brief-related-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 9px; }
.brief-related-copy { display: grid; gap: 6px; }
.brief-related-copy strong { font-family: var(--sans); font-size: .94rem; line-height: 1.25; transition: color .18s ease; }
.brief-related-pillar, .brief-related-date { color: #647169; font-family: var(--mono); font-size: .57rem; line-height: 1.4; letter-spacing: .07em; text-transform: uppercase; }
.brief-related-pillar { color: #4d6b55; }
.insights-community-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 20px; margin-top: 62px; }
.insights-community-grid > :only-child { grid-column: 1 / -1; max-width: 720px; }
.insight-community-card { padding: 30px; border: 1px solid #d8d1c4; border-radius: 16px; color: #26302d; background: rgba(255,253,248,.72); }
.insight-community-card h2 { margin: 8px 0 12px; color: #17221f; font-size: 1.45rem; line-height: 1.14; }
.insight-community-card > p:not(.eyebrow) { max-width: 44ch; color: #5d6863; line-height: 1.55; }
.insight-community-card fieldset { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 20px 0 14px; padding: 0; border: 0; }
.insight-community-card fieldset label { display: flex; align-items: center; min-height: 44px; padding: 9px 11px; border: 1px solid #d8d1c4; border-radius: 8px; color: #43504b; background: #fffdf8; cursor: pointer; }
.insight-community-card fieldset label:has(input:checked) { border-color: #607b65; background: #e7eddf; }
.insight-community-card input[type="radio"] { margin: 0 9px 0 0; accent-color: #607b65; }
.insight-community-card button { min-height: 42px; padding: 0 17px; border: 1px solid #607b65; border-radius: 8px; color: #fff; background: #405e48; font-family: var(--mono); font-size: .68rem; cursor: pointer; }
.newsletter-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 22px; }
.newsletter-row input { min-width: 0; min-height: 44px; padding: 0 14px; border: 1px solid #cfc7b9; border-radius: 8px; color: #18211f; background: #fffdf8; font: inherit; }
.newsletter-privacy { display: inline-block; margin-top: 14px; color: #52685a; font-size: .72rem; }
.insight-form-status { margin: 12px 0 0; color: #405e48; font-size: .8rem; }
.sr-only { position: absolute !important; overflow: hidden !important; width: 1px !important; height: 1px !important; padding: 0 !important; border: 0 !important; margin: -1px !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }
.learning-path-disclosure { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.learning-path-disclosure > summary { padding: 24px 0; color: var(--accent); font-family: var(--mono); font-size: .72rem; cursor: pointer; }
.learning-path-disclosure[open] { padding-bottom: 30px; }
@media (max-width: 860px) {
  .learning-entry-grid { grid-template-columns: 1fr; gap: 32px; }
  .editorial-column { padding: 28px; }
  .insights-community-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .brief-related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 560px) {
  .insights-video-lead { padding-top: 54px; padding-bottom: 54px; }
  .learning-entry-grid { margin-top: 28px; }
  .video-column .vid-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .video-column .video-card-copy { padding: 9px 10px 11px; }
  .editorial-column { padding: 22px 16px; border-radius: 14px; }
  .editorial-column h2 { font-size: 1.8rem; }
  .editorial-column .editorial-brief { grid-template-columns: 72px minmax(0,1fr); }
  .editorial-column .brief-visual, .editorial-column .editorial-brief-featured .brief-visual { width: 62px; height: 62px; min-height: 0; }
  .editorial-column .brief-preview, .editorial-column .editorial-brief-featured .brief-preview { padding: 14px 14px 7px; }
  .editorial-column .brief-details, .editorial-column .editorial-brief-featured .brief-details { padding: 0 14px 14px; }
  .editorial-column .editorial-brief:has(.brief-details[open]) { inset: 0; border: 0; border-radius: 0; }
  .editorial-column .brief-details[open] { padding: 0 18px 44px; }
  .editorial-column .brief-details[open] > summary { top: 10px; margin-top: 10px; }
  .editorial-column .brief-article-masthead { padding-top: 44px; }
  .insight-community-card { padding: 24px 18px; }
  .insight-community-card fieldset { grid-template-columns: 1fr; }
  .newsletter-row { grid-template-columns: 1fr; }
  .brief-related { margin-top: 52px; padding-top: 26px; }
  .brief-related-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
}
