/*
Theme Name: Green Will Community
Theme URI: https://thegreenwill.org/
Author: The Green Will Conservancy
Description: A full-site-editing block theme for The Green Will Conservancy Community Hub redesign.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: greenwill-community
*/

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
}

body.home {
  background: #fbf7ef;
}

img {
  max-width: 100%;
}

.gw-sticky-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
}

.gw-header-shell {
  background: linear-gradient(180deg, #004634 0%, #003928 100%) !important;
  border-bottom: 1px solid rgba(255, 253, 247, 0.12);
  box-shadow: 0 8px 28px rgba(0, 42, 31, 0.22);
}

.gw-header-inner {
  gap: 1.5rem;
  min-height: 72px;
  padding-bottom: 0.55rem;
  padding-top: 0.55rem;
  width: min(var(--wp--style--global--wide-size), calc(100% - 2rem));
}

.gw-brand {
  flex: 0 0 auto;
  gap: 0.75rem;
  min-width: 0;
}

.gw-logo-image {
  flex: 0 0 auto;
  line-height: 0;
  margin: 0;
}

.gw-logo-image img {
  background: var(--wp--preset--color--base);
  border-radius: 999px;
  display: block;
  height: 48px !important;
  padding: 3px;
  width: 50px !important;
}

.gw-site-title {
  font-size: clamp(1.25rem, 2vw, 1.75rem) !important;
  line-height: 1.05;
  margin: 0;
  max-width: 430px;
}

.gw-site-title a {
  color: var(--wp--preset--color--base) !important;
  text-decoration: none;
}

.gw-site-kicker {
  color: rgba(255, 253, 247, 0.78) !important;
  line-height: 1.2;
}

.gw-primary-nav {
  color: var(--wp--preset--color--base);
  flex: 1 1 auto;
  font-size: 0.82rem;
  min-width: 0;
}

.gw-primary-nav .wp-block-navigation__container {
  align-items: center;
  gap: 0.15rem 0.25rem;
}

.gw-primary-nav .wp-block-navigation-item__content {
  border-radius: 8px;
  color: rgba(255, 253, 247, 0.94);
  line-height: 1.08;
  min-height: 40px;
  padding: 0.55rem 0.58rem;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}

.gw-primary-nav .wp-block-navigation-item__content:hover,
.gw-primary-nav .wp-block-navigation-item__content:focus-visible {
  background: rgba(255, 253, 247, 0.1);
  color: var(--wp--preset--color--base);
  outline: none;
}

.gw-primary-nav .wp-block-navigation__responsive-container-open {
  align-items: center;
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.18);
  border-radius: 8px;
  color: var(--wp--preset--color--forest);
  display: none;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 10px;
  position: relative;
}

.gw-primary-nav .wp-block-navigation__responsive-container-open svg {
  display: none;
}

.gw-primary-nav .wp-block-navigation__responsive-container-open::before {
  background: currentColor;
  border-radius: 999px;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
  content: "";
  display: block;
  height: 2px;
  width: 20px;
}

.gw-card {
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(23, 49, 40, 0.08);
  overflow: hidden;
}

.gw-contact-cta {
  background:
    linear-gradient(135deg, rgba(238, 244, 237, 0.94) 0%, rgba(255, 253, 247, 0.98) 58%),
    linear-gradient(90deg, rgba(31, 116, 119, 0.1), rgba(185, 106, 73, 0.1));
  border: 1px solid rgba(31, 116, 119, 0.16);
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 14px 38px rgba(23, 49, 40, 0.08);
  color: var(--wp--preset--color--charcoal);
  margin-left: calc((100% - min(var(--wp--style--global--wide-size), calc(100vw - 2rem))) / 2) !important;
  margin-right: calc((100% - min(var(--wp--style--global--wide-size), calc(100vw - 2rem))) / 2) !important;
  overflow: hidden;
  padding: clamp(1.15rem, 2.3vw, 1.8rem);
  position: relative;
  width: min(var(--wp--style--global--wide-size), calc(100vw - 2rem));
}

.gw-contact-cta::before {
  background: linear-gradient(180deg, var(--wp--preset--color--river), var(--wp--preset--color--clay));
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 6px;
}

.gw-contact-cta::after {
  background: linear-gradient(135deg, rgba(217, 169, 63, 0.2), rgba(31, 116, 119, 0));
  content: "";
  height: 100%;
  inset: 0 0 auto auto;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  width: 32%;
}

.gw-contact-cta > * {
  position: relative;
  z-index: 1;
}

.gw-contact-cta .wp-block-columns {
  gap: clamp(1rem, 3vw, 2rem);
  margin: 0;
}

.gw-contact-cta-kicker {
  color: var(--wp--preset--color--clay);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
}

.gw-contact-cta-title {
  color: var(--wp--preset--color--forest);
  font-size: clamp(1.65rem, 2.6vw, 2.35rem) !important;
  line-height: 1.02;
  margin: 0;
  max-width: 620px;
}

.gw-contact-cta-copy {
  color: var(--wp--preset--color--muted);
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 0.75rem 0 0;
  max-width: 620px;
}

.gw-contact-cta-tags {
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.gw-contact-cta-tags p {
  background: rgba(31, 116, 119, 0.08);
  border: 1px solid rgba(31, 116, 119, 0.14);
  border-radius: 999px;
  color: var(--wp--preset--color--river);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.1;
  margin: 0;
  padding: 0.42rem 0.62rem;
}

.gw-contact-cta-actions {
  background: rgba(255, 253, 247, 0.76);
  border: 1px solid rgba(185, 106, 73, 0.16);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(23, 49, 40, 0.06);
  margin-left: auto;
  max-width: 220px;
  padding: 0.75rem;
}

.gw-contact-cta-action-label {
  color: var(--wp--preset--color--clay);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
}

.gw-contact-cta-actions .wp-block-buttons {
  gap: 0.5rem;
  margin: 0;
}

.gw-contact-cta-actions .wp-block-button,
.gw-contact-cta-actions .wp-block-button__link {
  width: 100%;
}

.gw-contact-cta-actions .wp-block-button__link {
  align-items: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 44px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.gw-contact-cta-primary .wp-block-button__link {
  background: var(--wp--preset--color--river);
  box-shadow: 0 10px 22px rgba(31, 116, 119, 0.18);
  color: var(--wp--preset--color--base);
}

.gw-contact-cta-primary .wp-block-button__link:hover,
.gw-contact-cta-primary .wp-block-button__link:focus-visible {
  background: #176467;
  box-shadow: 0 12px 26px rgba(31, 116, 119, 0.24);
  transform: translateY(-1px);
}

.gw-contact-cta-secondary .wp-block-button__link {
  background: transparent;
  border-color: rgba(185, 106, 73, 0.5);
  color: var(--wp--preset--color--clay);
}

.gw-contact-cta-secondary .wp-block-button__link:hover,
.gw-contact-cta-secondary .wp-block-button__link:focus-visible {
  background: rgba(185, 106, 73, 0.09);
  border-color: var(--wp--preset--color--clay);
}

.is-style-greenwill-card {
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(23, 49, 40, 0.08);
  overflow: hidden;
}

.gw-card-flat {
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  overflow: hidden;
}

.gw-icon-badge {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 64px;
  justify-content: center;
  overflow: hidden;
  width: 64px;
}

.gw-icon-badge img {
  height: 48px;
  object-fit: contain;
  width: 48px;
}

.gw-card-link a,
.gw-quiet-link a {
  text-decoration: none;
  width: fit-content;
}

.gw-card-link:hover {
  transform: translateY(-2px);
}

.gw-card-link {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.gw-nav-cta a {
  background: transparent;
  border-radius: 8px;
  color: var(--wp--preset--color--gold) !important;
  min-height: 42px;
  padding: 0.6rem 0.95rem;
}

.gw-nav-cta a:hover {
  background: rgba(217, 169, 63, 0.14);
  text-decoration: none;
}

.gw-resource-row {
  display: grid;
  gap: var(--wp--preset--spacing--40);
  grid-template-columns: minmax(180px, 260px) 1fr auto;
}

.gw-resource-row .wp-block-post-featured-image,
.gw-resource-row .wp-block-image {
  margin: 0;
}

.gw-resource-row img {
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gw-latest-query .wp-block-post-featured-image {
  margin-bottom: var(--wp--preset--spacing--30);
}

.gw-latest-query .wp-block-post-featured-image img,
.wp-block-query .gw-card-flat .wp-block-post-featured-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.gw-search .wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.2);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(23, 49, 40, 0.14);
  min-height: 64px;
  padding: 6px;
}

.gw-search .wp-block-search__input {
  border: 0;
  color: var(--wp--preset--color--charcoal);
  font-size: var(--wp--preset--font-size--medium);
  padding-left: var(--wp--preset--spacing--30);
}

.gw-search .wp-block-search__input::placeholder {
  color: #53635c;
  opacity: 1;
}

.gw-search .wp-block-search__button {
  background: var(--wp--preset--color--forest);
  border: 1px solid var(--wp--preset--color--forest);
  border-radius: 6px;
  color: var(--wp--preset--color--base);
  font-weight: 800;
  margin-left: 0;
  min-width: 116px;
}

.gw-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.gw-filter-row a {
  align-items: center;
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 999px;
  color: var(--wp--preset--color--forest);
  display: inline-flex;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  min-height: 40px;
  padding: 0 0.9rem;
  text-decoration: none;
}

.gw-filter-row a:hover {
  border-color: var(--wp--preset--color--river);
  color: var(--wp--preset--color--river);
}

.gw-tax-pill a {
  background: var(--wp--preset--color--mist);
  border-radius: 999px;
  color: var(--wp--preset--color--forest);
  display: inline-block;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 700;
  margin: 0 6px 6px 0;
  padding: 4px 10px;
  text-decoration: none;
}

.gw-hero-cover {
  min-height: 560px;
}

.gw-hero-cover h1 {
  color: var(--wp--preset--color--forest);
  max-width: 760px;
}

.gw-hero-cover .wp-block-button__link {
  box-shadow: 0 8px 22px rgba(23, 49, 40, 0.16);
}

.gw-hero-cover .is-style-outline .wp-block-button__link {
  background: rgba(255, 253, 247, 0.94);
  border-color: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--forest) !important;
}

.gw-hero-cover .is-style-outline .wp-block-button__link:hover,
.gw-hero-cover .is-style-outline .wp-block-button__link:focus-visible {
  background: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--base) !important;
}

.gw-hero-cover .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.96) 0%, rgba(250, 247, 239, 0.88) 42%, rgba(250, 247, 239, 0.38) 100%);
}

.gw-foster-page {
  overflow: hidden;
}

.gw-foster-hero {
  border-bottom: 1px solid rgba(23, 49, 40, 0.12);
  box-sizing: border-box;
  min-height: min(620px, calc(100svh - 92px)) !important;
}

.gw-foster-hero::before {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.92) 36%, rgba(250, 247, 239, 0.48) 62%, rgba(250, 247, 239, 0.08) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gw-foster-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.92) 36%, rgba(250, 247, 239, 0.48) 62%, rgba(250, 247, 239, 0.08) 100%);
}

.gw-foster-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.gw-foster-hero-panel {
  margin-left: 0 !important;
  padding-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--40);
}

.gw-foster-hero h1 {
  color: var(--wp--preset--color--forest);
  font-size: clamp(3.25rem, 5.8vw, 5.8rem) !important;
  line-height: 1;
  margin-top: var(--wp--preset--spacing--20);
  max-width: 680px;
}

.gw-foster-hero p:not(.gw-tax-pill) {
  color: var(--wp--preset--color--charcoal);
  font-size: clamp(1.2rem, 1.75vw, 1.75rem) !important;
  line-height: 1.32;
  max-width: 620px;
}

.gw-foster-hero-actions {
  margin-top: var(--wp--preset--spacing--30);
}

.gw-foster-hero .is-style-outline .wp-block-button__link {
  background: rgba(255, 253, 247, 0.94);
  border-color: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--forest) !important;
}

.gw-foster-hero .is-style-outline .wp-block-button__link:hover,
.gw-foster-hero .is-style-outline .wp-block-button__link:focus-visible {
  background: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--base) !important;
}

.gw-foster-search {
  margin-top: var(--wp--preset--spacing--30);
  max-width: 640px;
}

.gw-foster-stat-band {
  background: var(--wp--preset--color--forest);
  border-radius: 8px;
  color: var(--wp--preset--color--base);
  padding: var(--wp--preset--spacing--40);
}

.gw-foster-stat-band h2,
.gw-foster-stat-band p {
  color: var(--wp--preset--color--base);
  margin-bottom: 0;
  margin-top: 0;
}

.gw-foster-card-grid {
  align-items: stretch !important;
  margin-bottom: var(--wp--preset--spacing--60);
}

.gw-foster-card-grid .wp-block-column {
  display: flex;
}

.gw-foster-path-card {
  background:
    linear-gradient(180deg, rgba(238, 245, 231, 0.72), rgba(255, 253, 247, 0) 72%),
    var(--wp--preset--color--base) !important;
  flex: 1;
  min-height: 250px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gw-foster-path-card > * {
  max-width: none !important;
}

.gw-foster-path-card:hover {
  border-color: rgba(58, 125, 101, 0.42);
  box-shadow: 0 18px 46px rgba(23, 49, 40, 0.1);
  transform: translateY(-2px);
}

.gw-foster-card-label {
  color: var(--wp--preset--color--river);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.gw-foster-path-card h3 {
  margin-top: var(--wp--preset--spacing--20);
}

.gw-foster-path-card a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}

.gw-foster-path-card a:hover,
.gw-foster-path-card a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-foster-feature-grid {
  align-items: flex-start !important;
}

.gw-foster-link-list {
  display: grid;
  gap: 0.75rem;
  max-width: none !important;
}

.gw-foster-link-list p {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0;
  max-width: none !important;
  padding: 1rem 1.1rem;
  width: 100%;
}

.gw-foster-link-list a {
  color: var(--wp--preset--color--forest);
  display: block;
  font-weight: 800;
  text-decoration: none;
}

.gw-foster-link-list a:hover,
.gw-foster-link-list a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-foster-link-list span {
  color: var(--wp--preset--color--muted);
  display: block;
  margin-top: 0.25rem;
}

.gw-foster-detail {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  margin-bottom: 0.85rem;
  padding: 1rem 1.1rem;
}

.gw-foster-detail summary {
  color: var(--wp--preset--color--forest);
  cursor: pointer;
  font-weight: 800;
}

.gw-foster-detail p {
  color: var(--wp--preset--color--muted);
  margin-bottom: 0;
}

.gw-foster-recent-section .wp-block-post-title a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}

