/* ==========================================================================
   Juwelier Peter Hungen — Stylesheet
   Farben und Typografie sind 1:1 aus der bisherigen Wix-Seite uebernommen.
   ========================================================================== */

/* ---------- Design-Tokens -------------------------------------------------- */
:root {
  /* Farbpalette (entspricht der Wix-Palette der Ursprungsseite) */
  --cream:        #f8f4f1;   /* wix-color-1  */
  --sand:         #e6d5c3;   /* wix-color-2  */
  --sand-soft:    #f0ead8;   /* wix-color-11 */
  --olive:        #352c0e;   /* wix-color-4  — Wortmarke */
  --olive-mid:    #6a581c;   /* wix-color-3  */
  --brown:        #4b2e2f;   /* wix-color-8  — Goldankauf-Sektion */
  --brown-deep:   #3b2b2a;   /* wix-color-6  */
  --gold:         #d4af37;   /* CTA "Termin vereinbaren" */
  --gold-deep:    #a5842a;
  --rust:         #993500;   /* CTA "jetzt anrufen!" */
  --wine:         #8b0000;   /* Angebotstext */
  --strip:        rgba(227, 81, 6, .64);

  --ink:          #1c1a19;
  --ink-soft:     #4d4744;
  --line:         rgba(53, 44, 14, .16);
  --white:        #fff;

  /* Typografie */
  --font-display:  "Fahkwang", "Trebuchet MS", "Segoe UI", sans-serif;
  --font-serif:    "Playfair Display", "Iowan Old Style", Georgia, serif;
  --font-garamond: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-geo:      "Jost", "Century Gothic", "Futura", system-ui, sans-serif;
  --font-body:     system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;

  /* Raster */
  --maxw: 1200px;
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --radius: 5px;
  --shadow-sm: 0 1px 2px rgba(53, 44, 14, .08), 0 4px 14px rgba(53, 44, 14, .07);
  --shadow-md: 0 4px 10px rgba(53, 44, 14, .10), 0 18px 40px rgba(53, 44, 14, .12);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 7.5rem;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}

img, picture, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }

a { color: inherit; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; line-height: 1.22; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.25rem; }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ---------- Hilfsklassen --------------------------------------------------- */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
  white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute;
  left: .5rem; top: -100px;
  z-index: 999;
  padding: .75rem 1.25rem;
  background: var(--brown);
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius);
  transition: top .18s ease;
}
.skip-link:focus { top: .5rem; }

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* ---------- Buttons -------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 48px;
  padding: .7rem 1.5rem;
  border: 2px solid currentColor;
  border-radius: var(--radius);
  background: transparent;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.btn:active { transform: translateY(0); }

.btn--call  { color: var(--rust); }
.btn--call:hover, .btn--call:focus-visible { background: var(--rust); color: var(--white); }

.btn--gold  { color: var(--gold); font-weight: 700; font-size: 1.25rem; letter-spacing: .01em; }
.btn--gold:hover, .btn--gold:focus-visible { background: var(--gold); color: var(--brown); border-color: var(--gold); }

.btn--solid {
  background: var(--brown);
  border-color: var(--brown);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.btn--solid:hover, .btn--solid:focus-visible { background: var(--brown-deep); border-color: var(--brown-deep); }

/* ==========================================================================
   Kopfbereich
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

/* Der Kopf darf breiter laufen als der Textbereich - sonst passen Wortmarke,
   sieben Menuepunkte und der Telefon-Button auf 1200px nicht nebeneinander. */
.site-header .wrap { max-width: 1440px; }

.site-header__inner {
  display: flex;
  align-items: center;
  gap: clamp(.75rem, 2vw, 1.75rem);
  min-height: 96px;
  padding-block: .75rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: .8rem;
  text-decoration: none;
  color: var(--olive);
  flex: 0 0 auto;
}
.brand img { width: 48px; height: 48px; }
.brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.4rem, 3.4vw, 1.9rem);
  line-height: 1.05;
  letter-spacing: .005em;
  white-space: nowrap;
}

/* Navigation */
.nav { margin-left: auto; }
.nav__list {
  display: flex;
  align-items: center;
  gap: clamp(.6rem, 1.3vw, 1.35rem);
  margin: 0; padding: 0;
  list-style: none;
}
.nav__link {
  display: inline-block;
  padding: .4rem .1rem;
  color: var(--ink);
  font-size: .875rem;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color .18s ease, border-color .18s ease;
}
.nav__link:hover,
.nav__link[aria-current="page"] { color: var(--rust); border-bottom-color: var(--rust); }

