/* site.css — gemeinsame Basis Neubau 2026 (Design v5 „Graphit, Papier, Akzent").
   Regelwerk: 02-brand/brand-design-system-v5.md. Keine Override-Schichten: diese Datei ist die einzige Stilquelle der Kernseiten.
   Akzent: Kupfer (Jörg-Entscheid 26.09.2026). */

@font-face { font-family: 'Source Serif 4'; src: url('/fonts/sourceserif4-variable.woff2') format('woff2'); font-weight: 200 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Libre Franklin'; src: url('/fonts/librefranklin-variable.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }

:root {
  --paper: #F5F5F2; --paper-2: #EAEAE5; --paper-3: #D9D9D3; --card: #FFFFFF;
  --ink: #1F1D1B; --dark: #1B1A19; --muted: #57534E; --muted-dark: rgba(244,241,233,.74);
  --line: rgba(31,29,27,.15); --line-dark: rgba(244,241,233,.18);
  --akzent: #B8491F; --akzent-hover: #A33F1A; --akzent-hell: #E58A5E;
  --warn: #A61B1B; --warn-bg: #F6E3DF; --ok: #2F6B4F; --ok-bg: #E2EDE6;
  --serie-1: #3B6FA8; --serie-2: var(--akzent); --grid: rgba(31,29,27,.10);
  --f-display: 'Source Serif 4', Georgia, serif;
  --f-body: 'Libre Franklin', system-ui, sans-serif;
  --r: 6px; --w: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: var(--f-body); font-size: 18px; line-height: 1.55; background: var(--paper); color: var(--ink); font-variant-numeric: tabular-nums; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--akzent); outline-offset: 2px; }
.dark a:focus-visible, .dark button:focus-visible { outline-color: var(--akzent-hell); }
.w { max-width: var(--w); margin: 0 auto; padding: 0 24px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 12px; z-index: 50; background: var(--card); padding: 8px 12px; border-radius: var(--r); }

/* Flächen */
.sec { padding: 88px 0; }
.dark { background: var(--dark); color: var(--paper); }
.card-bg { background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.paper-2 { background: var(--paper-2); }

/* Typografie */
h1, h2, h3, .h1, .h2 { font-family: var(--f-display); font-weight: 600; color: inherit; }
.h1 { font-size: clamp(38px, 5.4vw, 64px); letter-spacing: -.018em; line-height: 1.05; }
.h2 { font-size: clamp(28px, 3.6vw, 44px); letter-spacing: -.015em; line-height: 1.08; max-width: 22ch; }
h3 { font-size: 22px; letter-spacing: -.01em; line-height: 1.2; }
.lead { font-size: 20px; line-height: 1.5; max-width: 36em; }
.dark .lead, .dark p { color: var(--muted-dark); }
.muted { color: var(--muted); }
.small { font-size: 15px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: var(--muted); margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--akzent); flex: none; }
.dark .eyebrow { color: var(--muted-dark); }
.dark .eyebrow::before { background: var(--akzent-hell); }
.stack > * + * { margin-top: 18px; }

