/* ==========================================================================
   The Attic – Antikes auf dem Dachboden · theattic-antikshop.de
   Design: „Fundstück“ – Leinen, Holz, Flaschengrün, Bernstein
   ========================================================================== */

/* ---------- Schriften (lokal gehostet, DSGVO-konform) ------------------- */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("../fonts/fraunces-600-700.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/fraunces-italic-600.woff2") format("woff2");
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/lora-400-600.woff2") format("woff2");
}
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lora-italic-400.woff2") format("woff2");
}

/* ---------- Farb- und Maßsystem ------------------------------------------ */

:root {
  --leinen: #f6f1e6;
  --leinen-tief: #ede5d2;
  --papier: #fcf9f2;
  --tinte: #33291e;
  --tinte-soft: #5c4f3f;
  --gruen: #35544a;
  --gruen-tief: #26403a;
  --gruen-hell: #5e7d6f;
  --bernstein: #b07a35;
  --bernstein-hell: #c99a5b;
  --ziegel: #9c5540;
  --linie: #d9cdb4;
  --linie-soft: #e7ddc8;
  --schatten: 0 18px 40px -18px rgba(51, 41, 30, .35);

  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --text: "Lora", Georgia, "Times New Roman", serif;

  --mass: min(1160px, 92vw);
  --mass-schmal: min(780px, 92vw);
}

/* ---------- Grundgerüst --------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  margin: 0;
  font-family: var(--text);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--tinte);
  background-color: var(--leinen);
  /* feine Leinenstruktur */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.55' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .35 0 0 0 0 .28 0 0 0 0 .18 0 0 0 .045 0'/%3E%3C/filter%3E%3Crect width='96' height='96' filter='url(%23n)'/%3E%3C/svg%3E");
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: var(--gruen); text-decoration-color: var(--bernstein-hell); text-underline-offset: 3px; }
a:hover { color: var(--gruen-tief); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.18;
  color: var(--tinte);
  margin: 0 0 .5em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }

p { margin: 0 0 1.1em; }

::selection { background: var(--bernstein-hell); color: var(--tinte); }

.skiplink {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--gruen-tief); color: #fff; padding: .6em 1.2em;
}
.skiplink:focus { left: 0; }

/* ---------- Wiederkehrende Bausteine -------------------------------------- */

.wrap { width: var(--mass); margin-inline: auto; }
.wrap-schmal { width: var(--mass-schmal); margin-inline: auto; }

.kicker {
  display: block;
  font-family: var(--text);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--bernstein);
  margin-bottom: 1rem;
}
.kicker::before, .kicker::after { content: "·"; margin-inline: .5em; color: var(--linie); }

.section { padding-block: clamp(4rem, 9vw, 7.5rem); position: relative; }
.section-alt { background: var(--leinen-tief); }

.vorspann { max-width: 62ch; }

.btn {
  display: inline-block;
  font-family: var(--text);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: .95em 1.9em;
  border-radius: 2px;
  border: 1px solid var(--gruen-tief);
  background: var(--gruen);
  color: #f8f5ec;
  box-shadow: inset 0 0 0 1px rgba(248, 245, 236, .25), 0 2px 0 rgba(38, 64, 58, .35);
  transition: background .2s ease, transform .15s ease;
}
.btn:hover { background: var(--gruen-tief); color: #fff; transform: translateY(-1px); }

.btn-zart {
  background: transparent;
  color: var(--gruen-tief);
  border: 1px solid var(--gruen);
  box-shadow: inset 0 0 0 1px rgba(53, 84, 74, .15);
}
.btn-zart:hover { background: rgba(53, 84, 74, .08); color: var(--gruen-tief); }

/* Zierlinie unter Überschriften – greift den Logo-Rahmen auf */
.zier {
  width: 110px; height: 12px; margin: .4rem 0 1.6rem;
  color: var(--bernstein);
}

/* sanftes Einblenden beim Scrollen (nur mit aktivem JS ausgeblendet) */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
html.js .reveal.sichtbar { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Kopfbereich ---------------------------------------------------- */

.kopf {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246, 241, 230, .94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--linie);
}
.kopf-innen {
  width: var(--mass);
  margin-inline: auto;
  display: flex; align-items: center; gap: 1.5rem;
  padding-block: .65rem;
  min-height: 72px;
}

.marke {
  display: flex; align-items: center; gap: .8rem;
  text-decoration: none; color: var(--tinte);
  margin-right: auto;
}
.marke img { width: 46px; height: 46px; object-fit: contain; mix-blend-mode: multiply; }
.marke-name { font-family: var(--serif); font-weight: 700; font-size: 1.35rem; line-height: 1.05; }
.marke-zusatz {
  display: block; font-family: var(--text); font-weight: 400; font-size: .68rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--tinte-soft);
}

