/* Küchenlücke – Design A „Warm & wohnlich“
   Schriften: Fraunces (SIL OFL 1.1, lokal gehostet) + Systemschrift. Keine externen Ressourcen. */
@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/fraunces-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f6efe4;
  --surface: #fbf6ee;
  --sand: #efe3cf;
  --line: #e6d9c4;
  --ink: #2b2a26;
  --ink-soft: #5b554b;
  --terra: #a8482a;
  --terra-dark: #7e331c;
  --mustard: #f2c26b;
  --olive: #2e3b2c;
  --sage: #cdd6c1;
  --rose: #f0c7b6;
  --lilac: #e3d3ee;
  --radius: 22px;
  --measure: 44rem;
  --display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 1.0625rem; line-height: 1.65; }
img, svg { max-width: 100%; height: auto; }
a { color: var(--terra); text-underline-offset: 3px; }
a:hover { color: var(--terra-dark); text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--terra); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; background: var(--surface); padding: .5rem 1rem; z-index: 10; }

.wrap { max-width: 76rem; margin: 0 auto; padding: 0 1.25rem; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.12; letter-spacing: -0.015em; }

/* Header */
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 5rem; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: .7rem; color: var(--ink); text-decoration: none; font-family: var(--display); font-weight: 600; font-size: 1.5rem; letter-spacing: -.02em; }
.brand svg { width: 40px; height: 40px; flex: none; }
.nav { display: flex; gap: 1.75rem; flex-wrap: wrap; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 600; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--terra); }