/* Buttons: Akzent voll, weiße Schrift, auch auf Graphit */
.btn { display: inline-flex; align-items: center; gap: 8px; font: 600 17px/1.2 var(--f-body); padding: 15px 22px; border-radius: var(--r); text-decoration: none; border: 1px solid transparent; cursor: pointer; }
.btn-p { background: var(--akzent); color: #fff; }
.btn-p:hover { background: var(--akzent-hover); }
.btn-s { border-color: var(--line); color: var(--ink); background: transparent; }
.btn-s:hover { border-color: var(--ink); }
.dark .btn-s { border-color: var(--line-dark); color: var(--paper); }
.dark .btn-s:hover { border-color: var(--paper); }
.tlink { font-weight: 600; text-decoration: underline; text-decoration-color: var(--akzent); text-decoration-thickness: 2px; }
.dark .tlink { text-decoration-color: var(--akzent-hell); }
.ctas { display: flex; gap: 14px 22px; flex-wrap: wrap; align-items: center; margin-top: 32px; }

/* Kopf */
.hdr { background: var(--dark); color: var(--paper); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line-dark); }
.hdr .w { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 68px; }
.brand { font-family: var(--f-display); font-weight: 600; font-size: 21px; letter-spacing: -.01em; text-decoration: none; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 26px; font-size: 16px; }
.nav a { text-decoration: none; color: var(--muted-dark); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--paper); }
.nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--akzent-hell); text-decoration-thickness: 2px; text-underline-offset: 8px; }
.nav .btn { color: #fff; padding: 11px 18px; font-size: 16px; }
.menu-btn { display: none; background: none; border: 1px solid var(--line-dark); color: var(--paper); font: 600 14px var(--f-body); padding: 9px 12px; border-radius: var(--r); cursor: pointer; }

/* Fuß */
.ftr { background: var(--paper-2); padding: 56px 0 40px; font-size: 16px; }
.ftr-grid { display: grid; grid-template-columns: 1.2fr 2fr; gap: 40px; }
.ftr-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ftr h4 { font-size: 15px; font-weight: 600; color: var(--muted); margin-bottom: 10px; }
.ftr ul { list-style: none; display: grid; gap: 6px; }
.ftr a { text-decoration: none; }
.ftr a:hover { text-decoration: underline; }
.ftr-base { margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: 15px; }

/* 1 Hero */
.hero { padding-top: 64px; }
.hero-grid { display: grid; grid-template-columns: 1fr 380px; gap: 64px; align-items: stretch; }
.hero-copy { padding: 24px 0 72px; }
.hero .lead { margin-top: 24px; }
.facts { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 40px; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line-dark); font-size: 15px; color: var(--muted-dark); }
.facts b { display: block; font-family: var(--f-display); font-weight: 600; font-size: 24px; color: var(--paper); }
.portrait { position: relative; padding-bottom: 72px; }
.portrait img { width: 100%; height: 100%; min-height: 440px; max-height: 640px; object-fit: cover; object-position: 50% 15%; border-radius: var(--r); }
.portrait figcaption { position: absolute; left: 14px; bottom: 14px; font-size: 15px; color: var(--muted-dark); }

/* 2 Frage + Kontobrücke */
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: start; }
.ledger { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 24px; }
.ledger-h { display: flex; justify-content: space-between; font-size: 15px; font-weight: 600; color: var(--muted); padding-bottom: 12px; border-bottom: 1px solid var(--ink); }
.lrow { display: grid; grid-template-columns: 1fr 110px; gap: 6px 16px; padding: 12px 0; border-bottom: 1px solid var(--line); align-items: center; }
.lrow .v { text-align: right; font-weight: 600; }
.lrow .bar { grid-column: 1 / -1; height: 6px; background: var(--paper-2); border-radius: 3px; overflow: hidden; }
.lrow .bar i { display: block; height: 100%; background: var(--ink); opacity: .55; }
.lrow.pos .bar i { background: var(--serie-1); opacity: 1; }
.lrow.sel { border-bottom: 0; }
.lrow.sel .v { color: var(--akzent); }
.lrow.sel .bar i { background: var(--akzent); opacity: 1; }
.src { font-size: 15px; color: var(--muted); margin-top: 12px; }

