/* ═══════════════════════════════════════════
   Thm-Teepublic Luxe — Shared Components
   Dark Red Theme + Brand (#B91C1C)
   ═══════════════════════════════════════════ */

/* Brand */
.fl-luxe-brand {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Georgia', serif;
}

.fl-luxe-brand .fl-luxe-first {
  color: #B91C1C;
}

.fl-luxe-brand .fl-luxe-second {
  color: #888888;
}

/* Eyebrow */
.fl-luxe-eyebrow {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 16px;
  background: rgba(221, 25, 26, 0.15);
  color: #B91C1C;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Georgia', serif;
  border-radius: 20px;
}

/* Divider */
.fl-luxe-divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #B91C1C, #DC2626);
  margin: 16px 0;
}

/* Title */
.fl-luxe-title {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  font-family: 'Georgia', serif;
}

/* Subtitle */
.fl-luxe-subtitle {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #999999;
  font-family: 'Georgia', serif;
}

/* Section spacing */
.fl-luxe-section {
  margin-bottom: 48px;
  padding: 48px;
  background: #1A1A1A;
  border: 1px solid #2A2A2A;
  border-radius: 16px;
}

/* Red accent */
.fl-luxe-red {
  color: #B91C1C;
}

/* Red border accent */
.fl-luxe-red-border {
  border: 1px solid rgba(221, 25, 26, 0.3);
}

/* Red glow */
.fl-luxe-red-glow {
  box-shadow: 0 0 20px rgba(221, 25, 26, 0.15);
}
