:root {
  color-scheme: light;
  --paper: #ffffff;
  --navy: #191f36;
  --ink: #202a3c;
  --wash: #f3f5f8;
  --line: #d8dee8;
  --muted: #526174;
  --display: 'Segoe UI', Aptos, -apple-system, BlinkMacSystemFont, sans-serif;
  --body: 'Segoe UI', Aptos, -apple-system, BlinkMacSystemFont, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: var(--navy); text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid var(--navy); outline-offset: 5px; border-radius: 2px; }
main:focus { outline: none; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
address { font-style: normal; }
.wrap { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; left: 20px; top: -100px; z-index: 5; background: var(--navy); color: white; padding: 10px 18px; }
.skip-link:focus { top: 10px; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 90px; display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.brand { display: flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; }
.brand img { width: 44px; height: 44px; flex: 0 0 44px; }
.brand span { font-size: 18px; line-height: 1.2; font-weight: 650; letter-spacing: -.5px; }
.header-actions { display: flex; align-items: center; gap: 23px; }
.site-header nav { display: flex; align-items: center; gap: 34px; }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-size: 15px; font-weight: 550; color: var(--ink); border-bottom: 2px solid transparent; white-space: nowrap; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { border-color: var(--navy); color: var(--navy); }
.account-menu { position: relative; z-index: 3; }
.account-menu summary { display: grid; place-items: center; width: 44px; height: 44px; list-style: none; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); cursor: pointer; }
.account-menu summary::-webkit-details-marker { display: none; }
.account-menu summary:hover, .account-menu[open] summary { background: var(--wash); }
.account-menu summary:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.account-menu-links { position: absolute; top: calc(100% + 9px); right: 0; width: 220px; padding: 7px; border: 1px solid var(--line); border-radius: 6px; background: white; box-shadow: 0 12px 30px rgb(25 31 54 / 14%); }
.account-menu-links a { display: flex; align-items: center; min-height: 44px; padding: 9px 11px; border-radius: 4px; text-decoration: none; font-size: 14px; font-weight: 600; }
.account-menu-links a:hover { background: var(--wash); }
.eyebrow, .small-label { font-size: 13px; font-weight: 650; line-height: 1.4; letter-spacing: 1.2px; text-transform: uppercase; color: var(--navy); }
.eyebrow { margin-bottom: 24px; }
.location-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--navy); vertical-align: 2px; }
h1 { font: 600 clamp(43px, 4.6vw, 62px)/1.12 var(--display); letter-spacing: -2px; color: var(--navy); }
h2 { font: 600 34px/1.18 var(--display); letter-spacing: -.8px; }
h3 { font: 600 29px/1.25 var(--display); letter-spacing: -.5px; }
.intro { font-size: 19px; line-height: 1.7; color: #44536a; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 54px; padding: 14px 23px; border: 1px solid var(--navy); border-radius: 5px; background: var(--navy); color: white; font-size: 16px; line-height: 1.5; font-weight: 600; text-decoration: none; }
.button:hover { background: #2a3656; text-decoration: none; }
.button span { font-size: 21px; line-height: 1; font-weight: 400; }
.text-link { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; font-weight: 600; font-size: 16px; }
.home-hero { display: grid; grid-template-columns: 1.13fr 1fr; align-items: center; gap: 76px; padding-block: 57px 59px; }
.hero-copy { padding-bottom: 20px; }
.hero-copy h1 span { display: block; }
.hero-copy .intro { margin-top: 25px; max-width: 43ch; }
.hero-copy .button { margin-top: 31px; }
.hero-note { margin-top: 18px; font-size: 13px; color: var(--muted); }
.home-photo { min-width: 0; }
.home-photo img { width: 100%; aspect-ratio: 5 / 6; height: auto; object-fit: cover; object-position: center 56%; border-radius: 10px; }
.home-photo figcaption { display: flex; justify-content: space-between; gap: 14px; padding-top: 14px; color: var(--muted); font-size: 12px; }
.home-photo figcaption span:first-child { font-weight: 600; color: var(--ink); }
.home-intro { background: var(--wash); }
.home-intro-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 120px; align-items: center; padding-block: 49px 51px; }
.home-intro .eyebrow { margin-bottom: 16px; }
.home-intro h2 { font-size: 37px; }
.home-intro-copy p { max-width: 55ch; }
.home-intro-copy .text-link { margin-top: 13px; }
.page-top { padding-block: 59px 47px; }
.page-top h1 { font-size: clamp(43px, 5.2vw, 64px); }
.page-intro { max-width: 650px; margin-top: 24px; }
.about-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr); grid-template-areas: "photo copy"; align-items: center; gap: clamp(50px, 6vw, 96px); padding-block: 58px 76px; }
.about-copy { grid-area: copy; }
.about-copy h1 { margin-bottom: 27px; }
.about-copy p { max-width: 52ch; }
.about-copy p + p { margin-top: 23px; }
.about-home { grid-area: photo; min-width: 0; }
.about-home img { width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; object-position: center 42%; border-radius: 8px; }
.about-home figcaption { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding-top: 17px; font-size: 14px; line-height: 1.55; }
.about-home address { color: var(--muted); }
.about-home figcaption a { flex: 0 0 auto; }
.careers-top { padding-bottom: 28px; }
.openings { padding-bottom: 76px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 23px; }
.section-heading h2 { font: 600 18px/1.4 var(--body); letter-spacing: -.2px; }
.section-heading > span { font-size: 14px; color: var(--muted); }
.job-openings { display: grid; gap: 18px; }
.job-opening { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 56px; padding: 37px 40px 39px; border: 1px solid var(--line); border-left: 4px solid var(--navy); border-radius: 5px; background: white; }
.job-meta { display: flex; gap: 10px; margin-bottom: 14px; color: var(--navy); font-size: 13px; font-weight: 600; }
.job-opening h2 { margin-bottom: 16px; font-size: 34px; }
.job-copy > p:last-child { max-width: 58ch; font-size: 16px; }
.job-action { text-align: center; }
.job-action > p { color: var(--muted); font-size: 12px; margin-top: 12px; }
.careers-fallback { margin-top: 18px; }
.careers-fallback[hidden] { display: none; }
.application-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding-top: 43px; }
.application-notes h2 { font: 600 18px/1.4 var(--body); letter-spacing: -.2px; margin-bottom: 10px; }
.application-notes p { font-size: 15px; max-width: 49ch; }
.application-notes .text-link { font-size: 15px; margin-top: 7px; }
.muted { font-size: 14px; color: var(--muted); margin-top: 18px; }
.legal-top { max-width: 800px; }
.legal-content { max-width: 800px; padding-bottom: 60px; }
.legal-content section { margin-bottom: 34px; }
.legal-content h2 { font: 600 22px/1.3 var(--body); letter-spacing: -.4px; margin-bottom: 15px; }
.not-found { min-height: 64vh; padding-block: 75px; }
.not-found .intro { max-width: 50ch; margin-top: 24px; }
.action-row { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.site-footer { border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.05fr 1.1fr auto; gap: 50px; padding-block: 41px 36px; }
.footer-name { font-size: 16px; font-weight: 650; line-height: 1.4; margin-bottom: 13px; }
.footer-main address { color: var(--muted); font-size: 14px; }
.footer-contact .small-label { font-size: 11px; margin-bottom: 15px; }
.footer-contact > a { font-size: 15px; }
.footer-main nav { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.footer-main nav a { font-size: 14px; min-height: 30px; text-decoration: none; }
.footer-main nav a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 18px 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
@media (min-width: 1500px) {
  .wrap { width: min(1200px, calc(100% - 120px)); }
  .home-hero { gap: 100px; }
  .home-photo img { max-height: 572px; }
}
@media (max-width: 980px) {
  .wrap { width: calc(100% - 64px); }
  .brand span { font-size: 18px; max-width: 190px; }
  .site-header nav { gap: 25px; }
  .home-hero { gap: 40px; }
  h1 { font-size: 54px; }
  .hero-copy .intro { font-size: 17px; }
  .hero-note { max-width: 26ch; }
  .home-intro-grid { gap: 60px; }
  .about-feature { gap: 44px; }
  .about-home figcaption { flex-direction: column; gap: 6px; }
  .job-opening { gap: 32px; padding: 30px; }
  .job-action .button { gap: 14px; padding-inline: 18px; }
  .footer-main { gap: 30px; }
}
@media (max-width: 720px) {
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 0; flex-direction: column; align-items: stretch; gap: 7px; padding-top: 17px; }
  .brand { gap: 11px; align-self: flex-start; }
  .brand img { width: 44px; height: 44px; flex-basis: 44px; }
  .brand span { max-width: none; font-size: 18px; letter-spacing: -.4px; }
  .header-actions { justify-content: space-between; gap: 12px; }
  .site-header nav { gap: 31px; }
  .site-header nav a { padding-block: 12px 13px; font-size: 14px; }
  .home-hero { grid-template-columns: 1fr; gap: 32px; padding-block: 35px 35px; }
  .hero-copy { padding: 0; }
  .eyebrow { font-size: 11px; margin-bottom: 19px; letter-spacing: 1px; }
  h1 { font-size: clamp(42px, 9.8vw, 62px); line-height: 1.08; letter-spacing: -1.8px; max-width: 560px; }
  .hero-copy .intro { margin-top: 22px; max-width: 48ch; font-size: 17px; line-height: 1.65; }
  .hero-copy .button { margin-top: 25px; }
  .hero-note { max-width: none; margin-top: 14px; font-size: 12px; }
  .home-photo img { aspect-ratio: 5 / 5.4; max-height: 580px; border-radius: 10px; }
  .home-photo figcaption { font-size: 11px; padding-top: 11px; }
  .home-intro-grid { grid-template-columns: 1fr; gap: 24px; padding-block: 34px 37px; }
  .home-intro h2 { font-size: 33px; }
  .home-intro h2 br { display: none; }
  .home-intro-copy p { font-size: 16px; }
  .page-top { padding-block: 36px 34px; }
  .page-top h1 { font-size: 43px; line-height: 1.1; letter-spacing: -1.7px; }
  .page-intro { font-size: 17px; line-height: 1.65; margin-top: 21px; }
  .about-feature { grid-template-columns: 1fr; grid-template-areas: "copy" "photo"; gap: 32px; padding-block: 38px 45px; }
  .about-copy h1 { font-size: 43px; line-height: 1.1; letter-spacing: -1.7px; margin-bottom: 22px; }
  .about-copy p { font-size: 16px; }
  .about-copy p + p { margin-top: 19px; }
  .about-home img { aspect-ratio: 5 / 4.5; object-position: center 40%; }
  .about-home figcaption { flex-direction: row; }
  .openings { padding-bottom: 40px; }
  .section-heading { padding-bottom: 18px; }
  .section-heading > span { font-size: 12px; }
  .section-heading h2 { font-size: 16px; }
  .job-opening { grid-template-columns: 1fr; gap: 25px; padding: 24px 22px 26px; }
  .job-opening h2 { font-size: 31px; }
  .job-action { text-align: left; }
  .job-action .button { gap: 27px; }
  .job-action > p { font-size: 11px; }
  .application-notes { grid-template-columns: 1fr; gap: 30px; padding-top: 33px; }
  .application-notes section + section { padding-top: 27px; border-top: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1fr auto; gap: 30px 20px; padding-block: 30px; }
  .footer-contact { grid-column: 1; }
  .footer-main nav { grid-column: 2; grid-row: 1 / span 2; }
  .footer-contact .small-label { margin-bottom: 9px; }
  .footer-bottom { flex-direction: column; gap: 7px; padding-block: 18px 24px; font-size: 11px; }
  .legal-content { padding-bottom: 25px; }
  .legal-content section { font-size: 16px; }
  .not-found { padding-block: 44px 65px; }
}
@media (max-width: 440px) {
  .site-header nav { gap: clamp(12px, 5vw, 25px); }
  .about-home figcaption { flex-direction: column; }
  .brand span { font-size: 17px; }
  .footer-contact > a { font-size: 13px; }
  .footer-name { font-size: 14px; max-width: 21ch; }
}
@media print {
  .wrap { width: 100%; }
  .site-header nav, .account-menu, .skip-link { display: none; }
  .home-hero, .page-top { padding-block: 24px; }
  .home-photo img { max-height: 400px; object-fit: contain; }
  .job-opening, .about-home { break-inside: avoid; }
}