.nav { display: flex; align-items: center; gap: 1.4rem; }
.nav a {
  font-size: .85rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--tinte); text-decoration: none;
  padding-block: .4em;
  border-bottom: 2px solid transparent;
}
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--bernstein); color: var(--gruen-tief); }

.sozial { display: flex; align-items: center; gap: .55rem; }
.sozial a {
  display: grid; place-items: center;
  width: 38px; height: 38px;
  border: 1px solid var(--linie);
  border-radius: 50%;
  color: var(--gruen-tief);
  background: var(--papier);
  transition: background .2s, color .2s, border-color .2s;
}
.sozial a:hover { background: var(--gruen); border-color: var(--gruen-tief); color: #f8f5ec; }
.sozial svg { width: 18px; height: 18px; }

.nav-knopf {
  display: none;
  background: none; border: 1px solid var(--linie); border-radius: 2px;
  width: 44px; height: 44px; cursor: pointer; color: var(--tinte);
}
.nav-knopf svg { width: 22px; height: 22px; }

@media (max-width: 900px) {
  .nav-knopf { display: grid; place-items: center; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--papier);
    border-bottom: 1px solid var(--linie);
    box-shadow: var(--schatten);
    display: none;
    padding: .5rem 0 1rem;
  }
  .nav.offen { display: flex; }
  .nav a { padding: .8em 6vw; border-bottom: 1px solid var(--linie-soft); }
  .sozial { display: none; }
}

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

.hero { position: relative; isolation: isolate; }

.hero-bild { position: relative; height: clamp(480px, 78vh, 760px); overflow: hidden; }
.hero-bild img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.hero-bild::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(38, 64, 58, .55) 0%, rgba(38, 64, 58, 0) 45%),
    linear-gradient(to bottom, rgba(51, 41, 30, .28) 0%, rgba(51, 41, 30, 0) 22%);
}

.hero-karte {
  position: relative;
  width: var(--mass); margin-inline: auto;
  margin-top: clamp(-150px, -14vw, -110px);
  z-index: 2;
}
.hero-karte-innen {
  max-width: 640px;
  background: var(--papier);
  border: 1px solid var(--linie);
  box-shadow: var(--schatten), inset 0 0 0 1px #fff;
  padding: clamp(1.8rem, 4vw, 3rem);
  position: relative;
}
/* doppelte Zierlinie wie ein Passepartout */
.hero-karte-innen::before {
  content: ""; position: absolute; inset: 9px;
  border: 1px solid var(--linie-soft);
  pointer-events: none;
}

.moin {
  font-family: var(--serif); font-style: italic; font-weight: 600;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  color: var(--bernstein);
  display: block; margin-bottom: .35rem;
}

.hero-karte p { color: var(--tinte-soft); max-width: 48ch; }
.hero-aktionen { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }

