﻿:root {
  --green: #08733d;
  --green-dark: #064525;
  --green-mid: #4fa02e;
  --green-pale: #edf7e8;
  --mint: #f6fbf4;
  --ink: #10241a;
  --muted: #52665b;
  --line: rgba(8, 115, 61, .18);
  --shadow: 0 14px 38px rgba(28, 58, 38, .13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  padding: 0 clamp(28px, 5vw, 86px);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(8, 60, 32, .1);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  font-weight: 900;
}

.brand-logo {
  width: 210px;
  height: auto;
  display: block;
}

.brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 34px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #008849, #8bc34a);
}

.brand-mark::before {
  left: 4px;
  bottom: 1px;
  transform: rotate(-38deg);
}

.brand-mark::after {
  right: 2px;
  top: 1px;
  transform: rotate(28deg);
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 29px;
  letter-spacing: .15em;
}

.brand-copy small {
  color: #456454;
  font-size: 10px;
  letter-spacing: .08em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  color: #111;
  font-size: 15px;
  font-weight: 800;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  background: var(--green-dark);
}

.hero {
  position: relative;
  min-height: 520px;
  padding-top: 78px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .94) 28%, rgba(255, 255, 255, .44) 48%, rgba(238, 248, 231, .5) 66%, #eef8e7 100%),
    #eef8e7;
}

.hero-bg {
  position: absolute;
  inset: 78px 0 0 auto;
  width: 64%;
  background: url("../images/top/hero-main-generated-v1.png") center / cover no-repeat;
  opacity: .92;
}

.hero-bg::before,
.hero-bg::after,
.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.hero-bg::before {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 1) 0 2.5px, rgba(166, 238, 93, .86) 3px, transparent 8px) 12% 88% / 140px 210px,
    radial-gradient(circle, rgba(255, 255, 255, .98) 0 2px, rgba(134, 220, 85, .78) 2.6px, transparent 7px) 38% 96% / 170px 260px,
    radial-gradient(circle, rgba(255, 255, 255, .98) 0 2.2px, rgba(198, 255, 126, .82) 2.8px, transparent 8px) 62% 92% / 150px 230px,
    radial-gradient(circle, rgba(255, 255, 255, .94) 0 1.8px, rgba(126, 207, 80, .76) 2.4px, transparent 6px) 88% 98% / 120px 190px;
  filter: drop-shadow(0 0 12px rgba(126, 207, 80, .86)) drop-shadow(0 0 20px rgba(255, 255, 255, .9));
}

.hero-bg::after {
  background:
    radial-gradient(circle, rgba(255, 255, 255, .98) 0 1.9px, rgba(142, 226, 93, .72) 2.5px, transparent 7px) 24% 100% / 130px 240px,
    radial-gradient(circle, rgba(255, 255, 255, .94) 0 1.6px, rgba(181, 255, 126, .78) 2.2px, transparent 6px) 56% 94% / 112px 210px,
    radial-gradient(circle, rgba(255, 255, 255, .9) 0 1.5px, rgba(118, 204, 77, .68) 2px, transparent 5.5px) 78% 96% / 168px 280px;
  filter: drop-shadow(0 0 12px rgba(126, 207, 80, .78)) drop-shadow(0 0 18px rgba(255, 255, 255, .82));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 78px auto 0 0;
  width: min(82%, 980px);
  background:
    radial-gradient(ellipse at 38% 58%, rgba(255, 255, 255, .92) 0 32%, rgba(255, 255, 255, .54) 56%, rgba(255, 255, 255, .12) 78%, transparent 100%),
    linear-gradient(104deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .88) 38%, rgba(255, 255, 255, .42) 64%, rgba(255, 255, 255, .08) 84%, transparent 100%);
  border-bottom-right-radius: 86% 42%;
  z-index: 1;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 94px;
  background: linear-gradient(176deg, transparent 0 33%, rgba(173, 215, 111, .52) 34% 69%, rgba(138, 194, 78, .24) 70% 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(48px, 1fr) minmax(420px, 560px) minmax(420px, 680px) minmax(48px, 1fr);
  min-height: 442px;
  align-items: center;
}

.hero-copy {
  position: relative;
  grid-column: 2;
  padding-bottom: 42px;
}

.hero-copy::before,
.hero-copy::after {
  z-index: 0;
  inset: -26px -26px -8px -34px;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero-copy::before {
  background:
    radial-gradient(circle, rgba(255, 255, 255, .96) 0 1.8px, rgba(158, 228, 92, .55) 2.4px, transparent 7px) 8% 96% / 176px 290px,
    radial-gradient(circle, rgba(255, 255, 255, .9) 0 1.5px, rgba(190, 255, 132, .48) 2px, transparent 5.5px) 58% 100% / 220px 330px;
  filter: drop-shadow(0 0 10px rgba(126, 207, 80, .62));
}

.hero-copy::after {
  background:
    radial-gradient(circle, rgba(255, 255, 255, .84) 0 1.4px, rgba(154, 224, 88, .38) 2px, transparent 5.5px) 34% 100% / 210px 340px;
  filter: drop-shadow(0 0 8px rgba(126, 207, 80, .54));
}

.hero h1 {
  margin: 0;
  color: #07592f;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(50px, 5.2vw, 74px);
  font-weight: 800;
  line-height: 1.44;
  letter-spacing: .09em;
}

.hero-title-line { display: block; }

.mobile-break { display: block; }

.hero-lead {
  margin: 24px 0 24px;
  color: #161c18;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .04em;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
}

.button::after,
.section-bar a::after,
.goods-card a::after {
  content: "›";
  margin-left: 14px;
  font-size: 22px;
  line-height: 1;
}

.button.primary {
  color: #fff;
  background: linear-gradient(90deg, #00783f, #07964f);
  box-shadow: 0 14px 26px rgba(0, 120, 63, .24);
}

.button.ghost {
  color: var(--green);
  border: 1px solid var(--green);
  background: rgba(255, 255, 255, .78);
}

.hero-badge {
  grid-column: 3;
  justify-self: end;
  width: 170px;
  min-height: 170px;
  margin-right: 6%;
  display: grid;
  place-items: center;
  padding: 26px;
  color: var(--green);
  text-align: center;
  background: rgba(255, 255, 255, .9);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(35, 78, 45, .14);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.65;
}

.hero-badge i {
  width: 32px;
  height: 22px;
  border: solid var(--green);
  border-width: 0 2px 2px 0;
  border-radius: 0 0 20px 0;
  transform: rotate(45deg);
  margin-top: -8px;
}

.has-js .hero-title-line,
.has-js .hero-lead,
.has-js .hero-actions,
.has-js .hero-badge,
.has-js .hero-bg {
  opacity: 0;
}

.hero.is-ready .hero-title-line {
  animation: flowText .75s cubic-bezier(.2, .72, .2, 1) forwards;
}

.hero.is-ready .hero-title-line:nth-child(2) { animation-delay: .16s; }
.hero.is-ready .hero-lead { animation: flowText .72s cubic-bezier(.2, .72, .2, 1) .34s forwards; }
.hero.is-ready .hero-actions { animation: flowText .72s cubic-bezier(.2, .72, .2, 1) .52s forwards; }
.hero.is-ready .hero-bg { animation: photoIn .9s ease .18s forwards; }
.hero.is-ready .hero-badge { animation: badgeIn .8s ease .72s forwards; }
.hero.is-ready .hero-bg::before { animation: fireflyRise 6.4s ease-in-out 1.2s infinite; }
.hero.is-ready .hero-bg::after { animation: fireflyRise 8s ease-in-out 2s infinite; }
.hero.is-ready .hero-copy::before { animation: fireflyRiseText 7.2s ease-in-out 1.55s infinite; }
.hero.is-ready .hero-copy::after { animation: fireflyRiseText 9s ease-in-out 2.4s infinite; }

@keyframes flowText {
  from { opacity: 0; transform: translateX(-34px); filter: blur(8px); }
  to { opacity: 1; transform: translateX(0); filter: blur(0); }
}

@keyframes photoIn {
  from { opacity: 0; transform: translateX(36px) scale(1.02); filter: blur(8px); }
  to { opacity: .92; transform: translateX(0) scale(1); filter: blur(0); }
}

@keyframes badgeIn {
  from { opacity: 0; transform: translateY(18px) scale(.92); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes fireflyRise {
  0%, 100% {
    opacity: 0;
    transform: translate3d(0, 36px, 0) scale(.78);
  }
  16% {
    opacity: .82;
  }
  48% {
    opacity: .96;
    transform: translate3d(10px, -54px, 0) scale(1.06);
  }
  78% {
    opacity: .18;
    transform: translate3d(-8px, -128px, 0) scale(.92);
  }
}

@keyframes fireflyRiseText {
  0%, 100% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(.8);
  }
  18% {
    opacity: .22;
  }
  52% {
    opacity: .34;
    transform: translate3d(8px, -42px, 0) scale(1.04);
  }
  80% {
    opacity: .12;
    transform: translate3d(-6px, -112px, 0) scale(.92);
  }
}

.section {
  padding: 54px clamp(28px, 6vw, 96px);
}

.sub-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(127, 194, 76, .18), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f8fbf4 100%);
}

.about-page {
  position: relative;
  overflow: hidden;
}

.about-page::before {
  content: "";
  position: absolute;
  top: 78px;
  right: 0;
  width: min(56vw, 760px);
  height: min(62vw, 820px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .76) 30%, rgba(255, 255, 255, .2) 66%, rgba(255, 255, 255, .04) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(237, 248, 231, .58)),
    url("../images/about/about-fresh-landscape.png") center / cover no-repeat;
  opacity: .38;
  filter: saturate(1.06) brightness(1.08);
  border-bottom-left-radius: 78% 54%;
  mask-image: radial-gradient(ellipse at 68% 34%, #000 0 42%, rgba(0, 0, 0, .7) 58%, transparent 82%);
  pointer-events: none;
  z-index: 0;
}

.about-page > * {
  position: relative;
  z-index: 1;
}

.services-page {
  position: relative;
  overflow: hidden;
}

.services-page::before {
  content: "";
  position: absolute;
  top: 78px;
  right: 0;
  width: min(54vw, 740px);
  height: min(50vw, 680px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .76) 28%, rgba(255, 255, 255, .22) 64%, rgba(255, 255, 255, .04) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(237, 248, 231, .5)),
    url("../images/services/services-desk-landscape.png") center / cover no-repeat;
  opacity: .34;
  filter: saturate(.96) brightness(1.08);
  border-bottom-left-radius: 78% 56%;
  mask-image: radial-gradient(ellipse at 70% 36%, #000 0 44%, rgba(0, 0, 0, .68) 58%, transparent 82%);
  pointer-events: none;
  z-index: 0;
}

.services-page > * {
  position: relative;
  z-index: 1;
}

.sub-hero {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 96px clamp(28px, 7vw, 110px) 66px;
  overflow: hidden;
}

.sub-hero::after {
  content: "";
  position: absolute;
  right: clamp(28px, 9vw, 140px);
  bottom: 28px;
  width: 160px;
  height: 100px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(127, 194, 76, .28), rgba(8, 115, 61, .08));
  transform: rotate(-18deg);
}

