:root {
  --ink: #0c3e38;
  --green: #2f7b52;
  --leaf: #56a65f;
  --sky: #4aa7d8;
  --yellow: #f4ba31;
  --orange: #ef8d20;
  --mist: #f1f8f3;
  --cream: #fffdf8;
  --line: #e4eee7;
  --muted: #5f7570;
  --shadow: 0 18px 55px rgba(20, 72, 54, 0.08);
  --shadow-soft: 0 10px 30px rgba(20, 72, 54, 0.07);
  --radius-card: 28px;
  --radius-card-sm: 24px;
  --space-xs: 12px;
  --space-sm: 20px;
  --space-md: 32px;
  --space-lg: 48px;
  --space-xl: 88px;
  --content-width: 1160px;
  --content-inset: max(20px, calc((100vw - var(--content-width)) / 2));
  --font-body:
    "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo,
    sans-serif;
  --font-display:
    "Zen Maru Gothic", "Zen Kaku Gothic New", "Hiragino Maru Gothic ProN",
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1.0625rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --text-xl: clamp(1.25rem, 2vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 2.6vw, 2rem);
  --text-3xl: clamp(1.85rem, 3.4vw, 2.75rem);
  --text-4xl: clamp(2.15rem, 4.2vw, 3.25rem);
  --text-hero: clamp(2.6rem, 6.2vw, 4.5rem);
  --leading-tight: 1.2;
  --leading-snug: 1.35;
  --leading-body: 1.85;
  --tracking-tight: 0.01em;
  --tracking-body: 0.04em;
  --tracking-wide: 0.16em;
  --arc-height: clamp(56px, 9vw, 88px);
  --arc-cream-mist: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 88' preserveAspectRatio='none'%3E%3Crect width='1440' height='88' fill='%23fffdf8'/%3E%3Cpath d='M0,32 C280,64 560,20 840,52 C1080,34 1280,62 1440,42 L1440,88 L0,88 Z' fill='%23f1f8f3'/%3E%3C/svg%3E");
  --arc-mist-cream: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 88' preserveAspectRatio='none'%3E%3Crect width='1440' height='88' fill='%23f1f8f3'/%3E%3Cpath d='M0,58 C300,22 580,72 860,38 C1100,18 1280,54 1440,32 L1440,88 L0,88 Z' fill='%23fffdf8'/%3E%3C/svg%3E");
  --arc-cream-green: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 88' preserveAspectRatio='none'%3E%3Crect width='1440' height='88' fill='%23fffdf8'/%3E%3Cpath d='M0,56 C320,18 620,68 900,34 C1140,14 1320,52 1440,30 L1440,88 L0,88 Z' fill='%23e9f4ed'/%3E%3C/svg%3E");
  --arc-mist-green: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 88' preserveAspectRatio='none'%3E%3Crect width='1440' height='88' fill='%23f1f8f3'/%3E%3Cpath d='M0,56 C320,18 620,68 900,34 C1140,14 1320,52 1440,30 L1440,88 L0,88 Z' fill='%23e9f4ed'/%3E%3C/svg%3E");
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow-x: clip;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 500;
  line-height: var(--leading-body);
  letter-spacing: var(--tracking-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.nowrap {
  white-space: nowrap;
}
button {
  font: inherit;
}
.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
  max-width: 100%;
}
main {
  overflow-x: clip;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(217, 233, 222, 0.9);
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.brand-logo {
  width: 248px;
  height: 56px;
  object-fit: contain;
  object-position: left center;
}
.brand-wordmark {
  display: none;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--ink);
  line-height: 1;
}
.brand-slash {
  display: block;
  width: 2px;
  height: 1.05em;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    var(--green) 0%,
    rgba(47, 123, 82, 0.15) 100%
  );
  transform: rotate(18deg);
}
.navlinks {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
}
.navlinks a {
  position: relative;
}
.navlinks > a:not(.pill):after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 2px;
  background: var(--green);
  transition: 0.25s;
}
.navlinks > a:hover:after,
.navlinks > a.active:after {
  right: 0;
}
.pill,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: 0.25s;
  cursor: pointer;
}
.pill {
  min-height: 45px;
  padding: 0 18px;
  background: var(--green);
  color: #fff;
}
.btn:hover,
.pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(37, 108, 74, 0.18);
}
.btn-green {
  background: var(--green);
  color: #fff;
}
.btn-outline {
  border-color: var(--green);
  color: var(--green);
  background: #fff;
}
.btn-white {
  background: #fff;
  color: var(--green);
}
.menu {
  display: none;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
.menu-lines {
  display: grid;
  gap: 6px;
  width: 20px;
}
.menu-lines span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transform-origin: center;
  transition:
    transform 0.28s ease,
    opacity 0.2s ease,
    width 0.28s ease,
    background-color 0.2s ease;
}
.menu-lines span:nth-child(2) {
  width: 70%;
  margin-left: auto;
}
@media (max-width: 650px) {
  .menu-lines span,
  .menu-lines span:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
}
.menu.is-open .menu-lines span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu.is-open .menu-lines span:nth-child(2) {
  opacity: 0;
  width: 100%;
}
.menu.is-open .menu-lines span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.hero {
  position: relative;
  padding: 74px 0 90px;
  overflow-x: clip;
  overflow-y: visible;
}
.hero .wrap {
  position: relative;
  z-index: 1;
}
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 700;
}
.hero-vertical {
  position: absolute;
  top: 4px;
  right: -34px;
  color: var(--green);
  font-size: 14px;
  letter-spacing: 0.42em;
  opacity: 0.55;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  grid-template-areas:
    "copy visual"
    "actions visual";
  column-gap: clamp(24px, 4vw, 62px);
  align-content: center;
}
.hero-copy {
  position: relative;
  grid-area: copy;
  align-self: end;
  min-width: 0;
}
.hero-actions {
  grid-area: actions;
  align-self: start;
  min-width: 0;
}
.kicker {
  color: var(--sky);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  margin: 0 0 14px;
}
.kicker-light {
  color: #aee0f7;
}
.hero h1,
.page-hero h1 {
  font-family: var(--font-display);
  font-size: var(--text-hero);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.04em;
  margin: 0 0 24px;
}
.hero h1 {
  font-size: clamp(2.85rem, 6.8vw, 4.75rem);
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.35);
}
.hero .sub {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: var(--leading-snug);
  letter-spacing: 0.03em;
  margin: 0 0 16px;
}
.lead {
  font-size: var(--text-md);
  line-height: var(--leading-body);
  color: var(--muted);
  max-width: 680px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.hero-visual {
  grid-area: visual;
  position: relative;
  min-height: 570px;
  overflow: visible;
  max-width: 100%;
  padding: 24px 20px 0 40px;
}
.hero-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 60px 22px 120px 24px;
  box-shadow: var(--shadow);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.float-card {
  position: absolute;
  left: -38px;
  bottom: 35px;
  z-index: 2;
  width: 310px;
  max-width: calc(100% + 20px);
  background: #fff;
  padding: 20px 24px;
  border-radius: 22px;
  box-shadow: var(--shadow);
  font-family: var(--font-display);
  font-size: var(--text-md);
  font-weight: 700;
  line-height: var(--leading-snug);
  letter-spacing: 0.02em;
}
.float-card small {
  display: block;
  color: var(--muted);
  font-weight: 500;
}
.spark {
  position: absolute;
  right: -18px;
  top: -22px;
  z-index: 2;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  transform: rotate(7deg);
}
@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "visual"
      "actions";
  }
  .hero-visual {
    min-height: clamp(320px, 52vw, 480px);
    margin-top: 30px;
    width: 100%;
    padding: 22px 18px 0 36px;
  }
  .hero-actions {
    margin-top: 24px;
  }
  .hero-vertical {
    display: none;
  }
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: var(--leading-snug);
}
section {
  padding: var(--space-xl) 0;
}
/* Section dividers — subtle arc on select sections, straight elsewhere */
.divider > .wrap {
  position: relative;
  z-index: 1;
}
.divider-arc {
  background-repeat: no-repeat;
  background-size: 100% var(--arc-height);
  background-position: top center;
}
.news.divider-arc,
.page.divider-arc,
.contact.divider-arc {
  background-color: var(--mist);
  background-image: var(--arc-cream-mist);
}
#activities.divider-arc {
  background-image: var(--arc-mist-cream);
}
.about-strip.divider-arc:not(.home-about),
.message-section.divider-arc {
  background-image: var(--arc-mist-green);
}
/* Decorative background shapes — organic blobs, rings, dot grids */
.hero::before,
.hero::after,
.news::before,
.news::after,
#activities::after,
.about-strip::before,
.about-strip::after,
.message-section::before,
.message-section::after,
.page-hero::before,
.page-hero::after,
.contact::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.hero::before {
  top: -80px;
  right: calc(var(--content-inset) - 72px);
  width: min(480px, 36vw);
  height: 400px;
  border-radius: 58% 42% 68% 32% / 48% 52% 38% 62%;
  background: linear-gradient(
    145deg,
    rgba(214, 236, 222, 0.75),
    rgba(233, 244, 237, 0.35)
  );
}
.hero::after {
  bottom: 40px;
  left: calc(var(--content-inset) - 52px);
  width: 200px;
  height: 200px;
  opacity: 0.45;
  background-image: radial-gradient(
    circle,
    rgba(47, 123, 82, 0.14) 2px,
    transparent 3px
  );
  background-size: 22px 22px;
}
.news::before {
  top: 120px;
  left: calc(var(--content-inset) - 140px);
  width: min(360px, 32vw);
  height: 300px;
  border-radius: 65% 35% 52% 48% / 42% 58% 42% 58%;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.55),
    rgba(214, 236, 222, 0.28)
  );
}
.news::after {
  top: auto;
  bottom: 60px;
  right: calc(var(--content-inset) - 28px);
  width: min(280px, 24vw);
  height: 280px;
  border-radius: 50%;
  border: 32px solid rgba(214, 236, 222, 0.55);
  background: transparent;
}
#activities {
  position: relative;
  overflow: hidden;
  background-color: var(--cream);
}
#activities > .wrap {
  position: relative;
  z-index: 1;
}
#activities::after {
  bottom: -40px;
  right: calc(var(--content-inset) - 48px);
  width: min(260px, 22vw);
  height: 260px;
  border-radius: 38% 62% 48% 52% / 60% 40% 60% 40%;
  background: linear-gradient(
    200deg,
    rgba(214, 236, 222, 0.6),
    rgba(255, 253, 248, 0.2)
  );
}
.about-strip {
  position: relative;
  overflow: hidden;
  background-color: #e9f4ed;
}
.about-strip::before {
  top: -50px;
  right: calc(var(--content-inset) - 64px);
  width: min(380px, 30vw);
  height: 320px;
  border-radius: 55% 45% 60% 40% / 50% 50% 50% 50%;
  background: rgba(255, 255, 255, 0.45);
}
.about-strip::after {
  bottom: 30px;
  left: calc(var(--content-inset) - 40px);
  width: 180px;
  height: 180px;
  opacity: 0.5;
  background-image: radial-gradient(
    circle,
    rgba(47, 123, 82, 0.12) 2px,
    transparent 3px
  );
  background-size: 20px 20px;
}
.message-section {
  position: relative;
  overflow: hidden;
  background-color: #e9f4ed;
}
.message-section::before {
  top: -30px;
  left: 50%;
  width: 500px;
  height: 400px;
  transform: translateX(-60%);
  border-radius: 60% 40% 55% 45% / 45% 55% 45% 55%;
  background: rgba(255, 255, 255, 0.5);
}
.message-section::after {
  bottom: -60px;
  right: 8%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 24px solid rgba(214, 236, 222, 0.5);
  background: transparent;
}
.page-hero::before {
  top: -40px;
  left: calc(var(--content-inset) - 80px);
  width: min(400px, 32vw);
  height: 340px;
  border-radius: 58% 42% 65% 35% / 50% 50% 50% 50%;
  background: rgba(255, 255, 255, 0.55);
}
.page-hero::after {
  bottom: -30px;
  right: calc(var(--content-inset) - 36px);
  left: auto;
  width: min(240px, 20vw);
  height: 240px;
  border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
  background: rgba(214, 236, 222, 0.5);
}
.join-section {
  position: relative;
  overflow: hidden;
  background-color: var(--cream);
}
.join-section > .wrap {
  position: relative;
  z-index: 1;
}
.contact::before {
  top: auto;
  bottom: 40px;
  right: calc(var(--content-inset) - 48px);
  left: auto;
  width: min(260px, 22vw);
  height: 220px;
  border-radius: 55% 45% 60% 40% / 48% 52% 48% 52%;
  background: rgba(214, 236, 222, 0.35);
}
.section-head .kicker::after {
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  margin-top: 10px;
  border-radius: 999px;
  background-image: radial-gradient(circle, var(--green) 2px, transparent 3px);
  background-size: 8px 6px;
  opacity: 0.35;
}
/* Single decorative motif: dandelion botanicals, capped per page, consistent softness */
.botanical {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  opacity: 0.22;
  mix-blend-mode: multiply;
}
.botanical-donate {
  z-index: 0;
  bottom: -20px;
  left: calc(var(--content-inset) + 8px);
  width: min(320px, 22vw);
  opacity: 0.4;
  mix-blend-mode: screen;
  transform: rotate(-8deg);
}
.botanical-hero {
  z-index: 0;
  bottom: -10px;
  left: calc(var(--content-inset) + 8px);
  width: min(300px, 22vw);
  opacity: 0.32;
  transform: rotate(-9deg);
}
.botanical-page-hero {
  top: -10px;
  right: calc(var(--content-inset) + 16px);
  left: auto;
  width: min(300px, 22vw);
  opacity: 0.3;
  transform: rotate(8deg);
}
.botanical-news {
  top: 20px;
  bottom: auto;
  right: calc(var(--content-inset) + 16px);
  left: auto;
  width: min(260px, 20vw);
  opacity: 0.38;
  transform: rotate(6deg);
}
.botanical-join,
.botanical-social {
  top: clamp(8px, 2vw, 20px);
  bottom: auto;
  right: calc(var(--content-inset) + 16px);
  left: auto;
  width: min(240px, 18vw);
  opacity: 0.3;
  transform: rotate(8deg);
}
.botanical-activities {
  z-index: 0;
  top: clamp(8px, 2vw, 24px);
  bottom: auto;
  left: auto;
  right: calc(var(--content-inset) + 8px);
  width: min(300px, 26vw);
  opacity: 0.36;
  transform: rotate(6deg);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
  position: relative;
  z-index: 1;
}
.section-head .kicker {
  position: relative;
  z-index: 1;
}
.section-head h2,
.page h2 {
  font-size: var(--text-4xl);
  line-height: var(--leading-snug);
  margin: 0;
}
.section-head p {
  max-width: 530px;
  margin: 0;
  color: var(--muted);
  font-size: var(--text-md);
  line-height: var(--leading-body);
}
.news {
  position: relative;
  overflow: hidden;
  background-color: var(--mist);
}
.news > .wrap {
  position: relative;
  z-index: 1;
}
.news-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}
.featured-news {
  display: grid;
  grid-template-columns: 340px 1fr;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--orange);
}
.featured-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-copy {
  padding: 38px;
}
.news-copy h3 {
  font-size: var(--text-2xl);
  line-height: var(--leading-snug);
  margin: 8px 0 12px;
}
.meta {
  font-size: var(--text-sm);
  color: var(--muted);
}
.badge {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 999px;
  background: #e7f4e8;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
}
.badge.orange {
  background: #fff2df;
  color: #d87300;
}
.news-list {
  margin-top: 30px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.news-row {
  display: grid;
  grid-template-columns: 90px 150px 1fr 30px;
  gap: 16px;
  align-items: center;
  padding: 21px 26px;
  border-bottom: 1px solid var(--line);
  transition: 0.2s;
}
.news-row:hover {
  background: #f8fcf9;
  padding-left: 32px;
}
.news-row .arrow {
  color: var(--green);
  font-weight: 700;
  text-align: right;
}
.news-row.hidden {
  display: none;
}
.more {
  display: block;
  margin: 24px auto;
  border: 2px solid #66be72;
  background: #fff;
  color: var(--green);
  padding: 11px 26px;
  border-radius: 999px;
  font-weight: 700;
}
.bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 360px);
  gap: 24px;
}
.activity-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 42px;
  padding: 8px 0 18px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}
