/* =====================================================================
   Hobbybrauer Flotwedel — Stylesheet
   Farbwelt aus dem Vereinslogo: Salbeigrün, Kupfer/Gold, warmes Papier.
   Aufbau: Tokens · Grundlagen · Layout · Header · Hero · Sektionen ·
           Komponenten · Footer · Responsive · Motion
   ===================================================================== */

/* ---- 0. Schriften (lokal gehostet, DSGVO-freundlich) ----------------- */
@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("assets/fonts/mulish.woff2") format("woff2");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

/* ---- 1. Design-Tokens ------------------------------------------------ */
:root {
  /* Markenfarben (aus dem Logo abgeleitet) */
  --forest-900: #20241d;   /* fast schwarzes Olivgrün – Tiefe   */
  --forest-800: #2c3327;   /* dunkle Sektionen                  */
  --forest-700: #3a4233;   /* Karten auf dunkel                 */
  --forest-600: #4c5346;   /* Logo-Grün                         */
  --moss:       #8aa555;   /* Kräuter-/Hopfengrün               */
  --moss-bright:#a6c171;
  --copper:     #b87924;   /* Kupfer / Gerstengold – Akzent     */
  --copper-700: #9a6118;   /* dunkler für Text auf Papier       */
  --copper-300: #d9a25a;   /* hell für dunkle Flächen           */
  --petrol:     #09566d;   /* tiefes Petrol – sparsam           */

  /* Papier & Tinte */
  --paper:   #f5efe2;      /* Seitenhintergrund – warmes Papier */
  --paper-2: #efe7d6;      /* abgesetzte Bänder                 */
  --card:    #fbf7ee;      /* Kartenflächen                     */
  --ink:     #23271f;      /* Fließtext                         */
  --ink-soft:#555b4c;      /* Sekundärtext                      */
  --cream:   #f3ecdc;      /* Text auf dunkel                   */
  --cream-soft: #c3bea9;   /* Sekundärtext auf dunkel           */

  --line:    #ddd2bc;      /* Trennlinien auf Papier            */
  --line-dark: rgba(243,236,220,.16);

  /* Typografie */
  --font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body: "Mulish", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* Maße */
  --wrap: 1180px;
  --gutter: clamp(1.25rem, 5vw, 3.5rem);
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 10px rgba(32,36,29,.08);
  --shadow-md: 0 18px 40px -20px rgba(32,36,29,.45);
  --shadow-lg: 0 34px 70px -30px rgba(32,36,29,.55);

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---- 2. Grundlagen --------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(1rem, 0.96rem + 0.25vw, 1.12rem);
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--paper);
  /* feines Papierkorn */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { max-width: 100%; display: block; height: auto; }
a { color: var(--copper-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--copper); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
  margin: 0 0 .5em;
  color: var(--forest-700);
  font-optical-sizing: auto;
}

p { margin: 0 0 1.1em; }
::selection { background: var(--copper); color: #fff; }

:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---- 3. Layout ------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(4rem, 9vw, 7.5rem); position: relative; }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }

.section--dark {
  background: var(--forest-800);
  color: var(--cream);
}
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--cream); }
.section--dark::before { /* Korn auf dunkel */
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
}
.section--paper2 { background: var(--paper-2); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper-700);
  margin: 0 0 1.1rem;
}
.section--dark .eyebrow { color: var(--copper-300); }
.eyebrow::before {
  content: ""; width: 30px; height: 2px; background: currentColor; opacity: .65;
}

.h2 { font-size: clamp(2rem, 1.3rem + 3vw, 3.25rem); max-width: 16ch; }
.lead {
  font-size: clamp(1.12rem, 1.02rem + 0.5vw, 1.4rem);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 56ch;
}
.section--dark .lead { color: var(--cream-soft); }

