body.guide-page {
  margin: 0;
  min-height: 100vh;
  background: #f6f7fb;
  color: #0f1729;
}

body.guide-page .guide-hero-card {
  text-align: center;
  min-height: 0;
  padding: 40px 28px 32px;
}

body.guide-page .guide-hero-card h1 {
  max-width: none;
  margin: 0 auto;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  text-shadow: 0 1px 0 rgba(15, 23, 41, 0.04);
}

body.guide-page .guide-hero-sub {
  margin: 12px auto 0;
  max-width: 46rem;
  color: #64748b;
  font-size: 15px;
  line-height: 1.55;
}

body.guide-page .guide-hero-nav,
body.og-shop .guide-hero-nav {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 0;
  font-size: 14px;
  font-weight: 500;
  color: #0f1729;
}

body.guide-page .guide-hero-nav a,
body.og-shop .guide-hero-nav a {
  color: #0f1729;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}

body.guide-page .guide-hero-nav a.is-active,
body.og-shop .guide-hero-nav a.is-active {
  font-weight: 800;
}

body.guide-page .guide-nav-sep,
body.og-shop .guide-nav-sep {
  margin: 0 12px;
  color: #94a3b8;
  text-decoration: none;
  user-select: none;
}

body.guide-page .guide-main {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto 40px;
}

body.guide-page .guide-body {
  background: #fff;
  border-radius: 24px;
  padding: 28px 28px 36px;
  line-height: 1.7;
  font-size: 15px;
}

body.guide-page .guide-body .meta {
  margin: 0 0 18px;
  color: #94a3b8;
  font-size: 13px;
}

body.guide-page .guide-body h2 {
  margin: 28px 0 10px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.guide-page .guide-body h3 {
  margin: 22px 0 8px;
  font-size: 16px;
  font-weight: 700;
}

body.guide-page .guide-body p,
body.guide-page .guide-body ul {
  margin: 0 0 12px;
}

body.guide-page .guide-body ul {
  padding-left: 1.2rem;
}

body.guide-page .guide-body li {
  margin: 0 0 6px;
}

body.guide-page .guide-body strong {
  font-weight: 700;
}

body.guide-page #footer-placeholder,
body.guide-page #footer {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto 40px;
  text-align: center;
  font-size: 12px;
  color: #64748b;
}

/* Homepage hero as guide intro */
body.og-shop .shop-hero-card.guide-hero-card {
  text-align: center;
  min-height: 0;
  padding: 40px 28px 36px;
}

body.og-shop .shop-hero-card.guide-hero-card h1,
body.og-shop .shop-hero-card.guide-hero-card #shopHeroTitle {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  text-shadow: 0 1px 0 rgba(15, 23, 41, 0.04);
}

body.og-shop .shop-hero-card.guide-hero-card .guide-hero-sub,
body.og-shop .shop-hero-card.guide-hero-card #shopHeroSub {
  margin: 12px auto 0;
  max-width: 46rem;
  color: #64748b;
  font-size: 15px;
  line-height: 1.55;
}
