/* Cinematic black and gold art direction */
:root {
  --cinema-black: #050605;
  --cinema-panel: #0b0c0b;
  --cinema-ivory: #f5f0e7;
  --cinema-gold: #d7ab57;
  --cinema-gold-soft: #e9ca89;
  --cinema-line: rgba(215, 171, 87, 0.28);
}

body {
  background: var(--cinema-black);
}

body:not(.body-wp-home) .site-header,
.site-header.is-scrolled {
  border-bottom-color: rgba(215, 171, 87, 0.2);
  background: rgba(5, 6, 5, 0.94);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.body-wp-home .site-header {
  position: fixed;
  inset: 0 0 auto;
  border-bottom-color: rgba(241, 236, 226, 0.1);
  background: linear-gradient(180deg, rgba(5, 6, 5, 0.82), rgba(5, 6, 5, 0));
  box-shadow: none;
  backdrop-filter: none;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.body-wp-home .site-header.is-scrolled {
  border-bottom-color: rgba(215, 171, 87, 0.2);
  background: rgba(5, 6, 5, 0.94);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.body-wp-home .site-header .brand img,
.body-wp-home .site-header .brand-logo {
  width: 58px;
  height: 58px;
  max-width: 58px;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.5));
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a::after {
  transform-origin: left center;
}

.chat-widget__unread[hidden] {
  display: none !important;
}

.chat-widget__toggle {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(215, 171, 87, 0.72);
  background: rgba(7, 8, 7, 0.94);
  color: var(--cinema-gold-soft);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(12px);
}

.chat-widget__toggle:hover,
.chat-widget__toggle:focus-visible {
  background: var(--cinema-gold);
  color: #080908;
  filter: none;
}

.wp-home-hero.firstscreen {
  position: relative;
  height: calc(100svh - 38px);
  min-height: 680px;
  max-height: 900px;
  overflow: hidden;
  border-bottom: 0;
  background-position: center center;
  background-size: cover;
  isolation: isolate;
}

.wp-home-hero.firstscreen::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 6, 5, 0.98) 0%, rgba(5, 6, 5, 0.9) 30%, rgba(5, 6, 5, 0.42) 57%, rgba(5, 6, 5, 0.02) 82%),
    linear-gradient(180deg, rgba(5, 6, 5, 0.24), rgba(5, 6, 5, 0.02) 50%, rgba(5, 6, 5, 0.72));
}

.wp-home-hero.firstscreen::after {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215, 171, 87, 0.9) 32%, rgba(215, 171, 87, 0.12) 84%, transparent);
}

.belka-hero__gold-rain {
  position: absolute;
  inset: 72px 0 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0.62;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 82%, transparent 100%);
}

.belka-hero__gold-rain i {
  position: absolute;
  top: -22%;
  left: var(--drop-x);
  width: 1px;
  height: var(--drop-size);
  background: linear-gradient(180deg, transparent, rgba(239, 207, 139, 0.9), transparent);
  box-shadow: 0 0 8px rgba(215, 171, 87, 0.3);
  opacity: 0;
  transform: translate3d(0, -16vh, 0);
  animation: belka-gold-rain var(--drop-speed) linear var(--drop-delay) infinite;
}

.belka-hero__gold-rain i::after {
  position: absolute;
  right: -1px;
  bottom: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #efcf8b;
  box-shadow: 0 0 12px rgba(239, 207, 139, 0.72);
  content: '';
}

