@font-face { font-family: "MA"; src: url("fonts/MontserratAlt1-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "MA"; src: url("fonts/MontserratAlt1-SemiBold.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "MA"; src: url("fonts/MontserratAlt1-Black.woff2") format("woff2"); font-weight: 900; font-display: swap; }

:root {
  --bg: #0b0b0b;
  --bg-2: #141414;
  --fg: #f2f2f0;
  --muted: #8a8a86;
  --line: #262626;
  --gutter: clamp(16px, 4vw, 48px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: "MA", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

/* Header */
.top {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px var(--gutter);
  border-bottom: 1px solid var(--line);
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted);
}
.top .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--fg); margin-right: 10px; vertical-align: 1px; animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .25; } }

/* Hero */
.hero {
  min-height: calc(100svh - 62px);
  display: grid; place-items: center; text-align: center;
  padding: 80px var(--gutter);
  background: radial-gradient(ellipse at 50% 40%, #1c1c1c 0%, var(--bg) 70%);
}
.hero .logo { width: min(620px, 86vw); color: var(--fg); }
.hero .logo svg { width: 100%; height: auto; fill: currentColor; }
.hero .claim {
  margin-top: clamp(40px, 7vw, 72px);
  font-weight: 900; text-transform: uppercase;
  font-size: clamp(28px, 6.4vw, 72px); line-height: 1.02; letter-spacing: -.01em;
}
.hero .claim span { display: block; }
.hero .sub { margin: 28px auto 0; max-width: 34ch; color: var(--muted); font-size: clamp(15px, 1.6vw, 18px); }
.scroll { margin-top: 56px; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); text-decoration: none; display: inline-block; }
.scroll:hover { color: var(--fg); }

/* Section heads */
.section { padding: clamp(64px, 10vw, 120px) var(--gutter); border-top: 1px solid var(--line); }
.eyebrow { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); }
.h2 { margin-top: 12px; font-weight: 900; text-transform: uppercase; font-size: clamp(32px, 6vw, 64px); line-height: 1; }
.lead { margin-top: 20px; max-width: 52ch; color: var(--muted); }

/* Grid */
.grid {
  margin-top: clamp(40px, 6vw, 64px);
  display: grid; gap: 2px;
  grid-template-columns: repeat(4, 1fr);
  background: var(--line);
}
@media (max-width: 1000px) { .grid { grid-template-columns: repeat(2, 1fr); } }
.card { background: var(--bg-2); position: relative; overflow: hidden; }
.card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.card:hover img { transform: scale(1.04); }
.card figcaption {
  display: flex; flex-direction: column; gap: 4px;
  padding: 16px 18px 20px;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
}
.card figcaption b { font-weight: 600; }
.card figcaption small { color: var(--muted); font-size: 10px; letter-spacing: .2em; }

/* Statement */
.statement { text-align: center; }
.statement p:first-child { font-weight: 900; text-transform: uppercase; font-size: clamp(24px, 4.4vw, 52px); line-height: 1.1; max-width: 18ch; margin: 0 auto; }
.statement .eyebrow { margin-top: 28px; }

/* Contact */
.contact { display: grid; gap: 32px; grid-template-columns: 1fr 1fr; align-items: end; }
@media (max-width: 760px) { .contact { grid-template-columns: 1fr; } }
.links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
@media (max-width: 760px) { .links { justify-content: flex-start; } }
.btn {
  display: inline-block; padding: 16px 26px; border: 1px solid var(--fg);
  text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  transition: background .2s, color .2s;
}
.btn:hover, .btn.solid { background: var(--fg); color: var(--bg); }
.btn.solid:hover { background: transparent; color: var(--fg); }

/* Footer */
footer {
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between;
  padding: 28px var(--gutter); border-top: 1px solid var(--line);
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
}
footer nav { display: flex; gap: 24px; }
footer a { text-decoration: none; }
footer a:hover { color: var(--fg); }

/* Legal pages */
.legal { max-width: 720px; margin: 0 auto; padding: clamp(48px, 8vw, 96px) var(--gutter); }
.legal h1 { font-weight: 900; text-transform: uppercase; font-size: clamp(32px, 6vw, 56px); line-height: 1; margin-bottom: 40px; }
.legal h2 { font-weight: 600; font-size: 13px; letter-spacing: .2em; text-transform: uppercase; margin: 36px 0 10px; }
.legal p { color: #c9c9c5; }
.legal .todo { background: #3a2a00; color: #ffd66b; padding: 2px 6px; font-size: 14px; }
.back { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; text-decoration: none; color: var(--muted); }
.back:hover { color: var(--fg); }

@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

/* Nur-Logo-Startseite */
.hero:only-child { min-height: 100svh; }
footer.mini { position: fixed; left: 0; right: 0; bottom: 0; border-top: 0; background: transparent; }
