@font-face {
  font-family: 'BSNotion';
  src: url('BSNotion-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #ff1e1e;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}

#loader span {
  font-family: 'BSNotion', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 22px;
  color: #FBEE9B;
  text-transform: none;
}

body.is-loading {
  overflow: hidden !important;
}

body.is-loading .logo-container,
body.is-loading .services-block,
body.is-loading .selected-clients-bar,
body.is-loading .email-corner {
  opacity: 0;
}

.reveal-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}

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

body {
  margin: 0;
  font-family: 'BSNotion', sans-serif;
  text-align: center;
  overflow: hidden;
  background-color: #FBEE9B;
  height: 100dvh;
  width: 100vw;
  position: relative;
  color: #ff1e1e;
}

.image-carousel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 1;
}

.carousel-item {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  opacity: 0;
  transition: opacity 1.2s ease;
  will-change: opacity;
  pointer-events: none;
  z-index: 1;
}

body.no-transition .carousel-item,
body.no-transition .email-corner a {
  transition: none !important;
}

.carousel-item.active.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.carousel-image {
  max-width: 70%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.image-caption {
  position: fixed;
  top: 10%;
  font-size: 17px;
  font-weight: 600;
  color: #ff1e1e;
  font-family: 'BSNotion', sans-serif;
  text-align: right;
  opacity: 0;
  transition: opacity 1.0s ease;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}

.image-caption.active {
  opacity: 1;
}

.mobile-space {
  display: none;
}

.mobile-break {
  display: none;
}

.mobile-footer-wrapper {
  position: fixed;
  top: 75%;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  padding: 0 20px;
  z-index: 50;
  line-height: 22px;
}

.logo-container {
  position: relative;
  z-index: 20;
  pointer-events: none;
  flex: 0 0 38vw;
  max-width: 38vw;
  overflow: visible;
  text-align: left;
}

.logo {
  width: auto;
  height: auto;
  font-size: 17px;
  font-weight: 600;
  color: #ff1e1e;
  font-family: 'BSNotion', sans-serif;
  white-space: normal;
  display: inline;
  text-align: left;
  line-height: 22px;
  transition: color 0.3s ease, opacity 0.8s ease, transform 0.8s ease;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
}

.logo.reveal-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.logo::after {
  content: "\00a0+";
  font-size: 17px;
  color: #ff1e1e;
  transition: color 0.3s ease;
}


.logo-container.logo-open .logo::after {
  content: " −";
}

@media (hover: hover) and (pointer: fine) {
  .logo:hover::after {
    content: " −";
  }
}

.services-block {
  position: relative;
  z-index: 3;
  text-align: left;
  font-family: 'BSNotion', sans-serif;
  font-weight: 600;
  color: #ff1e1e;
  pointer-events: none;
  margin: 0;
  margin-left: 3.125vw;
  flex: 0 0 15.62vw;
  max-width: 15.62vw;
  line-height: 22px;
  opacity: 0;
  transform: translateY(10px);
}

.services-block p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 22px;
}

.selected-clients-bar {
  position: relative;
  z-index: 50;
  white-space: normal;
  font-family: 'BSNotion', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #ff1e1e;
  line-height: 22px;
  margin-left: 15.375vw;
  flex: 0 0 auto;
  max-width: 50vw;
  text-align: left;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(10px);
}

.selected-clients-bar .selected-clients-title {
  cursor: default;
  flex: 0 0 auto;
  max-width: fit-content;
  margin-right: 15px;
}

.selected-clients-bar .image-caption {
  position: static !important;
  display: block !important;
  opacity: 1 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin-left: 0 !important;
  text-align: left !important;
  white-space: normal;
  pointer-events: none;
  z-index: auto;
  filter: none;
  transition: none;
  flex: 1 1 auto;
  line-height: 22px;
}



.services-title {
  font-size: 17px;
  font-weight: 600;
  color: #ff1e1e;
  font-family: 'BSNotion', sans-serif;
  cursor: pointer;
  pointer-events: auto;
  display: inline;
  transition: color 0.3s ease;
  line-height: 22px;
}

.services-title::after {
  content: "\00a0+";
  font-size: 17px;
  color: #ff1e1e;
  transition: color 0.3s ease;
}


.logo-container.services-open~.services-block .services-title::after {
  content: " −";
}

@media (hover: hover) and (pointer: fine) {
  .services-title:hover::after {
    content: " −";
  }
}

.services-text {
  position: absolute;
  left: 0;
  top: 22px;
  width: 600px;
  font-size: 17px;
  line-height: 22px;
  color: #ff1e1e;
  font-family: 'BSNotion', sans-serif;
  font-weight: 600;
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  display: none;
  pointer-events: auto;
}

.bio-text {
  display: inline-block;
  width: 70vw;
  font-size: 17px;
  line-height: 22px;
  color: #ff1e1e;
  text-align: justify;
  word-wrap: break-word;
  white-space: normal;
  z-index: 3;
  pointer-events: auto;
}

.bio-text p {
  margin: 0;
  padding: 0;
}

.hover-white {
  cursor: pointer;
  transition: color 0.3s ease;
  pointer-events: auto;
}

a.hover-white,
a.hover-white:link,
a.hover-white:visited {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hover-white:hover,
a.hover-white:hover {
  color: #FFFFFF;
}

.email-corner {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 20;
  font-family: 'BSNotion', sans-serif;
  font-weight: 600;
  color: #ff1e1e;
  font-size: 17px;
  pointer-events: none;
  display: flex;
  gap: 15px;
  justify-content: end;
  line-height: 22px;
  opacity: 0;
  transform: translateY(10px);
}

.email-corner a:nth-child(3) {
  justify-self: start;
}

.email-corner a:link,
.email-corner a:visited {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
  padding-left: 2px;
  background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 50%, #ff1e1e 50%, #ff1e1e 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 1s ease;
}

.email-corner a:hover {
  background-position: 0% 0;
}