/* ============================================================
   «В точку» — лёгкий люкс: айвори, тонкое золото, скупой пурпур
   ============================================================ */

:root {
  /* свет — 70–80% полотна */
  --paper:      #FBF8F2;   /* почти-белый */
  --ivory:      #F6EFE2;   /* тёплый айвори */
  --champagne:  #EFE5D3;   /* мягкий шампань */

  /* акцент — золото как укол, не покрытие */
  --gold:       #BE9B53;
  --gold-soft:  #D8BD83;
  --gold-line:  #C9A24B;

  /* глубокая нота — пурпур, скупо */
  --plum:       #4E2342;
  --plum-soft:  #6E3A60;

  /* чернила */
  --ink:        #2B2620;
  --ink-soft:   #6A6157;
  --ink-faint:  #9A9082;

  --water:      rgba(178, 205, 210, 0.35);

  --maxw: 1140px;
  --gut: clamp(20px, 5vw, 48px);

  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Manrope', system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.12; margin: 0; }
p { margin: 0 0 1.1em; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gut); }
.narrow { max-width: 760px; }
.center { text-align: center; }

/* ---------- кнопки ---------- */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .02em;
  padding: 14px 30px;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), color .35s var(--ease);
  white-space: nowrap;
}
.btn--gold {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #fff;
  box-shadow: 0 8px 24px -10px rgba(190,155,83,.7);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(190,155,83,.8); }
.btn--ghost {
  background: transparent;
  border-color: var(--gold-line);
  color: var(--ink);
  padding: 10px 22px;
}
.btn--ghost:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn--lg { padding: 18px 44px; font-size: 1.05rem; }

/* ---------- золотая точка / маркеры ---------- */
.aim-dot {
  display: inline-block;
  width: .42em; height: .42em;
  margin-left: .14em;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--gold-soft), var(--gold));
  vertical-align: baseline;
  animation: dot-land 1.1s var(--ease) .25s both;
}
.aim-dot--big {
  width: 16px; height: 16px;
  margin: 0 auto 28px;
}
@keyframes dot-land {
  0%   { transform: translate(40px, -28px) scale(.2); opacity: 0; }
  70%  { transform: translate(0,0) scale(1.18); opacity: 1; }
  100% { transform: translate(0,0) scale(1); opacity: 1; }
}
.mark-dot {
  display: block;
  width: 10px; height: 10px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(190,155,83,.12);
}
.about__text .mark-dot { margin-inline: 0; }

/* ============================================================
   Шапка
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
  padding: 18px 0;
}
.nav.is-scrolled {
  background: rgba(251,248,242,.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(190,155,83,.18);
  padding: 10px 0;
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; }

/* ажурный золотой ключ-иконка (антикварная гравюра, перекрашенная в золото) */
.ikey {
  display: inline-block;
  aspect-ratio: 1300 / 867;
  background: url('img/key-gold.png') center / contain no-repeat;
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.ikey--brand { height: 26px; filter: drop-shadow(0 2px 4px rgba(190,155,83,.35)); }
.ikey--gold-soft { filter: brightness(1.18) drop-shadow(0 2px 6px rgba(0,0,0,.3)); }
.brand__name { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; letter-spacing: .01em; }

.nav__menu { display: flex; align-items: center; gap: 34px; }
.nav__menu a { font-size: .95rem; font-weight: 500; color: var(--ink-soft); transition: color .3s; position: relative; }
.nav__menu a:not(.btn):hover { color: var(--ink); }
.nav__menu a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 1px; background: var(--gold); transition: width .3s var(--ease);
}
.nav__menu a:not(.btn):hover::after { width: 100%; }

