.av-fw,
.av-fw * {
	box-sizing: border-box;
}

.av-fw {
	--av-fw-bg: #120018;
	--av-fw-text: #f7f5f0;
	--av-fw-accent: #c7f400;
	--av-fw-pill: #f7f5f0;
	--av-fw-pill-text: #120018;
	--av-fw-scroll: 240vh;
	--av-fw-intro-opacity: 1;
	--av-fw-hint-opacity: 1;
	position: relative;
	height: var(--av-fw-scroll);
	min-height: 170vh;
	margin: 0;
	color: var(--av-fw-text);
	background: var(--av-fw-bg);
	isolation: isolate;
}

.av-fw__sticky {
	position: sticky;
	top: 0;
	height: 100vh;
	height: 100svh;
	min-height: 620px;
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 12%, color-mix(in srgb, var(--av-fw-accent) 10%, transparent), transparent 26%),
		var(--av-fw-bg);
}

.av-fw__grain {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.18;
	background-image:
		repeating-linear-gradient(0deg, rgba(255,255,255,0.018) 0, rgba(255,255,255,0.018) 1px, transparent 1px, transparent 4px),
		repeating-linear-gradient(90deg, rgba(255,255,255,0.012) 0, rgba(255,255,255,0.012) 1px, transparent 1px, transparent 5px);
	mix-blend-mode: soft-light;
}

.av-fw__header {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 370px);
	gap: clamp(2rem, 8vw, 8rem);
	align-items: start;
	width: min(100%, 1680px);
	margin: 0 auto;
	padding: clamp(2rem, 5.2vw, 5.5rem) clamp(1.25rem, 4.8vw, 5rem);
}

.av-fw__eyebrow {
	margin: 0 0 clamp(0.9rem, 2vw, 1.6rem);
	color: var(--av-fw-accent);
	font-family: var(--e-global-typography-text-font-family, "Helvetica Neue", Arial, sans-serif);
	font-size: clamp(0.68rem, 0.85vw, 0.86rem);
	font-weight: 750;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.av-fw__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 1050px;
	margin: 0;
	color: var(--av-fw-text);
	font-family: var(--e-global-typography-primary-font-family, "Helvetica Neue", Arial, sans-serif);
	font-size: clamp(3.2rem, 7.7vw, 8.8rem);
	font-weight: 850;
	letter-spacing: -0.075em;
	line-height: 0.83;
	text-wrap: balance;
	text-transform: uppercase;
}

.av-fw__title strong {
	display: block;
	margin-top: 0.08em;
	color: var(--av-fw-accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.82em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.95;
}

.av-fw__intro {
	max-width: 360px;
	padding-top: clamp(1.8rem, 5vw, 5.7rem);
	opacity: var(--av-fw-intro-opacity);
	transition: opacity 80ms linear;
}

.av-fw__intro p {
	margin: 0 0 1.4rem;
	color: color-mix(in srgb, var(--av-fw-text) 78%, transparent);
	font-family: var(--e-global-typography-text-font-family, "Helvetica Neue", Arial, sans-serif);
	font-size: clamp(0.95rem, 1.08vw, 1.16rem);
	font-weight: 450;
	line-height: 1.5;
}

.av-fw__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.78rem 0.82rem 0.78rem 1.15rem;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--av-fw-bg);
	background: var(--av-fw-text);
	font-family: var(--e-global-typography-text-font-family, "Helvetica Neue", Arial, sans-serif);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.av-fw__cta svg {
	width: 1.75rem;
	height: 1.75rem;
	padding: 0.38rem;
	border-radius: 50%;
	color: var(--av-fw-bg);
	background: var(--av-fw-accent);
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.av-fw__cta:hover,
.av-fw__cta:focus-visible {
	color: var(--av-fw-bg);
	background: var(--av-fw-accent);
	transform: translateY(-2px);
}

.av-fw__cta:hover svg,
.av-fw__cta:focus-visible svg {
	background: var(--av-fw-text);
}

.av-fw__cta:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--av-fw-accent) 55%, transparent);
	outline-offset: 4px;
}

