:root {
  --ink: #14243a;
  --blue: #2147a5;
  --blue-dark: #163579;
  --lime: #d7e748;
  --orange: #ef7452;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --line: #cfd5dc;
  --muted: #566274;
  --max: 1240px;
  --sans: Arial, Helvetica, sans-serif;
  --display: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 17px/1.62 var(--sans); overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { overflow-wrap: normal; word-break: normal; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 500; line-height: 1.03; }
h1 { max-width: 760px; font-size: clamp(57px, 6.35vw, 94px); letter-spacing: -.045em; }
h2 { font-size: clamp(43px, 5vw, 70px); letter-spacing: -.035em; }
h3 { font-size: 30px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; z-index: 40; top: 0; min-height: 86px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto 112px; align-items: center; gap: 43px; border-bottom: 1px solid rgba(255,255,255,.2); color: #fff; background: rgba(20,36,58,.98); }
.site-name { text-decoration: none; font: 700 24px/1 var(--display); }
.site-name span { color: var(--lime); font-family: var(--sans); font-size: 12px; font-weight: 800; }
.main-nav { display: flex; gap: 31px; }
.main-nav a { text-decoration: none; font-size: 14px; font-weight: 760; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--lime); }
.brand { width: 108px; padding: 6px 10px; justify-self: end; background: var(--paper); }
.brand img { width: 100%; height: auto; }
.menu-button { display: none; }
.eyebrow { margin: 0 0 17px; color: var(--lime); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.blue { color: var(--blue); }
.eyebrow.lime-text { color: var(--lime); }
.button { min-height: 52px; width: fit-content; padding: 13px 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; font-size: 14px; font-weight: 850; }
.button.lime { color: var(--ink); background: var(--lime); }
.button.lime:hover, .button.lime:focus-visible { background: #e6f25d; }
.button.white { color: var(--blue); background: #fff; }
.button.white:hover, .button.white:focus-visible { color: #fff; border-color: #fff; background: transparent; }
.image-frame { position: relative; margin: 0; overflow: hidden; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame figcaption { position: absolute; right: 9px; bottom: 9px; padding: 4px 7px; color: #fff; background: rgba(20,36,58,.86); font-size: 10px; line-height: 1.15; }
.hero { min-height: 735px; display: grid; grid-template-columns: .94fr 1.06fr; color: #fff; background: var(--blue); }
.hero-copy { padding: 82px 62px 86px max(24px, calc((100vw - var(--max)) / 2)); display: flex; flex-direction: column; justify-content: center; }
.hero-copy > p:not(.eyebrow) { max-width: 600px; margin: 31px 0 33px; color: #d9e1f2; font-size: 18px; }
.hero-image { min-height: 735px; clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); }
.hero-image img { object-position: 54% center; }
.profile-section { padding: 118px max(24px, calc((100vw - var(--max)) / 2)) 132px; background: var(--cream); }
.section-heading { max-width: 900px; }
.profile-grid { margin-top: 76px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-grid article { min-height: 315px; padding: 36px 40px 42px; }
.profile-grid article + article { border-left: 1px solid var(--line); }
.profile-grid article span { color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.profile-grid h3 { margin-top: 51px; }
.profile-grid p { margin: 18px 0 0; color: var(--muted); font-size: 15px; }
.responsibility-section { min-height: 730px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--blue); }
.responsibility-image { min-height: 730px; }
.responsibility-image img { object-position: 45% center; }
.responsibility-copy { max-width: 650px; padding: 92px max(24px, calc((100vw - var(--max)) / 2)) 92px 68px; display: flex; flex-direction: column; justify-content: center; color: #fff; }
.responsibility-copy h2 { font-size: clamp(43px, 4.8vw, 68px); }
.responsibility-copy > p:not(.eyebrow) { margin: 29px 0 33px; color: #d8e0f0; }
.statement { padding: 84px max(24px, calc((100vw - var(--max)) / 2)); background: var(--orange); }
.statement p { max-width: 1050px; margin: 0; color: #fff; font: 500 clamp(35px, 4.5vw, 62px)/1.12 var(--display); letter-spacing: -.025em; }
.contact-section { padding: 110px 0 122px; background: var(--paper); }
.contact-heading, .contact-layout { width: min(calc(100% - 48px), var(--max)); margin-right: auto; margin-left: auto; }
.contact-heading { margin-bottom: 48px; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 46px; align-items: start; }
#contact-form { padding: 42px; border: 1px solid var(--line); background: #fff; }
fieldset { margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 15px; font-size: 14px; font-weight: 800; }
.radio-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.radio-grid label { position: relative; cursor: pointer; }
.radio-grid input { position: absolute; opacity: 0; pointer-events: none; }
.radio-grid span { min-height: 54px; padding: 10px 12px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); font-size: 14px; font-weight: 750; text-align: center; }
.radio-grid input:checked + span { color: #fff; border-color: var(--blue); background: var(--blue); }
.radio-grid input:focus-visible + span { outline: 3px solid rgba(33,71,165,.22); outline-offset: 2px; }
.form-grid { margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.wide { grid-column: 1 / -1; }
.field > span { font-size: 14px; font-weight: 760; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: var(--paper); }
.field input { height: 50px; padding: 10px 12px; }
.field textarea { min-height: 135px; padding: 12px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 3px rgba(33,71,165,.12); }
.honeypot { position: absolute; left: -9999px; }
.privacy { margin-top: 22px; display: grid; grid-template-columns: 18px minmax(0,1fr); gap: 10px; align-items: start; font-size: 14px; cursor: pointer; }
.privacy input { width: 17px; height: 17px; margin: 4px 0 0; accent-color: var(--blue); }
.privacy a, .terms a { text-underline-offset: 3px; }
.terms { margin: 10px 0 0 28px; font-size: 14px; }
.form-status { min-height: 0; margin: 15px 0 0; color: #9f3329; font-size: 14px; font-weight: 700; }
.form-status:empty { display: none; }
#contact-form button { min-height: 52px; margin-top: 24px; padding: 12px 24px; border: 0; color: #fff; background: var(--orange); font-weight: 850; cursor: pointer; }
#contact-form button:hover, #contact-form button:focus-visible { background: #d75c3d; }
.personal-contact { position: sticky; top: 110px; padding: 41px 33px 38px; border-top: 9px solid var(--lime); color: #fff; background: var(--ink); }
.contact-kicker { margin: 0 0 31px; color: var(--lime); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.personal-contact h2 { font-size: 43px; }
.personal-contact > p:nth-of-type(2) { margin: 4px 0 25px; color: #d5dce5; }
.personal-contact a { display: block; width: fit-content; margin-top: 8px; font-weight: 760; text-underline-offset: 4px; }
.contact-note { margin: 30px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); color: #d5dce5; font-size: 14px; }
footer { padding: 36px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; color: #d5dce5; background: var(--blue-dark); font-size: 13px; }
.footer-name { display: flex; flex-direction: column; }
.footer-name span { color: #fff; font: 19px var(--display); }
.footer-name small { color: #aebbd1; font-size: 11px; }
footer nav { display: flex; gap: 18px; }
footer a { text-underline-offset: 4px; }
@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto 104px; gap: 22px; }
  .brand { width: 101px; }
  .main-nav { gap: 21px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-right: 47px; }
  .profile-grid article { padding-right: 28px; padding-left: 28px; }
  .responsibility-copy { padding-left: 49px; }
  .contact-layout { grid-template-columns: minmax(0,1fr) 292px; }
}
@media (max-width: 850px) {
  html { scroll-padding-top: 0; }
  .site-header { position: relative; min-height: 76px; padding: 0 18px; grid-template-columns: 1fr auto auto; gap: 12px; }
  .menu-button { width: 42px; height: 42px; padding: 10px; border: 0; display: flex; flex-direction: column; justify-content: center; gap: 7px; background: transparent; cursor: pointer; }
  .menu-button i { width: 22px; height: 2px; display: block; background: #fff; transition: transform 170ms ease; }
  .menu-button[aria-expanded="true"] i:first-of-type { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:last-of-type { transform: translateY(-4.5px) rotate(-45deg); }
  .main-nav { position: absolute; z-index: 20; top: 76px; right: 0; left: 0; padding: 18px 24px 24px; display: none; flex-direction: column; gap: 0; border-top: 1px solid rgba(255,255,255,.15); background: var(--ink); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 0; font-size: 16px; }
  .brand { width: 91px; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 73px max(24px, calc((100vw - 690px) / 2)) 79px; }
  .hero-image { min-height: 560px; clip-path: none; }
  .profile-section { padding-top: 88px; padding-bottom: 98px; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-grid article { min-height: 0; padding: 31px 24px 36px; }
  .profile-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .profile-grid h3 { margin-top: 24px; }
  .responsibility-section { grid-template-columns: 1fr; }
  .responsibility-image { min-height: 590px; }
  .responsibility-copy { max-width: none; padding: 75px max(24px, calc((100vw - 690px) / 2)) 82px; }
  .contact-section { padding: 88px 0 98px; }
  .contact-layout { grid-template-columns: 1fr; }
  .personal-contact { position: static; }
  footer { grid-template-columns: 1fr auto; }
  footer > span:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .site-header { padding: 0 14px; gap: 7px; }
  .site-name { font-size: 20px; }
  .site-name span { font-size: 10px; }
  .brand { width: 82px; padding: 5px 8px; }
  .hero-copy { padding: 57px 16px 66px; }
  h1 { font-size: clamp(43px, 13.2vw, 57px); }
  .hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .hero-image { min-height: 390px; }
  .hero-image img { object-position: 60% center; }
  .profile-section { padding: 69px 16px 75px; }
  .section-heading h2, .responsibility-copy h2, .contact-heading h2 { font-size: clamp(38px, 11.3vw, 49px); }
  .profile-grid { margin-top: 50px; }
  .responsibility-image { min-height: 405px; }
  .responsibility-image img { object-position: 45% center; }
  .responsibility-copy { padding: 63px 16px 70px; }
  .statement { padding: 60px 16px; }
  .statement p { font-size: clamp(32px, 9.7vw, 43px); }
  .contact-section { padding: 70px 0 78px; }
  .contact-heading, .contact-layout { width: calc(100% - 32px); }
  .contact-heading { margin-bottom: 34px; }
  #contact-form { padding: 23px 18px 25px; }
  .radio-grid, .form-grid { grid-template-columns: 1fr; }
  .radio-grid span { min-height: 48px; justify-content: flex-start; text-align: left; }
  .field.wide { grid-column: auto; }
  #contact-form button { width: 100%; padding-right: 12px; padding-left: 12px; }
  .personal-contact { padding: 32px 24px; }
  footer { padding: 30px 16px; grid-template-columns: 1fr; gap: 20px; }
  footer nav { flex-wrap: wrap; }
  footer > span:last-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