.sub-hero h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--green);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1.25;
}

.sub-hero > p:not(.section-kicker) {
  max-width: 660px;
  margin: 0;
  color: #202b24;
  font-size: 17px;
  font-weight: 800;
  line-height: 2;
}

.about-message {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(14px, 3.5vw, 44px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.about-message-copy h2 {
  margin: 0 0 18px;
  color: var(--green);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.35;
}

.about-message-copy p:not(.section-kicker) {
  margin: 0 0 18px;
  color: #26352c;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.about-message-copy p:last-child {
  margin-bottom: 0;
}

.about-message-panel {
  margin: 0;
  min-height: 330px;
  align-self: center;
  justify-self: start;
  width: min(58vw, 680px);
  transform: translateX(-24px);
  overflow: visible;
  pointer-events: none;
}

.about-message-panel img {
  display: block;
  width: 100%;
  max-width: none;
  opacity: .9;
  mix-blend-mode: multiply;
  filter: saturate(1.04) contrast(1.02);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 52%, rgba(0, 0, 0, .72) 68%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 52%, rgba(0, 0, 0, .72) 68%, transparent 100%);
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.about-feature-grid article {
  min-height: 250px;
  padding: 28px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.about-feature-grid h3 {
  margin: 6px 0 12px;
  color: var(--green);
  font-size: 19px;
}

.about-feature-grid p {
  margin: 0;
  color: #344339;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
}

.about-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.about-step-list li {
  padding: 28px 24px;
  background: #fff;
  border-left: 5px solid #7fc24c;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.about-step-list span {
  display: block;
  margin-bottom: 12px;
  color: rgba(8, 115, 61, .32);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.about-step-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 20px;
}

.about-step-list p {
  margin: 0;
  color: #344339;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
}

.owner-section {
  max-width: 1240px;
  margin: 0 auto;
}

.owner-card {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 30px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(245, 251, 241, .9)),
    radial-gradient(circle at 88% 12%, rgba(127, 194, 76, .18), transparent 28%);
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.owner-profile,
.owner-qualifications {
  min-width: 0;
}

.owner-profile {
  padding: 0;
}

.owner-profile img {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  margin: 0 auto 24px;
  border-radius: 50%;
  border: 8px solid #eef8e7;
}

.owner-profile h3 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 28px;
}

.owner-profile h3 span {
  display: block;
  margin-top: 4px;
  color: #627267;
  font-size: 13px;
  letter-spacing: .12em;
}

.owner-profile p:not(.section-kicker) {
  margin: 0 0 14px;
  color: #344339;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.95;
}

.owner-profile p:last-child {
  margin-bottom: 0;
}

.owner-qualifications {
  padding: 0;
}

.owner-qualifications h3 {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 26px;
}

.owner-qualifications ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.owner-qualifications li {
  position: relative;
  padding: 12px 14px 12px 42px;
  color: #26352c;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .12);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.owner-qualifications li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 14px;
  height: 18px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #8bc34a, var(--green));
  transform: translateY(-50%) rotate(-28deg);
}

.services-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 1240px;
  margin: 0 auto;
}

.services-summary-grid a {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.services-summary-grid img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.services-summary-grid span {
  position: absolute;
  inset: auto 12px 12px;
  padding: 10px 12px;
  color: var(--green);
  background: rgba(255, 255, 255, .92);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.services-summary-grid a:hover img {
  transform: scale(1.05);
}

.service-stage {
  position: relative;
  padding: clamp(42px, 7vw, 86px) clamp(22px, 6vw, 96px);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(139, 195, 74, .18), transparent 24%),
    radial-gradient(circle at 92% 40%, rgba(0, 120, 63, .14), transparent 26%),
    linear-gradient(180deg, #f7fcf4 0%, #fff 42%, #edf8e7 100%);
}

.service-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 115, 61, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 115, 61, .055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.service-stage-nav {
  position: sticky;
  top: 96px;
  z-index: 2;
  display: flex;
  gap: 10px;
  width: max-content;
  margin: 0 0 -54px auto;
  padding: 7px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(8, 115, 61, .12);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 83, 43, .12);
  backdrop-filter: blur(12px);
}

.service-stage-nav a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--green);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.service-stage-nav a.is-active {
  color: #fff;
  background: var(--green);
  transform: translateY(-2px);
}

.service-stage::after {
  content: "";
  position: absolute;
  inset: clamp(42px, 7vw, 86px) clamp(22px, 6vw, 96px);
  z-index: 0;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(0, 83, 43, .13);
  pointer-events: none;
}

.service-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  max-width: 1240px;
  min-height: min(760px, calc(100vh - 76px));
  margin: 0 auto;
  padding: clamp(42px, 5.5vw, 78px) clamp(22px, 3.4vw, 36px);
  scroll-margin-top: 120px;
}

.has-js .service-panel {
  opacity: .42;
  transform: translateY(46px) scale(.975);
  transition: opacity .65s ease, transform .65s ease;
}

.service-panel::after {
  content: "";
  position: absolute;
  left: clamp(22px, 3.4vw, 36px);
  right: clamp(22px, 3.4vw, 36px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8, 115, 61, .2), transparent);
}

.service-panel:last-child {
  padding-bottom: clamp(42px, 5.5vw, 78px);
}

.service-panel.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.service-panel:last-child::after {
  display: none;
}

.service-panel.reverse .service-panel-media {
  order: 2;
}

.service-panel-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 14px;
}

.has-js .service-panel-media {
  opacity: 0;
  filter: blur(14px) saturate(.72);
  transform: translate(-78px, 54px) rotate(-4deg) scale(.92);
  transition:
    opacity .9s ease,
    filter 1s ease,
    transform 1.1s cubic-bezier(.16, .92, .18, 1);
}

.has-js .service-panel.reverse .service-panel-media {
  transform: translate(78px, 54px) rotate(4deg) scale(.92);
}

.has-js .service-panel.is-visible .service-panel-media {
  opacity: 1;
  filter: blur(0) saturate(1);
  transform: translate(0, 0) rotate(0) scale(1);
}

.service-panel-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .04), transparent 36%),
    linear-gradient(180deg, transparent 58%, rgba(0, 120, 63, .16));
  pointer-events: none;
}

.service-panel-media::before {
  content: "";
  position: absolute;
  inset: -30% -80%;
  z-index: 1;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, .72), transparent 65%);
  transform: translateX(-55%) rotate(8deg);
  opacity: 0;
  pointer-events: none;
}

