/* ── SHHS Custom Styles ── */

/* Smooth scrolling */
html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	.shhs-feat-card,
	.shhs-feat-card .shhs-feat-img img {
		transition: none;
	}
	.shhs-feat-card:hover {
		transform: none;
	}
	.shhs-feat-card:hover .shhs-feat-img img {
		transform: none;
	}
	.shhs-timeline-item {
		opacity: 1;
		transform: none;
		transition: none;
	}
	.shhs-timeline-dot {
		transform: scale(1);
		transition: none;
	}
	.shhs-hero-img.shhs-parallax-active {
		transform: none !important;
	}
}

/* ── Skip link ── */
.shhs-skip-link {
	position: fixed;
	top: 8px;
	left: 50%;
	transform: translateX(-50%) translateY(-200%);
	z-index: 10000;
	padding: 12px 24px;
	background: var(--wp--preset--color--bg-event-bar);
	color: #fff;
	font-size: 18.7px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
	transition: transform 0.2s ease;
}

.shhs-skip-link:focus {
	transform: translateX(-50%) translateY(0);
}

/* ── Global focus styles ── */
a:focus-visible,
button:focus-visible,
input:focus-visible,
[role="button"]:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent-warm);
	outline-offset: 2px;
}

/* ── Dark-background global: white text, no underlines ── */
.has-primary-deep-background-color,
.has-accent-background-color,
.has-bg-event-bar-background-color {
	color: #fff;
}

.has-primary-deep-background-color a,
.has-accent-background-color a,
.has-bg-event-bar-background-color a,
.has-primary-deep-background-color .wp-block-button__link,
.has-accent-background-color .wp-block-button__link,
.has-bg-event-bar-background-color .wp-block-button__link,
.has-primary-deep-background-color .wp-block-navigation-item__content,
.has-accent-background-color .wp-block-navigation-item__content,
.has-bg-event-bar-background-color .wp-block-navigation-item__content {
	color: #fff !important;
	text-decoration: none !important;
}

.has-primary-deep-background-color a:hover,
.has-accent-background-color a:hover,
.has-bg-event-bar-background-color a:hover,
.has-primary-deep-background-color a:focus-visible,
.has-accent-background-color a:focus-visible,
.has-bg-event-bar-background-color a:focus-visible {
	color: #fff !important;
	text-decoration: none !important;
	opacity: 0.85;
}

.has-primary-deep-background-color a:focus-visible,
.has-accent-background-color a:focus-visible,
.has-bg-event-bar-background-color a:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
}

.has-primary-deep-background-color h1,
.has-primary-deep-background-color h2,
.has-primary-deep-background-color h3,
.has-primary-deep-background-color h4,
.has-primary-deep-background-color p,
.has-accent-background-color h1,
.has-accent-background-color h2,
.has-accent-background-color h3,
.has-accent-background-color h4,
.has-accent-background-color p,
.has-bg-event-bar-background-color h1,
.has-bg-event-bar-background-color h2,
.has-bg-event-bar-background-color h3,
.has-bg-event-bar-background-color h4,
.has-bg-event-bar-background-color p {
	color: #fff;
}

/* ── Navbar ── */
/* Remove block gap between navbar and event bar */
.shhs-navbar + .has-bg-event-bar-background-color,
.shhs-navbar + .shhs-event-bar {
	margin-top: 0 !important;
}

.wp-block-group:has(.shhs-navbar) {
	gap: 0 !important;
}

.shhs-navbar {
	display: flex;
	align-items: center;
	padding: 0 32px;
	height: 68px;
	gap: 6px;
	
}

.shhs-navbar .wp-block-site-logo {
	line-height: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 999;
}

.shhs-navbar .wp-block-site-logo img {
	width: 44px;
	height: 44px;
	object-fit: contain;
	display: block;
	background: white;
	border-radius: 50%;
	padding: 4px;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
}

.shhs-navbar .wp-block-site-title {
	margin-right: auto;
	font-size: 20.9px;
}

.shhs-navbar .wp-block-navigation {
	gap: 6px;
}

/* ── Dropdown / Submenu ── */
.shhs-navbar .wp-block-navigation .wp-block-navigation__submenu-container {
	background: #3D4F5F;
	border: none;
	border-radius: 6px;
	padding: 6px 0;
	box-shadow: 0 4px 12px rgba(0,0,0,0.25);
	min-width: 180px;
}

.shhs-navbar .wp-block-navigation .wp-block-navigation__submenu-container a {
	color: #FFFFFF !important;
	padding: 8px 18px;
	font-size: 16.5px;
}

.shhs-navbar .wp-block-navigation .wp-block-navigation__submenu-container a:hover,
.shhs-navbar .wp-block-navigation .wp-block-navigation__submenu-container a:focus {
	background: rgba(255,255,255,0.12);
	color: #FFFFFF !important;
}

.shhs-nav-btn {
	font-size: 16.5px !important;
	font-weight: 600 !important;
	padding: 9px 18px !important;
	border-radius: 5px !important;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none !important;
}

.shhs-nav-btn--outline {
	border: 1.5px solid rgba(255,255,255,0.5) !important;
	background: transparent !important;
	color: #fff !important;
}

.shhs-nav-btn--outline:hover {
	border-color: #fff !important;
	background: rgba(255,255,255,0.1) !important;
}

.shhs-nav-btn--donate {
	background: var(--wp--preset--color--accent-warm) !important;
	color: #fff !important;
	border: none !important;
	padding: 9px 22px !important;
}

.shhs-nav-btn--donate:hover {
	background: #7A3434 !important;
}

/* ── Event Spotlight Bar ── */
.shhs-event-bar {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 28px 32px;
}

.shhs-event-badge {
	background: #3d4f5f;
	color: #fff;
	font-size: 16.5px;
	font-weight: 600;
	padding: 5px 14px;
	border-radius: 12px;
	white-space: nowrap;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	flex-shrink: 0;
	text-decoration: none;
}

.shhs-event-badge:hover {
	color: #fff;
	opacity: 0.85;
}

.shhs-event-thumb {
	flex-shrink: 0;
	line-height: 0;
}

.shhs-event-thumb .shhs-event-thumb-img {
	width: 180px;
	height: 180px;
	max-width: 180px;
	max-height: 180px;
	object-fit: cover;
	border-radius: 50%;
}

.shhs-event-bar .shhs-event-text {
	font-size: 18.7px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}

.shhs-event-bar .shhs-event-text:hover {
	color: var(--wp--preset--color--sand);
}

.shhs-event-bar .shhs-event-sub {
	font-size: 17.6px;
	color: rgba(255,255,255,0.85);
	font-weight: 400;
	margin-top: 3px;
	font-family: var(--wp--preset--font-family--accent);
	font-style: normal;
}

.shhs-event-cta {
	font-size: 17.6px;
	color: #fff !important;
	white-space: nowrap;
	text-decoration: none !important;
	font-weight: 600;
	flex-shrink: 0;
	margin-left: auto;
}

.shhs-event-cta:hover {
	color: var(--wp--preset--color--sand) !important;
}

/* ── Hero ── */
.shhs-hero {
	display: flex;
	align-items: flex-start;
	gap: 48px;
	padding: 56px 32px 16px;
	max-width: 1200px;
	margin: 0 auto;
}

.shhs-hero-text {
	flex: 1;
}

.shhs-eyebrow {
	font-size: 16.5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--wp--preset--color--accent);
	margin-bottom: 14px;
}

.shhs-hero-sub {
	font-size: 20.9px;
	color: var(--wp--preset--color--text-dark);
	line-height: 1.7;
	max-width: 520px;
	font-family: var(--wp--preset--font-family--accent);
}

.shhs-hero-img {
	flex-shrink: 0;
	width: 480px;
	margin-top: -15px;
}

.shhs-hero-img-crop {
	margin: 0;
	aspect-ratio: 4 / 3;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 6px 28px rgba(0,0,0,0.1);
}

.shhs-hero-img-crop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.shhs-hero-caption {
	font-size: 14.3px;
	color: var(--wp--preset--color--text-muted);
	margin: 8px 4px 0;
	line-height: 1.4;
}

