/* Barbier Beirut — Louisenstraße 73, Dresden Äußere Neustadt
   ------------------------------------------------------------------
   Thema: TERMIN ODER EINFACH REINKOMMEN. Auf der alten Seite stand
   zwischen zwei Buchungsknöpfen der Satz „Wir nehmen Kunden ohne
   Termine auch !!". Genau das ist in der Neustadt der Unterschied —
   und es ging dort völlig unter. Hier ist es ein eigenes Kapitel.

   Zeichen: Das Logo ist ein weißer Kreis mit „BB“, gekreuzten Scheren
   und Schnurrbart auf Schwarz, darunter BARBIER in Weiß und BEIRUT in
   Rot. Die Seite übernimmt das: schwarzer Grund, weiße Schrift, ein
   einziges Rot. Kanten sind hart, nichts ist rund außer dem Signet.

   Abgrenzung zu den anderen Seiten im Bestand: Es gibt bisher keine
   zweite Beauty-Seite. Zur nächstliegenden — hautconcept — ist der
   Abstand groß: dort hell und kosmetisch, hier schwarz und laut.

   Farbe: aus dem Logo. Nachgerechnet:
     #ef4f63 auf #111111 = 5,4:1    Akzenttext auf Schwarz
     #ffffff auf #a41024 = 7,8:1    gefüllte Knöpfe
     #f2eeeb auf #111111 = 16,4:1   Fließtext auf Schwarz
     #a41024 auf #f6f4f2 = 7,2:1    Akzenttext auf hellem Band
     #141110 auf #f6f4f2 = 17,1:1   Text auf hellem Band

   Mobile first (Hausregel 3): Grundregeln beschreiben die schmale Ansicht.
*/

@font-face{font-family:BricLokal;src:url("schrift/bricolage-grotesque-800-x.woff2") format("woff2");font-weight:800;font-display:swap}
@font-face{font-family:BricLokal;src:url("schrift/bricolage-grotesque-600-x.woff2") format("woff2");font-weight:600;font-display:swap}
@font-face{font-family:KarlaLokal;src:url("schrift/karla-400.woff2") format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:KarlaLokal;src:url("schrift/karla-500.woff2") format("woff2");font-weight:500;font-display:swap}
@font-face{font-family:KarlaLokal;src:url("schrift/karla-700.woff2") format("woff2");font-weight:700;font-display:swap}

:root{
  --schwarz:#111111;
  --schwarz-2:#1a1918;
  --kante:rgba(242,238,235,.16);
  --text:#f2eeeb;
  --gedaempft:#bdb5b0;
  --rot:#ef4f63;
  --rot-satt:#a41024;
  --rot-tief:#8a0d1e;
  --hell:#f6f4f2;
  --hell-2:#e6e2de;
  --auf-hell:#141110;
  --auf-hell-2:#5a524d;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--schwarz);color:var(--text);
  font-family:KarlaLokal,system-ui,Arial,sans-serif;line-height:1.62;font-size:16px}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

h1,h2,h3{font-family:BricLokal,system-ui,sans-serif;font-weight:800;line-height:1.02;
  margin:0;letter-spacing:-.022em;text-transform:uppercase;overflow-wrap:break-word}
h1{font-size:clamp(2.3rem,9.5vw,3.4rem)}
h2{font-size:clamp(1.9rem,7vw,2.6rem)}
h3{font-size:1.1rem;line-height:1.2;font-weight:600;letter-spacing:-.01em}
p{margin:0;color:var(--gedaempft)}
h1+p,h2+p,h3+p{margin-top:.95rem}
strong{color:var(--text);font-weight:700}
.hell strong{color:var(--auf-hell)}

/* Augenbraue: Versalien mit einem roten Block davor. */
.marke{display:inline-flex;align-items:center;gap:.6rem;font-family:KarlaLokal;
  font-weight:700;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--rot);margin-bottom:.95rem}
.marke::before{content:"";width:.75rem;height:.75rem;background:currentColor;flex:0 0 auto}
.hell .marke{color:var(--rot-satt)}

