/* ==========================================================================
   The Zone Media, Seitentyp article (Blogartikel)
   Wird nach site.css geladen. Nur Tokens aus site.css, Präfix article-.
   Referenzseite: /blog/google-ads-kosten-in-der-schweiz-womit-sie-2026-rechnen-muessen

   Aufbau
     1  Rahmen, Glow, Nav-Markierung
     2  Hero (Brotkrumen, Eyebrow, H1, Lead, Autorzeile, Titelbild)
     3  Raster (Artikelspalte 34em, Seitenspalte ab 1024 px)
     4  Seitenspalte (Inhalt, Weiterlesen) und mobiles Inhaltsverzeichnis
     5  Fliesstext (Absatz, H2, H3, Listen, Links, Bild)
     6  Kästen (Infobox Blue, Tabelle Stone, Zitat, CTA Peach, Werkzeuge)
     7  Schluss des Artikels (FAQ, Passende Leistung, Quellen, Autor)
     8  Abschluss-CTA mit Portrait
     9  Weiterlesen-Karten
     10 Responsive
   ========================================================================== */


/* ==========================================================================
   1 Rahmen, Glow, Nav-Markierung
   ========================================================================== */

.article { --article-fs: 18px; --article-side: 248px; }

/* Leiserer Glow als auf der Startseite: kleiner, weiter oben rechts */
.article-glow { height: 900px; }
.article-glow .page-glow-orb { top: -620px; right: -700px; width: 1240px; height: 1080px; opacity: .6; }

/* Redaktioneller Rahmen: Artikelspalte plus Seitenspalte */
.article-frame { width: min(100% - 2 * var(--tz-gutter), 1008px); margin-inline: auto; }

/* Aktiver Menüpunkt: Regel in site.css (Audit B6) */


/* ==========================================================================
   2 Hero
   ========================================================================== */

.article-hero { padding-top: var(--tz-hero-top); }

/* Brotkrumen: Bauteil in site.css (Audit B2), Abstand zur Eyebrow kommt von dort */
.article-title {
  margin-top: 16px; max-width: 19ch;
  font: 700 var(--tz-h1-text)/1.07 var(--tz-font-display);
  letter-spacing: -0.028em; text-wrap: balance;
}
.article-lead {
  margin-top: 24px; max-width: 30em;
  font: 400 clamp(18px, 1.45vw, 21px)/1.6 var(--tz-font-body);
  color: var(--tz-navy); text-wrap: pretty;
}

/* Autorzeile: Portrait, Name, Daten */
.article-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 24px;
  max-width: 612px; margin-top: 28px; padding-top: 18px;
  border-top: 1px solid var(--tz-line);
  font: 500 14px/1.4 var(--tz-font-display); color: var(--tz-muted);
}
.article-author { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; font: 700 15px/1.3 var(--tz-font-display); color: var(--tz-navy); text-decoration: none; }
.article-author:hover { color: var(--tz-orange-ink); }
.article-author img { width: 44px; height: 44px; flex: none; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px var(--tz-paper), 0 0 0 3px var(--tz-peach-line); }
.article-dates { display: flex; flex-wrap: wrap; gap: 2px 20px; }
.article-dates time { color: var(--tz-navy); }

/* Titelbild im Panel-Rahmen */
.article-figure {
  margin-top: clamp(32px, 4vw, 56px); padding: clamp(8px, 1vw, 12px);
  background: var(--tz-stone); border-radius: var(--tz-radius-surface);
}
.article-figure img { width: 100%; aspect-ratio: 2000 / 989; object-fit: cover; border-radius: var(--tz-radius-panel); }
.article-figure figcaption { padding: 12px 10px 4px; font-size: 14px; line-height: 1.5; color: var(--tz-muted); }


/* ==========================================================================
   3 Raster: Artikelspalte 34em links, schmale Seitenspalte rechts ab 1024 px
   ========================================================================== */

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 32em) minmax(0, var(--article-side));
  justify-content: space-between; column-gap: 48px; align-items: start;
  padding-top: clamp(48px, 5.4vw, 80px);
  font-size: var(--article-fs);
}
.article-body { grid-column: 1; grid-row: 1; min-width: 0; }
.article-side { grid-column: 2; grid-row: 1; }