/* ── Section Headers ── */
.shhs-section-hed {
	font-family: var(--wp--preset--font-family--body);
	font-size: 16.5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--wp--preset--color--accent);
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 0 14px;
	margin: 0;
	line-height: 1.4;
}

.shhs-section-hed::after {
	content: '';
	flex: 1;
	height: 1px;
	background: var(--wp--preset--color--sand);
}

/* ── Feature Cards ── */
.shhs-feat-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	align-items: start;
}

.shhs-feat-grid > * {
	margin-top: 0;
	margin-bottom: 0;
}

.shhs-feat-card {
	background: var(--wp--preset--color--bg-card);
	border: 1px solid rgba(212,204,192,0.5);
	border-radius: 10px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	display: flex;
	flex-direction: column;
}

.shhs-feat-card:hover {
	box-shadow: 0 8px 32px rgba(0,0,0,0.1);
	transform: translateY(-3px);
}

.shhs-feat-card .shhs-feat-img {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	margin: 0;
}

/* Linked card image: anchor must fill the 4/3 figure so the image doesn't collapse */
.shhs-feat-card .shhs-feat-img a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
}

.shhs-feat-card .shhs-feat-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease, filter 0.3s ease;
}

.shhs-feat-card:hover .shhs-feat-img img {
	transform: scale(1.05);
}

/* Clickability cue when hovering the image link itself */
.shhs-feat-card .shhs-feat-img a:hover img {
	filter: brightness(1.06);
}

.shhs-feat-body {
	padding: 18px 20px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.shhs-feat-body p:not(.shhs-feat-link) {
	flex: 1;
}

.shhs-feat-body h3 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 8px;
}

.shhs-feat-body p {
	font-size: 17.6px;
	line-height: 1.6;
}

.shhs-feat-link {
	font-size: 16.5px;
	margin-top: 12px;
	margin-bottom: 0;
}

.shhs-feat-link a {
	color: var(--wp--preset--color--accent-warm) !important;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 500;
}

.shhs-feat-link a:hover {
	color: var(--wp--preset--color--accent-warm-hover) !important;
}

/* ── Walking Tour Band ── */
.shhs-tour-band {
	display: flex;
	align-items: stretch;
	overflow: hidden;
}

.shhs-tour-content {
	flex: 1;
	padding: 40px 36px;
	color: #fff;
}

.shhs-tour-content .shhs-eyebrow {
	color: rgba(255,255,255,0.9);
}

.shhs-tour-content h2 {
	color: #fff;
	font-size: 29.7px;
	margin-bottom: 12px;
}

.shhs-tour-content p {
	font-size: 18.7px;
	color: #fff;
	line-height: 1.65;
	max-width: 500px;
	font-family: var(--wp--preset--font-family--accent);
}

.shhs-tour-cta {
	display: inline-block;
	margin-top: 18px;
	font-size: 17.6px;
	color: #fff !important;
	background: rgba(255,255,255,0.18);
	padding: 11px 26px;
	border-radius: 5px;
	text-decoration: none !important;
	font-weight: 600;
	border: 1.5px solid rgba(255,255,255,0.5);
	letter-spacing: 0.02em;
	transition: background 0.2s;
}

.shhs-tour-cta:hover {
	background: rgba(255,255,255,0.28);
}

.shhs-tour-img {
	width: 380px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding: 24px;
}

.shhs-tour-img img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 10px;
}

/* ── Timeline ── */
.shhs-timeline-track {
	position: relative;
	padding: 0 0 0 32px;
}

.shhs-timeline-track::before {
	content: '';
	position: absolute;
	left: 7px;
	top: 4px;
	bottom: 4px;
	width: 2px;
	background: var(--wp--preset--color--sand);
}

.shhs-timeline-item {
	position: relative;
	padding: 0 0 28px 0;
}

.shhs-timeline-item:last-child {
	padding-bottom: 0;
}

.shhs-timeline-dot {
	position: absolute;
	left: -32px;
	top: 7px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--wp--preset--color--accent);
	border: 3px solid var(--wp--preset--color--bg-main);
	box-shadow: 0 0 0 2px var(--wp--preset--color--accent);
}

.shhs-timeline-year {
	font-family: var(--wp--preset--font-family--display);
	font-size: 23.1px;
	font-weight: 600;
	color: var(--wp--preset--color--text-dark);
	margin-bottom: 4px;
}

.shhs-timeline-desc {
	font-size: 18.7px;
	color: var(--wp--preset--color--text-dark);
	line-height: 1.65;
	max-width: 600px;
}

a.shhs-timeline-link,
a.shhs-timeline-link:visited {
	display: block;
	text-decoration: none !important;
	color: inherit;
	border-radius: 8px;
	padding: 4px 8px 4px 0;
	margin-left: -8px;
	padding-left: 8px;
	transition: background 0.2s ease;
}

a.shhs-timeline-link:hover {
	background: rgba(0, 0, 0, 0.03);
}

a.shhs-timeline-link:hover .shhs-timeline-year {
	color: var(--wp--preset--color--accent);
}

a.shhs-timeline-link:hover .shhs-timeline-dot {
	transform: scale(1.25);
}

.shhs-timeline-read {
	display: inline-block;
	margin-top: 6px;
	font-size: 16.5px;
	font-weight: 600;
	color: var(--wp--preset--color--accent);
	opacity: 0 !important;
	transform: translateX(-4px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

a.shhs-timeline-link:hover .shhs-timeline-read {
	opacity: 1 !important;
	transform: translateX(0);
}

/* ── Articles Band ── */
.shhs-articles-inner {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 32px;
	align-items: center;
	max-width: 900px;
}

.shhs-articles-thumb {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 10px;
}

.shhs-articles-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shhs-articles-eyebrow {
	font-size: 16.5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	margin-bottom: 10px;
}

.shhs-articles-title {
	font-family: var(--wp--preset--font-family--display);
	font-size: 27.5px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 12px;
}

.shhs-articles-excerpt {
	font-size: 18.7px;
	color: rgba(255,255,255,0.9);
	line-height: 1.7;
	font-family: var(--wp--preset--font-family--accent);
}

.shhs-articles-cta {
	display: inline-block;
	margin-top: 20px;
	font-size: 17.6px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
	background: rgba(255,255,255,0.15);
	border: 1.5px solid rgba(255,255,255,0.5);
	padding: 10px 24px;
	border-radius: 5px;
	letter-spacing: 0.02em;
	transition: background 0.2s;
}
.shhs-articles-cta:hover {
	background: rgba(255,255,255,0.27) !important;
}

.shhs-articles-cta:hover {
	color: var(--wp--preset--color--bg-main) !important;
}

/* ── Newsletter ── */
.shhs-newsletter {
	text-align: center;
	border-top: 1px solid var(--wp--preset--color--sand);
}

.shhs-newsletter h2 {
	font-size: 31.9px;
}

.shhs-newsletter .shhs-nl-sub {
	font-family: var(--wp--preset--font-family--accent);
	font-style: normal;
	margin-bottom: 24px;
}

.shhs-nl-form {
	display: flex;
	gap: 10px;
	max-width: 440px;
	margin: 0 auto;
}

.shhs-nl-form input[type="email"] {
	flex: 1;
	padding: 13px 16px;
	border: 1.5px solid #999;
	border-radius: 6px;
	font-size: 18.7px;
	background: #fff;
	font-family: var(--wp--preset--font-family--body);
	outline: none;
	transition: border-color 0.2s;
}

.shhs-nl-form input[type="email"]:focus {
	border-color: var(--wp--preset--color--accent);
	box-shadow: 0 0 0 3px rgba(92,107,125,0.15);
}

.shhs-nl-form button {
	background: var(--wp--preset--color--primary-deep);
	color: #fff;
	border: none;
	padding: 13px 26px;
	border-radius: 6px;
	font-size: 18.7px;
	font-weight: 600;
	cursor: pointer;
	font-family: var(--wp--preset--font-family--body);
	white-space: nowrap;
	transition: background 0.2s;
}

.shhs-nl-form button:hover {
	background: var(--wp--preset--color--primary-mid);
}

.shhs-nl-fine {
	font-size: 17.6px;
	color: #666;
	margin-top: 16px;
}

/* ── Footer ── */
.shhs-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 28px 32px;
}

.shhs-footer .wp-block-site-title {
	font-size: 18.7px;
}

.shhs-footer-links a {
	font-size: 17.6px;
	color: rgba(255,255,255,0.85) !important;
	text-decoration: none !important;
}

.shhs-footer-links a:hover {
	color: #fff !important;
}

/* ── Enhancement 1: Paper Texture Overlay ── */
body {
	position: relative;
}

body::before {
	content: '';
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.028;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 200px 200px;
}

body > * {
	position: relative;
	z-index: 1;
}

/* ── Enhancement 3: Drop Caps ── */
.entry-content > p:first-of-type::first-letter,
.wp-block-post-content > p:first-of-type::first-letter,
.shhs-drop-cap::first-letter {
	font-family: var(--wp--preset--font-family--display);
	font-size: 3.74em;
	float: left;
	line-height: 0.8;
	margin: 0.05em 0.12em 0 0;
	color: var(--wp--preset--color--primary-deep);
	font-weight: 600;
}

/* ── Enhancement 5: Hero Parallax ── */
.shhs-hero-img {
	will-change: transform;
}

.shhs-hero-img.shhs-parallax-active {
	transition: none;
}

/* ── Enhancement 6: Animated Timeline Dots ── */
.shhs-timeline-dot {
	transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
	            background-color 0.4s ease,
	            box-shadow 0.4s ease;
	transform: scale(0.5);
	background: var(--wp--preset--color--sand);
	box-shadow: 0 0 0 2px var(--wp--preset--color--sand);
}

.shhs-timeline-item {
	opacity: 0;
	transform: translateX(-12px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.shhs-timeline-item.shhs-tl-visible {
	opacity: 1;
	transform: translateX(0);
}

.shhs-timeline-item.shhs-tl-visible .shhs-timeline-dot {
	transform: scale(1);
	background: var(--wp--preset--color--accent);
	box-shadow: 0 0 0 2px var(--wp--preset--color--accent);
}

/* ── Enhancement 7: Warm Accent Gradient Border ── */
.shhs-feat-card {
	position: relative;
}

.shhs-feat-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--wp--preset--color--accent-warm), var(--wp--preset--color--sand), transparent);
	border-radius: 10px 10px 0 0;
	z-index: 1;
}