.activity-marquee-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: activity-marquee 50s linear infinite;
}
.activity-marquee:hover .activity-marquee-track {
  animation-play-state: paused;
}
@keyframes activity-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.activity-slide {
  position: relative;
  flex: 0 0 clamp(300px, 38vw, 440px);
  height: clamp(240px, 28vw, 300px);
  overflow: hidden;
  border-radius: 28px;
  background: #e7f2ed;
  box-shadow: var(--shadow-soft);
}
.activity-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity-slide-copy {
  position: absolute;
  inset: auto 16px 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
}
.activity-slide-copy h3 {
  margin: 6px 0 4px;
  font-size: 18px;
}
.activity-slide-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.activity-marquee-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}
.bento article {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border-radius: var(--radius-card);
  background: #e7f2ed;
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.bento article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.bento article > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.bento article:hover img {
  transform: scale(1.045);
}
.caption {
  position: absolute;
  inset: auto 18px 18px;
  background: rgba(255, 255, 255, 0.92);
  padding: 18px 20px;
  border-radius: 18px;
  backdrop-filter: blur(8px);
}
.card-no {
  position: absolute;
  top: -19px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: var(--green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: 0 8px 18px rgba(20, 72, 54, 0.28);
}
.caption h3 {
  margin: 0;
  font-size: 20px;
}
.caption p {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--muted);
}
.home-about {
  position: relative;
  overflow: hidden;
  padding: var(--space-md) 0 var(--space-xs);
  background-color: var(--cream);
}
.home-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.home-about-copy h2 {
  margin: 0 0 18px;
  font-size: var(--text-4xl);
  line-height: var(--leading-snug);
}
.home-about-copy .kicker {
  color: var(--ink);
  opacity: 0.72;
}
.home-about-copy .kicker::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 10px;
  border-radius: 1px;
  background: rgba(47, 123, 82, 0.42);
}
.home-about-lead {
  margin: 0 0 24px;
  max-width: 520px;
  color: var(--muted);
  font-size: var(--text-md);
  line-height: var(--leading-body);
}
.home-about-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 420px);
}
.home-about-photo {
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1.04;
  overflow: hidden;
  border-radius: 58% 42% 48% 52% / 52% 48% 55% 45%;
  background: #eef6f0;
  box-shadow: var(--shadow-soft);
}
.home-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.botanical-about-seeds {
  top: -12px;
  right: 0;
  left: auto;
  width: clamp(140px, 24vw, 220px);
  opacity: 0.34;
  transform: rotate(6deg);
}
.section-divider {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 640px;
  margin: clamp(16px, 2vw, 24px) auto 0;
}
.section-divider span {
  flex: 1;
  height: 0;
  border-top: 1px dashed rgba(47, 123, 82, 0.28);
}
.section-divider img {
  width: 46px;
  opacity: 0.5;
  transform: rotate(8deg);
}
.about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 65px;
  align-items: center;
}
.about-identity {
  display: grid;
  gap: 14px;
  padding: 44px;
  border-radius: 36px;
  background: linear-gradient(145deg, var(--ink), var(--green));
  color: #fff;
  box-shadow: var(--shadow);
}
.about-identity-label {
  color: #aee0f7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.about-identity strong {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.5;
}
.about-identity > span:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}
.quote {
  padding: 46px;
  border-radius: var(--radius-card);
  background: var(--green);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.donate {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #286f4b 0%, #3f9167 55%, #55a88a 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 48px;
  margin: 0 auto 100px;
  width: min(1160px, calc(100% - 40px));
  padding: 72px 68px;
  box-shadow: 0 28px 70px rgba(20, 72, 54, 0.2);
}
.donate-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
}
.donate .kicker {
  color: #ffe29a;
}
.donate h2 {
  margin: 0 0 18px;
  font-size: var(--text-3xl);
  line-height: var(--leading-snug);
  letter-spacing: 0.03em;
}
.donate p:not(.kicker) {
  max-width: 28em;
  font-size: var(--text-md);
  line-height: var(--leading-body);
  color: rgba(255, 255, 255, 0.84);
}
.donate-break {
  display: none;
}
@media (max-width: 950px) {
  .donate-break {
    display: inline;
  }
}
.donation-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.donation-amount {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 68px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #fffdf8;
  color: var(--green);
  box-shadow: 0 12px 28px rgba(5, 49, 39, 0.17);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.donation-amount:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(5, 49, 39, 0.2);
}
.donation-amount > span {
  font-size: 12px;
  font-weight: 800;
}
.donation-amount > span:last-child {
  font-size: 18px;
}
.donation-amount strong {
  font-size: 25px;
  line-height: 1;
  text-align: center;
}
.donation-amount small {
  margin-left: 2px;
  font-size: 12px;
}
.donation-other {
  grid-column: 1 / -1;
  padding: 10px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.38);
  text-underline-offset: 6px;
}
.contact {
  position: relative;
  overflow: hidden;
  background-color: var(--mist);
}
.contact .wrap {
  position: relative;
  z-index: 1;
}
.contact .kicker {
  color: var(--sky);
}
.social-section {
  position: relative;
  overflow: hidden;
  background-color: var(--cream);
}
.social-section > .wrap {
  position: relative;
  z-index: 1;
}
.contact-form {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding: 34px 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: linear-gradient(135deg, #286f4b 0%, #3f9167 100%);
  color: #fff;
  box-shadow: var(--shadow);
}
.contact-form > * {
  position: relative;
  z-index: 1;
}
.contact-form strong,
.contact-form span {
  display: block;
}
.contact-form strong {
  margin-bottom: 3px;
  font-size: 25px;
}
.contact-form span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}
.contact-form .btn {
  background: #fffdf8;
  box-shadow: 0 10px 26px rgba(5, 49, 39, 0.18);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.social {
  display: grid;
  grid-template-areas:
    "icon title"
    "icon detail";
  grid-template-columns: 52px 1fr;
  column-gap: 18px;
  align-items: center;
  padding: 30px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--line);
  transition: 0.25s;
}
.social:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.social-icon {
  grid-area: icon;
  width: 52px;
  height: 52px;
  border-radius: 13px;
  object-fit: cover;
}
.social strong {
  grid-area: title;
  display: block;
  font-size: 22px;
}
.social span {
  grid-area: detail;
  color: var(--muted);
}
.footer {
  background: var(--mist);
  color: var(--ink);
  padding: 70px 0 25px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 45px;
}
.footer-logo {
  width: 185px;
  border-radius: 18px;
  margin-bottom: 18px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}
