.nw-home {
	--nw-home-acid: var(--wp--preset--color--nightweeds-accent, #c8ff2e);
	--nw-home-bone: var(--wp--preset--color--nightweeds-foreground, #f1f0e8);
	--nw-home-black: var(--wp--preset--color--nightweeds-background, #080808);
	--nw-home-muted: var(--wp--preset--color--nightweeds-muted, #8d8a80);
	--nw-home-border: var(--wp--preset--color--nightweeds-border, #2a2a2a);
	--nw-home-hero-image: url("../images/home/night-football-hero-temporary.webp");
	box-sizing: border-box;
	min-width: 0;
	margin-block-start: 0;
	background: var(--nw-home-black);
	color: var(--nw-home-bone);
	overflow-x: clip;
}

.nw-home *,
.nw-home *::before,
.nw-home *::after {
	box-sizing: border-box;
}

.nw-home-hero {
	position: relative;
	isolation: isolate;
	min-height: calc(100svh - 72px);
	min-height: calc(100dvh - 72px);
	margin-block-start: 0;
	overflow: hidden;
	color: var(--nw-home-bone);
	background: #050505;
	border-bottom: 1px solid var(--nw-home-border);
}

.nw-home-hero::before {
	position: absolute;
	inset: 0 0 0 auto;
	z-index: 0;
	width: min(58vw, 860px);
	content: "";
	background-image:
		linear-gradient(
			90deg,
			rgba(5, 5, 5, 0.98) 0%,
			rgba(5, 5, 5, 0.88) 18%,
			rgba(5, 5, 5, 0.34) 58%,
			rgba(5, 5, 5, 0.1) 100%
		),
		var(--nw-home-hero-image);
	background-position: 54% 34%;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}

.nw-home-hero::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background:
		radial-gradient(circle at 74% 20%, rgba(241, 240, 232, 0.14), transparent 18rem),
		linear-gradient(0deg, rgba(5, 5, 5, 0.9), transparent 26%, transparent 72%, rgba(5, 5, 5, 0.72)),
		linear-gradient(rgba(241, 240, 232, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(241, 240, 232, 0.025) 1px, transparent 1px);
	background-size: 100% 6px, 42px 100%;
	opacity: 0.18;
	pointer-events: none;
}

.nw-home-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
	grid-template-rows: minmax(0, 1fr) auto;
	width: min(calc(100% - 36px), 1440px);
	min-height: calc(100svh - 72px);
	min-height: calc(100dvh - 72px);
	margin-inline: auto;
	padding-block: clamp(56px, 8vh, 96px) clamp(24px, 4vh, 42px);
}

.nw-home-hero__inner::before {
	position: absolute;
	right: clamp(20px, 3vw, 48px);
	top: 17%;
	bottom: 18%;
	width: 1px;
	content: "";
	background: linear-gradient(180deg, transparent, rgba(241, 240, 232, 0.4), transparent);
	opacity: 0.68;
	pointer-events: none;
}

.nw-home-hero__inner::after {
	position: absolute;
	top: clamp(24px, 4vw, 56px);
	right: 0;
	bottom: clamp(24px, 4vw, 56px);
	left: 0;
	content: "";
	background:
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) left top / 36px 1px no-repeat,
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) left top / 1px 36px no-repeat,
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) right bottom / 36px 1px no-repeat,
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) right bottom / 1px 36px no-repeat;
	opacity: 0.72;
	pointer-events: none;
}

.nw-home-hero__content {
	display: flex;
	flex-direction: column;
	align-self: center;
	max-width: min(100%, 690px);
	min-width: 0;
	margin-block-start: 0;
	padding-left: clamp(24px, 3vw, 54px);
}

.nw-home-hero__eyebrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 44px;
	margin: 0 0 clamp(18px, 3vh, 34px);
	padding: 0 26px;
	color: var(--nw-home-acid);
	border: 1px solid rgba(241, 240, 232, 0.28);
	font-family: "Courier New", Courier, monospace;
	font-size: clamp(0.78rem, 1vw, 0.92rem);
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.nw-home-hero__eyebrow::after {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 14px;
	content: "";
	background: var(--nw-home-acid);
	box-shadow: 10px 0 0 rgba(200, 255, 46, 0.48);
}

.nw-home-hero__title {
	position: relative;
	max-width: 100%;
	margin: 0;
	color: var(--nw-home-bone);
	font-family: Impact, Haettenschweiler, "Arial Narrow", "Roboto Condensed", Inter, sans-serif;
	font-size: clamp(4.75rem, 5.75vw, 8rem);
	font-stretch: condensed;
	font-weight: 400;
	line-height: 0.84;
	letter-spacing: -0.045em;
	text-transform: uppercase;
	text-shadow:
		0 2px 0 rgba(0, 0, 0, 0.85),
		0 16px 46px rgba(0, 0, 0, 0.7);
	overflow-wrap: normal;
	word-break: normal;
	white-space: nowrap;
}

.nw-home-hero__title::after {
	display: inline-block;
	margin-left: 0.08em;
	color: var(--nw-home-acid);
	content: "//";
	font-family: "Courier New", Courier, monospace;
	font-size: 0.22em;
	line-height: 1;
	vertical-align: baseline;
}

.nw-home-hero__subtitle {
	margin: clamp(22px, 3vh, 34px) 0 0;
	color: var(--nw-home-bone);
	font-family: "Courier New", Courier, monospace;
	font-size: clamp(1.7rem, 2.85vw, 3rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.035em;
	text-transform: uppercase;
	white-space: nowrap;
}

.nw-home-hero__subtitle::after {
	display: block;
	width: min(100%, 430px);
	height: 2px;
	margin-top: clamp(18px, 2.4vh, 26px);
	content: "";
	background:
		linear-gradient(90deg, var(--nw-home-acid) 0 58%, transparent 58% 61%, rgba(200, 255, 46, 0.9) 61% 72%, transparent 72%),
		linear-gradient(90deg, rgba(241, 240, 232, 0.22), transparent);
}

.nw-home-hero__support {
	max-width: 44rem;
	margin: clamp(22px, 3vh, 34px) 0 0;
	color: var(--nw-home-bone);
	font-family: "Courier New", Courier, monospace;
	font-size: clamp(1rem, 1.4vw, 1.28rem);
	line-height: 1.5;
}

.nw-home-hero__statement {
	margin: 12px 0 0;
	color: var(--nw-home-acid);
	font-family: "Courier New", Courier, monospace;
	font-size: clamp(0.92rem, 1.15vw, 1.12rem);
	font-weight: 800;
	line-height: 1.45;
	text-transform: uppercase;
}

.nw-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 34px;
	margin-block-start: clamp(26px, 4vh, 44px);
}

