:root {
	--gshdb-primary: #2469ab;
	--gshdb-primary-dark: #174e86;
	--gshdb-gold: #ffb81c;
	--gshdb-navy: #0c2f52;
	--gshdb-cream: #fff8e7;
	--gshdb-green: #2e7d5b;
	--gshdb-ink: #17212b;
	--gshdb-muted: #5b6670;
	--gshdb-border: #dce1e5;
	--gshdb-white: #fff;
	--gshdb-radius: 1.25rem;
	--gshdb-shadow: 0 1rem 2.5rem rgb(18 50 74 / 10%);
	--gshdb-shell: min(73.75rem, calc(100% - 2rem));
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--gshdb-white);
	color: var(--gshdb-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0;
}

body.menu-open {
	overflow: hidden;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: var(--gshdb-primary);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--gshdb-primary-dark);
}

button,
input,
select,
textarea {
	font: inherit;
}

:focus-visible {
	outline: 3px solid var(--gshdb-gold);
	outline-offset: 3px;
}

::selection {
	background: var(--gshdb-gold);
	color: var(--gshdb-navy);
}

h1,
h2,
h3,
h4 {
	color: var(--gshdb-navy);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.13;
	text-wrap: balance;
}

h1 {
	font-size: clamp(2.25rem, 1.55rem + 2.5vw, 4.5rem);
}

h2 {
	font-size: clamp(1.75rem, 1.35rem + 1.4vw, 3rem);
}

h3 {
	font-size: clamp(1.2rem, 1.05rem + 0.55vw, 1.65rem);
}

p {
	margin-block: 0 1rem;
}

.shell {
	margin-inline: auto;
	width: var(--gshdb-shell);
}

.content-area {
	padding-block: clamp(3rem, 6vw, 6rem);
}

