:root {
  --ink: #0d1218;
  --panel: #151d25;
  --panel-soft: #1e2a35;
  --steel: #dce6ec;
  --muted: #97a4ae;
  --blue: #70b8e4;
  --blue-deep: #275f86;
  --gold: #d7a149;
  --line: rgba(112, 184, 228, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--steel);
  font-family: "Segoe UI", Arial, sans-serif;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 48px 48px,
    radial-gradient(circle at 78% 10%, rgba(52, 119, 165, 0.28), transparent 34rem),
    linear-gradient(160deg, #101820 0%, #11161c 48%, #06090d 100%);
}

main {
  max-width: 100vw;
  overflow-x: hidden;
}

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

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(9, 13, 18, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand img {
  width: clamp(150px, 18vw, 260px);
  height: auto;
}

.site-menu {
  display: flex;
  gap: 8px;
  align-items: center;
}

.site-menu a {
  padding: 11px 14px;
  color: #f4f8fb;
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.site-menu a:hover,
.site-menu a:focus-visible {
  color: var(--blue);
  border-color: var(--line);
  background: rgba(112, 184, 228, 0.08);
  outline: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: rgba(30, 42, 53, 0.92);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--steel);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 132px clamp(22px, 6vw, 92px) 82px;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 10, 14, 0.92), rgba(7, 10, 14, 0.58) 46%, rgba(7, 10, 14, 0.26)),
    linear-gradient(0deg, rgba(7, 10, 14, 0.96), rgba(7, 10, 14, 0.06) 48%);
}

.hero-content {
  position: relative;
  width: min(720px, 100%);
  padding: clamp(24px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(9, 14, 19, 0.58), rgba(18, 28, 36, 0.28));
  border: 1px solid rgba(112, 184, 228, 0.22);
  border-radius: 28px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 740px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  color: #fff;
  font-size: 1.3rem;
}

.hero-lead {
  display: grid;
  gap: 14px;
  width: min(660px, 100%);
  padding: 0;
  margin: 0 0 28px;
  color: #dce6ec;
  font-size: clamp(1.28rem, 2.35vw, 1.95rem);
  font-weight: 800;
  line-height: 1.42;
  list-style: none;
}

.hero-lead li {
  position: relative;
  padding-left: 32px;
  opacity: 0;
  transform: translateX(-44px);
  animation: heroBulletIn 700ms ease forwards;
}

.hero-lead li:nth-child(1) {
  animation-delay: 160ms;
}

.hero-lead li:nth-child(2) {
  animation-delay: 420ms;
}

.hero-lead li:nth-child(3) {
  animation-delay: 680ms;
}

.hero-lead li::before {
  content: "";
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 14px;
  height: 14px;
  background: linear-gradient(90deg, var(--gold), #f1c16b);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(215, 161, 73, 0.46);
}

@keyframes heroBulletIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  outline: none;
}

