/* ============================================================
   CLAREVON CONSULTING GROUP — Global Stylesheet
   Governance. Accountability. Performance.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap');

/* === TOKENS === */
:root {
  --green:       #1B4332;
  --green-mid:   #2D6A4F;
  --green-light: #52B788;
  --gold:        #C9A84C;
  --gold-bright: #E8C96E;
  --gold-pale:   #F7F1E3;
  --dark:        #0D1F18;
  --white:       #FFFFFF;
  --off-white:   #F8F7F4;
  --text:        #1A2820;
  --text-mid:    #3D5A46;
  --text-light:  #7A9985;
  --border:      #D8E5DC;
  --border-dark: rgba(255,255,255,.1);
  --shadow-sm:   0 2px 12px rgba(13,31,24,.08);
  --shadow-md:   0 8px 40px rgba(13,31,24,.12);
  --shadow-lg:   0 20px 80px rgba(13,31,24,.18);
  --font-display: 'Cormorant Garamond', 'Palatino Linotype', Georgia, serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;
  --ease:         cubic-bezier(0.4, 0, 0.2, 1);
  --transition:   all 0.3s var(--ease);
  --max-width:    1180px;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: var(--transition); }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: var(--font-body); }

/* === NAVIGATION === */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 0 clamp(1.5rem, 5vw, 3.5rem);
  height: 76px;
  display: flex; align-items: center; justify-content: space-between;
  background: var(--dark);
  border-bottom: 1px solid rgba(201,168,76,.15);
  transition: var(--transition);
}
.nav.scrolled {
  background: rgba(13,31,24,.98);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-md);
}
.nav-logo {
  display: flex; align-items: center; gap: 0.75rem;
  flex-shrink: 0;
}
.nav-logo img {
  height: 42px; width: auto;
  object-fit: contain;
}
.nav-logo-text {
  display: flex; flex-direction: column; gap: 1px;
}
.nav-logo-name {
  font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 600;
  color: var(--white); letter-spacing: 0.04em;
  line-height: 1;
}
.nav-logo-tag {
  font-size: 0.58rem; font-weight: 500;
  color: var(--gold); letter-spacing: 0.2em;
  text-transform: uppercase; line-height: 1;
}
.nav-links {
  display: flex; align-items: center; gap: 2.25rem;
}
.nav-links a {
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.07em; text-transform: uppercase;
  color: rgba(255,255,255,.65);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: var(--transition);
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
  border-bottom-color: var(--gold);
}
.nav-schedule {
  background: var(--gold);
  color: var(--dark) !important;
  padding: 0.55rem 1.375rem !important;
  border-radius: 2px;
  font-weight: 700 !important;
  border-bottom: none !important;
  letter-spacing: 0.08em !important;
  font-size: 0.72rem !important;
}
.nav-schedule:hover {
  background: var(--gold-bright) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(201,168,76,.3) !important;
}
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  padding: 4px; cursor: pointer;
}
.hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--white); transition: var(--transition);
}

/* === LAYOUT === */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 3.5rem);
}
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-md { padding: clamp(3.5rem, 6vw, 6rem) 0; }
.section-sm { padding: clamp(2rem, 3vw, 3rem) 0; }

/* === EYEBROW & LABELS === */
.eyebrow {
  display: inline-block;
  font-size: 0.67rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.125rem;
}
.eyebrow-dark { color: var(--gold); }
.rule {
  width: 40px; height: 2px;
  background: var(--gold); margin: 1.125rem 0 1.5rem;
  border: none;
}
.rule-center { margin-left: auto; margin-right: auto; }

/* === TYPOGRAPHY === */
h1, .h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-weight: 600; line-height: 1.08;
  letter-spacing: -0.01em;
}
h2, .h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  font-weight: 600; line-height: 1.15;
  letter-spacing: -0.01em;
}
h3, .h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.875rem);
  font-weight: 600; line-height: 1.2;
}
h4 {
  font-family: var(--font-body);
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green);
}
.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 300; line-height: 1.85;
  color: var(--text-mid);
}
.text-gold { color: var(--gold); }
.text-green { color: var(--green); }
.text-white { color: var(--white); }
.text-center { text-align: center; }

