/*
Theme Name: Perry History Club
Theme URI: https://www.perryhistoryclub.org
Author: Perry History Club
Author URI: https://www.perryhistoryclub.org
Description: A warm, archival-editorial theme for the Perry History Club — honoring the history of Perry Township, Stark County, Ohio, and the 1893 Genoa Schoolhouse.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: perry-history-club
Tags: heritage, history, nonprofit, serif, warm, classic
*/

/* =========================================================
   CUSTOM PROPERTIES (Design Tokens)
   ========================================================= */
:root {
  /* Brand Palette */
  --phc-dark:        #2C2214;
  --phc-dark-deep:   #1A1209;
  --phc-gold:        #B8935A;
  --phc-gold-light:  #D4AF7A;
  --phc-cream:       #F5EDD6;
  --phc-parchment:   #EDE0C4;
  --phc-brown-mid:   #8B7355;
  --phc-brown-muted: #A89880;
  --phc-brown-dim:   #6B5A42;
  --phc-green-muted: #6B8C4A;

  /* UI Neutrals */
  --phc-bg:          #FAF7F2;
  --phc-surface:     #FFFFFF;
  --phc-border:      rgba(44, 34, 20, 0.12);
  --phc-border-med:  rgba(44, 34, 20, 0.22);
  --phc-text:        #1E1610;
  --phc-text-muted:  #5A4E40;
  --phc-text-light:  #8B7E6E;

  /* Typography */
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:    'Source Serif 4', Georgia, 'Times New Roman', serif;
  --font-mono:    'Courier New', Courier, monospace;

  /* Spacing */
  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  1.5rem;
  --space-lg:  2.5rem;
  --space-xl:  4rem;
  --space-2xl: 6rem;

  /* Layout */
  --max-width: 1200px;
  --content-width: 780px;
  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 10px;
}

/* =========================================================
   RESET & BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--phc-text);
  background-color: var(--phc-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--phc-gold); text-decoration: underline; }
a:hover { color: var(--phc-dark); }

/* =========================================================
   TYPOGRAPHY
   ========================================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  color: var(--phc-text);
  margin-top: 0;
  margin-bottom: var(--space-sm);
}

h1 { font-size: clamp(2rem, 5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.125rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.875rem; }

p { margin-top: 0; margin-bottom: var(--space-sm); }
p:last-child { margin-bottom: 0; }

blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--phc-brown-mid);
  border-left: 3px solid var(--phc-gold);
  margin: var(--space-lg) 0;
  padding: var(--space-sm) var(--space-md);
  background: var(--phc-parchment);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-size: 0.875rem;
  color: var(--phc-text-light);
  margin-top: var(--space-xs);
}

/* Eyebrow / Label */
.phc-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--phc-gold);
  margin-bottom: 0.375rem;
}

/* =========================================================
   LAYOUT
   ========================================================= */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--space-md);
}

.container--narrow {
  max-width: var(--content-width);
}

.section {
  padding-block: var(--space-xl);
}

.section--sm {
  padding-block: var(--space-lg);
}

/* =========================================================
   HEADER & NAVIGATION
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--phc-dark);
  border-bottom: 1px solid rgba(184, 147, 90, 0.2);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: var(--space-md);
}

/* Logo */
.site-branding {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.site-branding__icon {
  width: 34px;
  height: 34px;
  border: 1.5px solid var(--phc-gold);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--phc-gold);
  font-size: 16px;
}

.site-branding__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.site-branding__name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--phc-cream);
}

.site-branding__tagline {
  font-size: 0.625rem;
  font-weight: 300;
  color: var(--phc-brown-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Primary Nav */
.primary-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}

.primary-nav a {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--phc-brown-muted);
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  transition: color 0.2s, background 0.2s;
}

.primary-nav a:hover,
.primary-nav .current-menu-item a {
  color: var(--phc-cream);
  background: rgba(184, 147, 90, 0.12);
}

.primary-nav .nav-cta a {
  background: var(--phc-gold);
  color: var(--phc-dark);
  font-weight: 600;
  padding: 6px 16px;
}

