/* ============================================================
   Select Barber — stiluri (alb & negru, bold rotunjit — ca logo-ul)
   ============================================================ */
:root {
  --ink: #0a0a0a;          /* negru de bază (fundal dark + text) */
  --ink-2: #141414;
  --ink-3: #1e1e1e;
  --paper: #ffffff;        /* fundal pagină */
  --cream: #f4f4f3;        /* secțiuni deschise */
  --cream-2: #ebebea;
  --text: #161616;         /* text pe fundal deschis */
  --muted: #8a8a8a;
  --on-dark: #ffffff;
  --on-dark-soft: #c9c9c9;
  --line: rgba(10, 10, 10, 0.14);
  --line-dark: rgba(255, 255, 255, 0.18);
  --ok: #2e7d32;
  --warn: #b3261e;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.35);
  --display: "Nunito", system-ui, sans-serif;   /* wordmark + titluri (rotunjit, gros) */
  --serif: "Nunito", system-ui, sans-serif;      /* alias compat */
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans); color: var(--text); background: var(--paper);
  line-height: 1.6; font-size: 17px; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
.container { width: min(1140px, 92vw); margin-inline: auto; }
.muted { color: var(--muted); }

/* ---------- WORDMARK / LOGO ---------- */
.logo {
  display: inline-flex; flex-direction: column; align-items: center;
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  line-height: 0.8; color: currentColor; letter-spacing: 0.005em;
}
.logo__top { font-size: 1em; letter-spacing: 0.005em; }
.logo__bottom { font-size: 0.58em; letter-spacing: 0.34em; margin-top: 0.14em; padding-left: 0.34em; }

/* ---------- tipografie utilitară ---------- */
.eyebrow {
  font-size: 0.76rem; letter-spacing: 0.24em; text-transform: uppercase;
  font-weight: 700; color: var(--ink); margin-bottom: 0.9rem;
}
.eyebrow--light { color: var(--on-dark); }
.section__title {
  font-family: var(--display); font-weight: 900; line-height: 1.0;
  font-size: clamp(2rem, 4.6vw, 3.3rem); color: var(--ink); letter-spacing: -0.01em; text-transform: uppercase;
}
.section__title--light { color: var(--on-dark); }
.section__title em { font-style: normal; -webkit-text-stroke: 2px currentColor; -webkit-text-fill-color: transparent; }
.section__sub { color: var(--muted); max-width: 48ch; margin: 1rem auto 0; }
.section__head { text-align: center; max-width: 660px; margin: 0 auto 3rem; }

/* ---------- butoane ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.95rem 1.7rem; border-radius: 999px; font-weight: 800; font-size: 0.98rem;
  font-family: var(--display); letter-spacing: 0.01em;
  border: 2px solid transparent; transition: transform 0.18s var(--ease), background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(0.99); }
/* invert: alb pe fundal închis */
.btn--gold { background: var(--on-dark); color: var(--ink); }
.btn--gold:hover { background: #e6e6e6; }
/* solid: negru pe fundal deschis */
.btn--dark { background: var(--ink); color: var(--on-dark); }
.btn--dark:hover { background: #2b2b2b; }
.btn--outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--on-dark); }
.btn--ghost { background: transparent; border-color: var(--line); color: var(--muted); }
.btn--ghost:hover { color: var(--ink); border-color: var(--ink); }
.btn--ghost-light { background: transparent; border-color: var(--line-dark); color: var(--on-dark); }
.btn--ghost-light:hover { border-color: var(--on-dark); background: rgba(255,255,255,0.08); }
.btn--sm { padding: 0.62rem 1.15rem; font-size: 0.9rem; }
.btn--lg { padding: 1.1rem 2.1rem; font-size: 1.05rem; }
.btn--block { width: 100%; }
.btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10, 10, 10, 0.9); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-dark);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { color: var(--on-dark); }
.brand .logo { font-size: 1.45rem; }
.brand--footer .logo { font-size: 2.2rem; }
.nav { display: flex; gap: 2rem; }
.nav__link { color: var(--on-dark-soft); font-size: 0.92rem; font-weight: 600; transition: color 0.2s; text-transform: uppercase; letter-spacing: 0.04em; }
.nav__link:hover { color: var(--on-dark); }
@media (max-width: 720px) { .nav { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--ink); color: var(--on-dark); overflow: hidden; padding: clamp(3.5rem, 9vw, 6.5rem) 0 clamp(3rem, 7vw, 5rem); text-align: center; }
.hero__bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero__bg::before {
  content: "SELECT"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: var(--display); font-weight: 900; font-size: 32vw; line-height: 1; white-space: nowrap;
  -webkit-text-stroke: 2px rgba(255,255,255,0.04); -webkit-text-fill-color: transparent; color: transparent;
}
.hero__inner { position: relative; max-width: 780px; margin-inline: auto; }
.hero__logo { color: var(--on-dark); font-size: clamp(3rem, 11vw, 6.5rem); margin: 0.6rem 0 1.4rem; }
.hero__logo .logo__bottom { font-size: 0.54em; letter-spacing: 0.42em; padding-left: 0.42em; }
.hero__lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--on-dark-soft); max-width: 50ch; margin-inline: auto; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; justify-content: center; }
.hero__stats { display: flex; gap: clamp(1.5rem, 5vw, 3.5rem); margin-top: 3rem; flex-wrap: wrap; justify-content: center; }
.stat__num { font-family: var(--display); font-weight: 900; font-size: 2.2rem; color: var(--on-dark); display: flex; align-items: baseline; justify-content: center; }
.stat__unit, .stat__star { font-size: 1.05rem; margin-left: 2px; color: var(--on-dark-soft); }
.stat__label { font-size: 0.8rem; color: var(--muted); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.08em; }