.service-panel.is-visible .service-panel-media::before {
  animation: serviceImageSweep 1.2s ease .18s both;
}

.service-panel-media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  display: block;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform .9s ease;
}

.service-panel.is-visible .service-panel-media img {
  transform: scale(1);
}

.service-panel-copy {
  min-width: 0;
}

.has-js .service-panel-copy > * {
  opacity: 0;
  filter: blur(10px);
  transform: translate(var(--reveal-x, 0), var(--reveal-y, 34px)) rotate(var(--reveal-r, 0));
  transition:
    opacity .72s ease,
    filter .8s ease,
    transform .96s cubic-bezier(.16, .9, .18, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.has-js .service-panel-copy .section-kicker {
  --reveal-x: -34px;
  --reveal-y: -26px;
  --reveal-r: -2deg;
  --reveal-delay: 120ms;
}

.has-js .service-panel-copy h2 {
  --reveal-x: 46px;
  --reveal-y: -18px;
  --reveal-r: 2deg;
  --reveal-delay: 190ms;
}

.has-js .service-panel-copy p:not(.section-kicker):not(.service-count) {
  --reveal-x: -42px;
  --reveal-y: 26px;
  --reveal-r: -1deg;
  --reveal-delay: 280ms;
}

.has-js .service-panel-copy ul {
  --reveal-x: 34px;
  --reveal-y: 34px;
  --reveal-r: 1deg;
  --reveal-delay: 360ms;
}

.has-js .service-panel.is-visible .service-panel-copy > * {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0) rotate(0);
}

.has-js .service-panel-copy li {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(24px) scale(.96);
  transition:
    opacity .55s ease,
    filter .65s ease,
    transform .72s cubic-bezier(.16, .9, .18, 1);
}

.has-js .service-panel.is-visible .service-panel-copy li {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.has-js .service-panel.is-visible .service-panel-copy li:nth-child(1) { transition-delay: 500ms; }
.has-js .service-panel.is-visible .service-panel-copy li:nth-child(2) { transition-delay: 590ms; }
.has-js .service-panel.is-visible .service-panel-copy li:nth-child(3) { transition-delay: 680ms; }
.has-js .service-panel.is-visible .service-panel-copy li:nth-child(4) { transition-delay: 770ms; }

@keyframes serviceImageSweep {
  0% {
    opacity: 0;
    transform: translateX(-55%) rotate(8deg);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(55%) rotate(8deg);
  }
}

.service-count {
  margin: 0 0 12px;
  color: rgba(0, 120, 63, .24);
  font-size: clamp(30px, 4.2vw, 68px);
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: .02em;
}

.service-count .char {
  display: inline-block;
  opacity: 0;
  filter: blur(12px);
  transform: translate(var(--char-x), var(--char-y)) rotate(var(--char-r));
  transition:
    opacity .34s ease,
    filter .46s ease,
    transform .52s cubic-bezier(.13, .9, .12, 1);
  transition-delay: calc(var(--i) * 13ms);
  will-change: transform, opacity, filter;
}

.service-panel.is-visible .service-count .char {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0) rotate(0);
}

.service-panel-copy h2 {
  margin: 0 0 18px;
  color: var(--green);
  font-size: clamp(32px, 4.5vw, 58px);
  line-height: 1.24;
}

.service-panel-copy p:not(.section-kicker):not(.service-count) {
  margin: 0 0 18px;
  color: #344339;
  font-size: 15px;
  font-weight: 800;
  line-height: 2;
}

.service-panel-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.service-panel-copy li {
  position: relative;
  min-height: 56px;
  padding: 14px 14px 14px 42px;
  color: #26352c;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(8, 115, 61, .12);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.55;
}

.service-panel-copy li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 13px;
  height: 17px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #8bc34a, var(--green));
  transform: rotate(-28deg);
}

.service-detail-section {
  padding-top: 34px;
  padding-bottom: 34px;
}

.service-detail-card {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.service-detail-card.reverse img {
  order: 2;
}

.service-detail-card img,
.service-sub-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(8, 115, 61, .12);
}

.service-detail-card h2,
.service-sub-grid h2 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.35;
}

.service-detail-card p:not(.section-kicker),
.service-sub-grid p:not(.section-kicker) {
  margin: 0 0 16px;
  color: #344339;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.service-detail-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-card li {
  position: relative;
  padding-left: 28px;
  color: #26352c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
}

.service-detail-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 13px;
  height: 16px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #8bc34a, var(--green));
  transform: rotate(-28deg);
}

.service-sub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
}

.service-sub-grid article {
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.service-sub-grid img {
  margin-bottom: 18px;
}

.product-tool-row {
  max-width: 960px;
  margin: 0 auto 24px;
  padding: 16px 20px;
  color: #344339;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(8, 115, 61, .12);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.product-tool-row p {
  margin: 0;
}

.products-intro.section {
  width: 100%;
  max-width: min(1480px, calc(100% - 48px));
  margin-inline: auto;
}

.product-shop-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 28px;
  width: min(100%, 1360px);
  margin: 0 auto;
  align-items: start;
}


.product-item-card {
  min-height: clamp(260px, 21vw, 320px);
}

.product-item-card .product-card-link {
  grid-template-rows: auto auto;
}

.product-item-card .product-card-image {
  padding: 7px;
}

.product-item-card .product-card-image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .12);
  border-radius: 8px;
}

.product-item-card .product-card-body {
  padding: 7px 11px 12px;
}

.product-item-card .product-card-head {
  min-height: 22px;
  margin-bottom: 4px;
}

.product-item-card .product-card-title {
  margin-bottom: 6px;
  font-size: clamp(14px, 1.08vw, 16px);
  line-height: 1.35;
}

.product-item-card .product-label {
  padding: 4px 12px;
  font-size: 10px;
}

.product-item-card .product-card-specs {
  gap: 5px;
  margin-top: 6px;
}

.product-item-card .product-card-specs span {
  display: block;
  padding: 0;
  color: #18251d;
  background: transparent;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.5;
}


.product-category-menu {
  position: sticky;
  top: 96px;
  padding: 18px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(8, 68, 36, .08);
}

.product-category-menu-title {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.product-category-menu nav {
  display: grid;
  gap: 8px;
}

.product-category-menu a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  color: #22352a;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  background: #f6fbf2;
  border: 1px solid transparent;
  border-radius: 8px;
}

.product-category-menu a:hover,
.product-category-menu a.is-active {
  color: var(--green);
  background: #fff;
  border-color: rgba(8, 115, 61, .2);
}

.product-category-menu small {
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
}

.product-shop-main {
  min-width: 0;
}

.product-list-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto;
}

.product-list-grid.is-product-results {
  grid-template-columns: repeat(5, minmax(170px, 1fr));
  gap: 18px;
}

.product-empty-state {
  grid-column: 1 / -1;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.product-empty-state h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 26px;
}

.product-empty-state p:not(.section-kicker) {
  margin: 0 0 18px;
  color: #344339;
  font-weight: 700;
  line-height: 1.8;
}

.product-maintenance-state {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 44px);
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .14);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
  text-align: center;
}

.product-maintenance-state h3 {
  margin: 0 0 14px;
  color: var(--green);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1.45;
}

.product-maintenance-state p:not(.section-kicker) {
  margin: 0 auto 16px;
  color: #344339;
  font-weight: 700;
  line-height: 1.9;
}

.product-maintenance-state .button {
  margin-top: 8px;
}

.order-form.is-maintenance .order-fields {
  opacity: .48;
}

.order-form.is-maintenance .order-actions button[type="submit"] {
  cursor: not-allowed;
}

.product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}


.product-card-link {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-card-link:hover .product-card-title,
.product-card-link:focus-visible .product-card-title {
  color: var(--green);
}

.product-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 8px;
}

