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

:root {
  --navy: #294F73;
  --blue: #496B89;
  --accent-blue: #8CA6B8;
  --warm-white: #FAF9F6;
  --charcoal: #30353A;
  --orange: #FF8200;
  --white: #FFFFFF;
  --line: #D8D8D8;
  --content: 1180px;
  --reading: 760px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--white);
  font-family: Aptos, "Segoe UI", Calibri, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--navy); text-underline-offset: 3px; }
a:hover { color: var(--orange); }
.container { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.reading { max-width: var(--reading); }
.skip-link {
  position: absolute; left: -9999px; top: 8px; z-index: 1000;
  background: var(--navy); color: white; padding: 10px 14px;
}
.skip-link:focus { left: 8px; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,249,246,.97);
  border-bottom: 1px solid rgba(41,79,115,.14);
  backdrop-filter: blur(8px);
}
.nav-wrap {
  min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 66px; height: 66px; object-fit: contain; }
.brand-text { color: var(--navy); line-height: 1.05; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; font-weight: 600; }
.brand-text strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; letter-spacing: .08em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--charcoal); text-decoration: none; font-size: 15px; font-weight: 600; }
.site-nav a[aria-current="page"] { color: var(--navy); border-bottom: 2px solid var(--orange); }
.site-nav .nav-cta { color: white; background: var(--navy); padding: 11px 16px; border: 1px solid var(--navy); }
.site-nav .nav-cta:hover { background: transparent; color: var(--navy); }
.menu-button { display: none; border: 1px solid var(--navy); background: transparent; color: var(--navy); padding: 9px 12px; font: inherit; }

.hero {
  position: relative; overflow: hidden; background: var(--warm-white);
  border-bottom: 1px solid rgba(41,79,115,.12);
}
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; padding-block: 80px; }
.hero-copy { position: relative; z-index: 1; max-width: 770px; }
.eyebrow {
  margin: 0 0 14px; color: var(--blue); font-size: 13px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
}
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--navy); line-height: 1.08; font-weight: 600; margin-top: 0;
}
h1 { font-size: clamp(48px, 6vw, 82px); margin-bottom: 24px; letter-spacing: -.02em; }
h2 { font-size: clamp(34px, 4vw, 52px); margin-bottom: 22px; }
h3 { font-size: 27px; margin-bottom: 12px; }
.lead { font-size: 21px; line-height: 1.55; max-width: 740px; color: #3f474e; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button {
  display: inline-block; padding: 13px 19px; border: 1px solid var(--navy);
  text-decoration: none; font-weight: 700; font-size: 15px; transition: .2s ease;
}
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: transparent; color: var(--navy); }
.button-secondary { background: transparent; color: var(--navy); }
.button-secondary:hover { background: var(--navy); color: white; }
.hero-mark { position: relative; z-index: 1; display: flex; justify-content: center; }
.hero-mark img { width: min(100%, 330px); max-height: 490px; object-fit: contain; mix-blend-mode: multiply; }