/* ==========================================================================
   4 Seitenspalte und mobiles Inhaltsverzeichnis
   ========================================================================== */

.article-side {
  position: sticky; top: 24px;
  display: grid; gap: 36px;
  max-height: calc(100vh - 48px); overflow-y: auto; overscroll-behavior: contain;
  padding: 4px 4px 4px 0;
  scrollbar-width: thin;
}
.article-side-h { margin-bottom: 12px; font: 500 12px/1.4 var(--tz-font-display); letter-spacing: .16em; text-transform: uppercase; color: var(--tz-muted); }

.article-toc ol { border-left: 1px solid var(--tz-line); }
.article-toc a {
  display: block; margin-left: -1px; padding: 7px 0 7px 16px;
  border-left: 2px solid transparent;
  font: 500 14px/1.4 var(--tz-font-display); color: var(--tz-muted); text-decoration: none;
  transition: color var(--tz-dur-fast) var(--tz-ease), border-color var(--tz-dur-fast) var(--tz-ease);
}
.article-toc a:hover { color: var(--tz-navy); border-left-color: var(--tz-orange); }
.article-toc a:focus-visible { outline-offset: 0; }

.article-side-more ul { display: grid; gap: 4px; }
.article-side-more a { display: block; padding: 10px 0; border-top: 1px solid var(--tz-line); color: var(--tz-navy); text-decoration: none; }
.article-side-more li:last-child a { border-bottom: 1px solid var(--tz-line); }
.article-side-more strong { display: block; font: 700 15px/1.35 var(--tz-font-display); transition: color var(--tz-dur-fast) var(--tz-ease); }
.article-side-more span { display: block; margin-top: 4px; font-size: 13px; color: var(--tz-muted); }
.article-side-more a:hover strong { color: var(--tz-orange-ink); }

/* Mobil und Tablet: Inhalt als aufklappbares Stone-Panel am Artikelbeginn */
.article-toc-m { display: none; margin-bottom: 36px; background: var(--tz-stone); border-radius: 20px; }
.article-toc-m summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  min-height: 56px; padding: 8px 20px;
  font: 500 13px/1.4 var(--tz-font-display); letter-spacing: .16em; text-transform: uppercase;
  cursor: pointer; list-style: none;
}
.article-toc-m summary::-webkit-details-marker { display: none; }
.article-toc-m summary::after { content: "+"; font: 700 22px/1 var(--tz-font-display); color: var(--tz-orange-ink); transition: transform var(--tz-dur-base) var(--tz-ease); }
.article-toc-m[open] summary::after { transform: rotate(45deg); }
.article-toc-m ol { padding: 0 20px 14px; }
.article-toc-m li + li { border-top: 1px solid var(--tz-line); }
.article-toc-m a { display: flex; align-items: center; min-height: 44px; padding: 6px 0; font: 500 15px/1.35 var(--tz-font-display); color: var(--tz-navy); text-decoration: none; }


/* ==========================================================================
   5 Fliesstext
   ========================================================================== */

.article-body { color: var(--tz-navy); line-height: 1.7; }
.article-body > * + * { margin-top: 1.15em; }
.article-body p, .article-body li { text-wrap: pretty; }

.article-body > h2, .article-h2 {
  margin-top: clamp(52px, 5vw, 72px);
  font: 700 clamp(26px, 2.3vw, 32px)/1.2 var(--tz-font-display);
  letter-spacing: -0.02em; text-wrap: balance;
  scroll-margin-top: 24px;
}
.article-body > h3 {
  margin-top: 40px;
  font: 700 clamp(20px, 1.6vw, 22px)/1.3 var(--tz-font-display);
  letter-spacing: -0.01em; text-wrap: balance;
  scroll-margin-top: 24px;
}
.article-body > h2 + *, .article-body > h3 + * { margin-top: .6em; }
.article-body > :first-child { margin-top: 0; }

