*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy:     #1B2A4A;
  --navy-deep:#0F1A2E;
  --gold:     #C9A84C;
  --gold-lt:  #E8C97A;
  --white:    #FFFFFF;
  --cream:    #F8F7F4;
  --border:   #DDD9D0;
  --muted:    #6A6A62;
  --text:     #1C1C1C;
  --serif:    "EB Garamond", Georgia, serif;
  --sans:     "DM Sans", system-ui, sans-serif;
  --max:      1120px;
}
html { scroll-behavior: smooth; }
body { font-family: var(--sans); font-size: 16px; line-height: 1.75; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(15,26,46,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(201,168,76,0.18); padding: 0 52px; display: flex; align-items: center; justify-content: space-between; height: 62px; }
.nav-brand { display: flex; align-items: center; gap: 14px; }
.nav-sfm { width: 30px; height: 30px; background: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; color: var(--navy); flex-shrink: 0; }
.nav-wordmark { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white); line-height: 1.2; }
.nav-wordmark span { display: block; font-weight: 300; font-size: 8px; letter-spacing: 0.22em; color: var(--gold); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy); background: var(--gold); padding: 9px 22px; text-decoration: none; transition: background 0.2s; }
.nav-cta:hover { background: var(--gold-lt); }

/* HERO */
.hero { position: relative; overflow: hidden; padding: 148px 52px 100px; min-height: 600px; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 55%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(10,18,35,0.92) 0%, rgba(15,26,46,0.82) 55%, rgba(15,26,46,0.6) 100%); }
.hero-inner { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 340px; gap: 72px; align-items: center; }
.hero-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.hero h1 { font-family: var(--serif); font-size: 56px; font-weight: 600; line-height: 1.1; color: var(--white); margin-bottom: 20px; }
.hero-sub { font-family: var(--sans); font-size: 16px; font-style: italic; color: rgba(255,255,255,0.72); line-height: 1.75; margin-bottom: 36px; max-width: 500px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { display: inline-block; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 13px 26px; text-decoration: none; transition: background 0.2s; }
.btn-primary:hover { background: var(--gold-lt); }
.btn-outline { display: inline-block; color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.25); font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; padding: 13px 26px; text-decoration: none; transition: all 0.2s; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.hero-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(201,168,76,0.25); padding: 28px 26px; backdrop-filter: blur(4px); }
.hero-card-title { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.hero-stat { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.hero-stat:last-child { border-bottom: none; padding-bottom: 0; }
.hero-stat-num { font-family: var(--serif); font-size: 28px; font-weight: 600; color: var(--white); line-height: 1; }
.hero-stat-label { font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 3px; }

.gold-rule { height: 3px; background: linear-gradient(to right, var(--gold), rgba(201,168,76,0.2)); }

/* SECTIONS */
.section { padding: 80px 52px; }
.section-inner { max-width: var(--max); margin: 0 auto; }
.section--cream { background: var(--cream); }
.section--navy  { background: var(--navy); }
.section-label { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.section-label--lt { color: rgba(201,168,76,0.75); }
.section h2 { font-family: var(--serif); font-size: 36px; font-weight: 600; color: var(--navy); line-height: 1.2; margin-bottom: 20px; }
.section--navy h2 { color: var(--white); }

/* APPROACH */
.approach-grid { display: grid; grid-template-columns: 1fr 400px; gap: 72px; align-items: start; }
.approach-copy p { font-size: 16px; color: var(--text); line-height: 1.8; margin-bottom: 18px; }
.approach-copy p.lead { font-size: 17px; color: var(--text); font-family: var(--sans); font-weight: 400; }
.approach-copy p strong { color: var(--navy); font-weight: 600; }
.approach-visual { position: static; }
.approach-photo { width: 100%; aspect-ratio: 3/2; object-fit: cover; object-position: center 30%; display: block; }
.approach-caption { font-size: 13px; color: var(--text); margin-top: 10px; font-style: italic; opacity: 0.7; }
.pull-quote { border-left: 3px solid var(--gold); padding: 14px 22px; margin: 28px 0; font-family: var(--serif); font-size: 17px; font-style: italic; color: var(--navy); line-height: 1.65; background: var(--cream); }

/* CONDITIONS */
.conditions { display: flex; flex-direction: column; margin-top: 28px; }
.condition { display: grid; grid-template-columns: 56px 1fr; gap: 22px; align-items: start; padding: 20px 0; border-bottom: 1px solid var(--border); }
.condition:first-child { padding-top: 0; }
.condition:last-child { border-bottom: none; padding-bottom: 0; }
.condition-circle { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.condition-num { font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--gold); line-height: 1; }
.condition-title { font-family: var(--serif); font-size: 17px; font-weight: 600; color: var(--navy); margin-bottom: 5px; }
.condition-body { font-size: 15px; color: var(--text); line-height: 1.75; }

/* STAT BAR */
.stat-bar { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-cell { padding: 30px 20px; text-align: center; border-right: 1px solid rgba(255,255,255,0.08); }
.stat-cell:last-child { border-right: none; }
.stat-num { font-family: var(--serif); font-size: 36px; font-weight: 600; color: var(--gold); display: block; line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 11px; color: rgba(255,255,255,0.48); line-height: 1.5; }

/* DATA GRID */
.data-grid { display: grid; grid-template-columns: 1fr 460px; gap: 56px; align-items: center; max-width: var(--max); margin: 52px auto 0; }
.data-copy p { font-size: 16px; color: rgba(255,255,255,0.72); line-height: 1.8; margin-bottom: 14px; }
.data-copy p:last-child { margin-bottom: 0; }
.data-copy p.data-lead { font-family: var(--serif); font-size: 22px; color: var(--white); font-style: italic; line-height: 1.45; margin-bottom: 20px; }

/* DELIVERABLES */
.deliverables-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.deliverable { background: var(--white); border-left: 3px solid var(--gold); padding: 18px 22px; }
.deliverable-title { font-family: var(--serif); font-size: 17px; font-weight: 600; color: var(--navy); margin-bottom: 5px; }
.deliverable-body { font-size: 15px; color: var(--text); line-height: 1.65; }

/* PROCESS */
.process-steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
.process-step { text-align: center; position: relative; padding: 0 8px; }
.process-step::after { content: ''; position: absolute; top: 22px; left: calc(50% + 25px); right: calc(-50% + 25px); border-top: 1px dashed rgba(201,168,76,0.3); }
.process-step:last-child::after { display: none; }
.process-num-box { width: 46px; height: 46px; margin: 0 auto 13px; display: flex; align-items: center; justify-content: center; background: var(--navy); }
.process-step:last-child .process-num-box { background: var(--gold); }
.process-num { font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--gold); }
.process-step:last-child .process-num { color: var(--navy); }
.process-title { font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 7px; line-height: 1.3; }
.process-body { font-size: 12px; color: var(--text); line-height: 1.6; }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; margin-top: 32px; }
.testimonial { background: var(--white); border: 1px solid var(--border); padding: 30px 26px; display: flex; flex-direction: column; }
.testimonial-mark { font-family: var(--serif); font-size: 52px; font-weight: 600; color: var(--gold); line-height: 0.7; margin-bottom: 16px; }
.testimonial-quote { font-family: var(--serif); font-size: 16px; font-style: italic; color: var(--navy); line-height: 1.78; flex: 1; }
.testimonial-divider { border: none; border-top: 1px solid var(--border); margin: 22px 0 16px; }
.testimonial-person { display: flex; align-items: center; gap: 13px; }
.testimonial-hs { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid var(--border); }
.testimonial-name { font-size: 14px; font-weight: 600; color: var(--navy); line-height: 1.3; }
.testimonial-role { font-size: 12px; color: var(--text); line-height: 1.35; margin-top: 2px; }

/* LEADERSHIP */
.leadership-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; }
.leader { text-align: center; }
.leader-hs { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; display: block; border: 2px solid var(--border); }
.leader-name { font-size: 14px; font-weight: 600; color: var(--navy); line-height: 1.3; margin-bottom: 3px; }
.leader-role { font-size: 13px; color: var(--text); line-height: 1.4; margin-bottom: 3px; }
.leader-school { font-size: 11px; color: var(--gold); font-weight: 500; letter-spacing: 0.04em; }

/* CTA */
.cta-section { position: relative; overflow: hidden; padding: 96px 52px; text-align: center; }
.cta-bg { position: absolute; inset: 0; background-size: cover; background-position: center 40%; }
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,18,35,0.88), rgba(10,18,35,0.92)); }
.cta-inner { position: relative; z-index: 1; }
.cta-section h2 { font-family: var(--serif); font-size: 46px; font-weight: 600; color: var(--white); line-height: 1.15; margin-bottom: 18px; }
.cta-section p { font-size: 16px; color: rgba(255,255,255,0.65); max-width: 540px; margin: 0 auto 36px; line-height: 1.78; }
.cta-tagline { font-family: var(--serif); font-size: 14px; font-style: italic; color: var(--gold); margin-top: 30px; }

