/* ============================================================
   Татьяна Белгородцева — личная страница
   v113 — final production polish
   ============================================================ */

:root {
  --bg:       #090908;
  --panel:    #11100f;
  --ink:      #f8f4ee;
  --muted:    rgba(248,244,238,.72);
  --soft:     rgba(248,244,238,.55);
  --cream:    #f4e7d8;
  --cream-2:  #d8bfa8;
  --line:     rgba(244,231,216,.14);
  --btn-text: #11100f;
  --glass: rgba(255,255,255,.08);
  --glass-line: rgba(255,255,255,.18);
  --gold-soft: #efd2b4;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  overflow-x: hidden;
  min-height: 100svh;
  background:
    radial-gradient(circle at 50% 0%, rgba(145,118,88,.12), transparent 32%),
    #050505;
  color: var(--ink);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a      { text-decoration: none; color: inherit; }
img    { display: block; max-width: 100%; }
figure { margin: 0; }

/* PAGE SHELL */
.page,
.checkout-page {
  min-height: 100svh;
  display: grid;
  place-items: start center;
  padding: 0;
}

.tap-page {
  position: relative;
  width: min(100%, 430px);
  min-height: 100svh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(170,132,95,.18), transparent 18%),
    radial-gradient(circle at 50% 10%, rgba(255,255,255,.032), transparent 24%),
    linear-gradient(180deg, #0d0d0c 0%, #080808 58%, #0b0b0a 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,.055), 0 32px 80px rgba(0,0,0,.44);
}

.tap-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 37%, rgba(218,185,145,.13), transparent 26%),
    linear-gradient(90deg, rgba(0,0,0,.68), transparent 18%, transparent 82%, rgba(0,0,0,.68)),
    linear-gradient(180deg, rgba(0,0,0,.08), transparent 38%, rgba(0,0,0,.35));
  z-index: 0;
}

.tap-page::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  pointer-events: none;
  mix-blend-mode: screen;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 70%, transparent);
  z-index: 0;
}

/* TOP NAV intentionally removed from first screen in v99 */
.top-nav { display: none; }

/* HERO — reference layout */
.hero-poster {
  position: relative;
  z-index: 1;
  text-align: center;
  min-height: 100svh;
  padding: calc(42px + env(safe-area-inset-top, 0px)) 16px 42px;
  overflow: hidden;
  isolation: isolate;
}

.hero-poster::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 40%;
  width: 104%;
  height: 42%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(213,176,132,.20), rgba(122,92,62,.10) 38%, transparent 70%);
  filter: blur(10px);
  z-index: -1;
}

.hero-kicker { display: none; }

.hero-title {
  margin: 0 auto;
  max-width: 100%;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: #fffaf4;
  font-size: clamp(43px, 10.9vw, 60px);
  line-height: .96;
  letter-spacing: .018em;
  font-weight: 600;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow:
    0 1px 0 rgba(255,255,255,.22),
    0 18px 38px rgba(0,0,0,.62);
}

.hero-title span {
  display: block;
}

.hero-title span + span {
  margin-top: 7px;
  font-size: .82em;
  letter-spacing: .002em;
}

.hero-role {
  margin: 24px auto 0;
  max-width: 344px;
  color: rgba(248,244,238,.82);
  font-size: clamp(13px, 3.8vw, 17px);
  line-height: 1.3;
  letter-spacing: .032em;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-lead {
  margin: 24px auto 0;
  max-width: 342px;
  color: #f1d8bf;
  font-size: clamp(17px, 4.7vw, 24px);
  line-height: 1.44;
  font-weight: 500;
  letter-spacing: -.015em;
  text-shadow: 0 16px 34px rgba(0,0,0,.7);
}

/* Portrait is blended softly into the hero to preserve the full hair silhouette. */
.hero-portrait {
  position: relative;
  z-index: 1;
  width: min(82%, 334px);
  aspect-ratio: auto;
  margin: clamp(26px, 4.6svh, 38px) auto 0;
  overflow: visible;
  border-radius: 0;
}

.hero-portrait::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: 168%;
  height: 128%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(ellipse at 50% 42%,
      rgba(246,214,177,.30) 0%,
      rgba(190,143,98,.20) 34%,
      rgba(88,64,42,.10) 58%,
      transparent 78%);
  filter: blur(26px);
  z-index: -2;
}

.hero-portrait::after {
  content: "";
  position: absolute;
  inset: -14% -30% -16%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,244,228,.10), rgba(255,244,228,0) 54%),
    linear-gradient(180deg, rgba(8,8,8,0) 0%, rgba(8,8,8,.02) 72%, rgba(8,8,8,.34) 91%, #080808 100%);
  filter: blur(8px);
  z-index: -1;
}

.hero-portrait picture {
  display: block;
  width: 100%;
}

.hero-portrait img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  border-radius: inherit;
  filter:
    brightness(1.02)
    contrast(1.025)
    saturate(.99)
    drop-shadow(0 22px 34px rgba(0,0,0,.42));
  transform: translateZ(0);
}

/* Single main CTA in the hero */
.hero-cta,
.price-button {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  gap: 7px;
  min-height: 82px;
  width: 100%;
  margin: 8px auto 0;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,249,242,.94) 0%, rgba(244,229,213,.90) 100%);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  color: var(--btn-text);
  box-shadow:
    0 24px 52px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.88),
    inset 0 -1px 0 rgba(66,42,26,.14);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.hero-cta strong,
.price-button {
  font-size: clamp(20px, 5.8vw, 28px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-cta::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.42), transparent 44%);
  mix-blend-mode: soft-light;
}

.hero-cta span {
  color: rgba(17,16,15,.58);
  font-size: clamp(14px, 4.2vw, 18px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: lowercase;
}

.hero-cta:hover,
.price-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.035);
  box-shadow:
    0 30px 64px rgba(0,0,0,.62),
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -1px 0 rgba(66,42,26,.18);
}

.hero-cta:active,
.price-button:active { transform: scale(.986); }

.hero-cta:focus-visible,
.link:focus-visible,
.socials a:focus-visible,
.back:focus-visible,
.ghost:focus-visible,
.price-button:focus-visible {
  outline: 2px solid rgba(244,231,216,.86);
  outline-offset: 3px;
}


.hero-lead-after-cta {
  margin-top: 28px;
}

.hero-proof-list {
  display: grid;
  gap: clamp(18px, 3svh, 26px);
  margin: clamp(28px, 4.4svh, 44px) 0 0;
  padding: 0 10px 0 8px;
  text-align: left;
}

.hero-proof-list p {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 10px;
  align-items: start;
  margin: 0;
  color: rgba(248,244,238,.91);
  font-size: clamp(16px, 4.65vw, 22px);
  line-height: 1.31;
  letter-spacing: -.025em;
  font-weight: 400;
}

.hero-proof-list span {
  color: #efd0b3;
  letter-spacing: .04em;
}

/* Legacy proof block removed from first screen */
.proofs { display: none; }

/* ADDITIONAL ACTIONS BELOW HERO */
.links {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 11px;
  padding: 10px 18px 34px;
  background: #0d0d0c;
}

.link {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 78px;
  align-content: center;
  text-align: center;
  padding: 16px 20px;
  border: 1px solid rgba(244,231,216,.13);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(23,22,21,.84), rgba(12,12,11,.82));
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 14px 32px rgba(0,0,0,.22);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.link:hover {
  transform: translateY(-1px);
  border-color: rgba(244,231,216,.24);
  background: linear-gradient(180deg, rgba(31,30,29,.88), rgba(16,16,15,.86));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 36px rgba(0,0,0,.26);
}

.link strong {
  display: block;
  font-size: 16.5px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.link span {
  color: rgba(248,244,238,.62);
  font-size: 13px;
  line-height: 1.3;
  max-width: 330px;
  margin-inline: auto;
}

.max-link {
  background: linear-gradient(180deg, rgba(87,96,255,.92), rgba(79,38,166,.88)) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.22) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.20), 0 18px 34px rgba(43,38,166,.28) !important;
}