/* Links im Fliesstext */
.article-body p a:not([class]), .article-body li a:not([class]) {
  color: inherit; font-weight: 700;
  text-decoration: underline 1.5px var(--tz-orange); text-underline-offset: 4px;
  transition: color var(--tz-dur-fast) var(--tz-ease);
}
.article-body p a:not([class]):hover, .article-body li a:not([class]):hover { color: var(--tz-orange-ink); }

/* Listen: Pfeil oder Zahl in Orange-Ink */
.article-list { display: grid; gap: .55em; }
.article-list > li { position: relative; padding-left: 30px; }
.article-list > li::before { content: "→"; position: absolute; left: 0; top: 0; font: 700 1em/1.7 var(--tz-font-display); color: var(--tz-orange-ink); }
ol.article-list { counter-reset: article-ol; }
ol.article-list > li { counter-increment: article-ol; padding-left: 36px; }
ol.article-list > li::before { content: counter(article-ol) "."; font-size: .95em; }

/* Bild im Fliesstext mit Bildunterschrift */
.article-image { margin-block: 1.8em; }
.article-image img { width: 100%; border-radius: var(--tz-radius-panel); background: var(--tz-stone); }
.article-image figcaption { margin-top: 10px; font-size: 14px; line-height: 1.5; color: var(--tz-muted); }


/* ==========================================================================
   6 Kästen
   ========================================================================== */

/* Infobox: Blue Surface */
.article-body > .article-box { margin-block: 1.8em; }
.article-box {
  padding: clamp(24px, 2.6vw, 34px);
  background: var(--tz-blue-surface);
  border-radius: var(--tz-radius-panel);
  box-shadow: inset 0 0 0 1px var(--tz-blue-line);
  font-size: 17px; line-height: 1.65;
}
.article-box > * + * { margin-top: .8em; }
.article-box-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 16px; }
.article-box-label { font: 500 12px/1.4 var(--tz-font-display); letter-spacing: .16em; text-transform: uppercase; color: var(--tz-blue); }
.article-box-head strong { font: 700 15px/1.4 var(--tz-font-display); }
.article-box .article-h2 { margin-top: 0; font-size: clamp(22px, 2vw, 26px); }
.article-box .article-list > li::before { color: var(--tz-blue); }
.article-box-link { display: inline-block; margin-top: 4px; }
.article-box .tlink { font-size: 15px; }
.article-box--keys .article-list { gap: .8em; }

/* Tabelle: Stone-Panel mit Hairlines, mobil scrollbar im eigenen Container */
.article-body > .article-table-hint { display: none; margin-top: 1.6em; font-size: 14px; line-height: 1.4; color: var(--tz-muted); }
.article-body > .article-table { margin-top: 1.6em; }
.article-table-hint + .article-table { margin-top: 8px; }
.article-table {
  overflow-x: auto; overscroll-behavior-x: contain;
  padding: 6px clamp(16px, 2.2vw, 28px) 10px;
  border-radius: var(--tz-radius-panel);
  /* Scroll-Schatten: erscheinen nur, wenn die Tabelle breiter als die Spalte ist */
  background:
    linear-gradient(to right, var(--tz-stone) 30%, rgb(245 244 241 / 0)) left center / 40px 100% no-repeat local,
    linear-gradient(to left, var(--tz-stone) 30%, rgb(245 244 241 / 0)) right center / 40px 100% no-repeat local,
    radial-gradient(farthest-side at 0 50%, rgb(2 10 24 / 14%), rgb(2 10 24 / 0)) left center / 14px 100% no-repeat scroll,
    radial-gradient(farthest-side at 100% 50%, rgb(2 10 24 / 14%), rgb(2 10 24 / 0)) right center / 14px 100% no-repeat scroll,
    var(--tz-stone);
  scrollbar-width: thin;
}
.article-table:focus-visible { outline-offset: 2px; }
.article-table table { width: 100%; min-width: 30em; border-collapse: collapse; font-size: 16px; line-height: 1.45; font-variant-numeric: tabular-nums; }
.article-table caption { padding: 14px 0 4px; text-align: left; font: 700 16px/1.4 var(--tz-font-display); }
.article-table th {
  padding: 16px 20px 12px 0; text-align: left; vertical-align: bottom;
  border-bottom: 1px solid var(--tz-line);
  font: 500 12px/1.35 var(--tz-font-display); letter-spacing: .12em; text-transform: uppercase; color: var(--tz-muted);
}
.article-table td { padding: 14px 20px 14px 0; border-bottom: 1px solid var(--tz-line); vertical-align: top; }
.article-table tbody th { font: 700 16px/1.45 var(--tz-font-body); letter-spacing: 0; text-transform: none; color: var(--tz-navy); vertical-align: top; padding-top: 14px; }
.article-table tr:last-child > * { border-bottom: 0; }
.article-table th:last-child, .article-table td:last-child { padding-right: 0; }
.article-table .num { text-align: right; white-space: nowrap; }
.article-table .is-empty { color: var(--tz-muted); }