.shhs-tour-band {
	position: relative;
}

.shhs-tour-band::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--wp--preset--color--accent-warm), rgba(139,90,58,0.3), transparent);
	z-index: 1;
}


/* ── Sticky header — all screen sizes ── */
header.wp-block-template-part {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9990;
}

/* iOS: fixed header on mobile */
@media (max-width: 768px) {
	header.wp-block-template-part {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 9990 !important;
	}
	#main-content {
		padding-top: 52px;
	}
}

/* ── Force hamburger at 768px instead of WP default 600px ── */
@media (max-width: 768px) {
	.wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}
	/* Hide WP default hamburger SVG, use custom 3-bar */
	.wp-block-navigation__responsive-container-open {
		display: flex !important;
		padding: 8px;
		color: #fff;
		position: fixed;
		right: 16px;
		top: 0;
		height: 52px;
		display: flex !important;
		align-items: center;
		z-index: 9999;
	}
	.wp-block-navigation__responsive-container-open svg {
		display: none !important;
	}
	.wp-block-navigation__responsive-container-open::before {
		content: '';
		display: block;
		width: 22px;
		height: 2px;
		background: #fff;
		box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
		border-radius: 1px;
	}

	/* Center org name between logo and hamburger */
	.shhs-navbar {
		position: relative;
		justify-content: flex-start !important;
	}
	.shhs-navbar .wp-block-site-title {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		margin-right: 0;
	}

	/* Mobile overlay menu styling */
	.wp-block-navigation__responsive-container.is-menu-open {
		background: #3D4F5F !important;
		color: #fff !important;
		padding-top: 60px;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
		top: 12px;
		right: 12px;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close svg {
		fill: #fff;
		width: 28px;
		height: 28px;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		font-size: 20.9px !important;
		padding: 8px 0 !important;
		color: #fff !important;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container a {
		font-size: 18.7px !important;
		color: rgba(255,255,255,0.85) !important;
	}
}

