/* ============================================================
   PERMANENT STUDIO — лендинг процедур
   Палитра старого сайта: чёрный / красно-малиновый / розовый / белый
   Шрифты: Playfair Display (заголовки) / Inter (текст)
   ============================================================ */

:root {
  --dark: #0E0C0D;
  --dark-2: #171314;
  --dark-card: #131011;
  --red: #D63A55;
  --red-deep: #B92E46;
  --red-light: #E4556E;
  --green: #3FA34D;
  --viber: #7360F2;
  --pink: #FBE9EC;
  --pink-deep: #F6D9DE;
  --bg: #FFFFFF;
  --bg-soft: #F8F5F6;
  --ink: #171214;
  --ink-soft: #4C4347;
  --muted: #857A7E;
  --line: #ECE4E6;
  --line-dark: #DCD1D4;
  --white-soft: rgba(255, 255, 255, .68);
  --white-line: rgba(255, 255, 255, .14);
  --radius: 18px;
  --radius-sm: 13px;
  --shadow: 0 30px 70px -30px rgba(14, 12, 13, .3);
  --shadow-sm: 0 14px 34px -18px rgba(14, 12, 13, .25);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, .serif {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .005em;
}
h1 { font-size: clamp(1.75rem, 3.6vw, 2.9rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.4rem); }
h3 { font-size: 1.22rem; }
.em { color: var(--red-light); }
.em--onwhite { color: var(--red); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(62px, 8vw, 110px) 0; }
.section--soft { background: var(--bg-soft); }
.section--dark { background: var(--dark); color: #fff; }
.center { text-align: center; }
[id] { scroll-margin-top: calc(var(--header-h) + 16px); }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 4px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}
.eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--red); }
.section--dark .eyebrow, .hero .eyebrow { color: var(--red-light); }
.section--dark .eyebrow::before, .hero .eyebrow::before { background: var(--red-light); }
.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head p { margin-top: 16px; color: var(--ink-soft); font-size: 1.03rem; }
.section--dark .section-head p { color: var(--white-soft); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

/* ---------- кнопки ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 30px;
  border-radius: 12px;
  border: 1px solid var(--red);
  background: var(--red);
  color: #fff;
  font: 600 .92rem/1.3 'Inter', sans-serif;
  text-align: center;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.btn:hover { background: var(--red-deep); border-color: var(--red-deep); box-shadow: var(--shadow-sm); }
.btn svg { width: 17px; height: 17px; flex-shrink: 0; transition: transform .3s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--line-dark); }
.btn--outline:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .35); }
.btn--ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--viber { background: var(--viber); border-color: var(--viber); }
.btn--viber:hover { background: #5f4ce0; border-color: #5f4ce0; }
.btn--sm { padding: 12px 20px; font-size: .85rem; }

/* ---------- логотип ---------- */
.logo { display: inline-flex; flex-direction: row; align-items: center; gap: 11px; line-height: 1; }
.logo__mark {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 1.55rem;
  color: #fff;
}
.logo__lock { display: inline-flex; flex-direction: column; gap: 4px; padding-top: 2px; }
.logo__name {
  font: 700 .72rem/1 'Inter', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #fff;
}
.logo__sub {
  font: 500 .55rem/1 'Inter', sans-serif;
  letter-spacing: .36em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
}

/* ---------- шапка (тёмная) ---------- */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(14, 12, 13, .85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .35s ease, background .35s ease;
}
.header.scrolled { background: rgba(14, 12, 13, .92); border-bottom-color: var(--white-line); }
.header__in { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav { display: flex; gap: 28px; }
.nav a { font: 500 .9rem/1 'Inter', sans-serif; color: var(--white-soft); padding: 8px 0; transition: color .2s; }
.nav a:hover { color: #fff; }

/* ---------- hero (чёрный) ---------- */
.hero {
  background: var(--dark);
  color: #fff;
  padding: calc(var(--header-h) + clamp(36px, 6vw, 72px)) 0 clamp(54px, 7vw, 90px);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -240px; right: -180px;
  width: 640px; height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 58, 85, .22), transparent 65%);
  pointer-events: none;
}
.hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 6vw, 90px); align-items: center; position: relative; }
.hero h1 { margin-bottom: 22px; }
.hero__lead { font-size: 1.05rem; color: var(--white-soft); max-width: 500px; margin-bottom: 30px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero__points { border-top: 1px solid var(--white-line); padding-top: 24px; display: grid; gap: 2px; }
.hero__points li { display: flex; gap: 13px; padding: 6px 0; font-size: .94rem; color: var(--white-soft); }
.hero__points .check {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 7px;
  background: rgba(214, 58, 85, .18);
  color: var(--red-light);
  display: grid;
  place-items: center;
  margin-top: 1px;
}
.hero__points .check svg { width: 14px; height: 14px; }
.hero__visual { position: relative; }
.hero__photo {
  border-radius: 280px 280px var(--radius) var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}
.hero__photo::after {
  content: '';
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 266px 266px 12px 12px;
  pointer-events: none;
}
.hero__photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.hero__badge {
  position: absolute;
  left: -30px; bottom: 38px;
  display: flex;
  gap: 14px;
  align-items: center;
  max-width: 300px;
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  padding: 16px 20px;
}
.hero__badge-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--pink);
  color: var(--red);
  display: grid;
  place-items: center;
}
.hero__badge-icon svg { width: 20px; height: 20px; }
.hero__badge b { display: block; font-size: .9rem; line-height: 1.35; }
.hero__badge span { font-size: .76rem; color: var(--muted); }

