/*
Theme Name: Rend Lake Archery Challenge Premium Safe
Theme URI: https://rendlakearcherychallenge.local
Author: Codex
Description: Host-safe TAC-inspired casual event theme for the Rend Lake Archery Challenge.
Version: 8.9
Requires at least: 5.8
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: rlac
*/
:root {
	--black: #06131d;
	--black-2: #091924;
	--orange: #e85f14;
	--orange-2: #f58a1f;
	--amber: #c4944d;
	--cream: #f3dfb4;
	--tan: #d7b16f;
	--green: #243f2b;
	--paper: #efe1c2;
	--white: #fff8ea;
	--muted: #bfae8a;
	--shadow: 0 28px 70px rgba(0, 0, 0, .35);
	--radius: 10px;
	--font-head: "Roboto Slab", Georgia, serif;
	--font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--black);
	color: var(--white);
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.65;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(rgba(255, 248, 234, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 248, 234, .025) 1px, transparent 1px);
	background-size: 34px 34px;
	opacity: .45;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: .24em;
}

h1,
h2,
h3,
h4 {
	max-width: 100%;
	margin: 0;
	font-family: var(--font-head);
	font-weight: 900;
	line-height: .95;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

h1 {
	font-size: clamp(3.4rem, 9vw, 9rem);
	max-width: 10ch;
}

h2 {
	font-size: clamp(2.4rem, 5.4vw, 5.8rem);
}

h3 {
	font-size: clamp(1.35rem, 2vw, 2.25rem);
}

p {
	margin: 0 0 1rem;
	overflow-wrap: anywhere;
}

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

.skip-link:focus {
	top: 1rem;
	left: 1rem;
	z-index: 1000;
	width: auto;
	height: auto;
	padding: .75rem 1rem;
	clip: auto;
	background: var(--cream);
	color: var(--black);
}

.announcement {
	position: relative;
	z-index: 20;
	padding: .55rem 1rem;
	background: var(--orange);
	color: var(--black);
	font-size: .78rem;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	border-bottom: 1px solid rgba(196, 148, 77, .32);
	background: rgba(6, 19, 29, .88);
	backdrop-filter: blur(18px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	padding: .78rem 0;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: .85rem;
	text-decoration: none;
}

.brand-badge {
	display: grid;
	width: 58px;
	height: 68px;
	place-items: center;
	border: 3px solid var(--amber);
	border-radius: 28px 28px 10px 10px;
	background:
		linear-gradient(180deg, rgba(232, 95, 20, .95), rgba(6, 19, 29, .96)),
		url("assets/img/topo.svg") center / 240px auto;
	color: var(--cream);
	font-family: var(--font-head);
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1;
	box-shadow: inset 0 0 0 4px var(--black);
}

.brand-logo {
	width: auto;
	height: 72px;
	object-fit: contain;
}

.brand__text {
	display: grid;
	gap: .05rem;
	font-size: .72rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.brand__text em {
	color: var(--orange-2);
	font-style: normal;
}

.mobile-register-button {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: .72rem .95rem;
	border: 1px solid var(--orange-2);
	border-radius: 6px;
	background: linear-gradient(135deg, var(--orange), var(--orange-2));
	color: var(--black);
	font-size: .72rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .06em;
	box-shadow: 0 12px 26px rgba(232, 95, 20, .22);
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}

.primary-nav ul {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-nav a {
	font-size: .78rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
	color: var(--orange-2);
}

.nav-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(196, 148, 77, .45);
	background: transparent;
}

.nav-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 5px auto;
	background: var(--cream);
}

.button,
button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: .9rem 1.35rem;
	border: 1px solid var(--amber);
	border-radius: 6px;
	font-size: .82rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .08em;
	white-space: normal;
	overflow-wrap: anywhere;
	transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-2px);
}

.button--primary {
	background: linear-gradient(135deg, var(--orange), var(--orange-2));
	color: var(--black);
	border-color: var(--orange-2);
	box-shadow: 0 16px 35px rgba(232, 95, 20, .24);
}

.button--ghost {
	background: rgba(6, 19, 29, .26);
	color: var(--cream);
}

.button--small {
	min-height: 42px;
	padding: .72rem 1rem;
	background: var(--cream);
	color: var(--black);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
}

.ticker-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: .5rem 1.5rem;
	padding: .9rem 1rem;
	border-block: 1px solid rgba(196, 148, 77, .42);
	background: #030b12;
	color: var(--cream);
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.ticker-strip span {
	display: inline-flex;
	align-items: center;
	gap: .7rem;
	text-align: center;
}

.ticker-strip span::before {
	content: "";
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	background: var(--orange);
	transform: rotate(45deg);
}

.ticker-strip span:last-child::after {
	content: "";
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	background: var(--orange);
	transform: rotate(45deg);
}

.hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: calc(100vh - 42px);
	overflow: clip;
	padding: clamp(7rem, 12vw, 11rem) 1rem clamp(2rem, 5vw, 4rem);
}

.hero__media,
.hero__media span,
.hero__media picture,
.hero__media img,
.hero__media video,
.hero__texture {
	position: absolute;
	inset: 0;
}

.hero__media span,
.hero__media picture,
.hero__media img,
.hero__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: 62% 78%;
	background-size: cover;
	transform: scale(1.04);
}

.hero__media .hero-photo {
	background-image: var(--hero-image, url("assets/img/hero-archers-range-sunset-2400.jpg"));
}

.hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(6, 19, 29, .97), rgba(6, 19, 29, .72) 34%, rgba(6, 19, 29, .22) 66%, rgba(6, 19, 29, .62)),
		linear-gradient(0deg, var(--black) 0%, rgba(6, 19, 29, .05) 42%, rgba(232, 95, 20, .08));
}

.hero__media::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: radial-gradient(circle at 72% 28%, rgba(245, 138, 31, .34), transparent 28%);
	mix-blend-mode: screen;
}

.hero__texture {
	background:
		radial-gradient(circle at 42% 34%, rgba(245, 138, 31, .42), transparent 28%),
		linear-gradient(135deg, transparent 40%, rgba(196, 148, 77, .16) 40.5%, transparent 41%),
		url("assets/img/topo.svg");
	opacity: .45;
	mix-blend-mode: screen;
}

.hero__content {
	position: relative;
	z-index: 2;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.hero__content > p:not(.eyebrow) {
	max-width: 620px;
	margin: 1.25rem 0 2rem;
	color: #f4dcb0;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.hero-mark {
	display: grid;
	width: 132px;
	height: 150px;
	margin-bottom: 1.5rem;
	place-items: center;
	border: 4px solid var(--amber);
	border-radius: 58px 58px 18px 18px;
	background:
		linear-gradient(180deg, rgba(232, 95, 20, .96), rgba(6, 19, 29, .95)),
		url("assets/img/topo.svg") center / 380px auto;
	box-shadow: inset 0 0 0 7px var(--black), 0 18px 42px rgba(0, 0, 0, .42);
}

.hero-mark span {
	color: var(--orange-2);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .18em;
}

.hero-mark strong {
	color: var(--cream);
	font-family: var(--font-head);
	font-size: 3.4rem;
	line-height: .8;
}

.hero-logo-wrap {
	width: clamp(120px, 14vw, 210px);
	margin-bottom: 1.25rem;
}

.hero-event-logo {
	width: 100%;
	max-height: 260px;
	object-fit: contain;
	object-position: left center;
	filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .4));
}

.eyebrow {
	margin: 0 0 .9rem;
	color: var(--orange-2);
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .18em;
}

.countdown {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(74px, 1fr));
	gap: 1px;
	width: min(680px, calc(100% - 2rem));
	margin: 2.75rem auto 0;
	border: 1px solid rgba(196, 148, 77, .45);
	background: rgba(196, 148, 77, .36);
	box-shadow: var(--shadow);
}

.countdown div {
	padding: 1rem .6rem;
	background: rgba(6, 19, 29, .86);
	text-align: center;
}

.countdown strong {
	display: block;
	font-family: var(--font-head);
	font-size: clamp(1.8rem, 5vw, 3.6rem);
	line-height: 1;
	color: var(--cream);
}

.countdown span {
	display: block;
	margin-top: .35rem;
	color: var(--tan);
	font-size: .68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.container,
.content-shell {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	min-width: 0;
}

.section {
	position: relative;
	padding: clamp(4.5rem, 9vw, 8.5rem) 0;
	overflow: clip;
}

.section--dark {
	background: var(--black-2);
}

.section--black {
	background: #030b12;
}

.section--cream {
	background: var(--paper);
	color: var(--black);
}

.topo-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("assets/img/topo.svg") center / 760px auto;
	opacity: .13;
}

.section > .container {
	position: relative;
	z-index: 1;
}

.section-heading {
	display: grid;
	gap: 1rem;
	max-width: 820px;
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.section-heading p:not(.eyebrow) {
	max-width: 680px;
	color: currentColor;
	opacity: .78;
}

.event-band {
	padding: 1rem;
	background: linear-gradient(135deg, var(--orange), #a93a0c 55%, var(--amber));
	color: var(--black);
}

.event-band__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, .75fr) minmax(0, .9fr) auto;
	align-items: center;
	gap: 1.4rem;
	width: min(1180px, 100%);
	margin: 0 auto;
	padding: 1.25rem;
	border: 1px solid rgba(6, 19, 29, .36);
	background: rgba(243, 223, 180, .24);
}

