/* ==========================================================================
   KRÖNLI · Coiffure & Brautstyling (geführt von Mara & Lena) · Demo
   Eigenständiges Design: warmes Crème + Altrosa + ein Hauch Gold (Krönchen),
   freundlich-verspielt und doch elegant. Schriften: Playfair Display (Serif),
   DM Sans (UI/Text), Caveat (handschriftlicher Akzent).
   --------------------------------------------------------------------------
   MOBILE-Teil steht unten in @media-Blöcken; Desktop bleibt davon unberührt.
   ========================================================================== */

:root {
  --creme:      #f8f2ec;   /* warmes Off-White (helle Sektionen)        */
  --creme-2:    #f1e7dd;   /* Karten auf Hell                            */
  --sand:       #ece0d3;   /* feine Abstufung                            */
  --espresso:   #2d2520;   /* Haupttext + dunkle Sektionen              */
  --espresso-2: #3a302a;   /* Karten auf Dunkel                          */
  --text-hell:  #f4ece2;   /* Text auf Dunkel                            */
  --muted:      #8c7d6f;   /* gedämpft auf Hell                          */
  --muted-hell: #c0b1a1;   /* gedämpft auf Dunkel                        */
  --rose:       #c98a82;   /* Altrosa (Hauptakzent)                      */
  --rose-d:     #b9756c;   /* dunkler beim Hover                         */
  --rose-soft:  rgba(201,138,130,.14);
  --gold:       #c6a662;   /* warmes Gold (Krönchen, kleine Akzente)    */
  --rand:       rgba(45,37,32,.12);
  --rand-hell:  rgba(244,236,226,.16);
  --serif:      'Playfair Display', Georgia, serif;
  --sans:       'DM Sans', system-ui, -apple-system, sans-serif;
  --hand:       'Caveat', cursive;
  --radius:     20px;
  --radius-s:   13px;
  --breite:     1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--creme); color: var(--espresso);
  font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: var(--breite); margin: 0 auto; padding: 0 30px; }
.section { padding: 96px 0; }
.section.dunkel { background: var(--espresso); color: var(--text-hell); }
.section.sand { background: var(--sand); }

/* ---- Typografie ------------------------------------------------------- */
h1, h2, h3, .serif { font-family: var(--serif); font-weight: 500; line-height: 1.1; letter-spacing: -.01em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--sans);
  font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--rose); margin-bottom: 16px; }
.eyebrow::before { content: '♦'; color: var(--gold); font-size: 9px; }
.eyebrow.zen { justify-content: center; }
.hand { font-family: var(--hand); font-weight: 600; color: var(--rose); font-size: 1.5em; line-height: 1; }
h2.titel { font-size: clamp(32px, 4.6vw, 52px); }
.lead { font-size: clamp(16px, 1.6vw, 19px); color: var(--muted); max-width: 600px; }
.dunkel .lead { color: var(--muted-hell); }
.zen { text-align: center; } .zen .lead { margin-left: auto; margin-right: auto; }

/* ---- Buttons ---------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--sans);
  font-size: 14.5px; font-weight: 600; padding: 15px 30px; border-radius: 999px; cursor: pointer;
  border: 2px solid transparent; transition: all .2s; }
.btn-rose { background: var(--rose); color: #fff; }
.btn-rose:hover { background: var(--rose-d); transform: translateY(-2px); }
.btn-linie { background: transparent; border-color: var(--rose); color: var(--rose); }
.btn-linie:hover { background: var(--rose); color: #fff; }
.btn-hell { background: transparent; border-color: rgba(244,236,226,.45); color: var(--text-hell); }
.btn-hell:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.pfeil { display: inline-flex; align-items: center; gap: 8px; color: var(--rose); font-size: 14px; font-weight: 600; }
.pfeil span { transition: transform .2s; } .pfeil:hover span { transform: translateX(5px); }

/* ---- Krönchen-Logo ---------------------------------------------------- */
.krone { width: 30px; height: auto; color: var(--gold); flex-shrink: 0; }

