/* Creative brand FULL page — from design-preview/creative-brand.html */

    :root {
      --base: #976147;
      --base-deep: #7a4d37;
      --cream: #f2edea;
      --cream-2: #e8e0db;
      --ink: #1a1414;
      --gray: #736b6b;
      --line: #ded6d3;
      --white: #fff;
      --display: "Castoro", Georgia, serif;
      --sans: "Ubuntu", sans-serif;
      --shadow: 0 20px 50px rgba(26, 20, 20, .1);
      --radius: 4px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body.creative-brand {
  font-family: "Ubuntu", sans-serif;
  color: #1a1414;
  padding-bottom: 0;
  background:
    radial-gradient(900px 500px at 100% -10%, rgba(151,97,71,.08), transparent 55%),
    radial-gradient(700px 400px at -10% 40%, rgba(151,97,71,.06), transparent 50%),
    #f2edea;
  line-height: 1.55;
  overflow-x: hidden;
}
body.creative-brand .page-wrapper { background: transparent; }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    .wrap { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }

    @media (prefers-reduced-motion: no-preference) {
      .reveal {
        opacity: 0;
        transform: translateY(28px);
        transition: opacity .7s ease, transform .7s ease;
      }
      .reveal.in { opacity: 1; transform: none; }
      .frame, .sit, .step, .price, .channel {
        transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
      }
      .frame:hover, .sit:hover, .step:hover, .price:hover, .kino-card:hover, .blog-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow);
      }
    }

    /* NAV — поверх hero, при скролле затемняется */
    .nav {
      --nav-h: 74px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10000;
      background: transparent;
      border-bottom: 1px solid transparent;
      transition: background .35s ease, border-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
    }
    .nav.is-solid,
    body.inner-page .nav {
      background: rgba(26, 20, 20, .92);
      backdrop-filter: blur(16px);
      border-bottom-color: rgba(255, 255, 255, .06);
      box-shadow: 0 10px 30px rgba(0, 0, 0, .28);
    }
    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      min-height: var(--nav-h);
      padding: .55rem 0;
    }
    .logo {
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
      position: relative;
    }
    .logo img {
      height: 64px;
      width: auto;
      display: block;
      max-width: min(320px, 52vw);
      object-fit: contain;
    }
    .logo img.logo-light {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0;
      pointer-events: none;
    }
    .nav.is-solid .logo img.logo-dark,
    body.inner-page .logo img.logo-dark { opacity: 0; }
    .nav.is-solid .logo img.logo-light,
    body.inner-page .logo img.logo-light { opacity: 1; }
    .nav-links {
      display: flex;
      gap: 1.35rem;
      list-style: none;
      font-size: .92rem;
      color: rgba(26, 20, 20, .72);
      font-weight: 500;
    }
    .nav-links a {
      position: relative;
      padding-bottom: 2px;
      transition: color .25s ease;
    }
    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0; right: 100%; bottom: 0;
      height: 1px;
      background: var(--base);
      transition: right .25s ease;
    }
    .nav-links a:hover { color: var(--ink); }
    .nav-links a:hover::after { right: 0; }
    .nav.is-solid .nav-links { color: rgba(242, 237, 234, .82); }
    .nav.is-solid .nav-links a::after { background: #c4a08a; }
    .nav.is-solid .nav-links a:hover { color: #fff; }
    .nav-cta {
      background: var(--base);
      color: #fff;
      padding: .72rem 1.25rem;
      border-radius: 30px;
      font-weight: 700;
      font-size: .84rem;
      box-shadow: 0 8px 20px rgba(151,97,71,.28);
      transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
    }
    .nav-cta:hover,
    .nav-cta:focus,
    .nav-cta:active {
      background: var(--base-deep);
      color: #fff;
      transform: translateY(-1px);
      box-shadow: 0 12px 26px rgba(151,97,71,.4);
      text-decoration: none;
    }

    /* HERO: фон на всю ширину, контент = ширина сайта */
    .hero {
      position: relative;
      width: 100%;
      height: clamp(600px, 74vh, 740px);
      margin: 0 0 4rem;
      overflow: hidden;
      color: var(--ink);
      isolation: isolate;
      padding-top: 74px;
    }
    .hero-media {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      background: #f3ebe3;
    }
    .hero-bg {
      position: absolute;
      inset: 0;
      background-color: #f3ebe3; background-position: center; background-size: cover; background-repeat: no-repeat;
      transform: scale(1.04);
      mix-blend-mode: multiply;
      opacity: .3;
      filter: sepia(.12) saturate(1.05) brightness(1.02);
    }
    .hero-orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(42px);
      pointer-events: none;
      z-index: 1;
    }
    .hero-orb.a {
      width: 320px; height: 320px;
      left: -50px; bottom: -80px;
      background: rgba(151, 97, 71, .26);
    }
    .hero-orb.b {
      width: 220px; height: 220px;
      right: 18%; top: 8%;
      background: rgba(236, 220, 208, .75);
    }
    .hero-veil {
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        linear-gradient(90deg, rgba(243, 235, 227, .96) 0%, rgba(242, 232, 222, .88) 36%, rgba(236, 220, 208, .4) 66%, rgba(232, 214, 198, .16) 100%),
        linear-gradient(180deg, rgba(242, 232, 222, .38) 0%, transparent 48%, rgba(151, 97, 71, .12) 100%);
      pointer-events: none;
    }
    /* Фоновые анимации хиро (без нейронной сети) */
    .hero-fx {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      overflow: hidden;
    }
    .hero-fx-svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }
    .fx-rings {
      position: absolute;
      left: 42%;
      top: 48%;
      width: 0;
      height: 0;
    }
    .fx-rings span {
      position: absolute;
      left: 0; top: 0;
      border: 1.5px solid rgba(151, 97, 71, .38);
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }
    .fx-rings span:nth-child(1) { width: 140px; height: 140px; }
    .fx-rings span:nth-child(2) { width: 220px; height: 220px; }
    .fx-rings span:nth-child(3) { width: 320px; height: 320px; }
    .fx-dot {
      position: absolute;
      display: block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #976147;
      box-shadow: 0 0 0 0 rgba(151, 97, 71, .45);
    }
    .fx-dot.d1 { left: 48%; top: 28%; }
    .fx-dot.d2 { left: 58%; top: 42%; }
    .fx-dot.d3 { left: 52%; top: 58%; }
    .fx-dot.d4 { left: 66%; top: 34%; }
    .fx-dot.d5 { left: 62%; top: 62%; }

    .fx-rings span { animation: fxCssBreath 5.5s ease-in-out infinite; }
    .fx-rings span:nth-child(2) { animation-delay: -1.8s; }
    .fx-rings span:nth-child(3) { animation-delay: -3.6s; }
    .fx-dot { animation: fxDotPulse 2.4s ease-out infinite; }
    .fx-dot.d2 { animation-delay: -.5s; }
    .fx-dot.d3 { animation-delay: -1s; }
    .fx-dot.d4 { animation-delay: -1.5s; }
    .fx-dot.d5 { animation-delay: -2s; }
    @keyframes fxCssBreath {
      0%, 100% { opacity: .25; transform: translate(-50%, -50%) scale(.88); }
      50% { opacity: .7; transform: translate(-50%, -50%) scale(1.12); }
    }
    @keyframes fxDotPulse {
      0% { box-shadow: 0 0 0 0 rgba(151, 97, 71, .5); transform: scale(1); }
      70% { box-shadow: 0 0 0 16px rgba(151, 97, 71, 0); transform: scale(1.15); }
      100% { box-shadow: 0 0 0 0 rgba(151, 97, 71, 0); transform: scale(1); }
    }
    .hero-inner {
      position: relative;
      z-index: 3;
      height: 100%;
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
      align-items: stretch;
      gap: 1.75rem;
      padding: 1.25rem 0 0;
    }
    .hero-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      padding-bottom: 2.25rem;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      font-size: .78rem;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--base);
      margin-bottom: 1rem;
      font-weight: 500;
    }
    .hero h1 {
      font-family: var(--display);
      font-weight: 400;
      font-size: clamp(2.4rem, 4.4vw, 3.7rem);
      line-height: 1.1;
      letter-spacing: -.02em;
      margin-bottom: 1rem;
      max-width: 15ch;
    }
    .hero h1 em {
      font-style: italic;
      color: var(--base);
      background-image: linear-gradient(var(--base), var(--base));
      background-size: 100% 2px;
      background-position: 0 92%;
      background-repeat: no-repeat;
    }
    .hero-lead {
      font-size: 1.06rem;
      color: var(--gray);
      max-width: 27rem;
      margin-bottom: 1.45rem;
      font-weight: 300;
      line-height: 1.65;
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: .75rem;
      margin-bottom: 1.25rem;
    }
    .hero-ecg {
      width: min(100%, 420px);
      height: 36px;
      margin-top: .35rem;
      opacity: .5;
      overflow: hidden;
    }
    .hero-ecg-track {
      display: flex;
      width: 200%;
      height: 100%;
      animation: ecgScroll 7s linear infinite;
    }
    .hero-ecg-track svg {
      display: block;
      width: 50%;
      height: 100%;
      flex: 0 0 50%;
    }
    .hero-ecg path {
      fill: none;
      stroke: var(--base);
      stroke-width: .85;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    @keyframes ecgScroll {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }
    .btn {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .45rem;
      min-height: 48px;
      padding: .8rem 1.55rem;
      border-radius: 30px;
      font-weight: 700;
      font-size: .9rem;
      line-height: 1.2;
      border: 1.5px solid transparent;
      cursor: pointer;
      text-decoration: none;
      box-shadow: none;
      background-image: none;
      appearance: none;
      -webkit-appearance: none;
      transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
    }
    .btn-fill {
      background: var(--base);
      color: #fff;
      border-color: var(--base);
      box-shadow: 0 8px 20px rgba(151,97,71,.28);
    }
    .btn-fill:hover,
    .btn-fill:focus,
    .btn-fill:active {
      background: var(--base-deep);
      border-color: var(--base-deep);
      color: #fff;
      box-shadow: 0 10px 24px rgba(151,97,71,.38);
      text-decoration: none;
    }
    .btn-ghost {
      border-color: rgba(151, 97, 71, .45);
      color: var(--base-deep);
      background: rgba(255, 255, 255, .35);
    }
    .btn-ghost:hover,
    .btn-ghost:focus,
    .btn-ghost:active {
      border-color: var(--base);
      background: rgba(255, 255, 255, .7);
      color: var(--base-deep);
      text-decoration: none;
    }
    .btn-outline {
      border-color: var(--base);
      color: var(--base);
      background: transparent;
    }
    .btn-outline:hover,
    .btn-outline:focus,
    .btn-outline:active {
      background: var(--base);
      border-color: var(--base);
      color: #fff;
      text-decoration: none;
    }
    .meta {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem;
    }
    .meta span {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      padding: .42rem .72rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, .55);
      border: 1px solid var(--line);
      color: var(--gray);
      font-size: .84rem;
    }
    .meta span::before {
      content: "";
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--base);
      box-shadow: 0 0 0 3px rgba(151,97,71,.25);
    }
    .hero-visual {
      position: relative;
      height: 100%;
      min-height: 0;
      display: block;
    }
    .hero-person {
      position: absolute;
      right: 0;
      bottom: 0;
      width: min(100%, 520px);
      height: 108%;
      background-position: center bottom; background-size: contain; background-repeat: no-repeat;
      filter: drop-shadow(0 22px 36px rgba(0,0,0,.38));
      pointer-events: none;
    }
    .hero-visual .founder {
      position: absolute;
      left: 0;
      bottom: 1.1rem;
      z-index: 2;
      width: min(100%, 300px);
      padding: 1.15rem 1.2rem 1.2rem 1.25rem;
      background:
        linear-gradient(135deg, rgba(36,28,26,.92) 0%, rgba(26,20,20,.78) 100%);
      backdrop-filter: blur(14px);
      border: 1px solid rgba(151, 97, 71, .22);
      border-left: none;
      box-shadow:
        0 18px 40px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.06);
      overflow: hidden;
    }
    .hero-visual .founder::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(180deg, #c4a08a, var(--base), #7a4d37);
    }
    .hero-visual .founder::after {
      content: "";
      position: absolute;
      right: -20px;
      top: -24px;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(151,97,71,.35), transparent 70%);
      pointer-events: none;
    }
    .founder-label {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      font-size: .68rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #c4a08a;
      margin-bottom: .55rem;
      font-weight: 600;
    }
    .founder-label::before {
      content: "";
      width: 14px;
      height: 1px;
      background: #c4a08a;
    }
    .founder strong {
      display: block;
      position: relative;
      z-index: 1;
      font-family: var(--display);
      font-size: clamp(1.35rem, 2vw, 1.65rem);
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: -.01em;
      margin-bottom: .45rem;
      color: #f7f1ec;
    }
    .founder span {
      position: relative;
      z-index: 1;
      display: block;
      font-size: .9rem;
      color: #c9b8ae;
      font-weight: 400;
    }
    .founder-pulse {
      position: relative;
      z-index: 1;
      margin-top: .75rem;
      height: 18px;
      width: 100%;
      opacity: .85;
    }
    .founder-pulse svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    @media (prefers-reduced-motion: no-preference) {
      .hero-bg { animation: heroKenSoft 28s ease-in-out infinite alternate; }
      .hero-orb.a { animation: orbPulse 8s ease-in-out infinite alternate; }
      .hero-orb.b { animation: orbPulse 10s ease-in-out infinite alternate-reverse; }
      .hero-copy > * {
        opacity: 0;
        transform: translateY(16px);
        animation: heroFadeUp .75s cubic-bezier(.22,1,.36,1) forwards;
      }
      .hero-copy > *:nth-child(1) { animation-delay: .08s; }
      .hero-copy > *:nth-child(2) { animation-delay: .18s; }
      .hero-copy > *:nth-child(3) { animation-delay: .28s; }
      .hero-copy > *:nth-child(4) { animation-delay: .38s; }
      .hero-copy > *:nth-child(5) { animation-delay: .48s; }
      .hero-copy > *:nth-child(6) { animation-delay: .55s; }
      .hero-visual .founder {
        opacity: 0;
        transform: translateY(10px);
        animation: heroFadeUp .75s cubic-bezier(.22,1,.36,1) .4s forwards;
      }
      @keyframes heroKenSoft {
        from { transform: scale(1.04); }
        to { transform: scale(1.1) translate3d(-1%, 1%, 0); }
      }
      @keyframes orbPulse {
        from { opacity: .5; transform: scale(1); }
        to { opacity: .85; transform: scale(1.1); }
      }
      @keyframes heroFadeUp { to { opacity: 1; transform: none; } }
    }

    /* ABOUT + SITUATIONS */
    .about {
      margin: 0 auto 4.5rem;
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 2.5rem;
      align-items: center;
    }
    .kicker {
      color: var(--base);
      font-weight: 600;
      font-size: .84rem;
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-bottom: .7rem;
    }
    .about h2, .section-title {
      font-family: var(--display);
      font-size: clamp(1.9rem, 3.4vw, 2.75rem);
      font-weight: 400;
      line-height: 1.15;
      margin-bottom: .9rem;
      letter-spacing: -.02em;
    }
    .about h2 span, .section-title span { color: var(--base); font-style: italic; }
    .about-text {
      color: var(--gray);
      font-size: 1.02rem;
      margin-bottom: 1.1rem;
      max-width: 48ch;
    }
    .about-text em {
      display: block;
      margin-top: .85rem;
      font-style: normal;
      color: var(--ink);
      border-left: 2px solid var(--base);
      padding-left: .85rem;
    }
    .about-collage {
      position: relative;
      min-height: 460px;
    }
    .about-collage .big {
      width: 78%;
      aspect-ratio: 4/5;
      object-fit: cover;
      box-shadow: var(--shadow);
    }
    .about-collage .small {
      position: absolute;
      right: 0;
      bottom: 8%;
      width: 48%;
      aspect-ratio: 1;
      object-fit: cover;
      border: 8px solid var(--cream);
      box-shadow: var(--shadow);
    }
    .about-collage .about-badge {
      position: absolute;
      left: 8%;
      bottom: 6%;
      z-index: 2;
      background: var(--base);
      color: #fff !important;
      padding: 1rem 1.15rem;
      font-family: var(--display);
      font-size: 1.05rem;
      font-weight: 400;
      line-height: 1.3;
      max-width: 11rem;
      box-shadow: var(--shadow);
      border-radius: 0;
      white-space: normal;
      display: block;
    }

    /* Situations mosaic */
    .situations {
      margin: 0 auto 4.75rem;
    }
    .situations .section-title { margin-bottom: .7rem; }
    .situations-lead,
    .strip-lead,
    .path-lead {
      color: var(--gray);
      font-size: 1.02rem;
      margin: 0 0 1.6rem;
      max-width: none;
    }
    .sit-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-auto-rows: minmax(168px, auto);
      gap: 6px;
      padding: .45rem 0 0 .45rem;
    }
    .sit {
      position: relative;
      overflow: visible;
      background: #1a1414;
      border: 1px solid var(--line);
      min-height: 168px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 1.15rem 1.15rem 1.2rem;
      color: #fff;
    }
    .sit-photo {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      pointer-events: none;
    }
    .sit-photo::before {
      content: "";
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      transform: scale(1.03);
      transition: transform .5s ease;
    }
    .sit:hover .sit-photo::before { transform: scale(1.08); }
    .sit::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(26,20,20,.2) 10%, rgba(26,20,20,.86) 100%);
      z-index: 1;
      pointer-events: none;
    }
    .sit.wide { grid-column: span 2; min-height: 220px; }
    .sit.tall { grid-row: span 2; min-height: 340px; }
    .sit .n,
    .sit h3,
    .sit p {
      position: relative;
      z-index: 2;
    }
    .sit .n {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      width: 1.4rem;
      height: 1.4rem;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #1a1414;
      color: #fff !important;
      font-family: var(--display);
      font-size: .78rem;
      font-weight: 400;
      line-height: 1;
      transform: translate(-40%, -40%);
      box-shadow: 0 3px 10px rgba(26, 20, 20, .35);
      border: 1px solid rgba(242, 237, 234, .16);
    }
    .sit h3 {
      font-family: var(--display);
      font-size: clamp(1.2rem, 2vw, 1.55rem);
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: .4rem;
      color: #fff !important;
    }
    .sit p {
      font-size: .9rem;
      color: #d9cdc4 !important;
      max-width: 36ch;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .sit:nth-child(1) .sit-photo::before { background-image: url("../img/serv1.png"); background-position: center 22%; }
    .sit:nth-child(2) .sit-photo::before { background-image: url("../img/serv2.png"); }
    .sit:nth-child(3) .sit-photo::before { background-image: url("../img/serv3.png"); }
    .sit:nth-child(4) .sit-photo::before { background-image: url("../img/serv5.png"); }
    .sit:nth-child(5) .sit-photo::before { background-image: url("../img/serv4.png"); }
    .sit:nth-child(6) .sit-photo::before { background-image: url("../img/serv6.png"); }
    .sit:nth-child(7) .sit-photo::before { background-image: url("../img/personal.jpg"); }
    .sit:nth-child(8) .sit-photo::before { background-image: url("../img/online.jpg"); }
    .sit:nth-child(9) .sit-photo::before { background-image: url("../img/about1.jpg"); background-position: center 30%; }

    /* CTA-плитка — одна ячейка, закрывает дыру в сетке */
    .sit.sit-cta {
      grid-column: auto;
      min-height: 168px;
      gap: .35rem;
    }
    .sit.sit-cta::after {
      background: linear-gradient(180deg, rgba(26,20,20,.25) 8%, rgba(26,20,20,.88) 100%);
    }
    .sit.sit-cta .n {
      color: #fff !important;
    }
    .sit.sit-cta h3 {
      color: #fff !important;
      max-width: none;
      font-size: clamp(1.1rem, 1.8vw, 1.35rem) !important;
      line-height: 1.2;
    }
    .sit.sit-cta p {
      color: #d9cdc4 !important;
      -webkit-line-clamp: 2;
      max-width: 28ch;
      margin-bottom: .1rem;
      font-size: .84rem;
    }
    .sit.sit-cta .btn {
      align-self: flex-start;
      position: relative;
      z-index: 2;
      margin-top: .25rem;
    }
    .sit.sit-cta:hover::before { transform: scale(1.08); }

    /* FORMATS */
    .strip { margin: 0 auto 4.5rem; }
    .strip .section-title { margin-bottom: .7rem; }
    .film {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      padding: .25rem .15rem 1rem;
    }
    .frame {
      scroll-snap-align: start;
      background: var(--white);
      border: 1px solid var(--line);
      overflow: hidden;
    }
    .frame-img {
      aspect-ratio: 4/3;
      background: center/cover no-repeat;
      position: relative;
    }
    .frame-img::after {
      content: attr(data-tag);
      position: absolute;
      top: .75rem;
      left: .75rem;
      background: rgba(26,20,20,.75);
      color: #fff;
      font-size: .72rem;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: .35rem .55rem;
      border-radius: 20px;
    }
    .frame:nth-child(1) .frame-img { background-image: url("../img/personal.jpg"); }
    .frame:nth-child(2) .frame-img { background-image: url("../img/online.jpg"); }
    .frame:nth-child(3) .frame-img { background-image: url("../img/chat.jpg"); }
    .frame-body { padding: 1.15rem 1.2rem 1.35rem; }
    .frame h3 {
      font-family: var(--display);
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: .4rem;
    }
    .frame p { color: var(--gray); font-size: .92rem; margin-bottom: .9rem; min-height: 3.2em; }

    /* KINO — светлая гамма как hero */
    .kino {
      position: relative;
      overflow: hidden;
      margin: 0 0 4.5rem;
      padding: clamp(2.4rem, 5vw, 3.8rem) 0;
      background:
        radial-gradient(700px 360px at 0% 10%, rgba(151,97,71,.12), transparent 55%),
        radial-gradient(520px 280px at 100% 90%, rgba(236,220,208,.9), transparent 50%),
        #f3ebe3;
      color: var(--ink);
    }
    .kino .wrap { position: relative; z-index: 2; }
    .kino-fx {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      overflow: hidden;
    }
    .kino-sprocket {
      position: absolute;
      left: 0;
      right: 0;
      height: 14px;
      background: repeating-linear-gradient(90deg, rgba(26,20,20,.18) 0 9px, transparent 9px 18px);
      opacity: .4;
    }
    .kino-sprocket.top { top: 0; }
    .kino-sprocket.bot { bottom: 0; }
    .kino-edge {
      position: absolute;
      top: -8%;
      width: 22px;
      height: 120%;
      background:
        repeating-linear-gradient(
          180deg,
          rgba(151,97,71,.22) 0 18px,
          rgba(255,255,255,.35) 18px 20px,
          rgba(151,97,71,.12) 20px 52px,
          rgba(255,255,255,.35) 52px 54px
        );
      opacity: .28;
    }
    .kino-edge.left { left: 10px; }
    .kino-edge.right { right: 10px; }
    .kino-float {
      position: absolute;
      color: var(--base);
      opacity: .2;
      display: block;
    }
    .kino-float svg { display: block; width: 100%; height: 100%; }
    .kino-float.f1 { width: 92px; height: 92px; left: 3%; top: 16%; }
    .kino-float.f2 { width: 108px; height: 72px; right: 4%; top: 10%; }
    .kino-float.f3 { width: 34px; height: 108px; left: 7%; bottom: 10%; }
    .kino-float.f4 { width: 88px; height: 76px; right: 7%; bottom: 14%; }
    .kino-float.f5 { width: 96px; height: 54px; left: 42%; top: 7%; }
    .kino-float.f6 { width: 64px; height: 64px; right: 18%; top: 48%; }
    @media (prefers-reduced-motion: no-preference) {
      .kino-float.f1 { animation: kinoFloat 9s ease-in-out infinite; }
      .kino-float.f2 { animation: kinoFloat 11s ease-in-out infinite reverse; animation-delay: -2s; }
      .kino-float.f3 { animation: kinoDrift 14s ease-in-out infinite; }
      .kino-float.f4 { animation: kinoFloat 10s ease-in-out infinite; animation-delay: -4s; }
      .kino-float.f5 { animation: kinoFloat 12s ease-in-out infinite reverse; animation-delay: -1s; }
      .kino-float.f6 { animation: kinoSpin 22s linear infinite; opacity: .16; }
      .kino-edge { animation: kinoStrip 18s linear infinite; }
      .kino.in .kino-card {
        animation: kinoCardIn .6s cubic-bezier(.22,1,.36,1) both;
      }
      .kino.in .kino-card:nth-child(1) { animation-delay: .05s; }
      .kino.in .kino-card:nth-child(2) { animation-delay: .12s; }
      .kino.in .kino-card:nth-child(3) { animation-delay: .19s; }
      .kino.in .kino-card:nth-child(4) { animation-delay: .26s; }
      .kino.in .kino-card:nth-child(5) { animation-delay: .33s; }
    }
    @keyframes kinoFloat {
      0%, 100% { transform: translate3d(0, 0, 0) rotate(-6deg); }
      50% { transform: translate3d(8px, -14px, 0) rotate(7deg); }
    }
    @keyframes kinoDrift {
      0%, 100% { transform: translate3d(0, 0, 0) rotate(8deg); }
      50% { transform: translate3d(0, -18px, 0) rotate(-6deg); }
    }
    @keyframes kinoSpin {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }
    @keyframes kinoStrip {
      from { background-position: 0 0; }
      to { background-position: 0 72px; }
    }
    @keyframes kinoCardIn {
      from { opacity: 0; transform: translateY(18px); }
      to { opacity: 1; transform: none; }
    }
    .kino-head {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 2rem;
      align-items: start;
      margin-bottom: 1.8rem;
    }
    .kino-intro p {
      color: var(--gray);
      font-size: .98rem;
      margin-bottom: .7rem;
    }
    .kino-intro ul {
      margin: 0;
      padding: 0;
      list-style: none;
      color: var(--gray);
      font-size: .92rem;
    }
    .kino-intro li {
      position: relative;
      padding-left: 1rem;
      margin-bottom: .4rem;
    }
    .kino-intro li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .55em;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--base);
    }
    .kino-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: .85rem;
      padding: .45rem 0 0 .45rem;
    }
    .kino-card {
      position: relative;
      overflow: visible;
      background: rgba(255,255,255,.78);
      border: 1px solid var(--line);
      padding: 1.15rem 1.1rem 1.2rem;
      display: flex;
      flex-direction: column;
      min-height: 220px;
    }
    .kino-card .n {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      width: 1.4rem;
      height: 1.4rem;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #1a1414;
      color: #fff;
      font-family: var(--display);
      font-size: .78rem;
      font-weight: 400;
      line-height: 1;
      transform: translate(-40%, -40%);
      box-shadow: 0 3px 10px rgba(26, 20, 20, .35);
      border: 1px solid rgba(242, 237, 234, .16);
    }
    .kino-card h3 {
      font-family: var(--display);
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: .45rem;
      color: var(--ink);
    }
    .kino-card > p {
      color: var(--gray);
      font-size: .88rem;
      margin: 0 0 .85rem;
      flex: 1;
    }
    .kino-films-btn {
      margin-top: auto;
      align-self: flex-start;
      background: none;
      border: 0;
      padding: 0;
      cursor: pointer;
      color: var(--base);
      font: 700 .82rem var(--sans);
    }
    .kino-films-btn::after { content: " →"; }
    .kino-films-btn:hover { color: var(--base-deep); }
    .kino-label {
      color: var(--base);
      font-size: .72rem;
      letter-spacing: .08em;
      text-transform: uppercase;
      margin: .85rem 0 .45rem;
    }

    .kino-modal[hidden] { display: none !important; }
    .kino-modal {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 20000;
      align-items: center;
      justify-content: center;
      padding: 1.25rem 1rem 5.5rem;
      background: rgba(26, 20, 20, .46);
      backdrop-filter: blur(8px);
    }
    .kino-modal.is-open { display: flex; }
    .kino-modal-dialog {
      position: relative;
      width: min(460px, 100%);
      max-height: min(76vh, 640px);
      overflow: auto;
      background: #fffdfb;
      border: 1px solid var(--line);
      box-shadow: 0 28px 64px rgba(26,20,20,.24);
      padding: 1.7rem 1.45rem 1.4rem;
    }
    .kino-modal-dialog h3 {
      font-family: var(--display);
      font-size: 1.35rem;
      font-weight: 400;
      margin: 0 2rem .9rem 0;
      line-height: 1.25;
    }
    .kino-modal-dialog ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .kino-modal-dialog li {
      color: var(--gray);
      font-size: .95rem;
      line-height: 1.4;
      margin-bottom: .5rem;
      padding-left: .9rem;
      position: relative;
    }
    .kino-modal-dialog li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .55em;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--base);
    }
    .kino-modal-close {
      position: absolute;
      top: .55rem;
      right: .65rem;
      width: 36px;
      height: 36px;
      border: 0;
      background: transparent;
      color: var(--ink);
      font-size: 1.7rem;
      line-height: 1;
      cursor: pointer;
    }
    .kino-modal-close:hover { color: var(--base); }
    body.kino-modal-open { overflow: hidden; }

    .book-modal {
      padding: 1rem;
    }
    .book-dialog {
      width: min(420px, 100%);
      max-height: min(92vh, 760px);
      overflow: auto;
      padding: 1.6rem 1.5rem 1.4rem;
      background: #fffdfb;
    }
    .book-dialog h3 {
      font-family: var(--display);
      font-size: 1.65rem;
      font-weight: 400;
      margin: 0 2rem .45rem 0;
      line-height: 1.2;
    }
    .book-lead {
      color: var(--gray);
      font-size: .95rem;
      margin: 0 0 1.15rem;
      line-height: 1.45;
    }
    .book-form {
      display: grid;
      grid-template-columns: 1fr;
      gap: .85rem;
      text-align: left;
    }
    .book-form.is-sent { display: none; }
    .book-form label {
      display: grid;
      gap: .35rem;
      font-size: .88rem;
      font-weight: 600;
      color: var(--ink);
    }
    .book-form label em {
      font-style: normal;
      font-weight: 400;
      color: var(--gray);
      font-size: .8rem;
    }
    .book-form input,
    .book-form select,
    .book-form textarea {
      width: 100%;
      min-height: 50px;
      padding: .75rem .95rem;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: #fff;
      color: var(--ink);
      font: 400 16px/1.3 var(--sans);
    }
    .book-form textarea {
      min-height: 88px;
      resize: vertical;
    }
    .book-form input:focus,
    .book-form select:focus,
    .book-form textarea:focus {
      outline: none;
      border-color: var(--base);
      box-shadow: 0 0 0 3px rgba(151,97,71,.18);
    }
    .book-form .btn { width: 100%; min-height: 50px; margin-top: .15rem; }
    .book-hp {
      position: absolute;
      left: -9999px;
      height: 0;
      overflow: hidden;
    }
    .book-consent {
      display: grid !important;
      grid-template-columns: 20px 1fr;
      gap: .45rem .7rem !important;
      align-items: start;
      font-weight: 400 !important;
      font-size: .8rem !important;
      line-height: 1.45;
      color: var(--gray) !important;
      cursor: pointer;
    }
    .book-consent input[type="checkbox"] {
      width: 18px !important;
      height: 18px !important;
      min-height: 18px !important;
      margin: .15rem 0 0;
      padding: 0;
      accent-color: var(--base);
      box-shadow: none !important;
      cursor: pointer;
    }
    .book-consent a {
      color: var(--base);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
    .book-consent a:hover { color: var(--base-deep); }
    .book-note {
      color: var(--gray);
      font-size: .8rem;
      font-weight: 400;
      margin: 0;
    }
    .book-status {
      margin: 0;
      font-size: .9rem;
      font-weight: 600;
    }
    .book-status.is-ok { color: #3d6b4f; }
    .book-status.is-err { color: #8a3a32; }
    .book-done {
      text-align: left;
    }
    .book-done p {
      font-family: var(--display);
      font-size: 1.25rem;
      line-height: 1.4;
      margin: 0 0 1.2rem;
    }
    .book-done .btn { width: 100%; }
    .book-dialog:has(#bookDone:not([hidden])) .book-lead { display: none; }

    @media (max-width: 1200px) {
      .kino-grid { grid-template-columns: repeat(3, 1fr); }
      .kino-float.f5, .kino-float.f6 { display: none; }
    }
    @media (max-width: 860px) {
      .kino-grid { grid-template-columns: repeat(2, 1fr); }
      .kino-card { min-height: 0; }
      .kino-edge { display: none; }
      .kino-float.f3, .kino-float.f4 { display: none; }
    }
    @media (max-width: 560px) {
      .kino-grid { grid-template-columns: 1fr; }
      .kino-float.f1, .kino-float.f2 { opacity: .12; width: 64px; height: 64px; }
      .kino-modal { padding: .85rem .75rem 1.25rem; }
      .kino-modal-dialog { max-height: 86vh; padding: 1.4rem 1.1rem 1.2rem; }
    }
    .sprocket {
      height: 11px;
      background: repeating-linear-gradient(90deg, var(--ink) 0 9px, transparent 9px 16px);
      opacity: .14;
    }

    /* PATH */
    .path { margin: 0 auto 4.5rem; }
    .path .section-title { margin-bottom: .7rem; }
    .path-line {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      position: relative;
    }
    .path-line::before {
      content: "";
      position: absolute;
      top: calc(1.6rem + 1.22rem);
      left: 10%;
      right: 10%;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--base), transparent);
      opacity: .45;
    }
    .step {
      position: relative;
      z-index: 1;
      background: var(--white);
      border: 1px solid var(--line);
      padding: 1.6rem 1.3rem 1.5rem;
    }
    .step b {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.45rem;
      height: 2.45rem;
      margin: 0 0 .9rem;
      border-radius: 50%;
      background: linear-gradient(165deg, #b58368 0%, var(--base) 42%, var(--base-deep) 100%);
      color: #fff;
      font-family: var(--display);
      font-size: 1.15rem;
      font-weight: 400;
      line-height: 1;
      box-shadow:
        0 8px 18px rgba(151, 97, 71, .38),
        inset 0 1px 0 rgba(255, 255, 255, .28),
        inset 0 -3px 6px rgba(26, 20, 20, .16);
    }
    .step h3 { font-size: 1.12rem; margin-bottom: .4rem; }
    .step p { color: var(--gray); font-size: .93rem; }

    /* QUOTE */
    .quote {
      margin: 0 0 4.5rem;
      padding: clamp(2.4rem, 5.5vw, 3.8rem) 0;
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(640px 300px at 8% 10%, rgba(151,97,71,.12), transparent 55%),
        radial-gradient(520px 260px at 96% 90%, rgba(236,220,208,.95), transparent 50%),
        #f3ebe3;
    }
    .quote-inner {
      position: relative;
      z-index: 1;
      max-width: 820px;
      margin-left: auto;
      margin-right: auto;
      padding: 2.2rem 2rem 2rem;
      background: rgba(255,255,255,.72);
      border: 1px solid var(--line);
      text-align: center;
    }
    .quote-mark {
      display: block;
      font-family: var(--display);
      font-size: clamp(4.5rem, 8vw, 7rem);
      line-height: .55;
      color: var(--base);
      opacity: .35;
      margin-bottom: .35rem;
    }
    .quote blockquote {
      font-family: var(--display);
      font-style: italic;
      font-size: clamp(1.45rem, 3vw, 2.15rem);
      line-height: 1.35;
      color: var(--ink);
      margin: 0 0 1.1rem;
    }
    .quote cite {
      display: inline-block;
      color: var(--base);
      font-style: normal;
      font-size: .82rem;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .quote cite::before {
      content: "";
      display: block;
      width: 36px;
      height: 2px;
      background: var(--base);
      margin: 0 auto .7rem;
      opacity: .7;
    }

    /* PRICING */
    .pricing { margin: 0 auto 4.5rem; }
    .pricing .section-title { margin-bottom: 1.5rem; }
    .prices {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }
    .price {
      background: var(--white);
      border: 1px solid var(--line);
      padding: 1.85rem 1.45rem;
      display: flex;
      flex-direction: column;
      gap: .85rem;
    }
    .price.hot {
      border-color: var(--base);
      background:
        linear-gradient(180deg, #fff 0%, #faf6f3 100%);
      box-shadow: 0 22px 45px rgba(151, 97, 71, .14);
      transform: translateY(-6px);
    }
    .price .top { color: var(--gray); font-size: .92rem; }
    .price .val {
      font-family: var(--display);
      font-size: 2.5rem;
      line-height: 1;
    }
    .price ul { list-style: none; color: var(--gray); font-size: .92rem; flex: 1; }
    .price li {
      padding: .4rem 0;
      border-bottom: 1px solid #efe9e5;
      padding-left: 1.1rem;
      position: relative;
    }
    .price li::before {
      content: "";
      position: absolute;
      left: 0; top: .85rem;
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--base);
    }
    .price li:last-child { border-bottom: 0; }
    .price img { width: 48px; height: auto; }
    .price-actions {
      display: grid;
      gap: .55rem;
    }
    .price-actions .btn { width: 100%; }

    /* BLOG */
    .blog { margin: 0 auto 4.5rem; }
    .blog .section-title { margin-bottom: 1.5rem; }
    .blog-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }
    .blog-card {
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 10px;
      overflow: hidden;
      color: inherit;
      text-decoration: none;
      min-height: 100%;
      transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .blog-card-img {
      display: block;
      height: 190px;
      background: var(--cream) center/cover no-repeat;
    }
    .blog-card-date {
      display: inline-flex;
      align-items: baseline;
      gap: .35rem;
      margin: 1.05rem 1.15rem 0;
      color: var(--base);
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: .04em;
      text-transform: uppercase;
    }
    .blog-card-date b {
      font-family: var(--display);
      font-size: 1.35rem;
      font-weight: 400;
      line-height: 1;
      text-transform: none;
    }
    .blog-card h3 {
      font-family: var(--display);
      font-size: 1.28rem;
      font-weight: 400;
      line-height: 1.25;
      margin: .55rem 1.15rem .9rem;
      color: var(--ink);
    }
    .blog-card-more {
      margin: auto 1.15rem 1.15rem;
      color: var(--base);
      font-size: .88rem;
      font-weight: 700;
    }
    .blog-card:hover { border-color: var(--base); }

    /* CONTACT */
    .contact {
      margin: 0 auto 2rem;
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 1.5rem;
      background:
        radial-gradient(600px 300px at 100% 0%, rgba(151,97,71,.35), transparent 55%),
        var(--ink);
      color: #f2edea;
      padding: clamp(1.6rem, 4vw, 3rem);
      box-shadow: var(--shadow);
    }
    .contact .kicker { color: #c4a08a; }
    .contact h2 {
      font-family: var(--display);
      font-size: clamp(1.75rem, 3vw, 2.5rem);
      font-weight: 400;
      margin-bottom: .7rem;
    }
    .contact > div > p { color: #b9aea6; margin-bottom: 1.25rem; }
    .channels { display: grid; gap: .7rem; }
    .channel {
      display: flex;
      align-items: center;
      gap: .9rem;
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.12);
      padding: .95rem 1.05rem;
      min-height: 60px;
      font-weight: 700;
    }
    .channel:hover {
      border-color: rgba(212,166,134,.75);
      background: rgba(255,255,255,.07);
      transform: translateX(4px);
    }
    .channel .ico {
      width: 40px; height: 40px; border-radius: 50%;
      background: rgba(151,97,71,.4);
      display: grid; place-items: center;
      font-size: .72rem; font-weight: 700; color: #efd4c3;
      flex-shrink: 0;
    }
    .channel small { display: block; color: #9e9189; font-weight: 400; font-size: .82rem; margin-top: .1rem; }

    /* SITE FOOTER */
    .sitefoot {
      margin: 0;
      padding: 0;
      background: var(--ink);
      color: #f2edea;
      font-family: var(--sans);
      font-size: .92rem;
      font-weight: 400;
    }
    .sitefoot-top {
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .sitefoot-top-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      min-height: 64px;
      flex-wrap: wrap;
      padding: .85rem 0;
    }
    .sitefoot-top-inner p {
      margin: 0;
      color: #c9b8ae;
      font-size: inherit;
      font-family: inherit;
    }
    .sitefoot-top-inner strong { color: #fff; font-weight: 600; }
    .sitefoot-follow {
      display: flex;
      align-items: center;
      gap: .75rem;
      color: #c9b8ae;
    }
    .sitefoot-follow a {
      color: #fff;
      font-weight: 700;
      border-bottom: 1px solid rgba(196,160,138,.55);
      padding-bottom: 1px;
    }
    .sitefoot-follow a:hover { color: #e0b596; }
    .sitefoot-grid {
      display: grid;
      grid-template-columns: 1.3fr .9fr 1.1fr 1fr;
      gap: 2rem 1.5rem;
      padding: 2.4rem 0 2.1rem;
    }
    .sitefoot-logo {
      display: inline-flex;
      margin-bottom: .85rem;
    }
    .sitefoot-logo img {
      height: 72px;
      width: auto;
    }
    .sitefoot-about p,
    .sitefoot-grid > div > p {
      color: #b9aea6;
      font-size: inherit;
      font-family: inherit;
      margin: 0 0 1rem;
      max-width: 32ch;
    }
    .sitefoot-b17 {
      display: inline-block;
      line-height: 0;
    }
    .sitefoot-b17 img {
      display: block;
      width: 88px;
      height: 31px;
    }
    .sitefoot h3 {
      font-family: var(--sans);
      font-size: inherit;
      font-weight: 700;
      color: #fff;
      margin: 0 0 1rem;
    }
    .sitefoot ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .sitefoot-grid ul a {
      display: inline-block;
      color: #c9b8ae;
      padding: .22rem 0;
      font-size: inherit;
      font-family: inherit;
    }
    .sitefoot-grid ul a:hover { color: #fff; }
    .sitefoot-contacts li {
      display: grid;
      gap: .1rem;
      margin-bottom: .7rem;
    }
    .sitefoot-contacts span {
      color: #8f837c;
      font-size: inherit;
      letter-spacing: 0;
      text-transform: none;
    }
    .sitefoot-contacts a {
      color: #f2edea;
      font-weight: 600;
      font-size: inherit;
      font-family: inherit;
    }
    .sitefoot-contacts a:hover { color: #e0b596; }
    .sitefoot-bottom {
      border-top: 1px solid rgba(255,255,255,.08);
    }
    .sitefoot-bottom-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
      padding: 1rem 0;
    }
    .sitefoot-bottom p,
    .sitefoot-bottom a {
      margin: 0;
      color: #c9b8ae;
      font-size: inherit;
      font-family: inherit;
      font-weight: 400;
    }
    .sitefoot-bottom a:hover { color: #fff; }
    .sitefoot-copy {
      display: grid;
      gap: .28rem;
    }
    .sitefoot-legal {
      display: flex;
      flex-wrap: wrap;
      gap: .15rem .85rem;
    }
    .sitefoot-legal a {
      font-size: .75rem;
      color: #8f837c;
      text-decoration: none;
    }
    .sitefoot-legal a:hover {
      color: #c9b8ae;
      text-decoration: none;
    }
    @media (max-width: 980px) {
      .sitefoot-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 560px) {
      .sitefoot-grid { grid-template-columns: 1fr; padding-top: 1.8rem; }
    }

    /* SITE FOOTER ends */

    /* STICKY removed */

    @media (max-width: 980px) {
      .nav {
        top: 0;
      }
      .nav-links { display: none; }
      .about, .path-line, .prices, .contact, .sit-grid, .hero-inner, .film, .kino-head, .blog-grid {
        grid-template-columns: 1fr;
      }
      .film { grid-auto-flow: unset; }
      .sit.wide, .sit.tall { grid-column: auto; grid-row: auto; min-height: 200px; }
      .sit.sit-cta { grid-column: auto; min-height: 200px; }
      .path-line::before { display: none; }
      .quote-inner { padding: 1.6rem 1.2rem 1.4rem; }
      .hero { height: auto; min-height: 0; }
      .hero-inner {
        padding: 1.5rem 0 2rem;
        gap: 0;
      }
      .hero-visual {
        order: -1;
        min-height: 320px;
        height: 340px;
        justify-content: center;
      }
      .hero-person {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(92%, 320px);
        height: 112%;
      }
      .hero-visual .founder {
        left: 50%;
        transform: translateX(-50%);
        bottom: .5rem;
        width: min(92%, 260px);
      }
      .hero-veil {
        background:
          linear-gradient(180deg, rgba(243, 235, 227, .42) 0%, rgba(242, 232, 222, .7) 42%, rgba(236, 220, 208, .92) 100%);
      }
      .fx-rings { left: 50%; top: 42%; }
      .about-collage { min-height: 380px; }
      .price.hot { transform: none; }
    }

  

/* Prod adapters — hide legacy Delogis chrome on homepage */
body.creative-brand .main-header-three,
body.creative-brand .stricky-header { display: none !important; }
body.creative-brand .preloader { display: none !important; }
body.creative-brand .custom-cursor__cursor,
body.creative-brand .custom-cursor__cursor-two { display: none !important; }
body.creative-brand .scroll-to-top { display: none !important; }
body.creative-brand .site-footer,
body.creative-brand .footer-one,
body.creative-brand .main-footer,
body.creative-brand .footer {
  /* keep contacts if needed — hide heavy Delogis footers */
}
body.creative-brand .page-wrapper > .footer-one,
body.creative-brand .page-wrapper > footer,
body.creative-brand .site-footer__bottom,
body.creative-brand .footer-widget-one {
}
/* Hide included Delogis site footer block */
body.creative-brand .moz-hide-legacy-footer { display: none !important; }
body.creative-brand .cta-one { display: none !important; }
/* Bitrix panel offset */
body.creative-brand.bx-panel-visible .nav,
body.creative-brand #panel ~ .page-wrapper .nav { top: auto; }

body.creative-brand a.btn,
body.creative-brand button.btn {
  text-decoration: none !important;
  background-image: none !important;
}
body.creative-brand a.nav-cta,
body.creative-brand a.nav-cta:hover,
body.creative-brand a.nav-cta:focus,
body.creative-brand a.nav-cta:active,
body.creative-brand a.nav-cta:focus-visible {
  color: #fff !important;
  text-decoration: none !important;
}
body.creative-brand .btn.btn-fill:hover,
body.creative-brand .btn.btn-fill:focus,
body.creative-brand .btn.btn-fill:active,
body.creative-brand .btn.btn-fill:focus-visible {
  background-color: #7a4d37 !important;
  border-color: #7a4d37 !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(151,97,71,.38) !important;
  transform: none !important;
}
body.creative-brand .btn.btn-ghost:hover,
body.creative-brand .btn.btn-ghost:focus,
body.creative-brand .btn.btn-ghost:active {
  background-color: rgba(255,255,255,.7) !important;
  border-color: #976147 !important;
  color: #7a4d37 !important;
  transform: none !important;
}

/* Legal / 152-FZ pages */
.legal-page {
  padding: 7.2rem 0 4.5rem;
}
.legal {
  max-width: 760px;
}
.legal .kicker {
  margin: 0 0 .55rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 600;
  color: var(--base);
}
.legal h1 {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.4vw, 2.55rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 .85rem;
}
.legal h2 {
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 400;
  margin: 1.7rem 0 .55rem;
}
.legal p,
.legal li {
  color: var(--gray);
  font-size: 1rem;
  line-height: 1.65;
}
.legal p { margin: 0 0 .85rem; }
.legal ul {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
}
.legal li { margin: 0 0 .35rem; }
.legal-meta {
  color: var(--gray);
  font-size: .92rem;
  margin-bottom: 1.4rem !important;
}
.legal a {
  color: var(--base);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal a:hover { color: var(--base-deep); }
body.inner-page .nav-links { color: rgba(242, 237, 234, .82); }
body.inner-page .nav-links a:hover { color: #fff; }
body.inner-page .nav-links a::after { background: #c4a08a; }
body.inner-page .nav-cta {
  background: var(--base);
  color: #fff;
  border-color: var(--base);
}

.pay-page {
  padding: 7.2rem 0 4.5rem;
}
.pay-page h1 {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.4vw, 2.55rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 .85rem;
}
.pay-lead {
  color: var(--gray);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 36rem;
  margin: 0 0 1.6rem;
}
.pay-formats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 0 2rem;
  max-width: none;
}
.pay-form {
  display: grid;
  gap: .85rem;
}
.pay-form > label,
.pay-form .book-consent,
.pay-form .btn,
.pay-form .book-status {
  max-width: 36rem;
}
.pay-format {
  display: grid;
  gap: .7rem;
  padding: 1.2rem 1.15rem 1.25rem;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  min-height: 168px;
  align-content: start;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}
.pay-format input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pay-format-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
}
.pay-format-short {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--base);
}
.pay-format-mins {
  display: inline-flex;
  align-items: baseline;
  gap: .22rem;
  padding: .28rem .58rem .26rem;
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1;
}
.pay-format-mins b {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1;
}
.pay-format-name {
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.28rem;
  line-height: 1.2;
}
.pay-format-price {
  font-family: var(--display);
  font-size: 1.85rem;
  line-height: 1;
  margin-top: auto;
  padding-top: .55rem;
  padding-right: 2rem;
}
.pay-format-mark {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: #fff;
}
.pay-format-mark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}
.pay-format:hover {
  border-color: #c4a08a;
  transform: translateY(-3px);
}
.pay-format.is-on {
  border-color: var(--base);
  box-shadow: 0 18px 36px rgba(151, 97, 71, .16);
  background: linear-gradient(180deg, #fff 0%, #faf6f3 100%);
}
.pay-format.is-on .pay-format-mins {
  background: var(--base);
  color: #fff;
}
.pay-format.is-on .pay-format-mark {
  background: var(--base);
  border-color: var(--base);
}
.pay-format.is-on .pay-format-mark::after { opacity: 1; }
.pay-form label {
  display: grid;
  gap: .35rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--ink);
}
.pay-form input[type="text"],
.pay-form input[type="tel"],
.pay-form input[type="email"] {
  width: 100%;
  min-height: 50px;
  padding: .75rem .95rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font: 400 16px/1.3 var(--sans);
}
.pay-form input:focus {
  outline: none;
  border-color: var(--base);
  box-shadow: 0 0 0 3px rgba(151,97,71,.18);
}
.pay-form .btn { width: 100%; min-height: 50px; }
.pay-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.4rem;
}
.pay-ok {
  max-width: 38rem;
  padding: 2.35rem 2.15rem 2.05rem;
  background: linear-gradient(180deg, #fff 0%, #faf6f3 100%);
  border: 1.5px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(151, 97, 71, .12);
}
.pay-ok-mark {
  position: relative;
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  margin: 0 0 1.15rem;
  border-radius: 50%;
  background: linear-gradient(165deg, #b58368 0%, var(--base) 42%, var(--base-deep) 100%);
  box-shadow:
    0 8px 18px rgba(151, 97, 71, .38),
    inset 0 1px 0 rgba(255, 255, 255, .28),
    inset 0 -3px 6px rgba(26, 20, 20, .16);
}
.pay-ok-mark::after {
  content: "";
  position: absolute;
  left: 1.32rem;
  top: .95rem;
  width: .72rem;
  height: 1.28rem;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(45deg);
}
.pay-ok h1 { margin-bottom: .7rem; }
.pay-ok .pay-lead { margin-bottom: 1.35rem; }
.pay-ok-next {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .55rem;
}
.pay-ok-next li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .75rem;
  align-items: center;
  padding: .72rem .85rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--gray);
  font-size: .95rem;
  line-height: 1.4;
}
.pay-ok-next b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--cream);
  color: var(--base);
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
}
.pay-ok .pay-result-actions { margin-top: 1.55rem; }
.pay-ok .pay-result-actions .btn { min-height: 46px; }
.pay-ok.is-wait .pay-ok-mark {
  animation: pay-wait-pulse 1.15s ease-in-out infinite;
}
.pay-ok.is-wait .pay-ok-mark::after { display: none; }
.pay-ok.is-no .pay-ok-mark {
  background: linear-gradient(165deg, #c4a8a0 0%, #8a5a54 48%, #6e3f3b 100%);
  box-shadow:
    0 8px 18px rgba(110, 63, 59, .28),
    inset 0 1px 0 rgba(255, 255, 255, .22);
}
.pay-ok.is-no .pay-ok-mark::before,
.pay-ok.is-no .pay-ok-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.5px;
  height: 1.35rem;
  background: #fff;
  border: 0;
  border-radius: 1px;
}
.pay-ok.is-no .pay-ok-mark::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pay-ok.is-no .pay-ok-mark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@keyframes pay-wait-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(.92); opacity: .72; }
}
@media (max-width: 720px) {
  .pay-formats { grid-template-columns: 1fr; }
}