/* === BUTTONS === */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.9rem 2.25rem;
  font-family: var(--font-body);
  font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 2px; border: none;
  transition: var(--transition); cursor: pointer;
  white-space: nowrap; text-decoration: none;
}
.btn-gold {
  background: var(--gold); color: var(--dark);
}
.btn-gold:hover {
  background: var(--gold-bright);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201,168,76,.25);
}
.btn-outline-white {
  background: transparent; color: var(--white);
  border: 1.5px solid rgba(255,255,255,.35);
}
.btn-outline-white:hover {
  border-color: var(--white);
  background: rgba(255,255,255,.06);
  transform: translateY(-2px);
}
.btn-outline-green {
  background: transparent; color: var(--green);
  border: 1.5px solid var(--green);
}
.btn-outline-green:hover {
  background: var(--green); color: var(--white);
  transform: translateY(-2px); box-shadow: var(--shadow-md);
}
.btn-arrow::after { content: ' →'; }

/* === HERO === */
.hero {
  background: var(--dark);
  min-height: 100vh;
  padding: calc(76px + 5rem) 0 6rem;
  position: relative; overflow: hidden;
  display: flex; align-items: center;
}
.hero-geo {
  position: absolute; inset: 0; pointer-events: none;
  overflow: hidden;
}
.hero-geo::before {
  content: '';
  position: absolute; top: -20%; right: -10%;
  width: 65%; height: 120%;
  background: linear-gradient(135deg, transparent 0%, rgba(27,67,50,.4) 40%, rgba(45,106,79,.2) 100%);
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero-geo::after {
  content: '';
  position: absolute; bottom: -5%; left: -5%;
  width: 35%; height: 50%;
  background: radial-gradient(ellipse, rgba(201,168,76,.07) 0%, transparent 70%);
}
.hero-line-1 {
  position: absolute; top: 15%; right: 28%;
  width: 1px; height: 40%;
  background: linear-gradient(to bottom, transparent, rgba(201,168,76,.25), transparent);
}
.hero-line-2 {
  position: absolute; top: 0; right: 36%;
  width: 1px; height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(201,168,76,.1), transparent);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 780px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.625rem;
  background: rgba(201,168,76,.1);
  border: 1px solid rgba(201,168,76,.25);
  border-radius: 100px;
  padding: 0.45rem 1.125rem;
  margin-bottom: 2.25rem;
}
.hero-badge-dot {
  width: 5px; height: 5px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.hero-badge span {
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold);
}
.hero h1 { color: var(--white); margin-bottom: 1.75rem; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero .lead {
  color: rgba(255,255,255,.62);
  max-width: 600px;
  margin-bottom: 2.75rem;
}
.hero-actions {
  display: flex; gap: 1rem;
  flex-wrap: wrap; margin-bottom: 4.5rem;
}
.hero-divider {
  width: 100%; height: 1px;
  background: rgba(255,255,255,.06);
  margin-bottom: 2.5rem;
}
.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.hero-stat {
  padding-right: 2rem;
  border-right: 1px solid rgba(255,255,255,.08);
  padding-left: 0.25rem;
}
.hero-stat:first-child { padding-left: 0; }
.hero-stat:last-child { border-right: none; padding-right: 0; }
.hero-stat-num {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  font-weight: 600; color: var(--gold); line-height: 1;
  margin-bottom: 0.35rem;
}
.hero-stat-label {
  font-size: 0.7rem; font-weight: 400;
  color: rgba(255,255,255,.45); line-height: 1.5;
  text-transform: uppercase; letter-spacing: 0.05em;
}

/* === TRUST BAR === */
.trust-bar {
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  padding: 1.375rem 0;
}
.trust-items {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(1.75rem, 4vw, 3.5rem); flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-mid);
}
.trust-icon {
  color: var(--green); font-size: 0.85rem;
  font-weight: 700;
}