.product-card-title {
  display: block;
  margin: 0 0 10px;
  color: #16241b;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

.product-card-text {
  display: block;
  margin: 0 0 12px;
  color: #344339;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.product-label {
  flex: 0 0 auto;
  padding: 5px 10px;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.product-card-specs {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.product-card-specs span {
  display: block;
  padding: 6px 8px;
  color: #26352c;
  background: #f4fbf2;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
}
.product-card-image {
  display: block;
  background: #f4fbf2;
}

.product-card-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  display: block;
  object-fit: cover;
}

.product-card-body {
  padding: 16px;
}

.product-category {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.product-card h3 {
  margin: 0 0 10px;
  color: #16241b;
  font-size: 21px;
  line-height: 1.45;
}

.product-card p:not(.product-category) {
  margin: 0 0 12px;
  color: #344339;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.product-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
}

.product-meta span {
  padding: 5px 10px;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
}

.product-meta strong {
  color: #26352c;
  font-size: 13px;
}

.product-link,
.product-back {
  color: var(--green);
  font-weight: 900;
}

.product-csv-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.product-csv-note h2 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: clamp(28px, 3.6vw, 42px);
}

.product-csv-note p:not(.section-kicker) {
  margin: 0;
  color: #344339;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.product-csv-note dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.product-csv-note dl div {
  padding: 14px 16px;
  background: #f4fbf2;
  border-radius: 8px;
}

.product-csv-note dt {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.product-csv-note dd {
  margin: 4px 0 0;
  color: #26352c;
  font-size: 13px;
  font-weight: 800;
}

.product-coming-soon {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px);
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .14);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
  text-align: center;
}

.product-coming-soon.detail {
  text-align: left;
}

.product-coming-soon h1,
.product-coming-soon h2 {
  margin: 0 0 16px;
  color: var(--green);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.35;
}

.product-coming-soon p:not(.section-kicker) {
  max-width: 680px;
  margin: 0 auto 22px;
  color: #344339;
  line-height: 1.95;
}

.product-coming-soon.detail p:not(.section-kicker) {
  margin-right: 0;
  margin-left: 0;
}

.product-status-list {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: left;
}

.product-coming-soon.detail .product-status-list {
  margin-left: 0;
}

.product-status-list div {
  padding: 14px 16px;
  background: #f4fbf2;
  border: 1px solid rgba(8, 115, 61, .12);
  border-radius: 8px;
}

.product-status-list dt {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.product-status-list dd {
  margin: 5px 0 0;
  color: #26352c;
  font-size: 14px;
}

.product-loading {
  grid-column: 1 / -1;
  text-align: center;
  color: #56645c;
  font-weight: 800;
}

.product-detail-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 110px;
}

.product-back {
  display: inline-block;
  margin-bottom: 18px;
}

.product-detail-card {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.product-detail-image {
  display: grid;
  gap: 12px;
}

.product-detail-image img {
  width: 100%;
  aspect-ratio: 16 / 12;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(8, 115, 61, .12);
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.product-thumbs button {
  display: block;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}

.product-thumbs button:hover,
.product-thumbs button:focus-visible,
.product-thumbs button.is-active {
  border-color: var(--green);
}

.product-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

.product-detail-copy h1 {
  margin: 0 0 14px;
  color: var(--green);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.3;
}

.product-detail-copy p:not(.section-kicker) {
  margin: 0 0 16px;
  color: #344339;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.product-detail-lead {
  color: #16241b !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.product-meta.detail {
  justify-content: flex-start;
}

.product-basic-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.product-basic-info div {
  padding: 12px 14px;
  background: #f4fbf2;
  border: 1px solid rgba(8, 115, 61, .12);
  border-radius: 8px;
}

.product-basic-info dt {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.product-basic-info dd {
  margin: 4px 0 0;
  color: #26352c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.product-basic-info div:last-child {
  grid-column: 1 / -1;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-tags span {
  padding: 6px 10px;
  color: var(--green);
  background: #eef8e7;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.product-spec-card {
  margin-top: 24px;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.product-spec-card h2 {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 26px;
}

.product-spec-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-spec-card li {
  position: relative;
  padding-left: 28px;
  color: #26352c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.product-spec-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 13px;
  height: 16px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #8bc34a, var(--green));
  transform: rotate(-28deg);
}

.order-section {
  max-width: 1120px;
  margin: 0 auto;
}

.order-form {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.order-preview,
.order-fields {
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.order-preview {
  overflow: hidden;
}

.order-preview img {
  width: 100%;
  aspect-ratio: 16 / 11;
  display: block;
  object-fit: cover;
  background: #f4fbf2;
}

.order-preview > div {
  padding: 16px;
}

.order-preview h3 {
  margin: 0 0 10px;
  color: #16241b;
  font-size: 22px;
}

.order-preview p:not(.product-category) {
  margin: 0 0 12px;
  color: #344339;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.order-preview dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.order-preview dl div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
}

.order-preview dt {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.order-preview dd {
  margin: 0;
  color: #26352c;
  font-size: 13px;
  font-weight: 800;
}

.order-fields {
  padding: 26px;
}

.order-fields fieldset {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.order-fields legend {
  margin-bottom: 12px;
  color: var(--green);
  font-size: 22px;
  font-weight: 900;
}

.order-fields label {
  display: grid;
  gap: 8px;
  color: #26352c;
  font-size: 13px;
  font-weight: 900;
}

.order-fields input,
.order-fields select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  color: #16241b;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .22);
  border-radius: 8px;
  font: inherit;
}

.order-fields select:disabled {
  color: #6a756d;
  background: #f1f5ef;
}

.order-fields small {
  color: #657267;
  font-size: 12px;
  font-weight: 700;
}

.order-actions {
  display: grid;
  gap: 12px;
}

.order-fields .form-consent,
.contact-form .form-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #26352c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.8;
}

.order-fields .form-consent input,
.contact-form .form-consent input {
  width: 18px;
  min-height: 0;
  height: 18px;
  padding: 0;
  margin: 3px 0 0;
  accent-color: var(--green);
}

.form-consent a {
  color: var(--green);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.order-actions p {
  margin: 0;
  color: #657267;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.order-actions .form-privacy-note,
.contact-actions .form-privacy-note {
  padding: 12px 14px;
  color: #344339;
  background: #f4fbf2;
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 8px;
}

.form-privacy-note a {
  color: var(--green);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.form-hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-result-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(32px, 8vw, 80px) 20px;
  background: linear-gradient(135deg, #f8fcf6, #eef8ee);
}

.form-result {
  width: min(680px, 100%);
  padding: clamp(28px, 5vw, 48px);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(8, 115, 61, .16);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(27, 66, 39, .12);
}

.form-result .brand {
  margin: 0 0 26px;
}

.form-result h1 {
  margin: 0 0 16px;
  color: var(--green);
  font-size: clamp(28px, 4vw, 44px);
}

.form-result p {
  margin: 0 0 24px;
  color: #344339;
  font-weight: 700;
  line-height: 1.9;
}

.form-result .form-result-contact {
  margin: 22px 0 0;
  color: #657267;
  font-size: 13px;
}

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

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.contact-form,
.contact-side-card {
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.contact-form {
  padding: 28px;
}

.contact-form fieldset {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  border: 0;
}

.contact-form legend {
  margin-bottom: 12px;
  color: var(--green);
  font-size: 22px;
  font-weight: 900;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #26352c;
  font-size: 13px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 11px 12px;
  color: #16241b;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .22);
  border-radius: 8px;
  font: inherit;
}

.contact-form input,
.contact-form select {
  min-height: 48px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-actions p {
  margin: 0;
  color: #657267;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

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

.contact-side-card {
  padding: 24px;
}

.contact-side-card.order {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 249, 231, .9)),
    radial-gradient(circle at 88% 12%, rgba(127, 194, 76, .22), transparent 30%);
}

.contact-side-card h2 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 24px;
}

.contact-side-card p:not(.section-kicker) {
  margin: 0 0 16px;
  color: #344339;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.contact-side-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-side-card li {
  position: relative;
  padding-left: 26px;
  color: #26352c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.contact-side-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 12px;
  height: 15px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #8bc34a, var(--green));
  transform: rotate(-28deg);
}

.privacy-section {
  padding-top: 0;
}

.privacy-content {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 46px);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.privacy-note {
  margin: 0 0 30px;
  padding: 18px 20px;
  color: #334238;
  background: rgba(237, 247, 232, .84);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.9;
}

.privacy-block {
  padding: 28px 0;
  border-top: 1px solid rgba(8, 115, 61, .14);
}

.privacy-block:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.privacy-block h2 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.45;
}

.privacy-block p {
  margin: 0 0 14px;
  color: #27372d;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.privacy-block ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-block li {
  position: relative;
  padding-left: 28px;
  color: #26352c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

.privacy-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 12px;
  height: 15px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #8bc34a, var(--green));
  transform: rotate(-28deg);
}

.privacy-contact {
  padding: 16px 18px;
  background: rgba(246, 251, 244, .92);
  border: 1px solid rgba(8, 115, 61, .14);
  border-radius: 8px;
}

.privacy-contact a {
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about-strip {
  display: grid;
  grid-template-columns: minmax(360px, 500px) 1fr;
  gap: clamp(42px, 6vw, 72px);
  align-items: center;
  max-width: 1240px;
  margin: 42px auto 34px;
  padding: 0 28px 38px;
  border-bottom: 1px solid rgba(8, 115, 61, .18);
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .08em;
}

.about-copy h2 {
  margin: 0 0 16px;
  color: var(--green);
  font-size: clamp(28px, 3.1vw, 38px);
  line-height: 1.42;
}

.about-copy p:not(.section-kicker) {
  margin: 0;
  color: #202b24;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.support-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  border-left: 1px solid rgba(8, 115, 61, .18);
  padding-left: 42px;
}

.support-icons article {
  text-align: center;
  color: #14261b;
  font-size: 13px;
  font-weight: 800;
}

.support-icon-image {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto 10px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.section-heading.centered {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading h2,
.section-bar h2 {
  margin: 0;
  color: var(--green);
  font-size: 31px;
  letter-spacing: .12em;
}

.section-heading h2::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 10px;
  margin-left: 12px;
  border-radius: 100% 0 100% 0;
  background: #7fc24c;
  transform: rotate(-22deg);
}

.section-heading p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.service-section.section {
  padding-inline: clamp(18px, 4vw, 48px);
}

.service-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: min(1464px, calc(100vw - 32px));
  max-width: 1464px;
  margin: 0 auto;
  overflow-x: auto;
  padding-bottom: 6px;
}

.service-card {
  position: relative;
  flex: 0 0 calc((100% - 40px) / 5);
  min-width: 205px;
  min-height: 292px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.image-placeholder {
  display: grid;
  place-items: center;
  min-height: 112px;
  margin-bottom: 16px;
  color: #69736d;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(45deg, #e2e7e3 0 10px, #d5ddd7 10px 20px);
  border: 1px dashed #aeb8b1;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

.service-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid rgba(8, 115, 61, .12);
}

.service-card h3 {
  min-height: 2.9em;
  margin: 0 0 8px;
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  line-height: 1.45;
}

.service-card p {
  margin: 0 0 16px;
  color: #344339;
  font-size: 13px;
  font-weight: 700;
  flex: 1;
}

.service-card > a {
  width: 38px;
  height: 38px;
  display: block;
  align-self: flex-end;
  margin-top: auto;
  background: url("../images/top/service-link-leaf.png") center / contain no-repeat;
  border: 0;
  font-size: 0;
  flex: 0 0 auto;
}

.works-section {
  position: relative;
  background: #fff;
}

.works-section::before,
.works-section::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(ellipse at center, rgba(126, 181, 74, .22) 0 26%, transparent 27%);
  pointer-events: none;
}

.works-section::before { left: -22px; top: 62px; }
.works-section::after { right: -22px; bottom: 8px; }

.section-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto 14px;
}

.section-bar a {
  color: var(--green);
  font-weight: 900;
}

.topic-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.topic-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .1);
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(0, 83, 43, .08);
}

.topic-image-link {
  display: block;
}

.topic-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.topic-card .image-placeholder {
  min-height: 112px;
  margin: 0;
}

.topic-image {
  width: 140px;
  aspect-ratio: 480 / 320;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(8, 115, 61, .12);
}

.topic-card p {
  margin: 0;
  color: #39483f;
  font-size: 13px;
  font-weight: 700;
}

.topic-card span {
  display: inline-block;
  margin-right: 12px;
  padding: 3px 10px;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
  font-size: 11px;
}

.topic-card time {
  color: #626f67;
  font-size: 12px;
}

.topic-card h3 {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.55;
}

.topic-card h3 a {
  color: inherit;
}

.topic-more-link {
  align-self: flex-end;
  margin-top: auto;
  padding-top: 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.topic-more-link::after {
  content: "›";
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
}

.topic-loading {
  grid-column: 1 / -1;
  margin: 0;
  color: #39483f;
  font-weight: 800;
}

.goods-section {
  display: grid;
  grid-template-columns: .75fr 1fr 1fr;
  gap: 22px;
  padding: 44px clamp(28px, 6vw, 96px);
  background: linear-gradient(90deg, #edf8e7, #fff 32%, #edf8e7);
}

.goods-section > * {
  max-width: 100%;
}

.goods-intro,
.goods-card {
  min-height: 178px;
}

.goods-intro h2,
.goods-card h3 {
  margin: 0 0 12px;
  color: var(--green);
}

.goods-intro h2 {
  font-size: 18px;
  line-height: 1.75;
}

.goods-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  align-items: center;
  padding: 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(28, 58, 38, .08);
}

.goods-card .image-placeholder {
  min-height: 132px;
  margin: 0;
}

.goods-image {
  width: 190px;
  aspect-ratio: 520 / 340;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(8, 115, 61, .12);
}

.goods-card p {
  margin: 0 0 10px;
  color: #39483f;
  font-size: 13px;
  font-weight: 700;
}

.goods-card a {
  color: var(--green);
  font-weight: 900;
}

.contact-band {
  display: grid;
  grid-template-columns: 84px 1fr minmax(220px, 280px);
  gap: 28px;
  align-items: center;
  max-width: 1080px;
  margin: 34px auto;
  padding: 24px 38px;
  background: #fff;
  border: 1px solid rgba(8, 115, 61, .12);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.mail-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #179a52, #006d39);
}

.mail-icon::before {
  content: "";
  width: 30px;
  height: 20px;
  border: 4px solid #fff;
  border-top-width: 6px;
}

.contact-band h2 {
  margin: 0 0 6px;
  font-size: 22px;
}

.contact-band p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.site-footer {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: clamp(48px, 8vw, 120px);
  row-gap: 18px;
  align-items: center;
  justify-content: center;
  padding: 38px clamp(42px, 7vw, 128px) 28px;
  border-top: 1px solid rgba(8, 115, 61, .12);
}

.footer-brand .brand-logo { width: 190px; }

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, max-content));
  justify-self: center;
  justify-content: center;
  gap: 12px clamp(42px, 6vw, 96px);
  font-size: 13px;
  font-weight: 800;
}

address {
  color: #303d35;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
}

.site-footer small {
  grid-column: 1 / -1;
  text-align: center;
  color: #56645c;
  margin-top: 4px;
}

.page-top {
  position: fixed;
  right: 28px;
  bottom: 24px;
  z-index: 10;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(28, 58, 38, .16);
  font-weight: 900;
}

.page-top span {
  display: block;
  font-size: 9px;
}

@media (max-width: 1180px) {
  .service-grid { flex-wrap: nowrap; }
  .services-summary-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-list-grid,
  .product-list-grid.is-product-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topic-list,
  .goods-section { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
  .site-header {
    height: 68px;
    padding-inline: 18px;
  }

  .brand-logo { width: 150px; }

  .menu-button { display: block; }

  .site-nav {
    position: fixed;
    inset: 68px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-width: calc(100vw - 28px);
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px; }

  .hero {
    padding-top: 68px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .6) 58%, rgba(244, 251, 242, .72) 100%),
      #f4fbf2;
  }

  .hero-bg {
    inset: 68px 0 auto;
    width: 100%;
    height: 300px;
    opacity: .42;
  }

  .hero::before {
    inset: 68px 0 auto;
    width: 100%;
    height: 420px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .82) 54%, rgba(255, 255, 255, .18) 100%);
    border-bottom-right-radius: 0;
  }

  .hero-inner {
    display: block;
    min-height: auto;
    padding: 64px 22px 48px;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1.34;
  }

  .mobile-break { display: block; }

  .hero-badge {
    width: 146px;
    min-height: 146px;
    margin: 28px 0 0 auto;
    font-size: 16px;
  }

  .about-strip,
  .about-message,
  .about-feature-grid,
  .owner-card,
  .services-summary-grid,
  .service-panel,
  .service-detail-card,
  .service-sub-grid,
  .product-csv-note,
  .product-list-grid,
  .product-detail-card,
  .order-form,
  .contact-layout,
  .about-step-list,
  .support-icons,
  .contact-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .about-strip {
    margin-top: 34px;
    padding-inline: 22px;
  }

  .sub-hero {
    padding: 110px 22px 52px;
  }

  .sub-hero::after {
    right: 20px;
    bottom: 20px;
    width: 96px;
    height: 62px;
  }

  .about-page::before {
    top: 68px;
    width: 100%;
    height: 360px;
    opacity: .18;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .62) 54%, transparent 100%);
    border-bottom-left-radius: 0;
  }

  .services-page::before {
    top: 68px;
    width: 100%;
    height: 340px;
    opacity: .16;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .58) 52%, transparent 100%);
    border-bottom-left-radius: 0;
  }

  .sub-hero > p:not(.section-kicker) {
    font-size: 15px;
  }

  .about-message-panel {
    width: min(100%, 620px);
    min-height: 0;
    justify-self: center;
    transform: none;
  }

  .about-message-panel img {
    opacity: .88;
  }

  .support-icons {
    border-left: 0;
    padding-left: 0;
  }

  .service-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .service-card {
    min-width: 0;
    flex-basis: auto;
  }

  .services-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-stage {
    padding: 38px 18px;
  }

  .service-stage::after {
    inset: 38px 18px;
    border-radius: 18px;
  }

  .service-stage-nav {
    top: 78px;
    margin: 0 auto 18px;
  }

  .service-panel,
  .service-panel.reverse {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-bottom: 0;
    padding: 34px 18px;
    border-radius: 14px;
    opacity: 1;
    transform: none;
  }

  .service-panel.reverse .service-panel-media {
    order: 0;
  }

  .service-panel-media,
  .service-panel.reverse .service-panel-media,
  .service-panel-copy,
  .service-panel-copy > *,
  .service-panel-copy li {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .service-panel-copy ul {
    grid-template-columns: 1fr;
  }

  .products-intro.section {
    width: 100%;
    max-width: min(1480px, calc(100% - 48px));
    margin-inline: auto;
  }

  .product-shop-layout {
    grid-template-columns: 1fr;
  }

  .product-category-menu {
    position: static;
    overflow-x: auto;
  }

  .product-category-menu nav {
    display: flex;
    gap: 8px;
    min-width: max-content;
  }

  .product-category-menu a {
    min-width: 150px;
  }

  .product-list-grid,

  .product-basic-info {
    grid-template-columns: 1fr;
  }

  .service-detail-card.reverse img {
    order: 0;
  }

  .topic-card,
  .goods-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .product-list-grid.is-product-results {
    grid-template-columns: 1fr;
  }

  .product-item-card {
    min-height: auto;
  }


  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
  }

  .brand-logo { width: 150px; }

  .site-header {
    padding-inline: 14px;
  }

  .site-nav {
    inset-inline: 12px;
    max-width: calc(100vw - 24px);
  }

  .hero-actions,
  .order-actions,
  .contact-actions {
    width: 100%;
  }

  .hero-actions .button,
  .order-actions .button,
  .contact-actions .button,
  .contact-band .button {
    width: 100%;
    min-width: 0;
  }

  .section {
    width: 100%;
    max-width: 100%;
    padding: 42px 18px;
  }

  .sub-page,
  .hero,
  .hero-inner,
  .hero-copy,
  .hero-actions,
  .sub-hero,
  .about-strip,
  .about-message,
  .about-feature-grid,
  .about-step-list,
  .owner-card,
  .services-summary-grid,
  .service-stage,
  .service-panel,
  .service-panel-copy,
  .service-panel-media,
  .service-grid,
  .service-card,
  .service-detail-card,
  .service-sub-grid,
  .service-sub-grid article,
  .works-section,
  .topic-list,
  .topic-card,
  .goods-section,
  .goods-card,
  .products-intro,
  .product-list-grid,
  .product-category-menu,
  .product-card,
  .product-detail-wrap,
  .product-detail-card,
  .product-detail-copy,
  .product-detail-image,
  .product-csv-note,
  .order-section,
  .order-form,
  .order-preview,
  .order-fields,
  .contact-layout,
  .contact-form,
  .contact-side-card,
  .privacy-section,
  .privacy-content,
  .contact-band,
  .site-footer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 58px 18px 42px;
  }

  .hero h1 {
    font-size: clamp(34px, 10.8vw, 46px);
    line-height: 1.32;
    overflow-wrap: anywhere;
  }

  .hero-lead,
  .about-copy p:not(.section-kicker),
  .section-heading p,
  .service-card p,
  .topic-card p,
  .goods-card p,
  .contact-band p {
    font-size: 14px;
    line-height: 1.9;
    overflow-wrap: anywhere;
  }

  .hero-badge {
    width: 126px;
    min-height: 126px;
    font-size: 14px;
  }

  .about-strip,
  .about-feature-grid,
  .owner-card,
  .services-summary-grid,
  .service-grid,
  .service-panel,
  .service-detail-card,
  .service-sub-grid,
  .product-list-grid,
  .product-csv-note,
  .product-detail-card,
  .order-form,
  .contact-layout,
  .about-step-list,
  .support-icons,
  .topic-list,
  .goods-section,
  .goods-card,
  .contact-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .sub-hero {
    padding: 78px 18px 44px;
  }

  .sub-hero h1 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.28;
  }

  .sub-hero > p:not(.section-kicker) {
    font-size: 14px;
    line-height: 1.9;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .section-heading h2,
  .section-bar h2,
  .about-message-copy h2,
  .owner-profile h2,
  .service-panel-copy h2,
  .service-detail-card h2,
  .service-sub-grid h2,
  .product-csv-note h2,
  .contact-side-card h2,
  .privacy-block h2 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .services-summary-grid { grid-template-columns: 1fr; }

  .service-stage {
    padding: 32px 14px;
  }

  .service-stage::after {
    inset: 32px 14px;
  }

  .service-stage-nav {
    width: 100%;
    max-width: 100%;
    gap: 6px;
    justify-content: center;
    border-radius: 18px;
  }

  .service-stage-nav a {
    width: 34px;
    height: 34px;
  }

  .service-panel {
    padding: 28px 16px;
  }

  .service-count {
    font-size: clamp(22px, 7.5vw, 32px);
  }

  .service-panel-copy h2 {
    font-size: clamp(25px, 7vw, 31px);
  }

  .service-panel-copy ul,
  .service-detail-card ul,
  .product-spec-card ul,
  .contact-side-card ul,
  .privacy-block ul {
    padding-left: 0;
  }

  .service-panel-media img,
  .service-detail-card img,
  .service-sub-grid img,
  .product-card-image img,
  .product-detail-image img,
  .goods-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .goods-image {
    aspect-ratio: 520 / 340;
  }
  .about-feature-grid article,
  .owner-card,
  .service-card,
  .topic-card,
  .goods-card,
  .order-preview,
  .order-fields,
  .contact-form,
  .contact-side-card,
  .privacy-content {
    padding: 18px;
  }

  .service-detail-card,
  .service-sub-grid article,
  .product-detail-card,
  .product-csv-note { padding: 18px; }

  .product-detail-card {
    display: block;
    inline-size: 100%;
    max-inline-size: calc(100vw - 36px);
    overflow: hidden;
  }

  .product-detail-card *,
  .product-thumbs,
  .product-thumbs * {
    box-sizing: border-box;
  }

  .product-detail-copy {
    display: block;
    margin-top: 22px;
    inline-size: 100%;
    max-inline-size: calc(100vw - 72px);
  }

  .product-detail-image,
  .product-basic-info,
  .product-basic-info div,
  .product-meta.detail,
  .product-tags {
    inline-size: 100%;
    max-inline-size: calc(100vw - 72px);
  }

  .sub-hero h1,
  .product-detail-copy h1,
  .topic-card h3,
  .goods-card h3,
  .contact-band h2,
  .footer-links a,
  address {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .sub-hero h1,
  .product-detail-copy h1 {
    word-break: break-all;
  }

  .services-summary-grid span,
  .service-stage-nav a,
  .product-category,
  .product-card h3,
  .product-link,
  .product-back {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .services-summary-grid span {
    display: block;
    inset-inline: 10px;
    padding: 9px 10px;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    white-space: normal;
  }

  .product-detail-copy h1 {
    font-size: clamp(22px, 6.8vw, 29px);
    line-height: 1.35;
    line-break: anywhere;
  }

  .sub-hero p,
  .about-message-copy p,
  .owner-profile p,
  .service-panel-copy p,
  .service-detail-card p,
  .service-sub-grid p,
  .products-intro p,
  .product-csv-note p,
  .order-preview p,
  .contact-side-card p,
  .privacy-content p,
  .privacy-content li {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .product-card-body {
    padding: 18px;
  }

  .product-card,
  .product-detail-card,
  .product-detail-copy,
  .product-detail-image,
  .product-thumbs,
  .product-detail-image img {
    max-width: 100%;
    min-width: 0;
  }
  .product-card h3 {
    overflow-wrap: anywhere;
  }

  .product-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .product-meta strong {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .product-detail-copy p:not(.section-kicker),
  .product-basic-info dd {
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .product-detail-copy p:not(.section-kicker) {
    font-size: 13px;
    line-height: 1.9;
    line-break: anywhere;
  }

  .product-detail-lead {
    font-size: 14px !important;
  }

  .product-basic-info,
  .product-spec-card ul,
  .order-preview dl,
  .order-preview dl div,
  .order-fields fieldset,
  .contact-form fieldset,
  .product-csv-note dl {
    grid-template-columns: 1fr;
  }

  .order-fields input,
  .order-fields select,
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-width: 0;
    width: 100%;
    font-size: 16px;
  }

  .order-fields .form-consent,
  .contact-form .form-consent {
    grid-template-columns: 20px 1fr;
    align-items: start;
  }

  .topic-list {
    padding: 14px;
  }

  .topic-card {
    gap: 12px;
  }

  .topic-card .image-placeholder,
  .goods-card .image-placeholder {
    min-height: 150px;
  }

  .contact-band {
    margin: 28px 18px;
    padding: 22px;
    text-align: left;
  }

  .mail-icon {
    width: 56px;
    height: 56px;
  }

  .site-footer {
    padding: 28px 18px 30px;
    row-gap: 18px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .page-top { width: 54px; height: 54px; right: 16px; }
}


@media (max-width: 920px) {
  .site-footer {
    justify-items: center;
    text-align: center;
  }

  .footer-links {
    justify-self: center;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
    .has-js .hero-title-line,
    .has-js .hero-lead,
    .has-js .hero-actions,
    .has-js .hero-badge,
    .has-js .hero-bg,
    .service-panel,
    .service-panel-media,
    .service-panel-media::before,
    .service-panel-media img,
    .service-panel-copy,
    .service-panel-copy > *,
    .service-panel-copy li,
    .service-count .char,
    .service-stage-nav a {
      opacity: 1;
      filter: none;
      transform: none;
      animation: none;
      transition: none;
    }

  .hero.is-ready .hero-bg::before,
  .hero.is-ready .hero-bg::after,
  .hero.is-ready .hero-copy::before,
  .hero.is-ready .hero-copy::after {
    animation: none;
  }
}
@media (max-width: 920px) {
  .services-page .sub-hero {
    padding-top: 72px;
    padding-bottom: 34px;
  }

  .services-overview.section {
    padding-top: 28px;
  }

  .services-page .service-stage {
    margin-top: 6px;
  }
}

@media (max-width: 560px) {

  .services-page .sub-hero {
    padding-top: 56px;
    padding-bottom: 28px;
  }

  .services-page .sub-hero h1 {
    font-size: clamp(31px, 10vw, 42px);
  }

  .services-overview.section {
    padding-top: 20px;
  }

  .services-page .service-stage {
    margin-top: 0;
    padding-top: 24px;
  }
}

.service-panel-actions {
  margin-top: 22px;
}

.service-panel-actions .button {
  min-width: 250px;
}

.workshop-page,
.workshop-detail-page {
  background:
    radial-gradient(circle at 10% 16%, rgba(127, 194, 76, .18), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f6fbf4 46%, #fff 100%);
}

.workshop-hero,
.workshop-detail-hero {
  position: relative;
  min-height: 540px;
  display: grid;
  align-items: center;
  padding: 118px clamp(28px, 7vw, 110px) 72px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .88) 42%, rgba(255, 255, 255, .28) 70%, rgba(237, 248, 231, .4) 100%),
    url("../images/top/service-01-workshop.png") center right / cover no-repeat;
}

.workshop-hero::after,
.workshop-detail-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background: linear-gradient(176deg, transparent 0 35%, rgba(173, 215, 111, .44) 36% 70%, rgba(138, 194, 78, .2) 71% 100%);
  pointer-events: none;
}

.workshop-hero-copy,
.workshop-detail-hero > div {
  position: relative;
  z-index: 1;
  max-width: 1360px;
}

.workshop-hero h1,
.workshop-detail-hero h1 {
  margin: 0 0 22px;
  color: var(--green);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(40px, 6.3vw, 76px);
  line-height: 1.25;
}

.workshop-hero p:not(.section-kicker),
.workshop-detail-hero p:not(.section-kicker) {
  margin: 0 0 24px;
  color: #223128;
  font-size: 17px;
  font-weight: 800;
  line-height: 2;
}

.workshop-game-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1360px;
  margin: 0 auto;
}

.workshop-game-card,
.workshop-detail-card,
.workshop-feature-grid article,
.workshop-album-grid figure {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.workshop-game-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  overflow: hidden;
}

.workshop-game-card::before {
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(127, 194, 76, .58), rgba(8, 115, 61, .12));
  transform: rotate(-18deg);
}

.workshop-game-card.carbon::before { background: linear-gradient(135deg, rgba(69, 151, 159, .56), rgba(8, 115, 61, .12)); }
.workshop-game-card.ctw::before { background: linear-gradient(135deg, rgba(232, 177, 62, .58), rgba(8, 115, 61, .1)); }

.workshop-game-card span,
.workshop-source-note {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.workshop-game-card h2,
.workshop-detail-card h2,
.workshop-feature-grid h3 {
  margin: 0;
  color: var(--green);
  line-height: 1.45;
}

.workshop-game-card h2 { font-size: 25px; }
.workshop-detail-card h2 { font-size: clamp(28px, 4vw, 42px); }

.workshop-game-card p,
.workshop-game-card li,
.workshop-detail-card p,
.workshop-feature-grid p,
.workshop-album-grid figcaption {
  color: #344339;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.workshop-game-card p { margin: 0; }
.workshop-game-card ul { display: grid; gap: 10px; margin: 0 0 8px; padding: 0; list-style: none; }
.workshop-game-card li { position: relative; padding-left: 22px; }
.workshop-game-card li::before { content: ""; position: absolute; left: 0; top: .8em; width: 10px; height: 10px; border-radius: 50%; background: #7fc24c; }
.workshop-game-card .button { margin-top: auto; }

.workshop-detail-section {
  max-width: 1240px;
  margin: 0 auto;
}

.workshop-detail-card {
  padding: clamp(26px, 4vw, 42px);
  margin-bottom: 22px;
}

.workshop-detail-card p:not(.section-kicker) {
  max-width: 900px;
  margin: 16px 0 0;
}

.workshop-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.workshop-feature-grid article {
  padding: 24px;
}

.workshop-feature-grid span {
  display: block;
  margin-bottom: 12px;
  color: rgba(8, 115, 61, .32);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.workshop-feature-grid p { margin: 10px 0 0; }
.workshop-source-note { margin: 22px 0 0; }

.workshop-album-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.workshop-album-grid figure {
  margin: 0;
  padding: 14px;
}

.album-placeholder {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  color: rgba(8, 115, 61, .58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(45deg, #eef7e9 0 12px, #ddebd8 12px 24px);
  border: 1px dashed rgba(8, 115, 61, .25);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.workshop-album-grid figcaption {
  margin-top: 10px;
  text-align: center;
}

.workshop-detail-page.carbon-theme .workshop-detail-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .88) 42%, rgba(255, 255, 255, .28) 70%, rgba(237, 248, 231, .4) 100%),
    url("../images/top/service-03-training.png") center right / cover no-repeat;
}

.workshop-detail-page.ctw-theme .workshop-detail-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .88) 42%, rgba(255, 255, 255, .28) 70%, rgba(237, 248, 231, .4) 100%),
    url("../images/top/topic-01-workshop.png") center right / cover no-repeat;
}

@media (max-width: 920px) {
  .workshop-hero,
  .workshop-detail-hero {
    min-height: 0;
    padding: 104px 22px 60px;
    background-position: center;
  }

  .workshop-game-grid,
  .workshop-feature-grid,
  .workshop-album-grid {
    grid-template-columns: 1fr;
  }

  .workshop-game-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {

  .service-panel-actions .button {
    width: 100%;
    min-width: 0;
  }

  .workshop-hero,
  .workshop-detail-hero {
    padding: 86px 18px 52px;
  }

  .workshop-hero h1,
  .workshop-detail-hero h1 {
    font-size: clamp(31px, 10vw, 42px);
    overflow-wrap: anywhere;
  }

  .workshop-hero p:not(.section-kicker),
  .workshop-detail-hero p:not(.section-kicker) {
    font-size: 14px;
  }

  .workshop-game-card,
  .workshop-detail-card,
  .workshop-feature-grid article,
  .workshop-album-grid figure {
    padding: 18px;
  }
}


.workshop-compare-grid,
.workshop-story-grid,
.program-timeline {
  max-width: 1240px;
  margin: 0 auto;
}

.workshop-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.workshop-compare-grid article,
.workshop-story-grid article,
.program-timeline li,
.photo-size-note,
.workshop-closing-inner {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.workshop-compare-grid article {
  padding: 24px;
}

.workshop-compare-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 18px;
  line-height: 1.55;
}

.workshop-compare-grid p,
.workshop-story-grid p,
.workshop-story-grid li,
.program-timeline p,
.photo-size-note p,
.workshop-closing-inner p {
  margin: 0;
  color: #344339;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.workshop-detail-card.lead-card {
  margin-bottom: 18px;
}

.workshop-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: 18px;
}

.workshop-story-grid article {
  padding: clamp(24px, 3vw, 34px);
}

.workshop-story-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.workshop-story-grid h3 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.45;
}

.workshop-story-grid p + p {
  margin-top: 14px;
}

.workshop-story-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workshop-story-grid li {
  position: relative;
  padding-left: 26px;
}

.workshop-story-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8bc34a, var(--green));
}

