:root {
  --bg: #f6f7f6;
  --pearl: #fbfbf8;
  --linen: #f2eee6;
  --charcoal: #101214;
  --charcoal-2: #1b1d1f;
  --champagne: #c8a35c;
  --champagne-2: #e4cf9b;
  --rose: #9f5b64;
  --emerald: #2f7d68;
  --surface: #ffffff;
  --surface-2: #eef3f0;
  --ink: #151918;
  --muted: #66706d;
  --line: #dce2df;
  --jade: #2f7d68;
  --jade-dark: #1f5d4d;
  --brass: #b58a3b;
  --shadow: 0 18px 50px rgba(25, 33, 31, .09);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
button, input, select { font: inherit; }
button { cursor: pointer; }
svg { flex: 0 0 auto; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 248px minmax(0, 1fr); }
.sidebar { background: #111615; color: #f7fbf9; padding: 22px; display: flex; flex-direction: column; gap: 28px; }
.brandmark { display: flex; gap: 12px; align-items: center; }
.brand-symbol { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(181,138,59,.6); color: var(--brass); border-radius: 8px; font-weight: 900; }
.brandmark strong { display: block; font-size: 16px; }
.brandmark span:last-child { color: #aeb8b4; font-size: 12px; }
.sidebar nav { display: grid; gap: 8px; }
.sidebar a { padding: 10px 11px; color: #cad4d0; text-decoration: none; border-radius: 8px; font-size: 14px; }
.sidebar a.active { background: rgba(47, 125, 104, .22); color: white; }
.sidebar-note { margin-top: auto; display: flex; gap: 10px; align-items: flex-start; color: #d9e2df; font-size: 12px; line-height: 1.45; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; }
.workspace { padding: 26px; min-width: 0; }
.topbar { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; margin-bottom: 18px; }
h1, h2, h3, p { margin: 0; }
.topbar h1 { font-size: 28px; line-height: 1.15; }
.topbar p, .panel p, .preview-head p { margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.primary, .wide-action, .supplier-form button { border: 0; background: var(--jade); color: white; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 8px; padding: 11px 14px; font-weight: 700; box-shadow: 0 12px 24px rgba(47, 125, 104, .2); }
.notice { background: #eaf4ef; border: 1px solid #cfe5db; color: var(--jade-dark); border-radius: 8px; padding: 10px 12px; margin-bottom: 16px; font-size: 14px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(300px, .92fr) minmax(360px, 1.08fr) 210px; gap: 16px; align-items: stretch; }
.panel { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 16px; box-shadow: var(--shadow); }
.panel-head, .preview-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.panel h2, .preview-head h2 { font-size: 17px; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); background: white; border-radius: 8px; color: var(--ink); }
.supplier-form, .control-grid { display: grid; gap: 10px; }
.supplier-form input, .control-grid input, .control-grid select, .customer-filters select { width: 100%; border: 1px solid var(--line); background: #fbfcfc; border-radius: 8px; padding: 10px 11px; color: var(--ink); outline: none; }
.supplier-form input:focus, .control-grid input:focus, .control-grid select:focus, .customer-filters select:focus { border-color: var(--jade); box-shadow: 0 0 0 3px rgba(47, 125, 104, .12); }
.supplier-list { display: grid; gap: 8px; margin-top: 13px; max-height: 214px; overflow: auto; }
.supplier-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 9px; background: var(--surface-2); border-radius: 8px; font-size: 13px; }
.supplier-row strong, .supplier-row small { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.supplier-row small { color: var(--muted); }
.status-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--jade); }
.control-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.control-grid label, .customer-filters label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.wide-action { width: 100%; margin-top: 12px; }
.latest-link { display: block; margin-top: 10px; color: var(--jade-dark); font-size: 13px; overflow-wrap: anywhere; }
.stats-panel { display: grid; gap: 10px; }
.stat { padding: 13px; border-radius: 8px; background: #f8faf9; border: 1px solid var(--line); }
.stat strong { display: block; font-size: 24px; }
.stat span { color: var(--muted); font-size: 12px; }
.preview-area { margin-top: 18px; background: #e8eeeb; border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.preview-head span { display: inline-flex; align-items: center; gap: 6px; color: var(--jade-dark); background: white; border: 1px solid #cfe0d8; border-radius: 999px; padding: 7px 10px; font-size: 12px; font-weight: 700; }
.phone-frame { width: min(100%, 430px); min-height: 720px; margin: 0 auto; background: white; border: 10px solid #161b1a; border-radius: 34px; overflow: hidden; box-shadow: 0 28px 70px rgba(17, 22, 21, .28); }
.phone-top { height: 42px; display: flex; align-items: center; justify-content: center; gap: 8px; background: #151918; color: white; font-size: 12px; font-weight: 800; }
.phone-top span { width: 58px; height: 5px; background: #343b39; border-radius: 999px; }
.phone-hero { padding: 24px 18px 18px; background: linear-gradient(135deg, #f7faf9, #eaf3ef); }
.phone-hero h2 { font-size: 26px; line-height: 1.1; }
.phone-hero p { margin-top: 7px; color: var(--muted); }
.phone-search { margin-top: 16px; display: flex; align-items: center; gap: 8px; background: white; border: 1px solid var(--line); border-radius: 8px; padding: 11px 12px; color: var(--muted); font-size: 13px; }
.phone-products, .customer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 14px; }
.product-tile { background: white; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.product-image { position: relative; aspect-ratio: 1 / 1; background: #edf1ef; }
.product-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-image button { position: absolute; top: 8px; right: 8px; width: 30px; height: 30px; display: grid; place-items: center; border: 0; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--jade-dark); }
.product-copy { padding: 10px; }
.meta-row { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 11px; }
.product-copy h3 { margin-top: 5px; min-height: 34px; font-size: 13px; line-height: 1.25; }
.price-grid { display: grid; gap: 3px; margin-top: 8px; color: var(--jade-dark); font-size: 11px; font-weight: 700; }
.product-tile.compact .price-grid span:nth-child(2), .product-tile.compact .price-grid span:nth-child(3) { display: none; }
.empty { color: var(--muted); font-size: 13px; line-height: 1.5; }
.customer-page {
  min-height: 100vh;
  background: var(--pearl);
  color: var(--charcoal);
  padding-bottom: 42px;
  overflow-x: hidden;
}
.customer-hero {
  min-height: min(760px, 92vh);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px clamp(16px, 4vw, 46px) 36px;
  background:
    radial-gradient(circle at 100% 18%, rgba(200, 163, 92, .18), transparent 30%),
    linear-gradient(135deg, #0c0e10 0%, #1b1d1f 56%, #31453d 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.customer-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(251,251,248,.08));
  pointer-events: none;
}
.customer-nav {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
}
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}
.brand-lockup span {
  min-width: 0;
}
.brand-lockup img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid rgba(228,207,155,.42);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.3);
}
.brand-logo {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(228,207,155,.42);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.3);
}
.brand-logo img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.brand-logo-fallback {
  display: none;
  color: var(--champagne-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}
.brand-logo.image-failed .brand-logo-fallback {
  display: block;
}
.brand-lockup strong {
  display: block;
  color: white;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}
.brand-lockup small {
  display: block;
  max-width: 280px;
  color: rgba(255,255,255,.65);
  font-size: 11px;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.privacy-chip,
.language-toggle {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(228,207,155,.28);
  background: rgba(255,255,255,.08);
  color: white;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}
.language-toggle:hover { background: rgba(255,255,255,.14); }
.hero-stage {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .72fr);
  align-items: end;
  gap: clamp(24px, 5vw, 70px);
}
.hero-copy { padding-bottom: 16px; }
.client-line {
  color: var(--champagne-2);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.customer-hero h1 {
  margin-top: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 8vw, 92px);
  line-height: .95;
  max-width: 800px;
  font-weight: 500;
}
.customer-hero p {
  margin-top: 18px;
  color: rgba(255,255,255,.8);
  max-width: 640px;
  line-height: 1.65;
  font-size: 16px;
}
.hero-tools {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-search,
.hero-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 8px;
  padding: 12px 14px;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
}
.hero-search {
  width: min(100%, 360px);
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.16);
}
.hero-link {
  background: var(--champagne);
  color: #171717;
  box-shadow: 0 16px 36px rgba(200,163,92,.24);
}
.hero-media {
  min-height: 520px;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(228,207,155,.26);
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.03));
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
  overflow: hidden;
}
.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
}
.image-fallback {
  display: none;
}
.image-failed .image-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(228,207,155,.76);
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,0) 38%),
    radial-gradient(circle at 50% 10%, rgba(200,163,92,.18), transparent 34%),
    #1d2220;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(12,14,16,.68));
  pointer-events: none;
}
.hero-card {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(228,207,155,.32);
  background: rgba(16,18,20,.78);
  border-radius: 8px;
  backdrop-filter: blur(18px);
}
.hero-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 800;
}
.hero-card strong {
  color: var(--champagne-2);
  font-size: 34px;
  line-height: 1;
}
.customer-filters {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 12px clamp(12px, 4vw, 44px);
  background: rgba(251,251,248,.94);
  border-bottom: 1px solid #e3ded2;
  backdrop-filter: blur(16px);
}
.customer-filters label {
  color: #6c6356;
  text-transform: uppercase;
  font-size: 10px;
}
.customer-filters select {
  background: #fff;
  border-color: #dfd6c5;
  color: var(--charcoal);
}
.category-strip,
.section-tabs,
.editorial-band,
.reserved-consultation {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}
.category-strip {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 22px 0 6px;
}
.category-strip button,
.section-tabs button {
  border: 1px solid #ded5c4;
  background: #fff;
  color: #4b443a;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 800;
}
.category-strip button.active,
.section-tabs button.active {
  border-color: var(--champagne);
  background: #191b1d;
  color: white;
}
.editorial-band {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #ded5c4;
  border-bottom: 1px solid #ded5c4;
  padding: 24px 0;
}
.editorial-band h2,
.reserved-consultation h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 500;
}
.editorial-band p,
.reserved-consultation p {
  color: #746b60;
  margin-top: 8px;
  line-height: 1.55;
}
.mini-rail {
  display: grid;
  grid-template-columns: repeat(3, 74px);
  gap: 8px;
}
.mini-thumb {
  position: relative;
  display: block;
  width: 74px;
  height: 92px;
  overflow: hidden;
  border: 1px solid #ded5c4;
  border-radius: 8px;
  background: #eee9df;
}
.mini-rail img {
  width: 74px;
  height: 92px;
  object-fit: cover;
  display: block;
}
.mini-thumb.image-failed .image-fallback {
  font-size: 9px;
  text-align: center;
  padding: 8px;
}
.section-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 24px 0 4px;
}
.section-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.section-tabs span {
  color: inherit;
  opacity: .7;
  font-size: 12px;
}
.customer-grid {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 16px 30px;
  gap: 16px;
}
.customer-page .product-tile {
  border-color: #e1d9ca;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16,18,20,.06);
}
.customer-page .product-image {
  position: relative;
  background: #eee9df;
  aspect-ratio: 4 / 5;
}
.customer-page .product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.customer-page .product-image.image-failed .image-fallback {
  z-index: 1;
}
.customer-page .product-image button {
  position: absolute;
  z-index: 2;
  color: #1b1d1f;
  border: 1px solid rgba(200,163,92,.34);
}
.customer-page .product-image button.saved {
  background: #191b1d;
  color: var(--champagne-2);
}
.customer-page .meta-row {
  color: #82776a;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 10px;
}
.customer-page .product-copy { padding: 12px; }
.customer-page .product-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  min-height: 42px;
  font-size: 17px;
  line-height: 1.22;
  font-weight: 500;
}
.color-line {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6f665b;
  font-size: 12px;
  font-weight: 700;
}
.color-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.16);
  background: #c8c2b5;
}
.color-dot.red { background: #9f3f46; }
.color-dot.black { background: #171717; }
.color-dot.brown { background: #7b563b; }
.color-dot.gold { background: #c8a35c; }
.color-dot.green { background: #2f7d68; }
.color-dot.white { background: #fff; }
.price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.customer-page .price-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 8px;
  background: #f6f2ea;
  color: #5e4b2a;
  font-size: 11px;
}
.reserved-consultation {
  margin-top: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 28px;
  border: 1px solid #ded5c4;
  background:
    linear-gradient(135deg, #191b1d, #29352f);
  color: white;
  border-radius: 8px;
}
.reserved-consultation span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--champagne-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.reserved-consultation p { color: rgba(255,255,255,.72); }
.reserved-consultation button {
  min-height: 44px;
  border: 1px solid rgba(228,207,155,.45);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.7);
  border-radius: 8px;
  padding: 12px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  cursor: not-allowed;
}
.public-portal { padding-bottom: 0; }
.portal-hero {
  min-height: 100vh;
}
.portal-stage {
  align-items: center;
}
.portal-panel {
  border: 1px solid rgba(228,207,155,.28);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  padding: 24px;
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 80px rgba(0,0,0,.28);
}
.portal-panel span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--champagne-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.portal-panel ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
}
.portal-panel li {
  padding: 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.05);
}
.public-empty { min-height: 100vh; display: grid; place-items: center; color: var(--muted); }
@media (max-width: 1120px) {
  .admin-shell { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .dashboard-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .workspace { padding: 14px; }
  .topbar { display: grid; }
  .topbar h1 { font-size: 23px; }
  .control-grid { grid-template-columns: 1fr; }
  .hero-stage { grid-template-columns: 1fr; margin: 34px 0 0; }
  .hero-media { min-height: 380px; }
  .hero-media img { min-height: 380px; }
  .customer-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .phone-frame { min-height: 640px; border-width: 6px; border-radius: 24px; }
  .phone-products { gap: 9px; padding: 10px; }
  .customer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 10px; gap: 10px; }
  .product-copy h3 { font-size: 12px; }
}
@media (max-width: 720px) {
  .customer-hero { min-height: auto; padding-bottom: 24px; }
  .customer-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: flex-start;
    max-width: calc(100vw - 32px);
    min-height: 44px;
  }
  .brand-lockup { max-width: 250px; }
  .brand-lockup img,
  .brand-logo {
    width: 42px;
    height: 42px;
  }
  .brand-lockup strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand-lockup small { max-width: 160px; }
  .nav-actions {
    position: absolute;
    top: 0;
    right: 0;
    max-width: none;
    justify-content: flex-end;
  }
  .privacy-chip { display: none; }
  .language-toggle {
    min-height: 34px;
    min-width: 48px;
    justify-content: center;
    padding: 7px 9px;
  }
  .hero-stage,
  .hero-copy,
  .hero-tools,
  .customer-hero h1,
  .customer-hero p {
    width: 100%;
    max-width: min(350px, calc(100vw - 40px));
  }
  .customer-hero h1 {
    font-size: 38px;
    overflow-wrap: normal;
  }
  .customer-hero p { font-size: 14px; }
  .hero-tools { display: grid; }
  .hero-search, .hero-link { width: 100%; max-width: 100%; }
  .hero-media { min-height: 310px; }
  .hero-media img { min-height: 310px; }
  .hero-media { width: 100%; max-width: min(350px, calc(100vw - 40px)); }
  .customer-filters {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: min(390px, 100vw);
    padding: 10px;
  }
  .category-strip,
  .section-tabs,
  .editorial-band,
  .reserved-consultation {
    width: calc(100% - 20px);
  }
  .editorial-band,
  .reserved-consultation {
    grid-template-columns: 1fr;
  }
  .mini-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mini-thumb {
    width: 100%;
    height: 96px;
  }
  .mini-rail img {
    width: 100%;
    height: 96px;
  }
  .customer-page .product-copy h3 {
    min-height: 50px;
    font-size: 15px;
  }
  .price-grid { grid-template-columns: 1fr; }
  .customer-page .price-grid span:nth-child(2),
  .customer-page .price-grid span:nth-child(3) {
    display: none;
  }
  .reserved-consultation { padding: 20px; }
}
