/* =============================================
   FLAME CULTURE MODEL PAGE — flame-culture-model.css
   The Flame Group
   ============================================= */

:root {
  --fcm-navy:    #0a1628;
  --fcm-navy2:   #060e1a;
  --fcm-gold:    #F4B22D;
  --fcm-gold2:   #D99C1A;
  --fcm-white:   #ffffff;
  --fcm-light:   #F5F7FA;
  --fcm-gray:    #6B7280;
  --fcm-radius:  16px;
  --fcm-shadow:  0 8px 32px rgba(0,0,0,0.10);
}

/* ── SHARED UTILITY ──────────────────────── */
.fcm-gold      { color: var(--fcm-gold); }

.fcm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--fcm-gold2);
  margin-bottom: 12px;
}
.fcm-eyebrow-light { color: rgba(255,255,255,0.55); }

.fcm-section-title {
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: var(--fcm-navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.fcm-title-light { color: #fff; }

.fcm-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 30px;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  border: none;
}
.fcm-cta-btn:hover { transform: translateY(-2px); }

.fcm-cta-gold {
  background: linear-gradient(135deg, var(--fcm-gold), var(--fcm-gold2));
  color: var(--fcm-navy2);
  box-shadow: 0 4px 18px rgba(244,178,45,0.35);
}
.fcm-cta-gold:hover { box-shadow: 0 8px 28px rgba(244,178,45,0.5); }

.fcm-cta-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.3) !important;
  color: rgba(255,255,255,0.85);
}
.fcm-cta-outline:hover { border-color: rgba(255,255,255,0.6) !important; color: #fff; }

/* =============================================
   HERO
   ============================================= */
.fcm-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.fcm-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 25%;
  z-index: 0;
}

.fcm-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(9,21,48,0.9) 0%, rgba(13,31,69,0.75) 50%, rgba(9,21,48,0.5) 100%);
  z-index: 1;
}

/* Floating sparks */
.fcm-hero-sparks {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.fcm-hero-sparks span {
  position: absolute;
  border-radius: 50%;
  background: var(--fcm-gold);
  opacity: 0;
  animation: fcm-spark 9s ease-in-out infinite;
}
.fcm-hero-sparks span:nth-child(1) { width:4px; height:4px; left:7%;  animation-delay:0s;   animation-duration:8s; }
.fcm-hero-sparks span:nth-child(2) { width:3px; height:3px; left:20%; animation-delay:1.5s; animation-duration:10s; background:#ff7043; }
.fcm-hero-sparks span:nth-child(3) { width:5px; height:5px; left:35%; animation-delay:3s;   animation-duration:7s; }
.fcm-hero-sparks span:nth-child(4) { width:3px; height:3px; left:52%; animation-delay:0.8s; animation-duration:9s; background:#ffb74d; }
.fcm-hero-sparks span:nth-child(5) { width:4px; height:4px; left:68%; animation-delay:2.2s; animation-duration:11s; }
.fcm-hero-sparks span:nth-child(6) { width:3px; height:3px; left:78%; animation-delay:4s;   animation-duration:8s; background:#ff7043; }
.fcm-hero-sparks span:nth-child(7) { width:5px; height:5px; left:88%; animation-delay:1.2s; animation-duration:9s; }
.fcm-hero-sparks span:nth-child(8) { width:3px; height:3px; left:45%; animation-delay:5s;   animation-duration:7s; background:#ffb74d; }

@keyframes fcm-spark {
  0%   { opacity:0;   transform:translateY(100vh) scale(1); }
  20%  { opacity:0.8; }
  80%  { opacity:0.3; }
  100% { opacity:0;   transform:translateY(-200px) scale(0.4); }
}

.fcm-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 40px 120px;
  width: 100%;
}

.fcm-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(244,178,45,0.15);
  border: 1px solid rgba(244,178,45,0.35);
  border-radius: 40px;
  padding: 7px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--fcm-gold);
  margin-bottom: 22px;
}

.fcm-hero-title { display: flex; flex-direction: column; margin-bottom: 20px; }
.fcm-hero-sub-line {
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1;
}
.fcm-hero-main-line {
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

.fcm-hero-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.8;
  max-width: 580px;
  margin-bottom: 28px;
}

.fcm-hero-trust {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.fcm-hero-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.fcm-hero-trust i { color: var(--fcm-gold); }

.fcm-hero-wave {
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  z-index: 3; line-height: 0;
}
.fcm-hero-wave svg { width:100%; height:80px; display:block; }

/* =============================================
   OVERVIEW
   ============================================= */
.fcm-overview {
  background: var(--fcm-white);
  padding: 100px 40px;
}
.fcm-overview-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.fcm-overview-text p {
  font-size: 1.05rem;
  color: var(--fcm-gray);
  line-height: 1.85;
  margin-bottom: 18px;
}
.fcm-overview-text p strong { color: var(--fcm-navy); }

.fcm-overview-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13,31,69,0.15);
  margin-bottom: 32px;
}

.fcm-overview-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Model Ring Visual */
.fcm-overview-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fcm-model-ring {
  position: relative;
  width: 380px;
  height: 380px;
}

.fcm-ring-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 140px; height: 140px;
  background: linear-gradient(135deg, var(--fcm-navy), var(--fcm-navy2));
  border-radius: 50%;
  border: 3px solid var(--fcm-gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  z-index: 2;
}

.fcm-ring-label {
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  color: var(--fcm-gold);
  line-height: 1;
  letter-spacing: 2px;
}

.fcm-ring-sub {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.55rem;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.3;
  margin-top: 4px;
}

.fcm-ring-item {
  position: absolute;
  width: 96px; height: 96px;
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
  border: 2px solid var(--fcm-gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transition: transform 0.3s, box-shadow 0.3s;
  z-index: 1;
}

.fcm-ring-item:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 28px rgba(244,178,45,0.25);
}

.fcm-ring-item::before {
  content: attr(data-letter);
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: var(--fcm-gold);
  line-height: 1;
}

.fcm-ring-item span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.6rem;
  color: var(--fcm-navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

/* Position ring items in a circle */
.fcm-ring-f { top: 0; left: 50%; transform: translateX(-50%); }
.fcm-ring-l { top: 22%; right: 0; }
.fcm-ring-a { bottom: 22%; right: 0; }
.fcm-ring-m { bottom: 0; left: 50%; transform: translateX(-50%); }
.fcm-ring-e { bottom: 22%; left: 0; }

/* Connector lines (decorative) */
.fcm-model-ring::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 300px; height: 300px;
  border: 1px dashed rgba(244,178,45,0.3);
  border-radius: 50%;
  z-index: 0;
}

/* =============================================
   PILLARS SECTION
   ============================================= */
.fcm-pillars {
  background: var(--fcm-navy2);
  padding: 100px 40px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.fcm-pillars-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.fcm-pillars-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.fcm-pillars-intro {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.8;
}

.fcm-pillars-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.fcm-pillar-card {
  position: relative;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 36px 24px 32px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s, background 0.2s;
  overflow: hidden;
}

.fcm-pillar-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.1);
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}