.primary-nav .nav-cta a:hover {
  background: var(--phc-gold-light);
  color: var(--phc-dark);
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--phc-brown-dim);
  border-radius: var(--radius-sm);
  padding: 8px 10px;
  cursor: pointer;
  color: var(--phc-cream);
  font-size: 18px;
  line-height: 1;
}

/* Mobile Nav */
.mobile-nav {
  display: none;
  background: var(--phc-dark-deep);
  border-top: 1px solid rgba(184, 147, 90, 0.15);
  padding: var(--space-sm);
}

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

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mobile-nav a {
  display: block;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--phc-brown-muted);
  text-decoration: none;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
}

.mobile-nav a:hover { color: var(--phc-cream); background: rgba(184, 147, 90, 0.1); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  background-color: var(--phc-dark);
  position: relative;
  overflow: hidden;
  padding: var(--space-2xl) 0;
}

.hero__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: repeating-linear-gradient(
    45deg,
    var(--phc-gold) 0,
    var(--phc-gold) 1px,
    transparent 0,
    transparent 50%
  );
  background-size: 24px 24px;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  align-items: center;
}

.hero__content {}

.hero__eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--phc-gold);
  border: 0.5px solid var(--phc-gold);
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 1.25rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 600;
  color: var(--phc-cream);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--phc-gold);
}

.hero__description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--phc-brown-muted);
  margin-bottom: 2rem;
  max-width: 440px;
}

.hero__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Hero Image Side */
.hero__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__image-frame {
  border: 1px solid rgba(184, 147, 90, 0.3);
  border-radius: var(--radius-md);
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4/3;
  background: rgba(44, 34, 20, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--phc-brown-muted);
  font-size: 0.875rem;
  text-align: center;
  padding: var(--space-md);
  position: relative;
}

.hero__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

/* =========================================================
   MISSION BANNER
   ========================================================= */
.mission-banner {
  background: var(--phc-gold);
  padding: 1.125rem 0;
}

.mission-banner__inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.mission-banner__icon {
  font-size: 20px;
  color: var(--phc-dark);
  flex-shrink: 0;
  margin-top: 2px;
}

.mission-banner__text {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--phc-dark);
  margin: 0;
}

.mission-banner__text strong { font-weight: 600; }

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  border-radius: var(--radius-sm);
  padding: 10px 22px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  border: 1.5px solid transparent;
  line-height: 1;
}

.btn--primary {
  background: var(--phc-gold);
  color: var(--phc-dark);
  border-color: var(--phc-gold);
}

.btn--primary:hover {
  background: var(--phc-gold-light);
  border-color: var(--phc-gold-light);
  color: var(--phc-dark);
}

.btn--outline {
  background: transparent;
  color: var(--phc-brown-muted);
  border-color: rgba(184, 147, 90, 0.35);
}

.btn--outline:hover {
  border-color: var(--phc-gold);
  color: var(--phc-cream);
}

.btn--dark {
  background: var(--phc-dark);
  color: var(--phc-cream);
  border-color: var(--phc-dark);
}

.btn--dark:hover {
  background: var(--phc-brown-mid);
  border-color: var(--phc-brown-mid);
  color: var(--phc-cream);
}

.btn--sm {
  font-size: 0.75rem;
  padding: 7px 16px;
}

.btn--lg {
  font-size: 0.9375rem;
  padding: 14px 30px;
}

/* =========================================================
   EVENTS SECTION
   ========================================================= */
.events-section {
  background: var(--phc-surface);
  border-bottom: 1px solid var(--phc-border);
}

.section-header {
  margin-bottom: var(--space-lg);
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.event-card {
  border: 0.5px solid var(--phc-border-med);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--phc-surface);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.event-card:hover {
  border-color: var(--phc-gold);
}

.event-card__date {
  background: var(--phc-dark);
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.event-card__month {
  font-family: var(--font-body);
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--phc-gold);
  margin-bottom: 4px;
}

.event-card__day {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--phc-cream);
  line-height: 1;
}

.event-card__body {
  padding: 14px 16px;
}

.event-card__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 400;
  color: var(--phc-text);
  margin-bottom: 6px;
  line-height: 1.3;
}

.event-card__meta {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--phc-text-muted);
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.event-card__meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* =========================================================
   ABOUT + SCHOOLHOUSE SPLIT
   ========================================================= */
