/* ==========================================================================
   Holzbucht — styles.css
   Portiert 1:1 aus vorlage/Holzbucht.dc.html gemäß sites-v3/PORT-SPEC.md.
   Gliederung: 1 Reset · 2 @font-face · 3 Tokens · 4 Basistypografie ·
   5 Layout-Primitive · 6 Effekt-Layer · 7 Header/Nav · 8 Sektionen ·
   9 Footer · 10 Legal-/Textseiten · 11 Media Queries (max-width only)
   ========================================================================== */

/* 1 Reset + Grundlagen (aus <helmet>) -------------------------------------- */
html, body { margin: 0; padding: 0; }
html { background-color: #F6F3EC; }
body {
  background: transparent;
  color: var(--ink);
  font-family: 'Public Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}
*, *::before, *::after { box-sizing: border-box; }
a { color: inherit; text-decoration: none; transition: color .4s ease, opacity .4s ease; }
a:hover { color: var(--accent); }
::selection { background: var(--selection); }
img { max-width: 100%; }

/* Skip-Link (Fokus-only, Muster aus der Produktionsseite) */
.skip {
  position: absolute; left: 12px; top: -60px;
  background: var(--ink); color: var(--bg);
  padding: 10px 18px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  z-index: 100; border-radius: 3px; transition: top .2s ease;
}
.skip:hover { color: var(--bg); }
.skip:focus { top: 12px; }

/* Anker-Offset für die feste Kopfzeile */
[id] { scroll-margin-top: 80px; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* 2 @font-face (8 Faces, lokal) -------------------------------------------- */
@font-face {
  font-family: 'Libre Caslon Text'; font-style: normal; font-weight: 400; font-display: swap;
  src: url(fonts/libre-caslon-text-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Libre Caslon Text'; font-style: normal; font-weight: 400; font-display: swap;
  src: url(fonts/libre-caslon-text-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Libre Caslon Text'; font-style: italic; font-weight: 400; font-display: swap;
  src: url(fonts/libre-caslon-text-400i-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Libre Caslon Text'; font-style: italic; font-weight: 400; font-display: swap;
  src: url(fonts/libre-caslon-text-400i-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Public Sans'; font-style: normal; font-weight: 300 600; font-display: swap;
  src: url(fonts/public-sans-var-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Public Sans'; font-style: normal; font-weight: 300 600; font-display: swap;
  src: url(fonts/public-sans-var-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Public Sans'; font-style: italic; font-weight: 400; font-display: swap;
  src: url(fonts/public-sans-400i-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Public Sans'; font-style: italic; font-weight: 400; font-display: swap;
  src: url(fonts/public-sans-400i-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* 3 Tokens (:root) ---------------------------------------------------------- */
:root{
  --bg:#F6F3EC;
  --ink:#1E1A15;
  --muted:#6F685C;
  --meta:#8A8271;
  --meta-hero:#5A5448;
  --accent:#8F6A1C;
  --rule:#E4DED2;
  --rule-link:#C9C2B2;
  --mono-dim:#9A9282;
  --scroll:#504A3F;
  --selection:#E7DCC1;
  --cta-from:#F6F3EC; --cta-to:#EFE9DD;
  --grain:.2;
}

/* 4 Basistypografie ---------------------------------------------------------- */
h1, h2, h3 { font-family: 'Libre Caslon Text', Georgia, serif; font-weight: 400; margin: 0; }
p { font-size: 16px; line-height: 1.95; color: var(--muted); margin: 0 0 20px; }
.eyebrow {
  font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--meta);
}
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }

/* 5 Layout-Primitive (.wrap, .section, .grid-2 …) ---------------------------- */
.wrap { max-width: 1280px; margin: 0 auto; padding-left: clamp(24px, 5vw, 72px); padding-right: clamp(24px, 5vw, 72px); }
.section { padding-top: clamp(120px, 15vw, 200px); padding-bottom: clamp(120px, 15vw, 200px); }
.section--top { padding-bottom: 0; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 120px); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(40px, 6vw, 90px); }

.img-45 { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.img-34 { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }

.text-link { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; border-bottom: 1px solid var(--rule-link); padding-bottom: 7px; }

/* 6 Effekt-Layer (#grain, #lens, #wake, [data-reveal]) ------------------------
   #lens (Glas-Linse) und #wake/.wake-ring (Wellenringe) sind die zwei
   Bausteine der Cursor-Effekte "1" und "2" (siehe effects.js,
   data-effekt-Schalter) — effects.js setzt Größe/Blur/Opacity/Position pro
   Frame, hier nur Ruhewerte, Sichtbarkeits-Fallbacks und die Masken-Form. */
#grain {
  position: fixed; inset: 0; z-index: 24; pointer-events: none;
  opacity: var(--grain, .2);
  background-image: url(grain.svg); background-size: 168px 168px;
}
#wake { position: fixed; inset: 0; z-index: 25; pointer-events: none; overflow: hidden; }
.wake-ring {
  position: absolute; left: 0; top: 0; border-radius: 50%; opacity: 0;
  will-change: transform, opacity;
  backdrop-filter: blur(6px) saturate(140%); -webkit-backdrop-filter: blur(6px) saturate(140%);
  mask-image: radial-gradient(closest-side, rgba(0,0,0,.85) 16%, rgba(0,0,0,.38) 50%, rgba(0,0,0,0) 76%);
  -webkit-mask-image: radial-gradient(closest-side, rgba(0,0,0,.85) 16%, rgba(0,0,0,.38) 50%, rgba(0,0,0,0) 76%);
}
#lens {
  position: fixed; top: 0; left: 0; width: 260px; height: 260px; border-radius: 50%;
  pointer-events: none; z-index: 26; opacity: 0; transform: translate3d(-9999px, -9999px, 0);
  backdrop-filter: blur(9px) saturate(145%) brightness(1.03);
  -webkit-backdrop-filter: blur(9px) saturate(145%) brightness(1.03);
  mask-image: radial-gradient(closest-side, rgba(0,0,0,1) 20%, rgba(0,0,0,.55) 54%, rgba(0,0,0,0) 78%);
  -webkit-mask-image: radial-gradient(closest-side, rgba(0,0,0,1) 20%, rgba(0,0,0,.55) 54%, rgba(0,0,0,0) 78%);
  will-change: transform, opacity;
}
@media (pointer: coarse) { #wake { display: none; } #lens { display: none; } }
@supports not (backdrop-filter: blur(1px)) { #wake { display: none; } #lens { display: none; } }

/* 7 Header / Nav -------------------------------------------------------------- */
.site-head {
  position: fixed; top: 0; left: 0; right: 0; z-index: 20;
  padding: 26px clamp(24px, 5vw, 72px);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.wordmark { font-size: 12px; letter-spacing: .34em; text-transform: uppercase; font-weight: 500; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 11.5px; letter-spacing: .14em; color: var(--muted); }
.site-nav .sister { color: var(--ink); }
@media (max-width: 759.98px) {
  .site-nav {
    overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;
    mask-image: linear-gradient(90deg, #000 88%, transparent);
    -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent);
  }
  .site-nav::-webkit-scrollbar { display: none; }
}

/* 8 Sektionen in Dokumentreihenfolge ------------------------------------------ */

/* Hero */
.hero {
  position: relative; min-height: 96vh; display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(246,243,236,.3) 0%, rgba(242,237,227,.46) 52%, rgba(226,218,203,.6) 100%),
    url(images/hb-1.webp);
  background-size: cover, cover;
  background-position: center, center 40%;
  background-repeat: no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(115% 85% at 50% 26%, rgba(255,255,255,.4), rgba(255,255,255,0) 62%),
    linear-gradient(180deg, rgba(30,26,21,0) 45%, rgba(30,26,21,.12) 100%);
}
.hero-content {
  position: relative; z-index: 2; text-align: center;
  padding: 120px clamp(24px, 5vw, 72px) 0; max-width: 1100px;
  background: radial-gradient(58% 62% at 50% 46%, rgba(246,243,236,.66), rgba(246,243,236,0) 72%);
}
.hero-eyebrow { color: var(--meta-hero); margin-bottom: 40px; }
.hero-title { font-size: clamp(46px, 7.4vw, 108px); line-height: 1.02; letter-spacing: -0.025em; margin: 0 0 34px; }
.hero-lead { font-size: 17px; line-height: 1.8; color: var(--muted); margin: 0 auto; max-width: 46ch; text-wrap: pretty; }
.scroll-marker {
  position: absolute; bottom: 26px; right: clamp(24px, 5vw, 72px); z-index: 2;
  font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--scroll);
}
@media (max-width: 759.98px) {
  .hero { min-height: 92vh; min-height: 92svh; }
  .hero-content { padding-top: 104px; }
}
@media (max-width: 559.98px) { .scroll-marker { font-size: 9px; } }

/* Haltung (#handwerk) */
#handwerk .eyebrow { margin-bottom: 44px; }
#handwerk h2 { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.35; letter-spacing: -.01em; margin: 0 0 32px; max-width: 22ch; }
#handwerk p { max-width: 46ch; }
#handwerk p:last-of-type { margin-bottom: 44px; }

/* Kennzahlenreihe */
.kpi-grid { border-top: 1px solid var(--rule); padding-top: 44px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.kpi-num { font-family: 'Libre Caslon Text', Georgia, serif; font-size: clamp(30px, 3vw, 40px); line-height: 1; }
.kpi-label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--meta); margin-top: 14px; }
@media (max-width: 899.98px) { .kpi-grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; } }

/* Vollbild-Band */
.band { position: relative; height: 76vh; background-image: url(images/hb-6.webp); background-size: cover; background-position: center; background-attachment: scroll; display: flex; align-items: flex-end; }
@media (max-width: 759.98px) { .band { height: 46vh; min-height: 280px; } }

/* Produkte */
.products-head { text-align: center; margin-bottom: clamp(64px, 8vw, 110px); }
.products-head .eyebrow { margin-bottom: 34px; }
.products-head h2 { font-size: clamp(30px, 4vw, 56px); line-height: 1.2; letter-spacing: -.015em; margin: 0 auto; max-width: 26ch; }

.product { margin-bottom: clamp(96px, 12vw, 170px); }
.product--last { margin-bottom: 0; }
.product-media { display: block; }
.product-num { font-family: 'Libre Caslon Text', Georgia, serif; font-size: 15px; color: var(--accent); margin-bottom: 26px; }
.product h3 { font-size: clamp(24px, 2.6vw, 34px); line-height: 1.3; margin: 0 0 22px; max-width: 20ch; }
.product p { max-width: 42ch; margin: 0 0 30px; }
.price { font-size: 14px; letter-spacing: .06em; color: var(--ink); }
.product--reverse .product-media { order: 2; }
.product--reverse .product-text { order: 1; }

.products-more { text-align: center; padding-top: clamp(72px, 9vw, 120px); }

/* Ablauf (showProcess Dreispalter) */
.process .eyebrow { margin-bottom: 26px; }
.process p { margin: 0; }

/* CTA / #kontakt */
.cta {
  padding-left: clamp(24px, 5vw, 72px); padding-right: clamp(24px, 5vw, 72px);
  text-align: center;
  background: linear-gradient(180deg, var(--cta-from) 0%, var(--cta-to) 100%);
}
.cta .eyebrow { margin-bottom: 40px; }
.cta h2 { font-size: clamp(32px, 5vw, 72px); line-height: 1.12; letter-spacing: -.02em; margin: 0 auto 34px; max-width: 22ch; }
.cta p { font-size: 17px; line-height: 1.85; color: var(--muted); margin: 0 auto 52px; max-width: 44ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; }
@media (max-width: 419.98px) { .cta-actions { flex-direction: column; align-items: center; } }

/* Werkstatt-Unterseite */
.sub-head { padding-top: clamp(140px, 17vw, 220px); padding-bottom: 0; text-align: center; }
.back-link { display: inline-block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--meta); margin-bottom: 32px; }
.sub-head .eyebrow { margin-bottom: 40px; }
.sub-head h1 { font-size: clamp(38px, 6vw, 88px); line-height: 1.04; letter-spacing: -.025em; margin: 0 auto; max-width: 20ch; }
@media (max-width: 759.98px) { .sub-head { padding-top: 132px; } }

.section-quote { padding-top: clamp(80px, 10vw, 140px); padding-bottom: clamp(80px, 10vw, 140px); }
.section-quote .eyebrow { margin-bottom: 34px; }
.quote { font-size: clamp(20px, 2.2vw, 27px); line-height: 1.65; margin: 0 0 34px; }
.section-quote p.body { max-width: 46ch; }
.section-quote p.body:last-of-type { margin-bottom: 0; }

.section-reviews { padding-bottom: clamp(120px, 14vw, 180px); }
.reviews-grid { border-top: 1px solid var(--rule); padding-top: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 120px); }
.review-quote { font-size: clamp(19px, 2vw, 24px); line-height: 1.7; margin: 0 0 20px; }
.review-author { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--meta); }
.review-original { font-size: 14px; line-height: 1.65; font-style: italic; color: var(--meta); margin: 14px 0 0; }
/* Spezifitäts-Fix: .artikel p (§ Artikel-Seiten) hat höhere Spezifität (0,1,1) als die
   einfachen .review-* Klassen (0,1,0) und würde sonst auf rezensionen.html/en/reviews.html
   (reviews-grid liegt dort innerhalb von .artikel) Schriftgröße/Farbe/Abstand überschreiben. */
.reviews-grid .review-quote { font-size: clamp(19px, 2vw, 24px); line-height: 1.7; margin: 0 0 20px; color: var(--ink); }
.reviews-grid .review-author { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--meta); margin: 0; }
.reviews-grid .review-original { font-size: 14px; line-height: 1.65; font-style: italic; color: var(--meta); margin: 14px 0 0; }
@media (max-width: 899.98px) { .reviews-grid { grid-template-columns: 1fr; gap: 40px; } }

.section-info { padding-bottom: clamp(120px, 15vw, 200px); }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(32px, 5vw, 72px); border-top: 1px solid var(--rule); padding-top: 56px; }
.info-label { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink); margin-bottom: 20px; }
.info-grid p { font-size: 15px; line-height: 1.9; color: var(--muted); margin: 0; }
@media (max-width: 899.98px) { .info-grid { grid-template-columns: repeat(2, 1fr); } }

/* werkstatt.html (HB-2): echte Überschriftenhierarchie für vormals kopflose Sections.
   Gleiche Skala wie .artikel h2 — kein neues Layout, nur Typografie fürs neue Element. */
.section-quote h2, .section-reviews h2, .section-info h2 {
  font-size: clamp(23px, 2.4vw, 30px); line-height: 1.35; letter-spacing: -.01em; margin: 0 0 28px;
}
@media (max-width: 559.98px) { .info-grid { grid-template-columns: 1fr; } }

/* 9 Footer -------------------------------------------------------------------- */
.site-foot { border-top: 1px solid var(--rule); }
/* 5 Spalten seit der Ratgeber-Spalte (SEO-Unterseiten): Marke · shop · ratgeber ·
   recht · schwester. Umbruchpunkte darunter unverändert (2 Spalten ab 900, 1 ab 560). */
.foot-grid { padding-top: 72px; padding-bottom: 40px; display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1.4fr; gap: 48px; }
.foot-title { font-size: 12px; letter-spacing: .34em; text-transform: uppercase; margin-bottom: 20px; }
.foot-desc { font-size: 13px; line-height: 1.9; color: var(--meta); }
.foot-links { display: flex; flex-direction: column; gap: 12px; font-size: 13px; color: var(--muted); }
.foot-sister { display: block; }
.foot-sister-label { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--meta); margin-bottom: 16px; }
.foot-sister-name { font-family: 'Libre Caslon Text', Georgia, serif; font-size: 22px; margin-bottom: 12px; }
.foot-sister-desc { font-size: 13px; line-height: 1.8; color: var(--muted); }
.foot-meta {
  padding-bottom: 40px; display: flex; justify-content: space-between;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .14em; color: var(--mono-dim);
  font-variant-numeric: tabular-nums;
}
@media (max-width: 899.98px) { .foot-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; } }
@media (max-width: 559.98px) {
  .foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .foot-meta { flex-direction: column; gap: 8px; align-items: flex-start; }
}

