/* ============ Inko Nails — бордо · леопард · стекло ============ */
:root {
  --wine: #7a0c1c;
  --wine-2: #a3172d;
  --wine-deep: #4b0711;
  --ink: #1e0408;
  --paper: #f7f3ef;
  --cream: #efe9e3;
  --milk: #fffdfb;
  --text: #2a1418;
  --muted: #7d6a6d;
  --line: rgba(122, 12, 28, .14);
  --gold: #c9a067;
  --gold-2: #ecd7ab;
  --ok: #2f7a55;
  --err: #b3261e;
  --script: "Great Vibes", "Segoe Script", cursive;
  --display: "Forum", "Cormorant Garamond", Georgia, serif;
  --serif-i: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --spring: cubic-bezier(.34, 1.56, .64, 1);
  --glass-dark: rgba(58, 7, 17, .86);
  --glass-edge: rgba(255, 255, 255, .14);
}

* { box-sizing: border-box; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
html, body { overflow-x: clip; }
body { margin: 0; background: var(--paper); color: var(--text); font: 16px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3 { margin: 0; font-weight: 400; }
.muted { color: var(--muted); }
.script { font-family: var(--script); font-weight: 400; text-transform: none; letter-spacing: 0; }

/* ---------- стекло ---------- */
.glass { background: var(--glass-dark); backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4); border: 1px solid var(--glass-edge);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 20px 50px -20px rgba(30,4,8,.6); }

/* ---------- кнопки ---------- */
.btn { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 16px 30px; border-radius: 999px; border: 0; cursor: pointer; text-decoration: none;
  font: 600 15px/1 var(--sans); letter-spacing: .02em; transition: transform .2s, box-shadow .25s, filter .2s; }
.btn-wine { color: #fff5f2;
  background: linear-gradient(180deg, #b81d36 0%, var(--wine) 55%, #650917 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), inset 0 -2px 6px rgba(0,0,0,.25), 0 12px 26px -10px rgba(122,12,28,.75); }
.btn-wine::before { content: ""; position: absolute; left: 12%; right: 12%; top: 2px; height: 42%;
  border-radius: 999px; background: linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,0)); pointer-events: none; }
.btn-wine:hover { filter: brightness(1.1); transform: translateY(-1px); }
.btn:active, .btn.pressed { transform: scale(.96); }
.btn:disabled { filter: grayscale(.6) opacity(.45); cursor: not-allowed; transform: none; }
.btn-ghost { color: var(--wine); background: rgba(255,255,255,.4); box-shadow: inset 0 0 0 1.5px var(--wine); }
.btn-ghost:hover { background: var(--wine); color: #fff5f2; }
.btn-small { padding: 11px 20px; font-size: 14px; }
.ripple { position: absolute; border-radius: 50%; background: rgba(255,255,255,.55); transform: scale(0);
  animation: ripple .7s ease-out forwards; pointer-events: none; }
@keyframes ripple { to { transform: scale(4); opacity: 0; } }

/* ---------- шапка ---------- */
.topbar { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; gap: 28px;
  padding: 12px clamp(16px, 4vw, 48px);
  background: linear-gradient(180deg, rgba(74, 7, 18, .9), rgba(44, 5, 12, .9));
  backdrop-filter: blur(16px) saturate(1.3); -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border-bottom: 1px solid rgba(255,255,255,.08); color: #f6ece6; }
.logo { display: inline-flex; align-items: baseline; gap: 6px; text-decoration: none; line-height: 1; }
.logo-script { font: 34px/1 var(--script); color: var(--gold-2); }
.logo-caps { font: 17px/1 var(--display); letter-spacing: .32em; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { text-decoration: none; font-size: 14px; font-weight: 500; opacity: .78; transition: opacity .2s; }
.nav a:hover { opacity: 1; }

/* ---------- 1. герой ---------- */
.hero { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 30px;
  max-width: 1320px; margin: 0 auto; padding: clamp(36px, 6vw, 80px) clamp(16px, 4vw, 48px) clamp(48px, 6vw, 90px);
  min-height: min(880px, calc(100svh - 60px)); }
.hero::before { content: ""; position: absolute; inset: -10% 0 auto auto; width: 70%; height: 90%; z-index: -1;
  background: radial-gradient(closest-side, rgba(163, 23, 45, .12), transparent); }
.hero-hello { font-size: clamp(34px, 4vw, 50px); color: var(--wine); margin: 0 0 -6px 4px; line-height: 1.1; }
.hero-title { font: clamp(78px, 11.5vw, 176px)/.84 var(--display); letter-spacing: .01em; color: var(--wine);
  display: flex; flex-direction: column; }
.hero-title span:last-child {
  background: linear-gradient(180deg, rgba(122,12,28,.1), rgba(122,12,28,.35)), url("img/decor/fur.jpg") center 40% / 140% auto;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: sepia(.45) saturate(1.7) brightness(.82) contrast(1.15); }
.hero-lead { font-size: clamp(17px, 1.6vw, 20px); color: #4a2a30; max-width: 33ch; margin: 26px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust { list-style: none; padding: 0; margin: 30px 0 0; display: flex; flex-wrap: wrap; gap: 10px 22px;
  font-size: 14px; font-weight: 600; color: var(--wine-deep); }
.trust li::before { content: "✦"; color: var(--gold); margin-right: 8px; }

.hero-stage { position: relative; height: clamp(460px, 52vw, 680px); }
.fur-panel { position: absolute; right: 0; top: 0; bottom: 0; width: 80%; border-radius: 36px; overflow: hidden;
  background: #3a2414; box-shadow: 0 40px 80px -40px rgba(30,4,8,.8), inset 0 0 0 1px rgba(255,255,255,.08); }
canvas.fur { position: absolute; inset: 0; width: 100%; height: 100%; display: block; opacity: 0; transition: opacity 1s; }
canvas.fur.ready, canvas.fur[style*="background-image"] { opacity: 1; }
.fur-shade { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(120deg, rgba(75,7,17,.55) 0%, rgba(75,7,17,0) 45%),
              radial-gradient(120% 90% at 100% 100%, rgba(30,4,8,.45), transparent 60%);
  box-shadow: inset 0 0 80px rgba(30,4,8,.45); }

/* фото-лента в бордовой рамке */
.strip { position: absolute; left: 2%; top: 7%; width: clamp(190px, 19vw, 250px); margin: 0; z-index: 3;
  padding: 12px 12px 0; background: linear-gradient(180deg, #8a1022, var(--wine) 40%, #5e0915);
  box-shadow: 0 30px 60px -20px rgba(30,4,8,.7), inset 0 1px 0 rgba(255,255,255,.2);
  transform: rotate(-5deg); animation: sway 7s ease-in-out infinite; transform-origin: 50% -30px; }
@keyframes sway { 50% { transform: rotate(-3deg); } }
.strip-frames { display: grid; gap: 10px; }
.strip-frames img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; background: var(--cream); }
.strip figcaption { font-size: 34px; color: var(--gold-2); text-align: center; padding: 14px 0 16px; line-height: 1; }
.clip { position: absolute; width: 92px; height: 74px; filter: drop-shadow(0 6px 6px rgba(30,4,8,.35)); z-index: 4; }
.clip-strip { left: 50%; top: -50px; transform: translateX(-50%); }

.star { position: absolute; z-index: 4; filter: drop-shadow(0 12px 14px rgba(30,4,8,.45)); animation: float 6s ease-in-out infinite; }
.star-a { width: 118px; height: 118px; right: -18px; top: -26px; --r: 14deg; }
.star-b { width: 80px; height: 80px; right: 6%; bottom: -30px; --r: -18deg; animation-delay: -3s; }
@keyframes float { 0%, 100% { transform: rotate(var(--r)) translateY(0); } 50% { transform: rotate(calc(var(--r) + 6deg)) translateY(-10px); } }

/* хромированный курсор */
.cursor { position: absolute; left: 0; top: 0; width: 64px; height: 64px; z-index: 30; pointer-events: none;
  filter: drop-shadow(4px 10px 10px rgba(30,4,8,.35)); opacity: 0;
  transition: transform 1.4s cubic-bezier(.45,.05,.25,1), opacity .5s; }
.cursor.show { opacity: 1; }
.cursor.click { animation: cclick .35s ease; }
@keyframes cclick { 50% { scale: .82; } }

/* ---------- 2. бегущая строка ---------- */
.marquee { position: relative; overflow: hidden; background: linear-gradient(180deg, #8d1124, var(--wine) 50%, #5c0814);
  color: #f7ebe4; padding: 18px 0; box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3); }
.marquee-track { display: flex; width: max-content; gap: 34px; align-items: center; animation: marquee 38s linear infinite; }
.marquee-track span { font: 30px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.marquee-track span.s { font: 38px/1 var(--script); text-transform: none; letter-spacing: 0; color: var(--gold-2); }
.marquee-track i { font-style: normal; color: var(--gold); font-size: 18px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- секции ---------- */
.section { max-width: 1240px; margin: 0 auto; padding: clamp(64px, 9vw, 120px) clamp(16px, 4vw, 48px); }
.s-head { margin-bottom: clamp(30px, 4vw, 52px); }
.s-head .script { font-size: clamp(34px, 4vw, 52px); color: var(--wine); margin: 0 0 -14px 2px; line-height: 1.2;
  position: relative; z-index: 1; }
.s-head h2 { font: clamp(44px, 6.5vw, 84px)/1 var(--display); text-transform: uppercase; letter-spacing: .02em; color: var(--ink); }
.s-sub { color: var(--muted); max-width: 52ch; margin: 16px 0 0; }
.s-head-light .script { color: var(--gold-2); }
.s-head-light h2 { color: #fbefe9; }
.s-head-light .s-sub { color: rgba(251,239,233,.72); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- 3. работы ---------- */
.gallery { columns: 3 280px; column-gap: 18px; }
.tile { position: relative; display: block; width: 100%; margin: 0 0 18px; padding: 0; border: 0; cursor: zoom-in;
  break-inside: avoid; background: var(--cream); border-radius: 4px; overflow: hidden; text-align: left; }
.tile img { width: 100%; height: auto; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .6s; }
.tile:hover img { transform: scale(1.05); filter: saturate(1.1); }
.tile figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 10px 14px; border-radius: 12px;
  color: #fbefe9; font-size: 14px; font-weight: 600; background: rgba(30,4,8,.45);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.14);
  transform: translateY(8px); opacity: .0; transition: .35s; }
.tile:hover figcaption, .tile:focus-visible figcaption { transform: none; opacity: 1; }
.tile.pinned { overflow: visible; padding: 10px 10px 34px; background: var(--milk);
  box-shadow: 0 18px 40px -22px rgba(30,4,8,.5); transform: rotate(-1.4deg); margin-top: 26px; }
.tile.pinned:nth-child(even) { transform: rotate(1.2deg); }
.tile.pinned .clip { top: -34px; left: 50%; transform: translateX(-50%) rotate(-4deg); width: 64px; height: 52px; }
.tile.pinned .img-wrap { overflow: hidden; }
.tile.pinned figcaption { position: static; opacity: 1; transform: none; background: none; border: 0; backdrop-filter: none;
  color: var(--wine); padding: 8px 2px 0; font: 26px/1 var(--script); }

/* ---------- 4. прайс ---------- */
.prices-wrap { position: relative; max-width: none; background: var(--cream); padding-left: 0; padding-right: 0; overflow: hidden; }
.lace { position: absolute; left: 0; top: 0; bottom: 0; width: 120px; pointer-events: none;
  filter: drop-shadow(3px 0 4px rgba(75,7,17,.25)); }
.lace svg { display: block; height: 100%; }
.prices-inner { max-width: 1240px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 48px) 0 clamp(150px, 14vw, 190px); }
.prices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.price-group { background: rgba(255,253,251,.82); border: 1px solid var(--line); border-radius: 24px; padding: 28px 28px 16px;
  box-shadow: 0 20px 40px -30px rgba(75,7,17,.35); }
.price-group h3 { font: 30px/1.1 var(--display); text-transform: uppercase; letter-spacing: .06em; color: var(--wine); margin-bottom: 8px; }
.pg-note { font: italic 500 17px/1.35 var(--serif-i); color: var(--muted); margin: 0 0 8px; }
.price-row { display: grid; grid-template-columns: 1fr auto auto 40px; align-items: center; gap: 12px; padding: 12px 0;
  border-top: 1px dashed rgba(122,12,28,.18); }
.price-row:first-of-type { border-top: 0; }
.price-time { color: var(--muted); font-size: 13px; white-space: nowrap; }
.price-val { font-weight: 700; white-space: nowrap; }
.add { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--wine); background: transparent; color: var(--wine);
  cursor: pointer; display: grid; place-items: center; font-size: 20px; line-height: 1; transition: .25s var(--spring); }
.add:hover { background: rgba(122,12,28,.08); transform: scale(1.08); }
.add[aria-pressed="true"] { background: var(--wine); color: #fff; transform: rotate(360deg); }

/* корзинка */
.basket-fab { position: fixed; right: 24px; bottom: 24px; z-index: 45; display: flex; align-items: center; gap: 10px;
  padding: 10px 18px 10px 12px; border-radius: 999px; cursor: pointer; color: #fbefe9;
  transition: transform .45s var(--spring), opacity .3s; }
.basket-fab[hidden] { display: flex; transform: translateY(140%) scale(.6); opacity: 0; pointer-events: none; }
.basket-fab svg { width: 44px; height: 38px; }
.basket-count { position: absolute; left: 36px; top: 4px; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 99px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: var(--ink); font-size: 12px; font-weight: 700;
  display: grid; place-items: center; box-shadow: 0 2px 6px rgba(0,0,0,.3); }
.basket-sum { font-weight: 700; font-size: 15px; white-space: nowrap; }
.basket-fab.bump { animation: bump .5s var(--spring); }
@keyframes bump { 40% { transform: scale(1.12) rotate(-4deg); } }
.basket-panel { position: fixed; right: 24px; bottom: 96px; z-index: 46; width: min(360px, calc(100vw - 32px));
  border-radius: 24px; padding: 18px 20px 20px; color: #fbefe9; transform-origin: bottom right;
  animation: pop .4s var(--spring); }
.basket-panel[hidden] { display: none; }
@keyframes pop { from { transform: scale(.7); opacity: 0; } }
.bp-head { display: flex; align-items: center; justify-content: space-between; }
.bp-head .script { font-size: 34px; color: var(--gold-2); }
.bp-close { background: none; border: 0; color: inherit; font-size: 28px; cursor: pointer; opacity: .7; }
.bp-list { list-style: none; margin: 8px 0; padding: 0; max-height: 40vh; overflow: auto; }
.bp-list li { display: flex; gap: 10px; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }
.bp-list li span:first-child { flex: 1; }
.bp-list button { background: none; border: 0; color: inherit; opacity: .6; cursor: pointer; font-size: 18px; }
.bp-total { display: flex; justify-content: space-between; font-weight: 700; margin: 12px 0 16px; }
.bp-go { width: 100%; }

/* ---------- 5. почему я ---------- */
.why { position: relative; overflow: hidden; background: var(--ink); color: #fbefe9; }
.why canvas.fur { opacity: 0; }
.why canvas.fur.ready, .why canvas.fur[style*="background-image"] { opacity: 1; }
.why-shade { position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(30,4,8,.35) 0%, rgba(40,4,10,.88) 42%, rgba(30,4,8,.95) 100%); }
.why-inner { position: relative; max-width: 1240px; margin: 0 auto; padding: clamp(70px, 9vw, 130px) clamp(16px, 4vw, 48px);
  display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.why-photo { position: relative; margin: 0; padding: 14px 14px 0; background: var(--milk); transform: rotate(-3deg);
  box-shadow: 0 40px 70px -30px rgba(0,0,0,.8); max-width: 380px; justify-self: center; }
.why-photo img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.why-photo figcaption { font-size: 38px; color: var(--wine); text-align: center; padding: 12px 0 16px; line-height: 1; }
.why-photo .clip { top: -38px; left: 50%; transform: translateX(-50%) rotate(3deg); }
.why-text .script { font-size: clamp(34px, 4vw, 52px); color: var(--gold-2); margin: 0 0 -12px; }
.why-text h2 { font: clamp(40px, 5.2vw, 70px)/1.02 var(--display); text-transform: uppercase; letter-spacing: .02em; margin-bottom: 34px; }
.reasons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.reason { padding: 22px 22px 20px; border-radius: 22px; background: rgba(255,255,255,.06);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1); transition: transform .4s var(--spring), background .3s; }
.reason:hover { transform: translateY(-4px); background: rgba(255,255,255,.09); }
.reason b { display: block; font: 15px/1 var(--display); color: var(--gold); letter-spacing: .1em; }
.reason h3 { font: 26px/1.1 var(--display); text-transform: uppercase; letter-spacing: .06em; margin: 12px 0 8px; }
.reason p { margin: 0; color: rgba(251,239,233,.72); font-size: 15px; }

/* ---------- 6. отзывы: переписка ---------- */
.reviews .s-head { text-align: center; }
.chat { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.msg { max-width: 78%; position: relative; padding: 14px 20px 16px; font-size: 16px; line-height: 1.45;
  opacity: 0; transform: scale(.4); transition: opacity .3s, transform .55s var(--spring); }
.msg.in { opacity: 1; transform: none; }
.msg small { display: block; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; opacity: .7; margin-bottom: 2px; }
.msg.client { align-self: flex-start; transform-origin: 0 100%; color: #fff4f1; border-radius: 26px 26px 26px 8px;
  background: linear-gradient(160deg, rgba(178,28,52,.95), rgba(122,12,28,.92) 60%, rgba(92,8,20,.95));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), inset 0 -8px 18px rgba(0,0,0,.18), 0 16px 30px -16px rgba(122,12,28,.7); }
.msg.master { align-self: flex-end; transform-origin: 100% 100%; color: var(--text); border-radius: 26px 26px 8px 26px;
  background: rgba(255,255,255,.62); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(122,12,28,.14); box-shadow: inset 0 1px 0 #fff, 0 16px 30px -18px rgba(75,7,17,.35); }
.msg::before { content: ""; position: absolute; left: 14px; right: 14px; top: 3px; height: 40%; border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0)); pointer-events: none; }
.msg.master::before { opacity: .5; }
.msg.client::after, .msg.master::after { content: ""; position: absolute; bottom: 0; width: 20px; height: 18px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Cpath d='M9 0C9 8 6 14 0 18C8 18.5 15 16 20 11V0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Cpath d='M9 0C9 8 6 14 0 18C8 18.5 15 16 20 11V0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
.msg.client::after { left: -9px; background: #6f0a19; }
.msg.master::after { right: -9px; background: rgba(255,255,255,.8); transform: scaleX(-1); }
.typing { align-self: flex-start; display: flex; gap: 5px; padding: 14px 18px; border-radius: 22px 22px 22px 8px;
  background: rgba(122,12,28,.12); }
.typing.right { align-self: flex-end; border-radius: 22px 22px 8px 22px; }
.typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--wine); opacity: .4; animation: dot 1s infinite; }
.typing i:nth-child(2) { animation-delay: .15s; } .typing i:nth-child(3) { animation-delay: .3s; }
@keyframes dot { 30% { opacity: 1; transform: translateY(-3px); } }
.demo-note { text-align: center; color: var(--muted); font-size: 13px; margin-top: 26px; }

/* ---------- 7. запись ---------- */
.booking { position: relative; overflow: hidden; color: #fbefe9;
  background: radial-gradient(900px 520px at 8% 0%, rgba(184,29,54,.55), transparent 60%),
              radial-gradient(700px 500px at 100% 100%, rgba(201,160,103,.18), transparent 60%),
              linear-gradient(165deg, #6a0a18 0%, #3d0610 55%, #22040a 100%); }
.booking-inner { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) clamp(16px, 4vw, 48px); padding-right: clamp(16px, 22vw, 330px); }
.booking-card { border-radius: 30px; padding: clamp(20px, 4vw, 40px); display: grid; gap: 34px; min-width: 0;
  background: #fffaf7; color: var(--text); border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.7), inset 0 1px 0 #fff; }
.booking-card > * { min-width: 0; }
.step-title { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font: 600 13px/1 var(--sans);
  text-transform: uppercase; letter-spacing: .14em; margin-bottom: 16px; color: var(--wine-deep); }
.step-n { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; font-size: 12px; letter-spacing: 0;
  color: #fff; background: linear-gradient(180deg, #b81d36, var(--wine)); box-shadow: inset 0 1px 0 rgba(255,255,255,.35); }
.legend { margin-left: auto; display: flex; align-items: center; gap: 6px; text-transform: none; letter-spacing: 0; font-weight: 500; color: var(--muted); }
.lg { width: 14px; height: 14px; border-radius: 4px; display: inline-block; margin-left: 10px; }
.lg-free { box-shadow: inset 0 0 0 1.5px var(--line); background: #fff; }
.lg-booked { background: linear-gradient(135deg, var(--wine), var(--ink)); }

.days { display: flex; gap: 10px; overflow-x: auto; padding: 4px 2px 12px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.day { flex: 0 0 auto; scroll-snap-align: start; min-width: 76px; padding: 12px 10px; border-radius: 18px; cursor: pointer;
  border: 1.5px solid var(--line); background: #fff; text-align: center; color: var(--text); transition: .25s; }
.day .wd { display: block; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.day .dt { display: block; font: 24px/1.2 var(--display); }
.day .cnt { display: block; font-size: 11px; color: var(--wine); font-weight: 700; min-height: 1em; }
.day:hover { border-color: var(--wine-2); transform: translateY(-2px); }
.day[aria-selected="true"] { color: #fff; border-color: transparent;
  background: linear-gradient(180deg, #b81d36, var(--wine) 60%, #5e0915); box-shadow: 0 10px 20px -10px rgba(122,12,28,.8); }
.day[aria-selected="true"] .wd, .day[aria-selected="true"] .cnt { color: var(--gold-2); }
.day.full { opacity: .5; }

.times { display: grid; grid-template-columns: repeat(auto-fill, minmax(98px, 1fr)); gap: 10px; }
.slot { padding: 15px 8px; border-radius: 16px; border: 1.5px solid var(--line); background: #fff; color: var(--text);
  font: 600 17px/1 var(--sans); cursor: pointer; transition: .25s var(--spring); position: relative; overflow: hidden; }
.slot:hover:not(:disabled) { border-color: var(--wine); color: var(--wine); transform: translateY(-2px); }
.slot[aria-pressed="true"] { color: #fff; border-color: transparent;
  background: linear-gradient(180deg, #b81d36, var(--wine)); box-shadow: 0 10px 20px -10px rgba(122,12,28,.8); }
.slot.booked { cursor: not-allowed; border-color: transparent; color: rgba(255,240,236,.45);
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 6px, transparent 6px 12px),
              linear-gradient(135deg, var(--wine), var(--ink)); text-decoration: line-through; }
.slot.closed { opacity: .4; cursor: not-allowed; }
.slot.flash { animation: bump .8s var(--spring); }

.chosen { font: 30px/1.2 var(--display); color: var(--wine); margin-bottom: 14px; }
.chosen.empty { color: var(--muted); font-size: 24px; }
.basket-in-form { margin: -4px 0 18px; padding: 14px 16px; border-radius: 16px; background: rgba(122,12,28,.06);
  border: 1px dashed rgba(122,12,28,.25); font-size: 14px; }
.basket-in-form b { color: var(--wine); }
.form { display: grid; gap: 18px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; border: 0; margin: 0; padding: 0; min-width: 0; }
.field > span, .legend-title { font-size: 14px; font-weight: 600; }
.field em, .legend-title em { font-style: normal; color: var(--muted); font-weight: 400; }
.req { color: var(--wine); }
.field input, .field textarea { width: 100%; padding: 15px 16px; border-radius: 16px; border: 1.5px solid var(--line);
  background: #fbf7f4; font: inherit; color: var(--text); transition: border-color .2s, background .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--wine); background: #fff; box-shadow: 0 0 0 4px rgba(122,12,28,.1); }
.field input.invalid { border-color: var(--err); }
.field textarea { resize: vertical; min-height: 96px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips label { position: relative; }
.chips input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; pointer-events: none; }
.chips span { display: inline-block; padding: 10px 17px; border-radius: 99px; border: 1.5px solid var(--line); cursor: pointer;
  font-size: 14px; font-weight: 500; transition: .2s; background: #fff; }
.chips input:checked + span { color: #fff; border-color: transparent; background: linear-gradient(180deg, #b81d36, var(--wine)); }
.chips input:focus-visible + span { outline: 2px solid var(--wine); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-foot { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.form-msg { margin: 0; font-weight: 600; }
.form-msg.ok { color: var(--ok); }
.form-msg.err { color: var(--err); }
.fine { font-size: 12px; color: var(--muted); margin: 0; }

.my-requests { display: grid; gap: 10px; margin-bottom: 20px; }
.myreq { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding: 14px 18px; border-radius: 18px;
  background: rgba(255,255,255,.1); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.16); }
.myreq .when { font: 22px/1.2 var(--display); }
.badge { padding: 6px 12px; border-radius: 99px; font-size: 13px; font-weight: 700; background: rgba(255,255,255,.9); color: var(--text); }
.badge.pending { color: #8a5a00; }
.badge.approved { background: #2f7a55; color: #fff; }
.badge.rejected, .badge.cancelled { color: var(--err); }
.myreq .x { margin-left: auto; background: none; border: 0; font-size: 22px; cursor: pointer; color: inherit; opacity: .6; }

/* свисающий телефон */
.hang-phone { position: absolute; z-index: 1; top: -8px; right: clamp(20px, 6vw, 110px); width: 170px; text-decoration: none;
  transform-origin: 50% 0; animation: swing 4.8s ease-in-out infinite; }
.hang-phone svg { width: 170px; height: 425px; display: block; filter: drop-shadow(10px 24px 18px rgba(0,0,0,.45)); }
.hang-phone:hover { animation-duration: 1.6s; }
.hang-label { position: absolute; left: -30px; top: 440px; width: 240px; text-align: center; color: #fbefe9; }
.hang-label .script { display: block; font-size: 30px; color: var(--gold-2); line-height: 1.1; }
.hang-label b { font: 20px/1.4 var(--display); letter-spacing: .06em; }
@keyframes swing { 0%, 100% { transform: rotate(3deg); } 50% { transform: rotate(-3deg); } }

/* ---------- 8. вопросы ---------- */
.faq { max-width: 860px; display: grid; gap: 12px; }
.faq details { background: var(--milk); border: 1px solid var(--line); border-radius: 20px; padding: 0 24px; transition: box-shadow .3s; }
.faq details[open] { box-shadow: 0 20px 40px -30px rgba(75,7,17,.4); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 16px; padding: 20px 0;
  font: 22px/1.25 var(--display); color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; margin-left: auto; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%;
  display: grid; place-items: center; font: 22px/1 var(--sans); color: var(--wine); border: 1.5px solid var(--wine);
  transition: transform .35s var(--spring), background .2s, color .2s; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--wine); color: #fff; }
.faq details p { margin: 0 0 20px; color: #5a4247; }

/* ---------- 9. контакты / подвал ---------- */
.contacts { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: end; }
.contacts .script { font-size: clamp(34px, 4vw, 52px); color: var(--wine); margin: 0 0 -14px; }
.contacts h2 { font: clamp(44px, 6.5vw, 84px)/1 var(--display); text-transform: uppercase; margin-bottom: 20px; }
.c-line { margin: 6px 0; font-size: 17px; }
.c-phone { font: 34px/1.3 var(--display); color: var(--wine); text-decoration: none; letter-spacing: .03em; }
.contact-links { display: grid; gap: 14px; justify-items: start; }
.contact-social { display: flex; flex-wrap: wrap; gap: 10px; }
.footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
  padding: 26px clamp(16px, 4vw, 48px) calc(26px + env(safe-area-inset-bottom)); background: var(--ink); color: rgba(251,239,233,.7); font-size: 14px; }

/* ---------- мобильная панель ---------- */
.mobile-bar { display: none; }

/* ---------- лайтбокс ---------- */
.lightbox { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 20px;
  background: rgba(20,3,6,.88); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); animation: pop .3s ease; }
.lightbox[hidden] { display: none; }
.lightbox img { max-height: 88vh; border-radius: 6px; box-shadow: 0 40px 80px rgba(0,0,0,.6); }
.lb-close { position: absolute; top: 12px; right: 18px; background: none; border: 0; color: #fff; font-size: 42px; cursor: pointer; }

/* ---------- адаптив ---------- */
@media (max-width: 1100px) {
  .booking-inner { padding-right: clamp(16px, 4vw, 48px); padding-top: 150px; }
  .hang-phone { width: 90px; right: 18px; top: -10px; }
  .hang-phone svg { width: 90px; height: 225px; }
  .hang-label { display: none; }
}
@media (max-width: 960px) {
  .nav { display: none; }
  .topbar .btn-small { margin-left: auto; }
  .hero { grid-template-columns: 1fr; min-height: 0; gap: 70px; }
  .hero-stage { height: 520px; }
  .why-inner { grid-template-columns: 1fr; }
  .why-shade { background: linear-gradient(180deg, rgba(30,4,8,.55), rgba(30,4,8,.92) 40%); }
  .prices { grid-template-columns: 1fr; }
  .contacts { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  body { padding-bottom: 84px; }
  .topbar { gap: 12px; }
  .logo-script { font-size: 30px; }
  .hero { padding-top: 26px; }
  .hero-stage { height: 440px; margin-right: -8px; }
  .fur-panel { width: 86%; border-radius: 28px; }
  .strip { width: 168px; left: 0; top: 10%; padding: 9px 9px 0; }
  .strip-frames { gap: 7px; }
  .strip figcaption { font-size: 26px; padding: 10px 0 12px; }
  .star-a { width: 86px; height: 86px; right: -6px; top: -30px; }
  .star-b { width: 58px; height: 58px; }
  .cursor { width: 48px; height: 48px; }
  .marquee-track span { font-size: 22px; } .marquee-track span.s { font-size: 30px; }
  .gallery { columns: 2; column-gap: 10px; }
  .tile { margin-bottom: 10px; }
  .tile.pinned { padding: 6px 6px 26px; }
  .tile.pinned figcaption { font-size: 20px; }
  .lace { width: 58px; }
  .lace svg { width: 120px; transform: scale(.5); transform-origin: 0 0; height: 200%; }
  .prices-inner { padding-left: 74px; padding-right: 14px; }
  .price-group { padding: 20px 16px 10px; }
  .price-row { grid-template-columns: 1fr auto 36px; gap: 8px 10px; }
  .price-time { grid-column: 1; grid-row: 2; margin-top: -8px; }
  .price-val { grid-column: 2; grid-row: 1 / span 2; }
  .add { grid-column: 3; grid-row: 1 / span 2; }
  .reasons { grid-template-columns: 1fr; }
  .why-photo { max-width: 270px; }
  .msg { max-width: 88%; }
  .grid2 { grid-template-columns: 1fr; }
  .legend { margin-left: 0; width: 100%; } .lg { margin-left: 0; } .lg-booked { margin-left: 10px; }
  .basket-fab, .basket-fab[hidden] { display: none; }
  .basket-panel { right: 16px; bottom: 92px; }
  .mobile-bar { position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 45;
    display: flex; gap: 10px; padding: 8px; border-radius: 999px; transition: transform .45s var(--spring); }
  .mobile-bar.hide { transform: translateY(160%); }
  .mobile-bar .btn { flex: 1; padding: 14px; }
  .mb-basket { position: relative; width: 58px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08); color: #fff; cursor: pointer; display: grid; place-items: center; }
  .mb-basket svg { width: 34px; height: 30px; }
  .mb-basket span { position: absolute; top: 2px; right: 4px; min-width: 20px; height: 20px; border-radius: 99px; padding: 0 5px;
    background: var(--gold-2); color: var(--ink); font-size: 11px; font-weight: 700; display: grid; place-items: center; }
  .mb-basket span:empty, .mb-basket span[data-n="0"] { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal, .msg { opacity: 1; transform: none; }
}

/* ---------- правки: прайс с описаниями, пустое расписание, согласие, подвал ---------- */
.price-name small { display: block; font-size: 13px; color: var(--muted); line-height: 1.35; margin-top: 3px; }
.prices-note { margin: 10px 0 0; max-width: 60ch; }
.step[hidden], .legend[hidden] { display: none !important; }
.times .empty-slots { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 14px 24px; padding: 22px 24px; border-radius: 20px; background: rgba(122,12,28,.05); border: 1px dashed rgba(122,12,28,.25); }
.times .empty-slots p { margin: 0; max-width: 46ch; color: #5a4247; }
.times .empty-slots b { color: var(--wine); }
.times > p { grid-column: 1 / -1; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 1.45; color: #4a343a; cursor: pointer; }
.consent input { flex: 0 0 auto; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--wine); cursor: pointer; }
.consent a, .pay-note a { color: var(--wine); }
.pay-note { font-size: 13px; }
.bp-note { margin: -4px 0 14px; font-size: 13px; color: rgba(251,239,233,.7); }
section[hidden] { display: none !important; }
.nav a[hidden] { display: none; }
.footer { display: block; }
.f-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); max-width: 1240px; margin: 0 auto; }
.f-channel { color: var(--gold-2); text-decoration: none; font-weight: 600; }
.f-channel:hover { text-decoration: underline; }
.f-legal { max-width: 1240px; margin: 0 auto; padding-top: 16px; font-size: 13px; line-height: 1.6; }
.f-legal p { margin: 0 0 8px; }
.f-links { display: flex; flex-wrap: wrap; gap: 6px 22px; margin-bottom: 10px; }
.f-links a { color: rgba(251,239,233,.85); }
.f-copy { color: rgba(251,239,233,.5); }

/* ---------- юридические страницы ---------- */
.legal-page { padding-bottom: 0; }
.legal { max-width: 820px; margin: 0 auto; padding: 48px clamp(16px, 4vw, 32px) 70px; color: #3a2328; }
.legal h1 { font: clamp(34px, 5vw, 52px)/1.1 var(--display); text-transform: uppercase; color: var(--ink); margin: 18px 0 28px; }
.legal h2 { font: 24px/1.25 var(--display); color: var(--wine); margin: 34px 0 10px; letter-spacing: .02em; }
.legal p, .legal li { font-size: 16px; line-height: 1.7; }
.legal ul { padding-left: 22px; }
.legal a { color: var(--wine); }
.legal-back { font-size: 14px; text-decoration: none; }
.legal-date { margin-top: 40px; color: var(--muted); font-size: 14px; }

/* нумерация шагов записи — автоматически, с учётом скрытых шагов */
.booking-card { counter-reset: step; }
.booking-card .step:not([hidden]) { counter-increment: step; }
.step-n::before { content: counter(step); }
/* прайс: широкая колонка комплексов + узкая дизайна */
.prices { grid-template-columns: 1.7fr 1fr; align-items: start; }
@media (max-width: 960px) { .prices { grid-template-columns: 1fr; } }
.legal-page .topbar .btn { margin-left: auto; }
@media (max-width: 700px) {
  .price-row { grid-template-columns: 1fr auto 36px; gap: 4px 10px; }
  .price-name { grid-column: 1 / 3; grid-row: 1; }
  .price-time { grid-column: 1; grid-row: 2; margin-top: 0; }
  .price-val { grid-column: 2; grid-row: 2; }
  .add { grid-column: 3; grid-row: 1 / span 2; align-self: center; }
}
