@import 'reset.css';
@import 'variables.css';
@import 'background.css';
@import 'borders.css';
@import 'grid.css';
@import 'typography.css';

.video-frame-container {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.9));
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #0f0a0a;
  box-shadow: 0 0 20px rgba(0, 0, 0, 1) inset;
  /* Inner shadow to blend video edges */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  padding: 48px;
}


/* Główny kontener - zachowujemy Twoją klasę, dodajemy brutalizm */
.surface-panel--rituals {
  position: relative;
  padding: 40px;
  font-family: 'Bebas Neue', sans-serif;
  overflow: hidden;
}

/* .surface-panel {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.8;
    pointer-events: none;
    z-index: 5;
  }
} */

.section-label {
  position: relative;
  z-index: 10;
  color: #a0a0a0;
  font-size: 2.4rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
  /* Delikatne rozmycie fontu, by nie był zbyt cyfrowy */
  text-shadow: 0 0 1px rgba(160, 160, 160, 0.3);
}

.rituals-table {
  position: relative;
  z-index: 10;
}

.ritual-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.8rem;
  letter-spacing: 1.5px;
}

.ritual-meta {
  color: #909090;
  white-space: nowrap;
}

/* Ta nieszczęsna linia - zrobiona tak, by wyglądała na "niedokończoną" */
.ritual-row .spacer {
  flex-grow: 1;
  height: 1px;
  margin: 0 20px;
  background-color: #444;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  opacity: 0.6;
  transform: translateY(-2px);
}

.ritual-status {
  color: #8b1e1e;
  /* Ciemna czerwień */
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 8px rgba(139, 30, 30, 0.4);
}
