/* =========================================================
   Studio 404 Frankfurt
   Farben aus der Logo-Wortmarke (Bronze/Gold) und den
   Materialien des Salons: Fischgrätparkett, Cognac-Leder,
   weisse Waende.
   ========================================================= */

@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../fonts/mulish-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: "Mulish";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../fonts/mulish-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;
}
/* Die Kursiven sind statische Einzelschnitte, keine Variable Fonts. */
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/mulish-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;
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/mulish-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;
}

:root {
  /* Gold fuehrt: als Flaeche, nicht als Effekt. Die Werte stammen aus der
     Logo-Wortmarke (Mittelton #B08048, Lichter #E0B878 / #F8D090). */
  --gold:      #D4AC68;   /* Flaechen: Adressleiste, Angebotsband, Buttons */
  --gold-deep: #8A6224;   /* Gold als Text auf hellem Grund */
  --gold-lite: #E8CB94;   /* Gold als Text auf dunklem Grund */
  --champagne: #F5EBD6;   /* ruhige Sektionsflaeche */

  --porcelain: #FBFAF7;
  --espresso:  #332820;   /* nur noch Kopf- und Fusszeile */
  --ink:       #2A2420;
  --ink-soft:  #6E6459;

  --line:      #DED5C8;
  --line-dark: rgba(232, 203, 148, .30);   /* Linien auf Dunkel */
  --line-gold: rgba(51, 40, 32, .30);      /* Linien auf Gold */

  --wrap: 1220px;
  --gutter: clamp(20px, 5vw, 56px);

  --step-0: clamp(1rem, .97rem + .16vw, 1.075rem);
  --step-1: clamp(1.2rem, 1.12rem + .4vw, 1.45rem);
  --step-2: clamp(1.5rem, 1.34rem + .8vw, 2.05rem);
  --step-3: clamp(1.95rem, 1.6rem + 1.85vw, 3.25rem);
  --step-4: clamp(2.5rem, 1.85rem + 3.5vw, 5rem);
  --step-5: clamp(3rem, 1.9rem + 5.9vw, 7.1rem);

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

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

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

body {
  margin: 0;
  background: var(--porcelain);
  color: var(--ink);
  font-family: "Mulish", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: var(--step-0);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-bottom: env(safe-area-inset-bottom);
}

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

a { color: inherit; }

::selection { background: var(--gold); color: var(--espresso); }

:focus-visible {
  outline: 2px solid var(--gold-deep);
  outline-offset: 3px;
  border-radius: 2px;
}
/* Auf dunklen und goldenen Flaechen braucht der Fokusring den hellen Ton */
.site-header :focus-visible,
.site-footer :focus-visible,
.callbar :focus-visible,
.hero :focus-visible { outline-color: var(--gold-lite); }
.rail :focus-visible,
.section--gold :focus-visible { outline-color: var(--espresso); }

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

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--espresso); color: #fff; padding: 10px 16px;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; }

/* ---------- Typografie ---------- */

h1, h2, h3, h4 {
  font-family: "Mulish", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.028em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); font-weight: 700; letter-spacing: -.015em; line-height: 1.25; }
h4 { font-size: var(--step-0); font-weight: 700; letter-spacing: -.005em; line-height: 1.3; }

p { margin: 0 0 1.1em; max-width: 68ch; }
.lead { font-size: var(--step-1); line-height: 1.5; color: var(--ink); max-width: 44ch; }

