.hero {
  position: relative;
}

.hero-title {
  margin: 0 0 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.hero-title strong {
  display: block;
  font-weight: 700;
}

.hero-title em {
  font-style: normal;
  color: var(--torii);
}

.hero-sub {
  max-width: 480px;
  margin: 0 0 2.5rem;
  color: var(--stone);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-circle {
  position: relative;
  display: grid;
  place-items: center;
  width: 380px;
  height: 380px;
  border: var(--border-color);
  border-radius: 50%;
  background: var(--mist);
}

.hero-circle::before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}

.hero-kanji,
.kanji-deco {
  font-family: "Noto Serif JP", serif;
  color: rgba(0, 0, 0, 0.07);
}

.hero-kanji {
  position: absolute;
  top: -10px;
  right: 28px;
  font-size: 4rem;
}

.kanji-deco {
  position: absolute;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.1em;
}

.seigaiha-bg {
  position: absolute;
  inset: 0 0 auto auto;
  width: 320px;
  height: 320px;
  opacity: 0.04;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='35'%3E%3Cellipse cx='30' cy='35' rx='30' ry='35' fill='none' stroke='%231A1A1A' stroke-width='1.5'/%3E%3Cellipse cx='0' cy='35' rx='30' ry='35' fill='none' stroke='%231A1A1A' stroke-width='1.5'/%3E%3Cellipse cx='60' cy='35' rx='30' ry='35' fill='none' stroke='%231A1A1A' stroke-width='1.5'/%3E%3C/svg%3E");
}

.hero-illustration {
  opacity: 0.2;
}

.about-features,
.contact-info {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.dogs-section .section-copy {
  max-width: 720px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 3rem;
}

.process-step {
  text-align: center;
}

.step-num {
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  color: var(--mist);
}

.step-title {
  margin-bottom: 0.4rem;
  font-weight: 700;
  font-size: 14px;
}

.step-desc {
  color: var(--stone);
  font-size: 13px;
}

.breed-section {
  background: var(--ink);
  color: var(--white);
}

.breed-section .section-tag {
  color: var(--gold);
}

.breed-section .divider {
  background: var(--gold);
}

.breed-section .section-copy,
.breed-section .spec-label,
.breed-section .breed-desc p,
.breed-section .breed-tag {
  color: rgba(255, 255, 255, 0.72);
}

.breed-specs {
  display: grid;
  gap: 0;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.spec-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.spec-label {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.spec-value {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}

.breed-desc p {
  font-size: 14px;
}

.breed-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.breed-tag {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-preview-section {
  background: linear-gradient(180deg, rgba(232, 228, 222, 0.25) 0%, rgba(250, 248, 244, 0.9) 100%);
}

.blog-hero {
  padding-top: 8rem;
}

.blog-page-header {
  margin-bottom: 2rem;
}

.blog-post-sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
}

.blog-index-intro {
  margin-bottom: 2rem;
}

.blog-post-page .site-header,
.blog-list-page .site-header {
  position: sticky;
}

.blog-post-related {
  margin-top: 3rem;
}

.blog-section-empty {
  margin-top: 2rem;
}