.max-link span {
  color: rgba(255,255,255,.78) !important;
}

.link.buy {
  background: linear-gradient(180deg, rgba(218,181,117,.96), rgba(154,111,62,.92));
  color: #fff;
  border-color: rgba(255,255,255,.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 18px 34px rgba(0,0,0,.25);
}

.link.buy span { color: rgba(255,255,255,.78); }
.link.course   { border-style: dashed; }
.link.route    { background: linear-gradient(180deg, #75634f, #3d352d); color: #fff; }
.link.route span { color: rgba(255,255,255,.76); }



/* REVIEWS */
.reviews {
  padding: 34px 18px 32px;
  background: linear-gradient(180deg, #f4f1eb 0%, #ece8e0 100%);
  color: #111;
}

.section-head p {
  margin: 0;
  color: #777;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 800;
}

.section-head h2 {
  margin: 8px 0 18px;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.reviews-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  scroll-padding-inline: 0;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar { display: none; }

.review-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  min-height: 210px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.stars         { color: #f6c400; font-size: 17px; font-weight: 800; }
.stars span    { color: #888; font-size: 13px; font-weight: 600; margin-left: 8px; }
.review-card p { margin: 12px 0 0; color: #161616; font-size: 15px; line-height: 1.45; }

/* SOCIALS */
.socials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 18px 24px;
  background: #101010;
}

.socials a {
  display: grid;
  place-items: center;
  min-height: 58px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(26,26,26,.84), rgba(17,17,17,.9));
  color: rgba(245,242,238,.86);
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: background .16s ease, border-color .16s ease;
}

.socials a:hover {
  background: #202020;
  border-color: rgba(255,255,255,.22);
}

.socials a:last-child {
  grid-column: 1 / -1;
}

/* CHECKOUT PAGES */
.checkout-page {
  padding: 20px 14px;
  background: #101010;
}

.checkout-card {
  width: min(100%, 430px);
  padding: 24px 18px;
  background: #171717;
  border: 1px solid rgba(255,255,255,.1);
  color: var(--ink);
}

.back,
.ghost {
  display: inline-grid;
  place-items: center;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: #202020;
  color: var(--ink);
  margin-top: 12px;
  transition: background .16s ease;
}

.back:hover,
.ghost:hover { background: #2a2a2a; }

.checkout-card .eyebrow {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 16px 0 0;
}

.checkout-card h1 {
  font-family: Manrope, system-ui, sans-serif;
  text-transform: none;
  letter-spacing: -.04em;
  font-size: 34px;
  line-height: 1;
  margin: 8px 0 0;
}

.checkout-card .lead,
.note {
  color: rgba(245,242,238,.68);
  font-size: 15px;
  line-height: 1.5;
  margin: 12px 0 0;
}

.pay-box {
  display: grid;
  gap: 4px;
  padding: 16px;
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,.1);
  background: #202020;
}

.pay-box strong { font-size: 18px; }
.pay-box span   { color: rgba(245,242,238,.62); font-size: 14px; }

.checkout-card .price-button { margin-top: 20px; }

/* MOBILE TUNING */
@media (max-width: 390px) {
  .hero-poster {
    padding: calc(42px + env(safe-area-inset-top, 0px)) 16px 40px;
  }

  .hero-title {
    font-size: 41px;
    letter-spacing: .014em;
  }

  .hero-title span + span {
    margin-top: 6px;
    font-size: .81em;
    letter-spacing: 0;
  }

  .hero-role {
    margin-top: 20px;
    font-size: 13px;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 17px;
    max-width: 314px;
  }

  .hero-portrait {
    width: min(82%, 312px);
    margin-top: 26px;
  }

  .hero-cta {
    min-height: 76px;
    margin-top: 8px;
  }

  .hero-cta strong {
    letter-spacing: .145em;
  }

  .hero-proof-list {
    margin-top: 30px;
    padding-inline: 4px 2px;
  }

  .hero-proof-list p {
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 8px;
    font-size: 16.5px;
  }
}

@media (max-width: 360px) {
  .hero-poster {
    padding-top: calc(38px + env(safe-area-inset-top, 0px));
  }

  .hero-title {
    font-size: 37px;
    letter-spacing: .01em;
  }

  .hero-title span + span {
    font-size: .80em;
  }

  .hero-role {
    font-size: 12.5px;
  }

  .hero-lead {
    font-size: 16px;
    max-width: 292px;
  }

  .hero-portrait {
    width: min(84%, 292px);
  }

  .hero-cta strong {
    font-size: 18px;
    letter-spacing: .10em;
  }

  .hero-proof-list p {
    font-size: 15.5px;
  }
}

/* Desktop/browser preview keeps the mobile card readable */
@media (min-width: 431px) {
  body { padding: 0; }
}


@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero-cta,
  .link,
  .socials a {
    background-color: rgba(245,235,225,.96);
  }

  .link,
  .socials a {
    background-color: #171615;
  }
}


/* REAL REVIEWS / CHANNELS */
.real-reviews {
  background: linear-gradient(180deg, #f4f1eb 0%, #ece8e0 100%);
}

.section-note {
  display: block;
  max-width: 360px;
  margin: -6px 0 18px;
  color: rgba(17,17,17,.62);
  font-size: 14px;
  line-height: 1.45;
}

.review-actions {
  display: grid;
  gap: 12px;
}

.review-action {
  display: grid;
  gap: 5px;
  min-height: 78px;
  align-content: center;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.78);
  color: #121212;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.review-action strong {
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.review-action span {
  color: rgba(18,18,18,.62);
  font-size: 14px;
}


/* ============================================================
   v101 — reference-clean hero pass
   Цель: ближе к примеру заказчика — короткий верх, большая фотография,
   одна кнопка, тезисы ниже кнопки.
   ============================================================ */

.hero-reference-clean {
  min-height: auto;
  padding: calc(18px + env(safe-area-inset-top, 0px)) 16px 36px;
}

.hero-reference-clean .hero-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 5vw, 30px);
  align-items: center;
  margin: 0 -16px 22px;
  padding: 17px 12px 18px;
  border-bottom: 1px solid rgba(244,231,216,.30);
  background: rgba(15,15,14,.62);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.hero-reference-clean .hero-nav a {
  color: rgba(248,244,238,.78);
  font-size: clamp(15px, 4.2vw, 19px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .035em;
  text-transform: lowercase;
}

.hero-reference-clean .hero-title {
  margin-top: 0;
  font-size: clamp(48px, 13.4vw, 68px);
  line-height: .88;
  letter-spacing: .022em;
}

.hero-reference-clean .hero-title span + span {
  margin-top: 5px;
  font-size: .66em;
  letter-spacing: .018em;
}

.hero-reference-clean .hero-role {
  margin-top: 18px;
  max-width: 370px;
  color: rgba(248,244,238,.66);
  font-size: clamp(14px, 4.1vw, 18px);
  line-height: 1.28;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.hero-reference-clean .hero-portrait {
  width: min(96%, 390px);
  margin-top: clamp(28px, 5svh, 42px);
}

.hero-reference-clean .hero-portrait::before {
  width: 150%;
  height: 118%;
  opacity: .9;
  filter: blur(30px);
}

.hero-reference-clean .hero-portrait::after {
  inset: -12% -22% -13%;
  opacity: .92;
}

.hero-reference-clean .hero-cta {
  margin-top: 10px;
  min-height: 82px;
  border-radius: 10px;
}

.hero-reference-clean .hero-cta strong {
  font-size: clamp(20px, 6vw, 28px);
  letter-spacing: .15em;
}

.hero-reference-clean .hero-proof-list {
  margin-top: clamp(36px, 5svh, 54px);
  gap: clamp(19px, 3.1svh, 28px);
  padding-inline: 2px;
}

.hero-reference-clean .hero-proof-list p {
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 8px;
  font-size: clamp(17px, 4.9vw, 23px);
}

.hero-reference-clean .hero-proof-list span {
  color: rgba(239,208,179,.82);
}

/* ниже hero блоки не должны выглядеть как случайный набор */
.links {
  padding-top: 4px;
}

.real-reviews .section-head h2 {
  max-width: 360px;
}

@media (max-width: 390px) {
  .hero-reference-clean {
    padding-top: calc(14px + env(safe-area-inset-top, 0px));
    padding-inline: 16px;
  }

  .hero-reference-clean .hero-nav {
    margin-inline: -16px;
    margin-bottom: 20px;
    gap: 20px;
    padding: 16px 10px 17px;
  }

  .hero-reference-clean .hero-nav a {
    font-size: 16px;
  }

  .hero-reference-clean .hero-title {
    font-size: 48px;
    letter-spacing: .014em;
  }

  .hero-reference-clean .hero-title span + span {
    font-size: .66em;
    letter-spacing: .012em;
  }

  .hero-reference-clean .hero-role {
    margin-top: 17px;
    font-size: 13px;
  }

  .hero-reference-clean .hero-portrait {
    width: min(96%, 350px);
    margin-top: 28px;
  }

  .hero-reference-clean .hero-cta {
    margin-top: 8px;
    min-height: 78px;
  }

  .hero-reference-clean .hero-cta strong {
    font-size: 20px;
    letter-spacing: .135em;
  }

  .hero-reference-clean .hero-proof-list {
    margin-top: 34px;
  }

  .hero-reference-clean .hero-proof-list p {
    grid-template-columns: 30px minmax(0, 1fr);
    font-size: 17px;
  }
}

@media (max-width: 360px) {
  .hero-reference-clean .hero-nav {
    gap: 15px;
  }

  .hero-reference-clean .hero-nav a {
    font-size: 15px;
  }

  .hero-reference-clean .hero-title {
    font-size: 42px;
  }

  .hero-reference-clean .hero-title span + span {
    font-size: .65em;
  }

  .hero-reference-clean .hero-role {
    font-size: 12px;
  }

  .hero-reference-clean .hero-portrait {
    width: min(96%, 318px);
    margin-top: 24px;
  }

  .hero-reference-clean .hero-cta strong {
    font-size: 18px;
    letter-spacing: .10em;
  }

  .hero-reference-clean .hero-proof-list p {
    font-size: 15.5px;
  }
}


/* ============================================================
   v102 — Yudova/Taplink-like hero alignment
   Scope: ONLY hero. Rest of the site remains ours.
   ============================================================ */

.hero-yudova-like {
  min-height: auto;
  padding: calc(12px + env(safe-area-inset-top, 0px)) 16px 38px;
}

.hero-yudova-like::before {
  top: 43%;
  width: 118%;
  height: 52%;
  opacity: .92;
  filter: blur(18px);
}

.hero-yudova-like .hero-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(17px, 5.4vw, 32px);
  margin: 0 -16px 20px;
  padding: 18px 12px 19px;
  border-bottom: 1px solid rgba(244,231,216,.28);
  background: rgba(16,16,15,.72);
  backdrop-filter: blur(18px) saturate(132%);
  -webkit-backdrop-filter: blur(18px) saturate(132%);
}

.hero-yudova-like .hero-nav a {
  color: rgba(248,244,238,.76);
  font-size: clamp(16px, 4.45vw, 20px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .035em;
  text-transform: lowercase;
}

.hero-yudova-like .hero-title {
  margin: 0 auto;
  max-width: 100%;
  font-size: clamp(52px, 14.6vw, 76px);
  line-height: .84;
  letter-spacing: .014em;
}

.hero-yudova-like .hero-title span + span {
  margin-top: 4px;
  font-size: .58em;
  letter-spacing: .006em;
}

.hero-yudova-like .hero-role {
  margin-top: 17px;
  max-width: 370px;
  color: rgba(248,244,238,.63);
  font-size: clamp(14px, 4.25vw, 18px);
  line-height: 1.24;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.hero-yudova-like .hero-portrait {
  width: min(112%, 430px);
  margin: clamp(30px, 5.4svh, 46px) auto 0;
}

.hero-yudova-like .hero-portrait::before {
  width: 142%;
  height: 110%;
  opacity: .82;
  filter: blur(32px);
}

.hero-yudova-like .hero-portrait::after {
  inset: -8% -14% -14%;
  background:
    linear-gradient(180deg, rgba(8,8,8,0) 0%, rgba(8,8,8,.02) 72%, rgba(8,8,8,.45) 92%, #080808 100%);
  filter: blur(5px);
}

.hero-yudova-like .hero-portrait img {
  filter:
    brightness(1.015)
    contrast(1.025)
    saturate(.99)
    drop-shadow(0 18px 30px rgba(0,0,0,.36));
}

.hero-yudova-like .hero-main-cta {
  margin-top: -6px;
  min-height: 78px;
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(245,246,246,.92) 0%, rgba(196,196,196,.88) 100%);
  color: #161616;
  border-color: rgba(255,255,255,.62);
}

.hero-yudova-like .hero-main-cta strong {
  font-size: clamp(19px, 5.6vw, 26px);
  letter-spacing: .135em;
}

.hero-yudova-like .hero-main-cta span {
  color: rgba(22,22,22,.58);
}

.hero-yudova-like .hero-proof-list {
  margin-top: clamp(38px, 5.8svh, 58px);
  gap: clamp(20px, 3.3svh, 30px);
  padding-inline: 2px;
}

.hero-yudova-like .hero-proof-list p {
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 8px;
  font-size: clamp(18px, 5vw, 23px);
  line-height: 1.28;
}

.hero-yudova-like .hero-proof-list span {
  color: rgba(239,208,179,.74);
}

@media (max-width: 390px) {
  .hero-yudova-like {
    padding-top: calc(10px + env(safe-area-inset-top, 0px));
    padding-inline: 16px;
  }

  .hero-yudova-like .hero-nav {
    margin-inline: -16px;
    margin-bottom: 18px;
    gap: 20px;
    padding: 17px 10px 18px;
  }

  .hero-yudova-like .hero-nav a {
    font-size: 16px;
  }

  .hero-yudova-like .hero-title {
    font-size: 50px;
    line-height: .84;
    letter-spacing: .010em;
  }

  .hero-yudova-like .hero-title span + span {
    font-size: .58em;
    letter-spacing: 0;
  }

  .hero-yudova-like .hero-role {
    margin-top: 16px;
    font-size: 13px;
  }

  .hero-yudova-like .hero-portrait {
    width: min(112%, 392px);
    margin-top: 30px;
  }

  .hero-yudova-like .hero-main-cta {
    margin-top: -5px;
    min-height: 76px;
  }

  .hero-yudova-like .hero-main-cta strong {
    font-size: 19px;
    letter-spacing: .12em;
  }

  .hero-yudova-like .hero-proof-list {
    margin-top: 36px;
  }

  .hero-yudova-like .hero-proof-list p {
    grid-template-columns: 30px minmax(0, 1fr);
    font-size: 17px;
  }
}

@media (max-width: 360px) {
  .hero-yudova-like .hero-nav {
    gap: 14px;
  }

  .hero-yudova-like .hero-nav a {
    font-size: 15px;
  }

  .hero-yudova-like .hero-title {
    font-size: 44px;
  }

  .hero-yudova-like .hero-title span + span {
    font-size: .57em;
  }

  .hero-yudova-like .hero-role {
    font-size: 12px;
  }

  .hero-yudova-like .hero-portrait {
    width: min(112%, 354px);
    margin-top: 26px;
  }

  .hero-yudova-like .hero-main-cta strong {
    font-size: 17px;
    letter-spacing: .09em;
  }

  .hero-yudova-like .hero-proof-list p {
    font-size: 15.5px;
  }
}


/* ============================================================
   v104 — real review cards + hero cutout glow
   ============================================================ */

.hero-yudova-like .hero-portrait.hero-portrait-cutout {
  width: min(112%, 430px);
  margin-top: clamp(24px, 4.8svh, 42px);
  isolation: isolate;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 82%;
  height: 64%;
  border-radius: 50%;
  background:
    radial-gradient(circle at center,
      rgba(224, 190, 152, .82) 0%,
      rgba(188, 151, 113, .48) 26%,
      rgba(111, 83, 49, .23) 54%,
      rgba(14, 11, 8, 0) 76%);
  filter: blur(22px);
  pointer-events: none;
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  width: 76%;
  height: 16%;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(0,0,0,.38) 0%, rgba(0,0,0,0) 75%);
  filter: blur(18px);
  pointer-events: none;
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout picture,
.hero-yudova-like .hero-portrait.hero-portrait-cutout img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout img {
  filter: drop-shadow(0 18px 26px rgba(0,0,0,.28));
}

.real-reviews .section-note {
  max-width: 44rem;
}

.reviews-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.review-card {
  padding: 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(22,22,22,.90) 0%, rgba(12,12,12,.94) 100%);
  box-shadow:
    0 14px 34px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.review-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
  color: rgba(248,244,238,.70);
  font-size: 14px;
  letter-spacing: .02em;
}

.review-stars {
  color: #f5c84c;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .08em;
}

.review-date-fallback {
  color: rgba(248,244,238,.56);
}

.review-card p {
  margin: 0 0 10px;
  color: rgba(248,244,238,.90);
  font-size: 15px;
  line-height: 1.55;
}

.review-card p:last-child {
  margin-bottom: 0;
}

.review-actions {
  margin-top: 18px;
}

@media (min-width: 760px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .review-card.review-long {
    grid-column: span 2;
  }
}

@media (max-width: 390px) {
  .hero-yudova-like .hero-portrait.hero-portrait-cutout {
    width: min(112%, 398px);
    margin-top: 24px;
  }

  .hero-yudova-like .hero-portrait.hero-portrait-cutout::before {
    width: 84%;
    height: 66%;
    filter: blur(20px);
  }

  .review-card {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .review-card p {
    font-size: 14.5px;
  }
}


/* ============================================================
   v106 — full safe polish pass
   Hero closer to reference, services block, action hierarchy,
   utilities moved lower, mobile rhythm improvements
   ============================================================ */

.hero-yudova-like {
  gap: 0;
}

.hero-yudova-like .hero-nav {
  margin-bottom: 18px;
  opacity: .94;
}

.hero-yudova-like .hero-nav a {
  font-size: clamp(14px, 3.3vw, 18px);
  letter-spacing: .01em;
}

.hero-yudova-like .hero-title {
  margin-bottom: 10px;
}

.hero-yudova-like .hero-role {
  max-width: 18ch;
  margin: 0 auto 10px;
  font-size: clamp(18px, 4.8vw, 26px);
  line-height: 1.18;
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout {
  width: min(118%, 470px);
  margin-top: 10px;
  margin-bottom: -8px;
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout::before {
  top: 44%;
  width: 88%;
  height: 70%;
  background:
    radial-gradient(circle at center,
      rgba(229, 195, 156, .88) 0%,
      rgba(201, 163, 120, .56) 28%,
      rgba(125, 89, 47, .26) 55%,
      rgba(14, 11, 8, 0) 78%);
  filter: blur(26px);
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout::after {
  bottom: 1%;
  width: 78%;
  height: 18%;
  filter: blur(20px);
}

.hero-yudova-like .hero-main-cta {
  margin-top: 6px;
}

.hero-yudova-like .hero-proof-list {
  margin-top: 28px;
}

.hero-yudova-like .hero-proof-list p {
  font-size: clamp(18px, 4.8vw, 24px);
  line-height: 1.26;
}

.services-clean,
.links-primary,
.links-secondary,
.real-reviews {
  margin-top: 28px;
}

.services-grid,
.links-grid {
  display: grid;
  gap: 14px;
}

.service-card {
  padding: 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(21,21,21,.92) 0%, rgba(10,10,10,.96) 100%);
  box-shadow:
    0 14px 28px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.service-card h3 {
  margin: 0 0 8px;
  color: rgba(249,244,237,.96);
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: .01em;
}

.service-card p {
  margin: 0;
  color: rgba(249,244,237,.75);
  font-size: 15px;
  line-height: 1.5;
}

.links .section-head {
  margin-bottom: 14px;
}

.links-grid .link {
  min-height: 104px;
}

.links-grid .link.primary-spotlight {
  border-color: rgba(222, 186, 141, .34);
  background:
    linear-gradient(180deg, rgba(213,174,127,.16) 0%, rgba(16,16,16,.94) 100%);
  box-shadow:
    0 18px 32px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.07);
}

.real-reviews .section-head {
  margin-bottom: 14px;
}

.review-card {
  border-radius: 20px;
}

.socials {
  margin-top: 26px;
}

@media (min-width: 760px) {
  .services-grid,
  .links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .links-primary .links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .links-secondary .links-grid .route {
    grid-column: span 2;
  }
}

@media (max-width: 420px) {
  .hero-yudova-like .hero-nav {
    gap: 12px;
    margin-bottom: 16px;
  }

  .hero-yudova-like .hero-title {
    letter-spacing: .01em;
  }

  .hero-yudova-like .hero-role {
    max-width: 16ch;
    font-size: clamp(17px, 4.7vw, 22px);
    margin-bottom: 8px;
  }

  .hero-yudova-like .hero-portrait.hero-portrait-cutout {
    width: min(122%, 440px);
    margin-top: 2px;
    margin-bottom: -10px;
  }

  .hero-yudova-like .hero-portrait.hero-portrait-cutout::before {
    top: 43%;
    width: 92%;
    height: 72%;
    filter: blur(22px);
  }

  .hero-yudova-like .hero-main-cta {
    margin-top: 0;
  }

  .hero-yudova-like .hero-proof-list {
    margin-top: 24px;
    gap: 18px;
  }

  .hero-yudova-like .hero-proof-list p {
    grid-template-columns: 28px minmax(0, 1fr);
    font-size: clamp(17px, 5vw, 22px);
  }

  .service-card,
  .review-card {
    border-radius: 18px;
  }

  .links-grid .link {
    min-height: 96px;
  }
}


/* ============================================================
   v107 — hero sizing + review carousel pass
   ============================================================ */

.hero-yudova-like .hero-portrait.hero-portrait-cutout {
  width: min(104%, 404px);
  margin-top: 16px;
  margin-bottom: -2px;
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout::before {
  top: 46%;
  width: 76%;
  height: 66%;
  background:
    radial-gradient(circle at center,
      rgba(229,195,156,.76) 0%,
      rgba(201,163,120,.42) 28%,
      rgba(125,89,47,.18) 54%,
      rgba(14,11,8,0) 78%);
  filter: blur(28px);
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout::after {
  inset: auto 10% -2% 10%;
  width: auto;
  height: 15%;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.36) 0%, rgba(0,0,0,0) 72%);
  filter: blur(18px);
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout picture {
  display: block;
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  filter:
    brightness(1.01)
    contrast(1.02)
    saturate(.99)
    drop-shadow(0 22px 34px rgba(0,0,0,.34));
}

.real-reviews .section-note {
  max-width: 36ch;
}

.reviews-shell {
  margin-top: 18px;
}

.reviews-grid.reviews-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.reviews-grid.reviews-carousel::-webkit-scrollbar {
  display: none;
}

.reviews-grid.reviews-carousel .review-card {
  flex: 0 0 calc(100% - 4px);
  max-width: calc(100% - 4px);
  min-height: 0;
  scroll-snap-align: start;
  padding: 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 34px rgba(0,0,0,.06);
}

.real-reviews .review-meta {
  color: rgba(21,21,21,.58);
}

.real-reviews .review-card p {
  color: #161616;
  font-size: 15px;
  line-height: 1.56;
}

.review-excerpt {
  margin: 0;
}

.review-details {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.review-details summary {
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .03em;
  color: #171717;
}

.review-details summary::-webkit-details-marker {
  display: none;
}

.review-details summary::after {
  content: ' +';
  color: rgba(23,23,23,.5);
}

.review-details[open] summary::after {
  content: ' −';
}

.review-details-body {
  margin-top: 10px;
}

.review-details-body p + p {
  margin-top: 10px;
}

.reviews-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.carousel-btn {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #171717;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.carousel-btn[disabled] {
  opacity: .42;
}

.reviews-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 18px;
  flex: 1 1 auto;
}

.review-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  border: 0;
  padding: 0;
}

.review-dot.is-active {
  width: 22px;
  background: #1b1b1b;
}

@media (min-width: 760px) {
  .reviews-grid.reviews-carousel .review-card {
    flex-basis: calc(50% - 7px);
    max-width: calc(50% - 7px);
  }
}

@media (max-width: 420px) {
  .hero-yudova-like .hero-portrait.hero-portrait-cutout {
    width: min(100%, 372px);
    margin-top: 14px;
    margin-bottom: 0;
  }

  .hero-yudova-like .hero-portrait.hero-portrait-cutout::before {
    top: 46%;
    width: 74%;
    height: 62%;
    filter: blur(24px);
  }

  .reviews-grid.reviews-carousel .review-card {
    padding: 16px 14px;
  }

  .real-reviews .review-card p {
    font-size: 14.5px;
  }
}

/* ============================================================
   v108-v110 — final hero refinement + cleaned notes
   ============================================================ */

.section-note:empty {
  display: none;
}

.hero-yudova-like {
  padding-top: calc(10px + env(safe-area-inset-top, 0px));
  padding-bottom: 34px;
}

.hero-yudova-like .hero-nav {
  gap: clamp(14px, 4.2vw, 26px);
  margin-bottom: 16px;
  padding: 16px 12px 17px;
}

.hero-yudova-like .hero-nav a {
  font-size: clamp(14px, 3.8vw, 17px);
  letter-spacing: .015em;
}

.hero-yudova-like .hero-title {
  margin-bottom: 8px;
  font-size: clamp(48px, 12.8vw, 74px);
  line-height: .86;
  letter-spacing: .012em;
}

.hero-yudova-like .hero-title span + span {
  font-size: .585em;
  margin-top: 5px;
}

.hero-yudova-like .hero-role {
  max-width: 19ch;
  margin: 0 auto 10px;
  color: rgba(248,244,238,.72);
  font-size: clamp(16px, 4.2vw, 22px);
  line-height: 1.18;
  letter-spacing: .018em;
  text-transform: none;
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout {
  width: min(96%, 382px);
  max-width: 382px;
  margin-top: 8px;
  margin-bottom: 6px;
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout::before {
  top: 50%;
  width: 58%;
  height: 44%;
  background:
    radial-gradient(circle at center,
      rgba(233,201,161,.78) 0%,
      rgba(204,166,123,.42) 32%,
      rgba(116,84,48,.16) 56%,
      rgba(14,11,8,0) 78%);
  filter: blur(26px);
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout::after {
  inset: auto 17% -1% 17%;
  height: 13%;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.28) 0%, rgba(0,0,0,0) 72%);
  filter: blur(16px);
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout img {
  object-position: center top;
  filter:
    brightness(1.01)
    contrast(1.015)
    saturate(.99)
    drop-shadow(0 20px 28px rgba(0,0,0,.26));
}

.hero-yudova-like .hero-main-cta {
  margin-top: 2px;
  min-height: 74px;
  border-radius: 10px;
}

.hero-yudova-like .hero-main-cta strong {
  font-size: clamp(18px, 5vw, 24px);
  letter-spacing: .11em;
}

.hero-yudova-like .hero-main-cta span {
  font-size: 13px;
}

.hero-yudova-like .hero-proof-list {
  margin-top: 24px;
  gap: 16px;
}

.hero-yudova-like .hero-proof-list p {
  grid-template-columns: 28px minmax(0, 1fr);
  font-size: clamp(16px, 4.3vw, 21px);
  line-height: 1.3;
}

.section-head {
  margin-bottom: 14px;
}

.section-head .section-note {
  margin-top: 6px;
  color: rgba(248,244,238,.54);
  font-size: 13px;
  line-height: 1.35;
}

.reviews-shell {
  margin-top: 14px;
}

.reviews-grid.reviews-carousel {
  gap: 12px;
  padding: 4px 2px 8px;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.reviews-grid.reviews-carousel .review-card {
  flex-basis: calc(100% - 2px);
  max-width: calc(100% - 2px);
}

.reviews-carousel-controls {
  margin-top: 10px;
}

.carousel-btn {
  width: 42px;
  height: 42px;
}

.review-actions {
  margin-top: 14px;
}

@media (max-width: 420px) {
  .hero-yudova-like .hero-nav {
    gap: 10px;
    padding: 15px 10px 16px;
  }

  .hero-yudova-like .hero-nav a {
    font-size: 14px;
  }

  .hero-yudova-like .hero-title {
    font-size: clamp(44px, 12.4vw, 58px);
  }

  .hero-yudova-like .hero-role {
    font-size: clamp(15px, 4.5vw, 18px);
    max-width: 18ch;
  }

  .hero-yudova-like .hero-portrait.hero-portrait-cutout {
    width: min(92%, 344px);
    max-width: 344px;
    margin-top: 6px;
    margin-bottom: 4px;
  }

  .hero-yudova-like .hero-portrait.hero-portrait-cutout::before {
    width: 56%;
    height: 42%;
    filter: blur(22px);
  }

  .hero-yudova-like .hero-main-cta {
    min-height: 70px;
  }

  .hero-yudova-like .hero-main-cta strong {
    font-size: 17px;
    letter-spacing: .1em;
  }

  .hero-yudova-like .hero-main-cta span {
    font-size: 12px;
  }

  .hero-yudova-like .hero-proof-list {
    margin-top: 22px;
    gap: 14px;
  }

  .hero-yudova-like .hero-proof-list p {
    font-size: 15.5px;
    grid-template-columns: 24px minmax(0, 1fr);
  }
}

@media (max-width: 360px) {
  .hero-yudova-like .hero-nav {
    gap: 8px;
  }

  .hero-yudova-like .hero-nav a {
    font-size: 13px;
  }

  .hero-yudova-like .hero-title {
    font-size: 40px;
  }

  .hero-yudova-like .hero-portrait.hero-portrait-cutout {
    width: min(90%, 320px);
    max-width: 320px;
  }

  .hero-yudova-like .hero-proof-list p {
    font-size: 14.5px;
  }
}

@media (min-width: 760px) {
  .hero-yudova-like .hero-portrait.hero-portrait-cutout {
    width: min(92%, 420px);
    max-width: 420px;
  }

  .hero-yudova-like .hero-role {
    max-width: 20ch;
  }
}


/* ============================================================
   v111 — hero composition tightened per client feedback
   ============================================================ */

.hero-yudova-like {
  overflow: hidden;
}

.hero-yudova-like .hero-title {
  margin-bottom: 0;
}

.hero-yudova-like .hero-role {
  margin-top: 10px;
  margin-bottom: 6px;
  max-width: 19ch;
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout {
  width: min(96%, 360px);
  max-width: 360px;
  margin-top: 8px;
  margin-bottom: -36px;
  position: relative;
  z-index: 1;
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout::before {
  top: 48%;
  width: 60%;
  height: 45%;
  opacity: .92;
  filter: blur(24px);
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout::after {
  inset: auto 15% 4% 15%;
  height: 13%;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.32) 0%, rgba(0,0,0,0) 72%);
  filter: blur(14px);
}

.hero-yudova-like .hero-portrait.hero-portrait-cutout img {
  object-position: center top;
  filter: brightness(1.01) contrast(1.02) saturate(.99) drop-shadow(0 18px 28px rgba(0,0,0,.30));
}

.hero-yudova-like .hero-main-cta {
  position: relative;
  z-index: 2;
  margin-top: 0;
  transform: translateY(-10px);
  min-height: 76px;
  width: min(100%, 760px);
}

.hero-yudova-like .hero-proof-list {
  margin-top: 14px;
}

@media (max-width: 420px) {
  .hero-yudova-like .hero-title {
    font-size: clamp(45px, 12.2vw, 56px);
    line-height: .87;
  }

  .hero-yudova-like .hero-role {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 13px;
  }

  .hero-yudova-like .hero-portrait.hero-portrait-cutout {
    width: min(94%, 332px);
    max-width: 332px;
    margin-top: 6px;
    margin-bottom: -32px;
  }

  .hero-yudova-like .hero-portrait.hero-portrait-cutout::before {
    width: 56%;
    height: 42%;
    filter: blur(20px);
  }

  .hero-yudova-like .hero-main-cta {
    transform: translateY(-8px);
    min-height: 74px;
  }

  .hero-yudova-like .hero-proof-list {
    margin-top: 12px;
  }
}

@media (max-width: 360px) {
  .hero-yudova-like .hero-title {
    font-size: 41px;
  }

  .hero-yudova-like .hero-role {
    font-size: 12px;
  }

  .hero-yudova-like .hero-portrait.hero-portrait-cutout {
    width: min(92%, 312px);
    max-width: 312px;
    margin-bottom: -28px;
  }

  .hero-yudova-like .hero-main-cta {
    transform: translateY(-6px);
  }
}

@media (min-width: 768px) {
  .hero-yudova-like .hero-portrait.hero-portrait-cutout {
    width: min(92%, 390px);
    max-width: 390px;
    margin-bottom: -40px;
  }

  .hero-yudova-like .hero-main-cta {
    transform: translateY(-12px);
  }
}

/* ============================================================
   v112 — hero tightened + compact premium before/after portfolio
   ============================================================ */

.hero-yudova-like {
  padding-top: calc(34px + env(safe-area-inset-top, 0px));
  padding-bottom: 34px;
}

.hero-yudova-like .hero-nav {
  margin-bottom: 16px;
}

.hero-yudova-like .hero-title {
  max-width: 368px;
  font-size: clamp(35px, 9.1vw, 49px);
  line-height: .92;
}

.hero-yudova-like .hero-title span + span {
  margin-top: 4px;
  font-size: .8em;
}

.hero-yudova-like .hero-role {
  margin-top: 14px;
  max-width: 316px;
  font-size: clamp(12px, 3.65vw, 16px);
  line-height: 1.28;
}

.hero-yudova-like .hero-portrait {
  width: min(78%, 296px);
  margin: 10px auto 0;
}

.hero-yudova-like .hero-portrait::before {
  width: 156%;
  height: 118%;
  top: 51%;
  filter: blur(22px);
}

.hero-yudova-like .hero-main-cta {
  margin-top: -20px;
  min-height: 78px;
  padding: 16px 18px 14px;
  border-radius: 18px;
}

.hero-yudova-like .hero-main-cta strong {
  font-size: clamp(18px, 5.2vw, 24px);
  letter-spacing: .14em;
}

.hero-yudova-like .hero-main-cta span {
  font-size: clamp(13px, 3.9vw, 16px);
}

.hero-yudova-like .hero-proof-list {
  margin-top: 18px;
  gap: 12px;
  padding: 0 4px;
}

.hero-yudova-like .hero-proof-list p {
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 8px;
  font-size: clamp(15px, 4.35vw, 19px);
  line-height: 1.27;
}

/* Compact premium portfolio */
.portfolio-premium {
  position: relative;
  z-index: 1;
  padding: 34px 18px 30px;
  background: linear-gradient(180deg, #f5f1ea 0%, #efe8de 100%);
  color: #121212;
}

.portfolio-premium .section-head {
  text-align: left;
}

.portfolio-track {
  display: flex;
  gap: 14px;
  margin-top: 18px;
  overflow-x: auto;
  padding: 2px 0 8px;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.portfolio-track::-webkit-scrollbar {
  display: none;
}

.compare-card {
  flex: 0 0 calc(100% - 12px);
  scroll-snap-align: start;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(22, 22, 22, .08);
  background: rgba(255,255,255,.66);
  box-shadow: 0 14px 36px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.74);
}

.compare-frame {
  --split: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 4 / 5;
  background: #dcd3cb;
}

.compare-image {
  position: absolute;
  inset: 0;
}

.compare-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare-image-after {
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
}

.compare-frame::before,
.compare-frame::after {
  position: absolute;
  top: 12px;
  z-index: 3;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15,15,15,.62);
  color: rgba(255,255,255,.92);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.compare-frame::before {
  content: "до";
  left: 12px;
}

.compare-frame::after {
  content: "после";
  right: 12px;
}

.compare-handle {
  position: absolute;
  inset: 0 auto 0 var(--split);
  z-index: 4;
  transform: translateX(-1px);
  width: 0;
  pointer-events: none;
}

.compare-handle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 0 0 1px rgba(17,17,17,.08), 0 0 22px rgba(255,255,255,.48);
}

.compare-handle span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.78);
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}

.compare-handle span::before {
  content: "↔";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #111;
  font-size: 18px;
  font-weight: 800;
}

.compare-range {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.compare-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  color: #8b7d6a;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
}

.portfolio-note {
  margin: 14px 2px 0;
  color: #6e6458;
  font-size: 13px;
  line-height: 1.42;
}

@media (min-width: 390px) {
  .compare-card {
    flex-basis: calc(100% - 4px);
  }
}

@media (max-width: 360px) {
  .hero-yudova-like .hero-title {
    font-size: 33px;
  }

  .hero-yudova-like .hero-main-cta {
    margin-top: -14px;
  }

  .hero-yudova-like .hero-main-cta strong {
    font-size: 17px;
    letter-spacing: .11em;
  }

  .compare-card {
    padding: 10px;
    border-radius: 20px;
  }
}


/* ============================================================
   v113 — final readiness polish
   ============================================================ */

/* tighter first screen */
.hero-yudova-like {
  padding-top: calc(30px + env(safe-area-inset-top, 0px));
  padding-bottom: 30px;
}

.hero-yudova-like .hero-nav {
  margin-bottom: 14px;
  padding: 14px 10px 15px;
}

.hero-yudova-like .hero-title {
  max-width: 360px;
  font-size: clamp(34px, 8.9vw, 48px);
  letter-spacing: .01em;
}

.hero-yudova-like .hero-role {
  max-width: 318px;
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: clamp(12px, 3.55vw, 16px);
  line-height: 1.26;
  letter-spacing: .018em;
}

.hero-yudova-like .hero-portrait {
  width: min(76%, 288px);
  margin-top: 6px;
}

.hero-yudova-like .hero-main-cta {
  margin-top: -24px;
  min-height: 76px;
  box-shadow:
    0 20px 44px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.88),
    inset 0 -1px 0 rgba(66,42,26,.14);
}

.hero-yudova-like .hero-proof-list {
  margin-top: 14px;
}

/* final page order rhythm */
.portfolio-premium {
  padding-top: 30px;
}

.quick-actions {
  padding-top: 30px;
}

.quick-actions .section-head h2 {
  color: rgba(248,244,238,.96);
}

.quick-actions .section-head p {
  color: rgba(248,244,238,.55);
}

.price-link {
  background: linear-gradient(180deg, rgba(245,245,245,.94), rgba(188,188,188,.86));
  color: #141414;
  border-color: rgba(255,255,255,.38);
}

.price-link span {
  color: rgba(20,20,20,.58);
}

/* portfolio should feel compact and premium */
.portfolio-track {
  gap: 12px;
}

.compare-card {
  flex-basis: calc(94% - 4px);
}

.compare-frame {
  aspect-ratio: 4 / 4.85;
}

.portfolio-note {
  display: none;
}

/* reviews must not eat the whole page */
.real-reviews {
  padding-top: 30px;
}

.reviews-grid.reviews-carousel .review-card {
  min-height: 270px;
  max-height: 430px;
  overflow-y: auto;
}

.review-details[open] {
  padding-bottom: 4px;
}

/* contacts now have a proper heading */
.contacts-panel {
  position: relative;
  z-index: 1;
  padding: 30px 18px 28px;
  background: #101010;
}

.contacts-panel .section-head {
  margin-bottom: 14px;
}

.contacts-panel .section-head h2 {
  color: rgba(248,244,238,.96);
  margin-bottom: 0;
}

.contacts-panel .section-head p {
  color: rgba(248,244,238,.55);
}

.contacts-panel .socials {
  padding: 0;
}

/* clean old wrapper if present */
.links-primary {
  display: none !important;
}

@media (max-width: 420px) {
  .hero-yudova-like {
    padding-top: calc(26px + env(safe-area-inset-top, 0px));
  }

  .hero-yudova-like .hero-nav {
    gap: 9px;
  }

  .hero-yudova-like .hero-title {
    font-size: clamp(32px, 8.7vw, 42px);
  }

  .hero-yudova-like .hero-role {
    font-size: clamp(11.8px, 3.5vw, 14px);
  }

  .hero-yudova-like .hero-portrait {
    width: min(76%, 278px);
  }

  .hero-yudova-like .hero-main-cta {
    margin-top: -22px;
  }

  .compare-card {
    flex-basis: calc(96% - 4px);
  }
}

@media (max-width: 360px) {
  .hero-yudova-like .hero-title {
    font-size: 31px;
  }

  .hero-yudova-like .hero-role {
    font-size: 11px;
  }

  .hero-yudova-like .hero-main-cta {
    margin-top: -18px;
  }
}


/* ============================================================
   v114 — integrated final contact section + portfolio direction fix
   ============================================================ */

/* Portfolio direction: left side is ДО, right side is ПОСЛЕ. */
.compare-image-after {
  clip-path: inset(0 0 0 var(--split));
}

.compare-frame::before {
  content: "до";
  left: 12px;
}

.compare-frame::after {
  content: "после";
  right: 12px;
}

.contacts-panel {
  display: none !important;
}

.contacts-final {
  position: relative;
  z-index: 1;
  padding: 32px 18px 38px;
  background:
    radial-gradient(circle at 50% 18%, rgba(226, 189, 142, .10), transparent 38%),
    linear-gradient(180deg, #111 0%, #090909 100%);
  color: #f8f4ee;
}

.contact-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 440px;
  border-radius: 28px;
  border: 1px solid rgba(214, 177, 124, .42);
  background: #0b0b0b;
  box-shadow:
    0 24px 56px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.06);
}

.contact-visual picture,
.contact-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-visual img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 38%;
  transform: scale(1.02);
  filter: brightness(.82) contrast(1.04) saturate(.92);
}

.contact-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.06) 34%, rgba(0,0,0,.66) 100%),
    radial-gradient(circle at 70% 28%, rgba(255,230,195,.10), transparent 42%),
    linear-gradient(90deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.18) 42%, rgba(0,0,0,.28) 100%);
  pointer-events: none;
}

.contact-overlay {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 26px;
  display: grid;
  gap: 2px;
  text-shadow: 0 18px 36px rgba(0,0,0,.68);
}

.contact-overlay .contact-kicker,
.contact-overlay strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  text-transform: uppercase;
  line-height: .86;
  letter-spacing: .035em;
  color: #fff8ef;
}

.contact-overlay .contact-kicker {
  font-size: clamp(47px, 14vw, 72px);
  font-weight: 600;
}

.contact-overlay strong {
  font-size: clamp(49px, 14.8vw, 76px);
  font-weight: 600;
}

.contact-overlay em {
  justify-self: start;
  margin-top: 4px;
  padding-left: 6px;
  color: #ddbd8e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 8vw, 40px);
  line-height: 1;
  font-style: italic;
  font-weight: 500;
  letter-spacing: .02em;
}

.contact-stack {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-link {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 20px;
  align-items: center;
  column-gap: 14px;
  min-height: 78px;
  padding: 14px 18px;
  border: 1px solid rgba(222, 186, 141, .52);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(20,20,18,.94) 0%, rgba(10,10,10,.98) 100%);
  color: #f8f4ee;
  box-shadow: 0 14px 32px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.06);
  overflow: hidden;
}

.contact-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at left center, rgba(232,200,142,.08), transparent 34%);
  pointer-events: none;
}

.contact-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(58,51,39,.82), rgba(30,25,18,.92));
  border: 1px solid rgba(222, 186, 141, .18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 8px 18px rgba(0,0,0,.20);
}

