/*
Theme Name: Christian Csida
Theme URI: https://www.christiancsida.com
Author: Christian Csida
Description: Bilingual (DE/EN) coaching theme - nutrition, fitness and mindset, science-based and plant-based focused. Sky-blue, responsive, language toggle, demo shop cart, Customizer controls, legal pages and cookie notice.
Version: 1.5.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: christian-csida
*/
/* ============================================================
   Christian Csida â€” Sport Â· ErnÃ¤hrung Â· Mindset
   Design system: sky-blue + white, clean & premium
   ============================================================ */

:root {
  /* Brand */
  --sky-50:  #F0F9FF;
  --sky-100: #E0F2FE;
  --sky-200: #BAE6FD;
  --sky-300: #7DD3FC;
  --sky-400: #38BDF8;
  --sky-500: #0EA5E9;
  --sky-600: #0284C7;
  --sky-700: #0369A1;

  /* Neutrals */
  --ink:      #0F172A;
  --ink-soft: #1E293B;
  --muted:    #475569;
  --muted-2:  #64748B;
  --line:     #E2E8F0;
  --line-2:   #EEF2F7;
  --surface:  #FFFFFF;
  --bg:       #FBFDFF;

  /* Accent for variety */
  --mint:   #14B8A6;
  --amber:  #F59E0B;

  /* Effects */
  --shadow-sm: 0 1px 2px rgba(15,23,42,.04), 0 1px 3px rgba(15,23,42,.06);
  --shadow-md: 0 4px 12px rgba(15,23,42,.06), 0 12px 28px rgba(2,132,199,.08);
  --shadow-lg: 0 18px 50px rgba(2,132,199,.16);
  --ring: 0 0 0 4px rgba(14,165,233,.18);

  --radius-sm: 12px;
  --radius:    18px;
  --radius-lg: 28px;
  --radius-xl: 36px;

  --container: 1200px;
  --header-h: 76px;

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 8px; }

h1, h2, h3, h4 {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
}

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding-block: clamp(64px, 9vw, 120px); position: relative; }
.section--tint { background: var(--sky-50); }
.center { text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--sky-600);
  background: var(--sky-100);
  padding: 7px 14px; border-radius: 999px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sky-500); }
.h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
.h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); }
.h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--muted); max-width: 56ch; }
.muted { color: var(--muted); }
.text-balance { text-wrap: balance; }
.mx-auto { margin-inline: auto; }
.mt-2 { margin-top: .5rem; } .mt-4 { margin-top: 1rem; } .mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; } .mt-12 { margin-top: 3rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600; font-size: .98rem;
  padding: 14px 26px; border-radius: 999px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), color .2s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--sky-500); color: #fff; box-shadow: 0 8px 20px rgba(14,165,233,.28); }
