/*
Theme Name: Tierfrage Signal
Theme URI: https://www.tier-frage.info/
Author: Tierfrage Redaktion
Description: Hochwertiges, responsives Magazintheme für Tierfrage mit globalem Header/Footer und nahtlosen Inhaltswechseln.
Version: 1.2.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: tierfrage-signal
*/

:root {
  --ink: #071b28;
  --ink-2: #0d2a3b;
  --paper: #f4f1ea;
  --white: #fff;
  --yellow: #ffca48;
  --orange: #f2552c;
  --sky: #c9e5e5;
  --muted: #63727a;
  --line: rgba(7, 27, 40, .15);
  --sans: "Arial", "Helvetica Neue", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --max: 1280px;
  --shadow: 0 18px 50px rgba(7, 27, 40, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.signal-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; color: var(--ink); background: var(--yellow); }

.site-header { position: relative; z-index: 100; color: var(--ink); background: rgba(244, 241, 234, .97); border-bottom: 1px solid var(--line); }
.admin-bar .site-header { top: 0; }
.header-shell, .footer-shell, .content-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.utility-row { min-height: 38px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); color: #53636b; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.utility-row .editorial-promise { color: var(--ink); }
.utility-search { justify-self: end; display: inline-flex; align-items: center; gap: 8px; padding: 6px 0; border: 0; color: var(--ink); background: transparent; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.utility-search svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.masthead-row { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.menu-button { justify-self: start; width: 42px; height: 42px; display: none; place-content: center; gap: 6px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button i { width: 17px; height: 2px; display: block; background: var(--ink); transition: transform .2s ease; }
.masthead { display: grid; grid-template-columns: 50px auto; grid-template-rows: auto auto; column-gap: 10px; align-items: center; justify-self: center; }
.brand-symbol { grid-row: 1 / 3; width: 50px; height: 50px; }
.brand-symbol-disc, .footer-symbol .brand-symbol-disc { fill: var(--yellow); }
.brand-symbol-face, .footer-symbol .brand-symbol-face, .brand-symbol-pupil, .footer-symbol .brand-symbol-pupil { fill: var(--ink); }
.brand-symbol-eye, .footer-symbol .brand-symbol-eye { fill: var(--yellow); }
.brand-symbol-beak, .footer-symbol .brand-symbol-beak { fill: var(--orange); }
.brand-wordmark { line-height: .82; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -.075em; text-transform: lowercase; }
.brand-wordmark span { font-weight: 400; }
.brand-wordmark i { color: var(--yellow); font-style: normal; }
.masthead small { grid-column: 2; color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.standards-link { justify-self: end; padding-bottom: 3px; border-bottom: 2px solid var(--yellow); font-size: .78rem; font-weight: 800; }
.primary-nav { border-top: 1px solid var(--line); }
.primary-nav ul { max-width: var(--max); min-height: 50px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3vw, 42px); list-style: none; }
.primary-nav a { position: relative; display: block; padding: 14px 0 12px; font-size: .78rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.primary-nav a::after { content: ""; position: absolute; right: 50%; bottom: 6px; left: 50%; height: 2px; background: var(--orange); transition: left .2s ease, right .2s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after, .primary-nav .current_page_item > a::after { right: 0; left: 0; }
.search-panel { padding: 0; max-height: 0; overflow: hidden; background: var(--ink); transition: max-height .25s ease, padding .25s ease; }
.search-panel.is-open { max-height: 110px; padding: 18px 20px; }
.search-panel form { width: min(720px, 100%); margin: auto; display: grid; grid-template-columns: 1fr auto; }
.search-panel input { min-width: 0; padding: 12px 16px; border: 0; border-radius: 3px 0 0 3px; background: var(--white); }
.search-panel button { padding: 12px 20px; border: 0; border-radius: 0 3px 3px 0; background: var(--yellow); color: var(--ink); font-weight: 800; cursor: pointer; }
.newsline { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 8px 20px; color: #d9e4e7; background: var(--ink); font-size: .72rem; white-space: nowrap; overflow: hidden; }
.newsline b { padding: 3px 7px; color: var(--ink); background: var(--yellow); text-transform: uppercase; }
.newsline i { width: 3px; height: 3px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); }

#site-content { transition: opacity .18s ease, transform .18s ease; }
#site-content.is-loading { opacity: .38; transform: translateY(4px); pointer-events: none; }
.lead-stage { width: min(calc(100% - 40px), var(--max)); height: clamp(360px, 42vw, 520px); margin: 24px auto 0; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .75fr); overflow: hidden; color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.lead-visual { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.lead-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, rgba(7,27,40,.48)); pointer-events: none; }
.lead-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; transform-origin: 72% center; animation: signalHeroDrift 16s ease-in-out infinite alternate; will-change: transform; }
.lead-visual figcaption { position: absolute; z-index: 2; bottom: 14px; left: 16px; padding: 5px 8px; color: var(--ink); background: rgba(255,202,72,.92); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lead-copy { position: relative; z-index: 2; min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 58px); background: var(--ink); }
.story-label { color: var(--yellow); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lead-copy h1 { margin: 14px 0 15px; font-family: var(--serif); font-size: clamp(2.6rem, 4.8vw, 5.6rem); font-weight: 400; line-height: .83; letter-spacing: -.055em; }
.lead-copy h1 em { color: var(--sky); font-style: italic; }
.lead-copy p { max-width: 40ch; margin: 0; color: #d5e0e3; font-size: clamp(.88rem, 1.2vw, 1.02rem); line-height: 1.55; }
.story-byline { margin-top: 20px; padding-top: 15px; display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(255,255,255,.18); color: #adbec5; font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; }
.story-action { align-self: flex-start; margin-top: 18px; display: inline-flex; align-items: center; gap: 12px; color: var(--yellow); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.story-action span { transition: transform .2s ease; }
.story-action:hover span { transform: translateX(4px); }

.coverage { width: min(calc(100% - 40px), var(--max)); min-height: 70px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 34px; border-bottom: 1px solid var(--line); }
.coverage > span { color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.coverage div { display: flex; justify-content: flex-end; gap: clamp(14px, 2.5vw, 34px); }
.coverage a { font-family: var(--serif); font-size: clamp(.9rem, 1.3vw, 1.15rem); }
.coverage a:hover { color: var(--orange); }

.latest, .more-stories, .archive-main, .single-shell, .page-shell, .not-found { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: clamp(58px, 7vw, 96px) 0; }
.section-header { margin-bottom: 32px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr) auto; align-items: end; gap: 30px; }
.section-header > div { display: flex; align-items: baseline; gap: 14px; }
.section-number { color: var(--orange); font-size: .72rem; font-weight: 800; }
.section-header h2, .archive-title { margin: 0; font-family: var(--serif); font-size: clamp(2.25rem, 4.5vw, 4.8rem); font-weight: 400; line-height: .9; letter-spacing: -.045em; }
.section-header p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.section-header > a { padding-bottom: 5px; border-bottom: 2px solid var(--yellow); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.article-card { min-width: 0; background: var(--white); box-shadow: 0 8px 24px rgba(7,27,40,.07); transition: transform .22s ease, box-shadow .22s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: 0 15px 36px rgba(7,27,40,.13); }
.article-image { position: relative; aspect-ratio: 16 / 10; display: block; overflow: hidden; background: var(--ink-2); }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.article-card:hover .article-image img { transform: scale(1.035); }
.image-placeholder { width: 100%; height: 100%; display: grid; place-content: center; color: var(--yellow); background: radial-gradient(circle at 75% 20%, #315568, var(--ink)); font-family: var(--serif); font-size: 4rem; }
.article-copy { padding: 20px 22px 23px; }
.article-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.article-meta span { color: var(--orange); }
.article-copy h3, .story-row h3 { margin: 10px 0; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.9rem); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.article-copy h3 a:hover, .story-row h3 a:hover { color: var(--orange); }
.article-excerpt { margin: 0 0 17px; color: var(--muted); font-size: .85rem; line-height: 1.55; }
.article-link { font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.article-link span { color: var(--orange); }

.departments { padding: clamp(58px, 7vw, 94px) max(20px, calc((100vw - var(--max)) / 2)); color: #f3f5f4; background: var(--ink-2); }
.department-header { max-width: 720px; margin-bottom: 36px; }
.department-header > span { color: var(--yellow); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.department-header h2 { margin: 8px 0 10px; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 400; line-height: .94; letter-spacing: -.04em; }
.department-header p { max-width: 66ch; margin: 0; color: #b9c9cf; font-size: .9rem; }
.department-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.department-card { min-height: 290px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .2s ease; }
.department-card:hover { background: rgba(255,255,255,.06); }
.department-card > span { color: var(--yellow); font-size: .67rem; font-weight: 800; }
.department-card small { margin-top: auto; color: #97adb5; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.department-card h3 { margin: 6px 0 9px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; line-height: 1; }
.department-card p { margin: 0 0 18px; color: #b9c9cf; font-size: .82rem; }
.department-card b { color: var(--yellow); font-size: .68rem; text-transform: uppercase; }

.story-list { border-top: 1px solid var(--line); }
.story-row { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.story-thumb { aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink); }
.story-thumb img { width: 100%; height: 100%; object-fit: cover; }
.story-row h3 { margin-bottom: 0; }
.story-row-link { width: 42px; height: 42px; display: grid; place-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); }
.standards { padding: 38px max(20px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 35px; color: var(--white); background: var(--orange); }
.standards span { font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.standards h2 { max-width: 560px; margin: 4px 0 0; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3.1rem); font-weight: 400; line-height: 1; }
.standards p { max-width: 62ch; margin: 0; font-size: .84rem; }
.standards a { padding-bottom: 4px; border-bottom: 2px solid var(--yellow); font-size: .68rem; font-weight: 800; text-transform: uppercase; }

.archive-header { margin-bottom: 32px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.archive-kicker { color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.archive-description { max-width: 70ch; color: var(--muted); }
.pagination { margin-top: 38px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.pagination a, .pagination span { min-width: 40px; min-height: 40px; padding: 8px 12px; display: grid; place-content: center; border: 1px solid var(--line); }
.pagination .current { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }

.single-shell, .page-shell { max-width: 900px; }
.entry-header { margin-bottom: 30px; }
.entry-kicker { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.entry-title { margin: 10px 0 18px; font-family: var(--serif); font-size: clamp(2.5rem, 6.5vw, 5.8rem); font-weight: 400; line-height: .94; letter-spacing: -.05em; overflow-wrap: anywhere; }
.entry-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--muted); font-size: .75rem; }
.entry-hero { margin: 0 0 36px; }
.entry-hero img { width: 100%; max-height: 600px; object-fit: cover; }
.entry-content { font-family: var(--serif); font-size: clamp(1.05rem, 1.7vw, 1.2rem); line-height: 1.75; }
.entry-content > * { max-width: 760px; margin-inline: auto; }
.entry-content > figure, .entry-content > .wp-block-image, .entry-content > .wp-block-gallery, .entry-content > .alignwide { max-width: 900px; }
.entry-content h2, .entry-content h3, .entry-content h4 { margin-top: 1.6em; line-height: 1.16; }
.entry-content h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
.entry-content h3 { font-size: clamp(1.4rem, 3vw, 2.15rem); }
.entry-content a { color: #a63720; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.entry-content blockquote { padding: 12px 0 12px 24px; border-left: 5px solid var(--yellow); font-size: 1.15em; font-style: italic; }
.entry-content table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: .9rem; }
.entry-content th, .entry-content td { padding: 11px; border: 1px solid var(--line); text-align: left; }
.entry-content img { border-radius: 2px; }
.post-navigation { margin-top: 46px; padding-top: 25px; border-top: 1px solid var(--line); }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.post-navigation a { font-family: var(--serif); }
.nav-next { text-align: right; }
.comments-area { margin-top: 46px; padding-top: 28px; border-top: 1px solid var(--line); }
.comments-area input:not([type="submit"]), .comments-area textarea { width: 100%; padding: 12px; border: 1px solid var(--line); background: var(--white); }
.comments-area input[type="submit"] { padding: 11px 18px; border: 0; background: var(--yellow); color: var(--ink); font-weight: 800; }

.site-footer { color: #c8d4d8; background: #05151f; }
.footer-main { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 46px 0 34px; display: grid; grid-template-columns: 1.25fr .75fr 1fr; gap: clamp(32px, 6vw, 80px); }
.footer-logo { display: inline-flex; align-items: center; gap: 9px; color: var(--white); }
.footer-symbol { width: 38px; }
.footer-wordmark { font-size: 2rem; font-weight: 800; letter-spacing: -.07em; line-height: 1; }
.footer-wordmark span { font-weight: 400; }
.footer-wordmark i { color: var(--yellow); font-style: normal; }
.footer-identity p, .footer-note p { max-width: 44ch; margin: 12px 0 0; color: #91a4ac; font-size: .78rem; line-height: 1.55; }
.footer-links, .footer-note { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links strong, .footer-note strong { margin-bottom: 7px; color: var(--white); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { padding-bottom: 2px; border-bottom: 1px solid rgba(255,255,255,.22); font-size: .78rem; }
.footer-bottom { min-height: 48px; padding: 10px max(20px, calc((100vw - var(--max)) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid rgba(255,255,255,.1); color: #71868e; font-size: .66rem; text-transform: uppercase; }

@keyframes signalHeroDrift { from { transform: scale(1.035) translate3d(-1.1%,0,0); } to { transform: scale(1.075) translate3d(1.4%,-.35%,0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; } }

@media (max-width: 980px) {
  .utility-row { grid-template-columns: 1fr auto; }
  .utility-row .editorial-promise { display: none; }
  .menu-button { display: grid; }
  .masthead-row { grid-template-columns: 1fr auto 1fr; min-height: 78px; }
  .brand-symbol { width: 42px; height: 42px; }
  .standards-link { font-size: 0; }
  .standards-link::after { content: "Standards ↗"; font-size: .68rem; }
  .primary-nav { position: fixed; z-index: 150; inset: 0; padding: 90px 30px 30px; display: none; background: rgba(5,21,31,.98); }
  .signal-menu-open .primary-nav { display: block; }
  .primary-nav ul { min-height: 0; padding: 0; flex-direction: column; align-items: flex-start; gap: 4px; }
  .primary-nav a { color: var(--white); font-family: var(--serif); font-size: clamp(1.7rem, 7vw, 3rem); font-weight: 400; text-transform: none; }
  .signal-menu-open .menu-button { position: fixed; z-index: 160; top: 25px; left: 22px; border-color: rgba(255,255,255,.35); }
  .signal-menu-open .menu-button i { background: var(--white); }
  .signal-menu-open .menu-button i:first-child { transform: translateY(4px) rotate(45deg); }
  .signal-menu-open .menu-button i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .lead-stage { height: auto; grid-template-columns: 1fr; }
  .lead-visual { aspect-ratio: 16 / 8.5; }
  .lead-visual::after { background: linear-gradient(0deg, rgba(7,27,40,.35), transparent 45%); }
  .lead-copy { padding: 30px; }
  .lead-copy h1 br { display: none; }
  .coverage { padding: 16px 0; grid-template-columns: 1fr; gap: 9px; }
  .coverage div { justify-content: flex-start; flex-wrap: wrap; }
  .section-header { grid-template-columns: 1fr auto; }
  .section-header p { grid-column: 1 / -1; grid-row: 2; }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .standards { grid-template-columns: 1fr 1fr; }
  .standards a { grid-column: 1 / -1; justify-self: start; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-identity { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .header-shell, .footer-shell, .content-shell, .lead-stage, .coverage, .latest, .more-stories, .archive-main, .single-shell, .page-shell, .not-found, .footer-main { width: min(calc(100% - 28px), var(--max)); }
  .utility-row { min-height: 32px; font-size: .59rem; }
  .utility-search { font-size: .6rem; }
  .masthead-row { min-height: 68px; }
  .masthead { grid-template-columns: 35px auto; column-gap: 7px; }
  .brand-symbol { width: 35px; height: 35px; }
  .brand-wordmark { font-size: 1.75rem; }
  .masthead small { font-size: .48rem; letter-spacing: .17em; }
  .standards-link { display: none; }
  .newsline { justify-content: flex-start; font-size: .61rem; }
  .lead-stage { margin-top: 14px; }
  .lead-visual { aspect-ratio: 16 / 9; }
  .lead-copy { padding: 25px 20px 27px; }
  .lead-copy h1 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .story-byline { margin-top: 15px; }
  .coverage { display: none; }
  .latest, .more-stories, .archive-main, .single-shell, .page-shell, .not-found { padding: 48px 0; }
  .section-header { grid-template-columns: 1fr; gap: 12px; margin-bottom: 24px; }
  .section-header p { grid-column: auto; grid-row: auto; }
  .section-header > a { justify-self: start; }
  .article-grid { grid-template-columns: 1fr; gap: 18px; }
  .article-copy h3 { font-size: 1.55rem; }
  .departments { padding: 48px 14px; }
  .department-grid { grid-template-columns: 1fr; }
  .department-card { min-height: 220px; }
  .story-row { grid-template-columns: 86px 1fr; gap: 14px; }
  .story-row-link { display: none; }
  .story-row h3 { font-size: 1.2rem; }
  .article-meta time { display: none; }
  .standards { padding: 30px 14px; grid-template-columns: 1fr; gap: 14px; }
  .standards a { grid-column: auto; }
  .entry-title { font-size: clamp(2.25rem, 13vw, 3.7rem); }
  .entry-content { font-size: 1rem; }
  .post-navigation .nav-links { grid-template-columns: 1fr; }
  .nav-next { text-align: left; }
  .footer-main { padding: 36px 0 28px; grid-template-columns: 1fr; gap: 28px; }
  .footer-identity { grid-column: auto; }
  .footer-bottom { padding: 12px 14px; flex-direction: column; align-items: flex-start; gap: 2px; }
}

/* 1.1 — Signal reference design: dark masthead, yellow focus rail, compact split hero */
.site-header {
  color: #f3f5f4;
  background: #071b28;
  border-bottom: 0;
}
.header-shell { width: calc(100% - clamp(40px, 9vw, 148px)); max-width: none; }
.utility-row {
  color: #9fadb5;
  border-color: rgba(255,255,255,.18);
  font-family: "IBM Plex Sans Condensed", Arial, sans-serif;
  font-size: .71rem;
  letter-spacing: .03em;
}
.utility-row .editorial-promise, .utility-search { color: #f0f3f2; }
.masthead-row { min-height: 126px; }
.menu-button {
  display: grid;
  border: 0;
  border-radius: 0;
}
.menu-button i { width: 26px; height: 1px; background: #f3f5f4; }
.masthead {
  display: inline-flex;
  grid-template: none;
  align-items: center;
  gap: 16px;
}
.brand-symbol { width: clamp(36px, 3.5vw, 46px); height: auto; }
.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  color: #f0f3f2;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(2rem, 3.7vw, 3.35rem);
  line-height: .8;
}
.masthead small {
  margin: 0;
  padding-left: 16px;
  color: #f0f3f2;
  border-left: 1px solid rgba(255,255,255,.34);
  font-size: .58rem;
  letter-spacing: .12em;
}
.standards-link {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border: 1px solid currentColor;
  font-size: .75rem;
}
.primary-nav { border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.primary-nav ul { min-height: 48px; }
.primary-nav a { color: #f3f5f4; font-family: "IBM Plex Sans Condensed", Arial, sans-serif; font-weight: 600; }
.primary-nav a::after { background: #ffca48; }
.primary-nav a:hover { color: #ffca48; }
.newsline {
  min-height: 42px;
  justify-content: flex-start;
  padding: 0 clamp(20px, 4.5vw, 74px);
  color: #071b28;
  background: #ffca48;
  font-family: "IBM Plex Sans Condensed", Arial, sans-serif;
  font-size: .75rem;
}
.newsline b { padding: 0 18px 0 0; color: #071b28; background: transparent; border-right: 1px solid rgba(7,27,40,.3); letter-spacing: .08em; }
.newsline span { color: rgba(7,27,40,.72); }
.newsline i { background: #f2552c; }
.lead-stage {
  width: 100%;
  height: clamp(390px, 31vw, 440px);
  margin: 0;
  grid-template-columns: minmax(0,.92fr) minmax(0,1.35fr);
  grid-template-areas: "copy visual";
  grid-template-rows: minmax(0,1fr);
  overflow: hidden;
  box-shadow: none;
}
.lead-visual { grid-area: visual; min-height: 0; }
.lead-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,27,40,.15), transparent 45%); pointer-events: none; }
.lead-visual::after { display: none; }
.lead-visual img { object-position: 68% center; }
.lead-visual figcaption { color: #f0f3f2; background: rgba(7,27,40,.78); }
.lead-copy {
  grid-area: copy;
  overflow: hidden;
  padding: clamp(28px,3.5vw,48px) clamp(28px,4.5vw,68px);
}
.lead-copy h1 {
  max-width: 11ch;
  margin: 13px 0 14px;
  font-family: "IBM Plex Sans Condensed", Arial, sans-serif;
  font-size: clamp(3rem,3.6vw,4rem);
  font-weight: 700;
  line-height: .82;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.lead-copy h1 em { color: #f2552c; font-style: normal; }
.lead-copy p { max-width: 560px; color: #c4cdd1; font-family: "Archivo", Arial, sans-serif; font-size: .95rem; line-height: 1.5; }
.story-byline { margin-top: 18px; padding-top: 13px; }
.story-action { margin-top: 18px; }
.coverage {
  width: 100%;
  min-height: 88px;
  padding: 0 clamp(24px,6vw,96px);
  color: #fff;
  background: #0d2a3b;
  border: 0;
}
.coverage > span { color: #ffca48; font-family: "IBM Plex Sans Condensed", Arial, sans-serif; }
.coverage div { gap: 9px; }
.coverage a { padding: 8px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-family: "IBM Plex Sans Condensed", Arial, sans-serif; font-size: .7rem; text-transform: uppercase; }
.latest { max-width: 1500px; }
.section-header { padding-bottom: 20px; border-bottom: 2px solid #071b28; }
.section-header h2, .archive-title { font-family: "IBM Plex Sans Condensed", Arial, sans-serif; font-weight: 700; text-transform: uppercase; }
.article-grid { grid-template-columns: repeat(12,1fr); gap: 16px; }
.article-card {
  grid-column: span 6;
  min-height: 190px;
  padding: 14px;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  border: 1px solid var(--line);
  box-shadow: none;
}
.article-card:hover { transform: none; box-shadow: none; }
.article-image { height: 100%; aspect-ratio: auto; }
.article-copy { padding: 7px 4px 4px 0; display: flex; flex-direction: column; }
.article-copy h3 { margin: 14px 0; font-family: "IBM Plex Sans Condensed", Arial, sans-serif; font-size: 1.55rem; font-weight: 700; line-height: 1.02; }
.article-excerpt { display: none; }
.article-link { margin-top: auto; }
.departments { padding: clamp(62px,7vw,104px) clamp(20px,6vw,96px); }
.department-header { max-width: none; display: grid; grid-template-columns: .75fr 1.2fr 1fr; align-items: end; gap: 30px; }
.department-header h2 { margin: 0; font-family: "IBM Plex Sans Condensed", Arial, sans-serif; font-weight: 700; text-transform: uppercase; }
.department-grid { gap: 1px; background: rgba(255,255,255,.2); }
.department-card { position: relative; min-height: 350px; border: 0; background: radial-gradient(circle at 95% 8%,rgba(242,85,44,.55),transparent 42%),linear-gradient(145deg,#17394a,#0a2231); }
.department-card:nth-child(2) { background: radial-gradient(circle at 92% 8%,rgba(255,202,72,.44),transparent 44%),linear-gradient(145deg,#263d28,#0d2828); }
.department-card:nth-child(3) { background: radial-gradient(circle at 92% 8%,rgba(59,154,197,.60),transparent 42%),linear-gradient(145deg,#123b55,#101f38); }
.department-card h3 { font-family: "IBM Plex Sans Condensed", Arial, sans-serif; font-weight: 700; text-transform: uppercase; }
.more-stories { max-width: 1500px; }
.story-row h3 { font-family: "IBM Plex Sans Condensed", Arial, sans-serif; font-weight: 700; }
.standards { background: #071b28; }
.standards span { color: #ffca48; }

@media (min-width: 981px) {
  .primary-nav a { font-size: .9rem; }
}

@media (max-width: 1050px) {
  .lead-stage { height: 420px; grid-template-columns: minmax(0,1fr) minmax(0,1.15fr); }
  .lead-copy { padding-inline: 34px; }
  .lead-copy h1 { font-size: clamp(2.65rem,5vw,3.5rem); }
  .department-header { grid-template-columns: 1fr 1.5fr; }
  .department-header p { grid-column: 2; }
  .department-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .header-shell { width: calc(100% - 36px); }
  .utility-row { display: none; }
  .masthead-row { min-height: 70px; grid-template-columns: auto 1fr auto; gap: 10px; }
  .masthead { justify-self: center; }
  .brand-wordmark { font-size: clamp(1.7rem,8.5vw,2.2rem); }
  .brand-symbol { width: 34px; }
  .masthead small { display: none; }
  .standards-link { width: 42px; padding: 0; justify-content: center; font-size: 0; }
  .standards-link::after { content: "↗"; font-size: .9rem; }
  .primary-nav { border: 0; }
  .newsline { padding-inline: 18px; }
  .lead-stage { height: auto; display: flex; flex-direction: column; }
  .lead-visual { order: 1; aspect-ratio: 16/9; }
  .lead-copy { order: 2; overflow: visible; padding: 27px 20px 30px; }
  .lead-copy h1 { max-width: 100%; font-size: clamp(2.3rem,10.5vw,3.25rem); }
  .lead-copy h1 br { display: initial; }
  .lead-copy p { font-size: .95rem; }
  .story-byline { display: none; }
  .coverage { display: flex; padding: 24px 20px; align-items: flex-start; flex-direction: column; }
  .coverage div { display: flex; justify-content: flex-start; flex-wrap: wrap; }
  .latest { width: calc(100% - 40px); padding: 62px 0; }
  .article-card { grid-column: 1/-1; grid-template-columns: 125px 1fr; min-height: 160px; }
  .article-copy h3 { font-size: 1.22rem; }
  .departments, .more-stories { padding: 58px 20px; }
  .department-header { grid-template-columns: 1fr; align-items: start; }
  .department-header p { grid-column: 1; }
  .department-card { min-height: 290px; }
}

/* 1.2 — Compact article headlines and seamless article autoload */
.entry-title { font-size: clamp(1.25rem, 3.25vw, 2.9rem); line-height: 1; }
.entry-content h2 { font-size: clamp(.9rem, 2vw, 1.5rem); }
.autoload-feed { max-width: 900px; }
.autoload-entry { padding-top: 42px; }
.autoload-divider {
  margin: 18px 0 42px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--orange);
  border-top: 2px solid var(--ink);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.autoload-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.autoload-sentinel { min-height: 72px; display: grid; place-content: center; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.autoload-sentinel.is-loading::after { content: "Nächster Beitrag wird geladen …"; }
.autoload-sentinel.is-finished::after { content: "Weitere Beiträge folgen in Kürze"; }
.autoload-feed > .post-navigation { display: none; }

@media (max-width: 680px) {
  .entry-title { font-size: clamp(1.125rem, 6.5vw, 1.85rem); }
  .autoload-entry { padding-top: 30px; }
  .autoload-divider { margin-bottom: 30px; }
}