/* 10 Legal-/Textseiten (.legal) ------------------------------------------------ */
.legal-wrap {
  max-width: 1280px; margin: 0 auto;
  padding: clamp(140px, 17vw, 220px) clamp(24px, 5vw, 72px) clamp(120px, 15vw, 200px);
}
.legal { max-width: 68ch; }
.legal h1 { font-size: clamp(38px, 6vw, 88px); line-height: 1.04; letter-spacing: -.025em; margin: 0 0 48px; overflow-wrap: break-word; hyphens: auto; }
.legal h2 { font-size: clamp(22px, 2.2vw, 28px); line-height: 1.4; margin: 64px 0 20px; }
.legal h2:first-of-type { margin-top: 0; }
.legal h3 { font-family: 'Public Sans', Helvetica, Arial, sans-serif; font-weight: 500; font-size: 15px; letter-spacing: .06em; margin: 0 0 12px; }
.legal p, .legal address, .legal li { font-size: 16px; line-height: 1.95; color: var(--muted); margin: 0 0 20px; }
.legal address { font-style: normal; }
.legal a { color: var(--ink); border-bottom: 1px solid var(--rule-link); padding-bottom: 2px; }
.legal .note { border: 1px solid var(--rule); padding: 24px 28px; font-size: 15px; line-height: 1.85; margin: 0 0 32px; }
.legal .updated { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--meta); margin-top: 64px; }

