/*!
Theme Name: Air Academy Band
Theme URI: https://aahsband.rendon.io/
Author: Air Academy Bands
Author URI: https://aahsband.rendon.io/
Description: Custom theme for the Air Academy High School Band boosters site.
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: air-academy-high-school-band
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Air Academy High School Band is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Content + Sidebar */
.site-content {
	max-width: var(--maxw, 1140px);
	margin: 0 auto;
	padding: 48px 24px;
}

.content-area-wrapper {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.site-main {
	flex: 1;
	min-width: 0;
}

#secondary.widget-area {
	width: 300px;
	flex-shrink: 0;
}

@media screen and (max-width: 768px) {
	.content-area-wrapper {
		flex-direction: column;
	}

	#secondary.widget-area {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
}

/* Top bar */
.header-top-bar {
	background-color: #1a2744;
	color: #fff;
}

.header-top-bar-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 6px 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.social-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 12px;
	align-items: center;
}

.social-links a {
	color: #fff;
	display: flex;
	align-items: center;
	opacity: 0.85;
	transition: opacity 0.2s;
}

.social-links a:hover {
	opacity: 1;
}

/* Main header row */
.header-main {
	background-color: #fff;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	max-width: 100%;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-branding .custom-logo {
	max-height: 60px;
	width: auto;
}

.site-title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
}

.site-title a {
	color: #1a2744;
	text-decoration: none;
}

.site-title a:hover {
	color: #2d4a8a;
}

.site-description {
	margin: 0;
	font-size: 0.875rem;
	color: #6b7280;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* Donate button */
.donate-button {
	display: inline-block;
	background-color: #1a2744;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 3px;
	transition: background-color 0.2s;
}

.donate-button:hover {
	background-color: #2d4a8a;
	color: #fff;
}

/* Search toggle */
.search-toggle {
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
	color: #1a2744;
	display: flex;
	align-items: center;
}

.search-toggle:hover {
	color: #2d4a8a;
}

/* Nav bar */
.main-navigation {
	background-color: #1a2744;
	width: 100%;
}

.main-navigation-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 14px 16px;
	transition: color 0.2s, background-color 0.2s;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

/* Dropdown menus */
.main-navigation ul ul {
	background-color: #1a2744;
}

.main-navigation ul ul a {
	padding: 10px 20px;
	font-size: 0.8125rem;
}

/* Menu toggle button (mobile) */
.menu-toggle {
	background: none;
	border: none;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	padding: 14px 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.sidebar-donate-button {
	display: block;
	background-color: #1a2744;
	color: #fff;
	text-align: center;
	padding: 12px 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
	border-radius: 3px;
}

.sidebar-donate-button:hover {
	background-color: #2d4a8a;
	color: #fff;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Footer
--------------------------------------------- */
.site-footer {
	background-color: #1a2744;
	color: rgba(255, 255, 255, 0.85);
}

.site-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.site-footer .site-info {
	margin: 0;
	font-size: 0.875rem;
}

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Homepage Redesign (Beta)
--------------------------------------------------------------*/
:root {
	--navy: #16233f;
	--navy-700: #1d2f54;
	--blue: #2b5fb0;
	--blue-bright: #4f87d8;
	--sky: #9cc0ee;
	--silver: #c4cad3;
	--silver-light: #e6e9ee;
	--bg: #f4f6f9;
	--surface: #ffffff;
	--ink: #161a21;
	--muted: #5c636e;
	--display: 'Saira Condensed', sans-serif;
	--body: 'Inter', system-ui, -apple-system, sans-serif;
	--maxw: 1140px;
}

body {
	font-family: var(--body);
	color: var(--ink);
	background: var(--bg);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.wrap {
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 0 24px;
}

.eyebrow {
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-weight: 600;
	font-size: 13px;
}

/* ===== Utility bar ===== */
.utility {
	background: var(--navy);
	color: #aeb9cc;
	font-size: 12.5px;
}

.utility .wrap {
	display: flex;
	justify-content: flex-end;
	gap: 22px;
	padding: 7px 24px;
}

.utility .utility-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	letter-spacing: 0.02em;
	color: #aeb9cc;
	text-decoration: none;
}

.utility .utility-link:hover {
	color: #fff;
}

/* Compact search form in the utility bar. */
.utility .utility-search {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
}

.utility .utility-search input[type='search'] {
	width: 150px;
	padding: 2px 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	font-size: 12.5px;
	line-height: 1.6;
}

.utility .utility-search input[type='search']::placeholder {
	color: #aeb9cc;
}

.utility .utility-search input[type='search']:focus {
	outline: none;
	border-color: var(--blue-bright);
	background: rgba(255, 255, 255, 0.12);
}

.utility .utility-search button {
	display: inline-flex;
	align-items: center;
	padding: 4px;
	border: 0;
	background: none;
	color: #aeb9cc;
	cursor: pointer;
}

.utility .utility-search button:hover,
.utility .utility-search button:focus-visible {
	color: #fff;
}

/* ===== Masthead ===== */
.masthead {
	background: var(--surface);
	border-bottom: 1px solid var(--silver-light);
	position: relative;
}

.masthead .wrap {
	display: flex;
	align-items: center;
	gap: 28px;
	padding: 16px 24px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.brand .custom-logo-link {
	display: inline-flex;
	line-height: 0;
	flex-shrink: 0;
}

.brand .custom-logo {
	height: 48px;
	width: auto;
	max-width: 120px;
	object-fit: contain;
	display: block;
}

.brand .brand-text {
	text-decoration: none;
}

.crest {
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--navy), var(--blue));
	display: grid;
	place-items: center;
	color: #fff;
	font-family: var(--display);
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.02em;
}

.brand .brand-text b {
	font-family: var(--display);
	font-weight: 700;
	font-size: 19px;
	letter-spacing: 0.02em;
	line-height: 1;
	color: var(--navy);
	text-transform: uppercase;
	display: block;
}

.brand .brand-text span {
	display: block;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 500;
	margin-top: 3px;
}

nav.primary {
	margin-left: auto;
}

/* Top-level menu */
nav.primary > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 26px;
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-weight: 600;
	font-size: 15px;
}

nav.primary li {
	position: relative;
}

nav.primary a {
	color: var(--navy-700);
	padding: 4px 0;
	border-bottom: 2px solid transparent;
	transition: border-color 0.15s, color 0.15s;
	text-decoration: none;
	display: block;
	white-space: nowrap;
}

nav.primary a:hover,
nav.primary .current-menu-item > a {
	border-color: var(--blue);
}

/* Caret indicator on items that have a submenu */
nav.primary .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	opacity: 0.55;
}

