/* Ephata Theme CSS - Bright Sacred & Responsive */
:root {
  --color-primary: #0e2238;
  --color-secondary: #b8860b;
  --color-surface: #f8fafc;
  --color-on-surface: #0f172a;
  --color-on-surface-variant: #475569;
}

/* Animations */
@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.animate-spin-slow {
  animation: spinSlow 20s linear infinite;
}

@keyframes waveBar {
  0%, 100% { height: 4px; }
  50% { height: 24px; }
}

.wave-bar-anim {
  animation: waveBar 1.2s ease-in-out infinite;
}

/* GHOST KOENIG CARD STYLES (Required by Ghost GScan) */
.kg-card {
  margin: 2rem 0;
}

.kg-width-wide {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin: 2.5rem calc(50% - 42.5vw);
  transform: translateX(calc(50vw - 50%));
}

.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.kg-width-full img {
  width: 100%;
}

.kg-image-card {
  margin: 2rem auto;
}

.kg-image-card img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
}

.kg-image-card figcaption,
.kg-embed-card figcaption,
.kg-gallery-card figcaption {
  font-size: 0.85rem;
  text-align: center;
  color: #64748b;
  margin-top: 0.5rem;
  font-style: italic;
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

.kg-bookmark-card,
.kg-bookmark-container {
  display: flex;
  text-decoration: none;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin: 2rem 0;
}

.kg-bookmark-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.25rem;
}

.kg-bookmark-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0e2238;
}

.kg-bookmark-description {
  font-size: 0.85rem;
  color: #64748b;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.kg-bookmark-metadata {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #94a3b8;
  margin-top: auto;
  padding-top: 0.75rem;
}

.kg-bookmark-thumbnail {
  position: relative;
  min-width: 33%;
  max-height: 100%;
}

.kg-bookmark-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kg-audio-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 1rem !important;
  padding: 1.25rem !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

.kg-audio-title {
  color: #0e2238 !important;
  font-weight: 700 !important;
}

.kg-callout-card {
  display: flex;
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  margin: 2rem 0;
}

.kg-callout-card-accent {
  background: #fcfaf5;
  border: 1px solid #e6d5ac;
  border-left: 4px solid #b8860b;
}

.kg-callout-emoji {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.kg-callout-text {
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.6;
}