.belka-hero__gold-rain i:nth-child(1) { --drop-x: 4%; --drop-size: 72px; --drop-speed: 9.2s; --drop-delay: -4.1s; }
.belka-hero__gold-rain i:nth-child(2) { --drop-x: 11%; --drop-size: 48px; --drop-speed: 11.8s; --drop-delay: -8.7s; }
.belka-hero__gold-rain i:nth-child(3) { --drop-x: 19%; --drop-size: 86px; --drop-speed: 10.4s; --drop-delay: -1.8s; }
.belka-hero__gold-rain i:nth-child(4) { --drop-x: 27%; --drop-size: 58px; --drop-speed: 12.6s; --drop-delay: -7.2s; }
.belka-hero__gold-rain i:nth-child(5) { --drop-x: 34%; --drop-size: 92px; --drop-speed: 9.8s; --drop-delay: -5.4s; }
.belka-hero__gold-rain i:nth-child(6) { --drop-x: 41%; --drop-size: 54px; --drop-speed: 13.2s; --drop-delay: -2.6s; }
.belka-hero__gold-rain i:nth-child(7) { --drop-x: 49%; --drop-size: 78px; --drop-speed: 10.9s; --drop-delay: -9.1s; }
.belka-hero__gold-rain i:nth-child(8) { --drop-x: 56%; --drop-size: 46px; --drop-speed: 12.1s; --drop-delay: -6.3s; }
.belka-hero__gold-rain i:nth-child(9) { --drop-x: 63%; --drop-size: 88px; --drop-speed: 9.5s; --drop-delay: -3.5s; }
.belka-hero__gold-rain i:nth-child(10) { --drop-x: 69%; --drop-size: 62px; --drop-speed: 11.4s; --drop-delay: -10.2s; }
.belka-hero__gold-rain i:nth-child(11) { --drop-x: 74%; --drop-size: 96px; --drop-speed: 13.6s; --drop-delay: -4.8s; }
.belka-hero__gold-rain i:nth-child(12) { --drop-x: 79%; --drop-size: 52px; --drop-speed: 10.2s; --drop-delay: -7.9s; }
.belka-hero__gold-rain i:nth-child(13) { --drop-x: 84%; --drop-size: 76px; --drop-speed: 12.8s; --drop-delay: -1.2s; }
.belka-hero__gold-rain i:nth-child(14) { --drop-x: 88%; --drop-size: 44px; --drop-speed: 9.9s; --drop-delay: -6.8s; }
.belka-hero__gold-rain i:nth-child(15) { --drop-x: 92%; --drop-size: 84px; --drop-speed: 11.7s; --drop-delay: -3.9s; }
.belka-hero__gold-rain i:nth-child(16) { --drop-x: 95%; --drop-size: 56px; --drop-speed: 13.4s; --drop-delay: -9.6s; }
.belka-hero__gold-rain i:nth-child(17) { --drop-x: 97%; --drop-size: 70px; --drop-speed: 10.6s; --drop-delay: -5.9s; }
.belka-hero__gold-rain i:nth-child(18) { --drop-x: 99%; --drop-size: 42px; --drop-speed: 12.3s; --drop-delay: -2.1s; }

@keyframes belka-gold-rain {
  0% {
    opacity: 0;
    transform: translate3d(0, -16vh, 0);
  }

  12% {
    opacity: 0.34;
  }

  76% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 112vh, 0);
  }
}

.belka-hero__frame {
  position: absolute;
  top: 116px;
  right: 34px;
  bottom: 34px;
  left: 53%;
  z-index: 1;
  border-top: 1px solid rgba(233, 202, 137, 0.44);
  border-right: 1px solid rgba(233, 202, 137, 0.44);
  border-bottom: 1px solid rgba(233, 202, 137, 0.44);
  pointer-events: none;
}

.belka-hero__frame::before,
.belka-hero__frame::after {
  position: absolute;
  left: 0;
  width: 52px;
  height: 1px;
  background: rgba(233, 202, 137, 0.44);
  content: '';
}

.belka-hero__frame::before {
  top: 0;
}

.belka-hero__frame::after {
  bottom: 0;
}

.belka-hero__grid {
  position: relative;
  z-index: 3;
  min-height: 100%;
  height: 100%;
  align-items: center;
  padding: 126px 0 70px;
}

.belka-hero__content {
  position: relative;
  max-width: 800px;
  padding-left: 30px;
}