/* === SECTION HEADINGS === */
.section-heading { margin-bottom: clamp(2.75rem, 5vw, 5rem); }
.section-heading.center { text-align: center; }
.section-heading h2 { margin-bottom: 0.875rem; }
.section-heading p {
  max-width: 600px;
  font-size: 1.05rem; color: var(--text-mid);
}
.section-heading.center p { margin: 0 auto; }
.section-heading.center .rule { margin-left: auto; margin-right: auto; }

/* === IS THIS YOU SECTION === */
.recognition { background: var(--green); }
.recognition-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.recognition-copy h2 { color: var(--white); margin-bottom: 1.25rem; }
.recognition-copy .lead {
  color: rgba(255,255,255,.65);
  margin-bottom: 2rem;
}
.recognition-copy .rule { background: var(--gold); }
.recognition-cta-text {
  font-size: 0.88rem; color: rgba(255,255,255,.5);
  margin-top: 1.25rem;
  font-style: italic;
}
.recognition-list {
  display: flex; flex-direction: column; gap: 0;
}
.recognition-item {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
  cursor: default;
  transition: var(--transition);
}
.recognition-item:first-child { border-top: 1px solid rgba(255,255,255,.07); }
.recognition-item:hover { background: rgba(255,255,255,.04); }
.recognition-check {
  width: 20px; height: 20px; flex-shrink: 0;
  border: 1.5px solid rgba(201,168,76,.4);
  border-radius: 50%; margin-top: 0.125rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; color: var(--gold);
  transition: var(--transition);
  font-weight: 700;
}
.recognition-item:hover .recognition-check {
  background: rgba(201,168,76,.15);
  border-color: var(--gold);
}
.recognition-item p {
  font-size: 0.9rem;
  color: rgba(255,255,255,.75);
  line-height: 1.6;
}

