:root {
  --navy: #17324d;
  --navy-deep: #10283d;
  --teal: #2a7f83;
  --teal-dark: #21696d;
  --aqua: #dceeee;
  --gold: #d99a3d;
  --gold-light: #f2d5a8;
  --ink: #1c2d3a;
  --muted: #61717d;
  --paper: #f7f9f8;
  --white: #fff;
  --line: #dce5e6;
  --shadow: 0 24px 70px rgba(16, 40, 61, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 18px; color: var(--white); background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(23,50,77,.08); background: rgba(247,249,248,.92); backdrop-filter: blur(18px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 235px; }
.brand img { width: 100%; height: 60px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { text-decoration: none; font-size: .92rem; font-weight: 700; color: var(--navy); }
.site-nav a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { padding: 12px 20px; color: var(--white) !important; background: var(--navy); border-radius: 999px; }
.nav-cta:hover { background: var(--teal-dark); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; min-height: 710px; padding: 106px 0 90px; overflow: hidden; display: grid; align-items: center; background: linear-gradient(135deg, #f7f9f8 0%, #edf5f4 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--teal-dark); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(3.25rem, 6.4vw, 5.7rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 4vw, 4rem); }
h3 { margin-bottom: 16px; font-size: 1.5rem; }
.hero-lead { max-width: 620px; color: #4f626f; font-size: 1.2rem; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; border: 0; border-radius: 999px; text-decoration: none; font: inherit; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy); }
.button-primary:hover { background: var(--teal-dark); }
.button-gold { color: var(--navy-deep); background: var(--gold); }
.button-gold:hover { background: #e7aa50; }
.text-link { color: var(--navy); font-weight: 800; text-decoration: none; }
.text-link span { color: var(--gold); }
.hero-card { position: relative; padding: 54px 48px 44px; color: #dce7ec; background: var(--navy); border-radius: 8px 44px 8px 44px; box-shadow: var(--shadow); }
.hero-card h2 { color: var(--white); font-size: clamp(2rem, 3vw, 3rem); }
.hero-card p { margin-bottom: 28px; }
.hero-card .card-kicker { margin-bottom: 14px; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.spark { position: absolute; width: 22px; height: 22px; right: 34px; top: 30px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 11px rgba(217,154,61,.14); }
.approach-steps { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; gap: 12px; color: var(--white); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.approach-steps i { flex: 1; height: 1px; background: var(--gold); }
.hero-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(42,127,131,.2); }
.orbit-one { width: 520px; height: 520px; right: -210px; top: -110px; }
.orbit-two { width: 280px; height: 280px; left: -130px; bottom: -100px; border-color: rgba(217,154,61,.24); }

.split-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.about-copy { padding-top: 10px; }
.large-copy { color: var(--navy); font-size: 1.5rem; line-height: 1.45; font-weight: 650; }
.about-copy > p:not(.large-copy) { color: var(--muted); }
.values-row { margin-top: 40px; padding-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid var(--line); }
.values-row strong, .values-row span { display: block; }
.values-row strong { color: var(--teal-dark); font-size: 1.05rem; }
.values-row span { margin-top: 4px; color: var(--muted); font-size: .9rem; }

.services-section { background: var(--navy); }
.section-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; }
.services-section h2, .services-section .section-heading > p { color: var(--white); }
.services-section .eyebrow { color: var(--gold-light); }
.section-heading > p { margin-bottom: 10px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 370px; padding: 34px; display: flex; flex-direction: column; background: #fff; border-radius: 6px 26px 6px 26px; }
.service-card.featured { background: var(--aqua); }
.service-number { margin-bottom: 70px; color: var(--gold); font-size: .82rem; font-weight: 900; letter-spacing: .15em; }
.service-card p { color: var(--muted); }
.service-tag { margin-top: auto; color: var(--teal-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.team-section { background: #eef4f3; }
.team-heading { grid-template-columns: 1fr .55fr; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.team-card { min-height: 390px; display: grid; grid-template-columns: 180px 1fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 6px 28px 6px 28px; }
.portrait-placeholder { display: grid; place-items: center; background: linear-gradient(160deg, var(--navy), var(--teal)); }
.portrait-placeholder.alternate { background: linear-gradient(160deg, var(--teal-dark), #67aeb1); }
.portrait-placeholder span { width: 84px; height: 84px; display: grid; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 1.35rem; font-weight: 850; letter-spacing: .06em; }
.team-info { padding: 34px 30px; }
.team-info .role { margin-bottom: 10px; color: var(--teal-dark); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.team-info p:not(.role) { color: var(--muted); font-size: .94rem; }
.team-info a { color: var(--navy); font-weight: 800; text-decoration: none; }
.team-info a span { color: var(--gold); }

.contact-section { padding: 120px 0; color: #dce7ec; background: var(--teal-dark); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p { max-width: 500px; }
.contact-details { margin-top: 46px; display: grid; gap: 22px; }
.contact-details div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { color: var(--gold-light); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong { margin-top: 3px; color: var(--white); font-size: 1rem; }
.contact-form { padding: 42px; color: var(--ink); background: var(--white); border-radius: 8px 34px 8px 34px; box-shadow: var(--shadow); }
.contact-form label { margin-bottom: 20px; display: block; color: var(--navy); font-size: .88rem; font-weight: 800; }
.contact-form label span { color: var(--muted); font-weight: 500; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #f8faf9; border: 1px solid #cedbdd; border-radius: 6px; font: inherit; }
input:focus, textarea:focus { outline: 3px solid rgba(217,154,61,.25); border-color: var(--gold); }
textarea { resize: vertical; }
.form-note { margin: 16px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.form-status { min-height: 26px; margin: 12px 0 0; color: var(--teal-dark); font-weight: 750; }

.site-footer { padding: 36px 0; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 220px 1fr auto; gap: 30px; align-items: center; }
.footer-grid img { width: 220px; height: 58px; object-fit: contain; }
.footer-grid p { margin: 0; color: #bdcbd2; font-size: .86rem; }

@media (max-width: 920px) {
  .section { padding: 82px 0; }
  .hero { min-height: auto; padding: 80px 0; }
  .hero-grid, .split-layout, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 720px; }
  .hero-card { max-width: 620px; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .service-number { margin-bottom: 36px; }
  .team-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 200px 1fr; }
  .footer-grid p:last-child { grid-column: 1 / -1; }
}

@media (max-width: 740px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { height: 72px; }
  .brand { width: 194px; }
  .brand img { height: 52px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: 72px; padding: 22px; display: none; flex-direction: column; align-items: stretch; gap: 4px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 10px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-card { padding: 45px 28px 34px; }
  .approach-steps { gap: 8px; font-size: .67rem; }
  .values-row { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 1fr; }
  .portrait-placeholder { min-height: 210px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid img { margin-inline: auto; }
  .footer-grid p:last-child { grid-column: auto; }
}

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