/*
Theme Name: HOPP
Theme URI: https://www.humansofphnompenh.com
Author: Humans of Phnom Penh
Description: Custom WordPress theme for the Humans of Phnom Penh website redesign.
Version: 0.2.0
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.3
Text Domain: hopp
*/

:root {
	--hopp-brown: #33231a;
	--hopp-beige: #9c8469;
	--hopp-rust: #c16e4d;
	--hopp-cream: #f4f1ea;
	--hopp-sand: #a68a61;
	--hopp-terracotta: #c47254;
	--hopp-paper: #fcfbf9;
	--hopp-footer-surface: #a35d41;
	--hopp-footer-bar: #8e4c32;
	--hopp-brand-surface: var(--hopp-brown);
	--hopp-brand-accent: var(--hopp-beige);
	--hopp-brand-accent-hover: var(--hopp-rust);
	--hopp-brand-band: var(--hopp-brown);
	--hopp-black: #000000;
	--hopp-white: #ffffff;
	--hopp-gray-text: #374151;
	--hopp-gray-border: #e5e7eb;
	--hopp-gray-muted: #6b7280;
	--hopp-content: 56rem;
	--hopp-prose: 38rem;
	--hopp-wide: 80rem;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--hopp-paper);
	color: var(--hopp-brown);
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.625;
}

body.nav-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--hopp-rust);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 3px solid var(--hopp-rust);
	outline-offset: 4px;
}

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

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(51, 35, 26, 0.96);
	color: var(--hopp-white);
}

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

.site-brand {
	display: grid;
	color: var(--hopp-white);
	font-family: "Playfair Display", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.05;
	text-transform: uppercase;
}

.site-nav__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav__list a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0.35rem 0;
	color: var(--hopp-white);
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-nav__list .sub-menu {
	display: none;
	margin: 0.25rem 0 0;
	padding: 0 0 0 1rem;
	list-style: none;
}

.site-nav__list .sub-menu a {
	min-height: 38px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.75rem;
	letter-spacing: 0.08em;
}

.site-nav__list .menu-item-has-children:hover > .sub-menu,
.site-nav__list .menu-item-submenu-open > .sub-menu,
.site-nav__list .menu-item-has-children:focus-within > .sub-menu {
	display: block;
}

.site-nav__list a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.site-nav__list a:hover::after,
.site-nav__list a:focus::after,
.current-menu-item > a::after,
.current-menu-ancestor > a::after,
.current-menu-parent > a::after {
	transform: scaleX(1);
}

.current-menu-item > a,
.current-menu-ancestor > a,
.current-menu-parent > a {
	font-weight: 700;
}

.menu-item-pitch > a {
	color: var(--hopp-terracotta);
}

.menu-item-pitch > a::after {
	background: var(--hopp-terracotta);
}

.menu-item-cart a {
	padding-inline: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.45);
}

/* ─── Header cart icon ─── */

.site-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	color: var(--hopp-white);
	order: 2;
}

.site-cart:hover {
	opacity: 0.8;
}

.hopp-cookie-consent {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 1200;
	width: min(28rem, calc(100vw - 2rem));
}

.hopp-cookie-consent__panel {
	padding: 1.25rem;
	border: 1px solid rgba(51, 35, 26, 0.14);
	border-radius: 1rem;
	background: rgba(252, 251, 249, 0.98);
	box-shadow: 0 18px 45px rgba(51, 35, 26, 0.18);
}

.hopp-cookie-consent__eyebrow {
	margin: 0 0 0.5rem;
	color: var(--hopp-rust);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hopp-cookie-consent__panel h2 {
	margin: 0;
	font-family: "Playfair Display", serif;
	font-size: 1.5rem;
	line-height: 1.15;
}

.hopp-cookie-consent__panel p {
	margin: 0.75rem 0 0;
	color: var(--hopp-gray-text);
}

.hopp-cookie-consent__policy a {
	color: var(--hopp-rust);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

.hopp-cookie-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
}

.hopp-cookie-consent__button {
	min-height: 44px;
	border-radius: 999px;
	font: inherit;
	cursor: pointer;
}

.hopp-cookie-consent__button {
	padding: 0.8rem 1rem;
}

.hopp-cookie-consent__button--primary {
	border: 1px solid var(--hopp-brown);
	background: var(--hopp-brown);
	color: var(--hopp-white);
}

.hopp-cookie-consent__button--secondary {
	border: 1px solid rgba(51, 35, 26, 0.18);
	background: transparent;
	color: var(--hopp-brown);
}

.hidden {
	display: none !important;
}

@media (max-width: 640px) {
	.hopp-cookie-consent {
		right: 0.75rem;
		bottom: 0.75rem;
		width: calc(100vw - 1.5rem);
	}

	.hopp-cookie-consent__panel {
		padding: 1rem;
		border-radius: 0.85rem;
	}

	.hopp-cookie-consent__actions {
		flex-direction: column;
	}

	.hopp-cookie-consent__button {
		width: 100%;
	}
}

.site-cart svg {
	display: block;
}

.site-nav-toggle {
	order: 3;
}

.site-cart__count {
	position: absolute;
	top: 4px;
	right: 2px;
	display: none;
	min-width: 18px;
	height: 18px;
	padding: 0 3px;
	background: var(--hopp-rust);
	color: var(--hopp-white);
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	border-radius: 9px;
}

.site-cart__count--visible {
	display: block;
}

.site-nav {
	position: fixed;
	inset: 74px 0 0;
	display: none;
	padding: 2rem 1.5rem;
	background: var(--hopp-brown);
	overflow-y: auto;
}

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

.site-nav-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: transparent;
	color: var(--hopp-white);
}

.site-nav-toggle__bar,
.site-nav-toggle__bar::before,
.site-nav-toggle__bar::after {
	display: block;
	width: 18px;
	height: 1px;
	margin: 0 auto;
	background: currentColor;
	content: "";
}