/* ── MOBILE ── */
@media (max-width: 768px) {

	/* ── Mobile Header: logo + title + hamburger only ── */
	.shhs-navbar {
		padding: 0 16px;
		height: 52px;
	}

	.shhs-navbar .wp-block-site-logo img {
		width: 36px;
		height: 36px;
		border: none;
		box-shadow: none;
		padding: 0;
	}

	.shhs-navbar .wp-block-site-title {
		font-size: 17.6px;
		line-height: 1.2;
	}

	/* Hide search, Join, Donate on mobile — they live in the hamburger */
	.shhs-navbar .shhs-search-wrap,
	.shhs-navbar .shhs-nav-btn--outline,
	.shhs-navbar .shhs-nav-btn--donate {
		display: none !important;
	}

	/* ── Mobile Hero: headline, image, blurb, button ── */
	.shhs-hero {
		display: flex;
		flex-direction: column;
		padding: 0 20px 24px;
		gap: 16px;
	}

	.shhs-hero-text {
		display: flex;
		flex-direction: column;
	}

	/* Move image up: after headline, before blurb */
	.shhs-hero-img {
		order: -1;
	}
	.shhs-hero-text {
		order: 0;
	}
	/* Headline goes above image */
	.shhs-hero-text h1 {
		order: -2;
	}
	/* Eyebrow above headline */
	.shhs-hero .shhs-eyebrow {
		order: -3;
	}

	/* Actually: restructure with order on the hero children */
	.shhs-hero > .shhs-hero-text {
		display: contents;
	}
	.shhs-hero .shhs-eyebrow { order: 1; }
	.shhs-hero h1 { order: 2; }
	.shhs-hero-img { order: 3; width: 100%; }
	.shhs-hero .shhs-hero-sub { order: 4; }
	.shhs-hero .shhs-hero-cta-wrap { order: 5; }

	.shhs-hero .shhs-eyebrow {
		color: var(--wp--preset--color--accent-warm);
		font-size: 14.3px;
		letter-spacing: 2px;
	}

	.shhs-hero h1 {
		font-size: 31.9px;
		line-height: 1.25;
	}

	.shhs-hero-sub {
		font-size: 18.7px;
		line-height: 1.6;
	}

	.shhs-hero-img {
		width: 100%;
		border-radius: 10px;
		box-shadow: 0 4px 16px rgba(0,0,0,0.1);
	}

	.shhs-hero-cta .wp-block-button__link {
		font-size: 17.6px;
		padding: 12px 24px;
	}


	/* ── Mobile Event Card ── */
	.shhs-event-bar {
		margin-top: 20px;
		flex-direction: column;
		padding: 0;
		gap: 0;
		border-radius: 12px;
		margin: 0 16px;
		overflow: hidden;
	}

	.shhs-event-bar .shhs-event-thumb {
		display: block;
		width: 100%;
		line-height: 0;
	}

	.shhs-event-bar .shhs-event-thumb .shhs-event-thumb-img {
		width: 100%;
		height: 180px;
		max-width: 100%;
		max-height: 180px;
		object-fit: cover;
		border-radius: 0;
	}

	.shhs-event-bar .shhs-event-badge {
		position: absolute;
		top: 12px;
		left: 12px;
		z-index: 2;
		background: rgba(255,255,255,0.2);
		padding: 3px 10px;
		border-radius: 4px;
	}

	.shhs-event-bar .shhs-event-text-wrap {
		padding: 14px 18px 4px;
	}

	.shhs-event-bar .shhs-event-text {
		font-size: 22px;
		font-weight: 600;
		display: block;
		font-family: var(--wp--preset--font-family--display);
		line-height: 1.3;
	}

	.shhs-event-bar .shhs-event-sub {
		font-size: 16.5px;
		margin-top: 6px;
		display: block;
		line-height: 1.4;
	}

	.shhs-event-bar .shhs-event-cta {
		display: block;
		padding: 12px 18px 16px;
		font-size: 17.6px;
		border-top: 1px solid rgba(255,255,255,0.15);
	}

	/* ── Mobile Feature Cards: stacked, generous ── */
	.shhs-feat-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.shhs-feat-card .shhs-feat-img {
		aspect-ratio: 16 / 9;
		height: auto;
	}

	.shhs-feat-card .shhs-feat-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.shhs-feat-body {
		padding: 16px 18px 18px;
	}

	.shhs-feat-body h3 {
		font-size: 19.8px;
	}

	.shhs-feat-body p {
		font-size: 17.6px;
		line-height: 1.55;
	}

	/* ── Mobile Walking Tour ── */
	.shhs-tour-band {
		flex-direction: column;
	}

	.shhs-tour-content {
		padding: 32px 16px;
	}

	.shhs-tour-img {
		width: 100%;
		padding: 0 16px 16px;
	}

	/* ── Mobile Timeline ── */
	.shhs-timeline-desc {
		font-size: 17.6px;
	}

	/* ── Mobile Articles ── */
	.shhs-articles-inner {
		grid-template-columns: 1fr;
		gap: 18px;
		max-width: none;
	}

	/* ── Mobile Newsletter ── */
	.shhs-nl-form {
		flex-direction: column;
	}

	/* ── Mobile Footer ── */
	.shhs-footer {
		flex-direction: column;
		gap: 14px;
		text-align: center;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.shhs-hero-img {
		width: 300px;
	}

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

	.shhs-tour-img {
		width: 300px;
	}
}

/*  Hero CTA button (issue 4)  */
.shhs-hero-cta-wrap {
	margin-top: 24px;
	margin-bottom: 0;
}
.shhs-hero-cta .wp-block-button__link {
	display: inline-block;
	background: #3d4f5f;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 17.6px;
	font-weight: 600;
	padding: 12px 28px;
	border-radius: 5px;
	letter-spacing: 0.03em;
	transition: background 0.2s;
}
.shhs-hero-cta .wp-block-button__link:hover {
	background: #7A3434 !important;
	color: #fff !important;
}

/*  Secondary strip (issue 6)  */
.shhs-secondary-strip {
	display: flex;
	justify-content: center;
	gap: 0;
	padding: 14px 32px;
	border-top: 1px solid var(--wp--preset--color--sand);
	margin-top: 8px;
	background: var(--wp--preset--color--bg-main);
}
.shhs-strip-link {
	margin: 0;
	font-size: 16.5px;
	font-weight: 600;
}
.shhs-strip-link a {
	color: var(--wp--preset--color--accent) !important;
	text-decoration: none !important;
	padding: 6px 28px;
	border-right: 1px solid var(--wp--preset--color--sand);
	display: inline-block;
	letter-spacing: 0.02em;
	transition: color 0.2s, background 0.15s;
	border-radius: 4px;
}
.shhs-strip-link:last-child a {
	border-right: none;
}
.shhs-strip-link a:hover {
	color: var(--wp--preset--color--accent-warm) !important;
	background: rgba(0,0,0,0.03);
}


/* Articles archive link */
.shhs-articles-archive {
	display: inline-block;
	margin-top: 10px;
	color: rgba(255,255,255,0.65) !important;
	font-size: 15.4px;
	font-weight: 500;
	text-decoration: none !important;
	letter-spacing: 0.04em;
	transition: color 0.2s;
}
.shhs-articles-archive:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

/* ── Archive Pagination ── */
.shhs-pagination {
	gap: 6px !important;
	align-items: center;
	padding: 8px 0;
}

.shhs-pagination .wp-block-query-pagination-numbers {
	display: flex;
	gap: 4px;
	align-items: center;
}

.shhs-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border-radius: 8px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 17.6px;
	font-weight: 500;
	text-decoration: none;
	color: var(--wp--preset--color--text-body);
	background: var(--wp--preset--color--bg-card);
	border: 1px solid var(--wp--preset--color--sand);
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.shhs-pagination .page-numbers:hover {
	background: var(--wp--preset--color--sand);
	color: var(--wp--preset--color--text-dark);
	border-color: transparent;
}

.shhs-pagination .page-numbers.current {
	background: var(--wp--preset--color--primary-deep);
	color: #fff;
	border-color: var(--wp--preset--color--primary-deep);
	font-weight: 600;
}

.shhs-pagination .page-numbers.dots {
	border: none;
	background: none;
	min-width: 24px;
	color: var(--wp--preset--color--text-muted);
	pointer-events: none;
}

.shhs-pagination .wp-block-query-pagination-previous,
.shhs-pagination .wp-block-query-pagination-next {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 40px;
	padding: 0 16px;
	border-radius: 8px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 16.5px;
	font-weight: 600;
	text-decoration: none;
	color: var(--wp--preset--color--accent-warm);
	background: var(--wp--preset--color--bg-card);
	border: 1px solid var(--wp--preset--color--sand);
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.shhs-pagination .wp-block-query-pagination-previous:hover,
.shhs-pagination .wp-block-query-pagination-next:hover {
	background: var(--wp--preset--color--accent-warm);
	color: #fff;
	border-color: var(--wp--preset--color--accent-warm);
}

@media (max-width: 600px) {
	.shhs-pagination {
		gap: 4px !important;
	}
	.shhs-pagination .page-numbers {
		min-width: 36px;
		height: 36px;
		padding: 0 8px;
		font-size: 16.5px;
	}
	.shhs-pagination .wp-block-query-pagination-previous,
	.shhs-pagination .wp-block-query-pagination-next {
		height: 36px;
		padding: 0 12px;
		font-size: 15.4px;
	}
}

/* Archive grid – consistent 4:3 thumbnail crop */
.wp-block-query .wp-block-post-template .wp-block-post-featured-image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.wp-block-query .wp-block-post-template .wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* -- Search Icon & Drawer -- */
.shhs-search-wrap {
position: relative;
display: flex;
align-items: center;
}

.shhs-search-toggle {
background: none;
border: none;
cursor: pointer;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
padding: 6px;
border-radius: 4px;
opacity: 0.85;
transition: opacity 0.2s, background 0.2s;
line-height: 1;
}

.shhs-search-toggle:hover,
.shhs-search-toggle[aria-expanded="true"] {
opacity: 1;
background: rgba(255,255,255,0.12);
}

.shhs-search-drawer {
position: absolute;
top: calc(100% + 12px);
right: 0;
background: #fff;
border-radius: 6px;
box-shadow: 0 4px 24px rgba(0,0,0,0.18);
padding: 8px;
min-width: 260px;
z-index: 9999;
animation: shhs-search-in 0.18s ease;
}

.shhs-search-drawer[hidden] {
display: none;
}

@keyframes shhs-search-in {
from { opacity: 0; transform: translateY(-6px); }
to   { opacity: 1; transform: translateY(0); }
}

.shhs-search-form {
display: flex;
align-items: center;
gap: 6px;
}

.shhs-search-input {
flex: 1;
border: 1.5px solid #d1d5db;
border-radius: 4px;
padding: 7px 10px;
font-size: 0.99rem;
color: #1a2e3b;
outline: none;
background: #fff;
transition: border-color 0.2s;
}

.shhs-search-input:focus {
border-color: var(--wp--preset--color--primary, #2e5d7a);
}

.shhs-search-submit {
background: none;
border: none;
cursor: pointer;
color: #4b5563;
display: flex;
align-items: center;
padding: 6px;
border-radius: 4px;
transition: color 0.2s;
}

.shhs-search-submit:hover {
color: var(--wp--preset--color--primary, #2e5d7a);
}

/* ── Event Details Block ── */
.shhs-event-details {
	background: var(--wp--preset--color--bg-card);
	border: 1px solid rgba(212,204,192,0.5);
	border-radius: 10px;
	padding: 28px 32px;
	position: relative;
}

.shhs-event-details::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--wp--preset--color--accent-warm), var(--wp--preset--color--sand), transparent);
	border-radius: 10px 10px 0 0;
}

.shhs-event-details-heading {
	font-family: var(--wp--preset--font-family--display);
	font-size: 25.3px !important;
	font-weight: 500;
	color: var(--wp--preset--color--text-dark);
	margin: 0 0 20px 0;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--wp--preset--color--sand);
}

