/*
Theme Name: ACTA Theme v20 — Relaunch
Theme URI: https://acta.li
Description: Relaunch 2026 der ACTA-Website. Neupositionierung als Baumanagement-, Bauherrenvertretungs- und Baukostencontrolling-Boutique. Child-Theme von ACTA Theme v19 — das Elternthema bleibt unverändert und dient als Rollback.
Author: Acta Ing. GmbH
Template: acta-theme-v19
Version: 20.2.0
Text Domain: acta-theme-v20
*/

/* =========================================================
   ACTA v20 — Ergänzungen zum Elternthema
   Das Elternthema liefert Grundraster, Typografie, Farben.
   Hier stehen nur neue Bausteine und gezielte Korrekturen.
   ========================================================= */

/* ---------- Megamenü «Leistungen» ----------
   Standard: unsichtbar. Sichtbar nur bei Hover / Tastaturfokus.
   Panel liegt über die volle Breite des Headers, dunkel wie der Header. */
.site-header .wrap { position: relative; }
.site-header .has-sub { position: static; }
.sub.mega {
  display: none;
  position: absolute;
  left: 24px; right: 24px; top: 100%;
  min-width: 0;
  background: #16171b;
  color: var(--paper);
  border: 1px solid var(--line-dark);
  border-top: 0;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.6);
  padding: 30px 34px 22px;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  z-index: 60;
}
.sub.mega::before {                /* unsichtbare Brücke zwischen Menüpunkt und Panel */
  content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px;
}
.has-sub:hover .sub.mega,
.has-sub:focus-within .sub.mega { display: grid; }