.split-section {
  background: var(--phc-surface);
  border-bottom: 1px solid var(--phc-border);
}

.split-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 400px;
}

.split-section__left {
  padding: var(--space-xl) var(--space-xl) var(--space-xl) 0;
  border-right: 1px solid var(--phc-border);
}

.split-section__right {
  padding: var(--space-xl) 0 var(--space-xl) var(--space-xl);
  background: var(--phc-bg);
}

/* =========================================================
   SCHOOLHOUSE FEATURE CARD
   ========================================================= */
.schoolhouse-card {
  border: 0.5px solid var(--phc-border-med);
  border-radius: var(--radius-md);
  background: var(--phc-surface);
  overflow: hidden;
  margin-bottom: var(--space-md);
}

.schoolhouse-card__image {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--phc-parchment);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.schoolhouse-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schoolhouse-card__image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--phc-brown-mid);
  font-size: 0.8rem;
  text-align: center;
  padding: var(--space-md);
  width: 100%;
  height: 100%;
}

.schoolhouse-card__caption {
  padding: 10px 14px;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--phc-text-light);
  border-top: 0.5px solid var(--phc-border);
  text-align: center;
  font-style: italic;
}

/* =========================================================
   STATS / MILESTONES STRIP
   ========================================================= */
.stats-strip {
  background: var(--phc-parchment);
  border-top: 1px solid var(--phc-border);
  border-bottom: 1px solid var(--phc-border);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  divide-x: 1px solid var(--phc-border);
}

.stat-item {
  padding: var(--space-lg) var(--space-md);
  text-align: center;
  border-right: 1px solid var(--phc-border);
}

.stat-item:last-child { border-right: none; }

.stat-item__number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--phc-dark);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-item__number em {
  font-style: normal;
  color: var(--phc-gold);
}

.stat-item__label {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--phc-brown-mid);
}

/* =========================================================
   HISTORY CATEGORIES SECTION
   ========================================================= */
.categories-section {
  background: var(--phc-bg);
  border-bottom: 1px solid var(--phc-border);
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.category-card {
  background: var(--phc-surface);
  border: 0.5px solid var(--phc-border-med);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color 0.2s;
}

.category-card:hover {
  border-color: var(--phc-gold);
  color: inherit;
}

.category-card__icon {
  width: 44px;
  height: 44px;
  background: var(--phc-parchment);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--phc-gold);
  font-size: 22px;
  margin-bottom: var(--space-sm);
}

.category-card__title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--phc-text);
  margin-bottom: 6px;
}

.category-card__desc {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--phc-text-muted);
  margin: 0;
}

/* =========================================================
   JOIN / CTA SECTION
   ========================================================= */
.join-section {
  background: var(--phc-dark);
  position: relative;
  overflow: hidden;
}

.join-section__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: repeating-linear-gradient(
    45deg,
    var(--phc-gold) 0,
    var(--phc-gold) 1px,
    transparent 0,
    transparent 50%
  );
  background-size: 24px 24px;
  pointer-events: none;
}

.join-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-xl);
}

.join-section__label {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--phc-gold);
  margin-bottom: 0.5rem;
}

.join-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--phc-cream);
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.join-section__desc {
  font-size: 0.9375rem;
  font-weight: 300;
  color: var(--phc-brown-muted);
  margin: 0;
  max-width: 400px;
}

.join-section__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

/* =========================================================
   NEWS / POSTS SECTION
   ========================================================= */
.news-section {
  background: var(--phc-surface);
  border-bottom: 1px solid var(--phc-border);
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.post-card {
  border: 0.5px solid var(--phc-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--phc-surface);
  transition: border-color 0.2s;
  display: flex;
  flex-direction: column;
}

.post-card:hover { border-color: var(--phc-gold); }

.post-card__thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--phc-parchment);
  overflow: hidden;
}

.post-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}

.post-card:hover .post-card__thumbnail img { transform: scale(1.03); }

.post-card__body {
  padding: var(--space-md);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.post-card__category {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--phc-gold);
  margin-bottom: 6px;
}

.post-card__title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 400;
  color: var(--phc-text);
  line-height: 1.35;
  margin-bottom: 8px;
}

