:root {
  --black: #000;
  --ink: #0a0a0a;
  --white: #fff;
  --gray: #d9d9d9;
  --mute: rgba(255,255,255,.55);
  --line: rgba(255,255,255,.14);
  --pink: #e7a0d6;
  --lav: #8b93f0;
  --indigo: #3b3f9a;
  --grad: linear-gradient(100deg, var(--pink) 0%, var(--lav) 55%, var(--indigo) 100%);
  --sans: "Inter Tight", "Helvetica Neue", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
  --pad: clamp(16px, 3.2vw, 48px);
  --ease: cubic-bezier(.7, 0, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: clip; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0; background: var(--black); color: var(--white);
  font-family: var(--sans); font-size: 16px; line-height: 1.4;
  overflow-x: clip; -webkit-font-smoothing: antialiased;
}
body.is-loading { overflow: hidden; }
img, video, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
::selection { background: var(--lav); color: #fff; }

.serif, .serif-cap { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; letter-spacing: -.02em; }
.serif-cap { font-size: 1.35em; line-height: 0; }
.line { display: block; overflow: hidden; padding-bottom: .06em; }
.char { display: inline-block; }
.eyebrow { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.eyebrow--dark { color: rgba(0,0,0,.6); }

/* ───────── ПРЕЛОАДЕР ───────── */
.loader { position: fixed; inset: 0; z-index: 100; background: var(--black); display: grid; place-items: center; }
.loader__logo { width: min(46vmin, 360px); aspect-ratio: 1; mix-blend-mode: screen; }
.loader__meta { position: absolute; top: var(--pad); left: var(--pad); right: var(--pad); display: flex; justify-content: space-between; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--mute); }
.loader__count { position: absolute; left: var(--pad); bottom: calc(var(--pad) + 14px); font-weight: 800; font-size: clamp(64px, 16vw, 220px); line-height: .8; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.loader__count i { font-style: normal; font-size: .3em; vertical-align: top; margin-left: .1em; color: var(--mute); }
.loader__bar { position: absolute; left: var(--pad); right: var(--pad); bottom: var(--pad); height: 2px; background: var(--line); }
.loader__bar i { position: absolute; inset: 0; background: var(--grad); transform: scaleX(0); transform-origin: left; }
.loader__wipe { position: absolute; inset: 0; background: var(--grad); transform: scaleY(0); transform-origin: bottom; }

/* ───────── КУРСОР ───────── */
.cursor { position: fixed; inset: 0; z-index: 90; pointer-events: none; display: none; }
.has-cursor .cursor { display: block; }
.has-cursor, .has-cursor a, .has-cursor button, .has-cursor input, .has-cursor label { cursor: none; }
.cursor__dot, .cursor__ring { position: fixed; left: 0; top: 0; }
.cursor__dot { width: 6px; height: 6px; margin: -3px 0 0 -3px; border-radius: 50%; background: #fff; mix-blend-mode: difference; }
.cursor__ring {
  width: 44px; height: 44px; margin: -22px 0 0 -22px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.6); display: grid; place-items: center;
  transition: width .45s var(--ease), height .45s var(--ease), margin .45s var(--ease), border-radius .45s var(--ease), background-color .3s, border-color .3s;
}
.cursor__label { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #000; opacity: 0; transform: scale(.4); transition: opacity .25s, transform .35s var(--ease); white-space: nowrap; }
.cursor.is-label .cursor__ring { width: 84px; height: 84px; margin: -42px 0 0 -42px; background: #fff; border-color: #fff; }
.cursor.is-label .cursor__label { opacity: 1; transform: none; }
.cursor.is-label .cursor__dot { opacity: 0; }
.cursor__corner { position: absolute; width: 14px; height: 14px; border: 2px solid #fff; opacity: 0; transition: opacity .3s, transform .45s var(--ease); }
.c1 { left: 0; top: 0; border-right: 0; border-bottom: 0; }
.c2 { right: 0; top: 0; border-left: 0; border-bottom: 0; }
.c3 { left: 0; bottom: 0; border-right: 0; border-top: 0; }
.c4 { right: 0; bottom: 0; border-left: 0; border-top: 0; }
.cursor.is-scan .cursor__ring { width: 120px; height: 120px; margin: -60px 0 0 -60px; border-radius: 0; border-color: transparent; }
.cursor.is-scan .cursor__corner { opacity: 1; }
.cursor.is-scan .cursor__label { opacity: 1; transform: translateY(78px); color: #fff; }
.cursor.is-scan.is-down .cursor__ring { width: 90px; height: 90px; margin: -45px 0 0 -45px; }
.cursor.is-light .cursor__ring { width: 16px; height: 16px; margin: -8px 0 0 -8px; background: #fff; box-shadow: 0 0 40px 12px rgba(255,255,255,.35); }
.cursor.is-hidden .cursor__ring, .cursor.is-hidden .cursor__dot { opacity: 0; }

/* ───────── ЗЕРНО / ПРОГРЕСС ───────── */
.grain { position: fixed; inset: 0; z-index: 80; pointer-events: none; overflow: hidden; }
.grain::before { content: ""; position: absolute; inset: -60px; opacity: .09; will-change: transform; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); animation: grain 1s steps(6) infinite; }
@keyframes grain { 0%{transform:translate(0,0)} 20%{transform:translate(-40px,30px)} 40%{transform:translate(30px,-50px)} 60%{transform:translate(-50px,-20px)} 80%{transform:translate(50px,40px)} 100%{transform:translate(0,0)} }
.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 70; }
.progress i { position: absolute; inset: 0; background: var(--grad); transform: scaleX(0); transform-origin: left; }

/* ───────── ШАПКА ───────── */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60; padding: 18px var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  mix-blend-mode: difference; transition: transform .6s var(--ease);
  font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
}
.header.is-hidden { transform: translateY(-110%); }
.header__logo img { width: 110px; height: auto; }
.header__nav { display: flex; gap: clamp(16px, 2.6vw, 40px); }
.header__nav b { font-size: 9px; margin-right: 6px; }
.header__contacts { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.3; }
[data-scramble] { display: inline-block; }

/* ───────── КНОПКИ ───────── */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 18px; overflow: hidden;
  padding: 20px 20px 20px 28px; border-radius: 999px; border: 0; font: 600 14px/1 var(--sans);
  letter-spacing: .04em; text-transform: uppercase; isolation: isolate;
}
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--grad); transform: translateY(101%); border-radius: inherit; transition: transform .6s var(--ease); }
.btn:hover::before { transform: none; }
.btn__arrow { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-size: 18px; transition: transform .6s var(--ease); }
.btn:hover .btn__arrow { transform: rotate(45deg); }
.btn--light { background: #fff; color: #000; }
.btn--light .btn__arrow { background: #000; color: #fff; }
.btn--light:hover { color: #fff; }
.btn--dark { background: #000; color: #fff; }
.btn--dark .btn__arrow { background: #fff; color: #000; }
.btn__text, .btn__arrow { pointer-events: none; }

/* ───────── ХИРО ───────── */
.hero { position: relative; height: 100svh; min-height: 560px; overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__gl, .hero__fallback { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__fallback { object-fit: cover; object-position: 80% 50%; }
.hero.gl-ready .hero__fallback { opacity: 0; }
.hero__shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.5) 32%, transparent 55%), linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 35%, transparent 55%); }
.hero__top { position: absolute; top: 88px; left: var(--pad); right: var(--pad); display: flex; justify-content: space-between; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.tag { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; backdrop-filter: blur(10px); background: rgba(0,0,0,.25); }
.tag__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 0 rgba(231,160,214,.7); animation: ping 1.8s infinite; }
@keyframes ping { 70% { box-shadow: 0 0 0 12px rgba(231,160,214,0); } 100% { box-shadow: 0 0 0 0 rgba(231,160,214,0); } }
.hero__event { color: var(--mute); }
.hero__content { position: absolute; left: var(--pad); right: var(--pad); bottom: clamp(28px, 7vh, 72px); pointer-events: none; }
.hero__title .line { padding-right: .08em; }
.hero__content a, .hero__content button { pointer-events: auto; }
.hero__title { text-shadow: 0 2px 40px rgba(0,0,0,.55); word-spacing: .12em; font-weight: 800; text-transform: uppercase; font-size: clamp(40px, 5.9vw, 112px); line-height: .88; letter-spacing: -.045em; }
.hero__title .dot { font-style: normal; }
.hero__title .dot .char { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__row { max-width: min(56vw, 900px); margin-top: clamp(20px, 3vw, 40px); display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.hero__sub { font-size: clamp(18px, 2vw, 28px); line-height: 1.1; text-transform: uppercase; font-weight: 500; letter-spacing: -.01em; }
.hero__scroll { position: absolute; right: var(--pad); top: 50%; display: flex; flex-direction: column; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; color: var(--mute); }
.hero__scroll i { width: 1px; height: 60px; background: var(--line); position: relative; overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; left: 0; right: 0; height: 40%; background: #fff; animation: drip 1.8s var(--ease) infinite; }
@keyframes drip { from { transform: translateY(-100%); } to { transform: translateY(250%); } }

/* ───────── БЕГУЩАЯ СТРОКА ───────── */
.ticker { position: relative; z-index: 5; height: 0; overflow-x: clip; overflow-y: visible; }
.ticker__band { position: absolute; left: 0; right: 0; top: 0; background: var(--grad); padding: 14px 0; overflow: hidden; transform: translateY(-50%) rotate(-2deg) scale(1.06); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.ticker__track { display: flex; width: max-content; will-change: transform; }
.ticker__group { display: flex; gap: 12px; padding-right: 12px; }
.pill { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; padding: 12px 22px; border-radius: 999px; background: rgba(255,255,255,.92); color: #111; font-weight: 700; font-size: clamp(16px, 2vw, 26px); letter-spacing: -.02em; }
.pill b { font-size: .7em; }
.pill--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.9); }

/* ───────── МАНИФЕСТ ───────── */
.manifest { position: relative; background: var(--gray); color: #000; padding: clamp(120px, 18vh, 200px) var(--pad) clamp(80px, 14vh, 160px); overflow: hidden; }
.manifest__text { max-width: 1100px; margin: 0 auto; text-align: center; font-size: clamp(28px, 4.4vw, 68px); line-height: 1.04; letter-spacing: -.035em; font-weight: 500; }
.manifest__text .word { display: inline-block; opacity: .12; }
.bognat-parens { margin: clamp(56px, 10vh, 120px) auto 0; display: flex; align-items: center; justify-content: center; gap: clamp(6px, 1.2vw, 20px); font-weight: 800; font-size: clamp(56px, 12vw, 200px); letter-spacing: -.05em; line-height: 1; }
.bp__paren { font-weight: 200; display: inline-block; }
.bp__core { position: relative; width: clamp(150px, 22vw, 340px); }
.bp__core .logo-ring { width: 100%; aspect-ratio: 1; object-fit: cover; filter: invert(1); mix-blend-mode: multiply; clip-path: inset(2px); }
.bp__core p { position: absolute; top: calc(100% + 12px); left: 0; right: 0; margin: 0 auto; font-size: 11px; line-height: 1.35; letter-spacing: 0; font-weight: 500; text-align: center; max-width: 220px; }
.sticker {
  position: absolute; right: clamp(12px, 7vw, 120px); bottom: clamp(260px, 34vw, 480px); z-index: 3;
  background: var(--pink); color: #000; padding: 16px 26px; font-size: clamp(16px, 1.8vw, 26px); line-height: 1.05; font-weight: 500;
  transform: rotate(8deg); box-shadow: 0 20px 40px rgba(0,0,0,.18); user-select: none; touch-action: none;
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
}
.sticker.is-drag { box-shadow: 0 40px 70px rgba(0,0,0,.28); }

/* ───────── ПРОВЕРКА (прожектор) ───────── */
.check { position: relative; padding: clamp(96px, 14vh, 160px) var(--pad); background: radial-gradient(1200px 600px at 50% 110%, #15161f 0%, #000 60%); }
.section-head { display: grid; gap: 22px; margin-bottom: clamp(48px, 8vh, 96px); }
.h2 { word-spacing: .12em; font-weight: 800; text-transform: uppercase; font-size: clamp(36px, 6.4vw, 104px); line-height: .9; letter-spacing: -.045em; }
.h2 .serif { font-size: 1.05em; }
.boards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 44px); perspective: 1400px; }
.board { position: relative; transform-style: preserve-3d; will-change: transform; }
.board__screen { position: relative; aspect-ratio: 2 / 1.25; border: 6px solid #1b1b1f; outline: 1px solid #2c2c33; background: #040405; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,.7); }
.board__screen::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle 260px at var(--mx, -500px) var(--my, -500px), rgba(255,255,255,.14), transparent 70%); pointer-events: none; }
.board__layer { position: absolute; inset: 0; padding: clamp(16px, 2vw, 28px); display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; }
.board__layer--dim { color: #26262b; }
.board__layer--lit { color: #fff; -webkit-mask-image: radial-gradient(circle 200px at var(--mx, -500px) var(--my, -500px), #000 25%, transparent 75%); mask-image: radial-gradient(circle 200px at var(--mx, -500px) var(--my, -500px), #000 25%, transparent 75%); }
.board__layer--lit .board__num { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.board__num { position: absolute; top: clamp(12px, 1.6vw, 22px); left: clamp(16px, 2vw, 28px); font-weight: 800; font-size: clamp(40px, 5vw, 80px); letter-spacing: -.05em; line-height: 1; }
.board h3 { font-weight: 800; text-transform: uppercase; font-size: clamp(20px, 2vw, 32px); letter-spacing: -.03em; line-height: .95; }
.board p { font-size: clamp(13px, 1.05vw, 16px); line-height: 1.35; max-width: 34ch; }
.board__rail { position: relative; height: 16px; margin: 0 6%; background: #16161a; display: flex; justify-content: space-around; align-items: flex-start; }
.lamp { position: relative; width: 22px; height: 6px; margin-top: 5px; background: #333; border-radius: 2px; }
.lamp::after { content: ""; position: absolute; left: 50%; bottom: 100%; width: 180px; height: 160px; transform: translateX(-50%); background: radial-gradient(ellipse at 50% 100%, rgba(255,255,255,var(--glow, .08)), transparent 70%); pointer-events: none; }
.lamp::before { content: ""; position: absolute; inset: 0; border-radius: 2px; background: #fff; opacity: var(--glow-dot, .25); box-shadow: 0 0 16px 4px rgba(255,255,255, calc(var(--glow-dot, .25) * .8)); }
.board__leg { width: 12%; height: 80px; margin: 0 auto; background: linear-gradient(90deg, #0d0d10, #1c1c21 50%, #0d0d10); }
.check__hint { margin-top: 36px; text-align: center; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }

/* ───────── ПУТЬ ───────── */
.path { position: relative; background: #000; }
.path__pin { position: relative; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.path__head { position: absolute; top: 96px; left: var(--pad); right: var(--pad); display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.path__note { font-size: clamp(18px, 2vw, 30px); text-transform: uppercase; font-weight: 500; letter-spacing: -.02em; text-align: right; }
.path__line { position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line); }
.path__line i { position: absolute; inset: 0; background: var(--grad); transform: scaleX(0); transform-origin: left; height: 2px; }
.path__track { display: flex; gap: 6vw; padding: 0 20vw 0 max(var(--pad), 22vw); width: max-content; will-change: transform; }
.step { width: clamp(260px, 30vw, 440px); flex: none; position: relative; padding-top: 12px; }
.step__n { font-size: 12px; letter-spacing: .1em; color: var(--mute); }
.step__visual { position: relative; margin: 14px 0 22px; aspect-ratio: 4 / 3; border: 1px solid var(--line); overflow: hidden; background: #070708; display: grid; place-items: center; }
.step__visual--img img { width: 100%; height: 100%; object-fit: cover; object-position: 75% 40%; transform: scale(1.15); }
.step__visual--qr img { width: 58%; background: #fff; padding: 14px; }
.scanline { position: absolute; left: 12%; right: 12%; height: 2px; background: var(--grad); box-shadow: 0 0 24px 4px rgba(139,147,240,.6); animation: scan 2.4s var(--ease) infinite alternate; top: 18%; }
@keyframes scan { to { top: 80%; } }
.step__visual--here { background: var(--grad); gap: 10px; align-content: center; }
.here-badge { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; border-radius: 999px; background: #000; font-weight: 700; text-transform: uppercase; font-size: clamp(14px, 1.4vw, 20px); }
.here-badge i { width: 10px; height: 10px; border-radius: 50%; background: #fff; animation: ping 1.8s infinite; }
.here-url { font-size: 13px; color: #000; font-weight: 600; }
.step__visual--form { align-content: center; gap: 10px; padding: 0 16%; }
.step__visual--form span { display: block; height: 30px; width: 100%; border-bottom: 1px solid rgba(255,255,255,.35); }
.step__visual--form b { justify-self: start; margin-top: 10px; padding: 10px 16px; border-radius: 999px; background: #fff; color: #000; font-size: 12px; text-transform: uppercase; }
.deal { font-weight: 800; font-size: clamp(90px, 12vw, 180px); line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.step h3 { font-weight: 800; text-transform: uppercase; font-size: clamp(32px, 3.6vw, 60px); letter-spacing: -.045em; line-height: .9; }
.step p { margin-top: 10px; color: var(--mute); max-width: 32ch; }
.step--here h3 { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ───────── МЕТОД ───────── */
.method { display: grid; grid-template-columns: 1fr 2fr; gap: var(--pad); padding: clamp(96px, 14vh, 160px) var(--pad); background: #000; }
.method__side { display: flex; flex-direction: column; gap: 24px; }
.method__lead { font-size: clamp(20px, 1.8vw, 28px); line-height: 1.15; max-width: 22ch; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.cell { position: relative; min-height: clamp(220px, 20vw, 300px); padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; overflow: hidden; isolation: isolate; }
.cell__fill { position: absolute; inset: 0; z-index: -1; background: var(--grad); transform: translate(var(--fx, 0%), var(--fy, 101%)); transition: transform .55s var(--ease); }
.cell__icon { position: absolute; top: 22px; left: 22px; font-size: 22px; transition: transform .6s var(--ease); }
.cell__n { position: absolute; top: 24px; right: 22px; font-size: 12px; color: var(--mute); }
.cell h3 { font-size: clamp(16px, 1.3vw, 20px); font-weight: 700; text-transform: uppercase; letter-spacing: .01em; }
.cell p { font-size: 14px; color: var(--mute); max-width: 30ch; transition: color .3s; }
.cell:hover p, .cell:hover .cell__n { color: rgba(255,255,255,.9); }
.cell:hover .cell__icon { transform: rotate(180deg) scale(1.4); }
.cell--logo { padding: 0; justify-content: center; align-items: center; }
.cell--logo .logo-ring { width: 90%; aspect-ratio: 1; object-fit: cover; mix-blend-mode: screen; }

/* ───────── ЗАЯВЛЕНИЕ ───────── */
.statement { background: var(--gray); color: #000; padding: clamp(80px, 14vh, 160px) 0; overflow: hidden; }
.statement__line { font-size: clamp(44px, 9.8vw, 190px); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; white-space: nowrap; font-weight: 700; }
.statement__line .serif-cap { font-size: 1.15em; line-height: .8; text-transform: none; }
.statement__line--1 { padding-left: var(--pad); }
.statement__line--2 { text-align: right; padding-right: var(--pad); }
.statement__line--3 { padding-left: 14vw; }
.statement .wch { display: inline-block; font-variation-settings: "wght" var(--w, 600); font-weight: var(--w, 600); }

/* ───────── ОФФЕР ───────── */
.offer { position: relative; overflow: hidden; color: #000; padding: clamp(96px, 16vh, 180px) var(--pad); background: radial-gradient(120% 120% at var(--gx, 20%) var(--gy, 80%), var(--pink) 0%, var(--lav) 45%, var(--indigo) 100%); }
.offer__curl { position: absolute; top: 0; right: 0; width: clamp(160px, 30vw, 460px); height: auto; transform-origin: top right; filter: drop-shadow(-20px 20px 30px rgba(0,0,0,.18)); }
.offer__inner { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: end; }
.offer__title { word-spacing: .12em; font-weight: 800; text-transform: uppercase; font-size: clamp(48px, 8.4vw, 150px); line-height: .86; letter-spacing: -.05em; margin-top: 24px; }
.offer__sub { margin-top: 24px; font-size: clamp(22px, 2.4vw, 38px); text-transform: uppercase; font-weight: 500; letter-spacing: -.02em; line-height: 1.05; }
.form { position: relative; display: grid; gap: 20px; }
.field { position: relative; display: block; }
.field input { width: 100%; background: transparent; border: 0; border-bottom: 1.5px solid rgba(0,0,0,.45); padding: 26px 0 12px; font: 500 20px/1.2 var(--sans); color: #000; outline: none; border-radius: 0; transition: border-color .3s; }
.field span { position: absolute; left: 0; top: 26px; font-size: 20px; color: rgba(0,0,0,.6); pointer-events: none; transform-origin: left top; transition: transform .45s var(--ease), color .3s; }
.field::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #000; transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease); }
.field:focus-within::after { transform: none; }
.field input:focus + span, .field input:not(:placeholder-shown) + span { transform: translateY(-22px) scale(.6); color: #000; }
.field.is-error input { border-color: #b3001b; }
.field.is-error span { color: #b3001b; }
.consent { display: flex; align-items: center; gap: 12px; font-size: 13px; color: rgba(0,0,0,.7); }
.consent input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.consent i { flex: none; width: 20px; height: 20px; border: 1.5px solid #000; display: grid; place-items: center; transition: background .2s; }
.consent input:checked + i { background: #000; }
.consent input:checked + i::after { content: "✓"; color: #fff; font-size: 13px; font-style: normal; }
.consent input:focus-visible + i { outline: 2px solid #000; outline-offset: 3px; }
.consent.is-error { color: #b3001b; }
.consent.is-error i { border-color: #b3001b; }
.form .btn { justify-self: start; margin-top: 8px; }
.form__status { min-height: 1.4em; font-size: 14px; }
.form__done { position: absolute; inset: -10px; display: flex; flex-direction: column; justify-content: center; gap: 18px; background: #000; color: #fff; padding: 36px; clip-path: circle(0% at var(--cx, 50%) var(--cy, 90%)); transition: clip-path 1s var(--ease); }
.form.is-sent .form__done { clip-path: circle(150% at var(--cx, 50%) var(--cy, 90%)); }
.form__done-mark { width: 64px; height: 64px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; font-size: 28px; color: #000; }
.form__done p { font-size: clamp(20px, 2vw, 30px); line-height: 1.15; }

/* ───────── ПОДВАЛ ───────── */
.footer { background: #000; padding: 40px var(--pad) var(--pad); overflow: hidden; }
.footer__row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 28px; font-size: 13px; color: var(--mute); padding-bottom: clamp(40px, 8vh, 90px); border-bottom: 1px solid var(--line); }
.footer__row a { color: #fff; }
.footer__giant { padding-top: clamp(30px, 5vw, 70px); }
.footer__giant img { width: 100%; height: auto; }

/* ───────── ФОКУС / ДОСТУПНОСТЬ ───────── */
a:focus-visible, button:focus-visible { outline: 2px solid var(--lav); outline-offset: 4px; }
.field input:focus-visible { outline: none; }

/* ───────── АДАПТИВ ───────── */
@media (max-width: 1024px) {
  .header__nav { display: none; }
  .boards { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .method { grid-template-columns: 1fr; }
  .offer__inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .header { padding: 14px var(--pad); }
  .header__logo img { width: 92px; }
  .header__contacts { font-size: 10px; }
  .header__contacts a:first-child { display: none; }
  .hero__top { top: 64px; }
  .hero__event { display: none; }
  .hero__fallback { object-position: 82% 50%; }
  .hero__shade { background: linear-gradient(0deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.4) 50%, rgba(0,0,0,.1) 75%); }
  .hero__scroll { display: none; }
  .hero__row { max-width: none; }
  .hero__title { font-size: 10.2vw; }
  .hero__row { align-items: stretch; flex-direction: column; }
  .hero .btn { justify-content: space-between; }
  .manifest { padding-bottom: 150px; }
  .sticker { top: auto; bottom: 40px; right: 16px; font-size: 15px; padding: 12px 22px; }
  .statement__line { font-size: 8.6vw; line-height: 1.05; }
  .bognat-parens { font-size: 16vw; }
  .bp__core p { display: none; }
  .path__pin { height: auto; overflow: visible; padding: 96px 0 40px; }
  .path__head { position: static; flex-direction: column; align-items: flex-start; padding: 0 var(--pad) 32px; }
  .path__note { text-align: left; }
  .path__line { display: none; }
  .path__track { flex-direction: column; width: auto; padding: 0 var(--pad); gap: 48px; }
  .step { width: 100%; }
  .grid { grid-template-columns: 1fr 1fr; }
  .cell { min-height: 200px; padding: 16px; }
  .cell__icon { top: 16px; left: 16px; }
  .cell__n { top: 18px; right: 16px; }
  .cell p { font-size: 13px; }
  .cell--logo { grid-column: 1 / -1; min-height: 0; }
  .cell--logo .logo-ring { width: 60%; }
  .statement__line--3 { padding-left: var(--pad); }
  .field input, .field span { font-size: 18px; }
  .form .btn { justify-self: stretch; justify-content: space-between; }
  .footer__row { flex-direction: column; }
}
@media (max-width: 420px) {
  .grid { grid-template-columns: 1fr; }
}
@media (hover: none) {
  .board__layer--lit { -webkit-mask-image: none; mask-image: none; }
  .board__layer--dim { visibility: hidden; }
  .check__hint { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .grain::before, .scanline, .tag__dot, .here-badge i, .hero__scroll i::after { animation: none; }
  .board__layer--lit { -webkit-mask-image: none; mask-image: none; }
  .board__layer--dim { visibility: hidden; }
}

/* ───────── ПОП-АП ───────── */
html:has(.modal[open]) { overflow: hidden; }
.modal {
  border: 0; padding: 0; margin: auto; width: min(640px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow: auto;
  color: #000; background: radial-gradient(120% 120% at 15% 90%, var(--pink) 0%, var(--lav) 45%, var(--indigo) 100%);
  overscroll-behavior: contain;
}
.modal[open] { animation: modal-in .8s var(--ease) both; }
.modal.is-closing { animation: modal-out .45s var(--ease) both; }
.modal::backdrop { background: rgba(0,0,0,.65); backdrop-filter: blur(8px); animation: fade-in .5s both; }
.modal.is-closing::backdrop { animation: fade-in .45s reverse both; }
@keyframes modal-in { from { clip-path: circle(0% at var(--ox, 50%) var(--oy, 50%)); } to { clip-path: circle(150% at var(--ox, 50%) var(--oy, 50%)); } }
@keyframes modal-out { from { clip-path: circle(150% at var(--ox, 50%) var(--oy, 50%)); } to { clip-path: circle(0% at var(--ox, 50%) var(--oy, 50%)); } }
@keyframes fade-in { from { opacity: 0; } }
.modal__box { position: relative; padding: clamp(28px, 5vw, 56px); }
.modal__close { position: absolute; top: 16px; right: 16px; width: 48px; height: 48px; border-radius: 50%; border: 0; background: #000; color: #fff; font-size: 18px; display: grid; place-items: center; transition: transform .5s var(--ease); z-index: 2; }
.modal__close:hover { transform: rotate(90deg); }
.modal__head { margin-bottom: 20px; padding-right: 48px; }
.modal__title { font-weight: 800; text-transform: uppercase; font-size: clamp(34px, 6vw, 64px); line-height: .9; letter-spacing: -.045em; margin-top: 16px; }
.modal__sub { margin-top: 14px; font-size: clamp(16px, 2vw, 22px); text-transform: uppercase; font-weight: 500; letter-spacing: -.01em; }
.modal, .modal * { cursor: auto !important; }
.modal a, .modal button, .modal label { cursor: pointer !important; }
.modal input[type=text] { cursor: text !important; }
.consent a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.consent a:hover { color: #000; }
@media (prefers-reduced-motion: reduce) { .modal[open], .modal.is-closing, .modal::backdrop { animation-duration: .01s; } }
.form__trap { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.logo-ring, .loader__logo { height: auto; }