.belka-hero__content::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--cinema-gold), rgba(215, 171, 87, 0.08));
  content: '';
}

.belka-hero__eyebrow {
  margin-bottom: 26px;
  color: var(--cinema-gold-soft);
}

.belka-hero__eyebrow::before {
  width: 72px;
}

.belka-hero__title {
  max-width: 790px;
  color: var(--cinema-ivory);
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 0 12px 46px rgba(0, 0, 0, 0.52);
}

.belka-hero__title span,
.belka-hero__title em {
  display: block;
  max-width: 100%;
}

.belka-hero__title em {
  margin-top: 14px;
  color: var(--cinema-gold-soft);
  background: linear-gradient(100deg, #c99943 0%, #f2d797 46%, #c8963f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 74px;
  font-weight: 500;
  line-height: 0.9;
  font-style: italic;
  text-transform: none;
}

.belka-hero__lead {
  max-width: 610px;
  margin-top: 32px;
  color: rgba(245, 240, 231, 0.76);
  font-size: 16px;
  line-height: 1.75;
}

.belka-hero__actions {
  margin-top: 34px;
}

.belka-hero__actions .btn {
  min-height: 54px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 0;
  transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.belka-hero__actions .btn:hover,
.belka-hero__actions .btn:focus-visible {
  transform: translateY(-3px);
}

.belka-hero__proof {
  margin-top: 38px;
}

.belka-hero__proof li {
  color: rgba(245, 240, 231, 0.72);
  font-size: 10px;
}

.transfer-widget-section {
  position: relative;
  z-index: 6;
  margin-top: -38px;
  padding: 0 0 112px;
  border: 0;
  background: var(--cinema-black);
}

.transfer-widget {
  border-width: 1px;
  border-top: 2px solid var(--cinema-gold);
  border-radius: 0;
  padding: 42px;
  background: rgba(9, 10, 9, 0.98);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.62);
}

.transfer-widget h2,
.wp-home .section-title,
.footer-cta h2 {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-weight: 500;
}

.transfer-widget h2 {
  font-size: 52px;
}

.transfer-widget input,
.transfer-widget select,
.transfer-widget textarea {
  border-radius: 0;
  background: #0f110f;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.transfer-widget input:hover,
.transfer-widget select:hover,
.transfer-widget textarea:hover {
  border-color: rgba(215, 171, 87, 0.5);
  background: #121412;
}

.transfer-widget__tabs,
.transfer-widget__tabs span,
.transfer-widget__swap {
  border-radius: 0;
}

.wp-about {
  position: relative;
  overflow: hidden;
  background: #0a0b0a;
}

.wp-about::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(215, 171, 87, 0.18) 20%, rgba(215, 171, 87, 0.18) 80%, transparent);
  content: '';
  pointer-events: none;
}

.wp-about__header {
  grid-template-columns: minmax(180px, 0.25fr) minmax(0, 0.75fr);
  align-items: end;
  margin-bottom: 72px;
  padding-bottom: 34px;
}

.wp-about__header .section-title {
  font-size: 88px;
  line-height: 0.82;
}

.wp-about__grid {
  grid-template-columns: minmax(320px, 0.64fr) minmax(560px, 1.36fr);
  gap: 96px;
  align-items: center;
}

.wp-about__text {
  color: rgba(245, 240, 231, 0.72);
  font-size: 17px;
  line-height: 1.9;
}

.wp-about__text::first-letter {
  float: left;
  margin: 2px 10px 0 0;
  color: var(--cinema-gold-soft);
  font: 500 76px/0.8 'Cormorant Garamond', 'Times New Roman', serif;
}

.wp-about-video {
  position: relative;
  margin: 0;
}

.wp-about-video::after {
  position: absolute;
  inset: 24px -24px -24px 24px;
  z-index: 0;
  border-right: 1px solid rgba(215, 171, 87, 0.52);
  border-bottom: 1px solid rgba(215, 171, 87, 0.52);
  content: '';
  pointer-events: none;
}