.site-nav-toggle__bar::before {
	transform: translateY(-6px);
}

.site-nav-toggle__bar::after {
	transform: translateY(5px);
}

main {
	min-height: 60vh;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	color: var(--hopp-brown);
	font-family: "Playfair Display", serif;
}

.hero,
.page-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 62vh;
	padding: 4.5rem 1.25rem;
	overflow: hidden;
	background: var(--hopp-brown);
	color: var(--hopp-white);
}

.hero--home-video {
	min-height: calc(100svh - 74px);
}

.page-hero--product {
	min-height: 18rem;
	background: var(--hopp-black);
}

.page-hero--product::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.94));
	content: "";
}

.page-hero--product .page-hero__inner {
	text-align: center;
}

.page-hero--product h1 {
	margin-bottom: 0;
	font-size: clamp(2.6rem, 5vw, 4.8rem);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(51, 35, 26, 0.94), rgba(51, 35, 26, 0.62)),
		linear-gradient(135deg, #33231a 0%, #7b4b34 55%, #c47254 100%);
	content: "";
}

.hero--home[style*="--hopp-hero-image"]::before {
	background:
		linear-gradient(90deg, rgba(51, 35, 26, 0.9), rgba(51, 35, 26, 0.46)),
		var(--hopp-hero-image) center / cover no-repeat;
}

.hero__media-wrap,
.page-hero__media-wrap {
	position: absolute;
	inset: 0;
}

.hero__media,
.page-hero__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__audio-toggle,
.page-hero__audio-toggle {
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(34, 24, 18, 0.66);
	color: var(--hopp-white);
	padding: 0.65rem 1rem;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.hero__audio-toggle:hover,
.page-hero__audio-toggle:hover,
.hero__audio-toggle:focus-visible,
.page-hero__audio-toggle:focus-visible {
	background: rgba(34, 24, 18, 0.88);
	border-color: rgba(255, 255, 255, 0.75);
}

.hero--home-video::before,
.page-hero--has-video::before {
	background: linear-gradient(90deg, rgba(51, 35, 26, 0.9), rgba(51, 35, 26, 0.5));
}

.hero__content,
.page-hero__inner {
	position: relative;
	width: min(100%, var(--hopp-wide));
	margin: 0 auto;
}

.hero__eyebrow,
.section-label,
.card-kicker {
	color: var(--hopp-beige);
	font-family: "Playfair Display", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hero h1 {
	max-width: 62rem;
	margin-bottom: 1.5rem;
	color: var(--hopp-white);
	font-size: clamp(3rem, 8vw, 6rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.1;
}

.hero p:not(.hero__eyebrow) {
	max-width: 45rem;
	color: var(--hopp-white);
	font-size: 1.125rem;
}

.hero__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	margin-top: 2rem;
}

.button-primary,
.button-outline {
	width: 100%;
}

.button-primary,
.button-outline,
.demo-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.75rem 2rem;
	border: 1px solid var(--hopp-brand-accent);
	background: var(--hopp-brand-accent);
	color: var(--hopp-white);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button-primary:hover,
.button-primary:focus,
.demo-form button:hover,
.demo-form button:focus {
	border-color: var(--hopp-brand-accent-hover);
	background: var(--hopp-brand-accent-hover);
	color: var(--hopp-white);
}

.button-outline {
	border-color: rgba(255, 255, 255, 0.65);
	background: transparent;
}

.button-outline:hover,
.button-outline:focus {
	border-color: var(--hopp-white);
	background: var(--hopp-white);
	color: var(--hopp-brown);
}

.button-primary--light {
	background: var(--hopp-white);
	color: var(--hopp-brown);
}

.intro-band {
	background: var(--hopp-sand);
	color: var(--hopp-white);
}

.intro-band__inner {
	width: min(100%, var(--hopp-content));
	margin: 0 auto;
	padding: 2rem 1.25rem;
}

.intro-band p {
	margin: 0;
	font-family: "Playfair Display", serif;
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	line-height: 1.25;
}

.section {
	padding: 4rem 1.25rem;
}

.section--paper {
	background: var(--hopp-paper);
}

.section--cream {
	background: var(--hopp-cream);
}

.section__header {
	width: min(100%, var(--hopp-content));
	margin: 0 auto 3rem;
	text-align: center;
}

.section__header h2,
.split-section h2,
.prose-section h1,
.prose-section h2,
.prose-section h3,
.form-layout h2,
.empty-state h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 5vw, 3.25rem);
	font-weight: 600;
	line-height: 1.18;
}

.prose-section h3 {
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.section__header p:last-child,
.split-section p,
.prose-section p,
.form-layout p,
.empty-state p {
	color: var(--hopp-gray-text);
}

.card-grid,
.product-grid,
.feature-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	width: min(100%, var(--hopp-wide));
	margin: 0 auto;
}

.story-card,
.product-card,
.feature-grid > div {
	background: var(--hopp-white);
	border: 1px solid rgba(51, 35, 26, 0.08);
}

.story-card a {
	display: block;
	height: 100%;
}

.product-card__link {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
}

.product-card__link:hover {
	opacity: 0.88;
}

.product-card__link:focus-visible {
	outline: 2px solid var(--hopp-beige);
	outline-offset: 2px;
}

.story-card__media,
.product-card__media,
.editorial-image {
	aspect-ratio: 4 / 3;
	background: var(--hopp-cream);
	overflow: hidden;
}

.story-card__media img,
.product-card__media img,
.editorial-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story-card__body,
.product-card__body,
.feature-grid > div {
	padding: 1.5rem;
}

.product-card__body {
	display: flex;
	flex-direction: column;
}

