@font-face {
  font-family: "GT Flexa Compressed";
  src: url("assets/GT-Flexa-X-Compressed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --footer-red: #ee1717;
  --footer-ink: #141414;
  --footer-paper: #fffaf0;
  --footer-soft: rgba(255,250,240,.075);
  --footer-line: rgba(255,250,240,.18);
  --footer-muted: rgba(255,250,240,.66);
  --footer-serif: Georgia, "Times New Roman", serif;
  --footer-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nav-cta,
.launch-cta {
  gap: 0 !important;
}

.nav-cta::before,
.launch-cta::before {
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: 14px !important;
  height: 14px !important;
  background: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M4%204h16a2%202%200%200%201%202%202v3.1a3%203%200%200%200%200%205.8V18a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2v-3.1a3%203%200%200%200%200-5.8V6a2%202%200%200%201%202-2Zm9%203h-2v2h2V7Zm0%204h-2v2h2v-2Zm0%204h-2v2h2v-2Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M4%204h16a2%202%200%200%201%202%202v3.1a3%203%200%200%200%200%205.8V18a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2v-3.1a3%203%200%200%200%200-5.8V6a2%202%200%200%201%202-2Zm9%203h-2v2h2V7Zm0%204h-2v2h2v-2Zm0%204h-2v2h2v-2Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.nav .nav-cta::before,
.launch-nav .launch-cta::before,
.nav-cta::before,
.launch-cta::before {
  content: none !important;
  display: none !important;
}

.press-bar {
  border-top: 1px solid var(--footer-line) !important;
  background: rgba(255,250,240,.055) !important;
  color: var(--footer-paper) !important;
  text-align: center !important;
  padding: clamp(48px, 7vw, 84px) 24px !important;
}
.press-bar .wrap {
  max-width: 760px !important;
  margin: 0 auto !important;
}
.press-bar-quote {
  margin: 0 !important;
  color: var(--footer-paper) !important;
  font-family: var(--footer-serif) !important;
  font-style: italic !important;
  font-size: clamp(22px, 3.2vw, 34px) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}
.press-bar-quote::before { content: "\201C"; }
.press-bar-quote::after { content: "\201D"; }
.press-bar-cite {
  margin: 14px 0 0 !important;
  color: var(--footer-red) !important;
  font-family: var(--footer-sans) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}
.press-bar-outlets {
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px 26px !important;
  margin: 30px 0 0 !important;
  padding: 0 !important;
}
.press-bar-outlets li {
  color: var(--footer-muted) !important;
  font-family: var(--footer-sans) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

.site-cta {
  background: #000 !important;
  color: #fff !important;
  text-align: center !important;
  padding: clamp(56px, 8vw, 104px) 24px !important;
}
.site-cta .wrap {
  max-width: 720px !important;
  margin: 0 auto !important;
}
.site-cta-eyebrow {
  margin: 0 0 14px !important;
  color: rgba(255,255,255,.74) !important;
  font-family: var(--footer-sans) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}
.site-cta-title {
  margin: 0 0 30px !important;
  color: #fff !important;
  font-family: var(--display, "GT Flexa Compressed", var(--footer-sans)) !important;
  font-size: clamp(76px, 9vw, 150px) !important;
  font-weight: 400 !important;
  line-height: .82 !important;
  letter-spacing: 0 !important;
}
.site-cta-note {
  margin: 20px 0 0 !important;
  color: rgba(255,255,255,.7) !important;
  font-family: var(--footer-sans) !important;
  font-size: 12px !important;
  letter-spacing: .03em !important;
}
.btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 52px !important;
  padding: 0 32px !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--footer-red) !important;
  font-family: var(--footer-sans) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.footer {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  min-height: min(820px, 92vh) !important;
  padding: clamp(28px, 3vw, 54px) clamp(20px, 3vw, 56px) 28px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: var(--footer-red) !important;
  color: #070604 !important;
  font-family: var(--footer-sans) !important;
  font-size: 13px !important;
  overflow: hidden !important;
}
.footer .wrap {
  width: 100% !important;
  max-width: none !important;
  min-height: calc(min(820px, 92vh) - 56px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-rows: auto minmax(280px, 1fr) auto !important;
  gap: clamp(28px, 5vw, 76px) !important;
}
.footer-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: clamp(18px, 3vw, 52px) !important;
  margin-bottom: 0 !important;
  align-items: start !important;
}
.footer-col {
  min-width: 0 !important;
}
.footer-brand {
  display: block !important;
  color: #fff !important;
  font-size: 0 !important;
  font-style: normal !important;
  line-height: 1 !important;
}
.footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  max-width: 100% !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--footer-red) !important;
  text-decoration: none !important;
}
.footer-brand .kermess-lockup {
  display: block !important;
  width: clamp(170px, 16vw, 240px) !important;
  height: auto !important;
  max-height: 48px !important;
  object-fit: contain !important;
}
.footer-brand small {
  display: block !important;
  margin-top: 12px !important;
  color: #6a6561 !important;
  font-family: var(--footer-sans) !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  opacity: .72 !important;
}
.footer-col h5 {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-family: var(--footer-sans) !important;
  font-size: clamp(14px, 1vw, 17px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  opacity: 1 !important;
}
.footer-col a,
.footer-col span {
  display: block !important;
  padding: 3px 0 !important;
  color: #fff !important;
  font-family: var(--footer-sans) !important;
  font-size: clamp(14px, 1vw, 17px) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.38 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
.footer-col a:hover {
  color: #fff !important;
  opacity: .68 !important;
}
.footer-big-logo {
  align-self: end !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: clamp(10px, 1.2vw, 22px) !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 0 !important;
  overflow: hidden !important;
}
.footer-big-wordmark {
  display: block !important;
  width: calc(100% - clamp(42px, 8vw, 142px)) !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  filter: brightness(0) invert(1) !important;
  transform: none !important;
  transform-origin: center !important;
}
.footer-big-icon {
  display: block !important;
  flex: 0 0 clamp(34px, 7vw, 120px) !important;
  width: clamp(34px, 7vw, 120px) !important;
  height: clamp(34px, 7vw, 120px) !important;
  margin-top: clamp(2px, .55vw, 10px) !important;
  filter: brightness(0) invert(1) !important;
  object-fit: contain !important;
  animation: kermessAsteriskSpin 26s linear infinite !important;
}
.footer-bot {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 24px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  color: #fff !important;
  font-family: var(--footer-sans) !important;
  font-size: clamp(13px, .95vw, 16px) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  opacity: 1 !important;
}
.footer-bot a {
  color: #fff !important;
  text-decoration: none !important;
}
.footer-bot a:hover {
  color: #fff !important;
  opacity: .68 !important;
}

body.prototype-page .press-bar {
  background: rgba(255,250,240,.055) !important;
  color: var(--footer-paper) !important;
}
body.prototype-page .press-bar-quote {
  color: var(--footer-paper) !important;
}
body.prototype-page .press-bar-cite {
  color: var(--footer-red) !important;
}
body.prototype-page .press-bar-outlets li {
  color: var(--footer-muted) !important;
}
body.prototype-page .site-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.18), rgba(255,255,255,0) 34%),
    linear-gradient(180deg, #050403 0%, #4b0808 16%, var(--footer-red) 48%, #cf3854 100%) !important;
  color: #fff !important;
}
body.prototype-page .site-cta-eyebrow,
body.prototype-page .site-cta-title,
body.prototype-page .site-cta-note {
  color: #fff !important;
}
body.prototype-page .site-cta-note {
  color: rgba(255,255,255,.7) !important;
}
body.prototype-page .footer {
  background: var(--footer-red) !important;
  color: #fff !important;
}
body.prototype-page .footer-col h5,
body.prototype-page .footer-brand small,
body.prototype-page .footer-bot {
  color: #fff !important;
}
body.prototype-page .footer-col a,
body.prototype-page .footer-col span {
  color: #fff !important;
}
body.prototype-page .footer-col a:hover {
  color: #fff !important;
  opacity: .68 !important;
}

@media (max-width: 900px) {
  .footer {
    min-height: 760px !important;
    padding: 112px 24px 28px !important;
    scroll-margin-top: 120px !important;
  }
  .footer .wrap { min-height: 620px !important; gap: 36px !important; }
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
  .footer-big-wordmark { width: calc(100% - 72px) !important; margin-left: 0 !important; transform: none !important; }
  .footer-big-icon { flex-basis: 56px !important; width: 56px !important; height: 56px !important; }
}

@media (max-width: 540px) {
  .footer {
    min-height: auto !important;
    padding: 102px 18px 22px !important;
  }
  .footer .wrap {
    min-height: 0 !important;
    grid-template-rows: auto auto auto !important;
    gap: 34px !important;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  .footer-col h5 { margin-bottom: 8px !important; }
  .footer-big-wordmark {
    width: calc(100% - 42px) !important;
    margin-left: 0 !important;
    transform: none !important;
  }
  .footer-big-icon {
    flex-basis: 32px !important;
    width: 32px !important;
    height: 32px !important;
  }
  .footer-bot {
    display: grid !important;
    gap: 12px !important;
  }
}
