:root {
  --bg-dark: #121319;
  --bg-red: #6f0e20;
  --text-light: #ffffff;
  --text-dark: #111111;
  --accent: #930b22;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  color: var(--text-dark);
  background: #fff;
  overflow-x: hidden;
}

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

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

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 100;
  background: linear-gradient(180deg, #8f0f27 0%, #1a1f30 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.24);
}

.main-nav {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
}

.menu a {
  color: var(--text-light);
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(1rem, 1.8vw, 2.15rem);
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 10px 8px;
  letter-spacing: 0.02em;
}

.menu > li:first-child {
  justify-self: end;
}

.menu > li:last-child {
  justify-self: start;
}

.menu a:hover,
.menu a:focus-visible {
  color: #f0d5db;
}

.menu-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-logo-link {
  padding: 0;
}

.menu-logo-link img {
  width: clamp(42px, 5vw, 64px);
  height: auto;
  object-fit: contain;
}

.menu-toggle {
  display: none;
}

.mobile-header-logo {
  display: none;
}

.hero-logo-wrap {
  width: 100%;
  border-bottom: 6px solid #f0f0f0;
}

.hero-logo {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  margin: 0 auto;
}

.hero-content {
  text-align: center;
  padding: clamp(34px, 6vw, 70px) 0 clamp(24px, 4vw, 40px);
}

.hero-content h1 {
  margin: 0 0 18px;
  font-size: clamp(1.65rem, 4vw, 3.65rem);
  line-height: 1.15;
  color: #7f0f28;
  text-shadow:
    -1px -1px 0 #1b1820,
    1px -1px 0 #1b1820,
    -1px 1px 0 #1b1820,
    1px 1px 0 #1b1820,
    0 2px 0 rgba(0, 0, 0, 0.18);
}

.hero-content p {
  margin: 0 auto;
  max-width: 980px;
  font-size: clamp(1.05rem, 2.2vw, 2rem);
  line-height: 1.35;
}

.video-screen {
  position: relative;
  margin-top: 12px;
  background: #ffffff;
  overflow: hidden;
}

.video-screen::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(10px, 1.4vw, 16px);
  z-index: 2;
  background:
    radial-gradient(120% 240% at 12% 115%, transparent 62%, rgba(116, 9, 33, 0.96) 63% 71%, transparent 72%),
    radial-gradient(120% 240% at 50% 115%, transparent 62%, rgba(130, 13, 36, 0.98) 63% 71%, transparent 72%),
    radial-gradient(120% 240% at 88% 115%, transparent 62%, rgba(111, 8, 31, 0.96) 63% 71%, transparent 72%),
    linear-gradient(180deg, rgba(161, 24, 50, 0.95) 0%, rgba(110, 9, 31, 0.98) 100%);
}

.video-frame {
  position: relative;
  width: 100%;
  line-height: 0;
  border-top: 1px solid rgba(233, 172, 186, 0.7);
  border-left: 2px solid #8a0c24;
  border-right: 2px solid #8a0c24;
  box-shadow:
    inset 0 1px 0 rgba(255, 190, 201, 0.78),
    inset 0 0 0 1px rgba(85, 5, 20, 0.5);
}

.video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow:
    inset 14px 0 18px -16px rgba(140, 7, 33, 0.9),
    inset -14px 0 18px -16px rgba(140, 7, 33, 0.9);
}

.video-frame video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  background: #000;
}

