:root {
  --green-900: #123f2b;
  --green-800: #174c34;
  --green-700: #1f5a3b;
  --green-100: #edf5ef;
  --green-050: #f5faf6;
  --gold: #d6a62d;
  --gold-soft: #f8efd7;
  --text: #173b2b;
  --text-muted: #5f6f66;
  --border: #dce6df;
  --white: #ffffff;
  --shadow: 0 14px 36px rgba(18, 63, 43, 0.08);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --content-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--green-900);
  font-weight: 500;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(2.7rem, 5.5vw, 5.4rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.3;
}

p {
  margin-top: 0;
  color: var(--text-muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 10px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 230, 223, 0.7);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.header-logo {
  display: block;
  width: auto;
  height: 52px;
}

.menu-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  background: transparent;
  color: var(--green-900);
  border: 0;
  cursor: pointer;
}

.menu-label {
  font-size: 0.82rem;
}

.menu-icon {
  display: grid;
  place-content: center;
  width: 38px;
  height: 38px;
  gap: 5px;
  background: #f1f3f1;
  border-radius: 50%;
}

.menu-icon span {
  display: block;
  width: 14px;
  height: 1px;
  background: var(--green-900);
}

.site-navigation {
  position: absolute;
  top: calc(100% + 1px);
  right: clamp(18px, 4vw, 58px);
  display: none;
  min-width: 230px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}

.site-navigation.is-open {
  display: grid;
}

.site-navigation a {
  padding: 10px 12px;
  color: var(--green-900);
  font-size: 0.92rem;
  text-decoration: none;
  border-radius: 7px;
}

.site-navigation a:hover,
.site-navigation a:focus-visible {
  background: var(--green-050);
}

.section {
  width: min(var(--content-width), calc(100% - 40px));
  margin-inline: auto;
  padding: clamp(68px, 8vw, 116px) 0;
}

.section-panel {
  width: min(var(--content-width), calc(100% - 40px));
  margin-inline: auto;
  background: var(--green-050);
}

.hero {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: clamp(36px, 7vw, 90px);
  margin-top: 28px;
  padding: clamp(42px, 7vw, 88px);
}

.hero h1 {
  margin: 12px 0 26px;
}

.hero-description {
  max-width: 630px;
  font-size: 1.04rem;
}

.eyebrow {
  margin-bottom: 8px;
  color: var(--green-700);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--green-900);
  color: var(--white);
}

.button-outline {
  background: transparent;
  color: var(--green-900);
  border-color: var(--green-900);
}

.button-light {
  margin-top: 12px;
  background: #dcefdc;
  color: var(--green-900);
}

.hero-image-wrap {
  padding: clamp(18px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.58);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-logo {
  display: block;
  width: 100%;
  height: auto;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 18px;
}

.section-heading p {
  margin-bottom: 12px;
}

.align-left {
  margin-left: 0;
  text-align: left;
}

.gold-rule {
  display: block;
  width: 54px;
  height: 3px;
  margin: 26px auto 0;
  background: var(--gold);
}

.align-left .gold-rule {
  margin-left: 0;
}

.why-panel {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(36px, 7vw, 90px);
  padding: clamp(42px, 7vw, 84px);
}

.service-card {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-muted);
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--green-700);
  content: "✓";
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.program-card {
  min-height: 280px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: 0 9px 24px rgba(18, 63, 43, 0.06);
}

.card-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  background: var(--green-100);
  color: var(--green-700);
  border-radius: 7px;
  font-weight: 700;
}

.program-card p {
  font-size: 0.92rem;
}

.garden-feature {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(38px, 7vw, 86px);
  padding: clamp(40px, 7vw, 76px);
  background: var(--green-900);
  border-radius: var(--radius-md);
}

.garden-feature h2,
.garden-feature p,
.garden-feature .eyebrow {
  color: var(--white);
}

.garden-feature h2 {
  margin-bottom: 8px;
}

.garden-tagline {
  font-size: 0.94rem;
}

.light-eyebrow {
  opacity: 0.85;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 36px;
}

.impact-grid > div {
  padding: 14px 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--green-900);
  font-size: 0.92rem;
}

.impact-quote {
  margin: 28px 0 0;
  padding: 22px 26px;
  background: var(--gold-soft);
  border-left: 4px solid var(--gold);
  border-radius: 7px;
  color: var(--green-900);
  font-style: italic;
}

