@font-face { font-family: "Onest"; src: url("assets/fonts/onest-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Onest"; src: url("assets/fonts/onest-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Onest"; src: url("assets/fonts/onest-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Onest"; src: url("assets/fonts/onest-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Unbounded"; src: url("assets/fonts/unbounded-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Unbounded"; src: url("assets/fonts/unbounded-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Unbounded"; src: url("assets/fonts/unbounded-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  color-scheme: dark;
  --ink: #070807;
  --ink-soft: #0f1111;
  --bone: #e8e1d5;
  --bone-dim: #b7b0a5;
  --amber: #d29a56;
  --amber-bright: #e2aa65;
  --steel: #687177;
  --line: rgba(232, 225, 213, .18);
  --shell: min(1440px, calc(100vw - 80px));
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--bone); font-family: "Onest", sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img, video { display: block; max-width: 100%; height: auto; }
::selection { background: var(--amber); color: var(--ink); }
:focus-visible { outline: 2px solid var(--amber-bright); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 10px 14px; background: var(--bone); color: var(--ink); transform: translateY(-160%); transition: transform .25s ease; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 112px; padding: 20px 40px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 32px; transition: height .45s var(--ease), background .35s ease, border-color .35s ease; }
.site-header.scrolled { height: 80px; padding-block: 8px; overflow: hidden; background: rgba(7, 8, 7, .94); border-bottom: 1px solid var(--line); }
.brand { width: 160px; height: 150px; overflow: hidden; display: grid; place-items: center; transition: width .45s var(--ease), height .45s var(--ease); }
.brand img { width: 100%; max-width: none; height: auto; pointer-events: none; filter: invert(1); mix-blend-mode: screen; clip-path: inset(20% 8% 18%); transform: translateY(-3%) scale(1.34); transform-origin: center; transition: transform .45s var(--ease); }
.site-header.scrolled .brand { width: 94px; height: 64px; }
.site-header.scrolled .brand img { transform: translateY(-17%) scale(1.08); }
.desktop-nav { justify-self: center; display: flex; gap: clamp(20px, 3vw, 52px); font-size: 14px; }
.desktop-nav a, .header-contact { position: relative; padding-block: 8px; }
.desktop-nav a::after, .header-contact::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--amber); transition: right .35s var(--ease); }
.desktop-nav a:hover::after, .header-contact:hover::after { right: 0; }
.header-contact { font-size: 13px; color: var(--bone-dim); }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; height: calc(100svh - 220px); min-height: 620px; display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.hero-media, .hero-media video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -2; background: #111 url("assets/camera.png") center/cover no-repeat; }
.hero-media video { object-fit: cover; object-position: center; }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(7,8,7,.98) 0%, rgba(7,8,7,.88) 28%, rgba(7,8,7,.2) 60%, rgba(7,8,7,.12) 100%), linear-gradient(0deg, rgba(7,8,7,.54), transparent 35%); }
.hero-copy { position: relative; z-index: 2; width: min(760px, 53vw); margin-left: max(40px, calc((100vw - 1440px) / 2)); padding-top: 80px; }
h1, h2 { font-family: "Unbounded", sans-serif; font-weight: 600; letter-spacing: -.035em; line-height: 1.02; text-wrap: balance; }
h1 { margin: 0; max-width: 780px; font-size: clamp(3.25rem, 5vw, 5.1rem); }
h1 span { display: block; white-space: nowrap; }
.hero-lead { margin: 28px 0 34px; color: var(--bone-dim); font-size: clamp(1rem, 1.35vw, 1.25rem); }
.primary-action { width: fit-content; min-width: 255px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 18px 20px 18px 24px; border: 0; border-radius: 2px; background: var(--amber); color: var(--ink); cursor: pointer; font-weight: 600; transition: background .25s ease, transform .35s var(--ease); }
.primary-action:hover { background: var(--amber-bright); transform: translateY(-3px); }
.arrow { position: relative; flex: 0 0 24px; width: 24px; height: 12px; }
.arrow::before { content: ""; position: absolute; left: 0; right: 1px; top: 50%; height: 1.5px; background: currentColor; transform: translateY(-50%); }
.arrow::after { content: ""; position: absolute; right: 1px; top: 50%; width: 7px; height: 7px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: translateY(-50%) rotate(45deg); transform-origin: center; }
.time-rail { position: absolute; z-index: 3; left: 49.5%; top: 19%; bottom: 16%; width: 88px; color: rgba(232,225,213,.62); font-size: 11px; font-variant-numeric: tabular-nums; }
.rail-line { position: absolute; left: 44px; top: 18px; bottom: 18px; width: 1px; background: rgba(232,225,213,.24); }
.rail-ticks { position: absolute; inset: 0 -7px; background: repeating-linear-gradient(to bottom, transparent 0 10px, rgba(232,225,213,.48) 10px 11px, transparent 11px 20px); mask: linear-gradient(90deg, transparent 0 44%, #000 44% 56%, transparent 56%); }
.playhead { position: absolute; left: -7px; top: 0; width: 15px; height: 2px; background: var(--amber-bright); transform: translateY(-50%); will-change: top; }
.playhead::before { content: ""; position: absolute; right: 12px; top: -5px; border: 6px solid transparent; border-right-color: var(--amber-bright); }
.time-label { position: absolute; left: -8px; }
.time-start { top: 0; transform: translateX(-100%); }
.time-end { bottom: 0; transform: translateX(-100%); }
.scrub-hint { position: absolute; z-index: 3; right: 40px; bottom: 70px; margin: 0; color: rgba(232,225,213,.72); font-size: 12px; }
.scrub-hint span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border: 1px solid var(--amber); border-radius: 50%; box-shadow: 0 0 0 5px rgba(210,154,86,.12); }
.scroll-cue { position: absolute; z-index: 3; left: 40px; bottom: 36px; display: flex; gap: 18px; font-size: 12px; color: var(--bone-dim); }
.scroll-cue::after { content: ""; width: 22px; height: 22px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-8px); }

.contact-sheet { height: 220px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sheet-frame { position: relative; overflow: hidden; padding: 24px 30px; display: flex; align-items: flex-end; isolation: isolate; background: #121414 url("assets/camera.png") center/cover no-repeat; }
.sheet-frame + .sheet-frame { border-left: 1px solid var(--line); }
.sheet-frame::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(7,8,7,.9), rgba(7,8,7,.06)); transition: background .45s ease; }
.sheet-frame::after { content: ""; position: absolute; inset: 18px; border: 1px solid transparent; transition: border-color .35s ease; }
.sheet-frame:hover::after { border-color: rgba(210,154,86,.55); }
.sheet-frame:hover::before { background: linear-gradient(0deg, rgba(7,8,7,.7), rgba(7,8,7,.02)); }
.sheet-frame span { font-family: "Unbounded", sans-serif; font-size: clamp(1rem, 1.5vw, 1.4rem); }
.sheet-cinema { background-image: url("assets/art-cinema-green.webp"); background-position: 50% 50%; }
.sheet-doc { background-image: url("assets/documentary-khakassia-cliffs.webp"); background-position: 50% 50%; filter: saturate(.78) contrast(1.03); }
.sheet-ad { background-position: 92% 56%; }

.section { padding: clamp(100px, 11vw, 180px) 0; }
.section-shell { width: var(--shell); margin-inline: auto; }
.section h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5rem); }
.about { background: var(--bone); color: var(--ink); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px 8vw; }
.section-title-wrap { grid-column: 1 / -1; }
.about-copy { max-width: 690px; }
.about-copy p { max-width: 68ch; color: #333735; }
.about-copy .large-copy { margin-top: 0; color: var(--ink); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.35; }
.about-facts { border-top: 1px solid rgba(7,8,7,.25); }
.about-facts article { display: grid; grid-template-columns: minmax(170px, .85fr) 1fr; gap: 30px; padding: 26px 0; border-bottom: 1px solid rgba(7,8,7,.18); }
.about-facts h3, .about-facts p { margin: 0; }
.about-facts h3 { font-size: 1rem; }
.about-facts p { color: #4f514e; }

.services { background: var(--ink); }
.services-heading { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 10vw; margin-bottom: 80px; }
.services-heading p { max-width: 43ch; margin: 0 0 8px; color: var(--bone-dim); }
.service-list { border-top: 1px solid var(--line); }
.service-row { min-height: 150px; display: grid; grid-template-columns: 90px minmax(260px, .8fr) 1fr; gap: 5vw; align-items: center; border-bottom: 1px solid var(--line); transition: background .35s ease; }
.service-row:hover { background: rgba(210,154,86,.06); }
.service-mark { color: var(--amber); font-size: 11px; letter-spacing: .16em; }
.service-row h3, .service-row p { margin: 0; }
.service-row h3 { font-family: "Unbounded", sans-serif; font-size: clamp(1.35rem, 2.2vw, 2.25rem); line-height: 1.12; transition: transform .35s var(--ease); }
.service-row:hover h3 { transform: translateX(14px); }
.service-row p { max-width: 62ch; color: var(--bone-dim); }

.projects { background: #111313; }
.projects-head { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 8vw; margin-bottom: 60px; }
.projects-head p { max-width: 44ch; margin: 0 0 10px; color: var(--bone-dim); }
.project-stage { min-height: 700px; display: grid; grid-template-columns: 1.55fr .8fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.project-placeholder { position: relative; min-height: 280px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: var(--ink-soft) url("assets/camera.png") center/cover no-repeat; isolation: isolate; }
.project-placeholder::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(7,8,7,.96), rgba(7,8,7,.34)); }
.project-placeholder::after { content: ""; position: absolute; inset: 16px; border: 1px dashed rgba(232,225,213,.32); pointer-events: none; }
.project-main { grid-row: 1 / 3; background-position: 62% 50%; }
.project-side-one { background-position: 32% 55%; filter: saturate(.65); }
.project-side-two { background-position: 86% 52%; filter: sepia(.2); }
.placeholder-status { width: fit-content; padding: 6px 9px; background: var(--bone); color: var(--ink); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.project-placeholder span { color: var(--amber-bright); font-size: 12px; }
.project-placeholder h3 { margin: 8px 0; font-family: "Unbounded", sans-serif; font-size: clamp(1.5rem, 3vw, 3rem); }
.project-placeholder p { margin: 0; color: var(--bone-dim); }

.partners { background: var(--amber); color: var(--ink); }
.partners-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 48px 8vw; align-items: start; }
.partners h2 { font-size: clamp(2.25rem, 4.5vw, 4.5rem); }
.partners p { max-width: 58ch; margin: 10px 0 0; font-size: 1.1rem; }
.partner-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.partner-tags span { padding: 10px 14px; border: 1px solid rgba(7,8,7,.4); border-radius: 999px; font-size: 13px; }
.text-action { justify-self: end; align-self: center; display: flex; gap: 30px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-weight: 600; }
.text-action::after { content: ""; width: 24px; height: 10px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: skewX(45deg); }

.team { background: var(--bone); color: var(--ink); }
.team-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.team-heading p { max-width: 42ch; margin: 0 0 8px; color: #4f514e; }
.team-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(7,8,7,.28); }
.team-role { min-width: 0; padding: 28px 24px 0 0; }
.team-role + .team-role { padding-left: 24px; border-left: 1px solid rgba(7,8,7,.18); }
.role-frame { aspect-ratio: 4/5; display: grid; place-items: center; margin-bottom: 24px; border: 1px dashed rgba(7,8,7,.35); background: linear-gradient(145deg, #d4cec4, #bdb7ae); color: #4f514e; text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.team-role h3 { margin: 0 0 8px; font-family: "Unbounded", sans-serif; font-size: clamp(1.1rem, 1.7vw, 1.6rem); }
.team-role p { margin: 0; color: #4f514e; font-size: 14px; }

.contacts { background: var(--ink); }
.contacts-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; }
.contact-intro > p { max-width: 50ch; color: var(--bone-dim); font-size: 1.1rem; }
address { margin-top: 56px; display: grid; gap: 10px; font-style: normal; }
address a { width: fit-content; font-size: clamp(1.15rem, 2vw, 1.7rem); border-bottom: 1px solid var(--line); }
address span { margin-top: 12px; color: var(--bone-dim); }
.contact-form { padding-top: 12px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 28px; }
.contact-form label span { color: var(--bone-dim); font-size: 13px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--steel); border-radius: 0; background: transparent; color: var(--bone); resize: vertical; transition: border-color .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { outline: 0; border-color: var(--amber); }
.contact-form .invalid { border-color: #e07969; }
.form-submit { margin-top: 8px; }
.form-note { max-width: 54ch; margin-top: 18px; color: var(--bone-dim); font-size: 12px; }
.form-status { min-height: 24px; color: var(--amber-bright); font-size: 13px; }

footer { min-height: 220px; padding: 42px 40px; display: grid; grid-template-columns: 180px 1fr auto; align-items: end; gap: 40px; border-top: 1px solid var(--line); color: var(--bone-dim); font-size: 13px; }
.footer-brand { width: 130px; height: 100px; display: grid; place-items: center; overflow: hidden; }
.footer-brand img { width: 130px; filter: invert(1); transform: scale(1.2); }
footer > div { display: grid; gap: 8px; }
footer > div:last-child { justify-items: end; }

.reveal { opacity: 1; transform: none; filter: none; }
.js .reveal { opacity: 0; transform: translateY(32px); filter: blur(5px); transition: opacity .8s var(--ease), transform .8s var(--ease), filter .8s var(--ease); }
.js .reveal.visible { opacity: 1; transform: none; filter: none; }

@media (max-width: 1100px) {
  :root { --shell: calc(100vw - 48px); }
  .site-header { padding-inline: 24px; grid-template-columns: 150px 1fr auto; }
  .desktop-nav { gap: 18px; font-size: 12px; }
  .header-contact { display: none; }
  .hero-copy { margin-left: 40px; width: 60vw; }
  .time-rail { left: 60%; }
  .service-row { grid-template-columns: 70px minmax(220px, .8fr) 1fr; gap: 3vw; }
  .team-strip { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
  .team-role:nth-child(3) { border-left: 0; padding-left: 0; }
}

@media (max-width: 780px) {
  :root { --shell: calc(100vw - 32px); }
  .site-header { height: 88px; padding: 10px 16px; grid-template-columns: 116px 1fr auto; }
  .site-header.scrolled { height: 68px; padding-block: 6px; }
  .brand { width: 110px; height: 78px; }
  .site-header:not(.scrolled) .brand { height: 108px; }
  .site-header:not(.scrolled) .brand img { transform: translateY(6%) scale(1.34); }
  .site-header.scrolled .brand { width: 78px; height: 54px; }
  .site-header.scrolled .brand img { transform: translateY(-13%) scale(1.08); }
  .desktop-nav { display: none; }
  .menu-toggle { justify-self: end; display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: var(--bone); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; z-index: -1; padding: 112px 24px 40px; display: grid; align-content: start; gap: 6px; background: var(--ink); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 13px 0; border-bottom: 1px solid var(--line); font-family: "Unbounded", sans-serif; font-size: 1.3rem; }
  .hero { height: auto; min-height: 860px; align-items: end; padding-bottom: 104px; }
  .hero-media video { object-position: 78% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,8,7,.99) 6%, rgba(7,8,7,.75) 48%, rgba(7,8,7,.18) 78%); }
  .hero-copy { width: auto; margin: 0 16px; padding: 0; }
  h1 { font-size: clamp(2.7rem, 12vw, 4.1rem); }
  h1 span { white-space: normal; }
  .hero-lead { margin: 18px 0 24px; }
  .primary-action { min-width: min(100%, 280px); }
  .time-rail { left: 16px; right: 16px; top: auto; bottom: 55px; width: auto; height: 32px; }
  .rail-line { left: 0; right: 0; top: 14px; bottom: auto; width: auto; height: 1px; }
  .rail-ticks { inset: -7px 0; background: repeating-linear-gradient(to right, transparent 0 11px, rgba(232,225,213,.48) 11px 12px, transparent 12px 22px); mask: linear-gradient(0deg, transparent 0 42%, #000 42% 58%, transparent 58%); }
  .playhead { top: -7px !important; left: 0; width: 2px; height: 15px; transform: translateX(-50%); }
  .playhead::before { right: -5px; top: -10px; border: 6px solid transparent; border-top-color: var(--amber-bright); }
  .time-start { left: 0; top: 22px; transform: none; }
  .time-end { right: 0; left: auto; top: 22px; bottom: auto; transform: none; }
  .scrub-hint, .scroll-cue { display: none; }
  .contact-sheet { height: auto; grid-template-columns: 1fr; }
  .sheet-frame { min-height: 160px; }
  .sheet-frame + .sheet-frame { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 92px 0; }
  .section h2 { font-size: clamp(2.25rem, 11vw, 3.65rem); }
  .about-grid, .services-heading, .projects-head, .partners-grid, .team-heading, .contacts-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-grid > *, .services-heading > *, .projects-head > *, .partners-grid > *, .team-heading > *, .contacts-grid > * { min-width: 0; }
  .about-grid { gap: 52px; }
  .about-facts article { grid-template-columns: 1fr; gap: 10px; }
  .services-heading { margin-bottom: 45px; }
  .service-row { padding: 28px 0; grid-template-columns: 1fr; gap: 10px; }
  .service-row:hover h3 { transform: none; }
  .project-stage { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .project-main { grid-row: auto; min-height: 480px; }
  .partners { padding-block: 88px; }
  .partners h2 { font-size: 1.65rem; line-height: 1.12; }
  .text-action { justify-self: start; }
  .team-strip { grid-template-columns: 1fr 1fr; }
  .team-role { padding-right: 12px; }
  .team-role + .team-role { padding-left: 12px; }
  .contact-form { padding-top: 30px; }
  footer { grid-template-columns: 1fr; padding: 36px 16px; }
  footer > div:last-child { justify-items: start; }
}

@media (max-width: 460px) {
  .hero { min-height: 780px; }
  h1 { font-size: 2.65rem; }
  .team-strip { grid-template-columns: 1fr; }
  .team-role, .team-role + .team-role { padding: 28px 0 0; border-left: 0; border-top: 1px solid rgba(7,8,7,.18); }
  .team-role:first-child { border-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; filter: none; }
}