.event-band h2 {
	font-size: clamp(1.7rem, 3vw, 3.1rem);
}

.event-band .eyebrow {
	color: var(--black);
}

.event-band__checkout {
	width: min(1180px, 100%);
	margin: 1rem auto 0;
}

.event-band__checkout .eventbrite-panel {
	box-shadow: 0 20px 52px rgba(6, 19, 29, .22);
}

.event-stat span {
	display: block;
	font-size: .7rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .14em;
}

.event-stat small {
	display: block;
	margin-top: .35rem;
	font-size: .78rem;
	font-weight: 800;
	line-height: 1.35;
}

.event-snapshot {
	padding-bottom: clamp(3rem, 6vw, 5rem);
}

.snapshot-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid rgba(6, 19, 29, .22);
	border-bottom: 1px solid rgba(6, 19, 29, .22);
}

.snapshot-item {
	display: grid;
	align-content: start;
	min-height: 180px;
	padding: 1.5rem;
	border-right: 1px solid rgba(6, 19, 29, .18);
}

.snapshot-item:last-child {
	border-right: 0;
}

.snapshot-item strong {
	color: var(--orange);
	font-family: var(--font-head);
	font-size: clamp(2rem, 3vw, 3.4rem);
	line-height: 1;
	text-transform: uppercase;
}

.snapshot-item span {
	margin-top: .6rem;
	color: var(--black);
	font-size: .85rem;
	font-weight: 800;
	line-height: 1.4;
}

.shirt-deadline {
	padding: clamp(3rem, 6vw, 5rem) 1rem;
	background:
		linear-gradient(110deg, rgba(232, 95, 20, .98), rgba(196, 148, 77, .92)),
		url("assets/img/topo.svg") center / 700px auto;
	color: var(--black);
}

.shirt-deadline__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(250px, .7fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
}

.shirt-deadline--has-art .shirt-deadline__inner {
	grid-template-columns: minmax(0, 1fr) minmax(220px, .65fr) minmax(250px, .65fr);
}

.shirt-deadline h2 {
	max-width: 760px;
	font-size: clamp(2.5rem, 5vw, 5rem);
}

.shirt-deadline p {
	max-width: 700px;
	margin-top: 1rem;
	font-weight: 650;
}

.deadline-badge {
	display: grid;
	gap: .35rem;
	padding: 1.25rem;
	border: 1px solid rgba(6, 19, 29, .42);
	background: rgba(255, 248, 234, .22);
}

.shirt-art {
	display: grid;
	min-height: 260px;
	margin: 0;
	place-items: center;
}

.shirt-art img {
	width: min(100%, 390px);
	max-height: 390px;
	object-fit: contain;
	filter: drop-shadow(0 22px 30px rgba(6, 19, 29, .28));
}

.shirt-deadline__action {
	display: grid;
	gap: 1rem;
	align-content: center;
}

.shirt-deadline__action .button {
	width: 100%;
}