.av-fw__arena {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	visibility: hidden;
}

.av-fw.is-ready .av-fw__arena {
	visibility: visible;
}

.av-fw__word {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: calc(100vw - 2rem);
	min-height: clamp(2.8rem, 4.3vw, 4.4rem);
	padding: clamp(0.72rem, 1.25vw, 1.15rem) clamp(1.15rem, 2.4vw, 2.5rem);
	border: 1px solid color-mix(in srgb, var(--av-fw-pill-text) 14%, transparent);
	border-radius: 999px;
	color: var(--av-fw-pill-text);
	background: var(--av-fw-pill);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1rem, 1.7vw, 1.75rem);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1;
	opacity: 0;
	text-align: center;
	white-space: nowrap;
	will-change: transform, opacity;
}

.av-fw__word--accent {
	border-color: var(--av-fw-accent);
	background: var(--av-fw-accent);
}

.av-fw__scroll-hint {
	position: absolute;
	right: clamp(1.25rem, 4.8vw, 5rem);
	bottom: clamp(1.2rem, 2.8vw, 2.4rem);
	z-index: 3;
	display: flex;
	gap: 0.65rem;
	align-items: center;
	margin: 0;
	color: color-mix(in srgb, var(--av-fw-text) 65%, transparent);
	font-family: var(--e-global-typography-text-font-family, "Helvetica Neue", Arial, sans-serif);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	opacity: var(--av-fw-hint-opacity);
	text-transform: uppercase;
}

.av-fw__scroll-hint span {
	display: block;
	width: 1.8rem;
	height: 1px;
	background: var(--av-fw-accent);
}

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

@media (max-width: 900px) {
	.av-fw__sticky {
		min-height: 560px;
	}

	.av-fw__header {
		grid-template-columns: 1fr;
		gap: 0;
		padding-top: clamp(1.5rem, 7vw, 3.5rem);
	}

	.av-fw__copy {
		max-width: 850px;
	}

	.av-fw__title {
		max-width: 12ch;
		font-size: clamp(2.85rem, 10.8vw, 6.4rem);
		line-height: 0.87;
	}

	.av-fw__intro {
		display: flex;
		gap: 1rem;
		align-items: center;
		justify-content: space-between;
		max-width: none;
		padding-top: 1.15rem;
	}

	.av-fw__intro p {
		max-width: 530px;
		margin: 0;
	}
}

@media (max-width: 620px) {
	.av-fw {
		min-height: 210vh;
	}

	.av-fw__sticky {
		min-height: 520px;
	}

	.av-fw__header {
		padding: 1.35rem 1rem;
	}

	.av-fw__eyebrow {
		margin-bottom: 0.75rem;
		font-size: 0.62rem;
	}

	.av-fw__title {
		max-width: 10.5ch;
		font-size: clamp(2.65rem, 13.5vw, 4.4rem);
		letter-spacing: -0.068em;
	}

	.av-fw__intro {
		display: block;
		padding-top: 0.9rem;
	}

	.av-fw__intro p {
		max-width: 32rem;
		margin-bottom: 0.9rem;
		font-size: 0.84rem;
		line-height: 1.35;
	}

	.av-fw__cta {
		padding: 0.62rem 0.68rem 0.62rem 0.92rem;
		font-size: 0.66rem;
	}

	.av-fw__cta svg {
		width: 1.55rem;
		height: 1.55rem;
	}

	.av-fw__word {
		min-height: 2.45rem;
		padding: 0.62rem 1rem;
		font-size: clamp(0.82rem, 4vw, 1.06rem);
	}

	.av-fw__scroll-hint {
		right: 1rem;
		bottom: 0.75rem;
		font-size: 0.56rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.av-fw {
		height: 100vh;
		height: 100svh;
		min-height: 620px;
	}

	.av-fw__cta {
		transition: none;
	}

	.av-fw__scroll-hint {
		display: none;
	}
}
