/*
 * Variante B – Editorial-Eleganz.
 * Idee: Die Didone aus dem „Saad“-Schriftzug wird zur Hauptdarstellerin – die Adresse ist die
 * Schlagzeile. Bilder sitzen in Bögen wie Salonspiegel. Puder-Rosé aus den Hauttönen der
 * Showroom-Porträts statt des üblichen Creme-Tons; Ochsenblut bleibt die Markenfarbe.
 */

@font-face { font-family: "Bodoni Moda"; src: url(../assets/fonts/bodoni-moda-latin.woff2) format("woff2"); font-weight: 400 900; font-display: swap;
  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: "Bodoni Moda"; src: url(../assets/fonts/bodoni-moda-latin-ext.woff2) format("woff2"); font-weight: 400 900; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Jost"; src: url(../assets/fonts/jost-latin.woff2) format("woff2"); font-weight: 100 900; font-display: swap;
  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: "Jost"; src: url(../assets/fonts/jost-latin-ext.woff2) format("woff2"); font-weight: 100 900; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Amiri"; src: url(../assets/fonts/amiri-arabic-400.woff2) format("woff2"); font-weight: 400; font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: "Amiri"; src: url(../assets/fonts/amiri-arabic-700.woff2) format("woff2"); font-weight: 700; font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }
@font-face { font-family: "Noto Sans Arabic"; src: url(../assets/fonts/noto-sans-arabic.woff2) format("woff2"); font-weight: 100 900; font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }

:root {
  --powder: #f3e8e4;
  --powder-2: #eadad4;
  --paper: #fff;
  --ink: #1e1718;
  --muted: #74625f;
  --ox: #660000;
  --ox-2: #7e1212;
  --serif: "Bodoni Moda", "Amiri", Didot, Georgia, serif;
  --sans: "Jost", "Noto Sans Arabic", system-ui, sans-serif;
  --focus: #660000;
  --wrap: 1240px;
  --gutter: 20px;
}

body { font-family: var(--sans); font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--paper); }
:lang(ar) body, body:lang(ar) { font-size: 18px; line-height: 1.85; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
@media (min-width: 720px) { :root { --gutter: 40px; } }

.h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 8.4vw, 60px); line-height: 1.04; letter-spacing: -.015em; text-wrap: balance; hyphens: auto; }
:lang(ar) .h2 { line-height: 1.4; letter-spacing: 0; font-size: clamp(34px, 8vw, 54px); }

.arch { border-radius: 999px 999px 0 0; object-fit: cover; }

a { text-underline-offset: 4px; text-decoration-thickness: 1px; }

/* ---------- Pillen ---------- */

