/* ------------------------------------------------------------------
   Luhmühlen Live — ruhiges, editoriales Design
   Palette: Heidesand (Creme), Moosgrün, Bronze
   Keine externen Fonts, keine externen Skripte.
------------------------------------------------------------------- */

:root {
  --paper: #f6f3ec;
  --paper-deep: #efeadf;
  --ink: #1f2b24;
  --ink-soft: #4a5750;
  --green: #2c5140;
  --green-deep: #1e3a2d;
  --bronze: #a3762e;
  --line: #d8d1c2;
  --radius: 10px;
  --measure: 62ch;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .brand {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-weight: 500;
  line-height: 1.15;
  color: var(--green-deep);
  letter-spacing: 0.01em;
}

a { color: var(--green); }
a:hover { color: var(--bronze); }

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

.wrap {
  width: min(100% - 2.5rem, 68rem);
  margin-inline: auto;
}

/* ---------- Kopfzeile ---------- */

.site-head {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}

.site-head .wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  font-size: 1.15rem;
  text-decoration: none;
  color: var(--green-deep);
}

.brand em {
  font-style: normal;
  color: var(--bronze);
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  padding: clamp(3.5rem, 9vw, 7rem) 0 clamp(2.5rem, 6vw, 4.5rem);
  background:
    radial-gradient(90rem 40rem at 85% -20%, rgba(163, 118, 46, 0.09), transparent 60%),
    radial-gradient(70rem 35rem at 0% 110%, rgba(44, 81, 64, 0.08), transparent 55%),
    var(--paper);
  overflow: hidden;
}

.hero .overline {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronze);
  margin: 0 0 1.1rem;
  animation: rise 0.7s ease both;
}

.hero h1 {
  font-size: clamp(2.4rem, 7vw, 4.4rem);
  margin: 0 0 1.1rem;
  max-width: 16ch;
  animation: rise 0.7s 0.08s ease both;
}

.hero p {
  max-width: var(--measure);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  color: var(--ink-soft);
  margin: 0;
  animation: rise 0.7s 0.16s ease both;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero .overline, .hero h1, .hero p { animation: none; }
}

/* Heide-Horizont als Trenner */
.horizon {
  display: block;
  width: 100%;
  height: auto;
  color: var(--paper-deep);
  margin-bottom: -1px;
}

/* ---------- Video ---------- */

.video-section {
  background: var(--paper-deep);
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
}

.video-frame {
  display: grid;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(150deg, var(--green-deep) 0%, var(--green) 55%, #3c6a53 100%);
  box-shadow: 0 24px 60px -24px rgba(30, 58, 45, 0.55);
}

/* 16:9 als Mindesthöhe – der Consent-Inhalt darf den Rahmen strecken */
.video-frame::before {
  content: "";
  grid-area: 1 / 1;
  padding-bottom: 56.25%;
}

.video-frame iframe {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Zwei-Klick-Platzhalter: kein Request an YouTube vor dem Klick */
.video-consent {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding: clamp(1.5rem, 5vw, 2.5rem) 1.25rem;
  border: 0;
  cursor: pointer;
  background:
    radial-gradient(50rem 25rem at 50% 120%, rgba(163, 118, 46, 0.25), transparent 60%),
    transparent;
  color: #f2efe6;
  font: inherit;
  text-align: center;
}

.video-consent .play {
  flex: none;
  width: clamp(54px, 12vw, 74px);
  height: clamp(54px, 12vw, 74px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(246, 243, 236, 0.14);
  border: 1.5px solid rgba(246, 243, 236, 0.55);
  transition: transform 0.25s ease, background 0.25s ease;
}

.video-consent:hover .play,
.video-consent:focus-visible .play {
  transform: scale(1.07);
  background: var(--bronze);
  border-color: var(--bronze);
}

.video-consent .play svg { display: block; margin-left: 4px; }

.video-consent strong {
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.video-consent small {
  max-width: 46ch;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(242, 239, 230, 0.75);
}

.video-consent small a { color: inherit; }

/* ---------- Logo-Leiste ---------- */

.partners {
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(3rem, 7vw, 5rem);
}

.partners h2 {
  font-size: 0.78rem;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  text-align: center;
  margin: 0 0 2rem;
}

.partners h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: var(--bronze);
  margin: 0.9rem auto 0;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 5vw, 3.5rem);
}

.logo-row img {
  height: clamp(40px, 7vw, 56px);
  width: auto;
  object-fit: contain;
}

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

.site-foot {
  border-top: 1px solid var(--line);
  padding: 1.6rem 0 2.2rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
}

.site-foot .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.75rem;
  align-items: baseline;
  justify-content: space-between;
}

.site-foot nav {
  display: flex;
  gap: 1.5rem;
}

.site-foot a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
}

.site-foot a:hover { color: var(--green-deep); border-color: var(--bronze); }

/* ---------- Unterseiten (Impressum / Datenschutz) ---------- */

.page {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 8vw, 6rem);
}

.page h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0 0 2rem;
}

.page h2 {
  font-size: 1.35rem;
  margin: 2.4rem 0 0.6rem;
}

.page p, .page ul { max-width: var(--measure); color: var(--ink); }

.page .back {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--ink-soft);
}

address { font-style: normal; }