/* ---- 4. Buttons ------------------------------------------------------ */
.btn {
  --btn-bg: var(--copper);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  gap: .6em;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: .98rem;
  letter-spacing: .01em;
  line-height: 1;
  padding: .95em 1.5em;
  border-radius: 999px;
  border: 2px solid transparent;
  background: var(--btn-bg);
  color: var(--btn-fg);
  cursor: pointer;
  text-decoration: none;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s;
  box-shadow: 0 10px 22px -12px rgba(184,121,36,.9);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(184,121,36,.9); color: #fff; }
.btn:active { transform: translateY(0); }

.btn--ghost {
  background: transparent;
  color: var(--forest-700);
  border-color: var(--forest-600);
  box-shadow: none;
}
.btn--ghost:hover { background: var(--forest-700); color: var(--cream); border-color: var(--forest-700); }

.btn--light {
  background: var(--cream);
  color: var(--forest-800);
  box-shadow: none;
}
.btn--light:hover { background: #fff; color: var(--forest-900); }

.btn--on-dark.btn--ghost { color: var(--cream); border-color: rgba(243,236,220,.4); }
.btn--on-dark.btn--ghost:hover { background: var(--cream); color: var(--forest-800); }

.btn svg { width: 1.05em; height: 1.05em; }

/* ---- 5. Kopfzeile ---------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(245,239,226,.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s, box-shadow .3s;
}
.site-header.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 76px;
}
.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  color: var(--forest-700);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.18rem;
  line-height: 1.05;
}
.nav__brand img { width: 46px; height: 46px; }
.nav__brand small {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--copper-700);
}
.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.1rem);
  list-style: none;
  margin: 0; padding: 0;
}
.nav__links a {
  text-decoration: none;
  color: var(--forest-700);
  font-weight: 700;
  font-size: .98rem;
  position: relative;
  padding: .3em 0;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 100%; height: 2px; background: var(--copper);
  transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease);
}
.nav__links a:hover { color: var(--copper-700); }
.nav__links a:hover::after { transform: scaleX(1); }
.nav__actions { display: flex; align-items: center; gap: 1rem; }

.nav__toggle {
  display: none;
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--card);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after {
  content: ""; display: block; width: 22px; height: 2px; background: var(--forest-700);
  border-radius: 2px; transition: transform .3s var(--ease), opacity .2s;
}
.nav__toggle span { position: relative; }
.nav__toggle span::before { position: absolute; top: -7px; }
.nav__toggle span::after  { position: absolute; top:  7px; }
.nav.is-open .nav__toggle span { background: transparent; }
.nav.is-open .nav__toggle span::before { transform: translateY(7px) rotate(45deg); }
.nav.is-open .nav__toggle span::after  { transform: translateY(-7px) rotate(-45deg); }

/* ---- 6. Hero --------------------------------------------------------- */
.hero {
  position: relative;
  background: var(--forest-800);
  color: var(--cream);
  overflow: hidden;
  isolation: isolate;
}
.hero::before { /* radialer Schimmer */
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(120% 90% at 82% 8%, rgba(184,121,36,.28), transparent 55%),
    radial-gradient(90% 70% at 6% 96%, rgba(138,165,85,.20), transparent 60%),
    linear-gradient(170deg, #2c3327 0%, #232a1f 100%);
}
.hero::after { /* Korn */
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .55; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E");
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
}
.hero__eyebrow {
  display: inline-flex; flex-wrap: wrap; align-items: center; gap: .55rem .85rem;
  font-weight: 800; font-size: .76rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--copper-300); margin-bottom: 1.5rem;
}
.hero__eyebrow span:not(:last-child)::after {
  content: "·"; margin-left: .55rem; opacity: .5;
}
.hero__title {
  font-size: clamp(2.7rem, 1.6rem + 5.4vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 1.4rem;
}
.hero__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--copper-300);
}
.hero__lead {
  font-size: clamp(1.1rem, 1rem + 0.6vw, 1.4rem);
  line-height: 1.55;
  color: var(--cream-soft);
  max-width: 46ch;
  margin-bottom: 2rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.6rem; }
.hero__meta {
  display: flex; flex-wrap: wrap; gap: clamp(1.2rem, 4vw, 2.6rem);
  border-top: 1px solid var(--line-dark);
  padding-top: 1.6rem;
}
.hero__meta div { line-height: 1.2; }
.hero__meta dt {
  font-family: var(--font-display);
  font-size: 1.7rem; font-weight: 600; color: var(--copper-300);
}
.hero__meta dd {
  margin: .25rem 0 0; font-size: .82rem; letter-spacing: .04em;
  text-transform: uppercase; color: var(--cream-soft); font-weight: 700;
}

/* Hero-Bildbühne */
.hero__art { position: relative; display: grid; place-items: center; }
.hero__disc {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1;
  display: grid; place-items: center;
}
.hero__disc::before { /* warmer Schimmer hinter dem Logo */
  content: ""; position: absolute; inset: -4%; border-radius: 50%; z-index: 0;
  background: radial-gradient(circle at 50% 46%, rgba(184,121,36,.42), transparent 62%);
  filter: blur(8px);
}
.hero__disc img {
  position: relative; z-index: 1; width: 100%; border-radius: 50%;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(243,236,220,.06);
}

.seal {
  position: absolute;
  right: -6px; top: -10px;
  width: clamp(92px, 22%, 130px);
  aspect-ratio: 1;
  color: var(--copper-300);
  animation: spin 38s linear infinite;
}
@media (prefers-reduced-motion: reduce) { .seal { animation: none; } }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---- 7. Laufband (Ticker) ------------------------------------------- */
.ticker {
  background: var(--copper);
  color: #2c1e08;
  overflow: hidden;
  border-block: 2px solid var(--forest-900);
}
.ticker__track {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
  padding-block: .7rem;
  animation: marquee 32s linear infinite;
  will-change: transform;
}
.ticker:hover .ticker__track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; } }
.ticker span {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: .02em;
  display: inline-flex; align-items: center; gap: 2.5rem;
}
.ticker span::after { content: "✦"; font-size: .7em; opacity: .6; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---- 8. Über uns / Geschichte --------------------------------------- */
.about__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
.about__text p { max-width: 52ch; }
.about__sign {
  margin-top: 2rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--copper-700);
}

