@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=DM+Serif+Display&display=swap');

:root {
  --navy: #102846;
  --navy-deep: #091b31;
  --navy-soft: #173653;
  --gold: #caa45f;
  --gold-light: #e4c990;
  --cream: #f7f3eb;
  --sand: #ece4d7;
  --white: #ffffff;
  --ink: #152033;
  --muted: #667085;
  --line: rgba(16, 40, 70, 0.14);
  --shadow: 0 22px 55px rgba(9, 27, 49, 0.12);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -6rem;
  z-index: 1000;
  padding: .75rem 1rem;
  background: var(--gold);
  color: var(--navy-deep);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.site-header.inner { position: relative; background: var(--navy-deep); }
.header-wrap, .section-wrap, .footer-wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}
.header-wrap {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: min(395px, 40vw); height: auto; }
.main-nav { display: flex; align-items: center; gap: 1.85rem; color: var(--white); }
.main-nav a { font-size: .9rem; font-weight: 500; letter-spacing: .02em; text-decoration: none; }
.main-nav a:not(.button):hover, .main-nav a[aria-current="page"] { color: var(--gold-light); }
.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.35);
  background: transparent;
  color: white;
  border-radius: 50%;
}
.menu-button span, .menu-button::before, .menu-button::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .8rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 2px;
  background: var(--gold);
  color: var(--navy-deep);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--gold-light); }
.button-outline { border-color: rgba(255,255,255,.55); background: transparent; color: white; }
.button-outline:hover { background: white; color: var(--navy-deep); }
.button-dark { background: var(--navy); color: white; }
.button-small { min-height: 42px; padding: .7rem 1rem; }

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7,22,41,.98) 0%, rgba(7,22,41,.92) 44%, rgba(7,22,41,.36) 72%, rgba(7,22,41,.22) 100%),
    radial-gradient(circle at 78% 28%, rgba(202,164,95,.23), transparent 30%),
    linear-gradient(135deg, #183b5d, #091b31 70%);
  color: white;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 92px 0 0 auto;
  width: min(51vw, 710px);
  background: url('assets/cam-hero.jpg') center 24% / cover no-repeat;
  filter: drop-shadow(0 35px 40px rgba(0,0,0,.3));
  opacity: .98;
  -webkit-mask-image: linear-gradient(to left, #000 72%, transparent 100%);
  mask-image: linear-gradient(to left, #000 72%, transparent 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 190px 0 115px;
}
.hero-copy { max-width: 650px; }
.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--gold-light);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.06; }
h1 { font-size: clamp(3.4rem, 7vw, 6.6rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.4rem, 5vw, 4.2rem); letter-spacing: -.025em; }
h3 { font-size: 1.6rem; }
.hero-lead { max-width: 620px; margin: 1.55rem 0 2rem; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; }
.reassurance { margin: 1rem 0 0; color: rgba(255,255,255,.65); font-size: .85rem; }

