:root {
  --bg: #FAFAFA;
  --ink: #2C2C2C;
  --accent: #FF5C17;
  --accent-hover: #E54A0A;
  --muted: #A19E98;
  --cream: #F1EDE8;
  --sand: #EAE6E2;
  --soft: #C9C5BF;
  --max: 1320px;
  --font: "Jost", system-ui, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  overscroll-behavior-x: none;
}
button, input, select, textarea { font-family: inherit; max-width: 100%; }
a { color: inherit; }
img, svg, video { max-width: 100%; display: block; }
.brand { min-width: 0; display: flex; align-items: center; justify-self: start; }
.cta-dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; display: inline-block; flex: none; }

.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(252,252,251,.94);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  border-bottom: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 1px 20px rgba(20,17,15,.05);
}
.header-row {
  max-width: var(--max); margin: 0 auto; padding: 14px 32px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
}
.logo-header {
  width: 266px; max-width: 100%; height: 43px; cursor: pointer;
  background: center / contain no-repeat;
}
.nav-desk {
  display: flex; align-items: center; justify-self: center; gap: 6px;
}
.nav-desk button {
  background: none; border: none; cursor: pointer;
  font-size: 14.5px; font-weight: 600; color: var(--ink); opacity: .68;
  padding: 9px 16px; border-radius: 20px; transition: .15s;
}
.nav-desk button:hover { opacity: 1; color: var(--accent); background: rgba(255,92,23,.08); }
.header-actions {
  display: flex; align-items: center; justify-self: end; gap: 20px;
}
.icon-btn {
  position: relative; background: none; border: none; cursor: pointer;
  padding: 4px; color: var(--ink); display: flex;
}
.icon-btn.is-on { color: var(--accent); }
.badge {
  position: absolute; top: -3px; right: -4px; background: var(--accent); color: #fff;
  font-size: 10px; font-weight: 700; min-width: 16px; height: 16px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; padding: 0 3px;
}
.cta-btn {
  background: var(--accent); color: #fff; border: none; border-radius: 30px;
  padding: 11px 22px; font-size: 14px; font-weight: 600; cursor: pointer;
  display: flex; align-items: center; gap: 7px;
}
.cta-btn:hover { background: var(--accent-hover); }
.hamburger {
  display: none; background: none; border: 1.5px solid rgba(0,0,0,.14);
  border-radius: 10px; width: 42px; height: 42px; cursor: pointer;
  align-items: center; justify-content: center; color: var(--ink);
}
.mobile-nav {
  display: none; flex-direction: column; background: var(--bg);
  border-top: 1px solid rgba(0,0,0,.07); padding: 10px 20px 18px;
}
.mobile-nav.open { display: flex; }
.mobile-nav button {
  background: none; border: none; text-align: left; cursor: pointer;
  font-size: 16px; font-weight: 600; color: var(--ink); padding: 14px 4px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.mobile-nav button:last-child { border-bottom: none; }

.view { display: none; }
.view.active { display: block; }

.catalog {
  max-width: var(--max); margin: 0 auto; padding: 32px 20px 40px;
}

.opt-banner {
  position: relative;
  background: #2C2C2C;
  border-radius: 20px;
  padding: 30px 38px;
  display: flex;
  align-items: center;
  gap: 38px;
  margin: 0 0 22px;
  overflow: visible;
  z-index: 25;
}
.opt-deco {
  position: absolute; inset: 0; border-radius: 20px; overflow: hidden; pointer-events: none;
}
.opt-deco::before,
.opt-deco::after {
  content: ""; position: absolute; border-radius: 50%;
}
.opt-deco::before {
  top: -70px; right: 250px; width: 280px; height: 280px;
  border: 1px solid rgba(255,92,23,.28);
}
.opt-deco::after {
  bottom: -120px; right: 190px; width: 340px; height: 340px;
  border: 1px solid rgba(255,255,255,.07);
}
.opt-copy { flex: 0 1 330px; position: relative; min-width: 0; }
.opt-kicker {
  font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: #FF5C17; margin-bottom: 10px;
}
.opt-title {
  font-family: "Playfair Display", var(--serif);
  font-size: clamp(22px, 2.4vw, 31px); font-weight: 500; line-height: 1.1; color: #FAFAFA;
}
.opt-title em { font-style: italic; color: #FF5C17; font-weight: 500; }
.opt-rule { width: 1px; align-self: stretch; background: rgba(255,255,255,.13); flex: none; }
.opt-tiers {
  display: flex; gap: 34px; flex: 1; position: relative; min-width: 0;
}
.opt-tier { display: flex; flex-direction: column; gap: 5px; }
.opt-tier-num {
  display: flex; align-items: baseline; gap: 8px;
  font-family: "Playfair Display", var(--serif);
  font-size: 34px; font-weight: 600; color: #FAFAFA; line-height: 1;
}
.opt-tier-num small { font-size: 13px; font-weight: 600; color: #FF5C17; font-family: var(--font); }
.opt-tier-from { font-size: 13.5px; font-weight: 600; color: #C9C5BF; white-space: nowrap; }
.opt-cta { flex: none; position: relative; }
.opt-btn {
  display: flex; align-items: center; gap: 12px;
  background: #FF5C17; color: #fff; border: none; border-radius: 30px;
  padding: 14px 24px 14px 28px; font-size: 14.5px; font-weight: 600;
  white-space: nowrap; cursor: pointer;
}
.opt-btn:hover { background: #E8500F; }
.opt-chevron { flex: none; transition: transform .24s ease; }
.opt-banner.open .opt-chevron { transform: rotate(180deg); }
.opt-panel {
  position: absolute; top: calc(100% + 12px); right: 0; min-width: 300px;
  background: #FAFAFA; border-radius: 16px;
  box-shadow: 0 22px 50px rgba(20,17,15,.34); z-index: 40; overflow: hidden;
  max-height: 0; opacity: 0; transform: translateY(-8px); pointer-events: none;
  transition: max-height .3s cubic-bezier(.32,.72,0,1), opacity .22s ease, transform .26s cubic-bezier(.32,.72,0,1);
}
.opt-banner.open .opt-panel {
  max-height: 280px; opacity: 1; transform: translateY(0); pointer-events: auto;
}
.opt-panel-inner { padding: 8px; }
.opt-file {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; padding: 13px 15px; border: none; border-radius: 11px;
  background: none; cursor: pointer; text-align: left; color: #2C2C2C; font: inherit;
}
.opt-file:hover { background: #F1EDE8; }
.opt-file-name { font-size: 15px; font-weight: 600; line-height: 1.2; }
.opt-file-meta { font-size: 12.5px; color: #8A857E; margin-top: 3px; }
.opt-file svg { flex: none; }
.cat-menu-wrap {
  position: relative; margin-bottom: 14px; z-index: 20;
}
.cat-btn-row {
  display: flex; gap: 10px; flex-wrap: wrap; align-items: center;
}
.cat-btn-wrap { position: relative; flex: none; }
.cat-btn {
  display: flex; align-items: center; gap: 10px;
  border: 1.5px solid #2C2C2C; background: #fff; color: #2C2C2C;
  border-radius: 30px; padding: 10px 16px 10px 20px;
  font-family: inherit; font-size: 14px; font-weight: 600; cursor: pointer;
  transition: .15s; white-space: nowrap; flex: none;
}
.cat-btn.active {
  background: var(--accent); border-color: var(--accent); color: #fff;
}
.cat-btn svg { flex: none; transition: transform .2s; }
.cat-panel {
  position: absolute; top: calc(100% + 10px); left: 0; background: #fff;
  border: 1px solid rgba(0,0,0,.08); border-radius: 18px;
  box-shadow: 0 20px 48px rgba(28,24,21,.16); padding: 10px; gap: 2px;
  z-index: 30; display: grid; grid-template-columns: 1fr;
  min-width: 244px; max-height: min(420px, 60vh); overflow-y: auto;
  opacity: 0; transform: translateY(-6px); pointer-events: none;
  transition: opacity .2s ease, transform .24s cubic-bezier(.32,.72,0,1);
}
.cat-panel.open {
  opacity: 1; transform: translateY(0); pointer-events: auto;
}
.cat-sub {
  text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 10px;
  background: transparent; color: #2C2C2C; border: none; border-radius: 10px;
  padding: 11px 14px; font-family: inherit; font-size: 13.5px; font-weight: 600;
  cursor: pointer; transition: .12s;
}
.cat-sub:hover, .cat-sub.active { background: rgba(255,92,23,.08); color: var(--accent); }
.cat-sub.active .count { color: var(--accent); }
.cat-sub .count { font-size: 11.5px; font-weight: 600; color: var(--muted); }
.chip {
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 1.5px solid rgba(0,0,0,.1); border-radius: 999px;
  padding: 10px 16px; font-size: 13.5px; font-weight: 600; cursor: pointer; color: var(--ink);
}
.chip.soon {
  cursor: default; border-style: dashed; border-color: rgba(0,0,0,.16); color: #A19E98;
}
.soon-tag {
  font-size: 9.5px; font-weight: 700; letter-spacing: .06em;
  background: var(--cream); color: #B8912F; padding: 3px 8px; border-radius: 20px;
}

.search-wrap {
  display: flex; align-items: center; gap: 10px; background: #fff;
  border: 1.5px solid rgba(0,0,0,.12); border-radius: 30px; padding: 11px 18px;
  margin-bottom: 24px; max-width: 100%;
}
.search-wrap input {
  border: none; outline: none; background: none; font-size: 14px; flex: 1; color: var(--ink);
}

.grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.card {
  background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 16px;
  overflow: hidden; cursor: pointer; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(28,24,21,.08); }
.card-media {
  position: relative; aspect-ratio: 1/1; background: var(--sand);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.card-media img {
  position: absolute; inset: 0; object-fit: cover; width: 100%; height: 100%;
  transition: opacity .25s ease;
}
.card-media img.hover { opacity: 0; }
.card:hover .card-media img.main.has-hover { opacity: 0; }
.card:hover .card-media img.hover { opacity: 1; }
.card-fav {
  position: absolute; top: 12px; right: 12px; width: 36px; height: 36px;
  border-radius: 50%; background: rgba(255,255,255,.92); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center; z-index: 2; color: var(--ink);
}
.card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.card-name { font-size: 15px; font-weight: 600; line-height: 1.25; margin-bottom: 6px; }
.card-meta { font-size: 11px; color: var(--muted); font-weight: 600; letter-spacing: .04em; margin-bottom: 14px; flex: 1; }
.card-price-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; }
.card-price { font-size: 18px; font-weight: 700; }
.card-actions { display: flex; align-items: center; gap: 8px; min-width: 0; flex-wrap: wrap; }
.qty-box {
  display: flex; align-items: center; border: 1.5px solid rgba(0,0,0,.12);
  border-radius: 10px; overflow: hidden; flex: none;
}
.qty-box button {
  width: 28px; height: 38px; border: none; background: var(--sand); cursor: pointer;
  font-size: 16px; line-height: 1; color: var(--ink);
}
.qty-box input {
  width: 36px; height: 38px; border: none; text-align: center; font-size: 14px; font-weight: 600;
}
.add-btn {
  flex: 1; background: var(--accent); color: #fff; border: none; border-radius: 10px;
  height: 38px; font-size: 13.5px; font-weight: 600; cursor: pointer;
}
.add-btn:disabled { background: #c9c5bf; cursor: default; }
.empty { text-align: center; padding: 60px; color: var(--muted); font-size: 15px; }
.pager {
  display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 38px; flex-wrap: wrap;
}
.pager button {
  min-width: 46px; height: 46px; border-radius: 12px; border: 1.5px solid rgba(0,0,0,.1);
  background: #fff; cursor: pointer; font-weight: 600; color: var(--ink);
}
.pager button.active { background: var(--accent); color: #fff; border-color: var(--accent); }

.section-label {
  font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.svc-section { margin-top: 40px; }
.svc-intro { max-width: var(--max); margin: 0 auto; padding: 70px 32px 0; }
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; }
.svc-col { padding: 48px 48px 56px; }
.svc-col.dark { background: var(--ink); color: var(--bg); }
.svc-col.light { background: var(--cream); color: var(--ink); }
.svc-col h3 {
  font-family: var(--serif); font-size: 28px; font-weight: 700;
  margin: 0 0 12px; line-height: 1.15; max-width: 460px;
}
.svc-col p { font-size: 15px; line-height: 1.55; max-width: 460px; margin: 0 0 22px; }
.svc-col.dark p { color: var(--soft); }
.svc-col.light p { color: #6E6A64; }
.svc-photo {
  width: 100%; height: 220px; margin-bottom: 28px; border-radius: 16px;
  background: rgba(0,0,0,.08) center / cover no-repeat;
}
.svc-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.linkish {
  background: none; border: none; font-size: 14px; font-weight: 600; cursor: pointer;
  text-decoration: underline; text-underline-offset: 3px;
}
.svc-col.dark .linkish { color: #fff; }
.svc-col.light .linkish { color: var(--ink); }
.pill {
  border: none; border-radius: 30px; padding: 14px 26px; font-size: 14.5px;
  font-weight: 600; cursor: pointer; color: #fff;
}
.pill.orange { background: var(--accent); }
.pill.dark { background: var(--ink); }

.process {
  max-width: var(--max); margin: 0 auto; padding: 60px 32px 70px;
}
.process h2 {
  font-size: clamp(28px, 3.6vw, 46px); font-family: var(--serif); font-weight: 700;
  letter-spacing: .01em; margin: 0 0 40px; line-height: 1.05;
}
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step {
  background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 16px; padding: 26px 24px;
}
.step-num { font-size: 30px; font-weight: 600; color: var(--accent); line-height: 1; }
.step-title { font-size: 18px; font-weight: 700; margin: 14px 0 10px; }
.step-text { font-size: 14px; line-height: 1.5; color: #6E6E6E; }

.facts {
  max-width: var(--max); margin: 40px auto; padding: 56px 32px;
  background: var(--ink); border-radius: 24px; color: #fff;
}
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.fact { border-top: 2px solid var(--accent); padding-top: 18px; }
.fact-num {
  font-size: 60px; font-weight: 600; line-height: .95; color: var(--accent); letter-spacing: .01em;
}
.fact-text { font-size: 14px; line-height: 1.5; color: var(--soft); margin-top: 14px; }

.about { background: var(--sand); }
.about-inner {
  max-width: var(--max); margin: 0 auto; padding: 80px 32px;
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center;
}
.about-photo {
  aspect-ratio: 4/5; border-radius: 18px; background: center / cover no-repeat;
}
.about-title {
  font-family: var(--serif); font-size: clamp(36px, 5vw, 60px); font-weight: 500;
  line-height: 1.02; font-style: italic;
}
.about-title .accent { color: var(--accent); }
.about-text { font-size: 18px; line-height: 1.55; color: #444; margin: 0 0 30px; max-width: 520px; }
.about-points { display: flex; flex-direction: column; gap: 16px; }
.about-point { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: #444; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); margin-top: 8px; flex: none; }

.contacts { background: var(--ink); color: var(--bg); }
.contacts-inner { max-width: var(--max); margin: 0 auto; padding: 80px 32px; }
.contacts h2 {
  font-family: var(--serif); font-size: clamp(34px, 4.5vw, 64px); font-weight: 500;
  line-height: 1; margin-bottom: 6px;
}
.contacts h2 em { font-style: italic; color: var(--accent); }
.contacts > .contacts-inner > p { font-size: 17px; color: var(--soft); max-width: 520px; margin: 8px 0 44px; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.contact-card {
  text-decoration: none; color: var(--bg); background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 26px; transition: .2s;
}
.contact-card:hover { border-color: var(--accent); }
.contact-card.accent { background: var(--accent); border: none; }
.contact-card .lbl { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #A8A39D; margin-bottom: 10px; }
.contact-card.accent .lbl { color: rgba(255,255,255,.8); }
.contact-card .val { font-size: 22px; font-weight: 700; }
.footer-top {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 28px;
  border-top: 1px solid rgba(255,255,255,.1); padding-top: 30px;
}
.socials { display: flex; gap: 14px; }
.socials a { color: var(--soft); display: flex; }
.socials a:hover { color: var(--accent); }
.footer-logo {
  width: 40px; height: 40px; border-radius: 2px; cursor: pointer;
  background: center / contain no-repeat;
}
.copy { font-size: 13px; color: #A8A39D; }
.copy-legal { display: flex; gap: 16px; flex-wrap: wrap; }

.promo-banner {
  max-width: var(--max); margin: 20px auto 0; padding: 48px 32px;
  border-radius: 20px; background: #2C2C2C center/cover no-repeat; color: #fff;
  overflow: hidden;
}
.promo-title {
  font-family: var(--serif); font-size: clamp(26px, 4vw, 44px); font-weight: 700;
  margin-bottom: 10px; line-height: 1.15; word-break: break-word;
}
.promo-text { font-size: 16px; color: #C9C5BF; max-width: 520px; }

.footer-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.copy-legal { max-width: 100%; }
.pdp { max-width: var(--max); margin: 0 auto; padding: 16px 32px 28px; }
.pdp-crumbs {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  margin-bottom: 24px; font-size: 13px; font-weight: 500; color: #A19E98;
}
.pdp-crumb.link { cursor: pointer; }
.pdp-crumb.link:hover { color: var(--accent); }
.pdp-crumb.current { color: #2C2C2C; font-weight: 600; }
.pdp-crumb-sep { color: #CFC7BF; }
.pdp-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); gap: 40px; align-items: start; }
.pdp-col-left { display: flex; flex-direction: column; }
.pdp-gallery-wrap { position: sticky; top: 82px; }
.pdp-gallery {
  position: relative; background: #fff; border: 1px solid rgba(0,0,0,.06);
  border-radius: 20px; aspect-ratio: 1/1; max-width: min(560px, 70vh); width: 100%;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.pdp-gallery img { width: 100%; height: 100%; object-fit: cover; }
.pdp-no-photo {
  color: #A19E98; font-family: ui-monospace, Menlo, monospace; font-size: 13px; text-align: center; padding: 0 16px;
}
.pdp-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(0,0,0,.06);
  background: rgba(255,255,255,.82); backdrop-filter: blur(6px); cursor: pointer;
  display: flex; align-items: center; justify-content: center; color: #2C2C2C;
  transition: background .18s ease, color .18s ease;
}
.pdp-arrow:hover { background: var(--accent); color: #fff; }
.pdp-arrow-prev { left: 16px; }
.pdp-arrow-next { right: 16px; }
.pdp-fav {
  position: absolute; top: 14px; right: 14px; width: 42px; height: 42px;
  border-radius: 50%; border: none; background: rgba(255,255,255,.92); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.1); color: var(--ink);
}
.pdp-dots {
  display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 14px;
}
.pdp-dot {
  height: 8px; width: 8px; padding: 0; border: none; border-radius: 20px;
  background: rgba(0,0,0,.18); cursor: pointer; transition: width .2s ease, background .2s ease;
}
.pdp-dot.active { width: 22px; background: var(--accent); }
.pdp-variant-wrap { margin-top: 14px; }
.pdp-variant-label { font-size: 13px; color: #A19E98; }
.pdp-variant-label strong { color: #2C2C2C; font-weight: 600; }
.pdp-variant-row { display: flex; gap: 10px; margin-top: 8px; flex-wrap: wrap; }
.pdp-variant {
  width: 72px; height: 72px; border-radius: 10px; overflow: hidden; cursor: pointer;
  background: var(--sand); border: 2px solid rgba(0,0,0,.14); padding: 0;
}
.pdp-variant.active { border-color: var(--accent); }
.pdp-variant img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-variant-hint { font-size: 12.5px; color: #A19E98; margin-top: 10px; }
.pdp-cat-label {
  font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 10px;
}
.pdp-price-row { display: flex; align-items: flex-end; gap: 14px; margin-bottom: 10px; }
.pdp-price { font-size: 36px; font-weight: 800; line-height: 1; }
.pdp-price-unit { font-size: 14px; color: #A19E98; padding-bottom: 6px; }
.pdp-name {
  font-family: var(--serif); font-size: clamp(26px, 3vw, 36px); font-weight: 600;
  letter-spacing: .01em; margin: 0 0 6px; line-height: 1.05;
}
.pdp-art { font-size: 13.5px; color: #A19E98; margin-bottom: 16px; }
.pdp-specs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: rgba(0,0,0,.08); border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px; overflow: hidden; margin-bottom: 28px;
}
.pdp-specs { margin-bottom: 16px; }
.pdp-specs > div { background: #FAFAFA; padding: 10px 14px; }
.pdp-spec-lbl { font-size: 12px; color: #A19E98; margin-bottom: 4px; }
.pdp-spec-val { font-size: 16px; font-weight: 600; }
.pdp-action-bar { margin-bottom: 18px; }
.pdp-action-bar .pdp-add { flex: 1; height: 60px; border-radius: 16px; font-size: 18px; font-weight: 700; }
.pdp-qty { padding: 6px; background: #F1EDE8; border-radius: 12px; border: 1.5px solid rgba(0,0,0,.1); }
.pdp-discount {
  background: #FFE7DC; border: 1px solid #FFD2BD; border-radius: 14px;
  padding: 12px 14px; margin-bottom: 16px;
}
.pdp-discount-title { font-size: 13px; font-weight: 700; color: #E54A0A; margin-bottom: 12px; }
.pdp-discount-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.pdp-discount-tier {
  background: #fff; border-radius: 10px; padding: 10px 8px; text-align: center;
}
.pdp-discount-from { font-size: 12px; color: #BD5A2C; }
.pdp-discount-off { font-size: 23px; font-weight: 600; color: var(--accent); line-height: 1.1; }
.pdp-discount-note { font-size: 12px; color: #BD5A2C; margin-top: 10px; line-height: 1.45; }
.pdp-desc {
  font-size: 15px; line-height: 1.6; color: #4A4A4A; margin: 0;
  border-top: 1px solid rgba(0,0,0,.08); padding-top: 24px;
}
.pdp-related { margin-top: 36px; }
.pdp-related-title {
  font-family: var(--serif); font-size: clamp(22px, 3vw, 32px); font-weight: 700;
  letter-spacing: .01em; margin: 0 0 24px;
}
.pdp-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pdp-related-card {
  background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 16px;
  overflow: hidden; cursor: pointer; transition: .18s;
}
.pdp-related-card:hover { box-shadow: 0 12px 30px rgba(28,24,21,.1); transform: translateY(-3px); }
.pdp-related-photo {
  aspect-ratio: 1/1; background: var(--sand); display: flex; align-items: center;
  justify-content: center; overflow: hidden;
}
.pdp-related-photo img { width: 100%; height: 100%; object-fit: cover; }
.pdp-related-name { font-size: 14px; font-weight: 600; line-height: 1.25; padding: 14px 14px 8px; }
.pdp-related-price { font-size: 16px; font-weight: 700; padding: 0 14px 16px; }
.back {
  background: none; border: none; cursor: pointer; font-size: 14px; font-weight: 600;
  color: #6E6E6E; margin-bottom: 24px;
}
.back:hover { color: var(--accent); }

.panel-page { max-width: 900px; margin: 0 auto; padding: 40px 24px 100px; }
.panel-page h1 { font-family: var(--serif); font-size: 36px; margin-bottom: 24px; }
.cart-item, .fav-item {
  display: grid; grid-template-columns: 90px 1fr auto; gap: 16px; align-items: center;
  background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 14px; padding: 14px; margin-bottom: 12px;
}
.cart-item img, .fav-item img { width: 90px; height: 90px; object-fit: cover; border-radius: 10px; background: var(--sand); }
.cart-total { font-size: 22px; font-weight: 700; margin-top: 20px; }

.toast {
  position: fixed; left: 50%; bottom: 90px; transform: translateX(-50%);
  background: var(--ink); color: #fff; padding: 14px 22px; border-radius: 30px;
  font-size: 14px; font-weight: 600; display: none; align-items: center; gap: 10px;
  box-shadow: 0 14px 34px rgba(28,24,21,.28); z-index: 120;
  max-width: calc(100% - 32px); white-space: normal; text-align: center;
}
.toast.show { display: flex; animation: toast .25s ease; }
@keyframes toast { from { opacity: 0; transform: translate(-50%, 8px); } to { opacity: 1; transform: translate(-50%, 0); } }

.modal-bg {
  position: fixed; inset: 0; background: rgba(28,24,21,.5); z-index: 95;
  display: none; align-items: flex-end; justify-content: center; padding: 16px;
  overflow: auto;
}
.modal-bg.open { display: flex; }
.modal {
  background: #fff; border-radius: 22px; width: min(560px, 100%); padding: 34px 38px;
  max-height: min(92vh, 100%); overflow: auto;
}
.modal h3 {
  font-family: var(--serif); font-size: 28px; font-weight: 700; margin: 10px 0 18px; line-height: 1.15;
}
.modal label { display: block; font-size: 13px; font-weight: 600; margin: 12px 0 6px; }
.modal input, .modal textarea, .modal select {
  width: 100%; border: 1.5px solid rgba(0,0,0,.12); border-radius: 12px; padding: 12px 14px; font-size: 14px;
}
.modal textarea { min-height: 90px; resize: vertical; }
.modal-actions { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }

.mobile-bottom {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: var(--bg); border-top: 1px solid rgba(0,0,0,.08);
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  justify-content: space-around; align-items: center;
  box-shadow: 0 -6px 18px rgba(28,24,21,.06);
}
.mobile-bottom button {
  background: none; border: none; cursor: pointer; display: flex; flex-direction: column;
  align-items: center; gap: 3px; color: var(--ink); font-size: 10.5px; font-weight: 600; padding: 4px 10px;
  position: relative;
}
.mobile-bottom button.active { color: var(--accent); }

@media (max-width: 1100px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .facts-grid, .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .header-row {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 14px; max-width: 100%;
  }
  .brand { flex: 1; min-width: 0; }
  .nav-desk, .header-actions .cta-btn, .header-actions .icon-btn[data-hide-mobile] { display: none; }
  .hamburger { display: flex; flex: none; }
  .header-actions { justify-self: unset; gap: 10px; flex: none; }
  .logo-header { width: min(168px, 48vw); height: 30px; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .svc-grid, .about-inner, .pdp-grid, .contact-cards { grid-template-columns: 1fr; }
  .facts-grid, .steps { grid-template-columns: 1fr 1fr; gap: 14px; }
  .facts { margin: 16px 12px; border-radius: 18px; padding: 28px 18px; }
  .fact-num { font-size: clamp(28px, 10vw, 44px); }
  .mobile-bottom { display: flex; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .catalog, .process, .about-inner, .contacts-inner, .pdp, .svc-intro { padding-left: 14px; padding-right: 14px; }
  .catalog { padding-top: 18px; }
  .svc-intro { padding-top: 40px; }
  .svc-col { padding: 28px 18px 36px; }
  .svc-col h3 { font-size: 24px; }
  .promo-banner { margin: 12px 12px 0; padding: 28px 18px; border-radius: 16px; }
  .opt-banner {
    flex-direction: column; align-items: stretch; gap: 16px;
    padding: 22px; border-radius: 16px; margin-bottom: 18px;
  }
  .opt-copy { flex: none; max-width: none; }
  .opt-kicker { font-size: 10.5px; margin-bottom: 8px; }
  .opt-title { font-size: 24px; line-height: 1.12; }
  .opt-rule { display: none; }
  .opt-tiers { gap: 10px; }
  .opt-tier {
    flex: 1; background: rgba(255,255,255,.06); border-radius: 11px; padding: 11px 12px; gap: 3px;
  }
  .opt-tier-num { font-size: 22px; }
  .opt-tier-from { font-size: 11.5px; color: #A9A49D; }
  .opt-btn {
    width: 100%; justify-content: center; border-radius: 14px; height: 48px; padding: 0 20px;
  }
  .opt-panel {
    position: static; min-width: 0; background: rgba(255,255,255,.055);
    box-shadow: none; border-radius: 14px; transform: none;
  }
  .opt-banner.open .opt-panel { margin-top: 10px; }
  .opt-file { color: #FAFAFA; }
  .opt-file:hover { background: rgba(255,255,255,.06); }
  .opt-file-meta { color: #98928B; }
  .cat-btn-row {
    flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden;
    margin: 0 -14px 14px; padding: 0 14px 6px;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .cat-btn-row::-webkit-scrollbar { display: none; }
  .cat-btn, .chip { flex: none; white-space: nowrap; }
  .cat-btn { padding: 9px 14px 9px 16px; font-size: 13px; }
  .pdp-gallery-wrap { position: static; }
  .pdp-related-grid { grid-template-columns: repeat(2, 1fr); }
  .pdp-action-bar { flex-wrap: wrap; }
  .pdp-action-bar .pdp-add { width: 100%; }
  .pdp-discount-tiers { grid-template-columns: 1fr; }
  .card-body { padding: 12px 12px 14px; }
  .card-name { font-size: 14px; }
  .card-price { font-size: 16px; }
  .card-actions {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .card-actions .qty-box { align-self: flex-start; }
  .card-actions .add-btn {
    flex: none;
    width: 100%;
    height: 40px;
    font-size: 13.5px;
    border-radius: 10px;
  }
  .qty-box input { width: 30px; }
  .qty-box button { width: 26px; height: 36px; }
  .process { padding-top: 40px; padding-bottom: 40px; }
  .process h2 { font-size: 28px; margin-bottom: 22px; }
  .about-inner { padding-top: 40px; padding-bottom: 48px; gap: 28px; }
  .about-text { font-size: 16px; }
  .contacts-inner { padding-top: 48px; padding-bottom: 40px; }
  .contact-card .val { font-size: 18px; word-break: break-word; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 18px; }
  .copy-legal { line-height: 1.45; }
  .panel-page { padding: 24px 14px 110px; }
  .panel-page h1 { font-size: 28px; }
  .cart-item, .fav-item {
    grid-template-columns: 72px 1fr; gap: 12px;
  }
  .cart-item img, .fav-item img { width: 72px; height: 72px; }
  .modal { padding: 22px 18px 26px; border-radius: 18px 18px 0 0; width: 100%; }
  .modal h3 { font-size: 22px; }
  .pdp { padding-bottom: 40px; }
  .empty { padding: 40px 12px; }
}
@media (max-width: 480px) {
  .facts-grid, .steps { grid-template-columns: 1fr; }
  .header-row { padding: 10px 12px; }
}
@media (min-width: 861px) {
  .modal-bg { align-items: center; padding: 24px; }
}

.cart-actions { margin-top: 20px; display: flex; gap: 12px; flex-wrap: wrap; }
.cart-line { display: flex; justify-content: space-between; gap: 12px; margin-top: 8px; font-size: 15px; color: #6E6E6E; }
.cart-line strong { color: #2C2C2C; }
.cart-line.discount { color: #FF5C17; font-weight: 600; }
.cart-line.final { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(0,0,0,.08); font-size: 18px; font-weight: 800; color: #2C2C2C; }

.checkout-page { max-width: 1320px; margin: 0 auto; padding: 36px 32px 80px; min-height: 60vh; }
.checkout-wrap h1 { font-family: "Playfair Display", serif; font-size: clamp(30px, 4vw, 52px); margin: 0 0 6px; }
.checkout-lead { font-size: 15px; color: #A19E98; margin: 0 0 28px; max-width: 560px; }
.checkout-back { background: none; border: none; cursor: pointer; font-size: 14px; font-weight: 600; color: #6E6E6E; display: flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 0; }
.checkout-back:hover { color: #FF5C17; }
.checkout-grid { display: grid; grid-template-columns: 1.6fr .9fr; gap: 32px; align-items: start; }
.checkout-card { background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 18px; padding: 26px; margin-bottom: 20px; }
.checkout-step { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #A19E98; margin-bottom: 16px; }
.checkout-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.checkout-fields label, .checkout-card > label { display: block; }
.checkout-fields label span, .checkout-card > label span { font-size: 12px; color: #A19E98; display: block; margin-bottom: 6px; }
.checkout-fields input, .checkout-card input, .checkout-card textarea {
  width: 100%; box-sizing: border-box; border: 1.5px solid rgba(0,0,0,.14); border-radius: 12px;
  padding: 13px 14px; font-family: "Jost", system-ui, sans-serif; font-size: 15px; color: #2C2C2C; background: #fff;
}
.checkout-fields input:focus, .checkout-card input:focus, .checkout-card textarea:focus { border-color: #FF5C17; outline: none; }
.checkout-yandex { display: flex; align-items: center; gap: 10px; background: #FFE7DC; border: 1.5px solid #FF5C17; border-radius: 12px; padding: 14px 18px; margin-bottom: 18px; font-size: 15px; font-weight: 600; color: #E54A0A; }
.checkout-yandex span { width: 10px; height: 10px; border-radius: 50%; background: #FF5C17; flex: none; }
.checkout-aside { position: sticky; top: 90px; background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 18px; padding: 26px; }
.checkout-aside-title { font-size: 18px; font-weight: 800; margin-bottom: 18px; }
.checkout-items { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; max-height: 260px; overflow: auto; }
.checkout-item { display: flex; justify-content: space-between; gap: 12px; font-size: 13.5px; line-height: 1.4; }
.checkout-item em { color: #A19E98; font-style: normal; }
.checkout-aside-line { display: flex; justify-content: space-between; font-size: 15px; color: #6E6E6E; margin-bottom: 10px; }
.checkout-aside-line.discount { color: #FF5C17; font-weight: 600; }
.checkout-aside-total { display: flex; justify-content: space-between; font-size: 22px; font-weight: 800; margin: 18px 0 16px; padding-top: 14px; border-top: 1px solid rgba(0,0,0,.08); }
.checkout-submit { display: block; width: 100%; background: #FF5C17; color: #fff; border: none; border-radius: 30px; padding: 16px; font-size: 16px; font-weight: 700; cursor: pointer; }
.checkout-submit:hover { background: #E54A0A; }
.checkout-note { font-size: 12px; color: #A19E98; text-align: center; margin-top: 12px; line-height: 1.5; }
.checkout-err { background: #FFE7DC; border-radius: 10px; padding: 10px 14px; font-size: 12.5px; color: #E54A0A; font-weight: 600; margin-bottom: 14px; }
.checkout-done { max-width: 660px; margin: 40px auto; text-align: center; background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 20px; padding: 56px 36px; }
.checkout-done-icon { font-family: "Playfair Display", serif; font-size: 52px; color: #FF5C17; margin-bottom: 10px; }
.checkout-done h1 { font-family: "Playfair Display", serif; font-size: 32px; font-weight: 600; margin-bottom: 10px; }
.checkout-done p { font-size: 15px; color: #6E6E6E; line-height: 1.6; }
.checkout-acct { background: #F7F3EF; border-radius: 14px; padding: 20px 22px; text-align: left; margin: 20px 0; }
.checkout-acct-title { font-size: 13px; font-weight: 700; color: #E54A0A; margin-bottom: 10px; }
.checkout-acct-row { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; margin-bottom: 6px; }
.checkout-acct-row .mono { font-family: ui-monospace, monospace; }
.checkout-done-hint { font-size: 13px; color: #A19E98; }
.checkout-done-hint a { color: #FF5C17; font-weight: 600; }
.checkout-done-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.profile-order { padding: 14px 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.profile-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 20px 0 8px; }
.profile-stat { background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 14px; padding: 18px; }
.profile-stat-n { font-size: 22px; font-weight: 800; margin-bottom: 4px; }
.profile-stat-l { font-size: 13px; color: #A19E98; }
.profile-order-meta { color: #A19E98; font-size: 13px; margin-top: 4px; }
.profile-login { color: #6E6E6E; line-height: 1.6; max-width: 520px; margin-bottom: 12px; }
.profile-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.profile-pvz { margin: 0; padding-left: 18px; color: #6E6E6E; line-height: 1.6; }

@media (max-width: 900px) {
  .checkout-page { padding: 24px 14px 100px; }
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-aside { position: static; }
  .checkout-fields { grid-template-columns: 1fr; }
}

.shop-page { max-width: var(--max); margin: 0 auto; padding: 36px 32px 80px; min-height: 60vh; }
.shop-page h1 {
  font-size: clamp(30px, 4vw, 52px); font-family: var(--serif); font-weight: 700;
  letter-spacing: .01em; margin: 0 0 28px;
}
.shop-page h1 em { color: var(--muted); font-style: normal; font-weight: 600; font-size: .5em; }
.shop-page h1 .fav-n { color: var(--accent); font-weight: 600; font-size: 1.05em; }
.shop-back {
  background: none; border: none; cursor: pointer; font-size: 14px; font-weight: 600;
  color: #6E6E6E; display: flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 0;
}
.shop-back:hover { color: var(--accent); }
.shop-grid { display: grid; grid-template-columns: 1.6fr .9fr; gap: 32px; align-items: start; }
.shop-empty {
  text-align: center; padding: 70px 20px; background: #fff;
  border: 1px solid rgba(0,0,0,.06); border-radius: 20px;
}
.shop-empty .mark { font-family: var(--serif); font-size: 48px; color: var(--accent); margin-bottom: 8px; }
.shop-empty .ttl { font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.shop-empty .sub { font-size: 15px; color: var(--muted); margin-bottom: 24px; }

.cart-card {
  display: flex; gap: 18px; background: #fff; border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px; padding: 16px;
}
.cart-list { display: flex; flex-direction: column; gap: 14px; }
.cart-card img, .cart-card .ph {
  width: 90px; height: 90px; border-radius: 12px; flex: none;
  background: var(--sand); object-fit: cover; cursor: pointer;
}
.cart-card .ph { display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 11px; }
.cart-card-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.cart-card-name { font-size: 16px; font-weight: 600; line-height: 1.3; cursor: pointer; }
.cart-card-meta { font-size: 12px; color: var(--muted); margin: 4px 0 auto; }
.cart-card-side { text-align: right; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; }
.cart-x {
  background: none; border: none; cursor: pointer; color: #C9C5BF; font-size: 22px; line-height: 1;
}
.cart-x:hover { color: var(--accent); }
.cart-line-sum { font-size: 20px; font-weight: 800; }
.cart-aside {
  position: sticky; top: 90px; background: #fff; border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px; padding: 26px;
}
.cart-aside-title { font-size: 18px; font-weight: 800; margin-bottom: 18px; }
.cart-hint {
  background: #FFE7DC; border-radius: 10px; padding: 10px 14px;
  font-size: 12.5px; color: #E54A0A; font-weight: 600; margin-bottom: 16px; text-align: center;
}
.cart-go {
  display: block; width: 100%; text-align: center; background: var(--accent); color: #fff;
  border: none; border-radius: 30px; padding: 16px; font-size: 16px; font-weight: 700; cursor: pointer;
}
.cart-go:hover { background: var(--accent-hover); }

.favs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fav-card {
  background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 16px;
  overflow: hidden; display: flex; flex-direction: column; transition: .18s;
}
.fav-card:hover { box-shadow: 0 12px 30px rgba(28,24,21,.1); transform: translateY(-3px); }
.fav-photo {
  position: relative; aspect-ratio: 1; background: var(--sand);
  display: flex; align-items: center; justify-content: center; overflow: hidden; cursor: pointer;
}
.fav-photo img { width: 100%; height: 100%; object-fit: cover; }
.fav-body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.fav-name { font-size: 15px; font-weight: 600; line-height: 1.25; margin-bottom: 12px; flex: 1; }
.fav-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.fav-price { font-size: 18px; font-weight: 700; }
.fav-add {
  background: var(--accent); color: #fff; border: none; border-radius: 10px;
  width: 42px; height: 42px; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.fav-add:hover { background: var(--accent-hover); }

.prof-page {
  max-width: var(--max); margin: 0 auto; padding: 16px 32px 22px;
  min-height: calc(100vh - 104px); display: flex; flex-direction: column; gap: 12px;
}
.prof-head { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.prof-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 19px; font-weight: 600; flex: none;
}
.prof-name { font-size: clamp(21px, 2.2vw, 28px); font-family: var(--serif); font-weight: 700; margin: 0; line-height: 1.1; }
.prof-status { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.prof-tier { background: #F7F3EF; border-radius: 20px; padding: 7px 15px; font-size: 12.5px; font-weight: 600; color: #6E6E6E; }
.prof-head-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.prof-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.prof-stat {
  text-align: left; background: #fff; border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px; padding: 13px 16px; font: inherit; color: inherit;
}
.prof-stat.clickable { cursor: pointer; }
.prof-stat.clickable:hover { border-color: var(--accent); }
.prof-stat.dark { background: #2C2C2C; border-color: #2C2C2C; }
.prof-stat .n { font-size: 22px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.prof-stat.dark .n { color: var(--accent); }
.prof-stat .l { font-size: 11.5px; color: var(--muted); margin-top: 4px; }
.prof-stat.dark .l { color: #A8A39D; }
.prof-grid { flex: 1; min-height: 0; display: grid; grid-template-columns: 1fr 1.12fr; gap: 12px; }
.prof-card {
  background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 16px; padding: 18px 20px;
  display: flex; flex-direction: column; min-height: 0;
}
.prof-lbl {
  font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--accent);
}
.prof-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.prof-fields label, .prof-card label { display: block; }
.prof-fields span, .prof-card label span { font-size: 11.5px; color: var(--muted); display: block; margin-bottom: 5px; }
.prof-fields input, .prof-add input {
  width: 100%; box-sizing: border-box; border: 1.5px solid rgba(0,0,0,.12);
  border-radius: 10px; padding: 10px 12px; font-size: 14px; outline: none; color: #2C2C2C;
}
.prof-fields input:focus, .prof-add input:focus { border-color: var(--accent); }
.prof-login-box {
  margin-top: 12px; background: #F7F3EF; border-radius: 10px; padding: 11px 14px;
  display: flex; justify-content: space-between; gap: 10px; align-items: center; flex-wrap: wrap;
}
.prof-pvz-item {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  border: 1px solid rgba(0,0,0,.07); border-radius: 10px; padding: 10px 12px;
}
.prof-add { display: flex; gap: 8px; }
.prof-add button {
  background: #2C2C2C; color: #fff; border: none; border-radius: 10px;
  padding: 10px 18px; font-size: 13.5px; font-weight: 600; cursor: pointer; flex: none;
}
.prof-order { border: 1px solid rgba(0,0,0,.08); border-radius: 12px; padding: 14px 16px; }
.prof-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin: 10px 0; }
.prof-step-bar { height: 3px; border-radius: 3px; margin-bottom: 5px; }
.prof-step-l { font-size: 10.5px; line-height: 1.25; }

.svc-hero {
  background: #2C2C2C; color: #FAFAFA; border-radius: 24px; padding: clamp(28px, 4vw, 52px); margin-bottom: 22px;
}
.svc-hero h1 {
  font-family: var(--serif); font-size: clamp(32px, 4.6vw, 58px); font-weight: 500;
  line-height: 1.05; margin: 0 0 16px; max-width: 760px; color: #FAFAFA;
}
.svc-hero h1 em { font-style: italic; color: var(--accent); }
.svc-hero p { font-size: 16.5px; line-height: 1.6; color: #C9C5BF; max-width: 620px; margin: 0 0 28px; }
.svc-kpis { display: flex; flex-wrap: wrap; gap: 14px; }
.svc-kpi {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 14px 20px;
}
.svc-kpi .n { font-family: var(--serif); font-size: 26px; font-weight: 600; line-height: 1; }
.svc-kpi .l { font-size: 12.5px; color: #A8A39D; margin-top: 4px; }
.svc-two { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 22px; }
.svc-box { background: #fff; border: 1px solid rgba(0,0,0,.07); border-radius: 22px; padding: clamp(24px, 3vw, 34px); }
.svc-box.cream { background: #F1EDE8; border-color: rgba(0,0,0,.05); }
.svc-box h2 { font-family: var(--serif); font-size: 27px; font-weight: 600; line-height: 1.15; margin: 0 0 10px; }
.svc-box p { font-size: 14.5px; line-height: 1.6; color: #6E6A64; margin: 0 0 24px; }
.svc-step { display: flex; gap: 16px; padding: 14px 0; border-top: 1px solid rgba(0,0,0,.07); }
.svc-step:last-of-type { border-bottom: 1px solid rgba(0,0,0,.07); }
.svc-step .num { font-size: 13px; font-weight: 700; color: var(--accent); min-width: 22px; }
.svc-need { background: #fff; border: 1px solid rgba(0,0,0,.07); border-radius: 22px; padding: clamp(24px, 3vw, 34px); margin-bottom: 22px; }
.svc-need-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-cta {
  background: #FFE7DC; border-radius: 22px; padding: clamp(24px, 3vw, 36px);
  display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: center;
}

.modal-bg.open { align-items: center; }
.quiz-shell {
  background: #fff; border-radius: 22px; width: min(980px, 100%);
  max-height: 90vh; overflow: hidden; display: flex;
}
.quiz-rail {
  flex: 0 0 272px; background: #F7F3EF; padding: 32px 28px;
  display: flex; flex-direction: column; gap: 22px; overflow-y: auto;
}
.quiz-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.quiz-bar { height: 4px; background: #EAE6E2; flex: none; }
.quiz-bar > i { display: block; height: 100%; background: var(--accent); transition: width .3s; }
.quiz-body { padding: 30px 38px 22px; overflow-y: auto; flex: 1; }
.quiz-foot {
  padding: 16px 38px 26px; display: flex; align-items: center; justify-content: space-between;
  gap: 14px; border-top: 1px solid rgba(0,0,0,.06); flex: none;
}
.quiz-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quiz-opt {
  text-align: left; background: #F7F3EF; border: 1.5px solid transparent;
  border-radius: 12px; padding: 16px 18px; cursor: pointer;
  display: flex; align-items: center; gap: 13px; font: inherit;
}
.quiz-opt.on { background: #FFE7DC; border-color: var(--accent); }
.quiz-dot {
  width: 20px; height: 20px; border-radius: 50%; border: 2px solid #C9C5BF;
  flex: none; display: flex; align-items: center; justify-content: center;
}
.quiz-opt.on .quiz-dot { border-color: var(--accent); }
.quiz-dot i { width: 10px; height: 10px; border-radius: 50%; background: transparent; }
.quiz-opt.on .quiz-dot i { background: var(--accent); }
.quiz-ways { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.quiz-way {
  border-radius: 22px; padding: 8px 16px; font-size: 13.5px; font-weight: 600; cursor: pointer;
  background: #fff; color: #2C2C2C; border: 1.5px solid rgba(0,0,0,.14);
}
.quiz-way.on { background: #2C2C2C; color: #fff; border-color: #2C2C2C; }
.quiz-sum { background: #F7F3EF; border-radius: 14px; padding: 18px 20px; display: flex; flex-direction: column; gap: 9px; }
.quiz-next {
  background: var(--accent); color: #fff; border: none; border-radius: 30px;
  padding: 0 30px; height: 50px; font-size: 15px; font-weight: 600; cursor: pointer;
}
.quiz-next:disabled { background: #D9D3CB; cursor: not-allowed; opacity: .85; }

@media (max-width: 900px) {
  .shop-page { padding: 24px 14px 100px; }
  .shop-grid, .svc-two, .svc-need-grid, .prof-grid, .prof-stats { grid-template-columns: 1fr; }
  .favs-grid { grid-template-columns: repeat(2, 1fr); }
  .cart-aside { position: static; }
  .quiz-rail { display: none; }
  .quiz-body, .quiz-foot { padding-left: 22px; padding-right: 22px; }
  .quiz-opts { grid-template-columns: 1fr; }
  .prof-page { padding: 12px 14px 100px; height: auto; }
  .prof-fields { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .cart-card { flex-wrap: wrap; }
  .cart-card-side { width: 100%; flex-direction: row; align-items: center; }
}