/* Submenus: hidden by default so only the top level shows */
nav.primary ul ul {
	list-style: none;
	margin: 0;
	padding: 8px 0;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 210px;
	background: var(--surface);
	border: 1px solid var(--silver-light);
	border-radius: 10px;
	box-shadow: 0 14px 34px rgba(22, 35, 63, 0.14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.15s, transform 0.15s, visibility 0.15s;
	z-index: 50;
	font-size: 13.5px;
	letter-spacing: 0.04em;
}

nav.primary li:hover > ul,
nav.primary li.focus > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

nav.primary ul ul li {
	width: 100%;
}

nav.primary ul ul a {
	padding: 7px 18px;
	border-bottom: 0;
	color: var(--navy-700);
}

nav.primary ul ul a:hover {
	background: var(--bg);
	border-bottom: 0;
}

/* Nested submenu flies out to the side */
nav.primary ul ul ul {
	top: -9px;
	left: 100%;
}

.burger {
	display: none;
	margin-left: auto;
	background: none;
	border: 0;
	font-size: 26px;
	color: var(--navy);
	cursor: pointer;
	line-height: 1;
}

/* ===== Hero ===== */
.hero {
	position: relative;
	background: var(--navy);
	color: #fff;
	overflow: hidden;
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(22, 35, 63, 0.92) 0%, rgba(22, 35, 63, 0.55) 55%, rgba(22, 35, 63, 0.2) 100%),
		repeating-linear-gradient(125deg, transparent 0 38px, rgba(196, 202, 211, 0.05) 38px 39px);
	pointer-events: none;
}

.hero-photo {
	position: absolute;
	inset: 0;
	background: #22324f url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><rect width="40" height="40" fill="%2322324f"/><path d="M0 40L40 0" stroke="%232c3d5e" stroke-width="1"/></svg>');
	opacity: 0.9;
}

.hero-photo.has-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
}

.hero .wrap {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.45fr 0.9fr;
	gap: 32px;
	align-items: center;
	padding: 74px 24px 80px;
}

.hero .eyebrow {
	color: var(--sky);
	margin-bottom: 18px;
}