/* ---------- бегущая строка ---------- */
.marquee { border-block: 1px solid var(--line); padding: 18px 0; overflow: hidden; background: var(--bg); }
.marquee__track { display: flex; gap: 52px; width: max-content; }
.marquee__track.is-animated {
  animation: marquee-shift var(--mq-dur, 30s) linear infinite;
  will-change: transform;
}
.marquee__item {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--ink);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 52px;
}
.marquee__item::after { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
@keyframes marquee-shift { to { transform: translateX(var(--mq-shift, -50%)); } }

/* ---------- счётчики (белая секция) ---------- */
.stats__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: clamp(36px, 5vw, 56px);
}
.stats__item {
  text-align: center;
  padding: 34px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: box-shadow .3s ease, transform .45s var(--ease);
}
.stats__item:hover { box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.stats__item b {
  display: block;
  font: 600 clamp(2.3rem, 4.6vw, 3.6rem)/1 'Playfair Display', serif;
  color: var(--ink);
  margin-bottom: 12px;
  white-space: nowrap;
}
.stats__item b .plus { font-size: .58em; color: var(--red); vertical-align: .18em; margin-left: .02em; }
.stats__item > span {
  display: block;
  font-size: .95rem;
  color: var(--ink-soft);
  letter-spacing: .01em;
}
@media (max-width: 640px) {
  .stats__row { grid-template-columns: 1fr; gap: 16px; }
  .stats__item { padding: 26px 22px; }
}

/* ---------- сетки и карточки ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px;
  transition: box-shadow .3s ease, transform .45s var(--ease), border-color .3s ease;
}
.card:hover { box-shadow: var(--shadow-sm); transform: translateY(-4px); border-color: var(--line-dark); }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .92rem; color: var(--ink-soft); }

/* ---------- розовые карточки «зачем» ---------- */
.why-card {
  background: var(--pink);
  border: 1px solid var(--pink-deep);
  border-radius: var(--radius);
  padding: 30px 26px;
  text-align: center;
  transition: box-shadow .3s ease, transform .45s var(--ease);
  position: relative;
  overflow: hidden;
}
.why-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.why-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(180px circle at var(--mx, 50%) var(--my, 50%), rgba(214, 58, 85, .12), transparent 68%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.why-card:hover::before { opacity: 1; }
.why-card > * { position: relative; }
.why-card__photo {
  width: 92px; height: 92px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 18px;
  border: 3px solid #fff;
  box-shadow: var(--shadow-sm);
}
.why-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.why-card p { font-size: .93rem; color: var(--ink-soft); }
.why-card p b { color: var(--red); font-weight: 600; }

/* ---------- прайс-карточки (чёрный низ, как на старом сайте) ---------- */
.price-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--dark-card);
  color: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow .3s ease, transform .45s var(--ease);
}
.price-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.price-card__img { aspect-ratio: 4 / 3; overflow: hidden; }
.price-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.price-card:hover .price-card__img img { transform: scale(1.05); }
.price-card__body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex-grow: 1; }
.price-card h3 { color: #fff; margin-bottom: 14px; }
.price-list { flex-grow: 1; margin-bottom: 20px; }
.price-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 8px 0;
  font-size: .92rem;
  color: var(--white-soft);
  border-bottom: 1px solid var(--white-line);
}
.price-list li:last-child { border-bottom: none; }
.price-list .dots { flex: 1; border-bottom: 1px dotted rgba(255, 255, 255, .25); transform: translateY(-4px); }
.price-list b { font: 600 1.02rem/1 'Playfair Display', serif; color: #fff; white-space: nowrap; }
.price-card .btn { width: 100%; }

.guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
  font-size: .95rem;
  color: var(--ink-soft);
  text-align: center;
}
.guarantee svg { width: 22px; height: 22px; color: var(--red); flex-shrink: 0; }
.guarantee b { color: var(--red); font-weight: 600; }

