:root {
  --blue: #1f5fb4;
  --blue-deep: #163f79;
  --blue-soft: #e9f4ff;
  --teal: #15a093;
  --coral: #f26b46;
  --ink: #142334;
  --muted: #5f6d7b;
  --line: #cddde8;
  --surface: #f8fbfc;
  --surface-cool: #edf5f8;
  --shadow: 0 22px 56px rgba(10, 45, 78, 0.18);
  --header-h: 76px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--surface-cool);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #071c35 0, #0c3355 420px, #dcebf2 420px, #f8fbfc 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 96px);
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  isolation: isolate;
  display: flex;
  min-height: var(--header-h);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(237, 249, 253, 0.96) 48%, rgba(218, 239, 248, 0.94) 100%),
    radial-gradient(ellipse at 14% 0%, rgba(255, 255, 255, 0.88) 0 28%, transparent 58%),
    radial-gradient(ellipse at 72% 0%, rgba(198, 234, 249, 0.42) 0 24%, transparent 55%);
  border-bottom: 1px solid rgba(142, 204, 229, 0.82);
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -10px 24px rgba(185, 228, 245, 0.22),
    0 10px 28px rgba(10, 45, 78, 0.14);
  backdrop-filter: blur(18px);
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

.site-header::before {
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(126deg, transparent 0 34px, rgba(121, 193, 224, 0.18) 35px, transparent 37px),
    linear-gradient(52deg, transparent 0 44px, rgba(255, 255, 255, 0.36) 45px, transparent 47px),
    radial-gradient(circle at 7% 26%, rgba(255, 255, 255, 0.92) 0 1.4px, transparent 2.4px),
    radial-gradient(circle at 19% 72%, rgba(192, 232, 249, 0.74) 0 1px, transparent 2px),
    radial-gradient(circle at 39% 22%, rgba(255, 255, 255, 0.86) 0 1.2px, transparent 2.3px),
    radial-gradient(circle at 61% 68%, rgba(194, 232, 248, 0.66) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 34%, rgba(255, 255, 255, 0.82) 0 1.2px, transparent 2.2px);
  background-size:
    92px 92px,
    120px 120px,
    160px 76px,
    190px 82px,
    180px 90px,
    170px 78px,
    210px 86px;
  opacity: 0.82;
}

.site-header::after {
  z-index: -1;
  bottom: -14px;
  height: 24px;
  background:
    radial-gradient(ellipse at 8% 0%, rgba(255, 255, 255, 0.98) 0 46%, transparent 72%),
    radial-gradient(ellipse at 24% 0%, rgba(255, 255, 255, 0.96) 0 42%, transparent 70%),
    radial-gradient(ellipse at 43% 0%, rgba(232, 249, 255, 0.96) 0 44%, transparent 72%),
    radial-gradient(ellipse at 66% 0%, rgba(255, 255, 255, 0.94) 0 40%, transparent 68%),
    radial-gradient(ellipse at 88% 0%, rgba(226, 246, 255, 0.94) 0 46%, transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(214, 238, 248, 0.22) 62%, rgba(214, 238, 248, 0) 100%);
  filter: drop-shadow(0 3px 4px rgba(94, 159, 189, 0.16));
}

.site-header > * {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

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

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--blue-deep);
}

.main-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 8px;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: var(--blue-soft);
  outline: 0;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.language-button,
.language-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #bcd4ea;
  border-radius: 8px;
  background: #ffffff;
  color: var(--blue-deep);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.language-button {
  min-height: 42px;
  padding: 0 34px 0 12px;
  position: relative;
}

.language-button::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.language-button:focus,
.language-option:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(31, 95, 180, 0.14);
}

.language-flag {
  width: 26px;
  height: 18px;
  flex: 0 0 26px;
  border: 1px solid rgba(13, 49, 82, 0.2);
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 1px 2px rgba(13, 49, 82, 0.12);
}

.language-switch[data-language="de"] .language-button .language-flag,
.language-option[data-language-option="de"] .language-flag {
  background-image: url("assets/flags/de.svg");
}

.language-switch[data-language="en"] .language-button .language-flag,
.language-option[data-language-option="en"] .language-flag {
  background-image: url("assets/flags/en.svg");
}