.section { padding-block: 96px; }
.section-warm { background: var(--warm-white); }
.section-navy { background: var(--navy); color: white; }
.section-navy h2, .section-navy h3, .section-navy a { color: white; }
.section-navy .eyebrow { color: #dfe9ef; }
.rule { width: 72px; height: 3px; background: var(--orange); margin: 0 0 28px; }
.intro { max-width: 820px; font-size: 19px; }
.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 44px; }
.card { background: white; padding: 32px 27px; min-height: 260px; }
.card .number { color: var(--orange); font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; margin-bottom: 38px; }
.card p { margin-bottom: 0; }
.list-columns { columns: 2; column-gap: 54px; margin: 28px 0 0; padding-left: 22px; }
.list-columns li { break-inside: avoid; margin-bottom: 12px; padding-left: 5px; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); margin-top: 42px; }
.metric { padding: 30px 25px; border-right: 1px solid rgba(255,255,255,.25); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; font: 600 39px/1 "Cormorant Garamond", Georgia, serif; color: white; margin-bottom: 9px; }
.quote {
  margin: 38px 0 0; border-left: 3px solid var(--accent-blue); padding: 8px 0 8px 26px;
  font: italic 500 25px/1.45 "Cormorant Garamond", Georgia, serif; color: var(--blue);
}
.page-hero { background: var(--warm-white); padding-block: 95px 78px; border-bottom: 1px solid rgba(41,79,115,.14); }
.page-hero h1 { max-width: 900px; font-size: clamp(46px, 6vw, 72px); }
.page-hero .lead { max-width: 880px; }
.principles { counter-reset: principle; }
.principle { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 34px 0; border-top: 1px solid var(--line); }
.principle::before {
  counter-increment: principle; content: "0" counter(principle);
  font: 600 29px/1 "Cormorant Garamond", Georgia, serif; color: var(--orange);
}
.principle:last-child { border-bottom: 1px solid var(--line); }
.principle h3 { margin-bottom: 8px; }
.principle p { margin: 0; }
.callout {
  background: var(--warm-white); border-left: 4px solid var(--navy); padding: 32px;
}
.check-list { list-style: none; padding: 0; margin: 25px 0 0; }
.check-list li { position: relative; padding: 0 0 13px 25px; }
.check-list li::before { content: "—"; position: absolute; left: 0; color: var(--orange); font-weight: 700; }
.bio { max-width: 820px; }
.bio p { margin: 0 0 19px; }
.experience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 44px; margin-top: 28px; }
.experience-list li { margin-bottom: 13px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-details { padding: 32px; background: var(--warm-white); border-left: 4px solid var(--navy); }
.contact-details p { margin: 0 0 18px; }
.contact-details strong { display: block; color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
form { display: grid; gap: 18px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; color: var(--navy); font-weight: 700; font-size: 14px; margin-bottom: 7px; }
input, select, textarea {
  width: 100%; border: 1px solid #aeb8bf; background: white; color: var(--charcoal);
  padding: 13px 14px; font: inherit; border-radius: 0;
}
textarea { min-height: 165px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--accent-blue); outline-offset: 2px; border-color: var(--navy); }
button.button { cursor: pointer; font: 700 15px Aptos, "Segoe UI", sans-serif; }
.note { font-size: 14px; color: #596269; }
.cta-band { background: var(--navy); color: white; padding-block: 72px; }
.cta-band .container { display: flex; justify-content: space-between; align-items: center; gap: 38px; }
.cta-band h2 { color: white; margin-bottom: 8px; }
.cta-band p { margin: 0; max-width: 760px; }
.cta-band .button { border-color: white; color: var(--navy); background: white; white-space: nowrap; }
.cta-band .button:hover { background: transparent; color: white; }

.site-footer { background: var(--warm-white); border-top: 1px solid rgba(41,79,115,.14); padding: 58px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 50px; }
.footer-logo { display: flex; gap: 18px; align-items: center; }
.footer-logo img { width: 72px; height: 92px; object-fit: contain; mix-blend-mode: multiply; }
.footer-name { color: var(--navy); text-transform: uppercase; letter-spacing: .11em; font-size: 13px; }
.footer-name strong { display: block; font: 600 24px/1.1 "Cormorant Garamond", Georgia, serif; letter-spacing: .06em; }
.footer-heading { color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 12px; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 7px; }
.footer-links a { text-decoration: none; }
.copyright { border-top: 1px solid var(--line); margin-top: 38px; padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; font-size: 13px; color: #667078; }
.fade-in { opacity: 0; transform: translateY(14px); transition: opacity .65s ease, transform .65s ease; }
.fade-in.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .site-nav {
    display: none; position: absolute; top: 90px; left: 0; right: 0;
    background: var(--warm-white); border-bottom: 1px solid var(--line);
    padding: 22px 20px 28px; flex-direction: column; align-items: stretch; gap: 13px;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 8px 0; }
  .site-nav .nav-cta { text-align: center; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 34px; padding-block: 70px; }
  .hero-mark { justify-content: flex-start; }
  .hero-mark img { width: 190px; max-height: 260px; }
  .two-col, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
}
@media (max-width: 650px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--content)); }
  .brand-text { display: none; }
  .nav-wrap { min-height: 78px; }
  .site-nav { top: 78px; }
  .brand img { width: 54px; height: 54px; }
  .section { padding-block: 68px; }
  .page-hero { padding-block: 70px 58px; }
  h1 { font-size: 47px; }
  h2 { font-size: 37px; }
  .lead { font-size: 18px; }
  .cards, .metrics, .field-grid, .experience-list, .footer-grid { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .metric { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .metric:last-child { border-bottom: 0; }
  .list-columns { columns: 1; }
  .principle { grid-template-columns: 48px 1fr; }
  .cta-band .container, .copyright { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fade-in { opacity: 1; transform: none; transition: none; }
}