.deadline-badge span {
	font-size: .68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.deadline-badge strong {
	font-family: var(--font-head);
	font-size: 1.45rem;
	line-height: 1.05;
	text-transform: uppercase;
}

.eventbrite-panel--inline {
	margin-top: 2rem;
}

.class-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.class-card {
	border: 1px solid rgba(196, 148, 77, .48);
	background: rgba(255, 248, 234, .045);
}

.class-card__head {
	display: grid;
	min-width: 0;
	min-height: 190px;
	align-content: end;
	padding: 1.4rem;
	background:
		linear-gradient(0deg, rgba(6, 19, 29, .94), rgba(6, 19, 29, .25)),
		url("assets/img/topo.svg") center / 440px auto;
}

.class-card__head span {
	margin-bottom: .5rem;
	color: var(--orange-2);
	font-size: .68rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.class-card__head strong {
	max-width: 100%;
	font-family: var(--font-head);
	font-size: clamp(1.45rem, 1.85vw, 2.15rem);
	line-height: .95;
	text-transform: uppercase;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.class-card__body {
	padding: 1.4rem;
	color: #e5cfaa;
}

.class-card__body p {
	margin: 0;
}

.course-rules {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1rem;
	border: 1px solid rgba(196, 148, 77, .42);
}

.course-rules div {
	display: grid;
	gap: .35rem;
	padding: 1.2rem;
	border-right: 1px solid rgba(196, 148, 77, .3);
}

.course-rules div:last-child {
	border-right: 0;
}

.course-rules span {
	color: var(--orange-2);
	font-size: .65rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.course-rules strong {
	font-family: var(--font-head);
	font-size: 1.15rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.event-stat strong {
	display: block;
	font-family: var(--font-head);
	font-size: 1.25rem;
	line-height: 1.1;
}

.sponsor-ticker {
	display: grid;
	grid-template-columns: 1fr;
	gap: .9rem;
	padding: 1.35rem 0 1.6rem;
	border-block: 1px solid rgba(196, 148, 77, .26);
	background: #fffaf0;
	color: var(--black);
	overflow: hidden;
	text-align: center;
}

.sponsor-ticker__label {
	padding-inline: 1rem;
	color: #6b4a1f;
	font-size: .72rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .16em;
	white-space: nowrap;
}

.sponsor-ticker__viewport {
	position: relative;
	width: min(1180px, 100%);
	margin-inline: auto;
	overflow: hidden;
}

.sponsor-ticker__viewport::before,
.sponsor-ticker__viewport::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 90px;
	pointer-events: none;
}

.sponsor-ticker__viewport::before {
	left: 0;
	background: linear-gradient(90deg, #fffaf0, rgba(255, 250, 240, 0));
}

.sponsor-ticker__viewport::after {
	right: 0;
	background: linear-gradient(270deg, #fffaf0, rgba(255, 250, 240, 0));
}

.sponsor-ticker__track {
	display: flex;
	align-items: center;
	width: max-content;
	gap: clamp(2.5rem, 5vw, 5.25rem);
	animation: sponsor-scroll 34s linear infinite;
}

.sponsor-ticker:hover .sponsor-ticker__track {
	animation-play-state: paused;
}

.sponsor-logo {
	display: grid;
	min-width: 180px;
	min-height: 92px;
	place-items: center;
	color: rgba(6, 19, 29, .44);
	text-decoration: none;
	filter: grayscale(1);
	opacity: .62;
	transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}

.sponsor-logo:hover,
.sponsor-logo:focus-visible {
	filter: grayscale(0);
	opacity: 1;
	transform: translateY(-2px);
}

.sponsor-logo img {
	max-width: 185px;
	max-height: 82px;
	object-fit: contain;
}

.sponsor-logo strong {
	font-family: var(--font-head);
	font-size: 1.45rem;
	text-align: center;
	text-transform: uppercase;
}

.directions-strip {
	padding: clamp(1.5rem, 4vw, 2.75rem) 0;
	border-block: 1px solid rgba(196, 148, 77, .26);
	background:
		linear-gradient(135deg, rgba(6, 19, 29, .96), rgba(6, 19, 29, .88)),
		url("assets/img/topo.svg") center / 760px auto,
		var(--black);
	color: var(--cream);
}

.directions-strip__inner {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
	gap: clamp(1rem, 3vw, 2rem);
	align-items: stretch;
}

.directions-strip__copy {
	display: grid;
	align-content: center;
	gap: .85rem;
	min-width: 0;
	padding: clamp(1.2rem, 3vw, 2rem);
	border: 1px solid rgba(196, 148, 77, .42);
	background: rgba(255, 248, 234, .055);
}

.directions-strip__copy h2 {
	font-size: clamp(2rem, 3.4vw, 3.8rem);
}

.directions-strip__copy p:not(.eyebrow) {
	max-width: 34rem;
	color: #e5cfaa;
	font-weight: 650;
}

.directions-strip__copy .button {
	width: fit-content;
}

.directions-map {
	min-height: 280px;
	overflow: hidden;
	border: 1px solid rgba(196, 148, 77, .42);
	background: rgba(255, 248, 234, .055);
}

.directions-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 0;
	filter: saturate(.85) contrast(1.02);
}

@keyframes sponsor-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.challenge-grid,
.archive-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: 1rem;
}

.challenge-card,
.poster-card {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	border: 1px solid rgba(196, 148, 77, .5);
	border-radius: var(--radius);
	background: var(--black);
	box-shadow: var(--shadow);
}

.challenge-card__image,
.poster-card__image {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(0deg, rgba(6, 19, 29, .98), rgba(6, 19, 29, .5) 44%, rgba(232, 95, 20, .18)),
		var(--card-image, url("assets/img/default-sunset.svg")) center / cover;
	transition: transform .55s ease;
}

.challenge-card:hover .challenge-card__image,
.poster-card:hover .poster-card__image {
	transform: scale(1.08);
}

.challenge-card__body,
.poster-card__body {
	position: absolute;
	inset: auto 0 0;
	display: grid;
	gap: .45rem;
	padding: 1.15rem;
	background: linear-gradient(0deg, rgba(6, 19, 29, .98), rgba(6, 19, 29, .78) 70%, rgba(6, 19, 29, 0));
}

.challenge-card__body .eyebrow {
	margin-bottom: .1rem;
	font-size: .66rem;
	letter-spacing: .14em;
}

.challenge-card__body h3 {
	max-width: 10ch;
	font-size: clamp(1.55rem, 2.1vw, 2.15rem);
	line-height: .95;
}

.challenge-card p,
.poster-card span {
	color: #e5cfaa;
}

.challenge-card__body > p:not(.eyebrow) {
	margin: 0;
	max-width: 26ch;
	font-size: .98rem;
	line-height: 1.45;
}

.poster-card a {
	position: absolute;
	inset: 0;
	color: inherit;
	text-decoration: none;
}

.split {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}

.expect-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: clamp(1rem, 3vw, 2rem);
	align-items: start;
}

.reason-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.reason-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: 96px;
	padding: 1.1rem;
	border: 1px solid rgba(6, 19, 29, .16);
	background: rgba(255, 248, 234, .48);
	box-shadow: 0 14px 30px rgba(6, 19, 29, .08);
}

.reason-card span {
	width: 42px;
	height: 1px;
	background: var(--orange);
}

.reason-card strong {
	font-family: var(--font-head);
	font-size: 1.15rem;
	text-transform: uppercase;
}

.agenda-panel {
	padding: clamp(1.2rem, 3vw, 2rem);
	border: 1px solid rgba(6, 19, 29, .18);
	background: rgba(255, 248, 234, .48);
	box-shadow: 0 14px 30px rgba(6, 19, 29, .08);
}

.agenda-list {
	display: grid;
	gap: 1rem;
	margin-top: .65rem;
}

.agenda-item {
	position: relative;
	display: grid;
	gap: .15rem;
	padding-left: 1.35rem;
}

.agenda-item::before {
	content: "";
	position: absolute;
	top: .55rem;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--orange);
	transform: rotate(45deg);
}

.agenda-item time {
	color: #684719;
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.agenda-item strong {
	font-family: var(--font-head);
	font-size: 1.05rem;
	line-height: 1.15;
	text-transform: uppercase;
}

.agenda-item p {
	margin: .2rem 0 0;
	color: #3d4240;
	font-size: .92rem;
	line-height: 1.45;
}

.tac-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: start;
}

.draw-section .tac-grid {
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
	gap: clamp(2rem, 4.5vw, 4rem);
}

.draw-section .section-heading {
	max-width: 100%;
	margin-bottom: 0;
}

.draw-section .section-heading h2 {
	max-width: 11ch;
	font-size: clamp(3rem, 4.45vw, 5rem);
	overflow-wrap: normal;
	word-break: keep-all;
	text-wrap: balance;
}

.info-panel {
	padding: clamp(1.4rem, 3vw, 2.4rem);
	border: 1px solid rgba(196, 148, 77, .5);
	border-radius: var(--radius);
	background:
		linear-gradient(135deg, rgba(255, 248, 234, .08), rgba(255, 248, 234, .02)),
		url("assets/img/topo.svg") center / 680px auto;
	box-shadow: var(--shadow);
}

.info-panel h3 {
	margin-bottom: 1rem;
	color: var(--cream);
}

.info-panel p {
	color: #e5cfaa;
}

.info-panel ul {
	display: grid;
	gap: .8rem;
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

.info-panel li {
	position: relative;
	padding-left: 1.6rem;
	color: var(--cream);
	font-weight: 800;
}

.info-panel li::before {
	content: "";
	position: absolute;
	top: .65rem;
	left: 0;
	width: 10px;
	height: 10px;
	background: var(--orange);
	transform: rotate(45deg);
}

.masonry-gallery {
	columns: 3 260px;
	column-gap: 1rem;
}

.gallery-tile {
	display: block;
	break-inside: avoid;
	margin: 0 0 1rem;
	overflow: hidden;
	border: 1px solid rgba(196, 148, 77, .42);
	border-radius: var(--radius);
	background: var(--black-2);
}

.gallery-tile img {
	width: 100%;
	transition: transform .45s ease, opacity .3s ease;
}

.gallery-tile:hover img {
	transform: scale(1.05);
	opacity: .88;
}

.gallery-tile--placeholder {
	display: grid;
	min-height: 260px;
	place-items: center;
	background: linear-gradient(135deg, var(--black), var(--green));
	color: var(--cream);
	font-family: var(--font-head);
	text-transform: uppercase;
}

.sponsor-grid,
.quote-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	justify-content: start;
}

.sponsor-card,
.quote-card {
	position: relative;
	display: grid;
	gap: 1rem;
	min-height: 210px;
	padding: 1.4rem;
	border: 1px solid rgba(6, 19, 29, .18);
	border-radius: var(--radius);
	background: rgba(255, 248, 234, .55);
	color: var(--black);
	text-decoration: none;
	box-shadow: 0 18px 38px rgba(6, 19, 29, .08);
}

.sponsor-card {
	overflow: hidden;
	place-items: center;
	text-align: center;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.sponsor-card[href]:hover,
.sponsor-card[href]:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(245, 138, 31, .72);
	box-shadow: 0 22px 46px rgba(6, 19, 29, .18);
}

.sponsor-card--image {
	background:
		linear-gradient(0deg, rgba(6, 19, 29, .84), rgba(6, 19, 29, .34)),
		var(--sponsor-card-image) center / cover;
	color: var(--cream);
}

.sponsor-card--image::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(232, 95, 20, .22), transparent 58%);
	pointer-events: none;
}

