@charset "UTF-8";
/* =========================================
   FONTS & IMPORTS
   ========================================= */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "PP Neue Corp";
  src: url("https://cdn.prod.website-files.com/6717aac16c9ea22eeef1e79e/6717de2d56e40b921572d2d9_PPNeueCorp-TightUltrabold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --osmo-bg: #000000;
  --osmo-text: #ffffff;
  --osmo-neutral: #000000;
  --osmo-pad: 2em;
  --osmo-ease: cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: inherit;
}

.options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  max-width: 900px;
  width: calc(100% - 100px);
  height: 400px;
}
@media screen and (max-width: 718px) {
  .options {
    min-width: 520px;
  }
  .options .option:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 638px) {
  .options {
    min-width: 440px;
  }
  .options .option:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 558px) {
  .options {
    min-width: 360px;
  }
  .options .option:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 478px) {
  .options {
    min-width: 280px;
  }
  .options .option:nth-child(2) {
    display: none;
  }
}
.options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 10px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option:nth-child(1) {
  --defaultBackground:#ED5565;
}
.options .option:nth-child(2) {
  --defaultBackground:#FC6E51;
}
.options .option:nth-child(3) {
  --defaultBackground:#FFCE54;
}
.options .option:nth-child(4) {
  --defaultBackground:#2ECC71;
}
.options .option:nth-child(5) {
  --defaultBackground:#5D9CEC;
}
.options .option:nth-child(6) {
  --defaultBackground:#AC92EC;
}
.options .option.active {
  flex-grow: 400;
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  border-radius: 40px;
  background-size: auto 100%;
  /*&:active {
     transform:scale(0.9);
  }*/
}
.options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
.options .option.active .label {
  bottom: 20px;
  left: 20px;
}
.options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
.options .option:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
}
.options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
.options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}
.options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option .label {
  display: flex;
  position: absolute;
  max-width: calc(100% - 40px);
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
  flex-shrink: 0;
}
.options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: normal;
}
.options .option .label .info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.options .option .label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 2px;
}
.options .option .label .info .sub {
  transition-delay: 0.1s;
  font-size: 0.9rem;
  line-height: 1.3;
}

.demo-gallery {
  width: 100%;
  overflow: hidden;
  /* This chops off the scrollbar */
  position: relative;
}