/* Zeitstrahl */
.timeline { position: relative; margin: 0; padding: 0 0 0 1.9rem; list-style: none; }
.timeline::before {
  content: ""; position: absolute; left: 6px; top: .4rem; bottom: .4rem;
  width: 2px; background: repeating-linear-gradient(var(--copper) 0 6px, transparent 6px 12px);
}
.timeline__item { position: relative; padding-bottom: 2rem; }
.timeline__item:last-child { padding-bottom: 0; }
.timeline__item::before {
  content: ""; position: absolute; left: -1.9rem; top: .35rem;
  width: 15px; height: 15px; border-radius: 50%;
  background: var(--paper); border: 3px solid var(--copper);
}
.timeline__item.is-now::before { background: var(--moss); border-color: var(--moss); }
.timeline__date {
  font-weight: 800; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--copper-700);
}
.timeline__item h3 { font-size: 1.3rem; margin: .15rem 0 .35rem; }
.timeline__item p { margin: 0; color: var(--ink-soft); font-size: .98rem; }

/* ---- 9. Zutaten (Reinheitsgebot) ------------------------------------ */
.ingredients {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.6rem);
  margin-top: 3rem;
}
.ingredient {
  background: rgba(243,236,220,.04);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 1.8rem 1.5rem;
  transition: transform .3s var(--ease), background .3s, border-color .3s;
}
.ingredient:hover { transform: translateY(-6px); background: rgba(243,236,220,.07); border-color: rgba(217,162,90,.4); }
.ingredient__icon {
  width: 54px; height: 54px; color: var(--copper-300); margin-bottom: 1.1rem;
}
.ingredient__no {
  font-family: var(--font-display); font-size: .9rem; color: var(--moss-bright); font-weight: 600;
}
.ingredient h3 { color: var(--cream); font-size: 1.45rem; margin: .1rem 0 .5rem; }
.ingredient p { margin: 0; color: var(--cream-soft); font-size: .96rem; line-height: 1.6; }