/* 404 (nutzt .sub-head für Kopfsektion + Eyebrow/H1) */
.notfound h1 { margin-bottom: 28px; }
.notfound .lead { font-size: 17px; line-height: 1.85; color: var(--muted); margin: 0 auto 44px; max-width: 44ch; }
.notfound .actions { display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; }

/* 11 Media Queries (§5), ausschließlich max-width ------------------------------ */
@media (max-width: 1099.98px) {
  .site-nav { gap: 20px; font-size: 11px; }

  /* Tap-Ziele >= 40px (§5.3): reale padding-block auf den Link-Boxen selbst statt
     einer ::before-Trefferfläche — dadurch kein Clipping durch overflow-x:auto im
     Nav und kein Überlappen benachbarter Links im Footer (gap bleibt echter
     Zwischenraum). Nur innerhalb dieser Breite aktiv, Desktop-Fidelity ab 1100px
     unberührt. */
  .site-nav a { padding-block: 15px; }
  .foot-links a { padding-block: 13px; }
}

@media (max-width: 899.98px) {
  .grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .product--reverse .product-media { order: 0; }
  .product--reverse .product-text { order: 0; }
  .img-45, .img-34 { aspect-ratio: 4 / 3; object-position: center; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 759.98px) {
  .site-head { padding: 18px clamp(20px, 5vw, 24px); }
  .site-nav { gap: 12px; font-size: 10px; letter-spacing: .08em; }

  .section { padding-top: 88px; padding-bottom: 88px; padding-left: clamp(20px, 5vw, 24px); padding-right: clamp(20px, 5vw, 24px); }
  .section--top { padding-bottom: 0; }
  .cta { padding-left: clamp(20px, 5vw, 24px); padding-right: clamp(20px, 5vw, 24px); }
}

@media (max-width: 559.98px) {
  .section { padding-top: 72px; padding-bottom: 72px; }
  .section--top { padding-bottom: 0; }

  .grid-3 { grid-template-columns: 1fr; gap: 36px; }
  .foot-meta { flex-direction: column; gap: 8px; align-items: flex-start; }
}

/* 12 Ratgeber-/SEO-Unterseiten (.artikel) --------------------------------------
   Additiv: keine bestehende Regel wird verändert. Baukasten für die SEO-Seiten
   aus ~/brand/seo/SEITENPLAN.md. Ruhige Textspalte (68ch), H2-Rhythmus, Tabelle,
   FAQ als <details>. Typo-Skala, Haarlinien und Tokens 1:1 aus dem Bestand. */

/* Breadcrumb (ersetzt .back-link im .sub-head, gleiche Metrik = gleiche Optik) */
.crumbs {
  display: inline-flex; flex-wrap: wrap; gap: 10px; align-items: baseline;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--meta);
  margin-bottom: 32px;
}
.crumbs a { color: var(--meta); }
.crumbs__sep { color: var(--rule-link); }
.crumbs__here { color: var(--ink); }