/* Hängendes Ladenschild (Gimmick 1) */
.ladenschild {
  position: absolute; top: 0; right: clamp(1rem, 6vw, 5rem); z-index: 3;
  transform-origin: 50% -10px;
  animation: pendeln 6s ease-in-out infinite;
  filter: drop-shadow(0 14px 18px rgba(38, 64, 58, .4));
}
.ladenschild-aufhaengung { display: block; margin-inline: auto; width: 76px; height: 34px; color: #d8d3c6; }
.ladenschild-tafel {
  display: block;
  background: linear-gradient(160deg, #f4efe2 0%, #e9e2cf 100%);
  border: 3px solid var(--gruen-tief);
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #f4efe2, inset 0 0 0 3.5px var(--gruen);
  padding: .8rem 1.3rem .9rem;
  text-align: center;
  min-width: 200px;
}
.ladenschild-status {
  font-family: var(--serif); font-weight: 700;
  font-size: 1.06rem; line-height: 1.25;
  color: var(--gruen-tief);
  display: block;
}
.ladenschild-detail { display: block; font-size: .78rem; letter-spacing: .06em; color: var(--tinte-soft); margin-top: .25rem; }
.ladenschild[data-status="offen"] .ladenschild-status { color: var(--ziegel); }

@keyframes pendeln {
  0%, 100% { transform: rotate(1.4deg); }
  50% { transform: rotate(-1.4deg); }
}
@media (prefers-reduced-motion: reduce) { .ladenschild { animation: none; } }
@media (max-width: 720px) {
  /* zentriert oben am Bildrand „angeschlagen“ – bleibt über dem Foto sichtbar */
  .ladenschild {
    right: auto; left: 50%;
    transform: translateX(-50%);
    animation: none;
  }
  .ladenschild-aufhaengung { display: none; }
  .ladenschild-tafel { border-radius: 0 0 5px 5px; border-top: none; }
  .hero-karte { margin-top: -70px; }
}

/* Terminband unter dem Hero */
.terminband {
  background: var(--gruen-tief);
  color: #e9e4d5;
  font-size: .92rem;
  letter-spacing: .04em;
  text-align: center;
  padding: .8em 4vw;
}
.terminband strong { color: #fff; font-weight: 600; }
.terminband .naechster { color: var(--bernstein-hell); font-weight: 600; }

/* ---------- Schaukelpferd-Vignette (Gimmick 3) ----------------------------- */

.pferd {
  width: clamp(90px, 12vw, 140px);
  margin-inline: auto;
  mix-blend-mode: multiply;
  transform-origin: 50% 88%;
}
.pferd.schaukelt { animation: schaukeln 3.2s ease-in-out 1; }
@keyframes schaukeln {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(-7deg); }
  35% { transform: rotate(5.5deg); }
  55% { transform: rotate(-3.5deg); }
  75% { transform: rotate(2deg); }
  90% { transform: rotate(-.8deg); }
  100% { transform: rotate(0deg); }
}
@media (prefers-reduced-motion: reduce) { .pferd.schaukelt { animation: none; } }

/* ---------- Etiketten / Stil-Anhänger (Gimmick 4) -------------------------- */

.etiketten { display: flex; flex-wrap: wrap; gap: .9rem 1rem; margin: 1.6rem 0 .4rem; padding: 0; list-style: none; }

.etikett {
  position: relative;
  font-family: var(--serif); font-weight: 600; font-size: .92rem;
  background: var(--papier);
  border: 1px solid var(--linie);
  box-shadow: 0 3px 8px -3px rgba(51, 41, 30, .3);
  padding: .45em 1em .45em 1.7em;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 14px 100%, 0 50%);
  transform: rotate(var(--kippen, -1.2deg));
  transform-origin: 8px 50%;
  transition: transform .3s ease;
  cursor: default;
}
.etikett::before {
  content: ""; position: absolute; left: 9px; top: 50%; translate: 0 -50%;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--leinen); border: 1.5px solid var(--bernstein);
}
.etikett:nth-child(2n) { --kippen: 1.4deg; }
.etikett:nth-child(3n) { --kippen: -.6deg; }
.etikett:hover { animation: etikett-pendel .9s ease-in-out 1; }
@keyframes etikett-pendel {
  0% { transform: rotate(var(--kippen, -1.2deg)); }
  30% { transform: rotate(4deg); }
  60% { transform: rotate(-2.5deg); }
  100% { transform: rotate(var(--kippen, -1.2deg)); }
}

/* ---------- Zweispalter / Bildlayouts -------------------------------------- */

.duett {
  display: grid; gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
  align-items: center;
}

.rahmenbild { position: relative; }
.rahmenbild img {
  border: 10px solid var(--papier);
  outline: 1px solid var(--linie);
  box-shadow: var(--schatten);
}
.rahmenbild figcaption {
  font-size: .82rem; font-style: italic; color: var(--tinte-soft);
  margin-top: .8rem; text-align: center;
}
.rahmenbild-versetzt { transform: rotate(-1deg); }

/* ---------- Vorher/Nachher-Werkbank (Gimmick 2) ----------------------------- */

.werkbank {
  position: relative;
  overflow: hidden;
  border: 10px solid var(--papier);
  outline: 1px solid var(--linie);
  box-shadow: var(--schatten);
  touch-action: pan-y;
  cursor: ew-resize;
  user-select: none;
}
.werkbank img { width: 100%; display: block; pointer-events: none; }