.compact-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.program-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}

.program-timeline li {
  padding: 22px;
}

.program-timeline span {
  display: block;
  margin-bottom: 12px;
  color: rgba(8, 115, 61, .34);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.program-timeline strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 18px;
}

.photo-size-note {
  max-width: 980px;
  margin: 24px auto 0;
  padding: 20px 24px;
}

.photo-size-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-size: 17px;
}

.workshop-closing {
  padding-top: 24px;
}

.workshop-closing-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px);
  text-align: center;
  background:
    radial-gradient(circle at 12% 14%, rgba(127, 194, 76, .16), transparent 28%),
    rgba(255, 255, 255, .96);
}

.workshop-closing-inner h2 {
  margin: 0 0 12px;
  color: var(--green);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.35;
}

.workshop-closing-inner p:not(.section-kicker) {
  max-width: 680px;
  margin: 0 auto 22px;
}

@media (max-width: 1180px) {
  .program-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .workshop-compare-grid,
  .workshop-story-grid,
  .program-timeline {
    grid-template-columns: 1fr;
  }

  .compact-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 560px) {

  .workshop-compare-grid article,
  .workshop-story-grid article,
  .program-timeline li,
  .photo-size-note,
  .workshop-closing-inner {
    padding: 18px;
  }

  .workshop-compare-grid strong,
  .program-timeline strong {
    font-size: 16px;
  }

  .workshop-story-grid h3 {
    font-size: clamp(22px, 7vw, 28px);
  }

  .workshop-closing-inner h2 {
    font-size: clamp(27px, 8vw, 36px);
  }
}