.video-wave {
  position: relative;
  height: clamp(34px, 4.8vw, 58px);
  background:
    radial-gradient(140% 180% at 8% -92%, transparent 61%, #3d4248 62% 72%, transparent 73%),
    radial-gradient(140% 180% at 35% -110%, transparent 61%, #3f444b 62% 72%, transparent 73%),
    radial-gradient(140% 180% at 65% -115%, transparent 61%, #3c4148 62% 72%, transparent 73%),
    radial-gradient(140% 180% at 92% -92%, transparent 61%, #3f444b 62% 72%, transparent 73%),
    #ffffff;
}

.video-wave::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(8px, 1.2vw, 12px);
  height: clamp(10px, 1.6vw, 14px);
  background:
    radial-gradient(120% 200% at 12% -80%, transparent 74%, rgba(255, 255, 255, 0.92) 75% 79%, transparent 80%),
    radial-gradient(120% 200% at 50% -96%, transparent 74%, rgba(255, 255, 255, 0.94) 75% 79%, transparent 80%),
    radial-gradient(120% 200% at 88% -80%, transparent 74%, rgba(255, 255, 255, 0.92) 75% 79%, transparent 80%);
}

.floating-cta {
  position: fixed;
  left: 0;
  top: 98px;
  z-index: 900;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: clamp(1rem, 1.35vw, 1.65rem);
  padding: 14px 18px;
  max-width: 340px;
  border: 2px solid #ffffff;
  border-left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
}

.floating-cta-mobile {
  display: none;
}

.floating-cta:hover,
.floating-cta:focus-visible {
  background: #72061a;
}

.placeholder {
  padding: 70px 0;
  border-top: 1px solid #ececec;
}

.placeholder h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  color: #4f1020;
}

#contacts h2 {
  text-align: center;
  color: #7f0f28;
  text-shadow:
    -1px -1px 0 #1b1820,
    1px -1px 0 #1b1820,
    -1px 1px 0 #1b1820,
    1px 1px 0 #1b1820;
  text-transform: uppercase;
}

.contacts-placeholder-note {
  margin: 14px 0 0;
  text-align: center;
  font-size: clamp(0.95rem, 1.7vw, 1.2rem);
  color: #4f4f4f;
}

.contacts-intro {
  margin: 14px auto 20px;
  max-width: 1080px;
  text-align: center;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.45;
  color: #2f2f2f;
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 10px 12px;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  text-decoration: none;
  color: #2f2f2f;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.contact-item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.contact-item span {
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.contact-item:hover,
.contact-item:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.works-showcase {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 239, 240, 0.95) 40%, #ffffff 100%);
  padding: 20px 0 36px;
  border-top: 1px solid #ece2e5;
}

.works-showcase-inner h2 {
  margin: 0 0 14px;
  text-align: center;
  font-size: clamp(1.75rem, 3.3vw, 2.85rem);
  color: #7f0f28;
  text-shadow:
    -1px -1px 0 #1b1820,
    1px -1px 0 #1b1820,
    -1px 1px 0 #1b1820,
    1px 1px 0 #1b1820;
  text-transform: uppercase;
}

.works-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.work-photo {
  margin: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.work-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  cursor: zoom-in;
  border: 2px solid #872436;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.2),
    0 4px 10px rgba(135, 36, 54, 0.28);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.work-photo img:hover,
.work-photo img:focus-visible {
  transform: translateY(-4px);
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.28),
    0 8px 14px rgba(135, 36, 54, 0.32);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10, 10, 14, 0.9);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-image {
  max-width: min(1200px, 92vw);
  max-height: 88vh;
  width: auto;
  height: auto;
  border: 3px solid #ffffff;
  box-shadow:
    0 24px 42px rgba(0, 0, 0, 0.45),
    0 8px 18px rgba(147, 11, 34, 0.34);
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(127, 15, 40, 0.85);
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: rgba(103, 10, 31, 0.95);
}

.works-video {
  background: linear-gradient(180deg, #ffffff 0%, #f5f1f2 38%, #ffffff 100%);
  padding: 10px 0 36px;
}

.works-video-inner h2 {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(1.75rem, 3.3vw, 2.85rem);
  color: #7f0f28;
  text-shadow:
    -1px -1px 0 #1b1820,
    1px -1px 0 #1b1820,
    -1px 1px 0 #1b1820,
    1px 1px 0 #1b1820;
  text-transform: uppercase;
}

.works-video-frame {
  border-top: 1px solid rgba(233, 172, 186, 0.7);
  border-left: 2px solid #8a0c24;
  border-right: 2px solid #8a0c24;
  border-bottom: 2px solid #7d0d25;
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.28),
    0 6px 12px rgba(140, 17, 42, 0.26),
    inset 0 1px 0 rgba(255, 190, 201, 0.78),
    inset 0 0 0 1px rgba(85, 5, 20, 0.5);
  background: #000;
  overflow: hidden;
}

.works-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  background: #000;
}

