:root {
  --page-head-bg-end: #fbfaf4;
}

.page-head {
  padding: 48px 0 30px;
  background: linear-gradient(90deg, #fff 0%, #fff 62%, var(--page-head-bg-end) 100%);
  border-bottom: 1px solid var(--line);
}

.breadcrumb {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}

.eyebrow {
  margin-top: 24px;
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
}

.page-head h1 {
  margin: 10px 0 12px;
  font-size: clamp(28px, 4.4vw, 40px);
  line-height: 1.35;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--green);
  white-space: pre-line;
}

.page-head p {
  margin: 0;
  max-width: 760px;
  line-height: 1.9;
  color: #5d6a66;
  font-weight: 600;
  white-space: pre-line;
}

.page-head-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.page-head-tags span {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid rgba(15, 90, 67, 0.15);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--green);
  box-shadow: 0 4px 14px rgba(29, 48, 43, 0.05);
}

@media (max-width: 768px) {
  .page-head h1 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .page-head h1 {
    font-size: 28px;
  }
}