.nw-home-hero__actions .wp-block-button {
	margin: 0;
}

.nw-home-hero__actions .wp-block-button__link {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	max-width: 100%;
	padding: 0.85rem 1.55rem;
	color: inherit;
	background: transparent;
	border: 0;
	border-radius: 0;
	font: inherit;
	text-decoration: none;
}

.nw-home-hero__actions .nw-button--primary .wp-block-button__link {
	min-width: min(100%, 260px);
	color: var(--nw-home-black);
	background: var(--nw-home-acid);
	border: 1px solid var(--nw-home-acid);
	box-shadow: inset 0 0 0 3px rgba(5, 5, 5, 0.16);
}

.nw-home-hero__actions .nw-button--primary .wp-block-button__link::after {
	margin-left: 0.85rem;
	content: ">";
	font-family: "Courier New", Courier, monospace;
	font-weight: 900;
}

.nw-home-hero__actions .nw-button--primary .wp-block-button__link:hover {
	background: #d6ff64;
}

.nw-home-hero__actions .nw-button--text .wp-block-button__link {
	color: var(--nw-home-bone);
	text-decoration-line: underline;
	text-decoration-color: var(--nw-home-acid);
	text-decoration-thickness: 2px;
	text-underline-offset: 0.45em;
}

.nw-home-hero__actions .nw-button--text::after {
	content: none;
}

.nw-home-hero__actions .nw-button--text .wp-block-button__link::after {
	margin-left: 0.85rem;
	color: var(--nw-home-acid);
	content: ">";
	font-family: "Courier New", Courier, monospace;
	font-weight: 900;
	text-decoration: none;
}

.nw-home-hero__actions .nw-button--text .wp-block-button__link:hover {
	color: var(--nw-home-acid);
}

.nw-home-hero__actions .wp-block-button__link:focus-visible {
	outline: 2px solid var(--nw-home-acid);
	outline-offset: 4px;
}

.nw-home-hero__sequence {
	position: absolute;
	left: clamp(0px, 0.6vw, 8px);
	bottom: clamp(198px, 28vh, 330px);
	margin: 0;
	color: var(--nw-home-muted);
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8rem;
	line-height: 1;
	pointer-events: none;
}

.nw-home-hero__sequence p {
	margin: 0;
}

.nw-home-hero__sequence p:first-child {
	color: var(--nw-home-acid);
}

.nw-home-hero__metadata {
	grid-column: 1 / -1;
	align-self: end;
	margin: clamp(34px, 6vh, 70px) 0 0;
	padding-block-start: 24px;
	color: var(--nw-home-muted);
	border-top: 1px solid rgba(241, 240, 232, 0.13);
	font-family: "Courier New", Courier, monospace;
	font-size: clamp(0.72rem, 0.9vw, 0.9rem);
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.nw-home-drop {
	position: relative;
	isolation: isolate;
	scroll-margin-top: 118px;
	margin-block-start: 0;
	overflow-x: clip;
	color: var(--nw-home-bone);
	background:
		linear-gradient(90deg, rgba(200, 255, 46, 0.055) 0 1px, transparent 1px 100%) left top / 74px 100%,
		linear-gradient(rgba(241, 240, 232, 0.032) 0 1px, transparent 1px 100%) left top / 100% 7px,
		radial-gradient(circle at 78% 6%, rgba(241, 240, 232, 0.12), transparent 18rem),
		linear-gradient(180deg, #060606 0%, #0a0a0a 42%, #050505 100%);
	border-bottom: 1px solid rgba(241, 240, 232, 0.12);
}

.nw-home-drop::before,
.nw-home-drop::after {
	position: absolute;
	z-index: 0;
	content: "";
	pointer-events: none;
}

.nw-home-drop::before {
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.9), transparent 18%, transparent 78%, rgba(5, 5, 5, 0.84)),
		linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.72));
}

.nw-home-drop::after {
	top: clamp(24px, 4rem, 64px);
	right: clamp(18px, 3rem, 48px);
	bottom: clamp(24px, 4rem, 64px);
	left: clamp(18px, 3rem, 48px);
	background:
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) left top / 28px 1px no-repeat,
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) left top / 1px 28px no-repeat,
		linear-gradient(rgba(241, 240, 232, 0.48), rgba(241, 240, 232, 0.48)) right top / 28px 1px no-repeat,
		linear-gradient(rgba(241, 240, 232, 0.48), rgba(241, 240, 232, 0.48)) right top / 1px 28px no-repeat,
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) right bottom / 28px 1px no-repeat,
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) right bottom / 1px 28px no-repeat;
	opacity: 0.72;
}

.nw-home-drop__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
	gap: clamp(28px, 4rem, 64px);
	width: min(calc(100% - 36px), 1440px);
	margin-inline: auto;
	padding-block: clamp(72px, 7rem, 112px);
}

.nw-home-drop__intro {
	position: sticky;
	top: 118px;
	align-self: start;
	min-width: 0;
	margin: 0;
	padding: clamp(18px, 2rem, 28px) 0 0 clamp(18px, 2rem, 34px);
	border-left: 1px solid rgba(200, 255, 46, 0.58);
}

.nw-home-drop__kicker,
.nw-home-drop__chant,
.nw-home-drop__copy,
.nw-home-drop__note,
.nw-home-drop-card__index,
.nw-home-drop-card__status,
.nw-home-drop-card__meta,
.nw-home-drop-card__cta {
	font-family: "Courier New", Courier, monospace;
	line-height: 1.35;
	text-transform: uppercase;
}

.nw-home-drop__kicker {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin: 0 0 20px;
	color: var(--nw-home-acid);
	font-size: 0.86rem;
	font-weight: 800;
}

.nw-home-drop__kicker::after {
	width: 34px;
	height: 1px;
	margin-left: 16px;
	content: "";
	background: var(--nw-home-acid);
}

.nw-home-drop__title {
	max-width: 7.6em;
	margin: 0;
	color: var(--nw-home-bone);
	font-family: Impact, Haettenschweiler, "Arial Narrow", "Roboto Condensed", Inter, sans-serif;
	font-size: clamp(4.25rem, 6rem, 6.8rem);
	font-stretch: condensed;
	font-weight: 900;
	line-height: 0.82;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: 0 14px 42px rgba(0, 0, 0, 0.72);
}

