/*
Theme Name: AUPBA 2026
Theme URI: https://aupba.org.au/
Author: AUPBA
Description: A modern, accessible association theme for the Australasian Paintball Association.
Template: Divi
Version: 1.7.5
Text Domain: aupba-2026
*/

:root {
	--ink: #17232b;
	--ink-soft: #4b5961;
	--navy: #0b2c42;
	--blue: #087cba;
	--blue-deep: #075f91;
	--green: #4f7d38;
	--orange: #e77925;
	--mist: #eef3f4;
	--paper: #ffffff;
	--warm: #f7f5f0;
	--line: #d8e0e2;
	--focus: #ffbf47;
	--shadow: 0 14px 35px rgba(11, 44, 66, 0.12);
	--shadow-soft: 0 10px 28px rgba(11, 44, 66, 0.08);
	--shadow-lift: 0 18px 42px rgba(11, 44, 66, 0.14);
	--surface-radius: 6px;
	--font-body: "Segoe UI Variable", "Aptos", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	--font-display: "Segoe UI Variable Display", "Aptos Display", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	--surface-texture: repeating-linear-gradient(135deg, rgba(11, 44, 66, 0.018) 0, rgba(11, 44, 66, 0.018) 1px, transparent 1px, transparent 13px);
	--width: 1180px;
}

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

html {
	scroll-behavior: auto;
}

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

:focus-visible {
	outline: 3px solid var(--focus);
	outline-offset: 3px;
}

.entry-content :target {
	scroll-margin-top: 24px;
}

body {
	background-color: #f8faf9;
	background-image: var(--surface-texture);
	color: var(--ink);
	font-family: var(--font-body) !important;
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	overflow-x: hidden;
}

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

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

a {
	color: var(--blue-deep);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover {
	color: var(--orange);
}

button,
input,
select,
textarea {
	font-family: var(--font-body) !important;
	font-size: inherit;
}

:focus-visible {
	outline: 3px solid var(--focus);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
	color: var(--navy);
	font-family: var(--font-display) !important;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 0.7em;
}

h1 {
	font-size: 58px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 23px;
}

p {
	margin: 0 0 1.2em;
}

.site-width {
	margin: 0 auto;
	max-width: var(--width);
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.site-width.narrow {
	max-width: 920px;
}

.skip-link {
	background: var(--paper);
	color: var(--navy);
	font-weight: 700;
	left: 18px;
	padding: 10px 16px;
	position: fixed;
	top: -100px;
	z-index: 9999;
}

.skip-link:focus {
	top: 18px;
}

.utility-bar {
	background: var(--navy);
	color: #dbe8ee;
	font-size: 13px;
}

.utility-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 38px;
}

.utility-inner p {
	margin: 0;
}

.utility-inner div {
	display: flex;
	gap: 24px;
}

.utility-inner a {
	color: #ffffff;
	text-decoration: none;
}

.site-header {
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid var(--line);
	box-shadow: 0 5px 22px rgba(11, 44, 66, 0.06);
	position: sticky;
	top: 0;
	z-index: 100;
}

.header-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 82px;
}

.brand-link,
.custom-logo-link {
	align-items: center;
	display: inline-flex;
	text-decoration: none;
}

.brand-link img,
.custom-logo {
	height: 50px;
	object-fit: contain;
	width: 150px;
}

.brand-link span {
	border-left: 1px solid var(--line);
	display: grid;
	margin-left: 14px;
	padding-left: 14px;
}

.brand-link strong {
	color: var(--navy);
	font-size: 18px;
	line-height: 1.1;
}

.brand-link small {
	color: var(--ink-soft);
	font-size: 10px;
	line-height: 1.3;
	margin-top: 3px;
	max-width: 155px;
	text-transform: uppercase;
}

