/* =========================================================================
   schach-geschenke.de – Designsystem „Turnierbrett“
   Vereinsgrün + Vinylbrett-Felder (#769656 / #eeeed2), Messing für Kauf-CTAs.
   Schriften lokal gehostet (keine Verbindung zu Google).
   Figuren-Icons: Cburnett (Wikimedia Commons), BSD-Lizenz.
   ========================================================================= */

@font-face { font-family: 'Alegreya'; font-style: normal; font-weight: 400 900; font-display: swap; src: url(fonts/Alegreya-var.woff2) format('woff2'); }
@font-face { font-family: 'Alegreya'; font-style: italic; font-weight: 400 900; font-display: swap; src: url(fonts/Alegreya-var-i.woff2) format('woff2'); }
@font-face { font-family: 'Alegreya Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/AlegreyaSans-400.woff2) format('woff2'); }
@font-face { font-family: 'Alegreya Sans'; font-style: italic; font-weight: 400; font-display: swap; src: url(fonts/AlegreyaSans-400i.woff2) format('woff2'); }
@font-face { font-family: 'Alegreya Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url(fonts/AlegreyaSans-500.woff2) format('woff2'); }
@font-face { font-family: 'Alegreya Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url(fonts/AlegreyaSans-700.woff2) format('woff2'); }

:root {
  --sg-ink: #17211c;
  --sg-ink-2: #45554c;
  --sg-paper: #f5f6f1;
  --sg-surface: #ffffff;
  --sg-line: #dce3d9;
  --sg-green: #1d4634;
  --sg-green-2: #2b6549;
  --sg-green-tint: #e6eee4;
  --sg-sq-dark: #769656;
  --sg-sq-light: #eeeed2;
  --sg-brass: #e3ad3f;
  --sg-brass-2: #c9901d;
  --sg-brass-ink: #2a1c03;
  --sg-red: #9b2c2c;
  --sg-radius: 10px;
  --sg-shadow: 0 1px 2px rgba(23, 33, 28, .06), 0 8px 24px -12px rgba(23, 33, 28, .18);
  --sg-serif: 'Alegreya', Georgia, 'Times New Roman', serif;
  --sg-sans: 'Alegreya Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --sg-checker: repeating-conic-gradient(var(--sg-sq-dark) 0 25%, var(--sg-sq-light) 0 50%);

  /* Astra-Palette auf unsere Farben umstellen */
  --ast-global-color-0: #2b6549;
  --ast-global-color-1: #1d4634;
  --ast-global-color-2: #17211c;
  --ast-global-color-3: #26332c;
  --ast-global-color-4: #f5f6f1;
  --ast-global-color-5: #ffffff;
  --ast-global-color-6: #e6eee4;
  --ast-global-color-7: #dce3d9;
  --ast-global-color-8: #17211c;
}

/* ---------- Grundlagen ------------------------------------------------ */
body.sg-site {
  background: var(--sg-paper);
  color: var(--sg-ink);
  font-family: var(--sg-sans);
  font-size: 1.1875rem; /* 19px */
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.sg-site h1, .sg-site h2, .sg-site h3, .sg-site h4,
.sg-site .entry-content :where(h1, h2, h3, h4),
.sg-site .entry-title {
  font-family: var(--sg-serif);
  color: var(--sg-ink);
  letter-spacing: -.005em;
  text-wrap: balance;
}
.sg-site h1, .sg-site .entry-title { font-size: clamp(2.1rem, 1.5rem + 2.4vw, 3.1rem); font-weight: 800; line-height: 1.1; }
.sg-site .entry-content h2 { font-size: clamp(1.6rem, 1.3rem + 1.1vw, 2.1rem); font-weight: 800; line-height: 1.2; margin: 2.4em 0 .6em; scroll-margin-top: 1.5rem; }
.sg-site .entry-content h3 { font-size: 1.35rem; font-weight: 700; line-height: 1.3; margin: 1.8em 0 .5em; }
.sg-site .entry-content p, .sg-site .entry-content li { color: var(--sg-ink); }
.sg-site .entry-content p { margin-bottom: 1.15em; }
.sg-site .entry-content ul, .sg-site .entry-content ol { margin: 0 0 1.3em 1.3em; }
.sg-site .entry-content li { margin-bottom: .35em; }
.sg-site a { color: var(--sg-green-2); }
/* :where() hält die Spezifität niedrig (0,2,1), damit Komponenten-Links (Chips, Karten) gewinnen */
.sg-site .entry-content a:where(:not([class])) {
  color: var(--sg-green-2);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}
.sg-site .entry-content a:where(:not([class])):hover { color: var(--sg-green); text-decoration-thickness: 2px; }
.sg-site :focus-visible { outline: 3px solid var(--sg-brass); outline-offset: 2px; border-radius: 3px; }
.sg-site strong { font-weight: 700; }
.sg-site sup { font-size: .65em; line-height: 0; }

/* Lesebreite bei Beiträgen und einfachen Seiten */
.sg-site.single-post .site-content > .ast-container,
.sg-site.page:not(.sg-home) .site-content > .ast-container { max-width: 860px; }

/* ---------- Header ----------------------------------------------------- */
.sg-site .ast-above-header-bar,
.sg-site .ast-above-header.ast-above-header-bar {
  background: var(--sg-green);
  border: 0;
  min-height: 0;
}
.sg-site .ast-above-header-bar .ast-builder-grid-row { min-height: 34px; }
.sg-site .ast-header-html-1, .sg-site .ast-header-html-1 * {
  color: #dfe9dc;
  font-size: .82rem;
  line-height: 1.35;
}
.sg-site .ast-header-html-1 a { color: #fff; text-decoration: underline; text-underline-offset: .15em; }
.sg-site .ast-primary-header-bar, .sg-site .main-header-bar {
  background: var(--sg-surface);
  border-bottom: 1px solid var(--sg-line);
}
.sg-site .site-title, .sg-site .site-title a {
  font-family: var(--sg-serif);
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: -.01em;
  color: var(--sg-ink);
  line-height: 1.1;
}
.sg-site .site-title a { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; }
.sg-site .site-title a::before {
  content: "";
  width: 2.05rem;
  height: 2.05rem;
  flex: none;
  border-radius: 8px;
  background: var(--sg-green) url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 45 45%22%3E %3Cg style=%22opacity:1; fill:none; fill-opacity:1; fill-rule:evenodd; stroke:%23eeeed2; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;%22 transform=%22translate(0,0.3)%22%3E %3Cpath d=%22M 22,10 C 32.5,11 38.5,18 38,39 L 15,39 C 15,30 25,32.5 23,18%22 style=%22fill:%23eeeed2; stroke:%23eeeed2;%22 /%3E %3Cpath d=%22M 24,18 C 24.38,20.91 18.45,25.37 16,27 C 13,29 13.18,31.34 11,31 C 9.958,30.06 12.41,27.96 11,28 C 10,28 11.19,29.23 10,30 C 9,30 5.997,31 6,26 C 6,24 12,14 12,14 C 12,14 13.89,12.1 14,10.5 C 13.27,9.506 13.5,8.5 13.5,7.5 C 14.5,6.5 16.5,10 16.5,10 L 18.5,10 C 18.5,10 19.28,8.008 21,7 C 22,7 22,10 22,10%22 style=%22fill:%23eeeed2; stroke:%23eeeed2;%22 /%3E %3Cpath d=%22M 9.5 25.5 A 0.5 0.5 0 1 1 8.5,25.5 A 0.5 0.5 0 1 1 9.5 25.5 z%22 style=%22fill:%231d4634; stroke:%231d4634;%22 /%3E %3Cpath d=%22M 15 15.5 A 0.5 1.5 0 1 1 14,15.5 A 0.5 1.5 0 1 1 15 15.5 z%22 transform=%22matrix(0.866,0.5,-0.5,0.866,9.693,-5.173)%22 style=%22fill:%231d4634; stroke:%231d4634;%22 /%3E %3C/g%3E %3C/svg%3E") center / 78% no-repeat;
}
.sg-site .site-title .sg-tld { color: var(--sg-green-2); }

.sg-site .main-header-menu .menu-link {
  font-family: var(--sg-sans);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--sg-ink);
}
.sg-site .main-header-menu > .menu-item > .menu-link { position: relative; }
.sg-site .main-header-menu > .menu-item > .menu-link::after {
  content: "";
  position: absolute;
  left: 1em; right: 1em; bottom: .9em;
  height: 2px;
  background: var(--sg-brass);
  transform: scaleX(0);
  transition: transform .18s ease;
}
.sg-site .main-header-menu > .menu-item:hover > .menu-link::after,
.sg-site .main-header-menu > .current-menu-item > .menu-link::after,
.sg-site .main-header-menu > .current-menu-ancestor > .menu-link::after { transform: scaleX(1); }
.sg-site .main-header-menu .menu-item:hover > .menu-link,
.sg-site .main-header-menu .current-menu-item > .menu-link { color: var(--sg-green); }
.sg-site .main-header-menu .sub-menu {
  border: 1px solid var(--sg-line);
  border-radius: var(--sg-radius);
  box-shadow: var(--sg-shadow);
  padding: .4rem 0;
  background: var(--sg-surface);
}
.sg-site .main-header-menu .sub-menu .menu-link { font-size: .98rem; padding-top: .55em; padding-bottom: .55em; }
.sg-site .ast-mobile-header-content, .sg-site .ast-mobile-popup-drawer .ast-mobile-popup-inner { background: var(--sg-surface); }
.sg-site .ast-mobile-header-content .menu-link { border-color: var(--sg-line) !important; }
.sg-site .ast-mobile-header-content .menu-link::after { display: none; }
.sg-site .menu-toggle, .sg-site .ast-button-wrap .menu-toggle.main-header-menu-toggle { color: var(--sg-ink); background: transparent; }
.sg-site .ast-mobile-menu-trigger-minimal svg { fill: var(--sg-ink) !important; }

/* ---------- Breadcrumbs ------------------------------------------------ */
.sg-breadcrumb {
  font-size: .9rem;
  color: var(--sg-ink-2);
  margin: 0 0 1.4rem;
}
.sg-breadcrumb a { color: var(--sg-ink-2); text-decoration: none; }
.sg-breadcrumb a:hover { color: var(--sg-green); text-decoration: underline; }
.sg-breadcrumb__sep { margin: 0 .45em; opacity: .6; }

/* ---------- Einzelbeitrag ---------------------------------------------- */
.sg-site:not(.sg-home) #primary { margin-top: 1.75rem; }
.sg-site:not(.sg-home) .site-content .ast-container > #primary { padding-top: 0; }
.sg-site.single-post .entry-header { margin-bottom: 1.2rem; }
.sg-site .ast-single-post-featured-section img,
.sg-site.single-post .post-thumb img,
.sg-site.single-post .ast-article-single .post-thumb-img-content img {
  border-radius: 14px;
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
}
.sg-site .entry-meta, .sg-site .entry-meta * { font-size: .9rem; color: var(--sg-ink-2); }

.sg-postmeta {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1.2rem;
  font-size: .92rem;
  color: var(--sg-ink-2);
  margin-bottom: 1rem;
}
.sg-postmeta span + span::before { content: "·"; margin-right: 1.2rem; margin-left: -.6rem; }
.sg-site .entry-content .sg-disclosure {
  font-size: .93rem;
  line-height: 1.5;
  background: var(--sg-green-tint);
  border-radius: 8px;
  padding: .7rem 1rem;
  color: var(--sg-ink);
  margin-bottom: 1.8rem;
}
.sg-site .entry-content .sg-lead {
  font-size: 1.28rem;
  line-height: 1.55;
  color: var(--sg-ink);
}

/* Inhaltsverzeichnis */
.sg-site .sg-toc {
  background: var(--sg-surface);
  border: 1px solid var(--sg-line);
  border-radius: var(--sg-radius);
  margin: 1.8rem 0 2.2rem;
  overflow: hidden;
}
.sg-toc summary {
  cursor: pointer;
  font-family: var(--sg-serif);
  font-weight: 700;
  font-size: 1.15rem;
  padding: .85rem 1.2rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sg-toc summary::-webkit-details-marker { display: none; }
.sg-toc summary::after { content: "+"; font-family: var(--sg-sans); font-size: 1.4rem; color: var(--sg-green-2); }
.sg-toc details[open] summary::after { content: "–"; }
.sg-site .entry-content .sg-toc ol {
  margin: 0;
  padding: .2rem 1.2rem 1rem 2.6rem;
  columns: 2 16rem;
  column-gap: 2rem;
}
.sg-site .entry-content .sg-toc li { margin-bottom: .3rem; break-inside: avoid; font-size: 1rem; }
.sg-site .entry-content .sg-toc a { color: var(--sg-ink); text-decoration: none; }
.sg-site .entry-content .sg-toc a:hover { color: var(--sg-green-2); text-decoration: underline; }

/* Schnellübersicht */
.sg-site .sg-picks {
  border: 2px solid var(--sg-green);
  border-radius: 14px;
  background: var(--sg-surface);
  margin: 2rem 0;
  overflow: hidden;
}
.sg-site .entry-content .sg-picks__title {
  margin: 0;
  background: var(--sg-green);
  color: #fff;
  font-family: var(--sg-serif);
  font-weight: 700;
  font-size: 1.15rem;
  padding: .7rem 1.2rem;
}
.sg-site .entry-content .sg-picks__list { list-style: none; margin: 0; padding: 0; }
.sg-site .entry-content .sg-picks__item {
  display: grid;
  grid-template-columns: 2.4rem 1fr auto;
  gap: .9rem;
  align-items: center;
  padding: .8rem 1.2rem;
  margin: 0;
  border-top: 1px solid var(--sg-line);
}
.sg-site .entry-content .sg-picks__item:first-child { border-top: 0; }
.sg-picks__icon { width: 2.4rem; height: 2.4rem; color: var(--sg-green); display: grid; place-items: center; }
.sg-picks__icon svg { width: 100%; height: 100%; }
.sg-picks__text { display: flex; flex-direction: column; line-height: 1.3; min-width: 0; }
.sg-picks__label { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--sg-ink-2); font-weight: 700; }
.sg-site .entry-content a.sg-picks__name { color: var(--sg-ink); font-weight: 700; text-decoration: none; font-size: 1.05rem; }
.sg-site .entry-content a.sg-picks__name:hover { color: var(--sg-green-2); text-decoration: underline; }

/* ---------- Buttons ---------------------------------------------------- */
.sg-site a.sg-btn, .sg-site .entry-content a.sg-btn, .sg-site button.sg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  font-family: var(--sg-sans);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  padding: .8em 1.35em;
  border-radius: 999px;
  border: 0;
  background: var(--sg-green);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .15s ease, transform .15s ease;
}
.sg-site a.sg-btn:hover, .sg-site .entry-content a.sg-btn:hover, .sg-site button.sg-btn:hover { background: var(--sg-green-2); color: #fff; }
.sg-site a.sg-btn--amazon, .sg-site .entry-content a.sg-btn--amazon {
  background: var(--sg-brass);
  color: var(--sg-brass-ink);
}
.sg-site a.sg-btn--amazon::after, .sg-site .entry-content a.sg-btn--amazon::after { content: "→"; transition: transform .15s ease; }
.sg-site a.sg-btn--amazon:hover, .sg-site .entry-content a.sg-btn--amazon:hover { background: var(--sg-brass-2); color: var(--sg-brass-ink); }
.sg-site a.sg-btn--amazon:hover::after { transform: translateX(3px); }
.sg-site a.sg-btn--small, .sg-site .entry-content a.sg-btn--small {
  font-size: .9rem;
  padding: .55em 1em;
  background: var(--sg-brass);
  color: var(--sg-brass-ink);
  white-space: nowrap;
}
.sg-site a.sg-btn--small:hover, .sg-site .entry-content a.sg-btn--small:hover { background: var(--sg-brass-2); color: var(--sg-brass-ink); }
.sg-site a.sg-btn--ghost, .sg-site .entry-content a.sg-btn--ghost {
  background: transparent;
  color: var(--sg-green);
  box-shadow: inset 0 0 0 2px var(--sg-green);
}
.sg-site a.sg-btn--ghost:hover, .sg-site .entry-content a.sg-btn--ghost:hover { background: var(--sg-green); color: #fff; }
.sg-site .entry-content a.sg-amazon-link { color: var(--sg-green-2); font-weight: 700; text-decoration: underline; text-decoration-color: var(--sg-brass); text-decoration-thickness: 2px; text-underline-offset: .2em; }
.sg-site .entry-content a.sg-amazon-link:hover { color: var(--sg-green); }

/* ---------- Produktbox ------------------------------------------------- */
.sg-site .sg-product {
  position: relative;
  background: var(--sg-surface);
  border: 1px solid var(--sg-line);
  border-radius: 14px;
  box-shadow: var(--sg-shadow);
  padding: 1.5rem 1.6rem 1.4rem;
  margin: 1.6rem 0 2.2rem;
  scroll-margin-top: 1.5rem;
}
.sg-product__head { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1rem; }
.sg-product__icon {
  flex: none;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 10px;
  background: var(--sg-sq-light);
  color: var(--sg-green);
  display: grid;
  place-items: center;
  padding: .45rem;
  box-shadow: inset 0 0 0 1px rgba(118, 150, 86, .35);
}
.sg-product__icon svg { width: 100%; height: 100%; }
.sg-site .entry-content .sg-product__badge {
  display: inline-block;
  margin: 0 0 .3rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--sg-green);
  background: var(--sg-green-tint);
  padding: .2em .65em;
  border-radius: 4px;
}
.sg-site .entry-content .sg-product__name { margin: 0; font-size: 1.45rem; line-height: 1.2; }
.sg-site .entry-content .sg-product__brand { margin: .15rem 0 0; color: var(--sg-ink-2); font-size: .95rem; }
.sg-site .entry-content .sg-product__facts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
  gap: 0;
  background: #fafbf8;
  border: 1px solid var(--sg-line);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 1.1rem;
}
/* Rasterlinien per Schatten: eine leere Restzelle bleibt so unsichtbar */
.sg-product__facts > div { padding: .5rem .75rem; box-shadow: 1px 1px 0 var(--sg-line); }
.sg-site .entry-content .sg-product__facts dt { font-size: .74rem; letter-spacing: .07em; text-transform: uppercase; color: var(--sg-ink-2); font-weight: 700; margin: 0; }
.sg-site .entry-content .sg-product__facts dd { margin: 0; font-size: .98rem; font-weight: 500; font-variant-numeric: tabular-nums; }
.sg-site .entry-content .sg-product__body > p:last-child { margin-bottom: .8rem; }
.sg-site .entry-content .sg-pros, .sg-site .entry-content .sg-cons { list-style: none; margin: 0 0 .5rem; padding: 0; }
.sg-site .entry-content .sg-pros li, .sg-site .entry-content .sg-cons li { position: relative; padding-left: 1.6rem; margin-bottom: .3rem; font-size: 1.02rem; }
.sg-site .entry-content .sg-pros li::before, .sg-site .entry-content .sg-cons li::before {
  position: absolute; left: 0; top: .05em;
  font-weight: 700; width: 1.15rem; text-align: center;
}
.sg-site .entry-content .sg-pros li::before { content: "+"; color: var(--sg-green-2); }
.sg-site .entry-content .sg-cons li::before { content: "–"; color: var(--sg-red); }
.sg-procon { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem 1.5rem; margin-top: .4rem; }
.sg-site .entry-content .sg-product__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem 1rem;
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px dashed var(--sg-line);
}
.sg-product__note { font-size: .85rem; color: var(--sg-ink-2); }

/* ---------- Info-Boxen & Tabellen --------------------------------------- */
.sg-site .sg-box {
  border-radius: var(--sg-radius);
  padding: 1.1rem 1.3rem;
  margin: 1.8rem 0;
  background: var(--sg-surface);
  border: 1px solid var(--sg-line);
  border-left: 5px solid var(--sg-sq-dark);
}
.sg-site .sg-box--tip { background: #f4f7ee; }
.sg-site .sg-box--warn { border-left-color: var(--sg-brass-2); background: #fdf7ea; }
.sg-site .entry-content .sg-box__title { font-family: var(--sg-serif); font-weight: 700; font-size: 1.15rem; margin: 0 0 .35rem; }
.sg-site .entry-content .sg-box > :last-child { margin-bottom: 0; }

.sg-table-wrap { overflow-x: auto; margin: 1.6rem 0 2rem; border: 1px solid var(--sg-line); border-radius: var(--sg-radius); background: var(--sg-surface); }
.sg-site .entry-content table.sg-table { width: 100%; border-collapse: collapse; margin: 0; border: 0; font-size: 1rem; min-width: 34rem; }
.sg-site .entry-content .sg-table th, .sg-site .entry-content .sg-table td { padding: .65rem .9rem; border: 0; border-bottom: 1px solid var(--sg-line); text-align: left; vertical-align: top; }
.sg-site .entry-content .sg-table thead th { background: var(--sg-green); color: #fff; font-weight: 700; font-size: .88rem; letter-spacing: .04em; }
.sg-site .entry-content .sg-table tbody tr:nth-child(even) td { background: #fafbf8; }
.sg-site .entry-content .sg-table tbody tr:last-child td { border-bottom: 0; }
.sg-site .entry-content .sg-table td:first-child { font-weight: 700; }
.sg-site .entry-content .sg-table .num { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* Maß-Skizze / Kennzahlen */
.sg-site .sg-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr)); gap: .8rem; margin: 1.6rem 0 2rem; }
.sg-stat { background: var(--sg-surface); border: 1px solid var(--sg-line); border-radius: var(--sg-radius); padding: .9rem 1rem; }
.sg-site .entry-content .sg-stat__value { display: block; font-family: var(--sg-serif); font-weight: 800; font-size: 1.7rem; line-height: 1.1; color: var(--sg-green); font-variant-numeric: tabular-nums; }
.sg-site .entry-content .sg-stat__label { display: block; font-size: .9rem; color: var(--sg-ink-2); line-height: 1.35; margin-top: .25rem; }

/* FAQ */
.sg-site .sg-faq { margin: 2rem 0; }
.sg-faq__item { border-bottom: 1px solid var(--sg-line); }
.sg-faq__item:first-of-type { border-top: 1px solid var(--sg-line); }
.sg-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 2.4rem 1rem 0;
  font-family: var(--sg-serif);
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.35;
  position: relative;
}
.sg-faq__item summary::-webkit-details-marker { display: none; }
.sg-faq__item summary::after {
  content: "";
  position: absolute;
  right: .4rem; top: 50%;
  width: .6rem; height: .6rem;
  border-right: 2px solid var(--sg-green-2);
  border-bottom: 2px solid var(--sg-green-2);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .15s ease;
}
.sg-faq__item[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.sg-faq__a { padding: 0 0 1rem; }
.sg-site .entry-content .sg-faq__a > :last-child { margin-bottom: 0; }

/* Redaktionsbox & Verwandte Artikel */
.sg-site .sg-editorial {
  margin: 3rem 0 0;
  padding: 1.3rem 1.4rem;
  border-radius: var(--sg-radius);
  background: var(--sg-surface);
  border: 1px solid var(--sg-line);
  position: relative;
  overflow: hidden;
}
.sg-site .sg-editorial::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: var(--sg-checker) 0 0 / 12px 12px; }
.sg-site .entry-content .sg-editorial__title { font-family: var(--sg-serif); font-weight: 700; font-size: 1.15rem; margin: .3rem 0 .4rem; }
.sg-site .entry-content .sg-editorial p { font-size: 1rem; }
.sg-site .entry-content .sg-editorial__note { font-size: .88rem; color: var(--sg-ink-2); margin-bottom: 0; }
.sg-site .sg-related { margin-top: 3rem; }
.sg-site .entry-content .sg-related__title { margin-top: 0; font-size: 1.6rem; }

/* ---------- Karten-Grid ------------------------------------------------ */
.sg-site .sg-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin: 1.4rem 0 0;
}
.sg-site .sg-card {
  display: flex;
  flex-direction: column;
  background: var(--sg-surface);
  border: 1px solid var(--sg-line);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .18s ease, transform .18s ease;
}
.sg-site .sg-card:hover { box-shadow: var(--sg-shadow); transform: translateY(-2px); }
.sg-card__media { display: block; aspect-ratio: 3 / 2; background: var(--sg-sq-light); overflow: hidden; }
.sg-site .sg-card__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.sg-site .sg-card:hover .sg-card__img { transform: scale(1.03); }
.sg-card__body { padding: 1rem 1.15rem 1.2rem; display: flex; flex-direction: column; gap: .35rem; }
.sg-site .sg-card__cat { margin: 0; font-size: .75rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--sg-green-2); }
.sg-site .sg-card__title, .sg-site .entry-content .sg-card__title { margin: 0; font-size: 1.28rem; line-height: 1.25; font-weight: 700; }
.sg-site .sg-card__title a, .sg-site .entry-content .sg-card__title a { color: var(--sg-ink); text-decoration: none; }
.sg-site .sg-card__title a:hover, .sg-site .entry-content .sg-card__title a:hover { color: var(--sg-green-2); }
.sg-site .sg-card__text, .sg-site .entry-content .sg-card__text { margin: 0; font-size: .98rem; line-height: 1.5; color: var(--sg-ink-2); }

/* ---------- Archive ---------------------------------------------------- */
.sg-site.archive .site-content, .sg-site.blog .site-content { padding-top: 2rem; }
.sg-site .ast-archive-description {
  background: transparent;
  border: 0;
  padding: 0 0 1.2rem;
  margin-bottom: 1rem;
}
.sg-site .ast-archive-description .ast-archive-title { font-size: clamp(2rem, 1.5rem + 2vw, 2.8rem); font-weight: 800; }
.sg-site .ast-archive-description p { font-size: 1.15rem; max-width: 46rem; color: var(--sg-ink-2); }
.sg-site .sg-cards--archive { margin-bottom: 2.5rem; }

/* ---------- Kontaktformular -------------------------------------------- */
.sg-site .sg-form { background: var(--sg-surface); border: 1px solid var(--sg-line); border-radius: 14px; padding: 1.5rem; margin: 1.5rem 0; }
.sg-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.sg-site .sg-form label { display: block; font-weight: 700; font-size: .95rem; margin-bottom: .3rem; }
.sg-site .sg-form input[type="text"], .sg-site .sg-form input[type="email"], .sg-site .sg-form textarea {
  width: 100%;
  border: 1px solid #c5cec2;
  border-radius: 8px;
  padding: .7rem .85rem;
  font: inherit;
  font-size: 1rem;
  background: #fff;
  color: var(--sg-ink);
}
.sg-site .sg-form input:focus, .sg-site .sg-form textarea:focus { border-color: var(--sg-green-2); outline: 2px solid rgba(43, 101, 73, .25); }
.sg-form__hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.sg-site .entry-content .sg-form__privacy { font-size: .88rem; color: var(--sg-ink-2); }
.sg-site .sg-notice { border-radius: 8px; padding: .8rem 1rem; font-weight: 500; }
.sg-notice--ok { background: var(--sg-green-tint); color: var(--sg-green); }
.sg-notice--error { background: #f9e7e5; color: var(--sg-red); }

/* ---------- Startseite ------------------------------------------------- */
.sg-home .site-content > .ast-container { max-width: none; padding: 0; }
.sg-home .entry-content { margin: 0; }
.sg-home .entry-header, .sg-home .sg-breadcrumb { display: none; }
.sg-wrap { width: min(1200px, 100% - 2.5rem); margin-inline: auto; }
.sg-section { padding-block: clamp(3rem, 2rem + 4vw, 5.5rem); }
.sg-section--tint { background: var(--sg-surface); border-block: 1px solid var(--sg-line); }
.sg-site .entry-content .sg-eyebrow {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sg-green-2);
  margin: 0 0 .6rem;
}
.sg-site .entry-content .sg-section__title { font-size: clamp(1.8rem, 1.4rem + 1.6vw, 2.6rem); margin: 0 0 .7rem; }
.sg-site .entry-content .sg-section__intro { font-size: 1.15rem; color: var(--sg-ink-2); max-width: 44rem; margin: 0 0 2rem; }

.sg-hero {
  position: relative;
  background: var(--sg-green);
  color: #fff;
  overflow: hidden;
}
.sg-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 12px; background: var(--sg-checker) 0 0 / 24px 24px; }
.sg-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding-block: clamp(2.5rem, 2rem + 4vw, 5rem) clamp(3rem, 2.5rem + 4vw, 5.5rem);
}
.sg-site .entry-content .sg-hero h1 {
  color: #fff;
  font-size: clamp(2.3rem, 1.6rem + 3.2vw, 3.9rem);
  line-height: 1.04;
  margin: 0 0 1.1rem;
}
.sg-site .entry-content .sg-hero h1 em { font-style: italic; color: var(--sg-sq-light); font-weight: 700; }
.sg-site .entry-content .sg-hero p { color: #dbe7d8; font-size: 1.2rem; max-width: 34rem; }
.sg-site .entry-content .sg-hero .sg-eyebrow { color: var(--sg-brass); }
.sg-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.6rem 0 1.4rem; }
.sg-site .sg-hero a.sg-btn--ghost { color: #fff; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .7); }
.sg-site .sg-hero a.sg-btn--ghost:hover { background: #fff; color: var(--sg-green); }
.sg-site .entry-content .sg-chips { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 0; padding: 0; }
.sg-site .entry-content .sg-chips li { margin: 0; }
.sg-site .entry-content .sg-chips a {
  display: inline-block;
  padding: .35em .85em;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: .95rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .25);
}
.sg-site .entry-content .sg-chips a:hover { background: rgba(255, 255, 255, .2); }
.sg-hero__media { position: relative; }
.sg-site .sg-hero__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  display: block;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .6);
}
.sg-hero__caption {
  position: absolute;
  left: -1rem; bottom: 1.2rem;
  background: var(--sg-surface);
  color: var(--sg-ink);
  border-radius: 10px;
  padding: .6rem .9rem;
  font-size: .9rem;
  line-height: 1.3;
  box-shadow: var(--sg-shadow);
  max-width: 15rem;
}
.sg-hero__caption strong { display: block; font-family: var(--sg-serif); font-size: 1.05rem; }

