@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("assets/fonts/oswald-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --black: #050505;
  --surface: #111;
  --surface-2: #181818;
  --line: #2b2b2b;
  --white: #fff;
  --muted: #b7b7b7;
  --red: #e21f27;
  --red-dark: #bd151b;
  --blue: #0874ad;
  --blue-dark: #055b88;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
video {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #232323;
  background: rgba(4, 4, 4, 0.98);
}

.header-inner {
  display: flex;
  width: min(100% - 40px, 1540px);
  height: 66px;
  margin: 0 auto;
  align-items: center;
  gap: 32px;
}

.brand-link {
  display: flex;
  width: 254px;
  flex: 0 0 254px;
  align-items: center;
}

.brand-link img,
.footer-brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: stretch;
  align-self: stretch;
}

.desktop-nav a {
  display: flex;
  padding: 0 17px;
  align-items: center;
  color: #d7d7d7;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  background: #171717;
  color: var(--white);
}

.header-actions {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 9px;
}

.login-link,
.join-link {
  display: inline-flex;
  height: 40px;
  padding: 0 21px;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.login-link {
  background: var(--red);
}

.join-link {
  background: var(--blue);
}

.login-link:hover,
.login-link:focus-visible {
  background: var(--red-dark);
}

.join-link:hover,
.join-link:focus-visible {
  background: var(--blue-dark);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  width: 100%;
  background: #101010;
}

.hero-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1920 / 700;
  max-height: 650px;
  min-height: 390px;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.74) 26%, rgba(0, 0, 0, 0.15) 57%, rgba(0, 0, 0, 0) 78%);
}

.hero-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(34px, calc((100% - 1460px) / 2));
  display: flex;
  width: min(560px, 44vw);
  transform: translateY(-50%);
  flex-direction: column;
  align-items: flex-start;
}