/* Untermenue "Mehr" */
.nav__item--has-sub { position: relative; }
.nav__sub-toggle {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .4rem .1rem;
  border: 0;
  background: none;
  color: var(--ink);
  font: inherit;
  font-size: .875rem;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.nav__sub-toggle:hover { color: var(--rust); border-bottom-color: var(--rust); }
.nav__sub-toggle svg { width: .7em; height: .7em; transition: transform .2s ease; }
.nav__sub-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.nav__sub {
  position: absolute;
  top: calc(100% + .6rem);
  right: 0;
  min-width: 15rem;
  margin: 0; padding: .4rem;
  list-style: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.nav__sub[hidden] { display: none; }
.nav__sub a {
  display: block;
  padding: .55rem .75rem;
  font-size: .95rem;
  text-decoration: none;
  border-radius: 3px;
}
.nav__sub a:hover { background: var(--cream); color: var(--rust); }

.header__cta { flex: 0 0 auto; font-size: 1.15rem; white-space: nowrap; }

/* Hamburger */
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  margin-left: auto;
  padding: 0;
  border: 2px solid var(--olive);
  border-radius: var(--radius);
  background: transparent;
  color: var(--olive);
  cursor: pointer;
}
.nav-toggle svg { width: 24px; height: 24px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

/* Ab hier passen Wortmarke, sieben Menuepunkte und Telefon-Button
   nicht mehr in eine Zeile - deshalb uebernimmt das Burger-Menue. */
@media (max-width: 1259px) {
  .site-header__inner { flex-wrap: wrap; min-height: 76px; }
  .nav-toggle { display: inline-flex; }
  .header__cta { display: none; }

  .nav {
    flex-basis: 100%;
    margin-left: 0;
    display: none;
    padding-bottom: 1rem;
  }
  .nav.is-open { display: block; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__list > li { border-top: 1px solid var(--line); }
  .nav__link, .nav__sub-toggle {
    width: 100%;
    padding: .9rem .25rem;
    font-size: 1.05rem;
    white-space: normal;
    border-bottom: 0;
  }
  .nav__sub-toggle { justify-content: space-between; }
  .nav__sub {
    position: static;
    min-width: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0 0 .5rem .75rem;
  }
  .nav__cta-mobile { display: block; margin-top: 1rem; }
}
@media (min-width: 1260px) {
  .nav__cta-mobile { display: none; }
}

/* ==========================================================================
   Angebotsleiste + Hero
   ========================================================================== */
.accent-strip { height: 26px; background: var(--strip); }

/* ---------- Lauftext "Angebot des Monats" --------------------------------- */
.ticker {
  position: relative;
  overflow: hidden;
  background: var(--cream);
  padding-block: .9rem .3rem;
}

/* Grundzustand - auch ohne JavaScript oder bei reduzierter Bewegung lesbar:
   eine ruhige, zentrierte Zeile. */
.ticker__track {
  display: flex;
  justify-content: center;
  padding-inline: var(--gutter);
}

/* Erst wenn main.js den Text vervielfacht hat, laeuft das Band. */
.ticker.is-ready .ticker__track {
  width: max-content;
  justify-content: flex-start;
  padding-inline: 0;
  animation: ticker-scroll var(--ticker-duration, 45s) linear infinite;
}
.ticker.is-ready:hover .ticker__track,
.ticker.is-paused .ticker__track { animation-play-state: paused; }

/* Zwei identische Haelften, verschoben wird um genau eine - dadurch
   springt der Text am Ende nicht, sondern laeuft nahtlos weiter. */
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.ticker__group {
  display: flex;
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  line-height: 1.35;
  color: var(--brown);
}
.ticker__item { flex: 0 0 auto; }
.ticker.is-ready .ticker__item { white-space: nowrap; }
.ticker.is-ready .ticker__item::after { content: "·"; margin-inline: clamp(.9rem, 2vw, 1.6rem); opacity: .5; }

/* Weiche Kanten, damit der Text nicht hart abgeschnitten wirkt */
.ticker.is-ready::before,
.ticker.is-ready::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: clamp(2rem, 6vw, 5rem);
  z-index: 1;
  pointer-events: none;
}
.ticker.is-ready::before { left: 0;  background: linear-gradient(to right, var(--cream) 20%, rgba(248, 244, 241, 0)); }
.ticker.is-ready::after  { right: 0; background: linear-gradient(to left,  var(--cream) 45%, rgba(248, 244, 241, 0)); }

/* Bewegung, die von allein startet, braucht eine Anhalten-Moeglichkeit
   (WCAG 2.2.2). Die Wix-Seite hatte dafuer ebenfalls einen Schalter. */
.ticker__toggle {
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream);
  color: var(--brown);
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}
.ticker__toggle:hover { background: var(--brown); color: var(--cream); }
.ticker__toggle svg { width: 13px; height: 13px; }
.ticker__toggle .icon-play { display: none; }
.ticker__toggle[aria-pressed="true"] .icon-pause { display: none; }
.ticker__toggle[aria-pressed="true"] .icon-play  { display: block; }

/* Bei reduzierter Bewegung setzt main.js "is-ready" gar nicht erst -
   dann greift der ruhige Grundzustand oben. */

.hero {
  position: relative;
  background: var(--cream);
  padding-top: .75rem;
}

.hero__frame {
  position: relative;
  isolation: isolate;
  min-height: clamp(28rem, 52vw, 48.9rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero picture { display: block; }

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 62% center;
  background: var(--sand);
}

/* Wellen-Abschluss oben und unten (Form aus der Wix-Vorlage) */
.hero__wave {
  position: absolute;
  left: 0; right: 0;
  z-index: 1;
  width: 100%;
  height: clamp(28px, 4.6vw, 62px);
  fill: var(--cream);
  pointer-events: none;
}
.hero__wave--top    { top: -1px; transform: rotate(180deg); }
.hero__wave--bottom { bottom: -1px; }

.hero__offer {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 5rem) 1.5rem 0;
  max-width: 60rem;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(1.05rem, 2.3vw, 1.875rem);
  line-height: 1.3;
  color: var(--wine);
  text-align: center;
  text-wrap: balance;
}

.hero__content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-block: clamp(2rem, 5vw, 4rem);
}
/* Die linken rund 54 % des Hero-Bildes sind ruhige Flaeche, rechts liegt das
   Schmuckfoto. Die Breitenbegrenzung haelt den Text in der ruhigen Zone -
   der vw-Anteil sorgt dafuer, dass das auch auf schmalen Desktops stimmt. */
