/* 하위 페이지 공용 스타일 */
.page-hero {
  padding: 100px 0 60px;
  text-align: center;
}
.page-hero .eyebrow { justify-content: center; }
.page-hero .eyebrow::before { display: none; }
.page-hero h1 { margin: 18px 0 16px; }
.babhalmeoni-title-logo {
  height: 1em;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  transform: translateY(0.08em);
}
/* 제목 내 '밥할머니' 인라인 로고 */
.bh-inline-logo {
  height: 0.72em;
  width: auto;
  display: inline-block;
  vertical-align: -0.06em;
  margin-right: 0.06em;
}
.page-hero .lead { margin: 0 auto; }

.prose {
  max-width: 760px;
  margin: 0 auto;
}
.prose h3 {
  font-size: 1.35rem;
  margin: 40px 0 12px;
  font-weight: 700;
}
.prose p {
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 1.05rem;
}
.prose strong { color: var(--ink); }
.prose blockquote {
  border-left: 3px solid var(--gold);
  padding: 16px 22px;
  margin: 24px 0;
  background: var(--surface);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 1.08rem;
  color: var(--ink);
}

/* 인포 카드 */
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.info-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.info-item .ic {
  font-size: 1.5rem;
  flex: none;
}
.info-item .k {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.info-item .v {
  font-weight: 600;
  font-size: 1.02rem;
}

/* 기념사업 강조 박스 */
.highlight {
  border-radius: 22px;
  padding: 36px;
  background: linear-gradient(135deg, rgba(200,148,45,0.12), rgba(140,47,57,0.1));
  border: 1px solid rgba(200,148,45,0.3);
}

/* 후원 섹션 */
.donate-box {
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 36px;
  text-align: center;
}
.acct {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  white-space: nowrap;
  background: var(--surface-2);
  border: 1px dashed rgba(200,148,45,0.5);
  border-radius: 14px;
  padding: 14px 22px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 18px 0;
}
.acct code {
  font-family: "SF Mono", "Pretendard", monospace;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 아티클 카드 (모달 진입용 요약 카드) */
.article-card {
  background: var(--surface);
  border: 1px solid rgba(200, 148, 45, 0.18);
  border-radius: 22px;
  padding: 48px 40px;
  box-shadow: 0 18px 50px rgba(140, 47, 57, 0.06);
  text-align: center;
}
.section[style*="bg-2"] .article-card,
.section-babhalmeoni .article-card {
  background: #fff;
}

/* 준비중 페이지 */
.coming-soon {
  text-align: center;
  padding: 120px 0;
}
.coming-soon .orbit {
  margin: 0 auto 40px;
  width: 220px;
  height: 220px;
}
.coming-soon .orbit-core {
  width: 96px;
  height: 96px;
  font-size: 2.4rem;
}
.badge-soon {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--grad-gold);
  color: #3a2f28;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
}

@media (max-width: 720px) {
  .info-grid { grid-template-columns: 1fr; }
}

/* ============ 인터뷰 Q&A ============ */
.interview {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.interview .q {
  padding: 12px 20px;
  background: var(--surface-2);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 1.02rem;
  color: var(--ink);
}
.interview .a {
  padding: 4px 6px 4px 22px;
  color: var(--muted);
  font-size: 1.0rem;
  line-height: 1.8;
}

/* 법문 (한국어 + 영어 병기) */
.dharma-talk {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dharma-talk-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.dharma-talk-buttons .btn {
  text-align: left;
  white-space: normal;
  line-height: 1.5;
}
.dharma-talk h3 {
  margin: 14px 0 2px;
  font-size: 1.1rem;
  color: var(--gold);
}
.dharma-talk p {
  margin: 4px 0;
  line-height: 1.8;
}
.dharma-talk .dharma-talk-en {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
  padding-left: 14px;
  border-left: 2px solid var(--border);
  margin: 4px 0 12px;
}

/* 22가지 서약문 목록 */
.vow-list {
  list-style: none;
  counter-reset: vow;
  margin: 0;
  padding: 0;
}
.vow-list li {
  counter-increment: vow;
  position: relative;
  padding: 9px 0 9px 44px;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.7;
  border-bottom: 1px solid var(--border);
}
.vow-list li:last-child { border-bottom: none; }
.vow-list li::before {
  content: counter(vow);
  position: absolute;
  left: 0;
  top: 9px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  display: grid;
  place-items: center;
}

/* 암베드카르 박사 소개 프로필 카드 */
.profile-card {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 860px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid rgba(200, 148, 45, 0.18);
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 18px 50px rgba(140, 47, 57, 0.06);
}
.profile-card-top {
  display: flex;
  gap: 32px;
  align-items: center;
  perspective: 1000px;
}
.profile-card-img {
  flex: 0 0 260px;
  width: 260px;
  height: 370px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  transform-style: preserve-3d;
  transition: transform 0.25s ease-out, box-shadow 0.3s ease;
  box-shadow: 0 14px 40px rgba(58, 47, 40, 0.16);
  will-change: transform;
}
.profile-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.06);
}
.profile-card-body {
  flex: 1;
  min-width: 0;
}
.profile-card-body .eyebrow { justify-content: flex-start; }
.profile-card-body h3 {
  margin: 6px 0 4px;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.profile-card-en {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
  margin-left: 6px;
  letter-spacing: 0;
}
.profile-card-date {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.profile-card-desc {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 1.0rem;
  line-height: 1.7;
}
.profile-card-book {
  margin: 0 0 16px;
  font-size: 0.98rem;
  color: var(--ink);
}
.profile-card-book a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
}
.profile-card-book a:hover {
  text-decoration: underline;
}
.profile-card-more {
  margin: 0 0 16px;
  display: inline-block;
  width: auto;
  padding: 8px 18px;
  font-size: 0.9rem;
}
.profile-card-quote {
  margin: 0;
  padding: 12px 16px;
  border-left: 3px solid var(--gold);
  background: var(--surface-2);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: #8c2f39;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* 서약문 (카드 하단 영역) */
.profile-card-vows {
  border-top: 1px solid var(--border);
  padding-top: 26px;
}
.profile-card-vows h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ink);
}
.profile-card-vows-desc {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .profile-card {
    flex-direction: column;
    text-align: center;
    padding: 24px;
  }
  .profile-card-top {
    flex-direction: column;
  }
  .profile-card-img {
    flex: none;
    width: 200px;
    height: 285px;
  }
  .profile-card-body .eyebrow { justify-content: center; }
  .profile-card-quote { text-align: left; }
  .profile-card-vows { text-align: left; }
}

/* 1인 시위 갤러리 */
.protest-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.protest-item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.protest-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.protest-item figcaption {
  padding: 8px 10px;
  font-size: 0.82rem;
  color: var(--muted);
  text-align: center;
  background: var(--surface);
}
@media (max-width: 640px) {
  .protest-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .protest-item img { height: 150px; }
}

/* 비구계 수지 이미지 갤러리 (어두운 섹션용) */
.bhikkhu-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.bhikkhu-item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}
.bhikkhu-item.bhikkhu-wide {
  grid-column: 1 / -1;
}
.bhikkhu-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.bhikkhu-item.bhikkhu-wide img {
  height: auto;
  max-height: 420px;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.2);
}
.bhikkhu-item figcaption {
  padding: 9px 12px;
  font-size: 0.82rem;
  color: #d8c9b4;
  text-align: center;
}
.bhikkhu-caption {
  text-align: center;
  color: #e8d9c2;
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
}
@media (max-width: 640px) {
  .bhikkhu-gallery {
    grid-template-columns: 1fr;
  }
  .bhikkhu-item img { height: 200px; }
}