/* === TWO TRACKS === */
.tracks { background: var(--off-white); }
.tracks-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.5px; background: var(--border);
}
.track-card {
  background: var(--white);
  padding: clamp(2.5rem, 4vw, 3.5rem);
  position: relative; overflow: hidden;
}
.track-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
}
.track-card.preventive::before { background: var(--green); }
.track-card.corrective::before { background: var(--gold); }
.track-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.375rem; margin-bottom: 1.5rem;
}
.track-card.preventive .track-icon { background: rgba(27,67,50,.06); }
.track-card.corrective .track-icon { background: rgba(201,168,76,.08); }
.track-label {
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.track-card.preventive .track-label { color: var(--green); }
.track-card.corrective .track-label { color: var(--gold); }
.track-card h3 { margin-bottom: 1rem; font-size: 1.6rem; }
.track-card p { color: var(--text-mid); font-size: 0.95rem; line-height: 1.75; margin-bottom: 1.5rem; }
.track-list {
  display: flex; flex-direction: column; gap: 0.5rem;
}
.track-list li {
  font-size: 0.85rem; color: var(--text-mid);
  padding-left: 1.125rem; position: relative; line-height: 1.5;
}
.track-list li::before {
  content: '→'; position: absolute; left: 0;
  font-weight: 700; font-size: 0.75rem;
}
.track-card.preventive .track-list li::before { color: var(--green); }
.track-card.corrective .track-list li::before { color: var(--gold); }

/* === GAP METHOD PREVIEW === */
.gap-section { background: var(--dark); }
.gap-header { margin-bottom: 3.5rem; }
.gap-header .eyebrow { color: var(--gold); }
.gap-header h2 { color: var(--white); margin-bottom: 1rem; }
.gap-header p { color: rgba(255,255,255,.58); font-size: 1.05rem; max-width: 560px; }
.gap-stages-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.06);
  gap: 1px; background: rgba(255,255,255,.06);
}
.gap-stage {
  background: rgba(255,255,255,.02);
  padding: 2.5rem 2rem;
  position: relative; overflow: hidden;
  transition: var(--transition);
}
.gap-stage:hover { background: rgba(255,255,255,.05); }
.gap-stage-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
}
.gap-stage:nth-child(1) .gap-stage-bar { background: #52B788; }
.gap-stage:nth-child(2) .gap-stage-bar { background: #74C69D; }
.gap-stage:nth-child(3) .gap-stage-bar { background: #95D5B2; }
.gap-stage:nth-child(4) .gap-stage-bar { background: var(--gold); }
.gap-stage-bg-num {
  position: absolute; top: 1.25rem; right: 1.25rem;
  font-family: var(--font-display);
  font-size: 5rem; font-weight: 700;
  color: rgba(255,255,255,.03); line-height: 1;
  user-select: none;
}
.gap-step-num {
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.75rem; display: block;
}
.gap-stage h3 {
  font-family: var(--font-display);
  font-size: 1.625rem; color: var(--white);
  margin-bottom: 0.375rem;
}
.gap-tagline {
  font-size: 0.82rem; font-style: italic;
  color: rgba(255,255,255,.38); margin-bottom: 1.375rem;
}
.gap-points {
  display: flex; flex-direction: column; gap: 0.4rem;
}
.gap-points li {
  font-size: 0.82rem; color: rgba(255,255,255,.55);
  padding-left: 1rem; position: relative; line-height: 1.5;
}
.gap-points li::before {
  content: '—'; position: absolute; left: 0;
  color: rgba(201,168,76,.5);
}
.gap-timeline {
  margin-top: 1.625rem; padding-top: 1.625rem;
  border-top: 1px solid rgba(255,255,255,.05);
  font-size: 0.72rem; color: rgba(255,255,255,.3);
  letter-spacing: 0.04em;
}

/* === WHO WE SERVE === */
.verticals-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.vertical {
  border: 1px solid var(--border);
  padding: 3rem 2.5rem;
  position: relative;
  transition: var(--transition);
}
.vertical:hover {
  border-color: var(--green-mid);
  box-shadow: var(--shadow-md);
}
.vertical-accent {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 3px;
}
.vertical-primary .vertical-accent { background: var(--green); }
.vertical-secondary .vertical-accent { background: var(--gold); }
.vertical-tag {
  display: inline-block;
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.25rem 0.75rem; margin-bottom: 1.25rem;
  border-radius: 100px;
}
.vertical-primary .vertical-tag {
  background: rgba(27,67,50,.07); color: var(--green);
}
.vertical-secondary .vertical-tag {
  background: rgba(201,168,76,.08); color: var(--gold);
}
.vertical h3 { margin-bottom: 0.875rem; }
.vertical p { color: var(--text-mid); font-size: 0.9rem; margin-bottom: 1.75rem; }
.vertical-triggers h4 { margin-bottom: 0.625rem; }
.vertical-triggers ul {
  display: flex; flex-direction: column; gap: 0.4rem;
}
.vertical-triggers li {
  font-size: 0.84rem; color: var(--text-mid);
  padding-left: 1.125rem; position: relative; line-height: 1.5;
}
.vertical-triggers li::before {
  content: '→'; position: absolute; left: 0;
  color: var(--green-light); font-weight: 700;
}

/* === PROOF STRIP === */
.proof-strip { background: var(--green); }
.proof-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.08);
  gap: 0;
}
.proof-item {
  padding: 3rem 2rem; text-align: center;
  border-right: 1px solid rgba(255,255,255,.08);
  transition: var(--transition);
}
.proof-item:last-child { border-right: none; }
.proof-item:hover { background: rgba(255,255,255,.04); }
.proof-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 2.875rem);
  font-weight: 600; color: var(--gold);
  line-height: 1; margin-bottom: 0.5rem;
}
.proof-label {
  font-size: 0.78rem; color: rgba(255,255,255,.6);
  line-height: 1.5; max-width: 140px; margin: 0 auto;
}