.gw-foster-recent-section .wp-block-post-title a:hover,
.gw-foster-recent-section .wp-block-post-title a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-foster-carousel {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size);
  width: min(var(--wp--style--global--wide-size), calc(100vw - 2rem));
}

.gw-foster-carousel-header {
  align-items: end;
  display: flex;
  gap: var(--wp--preset--spacing--30);
  justify-content: space-between;
  margin-bottom: var(--wp--preset--spacing--30);
}

.gw-foster-carousel-header h2 {
  color: var(--wp--preset--color--forest);
  margin: 0.2rem 0 0;
}

.gw-foster-carousel-controls {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 0.5rem;
}

.gw-foster-carousel-button,
.gw-foster-carousel-all {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 44px;
  text-decoration: none;
}

.gw-foster-carousel-button {
  background: var(--wp--preset--color--forest);
  border: 1px solid rgba(0, 44, 32, 0.22);
  color: var(--wp--preset--color--base);
  cursor: pointer;
  font-size: 1.65rem;
  line-height: 1;
  min-width: 44px;
  padding: 0;
}

.gw-foster-carousel-button:disabled {
  cursor: default;
  opacity: 0.42;
}

.gw-foster-carousel-all {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  color: var(--wp--preset--color--forest);
  padding: 0 0.9rem;
}

.gw-foster-carousel-all:hover,
.gw-foster-carousel-all:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-foster-carousel-track {
  display: grid;
  gap: var(--wp--preset--spacing--30);
  grid-auto-columns: minmax(300px, 34%);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 0 0 var(--wp--preset--spacing--20);
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(23, 49, 40, 0.28) transparent;
}

.gw-foster-carousel-track:focus-visible {
  outline: 3px solid var(--wp--preset--color--gold);
  outline-offset: 6px;
}

.gw-foster-carousel-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(23, 49, 40, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  scroll-snap-align: start;
}

.gw-foster-carousel-image {
  background: var(--wp--preset--color--ivory);
  display: block;
  overflow: hidden;
}

.gw-foster-carousel-image img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform 180ms ease;
  width: 100%;
}

.gw-foster-carousel-card:hover .gw-foster-carousel-image img {
  transform: scale(1.025);
}

.gw-foster-carousel-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: var(--wp--preset--spacing--30);
}

.gw-foster-carousel-date {
  color: var(--wp--preset--color--river);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.gw-foster-carousel-body h3 {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.18;
  margin: 0;
}

.gw-foster-carousel-body h3 a,
.gw-foster-carousel-read {
  color: var(--wp--preset--color--forest);
}

.gw-foster-carousel-body h3 a {
  text-decoration: none;
}

.gw-foster-carousel-body h3 a:hover,
.gw-foster-carousel-body h3 a:focus-visible,
.gw-foster-carousel-read:hover,
.gw-foster-carousel-read:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-foster-carousel-body p:not(.gw-foster-carousel-date) {
  color: var(--wp--preset--color--muted);
  margin-bottom: var(--wp--preset--spacing--30);
}

.gw-foster-carousel-read {
  font-weight: 850;
  margin-top: auto;
}

.gw-foster-carousel-empty {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size);
  width: min(var(--wp--style--global--wide-size), calc(100% - 2rem));
}

.gw-plc-page {
  overflow: hidden;
}

.gw-plc-hero {
  border-bottom: 1px solid rgba(23, 49, 40, 0.12);
  box-sizing: border-box;
  min-height: min(620px, calc(100svh - 92px)) !important;
}

.gw-plc-hero::before {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.9) 38%, rgba(250, 247, 239, 0.42) 66%, rgba(250, 247, 239, 0.06) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gw-plc-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.9) 38%, rgba(250, 247, 239, 0.42) 66%, rgba(250, 247, 239, 0.06) 100%);
}

.gw-plc-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.gw-plc-hero-panel {
  margin-left: 0 !important;
  padding-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--40);
}

.gw-plc-hero h1 {
  color: var(--wp--preset--color--forest);
  font-size: clamp(3.1rem, 5.4vw, 5.6rem) !important;
  line-height: 1;
  margin-top: var(--wp--preset--spacing--20);
  max-width: 700px;
}

.gw-plc-hero p:not(.gw-tax-pill) {
  color: var(--wp--preset--color--charcoal);
  font-size: clamp(1.16rem, 1.62vw, 1.62rem) !important;
  line-height: 1.35;
  max-width: 650px;
}

.gw-plc-hero-actions {
  margin-top: var(--wp--preset--spacing--30);
}

.gw-plc-hero .is-style-outline .wp-block-button__link {
  background: rgba(255, 253, 247, 0.94);
  border-color: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--forest) !important;
}

.gw-plc-hero .is-style-outline .wp-block-button__link:hover,
.gw-plc-hero .is-style-outline .wp-block-button__link:focus-visible {
  background: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--base) !important;
}

.gw-plc-stat-band {
  background: var(--wp--preset--color--forest);
  border-radius: 8px;
  color: var(--wp--preset--color--base);
  padding: var(--wp--preset--spacing--40);
}

.gw-plc-stat-band h2,
.gw-plc-stat-band p {
  color: var(--wp--preset--color--base);
  margin-bottom: 0;
  margin-top: 0;
}

.gw-plc-card-grid {
  align-items: stretch !important;
  margin-bottom: var(--wp--preset--spacing--60);
}

.gw-plc-card-grid .wp-block-column {
  display: flex;
}

.gw-plc-path-card {
  background:
    linear-gradient(180deg, rgba(225, 239, 238, 0.72), rgba(255, 253, 247, 0) 72%),
    var(--wp--preset--color--base) !important;
  flex: 1;
  min-height: 250px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gw-plc-path-card > * {
  max-width: none !important;
}

.gw-plc-path-card:hover {
  border-color: rgba(31, 116, 119, 0.42);
  box-shadow: 0 18px 46px rgba(23, 49, 40, 0.1);
  transform: translateY(-2px);
}

.gw-plc-card-label {
  color: var(--wp--preset--color--river);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.gw-plc-path-card h3 {
  margin-top: var(--wp--preset--spacing--20);
}

.gw-plc-path-card a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}

.gw-plc-path-card a:hover,
.gw-plc-path-card a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-plc-feature-grid {
  align-items: flex-start !important;
}

.gw-plc-compliance {
  background: rgba(217, 169, 63, 0.14);
  border: 1px solid rgba(157, 118, 31, 0.22);
  border-radius: 8px;
  margin-top: var(--wp--preset--spacing--30);
  padding: 1rem 1.1rem;
}

.gw-plc-compliance p {
  color: var(--wp--preset--color--charcoal);
  font-size: var(--wp--preset--font-size--small);
  margin: 0;
}

.gw-plc-link-list {
  display: grid;
  gap: 0.75rem;
  max-width: none !important;
}

.gw-plc-link-list p {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0;
  max-width: none !important;
  padding: 1rem 1.1rem;
  width: 100%;
}

.gw-plc-link-list a {
  color: var(--wp--preset--color--forest);
  display: block;
  font-weight: 800;
  text-decoration: none;
}

.gw-plc-link-list a:hover,
.gw-plc-link-list a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-plc-link-list span {
  color: var(--wp--preset--color--muted);
  display: block;
  margin-top: 0.25rem;
}

.gw-plc-practice-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  min-height: 100%;
  padding: var(--wp--preset--spacing--40);
}

.gw-plc-practice-card h3 {
  color: var(--wp--preset--color--forest);
  margin-top: 0;
}

.gw-plc-practice-card p {
  color: var(--wp--preset--color--muted);
}

.gw-library-page {
  overflow: hidden;
}

.gw-library-hero {
  border-bottom: 1px solid rgba(23, 49, 40, 0.12);
  box-sizing: border-box;
  min-height: min(560px, calc(100svh - 92px)) !important;
}

.gw-library-hero::before {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.9) 39%, rgba(250, 247, 239, 0.48) 68%, rgba(250, 247, 239, 0.1) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gw-library-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.9) 39%, rgba(250, 247, 239, 0.48) 68%, rgba(250, 247, 239, 0.1) 100%);
}

.gw-library-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.gw-library-hero-panel {
  margin-left: 0 !important;
  padding-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--40);
}

.gw-library-hero h1 {
  color: var(--wp--preset--color--forest);
  font-size: clamp(3.1rem, 5.2vw, 5.25rem) !important;
  line-height: 1;
  margin-top: var(--wp--preset--spacing--20);
  max-width: 720px;
}

.gw-library-hero p:not(.gw-tax-pill) {
  color: var(--wp--preset--color--charcoal);
  font-size: clamp(1.12rem, 1.5vw, 1.45rem) !important;
  line-height: 1.36;
  max-width: 680px;
}

.gw-library-search {
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid rgba(23, 49, 40, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 49, 40, 0.08);
  margin-top: var(--wp--preset--spacing--30);
  max-width: 680px;
  padding: 0.55rem;
}

.gw-library-search .wp-block-search__inside-wrapper {
  border: 0;
  gap: 0.55rem;
  padding: 0;
}

.gw-library-search .wp-block-search__input {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--wp--preset--color--forest);
  font: inherit;
  min-height: 48px;
  padding: 0 0.65rem;
}

.gw-library-search .wp-block-search__button {
  background: var(--wp--preset--color--forest);
  border: 0;
  border-radius: 6px;
  color: var(--wp--preset--color--base);
  font-weight: 850;
  min-height: 48px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.gw-library-access-band {
  background: var(--wp--preset--color--forest);
  border-radius: 8px;
  color: var(--wp--preset--color--base);
  padding: var(--wp--preset--spacing--40);
}

.gw-library-access-band h2,
.gw-library-access-band p {
  color: var(--wp--preset--color--base);
  margin-bottom: 0;
  margin-top: 0;
}

.gw-library-access-actions {
  margin-top: var(--wp--preset--spacing--30);
}

.gw-library-access-actions .is-style-outline .wp-block-button__link {
  border-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--base) !important;
}

.gw-library-resource-section h2 {
  color: var(--wp--preset--color--forest);
}

.gw-library-card-grid {
  align-items: stretch !important;
  margin-bottom: var(--wp--preset--spacing--30);
}

.gw-library-card-grid .wp-block-column {
  display: flex;
}

.gw-library-card {
  background:
    linear-gradient(180deg, rgba(225, 239, 238, 0.72), rgba(255, 253, 247, 0) 72%),
    var(--wp--preset--color--base) !important;
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  flex: 1;
  min-height: 230px;
  padding: var(--wp--preset--spacing--40);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gw-library-card > * {
  max-width: none !important;
}

.gw-library-card:hover {
  border-color: rgba(31, 116, 119, 0.42);
  box-shadow: 0 18px 46px rgba(23, 49, 40, 0.1);
  transform: translateY(-2px);
}

.gw-library-card-label {
  color: var(--wp--preset--color--river);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.gw-library-card h3 {
  margin-top: var(--wp--preset--spacing--20);
}

.gw-library-card a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}

.gw-library-card a:hover,
.gw-library-card a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-library-card p:not(.gw-library-card-label) {
  color: var(--wp--preset--color--muted);
}

.gw-library-feature-grid {
  align-items: flex-start !important;
}

.gw-library-note {
  background: rgba(217, 169, 63, 0.14);
  border: 1px solid rgba(157, 118, 31, 0.22);
  border-radius: 8px;
  margin-top: var(--wp--preset--spacing--30);
  padding: 1rem 1.1rem;
}

.gw-library-note p {
  color: var(--wp--preset--color--charcoal);
  font-size: var(--wp--preset--font-size--small);
  margin: 0;
}

.gw-library-link-list {
  display: grid;
  gap: 0.75rem;
  max-width: none !important;
}

.gw-library-link-list p {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0;
  max-width: none !important;
  padding: 1rem 1.1rem;
  width: 100%;
}

.gw-library-link-list a {
  color: var(--wp--preset--color--forest);
  display: block;
  font-weight: 800;
  text-decoration: none;
}

.gw-library-link-list a:hover,
.gw-library-link-list a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-library-link-list span {
  color: var(--wp--preset--color--muted);
  display: block;
  margin-top: 0.25rem;
}

.gw-library-step-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  min-height: 100%;
  padding: var(--wp--preset--spacing--40);
}

.gw-library-step-card h3 {
  color: var(--wp--preset--color--forest);
  margin-top: 0;
}

.gw-library-step-card p {
  color: var(--wp--preset--color--muted);
}

.gw-emdr-page {
  overflow: hidden;
}

.gw-emdr-hero {
  border-bottom: 1px solid rgba(23, 49, 40, 0.12);
  box-sizing: border-box;
  min-height: min(620px, calc(100svh - 92px)) !important;
}

.gw-emdr-hero::before {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.9) 38%, rgba(250, 247, 239, 0.42) 66%, rgba(250, 247, 239, 0.06) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gw-emdr-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.9) 38%, rgba(250, 247, 239, 0.42) 66%, rgba(250, 247, 239, 0.06) 100%);
}

.gw-emdr-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.gw-emdr-hero-panel {
  margin-left: 0 !important;
  padding-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--40);
}

.gw-emdr-hero h1 {
  color: var(--wp--preset--color--forest);
  font-size: clamp(3.1rem, 5.4vw, 5.6rem) !important;
  line-height: 1;
  margin-top: var(--wp--preset--spacing--20);
  max-width: 720px;
}

.gw-emdr-hero p:not(.gw-tax-pill) {
  color: var(--wp--preset--color--charcoal);
  font-size: clamp(1.16rem, 1.62vw, 1.62rem) !important;
  line-height: 1.35;
  max-width: 670px;
}

.gw-emdr-hero-actions {
  margin-top: var(--wp--preset--spacing--30);
}

.gw-emdr-hero .is-style-outline .wp-block-button__link {
  background: rgba(255, 253, 247, 0.94);
  border-color: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--forest) !important;
}

.gw-emdr-hero .is-style-outline .wp-block-button__link:hover,
.gw-emdr-hero .is-style-outline .wp-block-button__link:focus-visible {
  background: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--base) !important;
}

.gw-emdr-stat-band {
  background: var(--wp--preset--color--forest);
  border-radius: 8px;
  color: var(--wp--preset--color--base);
  padding: var(--wp--preset--spacing--40);
}

.gw-emdr-stat-band h2,
.gw-emdr-stat-band p {
  color: var(--wp--preset--color--base);
  margin-bottom: 0;
  margin-top: 0;
}

.gw-emdr-card-grid {
  align-items: stretch !important;
  margin-bottom: var(--wp--preset--spacing--60);
}