.werkbank-vorher {
  position: absolute; inset: 0;
  overflow: hidden;
  width: var(--teilung, 55%);
  pointer-events: none;
}
.werkbank-vorher img {
  width: 100%; height: 100%; object-fit: cover;
  /* „Fundzustand“: Staub der Zeit */
  filter: sepia(.55) saturate(.55) contrast(.82) brightness(.82);
  position: absolute; inset: 0;
  max-width: none;
}
.werkbank-vorher::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(80, 65, 40, .18), rgba(50, 40, 25, .34));
  mix-blend-mode: multiply;
}

.werkbank-griff {
  position: absolute; top: 0; bottom: 0;
  left: var(--teilung, 55%);
  width: 3px; margin-left: -1.5px;
  background: var(--bernstein-hell);
  box-shadow: 0 0 0 1px rgba(51, 41, 30, .25);
  pointer-events: none;
}
.werkbank-griff::after {
  content: "◂ ▸";
  position: absolute; top: 50%; left: 50%;
  translate: -50% -50%;
  display: grid; place-items: center;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--papier);
  border: 2px solid var(--bernstein);
  color: var(--gruen-tief);
  font-size: .8rem; letter-spacing: -.05em;
  box-shadow: var(--schatten);
}

.werkbank-marke {
  position: absolute; bottom: 12px;
  font-family: var(--text); font-size: .72rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  background: rgba(252, 249, 242, .92);
  border: 1px solid var(--linie);
  padding: .35em .9em;
  pointer-events: none;
}
.werkbank-marke-vorher { left: 12px; }
.werkbank-marke-nachher { right: 12px; }

.werkbank-regler {
  width: 100%;
  margin-top: .6rem;
  accent-color: var(--gruen);
}

.werkbank-hinweis { font-size: .82rem; font-style: italic; color: var(--tinte-soft); margin-top: .5rem; }

/* ---------- Galerie --------------------------------------------------------- */

.galerie-gitter {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: 1.6rem;
}

.stueck {
  position: relative;
  background: var(--papier);
  border: 1px solid var(--linie);
  padding: 10px 10px 1rem;
  box-shadow: 0 10px 26px -14px rgba(51, 41, 30, .35);
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.stueck:hover { transform: translateY(-4px); box-shadow: var(--schatten); }
.stueck a { display: block; color: inherit; text-decoration: none; }
.stueck img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.stueck figcaption { font-family: var(--serif); font-weight: 600; font-size: 1.02rem; margin-top: .8rem; }

.stueck-tag {
  position: absolute; top: 18px; left: -8px; z-index: 2;
  font-family: var(--text); font-size: .7rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: #f8f5ec; background: var(--gruen);
  padding: .35em .9em .35em 1.1em;
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0 100%);
  box-shadow: 0 2px 6px rgba(38, 64, 58, .4);
}