/* Zitat: oranger Strich */
.article-body > .article-quote { margin-block: 1.8em; }
.article-quote { padding: 2px 0 2px 24px; border-left: 3px solid var(--tz-orange); }
.article-quote p { font: 400 clamp(19px, 1.6vw, 22px)/1.55 var(--tz-font-body); color: var(--tz-navy); }
.article-quote footer { margin-top: 10px; font: 500 14px/1.4 var(--tz-font-display); color: var(--tz-muted); }

/* CTA im Artikel: Peach */
.article-body > .article-cta { margin-block: 2em; }
.article-cta {
  display: grid; gap: 6px;
  padding: clamp(22px, 2.6vw, 32px);
  background: var(--tz-gradient-peach-glow);
  border-radius: var(--tz-radius-panel);
  box-shadow: inset 0 0 0 1px var(--tz-peach-line);
}
.article-cta-title { font: 700 clamp(19px, 1.6vw, 22px)/1.3 var(--tz-font-display); letter-spacing: -0.01em; }
.article-cta-text { font-size: 16px; line-height: 1.6; color: var(--tz-muted); }
.article-cta-strong { font: 700 17px/1.6 var(--tz-font-body); }
.article-cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 28px; margin-top: 14px; }
.article-cta-actions .tlink { font-size: 15px; }

/* Werkzeug-Karten: zwei weisse Karten mit Hairline */
.article-body > .article-tools { margin-block: 2em; }
.article-tools { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.article-tool {
  display: flex; flex-direction: column;
  padding: 22px 22px 16px;
  background: var(--tz-paper); border-radius: var(--tz-radius-panel);
  box-shadow: inset 0 0 0 1px var(--tz-line);
  transition: box-shadow var(--tz-dur-base) var(--tz-ease), transform var(--tz-dur-base) var(--tz-ease);
}
.article-tool:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px var(--tz-blue-line), var(--tz-shadow-blue); }
.article-tool-label { font: 500 11px/1.4 var(--tz-font-display); letter-spacing: .16em; text-transform: uppercase; color: var(--tz-orange-ink); }
.article-tool strong { display: block; margin-top: 8px; font: 700 18px/1.3 var(--tz-font-display); letter-spacing: -0.01em; }
.article-tool p { margin-top: 8px; font-size: 15px; line-height: 1.55; color: var(--tz-muted); }
.article-tool .tlink { margin-top: auto; padding-top: 14px; font-size: 15px; }


/* ==========================================================================
   7 Schluss des Artikels
   ========================================================================== */

/* FAQ: Fragen offen sichtbar (FAQPage im JSON-LD) */
.article-faq { border-top: 1px solid var(--tz-line); }
.article-faq-item { padding: 22px 0 24px; border-bottom: 1px solid var(--tz-line); }
.article-faq-item:last-child { border-bottom: 0; padding-bottom: 0; }
.article-faq-item h3 { font: 700 clamp(18px, 1.5vw, 20px)/1.35 var(--tz-font-display); letter-spacing: -0.005em; text-wrap: balance; }
.article-faq-item p { margin-top: 8px; max-width: 32em; font-size: .95em; line-height: 1.7; }

