/* ============================================================
   Fabian Benöhr — Kunst- und Antiquitätenhändler, Backnang
   Redesign: editoriale Antiquariats-Ästhetik, warmes Papier,
   Cormorant Garamond (Auszeichnung) + Source Sans 3 (Text).
   Fonts sind lokal eingebettet (siehe Datenschutzerklärung:
   keine externen Schriftarten von Drittservern).
   ============================================================ */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/cormorant-garamond-italic-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/source-sans-3-normal.woff2') format('woff2');
}

/* ---------- Tokens ----------
   Namensraum --fb-* der Benöhr-Markenfamilie (../benoehr-brand/tokens.css,
   Stand 27.08.2026), hier unter den lokalen Namen übernommen. */
:root {
  --paper: #f6f1e4;
  --surface: #ede6d6;
  --paper-line: #cbb98f;
  --ink: #211b12;
  --ink-soft: #5c5241;
  --ink-faint: #8a7f6a;
  --brass: #bd8c34;
  --brass-deep: #715622;
  --brass-tint: rgba(189, 140, 52, 0.14);
  --on-brass: #fbf6ec;

  --shadow-sm: 0 1px 2px rgba(33, 27, 18, 0.09);
  --shadow-md: 0 14px 32px -16px rgba(33, 27, 18, 0.28);

  --radius: 3px;
  --wrap: 74rem;

  --font-display: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', Georgia, 'Times New Roman', serif;
  --font-body: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);

  --space-section: clamp(4.5rem, 4vw + 2rem, 7.5rem);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; margin: 0; color: var(--ink); }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
address { font-style: normal; }
svg { flex-shrink: 0; }