.gw-emdr-card-grid .wp-block-column {
  display: flex;
}

.gw-emdr-path-card {
  background:
    linear-gradient(180deg, rgba(238, 244, 237, 0.78), rgba(255, 253, 247, 0) 72%),
    var(--wp--preset--color--base) !important;
  flex: 1;
  min-height: 250px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gw-emdr-path-card > * {
  max-width: none !important;
}

.gw-emdr-path-card:hover {
  border-color: rgba(58, 125, 101, 0.42);
  box-shadow: 0 18px 46px rgba(23, 49, 40, 0.1);
  transform: translateY(-2px);
}

.gw-emdr-card-label {
  color: var(--wp--preset--color--river);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.gw-emdr-path-card h3 {
  margin-top: var(--wp--preset--spacing--20);
}

.gw-emdr-path-card a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}

.gw-emdr-path-card a:hover,
.gw-emdr-path-card a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-emdr-feature-grid {
  align-items: flex-start !important;
}

.gw-emdr-compliance {
  background: rgba(217, 169, 63, 0.14);
  border: 1px solid rgba(157, 118, 31, 0.22);
  border-radius: 8px;
  margin-top: var(--wp--preset--spacing--30);
  padding: 1rem 1.1rem;
}

.gw-emdr-compliance p {
  color: var(--wp--preset--color--charcoal);
  font-size: var(--wp--preset--font-size--small);
  margin: 0;
}

.gw-emdr-link-list {
  display: grid;
  gap: 0.75rem;
  max-width: none !important;
}

.gw-emdr-link-list p {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0;
  max-width: none !important;
  padding: 1rem 1.1rem;
  width: 100%;
}

.gw-emdr-link-list a {
  color: var(--wp--preset--color--forest);
  display: block;
  font-weight: 800;
  text-decoration: none;
}

.gw-emdr-link-list a:hover,
.gw-emdr-link-list a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-emdr-link-list span {
  color: var(--wp--preset--color--muted);
  display: block;
  margin-top: 0.25rem;
}

.gw-emdr-phase-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  min-height: 100%;
  padding: var(--wp--preset--spacing--40);
}

.gw-emdr-phase-card h3 {
  color: var(--wp--preset--color--forest);
  margin-top: 0;
}

.gw-emdr-phase-card p {
  color: var(--wp--preset--color--muted);
}

.gw-qa-page {
  overflow: hidden;
}

.gw-qa-hero {
  border-bottom: 1px solid rgba(23, 49, 40, 0.12);
  box-sizing: border-box;
  min-height: min(560px, calc(100svh - 92px)) !important;
}

.gw-qa-hero::before {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.9) 38%, rgba(250, 247, 239, 0.42) 66%, rgba(250, 247, 239, 0.06) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gw-qa-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.9) 38%, rgba(250, 247, 239, 0.42) 66%, rgba(250, 247, 239, 0.06) 100%);
}

.gw-qa-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.gw-qa-hero-panel {
  margin-left: 0 !important;
  padding-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--40);
}

.gw-qa-hero h1 {
  color: var(--wp--preset--color--forest);
  font-size: clamp(3rem, 5vw, 5.1rem) !important;
  line-height: 1;
  margin-top: var(--wp--preset--spacing--20);
  max-width: 760px;
}

.gw-qa-hero p:not(.gw-tax-pill) {
  color: var(--wp--preset--color--charcoal);
  font-size: clamp(1.12rem, 1.5vw, 1.48rem) !important;
  line-height: 1.36;
  max-width: 660px;
}

.gw-qa-hero-actions {
  margin-top: var(--wp--preset--spacing--30);
}

.gw-qa-hero .is-style-outline .wp-block-button__link {
  background: rgba(255, 253, 247, 0.94);
  border-color: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--forest) !important;
}

.gw-qa-hero .is-style-outline .wp-block-button__link:hover,
.gw-qa-hero .is-style-outline .wp-block-button__link:focus-visible {
  background: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--base) !important;
}

.gw-qa-stat-band {
  background: var(--wp--preset--color--forest);
  border-radius: 8px;
  color: var(--wp--preset--color--base);
  padding: var(--wp--preset--spacing--40);
}

.gw-qa-stat-band h2,
.gw-qa-stat-band p {
  color: var(--wp--preset--color--base);
  margin-bottom: 0;
  margin-top: 0;
}

.gw-qa-guide-grid,
.gw-qa-next-grid {
  align-items: stretch !important;
}

.gw-qa-guide-grid .wp-block-column,
.gw-qa-next-grid .wp-block-column {
  display: flex;
}

.gw-qa-guide-card,
.gw-qa-next-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  flex: 1;
  padding: var(--wp--preset--spacing--40);
}

.gw-qa-guide-card {
  background:
    linear-gradient(180deg, rgba(238, 244, 237, 0.76), rgba(255, 253, 247, 0) 72%),
    var(--wp--preset--color--base);
}

.gw-qa-guide-card > *,
.gw-qa-next-card > * {
  max-width: none !important;
}

.gw-qa-card-label {
  color: var(--wp--preset--color--river);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.gw-qa-guide-card h3,
.gw-qa-next-card h3 {
  color: var(--wp--preset--color--forest);
  margin-top: var(--wp--preset--spacing--20);
}

.gw-qa-guide-card p:not(.gw-qa-card-label),
.gw-qa-next-card p {
  color: var(--wp--preset--color--muted);
}

.gw-qa-next-card a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}

.gw-qa-next-card a:hover,
.gw-qa-next-card a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-qa-video-heading {
  margin-bottom: var(--wp--preset--spacing--40);
}

.gw-qa-video-heading h2,
.gw-qa-video-heading p {
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 760px !important;
}

.gw-qa-video-query,
.gw-qa-video-query > * {
  max-width: none !important;
}

.gw-qa-video-grid {
  gap: var(--wp--preset--spacing--40) !important;
}

.gw-qa-video-grid > li {
  display: flex;
  margin: 0 !important;
}

.gw-qa-video-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 49, 40, 0.08);
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.gw-qa-video-card > * {
  max-width: none !important;
}

.gw-qa-video-card .wp-block-post-title {
  font-size: clamp(1.12rem, 1.5vw, 1.45rem) !important;
  line-height: 1.16;
  margin: 0;
  order: 2;
  padding: 1rem 1.1rem 0.2rem;
}

.gw-qa-video-card .wp-block-post-title a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}

.gw-qa-video-card .wp-block-post-title a:hover,
.gw-qa-video-card .wp-block-post-title a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-qa-video-card .wp-block-post-content {
  display: flex;
  flex-direction: column;
  margin: 0;
  order: 1;
}

.gw-qa-video-card .wp-block-embed {
  margin: 0;
}

.gw-qa-video-card .wp-block-embed__wrapper,
.gw-qa-video-card .embed-youtube {
  aspect-ratio: 16 / 9;
  background: var(--wp--preset--color--charcoal);
  display: block;
  overflow: hidden;
  width: 100%;
}

.gw-qa-video-card iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.gw-qa-video-card figcaption {
  color: var(--wp--preset--color--muted);
  display: -webkit-box;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.45;
  margin: 0;
  overflow: hidden;
  padding: 0.8rem 1.1rem 1.15rem;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.gw-qa-video-card figcaption br {
  display: none;
}

.gw-lecture-page {
  overflow: hidden;
}

.gw-lecture-hero {
  border-bottom: 1px solid rgba(23, 49, 40, 0.12);
  box-sizing: border-box;
  min-height: min(560px, calc(100svh - 92px)) !important;
}

.gw-lecture-hero::before {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.9) 38%, rgba(250, 247, 239, 0.42) 66%, rgba(250, 247, 239, 0.06) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gw-lecture-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.9) 38%, rgba(250, 247, 239, 0.42) 66%, rgba(250, 247, 239, 0.06) 100%);
}

.gw-lecture-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.gw-lecture-hero-panel {
  margin-left: 0 !important;
  padding-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--40);
}

.gw-lecture-hero h1 {
  color: var(--wp--preset--color--forest);
  font-size: clamp(3rem, 5vw, 5.1rem) !important;
  line-height: 1;
  margin-top: var(--wp--preset--spacing--20);
  max-width: 760px;
}

.gw-lecture-hero p:not(.gw-tax-pill) {
  color: var(--wp--preset--color--charcoal);
  font-size: clamp(1.12rem, 1.5vw, 1.48rem) !important;
  line-height: 1.36;
  max-width: 680px;
}

.gw-lecture-hero-actions {
  margin-top: var(--wp--preset--spacing--30);
}

.gw-lecture-hero .is-style-outline .wp-block-button__link {
  background: rgba(255, 253, 247, 0.94);
  border-color: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--forest) !important;
}

.gw-lecture-hero .is-style-outline .wp-block-button__link:hover,
.gw-lecture-hero .is-style-outline .wp-block-button__link:focus-visible {
  background: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--base) !important;
}

.gw-lecture-note-band {
  background: var(--wp--preset--color--forest);
  border-radius: 8px;
  color: var(--wp--preset--color--base);
  padding: var(--wp--preset--spacing--40);
}

.gw-lecture-note-band h2,
.gw-lecture-note-band p {
  color: var(--wp--preset--color--base);
  margin-bottom: 0;
  margin-top: 0;
}

.gw-lecture-guide-grid,
.gw-lecture-next-grid {
  align-items: stretch !important;
}

.gw-lecture-guide-grid .wp-block-column,
.gw-lecture-next-grid .wp-block-column {
  display: flex;
}

.gw-lecture-guide-card,
.gw-lecture-next-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  flex: 1;
  padding: var(--wp--preset--spacing--40);
}

.gw-lecture-guide-card {
  background:
    linear-gradient(180deg, rgba(238, 244, 237, 0.76), rgba(255, 253, 247, 0) 72%),
    var(--wp--preset--color--base);
}

.gw-lecture-guide-card > *,
.gw-lecture-next-card > * {
  max-width: none !important;
}

.gw-lecture-card-label {
  color: var(--wp--preset--color--river);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.gw-lecture-guide-card h3,
.gw-lecture-next-card h3 {
  color: var(--wp--preset--color--forest);
  margin-top: var(--wp--preset--spacing--20);
}

.gw-lecture-guide-card p:not(.gw-lecture-card-label),
.gw-lecture-next-card p {
  color: var(--wp--preset--color--muted);
}

.gw-lecture-next-card a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}

.gw-lecture-next-card a:hover,
.gw-lecture-next-card a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-lecture-video-heading {
  margin-bottom: var(--wp--preset--spacing--40);
}

.gw-lecture-video-heading h2,
.gw-lecture-video-heading p {
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 760px !important;
}

.gw-lecture-query,
.gw-lecture-query > * {
  max-width: none !important;
}

.gw-lecture-grid {
  gap: var(--wp--preset--spacing--40) !important;
}

.gw-lecture-grid > li {
  display: flex;
  margin: 0 !important;
}

.gw-lecture-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 49, 40, 0.08);
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
}

.gw-lecture-card > * {
  max-width: none !important;
}

.gw-lecture-thumb {
  background:
    linear-gradient(135deg, rgba(23, 49, 40, 0.86), rgba(31, 116, 119, 0.72)),
    var(--wp--preset--color--forest);
  margin: 0 !important;
  min-height: 160px;
}

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

.gw-lecture-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.05rem 1.15rem 1.2rem;
}

.gw-lecture-card-body > * {
  max-width: none !important;
}

.gw-lecture-card .wp-block-post-title {
  font-size: clamp(1.06rem, 1.25vw, 1.28rem) !important;
  line-height: 1.18;
  margin: 0;
}

.gw-lecture-card .wp-block-post-title a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}

.gw-lecture-card .wp-block-post-title a:hover,
.gw-lecture-card .wp-block-post-title a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-lecture-card-note {
  color: var(--wp--preset--color--muted);
  flex: 1;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.45;
  margin-bottom: 0;
  margin-top: 0.75rem;
}

.gw-lecture-read-more {
  align-items: center;
  background: var(--wp--preset--color--forest);
  border-radius: 999px;
  color: var(--wp--preset--color--base);
  display: inline-flex;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 800;
  margin-top: auto;
  min-height: 38px;
  padding: 0 1rem;
  text-decoration: none;
  width: fit-content;
}

.gw-lecture-read-more:hover,
.gw-lecture-read-more:focus-visible {
  background: var(--wp--preset--color--river);
  color: var(--wp--preset--color--base);
}

.gw-default-page {
  overflow: hidden;
}

.gw-default-hero {
  border-bottom: 1px solid rgba(23, 49, 40, 0.1);
}

.gw-default-hero-inner {
  margin-left: 0 !important;
}

.gw-default-title {
  color: var(--wp--preset--color--forest);
  font-size: clamp(2.7rem, 5.2vw, 5rem) !important;
  line-height: 1;
  margin-top: var(--wp--preset--spacing--20);
  max-width: 980px;
}

.gw-default-feature-shell {
  margin-bottom: calc(var(--wp--preset--spacing--50) * -1);
  margin-top: var(--wp--preset--spacing--50);
  position: relative;
  z-index: 2;
}

.gw-default-featured-image {
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(23, 49, 40, 0.14);
  overflow: hidden;
}

.gw-default-layout {
  position: relative;
  z-index: 1;
}

.gw-default-content-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(23, 49, 40, 0.08);
  padding: var(--wp--preset--spacing--50);
}

.gw-default-content-card > *,
.gw-default-content > * {
  max-width: none !important;
}

.gw-default-content {
  color: var(--wp--preset--color--charcoal);
}

.gw-default-content h2,
.gw-default-content h3,
.gw-default-content h4,
.gw-default-content h5,
.gw-default-content h6 {
  color: var(--wp--preset--color--forest);
  line-height: 1.15;
  margin-top: var(--wp--preset--spacing--40);
}

.gw-default-content h2:first-child,
.gw-default-content h3:first-child,
.gw-default-content h4:first-child,
.gw-default-content h5:first-child,
.gw-default-content h6:first-child {
  margin-top: 0;
}

.gw-default-content p,
.gw-default-content li {
  line-height: 1.62;
}

.gw-default-content a {
  color: var(--wp--preset--color--forest);
  font-weight: 750;
}

.gw-default-content a:hover,
.gw-default-content a:focus-visible {
  color: var(--wp--preset--color--river);
}

.gw-default-content img {
  border-radius: 8px;
}

.gw-default-content figure {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}

