:root {
  --athena-bg: #fff8f3;
  --athena-bg-soft: #fffdfb;
  --athena-peach: #ffd8c2;
  --athena-pink: #f8d4e2;
  --athena-mint: #d7f1ea;
  --athena-teal: #2f8275;
  --athena-teal-deep: #235f57;
  --athena-ink: #5d4a46;
  --athena-line: rgba(132, 92, 80, 0.14);
  --athena-shadow: 0 18px 40px rgba(125, 91, 78, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(255, 215, 186, 0.45), transparent 28%),
    radial-gradient(circle at top right, rgba(214, 240, 232, 0.55), transparent 32%),
    linear-gradient(180deg, #fffaf6 0%, #fff5ef 100%);
  color: var(--athena-ink);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

body .wp-site-blocks {
  position: relative;
}

body .wp-site-blocks > header,
body .wp-site-blocks > footer {
  position: relative;
  z-index: 2;
}

body .wp-site-blocks > header .alignwide {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 12px 36px rgba(118, 91, 81, 0.08);
  margin-top: 1.2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  backdrop-filter: blur(14px);
}

.wp-block-site-title a,
.wp-block-site-title a:visited {
  color: var(--athena-teal-deep);
}

.wp-block-site-tagline {
  color: rgba(93, 74, 70, 0.75);
}

.wp-block-navigation .wp-block-navigation-item__content {
  border-radius: 999px;
  padding: 0.68rem 1rem;
  color: var(--athena-teal-deep);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-navigation .current-menu-item > .wp-block-pages-list__item__link,
.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content {
  background: rgba(255, 216, 194, 0.56);
  color: var(--athena-teal-deep);
  transform: translateY(-1px);
}

main.wp-block-group {
  max-width: 1240px;
}

.wp-block-post-featured-image img,
.entry-content img {
  border-radius: 24px;
}

body.home .wp-block-post-featured-image,
body.home .wp-block-post-title {
  display: none;
}

body.home main.wp-block-group {
  margin-top: 1.5rem !important;
}

.pet-home {
  display: grid;
  gap: 1.75rem;
  max-width: 1180px;
  margin: 0 auto;
}

.pet-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
  padding: 2rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.45), transparent 26%),
    linear-gradient(135deg, rgba(255, 221, 206, 0.95), rgba(214, 240, 232, 0.96));
  box-shadow: var(--athena-shadow);
  border: 1px solid rgba(255, 255, 255, 0.95);
}

.pet-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--athena-teal-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.pet-hero h2,
.pet-section h2 {
  margin: 0;
  color: #4c3935;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.15;
}

.pet-hero p {
  font-size: 1.05rem;
  line-height: 1.9;
}

.pet-actions,
.pet-card__actions,
.pet-shop__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.pet-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.2rem;
  border-radius: 999px;
  background: var(--athena-teal);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(47, 130, 117, 0.18);
}

.pet-button:hover {
  color: #fff;
  background: var(--athena-teal-deep);
}

.pet-button--soft {
  background: #fff;
  color: var(--athena-teal-deep);
  border: 1px solid rgba(47, 130, 117, 0.18);
  box-shadow: none;
}

.pet-button--soft:hover {
  color: var(--athena-teal-deep);
  background: rgba(255, 255, 255, 0.9);
}

.pet-hero__panel,
.pet-section,
.pet-card,
.pet-shop {
  background: var(--athena-bg-soft);
  border: 1px solid var(--athena-line);
  box-shadow: var(--athena-shadow);
}

.pet-hero__panel {
  border-radius: 28px;
  padding: 1.3rem;
  display: grid;
  gap: 1rem;
}

.pet-panel-card {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 247, 241, 0.9));
  border: 1px solid rgba(132, 92, 80, 0.12);
}

.pet-panel-card strong,
.pet-stat strong {
  display: block;
  color: #4c3935;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.pet-panel-card span,
.pet-stat span {
  display: block;
  color: rgba(93, 74, 70, 0.8);
  font-size: 0.95rem;
  line-height: 1.7;
}

.pet-stat-grid,
.pet-card-grid,
.pet-shop-grid {
  display: grid;
  gap: 1rem;
}

.pet-stat-grid {
  grid-template-columns: 1fr;
}

.pet-card-grid,
.pet-shop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pet-section {
  border-radius: 28px;
  padding: 1.5rem;
}

.pet-section__lead {
  margin-top: 0.85rem;
  color: rgba(93, 74, 70, 0.84);
  line-height: 1.9;
}

.pet-card,
.pet-shop {
  overflow: hidden;
  border-radius: 26px;
}

.pet-card img,
.pet-shop img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.pet-card__body,
.pet-shop__body {
  padding: 1.15rem 1.15rem 1.3rem;
}

.pet-card h3,
.pet-shop h3 {
  margin: 0 0 0.55rem;
  color: #4c3935;
  font-size: 1.28rem;
}

.pet-card p,
.pet-shop p,
.pet-note,
.pet-mini-list li {
  color: rgba(93, 74, 70, 0.86);
  line-height: 1.85;
}

.pet-mini-list {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
}

.pet-note {
  margin: 0;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248, 212, 226, 0.24), rgba(255, 255, 255, 0.9));
  border: 1px dashed rgba(132, 92, 80, 0.18);
}

.pet-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.pet-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(214, 240, 232, 0.72);
  color: var(--athena-teal-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

body.page-id-11 h1.wp-block-heading {
  color: #4c3935;
  font-size: clamp(2rem, 4vw, 2.7rem);
  margin-bottom: 1rem;
}

body.page-id-11 .wp-block-post-template > li {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--athena-line);
  border-radius: 30px;
  box-shadow: var(--athena-shadow);
  margin-bottom: 1.5rem;
  overflow: hidden;
}

body.page-id-11 .wp-block-post-template > li .wp-block-group {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

footer .wp-block-group.alignwide {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  padding: 1.75rem;
  box-shadow: 0 16px 36px rgba(118, 91, 81, 0.08);
}

footer .wp-block-navigation .wp-block-navigation-item__content {
  padding: 0.35rem 0;
  background: transparent;
}

@media (max-width: 960px) {
  .pet-hero,
  .pet-card-grid,
  .pet-shop-grid {
    grid-template-columns: 1fr;
  }

  body .wp-site-blocks > header .alignwide {
    border-radius: 28px;
  }
}

@media (max-width: 640px) {
  .pet-hero,
  .pet-section {
    padding: 1.2rem;
  }

  .pet-card img,
  .pet-shop img {
    height: 190px;
  }
}