.sprung{position:absolute;left:-9999px;top:.5rem;background:var(--rot-satt);
  color:#fff;padding:.7rem 1rem;z-index:40;font-weight:700}
.sprung:focus{left:.75rem}

/* ── Kopf ─────────────────────────────────────────────────────────── */
.kopf{position:sticky;top:0;z-index:30;background:rgba(17,17,17,.96);
  backdrop-filter:blur(14px);border-bottom:1px solid var(--kante)}
.kopf__innen{display:flex;flex-wrap:wrap;align-items:center;
  justify-content:space-between;row-gap:.15rem;column-gap:.5rem;
  max-width:1160px;margin:auto;padding:.3rem .85rem .35rem}
/* Logo vorhanden: kein Wortlaut daneben (Ansage 05.08.2026). */
.logo{order:1;flex:0 0 auto;display:flex;align-items:center;min-height:40px}
.logo img{height:42px;width:auto}
.wege{order:3;flex:1 0 100%;display:flex;gap:.1rem;overflow-x:auto;
  -webkit-overflow-scrolling:touch;scrollbar-width:none}
.wege::-webkit-scrollbar{display:none}
.wege a{flex:0 0 auto;font-size:.82rem;color:var(--gedaempft);font-weight:500;
  padding:.3rem .5rem;white-space:nowrap;text-transform:uppercase;letter-spacing:.06em}
.wege a:hover{color:#fff;background:var(--rot-satt)}
.ruf{order:2;flex:0 0 auto}

.knopf{display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:.6rem 1.2rem;border:1px solid var(--rot-satt);
  background:var(--rot-satt);color:#fff;font-family:KarlaLokal;font-weight:700;
  font-size:.9rem;cursor:pointer;letter-spacing:.04em;text-transform:uppercase}
.knopf:hover{background:var(--rot-tief);border-color:var(--rot-tief)}
.kopf .knopf{min-height:38px;padding:.35rem .85rem;font-size:.83rem}
.knopf--leer{background:transparent;color:var(--text);border-color:var(--text)}
.knopf--leer:hover{background:var(--text);color:var(--schwarz)}
.hell .knopf--leer{color:var(--auf-hell);border-color:var(--auf-hell)}
.hell .knopf--leer:hover{background:var(--auf-hell);color:var(--hell)}

/* ── Hero ─────────────────────────────────────────────────────────── */
.hero{position:relative;display:grid;align-items:end;min-height:72vh;overflow:hidden}
.hero__bild{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  object-position:center 52%}
.hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(17,17,17,.96) 8%,rgba(17,17,17,.5) 58%,rgba(17,17,17,.3)),
             linear-gradient(90deg,rgba(17,17,17,.9) 4%,rgba(17,17,17,.42) 52%,transparent 86%)}
.hero__innen{position:relative;z-index:1;width:100%;max-width:1160px;
  margin-inline:auto;padding:5rem 1rem 2.8rem}
.hero p{font-size:1.06rem;max-width:38rem}
.hero__knoepfe{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.8rem}
.hero__knoepfe .knopf{flex:1 1 14rem}

/* ── Bänder ───────────────────────────────────────────────────────── */
.band{padding:3.5rem 1rem}
.band.grund-2{background:var(--schwarz-2)}
.band.hell{background:var(--hell);color:var(--auf-hell)}
.band.hell p{color:var(--auf-hell-2)}
.innen{max-width:1160px;margin:auto}
.zwei{display:grid;gap:1.6rem}
.zwei p{font-size:1.04rem}