.measure { max-width: 60ch; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; gap: .6em;
  font: inherit; font-weight: 700;
  letter-spacing: -.005em;
  text-decoration: none;
  padding: .95em 1.7em;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn--solid { background: var(--gold); color: var(--espresso); }
.btn--solid:hover { background: var(--espresso); color: var(--gold-lite); }
.btn--line { border-color: var(--gold-deep); color: var(--gold-deep); }
.btn--line:hover { background: var(--gold); color: var(--espresso); border-color: var(--gold); }
.btn--onDark { border-color: var(--line-dark); color: var(--gold-lite); }
.btn--onDark:hover { background: var(--gold); color: var(--espresso); border-color: var(--gold); }
/* Buttons auf der goldenen Flaeche */
.btn--dark { background: var(--espresso); color: var(--gold-lite); }
.btn--dark:hover { background: var(--ink); color: #fff; }

.btn svg { width: 16px; height: 16px; fill: currentColor; flex: 0 0 auto; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 2rem; }

/* ---------- Kopfzeile ---------- */

.site-header {
  position: sticky; top: 0; z-index: 90;
  background: var(--espresso);
}

/* Ueber dem Hero traegt die Kopfzeile keine eigene Flaeche, sondern einen
   Abdunkel-Verlauf fuer die Lesbarkeit der Navigation. Der Verlauf sitzt
   auf einem eigenen Element, das unter die Kopfzeile hinausreicht: Endet
   er genau an deren Unterkante, liest sich der Abbruch als harte Linie. */
.site-header--over {
  position: absolute; top: 0; left: 0; right: 0;
  background: none;
}
.site-header--over::before {
  content: "";
  position: absolute;
  inset: 0 0 -72px 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(to bottom,
    rgba(51,40,32,.74) 0%,
    rgba(51,40,32,.52) 32%,
    rgba(51,40,32,.28) 58%,
    rgba(51,40,32,.10) 80%,
    rgba(51,40,32,0) 100%);
}
.site-header--over.is-stuck {
  position: fixed;
  background: var(--espresso);
  animation: dropIn .35s var(--ease) both;
}
/* Sobald die Kopfzeile deckend mitlaeuft, braucht sie den Verlauf nicht mehr */
.site-header--over.is-stuck::before { display: none; }
@keyframes dropIn { from { transform: translateY(-100%); } to { transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .site-header--over.is-stuck { animation: none; } }

.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 76px;
}
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 178px; height: auto; }
@media (max-width: 480px) { .brand img { width: 146px; } }

.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav a {
  color: #E9E1D6; text-decoration: none;
  font-size: .95rem; font-weight: 600;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.nav a:hover { color: #fff; border-bottom-color: var(--gold-lite); }
.nav a[aria-current="page"] { color: var(--gold-lite); border-bottom-color: var(--gold-lite); }

/* Hoehere Spezifitaet als `.nav a`, sonst gewinnen dessen
   padding und border-bottom gegen den Button. */
.nav a.nav-tel {
  display: inline-flex; align-items: center; gap: .6em;
  border: 1px solid var(--line-dark); border-radius: 2px;
  padding: .72em 1.3em;
  color: var(--gold-lite);
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.nav a.nav-tel:hover {
  background: var(--gold-lite);
  color: var(--espresso);
  border-color: var(--gold-lite);
}
.nav a.nav-tel svg { width: 15px; height: 15px; fill: currentColor; }

.nav-toggle {
  display: none;
  background: none; border: 1px solid var(--line-dark); border-radius: 2px;
  padding: 10px 12px; cursor: pointer; color: #E9E1D6;
}
.nav-toggle span { display: block; width: 20px; height: 1.5px; background: currentColor; }
.nav-toggle span + span { margin-top: 5px; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: 76px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--espresso);
    border-bottom: 1px solid var(--line-dark);
    padding: 8px var(--gutter) 28px;
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity .2s var(--ease), transform .2s var(--ease);
  }
  .nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 1.05rem; }
  .nav a[aria-current="page"] { border-bottom-color: rgba(255,255,255,.07); }
  .nav a.nav-tel { margin-top: 18px; justify-content: center; border-color: var(--gold-lite); padding: .85em 1.3em; }
}

/* ---------- Adressleiste: Kontakt ist Struktur, nicht Dekoration ---------- */

.rail {
  background: var(--gold);
  color: var(--espresso);
  font-size: .9rem;
  font-weight: 500;
}
.rail-inner {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 28px;
  padding-block: 12px;
}
.rail span { display: inline-flex; align-items: center; gap: .55em; }
.rail a { color: var(--espresso); text-decoration: none; border-bottom: 1px solid var(--line-gold); }
.rail a:hover { border-bottom-color: currentColor; }
.rail svg { width: 14px; height: 14px; fill: var(--espresso); flex: 0 0 auto; opacity: .7; }

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

.hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: flex-end;
  overflow: hidden;
  background: var(--espresso);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 32%; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(51,40,32,.88) 0%, rgba(51,40,32,.66) 34%, rgba(51,40,32,.14) 62%, rgba(51,40,32,0) 82%),
    linear-gradient(to top, rgba(51,40,32,.78) 0%, rgba(51,40,32,0) 42%);
}
.hero-body { position: relative; padding-block: clamp(120px, 20vh, 200px) clamp(56px, 9vh, 104px); }
.hero h1 {
  color: #fff;
  font-size: var(--step-5);
  font-weight: 800;
  letter-spacing: -.038em;
  line-height: .98;
  max-width: 13ch;
  margin-bottom: .38em;
}
.hero p {
  color: #E4DACB; max-width: 40ch;
  font-size: var(--step-1); line-height: 1.5; margin-bottom: 0;
}
.hero-rule {
  width: 84px; height: 2px; background: var(--gold); border: 0;
  margin: 0 0 clamp(22px, 3vh, 34px);
}
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 8px 22px;
  margin-top: clamp(26px, 4vh, 40px);
  color: #C7BBAA; font-size: .92rem;
}
.hero-meta span { display: inline-flex; align-items: center; gap: .5em; }
.hero-meta span::before { content: ""; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }

