/* Moorwerk — Nebelstreifen, Torfziegel, Birke. Kein Kartenraster. */
:root {
  --torf: #3a2618;
  --ziegel: #5a3a24;
  --birke: #e8dcc4;
  --nebel: #c9d0c8;
  --moos: #6a7a62;
  --wasser: #8ea0a4;
  --tinte: #23180f;
  --milch: #f3efe6;
  --bad: #8b2c1a;
  --gut: #35573a;
}

*,
*::before,
*::after { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--tinte);
  background:
    linear-gradient(180deg, #d7ddd6 0%, #e8e4d8 38%, #cfc6b4 100%);
  font-family: "IBM Plex Sans", "Helvetica Neue", sans-serif;
  font-size: 1.02rem;
  line-height: 1.7;
}

body.nav-lock { overflow: hidden; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  color: transparent;
}

a { color: var(--ziegel); }

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

.skip {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--torf);
  color: var(--birke);
  padding: 0.4rem 0.7rem;
  z-index: 80;
}
.skip:focus { top: 0.8rem; }

/* Thin mist bar, not a ledger */
.nebelsteg {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 1.2rem;
  background: rgba(243, 239, 230, 0.92);
  border-bottom: 1px solid rgba(58, 38, 24, 0.08);
}

.moor-mark {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--torf);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
}
.moor-mark small {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--moos);
}

.schicht {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.45rem;
  border: 0;
  background: var(--torf);
  cursor: pointer;
}
.schicht span {
  display: block;
  height: 2px;
  background: var(--birke);
}
.schicht[aria-expanded="true"] span:nth-child(2) { opacity: 0.25; }

.nebelzug {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}
.nebelzug a {
  text-decoration: none;
  color: var(--tinte);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nebelzug a[aria-current="page"] { color: var(--ziegel); }
.nebelzug .ruf {
  color: var(--moos);
  font-variant-numeric: tabular-nums;
}

@media (max-width: 860px) {
  .schicht { display: flex; position: relative; z-index: 90; }
  .nebelzug {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 80;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.4rem;
    background: #e4d8c0;
  }
  .nebelzug.is-open { display: flex; }
}

@media (min-width: 861px) {
  .schicht { display: none; }
}

/* Full-bleed foggy strips */
.strip {
  position: relative;
  width: 100%;
  min-height: 58vh;
  overflow: hidden;
  background-color: #8a9186;
  background-image:
    radial-gradient(ellipse 80% 50% at 20% 30%, rgba(232, 220, 196, 0.45), transparent 55%),
    linear-gradient(180deg, #c5ccc4 0%, #8d8070 100%);
}
.strip--home {
  min-height: 78vh;
  display: grid;
  align-items: end;
}
.strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(0.92);
}
.strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(215, 221, 214, 0.88) 0%, rgba(215, 221, 214, 0.2) 48%, rgba(207, 198, 180, 0.55) 100%),
    linear-gradient(180deg, rgba(243, 239, 230, 0.15), rgba(58, 38, 24, 0.35));
  pointer-events: none;
}

.strip-text {
  position: relative;
  z-index: 2;
  max-width: 38rem;
  padding: 4rem 8vw 3.2rem;
}
.strip-text h1,
.strip-text h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1.05;
  margin: 0 0 0.8rem;
}
.strip-text p { margin: 0 0 1rem; max-width: 34rem; }

.peat-brick {
  display: inline-block;
  margin-top: 0.6rem;
  padding: 0.35rem 0.55rem;
  background: var(--ziegel);
  color: var(--birke);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 rgba(35, 24, 15, 0.25);
}

.nebelband {
  padding: 2.8rem 8vw;
  background:
    linear-gradient(180deg, rgba(201, 208, 200, 0.45), rgba(243, 239, 230, 0.9));
}
.nebelband h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  margin: 0 0 0.8rem;
}

.torfzeile {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.4rem 0 0;
}
.torfzeile span {
  background: var(--torf);
  color: var(--birke);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.45rem 0.6rem;
}

.nebelgang {
  max-width: 40rem;
  margin: 0 auto;
  padding: 3rem 1.4rem 4rem;
}
.nebelgang h1,
.nebelgang h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.15;
}
.nebelgang h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }

.arbeit {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.arbeit li {
  padding: 0.9rem 0;
  border-top: 1px dashed rgba(58, 38, 24, 0.22);
}
.arbeit strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
}

.moor-btn {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 0.7rem 1.1rem;
  background: var(--torf);
  color: var(--birke);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.feld {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.9rem;
}
.feld span { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ziegel); }
.feld input,
.feld textarea {
  border: 0;
  border-bottom: 1px solid var(--torf);
  background: transparent;
  padding: 0.55rem 0;
  font: inherit;
  color: inherit;
}
.feld textarea { min-height: 8rem; resize: vertical; }
.is-bad { box-shadow: inset 0 -2px 0 var(--bad); }

.agree {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin: 0.8rem 0 1.1rem;
  font-size: 0.92rem;
}
.agree.is-bad { outline: 1px solid var(--bad); padding: 0.3rem; }

.ok {
  padding: 1rem 0;
  color: var(--gut);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
}

.moor-fuss {
  padding: 2.2rem 8vw 5.5rem;
  background: var(--torf);
  color: var(--birke);
}
.moor-fuss a { color: var(--birke); }
.fuss-reihen {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.moor-fuss nav { display: flex; flex-direction: column; gap: 0.35rem; }
.winzig { opacity: 0.7; font-size: 0.8rem; }

.cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: var(--birke);
  color: var(--tinte);
  border-top: 4px solid var(--ziegel);
  padding: 1rem 8vw;
}
.cookie-actions { display: flex; gap: 0.6rem; margin-top: 0.7rem; }
.cookie-actions button {
  font: inherit;
  border: 0;
  padding: 0.5rem 0.9rem;
  cursor: pointer;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.cookie-actions [data-cookie-accept] { background: var(--torf); color: var(--birke); }
.cookie-actions [data-cookie-reject] { background: transparent; color: var(--torf); border: 1px solid var(--torf); }

.page-strip img { min-height: 42vh; aspect-ratio: 16 / 7; }
