/* Green Growers LP — close to PDF design */
:root {
  --fg: #222;
  --bg: #fff;
  --brand: #0f6e3a;
  --muted: #f5f5f4;
  --line: #c9d3cd;
  --pill: #155f46;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  color: var(--fg);
  background: var(--bg);
  font-family: "Montserrat Thin Regular", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "YuGothic",
    Meiryo, sans-serif;
  line-height: 2;
  letter-spacing: 0.02em;
  text-rendering: optimizeLegibility;
}

.container {
  width: min(100% - 32px, 960px);
  margin-inline: auto;
}

.container.narrow {
  width: min(100% - 32px, 760px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fffcc0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eee;
}
.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}
.brand {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(20px, 4vw, 28px);
  color: var(--brand);
  text-decoration: none;
  letter-spacing: 0.02em;
}
.brand span {
  color: #0f0f0f;
  font-weight: 700;
}

.intro {
  position: relative;
  overflow: clip;
  padding-block: clamp(20px, 8vw, 48px);
}
.decor {
  position: absolute;
  z-index: -1;
  opacity: 0.95;
}
.decor--left {
  left: 0;
  top: 60px;
  width: min(56vw, 620px);
}
.decor--right {
  right: 0;
  top: -40px;
  width: min(50vw, 520px);
}
.decor img {
  width: 100%;
  height: auto;
  display: block;
}

.top-figure {
  max-width: min(60vw, 460px);
  display: flex;
  padding-right: 25%;
}

.top-figure img {
  height: auto;
  display: block;
}

.top-img-1 {
  width: 150%;
}
.top-img-2 {
  width: 75%;
}

.second-figure {
  width: 30%;
  margin: auto;
  margin-bottom: 4%;
}

.third-figure {
  width: 30%;
  margin: auto;
  margin-bottom: 4%;
}

.section {
  padding-block: clamp(24px, 8vw, 60px);
  text-align: center;
  position: relative;
}
.en {
  font-family: "Montserrat Thin Regular";
  font-weight: bolder;
  letter-spacing: 0.02em;
  font-size: clamp(19px, 6vw, 30px);
  margin: 0 0 20px;
}
.jp--lead {
  font-family: "Montserrat Thin Regular";
  font-size: clamp(20px, 5vw, 35px);
  margin: 0 0 30px;
}
.divider {
  width: 200px;
  height: 0;
  border-bottom: 6px dotted #d87;
  opacity: 0.45;
  margin: 12px auto 30px;
}
.para {
  margin: 0 auto;
  max-width: 60ch;
  opacity: 0.95;
  line-height: 50px;
}

.proof {
  padding: 0;
}
.panel {
  background: linear-gradient(#f7f8f7 0%, #f2f3f2 100%);
  border-top: 1px solid #e9eeec;
  position: relative;
  padding: 100px 0;
  z-index: -2;
}
.panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  height: 28px;
  background: #fff;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.side-figure {
  max-width: 340px;
  position: absolute;
  right: 0;
  z-index: -1;
}

.side-figure-1 {
  top: 30%;
}

.side-figure-2 {
  top: 235%;
}

.side-figure img {
  width: 100%;
  height: 100%;
}

.left-side-figure {
  max-width: 340px;
  position: absolute;
  left: 0;
  z-index: -1;
}

.left-side-figure img {
  width: 100%;
  height: 100%;
}

.left-2 {
  top: 35%;
}

.jp--catch {
  font-family: "Montserrat Thin Regular";
  font-weight: 600;
  font-size: clamp(18px, 5.4vw, 26px);
  margin: 0 auto 12px;
  max-width: 24em;
}
.center-figure {
  margin: 50px auto;
  max-width: min(70vw, 460px);
}
.center-figure img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.06));
}

.circles {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  padding-inline: 8px;
}

.two-circles {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.circle {
  aspect-ratio: 1 / 1;
  width: clamp(140px, 35vw, 260px);
  max-width: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  text-align: center;
  color: var(--fg);
  box-sizing: border-box;
}

.circle p {
  font-size: clamp(9px, 1.6vw, 14px);
  margin-top: 27%;
}

.circle-1 {
  background-image: url("./assets/img/svg/Asset\ 10.svg");
}

.circle-2 {
  background-image: url("./assets/img/svg/Asset\ 11.svg");
}

.circle-3 {
  background-image: url("./assets/img/svg/Asset\ 12.svg");
}

.back-wrap {
  text-align: center;
  margin: 80px 0 50px;
}
.btn {
  display: inline-block;
  padding: 12px 42px;
  border-radius: 999px;
  background: var(--pill);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.btn:hover {
  opacity: 0.9;
}

.site-footer {
  padding: 24px 0;
  border-top: 1px solid #eee;
  color: #666;
  text-align: center;
}

@media (min-width: 960px) {
  .container {
    width: min(100% - 64px, 980px);
  }
  .container.narrow {
    width: min(100% - 64px, 760px);
  }
  .circles {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .decor--left {
    top: 120px;
  }
  .decor--right {
    top: -60px;
  }
}

@media (max-width: 480px) {
  .top-figure {
    padding-right: 35%;
  }

  .left-side-figure {
    max-width: 150px;
  }

  .side-figure {
    max-width: 150px;
  }

  .side-figure-2 {
    top: 175%;
  }

  .en {
    font-size: 13px;
  }
  .para {
    opacity: 0.95;
    line-height: 30px;
    font-size: 10px;
  }
  .jp--lead {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .jp--catch {
    font-size: 17px;
  }
  .panel {
    padding: 40px 0;
  }
  .circle p {
    font-size: 6px;
  }
  .two-circles {
    gap: 10px;
  }
  .back-wrap {
    text-align: center;
    margin: 60px 0 20px;
  }
  .btn {
    padding: 5px 20px;
    font-size: 14px;
  }
  .btn:hover {
    opacity: 0.9;
  }

  .site-footer {
    padding: 10px 0;
  }
}