/* Passende Leistung */
.article-body > .article-links { margin-top: 2.4em; }
.article-links { display: grid; gap: 2px; padding: 22px 0; border-top: 1px solid var(--tz-line); border-bottom: 1px solid var(--tz-line); }
.article-links .article-side-h { margin-bottom: 4px; }
.article-links .tlink { font-size: 16px; }

/* Primärquellen */
.article-body > .article-sources { margin-top: 2.4em; }
.article-sources-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 16px; }
.article-sources-head small { font-size: 14px; color: var(--tz-muted); }
.article-sources .article-h2 { margin-top: 10px; font-size: clamp(22px, 2vw, 26px); }
.article-sources > p { margin-top: 10px; max-width: 34em; font-size: 16px; line-height: 1.65; color: var(--tz-muted); }
.article-sources ul { display: grid; margin-top: 14px; border-top: 1px solid var(--tz-line); }
.article-sources li { border-bottom: 1px solid var(--tz-line); }
.article-body .article-sources li a {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  min-height: 52px; padding: 10px 0;
  font: 700 16px/1.35 var(--tz-font-display); color: var(--tz-navy); text-decoration: none;
  transition: color var(--tz-dur-fast) var(--tz-ease);
}
.article-body .article-sources li a:hover { color: var(--tz-orange-ink); }
.article-sources li a span { flex: none; color: var(--tz-orange-ink); }

/* Autorbox */
.article-body > .article-authorbox { margin-top: 2.4em; }
.article-authorbox {
  display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 0 22px; align-items: start;
  padding: clamp(22px, 2.6vw, 30px);
  background: var(--tz-stone); border-radius: var(--tz-radius-panel);
}
.article-authorbox img { grid-row: 1 / span 2; width: 88px; height: 88px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 3px var(--tz-stone), 0 0 0 4px var(--tz-peach-line); }
.article-authorbox-name { display: inline-flex; align-items: center; min-height: 32px; font: 700 19px/1.3 var(--tz-font-display); color: var(--tz-navy); text-decoration: none; }
.article-authorbox-name:hover { color: var(--tz-orange-ink); }
.article-authorbox-role { font: 500 14px/1.4 var(--tz-font-display); color: var(--tz-orange-ink); }
.article-authorbox > p { grid-column: 2; margin-top: 10px; font-size: 16px; line-height: 1.65; }


/* ==========================================================================
   8 Abschluss-CTA: Peach-Panel aus site.css, rechts der Verantwortliche
   ========================================================================== */

.article-final { padding-top: var(--tz-section); }
.article-final .final-panel { align-items: center; }
.article-owner {
  justify-self: center; display: grid; justify-items: center; gap: 4px;
  margin: clamp(28px, 3vw, 48px); padding: 8px;
  text-align: center; text-decoration: none; color: var(--tz-navy);
}
.article-owner img {
  width: clamp(140px, 14vw, 200px); height: auto; aspect-ratio: 1;
  margin-bottom: 14px; border-radius: 50%; object-fit: cover; object-position: 55% 28%;
  box-shadow: 0 0 0 4px var(--tz-paper), 0 0 0 5px var(--tz-peach-line), var(--tz-shadow-peach);
  transition: transform var(--tz-dur-base) var(--tz-ease);
}
.article-owner:hover img { transform: translateY(-3px) rotate(-1.5deg); }
.article-owner strong { font: 700 19px/1.3 var(--tz-font-display); }
.article-owner small { font-size: 15px; line-height: 1.4; color: var(--tz-muted); }
.article-owner em { margin-top: 8px; font: 700 15px/1.3 var(--tz-font-display); font-style: normal; text-decoration: underline 2px var(--tz-peach-line); text-underline-offset: 6px; transition: color var(--tz-dur-fast) var(--tz-ease), text-decoration-color var(--tz-dur-fast) var(--tz-ease); }
.article-owner:hover em { color: var(--tz-orange-ink); text-decoration-color: var(--tz-orange); }