/* Filterleiste (galerie.html) */
.filterleiste { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.8rem 0 2.6rem; }
.filterknopf {
  font-family: var(--text); font-size: .8rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  background: var(--papier); color: var(--tinte);
  border: 1px solid var(--linie); border-radius: 2px;
  padding: .55em 1.2em; cursor: pointer;
  transition: background .2s, color .2s;
}
.filterknopf:hover { border-color: var(--gruen); color: var(--gruen-tief); }
.filterknopf[aria-pressed="true"] { background: var(--gruen); border-color: var(--gruen-tief); color: #f8f5ec; }

/* Lightbox */
.lichtkasten {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(38, 34, 27, .92);
  display: none;
  place-items: center;
  padding: 4vmin;
}
.lichtkasten.offen { display: grid; }
.lichtkasten img {
  max-width: 92vw; max-height: 82vh;
  width: auto; height: auto;
  border: 12px solid var(--papier);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.lichtkasten-text { color: #e9e4d5; font-family: var(--serif); font-size: 1.05rem; margin-top: 1rem; text-align: center; }
.lichtkasten button {
  position: absolute;
  background: var(--papier); color: var(--tinte);
  border: 1px solid var(--linie); border-radius: 50%;
  width: 48px; height: 48px;
  font-size: 1.3rem; line-height: 1;
  cursor: pointer;
  display: grid; place-items: center;
}
.lichtkasten button:hover { background: var(--leinen-tief); }
.lk-zu { top: 18px; right: 18px; }
.lk-vor { right: 18px; top: 50%; translate: 0 -50%; }
.lk-zurueck { left: 18px; top: 50%; translate: 0 -50%; }
@media (max-width: 720px) {
  .lk-vor, .lk-zurueck { top: auto; bottom: 14px; translate: none; }
  .lk-vor { right: 24vw; } .lk-zurueck { left: 24vw; }
}

/* ---------- Über mich ------------------------------------------------------- */

.zitat {
  font-family: var(--serif); font-style: italic; font-weight: 600;
  font-size: clamp(1.15rem, 2.1vw, 1.45rem);
  line-height: 1.55;
  color: var(--gruen-tief);
  border-left: 3px solid var(--bernstein);
  padding-left: 1.4rem;
  margin: 1.6rem 0;
}

/* ---------- Tierische Mitarbeiter (Gimmick 5) ------------------------------- */

.polaroids {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: clamp(1.4rem, 3vw, 2.6rem);
  margin-top: 2.5rem;
}

.polaroid {
  perspective: 900px;
  width: 100%;
  max-width: 340px;
  margin-inline: auto;
  aspect-ratio: 3 / 4;
}
.polaroid-innen {
  position: relative;
  width: 100%; height: 100%;
  transform-style: preserve-3d;
  transition: transform .7s cubic-bezier(.4, .1, .2, 1);
  transform: rotate(var(--kippen, -2deg));
}
.polaroid:nth-child(2n) .polaroid-innen { --kippen: 1.8deg; }
.polaroid:nth-child(3n) .polaroid-innen { --kippen: -1deg; }
.polaroid:hover .polaroid-innen,
.polaroid:focus-within .polaroid-innen,
.polaroid.gedreht .polaroid-innen { transform: rotate(0deg) rotateY(180deg); }

.polaroid-seite {
  position: absolute; inset: 0;
  backface-visibility: hidden;
  background: var(--papier);
  border: 1px solid var(--linie);
  box-shadow: 0 12px 30px -14px rgba(51, 41, 30, .45);
  padding: 12px 12px 0;
  display: flex; flex-direction: column;
}
.polaroid-seite::before {
  /* Pinnnadel */
  content: ""; position: absolute; top: -7px; left: 50%; translate: -50% 0;
  width: 14px; height: 14px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--bernstein-hell), var(--ziegel));
  box-shadow: 0 3px 4px rgba(51, 41, 30, .4);
}
.polaroid-seite picture,
.polaroid-seite > img { flex: 1; min-height: 0; }
.polaroid-seite img { width: 100%; height: 100%; object-fit: cover; }
.polaroid-name {
  font-family: var(--serif); font-style: italic; font-weight: 600;
  font-size: 1.15rem; text-align: center;
  padding: .7rem 0 .9rem;
}

.polaroid-rueck {
  transform: rotateY(180deg);
  justify-content: center; text-align: center;
  padding: 1.4rem;
  background:
    linear-gradient(0deg, rgba(176, 122, 53, .06), rgba(176, 122, 53, .06)),
    var(--papier);
}
.polaroid-rueck h3 { margin-bottom: .2rem; }
.polaroid-titel {
  font-size: .74rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--bernstein); display: block; margin-bottom: .8rem;
}
.polaroid-rueck p { font-size: .92rem; line-height: 1.6; color: var(--tinte-soft); margin: 0; }

.polaroid-platzhalter img { object-fit: contain; padding: 12%; mix-blend-mode: multiply; opacity: .85; }

/* ---------- Social-Media-Sektion -------------------------------------------- */

.folgen-karten {
  display: grid; gap: 1.6rem;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  margin-top: 2.4rem;
}
.folgen-karte {
  display: flex; align-items: center; gap: 1.3rem;
  background: var(--papier);
  border: 1px solid var(--linie);
  box-shadow: 0 10px 26px -14px rgba(51, 41, 30, .35);
  padding: 1.6rem 1.8rem;
  text-decoration: none; color: var(--tinte);
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
}
.folgen-karte::before {
  content: ""; position: absolute; inset: 7px;
  border: 1px solid var(--linie-soft); pointer-events: none;
}
.folgen-karte:hover { transform: translateY(-4px); box-shadow: var(--schatten); }
.folgen-icon {
  flex: none;
  display: grid; place-items: center;
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--gruen); color: #f8f5ec;
}
.folgen-icon svg { width: 30px; height: 30px; }
.folgen-karte h3 { margin-bottom: .15rem; }
.folgen-karte p { margin: 0; font-size: .9rem; color: var(--tinte-soft); }
.folgen-handle { color: var(--gruen-tief); font-weight: 600; }

/* ---------- Besuch & Kontakt -------------------------------------------------- */

