/* ============================================================
   aeste.living · Videoauslieferung
   Gleiche Handschrift wie die Fotogalerie, aber ohne Verkauf:
   eine Wand mit Standbildern und ein Paket zum Herunterladen.
   ============================================================ */

:root {
  --wand:         #fafafa;
  --passepartout: #ffffff;
  --tinte:        #151515;
  --espresso:     #2e2014;
  /* 4,79:1 auf der Wand - das Markengrau #b2b2b6 schafft nur 2,02:1
     und taugt deshalb nicht fuer Text. */
  --grau:         #6f6f73;
  --linie:        #e6e4e1;
  --linie-zart:   #f0eeeb;

  --rand:   clamp(16px, 4vw, 72px);
  --spalte: 26px;
  --zeile:  48px;
  --kopf:   88px;

  --schnell: 180ms;
  --ruhig:   260ms;
  --kurve:   cubic-bezier(0.2, 0, 0, 1);
}

@media (max-width: 899px) {
  :root { --spalte: 16px; --zeile: 32px; --kopf: 64px; }
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  background: var(--wand);
  color: var(--tinte);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

h1, h2 { font-family: "Brygada 1918", Georgia, serif; font-weight: 500; margin: 0; }
a { color: inherit; }

:focus-visible { outline: 1px solid var(--espresso); outline-offset: 3px; }

.nur-lesen {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.marke {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  line-height: 1.4;
}
.ziffern { font-variant-numeric: tabular-nums; }

/* ============================================================ KOPF */

.kopf {
  position: sticky; top: 0; z-index: 60;
  height: var(--kopf);
  display: flex; align-items: center; gap: 24px;
  padding: 0 var(--rand);
  background: rgba(250, 250, 250, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: height var(--ruhig) var(--kurve), border-color var(--ruhig) var(--kurve);
}
.kopf[data-gescrollt] { border-bottom-color: var(--linie); }
@media (min-width: 900px) { .kopf[data-gescrollt] { height: 64px; } }

.kopf__logo img { display: block; height: 42px; width: auto; transition: height var(--ruhig) var(--kurve); }
.kopf[data-gescrollt] .kopf__logo img { height: 30px; }
@media (max-width: 899px) { .kopf__logo img, .kopf[data-gescrollt] .kopf__logo img { height: 30px; } }

.kopf__ende { margin-left: auto; display: flex; align-items: center; gap: 20px; }

/* ============================================================ TITELBLATT */

.titelblatt {
  padding: clamp(56px, 9vw, 132px) var(--rand) clamp(36px, 5vw, 64px);
  display: grid; gap: clamp(24px, 4vw, 64px);
  grid-template-columns: 1fr;
  max-width: 1680px; margin: 0 auto;
}
@media (min-width: 1000px) {
  .titelblatt { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); align-items: end; }
}

.titelblatt__marke { color: var(--grau); margin-bottom: 20px; display: block; }
.titelblatt h1 {
  font-size: clamp(46px, 8vw, 92px);
  line-height: 0.98; letter-spacing: -0.015em; font-weight: 600;
}

.kolophon {
  border-top: 1px solid var(--tinte);
  padding-top: 18px;
  display: grid; grid-template-columns: auto 1fr; gap: 4px 28px;
  font-size: 13px; line-height: 1.85;
}
.kolophon dt { color: var(--grau); }
.kolophon dd { margin: 0; }

/* ============================================================ PAKET */

.paket {
  max-width: 1680px; margin: 0 auto;
  padding: 0 var(--rand);
}
.paket__innen {
  display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px;
  padding: 26px 30px;
  background: var(--passepartout);
  border: 1px solid var(--linie);
}
.paket__text { flex: 1 1 260px; min-width: 0; }
.paket__text h2 { font-size: 19px; font-weight: 500; margin-bottom: 4px; }
.paket__text p { margin: 0; font-size: 12.5px; line-height: 1.75; color: var(--grau); }

.knopf {
  appearance: none; -webkit-appearance: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 46px; padding: 13px 28px; margin: 0;
  border: 1px solid var(--tinte); border-radius: 3px;
  background: var(--tinte); color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: background var(--schnell) var(--kurve), border-color var(--schnell) var(--kurve);
}
.knopf:hover { background: var(--espresso); border-color: var(--espresso); }
.knopf svg { flex: 0 0 auto; }

/* ============================================================ DIE WAND */

.wand {
  max-width: 1680px; margin: 0 auto;
  padding: clamp(40px, 5vw, 72px) var(--rand) 100px;
}

.raster {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: var(--spalte);
  row-gap: var(--zeile);
}
@media (min-width: 700px)  { .raster { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1300px) { .raster { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.clip { margin: 0; display: flex; flex-direction: column; }

.clip__bild {
  display: block; position: relative;
  background: var(--passepartout);
  padding: clamp(10px, 1.2vw, 16px);
  box-shadow: 0 1px 2px rgba(21, 17, 12, 0.04), 0 8px 24px -14px rgba(21, 17, 12, 0.16);
}
.clip__bild img {
  display: block; width: 100%; height: auto;
  background: #f2efea;
}

/* Laufzeit auf dem Standbild */
.clip__dauer {
  position: absolute;
  right: clamp(18px, 1.8vw, 26px);
  bottom: clamp(18px, 1.8vw, 26px);
  padding: 3px 8px;
  background: rgba(23, 18, 14, 0.78);
  color: #fff;
  font-size: 11px; font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}

.clip__schild {
  padding: 13px 0 0;
  display: flex; align-items: baseline; gap: 11px;
  color: var(--grau);
}
.clip__nr {
  font-family: "Brygada 1918", Georgia, serif;
  font-size: 14px; font-weight: 500;
  font-variant-numeric: tabular-nums; color: var(--tinte);
}
.clip__daten { flex: 1 1 auto; font-size: 10.5px; letter-spacing: 0.07em; }

/* ============================================================ FUSS */

.fuss {
  border-top: 1px solid var(--linie);
  background: var(--passepartout);
  padding: clamp(48px, 6vw, 80px) var(--rand);
}
.fuss__innen {
  max-width: 1680px; margin: 0 auto;
  display: grid; gap: 40px; grid-template-columns: 1fr;
}
@media (min-width: 760px) { .fuss__innen { grid-template-columns: repeat(3, 1fr); } }

.fuss h2 {
  font-family: Poppins, sans-serif;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--grau); margin-bottom: 16px;
}
.fuss p { margin: 0 0 12px; font-size: 13px; line-height: 1.9; }
.fuss a { color: var(--tinte); text-decoration: none; border-bottom: 1px solid var(--linie); }
.fuss a:hover { border-bottom-color: var(--tinte); }
.fuss__logo { display: block; margin-bottom: 20px; }
.fuss__logo img { height: 46px; width: auto; display: block; }

/* Hinweis auf Eigenheiten des Materials - steht direkt unter dem Paket,
   damit er gelesen wird, bevor jemand herunterlaedt. */
.hinweis {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px;
  margin: 14px 0 0;
  padding: 15px 18px;
  background: #f7f3ee;
  border: 1px solid #e6dcd0;
  font-size: 12.5px; line-height: 1.75; color: #4a453f;
}
.hinweis__marke {
  flex: 0 0 auto;
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--espresso);
}