/* ==========================================================================
   9 Weiterlesen-Karten (drei Spalten)
   ========================================================================== */

.article-more { padding-top: var(--tz-section-tight); }
.article-more-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px 48px; margin-bottom: clamp(28px, 3.4vw, 44px); }
.article-more-head .h2 { margin-top: 14px; }
.article-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.article-cards > li { display: flex; }
.article-card {
  position: relative; flex: 1; display: flex; flex-direction: column;
  padding: 10px 10px 22px;
  background: var(--tz-paper); border-radius: var(--tz-radius-panel);
  box-shadow: inset 0 0 0 1px var(--tz-line);
  transition: transform var(--tz-dur-base) var(--tz-ease), box-shadow var(--tz-dur-base) var(--tz-ease);
}
.article-card:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--tz-line), var(--tz-shadow-blue); }
.article-card:has(.article-card-link:focus-visible) { outline: 3px solid var(--tz-orange); outline-offset: 4px; }
.article-card-img { overflow: hidden; border-radius: var(--tz-radius-compact); background: var(--tz-stone); }
.article-card-img img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; transition: transform var(--tz-dur-slow) var(--tz-ease); }
.article-card:hover .article-card-img img { transform: scale(1.03); }
.article-card-body { display: flex; flex-direction: column; flex: 1; padding: 18px 12px 0; }
.article-card-cat { font: 500 12px/1.4 var(--tz-font-display); letter-spacing: .16em; text-transform: uppercase; color: var(--tz-orange-ink); }
.article-card h3 { margin-top: 8px; font: 700 clamp(19px, 1.5vw, 21px)/1.3 var(--tz-font-display); letter-spacing: -0.01em; text-wrap: balance; }
.article-card-link { color: inherit; text-decoration: none; }
.article-card-link::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.article-card-link:focus-visible { outline: none; }
.article-card:hover .article-card-link { color: var(--tz-orange-ink); }
.article-card-text { margin-top: 8px; font-size: 15px; line-height: 1.6; color: var(--tz-muted); }
.article-card-date { margin-top: auto; padding-top: 16px; font: 500 14px/1.4 var(--tz-font-display); color: var(--tz-muted); }

/* Dritte Karte, wenn das Staging nur zwei Artikel nennt: Weg zum Blog */
.article-card--all { justify-content: flex-end; padding: 28px; background-color: var(--tz-stone); background-image: var(--tz-grid); background-size: 48px 48px; background-position: -1px -1px; box-shadow: none; }
.article-card--all:hover { box-shadow: var(--tz-shadow-blue); }
.article-card--all .article-card-cat { color: var(--tz-muted); }
.article-card--all h3 { font-size: clamp(24px, 2vw, 30px); line-height: 1.15; }
.article-card--all .arrow {
  display: inline-grid; place-items: center; width: 40px; height: 40px; margin-top: 20px;
  border-radius: 50%; background: var(--tz-navy); color: var(--tz-stage-ink); font: 700 17px/1 var(--tz-font-display);
  transition: transform var(--tz-dur-base) var(--tz-ease), background-color var(--tz-dur-fast) var(--tz-ease), color var(--tz-dur-fast) var(--tz-ease);
}
.article-card--all:hover .arrow { transform: translateX(4px); background: var(--tz-orange); color: var(--tz-navy); }


/* ==========================================================================
   10 Responsive
   ========================================================================== */