#members {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 500px) {
  :root {
    font-size: 14px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-moz-selection {
  background: #87cd33;
  color: white;
}

::selection {
  background: #87cd33;
  color: white;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 2rem;
}

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

ul {
  padding-left: 1rem;
  list-style: none;
}

.demo-gallery li {
  flex-shrink: 0;
  width: clamp(500px, 60vw, 800px);
  padding-right: 1rem;
}

header {
  height: 100vh;
}

footer {
  height: auto;
}

:-moz-any-link {
  color: #4e9815;
}

:any-link {
  color: #4e9815;
}

.df {
  display: flex;
}

.aic {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.demo-wrapper {
  overflow-x: hidden;
}

.wrapper {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  /* Ensures it takes up necessary space horizontally */
  flex-wrap: nowrap;
}

.demo-gallery:not(.last) {
  padding-bottom: 1rem;
}

.demo-text .text {
  font-size: clamp(8rem, 15vw, 16rem);
  line-height: 1;
  font-weight: 900;
}

/* =========================================
   2. SCOPED OSMO SECTION
   ========================================= */
#osmo {
  /* --- Main Container Styles (was .cloneable) --- */
  padding: var(--osmo-pad);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  /* Text & Color Settings */
  background-color: var(--osmo-bg);
  color: var(--osmo-text);
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1vw;
  /* Scales text only inside this section */
  overflow: hidden;
  /* Custom Cursor (Only appears when hovering this section) */
  cursor: url("https://cdn.prod.website-files.com/6708f85ff3d3cba6aff436fb/671251b239d7aeb290a31ac5_cursor-default%402x.svg") 2 0, auto;
  /* --- Scoped Resets --- */
  /* SAFE IMAGE STYLING: Applies ONLY to images inside #osmo */
  /* --- Inner Elements --- */
  /* Re-enable clicks on overlay children */
  /* --- Buttons --- */
  /* Button Hovers */
  /* Corners */
  /* --- Slider Area --- */
  /* --- Captions --- */
}
#osmo * {
  box-sizing: border-box;
}
#osmo a,
#osmo button,
#osmo .button {
  cursor: url("https://cdn.prod.website-files.com/6708f85ff3d3cba6aff436fb/671251b212e6b71494aa67ff_cursor-pointer%402x.svg") 12 0, pointer;
}
#osmo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: none;
}
#osmo .overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--osmo-neutral) 60%, transparent);
  justify-content: flex-start;
  align-items: center;
  width: 25em;
  height: 100%;
  padding-left: 2em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  pointer-events: none;
}
#osmo .overlay * {
  pointer-events: auto;
}
#osmo .overlay-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 28.125em;
  display: flex;
}
#osmo .overlay-count-row {
  gap: 0.2em;
  display: flex;
  align-items: center;
  font-family: "PP Neue Corp", Impact, sans-serif;
  font-size: 5.625em;
  font-weight: 700;
}
#osmo .count-column {
  height: 1em;
  overflow: hidden;
}
#osmo .count-heading {
  width: 2ch;
  font-size: 1em;
  line-height: 1;
  margin: 0;
}
#osmo .count-row-divider {
  background-color: var(--osmo-text);
  width: 2px;
  height: 0.75em;
  transform: rotate(15deg);
}
#osmo .overlay-nav-row {
  gap: 2em;
  display: flex;
}
#osmo .button {
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.4em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 0;
  display: flex;
  position: relative;
  font-size: inherit;
  transition: opacity 0.4s;
}
#osmo .button-arrow {
  flex: none;
  width: 1em;
  height: 0.75em;
}
#osmo .button-arrow.next {
  transform: rotate(180deg);
}
#osmo .button-overlay {
  z-index: 2;
  position: absolute;
  inset: -1px;
  transition: transform 0.475s var(--osmo-ease), opacity 0.475s var(--osmo-ease);
}
#osmo .button:hover .button-overlay {
  transform: scale(1.4);
}
#osmo .overlay-nav-row:hover .button {
  opacity: 0.4;
}
#osmo .overlay-nav-row .button:hover {
  transform: scale(0.85);
  opacity: 1 !important;
}
#osmo .overlay-corner {
  border-top: 1px solid var(--osmo-text);
  border-left: 1px solid var(--osmo-text);
  border-top-left-radius: 0.4em;
  width: 1em;
  height: 1em;
  position: absolute;
}
#osmo .overlay-corner.top-right {
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}
#osmo .overlay-corner.bottom-left {
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}
#osmo .overlay-corner.bottom-right {
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}
#osmo .main {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}
#osmo .slider-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
#osmo .slider-list {
  display: flex;
  position: relative;
}
#osmo .slider-slide {
  flex: none;
  width: 62.5em;
  height: 31.25em;
  padding: 0 1.25em;
  transition: opacity 0.4s;
  position: relative;
  opacity: 0.2;
}
#osmo .slider-slide.active {
  opacity: 1;
}
#osmo .slide-inner {
  border-radius: 0.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#osmo .slide-caption {
  z-index: 2;
  gap: 0.4em;
  background-color: var(--osmo-text);
  color: var(--osmo-bg);
  /* Dark text on white bg */
  white-space: nowrap;
  border-radius: 0.25em;
  justify-content: flex-start;
  align-items: center;
  padding: 0.4em 0.75em 0.4em 0.5em;
  display: flex;
  position: absolute;
  top: 1.25em;
  left: 1.25em;
  overflow: hidden;
  /* Animation states */
  transition: transform 0.525s var(--osmo-ease), opacity 0.525s var(--osmo-ease);
  opacity: 0;
  transform: translate(-25%, 0px);
}
#osmo .slider-slide.active .slide-caption {
  opacity: 1;
  transform: translate(0%, 0px);
  transition-delay: 0.3s;
}
#osmo .caption-dot {
  background-color: var(--osmo-bg);
  border-radius: 10em;
  flex: none;
  width: 0.5em;
  height: 0.5em;
}
#osmo .caption {
  font-size: 0.75em;
  font-family: arial, sans-serif;
  margin: 0;
}