/* ---- 10. Biere ------------------------------------------------------- */
.brews__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.brew-feature {
  position: relative;
  background: linear-gradient(160deg, var(--forest-700), var(--forest-800));
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.brew-feature::after {
  content: ""; position: absolute; right: -60px; bottom: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(184,121,36,.35), transparent 70%);
}
.brew-feature .tag {
  display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--forest-900); background: var(--copper-300);
  padding: .35em .8em; border-radius: 999px; margin-bottom: 1.2rem;
}
.brew-feature h3 { color: var(--cream); font-size: clamp(1.8rem, 1.3rem + 2vw, 2.6rem); margin-bottom: .3rem; }
.brew-feature .by { color: var(--copper-300); font-style: italic; font-family: var(--font-display); margin-bottom: 1rem; }
.brew-feature p { color: var(--cream-soft); max-width: 40ch; position: relative; z-index: 1; }
.brew-feature dl { display: flex; gap: 2rem; margin: 1.4rem 0 0; position: relative; z-index: 1; }
.brew-feature dt { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cream-soft); font-weight: 700; }
.brew-feature dd { margin: .2rem 0 0; font-family: var(--font-display); font-size: 1.35rem; color: var(--moss-bright); }

.style-list { display: grid; gap: 1rem; }
.style-card {
  display: flex; align-items: center; gap: 1.1rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.3rem;
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), border-color .25s;
}
.style-card:hover { transform: translateX(6px); border-color: var(--copper); }
.style-card__swatch {
  width: 14px; height: 42px; border-radius: 4px; flex: none;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.12);
}
.style-card h4 { margin: 0; font-size: 1.18rem; color: var(--forest-700); }
.style-card p { margin: .1rem 0 0; font-size: .9rem; color: var(--ink-soft); }

/* ---- 11. Termine / Rhythmus ----------------------------------------- */
.rhythm { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 3vw, 2rem); margin-top: 2.6rem; }
.rhythm__item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.rhythm__when {
  font-weight: 800; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--copper-700); margin-bottom: .9rem;
}
.rhythm__item h3 { font-size: 1.45rem; margin: 0 0 .4rem; }
.rhythm__item p { margin: 0; color: var(--ink-soft); font-size: .98rem; }
.rhythm__icon { width: 38px; height: 38px; color: var(--moss); margin-bottom: 1.1rem; }

.quote {
  margin: 3.4rem auto 0;
  max-width: 46ch;
  text-align: center;
}
.quote blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.1rem);
  line-height: 1.3;
  color: var(--forest-700);
  font-style: italic;
}
.quote blockquote::before { content: "„"; color: var(--copper); }
.quote blockquote::after  { content: "“"; color: var(--copper); }
.quote cite {
  display: block; margin-top: 1rem; font-style: normal; font-weight: 800;
  font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft);
}

/* ---- 12. Mitmachen / Kontakt ---------------------------------------- */
.join__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: stretch;
}
.contact-card {
  background: rgba(243,236,220,.05);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: clamp(1.8rem, 3vw, 2.6rem);
}
.contact-list { list-style: none; margin: 1.8rem 0 0; padding: 0; display: grid; gap: 1.3rem; }
.contact-list li { display: flex; gap: 1rem; align-items: flex-start; }
.contact-list svg { width: 24px; height: 24px; color: var(--copper-300); flex: none; margin-top: 3px; }
.contact-list a, .contact-list span { color: var(--cream); text-decoration: none; font-weight: 600; }
.contact-list a:hover { color: var(--copper-300); }
.contact-list small { display: block; color: var(--cream-soft); font-weight: 400; font-size: .82rem; letter-spacing: .04em; }