/* === SERVICES GRID === */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5px; background: var(--border);
}
.service-card {
  background: var(--white); padding: 2.25rem 2rem;
  position: relative; transition: var(--transition);
  display: flex; flex-direction: column;
}
.service-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--green); transform: scaleX(0);
  transform-origin: left; transition: transform 0.35s var(--ease);
}
.service-card:hover::after { transform: scaleX(1); }
.service-card:hover {
  box-shadow: var(--shadow-lg); z-index: 2;
  transform: translateY(-3px);
}
.service-num {
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.875rem;
  display: block;
}
.service-tag {
  display: inline-block;
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.2rem 0.6rem; border-radius: 2px;
  margin-bottom: 0.75rem;
}
.service-tag.bpo { background: rgba(27,67,50,.07); color: var(--green); }
.service-tag.ai { background: rgba(201,168,76,.1); color: var(--gold); }
.service-tag.training { background: rgba(82,183,136,.12); color: var(--green-mid); }
.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem; margin-bottom: 0.75rem;
  line-height: 1.25; color: var(--text);
}
.service-card p {
  font-size: 0.86rem; color: var(--text-mid);
  line-height: 1.75; flex: 1; margin-bottom: 1.5rem;
}
.service-cta {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--green); padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  transition: var(--transition); margin-top: auto;
}
.service-cta:hover { gap: 0.75rem; }

/* === MARKET CONTEXT === */
.market-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; background: var(--off-white);
  border: 1px solid var(--border);
}
.mstat {
  padding: 2rem 1.75rem;
  border-right: 1px solid var(--border);
  text-align: center;
}
.mstat:last-child { border-right: none; }
.mstat-num {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.8vw, 2.5rem);
  font-weight: 600; color: var(--green); line-height: 1;
  margin-bottom: 0.5rem;
}
.mstat-label {
  font-size: 0.8rem; color: var(--text-mid);
  line-height: 1.5;
}
.mstat-source {
  font-size: 0.65rem; color: var(--text-light);
  margin-top: 0.35rem; letter-spacing: 0.03em;
  font-style: italic;
}

/* === CTA BAND === */
.cta-band {
  background: var(--dark);
  padding: 5.5rem 0;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; top: -50%; right: -10%;
  width: 55%; height: 200%;
  background: radial-gradient(ellipse, rgba(27,67,50,.5) 0%, transparent 65%);
}
.cta-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 3.5rem;
}
.cta-inner h2 { color: var(--white); }
.cta-inner h2 em { font-style: italic; color: var(--gold); }
.cta-inner p { color: rgba(255,255,255,.55); margin-top: 0.875rem; font-size: 1rem; }
.cta-actions { display: flex; flex-direction: column; gap: 1rem; align-items: flex-end; }
.cta-note {
  font-size: 0.7rem; color: rgba(255,255,255,.3);
  letter-spacing: 0.04em; text-align: right;
}

