/* V2: Style untuk halaman dalam (/tentang, /jadwal, /maulid, /download, /jadwal/[slug]) */

.page-hero {
  padding: clamp(120px, 14vw, 180px) 0 clamp(48px, 6vw, 80px);
  text-align: center;
  position: relative;
  background: linear-gradient(180deg, var(--bg-deep), var(--bg) 70%);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 64px);
  color: var(--text);
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.page-hero h1 .accent { color: var(--gold); }
.page-hero .arabic {
  font-family: var(--font-arab);
  font-size: clamp(24px, 3vw, 36px);
  color: var(--gold);
  margin-bottom: 12px;
}
.page-hero .lead {
  font-style: italic;
  color: var(--text-soft);
  max-width: 640px;
  margin: 0 auto;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.7;
}
.page-hero .eyebrow {
  display: inline-block;
  margin-bottom: 12px;
}

.breadcrumb {
  font-family: var(--font-heading);
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.breadcrumb a { color: var(--gold-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { margin: 0 8px; color: var(--gold-muted); }

.page-section {
  padding: clamp(48px, 7vw, 88px) 0;
}
.page-section h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 40px);
  color: var(--text);
  margin-bottom: 24px;
  letter-spacing: 0.015em;
}
.page-section h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  color: var(--gold);
  margin: 32px 0 16px;
  letter-spacing: 0.05em;
}
.page-section p, .page-section ul, .page-section ol {
  font-family: var(--font-body);
  color: var(--text);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 16px;
}
.page-section ul, .page-section ol { padding-left: 24px; }
.page-section li { margin-bottom: 8px; }
.page-section blockquote {
  border-left: 3px solid var(--gold);
  padding: 4px 24px;
  margin: 28px 0;
  font-style: italic;
  color: var(--text-soft);
  background: var(--bg-elev);
}

/* Two-column layout for detail jadwal */
.detail-grid {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}
@media (max-width: 900px) {
  .detail-grid { grid-template-columns: 1fr; }
}
.detail-content {}
.detail-aside {
  position: sticky;
  top: 96px;
}
@media (max-width: 900px) {
  .detail-aside { position: static; }
}
.aside-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: clamp(24px, 3vw, 32px);
  margin-bottom: 24px;
  position: relative;
}
.aside-card::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px;
  width: 24px; height: 24px;
  border-top: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
}
.aside-card h3 {
  font-family: var(--font-heading);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.aside-card .next-date {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.3;
}
.aside-card .next-meta {
  color: var(--text-soft);
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.6;
}
.aside-card .aside-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aside-card .btn {
  padding: 12px 16px;
  font-family: var(--font-heading);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.aside-card .btn svg { width: 14px; height: 14px; }
.aside-card .btn-primary { background: var(--gold); color: var(--bg); border: 1px solid var(--gold); }
.aside-card .btn-primary:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.aside-card .btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--line); }
.aside-card .btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* Detail hero image */
.detail-hero {
  height: clamp(280px, 40vh, 440px);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 0;
  border-bottom: 1px solid var(--line);
}
.detail-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,13,13,0.4) 0%, rgba(13,13,13,0.92) 100%);
}
.detail-hero-content {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(24px, 4vw, 56px) 0;
  text-align: center;
}
.detail-hero-content .container { position: relative; z-index: 2; }

/* Maulid timeline */
.maulid-timeline {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  border-left: 2px solid var(--gold-muted);
  padding-left: 24px;
}
.maulid-timeline li {
  position: relative;
  padding: 12px 0;
  display: flex;
  gap: 24px;
}
.maulid-timeline li::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 18px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid var(--bg);
}
.maulid-timeline .time {
  font-family: var(--font-display);
  color: var(--gold-bright);
  min-width: 80px;
  font-size: 18px;
}
.maulid-timeline .title {
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}

/* Jadwal grid (full list) */
.jadwal-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 32px);
}
@media (max-width: 900px) { .jadwal-list-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .jadwal-list-grid { grid-template-columns: 1fr; } }

/* Filter chips (general use) */
.page-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: clamp(28px, 3vw, 40px);
}
.page-filters button {
  padding: 8px 16px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text-soft);
  font-family: var(--font-heading);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 18px;
  cursor: pointer;
  transition: all .2s var(--ease);
  min-height: 40px;
}
.page-filters button:hover { color: var(--gold); border-color: var(--gold-muted); }
.page-filters button.active { background: var(--gold); color: var(--bg); border-color: var(--gold); }

/* Download list */
.download-list { display: flex; flex-direction: column; gap: 16px; }
.download-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px clamp(20px, 3vw, 32px);
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: border-color .2s var(--ease);
}
.download-item:hover { border-color: var(--gold-muted); }
.download-item-icon {
  width: 48px; height: 48px;
  border: 1px solid var(--gold-muted);
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}
.download-item-icon svg { width: 24px; height: 24px; }
.download-item-body { flex: 1; min-width: 0; }
.download-item-body h3 {
  font-family: var(--font-heading);
  color: var(--text);
  margin: 0 0 4px;
  font-size: 16px;
}
.download-item-body p {
  font-family: var(--font-body);
  color: var(--text-soft);
  font-size: 13px;
  margin: 0 0 6px;
}
.download-item-body .meta {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.download-item .btn-download {
  flex-shrink: 0;
  padding: 12px 20px;
  background: var(--gold);
  color: var(--bg);
  border-radius: 3px;
  font-family: var(--font-heading);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s var(--ease);
}
.download-item .btn-download:hover { background: var(--gold-bright); }
.download-item .btn-download svg { width: 14px; height: 14px; }

@media (max-width: 600px) {
  .download-item { flex-wrap: wrap; }
  .download-item .btn-download { width: 100%; justify-content: center; }
}

/* Tentang sub-section */
.tentang-section { padding: clamp(40px, 5vw, 72px) 0; border-bottom: 1px solid var(--line); }
.tentang-section:last-child { border-bottom: none; }
.tentang-section h2 { color: var(--text); }
.tentang-section h2 .accent { color: var(--gold); }
