@charset "UTF-8";
/* 
   Facilitate Co  Main Stylesheet v1.0
   Brand: Navy #003366  Teal #006883  Purple #955296
   Font: Outfit (Google) + DM Serif Display
    */

/*  RESET & ROOT  */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:        #003366;
  --navy-deep:   #001f40;
  --teal:        #006883;
  --teal-mid:    #007a98;
  --teal-light:  #4DB8CC;
  --purple:      #955296;
  --purple-soft: #b97aba;
  --offwhite:    #f5f7fa;
  --gray:        #dde1e8;
  --text:        #1a2235;
  --muted:       #64748b;
  --white:       #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', sans-serif;
  background: var(--offwhite);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--offwhite); }
::-webkit-scrollbar-thumb { background: var(--teal); border-radius: 3px; }

/*  NAVIGATION  */
#site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  height: 68px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
  background: rgba(0,20,50,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: height 0.3s, background 0.3s;
}
#site-nav.scrolled { height: 56px; background: rgba(0,15,40,0.99); }

.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-wordmark { font-size: 20px; letter-spacing: -0.02em; line-height: 1; }
.nav-wordmark .f { font-weight: 300; color: rgba(255,255,255,0.86); }
.nav-wordmark .c { font-weight: 800; color: var(--teal-light); }

.nav-links { display: flex; align-items: center; gap: 2px; }
.nl {
  padding: 7px 14px; border-radius: 7px;
  font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.55);
  text-decoration: none; transition: all 0.18s; white-space: nowrap;
}
.nl:hover, .nl:focus { color: #fff; background: rgba(255,255,255,0.09); }

.nav-cta {
  margin-left: 12px; padding: 9px 22px; border-radius: 8px;
  background: var(--teal); color: #fff;
  font-size: 13px; font-weight: 600; text-decoration: none;
  transition: all 0.2s; white-space: nowrap;
}
.nav-cta:hover { background: var(--teal-mid); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,104,131,0.4); }

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 8px; border: none; background: none;
}
.hamburger span { display: block; width: 22px; height: 2px; background: rgba(255,255,255,0.7); border-radius: 2px; transition: all 0.25s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none; position: fixed; top: 56px; left: 0; right: 0;
  background: rgba(0,15,40,0.99); border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 20px 28px 28px; flex-direction: column; gap: 4px; z-index: 998;
}
.mobile-menu.open { display: flex; }
.mobile-menu .nl { font-size: 15px; padding: 11px 16px; }
.mobile-menu .nav-cta { margin: 10px 0 0; text-align: center; padding: 13px 22px; }

/*  HERO  */
#hero {
  min-height: 100vh;
  background: var(--navy-deep);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  padding-top: 68px;
}
.hero-bg-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 52px 52px;
}
.glow { position: absolute; pointer-events: none; border-radius: 50%; }
.glow-1 { width:700px;height:700px;top:-200px;left:-150px; background:radial-gradient(circle,rgba(0,104,131,0.3) 0%,transparent 68%); }
.glow-2 { width:600px;height:600px;bottom:-100px;right:8%; background:radial-gradient(circle,rgba(149,82,150,0.18) 0%,transparent 65%); }
.glow-3 { width:380px;height:380px;top:38%;right:2%; background:radial-gradient(circle,rgba(77,184,204,0.09) 0%,transparent 60%); }

.hero-inner {
  position: relative; z-index: 2;
  max-width: 1300px; margin: 0 auto; width: 100%;
  padding: 80px 48px 100px;
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: 72px; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--teal-light); margin-bottom: 26px;
  opacity: 0; transform: translateY(16px);
  animation: fadeUp 0.7s 0.1s ease forwards;
}
.eyebrow-bar { width: 28px; height: 2px; background: var(--teal-light); flex-shrink: 0; }

h1.hero-hl {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 700; line-height: 1.07;
  color: #fff; margin-bottom: 28px;
  opacity: 0; transform: translateY(20px);
  animation: fadeUp 0.75s 0.22s ease forwards;
}
h1.hero-hl em { font-style: normal; color: var(--teal-light); }