.shhs-event-details-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 32px;
}

.shhs-event-detail-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.shhs-event-detail-icon {
	font-size: 23.1px;
	line-height: 1;
	flex-shrink: 0;
	margin-top: 2px;
}

.shhs-event-detail-label {
	display: block;
	font-family: var(--wp--preset--font-family--body);
	font-size: 14.3px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--wp--preset--color--text-muted);
	margin-bottom: 2px;
}

.shhs-event-detail-value {
	display: block;
	font-size: 18.7px;
	color: var(--wp--preset--color--text-dark);
	line-height: 1.4;
}

@media (max-width: 768px) {
	.shhs-event-details {
		padding: 20px;
	}
	.shhs-event-details-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

/* ── Articles category nav ── */
.shhs-articles-nav {
	background: var(--wp--preset--color--bg-card);
	border-bottom: 1px solid var(--wp--preset--color--sand);
	padding-top: 14px;
	padding-bottom: 14px;
}

.shhs-articles-nav-link {
	display: inline-block;
	padding: 7px 16px;
	border-radius: 20px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 16.5px;
	font-weight: 500;
	color: var(--wp--preset--color--text-body);
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
}

.shhs-articles-nav-link:hover {
	background: var(--wp--preset--color--sand);
	color: var(--wp--preset--color--text-dark);
}

.shhs-articles-nav-link.is-active {
	background: var(--wp--preset--color--primary-deep);
	color: #fff;
}

@media (max-width: 600px) {
	.shhs-articles-nav .wp-block-group {
		justify-content: flex-start !important;
		overflow-x: auto;
		flex-wrap: nowrap !important;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-left: 8px;
		padding-right: 8px;
	}
	.shhs-articles-nav .wp-block-group::-webkit-scrollbar {
		display: none;
	}
	.shhs-articles-nav-link {
		white-space: nowrap;
		flex-shrink: 0;
	}
}

/* ── Mobile Sticky Donate Bar ── */
.shhs-mobile-donate-bar {
	display: none;
}

@media (max-width: 768px) {
	.shhs-mobile-donate-bar {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		height: 44px;
		/* iOS: stick to actual bottom when browser chrome hides */
		top: auto;
		top: calc(100dvh - 44px);
		background: var(--wp--preset--color--accent-warm);
		text-align: center;
		padding: 0 16px;
		padding-bottom: env(safe-area-inset-bottom);
		box-shadow: 0 -2px 12px rgba(0,0,0,0.15);
	}
	.shhs-mobile-donate-bar a {
		color: #fff !important;
		text-decoration: none !important;
		font-size: 17.6px;
		font-weight: 700;
		letter-spacing: 0.5px;
	}
	/* Add bottom padding to body so content isn't hidden behind the bar */
	body {
		padding-bottom: 56px;
	}
}

/* ── Breadcrumbs ── */
nav.breadcrumbs {
	font-family: var(--wp--preset--font-family--body);
	font-size: 16.5px;
	color: var(--wp--preset--color--text-muted);
	margin-bottom: 20px;
}
nav.breadcrumbs a {
	color: var(--wp--preset--color--accent-warm);
	text-decoration: none;
}
nav.breadcrumbs a:hover {
	text-decoration: underline;
}
nav.breadcrumbs .breadcrumbs__separator {
	margin: 0 6px;
	opacity: 0.5;
}

/* ══════════════════════════════════════════════════════════════════
   Walking Tour — Page, Map, Cards, Slider, Inventory
   ══════════════════════════════════════════════════════════════════ */

/* ── Tour Hero ── */
.shhs-tour-hero {
	text-align: center;
	padding: 48px 24px 32px;
}

.shhs-tour-hero h1 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(30.8px, 5.5vw, 48.4px);
	color: var(--wp--preset--color--text-heading);
	margin: 0 0 12px;
}

.shhs-tour-hero .shhs-tour-subhead {
	font-family: var(--wp--preset--font-family--accent);
	font-size: clamp(17.6px, 2.75vw, 22px);
	color: var(--wp--preset--color--text-body);
	line-height: 1.6;
	max-width: 640px;
	margin: 0 auto 20px;
}

.shhs-tour-badge {
	display: inline-block;
	font-family: var(--wp--preset--font-family--body);
	font-size: 16.5px;
	color: var(--wp--preset--color--accent-warm);
	border: 1px solid var(--wp--preset--color--accent-warm);
	border-radius: 20px;
	padding: 6px 18px;
	letter-spacing: 0.02em;
}

.shhs-tour-download-map {
	display: inline-block;
	margin-top: 16px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 16.5px;
	font-weight: 600;
	color: var(--wp--preset--color--accent-warm) !important;
	border: 1.5px solid var(--wp--preset--color--accent-warm);
	border-radius: 20px;
	padding: 7px 20px;
	text-decoration: none !important;
	letter-spacing: 0.02em;
	transition: background 0.2s, color 0.2s;
}

.shhs-tour-download-map:hover {
	background: var(--wp--preset--color--accent-warm);
	color: #fff !important;
}

/* ── Leaflet Map ── */
#shhs-tour-map {
	width: 100%;
	height: 450px;
	border-radius: 10px;
	border: 1px solid var(--wp--preset--color--border);
	z-index: 1;
}

.shhs-map-marker {
	background: var(--wp--preset--color--accent-warm);
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 14.3px;
	font-weight: 700;
	text-align: center;
	line-height: 24px;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
}

.shhs-map-marker span {
	display: block;
}

.shhs-map-popup {
	font-family: var(--wp--preset--font-family--body);
	font-size: 16.5px;
	line-height: 1.4;
	min-width: 180px;
}

.shhs-map-popup img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
	margin-bottom: 8px;
}

.shhs-map-popup strong {
	font-size: 17.6px;
	display: block;
	margin-bottom: 2px;
}

.shhs-map-popup a {
	color: var(--wp--preset--color--accent-warm);
	text-decoration: none;
}

.shhs-map-popup a:hover {
	text-decoration: underline;
}

/* ── View Toggle (Map / List) ── */
.shhs-tour-view-toggles {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-bottom: 12px;
}

.shhs-tour-view-toggle {
	font-family: var(--wp--preset--font-family--body);
	font-size: 15.4px;
	padding: 6px 14px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 6px;
	background: transparent;
	color: var(--wp--preset--color--text-body);
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.shhs-tour-view-toggle.active {
	background: var(--wp--preset--color--accent-warm);
	color: #fff;
	border-color: var(--wp--preset--color--accent-warm);
}

/* ── Tour Section Headings ── */
.shhs-tour-section {
	padding: 40px 0;
}

.shhs-tour-section h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(24.2px, 3.85vw, 33px);
	color: var(--wp--preset--color--text-heading);
	margin: 0 0 24px;
}

/* ── Highlight Cards (ordered list below map) ── */
.shhs-tour-highlights {
	display: grid;
	gap: 20px;
	margin-top: 24px;
}

.shhs-tour-highlight {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	padding: 20px;
	background: var(--wp--preset--color--bg-soft);
	border-radius: 10px;
	transition: box-shadow 0.2s;
}

.shhs-tour-highlight:hover {
	box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

.shhs-tour-highlight-num {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	background: var(--wp--preset--color--accent-warm);
	color: #fff;
	border-radius: 50%;
	font-weight: 700;
	font-size: 17.6px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.shhs-tour-highlight-num:hover {
	color: #fff;
	opacity: .85;
}

.shhs-tour-highlight-thumb {
	flex-shrink: 0;
	width: 120px;
	height: 90px;
	border-radius: 6px;
	display: block;
	overflow: hidden;
}

.shhs-tour-highlight-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shhs-tour-highlight-body h3 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 20.9px;
	margin: 0 0 4px;
	color: var(--wp--preset--color--text-heading);
}

.shhs-tour-highlight-body h3 a {
	color: inherit;
	text-decoration: none;
}

.shhs-tour-highlight-body h3 a:hover {
	color: var(--wp--preset--color--accent-warm);
}

.shhs-tour-highlight-body .shhs-tour-addr {
	font-size: 15.4px;
	color: var(--wp--preset--color--text-muted);
	margin-bottom: 6px;
}

.shhs-tour-highlight-body p {
	font-size: 17.6px;
	line-height: 1.5;
	margin: 0 0 8px;
}

.shhs-tour-highlight-body a {
	color: var(--wp--preset--color--accent-warm);
	text-decoration: none;
	font-size: 16.5px;
	font-weight: 500;
}

.shhs-tour-highlight-body a:hover {
	text-decoration: underline;
}

/* ── Before / After Slider ── */
.shhs-ba-slider {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	cursor: ew-resize;
	user-select: none;
	-webkit-user-select: none;
	aspect-ratio: 16 / 10;
}

.shhs-ba-slider img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.shhs-ba-before {
	z-index: 2;
	clip-path: inset(0 50% 0 0);
}

.shhs-ba-after {
	z-index: 1;
}

.shhs-ba-handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	background: #fff;
	z-index: 3;
	cursor: ew-resize;
	transform: translateX(-50%);
}