.gw-default-content .wp-block-image,
.gw-default-content .wp-block-gallery,
.gw-default-content .wp-block-embed,
.gw-default-content .wp-block-video {
  background: var(--wp--preset--color--ivory);
  border: 1px solid rgba(23, 49, 40, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.gw-default-content .wp-block-image figcaption,
.gw-default-content .wp-block-gallery figcaption,
.gw-default-content .wp-block-embed figcaption {
  color: var(--wp--preset--color--muted);
  font-size: var(--wp--preset--font-size--small);
  margin: 0;
  padding: 0.75rem 1rem 1rem;
  text-align: left;
}

.gw-default-content iframe {
  border: 0;
  max-width: 100%;
}

.gw-default-content .wp-block-query {
  max-width: none !important;
}

.gw-default-content .wp-block-post-template {
  display: grid;
  gap: var(--wp--preset--spacing--30);
  list-style: none;
  padding-left: 0;
}

.gw-default-content .wp-block-post-template > li {
  background: var(--wp--preset--color--ivory);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  padding: var(--wp--preset--spacing--30);
}

.gw-default-content input,
.gw-default-content select,
.gw-default-content textarea {
  border: 1px solid rgba(23, 49, 40, 0.18);
  border-radius: 8px;
  box-sizing: border-box;
  font: inherit;
  max-width: 100%;
  padding: 0.72rem 0.85rem;
}

.gw-default-content input[type="submit"],
.gw-default-content button,
.gw-default-content .button,
.gw-default-content .wp-element-button {
  background: var(--wp--preset--color--forest);
  border: 0;
  border-radius: 999px;
  color: var(--wp--preset--color--base);
  cursor: pointer;
  font-weight: 800;
  padding: 0.75rem 1.15rem;
  text-decoration: none;
}

.gw-default-content input[type="submit"]:hover,
.gw-default-content button:hover,
.gw-default-content .button:hover,
.gw-default-content .wp-element-button:hover {
  background: var(--wp--preset--color--river);
  color: var(--wp--preset--color--base);
}

.gw-footer a {
  color: var(--wp--preset--color--base);
  font-weight: 650;
  text-decoration: none;
}

.gw-footer p,
.gw-footer li {
  color: var(--wp--preset--color--mist);
}

.gw-footer ul {
  list-style: none;
  padding-left: 0;
}

.gw-footer li + li {
  margin-top: 0.55rem;
}

.gw-footer a:hover,
.gw-footer a:focus-visible,
.gw-card-link a:hover,
.gw-quiet-link a:hover {
  color: var(--wp--preset--color--gold);
  text-decoration: underline;
}

.gw-footer .wp-block-social-links a {
  color: var(--wp--preset--color--base);
}

.gw-footer-programs {
  background: rgba(255, 253, 247, 0.045);
  border: 1px solid rgba(255, 253, 247, 0.14);
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: var(--wp--preset--spacing--50);
  margin-top: 0;
  padding-bottom: var(--wp--preset--spacing--50);
  padding-left: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--50);
}

.gw-footer-programs + .wp-block-columns {
  margin-top: 0;
}

.gw-footer-programs-heading {
  gap: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--30);
}

.gw-footer-programs-heading h4,
.gw-footer-programs-heading p {
  margin: 0;
}

.gw-footer-programs-heading p {
  max-width: 42rem;
}

.gw-footer-program-grid {
  display: grid !important;
  gap: 0.75rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 0;
  max-width: none !important;
  width: 100%;
}

.gw-footer-program-card {
  background: rgba(255, 253, 247, 0.07);
  border: 1px solid rgba(255, 253, 247, 0.16);
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  line-height: 1.28;
  margin: 0 !important;
  min-height: 100%;
  padding: 0.85rem;
}

.gw-footer-program-card span {
  color: var(--wp--preset--color--gold);
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.gw-footer-program-card a {
  color: var(--wp--preset--color--base);
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 750;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.gw-footer-program-card:has(a:hover),
.gw-footer-program-card:has(a:focus-visible) {
  background: rgba(255, 253, 247, 0.1);
  border-color: rgba(217, 184, 108, 0.5);
}

.gw-directory-home {
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.98) 0%, rgba(251, 247, 239, 0.94) 42%, rgba(251, 247, 239, 0.36) 72%),
    url("assets/images/community-hub-hero.jpg") top right / min(58vw, 920px) 260px no-repeat,
    #fbf7ef;
  color: var(--wp--preset--color--charcoal);
  margin-top: 0;
  padding: 0 0 var(--wp--preset--spacing--60);
  position: relative;
}

.gw-directory-home::before {
  background:
    url("assets/images/watermarks/hawaiian-botanical-corner.png") left -84px top 42px / min(620px, 48vw) auto no-repeat,
    url("assets/images/watermarks/hawaiian-wave-kapa-band.png") right -180px bottom 24px / min(860px, 68vw) auto no-repeat,
    radial-gradient(circle at 0 0, rgba(109, 141, 72, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 253, 247, 0.82), transparent 54%);
  content: "";
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.gw-directory-home > * {
  position: relative;
  z-index: 1;
}

.gw-directory-hero {
  column-gap: var(--wp--preset--spacing--50);
  display: grid;
  grid-template-columns: minmax(560px, 0.95fr) minmax(420px, 1.05fr);
  padding: 0.95rem 0 0.55rem;
}

.gw-directory-title {
  color: var(--wp--preset--color--forest);
  font-size: clamp(2rem, 2.75vw, 2.65rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  max-width: 580px;
}

.gw-directory-subtitle {
  color: var(--wp--preset--color--charcoal);
  font-size: clamp(0.9rem, 0.98vw, 1rem);
  line-height: 1.42;
  margin: 0.55rem 0 0;
  max-width: 540px;
}

.gw-directory-tools {
  align-self: start;
}

.gw-directory-search {
  background: rgba(255, 253, 247, 0.96);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 14px;
  box-shadow: 0 20px 54px rgba(23, 49, 40, 0.14);
  box-sizing: border-box;
  gap: 0.65rem;
  min-height: 58px;
  padding: 0.38rem;
}

.gw-directory-search-icon {
  border: 2px solid var(--wp--preset--color--charcoal);
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 auto;
  height: 18px;
  margin-left: 0.75rem;
  position: relative;
  width: 18px;
}

.gw-directory-search-icon::after {
  background: var(--wp--preset--color--charcoal);
  bottom: -5px;
  content: "";
  height: 8px;
  position: absolute;
  right: -4px;
  transform: rotate(-45deg);
  width: 2px;
}

.gw-directory-search input {
  background: transparent;
  border: 0;
  color: var(--wp--preset--color--charcoal);
  flex: 1 1 auto;
  font: inherit;
  min-width: 0;
  outline: none;
}

.gw-directory-search input::placeholder {
  color: #5b6862;
  opacity: 1;
}

.gw-directory-search button,
.gw-help-button,
.gw-feed-actions a {
  background: linear-gradient(180deg, #006148, #004735);
  border: 1px solid rgba(0, 44, 32, 0.22);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: var(--wp--preset--color--base);
  cursor: pointer;
  font-weight: 850;
  min-height: 44px;
  padding: 0 1.25rem;
  text-decoration: none;
}

.gw-directory-filter-row {
  display: grid !important;
  gap: 0.5rem;
  grid-template-columns: minmax(110px, 0.8fr) minmax(120px, 0.95fr) minmax(130px, 1.15fr) minmax(105px, 0.75fr) auto;
  margin-top: 0.55rem;
}

.gw-directory-filter-row.wp-block-group {
  display: grid !important;
}

.gw-directory-filter-row label {
  align-items: center;
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(23, 49, 40, 0.07);
  box-sizing: border-box;
  display: inline-flex;
  min-height: 38px;
  padding: 0 0.65rem;
  width: 100%;
}

.gw-directory-filter-row label span {
  display: none;
}

.gw-directory-filter-row select {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--wp--preset--color--charcoal);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 720;
  min-width: 0;
  outline: none;
  width: 100%;
}

.gw-directory-reset {
  background: transparent;
  border: 0;
  color: var(--wp--preset--color--base);
  cursor: pointer;
  font-weight: 800;
  margin-left: 0;
  min-height: 38px;
  text-shadow: 0 1px 3px rgba(0, 42, 31, 0.45);
}

.gw-directory-shell {
  align-items: start;
  display: grid;
  gap: 1.05rem;
  grid-template-columns: 280px minmax(0, 1fr) 250px;
  margin-top: 0;
}

.gw-directory-shell > * {
  margin-block-start: 0 !important;
}

.gw-directory-main {
  display: grid;
  gap: 0.75rem;
  grid-column: 2;
  grid-template-columns: 1fr;
}

.gw-directory-main > * {
  margin-block-start: 0 !important;
}

.gw-directory-sidebar {
  display: grid;
  gap: 0.85rem;
  grid-column: 3;
  grid-row: 1;
}

.gw-directory-sidebar > * {
  margin-block-start: 0 !important;
}

.gw-category-panel,
.gw-help-panel,
.gw-feed-panel {
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(23, 49, 40, 0.08);
  overflow: hidden;
}

.gw-category-panel {
  grid-row: 1 / 3;
  position: sticky;
  top: 92px;
}

.gw-panel-title {
  background: linear-gradient(180deg, #006148, #004735);
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--body);
  font-size: 1.16rem;
  line-height: 1;
  margin: 0;
  padding: 1.05rem 1.25rem;
}

.gw-category-list {
  list-style: none;
  margin: 0;
  padding: 0.75rem 1.15rem;
}

.gw-category-list li + li {
  border-top: 1px solid rgba(23, 49, 40, 0.12);
}

.gw-category-list button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--wp--preset--color--charcoal);
  cursor: pointer;
  display: grid;
  font: inherit;
  font-weight: 760;
  gap: 0.6rem;
  grid-template-columns: 34px 1fr auto;
  padding: 0.82rem 0;
  text-align: left;
  width: 100%;
}

.gw-category-list button img {
  height: 34px;
  width: 34px;
}

.gw-category-list button span {
  background: var(--wp--preset--color--mist);
  border-radius: 999px;
  color: var(--wp--preset--color--forest);
  font-weight: 850;
  padding: 0.2rem 0.55rem;
}

.gw-category-list button:hover,
.gw-category-list button.is-active {
  color: var(--wp--preset--color--river);
}

.gw-category-help {
  border: 1px solid rgba(23, 49, 40, 0.16);
  border-radius: 8px;
  margin: 0 1.15rem 1.15rem;
  padding: 0.8rem 0.95rem;
}

.gw-category-help a {
  color: var(--wp--preset--color--forest);
  display: block;
  font-weight: 800;
  text-decoration: none;
}

.gw-category-help span {
  color: var(--wp--preset--color--muted);
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
}

.gw-feature-cards {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
}

.gw-feature-card {
  align-items: center !important;
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 10px;
  box-sizing: border-box;
  display: grid !important;
  gap: 0.45rem;
  grid-template-columns: 34px minmax(0, 1fr) 24px;
  min-height: 82px;
  padding: 0.68rem 0.82rem;
}

.gw-feature-card-green {
  background: linear-gradient(135deg, rgba(109, 141, 72, 0.14), rgba(255, 253, 247, 0.74));
}

.gw-feature-card-teal {
  background: linear-gradient(135deg, rgba(31, 116, 119, 0.13), rgba(255, 253, 247, 0.78));
}

.gw-feature-card-gold {
  background: linear-gradient(135deg, rgba(217, 169, 63, 0.18), rgba(255, 253, 247, 0.8));
}

.gw-feature-card img {
  flex: 0 0 auto;
  height: 34px;
  width: 34px;
}

.gw-feature-card h3 {
  font-size: 0.9rem;
  line-height: 1.08;
  margin: 0 0 0.25rem;
}

.gw-feature-card p {
  color: var(--wp--preset--color--charcoal);
  font-size: 0.78rem;
  line-height: 1.25;
  margin: 0;
}

.gw-feature-card a {
  color: var(--wp--preset--color--river);
  flex: 0 0 auto;
  font-size: 1.55rem;
  font-weight: 700;
  margin-left: auto;
  text-decoration: none;
}

.gw-home-programs {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
}

.gw-home-program-card {
  align-items: center;
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(23, 49, 40, 0.08);
  box-sizing: border-box;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 56px minmax(0, 1fr);
  min-height: 0;
  padding: 0.7rem;
}

.gw-home-program-card > *,
.gw-home-program-card .gw-program-tag {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.gw-home-program-card .gw-program-tag {
  font-size: 0.58rem;
  line-height: 1;
}

.gw-home-program-teen {
  background: linear-gradient(135deg, rgba(255, 253, 247, 0.94), rgba(238, 244, 237, 0.84));
}

.gw-home-program-emdr {
  background: linear-gradient(135deg, rgba(190, 171, 148, 0.35), rgba(255, 253, 247, 0.88));
}

.gw-home-program-card > img {
  aspect-ratio: 1;
  background: var(--wp--preset--color--mist);
  border-radius: 8px;
  box-sizing: border-box;
  height: 56px;
  object-fit: cover;
  width: 56px;
}

.gw-home-program-emdr > img {
  object-fit: contain;
  padding: 0.45rem;
}

.gw-home-program-card h2 {
  color: var(--wp--preset--color--forest);
  font-size: 0.82rem;
  line-height: 1.08;
  margin: 0 0 0.18rem;
}

.gw-home-program-card p:not(.gw-program-tag) {
  color: var(--wp--preset--color--charcoal);
  font-size: 0.72rem;
  line-height: 1.22;
  margin: 0;
}

.gw-home-program-card a {
  color: var(--wp--preset--color--forest);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 850;
  margin-top: 0.25rem;
  text-decoration: none;
}

.gw-feed-panel {
  overflow: hidden;
}

.gw-feed-head {
  border-bottom: 1px solid rgba(23, 49, 40, 0.12);
  padding: 1rem 1.15rem;
}

.gw-feed-head h2 {
  font-size: 1.25rem;
  margin: 0;
}

.gw-feed-head p {
  color: var(--wp--preset--color--muted);
  display: inline;
  font-size: 0.82rem;
  margin: 0 0 0 0.75rem;
}

.gw-feed-head label {
  align-items: center;
  color: var(--wp--preset--color--charcoal);
  display: inline-flex;
  font-size: 0.85rem;
  gap: 0.5rem;
}

.gw-feed-head select {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.16);
  border-radius: 8px;
  color: var(--wp--preset--color--charcoal);
  min-height: 34px;
  padding: 0 0.6rem;
}

.gw-feed-item {
  align-items: center;
  border-bottom: 1px solid rgba(23, 49, 40, 0.12);
  display: grid;
  gap: 1rem;
  grid-template-columns: 200px minmax(0, 1fr) 82px;
  padding: 1rem 1.15rem;
}