.nw-home-drop__title::after {
	color: var(--nw-home-acid);
	content: " //";
	font-family: "Courier New", Courier, monospace;
	font-size: 0.24em;
	line-height: 1;
}

.nw-home-drop__chant {
	margin: clamp(24px, 3rem, 46px) 0 0;
	color: var(--nw-home-bone);
	font-size: clamp(1.12rem, 1.35rem, 1.5rem);
	font-weight: 800;
}

.nw-home-drop__copy {
	max-width: 28rem;
	margin: 18px 0 0;
	color: rgba(241, 240, 232, 0.76);
	font-size: 0.96rem;
	text-transform: none;
}

.nw-home-drop__note {
	display: inline-flex;
	width: fit-content;
	margin: 30px 0 0;
	padding: 8px 10px;
	color: var(--nw-home-muted);
	border: 1px solid rgba(241, 240, 232, 0.16);
	font-size: 0.72rem;
	font-weight: 800;
}

.nw-drop-index {
	width: 100%;
	margin: clamp(24px, 2.4rem, 34px) 0 0;
	padding: clamp(14px, 1.1rem, 17px);
	background: rgba(5, 5, 5, 0.48);
	border: 1px solid rgba(200, 255, 46, 0.36);
	box-shadow:
		inset 0 0 0 1px rgba(241, 240, 232, 0.045),
		0 18px 42px rgba(0, 0, 0, 0.22);
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
}

.nw-drop-index > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.nw-drop-index__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 8px;
	color: var(--nw-home-acid);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.nw-drop-index__title,
.nw-drop-index__count,
.nw-drop-index__item {
	margin: 0;
}

.nw-drop-index__count {
	white-space: nowrap;
}

.nw-drop-index__list {
	display: grid;
	margin: 0;
	border-top: 1px solid rgba(200, 255, 46, 0.22);
}

.nw-drop-index__item {
	border-bottom: 1px solid rgba(241, 240, 232, 0.12);
}

.nw-drop-index__link {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-height: 59px;
	color: var(--nw-home-bone);
	text-decoration: none;
	transition:
		background-color 160ms ease,
		color 160ms ease;
}

.nw-drop-index__link:hover,
.nw-drop-index__link:focus-visible {
	color: #fff;
	background: rgba(200, 255, 46, 0.055);
	outline: none;
}

.nw-drop-index__number {
	color: var(--nw-home-acid);
	font-size: 0.78rem;
	font-weight: 900;
}

.nw-drop-index__info {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.nw-drop-index__name,
.nw-drop-index__code {
	display: block;
}

.nw-drop-index__name {
	color: currentColor;
	font-size: clamp(0.78rem, 0.86vw, 0.92rem);
	font-weight: 900;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.nw-drop-index__code {
	color: var(--nw-home-muted);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.nw-drop-index__status {
	justify-self: end;
	padding: 4px 6px;
	border: 1px solid rgba(200, 255, 46, 0.42);
	color: var(--nw-home-acid);
	font-size: 0.58rem;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.nw-drop-index__status--live {
	color: var(--nw-home-black);
	background: var(--nw-home-acid);
	border-color: var(--nw-home-acid);
}

.nw-drop-index__status--limited {
	background: rgba(200, 255, 46, 0.055);
}

.nw-drop-index__status--soon {
	color: rgba(200, 255, 46, 0.62);
	border-color: rgba(200, 255, 46, 0.26);
}

.nw-home-drop__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: clamp(16px, 1.5rem, 24px);
	min-width: 0;
	margin: 0;
}

.nw-home-drop-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: rgba(7, 7, 7, 0.86);
	border: 1px solid rgba(241, 240, 232, 0.18);
	box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.84);
	align-self: stretch;
	translate: none;
	transform: none;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.nw-home-drop__grid > .nw-home-drop-card {
	margin-block-start: 0;
}

.nw-home-drop-card::before {
	position: absolute;
	inset: 12px auto auto 12px;
	z-index: 2;
	width: 42px;
	height: 42px;
	content: "";
	background:
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) left top / 14px 1px no-repeat,
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) left top / 1px 14px no-repeat,
		linear-gradient(rgba(241, 240, 232, 0.42), rgba(241, 240, 232, 0.42)) right bottom / 14px 1px no-repeat,
		linear-gradient(rgba(241, 240, 232, 0.42), rgba(241, 240, 232, 0.42)) right bottom / 1px 14px no-repeat;
	pointer-events: none;
}

.nw-home-drop-card__figure {
	position: relative;
	flex: 0 0 auto;
	margin: 0;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #050505;
	border-bottom: 1px solid rgba(241, 240, 232, 0.13);
}

.nw-home-drop-card__figure::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(180deg, transparent 42%, rgba(5, 5, 5, 0.42) 100%),
		linear-gradient(rgba(241, 240, 232, 0.04) 1px, transparent 1px);
	background-size: 100% 100%, 100% 6px;
	opacity: 0.6;
	pointer-events: none;
}

.nw-home-drop-card__figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.82) contrast(1.06);
	transform: scale(1);
	transition:
		filter 220ms ease,
		transform 220ms ease;
}

.nw-home-drop-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
	margin: 0;
	padding: clamp(18px, 1.5rem, 24px);
}

.nw-home-drop-card__index {
	margin: 0;
	color: var(--nw-home-acid);
	font-size: 0.78rem;
	font-weight: 800;
}

.nw-home-drop-card__title {
	min-height: 2.5em;
	margin: 0;
	color: var(--nw-home-bone);
	font-family: "Courier New", Courier, monospace;
	font-size: clamp(1.16rem, 1.32rem, 1.5rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.nw-home-drop-card__status {
	width: fit-content;
	margin: 0;
	padding: 6px 8px;
	color: var(--nw-home-black);
	background: var(--nw-home-acid);
	font-size: 0.7rem;
	font-weight: 900;
}

.nw-home-drop-card__meta {
	margin: 0;
	color: var(--nw-home-muted);
	font-size: 0.76rem;
}

.nw-home-drop-card__cta {
	margin: auto 0 0;
	border: 1px solid rgba(200, 255, 46, 0.72);
}

.nw-home-drop-card__cta a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	padding: 0 14px;
	color: var(--nw-home-acid);
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
}

.nw-home-drop-card__cta a::after {
	content: ">";
	font-size: 1.05rem;
	transition: transform 180ms ease;
}

.nw-home-drop-card:hover,
.nw-home-drop-card:focus-within {
	border-color: rgba(200, 255, 46, 0.82);
	box-shadow:
		inset 0 0 0 1px rgba(200, 255, 46, 0.16),
		0 18px 54px rgba(0, 0, 0, 0.36);
}

.nw-home-drop-card:hover .nw-home-drop-card__figure img,
.nw-home-drop-card:focus-within .nw-home-drop-card__figure img {
	filter: saturate(0.95) contrast(1.12);
	transform: scale(1.035);
}

.nw-home-drop-card:hover .nw-home-drop-card__cta a::after,
.nw-home-drop-card:focus-within .nw-home-drop-card__cta a::after {
	transform: translateX(4px);
}

.nw-home-archive {
	position: relative;
	isolation: isolate;
	scroll-margin-top: 118px;
	margin-block-start: 0;
	overflow-x: clip;
	color: var(--nw-home-bone);
	background:
		linear-gradient(90deg, rgba(200, 255, 46, 0.035) 0 1px, transparent 1px 100%) left top / 88px 100%,
		linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100%) left top / 100% 92px,
		#050505;
}