.content-area--narrow {
	max-width: 52rem;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.skip-link:focus {
	background: var(--gshdb-white);
	clip: auto !important;
	clip-path: none;
	color: var(--gshdb-navy);
	display: block;
	font-weight: 700;
	height: auto;
	left: 1rem;
	padding: 0.8rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

.site-header {
	background: rgb(255 255 255 / 97%);
	border-bottom: 1px solid rgb(18 50 74 / 9%);
	position: sticky;
	top: 0;
	z-index: 100;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 5.25rem;
}

.site-branding {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	min-width: 0;
}

.custom-logo-link,
.brand-mark {
	align-items: center;
	background: var(--gshdb-white);
	border: 1px solid rgb(12 47 82 / 16%);
	border-radius: 50%;
	color: var(--gshdb-white);
	display: inline-flex;
	flex: 0 0 3.5rem;
	font-size: 0.8rem;
	font-weight: 800;
	height: 3.5rem;
	justify-content: center;
	text-decoration: none;
	width: 3.5rem;
}

.custom-logo,
.brand-mark img {
	border-radius: 50%;
	height: 3.5rem;
	object-fit: contain;
	width: 3.5rem;
}

.site-title,
.site-tagline {
	margin: 0;
}

.site-title {
	font-size: clamp(0.88rem, 0.7rem + 0.65vw, 1.2rem);
	letter-spacing: -0.01em;
	line-height: 1.15;
	max-width: 23rem;
}

.site-title a {
	color: var(--gshdb-navy);
	text-decoration: none;
}

.site-tagline {
	color: var(--gshdb-muted);
	display: none;
	font-size: 0.78rem;
}

.menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: var(--gshdb-navy);
	display: inline-flex;
	height: 2.75rem;
	justify-content: center;
	width: 2.75rem;
}

.menu-toggle__bars,
.menu-toggle__bars::before,
.menu-toggle__bars::after {
	background: currentcolor;
	display: block;
	height: 2px;
	transition: transform 180ms ease;
	width: 1.4rem;
}

.menu-toggle__bars {
	position: relative;
}

.menu-toggle__bars::before,
.menu-toggle__bars::after {
	content: "";
	position: absolute;
}

.menu-toggle__bars::before {
	top: -0.45rem;
}

.menu-toggle__bars::after {
	top: 0.45rem;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars {
	background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars::before {
	top: 0;
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars::after {
	top: 0;
	transform: rotate(-45deg);
}

.primary-navigation {
	background: var(--gshdb-white);
	border-top: 1px solid var(--gshdb-border);
	display: none;
	inset: 5.25rem 0 auto;
	max-height: calc(100vh - 5.25rem);
	overflow-y: auto;
	padding: 1rem;
	position: fixed;
}

.primary-navigation.is-open {
	display: block;
}

.primary-navigation .menu,
.site-footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation .menu a {
	border-radius: 0.6rem;
	color: var(--gshdb-navy);
	display: block;
	font-weight: 700;
	padding: 0.85rem 1rem;
	text-decoration: none;
}

.primary-navigation .menu a:hover,
.primary-navigation .current-menu-item > a {
	background: var(--gshdb-cream);
	color: var(--gshdb-primary);
}

.primary-navigation .sub-menu {
	list-style: none;
	padding-left: 1rem;
}

.button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
	align-items: center;
	background: var(--gshdb-primary);
	border: 2px solid var(--gshdb-primary);
	border-radius: 999px;
	color: var(--gshdb-white);
	cursor: pointer;
	display: inline-flex;
	font-weight: 750;
	justify-content: center;
	min-height: 2.9rem;
	padding: 0.68rem 1.25rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover,
.wp-block-button__link:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	background: var(--gshdb-primary-dark);
	border-color: var(--gshdb-primary-dark);
	color: var(--gshdb-white);
	transform: translateY(-1px);
}

.button--gold {
	background: var(--gshdb-gold);
	border-color: var(--gshdb-gold);
	color: var(--gshdb-navy);
}

.button--gold:hover {
	background: #ffda62;
	border-color: #ffda62;
	color: var(--gshdb-navy);
}

.button--ghost {
	background: transparent;
	border-color: currentcolor;
	color: var(--gshdb-primary);
}

.text-link {
	font-weight: 750;
}

.eyebrow {
	color: var(--gshdb-primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 0.7rem;
	text-transform: uppercase;
}

.section-heading {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.section-heading > div {
	max-width: 46rem;
}

.section-heading > .section-heading__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	max-width: none;
}

.section-heading h2,
.archive-header h1,
.entry-header h1 {
	margin-block: 0 0.75rem;
}

.archive-header,
.entry-header {
	margin-bottom: 2rem;
}

.archive-description,
.entry-meta,
.content-card__meta {
	color: var(--gshdb-muted);
}

.card-grid {
	display: grid;
	gap: clamp(1rem, 2.5vw, 1.75rem);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
}

.content-card {
	background: var(--gshdb-white);
	border: 1px solid var(--gshdb-border);
	border-radius: var(--gshdb-radius);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.content-card:hover {
	box-shadow: var(--gshdb-shadow);
	transform: translateY(-3px);
}

.content-card__media {
	aspect-ratio: 3 / 2;
	background: var(--gshdb-cream);
	display: block;
	overflow: hidden;
}

.content-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
	width: 100%;
}

.content-card:hover .content-card__media img {
	transform: scale(1.025);
}

.content-card__placeholder {
	background:
		linear-gradient(135deg, transparent 45%, rgb(255 255 255 / 20%) 45% 55%, transparent 55%),
		linear-gradient(135deg, var(--gshdb-primary), var(--gshdb-navy));
	display: block;
	height: 100%;
}

.content-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.25rem;
}

.content-card__meta {
	font-size: 0.82rem;
	font-weight: 650;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.content-card__title {
	font-size: 1.3rem;
	margin-block: 0 0.7rem;
}

.content-card__title a {
	color: var(--gshdb-navy);
	text-decoration: none;
}

.content-card__body .text-link {
	margin-top: auto;
}

.entry-hero {
	margin: 0 0 2rem;
}

.entry-hero img {
	border-radius: var(--gshdb-radius);
	width: 100%;
}

.entry-content > * + * {
	margin-block-start: 1.5rem;
}

.entry-subtitle {
	color: var(--gshdb-muted);
	font-size: 1.08rem;
	font-weight: 650;
}

.entry-details {
	background: var(--gshdb-cream);
	border-left: 4px solid var(--gshdb-gold);
	border-radius: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	margin-block: 1.5rem;
	padding: 1rem 1.25rem;
}

.entry-details div {
	display: grid;
	gap: 0.1rem;
}

.entry-details dt {
	color: var(--gshdb-muted);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.entry-details dd {
	font-weight: 700;
	margin: 0;
}

.document-download {
	margin-top: 1rem;
}

.entry-content :where(h2, h3, h4) {
	margin-block-start: 2.5rem;
}

.entry-content :where(ul, ol) {
	padding-inline-start: 1.4rem;
}

.entry-content a {
	overflow-wrap: anywhere;
}

.entry-content iframe {
	max-width: 100%;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea {
	background: var(--gshdb-white);
	border: 1px solid #9ca6ad;
	border-radius: 0.65rem;
	color: var(--gshdb-ink);
	max-width: 100%;
	min-height: 2.9rem;
	padding: 0.65rem 0.8rem;
	width: 100%;
}

textarea {
	min-height: 9rem;
}

.search-form {
	display: flex;
	gap: 0.75rem;
	margin-block: 1.5rem;
}

.search-form label {
	flex: 1;
}

.pagination .nav-links,
.post-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: space-between;
	margin-top: 3rem;
}

.pagination .page-numbers {
	align-items: center;
	border: 1px solid var(--gshdb-border);
	border-radius: 0.5rem;
	display: inline-flex;
	justify-content: center;
	min-height: 2.75rem;
	min-width: 2.75rem;
	padding: 0.5rem;
}

.pagination .current {
	background: var(--gshdb-navy);
	color: var(--gshdb-white);
}

.empty-state,
.error-404 {
	background: var(--gshdb-cream);
	border-radius: var(--gshdb-radius);
	padding: clamp(1.5rem, 5vw, 4rem);
	text-align: center;
}

.site-footer {
	background: var(--gshdb-navy);
	color: rgb(255 255 255 / 82%);
	padding-top: clamp(3rem, 6vw, 5rem);
}

.site-footer__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
	padding-bottom: 3rem;
}

.site-footer__name,
.site-footer__heading {
	color: var(--gshdb-white);
	font-size: 1.15rem;
	font-weight: 750;
	margin-block: 0 0.75rem;
}

.site-footer a {
	color: var(--gshdb-white);
}

.site-footer address,
.site-footer address span,
.site-footer address a,
.site-footer .menu a {
	display: block;
	font-style: normal;
	margin-bottom: 0.55rem;
}

.site-footer__bottom {
	background: rgb(0 0 0 / 18%);
	font-size: 0.85rem;
	padding-block: 1rem;
}

.site-footer__bottom p {
	margin: 0;
}

.section-pad {
	padding-block: clamp(4rem, 7vw, 7rem);
}

.home-hero {
	background:
		radial-gradient(circle at 88% 8%, rgb(242 201 76 / 22%), transparent 30rem),
		linear-gradient(135deg, var(--gshdb-primary) 0%, var(--gshdb-primary-dark) 58%, var(--gshdb-navy) 100%);
	color: rgb(255 255 255 / 88%);
	overflow: hidden;
	position: relative;
}

.home-hero__glow {
	background: var(--gshdb-gold);
	border-radius: 50%;
	filter: blur(5rem);
	height: 15rem;
	opacity: 0.12;
	position: absolute;
	right: -6rem;
	top: -7rem;
	width: 15rem;
}

.home-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	min-height: min(48rem, calc(100vh - 5.25rem));
	padding-block: clamp(4rem, 9vw, 8rem);
	position: relative;
}

.home-hero h1 {
	color: var(--gshdb-white);
	margin-block: 0 1.5rem;
	max-width: 13ch;
}

.home-hero .eyebrow {
	color: var(--gshdb-gold);
}

.home-hero__lead {
	font-size: clamp(1.05rem, 0.95rem + 0.45vw, 1.35rem);
	max-width: 42rem;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.button--hero-ghost {
	background: transparent;
	border-color: rgb(255 255 255 / 65%);
	color: var(--gshdb-white);
}

.button--hero-ghost:hover {
	background: var(--gshdb-white);
	border-color: var(--gshdb-white);
	color: var(--gshdb-primary);
}

.home-hero__visual {
	margin-inline: auto;
	max-width: 36rem;
	width: 100%;
}

.home-hero__image,
.campus-art {
	border: 0.4rem solid rgb(255 255 255 / 18%);
	border-radius: 2rem;
	box-shadow: 0 2rem 5rem rgb(0 0 0 / 28%);
	overflow: hidden;
}

.home-hero__image {
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.campus-art {
	background: linear-gradient(#9ccde5 0 45%, #48795d 45% 100%);
	height: clamp(19rem, 45vw, 28rem);
	position: relative;
}

.campus-art__sun {
	background: var(--gshdb-gold);
	border-radius: 50%;
	box-shadow: 0 0 3rem rgb(242 201 76 / 70%);
	height: 5rem;
	position: absolute;
	right: 12%;
	top: 10%;
	width: 5rem;
}

.campus-art__building {
	background:
		linear-gradient(90deg, transparent 0 6%, var(--gshdb-primary) 6% 30%, transparent 30% 36%, var(--gshdb-primary) 36% 60%, transparent 60% 66%, var(--gshdb-primary) 66% 90%, transparent 90%),
		#e3bd4d;
	border-top: 0.65rem solid var(--gshdb-primary);
	bottom: 9%;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
	height: 59%;
	left: 5%;
	padding: 1.5rem 1.2rem;
	position: absolute;
	transform: perspective(35rem) rotateY(5deg);
	width: 86%;
}

.campus-art__building span {
	background: repeating-linear-gradient(90deg, #283b46 0 4px, transparent 4px 8px), #527080;
	border: 0.28rem solid #f0d56f;
}

.campus-art__badge {
	background: var(--gshdb-white);
	border: 0.2rem solid var(--gshdb-white);
	border-radius: 50%;
	bottom: 4%;
	box-shadow: 0 0.8rem 1.8rem rgb(0 0 0 / 22%);
	height: 6rem;
	left: 4%;
	overflow: hidden;
	position: absolute;
	width: 6rem;
}

.campus-art__badge img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.home-programs {
	background: var(--gshdb-cream);
}

.program-grid,
.testimonial-grid {
	display: grid;
	gap: clamp(1rem, 2.5vw, 1.75rem);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

.program-card {
	background: var(--gshdb-white);
	border: 1px solid rgb(122 39 56 / 12%);
	border-radius: var(--gshdb-radius);
	box-shadow: 0 0.6rem 1.4rem rgb(18 50 74 / 5%);
	padding: clamp(1.35rem, 3vw, 2rem);
}

.program-card__icon {
	align-items: center;
	background: var(--gshdb-cream);
	border-radius: 0.8rem;
	color: var(--gshdb-primary);
	display: inline-flex;
	font-size: 1.35rem;
	font-weight: 900;
	height: 3rem;
	justify-content: center;
	width: 3rem;
}

.program-card__icon--book::before {
	content: "A+";
}

.program-card__icon--award::before {
	content: "✓";
}

.program-card__icon--people::before {
	content: "●●";
	font-size: 0.72rem;
	letter-spacing: -0.12em;
}

.program-card h3 {
	margin-block: 1.1rem 0.7rem;
}

.home-stats {
	background: var(--gshdb-white);
	padding-block: 1.5rem;
	position: relative;
	z-index: 2;
}

.stats-grid {
	background: var(--gshdb-navy);
	border-radius: var(--gshdb-radius);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
	overflow: hidden;
}

.stat-item {
	color: rgb(255 255 255 / 77%);
	display: flex;
	flex-direction: column;
	padding: clamp(1.4rem, 4vw, 2.4rem);
	text-align: center;
}

.stat-item + .stat-item {
	border-top: 1px solid rgb(255 255 255 / 14%);
}

.stat-item strong {
	color: var(--gshdb-gold);
	font-size: clamp(1.8rem, 1.4rem + 1.5vw, 3rem);
	line-height: 1;
	margin-bottom: 0.75rem;
}

.stat-item span {
	font-size: 0.9rem;
}

.home-editor-content {
	background: var(--gshdb-white);
}

.home-testimonials {
	background: var(--gshdb-white);
}

.testimonial-card {
	background: var(--gshdb-cream);
	border-radius: var(--gshdb-radius);
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: clamp(1.35rem, 3vw, 2rem);
}

.testimonial-card blockquote {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1rem;
	margin: 0 0 1.5rem;
}

.testimonial-card blockquote p:last-child {
	margin-bottom: 0;
}

.testimonial-card figcaption {
	align-items: center;
	display: flex;
	gap: 0.8rem;
	margin-top: auto;
}

.testimonial-card figcaption img {
	border-radius: 50%;
	height: 3rem;
	object-fit: cover;
	width: 3rem;
}

.testimonial-card figcaption strong,
.testimonial-card figcaption small {
	display: block;
}

.testimonial-card figcaption small {
	color: var(--gshdb-muted);
}

.testimonial-empty,
.home-empty {
	background: var(--gshdb-cream);
	border-left: 4px solid var(--gshdb-gold);
	border-radius: 0.75rem;
	padding: 1.25rem;
}

.home-news {
	background: #f6f8fa;
}

.home-gallery {
	background: var(--gshdb-navy);
	color: rgb(255 255 255 / 78%);
}

.home-gallery h2,
.home-gallery .text-link {
	color: var(--gshdb-white);
}

.home-gallery .eyebrow {
	color: var(--gshdb-gold);
}

.gallery-grid {
	display: grid;
	gap: 1rem;
	grid-auto-rows: 14rem;
	grid-template-columns: repeat(2, 1fr);
}

.gallery-tile {
	border-radius: var(--gshdb-radius);
	color: var(--gshdb-white);
	display: block;
	overflow: hidden;
	position: relative;
}

.gallery-tile img {
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
	width: 100%;
}

.gallery-tile__placeholder {
	background:
		linear-gradient(135deg, transparent 44%, rgb(255 255 255 / 12%) 44% 56%, transparent 56%),
		linear-gradient(135deg, var(--gshdb-primary), var(--gshdb-primary-dark));
	display: block;
	height: 100%;
}

.gallery-tile:hover img {
	transform: scale(1.035);
}

.gallery-tile span {
	background: linear-gradient(transparent, rgb(0 0 0 / 72%));
	bottom: 0;
	font-weight: 750;
	left: 0;
	padding: 2rem 1rem 0.8rem;
	position: absolute;
	right: 0;
}

.gallery-callout {
	align-items: center;
	background: rgb(255 255 255 / 9%);
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: var(--gshdb-radius);
	display: grid;
	gap: clamp(1.5rem, 5vw, 4rem);
	grid-template-columns: minmax(7rem, 11rem) minmax(0, 1fr);
	padding: clamp(1.5rem, 5vw, 3.5rem);
}

.gallery-callout img {
	background: var(--gshdb-white);
	border-radius: 50%;
	height: auto;
	width: 100%;
}

.gallery-callout h3 {
	color: var(--gshdb-white);
	font-size: clamp(1.4rem, 1.15rem + 1vw, 2rem);
	margin-block: 0 0.75rem;
}

.gallery-callout p {
	max-width: 44rem;
}

.admin-hint {
	margin-top: 1rem;
}

.admin-hint a {
	color: var(--gshdb-white);
}

.home-cta {
	background: var(--gshdb-primary);
	color: rgb(255 255 255 / 84%);
}

.home-cta__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: space-between;
}

.home-cta__inner > div {
	max-width: 49rem;
}

.home-cta h2 {
	color: var(--gshdb-white);
	margin-block: 0 1rem;
}

.home-cta .eyebrow {
	color: var(--gshdb-gold);
}

.home-contact {
	background: var(--gshdb-cream);
}

.home-contact__grid {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
}

.contact-card {
	background: var(--gshdb-white);
	border-radius: var(--gshdb-radius);
	box-shadow: var(--gshdb-shadow);
	display: grid;
	font-style: normal;
	gap: 1.4rem;
	padding: clamp(1.4rem, 4vw, 2.5rem);
}

.contact-card > div {
	border-bottom: 1px solid var(--gshdb-border);
	display: grid;
	gap: 0.35rem;
	padding-bottom: 1.1rem;
}

.contact-card > div:last-child {
	border: 0;
	padding-bottom: 0;
}

.contact-card__label {
	color: var(--gshdb-muted);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.contact-card a {
	width: fit-content;
}

@media (min-width: 40rem) {
	.site-tagline {
		display: block;
	}

	.stat-item + .stat-item {
		border-left: 1px solid rgb(255 255 255 / 14%);
		border-top: 0;
	}

	.gallery-grid {
		grid-auto-rows: 16rem;
		grid-template-columns: repeat(4, 1fr);
	}

	.gallery-tile:first-child {
		grid-column: span 2;
		grid-row: span 2;
	}

	.gallery-tile:last-child {
		grid-column: span 2;
	}
}

@media (min-width: 62rem) {
	.home-hero__grid,
	.home-contact__grid {
		grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.98fr);
	}

	.menu-toggle {
		display: none;
	}

	.primary-navigation {
		background: transparent;
		border: 0;
		display: block;
		inset: auto;
		max-height: none;
		overflow: visible;
		padding: 0;
		position: static;
	}

	.primary-navigation .menu {
		align-items: center;
		display: flex;
		gap: 0.15rem;
	}

	.primary-navigation .menu a {
		font-size: 0.92rem;
		padding: 0.65rem 0.75rem;
	}

	.primary-navigation .menu-item-has-children {
		position: relative;
	}

	.primary-navigation .sub-menu {
		background: var(--gshdb-white);
		border: 1px solid var(--gshdb-border);
		border-radius: 0.75rem;
		box-shadow: var(--gshdb-shadow);
		left: 0;
		min-width: 13rem;
		opacity: 0;
		padding: 0.5rem;
		pointer-events: none;
		position: absolute;
		top: calc(100% + 0.25rem);
		transform: translateY(-0.25rem);
		transition: opacity 150ms ease, transform 150ms ease;
	}

	.primary-navigation .menu-item-has-children:hover > .sub-menu,
	.primary-navigation .menu-item-has-children:focus-within > .sub-menu {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}
}

@media (max-width: 48.875rem) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 39.9375rem) {
	.gallery-callout {
		grid-template-columns: 1fr;
	}

	.gallery-callout img {
		width: 7rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.site-header,
	.site-footer,
	.button,
	.post-navigation,
	.pagination {
		display: none !important;
	}

	body {
		color: #000;
	}

	a {
		color: #000;
		text-decoration: underline;
	}
}