.services-section {
  background: #ffffff;
  padding: 14px 0 24px;
}

.services-section .container {
  width: min(1520px, 98%);
}

.services-text-panel {
  text-align: center;
  margin: 0 0 14px;
}

.services-text-panel h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  color: #7f0f28;
  text-shadow:
    -1px -1px 0 #1b1820,
    1px -1px 0 #1b1820,
    -1px 1px 0 #1b1820,
    1px 1px 0 #1b1820;
  text-transform: uppercase;
}

.services-lead {
  margin: 0 auto;
  max-width: 1200px;
  font-size: clamp(1rem, 1.5vw, 1.36rem);
  line-height: 1.4;
}

.services-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}

.service-photo {
  margin: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.service-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 3px solid #872436;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.2),
    0 4px 10px rgba(135, 36, 54, 0.35);
  animation: photo-float 4.5s ease-in-out infinite;
}

.design-production {
  padding: 0 0 14px;
  background: #fff;
}

.design-production .container {
  width: min(1520px, 98%);
}

.dp-text-grid,
.dp-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  position: relative;
}

.dp-text-grid::after,
.dp-image-grid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: transparent;
  transform: translateX(-1px);
}

.dp-card {
  margin: 0;
  padding: 8px 14px 14px;
}

.dp-card h3 {
  margin: 0 0 12px;
  text-align: center;
  color: #7f0f28;
  text-shadow:
    -1px -1px 0 #1b1820,
    1px -1px 0 #1b1820,
    -1px 1px 0 #1b1820,
    1px 1px 0 #1b1820;
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  line-height: 1.05;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.dp-card p {
  margin: 0;
  font-size: clamp(1rem, 1.58vw, 2rem);
  line-height: 1.42;
}

.dp-image-grid {
  margin-top: 2px;
}

.dp-image {
  margin: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.dp-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 3px solid #872436;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.2),
    0 4px 10px rgba(135, 36, 54, 0.35);
  animation: photo-float 4.5s ease-in-out infinite;
}

.services-gallery .service-photo:nth-child(2) img,
.dp-image-grid .dp-image:nth-child(2) img {
  animation-delay: 0.45s;
}

@keyframes photo-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-photo img,
  .dp-image img {
    animation: none;
  }
}

.service-support {
  padding: 14px 0 12px;
  background: #fff;
}

.contact-cta {
  margin: clamp(20px, 4vw, 44px) auto;
  background: linear-gradient(180deg, #872436 0%, #5c4c4f 100%);
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow:
    0 26px 42px rgba(0, 0, 0, 0.42),
    0 10px 18px rgba(0, 0, 0, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.28),
    inset 0 -2px 0 rgba(0, 0, 0, 0.22);
  transform: perspective(1200px) rotateX(3deg) translateZ(0);
  position: relative;
  overflow: hidden;
}

.contact-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 50% 2%, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}

.contact-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(15, 10, 12, 0.28) 100%);
  pointer-events: none;
}

.contact-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 220px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(10px, 1.8vw, 24px);
  padding: clamp(12px, 2.2vw, 22px) 0;
}

.contact-cta-left {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: clamp(1.15rem, 2.2vw, 2rem);
  line-height: 1.3;
  font-weight: 700;
}

.contact-cta-right {
  margin: 0;
  text-align: center;
  font-size: clamp(1rem, 1.9vw, 2rem);
  font-weight: 700;
}

.contact-cta-right a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.contact-cta-right a:hover,
.contact-cta-right a:focus-visible {
  color: #f1dde2;
}

.partner-note {
  background: linear-gradient(180deg, #545253 0%, #93192e 100%);
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow:
    0 26px 42px rgba(0, 0, 0, 0.4),
    0 10px 18px rgba(0, 0, 0, 0.28),
    inset 0 2px 0 rgba(255, 255, 255, 0.18),
    inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  transform: perspective(1200px) rotateX(2deg) translateZ(0);
  position: relative;
  overflow: hidden;
}

.partner-note::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 50% 2%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 56%);
  pointer-events: none;
}

.partner-note::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(15, 10, 12, 0.24) 100%);
  pointer-events: none;
}

.partner-note-inner {
  padding: clamp(20px, 3.2vw, 40px) 0;
}