/* === PAGE HERO (inner pages) === */
.page-hero {
  background: var(--dark);
  padding: calc(76px + 4.5rem) 0 4.5rem;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 90% at 85% 50%, rgba(27,67,50,.4) 0%, transparent 65%);
}
.page-hero-inner { position: relative; z-index: 1; max-width: 700px; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { color: var(--white); margin-bottom: 1rem; }
.page-hero p { color: rgba(255,255,255,.58); font-size: 1.1rem; }
.breadcrumb {
  display: flex; align-items: center; gap: 0.5rem;
  margin-bottom: 2rem;
}
.breadcrumb a { font-size: 0.7rem; color: rgba(255,255,255,.4); }
.breadcrumb a:hover { color: rgba(255,255,255,.7); }
.breadcrumb .sep { font-size: 0.7rem; color: rgba(255,255,255,.2); }
.breadcrumb .cur { font-size: 0.7rem; color: var(--gold); }

/* === ABOUT PAGE === */
.founder-section {
  display: grid; grid-template-columns: 320px 1fr;
  gap: 4rem; align-items: start;
}
.founder-photo-wrap {
  position: sticky; top: 100px;
}
.founder-photo {
  width: 100%; aspect-ratio: 3/4;
  object-fit: cover; object-position: top center;
  display: block;
}
.founder-creds-row {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-top: 1.25rem;
}
.cred {
  background: var(--green); color: var(--white);
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.3rem 0.75rem; border-radius: 2px;
}
.founder-bio h2 { margin-bottom: 0.5rem; }
.founder-bio .role {
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.75rem;
  display: block;
}
.founder-bio p { color: var(--text-mid); margin-bottom: 1.125rem; font-size: 0.95rem; }
.proof-cards {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1rem; margin-top: 2rem;
}
.proof-card {
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  padding: 1.25rem;
}
.proof-card-num {
  font-family: var(--font-display);
  font-size: 1.625rem; font-weight: 600;
  color: var(--green); line-height: 1;
  margin-bottom: 0.25rem;
}
.proof-card-label { font-size: 0.75rem; color: var(--text-mid); line-height: 1.4; }
.network-box {
  background: var(--off-white);
  border: 1px solid var(--border);
  padding: 2.5rem; margin-top: 3rem;
}
.network-box h4 { margin-bottom: 0.875rem; font-size: 0.7rem; }
.network-box p { font-size: 0.9rem; color: var(--text-mid); margin-bottom: 1.5rem; }
.network-specs {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.nspec {
  border-left: 2px solid var(--green);
  padding-left: 1rem;
}
.nspec-label {
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green); margin-bottom: 0.3rem;
}
.nspec-val { font-size: 0.85rem; color: var(--text); line-height: 1.5; }

/* === METHODOLOGY PAGE === */
.methodology-stage {
  display: grid; grid-template-columns: 120px 1fr;
  gap: 3rem; align-items: start;
  padding: 3rem 0;
  border-bottom: 1px solid var(--border);
}
.methodology-stage:last-child { border-bottom: none; }
.stage-number-block {
  display: flex; flex-direction: column; align-items: center;
  gap: 0.75rem; position: sticky; top: 100px;
}
.stage-num-big {
  font-family: var(--font-display);
  font-size: 5.5rem; font-weight: 700;
  color: rgba(27,67,50,.06); line-height: 1;
  display: block;
}
.stage-num-label {
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--green);
}
.stage-content h3 { margin-bottom: 0.375rem; }
.stage-tagline {
  font-size: 0.95rem; font-style: italic;
  color: var(--gold); margin-bottom: 1.5rem;
}
.stage-content p { color: var(--text-mid); margin-bottom: 1.25rem; font-size: 0.95rem; }
.stage-deliverables {
  background: var(--off-white);
  border-left: 3px solid var(--green);
  padding: 1.25rem 1.5rem;
  margin-top: 1.5rem;
}
.stage-deliverables h4 { margin-bottom: 0.625rem; }
.stage-deliverables p { font-size: 0.86rem; color: var(--text-mid); margin: 0; }
.stage-bullets {
  display: flex; flex-direction: column; gap: 0.5rem;
  margin-top: 1.25rem;
}
.stage-bullets li {
  font-size: 0.88rem; color: var(--text-mid);
  padding-left: 1.25rem; position: relative; line-height: 1.6;
}
.stage-bullets li::before {
  content: '→'; position: absolute; left: 0;
  color: var(--green); font-weight: 700;
}