.hero h1 {
	font-family: var(--display);
	font-weight: 700;
	font-size: clamp(38px, 6vw, 64px);
	line-height: 0.98;
	text-transform: uppercase;
	letter-spacing: 0.005em;
	margin: 0;
	color: #fff;
}

.hero h1 em {
	font-style: normal;
	color: var(--sky);
}

.hero p.lede {
	margin-top: 18px;
	max-width: 46ch;
	font-size: 17px;
	color: #d4dceb;
}

.photo-tag {
	position: absolute;
	left: 24px;
	bottom: 14px;
	z-index: 2;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #7f8ca6;
}

/* Champion medallion */
.medallion {
	justify-self: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: radial-gradient(circle at 32% 28%, #eef1f5, #c4cad3 55%, #9aa3b1 100%);
	border: 6px solid var(--navy);
	box-shadow: 0 0 0 2px var(--silver), 0 18px 40px rgba(0, 0, 0, 0.4);
	display: grid;
	place-items: center;
	text-align: center;
	color: var(--navy);
	position: relative;
}

.medallion::before {
	content: "";
	position: absolute;
	inset: 12px;
	border: 2px dashed rgba(22, 35, 63, 0.35);
	border-radius: 50%;
}

.medallion .num {
	font-family: var(--display);
	font-weight: 700;
	font-size: 62px;
	line-height: 0.8;
}

.medallion .num small {
	font-size: 30px;
	vertical-align: super;
}

.medallion .cap {
	font-family: var(--display);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12.5px;
	letter-spacing: 0.14em;
	margin-top: 4px;
	max-width: 120px;
}

/* ===== Two doors ===== */
.doors {
	margin-top: -34px;
	position: relative;
	z-index: 5;
}

.doors .wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.door {
	background: var(--surface);
	border-radius: 14px;
	padding: 26px 28px;
	border: 1px solid var(--silver-light);
	box-shadow: 0 12px 30px rgba(22, 35, 63, 0.10);
	display: flex;
	align-items: center;
	gap: 18px;
	transition: transform 0.15s, box-shadow 0.15s;
	text-decoration: none;
}

.door:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(22, 35, 63, 0.16);
}

.door .ic {
	width: 54px;
	height: 54px;
	border-radius: 11px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}

.door.fam .ic {
	background: #eaf0f9;
	color: var(--blue);
}

.door.give .ic {
	background: var(--blue);
	color: #fff;
}

.door .ic svg {
	width: 28px;
	height: 28px;
}

.door h3 {
	font-family: var(--display);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 23px;
	letter-spacing: 0.01em;
	color: var(--navy);
	line-height: 1;
	margin: 0;
}

.door p {
	font-size: 13.5px;
	color: var(--muted);
	margin-top: 5px;
}

.door .arrow {
	margin-left: auto;
	color: var(--silver);
	font-size: 24px;
	transition: color 0.15s, transform 0.15s;
}

.door:hover .arrow {
	color: var(--blue);
	transform: translateX(3px);
}

.door.give {
	border-color: var(--blue);
}

/* ===== Why give strip ===== */
.why {
	padding: 30px 0 6px;
}

.why .wrap {
	display: grid;
	grid-template-columns: auto 1fr 1fr 1fr;
	gap: 26px;
	align-items: center;
}

.why .lbl {
	font-family: var(--display);
	text-transform: uppercase;
	font-weight: 700;
	color: var(--navy);
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 1.05;
	max-width: 120px;
}

.impact {
	display: flex;
	align-items: baseline;
	gap: 12px;
	padding-left: 20px;
	border-left: 2px solid var(--silver);
}

.impact b {
	font-family: var(--display);
	font-weight: 700;
	font-size: 30px;
	color: var(--blue);
	line-height: 1;
}

.impact span {
	font-size: 13.5px;
	color: var(--muted);
}

/* ===== News + next event ===== */
.feed {
	padding: 44px 0 52px;
}

.feed .wrap {
	display: grid;
	grid-template-columns: 1.55fr 0.95fr;
	gap: 34px;
}

.sec-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--navy);
}

.sec-head h2 {
	font-family: var(--display);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	color: var(--navy);
	letter-spacing: 0.02em;
	margin: 0;
}

.sec-head a {
	font-size: 13px;
	color: var(--blue);
	font-weight: 600;
	text-decoration: none;
}

.post {
	display: flex;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid var(--silver-light);
	text-decoration: none;
	color: inherit;
}

