:root {
  --green-900: #203b2a;
  --green-700: #3f6f47;
  --green-500: #78a563;
  --green-100: #edf5e8;
  --yellow: #f4ca55;
  --orange: #df7f36;
  --paper: #fffdf7;
  --ink: #243129;
  --muted: #667168;
  --line: #dbe4d6;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(35, 64, 48, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.9;
  background: var(--paper);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 4vw, 56px);
  background: rgba(255, 253, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--green-900);
  font-weight: 800;
  background: var(--yellow);
  border: 2px solid var(--green-700);
  border-radius: 50%;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  line-height: 1.3;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--green-900);
  font-size: 14px;
  font-weight: 700;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  padding: 8px 0;
}

.line-mini,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
}

.line-mini {
  color: var(--white);
  background: var(--green-700);
  font-size: 14px;
}

.button.primary,
.button.submit {
  color: var(--white);
  background: var(--orange);
  box-shadow: var(--shadow);
}

.button.secondary {
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.64);
}

.hero {
  position: relative;
  min-height: min(760px, 86vh);
  display: flex;
  align-items: flex-end;
  padding: clamp(110px, 14vw, 170px) clamp(20px, 5vw, 72px) clamp(70px, 10vw, 110px);
  overflow: hidden;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(25, 48, 33, 0.78), rgba(25, 48, 33, 0.24) 58%, rgba(25, 48, 33, 0.12)),
    linear-gradient(180deg, rgba(25, 48, 33, 0.08), rgba(25, 48, 33, 0.58)),
    url("assets/hero-farm.jpeg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--yellow);
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(38px, 6.2vw, 76px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 16px;
  color: var(--green-900);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.25;
}

h3 {
  color: var(--green-900);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.45;
}

.lead {
  max-width: 680px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(17px, 2vw, 22px);
}

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

.line-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1120px, calc(100% - 40px));
  margin: -46px auto 0;
  padding: 26px;
  position: relative;
  z-index: 3;
  background: rgba(255, 253, 247, 0.96);
  border: 1px solid var(--line);
  border-left: 8px solid var(--orange);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.line-callout h2 {
  margin-bottom: 6px;
  font-size: clamp(22px, 2.2vw, 30px);
}

.line-callout p {
  margin-bottom: 0;
  color: var(--muted);
}

