/* =========================================================
   01. Hero
========================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding-top: calc(var(--nav-height) + 36px);
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.675), rgba(0, 0, 0, 0.69)),
    url("../content/people/groups/heropicturedefault.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  margin-left: var(--grid-margin);
  width: min(760px, calc(100% - var(--grid-margin) - 24px));
  display: grid;
  gap: 14px;
  padding-bottom: 40px;
}

.hero__title {
  margin: 0;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
  overflow-wrap: anywhere;
  max-width: 18ch;
}

.hero__sub {
  margin: 0;
  max-width: 46ch;
  opacity: 0.85;
  font-size: 18px;
  line-height: 1.5;
}

.hero__ctas {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* =========================================================
   02. Intro V2
========================================================= */

.intro-v2 {
  position: relative;
  background: #fff;
  color: #111;
  padding: clamp(82px, 11vh, 130px) 0 clamp(46px, 6vh, 72px);
}

.intro-v2__inner {
  display: grid;
  gap: clamp(26px, 4vw, 48px);
}

.intro-v2__eyebrow,
.stats-v2__eyebrow {
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.intro-v2__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
  gap: clamp(42px, 8vw, 124px);
  align-items: start;
}

.intro-v2__title {
  margin: 0;
  max-width: 13ch;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 0.94;
  letter-spacing: -0.058em;
}

.intro-v2__right {
  display: grid;
  gap: 22px;
  padding-top: 0.45em;
}

.intro-v2__text {
  margin: 0;
  max-width: 36ch;
  font-size: 1.5rem;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: rgba(17, 17, 17, 0.78);
}

/* =========================================================
   03. Positioning Pillars
========================================================= */

.pillars-v2 {
  background: #fff;
  color: #111;
  padding: clamp(34px, 5vh, 58px) 0 clamp(86px, 11vh, 128px);
}

.pillars-v2__inner {
  display: grid;
  gap: clamp(28px, 4vw, 46px);
}

.pillars-v2__header {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(360px, 1fr);
  gap: clamp(42px, 8vw, 124px);
  align-items: start;
  padding-top: clamp(28px, 4vh, 52px);
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.pillars-v2__eyebrow {
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.pillars-v2__intro {
  margin: 0;
  max-width: 42ch;
  font-size: 1.25rem;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: rgba(17, 17, 17, 0.78);
}

.pillars-v2__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pillars-v2__card {
  min-height: 230px;
  border-radius: 22px;
  padding: 22px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pillars-v2__number {
  color: var(--purple);
  font-size: 13px;
  line-height: 1;
}

.pillars-v2__card h3 {
  margin: auto 0 16px;
  max-width: 10ch;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.pillars-v2__card p {
  margin: 0;
  max-width: 31ch;
  color: rgba(17, 17, 17, 0.62);
  font-size: 14px;
  line-height: 1.45;
}

/* =========================================================
   04. Culture Bento Gallery
========================================================= */
.culture-gallery {
  position: relative;
  background: #fff;
  color: #111;
  overflow: visible;
  min-height: 260vh;
  z-index: 1;
}

.gallery-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

.gallery {
  position: relative;
  width: 100%;
  height: 100%;
  flex: none;
}


.gallery__item {
  position: relative;
  flex: none;
  overflow: hidden;
  border-radius: 18px;
  background: #f5f5f5;
}

.gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.32) 0%,
      rgba(0, 0, 0, 0.42) 48%,
      rgba(0, 0, 0, 0.62) 100%
    );
}

.gallery__item img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
}

.gallery--bento {
  display: grid;
  gap: 1.1vh;
  grid-template-columns: repeat(3, 32vw);
  grid-template-rows: repeat(4, 22vh);
  justify-content: center;
  align-content: center;
}

.gallery--final.gallery--bento {
  grid-template-columns: repeat(3, 100vw);
  grid-template-rows: repeat(4, 49.5vh);
  gap: 1vh;
}

.gallery--bento .gallery__item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}

.gallery--bento .gallery__item:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.gallery--bento .gallery__item:nth-child(3) {
  grid-area: 2 / 2 / 4 / 3;
}

.gallery--bento .gallery__item:nth-child(4) {
  grid-area: 1 / 3 / 3 / 4;
}

