/* ============================================
   THE BIG BOOB TOME — SHARED STYLES
   Est. 1987 by Stephen (Golden Retriever)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400;700;900&family=EB+Garamond:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;600;700;900&display=swap');

:root {
  --gold: #d4af37;
  --gold-light: #f5e6a3;
  --dark: #0a0a0a;
  --parchment: #f4e4c1;
  --blood: #8b0000;
  --holy: #1a0a2e;
  --twitch: #9146ff;
  --twitch-light: #a970ff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--dark);
  color: #fff;
  overflow-x: hidden;
}

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-light); }

/* ============================================
   NAVIGATION
   ============================================ */
.nav {
  position: sticky;
  top: 0;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  padding: 0.8rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  z-index: 100;
  flex-wrap: wrap;
}

.nav a {
  color: var(--gold);
  text-decoration: none;
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: color 0.3s;
  white-space: nowrap;
}

.nav a:hover { color: var(--gold-light); }

.nav a.active {
  color: #fff;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}

.nav-logo {
  font-family: 'Cinzel Decorative', serif;
  font-size: 0.9rem !important;
  color: var(--gold) !important;
  margin-right: 1rem;
}

.nav .twitch-nav {
  color: var(--twitch) !important;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.nav .twitch-nav:hover { color: var(--twitch-light) !important; }

.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ff0000;
  border-radius: 50%;
  animation: livePulse 1.5s ease-in-out infinite;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 4px #ff0000; }
  50% { opacity: 0.4; box-shadow: 0 0 8px #ff0000; }
}

/* ============================================
   BRAND BANNER
   ============================================ */
.brand-deal-banner {
  background: linear-gradient(90deg, var(--gold), #f5e6a3, var(--gold));
  color: #000;
  text-align: center;
  padding: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* ============================================
   PAGE HEADERS
   ============================================ */
.page-header {
  text-align: center;
  padding: 6rem 2rem 3rem;
  background: radial-gradient(ellipse at center, rgba(26, 10, 46, 0.6) 0%, transparent 70%);
}

.page-header h1 {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--gold);
  text-shadow: 0 0 40px rgba(212, 175, 55, 0.3);
  margin-bottom: 0.5rem;
}

.page-header .subtitle {
  font-family: 'EB Garamond', serif;
  color: #666;
  font-style: italic;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ============================================
   SECTIONS
   ============================================ */
section {
  padding: 4rem 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.section-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  color: var(--gold);
  text-align: center;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-family: 'EB Garamond', serif;
  color: #666;
  text-align: center;
  font-style: italic;
  margin-bottom: 3rem;
  font-size: 0.95rem;
}

.full-width {
  max-width: 100%;
  padding: 4rem 2rem;
}

.full-width > * {
  max-width: 900px;
  margin: 0 auto;
}

/* ============================================
   SCRIPTURE CARDS
   ============================================ */
.scripture-card {
  background: linear-gradient(135deg, rgba(26, 10, 46, 0.6), rgba(10, 10, 10, 0.8));
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-left: 3px solid var(--gold);
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 0 4px 4px 0;
}

.scripture-card::before {
  content: '📖';
  position: absolute;
  top: -12px;
  left: 20px;
  font-size: 1.5rem;
}

.page-number {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.page-found {
  font-family: 'EB Garamond', serif;
  color: #555;
  font-style: italic;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.scripture-text {
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #ccc;
}

.scripture-footer {
  font-family: 'EB Garamond', serif;
  color: var(--gold);
  font-style: italic;
  font-size: 0.9rem;
  margin-top: 1rem;
}

/* ============================================
   COMMANDMENT CARDS
   ============================================ */
.commandment {
  background: linear-gradient(135deg, rgba(139, 0, 0, 0.1), rgba(10, 10, 10, 0.8));
  border: 1px solid rgba(139, 0, 0, 0.2);
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  position: relative;
}

.commandment-number {
  font-family: 'Cinzel Decorative', serif;
  font-size: 2.5rem;
  color: var(--gold);
  opacity: 0.3;
  position: absolute;
  top: 10px;
  right: 20px;
}

.commandment-text {
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #ccc;
  position: relative;
  z-index: 1;
}

/* ============================================
   GOON SECTION
   ============================================ */
.goon-section {
  background: linear-gradient(180deg, rgba(139, 0, 0, 0.15), transparent);
  border: 2px solid var(--gold);
  border-radius: 8px;
  padding: 3rem 2rem;
  text-align: center;
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}

.goon-section::before {
  content: '⚠️ SACRED TIMER ⚠️';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--gold);
  color: #000;
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 3px;
  padding: 0.3rem;
}

#goon-clock {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--gold);
  margin: 1rem 0;
}

#goon-status {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  color: #ccc;
  font-style: italic;
}

.goon-active {
  animation: goonPulse 1s ease-in-out infinite;
}

@keyframes goonPulse {
  0%, 100% { box-shadow: 0 0 20px rgba(139, 0, 0, 0.3); }
  50% { box-shadow: 0 0 60px rgba(212, 175, 55, 0.5); }
}

/* ============================================
   COUNCIL CARDS
   ============================================ */
.council-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.council-card {
  background: linear-gradient(135deg, rgba(26, 10, 46, 0.4), rgba(10, 10, 10, 0.6));
  border: 1px solid rgba(212, 175, 55, 0.15);
  padding: 2rem;
  text-align: center;
  border-radius: 4px;
  transition: transform 0.3s;
}

.council-card:hover { transform: translateY(-5px); }

.council-emoji { font-size: 3rem; margin-bottom: 1rem; }

.council-name {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

.council-title {
  font-family: 'EB Garamond', serif;
  color: #666;
  font-style: italic;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}

.council-desc {
  font-size: 0.85rem;
  color: #999;
  line-height: 1.5;
}

.council-status {
  display: inline-block;
  margin-top: 0.8rem;
  padding: 0.2rem 0.8rem;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
}

.status-active {
  background: rgba(0, 128, 0, 0.2);
  color: #4caf50;
  border: 1px solid rgba(0, 128, 0, 0.3);
}

.status-banned {
  background: rgba(139, 0, 0, 0.2);
  color: #ef5350;
  border: 1px solid rgba(139, 0, 0, 0.3);
}

.status-goose {
  background: rgba(212, 175, 55, 0.2);
  color: var(--gold);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

/* ============================================
   MERCH CARDS
   ============================================ */
.merch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.merch-card {
  background: rgba(26, 10, 46, 0.3);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s;
}

.merch-card:hover { transform: translateY(-5px); }

.merch-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  background: linear-gradient(135deg, #1a0a2e, #0d0d0d);
  overflow: hidden;
}

.merch-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merch-info { padding: 1.5rem; }

.merch-name {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.merch-desc {
  font-family: 'EB Garamond', serif;
  color: #888;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 0.8rem;
}

.merch-price {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 1.3rem;
}

.merch-price .old {
  text-decoration: line-through;
  color: #555;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}

.sold-out {
  display: inline-block;
  background: var(--blood);
  color: #fff;
  font-size: 0.7rem;
  padding: 0.3rem 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonial {
  background: rgba(26, 10, 46, 0.3);
  border: 1px solid rgba(212, 175, 55, 0.1);
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  position: relative;
}

.testimonial::before {
  content: '"';
  font-family: 'Cinzel Decorative', serif;
  font-size: 4rem;
  color: var(--gold);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 15px;
}

.testimonial-text {
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem;
  color: #ccc;
  line-height: 1.6;
  font-style: italic;
  padding-left: 1rem;
}

.testimonial-author {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin-top: 1rem;
  padding-left: 1rem;
}

.stars { color: var(--gold); margin-top: 0.5rem; padding-left: 1rem; }

/* ============================================
   TIMELINE
   ============================================ */
.timeline {
  position: relative;
  padding-left: 3rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), transparent);
}

.timeline-event {
  position: relative;
  margin-bottom: 2.5rem;
}

.timeline-event::before {
  content: '';
  position: absolute;
  left: -3.35rem;
  top: 5px;
  width: 12px;
  height: 12px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.timeline-date {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 2px;
}

.timeline-text {
  font-family: 'EB Garamond', serif;
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.3rem;
}

/* ============================================
   STATS
   ============================================ */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  text-align: center;
  margin: 2rem 0;
}

.stat-number {
  font-family: 'Cinzel Decorative', serif;
  font-size: 2.5rem;
  color: var(--gold);
}

.stat-label {
  font-family: 'EB Garamond', serif;
  color: #888;
  font-size: 0.9rem;
  font-style: italic;
}

/* ============================================
   BUTTONS
   ============================================ */
.cta-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 1rem 3rem;
  background: linear-gradient(135deg, var(--gold), #b8960c);
  color: #000;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.4);
  color: #000;
}

.twitch-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 2rem;
  background: var(--twitch);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.twitch-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(145, 70, 255, 0.5);
  background: var(--twitch-light);
  color: #fff;
}

.twitch-btn .live-dot {
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

.btn-outline {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 2rem;
  border: 2px solid var(--gold);
  background: transparent;
  color: var(--gold);
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-outline:hover {
  background: var(--gold);
  color: #000;
}

/* ============================================
   MARQUEE
   ============================================ */
.marquee {
  overflow: hidden;
  background: var(--gold);
  color: #000;
  padding: 0.5rem 0;
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% { transform: translateX(100vw); }
  100% { transform: translateX(-100%); }
}

/* ============================================
   FOOTER
   ============================================ */
footer {
  background: rgba(26, 10, 46, 0.3);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  padding: 3rem 2rem;
  text-align: center;
}

footer p {
  font-family: 'EB Garamond', serif;
  color: #555;
  font-size: 0.85rem;
  line-height: 1.8;
  font-style: italic;
}

footer a { color: var(--twitch); text-decoration: none; }
footer a:hover { color: var(--twitch-light); text-decoration: underline; }

.footer-legal {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  color: #333;
  margin-top: 2rem;
  line-height: 1.6;
  font-style: normal !important;
}

/* ============================================
   SOCK CHECKER
   ============================================ */
.sock-checker {
  background: linear-gradient(135deg, rgba(139, 0, 0, 0.2), rgba(26, 10, 46, 0.4));
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 8px;
  padding: 3rem 2rem;
  text-align: center;
  margin: 2rem 0;
}

.sock-checker h3 {
  font-family: 'Cinzel Decorative', serif;
  color: var(--gold);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.sock-btn {
  padding: 1rem 2rem;
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  letter-spacing: 2px;
  border: 2px solid var(--gold);
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  margin: 0.5rem;
  transition: all 0.3s;
}

.sock-btn:hover {
  background: var(--gold);
  color: #000;
}

/* ============================================
   CONFESSIONAL
   ============================================ */
.confessional-box {
  background: linear-gradient(135deg, rgba(139, 0, 0, 0.15), rgba(26, 10, 46, 0.4));
  border: 2px solid rgba(212, 175, 55, 0.2);
  border-radius: 8px;
  padding: 3rem 2rem;
  text-align: center;
}

.confessional-box textarea {
  width: 100%;
  max-width: 600px;
  height: 120px;
  background: rgba(10, 10, 10, 0.8);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: #ccc;
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  padding: 1rem;
  border-radius: 4px;
  resize: vertical;
  margin: 1.5rem 0;
}

.confessional-box textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.judgment-box {
  background: rgba(10, 10, 10, 0.6);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-left: 3px solid var(--gold);
  padding: 2rem;
  margin-top: 2rem;
  border-radius: 0 4px 4px 0;
  text-align: left;
  display: none;
}

.judgment-box.visible { display: block; }

.judgment-text {
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  color: #ccc;
  line-height: 1.7;
  font-style: italic;
}

.judgment-source {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin-top: 1rem;
}

/* ============================================
   PAGE 69 SPECIAL
   ============================================ */
.page-69 {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(139, 0, 0, 0.1));
  border: 2px solid var(--gold);
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  margin: 2rem 0;
  border-radius: 4px;
}

.page-69::before {
  content: '🔒 SACRED PAGE 🔒';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--dark);
  padding: 0 1rem;
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  color: var(--gold);
  letter-spacing: 3px;
}

.page-69 .reveal-text {
  font-family: 'EB Garamond', serif;
  font-size: 1.5rem;
  color: var(--gold);
  cursor: pointer;
  transition: all 0.3s;
}

.blurred {
  filter: blur(8px);
  user-select: none;
}

.page-69 .hint {
  font-family: 'EB Garamond', serif;
  color: #555;
  font-size: 0.85rem;
  font-style: italic;
  margin-top: 1rem;
}

/* ============================================
   WAR SECTION
   ============================================ */
.war-section {
  background: linear-gradient(180deg, rgba(139, 0, 0, 0.1), transparent, rgba(139, 0, 0, 0.1));
}

/* ============================================
   DEREK COUNTER
   ============================================ */
.derek-counter {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(10, 10, 10, 0.9);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 0.8rem 1.2rem;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  color: #888;
  z-index: 100;
}

.derek-counter span {
  color: var(--gold);
  font-weight: 700;
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.sock-removed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  z-index: 9999;
  animation: sockYeet 1s ease-out forwards;
  pointer-events: none;
}

@keyframes sockYeet {
  0% { opacity: 1; transform: translate(-50%, -50%) rotate(0deg) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -200%) rotate(720deg) scale(0); }
}

/* ============================================
   HERO (index only)
   ============================================ */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at center, #1a0a2e 0%, #0a0a0a 70%);
  position: relative;
  text-align: center;
  padding: 2rem;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4af37' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero .sponsored-tag {
  position: absolute;
  top: 40px;
  right: 20px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 0.3rem 0.8rem;
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  z-index: 10;
}

.tome-icon {
  font-size: 6rem;
  margin-bottom: 1rem;
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 0 30px rgba(212, 175, 55, 0.3));
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  color: var(--gold);
  text-shadow: 0 0 40px rgba(212, 175, 55, 0.3);
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.hero .subtitle {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.9rem, 2vw, 1.3rem);
  color: var(--gold-light);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.hero .tagline {
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  color: #999;
  font-style: italic;
  max-width: 600px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* ============================================
   EXPLORE GRID (index)
   ============================================ */
.explore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.explore-card {
  background: linear-gradient(135deg, rgba(26, 10, 46, 0.5), rgba(10, 10, 10, 0.7));
  border: 1px solid rgba(212, 175, 55, 0.15);
  padding: 2rem;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.explore-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
}

.explore-card .card-icon { font-size: 2.5rem; margin-bottom: 1rem; }

.explore-card h3 {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.explore-card p {
  font-family: 'EB Garamond', serif;
  color: #888;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.4;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 600px) {
  section { padding: 3rem 1.2rem; }
  .commandment { padding: 1.2rem; }
  .scripture-card { padding: 1.5rem; }
  .nav { gap: 0.8rem; padding: 0.6rem 1rem; }
  .nav a { font-size: 0.65rem; letter-spacing: 1px; }
}