@media (min-width: 900px) {
  .hero-anim > * { opacity: 0; transform: translateY(14px); animation: heroIn .8s var(--ease) forwards; }
  .hero-anim > *:nth-child(1) { animation-delay: .10s; }
  .hero-anim > *:nth-child(2) { animation-delay: .18s; }
  .hero-anim > *:nth-child(3) { animation-delay: .26s; }
  .hero-anim > *:nth-child(4) { animation-delay: .34s; }
  .hero-anim > *:nth-child(5) { animation-delay: .42s; }
}
@keyframes heroIn { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .hero-anim > * { opacity: 1 !important; transform: none !important; animation: none !important; }
}

/* ---------- Seitenkopf Unterseiten ---------- */

.page-head { background: var(--champagne); padding-block: clamp(56px, 9vw, 104px) clamp(48px, 7vw, 80px); }
.page-head h1 { color: var(--ink); margin-bottom: .34em; }
.page-head p { color: var(--ink-soft); font-size: var(--step-1); line-height: 1.5; max-width: 46ch; margin: 0; }
.page-head hr { width: 84px; height: 3px; background: var(--gold); border: 0; margin: 0 0 30px; }

/* ---------- Sektionen ---------- */

.section { padding-block: clamp(56px, 9vw, 112px); }
.section--tight { padding-block: clamp(42px, 6vw, 76px); }
.section--champagne { background: var(--champagne); }

