/* walterschmuck.de — Stylesheet
   Palette: Orange #ff7400, Gelb #ffd800, weiße Schrift auf dunklem Grund */

:root {
  --orange: #ff7400;
  --yellow: #ffd800;
  --ink: #0e0b08;          /* fast schwarz, warm */
  --ink-2: #17110b;        /* Panel-Ton */
  --ink-3: #221812;        /* Karten */
  --white: #ffffff;
  --muted: #d8ccc0;        /* gedämpftes Weiß für Fließtext */
  --line: rgba(255,116,0,.22);
  --max: 1080px;
  --gutter: clamp(20px, 5vw, 64px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 19px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* subtiler warmer Lichtschein oben */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(120% 80% at 50% -20%, rgba(255,116,0,.14), transparent 60%);
  z-index: 0;
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 1; }

a { color: var(--yellow); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--orange); }

h1, h2, h3 { font-family: "Barlow Condensed", "Inter", sans-serif; font-weight: 700; line-height: 1.02; letter-spacing: .5px; text-transform: uppercase; margin: 0; }

/* ---------- Header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(14,11,8,.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { font-family: "Barlow Condensed", sans-serif; font-weight: 700; font-size: 26px; text-transform: uppercase; letter-spacing: 1px; color: var(--white); }
.brand b { color: var(--orange); }
.nav { display: flex; gap: 26px; }
.nav a { color: var(--muted); text-transform: uppercase; font-family: "Barlow Condensed", sans-serif; font-weight: 600; font-size: 16px; letter-spacing: 1.5px; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--yellow); }
.nav a[aria-current="page"] { border-bottom: 2px solid var(--orange); }

.menu-btn { display: none; background: none; border: 1.5px solid var(--orange); color: var(--yellow); font-size: 30px; line-height: 1; width: 56px; height: 52px; border-radius: 8px; cursor: pointer; }

/* ---------- Hero ---------- */
.hero { padding: clamp(56px, 12vw, 120px) 0 clamp(40px, 8vw, 80px); }
.eyebrow { display: inline-block; font-family: "Barlow Condensed", sans-serif; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; font-size: 14px; color: var(--orange); margin-bottom: 18px; }
.hero h1 { font-size: clamp(44px, 8.5vw, 112px); }
.hero h1 .accent { color: var(--yellow); }
.hero .lead { max-width: 620px; margin-top: 22px; color: var(--muted); font-size: clamp(19px, 2.6vw, 23px); }

.roles { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.roles span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px; font-family: "Barlow Condensed", sans-serif; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; font-size: 14px; color: var(--white); }
.roles span:nth-child(odd) { border-color: rgba(255,216,0,.3); }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.btn { display: inline-block; padding: 14px 26px; border-radius: 8px; font-family: "Barlow Condensed", sans-serif; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; font-size: 16px; }
.btn-solid { background: var(--orange); color: var(--ink); }
.btn-solid:hover { background: var(--yellow); color: var(--ink); }
.btn-ghost { border: 1px solid var(--line); color: var(--white); }
.btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }

/* ---------- Sections ---------- */
.section { padding: clamp(48px, 9vw, 96px) 0; }
.section-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 40px; }
.section-head .idx { font-family: "Barlow Condensed", sans-serif; color: var(--orange); font-size: 20px; font-weight: 700; }
.section-head h2 { font-size: clamp(30px, 6vw, 56px); }
.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

.page-title { padding: clamp(48px,10vw,96px) 0 clamp(28px,5vw,48px); }
.page-title h1 { font-size: clamp(44px, 9vw, 92px); }
.page-title h1 .accent { color: var(--yellow); }
.page-title p { color: var(--muted); max-width: 640px; margin-top: 18px; }

/* ---------- Filme ---------- */
.film { display: grid; grid-template-columns: 88px 1fr; gap: clamp(18px, 4vw, 40px); padding: clamp(28px,5vw,44px) 0; border-top: 1px solid var(--line); align-items: start; }
.film .year { font-family: "Barlow Condensed", sans-serif; font-weight: 700; font-size: clamp(30px,6vw,52px); color: var(--orange); line-height: 1; }
.film h3 { font-size: clamp(26px, 5vw, 42px); color: var(--white); }
.film .meta { color: var(--yellow); font-family: "Barlow Condensed", sans-serif; letter-spacing: 1px; text-transform: uppercase; font-size: 15px; margin: 8px 0 14px; }
.film p { color: var(--muted); margin: 0 0 10px; }
.tag { display: inline-block; margin: 6px 8px 0 0; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: 4px 10px; }

/* ---------- Karten (Angebot) ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.card { background: var(--ink-3); border: 1px solid var(--line); border-radius: 12px; padding: 26px; }
.card h3 { color: var(--yellow); font-size: 24px; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 16px; margin: 0; }

/* ---------- Vita ---------- */
.prose { max-width: 720px; }
.prose p { color: var(--muted); margin: 0 0 20px; }
.prose strong { color: var(--white); }

.timeline { list-style: none; padding: 0; margin: 36px 0 0; max-width: 760px; }
.timeline li { display: grid; grid-template-columns: 96px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.timeline .t { font-family: "Barlow Condensed", sans-serif; font-weight: 700; color: var(--orange); letter-spacing: 1px; }
.timeline .d { color: var(--muted); }
.timeline .d b { color: var(--white); font-weight: 600; }

/* ---------- Portraitplatzhalter ---------- */
.portrait { border: 1px dashed var(--line); border-radius: 14px; aspect-ratio: 3 / 4; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--muted); background: var(--ink-2); font-size: 15px; padding: 20px; }
.portrait img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; display: block; }