.sponsor-card strong,
.sponsor-card span,
.sponsor-card__logo {
	position: relative;
	z-index: 1;
}

.sponsor-card__logo {
	display: block;
	width: auto;
	max-width: 55%;
	max-height: 92px;
	object-fit: contain;
	filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .34));
}

.sponsor-card strong {
	font-family: var(--font-head);
	font-size: 2rem;
	text-transform: uppercase;
}

.sponsor-card span {
	color: #684719;
	font-size: .75rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.sponsor-card--image span {
	color: var(--orange-2);
}

.quote-card {
	margin: 0;
	background: rgba(6, 19, 29, .8);
	color: var(--cream);
	border-color: rgba(196, 148, 77, .45);
}

.quote-card img {
	width: 76px;
	height: 76px;
	object-fit: cover;
	border: 2px solid var(--amber);
	border-radius: 50%;
}

.quote-card blockquote {
	margin: 0;
	font-size: 1.15rem;
}

.quote-card figcaption {
	display: grid;
	gap: .15rem;
}

.quote-card figcaption span,
.quote-card figcaption em {
	color: var(--tan);
	font-size: .82rem;
	font-style: normal;
}

.faq-layout {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: clamp(2rem, 5vw, 5rem);
}

.faq-layout .section-heading h2 {
	max-width: 11ch;
	font-size: clamp(3rem, 5vw, 5.25rem);
	overflow-wrap: normal;
	word-break: keep-all;
}

.faq-list {
	display: grid;
	gap: .8rem;
}

.faq-item {
	border: 1px solid rgba(6, 19, 29, .18);
	background: rgba(255, 248, 234, .48);
}

.faq-item summary {
	cursor: pointer;
	padding: 1.1rem 1.25rem;
	font-family: var(--font-head);
	font-weight: 900;
	text-transform: uppercase;
}

.faq-item div {
	padding: 0 1.25rem 1.25rem;
}

.final-funnel {
	background:
		linear-gradient(90deg, rgba(6, 19, 29, .96), rgba(6, 19, 29, .7)),
		linear-gradient(135deg, rgba(232, 95, 20, .24), transparent),
		url("assets/img/topo.svg") center / 780px auto,
		#030b12;
}

.final-funnel__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: start;
}

