:root {
  color-scheme: light;
  --ink: #201b18;
  --muted: #776d66;
  --soft: #fbf7f2;
  --surface: #ffffff;
  --line: rgba(32, 27, 24, 0.11);
  --rose: #e7a393;
  --rose-strong: #c86f5f;
  --sage: #63786c;
  --aqua: #86b8b2;
  --gold: #c49b56;
  --shadow: 0 24px 70px rgba(32, 27, 24, 0.13);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(251, 247, 242, 0.96), rgba(246, 238, 231, 0.75) 42%, #fff 100%),
    var(--soft);
}

body.dark {
  color-scheme: dark;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

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

.app-shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  height: 76px;
  padding: 0 clamp(18px, 4vw, 44px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(251, 247, 242, 0.84);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 820;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 10px 24px rgba(32, 27, 24, 0.18);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.desktop-nav a:hover,
.section-heading a:hover {
  color: var(--ink);
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.primary-button,
.ghost-button,
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  font-weight: 760;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.primary-button {
  padding: 0 20px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 14px 30px rgba(32, 27, 24, 0.18);
}

.primary-button:hover,
.ghost-button:hover,
.icon-button:hover {
  transform: translateY(-1px);
}

.primary-button.small {
  min-height: 38px;
  padding: 0 16px;
}

.primary-button.full {
  width: 100%;
}

.ghost-button {
  min-height: 38px;
  padding: 0 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--line);
}

.icon-button {
  width: 44px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.page {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 112px;
}

.hero {
  position: relative;
  min-height: clamp(620px, 78vh, 760px);
  overflow: hidden;
  border-radius: 34px;
  background: #1f1a17;
  box-shadow: var(--shadow);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(32, 27, 24, 0.76), rgba(32, 27, 24, 0.34) 48%, rgba(32, 27, 24, 0.04));
}

.hero-media img,
.profile-hero > img,
.quick-tile img,
.card-photo img,
.salon-card img,
.pin img,
.article-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
  width: min(720px, 100%);
  padding: clamp(26px, 7vw, 72px);
  color: #fff;
}

.locale-switcher {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-flex;
  gap: 3px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.locale-switcher button {
  min-width: 42px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  font-size: 12px;
  font-weight: 760;
}

.locale-switcher button.active {
  color: var(--ink);
  background: #fff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--rose-strong);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd6ca;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 3px;
  font-size: 17px;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.42;
}

.search-panel {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr auto;
  gap: 8px;
  width: min(920px, 100%);
  padding: 8px;
  border-radius: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(32, 27, 24, 0.18);
  backdrop-filter: blur(18px);
}

.search-panel label,
.onboarding-card label {
  display: grid;
  gap: 6px;
}

.search-panel span,
.onboarding-card span {
  padding-left: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.search-panel input,
.search-panel select,
.onboarding-card input,
.onboarding-card select,
.result-toolbar select {
  width: 100%;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 18px;
  outline: 0;
  color: var(--ink);
  background: rgba(246, 241, 236, 0.9);
  padding: 0 14px;
}

.search-panel input:focus,
.search-panel select:focus {
  border-color: var(--rose);
  background: #fff;
}

.section,
.content-block {
  padding: 58px 0 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.section-heading h2,
.section-heading h1 {
  margin-bottom: 0;
}

.section-heading a {
  color: var(--muted);
  font-weight: 760;
}

.horizontal-cards {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 32%);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 2px 18px;
  scroll-snap-type: x mandatory;
}

.specialist-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(32, 27, 24, 0.08);
  scroll-snap-align: start;
}

.card-photo {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
  background: #eee;
}

.specialist-card.compact .card-photo {
  height: 210px;
}

.floating-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  font-weight: 820;
}

.card-body {
  padding: 16px;
}

.avatar-row,
.meta-line,
.card-actions,
.rating-row,
.account-head,
.mini-person,
.price-row,
.post > div,
.post-actions,
.event-card,
.icon-actions {
  display: flex;
  align-items: center;
}

.avatar-row {
  gap: 11px;
}

.avatar,
.profile-avatar,
.mini-person img,
.account-head img {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}

.avatar-row p,
.meta-line,
.review p,
.article-card p,
.account-head p,
.onboarding p {
  color: var(--muted);
}

.meta-line {
  justify-content: space-between;
  gap: 12px;
  margin: 15px 0;
  font-size: 14px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag-row span,
.chip,
.article-card span,
.ad-band span {
  border-radius: 999px;
  color: var(--muted);
  background: #f4eee8;
  font-size: 12px;
  font-weight: 760;
}

.tag-row span {
  padding: 7px 10px;
}

.card-actions {
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.quick-tile {
  position: relative;
  display: flex;
  min-height: 240px;
  overflow: hidden;
  flex-direction: column;
  justify-content: end;
  padding: 22px;
  border-radius: var(--radius);
  color: #fff;
  background: #201b18;
}

.quick-tile::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(32, 27, 24, 0.82));
}

.quick-tile img {
  position: absolute;
  inset: 0;
}

.quick-tile span,
.quick-tile strong {
  position: relative;
  z-index: 2;
}

.quick-tile span {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 760;
}

.quick-tile strong {
  max-width: 230px;
  font-size: 25px;
  line-height: 1.08;
}

.masonry {
  columns: 3 230px;
  column-gap: 16px;
}

.pin {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin: 0 0 16px;
  border-radius: var(--radius);
  background: #eee;
}

.pin.tall {
  height: 420px;
}

.pin.wide {
  height: 230px;
}

.pin::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 50%, rgba(32, 27, 24, 0.62));
}