.gw-feed-item[hidden] {
  display: none;
}

.gw-feed-item > img {
  aspect-ratio: 16 / 9;
  background: var(--wp--preset--color--mist);
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gw-feed-item h3 {
  font-size: 1.17rem;
  margin: 0 0 0.35rem;
}

.gw-feed-item p {
  color: var(--wp--preset--color--charcoal);
  font-size: 0.88rem;
  line-height: 1.42;
  margin: 0.3rem 0;
}

.gw-feed-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.gw-feed-tags span {
  background: #efe9d9;
  border-radius: 5px;
  color: var(--wp--preset--color--forest);
  font-size: 0.74rem;
  font-weight: 760;
  padding: 0.18rem 0.5rem;
}

.gw-feed-meta {
  color: var(--wp--preset--color--muted) !important;
  font-size: 0.78rem !important;
}

.gw-feed-actions {
  align-self: center;
  display: flex;
  justify-content: stretch;
}

.gw-feed-actions a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 40px;
  padding: 0 1rem;
}

.gw-feed-empty {
  color: var(--wp--preset--color--muted);
  margin: 0;
  padding: 1rem 1.15rem;
}

.gw-feed-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  padding: 1rem 1.15rem 1.15rem;
}

.gw-feed-pagination[hidden] {
  display: none;
}

.gw-feed-pagination button,
.gw-feed-pagination span {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 800;
  justify-content: center;
  min-height: 36px;
  min-width: 36px;
}

.gw-feed-pagination button {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.16);
  color: var(--wp--preset--color--forest);
  cursor: pointer;
  padding: 0 0.8rem;
}

.gw-feed-pagination button:hover,
.gw-feed-pagination button:focus-visible,
.gw-feed-pagination button.is-active {
  background: var(--wp--preset--color--forest);
  border-color: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--base);
}

.gw-feed-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.gw-feed-pagination span {
  color: var(--wp--preset--color--muted);
  min-width: 24px;
}

.gw-help-panel {
  padding: 1.2rem;
}

.gw-help-illustration {
  background:
    radial-gradient(circle at 78% 24%, #f0bd58 0 12px, transparent 13px),
    linear-gradient(140deg, transparent 32%, rgba(109, 141, 72, 0.78) 33% 64%, transparent 65%),
    linear-gradient(35deg, transparent 42%, rgba(31, 116, 119, 0.72) 43% 72%, transparent 73%),
    #eef4ed;
  border-radius: 8px;
  height: 92px;
  margin-bottom: 1rem;
}

.gw-help-panel h2 {
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
}

.gw-help-panel p {
  color: var(--wp--preset--color--charcoal);
  font-size: 0.9rem;
  line-height: 1.45;
}

.gw-help-button {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 42px;
}

.gw-help-panel h3 {
  border-top: 1px solid rgba(23, 49, 40, 0.12);
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.95rem;
  margin: 1rem 0 0.7rem;
  padding-top: 1rem;
}

.gw-help-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gw-help-panel li + li {
  margin-top: 0.6rem;
}

.gw-help-panel a {
  color: var(--wp--preset--color--forest);
  font-weight: 700;
  text-decoration: none;
}

.gw-contact-form-section {
  position: relative;
}

.gw-contact-form-card {
  background: rgba(255, 253, 247, 0.96);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(23, 49, 40, 0.08);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.gw-contact-form-card h2 {
  margin-top: 0;
}

.gw-contact-form-card > p {
  color: var(--wp--preset--color--muted);
  margin-bottom: var(--wp--preset--spacing--40);
}

.gw-contact-form-card .wp-block-post-content > p:first-child {
  margin-top: 0;
}

.gw-contact-form-card .wp-block-post-content > p:first-child a {
  color: var(--wp--preset--color--forest);
  font-weight: 800;
}

.gw-contact-form-card .wp-block-jetpack-contact-form {
  background: rgba(238, 244, 237, 0.54);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 10px;
  box-sizing: border-box;
  display: grid;
  gap: 1rem;
  margin-top: var(--wp--preset--spacing--30);
  padding: clamp(1rem, 2vw, 1.35rem) !important;
}

.gw-contact-form-card .wp-block-jetpack-contact-form > * {
  margin: 0;
}

.gw-contact-form-card .wp-block-jetpack-contact-form input,
.gw-contact-form-card .wp-block-jetpack-contact-form textarea {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.24);
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--wp--preset--color--charcoal);
  font: inherit;
  min-height: 46px;
  padding: 0.75rem 0.85rem;
  width: 100%;
}

.gw-contact-form-card .wp-block-jetpack-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.gw-contact-form-card .wp-block-jetpack-contact-form input:focus,
.gw-contact-form-card .wp-block-jetpack-contact-form textarea:focus {
  border-color: var(--wp--preset--color--river);
  box-shadow: 0 0 0 3px rgba(31, 116, 119, 0.18);
  outline: none;
}

.gw-contact-form-card .wp-block-jetpack-contact-form button,
.gw-contact-form-card .wp-block-jetpack-contact-form .wp-block-button__link {
  background: var(--wp--preset--color--forest);
  border: 0;
  border-radius: 8px;
  color: var(--wp--preset--color--base);
  cursor: pointer;
  font-weight: 850;
  min-height: 46px;
  padding: 0.72rem 1.2rem;
}

.gw-hcp-landing {
  margin-top: 0;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: none !important;
  width: 100vw;
}

.gw-hcp-landing > * {
  margin-block-start: 0;
}

.gw-hcp-landing > .alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100%;
}

.gw-hcp-landing > .alignwide {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--wide-size);
  width: min(var(--wp--style--global--wide-size), calc(100vw - 2rem));
}

.gw-hcp-hero {
  background:
    linear-gradient(135deg, rgba(238, 244, 237, 0.96), rgba(250, 247, 239, 0.98)),
    radial-gradient(circle at 88% 18%, rgba(217, 169, 63, 0.2), transparent 34%);
  border-bottom: 1px solid rgba(23, 49, 40, 0.1);
}

.gw-hcp-hero-grid {
  gap: clamp(2rem, 5vw, 4.5rem);
}

.gw-eyebrow {
  color: var(--wp--preset--color--river);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: var(--wp--preset--spacing--20);
  text-transform: uppercase;
}

.gw-hcp-hero h1 {
  max-width: 790px;
}

.gw-hcp-hero-image {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(23, 49, 40, 0.14);
  margin: 0;
  overflow: hidden;
}

.gw-hcp-hero-image img {
  aspect-ratio: 5 / 4;
  display: block;
  object-fit: cover;
  width: 100%;
}

.gw-hcp-hero-buttons .is-style-outline .wp-block-button__link {
  background: rgba(255, 253, 247, 0.86);
  border-color: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--forest);
}

.gw-hcp-intro {
  border-bottom: 1px solid rgba(23, 49, 40, 0.1);
}

.gw-program-grid {
  display: grid;
  gap: var(--wp--preset--spacing--40);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: var(--wp--preset--spacing--40);
  max-width: none !important;
  width: 100%;
}

.gw-program-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.13);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(23, 49, 40, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: var(--wp--preset--spacing--40);
}

.gw-program-card > * {
  margin-block-start: 0;
}

.gw-program-card > * + * {
  margin-block-start: var(--wp--preset--spacing--20);
}

.gw-program-card h3 {
  line-height: 1.15;
}

.gw-program-card h3 a {
  text-decoration: none;
}

.gw-program-card p.has-muted-color {
  flex: 1 1 auto;
}

.gw-program-card .wp-block-buttons {
  margin-block-start: var(--wp--preset--spacing--30);
}

.gw-program-card .wp-block-button__link {
  min-height: 42px;
}

.gw-program-card .is-style-outline .wp-block-button__link {
  background: transparent;
  border-color: rgba(31, 116, 119, 0.45);
  color: var(--wp--preset--color--river);
}

.gw-program-card:hover {
  border-color: rgba(31, 116, 119, 0.34);
  box-shadow: 0 24px 60px rgba(23, 49, 40, 0.11);
}

.gw-program-icon {
  align-items: center;
  background: var(--wp--preset--color--mist);
  border: 1px solid rgba(23, 49, 40, 0.08);
  border-radius: 8px;
  display: inline-flex;
  height: 96px;
  justify-content: center;
  margin: 0;
  width: 96px;
}

.gw-program-icon img {
  height: 88px;
  object-fit: contain;
  width: 88px;
}

.gw-program-tag {
  color: var(--wp--preset--color--clay);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gw-hcp-cta .is-style-outline .wp-block-button__link {
  border-color: rgba(255, 253, 247, 0.78);
  color: var(--wp--preset--color--base);
}

.gw-hcp-cta .is-style-outline .wp-block-button__link:hover,
.gw-hcp-cta .is-style-outline .wp-block-button__link:focus-visible {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--forest);
}

.gw-hcp-hero {
  border-bottom: 1px solid rgba(23, 49, 40, 0.12);
  box-sizing: border-box;
  min-height: min(620px, calc(100svh - 92px)) !important;
  padding-top: 0 !important;
}

.gw-hcp-hero::before {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.9) 38%, rgba(250, 247, 239, 0.42) 66%, rgba(250, 247, 239, 0.06) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gw-hcp-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(250, 247, 239, 0.98) 0%, rgba(250, 247, 239, 0.9) 38%, rgba(250, 247, 239, 0.42) 66%, rgba(250, 247, 239, 0.06) 100%);
}

.gw-hcp-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.gw-hcp-hero-panel {
  margin-left: 0 !important;
  padding-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--40);
}

.gw-hcp-hero h1 {
  color: var(--wp--preset--color--forest);
  font-size: clamp(3.1rem, 5.4vw, 5.6rem) !important;
  line-height: 1;
  margin-top: var(--wp--preset--spacing--20);
  max-width: 760px;
}

.gw-hcp-hero p:not(.gw-tax-pill) {
  color: var(--wp--preset--color--charcoal);
  font-size: clamp(1.16rem, 1.62vw, 1.62rem) !important;
  line-height: 1.35;
  max-width: 670px;
}

.gw-hcp-hero-buttons {
  margin-top: var(--wp--preset--spacing--30);
}

.gw-hcp-hero-buttons .is-style-outline .wp-block-button__link {
  background: rgba(255, 253, 247, 0.94);
  border-color: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--forest) !important;
}

.gw-hcp-hero-buttons .is-style-outline .wp-block-button__link:hover,
.gw-hcp-hero-buttons .is-style-outline .wp-block-button__link:focus-visible {
  background: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--base) !important;
}

.gw-hcp-stat-band {
  background: var(--wp--preset--color--forest);
  border-radius: 8px;
  color: var(--wp--preset--color--base);
  padding: var(--wp--preset--spacing--40);
}

.gw-hcp-stat-band h2,
.gw-hcp-stat-band p {
  color: var(--wp--preset--color--base);
  margin-bottom: 0;
  margin-top: 0;
}

.gw-hcp-card-grid {
  align-items: stretch !important;
  margin-bottom: 0;
}

.gw-hcp-card-grid .wp-block-column {
  display: flex;
}

.gw-hcp-path-card {
  background:
    linear-gradient(180deg, rgba(238, 244, 237, 0.78), rgba(255, 253, 247, 0) 72%),
    var(--wp--preset--color--base) !important;
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  flex: 1;
  min-height: 250px;
  padding: var(--wp--preset--spacing--40);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gw-hcp-path-card > * {
  max-width: none !important;
}

.gw-hcp-path-card:hover {
  border-color: rgba(58, 125, 101, 0.42);
  box-shadow: 0 18px 46px rgba(23, 49, 40, 0.1);
  transform: translateY(-2px);
}

.gw-hcp-card-label {
  color: var(--wp--preset--color--river);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.gw-hcp-path-card h3 {
  margin-top: var(--wp--preset--spacing--20);
}

.gw-hcp-path-card a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}

.gw-hcp-path-card a:hover,
.gw-hcp-path-card a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-hcp-path-card p:not(.gw-hcp-card-label) {
  color: var(--wp--preset--color--muted);
}

.gw-hcp-feature-grid {
  align-items: flex-start !important;
}

.gw-hcp-link-list {
  display: grid;
  gap: 0.75rem;
  max-width: none !important;
}

.gw-hcp-link-list p {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0;
  max-width: none !important;
  padding: 1rem 1.1rem;
  width: 100%;
}

.gw-hcp-link-list a {
  color: var(--wp--preset--color--forest);
  display: block;
  font-weight: 800;
  text-decoration: none;
}

.gw-hcp-link-list a:hover,
.gw-hcp-link-list a:focus-visible {
  color: var(--wp--preset--color--river);
  text-decoration: underline;
}

.gw-hcp-link-list span {
  color: var(--wp--preset--color--muted);
  display: block;
  margin-top: 0.25rem;
}

.gw-hcp-child-hero {
  background:
    linear-gradient(135deg, rgba(238, 244, 237, 0.96), rgba(250, 247, 239, 0.98)),
    radial-gradient(circle at 82% 28%, rgba(31, 116, 119, 0.12), transparent 32%);
  border-bottom: 1px solid rgba(23, 49, 40, 0.1);
}

.gw-hcp-child-hero-grid,
.gw-hcp-child-content-grid {
  gap: clamp(2rem, 4vw, 4rem);
}

.gw-hcp-child-content {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 980px !important;
}

.gw-breadcrumb {
  color: var(--wp--preset--color--muted);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 750;
  margin-bottom: var(--wp--preset--spacing--20);
}

.gw-breadcrumb a {
  color: var(--wp--preset--color--river);
  text-decoration: none;
}

.gw-hcp-child-icon {
  align-items: center;
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(23, 49, 40, 0.11);
  display: inline-flex;
  justify-content: center;
  margin-left: auto;
  padding: var(--wp--preset--spacing--40);
}

.gw-hcp-content-card,
.gw-hcp-statement-card,
.gw-hcp-feature-note,
.gw-hcp-next-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.13);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(23, 49, 40, 0.07);
  padding: var(--wp--preset--spacing--40);
}

.gw-hcp-content-card {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 920px !important;
  width: 100%;
}

.gw-hcp-feature-note,
.gw-hcp-next-card {
  box-shadow: none;
}

.gw-hcp-next-card {
  margin-top: var(--wp--preset--spacing--40);
}

.gw-hcp-check-list {
  color: var(--wp--preset--color--charcoal);
  margin-top: var(--wp--preset--spacing--30);
  padding-left: 1.2rem;
}

.gw-hcp-check-list li + li {
  margin-top: 0.7rem;
}

.gw-hcp-live-content {
  color: var(--wp--preset--color--charcoal);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.65;
}