.hero-sub {
  font-size: 17px; font-weight: 300; line-height: 1.82;
  color: rgba(255,255,255,0.56); max-width: 500px; margin-bottom: 44px;
  opacity: 0; transform: translateY(16px);
  animation: fadeUp 0.7s 0.36s ease forwards;
}
.hero-btns {
  display: flex; gap: 14px; flex-wrap: wrap;
  opacity: 0; transform: translateY(14px);
  animation: fadeUp 0.7s 0.5s ease forwards;
}

/* Buttons */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 30px; border-radius: 10px;
  background: var(--teal); color: #fff;
  font-size: 14px; font-weight: 600; text-decoration: none;
  transition: all 0.22s; border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--teal-mid); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,104,131,0.45); color: #fff; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 30px; border-radius: 10px;
  background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.8);
  font-size: 14px; font-weight: 500; text-decoration: none;
  transition: all 0.22s; border: 1px solid rgba(255,255,255,0.13);
}
.btn-ghost:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); color: #fff; }

/* Hero right panel */
.hero-right {
  opacity: 0; transform: translateX(24px);
  animation: fadeRight 0.8s 0.42s ease forwards;
}
.thread-stack { display: flex; flex-direction: column; gap: 10px; }
.thread-item {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 22px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; transition: all 0.28s; position: relative; overflow: hidden;
}
.thread-item::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  border-radius: 2px 0 0 2px; transition: opacity 0.28s; opacity: 0.5;
}
.ti-navy::before  { background: #4d8cbf; }
.ti-teal::before  { background: var(--teal); }
.ti-purple::before{ background: var(--purple); }
.thread-item:hover { background: rgba(255,255,255,0.09); transform: translateX(4px); }
.thread-item:hover::before { opacity: 1; }

.ti-dot { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; }
.ti-dot.navy   { background: rgba(0,51,102,0.7);  border: 1.5px solid rgba(255,255,255,0.22); }
.ti-dot.teal   { background: rgba(0,104,131,0.6); border: 1.5px solid rgba(0,184,204,0.3); }
.ti-dot.purple { background: rgba(149,82,150,0.5);border: 1.5px solid rgba(185,122,186,0.35); }

.ti-label { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 4px; }
.ti-label.navy   { color: rgba(255,255,255,0.38); }
.ti-label.teal   { color: var(--teal-light); }
.ti-label.purple { color: var(--purple-soft); }
.ti-title { font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.9); margin-bottom: 3px; }
.ti-desc  { font-size: 12.5px; font-weight: 300; color: rgba(255,255,255,0.42); line-height: 1.6; }

.promise-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 20px 22px; display: flex; gap: 14px; align-items: flex-start; margin-top: 8px;
}
.pqm { font-family: 'DM Serif Display', serif; font-size: 52px; line-height: 0.65; color: var(--teal-light); opacity: 0.4; flex-shrink: 0; }
.pqt { font-size: 15px; font-weight: 400; color: rgba(255,255,255,0.72); line-height: 1.7; }
.pqa { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.28); margin-top: 7px; display: block; }

.scroll-hint {
  position: absolute; bottom: 32px; left: 48px; z-index: 2;
  display: flex; align-items: center; gap: 12px;
  color: rgba(255,255,255,0.22); font-size: 10px;
  font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  animation: scrollBob 2.8s ease-in-out infinite;
}
.scroll-line { width: 1px; height: 36px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.3)); }

/*  TRUST BAND  */
.trust-band {
  background: var(--teal); padding: 20px 48px;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px;
}
.tb-item { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.88); }
.tb-item strong { font-weight: 700; color: #fff; }
.tb-sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.3); }

/*  SHARED SECTION STYLES  */
.section-wrap { max-width: 1300px; margin: 0 auto; padding: 100px 48px; }
.section-wrap.tight { padding-top: 76px; padding-bottom: 76px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--teal); margin-bottom: 16px;
}
.eyebrow .ebar { width: 22px; height: 2px; background: var(--teal); }
.eyebrow.light { color: var(--teal-light); }
.eyebrow.light .ebar { background: var(--teal-light); }

