/* WordPress integration and responsive rules layered over the approved static CSS. */

.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 18px;
  overflow: visible;
  clip: auto;
  color: #fff;
  background: #00372f;
  border-radius: 5px;
  white-space: normal;
}

.brand img,
.brand .custom-logo {
  width: 202px;
  height: auto;
}

.primary-nav .primary-menu {
  display: flex;
  align-items: center;
  gap: 39px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav .primary-menu > li {
  margin: 0;
}

.primary-nav .primary-menu > li > a {
  position: relative;
  display: block;
  padding: 12px 0;
}

.primary-nav .primary-menu > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: transparent;
}

.primary-nav .primary-menu > li > a:hover,
.primary-nav .primary-menu > li > a:focus-visible,
.primary-nav .primary-menu > .current-menu-item > a,
.primary-nav .primary-menu > .current_page_item > a,
.primary-nav .primary-menu > .current_page_parent > a {
  color: var(--orange-500);
}

.primary-nav .primary-menu > .current-menu-item > a::after,
.primary-nav .primary-menu > .current_page_item > a::after,
.primary-nav .primary-menu > .current_page_parent > a::after {
  background: var(--orange-500);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--green-900);
  background: transparent;
  border: 1px solid rgba(0, 55, 47, .18);
  border-radius: 50%;
}

.menu-toggle > span:not(.visually-hidden),
.menu-toggle > span:not(.visually-hidden)::before,
.menu-toggle > span:not(.visually-hidden)::after {
  position: absolute;
  width: 21px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.menu-toggle > span:not(.visually-hidden) {
  position: relative;
  display: block;
  margin: auto;
}

.menu-toggle > span:not(.visually-hidden)::before,
.menu-toggle > span:not(.visually-hidden)::after {
  content: "";
  left: 0;
}

.menu-toggle > span:not(.visually-hidden)::before { top: -7px; }
.menu-toggle > span:not(.visually-hidden)::after { top: 7px; }

.news-card-media {
  display: block;
  flex: 0 0 200px;
  overflow: hidden;
}

.latest-news {
  height: auto;
  min-height: 690px;
}

.latest-news .news-card {
  height: auto;
  min-height: 454px;
}

.news-empty-state-home {
  grid-column: 1 / -1;
  padding-block: 48px;
}

.news-card-media .news-card-image {
  height: 200px;
  transition: transform 240ms ease;
}

.news-card:hover .news-card-image {
  transform: scale(1.025);
}

.news-card h3 a:hover,
.news-card h3 a:focus-visible {
  color: var(--orange-500);
}

.news-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: #6b7772;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.news-card-meta a {
  color: var(--orange-500);
}

.news-archive-hero {
  position: relative;
  min-height: 350px;
  padding: 88px 0 78px;
  overflow: hidden;
  background: #f8f5ef;
}

.news-archive-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.news-archive-hero .section-kicker {
  margin-bottom: 18px;
}

.news-archive-hero h1 {
  margin: 0;
  color: #172e28;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.news-archive-intro {
  max-width: 650px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.news-archive-intro > *:last-child { margin-bottom: 0; }

.news-dot-field {
  position: absolute;
  right: 2.5%;
  bottom: 34px;
  width: 140px;
  height: 126px;
  color: var(--orange-500);
  background-image: radial-gradient(circle, currentColor 1.7px, transparent 1.9px);
  background-size: 16px 16px;
  opacity: .72;
}

.news-archive-listing {
  padding: 78px 0 92px;
  background: #fff;
}

.news-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 27px;
}

.news-archive-grid .news-card {
  height: auto;
  min-height: 500px;
}

.news-empty-state {
  padding: 70px 30px;
  text-align: center;
  background: #f8f5ef;
  border-radius: 10px;
}

.news-empty-state h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
}

.news-empty-state-home h3 {
  margin: 0 0 12px;
}

.navigation.pagination {
  margin-top: 54px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.page-numbers {
  min-width: 44px;
  min-height: 44px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green-900);
  background: #fff;
  border: 1px solid #cfd8d4;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus-visible {
  color: #fff;
  background: var(--green-900);
  border-color: var(--green-900);
}

.single-news-header {
  padding: 72px 0 112px;
  color: #fff;
  background: #003f35;
}

.single-news-header-inner {
  max-width: 970px;
  margin-inline: auto;
}

.single-news-back {
  display: inline-flex;
  gap: 9px;
  margin-bottom: 44px;
  color: #ff7a3b;
  font-size: 14px;
  font-weight: 800;
}

