:root {
  --black: #050505;
  --ink: #101010;
  --muted: #666;
  --line: #d8d8d8;
  --gold: #c17a10;
  --gold-bright: #e29a19;
  --paper: #f7f7f4;
  --white: #fff;
  --shadow: 0 18px 58px rgba(0, 0, 0, .2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

main[id],
section[id],
footer[id] {
  scroll-margin-top: 104px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 0 18%, rgba(226, 154, 25, .07), transparent 28%),
    linear-gradient(180deg, #fbfbf8 0, var(--paper) 52%, #fff 100%);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  min-height: 82px;
  padding: 16px clamp(24px, 4vw, 64px);
  background: rgba(250, 250, 247, .9);
  backdrop-filter: blur(20px) saturate(1.05);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand img {
  display: block;
  width: clamp(128px, 11vw, 168px);
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 56px);
  font-size: 10.5px;
  font-weight: 850;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 10px 0;
}

.nav a.active::after,
.nav a:hover::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: "";
  background: var(--gold);
}

.top-cta,
.button,
.newsletter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0 24px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.top-cta,
.button.dark,
.newsletter button {
  color: var(--white);
  background: var(--black);
  box-shadow: 0 13px 26px rgba(0, 0, 0, .2);
}

.button.light {
  background: rgba(255, 255, 255, .9);
  border-color: #aaa;
}

.button span,
.top-cta span,
.newsletter button span {
  color: var(--gold-bright);
  font-size: 18px;
  line-height: 1;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(410px, 42%) 1fr;
  min-height: 560px;
  padding-top: 82px;
  overflow: hidden;
  background: linear-gradient(102deg, #fff 0 45%, rgba(255, 255, 255, .7) 47%, transparent 48%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 42px 0 108px clamp(34px, 5vw, 72px);
}

.eyebrow {
  margin: 0 0 14px;
  color: #b26700;
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(58px, 6.8vw, 96px);
  line-height: .9;
  text-transform: uppercase;
  font-weight: 950;
}

.hero h1 span {
  display: block;
  color: var(--gold);
}

.lead {
  max-width: 430px;
  margin: 24px 0 26px;
  font-size: 17px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-media {
  position: relative;
  min-height: 526px;
  background-image:
    linear-gradient(90deg, rgba(247, 247, 244, .15), rgba(0, 0, 0, .05)),
    url("assets/hero.png");
  background-position: 54% center;
  background-size: cover;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-media::after,
.project-feature::after,
.newsletter::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.08), rgba(0,0,0,.08) 45%, rgba(0,0,0,.35)),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,.18));
}

.stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1080px, calc(100% - 72px));
  margin: -50px auto 10px;
  color: var(--white);
  background:
    linear-gradient(135deg, #050505, #111 63%, #232323);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.stats article {
  display: grid;
  grid-template-columns: 58px auto;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 18px 32px;
  border-right: 1px solid rgba(255, 255, 255, .35);
}

.stats article:last-child {
  border-right: 0;
}

.stat-icon {
  grid-row: 1 / span 2;
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  align-self: center;
  filter: invert(65%) sepia(67%) saturate(1028%) hue-rotate(360deg) brightness(96%) contrast(92%) drop-shadow(0 0 10px rgba(196, 126, 20, .2));
}

.stats strong {
  font-size: clamp(25px, 2.45vw, 34px);
  line-height: 1;
}

.stats small {
  margin-top: 4px;
  font-size: 11.5px;
}

.services {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto 18px;
  background: linear-gradient(180deg, #fff, #fbfbfa);
  border: 1px solid rgba(0, 0, 0, .13);
  border-radius: 6px;
  box-shadow: 0 13px 34px rgba(0, 0, 0, .08);
}

.services article {
  display: grid;
  grid-template-rows: 44px auto 1fr;
  justify-items: center;
  min-height: 142px;
  padding: 20px 24px 18px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.services article:last-child {
  border-right: 0;
}

.services h2 {
  margin: 7px 0 8px;
  font-size: 10.5px;
  line-height: 1.25;
  text-transform: uppercase;
}

.services p {
  margin: 0 auto;
  max-width: 170px;
  color: #2d2d2d;
  font-size: 10.5px;
  line-height: 1.45;
}

.line-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  fill: none;
  stroke: var(--black);
  stroke-width: 2.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.line-icon .gold-stroke {
  stroke: var(--gold);
}

.service-img-icon {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin: 0 auto;
  filter: brightness(0) contrast(1.12);
}

.service-brand-icon {
  transform: scale(1.14);
}

.service-event-icon {
  transform: scale(1.02);
}

.service-talent-icon {
  transform: scale(.96);
}

.service-global-icon {
  transform: scale(.9);
}

.project-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 38%) 1fr;
  min-height: 250px;
  color: var(--white);
  overflow: hidden;
  background: #050505;
}