.workshop-consult-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 1240px;
  margin: 0 auto;
}

.workshop-consult-grid article {
  padding: 22px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(8, 68, 36, .07);
}

.workshop-consult-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 18px;
}

.workshop-consult-grid p {
  margin: 0;
  color: #344339;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.85;
}

@media (max-width: 1180px) {
  .workshop-consult-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {

  .workshop-consult-grid {
    grid-template-columns: 1fr;
  }

  .workshop-consult-grid article {
    padding: 18px;
  }
}

.workshop-game-card:has(.workshop-game-logo)::before {
  display: none;
}

.workshop-game-logo {
  width: 100%;
  margin: 0 0 12px;
  padding: 14px;
  background: linear-gradient(135deg, rgba(246, 251, 244, .92), rgba(255, 255, 255, .96));
  border: 1px solid rgba(8, 115, 61, .12);
  border-radius: 10px;
}

.workshop-game-logo img {
  width: 100%;
  aspect-ratio: 900 / 420;
  object-fit: contain;
  border-radius: 8px;
}

.workshop-game-card:has(.workshop-game-logo) {
  min-height: 620px;
}

@media (max-width: 920px) {
  .workshop-game-card:has(.workshop-game-logo) {
    min-height: 0;
  }
}

@media (max-width: 560px) {

  .workshop-game-logo {
    padding: 7px;
    margin-bottom: 10px;
  }
}

/* Workshop gallery photos */
.workshop-album-grid--photos figure {
  overflow: hidden;
}

.workshop-album-grid--photos img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.workshop-album-grid--photos figcaption {
  min-height: 48px;
}








/* Topic detail pages */
.topic-detail-page .topic-detail-hero h1 {
  max-width: 920px;
  font-size: clamp(34px, 5.4vw, 62px);
}

.topic-detail {
  background: #fff;
}

.topic-detail-inner {
  max-width: 980px;
  margin: 0 auto;
}

.topic-detail-main-image {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(8, 115, 61, .13);
  box-shadow: var(--shadow);
  background: #f6f8f2;
}

.topic-detail-main-image img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.topic-detail-body {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(8, 115, 61, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow);
}

.topic-detail-body h2 {
  margin: 0 0 18px;
  color: var(--green);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 3.6vw, 38px);
  line-height: 1.45;
}

