:root {
  --paper: #eee7da;
  --paper-soft: #f7f1e6;
  --ink: #171714;
  --graphite: #3f403c;
  --graphite-dark: #252622;
  --graphite-soft: #66635d;
  --muted: #716b5e;
  --line: rgba(23, 23, 20, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --gold: #d4a83b;
  --gold-soft: #f0cf74;
  --radius: 8px;
  --shadow: 0 26px 70px rgba(28, 29, 27, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin: 0;
  overflow-wrap: anywhere;
}

.wrap {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  color: #fff;
}

.nav {
  min-height: 108px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 28px;
  align-items: center;
}

.brand {
  display: grid;
  gap: 2px;
  justify-items: center;
  width: max-content;
}

.brand-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 27px;
  font-weight: 260;
  letter-spacing: 0.05em;
  line-height: 1;
}

.brand-sub {
  width: 100%;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: center;
}

.play-mark {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid var(--gold);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 560;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: #fff;
}

.nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 580;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-link,
.mobile-menu summary {
  width: 46px;
  height: 40px;
  position: relative;
}

.menu-link::before,
.menu-link::after,
.menu-link span,
.mobile-menu summary::before,
.mobile-menu summary::after,
.mobile-menu summary span {
  content: "";
  position: absolute;
  right: 11px;
  width: 23px;
  height: 2px;
  background: rgba(255, 255, 255, 0.82);
}

.menu-link::before,
.mobile-menu summary::before {
  top: 11px;
}

.menu-link span,
.mobile-menu summary span {
  top: 19px;
}

.menu-link::after,
.mobile-menu summary::after {
  top: 27px;
}

.mobile-menu {
  position: relative;
  display: none;
}

.mobile-menu summary {
  display: block;
  cursor: pointer;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 160ms ease, background 160ms ease;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu[open] summary {
  border-color: rgba(212, 168, 59, 0.76);
  background: rgba(212, 168, 59, 0.14);
}

.mobile-menu-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(334px, calc(100vw - 28px));
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(212, 168, 59, 0.36);
  border-radius: var(--radius);
  background: #121311;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
}

.mobile-menu-panel a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-menu-panel a:hover,
.mobile-menu-panel a:focus-visible {
  color: #fff;
  border-color: rgba(212, 168, 59, 0.38);
  background: rgba(212, 168, 59, 0.18);
  outline: none;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 32%, rgba(212, 168, 59, 0.17), transparent 32%),
    linear-gradient(125deg, #1c1d1b 0%, #2a2b28 54%, #3a3b37 100%);
}

.compact-hero {
  min-height: 700px;
}

.compact-hero .hero-grid {
  min-height: 700px;
}

.hero-media {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: min(62vw, 820px);
  height: 100%;
  object-fit: cover;
  object-position: 96% 32%;
  filter: saturate(0.72) contrast(1.06) brightness(0.78);
  opacity: 0.88;
  box-shadow: -34px 0 90px rgba(0, 0, 0, 0.42);
  transform: scale(2.1);
  transform-origin: right center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 78% 16%, rgba(238, 217, 174, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(27, 28, 26, 1) 0%, rgba(31, 32, 30, 0.98) 40%, rgba(40, 41, 38, 0.78) 62%, rgba(35, 36, 34, 0.3) 100%),
    linear-gradient(180deg, rgba(29, 30, 28, 0.56) 0%, rgba(29, 30, 28, 0.12) 42%, rgba(29, 30, 28, 0.86) 78%, rgba(29, 30, 28, 0.99) 100%);
}

.showreel-hero .hero-media {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-position: center center;
  opacity: 1;
  filter: saturate(1.02) contrast(1.03) brightness(1);
  box-shadow: none;
  transform: none;
  transform-origin: center center;
  background: #171714;
}

.showreel-hero .hero-shade {
  background:
    radial-gradient(circle at 76% 26%, rgba(212, 168, 59, 0.18), transparent 30%),
    linear-gradient(120deg, rgba(27, 28, 26, 0.97) 0%, rgba(34, 35, 32, 0.94) 46%, rgba(49, 50, 45, 0.82) 100%);
}

.hero-grid {
  position: relative;
  z-index: 3;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
  grid-template-rows: 1fr auto;
  gap: 28px 64px;
  align-items: end;
  padding: 174px 0 48px;
}

.hero-copy {
  display: grid;
  gap: 24px;
  align-content: center;
  padding-bottom: 112px;
}

.showreel-hero .hero-copy {
  padding-bottom: 0;
}

.hero-showreel-card {
  position: relative;
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(238, 217, 174, 0.18);
  border-radius: 8px;
  background: #11120f;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

.hero-showreel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.kicker,
.eyebrow {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  color: #9b7429;
}

h1 {
  max-width: 620px;
  display: grid;
  gap: 8px;
  font-size: clamp(58px, 5.25vw, 78px);
  line-height: 0.98;
  font-weight: 250;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

h1 span {
  display: block;
}

h1 span:first-child {
  white-space: nowrap;
}

.title-last,
.title-with-play {
  display: inline-flex;
  align-items: center;
  gap: clamp(14px, 1.5vw, 20px);
  width: max-content;
  max-width: 100%;
}

.title-play {
  flex: 0 0 auto;
  width: clamp(30px, 3vw, 42px);
  height: clamp(30px, 3vw, 42px);
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(212, 168, 59, 0.72);
  border-radius: 50%;
  background: rgba(18, 18, 16, 0.24);
  box-shadow: 0 10px 34px rgba(212, 168, 59, 0.18);
  transform: translateY(1px);
}

.title-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: clamp(7px, 0.8vw, 10px) solid transparent;
  border-bottom: clamp(7px, 0.8vw, 10px) solid transparent;
  border-left: clamp(11px, 1.05vw, 15px) solid var(--gold);
}

.breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 26px;
  color: rgba(23, 23, 20, 0.58);
  font-size: 13px;
}

.breadcrumb a {
  color: rgba(23, 23, 20, 0.76);
}

.faq-scene {
  padding: 86px 0;
  background: var(--paper-soft);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid rgba(23, 23, 20, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 34px rgba(28, 29, 27, 0.08);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 720;
}

.faq-list details p {
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 16px;
}

.lens-row[aria-current="page"] {
  color: var(--ink);
}

h2 {
  max-width: 780px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
  font-weight: 720;
  letter-spacing: 0;
}

h3 {
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: 0;
}

.lead {
  max-width: 530px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 300;
  line-height: 1.35;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border: 1px solid rgba(212, 168, 59, 0.72);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}

.button.primary {
  color: #fff;
  background: rgba(69, 66, 57, 0.38);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

.button.dark.primary {
  background: var(--graphite-dark);
  border-color: var(--graphite-dark);
}

.button.dark.secondary {
  color: var(--ink);
  background: transparent;
  border-color: rgba(23, 23, 20, 0.3);
}

.viewfinder {
  position: relative;
  align-self: center;
  min-height: 382px;
  margin-top: 82px;
  transform: translateX(20px);
}

.corner {
  position: absolute;
  width: 88px;
  height: 74px;
  border-color: rgba(255, 255, 255, 0.42);
  border-style: solid;
}

.corner-a {
  left: 8%;
  top: 5%;
  border-width: 1px 0 0 1px;
}

.corner-b {
  right: 0;
  top: 5%;
  border-width: 1px 1px 0 0;
}

.corner-c {
  left: 8%;
  bottom: 14%;
  border-width: 0 0 1px 1px;
}

.corner-d {
  right: 0;
  bottom: 14%;
  border-width: 0 1px 1px 0;
}

.rec-dot {
  position: absolute;
  left: 13%;
  bottom: 17%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid var(--gold);
}

.rec-label,
.timecode {
  position: absolute;
  bottom: 17%;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.rec-label {
  left: 20%;
}

.timecode {
  right: 2%;
}

.hero-points {
  grid-column: 1 / span 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 210px));
  gap: 38px;
  align-items: start;
}

.hero-points article {
  position: relative;
  min-height: 78px;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.72);
}

.hero-points article span {
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 58px;
  background: var(--gold);
}

.hero-points strong {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 620;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-points p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.35;
}

.cinema-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #252622;
}