@media (max-width: 1023px) {
  .article-frame { width: min(100% - 2 * var(--tz-gutter), 640px); }
  .article-layout { grid-template-columns: minmax(0, 1fr); }
  .article-side { display: none; }
  .article-toc-m { display: block; }
  .article-final .final-panel { align-items: end; }
  .article-owner { justify-self: start; grid-template-columns: auto minmax(0, 1fr); justify-items: start; align-items: center; gap: 2px 18px; margin: 0 clamp(22px, 4vw, 48px) clamp(28px, 4vw, 48px); padding: 0; text-align: left; }
  .article-owner img { grid-row: span 3; width: 88px; margin: 0; box-shadow: 0 0 0 3px var(--tz-paper), 0 0 0 4px var(--tz-peach-line); }
  .article-owner em { margin-top: 2px; }
  .article-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-cards > li:nth-child(3) { grid-column: 1 / -1; }
  .article-card--all { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; }
  .article-card--all .arrow { margin-top: 0; }
}

@media (max-width: 767px) {
  .article { --article-fs: 17px; }
  .article-glow { height: 700px; }
  .article-glow .page-glow-orb { top: -420px; right: -560px; width: 860px; height: 820px; }
  .article-title { line-height: 1.1; letter-spacing: -0.025em; }
  .article-lead { margin-top: 18px; font-size: 18px; line-height: 1.6; }
  .article-meta { gap: 2px 16px; margin-top: 22px; padding-top: 12px; }
  .article-dates { flex-basis: 100%; }
  .article-figure { margin-top: 28px; padding: 6px; border-radius: 20px; }
  .article-figure img { border-radius: var(--tz-radius-compact); }
  .article-layout { padding-top: 36px; }
  .article-toc-m { margin-bottom: 28px; }

  .article-body > h2 { margin-top: 48px; font-size: 25px; line-height: 1.22; }
  .article-body > h3 { margin-top: 32px; font-size: 19px; }
  .article-body > .article-table-hint { display: block; }
  .article-list > li { padding-left: 26px; }
  .article-box { padding: 22px 20px; font-size: 16px; border-radius: 20px; }
  .article-box .article-h2 { font-size: 21px; }
  .article-table { padding: 2px 16px 6px; border-radius: 20px; }
  .article-table table { font-size: 15px; }
  .article-table td, .article-table th { padding-right: 16px; }
  .article-quote { padding-left: 18px; }
  .article-quote p { font-size: 18px; }
  .article-cta { padding: 22px 20px; border-radius: 20px; }
  .article-cta-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .article-cta-actions .tlink { align-self: flex-start; }
  .article-cta .btn { width: 100%; }
  .article-tools { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .article-tool { padding: 20px 20px 12px; }
  .article-faq-item { padding: 18px 0 20px; }
  .article-faq-item h3 { font-size: 18px; }
  .article-body .article-sources li a { font-size: 15px; }
  .article-authorbox { grid-template-columns: 64px minmax(0, 1fr); gap: 0 16px; padding: 20px; border-radius: 20px; }
  .article-authorbox img { grid-row: 1; width: 64px; height: 64px; }
  .article-authorbox > p { grid-column: 1 / -1; margin-top: 14px; font-size: 15.5px; }

  .article-final { padding-top: 56px; }
  .article-owner { margin: 4px 22px 28px; }
  .article-owner img { width: 72px; }
  .article-owner strong { font-size: 17px; }
  .article-owner small { font-size: 14px; }

  .article-more-head { margin-bottom: 20px; }
  .article-cards { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .article-cards > li:nth-child(3) { grid-column: auto; }
  .article-card { padding: 8px 8px 18px; border-radius: 20px; }
  .article-card-img { border-radius: 14px; }
  .article-card-body { padding: 14px 10px 0; }
  .article-card:hover { transform: none; }
  .article-card--all { padding: 22px 20px; }
  .article-card--all h3 { font-size: 22px; }
}

@media (max-width: 359px) {
  .article-title { font-size: 29px; }
  .article-authorbox { grid-template-columns: minmax(0, 1fr); }
  .article-authorbox img { margin-bottom: 12px; }
}


/* ==========================================================================
   11 Neue Muster (Welle 2, Referenz /blog/seo-agenturen-schweiz-vergleich)
   Zwei zusaetzliche Bausteine, weil dieser Artikel kein Titelbild aber eine
   Kennzahlen-Uebersicht im Hero hat, und 21 Anbieterprofile in Fliesstext-
   Listen unlesbar würden. Nur Tokens aus site.css, Praefix article-.
   Siehe Bericht blog-seo-agenturen-schweiz-vergleich.md.
   ========================================================================== */

/* Kennzahlen-Panel im Hero, ersetzt das Titelbild wenn keines vorhanden ist */
.article-stats {
  margin-top: clamp(32px, 4vw, 56px);
  padding: clamp(20px, 2.4vw, 28px) clamp(20px, 2.6vw, 32px);
  background: var(--tz-blue-surface);
  border-radius: var(--tz-radius-surface);
  box-shadow: inset 0 0 0 1px var(--tz-blue-line);
}
.article-stats-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 24px; }
.article-stats-grid > div { display: grid; gap: 2px; }
.article-stats-grid strong { font: 700 clamp(28px, 3vw, 40px)/1.05 var(--tz-font-display); color: var(--tz-navy); }
.article-stats-grid span { font-size: 13px; color: var(--tz-muted); }
.article-stats > p { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--tz-blue-line); font-size: 14px; line-height: 1.5; color: var(--tz-muted); }