/* Textspalte */
.artikel { padding-top: clamp(72px, 9vw, 120px); padding-bottom: clamp(96px, 12vw, 160px); }
.artikel__col { max-width: 68ch; margin: 0 auto; }
.artikel__lead {
  font-size: 18px; line-height: 1.85; color: var(--meta-hero);
  margin: 0 0 clamp(48px, 6vw, 72px); text-wrap: pretty;
}
.artikel h2 {
  font-size: clamp(23px, 2.4vw, 30px); line-height: 1.35; letter-spacing: -.01em;
  margin: clamp(56px, 7vw, 88px) 0 24px;
}
.artikel__col > h2:first-child { margin-top: 0; }
.artikel p { font-size: 16px; line-height: 1.95; color: var(--muted); margin: 0 0 20px; }
/* HB-1: Produktfoto im Fließtext (Bestandsmotiv, kein neues Layout — nur Abstand zum Text). */
.artikel__col img.img-45 { margin: 4px 0 32px; }
.artikel strong { color: var(--ink); font-weight: 500; }
.artikel__col a:not(.text-link) {
  color: var(--ink); border-bottom: 1px solid var(--rule-link); padding-bottom: 2px;
}

/* Aufzählung mit Gedankenstrich statt Punkt (kein Icon, keine Kachel) */
.artikel ul { list-style: none; margin: 0 0 24px; padding: 0; }
.artikel ul li {
  position: relative; padding-left: 26px; margin-bottom: 14px;
  font-size: 16px; line-height: 1.95; color: var(--muted);
}
.artikel ul li:last-child { margin-bottom: 0; }
.artikel ul li::before { content: "—"; position: absolute; left: 0; top: 0; color: var(--accent); }