.nav__burger { display: none; background: none; border: 0; cursor: pointer; width: 30px; height: 24px; position: relative; }
.nav__burger span { position: absolute; left: 0; width: 100%; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .35s var(--ease), opacity .25s; }
.nav__burger span:nth-child(1) { top: 2px; }
.nav__burger span:nth-child(2) { top: 11px; }
.nav__burger span:nth-child(3) { top: 20px; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* ============================================================
   Вода — прозрачная рябь
   ============================================================ */
.ripple { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.ripple span {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--water);
  opacity: 0;
  animation: ripple 9s linear infinite;
}
.ripple span:nth-child(1) { width: 360px; height: 360px; left: 8%;  top: 30%; animation-delay: 0s; }
.ripple span:nth-child(2) { width: 520px; height: 520px; right: 4%; top: 12%; animation-delay: 3s; }
.ripple span:nth-child(3) { width: 240px; height: 240px; left: 40%; bottom: 8%; animation-delay: 6s; }
.ripple--soft span:nth-child(1) { left: 20%; top: 20%; }
.ripple--soft span:nth-child(2) { right: 14%; bottom: 10%; }
@keyframes ripple {
  0%   { transform: scale(.4); opacity: 0; }
  30%  { opacity: .8; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* ============================================================
   Первый экран
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 80px;
  background:
    radial-gradient(120% 80% at 80% 0%, var(--champagne), transparent 60%),
    radial-gradient(100% 90% at 0% 100%, var(--ivory), transparent 55%),
    var(--paper);
}
.hero__inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 48px;
  align-items: center;
}
.eyebrow {
  font-size: 1rem; font-weight: 500; letter-spacing: .04em;
  color: var(--plum);
  margin-bottom: 18px;
  font-style: italic;
  font-family: var(--serif);
}
.hero__title {
  font-size: clamp(3.6rem, 11vw, 7rem);
  font-weight: 600;
  letter-spacing: -.01em;
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
}
.hero__lead { max-width: 540px; color: var(--ink-soft); font-size: 1.08rem; }
.hero__lead .accent { color: var(--plum); font-style: italic; font-family: var(--serif); font-size: 1.15rem; }
.hero__lead .hero__turn { color: var(--ink); font-weight: 600; font-size: 1.18rem; margin-top: 4px; }
.hero__lead + .btn { margin-top: 14px; }

/* арлекин (картина) + ключ + ромбы */
.hero__art { position: relative; display: flex; justify-content: center; align-items: flex-end; }
.hero__figure { position: relative; display: inline-block; line-height: 0; }
.harlequin-img {
  width: clamp(240px, 30vw, 360px);
  height: auto;
  display: block;
  /* мягко растворяем края в айвори — воздух, лёгкий люкс */
  -webkit-mask-image:
    radial-gradient(125% 115% at 55% 42%, #000 58%, transparent 86%),
    linear-gradient(to bottom, #000 76%, transparent 99%);
          mask-image:
    radial-gradient(125% 115% at 55% 42%, #000 58%, transparent 86%),
    linear-gradient(to bottom, #000 76%, transparent 99%);
  -webkit-mask-composite: source-in;
          mask-composite: intersect;
  filter: drop-shadow(0 30px 50px rgba(78,35,66,.16)) saturate(1.02);
  animation: art-in 1.2s var(--ease) .15s both;
}
@keyframes art-in { 0% { opacity: 0; transform: translateY(18px) scale(.98); } 100% { opacity: 1; transform: none; } }

/* ажурный золотой ключ у конца трости арлекина */
.hero-key {
  position: absolute;
  right: 100%; top: 6%;                 /* всегда вплотную слева от картины */
  margin-right: clamp(6px, 1.6vw, 20px);
  width: clamp(50px, 7vw, 84px);
  aspect-ratio: 867 / 1300;
  background: url('img/key-gold-v.png') center / contain no-repeat;
  animation: key-in 1s var(--ease) .7s both;
  filter: drop-shadow(0 10px 18px rgba(190,155,83,.4));
}
@keyframes key-in {
  0%   { opacity: 0; transform: scale(.5) translateY(22px); }
  70%  { opacity: 1; transform: scale(1.06); }
  100% { opacity: 1; transform: scale(1); }
}
.argyle {
  position: absolute;
  inset: auto -10% -8% auto;
  width: 160px; height: 160px;
  opacity: .5;
  background-image:
    repeating-linear-gradient( 60deg, transparent 0 22px, var(--gold-soft) 22px 23px),
    repeating-linear-gradient(-60deg, transparent 0 22px, var(--gold-soft) 22px 23px);
  -webkit-mask-image: radial-gradient(circle at 70% 70%, #000, transparent 70%);
          mask-image: radial-gradient(circle at 70% 70%, #000, transparent 70%);
  z-index: -1;
}

.scroll-hint {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  width: 26px; height: 42px; border: 1.5px solid var(--gold-line); border-radius: 14px;
  z-index: 3;
}
.scroll-hint span {
  position: absolute; left: 50%; top: 9px; width: 5px; height: 5px; margin-left: -2.5px;
  background: var(--gold); border-radius: 50%;
  animation: scroll-dot 1.8s var(--ease) infinite;
}
@keyframes scroll-dot { 0% { opacity: 0; transform: translateY(0);} 30%{opacity:1;} 100% { opacity: 0; transform: translateY(16px);} }

/* ============================================================
   Секции — много воздуха
   ============================================================ */
.section { position: relative; padding: clamp(80px, 11vw, 150px) 0; }
.section__head { margin-bottom: clamp(40px, 6vw, 70px); }
.section__title { font-size: clamp(2rem, 4.5vw, 3.2rem); }
.section__sub {
  font-family: var(--serif); font-style: italic; color: var(--plum);
  font-size: 1.15rem; margin-top: 16px;
}
.lead { font-size: 1.18rem; color: var(--ink-soft); }
.lead.accent { color: var(--ink); font-family: var(--serif); font-style: italic; font-size: 1.3rem; }
.muted { color: var(--ink-faint); }

/* блок «легко» */
.easy { background: linear-gradient(180deg, var(--paper), var(--ivory)); }
.easy__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.easy__text .mark-dot { margin-inline: 0; }
.easy__text .section__sub { color: var(--plum); }
.easy .lead { font-size: 1.22rem; line-height: 1.6; }

/* портрет Сергея — тёплый, с тонкой золотой каймой */
.easy__photo { position: relative; margin: 0; justify-self: center; }
.easy__photo img {
  display: block;
  width: clamp(240px, 30vw, 360px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 30px 60px -28px rgba(78,35,66,.4);
}
.easy__photo::before {
  content: ""; position: absolute; inset: -14px;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  opacity: .7;
}
.easy__photo::after {
  content: ""; position: absolute; right: 4%; top: 6%;
  width: 14px; height: 14px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--gold-soft), var(--gold));
  box-shadow: 0 0 0 6px rgba(190,155,83,.12);
}

/* ---------- карточки ---------- */
.cards { display: grid; gap: 26px; }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  position: relative;
  background: var(--paper);
  border: 1px solid rgba(190,155,83,.22);
  border-radius: 18px;
  padding: 34px 28px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  overflow: hidden;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -28px rgba(43,38,32,.35); border-color: var(--gold-line); }
.card h3 { font-size: 1.5rem; margin-bottom: 12px; }
.card p { color: var(--ink-soft); margin-bottom: 0; font-size: 1rem; }

/* ажурный ключ-акцент на карточке */
.card__key {
  display: block; width: 64px; margin-bottom: 16px;
  aspect-ratio: 1300 / 867;
  background: url('img/key-gold.png') center / contain no-repeat;
  opacity: .9;
}

.areas { background: var(--ivory); }

/* форматы — все карточки одинаковые и кликабельные */
.format-card { display: flex; flex-direction: column; }
.format-card > p:not(.price) { flex: 1 0 auto; }      /* описание тянется — цена/CTA внизу ровно */
.format-card .price {
  margin-top: 20px; padding-top: 18px;
  border-top: 1px dashed rgba(190,155,83,.4);
  color: var(--gold); font-weight: 600; font-size: .92rem; letter-spacing: .02em;
}
.card__go {
  display: inline-block; margin-top: 12px;
  color: var(--gold); font-weight: 600; font-size: .9rem; letter-spacing: .02em;
  transition: transform .25s var(--ease);
}
.card.js-book { cursor: pointer; }
.card.js-book:hover .card__go { transform: translateX(4px); }
.card.js-book:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* статьи — карточки-ссылки */
.article-card { display: flex; flex-direction: column; color: inherit; text-decoration: none; cursor: pointer; }
.article-card > p { flex: 1 0 auto; }
.article-card__kicker {
  display: block; margin-bottom: 10px;
  color: var(--gold); font-weight: 600; font-size: .78rem;
  letter-spacing: .08em; text-transform: uppercase;
}
.article-card:hover .card__go { transform: translateX(4px); }
.article-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* блок «почему дорого» */
.value { background: linear-gradient(180deg, var(--ivory), var(--paper)); }
.quote-block { position: relative; padding-top: clamp(42px, 7vw, 64px); }
.quote-mark {
  position: absolute; left: -4px; top: 0;
  font-family: var(--serif); font-size: clamp(4.5rem, 11vw, 7rem); line-height: .7;
  color: rgba(190,155,83,.3); pointer-events: none;
}
.value .section__title { margin-bottom: 26px; }

/* ---------- Кто я ---------- */
.about { background: var(--ivory); }
.about__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 6vw, 80px); align-items: stretch; }
.about__art { display: flex; justify-content: center; margin: 0; }
.about__art img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.key-big { width: clamp(200px, 26vw, 300px); transform: rotate(-22deg); filter: drop-shadow(0 14px 26px rgba(190,155,83,.4)); }
.about__name { font-family: var(--serif); font-size: 1.55rem; line-height: 1.3; margin: 18px 0 22px; }
.about__name strong { color: var(--plum); font-weight: 600; }

/* ---------- финал ---------- */
.cta {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 100% at 50% 0%, var(--champagne), transparent 60%),
    var(--paper);
  text-align: center;
}
.cta__title {
  font-size: clamp(1.8rem, 4.2vw, 3rem);
  max-width: 760px; margin: 0 auto 40px;
  position: relative; z-index: 2;
}
.cta__art { margin: 0 auto 28px; max-width: clamp(180px, 28vw, 300px); position: relative; z-index: 2; }
.cta__art img { width: 100%; height: auto; display: block; border-radius: 14px; }
.cta .btn { position: relative; z-index: 2; }

/* ---------- FAQ ---------- */
.faq { background: var(--ivory); }
.faq__list { margin-top: clamp(28px, 4vw, 44px); }
.faq__item {
  border-bottom: 1px solid rgba(190,155,83,.28);
}
.faq__item:first-child { border-top: 1px solid rgba(190,155,83,.28); }
.faq__item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; gap: 16px;
  padding: clamp(18px, 2.4vw, 26px) 0;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  color: var(--ink);
  transition: color .3s var(--ease);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--plum); }