.final-funnel__copy {
	max-width: 720px;
}

.final-funnel__copy h2 {
	margin-bottom: 1rem;
}

.final-funnel__copy > p:not(.eyebrow) {
	max-width: 620px;
	color: var(--tan);
	font-size: 1.15rem;
}

.eventbrite-panel {
	width: 100%;
	height: auto;
	max-height: min(720px, 78vh);
	min-height: 0;
	padding: 1rem;
	overflow: auto;
	overscroll-behavior: contain;
	border: 1px solid rgba(196, 148, 77, .55);
	border-radius: var(--radius);
	background: rgba(255, 248, 234, .96);
	color: var(--black);
	box-shadow: var(--shadow);
}

.eventbrite-panel iframe,
.eventbrite-panel div {
	max-width: 100%;
}

.eventbrite-panel iframe {
	display: block;
	width: 100% !important;
	min-height: 430px;
	max-height: min(650px, 76vh);
	border: 0;
}

.content-shell {
	padding: clamp(5rem, 9vw, 8rem) 0;
}

.content-shell--with-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 2rem;
}

.entry__header {
	max-width: 900px;
	margin-bottom: 2rem;
}

.entry__header h1 {
	max-width: 12ch;
}

.entry__media {
	margin: 0 0 2rem;
	overflow: hidden;
	border: 1px solid rgba(196, 148, 77, .45);
	border-radius: var(--radius);
}

.entry__content {
	max-width: 820px;
	color: #ead8b7;
}

.entry--page .entry__content,
.section--cream .entry__content {
	color: var(--black);
}

.entry__content > * {
	margin-top: 0;
}

.entry__content a {
	color: var(--orange-2);
}

.sidebar,
.widget {
	display: grid;
	gap: 1rem;
	align-content: start;
}

