* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  --dark: #003432;
  --green: #e8fe86;
  --transition: 0.5s;
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  background-attachment: scroll;
}

body {
  color: var(--dark);
  background: var(--dark);
  margin: 0;
  overscroll-behavior: none;
}

h1 {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

section {
  z-index: 1;
  background: var(--green);
}

section:not(.bottom-section) {
  z-index: 1;
  background: var(--green);
  border-bottom: 1px solid var(--dark);
}

footer {
  margin: -2px 0 0;
  padding: 0;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 20px 64px 20px 64px;
  background: var(--green);
  margin-bottom: -2px;
}

.page-wrapper {
  position: relative;
  z-index: 99;
}

.pill-dark-fill {
  background-color: var(--dark); /* Set the background color */
  text-transform: uppercase;
  color: var(--green); /* Set the text color */
  border: 2px solid var(--dark);
  border-radius: 20px; /* Make the ends rounded */
  font-size: 24px; /* Set the font size */
  font-weight: 900;
  padding: 4px 16px;
  cursor: pointer; /* Change the cursor to pointer when hovering */
  display: inline-block; /* Make sure the button doesn't take full width */
  text-align: center; /* Center the text */
  transition: background-color 0.3s ease; /* Add transition for hover effect */
}

.pill-dark-fill.reverse {
  color: var(--dark); /* Set the text color */
  background-color: transparent; /* Set the background color */
}

.pill-dark-fill.reverse:hover {
  background-color: var(--dark);
  color: var(--green);
}

.heading-lg {
  position: relative;
  font-size: 10vw; /* Responsive font size */
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.1rem;
  margin: 16px 0;
  text-transform: uppercase;
}

.heading-md {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.heading.sm {
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
}

.body-base {
  font-size: 16px;
  line-height: 24px;
}

.body-sm {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}

.heading-lg-mobile {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -2px;
}

.dark * {
  color: var(--green) !important;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2vw;
}

.grid-container.content {
  padding: 32px 64px 104px 64px;
  max-width: 1440px;
  margin: auto;
}

.grid-container.header {
  padding: 64px 64px 104px 64px;
  max-width: 1440px;
  margin: auto;
}

.bottom-section {
  position: relative;
  z-index: 98;
  background: var(--green);
  border-radius: 0 0 72px 72px;
}

.bottom-section .content {
  margin-bottom: -2px;
  overflow: hidden;
}

.title-wrapper {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.title-wrapper h1 {
  font-size: 11vw;
  line-height: 0.78;
  font-weight: 900;
  letter-spacing: -0.1vw;
  margin: auto;
}

.intro-wrapper {
  animation-delay: 1.4s;
}

.content-wrapper.fade-up {
  animation-delay: 0.2s;
}

#mobile-screen-title .intro-wrapper {
  display: none;
}

#desktop-screen-title .intro-wrapper {
  grid-column: span 5 / span 5;
  min-width: 530px;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 24px;
  opacity: 0;
}

.span-right-old {
  grid-column: span 8 / span 8;
  grid-column-start: 5;
  margin-left: -28px;
}

.header-image {
  width: auto;
  height: 9vw;
  max-height: 140px;
  margin: auto;
}

.header-image.visible {
  opacity: 1 !important;
}

.header-carousel {
  margin: auto;
  position: relative;
  opacity: 0;
  animation-delay: 1.6s;
}

#mobile-screen-title .mobile-header-image {
  animation-delay: 1.6s;
  opacity: 0;
  margin: auto;
}

#desktop-screen-title .header-image {
  opacity: 0;
}

.header-carousel img:not(:first-child) {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wrapper {
  max-width: ;
}

.time-wrapper {
  grid-column: span 6 / span 6;
  grid-column-start: 1;
}

.content-wrapper {
  grid-column: span 4 / span 4;
  grid-column-start: 8;
}

.content-wrapper h3 {
  margin-bottom: 16px;
  margin-top: 24px;
}

.content-wrapper img {
  margin-top: 32px;
  margin-bottom: 8px;
}

.content-wrapper a {
  color: var(--dark);
}

.bg-dark {
  background-color: var(--dark);
}

.text-color-wht {
  color: white;
}

.share-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 100;
}