.gallery--bento .gallery__item:nth-child(5) {
  grid-area: 3 / 1 / 4 / 2;
}

.gallery--bento .gallery__item:nth-child(6) {
  grid-area: 3 / 3 / 5 / 4;
}

.gallery--bento .gallery__item:nth-child(7) {
  grid-area: 4 / 1 / 5 / 2;
}

.gallery--bento .gallery__item:nth-child(8) {
  grid-area: 4 / 2 / 5 / 3;
}

/* =========================================================
   05. Culture Statement
========================================================= */

.culture-statement {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #111;
  padding: clamp(72px, 10vh, 120px) 0 clamp(110px, 14vh, 180px);
  margin-top: -1px;
}


.culture-statement::before {
  display: none;
}

.culture-statement__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(54px, 7vw, 96px);
}

.culture-statement__header {
  display: grid;
  gap: 18px;
  max-width: 780px;
}

.culture-statement__eyebrow {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.culture-statement__title {
  margin: 0;
  max-width: 14ch;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  color: #111;
}

.culture-statement__lead {
  margin: 0;
  max-width: 54ch;
  color: rgba(17, 17, 17, 0.68);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.45;
}

.culture-statement__details {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.culture-detail {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 96px);
  padding: clamp(34px, 5vw, 58px) 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.culture-detail__title {
  margin: 0;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  color: #111;
}

.culture-detail__copy {
  display: block;
  max-width: 62ch;
}

.culture-detail__copy p {
  margin: 0;
  max-width: 62ch;
  color: rgba(17, 17, 17, 0.68);
  font-size: 16px;
  line-height: 1.58;
}

/* =========================================================
   Creator Showcase After Bento
========================================================= */

.creator-showcase {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #111;
  overflow: hidden;
  padding: clamp(100px, 12vh, 140px) 0 clamp(56px, 7vh, 80px);
  margin-top: 0;
}


/* =========================================================
   05. Creator Showcase
========================================================= */
.creator-showcase {
  position: relative;
  background: #fff;
  color: #111;
  overflow: hidden;
  padding: clamp(100px, 12vh, 140px) 0 clamp(56px, 7vh, 80px);
  margin-top: 0;
  z-index: 3;
}

.creator-showcase__intro {
  margin-bottom: 64px;
}

.creator-showcase__title {
  margin: 0;
  max-width: 16ch;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: clamp(35px, 5.5vw, 65px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.creator-showcase__rail {
  position: relative;
  padding-left: max(24px, calc((100vw - min(var(--max-width), calc(100% - 48px))) / 2 + 24px));
}

.creator-showcase__viewport {
  overflow: hidden;
}

.creator-showcase__track {
  display: flex;
  gap: 18px;
  width: max-content;
  will-change: transform;
  padding-right: 24px;
}

.creator-showcase__track::after {
  content: "";
  display: block;
  flex: 0 0 250px;
}

.creator-card {
  position: relative;
  flex: 0 0 auto;
  width: clamp(350px, 19vw, 395px);
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.creator-card__media {
  position: relative;
  width: 100%;
  height: 100%;
}

.creator-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creator-card__gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(91, 42, 244, 0) 0%,
      rgba(91, 42, 244, 0.08) 48%,
      rgba(91, 42, 244, 0.76) 100%
    );
  pointer-events: none;
}

.creator-card__gradient--solid {
  background:
    linear-gradient(
      180deg,
      rgba(91, 42, 244, 0.45) 0%,
      rgba(91, 42, 244, 0.58) 48%,
      rgba(91, 42, 244, 0.88) 100%
    );
}

.creator-card__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  color: #fff;
}

.creator-card__content--center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.creator-card__top {
  display: grid;
  gap: 6px;
}

.creator-card__name {
  margin: 0;
  font-family: "Satoshi", system-ui, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.creator-card__audience {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  opacity: 0.9;
}

.creator-card__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.creator-card__pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.creator-card__pill::before,
.creator-card__pill::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.creator-card__pill::before {
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.7),
      transparent
    );
  opacity: 0.75;
}

.creator-card__pill::after {
  top: 6px;
  left: 0;
  width: 1px;
  height: calc(100% - 12px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.7),
      transparent,
      rgba(255, 255, 255, 0.25)
    );
  opacity: 0.75;
}

