/* ═══════════════════════════════════════════════════════
   MOSKITO — blackrobe.css
   Page-specific styles for the Blackrobe landing page
═══════════════════════════════════════════════════════ */

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
#br-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--void);
}
#br-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(122,12,12,0.12) 0%, transparent 65%),
    radial-gradient(ellipse at 20% 80%, rgba(6,7,9,0.6) 0%, transparent 50%);
  pointer-events: none;
}

/* Atmospheric vertical line left edge */
#br-hero::after {
  content: '';
  position: absolute;
  left: clamp(24px, 5vw, 80px);
  top: 15%;
  bottom: 15%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--crimson) 30%, var(--crimson) 70%, transparent);
  opacity: 0.4;
}

.br-particles {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none; z-index: 0;
}

.br-hero-inner {
  position: relative; z-index: 1;
  width: 100%;
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 120px var(--inner-pad) 80px;
}

.br-hero-content {
  max-width: 720px;
}

.br-hero-headline {
  font-family: var(--font-display);
  line-height: 1.0;
  margin-bottom: 32px;
}
.br-headline-light {
  display: block;
  font-size: clamp(20px, 3vw, 36px);
  font-weight: 600;
  color: var(--ash);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.br-headline-accent {
  display: block;
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 900;
  color: var(--parchment);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.95;
}

.br-hero-pull {
  border-left: 2px solid var(--crimson);
  padding-left: 24px;
  margin-bottom: 28px;
}
.br-hero-pull p {
  font-family: var(--font-body);
  font-size: clamp(18px, 1.8vw, 24px);
  font-style: italic;
  font-weight: 300;
  color: var(--bone);
  line-height: 1.6;
}

.br-hero-atmos {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 36px;
}

/* ══════════════════════════════════════
   VIDEO SECTION
══════════════════════════════════════ */
#br-video {
  background: var(--abyss);
  position: relative;
}
#br-video::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(122,12,12,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.br-video-inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.br-video-text { position: relative; z-index: 1; }

.br-video-frame-wrap { position: relative; z-index: 1; }
.br-video-continue {
  margin-top: 20px;
  text-align: center;
}

.yt-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.yt-thumb-link {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  line-height: 0;
}
.yt-thumb-img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
  filter: brightness(0.8);
}
.yt-thumb-link:hover .yt-thumb-img { filter: brightness(1); }
.yt-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  transition: opacity 0.2s, transform 0.2s;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,0.8));
  line-height: 0;
}
.yt-thumb-link:hover .yt-play-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.yt-watch-btn {
  align-self: flex-start;
}

/* ══════════════════════════════════════
   REFLECTION
══════════════════════════════════════ */
#br-reflection {
  background: var(--void);
  position: relative;
}
#br-reflection::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--crimson) 30%, var(--crimson) 70%, transparent);
  opacity: 0.3;
}

.br-reflection-inner {
  max-width: 680px;
  margin: 0 auto;
}

.br-reflection-body {
  margin-bottom: 48px;
}
.br-reflection-text {
  font-family: var(--font-body);
  font-size: clamp(18px, 1.5vw, 22px);
  font-style: italic;
  font-weight: 300;
  color: var(--bone);
  line-height: 1.85;
  margin-bottom: 24px;
}
.br-reflection-closing {
  font-family: var(--font-display);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--parchment);
  text-transform: uppercase;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--iron);
}

.br-reflection-cta { text-align: center; margin-top: 16px; }

/* ══════════════════════════════════════
   WHAT IS THE BLACKROBE
══════════════════════════════════════ */
#br-what {
  background: var(--shadow);
}

.br-what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 6vw, 100px);
  align-items: start;
}

.br-what-headline {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 900;
  letter-spacing: 0.04em;
  color: var(--parchment);
  line-height: 1.15;
  margin-bottom: 28px;
}

.br-what-body p {
  font-size: clamp(16px, 1.1vw, 18px);
  color: var(--ash);
  line-height: 1.8;
}
.br-what-body p + p { margin-top: 16px; }

/* Pillars */
.br-pillars-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.br-pillar {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.2vw, 19px);
  color: var(--bone);
  line-height: 1.5;
  padding: 20px 0;
  border-top: 1px solid var(--iron);
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.br-pillar::before {
  content: '—';
  color: var(--crimson);
  font-size: 12px;
  flex-shrink: 0;
}
.br-pillars-list .br-pillar:last-child {
  border-bottom: 1px solid var(--iron);
}

/* ══════════════════════════════════════
   CONTINUATION PATHS
══════════════════════════════════════ */
#br-continue {
  background: var(--abyss);
}

.br-paths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 48px;
}

.br-path {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--iron);
  padding: 36px 28px 36px 0;
  text-decoration: none;
  transition: border-color 0.25s ease;
}
.br-path + .br-path {
  border-left: 1px solid var(--iron);
  padding-left: 28px;
}
.br-path:hover { border-top-color: var(--crimson); }

.br-path-num {
  display: block;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 12px;
}
.br-path-title {
  font-family: var(--font-display);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--parchment);
  margin-bottom: 12px;
}
.br-path-body {
  font-size: 15px;
  color: var(--ash);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 20px;
}
.br-path-link {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ash);
  transition: color 0.2s ease;
}
.br-path:hover .br-path-link { color: var(--bone); }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 900px) {
  .br-video-inner { grid-template-columns: 1fr; }
  .br-what-grid   { grid-template-columns: 1fr; }
  .br-paths-grid  { grid-template-columns: 1fr; }
  .br-path, .br-path + .br-path {
    padding: 28px 0;
    border-left: none;
    border-top: 1px solid var(--iron);
  }
  .br-headline-accent { font-size: clamp(40px, 10vw, 72px); }
}