/* =========================================
   CTA SECTION (The "Neat" Style)
   ========================================= */
/* 1. Import the Font */
#cta {
  background: black;
  font-family: "Montserrat", sans-serif;
  color: white;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* 2. Top & Bottom Containers */
  /* 3. The Hero/Image Area Wrapper */
  /* 4. Inner Image Logic */
  /* 5. The Content/Headline Overlay */
  /* 6. The Animated Headline Logic */
}
#cta .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  /* Full viewport height for text areas as requested */
  color: white;
  text-align: center;
}
#cta .cta-container .container__headline {
  font-size: 5vmin;
  /* Responsive font size */
  font-weight: 700;
  margin: 0;
}
#cta .cta-hero {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
#cta .hero__inner {
  display: flex;
  position: relative;
  width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  /* Aspect Ratio Hack (16:9) */
}
#cta .hero__inner::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
#cta .hero__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cta .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160%;
  /* Taller for parallax effect */
  -o-object-fit: cover;
     object-fit: cover;
}
#cta .hero__content {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#cta .hero__headline {
  --padding: 1.5vmin;
  --duration: 400ms;
  --delay: calc(var(--duration) / 2);
  --ease: cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  display: inline-block;
  font-size: 10vmin;
  overflow: hidden;
  margin-top: calc(var(--padding) * -1);
  padding: var(--padding);
  color: white;
  /* The white underline/revealer */
  /* The Text inside */
  /* ACTIVE STATE (Added by JS) */
}
#cta .hero__headline::after {
  content: "";
  position: absolute;
  top: calc(100% - var(--padding));
  left: 0;
  background-color: white;
  width: 100%;
  height: 1.5vmin;
  transform: scaleX(0);
  transition: transform var(--duration) var(--delay) var(--ease);
  transform-origin: left;
}
#cta .hero__headline span {
  display: block;
  transform: translateY(110%);
  transition: transform var(--duration) var(--ease);
}
#cta .hero__headline.active::after {
  transform: scaleX(1);
  transition-delay: 0s;
}
#cta .hero__headline.active span {
  transform: translateY(0);
  transition-delay: var(--delay);
}

/* =========================================
   HEADER STYLES
   ========================================= */
.cd-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

.header-wrapper {
  position: relative;
  width: calc(100% - 100px);
  margin-left: 50px;
  pointer-events: auto;
  display: block;
}

/* Logo */
.logo-wrap {
  position: absolute;
  display: block;
  left: 0;
  top: 40px;
  cursor: pointer;
}

.logo-wrap a {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.logo-wrap a span {
  color: #8167a9;
  /* Accent Color */
}

.logo-wrap a:hover {
  opacity: 0.9;
}

/* Hamburger Menu Container */
.nav-but-wrap {
  position: relative;
  display: inline-block;
  float: right;
  padding-left: 15px;
  padding-top: 15px;
  margin-top: 26px;
  transition: all 0.3s ease-out;
}

/* Hamburger Lines */
.menu-icon {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
}

.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #fff;
  margin-bottom: 7px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.5s ease;
}

.menu-icon__line-left {
  width: 16.5px;
  transition: all 200ms linear;
}

.menu-icon__line-right {
  width: 16.5px;
  float: right;
  transition: all 200ms linear;
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 30px;
}

/* =========================================
   NAVIGATION OVERLAY
   ========================================= */
.nav {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  /* Hidden by default */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* The Background Layers (Curved effect) */
.nav:before,
.nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(20, 21, 26, 0.6);
  border-bottom-left-radius: 200%;
  z-index: -1;
  transform: translateX(100%) translateY(-100%);
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
}

.nav:after {
  background: rgb(9, 9, 12);
  /* Main Background Color */
  transition-delay: 0s;
}

.nav:before {
  transition-delay: 0.2s;
}

