:root {
  color-scheme: dark;
  --bg-bottom: #000000;
  --text-soft: rgba(228, 247, 251, 0.88);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  background: var(--bg-bottom);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  color: var(--text-soft);
  -webkit-overflow-scrolling: touch;
  background: var(--bg-bottom);
}

body.menu-open {
  overflow: hidden;
}

body.menu-closing {
  overflow: hidden;
}

body.works-modal-open {
  overflow: hidden;
}

body.privacy-modal-open {
  overflow: hidden;
}

.scene-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background: linear-gradient(180deg, #002b33 0%, #000000 100%);
  isolation: isolate;
  overflow: hidden;
}

.site-logo {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 2;
  display: block;
  width: 150px;
  height: 88px;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}

.hero-slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 96px;
  line-height: 0.94;
  font-weight: 200;
  color: #ffffff;
  white-space: nowrap;
}

.hero-rotator {
  position: absolute;
  top: calc(50% + 160px);
  left: 50%;
  z-index: 3;
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
}

.hero-rotator-text {
  display: block;
  opacity: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 100;
  color: #ffffff;
  transition: opacity 0.7s ease;
  will-change: opacity;
}

.hero-rotator-text.is-visible {
  opacity: 1;
}

.menu-orb {
  position: fixed;
  top: 50%;
  right: 25px;
  z-index: 3000;
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  animation: menu-orb-float 8.6s ease-in-out infinite;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 0.45s ease,
    right 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.45s ease;
}

.menu-orb.is-peek-hidden {
  right: -96px;
  opacity: 0.96;
}

.menu-orb__shape {
  position: absolute;
  inset: 0;
  display: block;
  background: #ffffff;
  border-radius: 49% 51% 50% 50% / 50% 49% 51% 50%;
  animation: menu-orb-morph 10.4s ease-in-out infinite;
  transition:
    inset 0.55s ease,
    border-radius 0.55s ease,
    filter 0.55s ease;
}

.menu-orb__icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  transition: transform 0.55s ease;
}

.menu-orb__line {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  border-radius: 999px;
  transform-origin: 50% 50%;
  transition:
    transform 0.45s ease,
    opacity 0.3s ease,
    background 0.3s ease;
}

.menu-orb__line:nth-child(1) {
  top: 0;
}

.menu-orb__line:nth-child(2) {
  top: 8px;
}

.menu-orb__line:nth-child(3) {
  top: 16px;
}

.menu-orb:hover .menu-orb__shape,
.menu-orb:focus-visible .menu-orb__shape {
  inset: -10px;
  filter: brightness(1.02);
  animation: menu-orb-morph-hover 4.2s ease-in-out infinite;
}

.menu-orb:hover .menu-orb__icon,
.menu-orb:focus-visible .menu-orb__icon {
  transform: scale(1.25);
}

.menu-orb:focus-visible {
  outline: none;
}

.site-menu {
  position: fixed;
  inset: 0;
  z-index: 2500;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}