/* Tabelle (scrollt in sich, nie die Seite) */
.artikel__table-wrap { overflow-x: auto; margin: 4px 0 24px; }
.artikel table { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 460px; }
.artikel th {
  text-align: left; font-weight: 500; font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--meta); padding: 0 24px 14px 0; border-bottom: 1px solid var(--rule);
}
.artikel td {
  padding: 16px 24px 16px 0; border-bottom: 1px solid var(--rule);
  color: var(--muted); line-height: 1.75; vertical-align: top;
}
.artikel tbody tr:last-child td { border-bottom: 0; }
.artikel th:last-child, .artikel td:last-child { padding-right: 0; }

/* Quellen-/Stand-Zeile unter Zahlen (Ehrlichkeitsregel E-8) */
.artikel__source { font-size: 14px; line-height: 1.85; color: var(--meta); margin: 0 0 20px; }

/* Abgrenzungsblock zwischen zwei Haarlinien (Kannibalisierungs-Hinweis, Ehrlichkeitszeile) */
.artikel__aside {
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  padding: 26px 0; margin: clamp(48px, 6vw, 72px) 0;
}
.artikel__aside p { font-size: 15px; line-height: 1.9; margin: 0; }

/* FAQ als details/summary */
.faq { margin-top: clamp(56px, 7vw, 88px); border-top: 1px solid var(--rule); }
/* Steht die FAQ direkt unter ihrem H2, zählt nur der H2-Abstand. */
.artikel h2 + .faq { margin-top: 4px; }
.faq__item { border-bottom: 1px solid var(--rule); }
.faq__q {
  display: block; position: relative; cursor: pointer; list-style: none;
  padding: 24px 40px 24px 0;
  font-family: 'Libre Caslon Text', Georgia, serif; font-size: 18px; line-height: 1.5; color: var(--ink);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: "+"; position: absolute; right: 2px; top: 23px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 16px; line-height: 1.5;
  color: var(--accent); transition: transform .4s cubic-bezier(.16,.7,.3,1);
}
.faq__item[open] .faq__q::after { transform: rotate(45deg); }
.faq__item p { margin: 0 0 24px; }
@media (prefers-reduced-motion: reduce) { .faq__q::after { transition: none; } }