.post-card__excerpt {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--phc-text-muted);
  flex: 1;
  margin-bottom: var(--space-sm);
}

.post-card__meta {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--phc-text-light);
}

/* =========================================================
   SINGLE POST / PAGE CONTENT
   ========================================================= */
.entry-header {
  background: var(--phc-dark);
  padding: var(--space-xl) 0;
  position: relative;
  overflow: hidden;
}

.entry-header__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: repeating-linear-gradient(
    45deg,
    var(--phc-gold) 0,
    var(--phc-gold) 1px,
    transparent 0,
    transparent 50%
  );
  background-size: 24px 24px;
  pointer-events: none;
}

.entry-header__inner {
  position: relative;
  z-index: 1;
}

.entry-header__category {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--phc-gold);
  border: 0.5px solid rgba(184, 147, 90, 0.4);
  padding: 3px 10px;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 1rem;
}

.entry-header h1 {
  color: var(--phc-cream);
  margin-bottom: 1rem;
}

.entry-header__meta {
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--phc-brown-muted);
}

.entry-content {
  max-width: var(--content-width);
  margin-inline: auto;
  padding: var(--space-xl) var(--space-md);
}

.entry-content > * { margin-bottom: var(--space-sm); }
.entry-content h2, .entry-content h3 { margin-top: var(--space-lg); }

.entry-content a { color: var(--phc-gold); }
.entry-content a:hover { color: var(--phc-dark); }

.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
  margin-bottom: var(--space-sm);
}

.entry-content li { margin-bottom: 0.375rem; }

/* =========================================================
   SIDEBAR
   ========================================================= */
.content-sidebar-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: var(--space-xl);
  max-width: var(--max-width);
  margin-inline: auto;
  padding: var(--space-xl) var(--space-md);
}

.sidebar {}

.widget {
  background: var(--phc-surface);
  border: 0.5px solid var(--phc-border-med);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  margin-bottom: var(--space-md);
}

.widget-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--phc-text);
  margin-bottom: var(--space-sm);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--phc-border);
}

/* =========================================================
   FORMS
   ========================================================= */
.phc-form { display: flex; flex-direction: column; gap: 16px; }

.phc-form label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--phc-text-muted);
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}

.phc-form input[type="text"],
.phc-form input[type="email"],
.phc-form input[type="tel"],
.phc-form select,
.phc-form textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 300;
  color: var(--phc-text);
  background: var(--phc-surface);
  border: 1px solid var(--phc-border-med);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  transition: border-color 0.2s;
  outline: none;
  appearance: none;
}

.phc-form input:focus,
.phc-form select:focus,
.phc-form textarea:focus {
  border-color: var(--phc-gold);
}

.phc-form textarea { min-height: 120px; resize: vertical; }

/* =========================================================
   BREADCRUMBS
   ========================================================= */
.breadcrumbs {
  background: var(--phc-parchment);
  border-bottom: 1px solid var(--phc-border);
  padding: 10px 0;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--phc-text-light);
}

.breadcrumbs__list li::after {
  content: '›';
  margin-left: 6px;
  color: var(--phc-brown-muted);
}

.breadcrumbs__list li:last-child::after { display: none; }

.breadcrumbs__list a {
  color: var(--phc-gold);
  text-decoration: none;
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--phc-dark-deep);
  border-top: 1px solid rgba(184, 147, 90, 0.15);
}

.footer-main {
  padding: var(--space-xl) 0 var(--space-lg);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-xl);
  border-bottom: 1px solid rgba(184, 147, 90, 0.1);
}

.footer-brand {}

.footer-brand .site-branding { margin-bottom: var(--space-sm); }

.footer-brand__desc {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--phc-brown-dim);
  margin-bottom: var(--space-sm);
  max-width: 280px;
}

.footer-brand__address {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--phc-brown-dim);
  font-style: normal;
  line-height: 1.75;
}

.footer-col__title {
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--phc-cream);
  margin-bottom: 14px;
}