.site-menu__backdrop {
  position: absolute;
  inset: 0;
  background: #000000;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-menu__logo,
.site-menu__nav,
.site-menu__socials {
  position: fixed;
  z-index: 1;
  opacity: 0;
  transition:
    opacity 0.45s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-menu__logo {
  top: 50%;
  left: 50px;
  display: block;
  width: 100px;
  height: auto;
  transform: translate3d(-16px, -50%, 0);
  text-decoration: none;
}

.site-menu__logo-image {
  display: block;
  width: 100%;
  height: auto;
}

.site-menu__nav {
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(620px, 66vw);
  gap: 18px;
  transform: translate(-50%, calc(-50% + 18px));
}

.site-menu__link {
  position: relative;
  display: block;
  width: max-content;
  font-family: "Noto Serif", serif;
  font-size: 76px;
  line-height: 1.18;
  font-weight: 200;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.site-menu__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  transform: translate(-5px, -50%);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.site-menu__link:hover,
.site-menu__link:focus-visible {
  transform: translateX(15px);
}

.site-menu__link:hover::before,
.site-menu__link:focus-visible::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.site-menu__link:focus-visible {
  outline: none;
}

.site-menu__socials {
  bottom: 50px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: min(620px, 66vw);
  gap: 56px;
  transform: translate(-50%, 18px);
}

.site-menu__social-link {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 100;
  color: #cccccc;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.site-menu__social-link:hover,
.site-menu__social-link:focus-visible {
  opacity: 0.72;
}

.site-menu__social-link:focus-visible {
  outline: none;
}

body.menu-open .site-menu {
  visibility: visible;
  pointer-events: auto;
}

body.menu-open .site-menu__backdrop {
  transform: translateX(0);
  transition-delay: 0s;
}

body.menu-open .site-menu__logo {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
  transition-delay: 0.52s;
}

body.menu-open .site-menu__nav {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-delay: 0.58s;
}

body.menu-open .site-menu__socials {
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 0.68s;
}

body.menu-closing .site-menu {
  visibility: visible;
  pointer-events: none;
}

body.menu-closing .site-menu__backdrop {
  transform: translateX(100%);
  transition-delay: 0.46s;
}

body.menu-closing .site-menu__logo {
  opacity: 0;
  transform: translate3d(-16px, -50%, 0);
  transition-delay: 0s;
}

body.menu-closing .site-menu__nav {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 18px));
  transition-delay: 0s;
}

body.menu-closing .site-menu__socials {
  opacity: 0;
  transform: translate(-50%, 18px);
  transition-delay: 0s;
}

body.menu-open .menu-orb {
  z-index: 3000;
  animation: none;
  transform: translateY(-50%);
}

body.menu-open .menu-orb__line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

body.menu-open .menu-orb__line:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-orb__line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

body.menu-orb-inverse:not(.menu-open):not(.menu-closing) .menu-orb__shape {
  background: #000000;
}

body.menu-orb-inverse:not(.menu-open):not(.menu-closing) .menu-orb__line {
  background: #ffffff;
}

.layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.rays-layer {
  opacity: 0.88;
}

.particles-layer {
  z-index: 1;
}

.about-section {
  position: relative;
  background: #000000;
  padding: 120px 50px 100px;
  color: #ffffff;
}

.about-section__title {
  margin: 0 0 56px 25vw;
  font-family: "Noto Serif", serif;
  font-size: 120px;
  line-height: 0.94;
  font-weight: 200;
  color: #ffffff;
  letter-spacing: -0.03em;
}

.about-section__copy {
  width: min(38vw, 720px);
  margin-left: 50vw;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 100;
  color: #ffffff;
}

.about-section__copy p {
  margin: 0 0 18px;
}

.about-team {
  display: grid;
  grid-template-columns: repeat(4, 20vw);
  justify-content: space-between;
  width: calc(100vw - 100px);
  margin: 96px auto 0;
}

.team-card {
  color: #ffffff;
}

.team-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #101010;
  isolation: isolate;
}

.team-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s ease;
}

.team-card__media.is-canvas-ready img {
  opacity: 0;
}

.team-card__ripple-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: auto;
  touch-action: pan-y pinch-zoom;
}

.team-card__name {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 28px 0 0;
  font-family: "Noto Serif", serif;
  font-size: 60px;
  line-height: 0.92;
  font-weight: 200;
  color: #ffffff;
}

.team-card__rule {
  display: block;
  width: 64px;
  height: 2px;
  margin: 28px 0 22px;
  background: rgba(255, 255, 255, 0.92);
}

.team-card__bio {
  width: 100%;
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 100;
  color: #ffffff;
}

.services-section {
  position: relative;
  background: #ffffff;
  padding: 120px 0 140px;
  color: #000000;
}

.services-section__title {
  margin: 0 0 56px 25vw;
  font-family: "Noto Serif", serif;
  font-size: 120px;
  line-height: 0.94;
  font-weight: 200;
  color: #000000;
  letter-spacing: -0.03em;
}

.services-section__copy {
  width: min(38vw, 720px);
  margin-left: 50vw;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 100;
  color: #000000;
}

.services-section__copy p {
  margin: 0 0 18px;
}

.services-grid {
  display: grid;
  grid-template-columns: 35vw 35vw;
  column-gap: 10vw;
  row-gap: 130px;
  justify-content: center;
  margin-top: 120px;
}

.service-card {
  width: 35vw;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
  column-gap: 22px;
  color: #000000;
}