.wrap {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (min-width: 640px) {
  .wrap { padding-inline: 2.5rem; }
}

.abschnitt { padding-block: var(--space-section); }
.abschnitt-intro {
  max-width: 42rem;
  margin-bottom: clamp(2.5rem, 3vw, 3.5rem);
}
.abschnitt-intro h2 {
  font-size: clamp(2rem, 1.2vw + 1.5rem, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.abschnitt-intro p {
  margin-top: 1rem;
  color: var(--ink-soft);
  font-size: 1.0625rem;
  max-width: 46ch;
}

.vorspann { color: var(--ink-soft); }

/* ---------- Focus & motion base ---------- */
a, button {
  cursor: pointer;
}
:focus-visible {
  outline: 2px solid var(--brass-deep);
  outline-offset: 3px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
}
.reveal.sichtbar {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.sichtbar {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================================================
   Kopfzeile / Navigation
   ============================================================ */
.kopfzeile {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(248, 247, 240, 0.97);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  border-bottom: 1px solid var(--paper-line);
}
.kopfzeile-innen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 4.25rem;
}
.marke {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}
.hauptnav {
  display: none;
  gap: 2rem;
}
.hauptnav a {
  font-size: 0.9375rem;
  text-decoration: none;
  color: var(--ink-soft);
  transition: color 180ms var(--ease-out);
  white-space: nowrap;
}
.hauptnav a:hover { color: var(--ink); }
@media (min-width: 1024px) {
  .hauptnav { display: flex; }
}
.kopf-anruf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--ink);
  font-size: 0.9375rem;
  font-weight: 600;
  white-space: nowrap;
  min-width: 44px;
  min-height: 44px;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius);
  transition: color 160ms var(--ease-out), background-color 160ms var(--ease-out), transform 160ms var(--ease-out);
}
.kopf-anruf svg { width: 17px; height: 17px; color: var(--brass-deep); }
.kopf-anruf span { display: none; }
@media (min-width: 480px) {
  .kopf-anruf span { display: inline; }
}
.kopf-anruf:hover { background: var(--brass-tint); }
.kopf-anruf:active { transform: scale(0.97); }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  padding-top: clamp(3rem, 5vw, 6rem);
  padding-bottom: clamp(3.5rem, 5vw, 6rem);
}
.hero-grid {
  display: grid;
  gap: clamp(2.5rem, 4vw, 4rem);
  align-items: center;
}
@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}
.hero-byline {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.hero h1 {
  font-size: clamp(2.75rem, 3vw + 2rem, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 600;
}
.hero h1 span { display: block; }
.hero p.hero-lead {
  margin-top: 1.5rem;
  max-width: 38rem;
  font-size: 1.1875rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.hero-bild {
  position: relative;
  justify-self: center;
  width: min(100%, 22rem);
}
.hero-bild-rahmen {
  position: relative;
  padding: 0.75rem;
  border: 1px solid var(--paper-line);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}
.hero-bild-rahmen img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 20%;
}
.hero-bild-ecke {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  border: 1.5px solid var(--brass);
}
.hero-bild-ecke.oben-links { top: 0.2rem; left: 0.2rem; border-right: none; border-bottom: none; }
.hero-bild-ecke.unten-rechts { bottom: 0.2rem; right: 0.2rem; border-left: none; border-top: none; }

/* ============================================================
   Leistungen — asymmetrisches Bento (1 groß + 2 gestapelt)
   ============================================================ */
.leistungen-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .leistungen-grid {
    grid-template-columns: 1.3fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .leistung-primaer { grid-row: 1 / 3; }
}
.leistung {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.75rem, 2vw, 2.5rem);
  background: var(--surface);
  border: 1px solid var(--paper-line);
  text-decoration: none;
  color: inherit;
  transition: border-color 200ms var(--ease-out), transform 200ms var(--ease-out), box-shadow 200ms var(--ease-out);
}
a.leistung:hover {
  border-color: var(--brass);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
a.leistung:active { transform: translateY(-2px) scale(0.995); }
.leistung-primaer {
  background: var(--ink);
  color: var(--on-brass);
  border-color: var(--ink);
}
.leistung-primaer .leistung-kicker { color: var(--brass); }
.leistung-primaer p { color: rgba(251, 246, 236, 0.75); }
.leistung-primaer h3 { color: var(--on-brass); }
.leistung-kicker {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.leistung h3 {
  font-size: clamp(1.5rem, 1vw + 1.1rem, 2rem);
  margin-bottom: 0.6rem;
}
.leistung p {
  color: var(--ink-soft);
  font-size: 1rem;
  max-width: 34ch;
}
.leistung-pfeil {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--brass-deep);
}
.leistung-primaer .leistung-pfeil { color: var(--brass); }
.leistung-pfeil svg {
  width: 15px; height: 15px;
  transition: transform 200ms var(--ease-out);
}
a.leistung:hover .leistung-pfeil svg { transform: translate(3px, -3px); }

/* ============================================================
   Editorialer Text mit Initiale
   ============================================================ */
.editorial {
  max-width: 42rem;
}
.editorial h2 {
  font-size: clamp(2rem, 1.2vw + 1.5rem, 2.75rem);
  line-height: 1.15;
  margin-bottom: 1.75rem;
  max-width: 20ch;
}
.editorial p {
  color: var(--ink-soft);
  font-size: 1.0625rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.editorial p:last-child { margin-bottom: 0; }
.initiale::first-letter {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 0.78;
  float: left;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  color: var(--brass-deep);
}

/* ============================================================
   Hinweis-Block (Der häufigste Fehler)
   ============================================================ */
.hinweisblock {
  border-left: 3px solid var(--brass);
  background: var(--surface);
  padding: clamp(2rem, 3vw, 3rem) clamp(1.75rem, 3vw, 3rem);
  max-width: 46rem;
}
.hinweisblock h2 {
  font-size: clamp(1.75rem, 1vw + 1.3rem, 2.25rem);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.hinweisblock p {
  color: var(--ink-soft);
  font-size: 1.0625rem;
  line-height: 1.75;
  margin-bottom: 1.1rem;
}
.hinweisblock p:last-child { margin-bottom: 0; }

/* ============================================================
   Chronik — vertikale Zeitleiste
   ============================================================ */
.chronik-bereich { background: var(--surface); }
.zeitleiste {
  position: relative;
  margin-top: 1rem;
}
.zeitleiste::before {
  content: '';
  position: absolute;
  left: 5.5rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1px;
  background: var(--paper-line);
}
@media (max-width: 639px) {
  .zeitleiste::before { left: 0.4rem; }
}
.zeitleiste-eintrag {
  position: relative;
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1.75rem;
  padding-block: 1.15rem;
}
@media (max-width: 639px) {
  .zeitleiste-eintrag {
    grid-template-columns: 1fr;
    padding-left: 1.75rem;
  }
}
.zeitleiste-eintrag::before {
  content: '';
  position: absolute;
  left: 5.5rem;
  top: 1.55rem;
  width: 9px;
  height: 9px;
  margin-left: -4px;
  border-radius: 50%;
  background: var(--paper);
  border: 1.5px solid var(--brass);
}
@media (max-width: 639px) {
  .zeitleiste-eintrag::before { left: 0.4rem; }
}
.zeitleiste-jahr {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--ink);
  text-align: right;
  padding-top: 0.05rem;
}
@media (max-width: 639px) {
  .zeitleiste-jahr { text-align: left; }
}
.zeitleiste-inhalt .zeitleiste-art {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.zeitleiste-inhalt .zeitleiste-was {
  font-size: 1.0625rem;
  color: var(--ink);
}
.zeitleiste-inhalt em {
  display: block;
  font-style: normal;
  color: var(--ink-faint);
  font-size: 0.9375rem;
  margin-top: 0.2rem;
}
.zeitleiste-bilanz .zeitleiste-was { font-weight: 700; }
.zeitleiste-bilanz::before { background: var(--brass); }

/* ============================================================
   Presse & Fernsehen
   ============================================================ */
.presse-featured {
  display: grid;
  gap: 0.75rem;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background: var(--ink);
  color: var(--on-brass);
  margin-bottom: 1.25rem;
  text-decoration: none;
  transition: transform 200ms var(--ease-out);
}
a.presse-featured:active { transform: scale(0.997); }
.presse-quelle {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 700;
}
.presse-featured h3 {
  color: var(--on-brass);
  font-size: clamp(1.5rem, 1vw + 1.1rem, 2rem);
  line-height: 1.2;
  max-width: 30ch;
}
.presse-featured p {
  color: rgba(251, 246, 236, 0.75);
  max-width: 50ch;
}
.presse-featured .leistung-pfeil { color: var(--brass); margin-top: 0.5rem; }

.presse-grid {
  display: grid;
  gap: 1px;
  background: var(--paper-line);
  border: 1px solid var(--paper-line);
}
@media (min-width: 700px) {
  .presse-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .presse-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.presse-karte {
  background: var(--surface);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-decoration: none;
  color: inherit;
  transition: background-color 180ms var(--ease-out);
}
.presse-karte:hover { background: var(--paper); }
.presse-karte-kopf {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.presse-karte-kopf svg {
  width: 15px; height: 15px;
  color: var(--brass-deep);
  flex-shrink: 0;
}
.presse-karte .presse-quelle { color: var(--brass-deep); }
.presse-karte h4 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: var(--ink);
  margin: 0;
}
.presse-karte p {
  font-size: 0.875rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.adresse {
  font-size: 1.0625rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.adresse strong { font-weight: 700; }
.hinweis {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* ============================================================
   Footer
   ============================================================ */
footer {
  border-top: 1px solid var(--paper-line);
  padding-block: 2.25rem;
}
.footer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  font-size: 0.9375rem;
  color: var(--ink-soft);
}
.footer-mail {
  text-decoration: none;
  color: var(--ink-soft);
  transition: color 160ms var(--ease-out);
}
.footer-mail:hover { color: var(--brass-deep); }
.footer-recht {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.footer-recht a { text-decoration: none; }
.footer-recht a:hover { color: var(--ink); }

/* ============================================================
   Unterseiten (Impressum, Datenschutz)
   ============================================================ */
body.unterseite .wrap {
  max-width: 42rem;
  padding-block: clamp(3rem, 5vw, 5rem);
}
.zurueck {
  margin-bottom: 2rem;
}
.zurueck a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.9375rem;
  transition: color 160ms var(--ease-out);
}
.zurueck a:hover { color: var(--brass-deep); }
.seiten-kicker {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
h1.klein {
  font-size: clamp(2rem, 2vw + 1.3rem, 2.75rem);
  margin-bottom: 2.5rem;
}
.unterseite h2 {
  font-size: 1.375rem;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
}
.unterseite p {
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.unterseite a { color: var(--brass-deep); }
.fussnote {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--paper-line);
  font-size: 0.875rem;
  color: var(--ink-faint);
}