.cinema-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 82px 82px;
  opacity: 0.48;
}

.cinema-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 168, 59, 0.62), transparent);
}

.directions-scene {
  padding: 96px 0 92px;
  color: #fff;
  background:
    radial-gradient(circle at 13% 18%, rgba(212, 168, 59, 0.13), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(238, 217, 174, 0.08), transparent 32%),
    linear-gradient(135deg, #10110f 0%, #181916 48%, #10110f 100%);
}

.directions-scene::before {
  opacity: 0.34;
}

.directions-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, 0.7fr) minmax(760px, 1.3fr);
  gap: 24px 34px;
  align-items: stretch;
}

.directions-ribbon {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 2px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 740;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.directions-ribbon::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 168, 59, 0.74), rgba(255, 255, 255, 0.16), transparent);
}

.directions-ribbon span {
  letter-spacing: 0.08em;
}

.directions-intro {
  display: grid;
  align-content: start;
  gap: 18px;
  padding-top: 18px;
}

.directions-intro h2 {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(42px, 3.45vw, 58px);
  line-height: 1.02;
  font-weight: 260;
  letter-spacing: 0;
  text-transform: none;
}

.directions-intro h2 span {
  color: var(--gold-soft);
}

.directions-intro p:last-child {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.54;
}

.directions-intro::after {
  content: "";
  width: 64px;
  height: 2px;
  margin-top: 0;
  background: var(--gold-soft);
}

