:root {
  --e4e-text: rgba(61, 16, 53, 0.96);
  --e4e-primary: rgba(91, 48, 83, 1);
  --e4e-primary-hover: rgba(91, 48, 83, 0.86);
  --e4e-primary-soft: rgba(91, 48, 83, 0.08);
  --e4e-primary-contrast: #fff;
  --e4e-sage: rgba(79, 112, 50, 1);
  --e4e-sage-soft: #eef3e9;
  --e4e-lavender: #eaddea;
  --e4e-lavender-soft: #f7f0f7;
  --e4e-cream: #fffdf8;
  --e4e-border: rgba(91, 48, 83, 0.18);
  --e4e-menu-bg: rgba(227, 230, 235, 1);
  --e4e-shadow: 0 18px 45px rgba(61, 16, 53, 0.14);
  --e4e-font: "Lato", sans-serif;
  --e4e-display: "Raleway", "Lato", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--e4e-cream);
  color: #1f1420;
  font-family: var(--e4e-font);
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

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

.page-shell {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.standard-header {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1150px;
  min-width: 0;
  margin: 0 auto;
  background: #fff;
  color: var(--e4e-text);
  font-family: var(--e4e-font);
}

.standard-header__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding-top: 10px;
}

.standard-header__logo-wrap {
  display: block;
  width: min(100%, 514px);
  min-height: 40px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
}

.standard-header__logo {
  display: block;
  width: 100%;
  aspect-ratio: 10 / 3;
  object-fit: contain;
}

.standard-header__license {
  width: min(100%, 514px);
  margin: 7px 0 0;
  color: var(--e4e-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.standard-header__nav-container {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(61, 16, 53, 0.12);
}

.standard-header__nav-inner {
  width: 100%;
  max-width: 1137px;
  min-height: 58px;
  margin: 22px 40px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.standard-header__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 4px 16px 12px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--e4e-text);
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link[aria-expanded="true"] {
  background: var(--e4e-primary-soft);
}

.nav-link--active::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -1px;
  left: 14px;
  height: 4px;
  background: var(--e4e-primary);
}

.nav-link--donate {
  min-height: 32px;
  padding: 6px 18px;
  border-radius: 20px;
  background: var(--e4e-primary);
  box-shadow: 0 7px 30px -10px rgba(91, 48, 83, 0.1);
  color: var(--e4e-primary-contrast);
  line-height: 1;
}

.nav-link--donate:hover,
.nav-link--donate:focus-visible {
  background: var(--e4e-primary-hover);
}

.dropdown-panel {
  width: 100%;
  min-height: 321px;
  max-width: 1152px;
  padding: 40px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  background: var(--e4e-menu-bg);
}

.dropdown-panel--compact {
  min-height: 180px;
}

.dropdown-column {
  width: 280px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dropdown-heading {
  margin: 0 0 16px;
  padding-left: 16px;
  color: var(--e4e-text);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.dropdown-link,
.mobile-menu__link,
.mobile-menu__trigger {
  width: 100%;
  min-height: 44px;
  padding: 8px 16px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--e4e-text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
}

.dropdown-link:hover,
.dropdown-link:focus-visible,
.mobile-menu__link:hover,
.mobile-menu__link:focus-visible,
.mobile-menu__trigger:hover,
.mobile-menu__trigger:focus-visible,
.mobile-menu__trigger[aria-expanded="true"] {
  background: var(--e4e-primary-soft);
}

.mobile-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--e4e-text);
  cursor: pointer;
}

.mobile-menu-button:hover,
.mobile-menu-button:focus-visible,
.mobile-menu-button[aria-expanded="true"] {
  background: var(--e4e-primary-soft);
}

.mobile-menu-button__bar {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  border-radius: 2px;
  background: currentColor;
}

.mobile-menu {
  width: calc(100% - 32px);
  margin: 0 16px 16px;
  padding: 20px;
  background: var(--e4e-menu-bg);
}

.mobile-menu__link,
.mobile-menu__trigger {
  display: block;
  font-size: 16px;
  text-align: center;
}

.mobile-menu__link--donate {
  width: fit-content;
  min-height: 32px;
  margin: 8px auto;
  border-radius: 20px;
  background: var(--e4e-primary);
  color: var(--e4e-primary-contrast);
  font-weight: 600;
  line-height: 1;
}

.mobile-submenu {
  padding-bottom: 12px;
}

.hero-section {
  padding: 34px 0 48px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 1), rgba(255, 255, 255, 0.9) 58%, rgba(247, 240, 247, 0.68));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  gap: 52px;
  align-items: center;
}