.footer-col__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col__list a {
  font-size: 0.8125rem;
  font-weight: 300;
  color: var(--phc-brown-dim);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col__list a:hover { color: var(--phc-gold); }

.footer-bottom {
  padding: var(--space-sm) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  flex-wrap: wrap;
}

.footer-bottom__copy {
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(107, 90, 66, 0.7);
  margin: 0;
}

.footer-bottom__links {
  display: flex;
  gap: 16px;
}

.footer-bottom__links a {
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(107, 90, 66, 0.7);
  text-decoration: none;
}

.footer-bottom__links a:hover { color: var(--phc-gold); }

/* =========================================================
   PAGES: OFFICERS / ABOUT
   ========================================================= */
.officers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.officer-card {
  background: var(--phc-surface);
  border: 0.5px solid var(--phc-border-med);
  border-radius: var(--radius-lg);
  padding: var(--space-md);
  text-align: center;
}

.officer-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--phc-parchment);
  border: 2px solid var(--phc-gold);
  margin: 0 auto var(--space-sm);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--phc-brown-mid);
}

.officer-card__avatar img { width: 100%; height: 100%; object-fit: cover; }

.officer-card__name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--phc-text);
  margin-bottom: 3px;
}

.officer-card__role {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--phc-gold);
}

/* =========================================================
   CONTRIBUTE PAGE
   ========================================================= */
.contribute-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.contribute-card {
  background: var(--phc-surface);
  border: 0.5px solid var(--phc-border-med);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
}

.contribute-card__amount {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--phc-dark);
  margin-bottom: 4px;
}

.contribute-card__label {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--phc-gold);
  margin-bottom: var(--space-sm);
}

.contribute-card__desc {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--phc-text-muted);
  flex: 1;
  margin-bottom: var(--space-md);
}

/* =========================================================
   UTILITY CLASSES
   ========================================================= */
.text-gold   { color: var(--phc-gold); }
.text-cream  { color: var(--phc-cream); }
.text-muted  { color: var(--phc-text-muted); }
.text-center { text-align: center; }
.text-right  { text-align: right; }

.font-display { font-family: var(--font-display); }
.italic       { font-style: italic; }

.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mb-sm { margin-bottom: var(--space-sm); }
.mb-md { margin-bottom: var(--space-md); }
.mb-lg { margin-bottom: var(--space-lg); }

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

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 960px) {
  .hero__inner       { grid-template-columns: 1fr; }
  .hero__image       { display: none; }
  .footer-main       { grid-template-columns: 1fr 1fr; gap: var(--space-lg); }
  .split-section__grid { grid-template-columns: 1fr; }
  .split-section__left  { border-right: none; border-bottom: 1px solid var(--phc-border); padding: var(--space-lg) 0; }
  .split-section__right { padding: var(--space-lg) 0; }
  .join-section__inner  { flex-direction: column; text-align: center; }
  .join-section__actions { flex-direction: row; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root {
    --space-xl:  2.5rem;
    --space-2xl: 3.5rem;
  }
  .primary-nav   { display: none; }
  .menu-toggle   { display: flex; align-items: center; }
  .footer-main   { grid-template-columns: 1fr; gap: var(--space-md); }
  .content-sidebar-wrap { grid-template-columns: 1fr; }
  .stats-grid    { grid-template-columns: repeat(2, 1fr); }
  .join-section__actions { flex-direction: column; }
  .hero { padding: var(--space-xl) 0; }
}

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

/* =========================================================
   WORDPRESS CORE BLOCK OVERRIDES
   ========================================================= */
.wp-block-image img {
  border-radius: var(--radius-md);
}

.wp-block-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.25rem;
  border-left: 3px solid var(--phc-gold);
  margin: var(--space-lg) 0;
  padding: var(--space-sm) var(--space-md);
  background: var(--phc-parchment);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  color: var(--phc-brown-mid);
}

.wp-block-separator {
  border: none;
  border-top: 1px solid var(--phc-border);
  margin: var(--space-lg) 0;
}

.wp-block-button__link {
  background: var(--phc-gold) !important;
  color: var(--phc-dark) !important;
  border-radius: var(--radius-sm) !important;
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
  font-size: 0.8125rem !important;
  letter-spacing: 0.03em !important;
  padding: 10px 22px !important;
  text-decoration: none !important;
}

.wp-block-button__link:hover {
  background: var(--phc-gold-light) !important;
}