/* ---- Demo-Balken (Causa) --------------------------------------------- */
.demo-balken { background: #211b16; color: #e7ddcf; font-size: 13px; text-align: center; padding: 9px 16px; letter-spacing: .02em; }
.demo-balken a { color: var(--gold); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

/* ---- Kopf / Navigation ----------------------------------------------- */
.header { position: sticky; top: 0; z-index: 50; background: rgba(248,242,236,.86); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rand); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { display: flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: .01em; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--espresso); opacity: .82; transition: all .2s; }
.nav-links a:hover { opacity: 1; color: var(--rose); }
.nav-rechts { display: flex; align-items: center; gap: 16px; }
.burger { display: none; width: 46px; height: 42px; background: none; border: 1px solid var(--rand); border-radius: 10px;
  flex-direction: column; gap: 5px; align-items: center; justify-content: center; cursor: pointer; }
.burger span { width: 20px; height: 2px; background: var(--espresso); border-radius: 2px; }

/* ---- BILD-SYSTEM (nummerierte Platzhalter) --------------------------- */
.bild { position: relative; overflow: hidden; border-radius: var(--radius);
  background: linear-gradient(135deg, #e7d8c9, #d8c3b3); aspect-ratio: 4/3; }
.bild::before { content: attr(data-nr); position: absolute; top: 13px; left: 15px; z-index: 1;
  font-size: 12px; font-weight: 700; color: #fff; background: var(--rose); padding: 3px 10px; border-radius: 999px; }
.bild::after { content: 'Bild ' attr(data-nr) ' · ' attr(data-motiv); position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 22px;
  color: #8a7461; font-size: 13px; font-weight: 500; line-height: 1.5; }
.bild img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }

/* ---- HERO ------------------------------------------------------------- */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; color: var(--text-hell); }
.hero .bild { position: absolute; inset: 0; border-radius: 0; aspect-ratio: auto; z-index: 0; }
/* Im leeren Zustand nur warme Fläche statt Platzhalter-Text (mit echtem Bild verdeckt). */
.hero .bild::before, .hero .bild::after { display: none; }
.hero-overlay { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(45,37,32,.82) 0%, rgba(45,37,32,.5) 55%, rgba(45,37,32,.2) 100%); }
.hero-inhalt { position: relative; z-index: 2; max-width: 680px; padding: 80px 0; }
.hero .vorzeile { font-family: var(--hand); color: #f0cfc8; font-size: 30px; line-height: 1; margin-bottom: 6px; }
.hero h1 { font-size: clamp(44px, 7vw, 86px); font-weight: 500; }
.hero h1 em { font-style: italic; color: #eebfb8; }
.hero p { font-size: clamp(16px, 1.7vw, 19px); color: #ece1d4; margin: 22px 0 32px; max-width: 500px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---- Intro / Warum Krönli -------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split .bild { aspect-ratio: 4/5; }

/* Studio-Einblick (breites Bild mit Bildunterschrift) */
.studio-bild { position: relative; aspect-ratio: 2/1; border-radius: var(--radius); }
.studio-cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 60px 38px 30px; color: #fff;
  font-size: 18px; background: linear-gradient(to top, rgba(45,37,32,.72), rgba(45,37,32,0)); }
.studio-cap .hand { display: block; font-family: var(--hand); color: #fff; font-size: 32px; line-height: 1; margin-bottom: 2px; }
.warum-liste { list-style: none; display: grid; gap: 16px; margin-top: 24px; }
.warum-liste li { display: flex; gap: 13px; align-items: flex-start; }
.warum-liste .hk { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--rose-soft); color: var(--rose);
  display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; margin-top: 1px; }
.warum-liste b { font-weight: 600; }

/* ---- Leistungen ------------------------------------------------------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.karte { background: #fff; border: 1px solid var(--rand); border-radius: var(--radius); padding: 32px 30px; transition: transform .2s, box-shadow .2s; }
.karte:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(45,37,32,.10); }
.karte .ikon { width: 52px; height: 52px; border-radius: 14px; background: var(--rose-soft); color: var(--rose);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.karte h3 { font-size: 22px; margin-bottom: 9px; }
.karte p { color: var(--muted); font-size: 15px; }

/* ---- Preisliste ------------------------------------------------------- */
.preise { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 60px; max-width: 900px; margin: 0 auto; }
.preis-zeile { display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding: 14px 0; border-bottom: 1px solid var(--rand); }
.preis-zeile .p-name b { font-weight: 600; }
.preis-zeile .p-name span { display: block; color: var(--muted); font-size: 13.5px; }
.preis-zeile .p-preis { font-family: var(--serif); font-size: 19px; color: var(--rose); white-space: nowrap; }
.preis-hinweis { text-align: center; color: var(--muted); font-size: 14px; margin-top: 26px; }

/* ---- Brautstyling (Highlight) ---------------------------------------- */
.braut-box { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; }
.braut-text { background: var(--espresso); color: var(--text-hell); padding: 56px 50px; }
.braut-text .krone { color: var(--gold); width: 40px; margin-bottom: 20px; }
.braut-text h2 { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 16px; }
.braut-text p { color: var(--muted-hell); margin-bottom: 24px; }
.braut-paket { display: grid; gap: 12px; margin-bottom: 28px; }
.braut-paket .pz { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--rand-hell); }
.braut-paket .pz b { font-weight: 500; } .braut-paket .pz span { color: var(--gold); font-family: var(--serif); font-size: 18px; }
.braut-bild { position: relative; }
.braut-bild .bild { position: absolute; inset: 0; border-radius: 0; aspect-ratio: auto; }

/* ---- Gründerinnen (das Team) ----------------------------------------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.frau { text-align: center; }
.frau .bild { aspect-ratio: 3/4; margin-bottom: 22px; }
.frau h3 { font-size: 24px; margin-bottom: 2px; }
.frau .rolle { color: var(--rose); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.frau p { color: var(--muted); font-size: 15px; max-width: 360px; margin: 0 auto; }
.frau .sig { font-family: var(--hand); color: var(--rose); font-size: 30px; margin-top: 12px; }

/* ---- Testimonials + Galerie ------------------------------------------ */
.stimmen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 50px; }
.stimme { background: #fff; border: 1px solid var(--rand); border-radius: var(--radius); padding: 30px 28px; }
.stimme .sterne { color: var(--gold); letter-spacing: 3px; margin-bottom: 14px; }
.stimme blockquote { font-size: 16px; line-height: 1.6; margin-bottom: 16px; }
.stimme .wer { font-size: 14px; color: var(--muted); font-weight: 600; }
.stimme .wer b { color: var(--espresso); }
.galerie { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.galerie .bild { aspect-ratio: 3/4; }

/* ---- Öffnungszeiten + Kontakt/Formular ------------------------------- */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.zeiten-karte { background: #fff; border: 1px solid var(--rand); border-radius: var(--radius); padding: 36px 34px; }
.zeiten-karte h3 { font-size: 22px; margin-bottom: 18px; }
.z-zeile { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--rand); }
.z-zeile:last-child { border-bottom: 0; }
.z-zeile span { color: var(--muted); }
.kontakt-info { margin-top: 22px; display: grid; gap: 10px; font-size: 15px; }
.kontakt-info .platz { color: var(--rose); font-style: italic; }
.feld { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.feld label { font-size: 13.5px; font-weight: 600; color: var(--muted); }
.feld input, .feld textarea, .feld select { padding: 13px 15px; background: #fff; border: 1px solid var(--rand);
  border-radius: var(--radius-s); color: var(--espresso); font-family: inherit; font-size: 15px; outline: none; transition: border-color .2s; width: 100%; }
.feld textarea { min-height: 100px; resize: vertical; }
.feld input:focus, .feld textarea:focus, .feld select:focus { border-color: var(--rose); }
.feld-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check-zeile { display: flex; gap: 11px; align-items: flex-start; font-size: 13.5px; color: var(--muted); margin: 4px 0 18px; }
.check-zeile a { color: var(--rose); text-decoration: underline; }
.danke { color: var(--rose); font-weight: 600; margin-top: 12px; display: none; }

/* ---- Demo-Hinweis ----------------------------------------------------- */
.demo-hinweis { background: var(--rose-soft); border: 1px solid rgba(201,138,130,.32); border-radius: var(--radius-s);
  padding: 16px 20px; font-size: 13.5px; color: #8a6a64; margin-top: 24px; }
.demo-hinweis b { color: var(--rose-d); }

/* ---- Footer ----------------------------------------------------------- */
.footer { background: var(--espresso); color: var(--muted-hell); padding: 76px 0 32px; text-align: center; }
.footer .marke-foot { display: inline-flex; align-items: center; gap: 14px; font-family: var(--serif); font-size: clamp(44px, 7vw, 76px); color: var(--text-hell); }
.footer .marke-foot .krone { width: clamp(40px, 6vw, 64px); }
.footer .unter { max-width: 440px; margin: 18px auto 30px; font-size: 14.5px; font-weight: 300; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 26px; font-size: 14px; }
.footer-links a:hover { color: var(--rose); }
.footer-unten { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--rand-hell); font-size: 12.5px; }
.footer-unten a { color: var(--rose); }

/* ---- Rechtsseiten ----------------------------------------------------- */
.rechtstext { max-width: 800px; margin: 0 auto; padding: 70px 0; }
.rechtstext h1 { font-size: clamp(32px, 4.5vw, 46px); margin-bottom: 10px; }
.rechtstext h2 { font-size: 22px; margin: 32px 0 10px; }
.rechtstext p, .rechtstext li { color: var(--muted); margin-bottom: 12px; }
.rechtstext ul { padding-left: 22px; }
.rechtstext a { color: var(--rose); text-decoration: underline; }
.platz { color: var(--rose); font-style: italic; }
.zurueck { display: inline-flex; gap: 8px; color: var(--rose); font-weight: 600; font-size: 14px; margin-bottom: 26px; }

/* ---- Reveal ----------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s, transform .7s; }
.reveal.sichtbar { opacity: 1; transform: none; }
html:not(.js) .reveal { opacity: 1; transform: none; }

/* ==========================================================================
   MOBILE · ab hier alles aufs Handy ausgelegt (nur @media + .mobil-bar).
   ========================================================================== */
.mobil-bar { display: none; }

@media (max-width: 900px) {
  .grid-3, .stimmen { grid-template-columns: 1fr 1fr; }
  .galerie { grid-template-columns: repeat(3, 1fr); }
  .split, .kontakt-grid, .braut-box, .duo { grid-template-columns: 1fr; gap: 36px; }
  .braut-box { border-radius: var(--radius); }
  .braut-bild { min-height: 320px; }
  .preise { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 640px) {
  .section { padding: 68px 0; }
  .container { padding: 0 20px; }
  h2.titel { font-size: clamp(30px, 9vw, 44px); }

  /* Kompakter Kopf */
  .nav { height: 64px; }
  .logo { font-size: 23px; }
  .header { backdrop-filter: none; background: rgba(248,242,236,.98); }

  /* Hero */
  .hero { min-height: 86vh; }
  .hero-inhalt { padding: 60px 0; }
  .hero h1 { font-size: clamp(40px, 12vw, 60px); }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }

  /* Stapeln */
  .grid-3, .stimmen, .duo, .feld-2 { grid-template-columns: 1fr !important; }
  .galerie { grid-template-columns: repeat(2, 1fr); }
  .studio-bild { aspect-ratio: 4/3; }
  .studio-cap { padding: 44px 22px 22px; font-size: 16px; }
  .split, .kontakt-grid, .braut-box { grid-template-columns: 1fr !important; }
  .braut-text { padding: 38px 26px; }
  .btn { justify-content: center; }

  /* ---- Vollbild-Navigation ---- */
  .nav-rechts .btn { display: none; }
  .nav-links { display: none; }
  .burger { display: flex; position: relative; z-index: 80; }
  .burger span { transition: transform .3s ease, opacity .2s ease; }
  .nav-links.offen { display: flex; position: fixed; inset: 0; z-index: 60;
    flex-direction: column; align-items: center; justify-content: center; gap: 6px;
    background: rgba(248,242,236,.99); padding: 80px 24px 40px; }
  .nav-links.offen li { width: 100%; text-align: center; }
  .nav-links.offen a { display: inline-block; font-family: var(--serif); font-size: 30px; opacity: .92; padding: 12px 0; }
  .nav-links.offen a:hover { color: var(--rose); opacity: 1; }
  .nav-links.offen ~ .nav-rechts .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-links.offen ~ .nav-rechts .burger span:nth-child(2) { opacity: 0; }
  .nav-links.offen ~ .nav-rechts .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* ---- Feste Aktionsleiste unten ---- */
  .mobil-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; gap: 10px;
    padding: 9px 14px calc(9px + env(safe-area-inset-bottom, 0px));
    background: rgba(248,242,236,.97); backdrop-filter: blur(12px); border-top: 1px solid var(--rand); }
  .mobil-bar a { flex: 1; display: flex; align-items: center; justify-content: center; height: 50px;
    border-radius: 999px; font-weight: 600; font-size: 14px; }
  .mobil-bar .geist { border: 1.5px solid var(--rose); color: var(--rose); }
  .mobil-bar .haupt { background: var(--rose); color: #fff; }
  body:has(.mobil-bar) { padding-bottom: 74px; }
}

/* ==========================================================================
   BUCHUNGS-MODAL · zwei Flows (normaler Termin + Hochzeit), durchklickbar (Demo)
   ========================================================================== */
.bk-overlay { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center;
  padding: 20px; background: rgba(45,37,32,.55); backdrop-filter: blur(4px); }
.bk-overlay.offen { display: flex; }
.bk-modal { width: 100%; max-width: 600px; max-height: 92vh; overflow-y: auto; background: var(--creme);
  border: 1px solid var(--rand); border-radius: 22px; color: var(--espresso); }
.bk-kopf { position: sticky; top: 0; background: var(--creme); display: flex; align-items: center; justify-content: space-between;
  gap: 14px; padding: 22px 26px 0; z-index: 2; }
.bk-kopf h3 { font-family: var(--serif); font-size: 24px; }
.bk-zu { background: none; border: 0; color: var(--muted); font-size: 28px; line-height: 1; cursor: pointer; padding: 0 4px; }
.bk-zu:hover { color: var(--rose); }
.bk-steps { display: flex; gap: 7px; padding: 16px 26px 0; }
.bk-steps .st { flex: 1; height: 4px; border-radius: 2px; background: var(--sand); }
.bk-steps .st.an { background: var(--rose); }
.bk-body { padding: 22px 26px; }
.bk-body h4 { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); margin: 0 0 14px; }
.bk-body h4.mt { margin-top: 24px; }
.bk-intro { color: var(--muted); font-size: 14.5px; margin-bottom: 18px; }
.bk-fuss { display: flex; gap: 12px; padding: 4px 26px 26px; }
.bk-fuss .btn { flex: 1; }
.bk-fuss .btn:disabled { opacity: .4; cursor: default; }
.bk-hinweis { display: flex; gap: 10px; background: var(--rose-soft); border: 1px solid rgba(201,138,130,.3);
  border-radius: 12px; padding: 13px 16px; font-size: 13px; color: #8a6a64; margin-top: 18px; line-height: 1.5; }
.bk-hinweis b { color: var(--rose-d); }

/* Auswahl-Karten (Produkt, Person, Stilrichtung) */
.bk-wahl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bk-wahl.drei { grid-template-columns: repeat(3, 1fr); }
.bk-opt { background: #fff; border: 1.5px solid var(--rand); border-radius: 14px; padding: 18px 16px; cursor: pointer; transition: border-color .15s, background .15s; }
.bk-opt:hover { border-color: var(--rose); }
.bk-opt.gewaehlt { border-color: var(--rose); background: var(--rose-soft); }
.bk-opt .ot { font-weight: 600; font-size: 15.5px; display: block; }
.bk-opt .os { color: var(--muted); font-size: 13px; display: block; margin-top: 3px; }
.bk-opt .opreis { color: var(--rose); font-weight: 600; font-size: 13.5px; }
.bk-person { display: flex; align-items: center; gap: 14px; }
.bk-person .av { width: 46px; height: 46px; border-radius: 50%; background: var(--rose-soft); color: var(--rose);
  display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 22px; flex-shrink: 0; }

/* Kalender */
.bk-kal-kopf { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.bk-kal-kopf b { font-family: var(--serif); font-size: 19px; }
.bk-nav { background: #fff; border: 1px solid var(--rand); border-radius: 9px; color: var(--espresso); width: 36px; height: 36px; cursor: pointer; font-size: 16px; }
.bk-nav:disabled { opacity: .3; cursor: default; }
.bk-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.bk-wd { text-align: center; font-size: 11px; color: var(--muted); padding-bottom: 4px; }
.bk-tag { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 9px; font-size: 14px;
  border: 1px solid transparent; background: #fff; cursor: pointer; }
.bk-tag.leer { background: none; cursor: default; }
.bk-tag.aus { color: #c4b6a6; background: none; cursor: default; }
.bk-tag.belegt { color: #c4b6a6; background: #f0e7dd; cursor: default; text-decoration: line-through; }
.bk-tag.frei:hover { border-color: var(--rose); }
.bk-tag.gewaehlt { background: var(--rose); color: #fff; font-weight: 600; }

/* Zeit-Slots */
.bk-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.bk-slot { padding: 11px 0; text-align: center; border-radius: 9px; background: #fff; border: 1px solid var(--rand); font-size: 14px; cursor: pointer; }
.bk-slot.belegt { opacity: .4; text-decoration: line-through; cursor: default; }
.bk-slot.frei:hover { border-color: var(--rose); }
.bk-slot.gewaehlt { background: var(--rose); color: #fff; border-color: var(--rose); font-weight: 600; }

/* Formular + Zusammenfassung + Danke */
.bk-feld { margin-bottom: 14px; }
.bk-feld label { display: block; font-size: 12.5px; color: var(--muted); margin-bottom: 6px; font-weight: 600; }
.bk-feld input, .bk-feld textarea { width: 100%; padding: 12px 14px; background: #fff; border: 1px solid var(--rand); border-radius: 10px; color: var(--espresso); font-family: var(--sans); font-size: 15px; outline: none; }
.bk-feld textarea { min-height: 80px; resize: vertical; }
.bk-feld input:focus, .bk-feld textarea:focus { border-color: var(--rose); }
.bk-zus { background: #fff; border: 1px solid var(--rand); border-radius: 12px; padding: 14px 18px; margin-bottom: 18px; font-size: 14px; }
.bk-zus div { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; }
.bk-zus span { color: var(--muted); }
.bk-zus b { font-weight: 600; }
.bk-danke { text-align: center; padding: 16px 8px; }
.bk-danke .haken { width: 66px; height: 66px; border-radius: 50%; background: var(--rose-soft); color: var(--rose);
  display: flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 18px; }
.bk-danke h3 { font-family: var(--serif); font-size: 27px; margin-bottom: 10px; }
.bk-danke p { color: var(--muted); }

@media (max-width: 640px) {
  .bk-overlay { padding: 0; }
  .bk-modal { max-width: none; max-height: 100vh; min-height: 100vh; border-radius: 0; }
  .bk-wahl, .bk-wahl.drei { grid-template-columns: 1fr 1fr; }
  .bk-slots { grid-template-columns: repeat(3, 1fr); }
}
