/* tradan.de – Stylesheet · CI: Beeren-Rot auf warmem Papier */

@font-face { font-family: "Archivo"; font-weight: 500; font-style: normal; font-display: swap; src: url("../fonts/archivo-500-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122; }
@font-face { font-family: "Archivo"; font-weight: 500; font-style: normal; font-display: swap; src: url("../fonts/archivo-500-latinext.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Archivo"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/archivo-600-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122; }
@font-face { font-family: "Archivo"; font-weight: 600; font-style: normal; font-display: swap; src: url("../fonts/archivo-600-latinext.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Archivo"; font-weight: 700; font-style: normal; font-display: swap; src: url("../fonts/archivo-700-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122; }
@font-face { font-family: "Archivo"; font-weight: 700; font-style: normal; font-display: swap; src: url("../fonts/archivo-700-latinext.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Archivo"; font-weight: 800; font-style: normal; font-display: swap; src: url("../fonts/archivo-800-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122; }
@font-face { font-family: "Archivo"; font-weight: 800; font-style: normal; font-display: swap; src: url("../fonts/archivo-800-latinext.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --berry: #a81d3f;
  --berry-deep: #871732;
  --berry-soft: #f7ecef;
  --paper: #f6f4f2;
  --ink: #1a1a1a;
  --muted: #5a5350;
  --line: #e7ded9;
  --white: #ffffff;
  --radius: 12px;
  --wrap: 1120px;
}

* { box-sizing: border-box; }
html { -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Archivo", -apple-system, "Segoe UI", sans-serif;
  font-weight: 500;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  font-size: 1.0625rem;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--berry); }
h1, h2, h3 { line-height: 1.12; margin: 0; letter-spacing: -0.015em; text-wrap: balance; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--berry); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--berry); color: var(--white); }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2rem); }

.skip {
  position: absolute; left: 1rem; top: -3.5rem; z-index: 100;
  background: var(--ink); color: var(--white); padding: 0.6rem 1rem;
  border-radius: 8px; text-decoration: none; transition: top 0.2s;
}
.skip:focus { top: 1rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s;
}
.site-header.scrolled { box-shadow: 0 8px 24px -18px rgba(26, 26, 26, 0.35); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 0.8rem; }
.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1.15; }
.brand:hover b { color: var(--berry-deep); }
.brand b { font-size: 1.45rem; font-weight: 800; letter-spacing: 0.14em; color: var(--berry); }
.brand span { font-size: 0.66rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.site-nav { display: flex; gap: 1.6rem; }
.site-nav a { font-size: 0.95rem; font-weight: 600; color: var(--ink); text-decoration: none; }
.site-nav a:hover { color: var(--berry); }

/* Buttons – ein Intent, ein Label */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font: inherit; font-size: 1rem; font-weight: 700;
  padding: 0.78rem 1.35rem; border-radius: 9px;
  text-decoration: none; cursor: pointer; border: 2px solid transparent;
  touch-action: manipulation; transition: background 0.18s, color 0.18s, border-color 0.18s;
}
.btn--primary { background: var(--berry); color: var(--white); }
.btn--primary:hover { background: var(--berry-deep); }
.btn--ghost { background: transparent; color: var(--berry); border-color: var(--berry); }
.btn--ghost:hover { background: var(--berry-soft); }
.btn--onberry { background: var(--white); color: var(--berry); }
.btn--onberry:hover { background: var(--berry-soft); }
.btn--sm { font-size: 0.92rem; padding: 0.55rem 1rem; }
.btn svg { width: 1.05em; height: 1.05em; flex: none; }

/* Hero */
.hero { background: var(--paper); overflow: clip; }
.hero-inner {
  display: grid; grid-template-columns: 1.12fr 0.88fr; gap: clamp(2rem, 5vw, 4rem);
  align-items: center; padding-block: clamp(3rem, 7vw, 5.5rem);
}
.eyebrow {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--berry); margin-bottom: 1rem;
}
.hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); font-weight: 800; }
.hero h1 em { font-style: normal; color: var(--berry); }
.hero .lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--muted); max-width: 34rem; margin-block: 1.2rem 1.7rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.hero-meta { margin-top: 1.4rem; font-size: 0.85rem; font-weight: 600; color: var(--muted); letter-spacing: 0.02em; }
.hero-figure { margin: 0; position: relative; }
.hero-figure img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 30px 60px -30px rgba(80, 15, 35, 0.5);
}
.hero-figure figcaption {
  margin-top: 0.7rem; color: var(--muted);
  font-size: 0.85rem; font-weight: 600;
}

/* Fakten-Leiste */
.facts { border-block: 1px solid var(--line); background: var(--white); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 1.35rem 1.2rem; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact b { display: block; font-size: 1.25rem; font-weight: 800; color: var(--berry); font-variant-numeric: tabular-nums; }
.fact span { font-size: 0.86rem; color: var(--muted); }

/* Sektionen */
.section { padding-block: clamp(3.2rem, 7vw, 5.5rem); }
.section--alt { background: var(--paper); }
.section-head { max-width: 46rem; margin-bottom: clamp(1.8rem, 4vw, 2.8rem); }
.section h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); font-weight: 800; margin-top: 0.45rem; }
.section-head p { color: var(--muted); margin-top: 0.9rem; }
section[id] { scroll-margin-top: 5.5rem; }

