/* ------------------------------------------------------------------
   Sherif Rushevikj, Bodenleger in Aachen — Demo für Timon Rochholz Webdesign
   Gestaltung: tiefer, warmer Grund, Messing als einziger Akzent, feine Antiqua.
   Alle Schriften liegen lokal (OFL): Cormorant Garamond + Jost.
   ------------------------------------------------------------------ */

@font-face {
  font-family: "Anzeige";
  src: url("display.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fliess";
  src: url("body.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fliess";
  src: url("body-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --grund: #0c0a08;
  --grund-2: #12100c;
  --feld: #17130e;
  --linie: rgba(214, 178, 116, 0.16);
  --linie-stark: rgba(214, 178, 116, 0.34);
  --text: #efe7db;
  --leise: #a39683;
  --messing: #c79a52;
  --messing-hell: #e8c78d;
  --breite: 1120px;
  --luft: clamp(80px, 11vw, 148px);
}

@property --mx { syntax: "<percentage>"; inherits: true; initial-value: 50%; }
@property --my { syntax: "<percentage>"; inherits: true; initial-value: 46%; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--grund);
  color: var(--text);
  font-family: "Fliess", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; height: auto; }

a { color: inherit; }

h1, h2, h3 {
  font-family: "Anzeige", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.005em;
  margin: 0;
}

p { margin: 0; }

.huelle {
  width: 100%;
  max-width: var(--breite);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 44px);
}

.etikett {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--messing);
}

.fliess { color: var(--leise); max-width: 62ch; }

/* ---------- Demo-Banner ---------- */

.demo-banner {
  background: #171310;
  color: #cdbfa9;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 9px 16px;
  border-bottom: 1px solid var(--linie);
}

/* ---------- Kopf ---------- */

.kopf {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(12, 10, 8, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--linie);
}

.kopf-reihe {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 68px;
}

.marke {
  font-family: "Anzeige", Georgia, serif;
  font-size: clamp(19px, 2.4vw, 23px);
  letter-spacing: 0.03em;
  text-decoration: none;
  white-space: nowrap;
}