.gw-hcp-live-content > * {
  margin-block-start: 0;
}

.gw-hcp-live-content > * + * {
  margin-block-start: var(--wp--preset--spacing--30);
}

.gw-hcp-live-content a {
  color: var(--wp--preset--color--river);
  font-weight: 800;
}

.gw-hcp-live-content iframe,
.gw-hcp-live-content video,
.gw-hcp-live-content img {
  border-radius: 8px;
  max-width: 100%;
}

.gw-hcp-live-content iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.gw-hcp-live-content .wp-block-group.alignfull {
  background: var(--wp--preset--color--mist) !important;
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  color: var(--wp--preset--color--forest) !important;
  padding: var(--wp--preset--spacing--30);
}

.gw-hcp-live-content .wp-block-spacer {
  height: var(--wp--preset--spacing--30) !important;
}

.gw-teen-page {
  background: #fbf7ef;
  color: var(--wp--preset--color--charcoal);
}

.gw-teen-hero {
  background:
    linear-gradient(110deg, rgba(251, 247, 239, 0.96) 0%, rgba(251, 247, 239, 0.88) 52%, rgba(190, 171, 148, 0.5) 52.2%, rgba(190, 171, 148, 0.72) 100%);
  padding: var(--wp--preset--spacing--70) 0;
}

.gw-teen-hero-grid {
  align-items: center;
  display: grid;
  gap: var(--wp--preset--spacing--50);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.gw-teen-title {
  color: var(--wp--preset--color--forest);
  font-size: clamp(2.45rem, 4.4vw, 4.6rem);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: 900px;
}

.gw-teen-lede {
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.6;
  max-width: 760px;
}

.gw-teen-hero-media {
  justify-self: end;
  max-width: 420px;
}

.gw-teen-hero-media figure,
.gw-teen-photo,
.gw-teen-image-grid figure {
  margin: 0;
}

.gw-teen-hero-media img,
.gw-teen-photo img {
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(23, 49, 40, 0.18);
  display: block;
  height: auto;
  width: 100%;
}

.gw-teen-overview,
.gw-teen-program-grid,
.gw-teen-gallery,
.gw-teen-cta {
  margin-top: 0;
  padding: var(--wp--preset--spacing--60) 0;
}

.gw-teen-overview h2,
.gw-teen-gallery h2,
.gw-teen-cta h2 {
  color: var(--wp--preset--color--forest);
}

.gw-teen-checklist {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.gw-teen-checklist li {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  padding: 0.85rem 1rem;
}

.gw-teen-program-grid {
  display: grid;
  gap: var(--wp--preset--spacing--30);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gw-teen-card,
.gw-teen-cta {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.13);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(23, 49, 40, 0.08);
  padding: var(--wp--preset--spacing--40);
}

.gw-teen-card h3 {
  color: var(--wp--preset--color--forest);
  font-size: 1.32rem;
  line-height: 1.15;
}

.gw-teen-gallery {
  border-top: 1px solid rgba(23, 49, 40, 0.12);
}

.gw-teen-image-grid {
  gap: var(--wp--preset--spacing--30) !important;
}

.gw-teen-image-grid img {
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.gw-teen-cta {
  background: linear-gradient(135deg, var(--wp--preset--color--forest), #006148);
  color: var(--wp--preset--color--base);
  margin-bottom: var(--wp--preset--spacing--60);
}

.gw-teen-cta h2,
.gw-teen-cta p {
  color: inherit;
}

.gw-hcp-statement-grid {
  display: grid !important;
  gap: var(--wp--preset--spacing--30);
  grid-template-columns: 1fr;
}

.gw-hcp-statement-card p {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.55;
}

.gw-program-directory {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--wide-size) !important;
  width: min(var(--wp--style--global--wide-size), calc(100vw - 2rem));
}

.gw-program-directory-heading {
  gap: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--40);
}

.gw-program-directory-heading > * {
  margin-block-start: 0 !important;
}

.gw-program-directory-grid {
  align-items: stretch;
  display: grid !important;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0;
  max-width: none !important;
  width: 100%;
}

.gw-program-directory-grid > .gw-program-directory-card {
  margin: 0 !important;
  margin-block-start: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.gw-program-directory-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.13);
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: var(--wp--preset--spacing--30);
}

.gw-program-directory-card > * {
  margin-block-start: 0;
}

.gw-program-directory-card > * + * {
  margin-block-start: var(--wp--preset--spacing--20);
}

.gw-program-directory-card h3 {
  flex: 1 1 auto;
  line-height: 1.15;
}

.gw-program-directory-card h3 a {
  text-decoration: none;
}

.gw-program-directory-card-current {
  background: var(--wp--preset--color--mist);
  border-color: rgba(31, 116, 119, 0.38);
  box-shadow: inset 0 0 0 2px rgba(31, 116, 119, 0.1);
}

.gw-program-directory-icon {
  align-items: center;
  background: var(--wp--preset--color--mist);
  border: 1px solid rgba(23, 49, 40, 0.08);
  border-radius: 8px;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  margin: 0;
  min-height: 64px;
  min-width: 64px;
  width: 64px;
}

.gw-program-directory-icon img {
  display: block;
}

.gw-program-directory-card-current .gw-program-directory-icon {
  background: var(--wp--preset--color--base);
}

.gw-current-page-pill {
  background: var(--wp--preset--color--forest);
  border-radius: 999px;
  color: var(--wp--preset--color--base);
  display: inline-block;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 800;
  margin-top: var(--wp--preset--spacing--20);
  padding: 0.25rem 0.65rem;
}

.gw-blog-single,
.gw-blog-index {
  margin-top: 0;
}

.gw-blog-hero,
.gw-blog-list-hero {
  background:
    linear-gradient(135deg, rgba(238, 244, 237, 0.98), rgba(250, 247, 239, 0.96)),
    radial-gradient(circle at 88% 18%, rgba(217, 169, 63, 0.18), transparent 30%),
    radial-gradient(circle at 10% 88%, rgba(31, 116, 119, 0.1), transparent 28%);
  border-bottom: 1px solid rgba(23, 49, 40, 0.1);
}

.gw-blog-hero-inner,
.gw-blog-list-hero-inner {
  margin-left: auto !important;
  margin-right: auto !important;
}

.gw-blog-title {
  max-width: 980px;
}

.gw-archive-hero-inner {
  width: 100%;
}

.gw-archive-hero-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100%;
}

.gw-archive-hero-copy {
  align-self: center;
  max-width: none !important;
  width: 100%;
}

.gw-archive-hero .gw-blog-title {
  font-size: 4.6rem !important;
  letter-spacing: 0;
  line-height: 0.98;
  margin-top: var(--wp--preset--spacing--20);
}

.gw-archive-description {
  font-size: 1.45rem !important;
  line-height: 1.55;
  margin-top: var(--wp--preset--spacing--30);
  max-width: 840px;
}

.gw-archive-description p {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--20);
  margin: 0;
}

.gw-archive-description a {
  align-items: center;
  background: rgba(23, 49, 40, 0.08);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 999px;
  color: var(--wp--preset--color--forest);
  display: flex;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  padding: 0.55rem 0.85rem;
  text-decoration: none;
  width: fit-content;
}

.gw-archive-description a:hover,
.gw-archive-description a:focus-visible {
  background: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--base);
}

.gw-archive-hero-card {
  align-self: center;
  background: rgba(255, 252, 245, 0.88);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(23, 49, 40, 0.12);
  padding: clamp(1.25rem, 3vw, 1.8rem);
}

.gw-archive-hero-card > * {
  margin-block-start: 0;
}

.gw-archive-hero-card > * + * {
  margin-block-start: var(--wp--preset--spacing--20);
}

.gw-archive-card-label {
  color: var(--wp--preset--color--teal);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.gw-archive-hero-card h2 {
  margin-bottom: 0;
}

.gw-archive-hero-card p:not(.gw-archive-card-label) {
  color: var(--wp--preset--color--muted);
  line-height: 1.55;
}

.gw-archive-hero-actions {
  gap: 0.65rem;
  margin-top: var(--wp--preset--spacing--30);
}

.gw-archive-hero-actions .wp-block-button__link {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 800;
  padding: 0.7rem 0.95rem;
}

.gw-archive-hero-actions .is-style-outline .wp-block-button__link {
  border-color: rgba(23, 49, 40, 0.3);
  color: var(--wp--preset--color--forest);
}

.gw-archive-hero-actions .is-style-outline .wp-block-button__link:hover,
.gw-archive-hero-actions .is-style-outline .wp-block-button__link:focus-visible {
  background: rgba(23, 49, 40, 0.08);
}

.gw-blog-meta {
  color: var(--wp--preset--color--muted);
  margin-top: var(--wp--preset--spacing--30);
}

.gw-blog-feature-shell {
  margin-top: calc(-1 * var(--wp--preset--spacing--50));
  position: relative;
  z-index: 2;
}

.gw-blog-featured-image {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.14);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(23, 49, 40, 0.16);
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
  overflow: hidden;
}

.gw-blog-featured-image img {
  display: block;
  max-height: 620px;
  object-fit: cover;
  width: 100%;
}

.gw-blog-layout {
  margin-top: var(--wp--preset--spacing--60);
}

.gw-blog-content-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.11);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(23, 49, 40, 0.08);
  padding: clamp(1.4rem, 4vw, 3rem);
}

.gw-blog-content {
  color: var(--wp--preset--color--charcoal);
  font-size: clamp(1.03rem, 0.96rem + 0.25vw, 1.16rem);
  line-height: 1.74;
}

.gw-blog-content > * {
  margin-block-start: 0;
}

.gw-blog-content > * + * {
  margin-block-start: var(--wp--preset--spacing--40);
}

.gw-blog-content h2,
.gw-blog-content h3,
.gw-blog-content h4 {
  margin-top: var(--wp--preset--spacing--50);
}

.gw-blog-content a {
  color: var(--wp--preset--color--river);
  font-weight: 700;
}

.gw-blog-content img,
.gw-blog-content iframe,
.gw-blog-content video {
  border-radius: 8px;
  max-width: 100%;
}

.gw-blog-content figure {
  margin-left: 0;
  margin-right: 0;
}

.gw-blog-content blockquote {
  background: var(--wp--preset--color--mist);
  border-left: 5px solid var(--wp--preset--color--river);
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: var(--wp--preset--spacing--30);
}

.gw-blog-content ul,
.gw-blog-content ol {
  padding-left: 1.35rem;
}

.gw-blog-nav-grid {
  align-items: stretch !important;
  display: flex;
  gap: var(--wp--preset--spacing--30);
  justify-content: space-between;
  max-width: none !important;
  width: 100%;
}

.gw-blog-nav-link {
  flex: 1 1 300px;
  max-width: calc(50% - var(--wp--preset--spacing--20));
}

.gw-blog-nav-link-next {
  margin-left: auto;
  text-align: right;
}

.gw-blog-nav-link a {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  color: var(--wp--preset--color--forest);
  display: block;
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 800;
  min-height: 124px;
  padding: var(--wp--preset--spacing--40);
  text-decoration: none;
}

.gw-blog-nav-link-previous a::before,
.gw-blog-nav-link-next a::before {
  color: var(--wp--preset--color--gold);
  display: block;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: var(--wp--preset--spacing--20);
  text-transform: uppercase;
}

.gw-blog-nav-link-previous a::before {
  content: "Previous article";
}

.gw-blog-nav-link-next a::before {
  content: "Next article";
}

.gw-blog-query {
  margin-top: var(--wp--preset--spacing--60);
}

.gw-blog-card-grid {
  gap: var(--wp--preset--spacing--40) !important;
}