/* === SERVICES PAGE === */
.service-detail {
  padding: 3rem 0;
  border-bottom: 1px solid var(--border);
  display: grid; grid-template-columns: 1fr 340px;
  gap: 3.5rem; align-items: start;
}
.service-detail:last-child { border-bottom: none; }
.service-detail-num {
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.5rem; display: block;
}
.service-detail h3 { margin-bottom: 0.5rem; }
.service-detail .service-tag { margin-bottom: 1rem; }
.service-detail p { color: var(--text-mid); font-size: 0.92rem; margin-bottom: 1.125rem; }
.service-includes { margin-top: 1.375rem; }
.service-includes h4 { margin-bottom: 0.75rem; }
.service-includes ul {
  display: flex; flex-direction: column; gap: 0.4rem;
}
.service-includes li {
  font-size: 0.85rem; color: var(--text-mid);
  padding-left: 1.125rem; position: relative; line-height: 1.5;
}
.service-includes li::before {
  content: '→'; position: absolute; left: 0;
  color: var(--green); font-weight: 700;
}
.service-sidebar {
  background: var(--off-white);
  border: 1px solid var(--border);
  padding: 2rem;
  position: sticky; top: 100px;
}
.service-sidebar h4 { margin-bottom: 1rem; }
.sidebar-triggers {
  display: flex; flex-direction: column; gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.sidebar-triggers li {
  font-size: 0.82rem; color: var(--text-mid);
  padding-left: 1rem; position: relative; line-height: 1.5;
}
.sidebar-triggers li::before {
  content: '→'; position: absolute; left: 0;
  color: var(--green); font-weight: 700;
}
.sidebar-cta {
  background: var(--green); color: var(--white);
  display: block; text-align: center;
  padding: 0.875rem 1.5rem;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  transition: var(--transition);
}
.sidebar-cta:hover { background: var(--green-mid); }

/* === CONTACT PAGE === */
.contact-wrap {
  display: grid; grid-template-columns: 1fr 420px;
  gap: 4.5rem; align-items: start;
}
.contact-info h2 { margin-bottom: 1rem; }
.contact-info p { color: var(--text-mid); font-size: 0.95rem; margin-bottom: 2.5rem; }
.schedule-cta-box {
  background: var(--green);
  padding: 2.5rem;
  margin-bottom: 2rem;
}
.schedule-cta-box h3 {
  font-family: var(--font-display);
  font-size: 1.5rem; color: var(--white); margin-bottom: 0.875rem;
}
.schedule-cta-box p {
  font-size: 0.88rem; color: rgba(255,255,255,.65);
  margin-bottom: 1.5rem;
}
.schedule-cta-box .btn { width: 100%; justify-content: center; }
.schedule-what {
  margin-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1.25rem;
}
.schedule-what h4 {
  font-size: 0.62rem; color: rgba(255,255,255,.5);
  margin-bottom: 0.625rem;
}
.schedule-what ul {
  display: flex; flex-direction: column; gap: 0.35rem;
}
.schedule-what li {
  font-size: 0.82rem; color: rgba(255,255,255,.55);
  padding-left: 1rem; position: relative;
}
.schedule-what li::before {
  content: '✓'; position: absolute; left: 0;
  color: var(--gold); font-weight: 700; font-size: 0.72rem;
}
.contact-details-list {
  display: flex; flex-direction: column; gap: 1.25rem;
}
.contact-detail-row {
  display: flex; gap: 1rem; align-items: flex-start;
}
.contact-detail-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  background: var(--off-white); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.875rem;
}
.contact-detail-row label {
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-light); display: block;
}
.contact-detail-row span {
  font-size: 0.9rem; color: var(--text);
}
.contact-form-box {
  border: 1px solid var(--border);
  padding: 2.5rem;
}
.contact-form-box h3 {
  font-family: var(--font-display);
  font-size: 1.5rem; margin-bottom: 0.625rem;
}
.contact-form-box p {
  font-size: 0.85rem; color: var(--text-mid);
  margin-bottom: 2rem;
}
.form-grid { display: flex; flex-direction: column; gap: 1.125rem; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fgroup { display: flex; flex-direction: column; gap: 0.375rem; }
.flabel {
  font-size: 0.67rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green);
}
.finput, .fselect, .ftextarea {
  padding: 0.825rem 1rem;
  border: 1.5px solid var(--border);
  font-family: var(--font-body); font-size: 0.9rem;
  color: var(--text); background: var(--white);
  transition: var(--transition); outline: none;
  border-radius: 0; -webkit-appearance: none;
  width: 100%;
}
.finput:focus, .fselect:focus, .ftextarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(27,67,50,.06);
}
.ftextarea { resize: vertical; min-height: 110px; }
.fsubmit {
  background: var(--green); color: var(--white);
  padding: 1rem; width: 100%;
  font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: none; cursor: pointer;
  transition: var(--transition);
}
.fsubmit:hover { background: var(--green-mid); }
.qualify-box {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  padding: 1.5rem;
  margin-top: 2rem;
}
.qualify-box h4 { margin-bottom: 0.75rem; }
.qualify-box ul { display: flex; flex-direction: column; gap: 0.4rem; }
.qualify-box li {
  font-size: 0.84rem; color: var(--text-mid);
  padding-left: 1.1rem; position: relative;
}
.qualify-box li::before {
  content: '→'; position: absolute; left: 0;
  color: var(--green); font-weight: 700;
}