.hero__text { max-width: min(37rem, 44vw); }

.eyebrow {
  margin: 0 0 .75rem;
  font-family: var(--font-body);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--rust);
}

.hero h1 {
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.4;
  color: var(--ink);
}

.hero__lead {
  max-width: none;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.9vw, 1.5rem);
  line-height: 1.4;
  color: var(--ink);
}
.hero__lead + .hero__lead { margin-top: 1rem; }

@media (max-width: 860px) {
  .hero__frame { min-height: 0; }
  .hero__bg {
    position: relative;
    inset: auto;
    z-index: 0;
    height: clamp(11rem, 46vw, 17rem);
    object-position: 78% center;
  }
  .hero__offer { padding-top: 1.75rem; order: -1; }
  .hero__wave--top { display: none; }
  .hero__content { padding-block: 2rem 3rem; }
  .hero__text { max-width: none; }
}

/* ==========================================================================
   Allgemeiner Sektionsrahmen
   ========================================================================== */
.section { padding-block: clamp(3.25rem, 7vw, 5.5rem); }
.section--cream { background: var(--cream); }

.section__head { max-width: 62rem; margin: 0 auto clamp(2rem, 4vw, 3rem); text-align: center; }

.section__title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.2rem);
  color: var(--ink);
  text-wrap: balance;
}

.section__lead {
  margin: 0 auto;
  max-width: 58ch;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.02rem, 1.8vw, 1.5rem);
  line-height: 1.45;
  color: var(--ink);
  text-wrap: pretty;
}

/* ---------- Ankauf-Raster -------------------------------------------------- */
.tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.75rem);
  margin: 0; padding: 0;
  list-style: none;
  max-width: 62rem;
  margin-inline: auto;
}
.tile { margin: 0; text-align: center; }

.tile__media {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: var(--shadow-sm);
}
.tile__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .35s ease;
}
.tile:hover .tile__media img { transform: scale(1.04); }

.tile figcaption {
  margin-top: .85rem;
  font-family: var(--font-body);
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
}

@media (max-width: 900px) { .tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tile figcaption { font-size: .95rem; }
}