.share-modal {
  background-color: var(--dark);
  border-radius: 72px 0 0 72px;
  padding: 32px;
  width: 550px;
  height: 100%;
  position: absolute;
  color: var(--green);
  display: flex;
  right: 0;
  flex-direction: column;
  justify-content: center;
  transform: translateX(100%);
  visibility: visible;
  transition: transform var(--transition) ease;
}

.share-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(33, 35, 34, 0.25);
  transition: all var(--transition) ease;
}

.share-container.active {
  visibility: visible;
}

.share-container.active .share-backdrop {
  opacity: 1;
}

.share-container.active .share-modal {
  transform: translateX(0);
}

.share-modal ul {
  list-style-type: none;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.share-modal ul button {
  display: inline-block;
  color: var(--green);
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 40px;
  border: 2px solid transparent;
  transition: all var(--transition) ease;
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
}

.share-modal ul button:hover {
  border: 2px solid var(--green);
}

.share-modal p {
  padding: 0 0 16px 40px;
}

.close-button {
  position: absolute;
  top: 64px;
  right: 64px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px;
  width: 30px;
  height: 30px;
}

.close-button::before,
.close-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: var(--green);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-button:hover {
  border: none !important;
}

#desktop-screen-title {
  display: grid;
}

#mobile-screen-title {
  display: none;
}

.grid-container.future {
  height: 70vh;
  overflow: visible;
  padding: 80px 64px 80px 64px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  max-width: 1440px;
  margin: auto;
}

#the-future {
  position: relative;
  margin-top: -100vh;
  background: var(--dark) !important;
}

.future-spacer {
  position: relative;
  height: 100vh;
}

.copyright-wrapper {
  grid-column: 1 / -1;
  margin-bottom: 32px;
  color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

/* Mobile */
@media screen and (max-width: 768px) {
  #mobile-screen-title .intro-wrapper {
    display: block;
    grid-column: 1 / -1;
    width: 530px;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 24px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 4vw;
  }

  .grid-container.content,
  .grid-container.future,
  .grid-container.header {
    padding: 32px 16px 72px;
  }

  .share-modal a:hover {
    border: 0;
  }

  header {
    padding: 26px 16px;
  }

  .header-image {
    height: 14vw;
  }

  .pill-dark-fill {
    border: 2px solid var(--dark);
    border-radius: 20px; /* Make the ends rounded */
    font-size: 18px; /* Set the font size */
    padding: 2px 12px;
  }

  .share-modal {
    padding: 32px;
    width: calc(100% - 32px);
    justify-content: flex-start;
    border-radius: 32px 0 0 32px;
  }

  .share-modal ul button {
    padding: 8px 0;
  }

  .share-modal a {
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  .share-modal p {
    padding: 0 0 16px;
  }

  .close-button {
    position: relative;
    top: 0;
    right: 0;
    margin: 16px;
    margin-left: auto;
    margin-right: 0;
  }

  .time-wrapper,
  .content-wrapper {
    grid-column: 1 / -1;
    grid-column-start: 1;
  }

  .time-wrapper > * {
    text-align: right;
  }

  .title-wrapper h1 {
    font-size: 15.5vw;
  }

  .heading-lg {
    font-size: 64px;
    line-height: 72px;
  }

  .heading-md {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-lg-mobile {
    font-size: 32px;
    line-height: 40px;
  }

  #desktop-screen-title {
    display: none;
  }

  #mobile-screen-title {
    display: grid;
  }

  .copyright-wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-wrapper h1 {
    font-size: 10.2vw;
    line-height: 0.8;
  }
}

/* Tablet */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .title-wrapper h1 {
    font-size: 10.5vw;
    line-height: 0.8;
  }

  .grid-container {
    gap: 2vw;
  }
}

@media screen and (min-width: 1460px) {
  .title-wrapper h1,
  .heading-lg {
    font-size: 160px;
  }
}

/* Animations */
.slide-up > * {
  display: inline-block;
  transform: translateY(100%);
}

.slide-up.visible > * {
  animation-name: slideUp;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-fill-mode: forwards;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.fade-up {
  opacity: 0;
}

.fade-up.visible {
  animation-name: fadeUp;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-fill-mode: forwards;
}

@keyframes fadeUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.fade {
  opacity: 0;
}

.fade.visible {
  animation-name: fade;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.delay {
  animation-delay: 0.2s;
}

.swiper {
  margin: 0 !important;
}

.swiper-wrapper {
  width: max-content !important;
}

#loom-companion-mv3 {
  visibility: hidden;
}