.trust-strip { background: var(--navy); color: white; }
.trust-grid {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust-item { padding: 1.7rem 1rem; text-align: center; border-right: 1px solid rgba(255,255,255,.12); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.trust-item span { color: rgba(255,255,255,.72); font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }

.section { padding: 110px 0; }
.section-muted { background: var(--cream); }
.section-dark { background: var(--navy-deep); color: white; }
.section-heading { max-width: 720px; margin-bottom: 3.2rem; }
.section-heading p:not(.eyebrow) { margin: 1rem 0 0; color: var(--muted); font-size: 1.08rem; }
.section-dark .section-heading p:not(.eyebrow) { color: rgba(255,255,255,.72); }

.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.program-card { position: relative; min-height: 275px; padding: 2.2rem; background: white; text-decoration: none; overflow: hidden; }
.program-card::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--gold); transform: scaleY(0); transform-origin: bottom; transition: transform .25s ease; }
.program-card:hover::before { transform: scaleY(1); }
.program-card .number { color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .14em; }
.program-card h3 { margin: 1rem 0 .75rem; }
.program-card p { margin: 0 0 1.2rem; color: var(--muted); font-size: .94rem; }
.text-link { color: var(--navy); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.inline-cta { margin-top: 2.2rem; padding: 1.7rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; background: var(--navy); color: white; }
.inline-cta strong { display: block; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.inline-cta p { margin: .15rem 0 0; color: rgba(255,255,255,.68); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.portrait-card { position: relative; min-height: 570px; background: linear-gradient(145deg, var(--navy), #285372); overflow: hidden; }
.portrait-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.portrait-card::after { content: ''; position: absolute; right: -22px; bottom: -22px; width: 120px; height: 120px; border: 2px solid var(--gold); }
.body-copy p { color: var(--muted); }
.body-copy h2 { margin-bottom: 1.5rem; }

.about-profile { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.about-photo { min-height: 500px; overflow: hidden; background: var(--cream); }
.about-photo img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center; }

.proof-card { padding: 2rem; border: 1px solid var(--line); background: white; }
.proof-card strong { display: block; color: var(--gold); font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }

.reviews-section { background: white; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.review-card { position: relative; margin: 0; padding: clamp(2rem, 4vw, 3rem); border: 1px solid var(--line); background: var(--cream); }
.review-card::before { content: '“'; position: absolute; right: 1.7rem; top: .6rem; color: rgba(202,164,95,.22); font-family: var(--serif); font-size: 7rem; line-height: 1; }
.review-stars { color: var(--gold); letter-spacing: .12em; }
.review-card blockquote { position: relative; margin: 1.25rem 0 1.5rem; color: var(--navy-deep); font-family: var(--serif); font-size: clamp(1.35rem, 2.3vw, 1.75rem); line-height: 1.42; }
.review-card figcaption { display: grid; gap: .05rem; }
.review-card figcaption strong { color: var(--navy); }
.review-card figcaption span, .review-disclaimer { color: var(--muted); font-size: .8rem; }
.review-disclaimer { margin: 1.2rem 0 0; }

.cta-panel { position: relative; overflow: hidden; }
.cta-panel::after { content: 'CDF'; position: absolute; right: 2vw; bottom: -3.5rem; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: clamp(10rem, 28vw, 24rem); line-height: 1; }
.cta-content { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.cta-content h2 { max-width: 620px; }
.cta-content p { max-width: 610px; color: rgba(255,255,255,.72); }

.page-hero { padding: 175px 0 90px; background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: white; }
.page-hero p:not(.eyebrow) { max-width: 760px; margin: 1.3rem 0 0; color: rgba(255,255,255,.76); font-size: 1.15rem; }
.page-hero .button-row { margin-top: 2rem; }
.story-lead { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.35; color: var(--navy); }

.credential-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.credential { padding: 1.8rem; background: white; border: 1px solid var(--line); }
.credential h3 { margin-bottom: .6rem; font-size: 1.35rem; }
.credential p { margin: 0; color: var(--muted); font-size: .92rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.process-step { padding-top: 1.4rem; border-top: 2px solid var(--gold); }
.process-step .step-number { color: var(--gold); font-weight: 700; letter-spacing: .14em; }
.process-step h3 { margin: .8rem 0 .7rem; }
.process-step p { margin: 0; color: var(--muted); }

.program-detail { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; padding: 5.5rem 0; border-bottom: 1px solid var(--line); }
.program-detail:nth-child(even) .program-copy { order: 2; }
.program-copy h2 { margin-bottom: 1.2rem; }
.program-copy p { color: var(--muted); }
.details-card { padding: 2rem; background: var(--cream); border-top: 4px solid var(--gold); }
.details-card h3 { margin-bottom: 1rem; font-family: var(--sans); font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.details-card ul { padding-left: 1.2rem; margin: 0; }
.details-card li { margin-bottom: .55rem; }
.ideal { margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.ideal strong { display: block; margin-bottom: .35rem; color: var(--navy); font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.contact-list { display: grid; gap: 1.5rem; margin: 2rem 0; }
.contact-list span { display: block; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-list a { color: var(--navy); font-family: var(--serif); font-size: 1.45rem; text-decoration: none; }
.expect-card { padding: 1.7rem; background: var(--navy); color: white; }
.expect-card h3 { margin-bottom: .7rem; }
.expect-card ul { margin: 0; padding-left: 1.2rem; color: rgba(255,255,255,.75); }
.contact-form { padding: clamp(1.6rem, 4vw, 3rem); background: var(--cream); }
.contact-form h2 { margin-bottom: .65rem; font-size: 2.35rem; }
.contact-form > p { margin-top: 0; color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1rem; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: .4rem; font-size: .82rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: .88rem 1rem; border: 1px solid #c9c2b5; border-radius: 0; background: white; color: var(--ink); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(202,164,95,.25); border-color: var(--gold); }
.consent { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; margin: 1.2rem 0; color: #4b5565; font-size: .76rem; line-height: 1.5; }
.consent input { margin-top: .25rem; }
.form-status { padding: 1rem; margin: 1rem 0; }
.form-status.success { background: #e9f6ee; color: #1d643b; }
.form-status.error { background: #fff0ef; color: #9a2b27; }

.legal { max-width: 820px; }
.legal h2 { margin: 2.3rem 0 .8rem; font-size: 2rem; }
.legal h3 { margin: 1.5rem 0 .5rem; font-family: var(--sans); font-size: 1.1rem; font-weight: 700; }
.legal p, .legal li { color: #4b5565; }

.site-footer { padding: 72px 0 28px; background: #071729; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.8fr .75fr .95fr; gap: 4rem; }
.footer-brand img { width: min(390px, 100%); margin-bottom: 1.2rem; }
.footer-brand p { max-width: 530px; color: rgba(255,255,255,.65); }
.footer-heading { margin: 0 0 1rem; font-family: var(--sans); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-links a:hover { color: var(--gold-light); }
.footer-legal { margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.52); font-size: .73rem; line-height: 1.65; }
.footer-legal a { color: rgba(255,255,255,.72); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 1.2rem; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; inset: 92px 0 auto; display: none; padding: 1.5rem 20px 2rem; flex-direction: column; align-items: stretch; gap: 1rem; background: var(--navy-deep); }
  .main-nav.is-open { display: flex; }
  .main-nav .button { align-self: start; }
  .brand img { width: min(315px, 68vw); }
  .hero { min-height: 800px; }
  .hero::after { right: -8vw; width: min(78vw, 590px); opacity: .45; }
  .hero-content { padding-top: 185px; }
  .hero-copy { max-width: 600px; }
  .program-grid, .credential-grid, .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .about-profile, .program-detail, .contact-layout { grid-template-columns: 1fr; }
  .program-detail:nth-child(even) .program-copy { order: initial; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-content, .inline-cta { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .header-wrap, .section-wrap, .footer-wrap, .hero-content, .trust-grid { width: min(100% - 28px, 1160px); }
  .header-wrap { min-height: 78px; }
  .main-nav { inset: 78px 0 auto; }
  .hero { min-height: 730px; }
  .hero::after { width: 94vw; right: -30vw; height: 68%; }
  .hero-content { padding: 145px 0 72px; }
  h1 { font-size: clamp(3.25rem, 17vw, 4.8rem); }
  .section { padding: 78px 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .program-grid, .credential-grid, .proof-grid, .review-grid, .process-grid, .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .program-card { min-height: auto; }
  .portrait-card { min-height: 430px; }
  .page-hero { padding: 140px 0 72px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
