:root {
  --glffa-forest: #123d2c;
  --glffa-evergreen: #0b2a20;
  --glffa-wheat: #d4a82f;
  --glffa-wheat-dark: #b98b19;
  --glffa-cream: #f5f0e5;
  --glffa-warm-white: #fffdf8;
  --glffa-charcoal: #252824;
  --glffa-muted: #626c64;
  --glffa-line: rgba(18, 61, 44, 0.16);
  --glffa-shadow: 0 18px 50px rgba(11, 42, 32, 0.14);
  --glffa-serif: "Roboto Slab", "Rockwell", Georgia, serif;
  --glffa-sans: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  --glffa-shell: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--glffa-cream);
  color: var(--glffa-charcoal);
  font-family: var(--glffa-sans);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  overflow-x: hidden;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.site-shell { margin-inline: auto; max-width: var(--glffa-shell); padding-inline: 32px; width: 100%; }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus, .skip-link:focus {
  background: var(--glffa-warm-white);
  clip: auto !important;
  clip-path: none;
  color: var(--glffa-forest);
  display: block;
  font-weight: 800;
  height: auto;
  left: 12px;
  padding: 14px 18px;
  top: 12px;
  width: auto;
  z-index: 99999;
}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid var(--glffa-wheat);
  outline-offset: 4px;
}