/* === FOOTER === */
.footer {
  background: var(--dark);
  padding: 4.5rem 0 2rem;
}
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.footer-logo img {
  height: 36px; width: auto; margin-bottom: 1.5rem;
  opacity: 0.9;
}
.footer-tagline {
  font-family: var(--font-display);
  font-size: 0.95rem; font-style: italic;
  color: rgba(255,255,255,.35); margin-bottom: 1.25rem;
  display: block;
}
.footer-desc {
  font-size: 0.82rem; color: rgba(255,255,255,.4);
  line-height: 1.75; max-width: 260px;
}
.footer-col h5 {
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin-bottom: 1.375rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a {
  font-size: 0.82rem;
  color: rgba(255,255,255,.4);
}
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  display: flex; justify-content: space-between;
  align-items: center; padding-top: 2rem;
  flex-wrap: wrap; gap: 1rem;
}
.footer-bottom p { font-size: 0.72rem; color: rgba(255,255,255,.25); }
.footer-legal {
  display: flex; gap: 1.75rem;
}
.footer-legal a {
  font-size: 0.72rem; color: rgba(255,255,255,.25);
}
.footer-legal a:hover { color: rgba(255,255,255,.5); }
.footer-wosb {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(201,168,76,.08);
  border: 1px solid rgba(201,168,76,.2);
  border-radius: 2px; padding: 0.3rem 0.75rem;
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); margin-top: 1rem; display: block;
  width: fit-content;
}

/* === RESPONSIVE === */
@media (max-width: 1060px) {
  .gap-stages-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .contact-wrap { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-actions { align-items: flex-start; }
  .recognition-inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 76px; left: 0; right: 0;
    background: rgba(13,31,24,.98); padding: 1.5rem 1.5rem;
    gap: 1.25rem; border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .hero-stat { border-right: none; padding: 0; }
  .hero-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.08); padding-right: 1.5rem; }
  .tracks-grid { grid-template-columns: 1fr; }
  .gap-stages-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: none; }
  .verticals-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .founder-section { grid-template-columns: 1fr; }
  .founder-photo-wrap { position: static; }
  .founder-photo { max-height: 360px; }
  .network-specs { grid-template-columns: 1fr; }
  .proof-cards { grid-template-columns: 1fr; }
  .market-stats { grid-template-columns: repeat(2, 1fr); }
  .mstat:nth-child(2) { border-right: none; }
  .footer-top { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .methodology-stage { grid-template-columns: 1fr; }
  .stage-number-block { position: static; flex-direction: row; }
}
