/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Retro — Shared Components
   Vintage Theme + Bold Red Brand (#DC2626)
   ═══════════════════════════════════════════ */

/* Brand */
.fl-retro-brand {
  display: inline-flex;
  margin-bottom: 12px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.fl-retro-brand .fl-retro-first {
  color: #DC2626;
}

.fl-retro-brand .fl-retro-second {
  color: #2D2D2D;
}

/* Eyebrow */
.fl-retro-eyebrow {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 16px;
  background: #DC2626;
  border: 4px solid #2D2D2D;
  color: #FFF8E7;
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Title */
.fl-retro-title {
  margin: 0 0 16px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 32px;
  font-weight: 700;
  color: #2D2D2D;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

/* Subtitle */
.fl-retro-subtitle {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
}

/* Section spacing */
.fl-retro-section {
  margin-bottom: 48px;
  padding: 40px;
  background: #FFF8E7;
  border: 4px solid #2D2D2D;
}

/* Vintage divider */
.fl-retro-divider {
  width: 100%;
  height: 4px;
  margin: 32px 0;
  background: repeating-linear-gradient(
    90deg,
    #DC2626 0px,
    #DC2626 8px,
    transparent 8px,
    transparent 16px
  );
}

/* Double rule divider */
.fl-retro-double-rule {
  width: 100%;
  height: 12px;
  margin: 32px 0;
  border-top: 4px solid #2D2D2D;
  border-bottom: 4px solid #2D2D2D;
}

/* Asterism decorative divider */
.fl-retro-asterism {
  text-align: center;
  margin: 32px 0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
  color: #DC2626;
  letter-spacing: 8px;
}