.story-card h2,
.product-card h2,
.feature-grid h3 {
	margin-bottom: 0.75rem;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.story-card p,
.product-card p,
.feature-grid p {
	color: var(--hopp-gray-text);
	font-size: 0.875rem;
}

.card-summary,
.product-card__summary {
	display: -webkit-box;
	overflow: hidden;
	min-height: 4.25rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.product-card__summary--empty {
	color: transparent;
}

.card-kicker {
	margin-bottom: 0.75rem;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.split-section,
.form-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
}

.split-section > *,
.form-layout > * {
	width: 100%;
	justify-self: stretch;
}

.text-link {
	display: inline-flex;
	margin-top: 1rem;
	color: var(--hopp-rust);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 0.35rem;
}

.page-hero {
	min-height: 48vh;
}

.page-hero--sand {
	background: var(--hopp-sand);
}

.page-hero--terracotta {
	background: var(--hopp-terracotta);
}

.page-hero--has-image::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(51, 35, 26, 0.9), rgba(51, 35, 26, 0.5)),
		var(--hopp-hero-image) center / cover no-repeat;
	content: "";
}

.page-hero--has-video {
	min-height: calc(100svh - 74px);
}

.page-hero--has-image .page-hero__inner,
.page-hero--has-video .page-hero__inner,
.hero--home-video .hero__content {
	z-index: 1;
}

.page-hero h1 {
	max-width: 56rem;
	margin-bottom: 1rem;
	color: var(--hopp-white);
	font-size: clamp(2.5rem, 7vw, 5rem);
	line-height: 1.1;
}

.page-hero p {
	max-width: 42rem;
	color: var(--hopp-white);
}

.page-hero .section-label {
	color: rgba(255, 255, 255, 0.82);
}

.product-detail,
.product-related {
	padding: 5rem 1.5rem;
	background: var(--hopp-paper);
}

.product-detail__shell,
.product-related__inner {
	width: min(100%, var(--hopp-wide));
	margin: 0 auto;
}

.product-detail__shell {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
}

.product-detail__media .woocommerce-product-gallery {
	width: 100%;
	margin: 0;
}

.product-detail__media .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.product-detail__fallback-image {
	margin: 0;
	overflow: hidden;
	background: var(--hopp-cream);
	border: 1px solid rgba(51, 35, 26, 0.08);
}

.product-detail__fallback-image img {
	display: block;
	width: 100%;
	height: auto;
}

.product-detail__summary {
	padding-top: 0.5rem;
}

.product-detail__eyebrow {
	margin-bottom: 0.75rem;
	color: var(--hopp-beige);
	font-family: "Playfair Display", serif;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.product-detail__name {
	margin-bottom: 1rem;
	color: var(--hopp-brown);
	font-family: "Playfair Display", serif;
	font-size: clamp(2.2rem, 5vw, 4rem);
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-transform: uppercase;
}

.product-detail__price {
	margin-bottom: 1.5rem;
	color: var(--hopp-brown);
	font-family: "Montserrat", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
}

.product-detail__price .price {
	margin: 0;
}

.product-detail__description {
	margin-top: 1rem;
	font-family: "Montserrat", sans-serif;
	font-size: 0.98rem;
	line-height: 1.7;
	color: var(--hopp-gray-text);
}

.product-detail__description p {
	margin-bottom: 0.9rem;
}

.product-detail__description strong {
	font-weight: 700;
	color: var(--hopp-brown);
}

.product-detail__cart {
	margin-top: 2rem;
}

.product-detail__cart form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	margin: 0;
}

.product-detail__cart .quantity {
	margin: 0;
}

.product-detail__cart .quantity .input-text {
	width: 4.5rem;
	min-height: 48px;
	border: 1px solid var(--hopp-gray-border);
	background: var(--hopp-white);
	color: var(--hopp-brown);
	text-align: center;
	font: inherit;
}