.post:last-child {
	border-bottom: 0;
}

.thumb {
	width: 92px;
	height: 68px;
	border-radius: 8px;
	flex-shrink: 0;
	background: linear-gradient(135deg, #dfe4ec, #c4cad3);
}

.post .date {
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11.5px;
	color: var(--blue);
	font-weight: 600;
}

.post h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 3px 0;
	line-height: 1.3;
}

.post p {
	font-size: 13.5px;
	color: var(--muted);
	margin: 0;
}

.nextcard {
	background: var(--navy);
	color: #fff;
	border-radius: 14px;
	overflow: hidden;
}

.nextcard .top {
	padding: 16px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nextcard .top span {
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 12.5px;
	color: var(--sky);
	font-weight: 600;
}

.ev {
	padding: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ev .d {
	display: flex;
	gap: 14px;
	align-items: center;
}

.ev .cal {
	width: 52px;
	height: 56px;
	border-radius: 8px;
	background: #fff;
	color: var(--navy);
	display: grid;
	place-items: center;
	text-align: center;
	flex-shrink: 0;
}

.ev .cal b {
	display: block;
	font-family: var(--display);
	font-size: 24px;
	font-weight: 700;
	line-height: 0.85;
}

.ev .cal i {
	font-style: normal;
	font-family: var(--display);
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.08em;
}

.ev h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.ev p {
	font-size: 13px;
	color: #aeb9cc;
	margin-top: 2px;
}

.nextcard .sub {
	display: block;
	padding: 14px 20px;
	text-align: center;
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--sky);
	text-decoration: none;
}

/* ===== Sponsors ===== */
.sponsors {
	background: var(--surface);
	border-top: 1px solid var(--silver-light);
	border-bottom: 1px solid var(--silver-light);
	padding: 34px 0;
}

.sponsors .wrap {
	text-align: center;
}

.sponsors .eyebrow {
	color: var(--muted);
	margin-bottom: 20px;
}

.logos {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	align-items: center;
}

.logos .l {
	width: 128px;
	height: 54px;
	border-radius: 8px;
	background: var(--bg);
	border: 1px solid var(--silver-light);
	display: grid;
	place-items: center;
	color: var(--silver);
	font-size: 12px;
	letter-spacing: 0.1em;
}

.sponsors .cta-row {
	margin-top: 24px;
}

.btn {
	display: inline-block;
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 700;
	font-size: 15px;
	padding: 12px 26px;
	border-radius: 9px;
	text-decoration: none;
}

.btn.primary {
	background: var(--blue);
	color: #fff;
}

.btn.primary:hover {
	background: var(--blue-bright);
}

/* ===== Footer ===== */
.site-footer {
	background: var(--navy);
	color: #aeb9cc;
	padding: 48px 0 26px;
	font-size: 14px;
}

.site-footer .wrap {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 30px;
}

.site-footer h5 {
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 14px;
	margin-bottom: 14px;
	font-weight: 600;
}

.site-footer a {
	display: block;
	padding: 4px 0;
	color: #aeb9cc;
	text-decoration: none;
}

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

/* Footer link columns are WP menus; strip default list styling. */
.site-footer .footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .footer-menu li {
	margin: 0;
}

.site-footer .brand {
	display: block;
}

.site-footer .brand b {
	font-family: var(--display);
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.04em;
	display: block;
	margin-bottom: 6px;
	color: #fff;
}

.site-footer .brand span {
	display: block;
	margin-bottom: 12px;
	color: #7f8ca6;
}

.site-footer .colophon {
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 36px;
	padding-top: 18px;
	font-size: 12.5px;
	color: #7f8ca6;
	text-align: center;
}

/* ===== Responsive ===== */
@media (max-width: 860px) {
	.burger {
		display: block;
	}

	/* Top-level menu collapses into a dropdown under the masthead */
	nav.primary > ul {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		gap: 0;
		background: var(--surface);
		border-bottom: 1px solid var(--silver-light);
		box-shadow: 0 14px 30px rgba(22, 35, 63, 0.12);
		padding: 6px 0;
		z-index: 60;
	}

	nav.primary.toggled > ul {
		display: flex;
	}

	nav.primary a {
		padding: 12px 24px;
		border-bottom: 0;
	}

	nav.primary a:hover,
	nav.primary .current-menu-item > a {
		border-bottom: 0;
		color: var(--blue);
	}

	/* The caret no longer needs the desktop nudge */
	nav.primary .menu-item-has-children > a::after {
		float: right;
	}

	/* Submenus render inline and stay collapsed until their parent is tapped */
	nav.primary ul ul {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		display: none;
		box-shadow: none;
		border: 0;
		border-radius: 0;
		padding: 0;
		min-width: 0;
		background: var(--bg);
	}

	nav.primary li.focus > ul {
		display: block;
	}

	nav.primary ul ul a {
		padding-left: 40px;
	}

	.hero .wrap {
		grid-template-columns: 1fr;
		text-align: left;
		padding: 54px 24px 64px;
	}

	.medallion {
		justify-self: start;
		width: 150px;
		height: 150px;
		margin-top: 10px;
	}

	.medallion .num {
		font-size: 46px;
	}

	.doors .wrap {
		grid-template-columns: 1fr;
	}

	.why .wrap {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.impact {
		padding-left: 0;
		border-left: 0;
	}

	.feed .wrap {
		grid-template-columns: 1fr;
	}

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

/*--------------------------------------------------------------
# Sub Pages (Beta)
--------------------------------------------------------------*/

/* ===== Page-title banner ===== */
.page-banner {
	background: var(--navy);
	color: #fff;
	position: relative;
	overflow: hidden;
}

.page-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(125deg, transparent 0 38px, rgba(196, 202, 211, 0.05) 38px 39px);
	pointer-events: none;
}

.page-banner .wrap {
	position: relative;
	z-index: 2;
	padding: 40px 24px;
}

.page-banner-title {
	font-family: var(--display);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	font-size: clamp(28px, 4.5vw, 44px);
	line-height: 1;
	margin: 0;
	color: #fff;
}

.page-banner-title span {
	color: var(--sky);
}

.page-banner-subtitle {
	margin-top: 10px;
	color: #d4dceb;
	font-size: 15px;
	max-width: 70ch;
}

/* ===== Entry content typography ===== */
.entry-content,
.page-content {
	font-size: 16.5px;
	color: var(--ink);
}

.entry-content > * + *,
.page-content > * + * {
	margin-top: 1.1em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: var(--navy);
	line-height: 1.1;
	margin-top: 1.6em;
}

.entry-content h2 {
	font-size: 27px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--silver-light);
}

.entry-content h3 {
	font-size: 22px;
}

.entry-content h4 {
	font-size: 18px;
}

.entry-content a,
.page-content a {
	color: var(--blue);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.entry-content a:hover,
.page-content a:hover {
	color: var(--blue-bright);
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.4em;
}

.entry-content li + li {
	margin-top: 0.4em;
}

.entry-content blockquote {
	margin: 1.5em 0;
	padding: 6px 22px;
	border-left: 4px solid var(--blue);
	background: var(--bg);
	border-radius: 0 8px 8px 0;
	color: var(--muted);
	font-size: 18px;
}

.entry-content img,
.page-content img {
	border-radius: 10px;
	height: auto;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

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

.entry-content table th {
	background: var(--bg);
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--navy);
}

/* Featured image on singular */
.post-thumbnail {
	display: block;
	margin-bottom: 24px;
}

.post-thumbnail img {
	border-radius: 12px;
	width: 100%;
	height: auto;
}

/* ===== Blog / archive post cards (list view) ===== */
.entry-title {
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.01em;
	line-height: 1.05;
	font-size: 26px;
	margin: 0 0 6px;
}

.entry-title a {
	color: var(--navy);
	text-decoration: none;
}

.entry-title a:hover {
	color: var(--blue);
}

.entry-meta {
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12.5px;
	color: var(--muted);
}

.entry-meta a {
	color: var(--blue);
	text-decoration: none;
}

.site-main article + article {
	margin-top: 36px;
	padding-top: 36px;
	border-top: 1px solid var(--silver-light);
}

.entry-footer {
	margin-top: 14px;
	font-size: 13px;
	color: var(--muted);
}

.entry-footer a {
	color: var(--muted);
}

/* ===== Posts navigation ===== */
.posts-navigation,
.post-navigation {
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid var(--silver-light);
}

.posts-navigation a,
.post-navigation a {
	color: var(--blue);
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-decoration: none;
}

.nav-subtitle {
	display: block;
	font-size: 11px;
	color: var(--muted);
	letter-spacing: 0.1em;
}

/* ===== Sidebar widgets ===== */
#secondary .widget {
	background: var(--surface);
	border: 1px solid var(--silver-light);
	border-radius: 12px;
	padding: 20px 22px;
	margin-bottom: 22px;
	box-shadow: 0 8px 22px rgba(22, 35, 63, 0.05);
	font-size: 14.5px;
}

#secondary .widget-title {
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 16px;
	color: var(--navy);
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--navy);
}