.sub.mega .mega-head {
  font: 500 11px/1 var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 0 0 12px;
  border-bottom: 1px solid var(--line-dark);
  margin-bottom: 6px;
}
.sub.mega a {
  display: block;
  padding: 12px 10px 12px 12px;
  margin: 0 -12px;
  border: 0;
  border-radius: 2px;
  color: var(--paper) !important;
  background: transparent;
  transition: background-color .15s ease;
}
.sub.mega a:hover,
.sub.mega a:focus-visible { background: #22242a; color: var(--paper) !important; }
.sub.mega a .t { display: block; font-size: 15px; font-weight: 600; line-height: 1.3; letter-spacing: -.005em; }
.sub.mega a .d { display: block; font-size: 12.5px; line-height: 1.45; color: var(--gray-2); margin-top: 3px; }
.sub.mega a:hover .t { color: #fff; }

.sub.mega .mega-foot {
  grid-column: 1 / -1;
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 8px 24px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line-dark);
  font-size: 13px;
  color: var(--gray-2);
  line-height: 1.5;
}
.sub.mega .mega-foot a {
  display: inline; padding: 0; margin: 0; border-radius: 0; background: none;
  color: var(--paper) !important;
  text-decoration: underline; text-underline-offset: 3px;
  font-weight: 600;
}
.sub.mega .mega-foot a:hover { color: var(--accent) !important; background: none; }

/* Eingeklappte Navigation (Elternthema bricht bei 980px um) */
@media (max-width: 980px) {
  .site-header .has-sub { position: relative; }
  .sub.mega {
    display: block !important;
    position: static;
    left: auto; right: auto;
    background: transparent;
    border: 0; box-shadow: none;
    padding: 4px 0 8px 14px;
  }
  .sub.mega::before { display: none; }
  .sub.mega .mega-head { padding: 12px 0 6px; margin: 0; border: 0; color: var(--gray-2); }
  .sub.mega a { padding: 7px 0; margin: 0; }
  .sub.mega a .t { font-size: 15px; font-weight: 500; color: #d6d7da; }
  .sub.mega a .d { display: none; }
  .sub.mega .mega-foot { display: none; }
}

/* Angemeldete Admins: Header unter die WordPress-Leiste schieben */
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* ---------- Hero: Vertrauens- und Regionszeile ---------- */
.hero .claimline {
  margin-top: 26px;
  font: 500 12px/1.6 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray-2);
}
.hero .claimline b { color: var(--paper); font-weight: 500; }
.hero .claimline span { white-space: nowrap; }
.hero .regionline {
  margin-top: 10px;
  font-size: 13px;
  color: var(--gray-2);
  letter-spacing: .02em;
}
.hero .addline {
  margin-top: 6px;
  font-size: 16px;
  color: var(--gray-2);
}

/* ---------- Nummerierte Leistungskarten 01–04 ---------- */
.card .idx {
  display: block;
  font: 500 13px/1 var(--mono);
  letter-spacing: .12em;
  color: var(--gray-2);
  margin-bottom: 14px;
}
.card.lead-card { display: flex; flex-direction: column; }
.card.lead-card p { flex: 1 1 auto; }

/* ---------- Situations-Navigation ---------- */
.sitlist { border-top: 1px solid var(--line); margin-top: 8px; }
.sitlist a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: padding .18s ease, background-color .18s ease;
}
.sitlist a:hover, .sitlist a:focus-visible { background: var(--concrete); padding-left: 16px; padding-right: 16px; }
.sitlist .q {
  font-size: clamp(19px, 2.3vw, 26px);
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.3;
}
.sitlist .z {
  flex: 0 0 auto;
  font: 500 12px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
}
.sitlist .z::after { content: " →"; }
.section.dark .sitlist { border-color: var(--line-dark); }
.section.dark .sitlist a { border-color: var(--line-dark); color: var(--paper); }
.section.dark .sitlist a:hover { background: #171920; }
@media (max-width: 640px) {
  .sitlist a { flex-direction: column; gap: 8px; padding: 18px 2px; }
  .sitlist a:hover { padding-left: 2px; padding-right: 2px; }
}

/* ---------- Selbsttest-Checkliste (Projekt-Check) ---------- */
.pcheck { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.pcheck label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}
.pcheck input { margin-top: 4px; width: 17px; height: 17px; accent-color: var(--accent); flex: 0 0 auto; }
.pcheck-result {
  margin-top: 28px;
  border-left: 3px solid var(--accent);
  background: var(--concrete);
  padding: 22px 26px;
}
.pcheck-result[hidden] { display: none !important; }
.pcheck-result b { display: block; font-size: 18px; margin-bottom: 6px; }
.pcheck-result p { margin: 0 0 16px; color: var(--gray); }
@media (max-width: 760px) { .pcheck { grid-template-columns: 1fr; } }

/* ---------- Hinweis- und Abgrenzungsbox ---------- */
.notebox {
  border: 1px solid var(--line);
  border-left: 3px solid var(--gray-2);
  background: var(--paper);
  padding: 20px 24px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--gray);
}
.notebox b { color: var(--ink); }
.section.dark .notebox { background: transparent; border-color: var(--line-dark); border-left-color: var(--gray); color: var(--gray-2); }
.section.dark .notebox b { color: var(--paper); }

/* ---------- Belegpunkte (Unabhängigkeit) ---------- */
.proofs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.proofs > div { border-top: 2px solid var(--accent); padding-top: 16px; }
.proofs h3 { font-size: 17px; margin: 0 0 8px; }
.proofs p { margin: 0; color: var(--gray); font-size: 15px; line-height: 1.6; }
.section.dark .proofs p { color: var(--gray-2); }
@media (max-width: 860px) { .proofs { grid-template-columns: 1fr; gap: 22px; } }

/* ---------- Prüfkette Kostenmanagement ---------- */
.chain { border-top: 1px solid var(--line); }
.chain > div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.chain .k { font-weight: 600; font-size: 16px; }
.chain .v { color: var(--gray); font-size: 15px; line-height: 1.6; }
@media (max-width: 700px) { .chain > div { grid-template-columns: 1fr; gap: 4px; } }

/* ---------- Einsatzformen ---------- */
.modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.modes > div { border: 1px solid var(--line); padding: 26px 24px; }
.modes h3 { margin: 0 0 10px; font-size: 18px; }
.modes p { margin: 0; color: var(--gray); font-size: 15px; line-height: 1.6; }
@media (max-width: 860px) { .modes { grid-template-columns: 1fr; } }