.service-card__video-button {
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
  padding: 0;
  border: 0;
  background: #8a8a8a;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.service-card__video-button:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}

.service-card__video {
  display: block;
  width: 300px;
  height: 300px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.service-card__video-fallback {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.24;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.service-card__video-button.is-ready .service-card__video-fallback {
  opacity: 0;
}

.service-card__content {
  min-width: 0;
}

.service-card__title {
  margin: 0;
  font-family: "Noto Serif", serif;
  font-size: 50px;
  line-height: 0.98;
  font-weight: 200;
  color: #000000;
}

.service-card__rule {
  display: block;
  width: 64px;
  height: 3px;
  margin: 22px 0 18px;
  background: rgba(0, 0, 0, 0.92);
}

.service-card__description {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 100;
  color: #000000;
}

.parallax-works-section {
  position: relative;
  background: #ffffff;
}

.parallax-works-section__track {
  position: relative;
  height: 200svh;
  height: 200vh;
}

.parallax-works-section__sticky {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  height: 100vh;
  overflow: hidden;
}

.parallax-works-section__window {
  position: relative;
  width: 100%;
  height: 60svh;
  height: 60vh;
  overflow: hidden;
  background: #0b0b0b;
  contain: layout paint;
}

.parallax-works-section__video {
  display: block;
  width: 100%;
  height: 100svh;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  transform: translate3d(0, -40vh, 0);
  pointer-events: none;
  user-select: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.parallax-works-section.is-active .parallax-works-section__video {
  will-change: transform;
}

.parallax-works-section__after {
  height: 48svh;
  height: 48vh;
  background: #ffffff;
}

.works-section {
  position: relative;
  background: #ffffff;
  padding: 300px 0 140px;
  color: #000000;
}

.works-section__header {
  display: block;
  width: 100%;
  margin-top: -1000px;
  padding: 0 7vw;
}

.works-section__title {
  margin: 0 0 0 18vw;
  font-family: "Noto Serif", serif;
  font-size: 120px;
  line-height: 0.94;
  font-weight: 200;
  color: #000000;
  letter-spacing: -0.03em;
}

.works-filters {
  display: grid;
  grid-template-columns: auto auto;
  align-items: start;
  gap: 0 28px;
  width: max-content;
  margin-top: 60px;
  margin-left: calc(50vw - 7vw);
}

.works-filters__label {
  display: block;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 200;
  color: #999999;
}

.works-filters__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.works-filters__button {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  color: #000000;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.works-filters__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
  opacity: 0;
  transform: translate(-5px, -50%);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.works-filters__button:hover,
.works-filters__button:focus-visible,
.works-filters__button.is-active {
  transform: translateX(15px);
}

.works-filters__button:hover::before,
.works-filters__button:focus-visible::before,
.works-filters__button.is-active::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.works-filters__button:focus-visible {
  outline: none;
}

.works-grid {
  position: relative;
  width: 100%;
  margin-top: 300px;
  min-height: 300px;
}

.works-card {
  position: absolute;
  width: 24vw;
  color: #000000;
  transition:
    opacity 0.35s ease,
    filter 0.35s ease,
    transform 0.35s ease;
}

.works-card.is-dimmed {
  opacity: 0.25;
  filter: grayscale(1);
}

.works-card__media-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.works-card__media-shell {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #8c8c8c;
  border-radius: 5px;
  will-change: clip-path, transform;
}

.works-card__media-surface {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.works-card__preview {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  background: #8c8c8c;
}

.works-card__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
}

.works-card__meta {
  margin-top: 29px;
}

.works-card__title {
  margin: 0;
  font-family: "Noto Serif", serif;
  font-size: 30px;
  line-height: 1.02;
  font-weight: 200;
  color: #000000;
}

.works-card__category {
  margin-top: 21px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 200;
  color: #999999;
}

.contacts-section {
  position: relative;
  background: #000000;
  padding: 140px 50px 76px;
  color: #ffffff;
}

.contacts-section__header,
.contacts-section__layout {
  width: calc(100vw - 100px);
  margin: 0 auto;
}

.contacts-section__title {
  margin: 0 0 104px 25vw;
  font-family: "Noto Serif", serif;
  font-size: 120px;
  line-height: 0.94;
  font-weight: 200;
  color: #ffffff;
  letter-spacing: -0.03em;
}

.contacts-section__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: min(calc((100vw - 100px) * 0.5), 960px);
  margin: 0 auto;
}

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

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form__label,
.contact-form__input,
.contact-form__textarea,
.contact-form__status {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 200;
  color: #ffffff;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  min-height: 60px;
  padding: 16px 18px;
  border: 0;
  border-radius: 5px;
  background: #ffffff;
  outline: none;
  appearance: none;
  color: #000000;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.contact-form__textarea {
  min-height: 190px;
  resize: vertical;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.contact-form__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.contact-form__submit {
  min-width: 300px;
  min-height: 66px;
  padding: 18px 32px;
  border: 0;
  border-radius: 5px;
  background: #999999;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  color: #000000;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
  transform: translateY(-2px);
  opacity: 0.92;
}

.contact-form__submit:focus-visible {
  outline: none;
}

.contact-form__status {
  min-height: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.contact-form__status:empty {
  display: none;
}

.contacts-section__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 108px;
  text-align: center;
}

.contacts-section__line {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 200;
  color: #ffffff;
  text-decoration: none;
}

.contacts-section__link {
  width: max-content;
  transition: opacity 0.3s ease;
}

.contacts-section__link:hover,
.contacts-section__link:focus-visible {
  opacity: 0.72;
}

.contacts-section__link:focus-visible,
.contacts-section__privacy:focus-visible {
  outline: none;
}

.contacts-section__socials {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin-top: 86px;
}

.contacts-section__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 122px;
}

.contacts-section__copy,
.contacts-section__privacy {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 200;
}

.contacts-section__copy {
  color: #999999;
}

.contacts-section__privacy {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contacts-section__privacy:hover,
.contacts-section__privacy:focus-visible {
  opacity: 0.78;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 4100;
  visibility: hidden;
  pointer-events: none;
}

.privacy-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}

.privacy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.privacy-modal.is-open .privacy-modal__backdrop {
  opacity: 1;
}

.privacy-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.985);
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.privacy-modal.is-open .privacy-modal__dialog {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.privacy-modal__frame {
  position: relative;
  width: min(920px, calc(100vw - 60px));
  max-height: min(84vh, 960px);
  padding: 40px;
  background: #000000;
}

.privacy-modal__content {
  max-height: calc(min(84vh, 960px) - 80px);
  overflow-y: auto;
  padding-right: 10px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 200;
  color: #ffffff;
  white-space: pre-wrap;
}

.privacy-modal__content::-webkit-scrollbar {
  width: 10px;
}

.privacy-modal__content::-webkit-scrollbar-track {
  background: transparent;
}

.privacy-modal__content::-webkit-scrollbar-thumb {
  border: 2px solid #000000;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.privacy-modal__content {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.92) transparent;
}

.privacy-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.privacy-modal__close-line {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

.privacy-modal__close-line:first-child {
  transform: rotate(45deg);
}

.privacy-modal__close-line:last-child {
  transform: rotate(-45deg);
}

.works-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  visibility: hidden;
  pointer-events: none;
}

.works-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}

.works-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.works-modal.is-open .works-modal__backdrop {
  opacity: 1;
}

.works-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.985);
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.works-modal.is-open .works-modal__dialog {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.works-modal__frame {
  position: relative;
  padding: 30px;
  background: #000000;
}

.works-modal__frame video,
.works-modal__frame img {
  display: block;
  max-width: min(calc(100vw - 60px), 1400px);
  max-height: min(calc(100vh - 60px), 900px);
  width: auto;
  height: auto;
  object-fit: contain;
  user-select: none;
}

.works-modal__frame[data-orientation="horizontal"] video {
  height: min(70vh, calc(100vh - 60px));
}

.works-modal__frame[data-orientation="vertical"] video {
  height: min(90vh, calc(100vh - 60px));
}

.works-modal__frame[data-orientation="square"] img {
  width: min(calc(100vw - 60px), 80vh);
  height: min(calc(100vw - 60px), 80vh);
}

.works-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.works-modal__close-line {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

.works-modal__close-line:first-child {
  transform: rotate(45deg);
}

.works-modal__close-line:last-child {
  transform: rotate(-45deg);
}

.fallback {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  margin: 0;
  max-width: 18rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.66rem;
  color: rgba(236, 247, 255, 0.88);
}

.fallback[hidden] {
  display: none;
}

@keyframes menu-orb-float {
  0%,
  100% {
    transform: translateY(calc(-50% - 10px));
  }

  50% {
    transform: translateY(calc(-50% + 10px));
  }
}

@keyframes menu-orb-morph {
  0%,
  100% {
    border-radius: 50% 49% 51% 50% / 49% 51% 50% 50%;
  }

  25% {
    border-radius: 48% 52% 50% 50% / 51% 48% 52% 49%;
  }

  50% {
    border-radius: 51% 49% 48% 52% / 50% 52% 48% 50%;
  }

  75% {
    border-radius: 49% 50% 52% 49% / 52% 49% 50% 48%;
  }
}

@keyframes menu-orb-morph-hover {
  0%,
  100% {
    border-radius: 53% 47% 55% 45% / 45% 56% 44% 55%;
  }

  20% {
    border-radius: 46% 54% 48% 52% / 58% 43% 57% 42%;
  }

  40% {
    border-radius: 56% 44% 53% 47% / 48% 59% 41% 52%;
  }

  60% {
    border-radius: 44% 56% 46% 54% / 54% 42% 58% 46%;
  }

  80% {
    border-radius: 55% 45% 57% 43% / 43% 54% 46% 57%;
  }
}

@media (min-width: 721px) and (max-width: 1180px) {
  .site-logo {
    width: 132px;
    height: auto;
    top: 28px;
  }

  .hero-slogan {
    font-size: 80px;
    line-height: 0.96;
  }

  .hero-rotator {
    top: calc(50% + 140px);
  }

  .hero-rotator-text {
    font-size: 28px;
  }

  .about-section {
    padding: 104px 32px 92px;
  }

  .about-section__title {
    margin: 0 0 48px 18vw;
    font-size: 96px;
    line-height: 0.95;
  }

  .about-section__copy {
    width: min(42vw, 480px);
    margin-left: 48vw;
    font-size: 17px;
    line-height: 1.28;
  }

  .about-team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100vw - 64px);
    gap: 52px 24px;
    margin-top: 72px;
  }

  .team-card__name {
    margin-top: 22px;
    font-size: 48px;
  }

  .team-card__bio {
    font-size: 15px;
    line-height: 1.34;
  }

  .services-section {
    padding: 104px 32px 120px;
  }

  .services-section__title {
    margin: 0 0 48px 18vw;
    font-size: 96px;
    line-height: 0.95;
  }

  .services-section__copy {
    width: min(42vw, 480px);
    margin-left: 48vw;
    font-size: 17px;
    line-height: 1.28;
  }

  .services-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 96px;
    margin-top: 84px;
  }

  .service-card {
    width: min(84vw, 860px);
    grid-template-columns: 280px minmax(0, 1fr);
    column-gap: 28px;
  }

  .service-card__video-button,
  .service-card__video {
    width: 280px;
    height: 280px;
  }

  .service-card__title {
    font-size: 44px;
  }

  .service-card__description {
    font-size: 17px;
    line-height: 1.3;
  }

  .parallax-works-section__after {
    height: 32svh;
    height: 32vh;
  }

  .works-section {
    padding: 220px 0 120px;
  }

  .works-section__header {
    margin-top: -760px;
    padding: 0 5vw;
  }

  .works-section__title {
    margin: 0 0 0 12vw;
    font-size: 96px;
    line-height: 0.95;
  }

  .works-filters {
    margin-top: 48px;
    margin-left: 50vw;
    gap: 0 22px;
  }

  .works-grid {
    margin-top: 220px;
  }

  .contacts-section {
    padding: 104px 32px 80px;
  }

  .contacts-section__header,
  .contacts-section__layout {
    width: calc(100vw - 64px);
  }

  .contacts-section__title {
    margin: 0 0 72px 18vw;
    font-size: 96px;
    line-height: 0.95;
  }

  .contact-form {
    width: min(calc((100vw - 64px) * 0.72), 860px);
  }

  .contacts-section__details {
    margin-top: 88px;
  }

  .site-menu__logo {
    left: 32px;
  }

  .site-menu__nav {
    width: min(72vw, 560px);
  }

  .site-menu__link {
    font-size: 64px;
  }

  .site-menu__socials {
    width: min(72vw, 560px);
    gap: 40px;
  }
}

@media (max-width: 720px) {
  .hero-slogan {
    font-size: 56px;
    line-height: 0.96;
  }

  .hero-rotator {
    top: calc(50% + 124px);
  }

  .about-section {
    padding: 84px 16px 72px;
  }

  .about-section__title {
    margin: 0 0 40px;
    font-size: 72px;
    line-height: 0.96;
  }

  .about-section__copy {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.3;
  }

  .about-team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 36px 16px;
    margin-top: 56px;
  }

  .services-section {
    padding: 84px 16px 96px;
  }

  .services-section__title {
    margin: 0 0 40px;
    font-size: 72px;
    line-height: 0.96;
  }

  .services-section__copy {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.3;
  }

  .services-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 72px;
    margin-top: 56px;
  }

  .service-card {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 20px;
  }

  .service-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .service-card__video-button,
  .service-card__video {
    width: min(100%, 300px);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .service-card__title {
    font-size: 40px;
    line-height: 1;
  }

  .service-card__rule {
    margin: 16px auto 16px;
  }

  .service-card__description {
    font-size: 16px;
    line-height: 1.28;
    text-align: center;
  }

  .parallax-works-section__after {
    height: max(32px, calc(48svh - 300px));
    height: max(32px, calc(48vh - 300px));
  }

  .works-section {
    padding: 84px 16px 96px;
  }

  .works-section__header {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
    padding: 0;
  }

  .works-section__title {
    margin: 0;
    font-size: 72px;
    line-height: 0.96;
  }

  .works-filters {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 0;
    margin-left: 0;
  }

  .works-filters__list {
    gap: 14px;
  }

  .works-grid {
    margin-top: 48px;
    min-height: 0;
  }

  .works-card {
    position: relative;
    width: 100%;
    left: auto !important;
    top: auto !important;
    margin: 0 0 56px;
  }

  .works-card__title {
    font-size: 26px;
  }

  .works-modal__frame {
    padding: 18px;
  }

  .works-modal__frame video,
  .works-modal__frame img {
    max-width: calc(100vw - 36px);
    max-height: calc(100vh - 36px);
  }

  .works-modal__frame[data-orientation="horizontal"] video,
  .works-modal__frame[data-orientation="vertical"] video,
  .works-modal__frame[data-orientation="square"] img {
    width: auto;
    height: auto;
    max-width: calc(100vw - 36px);
    max-height: calc(100vh - 36px);
  }

  .contacts-section {
    padding: 84px 16px 72px;
  }

  .contacts-section__header,
  .contacts-section__layout {
    width: 100%;
  }

  .contacts-section__title {
    margin: 0 0 48px;
    font-size: 72px;
    line-height: 0.96;
  }

  .contacts-section__layout {
    gap: 0;
  }

  .contact-form {
    width: 100%;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-form__actions {
    margin-top: 2px;
  }

  .contact-form__submit {
    width: 100%;
  }

  .contacts-section__details {
    margin-top: 72px;
  }

  .contacts-section__socials {
    flex-direction: column;
    gap: 16px;
    margin-top: 52px;
  }

  .contacts-section__footer {
    gap: 12px;
    margin-top: 72px;
  }

  .privacy-modal__frame {
    width: calc(100vw - 36px);
    padding: 24px 18px 18px;
  }

  .privacy-modal__content {
    max-height: calc(84vh - 42px);
    padding-right: 6px;
    font-size: 14px;
    line-height: 1.46;
  }

  .team-card__name {
    margin-top: 18px;
    font-size: 34px;
    line-height: 0.96;
  }

  .team-card__rule {
    margin: 16px 0 16px;
  }

  .team-card__bio {
    font-size: 14px;
    line-height: 1.32;
  }

  .menu-orb {
    top: 70px;
    right: 20px;
    width: 20px;
    height: 20px;
    transform: none;
    animation: none;
  }

  .menu-orb__shape {
    display: none;
    animation: none;
  }

  .menu-orb__icon {
    width: 20px;
    height: 20px;
    display: block;
    transform: none;
    margin: 0;
  }

  .menu-orb__line {
    background: #ffffff;
  }

  body.menu-orb-inverse:not(.menu-open):not(.menu-closing) .menu-orb__line {
    background: #000000;
  }

  body.menu-open .menu-orb__line {
    background: #ffffff;
  }

  body.menu-open .menu-orb {
    transform: none;
  }

  .site-menu__logo {
    top: 70px;
    left: 24px;
    width: 72px;
    transform: translate3d(-16px, 0, 0);
  }

  body.menu-open .site-menu__logo {
    transform: translate3d(0, 0, 0);
  }

  body.menu-closing .site-menu__logo {
    transform: translate3d(-16px, 0, 0);
  }

  .site-menu__nav {
    left: 50%;
    gap: 14px;
    width: min(78vw, 420px);
  }

  .site-menu__link {
    font-size: 46px;
    line-height: 1.12;
  }

  .site-menu__socials {
    bottom: 34px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: min(88vw, 360px);
  }

  .site-menu__social-link {
    font-size: 14px;
  }

  .fallback {
    right: 14px;
    bottom: 14px;
    max-width: 14rem;
    font-size: 0.62rem;
  }
}