/* ---------- шаги ---------- */
.step-num {
  font: 600 2.1rem/1 'Playfair Display', serif;
  color: var(--red);
  opacity: .85;
  display: block;
  margin-bottom: 14px;
}

/* ---------- галерея: бесконечная авто-прокрутка ---------- */
.gallery-marquee {
  overflow: hidden;
  padding: 6px 0 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.gallery-marquee__track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 0 18px;
}
.gallery-marquee__track.is-animated {
  animation: marquee-shift var(--mq-dur, 55s) linear infinite;
  will-change: transform;
}
.gallery-marquee:hover .gallery-marquee__track.is-animated { animation-play-state: paused; }
.gallery-marquee figure {
  flex: 0 0 300px;
  height: 400px;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-soft);
}
.gallery-marquee img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery-marquee figure:hover img { transform: scale(1.04); }
.strip__hint { text-align: center; font-size: .78rem; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; margin-top: 8px; }

/* ---------- мастера ---------- */
.tcard {
  display: flex;
  gap: 18px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  transition: box-shadow .3s ease, transform .45s var(--ease);
}
.tcard:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.tcard img { width: 86px; height: 86px; border-radius: 50%; object-fit: cover; object-position: top; flex-shrink: 0; }
.tcard b { display: block; font-family: 'Playfair Display', serif; font-weight: 600; font-size: 1.08rem; margin-bottom: 6px; }
.tcard span { font-size: .8rem; color: var(--ink-soft); line-height: 1.5; }

/* ---------- отзывы ---------- */
.quote { display: flex; flex-direction: column; gap: 16px; }
.quote__mark { font: 700 3.4rem/0.5 Georgia, serif; color: var(--red); height: 20px; }
.quote blockquote { font-size: .98rem; line-height: 1.65; color: var(--ink-soft); flex-grow: 1; }
.quote__person { border-top: 1px solid var(--line); padding-top: 15px; }
.quote__person b { display: block; font-size: .92rem; color: var(--ink); }
.quote__person span { font-size: .78rem; color: var(--muted); }

/* ---------- тёмная CTA-полоса ---------- */
.cta-band { text-align: center; position: relative; overflow: hidden; }
.cta-band::before {
  content: '';
  position: absolute;
  bottom: -300px; left: 50%;
  transform: translateX(-50%);
  width: 760px; height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 58, 85, .18), transparent 65%);
  pointer-events: none;
}
.cta-band h2 { color: #fff; max-width: 720px; margin: 0 auto 18px; }
.cta-band p { color: var(--white-soft); max-width: 560px; margin: 0 auto 32px; }
.cta-band .cta-note { font-size: .85rem; color: var(--white-soft); margin: 20px auto 0; }
.cta-band .cta-note b { color: var(--green); font-weight: 600; }
.cta-band__btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; position: relative; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; }
.acc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 14px; }
.acc:hover { border-color: var(--line-dark); }
.acc__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font: 600 .95rem/1.5 'Inter', sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink);
}
.acc__icon {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: transform .4s var(--ease), background .25s ease, color .25s ease, border-color .25s ease;
}
.acc__icon svg { width: 14px; height: 14px; }
.acc.open .acc__icon { transform: rotate(45deg); background: var(--red); color: #fff; border-color: var(--red); }
.acc__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease); }
.acc.open .acc__body { grid-template-rows: 1fr; }
.acc__inner { overflow: hidden; }
.acc__content { padding: 0 26px 24px; color: var(--ink-soft); font-size: .94rem; }
.acc__content b { color: var(--red); font-weight: 600; }