.topic-detail-body p {
  margin: 0 0 18px;
  color: #26362d;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.05;
  overflow-wrap: anywhere;
}

.topic-detail-body p:last-child {
  margin-bottom: 0;
}

.topic-detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.topic-detail-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(8, 115, 61, .13);
  background: #f6f8f2;
  box-shadow: var(--soft-shadow);
}

.topic-detail-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.topic-detail-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

@media (max-width: 760px) {
  .topic-detail-gallery {
    grid-template-columns: 1fr;
  }

  .topic-detail-body {
    padding: 16px;
  }

  .topic-detail-body p {
    font-size: 14px;
    line-height: 1.95;
  }
}

.topic-card span.topic-category-cardgame,
.topic-detail-hero .section-kicker.topic-category-cardgame {
  color: #3d3010;
  background: #f7c948;
}

.topic-card span.topic-category-training,
.topic-detail-hero .section-kicker.topic-category-training {
  color: #fff;
  background: #2878c7;
}

.topic-card span.topic-category-event,
.topic-detail-hero .section-kicker.topic-category-event {
  color: #fff;
  background: var(--green);
}

.topic-detail-hero .section-kicker.topic-category-cardgame,
.topic-detail-hero .section-kicker.topic-category-training,
.topic-detail-hero .section-kicker.topic-category-event {
  display: inline-block;
  width: fit-content;
  padding: 5px 13px;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: .04em;
}