.workflow-card {
  align-self: start;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 26px 28px 28px;
  border: 1px solid rgba(238, 217, 174, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 14%, rgba(238, 217, 174, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(212, 168, 59, 0.025)),
    rgba(8, 9, 8, 0.68);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.workflow-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  list-style: none;
}

.workflow-steps::before {
  content: none;
}

.workflow-steps li {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 18px;
  row-gap: 6px;
  align-content: center;
  min-height: 142px;
  padding: 20px 48px 20px 20px;
  border: 0;
  border-color: rgba(255, 255, 255, 0.12);
  border-style: solid;
  border-width: 0 1px 1px 0;
  background: transparent;
}

.workflow-steps li:nth-child(2n) {
  border-right: 0;
}

.workflow-steps li:nth-child(n+3) {
  border-bottom: 0;
}

.workflow-steps li:nth-child(odd)::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: rgba(240, 207, 116, 0.78);
  font-size: 24px;
  line-height: 1;
  background: transparent;
}

.workflow-steps span {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gold-soft);
  font-size: 15px;
  font-weight: 760;
  letter-spacing: 0.06em;
}

.workflow-steps i {
  grid-area: icon;
  display: block;
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 18px;
}

.workflow-steps svg,
.workflow-steps img {
  display: block;
  width: 100%;
  height: 100%;
}

.workflow-steps svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.94;
}

.workflow-steps img {
  object-fit: contain;
  opacity: 0.98;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.38));
}

.workflow-steps strong {
  grid-area: title;
  min-width: 0;
  color: rgba(255, 255, 255, 0.91);
  align-self: end;
  font-size: 19px;
  line-height: 1.16;
  font-weight: 420;
  letter-spacing: 0;
}

.workflow-steps p {
  grid-area: text;
  display: block;
  max-width: 280px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13.5px;
  line-height: 1.38;
}

.scene-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 50px;
  align-items: start;
}

.scene-copy {
  position: sticky;
  top: 36px;
  display: grid;
  gap: 22px;
  padding-top: 12px;
}

