body {
  background-color: var(--black);
}

.scroll-target {
  scroll-margin-top: 50px;
}

/* TITLE */
.title-wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  color: var(--white);
  justify-content: center; 
  align-items: center; 
  margin: clamp(50px, 5vw, 100px) auto;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.title {
  font-size: clamp(80px, 9vw, 150px);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.9;
  max-width: 70vw;
  padding: 20px;
}

.subtitle.desktop {
  color: var(--white);
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 900;
  text-align: center;
  line-height: 2;
  max-width: 53vw;
  padding-top: 20px;
}

.subtitle.mobile {
  display: none;
}

.title-button {
  background-color: var(--accent);
  color: var(--black);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  padding: 14px 24px 16px 24px;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1.1;
  transition: transform 0.1s ease;
}

.title-button i {
  font-size: 28px;
  line-height: 1;
  position: relative;
}

.title-button:hover {
  transform: scale(1.1);
}

.mobile-spacer {
  display: none;
}

/* VIDEO */
.video-wrapper.mobile {
  display: none;
}

.video-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: clamp(400px, 40vw, 735px);
  z-index: 2;
  position: relative;
}

.video-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  margin-bottom: 20px;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
}

.page-video {
  width: 100%;
  max-width: min(95vw, 1600px);
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

/* SECOND TITLE */
.second-title-wrapper {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.second-title {
  color: var(--white);
  font-size: clamp(80px, 10vw, 150px);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 60px;
  margin-bottom: 40px;
  z-index: 3;
}

.second-title-wrapper::before {
  content: "";
  position: absolute;
  top: -100px; /* expands area upward */
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.001);
  z-index: -1;
  pointer-events: auto;
}

/* SHOWCASE */

.showcase-mobile {
  display: none;
}

.showcase-container {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}

.showcase-box {
  position: relative;
  width: min(95vw, 1600px);
  margin: 50px auto 0 auto;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  z-index: 1;
}

.showcase-box.white {
  background-color: var(--white);
  color: var(--black);
  padding-bottom: 50px;
}

.showcase-content {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.showcase-title-wrapper {
  display: flex;
  justify-content: left;
  text-align: left;
  padding-left: clamp(20px, 3vw, 50px);
}

.showcase-title-block {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.showcase-title {
  font-size: clamp(60px, 8vw, 120px);
  padding-top: clamp(30px, 4vw, 50px);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.9;
}

.showcase-secondary-title {
  color: var(--white);
  font-size: clamp(50px, 6vw, 90px);
  padding-top: clamp(30px, 4vw, 50px);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.9;
}

.showcase-subtitle {
  color: var(--accent);
  font-weight: 900;
  font-size: clamp(24px, 3vw, 40px);
  margin-top: 10px;
  margin-bottom: 50px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.showcase-image-left {
  float: left;
  max-height: 900px;
  margin-right: 40px;
  margin-left: clamp(-300px, -25vw, -500px);
  transition: transform 0.3s ease;
}

.showcase-image-left:hover {
  transform: translateX(100px);
}

.showcase-image-right {
  float: right;
  max-height: 900px;
  margin-left: 40px;
  margin-right: clamp(-300px, -25vw, -500px);
  transition: transform 0.3s ease;
}

.showcase-image-right:hover {
  transform: translateX(-100px);
}

.showcase-text-wrapper {
  display: flex;
  height: 100%;
  min-height: 900px;
  justify-content: center;
  align-items: center;
}

.showcase-text-box {
  display: flex;
  flex-direction: column;
  align-items: left;
  max-width: 800px;
  text-align: left;
  padding-left: 40px;
}

.showcase-text-title {
  font-size: clamp(40px, 5vw, 75px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.25;
}

.showcase-text {
  color: var(--black);
  font-size: clamp(30px, 4vw, 60px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 15px;
}

.showcase-learn-more {
  background-color: var(--accent);
  color: var(--black);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 16px 8px 16px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: transform 0.1s ease;
}

.showcase-learn-more:hover {
  transform: scale(1.05);
}

/* SUPPLIERS */
.suppliers-wrapper {
  background-color: #0f0f0f;
  margin-bottom: 0px;
}

.suppliers-link {
  display: inline-block;
  width: 125px;
  height: 100%;
  text-decoration: none;
}

.suppliers-image {
  height: clamp(60px, 8vw, 80px);
  flex-shrink: 0;
  filter: invert(1) brightness(2);
  margin-top: 10px;
}

.scrolling-wrapper {
  overflow: hidden;
  height: 100px;
  width: 100vw;
  position: relative;
  margin-bottom: 40px;
}

.scrolling-track {
  display: flex;
  width: fit-content;
}

.scrolling-content {
  display: flex;
  gap: clamp(20px, 3vw, 40px);
}

@media (max-width: 767px) {
.scroll-target {
  scroll-margin-top: 20px;
}

/* TITLE */
.title-wrapper {
  margin: clamp(50px, 4vw, 100px) auto;
}

.title {
  font-size: clamp(40px, 12vw, 72px);
  max-width: 90vw;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
}

.subtitle.desktop {
  display: none;
}

.subtitle.mobile {
  display: block;
  color: var(--white);
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  max-width: 90vw;
  padding-top: 20px;
}

.title-button {
  margin-top: 30px;
  padding: 10px 20px 12px 20px;
}

.mobile-spacer {
  display: block;
  height: 10vh; 
}

/* VIDEO */
.video-wrapper.desktop {
  display: none;
}

.video-wrapper.mobile {
  display: flex;
}

.video-wrapper.mobile .page-video {
  height: 400px;
  object-fit: cover;
}

.page-image {
  width: 100%;
  max-width: min(95vw, 1600px);
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

/* SECOND TITLE */
.second-title {
  font-size: clamp(60px, 15vw, 80px);
  margin-top: clamp(25px, 5vh, 30px);
  margin-bottom: 0px;
}

/* SHOWCASE */
.showcase-desktop {
  display: none;
}

.showcase-mobile {
  display: block;
}

.showcase-title-block {
  text-align: center;
  align-items: center;
}

.showcase-title {
  font-size: clamp(40px, 10vw, 60px);
  padding-top: 40px;
}

.showcase-subtitle {
  margin-bottom: 0px;
}

.showcase-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.showcase-item img {
  width: 100%;
  max-width: 350px;
  border-radius: 16px;
  padding-top: 30px;
}

.showcase-text-title {
  font-size: clamp(35px, 1vw, 40px);
}

.showcase-text {
  max-width: 90vw;
}

/* SUPPLIERS */
.scrolling-wrapper {
  margin-bottom: 0px;
}





}