.language-switch[data-language="ru"] .language-button .language-flag,
.language-option[data-language-option="ru"] .language-flag {
  background-image: url("assets/flags/ru.svg");
}

.language-switch[data-language="uk"] .language-button .language-flag,
.language-option[data-language-option="uk"] .language-flag {
  background-image: url("assets/flags/uk.svg");
}

.language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 30;
  min-width: 178px;
  display: none;
  gap: 6px;
  padding: 8px;
  border: 1px solid #bcd4ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(17, 46, 82, 0.2);
}

.language-switch.is-open .language-menu {
  display: grid;
}

.language-option {
  width: 100%;
  min-height: 40px;
  justify-content: flex-start;
  padding: 0 10px;
  border-color: transparent;
}

.language-option:hover,
.language-option[aria-selected="true"] {
  background: var(--blue-soft);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--blue-deep);
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(128deg, rgba(6, 25, 48, 0.98) 0%, rgba(12, 67, 106, 0.94) 56%, rgba(12, 116, 105, 0.86) 100%),
    #092342;
  border-bottom: 1px solid rgba(126, 224, 213, 0.18);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0, transparent 24%),
    linear-gradient(315deg, rgba(126, 224, 213, 0.16) 0, transparent 30%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(126deg, rgba(210, 244, 255, 0.12) 0 1px, transparent 1px 17px);
  opacity: 0.72;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  min-height: calc(100svh - var(--header-h) - 84px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: 44px;
  padding: 58px 0 50px;
}

.eyebrow,
.section-kicker {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #7ee0d5;
}

h1 {
  margin-top: 14px;
  color: var(--blue-deep);
  font-size: 4.2rem;
  line-height: 0.98;
  font-weight: 800;
}

.hero h1 {
  color: #ffffff;
}

.hero-lead {
  max-width: 570px;
  margin-top: 24px;
  color: #d9e8f0;
  font-size: 1.18rem;
  line-height: 1.65;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.button-primary {
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(31, 95, 180, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--blue-deep);
  outline: 0;
}

.button-secondary {
  border-color: #bcd4ea;
  background: rgba(255, 255, 255, 0.76);
  color: var(--blue-deep);
}

.hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--blue);
  outline: 0;
}

.hero-media {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  background: #0e3457;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 10 / 7;
  object-fit: cover;
}