@media (max-width: 767px) {
  .article-stats { margin-top: 28px; padding: 20px; border-radius: 20px; }
  .article-stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
}
@media (max-width: 479px) {
  .article-stats-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
}

/* Aufklappbare Randnotiz in einer Infobox (z. B. "Nicht aufgenommen") */
.article-box details { margin-top: 12px; }
.article-box details summary { cursor: pointer; font: 700 14px/1.4 var(--tz-font-display); color: var(--tz-navy); list-style: none; }
.article-box details summary::-webkit-details-marker { display: none; }
.article-box details summary::before { content: "+ "; color: var(--tz-blue); }
.article-box details[open] summary::before { content: "− "; }
.article-box details p { margin-top: 8px; font-size: 14px; line-height: 1.6; color: var(--tz-muted); }

/* Liste kurzer Agenturprofile (Name, Signal, Felder, Quelle) */
.article-body > .article-agencies { margin-block: 2em; }
.article-agencies { display: grid; }
.article-agency { padding: 24px 0; border-bottom: 1px solid var(--tz-line); }
.article-agencies > .article-agency:first-child { padding-top: 4px; }
.article-agency-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; }
.article-agency-head h3 { margin: 0; font: 700 19px/1.3 var(--tz-font-display); letter-spacing: -0.005em; }
.article-agency-head em { font: 500 11px/1.4 var(--tz-font-display); font-style: normal; letter-spacing: .12em; text-transform: uppercase; color: var(--tz-orange-ink); }
.article-agency > p { margin-top: 8px; font-size: 15px; line-height: 1.6; }
.article-agency-signal { font-size: 13px; color: var(--tz-muted); }
.article-agency-link { margin-top: 12px; }
.article-agency-link .tlink { font-size: 15px; }
.article-agency.is-own {
  margin-inline: -20px; padding: 22px 20px;
  background: var(--tz-gradient-peach-glow); border: 0; border-radius: var(--tz-radius-panel);
  box-shadow: inset 0 0 0 1px var(--tz-peach-line);
}

@media (max-width: 767px) {
  .article-agency { padding: 20px 0; }
  .article-agency.is-own { margin-inline: -20px; padding: 18px 16px; }
}


/* ==========================================================================
   12 Responsive-Feinschliff (Bericht _berichte/responsive-a.md, 2026-09-23)
   ========================================================================== */

/* Touch-Ziele unter 44 px auf Mobil */
.article-authorbox-name { min-height: 44px; }
.article-box details summary { display: flex; align-items: center; min-height: 44px; }
/* «Passende Leistung»-Links: Grundpolster der Textlinks (site.css) reicht für 44 px */

@media (max-width: 359px) {
  .article-cta .btn { padding-inline: 12px; font-size: 13px; letter-spacing: 0; line-height: 1.2; }
}
