:root {
  --ink: #000;
  --paper: #fff;
  --acid: #ffd600;
  --line: rgba(255, 255, 255, .22);
  --muted: rgba(255, 255, 255, .7);
  --sans: "Pixelify Sans", "Courier New", Courier, monospace;
  --display: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --page-padding: clamp(20px, 4.6vw, 80px);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 16px; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }
::selection { background: var(--acid); color: var(--ink); }
h1, h2, h3 { font-style: normal; }
.logo, .hero h1, .section h2, .showreel h2, .contact h2, .collection-title, .project-info h3, .contact-email { font-family: var(--display); }
.title-accent { color: var(--acid); font-style: normal; font-weight: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { height: 92px; padding: 0 var(--page-padding); display: flex; justify-content: space-between; align-items: center; gap: 24px; position: absolute; inset: 0 0 auto; z-index: 5; color: var(--paper); }
.logo { font-size: 20px; letter-spacing: -.02em; font-weight: 500; white-space: nowrap; }
.logo span { color: var(--acid); margin: 0 2px; }
.main-nav { display: flex; gap: clamp(20px, 3vw, 44px); font-size: 13px; font-weight: 400; }
.main-nav a, .header-mail { transition: color .2s ease; }
.main-nav a:hover, .header-mail:hover { color: var(--acid); }
.header-actions { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); }
.language-switch { display: inline-flex; align-items: center; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50px; padding: 3px; }
.language-button { min-width: 40px; min-height: 38px; padding: 7px 9px; border: 0; border-radius: 50px; color: var(--paper); background: transparent; font-size: 11px; font-weight: 500; letter-spacing: .03em; transition: color .2s, background .2s; }
.language-button:hover { background: rgba(255,255,255,.1); }
.language-button[aria-pressed="true"] { color: var(--ink); background: var(--acid); }
.header-mail { font-size: 13px; font-weight: 400; white-space: nowrap; }
.header-mail span[aria-hidden="true"], .text-link span[aria-hidden="true"] { color: var(--acid); font-size: 18px; }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; isolation: isolate; min-height: 770px; padding: clamp(195px, 20vw, 280px) var(--page-padding) 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--ink); }
.hero-copy { position: relative; z-index: 2; opacity: calc(1 - var(--hero-scroll, 0)); translate: 0 calc(var(--hero-scroll, 0) * -55px); }
.hero h1 { position: relative; z-index: 1; margin: 0; font-size: clamp(34px, 10vw, 144px); line-height: 1; font-weight: 600; letter-spacing: -.025em; text-transform: uppercase; white-space: nowrap; }
.eyebrow { margin: 0; font-size: 11px; font-weight: 400; line-height: 1.65; letter-spacing: .12em; text-transform: uppercase; }
.hero-role { position: relative; z-index: 1; color: var(--acid); margin: 30px 0 0; font-size: clamp(11px, 1.25vw, 17px); letter-spacing: .22em; }
.hero-bottom { position: relative; z-index: 1; margin-top: 35px; font-family: var(--display); font-size: clamp(16px, 1.65vw, 23px); line-height: 1.55; color: rgba(255,255,255,.83); }
.hero-bottom p { margin: 0; }
.hero-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 24px; border: 1px solid rgba(255,255,255,.3); border-radius: 50px; color: var(--paper); font-size: 15px; font-weight: 400; transition: border-color .2s, color .2s; }
.hero-button:hover { border-color: var(--acid); color: var(--acid); }
.hero-button > span[aria-hidden="true"] { font-size: 20px; line-height: 1; }
.cinema-doodles { position: absolute; z-index: 1; inset: 90px 0 0; overflow: hidden; pointer-events: none; color: var(--paper); opacity: calc(1 - var(--hero-scroll, 0)); translate: 0 calc(var(--hero-scroll, 0) * -35px); transition: opacity .7s ease; }
.hero:not(.is-ready) .cinema-doodles { opacity: 0; }
.cinema-symbols { position: absolute; }
.cinema-doodle { position: absolute; opacity: .5; filter: drop-shadow(0 0 7px rgba(255,255,255,.09)); }
.camera-one { width: clamp(76px, 9vw, 128px); left: 5%; top: 17%; animation: doodle-float-a 8s ease-in-out infinite; }
.camera-two { width: clamp(58px, 6vw, 82px); right: 5%; bottom: 14%; animation: doodle-float-b 9.5s ease-in-out -2s infinite; }
.light-one { width: clamp(55px, 6vw, 82px); right: 8%; top: 13%; animation: doodle-float-c 7.5s ease-in-out -4s infinite; }
.light-two { width: clamp(48px, 5vw, 68px); left: 12%; bottom: 8%; animation: doodle-float-b 10s ease-in-out -5s infinite; }
.clapper-one { width: clamp(62px, 6vw, 88px); right: 22%; top: 43%; animation: doodle-float-a 9s ease-in-out -3s infinite; }
.clapper-two { width: clamp(50px, 5vw, 70px); left: 23%; top: 53%; animation: doodle-float-c 8.5s ease-in-out -1s infinite; }
.lens-one { width: clamp(42px, 4vw, 58px); left: 34%; top: 13%; animation: doodle-float-b 7.8s ease-in-out -3s infinite; }
.reel-one { width: clamp(52px, 5vw, 72px); right: 34%; bottom: 9%; animation: doodle-float-c 9.2s ease-in-out -6s infinite; }
@keyframes doodle-float-a { 0%, 100% { transform: translate(0, 0) rotate(-7deg); } 50% { transform: translate(12px, -18px) rotate(-2deg); } }
@keyframes doodle-float-b { 0%, 100% { transform: translate(0, 0) rotate(8deg); } 50% { transform: translate(-14px, -13px) rotate(3deg); } }
@keyframes doodle-float-c { 0%, 100% { transform: translate(0, 0) rotate(-3deg); } 50% { transform: translate(8px, 16px) rotate(4deg); } }