/* ---------- форма ---------- */
.lead { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.lead__info p { color: var(--ink-soft); max-width: 440px; }
.lead__points { margin-top: 26px; }
.lead__points li { display: flex; gap: 12px; padding: 7px 0; color: var(--ink-soft); font-size: .94rem; }
.lead__points svg { width: 20px; height: 20px; color: var(--red); flex-shrink: 0; margin-top: 3px; }
.lead-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(28px, 4vw, 44px);
}
.lead-form h3 { margin-bottom: 6px; }
.lead-form > p { font-size: .88rem; color: var(--muted); margin-bottom: 26px; }
.field { margin-bottom: 16px; }
.field label {
  display: block;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 7px;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 14px 17px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-sm);
  background: var(--bg-soft);
  font: 400 1rem/1.4 'Inter', sans-serif;
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
  appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234C4347' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 17px center;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(214, 58, 85, .14);
}
.field textarea { resize: vertical; min-height: 84px; font-family: inherit; }
.field input.error { border-color: var(--red-deep); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .76rem; color: var(--muted); margin: 20px 0; cursor: pointer; }
.consent a { color: var(--red); }
.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--red); cursor: pointer; }
.lead-form .btn { width: 100%; }
.form-status { display: none; margin-top: 16px; padding: 14px 18px; border-radius: var(--radius-sm); font-size: .87rem; line-height: 1.5; }
.form-status.show { display: block; }
.form-status--ok { background: #EAF2E4; color: #3F5C2E; border: 1px solid #CBDDBC; }
.form-status--warn { background: var(--pink); color: var(--red-deep); border: 1px solid var(--pink-deep); }
.form-status a { color: var(--red-deep); }

/* ---------- подвал (чёрный) ---------- */
.footer { background: var(--dark); color: var(--white-soft); padding: clamp(52px, 6vw, 80px) 0 34px; font-size: .9rem; }
.footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--white-line);
}
.footer__about p { max-width: 300px; margin-top: 18px; font-size: .85rem; }
.footer h4 {
  font: 600 .74rem/1 'Inter', sans-serif;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--red-light);
  margin-bottom: 18px;
}
.footer li { margin-bottom: 11px; }
.footer a:hover { color: #fff; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 28px; font-size: .76rem; color: rgba(255, 255, 255, .4); }

/* ---------- кастомный круглый курсор ---------- */
.cursor-dot, .cursor-ring {
  position: fixed;
  top: 0; left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 200;
  opacity: 0;
  will-change: transform;
}
.cursor-dot { width: 6px; height: 6px; margin: -3px 0 0 -3px; background: var(--red); transition: opacity .25s ease; }
.cursor-ring {
  width: 34px; height: 34px;
  margin: -17px 0 0 -17px;
  border: 1.5px solid var(--red);
  transition: width .25s var(--ease), height .25s var(--ease), margin .25s var(--ease), background-color .25s ease, opacity .25s ease;
}
.cursor-ring.is-hover { width: 54px; height: 54px; margin: -27px 0 0 -27px; background: rgba(214, 58, 85, .12); }
body.has-cursor { cursor: none; }
body.has-cursor a, body.has-cursor button, body.has-cursor label,
body.has-cursor select { cursor: none; }
body.has-cursor input, body.has-cursor textarea { cursor: text; }
body.has-cursor.cursor-active .cursor-dot,
body.has-cursor.cursor-active .cursor-ring { opacity: 1; }
@media (hover: none), (pointer: coarse) {
  .cursor-dot, .cursor-ring { display: none !important; }
}

/* ---------- reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s ease, transform .9s var(--ease);
  transition-delay: var(--d, 0s);
}
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee__track { animation: none; }
  .gallery-marquee { overflow-x: auto; }
  .gallery-marquee__track { animation: none; }
  .cursor-dot, .cursor-ring { display: none !important; }
  body.has-cursor { cursor: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ---------- адаптив ---------- */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { max-width: 440px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav { display: none; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .lead { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 560px) {
  body { font-size: 15px; }
  .grid-4 { grid-template-columns: 1fr; }
  .hero__badge { position: static; margin-top: 16px; max-width: none; }
  .btn { width: 100%; }
  .gallery-marquee figure { flex-basis: 240px; }
}

/* ============================================================
   Правки от 2026-07-22
   ============================================================ */

/* ---------- блок «Руководитель студии — Юлиана» ---------- */
.founder {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.founder__media { display: flex; flex-direction: column; gap: 16px; }
.founder__photo {
  border-radius: 260px 260px var(--radius) var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}
.founder__photo::after {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 248px 248px 10px 10px;
  pointer-events: none;
}
.founder__photo img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; display: block; }
.founder__cert {
  margin: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-soft);
}
.founder__cert img { width: 100%; display: block; }
.founder__lead { color: var(--ink-soft); margin: 16px 0 24px; max-width: 560px; }
.founder__list { display: grid; gap: 4px; }
.founder__list li {
  display: flex;
  gap: 13px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: .95rem;
  color: var(--ink-soft);
}
.founder__list li:last-child { border-bottom: none; }
.founder__list svg { flex-shrink: 0; width: 20px; height: 20px; color: var(--red); margin-top: 3px; }
.founder__list b { color: var(--ink); font-weight: 600; }
.founder__tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.tag {
  font-size: .78rem;
  font-weight: 500;
  color: var(--ink-soft);
  background: var(--pink);
  border: 1px solid var(--pink-deep);
  border-radius: 999px;
  padding: 7px 15px;
}

/* ---------- подзаголовок в отзывах ---------- */
.reviews-sub {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--ink);
  margin: 44px 0 24px;
}
.reviews-sub--first { margin-top: 4px; }

/* ---------- блок «Расположение» ---------- */
.location__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 60px);
  align-items: center;
}
.location__photo {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.location__photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.location__list { margin: 20px 0 24px; display: grid; gap: 4px; }
.location__list li {
  display: flex;
  gap: 13px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: .96rem;
  color: var(--ink-soft);
}
.location__list li:last-child { border-bottom: none; }
.location__list svg { flex-shrink: 0; width: 21px; height: 21px; color: var(--red); margin-top: 2px; }
.location__list b { color: var(--ink); font-weight: 600; }
.location__map {
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 8;
  background: var(--bg-soft);
}
.location__map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- hero-фото: меньше и без обрезки лица (point 3) ---------- */
.hero__photo img { object-position: center 22%; }

@media (max-width: 560px) {
  /* фото на телефоне компактнее, лицо целиком */
  .hero__visual { max-width: 340px; margin: 0 auto; }
  .hero__photo img { aspect-ratio: 4 / 4.4; object-position: center 18%; }
  .founder { grid-template-columns: 1fr; }
  .founder__photo { max-width: 340px; }
  .location__grid { grid-template-columns: 1fr; }
  .location__map { aspect-ratio: 4 / 3; }
}

@media (max-width: 1024px) {
  .founder { grid-template-columns: 1fr; }
  .location__grid { grid-template-columns: 1fr; }
  .founder__media { flex-direction: row; align-items: flex-start; }
  .founder__photo { flex: 1; }
  .founder__cert { flex: 1; align-self: center; }
}

/* ---------- мобильная галерея: шире кадр + пауза по касанию (point 4) ---------- */
@media (max-width: 700px) {
  .gallery-marquee figure { flex-basis: 78vw; }
  .gallery-marquee__track { gap: 14px; padding-left: 11vw; }
  .gallery-marquee.is-paused .gallery-marquee__track { animation-play-state: paused; }
}

/* ---------- короткая форма в самом низу ---------- */
.short-lead__box { max-width: 840px; margin: 0 auto; text-align: center; }
.short-lead__box p { color: var(--ink-soft); margin: 14px auto 28px; max-width: 560px; }
.short-form__row { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.short-form__row input {
  flex: 1 1 220px;
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-sm);
  background: #fff;
  font: 400 1rem/1.4 'Inter', sans-serif;
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.short-form__row input:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(214, 58, 85, .14);
}
.short-form__row input.error { border-color: var(--red-deep); }
.short-form__row .btn { flex: 0 0 auto; }
.consent--center { justify-content: center; margin: 18px 0 0; }
.short-form .form-status { max-width: 600px; margin-inline: auto; text-align: left; }

@media (max-width: 640px) {
  .short-form__row { flex-direction: column; }
  /* в колоночном flex flex-basis задаёт высоту — сбрасываем, иначе поля растягиваются */
  .short-form__row input { flex: 0 0 auto; width: 100%; }
  .short-form__row .btn { width: 100%; }
}

/* ============================================================
   Правки от 2026-07-25
   ============================================================ */

/* ---------- блок акций ---------- */
.sale { padding-top: clamp(20px, 3vw, 40px); }
.sale__box {
  background: var(--dark);
  color: #fff;
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 46px);
  position: relative;
  overflow: hidden;
}
.sale__box::before {
  content: '';
  position: absolute;
  top: -180px; right: -140px;
  width: 460px; height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 58, 85, .25), transparent 65%);
  pointer-events: none;
}
.sale__head {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
  position: relative;
}
.sale__badge {
  font: 600 .72rem/1 'Inter', sans-serif;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  padding: 10px 18px;
}
.sale__until { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: var(--red-light); }
.sale__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; position: relative; }
.sale__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--white-line);
  border-radius: var(--radius-sm);
  padding: 20px 24px;
}
.sale__zone { font-size: 1.02rem; font-weight: 600; }
.sale__zone span { display: block; font-weight: 400; font-size: .85rem; color: var(--white-soft); }
.sale__price { display: flex; align-items: baseline; gap: 10px; white-space: nowrap; }
.sale__price b { font: 400 1.7rem/1 'Playfair Display', serif; color: var(--red-light); }
.sale__price s { color: var(--white-soft); font-size: .95rem; }
.sale__btn { margin-top: 26px; position: relative; }