.quick-facts {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  transform: translateY(-28px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(185, 232, 250, 0.56);
  border-radius: 8px;
  background: rgba(185, 232, 250, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 18px 44px rgba(8, 35, 66, 0.2);
}

.fact {
  position: relative;
  overflow: hidden;
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  background: linear-gradient(180deg, #123f66 0%, #0e3152 100%);
}

.fact > * {
  position: relative;
  z-index: 1;
}

.fact span {
  color: #a9c8da;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fact strong {
  margin-top: 7px;
  color: #ffffff;
  font-size: 1.08rem;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 64px;
  align-items: start;
}

.section h2 {
  margin-top: 10px;
  color: var(--blue-deep);
  font-size: 2.25rem;
  line-height: 1.12;
}

.prose p,
.section-heading p,
.process-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.prose p + p {
  margin-top: 18px;
}

.company-section {
  background:
    linear-gradient(180deg, #f8fbfc 0%, #eaf4f8 100%);
}

.media-showcase-section {
  background:
    linear-gradient(180deg, #dcebf2 0%, #f8fbfc 100%);
}

.media-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 20px;
}

.media-tile {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(188, 220, 238, 0.96);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 253, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 34px rgba(12, 48, 86, 0.12);
}

.media-video-tile {
  grid-column: 1;
  grid-row: 1;
}

.media-video-tile {
  border-color: #cbdce7;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(12, 48, 86, 0.12);
}

.media-truck-tile {
  grid-column: 1;
  grid-row: 2;
}

.media-product-tile {
  grid-column: 2;
  grid-row: 1;
}

.media-production-tile {
  grid-column: 2;
  grid-row: 2;
}

.media-tile img,
.media-tile video {
  width: 100%;
  display: block;
  object-fit: cover;
  background: #e9f4ff;
}

.media-tile img {
  aspect-ratio: 4 / 3;
}

.media-tile video {
  aspect-ratio: 16 / 9;
}

.media-tile img.media-truck-image {
  aspect-ratio: 2.4 / 1;
}

.media-caption {
  padding: 18px 20px 20px;
}

.media-caption span {
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.media-caption h3 {
  margin-top: 8px;
  color: var(--blue-deep);
  font-size: 1.16rem;
}

.media-caption p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.58;
}

.assortment-section {
  background:
    linear-gradient(180deg, #e0eef4 0%, #f8fbfc 100%);
}

.section-heading {
  max-width: 720px;
}

.section-heading p {
  margin-top: 18px;
}

.cards-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 244px;
  padding: 28px;
  border: 1px solid rgba(188, 220, 238, 0.96);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 250, 253, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 32px rgba(12, 48, 86, 0.1);
}

.service-card > *,
.process-item > *,
.contact-form > * {
  position: relative;
  z-index: 1;
}

.card-mark {
  display: inline-flex;
  width: 44px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eaf7f5;
  color: var(--teal);
  font-weight: 800;
}

.service-card h3 {
  margin-top: 26px;
  color: var(--blue-deep);
  font-size: 1.25rem;
}

.service-card p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.65;
}

.process-section {
  background:
    linear-gradient(90deg, rgba(31, 95, 180, 0.14), rgba(21, 160, 147, 0.1)),
    linear-gradient(180deg, #d7e9f1 0%, #e9f5f8 100%);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: 54px;
  align-items: center;
}

.process-copy p {
  margin-top: 20px;
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(188, 212, 234, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.process-item span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 800;
}

.process-item h3 {
  color: var(--blue-deep);
  font-size: 1.08rem;
}

.process-item p {
  margin-top: 7px;
  color: var(--muted);
  line-height: 1.58;
}

.contact-section {
  background:
    linear-gradient(180deg, #f8fbfc 0%, #dcebf2 100%);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.82fr);
  gap: 54px;
  align-items: start;
}

.contact-copy p {
  margin-top: 20px;
}

.contact-details {
  margin-top: 32px;
  display: grid;
  gap: 9px;
  font-style: normal;
  color: var(--ink);
}

.contact-details strong {
  color: var(--blue-deep);
  font-size: 1.16rem;
}

.contact-details a {
  color: var(--blue);
  font-weight: 800;
}

.contact-form {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(188, 220, 238, 0.98);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 253, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--blue-deep);
  font-weight: 800;
}

.field-hidden {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-message {
  padding: 13px 14px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.45;
}

.form-message-success {
  border: 1px solid rgba(21, 160, 147, 0.35);
  background: #eaf7f5;
  color: #087b72;
}

.form-message-error {
  border: 1px solid rgba(242, 107, 70, 0.38);
  background: #fff1ec;
  color: #a14224;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c8dbe9;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  line-height: 1.5;
  padding: 13px 14px;
}

.contact-form select {
  min-height: 49px;
}

.contact-form textarea {
  min-height: 136px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(31, 95, 180, 0.14);
}

.legal-section {
  padding: 60px 0;
  background:
    linear-gradient(180deg, #dcebf2 0%, #eaf4f8 100%);
  border-top: 1px solid rgba(185, 232, 250, 0.72);
}

.subpage-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  background:
    linear-gradient(128deg, rgba(6, 25, 48, 0.98) 0%, rgba(12, 67, 106, 0.94) 56%, rgba(12, 116, 105, 0.86) 100%),
    #092342;
  color: #ffffff;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 88px);
  opacity: 0.6;
  pointer-events: none;
}

.subpage-hero .section-inner {
  position: relative;
  z-index: 1;
}

.subpage-hero .eyebrow {
  color: #7ee0d5;
}

.subpage-hero h1 {
  color: #ffffff;
}

.legal-page {
  position: relative;
  overflow: hidden;
  min-height: 52vh;
  padding: 84px 0;
  background:
    linear-gradient(180deg, #dcebf2 0%, #f8fbfc 100%);
}

.legal-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 46px;
}

.legal-grid h2 {
  margin-top: 10px;
  color: var(--blue-deep);
  font-size: 1.7rem;
}

.legal-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.legal-grid dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 26px;
}

.legal-grid div {
  min-width: 0;
}

.legal-grid dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-grid dd {
  margin: 6px 0 0;
  color: var(--ink);
  line-height: 1.5;
}

.legal-grid dd a {
  color: var(--blue);
  font-weight: 800;
}

.privacy-layout {
  max-width: 980px;
}

.privacy-content {
  color: var(--ink);
}

.privacy-content h2 {
  margin-top: 10px;
  color: var(--blue-deep);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.12;
}

.privacy-updated,
.privacy-intro,
.privacy-content p {
  color: var(--muted);
  line-height: 1.7;
}

.privacy-updated {
  margin-top: 12px;
  font-weight: 700;
}

.privacy-intro {
  margin-top: 18px;
  max-width: 760px;
  font-size: 1.05rem;
}

.privacy-blocks {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 26px;
}

.privacy-block {
  min-width: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(120, 178, 210, 0.45);
}

.privacy-block h3 {
  color: var(--blue-deep);
  font-size: 1.08rem;
}

.privacy-block p {
  margin-top: 8px;
}

.privacy-block address {
  margin-top: 8px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.65;
}

.privacy-block a {
  color: var(--blue);
  font-weight: 800;
}

.site-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding: 18px 42px;
  background: #102c55;
  color: #ffffff;
}

.site-footer div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 800;
}

.site-footer img {
  width: 168px;
  max-height: 52px;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-footer a {
  font-weight: 800;
}

@media (max-width: 1100px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    display: none;
    padding: 14px 24px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(248, 251, 252, 0.98);
    box-shadow: 0 18px 28px rgba(17, 46, 82, 0.14);
  }

  .nav-open .main-nav {
    display: grid;
  }

  .main-nav a {
    min-height: 48px;
    justify-content: flex-start;
  }

  .language-switch {
    width: 100%;
    display: grid;
    align-items: stretch;
  }

  .language-button {
    width: 100%;
    justify-content: flex-start;
  }

  .language-menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    padding: 12px 24px;
  }

  .brand img {
    width: 220px;
  }

  .hero-inner,
  .split-layout,
  .process-layout,
  .contact-layout,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 30px;
    min-height: auto;
    padding: 46px 0 72px;
  }

  h1 {
    font-size: 3.4rem;
  }

  .cards-grid,
  .media-grid,
  .quick-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-layout,
  .contact-layout,
  .split-layout {
    gap: 34px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-h: 66px;
  }

  .site-header {
    padding: 10px 18px;
  }

  .brand img {
    width: 190px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    display: none;
    padding: 14px 18px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 28px rgba(17, 46, 82, 0.14);
  }

  .nav-open .main-nav {
    display: grid;
  }

  .main-nav a {
    min-height: 48px;
    justify-content: flex-start;
  }

  .language-switch {
    width: 100%;
    display: grid;
    align-items: stretch;
  }

  .language-button {
    width: 100%;
    justify-content: flex-start;
  }

  .language-menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    box-shadow: none;
  }

  .hero-inner,
  .section-inner,
  .quick-facts {
    width: min(100% - 32px, 1180px);
  }

  .hero-inner {
    padding-top: 34px;
  }

  h1 {
    font-size: 2.68rem;
    line-height: 1.04;
  }

  .hero-lead {
    font-size: 1.05rem;
  }

  .hero-media img {
    aspect-ratio: 4 / 3;
  }

  .quick-facts {
    grid-template-columns: 1fr;
    transform: translateY(-32px);
  }

  .fact {
    min-height: 86px;
  }

  .section {
    padding: 64px 0;
  }

  .section h2 {
    font-size: 1.88rem;
  }

  .cards-grid,
  .media-grid,
  .privacy-blocks,
  .legal-grid dl {
    grid-template-columns: 1fr;
  }

  .media-video-tile,
  .media-truck-tile,
  .media-product-tile,
  .media-production-tile {
    grid-column: auto;
    grid-row: auto;
  }

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

  .process-item {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 20px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: 20px 18px;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .brand img {
    width: 166px;
  }

  h1 {
    font-size: 2.22rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }
}