.nav__content {
  /* 1. Reset Position: This kills the old "top: 50%" rule */
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  /* 2. Reset Transform: This kills the old "translate" rule */
  transform: none;
  /* 3. Layout settings */
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.nav__list {
  position: relative;
  padding: 0;
  /* Important: Removes default browser padding */
  margin: 0;
  list-style: none;
  z-index: 2;
  display: inline-block;
  /* Keeps the box tight to the text */
}

.nav__list-item {
  position: relative;
  display: block;
  opacity: 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 8vh;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 3px;
  transform: translate(100px, 0%);
  transition: opacity 0.2s ease, transform 0.3s ease;
  margin-top: 0;
  margin-bottom: 0;
}

.nav__list-item a {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 900;
  z-index: 2;
  display: inline-block;
  text-transform: uppercase;
  transition: all 200ms linear;
}

/* Hover Strikethrough Effect */
.nav__list-item a:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: #8167a9;
  z-index: 1;
  transition: all 200ms linear;
}

.nav__list-item a:hover:after {
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.nav__list-item a:hover {
  color: rgb(255, 255, 255);
}

.nav__list-item.active-nav a {
  color: rgb(255, 255, 255);
}

.nav__list-item.active-nav a:after {
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}

/* =========================================
   ACTIVE STATE (Toggled by JS)
   ========================================= */
/* Turn Hamburger into X */
body.nav-active .menu-icon__line {
  background-color: #fff;
  transform: translate(0px, 0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
  width: 15px;
  transform: translate(2px, 4px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  transform: translate(-3px, -3.5px) rotate(45deg);
}

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px;
}

/* Reveal Nav Overlay */
body.nav-active .nav {
  visibility: visible;
}

body.nav-active .nav:before,
body.nav-active .nav:after {
  transform: translateX(0%) translateY(0%);
  border-radius: 0;
}

body.nav-active .nav:after {
  transition-delay: 0.1s;
}

body.nav-active .nav:before {
  transition-delay: 0s;
}

body.nav-active .nav__content {
  visibility: visible;
}

/* Reveal List Items (Staggered) */
body.nav-active .nav__list-item {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

body.nav-active .nav__list-item:nth-child(1) {
  transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(2) {
  transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(3) {
  transition-delay: 0.9s;
}

body.nav-active .nav__list-item:nth-child(4) {
  transition-delay: 1s;
}

body.nav-active .nav__list-item:nth-child(5) {
  transition-delay: 1.1s;
}

body.nav-active .nav__list-item:nth-child(6) {
  transition-delay: 1.2s;
}

#how .option .label p,
#how .option .label span {
  color: #000 !important;
}

/* Scope everything to the #how ID */
/* CORRECTED #how SECTION */
#how {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  /* ✅ FIXED: Moved inside the selector */
}
#how .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 20;
  white-space: normal !important;
  pointer-events: none;
}
#how .copy h1 {
  color: #FFD700 !important;
  margin: 0 0 10px 0;
  z-index: 21;
}
#how .copy p {
  /* These are the exact rules that worked for you */
  display: block !important;
  white-space: normal !important;
  max-width: 350px !important;
  /* Formatting */
  width: 100%;
  text-align: center;
  color: #FFD700 !important;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  z-index: 21;
}
#how .copy span {
  color: #FFD700 !important;
  opacity: 0.5; /* Keep the transparency/faded look but black */
}
#how * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#how img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#how p,
#how a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: #FFD700;
}
#how .container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#how .slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}
#how .card {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 75%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  transform: translate3d(-50%, -50%, 0);
  background-color: #000;
}
@media (max-width: 500px) {
  #how .slider {
    /* CHANGED: Removed the huge 27vh gap */
    top: 0;
    /* Optional: Add a little padding if it feels too tight */
    padding-top: 10px;
  }
  #how .card {
    height: 350px;
  }
}

/* Fix h1 span being outside */
h1 span {
  position: relative;
  display: inline-block;
}

/* =========================================
   STATS SECTION (Added to SCSS so it persists)
   ========================================= */