.button-primary {
  color: #071018;
  background: linear-gradient(90deg, var(--gold), #f1c16b);
  border-color: rgba(255, 255, 255, 0.18);
}

.button-secondary {
  color: #fff;
  background: rgba(19, 32, 42, 0.84);
}

.section {
  padding: clamp(70px, 9vw, 128px) clamp(22px, 6vw, 92px);
  border-top: 1px solid rgba(112, 184, 228, 0.15);
}

.section-heading {
  display: block;
  margin-bottom: 34px;
}

.compact-heading {
  margin-bottom: 22px;
}

.section-intro {
  width: min(920px, 100%);
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.65;
}

.services {
  overflow: hidden;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.service-card {
  min-width: 0;
  min-height: 270px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(30, 42, 53, 0.96), rgba(14, 20, 27, 0.94));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.service-card-wide {
  grid-column: 1 / -1;
}

.service-card p,
.address {
  color: var(--muted);
  line-height: 1.65;
}

.service-params {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

.service-params div {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(112, 184, 228, 0.2);
}

.service-params dt {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-params dd {
  margin: 0;
  color: #fff;
  line-height: 1.45;
}

.service-table {
  width: 100%;
  margin-top: 22px;
  border-collapse: collapse;
  table-layout: fixed;
  overflow: hidden;
  color: #fff;
  font-size: 0.92rem;
  border: 1px solid rgba(112, 184, 228, 0.22);
  border-radius: 14px;
}

.service-table th,
.service-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(112, 184, 228, 0.18);
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}

.service-table th {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(112, 184, 228, 0.08);
}

.service-table tr:last-child td {
  border-bottom: 0;
}

.table-scroll {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.service-table-wide {
  min-width: 760px;
}

.service-table-wide tbody th {
  width: 190px;
  color: var(--blue);
  background: rgba(112, 184, 228, 0.05);
}

.production {
  background: rgba(12, 17, 23, 0.2);
}

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

.production-photo {
  position: relative;
  min-height: 135px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(30, 42, 53, 0.96), rgba(14, 20, 27, 0.94));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.production-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  animation: photoIn 620ms ease forwards;
  animation-delay: var(--photo-delay, 0ms);
}

.production-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  pointer-events: none;
}

.gallery-empty {
  grid-column: 1 / -1;
  min-height: 135px;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  text-align: center;
  background: linear-gradient(180deg, rgba(30, 42, 53, 0.96), rgba(14, 20, 27, 0.94));
  border: 1px solid var(--line);
  border-radius: 18px;
}

@keyframes photoIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.contact {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 48px 48px,
    radial-gradient(circle at 78% 28%, rgba(112, 184, 228, 0.18), transparent 28rem);
}

.seo-faq {
  background: rgba(12, 17, 23, 0.2);
}

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

.faq-grid article {
  min-width: 0;
  padding: 26px;
  background: linear-gradient(180deg, rgba(30, 42, 53, 0.96), rgba(14, 20, 27, 0.94));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.faq-grid h3 {
  margin-bottom: 14px;
}

.faq-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 18px;
  align-items: stretch;
}

.contact-info,
.map-panel {
  background: linear-gradient(150deg, rgba(30, 42, 53, 0.97), rgba(9, 14, 19, 0.96));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.contact-info {
  padding: clamp(28px, 5vw, 58px);
}

.contact-info h2 {
  max-width: 760px;
  margin-bottom: 32px;
  font-size: clamp(2rem, 3.4vw, 3.85rem);
}

.company {
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 800;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 0 0 34px;
}

.contact-item {
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  color: #fff;
  text-decoration: none;
  background: rgba(12, 19, 25, 0.62);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.contact-item:hover,
.contact-item:focus-visible {
  transform: translateY(-1px);
  background: rgba(112, 184, 228, 0.08);
  border-color: rgba(112, 184, 228, 0.72);
  outline: none;
}

.contact-item span {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-item strong {
  color: #fff;
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
}

.contact-item-small {
  gap: 3px;
  padding: 10px 16px;
}

.contact-item-small strong {
  font-size: clamp(0.78rem, 0.95vw, 0.9rem);
}

.contact-item-small span {
  font-size: 0.72rem;
}

.company-details {
  display: grid;
  gap: 14px;
  color: var(--muted);
  line-height: 1.65;
}

.company-details p {
  margin: 0;
}

.map-panel {
  min-height: 520px;
  overflow: hidden;
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  filter: grayscale(0.24) contrast(1.04);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: space-between;
  align-items: center;
  padding: 26px clamp(22px, 6vw, 92px);
  color: var(--muted);
  background: #070b10;
  border-top: 1px solid var(--line);
}

.site-footer p {
  max-width: 720px;
  margin: 0;
  text-align: left;
  line-height: 1.55;
}

.social-links {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-left: auto;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(30, 42, 53, 0.92);
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-1px);
  background: rgba(112, 184, 228, 0.1);
  border-color: rgba(112, 184, 228, 0.72);
  outline: none;
}

.social-links svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

@media (max-width: 980px) {
  .section-heading,
  .production {
    grid-template-columns: 1fr;
  }

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

  .service-grid,
  .production-gallery,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .site-header {
    min-height: 72px;
  }

  .menu-toggle {
    display: block;
  }

  .site-menu {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 18px 18px;
    background: rgba(9, 13, 18, 0.96);
    border-bottom: 1px solid var(--line);
  }

  .site-menu.is-open {
    display: flex;
  }

  .site-menu a {
    padding: 15px 0;
  }

  .hero {
    min-height: 92vh;
    padding-top: 112px;
  }

  .service-grid,
  .production-gallery,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 18px;
    border-radius: 16px;
  }

  .service-card h3 {
    overflow-wrap: break-word;
  }

  .service-table {
    font-size: 0.78rem;
  }

  .service-table th,
  .service-table td {
    padding: 9px 10px;
  }

  .service-table-wide {
    min-width: 0;
    width: 100%;
  }

  .service-table-wide tbody th {
    width: auto;
  }

  .service-card:not(.service-card-wide) .service-table,
  .service-card:not(.service-card-wide) .service-table tbody,
  .service-card:not(.service-card-wide) .service-table tr,
  .service-card:not(.service-card-wide) .service-table td {
    display: block;
    width: 100%;
  }

  .service-card:not(.service-card-wide) .service-table thead {
    display: none;
  }

  .service-card:not(.service-card-wide) .service-table tr {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(112, 184, 228, 0.18);
  }

  .service-card:not(.service-card-wide) .service-table tr:last-child {
    border-bottom: 0;
  }

  .service-card:not(.service-card-wide) .service-table td {
    padding: 0;
    border-bottom: 0;
  }

  .service-card:not(.service-card-wide) .service-table td:first-child {
    margin-bottom: 4px;
    color: var(--blue);
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .service-card-wide .service-table {
    font-size: 0.68rem;
  }

  .service-card-wide .service-table th,
  .service-card-wide .service-table td {
    padding: 8px 7px;
  }

  .service-card,
  .production-photo {
    min-height: 165px;
  }

  .production-photo img {
    min-height: 0;
  }

  .map-panel,
  .map-panel iframe {
    min-height: 360px;
  }

  .site-footer,
  .social-links {
    justify-content: flex-start;
  }

  .social-links {
    margin-left: 0;
  }
}