/* Übernommene Inhaltsseiten teilen sich die v5-Farben und die mobile Breite. */
.kio-page {
  --kio-paper: #F5F5F2; --kio-paper-2: #EAEAE5; --kio-paper-3: #D9D9D3;
  --kio-card: #FFFFFF; --kio-ink: #1B1A19; --kio-blue: #B8491F;
  --kio-blue-dark: #A33F1A; --kio-blue-soft: #E58A5E;
  --kio-lime: #B8491F; --kio-coral: #A61B1B;
  --kio-line: rgba(31,29,27,.15);
}
.kio-page .kio-hero h1 { font-size: clamp(42px, 5vw, 70px); line-height: 1.05; }
.kio-page .kio-hero h1 em { color: inherit; font-style: normal; }
.kio-page .kio-eyebrow { background: transparent; color: var(--muted); padding: 0; }
.kio-page .kio-workcard-gate { background: var(--akzent); color: #fff; }
.kio-page .kio-workcard-gate span { color: #fff; }
.kio-page .kio-hero-lede,
.kio-page .kio-hero-action > span,
.kio-page .kio-proof-label,
.kio-page .kio-evidence p,
.kio-page .kio-kicker,
.kio-page .kio-section-intro > p,
.kio-page .kio-situation p,
.kio-page .kio-step-copy > span,
.kio-page .kio-step-copy p,
.kio-page .kio-pilot-sticky > p,
.kio-page .kio-deliverable p,
.kio-page .kio-person-copy > p,
.kio-page .kio-faq details p { color: var(--muted); }
.kio-page .kio-final { background: var(--dark); color: var(--paper); }
.kio-page .kio-final h2 em { color: inherit; font-style: normal; }
.kio-page .kio-final .kio-btn { background: var(--akzent); color: #fff; border-color: var(--akzent); }
.kio-page .kio-final .kio-btn:hover { background: var(--akzent-hover); border-color: var(--akzent-hover); }
.legacy-case .hero h1 { color: var(--paper); }
.legal-page h1 { font-size: clamp(31px, 5vw, 54px); overflow-wrap: anywhere; }
.legal-page h2 { overflow-wrap: anywhere; }
@media (max-width: 600px) {
  .kio-page .kio-hero h1 { font-size: clamp(38px, 10vw, 48px); }
  .liq-status-card { grid-template-columns: minmax(0, 1fr) !important; gap: 20px !important; }
  .legal-page .legal h2 { font-size: 23px; overflow-wrap: normal; }
}
.qlist { list-style: none; border-top: 1px solid var(--ink); margin-top: 28px; }
.qlist li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 19px; font-family: var(--f-display); font-weight: 600; letter-spacing: -.005em; }

/* 3 Rechner (Funktionsschicht) + Vorlage */
.kr-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; margin-top: 36px; align-items: start; }
.kr-form { display: grid; gap: 14px; }
.kr-form label { display: grid; gap: 6px; font-size: 15px; font-weight: 600; }
.kr-form input, .kr-form select, .lead-form input[type=email], .lead-form input[type=text] { font: 400 16px var(--f-body); padding: 11px 12px; border: 1px solid var(--ink); border-radius: var(--r); background: var(--card); color: var(--ink); width: 100%; font-variant-numeric: tabular-nums; }
.kr-form input[aria-invalid="true"] { border-color: var(--warn); outline: 2px solid var(--warn-bg); }
.kr-result .tlink { color: var(--paper); white-space: nowrap; }
.kr-legend { display: flex; align-items: center; gap: 8px; font-size: 15px; color: var(--muted); margin-top: 4px; }
.kr-legend span { display: inline-block; width: 18px; height: 2px; background: var(--serie-1); }
.kr-legend .lg-min { background: var(--warn); margin-left: 12px; }
.kr-pair { display: grid; grid-template-columns: 1fr 90px; gap: 12px; }
.kr-hint { font-size: 15px; color: var(--muted); }
.kr-result { background: var(--dark); color: var(--paper); border-radius: var(--r); padding: 14px 16px; font-size: 17px; margin-bottom: 14px; }
.kr-flag { display: inline-block; font-size: 15px; font-weight: 600; padding: 2px 9px; border-radius: 999px; margin-right: 8px; }
.kr-result.warn .kr-flag { color: var(--warn); background: var(--warn-bg); }
.kr-result.ok .kr-flag { color: var(--ok); background: var(--ok-bg); }
#kr-chart text { font: 11px var(--f-body); fill: var(--muted); }
#kr-chart .kr-grid { stroke: var(--grid); }
#kr-chart .kr-band { fill: var(--warn-bg); }
#kr-chart .kr-min { stroke: var(--warn); stroke-width: 1; }
#kr-chart .kr-minlab { fill: var(--warn); font-weight: 600; }
#kr-chart .kr-line { fill: none; stroke: var(--serie-1); stroke-width: 2; stroke-linejoin: round; }
#kr-chart .kr-pt { fill: var(--serie-1); stroke: var(--card); stroke-width: 1.5; }
#kr-chart .kr-pt-warn { fill: var(--warn); }
#kr-chart .kr-lowlab { fill: var(--ink); font-weight: 600; }
details { margin-top: 10px; font-size: 15px; }
summary { cursor: pointer; color: var(--muted); }
table { border-collapse: collapse; width: 100%; margin-top: 8px; font-size: 15px; }
th, td { text-align: right; padding: 5px 8px; border-bottom: 1px solid var(--line); }
th:first-child, td:first-child { text-align: left; }
.lead-box { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--ink); display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: start; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: end; }
.lead-form .btn { grid-column: 3; grid-row: 1; }
.lead-form label.f { display: grid; gap: 6px; font-size: 15px; font-weight: 600; }
.lead-form .consent { grid-column: 1 / 3; grid-row: 2; display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--muted); }
.lead-form .consent input { margin-top: 3px; accent-color: var(--akzent); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* 4 Zusammenarbeit: nummerierte Liste mit Linien */
.steps { list-style: none; margin-top: 44px; border-top: 1px solid var(--line-dark); }
.step { display: grid; grid-template-columns: 64px 1fr 1.1fr; gap: 12px 32px; padding: 28px 0; border-bottom: 1px solid var(--line-dark); }
.step .n { font-weight: 600; color: var(--akzent-hell); font-size: 16px; padding-top: 5px; }
.step h3 { color: var(--paper); }
.step .meta { font-size: 16px; color: var(--muted-dark); margin-top: 6px; }
.step p { font-size: 17px; }
.step .tlink { display: inline-block; margin-top: 10px; font-size: 16px; color: var(--paper); }

/* 5 Beleg */
.proof { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }
.quote { font-family: var(--f-display); font-weight: 600; font-size: clamp(24px, 2.8vw, 34px); line-height: 1.2; letter-spacing: -.012em; }
.quote-src { margin-top: 18px; font-size: 16px; color: var(--muted); }
.why { border-left: 2px solid var(--akzent); padding-left: 22px; }
.why ul { list-style: none; margin-top: 14px; display: grid; gap: 10px; font-size: 17px; }

/* 6 Buch */
.book { display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: center; }
.book img { width: 100%; height: auto; border-radius: 3px; box-shadow: 0 14px 30px rgba(0,0,0,.18); }

/* 7 Abschluss */
.close-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: start; }
.close-list { list-style: none; border-top: 1px solid var(--line-dark); }
.close-list li { padding: 14px 0; border-bottom: 1px solid var(--line-dark); color: var(--muted-dark); }
.close-list b { color: var(--paper); display: block; }