.single-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-news-meta a { color: #ff8a52; }

.single-news-header h1 {
  max-width: 920px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.3vw, 74px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.single-news-byline {
  margin: 24px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 15px;
}

.single-news-media-wrap {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin-top: -68px;
}

.single-news-featured {
  width: 100%;
  height: min(610px, 48vw);
  object-fit: cover;
  object-position: center;
  border: 5px solid #fff;
  border-radius: 13px;
  box-shadow: 0 20px 48px rgba(0,45,37,.16);
}

.single-news-layout {
  max-width: 920px;
  padding-top: 68px;
  padding-bottom: 76px;
}

.single-news-content {
  color: #33443e;
  font-size: 18px;
  line-height: 1.8;
}

.single-news-content > * {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.single-news-content h2,
.single-news-content h3,
.single-news-content h4 {
  margin-top: 1.65em;
  margin-bottom: .65em;
  color: #172e28;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.16;
}

.single-news-content h2 { font-size: 42px; }
.single-news-content h3 { font-size: 32px; }
.single-news-content p { margin-top: 0; margin-bottom: 1.35em; }
.single-news-content ul,
.single-news-content ol { padding-left: 1.4em; }

.single-news-content blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 26px 30px;
  color: #173d34;
  background: #f8f5ef;
  border-left: 4px solid var(--orange-500);
  border-radius: 0 8px 8px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.45;
}

.single-news-content img,
.single-news-content .wp-block-image,
.single-news-content .wp-block-gallery {
  max-width: 100%;
}

.single-news-content img { height: auto; border-radius: 8px; }
.single-news-content a { color: #d94600; text-decoration: underline; text-underline-offset: 3px; }

.single-news-tags {
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid #dfe4e1;
  font-size: 14px;
}

.post-navigation {
  padding-top: 32px;
  padding-bottom: 76px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border-top: 1px solid #e0e5e2;
}

.post-navigation > div:last-child { text-align: right; }
.post-navigation a { display: inline-flex; flex-direction: column; gap: 8px; }
.post-navigation span { color: var(--orange-500); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.post-navigation strong { color: #17352e; font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; }

.standard-page,
.error-page {
  padding: 88px 0;
  background: #fff;
}

.standard-page-inner,
.error-page-inner { max-width: 900px; }

.standard-page-header h1,
.error-page h1 {
  margin: 0 0 30px;
  color: #172e28;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.05;
}

.standard-page-content { color: #40504a; font-size: 17px; line-height: 1.75; }
.legal-page-content h2 {
  margin: 40px 0 12px;
  color: #17352e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
}
.legal-page-content p { margin: 0; }
.legal-page-content p + p { margin-top: 18px; }
.legal-page-content a { color: var(--orange-500); font-weight: 700; }
.error-page { min-height: 610px; display: flex; align-items: center; }
.error-page-inner { text-align: center; }
.error-page .button { margin-top: 20px; }

/* Contact page */

.contact-main {
  color: #33443e;
  background: #fff;
}

.contact-hero {
  position: relative;
  padding: 94px 0 88px;
  overflow: hidden;
  background: #f8f5ef;
}

.contact-hero::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: 26px;
  width: 150px;
  height: 132px;
  color: var(--orange-500);
  background-image: radial-gradient(circle, currentColor 1.8px, transparent 2px);
  background-size: 18px 18px;
  opacity: .65;
}

.contact-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.contact-eyebrow {
  margin: 0 0 18px;
  color: var(--orange-500);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 790px;
  margin: 0 auto;
  color: #173c34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 5.4vw, 76px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.contact-hero-intro {
  max-width: 760px;
  margin: 28px auto 0;
  color: #52615c;
  font-size: 17px;
  line-height: 1.7;
}

.contact-section {
  padding: 88px 0 100px;
  background: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(52px, 6vw, 92px);
}

.contact-details {
  max-width: 530px;
  padding: 24px 0;
}

.contact-details h2,
.contact-form-intro h2 {
  margin: 0;
  color: #173c34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.contact-details > p:not(.contact-eyebrow),
.contact-form-intro > p:not(.contact-eyebrow) {
  margin: 22px 0 0;
  color: #52615c;
  font-size: 16px;
  line-height: 1.68;
}

.contact-enquiry-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.contact-enquiry-list li {
  position: relative;
  min-height: 38px;
  padding: 7px 0 7px 25px;
  color: #29423b;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #e4e8e5;
}

.contact-enquiry-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 17px;
  width: 7px;
  height: 7px;
  background: var(--orange-500);
  border-radius: 50%;
}

.contact-information {
  margin: 34px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #dce3df;
}

.contact-information > div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
}

.contact-information > div + div { margin-top: 14px; }

.contact-information dt {
  color: #72807b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-information dd {
  margin: 0;
  color: #29423b;
  font-size: 16px;
  line-height: 1.5;
}

.contact-information a {
  color: #d9480f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form-panel {
  scroll-margin-top: 110px;
  padding: clamp(36px, 4vw, 52px);
  background: #f8f5ef;
  border: 1px solid #e3e6e2;
  border-top: 4px solid var(--orange-500);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(15, 54, 45, .1);
}

.contact-form-intro { margin-bottom: 30px; }

.contact-form-placeholder {
  padding: 22px 24px;
  color: #50605a;
  background: rgba(255, 255, 255, .62);
  border: 1px dashed #aebbb5;
  border-radius: 9px;
}

.contact-form-placeholder p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.fluent_form_1,
.fluent_form_1 form { width: 100%; }

.fluent_form_1 .ff-el-group { margin-bottom: 20px; }

.fluent_form_1 label,
.fluent_form_1 .ff-el-input--label {
  display: block;
  margin-bottom: 8px;
  color: #243d36;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.fluent_form_1 input[type="text"],
.fluent_form_1 input[type="email"],
.fluent_form_1 input[type="tel"],
.fluent_form_1 input[type="url"],
.fluent_form_1 input[type="number"],
.fluent_form_1 select,
.fluent_form_1 textarea,
.fluent_form_1 .ff-el-form-control {
  width: 100%;
  max-width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  color: #243d36;
  background: #fff;
  border: 1px solid #cbd5d0;
  border-radius: 7px;
  box-shadow: none;
  font: inherit;
  font-size: 16px;
  line-height: 1.45;
}

.fluent_form_1 textarea,
.fluent_form_1 textarea.ff-el-form-control {
  min-height: 142px;
  resize: vertical;
}

.fluent_form_1 input[type="checkbox"],
.fluent_form_1 input[type="radio"] {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 0 8px 0 0;
  accent-color: var(--orange-500);
}

.fluent_form_1 .ff-el-form-check,
.fluent_form_1 .ff-el-form-check-label {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #3c514a;
  font-size: 15px;
  line-height: 1.5;
}

.fluent_form_1 input:focus-visible,
.fluent_form_1 select:focus-visible,
.fluent_form_1 textarea:focus-visible,
.fluent_form_1 button:focus-visible {
  outline: 3px solid rgba(255, 102, 26, .32);
  outline-offset: 2px;
  border-color: var(--orange-500);
}

.fluent_form_1 .ff-el-help-message,
.fluent_form_1 .ff-el-description,
.fluent_form_1 .ff-el-form-check-label {
  color: #66756f;
  font-size: 13px;
}

.fluent_form_1 .ff-el-input--label.ff-el-is-required label::after,
.fluent_form_1 .ff-el-is-required .ff-el-input--label label::after,
.fluent_form_1 .ff-el-is-required label .ff-el-required {
  color: var(--orange-500);
}

.fluent_form_1 .ff-el-is-error .ff-el-form-control,
.fluent_form_1 .error .ff-el-form-control { border-color: #b42318; }

.fluent_form_1 .text-danger,
.fluent_form_1 .error,
.fluent_form_1 .ff-el-is-error .text-danger {
  margin-top: 6px;
  color: #9f2219;
  font-size: 14px;
  line-height: 1.45;
}

.fluent_form_1 .ff-message-success,
.fluent_form_1 .ff_success_message {
  padding: 16px 18px;
  color: #174f3f;
  background: #e8f4ef;
  border: 1px solid #a7cdbd;
  border-radius: 7px;
  font-size: 15px;
  line-height: 1.55;
}

.fluent_form_1 .ff-btn-submit,
.fluent_form_1 button[type="submit"],
.fluent_form_1 input[type="submit"] {
  min-height: 54px;
  padding: 14px 28px;
  color: #fff;
  background: var(--orange-500);
  border: 1px solid var(--orange-500);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(217, 72, 15, .18);
}

.fluent_form_1 .ff-btn-submit:hover,
.fluent_form_1 button[type="submit"]:hover,
.fluent_form_1 input[type="submit"]:hover {
  background: #df4d08;
  border-color: #df4d08;
}

.fluent_form_1 .ff-btn-submit:disabled,
.fluent_form_1 button[type="submit"]:disabled,
.fluent_form_1 input[type="submit"]:disabled,
.fluent_form_1 .ff-btn-loading {
  cursor: wait;
  opacity: .62;
}

.fluent_form_1 input:disabled,
.fluent_form_1 select:disabled,
.fluent_form_1 textarea:disabled {
  cursor: not-allowed;
  color: #74817c;
  background: #edf0ee;
  opacity: .78;
}

/* Teal palette refresh: colour-only overrides layered over approved layouts. */

body {
  color: var(--ink);
  background: #fafaf8;
}

.skip-link:focus,
.single-news-header {
  background: linear-gradient(135deg, var(--green-900), var(--green-950));
}

.menu-toggle {
  border-color: rgba(7, 94, 99, .22);
}

.about-hero,
.fundza-hero,
.workshops-hero,
.publications-hero,
.news-archive-hero,
.contact-hero {
  background: linear-gradient(135deg, #f8f5ef 0%, #eef8f7 100%);
}

.what-we-do,
.beliefs-section,
.capabilities-section,
.approach-section,
.games-section,
.contact-form-panel,
.single-news-content blockquote,
.news-empty-state {
  background: #f8f5ef;
}

.who-we-are,
.access-section,
.funzines-section {
  background: #eef8f7;
}

.about-page main :where(h1, h2, h3, h4),
.fundza-page main :where(h1, h2, h3, h4),
.workshops-page main :where(h1, h2, h3, h4),
.publications-page main :where(h1, h2, h3, h4),
.news-page main :where(h1, h2, h3, h4),
.contact-page main :where(h1, h2, h3, h4),
.single-news-content :where(h2, h3, h4),
.standard-page-header h1,
.error-page h1,
.post-navigation strong {
  color: var(--ink);
}

.about-page main :where(p, li),
.fundza-page main :where(p, li),
.workshops-page main :where(p, li),
.publications-page main :where(p, li),
.news-page main :where(p, li),
.contact-page main :where(p, li),
.single-news-content,
.standard-page-content {
  color: var(--muted);
}

.about-page .section-kicker,
.fundza-page .section-kicker,
.workshops-page .section-kicker,
.publications-page .section-kicker,
.news-page .section-kicker,
.contact-page .section-kicker,
.fundza-page .fundza-eyebrow,
.workshops-page .workshops-eyebrow,
.publications-page .publications-eyebrow,
.contact-page .contact-eyebrow,
.single-news-back,
.single-news-meta a,
.contact-information a {
  color: var(--orange-500);
}

.vision-card,
.collaboration-card,
.fundza-cta-card,
.training-contact-card,
.publications-contact-card {
  color: #fafaf8;
  background: linear-gradient(125deg, var(--green-900), var(--green-950));
  border-color: rgba(255, 255, 255, .16);
  box-shadow: 0 16px 34px rgba(6, 75, 80, .14);
}

.about-page .vision-card :where(h2, h3, p, li),
.about-page .collaboration-card :where(h2, h3, p, li),
.fundza-page .fundza-cta-card :where(h2, h3, p, li),
.workshops-page .training-contact-card :where(h2, h3, p, li),
.publications-page .publications-contact-card :where(h2, h3, p, li),
.single-news-header :where(h1, p) {
  color: #fafaf8;
}

.fundza-button-dark,
.workshops-button-dark,
.about-hero-button,
.access-button,
.approach-button {
  color: #fafaf8;
  background: var(--green-900);
  border-color: var(--green-900);
}

.fundza-button-dark:hover,
.fundza-button-dark:focus-visible,
.workshops-button-dark:hover,
.workshops-button-dark:focus-visible,
.about-hero-button:hover,
.about-hero-button:focus-visible,
.access-button:hover,
.access-button:focus-visible,
.approach-button:hover,
.approach-button:focus-visible {
  background: var(--green-950);
  border-color: var(--green-950);
}

.fundza-button-outline,
.workshops-button-outline,
.news-view-all,
.page-numbers {
  color: var(--green-900);
  border-color: var(--green-900);
}

.belief-card,
.about-partner-card,
.capability-item,
.testimonial-card,
.programme-card,
.publications-panel,
.anthology-panel,
.games-panel,
.resource-material-panel,
.funzines-panel,
.game-product-card,
.intermediate-card,
.contact-form-panel {
  border-color: var(--border-soft);
  box-shadow: 0 12px 30px rgba(6, 75, 80, .07);
}

.story-card,
.about-partner-card,
.capability-item,
.testimonial-card,
.programme-card,
.game-product-card,
.intermediate-card {
  background: #fafaf8;
}

.capability-icon,
.programme-icon,
.impact-icon {
  color: var(--green-900);
  background: var(--teal-soft);
}

.fundza-page .hero-dot-field,
.approach-dot-field,
.reading-dots-right {
  color: #5fa6a4;
}

.fundza-cta-image-overlay {
  background: linear-gradient(90deg, rgba(7, 94, 99, .7), transparent 48%);
}

.about-hero-image,
.philosophy-image,
.mission-image,
.who-image,
.access-media img,
.approach-media img,
.publications-panel {
  box-shadow: 0 18px 38px rgba(6, 75, 80, .1);
}

.header-cta,
.button-primary,
.get-involved-button,
.collaboration-button,
.fundza-cta-primary,
.training-contact-button,
.publications-contact-button,
.fluent_form_1 .ff-btn-submit,
.fluent_form_1 button[type="submit"],
.fluent_form_1 input[type="submit"] {
  box-shadow: 0 10px 22px rgba(243, 107, 33, .18);
}

.single-news-featured {
  box-shadow: 0 20px 44px rgba(6, 75, 80, .12);
}

.single-news-content blockquote {
  color: var(--green-950);
}

.contact-main,
.contact-section,
.news-archive-listing,
.standard-page,
.error-page {
  background: #fafaf8;
}

.contact-enquiry-list li,
.contact-information,
.single-news-tags,
.post-navigation {
  border-color: var(--border-soft);
}

.contact-form-placeholder {
  color: var(--muted);
  background: rgba(238, 248, 247, .82);
  border-color: #9fc4c1;
}

.fluent_form_1 label,
.fluent_form_1 .ff-el-input--label,
.fluent_form_1 input[type="text"],
.fluent_form_1 input[type="email"],
.fluent_form_1 input[type="tel"],
.fluent_form_1 input[type="url"],
.fluent_form_1 input[type="number"],
.fluent_form_1 select,
.fluent_form_1 textarea,
.fluent_form_1 .ff-el-form-control {
  color: var(--ink);
  border-color: #b9cecb;
}

.fluent_form_1 .ff-message-success,
.fluent_form_1 .ff_success_message {
  color: var(--green-950);
  background: var(--aqua-pale);
  border-color: #9fc9c6;
}

@media (max-width: 1099px) {
  html,
  body { min-width: 0; }

  .site-shell { width: min(100% - 40px, var(--shell)); }

  .contact-section { padding: 76px 0 88px; }
  .contact-grid { gap: 44px; }
  .contact-form-panel { padding: 38px; }
  .site-header { height: 84px; }
  .brand,
  .brand img,
  .brand .custom-logo { width: 172px; flex-basis: 172px; }
  .menu-toggle { display: block; position: relative; z-index: 30; }

  .primary-nav {
    position: absolute;
    z-index: 25;
    top: 84px;
    right: 0;
    left: 0;
    max-height: calc(100vh - 84px);
    padding: 26px 24px 30px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    overflow-y: auto;
    color: var(--ink);
    background: #fff;
    border-top: 1px solid #edf0ee;
    box-shadow: 0 18px 35px rgba(6, 75, 80, .12);
  }

  .primary-nav.is-open { display: flex; }
  .primary-nav .primary-menu { flex-direction: column; align-items: stretch; gap: 2px; }
  .primary-nav .primary-menu > li > a { padding: 12px 4px; }
  .primary-nav .primary-menu > li > a::after { display: none; }
  .header-cta { align-self: flex-start; }

  .hero { height: auto; min-height: 760px; }
  .hero-inner { min-height: 760px; }
  .hero-copy { top: 105px; width: min(620px, 75%); }
  .hero-copy > p { width: 100%; }
  .impact-strip { grid-template-columns: repeat(2, 1fr); height: auto; }
  .impact-item:nth-child(2) { border-right: 0; }
  .impact-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }

  .reading-matters,
  .what-we-do,
  .latest-news,
  .partners-section { height: auto; }
  .reading-layout { grid-template-columns: 1fr; gap: 48px; }
  .reading-copy { max-width: 650px; }
  .reading-visual { justify-self: start; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-card { min-height: 0; }
  .outcomes-section { height: auto; min-height: 700px; }
  .outcomes-panel { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .news-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .news-card { height: auto; min-height: 454px; }
  .partners-layout { height: auto; grid-template-columns: 1fr; gap: 38px; }
  .partners-copy { padding-right: 0; border-right: 0; }
  .partners-showcase { padding-left: 17px; }
  .partner-cards { grid-template-columns: repeat(3, minmax(0,1fr)); }

  .footer-main { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 38px; }
  .footer-legal-inner { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .footer-legal nav { justify-content: center; }

  .about-hero-grid,
  .philosophy-grid,
  .who-grid,
  .mission-grid,
  .collaboration-card,
  .fundza-hero-grid,
  .platform-grid,
  .access-grid,
  .fundza-cta-card,
  .workshops-hero-grid,
  .approach-grid,
  .training-contact-card,
  .publications-hero-grid,
  .anthology-panel,
  .games-panel,
  .resource-material-panel,
  .funzines-panel,
  .publications-contact-card {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .beliefs-section,
  .about-partners,
  .capabilities-section,
  .testimonials-section,
  .programmes-section,
  .anthologies-section,
  .games-section,
  .resource-material-section,
  .funzines-section { height: auto; }

  .beliefs-grid,
  .capability-grid,
  .testimonial-grid,
  .programme-grid,
  .about-partner-cards,
  .game-products,
  .resource-material-products,
  .funzine-covers { grid-template-columns: repeat(2, minmax(0,1fr)); }

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

@media (max-width: 767px) {
  .site-shell { width: min(100% - 30px, var(--shell)); }
  .site-header { height: 76px; }
  .primary-nav { top: 76px; max-height: calc(100vh - 76px); }
  .brand,
  .brand img,
  .brand .custom-logo { width: 150px; flex-basis: 150px; }

  .hero { min-height: 710px; }
  .hero-inner { min-height: 710px; }
  .hero-copy { top: 74px; width: 100%; }
  .hero-copy h1 { font-size: clamp(45px, 13vw, 62px); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-photo { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6, 75, 80, .97), rgba(7, 94, 99, .58)); }
  .impact-strip { grid-template-columns: 1fr; padding-inline: 8px; }
  .impact-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .impact-item:last-child { border-bottom: 0; }

  .reading-matters { padding: 70px 0 86px; }
  .reading-copy { padding-left: 0; }
  .reading-copy h2,
  .news-heading h2 { font-size: 40px; }
  .reading-visual { width: 100%; height: 430px; }
  .reading-visual > img { width: 100%; height: 360px; }
  .reading-quote { right: 10px; max-width: 210px; }
  .service-grid,
  .outcomes-panel,
  .news-grid,
  .partner-cards { grid-template-columns: 1fr; }
  .news-heading-row { align-items: flex-start; flex-direction: column; gap: 24px; }
  .partners-showcase { padding-left: 0; }
  .get-involved-copy { width: 100%; padding: 0 28px; }
  .get-involved-copy h2 { font-size: 38px; }

  .footer-main { grid-template-columns: 1fr; padding-inline: 0; }
  .footer-legal-inner { padding-inline: 0; }

  .beliefs-grid,
  .capability-grid,
  .testimonial-grid,
  .programme-grid,
  .about-partner-cards,
  .game-products,
  .resource-material-products,
  .funzine-covers,
  .news-archive-grid { grid-template-columns: 1fr; }

  .news-archive-hero { min-height: 0; padding: 68px 0 62px; }
  .news-archive-hero h1 { font-size: 48px; }
  .news-archive-intro { font-size: 16px; }
  .news-dot-field { display: none; }
  .news-archive-listing { padding: 56px 0 68px; }
  .news-archive-grid .news-card { min-height: 0; }

  .single-news-header { padding: 54px 0 92px; }
  .single-news-back { margin-bottom: 32px; }
  .single-news-header h1 { font-size: 46px; }
  .single-news-featured { height: 58vw; min-height: 270px; }
  .single-news-layout { padding-top: 48px; padding-bottom: 56px; }
  .single-news-content { font-size: 17px; line-height: 1.72; }
  .single-news-content h2 { font-size: 34px; }
  .single-news-content h3 { font-size: 28px; }
  .single-news-content blockquote { padding: 22px; font-size: 22px; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation > div:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .news-card-media .news-card-image { transition: none; }
}

/* Responsive system: preserves the approved desktop layouts above 1099px. */

:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--orange-500);
  outline-offset: 3px;
}

.single-news-content :where(pre, table) {
  max-width: 100%;
  overflow-x: auto;
}

.single-news-content :where(iframe, video) {
  max-width: 100%;
}

@media (max-width: 1099px) {
  body.menu-open { overflow: hidden; }

  .site-header { position: relative; z-index: 100; }
  .menu-toggle { flex: 0 0 48px; }
  .menu-toggle > span:not(.visually-hidden),
  .menu-toggle > span:not(.visually-hidden)::before,
  .menu-toggle > span:not(.visually-hidden)::after { transition: transform 180ms ease, top 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] > span:not(.visually-hidden) { background: transparent; }
  .menu-toggle[aria-expanded="true"] > span:not(.visually-hidden)::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:not(.visually-hidden)::after { top: 0; transform: rotate(-45deg); }

  .primary-nav {
    position: fixed;
    top: 84px;
    max-height: calc(100dvh - 84px);
    overscroll-behavior: contain;
  }

  .primary-nav .primary-menu > li > a,
  .primary-nav .header-cta { min-height: 48px; }
  .primary-nav .header-cta { width: 100%; align-self: stretch; }

  .about-hero-copy,
  .fundza-hero-copy,
  .workshops-hero-copy,
  .publications-hero-copy {
    width: 100%;
    padding: 68px 0 50px;
  }

  .about-hero-copy h1,
  .fundza-hero-copy h1,
  .workshops-hero-copy h1,
  .publications-hero-copy h1 { font-size: clamp(58px, 8vw, 72px); }

  .about-hero-grid,
  .fundza-hero-grid,
  .workshops-hero-grid,
  .publications-hero-grid { gap: 0; }

  .about-hero-image {
    width: 100%;
    height: clamp(430px, 58vw, 610px);
    object-fit: cover;
  }

  .fundza-hero-media,
  .workshops-hero-media {
    width: 100%;
    min-height: 500px;
    margin-right: 0;
    padding-left: 0;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
  }

  .fundza-hero-media::before,
  .workshops-hero-media::before { display: none; }
  .fundza-hero-media img,
  .workshops-hero-media img {
    width: 100%;
    min-height: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: inherit;
  }

  .platform-grid,
  .access-grid,
  .approach-grid,
  .philosophy-grid,
  .mission-grid,
  .who-grid { gap: 48px; }

  .platform-device {
    width: 100%;
    min-height: 570px;
    overflow: hidden;
  }
  .platform-device::before { width: min(520px, 72vw); height: min(520px, 72vw); }
  .platform-device-orbit { width: min(465px, 66vw); height: min(465px, 66vw); }
  .platform-device img { max-width: 90%; height: 540px; }
  .access-media { padding-right: 0; }
  .access-media img,
  .approach-media img { height: clamp(380px, 54vw, 520px); }

  .programme-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .programme-card { height: 100%; }

  .publications-hero-products {
    width: 100%;
    height: 500px;
    margin-right: 0;
    overflow: hidden;
  }

  .anthology-panel,
  .games-panel,
  .funzines-panel { padding: 46px; }
  .anthology-panel { grid-template-columns: minmax(0, 1fr) minmax(220px, 280px); }
  .anthology-feature-copy { grid-column: 1 / -1; }
  .games-panel { grid-template-columns: 1fr; gap: 34px; }
  .game-products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .games-purchase { grid-column: 1; }
  .resource-material-panel { grid-template-columns: 1fr; }
  .resource-material-copy { padding: 48px; }
  .resource-material-products { min-height: 430px; }
  .funzines-panel { grid-template-columns: 1fr; }
  .funzine-covers { width: 100%; }
  .intermediate-grid { grid-template-columns: 1fr; }

  .collaboration-card,
  .training-contact-card,
  .publications-contact-card {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
  }

  .fundza-cta-copy { padding: 58px 50px; }
  .fundza-cta-image-panel { min-height: 380px; border-radius: 0 0 19px 19px; }
  .fundza-cta-image-panel img { min-height: 380px; }

  .footer-main { padding-top: 58px; padding-bottom: 46px; }
  .footer-social a { min-width: 44px; min-height: 44px; }
}

@media (max-width: 820px) {
  .site-shell { width: min(100% - 40px, var(--shell)); }

  .about-hero-copy,
  .fundza-hero-copy,
  .workshops-hero-copy,
  .publications-hero-copy { padding: 58px 0 44px; }

  .about-philosophy,
  .mission-section,
  .who-we-are,
  .platform-section,
  .access-section,
  .approach-section { padding-top: 72px; padding-bottom: 76px; }

  .about-hero-image,
  .philosophy-image,
  .mission-image,
  .who-image,
  .access-media img,
  .approach-media img { height: clamp(340px, 62vw, 470px); }

  .beliefs-grid,
  .capability-grid,
  .testimonial-grid,
  .programme-grid,
  .news-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .capability-item { padding: 24px; }
  .capability-item + .capability-item { border-left: 0; }
  .capability-item:nth-child(even) { border-left: 1px solid var(--line); }

  .publications-hero-products { height: 440px; }
  .hero-funzine-back { left: 35%; width: 190px; height: 360px; }
  .hero-funzine-front { left: 6%; width: 210px; height: 370px; }
  .hero-wordplay { left: 50%; width: 180px; height: 280px; }
  .hero-storytelling { right: 2%; width: 155px; height: 235px; }
  .anthology-panel { grid-template-columns: minmax(0, 1fr) minmax(210px, 250px); }
  .game-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .funzine-covers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .intermediate-card { grid-template-columns: 180px minmax(0, 1fr); }

  .collaboration-card,
  .training-contact-card,
  .publications-contact-card {
    padding-right: 42px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .collaboration-action { align-items: flex-start; }
  .training-contact-button,
  .publications-contact-button { justify-self: start; }

  .fundza-cta-actions { flex-wrap: wrap; }

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

@media (max-width: 767px) {
  .primary-nav {
    top: 76px;
    max-height: calc(100dvh - 76px);
    padding: 20px 20px 26px;
  }

  .hero { min-height: 730px; }
  .hero-inner { min-height: 730px; }
  .hero-copy { top: 70px; }
  .hero-copy h1 { font-size: clamp(43px, 12.4vw, 58px); line-height: .98; }
  .hero-copy > p { font-size: 17px; line-height: 1.55; }
  .hero-actions { width: 100%; gap: 14px; }
  .hero-actions .button { width: min(100%, 260px); }
  .impact-strip { margin-top: -70px; }
  .impact-item { min-height: 112px; padding: 20px 26px; }

  .reading-layout { gap: 38px; }
  .reading-visual { height: auto; padding-bottom: 76px; }
  .reading-visual > img { height: clamp(330px, 102vw, 440px); }
  .reading-quote { bottom: 0; }
  .what-we-do,
  .latest-news,
  .partners-section { padding-top: 70px; padding-bottom: 76px; }
  .outcomes-section { min-height: 0; padding: 76px 0; }
  .outcomes-panel { margin-top: 36px; }
  .outcome-item { min-height: 0; padding: 28px 24px; }
  .partner-card,
  .about-partner-card { min-height: 142px; }
  .get-involved-section { padding: 54px 0 64px; }
  .get-involved-banner { min-height: 0; }
  .get-involved-copy { padding: 62px 28px; }

  .about-hero-copy,
  .fundza-hero-copy,
  .workshops-hero-copy,
  .publications-hero-copy { padding: 52px 0 40px; }
  .about-hero-copy h1,
  .fundza-hero-copy h1,
  .workshops-hero-copy h1,
  .publications-hero-copy h1 { font-size: clamp(48px, 14vw, 64px); overflow-wrap: anywhere; }
  .about-hero-copy p,
  .fundza-hero-copy p,
  .workshops-hero-copy p,
  .publications-hero-copy p { font-size: 16px; }

  .fundza-hero-actions,
  .workshops-hero-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .fundza-hero-actions .button,
  .workshops-hero-actions .button { width: 100%; min-width: 0; }

  .fundza-hero-media,
  .workshops-hero-media { min-height: 360px; }
  .fundza-hero-media img,
  .workshops-hero-media img { height: 360px; min-height: 360px; }

  .platform-copy h2,
  .access-copy h2,
  .testimonials-heading h2,
  .fundza-cta-copy h2,
  .approach-copy h2,
  .anthology-intro h2,
  .games-intro > h2,
  .resource-material-copy h2,
  .funzines-copy h2 { font-size: clamp(38px, 11vw, 48px); }

  .platform-device { min-height: 500px; }
  .platform-device img { height: 480px; }
  .platform-device-note { position: static; margin-top: 12px; text-align: center; }

  .beliefs-grid,
  .capability-grid,
  .testimonial-grid,
  .programme-grid,
  .about-partner-cards,
  .news-archive-grid { grid-template-columns: 1fr; }
  .capability-item { padding: 28px 18px; }
  .capability-item:nth-child(even),
  .capability-item + .capability-item { border-left: 0; border-top: 1px solid var(--line); }
  .testimonial-card,
  .testimonial-card-tall,
  .testimonial-card-short { min-height: 0; }

  .publications-hero-products { height: 390px; }
  .hero-funzine-back { left: 34%; top: 25px; width: 165px; height: 315px; }
  .hero-funzine-front { left: 2%; top: 35px; width: 175px; height: 320px; }
  .hero-wordplay { left: 45%; bottom: 5px; width: 150px; height: 230px; }
  .hero-storytelling { right: 0; bottom: 10px; width: 125px; height: 195px; }
  .anthologies-section { padding-top: 58px; }
  .anthology-panel,
  .games-panel,
  .funzines-panel { padding: 34px 28px; }
  .anthology-panel { grid-template-columns: 1fr; gap: 34px; }
  .anthology-feature-copy { grid-column: auto; }
  .caged-cover { width: min(100%, 280px); justify-self: center; }
  .game-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-material-copy { padding: 40px 28px; }
  .resource-material-products { min-height: 350px; }
  .funzine-covers { grid-template-columns: 1fr; gap: 34px; }
  .funzine-cover-card { width: min(100%, 270px); justify-self: center; }
  .intermediate-card { padding: 30px 28px; grid-template-columns: 1fr; gap: 30px; }
  .intermediate-cover-placeholder { width: min(100%, 230px); justify-self: center; }

  .collaboration-card,
  .training-contact-card,
  .publications-contact-card {
    min-height: 0;
    padding: 94px 28px 34px;
  }
  .collaboration-copy,
  .training-contact-copy,
  .publications-contact-copy { width: 100%; max-width: none; padding-left: 0; border-left: 0; }
  .collaboration-copy h2,
  .training-contact-copy h2,
  .publications-contact-copy h2 { font-size: clamp(32px, 9vw, 40px); }
  .training-contact-icon,
  .publications-contact-icon { left: 28px; top: 24px; transform: none; }
  .training-contact-dots,
  .publications-contact-dots { left: auto; right: 12px; top: 12px; opacity: .5; }
  .training-contact-button,
  .publications-contact-button,
  .collaboration-button { max-width: 100%; min-width: 0; }

  .fundza-cta-copy { padding: 54px 28px; }
  .fundza-cta-actions { flex-direction: column; align-items: stretch; }
  .fundza-cta-primary,
  .fundza-cta-secondary { width: 100%; min-width: 0; }
  .fundza-cta-image-panel,
  .fundza-cta-image-panel img { min-height: 320px; }

  .nav-links { flex-wrap: wrap; }
  .news-link,
  .reading-link,
  .service-link,
  .platform-link,
  .single-news-back {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .single-news-featured { min-height: 0; }
  .single-news-content :where(pre, table) { font-size: 14px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; padding-top: 50px; padding-bottom: 38px; }
  .footer-column a,
  .footer-contact dd,
  .footer-brand p { font-size: 15px; }
  .footer-legal { padding-top: 18px; padding-bottom: 18px; }
  .footer-legal-inner { gap: 10px; }
}

@media (max-width: 480px) {
  .site-shell { width: min(100% - 30px, var(--shell)); }
  .brand,
  .brand img,
  .brand .custom-logo { width: 145px; flex-basis: 145px; }

  .hero-copy h1 { font-size: clamp(40px, 12vw, 54px); }
  .hero-copy > p { font-size: 16px; }
  .reading-copy h2,
  .news-heading h2,
  .services-heading h2,
  .outcomes-heading h2,
  .partners-copy h2 { font-size: clamp(36px, 11vw, 44px); }
  .reading-quote { right: 0; width: min(230px, 74%); }

  .publications-hero-products { height: 340px; }
  .hero-funzine-back { left: 34%; width: 140px; height: 275px; }
  .hero-funzine-front { left: 0; width: 150px; height: 285px; }
  .hero-wordplay { left: 43%; width: 126px; height: 202px; }
  .hero-storytelling { right: 0; width: 105px; height: 168px; }
  .game-products { grid-template-columns: 1fr; }
  .game-product-card { width: min(100%, 270px); justify-self: center; }
  .resource-material-products { min-height: 300px; }

  .single-news-header h1,
  .news-archive-hero h1,
  .standard-page-header h1,
  .error-page h1 { font-size: clamp(40px, 12vw, 48px); }
  .single-news-header { padding-bottom: 78px; }
  .single-news-media-wrap { margin-top: -48px; }
  .single-news-content blockquote { margin-inline: 0; padding: 20px; }
  .post-navigation strong { font-size: 19px; }
}

@media (max-width: 360px) {
  .site-shell { width: min(100% - 24px, var(--shell)); }
  .brand,
  .brand img,
  .brand .custom-logo { width: 136px; flex-basis: 136px; }
  .menu-toggle { width: 44px; height: 44px; flex-basis: 44px; }

  .hero-copy h1 { font-size: 40px; }
  .hero-actions .button { width: 100%; }
  .impact-item { padding-inline: 18px; }
  .reading-quote { width: 78%; padding: 22px; }

  .about-hero-copy h1,
  .fundza-hero-copy h1,
  .workshops-hero-copy h1,
  .publications-hero-copy h1 { font-size: 45px; }
  .publications-hero-copy h1 { font-size: 43px; }
  .publications-hero-products { height: 310px; }
  .hero-funzine-back { left: 33%; width: 126px; height: 252px; }
  .hero-funzine-front { width: 135px; height: 260px; }
  .hero-wordplay { width: 112px; height: 185px; }
  .hero-storytelling { width: 92px; height: 150px; }

  .anthology-panel,
  .games-panel,
  .funzines-panel,
  .intermediate-card,
  .resource-material-copy { padding-right: 22px; padding-left: 22px; }
  .collaboration-card,
  .training-contact-card,
  .publications-contact-card,
  .fundza-cta-copy { padding-right: 22px; padding-left: 22px; }
  .training-contact-icon,
  .publications-contact-icon { left: 22px; }
  .footer-social { gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .menu-toggle > span:not(.visually-hidden),
  .menu-toggle > span:not(.visually-hidden)::before,
  .menu-toggle > span:not(.visually-hidden)::after { transition: none; }
}

/* Final shared tablet/mobile rhythm and readability system. */

@media (max-width: 1099px) {
  .reading-copy > p:not(.section-kicker),
  .service-card p,
  .outcome-item p,
  .partners-copy > p:not(.section-kicker),
  .get-involved-copy p,
  .about-hero-copy p,
  .philosophy-copy p,
  .belief-card p,
  .mission-copy p,
  .mission-list li,
  .who-copy p,
  .about-partners-heading p,
  .collaboration-copy p,
  .fundza-hero-copy p,
  .platform-copy p,
  .capability-item p,
  .access-copy p,
  .access-list li,
  .testimonial-card p,
  .fundza-cta-copy p,
  .workshops-hero-copy p,
  .programme-card p,
  .programme-card li,
  .approach-copy p,
  .training-contact-copy p,
  .publications-hero-copy p,
  .anthology-intro p,
  .anthology-feature-copy p,
  .games-intro p,
  .games-purchase,
  .resource-material-copy p,
  .funzines-copy p,
  .intermediate-copy p,
  .publications-contact-copy p,
  .news-card-body > p {
    font-size: 16px;
    line-height: 1.6;
  }

  .platform-device-note {
    font-size: 13px;
    line-height: 1.45;
  }

  .section-kicker,
  .fundza-eyebrow,
  .workshops-eyebrow,
  .publications-eyebrow,
  .news-card-meta,
  .single-news-meta {
    font-size: 13px;
    line-height: 1.35;
  }

  .primary-nav .primary-menu > li > a { min-height: 50px; font-size: 16px; line-height: 1.35; }
  .primary-nav .header-cta { min-height: 50px; font-size: 15px; }

  .footer-brand p,
  .footer-column a,
  .footer-contact dd,
  .footer-contact a { font-size: 16px; line-height: 1.55; }
  .footer-legal p,
  .footer-legal a { font-size: 14px; line-height: 1.5; }

  .page-numbers { min-width: 46px; min-height: 46px; }
}

@media (max-width: 820px) {
  :root {
    --mobile-page-gutter: clamp(1.125rem, 5vw, 1.5rem);
    --mobile-section-space: clamp(4rem, 10vw, 5rem);
    --mobile-card-pad: clamp(1.25rem, 4.5vw, 1.5rem);
    --mobile-grid-gap: clamp(1.25rem, 4.5vw, 1.75rem);
    --mobile-stack-gap: clamp(1.5rem, 5vw, 2.25rem);
  }

  .site-shell {
    width: min(calc(100% - var(--mobile-page-gutter) - var(--mobile-page-gutter)), var(--shell));
  }

  .philosophy-lead,
  .mission-list li,
  .programme-card li,
  .access-list li,
  .intermediate-copy p {
    font-size: 16px;
    line-height: 1.58;
  }

  .mission-list li + li,
  .programme-card li + li,
  .access-list li + li { margin-top: 12px; }

  .section-kicker,
  .fundza-eyebrow,
  .workshops-eyebrow,
  .publications-eyebrow,
  .news-card-meta,
  .single-news-meta {
    font-size: 13px;
    line-height: 1.35;
  }

  .service-grid,
  .outcomes-panel,
  .news-grid,
  .partner-cards,
  .beliefs-grid,
  .about-partner-cards,
  .capability-grid,
  .testimonial-grid,
  .programme-grid,
  .game-products,
  .funzine-covers,
  .intermediate-grid,
  .news-archive-grid { gap: var(--mobile-grid-gap); }

  .service-card,
  .belief-card,
  .programme-card,
  .testimonial-card,
  .intermediate-card { padding: var(--mobile-card-pad); }

  .service-card,
  .belief-card,
  .programme-card,
  .testimonial-card,
  .news-card,
  .intermediate-card { min-height: 0; height: auto; }

  .news-card-body { padding: var(--mobile-card-pad); }
  .news-card h3 { font-size: clamp(25px, 4.5vw, 29px); line-height: 1.12; }
  .news-card-body > p { margin-top: 14px; }
  .news-link { margin-top: 14px; }

  .capability-item { padding: var(--mobile-card-pad); }
  .capability-item p { font-size: 16px; line-height: 1.58; }
  .testimonial-card p { font-size: 16px; line-height: 1.6; }

  .programme-card p { font-size: 16px; line-height: 1.6; }
  .programme-card h3 { font-size: 16px; line-height: 1.45; }

  .anthology-panel,
  .games-panel,
  .funzines-panel { gap: var(--mobile-stack-gap); }
  .games-intro p,
  .games-purchase,
  .anthology-feature-copy p,
  .resource-material-copy p,
  .funzines-copy p { font-size: 16px; line-height: 1.6; }
  .game-product-image { padding: 16px; }
  .game-product-card h4 { padding: 16px 14px; font-size: 15px; line-height: 1.4; }

  .footer-brand p,
  .footer-column a,
  .footer-contact dd,
  .footer-contact a { font-size: 16px; line-height: 1.55; }
  .footer-main { gap: clamp(2rem, 6vw, 2.75rem); }
  .footer-column a { min-height: 42px; display: flex; align-items: center; }
  .footer-contact dl > div + div { margin-top: 16px; }
  .footer-legal p,
  .footer-legal a { font-size: 14px; line-height: 1.5; }
  .footer-legal nav { flex-wrap: wrap; row-gap: 8px; }
}

@media (max-width: 767px) {
  :root {
    --mobile-page-gutter: 20px;
    --mobile-section-space: clamp(52px, 13vw, 68px);
  }

  html,
  body {
    min-width: 0;
    overflow-x: clip;
  }

  body { font-size: 16px; line-height: 1.6; }

  .site-shell {
    width: min(calc(100% - 40px), var(--shell));
  }

  .site-header { height: 76px; }
  .header-inner { gap: 16px; }

  .brand,
  .brand img,
  .brand .custom-logo {
    width: clamp(142px, 41vw, 158px);
    flex-basis: clamp(142px, 41vw, 158px);
  }

  .primary-nav {
    top: 76px;
    max-height: calc(100dvh - 76px);
    padding: var(--mobile-card-pad) var(--mobile-page-gutter) calc(var(--mobile-card-pad) + env(safe-area-inset-bottom));
  }
  .primary-nav .primary-menu { gap: 4px; }
  .primary-nav .primary-menu > li > a {
    min-height: 50px;
    padding: 14px 4px;
    font-size: 16px;
    line-height: 1.35;
  }
  .primary-nav .header-cta { min-height: 50px; margin-top: 8px; font-size: 15px; }
  .menu-toggle { width: 48px; height: 48px; flex-basis: 48px; }

  .reading-layout,
  .service-grid,
  .outcomes-panel,
  .news-grid,
  .partners-layout,
  .partner-cards,
  .about-hero-grid,
  .philosophy-grid,
  .beliefs-grid,
  .mission-grid,
  .who-grid,
  .about-partner-cards,
  .collaboration-card,
  .fundza-hero-grid,
  .platform-grid,
  .capability-grid,
  .access-grid,
  .testimonial-grid,
  .fundza-cta-card,
  .workshops-hero-grid,
  .programme-grid,
  .approach-grid,
  .training-contact-card,
  .publications-hero-grid,
  .anthology-panel,
  .games-panel,
  .game-products,
  .resource-material-panel,
  .funzines-panel,
  .funzine-covers,
  .intermediate-grid,
  .publications-contact-card,
  .news-archive-grid,
  .post-navigation,
  .footer-main,
  .footer-legal-inner {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .reading-dots-left { display: none; }

  .reading-dots-right {
    display: block;
    right: -48px;
    top: auto;
    bottom: 22px;
    width: 96px;
    height: 96px;
    opacity: .46;
  }

  .hero,
  .hero-inner,
  .reading-matters,
  .what-we-do,
  .outcomes-section,
  .latest-news,
  .partners-section,
  .partners-layout,
  .get-involved-banner,
  .about-hero-grid,
  .beliefs-section,
  .fundza-hero-grid,
  .workshops-hero-grid,
  .publications-hero-grid,
  .programmes-section,
  .resource-material-panel,
  .footer-main {
    height: auto;
  }

  .service-card,
  .news-card,
  .belief-card,
  .capability-item,
  .testimonial-card,
  .programme-card,
  .game-product-card,
  .intermediate-card,
  .collaboration-card,
  .training-contact-card,
  .publications-contact-card {
    height: auto;
    min-height: 0;
  }

  .hero-copy h1,
  .about-hero-copy h1,
  .fundza-hero-copy h1,
  .workshops-hero-copy h1,
  .publications-hero-copy h1,
  .news-archive-hero h1,
  .single-news-header h1 {
    font-size: clamp(40px, 12vw, 56px);
    line-height: 1.02;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .reading-copy h2,
  .services-heading h2,
  .outcomes-heading h2,
  .news-heading h2,
  .partners-copy h2,
  .philosophy-copy h2,
  .mission-copy h2,
  .who-copy h2,
  .about-partners-heading h2,
  .platform-copy h2,
  .access-copy h2,
  .testimonials-heading h2,
  .fundza-cta-copy h2,
  .approach-copy h2,
  .anthology-intro h2,
  .games-intro > h2,
  .resource-material-copy h2,
  .funzines-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.08;
    text-wrap: balance;
  }

  .hero-actions,
  .fundza-hero-actions,
  .workshops-hero-actions,
  .fundza-cta-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button,
  .fundza-hero-actions .button,
  .workshops-hero-actions .button,
  .fundza-cta-actions > a {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .about-hero-image,
  .philosophy-image,
  .mission-image,
  .who-image,
  .fundza-hero-media img,
  .access-media img,
  .workshops-hero-media img,
  .approach-media img,
  .single-news-featured {
    width: 100%;
    max-width: 100%;
    height: clamp(300px, 86vw, 430px);
    min-height: 0;
    object-fit: cover;
  }

  .partner-card img,
  .about-partner-card img,
  .caged-cover,
  .game-product-image img,
  .funzine-cover-card img,
  .resource-material-products img,
  .publication-cover-placeholder {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .button,
  .header-cta,
  .news-view-all,
  .get-involved-button,
  .collaboration-button,
  .fundza-cta-primary,
  .fundza-cta-secondary,
  .training-contact-button,
  .publications-contact-button {
    min-height: 48px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.3;
  }

  .hero-copy > p { font-size: 16px; line-height: 1.6; }
  .hero-actions { margin-top: 28px; }

  .impact-item { min-height: 118px; padding: 22px var(--mobile-card-pad); }
  .impact-item p { font-size: 14px; line-height: 1.5; }
  .impact-item strong { line-height: 1.05; }

  .reading-matters,
  .what-we-do,
  .outcomes-section,
  .latest-news,
  .partners-section,
  .about-philosophy,
  .beliefs-section,
  .mission-section,
  .who-we-are,
  .about-partners,
  .about-collaboration,
  .platform-section,
  .capabilities-section,
  .access-section,
  .testimonials-section,
  .fundza-cta-section,
  .programmes-section,
  .approach-section,
  .training-contact-section,
  .news-archive-listing { padding-top: var(--mobile-section-space); padding-bottom: var(--mobile-section-space); }

  .reading-layout,
  .philosophy-grid,
  .mission-grid,
  .who-grid,
  .platform-grid,
  .access-grid,
  .approach-grid { gap: var(--mobile-stack-gap); }

  .reading-visual {
    display: grid;
    gap: 16px;
    padding-bottom: 0;
  }

  .reading-visual > img { grid-row: auto; }

  .reading-quote {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: 26px;
  }

  .reading-quote > span {
    height: auto;
    margin-bottom: 8px;
  }

  .reading-quote p { font-size: 16px; line-height: 1.48; }

  .service-card { padding: clamp(24px, 7vw, 30px); }
  .service-card p { margin-top: 16px; }
  .outcome-item { min-height: 0; padding: 30px var(--mobile-card-pad); }
  .outcome-item:not(:last-child)::after { content: none; }
  .outcome-item p { margin-top: 12px; font-size: 16px; line-height: 1.55; }
  .news-grid { margin-top: 34px; }
  .partner-card,
  .about-partner-card {
    height: auto;
    min-height: 150px;
    padding: var(--mobile-card-pad);
  }

  .get-involved-section { padding-top: var(--mobile-section-space); padding-bottom: var(--mobile-section-space); }
  .get-involved-copy { padding: 56px var(--mobile-card-pad); }
  .get-involved-copy p { margin-top: 18px; }

  .about-hero-grid,
  .fundza-hero-grid,
  .workshops-hero-grid,
  .publications-hero-grid { padding-bottom: var(--mobile-section-space); }
  .about-hero-copy,
  .fundza-hero-copy,
  .workshops-hero-copy,
  .publications-hero-copy { padding-top: var(--mobile-section-space); padding-bottom: 40px; }
  .about-hero-image { margin-top: 8px; }
  .philosophy-copy > p + p,
  .fundza-hero-copy > p + p,
  .platform-copy > p + p,
  .workshops-hero-copy > p + p { margin-top: 18px; }

  .belief-card { padding: clamp(24px, 7vw, 30px); }
  .mission-list { margin-top: 24px; }
  .who-image { object-position: center 45%; }
  .about-partner-cards { margin-top: 30px; }
  .collaboration-card { padding: 38px var(--mobile-card-pad); gap: 24px; }

  .fundza-hero-actions,
  .workshops-hero-actions { gap: 14px; }
  .platform-device { min-height: 0; padding: 38px 0 24px; }
  .platform-device img {
    width: auto;
    max-width: min(84%, 270px);
    height: clamp(390px, 122vw, 470px);
  }
  .platform-device::before { width: min(420px, 92vw); height: min(420px, 92vw); }
  .platform-device-orbit { width: min(370px, 82vw); height: min(370px, 82vw); }
  .platform-device-note { font-size: 13px; line-height: 1.45; }
  .capability-grid { margin-top: 34px; }
  .testimonial-grid { margin-top: 34px; }
  .fundza-cta-copy { padding: 52px var(--mobile-card-pad); }
  .fundza-cta-dots { display: none; }
  .fundza-cta-copy > p { margin-top: 18px; }
  .fundza-cta-image-panel,
  .fundza-cta-image-panel img { min-height: 300px; }

  .programme-card { padding: clamp(24px, 7vw, 30px); }
  .programme-card p { margin-top: 16px; }
  .programme-card h3 { margin-top: 20px; }
  .approach-media { padding-right: 0; }
  .training-contact-card,
  .publications-contact-card { padding: 94px var(--mobile-card-pad) 38px; gap: 24px; }

  .anthologies-section { padding-top: var(--mobile-section-space); padding-bottom: var(--mobile-grid-gap); }
  .games-section,
  .resource-material-section,
  .funzines-section,
  .intermediate-publications { padding-bottom: var(--mobile-grid-gap); }
  .publications-contact-section { padding-top: calc(var(--mobile-section-space) - var(--mobile-grid-gap)); padding-bottom: var(--mobile-section-space); }
  .anthology-panel,
  .games-panel,
  .funzines-panel { padding: clamp(24px, 7vw, 32px); }
  .caged-cover { max-width: 260px; }
  .game-products { gap: var(--mobile-grid-gap); }
  .game-product-card h4 { min-height: 0; }
  .resource-material-copy { padding: clamp(28px, 7vw, 40px) var(--mobile-card-pad); }
  .resource-material-products { min-height: clamp(300px, 80vw, 390px); }
  .funzine-cover-card { max-width: 260px; }
  .intermediate-cover-placeholder { max-width: 230px; }

  .news-card-media,
  .news-card-media .news-card-image { height: 210px; flex-basis: 210px; }
  .news-card-meta { margin-bottom: 12px; }
  .news-archive-intro { font-size: 16px; line-height: 1.6; }
  .page-numbers { min-width: 46px; min-height: 46px; font-size: 14px; }
  .single-news-meta { font-size: 13px; }
  .single-news-byline { font-size: 16px; line-height: 1.5; }
  .single-news-content { font-size: 17px; line-height: 1.72; }
  .single-news-content li + li { margin-top: 8px; }
  .single-news-content a { overflow-wrap: anywhere; }

  .footer-main {
    gap: 30px;
    padding-top: 48px;
    padding-bottom: 38px;
  }
  .footer-brand p { margin-top: 20px; }
  .footer-column h2,
  .footer-contact h2 { margin-bottom: 14px; }
  .footer-legal { padding-top: 22px; padding-bottom: 24px; }
  .footer-legal-inner { gap: 12px; }
  .footer-legal nav { gap: 10px 20px; }

  .contact-hero {
    padding: var(--mobile-section-space) 0;
  }

  .contact-hero::after {
    right: -58px;
    bottom: 14px;
    opacity: .42;
  }

  .contact-hero h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .contact-hero-intro {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.62;
  }

  .contact-section {
    padding: var(--mobile-section-space) 0;
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .contact-details { max-width: none; padding: 0; }

  .contact-details h2,
  .contact-form-intro h2 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .contact-form-panel {
    scroll-margin-top: 92px;
    padding: 28px;
  }

  .contact-form-intro { margin-bottom: 24px; }

  .contact-form-placeholder { padding: 20px; }

  .fluent_form_1 input[type="text"],
  .fluent_form_1 input[type="email"],
  .fluent_form_1 input[type="tel"],
  .fluent_form_1 input[type="url"],
  .fluent_form_1 input[type="number"],
  .fluent_form_1 select,
  .fluent_form_1 textarea,
  .fluent_form_1 .ff-el-form-control {
    font-size: 16px;
  }

  .fluent_form_1 .ff-btn-submit,
  .fluent_form_1 button[type="submit"],
  .fluent_form_1 input[type="submit"] {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .impact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .impact-item { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .impact-item:nth-child(even) { border-right: 0; }
  .impact-item:nth-child(n + 3) { border-bottom: 0; }
}

@media (max-width: 480px) {
  .impact-strip { grid-template-columns: 1fr; }
  .impact-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .impact-item:last-child { border-bottom: 0; }

  .hero-actions .button,
  .fundza-hero-actions .button,
  .workshops-hero-actions .button,
  .fundza-cta-actions > a { width: 100%; max-width: none; }

  .news-heading-row { gap: 20px; }
  .news-view-all { width: 100%; }
  .game-product-card { width: 100%; max-width: 280px; }
  .footer-social { justify-content: flex-start; }
}

@media (max-width: 360px) {
  .reading-quote { right: auto; width: 100%; padding: 22px; }
  .reading-quote p { font-size: 15px; }
  .get-involved-copy,
  .fundza-cta-copy,
  .collaboration-card,
  .training-contact-card,
  .publications-contact-card { padding-right: 20px; padding-left: 20px; }
  .footer-social { gap: 6px; }
}

/* Final mobile trim: preserve desktop composition while reducing stacked height. */
@media (max-width: 767px) {
  .hero,
  .hero-inner { min-height: 680px; }

  .hero-photo {
    width: 106%;
    object-position: left center;
  }

  .reading-visual > img,
  .about-hero-image,
  .philosophy-image,
  .mission-image,
  .who-image,
  .fundza-hero-media img,
  .access-media img,
  .workshops-hero-media img,
  .approach-media img,
  .single-news-featured {
    height: clamp(250px, 70vw, 340px);
    min-height: 0;
  }

  .fundza-hero-media,
  .workshops-hero-media { min-height: 0; }

  .fundza-hero-media img { object-position: 58% center; }

  .platform-device { padding-top: 26px; }
  .platform-device img { height: clamp(330px, 102vw, 400px); }

  .fundza-cta-image-panel,
  .fundza-cta-image-panel img {
    height: 240px;
    min-height: 240px;
  }

  .resource-material-products { min-height: clamp(260px, 70vw, 320px); }

  .news-card-media,
  .news-card-media .news-card-image {
    height: 190px;
    flex-basis: 190px;
  }

  .get-involved-photo {
    left: 8%;
    width: 108%;
  }

  .get-involved-copy h2,
  .fundza-cta-copy h2,
  .training-contact-copy h2,
  .publications-contact-copy h2,
  .collaboration-copy h2 {
    font-size: clamp(31px, 9vw, 39px);
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }

  .footer-main {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 26px;
  }

  .footer-brand,
  .footer-contact { grid-column: 1 / -1; }

  .footer-logo { width: 150px; }
  .footer-brand > p {
    max-width: none;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.48;
  }

  .footer-social { margin-top: 13px; }
  .footer-column h2,
  .footer-contact h2 { margin-bottom: 10px; }
  .footer-column > a {
    min-height: 0;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.4;
  }

  .footer-contact {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .13);
  }

  .footer-contact dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
  }

  .footer-contact dl > div,
  .footer-contact dl > div + div { margin: 0; }
  .footer-contact dl > div:first-child { grid-column: 1 / -1; }

  .footer-legal {
    min-height: 0;
    padding: 13px 0 15px;
  }

  .footer-legal-inner {
    min-height: 0;
    gap: 7px;
    font-size: 12px;
    text-align: center;
  }

  .footer-legal nav {
    justify-content: center;
    gap: 8px 18px;
  }

  .footer-registration {
    width: 100%;
    justify-self: center;
    text-align: center;
  }

  .legal-page { padding: 60px 0; }
  .legal-page-content h2 { margin-top: 32px; font-size: 27px; }
}

/* Home and Fundza mobile refinement. Desktop rules remain unchanged. */
@media (max-width: 767px) {
  .home .hero,
  .home .hero-inner { min-height: 640px; }

  .home .impact-strip {
    min-height: 0;
    margin-top: -38px;
    padding: 15px 18px;
    display: block;
    text-align: center;
  }

  .home .impact-item { display: none; }

  .home .impact-mobile-summary {
    display: block;
    margin: 0;
    color: var(--ink);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.45;
  }

  .home .reading-matters,
  .home .what-we-do,
  .home .latest-news,
  .home .partners-section {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .home .reading-summary-desktop,
  .home .service-summary-desktop { display: none; }

  .home .reading-summary-mobile,
  .home .service-summary-mobile { display: block; }

  .home .reading-copy > p.reading-summary-mobile {
    font-size: 15px;
    line-height: 1.58;
  }

  .home .reading-layout { gap: 28px; }

  .home .reading-visual > img {
    height: clamp(220px, 62vw, 280px);
    object-position: center 58%;
  }

  .home .reading-quote { padding: 18px 20px; }
  .home .reading-quote > span { margin-bottom: 2px; }
  .home .reading-quote p { font-size: 14px; line-height: 1.45; }
  .home .reading-quote p br { display: none; }

  .home .service-grid { margin-top: 30px; }

  .home .service-card {
    padding: 22px;
  }

  .home .service-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    transform: scale(.88);
    transform-origin: left top;
  }

  .home .service-card h3 { margin: 10px 0 8px; }
  .home .service-card > p { font-size: 14px; line-height: 1.48; }
  .home .service-link { margin-top: 14px; }

  .home .outcomes-section { display: none; }

  .home .news-grid > .news-card:nth-child(n + 3) { display: none; }
  .home .news-card-media,
  .home .news-card-media .news-card-image {
    height: 175px;
    flex-basis: 175px;
  }

  .home .partner-card { min-height: 112px; }

  .home .get-involved-section {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .fundza-page .fundza-hero-media img {
    width: 112%;
    height: clamp(250px, 70vw, 330px);
    object-position: center 58%;
  }

  .fundza-page .access-media img { height: clamp(230px, 64vw, 300px); }

  .site-footer .footer-main {
    padding-top: 22px;
    padding-bottom: 16px;
    gap: 15px 22px;
  }

  .site-footer .footer-logo { width: 132px; }
  .site-footer .footer-brand > p { display: none; }
  .site-footer .footer-social { margin-top: 9px; }
  .site-footer .footer-column h2,
  .site-footer .footer-contact h2 { margin-bottom: 7px; }
  .site-footer .footer-column > a { margin-bottom: 4px; }
  .site-footer .footer-contact { padding-top: 11px; }
  .site-footer .footer-contact dl { gap: 7px 16px; }
  .site-footer .footer-legal { padding: 9px 0 11px; }
  .site-footer .footer-legal-inner { gap: 4px; }
}

/* Final mobile QA tightening. */
@media (max-width: 767px) {
  :root {
    --mobile-section-space: clamp(44px, 11vw, 56px);
    --mobile-grid-gap: clamp(16px, 4vw, 22px);
    --mobile-stack-gap: clamp(20px, 5vw, 28px);
  }

  .about-hero-copy,
  .fundza-hero-copy,
  .workshops-hero-copy,
  .publications-hero-copy {
    padding-top: var(--mobile-section-space);
    padding-bottom: 32px;
  }

  .about-hero-grid,
  .fundza-hero-grid,
  .workshops-hero-grid,
  .publications-hero-grid { padding-bottom: var(--mobile-section-space); }

  .about-hero-image,
  .philosophy-image,
  .mission-image,
  .who-image,
  .fundza-hero-media img,
  .access-media img,
  .workshops-hero-media img,
  .approach-media img,
  .single-news-featured {
    height: clamp(230px, 64vw, 300px);
  }

  .about-page .about-hero-image { object-position: center 42%; }
  .about-page .philosophy-image { object-position: center 48%; }
  .about-page .mission-image { object-position: center 44%; }
  .about-page .who-image { object-position: center 42%; }
  .workshops-page .workshops-hero-media img { object-position: center 48%; }
  .workshops-page .approach-media img { object-position: center 45%; }

  .about-page .belief-card,
  .workshops-page .programme-card,
  .fundza-page .capability-item,
  .fundza-page .testimonial-card { padding: 21px; }

  .about-page .mission-list,
  .workshops-page .programme-card h3 { margin-top: 17px; }

  .about-page .mission-list li + li,
  .workshops-page .programme-card li + li,
  .fundza-page .access-list li + li { margin-top: 8px; }

  .about-page .about-partner-cards,
  .fundza-page .capability-grid,
  .fundza-page .testimonial-grid,
  .workshops-page .programme-grid { margin-top: 26px; }

  .about-page .about-partner-card {
    min-height: 108px;
    padding: 18px;
  }

  .about-page .collaboration-card {
    padding: 30px 22px;
    gap: 18px;
  }

  .fundza-page .platform-device { padding: 22px 0 12px; }
  .fundza-page .platform-device img { height: clamp(300px, 92vw, 360px); }
  .fundza-page .testimonial-grid > .testimonial-card:nth-child(n + 3) { display: none; }
  .fundza-page .fundza-cta-copy { padding: 38px 22px; }
  .fundza-page .fundza-cta-image-panel,
  .fundza-page .fundza-cta-image-panel img {
    height: 210px;
    min-height: 210px;
  }

  .workshops-page .programme-card h2 br { display: none; }
  .workshops-page .programme-card h2 {
    overflow-wrap: normal;
    text-wrap: balance;
  }
  .workshops-page .programme-card p { margin-top: 12px; }
  .workshops-page .training-contact-card,
  .publications-page .publications-contact-card {
    padding: 76px 22px 28px;
    gap: 18px;
  }

  .publications-page .publications-hero-products { height: 280px; }
  .publications-page .anthology-panel,
  .publications-page .games-panel,
  .publications-page .funzines-panel { padding: 22px; }
  .publications-page .caged-cover { max-width: 225px; }

  .publications-page .game-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .publications-page .game-product-image { padding: 10px; }
  .publications-page .game-product-card h4 {
    padding: 11px 8px;
    font-size: 13px;
    line-height: 1.3;
  }

  .publications-page .resource-material-copy { padding: 26px 22px; }
  .publications-page .resource-material-products { min-height: clamp(230px, 62vw, 280px); }
  .publications-page .funzine-covers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .publications-page .funzine-cover-card { max-width: 190px; }
  .publications-page .funzine-cover-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
  .publications-page .intermediate-card { padding: 24px 22px; gap: 22px; }
  .publications-page .intermediate-cover-placeholder { max-width: 200px; }

  .news-page .news-archive-hero { padding: 46px 0 42px; }
  .news-page .news-archive-listing { padding: 44px 0 52px; }
  .news-page .news-card-media,
  .news-page .news-card-media .news-card-image {
    height: 175px;
    flex-basis: 175px;
  }
  .news-page .news-card-body { padding: 20px; }

  .contact-page .contact-hero { padding: 46px 0 44px; }
  .contact-page .contact-hero-intro { margin-top: 17px; }
  .contact-page .contact-section { padding: 46px 0 52px; }
  .contact-page .contact-grid { gap: 28px; }
  .contact-page .contact-form-panel { padding: 22px; }
  .contact-page .contact-form-intro { margin-bottom: 19px; }

  .get-involved-copy h2,
  .collaboration-copy h2,
  .fundza-cta-copy h2,
  .training-contact-copy h2,
  .publications-contact-copy h2 {
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }

  .button,
  .news-view-all,
  .get-involved-button,
  .collaboration-button,
  .fundza-cta-primary,
  .fundza-cta-secondary,
  .training-contact-button,
  .publications-contact-button {
    white-space: nowrap;
  }

  .site-footer .footer-column > a {
    min-height: 0;
    display: block;
    margin-bottom: 4px;
  }

  .site-footer .footer-social > a {
    width: 29px;
    height: 29px;
    min-width: 29px;
    min-height: 29px;
  }

  .site-footer .footer-contact dt { margin-bottom: 1px; }
  .site-footer .footer-contact dd,
  .site-footer .footer-contact a {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 360px) {
  .button,
  .news-view-all,
  .get-involved-button,
  .collaboration-button,
  .fundza-cta-primary,
  .fundza-cta-secondary,
  .training-contact-button,
  .publications-contact-button {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 13px;
  }
}
