/* ========================================
   Info Page - Inherits from berlin.css with original styling
   ======================================== */

/* Pull quote with original DM Serif Display styling */
.page-info .pull-quote {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.3;
  color: var(--page-white, #f0f0f8);
  margin: 40px 0;
  padding: 0 0 0 40px;
  border-left: 2px solid var(--page-accent, #e8002d);
  position: relative;
}

.page-info .pull-quote::before {
  content: '"';
  position: absolute;
  left: -28px;
  font-size: 3em;
  color: var(--page-accent, #e8002d);
  opacity: 0.3;
  font-family: 'DM Serif Display', serif;
}

/* ── HIGHLIGHT BOX ── */
.page-info .highlight-box {
  background: linear-gradient(135deg, rgba(232, 0, 45, 0.04) 0%, rgba(232, 0, 45, 0.02) 100%);
  border: 1px solid var(--page-rule, rgba(232, 0, 45, 0.12));
  border-left: 4px solid var(--page-accent, #e8002d);
  border-radius: 0 4px 4px 0;
  padding: 28px 32px;
  margin: 40px 0;
}

.page-info .highlight-box p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--page-offwhite, #b0b0c0);
  margin: 0;
  font-weight: 300;
}

.page-info .highlight-box p strong {
  color: var(--page-white, #f0f0f8);
  font-weight: 500;
}

/* ========================================
   Info Hero - landing style, slightly smaller
   ======================================== */
.page-info .hero--page {
  min-height: 92vh;
  height: 92vh;
}

.page-info .hero-headline {
  font-size: clamp(46px, 10.2vw, 84px);
  line-height: 1.02;
  max-width: 940px;
  margin-bottom: 18px;
}

.page-info .hero-subtitle {
  font-size: clamp(15px, 2.05vw, 20px);
  line-height: 1.38;
  max-width: 640px;
  margin-top: 14px;
}

@media (max-width: 768px) {
  .page-info .hero--page {
    min-height: 82vh;
    height: 82vh;
  }

  .page-info .hero-headline {
    font-size: clamp(40px, 11.5vw, 68px);
  }

  .page-info .hero-subtitle {
    font-size: clamp(14px, 4.2vw, 17px);
    max-width: 90%;
  }
}

/* ========================================
   INFO QUALITY UPGRADE (glitch + visual banners + dual theme)
   ======================================== */
.page-info .info-content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px 120px;
}

.page-info .hero-headline {
  letter-spacing: .06em;
  text-transform: uppercase;
}

.page-info .hero-headline-word {
  display: block;
}

.page-info .hero-headline-word.glitch {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.page-info .hero-headline-word.glitch::before,
.page-info .hero-headline-word.glitch::after {
  opacity: .58;
}

.page-info .meta-bar {
  max-width: 1040px;
  margin: 0 auto 52px;
  background: rgba(232,0,45,.04);
  border: 1px solid var(--page-rule, rgba(232,0,45,.12));
  border-radius: 8px;
  padding: 14px 20px;
}

.page-info .info-story-banner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto 64px;
  min-height: clamp(230px, 34vw, 360px);
  overflow: hidden;
  border: 1px solid var(--page-rule, rgba(232,0,45,.12));
  border-radius: 12px;
}

.page-info .info-story-banner-image {
  width: 100%;
  height: 100%;
  min-height: clamp(230px, 34vw, 360px);
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(.72) contrast(1.05) saturate(.95);
  display: block;
}

.page-info .info-story-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(7,4,4,.82) 0%, rgba(7,4,4,.35) 60%, rgba(7,4,4,.75) 100%);
}

.page-info .info-story-banner-content {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
}

.page-info .info-story-banner-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Syne', sans-serif;
  font-size: 10px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: rgba(255,255,255,.88);
  border: 1px solid rgba(232,0,45,.55);
  background: rgba(7,4,4,.42);
  padding: 6px 10px;
}

.page-info .info-story-banner-content h2 {
  margin: 0;
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 5vw, 54px);
  line-height: .98;
  letter-spacing: -.02em;
  color: #fff;
}

.page-info .info-story-banner-content p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(242,237,237,.9);
  max-width: 70ch;
}

.page-info .section {
  max-width: 1040px;
  margin: 0 auto 52px;
  border: 1px solid var(--page-rulef, rgba(242,237,237,.06));
  border-radius: 10px;
  padding: 28px 28px 32px;
  background: linear-gradient(160deg, rgba(17,10,12,.85) 0%, rgba(12,8,10,.96) 100%);
}