#secondary .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondary .widget li {
	padding: 7px 0;
	border-bottom: 1px solid var(--silver-light);
}

#secondary .widget li:last-child {
	border-bottom: 0;
}

#secondary .widget a {
	color: var(--navy-700);
	text-decoration: none;
}

#secondary .widget a:hover {
	color: var(--blue);
}

/* ===== 404 ===== */
.error-404 .page-content {
	font-size: 16px;
}

/* ===== Events archive (band_event) ===== */
.events-subscribe {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	background: var(--surface);
	border: 1px solid var(--silver-light);
	border-radius: 12px;
	padding: 18px 22px;
	margin-bottom: 32px;
}

.events-subscribe-lead {
	flex: 1 1 240px;
	margin: 0;
	color: var(--muted);
	font-size: 15px;
}

.events-subscribe .btn {
	font-size: 13.5px;
	padding: 10px 20px;
}

/* Outline style for the secondary (.ics) button. */
.events-subscribe .btn:not(.primary) {
	background: transparent;
	color: var(--blue);
	box-shadow: inset 0 0 0 1.5px var(--silver);
}

.events-subscribe .btn:not(.primary):hover {
	box-shadow: inset 0 0 0 1.5px var(--blue);
}

.events-month {
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 20px;
	color: var(--navy);
	margin: 32px 0 14px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--silver-light);
}