.faq__item summary::after {
  content: ''; flex: none; margin-left: auto;
  width: 13px; height: 13px;
  border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
  transform: rotate(45deg); transform-origin: 60% 60%;
  transition: transform .35s var(--ease);
}
.faq__item[open] summary::after { transform: rotate(-135deg); }
.faq__answer {
  padding: 0 0 clamp(18px, 2.4vw, 26px);
  max-width: 60ch;
}
.faq__answer p { color: var(--ink-soft); line-height: 1.7; }
.faq__item[open] .faq__answer { animation: faqIn .4s var(--ease); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ---------- подвал ---------- */
.footer { background: var(--ink); color: #E9E2D6; padding: 64px 0 32px; }
.footer__inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer__brand { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.footer__brand .ikey--brand { height: 24px; }
.footer__brand .brand__name { font-size: 1.3rem; }
.footer__slogan { width: 100%; color: var(--ink-faint); font-style: italic; font-family: var(--serif); margin: 6px 0 0; }
.footer__contacts { display: flex; gap: 28px; flex-wrap: wrap; }
.footer__contacts a { color: #E9E2D6; font-weight: 500; transition: color .3s; }
.footer__contacts a:hover { color: var(--gold-soft); }
.footer__bottom {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  margin-top: 48px; padding-top: 22px;
  border-top: 1px solid rgba(233,226,214,.12);
  color: var(--ink-faint); font-size: .88rem;
}

/* ---------- появление при скролле ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ============================================================
   Адаптив
   ============================================================ */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; gap: 24px; }
  .hero__art { order: -1; justify-content: center; }
  .harlequin-img { width: clamp(200px, 56vw, 300px); }
  .cards--4 { grid-template-columns: repeat(2, 1fr); }
  .cards--3 { grid-template-columns: 1fr; }
  .easy__inner { grid-template-columns: 1fr; text-align: center; }
  .easy__text .mark-dot { margin-inline: auto; }
  .easy__photo { order: -1; }
  .about__inner { grid-template-columns: 1fr; text-align: center; }
  .about__text .mark-dot { margin-inline: auto; }
}

@media (max-width: 640px) {
  .nav__menu {
    position: fixed; inset: 0 0 auto 0; top: 0;
    flex-direction: column; align-items: flex-start; gap: 8px;
    background: rgba(251,248,242,.97); backdrop-filter: blur(14px);
    padding: 88px var(--gut) 36px;
    transform: translateY(-100%); transition: transform .45s var(--ease);
    box-shadow: 0 20px 40px -20px rgba(43,38,32,.3);
  }
  .nav__menu.is-open { transform: translateY(0); }
  .nav__menu a { font-size: 1.15rem; padding: 8px 0; }
  .nav__cta { margin-top: 14px; }
  .nav__burger { display: block; z-index: 60; }
  .cards--2 { grid-template-columns: 1fr; }
  .cards--4 { grid-template-columns: 1fr; }
  .hero { padding-top: 110px; }
  .hero__lead { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   Модалка записи + календарь
   ============================================================ */
.modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(43,38,32,.45); backdrop-filter: blur(4px); }
.modal__card {
  position: relative; z-index: 1;
  width: min(680px, 100%); max-height: 92vh; overflow: auto;
  background: var(--paper); border-radius: 22px;
  border: 1px solid rgba(190,155,83,.25);
  box-shadow: 0 40px 90px -30px rgba(43,38,32,.55);
  padding: clamp(24px, 4vw, 40px);
  animation: modal-in .4s var(--ease);
}
@keyframes modal-in { 0% { opacity: 0; transform: translateY(16px) scale(.98); } 100% { opacity: 1; transform: none; } }
.modal__close {
  position: absolute; top: 12px; right: 16px;
  border: 0; background: none; cursor: pointer;
  font-size: 1.7rem; line-height: 1; color: var(--ink-soft); transition: color .25s;
}
.modal__close:hover { color: var(--ink); }

.bk__head { text-align: center; margin-bottom: 20px; }
.bk__head .mark-dot { margin-bottom: 12px; }
.bk__title { font-size: clamp(1.5rem, 3.4vw, 2rem); }
.bk__sub { color: var(--ink-soft); font-family: var(--serif); font-style: italic; margin: 8px 0 0; }

/* выбор формата */
.bk__types { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 22px; }
.bk__type {
  display: flex; flex-direction: column; gap: 4px; text-align: left;
  padding: 14px 16px; border: 1px solid rgba(190,155,83,.3); border-radius: 14px;
  background: #fff; cursor: pointer; font: inherit; transition: .25s var(--ease);
}
.bk__type b { font-family: var(--serif); font-weight: 600; font-size: 1.02rem; }
.bk__type span { font-size: .82rem; color: var(--ink-faint); }
.bk__type.is-sel { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(190,155,83,.25); background: linear-gradient(160deg, #fff, var(--champagne)); }

/* «плашка» Пути: пакет письмом или ознакомительный разговор */
.bk__paths { display: flex; flex-direction: column; gap: 12px; }
.bk__path {
  display: flex; flex-direction: column; gap: 5px; text-align: left;
  padding: 18px 20px; border: 1px solid rgba(190,155,83,.3); border-radius: 16px;
  background: #fff; cursor: pointer; font: inherit; transition: .25s var(--ease);
}
.bk__path:hover { border-color: var(--gold); box-shadow: 0 12px 26px -18px rgba(43,38,32,.4); transform: translateY(-2px); }
.bk__path b { font-family: var(--serif); font-weight: 600; font-size: 1.08rem; }
.bk__path span { font-size: .88rem; color: var(--ink-soft); }

/* выбор размера пакета (5/10) */
.bk__sizes { display: flex; gap: 10px; }
.bk__size {
  flex: 1; padding: 12px 16px; border-radius: 12px; cursor: pointer; font: inherit;
  border: 1px solid rgba(190,155,83,.35); background: #fff; color: var(--ink); transition: .2s;
}
.bk__size:hover { border-color: var(--gold); }
.bk__size.is-sel { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(190,155,83,.25); background: linear-gradient(160deg, #fff, var(--champagne)); font-weight: 600; }

/* календарь */
.bk__pick { display: grid; grid-template-columns: 1fr; gap: 20px; }
.cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.cal__title { font-family: var(--serif); font-size: 1.15rem; text-transform: capitalize; }
.cal__nav {
  width: 34px; height: 34px; border-radius: 50%; cursor: pointer;
  border: 1px solid rgba(190,155,83,.35); background: #fff; color: var(--ink); font-size: 1.1rem;
  transition: .2s;
}
.cal__nav:hover:not(:disabled) { border-color: var(--gold); background: var(--champagne); }
.cal__nav:disabled { opacity: .3; cursor: default; }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal__wdrow { margin-bottom: 4px; }
.cal__wd { text-align: center; font-size: .72rem; color: var(--ink-faint); padding: 4px 0; }
.cal__cell { aspect-ratio: 1; border: 0; background: none; padding: 0; }
.cal__day {
  position: relative; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; cursor: pointer; font: inherit; font-size: .95rem; color: var(--ink);
  transition: background .2s, color .2s;
}
.cal__day.is-off { color: var(--ink-faint); opacity: .4; cursor: default; }
.cal__day.is-avail:hover { background: var(--champagne); }
.cal__day.is-sel { background: var(--gold); color: #fff; }
.cal__dot { position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.cal__day.is-sel .cal__dot { background: #fff; }

/* слоты */
.bk__day { font-family: var(--serif); font-style: italic; color: var(--plum); margin-bottom: 12px; text-transform: capitalize; }
.slot__row { display: flex; flex-wrap: wrap; gap: 8px; }
.slot {
  padding: 9px 16px; border-radius: 999px; cursor: pointer; font: inherit; font-size: .92rem;
  border: 1px solid rgba(190,155,83,.35); background: #fff; color: var(--ink); transition: .2s;
}
.slot:hover { border-color: var(--gold); }
.slot.is-sel { background: var(--gold); border-color: var(--gold); color: #fff; }
.bk__hint { color: var(--ink-faint); }
.bk__loading { padding: 48px; text-align: center; color: var(--ink-soft); }
.bk__continue { width: 100%; margin-top: 24px; }

/* форма */
.bk__back { border: 0; background: none; cursor: pointer; color: var(--ink-soft); font: inherit; margin-bottom: 4px; }
.bk__back:hover { color: var(--ink); }
.bk__form { display: flex; flex-direction: column; gap: 14px; }
.fld { display: flex; flex-direction: column; gap: 6px; }
.fld span { font-size: .85rem; color: var(--ink-soft); }
.fld input, .fld textarea {
  border: 1px solid rgba(190,155,83,.35); border-radius: 12px; padding: 11px 14px;
  font: inherit; background: #fff; color: var(--ink); resize: vertical;
}
.fld input:focus, .fld textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(190,155,83,.18); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: var(--ink-soft); }
.consent input { margin-top: 3px; accent-color: var(--gold); }
.bk__error { color: #9b2c2c; font-size: .9rem; margin: 0; }

/* успех */
.bk__success { text-align: center; padding: 8px 0; }
.bk__key { height: 56px; margin: 0 auto 14px; }
.bk__when { font-family: var(--serif); font-size: 1.25rem; text-transform: capitalize; margin: 6px 0; }
.bk__note { color: var(--ink-faint); font-size: .9rem; }
.bk__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }

@media (min-width: 560px) {
  .bk__pick { grid-template-columns: 1.05fr .95fr; align-items: start; }
}
@media (max-width: 420px) {
  .bk__types { grid-template-columns: 1fr; }
}