.btn--primary:hover { background: var(--sky-600); box-shadow: 0 12px 26px rgba(2,132,199,.34); transform: translateY(-2px); }
.btn--ghost { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn--ghost:hover { box-shadow: inset 0 0 0 1.5px var(--sky-300); color: var(--sky-700); transform: translateY(-2px); }
.btn--soft { background: var(--sky-100); color: var(--sky-700); }
.btn--soft:hover { background: var(--sky-200); transform: translateY(-2px); }
.btn--sm { padding: 10px 18px; font-size: .9rem; }
.btn--block { width: 100%; }

.icon-btn {
  width: 44px; height: 44px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; box-shadow: inset 0 0 0 1.5px var(--line);
  transition: .2s var(--ease);
}
.icon-btn:hover { box-shadow: inset 0 0 0 1.5px var(--sky-300); color: var(--sky-600); }
.icon-btn svg { width: 20px; height: 20px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.scrolled { border-bottom-color: var(--line-2); box-shadow: 0 6px 24px rgba(15,23,42,.05); }
.nav { display: flex; align-items: center; gap: 28px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 11px; font-family: "Plus Jakarta Sans"; font-weight: 800; font-size: 1.18rem; letter-spacing: -.02em; }
.brand .mark {
  width: 40px; height: 40px; border-radius: 12px;
  display: grid; place-items: center; color: #fff;
  background: linear-gradient(135deg, var(--sky-400), var(--sky-600));
  box-shadow: 0 6px 16px rgba(2,132,199,.3);
}
.brand .mark svg { width: 22px; height: 22px; }
.brand-logo { width: 44px; height: 44px; object-fit: contain; display: block; }
.site-header .brand-logo { filter: drop-shadow(0 3px 8px rgba(2,132,199,.18)); }
.site-footer .brand-logo { filter: brightness(0) invert(1); }
.brand small { display: block; font-family: "Inter"; font-weight: 500; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-2); margin-top: 1px; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-inline: auto; }
.nav-links a {
  padding: 9px 15px; border-radius: 999px; font-weight: 500; font-size: .96rem; color: var(--ink-soft);
  transition: .18s var(--ease);
}
.nav-links a:hover { background: var(--sky-50); color: var(--sky-700); }
.nav-links a.active { color: var(--sky-700); background: var(--sky-100); font-weight: 600; }
.nav-actions { display: flex; align-items: center; gap: 10px; }

.lang-toggle { display: inline-flex; background: var(--sky-50); border-radius: 999px; padding: 3px; gap: 2px; }
.lang-toggle button { padding: 6px 12px; border-radius: 999px; font-size: .82rem; font-weight: 700; color: var(--muted-2); transition: .18s; }
.lang-toggle button.active { background: #fff; color: var(--sky-700); box-shadow: var(--shadow-sm); }

.cart-btn { position: relative; }
.cart-count {
  position: absolute; top: -4px; right: -4px;
  min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px;
  background: var(--sky-500); color: #fff; font-size: 11px; font-weight: 800;
  display: grid; place-items: center; box-shadow: 0 0 0 2px #fff;
}
.cart-count[data-empty="true"] { display: none; }

.menu-toggle { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(36px, 6vw, 70px); padding-bottom: clamp(60px, 8vw, 110px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { margin-top: 22px; }
.hero .lead { margin-top: 20px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.avatars { display: flex; }
.avatars img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; margin-left: -12px; box-shadow: var(--shadow-sm); }
.avatars img:first-child { margin-left: 0; }
.proof-text { font-size: .9rem; }
.proof-text strong { display: block; font-family: "Plus Jakarta Sans"; color: var(--ink); }
.stars { color: var(--amber); letter-spacing: 1px; }

/* Hero media: circular portrait + orbit */
.hero-media { position: relative; aspect-ratio: 1; max-width: 520px; margin-inline: auto; width: 100%; }
.hero-orbit { position: absolute; inset: 0; border-radius: 50%; border: 1.5px dashed var(--sky-200); }
.hero-portrait {
  position: absolute; inset: 9%; border-radius: 50%; overflow: hidden;
  background: linear-gradient(160deg, var(--sky-100), var(--sky-200));
  box-shadow: var(--shadow-lg);
}
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; }
.orbit-chip {
  position: absolute; display: inline-flex; align-items: center; gap: 8px;
  background: #fff; padding: 9px 14px; border-radius: 999px;
  box-shadow: var(--shadow-md); font-size: .85rem; font-weight: 600; white-space: nowrap;
  animation: float 6s ease-in-out infinite;
}
.orbit-chip .ic { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; color: #fff; }
.orbit-chip .ic svg { width: 15px; height: 15px; }
.orbit-chip.c1 { top: 4%; left: 50%; transform: translateX(-50%); }
.orbit-chip.c2 { top: 42%; right: -6%; animation-delay: -1.5s; }
.orbit-chip.c3 { bottom: 6%; left: -4%; animation-delay: -3s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.hero-media.c1-fix .orbit-chip.c1 { transform: translateX(-50%); }

.blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .5; z-index: -1; pointer-events: none; }
.blob--1 { width: 460px; height: 460px; background: var(--sky-200); top: -160px; right: -120px; }
.blob--2 { width: 380px; height: 380px; background: #CFFAFE; bottom: -160px; left: -140px; opacity: .4; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { padding: 26px 22px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--line-2); }
.stat .num { font-family: "Plus Jakarta Sans"; font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 800; color: var(--sky-600); letter-spacing: -.03em; }
.stat .lbl { color: var(--muted); font-size: .92rem; margin-top: 4px; }

/* ---------- Partners ---------- */
.partners { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(28px, 6vw, 64px); opacity: .75; }
.partners span { font-family: "Plus Jakarta Sans"; font-weight: 800; font-size: 1.15rem; color: var(--muted-2); letter-spacing: -.01em; }

/* ---------- Section heads ---------- */
.section-head { max-width: 640px; }
.section-head.center { margin-inline: auto; }
.section-head .h2 { margin-top: 16px; }
.section-head p { margin-top: 16px; }

/* ---------- Feature / service cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.card {
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius-lg);
  padding: 32px; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--sky-200); }
.card .ic-badge {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; color: #fff;
  background: linear-gradient(135deg, var(--sky-400), var(--sky-600)); box-shadow: 0 8px 18px rgba(2,132,199,.25);
}
.card .ic-badge svg { width: 28px; height: 28px; }
.card h3 { margin-top: 22px; font-size: 1.3rem; }
.card p { margin-top: 10px; color: var(--muted); font-size: .98rem; }
.card .card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; color: var(--sky-600); font-weight: 600; font-size: .95rem; }
.card .card-link svg { width: 16px; height: 16px; transition: transform .2s; }
.card:hover .card-link svg { transform: translateX(4px); }

/* Approach / orbit section */
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,64px); align-items: center; }
.pillar-list { display: grid; gap: 14px; }
.pillar {
  display: flex; gap: 16px; align-items: flex-start; padding: 20px;
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius); box-shadow: var(--shadow-sm);
  transition: .2s var(--ease);
}
.pillar:hover { border-color: var(--sky-200); box-shadow: var(--shadow-md); }
.pillar .num { font-family: "Plus Jakarta Sans"; font-weight: 800; color: var(--sky-300); font-size: 1.6rem; line-height: 1; min-width: 38px; }
.pillar h4 { font-size: 1.1rem; }
.pillar p { color: var(--muted); font-size: .94rem; margin-top: 4px; }

.media-round { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; background: var(--sky-100); }
.media-round img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Testimonials ---------- */
.tcard {
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 18px; height: 100%;
}
.tcard .quote { color: var(--ink-soft); font-size: 1.02rem; }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tcard .who img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.tcard .who strong { font-family: "Plus Jakarta Sans"; display: block; font-size: .98rem; }
.tcard .who span { color: var(--muted-2); font-size: .85rem; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; overflow: hidden; border-radius: var(--radius-xl);
  background: linear-gradient(135deg, var(--sky-600), var(--sky-500) 55%, var(--sky-400));
  color: #fff; padding: clamp(40px, 6vw, 72px); text-align: center;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); max-width: 52ch; margin: 16px auto 0; }
.cta-band .btn--primary { background: #fff; color: var(--sky-700); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.cta-band .btn--primary:hover { background: #fff; color: var(--sky-800); }
.cta-band .btn--ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.5); }
.cta-band .btn--ghost:hover { background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1.5px #fff; }
.cta-band .deco { position: absolute; border-radius: 50%; border: 40px solid rgba(255,255,255,.07); }
.cta-band .deco.d1 { width: 360px; height: 360px; top: -180px; right: -80px; }
.cta-band .deco.d2 { width: 240px; height: 240px; bottom: -140px; left: -60px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #CBD5E1; padding-block: 64px 28px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.site-footer .brand { color: #fff; }
.site-footer .brand .mark { box-shadow: none; }
.site-footer p { color: #94A3B8; margin-top: 16px; max-width: 34ch; font-size: .95rem; }
.footer-col h5 { color: #fff; font-family: "Plus Jakarta Sans"; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col a { display: block; color: #94A3B8; padding: 6px 0; font-size: .95rem; transition: color .15s; }
.footer-col a:hover { color: var(--sky-300); }
.socials { display: flex; gap: 10px; margin-top: 20px; }
.socials a { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.06); color: #CBD5E1; transition: .2s; }
.socials a:hover { background: var(--sky-500); color: #fff; transform: translateY(-2px); }
.socials svg { width: 19px; height: 19px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); color: #64748B; font-size: .88rem; }
.footer-bottom a { color: #94A3B8; }
.footer-bottom a:hover { color: var(--sky-300); }
.footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding-top: clamp(48px,6vw,84px); padding-bottom: clamp(40px,5vw,64px); text-align: center; position: relative; overflow: hidden; }
.page-hero .crumbs { font-size: .88rem; color: var(--muted-2); margin-bottom: 18px; }
.page-hero .crumbs a:hover { color: var(--sky-600); }

/* ---------- Pricing (Angebot) ---------- */
.price-card { display: flex; flex-direction: column; position: relative; }
.price-card.featured { border: 1.5px solid var(--sky-400); box-shadow: var(--shadow-md); position: relative; }
.price-tag { position: absolute; top: 20px; right: 20px; background: var(--sky-500); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.price { font-family: "Plus Jakarta Sans"; font-size: 2.6rem; font-weight: 800; letter-spacing: -.03em; margin-top: 8px; }
.price small { font-size: .95rem; font-weight: 500; color: var(--muted-2); }
.feature-list { display: grid; gap: 12px; margin: 22px 0 26px; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-soft); font-size: .96rem; }
.feature-list .tick { width: 22px; height: 22px; border-radius: 50%; background: var(--sky-100); color: var(--sky-600); display: grid; place-items: center; flex: none; margin-top: 1px; }
.feature-list .tick svg { width: 13px; height: 13px; }
.price-card .btn { margin-top: auto; }

/* ---------- Offer groups (Angebot) ---------- */
.intro-banner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px;
  background: linear-gradient(120deg, var(--sky-50), var(--sky-100));
  border: 1px solid var(--sky-200); border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 38px);
}
.intro-banner h3 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-top: 8px; }
.intro-banner p { color: var(--muted); margin-top: 6px; }
.offer-group + .offer-group { margin-top: clamp(40px, 6vw, 72px); }
.group-label { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
.group-label h2 { font-size: clamp(1.35rem, 2.6vw, 1.9rem); white-space: nowrap; }
.group-label .line { height: 1px; background: var(--line); flex: 1; }
.price-rows { display: grid; gap: 10px; margin: 4px 0 22px; }
.price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-bottom: 11px; border-bottom: 1px dashed var(--line); }
.price-row:last-child { border-bottom: none; padding-bottom: 0; }
.price-row .pr-lbl { color: var(--muted); font-size: .95rem; }
.price-row .pr-val { font-family: "Plus Jakarta Sans"; font-weight: 800; font-size: 1.3rem; color: var(--ink); letter-spacing: -.02em; }
.price-ask { font-family: "Plus Jakarta Sans"; font-weight: 800; font-size: 1.7rem; color: var(--sky-600); letter-spacing: -.02em; margin: 8px 0 20px; }
.price-single { font-family: "Plus Jakarta Sans"; font-weight: 800; font-size: 2.2rem; color: var(--ink); letter-spacing: -.03em; margin: 6px 0 20px; }
.offer-note { font-size: .9rem; color: var(--sky-700); background: var(--sky-50); border-radius: 12px; padding: 12px 14px; margin-bottom: 20px; line-height: 1.5; }

/* ---------- About facts ---------- */
.facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.fact { background: var(--sky-50); border-radius: var(--radius); padding: 22px; }
.fact .num { font-family: "Plus Jakarta Sans"; font-weight: 800; font-size: 1.9rem; color: var(--sky-600); }
.fact .lbl { color: var(--muted); font-size: .9rem; margin-top: 2px; }
.timeline { display: grid; gap: 0; }
.tl-item { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); }
.tl-item:first-child { border-top: none; }
.tl-year { font-family: "Plus Jakarta Sans"; font-weight: 800; color: var(--sky-500); font-size: 1.1rem; }
.tl-item h4 { font-size: 1.15rem; }
.tl-item p { color: var(--muted); margin-top: 6px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px,5vw,56px); align-items: start; }
.contact-info { display: grid; gap: 18px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px; background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.info-item .ic { width: 46px; height: 46px; border-radius: 13px; flex: none; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--sky-400),var(--sky-600)); }
.info-item .ic svg { width: 22px; height: 22px; }
.info-item h4 { font-size: 1rem; }
.info-item p, .info-item a { color: var(--muted); font-size: .95rem; margin-top: 3px; }
.info-item a:hover { color: var(--sky-600); }
.form-card { background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: clamp(24px,4vw,40px); box-shadow: var(--shadow-md); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 7px; color: var(--ink-soft); }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 16px; border-radius: 12px; border: 1.5px solid var(--line);
  font: inherit; font-size: .98rem; color: var(--ink); background: var(--bg); transition: .18s;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--sky-400); background: #fff; box-shadow: var(--ring); }
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: .82rem; color: var(--muted-2); margin-top: 8px; }
.form-success { display: none; padding: 16px; border-radius: 12px; background: #ECFDF5; color: #047857; font-weight: 600; margin-top: 14px; }
.form-success.show { display: block; }

/* ---------- Shop ---------- */
.shop-layout { display: grid; gap: 28px; }
.shop-toolbar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { padding: 8px 16px; border-radius: 999px; background: #fff; border: 1.5px solid var(--line); font-weight: 600; font-size: .88rem; color: var(--muted); transition: .18s; }
.chip:hover { border-color: var(--sky-300); color: var(--sky-700); }
.chip.active { background: var(--sky-500); border-color: var(--sky-500); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.product {
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease); display: flex; flex-direction: column;
}
.product:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.product .thumb { aspect-ratio: 4/3; background: linear-gradient(150deg, var(--sky-100), var(--sky-200)); position: relative; display: grid; place-items: center; }
.product .thumb svg { width: 64px; height: 64px; color: var(--sky-400); opacity: .8; }
.product .badge { position: absolute; top: 14px; left: 14px; background: #fff; color: var(--sky-700); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; padding: 5px 11px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.product .body { padding: 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product .cat { font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--sky-500); }
.product h3 { font-size: 1.18rem; }
.product .desc { color: var(--muted); font-size: .92rem; }
.product .foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.product .price-now { font-family: "Plus Jakarta Sans"; font-weight: 800; font-size: 1.35rem; }
.product .price-now small { font-size: .85rem; color: var(--muted-2); font-weight: 500; }

/* Cart drawer */
.drawer-overlay { position: fixed; inset: 0; background: rgba(15,23,42,.45); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: .3s; z-index: 90; }
.drawer-overlay.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 92vw); background: #fff; z-index: 100;
  transform: translateX(100%); transition: transform .35s var(--ease); display: flex; flex-direction: column; box-shadow: -20px 0 60px rgba(15,23,42,.2);
}
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line-2); }
.drawer-head h3 { font-size: 1.25rem; }
.drawer-items { flex: 1; overflow-y: auto; padding: 18px 24px; display: flex; flex-direction: column; gap: 14px; }
.cart-item { display: grid; grid-template-columns: 60px 1fr auto; gap: 14px; align-items: center; }
.cart-item .ci-thumb { width: 60px; height: 60px; border-radius: 12px; background: linear-gradient(150deg,var(--sky-100),var(--sky-200)); display: grid; place-items: center; }
.cart-item .ci-thumb svg { width: 28px; height: 28px; color: var(--sky-400); }
.cart-item .ci-name { font-weight: 600; font-size: .95rem; }
.cart-item .ci-price { color: var(--muted); font-size: .88rem; }
.qty { display: inline-flex; align-items: center; gap: 4px; margin-top: 6px; }
.qty button { width: 26px; height: 26px; border-radius: 8px; background: var(--sky-50); color: var(--sky-700); font-weight: 800; display: grid; place-items: center; transition: .15s; }
.qty button:hover { background: var(--sky-200); }
.qty span { min-width: 24px; text-align: center; font-weight: 600; font-size: .9rem; }
.ci-remove { color: var(--muted-2); transition: .15s; }
.ci-remove:hover { color: #DC2626; }
.ci-remove svg { width: 18px; height: 18px; }
.drawer-empty { text-align: center; color: var(--muted-2); padding: 60px 20px; }
.drawer-empty svg { width: 54px; height: 54px; color: var(--sky-200); margin: 0 auto 14px; }
.drawer-foot { padding: 22px 24px; border-top: 1px solid var(--line-2); }
.drawer-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.drawer-total .t-lbl { color: var(--muted); }
.drawer-total .t-val { font-family: "Plus Jakarta Sans"; font-weight: 800; font-size: 1.5rem; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 150;
  max-width: 760px; margin-inline: auto;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 16px 20px;
  transform: translateY(140%); opacity: 0; transition: transform .4s var(--ease), opacity .4s var(--ease);
}
.cookie-banner.show { transform: none; opacity: 1; }
.cookie-banner .cookie-text { flex: 1; min-width: 220px; margin: 0; font-size: .9rem; color: var(--muted); line-height: 1.55; }
.cookie-banner .cookie-text a { color: var(--sky-600); font-weight: 600; }
.cookie-banner .cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 520px) { .cookie-banner .cookie-actions, .cookie-banner .cookie-actions .btn { width: 100%; } }