.scene-copy h2,
.reel-copy h2,
.process-title h2,
.contact-panel h2 {
  font-weight: 280;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.scene-copy p:last-child,
.reel-copy > p,
.case-frame p,
.steps p,
.contact-panel p {
  color: rgba(255, 255, 255, 0.67);
}

.lens-board {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.lens-row {
  min-height: 116px;
  display: grid;
  grid-template-columns: 54px minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.lens-row > * {
  min-width: 0;
}

.lens-row span,
.format-stack span,
.steps span {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.lens-row strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 23px;
  line-height: 1.05;
  font-weight: 320;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.lens-row p {
  color: rgba(255, 255, 255, 0.58);
  overflow-wrap: anywhere;
}

.lens-row.is-active {
  position: relative;
}

.lens-row.is-active::before {
  content: "";
  position: absolute;
  inset: 12px -20px;
  z-index: -1;
  border: 1px solid rgba(212, 168, 59, 0.42);
  background:
    linear-gradient(90deg, rgba(212, 168, 59, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.035);
}

.service-menu {
  display: grid;
  gap: 14px;
  border-top: 0;
}

.service-menu .lens-row {
  position: relative;
  min-height: 120px;
  padding: 22px 124px 22px 22px;
  border: 1px solid rgba(212, 168, 59, 0.42);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(246, 227, 174, 0.14), rgba(212, 168, 59, 0.08) 46%, rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.065);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.service-menu .lens-row::after {
  content: "Открыть";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 82px;
  padding: 9px 12px;
  border: 1px solid rgba(212, 168, 59, 0.56);
  border-radius: 3px;
  color: var(--gold-soft);
  background: rgba(17, 18, 16, 0.5);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.service-menu .lens-row span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(212, 168, 59, 0.44);
  border-radius: 50%;
  background: rgba(17, 18, 16, 0.32);
}

.service-menu .lens-row strong {
  color: #fff;
  font-weight: 520;
}

.service-menu .lens-row:hover,
.service-menu .lens-row:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(240, 207, 116, 0.82);
  background:
    linear-gradient(135deg, rgba(246, 227, 174, 0.22), rgba(212, 168, 59, 0.13) 46%, rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.085);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
  outline: none;
}

.service-menu .lens-row.is-active::before {
  content: none;
}

.cluster-menu {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.cluster-card {
  display: grid;
  grid-template-rows: 72px auto 86px 1fr auto;
  gap: 0;
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(238, 217, 174, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(10, 11, 10, 0.72);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.25);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.cluster-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 168, 59, 0.48);
  background:
    linear-gradient(180deg, rgba(238, 217, 174, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(14, 15, 13, 0.78);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.32);
}

.cluster-visual {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  margin: 0 18px 16px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(238, 217, 174, 0.2);
  border-radius: 2px;
  background: rgba(17, 18, 16, 0.5);
}

.cluster-visual::before {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(212, 168, 59, 0.08);
}

.cluster-visual::after {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 42%, rgba(17, 18, 16, 0.68)),
    linear-gradient(90deg, rgba(212, 168, 59, 0.16), transparent 54%);
}

.cluster-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.04) brightness(0.82);
  transition: transform 220ms ease, filter 220ms ease;
}

.cluster-card:hover .cluster-visual img {
  transform: scale(1.035);
  filter: saturate(0.9) contrast(1.06) brightness(0.92);
}

.cluster-head {
  display: grid;
  align-items: end;
  gap: 0;
  min-width: 0;
  padding: 20px 18px 14px;
  border-top: 0;
}

.cluster-head h3 {
  color: #fff;
  font-size: clamp(18px, 1.28vw, 22px);
  line-height: 1.08;
  font-weight: 340;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  overflow-wrap: normal;
}

.cluster-caption {
  min-height: 66px;
  margin: 0;
  padding: 0 18px 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.46;
}

.cluster-links {
  display: grid;
  align-content: end;
  padding: 0 18px;
}

.cluster-links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 440;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease;
}

.cluster-links a::after {
  content: "→";
  color: rgba(240, 207, 116, 0.42);
  font-size: 18px;
  font-weight: 300;
  transition: color 160ms ease, transform 160ms ease;
}

.cluster-links a small {
  display: none;
}

.cluster-links a:hover,
.cluster-links a:focus-visible {
  color: var(--gold-soft);
  border-color: rgba(240, 207, 116, 0.3);
  outline: none;
}

.cluster-links a:hover::after,
.cluster-links a:focus-visible::after {
  color: var(--gold-soft);
  transform: translateX(3px);
}

.cluster-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  min-height: 46px;
  margin: 14px 18px 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(240, 207, 116, 0.72);
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.formats-scene {
  padding: 102px 0;
  background:
    linear-gradient(90deg, rgba(35, 36, 34, 0.98) 0%, rgba(43, 44, 41, 0.92) 48%, rgba(35, 36, 34, 0.99) 100%),
    #252622;
}

.reel-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(310px, 0.92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
}

.film-window {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(212, 168, 59, 0.32);
  background: #161715;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.film-window img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 96% 32%;
  filter: saturate(0.66) contrast(1.08) brightness(0.78);
  transform: scale(2.1);
  transform-origin: right center;
}

.film-window::before,
.film-window::after,
.frame-visual::before,
.frame-visual::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 58px;
  border-color: rgba(255, 255, 255, 0.44);
  border-style: solid;
}