/* Header */
.utility-bar { background: var(--glffa-evergreen); color: rgba(255,253,248,.76); font-size: .72rem; letter-spacing: .04em; }
.utility-bar__inner { align-items: center; display: flex; justify-content: space-between; min-height: 34px; }
.utility-bar nav { align-items: center; display: flex; gap: 20px; }
.utility-bar .menu { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.utility-bar a:hover { color: var(--glffa-wheat); }
.site-header {
  background: rgba(245,240,229,.98);
  border-bottom: 1px solid rgba(18,61,44,.08);
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(11,42,32,.12); }
.site-header__inner { align-items: center; display: flex; gap: 30px; min-height: 94px; }
.site-branding { flex: 0 0 auto; }
.site-branding .custom-logo-link, .site-branding__fallback { align-items: center; display: flex; gap: 14px; }
.site-branding .custom-logo { max-height: 68px; width: auto; }
.site-branding__fallback img { height: 68px; object-fit: contain; width: 68px; }
.site-branding__fallback span { display: flex; flex-direction: column; }
.site-branding__fallback strong { color: var(--glffa-forest); font-family: var(--glffa-serif); font-size: clamp(1.25rem,2vw,1.82rem); letter-spacing: -.04em; line-height: 1.05; }
.site-branding__fallback small { color: var(--glffa-muted); font-size: .66rem; margin-top: 5px; }
.primary-navigation { margin-left: auto; }
.primary-navigation ul { align-items: center; display: flex; gap: clamp(15px,1.8vw,30px); list-style: none; margin: 0; padding: 0; }
.primary-navigation li { position: relative; }
.primary-navigation > ul > li > a { display: block; font-size: .9rem; font-weight: 750; padding: 37px 0 35px; position: relative; }
.primary-navigation > ul > li > a::after { background: var(--glffa-wheat); bottom: 24px; content: ""; height: 3px; left: 50%; position: absolute; transform: translateX(-50%) scaleX(0); transition: transform .16s ease; width: 100%; }
.primary-navigation > ul > li:hover > a::after, .primary-navigation > ul > li.current-menu-item > a::after, .primary-navigation > ul > li.current-menu-ancestor > a::after { transform: translateX(-50%) scaleX(1); }
.primary-navigation .sub-menu { align-items: stretch; background: var(--glffa-warm-white); border-top: 3px solid var(--glffa-wheat); box-shadow: var(--glffa-shadow); display: none; flex-direction: column; gap: 0; left: -22px; min-width: 250px; padding: 10px 0; position: absolute; top: calc(100% - 4px); }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { display: flex; }
.primary-navigation .sub-menu a { display: block; font-size: .84rem; font-weight: 700; padding: 12px 22px; }
.primary-navigation .sub-menu a:hover { background: var(--glffa-cream); color: var(--glffa-forest); }
.header-action { background: var(--glffa-wheat); border-radius: 5px; font-size: .85rem; font-weight: 850; padding: 15px 20px; transition: background .16s ease, transform .16s ease; }
.header-action:hover { background: var(--glffa-wheat-dark); transform: translateY(-2px); }
.menu-toggle { align-items: center; background: var(--glffa-forest); border: 0; border-radius: 5px; cursor: pointer; display: none; flex-direction: column; gap: 5px; height: 46px; justify-content: center; margin-left: auto; padding: 0; width: 46px; }
.menu-toggle > span:not(.screen-reader-text) { background: var(--glffa-cream); height: 2px; transition: transform .18s ease, opacity .18s ease; width: 21px; }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

/* Shared */
.section-kicker, .hero-kicker, .card-label { color: #947016; font-size: .72rem; font-weight: 900; letter-spacing: .16em; margin: 0 0 14px; text-transform: uppercase; }
h1, h2, h3, h4 { color: var(--glffa-forest); font-family: var(--glffa-serif); letter-spacing: -.04em; line-height: 1.06; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; }
.button { align-items: center; border: 2px solid transparent; border-radius: 5px; display: inline-flex; font-size: .94rem; font-weight: 850; gap: 22px; justify-content: space-between; min-height: 60px; padding: 0 24px; transition: background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease; }
.button svg, .text-link svg, .quick-link > svg, .community-strip__links svg, .resource-card > a svg { height: 22px; transition: transform .18s ease; width: 22px; }
.button:hover svg, .text-link:hover svg, .quick-link:hover > svg, .resource-card > a:hover svg { transform: translateX(4px); }
.button--gold { background: var(--glffa-wheat); color: var(--glffa-charcoal); }
.button--gold:hover { background: var(--glffa-wheat-dark); box-shadow: 0 8px 22px rgba(11,42,32,.18); transform: translateY(-2px); }
.button--outline { border-color: var(--glffa-warm-white); color: var(--glffa-warm-white); }
.button--outline:hover { background: var(--glffa-warm-white); color: var(--glffa-forest); }
.text-link { align-items: center; color: var(--glffa-forest); display: inline-flex; font-size: .9rem; font-weight: 850; gap: 12px; margin-top: 16px; }
.text-link--light { color: var(--glffa-warm-white); margin-top: 0; }

/* Homepage hero */
.home-hero { background: var(--glffa-evergreen); color: var(--glffa-warm-white); min-height: 650px; overflow: hidden; position: relative; }
.home-hero__photo { background-position: 70% center; background-repeat: no-repeat; background-size: cover; inset: 0 0 0 42%; position: absolute; }
.home-hero__overlay { background: linear-gradient(90deg,var(--glffa-evergreen) 0%,rgba(11,42,32,.98) 35%,rgba(11,42,32,.69) 57%,rgba(11,42,32,.08) 82%),linear-gradient(0deg,rgba(11,42,32,.17),rgba(11,42,32,.03)); inset: 0; position: absolute; }
.home-hero__pattern { background-image: radial-gradient(ellipse at 18% 35%,transparent 0 17%,rgba(255,253,248,.04) 17.3% 17.7%,transparent 18% 24%,rgba(255,253,248,.027) 24.3% 24.7%,transparent 25%),radial-gradient(ellipse at 35% 65%,transparent 0 11%,rgba(255,253,248,.026) 11.4% 11.7%,transparent 12% 19%,rgba(255,253,248,.02) 19.4% 19.7%,transparent 20%); inset: 0 42% 0 0; position: absolute; }
.home-hero__content { padding-bottom: 155px; padding-top: 64px; position: relative; z-index: 2; }
.event-badge { align-items: center; border: 1px solid var(--glffa-wheat); border-radius: 11px; color: var(--glffa-wheat); display: inline-flex; font-size: .9rem; font-weight: 800; gap: 11px; padding: 11px 15px; }
.event-badge svg { height: 22px; width: 22px; }
.event-badge i { background: currentColor; border-radius: 50%; height: 4px; width: 4px; }
.event-badge strong { color: var(--glffa-warm-white); font-weight: 700; }
.hero-kicker { color: #e3c25e; margin: 30px 0 14px; }
.home-hero h1 { color: var(--glffa-warm-white); font-size: clamp(4rem,6.1vw,5.8rem); line-height: .97; margin: 0; max-width: 760px; text-wrap: balance; }
.home-hero__lead { font-size: clamp(1.05rem,1.55vw,1.35rem); line-height: 1.55; margin: 24px 0 34px; max-width: 620px; }

/* Quick links */
.quick-links { display: grid; gap: 16px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: -78px; position: relative; z-index: 5; }
.quick-link { align-items: center; background: var(--glffa-cream); border: 1px solid var(--glffa-line); border-radius: 14px; box-shadow: var(--glffa-shadow); color: var(--glffa-forest); display: grid; gap: 20px; grid-template-columns: auto 1fr auto; min-height: 155px; padding: 29px 32px; transition: box-shadow .18s ease,transform .18s ease; }
.quick-link:hover { box-shadow: 0 22px 52px rgba(11,42,32,.2); transform: translateY(-4px); }
.quick-link__icon { color: #a27a18; display: grid; place-items: center; }
.quick-link__icon svg { height: 50px; width: 50px; }
.quick-link strong, .quick-link small { display: block; }
.quick-link strong { font-family: var(--glffa-serif); font-size: clamp(1.22rem,1.7vw,1.65rem); letter-spacing: -.03em; line-height: 1.1; }
.quick-link small { color: var(--glffa-muted); font-size: .78rem; margin-top: 7px; }

/* Story */
.story-section { align-items: center; display: grid; gap: clamp(48px,8vw,115px); grid-template-columns: minmax(0,.95fr) minmax(420px,1.05fr); padding-bottom: 115px; padding-top: 145px; }
.story-section h2, .section-heading h2, .show-feature h2, .centered-heading h2, .community-strip h2 { font-size: clamp(2.7rem,4.25vw,4.65rem); margin: 0; }
.story-section__copy > p:not(.section-kicker) { color: #555e57; line-height: 1.78; }
.story-section__copy .section-lead { color: var(--glffa-charcoal); font-size: clamp(1.1rem,1.6vw,1.34rem); font-weight: 650; line-height: 1.55; margin: 27px 0 12px; }
.story-section__visual { min-height: 510px; position: relative; }
.story-section__visual::before { border: 1px solid var(--glffa-wheat); content: ""; inset: 24px -22px -24px 22px; position: absolute; }
.story-section__visual img { height: 510px; object-fit: cover; position: relative; width: 100%; z-index: 1; }
.story-note { background: var(--glffa-wheat); bottom: -34px; display: flex; flex-direction: column; left: -36px; min-width: 280px; padding: 22px 27px; position: absolute; z-index: 2; }
.story-note strong { font-family: var(--glffa-serif); font-size: 1.22rem; }
.story-note span { font-size: .82rem; margin-top: 4px; }

/* Resource cards */
.resource-section, .news-section { background: var(--glffa-warm-white); padding-block: 110px; }
.section-heading { align-items: end; display: grid; gap: 48px; grid-template-columns: 1fr minmax(280px,420px); margin-bottom: 52px; }
.section-heading > div + p { border-left: 2px solid var(--glffa-wheat); color: var(--glffa-muted); line-height: 1.75; margin: 0 0 7px; padding-left: 25px; }
.resource-grid { display: grid; gap: 18px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.resource-card { background: var(--glffa-cream); border: 1px solid var(--glffa-line); display: flex; flex-direction: column; justify-content: space-between; min-height: 415px; padding: 33px; transition: box-shadow .18s ease,transform .18s ease; }
.resource-card:hover { box-shadow: var(--glffa-shadow); transform: translateY(-4px); }
.resource-card--featured { background: var(--glffa-forest); color: var(--glffa-warm-white); }
.resource-card__number { color: #a27a18; font-family: var(--glffa-serif); font-size: 1rem; font-weight: 800; }
.resource-card--featured .resource-card__number, .resource-card--featured .card-label { color: #e3c25e; }
.resource-card h3, .impact-grid h3, .sponsor-callout h3 { font-size: clamp(1.5rem,2.2vw,2.08rem); margin: 0; }
.resource-card p:not(.card-label) { color: var(--glffa-muted); font-size: .92rem; line-height: 1.7; }
.resource-card--featured h3 { color: var(--glffa-warm-white); }
.resource-card--featured p:not(.card-label) { color: rgba(255,253,248,.75); }
.resource-card > a { align-items: center; border-top: 1px solid var(--glffa-line); display: flex; font-size: .87rem; font-weight: 850; justify-content: space-between; padding-top: 20px; }
.resource-card--featured > a { border-color: rgba(255,253,248,.25); }

/* Show feature */
.show-feature { background: var(--glffa-evergreen); color: var(--glffa-warm-white); display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); min-height: 670px; }
.show-feature__photo { min-height: 570px; overflow: hidden; }
.show-feature__photo img { height: 100%; object-fit: cover; transition: transform .9s ease; width: 100%; }
.show-feature:hover .show-feature__photo img { transform: scale(1.02); }
.show-feature__copy { align-self: center; max-width: 780px; padding: 74px clamp(42px,8vw,122px); }
.show-feature .section-kicker { color: #e3c25e; }
.show-feature h2 { color: var(--glffa-warm-white); }
.show-feature__copy > p:not(.section-kicker) { color: rgba(255,253,248,.76); line-height: 1.75; margin: 26px 0; }
.show-status { border-left: 3px solid var(--glffa-wheat); display: flex; flex-direction: column; gap: 7px; margin: 31px 0; padding: 4px 0 4px 20px; }
.show-status span { color: #e3c25e; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.show-status strong { font-size: .9rem; line-height: 1.5; }

/* Impact */
.impact-section { padding-block: 112px; }
.centered-heading { margin: 0 auto 56px; max-width: 760px; text-align: center; }
.centered-heading > p:last-child { color: var(--glffa-muted); line-height: 1.75; margin: 22px auto 0; max-width: 650px; }
.impact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-bottom: 72px; }
.impact-grid article { border-left: 1px solid var(--glffa-line); min-height: 275px; padding: 20px 42px; }
.impact-grid article:last-child { border-right: 1px solid var(--glffa-line); }
.impact-grid article > span { color: #967117; display: block; font-size: .74rem; font-weight: 900; letter-spacing: .14em; margin-bottom: 42px; }
.impact-grid h3 { font-size: clamp(1.4rem,2vw,1.88rem); }
.impact-grid p { color: var(--glffa-muted); font-size: .9rem; line-height: 1.7; }
.sponsor-callout { align-items: center; background: var(--glffa-forest); color: var(--glffa-warm-white); display: flex; gap: 30px; justify-content: space-between; padding: 44px 52px; }
.sponsor-callout .section-kicker { color: #e3c25e; }
.sponsor-callout h3 { color: var(--glffa-warm-white); font-size: clamp(1.6rem,2.75vw,2.45rem); margin: 0; max-width: 720px; }
.sponsor-strip { background: var(--glffa-warm-white); padding-block: 70px; text-align: center; }
.sponsor-strip .widget { margin: 0; }

/* News */
.news-section { background: var(--glffa-cream); }
.post-card-grid { display: grid; gap: 22px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.post-card { background: var(--glffa-warm-white); border: 1px solid var(--glffa-line); margin: 0; overflow: hidden; }
.post-card__image { background: var(--glffa-forest); display: block; height: 230px; overflow: hidden; }
.post-card__image img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.post-card:hover .post-card__image img { transform: scale(1.035); }
.post-card__placeholder { color: var(--glffa-wheat); display: grid; height: 100%; place-items: center; }
.post-card__placeholder svg { height: 72px; opacity: .8; width: 72px; }
.post-card__body { padding: 27px; }
.entry-meta { color: #7a837c; font-size: .74rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.post-card h2 { font-size: 1.58rem; margin: 10px 0; }
.post-card p { color: var(--glffa-muted); font-size: .88rem; }

/* Inner page hero and content */
.page-hero, .listing-hero, .article-hero { background: var(--glffa-evergreen); color: var(--glffa-warm-white); overflow: hidden; position: relative; }
.page-hero { background-position: center; background-size: cover; }
.page-hero__overlay { background: linear-gradient(90deg,rgba(11,42,32,.98),rgba(11,42,32,.8)); inset: 0; position: absolute; }
.page-hero__inner, .listing-hero .site-shell, .article-hero__inner { padding-bottom: 75px; padding-top: 65px; position: relative; }
.breadcrumbs { align-items: center; color: rgba(255,253,248,.62); display: flex; flex-wrap: wrap; font-size: .72rem; gap: 9px; margin-bottom: 35px; }
.breadcrumbs a:hover { color: var(--glffa-wheat); }
.page-hero .section-kicker, .listing-hero .section-kicker, .article-hero .section-kicker { color: #e3c25e; }
.page-hero h1, .listing-hero h1, .article-hero h1 { color: var(--glffa-warm-white); font-size: clamp(3.2rem,6vw,6rem); margin: 0; max-width: 990px; }
.page-hero__lead, .archive-description { color: rgba(255,253,248,.76); font-size: 1.1rem; line-height: 1.65; margin: 22px 0 0; max-width: 730px; }
.content-layout { align-items: start; display: grid; gap: 72px; grid-template-columns: minmax(0,1fr) 310px; padding-bottom: 110px; padding-top: 85px; }
.content-layout--wide { display: block; }
.prose { max-width: 820px; min-width: 0; }
.prose--wide, .content-layout--wide .prose { max-width: 1120px; padding-bottom: 110px; padding-top: 85px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { font-size: clamp(2rem,3.2vw,3.25rem); margin: 1.25em 0 .45em; }
.prose h3 { font-size: clamp(1.5rem,2.3vw,2.2rem); margin: 1.25em 0 .4em; }
.prose h4 { font-size: 1.25rem; margin: 1.2em 0 .4em; }
.prose p, .prose li { color: #505a52; line-height: 1.82; }
.prose a:not(.wp-block-button__link):not(.button) { color: #80600e; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(128,96,14,.4); text-underline-offset: 3px; }
.prose blockquote { border-left: 4px solid var(--glffa-wheat); color: var(--glffa-forest); font-family: var(--glffa-serif); font-size: 1.35rem; margin: 35px 0; padding: 5px 0 5px 28px; }
.prose table { border-collapse: collapse; font-size: .9rem; width: 100%; }
.prose th { background: var(--glffa-forest); color: var(--glffa-warm-white); text-align: left; }
.prose th, .prose td { border: 1px solid var(--glffa-line); padding: 13px 15px; }
.prose hr { border: 0; border-top: 1px solid var(--glffa-line); margin: 45px 0; }
.prose .alignwide { margin-left: min(-8vw,-80px); max-width: calc(100% + min(16vw,160px)); width: calc(100% + min(16vw,160px)); }
.prose .alignfull { margin-left: calc(50% - 50vw); max-width: 100vw; width: 100vw; }
.page-sidebar { position: sticky; top: 130px; }
.sidebar-card, .sidebar-contact { border: 1px solid var(--glffa-line); padding: 28px; }
.sidebar-card { background: var(--glffa-warm-white); display: flex; flex-direction: column; }
.sidebar-card a { align-items: center; border-top: 1px solid var(--glffa-line); display: flex; font-size: .85rem; font-weight: 800; justify-content: space-between; padding: 15px 0; }
.sidebar-card a svg { height: 18px; width: 18px; }
.sidebar-contact { background: var(--glffa-forest); color: var(--glffa-warm-white); margin-top: 20px; }
.sidebar-contact .card-label { color: #e3c25e; }
.sidebar-contact h2 { color: var(--glffa-warm-white); font-size: 1.8rem; margin: 0; }
.sidebar-contact p { color: rgba(255,253,248,.72); font-size: .85rem; }
.sidebar-contact .text-link { color: var(--glffa-warm-white); }

/* Blog, search, 404 */
.listing-content { padding-bottom: 110px; padding-top: 80px; }
.listing-hero .search-form { display: flex; margin-top: 28px; max-width: 620px; }
.listing-hero .search-field { border: 0; min-height: 52px; padding: 0 16px; width: 100%; }
.listing-hero .search-submit, .error-page .search-submit { background: var(--glffa-wheat); border: 0; cursor: pointer; font-weight: 850; padding: 0 22px; }
.navigation.pagination { margin-top: 50px; }
.nav-links { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { border: 1px solid var(--glffa-line); display: grid; height: 42px; min-width: 42px; padding: 0 10px; place-items: center; }
.page-numbers.current { background: var(--glffa-forest); color: var(--glffa-warm-white); }
.article-hero .entry-meta { color: rgba(255,253,248,.65); margin-top: 20px; }
.article-content { padding-bottom: 75px; padding-top: 75px; }
.article-featured-image { margin: 0 0 50px; }
.article-featured-image img { width: 100%; }
.post-navigation { border-top: 1px solid var(--glffa-line); padding-bottom: 70px; padding-top: 30px; }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; }
.post-navigation .nav-next { text-align: right; }
.comments-area { max-width: 900px; padding-bottom: 80px; }
.comment-list { list-style: none; padding: 0; }
.comment-body { border-top: 1px solid var(--glffa-line); padding: 25px 0; }
.error-page { background: var(--glffa-evergreen); color: var(--glffa-warm-white); min-height: 640px; }
.error-page__inner { padding-bottom: 100px; padding-top: 120px; }
.error-page h1 { color: var(--glffa-warm-white); font-size: clamp(4rem,9vw,8rem); margin: 0; }
.error-page p:not(.section-kicker) { color: rgba(255,253,248,.72); max-width: 650px; }
.error-page .search-form { display: flex; margin: 30px 0; max-width: 580px; }
.error-page .search-field { min-height: 52px; padding: 0 15px; width: 100%; }
.no-results { min-height: 260px; }

/* Forms and common plugin output */
.prose input[type="text"], .prose input[type="email"], .prose input[type="tel"], .prose input[type="url"], .prose input[type="number"], .prose input[type="date"], .prose select, .prose textarea,
.wpforms-container input, .wpforms-container select, .wpforms-container textarea,
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
  background: var(--glffa-warm-white); border: 1px solid rgba(18,61,44,.28); border-radius: 2px; color: var(--glffa-charcoal); min-height: 50px; padding: 12px 14px; width: 100%;
}
.prose textarea, .wpforms-container textarea, .wpcf7 textarea { min-height: 150px; }
.prose input[type="submit"], .prose button[type="submit"], .wpforms-container button[type="submit"], .wpcf7 input[type="submit"], .woocommerce button.button, .woocommerce a.button {
  background: var(--glffa-wheat) !important; border: 0 !important; border-radius: 3px !important; color: var(--glffa-charcoal) !important; cursor: pointer; font-weight: 850 !important; min-height: 50px; padding: 12px 22px !important;
}
.prose input[type="submit"]:hover, .prose button[type="submit"]:hover, .wpforms-container button[type="submit"]:hover, .wpcf7 input[type="submit"]:hover { background: var(--glffa-wheat-dark) !important; }
.wp-block-button__link { background: var(--glffa-wheat); border-radius: 3px; color: var(--glffa-charcoal); font-weight: 850; }
.wp-block-file__button { background: var(--glffa-forest); color: var(--glffa-warm-white); }
.wp-block-gallery { gap: 12px; }
.woocommerce-info, .woocommerce-message { border-top-color: var(--glffa-wheat); }

/* Footer */
.community-strip { background: var(--glffa-wheat); }
.community-strip__inner { align-items: center; display: flex; gap: 40px; justify-content: space-between; padding-bottom: 64px; padding-top: 64px; }
.community-strip .section-kicker { color: #59430d; }
.community-strip h2 { font-size: clamp(2.1rem,3.6vw,3.65rem); max-width: 820px; }
.community-strip__links { display: flex; gap: 24px; }
.community-strip__links a { align-items: center; border-bottom: 2px solid var(--glffa-forest); display: inline-flex; font-size: .9rem; font-weight: 850; gap: 12px; padding: 9px 0; white-space: nowrap; }
.site-footer { background: var(--glffa-evergreen); color: var(--glffa-warm-white); padding-top: 70px; }
.site-footer__grid { display: grid; gap: 50px; grid-template-columns: 1.35fr repeat(3,.65fr); }
.footer-brand .site-branding__fallback strong { color: var(--glffa-warm-white); }
.footer-brand .site-branding__fallback small { color: rgba(255,253,248,.6); }
.footer-brand > p { color: rgba(255,253,248,.58); font-size: .82rem; line-height: 1.7; max-width: 330px; }
.footer-column { align-items: flex-start; display: flex; flex-direction: column; gap: 9px; }
.footer-column h2 { color: #e3c25e; font-family: var(--glffa-sans); font-size: .7rem; letter-spacing: .14em; margin: 0 0 10px; text-transform: uppercase; }
.footer-column .widget { margin: 0; }
.footer-column a, .footer-column span, .footer-column .widget { color: rgba(255,253,248,.69); font-size: .82rem; }
.footer-column a:hover { color: var(--glffa-wheat); }
.site-footer__bottom { border-top: 1px solid rgba(255,253,248,.14); color: rgba(255,253,248,.47); display: flex; font-size: .7rem; justify-content: space-between; margin-top: 58px; padding-bottom: 25px; padding-top: 23px; }

/* WordPress alignment and admin */
.alignleft { float: left; margin: 0 25px 20px 0; }
.alignright { float: right; margin: 0 0 20px 25px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { color: var(--glffa-muted); font-size: .76rem; }
.sticky { box-shadow: inset 4px 0 var(--glffa-wheat); }
.bypostauthor { outline: 1px solid transparent; }

@media (max-width: 1120px) {
  .site-header__inner { gap: 20px; }
  .primary-navigation ul { gap: 15px; }
  .primary-navigation > ul > li > a { font-size: .8rem; }
  .header-action { display: none; }
  .quick-link { gap: 14px; padding: 26px 22px; }
  .story-section { gap: 62px; }
  .site-footer__grid { grid-template-columns: 1fr repeat(3,.55fr); }
}

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .utility-bar { display: none; }
  .site-header__inner { min-height: 80px; }
  .site-branding__fallback img, .site-branding .custom-logo { height: 56px; max-height: 56px; width: auto; }
  .menu-toggle { display: flex; }
  .primary-navigation { background: var(--glffa-cream); border-top: 1px solid var(--glffa-line); box-shadow: var(--glffa-shadow); display: none; left: 0; margin: 0; max-height: calc(100vh - 80px); overflow-y: auto; position: absolute; right: 0; top: 100%; }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-navigation > ul > li > a { border-bottom: 1px solid var(--glffa-line); font-size: .92rem; padding: 15px 28px; }
  .primary-navigation > ul > li > a::after { display: none; }
  .primary-navigation .sub-menu { border-top: 0; box-shadow: none; display: flex; min-width: 0; padding: 0 0 6px 18px; position: static; }
  .primary-navigation .sub-menu a { padding: 10px 28px; }
  .home-hero { min-height: auto; }
  .home-hero__photo { height: 350px; inset: auto 0 0; }
  .home-hero__overlay { background: linear-gradient(180deg,var(--glffa-evergreen) 0 52%,rgba(11,42,32,.98) 63%,rgba(11,42,32,.15) 88%); }
  .home-hero__pattern { inset: 0 0 44%; }
  .home-hero__content { padding-bottom: 380px; padding-top: 50px; }
  .home-hero h1 { font-size: clamp(3.3rem,11vw,5rem); }
  .quick-links { grid-template-columns: 1fr; margin-top: 18px; }
  .quick-link { min-height: 122px; }
  .story-section { gap: 76px; grid-template-columns: 1fr; padding-top: 100px; }
  .story-section__visual { margin-inline: 24px; min-height: 430px; }
  .story-section__visual img { height: 430px; }
  .section-heading { align-items: start; gap: 22px; grid-template-columns: 1fr; }
  .section-heading > div + p { margin: 0; }
  .resource-grid, .impact-grid, .post-card-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 345px; }
  .show-feature { grid-template-columns: 1fr; }
  .show-feature__photo { max-height: 480px; }
  .show-feature__copy { max-width: none; padding: 70px 32px 85px; }
  .impact-grid article, .impact-grid article:last-child { border-left: 0; border-right: 0; border-top: 1px solid var(--glffa-line); min-height: 0; padding: 32px 18px; }
  .impact-grid article:last-child { border-bottom: 1px solid var(--glffa-line); }
  .impact-grid article > span { margin-bottom: 20px; }
  .sponsor-callout, .community-strip__inner { align-items: flex-start; flex-direction: column; }
  .content-layout { gap: 55px; grid-template-columns: 1fr; }
  .page-sidebar { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; position: static; }
  .sidebar-contact { margin-top: 0; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .site-shell { padding-inline: 20px; }
  .site-branding__fallback strong { font-size: 1.05rem; }
  .site-branding__fallback small { display: none; }
  .site-branding__fallback img { height: 48px; width: 48px; }
  .event-badge { align-items: flex-start; flex-wrap: wrap; gap: 8px; }
  .event-badge i { margin-top: 8px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .quick-link { grid-template-columns: auto 1fr; padding: 23px 19px; }
  .quick-link > svg { display: none; }
  .quick-link__icon svg { height: 43px; width: 43px; }
  .story-section { padding-inline: 20px; }
  .story-section__visual { margin: 0; min-height: 350px; }
  .story-section__visual img { height: 350px; }
  .story-section__visual::before { inset: 14px -8px -14px 8px; }
  .story-note { bottom: -44px; left: 12px; min-width: 0; right: 12px; }
  .resource-section, .impact-section, .news-section { padding-block: 82px; }
  .resource-card { min-height: 360px; padding: 27px; }
  .sponsor-callout { padding: 34px 27px; }
  .community-strip__links { align-items: flex-start; flex-direction: column; }
  .page-hero__inner, .listing-hero .site-shell, .article-hero__inner { padding-bottom: 58px; padding-top: 48px; }
  .page-hero h1, .listing-hero h1, .article-hero h1 { font-size: clamp(2.8rem,13vw,4rem); }
  .content-layout { padding-bottom: 80px; padding-top: 60px; }
  .page-sidebar { grid-template-columns: 1fr; }
  .prose .alignwide { margin-left: 0; max-width: 100%; width: 100%; }
  .post-card__image { height: 210px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer__bottom { flex-direction: column; gap: 8px; }
  .post-navigation .nav-links { gap: 22px; grid-template-columns: 1fr; }
  .post-navigation .nav-next { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}

@media print {
  .utility-bar, .site-header, .community-strip, .site-footer, .page-sidebar, .button-row { display: none !important; }
  body { background: #fff; color: #000; }
  .page-hero, .article-hero, .listing-hero { background: #fff; color: #000; }
  .page-hero h1, .article-hero h1, .listing-hero h1 { color: #000; }
  .content-layout { display: block; padding: 0; }
  a { text-decoration: underline; }
}