.pill {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 28px; border-radius: 999px; border: 1px solid transparent;
  font: 500 16px/1.1 var(--sans); letter-spacing: .01em; text-decoration: none; white-space: nowrap;
  transition: background-color .2s, color .2s, border-color .2s;
}
.pill--small { min-height: 42px; padding: 0 20px; font-size: 15px; }
.pill--solid { background: var(--ox); color: #fff; }
.pill--solid:hover { background: var(--ox-2); }
.pill--line { border-color: var(--ink); color: var(--ink); }
.pill--line:hover { background: var(--ink); color: var(--paper); }
.pill--light { background: var(--powder); color: var(--ink); }
.pill--light:hover { background: #fff; }
.pill--ghost { border-color: rgb(243 232 228 / .45); color: var(--powder); }
.pill--ghost:hover { border-color: var(--powder); }

/* ---------- Kopf: zentriertes Titel-Logo wie auf einem Magazin ---------- */

.masthead { position: sticky; top: 0; z-index: 45; background: rgb(255 255 255 / .94); backdrop-filter: blur(10px); }
.masthead__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 72px; }
.masthead__logo img { width: 150px; }
.masthead__menu {
  justify-self: start; position: relative; width: 44px; height: 44px; margin-inline-start: -10px; border: 0; background: none; color: var(--ink);
}
.masthead__menu-lines, .masthead__menu-lines::after {
  position: absolute; left: 10px; width: 24px; height: 1.5px; background: currentColor; content: ""; transition: transform .25s;
}
.masthead__menu-lines { top: 18px; }
.masthead__menu-lines::after { left: 0; top: 7px; }
.masthead__menu[aria-expanded="true"] .masthead__menu-lines { transform: translateY(3.5px) rotate(45deg); }
.masthead__menu[aria-expanded="true"] .masthead__menu-lines::after { transform: translateY(-7px) rotate(-90deg); }
.masthead__end { justify-self: end; display: flex; align-items: center; gap: 20px; }
.masthead__lang { font-size: 15px; text-decoration: none; }
.masthead__lang:hover { text-decoration: underline; }
.masthead__lang:lang(ar) { font-family: "Noto Sans Arabic", sans-serif; }
.masthead__book { display: none; }
@media (min-width: 960px) {
  .masthead__inner { min-height: 92px; }
  .masthead__logo img { width: 190px; }
  .masthead__book { display: inline-flex; }
}

.menu { display: none; }
.menu[data-open="true"] {
  display: block; position: fixed; inset: 0; z-index: 40; overflow-y: auto;
  padding-top: 96px; background: var(--powder);
}
.menu__list { list-style: none; padding-block: 16px 64px; }
.menu__list a {
  display: block; padding: 6px 0; font-family: var(--serif); font-size: clamp(28px, 7vw, 44px); line-height: 1.2;
  color: var(--ink); text-decoration: none;
}
.menu__list a:hover { color: var(--ox); }
.menu__list a[aria-current="page"] { color: var(--ox); }

/* ---------- Cover ---------- */

.cover { background: linear-gradient(to bottom, var(--paper) 0 30%, var(--powder) 30% 100%); padding-block: 12px 64px; }
.cover__inner { display: grid; gap: 36px; }
.cover__figure { justify-self: center; width: min(76vw, 360px); }
.cover__img { width: 100%; aspect-ratio: 3 / 4; }
.cover__title {
  font-family: var(--serif); font-weight: 400; color: var(--ox);
  font-size: clamp(46px, 12.6vw, 96px); line-height: .98; letter-spacing: -.025em;
}
.cover__city { margin-top: 14px; font-size: 17px; letter-spacing: .02em; }
.cover__lead { margin-top: 22px; max-width: 34ch; font-size: 19px; font-weight: 300; line-height: 1.55; }
:lang(ar) .cover__lead { font-weight: 400; }
.cover__actions { display: none; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

@media (min-width: 960px) {
  .cover { background: linear-gradient(90deg, var(--paper) 0 60%, var(--powder) 60% 100%); padding-block: 48px 96px; }
  [dir="rtl"] .cover { background: linear-gradient(270deg, var(--paper) 0 60%, var(--powder) 60% 100%); }
  .cover__inner { grid-template-columns: 1.5fr 1fr; align-items: center; gap: 64px; }
  .cover__figure { order: 2; width: min(100%, 440px); }
  .cover__actions { display: flex; }
}

/* ---------- Öffnungszeiten ---------- */

.hours-section { padding-block: 72px; }
.split { display: grid; gap: 28px; }
@media (min-width: 960px) { .split { grid-template-columns: 1fr 1.3fr; gap: 64px; } .hours-section { padding-block: 112px; } }

.status { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; font-size: 16px; }
.status:empty { display: none; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ox); }
.status[data-open="true"]::before { background: #2e7d4f; }

.hours { display: grid; gap: 4px; }
.hours__row { display: flex; align-items: baseline; gap: 12px; padding-block: 10px; }
.hours dt { flex: 1; display: flex; align-items: baseline; gap: 12px; font-size: 18px; }
.hours dt::after { content: ""; flex: 1; border-bottom: 1px dotted #b9a7a2; transform: translateY(-5px); }
.hours dd { font-family: var(--serif); font-size: 24px; white-space: nowrap; }
.hours__row.is-today dt { color: var(--ox); font-weight: 500; }
.hours__row.is-today dd { color: var(--ox); }
.fineprint { margin-top: 32px; max-width: 56ch; font-size: 14px; line-height: 1.6; color: var(--muted); }
.fineprint strong { color: var(--ink); font-weight: 500; }

/* ---------- Team in Spiegelbögen ---------- */

.team { background: var(--powder); padding-block: 72px; }
.team__inner { display: grid; gap: 40px; }
.team__text p { margin-top: 18px; max-width: 46ch; font-size: 18px; font-weight: 300; }
:lang(ar) .team__text p { font-weight: 400; }
.team__list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stylist img { width: 100%; aspect-ratio: 2 / 3; object-position: 50% 20%; }
.stylist h3 { margin-top: 16px; font-family: var(--serif); font-weight: 400; font-size: clamp(22px, 5.4vw, 30px); line-height: 1.15; }
.stylist p { margin-top: 6px; font-size: 14px; line-height: 1.5; color: var(--muted); }
@media (min-width: 960px) {
  .team { padding-block: 112px; }
  .team__inner { grid-template-columns: 1fr 1.3fr; align-items: center; gap: 64px; }
  .team__list { gap: 32px; }
}

/* ---------- Anfahrt: Karte im Bogenfenster ---------- */

.visit { padding-block: 72px; }
.visit__inner { display: grid; gap: 40px; }
.arch-window { aspect-ratio: 3 / 4; border-radius: 999px 999px 0 0; }
.arch-window .map__attr { top: auto; bottom: 4px; z-index: 3; background: transparent; }
.arch-window .map__load { padding-bottom: 26px; }
.visit__address { margin-top: 20px; font-size: 18px; }
.visit__links { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 16px; }
.visit__links a { color: var(--ox); }
.visit__facts { display: grid; gap: 24px; margin-top: 36px; }
.visit__facts h3 { font-family: var(--serif); font-weight: 400; font-size: 24px; }
:lang(ar) .visit__facts h3 { font-size: 26px; }
.visit__facts p { margin-top: 6px; color: var(--muted); }
@media (min-width: 960px) {
  .visit { padding-block: 112px; }
  .visit__inner { grid-template-columns: minmax(0, 440px) 1fr; align-items: center; gap: 80px; }
  .visit__facts { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ---------- Hausbesuche als Zitat ---------- */

.homevisit { background: var(--ink); color: var(--powder); padding-block: 80px; }
.homevisit__inner { display: grid; gap: 24px; }
.homevisit__title { font-size: 16px; font-weight: 400; letter-spacing: .02em; color: rgb(243 232 228 / .7); }
.homevisit__quote { max-width: 22ch; font-family: var(--serif); font-size: clamp(30px, 7.6vw, 60px); line-height: 1.14; letter-spacing: -.01em; text-wrap: balance; }
:lang(ar) .homevisit__quote { line-height: 1.5; letter-spacing: 0; }
.homevisit__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
@media (min-width: 960px) { .homevisit { padding-block: 128px; } }

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

.contact { padding-block: 72px; }
.contact__list { display: grid; margin-top: 28px; }
.contact__list > div { display: grid; gap: 2px; padding-block: 16px; border-bottom: 1px solid var(--powder-2); }
.contact__list dt { font-size: 14px; color: var(--muted); }
.contact__list dd a { font-family: var(--serif); font-size: clamp(24px, 6.4vw, 34px); color: var(--ink); text-decoration: none; overflow-wrap: anywhere; }
.contact__list dd a:hover { color: var(--ox); text-decoration: underline; }
[dir="rtl"] .contact__list dd { text-align: right; }
@media (min-width: 960px) {
  .contact { padding-block: 112px; }
  .contact__list { grid-template-columns: 1fr 1fr; column-gap: 64px; }
}

/* ---------- Buchen ---------- */

.booking { background: var(--powder); padding-block: 80px; text-align: center; }
.booking__inner { display: grid; justify-items: center; gap: 18px; }
.booking__title { font-family: var(--serif); font-weight: 400; font-size: clamp(38px, 9vw, 72px); line-height: 1.02; letter-spacing: -.02em; color: var(--ox); }
:lang(ar) .booking__title { line-height: 1.4; }
.booking p { max-width: 40ch; font-weight: 300; font-size: 18px; }
:lang(ar) .booking p { font-weight: 400; }
.booking .pill { margin-top: 10px; }

/* ---------- Footer ---------- */

.footer { background: var(--ink); color: rgb(243 232 228 / .8); padding-block: 56px calc(110px + env(safe-area-inset-bottom)); font-size: 14px; }
@media (min-width: 960px) { .footer { padding-bottom: 40px; } }
.footer__inner { display: grid; justify-items: center; gap: 22px; text-align: center; }
.footer__logo { width: 170px; }
.footer a { color: inherit; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer__social { display: flex; gap: 20px; }
.footer__social .icon { width: 22px; height: 22px; }
.footer__legal { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px; }
.footer__copy { color: rgb(243 232 228 / .55); }

/* ---------- Schwebender Buchungs-Button (mobil) ---------- */

.bookbar {
  position: fixed; inset-inline: 16px; bottom: calc(14px + env(safe-area-inset-bottom)); z-index: 25;
  display: flex; gap: 8px;
}
.bookbar__main { flex: 1; box-shadow: 0 10px 30px -8px rgb(102 0 0 / .55); }
.bookbar__call {
  display: grid; place-items: center; width: 52px; height: 52px; flex: none; border-radius: 50%;
  background: var(--powder); color: var(--ink); box-shadow: 0 10px 30px -10px rgb(30 23 24 / .5);
}
.bookbar__call .icon { width: 22px; height: 22px; }
@media (min-width: 960px) { .bookbar { display: none; } }

/* ---------- Buchung in Variante B ---------- */

.bk {
  --bk-font: var(--sans);
  --bk-font-display: var(--serif);
  --bk-bg: #fffcfb;
  --bk-surface: var(--powder);
  --bk-fg: var(--ink);
  --bk-muted: var(--muted);
  --bk-line: var(--powder-2);
  --bk-accent: var(--ox);
  --bk-accent-soft: #f7eeeb;
  --bk-radius: 28px;
  --bk-radius-sm: 999px;
}
.bk__title { font-weight: 400; font-size: 27px; line-height: 1.12; letter-spacing: -.01em; }
.bk:lang(ar) .bk__title { line-height: 1.45; letter-spacing: 0; }
.bk__progress li::before { height: 1px; }
.bk__progress li.is-done::before, .bk__progress li.is-current::before { height: 2px; }
.bk-tab { border: 0; border-radius: 0; padding: 0 4px; margin-inline-end: 14px; font-size: 16px; color: var(--muted); }
.bk-tab[aria-selected="true"] { background: none; color: var(--ox); box-shadow: inset 0 -2px 0 var(--ox); }
.bk-len { border-radius: 18px; }
.bk-svc__name { font-weight: 500; }
.bk-svc__price, .bk-sty__price, .bk__sum-total, .bk-summary__total dd { font-family: var(--serif); font-weight: 500; font-size: 19px; }
.bk-sty { border-radius: 22px; }
.bk-sty__img { width: 56px; height: 76px; border-radius: 999px 999px 6px 6px; }
.bk-sty__name { font-family: var(--serif); font-weight: 400; font-size: 21px; }
.bk-date { border-radius: 999px 999px 16px 16px; min-height: 92px; }
.bk-date__num { font-family: var(--serif); font-weight: 500; font-size: 26px; }
.bk-summary, .bk-empty { border-radius: 20px; }
.bk-field textarea { border-radius: 20px; }
.bk-done__text { font-family: var(--serif); font-size: 24px; line-height: 1.3; }