.hero-kicker,
.section-kicker {
  color: var(--red);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-title {
  margin-top: 5px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(40px, 4.5vw, 72px);
  font-weight: 600;
  line-height: 1.02;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 500px;
  margin-top: 14px;
  color: #e0e0e0;
  font-size: 17px;
  line-height: 1.45;
}

.hero-cta {
  display: inline-flex;
  min-width: 170px;
  height: 48px;
  margin-top: 23px;
  padding: 0 26px;
  align-items: center;
  justify-content: center;
  background: var(--red);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-link:hover .hero-cta,
.hero-link:focus-visible .hero-cta {
  background: var(--red-dark);
}

.benefits {
  display: grid;
  width: 100%;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
  background: var(--surface-2);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefits a {
  display: flex;
  min-height: 118px;
  padding: 19px 22px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #313131;
  text-align: center;
}

.benefits a:last-child {
  border-right: 0;
}

.benefits strong {
  color: var(--red);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}

.benefits span {
  margin-top: 8px;
  color: #dedede;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.promo-banner {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #171717;
}

.promo-banner img {
  width: 100%;
  height: auto;
}

.scene-section {
  width: min(100% - 36px, 1520px);
  margin: 0 auto;
  padding: 44px 0 54px;
}

.section-heading {
  display: flex;
  margin-bottom: 22px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.section-heading h1,
.editorial-copy h2 {
  margin: 4px 0 0;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.12;
  text-transform: uppercase;
}

.section-heading > a {
  padding: 9px 0;
  border-bottom: 2px solid var(--red);
  color: #ddd;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.media-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #151515;
}

.media-card img,
.media-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.media-card img {
  z-index: 1;
}

.media-card video {
  z-index: 2;
}

.play-mark {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  transition: opacity 180ms ease;
}

.play-mark::after {
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  content: "";
}

.media-card:hover img,
.media-card:hover video,
.media-card:focus-visible img,
.media-card:focus-visible video {
  transform: scale(1.025);
  filter: brightness(0.76);
}

.media-card:hover .play-mark,
.media-card:focus-visible .play-mark {
  opacity: 1;
}

.media-card:focus-visible,
.hero-link:focus-visible,
.promo-banner:focus-visible,
.primary-cta:focus-visible,
.site-header a:focus-visible,
.footer-links a:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: -2px;
}

.primary-cta {
  display: flex;
  width: min(100%, 460px);
  min-height: 54px;
  margin: 34px auto 0;
  padding: 13px 28px;
  align-items: center;
  justify-content: center;
  background: var(--red);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.primary-cta:hover {
  background: var(--red-dark);
}

.editorial-copy {
  width: 100%;
  padding: 52px max(24px, calc((100% - 1080px) / 2));
  border-top: 1px solid var(--line);
  background: var(--surface-2);
  text-align: center;
}

.editorial-copy h2 {
  font-size: 32px;
}

.editorial-copy p {
  max-width: 1080px;
  margin: 18px auto 0;
  color: #c9c9c9;
  font-size: 15px;
  line-height: 1.8;
}

.site-footer {
  display: flex;
  min-height: 220px;
  padding: 42px 24px 34px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid #252525;
  background: #070707;
  text-align: center;
}

.footer-brand {
  width: 240px;
}

.footer-links {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
}

.footer-links a {
  color: #c6c6c6;
  font-size: 12px;
  text-transform: uppercase;
}

.site-footer p {
  max-width: 760px;
  margin: 24px auto 0;
  color: #858585;
  font-size: 11px;
}

@media (max-width: 1080px) {
  .header-inner {
    width: calc(100% - 24px);
    gap: 18px;
  }

  .brand-link {
    width: 215px;
    flex-basis: 215px;
  }

  .desktop-nav a {
    padding: 0 10px;
    font-size: 14px;
  }

  .login-link,
  .join-link {
    padding: 0 13px;
    font-size: 13px;
  }

  .hero-link {
    min-height: 355px;
  }

  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .header-inner {
    position: relative;
    display: grid;
    width: 100%;
    height: 62px;
    padding: 0 12px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    justify-content: stretch;
    gap: 10px;
  }

  .menu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 0;
    background: transparent;
    color: var(--white);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 23px;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .brand-link {
    position: static;
    width: 188px;
    transform: none;
    flex-basis: auto;
    justify-self: center;
  }

  .desktop-nav,
  .login-link {
    display: none;
  }

  .header-actions {
    margin-left: 0;
    justify-self: end;
  }

  .join-link {
    height: 38px;
    padding: 0 13px;
    font-size: 12px;
  }

  .mobile-menu {
    position: fixed;
    z-index: 1100;
    top: 62px;
    left: 0;
    display: flex;
    width: min(78vw, 330px);
    height: calc(100dvh - 62px);
    padding: 18px;
    flex-direction: column;
    background: #090909;
    box-shadow: 20px 0 60px rgba(0, 0, 0, 0.62);
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu a {
    display: flex;
    min-height: 52px;
    padding: 0 12px;
    align-items: center;
    border-bottom: 1px solid #282828;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }

  .mobile-menu .mobile-menu-join {
    margin-top: 18px;
    justify-content: center;
    border-bottom: 0;
    background: var(--blue);
  }

  .hero-link {
    aspect-ratio: auto;
    min-height: 430px;
  }

  .hero-video {
    object-position: 59% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.64) 42%, rgba(0, 0, 0, 0.08) 82%);
  }

  .hero-content {
    left: 25px;
    width: min(470px, 72vw);
  }

  .hero-title {
    font-size: clamp(35px, 7.5vw, 55px);
  }

  .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefits a:nth-child(2) {
    border-right: 0;
  }

  .benefits a:nth-child(-n + 2) {
    border-bottom: 1px solid #313131;
  }

  .promo-banner img {
    width: 100%;
    height: 105px;
    object-fit: cover;
    object-position: 63% center;
  }
}

@media (max-width: 600px) {
  .brand-link {
    width: min(135px, 100%);
  }

  .join-link {
    height: 36px;
    padding: 0 10px;
    font-size: 11px;
  }

  .hero-link {
    min-height: 445px;
  }

  .hero-video {
    object-position: 69% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.1) 100%);
  }

  .hero-content {
    top: auto;
    bottom: 31px;
    left: 20px;
    width: calc(100% - 40px);
    transform: none;
  }

  .hero-kicker {
    font-size: 13px;
  }

  .hero-title {
    max-width: 330px;
    font-size: 37px;
  }

  .hero-copy {
    max-width: 315px;
    margin-top: 10px;
    font-size: 14px;
  }

  .hero-cta {
    min-width: 150px;
    height: 44px;
    margin-top: 17px;
    font-size: 16px;
  }

  .benefits strong {
    font-size: 23px;
  }

  .benefits span {
    font-size: 11px;
  }

  .scene-section {
    width: 100%;
    padding: 32px 0 42px;
  }

  .section-heading {
    padding: 0 16px;
    align-items: flex-end;
  }

  .section-heading h1 {
    font-size: 29px;
  }

  .section-heading > a {
    flex: 0 0 auto;
    font-size: 13px;
  }

  .media-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  .primary-cta {
    width: calc(100% - 32px);
    font-size: 18px;
  }

  .editorial-copy {
    padding: 42px 22px;
  }

  .editorial-copy h2 {
    font-size: 27px;
  }

  .editorial-copy p {
    font-size: 14px;
    line-height: 1.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .media-card img,
  .media-card video,
  .play-mark,
  .menu-toggle span {
    transition: none;
  }
}