.wp-about-video__frame {
  position: relative;
  z-index: 1;
  border: 0;
}

.wp-about-video__player img {
  filter: saturate(0.84) contrast(1.08);
  transition: filter 0.35s ease, transform 0.5s ease;
}

.wp-about-video__player:hover img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.018);
}

.wp-about-video__play {
  border-radius: 50%;
  border-color: rgba(233, 202, 137, 0.74);
  background: rgba(5, 6, 5, 0.7);
  backdrop-filter: blur(8px);
}

.wp-title-band {
  position: relative;
  overflow: hidden;
  padding: 126px 0 64px;
  background: var(--cinema-black);
}

.wp-title-band::after {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: max(24px, calc((100vw - 1320px) / 2));
  height: 1px;
  background: linear-gradient(90deg, var(--cinema-gold), rgba(215, 171, 87, 0));
  content: '';
}

.wp-title-band .section-title {
  font-size: 94px;
  line-height: 0.82;
  color: var(--cinema-gold-soft);
  background: linear-gradient(100deg, #c99a45 0%, #f0d28c 48%, #b98535 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wp-service-panel {
  min-height: 720px;
  max-height: 820px;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.65fr);
  background: rgba(215, 171, 87, 0.42);
}

.firstscreen-slider__wrap {
  min-height: 720px;
}

.firstscreen-slider__wrap::after {
  background: linear-gradient(180deg, rgba(5, 6, 5, 0.02) 20%, rgba(5, 6, 5, 0.86) 100%);
}

.firstscreen-slider__inner {
  filter: saturate(0.84) contrast(1.06);
  transition: filter 0.5s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.firstscreen-slider__wrap:hover .firstscreen-slider__inner {
  filter: saturate(1) contrast(1.03);
  transform: scale(1.045);
}

.firstscreen-slider__content {
  gap: 28px;
  padding: 64px;
}

.wp-service-slide__title,
.wp-service-tile--compact .wp-service-slide__title {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-weight: 500;
}

.wp-service-slide__title {
  max-width: 760px;
  font-size: 64px;
  line-height: 0.92;
}

.wp-service-tile--compact .firstscreen-slider__content {
  padding: 34px;
}

.wp-service-tile--compact .wp-service-slide__title {
  font-size: 38px;
  line-height: 0.94;
}

.wp-service-slide .button {
  border: 0;
  border-bottom: 1px solid var(--cinema-gold-soft);
  padding: 10px 0;
  background: transparent;
  color: var(--cinema-ivory);
}

.wp-slider-controls {
  border-radius: 0;
  background: rgba(5, 6, 5, 0.82);
  backdrop-filter: blur(14px);
}

.wp-slider-button {
  border-radius: 0;
}

.wp-geo-slide {
  min-height: 700px;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.55fr);
  background: #090a09;
}

.geography-gallery {
  gap: 1px;
  background: rgba(215, 171, 87, 0.22);
}

.geography-gallery__image img {
  filter: saturate(0.82) contrast(1.05);
  transition: filter 0.4s ease, transform 0.6s ease;
}

.geography-gallery__image:hover img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.025);
}

.geography__texts {
  position: relative;
  padding: 74px 64px 110px;
}

.geography__texts::before {
  display: block;
  width: 58px;
  height: 1px;
  margin-bottom: 34px;
  background: var(--cinema-gold);
  content: '';
}

.geography__texts h2 {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 0.86;
}

.home-section-head {
  margin-bottom: 72px;
  padding-bottom: 34px;
}

.home-section-head .section-title {
  font-size: 78px;
  line-height: 0.86;
}

.home-section-head__link {
  transition: color 0.2s ease, padding 0.2s ease;
}

.home-section-head__link:hover,
.home-section-head__link:focus-visible {
  padding-right: 18px;
  color: var(--cinema-gold-soft);
}

.team-section {
  overflow: hidden;
  background: #080908;
}

.wp-home .team-wrapper {
  gap: 88px;
}