.creator-card__ctaText {
  max-width: 9ch;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.creator-showcase__scrollbar {
  margin-top: 18px;
  width: 90px;
}

.creator-showcase__scrollbarTrack {
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: #eaeaea;
  overflow: hidden;
}

.creator-showcase__scrollbarThumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  border-radius: 999px;
  background: var(--purple);
}

.creator-showcase__pin {
  position: relative;
}

/* =========================================================
   Brand Partnerships Intro
========================================================= */

.brands-intro {
  position: relative;
  background: #fff;
  color: #111;
  padding: clamp(90px, 12vh, 150px) 0 clamp(42px, 6vh, 72px);
  overflow: hidden;
  margin-bottom: 40px;
}

.brands-intro::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8%;
  width: min(760px, 70vw);
  height: min(760px, 70vw);
  border-radius: 999px;
  transform: translateX(-8%);
  pointer-events: none;
}

.brands-intro__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(42px, 6vw, 78px);
}


.brands-intro__eyebrow {
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.brands-intro__proof {
  display: flex;
  align-items: baseline;
  gap: 16px;
  max-width: 420px;
}

.brands-intro__proof span {
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: #111;
}

.brands-intro__proof p {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 14px;
  line-height: 1.35;
}

.brands-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.9fr);
  gap: clamp(42px, 8vw, 128px);
  align-items: start;
}

.brands-intro__content {
  display: grid;
  gap: 26px;
}

.brands-intro__title {
  margin: 0;
  max-width: 12ch;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: clamp(44px, 5.2vw, 82px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin-bottom: 0.25em;
}

.brands-intro__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 520px;
}

.brands-intro__badges span {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 1;
}

.brands-intro__copy {
  display: grid;
  gap: 24px;
  padding-top: 0.35em;
}

.brands-intro__text {
  margin: 0;
  max-width: 42ch;
  font-size: 1.5rem;;
  line-height: 1.18;
  letter-spacing: -0.035em;
  color: rgba(17, 17, 17, 0.82);
}


/* =========================================================
   07. Utilities / Temporary
========================================================= */
.page-spacer {
  height: 200vh;
  background: #f5f5f5;
}


/* =========================================================
   Brand Logo Marquee
========================================================= */
.brand-marquee {
  background: var(--white);
  color: var(--black);
  padding: 0 0 clamp(90px, 12vh, 150px);
  overflow: hidden;
}

.brand-marquee__inner {
  display: grid;
  gap: 18px;
  cursor: grab;
  user-select: none;
}

.brand-marquee__inner:active {
  cursor: grabbing;
}

.brand-marquee__row {
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.brand-marquee__track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.brand-marquee__item {
  flex: 0 0 auto;
  width: clamp(150px, 12vw, 210px);
  height: clamp(84px, 7vw, 112px);
  border-radius: 16px;
  background: #f7f7f7;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
}


.brand-marquee__logo {
  display: block;
  max-width: 118px;
  max-height: 46px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.62;
  transition:
    filter 220ms ease,
    opacity 220ms ease;
  pointer-events: none;
}

.brand-marquee__item:hover .brand-marquee__logo {
  filter: grayscale(0);
  opacity: 1;
}

.brand-marquee__item:hover .brand-marquee__logo {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.08);
}

/* Logo-specific balance because logo files love being annoying */
.brand-marquee__logo--epicgames,
.brand-marquee__logo--fortnite,
.brand-marquee__logo--nyse,
.brand-marquee__logo--nascar,
.brand-marquee__logo--usga,
.brand-marquee__logo--twd,
.brand-marquee__logo--simpsons,
.brand-marquee__logo--spongebob {
  max-height: 54px;
}

.brand-marquee__logo--nfl {
  max-width: 62px;
  max-height: 56px;
}

.brand-marquee__logo--disney,
.brand-marquee__logo--skytechgaming,
.brand-marquee__logo--chipsahoy,
.brand-marquee__logo--coolermaster,
.brand-marquee__logo--gigabyte,
.brand-marquee__logo--hyperx,
.brand-marquee__logo--gamesir,
.brand-marquee__logo--logitech,
.brand-marquee__logo--microsoft,
.brand-marquee__logo--walmart,
.brand-marquee__logo--lg {
  max-width: 132px;
  max-height: 42px;
}