.project-copy {
  position: relative;
  z-index: 2;
  padding: 30px clamp(28px, 5vw, 58px);
  background:
    linear-gradient(105deg, #050505 0 82%, rgba(5, 5, 5, .92) 83%, transparent 84%);
}

.project-copy::after {
  position: absolute;
  top: 0;
  right: 10%;
  width: 1px;
  height: 100%;
  content: "";
  background: var(--gold);
  transform: skewX(-17deg);
  transform-origin: top;
}

.project-copy h2,
.cases h2,
.newsletter h2 {
  margin: 0;
  font-size: clamp(28px, 3.1vw, 39px);
  line-height: .95;
  text-transform: uppercase;
}

.gold {
  color: var(--gold-bright);
  font-weight: 800;
  margin: 10px 0 8px;
}

.project-copy p:not(.eyebrow):not(.gold) {
  max-width: 470px;
  font-size: 10.7px;
  line-height: 1.45;
}

.gold-btn {
  margin-top: 8px;
  color: #050505;
  background: var(--gold-bright);
}

.disabled-btn {
  min-height: 34px;
  padding: 0 22px;
  font-size: 10px;
  cursor: not-allowed;
  opacity: .82;
  box-shadow: none;
}

.project-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 250px;
  padding: 30px 58px;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .18) 42%, rgba(0, 0, 0, .36)),
    url("assets/empire-vortex.png");
  background-position: 58% center;
  background-size: cover;
  font-size: 20px;
  font-weight: 900;
  color: var(--gold-bright);
  text-transform: uppercase;
}

.project-feature::after {
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  background:
    linear-gradient(112deg, transparent 0 92%, var(--gold) 92.2% 92.5%, transparent 92.7%),
    linear-gradient(112deg, transparent 0 97%, rgba(255, 255, 255, .18) 97.2% 97.35%, transparent 97.5%);
}

.talents,
.cases,
.newsletter,
.partners {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.talents {
  position: relative;
  padding: 24px 0 34px;
}

.talents::after {
  display: block;
  width: min(540px, 62%);
  height: 2px;
  margin: 28px auto 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 0 0),
    linear-gradient(90deg, var(--gold) 0 25%, #cfcfcf 25% 100%);
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 4px;
}

.section-head a {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.talent-row {
  position: relative;
  display: grid;
  grid-template-columns: 36px repeat(6, minmax(145px, 1fr)) 36px;
  gap: 28px;
  align-items: center;
}

.round-control {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: #070707;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.round-control:hover {
  background: var(--gold);
  transform: translateY(-1px);
}

.talent-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 4 / 5;
  min-height: 232px;
  overflow: hidden;
  color: var(--white);
  border-radius: 5px;
  background: #111;
  box-shadow: 0 13px 28px rgba(0, 0, 0, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.talent-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .24);
}

.talent-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), transparent 34%, rgba(0, 0, 0, .88) 78%, rgba(0,0,0,.98)),
    var(--talent-bg);
  background-size: cover;
  background-position: center;
}

.talent-card div {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 18px;
}

.talent-card h3 {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
}

.talent-card p {
  margin: 0;
  font-size: 12px;
}