@media (max-width: 700px) {
  .sale__grid { grid-template-columns: 1fr; }
  .sale__btn { width: 100%; }
}

/* ---------- мини-фото в углу отзывов артисток ---------- */
.grid-3--stars .quote { position: relative; padding-right: 96px; }
.quote__ava {
  position: absolute;
  top: 26px; right: 26px;
  width: 58px; height: 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 2px solid #fff;
  box-shadow: var(--shadow-sm);
}

/* ---------- карусель клиентских отзывов ---------- */
.rev-carousel { position: relative; }
.rev-carousel__track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 2px 6px;
}
.rev-carousel__track::-webkit-scrollbar { display: none; }
.rev-slide {
  flex: 0 0 calc((100% - 44px) / 3);
  scroll-snap-align: start;
}
.rev-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line-dark);
  background: #fff;
  color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: background .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}
.rev-nav:hover { background: var(--red); color: #fff; border-color: var(--red); }
.rev-nav svg { width: 18px; height: 18px; }
.rev-nav--prev { left: -14px; }
.rev-nav--next { right: -14px; }
.rev-dots { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.rev-dot {
  width: 8px; height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: var(--line-dark);
  cursor: pointer;
  transition: width .25s var(--ease), background .25s ease;
}
.rev-dot.active { width: 24px; background: var(--red); }

@media (max-width: 1024px) {
  .rev-slide { flex-basis: calc((100% - 22px) / 2); }
  .rev-nav--prev { left: -6px; }
  .rev-nav--next { right: -6px; }
}
@media (max-width: 700px) {
  .rev-slide { flex-basis: 100%; }
  .rev-nav { display: none; }
  .grid-3--stars .quote { padding-right: 88px; }
}

/* ---------- фото локации: центрирование ---------- */
.location__photo img { object-position: center; }

/* ---------- галерея: нативная прокрутка + автодвижение ---------- */
.gallery-marquee {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.gallery-marquee::-webkit-scrollbar { display: none; }
.gallery-marquee__track { animation: none !important; width: max-content; }
.founder__photo img { object-position: center top; }