/* Weiter-Zeile + Stand */
.artikel__weiter {
  margin-top: clamp(48px, 6vw, 72px); padding-top: 28px; border-top: 1px solid var(--rule);
  font-size: 15px; line-height: 1.9; color: var(--muted);
}
.artikel__updated {
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--meta);
  margin-top: 40px;
}

@media (max-width: 759.98px) {
  .artikel { padding-top: 64px; padding-bottom: 80px; padding-left: clamp(20px, 5vw, 24px); padding-right: clamp(20px, 5vw, 24px); }
  .artikel__lead { font-size: 17px; }
  .faq__q { font-size: 17px; }
}

/* Etsy-Mini-Fotos (eigene Produktfotos, verlinkt auf das jeweilige Etsy-Listing) —
   additiv, gleiche Textspalte. Aspect-Ratio wie .img-45, dazu ein dezenter Filter
   (mehr Sättigung/Kontrast, leichte warme Tönung), damit die Fotos zur restlichen
   Bildsprache passen; das Filmkorn (#grain) liegt als Layer ohnehin schon darüber. */
.etsy-thumbs {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(10px, 2vw, 18px);
  margin: 4px 0 32px;
}
.etsy-thumbs--2 { grid-template-columns: repeat(2, 1fr); max-width: 420px; }
.etsy-thumbs--1 { grid-template-columns: 1fr; max-width: 220px; }
.etsy-thumb { display: block; }
.etsy-thumb img {
  display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: 2px;
  filter: saturate(1.12) contrast(1.04) sepia(.08) brightness(1.01);
  transition: filter .4s ease, opacity .4s ease;
}
.etsy-thumb:hover img, .etsy-thumb:focus-visible img {
  filter: saturate(1.2) contrast(1.06) sepia(.05) brightness(1.02);
}
.etsy-thumb__cap {
  display: block; margin-top: 8px;
  font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--meta);
}
.etsy-thumb__cap::after { content: " ↗"; color: var(--accent); }
@media (max-width: 559.98px) {
  .etsy-thumbs, .etsy-thumbs--2 { grid-template-columns: repeat(2, 1fr); max-width: none; }
}