.partner-note-inner p {
  margin: 0;
  text-align: center;
  font-size: clamp(1rem, 1.75vw, 1.35rem);
  line-height: 1.45;
}

.court-types-section {
  background:
    repeating-linear-gradient(
      -10deg,
      #ffffff 0 220px,
      #93192e 220px 420px
    );
  padding: 72px 0 30px;
}

.court-types-heading h2 {
  margin: 0 0 16px;
  text-align: center;
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  color: #7f0f28;
  text-shadow:
    -1px -1px 0 #1b1820,
    1px -1px 0 #1b1820,
    -1px 1px 0 #1b1820,
    1px 1px 0 #1b1820;
  text-transform: uppercase;
}

.court-types-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.court-type-card {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  border: 1px solid #dedede;
  background: #ffffff;
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.28),
    0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
  animation: court-card-float 5s ease-in-out infinite;
}

.court-type-card:nth-child(even) .court-type-image {
  order: 2;
}

.court-type-card:nth-child(even) .court-type-content {
  order: 1;
}

.court-type-image {
  margin: 0;
}

.court-type-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.court-type-card:nth-child(2),
.court-type-card:nth-child(4) {
  animation-delay: 0.45s;
}

@keyframes court-card-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

.court-type-content {
  padding: 12px 14px 14px;
}

.court-type-content h3 {
  margin: 0 0 8px;
  font-size: clamp(1.2rem, 2.1vw, 1.8rem);
  color: #7f0f28;
}

.court-type-content h3 span {
  display: block;
  margin-top: 2px;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  color: #2f2f2f;
  font-style: italic;
}