/* FOOTER */
footer { background: var(--navy-deep); border-top: 1px solid rgba(201,168,76,0.1); padding: 22px 52px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-sfm { width: 26px; height: 26px; background: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 700; color: var(--navy); }
.footer-wordmark { font-size: 9px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white); line-height: 1.2; }
.footer-wordmark span { display: block; font-weight: 300; font-size: 8px; letter-spacing: 0.2em; color: var(--gold); }
.footer-contact { font-size: 12px; color: rgba(255,255,255,0.38); white-space: nowrap; }
.footer-contact a { color: rgba(255,255,255,0.52); text-decoration: none; }
.footer-contact a:hover { color: var(--gold); }
.footer-disclaimer { font-size: 10px; color: rgba(255,255,255,0.16); max-width: 420px; text-align: right; line-height: 1.5; }

/* ── REQUEST FORM ── */
.form-section { background: var(--navy-deep); padding: 88px 52px; }
.form-section-inner { max-width: 720px; margin: 0 auto; }
.form-section .section-label { color: rgba(201,168,76,0.75); }
.form-section h2 { font-family: var(--serif); font-size: 36px; font-weight: 600; color: var(--white); line-height: 1.2; margin-bottom: 12px; }
.form-section .form-intro { font-size: 16px; color: rgba(255,255,255,0.58); line-height: 1.75; margin-bottom: 40px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.form-group input,
.form-group select { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); color: var(--white); font-family: var(--sans); font-size: 15px; padding: 12px 16px; outline: none; transition: border-color 0.2s; width: 100%; }
.form-group input::placeholder { color: rgba(255,255,255,0.25); }
.form-group select { color: rgba(255,255,255,0.7); cursor: pointer; }
.form-group select option { background: var(--navy-deep); color: var(--white); }
.form-group input:focus,
.form-group select:focus { border-color: var(--gold); }
.form-submit { margin-top: 28px; }
.form-submit button { background: var(--gold); color: var(--navy); font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 15px 36px; border: none; cursor: pointer; transition: background 0.2s; width: 100%; }
.form-submit button:hover { background: var(--gold-lt); }
.form-submit button:disabled { opacity: 0.6; cursor: not-allowed; }
.form-fine-print { font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 14px; line-height: 1.5; text-align: center; }
.form-fine-print a { color: rgba(255,255,255,0.45); text-decoration: none; }
.form-fine-print a:hover { color: var(--gold); }
.form-success { display: none; text-align: center; padding: 48px 0; }
.form-success-icon { font-size: 42px; margin-bottom: 16px; }
.form-success h3 { font-family: var(--serif); font-size: 28px; color: var(--white); margin-bottom: 12px; }
.form-success p { font-size: 16px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 24px; }
.form-success .download-btn { display: inline-block; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 13px 28px; text-decoration: none; }