/* Interne Textlinks im Fließtext der Produktsektion (Verlinkung der Ratgeber-Seiten
   ohne Layoutänderung) — gleiche Haarlinie wie auf den Legal-/Ratgeberseiten. */
.product p a { color: var(--ink); border-bottom: 1px solid var(--rule-link); padding-bottom: 2px; }

/* 13 — Effekt-Menü (generiert von effects.js §6, siehe dort) -----------------
   Sichtbares Mini-UI zum Umschalten des Cursor-Effekts (data-effekt), rechts
   unten, dezent: Meta-Typografie (mono, gesperrte Kleinschreibung), Haarlinie,
   Hintergrund halbtransparent über die vorhandenen Tokens (--bg/--rule/--meta/
   --mono-dim/--accent) — identischer Regelblock auf beiden Sites, färbt sich
   automatisch in die jeweilige Welt ein. Sichtbarkeits-Gate 1:1 wie bei
   #lens/#wake (§6): pointer:coarse, prefers-reduced-motion und fehlendes
   backdrop-filter blenden das Menü aus — ein Schalter ohne Wirkung wäre
   verwirrend. */
.fx-menu {
  position: fixed; right: clamp(16px, 4vw, 28px); bottom: clamp(16px, 4vw, 28px);
  z-index: 30;
  display: flex; align-items: center; gap: 7px;
  padding: 9px 14px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: var(--bg);
  background: color-mix(in srgb, var(--bg) 80%, transparent);
  backdrop-filter: blur(7px) saturate(140%);
  -webkit-backdrop-filter: blur(7px) saturate(140%);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px; letter-spacing: .13em;
  white-space: nowrap;
}
.fx-menu__label { color: var(--meta); }
.fx-menu__dot { color: var(--rule-link); }
.fx-menu__btn {
  appearance: none; -webkit-appearance: none; border: none; background: none; margin: 0;
  padding: 4px 6px;
  font: inherit; color: var(--mono-dim);
  cursor: pointer; border-radius: 4px;
  transition: color .3s ease, background-color .3s ease;
}
.fx-menu__btn:hover { color: var(--ink); }
.fx-menu__btn:focus-visible { outline: 1px solid var(--accent); outline-offset: 2px; }
.fx-menu__btn[aria-pressed="true"] {
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 16%, transparent);
}