.nw-home-archive::before,
.nw-home-archive::after {
	position: absolute;
	z-index: 0;
	content: "";
	pointer-events: none;
}

.nw-home-archive::before {
	inset: 0;
	background:
		radial-gradient(circle at 83% 24%, rgba(200, 255, 46, 0.08), transparent 12rem),
		linear-gradient(90deg, rgba(5, 5, 5, 0.84), transparent 22%, transparent 78%, rgba(5, 5, 5, 0.9)),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 5px);
	opacity: 0.86;
}

.nw-home-archive::after {
	top: clamp(28px, 4rem, 64px);
	right: clamp(22px, 3rem, 52px);
	bottom: clamp(28px, 4rem, 64px);
	left: clamp(22px, 3rem, 52px);
	background:
		linear-gradient(90deg, var(--nw-home-muted) 0 1px, transparent 1px) left top / 22px 1px no-repeat,
		linear-gradient(180deg, var(--nw-home-muted) 0 1px, transparent 1px) left top / 1px 22px no-repeat,
		linear-gradient(270deg, var(--nw-home-muted) 0 1px, transparent 1px) right top / 22px 1px no-repeat,
		linear-gradient(180deg, var(--nw-home-muted) 0 1px, transparent 1px) right top / 1px 22px no-repeat,
		linear-gradient(90deg, var(--nw-home-muted) 0 1px, transparent 1px) left bottom / 22px 1px no-repeat,
		linear-gradient(0deg, var(--nw-home-muted) 0 1px, transparent 1px) left bottom / 1px 22px no-repeat,
		linear-gradient(270deg, var(--nw-home-muted) 0 1px, transparent 1px) right bottom / 22px 1px no-repeat,
		linear-gradient(0deg, var(--nw-home-muted) 0 1px, transparent 1px) right bottom / 1px 22px no-repeat;
	opacity: 0.72;
}

.nw-home-archive__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(54px, 0.07fr) minmax(0, 1fr) minmax(46px, 0.08fr);
	grid-template-areas:
		"rail kicker side"
		"rail title side"
		"rail intro side"
		"rail grid side"
		"rail action side";
	gap: 0 clamp(24px, 3vw, 48px);
	width: min(calc(100% - 44px), 1560px);
	min-height: min(900px, calc(100svh - 72px));
	margin-inline: auto;
	padding-block: clamp(58px, 7vw, 96px) clamp(48px, 6vw, 74px);
}

.nw-home-archive__kicker,
.nw-home-archive__tagline,
.nw-home-archive__copy,
.nw-home-archive__signal,
.nw-home-archive__rail,
.nw-home-archive__side-note,
.nw-home-archive__action,
.nw-home-archive-card__year,
.nw-home-archive-card__index,
.nw-home-archive-card__meta,
.nw-home-archive-card__copy,
.nw-home-archive-card__cta {
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0;
	line-height: 1.45;
	text-transform: uppercase;
}

.nw-home-archive__kicker {
	grid-area: kicker;
	width: fit-content;
	margin: 0 0 clamp(18px, 2.4vw, 30px);
	padding-left: 24px;
	color: var(--nw-home-acid);
	font-size: 0.78rem;
	font-weight: 800;
	border-left: 1px solid rgba(200, 255, 46, 0.72);
}

.nw-home-archive__title {
	grid-area: title;
	max-width: 11ch;
	margin: 0;
	color: var(--nw-home-bone);
	font-family: Impact, Haettenschweiler, "Arial Narrow", "Roboto Condensed", Inter, sans-serif;
	font-size: clamp(5.8rem, 9.4vw, 11.4rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.82;
	text-transform: uppercase;
	text-shadow: 0 0 22px rgba(255, 255, 255, 0.08);
}

.nw-home-archive__title::after {
	display: inline-block;
	margin-left: 0.05em;
	color: var(--nw-home-acid);
	content: "//";
	font-family: "Courier New", Courier, monospace;
	font-size: 0.22em;
	vertical-align: 0.12em;
}

.nw-home-archive__intro {
	grid-area: intro;
	max-width: 45rem;
	margin: clamp(18px, 2.6vw, 34px) 0 clamp(28px, 4vw, 52px);
}

.nw-home-archive__intro > * {
	margin-block-start: 0;
}

.nw-home-archive__intro > * + * {
	margin-block-start: 14px;
}

.nw-home-archive__tagline {
	color: var(--nw-home-bone);
	font-size: clamp(1.25rem, 2vw, 2rem);
	font-weight: 400;
}

.nw-home-archive__copy {
	max-width: 34rem;
	color: var(--nw-home-bone);
	font-size: clamp(0.86rem, 1vw, 1.04rem);
	text-transform: none;
}

.nw-home-archive__signal {
	color: var(--nw-home-acid);
	font-size: 0.82rem;
	font-weight: 800;
}

.nw-home-archive__rail {
	grid-area: rail;
	display: flex;
	flex-direction: column;
	gap: clamp(18px, 4vh, 36px);
	align-self: center;
	margin: 0;
	color: var(--nw-home-muted);
	font-size: 0.82rem;
}

.nw-home-archive__rail p {
	margin: 0;
}

.nw-home-archive__rail p:last-child {
	color: var(--nw-home-acid);
}

.nw-home-archive__grid {
	grid-area: grid;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 28px);
	min-width: 0;
	margin: 0;
}

.nw-home-archive__grid > .nw-home-archive-card {
	margin-block-start: 0;
}

