/* ============================================================
   BALKAN ĆEVAP — Olching  ·  One-Pager
   Gestaltung orientiert sich am Flyer des Kunden:
   tiefes Schwarz, warmes Gold, Serifenschrift, Linien-Icons,
   Zierlinie mit Lilie. Schlicht, kraftvoll, traditionell.
   ============================================================ */

/* ---------- 1. Schriften (lokal, latin + latin-ext für ć č š ž đ) ---------- */
@font-face {
  font-family: 'Cormorant'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-v21-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-v21-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant'; font-style: italic; font-weight: 400 700; font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-v21-latin-ext-italic.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant'; font-style: italic; font-weight: 400 700; font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-v21-latin-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Schreibschrift für den Claim — wie auf dem Flyer */
@font-face {
  font-family: 'Sacramento'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/sacramento-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Sacramento'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/sacramento-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Kleine Hilfsschrift für Navigation und Buttons */
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url('../assets/fonts/inter-v20-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url('../assets/fonts/inter-v20-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- 2. Farben & Maße ---------- */
:root {
  --ink:        #0A0A0B;
  --ink-2:      #101011;
  --line:       #2C2823;
  --line-soft:  #1E1C19;

  --gold:       #C9A063;
  --gold-bright:#E6C795;
  --copper:     #C4823C;
  --gold-deep:  #7E6334;

  --cream:      #EDE6DA;
  --body:       #C3BBAE;
  --muted:      #8E877C;

  --wrap: 1180px;
  --gutter: clamp(20px, 5vw, 60px);
  --sp: clamp(72px, 10vw, 132px);

  --ff-serif:  'Cormorant', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --ff-script: 'Sacramento', 'Snell Roundhand', 'Brush Script MT', cursive;
  --ff-ui:     'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

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

/* ---------- 3. Grundlagen ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 92px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--ink);
  color: var(--body);
  font-family: var(--ff-serif);
  font-size: clamp(1.09rem, 1.02rem + .3vw, 1.24rem);
  line-height: 1.72;
  font-variant-numeric: lining-nums;
  font-feature-settings: 'lnum' 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
::selection { background: var(--gold); color: var(--ink); }

.skip-link {
  position: absolute; left: 12px; top: -100px; z-index: 200;
  background: var(--gold); color: var(--ink); padding: 12px 20px;
  font-family: var(--ff-ui); font-size: .85rem; font-weight: 600; transition: top .2s;
}
.skip-link:focus { top: 12px; }

.wrap { width: min(100% - var(--gutter) * 2, var(--wrap)); margin-inline: auto; }
.wrap--narrow { width: min(100% - var(--gutter) * 2, 780px); margin-inline: auto; }
.section { padding-block: var(--sp); }
.center { text-align: center; }

/* ---------- 4. Sprache (ohne JS bleibt Deutsch sichtbar) ---------- */
html[data-lang="de"] [data-lang="bs"],
html[data-lang="bs"] [data-lang="de"] { display: none !important; }

/* ---------- 5. Typografie ---------- */
h1, h2, h3 { font-family: var(--ff-serif); font-weight: 600; line-height: 1.12; text-wrap: balance; }

/* Große Überschrift mit Goldverlauf wie im Logo */
.title {
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  letter-spacing: .06em; text-transform: uppercase; font-weight: 600;
  background: linear-gradient(175deg, var(--gold-bright) 0%, var(--gold) 45%, var(--gold-deep) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
@supports not (background-clip: text) { .title { color: var(--gold); } }

.label {
  font-family: var(--ff-serif); font-size: clamp(1rem, 1.4vw, 1.16rem);
  letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--copper);
}
.script { font-family: var(--ff-script); font-weight: 400; color: var(--copper); line-height: 1.25; }
/* Unterzeile unter einer Abschnittsüberschrift — Serife, nicht Schreibschrift */
.subtitle {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem); font-style: italic; font-weight: 400;
  color: var(--gold-bright); line-height: 1.35; margin-top: 10px; text-wrap: balance;
}

.prose p { color: var(--body); text-wrap: pretty; }
.prose p + p { margin-top: 1.25em; }
.muted { color: var(--muted); }
.gold { color: var(--gold); }

/* ---------- 6. Zierlinie mit Lilie (Flyer-Motiv) ---------- */
.rule {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  color: var(--gold-deep);
}
.rule::before, .rule::after {
  content: ""; height: 1px; flex: 1; max-width: 260px;
  background: linear-gradient(90deg, transparent, var(--gold-deep));
}
.rule::after { background: linear-gradient(90deg, var(--gold-deep), transparent); }
.rule .icon { width: 20px; height: 20px; color: var(--gold); flex: none; }
.rule--tight::before, .rule--tight::after { max-width: 90px; }

/* Zierzeile mit Text in der Mitte — der Text darf umbrechen, sonst läuft er
   auf schmalen Schirmen aus dem Bild. Unter 720px entfallen die Linien. */
.rule__text { flex: 0 1 auto; min-width: 0; text-align: center; text-wrap: balance; }
@media (max-width: 720px) {
  .rule--text::before, .rule--text::after { display: none; }
  .rule--text { gap: 12px; }
}

.icon { width: 24px; height: 24px; stroke: currentColor; fill: none;
        stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- 7. Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 30px; min-height: 50px;
  font-family: var(--ff-ui); font-size: .76rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  border: 1px solid var(--gold-deep); color: var(--gold-bright);
  transition: background-color .3s var(--ease), color .3s var(--ease), border-color .3s;
}
.btn:hover, .btn:focus-visible { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn--solid { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn--solid:hover, .btn--solid:focus-visible { background: var(--gold-bright); border-color: var(--gold-bright); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row--center { justify-content: center; }

/* ---------- 8. Kopfzeile ---------- */
.hdr {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding-block: 16px; border-bottom: 1px solid transparent;
  transition: background-color .35s var(--ease), border-color .35s, padding .35s var(--ease);
}
.hdr.is-stuck {
  background: rgba(10,10,11,.94);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom-color: var(--line-soft); padding-block: 9px;
}
.hdr__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hdr__logo img { width: clamp(104px, 12vw, 140px); transition: width .35s var(--ease); }
.hdr.is-stuck .hdr__logo img { width: clamp(92px, 9vw, 112px); }

.nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 34px); }
.nav__links { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 34px); }
.nav__link {
  font-family: var(--ff-serif); font-size: .95rem; font-weight: 600;
  letter-spacing: .17em; text-transform: uppercase; color: #ADA396;
  padding-block: 6px; border-bottom: 1px solid transparent; transition: color .25s, border-color .25s;
}
.nav__link:hover, .nav__link.is-active { color: var(--gold); border-bottom-color: var(--gold-deep); }

.hdr__phone {
  font-family: var(--ff-serif); font-size: 1rem; font-weight: 600;
  letter-spacing: .06em; color: var(--gold); white-space: nowrap;
}
.langswitch { display: flex; align-items: center; }
.langswitch button {
  font-family: var(--ff-ui); font-size: .68rem; font-weight: 600; letter-spacing: .1em;
  color: var(--muted); padding: 9px 8px; min-height: 40px; transition: color .25s;
}
.langswitch button:hover { color: var(--cream); }
.langswitch button[aria-pressed="true"] { color: var(--gold); }
.langswitch__sep { color: var(--line); font-size: .68rem; }

.burger { display: none; width: 44px; height: 44px; position: relative; z-index: 120; }
.burger span { position: absolute; left: 10px; width: 24px; height: 1.5px; background: var(--cream); transition: transform .35s var(--ease); }
.burger span:nth-child(1) { top: 18px; }
.burger span:nth-child(2) { top: 26px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

.mobilenav {
  position: fixed; inset: 0; z-index: 110; background: var(--ink);
  display: flex; flex-direction: column; justify-content: center; padding: 0 var(--gutter);
  opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s;
}
.mobilenav.is-open { opacity: 1; visibility: visible; }
.mobilenav ul { display: grid; gap: 4px; }
.mobilenav a {
  font-family: var(--ff-serif); font-size: clamp(2rem, 10vw, 3rem); font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase; color: var(--cream); padding-block: 8px; display: block;
}
.mobilenav a:hover { color: var(--gold); }
.mobilenav__foot { margin-top: 44px; border-top: 1px solid var(--line-soft); padding-top: 26px; }
.mobilenav__foot p { font-size: 1rem; color: var(--muted); }
.mobilenav__foot .tel { color: var(--gold); font-weight: 600; }

@media (max-width: 940px) { .nav__links, .hdr__phone { display: none; } .burger { display: block; } }
/* Unter 900px trägt der Hero das Logo — die Kopfzeile blendet ihres erst beim Scrollen ein */
@media (max-width: 899px) {
  .hdr:not(.is-stuck) .hdr__logo { opacity: 0; pointer-events: none; }
  .hdr__logo { transition: opacity .3s var(--ease); }
}

/* ---------- 9. Hero — Aufbau wie auf dem Flyer ---------- */
.hero { position: relative; padding-block: 132px clamp(56px, 8vw, 96px); overflow: hidden; }
.hero__grid { display: grid; gap: clamp(28px, 4vw, 48px); align-items: center; }
@media (min-width: 900px) { .hero__grid { grid-template-columns: .92fr 1.08fr; } }

.hero__logo { width: min(88%, 440px); filter: drop-shadow(0 14px 46px rgba(0,0,0,.6)); }
@media (max-width: 899px) { .hero__logo { margin-inline: auto; } }

.hero__photo { position: relative; }
.hero__photo img {
  width: 100%; aspect-ratio: 1160 / 940; object-fit: cover;
  box-shadow: 0 30px 90px rgba(0,0,0,.75);
}
/* Auf großen Schirmen läuft das Foto weich ins Schwarz aus — wie im Flyer */
@media (min-width: 900px) {
  .hero__photo img {
    -webkit-mask-image: linear-gradient(100deg, transparent 0%, #000 26%, #000 100%);
            mask-image: linear-gradient(100deg, transparent 0%, #000 26%, #000 100%);
  }
}
@media (max-width: 899px) { .hero__photo img { box-shadow: 0 18px 50px rgba(0,0,0,.65); } }

.hero__claim { margin-top: clamp(34px, 5vw, 54px); text-align: center; }
.hero__claim .script { font-size: clamp(2.4rem, 6.4vw, 4rem); }
.hero__claim .sub {
  margin-top: 10px; font-size: clamp(1.05rem, 1.9vw, 1.35rem); color: var(--cream); font-weight: 500;
}
.hero .btn-row { margin-top: clamp(30px, 4vw, 42px); }

/* ---------- 10. Werte (Icon + Text) neben den Fotos ---------- */
.values { display: grid; gap: clamp(34px, 5vw, 60px); align-items: center; }
@media (min-width: 900px) { .values { grid-template-columns: .85fr 1.15fr; } }

.vlist { display: grid; gap: clamp(26px, 3.4vw, 38px); }
.vitem { display: grid; grid-template-columns: auto 1fr; gap: 6px 20px; align-items: start; }
.vitem .icon { width: 38px; height: 38px; color: var(--copper); grid-row: span 2; stroke-width: 1.2; }
.vitem h3 { font-size: 1.28rem; letter-spacing: .17em; text-transform: uppercase; color: var(--copper); font-weight: 600; }
.vitem p { font-size: 1.06rem; line-height: 1.6; color: var(--body); }

.photo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(8px, 1.2vw, 16px); }
.photo-row img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  border: 1px solid rgba(201,160,99,.28);
  box-shadow: 0 14px 40px rgba(0,0,0,.6);
  transition: transform .7s var(--ease);
}
.photo-row a:hover img, .photo-row figure:hover img { transform: translateY(-4px); }

/* ---------- 11. Ćevap & Preise (die Tafel) ---------- */
.board {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #131313, #0C0C0D);
  padding: clamp(28px, 4.5vw, 56px) clamp(22px, 4vw, 56px);
  box-shadow: 0 24px 70px rgba(0,0,0,.5);
}
.board__head { text-align: center; margin-bottom: clamp(26px, 3.4vw, 40px); }
.board__head h3 {
  font-size: clamp(1.5rem, 3.2vw, 2.1rem); letter-spacing: .05em;
  text-transform: uppercase; color: var(--cream); font-weight: 600;
}
.board__head .price {
  display: block; margin-top: 12px;
  font-size: clamp(2.2rem, 5.4vw, 3.4rem); font-weight: 600; color: var(--gold);
  font-variant-numeric: tabular-nums;
}
.board__head p { margin-top: 6px; font-size: 1.02rem; color: var(--muted); }

.board__group + .board__group { margin-top: clamp(26px, 3.4vw, 38px); }
.board__group h4 {
  font-family: var(--ff-serif); font-size: .95rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--copper);
  padding-bottom: 10px; margin-bottom: 6px; border-bottom: 1px solid var(--line-soft);
}
.board__list { display: grid; }
.board__list li {
  display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: baseline;
  padding: 11px 0; border-bottom: 1px solid rgba(44,40,35,.5);
}
.board__list li:last-child { border-bottom: 0; }
.board__list .name { font-size: 1.12rem; letter-spacing: .09em; text-transform: uppercase; color: var(--cream); }
.board__list .price { font-size: 1.18rem; font-weight: 600; color: var(--gold); font-variant-numeric: tabular-nums; white-space: nowrap; }
.board__note { margin-top: 26px; text-align: center; font-size: .98rem; color: var(--muted); }

/* ---------- 12. Ablauf ---------- */
.steps { display: grid; gap: clamp(26px, 3.4vw, 40px); margin-top: clamp(34px, 4.5vw, 52px); }
@media (min-width: 780px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { text-align: center; }
.step .num {
  display: inline-grid; place-items: center; width: 52px; height: 52px; margin-bottom: 14px;
  border: 1px solid var(--gold-deep); border-radius: 50%;
  font-size: 1.15rem; font-weight: 600; color: var(--gold);
}
.step h3 { font-size: 1.3rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cream); margin-bottom: 8px; }
.step p { font-size: 1.02rem; color: var(--body); }

/* ---------- 13. Kontaktblock (Pin + Uhr wie im Flyer) ---------- */
.contact { display: grid; gap: clamp(30px, 4vw, 48px); }
@media (min-width: 780px) { .contact { grid-template-columns: 1fr 1px 1fr; align-items: center; } }
.contact__sep { background: linear-gradient(180deg, transparent, var(--line), transparent); }
@media (max-width: 779px) { .contact__sep { height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); } }

.cblock { display: grid; gap: 20px; }
.crow { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; }
.crow .icon { width: 32px; height: 32px; color: var(--copper); }
.crow p, .crow a { font-size: 1.14rem; color: var(--cream); line-height: 1.5; }
.crow a:hover { color: var(--gold); }
.crow h3 { font-size: 1.14rem; letter-spacing: .18em; text-transform: uppercase; color: var(--copper); font-weight: 600; margin-bottom: 4px; }
.crow .closed { color: var(--muted); font-size: 1.02rem; }

/* ---------- 14. Vier Merkmale (Flyer-Fußzeile) ---------- */
.marks { display: grid; gap: 1px; background: var(--line-soft); }
@media (min-width: 640px) { .marks { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .marks { grid-template-columns: repeat(4, 1fr); } }
.mark { background: var(--ink); padding: clamp(26px, 3vw, 36px) 20px; text-align: center; display: grid; gap: 10px; justify-items: center; }
.mark .icon { width: 40px; height: 40px; color: var(--copper); stroke-width: 1.1; }
.mark h3 { font-size: 1.05rem; letter-spacing: .17em; text-transform: uppercase; color: var(--cream); font-weight: 600; }
.mark p { font-size: 1rem; color: var(--muted); line-height: 1.55; }

/* ---------- 15. Fußzeile ---------- */
.ftr { border-top: 1px solid var(--line-soft); padding-block: clamp(46px, 6vw, 68px) 28px; }
.ftr__top { display: grid; gap: clamp(30px, 4vw, 52px); }
@media (min-width: 820px) { .ftr__top { grid-template-columns: 1.3fr 1fr 1fr; } }
.ftr__logo { width: 160px; margin-bottom: 18px; }
.ftr h3 { font-size: .95rem; letter-spacing: .2em; text-transform: uppercase; color: var(--copper); margin-bottom: 14px; font-weight: 600; }
.ftr ul { display: grid; gap: 9px; }
.ftr li, .ftr p { font-size: 1.02rem; color: var(--muted); }
.ftr a:hover { color: var(--gold); }
.ftr__bottom {
  margin-top: clamp(36px, 5vw, 54px); padding-top: 22px; border-top: 1px solid var(--line-soft);
  display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; justify-content: space-between;
}
.ftr__bottom p, .ftr__bottom a { font-family: var(--ff-ui); font-size: .78rem; color: #6B655C; }
.ftr__legal { display: flex; gap: 20px; flex-wrap: wrap; }
.ftr__credit { font-family: var(--ff-ui); font-size: .78rem; color: #6B655C; }
.ftr__credit a { color: #8E877C; border-bottom: 1px solid rgba(142,135,124,.35); transition: color .25s, border-color .25s; }
.ftr__credit a:hover { color: var(--gold); border-bottom-color: var(--gold); }
@media (max-width: 620px) { .ftr__bottom { flex-direction: column; align-items: flex-start; } }

/* ---------- 16. Rechtstexte ---------- */
.legal { padding-top: 150px; }
.legal h1 { font-size: clamp(2rem, 4.6vw, 3rem); letter-spacing: .05em; text-transform: uppercase; color: var(--gold); margin-bottom: 34px; }
.legal h2 { font-size: 1.45rem; color: var(--gold-bright); margin-top: 42px; margin-bottom: 12px; }
.legal h3 { font-size: 1.12rem; margin-top: 24px; margin-bottom: 6px; color: var(--cream); }
.legal p, .legal li { font-size: 1.06rem; color: var(--body); line-height: 1.75; }
.legal p + p { margin-top: .9em; }
.legal ul { list-style: disc; padding-left: 22px; display: grid; gap: 7px; margin-top: 10px; }
.legal a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 17. TODO-Marker (vor Livegang entfernen) ---------- */
.todo {
  display: inline-block; background: rgba(255,176,32,.1); border: 1px dashed #E0A030;
  color: #F0BE68; font-family: var(--ff-ui); font-size: .72rem; font-weight: 600;
  text-transform: none; letter-spacing: 0; padding: 4px 10px; line-height: 1.5;
}
.todo--block { display: block; padding: 14px 18px; margin-block: 12px; }

/* ---------- 18. Einblenden beim Scrollen ---------- */
@media (prefers-reduced-motion: no-preference) {
  .rv { opacity: 0; transform: translateY(20px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
  .rv.is-in { opacity: 1; transform: none; }
  .rv-d1 { transition-delay: .09s } .rv-d2 { transition-delay: .18s } .rv-d3 { transition-delay: .27s }
}

/* ---------- 19. Druck ---------- */
@media print {
  .hdr, .mobilenav, .btn, .ftr__bottom { display: none !important; }
  body { background: #fff; color: #000; }
  .title, .board__list .price, .board__head .price { color: #000; -webkit-text-fill-color: #000; }
}
