/* ─── COPTIC CHURCH SEASONS PAGE ───────────────────────────────────────────── */

.seas-page-wrap {
  max-width: min(1360px, calc(100vw - 3rem));
  margin: 0 auto;
  padding: 1.5rem 1.5rem 4rem;
}

/* ── Hero ── */
.seas-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  background: linear-gradient(135deg, #1A0D00 0%, #2D1800 60%, #3A2208 100%);
  border-radius: 18px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.seas-hero-left { display: flex; flex-direction: column; gap: 0.75rem; }
.seas-hero-eyebrow {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(184,134,11,0.8);
}
.seas-hero-title {
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 700;
  color: #F5E8C0 !important; line-height: 1.1; margin: 0;
}
.seas-hero-sub {
  font-size: 0.95rem; line-height: 1.65;
  color: rgba(245,232,192,0.75) !important; margin: 0;
}
.seas-hero-verse {
  background: rgba(184,134,11,0.12);
  border-left: 3px solid #B8860B;
  border-radius: 0 8px 8px 0;
  padding: 0.65rem 0.9rem;
}
.seas-hero-verse-ref {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #B8860B !important; margin-bottom: 0.2rem;
}
.seas-hero-verse-text {
  font-family: ui-serif, Georgia, serif;
  font-size: 0.95rem; font-style: italic;
  color: rgba(245,232,192,0.85) !important; line-height: 1.55;
}
.seas-hero-right {
  display: flex; align-items: center; justify-content: center;
}
.seas-year-wheel {
  width: 140px; height: 140px; border-radius: 50%;
  border: 3px solid rgba(184,134,11,0.5);
  background: radial-gradient(circle, rgba(184,134,11,0.15) 0%, rgba(184,134,11,0.04) 70%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 30px rgba(184,134,11,0.2);
}
.seas-wheel-inner { text-align: center; }
.seas-wheel-label {
  font-family: ui-serif, Georgia, serif;
  font-size: 1rem; font-weight: 700; color: #F5E8C0; line-height: 1.2;
}
.seas-wheel-sub {
  font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(184,134,11,0.7); margin-top: 0.3rem;
}

/* ── Quick nav ── */
.seas-quicknav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 0.4rem;
  margin-bottom: 1.5rem;
}
.seas-qn-item {
  display: flex; flex-direction: column; align-items: center; gap: 0.2rem;
  background: #fff9f0; border: 1px solid rgba(184,134,11,0.2);
  border-radius: 10px; padding: 0.5rem 0.4rem;
  text-decoration: none; transition: border-color 0.15s;
}
.seas-qn-item:hover { border-color: #B8860B; text-decoration: none; }
.seas-qn-month {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: #B8860B;
}
.seas-qn-name {
  font-size: 0.75rem; font-weight: 600; color: #3A2208; text-align: center; line-height: 1.2;
}

/* ── Season block ── */
.seas-season {
  margin-bottom: 1.25rem;
  background: #fff;
  border: 1px solid rgba(184,134,11,0.15);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(184,134,11,0.06);
}
.seas-season-header {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1rem; padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(184,134,11,0.15);
}
.seas-season-icon-wrap {
  width: 70px; height: 70px; border-radius: 50%;
  overflow: hidden; border: 2px solid rgba(184,134,11,0.35);
  flex-shrink: 0;
}
.seas-season-icon-wrap img {
  width: 100% !important; height: 100% !important;
  object-fit: cover; display: block;
  border: none !important; border-radius: 50% !important;
  background: none !important;
}
.seas-season-title-block { flex: 1; }
.seas-tag {
  display: inline-block; background: rgba(184,134,11,0.1);
  border: 1px solid rgba(184,134,11,0.3); border-radius: 20px;
  padding: 0.15rem 0.7rem; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: #8B6914;
  margin-bottom: 0.3rem;
}
.seas-season-title {
  font-family: ui-serif, Georgia, serif;
  font-size: 1.4rem !important; font-weight: 700;
  color: #24170c !important; margin: 0.15rem 0 0.15rem; line-height: 1.2;
}
.seas-season-date {
  font-size: 0.82rem; color: #8B6914; font-style: italic; margin: 0;
}

/* ── Facts row ── */
.seas-facts-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem; margin-bottom: 0.85rem;
}
.seas-fact {
  background: linear-gradient(135deg, #FDF0C0, #FAE498);
  border: 1px solid rgba(184,134,11,0.25); border-radius: 10px;
  padding: 0.65rem 0.75rem; text-align: center;
}
.seas-fact strong {
  display: block; font-family: ui-serif, Georgia, serif;
  font-size: 1.15rem; color: #3A2208; margin-bottom: 0.15rem;
}
.seas-fact span { font-size: 0.72rem; color: #6B4A28; line-height: 1.3; }

/* ── Three-col / Two-col ── */
.seas-three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.65rem; margin-bottom: 0.85rem; }
.seas-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; margin-bottom: 0.85rem; }
.seas-col-card {
  background: linear-gradient(135deg, #fff9f0, #fdf3e0);
  border: 1px solid rgba(184,134,11,0.18); border-radius: 10px; padding: 0.9rem 1rem;
}
.seas-col-card h4 {
  font-family: ui-serif, Georgia, serif;
  font-size: 0.95rem; font-weight: 700; color: #24170c;
  margin: 0 0 0.4rem; padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(184,134,11,0.15);
}
.seas-col-card p { font-size: 0.88rem; color: #3A2208; line-height: 1.6; margin: 0 0 0.4rem; }
.seas-col-card ul { margin: 0; padding-left: 1.1rem; }
.seas-col-card li { font-size: 0.85rem; color: #3A2208; margin-bottom: 0.3rem; line-height: 1.5; }

/* ── Mini tag inside card ── */
.seas-mini-tag {
  display: inline-block; background: rgba(184,134,11,0.08);
  border: 1px solid rgba(184,134,11,0.2); border-radius: 6px;
  padding: 0.25rem 0.6rem; font-size: 0.78rem; color: #6B4A28;
  font-style: italic; margin-top: 0.5rem; line-height: 1.4;
}

/* ── Quote ── */
.seas-quote {
  background: linear-gradient(135deg, #FDF6E8, #F5E8C0);
  border-left: 4px solid #B8860B; border-radius: 0 8px 8px 0;
  padding: 0.75rem 1rem; font-family: ui-serif, Georgia, serif;
  font-size: 0.95rem; font-style: italic; color: #3A2208; line-height: 1.65;
}

/* ── Divider ── */
.seas-divider {
  text-align: center; color: rgba(184,134,11,0.35);
  font-size: 1.2rem; margin: 0.5rem 0; line-height: 1;
}

/* ── Horizontal timeline ── */
.seas-timeline-h {
  display: flex; align-items: center; gap: 0.35rem;
  margin-bottom: 0.85rem; overflow-x: auto; padding-bottom: 0.25rem;
}
.seas-tl-step {
  background: #fff9f0; border: 1px solid rgba(184,134,11,0.2);
  border-radius: 8px; padding: 0.55rem 0.75rem; text-align: center;
  flex: 1; min-width: 80px;
}
.seas-tl-highlight {
  background: linear-gradient(135deg, #FDF0C0, #FAE498);
  border-color: #B8860B;
}
.seas-tl-day {
  font-size: 0.68rem; font-weight: 700; color: #B8860B;
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.15rem;
}
.seas-tl-event { font-size: 0.82rem; font-weight: 600; color: #3A2208; line-height: 1.3; }
.seas-tl-event small { font-size: 0.72rem; color: #8B6914; font-style: italic; }
.seas-tl-arrow { color: #B8860B; font-size: 1.1rem; flex-shrink: 0; }

/* ── Vertical timeline ── */
.seas-timeline-v { position: relative; padding-left: 1.75rem; margin-bottom: 0.85rem; }
.seas-timeline-v::before {
  content: ''; position: absolute; left: 0.45rem; top: 0.4rem; bottom: 0.4rem;
  width: 2px; background: linear-gradient(to bottom, #B8860B, rgba(184,134,11,0.2));
  border-radius: 2px;
}
.seas-tv-step { display: flex; gap: 0.75rem; margin-bottom: 0.7rem; position: relative; }
.seas-tv-dot {
  position: absolute; left: -1.45rem; top: 0.3rem;
  width: 9px; height: 9px; border-radius: 50%;
  background: #B8860B; border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(184,134,11,0.3);
}
.seas-tv-content { flex: 1; }
.seas-tv-label {
  font-size: 0.78rem; font-weight: 700; color: #B8860B;
  letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 0.15rem;
  display: block;
}
.seas-tv-content p { font-size: 0.88rem; color: #3A2208; line-height: 1.6; margin: 0; }
.seas-tv-highlight .seas-tv-content {
  background: linear-gradient(135deg, #FDF0C0, #FAE8A0);
  border: 1px solid rgba(184,134,11,0.3); border-radius: 10px; padding: 0.65rem 0.9rem;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .seas-hero { grid-template-columns: 1fr; }
  .seas-hero-right { display: none; }
  .seas-three-col { grid-template-columns: 1fr; }
  .seas-two-col { grid-template-columns: 1fr; }
  .seas-facts-row { grid-template-columns: repeat(2, 1fr); }
  .seas-quicknav { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
  .seas-page-wrap { padding: 0.75rem 0.75rem 3rem; }
  .seas-season { padding: 1rem; }
  .seas-quicknav { grid-template-columns: repeat(2, 1fr); }
  .seas-facts-row { grid-template-columns: repeat(2, 1fr); }
}