.talent-socials {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.talent-socials svg {
  display: block;
  width: 18px;
  height: 18px;
  color: #fff;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .96;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .45));
}

.talent-socials .yt-box {
  fill: currentColor;
  stroke: none;
}

.talent-socials .yt-play {
  fill: #050505;
  stroke: none;
}

.talent-socials .x-icon,
.socials .x-icon {
  fill: currentColor;
  stroke: none;
}

.athlete,
.musician,
.esports {
  --talent-bg: url("assets/avatar-male.png");
}

.streamer,
.host,
.lifestyle {
  --talent-bg: url("assets/avatar-female.png");
}

.cases {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 18px;
  padding: 18px 0 34px;
}

.case-intro {
  padding: 10px 20px 10px 0;
}

.case-intro p:not(.eyebrow) {
  max-width: 260px;
  font-size: 14px;
  line-height: 1.55;
}

.case-card {
  position: relative;
  min-height: 198px;
  overflow: hidden;
  padding: 25px;
  color: var(--white);
  border-radius: 5px;
  background: #090909;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
  text-decoration: none;
  transition: box-shadow .2s ease, transform .2s ease;
}

.case-card:hover {
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
  transform: translateY(-2px);
}

.case-card::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 1;
  background: var(--case-bg);
}

.case-card::after {
  position: absolute;
  right: 22px;
  bottom: 16px;
  z-index: 1;
  color: var(--gold-bright);
  content: "->";
  font-size: 18px;
  font-weight: 900;
}

.case-card > * {
  position: relative;
  z-index: 1;
}

.case-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  text-transform: uppercase;
}

.case-card p,
.case-card span {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.case-card strong {
  display: block;
  margin-top: 48px;
  color: var(--gold-bright);
  font-size: 40px;
  line-height: .9;
}

.live {
  --case-bg: linear-gradient(135deg, rgba(0, 0, 0, .68) 0 36%, rgba(0, 35, 60, .18) 72%, rgba(0, 0, 0, .08)), url("assets/event.png");
}

.apparel {
  --case-bg: linear-gradient(90deg, rgba(0, 0, 0, .76) 0 42%, rgba(0, 0, 0, .2) 68%, rgba(0, 0, 0, .04)), url("assets/pullover.png");
  color: #fff;
}

.fitforce {
  --case-bg: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .22)), url("assets/nutrition.png");
}

.fitforce::before {
  background-position: center, 74% center;
  background-repeat: no-repeat;
  background-size: cover, cover;
}

.live::before {
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover, cover;
  filter: contrast(1.08) saturate(1.08);
}

.apparel::before {
  background-position: center, 58% center;
  background-repeat: no-repeat;
  background-size: cover, cover;
}

.newsletter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(360px, 1fr);
  align-items: center;
  min-height: 178px;
  padding: 32px 0;
  border-top: 1px solid rgba(0, 0, 0, .12);
  overflow: hidden;
}

.newsletter::after {
  left: auto;
  width: 36%;
  background-image: linear-gradient(90deg, rgba(247,247,244,0), var(--paper) 10%, rgba(247,247,244,.35)), url("assets/hero.png");
  background-size: cover;
  background-position: right center;
  opacity: .9;
}

.newsletter h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.newsletter p:not(.eyebrow) {
  max-width: 390px;
  font-size: 14px;
  line-height: 1.55;
}

.newsletter form {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}

input {
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, .82);
  border: 1px solid #aaa;
  border-radius: 3px;
}

.partners {
  padding: 22px 0 28px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, .12);
}

.partners p {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.partners div {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
}

.partner-logo {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 4px 10px;
}

.partner-logo img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: 38px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.12);
  opacity: .9;
  transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}

.partner-logo:hover img {
  filter: grayscale(0) contrast(1.05);
  opacity: 1;
  transform: translateY(-1px);
}

.footer {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr) 1.7fr;
  gap: 48px;
  padding: 50px clamp(32px, 5vw, 72px) 36px;
  color: rgba(255, 255, 255, .72);
  background:
    radial-gradient(circle at 20% 0, rgba(255, 255, 255, .055), transparent 34%),
    #030303;
}

.footer-brand img {
  display: block;
  width: clamp(140px, 13vw, 190px);
  height: auto;
  filter: invert(1);
  margin-bottom: 18px;
}

.footer p,
.footer a {
  font-size: 12px;
  line-height: 1.7;
}

.footer h2 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 11px;
  text-transform: uppercase;
}

.footer a {
  display: block;
}

.socials {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--white);
  opacity: .92;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

.socials a:hover {
  color: var(--gold-bright);
  opacity: 1;
  transform: translateY(-1px);
}

.socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials a[aria-label="Instagram"] svg {
  width: 24px;
  height: 24px;
}

.socials a[aria-label="YouTube"] svg {
  width: 27px;
  height: 27px;
}