/* ---------- marquee ---------- */
.marquee { background: var(--ink); color: var(--on-dark); overflow: hidden; padding: 0.85rem 0; white-space: nowrap; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.marquee__track { display: inline-flex; gap: 1.6rem; align-items: center; animation: marquee 30s linear infinite; font-family: var(--display); font-weight: 800; font-size: 1rem; text-transform: uppercase; letter-spacing: 0.12em; }
.marquee__dot { opacity: 0.4; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- secțiuni ---------- */
.section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.section--soft { background: var(--cream); }
.section--dark { background: var(--ink); }
.section--dark .section__sub { color: var(--on-dark-soft); }

/* ============================================================
   WIDGET DE PROGRAMARE
   ============================================================ */
.booking__card {
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: clamp(1.4rem, 3vw, 2.4rem); max-width: 880px; margin: 0 auto;
}
.steps { list-style: none; display: flex; gap: 0.5rem; margin-bottom: 2rem; }
.step { flex: 1; display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: var(--muted); min-width: 0; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }
.step__num { flex: none; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; border: 2px solid var(--line); font-weight: 800; font-family: var(--display); background: #fff; transition: 0.25s var(--ease); }
.step__label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.step.is-active .step__num { background: var(--ink); border-color: var(--ink); color: #fff; }
.step.is-active { color: var(--ink); }
.step.is-done .step__num { background: var(--ink); border-color: var(--ink); color: #fff; }
@media (max-width: 560px) { .step__label { display: none; } .step { flex: none; } .steps { gap: 0.6rem; } }

.panel { display: none; animation: fade 0.35s var(--ease); }
.panel.is-active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.panel__title { font-family: var(--display); font-size: 1.5rem; font-weight: 800; margin-bottom: 1.3rem; }
.panel__nav { margin-top: 1.5rem; }

.booking__status { padding: 0.85rem 1rem; border-radius: var(--radius-sm); margin-bottom: 1.2rem; font-size: 0.92rem; font-weight: 600; }
.booking__status--err { background: #fbe9e7; color: var(--warn); }
.booking__status--load { background: var(--cream); color: var(--muted); }

.svc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 0.9rem; }
.svc { text-align: left; background: #fff; border: 2px solid var(--line); border-radius: var(--radius-sm); padding: 1.15rem 1.2rem; transition: 0.18s var(--ease); display: flex; flex-direction: column; gap: 0.3rem; }
.svc:hover { border-color: var(--ink); transform: translateY(-2px); }
.svc.is-selected { border-color: var(--ink); background: #fafafa; }
.svc__name { font-weight: 800; font-size: 1.05rem; color: var(--ink); font-family: var(--display); }
.svc__desc { font-size: 0.85rem; color: var(--muted); line-height: 1.4; }
.svc__foot { display: flex; justify-content: space-between; align-items: baseline; margin-top: 0.5rem; }
.svc__price { font-family: var(--display); font-weight: 900; font-size: 1.25rem; color: var(--ink); }
.svc__dur { font-size: 0.8rem; color: var(--muted); font-weight: 600; }

.barber-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 0.9rem; }
.barber { text-align: center; background: #fff; border: 2px solid var(--line); border-radius: var(--radius-sm); padding: 1.3rem 1rem; transition: 0.18s var(--ease); }
.barber:hover { border-color: var(--ink); transform: translateY(-2px); }
.barber.is-selected { border-color: var(--ink); background: #fafafa; }
.barber__avatar { width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 0.7rem; display: grid; place-items: center; font-family: var(--display); font-weight: 900; font-size: 1.4rem; color: #fff; background: var(--ink); }
.barber__avatar--any { background: #fff; color: var(--ink); border: 2px solid var(--ink); }
.barber__name { display: block; font-weight: 800; color: var(--ink); font-family: var(--display); }
.barber__role { display: block; font-size: 0.8rem; color: var(--muted); margin-top: 2px; }

.date-strip { display: flex; gap: 0.6rem; overflow-x: auto; padding-bottom: 0.6rem; scrollbar-width: thin; }
.date-chip { flex: none; width: 80px; border: 2px solid var(--line); border-radius: var(--radius-sm); background: #fff; padding: 0.7rem 0.4rem; text-align: center; transition: 0.16s var(--ease); }
.date-chip:hover { border-color: var(--ink); }
.date-chip.is-selected { background: var(--ink); border-color: var(--ink); color: #fff; }
.date-chip__dow { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 700; }
.date-chip.is-selected .date-chip__dow { color: var(--on-dark-soft); }
.date-chip__day { font-family: var(--display); font-size: 1.5rem; font-weight: 900; line-height: 1.1; }
.date-chip__mon { font-size: 0.7rem; color: var(--muted); text-transform: uppercase; }
.date-chip.is-selected .date-chip__mon { color: var(--on-dark-soft); }

.time-label { font-weight: 800; color: var(--ink); margin: 1.4rem 0 0.8rem; font-family: var(--display); }
.time-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(82px, 1fr)); gap: 0.6rem; }
.time-slot { border: 2px solid var(--line); border-radius: var(--radius-sm); background: #fff; padding: 0.65rem 0.4rem; font-weight: 800; color: var(--ink); transition: 0.16s var(--ease); font-variant-numeric: tabular-nums; font-family: var(--display); }
.time-slot:hover { border-color: var(--ink); }
.time-slot.is-selected { background: var(--ink); border-color: var(--ink); color: #fff; }
.time-empty { color: var(--muted); font-size: 0.92rem; padding: 1rem 0; }

.confirm-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1.6rem; align-items: start; }
@media (max-width: 680px) { .confirm-grid { grid-template-columns: 1fr; } }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: 0.85rem; font-weight: 700; color: var(--ink); margin-bottom: 0.4rem; }
.field__opt { color: var(--muted); font-weight: 400; }
.field input, .field textarea { width: 100%; padding: 0.85rem 1rem; border: 2px solid var(--line); border-radius: var(--radius-sm); font-family: inherit; font-size: 1rem; color: var(--text); background: #fff; transition: border-color 0.2s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--ink); }
.field input.invalid, .field textarea.invalid { border-color: var(--warn); }
.form__note { font-size: 0.78rem; color: var(--muted); margin-top: 0.8rem; }

.summary { background: var(--ink); color: var(--on-dark); border-radius: var(--radius-sm); padding: 1.4rem; position: sticky; top: 92px; }
.summary__title { font-family: var(--display); font-weight: 800; font-size: 1.15rem; margin-bottom: 1rem; }
.summary__list dt { font-size: 0.74rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.summary__list dd { font-weight: 700; color: var(--on-dark); margin-bottom: 0.8rem; }
.summary__total { border-top: 1px dashed var(--line-dark); padding-top: 0.8rem; margin-top: 0.4rem; }
.summary__total dd { font-family: var(--display); font-size: 1.5rem; font-weight: 900; color: var(--on-dark); margin: 0; }

.panel--success { text-align: center; padding: 1rem 0; }
.success__icon { color: var(--ok); margin: 0 auto 1rem; }
.success__text { color: var(--muted); margin-bottom: 1.4rem; }
.success__card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.2rem 1.4rem; max-width: 400px; margin: 0 auto 1.6rem; text-align: left; }
.success__card div { display: flex; justify-content: space-between; padding: 0.4rem 0; font-size: 0.95rem; }
.success__card div span:first-child { color: var(--muted); }
.success__card div span:last-child { font-weight: 800; color: var(--ink); font-family: var(--display); }

/* ---------- listă prețuri ---------- */
.price-list { max-width: 760px; margin: 0 auto; }
.price-row { display: flex; align-items: baseline; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.price-row__name { font-family: var(--display); font-size: 1.3rem; font-weight: 800; color: var(--ink); text-transform: uppercase; }
.price-row__desc { font-size: 0.88rem; color: var(--muted); }
.price-row__dots { flex: 1; border-bottom: 2px dotted var(--line); transform: translateY(-4px); }
.price-row__meta { text-align: right; white-space: nowrap; }
.price-row__price { font-family: var(--display); font-size: 1.35rem; font-weight: 900; color: var(--ink); }
.price-row__dur { font-size: 0.78rem; color: var(--muted); font-weight: 600; }

/* ---------- echipă ---------- */
.team { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.4rem; }
.team-card { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 1.8rem 1.4rem; text-align: center; }
.team-card__avatar { width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 1rem; display: grid; place-items: center; font-family: var(--display); font-weight: 900; font-size: 2.1rem; color: var(--ink); background: #fff; }
.team-card__name { font-family: var(--display); font-size: 1.3rem; font-weight: 800; color: var(--on-dark); text-transform: uppercase; }
.team-card__role { font-size: 0.85rem; color: var(--on-dark-soft); margin-top: 0.2rem; }

/* ---------- contact / program ---------- */
.contact__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: center; }
@media (max-width: 760px) { .contact__grid { grid-template-columns: 1fr; gap: 2rem; } }
.contact__details { list-style: none; margin: 1.6rem 0; }
.contact__details li { padding: 0.7rem 0; border-bottom: 1px solid var(--line); }
.contact__k { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink); font-weight: 700; margin-bottom: 0.2rem; }
.hours-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; }
.hours-row { display: flex; justify-content: space-between; padding: 0.6rem 0; border-bottom: 1px solid var(--line); }
.hours-row:last-child { border-bottom: none; }
.hours-row.is-today { font-weight: 800; color: var(--ink); }
.hours-row__day { color: var(--text); }
.hours-row__time { font-variant-numeric: tabular-nums; color: var(--muted); }
.hours-row.is-closed .hours-row__time { color: var(--warn); }
.hours-row.is-today .hours-row__time { color: var(--ink); }

/* ---------- footer ---------- */
.footer { background: #000; color: var(--on-dark-soft); padding: 3rem 0 1.5rem; }
.footer__inner { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; align-items: center; padding-bottom: 2rem; border-bottom: 1px solid var(--line-dark); }
.footer__brand .brand { color: #fff; }
.footer__tag { color: var(--muted); font-size: 0.9rem; margin-top: 0.8rem; max-width: 34ch; }
.footer__nav { display: flex; gap: 1.4rem; flex-wrap: wrap; align-items: center; }
.footer__nav a { color: var(--on-dark-soft); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 600; }
.footer__nav a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; padding-top: 1.5rem; font-size: 0.82rem; color: var(--muted); }

/* ---------- grupuri niveluri / categorii (în widget) ---------- */
.tier-group { margin-bottom: 1.5rem; }
.tier-group:last-child { margin-bottom: 0; }
.tier-group__title, .svc-cat__title { font-family: var(--display); font-weight: 800; font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); margin: 0 0 0.7rem; }
.svc-cat { margin-bottom: 1.5rem; }
.svc-cat:last-child { margin-bottom: 0; }
.svc-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 0.9rem; }
.promo { display: inline-block; margin-top: 1.1rem; background: var(--ink); color: #fff; font-family: var(--display); font-weight: 800; font-size: 0.84rem; padding: 0.55rem 1.15rem; border-radius: 999px; }
.summary__note { font-size: 0.74rem; color: var(--on-dark-soft); margin-top: 0.7rem; line-height: 1.45; }

/* ---------- listă prețuri pe categorii ---------- */
.price-cat { margin-bottom: 2.2rem; }
.price-cat:last-child { margin-bottom: 0; }
.price-cat__title { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: 1.15rem; letter-spacing: 0.03em; margin-bottom: 0.3rem; color: var(--ink); border-bottom: 2px solid var(--ink); padding-bottom: 0.5rem; }
.price-legend { text-align: center; color: var(--muted); font-size: 0.9rem; max-width: 620px; margin: 1.8rem auto 0; }
.price-legend strong { color: var(--ink); }

/* ---------- selector locație ---------- */
.loc-switch, .loc-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.6rem; }
.loc-tabs { justify-content: center; margin-bottom: 1.8rem; }
.loc-tab { padding: 0.55rem 1.15rem; border: 2px solid var(--line); border-radius: 999px; background: #fff; font-family: var(--display); font-weight: 800; font-size: 0.9rem; color: var(--muted); transition: 0.18s var(--ease); }
.loc-tab:hover { border-color: var(--ink); color: var(--ink); }
.loc-tab.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.loc-hint { font-size: 0.84rem; color: var(--muted); margin: 0 0 1.5rem; }

/* ---------- echipă pe locații ---------- */
.team-loc { margin-bottom: 2.4rem; }
.team-loc:last-child { margin-bottom: 0; }
.team-loc__title { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: 1.1rem; letter-spacing: 0.04em; color: var(--on-dark); margin-bottom: 1.1rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--line-dark); }

/* ---------- listă locații (contact) ---------- */
.locations-list { display: flex; flex-direction: column; gap: 0.9rem; margin: 1.6rem 0; }
.loc-card { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem 1.2rem; }
.loc-card__name { font-family: var(--display); font-weight: 800; font-size: 1.1rem; color: var(--ink); }
.loc-card__addr { font-size: 0.9rem; color: var(--muted); margin: 0.2rem 0; }
.loc-card__phone { font-weight: 700; color: var(--ink); }

/* ---------- slogan ---------- */
.hero__slogan { font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.34em; font-size: clamp(0.8rem, 2vw, 1.05rem); color: var(--on-dark-soft); margin: 0.1rem 0 1.4rem; padding-left: 0.34em; }
.footer__slogan { font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.85rem; color: #fff; margin-top: 0.8rem; }

/* ---------- cont în header ---------- */
.header__account { display: inline-flex; align-items: center; gap: 0.7rem; }
.account-name { color: var(--on-dark); font-weight: 700; font-size: 0.88rem; }
.account-link { color: var(--on-dark-soft); font-size: 0.84rem; font-weight: 600; cursor: pointer; background: none; border: none; padding: 0; font-family: inherit; }
.account-link:hover { color: var(--on-dark); }
@media (max-width: 680px) { .account-name { display: none; } .header__account { gap: 0.5rem; } }

/* ---------- modale (site) ---------- */
.modal { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.6); display: none; align-items: center; justify-content: center; z-index: 100; padding: 1rem; }
.modal.is-open { display: flex; }
.modal__box { background: #fff; border-radius: var(--radius); padding: 1.8rem; width: min(420px, 94vw); box-shadow: var(--shadow); max-height: 90vh; overflow-y: auto; position: relative; }
.modal__close { position: absolute; top: 0.8rem; right: 1.1rem; border: none; background: none; font-size: 1.7rem; line-height: 1; color: var(--muted); cursor: pointer; }
.modal__title { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: 1.3rem; margin-bottom: 1.2rem; }
.modal__err { color: var(--warn); font-size: 0.85rem; min-height: 1.1em; margin: 0.2rem 0 0.6rem; }
.authtabs { display: flex; gap: 0.5rem; margin-bottom: 1.4rem; }
.authtab { flex: 1; padding: 0.62rem; border: 2px solid var(--line); border-radius: 999px; background: #fff; font-family: var(--display); font-weight: 800; font-size: 0.88rem; color: var(--muted); }
.authtab.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }

/* programările mele */
.mb-item { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0.9rem 1rem; margin-bottom: 0.7rem; }
.mb-item__top { display: flex; justify-content: space-between; align-items: baseline; gap: 0.6rem; }
.mb-item__svc { font-family: var(--display); font-weight: 800; color: var(--ink); }
.mb-item__meta { font-size: 0.85rem; color: var(--muted); margin-top: 0.2rem; }
.mb-badge { font-size: 0.66rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.03em; padding: 0.2rem 0.55rem; border-radius: 999px; background: var(--cream); color: var(--ink); white-space: nowrap; }
.mb-empty { color: var(--muted); text-align: center; padding: 1.6rem 0; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee__track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   PREMIUM UPGRADE — profunzime, textură, mișcare, secțiuni noi
   ============================================================ */
:root {
  --shadow-sm: 0 1px 2px rgba(10, 10, 10, 0.06);
  --shadow-md: 0 10px 30px -14px rgba(10, 10, 10, 0.22);
  --shadow-lg: 0 36px 70px -28px rgba(10, 10, 10, 0.42);
}

/* gran de film pe suprafețele întunecate */
.hero::after, .section--dark::after, .footer::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.07; mix-blend-mode: screen;
}
.hero__inner, .section--dark .container, .footer .container { position: relative; z-index: 1; }
.hero { background: radial-gradient(125% 90% at 50% -10%, #1d1d1d 0%, #0a0a0a 56%, #050505 100%); }

/* butoane: ridicare + sclipire */
.btn { position: relative; overflow: hidden; }
.btn--gold, .btn--dark { box-shadow: var(--shadow-md); }
.btn--gold:hover, .btn--dark:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--gold::after, .btn--dark::after { content: ""; position: absolute; top: 0; left: -130%; width: 65%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.4), transparent); transform: skewX(-18deg); transition: left 0.6s var(--ease); }
.btn--gold:hover::after { left: 150%; }
.btn--dark:hover::after { left: 150%; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.18), transparent); }

/* profunzime + hover pe carduri */
.svc, .barber, .team-card, .hours-card, .loc-card, .price-row, .feature, .review { box-shadow: var(--shadow-sm); }
.booking__card { box-shadow: var(--shadow-lg); }
.svc, .barber, .feature, .team-card, .loc-card, .gallery__item { transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.2s; }
.svc:hover, .barber:hover, .feature:hover, .loc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.team-card:hover { transform: translateY(-5px); box-shadow: 0 34px 60px -26px rgba(0, 0, 0, 0.7); }

/* eyebrow cu liniuță */
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 2px; background: currentColor; vertical-align: middle; margin-right: 0.6rem; opacity: 0.7; }
.section__head .eyebrow::before, .section__head .eyebrow::after { content: ""; display: inline-block; width: 26px; height: 2px; background: currentColor; vertical-align: middle; opacity: 0.5; }
.section__head .eyebrow::before { margin-right: 0.6rem; } .section__head .eyebrow::after { margin-left: 0.6rem; }

/* ---------- FEATURES (de ce noi) ---------- */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.9rem 1.6rem; }
.feature__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--ink); color: #fff; display: grid; place-items: center; margin-bottom: 1.1rem; }
.feature__title { font-family: var(--display); font-weight: 800; font-size: 1.12rem; margin-bottom: 0.4rem; color: var(--ink); }
.feature__text { color: var(--muted); font-size: 0.92rem; line-height: 1.55; }

/* ---------- GALERIE (bento) ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 175px; gap: 0.8rem; }
.gallery__item { position: relative; overflow: hidden; border-radius: var(--radius-sm); background: linear-gradient(135deg, #181818, #303030); display: grid; place-items: center; cursor: pointer; }
.gallery__item::before { content: ""; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); opacity: 0.08; mix-blend-mode: screen; }
.gallery__item--tall { grid-row: span 2; } .gallery__item--wide { grid-column: span 2; }
.gallery__item svg { color: rgba(255, 255, 255, 0.16); width: 46px; height: 46px; transition: transform 0.4s var(--ease), color 0.3s; z-index: 1; }
.gallery__item:hover svg { transform: scale(1.18); color: rgba(255, 255, 255, 0.3); }
.gallery__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 0.7rem 0.95rem; color: #fff; font-family: var(--display); font-weight: 800; font-size: 0.82rem; background: linear-gradient(transparent, rgba(0, 0, 0, 0.75)); text-transform: uppercase; letter-spacing: 0.05em; z-index: 1; }
@media (max-width: 760px) { .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; } .gallery__item--wide { grid-column: span 2; } .gallery__item--tall { grid-row: span 1; } }

/* ---------- RECENZII ---------- */
.rating-band { display: flex; align-items: center; justify-content: center; gap: 1.6rem; flex-wrap: wrap; margin-bottom: 2.6rem; }
.rating-band__score { font-family: var(--display); font-weight: 900; font-size: 3.2rem; line-height: 1; color: var(--on-dark); }
.rating-band__stars { color: #fff; font-size: 1.25rem; letter-spacing: 3px; }
.rating-band__meta { color: var(--on-dark-soft); font-size: 0.92rem; }
.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem; }
.review { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 1.7rem; }
.review__stars { color: #fff; letter-spacing: 3px; margin-bottom: 0.8rem; }
.review__text { color: var(--on-dark-soft); font-size: 0.96rem; line-height: 1.65; }
.review__by { margin-top: 1.1rem; font-family: var(--display); font-weight: 800; color: #fff; font-size: 0.92rem; }
.review__by span { color: var(--muted); font-weight: 600; text-transform: none; letter-spacing: 0; }

/* ---------- specialiști (stil app, ca Altegio) ---------- */
.spec { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 0.7rem; box-shadow: var(--shadow-sm); transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s; overflow: hidden; }
.spec:hover { box-shadow: var(--shadow-md); border-color: rgba(10, 10, 10, 0.28); transform: translateY(-2px); }
.spec__main { display: flex; align-items: center; gap: 1rem; width: 100%; padding: 1.05rem 1.1rem; background: #fff; border: none; text-align: left; cursor: pointer; }
.spec__avatar { flex: none; width: 54px; height: 54px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 900; font-size: 1.35rem; }
.spec__info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.spec__name { font-family: var(--display); font-weight: 800; font-size: 1.1rem; color: var(--ink); }
.spec__role { font-size: 0.82rem; color: var(--muted); }
.spec__rating { font-size: 0.82rem; color: var(--ink); font-weight: 700; margin-top: 3px; }
.spec__rev { color: var(--muted); font-weight: 500; }
.spec__arrow { flex: none; font-size: 1.6rem; color: var(--muted); font-weight: 700; line-height: 1; }
.spec__slots { padding: 0 1.1rem 0.95rem; }
.spec__nextlabel { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 0.55rem; }
.spec__chips { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.spec__chip { padding: 0.48rem 0.85rem; border: 1.5px solid var(--line); border-radius: 9px; background: #fff; font-family: var(--display); font-weight: 800; font-size: 0.88rem; color: var(--ink); font-variant-numeric: tabular-nums; transition: 0.15s var(--ease); cursor: pointer; }
.spec__chip:hover { background: var(--ink); border-color: var(--ink); color: #fff; transform: translateY(-1px); }
.spec__none { font-size: 0.82rem; color: var(--muted); }

/* ---------- multi-serviciu ---------- */
.panel__hint { color: var(--muted); font-size: 0.88rem; margin: -0.9rem 0 1.3rem; }
.svc { position: relative; }
.svc__check { position: absolute; top: 0.85rem; right: 0.85rem; width: 22px; height: 22px; border: 2px solid var(--line); border-radius: 50%; transition: 0.15s var(--ease); }
.svc.is-selected .svc__check { background: var(--ink); border-color: var(--ink); }
.svc.is-selected .svc__check::after { content: ""; position: absolute; left: 6px; top: 2px; width: 6px; height: 11px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.svc-bar { position: sticky; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(6px); border-top: 1.5px solid var(--ink); padding: 0.9rem 0.2rem 0.3rem; margin-top: 1.2rem; }
.svc-bar__info { font-size: 0.92rem; color: var(--muted); }
.svc-bar__info strong { color: var(--ink); font-family: var(--display); }
.svc-bar__total { font-family: var(--display); font-weight: 900; color: var(--ink); }

/* ---------- logo: imagine reală (cu wordmark ca rezervă) ---------- */
.logo-img { display: block; width: auto; height: 40px; }
.logo--fallback { display: none; }
.logo-lockup.no-img .logo-img { display: none; }
.logo-lockup.no-img .logo--fallback { display: inline-flex; }
.hero .logo-img { height: clamp(74px, 16vw, 152px); margin: 0.3rem 0 0; }
.footer .logo-img { height: 52px; }
