.gs31-eyebrow {
  margin: 0 0 12px;
  color: var(--gs31-accent);
  font-family: var(--gs31-font-en);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .20em;
}
.gs31-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 1px solid var(--gs31-primary);
  background: var(--gs31-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease;
}
.gs31-button:hover { background: transparent; color: var(--gs31-primary); }
.gs31-section {
  width: min(var(--gs31-max), calc(100% - 48px));
  margin: auto;
  padding: 82px 0;
}
.gs31-section__head { margin-bottom: 34px; }
.gs31-section__head h2,
.gs31-page-hero h1 {
  margin: 0;
  color: var(--gs31-primary);
  font-family: var(--gs31-font-ja);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 1.5;
}
.gs31-product-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 42px 24px;
}
.gs31-product-card a { display: block; text-decoration: none; }
.gs31-product-card__image {
  display: grid;
  aspect-ratio: 1/1.12;
  place-items: center;
  overflow: hidden;
  background: #eeece5;
  color: #9aa095;
}
.gs31-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gs31-product-card a:hover img { transform: scale(1.025); }
.gs31-product-card__meta { margin: 14px 0 3px; color: var(--gs31-muted); font-size: 10px; letter-spacing: .06em; }
.gs31-product-card h2,
.gs31-product-card h3 { margin: 0; color: var(--gs31-text); font-size: 14px; font-weight: 500; line-height: 1.7; letter-spacing: .02em; }
.gs31-page-hero { max-width: 800px; margin: 0 auto 52px; text-align: center; }
.gs31-page-hero__lead { margin-top: 18px; color: var(--gs31-muted); }
.gs31-pagination { margin-top: 60px; text-align: center; }
.gs31-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.gs31-pagination a,.gs31-pagination span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--gs31-border); text-decoration: none; }
.gs31-pagination .current { background: var(--gs31-primary); color: #fff; }
.gs31-empty { text-align: center; }
@media(max-width:900px){
  .gs31-section{width:calc(100% - 32px);padding:68px 0}
  .gs31-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 16px}
}
@media(max-width:540px){
  .gs31-section{width:calc(100% - 24px);padding:52px 0}
  .gs31-section__head h2,.gs31-page-hero h1{font-size:27px}
  .gs31-product-grid{gap:28px 12px}
  .gs31-product-card h2,.gs31-product-card h3{font-size:12px}
}