/* Geschenkfinder */
.sg-site .sg-finder { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.sg-site .entry-content a.sg-finder__item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: .2rem 1rem;
  align-items: center;
  padding: 1.1rem 1.2rem;
  border-radius: 12px;
  background: var(--sg-surface);
  border: 1px solid var(--sg-line);
  color: var(--sg-ink);
  text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.sg-site .entry-content a.sg-finder__item:hover { border-color: var(--sg-sq-dark); box-shadow: var(--sg-shadow); }
.sg-finder__icon { grid-row: span 2; width: 3rem; height: 3rem; border-radius: 10px; background: var(--sg-sq-light); color: var(--sg-green); display: grid; place-items: center; padding: .4rem; }
.sg-finder__icon svg { width: 100%; height: 100%; }
.sg-finder__title { font-family: var(--sg-serif); font-weight: 700; font-size: 1.2rem; line-height: 1.2; }
.sg-finder__text { font-size: .95rem; color: var(--sg-ink-2); line-height: 1.35; }

/* Themenwelten */
.sg-site .sg-topics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.sg-site .entry-content a.sg-topic {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 17rem;
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  padding: 1.2rem;
}
.sg-site .sg-topic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .4s ease; }
.sg-site .sg-topic::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(15, 30, 22, 0) 30%, rgba(15, 30, 22, .88) 100%); }
.sg-site .sg-topic:hover img { transform: scale(1.04); }
.sg-topic__title { font-family: var(--sg-serif); font-size: 1.45rem; font-weight: 800; line-height: 1.15; }
.sg-topic__text { font-size: .95rem; color: #e3ebe1; line-height: 1.35; margin-top: .25rem; }

/* Kaufhilfe-Tabelle auf der Startseite */
.sg-home .sg-table-wrap { margin: 0; }

/* Vertrauen */
.sg-site .sg-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.sg-trust__item { border-top: 3px solid var(--sg-green); padding-top: 1rem; }
.sg-site .entry-content .sg-trust__title { font-family: var(--sg-serif); font-size: 1.25rem; font-weight: 700; margin: 0 0 .35rem; }
.sg-site .entry-content .sg-trust__item p { font-size: 1.02rem; color: var(--sg-ink-2); margin: 0; }

.sg-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; }