.stats-section {
  background-color: #000000;
  color: #ffffff;
  padding: 6rem 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.stats-container {
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.stats-headline {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 4rem;
  line-height: 1.2;
}

.stats-grid {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}

.stat-item {
  display: flex;
  align-items: center;
  text-align: left;
}

.stat-divider {
  width: 3px;
  height: 60px;
  background-color: #ffffff;
  margin-right: 1.5rem;
  /* Fix 1: Stop it from getting squashed by the big number */
  flex-shrink: 0;
  min-width: 1px; /* or whatever your desired width is */
  /* Fix 2: Force it to stay rendered on mobile */
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  position: relative;
  z-index: 5;
}

.stat-content h3 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.stat-content p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0.5rem 0 0 0;
  opacity: 0.9;
  text-transform: lowercase;
}

/* Responsive Stats */
@media (max-width: 900px) {
  .stats-section {
    padding: 0px 2rem !important; /* 35px Top/Bottom, 2rem Left/Right */
  }
  .stats-grid {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .stat-item {
    text-align: left;
    width: 200px;
  }
  .stats-headline {
    font-size: 2rem;
  }
}
/* Responsive Slider */
@media (max-width: 1024px) {
  #osmo .slider-slide {
    width: 90vw;
    height: auto;
    aspect-ratio: 2/1;
    min-height: 300px;
  }
  .archetypes-wrapper {
    /* "flex-start" ensures the Nav is only as tall as the screen (100vh) */
    /* preventing it from stretching to the full content height. */
    align-items: flex-start !important;
  }
}
/* =========================================
   BUBBLE FOOTER STYLES
   ========================================= */
.footer {
  z-index: 1;
  --footer-background: #ED5565;
  display: grid;
  position: relative;
  min-height: auto;
  overflow: visible;
  background: var(--footer-background);
}
.footer .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  /* CHANGED: -1 puts them behind the footer background so they only show when they fly out */
  z-index: -1;
  background: transparent;
  filter: url("#blob");
}
.footer .bubbles .bubble {
  position: absolute;
  left: var(--position, 50%);
  background: var(--footer-background);
  border-radius: 100%;
  /* UPDATED: Removed the '100%' from the end so it doesn't push down */
  transform: translateX(-50%);
  /* Ensure the animation uses the new name/values */
  animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
}
.footer .content {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 1rem;
  padding: 1rem;
  background: transparent;
}
.footer .content a,
.footer .content p {
  color: #F5F7FA;
  text-decoration: none;
}
.footer .content b {
  color: white;
  display: block;
  margin-bottom: 0.5rem;
}
.footer .content p {
  margin: 0;
  font-size: 0.75rem;
}
.footer .content > div {
  display: flex;
  /* Responsive wrap for mobile */
  flex-wrap: wrap;
  justify-content: center;
}
.footer .content > div > div {
  margin: 0.25rem 1rem;
  /* Added spacing */
  display: flex;
  flex-direction: column;
}
.footer .content > div .image {
  align-self: center;
  width: 4rem;
  height: 4rem;
  margin: 0.25rem 0;
  background-size: cover;
  background-position: center;
}

@keyframes bubble-size {
  0%, 75% {
    width: var(--size, 4rem);
    height: var(--size, 4rem);
  }
  100% {
    width: 0rem;
    height: 0rem;
  }
}
@keyframes bubble-move {
  0% {
    bottom: 0;
  }
  100% {
    bottom: calc(100% + 4.5rem);
  }
}
/* =========================================
   ARCHETYPES SECTION STYLES
   ========================================= */