.footer p {
  color: var(--muted);
  font-size: 13px;
}
.footer h4 {
  margin: 0 0 16px;
  color: var(--ink);
}
.footer a {
  display: block;
  color: var(--ink);
  font-size: 14px;
  margin: 8px 0;
}
.footer a:hover {
  color: var(--green);
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.footer-social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0;
  border-radius: 11px;
  background: #fff;
  border: 1px solid var(--line);
}
.footer-social img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 42px;
}
.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 220px);
  margin: 0 !important;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}
.footer-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  color: #fff !important;
}
.footer-btn-contact {
  background: var(--green);
  box-shadow: 0 10px 28px rgba(47, 123, 82, 0.22);
}
.footer-btn-donate {
  background: var(--yellow);
  color: var(--ink) !important;
  box-shadow: 0 10px 28px rgba(244, 186, 49, 0.35);
}
.copyright {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: var(--muted);
}
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 85px 0;
  background: linear-gradient(135deg, #eff8f2, #edf8fd);
}
.page-hero .wrap {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  font-size: var(--text-hero);
}
.page {
  padding: 90px 0;
}
.prose {
  max-width: 820px;
}
.prose p {
  color: var(--muted);
  font-size: var(--text-md);
  line-height: var(--leading-body);
}
.aims,
.care-grid,
.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.aim,
.care,
.impact {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
.aim .icon,
.care .icon {
  font-size: 30px;
}
.org {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}
.org th,
.org td {
  padding: 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.org th {
  width: 170px;
  color: var(--green);
}
.for-you {
  margin-top: 70px;
  padding: 45px;
  border-radius: 34px;
  background: var(--green);
  color: #fff;
}
.for-you h2 {
  color: #fff;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: 0.75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.activity-marquee.reveal {
  transition-duration: 0.35s;
  transform: translateY(12px);
}
.seeds {
  position: fixed;
  pointer-events: none;
  z-index: 60;
}
.seed-fly {
  position: fixed;
  font-size: 17px;
  color: #4aa7d8;
  animation: fly 1.2s ease-out forwards;
}
@keyframes fly {
  to {
    transform: translate(var(--x), var(--y)) rotate(180deg);
    opacity: 0;
  }
}
@media (max-width: 950px) {
  .navlinks {
    display: none;
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    padding: 25px;
    background: var(--cream);
    flex-direction: column;
    align-items: flex-start;
  }
  .navlinks.open {
    display: flex;
  }
  .menu {
    display: block;
  }
  .hero-grid,
  .home-about-grid,
  .about-grid,
  .donate-grid {
    grid-template-columns: 1fr;
  }
  .donate {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .donate-grid {
    justify-items: center;
  }
  .donate-grid > div {
    width: 100%;
  }
  .donate-grid > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .donate .kicker,
  .donate h2,
  .donate p:not(.kicker) {
    text-align: center;
  }
  .donate h2 .nowrap {
    white-space: normal;
  }
  .donate p:not(.kicker) {
    margin-left: auto;
    margin-right: auto;
  }
  .donation-options {
    width: 100%;
  }
  .home-about-visual {
    justify-self: center;
    width: min(100%, 360px);
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .featured-news {
    grid-template-columns: 280px 1fr;
  }
}
@media (max-width: 650px) {
  :root {
    --arc-height: clamp(44px, 10vw, 72px);
  }
  .botanical-hero {
    bottom: auto;
    top: 92px;
    left: auto;
    right: -18px;
    width: min(158px, 42vw);
    opacity: 0.22;
    transform: rotate(12deg);
  }
  .botanical-donate {
    bottom: -10px;
    left: 50%;
    width: 200px;
    opacity: 0.12;
    transform: translateX(-50%) rotate(-8deg);
  }
  .botanical-news {
    top: 8px;
    right: 8px;
    width: 170px;
    opacity: 0.3;
  }
  .botanical-join,
  .botanical-social {
    top: 6px;
    right: 6px;
    width: 140px;
    opacity: 0.22;
  }
  .card-no {
    top: -15px;
    width: 32px;
    height: 32px;
    border-radius: 11px;
    font-size: 12px;
  }
  .hero-vertical {
    display: none;
  }
  .header {
    position: fixed;
    right: 0;
    left: 0;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
    transition:
      transform 0.28s ease,
      opacity 0.28s ease;
  }
  .header.is-hidden {
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
  }
  .header.is-scrolled {
    background: rgba(255, 253, 248, 0.94);
    border-bottom: 1px solid rgba(217, 233, 222, 0.9);
    backdrop-filter: blur(14px);
  }
  .wrap {
    width: min(100% - 28px, 1160px);
  }
  section {
    max-width: 100%;
  }
  .botanical {
    max-width: min(42vw, 180px);
  }
  .botanical-activities {
    top: 8px;
    left: auto;
    right: 0;
    width: min(46vw, 160px);
    opacity: 0.28;
  }
  .botanical-about-seeds {
    top: -6px;
    right: 0;
    width: min(40vw, 150px);
    opacity: 0.28;
  }
  .home-about {
    padding: var(--space-sm) 0 var(--space-xs);
  }
  .home-about-grid {
    gap: var(--space-md);
  }
  .home-about-visual {
    width: min(100%, 320px);
  }
  .home-about-photo {
    border-radius: 52% 48% 46% 54% / 50% 50% 50% 50%;
  }
  #activities::after,
  .news::before,
  .news::after,
  .about-strip::before,
  .about-strip::after,
  .message-section::before,
  .message-section::after,
  .contact::before,
  .hero::before,
  .hero::after {
    max-width: 70vw;
  }
  .brand {
    display: flex;
    z-index: 2;
    align-items: center;
    margin-right: auto;
  }
  .brand-logo {
    display: block;
    width: min(176px, 52vw);
    height: 40px;
  }
  .brand-wordmark {
    display: none;
  }
  .nav {
    height: 64px;
    justify-content: space-between;
    align-items: center;
  }
  .navlinks {
    top: 72px;
    right: 14px;
    left: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 253, 248, 0.98);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
  }
  .navlinks a {
    padding: 10px 8px;
    border-radius: 12px;
  }
  .navlinks a:hover,
  .navlinks a.active {
    background: rgba(47, 123, 82, 0.08);
  }
  .menu {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    border: 0;
    background: transparent;
    color: var(--ink);
    box-shadow: none;
    transition:
      transform 0.25s ease,
      background-color 0.25s ease;
  }
  .menu:hover,
  .menu.is-open {
    transform: none;
    background: rgba(47, 123, 82, 0.08);
    box-shadow: none;
  }
  .menu.is-open .menu-lines span {
    background: var(--green);
  }
  .header.is-scrolled .menu {
    background: transparent;
  }
  .hero {
    padding: 108px 0 70px;
  }
  .page-hero {
    padding: 118px 0 72px;
  }
  .hero-visual {
    min-height: clamp(300px, 68vw, 390px);
    padding: 20px 16px 0 32px;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 11.5vw, 3.4rem);
    letter-spacing: 0.03em;
    line-height: 1.14;
  }
  .hero .sub {
    font-size: 1.15rem;
  }
  .lead {
    font-size: 1rem;
  }
  .spark {
    width: 88px;
    height: 88px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    right: -14px;
    top: -18px;
  }
  .float-card {
    left: -18px;
    right: auto;
    bottom: 18px;
    width: min(268px, calc(100% - 28px));
    max-width: none;
    padding: 11px 16px;
    border-radius: 16px;
    font-size: 0.9rem;
    line-height: 1.3;
    white-space: nowrap;
    box-shadow: var(--shadow-soft);
  }
  .float-card small {
    display: block;
    margin-top: 3px;
    font-size: 0.7rem;
    line-height: 1.35;
    white-space: normal;
  }
  .section-head {
    align-items: start;
    flex-direction: column;
  }
  .contact-form {
    align-items: stretch;
    flex-direction: column;
    padding: 24px;
  }
  .contact-form .btn {
    width: 100%;
  }
  .featured-news {
    grid-template-columns: 1fr;
  }
  .featured-news img {
    height: 230px;
  }
  .news-copy {
    padding: 26px;
  }
  .news-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px 12px;
    align-items: center;
    padding: 16px 18px;
  }
  .news-row .date {
    display: none;
  }
  .news-row strong {
    font-size: 15px;
    line-height: 1.5;
    min-width: 0;
  }
  .news-row .arrow {
    color: var(--green);
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
  }
  .news-row:hover {
    padding-left: 18px;
  }
  .contact-grid,
  .aims,
  .care-grid,
  .impact-grid {
    grid-template-columns: 1fr;
  }
  .donate {
    width: min(100% - 28px, 1160px);
    margin-left: auto;
    margin-right: auto;
    padding: 38px 20px;
    border-radius: 34px;
    text-align: center;
  }
  .donate-grid {
    width: 100%;
    margin: 0;
    justify-items: center;
  }
  .donate-grid > div {
    width: 100%;
    max-width: 100%;
  }
  .donate-grid > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .donate .kicker {
    text-align: center;
  }
  .donate h2 {
    text-align: center;
  }
  .donate h2 .nowrap {
    white-space: normal;
  }
  .donate p:not(.kicker) {
    max-width: 34em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .donation-options {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    justify-items: stretch;
  }
  .donation-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 14px 22px;
    box-sizing: border-box;
  }
  .donation-amount > span:first-child,
  .donation-amount > span:last-child {
    flex: 0 0 2.75em;
  }
  .donation-amount > span:first-child {
    text-align: left;
  }
  .donation-amount > span:last-child {
    text-align: right;
  }
  .donation-amount strong {
    flex: 1 1 auto;
    text-align: center;
  }
  .donation-other {
    width: 100%;
    text-align: center;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-cta {
    justify-content: stretch;
    margin-top: 32px;
  }
  .footer-btn {
    width: 100%;
    min-width: 0;
  }
  .copyright {
    flex-direction: column;
  }
  .actions .btn {
    width: 100%;
  }
  .org th {
    width: 105px;
  }
}

/* Page-specific components */
.bento .caption {
  inset: auto 20px 20px;
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 44px;
}
.activity-detail {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.activity-detail:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.activity-detail img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.activity-detail:hover img {
  transform: scale(1.025);
}
.activity-detail-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 34px 38px 40px;
}
.activity-no {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--sky);
}
.activity-detail h2 {
  font-size: 32px;
  line-height: 1.35;
  margin: 10px 0 14px;
}
.activity-detail p {
  color: var(--muted);
  margin: 0 0 12px;
}
.principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.principle {
  position: relative;
  overflow: visible;
  padding: 36px;
  border-radius: var(--radius-card-sm);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.principle h3 {
  font-size: 22px;
  margin: 6px 0 10px;
}
.principle p {
  color: var(--muted);
  margin-bottom: 0;
}
.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.story-visual {
  padding: 45px;
  border-radius: 36px;
  background: transparent;
}
.message-section .wrap {
  position: relative;
  z-index: 1;
}
.home-message {
  padding: 0 0 var(--space-sm);
  background-color: var(--cream);
}
.home-message::before,
.home-message::after {
  display: none;
}
.home-message .message-card .kicker {
  color: var(--ink);
  opacity: 0.72;
}
.home-message .message-card .kicker::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 10px;
  border-radius: 1px;
  background: rgba(47, 123, 82, 0.42);
}
.home-message .message-card h2,
.message-heading h2 {
  margin: 0;
  font-size: var(--text-3xl);
  line-height: var(--leading-snug);
}
.message-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 3vw, 28px);
  margin-bottom: 22px;
}
.message-heading h2 {
  flex: 1 1 auto;
  min-width: 0;
}
.message-heading-art {
  flex: 0 0 auto;
  width: clamp(96px, 18vw, 168px);
  opacity: 0.88;
  mix-blend-mode: multiply;
  transform-origin: center;
  animation: message-seed-drift 8s ease-in-out infinite;
}
.message-quote-box {
  margin: 28px 0 24px;
  padding: 28px 32px;
  border-radius: 22px;
  background: rgba(233, 244, 237, 0.72);
}
.message-quote-box p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.message-quote-box p + p {
  margin-top: 6px;
}
.message-emphasis {
  display: inline;
  color: var(--ink) !important;
  font-weight: 700;
  text-decoration: none;
  background-image: linear-gradient(
    to right,
    transparent 0 2px,
    var(--green) 2px 5px,
    transparent 5px 8px
  );
  background-position: left 100%;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  padding-bottom: 0.35em;
}
.home-message .message-card.reveal > *:not(.message-heading) {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}
.home-message .message-card.reveal .message-heading {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}
.home-message .message-card.reveal .message-heading-art {
  opacity: 0;
  animation: none;
}
.home-message .message-card.visible > *:not(.message-heading),
.home-message .message-card.visible .message-heading {
  opacity: 1;
  transform: none;
}
.home-message .message-card.visible .message-heading-art {
  opacity: 0.88;
  animation: message-seed-drift 8s ease-in-out infinite;
}
.home-message .message-card.visible > .kicker {
  transition-delay: 0.05s;
}
.home-message .message-card.visible > .message-heading {
  transition-delay: 0.12s;
}
.home-message .message-card.visible > .message-heading + p {
  transition-delay: 0.22s;
}
.home-message .message-card.visible > .message-quote-box {
  transition-delay: 0.34s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.home-message .message-card.visible > .message-quote-box + p {
  transition-delay: 0.46s;
}
.home-message .message-card.visible > .message-emphasis {
  transition-delay: 0.58s;
}
.home-message .message-card.visible > .message-emphasis + p {
  transition-delay: 0.68s;
}
.home-message .message-card.visible > .message-sign {
  transition-delay: 0.8s;
}
@keyframes message-seed-drift {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  40% {
    transform: translate(8px, -12px) rotate(4deg);
  }
  70% {
    transform: translate(-4px, -6px) rotate(-2deg);
  }
}
.message-sign {
  margin: 24px 0 0;
  color: var(--ink) !important;
}
.message-layout {
  display: flex;
  justify-content: center;
}
.message-card {
  max-width: 900px;
  margin: 0;
  padding: 58px;
  border-radius: 38px;
  background: #fff;
  box-shadow: var(--shadow);
}
.message-card blockquote {
  margin: 28px 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.9;
}
.message-card p {
  color: var(--muted);
}
.home-message .message-card {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home-message .section-divider {
  margin-top: clamp(20px, 3vw, 32px);
}
.home-message + .join-section {
  padding-top: var(--space-md);
}
.join-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.join-card {
  position: relative;
  overflow: visible;
  padding: 38px;
  border-radius: var(--radius-card-sm);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.join-card h3 {
  font-size: var(--text-2xl);
  margin-top: 8px;
}
.join-card ul {
  padding-left: 20px;
  color: var(--muted);
}
.care-story {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 55px;
  align-items: start;
}
.care-index {
  position: sticky;
  top: 120px;
  padding: 34px;
  border-radius: 28px;
  background: #0c3e38;
  color: #fff;
}
.care-index p {
  color: #c9ddd6;
}
.care-groups {
  display: grid;
  gap: 18px;
}
.care-group {
  position: relative;
  overflow: visible;
  padding: 30px;
  border-radius: var(--radius-card-sm);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.care-group strong {
  display: block;
  font-size: 21px;
  margin-bottom: 8px;
}
.care-group p {
  margin: 0;
  color: var(--muted);
}
.editorial-note {
  padding-left: 24px;
  border-left: 4px solid var(--yellow);
  font-size: 19px;
}
.page-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.page-nav a {
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 850px) {
  .bento,
  .activity-grid,
  .principles,
  .story-grid,
  .join-grid,
  .care-story {
    grid-template-columns: 1fr;
  }
  .bento {
    grid-template-rows: repeat(4, 300px);
  }
  .activity-slide {
    flex-basis: min(78vw, 320px);
    height: 220px;
  }
  .activity-detail-copy {
    padding: 30px 26px 34px;
  }
  .care-index {
    position: static;
  }
  .story-visual {
    display: none;
  }
  .message-card {
    padding: 38px 25px;
  }
  .home-message {
    padding-bottom: var(--space-xs);
  }
  .home-message + .join-section {
    padding-top: var(--space-sm);
  }
  .home-message .message-card {
    padding: 0;
  }
  .message-heading {
    align-items: flex-start;
  }
  .message-heading-art {
    width: min(30vw, 108px);
    margin-top: 4px;
  }
  .message-quote-box {
    padding: 22px 20px;
  }
}
@media (max-width: 650px) {
  .news::before {
    width: 260px;
    height: 220px;
    top: -40px;
    left: -80px;
  }
  .news::after {
    width: 180px;
    height: 180px;
    bottom: 40px;
    right: -30px;
    border-width: 22px;
  }
  .news-actions .btn {
    width: 100%;
  }
  .botanical-page-hero {
    top: -6px;
    right: 8px;
    width: 190px;
    opacity: 0.22;
  }
  .activity-marquee-actions {
    justify-content: stretch;
  }
  .activity-marquee-actions .btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .activity-marquee {
    overflow-x: auto;
    mask-image: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .activity-marquee-track {
    animation: none;
  }
  .activity-slide {
    scroll-snap-align: start;
  }
  .message-heading-art,
  .home-message .message-card.visible .message-heading-art {
    animation: none;
  }
  .home-message .message-card.reveal > *:not(.message-heading),
  .home-message .message-card.reveal .message-heading,
  .home-message .message-card.reveal .message-heading-art {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
