:root {
  --ink: #020208;
  --panel: rgba(5, 5, 15, 0.92);
  --panel-soft: rgba(11, 8, 23, 0.88);
  --line: rgba(151, 134, 176, 0.52);
  --line-purple: rgba(190, 62, 255, 0.75);
  --purple: #a937f4;
  --purple-hot: #c04cff;
  --lavender: #dbb5ff;
  --white: #f8f4ff;
  --muted: #c8c1d1;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", Arial, sans-serif;
  --marker: "Permanent Marker", cursive;
}

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

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

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 83% 78%, rgba(113, 19, 169, 0.18), transparent 25%),
    radial-gradient(circle at 19% 94%, rgba(78, 8, 126, 0.16), transparent 22%),
    var(--ink);
  color: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-is-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

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

:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 99999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  margin: 0;
  clip: auto;
  background: #fff;
  color: #111;
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background: linear-gradient(180deg, rgba(1, 1, 7, 0.96) 0%, rgba(2, 2, 9, 0.62) 67%, rgba(2, 2, 9, 0) 100%);
}

.admin-bar .site-header {
  top: 32px;
}

.site-header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 4vw;
}

.brand {
  position: relative;
  z-index: 3;
  flex: 0 0 216px;
  width: 216px;
  height: 90px;
}

.brand img {
  width: 216px;
  height: 90px;
  object-fit: contain;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.2vw, 36px);
  margin-left: clamp(55px, 7vw, 108px);
  white-space: nowrap;
}

.primary-nav a,
.primary-nav button {
  position: relative;
  padding: 28px 0 22px;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.96);
  cursor: pointer;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1;
}

.primary-nav a::after,
.primary-nav button::after {
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--purple-hot), transparent);
  box-shadow: 0 0 11px var(--purple-hot);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav button:hover::after,
.primary-nav button:focus-visible::after,
.primary-nav .is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(26px, 2.5vw, 40px);
  margin-left: auto;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-links a {
  display: grid;
  width: 20px;
  height: 28px;
  place-items: center;
  color: #fff;
  filter: drop-shadow(0 0 7px rgba(199, 86, 255, 0));
  transition: color 180ms ease, filter 180ms ease, transform 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: var(--purple-hot);
  filter: drop-shadow(0 0 7px rgba(199, 86, 255, 0.85));
  transform: translateY(-1px);
}

.social-glyph {
  display: block;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.social-glyph--youtube {
  width: 22px;
  padding: 3px 4px 3px 6px;
  border-radius: 5px;
  background: currentColor;
  color: #07070c;
  font-size: 10px;
}

.social-glyph--tiktok {
  font-family: var(--body);
  font-size: 22px;
}

.social-glyph--x {
  font-family: var(--body);
  font-size: 18px;
  font-weight: 400;
}

.social-glyph--discord {
  width: 23px;
  height: 15px;
  border-radius: 8px 8px 5px 5px;
  background: currentColor;
  color: #090911;
  font-family: var(--body);
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 10px;
}

.work-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  height: 42px;
  gap: 13px;
  border: 1px solid rgba(187, 72, 255, 0.95);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(28, 10, 44, 0.62), rgba(8, 5, 17, 0.7));
  box-shadow: inset 0 0 18px rgba(144, 40, 212, 0.12), 0 0 18px rgba(157, 47, 220, 0.18);
  color: #f6dfff;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.work-button:hover,
.work-button:focus-visible {
  background: linear-gradient(180deg, rgba(123, 28, 183, 0.55), rgba(53, 10, 84, 0.75));
  box-shadow: inset 0 0 18px rgba(186, 70, 255, 0.22), 0 0 24px rgba(174, 52, 238, 0.55);
  transform: translateY(-1px);
}

.work-button span {
  color: #fff;
  font-size: 20px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 10px;
  border: 1px solid rgba(190, 76, 255, 0.76);
  border-radius: 5px;
  background: rgba(8, 5, 16, 0.8);
  cursor: pointer;
}

.menu-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: #fff;
  box-shadow: 0 0 7px rgba(190, 76, 255, 0.75);
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-main {
  position: relative;
  overflow: hidden;
}