.gw-blog-card {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(23, 49, 40, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.gw-blog-card:hover {
  border-color: rgba(31, 116, 119, 0.32);
  box-shadow: 0 26px 70px rgba(23, 49, 40, 0.13);
}

.gw-blog-card-image {
  background: var(--wp--preset--color--mist);
  margin: 0;
}

.gw-blog-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.gw-blog-card:hover .gw-blog-card-image img {
  transform: scale(1.035);
}

.gw-blog-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: var(--wp--preset--spacing--40);
}

.gw-blog-card-body > * {
  margin-block-start: 0;
}

.gw-blog-card-body > * + * {
  margin-block-start: var(--wp--preset--spacing--20);
}

.gw-blog-card .wp-block-post-title {
  line-height: 1.12;
}

.gw-blog-card .wp-block-post-title a {
  color: var(--wp--preset--color--forest);
  text-decoration: none;
}

.gw-blog-card .wp-block-post-excerpt {
  color: var(--wp--preset--color--muted);
  flex: 1 1 auto;
}

.gw-blog-card .wp-block-post-excerpt__more-link {
  align-items: center;
  border: 1px solid rgba(31, 116, 119, 0.45);
  border-radius: 8px;
  color: var(--wp--preset--color--river);
  display: inline-flex;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 800;
  margin-top: var(--wp--preset--spacing--20);
  min-height: 40px;
  padding: 0 0.85rem;
  text-decoration: none;
}

.gw-blog-pagination {
  background: var(--wp--preset--color--base);
  border: 1px solid rgba(23, 49, 40, 0.12);
  border-radius: 8px;
  margin-top: var(--wp--preset--spacing--50);
  padding: var(--wp--preset--spacing--30);
}

.gw-blog-pagination a,
.gw-blog-pagination .page-numbers {
  color: var(--wp--preset--color--forest);
  font-weight: 800;
  text-decoration: none;
}

.gw-skip-link:focus {
  background: var(--wp--preset--color--gold);
  color: var(--wp--preset--color--forest);
  left: var(--wp--preset--spacing--30);
  padding: 0.75rem 1rem;
  position: fixed;
  top: var(--wp--preset--spacing--30);
  z-index: 100;
}

@media (max-width: 1100px) {
  .gw-directory-shell {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .gw-directory-main {
    grid-column: 2;
  }

  .gw-directory-sidebar {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .gw-help-panel ul {
    columns: 2;
  }

  .gw-feature-cards {
    grid-template-columns: 1fr;
  }

  .gw-home-programs {
    grid-template-columns: 1fr;
  }

  .gw-teen-hero-grid,
  .gw-teen-intro-columns {
    grid-template-columns: 1fr;
  }

  .gw-teen-program-grid {
    grid-template-columns: 1fr;
  }

  .gw-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gw-program-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gw-footer-program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gw-blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1180px) {
  .gw-sticky-header {
    position: static;
  }

  .gw-sticky-header:has(.wp-block-navigation__responsive-container.is-menu-open) {
    background: var(--wp--preset--color--base) !important;
    inset: 0;
    min-height: 100vh;
    overflow-y: auto;
    position: fixed;
    z-index: 100000;
  }

  .gw-header-inner {
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    min-height: 0;
    padding: 0.95rem 0;
    width: min(var(--wp--style--global--wide-size), calc(100% - 2rem));
  }

  .gw-brand {
    gap: 0.6rem;
    min-width: 0;
  }

  .gw-logo-image img {
    height: 42px !important;
    width: 44px !important;
  }

  .gw-site-title {
    font-size: clamp(1.18rem, 5.4vw, 1.45rem) !important;
    max-width: 190px;
  }

  .gw-site-kicker {
    font-size: 0.66rem !important;
    letter-spacing: 0.14em !important;
  }

  .gw-primary-nav {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .gw-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none;
  }

  .gw-primary-nav .wp-block-navigation__responsive-container-open {
    display: inline-flex;
    min-height: 42px;
    min-width: 42px;
    padding: 9px;
  }

  .gw-primary-nav .wp-block-navigation__responsive-container-open::before {
    width: 19px;
  }

  .gw-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
    background: var(--wp--preset--color--base);
    color: var(--wp--preset--color--forest);
    display: flex;
    bottom: 0;
    height: auto;
    inset: 0;
    left: 0;
    overflow-y: auto;
    padding: var(--wp--preset--spacing--40);
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 100000;
  }

  .gw-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: stretch !important;
    gap: 0.5rem;
    justify-content: flex-start !important;
    margin: 0 !important;
    max-width: none !important;
    padding-top: var(--wp--preset--spacing--60);
    width: 100% !important;
  }

  .gw-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    align-items: stretch !important;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

  .gw-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    align-items: stretch;
    display: flex;
    width: 100%;
  }

  .gw-primary-nav .wp-block-navigation__responsive-container-close {
    align-items: center;
    border: 1px solid rgba(23, 49, 40, 0.18);
    border-radius: 8px;
    color: var(--wp--preset--color--forest);
    display: inline-flex;
    justify-content: center;
    min-height: 42px;
    min-width: 42px;
    padding: 9px;
    right: var(--wp--preset--spacing--30);
    top: var(--wp--preset--spacing--30);
  }

  .gw-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    border-bottom: 1px solid rgba(23, 49, 40, 0.1);
    border-radius: 0;
    box-sizing: border-box;
    color: var(--wp--preset--color--forest);
    display: block;
    font-size: 1.1rem;
    padding: 0.9rem 0;
    text-align: left;
    width: 100%;
  }

  .gw-primary-nav .wp-block-navigation__responsive-container.is-menu-open .gw-nav-cta .wp-block-navigation-item__content {
    border-bottom: 0;
    border-radius: 8px;
    margin-top: 0.35rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 900px) {
  .gw-contact-cta {
    padding: clamp(1rem, 4vw, 1.35rem);
    width: min(var(--wp--style--global--wide-size), calc(100vw - 2rem));
  }

  .gw-contact-cta::after {
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, transparent 88%);
  }

  .gw-contact-cta .wp-block-columns {
    display: grid !important;
    gap: var(--wp--preset--spacing--30);
    grid-template-columns: 1fr;
  }

  .gw-contact-cta-title {
    font-size: clamp(1.55rem, 7vw, 2.1rem) !important;
    max-width: 100%;
  }

  .gw-contact-cta-copy {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .gw-contact-cta-actions {
    margin-left: 0;
    max-width: none;
  }

  .gw-footer-programs {
    box-sizing: border-box;
    margin-top: var(--wp--preset--spacing--40);
    padding-bottom: var(--wp--preset--spacing--40);
    padding-left: var(--wp--preset--spacing--30);
    padding-right: var(--wp--preset--spacing--30);
    padding-top: var(--wp--preset--spacing--40);
  }

  .gw-footer-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gw-directory-home {
    background:
      linear-gradient(180deg, rgba(251, 247, 239, 0.98) 0%, rgba(251, 247, 239, 0.94) 42%, rgba(251, 247, 239, 0.76) 100%),
      url("assets/images/community-hub-hero.jpg") top center / auto 360px no-repeat,
      #fbf7ef;
    padding-bottom: var(--wp--preset--spacing--40);
  }

  .gw-directory-hero {
    display: grid;
    gap: var(--wp--preset--spacing--30);
    grid-template-columns: 1fr;
    padding-top: var(--wp--preset--spacing--40);
  }

  .gw-directory-title {
    font-size: clamp(2.3rem, 12vw, 3.45rem);
  }

  .gw-directory-search {
    align-items: stretch !important;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.55rem;
  }

  .gw-directory-search-icon {
    display: none;
  }

  .gw-directory-search input {
    min-height: 46px;
    padding: 0 0.75rem;
  }

  .gw-directory-search button {
    width: 100%;
  }

  .gw-directory-filter-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gw-directory-filter-row label,
  .gw-directory-filter-row select,
  .gw-directory-reset {
    width: 100%;
  }

  .gw-directory-reset {
    color: var(--wp--preset--color--forest);
    margin-left: 0;
    min-height: 42px;
    text-align: left;
    text-shadow: none;
  }

  .gw-directory-shell {
    grid-template-columns: 1fr;
  }

  .gw-directory-main {
    grid-column: 1;
  }

  .gw-category-panel {
    position: static;
  }

  .gw-category-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gw-feature-card {
    align-items: center !important;
  }

  .gw-home-program-card {
    grid-template-columns: 56px minmax(0, 1fr);
    min-height: 0;
    padding: 0.7rem;
  }

  .gw-home-program-card > img {
    height: 56px;
    width: 56px;
  }

  .gw-teen-hero {
    background: linear-gradient(180deg, rgba(251, 247, 239, 0.98), rgba(190, 171, 148, 0.28));
    padding: var(--wp--preset--spacing--50) 0;
  }

  .gw-teen-hero-grid {
    display: grid;
  }

  .gw-teen-hero-media {
    justify-self: stretch;
    max-width: none;
  }

  .gw-teen-image-grid {
    grid-template-columns: 1fr !important;
  }

  .gw-feed-item {
    align-items: stretch;
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .gw-feed-actions {
    grid-column: 1 / -1;
  }

  .gw-help-panel ul {
    columns: 1;
  }

  .gw-resource-row {
    grid-template-columns: 1fr;
  }

  .gw-resource-row .wp-block-buttons,
  .gw-resource-row .wp-block-button,
  .gw-resource-row .wp-block-button__link {
    width: 100%;
  }

  .gw-search .wp-block-search__inside-wrapper {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .gw-search .wp-block-search__input {
    min-height: 48px;
    padding-left: var(--wp--preset--spacing--20);
    text-overflow: ellipsis;
    width: 100%;
  }

  .gw-search .wp-block-search__button {
    min-height: 48px;
    width: 100%;
  }

  .gw-hero-cover {
    min-height: 680px;
  }

  .gw-hero-cover .wp-block-cover__inner-container > .wp-block-group {
    padding-top: var(--wp--preset--spacing--50) !important;
  }

  .gw-hero-cover .wp-block-buttons {
    gap: 0.5rem !important;
  }

  .gw-hero-cover .wp-block-button {
    width: 100%;
  }

  .gw-hero-cover .wp-block-button__link {
    width: 100%;
  }

  .gw-foster-hero {
    min-height: min(680px, calc(100svh - 144px)) !important;
  }

  .gw-foster-hero .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(250, 247, 239, 0.9) 0%, rgba(250, 247, 239, 0.78) 42%, rgba(250, 247, 239, 0.42) 70%, rgba(250, 247, 239, 0.12) 100%);
  }

  .gw-foster-hero::before {
    background:
      linear-gradient(180deg, rgba(250, 247, 239, 0.9) 0%, rgba(250, 247, 239, 0.78) 42%, rgba(250, 247, 239, 0.42) 70%, rgba(250, 247, 239, 0.12) 100%),
      linear-gradient(90deg, rgba(250, 247, 239, 0.56) 0%, rgba(250, 247, 239, 0.28) 52%, rgba(250, 247, 239, 0.04) 100%);
  }

  .gw-foster-hero .wp-block-cover__image-background {
    object-position: 72% 50% !important;
  }

  .gw-foster-hero-panel {
    padding-bottom: var(--wp--preset--spacing--30);
    padding-top: var(--wp--preset--spacing--30);
  }

  .gw-foster-hero h1 {
    font-size: clamp(2.35rem, 10.4vw, 2.95rem) !important;
  }

  .gw-foster-hero p:not(.gw-tax-pill) {
    font-size: 1rem !important;
    line-height: 1.34;
  }

  .gw-foster-hero-actions,
  .gw-foster-search {
    margin-top: var(--wp--preset--spacing--20);
  }

  .gw-foster-hero-actions .wp-block-button,
  .gw-foster-hero-actions .wp-block-button__link {
    width: 100%;
  }

  .gw-foster-stat-band {
    padding: var(--wp--preset--spacing--30);
  }

  .gw-foster-path-card {
    min-height: 0;
  }

  .gw-foster-carousel {
    margin-left: calc((100% - 100vw) / 2 + 1rem) !important;
    margin-right: calc((100% - 100vw) / 2 + 1rem) !important;
    width: calc(100vw - 2rem);
  }

  .gw-foster-carousel-header {
    align-items: stretch;
    flex-direction: column;
    gap: var(--wp--preset--spacing--20);
  }

  .gw-foster-carousel-controls {
    display: grid;
    grid-template-columns: 44px 44px 1fr;
  }

  .gw-foster-carousel-track {
    grid-auto-columns: minmax(280px, 86%);
  }

  .gw-plc-hero {
    min-height: min(680px, calc(100svh - 144px)) !important;
  }

  .gw-plc-hero .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(250, 247, 239, 0.9) 0%, rgba(250, 247, 239, 0.78) 42%, rgba(250, 247, 239, 0.42) 70%, rgba(250, 247, 239, 0.12) 100%);
  }

  .gw-plc-hero::before {
    background:
      linear-gradient(180deg, rgba(250, 247, 239, 0.9) 0%, rgba(250, 247, 239, 0.78) 42%, rgba(250, 247, 239, 0.42) 70%, rgba(250, 247, 239, 0.12) 100%),
      linear-gradient(90deg, rgba(250, 247, 239, 0.56) 0%, rgba(250, 247, 239, 0.28) 52%, rgba(250, 247, 239, 0.04) 100%);
  }

  .gw-plc-hero .wp-block-cover__image-background {
    object-position: 72% 50% !important;
  }

  .gw-plc-hero-panel {
    padding-bottom: var(--wp--preset--spacing--30);
    padding-top: var(--wp--preset--spacing--30);
  }

  .gw-plc-hero h1 {
    font-size: clamp(2.3rem, 9.8vw, 2.9rem) !important;
  }

  .gw-plc-hero p:not(.gw-tax-pill) {
    font-size: 1rem !important;
    line-height: 1.34;
  }

  .gw-plc-hero-actions {
    margin-top: var(--wp--preset--spacing--20);
  }

  .gw-plc-hero-actions .wp-block-button,
  .gw-plc-hero-actions .wp-block-button__link {
    width: 100%;
  }

  .gw-plc-stat-band {
    padding: var(--wp--preset--spacing--30);
  }

  .gw-plc-path-card {
    min-height: 0;
  }

  .gw-library-hero {
    min-height: min(660px, calc(100svh - 144px)) !important;
  }

  .gw-library-hero .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(250, 247, 239, 0.91) 0%, rgba(250, 247, 239, 0.8) 42%, rgba(250, 247, 239, 0.48) 72%, rgba(250, 247, 239, 0.14) 100%);
  }

  .gw-library-hero::before {
    background:
      linear-gradient(180deg, rgba(250, 247, 239, 0.91) 0%, rgba(250, 247, 239, 0.8) 42%, rgba(250, 247, 239, 0.48) 72%, rgba(250, 247, 239, 0.14) 100%),
      linear-gradient(90deg, rgba(250, 247, 239, 0.58) 0%, rgba(250, 247, 239, 0.3) 52%, rgba(250, 247, 239, 0.04) 100%);
  }

  .gw-library-hero .wp-block-cover__image-background {
    object-position: 72% 50% !important;
  }

  .gw-library-hero-panel {
    padding-bottom: var(--wp--preset--spacing--30);
    padding-top: var(--wp--preset--spacing--30);
  }

  .gw-library-hero h1 {
    font-size: clamp(2.45rem, 10.2vw, 3rem) !important;
  }

  .gw-library-hero p:not(.gw-tax-pill) {
    font-size: 1rem !important;
    line-height: 1.34;
  }

  .gw-library-search {
    padding: 0.45rem;
  }

  .gw-library-search .wp-block-search__inside-wrapper {
    flex-direction: column;
  }

  .gw-library-search .wp-block-search__button,
  .gw-library-search .wp-block-search__input {
    box-sizing: border-box;
    width: 100%;
  }

  .gw-library-access-band {
    padding: var(--wp--preset--spacing--30);
  }

  .gw-library-access-actions .wp-block-button,
  .gw-library-access-actions .wp-block-button__link {
    width: 100%;
  }

  .gw-library-card {
    min-height: 0;
  }

  .gw-emdr-hero {
    min-height: min(680px, calc(100svh - 144px)) !important;
  }

  .gw-emdr-hero .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(250, 247, 239, 0.9) 0%, rgba(250, 247, 239, 0.78) 42%, rgba(250, 247, 239, 0.42) 70%, rgba(250, 247, 239, 0.12) 100%);
  }

  .gw-emdr-hero::before {
    background:
      linear-gradient(180deg, rgba(250, 247, 239, 0.9) 0%, rgba(250, 247, 239, 0.78) 42%, rgba(250, 247, 239, 0.42) 70%, rgba(250, 247, 239, 0.12) 100%),
      linear-gradient(90deg, rgba(250, 247, 239, 0.56) 0%, rgba(250, 247, 239, 0.28) 52%, rgba(250, 247, 239, 0.04) 100%);
  }

  .gw-emdr-hero .wp-block-cover__image-background {
    object-position: 72% 50% !important;
  }

  .gw-emdr-hero-panel {
    padding-bottom: var(--wp--preset--spacing--30);
    padding-top: var(--wp--preset--spacing--30);
  }

  .gw-emdr-hero h1 {
    font-size: clamp(2.25rem, 9.4vw, 2.85rem) !important;
  }

  .gw-emdr-hero p:not(.gw-tax-pill) {
    font-size: 1rem !important;
    line-height: 1.34;
  }

  .gw-emdr-hero-actions {
    margin-top: var(--wp--preset--spacing--20);
  }

  .gw-emdr-hero-actions .wp-block-button,
  .gw-emdr-hero-actions .wp-block-button__link {
    width: 100%;
  }

  .gw-emdr-stat-band {
    padding: var(--wp--preset--spacing--30);
  }

  .gw-emdr-path-card {
    min-height: 0;
  }

  .gw-qa-hero {
    min-height: min(650px, calc(100svh - 144px)) !important;
  }

  .gw-qa-hero .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(250, 247, 239, 0.9) 0%, rgba(250, 247, 239, 0.78) 42%, rgba(250, 247, 239, 0.42) 70%, rgba(250, 247, 239, 0.12) 100%);
  }

  .gw-qa-hero::before {
    background:
      linear-gradient(180deg, rgba(250, 247, 239, 0.9) 0%, rgba(250, 247, 239, 0.78) 42%, rgba(250, 247, 239, 0.42) 70%, rgba(250, 247, 239, 0.12) 100%),
      linear-gradient(90deg, rgba(250, 247, 239, 0.56) 0%, rgba(250, 247, 239, 0.28) 52%, rgba(250, 247, 239, 0.04) 100%);
  }

  .gw-qa-hero .wp-block-cover__image-background {
    object-position: 72% 50% !important;
  }

  .gw-qa-hero-panel {
    padding-bottom: var(--wp--preset--spacing--30);
    padding-top: var(--wp--preset--spacing--30);
  }

  .gw-qa-hero h1 {
    font-size: clamp(2.35rem, 9.8vw, 3rem) !important;
  }

  .gw-qa-hero p:not(.gw-tax-pill) {
    font-size: 1rem !important;
    line-height: 1.34;
  }

  .gw-qa-hero-actions {
    margin-top: var(--wp--preset--spacing--20);
  }

  .gw-qa-hero-actions .wp-block-button,
  .gw-qa-hero-actions .wp-block-button__link {
    width: 100%;
  }

  .gw-qa-stat-band,
  .gw-qa-guide-card,
  .gw-qa-next-card {
    padding: var(--wp--preset--spacing--30);
  }

  .gw-qa-video-grid {
    grid-template-columns: 1fr !important;
  }

  .gw-qa-video-card .wp-block-post-title {
    font-size: 1.12rem !important;
  }

  .gw-qa-video-card figcaption {
    -webkit-line-clamp: 4;
  }

  .gw-lecture-hero {
    min-height: min(650px, calc(100svh - 144px)) !important;
  }

  .gw-lecture-hero .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(250, 247, 239, 0.9) 0%, rgba(250, 247, 239, 0.78) 42%, rgba(250, 247, 239, 0.42) 70%, rgba(250, 247, 239, 0.12) 100%);
  }

  .gw-lecture-hero::before {
    background:
      linear-gradient(180deg, rgba(250, 247, 239, 0.9) 0%, rgba(250, 247, 239, 0.78) 42%, rgba(250, 247, 239, 0.42) 70%, rgba(250, 247, 239, 0.12) 100%),
      linear-gradient(90deg, rgba(250, 247, 239, 0.56) 0%, rgba(250, 247, 239, 0.28) 52%, rgba(250, 247, 239, 0.04) 100%);
  }

  .gw-lecture-hero .wp-block-cover__image-background {
    object-position: 72% 50% !important;
  }

  .gw-lecture-hero-panel {
    padding-bottom: var(--wp--preset--spacing--30);
    padding-top: var(--wp--preset--spacing--30);
  }

  .gw-lecture-hero h1 {
    font-size: clamp(2.25rem, 9.4vw, 2.9rem) !important;
  }

  .gw-lecture-hero p:not(.gw-tax-pill) {
    font-size: 1rem !important;
    line-height: 1.34;
  }

  .gw-lecture-hero-actions {
    margin-top: var(--wp--preset--spacing--20);
  }

  .gw-lecture-hero-actions .wp-block-button,
  .gw-lecture-hero-actions .wp-block-button__link {
    width: 100%;
  }

  .gw-lecture-note-band,
  .gw-lecture-guide-card,
  .gw-lecture-next-card {
    padding: var(--wp--preset--spacing--30);
  }

  .gw-lecture-grid {
    grid-template-columns: 1fr !important;
  }

  .gw-lecture-card .wp-block-post-title {
    font-size: 1.12rem !important;
  }

  .gw-default-hero {
    padding-bottom: var(--wp--preset--spacing--50) !important;
    padding-top: var(--wp--preset--spacing--60) !important;
  }

  .gw-default-title {
    font-size: clamp(2.15rem, 9vw, 2.85rem) !important;
  }

  .gw-default-feature-shell {
    margin-bottom: 0;
    margin-top: var(--wp--preset--spacing--30);
  }

  .gw-default-featured-image {
    box-shadow: 0 16px 42px rgba(23, 49, 40, 0.12);
  }

  .gw-default-layout {
    padding-top: var(--wp--preset--spacing--30) !important;
  }

  .gw-default-content-card {
    padding: var(--wp--preset--spacing--30);
  }

  .gw-default-content .wp-block-post-template {
    grid-template-columns: 1fr;
  }

  .gw-hcp-hero {
    min-height: min(680px, calc(100svh - 144px)) !important;
    padding-top: 0 !important;
  }

  .gw-hcp-hero .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(250, 247, 239, 0.9) 0%, rgba(250, 247, 239, 0.78) 42%, rgba(250, 247, 239, 0.42) 70%, rgba(250, 247, 239, 0.12) 100%);
  }

  .gw-hcp-hero::before {
    background:
      linear-gradient(180deg, rgba(250, 247, 239, 0.9) 0%, rgba(250, 247, 239, 0.78) 42%, rgba(250, 247, 239, 0.42) 70%, rgba(250, 247, 239, 0.12) 100%),
      linear-gradient(90deg, rgba(250, 247, 239, 0.56) 0%, rgba(250, 247, 239, 0.28) 52%, rgba(250, 247, 239, 0.04) 100%);
  }

  .gw-hcp-hero .wp-block-cover__image-background {
    object-position: 72% 56% !important;
  }

  .gw-hcp-hero-panel {
    padding-bottom: var(--wp--preset--spacing--30);
    padding-top: var(--wp--preset--spacing--30);
  }

  .gw-hcp-hero h1 {
    font-size: clamp(2.25rem, 9.4vw, 2.85rem) !important;
  }

  .gw-hcp-hero p:not(.gw-tax-pill) {
    font-size: 1rem !important;
    line-height: 1.34;
  }

  .gw-hcp-hero-grid {
    gap: var(--wp--preset--spacing--40);
  }

  .gw-hcp-hero-buttons .wp-block-button,
  .gw-hcp-hero-buttons .wp-block-button__link,
  .gw-hcp-cta-buttons .wp-block-button,
  .gw-hcp-cta-buttons .wp-block-button__link,
  .gw-hcp-child-page .wp-block-button,
  .gw-hcp-child-page .wp-block-button__link {
    width: 100%;
  }

  .gw-program-grid {
    grid-template-columns: 1fr;
  }

  .gw-program-directory-grid {
    grid-template-columns: 1fr;
  }

  .gw-program-card {
    padding: var(--wp--preset--spacing--30);
  }

  .gw-hcp-stat-band {
    padding: var(--wp--preset--spacing--30);
  }

  .gw-hcp-path-card {
    min-height: 0;
  }

  .gw-hcp-child-icon {
    margin-left: 0;
    padding: var(--wp--preset--spacing--30);
  }

  .gw-hcp-content-card,
  .gw-hcp-statement-card,
  .gw-hcp-feature-note,
  .gw-hcp-next-card,
  .gw-program-directory-card {
    padding: var(--wp--preset--spacing--30);
  }

  .gw-blog-hero,
  .gw-blog-list-hero {
    padding-bottom: var(--wp--preset--spacing--50) !important;
    padding-top: var(--wp--preset--spacing--50) !important;
  }

  .gw-archive-hero-grid {
    grid-template-columns: 1fr;
  }

  .gw-archive-hero .gw-blog-title {
    font-size: 2.5rem !important;
    line-height: 1.04;
  }

  .gw-archive-description {
    font-size: 1.02rem !important;
    line-height: 1.62;
  }

  .gw-archive-description a {
    border-radius: 8px;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .gw-archive-hero-card {
    padding: var(--wp--preset--spacing--30);
  }

  .gw-archive-hero-actions,
  .gw-archive-hero-actions .wp-block-button,
  .gw-archive-hero-actions .wp-block-button__link {
    width: 100%;
  }

  .gw-blog-feature-shell {
    margin-top: 0;
  }

  .gw-blog-featured-image {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .gw-blog-featured-image img {
    aspect-ratio: 16 / 10;
  }

  .gw-blog-layout,
  .gw-blog-query {
    margin-top: var(--wp--preset--spacing--40);
  }

  .gw-blog-content-card,
  .gw-blog-card-body,
  .gw-blog-nav-link a {
    padding: var(--wp--preset--spacing--30);
  }

  .gw-blog-content {
    font-size: 1rem;
    line-height: 1.66;
  }

  .gw-blog-card-grid {
    grid-template-columns: 1fr !important;
  }

  .gw-blog-nav-link {
    max-width: none;
    width: 100%;
  }

  .gw-blog-nav-link-next {
    margin-left: 0;
    text-align: left;
  }

  .gw-blog-pagination {
    align-items: stretch !important;
    flex-direction: column;
    gap: var(--wp--preset--spacing--20);
  }
}

@media (max-width: 560px) {
  .gw-contact-cta-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.09em;
  }

  .gw-contact-cta-tags {
    align-items: stretch;
    gap: 0.35rem;
    margin-top: 0.7rem;
  }

  .gw-contact-cta-tags p {
    box-sizing: border-box;
    text-align: center;
  }

  .gw-contact-cta-actions {
    padding: 0.65rem;
  }

  .gw-contact-cta-action-label {
    display: none;
  }

  .gw-contact-cta-actions .wp-block-buttons {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }

  .gw-contact-cta-actions .wp-block-button__link {
    min-height: 42px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .gw-footer-program-grid {
    grid-template-columns: 1fr;
  }

  .gw-footer-program-card {
    padding: 0.8rem 0.85rem;
  }
}

/* Subtle Hawaiian-inspired background texture shared across public pages and posts. */
body {
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.98), rgba(238, 244, 237, 0.92)),
    #fbf7ef;
  position: relative;
}