/* ---------- Legal pages ---------- */
.legal { max-width: 820px; margin-inline: auto; }
.legal h2 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); margin-top: 2.4rem; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { font-size: 1.05rem; margin-top: 1.5rem; }
.legal p { color: var(--muted); margin-top: .8rem; }
.legal address { font-style: normal; color: var(--ink-soft); line-height: 1.8; margin-top: .6rem; }
.legal a { color: var(--sky-600); word-break: break-word; }
.legal a:hover { color: var(--sky-700); }
.legal .note { background: var(--sky-50); border: 1px solid var(--sky-200); border-radius: var(--radius); padding: 18px 20px; color: var(--ink-soft); margin-top: 1.4rem; }
.legal ul.list { list-style: disc; padding-left: 1.4rem; margin-top: .8rem; color: var(--muted); }
.legal ul.list li { margin-top: .4rem; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 380px; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .grid-3, .product-grid { grid-template-columns: repeat(2,1fr); }
  .approach-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 760px) {
  .nav-links, .nav-actions .desktop-only { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: stretch; gap: 4px;
    position: absolute; top: var(--header-h); left: 12px; right: 12px; margin: 0;
    background: #fff; padding: 14px; border-radius: var(--radius); box-shadow: var(--shadow-lg); border: 1px solid var(--line-2);
  }
  .nav-links.open a { padding: 12px 16px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .grid-3, .grid-2, .product-grid, .stats, .facts { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .tl-item { grid-template-columns: 1fr; gap: 8px; }
  .hero-cta .btn { flex: 1; }
  .orbit-chip.c2 { right: -2%; } .orbit-chip.c3 { left: -2%; }
  .group-label h2 { white-space: normal; }
  .intro-banner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .nav { gap: 12px; }
  .brand { font-size: 1.02rem; gap: 9px; }
  .brand small { display: none; }            /* keep header tidy on phones */
  .brand-logo { width: 38px; height: 38px; }
  .lang-toggle button { padding: 6px 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}


/* ---------- Referenzen-Slider ---------- */
.logo-marquee { overflow: hidden; width: 100%; padding: 8px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.logo-track { display: flex; align-items: center; gap: 3.5rem; width: max-content; animation: cc-marquee 28s linear infinite; }
.logo-track img { height: 52px; width: auto; object-fit: contain; flex: none; opacity: .85; transition: opacity .2s; }
.logo-track img:hover { opacity: 1; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
@keyframes cc-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .logo-track { animation: none; flex-wrap: wrap; justify-content: center; gap: 2rem; } }


/* ---------- Schwerpunkte-Chips ---------- */
.focus-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 2rem; }
.focus-chips span { background: var(--sky-100); color: var(--sky-700); font-family: "Plus Jakarta Sans"; font-weight: 700; font-size: clamp(.95rem, 1.6vw, 1.1rem); padding: 12px 24px; border-radius: 999px; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.focus-chips span:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }


/* ---------- Mobile-Chip & Rechtstext-Fix ---------- */
.legal { opacity: 1 !important; transform: none !important; }
@media (max-width: 620px) { .orbit-chip.c2 { top: 50%; } }

/* ---------- Schwebende Chips kleiner (mobile) ---------- */
@media (max-width: 620px) {
  .orbit-chip { padding: 6px 10px; font-size: .72rem; gap: 6px; }
  .orbit-chip .ic { width: 20px; height: 20px; }
  .orbit-chip .ic svg { width: 12px; height: 12px; }
}
