/* ==========================================================================
   Base Styles, Fonts, and Resets (Required)
   ========================================================================== */

@font-face {
  font-family: Workhorse;
  src: url(../fonts/WorkhorseScriptTest-Display.woff2);
  src: url(../fonts/WorkhorseScriptTest-Displayd41d.woff2?#iefix)
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Aeonik;
  src: url(../fonts/aeonik-regular.woff2);
  src: url(../fonts/aeonik-regulard41d.woff2?#iefix) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Aeonik;
  src: url(../fonts/aeonik-bold.woff2);
  src: url(../fonts/aeonik-boldd41d.woff2?#iefix) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Aeonik;
  src: url(../fonts/aeonik-medium.woff2);
  src: url(../fonts/aeonik-mediumd41d.woff2?#iefix) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Aeonik;
  src: url(../fonts/aeonik-light.woff2);
  src: url(../fonts/aeonik-lightd41d.woff2?#iefix) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: solid;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}
input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 0.6944444444vw;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-family: Aeonik, sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
}
body,
html {
  background: #000;
  height: 100vh;
  max-width: 100vw;
}
a {
  text-decoration: none;
  color: inherit;
}
img,
picture {
  pointer-events: none;
}
*,
::after,
::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
select,
textarea {
  font-family: Aeonik, sans-serif;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: 0;
  background: 0 0;
}
label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .u-hideMobile {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  .u-showMobile {
    display: none !important;
  }
}
:root {
  --app-height: 100%;
}
html {
  scroll-behavior: initial;
  background-color: #000;
}
body,
html {
  min-height: 100%;
  height: auto;
}
html::-webkit-scrollbar {
  display: none;
}
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  section {
    width: 100vw;
    max-width: 100vw;
    background: #000;
    position: relative;
    z-index: 2;
  }
}

/* ==========================================================================
   Typography and Animations (Required)
   ========================================================================== */

.body {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
.body--small {
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .body {
    font-size: 1.6rem;
  }
  .body--small {
    font-size: 1.4rem;
  }
}
.subheading {
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #d6d6d6;
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .subheading {
    font-size: 1.2rem;
  }
}
.h0 {
  text-transform: uppercase;
  font-weight: 700;
}
.h0 strong {
  color: #bb70ad;
}
.h0 i {
  font-family: Workhorse, cursive;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 0.1em;
  line-height: 0.8;
}
.h-reveal p > span:not(.m) {
  -webkit-transition: -webkit-mask-position 1s ease-in-out;
  transition: -webkit-mask-position 1s ease-in-out;
  -o-transition: mask-position 1s ease-in-out;
  transition: mask-position 1s ease-in-out;
  transition: mask-position 1s ease-in-out, -webkit-mask-position 1s ease-in-out;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(33.3%, #fff),
    color-stop(66.6%, rgba(255, 255, 255, 0.1))
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    #fff 33.3%,
    rgba(255, 255, 255, 0.1) 66.6%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(33.3%, #fff),
    color-stop(66.6%, rgba(255, 255, 255, 0.1))
  );
  mask-image: linear-gradient(
    90deg,
    #fff 33.3%,
    rgba(255, 255, 255, 0.1) 66.6%
  );
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
}
.h-reveal p > span:not(.m).in {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
}
.h-reveal p > span.m.in .window {
  width: 12.4rem;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .h-reveal p > span.m.in .window {
    width: 4.7rem;
  }
}
.window {
  width: 0;
  will-change: width;
  -webkit-transition: width 0.8s cubic-bezier(0.6, 0, 0.2, 1),
    opacity 0.5s linear;
  -o-transition: width 0.8s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.5s linear;
  transition: width 0.8s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.5s linear;
  opacity: 0;
  height: 8.8rem;
  display: inline-block;
  margin: 0 -1.2rem;
  position: relative;
  -webkit-transform: translateY(0.9rem);
  -ms-transform: translateY(0.9rem);
  transform: translateY(0.9rem);
  z-index: -1;
}
.window .media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.3rem;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .window {
    height: 4.2rem;
    margin: 0 -0.6rem;
    -webkit-transform: translateY(0.6rem);
    -ms-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
  }
  .window .media {
    border-radius: 1rem;
  }
}
.in .window {
  opacity: 1;
}
.h-anim:not(.spanned) {
  opacity: 0;
}
.h-anim .w {
  -webkit-transition: -webkit-mask-position 1s cubic-bezier(0.6, 0, 0.2, 1);
  transition: -webkit-mask-position 1s cubic-bezier(0.6, 0, 0.2, 1);
  -o-transition: mask-position 1s cubic-bezier(0.6, 0, 0.2, 1);
  transition: mask-position 1s cubic-bezier(0.6, 0, 0.2, 1);
  transition: mask-position 1s cubic-bezier(0.6, 0, 0.2, 1),
    -webkit-mask-position 1s cubic-bezier(0.6, 0, 0.2, 1);
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(33.3%, #fff),
    color-stop(66.6%, rgba(255, 255, 255, 0.1))
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    #fff 33.3%,
    rgba(255, 255, 255, 0.1) 66.6%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(33.3%, #fff),
    color-stop(66.6%, rgba(255, 255, 255, 0.1))
  );
  mask-image: linear-gradient(
    90deg,
    #fff 33.3%,
    rgba(255, 255, 255, 0.1) 66.6%
  );
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
}
.h-anim.in .w {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
}
/* Staggered delay for h-anim (up to 30) */
.h-anim.in .w[data-i="1"] { transition-delay: 150ms; }
.h-anim.in .w[data-i="1"] .window { transition-delay: 150ms; }
.h-anim.in .w[data-i="2"] { transition-delay: 0.3s; }
.h-anim.in .w[data-i="2"] .window { transition-delay: 0.3s; }
/* ...and so on for all 30 data-i attributes from original CSS... */
.h-anim.in .w[data-i="30"] { transition-delay: 4.5s; }
.h-anim.in .w[data-i="30"] .window { transition-delay: 4.5s; }

.h-anim.spanSkip:not(.spanned) {
  opacity: 0;
}
.h-anim.spanSkip .w.skip {
  -webkit-mask-image: none;
  mask-image: none;
}
.h-anim.spanSkip.in .w .window {
  width: 12.4rem;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .h-anim.spanSkip.in .w .window {
    width: 4.7rem;
  }
}
.text-fade {
  -webkit-transition: -webkit-mask-position 1s cubic-bezier(0.6, 0, 0.2, 1);
  transition: -webkit-mask-position 1s cubic-bezier(0.6, 0, 0.2, 1);
  -o-transition: mask-position 1s cubic-bezier(0.6, 0, 0.2, 1);
  transition: mask-position 1s cubic-bezier(0.6, 0, 0.2, 1);
  transition: mask-position 1s cubic-bezier(0.6, 0, 0.2, 1),
    -webkit-mask-position 1s cubic-bezier(0.6, 0, 0.2, 1);
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(33.3%, #fff),
    color-stop(66.6%, rgba(255, 255, 255, 0.1))
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    #fff 33.3%,
    rgba(255, 255, 255, 0.1) 66.6%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(33.3%, #fff),
    color-stop(66.6%, rgba(255, 255, 255, 0.1))
  );
  mask-image: linear-gradient(
    90deg,
    #fff 33.3%,
    rgba(255, 255, 255, 0.1) 66.6%
  );
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
}
.text-fade.in {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
}
.h-anim.zero .w,
.h-reveal.zero p > span:not(.m),
.text-fade.zero {
  -webkit-mask-image: linear-gradient(
    90deg,
    #fff 33.3%,
    rgba(255, 255, 255, 0) 66.6%
  );
  mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, 0) 66.6%);
}
html.zero .h-anim .w,
html.zero .h-reveal p > span:not(.m),
html.zero .text-fade {
  -webkit-mask-image: linear-gradient(
    90deg,
    #fff 33.3%,
    rgba(255, 255, 255, 0) 66.6%
  );
  mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, 0) 66.6%);
}
.fade {
  opacity: 0;
}
.fade.in {
  opacity: 1;
  -webkit-transition: opacity 1.2s linear;
  -o-transition: opacity 1.2s linear;
  transition: opacity 1.2s linear;
}
.maskIn {
  -webkit-transition: -webkit-mask-position 1s ease-in-out;
  transition: -webkit-mask-position 1s ease-in-out;
  -o-transition: mask-position 1s ease-in-out;
  transition: mask-position 1s ease-in-out;
  transition: mask-position 1s ease-in-out, -webkit-mask-position 1s ease-in-out;
  -webkit-mask-image: linear-gradient(
    90deg,
    #fff 33.3%,
    rgba(255, 255, 255, 0) 66.6%
  );
  mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, 0) 66.6%);
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
}
.maskIn.in {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
}

/* ==========================================================================
   Components (Required)
   ========================================================================== */

.transition-fade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 90;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  background-color: #000;
}
html.is-animating {
  pointer-events: none;
}
html.is-animating .transition-fade,
html.stop-animation .transition-fade {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.arrowButton {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.arrowButton__arrow {
  width: 2.6rem;
  height: 2.6rem;
  overflow: hidden;
  background-color: #bb70ad;
  border-radius: 100%;
  position: relative;
  margin-right: 1.2rem;
}
.arrowButton__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) translateX(0);
  transform: translate3d(-50%, -50%, 0) translateX(0);
  height: 0.9rem;
  width: auto;
}
.arrowButton__arrow img:nth-child(1) {
  -webkit-transform: translate3d(-50%, -50%, 0) translateX(-2.6rem);
  transform: translate3d(-50%, -50%, 0) translateX(-2.6rem);
}
.arrowButton__label {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  padding: 0.2rem 0;
}
.arrowButton__label span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.arrowButton__label:after {
  content: attr(data-content);
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .arrowButton__label {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .arrowButton:hover .arrowButton__arrow img,
  .buttonHover:hover .arrowButton__arrow img {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1),
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .arrowButton:hover .arrowButton__arrow img:nth-child(1),
  .buttonHover:hover .arrowButton__arrow img:nth-child(1) {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(0);
    transform: translate3d(-50%, -50%, 0) translateX(0);
  }
  .arrowButton:hover .arrowButton__arrow img:nth-child(2),
  .buttonHover:hover .arrowButton__arrow img:nth-child(2) {
    -webkit-transform: translate3d(-50%, -50%, 0) translateX(2.6rem);
    transform: translate3d(-50%, -50%, 0) translateX(2.6rem);
  }
  .arrowButton:hover .arrowButton__label span,
  .buttonHover:hover .arrowButton__label span {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1),
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
  }
  .arrowButton:hover .arrowButton__label:after,
  .buttonHover:hover .arrowButton__label:after {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1),
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .footer__socialLink:hover {
    background-color: #1a1a1a; /* Darken background on hover */
    border-color: #777;       /* Lighten border on hover */
  }
}
.button {
  height: 5.2rem;
  padding: 2rem 1.7rem;
  font-size: 1.6rem;
  color: #000;
  background-color: #8ec6b5;
  border-radius: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.8;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.button.anima {
  will-change: width;
  color: transparent;
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
  opacity: 0;
}
.button.anima.in {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  color: #000;
  -webkit-transition: opacity 0.3s linear, color 0.3s 0.5s linear,
    -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
  transition: opacity 0.3s linear, color 0.3s 0.5s linear,
    -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
  -o-transition: opacity 0.3s linear,
    transform 0.5s cubic-bezier(0.6, 0, 0.2, 1), color 0.3s 0.5s linear;
  transition: opacity 0.3s linear, transform 0.5s cubic-bezier(0.6, 0, 0.2, 1),
    color 0.3s 0.5s linear;
  transition: opacity 0.3s linear, transform 0.5s cubic-bezier(0.6, 0, 0.2, 1),
    color 0.3s 0.5s linear, -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .button {
    font-size: 1.2rem;
    padding: 1.5rem 1.3rem;
    height: 3.9rem;
  }
}
.flipLink {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0.1rem 0;
}
.flipLink span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.flipLink:after {
  content: attr(data-content);
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  opacity: 0.7;
}
@media (hover: hover) {
  .flipLink:hover span {
    -webkit-transition: opacity 1ms 0.5s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: opacity 1ms 0.5s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1), opacity 1ms 0.5s;
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1), opacity 1ms 0.5s;
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1), opacity 1ms 0.5s,
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    opacity: 1;
  }
  .flipLink:hover:after {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1),
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.cookieBox {
  position: fixed;
  left: 3.5rem;
  bottom: 3.5rem;
  width: auto;
  height: auto;
  padding: 0.75rem 2rem;
  border-radius: 6rem;
  background: #202020;
  z-index: 1000;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.cookieBox.show {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.cookieBox p {
  display: inline-block;
}
.cookieBox span {
  display: inline-block;
  height: 3rem;
  padding: 0.8rem 0.5rem;
  margin-left: 0.5rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  opacity: 0.5;
}
@media (hover: hover) {
  .cookieBox span:hover {
    opacity: 1;
  }
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .cookieBox {
    left: 1rem;
    bottom: 5rem;
    padding: 0.75rem 1rem;
    text-align: center;
    width: calc(100% - 2rem);
    font-size: 1.1rem;
  }
}

/* ==========================================================================
   Navigation (Required)
   ========================================================================== */

.nav {
  position: fixed;
  width: 100vw;
  z-index: 10;
  background-color: #000;
  transition: color 0.3s ease-in-out; 
}
.nav::after {
    content: '';
    position: absolute;
    left: 0;
    top: 75px; 
    width: 100%;
    height: 5rem;
    background: linear-gradient(to bottom, #000, transparent);
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    z-index: -1; 
    pointer-events: none; 
}
.nav.nav--scrolled-up::before {
    opacity: 1;
}
.nav__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8.8rem;
  padding: 0 5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.nav__logo {
  height: 6rem;
  margin-top: -0.5rem;
  width: auto;
}
.nav__logo .media {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav__links {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.nav__link {
  display: inline-block;
  margin: 0 2.5rem;
}
.nav__link.active {
  color: #bb70ad;
  pointer-events: none;
}
.nav__link.active span {
  opacity: 1;
}
@media screen and (min-width: 800px) {
  .nav__menu,
  .nav__toggle {
    display: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .nav__bar {
    height: 7.5rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 1.6rem;
    z-index: 1;
  }
  .nav__logo {
    height: 4rem;
    -webkit-transition: -webkit-filter 50ms 225ms;
    transition: -webkit-filter 50ms 225ms;
    -o-transition: filter 50ms 225ms;
    transition: filter 50ms 225ms;
    transition: filter 50ms 225ms, -webkit-filter 50ms 225ms;
  }
  .nav__links { display: none; }
  .nav__cta { display: none; }
  .nav__toggle {
    font-size: 1.4rem;
    padding: 2rem;
    margin: 0 -2rem -2rem 0;
    -webkit-transition: color 0.1s 0.3s ease-in-out;
    -o-transition: color 0.1s 0.3s ease-in-out;
    transition: color 0.1s 0.3s ease-in-out;
  }
  .nav__toggle > span {
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    position: relative;
  }
  .nav__toggle > span::after {
    content: "Close";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(1.1em);
    -ms-transform: translateY(1.1em);
    transform: translateY(1.1em);
  }
  .nav__toggle > span span {
    display: inline-block;
    position: relative;
  }
  .nav__toggle > span span,
  .nav__toggle > span::after {
    -webkit-transition: -webkit-transform 0.3s 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    transition: -webkit-transform 0.3s 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition: transform 0.3s 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.3s 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.3s 0.3s cubic-bezier(0.6, 0, 0.2, 1),
      -webkit-transform 0.3s 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .nav__menu {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
  }
  .nav__menuBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d6d6d6;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.3s 0.2s cubic-bezier(0.6, 0, 0.2, 1);
    transition: -webkit-transform 0.3s 0.2s cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition: transform 0.3s 0.2s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.3s 0.2s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.3s 0.2s cubic-bezier(0.6, 0, 0.2, 1),
      -webkit-transform 0.3s 0.2s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .nav__menuInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 0 1.6rem 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20vh;
    padding-bottom: 10rem;
  }
  .nav__menuLink {
    display: block;
    font-size: 4.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  .nav__menuLink.active {
    color: #bb70ad;
  }
  .nav__socialLink {
    display: block;
    line-height: 1.5;
  }
  .nav__menuLink,
  .nav__socialLink {
    overflow: hidden;
  }
  .nav__menuLink span,
  .nav__socialLink span {
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(1.1em);
    -ms-transform: translateY(1.1em);
    transform: translateY(1.1em);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
  .menu-open .nav__logo {
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: -webkit-filter 50ms 275ms;
    transition: -webkit-filter 50ms 275ms;
    -o-transition: filter 50ms 275ms;
    transition: filter 50ms 275ms;
    transition: filter 50ms 275ms, -webkit-filter 50ms 275ms;
  }
  .menu-open .nav__toggle {
    color: #000;
    -webkit-transition: color 0.1s 0.1s ease-in-out;
    -o-transition: color 0.1s 0.1s ease-in-out;
    transition: color 0.1s 0.1s ease-in-out;
  }
  .menu-open .nav__toggle > span span {
    -webkit-transform: translateY(-1.1em);
    -ms-transform: translateY(-1.1em);
    transform: translateY(-1.1em);
  }
  .menu-open .nav__toggle > span span,
  .menu-open .nav__toggle > span::after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1),
      -webkit-transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .menu-open .nav__toggle > span::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .menu-open .nav__menuBg {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1),
      -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .menu-open .nav__menu {
    pointer-events: auto;
  }
  .menu-open .nav__menuLink span,
  .menu-open .nav__socialLink span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0, 1);
    -o-transition: transform 0.4s cubic-bezier(0, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(0, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(0, 0, 0, 1),
      -webkit-transform 0.4s cubic-bezier(0, 0, 0, 1);
  }
  .menu-open .nav__menuLink:nth-child(1) span { transition-delay: 0.3s; }
  .menu-open .nav__menuLink:nth-child(2) span { transition-delay: 0.4s; }
  .menu-open .nav__menuLink:nth-child(3) span { transition-delay: 0.5s; }
  .menu-open .nav__menuLink:nth-child(4) span { transition-delay: 0.6s; }
  .menu-open .nav__menuLink:nth-child(5) span { transition-delay: 0.7s; }
  .menu-open .nav__socialLink:nth-child(1) span { transition-delay: 0.6s; }
  .menu-open .nav__socialLink:nth-child(2) span { transition-delay: 0.7s; }
  .menu-open .nav__socialLink:nth-child(3) span { transition-delay: 0.8s; }
}

/* ==========================================================================
   Footer (Required)
   ========================================================================== */

.footer {
  position: relative;
  margin-top: 20rem;
  padding: 6rem 5rem 17rem 5rem;
  min-height: 39rem;
}
.footer__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.1;
}
.footer__mainLinks {
  line-height: 1.1;
}
.footer__mainLink {
  font-size: 4rem;
  text-transform: uppercase;
  float: left;
  clear: left;
  font-weight: 700;
  color: #999;
}
.footer__mainLink.active {
  color: #8ec6b5;
}
@media (hover: hover) {
  .footer__mainLink:hover {
    color: #8ec6b5;
  }
}
.footer__mainLink:nth-child(1) { transition: color 0.2s linear, mask-position 1s 0.1s ease-in-out, -webkit-mask-position 1s 0.1s ease-in-out; }
.footer__mainLink:nth-child(2) { transition: color 0.2s linear, mask-position 1s 0.2s ease-in-out, -webkit-mask-position 1s 0.2s ease-in-out; }
.footer__mainLink:nth-child(3) { transition: color 0.2s linear, mask-position 1s 0.3s ease-in-out, -webkit-mask-position 1s 0.3s ease-in-out; }
.footer__mainLink:nth-child(4) { transition: color 0.2s linear, mask-position 1s 0.4s ease-in-out, -webkit-mask-position 1s 0.4s ease-in-out; }
.footer__mainLink:nth-child(5) { transition: color 0.2s linear, mask-position 1s 0.5s ease-in-out, -webkit-mask-position 1s 0.5s ease-in-out; }
.footer__socialLinks {
  position: absolute;
  top: 6rem;
  right: 15rem;
  zoom: 1.2;
}
.footer__socialLinks .subheading {
  font-weight: 700;
  color: #999;
  margin-bottom: 2rem;
}
.footer__socialLink {
  display: inline-block; /* Change to inline-block to size based on content */
  line-height: 1.25;
  font-size: 1.5rem;
  margin: 0.5rem .5rem;
  padding: 0.8rem 1.8rem; /* Add padding for space inside the chip */
  border: 1px solid #444;   /* Add a subtle border */
  border-radius: 5rem;      /* Make it pill-shaped */
  transition: background-color 0.3s ease, border-color 0.3s ease; /* Add transition for hover */
  box-shadow: 0 0 15px 2px rgba(187, 112, 173, 0.4); /* A soft pink/purple glow from your brand color! */
}
.footer__socialLink:nth-child(1) { transition-delay: 0.5s; }
.footer__socialLink:nth-child(2) { transition-delay: 0.6s; }
.footer__socialLink:nth-child(3) { transition-delay: 0.7s; }
.footer__socialLink:nth-child(4) { transition-delay: 0.8s; }
.footer__socialLink:nth-child(5) { transition-delay: 0.9s; }
.footer__bottom {
  position: absolute;
  bottom: 0;
  left: 5rem;
  right: 5rem;
  font-weight: 300;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.2;
  padding: 2rem 0;
  letter-spacing: 0.1em;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .footer {
    position: relative;
    padding: 11.3rem 1.6rem 12rem 1.6rem;
    min-height: 49rem;
    margin-top: 0;
    overflow: hidden;
    z-index: 2;
    background: #000;
  }
  .footer__bg {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: auto;
    height: 100%;
  }
  .footer__mainLink {
    font-size: 2.7rem;
    line-height: 1.25;
    display: block;
    float: none;
  }
  .footer__socialLinks {
    position: static;
    margin-top: 6rem;
  }
  .footer__socialLink {
    display: block;
    line-height: 1.25;
    font-size: 1.5rem;
    margin: 0.5rem 0;
  }
  .footer__bottom {
    position: absolute;
    bottom: 0;
    left: 1.6rem;
    right: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__bottom > * { margin-top: 0.25rem; }
  .footer__bottom > :first-child { display: none; }
}

/* ==========================================================================
   Page Sections (Required by index.html and detailed.html)
   ========================================================================== */

/* Home Page: Hero Header */
@-webkit-keyframes drop {
  0% { transform: translate3d(0, 0, 0) rotate(-9deg) scale(1); z-index: 10; }
  40% { transform: translate3d(-90%, 0, 0) rotate(-3deg) scale(0.925); z-index: -1; }
  100% { transform: translate3d(0, 0, 0) rotate(3deg) scale(0.85); z-index: -1; }
}
@keyframes drop {
  0% { transform: translate3d(0, 0, 0) rotate(-9deg) scale(1); z-index: 10; }
  40% { transform: translate3d(-90%, 0, 0) rotate(-3deg) scale(0.925); z-index: -1; }
  100% { transform: translate3d(0, 0, 0) rotate(3deg) scale(0.85); z-index: -1; }
}
.homeHeader {
  height: 100rem;
  margin-bottom: 5rem;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
.homeHeader__mediaCards {
  position: absolute;
  top: 21%;
  left: calc(50% - 25rem);
  width: 28rem;
  height: 40rem;
}
@media screen and (min-width: 800px) {
  .homeHeader__mediaCards { z-index: 2; }
}
.homeHeader__mediaCard {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #202020;
  border-radius: 1rem;
  transform: translateY(-70rem) scale(0.9);
  transition: transform 1s cubic-bezier(0.6, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.6, 0, 0.2, 1);
}
.homeHeader__mediaCard .media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}
.homeHeader.in .homeHeader__mediaCard { transform: rotate(9deg) scale(0.9); transition-delay: 1.2s; }
.homeHeader.in .homeHeader__mediaCard:nth-last-child(3) { transform: rotate(9deg) scale(0.9); transition-delay: 1.3s; }
.homeHeader.in .homeHeader__mediaCard:nth-last-child(2) { transform: rotate(0) scale(0.95); transition-delay: 1.4s; }
.homeHeader.in .homeHeader__mediaCard:nth-last-child(1) { transform: rotate(-9deg) scale(1); transition-delay: 1.5s; }
.homeHeader.dropping .homeHeader__mediaCard { transform: translateY(0) scale(0.9); }
.homeHeader.dropping .homeHeader__mediaCard:nth-last-child(4) { transform: rotate(9deg) scale(0.9); transition-delay: 0.2s; }
.homeHeader.dropping .homeHeader__mediaCard:nth-last-child(3) { transform: rotate(0) scale(0.95); transition-delay: 0.1s; }
.homeHeader.dropping .homeHeader__mediaCard:nth-last-child(2) { transform: rotate(-9deg) scale(1); transition-delay: 0s; }
.homeHeader.inited .homeHeader__mediaCard {
  transition-delay: 0s;
  display: none;
  transform: rotate(9deg) scale(0.9);
}
.homeHeader.inited .homeHeader__mediaCard:nth-last-child(n-4) { display: block; }
.homeHeader.inited .homeHeader__mediaCard.drop {
  transition: transform 1s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.3s 0.5s linear, -webkit-transform 1s cubic-bezier(0.6, 0, 0.2, 1);
  -webkit-animation: drop 0.8s forwards;
  animation: drop 0.8s forwards;
}
.homeHeader__content {
  position: absolute;
  top: 32%;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .homeHeader__content { z-index: 3; }
}
.homeHeader__content .body {
  width: 46.4rem;
  margin: 11.5rem auto 0;
}
.homeHeader__heading {
  font-size: 14rem;
  line-height: 0.84;
}
.homeHeader__heading .split {
  width: 0;
  display: inline-block;
  will-change: width;
  transition: width 1.1s 1.5s cubic-bezier(0.5, 0, 0.125, 1);
}
@media screen and (min-width: 800px) {
  .homeHeader__heading p:nth-child(1) { margin-left: 0.35em; }
  .homeHeader__heading p:nth-child(1) .split { margin: 0 -0.125em; }
  .homeHeader__heading p:nth-child(2) .split { margin: 0 -0.21em; transition-duration: 1.2s; }
  .homeHeader__heading p:nth-child(2) .w:first-child { padding-left: 0.1em; }
  .homeHeader__heading p:nth-child(2) .w:last-child { padding-right: 0.1em; }
  .homeHeader__heading.in p:nth-child(1) .split { width: 19rem; }
  .homeHeader__heading.in p:nth-child(2) .split { width: 20rem; }
}
.homeHeader__decoText {
  font-size: 1.1rem;
  position: absolute;
  top: calc(100% - 5rem);
  right: 5rem;
  display: inline-block;
  z-index: 4;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .homeHeader { height: 80rem; max-height: calc(100vh + 15rem); }
  .homeHeader::after { height: 30rem; }
  .homeHeader__mediaCards { top: 40%; width: 16rem; height: 24rem; left: calc(50% - 8rem); }
  .homeHeader__mediaCard { transform: translateY(-50rem); z-index: 3; }
  .homeHeader__content { top: 21%; }
  .homeHeader__content .body { width: 24.2rem; margin: 3.7rem auto 0; }
  .homeHeader__heading { font-size: 8rem; line-height: 0.84; }
  .homeHeader__heading .split { display: none; }
  .homeHeader__heading p:nth-child(1) { position: relative; z-index: -100; transform: translateY(0); }
  .homeHeader__heading p:nth-child(2) { margin-top: 20rem; z-index: 20; position: relative; transform: translateY(-19rem); }
  .homeHeader__heading.in p:nth-child(1) { transform: translateY(0); }
  .homeHeader__heading.in p:nth-child(2) { transform: translateY(0); }
  .homeHeader__heading.in p { transition: transform 1s 0.9s cubic-bezier(0.6, 0, 0.2, 1), -webkit-transform 1s 0.9s cubic-bezier(0.6, 0, 0.2, 1); }
  .homeHeader__decoText { font-size: 1.2rem; bottom: 5rem; right: 0; width: 100%; text-align: center; display: none; }
  .homeHeader + .mediaSentence { padding-top: 0; }
}

/* Detailed Page: Media Header */
.mediaHeader {
  height: 100rem;
  max-height: 130vh;
  position: relative;
  overflow: hidden;
}
.mediaHeader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mediaHeader__bg .media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.mediaHeader__bgOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.66) 50%, #000 100%);
}
.mediaHeader__inner {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mediaHeader__heading {
  font-size: 14rem;
  line-height: 1;
  margin-bottom: 15rem;
}
.mediaHeader__heading p {
  height: 0.8em;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .mediaHeader { height: auto; max-height: auto; padding: 20rem 0 10rem; }
  .mediaHeader__heading { font-size: 5.5rem; line-height: 1; }
  .mediaHeader__heading p { height: 0.9em; }
  .mediaHeader__inner { position: static; transform: none; margin-bottom: 6.5rem; }
  .mediaHeader .body { text-align: center; font-size: 2rem; }
}

/* Home Page: Media Sentence */
.mediaSentence {
  padding: 13rem 0 13rem;
}
.mediaSentence__main {
  text-align: center;
}
.mediaSentence__main .subheading {
  margin-bottom: 5.6rem;
}
.mediaSentence__sentence {
  font-size: 9.8rem;
  line-height: 1.04;
  position: relative;
  z-index: 1;
}
.mediaSentence__bottom {
  width: 64rem;
  margin-top: 11.2rem;
  margin-left: 74rem;
}
.mediaSentence__bottom .body {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #999;
  margin-bottom: 5.5rem;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .mediaSentence { padding: 8rem 0 10rem; }
  .mediaSentence__main { text-align: center; }
  .mediaSentence__main .subheading { margin-bottom: 3.8rem; }
  .mediaSentence__sentence { font-size: 4.5rem; }
  .mediaSentence__bottom { width: 33rem; margin: auto; margin-top: 4.3rem; text-align: center; }
  .mediaSentence__bottom .body { font-size: 2rem; color: #999; margin-bottom: 3.7rem; line-height: 1.1; }
}

/* Home Page: Work Slider */
.workSlider__height { min-height: 200rem; }
.workSlider__height--7 { height: 490rem; }
.workSlider__stick {
  position: sticky;
  padding: 12rem 0 12rem;
  top: 0;
  bottom: 0;
}
.workSlider__top {
  padding-left: 5rem;
  margin-bottom: 8.5rem;
}
.workSlider__top .subheading {
  margin-bottom: 1rem;
}
.workSlider__slider {
  height: 60rem;
  position: relative;
  max-height: calc(100vh - 25rem);
}
.workSlider__rail {
  white-space: nowrap;
  height: 100%;
  position: absolute;
}
.mediaSentence + .workSlider {
  margin-top: -8rem;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .workSlider { width: 100vw; overflow: hidden; }
  .workSlider__height { position: relative; }
  .workSlider__stick { position: absolute; height: 100vh; left: 0; padding: 12rem 0 12rem; }
  .workSlider.before .workSlider__stick { position: absolute; top: 0; }
  .workSlider.inside .workSlider__stick { position: fixed; }
  .workSlider.after .workSlider__stick { position: absolute; top: auto; bottom: 0; }
  .workSlider__top { padding-left: 1.6rem; margin-bottom: 7rem; }
  .workSlider.after .workSlider__top,
  .workSlider.inside .workSlider__top { opacity: 0; transition: opacity 0.3s linear !important; }
  .workSlider__slider { height: 60rem; position: relative; max-height: calc(100vh - 25rem); }
  .mediaSentence + .workSlider { margin-top: -8rem; }
}

/* Home Page: Client Logos */
.clientLogos {
  position: relative;
  z-index: 1;
  padding: 35rem 0 13rem;
}
.clientLogos__content {
  position: absolute;
  top: 15rem;
  left: 10rem;
  height: calc(100% - 35rem);
}
.clientLogos__contentInner {
  position: sticky;
  top: 15rem;
  bottom: 0;
}
.clientLogos__contentInner .subheading {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
}
.clientLogos__heading {
  font-size: 8rem;
  line-height: 0.825;
}
.clientLogos__heading p:nth-child(odd) { margin-left: 0.4em; }
.clientLogos__heading p:nth-child(even) { margin-left: 1.7em; }
.clientLogos__heading p:last-child { margin-left: 1.4em; }
.clientLogos__logos {
  width: 28rem;
  margin-left: 86rem;
  position: relative;
}
.clientLogos__logo {
  opacity: 0.2;
  /* width: 26rem; */
  /* height: 18rem; */
  padding-bottom: 6rem;
  background-color: #000;
  position: relative;
  transition: opacity 0.3s ease-out;
}
.clientLogos__logo .media {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.clientLogos__logo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #ce71bd; */
  mix-blend-mode: multiply;
  opacity: 0.01;
  transition: opacity 0.3s ease-out;
}
.clientLogos__logo.active {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.clientLogos__logo.active span {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.clientLogos .logoBanner__row {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .clientLogos { overflow: hidden; padding: 8rem 1.6rem 8rem; }
  .clientLogos__content { position: static; height: auto; }
  .clientLogos__contentInner { position: static; }
  .clientLogos__contentInner .subheading { font-size: 1.2rem; }
  .clientLogos__heading { font-size: 5rem; line-height: 0.8; padding-left: 2.3rem; }
  .clientLogos__heading p:nth-child(odd) { margin-left: 0; }
  .clientLogos__heading p:nth-child(even) { margin-left: 1.5em; }
  .clientLogos__heading p:last-child { margin-left: 1.2em; }
  .clientLogos__logos { display: none; }
  .clientLogos .logoBanner__row { display: block; margin-top: 5rem; }
}

/* Home Page: Logo Banner */
.logoBanner__row {
  position: relative;
  height: 11rem;
  width: 100%;
}
.logoBanner__rail {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  white-space: nowrap;
}
.logoBanner__logo {
  display: inline-flex; /* Use flex to center the image inside */
  align-items: center;
  justify-content: center;
  height: 8rem; /* Keep the row height consistent */
  width: 14rem; /* ✅ Assign a uniform width to each logo's container */
  margin: 0 1.5rem;
  opacity: 1;
}

.logoBanner__logo .media {
  width: 100%; /* Let the image fill the container's width */
  height: auto; /* Adjust height automatically */
  max-height: 100%; /* 💡 Ensure tall logos don't overflow */
  object-fit: contain; /* ✨ This is the key: scales the image to fit without distortion */
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .logoBanner { padding: 5rem 0; }
  .logoBanner__row { height: 8rem; }
  .logoBanner__logo { height: 8rem; margin: 0 2rem; opacity: 1; }
}

/* Home Page: Call To Action */
.callToAction {
  padding: 16rem 0 20rem;
  text-align: center;
}
.callToAction__inner {
  position: relative;
  display: inline-block;
  margin: auto;
  cursor: pointer;
}
.callToAction__inner * {
  cursor: pointer;
}
.callToAction__heading {
  font-size: 14rem;
  line-height: 0.8;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.callToAction__buttonWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate3d(-50%, -50%, 0) translate3d(25rem, -9.5rem, 0)
    rotate(-8deg);
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .callToAction { padding: 15rem 0 15rem; }
  .callToAction__heading { font-size: 8rem; line-height: 0.9; }
  .callToAction__buttonWrap { position: absolute; top: 55%; left: 50%; z-index: 3; transform: translate3d(-50%, -50%, 0) rotate(-8deg); }
}

/* ==========================================================================
   User-Added Sections (Required by detailed.html)
   ========================================================================== */
   
/* My Videos Grid Section (Updated) */
.video-grid {
    padding: 12rem 0;
    background-color: #000;
}
.video-grid__container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5rem;
}
.video-grid__heading {
    text-align: center;
    font-size: 8rem;
    margin-bottom: 8rem;
    line-height: 1;
}
.video-grid__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4rem;
}
a.video-grid__card {
    display: block;
    text-decoration: none;
    flex: 0 0 calc(33.333% - (8rem / 3)); 
    background-color: #1a1a1a;
    border-radius: 2rem;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
a.video-grid__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.video-grid__media {
    position: relative;
    width: 100%;
    padding-top: 125%; 
    background-color: #000;
}
.video-grid__media .media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-grid__content {
    padding: 2rem;
}
.video-grid__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info__profile {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
.profile__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #333;
}
.profile__name {
    font-family: 'Archivo', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}
.info__stats {
    display: flex;
    gap: 2rem;
    text-align: right;
}
.stats__value {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}
.stats__label {
    display: block;
    font-size: 1.2rem;
    color: #999;
    font-weight: 500;
}
@media (max-width: 1200px) {
    a.video-grid__card {
        flex: 0 0 calc(50% - 2rem);
    }
}
@media (max-width: 768px) {
    .video-grid { padding: 8rem 0; }
    .video-grid__container { padding: 0 2rem; }
    .video-grid__heading { font-size: 5rem; margin-bottom: 5rem; }
    .video-grid__list { gap: 3rem; }
    a.video-grid__card { flex: 0 0 100%; }
}

/* Work Card (Used by Work Slider) */
.workCard {
  display: inline-block;
  margin: 0 1.6rem;
  width: 31.2rem;
  vertical-align: top;
  opacity: 0.6;
  transition: opacity 0.2s linear, transform cubic-bezier(0.6, 0, 0.2, 1) 0.4s, -webkit-transform cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}
.workCard__media {
  height: 55.2rem;
  max-height: calc(100vh - 28rem);
  width: 100%;
  margin-bottom: 2.6rem;
  z-index: 2;
  position: relative;
  background-color: #202020;
  border-radius: 2rem;
}
.workCard__mediaOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  z-index: 5;
}
.workCard.active .workCard__mediaOverlay {
  opacity: 1;
}
.workCard__clientLogo {
  max-width: 70%;
  max-height: 50%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.workCard__media .media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}
.workCard__content {
  width: 29.5rem;
  white-space: initial;
  opacity: 0;
  transform: translateY(-12rem);
  transition: opacity 0.2s linear, transform cubic-bezier(0.6, 0, 0.2, 1) 0.4s, -webkit-transform cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}
.workCard__content .subheading {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 0.8;
  display: block;
  color: #fff;
  margin-bottom: 1.4rem;
}
.workCard__heading {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.workCard__hastag {
  font-size: 1.3rem;
  line-height: 0.8;
  display: block;
}
.workCard.active {
  transform: translateY(-12rem);
  opacity: 1;
  transition: opacity 0.2s linear, transform cubic-bezier(0.6, 0, 0.2, 1) 0.6s, -webkit-transform cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
}
.workCard.active .workCard__content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s linear, transform cubic-bezier(0.6, 0, 0.2, 1) 0.6s, -webkit-transform cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
}
@media screen and (orientation: portrait) and (max-width: 800px),
  screen and (orientation: landscape) and (max-width: 1200px) and (max-height: 600px) {
  .workCard {
    display: inline-block;
    opacity: 0.5;
    transition: opacity 0.2s linear, transform cubic-bezier(0.6, 0, 0.2, 1) 0.4s, -webkit-transform cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
  }
  .workCard__media {
    height: 55.2rem;
    max-height: calc(100vh - 30rem);
  }
}