/* ---------- Referenz nach Sechs-Punkte-Schema ---------- */
.refschema { border-top: 1px solid var(--line); }
.refschema > section {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.refschema h2 {
  font: 600 12px/1.4 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gray-2);
  margin: 3px 0 0;
}
.refschema .rs-body p { margin: 0 0 12px; line-height: 1.7; }
.refschema .rs-body p:last-child { margin-bottom: 0; }
.refschema .rs-body ul { margin: 0; padding: 0; list-style: none; }
.refschema .rs-body ul li { position: relative; padding-left: 20px; margin-bottom: 8px; line-height: 1.6; }
.refschema .rs-body ul li::before {
  content: ""; position: absolute; left: 0; top: 11px;
  width: 8px; height: 1px; background: var(--accent);
}
.refmeta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; }
.refmeta span {
  font: 500 11px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  padding: 7px 11px;
  color: var(--gray);
}
@media (max-width: 760px) { .refschema > section { grid-template-columns: 1fr; gap: 10px; } }

/* ---------- Referenzfilter ---------- */
.reffilter { display: flex; flex-wrap: wrap; gap: 8px 10px; align-items: center; margin-bottom: 8px; }
.reffilter .fl {
  font: 500 11px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase;
  color: var(--gray-2); margin-right: 6px;
}
.reffilter button {
  font: inherit; font-size: 14px; background: none; cursor: pointer;
  border: 1px solid var(--line); padding: 8px 14px; color: var(--gray);
  transition: all .15s ease;
}
.reffilter button:hover { border-color: var(--ink); color: var(--ink); }
.reffilter button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--paper); }

/* ---------- Formular: Erweiterungen ---------- */
.form .three { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
@media (max-width: 700px) { .form .three { grid-template-columns: 1fr; } }
.form .hint { font-size: 13px; color: var(--gray); margin: -6px 0 4px; }
.form input[type="file"] { padding: 12px; background: var(--concrete); border: 1px dashed var(--line); }

/* ---------- Sticky CTA auf Mobile ---------- */
.mobile-cta { display: none; }
@media (max-width: 760px) {
  .mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    border-top: 1px solid var(--line-dark);
    background: var(--ink);
  }
  .mobile-cta a {
    padding: 15px 10px; text-align: center; text-decoration: none;
    font: 600 14px/1 var(--font); letter-spacing: .02em; color: var(--paper);
  }
  .mobile-cta a + a { background: var(--accent); }
  body { padding-bottom: 52px; }
}
@media print { .mobile-cta { display: none !important; } }

/* ---------- Kleinteiliges ---------- */
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 32px; }
.mt-4 { margin-top: 44px; }
.maxch { max-width: 68ch; }
.kicker {
  font: 600 12px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 12px;
}
.big-claim {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.02em;
  border-left: 3px solid var(--accent);
  padding-left: 24px;
  margin: 0;
}
.section.dark .big-claim { color: var(--paper); }

/* ---------- Korrekturen / fehlende Utilities aus v19 ---------- */
.r4x3 { aspect-ratio: 4 / 3; }
img.r4x3 { width: 100%; height: auto; object-fit: cover; display: block; }
.ph.r4x3 { display: grid; place-items: center; }

.msg-ok, .msg-err {
  padding: 18px 22px;
  margin: 0 0 24px;
  border-left: 3px solid var(--accent);
  background: var(--concrete);
  line-height: 1.6;
}
.msg-ok { border-left-color: #2e7d32; }

/* Karten als Link: Farbe und Unterstreichung zurücksetzen */
a.card, a.ref { color: inherit; text-decoration: none; }
a.card:hover { border-color: var(--ink); }


/* Hero-Bild statt Animation */
.hero-anim img.ph-img { display: block; width: 100%; height: auto; }

/* Header-Button: Schriftfarbe gegen die Nav-Regel des Elternthemas durchsetzen */
.nav a.btn-light { color: var(--ink); }
.nav a.btn-light:hover { color: var(--ink); }


/* =========================================================
   DESIGN-LAYER v20.2
   Ruhiger, schweizerischer, technischer: eigene Schrift (lokal
   gehostet), scharfe Kanten, keine Schatten- und Hebe-Effekte,
   Bewegung nur dort, wo sie etwas erklärt.
   ========================================================= */

/* ---------- Schrift: IBM Plex, lokal ---------- */
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/ibm-plex-sans-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Sans"; font-style: italic; font-weight: 400; font-display: swap; src: url("fonts/ibm-plex-sans-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/ibm-plex-sans-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/ibm-plex-sans-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/ibm-plex-mono-latin-500-normal.woff2") format("woff2"); }

:root {
  --font: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --radius: 2px;
  --ink-2: #1b1d22;
}

/* ---------- Grundtypografie ---------- */
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 17px; line-height: 1.6; }
::selection { background: var(--accent); color: #fff; }
h1, h2, h3 { font-weight: 600; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); line-height: 1.05; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); line-height: 1.12; }
h3 { font-size: 1.2rem; line-height: 1.3; }
.lead { font-size: 1.2rem; line-height: 1.55; }
.eyebrow { font-weight: 500; letter-spacing: .2em; font-size: .74rem; }
.eyebrow::before { width: 28px; height: 1.5px; }
.section-head .eyebrow::before, html:not(.js) .eyebrow::before { width: 28px; }
.small { font-size: .88rem; }
b, strong { font-weight: 600; }