body::before {
  background-image:
    url("assets/images/watermarks/hawaiian-botanical-corner.png"),
    url("assets/images/watermarks/hawaiian-wave-kapa-band.png");
  background-position:
    left -150px top 118px,
    right -170px bottom 16vh;
  background-repeat: no-repeat;
  background-size:
    min(560px, 44vw) auto,
    min(860px, 68vw) auto;
  content: "";
  inset: 0;
  opacity: 0.085;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

body > .wp-site-blocks {
  position: relative;
  z-index: 1;
}

.gw-default-hero,
.gw-blog-hero,
.gw-blog-list-hero,
.gw-foster-feature-section,
.gw-plc-feature-section,
.gw-hcp-feature-section,
.gw-library-access-section,
.gw-lecture-video-section,
.gw-qa-video-section {
  overflow: hidden;
  position: relative;
}

.gw-default-hero::after,
.gw-blog-hero::after,
.gw-blog-list-hero::after,
.gw-foster-feature-section::after,
.gw-plc-feature-section::after,
.gw-hcp-feature-section::after,
.gw-library-access-section::after,
.gw-lecture-video-section::after,
.gw-qa-video-section::after {
  background: url("assets/images/watermarks/hawaiian-wave-kapa-band.png") center / contain no-repeat;
  bottom: -88px;
  content: "";
  height: 260px;
  opacity: 0.16;
  pointer-events: none;
  position: absolute;
  right: max(-120px, -6vw);
  width: min(820px, 72vw);
  z-index: 0;
}

.gw-default-hero > *,
.gw-blog-hero > *,
.gw-blog-list-hero > *,
.gw-foster-feature-section > *,
.gw-plc-feature-section > *,
.gw-hcp-feature-section > *,
.gw-library-access-section > *,
.gw-lecture-video-section > *,
.gw-qa-video-section > * {
  position: relative;
  z-index: 1;
}

.gw-default-content-card,
.gw-blog-content-card,
.gw-feed-panel,
.gw-directory-sidebar,
.gw-card-flat {
  position: relative;
}

.gw-default-content-card,
.gw-blog-content-card,
.gw-feed-panel,
.gw-directory-sidebar {
  overflow: hidden;
}

.gw-default-content-card::before,
.gw-blog-content-card::before {
  background: url("assets/images/watermarks/hawaiian-botanical-corner.png") left bottom / contain no-repeat;
  bottom: -120px;
  content: "";
  height: min(420px, 54vw);
  left: -140px;
  opacity: 0.08;
  pointer-events: none;
  position: absolute;
  width: min(420px, 54vw);
}

.gw-feed-panel::before,
.gw-directory-sidebar::before {
  background: url("assets/images/watermarks/hawaiian-wave-kapa-band.png") center / contain no-repeat;
  content: "";
  height: min(300px, 42vw);
  opacity: 0.09;
  pointer-events: none;
  position: absolute;
  right: -180px;
  top: -108px;
  width: min(620px, 58vw);
}

.gw-default-content-card > *,
.gw-blog-content-card > *,
.gw-feed-panel > *,
.gw-directory-sidebar > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 700px) {
  body::before {
    background-position:
      left -190px top 92px,
      right -240px bottom 12vh;
    background-size:
      380px auto,
      620px auto;
    opacity: 0.065;
  }

  .gw-directory-home::before {
    background-position:
      left -170px top 58px,
      right -300px bottom 24px,
      0 0,
      0 0;
    background-size:
      470px auto,
      650px auto,
      auto,
      auto;
    opacity: 0.38;
  }

  .gw-default-hero::after,
  .gw-blog-hero::after,
  .gw-blog-list-hero::after,
  .gw-foster-feature-section::after,
  .gw-plc-feature-section::after,
  .gw-hcp-feature-section::after,
  .gw-library-access-section::after,
  .gw-lecture-video-section::after,
  .gw-qa-video-section::after {
    bottom: -96px;
    height: 220px;
    opacity: 0.12;
    right: -260px;
    width: 620px;
  }

  .gw-default-content-card::before,
  .gw-blog-content-card::before {
    height: 300px;
    left: -190px;
    opacity: 0.09;
    width: 300px;
  }

  .gw-feed-panel::before,
  .gw-directory-sidebar::before {
    height: 220px;
    opacity: 0.075;
    right: -210px;
    top: -82px;
    width: 440px;
  }
}