.hero {
  position: relative;
  height: clamp(690px, 44.92vw, 820px);
  overflow: hidden;
  background-color: #020208;
  background-image: url("../images/whatnot-hero.webp");
  background-position: center clamp(52px, 3.55vw, 70px);
  background-repeat: no-repeat;
  background-size: max(1536px, 100vw) auto;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 5, 0.2) 0%, transparent 20%, transparent 70%, rgba(1, 1, 7, 0.9) 100%),
    linear-gradient(90deg, rgba(2, 2, 8, 0.58) 0%, rgba(2, 2, 8, 0.1) 23%, transparent 38%);
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 72px;
  background: linear-gradient(180deg, transparent, rgba(1, 1, 6, 0.82) 75%, var(--ink));
  content: "";
  pointer-events: none;
}

.hero__vignette {
  position: absolute;
  z-index: -1;
  inset: 0;
  box-shadow: inset 0 0 105px 28px rgba(0, 0, 5, 0.82);
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  z-index: 5;
  bottom: 18px;
  left: 4vw;
  width: 350px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.95));
}

.hero-copy p {
  margin: 0;
}

.hero-copy__eyebrow {
  color: #fff;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 0.98;
}

.hero-copy__tagline {
  margin-top: 2px !important;
  color: var(--purple-hot);
  font-family: var(--marker);
  font-size: 25px;
  line-height: 1.08;
  transform: rotate(-1.5deg);
}

.hero-copy__body {
  margin-top: 10px !important;
  color: #f4eef8;
  font-size: 11.5px;
  line-height: 1.42;
}

.neon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 198px;
  height: 36px;
  gap: 16px;
  margin-top: 12px;
  padding: 0 17px;
  border: 1px solid #c050ff;
  border-radius: 5px;
  background: linear-gradient(180deg, #9f34eb 0%, #6c18b0 100%);
  box-shadow: inset 0 0 11px rgba(255, 255, 255, 0.16), 0 0 18px rgba(171, 53, 241, 0.64);
  color: #fff;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  transition: box-shadow 180ms ease, filter 180ms ease, transform 180ms ease;
}

.neon-button:hover,
.neon-button:focus-visible {
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.22), 0 0 27px rgba(191, 68, 255, 0.9);
  filter: brightness(1.12);
  transform: translateY(-1px);
}

.play-orb {
  display: grid;
  width: 23px;
  height: 23px;
  padding-left: 2px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  place-items: center;
  background: rgba(20, 5, 35, 0.72);
  font-size: 9px;
}

.feature-strip {
  position: absolute;
  z-index: 6;
  bottom: 9px;
  left: 50%;
  width: 558px;
  transform: translateX(-50%);
  transition: filter 180ms ease;
}

.feature-strip:hover,
.feature-strip:focus-visible {
  filter: brightness(1.18) drop-shadow(0 0 12px rgba(185, 64, 255, 0.48));
}

.feature-strip img {
  width: 100%;
  height: auto;
}

.showcase {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 1fr;
  gap: 15px;
  width: 100%;
  height: 225px;
  padding: 0 4vw;
  background: linear-gradient(180deg, rgba(2, 2, 8, 0.99), rgba(1, 1, 6, 0.98));
}

