html, body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background: radial-gradient(140% 90% at 50% -10%, #2a1748, #160c22 55%, #100816);
  color: #f4ecd6;
  font-family: 'Nanum Myeongjo', 'Noto Serif KR', serif;
  -webkit-text-size-adjust: 100%;
}

.iyagi-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 20px 80px;
  line-height: 1.85;
  font-size: 16.5px;
}

.iyagi-back {
  margin-bottom: 18px;
}

.iyagi-back a {
  color: #ffe27a;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Noto Sans KR', sans-serif;
}

.iyagi-page h1 {
  font-size: 27px;
  font-weight: 800;
  color: #ffe27a;
  line-height: 1.4;
  margin: 0 0 12px;
}

.iyagi-lead {
  margin: 0 0 28px;
  opacity: 0.9;
  font-size: 16px;
}

.iyagi-body h2 {
  font-size: 19px;
  font-weight: 800;
  color: #ffe9a8;
  margin: 32px 0 10px;
}

.iyagi-body p {
  margin: 10px 0;
  color: #f0e6d0;
}

.iyagi-body ul {
  margin: 10px 0;
  padding-left: 22px;
  color: #f0e6d0;
}

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

.iyagi-card-note {
  margin-top: 28px;
  padding: 16px 18px;
  border-left: 3px solid rgba(232, 196, 82, 0.5);
  background: rgba(232, 196, 82, 0.06);
  font-size: 15px;
  color: #e8dcc4;
}

.iyagi-card-note strong {
  color: #ffe27a;
}

.iyagi-nav-links {
  margin-top: 36px;
  font-size: 15px;
}

.iyagi-nav-links a {
  color: #ffe27a;
  text-decoration: none;
}

/* Hub page */
.iyagi-hub-intro {
  margin: 0 0 26px;
  opacity: 0.9;
}

.iyagi-list-item {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(232, 196, 82, 0.15);
}

.iyagi-list-item:last-of-type {
  border-bottom: none;
}

.iyagi-list-item a {
  color: #ffe27a;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.5;
}

.iyagi-list-item a:hover {
  text-decoration: underline;
}

.iyagi-list-desc {
  margin: 8px 0 0;
  font-size: 15px;
  opacity: 0.85;
}

.iyagi-divider {
  border: none;
  border-top: 1px solid rgba(232, 196, 82, 0.25);
  margin: 34px 0 18px;
}

.site-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.site-footer-logo {
  display: block;
  flex-shrink: 0;
}

.site-footer-name {
  font-family: 'Nanum Myeongjo', 'Noto Serif KR', serif;
  font-size: 18px;
  font-weight: 800;
  color: #ffe9a8;
  letter-spacing: -0.02em;
}

.iyagi-footer-biz {
  font-size: 12.5px;
  color: #b6a88f;
  line-height: 1.95;
  font-family: 'Noto Sans KR', sans-serif;
}

.iyagi-footer-company {
  color: #e9dcc4;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 13.5px;
}

.iyagi-footer-nav {
  margin-top: 18px;
  font-size: 13px;
  color: #9a8e7a;
  font-family: 'Noto Sans KR', sans-serif;
}

.iyagi-footer-nav a {
  color: #cdbfe0;
  text-decoration: none;
}