.pin span {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 16px;
  color: #fff;
  font-weight: 820;
}

.ad-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 54px;
  padding: 24px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, var(--ink), #514239);
}

.ad-band span {
  padding: 8px 12px;
  color: var(--ink);
  background: #fff;
}

.ad-band strong {
  flex: 1;
  font-size: clamp(20px, 3vw, 34px);
  line-height: 1.05;
}

.ad-band a {
  padding: 13px 18px;
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-weight: 820;
}

.screen-head {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 58px rgba(32, 27, 24, 0.08);
}

.screen-head h1 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 68px);
}

.compact-head {
  margin-bottom: 24px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.chip {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
}

.chip.active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.split-layout {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 22px;
  margin-top: 24px;
}

.filter-panel,
.booking-card,
.checkout-card,
.onboarding-card,
.post,
.article-card,
.event-card,
.review,
.range-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(32, 27, 24, 0.06);
}

.filter-panel {
  position: sticky;
  top: 98px;
  align-self: start;
  padding: 20px;
}

.filter-panel h2 {
  font-size: 24px;
}

.filter-stack {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.toggle {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.toggle input {
  width: 20px;
  height: 20px;
  accent-color: var(--ink);
}

.range-card {
  margin-top: 18px;
  padding: 16px;
}

.range-card span,
.range-card strong {
  display: block;
}

.range-card span {
  color: var(--muted);
  font-size: 13px;
}

.range-line {
  position: relative;
  height: 6px;
  margin-top: 16px;
  border-radius: 999px;
  background: #eadfd7;
}

.range-line i {
  position: absolute;
  left: 18%;
  width: 56%;
  height: 100%;
  border-radius: inherit;
  background: var(--rose-strong);
}

.result-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.result-toolbar select {
  width: auto;
  min-width: 210px;
  background: #fff;
  border-color: var(--line);
}

.result-list,
.card-grid,
.salon-grid,
.article-grid,
.feed-layout,
.event-list {
  display: grid;
  gap: 18px;
}

.card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.result-list .specialist-card {
  display: grid;
  grid-template-columns: 260px 1fr;
}

.result-list .card-photo {
  height: 100%;
  min-height: 250px;
}

.salon-grid,
.article-grid {
  grid-template-columns: repeat(3, 1fr);
}

.salon-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.salon-card img,
.article-card img {
  height: 250px;
}

.salon-card div,
.article-card {
  padding: 18px;
}

.salon-card span {
  color: var(--rose-strong);
  font-weight: 820;
}

.map-screen {
  display: grid;
  grid-template-columns: 360px 1fr;
  min-height: calc(100vh - 160px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.map-panel {
  position: relative;
  z-index: 2;
  padding: 28px;
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
}

.map-panel h1 {
  margin-bottom: 0;
  font-size: 40px;
}

.mini-results {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.mini-person {
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  background: #f7f1eb;
}

.mini-person small {
  display: block;
  color: var(--muted);
}

.map-canvas {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.55) 1px, transparent 1px),
    linear-gradient(135deg, #d6e9e5, #f2dfd8 48%, #f5f0de);
  background-size: 42px 42px, 42px 42px, cover;
}

.map-shape {
  position: absolute;
  inset: 16% 10%;
  border-radius: 42% 58% 48% 52% / 46% 45% 55% 54%;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: inset 0 0 0 1px rgba(32, 27, 24, 0.08);
  transform: rotate(-6deg);
}

.marker {
  position: absolute;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50% 50% 50% 10%;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 14px 30px rgba(32, 27, 24, 0.2);
  transform: rotate(-45deg);
}

.marker span {
  transform: rotate(45deg);
  font-weight: 860;
}

.m1 { left: 48%; top: 35%; }
.m2 { left: 58%; top: 48%; background: var(--rose-strong); }
.m3 { left: 70%; top: 38%; background: var(--sage); }
.m4 { left: 36%; top: 55%; background: var(--gold); }

.profile-hero {
  position: relative;
  height: min(620px, 62vh);
  min-height: 420px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.profile-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 40%, rgba(32, 27, 24, 0.88));
}

.profile-overlay {
  position: absolute;
  z-index: 2;
  left: clamp(20px, 5vw, 56px);
  right: clamp(20px, 5vw, 56px);
  bottom: clamp(20px, 5vw, 46px);
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
}

.profile-overlay h1 {
  margin-bottom: 8px;
}

.profile-avatar {
  width: 96px;
  height: 96px;
  border: 4px solid #fff;
}

.profile-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  margin-top: 28px;
}

.booking-card {
  position: sticky;
  top: 98px;
  align-self: start;
  padding: 20px;
}

.rating-row,
.price-row {
  justify-content: space-between;
  gap: 14px;
}

.rating-row span,
.price-row small {
  color: var(--muted);
}

.icon-actions {
  gap: 8px;
  margin-top: 12px;
}

.icon-actions button,
.post-actions button {
  flex: 1;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 760;
}

.content-block {
  padding: 28px;
  border-radius: var(--radius);
  margin-bottom: 18px;
}

.content-block h2 {
  font-size: 30px;
}

.price-row {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row span {
  display: grid;
  gap: 4px;
}

.review {
  padding: 18px;
  margin-top: 12px;
}

.booking-flow,
.onboarding,
.account {
  display: grid;
  gap: 24px;
  width: min(760px, 100%);
  margin: 24px auto;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.booking-grid button {
  min-height: 76px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  font-weight: 820;
}

.booking-grid button.active {
  color: #fff;
  background: var(--ink);
}

.checkout-card,
.onboarding-card {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.checkout-card span {
  color: var(--muted);
}

.feed-layout {
  width: min(760px, 100%);
  margin: 0 auto;
}

.post {
  padding: 20px;
}

.post > div {
  justify-content: space-between;
}

.post span {
  color: var(--rose-strong);
  font-size: 13px;
  font-weight: 820;
}

.post-actions {
  gap: 10px;
  margin-top: 16px;
}

.article-card span {
  display: inline-flex;
  padding: 7px 10px;
  margin-bottom: 14px;
}

.event-list {
  width: min(820px, 100%);
  margin: 0 auto;
}

.event-card {
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
}

.event-card > div {
  display: grid;
  min-width: 82px;
  min-height: 82px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: var(--ink);
}

.event-card > div span {
  color: rgba(255, 255, 255, 0.7);
}

.account-head {
  gap: 18px;
}

.account-head img {
  width: 88px;
  height: 88px;
}

.account-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.account-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  font-weight: 820;
}

.bottom-nav {
  position: fixed;
  z-index: 60;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom));
  display: none;
  width: min(430px, calc(100% - 24px));
  height: 68px;
  transform: translateX(-50%);
  border: 1px solid rgba(32, 27, 24, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 50px rgba(32, 27, 24, 0.16);
  backdrop-filter: blur(22px);
}

.bottom-nav a {
  display: grid;
  flex: 1;
  place-items: center;
  gap: 2px;
  padding: 9px 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 820;
}

.bottom-nav span {
  font-size: 20px;
  line-height: 1;
}

.bottom-nav a.active {
  color: var(--ink);
}

@media (max-width: 1040px) {
  .desktop-nav {
    display: none;
  }

  .search-panel,
  .split-layout,
  .profile-layout,
  .map-screen {
    grid-template-columns: 1fr;
  }

  .filter-panel,
  .booking-card {
    position: static;
  }

  .card-grid,
  .salon-grid,
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .map-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .topbar {
    height: 66px;
    padding: 0 16px;
  }

  .top-actions {
    display: none;
  }

  .bottom-nav {
    display: flex;
  }

  .page {
    width: min(100% - 22px, var(--max));
    padding-top: 16px;
  }

  .hero,
  .profile-hero {
    min-height: calc(100vh - 108px);
    border-radius: 26px;
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(32, 27, 24, 0.28), rgba(32, 27, 24, 0.86));
  }

  .hero-content {
    justify-content: end;
    padding: 22px;
  }

  .locale-switcher {
    top: 16px;
    right: 16px;
  }

  h1 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .hero-copy {
    font-size: 17px;
  }

  .search-panel {
    border-radius: 22px;
  }

  .search-panel .primary-button {
    min-height: 50px;
  }

  .section {
    padding-top: 42px;
  }

  .section-heading {
    align-items: start;
  }

  .horizontal-cards {
    grid-auto-columns: 82%;
  }

  .quick-grid,
  .card-grid,
  .salon-grid,
  .article-grid,
  .account-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .quick-tile {
    min-height: 190px;
  }

  .screen-head {
    padding: 24px;
    border-radius: 24px;
  }

  .screen-head h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .result-list .specialist-card {
    grid-template-columns: 1fr;
  }

  .result-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .result-toolbar select {
    width: 100%;
  }

  .map-canvas {
    min-height: 520px;
  }

  .profile-overlay {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-avatar {
    width: 82px;
    height: 82px;
  }

  .content-block {
    padding: 20px;
  }

  .ad-band,
  .event-card {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --ink: #f7eee7;
    --muted: #bcaea5;
    --soft: #171412;
    --surface: #211d1a;
    --line: rgba(255, 255, 255, 0.1);
  }

  body {
    background: #151210;
  }

  .topbar,
  .screen-head,
  .specialist-card,
  .filter-panel,
  .booking-card,
  .checkout-card,
  .onboarding-card,
  .post,
  .article-card,
  .event-card,
  .review,
  .range-card,
  .salon-card,
  .content-block,
  .account-grid a {
    background: rgba(35, 30, 27, 0.86);
  }

  .brand-mark,
  .primary-button,
  .chip.active,
  .booking-grid button.active,
  .marker {
    color: #211b18;
    background: #fbf7f2;
  }

  .search-panel,
  .bottom-nav {
    background: rgba(35, 30, 27, 0.9);
  }

  .search-panel input,
  .search-panel select,
  .onboarding-card input,
  .onboarding-card select,
  .result-toolbar select,
  .mini-person,
  .booking-grid button,
  .icon-actions button,
  .post-actions button,
  .icon-button {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.08);
  }

  .tag-row span,
  .chip,
  .article-card span {
    background: rgba(255, 255, 255, 0.08);
  }
}
