:root {
  --ink: #080b13;
  --ink-soft: #121722;
  --paper: #f5f3ef;
  --white: #fff;
  --red: #e31013;
  --red-bright: #ff2b1d;
  --blue: #1863dc;
  --cyan: #17bcb5;
  --yellow: #fec900;
  --pink: #e62085;
  --muted: #a7acb6;
  --line: rgba(255, 255, 255, .18);
  --radius: 1.45rem;
  --shell: min(1400px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto;
  height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 12px 32px;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled { background: rgba(8, 11, 19, .82); border-color: var(--line); backdrop-filter: blur(18px); }
.scroll-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: linear-gradient(90deg, var(--red), var(--pink), var(--blue), var(--cyan)); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.brand-lockup { justify-self: start; display: flex; align-items: center; gap: 12px; height: 48px; padding: 7px 13px 7px 10px; background: rgba(255, 255, 255, .94); border-radius: 999px; }
.brand-raduga { width: 106px; height: 34px; object-fit: contain; }
.brand-pe4atnik { width: 88px; height: 30px; object-fit: contain; }
.brand-x { color: #9a9ba0; font-size: 18px; }
.top-nav { display: flex; gap: 32px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.top-nav a:hover, .top-nav a:focus-visible { color: var(--white); }
.header-cta { justify-self: end; padding: 13px 18px; background: var(--red); border-radius: 999px; font-size: 13px; font-weight: 800; }
.header-cta:hover, .header-cta:focus-visible { background: var(--red-bright); }

.hero { position: relative; min-height: 900px; height: 100svh; overflow: hidden; isolation: isolate; }
.hero-video { position: absolute; z-index: -4; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(5,8,14,.94) 0%, rgba(5,8,14,.72) 44%, rgba(5,8,14,.2) 75%), linear-gradient(0deg, rgba(5,8,14,.55), transparent 45%); }
.hero::after { content: ""; position: absolute; z-index: -2; inset: auto 0 0; height: 25%; background: linear-gradient(transparent, var(--ink)); }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(227,16,19,.75); border-radius: 50%; pointer-events: none; }
.orbit-a { width: 660px; aspect-ratio: 1; right: -180px; bottom: -170px; }
.orbit-b { width: 980px; aspect-ratio: 1; right: -410px; bottom: -370px; opacity: .55; }
.hero-content { display: flex; min-height: 100%; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 88px; }
.eyebrow, .section-kicker { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; }
.eyebrow { display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.74); }
.eyebrow span { padding: 7px 10px; color: var(--white); background: var(--blue); border-radius: 999px; letter-spacing: .08em; }
.hero h1 { max-width: 930px; margin: 0; font-size: clamp(74px, 8.3vw, 150px); line-height: .84; letter-spacing: -.065em; text-transform: uppercase; }
.hero-line { display: block; opacity: 0; transform: translateY(70px) skewY(3deg); animation: hero-line-in .9s cubic-bezier(.16,1,.3,1) .15s forwards; }
.hero-line-accent { color: var(--red-bright); animation-delay: .29s; }
.hero-lead { max-width: 650px; margin: 34px 0 0; color: rgba(255,255,255,.82); font-size: clamp(19px, 1.65vw, 26px); line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; min-height: 58px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: var(--red-bright); }
.button-ghost { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
.button-ghost:hover, .button-ghost:focus-visible { background: var(--white); color: var(--ink); }
.hero-facts { display: flex; gap: 0; margin: 62px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.hero-facts li { display: flex; align-items: center; gap: 12px; min-width: 195px; padding: 17px 34px 0 0; margin-right: 34px; border-right: 1px solid rgba(255,255,255,.25); }
.hero-facts li:last-child { border-right: 0; }
.hero-facts strong { color: var(--red-bright); font-size: 23px; letter-spacing: -.04em; }
.hero-facts span { color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.25; text-transform: uppercase; letter-spacing: .07em; }
.hero-side-note { position: absolute; right: 27px; top: 50%; margin: 0; writing-mode: vertical-rl; transform: translateY(-50%); font-size: 10px; letter-spacing: .18em; color: rgba(255,255,255,.46); }
.hero-print-cloud { position: absolute; z-index: 2; width: 430px; height: 360px; right: 7vw; top: 27%; pointer-events: none; opacity: .86; }
.print-card { position: absolute; display: grid; place-items: center; min-width: 142px; min-height: 74px; padding: 18px 24px; border: 1px solid rgba(255,255,255,.45); background: rgba(8,11,19,.48); box-shadow: 0 18px 50px rgba(0,0,0,.28); backdrop-filter: blur(12px); color: var(--white); font-size: 20px; font-weight: 900; letter-spacing: .08em; }
.print-card-logo { left: 6px; top: 40px; border-radius: 14px; transform: rotate(-8deg); animation: float-a 5.8s ease-in-out infinite; }
.print-card-name { right: 5px; top: 0; min-width: 124px; border-radius: 50%; background: rgba(227,16,19,.78); animation: float-b 6.4s ease-in-out infinite; }
.print-card-number { right: 42px; bottom: 54px; min-width: 155px; min-height: 130px; border-radius: 12px; background: rgba(24,99,220,.8); font-size: 32px; transform: rotate(7deg); animation: float-a 6.9s ease-in-out .4s infinite reverse; }
.print-card-event { left: 18px; bottom: 0; min-width: 190px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.9); animation: float-b 5.5s ease-in-out .7s infinite; }

.section { position: relative; padding: 132px 0; }
.section[id] { scroll-margin-top: 82px; }
.section-light { background: var(--paper); color: var(--ink); }
.section-kicker { color: var(--red); }
.section-heading { display: grid; grid-template-columns: .32fr 1fr; gap: 50px; align-items: end; margin-bottom: 62px; }
.section-heading .section-kicker { align-self: start; }
.section h2 { margin: 0; font-size: clamp(52px, 6vw, 100px); line-height: .93; letter-spacing: -.06em; text-transform: uppercase; }
.section h2 span { color: var(--red); }
.manifesto { padding-bottom: 0; overflow: hidden; }
.manifesto-grid { display: grid; grid-template-columns: .32fr 1fr; gap: 50px; }
.manifesto h2 { max-width: 1000px; }
.large-copy { max-width: 820px; margin: 38px 0 0; color: #555b65; font-size: clamp(20px, 2.2vw, 34px); line-height: 1.38; }
.ticker { margin-top: 110px; overflow: hidden; background: var(--red); color: var(--white); transform: rotate(-2deg) scale(1.02); }
.ticker div { width: max-content; padding: 16px 0; font-size: clamp(20px, 2.6vw, 42px); font-weight: 900; letter-spacing: -.02em; white-space: nowrap; will-change: transform; animation: ticker-run 20s linear infinite; }
.ticker i { color: var(--yellow); font-style: normal; }

.mechanics { background: var(--ink); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.step-card { position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 26px; background: #151a24; border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); }
.step-card::before { content: ""; position: absolute; z-index: 4; left: 0; top: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--red), var(--pink), var(--blue), var(--cyan)); transition: width .65s cubic-bezier(.16,1,.3,1); }
.step-card:hover::before { width: 100%; }
.step-number { position: absolute; z-index: 3; top: 22px; left: 24px; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.step-card h3 { position: relative; z-index: 2; margin: 0; font-size: 29px; line-height: 1.05; letter-spacing: -.045em; }
.step-card p { position: relative; z-index: 2; margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.step-art-films { position: absolute; inset: 65px 25px auto; height: 250px; }
.step-art-films span { position: absolute; width: 75%; height: 150px; border: 2px solid var(--white); border-radius: 6px; transform: rotate(-8deg); }
.step-art-films span:nth-child(2) { inset: 25px 0 0 40px; border-color: var(--blue); transform: rotate(3deg); }
.step-art-films span:nth-child(3) { inset: 55px 0 0 70px; border-color: var(--red); transform: rotate(10deg); }
.step-card-image { padding: 0; }
.step-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(4,7,12,.94)); }
.step-card-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.step-card-copy { position: relative; z-index: 2; padding: 26px; }
.step-card-red { background: var(--red); }
.step-card-red p { color: rgba(255,255,255,.75); }
.step-art-shirt { position: absolute; top: 80px; left: 50%; width: 220px; height: 240px; display: grid; place-items: center; transform: translateX(-50%) rotate(3deg); clip-path: polygon(25% 0, 41% 11%, 59% 11%, 75% 0, 100% 18%, 83% 44%, 74% 37%, 74% 100%, 26% 100%, 26% 37%, 17% 44%, 0 18%); background: var(--paper); color: var(--ink); text-align: center; font-size: 24px; font-weight: 900; line-height: .9; }

.journey { overflow: clip; background: #0a0e16; }
.journey-grid { position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(transparent, #000 18%, #000 82%, transparent); }
.journey::before { content: ""; position: absolute; width: 760px; aspect-ratio: 1; right: -360px; top: 220px; border: 1px solid rgba(227,16,19,.48); border-radius: 50%; box-shadow: 0 0 0 130px rgba(227,16,19,.03), 0 0 0 260px rgba(227,16,19,.02); }
.journey-heading { position: relative; z-index: 2; }
.journey-heading > p { color: var(--muted); }
.journey-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .7fr); gap: clamp(48px, 7vw, 118px); align-items: start; }
.journey-visual { position: sticky; top: 108px; height: min(730px, calc(100vh - 130px)); min-height: 580px; }
.journey-progress { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; height: 34px; margin-bottom: 15px; color: rgba(255,255,255,.36); font-size: 10px; letter-spacing: .12em; }
.journey-progress::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: rgba(255,255,255,.15); }
.journey-progress-fill { position: absolute; left: 0; top: 50%; width: 20%; height: 2px; transform: translateY(-50%); background: linear-gradient(90deg, var(--red), var(--pink), var(--blue), var(--cyan)); transition: width .65s cubic-bezier(.16,1,.3,1); }
.journey-progress b { position: relative; justify-self: center; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #0a0e16; border: 1px solid rgba(255,255,255,.18); }
.journey-screen { position: relative; height: calc(100% - 49px); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: calc(var(--radius) * 1.2); background: linear-gradient(135deg, #131a27, #080b12 66%); box-shadow: 0 35px 90px rgba(0,0,0,.42); }
.journey-screen::after { content: ""; position: absolute; z-index: 8; inset: auto -20% -48% 28%; height: 66%; border: 1px solid rgba(227,16,19,.58); border-radius: 50%; pointer-events: none; }
.journey-screen-meta { position: absolute; z-index: 10; left: 26px; right: 26px; top: 21px; display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.56); font-size: 10px; letter-spacing: .14em; }
.journey-screen-meta span { color: var(--cyan); font-weight: 800; }
.journey-panel { position: absolute; z-index: 2; inset: 72px 0 0; opacity: 0; visibility: hidden; clip-path: inset(0 0 100% 0); transform: scale(.97); transition: opacity .5s ease, clip-path .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1), visibility 0s linear .8s; }
.journey-panel.is-active { opacity: 1; visibility: visible; clip-path: inset(0); transform: none; transition-delay: 0s; }
.brief-board { position: absolute; inset: 6% 7% 9%; padding: 32px; border-radius: 18px; background: var(--paper); color: var(--ink); transform: rotate(-1.8deg); box-shadow: 0 24px 70px rgba(0,0,0,.4); }
.brief-board-title { display: block; margin-bottom: 28px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.brief-board-card { display: grid; grid-template-columns: 150px 1fr; gap: 24px; align-items: center; padding: 22px 0; border-top: 1px solid rgba(8,11,19,.17); }
.brief-board-card b { color: var(--red); font-size: 11px; letter-spacing: .09em; }
.brief-board-card span { font-size: clamp(18px, 1.8vw, 27px); font-weight: 700; letter-spacing: -.03em; }
.brief-board-stamp { position: absolute; right: 24px; bottom: 20px; width: 98px; height: 98px; display: grid; place-items: center; border: 3px solid var(--red); border-radius: 50%; color: var(--red); font-size: 12px; font-weight: 900; font-style: normal; text-align: center; transform: rotate(-12deg); }
.film-sheet { position: absolute; padding: 27px; border-radius: 14px; background: rgba(255,255,255,.93); color: var(--ink); box-shadow: 0 25px 75px rgba(0,0,0,.42); }
.film-sheet-a { left: 8%; top: 8%; width: 62%; height: 66%; transform: rotate(-5deg); }
.film-sheet-b { right: 7%; top: 25%; width: 44%; height: 54%; transform: rotate(8deg); background: rgba(228,246,245,.95); }
.film-tag { position: absolute; display: grid; place-items: center; padding: 14px 19px; border-radius: 7px; font-size: clamp(13px, 1.35vw, 21px); font-weight: 900; letter-spacing: .04em; }
.film-tag-red { left: 8%; top: 11%; color: #fff; background: var(--red); transform: rotate(-2deg); }
.film-tag-blue { right: 8%; top: 35%; color: #fff; background: var(--blue); transform: rotate(4deg); }
.film-tag-outline { left: 12%; bottom: 14%; border: 3px solid var(--ink); }
.film-tag-round { right: 9%; bottom: 10%; width: 98px; height: 98px; border-radius: 50%; color: #fff; background: var(--pink); transform: rotate(10deg); }
.film-symbol { position: absolute; left: 10%; top: 12%; width: 120px; height: 120px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 74px; font-weight: 900; }
.film-stars { position: absolute; right: 10%; top: 17%; color: var(--pink); font-size: 25px; }
.film-number { position: absolute; right: 10%; bottom: 9%; color: var(--blue); font-size: clamp(48px, 5vw, 80px); font-weight: 900; letter-spacing: -.07em; }
.film-caption { position: absolute; left: 8%; bottom: 5%; margin: 0; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.travel-line { position: absolute; left: 8%; right: 8%; bottom: 26%; border-top: 2px dashed rgba(255,255,255,.24); }
.travel-case { position: absolute; display: grid; place-items: center; border: 3px solid rgba(255,255,255,.75); border-radius: 18px; background: linear-gradient(145deg, #222b38, #10151f); box-shadow: inset 0 0 0 8px rgba(255,255,255,.04), 0 30px 70px rgba(0,0,0,.38); color: var(--white); font-size: 17px; font-weight: 900; letter-spacing: .08em; text-align: center; }
.travel-case::before { content: ""; position: absolute; left: 32%; right: 32%; top: -27px; height: 24px; border: 3px solid rgba(255,255,255,.75); border-bottom: 0; border-radius: 8px 8px 0 0; }
.travel-case::after { content: ""; position: absolute; left: 15%; right: 15%; bottom: -10px; height: 8px; border-radius: 999px; background: var(--red); }
.travel-case-large { left: 9%; bottom: 28%; width: 47%; height: 48%; transform: rotate(-3deg); }
.travel-case-small { right: 8%; bottom: 28%; width: 34%; height: 34%; transform: rotate(5deg); border-color: var(--cyan); }
.travel-badge { position: absolute; right: 7%; top: 7%; width: 155px; height: 155px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; text-align: center; font-size: 17px; font-weight: 900; transform: rotate(7deg); }
.travel-badge i { position: absolute; right: 4px; bottom: 13px; font-size: 35px; font-style: normal; }
.journey-panel-photo img { width: 100%; height: 100%; object-fit: cover; }
.journey-panel-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(4,7,12,.92)); }
.journey-photo-caption { position: absolute; z-index: 3; left: 30px; right: 30px; bottom: 28px; display: flex; justify-content: space-between; align-items: end; gap: 25px; }
.journey-photo-caption span { padding: 7px 10px; border-radius: 999px; background: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.journey-photo-caption strong { max-width: 500px; font-size: clamp(25px, 3vw, 47px); line-height: 1; letter-spacing: -.04em; text-align: right; }
.journey-photo-caption-final span { background: var(--blue); }
.journey-copy { position: relative; }
.journey-step { position: relative; min-height: min(680px, 75vh); display: flex; flex-direction: column; justify-content: center; padding: 60px 0 60px 42px; border-left: 1px solid rgba(255,255,255,.14); opacity: .27; transform: translateX(18px); transition: opacity .5s ease, transform .5s ease, border-color .5s ease; }
.journey-step::before { content: ""; position: absolute; left: -4px; top: 50%; width: 7px; height: 0; border-radius: 999px; background: linear-gradient(var(--red), var(--blue), var(--cyan)); transform: translateY(-50%); transition: height .5s cubic-bezier(.16,1,.3,1); }
.journey-step.is-active { opacity: 1; transform: none; border-left-color: rgba(255,255,255,.32); }
.journey-step.is-active::before { height: 112px; }
.journey-step > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.journey-step-kicker { margin: 19px 0 12px !important; color: var(--cyan) !important; font-size: 11px !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.journey-step h3 { max-width: 620px; margin: 0; font-size: clamp(35px, 4vw, 61px); line-height: .98; letter-spacing: -.055em; }
.journey-step p { max-width: 600px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.film-library { position: relative; margin-top: 115px; padding: 64px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: calc(var(--radius) * 1.25); background: rgba(17,23,34,.86); box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.film-library::before { content: ""; position: absolute; width: 520px; aspect-ratio: 1; right: -280px; top: -310px; border: 1px solid rgba(23,188,181,.46); border-radius: 50%; }
.film-library-head { display: grid; grid-template-columns: .36fr 1fr; gap: 40px; align-items: start; }
.film-library-head h3 { margin: 0; font-size: clamp(42px, 5vw, 78px); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.film-library-head h3 span { color: var(--cyan); }
.film-types { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 54px; }
.film-types article { min-height: 260px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.035); transition: background .3s ease, transform .3s ease, border-color .3s ease; }
.film-types article:hover { transform: translateY(-8px); background: rgba(24,99,220,.16); border-color: rgba(23,188,181,.55); }
.film-types article > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.film-types h4 { margin: 62px 0 12px; font-size: 25px; letter-spacing: -.04em; }
.film-types p { margin: 0; color: var(--muted); font-size: 14px; }
.film-marquee { margin: 55px -64px -64px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.13); background: var(--paper); color: var(--ink); transform: rotate(-1.4deg) scale(1.025); }
.film-marquee div { width: max-content; padding: 17px 0; white-space: nowrap; animation: film-run 26s linear infinite; }
.film-marquee span { font-size: 22px; font-weight: 900; letter-spacing: -.02em; }
.film-marquee i { margin: 0 24px; color: var(--red); font-style: normal; }

.section-blue { overflow: hidden; background: var(--blue); }
.section-blue::before { content: ""; position: absolute; width: 900px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; right: -420px; top: -480px; }
.roles-intro { display: grid; grid-template-columns: .32fr 1fr; gap: 50px; }
.roles-intro .section-kicker { color: var(--white); }
.roles-intro h2 span { color: rgba(255,255,255,.42); }
.role-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 80px; }
.role-panel { position: relative; isolation: isolate; min-height: 500px; overflow: hidden; padding: 44px; background: rgba(7,14,31,.86); border-radius: var(--radius); transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s ease, opacity .35s ease; }
.role-panel::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: 0; transform: scale(1.09); background: linear-gradient(135deg, rgba(7,14,31,.88), rgba(7,14,31,.48)), url("assets/gallery/exhibition-line.webp") center / cover; transition: opacity .45s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.role-panel::after { content: ""; position: absolute; z-index: -1; inset: 0; border: 1px solid transparent; border-radius: inherit; background: linear-gradient(120deg, transparent 25%, rgba(23,188,181,.7), transparent 70%) border-box; opacity: 0; transition: opacity .45s ease; pointer-events: none; }
.role-panel-print { background: var(--paper); color: var(--ink); }
.role-panel-print::before { background: linear-gradient(135deg, rgba(245,243,239,.94), rgba(245,243,239,.66)), url("assets/gallery/press-live.webp") center / cover; }
.role-panel-print::after { background: linear-gradient(120deg, transparent 25%, rgba(24,99,220,.65), transparent 70%) border-box; }
.role-panel:hover::before, .role-panel:focus-within::before { opacity: 1; transform: scale(1.01); }
.role-panel:hover::after, .role-panel:focus-within::after { opacity: 1; }
.role-logo { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: var(--red); font-size: 45px; font-weight: 900; }
.role-panel > img { width: 150px; height: 78px; object-fit: contain; object-position: left center; }
.role-label { margin: 40px 0 16px; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.role-panel-print .role-label { color: var(--blue); }
.role-panel h3 { max-width: 590px; margin: 0; font-size: clamp(32px, 3vw, 52px); line-height: 1.02; letter-spacing: -.055em; }
.role-panel ul { margin: 44px 0 0; padding: 0; list-style: none; }
.role-panel li { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.68); }
.role-panel-print li { border-color: rgba(8,11,19,.14); color: #565b64; }

.split-heading { grid-template-columns: 1fr .42fr; align-items: end; }
.split-heading > p { max-width: 500px; margin: 0; color: #5c626c; font-size: 20px; }
.format-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 340px 340px; gap: 12px; }
.format-card { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-radius: var(--radius); background: #dfe3e7; }
.format-card::before { content: ""; position: absolute; z-index: 3; inset: 0; opacity: 0; background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,.22), transparent 55%); transition: opacity .3s ease; pointer-events: none; }
.format-card:hover::before { opacity: 1; }
.format-card > img { position: absolute; inset: -4%; width: 108%; height: 108%; object-fit: cover; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.02); transition: transform .8s cubic-bezier(.16,1,.3,1); }
.format-card:hover > img { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.075); }
.format-overlay { position: absolute; inset: 0; background: linear-gradient(transparent 25%, rgba(4,7,12,.88)); }
.format-card > span { position: absolute; z-index: 2; top: 24px; right: 25px; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.format-card h3, .format-card p { position: relative; z-index: 2; }
.format-card h3 { margin: 0; font-size: 34px; line-height: .98; letter-spacing: -.045em; }
.format-card p { max-width: 360px; margin: 12px 0 0; font-size: 14px; }
.format-card-main { grid-row: span 2; color: var(--white); }
.format-card-ink { background: var(--ink); color: var(--white); }
.format-card-white { background: var(--white); }
.format-card-red { background: var(--red); color: var(--white); }
.format-card-photo { color: var(--white); }

.proof { background: #0e121a; }
.proof-heading > p { color: var(--muted); }
.proof-grid { display: grid; grid-template-columns: 1.2fr .65fr .8fr; grid-template-rows: 330px 330px; gap: 12px; }
.proof-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius); }
.proof-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.proof-grid figure:hover img { transform: scale(1.035); }
.proof-grid figcaption { position: absolute; left: 18px; bottom: 16px; padding: 8px 11px; border-radius: 999px; background: rgba(8,11,19,.74); backdrop-filter: blur(8px); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.proof-wide { grid-column: span 2; }
.proof-tall { grid-row: span 2; grid-column: 3; }

.gallery { overflow: hidden; background: #080b13; }
.gallery::before { content: ""; position: absolute; width: 760px; aspect-ratio: 1; right: -430px; top: -420px; border: 1px solid rgba(24,99,220,.5); border-radius: 50%; box-shadow: 0 0 0 120px rgba(24,99,220,.025), 0 0 0 240px rgba(23,188,181,.015); pointer-events: none; }
.gallery-heading { position: relative; }
.gallery-heading > p { color: var(--muted); }
.event-gallery { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(390px, .85fr); gap: 12px; }
.gallery-view { position: relative; min-width: 0; overflow: hidden; border-radius: calc(var(--radius) * 1.08); background: #05070c; }
.gallery-stage { position: relative; width: 100%; height: 100%; min-height: 600px; display: block; overflow: hidden; padding: 0; border: 0; border-radius: inherit; background: #05070c; color: var(--white); cursor: zoom-in; text-align: left; }
.gallery-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.gallery-stage:hover img, .gallery-stage:focus-visible img { transform: scale(1.035); }
.gallery-stage-shade { position: absolute; inset: 0; background: linear-gradient(transparent 52%, rgba(4,7,12,.87)); }
.gallery-stage-meta { position: absolute; z-index: 2; left: 28px; right: 150px; bottom: 28px; display: grid; gap: 5px; }
.gallery-stage-meta b { font-size: clamp(23px, 2.2vw, 36px); line-height: 1; letter-spacing: -.04em; }
.gallery-stage-meta i { color: rgba(255,255,255,.62); font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gallery-controls { position: absolute; z-index: 5; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px; padding: 6px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(8,11,19,.76); backdrop-filter: blur(10px); }
.gallery-controls button { width: 39px; height: 39px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.09); color: var(--white); cursor: pointer; font-size: 18px; transition: background .2s ease, transform .2s ease; }
.gallery-controls button:hover, .gallery-controls button:focus-visible { background: var(--red); transform: scale(1.07); }
.gallery-controls span { min-width: 61px; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-align: center; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; align-content: stretch; }
.gallery-thumb { position: relative; min-width: 0; min-height: 0; overflow: hidden; padding: 0; border: 1px solid transparent; border-radius: 15px; background: #111722; color: var(--white); cursor: pointer; text-align: left; transition: transform .3s cubic-bezier(.16,1,.3,1), border-color .3s ease, opacity .3s ease; }
.gallery-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(4,7,12,.9)); }
.gallery-thumb img { width: 100%; height: 100%; min-height: 0; object-fit: cover; transform: scale(1.04); transition: transform .55s cubic-bezier(.16,1,.3,1), opacity .3s ease; }
.gallery-thumb span { position: absolute; z-index: 2; left: 11px; right: 9px; bottom: 9px; font-size: 10px; font-weight: 850; line-height: 1.12; }
.gallery-thumb:hover, .gallery-thumb:focus-visible, .gallery-thumb.is-active { z-index: 2; border-color: var(--cyan); transform: scale(1.035); }
.gallery-thumb:hover img, .gallery-thumb:focus-visible img, .gallery-thumb.is-active img { transform: scale(1); }
.gallery-thumb.is-active::before { content: ""; position: absolute; z-index: 3; left: 9px; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(23,188,181,.19); }
.gallery-lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 30px; overflow: hidden; border: 0; background: rgba(4,6,10,.94); color: var(--white); }
.gallery-lightbox::backdrop { background: rgba(4,6,10,.82); backdrop-filter: blur(10px); }
.gallery-lightbox figure { width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; margin: 0; }
.gallery-lightbox img { width: 100%; height: 100%; object-fit: contain; }
.gallery-lightbox figcaption { color: rgba(255,255,255,.68); font-size: 13px; text-align: center; }
.gallery-lightbox-close { position: fixed; z-index: 2; right: 24px; top: 22px; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(8,11,19,.8); color: var(--white); cursor: pointer; font-size: 30px; line-height: 1; }

.scope-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; }
.scope h2 { font-size: clamp(50px, 5vw, 88px); }
.scope-list { margin: 0; padding: 0; list-style: none; }
.scope-list li { position: relative; display: grid; grid-template-columns: 65px 1fr; gap: 16px; align-items: center; margin: 0 -16px; padding: 22px 16px; overflow: hidden; border-bottom: 1px solid rgba(8,11,19,.16); border-radius: 12px; cursor: default; font-size: 20px; font-weight: 650; transition: color .3s ease, background .3s ease, transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s ease; }
.scope-list li::after { content: "→"; position: absolute; right: 18px; opacity: 0; color: var(--white); transform: translate(-8px, 8px); transition: opacity .3s ease, transform .35s cubic-bezier(.16,1,.3,1); }
.scope-list span { width: 40px; height: 30px; display: grid; place-items: center; border-radius: 999px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .12em; transition: color .3s ease, background .3s ease, transform .35s cubic-bezier(.16,1,.3,1); }
.scope-list li:hover, .scope-list li:focus-visible { z-index: 2; padding-right: 54px; background: linear-gradient(105deg, var(--red), #f32619); color: var(--white); box-shadow: 0 15px 34px rgba(227,16,19,.22); outline: 0; transform: translateX(10px) scale(1.015); }
.scope-list li:hover span, .scope-list li:focus-visible span { background: var(--white); color: var(--red); transform: rotate(-7deg); }
.scope-list li:hover::after, .scope-list li:focus-visible::after { opacity: 1; transform: none; }

.brief { overflow: hidden; background: var(--ink); }
.brief-orbit { position: absolute; width: 720px; aspect-ratio: 1; border: 1px solid rgba(227,16,19,.55); border-radius: 50%; left: -410px; bottom: -440px; }
.brief-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 110px; }
.brief h2 { font-size: clamp(52px, 5.4vw, 94px); }
.brief-copy > p:not(.section-kicker) { max-width: 520px; margin: 34px 0; color: var(--muted); font-size: 20px; }
.chat-card { position: relative; overflow: hidden; padding: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: calc(var(--radius) * 1.15); background: linear-gradient(145deg, rgba(24,99,220,.32), rgba(17,23,34,.98) 54%); box-shadow: 0 32px 90px rgba(0,0,0,.32); }
.chat-card::before { content: ""; position: absolute; width: 280px; aspect-ratio: 1; right: -135px; top: -150px; border: 1px solid rgba(23,188,181,.5); border-radius: 50%; box-shadow: 0 0 0 48px rgba(23,188,181,.035), 0 0 0 96px rgba(23,188,181,.02); }
.chat-card-top { position: relative; display: flex; align-items: center; gap: 11px; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.telegram-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 19px; }
.chat-card h3 { position: relative; max-width: 560px; margin: 52px 0 30px; font-size: clamp(38px, 4.1vw, 66px); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.chat-card ul { position: relative; margin: 0 0 34px; padding: 0; list-style: none; }
.chat-card li { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.75); font-size: 15px; }
.chat-card li::before { content: "✓"; margin-right: 12px; color: var(--cyan); font-weight: 900; }
.chat-button { position: relative; width: 100%; }
.chat-card > p { position: relative; margin: 13px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.mobile-chat-cta { display: none; }

.feedback { color: var(--ink); }
.feedback-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(520px, 1fr); gap: clamp(55px, 8vw, 130px); align-items: start; }
.feedback h2 { font-size: clamp(54px, 5.6vw, 96px); }
.feedback h2 span { color: var(--red); }
.feedback-copy > p:not(.section-kicker) { max-width: 540px; margin: 32px 0; color: #565d68; font-size: 20px; line-height: 1.55; }
.feedback-facts { display: flex; flex-wrap: wrap; gap: 8px; }
.feedback-facts span { padding: 10px 13px; border: 1px solid rgba(8,11,19,.18); border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lead-form { position: relative; }
.feedback-form { padding: clamp(24px, 3.2vw, 42px); border: 1px solid rgba(8,11,19,.22); border-radius: calc(var(--radius) * 1.15); background: rgba(255,255,255,.76); box-shadow: 0 28px 80px rgba(8,11,19,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: grid; gap: 8px; margin-bottom: 14px; }
.form-field label { display: flex; justify-content: space-between; gap: 16px; color: currentColor; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.form-field label span { color: #818792; font-size: 9px; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid rgba(8,11,19,.2); border-radius: 13px; background: #fff; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.form-field input { min-height: 52px; padding: 0 16px; }
.form-field textarea { min-height: 120px; padding: 14px 16px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #9499a2; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(24,99,220,.12); transform: translateY(-1px); }
.form-submit-row { display: grid; grid-template-columns: minmax(220px, .65fr) 1fr; gap: 20px; align-items: center; }
.form-submit { border: 0; }
.form-submit[disabled] { cursor: wait; opacity: .65; transform: none; }
.form-consent { margin: 0; color: #747a84; font-size: 11px; line-height: 1.45; }
.form-consent a { color: currentColor; text-underline-offset: 3px; }
.form-status { min-height: 22px; margin: 15px 0 0; font-size: 13px; font-weight: 750; }
.form-status.is-success { color: #087a48; }
.form-status.is-error { color: #b5090c; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.lead-dialog { width: min(90vw, 640px); max-height: calc(100vh - 40px); margin: auto; padding: 0; overflow: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: #0b101b; color: var(--white); box-shadow: 0 34px 120px rgba(0,0,0,.58); }
.lead-dialog::backdrop { background: rgba(4,7,12,.78); backdrop-filter: blur(8px); }
.lead-dialog[open] { animation: dialog-in .46s cubic-bezier(.16,1,.3,1); }
.lead-dialog-inner { position: relative; overflow: hidden; padding: clamp(28px, 4.5vw, 48px); }
.lead-dialog-inner::before { content: ""; position: absolute; right: -180px; top: -190px; width: 390px; aspect-ratio: 1; border: 1px solid rgba(23,188,181,.48); border-radius: 50%; box-shadow: 0 0 0 62px rgba(24,99,220,.06), 0 0 0 124px rgba(227,16,19,.035); pointer-events: none; }
.lead-dialog h2 { position: relative; margin: 0; font-size: clamp(40px, 6vw, 68px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.lead-dialog h2 span { color: var(--red-bright); }
.lead-dialog-inner > p:not(.section-kicker) { position: relative; max-width: 520px; margin: 20px 0 25px; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.5; }
.lead-dialog .form-field label { color: rgba(255,255,255,.75); }
.lead-dialog .form-field input { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.07); color: var(--white); }
.lead-dialog .form-field input::placeholder { color: rgba(255,255,255,.4); }
.lead-dialog .form-consent { margin-top: 15px; color: rgba(255,255,255,.5); }
.lead-dialog .form-status.is-success { color: #66e3ac; }
.lead-dialog .form-status.is-error { color: #ff8b8d; }
.lead-dialog-close { position: absolute; z-index: 4; right: 18px; top: 18px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.06); color: var(--white); cursor: pointer; font-size: 28px; line-height: 1; transition: background .2s ease, transform .2s ease; }
.lead-dialog-close:hover, .lead-dialog-close:focus-visible { background: var(--red); transform: rotate(5deg); }

.site-footer { padding: 34px 0; background: #05070c; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 30px; }
.footer-inner > div { display: grid; }
.footer-inner strong { font-size: 20px; }
.footer-inner span, .footer-inner p { color: var(--muted); font-size: 12px; }
.footer-inner p { margin: 0; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.footer-links a { color: var(--red-bright); font-size: 13px; font-weight: 800; text-decoration: none; }
.footer-links a:first-child { color: #fff; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }

.will-reveal { opacity: 0; transform: translateY(30px); transition: opacity .6s ease var(--reveal-delay, 0s), transform .75s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0s); }
.will-reveal.is-visible { opacity: 1; transform: none; }
.tilt-ready { transform-style: preserve-3d; will-change: transform; transition: transform .22s ease; }

@keyframes hero-line-in { to { opacity: 1; transform: none; } }
@keyframes float-a { 0%, 100% { translate: 0 0; } 50% { translate: 0 -16px; } }
@keyframes float-b { 0%, 100% { translate: 0 0; } 50% { translate: 11px 12px; } }
@keyframes film-run { to { transform: translateX(-50%); } }
@keyframes ticker-run { to { transform: translate3d(-50%, 0, 0); } }
@keyframes mobile-fact-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes mobile-image-breathe { 0%, 100% { transform: scale(1.02); } 50% { transform: scale(1.075); } }
@keyframes mobile-orbit-drift { 0%, 100% { transform: translate3d(0, 0, 0) scale(.92); opacity: .3; } 50% { transform: translate3d(22px, -18px, 0) scale(1.08); opacity: .72; } }
@keyframes mobile-cta-shine { 0%, 62% { transform: translateX(-160%) skewX(-18deg); } 82%, 100% { transform: translateX(250%) skewX(-18deg); } }
@keyframes mobile-panel-pulse { 0%, 100% { box-shadow: 0 18px 48px rgba(0,0,0,.2); } 50% { box-shadow: 0 24px 68px rgba(24,99,220,.28); } }
@keyframes mobile-border-glow { 0%, 100% { opacity: .22; } 50% { opacity: .78; } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(24px) scale(.97); } to { opacity: 1; transform: none; } }

@media (hover: hover) and (pointer: fine) {
  .ticker:hover div { animation-play-state: paused; }
  .role-panels:hover .role-panel:not(:hover) { opacity: .78; transform: scale(.985); }
}

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 960px); }
  .top-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { min-height: 780px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .hero-print-cloud { right: 2vw; transform: scale(.78); transform-origin: right center; }
  .journey-layout { grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); gap: 40px; }
  .journey-visual { height: min(650px, calc(100vh - 120px)); min-height: 540px; }
  .film-library { padding: 44px; }
  .film-types { grid-template-columns: 1fr 1fr; }
  .film-marquee { margin-inline: -44px; margin-bottom: -44px; }
  .section-heading, .manifesto-grid, .roles-intro { grid-template-columns: 1fr; }
  .section-heading { align-items: start; }
  .format-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 520px repeat(2, 300px); }
  .format-card-main { grid-column: span 2; grid-row: auto; }
  .proof-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 330px; }
  .proof-wide { grid-column: span 2; }
  .proof-tall { grid-row: auto; grid-column: auto; }
  .event-gallery { grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); }
  .gallery-stage { min-height: 540px; }
  .scope-grid, .brief-grid, .feedback-grid { grid-template-columns: 1fr; gap: 70px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100vw - 28px); --radius: 1.1rem; }
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .site-header { height: 70px; padding: 10px 14px; }
  .brand-lockup { height: 43px; gap: 8px; padding: 6px 9px; }
  .brand-raduga { width: 82px; }
  .brand-pe4atnik { width: 68px; }
  .site-header { gap: 8px; }
  .header-cta { min-height: 43px; display: inline-flex; align-items: center; gap: 5px; padding: 10px 13px; font-size: 11px; }
  .hero { min-height: 760px; }
  .hero::before { content: ""; position: absolute; z-index: -1; left: -105px; top: 23%; width: 235px; aspect-ratio: 1; border: 1px solid rgba(23,188,181,.58); border-radius: 50%; box-shadow: 0 0 0 42px rgba(24,99,220,.035), 0 0 0 84px rgba(227,16,19,.025); pointer-events: none; animation: mobile-orbit-drift 7s ease-in-out infinite; }
  .hero-video { object-position: 60% center; }
  .hero-scrim { background: linear-gradient(90deg, rgba(5,8,14,.94), rgba(5,8,14,.62)), linear-gradient(0deg, rgba(5,8,14,.6), transparent); }
  .hero-content { width: 100%; padding-top: 90px; justify-content: center; }
  .eyebrow { display: block; line-height: 2.4; }
  .eyebrow span { margin-right: 5px; }
  .hero h1 { width: 100%; max-width: 100%; font-size: clamp(46px, 14.2vw, 62px); line-height: .9; letter-spacing: -.055em; overflow-wrap: anywhere; }
  .hero-lead { margin-top: 25px; font-size: 18px; }
  .hero-actions { width: 100%; }
  .button { min-height: 54px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { width: 100%; margin-top: 36px; }
  .hero-facts li { min-width: 0; flex: 1; display: block; padding-right: 9px; margin-right: 9px; }
  .mobile-motion-ready .hero-facts li { opacity: 0; animation: mobile-fact-in .7s cubic-bezier(.16,1,.3,1) .72s forwards; }
  .mobile-motion-ready .hero-facts li:nth-child(2) { animation-delay: .84s; }
  .mobile-motion-ready .hero-facts li:nth-child(3) { animation-delay: .96s; }
  .hero-facts span { display: block; margin-top: 4px; font-size: 8px; }
  .hero-side-note { display: none; }
  .hero-print-cloud { display: none; }
  .section { padding: 86px 0; }
  .section[id] { scroll-margin-top: 70px; }
  .section-heading, .manifesto-grid, .roles-intro, .split-heading { min-width: 0; }
  .section-heading > *, .manifesto-grid > *, .roles-intro > *, .split-heading > * { min-width: 0; }
  .section h2 { width: 100%; max-width: 100%; font-size: clamp(38px, 11.5vw, 52px); line-height: .97; letter-spacing: -.045em; overflow-wrap: anywhere; }
  .roles-intro h2 { font-size: clamp(36px, 10.8vw, 48px); }
  .large-copy { font-size: 20px; }
  .ticker { margin-top: 70px; }
  .ticker div { padding-block: 12px; animation-duration: 15s; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 460px; }
  .journey-layout { display: block; }
  .journey-visual { position: relative; top: auto; height: 520px; min-height: 0; margin-bottom: 30px; }
  .mobile-motion-ready .journey-visual.is-mobile-active { animation: mobile-panel-pulse 4.8s ease-in-out infinite; }
  .journey-copy { display: grid; gap: 12px; }
  .journey-step { min-height: 0; padding: 38px 18px 38px 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); opacity: 1; transform: none; }
  .journey-step::before { left: -1px; height: 42% !important; }
  .journey-step h3 { font-size: 34px; }
  .journey-step p { font-size: 15px; }
  .brief-board { inset: 6% 5% 8%; padding: 20px; }
  .brief-board-card { grid-template-columns: 95px 1fr; gap: 12px; padding: 14px 0; }
  .brief-board-card span { font-size: 15px; }
  .brief-board-stamp { display: none; }
  .film-sheet-a { width: 70%; }
  .film-sheet-b { width: 48%; }
  .film-symbol { width: 82px; height: 82px; font-size: 49px; }
  .travel-case-large { width: 50%; }
  .travel-badge { width: 115px; height: 115px; font-size: 13px; }
  .journey-photo-caption strong { font-size: 25px; }
  .film-library { margin-top: 75px; padding: 28px 18px; }
  .film-library-head { grid-template-columns: 1fr; gap: 8px; }
  .film-types { grid-template-columns: 1fr; }
  .film-types article { min-height: 210px; }
  .film-types h4 { margin-top: 42px; }
  .film-marquee { margin: 40px -18px -28px; }
  .role-panels { grid-template-columns: 1fr; }
  .role-panel { min-height: 0; padding: 30px 24px; }
  .mobile-motion-ready .role-panel.is-mobile-active::before { opacity: .48; transform: scale(1.01); }
  .mobile-motion-ready .role-panel.is-mobile-active::after { opacity: .72; animation: mobile-border-glow 3.6s ease-in-out infinite; }
  .split-heading { grid-template-columns: 1fr; }
  .split-heading > p { font-size: 17px; }
  .format-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 520px repeat(4, 270px); }
  .format-card-main { grid-column: auto; }
  .mobile-motion-ready .format-card.is-mobile-active > img,
  .mobile-motion-ready .proof-grid figure.is-mobile-active img { animation: mobile-image-breathe 7s ease-in-out infinite; }
  .mobile-motion-ready .step-card.is-mobile-active::before { width: 100%; }
  .proof-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 320px); }
  .proof-wide { grid-column: auto; }
  .proof-tall { grid-column: auto; }
  .event-gallery { display: block; }
  .gallery-stage { min-height: 0; height: auto; aspect-ratio: auto; }
  .mobile-motion-ready .gallery-stage.is-mobile-active { animation: mobile-panel-pulse 4.8s ease-in-out infinite; }
  .gallery-stage img { position: relative; inset: auto; width: 100%; height: auto; object-fit: contain; }
  .gallery-stage-meta { left: 18px; right: 18px; bottom: 76px; }
  .gallery-stage-meta b { font-size: 25px; }
  .gallery-controls { left: 14px; right: auto; bottom: 14px; }
  .gallery-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; padding: 3px 2px 10px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .gallery-thumb { flex: 0 0 128px; aspect-ratio: 1; scroll-snap-align: start; }
  .gallery-lightbox { padding: 18px 10px calc(18px + env(safe-area-inset-bottom)); }
  .gallery-lightbox-close { right: 12px; top: 12px; }
  .scope-grid { gap: 50px; }
  .scope-list li { font-size: 17px; }
  .role-panel::before { opacity: .18; transform: scale(1.02); }
  .brief-grid { gap: 50px; }
  .chat-card { padding: 28px 20px; }
  .mobile-motion-ready .chat-card.is-mobile-active::before { animation: mobile-orbit-drift 7.5s ease-in-out infinite; }
  .chat-card h3 { margin-top: 42px; font-size: 39px; }
  .chat-button { min-height: 58px; }
  .feedback-grid { gap: 48px; }
  .feedback-copy > p:not(.section-kicker) { font-size: 17px; }
  .feedback-form { padding: 20px 16px; }
  .form-row, .form-submit-row { grid-template-columns: 1fr; }
  .form-submit { width: 100%; }
  .lead-dialog { width: calc(100vw - 28px); max-height: calc(100dvh - 28px); border-radius: 20px; }
  .lead-dialog-inner { padding: 54px 18px 22px; }
  .lead-dialog h2 { font-size: clamp(35px, 10.8vw, 48px); }
  .lead-dialog-inner > p:not(.section-kicker) { font-size: 14px; }
  .button-primary, .mobile-chat-cta { position: relative; overflow: hidden; }
  .button-primary::after, .mobile-chat-cta::after { content: ""; position: absolute; z-index: 0; top: -35%; bottom: -35%; left: 0; width: 18%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent); transform: translateX(-160%) skewX(-18deg); animation: mobile-cta-shine 4.2s ease-in-out infinite; pointer-events: none; }
  .button-primary > span, .button-primary > b, .mobile-chat-cta > span, .mobile-chat-cta > b { position: relative; z-index: 1; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner > p { grid-column: span 2; grid-row: 2; }
  .footer-links { flex-direction: column; align-items: flex-end; gap: 8px; }
  .mobile-chat-cta { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); min-height: 54px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 0 20px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: var(--red); box-shadow: 0 14px 35px rgba(0,0,0,.38); color: var(--white); font-size: 13px; font-weight: 900; transition: opacity .25s ease, transform .35s cubic-bezier(.16,1,.3,1); }
  .mobile-chat-cta b { font-size: 20px; }
  .mobile-chat-cta.is-hidden { opacity: 0; transform: translateY(calc(100% + 24px)); pointer-events: none; }
}

@media (max-width: 420px) {
  .brand-lockup { gap: 6px; padding-inline: 7px; }
  .brand-raduga { width: 68px; }
  .brand-pe4atnik { width: 58px; }
  .brand-x { font-size: 14px; }
  .header-cta { padding-inline: 11px; }
  .hero { min-height: 720px; }
  .hero h1 { font-size: clamp(44px, 14vw, 56px); }
  .section h2 { font-size: clamp(36px, 11.5vw, 46px); }
  .roles-intro h2 { font-size: clamp(34px, 10.7vw, 43px); }
  .hero-lead { font-size: 17px; }
  .hero-facts strong { font-size: 19px; }
  .journey-visual { height: 470px; }
  .journey-screen-meta { left: 18px; right: 18px; }
  .journey-photo-caption { left: 18px; right: 18px; display: grid; }
  .journey-photo-caption strong { text-align: left; }
  .scope-list li { grid-template-columns: 42px 1fr; }
  .gallery-stage { aspect-ratio: auto; }
  .gallery-thumb { flex-basis: 116px; }
  .chat-card h3 { font-size: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-video { display: none; }
  .hero { background: linear-gradient(90deg, rgba(5,8,14,.9), rgba(5,8,14,.35)), url("assets/photos/branded-booth.webp") center / cover; }
  .hero-line, .will-reveal { opacity: 1; transform: none; }
  .film-marquee div { animation: none; }
  .ticker div { animation: none; }
  .journey-panel { transition: none; }
}