/* ---------- Header ---------- */
.site-header .wrap { height: 68px; }
.logo { font-weight: 600; letter-spacing: -.01em; }
.nav a { font-size: .94rem; font-weight: 500; }
.nav .tel { font-weight: 400; }
.sub.mega a .t { font-weight: 600; }

/* ---------- Buttons: scharf, ruhig ---------- */
.btn, .btn:hover, .btn-primary:hover, .btn-light:hover, .btn-ghost:hover, .btn-ghost-dark:hover {
  transform: none !important; box-shadow: none !important;
}
.btn { border-radius: var(--radius); padding: 13px 22px; font-weight: 500; letter-spacing: .01em; font-size: .95rem; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-light:hover { background: var(--concrete-2); }
.hero .cta-row .btn, .cta-band .btn-primary { padding: 15px 26px; }

/* ---------- Karten und Kacheln: flach, Linie statt Schatten ---------- */
.card, .card:hover, .ref, .ref:hover { transform: none !important; box-shadow: none !important; }
.card { border-radius: 0; padding: 32px 30px; transition: border-color .2s ease; }
.card:hover { border-color: var(--ink); }
.card.lead-card { border-top: 2px solid var(--ink); }
.card.lead-card:hover { border-top-color: var(--accent); }
.card .more::after { transition: transform .2s ease; }
.card p { font-size: .98rem; }
.ref { transition: border-color .2s ease; }
.ref:hover { border-color: var(--ink); }
.ref h3 { font-size: 1.1rem; }

/* ---------- Abschnittsrhythmus ---------- */
.section { padding: 96px 0; }
.section-head { margin-bottom: 52px; }
.section-head p { font-size: 1.08rem; }
@media (max-width: 700px) { .section { padding: 64px 0; } .section-head { margin-bottom: 36px; } }

/* ---------- Hero ---------- */
.hero .wrap { padding-top: 96px; padding-bottom: 96px; }
.hero h1 { font-size: clamp(2.6rem, 5.6vw, 4.5rem); }
.hero p.lead { font-size: 1.22rem; max-width: 34em; }
.hero .addline { font-size: 1rem; }
.page-hero { padding: 80px 0 64px; }
.page-hero h1 { max-width: 16em; }
@media (max-width: 900px) { .hero .wrap { padding-top: 64px; padding-bottom: 64px; } .page-hero { padding: 56px 0 44px; } }

/* ---------- Zahlen ---------- */
.stat b { font-family: var(--font); font-weight: 600; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.facts .k, .trustbar .wrap, .crumbs, .ref .meta span, .refmeta span, .sitlist .z, .card .idx, .card .tag { font-weight: 500; }
.trustbar .wrap { font-size: .74rem; padding: 13px 24px; }

/* ---------- Schritte ---------- */
.step { border-top: 1px solid var(--ink); }
.section.dark .step { border-top-color: var(--line-dark); }
.step .num { font-weight: 500; }
.step h3 { font-size: 1.08rem; }

/* ---------- Formular ---------- */
.form input, .form select, .form textarea { border-radius: 0; padding: 14px; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--accent); outline-offset: -1px; }
.form label { font-weight: 500; }

/* ---------- FAQ ---------- */
details.faq summary { font-weight: 500; font-size: 1.08rem; }
details.faq summary::after { font-weight: 400; }

/* ---------- CTA-Band ---------- */
.cta-band { padding: 88px 0; }
.cta-band .actions { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 12px 14px; }
.cta-band .mono-note { flex-basis: 100%; margin-top: 4px; }

/* ---------- Bewegung: nur Deckkraft, kein Versatz ---------- */
.js .reveal { transform: none; transition: opacity .45s ease; }
.js .reveal.in { transform: none; }

/* ---------- Technisches Panel (ersetzt Bildplatzhalter) ---------- */
.techpanel {
  position: relative; overflow: hidden;
  background: var(--ink); border: 1px solid var(--line-dark);
  padding: 14px 14px 30px;
}
.techpanel::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 40px 40px;
}
.techpanel svg { position: relative; z-index: 1; width: 100%; height: auto; display: block; }
.techpanel .cap {
  position: absolute; left: 14px; right: 14px; bottom: 11px; z-index: 1;
  font: 500 10px/1.4 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--gray-2);
}
.js .techpanel .haus path { animation-play-state: paused; }
.js .techpanel .haus.in path { animation-play-state: running; }
.js .techpanel .haus text { animation-play-state: paused; }
.js .techpanel .haus.in text { animation-play-state: running; }

