/* GockelGastro GmbH — Corporate Site
   Palette: Bühnenschwarz #16130f · Rauch #b9b2a5 · Kalk #f5f2ec · Messing #c08a2e · Glut #d9a244
   Display: Archivo Black (self-hosted) · Body: System-Sans · Utility: System-Mono */

@font-face {
  font-family: "Archivo Black";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/archivo-black-latin.woff2") format("woff2");
}

:root {
  --bg: #ffffff;
  --bg-soft: #f5f2ec;
  --ink: #16130f;
  --ink-soft: #57524a;
  --line: #e5e0d6;
  --brass: #b8862d;
  --brass-deep: #8f6716;
  --glow: #d9a244;
  --stage: #16130f;
  --stage-ink: #f5f2ec;
  --stage-soft: #b9b2a5;
  --stage-line: #2e2a23;
  --display: "Archivo Black", ui-sans-serif, system-ui, sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, Consolas, monospace;
  --radius: 14px;
  --maxw: 1080px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

a:focus-visible, .btn:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* Eyebrow / Kicker — Aktenzeichen-Stil */
.kicker {
  font-family: var(--mono);
  color: var(--brass-deep);
  font-size: 12px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  margin-bottom: 14px;
}
.kicker::before { content: "// "; color: var(--brass); }

/* Header */
header.site {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
header.site .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.brand {
  display: flex; align-items: center; gap: 11px;
  text-decoration: none; color: var(--ink);
  font-weight: 700; letter-spacing: .06em; font-size: 15px;
}
.brand .mark {
  width: 34px; height: 34px; border-radius: 9px;
  background: var(--stage);
  display: grid; place-items: center;
}
.brand .mark svg { width: 20px; height: 20px; display: block; }
.brand small { display: block; font-weight: 500; letter-spacing: .22em; color: var(--ink-soft); font-size: 10px; }
nav.main { display: flex; gap: 28px; }
nav.main a {
  text-decoration: none; color: var(--ink-soft);
  font-size: 14.5px; font-weight: 500; letter-spacing: .02em;
}
nav.main a:hover { color: var(--brass-deep); }

/* Hero */
.hero {
  background: var(--stage); color: var(--stage-ink);
  padding: 104px 0 96px;
  position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 75% at 72% 0%, rgba(217,162,68,.13), transparent 65%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero .kicker { color: var(--glow); }
.hero .kicker::before { color: var(--stage-soft); }
.hero h1 {
  font-family: var(--display);
  font-size: clamp(30px, 6.4vw, 74px);
  line-height: 1.06; font-weight: 400;
  letter-spacing: -.01em; text-transform: uppercase;
  max-width: 14ch;
  overflow-wrap: break-word;
}
.hero h1 em {
  font-style: normal; color: var(--glow);
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-decoration-color: rgba(217,162,68,.45);
  text-underline-offset: 10px;
}
.hero p.lead {
  margin-top: 26px; max-width: 54ch;
  color: var(--stage-soft); font-size: 19px;
}
.hero .cta { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-block; text-decoration: none;
  padding: 13px 26px; border-radius: 999px;
  font-size: 15px; font-weight: 600; letter-spacing: .02em;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.btn.gold { background: var(--brass); color: #171307; }
.btn.gold:hover { background: var(--glow); }
.btn.ghost { border: 1px solid rgba(245,242,236,.35); color: var(--stage-ink); }
.btn.ghost:hover { border-color: var(--glow); color: var(--glow); }

/* Sections */
section { padding: 88px 0; }
section.soft { background: var(--bg-soft); }
h2 { font-size: clamp(26px, 3.4vw, 36px); letter-spacing: -.01em; line-height: 1.2; margin-bottom: 18px; }
.section-lead { color: var(--ink-soft); max-width: 62ch; }

.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin-top: 8px; }

/* ── Line-up (Signature) ───────────────────────────── */
section.lineup { background: var(--stage); color: var(--stage-ink); padding: 96px 0; }
section.lineup .kicker { color: var(--glow); }
section.lineup .kicker::before { color: var(--stage-soft); }
section.lineup h2 { color: var(--stage-ink); }
section.lineup .section-lead { color: var(--stage-soft); }

.setlist { list-style: none; margin-top: 48px; border-top: 1px solid var(--stage-line); }
.setlist .act { border-bottom: 1px solid var(--stage-line); }
.act-row {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
  padding: 34px 4px;
  text-decoration: none;
}
a.act-row { transition: background .15s ease; }
a.act-row:hover { background: rgba(217,162,68,.06); }
.act-name {
  font-family: var(--display);
  font-size: clamp(30px, 5.2vw, 58px);
  line-height: 1.05; text-transform: uppercase;
  color: var(--stage-ink); letter-spacing: -.005em;
  transition: color .15s ease;
}
a.act-row:hover .act-name { color: var(--glow); }
.act-meta {
  font-family: var(--mono); font-size: 13px;
  color: var(--stage-soft); letter-spacing: .06em;
  display: flex; align-items: center; gap: 14px; white-space: nowrap;
}
.status {
  font-family: var(--mono); font-size: 11px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
}
.status.on { background: var(--brass); color: #171307; }
.status.wip { border: 1px solid var(--brass); color: var(--glow); }
.act.tba .act-name {
  filter: blur(10px);
  user-select: none; pointer-events: none;
  color: var(--stage-soft);
}
.act.tba .act-row { cursor: default; }

/* Kompetenzen */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 44px; }
.card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px;
}
section.soft .card { background: #fff; }
.card::before {
  content: ""; display: block;
  width: 26px; height: 3px; border-radius: 2px;
  background: var(--brass); margin-bottom: 18px;
}
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p { font-size: 15px; color: var(--ink-soft); }

/* Franchise */
.fr-panel {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  margin-top: 20px; overflow: hidden;
}
.fr-panel:first-of-type { margin-top: 40px; }
.fr-panel summary {
  cursor: pointer; list-style: none;
  padding: 22px 26px;
  font-weight: 700; font-size: 17px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.fr-panel summary::-webkit-details-marker { display: none; }
.fr-panel summary::after {
  content: "+";
  font-family: var(--mono); font-size: 22px; line-height: 1;
  color: var(--brass); flex-shrink: 0;
  transition: transform .15s ease;
}
.fr-panel[open] summary::after { transform: rotate(45deg); }
.fr-panel summary:hover { color: var(--brass-deep); }
.fr-body { padding: 4px 26px 28px; border-top: 1px solid var(--line); padding-top: 22px; }

.fr-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px; }
.fr-list li { font-size: 15px; color: var(--ink-soft); padding-left: 18px; position: relative; }
.fr-list li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 8px; height: 8px; border-radius: 2px; background: var(--brass);
}
.fr-list strong { display: block; color: var(--ink); font-size: 16px; margin-bottom: 2px; }

.fr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.fr-full { grid-column: 1 / -1; }
.fr-form label {
  display: block; font-size: 13.5px; font-weight: 600; color: var(--ink);
  letter-spacing: .02em;
}
.fr-form input, .fr-form textarea {
  display: block; width: 100%; margin-top: 6px;
  padding: 11px 14px;
  border: 1px solid var(--line); border-radius: 10px;
  background: var(--bg-soft);
  font: inherit; font-size: 15px; color: var(--ink);
}
.fr-form input:focus, .fr-form textarea:focus {
  outline: 2px solid var(--brass); outline-offset: 0; border-color: var(--brass);
  background: #fff;
}
.fr-form textarea { resize: vertical; min-height: 120px; }
.fr-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.fr-note { font-size: 13px; color: var(--ink-soft); margin: 16px 0 20px; }
.fr-note a { color: var(--brass-deep); }
.fr-form .btn { border: 0; cursor: pointer; font-family: inherit; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 40px; }
.contact-grid .card a { color: var(--brass-deep); text-decoration: none; font-weight: 600; }
.contact-grid .card a:hover { text-decoration: underline; }

/* Footer */
footer.site {
  background: var(--stage); color: var(--stage-soft);
  padding: 44px 0; font-size: 14px;
}
footer.site .wrap { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
footer.site a { color: var(--stage-ink); text-decoration: none; margin-left: 22px; }
footer.site a:first-child { margin-left: 0; }
footer.site a:hover { color: var(--glow); }

/* Legal pages */
main.legal { max-width: 760px; margin: 0 auto; padding: 64px 24px 96px; }
main.legal h1 { font-size: 32px; margin-bottom: 28px; }
main.legal h2 { font-size: 21px; margin: 34px 0 10px; }
main.legal p, main.legal li { color: var(--ink-soft); font-size: 16px; }
main.legal ul { padding-left: 22px; }
.todo { background: #fdf3dd; border: 1px solid #ecd9a8; border-radius: 8px; padding: 3px 8px; color: #7a5b12; font-style: normal; }

@media (max-width: 760px) {
  body { font-size: 16px; }

  /* Header: zwei Zeilen, Navigation bleibt nutzbar */
  header.site .wrap {
    height: auto; flex-wrap: wrap;
    padding-top: 10px; padding-bottom: 10px; row-gap: 4px;
  }
  nav.main { width: 100%; gap: 12px; justify-content: space-between; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  nav.main a { font-size: 13px; white-space: nowrap; }

  .cols { grid-template-columns: 1fr; gap: 32px; }

  .hero { padding: 56px 0 56px; }
  .hero h1 { font-size: clamp(28px, 9.4vw, 44px); }
  .hero h1 em { text-decoration-thickness: 4px; text-underline-offset: 6px; }
  .hero p.lead { font-size: 17px; margin-top: 20px; }
  .btn { padding: 12px 22px; font-size: 14px; }

  section { padding: 56px 0; }
  section.lineup { padding: 60px 0; }

  /* Line-up: Name und Meta untereinander, kleinere Namen */
  .act-row {
    flex-direction: column; align-items: flex-start;
    gap: 10px; padding: 24px 2px;
  }
  .act-name { font-size: clamp(24px, 8.6vw, 38px); }
  .act.tba .act-name { filter: blur(7px); }
  .act-meta { white-space: normal; gap: 10px; font-size: 12px; }

  .cards, .contact-grid { gap: 14px; margin-top: 32px; }
  .fr-list, .fr-grid { grid-template-columns: 1fr; }
  .fr-panel summary { padding: 18px 20px; font-size: 16px; }
  .fr-body { padding-left: 20px; padding-right: 20px; }
  .card { padding: 22px 20px; }

  footer.site { padding: 32px 0; font-size: 13px; }
  footer.site .wrap { flex-direction: column; gap: 10px; }
  footer.site a { margin-left: 0; margin-right: 18px; }
}