/* ---------- Footer ----------------------------------------------------- */
.sg-footer {
  background: var(--sg-green);
  color: #d6e2d3;
  position: relative;
  padding: 3.6rem 0 1.4rem;
  margin-top: 4rem;
}
.sg-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 10px; background: var(--sg-checker) 0 0 / 20px 20px; }
.sg-footer__inner {
  width: min(1200px, 100% - 2.5rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
}
.sg-footer p { font-size: 1rem; line-height: 1.55; margin: 0 0 .8rem; color: #d6e2d3; }
.sg-footer a { color: #fff; text-decoration: none; }
.sg-footer a:hover { text-decoration: underline; text-underline-offset: .15em; }
.sg-footer__logo { display: flex; align-items: center; gap: .6rem; font-family: var(--sg-serif); font-weight: 800; font-size: 1.4rem !important; color: #fff !important; }
.sg-footer__logo svg { width: 2.2rem; height: 2.2rem; background: var(--sg-sq-light); border-radius: 8px; padding: .2rem; }
.sg-footer__title { font-weight: 700; color: #fff !important; letter-spacing: .08em; text-transform: uppercase; font-size: .82rem !important; }
.sg-footer ul { list-style: none; margin: 0; padding: 0; }
.sg-footer li { margin-bottom: .45rem; }
.sg-footer__amazon {
  width: min(1200px, 100% - 2.5rem);
  margin: 2.4rem auto 0 !important;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, .15);
  font-size: .85rem !important;
  color: #aebfab !important;
}
.sg-site .site-footer .site-above-footer-wrap,
.sg-site .site-footer .site-below-footer-wrap,
.sg-site .site-footer .site-primary-footer-wrap { background: #163627; border: 0; }
.sg-site .site-footer, .sg-site .site-footer .ast-footer-copyright, .sg-site .site-footer .ast-footer-copyright * { color: #aebfab; font-size: .88rem; }
.sg-site .site-footer a { color: #d6e2d3; }

/* Piece-Icons (Cburnett) – feste Farben, damit sie auf jedem Grund lesbar sind */
.sg-piece { display: block; }

/* ---------- Responsiv -------------------------------------------------- */
@media (max-width: 1000px) {
  .sg-site .sg-topics, .sg-site .sg-cards, .sg-site .sg-finder { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sg-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px) {
  .sg-hero__grid, .sg-split { grid-template-columns: 1fr; }
  .sg-hero__caption { left: .8rem; }
  .sg-site .sg-trust { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  body.sg-site { font-size: 1.1rem; }
  .sg-site .sg-product { padding: 1.15rem 1.1rem 1.1rem; }
  .sg-procon, .sg-form__row { grid-template-columns: 1fr; }
  .sg-site .entry-content .sg-picks__item { grid-template-columns: 2rem 1fr; padding: .75rem 1rem; }
  .sg-site .entry-content .sg-picks__item .sg-btn { grid-column: 2; justify-self: start; }
  .sg-site .sg-topics, .sg-site .sg-cards, .sg-site .sg-finder { grid-template-columns: 1fr; }
  .sg-site .entry-content a.sg-topic { min-height: 13rem; }
  .sg-footer__inner { grid-template-columns: 1fr; }
  .sg-site .ast-header-html-1 { text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .sg-site *, .sg-site *::before, .sg-site *::after { transition: none !important; }
}

/* ---------- Cookie-Banner (Complianz) in Markenfarben ------------------ */
body .cmplz-cookiebanner {
  --cmplz_button_accept_background_color: #1d4634;
  --cmplz_button_accept_border_color: #1d4634;
  --cmplz_button_accept_text_color: #ffffff;
  --cmplz_slider_active_color: #2b6549;
  --cmplz_hyperlink_color: #2b6549;
  --cmplz_banner_border_radius: 14px;
  --cmplz_button_border_radius: 999px;
  font-family: var(--sg-sans);
}