/* Sortiment */
.produkt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.produkt-grid--rest { grid-template-columns: repeat(3, 1fr); margin-top: 1.1rem; }
.produkt {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: clip; display: flex; flex-direction: column;
}
.produkt-foto { overflow: clip; }
.produkt-foto img { width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; transition: transform 0.5s ease; }
.produkt:hover .produkt-foto img { transform: scale(1.04); }
.produkt-body { padding: 1.05rem 1.15rem 1.2rem; display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.produkt h3 { font-size: 1.12rem; font-weight: 700; }
.produkt .spec { font-size: 0.87rem; color: var(--muted); flex: 1; }
.produkt .link {
  font-size: 0.9rem; font-weight: 700; color: var(--berry); text-decoration: none; margin-top: 0.5rem;
}
.produkt .link:hover { text-decoration: underline; }
.produkt--txt { background: #fdf9f6; justify-content: center; }
.produkt--txt .produkt-body { padding-block: 1.6rem; }
.sortiment-note { margin-top: 1.5rem; font-size: 0.88rem; color: var(--muted); }

/* Ablauf */
.ablauf-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.35rem; }
.step { display: flex; gap: 1rem; }
.step > div { min-width: 0; }
.step-n {
  flex: none; width: 2.1rem; height: 2.1rem; border-radius: 50%;
  background: var(--berry); color: var(--white);
  font-weight: 800; font-size: 1rem; display: grid; place-items: center;
  font-variant-numeric: tabular-nums;
}
.step h3 { font-size: 1.12rem; font-weight: 700; margin-bottom: 0.25rem; }
.step p { font-size: 0.95rem; color: var(--muted); }
.video-figure { margin: 0; }
.video-figure video { width: 100%; border-radius: var(--radius); background: #241418; box-shadow: 0 24px 50px -28px rgba(80, 15, 35, 0.5); }
.video-figure figcaption { font-size: 0.85rem; color: var(--muted); margin-top: 0.7rem; }

/* Über */
.ueber-text { max-width: 44rem; color: var(--muted); display: grid; gap: 1rem; font-size: 1.05rem; }
.ueber-text strong { color: var(--ink); }
.ueber-sig { margin-top: 1.4rem; font-weight: 700; color: var(--ink); }
.ueber-sig span { display: block; font-size: 0.85rem; font-weight: 600; color: var(--muted); }

/* Kontakt */
.kontakt { background: var(--berry); color: var(--white); text-align: center; }
.kontakt h2 { color: var(--white); }
.kontakt .sub { color: #f2d5dd; margin: 0.8rem auto 1.8rem; max-width: 34rem; }
.kontakt-lines { display: flex; flex-wrap: wrap; gap: 1.2rem 2.4rem; justify-content: center; margin-bottom: 1.9rem; }
.kontakt-lines a {
  display: inline-flex; align-items: center; gap: 0.6rem;
  color: var(--white); text-decoration: none; font-size: 1.25rem; font-weight: 700;
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.kontakt-lines a:hover { text-decoration: underline; }
.kontakt-lines svg { width: 1.25rem; height: 1.25rem; flex: none; }
.kontakt-note { margin-top: 1.3rem; font-size: 0.85rem; color: #e9c3ce; }

/* Footer */
.site-footer { background: var(--ink); color: #b8afa9; font-size: 0.85rem; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 0.6rem 2rem; justify-content: space-between; padding-block: 1.4rem; }
.site-footer a { color: #e6dfda; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer nav { display: flex; gap: 1.4rem; }

/* Mobile Kontakt-Leiste */
.mobile-bar {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 60;
  display: none; gap: 0.6rem; padding: 0.6rem 0.8rem;
  padding-bottom: calc(0.6rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
}
.mobile-bar .btn { flex: 1; }

/* Rechtsseiten */
.legal-main { max-width: 46rem; margin-inline: auto; padding: clamp(2.2rem, 6vw, 3.5rem) clamp(1.1rem, 4vw, 2rem) 4rem; }
.legal-main h1 { font-size: clamp(1.9rem, 4vw, 2.5rem); font-weight: 800; margin-bottom: 1.6rem; }
.legal-main h2 { font-size: 1.25rem; font-weight: 700; margin: 1.9rem 0 0.6rem; }
.legal-main p, .legal-main address { color: var(--muted); font-style: normal; margin-bottom: 0.6rem; }
.legal-back { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 2.4rem; font-weight: 700; color: var(--berry); text-decoration: none; }
.legal-back:hover { text-decoration: underline; }
.legal-back svg { width: 1.1rem; height: 1.1rem; }

/* Reveals (GSAP setzt die Endwerte; ohne JS bleibt alles sichtbar) */
.reveal { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* Responsive */
@media (max-width: 960px) {
  .site-nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-figure { order: -1; max-width: 34rem; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .produkt-grid { grid-template-columns: repeat(2, 1fr); }
  .produkt-grid--rest { grid-template-columns: repeat(2, 1fr); }
  .ablauf-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  body { padding-bottom: 4.4rem; }
  .mobile-bar { display: flex; }
  .header-cta { display: none; }
  .produkt-grid, .produkt-grid--rest { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .kontakt-lines { flex-direction: column; align-items: center; gap: 0.9rem; }
}
