:root {
  --navy: #090f1f;
  --ink: #151923;
  --muted: #6f7480;
  --line: #dfe3ea;
  --paper: #f4f2ed;
  --white: #ffffff;
  --gold: #d8b46d;
  --red: #f25b52;
  --electric: #446df6;
  --sage: #dfe7dd;
  --blue: #d8e7f4;
  --glass: rgba(255, 255, 255, 0.16);
  --glass-strong: rgba(255, 255, 255, 0.72);
  --glass-line: rgba(255, 255, 255, 0.34);
  --shadow-soft: 0 28px 90px rgba(0, 21, 57, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 5%, rgba(202, 169, 119, 0.22), transparent 28rem),
    radial-gradient(circle at 90% 18%, rgba(115, 190, 226, 0.2), transparent 30rem),
    var(--paper);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

body.modal-open {
  overflow: hidden;
}

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

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

.top-line {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: clamp(16px, 4vw, 46px);
  min-height: 34px;
  padding: 7px 18px;
  color: #777;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(9, 15, 31, 0.08);
  font-size: 13px;
  font-weight: 500;
}

.top-line span::before {
  content: "•";
  margin-right: 9px;
  color: var(--red);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 34px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 18px clamp(20px, 4vw, 56px);
  color: var(--white);
  background: rgba(9, 15, 31, 0.88);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand img {
  width: 132px;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 32px);
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.nav a,
.header-action,
.button {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nav a:hover {
  color: var(--red);
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}

.phone-link {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.icon-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: transform 180ms ease, background 180ms ease;
}

.icon-link img {
  width: 21px;
  height: 21px;
}

.icon-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
}

.header-action {
  border: 2px solid rgba(242, 91, 82, 0.86);
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  color: var(--white);
  background: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-action:hover {
  background: var(--red);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: end;
  padding: 152px clamp(20px, 6vw, 84px) 66px;
  overflow: hidden;
  color: var(--white);
  background: #031226;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    radial-gradient(circle at 73% 35%, rgba(242, 91, 82, 0.24), transparent 20rem),
    linear-gradient(90deg, rgba(9, 15, 31, 0.98), rgba(9, 15, 31, 0.7) 42%, rgba(9, 15, 31, 0.18)),
    linear-gradient(0deg, rgba(9, 15, 31, 0.92), rgba(9, 15, 31, 0.08) 54%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 820px;
  animation: fadeLift 900ms ease both;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(44px, 6.2vw, 86px);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-tagline {
  width: fit-content;
  margin-bottom: 18px;
  color: var(--red);
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 700;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.05;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 26px;
  font-size: clamp(16px, 1.5vw, 20px);
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(0, 21, 57, 0.18);
}

.button.primary {
  color: var(--white);
  background: linear-gradient(100deg, var(--electric), var(--red));
}

.button.ghost {
  border-color: var(--glass-line);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.button:hover {
  transform: translateY(-2px);
}

.section-pad {
  padding: clamp(72px, 9vw, 132px) clamp(20px, 6vw, 84px);
}

section[id] {
  scroll-margin-top: 170px;
}

.marquee {
  overflow: hidden;
  padding: 22px 0;
  color: var(--white);
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 36px;
  animation: marqueeMove 24s linear infinite;
}

.marquee span {
  font-size: clamp(22px, 3vw, 44px);
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee span:nth-child(3n) {
  color: var(--red);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.metric {
  min-height: 210px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.metric strong {
  color: var(--navy);
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 0.9;
  white-space: nowrap;
}

.metric span {
  max-width: 230px;
  color: var(--muted);
  font-size: 15px;
}

.intro,
.services,
.production,
.contact {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
}

.intro-grid p,
.section-head p,
.production-copy p,
.approach p {
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 32px;
  align-items: end;
  margin-bottom: 38px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  overflow: hidden;
  position: relative;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.service-card::before,
.contact-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.46), transparent 36%);
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(202, 169, 119, 0.5);
  box-shadow: 0 34px 100px rgba(0, 21, 57, 0.22);
}

.service-card span {
  color: var(--gold);
  font-weight: 800;
}

.service-card p {
  color: var(--muted);
}

.service-card.dark {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.service-card.dark p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card.accent {
  background: rgba(223, 231, 221, 0.68);
}

.work {
  background: var(--paper);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.work-card {
  position: relative;
  aspect-ratio: 1.05 / 1;
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow-soft);
  transform: translateZ(0);
  transition: transform 260ms ease, box-shadow 260ms ease;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

.work-card.large {
  grid-column: span 2;
  aspect-ratio: 2.12 / 1;
}

.work-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 76%;
  transform: scale(1.02);
  transition: transform 500ms ease;
}

.work-card.large img {
  object-position: center 82%;
  transform: scale(1.04);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 21, 57, 0.72), rgba(0, 21, 57, 0.02) 58%);
}

.work-card div {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 6px;
  min-height: 118px;
  align-content: end;
  padding: clamp(16px, 2vw, 24px);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 21, 57, 0.66), rgba(0, 21, 57, 0.34));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 22px 54px rgba(0, 21, 57, 0.26);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.work-card p {
  margin-bottom: 0;
  color: var(--gold);
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 800;
  text-transform: uppercase;
}

.work-card h3 {
  margin-bottom: 0;
  font-size: clamp(25px, 2.75vw, 46px);
  line-height: 0.98;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.work-card:not(.large) h3 {
  font-size: clamp(24px, 2vw, 34px);
}

.work-card:hover img {
  transform: scale(1.08);
}

.work-card.large:hover img {
  transform: scale(1.1);
}

.work-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 100px rgba(0, 21, 57, 0.28);
}

.production {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.feature-list li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-weight: 700;
}

.production-media {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
  align-items: end;
}

.production-media img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 24px 80px rgba(0, 21, 57, 0.18);
}

.production-media img:first-child {
  aspect-ratio: 1 / 1.05;
}

.production-media img:last-child {
  aspect-ratio: 0.82 / 1;
}

.approach {
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(0, 21, 57, 0.96), rgba(0, 21, 57, 0.8)),
    url("assets/gallery/stand-6.jpg") center / cover;
}

.approach-inner {
  max-width: 900px;
}

.approach h2 {
  color: var(--white);
}

.approach p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(36px, 7vw, 100px);
  align-items: start;
}

.contact-logo {
  width: 190px;
  margin-bottom: 54px;
}

.contact-details {
  display: grid;
  gap: 6px;
  max-width: 360px;
  margin-top: 28px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
}

.contact-details p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.contact-details a {
  width: fit-content;
  border-bottom: 1px solid rgba(0, 21, 57, 0.25);
}

.contact-form {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  overflow: hidden;
}

.contact-form label {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 21, 57, 0.12);
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(202, 169, 119, 0.6);
  border-color: var(--gold);
}

.contact-form button {
  position: relative;
  z-index: 1;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #063a69);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 20px 44px rgba(0, 21, 57, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.form-note {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-note a {
  color: var(--red);
  font-weight: 700;
}

.contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 56px rgba(0, 21, 57, 0.34);
}

