:root {
  --ink: #10231d;
  --muted: #5b6d64;
  --deep-green: #086b4f;
  --green: #15966c;
  --mint: #dff5df;
  --warm-white: #fffdf8;
  --butter: #fff1b8;
  --sky: #dce9ff;
  --coral: #ff8e68;
  --lilac: #d6b6ea;
  --line: rgba(16, 35, 29, .14);
  --shadow: 0 20px 60px rgba(16, 35, 29, .12);
  --radius-lg: 32px;
  --radius-md: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--warm-white);
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
section[id] { scroll-margin-top: 104px; }
p, h1, h2, h3, ul, blockquote { margin-top: 0; }
h1, h2, h3 { line-height: 1.25; letter-spacing: -.025em; text-wrap: balance; }
h1, h2 { font-weight: 700; }
h3 { font-weight: 750; }

.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section--green { color: #fff; background: var(--deep-green); }
.section--mint { background: var(--mint); }
.section--blue { background: var(--sky); }
.section--butter { background: var(--butter); }
.section-label, .eyebrow {
  margin-bottom: 20px;
  color: var(--deep-green);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
}
.section-label--light { color: #b5edbe; }
.section-heading { max-width: 680px; }
.cta-copy-break { display: none; }
.section-heading h2 { margin-bottom: 24px; font-size: clamp(1.95rem, 3.2vw, 2.8rem); }
.section-heading .section-lead { margin: -4px 0 16px; color: var(--ink); font-size: 1.08rem; font-weight: 700; line-height: 1.6; }
.section-heading > p:last-child { max-width: 680px; margin-bottom: 0; color: var(--muted); }
.section--green .section-heading > p:last-child { color: rgba(255,255,255,.76); }

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  background: rgba(255,253,248,.92);
  border-bottom: 1px solid rgba(16,35,29,.08);
  backdrop-filter: blur(16px);
}
.site-header__inner, .site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header__inner { min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand__name { color: var(--muted); font-size: .82rem; font-weight: 700; line-height: 1.2; white-space: nowrap; }
.brand__logo-frame {
  display: block;
  width: 52px;
  height: 52px;
}
.brand__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.site-nav { display: flex; align-items: center; gap: 24px; font-size: .82rem; font-weight: 700; }
.site-nav > a:not(.button) { color: var(--muted); }
.site-nav > a:not(.button):hover, .text-link:hover, .card-link:hover { color: var(--green); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.3;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(16,35,29,.16); }
.button--header { min-height: 44px; padding: 9px 17px; color: #fff; background: var(--deep-green); }
.button--light { color: var(--deep-green); background: #fff; }
.button--green { color: #fff; background: var(--deep-green); }
.button--large { min-height: 58px; padding-inline: 28px; font-size: .95rem; }
.text-link { color: var(--deep-green); font-size: .83rem; font-weight: 800; transition: color .2s ease; }
.text-link--light { color: rgba(255,255,255,.88); }

.hero { overflow: hidden; padding: 78px 0 86px; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 64px; }
.hero__copy { position: relative; z-index: 1; }
.hero h1 { margin-bottom: 24px; font-size: clamp(2.85rem, 4.2vw, 4rem); font-weight: 800; letter-spacing: -.05em; }
.hero h1 em { color: #fff; font-style: normal; }
.hero h1 span { display: block; color: #a9ecb7; font-size: inherit; font-weight: inherit; letter-spacing: inherit; }
.hero__mobile-break { display: none; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.hero__visual { position: relative; min-height: 420px; display: grid; place-items: center; padding-bottom: 56px; }
.hero__motif { display: none; width: 100%; height: auto; }
.hero__visual::before { position: absolute; top: 18px; left: 50%; width: min(68%, 340px); aspect-ratio: 1; content: ""; border: 1px solid rgba(181,237,190,.48); border-radius: 50%; transform: translateX(-50%) rotate(12deg); }
.hero__visual::after { position: absolute; top: 34px; left: 16%; width: 82px; height: 82px; content: ""; border: 1px solid rgba(181,237,190,.5); border-radius: 50%; }
.hero__line { position: absolute; z-index: 2; width: 92px; height: 92px; border: 1px solid rgba(181,237,190,.5); border-radius: 50%; }
.hero__line--one { top: 52px; left: 0; }
.hero__line--two { right: 76px; bottom: 62px; width: 46px; height: 46px; }

.intro__heading h2 { margin-bottom: 24px; font-size: clamp(1.75rem, 3.2vw, 2.8rem); }
.intro__lead { margin: 0 0 36px; color: var(--ink); font-size: 1.08rem; font-weight: 700; line-height: 1.6; }
.intro__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.intro-card { display: grid; grid-template-rows: minmax(0, 1fr) minmax(0, 1fr); min-height: 250px; padding: 0 32px; color: #FFFFFF; background: #339A48; border-radius: 12px; text-align: center; }
.intro-card__top, .intro-card__bottom { display: flex; align-items: center; justify-content: center; margin: 0; padding: 0; font-size: 1rem; line-height: 1.7; text-align: center; }
.intro-card__top { border-bottom: 1px solid #FFFFFF; }
.intro-card__top > span { transform: translateY(6px); }
.intro-card__bottom > span { transform: translateY(-6px); }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 60px; max-width: none; }
.section-heading--split > p { max-width: 320px; margin-bottom: 8px; }
.people .section-heading--split { display: block; }
.people .section-heading--split > p { max-width: 680px; margin-top: 20px; margin-bottom: 0; }
.people h2 span { display: block; }
.people .section-heading h2 { font-size: clamp(2.05rem, 3.2vw, 2.8rem); }
.people__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 64px; }
.person-card { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 8px 28px rgba(16,35,29,.05); }
.person-card__visual { overflow: hidden; background: var(--mint); }
.person-card__visual img { width: 100%; height: auto; object-fit: contain; }
.person-card__content { display: flex; flex: 1; flex-direction: column; padding: 30px 26px 28px; text-align: center; }
.person-card__message { min-height: 7rem; }
.person-card h3 { margin-bottom: 15px; font-size: 1.55rem; }
.person-card__message > p { margin-bottom: 0; color: var(--muted); font-size: .87rem; line-height: 1.75; }
.person-card__benefits { margin-top: 0; }
.person-card ul { display: grid; gap: 7px; min-height: 0; margin: 0 0 25px; padding: 0; list-style: none; color: var(--ink); font-size: .82rem; font-weight: 700; }
.person-card li::before { margin-right: 8px; content: "✓"; color: var(--green); }
.person-card__benefit-label { margin: 0 0 12px; color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .11em; }
.person-card__list--benefits { margin-bottom: 25px; }
.person-card--business h3 .person-card__keep-break { display: block; }
.person-card--business .person-card__visual { background: var(--mint); }
.person-card--maker .person-card__visual { background: var(--butter); }
.person-card--community .person-card__visual { background: var(--sky); }
.card-link { display: inline-flex; align-items: center; justify-content: center; align-self: center; gap: 8px; min-height: 44px; margin-top: auto; padding: 10px 0; color: var(--deep-green); font-size: .79rem; font-weight: 900; transition: color .2s ease; }

.actions__grid { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: start; }
.actions h2 { margin-bottom: 22px; font-size: clamp(2.05rem, 3.2vw, 2.8rem); }
.actions__intro > p:not(.section-label) { max-width: 680px; margin-bottom: 30px; color: var(--muted); }
.actions__caption { display: inline-block; color: var(--deep-green); font-size: 1.35rem; font-weight: 850; transform: rotate(-4deg); }
.actions__list { display: grid; max-width: 880px; gap: 0; background: rgba(255,255,255,.62); border: 1px solid rgba(16,35,29,.1); border-radius: var(--radius-md); }
.action-row { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 29px 30px; border-bottom: 1px solid var(--line); }
.action-row:last-child { border-bottom: 0; }
.action-row > span { color: var(--green); font-size: .75rem; font-weight: 900; }
.action-row h3 { margin-bottom: 5px; font-size: 1.15rem; }
.action-row p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }

.message { background: var(--warm-white); }
.message__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 64px; }
.message-card { overflow: hidden; display: grid; grid-template-columns: .78fr 1.22fr; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 8px 28px rgba(16,35,29,.05); }
.message-card__photo { align-self: start; aspect-ratio: 4 / 5; overflow: hidden; background: var(--mint); }
.message-card__photo picture { display: block; width: 100%; height: 100%; }
.message-card__photo img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.message-card__body { padding: 31px 27px; }
.message-card__role { margin-bottom: 8px; color: var(--green); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.message-card h3 { margin-bottom: 24px; font-size: 1.45rem; }
.message-card h3 small { font-size: .7em; font-weight: 700; }
.message-card blockquote { margin: 0 0 20px; padding-left: 17px; border-left: 3px solid var(--coral); font-size: 1rem; font-weight: 800; line-height: 1.65; }
.message-card__copy { color: var(--muted); font-size: .84rem; }
.message-card__copy p { margin-bottom: 12px; }
.message-card__copy p:last-child { margin-bottom: 0; }
.faq__grid { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: start; }
.faq__list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; list-style: none; font-size: .96rem; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; top: 23px; right: 3px; content: "+"; color: var(--green); font-size: 1.2rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 100%; margin: -5px 0 22px; color: var(--muted); font-size: .87rem; }
.activities__list { display: grid; gap: 56px; margin: 64px 0 0; padding: 0; list-style: none; }
.activity { display: grid; gap: 28px; align-items: start; }
.activity__copy { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; align-items: start; }
.activity__number { color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .1em; line-height: 1.8; }
.activity__copy p { margin: 0; color: var(--muted); font-size: 1rem; }
.activity__photos { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; margin: 0; padding: 8px; background: var(--warm-white); }
.activity__photos--pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.activity__photos img { display: block; width: 100%; height: auto; object-fit: contain; }

.final-cta { text-align: center; }
.final-cta__inner { display: grid; justify-items: center; }
.final-cta h2 { margin-bottom: 23px; font-size: clamp(1.95rem, 3.2vw, 2.8rem); }
.final-cta p:not(.section-label) { max-width: 520px; margin-bottom: 32px; color: var(--muted); }
.final-cta__email { margin-top: 16px; color: var(--deep-green); font-size: .88rem; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.final-cta__email:hover { color: var(--green); }
.contact-copy-break { display: none; }

.site-footer { padding: 35px 0; color: #fff; background: var(--ink); }
.site-footer__meta { display: flex; align-items: center; gap: 25px; font-size: .78rem; font-weight: 700; }
.site-footer__meta a { color: #b5edbe; }
.site-footer__bottom { display: flex; justify-content: center; gap: 20px; margin-top: 0; padding-top: 0; color: rgba(255,255,255,.45); font-size: 1rem; text-align: center; }
.site-nav__contact { display: none; color: var(--muted); }

@media (max-width: 979px) {
  .site-nav { gap: 14px; }
  .site-nav > a:not(.button) { display: none; }
  .site-nav__contact { display: none; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); gap: 45px; }
  .hero__visual { min-height: 360px; }
  .hero__visual::before { top: 12px; width: min(68%, 286px); }
  .hero__visual::after { top: 24px; left: 9%; width: 64px; height: 64px; }
  .hero__actions { gap: 14px; }
  .actions__grid, .faq__grid { gap: 55px; }
  .person-card__content { padding: 24px 20px; }
  .person-card h3 { font-size: 1.35rem; }
  .message-card { grid-template-columns: 1fr; }
  .message-card__photo { aspect-ratio: 5 / 4; }
}

@media (max-width: 959px) {
  /* Tablet follows the mobile reading order until the desktop composition has room. */
  .actions__grid, .faq__grid { grid-template-columns: 1fr; gap: 42px; }
  .intro__cards { grid-template-columns: 1fr; gap: 18px; max-width: 720px; margin: 0 auto; }
  .intro-card { padding-inline: 28px; }
  .people__cards, .message__cards { grid-template-columns: 1fr; }
  .people__cards .person-card:last-child { grid-column: auto; width: auto; justify-self: stretch; }
  .section-heading--split { display: block; }
  .section-heading--split > p { max-width: 540px; margin-top: 20px; }
  .message-card { grid-template-columns: 1fr; }
  .message-card__photo { aspect-ratio: 5 / 4; }
}

@media (min-width: 960px) and (max-width: 1279px) {
  .intro-card { padding-inline: 28px; }
}

@media (min-width: 820px) and (max-width: 959px) {
  .person-card__content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 48px; padding: 34px 42px 30px; }
  .person-card__message { min-height: 0; }
  .person-card h3 { font-size: 1.8rem; }
  .person-card__message { grid-column: 1; grid-row: 1; }
  .person-card__benefits { grid-column: 2; grid-row: 1; }
  .person-card__benefit-label { font-size: .78rem; }
  .person-card ul { gap: 10px; font-size: .95rem; }
  .person-card .card-link { grid-column: 1; grid-row: 1; align-self: end; justify-self: center; min-height: 52px; margin-top: 0; padding: 0; align-items: flex-start; }
}

@media (min-width: 820px) and (max-width: 833px) {
  /* The heading still wraps to three lines in this narrow tablet band. */
  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (min-width: 960px) and (max-width: 1099px) {
  /* Give the longer business CTA the same top edge as the one-line CTAs. */
  .person-card__content { padding-left: 16px; padding-right: 16px; }
  .people__cards .card-link { min-height: 66px; align-items: flex-start; }
}

@media (min-width: 640px) {
  /* Wider compact layouts use natural text flow instead of mobile-only line breaks. */
  .people h2 span { display: inline; }
  .final-cta__inner > p:not(.section-label) { max-width: 680px; }
  .people h2 br, .person-card h3 br,
  .message-card h3 br, .message .section-heading h2 br { display: none; }
  .final-cta h2 br { display: none; }
}

@media (min-width: 960px) {
  .site-nav > a:not(.button), .site-nav__contact { display: inline; }
  .site-nav > .button--header { display: none; }
  .activity__photos:not(.activity__photos--pair) { max-width: calc(50% - 6px); justify-self: start; }
  .person-card--community h3 .community-wide-break { display: block; }
}

@media (min-width: 1280px) {
  .intro-card__nowrap { white-space: nowrap; }
  .intro-card__top { min-height: 0; letter-spacing: normal; }
}

@media (min-width: 640px) and (max-width: 959px) {
  .activity__photos:not(.activity__photos--pair) { max-width: calc(50% - 6px); justify-self: start; }
}

@media (max-width: 819px) {
  .container { width: min(100% - 36px, 560px); }
  .section { padding: 64px 0; }
  .site-header__inner { min-height: 66px; }
  .brand__logo-frame, .brand--footer .brand__logo-frame { width: 44px; height: 44px; }
  .button--header { min-height: 44px; padding: 8px 13px; font-size: .72rem; }
  .hero { position: relative; padding: 34px 0 42px; }
  .hero::before, .hero::after { display: none; }
  .hero__visual { position: absolute; top: 0; right: 0; z-index: 0; display: block; width: 54%; height: 190px; min-height: 0; padding: 0; pointer-events: none; }
  .hero__visual::before, .hero__visual::after, .hero__line { display: none; }
  .hero__motif { position: absolute; top: calc(34px - 2.02vw); right: 0; z-index: 0; display: block; width: clamp(150px, 34vw, 280px); height: auto; aspect-ratio: 486 / 420; object-fit: contain; }
  .hero__grid, .actions__grid, .faq__grid { grid-template-columns: 1fr; gap: 28px; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.6rem, 11.8vw, 2.85rem); }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero__actions .button { width: auto; }
  .hero__actions .text-link { align-self: flex-start; }
  .intro__heading h2 { font-size: clamp(1.35rem, 7vw, 1.75rem); letter-spacing: -.045em; }
  .section-heading h2 { font-size: 1.9rem; }
  .people .section-heading h2 { font-size: clamp(1.45rem, 7.2vw, 1.9rem); letter-spacing: -.045em; }
  .message .section-heading h2 { font-size: clamp(1.4rem, 7vw, 1.85rem); letter-spacing: -.045em; white-space: nowrap; }
  .people__cards, .message__cards { grid-template-columns: 1fr; margin-top: 40px; }
  .section-heading--split { display: block; }
  .section-heading--split > p { margin-top: 20px; }
  .person-card__message { min-height: 0; }
  .person-card__message > p { min-height: 0; }
  .person-card__benefits { margin-top: 24px; }
  .person-card__benefit-label { margin-top: 0; }
  .person-card h3 { font-size: clamp(1.45rem, 5.8vw, 1.7rem); }
  .person-card__message > p { font-size: .92rem; }
  .person-card ul { font-size: .9rem; }
  .person-card ul { min-height: 0; }
  .actions__intro > p:not(.section-label) { margin-bottom: 22px; }
  .action-row { padding: 24px 21px; }
  .message-card__photo { aspect-ratio: 5 / 4; }
  .message-card__body { padding: 24px 21px; }
  .faq__grid { gap: 35px; }
  .final-cta h2 { font-size: 1.9rem; }
  .site-footer__inner, .site-footer__meta { align-items: flex-start; flex-direction: column; }
  .site-footer__meta { gap: 8px; }
  .site-footer__bottom { margin-top: 0; }
}

@media (max-width: 819px) {
  .cta-copy-break { display: inline; }
  .hero__mobile-break { display: block; }
  .hero__actions .text-link { margin-left: 1em; }
}

@media (max-width: 639px) {
  .final-cta__inner > p:not(.section-label) { font-size: .9rem; letter-spacing: -.02em; }
  .contact-copy-break { display: block; }
  .intro__cards { gap: 14px; }
  .intro-card { padding-inline: 24px; }
  .activity__photos--pair { grid-template-columns: minmax(0, 1fr); }
}

@media (min-width: 640px) and (max-width: 819px) {
  .final-cta h2 br { display: block; }
}

@media (max-width: 479px) {
  .hero__motif { width: clamp(130px, 34vw, 150px); }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease var(--reveal-delay, 0ms), transform .55s ease var(--reveal-delay, 0ms); }
  .reveal.is-visible { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