.besuch-gitter {
  display: grid; gap: clamp(1.6rem, 3.5vw, 3rem);
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  margin-top: 2.4rem;
}

.info-karte {
  background: var(--papier);
  border: 1px solid var(--linie);
  padding: 1.8rem 1.9rem;
  position: relative;
  box-shadow: 0 10px 26px -14px rgba(51, 41, 30, .3);
}
.info-karte::before { content: ""; position: absolute; inset: 7px; border: 1px solid var(--linie-soft); pointer-events: none; }
.info-karte h3 { display: flex; align-items: center; gap: .6rem; }
.info-karte h3 svg { width: 22px; height: 22px; color: var(--bernstein); flex: none; }
.info-karte ul { list-style: none; padding: 0; margin: 0; }
.info-karte li { padding-block: .3em; }
.info-karte a { font-weight: 600; }

.termine-liste li { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px dashed var(--linie); }
.termine-liste li:last-child { border-bottom: none; }
.termine-liste .uhrzeit { color: var(--tinte-soft); font-size: .92rem; white-space: nowrap; }

/* ---------- Sietland-Silhouette & Fußbereich ---------------------------------- */

.sietland { display: block; width: 100%; height: auto; color: var(--gruen-tief); background: transparent; margin-bottom: -1px; }

.fuss {
  background: var(--gruen-tief);
  color: #cfc9b8;
  padding: clamp(3rem, 6vw, 4.5rem) 0 0;
  font-size: .95rem;
}
.fuss a { color: #e9e4d5; text-decoration-color: rgba(201, 154, 91, .6); }
.fuss a:hover { color: #fff; }
.fuss h4 {
  color: #fff; font-size: 1.02rem; letter-spacing: .06em;
  margin-bottom: .9rem;
}
.fuss-gitter {
  display: grid; gap: 2.4rem;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  padding-bottom: 2.6rem;
}
.fuss-marke { max-width: 300px; }
.fuss-marke img { width: 68px; mix-blend-mode: screen; filter: invert(92%) sepia(8%) saturate(300%) hue-rotate(10deg); margin-bottom: .9rem; }
.fuss-marke p { color: #b0aa97; font-size: .9rem; }
.fuss ul { list-style: none; margin: 0; padding: 0; }
.fuss li { padding-block: .22em; }

.fuss-sozial { display: flex; gap: .7rem; margin-top: 1rem; }
.fuss-sozial a {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(233, 228, 213, .35);
  color: #e9e4d5;
  transition: background .2s, color .2s;
}
.fuss-sozial a:hover { background: #e9e4d5; color: var(--gruen-tief); }
.fuss-sozial svg { width: 19px; height: 19px; }

.fuss-zeile {
  border-top: 1px solid rgba(233, 228, 213, .18);
  padding-block: 1.2rem;
  display: flex; flex-wrap: wrap; gap: .5rem 2rem;
  justify-content: space-between;
  font-size: .82rem; color: #a39d8a;
}
.fuss-zeile a { color: #cfc9b8; }

/* ---------- Unterseiten (Galerie, Recht) --------------------------------------- */

.seitenkopf {
  background: var(--leinen-tief);
  border-bottom: 1px solid var(--linie);
  padding-block: clamp(2.6rem, 6vw, 4.5rem);
}
.seitenkopf p { color: var(--tinte-soft); max-width: 62ch; margin-bottom: 0; }

.rechtstext { padding-block: clamp(3rem, 6vw, 5rem); }
.rechtstext h2 { font-size: 1.45rem; margin-top: 2.2em; }
.rechtstext h3 { font-size: 1.12rem; margin-top: 1.6em; }
.rechtstext p, .rechtstext li { color: var(--tinte-soft); }
.rechtstext strong { color: var(--tinte); }

.adresse-block {
  font-style: normal;
  background: var(--papier); border: 1px solid var(--linie);
  padding: 1.4rem 1.6rem; margin: 1.4rem 0;
  line-height: 1.9;
}

/* ---------- 404 ------------------------------------------------------------------ */

.fehlerseite { text-align: center; padding-block: clamp(4rem, 10vw, 8rem); }
.fehlerseite .pferd { margin-bottom: 2rem; }

/* ---------- Druck ------------------------------------------------------------------ */

@media print {
  .kopf, .fuss, .ladenschild, .terminband, .sietland, .hero-aktionen { display: none; }
  body { background: #fff; }
}