.film-window::before,
.frame-visual::before {
  top: 24px;
  left: 24px;
  border-width: 1px 0 0 1px;
}

.film-window::after,
.frame-visual::after {
  right: 24px;
  bottom: 24px;
  border-width: 0 1px 1px 0;
}

.scanline {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0 92%, rgba(255, 255, 255, 0.06) 92% 100%) 0 0 / 100% 7px,
    linear-gradient(180deg, rgba(12, 12, 10, 0.1), rgba(12, 12, 10, 0.58));
}

.frame-code {
  position: absolute;
  left: 28px;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.reel-copy {
  display: grid;
  gap: 22px;
}

.format-stack {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.format-stack article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px 22px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.format-stack article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.format-stack h3,
.steps h3,
.case-frame h3 {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 340;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.format-stack p {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.62);
}

.format-stack .is-gold {
  padding-left: 16px;
  border: 1px solid rgba(212, 168, 59, 0.42);
  background: linear-gradient(90deg, rgba(212, 168, 59, 0.17), rgba(255, 255, 255, 0.035));
}

.cases-scene {
  padding: 100px 0 94px;
  background:
    radial-gradient(circle at 84% 14%, rgba(212, 168, 59, 0.16), transparent 28%),
    linear-gradient(155deg, #30312d 0%, #20211f 64%, #1b1c1a 100%);
}

.cases-layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 40px;
}

.cases-layout .scene-copy {
  position: relative;
  top: auto;
  max-width: 880px;
}

.case-strip {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 0.72fr));
  gap: 16px;
  align-items: stretch;
}

.compact-proof-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.compact-proof-strip .case-frame {
  align-content: start;
}

.case-frame {
  min-height: 420px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.main-frame {
  min-height: 520px;
}

.frame-visual {
  position: relative;
  min-height: 260px;
  margin: -16px -16px 4px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(35, 36, 34, 0.2), rgba(35, 36, 34, 0.78)),
    url("./assets/production-style-reference.jpg") 96% 32% / 240% auto;
  filter: saturate(0.7) contrast(1.05);
}

.main-frame .frame-visual {
  min-height: 330px;
  background-position: 94% 32%;
}

.frame-visual.product {
  background-position: 94% 32%;
}

.frame-visual.shorts {
  background-position: 94% 32%;
}

.frame-visual.youtube {
  background-position: 94% 32%;
}

.proof-visual {
  isolation: isolate;
  background: #161715;
}

.compact-proof-strip .proof-visual {
  height: 260px;
}