/* ---------- Service -------------------------------------------------------- */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 5vw, 4rem);
  max-width: 60rem;
  margin-inline: auto;
}
.service-card { display: flex; flex-direction: column; align-items: center; text-align: center; }
.service-card img {
  width: 100%;
  max-width: 20rem;
  aspect-ratio: 310 / 282;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.service-card h3 {
  margin: 1.25rem 0 .6rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  color: var(--ink);
}
.service-card p { margin: 0; max-width: 42ch; color: var(--ink-soft); }

@media (max-width: 680px) { .service-grid { grid-template-columns: 1fr; } }

/* ---------- Goldankauf ----------------------------------------------------- */
.goldankauf {
  display: grid;
  grid-template-columns: minmax(0, 33%) minmax(0, 1fr);
  background: var(--brown);
  color: var(--white);
}
.goldankauf__media { background: #404040; }
.goldankauf__media img { width: 100%; height: 100%; object-fit: cover; }

.goldankauf__body {
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 4rem);
  max-width: 46rem;
}

.goldankauf h2 {
  margin: 0 0 1.25rem;
  font-family: var(--font-garamond);
  font-weight: 600;
  font-size: clamp(1.6rem, 3.4vw, 2.1rem);
  line-height: 1.2;
  color: var(--white);
}
.goldankauf h3 {
  margin: 2rem 0 .85rem;
  font-family: var(--font-garamond);
  font-weight: 600;
  font-size: clamp(1.35rem, 2.6vw, 1.7rem);
  color: var(--white);
}
.goldankauf p {
  font-family: var(--font-geo);
  font-weight: 300;
  font-size: 1.06rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .93);
}
.goldankauf__orte { font-size: 1rem; letter-spacing: -.01em; }
.goldankauf__closing {
  margin-top: 1.75rem;
  font-family: var(--font-garamond) !important;
  font-weight: 600;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem) !important;
  color: var(--white) !important;
}
.goldankauf .btn { margin-top: .5rem; }

@media (max-width: 860px) {
  .goldankauf { grid-template-columns: 1fr; }
  .goldankauf__media img { height: clamp(10rem, 40vw, 15rem); }
}

/* ==========================================================================
   Fussbereich
   ========================================================================== */
.site-footer { background: var(--sand); color: var(--ink); }

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: clamp(2rem, 5vw, 3.5rem);
  padding-block: clamp(2.75rem, 6vw, 4rem);
  align-items: start;
}

.footer-col h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .04em;
  color: var(--ink);
}
.footer-col p, .footer-col address { margin: 0 0 .35rem; font-style: normal; font-size: .95rem; line-height: 1.6; }

/* :not(.btn) ist wichtig - sonst ueberschreibt diese Regel die Button-Farben
   und "Anfrage stellen" bekaeme dunkle Schrift auf dunkelbraunem Grund. */
.footer-col a:not(.btn) { color: var(--ink); }
.footer-col a:not(.btn):hover { color: var(--rust); }

/* Telefonnummer, E-Mail und Routenlink sind auf dem Handy wichtige Tippziele -
   etwas Luft bringt sie auf komfortable Groesse. */
.footer-col p a:not(.btn) { display: inline-block; padding-block: .3rem; }

.footer-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.footer-actions--center { justify-content: center; }
.footer-actions .btn { font-size: 1.15rem; }
.footer-actions .btn--solid { font-size: .9rem; }

.hours { margin: 0; }
.hours div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .35rem 0;
  border-bottom: 1px dashed rgba(53, 44, 14, .22);
  font-size: .95rem;
}
.hours dt { font-weight: 600; }
.hours dd { margin: 0; text-align: right; white-space: nowrap; }
.hours .is-closed dd { color: var(--rust); font-weight: 600; }

/* Karte mit Klick-Freigabe (kein Drittanbieter-Request ohne Einwilligung) */
.map {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
}
.map iframe { width: 100%; height: 100%; border: 0; }
.map__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: 1.25rem;
  text-align: center;
  background: var(--cream);
  border: 0;
  color: var(--ink);
  font: inherit;
  font-size: .88rem;
  cursor: pointer;
}
.map__placeholder strong { font-size: 1rem; }
.map__placeholder span { max-width: 26ch; color: var(--ink-soft); }
.map__placeholder:hover { background: var(--sand-soft); }
.map__pin { width: 32px; height: 32px; fill: var(--rust); }