.shhs-ba-handle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpath d='M8 4l-6 8 6 8M16 4l6 8-6 8'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.shhs-ba-label {
	position: absolute;
	bottom: 12px;
	z-index: 4;
	font-family: var(--wp--preset--font-family--body);
	font-size: 14.3px;
	font-weight: 600;
	color: #fff;
	background: rgba(0,0,0,.5);
	padding: 4px 10px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.shhs-ba-label--before {
	left: 12px;
}

.shhs-ba-label--after {
	right: 12px;
}

.shhs-ba-caption {
	text-align: center;
	font-size: 16.5px;
	color: var(--wp--preset--color--text-muted);
	margin-top: 8px;
	font-style: normal;
}

/* ── Before/After Scroll Row ── */
.shhs-ba-row {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	padding-bottom: 12px;
	scroll-snap-type: x mandatory;
}

.shhs-ba-row > div {
	flex: 0 0 min(380px, 85vw);
	scroll-snap-align: start;
}

/* ── Building Inventory ── */
.shhs-tour-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-bottom: 20px;
}

.shhs-tour-tabs {
	display: flex;
	gap: 4px;
}

.shhs-tour-tab {
	font-family: var(--wp--preset--font-family--body);
	font-size: 16.5px;
	padding: 8px 16px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 6px;
	background: transparent;
	color: var(--wp--preset--color--text-body);
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.shhs-tour-tab.active {
	background: var(--wp--preset--color--accent-warm);
	color: #fff;
	border-color: var(--wp--preset--color--accent-warm);
}

#shhs-tour-search {
	font-family: var(--wp--preset--font-family--body);
	font-size: 16.5px;
	padding: 8px 14px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 6px;
	flex: 1;
	min-width: 200px;
	max-width: 320px;
}

#shhs-tour-count {
	font-size: 16.5px;
	color: var(--wp--preset--color--text-muted);
	margin-left: auto;
}

.shhs-tour-inventory {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 16px;
}

.shhs-tour-card {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 16px;
	background: var(--wp--preset--color--bg-soft);
	border-radius: 8px;
	transition: box-shadow 0.2s, transform 0.15s;
}

.shhs-tour-card:hover {
	box-shadow: 0 3px 12px rgba(0,0,0,.1);
	transform: translateY(-2px);
}

.shhs-tour-card-title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 18.7px;
	font-weight: 600;
	color: var(--wp--preset--color--text-heading);
	margin: 0 0 4px;
}

.shhs-tour-card-addr {
	font-size: 15.4px;
	color: var(--wp--preset--color--text-muted);
	margin-bottom: 6px;
}

.shhs-tour-card-meta {
	font-size: 15.4px;
	color: var(--wp--preset--color--text-body);
}

/* ── Single Tour Stop ── */
.shhs-stop-header {
	margin-bottom: 32px;
}

.shhs-stop-header h1 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(28.6px, 4.4vw, 41.8px);
	margin: 0 0 8px;
}

.shhs-stop-address {
	font-size: 18.7px;
	color: var(--wp--preset--color--text-muted);
}

.shhs-stop-facts {
	background: var(--wp--preset--color--bg-soft);
	border-radius: 10px;
	padding: 24px;
	margin-bottom: 32px;
}

.shhs-stop-facts h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 20.9px;
	margin: 0 0 16px;
}

.shhs-stop-facts dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px 16px;
	margin: 0;
	font-size: 17.6px;
}

.shhs-stop-facts dt {
	font-weight: 600;
	color: var(--wp--preset--color--text-heading);
}

.shhs-stop-facts dd {
	margin: 0;
	color: var(--wp--preset--color--text-body);
}

/* ── Single Stop Map (small) ── */
.shhs-stop-map {
	width: 100%;
	height: 250px;
	border-radius: 10px;
	border: 1px solid var(--wp--preset--color--border);
	margin: 32px 0;
}

/* ── Prev / Next Nav ── */
.shhs-stop-nav {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 0;
	border-top: 1px solid var(--wp--preset--color--border);
	margin-top: 40px;
}

.shhs-stop-nav a {
	color: var(--wp--preset--color--accent-warm);
	text-decoration: none;
	font-size: 17.6px;
	font-weight: 500;
}

.shhs-stop-nav a:hover {
	text-decoration: underline;
}

.shhs-stop-nav .shhs-stop-next {
	margin-left: auto;
	text-align: right;
}

/* ── Context Articles Section ── */
.shhs-tour-articles {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

/* ── Practical Info Footer ── */
.shhs-tour-practical {
	background: var(--wp--preset--color--bg-soft);
	border-radius: 10px;
	padding: 32px;
	margin-top: 40px;
	font-size: 17.6px;
	line-height: 1.6;
}

.shhs-tour-practical p {
	margin: 0 0 8px;
}

.shhs-tour-practical a {
	color: var(--wp--preset--color--accent-warm);
}

/* ── Responsive: Tour Page ── */
@media (max-width: 768px) {
	#shhs-tour-map {
		height: 300px;
		border-radius: 8px;
	}

	.shhs-tour-highlight {
		flex-direction: column;
		gap: 12px;
	}

	.shhs-tour-highlight-thumb {
		width: 100%;
		height: 160px;
	}

	.shhs-tour-filter-bar {
		flex-direction: column;
		align-items: stretch;
	}

	#shhs-tour-search {
		max-width: none;
	}

	#shhs-tour-count {
		margin-left: 0;
	}

	.shhs-tour-inventory {
		grid-template-columns: 1fr;
	}

	.shhs-stop-facts dl {
		grid-template-columns: 1fr;
	}

	.shhs-stop-facts dt {
		margin-top: 8px;
	}

	.shhs-stop-nav {
		flex-direction: column;
	}

	.shhs-stop-nav .shhs-stop-next {
		margin-left: 0;
		text-align: left;
	}
}

/* ── ADA: Screen reader only text ── */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
}

/* ── ADA: Before/After slider handle focus ── */
.shhs-ba-handle:focus-visible {
	outline: none;
}
.shhs-ba-handle:focus-visible::after {
	outline: 3px solid var(--wp--preset--color--accent-warm);
	outline-offset: 2px;
}

/* ── ADA: Tour card focus styling ── */
.shhs-tour-card:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent-warm);
	outline-offset: 2px;
	box-shadow: 0 3px 12px rgba(0,0,0,.1);
	transform: translateY(-2px);
}

/* ── ADA: Mobile donate bar dismiss ── */
@media (max-width: 768px) {
	.shhs-mobile-donate-bar {
		transition: transform 0.3s ease;
	}
	.shhs-donate-dismiss {
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		background: none;
		border: none;
		color: rgba(255,255,255,0.8);
		font-size: 23.1px;
		line-height: 1;
		padding: 8px;
		cursor: pointer;
		min-width: 44px;
		min-height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.shhs-donate-dismiss:hover,
	.shhs-donate-dismiss:focus-visible {
		color: #fff;
	}
	.shhs-donate-dismiss:focus-visible {
		outline: 2px solid #fff;
		outline-offset: 2px;
	}
	.shhs-mobile-donate-bar.is-dismissed {
		transform: translateY(100%);
		pointer-events: none;
	}
}

/* ── ADA: Tour tab focus ── */
.shhs-tour-tab:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent-warm);
	outline-offset: 2px;
}