.compact-proof-strip .proof-visual--vertical {
  width: auto;
  height: auto;
  min-height: 0;
  aspect-ratio: 9 / 16;
  margin: -16px -16px 4px;
  background: #11120f;
}

.compact-proof-strip .proof-visual:has(video[src*="business-event-video"]),
.compact-proof-strip .proof-visual:has(video[src*="business-corporate-video"]),
.reklamnoe-video-page .compact-proof-strip .proof-visual:has(video[src*="garden-furniture"]) {
  width: auto;
  height: auto;
  min-height: 0;
  aspect-ratio: 9 / 16;
  background: #11120f;
}

.proof-visual::before,
.proof-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.proof-visual::before {
  background:
    linear-gradient(180deg, rgba(8, 9, 8, 0.08) 0%, rgba(8, 9, 8, 0.14) 46%, rgba(8, 9, 8, 0.36) 100%),
    linear-gradient(135deg, rgba(212, 168, 59, 0.12), transparent 45%, rgba(129, 35, 54, 0.1));
}

.proof-visual::after {
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.28);
}

.hr-video-page .hr-format-strip .frame-visual::before,
.hr-video-page .hr-format-strip .frame-visual::after,
.hr-video-page .hr-format-strip .proof-visual::before,
.hr-video-page .hr-format-strip .proof-visual::after {
  content: none;
}

.proof-visual img,
.proof-visual video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04) brightness(0.9) sepia(0.055);
}

.proof-visual--vertical img,
.proof-visual--vertical video {
  min-height: 0;
  object-fit: cover;
}

.compact-proof-strip .proof-visual:has(video[src*="business-event-video"]) video,
.compact-proof-strip .proof-visual:has(video[src*="business-corporate-video"]) video,
.reklamnoe-video-page .compact-proof-strip .proof-visual:has(video[src*="garden-furniture"]) video {
  min-height: 0;
  object-fit: cover;
}

.proof-visual video {
  pointer-events: none;
}

.proof-watch {
  position: absolute;
  z-index: 4;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(17, 18, 15, 0.72);
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.proof-watch::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #d4a83b;
}

.proof-visual::before,
.proof-visual::after {
  z-index: 2;
}

.proof-card-strip .case-frame {
  overflow: hidden;
}

.proof-card-strip .case-frame,
.compact-proof-strip .case-frame {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
}

.video-proof-scene {
  padding-top: 96px;
}

.featured-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
  gap: 24px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(212, 168, 59, 0.36);
  background:
    linear-gradient(135deg, rgba(212, 168, 59, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.featured-player {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #11120f;
}

.featured-player::before,
.featured-player::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 88px;
  height: 64px;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0.44);
  border-style: solid;
}

.featured-player::before {
  top: 22px;
  left: 22px;
  border-width: 1px 0 0 1px;
}

.featured-player::after {
  right: 22px;
  bottom: 22px;
  border-width: 0 1px 1px 0;
}

.featured-player video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04) brightness(0.86);
}

.featured-copy {
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 18px 6px 8px;
}