.widget,
.not-found {
	padding: 1.25rem;
	border: 1px solid rgba(196, 148, 77, .38);
	background: rgba(255, 248, 234, .06);
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

.search-field {
	min-height: 52px;
	width: min(360px, 100%);
	padding: .8rem 1rem;
	border: 1px solid rgba(196, 148, 77, .5);
	background: rgba(255, 248, 234, .08);
	color: inherit;
}

.site-footer {
	background: #030b12;
	border-top: 1px solid rgba(196, 148, 77, .36);
}

.site-footer__cta {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	padding: clamp(4rem, 7vw, 6rem) 0;
}

.site-footer__cta h2 {
	max-width: 950px;
	margin-bottom: 1.5rem;
}

.site-footer__main,
.site-footer__bottom {
	display: grid;
	grid-template-columns: 1.2fr .8fr .8fr;
	gap: 2rem;
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 2rem 0;
	border-top: 1px solid rgba(196, 148, 77, .22);
}

.footer-mark {
	width: 110px;
	margin-bottom: 1rem;
}

.site-footer ul {
	display: grid;
	gap: .6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-contact,
.social-links {
	display: grid;
	gap: .6rem;
}

.site-footer__bottom {
	grid-template-columns: 1fr auto;
	color: var(--muted);
	font-size: .82rem;
}

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: grid;
	place-items: center;
	padding: 1rem;
	background: rgba(3, 11, 18, .92);
}

.lightbox img {
	max-height: 88vh;
	border: 1px solid var(--amber);
}

.construction-page {
	display: grid;
	min-height: 100vh;
	place-items: center;
	padding: 2rem;
	background:
		linear-gradient(90deg, rgba(6, 19, 29, .96), rgba(6, 19, 29, .72)),
		linear-gradient(135deg, rgba(232, 95, 20, .28), transparent 52%),
		url("assets/img/topo.svg") center / 900px auto,
		#030b12;
}

.construction-card {
	width: min(900px, 100%);
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid rgba(196, 148, 77, .52);
	border-radius: var(--radius);
	background: rgba(6, 19, 29, .76);
	box-shadow: var(--shadow);
}

.construction-card h1 {
	max-width: 10ch;
	margin-bottom: 1rem;
	font-size: clamp(3rem, 8vw, 7rem);
}

.construction-card > p:not(.eyebrow) {
	max-width: 650px;
	color: var(--tan);
	font-size: 1.18rem;
}

.construction-mark {
	margin-bottom: 1.5rem;
}

.construction-logo-wrap {
	width: min(230px, 55vw);
	margin-bottom: 1.5rem;
}

.construction-logo {
	width: 100%;
	max-height: 300px;
	object-fit: contain;
	object-position: left center;
}

.reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}

	.sponsor-ticker__track {
		animation: none;
	}
}

@media (max-width: 1040px) {
	.hero__media .hero-photo {
		background-image: var(--hero-image, url("assets/img/hero-archers-range-sunset-1600.jpg"));
	}

	.nav-toggle {
		display: block;
	}

	.primary-nav {
		position: fixed;
		inset: 100% 1rem auto;
		display: none;
		padding: 1rem;
		border: 1px solid rgba(196, 148, 77, .45);
		background: var(--black);
	}

	.primary-nav.is-open {
		display: grid;
	}

	.primary-nav ul {
		display: grid;
		align-items: stretch;
	}

	.event-band__inner,
	.directions-strip__inner,
	.shirt-deadline__inner,
	.shirt-deadline--has-art .shirt-deadline__inner,
	.challenge-grid,
	.expect-layout,
	.sponsor-ticker,
	.split,
	.tac-grid,
	.faq-layout,
	.final-funnel__inner,
	.content-shell--with-sidebar,
	.site-footer__main,
	.site-footer__bottom {
		grid-template-columns: 1fr;
	}

	.event-band__inner > *,
	.directions-strip__inner > *,
	.final-funnel__inner > *,
	.shirt-deadline__inner > *,
	.faq-layout > *,
	.split > *,
	.tac-grid > * {
		min-width: 0;
	}

	.snapshot-grid,
	.class-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.course-rules {
		grid-template-columns: 1fr;
	}

	.course-rules div {
		border-right: 0;
		border-bottom: 1px solid rgba(196, 148, 77, .3);
	}

	.course-rules div:last-child {
		border-bottom: 0;
	}

	.sponsor-ticker {
		gap: .75rem;
		padding: 1rem 0;
	}

	.sponsor-grid,
	.quote-grid,
	.archive-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.draw-section .tac-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.draw-section .section-heading {
		margin-bottom: 0;
	}

	.draw-section .section-heading h2 {
		max-width: 10ch;
		font-size: clamp(2.6rem, 10vw, 4rem);
		line-height: .92;
		overflow-wrap: normal;
		word-break: keep-all;
	}
}