/* ── ADA: Tour view toggle focus ── */
.shhs-tour-view-toggle:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent-warm);
	outline-offset: 2px;
}

/* ==========================================================================
   Oral Histories — Listing Page, Cards, Single, Audio Player
   ========================================================================== */

/* ── Stats bar ── */
.shhs-oh-stats {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	margin: 16px 0 24px;
}

.shhs-oh-stat {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 16.5px;
	font-weight: 600;
	color: var(--wp--preset--color--accent-warm);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* ── Controls: search + filter ── */
.shhs-oh-controls {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
	margin: 24px 0;
}

.shhs-oh-search {
	flex: 1 1 240px;
	padding: 10px 14px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 6px;
	font-size: 17.6px;
	font-family: var(--wp--preset--font-family--body);
	background: var(--wp--preset--color--bg-card);
}

.shhs-oh-search:focus {
	outline: 2px solid var(--wp--preset--color--accent-warm);
	outline-offset: 1px;
}

.shhs-oh-filters {
	display: flex;
	gap: 6px;
}

.shhs-oh-filter {
	padding: 8px 16px;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 20px;
	background: transparent;
	font-size: 15.4px;
	font-family: var(--wp--preset--font-family--body);
	cursor: pointer;
	transition: all 0.15s;
	color: var(--wp--preset--color--text-body);
}

.shhs-oh-filter.active,
.shhs-oh-filter:hover {
	background: var(--wp--preset--color--accent-warm);
	color: #fff;
	border-color: var(--wp--preset--color--accent-warm);
}

/* ── Card grid ── */
.shhs-oh-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
	margin: 20px 0 40px;
}

.shhs-oh-card {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: var(--wp--preset--color--bg-card);
	border-radius: 8px;
	border: 1px solid var(--wp--preset--color--border);
	text-decoration: none;
	color: var(--wp--preset--color--text-body);
	transition: box-shadow 0.15s, transform 0.15s;
}

.shhs-oh-card:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	transform: translateY(-2px);
}

.shhs-oh-card:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent-warm);
	outline-offset: 2px;
}

.shhs-oh-card-top {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.shhs-oh-card-portrait {
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 50%;
	flex-shrink: 0;
	border: 2px solid var(--wp--preset--color--border);
}

.shhs-oh-card-top > div {
	flex: 1;
	min-width: 0;
}

.shhs-oh-card-top h3 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 19.8px;
	margin: 0;
	color: var(--wp--preset--color--text-heading);
}

.shhs-oh-audio-badge {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background: var(--wp--preset--color--accent-warm);
	color: #fff;
	border-radius: 50%;
	font-size: 16.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shhs-oh-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	margin-top: 8px;
	font-size: 15.4px;
	color: var(--wp--preset--color--text-muted);
}

.shhs-oh-card-excerpt {
	margin: 10px 0 0;
	font-size: 16.5px;
	line-height: 1.5;
	color: var(--wp--preset--color--text-body);
	flex: 1;
}

.shhs-oh-card-foot {
	margin-top: 12px;
	font-size: 14.3px;
	color: var(--wp--preset--color--text-muted);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

/* ── Wine Families section ── */
.shhs-oh-wine-section {
	margin-top: 48px;
	padding-top: 40px;
	border-top: 2px solid var(--wp--preset--color--accent-warm);
}

.shhs-oh-wine-section h2 {
	color: var(--wp--preset--color--accent-warm);
}

.shhs-oh-card--wine {
	border-left: 3px solid var(--wp--preset--color--accent-warm);
}

.shhs-oh-grid--wine {
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

/* ── CTA ── */
.shhs-oh-cta {
	margin-top: 48px;
	padding: 32px;
	background: var(--wp--preset--color--bg-card);
	border-radius: 10px;
	text-align: center;
}

.shhs-oh-cta h2 {
	margin-top: 0;
}

/* ==========================================================================
   Oral History — Single Page
   ========================================================================== */

/* ── Breadcrumb ── */
.shhs-oh-breadcrumb {
	font-size: 15.4px;
	color: var(--wp--preset--color--text-muted);
	margin-bottom: 24px;
}

.shhs-oh-breadcrumb a {
	color: var(--wp--preset--color--accent-warm);
	text-decoration: none;
}

.shhs-oh-breadcrumb a:hover {
	text-decoration: underline;
}

.shhs-oh-breadcrumb span[aria-hidden] {
	margin: 0 6px;
}

/* ── Header ── */
.shhs-oh-header {
	display: flex;
	gap: 24px;
	align-items: flex-start;
	margin-bottom: 32px;
}

.shhs-oh-portrait {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
	flex-shrink: 0;
	border: 3px solid var(--wp--preset--color--border);
}

.shhs-oh-header-body h1 {
	margin: 0 0 8px;
	font-size: var(--wp--preset--font-size--x-large);
}

.shhs-oh-meta-line {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 16px;
	font-size: 16.5px;
	color: var(--wp--preset--color--text-muted);
}

.shhs-oh-collection-badge {
	display: inline-block;
	margin-top: 10px;
	padding: 4px 12px;
	font-size: 14.3px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border-radius: 20px;
	background: var(--wp--preset--color--bg-card);
	border: 1px solid var(--wp--preset--color--border);
	color: var(--wp--preset--color--text-muted);
}

.shhs-oh-collection-badge--wine {
	background: var(--wp--preset--color--accent-warm);
	border-color: var(--wp--preset--color--accent-warm);
	color: #fff;
}

/* ── Wine family header accent ── */
.shhs-oh-header--wine {
	border-left: 4px solid var(--wp--preset--color--accent-warm);
	padding-left: 20px;
}

/* ── Audio player ── */
.shhs-oh-player {
	margin-bottom: 32px;
}

.shhs-oh-player audio {
	width: 100%;
	border-radius: 8px;
}

/* ── Transcript ── */
.shhs-oh-transcript {
	font-size: 18.7px;
	line-height: 1.8;
}

.shhs-oh-transcript p {
	margin-bottom: 16px;
}

.shhs-oh-transcript strong {
	color: var(--wp--preset--color--text-heading);
}

.shhs-oh-meta {
	font-size: 16.5px;
	color: var(--wp--preset--color--text-muted);
	padding: 12px 16px;
	background: var(--wp--preset--color--bg-card);
	border-radius: 6px;
	border-left: 3px solid var(--wp--preset--color--accent-warm);
}

/* ── Prev / Next nav ── */
.shhs-oh-nav {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid var(--wp--preset--color--border);
}

.shhs-oh-nav-link {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: var(--wp--preset--color--text-body);
	max-width: 45%;
}

.shhs-oh-nav-next {
	text-align: right;
	margin-left: auto;
}

.shhs-oh-nav-label {
	font-size: 14.3px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--wp--preset--color--text-muted);
}

.shhs-oh-nav-title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 17.6px;
	font-weight: 600;
	color: var(--wp--preset--color--accent-warm);
	margin-top: 2px;
}

.shhs-oh-nav-link:hover .shhs-oh-nav-title {
	text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 600px) {
	.shhs-oh-header {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.shhs-oh-meta-line {
		justify-content: center;
	}

	.shhs-oh-grid {
		grid-template-columns: 1fr;
	}

	.shhs-oh-controls {
		flex-direction: column;
	}

	.shhs-oh-search {
		flex: 1 1 100%;
	}

	.shhs-oh-nav {
		flex-direction: column;
	}

	.shhs-oh-nav-next {
		text-align: left;
	}
}

/* ==========================================================================
   Lecture Series — Archive
   ========================================================================== */

.shhs-lecture-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	margin: 16px 0 24px;
}

.shhs-lecture-stat {
	font-size: 15.4px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--wp--preset--color--text-muted);
}

.shhs-lecture-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
	margin-top: 32px;
}

.shhs-lecture-card {
	display: flex;
	flex-direction: column;
	background: var(--wp--preset--color--bg-card);
	border-radius: 8px;
	border: 1px solid var(--wp--preset--color--border);
	text-decoration: none;
	color: var(--wp--preset--color--text-body);
	overflow: hidden;
	transition: box-shadow 0.15s, transform 0.15s;
}