.section { padding: 100px var(--page-padding); }
.work { padding-top: 52px; }
.section-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 24px 48px; }
.section-heading > * { min-width: 0; }
.section h2, .showreel h2, .contact h2 { margin: 0; font-size: clamp(34px, 4.8vw, 70px); line-height: 1.12; font-weight: 600; letter-spacing: -.02em; text-transform: uppercase; }
.section-heading h2 { font-size: clamp(25px, 3.2vw, 48px); line-height: 1.1; }
.work-intro { margin: 0; max-width: 410px; font-family: var(--display); font-size: 14px; line-height: 1.55; color: var(--muted); }
.portfolio-note { max-width: 600px; margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 36px 0 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.filter { min-height: 44px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 50px; background: transparent; color: var(--paper); font-size: 12px; font-weight: 400; transition: background .2s, border-color .2s, color .2s; }
.filter-count { margin-left: 6px; opacity: .7; font-variant-numeric: tabular-nums; }
.filter:hover { border-color: var(--acid); }
.filter.is-active { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.collection-shortcuts { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 26px; margin: -6px 0 24px; }
.collection-shortcuts .text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 40px; margin: 0; padding: 7px 0; font-size: 12px; }
.text-link { display: inline-block; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid var(--line); font-weight: 400; font-size: 14px; color: var(--paper); }
.text-link:hover { border-bottom-color: var(--acid); color: var(--acid); }

.projects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px 24px; }
.project { min-width: 0; position: relative; z-index: 21; }
.project-poster { z-index: 1; isolation: isolate; padding: 0; border: 1px solid var(--line); border-radius: 4px; display: block; position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 10; background: var(--ink); color: var(--paper); text-align: left; }
.project-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,.12), transparent 56%, rgba(0,0,0,.25)); pointer-events: none; }
.poster-art { position: absolute; inset: -4%; background-blend-mode: normal; filter: none; transition: transform .6s ease; }
.project:hover .poster-art { transform: scale(1.035); }
.project-play { position: absolute; z-index: 1; left: 20px; bottom: 20px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; padding-left: 2px; background: var(--acid); color: var(--ink); font-size: 13px; opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .25s; }
.project:hover .project-play, .project-poster:focus-visible .project-play { opacity: 1; transform: none; }
.project-index { position: absolute; z-index: 1; top: 18px; right: 18px; font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; }
.project-info { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-top: 18px; }
.project-info h3 { margin: 0 0 8px; font-size: clamp(17px, 1.7vw, 23px); font-weight: 500; letter-spacing: 0; }
.project-info p, .project-year { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.project-year { white-space: nowrap; }
.art-cobalt { background: radial-gradient(ellipse at 32% 42%, #fff 0 7%, transparent 8%), radial-gradient(ellipse at 61% 43%, #ffd600 0 20%, transparent 21%), radial-gradient(ellipse at 75% 42%, rgba(255,255,255,.22) 0 32%, transparent 33%), linear-gradient(120deg, #000 10%, rgba(255,255,255,.18) 52%, #000 53%), #000; }
.art-sunset { background: radial-gradient(ellipse at 50% 46%, #fff 0 8%, #ffd600 9% 26%, transparent 27%), linear-gradient(166deg, rgba(255,255,255,.2) 0 41%, #000 41% 58%, rgba(255,255,255,.7) 58%), #000; }
.art-chrome { background: radial-gradient(ellipse at 53% 45%, #fff 0 7%, transparent 7.5%), linear-gradient(110deg, transparent 0 38%, rgba(255,255,255,.85) 38% 45%, rgba(255,255,255,.15) 46% 56%, #fff 57% 64%, transparent 65%), linear-gradient(120deg, #000, rgba(255,255,255,.4) 41%, #000 60%, rgba(255,255,255,.1)), #000; }
.art-lime { background: radial-gradient(circle at 66% 37%, #ffd600 0 11%, transparent 11.5%), radial-gradient(ellipse at 36% 60%, #fff 0 18%, transparent 18.5%), linear-gradient(135deg, #000 0 47%, rgba(255,255,255,.3) 47% 57%, #000 57%), #000; }
.art-violet { background: radial-gradient(ellipse at 54% 50%, #ffd600 0 12%, rgba(255,255,255,.7) 13% 24%, transparent 25%), linear-gradient(155deg, #000, rgba(255,255,255,.2) 55%, #fff 120%), #000; }
.art-silver { background: radial-gradient(ellipse at 50% 36%, #fff 0 4%, transparent 4.5%), repeating-linear-gradient(100deg, transparent 0 20px, rgba(255,255,255,.25) 21px 22px), linear-gradient(135deg, #000, rgba(255,255,255,.6) 51%, #000), #000; }

.clients { overflow: hidden; padding: 32px 0 38px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink); }
.clients-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 0 var(--page-padding); margin-bottom: 22px; }
.clients-heading .eyebrow { flex: 0 0 auto; color: var(--acid); }
.clients-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(14px, 1.5vw, 20px); font-weight: 500; line-height: 1.25; letter-spacing: 0; text-transform: none; text-align: right; }
.client-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.client-track { display: flex; width: max-content; will-change: transform; animation: client-marquee 34s linear infinite; }
.client-list { display: flex; flex: 0 0 auto; align-items: center; gap: clamp(34px, 4vw, 72px); margin: 0; padding: 0 clamp(34px, 4vw, 72px) 0 0; list-style: none; }
.client-logo { flex: 0 0 clamp(112px, 11vw, 160px); width: clamp(112px, 11vw, 160px); height: 72px; display: grid; place-items: center; }
.client-logo img { display: block; max-width: 100%; max-height: 62px; width: auto; height: auto; object-fit: contain; mix-blend-mode: screen; }
.client-logo .logo-on-light { filter: grayscale(1) invert(1) contrast(500%) brightness(2); }
.client-logo .logo-on-dark { filter: grayscale(1) contrast(500%) brightness(1.65); }
@keyframes client-marquee { to { transform: translateX(calc(-50%)); } }

.showreel { position: relative; overflow: hidden; isolation: isolate; min-height: 480px; padding: 100px var(--page-padding); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; background: var(--ink); }
.showreel > .eyebrow { color: var(--acid); }
.showreel h2 { margin: 28px 0 32px; font-size: clamp(46px, 6.3vw, 92px); }
.showreel-frame { position: absolute; z-index: -1; width: min(70%, 880px); aspect-ratio: 16/9; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-6deg); border: 1px solid rgba(255,214,0,.18); border-radius: 4px; }
.play-showreel { display: inline-flex; align-items: center; gap: 12px; padding: 9px 23px 9px 10px; border: 1px solid rgba(255,255,255,.32); border-radius: 50px; background: transparent; color: var(--paper); font-size: 14px; font-weight: 400; transition: border-color .2s; }
.play-showreel:hover { border-color: var(--acid); }
.play-icon { display: grid; place-items: center; width: 34px; height: 34px; padding-left: 2px; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 11px; }
.showreel-note { margin: 35px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .1em; }

.about-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 45px clamp(40px, 9vw, 135px); margin-top: 50px; }
.about > .eyebrow { color: var(--acid); }
.about-layout h2 { font-size: clamp(30px, 4.2vw, 60px); line-height: 1.08; overflow-wrap: anywhere; hyphens: auto; }
.about-copy { max-width: 430px; color: var(--muted); font-family: var(--display); font-size: 16px; line-height: 1.65; }
.about-copy p { margin: 0 0 18px; }

.contact { padding: 100px var(--page-padding) 30px; min-height: 540px; display: flex; flex-direction: column; align-items: flex-start; background: var(--ink); border-top: 1px solid var(--line); }
.contact > .eyebrow { color: var(--acid); }
.contact h2 { margin: 30px 0 40px; }
.contact-email { margin: 0 0 10px; font-size: clamp(22px, 2.5vw, 32px); font-weight: 500; letter-spacing: 0; }
.contact-note { margin: 0; font-family: var(--display); font-size: 14px; line-height: 1.6; color: var(--muted); }
.contact-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.contact-button { display: inline-flex; align-items: center; gap: 11px; min-height: 52px; padding: 11px 18px; border: 1px solid rgba(255,255,255,.34); border-radius: 50px; color: var(--paper); font-size: 14px; font-weight: 500; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.contact-button:hover { border-color: var(--acid); color: var(--acid); transform: translateY(-2px); }
.contact-button svg { width: 23px; height: 23px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-button svg .icon-fill { fill: currentColor; stroke: none; }
.contact-button-primary { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.contact-button-primary:hover { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.contact-handle { color: currentColor; font-size: 11px; font-weight: 400; opacity: .68; }
.contact-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; width: 100%; margin-top: auto; padding-top: 90px; color: var(--muted); font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .1em; }
.contact-meta p { margin: 0; }
.contact-meta > span { margin-left: auto; }

.collection-hero { padding: 135px var(--page-padding) 75px; background: var(--ink); }
.back-link { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; min-height: 40px; border-bottom: 1px solid transparent; font-size: 12px; line-height: 1.5; }
.back-link:hover { color: var(--acid); border-bottom-color: var(--acid); }
.collection-label { margin-top: 62px; color: var(--acid); }
.collection-title { margin: 28px 0; font-size: clamp(44px, 8.3vw, 120px); font-weight: 600; line-height: 1.06; letter-spacing: -.02em; text-transform: uppercase; }
html:lang(ru) .collection-title { font-size: clamp(30px, 6.5vw, 94px); }
.collection-intro { max-width: 480px; margin: 24px 0 0; font-family: var(--display); font-size: 16px; line-height: 1.6; color: var(--muted); }
.collection-work { padding-top: 35px; }
.collection-toolbar { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 25px; }
.collection-toolbar h2.eyebrow { font-size: 11px; line-height: 1.5; letter-spacing: .14em; font-weight: 600; }
.collection-toolbar .text-link { margin-top: 0; }
.collection-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px; padding: 28px var(--page-padding); border-top: 1px solid var(--line); color: var(--muted); }
.collection-footer .contact-role { margin: 0; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.collection-footer > span { margin-left: auto; font-size: 10px; }

.video-modal { width: min(960px, calc(100% - 32px)); border: 1px solid var(--line); padding: 0; overflow: visible; background: var(--ink); color: var(--paper); }
.video-modal::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.video-frame { aspect-ratio: 16/9; display: grid; place-items: center; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-frame video { width: 100%; height: 100%; display: block; background: var(--ink); object-fit: contain; }
.video-frame p { max-width: 330px; padding: 0 20px; font-size: 14px; text-align: center; line-height: 1.6; }
.modal-close { position: absolute; top: -48px; right: 0; min-width: 40px; min-height: 40px; border: 0; background: transparent; color: var(--paper); font-size: 32px; line-height: 1; }

.reveal { animation: rise .65s both ease-out; }
.hero-role { animation-delay: .1s; }
.hero-bottom { animation-delay: .18s; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

html.scroll-motion-ready .scroll-reveal { opacity: 0; translate: 0 24px; transition: opacity .65s ease var(--reveal-delay, 0ms), translate .65s ease var(--reveal-delay, 0ms); }
html.scroll-motion-ready .scroll-reveal.is-visible { opacity: 1; translate: 0 0; }

@media (max-width: 820px) {
  .header-mail { display: none; }
}
@media (max-width: 720px) {
  .site-header { height: 74px; gap: 8px; padding-inline: 16px; }
  .logo { margin-right: auto; font-size: 16px; }
  .header-actions { order: 1; gap: 0; }
  .language-switch { padding: 2px; }
  .language-button { min-width: 32px; min-height: 38px; padding: 6px; font-size: 10px; }
  .menu-toggle { order: 2; display: flex; flex-shrink: 0; width: 40px; height: 44px; flex-direction: column; justify-content: center; gap: 6px; padding: 8px; border: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 100%; height: 1px; background: var(--paper); transition: transform .2s; }
  .menu-toggle.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: absolute; top: 74px; right: 20px; display: none; flex-direction: column; gap: 20px; padding: 24px; border: 1px solid var(--line); background: var(--ink); }
  .main-nav.is-open { display: flex; }
  .hero { min-height: 660px; padding-top: 158px; padding-bottom: 115px; }
  .hero h1 { font-size: clamp(34px, 10vw, 72px); }
  .hero-role { margin-top: 24px; line-height: 1.8; letter-spacing: .16em; }
  .hero-bottom { margin-top: 28px; font-size: 16px; }
  .hero-actions { gap: 10px; margin-top: 28px; }
  .hero-button { min-height: 46px; padding: 11px 18px; font-size: 13px; gap: 8px; }
  .cinema-doodle { opacity: .36; }
  .camera-one { left: -5%; top: 16%; }
  .light-one { right: -3%; top: 13%; }
  .clapper-one { right: 3%; top: 58%; }
  .light-two { left: 2%; bottom: 6%; }
  .camera-two, .clapper-two, .lens-one, .reel-one { display: none; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .work { padding-top: 32px; }
  .section-heading { display: block; }
  .section-heading h2 { font-size: clamp(24px, 6.7vw, 42px); }
  .work-intro { margin-top: 18px; font-size: 13px; }
  .filters { margin-top: 28px; gap: 7px; }
  .filter { padding: 10px 12px; font-size: 11px; }
  .filter-count { margin-left: 4px; }
  .collection-shortcuts { gap: 6px 20px; }
  .collection-shortcuts .text-link { font-size: 11px; }
  .projects { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .project-play { opacity: 1; transform: none; width: 40px; height: 40px; left: 15px; bottom: 15px; }
  .clients { padding: 26px 0 30px; }
  .clients-heading { align-items: flex-start; margin-bottom: 18px; }
  .clients-heading h2 { max-width: 210px; font-size: 13px; }
  .client-track { animation-duration: 27s; }
  .client-list { gap: 34px; padding-right: 34px; }
  .client-logo { flex-basis: 112px; width: 112px; height: 58px; }
  .client-logo img { max-height: 50px; }
  .showreel { min-height: 460px; padding-top: 75px; padding-bottom: 75px; }
  .showreel h2 { font-size: clamp(42px, 10vw, 70px); }
  .showreel-frame { width: 85%; }
  .about-layout { grid-template-columns: minmax(0, 1fr); gap: 30px; margin-top: 35px; }
  .about-layout h2 { font-size: clamp(29px, 7.4vw, 46px); }
  .about-copy { font-size: 15px; }
  .contact { padding-top: 72px; min-height: 510px; }
  .contact h2 { font-size: clamp(34px, 8.6vw, 55px); }
  .contact-links { width: 100%; }
  .contact-button { width: 100%; justify-content: flex-start; }
  .contact-handle { margin-left: auto; }
  .contact-meta { padding-top: 65px; }
  .contact-meta > span { margin-left: 0; width: 100%; }
  .collection-hero { padding-top: 108px; padding-bottom: 40px; }
  .collection-label { margin-top: 36px; }
  .collection-title { font-size: clamp(36px, 8.5vw, 61px); overflow-wrap: anywhere; }
  html:lang(ru) .collection-title { font-size: clamp(29px, 7.5vw, 54px); }
  .collection-intro { font-size: 15px; }
  .collection-work { padding-top: 28px; }
  .collection-footer { flex-direction: column; align-items: flex-start; gap: 16px; }
  .collection-footer > span { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-copy, .cinema-doodles { opacity: 1; translate: none; }
}