/* ---------- Referenzkachel ohne Foto ---------- */
.refcover {
  aspect-ratio: 16 / 9; position: relative; overflow: hidden;
  background: var(--ink); display: flex; align-items: flex-end; padding: 18px 20px;
  border-bottom: 1px solid var(--line-dark);
}
.refcover::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 32px 32px;
}
.refcover::before {
  content: ""; position: absolute; left: 20px; top: 18px; width: 28px; height: 1.5px; background: var(--accent);
}
.refcover .l { position: relative; z-index: 1; font: 500 10.5px/1.5 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--gray-2); }
.refcover .l b { display: block; margin-top: 4px; font: 600 15px/1.3 var(--font); letter-spacing: -.01em; text-transform: none; color: #fff; }

/* ---------- Team ohne Porträt: Monogramm ---------- */
.monogram {
  width: 112px; height: 112px; margin: 0 auto 10px; display: grid; place-items: center;
  background: var(--concrete); border: 1px solid var(--line);
  font: 600 30px/1 var(--font); letter-spacing: -.02em; color: var(--ink);
}

/* ---------- Situations-Navigation auf hellem Grund ---------- */
.sitlist .q { font-weight: 600; }

/* ---------- Footer ---------- */
.site-footer { padding: 72px 0 32px; }
.site-footer h4 { font-weight: 500; }

/* Referenzkacheln: Weiterlink wie bei Karten */
.ref .more { margin-top: auto; font-weight: 500; font-size: .93rem; color: var(--accent); }
.ref .more::after { content: " →"; display: inline-block; transition: transform .2s ease; }
.ref:hover .more::after { transform: translateX(4px); }
.refcover .l { font-size: 10.5px; }

/* ---------- Insights ---------- */
.prose.insight { max-width: 68ch; }
.prose.insight p { font-size: 1.06rem; line-height: 1.7; color: #2b2e33; margin-bottom: 18px; }
.prose.insight h2 { font-size: 1.45rem; margin: 44px 0 12px; letter-spacing: -.02em; }
.prose.insight ul { margin: 10px 0 20px; }
.prose.insight ul li { font-size: 1.02rem; line-height: 1.6; margin-bottom: 8px; }
.prose.insight strong { color: var(--ink); }
.prose.insight em { font-style: italic; }
.insight-aside { position: sticky; top: 92px; }
.insight-aside .notebox a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.insight-aside .notebox a:hover { color: var(--accent); }
.morelist { border-top: 1px solid var(--line); }
.morelist li { border-bottom: 1px solid var(--line); }
.morelist a { display: block; padding: 12px 0; font-size: .95rem; line-height: 1.45; color: var(--ink); }
.morelist a:hover { color: var(--accent); }
@media (max-width: 860px) { .insight-aside { position: static; } }