.wp-home .team-floor {
  align-items: flex-start;
  gap: 28px;
}

.wp-home .team-floor:first-child .team-item {
  flex-basis: calc((100% - 28px) / 2);
  max-width: calc((100% - 28px) / 2);
}

.wp-home .team-floor:not(:first-child) .team-item:nth-child(even) {
  margin-top: 54px;
}

.wp-home .team-item__image {
  position: relative;
  border: 0;
  background: #0d0f0d;
}

.wp-home .team-item__image::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(215, 171, 87, 0.24);
  content: '';
  pointer-events: none;
}

.wp-home .team-item__image img {
  padding: 12px;
  filter: contrast(1.03) saturate(0.88);
  transition: filter 0.35s ease, transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.wp-home .team-item__image:hover img {
  filter: contrast(1.02) saturate(1);
  transform: scale(1.018);
}

.wp-home .team-item h3 {
  margin-top: 24px;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: 36px;
  font-weight: 500;
}

.wp-home .team-item .team-item__role {
  font-size: 10px;
}

.section-testimonial {
  position: relative;
  overflow: hidden;
  background: #0b0c0b;
}

.section-testimonial::before {
  position: absolute;
  top: 190px;
  right: 4vw;
  color: rgba(215, 171, 87, 0.08);
  font: 500 300px/1 'Cormorant Garamond', 'Times New Roman', serif;
  content: '\201C';
  pointer-events: none;
}

.testimonial-card {
  min-height: 360px;
  padding: 58px 0 80px;
}

.testimonial-card h3 {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 500;
}

.testimonial-card p {
  max-width: 980px;
  font-size: 21px;
  line-height: 1.8;
}

.news__list .section-title {
  margin-bottom: 38px;
  font-size: 76px;
  line-height: 0.86;
}

.news-list-item {
  grid-template-columns: 90px minmax(0, 1fr);
  padding: 24px 0;
  transition: border-color 0.2s ease, padding 0.2s ease;
}

.news-list-item:hover {
  padding-left: 14px;
  border-top-color: var(--cinema-gold);
}

.news-list-item strong,
.news-card h3 {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-weight: 500;
}

.news-card h3 {
  font-size: 28px;
  line-height: 1.05;
}

.news-card__image img {
  filter: saturate(0.84) contrast(1.06);
  transition: filter 0.35s ease, transform 0.55s ease;
}

.news-card:hover .news-card__image img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.025);
}

.footer-cta {
  min-height: 430px;
  align-items: center;
}

.footer-cta h2 {
  max-width: 900px;
  font-size: 78px;
  line-height: 0.88;
}

.footer-cta .btn {
  min-width: 244px;
  min-height: 58px;
  border-radius: 0;
}

/* Internal pages share the same editorial language. */
main > .hero h1,
.team-hero h1,
.team-roster__head h2,
.team-page .team-profile h3,
.team-manifesto__lead p,
.section-head h2,
.tile-card .tile-card__content strong {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-weight: 500;
}

main > .hero h1 {
  font-size: 80px;
  line-height: 0.88;
}

main > .hero .hero-visual {
  position: relative;
  border: 0;
  background: #0b0c0b;
}

main > .hero .hero-visual::after {
  display: block;
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(215, 171, 87, 0.3);
  content: '';
  pointer-events: none;
}

main > .hero .hero-visual img {
  filter: saturate(0.86) contrast(1.06);
}