.nw-home-archive-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	margin: 0;
	background: rgba(8, 8, 8, 0.88);
	border: 1px solid rgba(141, 138, 128, 0.48);
	border-radius: 0;
	overflow: hidden;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.nw-home-archive-card::before {
	position: absolute;
	inset: 12px auto auto 12px;
	z-index: 2;
	width: 22px;
	height: 22px;
	content: "";
	border-top: 1px solid var(--nw-home-acid);
	border-left: 1px solid var(--nw-home-acid);
	pointer-events: none;
}

.nw-home-archive-card__figure {
	position: relative;
	aspect-ratio: 16 / 10;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: #0a0a0a;
	border-bottom: 1px solid rgba(141, 138, 128, 0.36);
}

.nw-home-archive-card__figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(0.58) contrast(1.05) brightness(0.78);
	transition:
		filter 180ms ease,
		transform 220ms ease;
}

.nw-home-archive-card__body {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px 14px;
	min-width: 0;
	margin: 0;
	padding: clamp(16px, 1.5vw, 22px);
}

.nw-home-archive-card__year {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--nw-home-acid);
	font-size: clamp(1.35rem, 2vw, 2.05rem);
	font-weight: 400;
	line-height: 1;
}

.nw-home-archive-card__index {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--nw-home-muted);
	font-size: 0.72rem;
}

.nw-home-archive-card__title {
	grid-column: 1 / -1;
	margin: 2px 0 0;
	color: var(--nw-home-bone);
	font-family: "Courier New", Courier, monospace;
	font-size: clamp(1.1rem, 1.35vw, 1.42rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.18;
	text-transform: uppercase;
}

.nw-home-archive-card__title::before {
	content: none;
}

.nw-home-archive-card__meta {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--nw-home-muted);
	font-size: 0.72rem;
}

.nw-home-archive-card__copy {
	grid-column: 1 / 2;
	margin: 0;
	color: var(--nw-home-bone);
	font-size: 0.82rem;
	text-transform: none;
}

.nw-home-archive-card__cta {
	grid-column: 2 / 3;
	grid-row: 5 / 6;
	align-self: end;
	margin: 0;
}

.nw-home-archive-card__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	min-width: 44px;
	height: 44px;
	color: var(--nw-home-acid);
	font-size: 0;
	text-decoration: none;
}

.nw-home-archive-card__cta a::after {
	content: ">";
	font-size: 1.55rem;
	line-height: 1;
	transition: transform 180ms ease;
}

.nw-home-archive-card:hover,
.nw-home-archive-card:focus-within {
	border-color: rgba(200, 255, 46, 0.78);
	box-shadow:
		inset 0 0 0 1px rgba(200, 255, 46, 0.14),
		0 18px 58px rgba(0, 0, 0, 0.38);
}

.nw-home-archive-card:hover .nw-home-archive-card__figure img,
.nw-home-archive-card:focus-within .nw-home-archive-card__figure img {
	filter: grayscale(0.28) contrast(1.1) brightness(0.86);
	transform: scale(1.035);
}

.nw-home-archive-card:hover .nw-home-archive-card__cta a::after,
.nw-home-archive-card:focus-within .nw-home-archive-card__cta a::after {
	transform: translateX(4px);
}

.nw-home-archive__action {
	grid-area: action;
	justify-self: stretch;
	width: 100%;
	min-width: 0;
	margin: 16px 0 0;
	border: 1px solid rgba(200, 255, 46, 0.78);
}

.nw-home-archive__action a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding-inline: 22px 16px;
	color: var(--nw-home-acid);
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
}

.nw-home-archive__action a::after {
	content: ">";
	font-size: 1.22rem;
	transition: transform 180ms ease;
}

.nw-home-archive__action a:hover::after,
.nw-home-archive__action a:focus-visible::after {
	transform: translateX(4px);
}

.nw-home-archive__side-note {
	grid-area: side;
	align-self: center;
	justify-self: end;
	margin: 0;
	color: var(--nw-home-muted);
	font-size: 0.72rem;
	writing-mode: vertical-rl;
}

.nw-home-why {
	position: relative;
	isolation: isolate;
	scroll-margin-top: 118px;
	margin-block-start: 0;
	overflow-x: clip;
	color: var(--nw-home-bone);
	background:
		linear-gradient(90deg, rgba(200, 255, 46, 0.035) 0 1px, transparent 1px 100%) left top / 96px 100%,
		linear-gradient(rgba(241, 240, 232, 0.028) 0 1px, transparent 1px 100%) left top / 100% 8px,
		#050505;
	border-top: 1px solid rgba(241, 240, 232, 0.08);
}

.nw-home-why::before,
.nw-home-why::after {
	position: absolute;
	z-index: 0;
	content: "";
	pointer-events: none;
}

.nw-home-why::before {
	inset: 0;
	background:
		radial-gradient(circle at 70% 18%, rgba(232, 228, 218, 0.12), transparent 18rem),
		linear-gradient(90deg, rgba(5, 5, 5, 0.94), transparent 30%, transparent 78%, rgba(5, 5, 5, 0.9)),
		repeating-linear-gradient(0deg, rgba(232, 228, 218, 0.035) 0 1px, transparent 1px 5px);
	opacity: 0.82;
}

.nw-home-why::after {
	top: clamp(30px, 4vw, 64px);
	right: clamp(22px, 3vw, 54px);
	bottom: clamp(30px, 4vw, 64px);
	left: clamp(22px, 3vw, 54px);
	background:
		linear-gradient(var(--nw-home-muted), var(--nw-home-muted)) left top / 26px 1px no-repeat,
		linear-gradient(var(--nw-home-muted), var(--nw-home-muted)) left top / 1px 26px no-repeat,
		linear-gradient(var(--nw-home-muted), var(--nw-home-muted)) right top / 26px 1px no-repeat,
		linear-gradient(var(--nw-home-muted), var(--nw-home-muted)) right top / 1px 26px no-repeat,
		linear-gradient(var(--nw-home-muted), var(--nw-home-muted)) left bottom / 26px 1px no-repeat,
		linear-gradient(var(--nw-home-muted), var(--nw-home-muted)) left bottom / 1px 26px no-repeat,
		linear-gradient(var(--nw-home-muted), var(--nw-home-muted)) right bottom / 26px 1px no-repeat,
		linear-gradient(var(--nw-home-muted), var(--nw-home-muted)) right bottom / 1px 26px no-repeat;
	opacity: 0.7;
}