.page-info .section p {
  color: var(--page-offwhite, #b0b0c0);
}

.page-info .section-title {
  font-size: clamp(30px, 4.2vw, 46px);
}

.page-info .info-visual-banner {
  max-width: 1040px;
  margin: 12px auto 62px;
  border: 1px solid var(--page-rule, rgba(232,0,45,.12));
  border-radius: 10px;
  overflow: hidden;
  background: var(--page-bg2, #111118);
}

.page-info .info-visual-image {
  width: 100%;
  height: clamp(220px, 36vw, 460px);
  object-fit: cover;
  object-position: center 32%;
  display: block;
}

.page-info .info-visual-caption {
  padding: 10px 14px;
  font-family: 'Syne', sans-serif;
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--page-dim, #707080);
  border-top: 1px solid var(--page-rulef, rgba(242,237,237,.06));
  background: rgba(7,4,4,.3);
}

.page-info .close-section {
  max-width: 1040px;
  margin: 12px auto 0;
  padding: 36px 28px;
  border-radius: 10px;
  border: 1px solid var(--page-rule, rgba(232,0,45,.12));
  background: linear-gradient(160deg, rgba(18,10,12,.9) 0%, rgba(10,8,10,.98) 100%);
}

/* LIGHT THEME tuning */
html[data-theme="light"] .page-info .hero-overlay {
  background: linear-gradient(110deg, rgba(250,248,245,.78) 0%, rgba(250,248,245,.32) 55%, rgba(250,248,245,.82) 100%);
}

html[data-theme="light"] .page-info .hero-accent-overlay {
  background: linear-gradient(135deg, rgba(255,107,138,.20) 0%, rgba(255,193,206,.14) 45%, rgba(233,30,99,.16) 100%);
}

html[data-theme="light"] .page-info .section {
  background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(250,244,246,.96) 100%);
  border-color: rgba(232,25,60,.2);
}

html[data-theme="light"] .page-info .section p {
  color: #2A1A1A;
}

html[data-theme="light"] .page-info .section-title {
  color: #1E1414;
}

html[data-theme="light"] .page-info .meta-bar {
  background: rgba(255,255,255,.92);
  border-color: rgba(232,25,60,.24);
}

html[data-theme="light"] .page-info .info-story-banner-overlay {
  background: linear-gradient(105deg, rgba(250,248,245,.72) 0%, rgba(250,248,245,.18) 60%, rgba(250,248,245,.68) 100%);
}

html[data-theme="light"] .page-info .info-story-banner-content h2 {
  color: #1E1414;
}

html[data-theme="light"] .page-info .info-story-banner-content p {
  color: #3B2C2C;
}

html[data-theme="light"] .page-info .info-story-banner-kicker {
  color: #b1002a;
  background: rgba(255,255,255,.82);
  border-color: rgba(232,25,60,.36);
}

html[data-theme="light"] .page-info .info-visual-banner {
  border-color: rgba(232,25,60,.22);
  background: #fff;
}

html[data-theme="light"] .page-info .info-visual-caption {
  color: #6B4A4A;
  background: rgba(255,245,248,.88);
  border-top-color: rgba(232,25,60,.18);
}

html[data-theme="light"] .page-info .close-section {
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(252,245,246,.98) 100%);
  border-color: rgba(232,25,60,.24);
}

@media (max-width: 900px) {
  .page-info .info-content,
  .page-info .section,
  .page-info .info-story-banner,
  .page-info .info-visual-banner,
  .page-info .close-section {
    max-width: 100%;
  }

  .page-info .section {
    padding: 22px 18px 24px;
  }

  .page-info .info-story-banner-content {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .page-info .info-story-banner-content p {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .page-info .hero-headline {
    font-size: clamp(34px, 12vw, 56px);
    line-height: 1.03;
  }

  .page-info .hero-headline-word.glitch::before,
  .page-info .hero-headline-word.glitch::after {
    opacity: .38;
  }

  .page-info .meta-bar {
    gap: 10px;
    padding: 10px 12px;
  }

  .page-info .meta-item {
    font-size: 10px;
    letter-spacing: .12em;
  }

  .page-info .info-story-banner-content h2 {
    font-size: clamp(24px, 9vw, 40px);
  }

  .page-info .info-visual-image {
    height: 220px;
  }
}