.card,
.tile-card,
.team-card,
.event-schedule-card,
.transfer-vehicle-card,
.seo-commercial-card,
.seo-link-card {
  border-radius: 0;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.card:hover,
.tile-card:hover,
.team-card:hover,
.event-schedule-card:hover,
.transfer-vehicle-card:hover,
.seo-commercial-card:hover,
.seo-link-card:hover {
  border-color: rgba(215, 171, 87, 0.58);
  transform: translateY(-4px);
}

.team-hero h1 {
  font-size: 88px;
  line-height: 0.86;
}

.team-manifesto__lead p {
  font-size: 40px;
  line-height: 1.22;
}

.team-roster__head h2 {
  font-size: 76px;
  line-height: 0.9;
}

.team-page .team-profile__visual {
  border-radius: 0;
  background: #0b0d0b;
}

.team-page .team-profile__visual::after {
  inset: 14px;
  border: 1px solid rgba(215, 171, 87, 0.22);
}

.team-page .team-profile h3 {
  font-size: 36px;
}

@media (max-width: 1180px) {
  .belka-hero__title {
    font-size: 78px;
  }

  .belka-hero__title em {
    font-size: 66px;
  }

  .wp-about__grid {
    grid-template-columns: minmax(280px, 0.74fr) minmax(460px, 1.26fr);
    gap: 58px;
  }

  .wp-home .team-floor:first-child .team-item {
    flex-basis: calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 980px) {
  .body-wp-home .site-header .brand img,
  .body-wp-home .site-header .brand-logo {
    width: 48px;
    height: 48px;
    max-width: 48px;
  }

  .wp-home-hero.firstscreen {
    height: calc(100svh - 32px);
    min-height: 650px;
    max-height: 820px;
    background-position: 62% center;
  }

  .belka-hero__frame {
    left: 58%;
  }

  .belka-hero__title {
    max-width: 690px;
    font-size: 70px;
  }

  .belka-hero__title em {
    font-size: 58px;
  }

  .wp-about::before {
    display: none;
  }

  .wp-about__header .section-title,
  .wp-title-band .section-title {
    font-size: 76px;
  }

  .wp-about__grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .wp-service-panel {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  }

  .wp-service-slide__title {
    font-size: 54px;
  }

  .wp-geo-slide {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  }

  .geography__texts {
    padding: 54px 40px 100px;
  }

  .home-section-head .section-title,
  .news__list .section-title,
  .footer-cta h2 {
    font-size: 64px;
  }

  main > .hero h1,
  .team-hero h1 {
    font-size: 66px;
  }
}

@media (max-width: 760px) {
  .body-wp-home .site-header {
    min-height: 68px;
  }

  .body-wp-home .site-header .nav-wrap {
    min-height: 68px;
  }

  .wp-home-hero.firstscreen {
    height: calc(100svh - 30px);
    min-height: 590px;
    max-height: 760px;
    background-position: 67% center;
  }

  .wp-home-hero.firstscreen::before {
    background:
      linear-gradient(90deg, rgba(5, 6, 5, 0.93), rgba(5, 6, 5, 0.4) 70%, rgba(5, 6, 5, 0.12)),
      linear-gradient(180deg, rgba(5, 6, 5, 0.2), rgba(5, 6, 5, 0.2) 42%, rgba(5, 6, 5, 0.9));
  }

  .belka-hero__frame {
    top: 92px;
    right: 14px;
    bottom: 20px;
    left: 48%;
    opacity: 0.62;
  }

  .belka-hero__gold-rain {
    opacity: 0.42;
  }

  .belka-hero__gold-rain i:nth-child(n+11) {
    display: none;
  }

  .belka-hero__grid {
    align-items: end;
    padding: 118px 0 48px;
  }

  .belka-hero__content {
    padding-left: 18px;
  }

  .belka-hero__eyebrow {
    margin-bottom: 18px;
  }

  .belka-hero__eyebrow::before {
    width: 42px;
  }

  .belka-hero__title {
    font-size: 52px;
    line-height: 0.86;
  }

  .belka-hero__title em {
    margin-top: 10px;
    font-size: 43px;
  }

  .belka-hero__lead {
    max-width: 520px;
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.55;
  }

  .belka-hero__actions {
    margin-top: 24px;
  }

  .belka-hero__actions .btn {
    min-height: 48px;
    padding: 12px 14px;
  }

  .belka-hero__proof {
    margin-top: 22px;
  }

  .transfer-widget-section {
    margin-top: -24px;
    padding-bottom: 82px;
  }

  .transfer-widget {
    padding: 26px 18px;
  }

  .transfer-widget h2 {
    font-size: 43px;
  }

  .wp-about__header {
    margin-bottom: 44px;
  }

  .wp-about__header .section-title,
  .wp-title-band .section-title,
  .home-section-head .section-title,
  .news__list .section-title,
  .footer-cta h2,
  .team-roster__head h2 {
    font-size: 52px;
    line-height: 0.9;
  }

  .wp-about__grid {
    gap: 46px;
  }

  .wp-about__text::first-letter {
    font-size: 62px;
  }

  .wp-about-video::after {
    inset: 14px -10px -14px 10px;
  }

  .wp-title-band {
    padding: 88px 0 54px;
  }

  .wp-service-panel {
    min-height: 720px;
    max-height: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(390px, 1.2fr) minmax(270px, 0.8fr);
  }

  .firstscreen-slider__wrap {
    min-height: 100%;
  }

  .firstscreen-slider__content {
    padding: 28px 22px 78px;
  }

  .wp-service-slide__title {
    font-size: 42px;
  }

  .wp-service-tile--compact .firstscreen-slider__content {
    padding: 20px 16px 74px;
  }

  .wp-service-tile--compact .wp-service-slide__title {
    font-size: 26px;
  }

  .wp-geo-slide {
    grid-template-columns: 1fr;
  }

  .geography__texts {
    padding: 46px 22px 88px;
  }

  .geography__texts h2 {
    font-size: 50px;
  }

  .wp-home .team-floor:first-child .team-item,
  .wp-home .team-item {
    flex-basis: 100%;
    max-width: 100%;
  }

  .wp-home .team-floor:not(:first-child) .team-item:nth-child(even) {
    margin-top: 0;
  }

  .wp-home .team-item h3 {
    font-size: 34px;
  }

  .section-testimonial::before {
    top: 220px;
    font-size: 190px;
  }

  .testimonial-card {
    min-height: 330px;
    padding: 42px 0 76px;
  }

  .testimonial-card h3 {
    font-size: 35px;
  }

  .testimonial-card p {
    font-size: 17px;
  }

  .footer-cta {
    min-height: 0;
  }

  main > .hero h1,
  .team-hero h1 {
    font-size: 54px;
  }

  .team-manifesto__lead p {
    font-size: 32px;
  }
}

@media (max-width: 420px) {
  .wp-home-hero.firstscreen {
    min-height: 560px;
    background-position: 72% center;
  }

  .belka-hero__grid {
    padding-bottom: 38px;
  }

  .belka-hero__title {
    font-size: 43px;
  }

  .belka-hero__title em {
    font-size: 36px;
  }

  .belka-hero__lead {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .belka-hero__proof {
    display: none;
  }

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

  .belka-hero__actions .btn {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 9px;
  }

  .transfer-widget h2 {
    font-size: 39px;
  }

  .wp-about__header .section-title,
  .wp-title-band .section-title,
  .home-section-head .section-title,
  .news__list .section-title,
  .footer-cta h2,
  .team-roster__head h2 {
    font-size: 44px;
  }

  .wp-service-panel {
    min-height: 670px;
    grid-template-rows: minmax(360px, 1.15fr) minmax(250px, 0.85fr);
  }

  .wp-service-slide__title {
    font-size: 36px;
  }

  .wp-service-tile--compact .wp-service-slide__title {
    font-size: 22px;
  }

  .geography__texts h2 {
    font-size: 44px;
  }

  main > .hero h1,
  .team-hero h1 {
    font-size: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .belka-hero__gold-rain i {
    display: none;
  }

  .body-wp-home .site-header,
  .firstscreen-slider__inner,
  .wp-about-video__player img,
  .wp-home .team-item__image img,
  .news-card__image img,
  .card,
  .tile-card,
  .team-card {
    transition: none !important;
  }
}