#archetypes-section .archetypes-content section {
  /* Mobile: Let it be natural or smaller (so it's easy to swipe) */
  min-height: 50vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: black; /* Ensure opaque background for stacking */
  position: relative; /* Default */
  /* DESKTOP (The "Original" Feel): Force full screen */
}
@media (min-width: 1024px) {
  #archetypes-section .archetypes-content section {
    height: 100vh; /* Force exact viewport height */
    min-height: 800px; /* Safety minimum for small laptops */
    /* Center the text vertically so it looks intentional */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Ensure the border stays at the bottom */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* Prepare for stacking */
    width: 100%;
    will-change: transform; /* Performance hint */
  }
}
#archetypes-section .archetypes-wrapper {
  align-items: flex-start !important; /* Critical: Tells flexbox NOT to stretch the sidebar */
  overflow: visible !important; /* Critical: 'hidden' breaks sticky positioning */
  position: relative;
}
#archetypes-section .archetypes-nav {
  /* Hide scrollbar */
  position: sticky;
  top: 0;
  height: 100vh; /* Must be viewport height */
  z-index: 50; /* Ensure it stays above the stacked content */
}
#archetypes-section .archetypes-nav::-webkit-scrollbar {
  display: none;
}
#archetypes-section .archetype-nav-item {
  position: relative;
  padding-left: 35px; /* Space for the dot and line */
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  /* 1. THE DOT (::before) */
  /* 2. THE LINE (::after) */
  /* We draw a line from this dot down to the next one */
  /* 3. TYPOGRAPHY DEFAULTS (Inactive State) */
  /* 4. ACTIVE STATE */
  /* Hover Effect for Inactive Items */
}
#archetypes-section .archetype-nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px; /* Aligns dot with the top number */
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000; /* Black center (hollow look initially) */
  border: 2px solid rgba(255, 255, 255, 0.3); /* Dim border */
  z-index: 2; /* Sit on top of the line */
  transition: all 0.3s ease;
}
#archetypes-section .archetype-nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 6px; /* Center of the 14px dot (14/2 - 2/2 = 6) */
  top: 16px; /* Starts right below the dot */
  /* Height calculation: 
     100% of the item height + 2rem (32px) for the Tailwind 'space-y-8' gap */
  height: calc(100% + 2rem);
  width: 2px;
  background: rgba(255, 255, 255, 0.2); /* Dim line color */
  z-index: 1;
}
#archetypes-section .archetype-nav-item span {
  font-size: 14px;
  transition: all 0.3s ease;
  opacity: 0.5;
}
#archetypes-section .archetype-nav-item h3 {
  font-size: 1.1rem;
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: all 0.4s ease;
}
#archetypes-section .archetype-nav-item p {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  font-size: 0.9rem;
}
#archetypes-section .archetype-nav-item.active-archetype {
  opacity: 1 !important;
  /* No padding change needed now, the dot stays fixed */
  /* Active Dot Style */
  /* Active Text Styles */
  /* Reveal Title */
  /* Reveal Body */
}
#archetypes-section .archetype-nav-item.active-archetype::before {
  background: #fff; /* Filled white */
  border-color: #fff;
  transform: scale(1.2); /* Slightly larger */
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6); /* Glow effect */
}
#archetypes-section .archetype-nav-item.active-archetype span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  margin-bottom: 5px;
}
#archetypes-section .archetype-nav-item.active-archetype h3 {
  height: auto;
  opacity: 1;
  margin-bottom: 0.5rem;
  max-height: 50px;
}
#archetypes-section .archetype-nav-item.active-archetype p {
  height: auto;
  opacity: 1;
  max-height: 100px;
}
#archetypes-section .archetype-nav-item:not(.active-archetype):hover {
  opacity: 1;
}
#archetypes-section .archetype-nav-item:not(.active-archetype):hover::before {
  border-color: rgba(255, 255, 255, 0.8);
}

/* =========================================
   MOBILE VIBES: HORIZONTAL SCROLL
   ========================================= */