@media (max-width: 680px) {
	body {
		font-size: 16px;
	}

	h1,
	h2,
	h3,
	h4,
	.eyebrow,
	.event-stat strong,
	.deadline-badge strong,
	.class-card__head strong,
	.course-rules strong,
	.challenge-card__body h3,
	.faq-item summary {
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.hero__media .hero-photo {
		background-image: var(--hero-image, url("assets/img/hero-archers-range-sunset-960.jpg"));
		background-position: 66% 82%;
	}

	.brand__text {
		display: none;
	}

	.site-header__inner {
		width: min(1180px, calc(100% - 2rem));
		gap: .75rem;
		padding: .55rem 0;
	}

	.mobile-register-button {
		display: inline-flex;
		margin-left: auto;
	}

	.brand-logo {
		height: 62px;
	}

	.hero {
		align-items: start;
		min-height: auto;
		padding: clamp(1.75rem, 6vw, 2.5rem) 1rem 3rem;
	}

	.hero__content {
		width: min(100%, 420px);
	}

	.hero-logo-wrap {
		width: clamp(130px, 46vw, 190px);
		margin-bottom: 1rem;
	}

	.hero-event-logo {
		max-height: 220px;
	}

	h1 {
		font-size: clamp(2.55rem, 14vw, 4.2rem);
		max-width: min(100%, 10.5ch);
		overflow-wrap: normal;
		word-break: keep-all;
	}

	.hero__content > p:not(.eyebrow) {
		font-size: 1.05rem;
	}

	.countdown,
	.reason-grid,
	.sponsor-grid,
	.quote-grid,
	.archive-grid {
		grid-template-columns: 1fr;
	}

	.challenge-grid {
		grid-template-columns: 1fr;
	}

	.draw-section {
		padding-block: 3rem;
	}

	.draw-section .tac-grid {
		gap: 1.25rem;
	}

	.draw-section .section-heading h2 {
		max-width: min(100%, 8.25ch);
		font-size: clamp(2.45rem, 13vw, 3.35rem);
		line-height: .95;
	}

	.draw-section .info-panel {
		padding: 1.15rem;
	}

	.draw-section .info-panel h3 {
		font-size: clamp(1.65rem, 9vw, 2.35rem);
	}

	.draw-section .info-panel p,
	.draw-section .info-panel li {
		font-size: 1rem;
		line-height: 1.45;
	}

	.snapshot-grid,
	.class-grid {
		grid-template-columns: 1fr;
	}

	.snapshot-item {
		min-height: 130px;
		border-right: 0;
		border-bottom: 1px solid rgba(6, 19, 29, .18);
	}

	.snapshot-item:last-child {
		border-bottom: 0;
	}

	.sponsor-logo {
		min-width: 140px;
	}

	.ticker-strip {
		display: grid;
		justify-items: center;
		gap: .55rem;
		padding-inline: 1rem;
		text-align: center;
	}

	.ticker-strip span {
		justify-content: center;
		max-width: 100%;
		line-height: 1.35;
	}

	.ticker-strip span::after {
		content: "";
		width: 8px;
		height: 8px;
		flex: 0 0 8px;
		background: var(--orange);
		transform: rotate(45deg);
	}

	.event-band {
		padding: 1rem;
	}

	.event-band__inner {
		gap: 1rem;
		padding: 1rem;
	}

	.event-band h2 {
		font-size: clamp(2.15rem, 13vw, 3rem);
	}

	.directions-strip {
		padding: 1rem 0;
	}

	.directions-strip__copy {
		padding: 1rem;
	}

	.directions-strip__copy h2 {
		font-size: clamp(2rem, 12vw, 3rem);
	}

	.directions-strip__copy .button {
		width: 100%;
	}

	.directions-map,
	.directions-map iframe {
		min-height: 260px;
	}

	.event-band__checkout .eventbrite-panel,
	.eventbrite-panel {
		max-height: 78vh;
		padding: .65rem;
	}

	.eventbrite-panel iframe {
		min-height: 420px;
		max-height: 74vh;
	}

	.eventbrite-panel--inline {
		margin-top: .5rem;
	}

	.shirt-deadline {
		padding: 2.5rem 1rem;
	}

	.shirt-deadline__inner,
	.shirt-deadline--has-art .shirt-deadline__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.25rem;
	}

	.shirt-deadline h2 {
		font-size: clamp(2.35rem, 15vw, 3.4rem);
		max-width: 8.5ch;
	}

	.shirt-deadline p {
		max-width: 30ch;
		font-size: 1rem;
		line-height: 1.45;
	}

	.shirt-art {
		min-height: 0;
		justify-items: center;
	}

	.shirt-art img {
		width: min(100%, 300px);
		max-height: 320px;
	}

	.shirt-deadline__action {
		width: 100%;
	}

	.challenge-card,
	.poster-card {
		min-height: 430px;
	}

	.site-footer__bottom {
		gap: .5rem;
	}
}