/* Formular */
.form { display: grid; gap: 1.1rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: grid; gap: .4rem; }
.field label {
  font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--cream-soft);
}
.field input, .field textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--cream);
  background: rgba(35,39,31,.45);
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  padding: .85em 1em;
  transition: border-color .2s, background .2s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(195,190,169,.55); }
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--copper-300); background: rgba(35,39,31,.7);
}
.field textarea { resize: vertical; min-height: 120px; }
.form__note { font-size: .82rem; color: var(--cream-soft); margin: 0; }

/* ---- 13. Footer ------------------------------------------------------ */
.site-footer {
  background: var(--forest-900);
  color: var(--cream-soft);
  padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--line-dark);
}
.footer__brand { display: flex; gap: 1rem; align-items: flex-start; }
.footer__brand img { width: 60px; height: 60px; }
.footer__brand strong { color: var(--cream); font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; display: block; }
.footer__brand p { font-size: .95rem; margin: .5rem 0 0; max-width: 34ch; }
.footer__col h4 { color: var(--cream); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; font-family: var(--font-body); font-weight: 800; margin-bottom: 1rem; }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.footer__col a { color: var(--cream-soft); text-decoration: none; }
.footer__col a:hover { color: var(--copper-300); }
.footer__bottom {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  align-items: center; padding-top: 1.6rem; font-size: .82rem;
}
.footer__bottom p { margin: 0; }
.footer__social { display: flex; gap: .8rem; }
.footer__social a {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--line-dark); color: var(--cream);
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.footer__social a:hover { background: var(--copper); border-color: var(--copper); color: #fff; transform: translateY(-3px); }
.footer__social svg { width: 20px; height: 20px; }

.legal-note {
  margin-top: 1.4rem; font-size: .78rem; color: rgba(195,190,169,.7);
  display: flex; align-items: center; gap: .6rem;
}
.legal-note .age {
  flex: none; width: 34px; height: 34px; border: 2px solid var(--cream-soft);
  border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: .72rem; color: var(--cream);
}

/* ---- 14. Trenner ----------------------------------------------------- */
.divider-hops { display: flex; align-items: center; gap: 1.2rem; color: var(--line); margin: 0; }
.divider-hops::before, .divider-hops::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.divider-hops svg { width: 28px; height: 28px; color: var(--copper); }

/* Rechtstexte (Impressum / Datenschutz) */
.legal { max-width: 760px; }
.legal h2 { font-size: clamp(1.4rem, 1.1rem + 1vw, 1.9rem); margin-top: 2.4rem; }
.legal h3 { font-size: 1.15rem; margin-top: 1.6rem; color: var(--forest-600); }
.legal p, .legal li { color: var(--ink-soft); }
.legal a { word-break: break-word; }
.legal .meta-line { font-weight: 700; color: var(--ink); }
.page-hero {
  background: var(--forest-800); color: var(--cream);
  padding-block: clamp(3rem, 7vw, 5rem) clamp(2.5rem, 5vw, 3.5rem);
  position: relative; overflow: hidden;
}
.page-hero h1 { color: var(--cream); font-size: clamp(2.2rem, 1.6rem + 3vw, 3.4rem); }
.page-hero p { color: var(--cream-soft); margin: 0; }

/* ---- 15. Reveal-Animation ------------------------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

.skip-link {
  position: absolute; left: 1rem; top: -3rem; z-index: 100;
  background: var(--copper); color: #fff; padding: .6em 1em; border-radius: 8px;
  font-weight: 700; transition: top .2s;
}
.skip-link:focus { top: 1rem; color: #fff; }

/* ---- 15b. Event-Karte ----------------------------------------------- */
.event {
  display: flex;
  align-items: stretch;
  margin-top: 3rem;
  background: linear-gradient(155deg, var(--forest-700), var(--forest-800));
  color: var(--cream);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.event__date {
  flex: none;
  width: 150px;
  background: var(--copper);
  color: #2c1e08;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .1rem;
  padding: 1.5rem 1rem;
  text-align: center;
}
.event__dow { font-weight: 800; letter-spacing: .14em; text-transform: uppercase; font-size: .85rem; }
.event__day { font-family: var(--font-display); font-weight: 600; font-size: 3.6rem; line-height: .9; }
.event__mon { font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .82rem; }
.event__body { padding: clamp(1.5rem, 3vw, 2.4rem); }
.event__kicker {
  font-weight: 800; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--copper-300); margin: 0 0 .5rem;
}
.event__body h3 { color: var(--cream); font-size: clamp(1.7rem, 1.2rem + 2vw, 2.4rem); margin: 0 0 .6rem; }
.event__meta {
  display: flex; align-items: center; gap: .55rem; flex-wrap: wrap;
  color: var(--moss-bright); font-weight: 700; margin: 0 0 1rem;
}
.event__meta svg { width: 20px; height: 20px; flex: none; }
.event__body p:not(.event__kicker):not(.event__meta) { color: var(--cream-soft); max-width: 52ch; }
.event .btn { margin-top: .5rem; }

/* ---- 15c. Vereinsjahr-Überschrift ----------------------------------- */
.rhythm__title {
  margin: 3.6rem 0 0;
  text-align: center;
  font-size: clamp(1.4rem, 1.1rem + 1vw, 1.8rem);
  color: var(--forest-700);
}

/* ---- 15d. Mitglied werden ------------------------------------------- */
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.facts li {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem .5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.facts strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--copper-700);
}
.facts span { display: block; margin-top: .35rem; font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); }