.contact-icon img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.contact-icon.is-instagram,
.contact-icon.is-telegram,
.contact-icon.is-max {
  background: transparent;
  border: none;
  box-shadow: none;
}

.contact-icon.is-instagram img,
.contact-icon.is-telegram img,
.contact-icon.is-max img {
  width: 28px;
  height: 28px;
}

.contact-icon.is-location img {
  width: 24px;
  height: 24px;
}

.contact-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.contact-title {
  display: block;
  font-size: clamp(18px, 4.8vw, 24px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: .01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-arrow {
  position: relative;
  z-index: 1;
  justify-self: end;
  font-size: 18px;
  line-height: 1;
  color: rgba(232, 200, 142, .85);
}

.contact-link:focus-visible,
.contact-link:hover {
  border-color: rgba(255, 226, 181, .88);
  transform: translateY(-1px);
  background: linear-gradient(180deg, rgba(28,26,22,.98) 0%, rgba(12,12,11,.99) 100%);
}

@media (max-width: 390px) {
  .contacts-final {
    padding: 28px 14px 34px;
  }

  .contact-visual {
    min-height: 400px;
    border-radius: 24px;
  }

  .contact-visual img {
    object-position: 50% 42%;
  }

  .contact-overlay {
    left: 16px;
    right: 16px;
    bottom: 22px;
  }

  .contact-link {
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    column-gap: 12px;
    min-height: 72px;
    padding: 12px 16px;
    border-radius: 18px;
  }

  .contact-icon {
    width: 38px;
    height: 38px;
  }

  .contact-icon.is-instagram img,
  .contact-icon.is-telegram img,
  .contact-icon.is-max img {
    width: 24px;
    height: 24px;
  }

  .contact-title {
    font-size: clamp(16px, 4.8vw, 20px);
  }
}

@media (min-width: 760px) {
  .contact-visual {
    min-height: 560px;
  }

  .contact-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* ============================================================
   v115 — QA polish: cache-busted assets + symmetric portfolio media
   ============================================================ */

/* Portfolio frames: source photos are vertical 9:16, so the window now matches them.
   This removes accidental top/bottom cropping and keeps ДО/ПОСЛЕ visually aligned. */
.compare-card {
  flex-basis: min(82%, 340px);
  max-width: 340px;
}

.compare-frame {
  aspect-ratio: 9 / 16;
  background: #d7cec4;
}

.compare-image img,
.compare-image .port-img {
  object-fit: cover;
  object-position: center center;
  transform: none;
}

/* Per-photo centering. Minimal corrections only: faces/shoulders stay centered,
   mirror edge remains natural, no important hair/heads are cut. */
.port-01-before { object-position: 50% 50%; }
.port-01-after  { object-position: 50% 50%; }
.port-02-before { object-position: 50% 50%; }
.port-02-after  { object-position: 50% 50%; }
.port-03-before { object-position: 50% 50%; }
.port-03-after  { object-position: 50% 50%; }

.portfolio-track {
  align-items: stretch;
  scroll-snap-type: x mandatory;
  gap: 12px;
  padding-bottom: 10px;
}

.compare-meta {
  padding: 0 2px;
}

/* Contact block: cleaner crop and no stale contact asset. */
.contact-visual {
  min-height: 430px;
}

.contact-visual img {
  object-position: 50% 44%;
  transform: scale(1.01);
}

@media (max-width: 390px) {
  .compare-card {
    flex-basis: min(84%, 320px);
    max-width: 320px;
  }

  .contact-visual {
    min-height: 390px;
  }

  .contact-visual img {
    object-position: 50% 46%;
  }
}

@media (min-width: 760px) {
  .compare-card {
    flex-basis: min(44%, 360px);
    max-width: 360px;
  }
}


/* v116: duplicate review action cards removed from HTML; final contact block remains. */


/* v117 — legal footer + documentation pages */
.legal-footer {
  display: grid;
  gap: 28px;
  justify-items: center;
  padding: 42px 18px 76px;
  background: #101010;
  text-align: center;
}

.legal-footer a {
  color: rgba(248,244,238,.42);
  font-size: clamp(17px, 4.5vw, 24px);
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color .18s ease;
}

.legal-footer a:hover,
.legal-footer a:focus-visible {
  color: rgba(248,244,238,.82);
}

.legal-footer .design-credit {
  color: rgba(248,244,238,.68);
}

.legal-page {
  min-height: 100svh;
  padding: 24px 16px 54px;
  background: radial-gradient(circle at 50% 0%, rgba(203,159,104,.12), transparent 38%), #101010;
  color: rgba(248,244,238,.88);
}

.legal-back {
  display: inline-flex;
  margin: 0 0 18px;
  color: rgba(248,244,238,.64);
  font-size: 14px;
}

.legal-card {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(22px, 5vw, 44px);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(24,24,24,.92), rgba(12,12,12,.96));
  box-shadow: 0 20px 52px rgba(0,0,0,.28);
}

.legal-kicker {
  margin: 0 0 10px;
  color: rgba(232,199,160,.68);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.legal-card h1 {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #fffaf4;
  font-size: clamp(32px, 8vw, 58px);
  line-height: .98;
  font-weight: 600;
}

.legal-card h2 {
  margin: 26px 0 10px;
  color: rgba(248,244,238,.96);
  font-size: 18px;
  line-height: 1.2;
}

.legal-card p {
  margin: 0 0 12px;
  color: rgba(248,244,238,.74);
  font-size: 15px;
  line-height: 1.62;
}

.legal-card strong {
  color: rgba(248,244,238,.92);
}

.legal-updated {
  margin-top: 30px !important;
  color: rgba(248,244,238,.46) !important;
  font-size: 13px !important;
}

@media (max-width: 390px) {
  .legal-footer {
    gap: 24px;
    padding-bottom: 66px;
  }

  .legal-footer a {
    font-size: 17px;
  }
}


/* v118: design credit removed from footer. */


/* v119 — payment success redirects to MAX dialog */
.success-max-card .price-button {
  background: linear-gradient(180deg, rgba(98, 82, 232, .96), rgba(72, 39, 172, .94));
  color: #fff;
  border-color: rgba(255,255,255,.26);
}

.success-max-card .ghost {
  margin-top: 12px;
}


/* v122 — address map buttons */
.map-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 14px 0 0;
}

.map-buttons a {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: rgba(248,244,238,.92);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .01em;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}

.map-buttons a:first-child {
  background: linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,.07));
}