@keyframes heroDrift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.5%, 1%, 0);
  }
}

@keyframes fadeLift {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes textFill {
  from {
    background-size: 0% 100%, 100% 100%;
  }
  to {
    background-size: 100% 100%, 100% 100%;
  }
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 0.8fr;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(56px, 7vw, 88px) clamp(20px, 6vw, 84px);
  color: var(--white);
  background: var(--navy);
}

.site-footer img {
  width: 150px;
  margin-bottom: 24px;
}

.site-footer h3 {
  margin-bottom: 18px;
  color: var(--red);
  font-size: 16px;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
}

.footer-socials {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.gallery-modal[hidden],
.cookie-banner[hidden] {
  display: none;
}

.gallery-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
}

.gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 15, 31, 0.76);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.gallery-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: min(90vh, 900px);
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  color: var(--white);
  background: rgba(10, 17, 32, 0.84);
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.38);
  overflow: auto;
}

.gallery-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.gallery-copy p {
  margin-bottom: 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-copy h2 {
  max-width: 860px;
  margin-bottom: 0;
  color: var(--white);
}

.gallery-main {
  width: 100%;
  max-height: 58vh;
  border-radius: 20px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  gap: 10px;
}

.gallery-thumbs button {
  height: 84px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.gallery-thumbs button.is-active {
  border-color: var(--red);
}

.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cookie-banner {
  position: fixed;
  z-index: 90;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto;
  padding: 16px 18px;
  border-radius: 18px;
  color: var(--white);
  background: rgba(9, 15, 31, 0.92);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner a {
  color: var(--red);
  font-weight: 700;
}

.cookie-banner button {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--white);
  background: linear-gradient(100deg, var(--electric), var(--red));
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.legal-main {
  padding: 180px clamp(20px, 6vw, 84px) 80px;
  background: var(--paper);
}

.legal-hero {
  max-width: 980px;
  margin-bottom: 44px;
}

.legal-hero h1 {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.95;
}

.legal-hero p {
  color: var(--muted);
  font-size: 20px;
}

.legal-content {
  display: grid;
  gap: 22px;
  max-width: 980px;
  padding: clamp(22px, 4vw, 46px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.legal-content h2 {
  margin: 18px 0 4px;
  font-size: clamp(26px, 3vw, 42px);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 18px;
}

.legal-content ul {
  margin: 0;
  padding-left: 22px;
}

.requisites-table {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--line);
}

.requisites-table div {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  background: var(--white);
}

.requisites-table strong {
  color: var(--ink);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .nav {
    display: none;
  }

  .header-tools {
    gap: 8px;
  }

  .phone-link {
    display: none;
  }

  .metrics,
  .service-grid,
  .work-grid,
  .intro-grid,
  .section-head,
  .production,
  .contact {
    grid-template-columns: 1fr;
  }

  .metrics {
    gap: 1px;
  }

  .service-card,
  .metric {
    min-height: 230px;
  }

  .metric strong {
    font-size: clamp(42px, 12vw, 72px);
  }

  .work-card.large {
    grid-column: auto;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .top-line {
    display: none;
  }

  .site-header {
    top: 0;
    padding: 16px 18px;
  }

  .brand img {
    width: 104px;
  }

  .header-action {
    display: none;
    padding: 9px 11px;
    font-size: 13px;
  }

  .icon-link {
    width: 34px;
    height: 34px;
  }

  .icon-link img {
    width: 19px;
    height: 19px;
  }

  .hero {
    min-height: 88vh;
    padding: 104px 20px 48px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  h2 {
    font-size: 36px;
  }

  .section-pad {
    padding: 64px 20px;
  }

  .metric,
  .service-card {
    padding: 24px;
  }

  .work-card,
  .work-card img {
    min-height: 0;
  }

  .work-card,
  .work-card.large {
    aspect-ratio: 1 / 1.08;
  }

  .work-card div {
    min-height: 104px;
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .work-card h3,
  .work-card:not(.large) h3 {
    font-size: clamp(27px, 9vw, 38px);
  }

  .production-media {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-main {
    padding-top: 118px;
  }

  .requisites-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .metric,
  .intro-grid,
  .section-head,
  .service-card,
  .work-card,
  .production-copy,
  .production-media,
  .approach-inner,
  .contact > * {
    animation: fadeLift 720ms ease both;
    animation-timeline: view();
    animation-range: entry 0% cover 28%;
  }

  .intro-grid h2,
  .section-head h2,
  .production-copy h2,
  .contact h2 {
    color: transparent;
    background:
      linear-gradient(90deg, var(--ink), var(--ink)) 0 0 / 0% 100% no-repeat,
      linear-gradient(90deg, rgba(21, 25, 35, 0.2), rgba(21, 25, 35, 0.2)) 0 0 / 100% 100% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textFill linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 45%;
  }

  .approach-inner h2 {
    color: transparent;
    background:
      linear-gradient(90deg, var(--white), var(--white)) 0 0 / 0% 100% no-repeat,
      linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)) 0 0 / 100% 100% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textFill linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 45%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