.steps { list-style: none; margin: 0 0 2rem; padding: 0; display: grid; gap: 1.1rem; }
.steps li { display: flex; gap: 1rem; align-items: flex-start; }
.steps__no {
  flex: none; width: 32px; height: 32px; border-radius: 50%;
  background: var(--copper); color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem;
}
.steps li > span:last-child { padding-top: 4px; color: var(--ink); }
.member-note { font-size: .85rem; color: var(--ink-soft); margin: 1.1rem 0 0; }

/* helle Karte/Formular auf Papierflächen */
.contact-card--light { background: var(--card); border-color: var(--line); box-shadow: var(--shadow-sm); }
.form-title { color: var(--forest-700); font-size: 1.4rem; margin: 0 0 .4rem; }
.form-intro { color: var(--ink-soft); font-size: .95rem; margin: 0 0 1.3rem; }
.form--light .field label { color: var(--ink-soft); }
.form--light .field input,
.form--light .field textarea {
  background: #fff; border-color: var(--line); color: var(--ink);
}
.form--light .field input::placeholder,
.form--light .field textarea::placeholder { color: #9a9684; }
.form--light .field input:focus,
.form--light .field textarea:focus { border-color: var(--copper); background: #fff; }
.form--light .form__note { color: var(--ink-soft); }

/* ---- 16. Responsive -------------------------------------------------- */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__art { order: -1; max-width: 360px; margin-inline: auto; }
  .about__grid,
  .brews__grid,
  .join__grid { grid-template-columns: 1fr; }
  .ingredients { grid-template-columns: repeat(2, 1fr); }
  .rhythm { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 940px) {
  .nav__links, .nav__actions .btn { display: none; }
  .nav__toggle { display: inline-flex; }
  /* Mobile-Menü */
  .nav__links.is-open {
    display: flex;
    position: absolute;
    left: 0; right: 0; top: 76px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    padding: .5rem var(--gutter) 1.2rem;
  }
  .nav__links.is-open li { border-bottom: 1px solid var(--line); }
  .nav__links.is-open a { display: block; padding: 1rem 0; font-size: 1.1rem; }
  .nav__links.is-open a::after { display: none; }
}

@media (max-width: 600px) {
  .event { flex-direction: column; }
  .event__date { width: 100%; flex-direction: row; gap: .6rem; padding: .9rem 1rem; }
  .event__day { font-size: 2rem; }
}

@media (max-width: 520px) {
  .ingredients { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .hero__meta { gap: 1.2rem 2rem; }
  .seal { display: none; }
}