.hero-copy h1,
.hero-subtitle,
.section-heading h2,
.role-copy h3,
.final-cta h2 {
  font-family: var(--e4e-display);
  letter-spacing: 0;
}

.hero-copy h1 {
  margin: 0;
  color: var(--e4e-primary);
  font-size: clamp(3.4rem, 6vw, 5rem);
  line-height: 0.95;
}

.hero-subtitle {
  margin: 10px 0 18px;
  color: var(--e4e-sage);
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 700;
  line-height: 1.05;
}

.intro-copy {
  max-width: 580px;
  color: #171017;
  font-size: 17px;
}

.intro-copy p {
  margin: 0 0 14px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 2px solid var(--e4e-primary);
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(61, 16, 53, 0.18);
}

.button--primary {
  background: var(--e4e-primary);
  color: #fff;
}

.button--secondary {
  background: #fff;
  color: var(--e4e-primary);
}

.button--small {
  min-height: 40px;
  padding: 9px 18px;
  border-radius: 7px;
  font-size: 15px;
}

.value-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: fit-content;
  margin: 30px 0 0;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 30px rgba(61, 16, 53, 0.08);
  list-style: none;
}

.value-badges li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #261728;
  font-size: 14px;
  font-weight: 700;
}

.badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #7f8d69;
  color: #fff;
  font-size: 19px;
}

.hero-art,
.role-art {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 48% 52% 34% 36%;
  background:
    radial-gradient(circle at 66% 18%, rgba(234, 221, 234, 0.95) 0 16%, transparent 17%),
    radial-gradient(circle at 34% 48%, rgba(220, 208, 224, 0.85) 0 28%, transparent 29%),
    radial-gradient(circle at 72% 62%, rgba(236, 225, 238, 0.92) 0 35%, transparent 36%),
    #fbf8f2;
}

.feature-image {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.leaf-stem {
  position: absolute;
  right: 28%;
  bottom: 88px;
  width: 8px;
  height: 250px;
  border-radius: 99px;
  background: #7d866f;
}

.leaf-stem::before,
.leaf-stem::after,
.leaf-spray::before,
.leaf-spray::after,
.leaf-mark::before,
.leaf-mark::after,
.cta-leaves::before,
.cta-leaves::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 28px;
  border-radius: 100% 0 100% 0;
  background: #7f8d69;
  transform-origin: right center;
}

.leaf-stem::before {
  top: 56px;
  right: 6px;
  background: #7b4d78;
  transform: rotate(28deg);
}

.leaf-stem::after {
  top: 116px;
  left: 6px;
  background: #9fad8f;
  transform: rotate(148deg);
}

.people-scene {
  position: absolute;
  right: 9%;
  bottom: 28px;
  left: 10%;
  height: 190px;
  border-radius: 55% 55% 14px 14px;
  background: rgba(255, 253, 248, 0.86);
}

.person {
  position: absolute;
  bottom: 0;
  width: 96px;
  height: 150px;
  border-radius: 48px 48px 22px 22px;
}

.person::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 27px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #d8a984;
}

.person--one {
  left: 14%;
  background: #7b4d78;
}

.person--two {
  left: 39%;
  background: #71865d;
}