.split-feature {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: clamp(40px, 7vw, 86px);
  padding: clamp(34px, 6vw, 70px);
}

.community-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.split-copy h2 {
  margin-bottom: 18px;
}

.communities-section {
  max-width: 920px;
}

.closing-panel {
  padding: clamp(50px, 7vw, 88px);
}

.centered-actions {
  justify-content: center;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 38px max(20px, calc((100% - var(--content-width)) / 2));
  background: var(--green-900);
  color: var(--white);
}

.site-footer p,
.site-footer a,
.site-footer strong {
  color: var(--white);
}

.site-footer p {
  margin: 3px 0 0;
  font-size: 0.88rem;
  opacity: 0.82;
}

.site-footer a {
  font-size: 0.88rem;
}

.footer-logo {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: var(--white);
  border-radius: 50%;
}

@media (max-width: 900px) {
  .hero,
  .why-panel,
  .garden-feature,
  .split-feature {
    grid-template-columns: 1fr;
  }

  .hero-image-wrap {
    width: min(100%, 560px);
    margin-inline: auto;
  }

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

  .site-footer {
    grid-template-columns: auto 1fr;
  }

  .site-footer > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .section,
  .section-panel {
    width: min(100% - 24px, var(--content-width));
  }

  .section {
    padding: 58px 0;
  }

  .hero {
    margin-top: 12px;
    padding: 36px 24px;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 12vw, 3.5rem);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .why-panel,
  .garden-feature,
  .split-feature,
  .closing-panel {
    padding: 34px 24px;
  }

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

  .program-card {
    min-height: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo {
    margin-inline: auto;
  }
}

/* =========================================================
   Corrected compact Helping Hands Harvest layout
   Based on approved visual reference
   ========================================================= */

:root {
  --content-width: 940px;
  --green-900: #174c34;
  --green-800: #1e5b3d;
  --green-050: #f3f8f4;
  --text: #173f2c;
  --text-muted: #586a60;
  --border: #dde6df;
  --shadow: 0 8px 22px rgba(18, 63, 43, 0.07);
}

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

h1,
h2,
h3 {
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(2.25rem, 4.1vw, 3.7rem);
  line-height: 1;
}

h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  line-height: 1.08;
}

h3 {
  font-size: 1rem;
  line-height: 1.3;
}

p {
  font-size: 0.88rem;
  line-height: 1.65;
}

/* Header */

.site-header {
  min-height: 88px;
  padding: 8px clamp(18px, 4vw, 46px);
}

.header-logo {
  width: auto;
  height: 80px;
  max-width: 190px;
  object-fit: contain;
}

.menu-label {
  font-size: 0.75rem;
}

.menu-icon {
  width: 36px;
  height: 36px;
}

/* Main page width and section spacing */

.section {
  width: min(var(--content-width), calc(100% - 34px));
  padding: 52px 0;
}

.section-panel {
  width: min(var(--content-width), calc(100% - 34px));
}

.section-heading {
  max-width: 670px;
}

.section-heading h2 {
  margin-bottom: 13px;
}

.section-heading p {
  margin-bottom: 9px;
}

.eyebrow {
  margin-bottom: 7px;
  font-size: 0.58rem;
  letter-spacing: 0.13em;
}

.gold-rule {
  width: 40px;
  height: 2px;
  margin-top: 18px;
}

/* Hero */

.hero {
  grid-template-columns: 1fr 0.9fr;
  gap: 50px;
  margin-top: 16px;
  padding: 48px 42px;
}

.hero h1 {
  margin: 9px 0 19px;
}

.hero-description {
  max-width: 520px;
  font-size: 0.9rem;
}

.hero-image-wrap {
  padding: 18px;
  border-radius: 15px;
}

.hero-actions {
  gap: 8px;
  margin-top: 20px;
}

/* Buttons */

.button {
  min-height: 34px;
  padding: 8px 15px;
  font-size: 0.68rem;
}

/* Why our work matters */

.why-panel {
  gap: 50px;
  padding: 44px 40px;
}

.service-card {
  padding: 24px;
  border-radius: 9px;
}

.check-list {
  gap: 8px;
  margin-top: 16px;
}

.check-list li {
  font-size: 0.78rem;
}

/* Program cards */

.program-grid {
  gap: 12px;
  margin-top: 32px;
}

.program-card {
  min-height: 225px;
  padding: 21px;
  border-radius: 9px;
}

.program-card h3 {
  margin-bottom: 9px;
}

