/* ═══════════════════════════════════════════════════════════
   PAGE: Temple (single-tac_temple.php)
═══════════════════════════════════════════════════════════ */
.temple-page { max-width: 1080px; margin: 0 auto; padding: 0 24px 80px; }

.temple-hero { margin-bottom: 52px; }
.temple-image {
  aspect-ratio: 16/9; width: 100%; border-radius: var(--r-xl);
  overflow: hidden; background: var(--bg2); margin-bottom: 28px;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 8px; color: var(--t3);
}
.temple-image img { width: 100%; height: 100%; object-fit: cover; }
.temple-image svg { width: 40px; height: 40px; stroke: currentColor; fill: none; stroke-width: 1.2; }

.temple-eyebrow {
  font-size: 10.5px; font-weight: 500; letter-spacing: .10em;
  text-transform: uppercase; color: var(--t3); margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
.temple-eyebrow::before { content: ''; width: 20px; height: .5px; background: var(--t3); }
.temple-h1 {
  font-family: var(--font-d); font-size: clamp(28px, 4vw, 46px);
  font-weight: 400; color: var(--t1); line-height: 1.1;
  letter-spacing: -.02em; margin-bottom: 4px;
}
.temple-thai { font-size: 18px; color: var(--t3); margin-bottom: 16px; }

.temple-identity {
  display: flex; align-items: center; flex-wrap: wrap;
  margin-bottom: 20px; padding: 12px 0;
  border-top: .5px solid var(--br); border-bottom: .5px solid var(--br);
}

.temple-lead {
  font-family: var(--font-i); font-size: 15.5px; color: var(--t2);
  line-height: 1.82; font-style: italic; margin-bottom: 22px;
}

.temple-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.temple-section { margin-bottom: 52px; }
.temple-sh {
  font-family: var(--font-d); font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400; color: var(--t1); margin-bottom: 16px;
  padding-bottom: 12px; border-bottom: .5px solid var(--br);
  display: flex; align-items: baseline; gap: 12px;
}
.temple-sh-sub { font-family: var(--font-b); font-size: 13px; color: var(--t3); font-weight: 400; }
.temple-prose p { font-size: 14.5px; color: var(--t2); line-height: 1.82; margin-bottom: 14px; }
.temple-prose strong { color: var(--t1); font-weight: 500; }
.temple-prose a { color: var(--gold-dim); border-bottom: 1px solid var(--gold-b); }

/* Key monks (reuses .monks-grid from monk listing but scoped smaller) */
.temple-monks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }

@media (max-width: 860px) {
  .temple-monks-grid { grid-template-columns: repeat(2, 1fr); }
  .temple-identity { flex-wrap: wrap; gap: 10px; }
  .temple-identity .id-div { display: none; }
  .temple-identity .id-item { padding: 0; }
}
@media (max-width: 600px) {
  .temple-monks-grid { grid-template-columns: 1fr; }
  .amulet-grid { grid-template-columns: 1fr; }
}