.content-card {
  position: relative;
  min-width: 0;
  height: 225px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 8%, rgba(97, 22, 145, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(9, 8, 20, 0.96), rgba(3, 3, 10, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 10px 35px rgba(0, 0, 0, 0.42);
}

.content-card::before {
  position: absolute;
  z-index: 2;
  top: 33px;
  right: 17px;
  left: 17px;
  height: 1px;
  background: linear-gradient(90deg, rgba(182, 57, 250, 0.42), rgba(182, 57, 250, 0.8), transparent);
  content: "";
}

.content-card__label {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  height: 34px;
  gap: 8px;
  padding: 0 16px;
  color: #f7eafe;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.content-card__label span {
  color: var(--purple-hot);
  font-size: 16px;
  text-shadow: 0 0 8px rgba(185, 66, 255, 0.95);
}

.content-card__media {
  position: relative;
  display: block;
  height: 134px;
  margin: 0 22px;
  overflow: hidden;
  border: 1px solid rgba(172, 56, 236, 0.8);
  border-radius: 5px;
  background: #070710;
}

.content-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 220ms ease, transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.content-card__media:hover img,
.content-card__media:focus-visible img {
  filter: brightness(1.08) saturate(1.1);
  transform: scale(1.025);
}

.content-card__footer {
  position: relative;
  z-index: 3;
  height: 56px;
  padding: 8px 16px 5px;
}

.content-card__footer p {
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 11.5px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-card__footer p span {
  color: #ddd4e8;
}

.content-card__footer > a {
  display: inline-block;
  margin-top: 7px;
  color: #c365ff;
  font-family: var(--display);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.035em;
}

.content-card__footer > a:hover,
.content-card__footer > a:focus-visible {
  color: #fff;
  text-shadow: 0 0 9px var(--purple-hot);
}

.about-card::before {
  right: 18px;
  left: 18px;
}

.about-card__content {
  position: relative;
  z-index: 5;
  width: 55%;
  padding: 11px 0 0 23px;
}

.about-card__headline {
  margin: 0 0 9px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  line-height: 0.92;
}

.about-card__headline em {
  color: var(--purple-hot);
  font-family: var(--marker);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-shadow: 0 0 12px rgba(183, 57, 255, 0.38);
}

.about-card__content > p:not(.about-card__headline) {
  max-width: 205px;
  margin: 0;
  color: #f3eef8;
  font-size: 8.8px;
  line-height: 1.45;
}

.neon-button--small {
  min-width: 132px;
  height: 29px;
  gap: 13px;
  margin-top: 10px;
  padding: 0 14px;
  font-size: 10px;
}

.about-card__art {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 56%;
  height: 226px;
  object-fit: cover;
  object-position: right bottom;
}

.about-card::after {
  position: absolute;
  z-index: 3;
  top: 34px;
  right: 0;
  bottom: 0;
  left: 39%;
  background: linear-gradient(90deg, #070711 0%, rgba(7, 7, 17, 0.78) 17%, transparent 52%);
  content: "";
  pointer-events: none;
}

.newsletter {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  width: 73%;
  height: 71px;
  margin-top: 21px;
  margin-left: 7.8vw;
  border: 1px solid rgba(150, 76, 199, 0.72);
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(10, 8, 22, 0.94), rgba(8, 7, 17, 0.92)),
    radial-gradient(circle at 85%, rgba(128, 31, 186, 0.27), transparent 38%);
  box-shadow: inset 0 0 25px rgba(121, 29, 174, 0.07), 0 0 25px rgba(80, 13, 117, 0.08);
}

.newsletter__icon {
  display: grid;
  flex: 0 0 76px;
  width: 48px;
  height: 34px;
  margin-left: 28px;
  border: 1px solid #dcadff;
  border-radius: 5px;
  place-items: center;
  color: #e8caff;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 0 10px rgba(197, 77, 255, 0.85);
  box-shadow: 0 0 10px rgba(170, 52, 232, 0.22), inset 0 0 10px rgba(170, 52, 232, 0.15);
}

.newsletter__copy {
  flex: 0 0 43%;
  min-width: 320px;
  padding-left: 12px;
}

.newsletter__copy h2 {
  margin: -2px 0 1px;
  font-family: var(--marker);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

.newsletter__copy h2 em {
  color: var(--purple-hot);
  font-style: normal;
}

.newsletter__copy p {
  margin: 6px 0 0;
  color: #cfc6d8;
  font-size: 11px;
  line-height: 1;
}

.newsletter__form {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  height: 37px;
  margin-right: 32px;
}

.newsletter__form input[type="email"] {
  min-width: 0;
  flex: 1 1 auto;
  height: 37px;
  padding: 0 17px;
  border: 1px solid rgba(133, 121, 153, 0.6);
  border-right: 0;
  border-radius: 4px 0 0 4px;
  outline: 0;
  background: rgba(17, 15, 26, 0.82);
  color: #fff;
  font-size: 12px;
}

.newsletter__form input[type="email"]::placeholder {
  color: #aaa2b2;
}

.newsletter__form input[type="email"]:focus {
  border-color: var(--purple-hot);
  box-shadow: inset 0 0 9px rgba(163, 46, 225, 0.18), 0 0 8px rgba(163, 46, 225, 0.22);
}

.newsletter__form button {
  flex: 0 0 157px;
  height: 37px;
  border: 1px solid #b63cf8;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #9630df, #6816a9);
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.14), 0 0 13px rgba(169, 50, 232, 0.46);
  color: #fff;
  cursor: pointer;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
  transition: filter 180ms ease, box-shadow 180ms ease;
}

.newsletter__form button:hover,
.newsletter__form button:focus-visible {
  filter: brightness(1.16);
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.18), 0 0 20px rgba(189, 61, 255, 0.72);
}

.newsletter__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.newsletter__crown {
  position: absolute;
  top: -26px;
  right: -271px;
  width: 197px;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 0 15px rgba(185, 56, 255, 0.52));
  mix-blend-mode: screen;
  opacity: 0.96;
  pointer-events: none;
}

.newsletter-notice {
  width: 73%;
  margin: 8px 0 0 7.8vw;
  color: #dbb5ff;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.03em;
  text-align: right;
}

.site-footer {
  min-height: 36px;
  margin-top: 17px;
  padding: 8px 4vw 16px;
  color: rgba(211, 199, 220, 0.5);
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: rgba(230, 205, 247, 0.68);
  text-decoration: underline;
  text-decoration-color: rgba(184, 68, 245, 0.55);
  text-underline-offset: 2px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
}

.site-dialog {
  width: min(520px, calc(100vw - 36px));
  padding: 44px 42px 40px;
  overflow: visible;
  border: 1px solid rgba(190, 73, 255, 0.86);
  border-radius: 10px;
  background:
    radial-gradient(circle at 80% 10%, rgba(137, 34, 193, 0.3), transparent 38%),
    linear-gradient(155deg, #100a1d, #03030a 75%);
  box-shadow: inset 0 0 30px rgba(161, 43, 221, 0.1), 0 0 50px rgba(124, 31, 169, 0.42);
  color: #fff;
  text-align: center;
}

.site-dialog::backdrop {
  background: rgba(0, 0, 5, 0.86);
  backdrop-filter: blur(8px);
}

.site-dialog__close {
  position: absolute;
  top: 10px;
  right: 13px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
}

.site-dialog__kicker {
  margin: 0 0 10px;
  color: var(--purple-hot);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.site-dialog h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 7vw, 48px);
  line-height: 0.92;
}

.site-dialog h2 em {
  color: var(--purple-hot);
  font-family: var(--marker);
  font-size: 0.82em;
  font-style: normal;
  font-weight: 400;
}

.site-dialog > p:not(.site-dialog__kicker) {
  margin: 20px auto 2px;
  color: #d4c9db;
  font-size: 14px;
}

.standard-page {
  min-height: calc(100vh - 54px);
  padding: 150px 24px 90px;
  background:
    radial-gradient(circle at 50% 0, rgba(118, 29, 166, 0.28), transparent 36%),
    #030309;
}

.standard-page__inner {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(148, 84, 188, 0.46);
  border-radius: 10px;
  background: rgba(8, 7, 17, 0.9);
}

.standard-page h1 {
  margin-top: 0;
  font-family: var(--display);
  font-size: clamp(42px, 7vw, 72px);
  line-height: 0.95;
}

.standard-page--centered {
  text-align: center;
}

.standard-page__kicker {
  color: var(--purple-hot);
  font-family: var(--display);
  letter-spacing: 0.16em;
}

@media (max-width: 1280px) {
  .primary-nav {
    gap: 20px;
    margin-left: 38px;
  }

  .header-actions {
    gap: 19px;
  }

  .social-links {
    gap: 13px;
  }

  .work-button {
    min-width: 155px;
  }
}

@media (max-width: 1120px) {
  .site-header {
    position: absolute;
    height: 78px;
    background: rgba(2, 2, 8, 0.86);
    backdrop-filter: blur(10px);
  }

  .site-header__inner {
    justify-content: space-between;
    padding: 0 24px;
  }

  .brand,
  .brand img {
    width: 170px;
    height: 71px;
  }

  .brand {
    flex-basis: 170px;
  }

  .menu-toggle {
    position: relative;
    z-index: 12;
    display: block;
    order: 3;
  }

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

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

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

  .primary-nav {
    position: fixed;
    z-index: 10;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin: 0;
    background:
      radial-gradient(circle at 50% 30%, rgba(132, 28, 190, 0.3), transparent 35%),
      rgba(2, 2, 8, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 200ms ease, transform 200ms ease;
  }

  .menu-is-open .primary-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav a,
  .primary-nav button {
    padding: 10px 18px;
    font-size: 25px;
  }

  .primary-nav a::after,
  .primary-nav button::after {
    bottom: 4px;
  }

  .header-actions {
    margin-right: 20px;
    margin-left: auto;
  }

  .social-links {
    display: none;
  }

  .hero {
    height: 690px;
  }

  .newsletter {
    width: calc(100% - 48px);
    margin-left: 24px;
  }

  .newsletter__crown {
    display: none;
  }
}

@media (max-width: 820px) {
  .hero {
    height: 760px;
    background-position: center 58px;
    background-size: auto 620px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 4, 0.14), transparent 42%, rgba(1, 1, 7, 0.6) 64%, #020208 100%),
      linear-gradient(90deg, rgba(2, 2, 8, 0.22), transparent 45%);
  }

  .hero-copy {
    right: 24px;
    bottom: 137px;
    left: 24px;
    width: auto;
    padding: 18px 20px;
    border-left: 2px solid var(--purple-hot);
    background: linear-gradient(90deg, rgba(3, 3, 10, 0.93), rgba(3, 3, 10, 0.42));
  }

  .feature-strip {
    bottom: 5px;
    width: min(558px, 92vw);
  }

  .showcase {
    grid-template-columns: 1fr;
    height: auto;
    gap: 16px;
    padding: 0 24px;
  }

  .content-card,
  .about-card {
    height: 260px;
  }

  .content-card__media {
    height: 163px;
  }

  .about-card__art {
    width: 51%;
    height: 226px;
  }

  .about-card__content {
    width: 58%;
    padding-top: 20px;
  }

  .about-card__headline {
    font-size: 26px;
  }

  .about-card__content > p:not(.about-card__headline) {
    max-width: 245px;
    font-size: 10px;
  }

  .newsletter {
    align-items: flex-start;
    flex-wrap: wrap;
    height: auto;
    min-height: 176px;
    padding: 20px;
  }

  .newsletter__icon {
    flex-basis: 52px;
    margin: 0;
  }

  .newsletter__copy {
    flex: 1 1 calc(100% - 52px);
    min-width: 0;
  }

  .newsletter__form {
    flex: 1 1 100%;
    width: 100%;
    margin: 19px 0 0;
  }

  .newsletter-notice {
    width: calc(100% - 48px);
    margin-left: 24px;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .site-header__inner {
    padding: 0 16px;
  }

  .header-actions {
    display: none;
  }

  .hero {
    height: 730px;
    background-position: 50.5% 69px;
    background-size: auto 500px;
  }

  .hero-copy {
    right: 16px;
    bottom: 126px;
    left: 16px;
    padding: 16px;
  }

  .hero-copy__eyebrow {
    font-size: 24px;
  }

  .hero-copy__tagline {
    font-size: 23px;
  }

  .hero-copy__body {
    font-size: 11px;
  }

  .desktop-only {
    display: none;
  }

  .feature-strip {
    width: 118vw;
  }

  .showcase {
    padding: 0 16px;
  }

  .content-card,
  .about-card {
    height: 245px;
  }

  .content-card__media {
    height: 149px;
    margin-right: 16px;
    margin-left: 16px;
  }

  .about-card__content {
    width: 64%;
    padding: 18px 0 0 18px;
  }

  .about-card__headline,
  .about-card__headline em {
    font-size: 21px;
  }

  .about-card__content > p:not(.about-card__headline) {
    max-width: 185px;
    font-size: 8.8px;
  }

  .about-card__art {
    right: -49px;
    width: 70%;
  }

  .newsletter {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding: 18px 16px;
  }

  .newsletter__copy h2 {
    font-size: 17px;
  }

  .newsletter__copy p {
    font-size: 9px;
    line-height: 1.25;
  }

  .newsletter__form button {
    flex-basis: 112px;
    font-size: 11px;
  }

  .newsletter-notice {
    width: calc(100% - 32px);
    margin-left: 16px;
  }

  .site-dialog {
    padding: 42px 22px 34px;
  }

  .admin-bar .site-header {
    top: 46px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