.program-card p {
  font-size: 0.78rem;
  line-height: 1.55;
}

.card-number {
  width: 34px;
  height: 34px;
  margin-bottom: 17px;
  font-size: 0.72rem;
}

/* Garden feature */

.garden-feature {
  gap: 48px;
  padding: 44px 40px;
  border-radius: 14px;
}

.garden-feature p {
  font-size: 0.8rem;
}

.garden-tagline {
  font-size: 0.8rem;
}

/* Impact list */

.impact-grid {
  gap: 8px;
  margin-top: 26px;
}

.impact-grid > div {
  padding: 11px 14px;
  font-size: 0.76rem;
}

.impact-quote {
  margin-top: 20px;
  padding: 17px 20px;
  font-size: 0.82rem;
}

/* Image/text section */

.split-feature {
  gap: 50px;
  padding: 44px 40px;
}

.community-image {
  border-radius: 12px;
}

.split-copy p {
  font-size: 0.8rem;
}

/* Closing section */

.closing-panel {
  padding: 44px 40px;
}

/* Footer */

.site-footer {
  width: min(var(--content-width), calc(100% - 34px));
  margin: 0 auto;
  padding: 34px 30px;
  gap: 20px;
}

.footer-logo {
  width: 76px;
  height: 76px;
}

/* Compact cards shown in approved reference */