.product-detail__cart .single_add_to_cart_button {
	min-height: 48px;
	padding: 0.9rem 1.5rem;
	border: 0;
	background: var(--hopp-black);
	color: var(--hopp-white);
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.product-detail__meta {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid var(--hopp-gray-border);
	color: var(--hopp-gray-text);
	font-size: 0.9375rem;
}

.product-related {
	padding-top: 0;
}

.product-related .section-label {
	margin-bottom: 1.25rem;
}

.product-related__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.prose-section {
	max-width: none;
}

.prose-section > * {
	width: min(100%, var(--hopp-prose));
	margin-right: auto;
	margin-left: auto;
}

.prose-section a {
	color: var(--hopp-brand-accent);
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.prose-section ul,
.prose-section ol {
	margin: 0 0 1.5rem;
	padding-left: 1.5rem;
	color: var(--hopp-gray-text);
}

.prose-section li + li {
	margin-top: 0.5rem;
}

.product-card {
	display: grid;
	grid-template-rows: auto 1fr;
}

.product-card__body h2 {
	font-size: 1.15rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.product-card__footer {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid var(--hopp-gray-border);
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.demo-form {
	display: grid;
	gap: 1rem;
	padding: 1.5rem;
	background: var(--hopp-white);
	border: 1px solid rgba(51, 35, 26, 0.1);
}

.demo-form__field {
	display: grid;
	gap: 0.5rem;
}

.demo-form label {
	color: var(--hopp-brown);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.demo-form__error {
	min-height: 1.2em;
	color: var(--hopp-rust);
	font-size: 0.8125rem;
	font-weight: 500;
}

.demo-form__error:not(:empty)::before {
	content: "✕ ";
}

.demo-form__field--error input,
.demo-form__field--error textarea {
	border-color: var(--hopp-rust);
}

.demo-form input,
.demo-form textarea {
	width: 100%;
	min-height: 44px;
	padding: 0.75rem;
	border: 1px solid var(--hopp-gray-border);
	border-radius: 0;
	background: var(--hopp-paper);
	color: var(--hopp-gray-text);
	font: inherit;
	text-transform: none;
}

.empty-state {
	width: min(100%, var(--hopp-content));
	margin: 0 auto;
	padding: 4rem 1.25rem;
	text-align: center;
}

.page-content,
.single-content,
.archive-content,
.error-content {
	padding: 4rem 1.25rem;
	background: var(--hopp-paper);
}

.document-page {
	padding: 4.5rem 1.25rem 5rem;
	background:
		linear-gradient(180deg, rgba(235, 225, 211, 0.5) 0%, rgba(250, 246, 241, 0.98) 18%, var(--hopp-paper) 100%);
}

.document-page__article {
	width: min(100%, 58rem);
	margin: 0 auto;
	padding: clamp(1.75rem, 3vw, 2.5rem);
	background: rgba(255, 251, 246, 0.92);
	border: 1px solid rgba(51, 35, 26, 0.08);
	box-shadow: 0 20px 60px rgba(51, 35, 26, 0.08);
}

.document-page__header {
	margin-bottom: 2.25rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(137, 111, 92, 0.22);
}

.document-page__eyebrow {
	margin-bottom: 0.85rem;
	color: var(--hopp-beige);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.document-page__header h1 {
	margin: 0;
	color: var(--hopp-brown);
	font-size: clamp(2.15rem, 5vw, 3.6rem);
	line-height: 1.1;
}

.document-page__body {
	color: var(--hopp-gray-text);
}

.document-page__body > *:last-child {
	margin-bottom: 0;
}

.document-page__body h1,
.document-page__body h2,
.document-page__body h3 {
	color: var(--hopp-brown);
}

.document-page__body p,
.document-page__body li {
	font-size: 1rem;
	line-height: 1.8;
}

.document-page__body ul,
.document-page__body ol {
	width: min(100%, calc(var(--hopp-prose) - 1.1rem));
	margin: 0 auto 1.5rem;
	padding-left: 1.1rem;
}

.document-page__body li::marker {
	color: var(--hopp-brown);
}

.page-content__article,
.single-content__article,
.error-content__inner {
	width: min(100%, var(--hopp-content));
	margin: 0 auto;
}

.single-content__article {
	max-width: var(--hopp-prose);
}

.page-content__header,
.single-content__header,
.archive-content__header {
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--hopp-gray-border);
}

.page-content h1,
.single-content h1,
.archive-content h1,
.error-content h1 {
	font-size: clamp(2.25rem, 6vw, 4rem);
	line-height: 1.15;
}

.single-content__meta,
.archive-card__meta,
.error-content__eyebrow {
	color: var(--hopp-beige);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.single-content__media {
	margin: 0 0 2rem;
}

.single-content__body,
.page-content__body,
.archive-content__description {
	color: var(--hopp-gray-text);
}

.single-content__body > *,
.page-content__body > * {
	margin-bottom: 1.5rem;
}

.archive-content__header,
.archive-grid,
.pagination {
	width: min(100%, var(--hopp-wide));
	margin-right: auto;
	margin-left: auto;
}

.archive-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.archive-card {
	background: var(--hopp-white);
	border: 1px solid rgba(51, 35, 26, 0.08);
}

.archive-card__link {
	display: block;
	height: 100%;
}

.archive-card__media {
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	background: var(--hopp-cream);
}

.archive-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.archive-card__body {
	padding: 1.5rem;
}

.archive-card h2 {
	margin-bottom: 0.75rem;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.pagination {
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.625rem;
}

.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	padding: 0.7rem 0.95rem;
	border: 1px solid rgba(51, 35, 26, 0.16);
	background: var(--hopp-white);
	color: var(--hopp-brown);
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus-visible {
	border-color: var(--hopp-brown);
	background: rgba(51, 35, 26, 0.06);
	color: var(--hopp-brown);
}

.pagination .page-numbers.current {
	border-color: var(--hopp-brown);
	background: var(--hopp-brown);
	color: var(--hopp-white);
}

.pagination .page-numbers.dots {
	min-width: auto;
	padding-right: 0.25rem;
	padding-left: 0.25rem;
	border: 0;
	background: transparent;
	color: var(--hopp-gray-text);
}

.site-footer {
	background: var(--hopp-brown);
	color: var(--hopp-white);
}

.site-footer__main {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	width: min(100%, var(--hopp-wide));
	margin: 0 auto;
	padding: 3.5rem 1.5rem 3rem;
}

.site-footer__intro {
	max-width: 24rem;
}

.site-footer__brand {
	display: inline-flex;
	margin-bottom: 0.85rem;
	color: var(--hopp-white);
	font-family: "Playfair Display", serif;
	font-size: 1.5rem;
	font-weight: 700;
}

.site-footer p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.84);
}

.site-footer__menu,
.site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.site-footer__menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	width: min(100%, 40rem);
}

.site-footer__links nav {
	display: block;
}

.site-footer__menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__links a,
.site-footer__menu a {
	display: block;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-footer__links a:hover,
.site-footer__links a:focus,
.site-footer__menu a:hover,
.site-footer__menu a:focus {
	color: var(--hopp-white);
}

.site-footer__social {
	align-content: flex-start;
	gap: 0.75rem;
}

.site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: var(--hopp-white);
	border-radius: 9999px;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.site-footer__social a:hover,
.site-footer__social a:focus {
	background: var(--hopp-white);
	color: var(--hopp-brown);
	border-color: var(--hopp-white);
}

.site-footer__social svg {
	display: block;
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.site-footer__bar {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1rem max(1.5rem, calc((100vw - var(--hopp-wide)) / 2));
	background: rgba(0, 0, 0, 0.22);
	font-size: 0.8125rem;
}

.site-footer__bar p {
	margin: 0;
}

.site-footer__bar a,
.site-footer__legal {
	color: rgba(255, 255, 255, 0.86);
}

.site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.15rem 0.35rem;
}

.site-footer__legal > a,
.site-footer__legal > span,
.site-footer__legal-button {
	display: inline;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.86);
	font: inherit;
}

.site-footer__legal-button {
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.site-footer__legal > a,
.site-footer__legal-button {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.site-footer__legal-button:hover,
.site-footer__legal-button:focus-visible,
.site-footer__legal > a:hover,
.site-footer__legal > a:focus-visible {
	color: var(--hopp-white);
}

.return-to-top {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	background: var(--hopp-brand-surface);
	color: var(--hopp-white);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
	opacity: 0;
	pointer-events: none;
	transform: translateY(0.75rem);
	transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.return-to-top--visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.return-to-top--docked {
	transition: opacity 180ms ease, transform 180ms ease, background 180ms ease, bottom 180ms ease;
}

.return-to-top:hover,
.return-to-top:focus {
	background: var(--hopp-brand-accent-hover);
	color: var(--hopp-white);
}

.return-to-top svg {
	display: block;
	width: 1.35rem;
	height: 1.35rem;
	fill: currentColor;
}

@media (min-width: 641px) {
	.site-header__inner {
		padding: 1.25rem 1.5rem;
	}

	.site-brand {
		font-size: 1.35rem;
	}

	.hero {
		min-height: 72vh;
		padding: 6rem 1.5rem;
	}

	.hero--home-video {
		min-height: calc(100svh - 88px);
	}

	.page-hero {
		min-height: 42vh;
		padding: 5rem 1.5rem;
	}

	.page-hero--has-video {
		min-height: calc(100svh - 88px);
	}

	.page-hero--product {
		min-height: 18rem;
	}

	.section,
	.page-content,
	.single-content,
	.archive-content,
	.error-content {
		padding: 6rem 1.5rem;
	}

	.intro-band__inner {
		padding: 3rem 1.5rem;
	}

	.card-grid,
	.product-grid,
	.feature-grid,
	.archive-grid,
	.product-related__grid {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}

	.hero__actions {
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.product-card__footer {
		flex-direction: row;
		align-items: center;
	}

	.site-footer__bar {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.button-primary,
	.button-outline {
		width: auto;
	}
}

@media (max-width: 640px) {
	.site-footer__bar {
		align-items: flex-start;
	}

	.site-footer__legal {
		gap: 0.3rem 0.4rem;
	}

	.site-footer__legal > a,
	.site-footer__legal-button {
		display: inline-flex;
		align-items: center;
		padding: 0.45rem 0;
		line-height: 1.35;
	}

	.site-footer__legal > span[aria-hidden="true"] {
		display: inline-flex;
		align-items: center;
		padding: 0.45rem 0;
	}
}

@media (min-width: 961px) {
	.site-nav-toggle {
		display: none;
	}

	.site-cart {
		order: 4;
	}

	.site-nav {
		position: static;
		display: block;
		flex: 1;
		order: 3;
		padding: 0;
		background: transparent;
	}

	.site-nav__list {
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		gap: 1.25rem;
	}

	.site-nav__list .menu-item-has-children {
		position: relative;
	}

	.site-nav__list .menu-item-has-children:hover > .sub-menu,
	.site-nav__list .menu-item-submenu-open > .sub-menu,
	.site-nav__list .menu-item-has-children:focus-within > .sub-menu {
		display: block;
	}

	.site-nav__list .sub-menu {
		position: fixed;
		top: var(--hopp-submenu-top, 4.75rem);
		left: var(--hopp-submenu-left, 50%);
		z-index: 1200;
		min-width: 13rem;
		margin: 0;
		padding: 0.9rem 1rem;
		background: #24170f;
		border: 1px solid rgba(255, 255, 255, 0.24);
		box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
		transform: translateX(-50%);
	}

	.site-nav__list .sub-menu::before {
		position: absolute;
		top: -0.65rem;
		right: 0;
		left: 0;
		height: 0.65rem;
		content: "";
	}

	.site-nav__list a {
		font-size: 0.875rem;
	}

	.card-grid,
	.product-grid,
	.feature-grid,
	.archive-grid,
	.product-related__grid,
	.youtube-series__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.product-detail__shell {
		grid-template-columns: minmax(0, 1.15fr) minmax(26rem, 0.85fr);
		gap: 3rem 4rem;
	}

	.split-section,
	.form-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 4rem;
	}

	.split-section > *,
	.form-layout > * {
		width: min(100%, 38rem);
	}

	.split-section > :first-child,
	.form-layout > :first-child {
		justify-self: end;
	}

	.split-section--reverse > :first-child {
		justify-self: end;
	}

	.split-section--reverse > :last-child {
		justify-self: start;
	}

	.context-cta__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.site-footer__main {
		grid-template-columns: minmax(18rem, 1.2fr) minmax(18rem, 1fr) minmax(11rem, auto);
		align-items: start;
		gap: 3rem;
	}
}

/* ─── WooCommerce overrides ─── */

.woocommerce-breadcrumb {
	width: min(100%, var(--hopp-wide));
	margin: 0 auto 1.5rem;
	color: var(--hopp-gray-muted);
	font-size: 0.8125rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.woocommerce-breadcrumb a {
	color: var(--hopp-beige);
}

.woocommerce-breadcrumb a:hover {
	color: var(--hopp-rust);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
	border-top: 3px solid var(--hopp-beige);
	background: var(--hopp-cream);
	color: var(--hopp-brown);
	font-size: 0.9375rem;
	list-style: none;
}

.woocommerce-message {
	border-top-color: var(--hopp-sand);
}

.woocommerce-error {
	border-top-color: var(--hopp-rust);
}

.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.75rem 1.5rem;
	border: 1px solid var(--hopp-beige);
	background: var(--hopp-beige);
	color: var(--hopp-white);
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease;
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	border-color: var(--hopp-rust);
	background: var(--hopp-rust);
	color: var(--hopp-white);
}

.woocommerce button.button.alt,
.woocommerce input.button.alt {
	border-color: var(--hopp-brown);
	background: var(--hopp-brown);
}

.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	border-color: var(--hopp-rust);
	background: var(--hopp-rust);
}

/* ─── Fix: WooCommerce button.alt (ADD TO CART archive, UPDATE CART, Proceed to checkout) ─── */

.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.alt,
.woocommerce .checkout-button {
	border-color: var(--hopp-beige) !important;
	background: var(--hopp-beige) !important;
	color: var(--hopp-white) !important;
}

.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce .checkout-button:hover {
	border-color: var(--hopp-rust) !important;
	background: var(--hopp-rust) !important;
	color: var(--hopp-white) !important;
}

/* Fix: single-product ADD TO CART button — was --hopp-black */

.product-detail__cart .single_add_to_cart_button {
	background: var(--hopp-beige);
}

.product-detail__cart .single_add_to_cart_button:hover,
.product-detail__cart .single_add_to_cart_button:focus {
	background: var(--hopp-rust);
}

/* ─── Hide cart coupon section ─── */

.woocommerce-cart .coupon,
.cart_totals .coupon,
form.woocommerce-cart-form .coupon {
	display: none !important;
}

/* ─── Hover effects — consistent across all interactive cards ─── */

.story-card a {
	transition: opacity 180ms ease;
}

.story-card a:hover,
.story-card a:focus-within {
	opacity: 0.88;
}

.archive-card__link {
	transition: opacity 180ms ease;
}

.archive-card__link:hover,
.archive-card__link:focus-visible {
	opacity: 0.88;
}

/* ─── About page ─── */

.about-intro {
	display: block;
}

.about-intro__copy {
	width: min(100%, 44rem);
	margin: 0 auto;
}

.about-intro__copy h2 {
	margin-bottom: 1.25rem;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	line-height: 1.2;
}

.about-intro__copy p:last-child {
	max-width: 40rem;
	color: var(--hopp-gray-text);
	font-size: 1.0625rem;
}

.about-principles {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	width: min(100%, var(--hopp-content));
	margin: 0 auto;
}

.about-principle {
	width: auto;
	padding: 0;
	background: transparent;
	border: 0;
}

.about-principle--mission {
	background: transparent;
	color: inherit;
}

.about-principle h2 {
	margin-bottom: 0.75rem;
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	line-height: 1.25;
}

.about-principle p:last-child {
	color: var(--hopp-gray-text);
}

.about-objectives__grid {
	display: block;
	width: min(100%, 44rem);
	margin: 0 auto;
}

.about-objective {
	display: grid;
	grid-template-columns: 3rem 1fr;
	gap: 0 1.25rem;
	align-items: baseline;
	padding: 1.25rem 0;
	background: transparent;
	border-bottom: 1px solid rgba(51, 35, 26, 0.1);
}

.about-objective:first-child {
	border-top: 1px solid rgba(51, 35, 26, 0.1);
}

.about-objective span {
	color: var(--hopp-rust);
	font-family: "Playfair Display", serif;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-top: 0.2rem;
}

.about-objective p {
	margin: 0;
	color: var(--hopp-brown);
	font-size: 1rem;
	line-height: 1.6;
}

.about-cta {
	margin: 0;
}

@media (min-width: 641px) {
	.about-principles {
		grid-template-columns: 1fr 1fr;
		gap: 3rem 4rem;
	}

	.about-principle {
		padding-left: 1.5rem;
		border-left: 2px solid var(--hopp-beige);
	}
}

/* ─── Artist page ─── */

.artist-intro {
	width: min(100%, var(--hopp-content));
	margin: 0 auto;
}

.artist-intro__list {
	margin: 1rem 0 1.5rem;
	padding-left: 1.5rem;
	color: var(--hopp-gray-text);
}

.artist-intro__list li {
	margin-bottom: 0.5rem;
}

.hopp-form-wrap {
	width: min(100%, var(--hopp-prose));
	margin: 0 auto;
}

/* ─── Career page ─── */

.career-intro {
	width: min(100%, var(--hopp-content));
	margin: 0 auto 3rem;
	color: var(--hopp-gray-text);
}

.career-intro p {
	margin-bottom: 1rem;
}

.career-benefits {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	width: min(100%, var(--hopp-wide));
	margin: 0 auto;
}

.career-benefit {
	padding: 1.5rem;
	background: var(--hopp-white);
	border: 1px solid rgba(51, 35, 26, 0.08);
	text-align: center;
}

.career-benefit__icon {
	margin: 0 0 0.75rem;
	color: var(--hopp-beige);
	font-size: 1.5rem;
}

.career-benefit h3 {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.career-benefit p {
	margin: 0;
	color: var(--hopp-gray-text);
	font-size: 0.875rem;
}

.volunteer-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	width: min(100%, var(--hopp-wide));
	margin: 0 auto;
}

.volunteer-card {
	background: var(--hopp-white);
	border: 1px solid rgba(51, 35, 26, 0.08);
	transition: opacity 180ms ease;
}

.volunteer-card:hover {
	opacity: 0.88;
}

.volunteer-card__media {
	aspect-ratio: 4 / 3;
	background: var(--hopp-cream);
	overflow: hidden;
}

.volunteer-card__media--writers      { background: var(--hopp-sand); }
.volunteer-card__media--photographers { background: var(--hopp-beige); }
.volunteer-card__media--videographers { background: var(--hopp-brown); }
.volunteer-card__media--social        { background: var(--hopp-terracotta); }

.volunteer-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.volunteer-card__body {
	padding: 1.5rem;
}

.volunteer-card h3 {
	margin-bottom: 0.5rem;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.volunteer-card p {
	margin: 0;
	color: var(--hopp-gray-text);
	font-size: 0.875rem;
}

.intern-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	width: min(100%, var(--hopp-wide));
	margin: 0 auto;
}

.intern-card {
	padding: 1.5rem;
	background: var(--hopp-white);
	border: 1px solid rgba(51, 35, 26, 0.08);
	text-align: center;
}

.intern-card h3 {
	margin-bottom: 0.75rem;
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.intern-card p {
	margin: 0;
	color: var(--hopp-gray-text);
	font-size: 0.875rem;
}

.career-qualifications {
	width: min(100%, var(--hopp-content));
	margin: 0 auto;
}

.career-qualifications h2 {
	margin-bottom: 1.5rem;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.qualifications-list {
	margin: 0 0 1.5rem;
	padding-left: 1.5rem;
	color: var(--hopp-gray-text);
}

.qualifications-list li {
	margin-bottom: 0.75rem;
}

.career-qualifications p {
	color: var(--hopp-gray-text);
}

.apply-section .hopp-form-wrap {
	max-width: 48rem;
}

/* ─── Contact Us page ─── */

.contact-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	width: min(100%, var(--hopp-wide));
	margin: 0 auto;
}

.contact-details h2 {
	margin-bottom: 1.5rem;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.contact-list {
	margin: 0 0 2rem;
	padding: 0;
	list-style: none;
}

.contact-list__item {
	display: grid;
	gap: 0.25rem;
	margin-bottom: 1.25rem;
}

.contact-list__label {
	color: var(--hopp-beige);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.contact-list__item a,
.contact-list__item address {
	color: var(--hopp-brown);
	font-size: 1rem;
	font-style: normal;
}

.contact-list__item a:hover {
	color: var(--hopp-rust);
}

.contact-map {
	overflow: hidden;
	border: 1px solid var(--hopp-gray-border);
}

.contact-map iframe {
	display: block;
}

.contact-form .section-label {
	margin-bottom: 1rem;
}

/* ─── Pitch Your Pal page ─── */

.pitch-intro {
	width: min(100%, var(--hopp-content));
	margin: 0 auto;
	color: var(--hopp-gray-text);
}

.pitch-intro h2 {
	margin-bottom: 1rem;
	color: var(--hopp-brown);
}

/* ─── Browse by Series (Stories page) ─── */

.series-teaser {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.series-teaser__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
	width: min(100%, var(--hopp-content));
	margin: 0 auto;
}

.series-teaser__inner h2 {
	margin-bottom: 0.75rem;
	font-size: clamp(1.75rem, 4vw, 2.75rem);
}

.series-teaser__inner p {
	margin: 0;
	color: var(--hopp-gray-text);
}

/* ─── YouTube Series page ─── */

.youtube-series__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	width: min(100%, var(--hopp-wide));
	margin: 0 auto;
}

.context-cta {
	background: var(--hopp-cream);
}

.context-cta__inner {
	display: grid;
	gap: 2rem;
	width: min(100%, var(--hopp-wide));
	margin: 0 auto;
}

.context-cta__inner h2 {
	max-width: 42rem;
	margin-bottom: 1rem;
	font-size: clamp(1.85rem, 4vw, 3rem);
	line-height: 1.15;
}

.context-cta__inner p:not(.section-label) {
	max-width: 42rem;
	margin-bottom: 0;
	color: var(--hopp-gray-text);
}

.context-cta__inner > a {
	align-self: center;
}

.youtube-series-card {
	position: relative;
	display: grid;
	overflow: hidden;
	background: var(--hopp-white);
	color: var(--hopp-brown);
	border: 1px solid rgba(51, 35, 26, 0.08);
	transition: opacity 180ms ease, transform 180ms ease;
}

.youtube-series-card:hover {
	color: var(--hopp-brown);
	opacity: 0.9;
	transform: translateY(-2px);
}

.youtube-series-card:focus-visible {
	color: var(--hopp-brown);
	transform: translateY(-2px);
}

.youtube-series-card__thumb {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	background: var(--hopp-brown);
	overflow: hidden;
}

.youtube-series-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.youtube-series-card__thumb::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.48));
	content: "";
}

.youtube-series-card__play {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	background: var(--hopp-rust);
	color: var(--hopp-white);
	border-radius: 9999px;
}

.youtube-series-card__play svg {
	display: block;
	width: 2rem;
	height: 2rem;
	fill: currentColor;
}

.youtube-series-card__body {
	display: grid;
	gap: 0.75rem;
	padding: 1.25rem;
}

.youtube-series-card__label,
.youtube-series-card__meta {
	color: var(--hopp-gray-muted);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.youtube-series-card__title {
	font-family: "Playfair Display", serif;
	font-size: 1.55rem;
	line-height: 1.12;
}

.youtube-series-card__summary {
	color: var(--hopp-gray-text);
	line-height: 1.55;
}

.youtube-series-card--playlist .youtube-series-card__play {
	background: var(--hopp-brown);
}

.youtube-series-card--playlist .youtube-series-card__play svg {
	width: 1.5rem;
	height: 1.5rem;
}

@media (min-width: 961px) {
	.youtube-series__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* ─── AJAX cart toast ─── */

.hopp-toast {
	position: fixed;
	right: 1.5rem;
	bottom: 2rem;
	z-index: 9999;
	max-width: 22rem;
	padding: 1rem 1.5rem;
	background: var(--hopp-brown);
	color: var(--hopp-white);
	font-size: 0.9375rem;
	font-weight: 500;
	opacity: 0;
	transform: translateY(0.75rem);
	transition: opacity 250ms ease, transform 250ms ease;
	pointer-events: none;
}

.hopp-toast--error {
	background: var(--hopp-rust);
}

.hopp-toast--visible {
	opacity: 1;
	transform: translateY(0);
}

/* ─── Contact Form 7 forms ─── */

.hopp-form-message {
	margin: 0;
	padding: 1rem;
	background: var(--hopp-cream);
	border-left: 4px solid var(--hopp-beige);
	color: var(--hopp-brown);
}

.hopp-form-message--admin {
	border-left-color: var(--hopp-rust);
}

.wpcf7 {
	color: var(--hopp-brown);
	font-family: "Montserrat", sans-serif;
}

.wpcf7 form {
	display: grid;
	gap: 1rem;
}

.wpcf7 p {
	margin: 0;
}

.wpcf7 label {
	display: grid;
	gap: 0.5rem;
	color: var(--hopp-brown);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	min-height: 44px;
	padding: 0.75rem 0.875rem;
	background: var(--hopp-white);
	border: 1px solid var(--hopp-gray-border);
	border-radius: 0;
	box-shadow: none;
	color: var(--hopp-brown);
	font-family: "Montserrat", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none;
}

.wpcf7 input[type="file"] {
	padding: 0.625rem 0.875rem;
	color: var(--hopp-gray-text);
}

.wpcf7 textarea {
	min-height: 10rem;
	resize: vertical;
}

.wpcf7 input:focus-visible,
.wpcf7 select:focus-visible,
.wpcf7 textarea:focus-visible {
	border-color: var(--hopp-beige);
	outline: 3px solid var(--hopp-rust);
	outline-offset: 3px;
}

.wpcf7 .wpcf7-not-valid {
	border-color: var(--hopp-rust);
}

.wpcf7-not-valid-tip {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	margin-top: 0.5rem;
	color: var(--hopp-rust);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none;
}

.wpcf7-not-valid-tip::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	background: var(--hopp-rust);
	color: var(--hopp-white);
	content: "!";
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
}

.wpcf7 .wpcf7-acceptance label {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	color: var(--hopp-gray-text);
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
	text-transform: none;
}

.wpcf7 input[type="checkbox"] {
	width: 1.25rem;
	height: 1.25rem;
	margin-top: 0.125rem;
	accent-color: var(--hopp-rust);
	flex: 0 0 auto;
}

.wpcf7-submit {
	min-height: 44px;
	width: fit-content;
	padding: 0.75rem 2rem;
	background: var(--hopp-beige);
	border: 1px solid var(--hopp-beige);
	border-radius: 0;
	color: var(--hopp-white);
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus-visible {
	background: var(--hopp-rust);
	border-color: var(--hopp-rust);
	color: var(--hopp-white);
}

.wpcf7-spinner {
	margin: 0 0 0 0.75rem;
}

.wpcf7 form .wpcf7-response-output {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	margin: 0;
	padding: 1rem;
	border: 0;
	border-left: 4px solid var(--hopp-beige);
	background: var(--hopp-cream);
	color: var(--hopp-brown);
	font-size: 0.9375rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-left-color: var(--hopp-rust);
	color: var(--hopp-rust);
}

.wpcf7 form .wpcf7-response-output::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25rem;
	height: 1.25rem;
	background: var(--hopp-beige);
	color: var(--hopp-white);
	content: "i";
	flex: 0 0 auto;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
}

.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before,
.wpcf7 form.failed .wpcf7-response-output::before,
.wpcf7 form.aborted .wpcf7-response-output::before {
	background: var(--hopp-rust);
	content: "!";
}

/* ─── WooCommerce cart & notices ─── */

/* Remove WooCommerce emoji/icon from notice text */
.woocommerce-message::before,
.woocommerce-info::before {
	display: none !important;
}

/* Notice layout reset */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	display: block !important;
	padding: 1rem 1.25rem !important;
	margin-bottom: 1rem !important;
	border-radius: 0 !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.9375rem !important;
}

.woocommerce-message {
	background: var(--hopp-cream) !important;
	border-top: 3px solid var(--hopp-beige) !important;
	color: var(--hopp-brown) !important;
}

.woocommerce-info {
	background: var(--hopp-cream) !important;
	border-top: 3px solid var(--hopp-sand) !important;
	color: var(--hopp-brown) !important;
}

.woocommerce-error {
	background: #fff5f2 !important;
	border-top: 3px solid var(--hopp-rust) !important;
	color: var(--hopp-rust) !important;
}

/* "Return to shop" and inline notice buttons */
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce .return-to-shop .button {
	display: inline-block !important;
	margin-top: 0.75rem !important;
	padding: 0.625rem 1.5rem !important;
	background: var(--hopp-beige) !important;
	color: var(--hopp-white) !important;
	border: none !important;
	border-radius: 0 !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce .return-to-shop .button:hover {
	background: var(--hopp-rust) !important;
}

.woocommerce-cart table.cart .product-thumbnail img,
.hopp-cart-item-thumbnail {
	width: 4.5rem;
	max-width: 4.5rem;
	height: auto;
}

/* ─── Responsive additions ─── */

@media (min-width: 641px) {
	.career-benefits {
		grid-template-columns: 1fr 1fr;
	}

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

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

	.series-teaser__inner {
		grid-template-columns: 1fr auto;
		gap: 3rem;
	}

	.context-cta__inner {
		grid-template-columns: 1fr auto;
		align-items: center;
	}

	.series-teaser__inner > a {
		flex-shrink: 0;
		white-space: nowrap;
	}

	.context-cta__inner > a {
		justify-self: end;
		white-space: nowrap;
	}
}

@media (min-width: 961px) {
	.career-benefits {
		grid-template-columns: repeat(4, 1fr);
	}

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

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

	.contact-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 5rem;
	}
}