.section-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 700; color: var(--navy); line-height: 1.1; margin-bottom: 16px;
}
.section-title em { font-style: normal; color: var(--teal); }
.section-title.on-dark { color: #fff; }
.section-title.on-dark em { color: var(--teal-light); }
.section-sub { font-size: 16px; font-weight: 300; line-height: 1.82; color: var(--muted); max-width: 540px; }
.section-sub.on-dark { color: rgba(255,255,255,0.54); }

/* Scroll reveal */
.rv  { opacity: 0; transform: translateY(26px); transition: opacity 0.65s ease, transform 0.65s ease; }
.rv.in { opacity: 1; transform: translateY(0); }
.rv.d1 { transition-delay: 0.07s; }
.rv.d2 { transition-delay: 0.16s; }
.rv.d3 { transition-delay: 0.26s; }
.rv.d4 { transition-delay: 0.36s; }
.rv.d5 { transition-delay: 0.46s; }
.rvr { opacity: 0; transform: translateX(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
.rvr.in { opacity: 1; transform: translateX(0); }

/*  ABOUT  */
#about {
  background: var(--white);
  border-left: 6px solid;
  border-image: linear-gradient(to bottom, var(--navy), var(--teal), var(--purple)) 1;
}
.about-grid { display: grid; grid-template-columns: 380px 1fr; gap: 80px; align-items: start; }
.about-photo-wrap { position: relative; }

/* Photo frame  holds either WP image or placeholder */
.about-photo-frame {
  width: 100%; aspect-ratio: 3/4;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,51,102,0.2);
  background: linear-gradient(160deg, var(--navy) 0%, #004d8a 40%, var(--teal) 75%, var(--purple) 100%);
  position: relative;
}
.about-photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Placeholder overlay  hidden once a real image is loaded */
.photo-placeholder-label {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; padding: 40px; text-align: center;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0);
  background-size: 28px 28px;
}
.photo-placeholder-label .ph-icon { font-size: 36px; opacity: 0.38; }
.photo-placeholder-label .ph-text { font-size: 12px; color: rgba(255,255,255,0.38); line-height: 1.7; font-weight: 300; }

.about-stat-badge {
  position: absolute; bottom: 20px; right: -18px;
  background: var(--white); border-radius: 14px; padding: 16px 20px;
  box-shadow: 0 12px 36px rgba(0,51,102,0.18); text-align: center; z-index: 2;
}
.stat-num { font-family: 'DM Serif Display', serif; font-size: 34px; font-weight: 900; color: var(--navy); line-height: 1; }
.stat-lbl { font-size: 11px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 3px; }

.about-lead { font-size: 20px; font-weight: 400; color: var(--navy); line-height: 1.72; margin-bottom: 20px; }
.about-body { font-size: 15px; font-weight: 300; color: #4a5568; line-height: 1.9; margin-bottom: 16px; }
.about-quote { border-left: 4px solid var(--teal); padding: 18px 22px; background: var(--offwhite); border-radius: 0 10px 10px 0; margin: 24px 0; }
.about-quote p { font-size: 17px; font-weight: 500; color: var(--navy); line-height: 1.7; }
.credentials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.cred-badge { padding: 7px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; background: var(--offwhite); color: var(--navy); border: 1px solid var(--gray); }

/*  SERVICES  */
#services { background: var(--offwhite); }
.svc-hdr { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 52px; }
.svc-hdr-right p { font-size: 15px; font-weight: 300; color: var(--muted); line-height: 1.8; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.svc-card {
  background: var(--white); border-radius: 18px; border: 1px solid var(--gray);
  overflow: hidden; transition: all 0.3s; position: relative;
}
.svc-card:hover { transform: translateY(-7px); box-shadow: 0 20px 52px rgba(0,51,102,0.11); border-color: transparent; }
.svc-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease;
}
.svc-card.navy::after   { background: var(--navy); }
.svc-card.teal::after   { background: var(--teal); }
.svc-card.purple::after { background: var(--purple); }
.svc-card:hover::after  { transform: scaleX(1); }

/* Service image frame  holds WP image or placeholder */
.svc-img-frame {
  width: 100%; aspect-ratio: 16/9;
  overflow: hidden; position: relative;
  background: var(--gray);
}
.svc-img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.svc-card:hover .svc-img-frame img { transform: scale(1.04); }
.svc-img-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.45); text-align: center; padding: 16px;
}
.svc-img-placeholder.navy-bg   { background: linear-gradient(135deg, #001f40 0%, var(--navy) 100%); }
.svc-img-placeholder.teal-bg   { background: linear-gradient(135deg, #004d6b 0%, var(--teal) 100%); }
.svc-img-placeholder.purple-bg { background: linear-gradient(135deg, #6b3a6c 0%, var(--purple) 100%); }

.svc-card-head { padding: 24px 24px 0; }
.svc-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px; }
.svc-icon.navy   { background: rgba(0,51,102,0.1); }
.svc-icon.teal   { background: rgba(0,104,131,0.1); }
.svc-icon.purple { background: rgba(149,82,150,0.1); }
.svc-name { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.3; }
.svc-body { padding: 16px 24px 24px; }
.svc-desc { font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.svc-features { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.svc-features li { font-size: 13px; color: #4a5568; padding-left: 20px; position: relative; line-height: 1.5; }
.svc-features li::before { content: ''; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; }
.svc-card.navy   .svc-features li::before { background: var(--navy); }
.svc-card.teal   .svc-features li::before { background: var(--teal); }
.svc-card.purple .svc-features li::before { background: var(--purple); }
.svc-link { font-size: 13px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.svc-card.navy   .svc-link { color: var(--navy); }
.svc-card.teal   .svc-link { color: var(--teal); }
.svc-card.purple .svc-link { color: var(--purple); }
.svc-link:hover { gap: 10px; }

/*  APPROACH / VALUES  */
#approach {
  background: linear-gradient(145deg, var(--navy-deep) 0%, #002244 50%, #003355 100%);
  position: relative; overflow: hidden;
}
#approach::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);
  background-size: 30px 30px; pointer-events: none;
}
.approach-inner {
  position: relative; z-index: 1;
  max-width: 1300px; margin: 0 auto; padding: 100px 48px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.val-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.09); border-radius: 14px; padding: 22px 20px; transition: all 0.25s; }
.val-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-3px); }
.val-em   { font-size: 22px; margin-bottom: 10px; }
.val-name { font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.88); margin-bottom: 5px; }
.val-desc { font-size: 12.5px; font-weight: 300; color: rgba(255,255,255,0.42); line-height: 1.65; }

/*  TRAINING  */
#training { background: var(--white); }
.training-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 50px; }
.training-card { border-radius: 18px; overflow: hidden; border: 1px solid var(--gray); transition: all 0.3s; }
.training-card:hover { transform: translateY(-5px); box-shadow: 0 16px 44px rgba(0,51,102,0.1); }
.tr-head { padding: 30px 28px 24px; position: relative; overflow: hidden; }
.tr-head.teal-bg   { background: var(--teal); }
.tr-head.purple-bg { background: var(--purple); }
.tr-head::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px); background-size: 20px 20px; }
.tr-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 7px; position: relative; z-index: 1; }
.tr-title   { font-family: 'DM Serif Display', serif; font-size: 26px; font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 8px; position: relative; z-index: 1; }
.tr-sub     { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.62); line-height: 1.65; position: relative; z-index: 1; }
.tr-body    { padding: 24px 28px; }
.tr-list    { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.tr-list li { font-size: 14px; color: #4a5568; padding-left: 22px; position: relative; line-height: 1.5; }
.tr-list li::before { content: 'v'; position: absolute; left: 0; font-weight: 700; font-size: 12px; }
.training-card.teal   .tr-list li::before { color: var(--teal); }
.training-card.purple .tr-list li::before { color: var(--purple); }
.training-card.navy   .tr-list li::before { color: var(--navy); }
.tr-head.fco-navy-bg { background: var(--navy); min-height: 160px; display: block; }
.tr-head.fco-navy-bg .tr-eyebrow { color: rgba(255,255,255,0.55) !important; }
.tr-head.fco-navy-bg .tr-title   { color: #ffffff !important; }
.tr-head.fco-navy-bg .tr-sub     { color: rgba(255,255,255,0.72) !important; }
.tr-cta { font-size: 13px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; transition: gap 0.2s; }
.tr-cta.teal   { color: var(--teal); }
.tr-cta.purple { color: var(--purple); }
.tr-cta.navy   { color: var(--navy); }
.tr-cta:hover  { gap: 11px; }

/* Schedule / in-house note */
.training-schedule-note { margin-top: 36px; }
.tsn-inner { background: linear-gradient(135deg, #f0f6ff 0%, #e8f4f8 100%); border: 1px solid rgba(0,104,131,0.2); border-left: 4px solid var(--teal); border-radius: 14px; padding: 28px 32px; display: flex; gap: 20px; align-items: flex-start; }
.tsn-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
.tsn-title { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.tsn-text { font-size: 15px; color: #444; line-height: 1.65; margin: 0 0 14px; }
.tsn-cta { font-size: 14px; font-weight: 600; color: var(--teal); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.tsn-cta:hover { gap: 10px; }

/* MEC Calendar area */
.mec-calendar-area { margin-top: 40px; }
/* MEC plugin outputs its own wrapper  these override defaults for brand consistency */
.mec-calendar-area .mec-wrap { border-radius: 16px; overflow: hidden; }
.cal-placeholder-notice {
  margin-top: 36px; border-radius: 16px; border: 2px dashed var(--gray);
  background: var(--offwhite); padding: 44px 36px; text-align: center;
}
.cal-placeholder-notice .cp-label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.cal-placeholder-notice .cp-title { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.cal-placeholder-notice .cp-desc  { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.7; max-width: 480px; margin: 0 auto; }
.cal-placeholder-notice .cp-tag   { display: inline-block; margin-top: 16px; padding: 6px 14px; border-radius: 20px; background: rgba(0,104,131,0.1); color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; }

.mentor-badge { margin-top: 32px; background: var(--offwhite); border: 1px solid var(--gray); border-radius: 14px; padding: 18px 22px; display: flex; gap: 14px; align-items: flex-start; }
.mb-icon { font-size: 26px; flex-shrink: 0; }
.mb-text { font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.7; }
.mb-text strong { color: var(--navy); font-weight: 700; }

/*  GREAT PLAINS COMMUNITY  */
#community {
  background: linear-gradient(140deg, var(--navy) 0%, #004070 45%, var(--teal) 100%);
  position: relative; overflow: hidden;
}
#community::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 26px 26px; pointer-events: none; }
.community-inner { max-width: 1300px; margin: 0 auto; padding: 100px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.community-details { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.comm-item { display: flex; gap: 15px; align-items: flex-start; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 16px 18px; transition: all 0.22s; }
.comm-item:hover { background: rgba(255,255,255,0.11); }
.comm-icon  { font-size: 20px; flex-shrink: 0; padding-top: 1px; }
.comm-title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.comm-desc  { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.48); line-height: 1.6; }
.states-panel { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 34px 30px; }
.states-label { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 20px; text-align: center; }
.states-grid  { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 20px; }
.state-box { background: rgba(77,184,204,0.15); border: 1px solid rgba(77,184,204,0.3); border-radius: 10px; padding: 13px 8px; text-align: center; font-size: 15px; font-weight: 700; color: var(--teal-light); transition: all 0.2s; cursor: default; }
.state-box:hover { background: rgba(77,184,204,0.25); transform: scale(1.05); }
.states-note  { font-size: 12px; color: rgba(255,255,255,0.32); text-align: center; line-height: 1.65; }

/*  TESTIMONIALS  */
#testimonials { background: var(--offwhite); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px; }
.testimonial-card { background: var(--white); border-radius: 16px; padding: 28px; border: 1px solid var(--gray); transition: all 0.28s; }
.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 14px 38px rgba(0,51,102,0.08); }
.tqm      { font-family: 'DM Serif Display', serif; font-size: 56px; line-height: 0.55; color: var(--teal-light); opacity: 0.3; margin-bottom: 14px; display: block; }
.tq-text  { font-size: 15px; font-weight: 400; color: var(--navy); line-height: 1.78; margin-bottom: 18px; }
.tq-meta  { font-size: 12px; font-weight: 600; color: var(--muted); }
.tq-org   { display: inline-block; margin-top: 8px; padding: 4px 11px; border-radius: 20px; font-size: 11px; font-weight: 600; background: var(--offwhite); color: var(--muted); border: 1px solid var(--gray); }
.sectors-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 40px; }
.sector-pill { padding: 8px 16px; border-radius: 20px; font-size: 12px; font-weight: 600; background: var(--white); color: var(--navy); border: 1px solid var(--gray); transition: all 0.18s; cursor: default; }
.sector-pill:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }

/*  CONTACT  */
#contact { background: var(--navy-deep); position: relative; overflow: hidden; }
#contact::before { content: ''; position: absolute; inset: 0; background: linear-gradient(140deg, transparent 55%, rgba(149,82,150,0.14) 100%); pointer-events: none; }
#contact::after  { content: ''; position: absolute; top: -200px; left: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(0,104,131,0.2) 0%, transparent 65%); pointer-events: none; }
.contact-inner { max-width: 1300px; margin: 0 auto; padding: 100px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; position: relative; z-index: 1; }
.cta-btns { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0 28px; }
.contact-details { display: flex; flex-direction: column; gap: 12px; }
.cd-item { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.cd-item:hover { color: rgba(255,255,255,0.85); }
.cd-item strong { color: rgba(255,255,255,0.78); font-weight: 500; }

/* Google Calendar embed */
.calendar-embed { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 18px; overflow: hidden; }
.cal-header { padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; gap: 12px; }
.cal-dot    { width: 10px; height: 10px; border-radius: 50%; background: var(--teal-light); }
.cal-title  { font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.8); }
.cal-subtitle { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.35); margin-top: 2px; }
.cal-body   { padding: 24px; }
.cal-body iframe { width: 100%; min-height: 480px; border: none; border-radius: 10px; }
.fco-calendar-embed iframe { width: 100%; border: none; }
.cal-placeholder-notice { padding: 40px; text-align: center; color: rgba(255,255,255,0.4); font-size: 13px; line-height: 1.7; }

/*  FOOTER  */
footer { background: #010e1f; padding: 60px 48px 32px; }
.footer-inner { max-width: 1300px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 52px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 28px; }
.footer-brand .fw { font-size: 22px; letter-spacing: -0.02em; margin-bottom: 10px; }
.footer-brand .fw .f { font-weight: 300; color: rgba(255,255,255,0.7); }
.footer-brand .fw .c { font-weight: 800; color: var(--teal-light); }
.footer-tag   { font-size: 11px; color: rgba(255,255,255,0.28); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 18px; }
.footer-about { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.38); line-height: 1.8; }
.footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.28); margin-bottom: 16px; }
.footer-link  { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.46); text-decoration: none; transition: color 0.18s; }
.footer-link:hover { color: rgba(255,255,255,0.88); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.2); }
.footer-dots { display: flex; align-items: flex-end; gap: 5px; }
.fd { border-radius: 50%; }

/*  ANIMATIONS  */
@keyframes fadeUp    { to { opacity: 1; transform: translateY(0); } }
@keyframes fadeRight { to { opacity: 1; transform: translateX(0); } }
@keyframes scrollBob { 0%,100% { transform:translateY(0); } 50% { transform:translateY(8px); } }

/*  INTERNAL PAGE STYLES (blog, single, archive)  */
.page-hero { background: var(--navy); padding: 100px 48px 60px; text-align: center; }
.page-hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(28px,4vw,52px); color: #fff; font-weight: 700; }
.page-content { max-width: 860px; margin: 0 auto; padding: 64px 48px; }
.page-content p { font-size: 16px; font-weight: 300; line-height: 1.9; color: #4a5568; margin-bottom: 20px; }
.page-content h2 { font-family: 'DM Serif Display',serif; font-size: 28px; color: var(--navy); margin: 40px 0 16px; }
.page-content h3 { font-size: 20px; font-weight: 700; color: var(--navy); margin: 28px 0 12px; }
.page-content ul, .page-content ol { padding-left: 22px; margin-bottom: 20px; }
.page-content li { font-size: 15px; font-weight: 300; color: #4a5568; line-height: 1.8; margin-bottom: 6px; }
.page-content a { color: var(--teal); text-decoration: underline; }

/*  RESPONSIVE: TABLET (1080px)  */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo-wrap { max-width: 400px; }
  .about-stat-badge { right: 0; }
  .svc-hdr { grid-template-columns: 1fr; gap: 16px; }
  .svc-hdr-right { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .approach-inner { grid-template-columns: 1fr; gap: 48px; }
  .training-grid { grid-template-columns: 1fr; }
  .community-inner { grid-template-columns: 1fr; gap: 44px; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

/*  RESPONSIVE: MOBILE (768px)  */
@media (max-width: 768px) {
  #site-nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }

  .section-wrap, .section-wrap.tight { padding: 64px 24px; }
  .hero-inner { padding: 48px 24px 72px; }
  h1.hero-hl { font-size: clamp(34px, 9vw, 50px); }
  .hero-btns { flex-direction: column; }
  .btn-primary, .btn-ghost { justify-content: center; }
  .scroll-hint { display: none; }
  .trust-band { padding: 16px 24px; gap: 12px; }
  .tb-sep { display: none; }

  .services-grid    { grid-template-columns: 1fr; }
  .values-grid      { grid-template-columns: 1fr; }
  .testimonials-grid{ grid-template-columns: 1fr; }
  .footer-grid      { grid-template-columns: 1fr; gap: 28px; }
  footer            { padding: 48px 24px 28px; }

  .approach-inner   { padding: 64px 24px; }
  .community-inner  { padding: 64px 24px; }
  .contact-inner    { padding: 64px 24px; }
  .cta-btns         { flex-direction: column; }

  .page-hero  { padding: 80px 24px 48px; }
  .page-content { padding: 48px 24px; }
}

@media (max-width: 480px) {
  .training-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   BLOG / HOME.PHP + ARCHIVE.PHP
   ============================================================ */

.blog-hero {
  background: linear-gradient(145deg, var(--navy-deep) 0%, #002244 50%, #003355 100%);
  padding: 100px 40px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}
.blog-hero-inner {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.blog-hero .eyebrow { color: var(--teal-light); }
.blog-hero .ebar { background: var(--teal-light); }
.blog-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(38px, 6vw, 62px);
  color: #fff;
  line-height: 1.1;
  margin: 12px 0 18px;
}
.blog-hero h1 em { color: var(--teal-light); font-style: italic; }
.blog-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto;
}

.blog-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 40px 80px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--gray);
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 44px rgba(0,51,102,0.1);
}

.blog-card-thumb {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--offwhite);
}
.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.blog-card:hover .blog-card-thumb img { transform: scale(1.04); }

.blog-card-thumb--placeholder { text-decoration: none; }
.blog-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-thumb-placeholder span {
  font-family: 'DM Serif Display', serif;
  font-size: 52px;
  color: rgba(255,255,255,0.35);
  font-weight: 900;
}

.blog-card-body {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-cats { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.blog-cat-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(0,104,131,0.08);
  padding: 3px 10px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.2s;
}
.blog-cat-tag:hover { background: rgba(0,104,131,0.16); }

.blog-card-title {
  font-family: 'DM Serif Display', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 12px;
  color: var(--navy);
}
.blog-card-title a { text-decoration: none; color: inherit; transition: color 0.2s; }
.blog-card-title a:hover { color: var(--teal); }

.blog-card-excerpt {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 18px;
}

.blog-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--gray);
}
.blog-card-date { font-size: 12px; color: #888; }
.blog-card-read {
  font-size: 13px;
  font-weight: 600;
  color: var(--teal);
  text-decoration: none;
  transition: gap 0.2s;
  display: inline-flex;
  gap: 5px;
}
.blog-card-read:hover { gap: 9px; }

.blog-pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-pagination .page-numbers {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--navy);
  border: 1px solid var(--gray);
  transition: all 0.2s;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.blog-empty {
  text-align: center;
  padding: 80px 40px;
}
.blog-empty-icon { font-size: 48px; margin-bottom: 16px; }
.blog-empty h2 { font-family: 'DM Serif Display', serif; color: var(--navy); margin-bottom: 10px; }
.blog-empty p { color: #666; margin-bottom: 28px; }

@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-wrap  { padding: 48px 24px 64px; }
}
@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-hero  { padding: 72px 24px 56px; }
}

/* View full calendar link */
.cal-view-all { text-align: center; margin-top: 28px; }