.map-buttons a:last-child {
  background: linear-gradient(180deg, rgba(206,170,120,.24), rgba(206,170,120,.10));
  border-color: rgba(226,190,138,.22);
}

@media (max-width: 360px) {
  .map-buttons {
    gap: 10px;
  }

  .map-buttons a {
    min-height: 44px;
    font-size: 13px;
  }
}


/* v123: cleaned stale docs/QA, all HTML refs point to v123 CSS/JS. */


/* v124: replaced placeholder contact icons with real SVG logo assets. */


/* v125: refined final contacts block typography and icon layout to prevent overflow. */


/* ============================================================
   v126 — final contact block premium polish
   ============================================================ */

.contacts-final {
  padding-bottom: 30px;
}

.contact-visual {
  margin-bottom: 18px;
  box-shadow:
    0 22px 60px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.contact-visual::after {
  background:
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, transparent 28%, rgba(0,0,0,.78) 100%),
    radial-gradient(circle at 78% 34%, rgba(232,200,142,.16), transparent 32%);
}

.contact-overlay {
  bottom: 24px;
}

.contact-overlay .contact-kicker,
.contact-overlay strong {
  letter-spacing: .026em;
}

.contact-overlay .contact-kicker {
  font-size: clamp(42px, 12.5vw, 64px);
}