/* Buttons */
.btn { display: inline-block; font-weight: 700; text-decoration: none; padding: .9rem 1.5rem; border-radius: 14px; border: 2px solid var(--terra); background: var(--terra); color: #fff; }
.btn:hover { background: var(--terra-dark); border-color: var(--terra-dark); color: #fff; }
.btn.ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn.ghost:hover { background: var(--ink); color: var(--bg); }
.btn.mustard { background: var(--mustard); border-color: var(--mustard); color: var(--ink); }
.btn.mustard:hover { background: #e8b150; border-color: #e8b150; color: var(--ink); }

/* Home: Hero */
.hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem; align-items: center; padding: 2rem 0 4rem; }
.pill { display: inline-block; background: var(--mustard); color: #3a2c10; font-weight: 700; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; padding: .45rem .9rem; border-radius: 999px; }
.hero h1 { font-size: clamp(2.5rem, 5.5vw, 4.25rem); line-height: 1.02; letter-spacing: -.03em; margin: 1.25rem 0 1.25rem; }
.hero h1 .accent { color: var(--terra); }
.hero p { font-size: 1.2rem; color: var(--ink-soft); max-width: 32rem; margin: 0 0 1.75rem; }
.hero .actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero-art { background: var(--sand); border-radius: 32px; display: flex; align-items: flex-end; justify-content: center; padding: 2rem 1rem 0; overflow: hidden; }

/* Trust strip */
.trust { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust .wrap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; }
.trust div { display: flex; gap: .8rem; align-items: center; font-weight: 700; }
.trust svg { width: 28px; height: 28px; flex: none; }

/* Sections */
.section { padding: 4.5rem 0 1rem; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.section-head h2 { font-size: clamp(2rem, 4vw, 2.75rem); margin: 0; }
.section-head a { font-weight: 700; }

.zones4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
.zone-card { display: flex; flex-direction: column; gap: .75rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; text-decoration: none; color: var(--ink); transition: transform .15s, border-color .15s; }
a.zone-card:hover { transform: translateY(-3px); border-color: var(--terra); color: var(--ink); }
.zone-card .ico { width: 64px; height: 64px; border-radius: 18px; display: flex; align-items: center; justify-content: center; }
.zone-card .ico svg { width: 34px; height: 34px; }
.zone-card strong { font-family: var(--display); font-weight: 600; font-size: 1.4rem; line-height: 1.2; }
.zone-card span { color: var(--ink-soft); font-size: .96rem; line-height: 1.5; }
.bg-mustard { background: var(--mustard); } .bg-sage { background: var(--sage); } .bg-rose { background: var(--rose); } .bg-lilac { background: var(--lilac); }

.feature { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; padding: 2.5rem 0 4.5rem; }
.feature-main { grid-column: span 2; background: var(--olive); color: var(--bg); border-radius: 28px; padding: 2.75rem; text-decoration: none; display: flex; flex-direction: column; gap: 1rem; justify-content: flex-end; min-height: 20rem; }
.feature-main:hover { color: var(--bg); }
.feature-main .kicker { color: var(--mustard); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
.feature-main strong { font-family: var(--display); font-weight: 600; font-size: clamp(1.8rem, 3.2vw, 2.5rem); line-height: 1.1; letter-spacing: -.02em; }
.feature-main span.text { color: #d8d2c3; font-size: 1.05rem; max-width: 38rem; }
.feature-main .btn { align-self: flex-start; margin-top: .5rem; }
.tip-card { background: var(--sand); border-radius: 28px; padding: 2.25rem; display: flex; flex-direction: column; gap: .8rem; }
.tip-card .kicker { color: var(--terra); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
.tip-card strong { font-family: var(--display); font-weight: 600; font-size: 1.75rem; line-height: 1.2; }
.tip-card p { margin: 0; color: var(--ink-soft); }

/* Article */
main { padding-bottom: 4rem; }
.article { max-width: var(--measure); margin: 0 auto; padding-top: 1.5rem; }
.crumbs { font-size: .92rem; color: var(--ink-soft); margin-bottom: 1.25rem; }
.crumbs a { color: var(--ink-soft); }
.article h1 { font-size: clamp(2.2rem, 5vw, 3.25rem); letter-spacing: -.025em; margin: 0 0 1rem; }
.article h2 { font-size: 1.9rem; margin: 3rem 0 .9rem; }
.article h3 { font-size: 1.35rem; margin: 2rem 0 .5rem; }
.lead { font-size: 1.22rem; color: var(--ink-soft); margin: 0 0 1.75rem; }
.meta { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.25rem 0 2rem; padding: 0; list-style: none; }
.meta span { background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: .3rem .8rem; font-size: .88rem; color: var(--ink-soft); }
ul, ol { padding-left: 1.3rem; } li { margin: .35rem 0; }

.box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.5rem; margin: 1.75rem 0; }
.box > :first-child { margin-top: 0; } .box > :last-child { margin-bottom: 0; }
.box.tip { background: #e7ecdf; border-color: transparent; }
.box.warn { background: #f7e2d4; border-color: transparent; }
.box-title { font-family: var(--display); font-weight: 600; font-size: 1.15rem; display: block; margin-bottom: .35rem; }

.toc { background: var(--sand); border-radius: var(--radius); padding: 1.3rem 1.6rem; margin: 0 0 2.25rem; }
.toc strong { display: block; font-family: var(--display); font-weight: 600; font-size: 1.2rem; margin-bottom: .35rem; }
.toc ol { margin: 0; } .toc a { color: var(--ink); } .toc a:hover { color: var(--terra); }

.table-scroll { overflow-x: auto; margin: 1.5rem 0; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); }
table { border-collapse: collapse; width: 100%; font-size: .96rem; min-width: 34rem; }
th, td { text-align: left; vertical-align: top; padding: .8rem 1rem; border-bottom: 1px solid var(--line); }
th { background: var(--olive); color: var(--bg); font-weight: 700; }
tr:last-child td { border-bottom: 0; }

.zones { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.zone { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 1.1rem 1.25rem; }
.zone h3 { margin: 0 0 .25rem; font-size: 1.15rem; }
.zone p { margin: 0; font-size: .96rem; color: var(--ink-soft); }

.checklist { list-style: none; padding: 0; }
.checklist li { position: relative; padding-left: 2.1rem; margin: .7rem 0; }
.checklist li::before { content: ""; position: absolute; left: 0; top: .25rem; width: 1.2rem; height: 1.2rem; border: 2px solid var(--terra); border-radius: 5px; background: var(--surface); }

details { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 1rem 1.25rem; margin: .8rem 0; }
summary { cursor: pointer; font-weight: 700; }
details[open] summary { margin-bottom: .5rem; }

.disclosure { font-size: .92rem; background: var(--sand); border-radius: 12px; padding: .7rem 1rem; margin: 0 0 1.5rem; }
.ph { background: #ffe45c; color: #1f1f1f; padding: 0 .25rem; border-radius: 3px; font-weight: 600; }

/* Footer */
.site-footer { background: var(--ink); color: #d8d2c3; font-size: .95rem; margin-top: 2rem; }
.site-footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 2.25rem; padding-bottom: 2.25rem; }
.site-footer nav { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.site-footer a { color: #d8d2c3; }
.site-footer a:hover { color: #fff; }

/* Responsive */
@media (max-width: 960px) {
  .hero { grid-template-columns: minmax(0, 1fr); gap: 2rem; padding-top: 1rem; }
  .zones4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature { grid-template-columns: minmax(0, 1fr); }
  .feature-main { grid-column: auto; }
}
@media (max-width: 600px) {
  body { font-size: 1rem; }
  .site-header .wrap { min-height: auto; padding-top: .9rem; padding-bottom: .9rem; }
  .nav { gap: 1.1rem; }
  .trust .wrap { grid-template-columns: minmax(0, 1fr); gap: .9rem; }
  .zones4 { grid-template-columns: minmax(0, 1fr); }
  .feature-main, .tip-card { padding: 1.75rem; border-radius: 22px; }
  .section { padding-top: 3rem; }
}

/* Kaufberatung: Produkte */
.product { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.75rem; margin: 1.5rem 0; scroll-margin-top: 1rem; }
.product-head { display: flex; flex-direction: column; gap: .2rem; margin-bottom: 1rem; }
.product-head h3 { margin: .2rem 0 0; font-size: 1.4rem; }
.product-type { align-self: flex-start; background: var(--mustard); color: #3a2c10; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .65rem; border-radius: 999px; }
.product-model { color: var(--ink-soft); font-size: .9rem; }
table.facts { min-width: 0; margin: 0 0 1rem; font-size: .95rem; }
table.facts th { background: transparent; color: var(--ink-soft); font-weight: 600; width: 42%; padding: .5rem .75rem .5rem 0; }
table.facts td { padding: .5rem 0; }
.fit { margin: 0 0 .5rem; }
.notes { margin: 0 0 1.25rem; color: var(--ink-soft); font-size: .95rem; }
.product-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.product-actions .btn { padding: .7rem 1.2rem; font-size: .95rem; }
.ad-mark { font-size: .72rem; font-weight: 600; margin-left: .45rem; opacity: .85; }
.checked { margin: .9rem 0 0; font-size: .82rem; color: var(--ink-soft); }
table.compare thead th { vertical-align: bottom; }
table.compare thead th a { color: var(--bg); }
table.compare tbody th { background: var(--sand); color: var(--ink); font-weight: 600; }
.sources { font-size: .92rem; color: var(--ink-soft); }
.ad-note { font-size: .88rem; color: var(--ink-soft); border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 2.5rem; }
.hub { grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); margin: 1.5rem 0 2rem; }