.person--three {
  right: 11%;
  background: #31536f;
}

.ways-section {
  padding: 20px 0 10px;
}

.section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-bottom: 16px;
  color: var(--e4e-primary);
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.1;
}

.section-heading p {
  margin: 4px 0 0;
  color: #1f1420;
  font-size: 16px;
}

.leaf-mark {
  position: relative;
  width: 44px;
  height: 28px;
}

.leaf-mark::before {
  top: 4px;
  right: 18px;
  width: 22px;
  height: 12px;
  background: #889a78;
  transform: rotate(32deg);
}

.leaf-mark::after {
  top: 12px;
  right: 4px;
  width: 22px;
  height: 12px;
  background: #a7b39b;
  transform: rotate(-32deg);
}

.leaf-mark--right {
  transform: scaleX(-1);
}

.role-card {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  gap: 42px;
  align-items: center;
  margin: 18px 0;
  padding: 30px 34px;
  border: 1px solid var(--e4e-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--e4e-shadow);
}

.role-card--reverse {
  grid-template-columns: 1.12fr 0.95fr;
}

.role-copy h3 {
  margin: 0;
  color: var(--e4e-primary);
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.role-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(91, 48, 83, 0.2);
  border-radius: 999px;
  background: var(--e4e-lavender-soft);
  color: var(--e4e-primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.role-kicker {
  margin: 2px 0 16px;
  color: var(--e4e-sage);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
}

.role-copy p {
  margin: 0 0 12px;
  color: #151015;
}

.role-art {
  min-height: 290px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 28% 62%, rgba(234, 221, 234, 0.92) 0 32%, transparent 33%),
    radial-gradient(circle at 75% 44%, rgba(239, 243, 233, 0.95) 0 33%, transparent 34%),
    #fbf8f2;
}

.role-art .feature-image {
  min-height: 290px;
}

.role-art--market .feature-image {
  object-position: center center;
}

.role-art--mentor .feature-image {
  object-position: center center;
}

.canopy {
  position: absolute;
  top: 24px;
  left: 10%;
  width: 70%;
  height: 76px;
  border-radius: 50% 50% 6px 6px;
  background: #9faa8f;
}

.stall {
  position: absolute;
  left: 11%;
  bottom: 30px;
  width: 190px;
  height: 118px;
  border-radius: 14px;
  background: linear-gradient(#c18f65 0 55%, #5f4b3f 56%);
}

.person--vendor {
  left: 24%;
  height: 132px;
  background: #94608c;
}

.person--volunteer {
  right: 18%;
  height: 144px;
  background: #31536f;
}

.table-shape {
  position: absolute;
  right: 13%;
  bottom: 26px;
  left: 12%;
  height: 82px;
  border-radius: 50%;
  background: #b88965;
}

.person--mentor-a {
  left: 22%;
  height: 136px;
  background: #748b5f;
}

.person--mentor-b {
  right: 18%;
  height: 150px;
  background: #31536f;
}

.leaf-spray {
  position: absolute;
  right: 36px;
  bottom: 64px;
  width: 6px;
  height: 150px;
  border-radius: 99px;
  background: #7f8d69;
}

.leaf-spray::before {
  top: 38px;
  right: 4px;
  width: 44px;
  height: 22px;
  transform: rotate(25deg);
}

.leaf-spray::after {
  top: 78px;
  left: 4px;
  width: 44px;
  height: 22px;
  background: #7b4d78;
  transform: rotate(148deg);
}

.process-section {
  padding: 12px 0 20px;
}

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

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 74px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 118px;
  padding: 22px 24px;
  border: 1px solid var(--e4e-border);
  border-radius: 18px;
  background: #fff;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 18px);
  width: 38px;
  border-top: 3px dotted rgba(91, 48, 83, 0.28);
}

.step-number {
  position: absolute;
  top: 10px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--e4e-primary);
  color: #fff;
  font-weight: 700;
}