.nw-home-why__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(42px, 0.05fr) minmax(0, 0.38fr) minmax(0, 0.57fr) minmax(34px, 0.04fr);
	grid-template-areas:
		"rail content visuals side"
		"footer footer footer footer";
	gap: clamp(22px, 3vw, 48px);
	width: min(calc(100% - 44px), 1560px);
	min-height: min(900px, calc(100svh - 72px));
	margin-inline: auto;
	padding-block: clamp(58px, 7vw, 96px) clamp(28px, 4vw, 42px);
}

.nw-home-why__inner > * {
	margin-block-start: 0;
}

.nw-home-why__content {
	grid-area: content;
	align-self: center;
	min-width: 0;
	margin: 0;
}

.nw-home-why__content > * {
	margin-block-start: 0;
}

.nw-home-why__index,
.nw-home-why__kicker,
.nw-home-why__copy,
.nw-home-why__statement,
.nw-home-why__button,
.nw-home-why__join,
.nw-home-why__rail,
.nw-home-why__frame-label,
.nw-home-why__side-note,
.nw-home-why__footer-note {
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0;
	line-height: 1.45;
	text-transform: uppercase;
}

.nw-home-why__index {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	margin: 0 0 clamp(18px, 2vw, 28px);
	padding-inline: 16px;
	color: var(--nw-home-acid);
	border: 1px solid rgba(232, 228, 218, 0.24);
	font-size: 0.88rem;
	font-weight: 800;
}

.nw-home-why__kicker {
	margin: 0 0 12px;
	color: var(--nw-home-acid);
	font-size: clamp(0.84rem, 1vw, 0.98rem);
	font-weight: 800;
}

.nw-home-why__title {
	max-width: 9.8em;
	margin: 0;
	color: var(--nw-home-bone);
	font-family: Impact, Haettenschweiler, "Arial Narrow", "Roboto Condensed", Inter, sans-serif;
	font-size: clamp(3.8rem, 5vw, 6.4rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.86;
	text-transform: uppercase;
	text-shadow: 0 14px 48px rgba(0, 0, 0, 0.72);
}

.nw-home-why__title span {
	color: var(--nw-home-acid);
	font-family: "Courier New", Courier, monospace;
	font-size: 0.36em;
	line-height: 1.4;
}

.nw-home-why__copy {
	max-width: 41rem;
	margin: clamp(20px, 2.4vw, 30px) 0 0;
	color: rgba(241, 240, 232, 0.76);
	font-size: clamp(0.86rem, 0.95vw, 1rem);
	text-transform: none;
}

.nw-home-why__copy > * {
	margin-block-start: 0;
}

.nw-home-why__copy > * + * {
	margin-block-start: 2px;
}

.nw-home-why__statement {
	margin: 14px 0 0;
	color: var(--nw-home-acid);
	font-size: clamp(1rem, 1.22vw, 1.24rem);
	font-weight: 800;
}

.nw-home-why__actions {
	display: grid;
	grid-template-columns: minmax(0, 330px) minmax(0, 1fr);
	align-items: center;
	gap: 18px clamp(22px, 4vw, 56px);
	margin: clamp(20px, 2.4vw, 32px) 0 0;
}

.nw-home-why__actions > * {
	margin-block-start: 0;
}

.nw-home-why__button {
	margin: 0;
	border: 1px solid var(--nw-home-acid);
	background: var(--nw-home-acid);
	box-shadow: inset 0 0 0 3px rgba(5, 5, 5, 0.16);
}

.nw-home-why__button a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 56px;
	padding-inline: 22px 16px;
	color: var(--nw-home-black);
	font-size: 0.9rem;
	font-weight: 900;
	text-decoration: none;
}

.nw-home-why__button a::after {
	content: ">";
	font-size: 1.35rem;
	transition: transform 180ms ease;
}

.nw-home-why__button a:hover::after,
.nw-home-why__button a:focus-visible::after {
	transform: translateX(4px);
}

.nw-home-why__join {
	position: relative;
	margin: 0;
	color: var(--nw-home-bone);
	font-size: 0.8rem;
}

.nw-home-why__join::after {
	display: block;
	width: min(100%, 180px);
	height: 3px;
	margin-top: 7px;
	content: "";
	background:
		repeating-linear-gradient(110deg, var(--nw-home-acid) 0 4px, transparent 4px 7px);
}

.nw-home-why__rail {
	grid-area: rail;
	display: flex;
	flex-direction: column;
	gap: clamp(16px, 3vh, 30px);
	align-self: center;
	margin: 0;
	color: var(--nw-home-muted);
	font-size: 0.78rem;
}

.nw-home-why__rail p {
	margin: 0;
}

.nw-home-why__rail p:nth-child(4) {
	color: var(--nw-home-acid);
}

.nw-home-why__rail p:nth-child(4)::before {
	display: inline-block;
	width: 36px;
	height: 2px;
	margin-right: 8px;
	content: "";
	background: var(--nw-home-acid);
	vertical-align: middle;
}

.nw-home-why__visuals {
	grid-area: visuals;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: minmax(260px, 1.2fr) minmax(180px, 0.8fr);
	gap: clamp(14px, 1.7vw, 22px);
	align-self: center;
	min-width: 0;
	margin: 0;
}

.nw-home-why__frame {
	position: relative;
	min-width: 0;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.78)),
		radial-gradient(circle at 50% 36%, rgba(232, 228, 218, 0.16), transparent 18rem),
		linear-gradient(110deg, rgba(200, 255, 46, 0.08), transparent 22%),
		#0a0a0a;
	border: 1px solid rgba(141, 138, 128, 0.44);
}

.nw-home-why__frame::before,
.nw-home-why__frame::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
}

.nw-home-why__frame::before {
	background:
		linear-gradient(90deg, rgba(232, 228, 218, 0.06) 0 1px, transparent 1px 100%) left top / 42px 100%,
		linear-gradient(rgba(232, 228, 218, 0.05) 0 1px, transparent 1px 100%) left top / 100% 7px;
	opacity: 0.7;
}

.nw-home-why__frame::after {
	background:
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) 12px 12px / 18px 1px no-repeat,
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) 12px 12px / 1px 18px no-repeat,
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) calc(100% - 30px) calc(100% - 12px) / 18px 1px no-repeat,
		linear-gradient(var(--nw-home-acid), var(--nw-home-acid)) calc(100% - 12px) calc(100% - 30px) / 1px 18px no-repeat;
}

