:root {
  --bg: #fbfbf8;
  --surface: #ffffff;
  --surface-soft: #f3f3ef;
  --text: #111111;
  --muted: #666666;
  --line: rgba(17, 17, 17, 0.14);
  --brand: #111111;
  --brand-strong: #000000;
  --accent: #0b5cab;
  --warning: #9f3f32;
  --shadow: none;
  --radius: 0;
  --hero-image: url("../../shared/images/image_introduction.png");
}

body.template-clean {
  background: var(--bg);
  color: var(--text);
}

.template-clean .site-header {
  background: #fbfbf8;
  border-bottom: 1px solid var(--line);
}

.template-clean .site-header__inner {
  min-height: 58px;
}

.template-clean .brand {
  min-width: 180px;
}

.template-clean .brand img {
  width: 32px;
  height: 32px;
}

.template-clean .brand span {
  font-size: 15px;
}

.template-clean .nav {
  gap: 22px;
}

.template-clean .nav a {
  padding: 4px 0;
  border-radius: 0;
  background: transparent;
  color: #555;
  font-size: 14px;
}

.template-clean .nav a.is-active,
.template-clean .nav a:hover {
  color: #000;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 9px;
}

.template-clean .button {
  border-radius: 0;
  background: #111;
  box-shadow: none;
}

.template-clean .button:hover {
  background: #000;
  box-shadow: none;
  transform: none;
}

.template-clean .button--ghost {
  color: #111;
  border-color: #111;
  background: transparent;
}

.template-clean .minimal-index {
  padding: 112px 0 96px;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.template-clean .minimal-index__inner {
  display: block;
  text-align: center;
}

.template-clean .minimal-index h1 {
  max-width: 1180px;
  margin: 0 auto;
  color: #111;
  font-size: clamp(48px, 8vw, 118px);
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.template-clean .minimal-index__lead {
  max-width: 760px;
  margin: 32px auto 0;
  color: #555;
  font-size: 21px;
  line-height: 1.7;
  text-align: center;
}

.template-clean .eyebrow {
  margin: 0 0 24px;
  color: #777;
  font-size: 12px;
  font-weight: 500;
}

.template-clean .minimal-actions {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 34px;
}

.template-clean .minimal-actions a {
  color: var(--accent);
  font-weight: 600;
}

.template-clean .minimal-rule-list {
  border-top: 1px solid var(--line);
}

.template-clean .minimal-rule-list div {
  display: grid;
  grid-template-columns: 80px minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 28px;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.template-clean .minimal-rule-list span {
  color: #8a8a8a;
}

.template-clean .minimal-rule-list strong {
  font-size: 28px;
  line-height: 1.16;
}

.template-clean .minimal-rule-list p {
  margin: 0;
  color: #555;
}

.template-clean .section {
  padding: 88px 0;
}

.template-clean .section--soft,
.template-clean .page-title {
  background: #f3f3ef;
}

.template-clean .page-title {
  color: #111;
}

.template-clean .page-title p {
  color: var(--muted);
}

.template-clean .section__head {
  display: block;
}

.template-clean .section__head h2,
.template-clean .page-title h1 {
  max-width: 900px;
  font-size: clamp(36px, 5vw, 68px);
  letter-spacing: 0;
}

.template-clean .section__head p {
  max-width: 620px;
  font-size: 18px;
}

.template-clean .service-card,
.template-clean .line-card,
.template-clean .news-item,
.template-clean .product-card,
.template-clean .contact-panel,
.template-clean .about-panel,
.template-clean .filter-panel {
  border-color: var(--line);
  border-radius: 0;
  box-shadow: none;
}

.template-clean .service-card__image,
.template-clean .line-card__image {
  background: #f3f3ef;
}

.template-clean .tag {
  border-radius: 0;
  color: #111;
  background: #f0f0ec;
}

.template-clean .clean-service-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.template-clean .clean-service-list .service-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-width: 0 0 1px;
  background: transparent;
}

.template-clean .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.template-clean .product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-width: 1px;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.template-clean .product-card__media {
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid var(--line);
  background: #f3f3ef;
}

.template-clean .product-card__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.template-clean .product-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
  padding: 24px;
}

.template-clean .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.template-clean .product-meta .tag:nth-child(n+3) {
  display: none;
}

.template-clean .product-card h3 {
  min-height: 54px;
  margin-bottom: 12px;
  color: #111;
  font-size: 22px;
  line-height: 1.22;
}

.template-clean .ensure-list {
  margin-top: 10px;
  gap: 6px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.7;
}

.template-clean .ensure-list li::before {
  width: 3px;
  height: 3px;
  margin-right: 6px;
  background: #111;
}

.template-clean .prompt,
.template-clean .refuse {
  display: none;
}

.template-clean .product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 22px;
}

.template-clean .product-card__footer .button {
  min-height: 44px;
  min-width: 96px;
  padding: 10px 18px;
  border-radius: 0;
  background: #222;
  color: #fff;
  font-size: 14px;
  box-shadow: none;
}

.template-clean .price {
  color: #9f3f32;
  font-size: 20px;
  font-weight: 500;
}

.template-clean .price span {
  color: #777;
  font-size: 12px;
}

.template-clean .search-box,
.template-clean .filter-field select,
.template-clean .pagination button {
  border-radius: 0;
  background: #fff;
}

.template-clean .search-box button,
.template-clean .pagination button.is-active {
  background: #111;
  border-color: #111;
}

.template-clean .site-footer {
  background: #f3f3ef;
  color: #555;
}

.template-clean .footer__brand {
  color: #111;
}

.template-clean .footer__bottom {
  border-top-color: #d8d8d2;
  color: #777;
}

@media (max-width: 980px) {
  .template-clean .minimal-rule-list div {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .template-clean .clean-service-list .service-card {
    grid-template-columns: 1fr;
  }

  .template-clean .minimal-index h1 {
    font-size: clamp(42px, 14vw, 72px);
  }

  .template-clean .minimal-actions {
    flex-wrap: wrap;
  }

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