.step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-top: 14px;
  color: #7f8d69;
  font-size: 42px;
}

.process-step h3 {
  margin: 0 0 4px;
  color: var(--e4e-primary);
  font-size: 17px;
  line-height: 1.2;
}

.process-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}

.final-cta {
  padding: 0 0 28px;
}

.final-cta__inner {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 150px 1fr 150px;
  align-items: end;
  min-height: 158px;
  padding: 28px 36px 22px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--e4e-lavender-soft);
  text-align: center;
}

.final-cta__inner > div {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  margin: 0 0 8px;
  color: var(--e4e-primary);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
}

.final-cta p {
  margin: 0 0 18px;
  font-size: 17px;
}

.cta-leaves {
  position: relative;
  z-index: 0;
  display: block;
  height: 130px;
  pointer-events: none;
}

.cta-leaves::before {
  right: 46px;
  bottom: 38px;
  width: 70px;
  height: 34px;
  background: #9a6a98;
  transform: rotate(112deg);
}

.cta-leaves::after {
  right: 8px;
  bottom: 54px;
  width: 74px;
  height: 34px;
  background: #93a184;
  transform: rotate(148deg);
}

.cta-leaves--right {
  transform: scaleX(-1);
}

.site-footer {
  border-top: 1px solid rgba(61, 16, 53, 0.14);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.45fr 0.8fr;
  gap: 32px;
  align-items: center;
  padding: 26px 0;
}

.footer-brand {
  display: block;
  max-width: 210px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 42px;
  padding: 24px 28px;
  border-right: 1px solid rgba(61, 16, 53, 0.16);
  border-left: 1px solid rgba(61, 16, 53, 0.16);
  color: var(--e4e-primary);
  font-weight: 700;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--e4e-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.footer-copy {
  grid-column: 3;
  margin: -18px 0 0;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 900px) {
  .hero-grid,
  .role-card,
  .role-card--reverse {
    grid-template-columns: 1fr;
  }

  .role-card--reverse .role-art {
    order: -1;
  }

  .hero-art {
    min-height: 330px;
  }

  .process-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-step:not(:last-child)::after {
    display: none;
  }

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

  .footer-brand {
    margin: 0 auto;
  }

  .footer-links {
    flex-wrap: wrap;
    border: 0;
  }

  .footer-copy {
    grid-column: auto;
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .standard-header__nav-inner {
    margin-right: 18px;
    margin-left: 18px;
  }

  .standard-header__links {
    gap: 6px;
  }

  .nav-link {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 15px;
  }

  .nav-link--donate {
    padding-right: 13px;
    padding-left: 13px;
  }
}

@media (max-width: 1073px) {
  .final-cta__inner {
    grid-template-columns: 1fr;
  }

  .cta-leaves {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-shell {
    width: min(100% - 28px, 1120px);
  }

  .standard-header__logo-wrap {
    width: min(78%, 360px);
  }

  .standard-header__license {
    width: min(78%, 360px);
  }

  .standard-header__nav-inner {
    justify-content: flex-start;
    min-height: 44px;
    margin: 14px 16px;
  }

  .standard-header__links {
    display: none;
  }

  .mobile-menu-button {
    display: block;
  }

  .dropdown-panel {
    display: none;
  }

  .hero-section {
    padding-top: 26px;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero-actions,
  .value-badges {
    width: 100%;
  }

  .hero-actions .button,
  .value-badges li {
    width: 100%;
  }

  .value-badges {
    padding: 14px;
  }

  .hero-art,
  .role-art {
    min-height: 260px;
  }

  .role-card {
    padding: 22px 18px;
    gap: 24px;
    border-radius: 14px;
  }

  .section-heading {
    gap: 10px;
  }

  .leaf-mark {
    width: 28px;
  }

  .final-cta__inner {
    padding: 28px 20px;
  }

  .footer-links {
    gap: 20px;
    padding: 10px 0;
  }
}