.nw-home-why__frame--large {
	grid-column: 1 / -1;
	aspect-ratio: 16 / 8.2;
	background-image:
		linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.78)),
		url("../images/home/why-terrace-culture.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.nw-home-why__frame--people,
.nw-home-why__frame--street {
	aspect-ratio: 16 / 10;
}

.nw-home-why__frame--people {
	background-image:
		linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.78)),
		url("../images/home/why-our-people.webp");
	background-position: center 38%;
	background-size: cover;
	background-repeat: no-repeat;
}

.nw-home-why__frame--street {
	background-image:
		linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.78)),
		url("../images/home/why-street-game.webp");
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}

.nw-home-why__frame--large::before {
	background:
		radial-gradient(circle at 58% 42%, rgba(232, 228, 218, 0.22), transparent 12rem),
		linear-gradient(90deg, rgba(232, 228, 218, 0.06) 0 1px, transparent 1px 100%) left top / 42px 100%,
		linear-gradient(rgba(232, 228, 218, 0.05) 0 1px, transparent 1px 100%) left top / 100% 7px;
}

.nw-home-why__frame-label {
	position: relative;
	z-index: 1;
	width: fit-content;
	margin: 0;
	padding: 20px 22px;
}

.nw-home-why__frame-label p {
	margin: 0;
	color: var(--nw-home-bone);
	font-size: clamp(0.72rem, 0.82vw, 0.84rem);
}

.nw-home-why__frame-label p:first-child {
	color: var(--nw-home-acid);
	font-weight: 800;
}

.nw-home-why__frame-label p:last-child {
	margin-top: 4px;
	color: var(--nw-home-acid);
}

.nw-home-why__side-note {
	grid-area: side;
	align-self: center;
	justify-self: end;
	margin: 0;
	color: var(--nw-home-muted);
	font-size: 0.72rem;
	writing-mode: vertical-rl;
}

.nw-home-why__footer-note {
	grid-area: footer;
	margin: clamp(10px, 2vw, 24px) 0 0;
	color: var(--nw-home-acid);
	font-size: 0.78rem;
	font-weight: 800;
}

@media (min-width: 1025px) {
	.nw-drop-index {
		padding-bottom: calc(clamp(14px, 1.1rem, 17px) + 4px);
	}

	.nw-home-why__content {
		align-self: center;
		display: flex;
		flex-direction: column;
	}

	.nw-home-why__index {
		align-self: flex-start;
		min-height: 32px;
		margin-bottom: 10px;
		padding-inline: 12px;
	}

	.nw-home-why__kicker {
		margin-bottom: 6px;
	}

	.nw-home-why__title {
		font-size: clamp(2.75rem, 3.15vw, 4rem);
		line-height: 0.82;
	}

	.nw-home-why__title span {
		line-height: 1;
	}

	.nw-home-why__copy {
		margin-top: 10px;
		font-size: clamp(0.82rem, 0.86vw, 0.93rem);
		line-height: 1.28;
	}

	.nw-home-why__copy > * {
		margin: 0;
	}

	.nw-home-why__copy > * + * {
		margin-top: 9px;
	}

	.nw-home-why__statement {
		margin-top: 8px;
		font-size: clamp(0.9rem, 0.95vw, 1rem);
		line-height: 1.12;
	}

	.nw-home-why__actions {
		margin-top: 10px;
		padding-top: 0;
		gap: 14px 18px;
		align-items: center;
	}

	.nw-home-why__button a {
		min-height: 48px;
	}
}

@media (min-width: 1440px) {
	.nw-home-hero::before {
		--nw-home-hero-composition-max: 1440px;
		--nw-home-hero-composition-gutter: max(18px, calc((100vw - var(--nw-home-hero-composition-max)) / 2));

		right: var(--nw-home-hero-composition-gutter);
	}
}

@media (max-width: 1024px) {
	.nw-home-hero__inner {
		grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
	}

	.nw-home-drop__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.nw-home-drop__intro {
		position: static;
		max-width: 42rem;
	}

	.nw-drop-index {
		max-width: 100%;
	}

	.nw-home-drop__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.nw-home-archive__inner {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"kicker"
			"title"
			"intro"
			"grid"
			"action";
		width: min(calc(100% - 36px), 1024px);
		min-height: auto;
	}

	.nw-home-archive__rail,
	.nw-home-archive__side-note {
		display: none;
	}

	.nw-home-archive__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.nw-home-why__inner {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"content"
			"visuals"
			"footer";
		width: min(calc(100% - 36px), 1024px);
		min-height: auto;
	}

	.nw-home-why__rail,
	.nw-home-why__side-note {
		display: none;
	}

	.nw-home-why__content {
		max-width: 56rem;
	}

	.nw-home-why__visuals {
		grid-template-rows: auto auto;
	}
}

@media (max-width: 782px) {
	.nw-home-hero::before {
		inset: 0;
		width: 100%;
		background-position: 52% bottom;
	}

	.nw-home-hero,
	.nw-home-hero__inner {
		min-height: calc(100svh - 125px);
		min-height: calc(100dvh - 125px);
	}

	.nw-home-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		width: min(calc(100% - 28px), 720px);
		padding-block: clamp(42px, 7vh, 70px) 28px;
	}

	.nw-home-hero__content {
		align-self: start;
		padding-left: 0;
	}

	.nw-home-hero__title {
		font-size: clamp(3.75rem, 15vw, 7rem);
		letter-spacing: -0.035em;
		white-space: normal;
	}

	.nw-home-hero__subtitle {
		white-space: normal;
	}

	.nw-home-hero__sequence,
	.nw-home-hero__inner::before {
		display: none;
	}

	.nw-home-drop {
		scroll-margin-top: 140px;
	}

	.nw-home-archive {
		scroll-margin-top: 140px;
	}

	.nw-home-why {
		scroll-margin-top: 140px;
	}

	.nw-home-drop__inner {
		width: min(calc(100% - 28px), 720px);
		row-gap: clamp(32px, 6vw, 48px);
		padding-block: 58px;
	}

	.nw-home-archive::after {
		display: none;
	}

	.nw-home-archive__inner {
		width: min(calc(100% - 28px), 720px);
		padding-block: 58px;
	}

	.nw-home-archive__title {
		font-size: clamp(4.35rem, 15vw, 7.25rem);
		line-height: 0.86;
	}

	.nw-home-archive-card__figure {
		aspect-ratio: 16 / 10;
	}

	.nw-home-why::after {
		display: none;
	}

	.nw-home-why__inner {
		width: min(calc(100% - 28px), 720px);
		padding-block: 58px;
	}

	.nw-home-why__title {
		font-size: clamp(3.8rem, 12.5vw, 6.8rem);
		line-height: 0.9;
	}

	.nw-home-why__actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.nw-home-why__visuals {
		grid-template-columns: minmax(0, 1fr);
	}

	.nw-home-why__frame--large {
		grid-column: auto;
		aspect-ratio: 16 / 9;
	}

	.nw-home-drop__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.nw-home-drop-card__figure {
		aspect-ratio: 4 / 5;
	}
}