/* Intensitäts-Regler (Kundenwunsch "Effekte zu stark"): eigene Gruppe
   (Trennpunkt + Label "stärke" + <input type="range">), gebaut von
   effects.js §6 (strengthWrap) und über strengthWrap.hidden komplett aus
   dem Fluss genommen bei Modus "aus" — kein hässlicher Leerraum, das Menü
   schrumpft sauber auf "effekt · 1 · 2 · aus" zurück. Track = Haarlinie
   (--rule-link), Thumb = Akzentfarbe (--accent), beide Browser-Engines
   (webkit/moz) einzeln bedient, da keine gemeinsame Pseudo-Element-Syntax
   existiert. */
.fx-menu__strength { display: inline-flex; align-items: center; gap: 7px; }
.fx-menu__range {
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  width: 100px; height: 14px;
  margin: 0;
  background: transparent;
  vertical-align: middle;
  cursor: pointer;
}
.fx-menu__range::-webkit-slider-runnable-track {
  height: 1px;
  background: var(--rule-link);
  border-radius: 999px;
}
.fx-menu__range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 11px; height: 11px;
  margin-top: -5px;
  border: none; border-radius: 50%;
  background: var(--accent);
  cursor: pointer;
}
.fx-menu__range::-moz-range-track {
  height: 1px;
  background: var(--rule-link);
  border-radius: 999px;
}
.fx-menu__range::-moz-range-thumb {
  width: 11px; height: 11px;
  border: none; border-radius: 50%;
  background: var(--accent);
  cursor: pointer;
}
.fx-menu__range::-moz-focus-outer { border: 0; }
.fx-menu__range:focus-visible { outline: 1px solid var(--accent); outline-offset: 3px; }

@media (pointer: coarse), (prefers-reduced-motion: reduce) { .fx-menu { display: none; } }
@supports not (backdrop-filter: blur(1px)) { .fx-menu { display: none; } }

@media (max-width: 559.98px) {
  .fx-menu { gap: 5px; padding: 7px 10px; font-size: 9px; right: 12px; bottom: 12px; }
  .fx-menu__btn { padding: 3px 5px; }
  .fx-menu__strength { gap: 5px; }
  .fx-menu__range { width: 60px; }
}

/* 14 — Sprachumschalter (DE/EN, siehe I18N-SPEC §3.3) ------------------------
   Additiv, verändert keine bestehende Regel. Sitzt als letztes Element in
   .site-nav und erbt deren font-size/letter-spacing. Aktive Sprache in --ink,
   inaktive in --muted (also exakt der Kontrast, den die Nav ohnehin führt). */
.lang-switch { display: inline-flex; align-items: baseline; gap: 8px; }
.lang-switch a { color: var(--muted); }
.lang-switch a[aria-current] { color: var(--ink); }
.lang-switch__sep { color: var(--rule-link); }
@media (max-width: 559.98px) { .lang-switch { gap: 6px; } }

/* Rezensionsseite: dreispaltig ab 900px, sonst wie .reviews-grid (§8) */
.reviews-grid--3 { grid-template-columns: repeat(3, 1fr); gap: clamp(40px, 5vw, 80px); }
@media (max-width: 899.98px) { .reviews-grid--3 { grid-template-columns: 1fr; } }
