/*
Theme Name: SH02 Use Lab
Template: generatepress
Version: 1.0.0
Text Domain: sh02-use
Description: SH02 써봄랩 - Core Web Vitals 100점 초경량 실사용 상품 리뷰 & 커머스 에디토리얼 테마
*/

:root {
  --sh-emerald: #1e3a34;
  --sh-gold: #d99b26;
  --sh-gold-dark: #b8801b;
  --sh-bg: #faf8f5;
  --sh-card-bg: #ffffff;
  --sh-border: #e8e4dc;
  --sh-text: #1c1917;
  --sh-muted: #57534e;
  --sh-radius: 12px;
}

body {
  color: var(--sh-text);
  background-color: var(--sh-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.72;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 245, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--sh-gold);
}

.main-title a {
  color: var(--sh-emerald);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.entry-content {
  max-width: 760px;
  margin: 0 auto;
}

.entry-title {
  color: var(--sh-emerald);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.entry-content h2 {
  color: var(--sh-emerald);
  font-size: 1.65rem;
  font-weight: 750;
  margin-top: 2.2em;
  margin-bottom: 0.8em;
  border-left: 4px solid var(--sh-gold);
  padding-left: 14px;
}

.entry-content h3 {
  color: var(--sh-emerald);
  font-size: 1.35rem;
  margin-top: 1.8em;
}

.entry-content img {
  border-radius: var(--sh-radius);
  box-shadow: 0 4px 20px rgba(30, 58, 52, 0.07);
}

blockquote {
  border-left: 4px solid var(--sh-emerald);
  background: var(--sh-card-bg);
  border-radius: 0 var(--sh-radius) var(--sh-radius) 0;
  padding: 20px 24px;
  margin: 2em 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.wp-block-button__link {
  background: var(--sh-gold);
  color: #ffffff;
  border-radius: 30px;
  font-weight: 700;
  padding: 14px 28px;
  transition: background 0.15s ease;
}

.wp-block-button__link:hover {
  background: var(--sh-gold-dark);
}

.site-footer {
  background: var(--sh-emerald);
  color: #e7e5e4;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  body { font-size: 16px; }
  .entry-content h2 { font-size: 1.4rem; }
}