.contact-overlay strong {
  font-size: clamp(44px, 13.1vw, 68px);
}

.contact-overlay em {
  margin-top: 2px;
  color: #e9c997;
}

.contact-stack {
  gap: 10px;
  margin-top: 14px;
}

.contact-link {
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  min-height: 70px;
  padding: 11px 16px;
  border-radius: 18px;
  border-color: rgba(222,186,141,.40);
  background:
    radial-gradient(circle at 10% 50%, rgba(232,200,142,.08), transparent 30%),
    linear-gradient(180deg, rgba(20,20,18,.96) 0%, rgba(8,8,7,.98) 100%);
}

.contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.contact-icon img {
  width: 22px;
  height: 22px;
}

.contact-icon.is-instagram img,
.contact-icon.is-telegram img,
.contact-icon.is-max img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.contact-copy {
  display: grid;
  gap: 4px;
  justify-items: start;
  align-content: center;
}

.contact-title {
  max-width: 100%;
  font-size: clamp(17px, 4.55vw, 22px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: .005em;
}

.contact-subtitle {
  display: block;
  max-width: 100%;
  color: rgba(248,244,238,.52);
  font-size: clamp(11px, 3.1vw, 13px);
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-arrow {
  font-size: 15px;
  opacity: .72;
}

.legal-footer {
  padding-top: 34px;
  gap: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(232,200,142,.06), transparent 38%),
    #101010;
}

.legal-footer a {
  font-size: clamp(15px, 4vw, 20px);
  color: rgba(248,244,238,.34);
}

@media (max-width: 390px) {
  .contact-visual {
    min-height: 380px;
  }

  .contact-overlay {
    bottom: 20px;
  }

  .contact-overlay .contact-kicker {
    font-size: clamp(38px, 11.8vw, 48px);
  }

  .contact-overlay strong {
    font-size: clamp(40px, 12.2vw, 52px);
  }

  .contact-link {
    grid-template-columns: 38px minmax(0, 1fr) 16px;
    min-height: 66px;
    padding: 10px 14px;
  }

  .contact-icon {
    width: 32px;
    height: 32px;
  }

  .contact-icon.is-instagram img,
  .contact-icon.is-telegram img,
  .contact-icon.is-max img {
    width: 26px;
    height: 26px;
    object-fit: contain;
  }

  .contact-title {
    font-size: clamp(16px, 4.55vw, 19px);
  }

  .contact-subtitle {
    font-size: 10.5px;
  }
}

@media (max-width: 340px) {
  .contact-subtitle {
    display: none;
  }

  .contact-link {
    min-height: 62px;
  }
}


/* v127 — MAX logo replaced with the provided official-style image asset directly in the site. */
