*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

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

ul,
ol {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

fieldset {
  border: none;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@font-face {
  font-family: "Denim";
  src: url("../fonts/DenimTRIAL-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Denim";
  src: url("../fonts/DenimTRIAL-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Denim";
  src: url("../fonts/DenimTRIAL-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Denim";
  src: url("../fonts/DenimTRIAL-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Denim";
  src: url("../fonts/DenimTRIAL-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Denim";
  src: url("../fonts/DenimTRIAL-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Denim";
  src: url("../fonts/DenimTRIAL-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Denim";
  src: url("../fonts/DenimTRIAL-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Denim";
  src: url("../fonts/DenimTRIAL-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Denim";
  src: url("../fonts/DenimTRIAL-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Denim";
  src: url("../fonts/DenimTRIAL-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Denim";
  src: url("../fonts/DenimTRIAL-HeavyItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Denim", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 3rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h3 {
    font-size: 2.25rem;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 991px) {
  h4 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

h5 {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h6 {
    font-size: 1.125rem;
  }
}

p {
  font-weight: 400;
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:focus-visible {
  outline: 0.125rem solid #4d65ff;
  outline-offset: 0.125rem;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

small {
  font-size: 0.875rem;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 5%;
}
.container--sm {
  max-width: 640px;
}
.container--md {
  max-width: 960px;
}
.container--lg {
  max-width: 1200px;
}
.container--xl {
  max-width: 110rem;
}

.section {
  padding-block: 6rem;
}
@media (max-width: 767px) {
  .section {
    padding-block: 4rem;
  }
}
.section--lg {
  padding-block: 8rem;
}
@media (max-width: 767px) {
  .section--lg {
    padding-block: 6rem;
  }
}

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

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

.text-center {
  text-align: center;
}

.text-muted {
  color: #aaaaaa;
}

.text-accent {
  color: #4d65ff;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.mt-auto {
  margin-top: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-sm {
  margin-bottom: 1rem;
}

.mb-md {
  margin-bottom: 2rem;
}

.mb-lg {
  margin-bottom: 4rem;
}

.grid {
  display: grid;
  gap: 2rem;
}
.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .grid--2 {
    grid-template-columns: 1fr;
  }
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .grid--3 {
    grid-template-columns: 1fr;
  }
}
.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .grid--4 {
    grid-template-columns: 1fr;
  }
}

.flex {
  display: flex;
}
.flex--center {
  align-items: center;
  justify-content: center;
}
.flex--between {
  align-items: center;
  justify-content: space-between;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--col {
  flex-direction: column;
}
.flex--gap-sm {
  gap: 1rem;
}
.flex--gap-md {
  gap: 2rem;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #444444;
}

.grain-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  opacity: 0.02;
}
.grain-overlay::after {
  content: "";
  position: absolute;
  inset: -200%;
  width: 400%;
  height: 400%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
  animation: grain 0.5s steps(1) infinite;
}

@keyframes grain {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 35%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
  min-height: 4.5rem;
  padding: 0 5%;
  display: flex;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 767px) {
  .header {
    min-height: 4rem;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  mix-blend-mode: difference;
}

.logo {
  display: inline-flex;
  align-items: center;
  z-index: 10000;
  mix-blend-mode: difference;
}
.logo:hover {
  color: #ffffff;
}
.logo img {
  height: 22px;
  width: auto;
}

.nav--categories {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: 15%;
}
@media (max-width: 991px) {
  .nav--categories {
    display: none;
  }
}

.nav--secondary {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .nav--secondary {
    display: none;
  }
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav__link {
  color: #ffffff;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  mix-blend-mode: difference;
  border-bottom: 1px solid transparent;
  padding: 0.5rem 0 0.25rem;
  transition: all 0.3s ease;
}
.nav__link:hover {
  border-bottom-color: #ffffff;
  color: #ffffff;
}
.nav__link--current {
  color: #ffffff;
  text-transform: uppercase;
}

.nav--secondary .nav__list {
  gap: 3rem;
}

.hamburger {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hamburger {
    display: flex;
  }
}

.hamburger__line {
  display: block;
  width: 24px;
  height: 1.5px;
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
}
.hamburger__line::before, .hamburger__line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 1.5px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.hamburger__line::before {
  top: -6px;
}
.hamburger__line::after {
  top: 6px;
}
.is-menu-open .hamburger__line {
  background-color: transparent;
}
.is-menu-open .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.is-menu-open .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background-color: transparent;
  z-index: 9998;
  padding: 100px 5% 4rem;
  transform: translateX(100%);
  transition: transform 0.6s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.is-menu-open .mobile-menu {
  transform: translateX(0);
}

.mobile-menu__overlay {
  position: fixed;
  inset: 0;
  background-color: rgb(0, 0, 0);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.is-menu-open .mobile-menu__overlay {
  opacity: 0.8;
  visibility: visible;
}

.mobile-menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.mobile-menu__link {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.5rem 0;
  color: #aaaaaa;
  transition: color 0.2s ease;
  text-align: center;
}
.mobile-menu__link:hover, .mobile-menu__link--current {
  color: #ffffff;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

.footer__padding {
  padding-top: 5%;
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  .footer__padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.footer__nav {
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.25fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding-bottom: 2%;
}
@media (max-width: 991px) {
  .footer__nav {
    grid-template-columns: 1.75fr 1fr 0.75fr;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__col--right {
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer__col--right {
    align-items: flex-start;
  }
}

.footer__address {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.footer__logo {
  display: inline-flex;
  flex-shrink: 0;
}
.footer__logo img {
  display: block;
}

.footer__address-text {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  color: #aaaaaa;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
}
.footer__address-text span {
  display: block;
}

.footer__label {
  font-size: 1rem;
  color: #aaaaaa;
  font-weight: 400;
  line-height: 1.5;
}

.footer__email {
  font-size: 1rem;
  color: #aaaaaa;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.footer__email:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer__social-link {
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.footer__social-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer__wordmark {
  padding-bottom: 0;
}

.footer__wordmark-link {
  display: block;
  width: 100%;
}

.footer__wordmark-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 479px) {
  .footer__bottom {
    flex-direction: column;
  }
}

.footer__copyright {
  font-size: 0.875rem;
  font-weight: 400;
  color: #aaaaaa;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #aaaaaa;
  background-color: transparent;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover {
  background-color: #ffffff;
  color: #0a0a0a;
  font-weight: 400;
}
.btn:focus-visible {
  outline: 0.125rem solid #4d65ff;
  outline-offset: 0.125rem;
}
.btn--primary {
  background-color: #4d65ff;
  color: #ffffff;
  border-color: #4d65ff;
}
.btn--primary:hover {
  background-color: #3a50e6;
  border-color: #3a50e6;
  color: #ffffff;
}
.btn--outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #aaaaaa;
}
.btn--outline:hover {
  background-color: #ffffff;
  color: #0a0a0a;
}
.btn--alternate {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
.btn--alternate:hover {
  background-color: #ffffff;
  color: #0a0a0a;
}
.btn--ghost {
  background-color: transparent;
  color: #aaaaaa;
  border-color: transparent;
  padding: 0.5rem 0;
}
.btn--ghost:hover {
  color: #ffffff;
  background-color: transparent;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #aaaaaa;
  background-color: transparent;
  color: #ffffff;
  transition: all 0.2s;
  cursor: pointer;
}
.button:hover {
  background-color: #ffffff;
  color: #0a0a0a;
  font-weight: 400;
}

.btn__arrow {
  display: inline-flex;
  transition: transform 0.2s ease;
}
.btn:hover .btn__arrow {
  transform: translateX(4px);
}
.btn__arrow svg {
  width: 16px;
  height: 16px;
}

.form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .form__row {
    grid-template-columns: 1fr;
  }
}

.form__group {
  display: flex;
  flex-direction: column;
  position: relative;
}

.form__label {
  color: #aaaaaa;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.form__input,
.form__textarea {
  width: 100%;
  border: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all 0.2s ease;
  outline: none;
}
.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form__input::placeholder,
.form__textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form__input:focus,
.form__textarea:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.form__textarea {
  resize: vertical;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.form__message {
  padding: 1rem;
  font-size: 0.875rem;
}
.form__message--success {
  background-color: rgba(34, 34, 34, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
}
.form__message--error {
  background-color: rgba(68, 68, 68, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin-top: 1rem;
}

.form__submit {
  margin-top: 1rem;
}

.swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-pagination {
  display: none;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .hero-slider {
    height: 100%;
  }
}

.hero-slider .swiper {
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  backface-visibility: hidden;
  flex: none;
}
.hero-slide__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide__bg img,
.hero-slide__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slide__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(rgba(8, 8, 8, 0.1), rgba(10, 10, 10, 0.4) 84%, rgb(10, 10, 10));
}
.hero-slide__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-slide__link {
  display: block;
  font-size: clamp(0.875rem, 1.5vw, 1.1rem);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
}
.hero-slide__link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.hero-slide__label {
  font-size: clamp(0.875rem, 1.5vw, 1.1rem);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero-slide__arrow {
  margin: 0 0.3em;
}

.hero-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.hero-slider__btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hero-slider__btn--prev {
  left: 2rem;
}
.hero-slider__btn--next {
  right: 2rem;
}
@media (max-width: 991px) {
  .hero-slider__btn {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .hero-slider__btn {
    display: none;
  }
}

.hero-slider__counter-wrap {
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 4%;
  margin-right: 5%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .hero-slider__counter-wrap {
    display: none;
  }
}

.hero-slider__counter {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}

.service-card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border: 1px solid #444444;
  border-radius: 8px;
  background-color: #1a1a1a;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.service-card:hover {
  border-color: #666666;
  transform: translateY(-4px);
}

.service-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 2rem;
}
.service-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.service-card__description {
  font-size: 0.9375rem;
  color: #aaaaaa;
  line-height: 1.6;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4d65ff;
}
.service-card__link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}
.service-card__link:hover {
  color: #4d65ff;
}
.service-card__link:hover svg {
  transform: translateX(4px);
}

.project-card {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.4s;
}
.project-card:hover {
  color: #ffffff;
}
.project-card:hover .project-card__image img {
  opacity: 1;
  transform: scale(1.04);
}

.project-card__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.project-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.project-card__info {
  margin-top: 0.5rem;
}

.project-card__title-wrap {
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 991px) {
  .project-card__title-wrap {
    flex-direction: column;
  }
}

.project-card__title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.project-card__tags {
  font-size: 1rem;
  color: #aaaaaa;
}

.team-section {
  padding: 5% 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-section {
    padding: 4rem 0 0;
  }
}

.team-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 479px) {
  .team-section__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.team-section__intro {
  max-width: 960px;
}

.team-section__tag {
  font-size: 1rem;
  font-weight: 400;
  color: #aaaaaa;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .team-section__tag {
    font-size: 0.8rem;
  }
}

.team-section__heading {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .team-section__heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 479px) {
  .team-section__heading {
    font-size: 1.3rem;
  }
}

.team-section__nav {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .team-section__nav {
    gap: 0.5rem;
  }
}

.team-slider {
  position: relative;
  min-height: 85vh;
  overflow: visible;
  padding: 0 5%;
}

.team-slider__swiper {
  overflow: visible;
}

.team-slider__btn {
  background: none;
  border: 1px solid #666666;
  color: #aaaaaa;
  cursor: pointer;
  padding: 1.5rem;
  border-radius: 100%;
  transition: color 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-slider__btn:hover {
  border-color: #aaaaaa;
  color: #ffffff;
}
@media (max-width: 767px) {
  .team-slider__btn {
    padding: 1.25rem;
  }
}
@media (max-width: 479px) {
  .team-slider__btn {
    padding: 1rem;
  }
}

.team-member {
  cursor: pointer;
  transition: all 0.3s;
}

.team-member__photo-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 1rem;
}

.team-member__photo {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  filter: saturate(0%);
  transition: opacity 0.6s ease-in-out, filter 0.6s ease-in-out;
}
.team-member.is-active .team-member__photo {
  opacity: 1;
  filter: saturate(100%);
}

.team-member__info {
  margin-bottom: 0.5rem;
}

.team-member__name {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2px;
}

.team-member__title {
  font-size: 1rem;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 1.5;
}

.team-member__bio {
  color: #aaaaaa;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(20px);
  display: none;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.team-member.is-active .team-member__bio {
  opacity: 1;
  transform: translateY(0);
  display: block;
}

.client-logos {
  padding: 5% 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .client-logos {
    padding: 4rem 0;
  }
}

.client-logos__heading {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #aaaaaa;
  text-align: center;
  margin-bottom: 4rem;
}

.client-logos__slider {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: clip;
  position: relative;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 16rem;
  padding: 1rem;
}
.client-logo img {
  max-height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}

.video-player {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #1a1a1a;
}

.video-player__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.video-player__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-player__poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.video-player__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-playing .video-player__poster {
  opacity: 0;
  pointer-events: none;
}

.video-player__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}
.video-player__play-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(1.1);
}
.is-playing .video-player__play-btn {
  opacity: 0;
  pointer-events: none;
}
.video-player__play-btn svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  margin-left: 4px;
}

.video-player__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-player:hover .video-player__controls {
  opacity: 1;
}

.video-player__control-btn {
  color: #ffffff;
  cursor: pointer;
  padding: 0.5rem;
}
.video-player__control-btn:hover {
  color: #4d65ff;
}
.video-player__control-btn svg {
  width: 20px;
  height: 20px;
}

.services-detail__item {
  padding: 5% 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.services-detail__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.services-detail__grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 991px) {
  .services-detail__grid {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .services-detail__grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.services-detail__left {
  position: sticky;
  top: 120px;
}
@media (max-width: 991px) {
  .services-detail__left {
    max-width: 100%;
  }
}

.services-detail__heading-link {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.services-detail__heading-link:hover {
  opacity: 0.7;
}

.services-detail__heading {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 991px) {
  .services-detail__heading {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .services-detail__heading {
    font-size: 4rem;
  }
}
@media (max-width: 479px) {
  .services-detail__heading {
    font-size: 3.5rem;
  }
}

.services-detail__desc {
  margin-bottom: 2rem;
}
.services-detail__desc p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #aaaaaa;
}

.services-detail__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 479px) {
  .services-detail__list {
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }
}

.services-detail__tag-text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 1rem 0;
  border-top: 1.5px solid #666666;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 479px) {
  .services-detail__tag-text {
    align-items: center;
    height: 100%;
  }
}

.location-block {
  padding: 5% 0 10%;
}
@media (max-width: 479px) {
  .location-block {
    padding: 2rem 0 4rem;
  }
}

.location-block__heading-wrap {
  max-width: 64rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .location-block__heading-wrap {
    margin-bottom: 2rem;
  }
}

.location-block__heading {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 991px) {
  .location-block__heading {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .location-block__heading {
    font-size: 4rem;
  }
}
@media (max-width: 479px) {
  .location-block__heading {
    font-size: 2.7rem;
  }
}

.location-block__grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 991px) {
  .location-block__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.location-block__image-main {
  overflow: hidden;
}
.location-block__image-main img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.location-block__content-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 991px) {
  .location-block__content-right {
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 479px) {
  .location-block__content-right {
    gap: 0;
  }
}

.location-block__image-secondary {
  overflow: hidden;
  width: 100%;
  max-width: 30rem;
}
@media (max-width: 991px) {
  .location-block__image-secondary {
    order: 9999;
    max-width: none;
  }
}
.location-block__image-secondary img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
  width: 100%;
  height: 100%;
}

.location-block__content-bottom {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .location-block__content-bottom {
    order: -9999;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.location-block__description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #ffffff;
}
@media (max-width: 479px) {
  .location-block__description {
    font-size: 1rem;
  }
}
.location-block__description p {
  margin: 0;
}

.location-block__cta {
  margin-top: 2rem;
}

.home-hero {
  position: relative;
  overflow: hidden;
}

.who-we-are {
  position: relative;
  z-index: 0;
}

.who-we-are__inner {
  padding: 10% 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .who-we-are__inner {
    padding: 5% 0;
  }
}
@media (max-width: 767px) {
  .who-we-are__inner {
    padding: 4rem 0;
  }
}

.who-we-are__content {
  width: 100%;
  max-width: 64rem;
  margin-inline: auto;
}

.who-we-are__bg-overlay {
  position: absolute;
  z-index: -999;
  inset: 0;
  overflow: hidden;
}

.who-we-are__bg-gradient {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #0a0a0a 24%, transparent 77%), linear-gradient(180deg, #0a0a0a 8%, transparent 42%);
}

.who-we-are__bg-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/who-we-are-bg.avif");
  background-position: 50%;
  background-size: cover;
}

.who-we-are__heading {
  font-size: 2.1rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 4rem;
}

.who-we-are__copy {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.who-we-are__text {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.4;
  max-width: 64rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .who-we-are__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .who-we-are__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 479px) {
  .who-we-are__text {
    font-size: 1.1rem;
  }
}
.who-we-are__text p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.who-we-are__text p + p {
  margin-top: 2rem;
}
.who-we-are__text .line {
  overflow: hidden;
}

.featured-projects {
  padding: 5% 0;
}
@media (max-width: 767px) {
  .featured-projects {
    padding: 4rem 0;
  }
}

.featured-projects__heading {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #aaaaaa;
  margin-bottom: 4rem;
}

.featured-projects__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (max-width: 767px) {
  .featured-projects__grid {
    gap: 2rem;
  }
}

.about-hero__component {
  height: 250vh;
  position: relative;
}
@media (max-width: 991px) {
  .about-hero__component {
    height: auto;
    min-height: 60vh;
  }
}
@media (max-width: 767px) {
  .about-hero__component {
    height: 100vh;
  }
}

.about-hero__sticky {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-hero__sticky {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-hero__images-wrap {
  z-index: 1;
  position: absolute;
  inset: 0 auto 0 0;
}
.about-hero__images-wrap--right {
  z-index: 0;
  inset: 0 0 0 auto;
}

.about-hero__image-list {
  z-index: 1;
  row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.about-hero__img-wrap {
  width: 100%;
  padding-top: 120%;
  position: relative;
}
.about-hero__img-wrap--1 {
  width: 22vw;
}
@media (max-width: 991px) {
  .about-hero__img-wrap--1 {
    width: 28vw;
  }
}
@media (max-width: 767px) {
  .about-hero__img-wrap--1 {
    width: 30vw;
  }
}
.about-hero__img-wrap--2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
}
@media (max-width: 991px) {
  .about-hero__img-wrap--2 {
    width: 28vw;
  }
}
@media (max-width: 767px) {
  .about-hero__img-wrap--2 {
    width: 30vw;
    margin-top: -50vw;
    left: 52vw;
  }
}
.about-hero__img-wrap--3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}
@media (max-width: 991px) {
  .about-hero__img-wrap--3 {
    width: 26vw;
  }
}
@media (max-width: 767px) {
  .about-hero__img-wrap--3 {
    width: 28vw;
  }
}
.about-hero__img-wrap--4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}
@media (max-width: 991px) {
  .about-hero__img-wrap--4 {
    width: 24vw;
  }
}
@media (max-width: 767px) {
  .about-hero__img-wrap--4 {
    width: 26vw;
  }
}
.about-hero__img-wrap--5 {
  opacity: 0.75;
  width: 20vw;
}
@media (max-width: 991px) {
  .about-hero__img-wrap--5 {
    width: 26vw;
  }
}
@media (max-width: 767px) {
  .about-hero__img-wrap--5 {
    width: 28vw;
    margin-top: 7vw;
  }
}
.about-hero__img-wrap--6 {
  opacity: 0.75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}
@media (max-width: 991px) {
  .about-hero__img-wrap--6 {
    width: 24vw;
  }
}
@media (max-width: 767px) {
  .about-hero__img-wrap--6 {
    width: 26vw;
    right: 50vw;
  }
}
@media (max-width: 479px) {
  .about-hero__img-wrap {
    width: 30vw;
    height: 35vw;
    padding-top: 0;
  }
}

.about-hero__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.about-hero__content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .about-hero__content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .about-hero__content {
    padding-top: 4rem;
  }
}

.about-hero__heading-wrap {
  min-height: 320px;
  position: relative;
  overflow: hidden;
}

.about-hero__heading {
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 991px) {
  .about-hero__heading {
    font-size: 3.25rem;
  }
}
@media (max-width: 767px) {
  .about-hero__heading {
    font-size: 3rem;
  }
}
@media (max-width: 479px) {
  .about-hero__heading {
    font-size: 2rem;
  }
}

.about-hero__scroll-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .about-hero__scroll-trigger {
    margin-top: 35rem;
  }
}

.contact-header {
  padding-top: 10%;
  position: relative;
  z-index: 1;
}

.contact-header__component {
  row-gap: 20px;
  flex-flow: column;
  display: flex;
}
@media (max-width: 991px) {
  .contact-header__component {
    margin-top: 5%;
  }
}
@media (max-width: 479px) {
  .contact-header__component {
    margin-top: 10%;
  }
}

.contact-header__heading {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .contact-header__heading {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .contact-header__heading {
    font-size: 4rem;
  }
}
@media (max-width: 479px) {
  .contact-header__heading {
    font-size: 3.5rem;
  }
}

.contact-header__heading-wrap {
  margin-bottom: 2rem;
}

.contact-form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}

.contact-form__row-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .contact-form__row-two {
    grid-template-columns: 1fr;
  }
}

.contact-form__field {
  position: relative;
}

.contact-form__label {
  color: #aaaaaa;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 400;
  display: block;
}

.contact-form__input {
  width: 100%;
  border: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all 0.2s;
  outline: none;
  font-family: inherit;
}
.contact-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form__input:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.contact-form__input--textarea {
  resize: vertical;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.contact-form__input--error {
  border: 1px solid #e74c3c;
}

.contact-form__field-error {
  color: #e74c3c;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

.contact-form__success {
  background-color: transparent;
  padding: 0;
}

.contact-form__error {
  background-color: transparent;
  margin-top: 1rem;
  padding: 0;
}

.contact-locations {
  padding: 5% 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-locations {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .contact-locations {
    padding: 3rem 0;
  }
}

.contact-locations__heading-wrap {
  margin-bottom: 2rem;
}

.contact-locations__heading {
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 400;
  padding-top: 10%;
}
@media (max-width: 991px) {
  .contact-locations__heading {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .contact-locations__heading {
    font-size: 3rem;
  }
}

.contact-locations__tabs {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  align-items: stretch;
}
@media (max-width: 991px) {
  .contact-locations__tabs {
    grid-column-gap: 3rem;
  }
}
@media (max-width: 767px) {
  .contact-locations__tabs {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
  }
}

.contact-locations__menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-locations__tab-link {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-left: 2px solid transparent;
  width: 100%;
  padding: 1.25rem 0 1.25rem 2rem;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}
.contact-locations__tab-link:hover {
  border-left-color: #444444;
}
.contact-locations__tab-link--active {
  border-left-color: #ffffff;
}

.contact-locations__name {
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .contact-locations__name {
    font-size: 2.25rem;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .contact-locations__name {
    font-size: 2rem;
  }
}

.contact-locations__services {
  font-size: 1rem;
  color: #aaaaaa;
  margin-bottom: 0.5rem;
}

.contact-locations__address {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s;
  cursor: pointer;
}
.contact-locations__address:hover {
  text-decoration: underline;
}

.contact-locations__pane {
  display: none;
}
.contact-locations__pane--active {
  display: block;
}

.contact-locations__image-wrap {
  border-radius: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.contact-locations__image {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
  max-width: 80%;
}

.contact-bg-overlay {
  z-index: -999;
  height: 150vh;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.contact-bg-overlay__gradient {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #0a0a0a 24%, transparent 77%), linear-gradient(180deg, #0a0a0a 8%, transparent 42%);
}

.contact-bg-overlay__image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/who-we-are-bg.avif");
  background-position: 50%;
  background-size: cover;
}

.category-hero {
  padding: 10% 0 5%;
}

.category-hero__grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 2rem;
}
@media (max-width: 767px) {
  .category-hero__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.category-hero__left {
  display: flex;
  align-items: flex-start;
}

.category-hero__title {
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .category-hero__title {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .category-hero__title {
    font-size: 4rem;
  }
}
@media (max-width: 479px) {
  .category-hero__title {
    font-size: 3rem;
  }
}

.category-hero__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.category-hero__description {
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.category-hero__description p {
  margin: 0;
}

.category-hero__tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4rem;
}
@media (max-width: 479px) {
  .category-hero__tags {
    grid-template-columns: 1fr;
  }
}

.category-hero__tag {
  border-top: 1.5px solid #444444;
  padding: 1rem 0;
}

.category-hero__tag-text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.category-projects {
  padding: 0 0 6rem;
}

.category-projects__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (max-width: 767px) {
  .category-projects__grid {
    gap: 2rem;
  }
}

.category-services {
  padding: 6rem 0 8rem;
}

.category-services__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.category-services__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #444444;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.category-services__row:hover .category-services__title-default {
  transform: translateY(-100%);
}
.category-services__row:hover .category-services__title-hover {
  transform: translateY(-100%);
}
.category-services__row:hover .category-services__header {
  color: #ffffff;
}
@media (max-width: 767px) {
  .category-services__row {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
}
@media (max-width: 479px) {
  .category-services__row {
    flex-direction: column;
    padding-top: 0.5rem;
  }
}

.category-services__num {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
  margin-right: 2rem;
  padding-top: 20px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .category-services__num {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .category-services__num {
    font-size: 1rem;
    margin-right: 1.5rem;
  }
}

.category-services__header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  color: #aaaaaa;
  width: 85%;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .category-services__header {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .category-services__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.category-services__title-wrap {
  height: 9rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .category-services__title-wrap {
    height: 3.9rem;
  }
}
@media (max-width: 767px) {
  .category-services__title-wrap {
    height: auto;
    overflow: visible;
  }
}

.category-services__title-default,
.category-services__title-hover {
  font-size: 9rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  text-decoration: none;
  flex-shrink: 0;
  height: 1em;
  transition: transform 0.48s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 991px) {
  .category-services__title-default,
  .category-services__title-hover {
    font-size: 3.9rem;
  }
}
@media (max-width: 767px) {
  .category-services__title-default,
  .category-services__title-hover {
    font-size: 4rem;
  }
}

.category-services__title-default {
  color: #aaaaaa;
}

.category-services__title-hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .category-services__title-hover {
    display: none;
  }
}

.category-services__desc {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 30rem;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .category-services__desc {
    font-size: 0.9rem;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .category-services__desc {
    text-align: left;
    max-width: none;
    justify-content: flex-start;
  }
}

.project-hero {
  width: 100%;
  overflow: hidden;
}
.project-hero__image {
  width: 100%;
}
.project-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

.project-info {
  padding: 5% 0;
}
@media (max-width: 767px) {
  .project-info {
    padding: 2rem 0 4rem;
  }
}

.project-info__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 5rem;
  align-items: start;
}
@media (max-width: 767px) {
  .project-info__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.project-info__tagline {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.project-info__services {
  font-size: 1rem;
  color: #aaaaaa;
  line-height: 1.6;
}

.project-info__right {
  padding-top: 1rem;
}

.project-info__description {
  font-size: 1.0625rem;
  color: #aaaaaa;
  line-height: 1.7;
}

.project-info__link {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.2s ease;
}
.project-info__link:hover {
  opacity: 0.7;
}

.project-gallery {
  padding: 0 0 0.5rem;
}

.project-gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
}

.project-gallery__item {
  overflow: hidden;
  grid-column: 1/-1;
}
.project-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
}
.project-gallery__item--full {
  grid-column: 1/-1;
}
.project-gallery__item--half {
  grid-column: span 3;
}
@media (max-width: 479px) {
  .project-gallery__item--half {
    grid-column: 1/-1;
  }
}
.project-gallery__item--third {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .project-gallery__item--third {
    grid-column: span 3;
  }
}
@media (max-width: 479px) {
  .project-gallery__item--third {
    grid-column: 1/-1;
  }
}

.project-videos {
  padding: 0 0 6rem;
}

.project-videos__grid {
  display: grid;
  gap: 2rem;
}

.project-related {
  padding: 5% 0;
  border-top: 1px solid #444444;
}

.project-related__heading {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #aaaaaa;
  margin-bottom: 4rem;
}

.project-related__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .project-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .project-related__grid {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=main.css.map */