.brand-marquee__logo--j5,
.brand-marquee__logo--thunderrobot {
  max-width: 72px;
  max-height: 54px;
}

.brand-marquee__logo--lnw,
.brand-marquee__logo--spk,
.brand-marquee__logo--ibp {
  max-width: 88px;
  max-height: 48px;
}


/* =========================================================
   Case Study Slider
========================================================= */
.cases {
  position: relative;
  width: 100%;
  background: #0e100f;
  color: #fff;
  overflow: hidden;
  margin-top: clamp(80px, 10vh, 140px);
}

.cases__slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
  background: #0e100f;
}

.cases__slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  padding-top: calc(var(--nav-height) + 28px);
  padding-bottom: clamp(120px, 14vh, 160px);
  box-sizing: border-box;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.76)),
    var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(6%) scale(1.02);
  transition:
    opacity 900ms ease,
    transform 1200ms ease;
  will-change: opacity, transform;
}

.cases__slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 1;
}

.cases__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(0, 0, 0, 0) 26%,
      rgba(0, 0, 0, 0.62) 78%
    );
  opacity: 1;
}

.cases__inner {
  position: relative;
  z-index: 2;
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
}

.cases__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cases__title {
  margin: 0;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.96;
  font-size: clamp(46px, 6vw, 92px);
  text-wrap: balance;
}

.cases__desc {
  margin: 0;
  max-width: 72ch;
  font-size: 15px;
  line-height: 1.55;
  opacity: 0.86;
}

.cases__cta {
  margin-top: 10px;
}

.cases__nav {
  position: absolute;
  left: clamp(18px, 4vw, 100px);
  bottom: clamp(24px, 6vw, 80px);
  display: flex;
  gap: clamp(12px, 2.2vw, 30px);
  z-index: 10;
}

.cases__navItem {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
  display: grid;
  gap: 12px;
  color: inherit;
}

.cases__navItem span {
  color: #fff;
  opacity: 0.55;
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 14px;
  transition: opacity 220ms ease;
}

.cases__navItem.is-active span {
  opacity: 1;
}

.cases__bar {
  width: min(260px, 22vw);
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 220ms ease;
}

.cases__bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(-100%);
}

.cases__navItem.is-active .cases__bar {
  opacity: 1;
}

.cases__navItem.is-active .cases__bar::before {
  transform: translateX(0);
  transition: transform 2s ease;
}

.cases__next {
  position: absolute;
  right: clamp(18px, 4vw, 40px);
  bottom: clamp(18px, 5vw, 60px);
  z-index: 10;
  background: transparent;
  border: 0;
  padding: 10px 12px;
  cursor: pointer;
  color: #fff;
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 14px;
  opacity: 0.9;
}

.cases__next:hover {
  opacity: 1;
}

/* =========================================================
   Final CTA
========================================================= */

.final-cta {
  background: #fff;
  color: #111;
  padding: clamp(90px, 12vh, 150px) 0 clamp(100px, 13vh, 160px);
}

.final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(42px, 8vw, 120px);
  align-items: end;
}

.final-cta__content {
  display: grid;
  gap: 18px;
  max-width: 820px;
}

.final-cta__eyebrow {
  margin: 0;
  color: rgba(17, 17, 17, 0.58);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.final-cta__title {
  margin: 0;
  max-width: 13ch;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: 5rem;
  line-height: 0.88;
  letter-spacing: -0.07em;
  color: #111;
  text-wrap: balance;
}

.final-cta__text {
  margin: 0;
  max-width: 54ch;
  color: rgba(17, 17, 17, 0.68);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.5;
}

.final-cta__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding-bottom: 8px;
}

.final-cta__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #111;
  font-size: 14px;
  line-height: 1;
  opacity: 0.78;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.final-cta__link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 180ms ease;
}

.final-cta__link:hover {
  opacity: 1;
}

.final-cta__link:hover::after {
  transform: translateX(4px);
}