.court-type-price {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7f0f28 0%, #a31c3a 100%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #ffffff !important;
  font-weight: 700;
  font-size: clamp(0.92rem, 1.25vw, 1.05rem);
  letter-spacing: 0.01em;
  box-shadow:
    0 8px 14px rgba(127, 15, 40, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.court-type-price-request {
  background: linear-gradient(135deg, #45494f 0%, #676d75 100%);
  box-shadow:
    0 8px 14px rgba(58, 63, 72, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.court-type-content p {
  margin: 0;
  font-size: clamp(0.95rem, 1.22vw, 1.05rem);
  line-height: 1.45;
  color: #2f2f2f;
}

.arrow-1 {
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 50px;
  margin: 20px auto;
}

.arrow-1 div {
  position: relative;
  top: 20px;
  width: 90px;
  height: 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  left: 0;
  display: block;
}

.arrow-1 div::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 10px;
  top: -11px;
  right: -8px;
  background-color: #ffffff;
  transform: rotate(45deg);
}

.arrow-1 div::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 10px;
  top: 11px;
  right: -8px;
  background-color: #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transform: rotate(-45deg);
}

.arrow-1:hover {
  animation: arrow-1 1s linear infinite;
}

@keyframes arrow-1 {
  0% {
    left: 0;
  }

  50% {
    left: 10px;
  }

  100% {
    left: 0;
  }
}

.service-support .container {
  width: min(1520px, 98%);
}

.service-support-title h2 {
  margin: 0 0 10px;
  text-align: center;
  color: #7f0f28;
  text-shadow:
    -1px -1px 0 #1b1820,
    1px -1px 0 #1b1820,
    -1px 1px 0 #1b1820,
    1px 1px 0 #1b1820;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
}

.support-text-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  position: relative;
}

.support-text-grid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #ffffff;
  transform: translateX(-1px);
}

.support-card {
  margin: 0;
  padding: 8px 14px 10px;
}

.support-card h3 {
  margin: 0 0 10px;
  text-align: center;
  color: #7f0f28;
  text-shadow:
    -1px -1px 0 #1b1820,
    1px -1px 0 #1b1820,
    -1px 1px 0 #1b1820,
    1px 1px 0 #1b1820;
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  line-height: 1.05;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.support-card p {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.85rem);
  line-height: 1.42;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  will-change: transform, opacity;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal.fade-in-left {
  transform: translateX(-38px);
}

.reveal.fade-in-right {
  transform: translateX(38px);
}

.reveal.zoom-in {
  transform: scale(0.92);
}

.reveal.fade-in-up {
  transform: translateY(26px);
}

.reveal.delay-1 {
  transition-delay: 0.12s;
}

.site-footer {
  background: #ffffff;
  border-bottom: 2px solid #000000;
}

.site-footer-inner {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site-footer-logo {
  width: min(320px, 78%);
  height: auto;
  object-fit: contain;
}

.standards-showcase {
  background: #ffffff;
  padding: 22px 0 36px;
}

.standards-showcase-inner {
  display: grid;
  gap: 18px;
}

.standards-gallery {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.standards-photo {
  margin: 0;
}

.standards-photo img {
  width: min(100%, 140px);
  height: auto;
  max-height: 120px;
  object-fit: contain;
  margin: 0 auto;
  border: 0;
}

.standards-text p {
  margin: 0;
  font-size: clamp(0.98rem, 1.45vw, 1.16rem);
  line-height: 1.45;
  color: #2f2f2f;
}

.standards-text p + p {
  margin-top: 10px;
}

.bottom-branding {
  background: #ffffff;
  padding: 34px 0 30px;
}

.bottom-branding-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.bottom-branding-logo {
  width: clamp(46px, 6vw, 72px);
  height: auto;
  object-fit: contain;
}

.bottom-branding-text {
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  line-height: 1.35;
  color: #2f2f2f;
}

.bottom-branding-copyright {
  margin: 8px 0 0;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.3;
  color: #4b4b4b;
}

@media (max-width: 980px) {
  .menu a {
    font-size: clamp(0.9rem, 2.3vw, 1.35rem);
  }
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .main-nav {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 150px;
    position: relative;
    padding: 12px 0 14px;
    gap: 8px;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 52px;
    height: 46px;
    border: 0;
    border-radius: 8px;
    background: rgba(128, 13, 33, 0.95);
    border: 2px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 24px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 auto;
  }

  .mobile-header-logo {
    display: block;
  }

  .mobile-header-logo img {
    width: clamp(48px, 14vw, 64px);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }

  .menu {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #8f0f27 0%, #1a1f30 100%);
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px 0;
    display: none;
    z-index: 1200;
  }

  .menu li {
    justify-self: center;
    width: 100%;
  }

  .menu > li:first-child,
  .menu > li:last-child {
    justify-self: center;
  }

  .menu a {
    text-align: center;
  }

  .menu.menu-open {
    display: grid;
  }

  .menu-logo-item {
    display: none;
  }

  .hero-logo {
    max-height: 180px;
  }

  .hero-content h1 {
    font-size: clamp(1.4rem, 6.6vw, 2.2rem);
  }

  .hero-content p {
    font-size: clamp(1rem, 4.2vw, 1.25rem);
  }

  .video-frame video {
    max-height: 360px;
  }

  .services-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .services-text-panel h2 {
    font-size: clamp(1.6rem, 7.4vw, 2.1rem);
    margin-bottom: 8px;
  }

  .contacts-intro {
    margin: 10px auto 14px;
    font-size: clamp(0.94rem, 3.9vw, 1rem);
    line-height: 1.38;
  }

  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-item {
    min-height: 64px;
    padding: 9px 10px;
  }

  .contact-item img {
    width: 50px;
    height: 50px;
  }

  .contact-item span {
    font-size: clamp(0.9rem, 3.7vw, 0.98rem);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .works-showcase {
    padding: 16px 0 24px;
  }

  .works-showcase-inner h2 {
    margin-bottom: 10px;
    font-size: clamp(1.45rem, 6.5vw, 2rem);
  }

  .works-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .works-video {
    padding: 8px 0 24px;
  }

  .works-video-inner h2 {
    margin-bottom: 10px;
    font-size: clamp(1.45rem, 6.5vw, 2rem);
  }

  .works-video-frame video {
    max-height: 360px;
  }

  .video-frame,
  .works-video-frame,
  .site-footer,
  .standards-showcase,
  .bottom-branding {
    max-width: 100%;
    overflow: hidden;
  }

  .services-lead {
    font-size: clamp(0.98rem, 4.1vw, 1.14rem);
    line-height: 1.35;
  }

  .service-photo img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .dp-card {
    padding: 8px 10px 10px;
  }

  .dp-card h3 {
    font-size: clamp(1.35rem, 5.7vw, 1.85rem);
    margin-bottom: 10px;
  }

  .dp-card p {
    font-size: clamp(0.92rem, 3.9vw, 1.12rem);
    line-height: 1.38;
  }

  .service-support-title h2 {
    font-size: clamp(1.55rem, 7vw, 2.2rem);
    margin-bottom: 8px;
  }

  .contact-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 12px;
    padding: 16px 0;
  }

  .contact-cta {
    transform: none;
    box-shadow:
      0 16px 28px rgba(0, 0, 0, 0.34),
      0 6px 12px rgba(0, 0, 0, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  }

  .contact-cta-left {
    font-size: clamp(1.02rem, 5.3vw, 1.35rem);
    line-height: 1.3;
  }

  .contact-cta-right {
    font-size: clamp(0.95rem, 4.1vw, 1.2rem);
  }

  .arrow-1 {
    display: none;
  }

  .partner-note-inner {
    padding: 18px 0;
  }

  .partner-note-inner p {
    font-size: clamp(0.94rem, 4vw, 1.08rem);
    line-height: 1.4;
  }

  .court-types-section {
    padding: 44px 0 20px;
  }

  .court-types-heading h2 {
    margin-bottom: 10px;
    font-size: clamp(1.45rem, 6.5vw, 2rem);
  }

  .court-types-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .court-type-card {
    grid-template-columns: 1fr;
    animation: none;
  }

  .court-type-image img {
    aspect-ratio: 4 / 3;
  }

  .court-type-content {
    padding: 10px 11px 12px;
  }

  .court-type-content h3 {
    font-size: clamp(1.1rem, 5.1vw, 1.35rem);
  }

  .court-type-content h3 span {
    font-size: clamp(0.94rem, 4.3vw, 1.06rem);
  }

  .court-type-price {
    font-size: clamp(0.86rem, 3.6vw, 0.95rem);
    padding: 5px 10px;
    margin-bottom: 8px;
  }

  .court-type-content p {
    font-size: clamp(0.92rem, 3.9vw, 1rem);
    line-height: 1.4;
  }

  .partner-note {
    transform: none;
    box-shadow:
      0 16px 28px rgba(0, 0, 0, 0.34),
      0 6px 12px rgba(0, 0, 0, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      inset 0 -1px 0 rgba(0, 0, 0, 0.18);
  }

  .support-card {
    padding: 8px 10px 10px;
  }

  .support-card h3 {
    font-size: clamp(1.35rem, 5.7vw, 1.85rem);
    margin-bottom: 8px;
  }

  .support-card p {
    font-size: clamp(0.9rem, 3.8vw, 1.08rem);
    line-height: 1.38;
  }

  .dp-image img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .dp-image-grid {
    gap: 8px;
  }

  .floating-cta-desktop {
    display: none;
  }

  .floating-cta-mobile {
    display: block;
    top: 132px;
    bottom: auto;
    left: 0;
    right: auto;
    max-width: 225px;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    text-align: left;
    padding: 8px 10px;
    font-size: 0.92rem;
    line-height: 1.2;
    z-index: 800;
  }

  body.mobile-menu-open .floating-cta-mobile {
    display: none;
  }

  .site-footer-inner {
    min-height: 100px;
  }

  .site-footer-logo {
    width: min(240px, 74%);
  }

  .standards-showcase {
    padding: 16px 0 26px;
  }

  .standards-gallery {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .standards-photo {
    flex: 0 0 auto;
  }

  .standards-photo img {
    width: clamp(90px, 28vw, 110px);
    max-height: none;
    object-fit: contain;
  }

  .standards-text p {
    font-size: clamp(0.92rem, 4vw, 1.02rem);
    line-height: 1.4;
  }

  .bottom-branding {
    padding: 24px 0 20px;
  }

  .bottom-branding-inner {
    gap: 8px;
  }

  .bottom-branding-logo {
    width: clamp(42px, 16vw, 56px);
  }

  .bottom-branding-text {
    font-size: clamp(0.94rem, 4.2vw, 1rem);
  }

  .bottom-branding-copyright {
    font-size: clamp(0.84rem, 3.7vw, 0.94rem);
  }
}