.compact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.compact-card {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.compact-card h3 {
  margin-bottom: 10px;
}

.compact-card p,
.compact-card li {
  font-size: 0.77rem;
}

.compact-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compact-card li::before {
  margin-right: 8px;
  color: var(--green-800);
  content: "✓";
}

/* Approved centered dark-green statement sections */

.statement-panel {
  padding: 62px 44px;
  background: var(--green-900);
  color: #fff;
  text-align: center;
}

.statement-panel h2,
.statement-panel h3,
.statement-panel p,
.statement-panel .eyebrow {
  color: #fff;
}

.statement-panel p {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

/* Approved green call-to-action */

.cta-panel {
  padding: 48px 40px;
  background: linear-gradient(110deg, #174c34, #287047);
  color: #fff;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(18, 63, 43, 0.13);
}

.cta-panel h2,
.cta-panel p,
.cta-panel .eyebrow {
  color: #fff;
}

/* Large final brand presentation */

.footer-brand-display {
  padding: 42px 20px 28px;
  text-align: center;
}

.footer-brand-display img {
  display: block;
  width: min(330px, 78vw);
  height: auto;
  margin: 0 auto 20px;
}

/* Mobile */

@media (max-width: 900px) {
  .header-logo {
    height: 64px;
  }

  .program-grid,
  .compact-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  body {
    font-size: 14px;
  }

  .site-header {
    min-height: 76px;
  }

  .header-logo {
    height: 58px;
    max-width: 160px;
  }

  .section,
  .section-panel,
  .site-footer {
    width: min(100% - 22px, var(--content-width));
  }

  .section {
    padding: 42px 0;
  }

  .hero {
    margin-top: 8px;
    padding: 32px 22px;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .why-panel,
  .garden-feature,
  .split-feature,
  .closing-panel,
  .statement-panel,
  .cta-panel {
    padding: 32px 22px;
  }

  .program-grid,
  .compact-card-grid,
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .program-card {
    min-height: auto;
  }
}

@media (min-width: 901px) {
  .header-logo {
    height: 80px;
    max-width: 220px;
  }
}

/* =========================================================
   Final approved section layout and larger readable content
   ========================================================= */

:root {
  --content-width: 1040px;
}

body {
  font-size: 17px;
  line-height: 1.7;
}

p {
  font-size: 1rem;
  line-height: 1.75;
}

h1 {
  font-size: clamp(2.7rem, 5vw, 4.7rem);
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

h3 {
  font-size: 1.15rem;
}

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.site-header {
  min-height: 104px;
}

.header-logo {
  height: 86px;
  max-width: 250px;
}

.section {
  padding: 70px 0;
}

.hero {
  padding: 62px 54px;
}

.hero-description {
  font-size: 1.05rem;
}

.button {
  min-height: 44px;
  padding: 12px 20px;
  font-size: 0.82rem;
}

.program-card {
  min-height: 270px;
  padding: 27px;
}

.program-card p,
.compact-card p,
.compact-card li,
.split-copy p,
.garden-feature p,
.check-list li {
  font-size: 0.94rem;
  line-height: 1.65;
}

.compact-card-grid {
  gap: 20px;
}

.compact-card {
  padding: 28px;
}

.activities-panel,
.sustainability-panel,
.participation-panel {
  padding: 58px 48px;
}

.centered-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.statement-panel {
  padding: 76px 64px;
  background: var(--green-900);
  color: var(--white);
  text-align: center;
}

.statement-panel h2,
.statement-panel p,
.statement-panel .eyebrow {
  color: var(--white);
}

.statement-panel h2 {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.statement-panel p {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}

.partnership-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.network-card {
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  background: var(--green-050);
  color: var(--green-900);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.sustainability-note {
  margin: 32px 0 0;
}

.cta-panel {
  padding: 64px 50px;
}

.cta-panel h2,
.cta-panel p,
.cta-panel .eyebrow {
  color: var(--white);
}

.cta-panel p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.button-white {
  background: var(--white);
  color: var(--green-900);
}

.button-transparent {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.garden-footer-promo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding: 52px 46px;
  background: var(--green-900);
}

.garden-footer-promo h2,
.garden-footer-promo p,
.garden-footer-promo .eyebrow {
  color: var(--white);
}

.garden-footer-promo h2 {
  margin-bottom: 0;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
}

.footer-brand-display {
  padding: 42px 20px 58px;
}

.footer-brand-display img {
  width: min(430px, 82vw);
}

.footer-brand-display p,
.footer-brand-display a {
  font-size: 0.9rem;
}

.social-links a {
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .partnership-layout,
  .garden-footer-promo {
    grid-template-columns: 1fr;
  }

  .header-logo {
    height: 74px;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  p {
    font-size: 0.96rem;
  }

  .site-header {
    min-height: 84px;
  }

  .header-logo {
    height: 66px;
    max-width: 190px;
  }

  .section {
    padding: 50px 0;
  }

  .hero,
  .activities-panel,
  .sustainability-panel,
  .participation-panel,
  .statement-panel,
  .cta-panel,
  .garden-footer-promo {
    padding: 38px 24px;
  }

  .compact-card {
    padding: 24px;
  }

  .tag-list span {
    font-size: 0.78rem;
  }
}

/* =========================================================
   Mobile layout matching the approved WordPress reference
   ========================================================= */

@media (max-width: 620px) {
  :root {
    --mobile-gutter: 16px;
  }

  html {
    scroll-padding-top: 82px;
  }

  body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.65;
  }

  p {
    font-size: 1rem;
    line-height: 1.7;
  }

  h1 {
    font-size: clamp(2.15rem, 10.5vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    line-height: 1.08;
  }

  h3 {
    font-size: 1.08rem;
    line-height: 1.3;
  }

  .eyebrow {
    font-size: 0.68rem;
    line-height: 1.3;
    letter-spacing: 0.13em;
  }

  /* Header */

  .site-header {
    min-height: 76px;
    padding: 8px 14px;
  }

  .header-logo {
    width: auto;
    height: 60px;
    max-width: 180px;
    object-fit: contain;
  }

  .menu-button {
    gap: 7px;
    padding: 4px;
  }

  .menu-label {
    font-size: 0.72rem;
  }

  .menu-icon {
    width: 34px;
    height: 34px;
  }

  .site-navigation {
    top: 100%;
    right: 12px;
    left: 12px;
    min-width: 0;
    padding: 12px;
    border-radius: 10px;
  }

  .site-navigation a {
    padding: 12px;
    font-size: 0.95rem;
  }

  /* Universal mobile section widths */

  .section,
  .section-panel,
  .site-footer,
  .footer-brand-display {
    width: calc(100% - (var(--mobile-gutter) * 2));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

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

  .section-heading h2 {
    margin-bottom: 14px;
  }

  .section-heading p {
    margin-bottom: 12px;
  }

  .align-left {
    text-align: left;
  }

  .gold-rule {
    width: 42px;
    height: 2px;
    margin-top: 20px;
  }

  /* Hero */

  .hero {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 10px;
    padding: 34px 22px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    margin: 10px 0 18px;
  }

  .hero-description {
    max-width: none;
    font-size: 1rem;
  }

  .hero-image-wrap {
    order: 2;
    width: 100%;
    padding: 14px;
    border-radius: 14px;
  }

  .hero-logo {
    width: 100%;
    max-height: 330px;
    object-fit: contain;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .button {
    width: 100%;
    min-height: 46px;
    padding: 12px 18px;
    font-size: 0.86rem;
    text-align: center;
  }

  /* Two-column sections become stacked */

  .why-panel,
  .garden-feature,
  .split-feature,
  .partnership-layout,
  .garden-footer-promo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .why-panel,
  .split-feature,
  .activities-panel,
  .sustainability-panel,
  .participation-panel {
    padding: 32px 20px;
  }

  .service-card,
  .network-card {
    padding: 22px;
    border-radius: 10px;
  }

  .service-card h3,
  .network-card h3 {
    margin-bottom: 12px;
  }

  .check-list {
    gap: 10px;
  }

  .check-list li {
    font-size: 0.95rem;
  }

  /* Program cards */

  .program-grid,
  .compact-card-grid,
  .impact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .program-grid {
    margin-top: 28px;
  }

  .program-card {
    min-height: 0;
    padding: 23px;
    border-radius: 10px;
  }

  .program-card h3 {
    font-size: 1.08rem;
  }

  .program-card p,
  .compact-card p,
  .compact-card li {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .card-number {
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
  }

  /* Garden feature */

  .garden-feature {
    padding: 32px 22px;
    border-radius: 12px;
  }

  .garden-feature h2 {
    font-size: 2rem;
  }

  .garden-feature p {
    font-size: 0.98rem;
  }

  /* Impact */

  .impact-grid {
    margin-top: 26px;
  }

  .impact-grid > div {
    padding: 15px 16px;
    font-size: 0.95rem;
  }

  .impact-quote {
    margin-top: 20px;
    padding: 18px;
    font-size: 0.97rem;
    line-height: 1.6;
  }

  /* Community image section */

  .community-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 12px;
  }

  .split-copy p {
    font-size: 0.98rem;
  }

  /* Activity and sustainability cards */

  .compact-card {
    padding: 22px;
    border-radius: 10px;
  }

  .compact-card h3 {
    margin-bottom: 12px;
  }

  .centered-button {
    margin-top: 24px;
  }

  /* Food justice section */

  .statement-panel {
    width: calc(100% - (var(--mobile-gutter) * 2));
    margin-right: auto;
    margin-left: auto;
    padding: 42px 22px;
  }

  .statement-panel h2 {
    font-size: 2rem;
  }

  .statement-panel p {
    font-size: 0.97rem;
    line-height: 1.72;
  }

  /* Partnership tags */

  .tag-list {
    gap: 8px;
  }

  .tag-list span {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 0.78rem;
  }

  /* CTA */

  .cta-panel {
    width: calc(100% - (var(--mobile-gutter) * 2));
    margin-right: auto;
    margin-left: auto;
    padding: 40px 22px;
    border-radius: 12px;
  }

  .cta-panel h2 {
    font-size: 2rem;
  }

  .cta-panel p {
    font-size: 0.98rem;
  }

  .centered-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* Garden footer promotion */

  .garden-footer-promo {
    padding: 34px 22px;
  }

  .garden-footer-promo h2 {
    font-size: 1.6rem;
  }

  .garden-footer-promo p {
    font-size: 0.96rem;
  }

  /* Final footer identity */

  .footer-brand-display {
    padding: 36px 10px 52px;
  }

  .footer-main-logo {
    width: min(100%, 360px);
    max-height: 430px;
    margin-bottom: 22px;
    object-fit: contain;
  }

  .social-links {
    gap: 14px;
    margin: 16px 0 24px;
  }

  .social-links a {
    width: 42px;
    height: 42px;
  }

  .social-links i {
    font-size: 1.55rem;
  }

  .footer-contact p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    font-size: 0.88rem;
    text-align: center;
  }
}

/* Narrow phones */

@media (max-width: 390px) {
  .site-header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .header-logo {
    height: 54px;
    max-width: 155px;
  }

  .menu-label {
    display: none;
  }

  .section,
  .section-panel,
  .statement-panel,
  .cta-panel,
  .site-footer,
  .footer-brand-display {
    width: calc(100% - 20px);
  }

  .hero,
  .why-panel,
  .split-feature,
  .activities-panel,
  .sustainability-panel,
  .participation-panel,
  .garden-feature,
  .statement-panel,
  .cta-panel,
  .garden-footer-promo {
    padding-right: 18px;
    padding-left: 18px;
  }

  h1 {
    font-size: 2.1rem;
  }

  h2 {
    font-size: 1.72rem;
  }
}

/* =========================================================
   Final readability and organization footer adjustments
   ========================================================= */

body {
  font-size: 18px;
  line-height: 1.75;
}

p {
  font-size: 1.08rem;
  line-height: 1.78;
}

h1 {
  font-size: clamp(3rem, 5.4vw, 5.2rem);
  line-height: 1.02;
}

h2 {
  font-size: clamp(2.25rem, 3.8vw, 3.4rem);
  line-height: 1.1;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.35;
}

.eyebrow {
  font-size: 0.78rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

.hero-description {
  font-size: 1.12rem;
  line-height: 1.75;
}

.program-card p,
.compact-card p,
.compact-card li,
.split-copy p,
.garden-feature p,
.check-list li,
.statement-panel p,
.cta-panel p,
.garden-footer-promo p,
.service-card p,
.network-card p {
  font-size: 1rem;
  line-height: 1.72;
}

.program-card h3,
.compact-card h3,
.service-card h3,
.network-card h3 {
  font-size: 1.22rem;
}

.impact-grid > div {
  font-size: 1rem;
  line-height: 1.55;
}

.impact-quote {
  font-size: 1.05rem;
  line-height: 1.7;
}

.tag-list span {
  font-size: 0.9rem;
}

.button {
  min-height: 48px;
  padding: 13px 22px;
  font-size: 0.9rem;
}

/* Larger organization logo in header */

.site-header {
  min-height: 112px;
}

.header-logo {
  width: auto;
  height: 92px;
  max-width: 275px;
  object-fit: contain;
}

/* Final organization footer */

.footer-brand-display {
  width: min(1040px, calc(100% - 34px));
  margin: 0 auto;
  padding: 56px 20px 70px;
  text-align: center;
  background: #fff;
}

.footer-main-logo {
  display: block;
  width: min(520px, 90vw);
  height: auto;
  margin: 0 auto 30px;
  object-fit: contain;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 22px 0 28px;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--green-900);
  background: transparent;
  border: 2px solid var(--green-900);
  border-radius: 50%;
  text-decoration: none;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.social-links i {
  font-size: 1.65rem;
  line-height: 1;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: #fff;
  background: var(--green-900);
  transform: translateY(-2px);
}

.footer-contact {
  margin-top: 10px;
}

.footer-contact p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  font-size: 1rem;
}

.footer-contact i {
  color: var(--green-900);
  font-size: 1.1rem;
}

.footer-contact a {
  color: var(--text-muted);
  text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--green-900);
  text-decoration: underline;
}

.footer-copyright {
  margin: 18px 0 0;
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* Tablet */

@media (max-width: 900px) {
  body {
    font-size: 17px;
  }

  p {
    font-size: 1.04rem;
  }

  .header-logo {
    height: 82px;
    max-width: 235px;
  }
}

/* Mobile */

@media (max-width: 620px) {
  body {
    font-size: 17px;
    line-height: 1.7;
  }

  p {
    font-size: 1.02rem;
    line-height: 1.72;
  }

  h1 {
    font-size: clamp(2.4rem, 11vw, 3.25rem);
  }

  h2 {
    font-size: clamp(1.95rem, 8.5vw, 2.55rem);
  }

  h3 {
    font-size: 1.2rem;
  }

  .eyebrow {
    font-size: 0.72rem;
  }

  .site-header {
    min-height: 88px;
  }

  .header-logo {
    height: 70px;
    max-width: 205px;
  }

  .hero-description,
  .program-card p,
  .compact-card p,
  .compact-card li,
  .split-copy p,
  .garden-feature p,
  .check-list li,
  .statement-panel p,
  .cta-panel p,
  .garden-footer-promo p {
    font-size: 1rem;
  }

  .button {
    min-height: 48px;
    font-size: 0.9rem;
  }

  .footer-brand-display {
    width: calc(100% - 20px);
    padding: 40px 12px 52px;
  }

  .footer-main-logo {
    width: min(100%, 400px);
    margin-bottom: 24px;
  }

  .social-links {
    gap: 12px;
  }

  .social-links a {
    width: 46px;
    height: 46px;
  }

  .social-links i {
    font-size: 1.5rem;
  }

  .footer-contact p {
    flex-wrap: wrap;
    font-size: 0.95rem;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 390px) {
  .header-logo {
    height: 62px;
    max-width: 175px;
  }

  h1 {
    font-size: 2.3rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .social-links a {
    width: 43px;
    height: 43px;
  }
}