/* =========================================================
   99. Frontpage Responsive
========================================================= */

/* -------------------------
   Tablet / Small Desktop
------------------------- */

@media (max-width: 1180px) {
  .hero__content {
    margin-left: 72px;
    width: min(720px, calc(100% - 144px));
  }

  .intro-v2__grid,
  .brands-intro__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intro-v2__right,
  .brands-intro__copy {
    padding-top: 0;
  }

  .pillars-v2__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cases__bar {
    width: min(210px, 20vw);
  }
}

/* -------------------------
   Tablet
------------------------- */

@media (max-width: 1024px) {
  .hero {
    min-height: 100svh;
  }

  .hero__content {
    margin-left: 48px;
    width: min(680px, calc(100% - 96px));
  }

  .hero__title {
    font-size: clamp(58px, 8vw, 76px);
    line-height: 0.92;
    letter-spacing: -0.055em;
    max-width: 11ch;
    overflow-wrap: normal;
    word-break: normal;
  }

  .intro-v2 {
    padding: 88px 0 54px;
  }

  .intro-v2__grid {
    grid-template-columns: 1fr;
  }

  .intro-v2__text {
    max-width: 38ch;
  }

  .pillars-v2__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pillars-v2__grid {
    grid-template-columns: 1fr;
  }

  .pillars-v2__card {
    min-height: 210px;
  }

  .gallery-wrap {
    min-height: 680px;
  }

  .gallery--bento {
    grid-template-columns: repeat(3, 31.5vw);
    grid-template-rows: repeat(4, 20vh);
  }

  .culture-detail {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .culture-detail__copy {
    max-width: 62ch;
  }

  .creator-card {
    width: 300px;
  }

  .brands-intro__proof {
    max-width: none;
  }

  .brand-marquee__item {
    width: 160px;
    height: 92px;
  }

  .cases__slider {
    min-height: 820px;
  }

  .cases__slide {
    padding-bottom: 180px;
  }

  .cases__nav {
    left: 24px;
    right: 24px;
    bottom: 34px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cases__bar {
    width: 100%;
  }

  .cases__next {
    right: 20px;
    bottom: 132px;
  }

  .final-cta__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .final-cta__actions {
    padding-bottom: 0;
  }
}

/* -------------------------
   Mobile / Large phones
------------------------- */

@media (max-width: 760px) {
   .hero {
    min-height: 100svh;
    align-items: end;
    justify-content: center;
    padding-top: var(--nav-height);
    padding-bottom: 58px;
    text-align: center;
  }

  .hero__bg {
    background-position: 35% center;
  }

  .hero__content {
    width: min(100% - 48px, 560px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    gap: 14px;
    align-items: center;
    text-align: center;
  }

  .hero__title {
    max-width: 9.2ch;
    margin-inline: auto;
    font-size: clamp(46px, 14vw, 66px);
    line-height: 0.9;
    letter-spacing: -0.06em;
    text-wrap: auto;
  }

  .hero__sub {
    max-width: 28ch;
    margin-inline: auto;
    font-size: 16px;
    line-height: 1.42;
  }

  .hero__ctas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
  }

  .intro-v2 {
    padding: 74px 0 42px;
  }

  .intro-v2__inner {
    gap: 24px;
  }

  .intro-v2__title {
    max-width: 10ch;
    font-size: clamp(40px, 11vw, 58px);
    line-height: 0.92;
  }

  .intro-v2__text,
.pillars-v2__intro,
.brands-intro__text {
  max-width: 30ch;
  font-size: clamp(22px, 6.6vw, 31px);
  line-height: 1.08;
}

.pillars-v2 {
  padding: 25px 0 26px;
}

.pillars-v2__header {
  padding-top: 34px;
}

.pillars-v2__card {
  min-height: 190px;
  padding: 20px;
  border-radius: 18px;
}

.pillars-v2__card h3 {
  font-size: clamp(34px, 10vw, 48px);
}

/* Culture Gallery Mobile */
.culture-gallery {
  min-height: auto;
  padding: 18px 0 26px;
}

.gallery-wrap {
  min-height: auto;
}

.gallery--bento {
  width: calc(100% - 40px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 10px;
}

.gallery--final.gallery--bento {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 180px;
}

.gallery--bento .gallery__item {
  grid-area: auto !important;
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
}

.gallery--bento .gallery__item:nth-child(1),
.gallery--bento .gallery__item:nth-child(3),
.gallery--bento .gallery__item:nth-child(6) {
  grid-row: span 2;
}

.gallery--bento .gallery__item:nth-child(8) {
  display: block;
}

.gallery--bento .gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Culture Statement Mobile */
.culture-statement {
  padding: 42px 0 72px;
}

.culture-statement__inner {
  gap: 36px;
}

.culture-statement__title {
  max-width: 11ch;
  font-size: clamp(38px, 12vw, 58px);
}

.culture-statement__lead {
  font-size: 16px;
}

.culture-detail {
  padding: 34px 0;
}

.culture-detail__title {
  font-size: clamp(34px, 10vw, 52px);
}

.culture-detail__copy p {
  font-size: 15px;
  line-height: 1.56;
}

  .creator-showcase {
    padding: 74px 0 58px;
  }

  .creator-showcase__intro {
    margin-bottom: 28px;
  }

  .creator-showcase__title {
    max-width: 10ch;
    font-size: clamp(36px, 11vw, 56px);
    line-height: 0.92;
  }

  .creator-showcase__rail {
    padding-left: 24px;
  }

  .creator-showcase__track {
    gap: 14px;
    padding-right: 24px;
  }

  .creator-showcase__track::after {
    flex: 0 0 80px;
  }

  .creator-card {
    width: min(76vw, 300px);
    border-radius: 14px;
  }

  .creator-card__content {
    padding: 14px;
  }

  .creator-card__name {
    font-size: 17px;
  }

  .creator-card__audience {
    font-size: 11px;
  }

  .creator-card__pill {
    min-height: 23px;
    padding: 0 10px;
    font-size: 9px;
  }

  .creator-showcase__scrollbar {
    margin-top: 14px;
    width: 88px;
  }

  .brands-intro {
    padding: 76px 0 38px;
    margin-bottom: 28px;
  }

  .brands-intro__inner {
    gap: 38px;
  }

  .brands-intro__proof {
    display: grid;
    gap: 10px;
  }

  .brands-intro__proof span {
    font-size: clamp(52px, 15vw, 74px);
  }

  .brands-intro__title {
    max-width: 10ch;
    font-size: clamp(42px, 12vw, 64px);
  }

  .brands-intro__badges {
    gap: 8px;
  }

  .brands-intro__badges span {
    min-height: 32px;
    font-size: 12px;
  }

  .brand-marquee {
    padding-bottom: 86px;
  }

  .brand-marquee__inner {
    gap: 12px;
  }

  .brand-marquee__track {
    gap: 12px;
  }

  .brand-marquee__item {
    width: 138px;
    height: 82px;
    border-radius: 14px;
    padding: 20px;
  }

  .brand-marquee__logo {
    max-width: 96px;
    max-height: 38px;
  }

  .brand-marquee__logo--nfl {
    max-width: 48px;
    max-height: 44px;
  }

  .brand-marquee__logo--skytechgaming,
  .brand-marquee__logo--chipsahoy,
  .brand-marquee__logo--lg {
    max-width: 104px;
    max-height: 34px;
  }

  .cases {
    margin-top: 70px;
  }

  .cases__slider {
    min-height: 860px;
  }

  .cases__slide {
    padding-top: calc(var(--nav-height) + 40px);
    padding-bottom: 210px;
  }

  .cases__inner {
    width: min(100% - 40px, 680px);
    gap: 16px;
  }

  .cases__title {
    max-width: 10ch;
    font-size: clamp(44px, 12vw, 66px);
  }

  .cases__desc {
    max-width: 38ch;
    font-size: 16px;
  }

  .cases__nav {
    left: 20px;
    right: 20px;
    bottom: 32px;
    gap: 12px;
  }

  .cases__navItem {
    gap: 9px;
  }

  .cases__navItem span {
    font-size: 13px;
  }

  .cases__next {
    right: 18px;
    bottom: 136px;
  }

  .final-cta {
    padding: 78px 0 96px;
  }

  .final-cta__inner {
    gap: 34px;
  }

  .final-cta__title {
    max-width: 10ch;
    font-size: clamp(44px, 13vw, 64px);
  }

  .final-cta__text {
    font-size: 16px;
  }

  .final-cta__actions {
    align-items: stretch;
  }

  .final-cta__actions .btn {
    width: 100%;
  }

  .final-cta__link {
    justify-content: center;
    min-height: 40px;
  }
}

/* -------------------------
   Small phones
------------------------- */

@media (max-width: 520px) {
  .hero {
    padding-bottom: 48px;
  }

  .hero__content {
    width: min(100% - 40px, 520px);
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center;
  }

  .hero__title {
    max-width: 8.8ch;
    margin-inline: auto;
    font-size: clamp(44px, 13.8vw, 58px);
  }

  .hero__sub {
    margin-inline: auto;
  }

  .hero__ctas {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .hero__ctas .btn {
    width: fit-content;
  }

  .intro-v2,
  .pillars-v2,
  .culture-statement,
  .creator-showcase,
  .brands-intro {
    overflow: hidden;
  }

  .intro-v2__text,
  .pillars-v2__intro,
  .brands-intro__text {
    font-size: clamp(21px, 6.2vw, 28px);
  }

  .pillars-v2__card {
    min-height: 180px;
  }

  .gallery-wrap {
    min-height: 580px;
  }

  .creator-card {
    width: 260px;
  }

  .brand-marquee__item {
    width: 128px;
    height: 76px;
    padding: 18px;
  }

  .cases__slider {
    min-height: 880px;
  }

  .cases__desc {
    font-size: 15px;
  }

  .final-cta__title {
    font-size: clamp(42px, 12vw, 56px);
  }
}

/* -------------------------
   Tiny phones
------------------------- */

@media (max-width: 390px) {
  .hero__title {
    font-size: 42px;
    max-width: 8.2ch;
  }

  .hero__sub {
    font-size: 15px;
  }

  .intro-v2__title,
  .brands-intro__title,
  .culture-statement__title,
  .creator-showcase__title {
    font-size: 40px;
  }

  .creator-card {
    width: 238px;
  }

  .cases__title {
    font-size: 40px;
  }
}

/* -------------------------
   Reduced Motion
------------------------- */

@media (prefers-reduced-motion: reduce) {
  .fill-text > span {
    background-size: 200% 200%;
  }
}

@media (min-width: 2200px) {
  .hero__content {
    width: min(960px, calc(100% - var(--grid-margin) - 24px));
  }

  .hero__title {
    font-size: 6rem;
    line-height: 0.92;
    letter-spacing: -0.055em;
  }

  .brands-intro__badges {
    gap: 12px;
    max-width: 620px;
  }

  .brands-intro__badges span {
    min-height: 42px;
    padding: 0 20px;
    font-size: 15.5px;
    line-height: 1;
  }

  .final-cta__actions {
    gap: 22px;
  }

  .final-cta__link {
    font-size: 16px;
    min-height: 45px;
  }

  .final-cta__link::after {
    margin-left: 10px;
  }

  .hero__sub {
    font-size: 21px;
    max-width: 48ch;
  }

  .intro-v2__title,
  .brands-intro__title {
    font-size: clamp(74px, 4.6vw, 96px);
  }

  .culture-statement__title,
  .creator-showcase__title {
    font-size: clamp(68px, 4.4vw, 90px);
  }

  .intro-v2__text,
  .pillars-v2__intro,
  .brands-intro__text {
    font-size: 1.85rem;
  }

  .pillars-v2__card {
    min-height: 285px;
    padding: 30px;
  }

  .pillars-v2__card h3 {
    font-size: clamp(48px, 3vw, 62px);
  }

  .pillars-v2__card p {
    font-size: 15.5px;
  }

  .culture-statement__lead,
  .culture-detail__copy p,
  .final-cta__text {
    font-size: 18.5px;
  }

  .creator-card {
    width: clamp(412px, 20.5vw, 480px);
  }

  .cases__title {
    font-size: clamp(86px, 5.4vw, 112px);
  }

  .cases__desc {
    font-size: 17.5px;
  }

  .final-cta__title {
    font-size: 5.8rem;
  }
}