.shhs-lecture-card:hover {
	box-shadow: 0 4px 20px rgba(0,0,0,.10);
	transform: translateY(-2px);
}

.shhs-lecture-card:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent-warm);
	outline-offset: 2px;
}

.shhs-lecture-thumb-wrap {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #1a1a1a;
}

.shhs-lecture-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity 0.2s;
}

.shhs-lecture-card:hover .shhs-lecture-thumb {
	opacity: 0.85;
}

.shhs-lecture-thumb-placeholder {
	width: 100%;
	height: 100%;
	background: #D4CCC0 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0ODAgMjcwIj48cmVjdCB3aWR0aD0iNDgwIiBoZWlnaHQ9IjI3MCIgZmlsbD0iI0Q0Q0NDMCIvPjxwb2x5Z29uIHBvaW50cz0iMjEwLDEwNSAyMTAsMTY1IDI3MCwxMzUiIGZpbGw9IiMzRDRGNUYiIG9wYWNpdHk9IjAuMyIvPjwvc3ZnPg==") center/40% no-repeat;
}

.shhs-lecture-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 45.1px;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0,0,0,.5);
	pointer-events: none;
	opacity: 0.85;
	transition: opacity 0.15s;
}

.shhs-lecture-card:hover .shhs-lecture-play {
	opacity: 1;
}

.shhs-lecture-card-body {
	padding: 16px 18px 18px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.shhs-lecture-card-body h3 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 18.7px;
	margin: 0 0 8px;
	color: var(--wp--preset--color--text-heading);
	line-height: 1.35;
}

.shhs-lecture-excerpt {
	font-size: 16.5px;
	line-height: 1.5;
	color: var(--wp--preset--color--text-body);
	margin: 0 0 12px;
	flex: 1;
}

.shhs-lecture-watch {
	font-size: 15.4px;
	font-weight: 600;
	color: var(--wp--preset--color--accent-warm);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-top: auto;
}

/* ==========================================================================
   Lecture Series — Single Page
   ========================================================================== */

.shhs-lecture-breadcrumb {
	font-size: 15.4px;
	color: var(--wp--preset--color--text-muted);
	margin-bottom: 20px;
}

.shhs-lecture-breadcrumb a {
	color: var(--wp--preset--color--accent-warm);
	text-decoration: none;
}

.shhs-lecture-breadcrumb a:hover {
	text-decoration: underline;
}

.shhs-lecture-breadcrumb span[aria-hidden] {
	margin: 0 6px;
}

.shhs-lecture-title {
	margin: 0 0 24px;
}

.shhs-lecture-embed-wrap {
	position: relative;
	aspect-ratio: 16 / 9;
	width: 100%;
	margin-bottom: 32px;
	border-radius: 8px;
	overflow: hidden;
	background: #000;
}

.shhs-lecture-embed {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.shhs-lecture-description {
	font-size: 18.7px;
	line-height: 1.8;
	margin-bottom: 40px;
}

.shhs-lecture-description p {
	margin-bottom: 16px;
}

@media (max-width: 600px) {
	.shhs-lecture-grid {
		grid-template-columns: 1fr;
	}
}

/* ── Event Spotlight Bar: stacked card for intermediate widths (769–960px) ──
   Mirrors the ≤768px "Mobile Event Card" so the event text wraps full-width
   instead of being crushed into a narrow column beside the round thumbnail. */
@media (min-width: 769px) and (max-width: 960px) {
	.shhs-event-bar {
		flex-direction: column;
		align-items: stretch;
		padding: 0;
		gap: 0;
		border-radius: 12px;
		margin: 0 16px;
		overflow: hidden;
	}
	.shhs-event-bar .shhs-event-thumb {
		display: block;
		width: 100%;
		line-height: 0;
	}
	.shhs-event-bar .shhs-event-thumb .shhs-event-thumb-img {
		width: 100%;
		height: 200px;
		max-width: 100%;
		max-height: 200px;
		object-fit: cover;
		border-radius: 0;
	}
	.shhs-event-bar .shhs-event-badge {
		position: absolute;
		top: 12px;
		left: 12px;
		z-index: 2;
		background: rgba(255,255,255,0.2);
		padding: 3px 10px;
		border-radius: 4px;
	}
	.shhs-event-bar .shhs-event-text-wrap {
		padding: 16px 24px 4px;
	}
	.shhs-event-bar .shhs-event-text {
		display: block;
		font-family: var(--wp--preset--font-family--display);
		font-weight: 600;
		line-height: 1.3;
	}
	.shhs-event-bar .shhs-event-sub {
		display: block;
		margin-top: 6px;
		line-height: 1.4;
	}
	.shhs-event-bar .shhs-event-cta {
		display: block;
		margin-left: 0;
		padding: 12px 24px 16px;
		border-top: 1px solid rgba(255,255,255,0.15);
	}
}

/* ════════════════════════════════════════════════════════════
   Enhancement 8: Subtle design elements (added 2026-06-25)
   ════════════════════════════════════════════════════════════ */

/* Hairline divider — replaces the vine PNG dividers */
.shhs-hairline{
	border:0; height:1px; width:100%; max-width:660px; margin:32px auto;
	background:linear-gradient(90deg, transparent,
		var(--wp--preset--color--sand) 16%,
		var(--wp--preset--color--sand) 84%, transparent);
}

/* Archival paper grain on the cream background — barely there */
body{
	background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Cfilter id=%27n%27%3E%3CfeTurbulence type=%27fractalNoise%27 baseFrequency=%270.9%27 numOctaves=%272%27/%3E%3C/filter%3E%3Crect width=%27100%25%27 height=%27100%25%27 filter=%27url(%23n)%27 opacity=%270.035%27/%3E%3C/svg%3E");
}

/* Warm lamplight glow under feature cards on hover */
.shhs-feat-card:hover{ box-shadow:0 14px 34px -16px rgba(148,64,64,0.42); }
.shhs-feat-card::after{
	content:""; position:absolute; left:22px; right:22px; bottom:0; height:2px;
	background:linear-gradient(90deg, transparent, var(--wp--preset--color--accent-warm), transparent);
	opacity:0; transition:opacity .3s ease; pointer-events:none; z-index:2;
}
.shhs-feat-card:hover::after{ opacity:.55; }

/* Framed archive print — add class "shhs-frame" to a figure */
.shhs-frame img{
	display:block; background:#fff; padding:12px;
	border:1px solid var(--wp--preset--color--sand);
	box-shadow:0 18px 36px -20px rgba(61,79,95,0.45); border-radius:2px;
}
.shhs-frame figcaption{
	font-family:var(--wp--preset--font-family--accent);
	font-size:16px; color:#5a5344; line-height:1.5; padding-top:10px;
}

/* Editorial drop cap — add class "shhs-dropcap" to a paragraph */
.shhs-dropcap::first-letter{
	font-family:var(--wp--preset--font-family--display); font-weight:700;
	color:var(--wp--preset--color--accent-warm);
	font-size:64px; line-height:.8; float:left; margin:8px 12px 0 0;
}

/* keep framed-print captions roman, not italic */
.shhs-frame figcaption{ font-style:normal; }

/* ── ADA fix (2026-07-01): reveal screen-reader-text (incl. WP core skip link) on focus ── */
.screen-reader-text:focus,
.screen-reader-text:focus-visible {
	background-color: #fff;
	clip: auto !important;
	clip-path: none !important;
	color: var(--wp--preset--color--primary-deep, #1f3a4d);
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	left: 8px;
	top: 8px;
	padding: 14px 22px;
	z-index: 100000;
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* ── ADA fix (2026-07-01): breadcrumb links distinguishable by more than color (WCAG 1.4.1) ── */
nav.breadcrumbs a,
.shhs-oh-breadcrumb a,
.shhs-lecture-breadcrumb a { text-decoration: underline; }

/* ── ADA fix (2026-07-01 pass 2): 3:1 form-field borders (1.4.11) + sticky-header focus offset (2.4.11) ── */
.shhs-nl-form input[type="email"] { border-color: #8a8a8a; }
html { scroll-padding-top: 80px; }