/* Topic article flow media */
.topic-detail-body::after {
  content: "";
  display: block;
  clear: both;
}

.topic-detail-inline-photo {
  float: right;
  width: min(42%, 360px);
  margin: 4px 0 20px 28px;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(8, 115, 61, .13);
  background: #f6f8f2;
  box-shadow: var(--soft-shadow);
}

.topic-detail-inline-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.topic-detail-body--with-flow-media {
  padding-top: clamp(24px, 3.4vw, 38px);
}

.topic-detail-body--with-flow-media h2 + .topic-detail-inline-photo {
  margin-top: 2px;
}

.topic-detail-gallery {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 760px) {
  .topic-detail-inline-photo {
    float: none;
    width: 100%;
    margin: 0 0 18px;
  }
}

.topic-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1240px;
  margin: 28px auto 0;
}

.topic-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(8, 115, 61, .25);
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.topic-pagination a.is-current {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

/* Topic cards: calmer article index layout */
.topic-list {
  gap: 20px;
}

.topic-card {
  display: block;
  padding: 14px;
  border-color: rgba(8, 115, 61, .09);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(0, 83, 43, .055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.topic-card:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 115, 61, .18);
  box-shadow: 0 18px 34px rgba(0, 83, 43, .08);
}

.topic-image-link {
  overflow: hidden;
  border-radius: 8px;
  background: #f6f8f2;
}

.topic-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 0;
  border-radius: 0;
}

.topic-card-body {
  margin-top: 13px;
}

.topic-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 24px;
}

.topic-card .topic-meta span {
  margin-right: 0;
  padding: 3px 9px;
  font-size: 10px;
  line-height: 1.4;
}

.topic-card .topic-meta time {
  color: #9aa69f;
  font-size: 11px;
  font-weight: 700;
}

.topic-card h3 {
  margin: 9px 0 8px;
  font-size: 16px;
  line-height: 1.55;
}

.topic-card h3 a {
  text-decoration: none;
}

.topic-excerpt {
  color: #8a958e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 760px) {
  .topic-card {
    padding: 12px;
  }

  .topic-image {
    aspect-ratio: 3 / 2;
  }

  .topic-excerpt {
    font-size: 12px;
    line-height: 1.75;
  }
}








.product-order-notice {
  margin: 22px 0 0;
  padding: 18px;
  border: 1px solid rgba(8, 115, 61, .16);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  background: #f7fbf3;
}

.product-order-notice strong {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: .96rem;
}

.product-order-notice p {
  margin: 0 0 14px;
  overflow-wrap: anywhere;
}

.form-token-error {
  margin: 12px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(170, 60, 40, .25);
  border-radius: 8px;
  background: #fff7f4;
  color: #8a2f20;
  font-size: .92rem;
  overflow-wrap: anywhere;
}

.form-result,
.form-result p,
.form-result-contact {
  overflow-wrap: anywhere;
}
.topic-detail-inline-photo img,
.topic-detail-gallery img {
  cursor: zoom-in;
  transition: transform .2s ease, filter .2s ease;
}

.topic-detail-inline-photo:hover img,
.topic-detail-gallery figure:hover img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.topic-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(17, 31, 24, .78);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.topic-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.topic-lightbox-frame {
  width: min(1040px, 92vw);
  max-height: 86vh;
  margin: 0;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.topic-lightbox-frame img {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .34);
}

.topic-lightbox-frame figcaption {
  max-width: min(760px, 88vw);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.topic-lightbox-close {
  position: fixed;
  top: clamp(14px, 3vw, 26px);
  right: clamp(14px, 3vw, 28px);
  width: 44px;
  height: 44px;
  color: #173424;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

body.is-lightbox-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .topic-lightbox {
    padding: 16px;
  }

  .topic-lightbox-frame img {
    max-height: 74vh;
  }
}