.featured-copy h3 {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(24px, 2.45vw, 34px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

.featured-copy p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.compact-proof-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketplace-proof-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compact-proof-strip .case-frame {
  min-height: 390px;
}

.marketplace-proof-strip .case-frame {
  min-height: 430px;
}

.marketplace-proof-strip .frame-visual {
  min-height: 285px;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.proof-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(212, 168, 59, 0.32);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-type {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-frame .case-type {
  color: var(--gold-soft);
}

.process-scene {
  padding: 88px 0;
  background:
    linear-gradient(90deg, rgba(31, 32, 30, 0.98), rgba(52, 52, 47, 0.84)),
    #252622;
}

.process-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 46px;
}

.process-title {
  display: grid;
  align-content: start;
  gap: 20px;
}

.steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.steps li {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px 22px;
  padding: 25px 0 25px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 1px;
  height: calc(100% - 48px);
  background: var(--gold);
}

.steps span {
  grid-row: span 2;
}

.contact-scene {
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(34, 35, 32, 0.94), rgba(34, 35, 32, 0.76)),
    url("./assets/production-style-reference.jpg") center 44% / cover;
}

.contact-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  padding: 42px;
  border: 1px solid rgba(212, 168, 59, 0.38);
  background: rgba(22, 23, 21, 0.76);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
}

.contact-panel .eyebrow {
  margin-bottom: 14px;
}

.contact-panel h2 {
  margin-bottom: 14px;
}

.contact-actions {
  justify-content: flex-end;
}

.button.dark.primary {
  color: #fff;
  background: rgba(212, 168, 59, 0.26);
  border-color: rgba(212, 168, 59, 0.72);
}

.button.dark.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 980px) {
  .topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(23, 23, 20, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
  }

  .nav {
    grid-template-columns: 1fr auto auto;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero-grid {
    min-height: 760px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding-top: 118px;
  }

  .hero-media {
    width: 78vw;
    opacity: 0.58;
    object-position: 96% 30%;
  }

  .showreel-hero .hero-media {
    width: 100%;
    opacity: 1;
    object-position: center top;
  }

  .hero-showreel-card {
    width: min(100%, 720px);
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .viewfinder {
    min-height: 180px;
    margin-top: 0;
    transform: none;
  }

  .hero-points {
    grid-column: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .scene-grid,
  .reel-layout,
  .process-layout,
  .faq-layout,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .scene-copy {
    position: relative;
    top: auto;
  }

  .directions-layout {
    grid-template-columns: 1fr;
  }

  .directions-intro {
    padding-top: 0;
  }

  .workflow-card {
    min-height: auto;
  }

  .cluster-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cluster-card {
    min-height: auto;
  }

  .lens-row {
    grid-template-columns: 42px minmax(180px, 0.6fr) minmax(0, 1fr);
  }

  .film-window,
  .film-window img {
    min-height: 430px;
  }

  .case-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-proof {
    grid-template-columns: 1fr;
  }

  .featured-player,
  .featured-player video {
    min-height: 360px;
  }

  .compact-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketplace-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-frame {
    grid-column: span 2;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }

  .topbar {
    z-index: 90;
  }

  .nav {
    min-height: 72px;
    gap: 10px;
  }

  .brand-main {
    font-size: 18px;
  }

  .brand-sub {
    font-size: 11px;
    text-align: center;
  }

  .mobile-menu {
    position: relative;
  }

  .mobile-menu-panel {
    position: fixed;
    top: 82px;
    right: 14px;
    left: 14px;
    width: calc(100vw - 28px);
    max-width: 420px;
    margin-left: auto;
    grid-template-columns: 1fr;
    padding: 12px;
    background: #121311;
  }

  .hero {
    min-height: 780px;
  }

  .hero-media {
    width: 88vw;
    object-position: 96% 30%;
    transform: scale(2.1);
  }

  .showreel-hero .hero-media {
    width: 100%;
    object-position: center top;
    transform: none;
  }

  .hero-shade {
    background:
      radial-gradient(circle at 78% 15%, rgba(238, 217, 174, 0.34), transparent 26%),
      linear-gradient(90deg, rgba(35, 36, 34, 0.99) 0%, rgba(47, 48, 45, 0.84) 44%, rgba(47, 48, 45, 0.42) 100%),
      linear-gradient(180deg, rgba(29, 30, 28, 0.58) 0%, rgba(29, 30, 28, 0.18) 38%, rgba(29, 30, 28, 0.9) 72%, rgba(29, 30, 28, 0.99) 100%);
  }

  .showreel-hero .hero-shade {
    background:
      radial-gradient(circle at 76% 18%, rgba(212, 168, 59, 0.16), transparent 28%),
      linear-gradient(120deg, rgba(30, 31, 28, 0.98) 0%, rgba(39, 40, 36, 0.94) 56%, rgba(48, 49, 44, 0.84) 100%);
  }

  .hero-grid {
    min-height: 780px;
    padding: 96px 0 28px;
    align-items: end;
  }

  h1 {
    max-width: 360px;
    gap: 6px;
    font-size: 38px;
    line-height: 1.06;
    letter-spacing: 0.05em;
  }

  .reklamnoe-video-page h1 {
    max-width: 340px;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: 0.035em;
  }

  h2 {
    font-size: 27px;
    line-height: 1.12;
  }

  h3 {
    font-size: 20px;
  }

  .title-last,
  .title-with-play {
    width: auto;
  }

  .title-play {
    width: 34px;
    height: 34px;
    transform: translateY(1px);
  }

  .lead {
    max-width: 320px;
    font-size: 15px;
  }

  .hero-copy {
    gap: 18px;
  }

  .hero-showreel-card {
    align-self: start;
  }

  .button {
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
  }

  .viewfinder {
    display: none;
  }

  .hero-points {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-points article:nth-child(n+3) {
    display: none;
  }

  .directions-scene,
  .formats-scene,
  .cases-scene,
  .process-scene,
  .faq-scene,
  .contact-scene {
    padding: 58px 0;
  }

  .scene-copy,
  .reel-copy,
  .process-title {
    gap: 14px;
  }

  .scene-copy p:last-child,
  .reel-copy > p,
  .contact-panel p {
    font-size: 15px;
  }

  .breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .faq-list summary {
    padding: 16px;
    font-size: 17px;
  }

  .faq-list details p {
    padding: 0 16px 16px;
    font-size: 15px;
  }

  .lens-row {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
    padding: 18px 0;
  }

  .service-menu .lens-row {
    min-height: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 18px 16px 62px;
  }

  .service-menu .lens-row::after {
    right: 16px;
    top: auto;
    bottom: 16px;
    transform: none;
  }

  .service-menu .lens-row p {
    grid-column: 1 / -1;
  }

  .lens-row strong {
    font-size: 20px;
  }

  .cluster-card {
    padding: 0;
  }

  .workflow-card {
    padding: 22px;
  }

  .workflow-steps {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
  }

  .workflow-steps::before {
    content: none;
  }

  .workflow-steps li {
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "icon text";
    column-gap: 14px;
    row-gap: 5px;
    min-height: auto;
    padding: 16px 44px 16px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.025);
  }

  .workflow-steps li:nth-child(n) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .workflow-steps li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .workflow-steps li:nth-child(odd)::after {
    content: none;
  }

  .workflow-steps i {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }

  .workflow-steps span {
    top: 13px;
    right: 14px;
    font-size: 13px;
  }

  .workflow-steps strong {
    font-size: 17px;
  }

  .workflow-steps p {
    max-width: none;
    font-size: 13px;
  }

  .cluster-menu {
    grid-template-columns: 1fr;
  }

  .cluster-head h3 {
    font-size: 21px;
  }

  .cluster-links a {
    padding: 11px 12px;
  }

  .lens-row.is-active::before {
    inset: 8px -12px;
  }

  .film-window,
  .film-window img {
    min-height: 360px;
  }

  .format-stack article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .format-stack p {
    grid-column: auto;
  }

  .case-strip,
  .main-frame {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .compact-proof-strip,
  .marketplace-proof-strip {
    grid-template-columns: 1fr;
  }

  .case-frame,
  .main-frame {
    min-height: auto;
  }

  .frame-visual,
  .main-frame .frame-visual {
    min-height: 210px;
  }

  .marketplace-proof-strip .frame-visual {
    min-height: 250px;
  }

  .featured-proof {
    padding: 12px;
  }

  .featured-player,
  .featured-player video {
    min-height: 220px;
  }

  .featured-copy {
    padding: 8px 2px 4px;
  }

  .featured-copy h3 {
    font-size: 24px;
  }

  .steps li {
    grid-template-columns: 1fr;
    padding-left: 18px;
  }

  .steps span {
    grid-row: auto;
  }

  .contact-panel {
    padding: 22px;
  }
}