.events-month:first-child {
	margin-top: 0;
}

.events-row {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 16px 0;
	border-bottom: 1px solid var(--silver-light);
}

.events-row-date {
	flex-shrink: 0;
	width: 64px;
	border-radius: 10px;
	background: var(--navy);
	color: #fff;
	text-align: center;
	padding: 8px 0;
	line-height: 1.05;
}

.events-row-date .dow {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--sky);
}

.events-row-date .day {
	display: block;
	font-family: var(--display);
	font-size: 28px;
	font-weight: 700;
}

.events-row-date .mon {
	display: block;
	font-family: var(--display);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.events-row-body {
	flex: 1 1 auto;
	min-width: 0;
}

.events-row-title {
	font-size: 19px;
	margin: 0 0 4px;
	line-height: 1.25;
}

.events-row-title a {
	color: var(--navy);
	text-decoration: none;
}

.events-row-title a:hover {
	color: var(--blue);
}

.events-row-when {
	margin: 0 0 2px;
	font-size: 14px;
	color: var(--ink);
}

.events-row-where {
	margin: 0;
	font-size: 13.5px;
	color: var(--muted);
}

.events-row-where .dashicons,
.events-row-call .dashicons {
	font-size: 16px;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}

.events-row-call {
	margin: 2px 0 0;
	font-size: 13.5px;
	color: var(--blue);
	font-weight: 600;
}

.events-row-excerpt {
	margin-top: 6px;
	font-size: 14px;
	color: var(--muted);
}

.events-empty {
	background: var(--surface);
	border: 1px solid var(--silver-light);
	border-radius: 12px;
	padding: 32px;
	text-align: center;
	color: var(--muted);
}

@media (max-width: 600px) {
	.events-row {
		gap: 12px;
	}

	.events-row-date {
		width: 54px;
	}

	.events-row-date .day {
		font-size: 22px;
	}
}

/* ===== Single event ===== */
.band-event-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin-top: 6px;
	color: var(--muted);
	font-size: 15px;
}

.band-event-meta p {
	margin: 0;
}

.band-event-meta .dashicons {
	font-size: 17px;
	width: 17px;
	height: 17px;
	vertical-align: text-bottom;
	color: var(--blue);
}

.band-event-thumb {
	margin: 20px 0;
}

.band-event-thumb img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

/* The calendar's own description, set apart from the editor's own blocks. */
.band-event-feed-note {
	background: var(--bg);
	border-left: 3px solid var(--silver);
	border-radius: 0 8px 8px 0;
	padding: 12px 18px;
	margin: 0 0 22px;
	color: var(--muted);
	font-size: 15px;
}

.band-event-feed-note p:last-child {
	margin-bottom: 0;
}