.fcm-pillar-accent {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--fcm-gold), var(--fcm-gold2));
  border-radius: 20px 20px 0 0;
}

.fcm-pillar-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(244,178,45,0.15), rgba(244,178,45,0.05));
  border: 2px solid rgba(244,178,45,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.fcm-pillar-icon i {
  font-size: 1.3rem;
  color: var(--fcm-gold);
}

.fcm-pillar-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.fcm-pillar-card > p {
  font-size: 1rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
  margin-bottom: 18px;
  flex: 1;
}

.fcm-pillar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fcm-pillar-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.72);
  margin-bottom: 8px;
}

.fcm-pillar-list li i {
  color: var(--fcm-gold);
  font-size: 0.75rem;
}

/* =============================================
   PROCESS / HOW IT WORKS
   ============================================= */
.fcm-process {
  background: var(--fcm-light);
  padding: 100px 40px;
}

.fcm-process-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.fcm-process-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.fcm-process-intro {
  font-size: 1.05rem;
  color: var(--fcm-gray);
  line-height: 1.8;
}

.fcm-process-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
}

.fcm-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
}

.fcm-step-num {
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  color: var(--fcm-gold);
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.9;
}

.fcm-step-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--fcm-navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.fcm-step-content p {
  font-size: 0.92rem;
  color: var(--fcm-gray);
  line-height: 1.7;
}

.fcm-step-divider {
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(244,178,45,0.4) 30%, rgba(244,178,45,0.4) 70%, transparent);
  align-self: stretch;
  margin: 40px 0;
}

/* =============================================
   AUDIENCE / WHO WE SERVE
   ============================================= */
.fcm-audience {
  background: var(--fcm-navy);
  padding: 100px 40px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.fcm-audience-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.fcm-audience-header {
  text-align: center;
  margin-bottom: 60px;
}

.fcm-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.fcm-audience-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 40px 28px;
  text-align: center;
  transition: transform 0.25s, background 0.2s;
}

.fcm-audience-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.1);
}

.fcm-audience-card i {
  font-size: 2.2rem;
  color: var(--fcm-gold);
  margin-bottom: 18px;
}

.fcm-audience-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.fcm-audience-card p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.65;
}

/* =============================================
   CLOSING CTA
   ============================================= */
.fcm-closing {
  background: linear-gradient(135deg, var(--fcm-navy) 0%, var(--fcm-navy2) 100%);
  padding: 80px 40px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.fcm-closing-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.fcm-closing-text h2 {
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.fcm-closing-text p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto 32px;
}

.fcm-closing-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .fcm-overview-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .fcm-overview-visual {
    order: -1;
  }
  .fcm-model-ring {
    width: 320px; height: 320px;
  }
  .fcm-ring-center {
    width: 120px; height: 120px;
  }
  .fcm-ring-item {
    width: 82px; height: 82px;
  }
  .fcm-pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .fcm-process-steps {
    grid-template-columns: 1fr;
  }
  .fcm-step-divider {
    width: auto;
    height: 1px;
    margin: 0 40px;
    background: linear-gradient(to right, transparent, rgba(244,178,45,0.4) 30%, rgba(244,178,45,0.4) 70%, transparent);
  }
  .fcm-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .fcm-hero-inner { padding: 80px 24px 90px; }
  .fcm-overview { padding: 60px 24px; }
  .fcm-pillars { padding: 60px 24px; }
  .fcm-process { padding: 60px 24px; }
  .fcm-audience { padding: 60px 24px; }
  .fcm-closing { padding: 60px 24px; }
  .fcm-pillars-grid {
    grid-template-columns: 1fr;
  }
  .fcm-audience-grid {
    grid-template-columns: 1fr;
  }
  .fcm-model-ring {
    width: 280px; height: 280px;
  }
  .fcm-ring-center {
    width: 100px; height: 100px;
  }
  .fcm-ring-label { font-size: 1.4rem; }
  .fcm-ring-item {
    width: 72px; height: 72px;
  }
  .fcm-ring-item::before { font-size: 1.3rem; }
  .fcm-ring-item span { font-size: 0.55rem; }
}