.split { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 5vw, 52px); }
@media (min-width: 820px) { .split { grid-template-columns: 340px 1fr; align-items: start; } }

/* ---------- Kontakt ---------- */
.contact-big { font-size: clamp(28px, 6vw, 56px); font-family: "Barlow Condensed", sans-serif; font-weight: 700; text-transform: uppercase; }
.contact-big a { color: var(--yellow); }
.contact-list { list-style: none; padding: 0; margin: 32px 0 0; }
.contact-list li { padding: 14px 0; border-top: 1px solid var(--line); display: flex; gap: 16px; align-items: baseline; }
.contact-list .k { min-width: 130px; color: var(--orange); font-family: "Barlow Condensed", sans-serif; letter-spacing: 1.5px; text-transform: uppercase; font-size: 15px; }

/* ---------- Footer ---------- */
.site-foot { border-top: 1px solid var(--line); margin-top: 40px; padding: 40px 0; color: var(--muted); font-size: 14px; }
.site-foot .wrap { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; }
.site-foot a { color: var(--muted); }
.site-foot a:hover { color: var(--yellow); }

/* ---------- Mobile Nav ---------- */
@media (max-width: 1023px) {
  .menu-btn { display: block; }
  .nav { position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--ink-2); border-bottom: 1px solid var(--line); display: none; }
  .nav.open { display: flex; }
  .nav a { padding: 16px var(--gutter); border-top: 1px solid var(--line); font-size: 18px; }
  .nav a[aria-current="page"] { border-bottom: 0; color: var(--yellow); }
}

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

:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }

/* ---------- Dropdown "Bühne & Stimme" ---------- */
.has-sub { position: relative; }
.has-sub > a::after { content: " ▾"; font-size: 12px; }
.sub { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: var(--ink-2); border: 1px solid var(--line); border-radius: 10px; min-width: 210px; padding: 8px 0; z-index: 60; }
.has-sub:hover .sub, .has-sub:focus-within .sub { display: block; }
.sub a { display: block; padding: 10px 18px; border: 0; color: var(--muted); }
.sub a:hover { color: var(--yellow); background: rgba(255,116,0,.08); }

/* ---------- Zitate ---------- */
.quote { border-left: 3px solid var(--orange); margin: 40px 0; padding: 8px 0 8px 26px; max-width: 760px; }
.quote p { font-family: "Barlow Condensed", sans-serif; font-size: clamp(22px, 3.6vw, 32px); line-height: 1.3; color: var(--white); margin: 0 0 10px; font-weight: 600; }
.quote cite { color: var(--yellow); font-style: normal; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; font-family: "Barlow Condensed", sans-serif; }

/* ---------- Galerie mit Bildnachweis ---------- */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 10px; }
.gallery figure, .figure { margin: 0; }
.gallery img, .figure img { width: 100%; height: auto; display: block; border-radius: 12px; border: 1px solid var(--line); }
figcaption { color: var(--muted); font-size: 13.5px; margin-top: 8px; line-height: 1.45; }
figcaption .credit { color: rgba(216,204,192,.6); display: block; font-size: 12.5px; }

/* Hero mit Bild rechts */
.hero-split { display: grid; gap: clamp(28px,5vw,56px); align-items: center; }
@media (min-width: 1024px) {
  .hero-split { grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); }
  .hero-split h1 { font-size: clamp(44px, 7.5vw, 96px); }
}
.hero-split > * { min-width: 0; }

/* Rollen-Hub Karten klickbar */
.card a.stretch { display: inline-block; margin-top: 14px; font-family: "Barlow Condensed", sans-serif; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; font-size: 15px; }

/* Mobile: Untermenü immer sichtbar einrücken */
@media (max-width: 1023px) {
  .sub { display: block; position: static; transform: none; border: 0; border-radius: 0; background: transparent; padding: 0; }
  .sub a { padding-left: calc(var(--gutter) + 22px); font-size: 16px; }
  .has-sub > a::after { content: ""; }
}

/* ===== Feinschliff-Runde ===== */

/* Lange Wörter in Karten/Fließtext sauber umbrechen */
.card p, .card h3, .prose p, .lead, .film p, .quote p, figcaption { overflow-wrap: break-word; word-break: normal; hyphens: auto; }

/* Mobile Navigation: größere Tap-Flächen & Schrift */
@media (max-width: 1023px) {
  .nav a { font-size: 20px; padding: 18px var(--gutter); }
  .sub a { font-size: 18px; padding-top: 15px; padding-bottom: 15px; }
  .menu-btn { width: 48px; height: 44px; font-size: 24px; }
}


/* ===== Mobile Lesbarkeit (v6): Größenverhältnisse korrigieren ===== */
@media (max-width: 1023px) {
  body { font-size: 20px; }
  .eyebrow { font-size: 15px; }
  .section-head h2 { font-size: clamp(30px, 7vw, 52px); }
  .film .meta, .card p, .contact-list .k { font-size: 16px; }
  .nav a { font-size: 22px; padding: 20px var(--gutter); }
  .sub a { font-size: 19px; }
  .menu-btn { width: 60px; height: 54px; font-size: 32px; }
  .roles span { font-size: 15px; padding: 8px 18px; }
  .btn { font-size: 17px; padding: 15px 26px; }
}