@media screen and (max-width: 768px) {
  /* 1. The Container: Enable Scrolling */
  .options {
    min-width: 100% !important; /* Override the fixed width */
    width: 100% !important;
    height: auto !important;
    min-height: 450px; /* Give space for the cards */
    display: flex;
    flex-direction: row;
    /* Enable Horizontal Scroll */
    overflow-x: auto;
    overflow-y: hidden;
    /* Snap effect for premium feel */
    scroll-snap-type: x mandatory;
    /* Spacing */
    padding: 20px 20px 40px 20px; /* Bottom padding for scrollbar space */
    gap: 15px;
  }
  /* 2. The Custom Scrollbar */
  .options::-webkit-scrollbar {
    height: 6px;
  }
  .options::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin: 0 20px; /* Push track in from edges */
  }
  .options::-webkit-scrollbar-thumb {
    background: #ED5565; /* Your Brand Red */
    border-radius: 10px;
  }
  /* 3. The Individual Cards */
  .options .option {
    /* Force cards to show (override the loop that hides them) */
    display: block !important;
    /* Fixed mobile card size */
    min-width: 405px !important;
    width: 400px !important;
    height: 380px !important;
    /* Reset Flex behaviors */
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    /* Snap alignment */
    scroll-snap-align: center;
    /* Rounder corners for mobile cards */
    border-radius: 20px !important;
    /* Shadow for depth */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }
  /* 4. Fix the Label/Text Position on Mobile */
  /* We want the text ALWAYS visible on mobile, not just on 'active' */
  .options .option .label {
    bottom: 20px !important;
    left: 20px !important;
    right: auto !important;
    max-width: calc(100% - 40px);
  }
  .options .option .label .info {
    opacity: 1 !important; /* Force text visibility */
  }
  .options .option .label .info > div {
    left: 0px !important;
    opacity: 1 !important;
  }
  /* 6. Hide the "Active" state expansion on mobile */
  /* This prevents the JS click from making one card super wide */
  .options .option.active {
    flex-grow: 0 !important;
    max-width: 280px !important;
  }
}
/* =========================================
   MOBILE OSMO: MASSIVE CONTROLS, PETITE IMAGES
   ========================================= */
/* =========================================
   MOBILE OSMO: WORKING SCROLL & CENTERED IMAGES
   ========================================= */
@media screen and (max-width: 768px) {
  /* 1. Container */
  #osmo {
    padding: 1em !important;
    height: 40vh !important;
    min-height: 400px !important;
    flex-direction: column;
    justify-content: flex-start !important;
  }
  /* 2. The Controls (Numbers & Arrows) */
  #osmo .overlay {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    padding: 1em 0 0 0 !important;
    background: none !important;
    z-index: 10;
    justify-content: center !important;
    align-items: center !important;
  }
  #osmo .overlay-inner {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 10px;
  }
  /* Massive Numbers */
  #osmo .overlay-count-row {
    font-size: 6em !important;
    line-height: 0.8;
    letter-spacing: -2px;
  }
  /* Big Buttons */
  #osmo .overlay-nav-row {
    gap: 1em !important;
  }
  #osmo .button {
    width: 5em !important;
    height: 5em !important;
    border-width: 2px !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
  }
  #osmo .button svg {
    width: 40% !important;
    height: 40% !important;
  }
  /* 3. The Image Slider Area */
  #osmo .main {
    position: relative !important;
    width: 100% !important;
    flex-grow: 1;
    height: auto !important;
    z-index: 1;
    overflow: hidden;
  }
  /* 4. FIX: Allow Horizontal Scroll Layout */
  #osmo .slider-list {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
  }
  /* 5. PERFECT CENTERING & SCROLL FIX */
  #osmo .slider-slide {
    /* Force slide to take full width of container so scrolling works */
    width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box !important;
    /* PADDING: 2em Top/Bottom, 15% Left/Right */
    /* This creates equal whitespace on sides, perfectly centering the image */
    padding: 2em 10px !important;
    /* Make sure it's visible for GSAP logic */
    opacity: 1 !important;
    transform: none !important;
  }
  /* 6. Inactive Slides: Dim them instead of hiding them */
  /* This ensures the 'drag' logic still has a target to grab onto */
  #osmo .slider-slide:not(.active) {
    opacity: 0.3 !important;
    display: block !important; /* CRITICAL: Must be block for GSAP to calculate width */
  }
  /* Image Styling */
  #osmo .slide-inner {
    border-radius: 1.5em !important;
    height: 100% !important;
    width: 100% !important;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  }
  #osmo .slide-inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .archetypes-wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .archetypes-content {
    position: relative;
    height: 100%;
    width: 66.666667%; /* Matched from tailwind lg:w-2/3 */
  }
  .archetypes-content section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-color: black; /* Ensure no transparency */
    will-change: transform;
  }
}/*# sourceMappingURL=style.css.map */