.menue {
  display: flex;
  gap: 26px;
  margin-left: auto;
  font-size: 13.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.menue a {
  color: var(--leise);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.menue a:hover { color: var(--text); border-bottom-color: var(--messing); }

.kopf-tel {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--messing-hell);
  border: 1px solid var(--linie-stark);
  border-radius: 2px;
  padding: 9px 16px;
  white-space: nowrap;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.kopf-tel:hover { background: rgba(199, 154, 82, 0.12); border-color: var(--messing); }

/* ---------- Held ---------- */

.held {
  position: relative;
  min-height: min(88vh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.held-bild, .held-bild img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}

.held-bild img { object-fit: cover; object-position: 62% 50%; }

.held-schleier {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(10, 8, 6, 0.96) 0%, rgba(10, 8, 6, 0.86) 34%, rgba(10, 8, 6, 0.42) 62%, rgba(10, 8, 6, 0.24) 100%),
    linear-gradient(180deg, rgba(10, 8, 6, 0.7) 0%, transparent 34%, rgba(10, 8, 6, 0.82) 100%);
}

.held-schein {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(120% 90% at 78% 34%, rgba(230, 176, 96, 0.24), transparent 58%);
  animation: atmen 16s ease-in-out infinite;
}

@keyframes atmen {
  0%, 100% { opacity: 0.68; }
  50% { opacity: 1; }
}

.held-text {
  padding-top: clamp(64px, 14vh, 150px);
  padding-bottom: clamp(48px, 9vh, 96px);
}

.augenbraue {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--messing);
  margin-bottom: 22px;
  position: relative;
  padding-left: 54px;
}

.augenbraue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 38px;
  height: 1px;
  background: var(--messing);
  transform-origin: left;
  animation: strich 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes strich { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.held h1 {
  font-size: clamp(40px, 8vw, 84px);
  line-height: 1.08;
  margin-bottom: 26px;
  text-wrap: balance;
}

.held h1 em {
  font-style: italic;
  color: var(--messing-hell);
}

.held-sub {
  color: #d6cabb;
  font-size: clamp(16px, 1.5vw, 18.5px);
  max-width: 48ch;
  margin-bottom: 34px;
}

.knopf-reihe { display: flex; flex-wrap: wrap; gap: 12px; }

.knopf {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 2px;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.knopf .ic { width: 18px; height: 18px; flex: none; }

.knopf-haupt {
  background: linear-gradient(120deg, #d9a95c, #b7822f);
  color: #17120a;
  box-shadow: 0 12px 34px rgba(199, 154, 82, 0.24);
}

.knopf-haupt:hover { transform: translateY(-2px); box-shadow: 0 16px 42px rgba(199, 154, 82, 0.34); }

.knopf-still {
  border: 1px solid var(--linie-stark);
  color: var(--text);
}

.knopf-still:hover { background: rgba(199, 154, 82, 0.1); }

.knopf-gross { padding: 19px 34px; font-size: 17px; }

.bildnachweis {
  margin-top: 30px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(163, 150, 131, 0.72);
}

/* ---------- Faktenleiste ---------- */

.leiste {
  border-top: 1px solid var(--linie);
  border-bottom: 1px solid var(--linie);
  background: var(--grund-2);
}

.leiste-gitter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.leiste-feld { padding: 34px 0 36px; position: relative; }

.leiste-feld + .leiste-feld { padding-left: clamp(20px, 4vw, 44px); }

.leiste-feld + .leiste-feld::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  bottom: 26px;
  width: 1px;
  background: var(--linie);
}

.leiste-wert {
  font-family: "Anzeige", Georgia, serif;
  font-size: clamp(24px, 3vw, 31px);
  margin: 10px 0 6px;
}

.leiste-wert a { text-decoration: none; }
.leiste-wert a:hover { color: var(--messing-hell); }

.sterne { color: var(--messing); font-size: 0.62em; letter-spacing: 0.12em; margin-right: 6px; }

.leiste-klein { font-size: 13.5px; line-height: 1.55; color: var(--leise); }

/* ---------- Abschnitte ---------- */

.abschnitt { padding: var(--luft) 0; }

.kopfzeile { max-width: 720px; margin-bottom: clamp(40px, 6vw, 64px); }

.kopfzeile h2 {
  font-size: clamp(28px, 4.4vw, 46px);
  line-height: 1.12;
  margin: 18px 0 20px;
  text-wrap: balance;
}

/* ---------- Licht-Schieber ---------- */

.licht-abschnitt { background: linear-gradient(180deg, var(--grund) 0%, #100d0a 100%); }

.lichtfeld {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--linie);
  border-radius: 3px;
  background: #0a0806;
  --mx: 50%;
  --my: 46%;
  --r: 300px;
}

.lichtfeld img { width: 100%; height: auto; }

.lf-dunkel { filter: brightness(0.28) saturate(0.55) contrast(1.04); }

.lf-hell {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.16) saturate(1.2);
  -webkit-mask-image: radial-gradient(circle var(--r) at var(--mx) var(--my), #000 0%, rgba(0, 0, 0, 0.92) 34%, rgba(0, 0, 0, 0.35) 68%, transparent 88%);
  mask-image: radial-gradient(circle var(--r) at var(--mx) var(--my), #000 0%, rgba(0, 0, 0, 0.92) 34%, rgba(0, 0, 0, 0.35) 68%, transparent 88%);
}

.lf-schein {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle calc(var(--r) * 1.15) at var(--mx) var(--my), rgba(255, 198, 118, 0.2), transparent 72%);
}

.lf-hinweis {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(239, 231, 219, 0.72);
  background: rgba(10, 8, 6, 0.6);
  backdrop-filter: blur(6px);
}

.nur-maus { display: none; }
.lichtfeld.maus .nur-maus { display: inline; }
.lichtfeld.maus .nur-touch { display: none; }

/* Ohne Maus wandert das Licht von allein sanft über den Boden. */
@media (hover: none) {
  .lichtfeld { animation: wandern 13s ease-in-out infinite alternate; --r: 190px; }
}

@keyframes wandern {
  0% { --mx: 18%; --my: 32%; }
  100% { --mx: 84%; --my: 68%; }
}

/* ---------- Teiler (Text + Bild) ---------- */

.teiler {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
}

.teiler-eng { grid-template-columns: 0.95fr 1.05fr; }

.punkt {
  padding: 26px 0;
  border-top: 1px solid var(--linie);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 6px 0;
}

.punkt:last-child { border-bottom: 1px solid var(--linie); }

.punkt-nr {
  grid-row: span 2;
  font-family: "Anzeige", Georgia, serif;
  font-size: 17px;
  color: var(--messing);
  padding-top: 5px;
}

.punkt h3 { font-size: clamp(20px, 2.4vw, 25px); margin-bottom: 8px; }

.punkt p { color: var(--leise); font-size: 16px; }

.teiler-bild { margin: 0; position: relative; }

.teiler-bild img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid var(--linie);
  filter: brightness(0.86) saturate(0.9);
}

.teiler-bild figcaption {
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(163, 150, 131, 0.72);
}

.liste { list-style: none; margin: 0 0 26px; padding: 0; counter-reset: n; }

.liste li {
  position: relative;
  padding: 18px 0 18px 46px;
  border-bottom: 1px solid var(--linie);
  color: var(--leise);
  counter-increment: n;
}

.liste li:first-child { border-top: 1px solid var(--linie); }

.liste li::before {
  content: counter(n, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 18px;
  font-family: "Anzeige", Georgia, serif;
  font-size: 16px;
  color: var(--messing);
}

.liste strong { color: var(--text); font-weight: 600; }

/* ---------- Zitatband ---------- */

.band { position: relative; isolation: isolate; }

.band img {
  width: 100%;
  height: clamp(300px, 46vh, 460px);
  object-fit: cover;
  object-position: 32% 46%;
  filter: saturate(1.3) contrast(1.04);
}

.band-schleier {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 8, 4, 0.9) 0%, rgba(12, 8, 4, 0.56) 50%, rgba(12, 8, 4, 0.1) 100%),
    radial-gradient(76% 100% at 72% 52%, rgba(228, 168, 86, 0.2), transparent 72%);
}

.band-text {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.band-text p {
  font-family: "Anzeige", Georgia, serif;
  font-size: clamp(23px, 3.6vw, 40px);
  line-height: 1.22;
  max-width: 22ch;
  text-wrap: balance;
}

/* ---------- Kontakt ---------- */

.kontakt { background: linear-gradient(180deg, #100d0a 0%, var(--grund) 100%); }

.kontakt-karte {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  border: 1px solid var(--linie);
  border-radius: 3px;
  background: var(--feld);
  padding: clamp(30px, 5vw, 58px);
}

.kontakt-karte h2 { font-size: clamp(26px, 3.6vw, 40px); line-height: 1.14; margin: 16px 0 18px; }

.daten { display: grid; grid-template-columns: 120px 1fr; gap: 12px 16px; margin: 30px 0 0; }

.daten dt {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--messing);
  padding-top: 4px;
}

.daten dd { margin: 0; font-size: 16.5px; overflow-wrap: anywhere; }

.daten a { color: var(--text); text-decoration: none; border-bottom: 1px solid var(--linie-stark); }
.daten a:hover { color: var(--messing-hell); }

.karte-link { display: inline-block; margin-top: 8px; font-size: 14.5px; color: var(--leise) !important; }

.kontakt-rechts { text-align: center; }

.kontakt-klein { margin-top: 16px; font-size: 13.5px; color: var(--leise); }

/* ---------- Sticky-Anruf (mobil) ---------- */

.sticky-call {
  display: none;
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 60;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border-radius: 3px;
  background: linear-gradient(120deg, #d9a95c, #b7822f);
  color: #17120a;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.55);
}

.sticky-call .ic { width: 19px; height: 19px; }

/* ---------- Fuß ---------- */

.fuss { border-top: 1px solid var(--linie); padding: 34px 0 40px; }

.fuss-reihe {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  justify-content: space-between;
  font-size: 13.5px;
  color: var(--leise);
}

.fuss-reihe a { color: var(--leise); text-decoration: none; }
.fuss-reihe a:hover { color: var(--messing-hell); }

.fuss-credit a { border-bottom: 1px solid var(--linie); }

/* ---------- Rechtsseiten ---------- */

.rechts { padding: clamp(56px, 9vw, 100px) 0; }
.rechts h1 { font-size: clamp(30px, 4.4vw, 44px); margin-bottom: 26px; }
.rechts h3 { font-size: 19px; margin-top: 28px; margin-bottom: 8px; }
.rechts p { color: var(--leise); margin-bottom: 12px; max-width: 68ch; }
.rechts a { color: var(--messing-hell); }
.eng { max-width: 760px; }

/* ---------- Einblenden ---------- */

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.js .reveal.da { opacity: 1; transform: none; }

/* ---------- Mobil ---------- */

@media (max-width: 900px) {
  .teiler, .teiler-eng { grid-template-columns: 1fr; }
  .teiler-eng .teiler-bild { order: 2; }
  .kontakt-karte { grid-template-columns: 1fr; }
  .kontakt-rechts { text-align: left; }
  .leiste-gitter { grid-template-columns: 1fr; }
  .leiste-feld + .leiste-feld { padding-left: 0; padding-top: 0; }
  .leiste-feld { padding: 22px 0; border-top: 1px solid var(--linie); }
  .leiste-feld:first-child { border-top: 0; padding-top: 32px; }
  .leiste-feld:last-child { padding-bottom: 34px; }
  .leiste-feld + .leiste-feld::before { display: none; }
}

@media (max-width: 760px) {
  .menue { display: none; }
  .kopf-tel { margin-left: auto; }
  .sticky-call { display: flex; }
  .fuss { padding-bottom: 96px; }
  .held { min-height: auto; }
  .held-text { padding-top: 96px; padding-bottom: 68px; }
  .held-schleier {
    background:
      linear-gradient(180deg, rgba(10, 8, 6, 0.88) 0%, rgba(10, 8, 6, 0.58) 44%, rgba(10, 8, 6, 0.93) 100%);
  }
  .augenbraue { padding-left: 0; }
  .augenbraue::before { display: none; }
  .knopf { width: 100%; justify-content: center; }
  .daten { grid-template-columns: 1fr; gap: 4px; }
  .daten dt { padding-top: 14px; }
  .band-text p { max-width: 16ch; }
}

@media (max-width: 400px) {
  .marke { font-size: 17px; }
  .kopf-tel { padding: 8px 11px; font-size: 13px; }
  .kopf-reihe { gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .held-schein, .augenbraue::before, .lichtfeld { animation: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