/* 신승불교 상세 섹션 — 어두운 배경으로 구분 */
.section-navayana {
  background: linear-gradient(160deg, #3a2f28 0%, #4a352c 55%, #5a3a2c 100%);
  color: #f6efe2;
}
.section-navayana .heading {
  color: #f6efe2;
}
.section-navayana .prose p {
  color: #d8c9b4;
}
.section-navayana .prose strong {
  color: #f6efe2;
}
.section-navayana .prose blockquote {
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.06);
}
.section-navayana .prose blockquote p {
  color: #e8d9c2;
}

/* ============ 주간불교소식 ============ */
.page-hero-compact {
  padding: 70px 0 30px;
}
.container-wide {
  max-width: 1100px;
}
.news-section {
  padding: 10px 0 60px;
}
.news-issue {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  padding: 40px;
  margin-bottom: 32px;
}
.news-issue-head {
  border-bottom: 1px solid var(--border);
  padding-bottom: 24px;
  margin-bottom: 28px;
}
.news-date {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 8px;
}
.news-issue-title {
  font-size: 1.7rem;
  font-weight: 800;
  margin: 0 0 12px;
}
.news-summary {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.news-block {
  margin-bottom: 28px;
}
.news-block:last-child {
  margin-bottom: 0;
}
.news-cat {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-item {
  padding: 14px 0;
  border-bottom: 1px dashed var(--border);
}
.news-item:last-child {
  border-bottom: none;
}
.news-item h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.4;
}
.news-item p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  font-size: 0.95rem;
}
.news-item a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.news-item a:hover { text-decoration: underline; }
.news-archive {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: var(--shadow-soft);
}
.news-archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-archive-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.news-archive-list li:last-child {
  border-bottom: none;
}
.news-archive-list a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}
.news-archive-list a:hover {
  color: var(--accent);
}
@media (max-width: 640px) {
  .news-issue { padding: 24px 20px; }
}

/* ============ 이미지 ============ */
.img-frame {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.img-frame img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.img-caption {
  padding: 12px 16px;
  font-size: 0.82rem;
  color: var(--muted);
  text-align: center;
}
.figure-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: center;
  margin: 28px 0;
}
@media (max-width: 720px) {
  .figure-row { grid-template-columns: 1fr; }
}