@media (max-width: 480px) {
	.nw-home {
		overflow-x: hidden;
	}

	.nw-home-hero,
	.nw-home-hero__inner {
		min-height: calc(100svh - 137px);
		min-height: calc(100dvh - 137px);
	}

	.nw-home-hero__inner {
		width: min(calc(100% - 24px), 420px);
		padding-block: 34px 22px;
	}

	.nw-home-hero__eyebrow {
		min-height: 38px;
		margin-bottom: 18px;
		padding-inline: 18px;
	}

	.nw-home-hero__title {
		font-size: clamp(3.1rem, 16.2vw, 4.1rem);
		line-height: 0.88;
		letter-spacing: -0.03em;
	}

	.nw-home-hero__subtitle {
		margin-top: 20px;
		font-size: clamp(1.45rem, 8.6vw, 2.15rem);
		letter-spacing: 0;
		line-height: 1.05;
		white-space: normal;
	}

	.nw-home-hero__support {
		margin-top: 20px;
		font-size: 1rem;
	}

	.nw-home-hero__statement {
		font-size: 0.92rem;
	}

	.nw-home-hero__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
		margin-block-start: 24px;
	}

	.nw-home-hero__actions .wp-block-button,
	.nw-home-hero__actions .wp-block-button__link {
		width: 100%;
	}

	.nw-home-hero__metadata {
		margin-top: 28px;
		padding-block-start: 18px;
	}

	.nw-home-hero__inner::after {
		display: none;
	}

	.nw-home-drop {
		scroll-margin-top: 156px;
	}

	.nw-home-archive {
		scroll-margin-top: 156px;
	}

	.nw-home-why {
		scroll-margin-top: 156px;
	}

	.nw-home-drop::after {
		display: none;
	}

	.nw-home-drop__inner {
		width: min(calc(100% - 32px), 420px);
		gap: 32px;
		padding-block: 42px;
	}

	.nw-home-archive__inner {
		width: min(calc(100% - 32px), 420px);
		padding-block: 42px;
	}

	.nw-home-archive__kicker {
		margin-bottom: 18px;
		padding-left: 16px;
	}

	.nw-home-archive__title {
		font-size: clamp(3.55rem, 15.4vw, 4.55rem);
		line-height: 0.88;
	}

	.nw-home-archive__intro {
		margin-block: 20px 28px;
	}

	.nw-home-archive__tagline {
		font-size: clamp(1.12rem, 6vw, 1.42rem);
		line-height: 1.18;
	}

	.nw-home-archive-card__body {
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 15px;
	}

	.nw-home-archive-card__title {
		font-size: 1.08rem;
	}

	.nw-home-archive__action {
		width: 100%;
	}

	.nw-home-why__inner {
		width: min(calc(100% - 32px), 420px);
		padding-block: 42px;
	}

	.nw-home-why__index {
		min-height: 38px;
		margin-bottom: 18px;
		padding-inline: 14px;
	}

	.nw-home-why__title {
		font-size: clamp(2.9rem, 13.6vw, 4.05rem);
		line-height: 0.92;
	}

	.nw-home-why__copy {
		margin-top: 20px;
		font-size: 0.88rem;
	}

	.nw-home-why__statement {
		font-size: 0.96rem;
	}

	.nw-home-why__button a {
		min-height: 52px;
	}

	.nw-home-why__frame-label {
		padding: 16px;
	}

	.nw-home-drop__intro {
		padding: 0 0 0 16px;
	}

	.nw-drop-index {
		margin-top: 24px;
		padding: 14px;
	}

	.nw-drop-index__header {
		font-size: 0.66rem;
	}

	.nw-drop-index__link {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 8px 10px;
		min-height: 72px;
		padding-block: 10px;
	}

	.nw-drop-index__status {
		grid-column: 2;
		justify-self: start;
	}

	.nw-home-drop__title {
		font-size: clamp(3.35rem, 3.8rem, 4.15rem);
		line-height: 0.86;
	}

	.nw-home-drop__chant {
		font-size: 1.05rem;
	}

	.nw-home-drop-card__body {
		gap: 8px;
		padding: 15px;
	}

	.nw-home-drop-card__cta a {
		min-height: 44px;
	}

	.nw-home-drop-card__title {
		min-height: 0;
		font-size: 1.14rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nw-home-hero *,
	.nw-home-hero *::before,
	.nw-home-hero *::after,
	.nw-home-drop *,
	.nw-home-drop *::before,
	.nw-home-drop *::after,
	.nw-home-archive *,
	.nw-home-archive *::before,
	.nw-home-archive *::after {
		transition-duration: 0.01ms;
		animation-duration: 0.01ms;
		animation-iteration-count: 1;
	}

	.nw-home-drop-card:hover,
	.nw-home-drop-card:focus-within,
	.nw-home-drop-card:hover .nw-home-drop-card__figure img,
	.nw-home-drop-card:focus-within .nw-home-drop-card__figure img,
	.nw-home-drop-card:hover .nw-home-drop-card__cta a::after,
	.nw-home-drop-card:focus-within .nw-home-drop-card__cta a::after,
	.nw-home-archive-card:hover,
	.nw-home-archive-card:focus-within,
	.nw-home-archive-card:hover .nw-home-archive-card__figure img,
	.nw-home-archive-card:focus-within .nw-home-archive-card__figure img,
	.nw-home-archive-card:hover .nw-home-archive-card__cta a::after,
	.nw-home-archive-card:focus-within .nw-home-archive-card__cta a::after {
		transform: none;
	}
}

/* NIGHTWEEDS: Joinchat mobile override START */
@media (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
.joinchat {
--s: 48px !important;
--sep: 12px !important;
--bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
}

.joinchat__button {
background-color: #25d366 !important;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.34) !important;
}

.joinchat__button__open {
visibility: visible !important;
opacity: 1 !important;
background: transparent var(--joinchat-ico) no-repeat center !important;
background-size: 58% auto !important;
}

.joinchat__button__image {
display: none !important;
}
}
/* NIGHTWEEDS: Joinchat mobile override END */