/* Das eine laute Feld der Seite: ein volles Goldband mit dunkler Schrift. */
.section--gold { background: var(--gold); color: var(--espresso); }
.section--gold h2, .section--gold h3 { color: var(--espresso); }
.section--gold p { color: #40321F; }

.section-head { max-width: 58ch; margin-bottom: clamp(34px, 5vw, 56px); }
.section-head p { color: var(--ink-soft); margin-bottom: 0; }

/* ---------- Fakten-Reihe ---------- */

.facts { display: grid; gap: 0; border-top: 1px solid var(--line); }
.facts > div { padding: 26px 0; border-bottom: 1px solid var(--line); }
.facts dt {
  font-weight: 800;
  font-size: var(--step-2); color: var(--gold-deep);
  letter-spacing: -.02em; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.facts dd { margin: .5em 0 0; color: var(--ink-soft); max-width: 34ch; }
@media (min-width: 760px) {
  .facts { grid-template-columns: repeat(3, 1fr); column-gap: clamp(28px, 4vw, 60px); }
  .facts > div { border-bottom: 0; padding: 30px 0 0; }
  .facts { border-bottom: 1px solid var(--line); padding-bottom: 30px; }
}

/* ---------- Zwei-Spalten-Block mit Bild ---------- */

.split { display: grid; gap: clamp(30px, 5vw, 64px); align-items: center; }
@media (min-width: 880px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--wideText { grid-template-columns: 1.08fr .92fr; }
  .split--flip .split-media { order: 2; }
}
.split-media img { width: 100%; height: auto; object-fit: cover; }
.split-media--tall img { aspect-ratio: 4 / 5; }
.split-media--wide img { aspect-ratio: 3 / 2; }
.split-body h2 { margin-bottom: .45em; }
.split-body p { color: var(--ink-soft); }
.section--gold .split-body p { color: #40321F; }

/* ---------- Leistungs-Uebersicht ---------- */

.offer { display: grid; gap: 14px; }
@media (min-width: 820px) {
  .offer { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}

.offer-card {
  background: var(--champagne);
  border-radius: 2px;
  padding: clamp(26px, 3vw, 40px);
  display: flex; flex-direction: column;
  overflow: hidden;
}

/* Schmales Bildband statt grossem Foto: erdet die Kachel, ohne den
   Textblock zu erdruecken. Jede Kachel hat eines, damit die Zeilen
   gleich hoch bleiben und kein Loch im Text entsteht. */
.offer-card { padding-top: 0; }
.offer-card img {
  width: calc(100% + 2 * clamp(26px, 3vw, 40px));
  max-width: none;   /* sonst kappt die globale img-Regel die Ueberbreite */
  margin: 0 calc(-1 * clamp(26px, 3vw, 40px)) clamp(24px, 2.6vw, 32px);
  /* Feste Hoehe statt Seitenverhaeltnis: haelt das Band auch auf breiten
     Schirmen ein Streifen, statt es zum halben Bild wachsen zu lassen. */
  height: clamp(118px, 13vw, 164px);
  object-fit: cover;
  object-position: 50% 45%;
}
.offer-card h3 { margin: 0 0 .5em; }
.offer-card p {
  color: var(--ink-soft); margin: 0 0 1.7em;
  max-width: 40ch;
}

/* Die Preise als echte Wertepaare: Bezeichnung links, Zahl rechts.
   Dadurch steht die Zahlenspalte, statt rechtsbuendig zu flattern. */
.offer-prices {
  margin: auto 0 0; padding-top: 16px;
  border-top: 1px solid rgba(51, 40, 32, .16);
  display: grid; gap: 9px;
}
.offer-prices > div {
  display: flex; align-items: baseline; justify-content: space-between; gap: 20px;
}
.offer-prices dt { color: var(--ink-soft); font-size: .95rem; }
.offer-prices dd {
  margin: 0; font-weight: 700; font-size: 1.05rem;
  color: var(--gold-deep);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* ---------- Preistabelle ---------- */

.price-group { margin-bottom: clamp(44px, 6vw, 72px); }
.price-group:last-child { margin-bottom: 0; }
.price-group > h2 {
  font-size: var(--step-2);
  padding-bottom: .4em; margin-bottom: 0;
  border-bottom: 3px solid var(--gold);
}
.price-sub {
  font-size: var(--step-0); font-weight: 700; letter-spacing: -.005em;
  margin: 2.1em 0 0; color: var(--gold-deep);
}
.price-table { width: 100%; border-collapse: collapse; margin-top: .6em; }
.price-table caption { text-align: left; }
.price-table th, .price-table td { text-align: left; padding: 13px 0; border-bottom: 1px solid var(--line); }
.price-table thead th {
  font-size: .78rem; font-weight: 600; letter-spacing: .06em;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  padding-top: 4px;
}
.price-table td.num, .price-table th.num {
  text-align: right; width: 5.6rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.price-table td.num { font-weight: 600; color: var(--ink); }
.price-table td.wide { text-align: right; font-weight: 600; }
.price-table tbody th { font-weight: 400; padding-right: 18px; }

@media (max-width: 680px) {
  .price-table, .price-table tbody, .price-table tr, .price-table td, .price-table th { display: block; }
  /* Ohne eigenes display schrumpft die Beschriftung auf das laengste Wort,
     sobald die Tabelle selbst kein Tabellenkasten mehr ist. */
  .price-table caption { display: block; width: 100%; }
  .price-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .price-table tr { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .price-table tbody th { padding: 0 0 8px; border: 0; }
  .price-table td { border: 0; padding: 0; display: inline-flex; align-items: baseline; gap: .4em; }
  .price-table td.num { width: auto; text-align: left; margin-right: 20px; }
  .price-table td.num::before {
    content: attr(data-len); font-size: .76rem; font-weight: 400;
    letter-spacing: .05em; color: var(--ink-soft);
  }
  .price-table td.wide { text-align: left; }
  .price-table td:empty { display: none; }
}

.price-note {
  margin-top: 1.2em; font-size: .92rem; color: var(--ink-soft);
  border-left: 3px solid var(--gold); padding-left: 14px; max-width: 60ch;
}

/* ---------- Happy Hour ---------- */

.happy { display: grid; gap: clamp(24px, 4vw, 48px); align-items: center; }
@media (min-width: 820px) { .happy { grid-template-columns: auto 1fr; } }
.happy-stamp {
  border: 1px solid var(--line-gold); border-radius: 2px;
  padding: clamp(24px, 3vw, 34px) clamp(28px, 4vw, 44px);
  text-align: center; color: #4D3D26;
}
.happy-stamp strong {
  display: block; font-size: var(--step-3);
  font-weight: 800;
  letter-spacing: -.028em; line-height: 1; color: var(--espresso);
  font-variant-numeric: tabular-nums;
}
.happy-stamp span { display: block; margin-top: .5em; font-size: .92rem; }

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

.gallery { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .gallery { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
.gallery figure { margin: 0; }
.gallery img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.gallery figcaption { margin-top: 10px; font-size: .88rem; color: var(--ink-soft); }

/* ---------- Team ---------- */

.person { display: grid; gap: clamp(26px, 4vw, 54px); align-items: start; }
@media (min-width: 780px) { .person { grid-template-columns: minmax(240px, 340px) 1fr; } }
.person img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.person-role { color: var(--gold-deep); font-weight: 600; margin-bottom: .6em; }

/* ---------- Kontakt ---------- */

.contact-grid { display: grid; gap: clamp(32px, 5vw, 64px); }
@media (min-width: 880px) { .contact-grid { grid-template-columns: 1fr 1fr; } }

.contact-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.contact-list li { padding: 20px 0; border-bottom: 1px solid var(--line); display: grid; gap: 4px 24px; }
@media (min-width: 560px) { .contact-list li { grid-template-columns: 7.5rem 1fr; } }
.contact-list dt, .contact-list .k {
  color: var(--ink-soft); font-size: .88rem; letter-spacing: .04em;
}
.contact-list .v {
  font-size: 1.1rem; font-weight: 600;
  line-height: 1.45; overflow-wrap: anywhere;
}
.contact-list .v a { text-decoration: none; border-bottom: 1px solid var(--gold-deep); }
.contact-list .v a:hover { color: var(--gold-deep); }
.contact-list .v small { display: block; font-size: .88rem; font-weight: 400; color: var(--ink-soft); margin-top: .35em; letter-spacing: 0; }

.hours { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.hours th, .hours td { padding: 12px 0; border-bottom: 1px solid var(--line); text-align: left; font-weight: 400; }
.hours td { text-align: right; }
.hours tr.closed th, .hours tr.closed td { color: var(--ink-soft); }
.hours tr.today th, .hours tr.today td { color: var(--gold-deep); font-weight: 600; }


/* ---------- Hausnummern-Schild ---------- */

.plaque {
  display: inline-grid; place-items: center;
  background: var(--gold);
  border: 1px solid var(--line-gold);
  padding: clamp(18px, 2.4vw, 26px) clamp(26px, 3.4vw, 40px);
  color: #4D3D26;
}
.plaque strong {
  font-size: var(--step-4); font-weight: 800; line-height: .92; color: var(--espresso); letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
}
.plaque span { font-size: .86rem; letter-spacing: .09em; margin-top: .7em; }

.cta-band { display: grid; gap: clamp(28px, 4vw, 56px); align-items: center; }
@media (min-width: 880px) { .cta-band { grid-template-columns: 1fr auto; } }

/* ---------- Formular ---------- */

.form-field { margin-bottom: 20px; }
.form-field label { display: block; font-size: .88rem; color: var(--ink-soft); margin-bottom: 7px; letter-spacing: .03em; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; font: inherit; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 2px;
  padding: .82em .95em;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  border-color: var(--gold-deep); outline: none; box-shadow: 0 0 0 3px rgba(212,172,104,.35);
}
.form-consent { display: flex; gap: 12px; align-items: flex-start; font-size: .9rem; color: var(--ink-soft); margin-bottom: 22px; }
.form-consent input { margin-top: .25em; accent-color: var(--gold-deep); }
.form-hint { font-size: .88rem; color: var(--ink-soft); margin-top: 1.4em; }

/* ---------- Rechtstexte ---------- */

.legal h2 { font-size: var(--step-2); margin-top: 2em; }
.legal h3 { margin-top: 1.6em; }
.legal p, .legal li { color: var(--ink-soft); }
.legal ul { padding-left: 1.1em; max-width: 68ch; }
.legal address { font-style: normal; color: var(--ink); margin-bottom: 1.4em; }

/* ---------- Fusszeile ---------- */

.site-footer { background: var(--espresso); color: #B7AA99; padding-block: clamp(48px, 7vw, 76px) 0; }
.footer-grid { display: grid; gap: 38px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: clamp(30px, 4vw, 64px); } }
.site-footer h4 { color: #fff; font-size: .95rem; letter-spacing: -.005em; margin-bottom: 1.1em; font-weight: 700; }
.site-footer a { color: #D6CBBB; text-decoration: none; }
.site-footer a:hover { color: var(--gold-lite); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .6em; }
.site-footer .brand img { width: 186px; margin-bottom: 20px; }
.footer-note {
  margin-top: clamp(38px, 5vw, 60px); padding-block: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-wrap: wrap; gap: 8px 26px; justify-content: space-between;
  font-size: .85rem;
}
.footer-hours { font-variant-numeric: tabular-nums; }
.footer-hours li { display: flex; justify-content: space-between; gap: 18px; max-width: 260px; }

/* ---------- Mobile Kontaktleiste ---------- */

.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  display: none; grid-template-columns: 1fr 1fr;
  background: var(--espresso); border-top: 1px solid var(--line-dark);
  padding-bottom: env(safe-area-inset-bottom);
}
.callbar a {
  display: flex; align-items: center; justify-content: center; gap: .55em;
  padding: 15px 10px; color: #fff; text-decoration: none;
  font-weight: 600; font-size: .95rem;
}
.callbar a + a { border-left: 1px solid rgba(255,255,255,.12); }
.callbar a:first-child { background: var(--gold); color: var(--espresso); }
.callbar svg { width: 16px; height: 16px; fill: currentColor; }

@media (max-width: 900px) {
  .callbar { display: grid; }
  body { padding-bottom: calc(54px + env(safe-area-inset-bottom)); }
}

/* ---------- Sprungmarken Preisliste ---------- */

.jump { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.jump a {
  text-decoration: none; font-size: .92rem; font-weight: 500;
  border: 1px solid var(--line); border-radius: 2px;
  padding: .5em 1.05em; color: var(--ink);
  transition: border-color .2s var(--ease), color .2s var(--ease), background-color .2s var(--ease);
}
.jump a:hover { border-color: var(--gold-deep); color: var(--gold-deep); background: #fff; }

/* ---------- Produktlinien ---------- */

.brands { margin: 1.6em 0 1.8em; border-top: 1px solid var(--line); }
.brands dt {
  font-weight: 700;
  color: var(--gold-deep); padding-top: 18px;
}
.brands dd { margin: .35em 0 0; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--ink-soft); }

/* ---------- Hilfsklassen ---------- */

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.heute { font-size: .85em; }

.contact-list .hours { margin-top: -4px; }
.contact-list .hours th, .contact-list .hours td { padding: 9px 0; }
.contact-list .hours tr:last-child th, .contact-list .hours tr:last-child td { border-bottom: 0; }

/* ---------- Hero auf kleinen Bildschirmen ---------- */

@media (max-width: 600px) {
  .hero-media img { object-position: 64% 20%; }
  .hero-media::after {
    background:
      linear-gradient(to top,
        rgba(51,40,32,.94) 0%,
        rgba(51,40,32,.84) 34%,
        rgba(51,40,32,.46) 58%,
        rgba(51,40,32,.22) 100%);
  }
  .hero h1 {
    font-size: clamp(2.45rem, 1.15rem + 7vw, 3.3rem);
    letter-spacing: -.03em;
    line-height: 1;
    max-width: none;
  }
  .hero p { font-size: 1.06rem; }
  .hero-body { padding-block: 128px 40px; }
  .hero-meta { gap: 6px 18px; font-size: .86rem; }
  .btn-row .btn { flex: 1 1 100%; justify-content: center; }
}

/* Platz fuer die feste Kontaktleiste am unteren Rand */
@media (max-width: 900px) {
  .hero-body { padding-bottom: calc(46px + 56px + env(safe-area-inset-bottom)); }
}

@media (max-width: 900px) {
  .site-header--over:has(#hauptmenue.is-open) { background: var(--espresso); }
  .site-header--over:has(#hauptmenue.is-open)::before { display: none; }
}

/* ---------- Bild in der Preisliste ---------- */

.price-figure { margin: 0 0 clamp(44px, 6vw, 72px); }
.price-figure img { width: 100%; height: auto; aspect-ratio: 16 / 7; object-fit: cover; object-position: 50% 42%; }
.price-figure figcaption { margin-top: 12px; font-size: .92rem; color: var(--ink-soft); max-width: 60ch; }

/* ---------- Telefon und E-Mail ohne Unterstrich ----------
   Erkennbar bleiben die beiden ueber Farbe beziehungsweise Gewicht.
   Der Strich kommt bei Hover und Tastaturfokus zurueck, damit die
   Bedienbarkeit nicht am Schriftbild haengt. */

/* Adressleiste: auf der goldenen Flaeche traegt eine Akzentfarbe nicht,
   dort markiert das Schriftgewicht den Kontaktweg. */
.rail a[href^="tel:"],
.rail a[href^="mailto:"] { border-bottom: 0; font-weight: 700; }
.rail a[href^="tel:"]:hover,
.rail a[href^="mailto:"]:hover,
.rail a[href^="tel:"]:focus-visible,
.rail a[href^="mailto:"]:focus-visible { border-bottom: 1px solid currentColor; }

/* Kontaktseite */
.contact-list .v a[href^="tel:"],
.contact-list .v a[href^="mailto:"] { border-bottom: 0; color: var(--gold-deep); }
.contact-list .v a[href^="tel:"]:hover,
.contact-list .v a[href^="mailto:"]:hover { color: var(--espresso); border-bottom: 1px solid currentColor; }

/* Fliesstext auf den Rechtsseiten und unter dem Formular */
.legal a[href^="tel:"], .legal a[href^="mailto:"],
.form-hint a[href^="tel:"], .form-hint a[href^="mailto:"] {
  color: var(--gold-deep); text-decoration: none; font-weight: 600;
}
.legal a[href^="tel:"]:hover, .legal a[href^="mailto:"]:hover,
.form-hint a[href^="tel:"]:hover, .form-hint a[href^="mailto:"]:hover { text-decoration: underline; }