/* ── Preistafel ───────────────────────────────────────────────────── */
.tafel{display:grid;gap:0;margin-top:2.2rem;border-top:2px solid var(--kante)}
.hell .tafel{border-color:#cfc9c4}
.posten{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;
  gap:.2rem 1rem;padding:1rem 0;border-bottom:1px solid var(--kante)}
.hell .posten{border-color:#cfc9c4}
.posten h3{font-size:1.06rem}
.posten__hinweis{flex:1 0 100%;font-size:.86rem;color:var(--gedaempft)}
.hell .posten__hinweis{color:var(--auf-hell-2)}
.posten__preis{font-family:BricLokal;font-weight:800;font-size:1.5rem;color:var(--rot);
  white-space:nowrap;letter-spacing:-.02em}
.hell .posten__preis{color:var(--rot-satt)}

/* ── Kacheln ──────────────────────────────────────────────────────── */
.kacheln{display:grid;gap:1.1rem;margin-top:2.2rem}
.kachel{border:1px solid var(--kante);padding:1.4rem;background:rgba(242,238,235,.04)}
.hell .kachel{border-color:#d8d3ce;background:#fff}
.kachel h3{margin-bottom:.6rem}
.kachel p{font-size:.95rem}

/* ── Bilder ───────────────────────────────────────────────────────── */
.reihe{display:grid;gap:1rem;margin-top:2.2rem}
.reihe figure{margin:0}
.reihe img{width:100%;height:280px;object-fit:cover;object-position:center 30%}
.reihe figcaption{margin-top:.55rem;font-size:.85rem;color:var(--gedaempft)}
.hell .reihe figcaption{color:var(--auf-hell-2)}
.streifen{display:block;height:40vw;max-height:360px;min-height:180px;overflow:hidden}
.streifen img{width:100%;height:100%;object-fit:cover;object-position:center 45%}

/* Produkte: quadratisch, weißer Grund, weil die Dosen freigestellt sind. */
.produkte{display:grid;gap:1rem;margin-top:2.2rem}
.produkt{border:1px solid var(--kante);padding:1rem;text-align:center;
  background:rgba(242,238,235,.04)}
.hell .produkt{border-color:#d8d3ce;background:#fff}
.produkt img{width:100%;height:170px;object-fit:contain;background:#fff;padding:.6rem}
.produkt b{display:block;margin-top:.7rem;font-size:.9rem;font-weight:700}
.produkt span{display:block;font-size:.86rem;color:var(--gedaempft)}
.hell .produkt span{color:var(--auf-hell-2)}

/* ── Mitmach-Stationen ────────────────────────────────────────────── */
.station{margin-top:2.2rem;border:1px solid var(--kante);padding:1.4rem;
  background:rgba(242,238,235,.04)}
.hell .station{border-color:#d8d3ce;background:#fff}
.wahl{display:grid;gap:.55rem}
.wahl button{display:block;width:100%;text-align:left;min-height:50px;padding:.8rem 1rem;
  border:1px solid var(--kante);background:transparent;color:var(--text);
  font-family:KarlaLokal;font-weight:500;font-size:.96rem;cursor:pointer;line-height:1.35}
.hell .wahl button{border-color:#cfc9c4;color:var(--auf-hell)}
.wahl button[aria-pressed="true"]{background:var(--rot-satt);color:#fff;
  border-color:var(--rot-satt);font-weight:700}
.antwort{margin-top:1.3rem;padding-top:1.3rem;border-top:1px solid var(--kante)}
.hell .antwort{border-color:#cfc9c4}
.antwort h3{margin-bottom:.55rem}
.antwort .preis{font-family:BricLokal;font-weight:800;font-size:2.2rem;color:var(--rot);
  letter-spacing:-.02em;display:block;margin-bottom:.5rem}
.hell .antwort .preis{color:var(--rot-satt)}
.antwort .knopf{margin-top:1.2rem}
.fein{font-size:.85rem;color:var(--gedaempft);margin-top:1.1rem}
.hell .fein{color:var(--auf-hell-2)}

/* Buchung liegt bei einem fremden Anbieter — erst nach Klick. */
.sperre{margin-top:2.2rem;border:1px solid var(--kante);padding:1.6rem;text-align:center;
  background:rgba(242,238,235,.04)}
.hell .sperre{border-color:#d8d3ce;background:#fff}
.sperre__aktionen{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-top:1.2rem}
.sperre iframe{border:0;width:100%;min-height:640px;display:block;background:#fff}

/* ── Kontakt ──────────────────────────────────────────────────────── */
.daten{display:grid;gap:0;margin-top:1.5rem;border-top:1px solid var(--kante)}
.daten p{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;
  gap:.2rem 1.2rem;padding:.15rem 0;border-bottom:1px solid var(--kante)}
.daten b{font-family:KarlaLokal;font-weight:700;font-size:.96rem;color:var(--text)}
.daten span{color:var(--gedaempft);font-size:.9rem}
.daten b,.daten span,.daten a{display:flex;align-items:center;min-height:44px;margin:0}
.daten a{color:var(--rot);text-decoration:underline;text-underline-offset:3px}
.hell .daten,.hell .daten p{border-color:#cfc9c4}
.hell .daten b{color:var(--auf-hell)}
.hell .daten span{color:var(--auf-hell-2)}
.hell .daten a{color:var(--rot-satt)}
.zeiten{display:grid;gap:0;margin-top:1.6rem;border-top:1px solid var(--kante)}
.zeiten div{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.2rem 1rem;
  padding:.75rem 0;border-bottom:1px solid var(--kante)}
.zeiten b{font-family:KarlaLokal;font-weight:700;font-size:.96rem}
.zeiten span{color:var(--gedaempft);font-size:.9rem}
.hell .zeiten,.hell .zeiten div{border-color:#cfc9c4}
.hell .zeiten span{color:var(--auf-hell-2)}
.formular{display:grid;gap:.9rem}
label.feld{display:grid;gap:.35rem;font-size:.9rem;font-weight:500}
input,select,textarea{width:100%;min-height:48px;padding:.7rem .85rem;font:inherit;
  font-size:1rem;border:1px solid var(--kante);background:rgba(242,238,235,.06);color:var(--text)}
textarea{min-height:7.5rem;resize:vertical}
.hell input,.hell select,.hell textarea{border-color:#cfc9c4;background:#fff;color:var(--auf-hell)}

/* Karte: erst nach Zustimmung, deshalb kein Einwilligungsbanner. */
.karte-block{position:relative;min-height:320px;display:grid;background:#0b0b0b}
.karte-block iframe{border:0;width:100%;height:100%;min-height:320px;display:block}
.karte__sperre{align-self:center;justify-self:center;max-width:34rem;
  padding:2.4rem 1.2rem;text-align:center}
.karte__sperre p{font-size:.95rem}
.karte__aktionen{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-top:1.2rem}

/* ── Fuß ──────────────────────────────────────────────────────────── */
.fuss{background:var(--schwarz-2);border-top:1px solid var(--kante);
  padding:2.8rem 1rem;font-size:.92rem}
.fuss__innen{max-width:1160px;margin:auto;display:grid;gap:1.5rem}
.fuss b{font-family:BricLokal;font-weight:800;font-size:1.06rem;text-transform:uppercase}
.fuss a{color:var(--gedaempft);text-decoration:underline;text-underline-offset:3px}
.fuss a:hover{color:var(--rot)}
.fuss img{height:70px;width:auto;margin-bottom:1rem}

/* ── Rechtstexte ──────────────────────────────────────────────────── */
.rechtstext{max-width:44rem}
.rechtstext h1{font-size:clamp(2rem,7.5vw,2.7rem);margin-bottom:.5rem}
.rechtstext h2{font-size:1.14rem;margin:2.2rem 0 .5rem}
.rechtstext p{margin-bottom:.9rem}
.hinweis{margin-top:2.6rem;border:1px solid var(--rot);border-left-width:4px;
  background:rgba(239,79,99,.1);padding:1.2rem}
.hinweis strong{display:block;font-family:BricLokal;font-weight:800;color:var(--rot);
  margin-bottom:.5rem;text-transform:uppercase}
.hinweis p:last-child{margin-bottom:0}

/* ══ ab 620 px ════════════════════════════════════════════════════ */
@media (min-width:620px){
  .kacheln{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .reihe{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .produkte{grid-template-columns:repeat(3,1fr)}
  .formular{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .formular .weit{grid-column:1/-1}
  .fuss__innen{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .hero__knoepfe .knopf{flex:0 0 auto}
}

/* ══ ab 760 px: Kopf einreihig ════════════════════════════════════ */
@media (min-width:760px){
  .kopf__innen{flex-wrap:nowrap;padding:.5rem 1.4rem;column-gap:1.2rem}
  .logo{order:0}
  .logo img{height:54px}
  .wege{order:0;flex:1 1 auto;justify-content:center;overflow:visible}
  .wege a{font-size:.82rem;padding:.45rem .6rem}
  .ruf{order:0}
  .kopf .knopf{min-height:42px;padding:.5rem 1rem;font-size:.85rem}
  .band{padding:5rem 1.4rem}
  .hero__innen{padding:7rem 1.4rem 4rem}
  .fuss{padding:3.4rem 1.4rem}
  .kacheln{grid-template-columns:repeat(3,1fr)}
  .reihe{grid-template-columns:repeat(3,1fr)}
  .produkte{grid-template-columns:repeat(4,1fr)}
}

/* ══ ab 1000 px ═══════════════════════════════════════════════════ */
@media (min-width:1000px){
  h1{font-size:clamp(3rem,5.4vw,4.4rem)}
  h2{font-size:clamp(2.2rem,3.6vw,3rem)}
  .hero{min-height:80vh}
  /* Ueberschrift und Text stehen UNTEREINANDER (Hausregel 15). Nur echte
     Blockpaare — Kontaktdaten und Formular — stehen nebeneinander. */
  .zwei{grid-template-columns:minmax(0,1fr);gap:1.2rem}
  .zwei > div > p{max-width:70ch}
  .zwei.gespann{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.6rem;align-items:start}
  .band{padding:6rem 2rem}
  .hero__innen{padding:8rem 2rem 5rem}
}

/* Hausregel 9: zwischen Kontakt, Karte und Fuss bleibt keine Flaeche stehen. */
.band--anschluss{padding-bottom:0}
.band--anschluss > .innen{padding-bottom:3.5rem}

@media (max-width:719.98px){
  h1,h2,h3,p,.wahl button{hyphens:auto}
}

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