/* Mobile Leiste */
.mcta { display: none; }

@media (max-width: 900px) {
  body { font-size: 17px; }
  .sec { padding: 60px 0; }
  .w { padding: 0 16px; }
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--dark); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px 18px; border-bottom: 1px solid var(--line-dark); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line-dark); }
  .nav .btn { margin-top: 12px; justify-content: center; border: 0; }
  .menu-btn { display: block; }
  .hero { padding-top: 36px; }
  .hero-grid, .split, .kr-grid, .lead-box, .proof, .close-grid, .ftr-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-copy { padding-bottom: 0; }
  .portrait { max-width: 200px; padding-bottom: 0; }
  .portrait img { height: auto; min-height: 0; aspect-ratio: 4 / 5; }
  .facts { grid-template-columns: 1fr; gap: 14px; margin-top: 32px; }
  .facts b { display: inline; font-size: 20px; margin-right: 6px; }
  .step { grid-template-columns: 40px 1fr; }
  .step > p, .step > div:last-child { grid-column: 2; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form .consent, .lead-form .btn { grid-column: auto; grid-row: auto; }
  .book { grid-template-columns: 1fr; gap: 28px; }
  .book img { max-width: 150px; }
  .ftr-cols { grid-template-columns: 1fr 1fr; }
  .mcta { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: var(--dark); border-top: 1px solid var(--line-dark); transform: translateY(110%); transition: transform .2s; }
  .mcta.show { transform: none; }
  .mcta .btn { width: 100%; justify-content: center; }
  body.has-mcta { padding-bottom: 76px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .mcta { transition: none; } }

/* ---- Unterseiten ---- */
.phero { padding: 72px 0 64px; }
.phero .h1 { font-size: clamp(34px, 4.6vw, 56px); max-width: 20ch; }
.phero .lead { margin-top: 20px; }
.phero-grid { display: grid; grid-template-columns: 1fr 300px; gap: 56px; align-items: start; }
.phero-grid img { width: 100%; height: auto; border-radius: var(--r); }
.sec-h { margin-bottom: 8px; }
.intro { margin-top: 14px; max-width: 40em; color: var(--muted); }
.lines { list-style: none; margin-top: 36px; border-top: 1px solid var(--ink); }
.lines > li { display: grid; grid-template-columns: 64px 1fr 1.25fr; gap: 10px 32px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.lines .n { font-weight: 600; color: var(--akzent); font-size: 16px; padding-top: 4px; }
.lines .meta { font-size: 16px; color: var(--muted); margin-top: 6px; }
.lines ul { margin: 10px 0 0 18px; display: grid; gap: 6px; }
.lines p + p { margin-top: 10px; }
.lines .tlink { display: inline-block; margin-top: 12px; font-size: 16px; }
.lines.nonum > li { grid-template-columns: 1fr 1.4fr; }
.box { border-left: 2px solid var(--akzent); padding: 4px 0 4px 20px; margin-top: 28px; max-width: 46em; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 36px; }
.two h3 { margin-bottom: 10px; }
.two ul { margin-left: 18px; display: grid; gap: 6px; }
.faq { margin-top: 32px; border-top: 1px solid var(--ink); max-width: 52em; }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; margin: 0; font-size: 18px; }
.faq summary { font-family: var(--f-display); font-weight: 600; font-size: 20px; color: var(--ink); list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--f-body); color: var(--akzent); font-weight: 600; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin-top: 10px; max-width: 44em; }
.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; margin-top: 28px; }
.form-card h3 { margin-bottom: 6px; }
.tools > li { align-items: start; }
.tag { display: inline-block; font-size: 15px; font-weight: 600; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 1px 9px; margin-bottom: 8px; }
.legal { max-width: 46em; }
.legal h2 { font-family: var(--f-display); font-size: 24px; margin: 36px 0 10px; }
.legal p, .legal li { margin-top: 8px; }
@media (max-width: 900px) {
  .phero { padding: 44px 0 40px; }
  .phero-grid, .two { grid-template-columns: 1fr; gap: 28px; }
  .phero-grid img { max-width: 200px; }
  .lines > li, .lines.nonum > li { grid-template-columns: 1fr; gap: 6px; }
  .lines .n { padding-top: 0; }
}