.socials a[aria-label="YouTube"] svg path:first-child {
  fill: currentColor;
  stroke: none;
}

.socials a[aria-label="YouTube"] svg path:last-child {
  fill: #030303;
  stroke: none;
}

.socials a[aria-label="TikTok"] svg {
  width: 25px;
  height: 25px;
  stroke-width: 2.15;
}

.socials a[aria-label="X"] svg {
  width: 22px;
  height: 22px;
  stroke-width: 0;
}

.footer-signup form {
  display: grid;
  grid-template-columns: 1fr 44px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 3px;
  overflow: hidden;
}

.footer-signup input {
  color: var(--white);
  background: transparent;
  border: 0;
}

.footer-signup button {
  color: var(--gold-bright);
  background: transparent;
  border: 0;
  font-size: 22px;
  cursor: pointer;
}

.copyright {
  grid-column: 1 / 3;
  margin: 22px 0 0;
}

.legal {
  grid-column: 4 / 6;
  display: flex;
  justify-content: flex-end;
  gap: 52px;
  margin-top: 22px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.legal-page {
  min-height: 100vh;
  background: #f7f7f4;
}

.legal-main {
  width: min(900px, calc(100% - 44px));
  margin: 0 auto;
  padding: 150px 0 80px;
}

.legal-main h1 {
  margin: 0 0 34px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .95;
  text-transform: uppercase;
}

.legal-main section {
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, .13);
}

.legal-main h2 {
  margin: 0 0 12px;
  font-size: 16px;
  text-transform: uppercase;
}

.legal-main p {
  max-width: 720px;
  margin: 0 0 12px;
  color: #202020;
  font-size: 16px;
  line-height: 1.7;
}

.coming-soon-page {
  min-height: 100vh;
  color: var(--white);
  background: #050505;
}

.coming-soon-main {
  min-height: 100vh;
  padding-top: 92px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92) 0 38%, rgba(0, 0, 0, .52) 64%, rgba(0, 0, 0, .2)),
    url("assets/hero.png");
  background-position: center, center;
  background-size: cover, cover;
}

.coming-soon-hero {
  display: grid;
  align-items: center;
  width: min(1220px, calc(100% - 64px));
  min-height: calc(100vh - 92px);
  margin: 0 auto;
}

.coming-soon-hero > div {
  max-width: 720px;
}

.coming-soon-hero h1 {
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(58px, 9vw, 132px);
  line-height: .86;
  text-transform: uppercase;
}

.coming-soon-hero p:not(.eyebrow) {
  max-width: 540px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.65;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 180px 1fr;
  }

  .top-cta {
    display: none;
  }

  .talent-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .round-control {
    display: none;
  }

  .partners div {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }

  .footer {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-brand,
  .footer-signup {
    grid-column: span 3;
  }

  .copyright,
  .legal {
    grid-column: span 3;
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 0;
  }

  main[id],
  section[id],
  footer[id] {
    scroll-margin-top: 16px;
  }

  .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nav {
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 0;
    background: #fff;
  }

  .hero-copy {
    padding: 36px 24px 30px;
  }

  .hero-media {
    min-height: 360px;
    clip-path: none;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 18px;
  }

  .stats article:nth-child(2) {
    border-right: 0;
  }

  .stats article {
    padding: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
  }

  .stats article:nth-child(n+3) {
    border-bottom: 0;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .project-copy::after {
    display: none;
  }

  .services article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .services article:last-child {
    border-bottom: 0;
  }

  .project-feature,
  .newsletter,
  .cases {
    grid-template-columns: 1fr;
  }

  .project-copy {
    background: #050505;
  }

  .newsletter form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .newsletter::after {
    display: none;
  }

  .case-intro {
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: clamp(36px, 10.8vw, 44px);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .stats,
  .talent-row,
  .partners div,
  .footer {
    grid-template-columns: 1fr;
  }

  .stats article {
    border-right: 0;
  }

  .talents,
  .cases,
  .newsletter,
  .partners,
  .services,
  .stats {
    width: min(100% - 28px, 1160px);
  }

  .footer-brand,
  .footer-signup,
  .copyright,
  .legal {
    grid-column: auto;
  }

  .legal {
    flex-direction: column;
    gap: 8px;
  }
}
