/* =====================================================
   Katha Kreativ – Stylesheet (Dark / Neongrün)
   Markenfarbe: #10FD00
   ===================================================== */

:root {
  --bg:        #0b0d0b;
  --bg-2:      #111411;
  --panel:     #161a16;
  --panel-2:   #1c211c;
  --line:      #2a302a;
  --text:      #f3f6f3;
  --muted:     #9aa39a;
  --green:     #10fd00;
  --green-dk:  #0cc900;
  --green-glow: rgba(16,253,0,.35);

  --radius:     16px;
  --radius-sm:  10px;
  --shadow-md:  0 20px 50px rgba(0,0,0,.5);
  --shadow-lg:  0 30px 80px rgba(0,0,0,.6);

  --font-head:  "Montserrat", system-ui, sans-serif;
  --font-body:  "Inter", system-ui, -apple-system, sans-serif;

  --maxw: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ---------- Tastatur-Fokus & Skip-Link (A11y) ---------- */
a:focus-visible, button:focus-visible, summary:focus-visible,
input:focus-visible, textarea:focus-visible, select:focus-visible,
.filter-btn:focus-visible, .product-ask:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 2px;
}
.skip-link {
  position: fixed; left: 14px; top: -80px; z-index: 200;
  background: var(--green); color: #05230a; font-family: var(--font-head); font-weight: 700; font-size: .9rem;
  padding: 10px 18px; border-radius: 999px; transition: top .2s ease;
}
.skip-link:focus { top: 14px; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

h1, h2, h3 { font-family: var(--font-head); font-weight: 800; line-height: 1.05; letter-spacing: -.02em; color: #fff; font-optical-sizing: auto; text-wrap: balance; }

.eyebrow {
  font-size: .78rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--green); margin-bottom: 14px;
}
.hl { color: var(--green); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-head); font-weight: 700; font-size: .95rem; letter-spacing: .01em;
  padding: 14px 28px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .16s cubic-bezier(.2,.8,.2,1), box-shadow .2s ease-out, background .2s, color .2s, border-color .2s;
}
.btn:active { transform: scale(.96); }
.btn-primary { background: var(--green); color: #05230a; box-shadow: 0 0 0 rgba(16,253,0,0); }
.btn-primary:hover { box-shadow: 0 8px 30px var(--green-glow); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border-color: #3a423a; }
.btn-ghost:hover { border-color: var(--green); color: var(--green); }
.btn-block { display: flex; width: 100%; }

/* ---------- Apple-style Press-Feedback (Response) ---------- */
.nav-cta, .filter-btn, .product-ask, .product, .card, .swatch, .card-swatch, .size-chip, a.product-name, .product-thumb {
  transition-timing-function: cubic-bezier(.2,.8,.2,1);
}
.nav-cta:active { transform: scale(.95); }
.filter-btn:active, .product-ask:active { transform: scale(.93); }
.product:active { transform: scale(.99); }
.card:active { transform: scale(.99); }
.product-thumb:active .product-img { transform: scale(.97); transition: transform .18s cubic-bezier(.2,.8,.2,1); }
.swatch:active, .pd-swatches .swatch:active { transform: scale(1.18); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11,13,11,.82);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand-logo { height: 44px; width: auto; }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: #cdd4cd; transition: color .18s; }
.main-nav a:hover { color: var(--green); }
.nav-cta {
  background: var(--green); color: #05230a !important; padding: 10px 20px; border-radius: 999px; font-weight: 700;
}
.nav-cta:hover { color: #05230a !important; box-shadow: 0 6px 22px var(--green-glow); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2.5px; background: var(--green); border-radius: 2px; transition: .25s; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 88px 0 96px; }
.hero-glow {
  position: absolute; inset: -20% 30% auto -10%; height: 620px;
  background: radial-gradient(45% 45% at 30% 30%, var(--green-glow), transparent 70%);
  filter: blur(30px); opacity: .5; pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-copy h1 { font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 900; margin: 6px 0 22px; text-transform: uppercase; letter-spacing: -.03em; }
.lead { font-size: 1.14rem; color: #c3ccc3; max-width: 32em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 26px; }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; color: var(--muted); font-size: .95rem; }
.hero-trust li { position: relative; padding-left: 20px; }
.hero-trust li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green-glow); }
.hero-trust strong { color: #fff; }

.hero-visual { display: flex; justify-content: center; }
.hero-shirt-card {
  position: relative; width: 100%; max-width: 420px;
  background: linear-gradient(160deg, var(--panel-2), var(--panel));
  border-radius: var(--radius); padding: 34px 30px 22px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
}
.live-tag {
  position: absolute; top: 16px; left: 18px;
  font-family: var(--font-head); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green);
}
.live-tag::before { content: "● "; }
.hero-swatch-row { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin-top: 18px; }
.hero-swatch-row span { width: 20px; height: 20px; border-radius: 5px; border: 1px solid rgba(255,255,255,.14); }

/* ---------- Produktfoto-Vorschau ---------- */
.shirt-wrap { width: 100%; display: grid; place-items: center; }
.shirt-wrap--lg { max-width: 360px; }
.preview-img {
  width: 100%; height: auto; border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #eef1ee); padding: 20px;
  box-shadow: 0 22px 44px rgba(0,0,0,.45);
}
.color-dot { display: inline-block; width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); margin-right: 9px; vertical-align: -2px; }
.meta-color { display: inline-flex; align-items: center; }
.preview-note { margin-top: 12px; color: var(--muted); font-size: .8rem; }

/* ---------- Ticker ---------- */
.ticker { background: var(--green); color: #05230a; overflow: hidden; border-block: 1px solid var(--green-dk); }
.ticker-track {
  display: flex; align-items: center; gap: 22px; white-space: nowrap; width: max-content;
  padding: 12px 0; font-family: var(--font-head); font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  animation: scroll-x 26s linear infinite;
}
.ticker-track i { width: 8px; height: 8px; background: #05230a; transform: rotate(45deg); opacity: .55; flex: none; }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding: 92px 0; }
.section-alt { background: var(--bg-2); }
.section-head { max-width: 680px; margin: 0 auto 46px; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3rem); text-transform: uppercase; }
.section-sub { color: #c3ccc3; font-size: 1.06rem; margin-top: 14px; }
.price-note { color: var(--muted); font-size: .88rem; margin-top: 10px; }

/* ---------- Shop ---------- */
.shop-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 36px; }
.filter-btn {
  font-family: var(--font-head); font-weight: 600; font-size: .88rem;
  padding: 9px 18px; border-radius: 999px; cursor: pointer;
  background: var(--panel); color: #cdd4cd; border: 1px solid var(--line); transition: .18s;
}
.filter-btn:hover { border-color: var(--green); color: var(--green); }
.filter-btn.active { background: var(--green); color: #05230a; border-color: var(--green); }

.shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product {
  position: relative; cursor: pointer;
  display: flex; flex-direction: column;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: transform .2s, border-color .2s, box-shadow .2s;
}
/* Ganze Karte klickbar (Stretched Link) */
.product-name::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
}
/* Interaktive Elemente über dem Karten-Link */
.product-ask { position: relative; z-index: 2; }
.product:hover { transform: translateY(-5px); border-color: var(--green); box-shadow: var(--shadow-md); }
.product-thumb {
  aspect-ratio: 4/3; display: grid; place-items: center;
  background: linear-gradient(180deg, #ffffff, #eef1ee);
  border-bottom: 1px solid var(--line); position: relative; overflow: hidden;
}
.product-img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
.product:hover .product-img { transform: scale(1.05); transition: transform .25s; }
.art { width: 64%; height: auto; filter: drop-shadow(0 8px 14px rgba(0,0,0,.4)); }
.art .g { fill: #e7ece7; stroke: #aab2aa; stroke-width: 2.4; stroke-linejoin: round; stroke-linecap: round; }
.art .ln { fill: none; stroke: #aab2aa; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.art .sh { fill: rgba(0,0,0,.08); }
.art .ac { fill: var(--green); }
.product:hover .art { transform: scale(1.04); transition: transform .2s; }
.product-cat {
  position: absolute; top: 10px; left: 10px; z-index: 2; pointer-events: none;
  font-size: .66rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--green); background: rgba(7,20,9,.9);
  border: 1px solid rgba(16,253,0,.35); padding: 3px 9px; border-radius: 999px;
}
.product-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.product-thumb { text-decoration: none; }
.product-name { display: block; font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: #fff; line-height: 1.25; transition: color .15s; }
a.product-name:hover { color: var(--green); }
.product-brand { color: var(--muted); font-size: .82rem; }
.card-colors-label { font-size: .72rem; font-weight: 600; letter-spacing: .04em; color: var(--muted); margin-top: 10px; }
.card-colors { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin-top: 6px; }
.card-swatch { width: 15px; height: 15px; border-radius: 4px; border: 1px solid rgba(255,255,255,.16); }
.card-swatch--light { border-color: rgba(0,0,0,.28); }
.card-colors-more { font-size: .72rem; font-weight: 700; color: var(--green); margin-left: 2px; }
.product-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 12px; }
.product-price { font-family: var(--font-head); font-weight: 800; font-size: 1.1rem; color: var(--green); }
.product-price small { color: var(--muted); font-weight: 500; font-size: .7rem; }
.product-ask {
  font-family: var(--font-head); font-weight: 700; font-size: .82rem; color: #05230a;
  background: var(--green); padding: 7px 14px; border-radius: 999px; cursor: pointer; border: 0; transition: .18s;
}
.product-ask:hover { box-shadow: 0 6px 18px var(--green-glow); }

/* ---------- Konfigurator ---------- */
.config {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: start;
  background: var(--panel); border: 1px solid var(--line); border-radius: 24px;
  padding: 40px; box-shadow: var(--shadow-md);
}
.config-preview {
  position: sticky; top: 100px;
  background: radial-gradient(120% 100% at 50% 0%, var(--panel-2), var(--bg));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; text-align: center;
}
.config-meta { margin-top: 12px; }
.meta-label { display: block; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.meta-color { display: block; font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; color: #fff; margin-top: 4px; min-height: 1.4em; }

.panel-block { margin-bottom: 28px; }
.panel-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; }
.panel-row h3, .panel-block h3 { font-size: 1.05rem; text-transform: uppercase; letter-spacing: .02em; }
.panel-count { color: var(--muted); font-size: .88rem; }
.panel-note { color: var(--muted); font-size: .84rem; margin-top: 10px; }

.swatches { display: grid; grid-template-columns: repeat(10, 1fr); gap: 8px; }
.swatch {
  aspect-ratio: 1/1; border-radius: 7px; cursor: pointer; position: relative;
  border: 1px solid rgba(255,255,255,.14); transition: transform .12s, box-shadow .12s; outline: none;
}
.swatch:hover { transform: scale(1.14); z-index: 2; }
.swatch[aria-selected="true"] { box-shadow: 0 0 0 2px var(--panel), 0 0 0 4px var(--green); transform: scale(1.1); z-index: 3; }
.swatch:focus-visible { box-shadow: 0 0 0 2px var(--panel), 0 0 0 4px #fff; }
.swatch--light { border-color: rgba(255,255,255,.28); }

.sizes { display: flex; flex-wrap: wrap; gap: 8px; }
.size-chip {
  min-width: 46px; padding: 8px 12px; text-align: center; border-radius: 9px;
  background: var(--panel-2); border: 1px solid var(--line); font-family: var(--font-head); font-weight: 700; font-size: .85rem; color: #cdd4cd;
}

.specs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 24px; }
.specs > div { background: var(--panel); padding: 14px 16px; }
.specs dt { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.specs dd { font-weight: 600; font-size: .92rem; color: #fff; }

/* ---------- Cards (Veredelung) ---------- */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform .2s, border-color .2s;
}
.card:hover { transform: translateY(-6px); border-color: var(--green); }
.card-icon {
  width: 54px; height: 54px; display: grid; place-items: center; color: var(--green);
  background: var(--panel-2); border: 1px solid var(--line); border-radius: 14px; margin-bottom: 18px;
}
.card-icon svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.2rem; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .01em; }
.card p { color: #b7c0b7; font-size: .95rem; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 820px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 22px;
  transition: border-color .2s;
}
.faq-list details[open] { border-color: var(--green); }
.faq-list summary {
  list-style: none; cursor: pointer; font-family: var(--font-head); font-weight: 700; font-size: 1.04rem;
  color: #fff; padding: 16px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--green); font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { color: #b7c0b7; padding-bottom: 18px; font-size: .97rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.4fr .9fr; gap: 30px; align-items: start; }
.contact-form { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; font-family: var(--font-head); font-weight: 600; font-size: .84rem; color: #cdd4cd; margin-bottom: 16px; letter-spacing: .01em; }
.contact-form input, .contact-form textarea {
  width: 100%; margin-top: 7px; padding: 12px 14px; font: 400 .96rem var(--font-body); color: #fff;
  background: var(--bg); border: 1.5px solid var(--line); border-radius: 9px; transition: border-color .15s;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #6d766d; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--green); }
.checkbox { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 400 !important; font-family: var(--font-body) !important; font-size: .86rem; text-transform: none; }
.checkbox input { width: auto; margin-top: 3px; accent-color: var(--green); }
.cf-turnstile { margin: 6px 0 16px; min-height: 65px; }
.form-status { margin-top: 12px; font-weight: 600; font-size: .92rem; min-height: 1.2em; }
.form-status.ok { color: var(--green); }
.form-status.err { color: #ff5b5b; }

.contact-info { background: linear-gradient(160deg, var(--panel-2), var(--panel)); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.contact-info h3 { font-size: 1.3rem; margin-bottom: 22px; text-transform: uppercase; }
.contact-line { display: grid; margin-bottom: 20px; }
.ci-label { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.contact-line a { font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; color: #fff; }
.contact-line a:hover { color: var(--green); }
.contact-badge { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.contact-badge img { height: 60px; width: auto; margin-bottom: 12px; }
.contact-badge p { color: var(--muted); font-size: .9rem; }

/* ---------- Footer ---------- */
.site-footer { background: #070907; border-top: 1px solid var(--line); padding: 56px 0 26px; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 30px; align-items: start; }
.footer-logo { height: 54px; width: auto; margin-bottom: 14px; }
.footer-brand p { color: var(--muted); max-width: 26em; font-size: .95rem; }
.footer-nav, .footer-legal { display: grid; gap: 10px; align-content: start; }
.footer-nav a, .footer-legal a { color: #b7c0b7; font-size: .95rem; }
.footer-nav a:hover, .footer-legal a:hover { color: var(--green); }
.footer-legal span { color: #5f685f; font-size: .86rem; }
.footer-fine { text-align: center; color: #5f685f; font-size: .8rem; margin-top: 40px; padding: 0 24px; }

/* ---------- Artikelseite ---------- */
.pd { padding: 40px 0 90px; }
.pd .back { display: inline-block; margin-bottom: 22px; color: var(--muted); font-family: var(--font-head); font-weight: 600; font-size: .9rem; }
.pd .back:hover { color: var(--green); }
.pd-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: start; }
.pd-media { position: sticky; top: 100px; }
.pd-cat {
  display: inline-block; margin-bottom: 12px; font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--green); background: rgba(16,253,0,.1);
  border: 1px solid rgba(16,253,0,.3); padding: 4px 12px; border-radius: 999px;
}
.pd-imgwrap {
  background: linear-gradient(180deg, #ffffff, #eef1ee); border: 1px solid var(--line);
  border-radius: 20px; padding: 30px; display: grid; place-items: center; box-shadow: var(--shadow-md);
}
.pd-img { width: 100%; max-width: 420px; height: auto; }
.pd-imgwrap .art { width: 60%; }

.pd-info h1 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); text-transform: uppercase; }
.pd-brand { color: var(--muted); font-weight: 600; margin-top: 6px; }
.pd-price { font-family: var(--font-head); font-weight: 800; font-size: 1.7rem; color: var(--green); margin: 14px 0 8px; }
.pd-price small { display: block; color: var(--muted); font-weight: 500; font-size: .8rem; margin-top: 2px; }

.pd-block { padding: 22px 0; border-top: 1px solid var(--line); }
.pd-block h2 { font-size: 1.05rem; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 12px; }
.pd-block-head { display: flex; align-items: baseline; justify-content: space-between; }
.pd-color-count { color: var(--muted); font-size: .88rem; }
.pd-desc { list-style: none; display: grid; gap: 9px; }
.pd-desc li { position: relative; padding-left: 22px; color: #c3ccc3; font-size: .97rem; }
.pd-desc li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.pd-block > p { color: #c3ccc3; font-size: .97rem; line-height: 1.7; }

.pd-selected { color: #c3ccc3; font-size: .95rem; margin-bottom: 12px; display: flex; align-items: center; }
.pd-selected strong { color: #fff; }
.pd-swatches { grid-template-columns: repeat(12, 1fr); }
@media (max-width: 520px){ .pd-swatches { grid-template-columns: repeat(9, 1fr); } }

.pd-veredelung { margin: 22px 0 18px; padding: 12px 16px; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; font-size: .9rem; color: #c3ccc3; }
.pd-veredelung span { color: var(--green); font-weight: 700; }
.pd-cta { margin-top: 4px; }
.pd-note { margin-top: 12px; color: var(--muted); font-size: .84rem; text-align: center; }
.pd-missing { text-align: center; padding: 80px 24px; }
.pd-missing h1 { text-transform: uppercase; margin-bottom: 12px; }
.pd-missing p { color: var(--muted); margin-bottom: 24px; }

@media (max-width: 860px) {
  .pd-grid { grid-template-columns: 1fr; gap: 30px; }
  .pd-media { position: static; }
}

/* ---------- Rechtsseiten (Impressum/Datenschutz/AGB) ---------- */
.legal { max-width: 840px; margin: 0 auto; padding: 70px 24px 90px; }
.legal .back { display: inline-block; margin-bottom: 26px; color: var(--muted); font-family: var(--font-head); font-weight: 600; font-size: .9rem; }
.legal .back:hover { color: var(--green); }
.legal h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); text-transform: uppercase; margin-bottom: 30px; }
.legal h2 { font-size: 1.3rem; margin: 36px 0 10px; color: #fff; }
.legal h3 { font-size: 1.02rem; margin: 22px 0 6px; color: var(--green); }
.legal p, .legal li { color: #c3ccc3; font-size: .96rem; line-height: 1.75; margin-bottom: 12px; }
.legal ul { padding-left: 22px; margin-bottom: 14px; }
.legal a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.legal strong { color: #eef2ee; }
.legal .legal-note { margin-top: 26px; padding: 16px 18px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: .9rem; color: var(--muted); }

/* ---------- Aktiver Nav-Zustand + Warenkorb-Button ---------- */
.main-nav a.active { color: var(--green); }
.cart-btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 12px; color: #fff; flex: none;
  border: 1px solid var(--line); background: var(--panel); transition: .18s;
}
.cart-btn:hover { border-color: var(--green); color: var(--green); }
.cart-btn svg { width: 21px; height: 21px; }
.cart-count {
  position: absolute; top: -7px; right: -7px; min-width: 19px; height: 19px; padding: 0 5px;
  display: grid; place-items: center; background: var(--green); color: #05230a;
  font-family: var(--font-head); font-weight: 800; font-size: .72rem; border-radius: 999px;
  border: 2px solid var(--bg);
}

/* ---------- News-Seite ---------- */
.news { padding: 40px 0 90px; }
.news-empty { text-align: center; color: var(--muted); padding: 30px 0; }
.news-empty a { color: var(--green); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s cubic-bezier(.2,.8,.2,1), border-color .2s, box-shadow .2s; }
.news-card:hover { transform: translateY(-5px); border-color: var(--green); box-shadow: var(--shadow-md); }
.news-card-media { aspect-ratio: 16/10; display: block; overflow: hidden; background: var(--panel-2); border-bottom: 1px solid var(--line); }
.news-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.news-card:hover .news-card-media img { transform: scale(1.04); }
.news-card-media--empty { display: grid; place-items: center; background: radial-gradient(120% 120% at 50% 30%, rgba(16,253,0,.14), var(--panel-2)); }
.news-card-media--empty .news-card-logo { width: 46%; height: auto; object-fit: contain; opacity: .9; }
.news-card-body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.news-date { font-family: var(--font-head); font-weight: 700; font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--green); }
.news-card-title { font-size: 1.22rem; line-height: 1.2; }
.news-card-title a { color: #fff; }
.news-card-title a:hover { color: var(--green); }
.news-card-body p { color: #b7c0b7; font-size: .95rem; flex: 1; }
.news-more { font-family: var(--font-head); font-weight: 700; font-size: .9rem; color: var(--green); margin-top: 4px; }
.news-teaser-more { text-align: center; margin-top: 34px; }

/* ---------- Einzelbeitrag ---------- */
.post { padding: 40px 0 90px; }
.post-wrap { max-width: 760px; margin: 0 auto; }
.post .back { display: inline-block; margin-bottom: 22px; color: var(--muted); font-family: var(--font-head); font-weight: 600; font-size: .9rem; }
.post .back:hover { color: var(--green); }
.post-title { font-size: clamp(1.9rem, 4.4vw, 3rem); text-transform: uppercase; margin: 8px 0 20px; }
.post-hero { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); margin-bottom: 26px; }
.post-body { color: #cbd3cb; font-size: 1.05rem; line-height: 1.8; }
.post-body p { margin-bottom: 18px; }
.draft-note { display: inline-block; background: rgba(224,163,74,.14); border: 1px solid rgba(224,163,74,.4); color: var(--gold); padding: 6px 14px; border-radius: 999px; font-size: .82rem; font-weight: 600; margin-bottom: 14px; }
.post-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--line); }
.post-missing { color: var(--muted); } .post-missing a { color: var(--green); }

/* ---------- Artikelseite: Kauf-Steuerung ---------- */
.pd-select {
  width: 100%; padding: 12px 14px; font: 500 .96rem var(--font-body); color: #fff;
  background: var(--bg); border: 1.5px solid var(--line); border-radius: 10px; cursor: pointer;
}
.pd-select:focus { outline: none; border-color: var(--green); }
.size-chip--btn { cursor: pointer; transition: .15s cubic-bezier(.2,.8,.2,1); }
.size-chip--btn:hover { border-color: var(--green); color: #fff; }
.size-chip--btn[aria-pressed="true"] { background: var(--green); color: #05230a; border-color: var(--green); }
.pd-buy { display: flex; gap: 12px; align-items: stretch; margin-top: 8px; }
.pd-qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; background: var(--panel); overflow: hidden; }
.qty-btn { width: 40px; height: 100%; min-height: 46px; background: none; border: 0; color: #fff; font-size: 1.3rem; cursor: pointer; transition: .15s; }
.qty-btn:hover { color: var(--green); }
.qty-input { width: 46px; text-align: center; background: none; border: 0; color: #fff; font: 700 1rem var(--font-head); -moz-appearance: textfield; }
.qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.pd-add { flex: 1; }
.pd-added { margin-top: 12px; color: var(--green); font-weight: 600; font-size: .92rem; }
.pd-added a { text-decoration: underline; text-underline-offset: 3px; }
.pd-added.flash { animation: kkflash .5s ease; }
@keyframes kkflash { 0% { transform: scale(.96); opacity: .4; } 100% { transform: scale(1); opacity: 1; } }

/* ---------- Warenkorb-Seite ---------- */
.cartpage { padding: 40px 0 90px; }
.cartpage .back { display: inline-block; margin-bottom: 20px; color: var(--muted); font-family: var(--font-head); font-weight: 600; font-size: .9rem; }
.cartpage .back:hover { color: var(--green); }
.cart-empty { text-align: center; color: var(--muted); padding: 40px 0; }
.cart-empty a { color: var(--green); }
.cart-list { display: grid; gap: 12px; max-width: 760px; margin: 0 auto; }
.cart-row { display: grid; grid-template-columns: 64px 1fr auto auto; align-items: center; gap: 16px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 16px; }
.cart-row-thumb { width: 64px; height: 64px; border-radius: 10px; overflow: hidden; background: linear-gradient(180deg,#fff,#eef1ee); display: grid; place-items: center; }
.cart-row-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.cart-row-name { font-family: var(--font-head); font-weight: 700; color: #fff; }
.cart-row-name small { color: var(--muted); font-weight: 500; }
.cart-row-meta { display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: 4px; color: #b7c0b7; font-size: .84rem; }
.cart-row-meta b { color: #dfe6df; font-weight: 600; }
.cart-row-qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; }
.cart-row-qty .qty-btn { min-height: 38px; width: 34px; font-size: 1.1rem; }
.cart-row-qty .qty-input { width: 40px; }
.cart-remove { width: 34px; height: 34px; border-radius: 8px; background: none; border: 1px solid var(--line); color: var(--muted); cursor: pointer; transition: .15s; }
.cart-remove:hover { border-color: #ff5b5b; color: #ff5b5b; }
.cart-foot { max-width: 760px; margin: 22px auto 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-top: 20px; border-top: 1px solid var(--line); }
.cart-count-text { font-family: var(--font-head); font-weight: 700; color: #fff; }
.cart-foot-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cart-note { max-width: 760px; margin: 18px auto 0; color: var(--muted); font-size: .84rem; text-align: center; }

/* ---------- Warenkorb-Box im Kontaktformular ---------- */
.cartbox { background: var(--bg); border: 1px solid var(--green); border-radius: var(--radius-sm); padding: 14px 16px; margin-bottom: 18px; }
.cartbox-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; color: #fff; }
.cartbox-head strong { font-family: var(--font-head); }
.cartbox-head a { color: var(--green); font-size: .88rem; text-decoration: underline; text-underline-offset: 3px; }
.cartbox-list { list-style: none; display: grid; gap: 6px; }
.cartbox-list li { color: #cbd3cb; font-size: .9rem; }
.cartbox-list .cbx-qty { color: var(--green); font-weight: 700; }
.cartbox-list small { color: var(--muted); }

/* ---------- Admin ---------- */
body.admin { background: var(--bg-2); }
.admin-auth { max-width: 380px; margin: 8vh auto; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; text-align: center; }
.admin-logo { height: 56px; width: auto; margin: 0 auto 16px; }
.admin-auth h1 { font-size: 1.5rem; text-transform: uppercase; }
.admin-sub { color: var(--muted); font-size: .92rem; margin: 8px 0 20px; }
.admin-err { background: rgba(255,91,91,.12); border: 1px solid rgba(255,91,91,.4); color: #ff8a8a; padding: 10px 14px; border-radius: 10px; font-size: .9rem; margin-bottom: 14px; }
.admin-ok { background: rgba(16,253,0,.1); border: 1px solid rgba(16,253,0,.4); color: var(--green); padding: 10px 14px; border-radius: 10px; font-size: .9rem; margin-bottom: 14px; }
.admin-form label { display: block; text-align: left; font-family: var(--font-head); font-weight: 600; font-size: .85rem; color: #cdd4cd; margin-bottom: 16px; }
.admin-form label small { color: var(--muted); font-weight: 400; }
.admin-form input[type=text], .admin-form input[type=password], .admin-form input[type=date], .admin-form textarea {
  width: 100%; margin-top: 7px; padding: 12px 14px; font: 400 .96rem var(--font-body); color: #fff;
  background: var(--bg); border: 1.5px solid var(--line); border-radius: 9px;
}
.admin-form textarea { resize: vertical; line-height: 1.6; }
.admin-form input:focus, .admin-form textarea:focus { outline: none; border-color: var(--green); }
.admin-back { margin-top: 16px; } .admin-back a { color: var(--muted); font-size: .88rem; }
.admin-bar { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; background: rgba(11,13,11,.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.admin-brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 800; color: #fff; }
.admin-brand img { height: 30px; }
.admin-bar-right { display: flex; gap: 18px; }
.admin-link { color: #cdd4cd; font-weight: 600; font-size: .9rem; }
.admin-link:hover { color: var(--green); }
.admin-del { background: none; border: 0; cursor: pointer; color: #ff8a8a; font: inherit; font-weight: 600; }
.admin-del:hover { color: #ff5b5b; }
.admin-main { max-width: 840px; margin: 0 auto; padding: 30px 24px 80px; }
.admin-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.admin-head h1 { font-size: 1.8rem; text-transform: uppercase; }
.admin-empty { color: var(--muted); padding: 30px 0; }
.admin-table { width: 100%; border-collapse: collapse; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.admin-table th, .admin-table td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line); font-size: .92rem; }
.admin-table th { font-family: var(--font-head); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-table .at-title { color: #fff; font-weight: 600; }
.at-actions { display: flex; gap: 14px; align-items: center; white-space: nowrap; }
.badge { display: inline-block; font-size: .72rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; }
.badge-on { background: rgba(16,253,0,.12); color: var(--green); border: 1px solid rgba(16,253,0,.35); }
.badge-off { background: rgba(224,163,74,.12); color: var(--gold); border: 1px solid rgba(224,163,74,.35); }
.admin-editor { max-width: 100%; }
.admin-editor .admin-row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 18px; align-items: end; }
.admin-check { display: flex !important; align-items: center; gap: 10px; font-family: var(--font-body) !important; font-weight: 400 !important; }
.admin-check input { width: auto !important; margin: 0 !important; accent-color: var(--green); }
.admin-image-preview { margin-top: 10px; display: flex; align-items: center; gap: 16px; }
.admin-image-preview img { width: 110px; border-radius: 10px; border: 1px solid var(--line); }
.admin-actions { display: flex; gap: 12px; margin-top: 10px; }
.admin-pw { margin-top: 40px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 22px; }
.admin-pw summary { cursor: pointer; font-family: var(--font-head); font-weight: 700; padding: 14px 0; color: #fff; }
.admin-pw .admin-form { max-width: 360px; padding-bottom: 16px; }

@media (max-width: 900px) {
  .news-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .news-grid { grid-template-columns: 1fr; }
  .cart-row { grid-template-columns: 52px 1fr; grid-template-areas: "t i" "q r"; }
  .cart-row-thumb { grid-area: t; width: 52px; height: 52px; }
  .cart-row-info { grid-area: i; }
  .cart-row-qty { grid-area: q; justify-self: start; margin-top: 8px; }
  .cart-remove { grid-area: r; justify-self: end; margin-top: 8px; }
  .admin-editor .admin-row { grid-template-columns: 1fr; }
  .at-actions { flex-wrap: wrap; gap: 8px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
  .shop-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .config { grid-template-columns: 1fr; }
  .config-preview { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .main-nav {
    position: fixed; inset: 72px 0 auto 0; flex-direction: column; gap: 0; align-items: stretch;
    background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 12px 24px 20px;
    transform: translateY(-130%); transition: transform .28s ease; box-shadow: var(--shadow-md);
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { text-align: center; margin-top: 10px; border-bottom: 0 !important; }
  .nav-toggle { display: flex; }
  .section { padding: 64px 0; }
  .cards, .shop-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .swatches { grid-template-columns: repeat(8, 1fr); }
  .footer-inner { grid-template-columns: 1fr; }
  .config { padding: 24px; }
}
@media (max-width: 420px) {
  .shop-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .btn:active, .product:active, .card:active, .filter-btn:active, .product-ask:active, .nav-cta:active { transform: none !important; }
}

/* Weniger Transparenz: durchscheinende Flächen werden solide */
@media (prefers-reduced-transparency: reduce) {
  .site-header { background: var(--bg); backdrop-filter: none; }
}

/* Höherer Kontrast: definierte Ränder & hellere Sekundärtexte */
@media (prefers-contrast: more) {
  .card, .product, .faq-list details,
  .contact-form input, .contact-form textarea, .contact-form select { border-color: #566056; }
  .section-sub, .lead, .product-brand, .card p, .pd-block > p, .pd-desc li { color: #dfe6df; }
}