/* ===== Accordion (core Details block) — FAQ concertina ===== */
.wp-block-details {
	background: var(--surface);
	border: 1px solid var(--silver-light);
	border-radius: 10px;
	margin: 0 0 12px;
	overflow: hidden;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.wp-block-details:hover {
	border-color: var(--silver);
}

.wp-block-details[open] {
	border-color: var(--blue);
	box-shadow: 0 2px 10px rgba(22, 35, 63, 0.06);
}

/* The clickable question row. */
.wp-block-details > summary {
	position: relative;
	list-style: none;
	cursor: pointer;
	padding: 16px 52px 16px 20px;
	font-family: var(--display);
	font-size: 18px;
	font-weight: 600;
	color: var(--navy);
	line-height: 1.3;
	user-select: none;
	transition: background .15s ease, color .15s ease;
}

/* Hide the browser's default disclosure triangle. */
.wp-block-details > summary::-webkit-details-marker {
	display: none;
}

.wp-block-details > summary:hover {
	background: var(--bg);
	color: var(--blue);
}

.wp-block-details > summary:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: -2px;
}

/* The +/− marker on the right. */
.wp-block-details > summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	font-family: var(--body);
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	color: var(--blue);
	transition: transform .15s ease;
}

.wp-block-details[open] > summary::after {
	content: "−";
}

/* Separator + breathing room once opened. */
.wp-block-details[open] > summary {
	border-bottom: 1px solid var(--silver-light);
	margin-bottom: 14px;
}

/* Pad the answer content (every child block except the summary). */
.wp-block-details > :not(summary) {
	margin-left: 20px;
	margin-right: 20px;
}

.wp-block-details > :not(summary):last-child {
	margin-bottom: 18px;
}

/* Tidy spacing for common answer content. */
.wp-block-details > :not(summary) p {
	margin: 0 0 12px;
	color: var(--ink);
}

.wp-block-details > :not(summary) p:last-child {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.wp-block-details > summary {
		font-size: 16px;
		padding: 14px 46px 14px 16px;
	}

	.wp-block-details > :not(summary) {
		margin-left: 16px;
		margin-right: 16px;
	}
}

/* ===== Sponsor logos (footer band + [sponsors] grid) ===== */
.logos .aahs-sponsor,
.aahs-sponsors-grid .aahs-sponsor {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 128px;
	height: 64px;
	padding: 6px 12px;
	text-decoration: none;
	opacity: 0.9;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.logos .aahs-sponsor:hover,
.aahs-sponsors-grid .aahs-sponsor:hover {
	opacity: 1;
	transform: translateY(-2px);
}

.logos .aahs-sponsor img,
.aahs-sponsors-grid .aahs-sponsor img {
	max-height: 56px;
	width: auto;
	object-fit: contain;
}

/* Top tier a touch larger, third tier a touch smaller. */
.logos .aahs-sponsor--level-1 img { max-height: 68px; }
.logos .aahs-sponsor--level-3 img { max-height: 46px; }

.logos .aahs-sponsor__name,
.aahs-sponsors-grid .aahs-sponsor__name {
	color: var(--navy);
	font-family: var(--display);
	font-weight: 600;
	font-size: 15px;
	text-align: center;
}

.aahs-sponsors-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	justify-content: center;
}

/* Slim site-wide footer sponsor strip (sits above the copyright line).
   Uses .site-footer prefix to override the .site-footer .wrap grid layout. */
.site-footer .footer-sponsors {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	padding: 30px 24px 8px;
	margin-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-sponsors-label {
	font-family: var(--display);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	color: #aeb9cc;
}

/* Roomier gaps so logos aren't crowded; cap width so the row stays centered. */
.footer-sponsors-logos {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	gap: 28px 44px;
}

.footer-sponsors .aahs-sponsor {
	min-width: 120px;
	height: 72px;
	padding: 8px 16px;
}

/* Always show the WHOLE logo — contain + auto sizing never crops. */
.footer-sponsors .aahs-sponsor img {
	max-height: 60px;
	max-width: 200px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.footer-sponsors .aahs-sponsor--level-1 img { max-height: 76px; }
.footer-sponsors .aahs-sponsor--level-3 img { max-height: 50px; }

.footer-sponsors .aahs-sponsor__name {
	color: #dfe5ee;
	font-family: var(--display);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	max-width: 160px;
	text-align: center;
}