.site-nav-list {
	align-items: center;
	display: flex;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav-list li {
	position: relative;
}

.site-nav-list a {
	color: var(--ink);
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 29px 11px;
	text-decoration: none;
}

.site-nav-list a:hover,
.site-nav-list .current-menu-item > a,
.site-nav-list .current_page_item > a {
	color: var(--blue-deep);
}

.site-nav-list a:hover::after,
.site-nav-list .current-menu-item > a::after,
.site-nav-list .current_page_item > a::after {
	background: var(--orange);
	bottom: 17px;
	content: '';
	height: 3px;
	left: 11px;
	position: absolute;
	right: 11px;
}

.site-nav-list > li > a[href*="/sitefinder/"] {
	background: var(--navy);
	border-radius: 4px;
	color: white;
	margin: 0 6px;
	padding: 12px 16px;
}

.site-nav-list > li > a[href*="/sitefinder/"]:hover,
.site-nav-list > .current-menu-item > a[href*="/sitefinder/"],
.site-nav-list > .current_page_item > a[href*="/sitefinder/"] {
	background: var(--blue-deep);
	color: white;
}

.site-nav-list > li > a[href*="/sitefinder/"]::after {
	display: none;
}

.site-nav-list .sub-menu {
	background: var(--paper);
	box-shadow: var(--shadow);
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 230px;
	padding: 8px;
	position: absolute;
	top: calc(100% - 12px);
}

.site-nav-list li:hover > .sub-menu,
.site-nav-list li:focus-within > .sub-menu {
	display: block;
}

.site-nav-list .sub-menu a {
	padding: 11px 13px;
}

.site-nav-list .sub-menu a::after {
	display: none;
}

.menu-toggle {
	align-items: center;
	background: var(--blue);
	border: 0;
	color: white;
	cursor: pointer;
	display: none;
	gap: 10px;
	height: 46px;
	justify-content: center;
	padding: 0 14px;
}

.menu-icon {
	display: grid;
	gap: 4px;
	width: 21px;
}

.menu-icon i {
	background: currentColor;
	display: block;
	height: 2px;
	transition: transform 180ms ease, opacity 180ms ease;
	width: 100%;
}

.menu-label {
	font-size: 13px;
	font-weight: 700;
}

.home-hero {
	background: var(--navy);
	color: white;
	height: clamp(520px, calc(100vh - 180px), 640px);
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.home-hero-image,
.home-hero-shade {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.home-hero-shade {
	background: linear-gradient(90deg, rgba(8, 31, 45, 0.95) 0%, rgba(8, 31, 45, 0.78) 36%, rgba(8, 31, 45, 0.18) 67%, rgba(8, 31, 45, 0.08) 100%);
}

.hero-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	min-height: 0;
	padding-bottom: 100px;
	padding-top: 60px;
	position: relative;
	z-index: 2;
}

.eyebrow {
	color: #b8e1f4;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.eyebrow.dark {
	color: var(--blue-deep);
}

.hero-content h1 {
	color: white;
	font-size: 62px;
	margin-bottom: 24px;
	max-width: 700px;
}

.hero-copy {
	color: #f0f5f7;
	font-size: 20px;
	max-width: 650px;
}

.hero-actions,
.membership-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.button {
	align-items: center;
	border: 2px solid transparent;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	min-height: 50px;
	padding: 11px 21px;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button-primary {
	background: var(--orange);
	color: #111b20;
}

.button-primary:hover {
	background: #f08a3c;
	color: #111b20;
}

.button-ghost {
	border-color: rgba(255, 255, 255, 0.62);
	color: white;
}

.button-ghost:hover {
	background: white;
	color: var(--navy);
}

.button-light {
	background: white;
	color: var(--navy);
}

.button-light:hover {
	background: var(--warm);
	color: var(--blue-deep);
}

.button-outline {
	border-color: var(--navy);
	color: var(--navy);
}

.button-outline:hover {
	background: var(--navy);
	color: white;
}

.hero-note {
	background: rgba(7, 95, 145, 0.9);
	bottom: 0;
	color: white;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}

.hero-note .site-width {
	align-items: center;
	display: flex;
	gap: 32px;
	min-height: 70px;
}

.hero-note strong {
	font-size: 13px;
	text-transform: uppercase;
}

.hero-note span {
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	padding-left: 32px;
}

.audience-strip,
.mission-section,
.news-section,
.membership-section {
	padding: 78px 0;
}

.audience-strip {
	background: var(--warm);
}

.section-heading {
	max-width: 650px;
}

.section-heading.compact {
	margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
	color: var(--ink-soft);
	font-size: 18px;
}

.audience-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.audience-link {
	background: white;
	border: 1px solid var(--line);
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(11, 44, 66, 0.06);
	color: var(--ink);
	display: grid;
	grid-template-columns: 1fr auto;
	min-height: 210px;
	padding: 30px;
	text-decoration: none;
	transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.audience-link:first-child {
	border-left: 1px solid var(--line);
}

.audience-link:hover {
	background: var(--navy);
	box-shadow: 0 16px 34px rgba(11, 44, 66, 0.16);
	color: white;
	transform: translateY(-4px);
}

.audience-number {
	color: var(--orange);
	font-size: 13px;
	font-weight: 800;
	grid-column: 1 / -1;
}

.audience-link strong {
	align-self: end;
	font-size: 22px;
	grid-column: 1 / -1;
}

.audience-link span:not(.audience-number) {
	color: var(--ink-soft);
	font-size: 15px;
	max-width: 270px;
}

.audience-link:hover span:not(.audience-number) {
	color: #dbe8ee;
}

.audience-link i {
	align-self: end;
	color: var(--blue);
	font-size: 24px;
	font-style: normal;
}

.audience-link:hover i {
	color: white;
}

.mission-layout {
	display: grid;
	gap: 64px;
	grid-template-columns: 0.85fr 1.15fr;
}

.text-link {
	color: var(--blue-deep);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.text-link span {
	display: inline-block;
	margin-left: 5px;
	transition: transform 160ms ease;
}

.text-link:hover span {
	transform: translateX(4px);
}

.text-link.light {
	color: white;
}

.pillar-list {
	border-top: 1px solid var(--line);
}

.pillar-list article {
	border-bottom: 1px solid var(--line);
	display: grid;
	gap: 20px;
	grid-template-columns: 80px 180px 1fr;
	padding: 21px 0;
}

.pillar-list article > span {
	color: var(--orange);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.pillar-list h3,
.pillar-list p {
	margin: 0;
}

.pillar-list h3 {
	font-size: 18px;
}

.pillar-list p {
	color: var(--ink-soft);
	font-size: 15px;
}

.finder-section {
	background: var(--blue-deep);
	color: white;
	padding: 62px 0;
}

.finder-layout {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr auto;
}

.finder-layout h2,
.contact-layout h2 {
	color: white;
}

.finder-layout p:not(.eyebrow) {
	color: #deedf4;
	max-width: 750px;
}

.finder-actions {
	display: grid;
	gap: 18px;
	justify-items: start;
}

.row-heading {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 42px;
	max-width: none;
}

.news-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-item {
	border: 1px solid var(--line);
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(11, 44, 66, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.news-item:hover {
	box-shadow: 0 18px 38px rgba(11, 44, 66, 0.13);
	transform: translateY(-4px);
}

.news-image {
	background: var(--navy);
	display: block;
	height: 220px;
	overflow: hidden;
	text-decoration: none;
}

.news-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.news-item:hover .news-image img {
	transform: scale(1.025);
}

.news-image-fallback {
	align-items: center;
	color: white;
	display: flex;
	font-size: 30px;
	font-weight: 800;
	height: 100%;
	justify-content: center;
}

.news-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.news-meta {
	color: var(--blue-deep);
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.news-body h3 a,
.archive-item h2 a {
	color: var(--navy);
	text-decoration: none;
}

.news-body p:not(.news-meta) {
	color: var(--ink-soft);
	font-size: 15px;
}

.news-body .text-link {
	margin-top: auto;
}

.news-empty {
	background: var(--mist);
	grid-column: 1 / -1;
	padding: 36px;
}

.guidance-intro {
	max-width: 780px;
}

.archive-link-band {
	align-items: center;
	background: var(--mist);
	border-left: 4px solid var(--orange);
	display: flex;
	gap: 48px;
	justify-content: space-between;
	margin-top: 54px;
	padding: 32px;
}

.archive-link-band h2 {
	font-size: 28px;
	margin-bottom: 8px;
}

.archive-link-band p:last-child {
	margin: 0;
	max-width: 760px;
}

.archive-link-band .button {
	flex: 0 0 auto;
}

.membership-section {
	background: var(--mist);
	border-top: 4px solid var(--orange);
}

.membership-layout {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr auto;
}

.membership-layout > div:first-child {
	max-width: 740px;
}

.membership-actions {
	display: grid;
	margin: 0;
}

.contact-band {
	background: var(--navy);
	color: white;
	padding: 62px 0;
}

.contact-layout {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr auto;
}

.contact-layout p {
	color: #dbe8ee;
	margin: 0;
}

.site-footer {
	background: #10191e;
	color: #c6d0d5;
}

.footer-grid {
	display: grid;
	gap: 54px;
	grid-template-columns: 1.5fr repeat(3, 1fr);
	padding-bottom: 66px;
	padding-top: 70px;
}

.footer-brand .brand-link strong,
.footer-brand .brand-link small {
	color: white;
}

.footer-brand .brand-link span {
	border-color: #40505a;
}

.footer-brand p {
	font-size: 14px;
	margin-top: 24px;
	max-width: 350px;
}

.site-footer h2 {
	color: white;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li {
	margin-bottom: 9px;
}

.site-footer a {
	color: #c6d0d5;
	font-size: 14px;
	text-decoration: none;
}

.site-footer a:hover {
	color: white;
}

.footer-bottom {
	border-top: 1px solid #33414a;
}

.footer-bottom .site-width {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 64px;
}

.footer-bottom p {
	font-size: 13px;
	margin: 0;
}

.page-hero {
	background: var(--navy);
	display: flex;
	min-height: 300px;
	overflow: hidden;
	padding: 82px 0 74px;
	position: relative;
}

.page-hero h1 {
	color: white;
}

.page-hero .site-width {
	align-self: center;
	position: relative;
	z-index: 2;
}

.page-hero-media,
.page-hero-shade {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.page-hero-media {
	object-fit: cover;
}

.page-hero-shade {
	background: linear-gradient(90deg, rgba(8, 31, 45, 0.94) 0%, rgba(8, 31, 45, 0.78) 48%, rgba(8, 31, 45, 0.28) 100%);
}

.page-hero-summary {
	color: #edf4f7;
	font-size: 18px;
	margin-bottom: 0;
	max-width: 700px;
}

.page-hero .eyebrow {
	margin-bottom: 14px;
}

.compact-hero {
	padding: 60px 0 54px;
}

.content-layout {
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1fr) 280px;
	padding-bottom: 100px;
	padding-top: 70px;
}

.article-layout,
.archive-layout {
	max-width: 900px;
	padding-bottom: 100px;
	padding-top: 70px;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 1.5em;
}

.entry-content a {
	font-weight: 700;
}

.entry-content ul,
.entry-content ol {
	padding-left: 24px;
}

.entry-content li {
	margin-bottom: 8px;
}

.entry-content table {
	border-collapse: collapse;
	width: 100%;
}

.entry-content th,
.entry-content td {
	border: 1px solid var(--line);
	padding: 12px;
	text-align: left;
}

.content-aside {
	align-self: start;
	border-top: 4px solid var(--orange);
	display: grid;
	position: sticky;
	top: 24px;
}

.content-aside h2 {
	font-size: 18px;
	padding: 2px 18px 14px;
}

.content-aside-kicker {
	color: var(--blue-deep);
	font-size: 11px;
	font-weight: 800;
	margin: 0;
	padding: 20px 18px 4px;
	text-transform: uppercase;
}

.content-aside a {
	border-top: 1px solid var(--line);
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
	padding: 14px 18px;
	text-decoration: none;
}

.content-aside a:hover {
	background: var(--mist);
	color: var(--blue-deep);
}

/* Guidance library, archives and articles */
.breadcrumbs { align-items: center; display: flex; flex-wrap: wrap; font-size: 12px; font-weight: 700; gap: 8px; margin-bottom: 28px; }
.breadcrumbs a { color: var(--blue-deep); text-decoration: none; }
.breadcrumbs.light, .breadcrumbs.light a { color: #dbe8ee; }
.guidance-section { padding: 76px 0 100px; }
.library-heading { align-items: end; display: grid; gap: 70px; grid-template-columns: minmax(0, 1fr) minmax(300px, 470px); margin-bottom: 36px; }
.library-heading h2 { font-size: 38px; margin-bottom: 0; }
.library-heading > p { color: var(--ink-soft); margin-bottom: 0; }
.guide-tools { align-items: end; background: var(--mist); border: 1px solid var(--line); border-top: 4px solid var(--blue); display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr) 260px auto; padding: 22px; }
.guide-tools label, .guide-tools label > span { display: block; }
.guide-tools label > span { font-size: 13px; font-weight: 800; margin-bottom: 6px; }
.guide-tools input, .guide-tools select { background: white; border: 1px solid #9eaaaf; border-radius: 3px; height: 52px; padding: 12px 14px; width: 100%; }
.guide-reset, .archive-search button { background: var(--orange); border: 2px solid var(--orange); border-radius: 0; color: #111b20; font-weight: 800; height: 52px; padding: 0 24px; }
.guide-reset:hover, .archive-search button:hover { background: #f08a3c; border-color: #f08a3c; }
.library-result-row { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-size: 13px; justify-content: space-between; padding: 18px 0; }
.library-result-row span { color: var(--ink-soft); }
.guidance-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 26px; }
.guide-card { border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 100%; }
.guide-card[hidden] { display: none; }
.guide-card-image { background: var(--navy); display: block; height: 210px; overflow: hidden; text-decoration: none; }
.guide-card-image img { height: 100%; object-fit: cover; transition: transform 250ms ease; width: 100%; }
.guide-card:hover .guide-card-image img { transform: scale(1.025); }
.guide-image-fallback { align-items: flex-start; color: white; display: flex; flex-direction: column; height: 100%; justify-content: flex-end; padding: 24px; }
.guide-image-fallback small { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.guide-image-fallback strong { font-size: 26px; }
.guide-image-fallback.topic-safety { background: var(--green); }
.guide-image-fallback.topic-laws { background: var(--blue-deep); }
.guide-image-fallback.topic-venues { background: var(--orange); color: var(--ink); }
.guide-image-fallback.topic-industry { background: var(--navy); }
.guide-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.guide-meta, .article-kickers { display: flex; flex-wrap: wrap; font-size: 11px; font-weight: 800; gap: 8px 14px; text-transform: uppercase; }
.guide-meta { color: var(--blue-deep); justify-content: space-between; margin-bottom: 16px; }
.guide-card h3 { font-size: 21px; }
.guide-card h3 a, .archive-card h2 a, .related-grid h3 a { color: var(--navy); text-decoration: none; }
.guide-card-body > p { color: var(--ink-soft); font-size: 14px; }
.guide-card-footer { align-items: center; border-top: 1px solid var(--line); display: flex; font-size: 11px; font-weight: 700; justify-content: space-between; margin-top: auto; padding-top: 16px; }
.guide-card-footer > span { color: var(--ink-soft); }
.guide-card-footer a { color: var(--blue-deep); text-decoration: none; }
.guide-empty, .archive-no-results { background: var(--warm); border-left: 4px solid var(--orange); margin-top: 24px; padding: 30px; }
.archive-library { padding-bottom: 100px; padding-top: 60px; }
.archive-toolbar { align-items: end; display: grid; gap: 30px; grid-template-columns: minmax(0, 1fr) auto; margin-bottom: 34px; }
.archive-search label { display: block; font-size: 13px; font-weight: 800; margin-bottom: 7px; }
.archive-search > div { display: flex; max-width: 620px; }
.archive-search input { border: 1px solid #9eaaaf; border-radius: 3px 0 0 3px; height: 52px; min-width: 0; padding: 12px 14px; width: 100%; }
.archive-categories { display: flex; flex-wrap: wrap; gap: 8px; }
.archive-categories a { border: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 800; padding: 9px 13px; text-decoration: none; }
.archive-categories a:hover, .archive-categories a[aria-current="page"] { background: var(--navy); border-color: var(--navy); color: white; }
.archive-grid { display: grid; gap: 26px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.archive-card { border: 1px solid var(--line); display: grid; grid-template-columns: 180px minmax(0, 1fr); min-height: 260px; }
.archive-card-image { background: var(--navy); color: white; display: block; overflow: hidden; text-decoration: none; }
.archive-card-image img { height: 100%; object-fit: cover; width: 100%; }
.archive-card-image span { align-items: flex-end; display: flex; font-size: 14px; font-weight: 800; height: 100%; padding: 20px; }
.archive-card-body { display: flex; flex-direction: column; padding: 24px; }
.archive-card h2 { font-size: 22px; }
.archive-card-body > p:not(.news-meta) { color: var(--ink-soft); font-size: 14px; }
.archive-card-body .text-link { margin-top: auto; }
.navigation.pagination { margin-top: 44px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.nav-links .page-numbers { align-items: center; border: 1px solid var(--line); color: var(--ink); display: inline-flex; font-size: 13px; font-weight: 800; justify-content: center; min-height: 42px; min-width: 42px; padding: 8px 12px; text-decoration: none; }
.nav-links .current, .nav-links a:hover { background: var(--navy); border-color: var(--navy); color: white; }
.article-hero { min-height: 390px; }
.article-hero h1 { font-size: 50px; }
.article-kickers { color: #b8e1f4; margin-bottom: 18px; }
.article-date-line { color: #dbe8ee; font-size: 14px; margin-bottom: 0; }
.article-shell { display: grid; gap: 80px; grid-template-columns: minmax(0, 760px) 280px; justify-content: space-between; padding-bottom: 96px; padding-top: 70px; }
.article-content { font-size: 18px; min-width: 0; }
.article-content h2 { font-size: 31px; }
.article-content .content-review { margin-top: 0; }
.article-content h3 { font-size: 22px; margin-top: 1.35em; }
.article-review-note {
	background: #eef6fa;
	border-left: 4px solid var(--blue);
	box-shadow: 0 10px 28px rgba(8, 31, 45, 0.08);
	margin: 0 0 38px;
	padding: 22px 24px;
}
.article-review-note strong {
	color: var(--navy);
	display: block;
	font-size: 17px;
	margin-bottom: 5px;
}
.article-review-note p { color: var(--ink-soft); font-size: 15px; margin: 0; }
.article-key-points {
	background: var(--navy);
	box-shadow: 0 14px 34px rgba(8, 31, 45, 0.14);
	color: white;
	margin: 0 0 38px;
	padding: 26px 28px;
}
.article-key-points h2 {
	color: white;
	font-size: 22px;
	margin: 0 0 12px;
}
.article-key-points ul { margin-bottom: 0; }
.article-key-points li { margin-bottom: 7px; }
.article-key-points li:last-child { margin-bottom: 0; }
.article-scenario {
	background: #f7fafb;
	border-left: 4px solid var(--orange);
	box-shadow: 0 10px 26px rgba(8, 31, 45, 0.07);
	margin: 30px 0;
	padding: 22px 24px;
}
.article-scenario h3 {
	font-size: 19px;
	margin: 0 0 8px;
}
.article-scenario p:last-child { margin-bottom: 0; }
.article-table-wrap {
	border: 1px solid var(--line);
	box-shadow: 0 12px 30px rgba(8, 31, 45, 0.07);
	margin: 28px 0 38px;
	max-width: 100%;
	overflow-x: auto;
	width: 100%;
}
.article-table-wrap table { margin: 0; min-width: 680px; }
.article-table-wrap th {
	background: var(--navy);
	border-color: rgba(255, 255, 255, 0.18);
	color: white;
	font-size: 13px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.article-table-wrap td { font-size: 15px; vertical-align: top; }
.article-table-wrap tbody tr:nth-child(even) { background: #f7fafb; }
.article-source-list {
	background: #f7fafb;
	border-bottom: 1px solid var(--line);
	border-top: 1px solid var(--line);
	padding-bottom: 18px;
	padding-top: 18px;
}
.article-source-list a { overflow-wrap: anywhere; }
.article-sidebar { align-self: start; position: sticky; top: 24px; }
.article-status { border-left: 4px solid var(--orange); padding: 16px 18px; }
.article-status.is-current { background: #edf5ea; border-left-color: var(--green); }
.article-status.is-archive { background: var(--warm); }
.article-status p { font-size: 11px; font-weight: 800; margin-bottom: 2px; text-transform: uppercase; }
.article-status strong { color: var(--navy); font-size: 16px; }
.article-details { margin: 24px 0; }
.article-details div { border-top: 1px solid var(--line); padding: 13px 0; }
.article-details dt { color: var(--ink-soft); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.article-details dd { font-size: 14px; font-weight: 700; margin: 2px 0 0; }
.related-reading { background: var(--mist); padding: 70px 0 80px; }
.related-reading h2 { font-size: 34px; }
.related-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); }
.related-grid article { background: white; border-top: 4px solid var(--blue); display: flex; flex-direction: column; min-height: 220px; padding: 26px; }
.related-grid h3 { font-size: 20px; }
.related-grid .text-link { margin-top: auto; }

/* Task-focused forms and field locator */
.task-layout {
	display: grid;
	gap: 76px;
	grid-template-columns: minmax(0, 1fr) 300px;
	padding-bottom: 100px;
	padding-top: 72px;
}

.task-main {
	min-width: 0;
}

.task-main > h2 {
	font-size: 36px;
	max-width: 720px;
}

.task-lead {
	color: var(--ink-soft);
	font-size: 18px;
	max-width: 720px;
}

.legacy-form-shell {
	border-top: 4px solid var(--blue);
	margin-top: 36px;
	padding-top: 32px;
}

.legacy-form-shell .et_pb_contact_form_container,
.legacy-form-shell .et_pb_contact_form {
	margin: 0;
	max-width: none;
	padding: 0;
}

.legacy-form-shell .et_pb_contact_main_title,
.legacy-form-shell .et_pb_contact_field_options_title {
	color: var(--navy);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
}

.legacy-form-shell .et_pb_contact_main_title:empty {
	display: none;
}

.legacy-form-shell .et_pb_contact_field {
	margin-bottom: 20px;
	padding: 0;
}

.legacy-form-shell .et_pb_contact_field_half {
	width: calc(50% - 10px);
}

.legacy-form-shell .et_pb_contact_field_half:nth-of-type(odd) {
	margin-right: 20px;
}

.legacy-form-shell input[type="text"],
.legacy-form-shell input[type="email"],
.legacy-form-shell input[type="tel"],
.legacy-form-shell select,
.legacy-form-shell textarea {
	background: white;
	border: 1px solid #9eaaaf;
	border-radius: 3px;
	color: var(--ink);
	min-height: 52px;
	padding: 13px 14px;
	width: 100%;
}

.legacy-form-shell textarea {
	min-height: 150px;
	resize: vertical;
}

.legacy-form-shell input:focus,
.legacy-form-shell select:focus,
.legacy-form-shell textarea:focus {
	border-color: var(--blue-deep);
	box-shadow: 0 0 0 3px rgba(8, 124, 186, 0.18);
	outline: 0;
}

.legacy-form-shell .et_pb_contact_field_options_wrapper {
	background: var(--mist);
	border: 1px solid var(--line);
	padding: 18px;
}

.legacy-form-shell .et_pb_contact_field_radio,
.legacy-form-shell .et_pb_contact_field_checkbox {
	margin-bottom: 8px;
}

.legacy-form-shell .et_pb_contact_field_options_list {
	display: grid;
	gap: 10px;
	margin-top: 10px;
}

.legacy-form-shell .et_pb_contact_field_radio,
.legacy-form-shell .et_pb_contact_field_checkbox,
.legacy-form-shell .et_pb_contact_field_radio label,
.legacy-form-shell .et_pb_contact_field_checkbox label {
	align-items: center;
	display: flex;
}

.legacy-form-shell .et_pb_contact_field_radio label,
.legacy-form-shell .et_pb_contact_field_checkbox label {
	gap: 9px;
}

.legacy-form-shell .et_pb_contact_field_radio input,
.legacy-form-shell .et_pb_contact_field_checkbox input {
	flex: 0 0 auto;
	height: 18px;
	margin: 0;
	width: 18px;
}

.legacy-form-shell .et_pb_contact_field_radio label i,
.legacy-form-shell .et_pb_contact_field_checkbox label i {
	display: none;
}

.legacy-form-shell .et_contact_bottom_container {
	float: none;
	margin-top: 8px;
	text-align: left;
}

.legacy-form-shell .et_pb_contact_submit,
.legacy-form-shell button[type="submit"] {
	background: var(--orange) !important;
	border: 2px solid var(--orange) !important;
	border-radius: 0 !important;
	color: #111b20 !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	min-height: 52px;
	padding: 11px 24px !important;
}

.legacy-form-shell .et_pb_contact_submit:hover,
.legacy-form-shell button[type="submit"]:hover {
	background: #f08a3c !important;
	border-color: #f08a3c !important;
	padding: 11px 24px !important;
}

.legacy-form-shell .et_pb_contact_submit::after {
	display: none !important;
}

.task-sidebar {
	align-self: start;
	position: sticky;
	top: 24px;
}

.task-sidebar section {
	border-top: 1px solid var(--line);
	padding: 24px 0;
}

.task-sidebar section:first-child {
	border-top: 4px solid var(--orange);
}

.task-sidebar h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.task-sidebar h2 a {
	color: var(--navy);
	text-decoration: none;
}

.task-sidebar p,
.task-sidebar li {
	font-size: 14px;
}

.task-sidebar-kicker {
	color: var(--blue-deep);
	font-size: 11px !important;
	font-weight: 800;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.check-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.check-list li {
	border-top: 1px solid var(--line);
	padding: 10px 0 10px 25px;
	position: relative;
}

.check-list li::before {
	color: var(--green);
	content: "\2713";
	font-weight: 800;
	left: 2px;
	position: absolute;
}

.text-link {
	color: var(--blue-deep);
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 10px;
	text-decoration: none;
}

.contact-page-hero .page-hero-media {
	object-position: center 42%;
}

.locator-content {
	padding-bottom: 100px;
	padding-top: 70px;
}

.locator-heading {
	align-items: end;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
	margin-bottom: 32px;
}

.locator-heading h2 {
	font-size: 36px;
	margin-bottom: 0;
}

.locator-heading > p {
	color: var(--ink-soft);
	margin-bottom: 0;
}

.venue-tools {
	align-items: end;
	background: var(--mist);
	border: 1px solid var(--line);
	border-top: 4px solid var(--blue);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) 240px auto;
	padding: 22px;
}

.venue-tools label,
.venue-tools label > span {
	display: block;
}

.venue-tools label > span {
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 6px;
}

.venue-tools input,
.venue-tools select {
	background: white;
	border: 1px solid #9eaaaf;
	border-radius: 3px;
	height: 52px;
	padding: 12px 14px;
	width: 100%;
}

.venue-reset {
	background: var(--orange);
	border: 2px solid var(--orange);
	border-radius: 0;
	color: #111b20;
	font-weight: 800;
	height: 52px;
	padding: 0 24px;
}

.venue-reset:hover {
	background: #f08a3c;
	border-color: #f08a3c;
}

.venue-result-row {
	align-items: center;
	border-bottom: 1px solid var(--line);
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	padding: 18px 0;
}

.venue-result-row span {
	color: var(--ink-soft);
}

.venue-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.venue-card {
	border-bottom: 1px solid var(--line);
	min-height: 230px;
	padding: 28px 28px 28px 0;
}

.venue-card:nth-child(even) {
	border-left: 1px solid var(--line);
	padding-left: 28px;
	padding-right: 0;
}

.venue-card[hidden] {
	display: none;
}

.venue-card-heading {
	display: grid;
	gap: 14px;
	grid-template-columns: 44px minmax(0, 1fr);
}

.venue-card-heading h3 {
	font-size: 19px;
	margin-bottom: 4px;
}

.venue-card-heading p,
.venue-address {
	color: var(--ink-soft);
	font-size: 13px;
	margin-bottom: 0;
}

.venue-initial {
	align-items: center;
	background: var(--blue-deep);
	color: white;
	display: inline-flex;
	font-size: 18px;
	font-weight: 800;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.venue-address {
	margin: 18px 0 20px 58px;
}

.venue-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-left: 58px;
}

.venue-actions a {
	color: var(--blue-deep);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.venue-empty {
	background: var(--warm);
	border-bottom: 1px solid var(--line);
	margin: 0;
	padding: 28px;
}

.locator-footnote {
	align-items: center;
	border-bottom: 1px solid var(--line);
	display: flex;
	gap: 30px;
	justify-content: space-between;
	padding: 24px 0;
}

.locator-footnote p,
.locator-footnote .text-link {
	margin: 0;
}

.locator-footnote p {
	font-size: 14px;
	max-width: 780px;
}

.article-image {
	margin: 0 0 36px;
}

.article-image img {
	width: 100%;
}

.archive-notice,
.content-review {
	background: #f2f7fa;
	border-left: 4px solid var(--blue);
	margin-bottom: 34px;
	padding: 20px 24px;
}

.archive-notice strong,
.content-review strong {
	color: var(--navy);
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}

.archive-notice p,
.content-review p {
	margin: 0;
}

.archive-item {
	border-bottom: 1px solid var(--line);
	padding: 34px 0;
}

.archive-item:first-child {
	padding-top: 0;
}

.archive-page-notice + .archive-item {
	padding-top: 0;
}

.archive-summary {
	color: var(--ink-soft);
}

.archive-item h2 {
	font-size: 30px;
}

.not-found {
	align-items: center;
	display: flex;
	min-height: 60vh;
	padding: 90px 0;
	text-align: center;
}

.not-found .hero-actions {
	justify-content: center;
}

.directory-hero {
	background: var(--navy);
	color: white;
	padding: 72px 0;
}

.directory-hero-layout {
	align-items: end;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1fr) 500px;
}

.directory-hero h1 {
	color: white;
	font-size: 54px;
}

.directory-hero-copy {
	color: #dbe8ee;
	font-size: 19px;
	margin-bottom: 0;
	max-width: 680px;
}

.directory-summary {
	border: 1px solid rgba(255, 255, 255, 0.28);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
}

.directory-summary div {
	border-left: 1px solid rgba(255, 255, 255, 0.28);
	padding: 22px;
}

.directory-summary div:first-child {
	border-left: 0;
}

.directory-summary dt {
	color: white;
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
}

.directory-summary dd {
	color: #b8d1dc;
	font-size: 12px;
	font-weight: 700;
	margin: 9px 0 0;
	text-transform: uppercase;
}

.directory-main {
	background: var(--warm);
	padding: 76px 0 96px;
}

.directory-heading-row {
	align-items: end;
	display: grid;
	gap: 80px;
	grid-template-columns: 0.8fr 1.2fr;
	margin-bottom: 38px;
}

.directory-heading-row h2 {
	color: var(--navy) !important;
	margin-bottom: 0;
}

.directory-heading-row > p {
	color: var(--ink-soft);
	font-size: 15px;
	margin-bottom: 0;
}

.directory-tools {
	align-items: end;
	background: white;
	border: 1px solid var(--line);
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(260px, 1fr) 190px 190px auto;
	padding: 22px;
}

.directory-tools label {
	color: var(--navy);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.directory-tools input,
.directory-tools select {
	background: white;
	border: 1px solid #afbdc3;
	border-radius: 0;
	color: var(--ink);
	height: 48px;
	padding: 0 13px;
	width: 100%;
}

.directory-tools input:focus,
.directory-tools select:focus {
	border-color: var(--blue-deep);
}

.directory-reset {
	background: transparent;
	border: 0;
	color: var(--blue-deep);
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	height: 48px;
	padding: 0 8px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.directory-reset:hover {
	color: var(--orange);
}

.directory-results-bar {
	align-items: center;
	border-bottom: 1px solid var(--line);
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	padding: 24px 2px 14px;
}

.directory-results-bar span {
	color: var(--ink-soft);
}

.directory-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-top: 24px;
}

.directory-card {
	background: white;
	border: 1px solid var(--line);
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	min-height: 280px;
}

.directory-card.has-regional-sites {
	grid-column: 1 / -1;
	align-items: start;
	grid-template-columns: 220px minmax(0, 1fr);
	min-height: 0;
}

.directory-card.has-regional-sites .directory-card-media {
	align-self: start;
	background: #080a0c;
	border: 1px solid var(--line);
	height: 146px;
	margin: 24px 0 24px 24px;
	min-height: 0;
}

.directory-card.has-regional-sites .directory-card-media img {
	object-fit: contain;
}

.directory-card[hidden] {
	display: none;
}

.directory-card-media {
	align-items: center;
	background: var(--mist);
	border-right: 1px solid var(--line);
	display: flex;
	justify-content: center;
	min-height: 100%;
	overflow: hidden;
}

.directory-card-media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.directory-card-media.is-logo {
	background: white;
	padding: 18px;
}

.directory-card-media.is-logo img {
	object-fit: contain;
}

.directory-card-media span {
	color: var(--blue-deep);
	font-size: 44px;
	font-weight: 800;
}

.directory-card-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 24px;
}

.directory-card-flags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 14px;
}

.directory-card-flags span {
	background: #e7f1f6;
	border-radius: 3px;
	color: var(--blue-deep);
	font-size: 11px;
	font-weight: 800;
	padding: 4px 8px;
	text-transform: uppercase;
}

.directory-card-flags span + span {
	background: #edf1e9;
	color: #345c28;
}

.directory-card h3 {
	color: var(--navy) !important;
	font-size: 21px;
	margin-bottom: 8px;
}

.directory-card-description {
	color: var(--ink-soft);
	font-size: 14px;
	margin-bottom: 14px;
}

.directory-address {
	color: var(--ink-soft);
	font-size: 13px;
	line-height: 1.45;
	margin-bottom: 18px;
}

.directory-address strong {
	color: var(--ink);
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

.directory-card-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: auto;
}

.directory-card-actions .button {
	font-size: 12px;
	min-height: 42px;
	padding: 8px 15px;
}

.directory-regional-sites {
	border-top: 1px solid var(--line);
	margin: 4px 0 20px;
	padding-top: 16px;
}

.directory-regional-sites > strong {
	color: var(--ink);
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.directory-regional-sites ul {
	display: grid;
	gap: 10px 24px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.directory-regional-sites a {
	color: var(--blue-deep);
	font-size: 13px;
	font-weight: 800;
}

.directory-regional-sites span {
	color: var(--ink-soft);
	display: block;
	font-size: 12px;
	margin-top: 1px;
}

.directory-verified {
	color: var(--ink-soft);
	font-size: 11px;
	margin: 12px 0 0;
}

.directory-contact-link {
	font-size: 12px;
	font-weight: 800;
}

.directory-empty {
	background: white;
	border-left: 4px solid var(--orange);
	margin-top: 24px;
	padding: 28px;
}

.directory-empty h3,
.directory-empty p {
	margin-bottom: 5px;
}

.directory-cta {
	background: var(--blue-deep);
	color: white;
	padding: 62px 0;
}

.directory-cta-layout {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: 1fr auto;
}

.directory-cta h2 {
	color: white;
}

.directory-cta p:not(.eyebrow) {
	color: #dbe8ee;
	margin-bottom: 0;
}

/* 2026 surface system */
.audience-strip,
.news-section,
.membership-section,
.guidance-section,
.archive-library,
.related-reading,
.locator-content,
.directory-main {
	background-image: var(--surface-texture);
}

.guide-card,
.archive-card,
.directory-card,
.news-item {
	background: rgba(255, 255, 255, 0.98);
	border-radius: var(--surface-radius);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.guide-card:hover,
.archive-card:hover,
.directory-card:hover,
.news-item:hover {
	box-shadow: var(--shadow-lift);
	transform: translateY(-4px);
}

.guide-tools,
.venue-tools,
.directory-tools {
	border-radius: var(--surface-radius);
	box-shadow: var(--shadow-soft);
}

.archive-card-image img,
.directory-card-media img {
	transition: transform 260ms ease;
}

.archive-card:hover .archive-card-image img,
.directory-card:hover .directory-card-media img {
	transform: scale(1.025);
}

.venue-grid {
	gap: 18px;
	padding-top: 20px;
}

.venue-card,
.venue-card:nth-child(even) {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid var(--line);
	border-radius: var(--surface-radius);
	box-shadow: var(--shadow-soft);
	min-height: 230px;
	padding: 28px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.venue-card:hover {
	box-shadow: var(--shadow-lift);
	transform: translateY(-3px);
}

.content-aside {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid var(--line);
	border-top: 4px solid var(--orange);
	border-radius: var(--surface-radius);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
}

.task-sidebar section {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid var(--line);
	border-radius: var(--surface-radius);
	box-shadow: var(--shadow-soft);
	padding: 24px;
}

.task-sidebar section:first-child {
	border-top: 4px solid var(--orange);
}

.article-status,
.archive-notice,
.content-review {
	background-color: #f2f7fa;
	border-radius: 0 var(--surface-radius) var(--surface-radius) 0;
	box-shadow: 0 8px 24px rgba(11, 44, 66, 0.07);
}

.related-grid {
	gap: 18px;
}

.related-grid article {
	border-radius: var(--surface-radius);
	box-shadow: var(--shadow-soft);
}

.archive-item {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid var(--line);
	border-radius: var(--surface-radius);
	box-shadow: var(--shadow-soft);
	margin-bottom: 20px;
	padding: 30px;
}

.archive-item:first-child,
.archive-page-notice + .archive-item {
	padding-top: 30px;
}

.entry-content blockquote {
	background-color: #f2f7fa;
	background-image: var(--surface-texture);
	border-left: 4px solid var(--blue);
	box-shadow: var(--shadow-soft);
	margin: 32px 0;
	padding: 24px 28px;
}

.legacy-form-shell .et_pb_contact_main_title,
.legacy-form-shell .et_pb_contact_field_options_title {
	font-family: var(--font-display) !important;
}

/* Equipment guide */
.equipment-hero .page-hero-media {
	object-position: center 43%;
}

.equipment-intro {
	background-color: var(--warm);
	background-image: var(--surface-texture);
	padding-top: 70px;
}

.equipment-intro-layout {
	display: grid;
	gap: 70px;
	grid-template-columns: 0.72fr 1.28fr;
	padding-bottom: 46px;
}

.equipment-intro-layout h2 {
	font-size: 38px;
	margin-bottom: 0;
}

.equipment-intro-layout > div:last-child > p:first-child {
	font-size: 18px;
}

.equipment-review {
	background: rgba(255, 255, 255, 0.78);
	border-left: 4px solid var(--blue);
	box-shadow: 0 8px 24px rgba(11, 44, 66, 0.06);
	font-size: 14px;
	margin: 26px 0 0;
	padding: 17px 20px;
}

.equipment-jump {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--line);
	border-top: 1px solid var(--line);
}

.equipment-jump .site-width {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.equipment-jump a {
	align-items: center;
	border-left: 1px solid var(--line);
	color: var(--ink);
	display: flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	min-height: 64px;
	padding: 12px 16px;
	text-align: center;
	text-decoration: none;
}

.equipment-jump a:last-child {
	border-right: 1px solid var(--line);
}

.equipment-jump a:hover {
	background: var(--navy);
	color: white;
}

.equipment-guide {
	background-color: #f8faf9;
	background-image: var(--surface-texture);
	padding: 24px 0 80px;
}

.equipment-row {
	align-items: center;
	border-top: 1px solid var(--line);
	display: grid;
	gap: 68px;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	padding: 56px 0;
	scroll-margin-top: 110px;
}

.equipment-row:first-child {
	border-top: 0;
}

.equipment-row:nth-child(even) .equipment-media {
	order: 2;
}

.equipment-media {
	border-radius: var(--surface-radius);
	box-shadow: var(--shadow);
	margin: 0;
	overflow: hidden;
}

.equipment-media img {
	aspect-ratio: 3 / 2;
	height: 100%;
	object-fit: cover;
	transition: transform 280ms ease;
	width: 100%;
}

.equipment-row:hover .equipment-media img {
	transform: scale(1.018);
}

.equipment-copy {
	max-width: 520px;
}

.equipment-number {
	color: var(--blue-deep);
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.equipment-copy h2 {
	font-size: 34px;
	margin-bottom: 18px;
}

.equipment-copy p:not(.equipment-number) {
	color: var(--ink-soft);
	font-size: 16px;
}

.equipment-copy .text-link {
	display: inline-block;
	margin-top: 4px;
}

.equipment-supply {
	background-color: var(--mist);
	background-image: var(--surface-texture);
	padding: 74px 0 84px;
}

.equipment-supply-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.equipment-supply-grid article {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid var(--line);
	border-radius: var(--surface-radius);
	border-top: 4px solid var(--blue);
	box-shadow: var(--shadow-soft);
	min-height: 230px;
	padding: 28px;
}

.equipment-supply-grid article:nth-child(2) {
	border-top-color: var(--green);
}

.equipment-supply-grid article:nth-child(3) {
	border-top-color: var(--orange);
}

.equipment-supply-grid article > span {
	color: var(--blue-deep);
	font-size: 12px;
	font-weight: 800;
}

.equipment-supply-grid h3 {
	font-size: 21px;
	margin-top: 24px;
}

.equipment-supply-grid p {
	color: var(--ink-soft);
	font-size: 15px;
	margin-bottom: 0;
}

.equipment-checks {
	background: var(--navy);
	color: white;
	padding: 72px 0;
}

.equipment-checks-layout {
	display: grid;
	gap: 80px;
	grid-template-columns: 0.78fr 1.22fr;
}

.equipment-checks h2 {
	color: white;
	font-size: 38px;
}

.equipment-checks-layout > div > p:last-child {
	color: #dbe8ee;
}

.equipment-check-list {
	display: grid;
	gap: 0 26px;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.equipment-check-list li {
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	font-size: 14px;
	padding: 15px 4px 15px 30px;
	position: relative;
}

.equipment-check-list li::before {
	color: #74b658;
	content: "\2713";
	font-weight: 800;
	left: 4px;
	position: absolute;
}

.equipment-cta {
	background: var(--blue-deep);
}

@media (max-width: 1100px) {
	.brand-link span {
		display: none;
	}

	.site-nav-list a {
		padding-left: 8px;
		padding-right: 8px;
	}

	.mission-layout {
		gap: 50px;
	}
}

@media (max-width: 980px) {
	h1,
	.hero-content h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 34px;
	}

	.utility-inner p {
		display: none;
	}

	.utility-inner {
		justify-content: flex-end;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.site-nav {
		background: white;
		border-top: 1px solid var(--line);
		display: none;
		left: 0;
		max-height: calc(100vh - 130px);
		overflow-y: auto;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.site-nav.is-open {
		display: block;
	}

	.site-nav-list {
		align-items: stretch;
		display: block;
		padding: 10px 28px 24px;
	}

	.site-nav-list a {
		border-bottom: 1px solid var(--line);
		font-size: 15px;
		padding: 15px 4px;
	}

	.site-nav-list a::after {
		display: none;
	}

	.site-nav-list > li > a[href*="/sitefinder/"],
	.site-nav-list > li > a[href*="/sitefinder/"]:hover,
	.site-nav-list > .current-menu-item > a[href*="/sitefinder/"],
	.site-nav-list > .current_page_item > a[href*="/sitefinder/"] {
		background: transparent;
		border-radius: 0;
		color: var(--ink);
		margin: 0;
		padding: 15px 4px;
	}

	.site-nav-list .sub-menu {
		box-shadow: none;
		display: block;
		padding: 0 0 0 18px;
		position: static;
	}

	.hero-content {
		min-height: 0;
	}

	.home-hero-shade {
		background: linear-gradient(90deg, rgba(8, 31, 45, 0.96) 0%, rgba(8, 31, 45, 0.78) 60%, rgba(8, 31, 45, 0.35) 100%);
	}

	.audience-grid,
	.news-grid {
		grid-template-columns: 1fr 1fr;
	}

	.audience-link:nth-child(3) {
		border-left: 1px solid var(--line);
		border-top: 1px solid var(--line);
		grid-column: 1 / -1;
	}

	.mission-layout,
	.finder-layout,
	.membership-layout,
	.contact-layout,
	.content-layout,
	.task-layout,
	.locator-heading {
		grid-template-columns: 1fr;
	}

	.task-layout,
	.locator-heading {
		gap: 42px;
	}

	.contact-layout {
		gap: 20px;
	}

	.footer-grid {
		grid-template-columns: 1.4fr 1fr 1fr;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.content-aside {
		position: static;
	}

	.task-sidebar {
		display: grid;
		gap: 26px;
		grid-template-columns: repeat(3, 1fr);
		position: static;
	}

	.task-sidebar section,
	.task-sidebar section:first-child {
		border-top: 4px solid var(--line);
		padding-top: 20px;
	}

	.task-sidebar section:first-child {
		border-top-color: var(--orange);
	}

	.library-heading,
	.archive-toolbar,
	.article-shell {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.guidance-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.article-sidebar {
		display: grid;
		gap: 24px;
		grid-template-columns: 1fr 1fr;
		position: static;
	}

	.article-details {
		margin: 0;
	}

	.directory-hero-layout,
	.directory-heading-row {
		gap: 40px;
		grid-template-columns: 1fr;
	}

	.directory-summary {
		max-width: 560px;
	}

	.directory-tools {
		grid-template-columns: 1fr 1fr;
	}

	.directory-search-field {
		grid-column: 1 / -1;
	}

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

	.directory-cta-layout {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.equipment-intro-layout,
	.equipment-checks-layout {
		gap: 38px;
		grid-template-columns: 1fr;
	}

	.equipment-jump .site-width {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.equipment-supply-grid {
		grid-template-columns: 1fr;
	}

	.equipment-supply-grid article {
		min-height: 0;
	}
}

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

	h1,
	.hero-content h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 30px;
	}

	.site-width {
		padding-left: 20px;
		padding-right: 20px;
	}

	.utility-inner {
		justify-content: center;
	}

	.utility-inner div {
		gap: 14px;
	}

	.utility-inner a:first-child {
		display: none;
	}

	.header-inner {
		min-height: 76px;
	}

	.brand-link img,
	.custom-logo {
		height: 44px;
		width: 132px;
	}

	.menu-toggle {
		height: 44px;
	}

	.home-hero {
		height: clamp(560px, calc(100svh - 150px), 620px);
		min-height: 0;
	}

	.home-hero-image {
		object-position: 61% center;
	}

	.home-hero-shade {
		background: linear-gradient(90deg, rgba(8, 31, 45, 0.96), rgba(8, 31, 45, 0.72));
	}

	.hero-content {
		justify-content: flex-start;
		min-height: 0;
		padding-bottom: 100px;
		padding-top: 45px;
	}

	.hero-copy {
		font-size: 17px;
	}

	.hero-actions,
	.membership-actions {
		display: grid;
		width: 100%;
	}

	.button {
		width: 100%;
	}

	.hero-note .site-width {
		align-items: center;
		display: flex;
		gap: 12px;
		min-height: 56px;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.hero-note span {
		border-left: 1px solid rgba(255, 255, 255, 0.4);
		font-size: 11px;
		padding-left: 12px;
	}

	.hero-note span:nth-of-type(n+2) {
		display: none;
	}

	.audience-strip,
	.mission-section,
	.news-section,
	.membership-section {
		padding: 58px 0;
	}

	.audience-grid,
	.news-grid {
		grid-template-columns: 1fr;
	}

	.audience-link,
	.audience-link:nth-child(3) {
		border: 1px solid var(--line);
		border-top: 1px solid var(--line);
		grid-column: auto;
		min-height: 170px;
		padding: 24px;
	}

	.audience-link:first-child {
		border-top: 1px solid var(--line);
	}

	.mission-layout {
		gap: 45px;
	}

	.pillar-list article {
		gap: 8px;
		grid-template-columns: 1fr;
		padding: 22px 0;
	}

	.finder-layout,
	.membership-layout {
		gap: 36px;
	}

	.row-heading {
		align-items: flex-start;
		display: grid;
		gap: 12px;
	}

	.news-image {
		height: 200px;
	}

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

	.footer-brand {
		grid-column: 1 / -1;
	}

	.footer-bottom .site-width {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.page-hero {
		min-height: 250px;
		padding: 62px 0 56px;
	}

	.page-hero-summary {
		font-size: 16px;
	}

	.page-hero-shade {
		background: rgba(8, 31, 45, 0.78);
	}

	.content-layout,
	.task-layout,
	.article-layout,
	.archive-layout {
		padding-bottom: 70px;
		padding-top: 50px;
	}

	.task-main > h2,
	.locator-heading h2 {
		font-size: 30px;
	}

	.guidance-section,
	.archive-library {
		padding-bottom: 70px;
		padding-top: 50px;
	}

	.library-heading {
		gap: 16px;
	}

	.library-heading h2 {
		font-size: 30px;
	}

	.guide-tools {
		grid-template-columns: 1fr;
	}

	.guide-reset {
		width: 100%;
	}

	.guidance-grid,
	.archive-grid,
	.related-grid {
		grid-template-columns: 1fr;
	}

	.guide-card-image {
		height: 200px;
	}

	.archive-toolbar {
		gap: 22px;
	}

	.archive-search > div {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.archive-search input,
	.archive-search button {
		border-radius: 3px;
		width: 100%;
	}

	.archive-card {
		grid-template-columns: 1fr;
	}

	.archive-card-image {
		height: 190px;
	}

	.article-hero {
		min-height: 320px;
	}

	.article-hero h1 {
		font-size: 34px;
	}

	.article-shell {
		padding-bottom: 68px;
		padding-top: 50px;
	}

	.article-content {
		font-size: 16px;
	}

	.article-content h2 {
		font-size: 27px;
	}

	.article-sidebar {
		display: block;
	}

	.article-details {
		margin: 22px 0;
	}

	.related-reading {
		padding: 54px 0 64px;
	}

	.task-lead {
		font-size: 16px;
	}

	.task-sidebar {
		display: block;
	}

	.task-sidebar section,
	.task-sidebar section:first-child {
		border-top-width: 1px;
	}

	.task-sidebar section:first-child {
		border-top-width: 4px;
	}

	.legacy-form-shell .et_pb_contact_field_half {
		margin-right: 0 !important;
		width: 100%;
	}

	.legacy-form-shell .et_pb_contact_submit,
	.legacy-form-shell button[type="submit"] {
		width: 100%;
	}

	.locator-content {
		padding-bottom: 70px;
		padding-top: 50px;
	}

	.locator-heading {
		gap: 14px;
	}

	.locator-footnote {
		align-items: stretch;
		flex-direction: column;
	}

	.venue-tools {
		grid-template-columns: 1fr;
	}

	.venue-reset {
		width: 100%;
	}

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

	.venue-card,
	.venue-card:nth-child(even) {
		border-left: 1px solid var(--line);
		padding: 24px;
	}

	.archive-link-band {
		align-items: flex-start;
		flex-direction: column;
		gap: 22px;
	}

	.entry-content table {
		display: block;
		overflow-x: auto;
	}

	.directory-hero {
		padding: 54px 0;
	}

	.equipment-intro {
		padding-top: 50px;
	}

	.equipment-intro-layout {
		gap: 18px;
		padding-bottom: 38px;
	}

	.equipment-intro-layout h2,
	.equipment-checks h2 {
		font-size: 30px;
	}

	.equipment-intro-layout > div:last-child > p:first-child {
		font-size: 16px;
	}

	.equipment-jump .site-width {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-left: 20px;
		padding-right: 20px;
	}

	.equipment-jump a {
		border-bottom: 1px solid var(--line);
		min-height: 56px;
	}

	.equipment-jump a:nth-child(5) {
		grid-column: 1 / -1;
	}

	.equipment-guide {
		padding-bottom: 58px;
	}

	.equipment-row {
		gap: 24px;
		grid-template-columns: 1fr;
		padding: 38px 0;
		scroll-margin-top: 90px;
	}

	.equipment-row:nth-child(even) .equipment-media {
		order: 0;
	}

	.equipment-copy h2 {
		font-size: 28px;
	}

	.equipment-supply {
		padding: 58px 0 64px;
	}

	.equipment-supply-grid article {
		padding: 24px;
	}

	.equipment-checks {
		padding: 56px 0;
	}

	.equipment-checks-layout {
		gap: 28px;
	}

	.equipment-check-list {
		grid-template-columns: 1fr;
	}

	.directory-hero h1 {
		font-size: 38px;
	}

	.directory-hero-copy {
		font-size: 16px;
	}

	.directory-summary {
		grid-template-columns: 1fr;
	}

	.directory-summary div,
	.directory-summary div:first-child {
		align-items: baseline;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.28);
		display: flex;
		gap: 12px;
		padding: 15px 18px;
	}

	.directory-summary div:first-child {
		border-top: 0;
	}

	.directory-summary dt {
		font-size: 24px;
	}

	.directory-summary dd {
		margin: 0;
	}

	.directory-main {
		padding: 56px 0 70px;
	}

	.directory-heading-row {
		gap: 18px;
	}

	.directory-tools {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.directory-search-field {
		grid-column: auto;
	}

	.directory-reset {
		justify-self: start;
	}

	.directory-card {
		grid-template-columns: 110px minmax(0, 1fr);
	}

	.directory-card.has-regional-sites {
		grid-template-columns: 1fr;
	}

	.directory-card.has-regional-sites .directory-card-media {
		height: 130px;
		margin: 20px 20px 0;
	}

	.directory-card-body {
		padding: 20px;
	}

	.directory-card-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.directory-card-actions .button {
		width: auto;
	}
}

@media (max-width: 440px) {
	.directory-card {
		grid-template-columns: 1fr;
	}

	.directory-card.has-regional-sites {
		grid-template-columns: 1fr;
	}

	.directory-regional-sites ul {
		gap: 18px 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.directory-card-media {
		border-bottom: 1px solid var(--line);
		border-right: 0;
		height: 155px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