.footer-bottom {
  border-top: 1px solid rgba(53, 44, 14, .18);
  padding-block: 1.25rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  font-size: .85rem;
}
.footer-bottom nav ul { display: flex; flex-wrap: wrap; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
/* Etwas Luft, damit die Links auf dem Handy komfortabel treffbar sind */
.footer-bottom a { display: inline-block; padding-block: .3rem; }
.credit { white-space: nowrap; }
.footer-bottom a { color: var(--ink); }
.footer-bottom a:hover { color: var(--rust); }

/* ==========================================================================
   Inhaltsseiten (Impressum, Blog)
   ========================================================================== */
.page-header {
  background: var(--cream);
  padding-block: clamp(2.5rem, 6vw, 4rem);
  border-bottom: 1px solid var(--line);
}
.page-header h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 4.5vw, 2.6rem);
  color: var(--ink);
  text-wrap: balance;
}
.page-header p { margin: .75rem 0 0; max-width: 60ch; color: var(--ink-soft); }

.breadcrumb { margin-bottom: 1rem; font-size: .85rem; color: var(--ink-soft); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; list-style: none; }
.breadcrumb li + li::before { content: "›"; margin-right: .4rem; color: var(--ink-soft); }
.breadcrumb a { color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--rust); }
.breadcrumb [aria-current="page"] { color: var(--ink); }

.prose { max-width: 44rem; margin-inline: auto; padding-block: clamp(2.5rem, 6vw, 4rem); }
.prose h2 {
  margin: 2.5rem 0 .9rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  color: var(--ink);
}
.prose h2:first-child { margin-top: 0; }
.prose h3 {
  margin: 2rem 0 .7rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.15rem, 2.4vw, 1.35rem);
  color: var(--ink);
}
.prose p, .prose li { color: var(--ink-soft); }
.prose li { margin-bottom: .5rem; }
.prose a { color: var(--rust); text-underline-offset: .18em; }
.prose figure { margin: 2.25rem 0; }
.prose figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.prose figcaption { margin-top: .6rem; font-size: .85rem; color: var(--ink-soft); text-align: center; }
.prose .lead { font-size: 1.1rem; color: var(--ink); }
.prose hr { margin: 3rem 0; border: 0; border-top: 1px solid var(--line); }

.callout {
  margin: 2.5rem 0;
  padding: 1.5rem 1.75rem;
  background: var(--cream);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
}
.callout p:last-child { margin-bottom: 0; }

/* ---------- Blog ----------------------------------------------------------- */
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  gap: clamp(1.5rem, 3vw, 2.25rem);
  padding: 0; margin: 0;
  list-style: none;
}
.post-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.post-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.post-card__body { display: flex; flex-direction: column; gap: .6rem; padding: 1.25rem 1.35rem 1.5rem; flex: 1; }
.post-card h2, .post-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.35;
}
.post-card :is(h2, h3) a { text-decoration: none; }
.post-card :is(h2, h3) a:hover { color: var(--rust); }
.post-card p { margin: 0; font-size: .92rem; color: var(--ink-soft); }
.post-card__meta { margin-top: auto; font-size: .8rem; color: var(--ink-soft); letter-spacing: .02em; }

.post-meta {
  margin: 0 0 2rem;
  font-size: .88rem;
  color: var(--ink-soft);
}
.post-meta span + span::before { content: "·"; margin: 0 .5rem; }

.tag-list { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 1.25rem; padding: 0; list-style: none; }
.tag-list li {
  padding: .3rem .75rem;
  background: var(--cream);
  border-radius: 999px;
  font-size: .78rem;
  letter-spacing: .04em;
  color: var(--ink-soft);
}

.post-nav { background: var(--cream); padding-block: clamp(2.5rem, 6vw, 4rem); }
.post-nav h2 {
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

/* ---------- Fehlerseite ---------------------------------------------------- */
.error-page { text-align: center; padding-block: clamp(4rem, 12vw, 8rem); }
.error-page .code {
  font-family: var(--font-garamond);
  font-size: clamp(4rem, 16vw, 8rem);
  line-height: 1;
  color: var(--gold);
  margin: 0;
}

/* ---------- Kleine Hilfsklassen -------------------------------------------- */
.mt-sm       { margin-top: .75rem; }
.m-0         { margin: 0; }
.section-pad { padding-block: clamp(2.5rem, 6vw, 4rem); }

/* ---------- Druck ---------------------------------------------------------- */
@media print {
  .site-header, .site-footer, .accent-strip, .offer-bar, .map, .btn { display: none !important; }
  body { color: #000; }
  .prose { max-width: none; }
}