/* ---- Blog: Artikel und Übersicht ---- */
.crumb { font-size: 15px; color: var(--muted-dark); margin-bottom: 18px; }
.crumb a { color: inherit; }
.ameta { font-size: 15px; color: var(--muted-dark); margin-top: 18px; }
.prose { max-width: 42em; font-size: 18px; line-height: 1.7; }
.prose > * + * { margin-top: 18px; }
.prose h2 { font-family: var(--f-display); font-size: clamp(26px, 3vw, 32px); line-height: 1.15; letter-spacing: -.012em; margin-top: 52px; }
.prose h3 { font-size: 22px; margin-top: 34px; }
.prose ul, .prose ol { margin-left: 22px; display: grid; gap: 8px; }
.prose a { text-decoration: underline; text-decoration-color: var(--akzent); text-decoration-thickness: 2px; }
.prose strong { font-weight: 600; }
.prose table { width: 100%; border-collapse: collapse; font-size: 16px; display: block; overflow-x: auto; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { font-weight: 600; border-bottom-color: var(--ink); }
.prose .box { margin-top: 28px; }
.kurz { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 24px; }
.kurz h2 { font-family: var(--f-body); font-size: 16px; font-weight: 600; color: var(--muted); margin: 0 0 10px; letter-spacing: 0; }
.buchquelle { border-top: 1px solid var(--line); padding-top: 18px; font-size: 16px; color: var(--muted); }
.posts { list-style: none; margin-top: 32px; border-top: 1px solid var(--ink); }
.posts > li { display: grid; grid-template-columns: 220px 1fr; gap: 8px 40px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.posts .cat { font-size: 15px; font-weight: 600; color: var(--muted); }
.posts h3 a { text-decoration: none; }
.posts h3 a:hover { text-decoration: underline; text-decoration-color: var(--akzent); }
.posts p { margin-top: 8px; color: var(--muted); max-width: 44em; }
@media (max-width: 900px) {
  .posts > li { grid-template-columns: 1fr; }
  .prose { font-size: 18px; }
}

/* Hero: Kontobrücke statt Porträt (Außensicht-Audit 26.09.2026) */
.hero-ledger { align-self: center; }
.hero-ledger .ledger { color: var(--ink); }
.hero-ledger .src { margin-top: 12px; font-size: 15px; }
.portrait-sec { max-width: 380px; padding-bottom: 0; }
.portrait-sec img { min-height: 0; aspect-ratio: 4 / 5; height: auto; }
@media (max-width: 900px) { .portrait-sec { max-width: 200px; } }