.qr-box {
  display: grid;
  place-items: center;
  gap: 5px;
  flex: 0 0 150px;
  width: 150px;
  margin: 0;
  padding: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.qr-box img { width: 132px; height: 132px; object-fit: contain; }
.qr-box figcaption { line-height: 1.45; }

.news-strip {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  width: min(1120px, calc(100% - 40px));
  margin: 34px auto 0;
  padding: 24px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.news-label h2,
.news-label p { margin-bottom: 0; }
.news-label h2 { font-size: 24px; }
.news-items { display: grid; }

.news-items a {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  padding: 11px 0;
  color: var(--green-900);
  border-bottom: 1px solid var(--line);
}

.news-items a:last-child { border-bottom: 0; }
.news-items time {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.section {
  padding: clamp(78px, 10vw, 132px) clamp(20px, 5vw, 72px);
}

.section-heading {
  width: min(900px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading p {
  color: var(--muted);
}

.photo-intro,
.contact-layout,
.profile-layout {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.photo-intro-copy p,
.contact-layout p,
.profile-layout p {
  color: #45564a;
  font-size: 17px;
}

.photo-card {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(35, 64, 48, 0.1);
}

.photo-card img {
  aspect-ratio: 4 / 3;
}

.photo-card.large img {
  aspect-ratio: 5 / 4;
}

.photo-card.tall img {
  aspect-ratio: 3 / 4;
}

.baton-philosophy { background: #fffaf0; border-block: 1px solid var(--line); }
.baton-philosophy-copy { width: min(860px, 100%); margin: 0 auto 42px; text-align: center; }
.baton-philosophy-copy h2 { font-size: clamp(38px, 5vw, 62px); }
.baton-philosophy-copy > p:not(.eyebrow) { color: #45564a; font-size: 17px; }
.baton-philosophy-copy .baton-philosophy-lead { margin: 8px 0 18px; color: var(--orange); font-size: clamp(21px, 3vw, 30px); font-weight: 900; }
.baton-concepts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; width: min(1200px, 100%); margin: 0 auto; }
.baton-concept { display: flex; flex-direction: column; min-height: 320px; padding: clamp(28px, 4vw, 44px); color: inherit; background: var(--white); border: 1px solid var(--line); border-top: 6px solid var(--green-500); border-radius: 12px; box-shadow: 0 12px 30px rgba(35, 64, 48, 0.09); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.baton-concept.vegetable-baton { border-top-color: #d6a63a; }
.baton-concept.recipe-baton { border-top-color: var(--orange); }
.baton-concept:hover, .baton-concept:focus-visible { transform: translateY(-4px); box-shadow: var(--shadow); }
.baton-concept > span { color: var(--green-700); font-size: 13px; font-weight: 900; }
.baton-concept.vegetable-baton > span { color: #96701c; }
.baton-concept.recipe-baton > span { color: var(--orange); }
.baton-concept h3 { margin: 13px 0 12px; font-size: clamp(25px, 3vw, 34px); }
.baton-concept p { color: var(--muted); }
.baton-concept strong { margin-top: auto; color: var(--green-700); }
.baton-concept.vegetable-baton strong { color: #806018; }
.baton-concept.recipe-baton strong { color: var(--orange); }
.baton-philosophy-close { margin: 34px 0 0; color: var(--green-900); font-size: clamp(22px, 3vw, 32px); font-weight: 900; text-align: center; }

.history-section { background: #fff; }
.history-heading { margin-bottom: 28px; }
.history-note {
  width: min(980px, 100%);
  margin: 0 auto 38px;
  padding: 22px 26px;
  color: #45564a;
  background: #f7f8ef;
  border-left: 5px solid var(--green-500);
  border-radius: 4px;
}
.history-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.history-list li {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.history-list time {
  display: block;
  margin-bottom: 13px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.history-list h3 { margin: 0 0 12px; font-size: clamp(21px, 2vw, 27px); }
.history-list p { margin: 0; color: var(--muted); }

.photo-intro .photo-card.large img {
  object-position: center 68%;
}

.gallery-grid .photo-card:nth-child(1) img {
  object-position: center 62%;
}

.gallery-grid .photo-card:nth-child(2) img {
  object-position: center 58%;
}

.gallery-grid .photo-card:nth-child(3) img {
  object-position: 38% center;
}

.photo-card figcaption {
  padding: 14px 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.section-soft {
  background: #edf5e8;
}

.activity-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.activity-card,
.contact-form,
.profile-list {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(35, 64, 48, 0.08);
}

.activity-card {
  padding: 28px;
}

.activity-card-link {
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.activity-card-link:hover,
.activity-card-link:focus-visible {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.card-more {
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
}

.activity-card p {
  color: var(--muted);
}

.activity-card-title span {
  display: block;
  white-space: nowrap;
}

.project-door {
  padding: clamp(64px, 8vw, 100px) clamp(20px, 5vw, 72px);
  background: #fffdf7;
}

.project-door > div {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: clamp(30px, 5vw, 54px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.project-door h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 48px);
}

.project-door p {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
}

.project-door .project-door-lead {
  color: var(--green-700);
  font-size: clamp(21px, 2.6vw, 28px);
  font-weight: 900;
}

.keep-together {
  white-space: nowrap;
}

.text-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--orange);
  font-weight: 900;
}

.number {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 28px;
  font-weight: 900;
}

.photo-band {
  min-height: clamp(360px, 52vw, 600px);
  display: flex;
  align-items: flex-end;
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(31, 63, 47, 0.08), rgba(31, 63, 47, 0.76)),
    linear-gradient(90deg, rgba(31, 63, 47, 0.62), rgba(31, 63, 47, 0.04)),
    url("assets/closing-light.jpeg");
  background-size: cover;
  background-position: center;
}

.photo-band div {
  width: min(760px, 100%);
}

.photo-band h2 {
  color: var(--white);
  font-size: clamp(30px, 4.5vw, 58px);
}

.photo-band .eyebrow {
  color: var(--yellow);
}

.gallery-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.85fr 1fr;
  gap: 16px;
  align-items: start;
}

.section-profile {
  background: #f7f8ef;
}

.section-support {
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(32, 59, 42, 0.96), rgba(63, 111, 71, 0.9)),
    url("assets/closing-light.jpeg") center / cover;
}

.support-layout {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}

.section-support h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(34px, 5vw, 62px);
}

.section-support p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}

.section-support .eyebrow {
  color: var(--yellow);
}

.support-action {
  padding: clamp(20px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.support-photo {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) 2fr;
  gap: 18px;
  margin: 0 0 18px;
  align-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 10px;
}

.support-photo img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
}

.support-photo figcaption {
  padding: 14px 18px 14px 0;
}

.support-photo strong,
.support-photo span {
  display: block;
}

.support-photo strong {
  width: 100%;
  padding: 11px 16px;
  color: #0d6338;
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 0.35px #0d6338;
  background: #d9cf78;
  border-radius: 9px;
}

.support-photo span {
  margin-top: 11px;
  color: #435548;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.supporter-plans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.supporter-plan-card {
  display: block;
  padding: 16px 18px;
  color: var(--green-900);
  background: var(--white);
  border: 2px solid transparent;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.supporter-plan-card:hover,
.supporter-plan-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(24, 53, 35, 0.16);
}

.supporter-plans .featured-plan {
  background: #fff8d7;
  border-color: var(--yellow);
}

.supporter-plans span {
  display: inline-flex;
  padding: 3px 9px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  background: #fff1e3;
  border-radius: 999px;
}

.supporter-plans h3 {
  margin: 8px 0 1px;
  font-size: 19px;
}

.supporter-plans .plan-amount {
  display: block;
  margin-bottom: 9px;
  color: var(--green-700);
  font-size: 28px;
  line-height: 1.35;
}

.supporter-plans p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.supporter-plans p b {
  display: block;
  margin-bottom: 3px;
  color: var(--green-900);
  font-size: 14px;
}

.plan-link {
  display: block;
  margin-top: 12px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}

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

.profile-list {
  margin: 0;
  overflow: hidden;
}

.profile-side {
  display: grid;
  gap: 18px;
}

.profile-cuts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.profile-cuts figure {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(35, 64, 48, 0.08);
}

.profile-cuts img {
  aspect-ratio: 4 / 3;
  height: clamp(230px, 32vw, 320px);
  object-fit: contain;
  background: #eef4e8;
}

.profile-cuts figure:first-child img {
  object-position: center 62%;
}

.profile-cuts figure:last-child img {
  object-position: center 54%;
}

.profile-cuts figcaption {
  padding: 11px 13px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.profile-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  border-bottom: 1px solid var(--line);
}

.profile-list div:last-child {
  border-bottom: 0;
}

.profile-list dt,
.profile-list dd {
  margin: 0;
  padding: 20px;
}

.profile-list dt {
  color: var(--green-900);
  font-weight: 900;
  background: var(--green-100);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 34px;
}

.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.email-button { color: var(--white); background: var(--green-700); }
.email-button:hover, .email-button:focus-visible { background: var(--green-900); }
.instagram-button { color: var(--white); background: #b7358a; }
.instagram-button:hover, .instagram-button:focus-visible { background: #92296e; }
.instagram-upcoming-button { color: #8b2e6d; background: #f7e8f1; border: 1px solid #dca8c9; }
.instagram-upcoming-button:hover, .instagram-upcoming-button:focus-visible { background: #efd3e4; }
.contact-email { margin-top: 16px; font-size: 14px; overflow-wrap: anywhere; }
.contact-email a { color: var(--green-700); font-weight: 800; }

.contact-form label {
  color: var(--green-900);
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  background: #fff;
  border: 1px solid #cbd7c6;
  border-radius: 8px;
}

.submit {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--green-900);
}

.site-footer p {
  margin: 0;
}

.site-footer a { color: inherit; font-weight: 800; }

@media (max-width: 1040px) {
  .baton-concepts {
    grid-template-columns: 1fr;
    width: min(720px, 100%);
  }

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

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

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .photo-intro,
  .contact-layout,
  .profile-layout,
  .support-layout {
    grid-template-columns: 1fr;
  }

  .baton-concepts { grid-template-columns: 1fr; }
  .history-list { grid-template-columns: 1fr; }
  .history-list li { min-height: 0; }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .line-mini {
    width: 100%;
  }

  .section {
    padding: 68px 18px;
  }

  .hero {
    min-height: 660px;
    padding: 120px 18px 64px;
  }

  .line-callout {
    flex-direction: column;
    align-items: stretch;
    width: calc(100% - 28px);
    margin-top: -28px;
  }

  .qr-box {
    width: 100%;
    flex-basis: auto;
  }

  .qr-box img { width: 150px; height: 150px; }

  .news-strip {
    grid-template-columns: 1fr;
    gap: 12px;
    width: calc(100% - 28px);
    padding: 22px;
  }

  .news-items a {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .activity-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .supporter-plans {
    grid-template-columns: 1fr;
  }

  .support-photo {
    grid-template-columns: minmax(110px, 1fr) 2fr;
  }

  .support-photo img {
    width: 100%;
    height: 156px;
  }

  .profile-list div {
    grid-template-columns: 1fr;
  }

  .profile-list dt,
  .profile-list dd {
    padding: 14px 16px;
  }

  .site-footer {
    display: block;
  }
}
