:root {
  color-scheme: light;
  --ink: #172b40;
  --body: #31475b;
  --muted: #64778a;
  --blue: #2769a2;
  --blue-pale: #e8f0f6;
  --line: #d6dee5;
  --paper: #f5f7f8;
  --white: #fff;
  --night: #14283c;
  --type: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --display: "Avenir Next", Avenir, Georgia, serif;
  --wide: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 16px/1.65 var(--type);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid #2769a2; outline-offset: 4px; }
img { display: block; max-width: 100%; }
.content-width { width: min(var(--wide), calc(100% - 72px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 100; top: -60px; left: 18px; padding: 10px 14px; color: white; background: var(--night); }
.skip-link:focus { top: 12px; }

/* Status and navigation */
.formation-bar { display: flex; min-height: 32px; align-items: center; justify-content: center; gap: 9px; color: #53697d; background: #e8eef2; font-size: 11px; font-weight: 600; letter-spacing: .015em; }
.formation-bar > span, .status-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #397b63; }
.site-header { position: relative; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; width: min(var(--wide), calc(100% - 72px)); min-height: 84px; align-items: center; justify-content: space-between; gap: 32px; margin-inline: auto; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { width: 228px; height: 48px; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); color: #53697d; font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { padding: 11px 0; border-bottom: 2px solid transparent; transition: color .16s ease, border-color .16s ease; }
.main-nav > a:not(.nav-cta):hover, .main-nav > a[aria-current="page"] { color: var(--ink); border-color: var(--blue); }
.nav-cta { display: inline-flex; min-height: 42px; align-items: center; gap: 13px; padding: 0 15px; color: white; background: var(--night); font-size: 12px; transition: background .16s ease; }
.nav-cta:hover { background: var(--blue); }
.menu-toggle { display: none; }

/* Type and buttons */
.kicker { margin: 0 0 18px; color: #58748c; font-size: 11px; font-weight: 700; letter-spacing: .105em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { text-wrap: balance; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 18px; padding: 0 18px; border: 1px solid transparent; font-size: 13px; font-weight: 700; transition: color .16s ease, background .16s ease, border-color .16s ease; }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: #1b527f; }
.button-outline { color: var(--ink); border-color: #aab9c5; background: transparent; }
.button-outline:hover { color: white; border-color: var(--night); background: var(--night); }
.inline-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 13px; font-weight: 700; }
.inline-link span, .button span, .nav-cta span, .footer-credit span { transition: transform .16s ease; }
.inline-link:hover span, .button:hover span, .nav-cta:hover span, .footer-credit:hover span { transform: translate(2px, -2px); }
.inline-link-light { color: #a8cdea; }
.section-title-row { display: grid; grid-template-columns: 1fr minmax(230px, 390px); align-items: end; gap: 44px; margin-bottom: 47px; }
.section-title-row h2, .closing-section h2 { margin: 0; font: 600 clamp(34px, 4.2vw, 53px)/1.11 var(--display); letter-spacing: -.055em; }
.section-summary { max-width: 390px; margin: 0 0 2px; color: var(--muted); font-size: 14px; line-height: 1.8; }

/* Home */
.hero { width: min(var(--wide), calc(100% - 72px)); margin-inline: auto; }
.hero-home { display: grid; min-height: 624px; grid-template-columns: minmax(0, 1fr) minmax(340px, .66fr); align-items: center; gap: clamp(58px, 8vw, 120px); padding-block: 82px 91px; }
.hero-copy { max-width: 680px; }
.hero-copy .kicker { margin-bottom: 26px; }
.hero-copy h1 { max-width: 690px; margin: 0; font: 700 clamp(58px, 7.25vw, 91px)/1.04 var(--display); letter-spacing: -.075em; }
.hero-copy h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 575px; margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 31px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 43px 0 0; color: #687d8e; font-size: 11px; line-height: 1.6; }
.hero-panel { position: relative; display: flex; min-height: 391px; flex-direction: column; padding: 24px 26px 18px; color: white; background: var(--night); }
.hero-panel-top, .hero-panel-foot { display: flex; align-items: center; justify-content: space-between; color: #aab9c6; font-size: 10px; }
.hero-panel-top { padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.21); }
.hero-panel-top span:last-child { font-variant-numeric: tabular-nums; }
.hero-panel-rule { display: flex; width: 86px; height: 1px; justify-content: space-between; margin-top: 48px; background: rgba(255,255,255,.28); }
.hero-panel-rule span { width: 7px; height: 7px; margin-top: -3px; border: 1px solid #90c2e4; background: var(--night); }
.hero-panel-caption { margin: 22px 0 11px; color: #a8cdea; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.hero-panel h2 { margin: 0; font: 700 clamp(30px, 3.1vw, 41px)/1.08 var(--display); letter-spacing: -.055em; }
.hero-panel > p:not(.hero-panel-caption) { margin: 9px 0 18px; color: #becbd5; font-size: 12px; }
.hero-panel > a { display: flex; align-items: center; justify-content: space-between; max-width: 210px; padding-block: 10px; border-bottom: 1px solid rgba(255,255,255,.35); color: white; font-size: 12px; font-weight: 700; }
.hero-panel-foot { margin-top: auto; padding-top: 18px; font-size: 9px; }
.intro-band { color: white; background: #e8eef2; }
.intro-grid { display: grid; grid-template-columns: 150px minmax(300px, 1.3fr) minmax(220px, .7fr); align-items: start; gap: 42px; padding-block: 57px 64px; color: var(--ink); }
.intro-grid .kicker { margin-top: 9px; }
.intro-statement { max-width: 610px; margin: 0; font: 600 clamp(27px, 3.4vw, 42px)/1.2 var(--display); letter-spacing: -.045em; }
.intro-statement strong { color: var(--blue); font-weight: 700; }
.intro-detail { max-width: 310px; margin: 4px 0 0; color: #53697d; font-size: 13px; line-height: 1.8; }
.approach-section { padding-block: 101px 110px; }
.approach-list { border-top: 1px solid var(--line); }
.approach-list article { display: grid; grid-template-columns: 68px minmax(0, 1fr) 160px; align-items: center; gap: 22px; min-height: 112px; border-bottom: 1px solid var(--line); }
.approach-index { align-self: start; padding-top: 28px; color: var(--blue); font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }
.approach-list h3, .operating-list h3, .capability-list h3, .work-list h3 { margin: 0 0 4px; font-size: 17px; font-weight: 700; letter-spacing: -.025em; }
.approach-list p, .operating-list p, .capability-list p, .work-list p { max-width: 640px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.approach-side { justify-self: end; color: #718394; font-size: 10px; }
.company-feature { color: white; background: var(--night); }
.feature-inner { padding-block: 34px 25px; }
.feature-heading, .feature-bottom { display: flex; align-items: center; justify-content: space-between; }
.feature-heading .kicker { margin: 0; color: #acc5d9; }
.feature-count { margin: 0; color: #aec3d3; font-size: 12px; font-variant-numeric: tabular-nums; }
.feature-count span { color: #72889b; }
.feature-body { display: grid; grid-template-columns: 1fr minmax(280px, .61fr); align-items: end; gap: 65px; padding-block: 68px 71px; }
.feature-body h2 { margin: 0; font: 700 clamp(54px, 8vw, 100px)/.98 var(--display); letter-spacing: -.075em; }
.feature-copy { max-width: 435px; padding-bottom: 7px; }
.feature-copy p { margin: 0 0 21px; color: #c4d0da; font-size: 14px; line-height: 1.8; }
.feature-bottom { justify-content: flex-start; gap: 23px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.2); color: #aebdca; font-size: 10px; }
.feature-bottom span + span::before { padding-right: 22px; color: #647b8e; content: "/"; }
.feature-bottom a { margin-left: auto; color: white; font-size: 11px; font-weight: 700; }
.closing-section { display: grid; grid-template-columns: 1fr minmax(260px, .58fr); align-items: end; gap: 60px; padding-block: 93px 100px; }
.closing-section h2 { font-size: clamp(40px, 5vw, 62px); }
.closing-section > div:last-child p { max-width: 440px; margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.8; }

/* Interior pages */
.page-intro { padding-block: 89px 61px; }
.page-intro > .kicker { margin-bottom: 23px; }
.page-intro h1 { max-width: 900px; margin: 0; font: 700 clamp(54px, 7.2vw, 88px)/1.04 var(--display); letter-spacing: -.075em; }
.page-intro h1 em { color: var(--blue); font-style: normal; }
.page-intro-bottom { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-top: 29px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.page-intro-bottom p { max-width: 645px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.page-reference { padding-bottom: 3px; color: #708294; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-align: right; white-space: nowrap; }
.story-section { padding-block: 31px 112px; }
.story-label { display: flex; align-items: center; gap: 12px; color: #667b8d; font-size: 11px; font-weight: 600; }
.story-rule { width: 30px; height: 1px; background: var(--blue); }
.story-content { display: grid; grid-template-columns: .85fr 1fr; gap: 11%; margin-top: 46px; }
.story-content h2, .status-section h2, .next-step h2, .company-description h2, .career-feature h2, .work-section h2, .contact-route h2 { margin: 0; font: 700 clamp(42px, 5.4vw, 66px)/1.05 var(--display); letter-spacing: -.07em; }
.story-content > div { max-width: 570px; }
.story-content p { margin: 0 0 18px; color: var(--body); font-size: 15px; line-height: 1.85; }
.operating-section, .capabilities-section { padding-block: 83px 95px; background: #eaf0f4; }
.operating-section .section-title-row, .capabilities-section .section-title-row { margin-bottom: 43px; }
.operating-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #cbd6de; }
.operating-list article { min-height: 214px; padding: 20px 25px 16px 0; }
.operating-list article + article { padding-left: 24px; border-left: 1px solid #cbd6de; }
.operating-list article > span, .capability-list article > span, .work-list article > span { display: block; margin-bottom: 39px; color: var(--blue); font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; }
.operating-list h3 { max-width: 250px; margin-bottom: 9px; }
.operating-list p { max-width: 280px; }
.group-roles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #cbd6de; }
.group-roles article { min-height: 202px; padding: 20px 28px 18px 0; }
.group-roles article + article { padding-left: 28px; border-left: 1px solid #cbd6de; }
.group-roles article > span { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.group-roles h3 { margin: 38px 0 8px; font-size: 19px; }
.group-roles p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.status-section { display: grid; grid-template-columns: .76fr 1fr; gap: 11%; padding-block: 92px 98px; border-bottom: 1px solid var(--line); }
.status-section h2 { font-size: clamp(39px, 4.8vw, 58px); }
.status-content { max-width: 625px; }
.status-content p { margin: 0 0 21px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.next-step { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 50px 67px; }
.next-step .kicker { margin: 0; }
.next-step > div { display: flex; align-items: center; gap: 28px; }
.next-step h2 { font-size: 25px; letter-spacing: -.04em; }

/* Companies */
.company-detail { padding-bottom: 94px; }
.company-detail-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); color: #667b8d; font-size: 10px; font-weight: 700; letter-spacing: .055em; }
.company-status { display: inline-flex; align-items: center; gap: 8px; color: #526a5d; font-size: 10px; font-weight: 600; letter-spacing: 0; }
.company-status i { width: 7px; height: 7px; border-radius: 50%; background: #41836a; }
.company-detail-grid { display: grid; grid-template-columns: minmax(260px, .8fr) 1fr; gap: 10%; align-items: center; padding-block: 51px 32px; }
.company-wordmark { display: flex; align-items: center; gap: 20px; font: 800 clamp(35px, 4.4vw, 56px)/.97 var(--display); letter-spacing: -.075em; }
.company-wordmark small { display: block; margin-top: 10px; color: #65788a; font: 700 10px/1 var(--type); letter-spacing: .22em; }
.company-monogram { display: grid; width: 76px; height: 76px; flex: 0 0 auto; place-items: center; color: white; background: var(--night); font: 700 43px/1 var(--display); letter-spacing: -.08em; }
.company-description { max-width: 610px; }
.company-description .kicker { margin-bottom: 12px; }
.company-description h2 { margin-bottom: 18px; font-size: clamp(39px, 4.8vw, 58px); }
.company-description > p:not(.kicker) { margin: 0 0 14px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.company-description .button { margin-top: 10px; }
.capability-list { border-top: 1px solid #cbd6de; }
.capability-list article, .work-list article { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 22px; min-height: 121px; padding-top: 21px; border-bottom: 1px solid #cbd6de; }
.capability-list article > span, .work-list article > span { margin: 3px 0 0; }
.capability-list h3, .work-list h3 { margin-bottom: 5px; }
.capability-list p, .work-list p { max-width: 700px; }
.portfolio-note { display: grid; grid-template-columns: .7fr 1fr; gap: 8%; padding-block: 92px 102px; }
.portfolio-note h2 { margin: 0 0 18px; font: 700 clamp(39px, 5vw, 59px)/1.07 var(--display); letter-spacing: -.07em; }
.portfolio-note > div > p { max-width: 565px; margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.8; }

/* Careers */
.career-feature { color: white; background: var(--night); }
.career-feature-inner { display: grid; grid-template-columns: 1fr minmax(280px, .8fr); gap: 10%; padding-block: 61px 68px; }
.career-feature .kicker { color: #a8c6df; }
.career-feature h2 { max-width: 570px; font-size: clamp(43px, 5.7vw, 68px); }
.career-feature-inner > div:last-child { max-width: 480px; padding-top: 29px; }
.career-feature-inner > div:last-child > p:first-child { margin: 0 0 22px; color: #c6d1da; font-size: 14px; line-height: 1.85; }
.career-feature .button { color: var(--night); background: white; }
.career-feature .button:hover { color: white; background: var(--blue); }
.external-note { margin: 10px 0 0; color: #718394; font-size: 10px; }
.career-feature .external-note { color: #aebdca; }
.work-section { padding-block: 91px 99px; }
.work-list { border-top: 1px solid var(--line); }
.work-list article { min-height: 113px; border-color: var(--line); }
.work-list article > span { color: var(--blue); }
.career-disclosure { display: grid; grid-template-columns: 160px 1fr; gap: 24px; padding-block: 22px 33px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.career-disclosure strong { color: var(--ink); }
.career-disclosure p { max-width: 680px; margin: 0; }

/* Contact */
.contact-route { padding-block: 33px 22px; border-top: 1px solid var(--line); }
.contact-route-heading { display: grid; grid-template-columns: 70px 1fr; gap: 20px; }
.route-index { color: var(--blue); font-size: 12px; font-weight: 700; }
.contact-route h2 { font-size: clamp(35px, 4.5vw, 54px); }
.contact-route-heading > div > p:last-child { max-width: 580px; margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.contact-email { display: flex; align-items: center; justify-content: space-between; margin: 40px 0 0 90px; padding-block: 15px; border-top: 1px solid #abbac6; border-bottom: 1px solid #abbac6; color: var(--blue); font-size: clamp(17px, 2.2vw, 24px); font-weight: 700; }
.contact-route > .external-note { margin-left: 90px; }
.contact-routes { margin-top: 45px; border-top: 1px solid var(--line); }
.contact-routes article { display: grid; grid-template-columns: 70px minmax(0, 1fr) 38px; align-items: center; gap: 20px; min-height: 106px; border-bottom: 1px solid var(--line); }
.contact-routes article > span { color: var(--blue); font-size: 11px; font-weight: 700; }
.contact-routes h3 { margin: 0 0 4px; font-size: 16px; }
.contact-routes p { margin: 0; color: var(--muted); font-size: 12px; }
.contact-routes article > a { display: grid; width: 36px; height: 36px; place-items: center; color: var(--blue); border: 1px solid #afc1cf; }
.contact-routes article > a:hover { color: white; background: var(--blue); }
.contact-disclosure { padding-block: 29px 61px; }
.contact-disclosure p { max-width: 730px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.contact-disclosure strong { color: var(--ink); }

/* Footer */
.site-footer { padding-block: 39px 20px; color: #eaf0f4; background: #112336; }
.footer-main { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px 50px; padding-bottom: 27px; }
.brand-footer img { width: 228px; height: 48px; }
.footer-about p { margin: 5px 0 0 4px; color: #b6c3cd; font-size: 11px; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 23px; grid-column: 2; grid-row: 1; }
.footer-nav a, .footer-credit { color: #c1ccd5; font-size: 11px; }
.footer-nav a:hover, .footer-credit:hover { color: #a8cdea; }
.footer-credit { grid-column: 2; justify-self: end; }
.footer-meta { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.16); color: #a8b6c1; font-size: 10px; }
.footer-meta p { max-width: 790px; margin: 0; line-height: 1.65; }

@media (max-width: 920px) {
  .main-nav { gap: 17px; }
  .hero-home { grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: 42px; }
  .intro-grid { grid-template-columns: 120px 1fr; gap: 22px 32px; }
  .intro-detail { grid-column: 2; }
  .feature-body { gap: 35px; }
}
@media (max-width: 720px) {
  .content-width, .header-inner, .hero { width: min(100% - 40px, var(--wide)); }
  .formation-bar { min-height: 29px; font-size: 10px; }
  .header-inner { min-height: 70px; }
  .brand img { width: 194px; height: 42px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-content: center; gap: 5px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 17px; height: 1.5px; background: var(--ink); transition: transform .16s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: absolute; top: 69px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 9px 20px 20px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 25px rgba(23,43,64,.09); }
  .main-nav.is-open { display: flex; flex-direction: column; }
  .main-nav > a:not(.nav-cta) { padding: 13px 2px; border-bottom: 1px solid var(--line); }
  .main-nav > a:not(.nav-cta):hover, .main-nav > a[aria-current="page"] { border-color: var(--line); }
  .nav-cta { justify-content: space-between; margin-top: 12px; }
  .hero-home { grid-template-columns: 1fr; gap: 39px; min-height: 0; padding-block: 64px 54px; }
  .hero-copy .kicker { max-width: 310px; margin-bottom: 20px; }
  .hero-copy h1 { max-width: 520px; font-size: clamp(51px, 12.4vw, 75px); }
  .hero-lede { margin-top: 20px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 25px; }
  .hero-note { align-items: flex-start; margin-top: 29px; font-size: 10px; }
  .hero-note .status-dot { margin-top: 6px; }
  .hero-panel { min-height: 345px; padding: 20px; }
  .hero-panel-rule { margin-top: 37px; }
  .intro-grid { grid-template-columns: 1fr; gap: 12px; padding-block: 41px 43px; }
  .intro-grid .kicker { margin: 0; }
  .intro-statement { font-size: 33px; }
  .intro-detail { grid-column: auto; margin-top: 3px; font-size: 12px; }
  .approach-section { padding-block: 66px 74px; }
  .section-title-row { grid-template-columns: 1fr; gap: 14px; margin-bottom: 30px; }
  .section-title-row h2 { font-size: 39px; }
  .section-summary { font-size: 12px; }
  .approach-list article { grid-template-columns: 34px minmax(0,1fr); gap: 10px; min-height: 105px; padding-block: 11px; }
  .approach-index { padding-top: 7px; font-size: 10px; }
  .approach-list h3, .operating-list h3, .capability-list h3, .work-list h3 { font-size: 14px; }
  .approach-list p, .operating-list p, .capability-list p, .work-list p { font-size: 11px; }
  .approach-side { display: none; }
  .feature-inner { padding-block: 25px 18px; }
  .feature-heading .kicker { max-width: 235px; font-size: 9px; }
  .feature-body { grid-template-columns: 1fr; gap: 18px; padding-block: 43px 36px; }
  .feature-body h2 { font-size: clamp(52px, 12vw, 72px); }
  .feature-copy { max-width: 500px; }
  .feature-copy p { font-size: 12px; }
  .feature-bottom { flex-wrap: wrap; gap: 10px 13px; font-size: 8px; }
  .feature-bottom span + span::before { padding-right: 12px; }
  .feature-bottom a { font-size: 9px; }
  .closing-section { grid-template-columns: 1fr; gap: 20px; padding-block: 63px 69px; }
  .closing-section h2 { font-size: 46px; }
  .closing-section > div:last-child p { font-size: 12px; }
  .page-intro { padding-block: 63px 39px; }
  .page-intro > .kicker { margin-bottom: 18px; }
  .page-intro h1 { font-size: clamp(47px, 11vw, 69px); }
  .page-intro-bottom { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 20px; padding-bottom: 22px; }
  .page-intro-bottom p { font-size: 13px; }
  .page-reference { font-size: 8px; }
  .story-section { padding-block: 22px 69px; }
  .story-content { grid-template-columns: 1fr; gap: 22px; margin-top: 30px; }
  .story-content h2, .status-section h2, .next-step h2, .company-description h2, .career-feature h2 { font-size: 43px; }
  .story-content p { font-size: 13px; }
  .operating-section, .capabilities-section { padding-block: 62px 68px; }
  .operating-list { grid-template-columns: 1fr; }
  .operating-list article, .operating-list article + article { min-height: 0; padding: 17px 0 20px; border-bottom: 1px solid #cbd6de; border-left: 0; }
  .operating-list article > span, .capability-list article > span, .work-list article > span { margin-bottom: 15px; }
  .operating-list h3 { max-width: none; margin-bottom: 5px; }
  .operating-list p { max-width: none; }
  .group-roles { grid-template-columns: 1fr; }
  .group-roles article, .group-roles article + article { min-height: 0; padding: 17px 0 21px; border-bottom: 1px solid #cbd6de; border-left: 0; }
  .group-roles h3 { margin: 17px 0 5px; font-size: 16px; }
  .group-roles p { font-size: 11px; }
  .status-section { grid-template-columns: 1fr; gap: 20px; padding-block: 62px 69px; }
  .status-content p { font-size: 12px; }
  .next-step { align-items: flex-start; flex-direction: column; gap: 18px; padding-block: 34px 47px; }
  .next-step > div { align-items: flex-start; flex-direction: column; gap: 16px; }
  .next-step h2 { font-size: 22px; }
  .company-detail { padding-bottom: 61px; }
  .company-detail-meta { align-items: flex-start; flex-direction: column; gap: 8px; font-size: 9px; }
  .company-detail-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 31px 18px; }
  .company-wordmark { gap: 13px; font-size: 39px; }
  .company-monogram { width: 57px; height: 57px; font-size: 32px; }
  .company-wordmark small { margin-top: 7px; font-size: 8px; }
  .company-description h2 { font-size: 41px; }
  .company-description > p:not(.kicker) { font-size: 12px; }
  .capability-list article, .work-list article { grid-template-columns: 34px minmax(0,1fr); gap: 10px; min-height: 110px; padding-block: 17px; }
  .capability-list article > span, .work-list article > span { margin: 1px 0 0; }
  .capability-list p, .work-list p { font-size: 11px; }
  .portfolio-note { grid-template-columns: 1fr; gap: 16px; padding-block: 63px 72px; }
  .portfolio-note h2 { font-size: 43px; }
  .portfolio-note > div > p { font-size: 12px; }
  .career-feature-inner { grid-template-columns: 1fr; gap: 16px; padding-block: 41px 47px; }
  .career-feature h2 { font-size: 43px; }
  .career-feature-inner > div:last-child { padding-top: 0; }
  .career-feature-inner > div:last-child > p:first-child { font-size: 12px; }
  .work-section { padding-block: 65px 72px; }
  .career-disclosure { grid-template-columns: 1fr; gap: 4px; padding-block: 17px 28px; font-size: 10px; }
  .contact-route { padding-top: 23px; }
  .contact-route-heading { grid-template-columns: 35px 1fr; gap: 10px; }
  .contact-route h2 { font-size: 35px; }
  .contact-route-heading > div > p:last-child { font-size: 11px; }
  .contact-email { margin: 30px 0 0 45px; font-size: 16px; }
  .contact-route > .external-note { margin-left: 45px; font-size: 9px; }
  .contact-routes { margin-top: 31px; }
  .contact-routes article { grid-template-columns: 35px minmax(0,1fr) 35px; gap: 10px; min-height: 100px; }
  .contact-routes h3 { font-size: 14px; }
  .contact-routes p { font-size: 10px; }
  .contact-disclosure { padding-block: 20px 45px; }
  .contact-disclosure p { font-size: 10px; }
  .site-footer { padding-block: 28px 16px; }
  .footer-main { grid-template-columns: 1fr; gap: 17px; padding-bottom: 20px; }
  .brand-footer img { width: 194px; height: 42px; }
  .footer-nav { justify-content: flex-start; gap: 9px 17px; grid-column: auto; grid-row: auto; }
  .footer-credit { grid-column: auto; justify-self: start; }
  .footer-meta { grid-template-columns: 1fr; gap: 6px; padding-top: 13px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Editorial group identity */
:root {
  --ink: #142b39;
  --body: #344a51;
  --muted: #607277;
  --blue: #315d70;
  --blue-pale: #e5e9e4;
  --line: #d4d8d1;
  --paper: #f4f3ed;
  --white: #fffefa;
  --night: #183440;
  --type: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --display: "Avenir Next", Avenir, Georgia, serif;
}
body { background: var(--paper); }
.formation-bar { min-height: 30px; color: #dbe0d9; background: var(--night); font-size: 10px; letter-spacing: .04em; }
.formation-bar > span, .status-dot { background: #9aa982; }
.site-header { background: var(--white); border-color: #d7d9d3; }
.header-inner { min-height: 90px; }
.brand img { width: 218px; height: 46px; }
.main-nav { color: #4c6065; }
.main-nav > a:not(.nav-cta) { border-width: 1px; }
.main-nav > a:not(.nav-cta):hover, .main-nav > a[aria-current="page"] { border-color: #a7734f; }
.nav-cta { color: var(--white); background: #a15e37; }
.nav-cta:hover, .button-primary:hover { background: #804629; }
.button-primary { background: #a15e37; }
.inline-link { color: #28586c; }
.kicker { color: #876344; letter-spacing: .12em; }

.group-hero { overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--line); }
.group-hero-inner { display: grid; min-height: 580px; grid-template-columns: minmax(0, 1.12fr) minmax(350px, .78fr); align-items: center; gap: clamp(55px, 9vw, 138px); padding-block: 78px 65px; }
.group-hero-copy { max-width: 700px; }
.group-hero-copy .kicker { margin-bottom: 25px; }
.group-hero-copy h1 { max-width: 720px; margin: 0; font: 500 clamp(57px, 7.5vw, 94px)/.98 var(--display); letter-spacing: -.058em; }
.group-hero-copy h1 em { color: #a15e37; font-style: normal; }
.group-hero-copy .hero-lede { max-width: 555px; margin-top: 24px; color: #51656a; font-size: 16px; line-height: 1.8; }
.group-hero-copy .hero-actions { margin-top: 30px; }
.portfolio-ledger { min-height: 360px; align-self: center; padding: 23px 26px 18px; color: #f7f5ef; background: #1a3b47; }
.ledger-heading, .ledger-foot { display: flex; align-items: center; justify-content: space-between; color: #c0c9c3; font-size: 10px; letter-spacing: .04em; }
.ledger-heading { padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.27); }
.ledger-heading span:last-child { font-variant-numeric: tabular-nums; }
.ledger-entry { display: grid; grid-template-columns: 43px 1fr 32px; align-items: start; gap: 13px; padding-block: 48px 39px; }
.ledger-number { padding-top: 8px; color: #d59b71; font: 500 17px/1 var(--display); }
.ledger-entry h2 { margin: 0; font: 500 clamp(34px, 3.3vw, 45px)/.99 var(--display); letter-spacing: -.045em; }
.ledger-entry p { margin: 13px 0 0; color: #c6d0cd; font-size: 11px; }
.ledger-entry > a { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(255,255,255,.34); color: white; transition: background .18s ease; }
.ledger-entry > a:hover { background: #a15e37; }
.ledger-foot { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.27); font-size: 9px; }
.hero-index { display: flex; align-items: center; gap: 12px; padding-bottom: 17px; color: #738083; font-size: 9px; letter-spacing: .055em; text-transform: uppercase; }
.hero-index span:first-child { color: #a15e37; }
.hero-index span:last-child { margin-left: auto; }
.group-statement { color: #f6f4ed; background: var(--night); }
.statement-inner { display: grid; grid-template-columns: 130px minmax(0, 1fr) minmax(220px, .52fr); align-items: start; gap: 40px; padding-block: 69px 73px; }
.statement-inner .kicker { margin-top: 13px; color: #d5a37e; }
.statement-inner h2 { margin: 0; font: 500 clamp(39px, 5.3vw, 66px)/1.02 var(--display); letter-spacing: -.045em; }
.statement-inner h2 em { color: #d9c2a7; font-style: normal; }
.statement-aside { padding-top: 5px; }
.statement-aside p { margin: 0 0 19px; color: #d1d8d3; font-size: 12px; line-height: 1.8; }
.statement-aside .inline-link { color: #dfb08c; font-size: 11px; }
.portfolio-section { padding-block: 99px 99px; }
.portfolio-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.portfolio-heading .kicker { margin-bottom: 12px; }
.portfolio-heading h2, .principles-title h2, .group-contact-row h2 { margin: 0; font: 500 clamp(46px, 6vw, 72px)/.97 var(--display); letter-spacing: -.055em; }
.portfolio-heading > p { max-width: 365px; margin: 0 0 5px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.portfolio-feature { display: grid; grid-template-columns: .72fr 1.15fr 1fr 42px; align-items: center; gap: 25px; min-height: 183px; padding: 26px 25px; border-top: 1px solid #aab4b0; border-bottom: 1px solid #aab4b0; color: var(--ink); transition: color .18s ease, background .18s ease, padding .18s ease; }
.portfolio-feature:hover { padding-inline: 32px 18px; color: #f7f5ef; background: #1a3b47; }
.portfolio-feature-index { color: #a15e37; font: 500 24px/1 var(--display); }
.portfolio-feature-index small { display: block; margin-top: 11px; color: #718082; font: 700 8px/1.4 var(--type); letter-spacing: .08em; }
.portfolio-feature-name { font: 500 clamp(33px, 4vw, 51px)/.9 var(--display); letter-spacing: -.05em; }
.portfolio-feature-name small { display: block; margin-top: 7px; font: 600 9px/1 var(--type); letter-spacing: .19em; text-transform: uppercase; }
.portfolio-feature-description { max-width: 260px; color: #67787a; font-size: 11px; line-height: 1.75; }
.portfolio-feature:hover .portfolio-feature-description, .portfolio-feature:hover .portfolio-feature-index small { color: #cbd5d1; }
.portfolio-feature-arrow { justify-self: end; color: #a15e37; font-size: 21px; transition: transform .18s ease, color .18s ease; }
.portfolio-feature:hover .portfolio-feature-arrow { color: #e7b894; transform: translate(3px, -3px); }
.portfolio-disclosure { display: flex; align-items: center; gap: 9px; margin-top: 16px; color: #667778; font-size: 9px; }
.portfolio-disclosure .status-dot { width: 6px; height: 6px; }
.group-principles { background: #e8e8df; }
.principles-inner { display: grid; grid-template-columns: .72fr 1fr; gap: 12%; padding-block: 90px 96px; }
.principles-title .kicker { margin-bottom: 21px; }
.principles-title h2 { font-size: clamp(44px, 5.3vw, 65px); }
.principle-list { border-top: 1px solid #c0c8c0; }
.principle-list article { display: grid; grid-template-columns: 35px 1fr; gap: 16px; padding-block: 23px; border-bottom: 1px solid #c0c8c0; }
.principle-list article > span { padding-top: 3px; color: #a15e37; font: 500 14px/1 var(--display); }
.principle-list h3 { margin: 0 0 7px; font-size: 14px; letter-spacing: -.02em; }
.principle-list p { max-width: 440px; margin: 0; color: #5e6c6d; font-size: 11px; line-height: 1.75; }
.group-contact { padding-block: 82px 90px; }
.group-contact > .kicker { margin-bottom: 19px; }
.group-contact-row { display: grid; grid-template-columns: 1fr minmax(270px, .56fr); align-items: end; gap: 70px; }
.group-contact-row h2 { font-size: clamp(48px, 6.3vw, 77px); }
.group-contact-row > div > p { margin: 0 0 19px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.button-outline { border-color: #86989a; }

/* Careers: live openings and clear hand-off to Koadic recruitment */
.career-listing { padding-block: 69px 93px; }
.career-listing-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.career-listing-heading .kicker { margin-bottom: 9px; }
.career-listing-heading h2 { margin: 0; font: 500 clamp(38px, 5vw, 57px)/1 var(--display); letter-spacing: -.05em; }
.career-listing-heading > p { margin: 0 0 3px; color: var(--muted); font-size: 11px; }
.career-job-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.career-job-card { display: flex; min-height: 300px; flex-direction: column; padding: 25px 27px 21px; border: 1px solid #d2d7ce; background: var(--white); transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.career-job-card:hover { transform: translateY(-3px); border-color: #a15e37; box-shadow: 0 16px 32px rgba(24,52,64,.08); }
.career-job-top { display: flex; justify-content: space-between; gap: 16px; color: #75807c; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.career-job-top span:first-child { color: #a15e37; font: 500 16px/1 var(--display); }
.career-job-card h3 { max-width: 470px; margin: 29px 0 10px; font: 500 clamp(27px, 3vw, 37px)/1.08 var(--display); letter-spacing: -.035em; }
.career-job-card h3 a:hover { color: #8b4f30; }
.career-job-card > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.career-job-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.career-job-tags span, .career-tags > span { padding: 6px 9px; color: #4c6065; background: #eeefe9; font-size: 9px; }
.career-job-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: #28586c; font-size: 11px; font-weight: 700; }
.career-job-link span { transition: transform .16s ease; }
.career-job-link:hover span { transform: translate(2px, -2px); }
.career-empty { display: grid; grid-template-columns: 80px minmax(0, 1fr) auto; align-items: center; gap: 24px; min-height: 210px; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.career-empty-index { align-self: start; padding-top: 5px; color: #a15e37; font: 500 14px/1 var(--display); }
.career-empty h3 { margin: 0 0 8px; font: 500 27px/1.15 var(--display); }
.career-empty p { max-width: 570px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.career-empty .inline-link { font-size: 11px; }
.career-cooperation { color: #f6f4ed; background: var(--night); }
.career-cooperation-inner { display: grid; grid-template-columns: 150px minmax(0, .95fr) minmax(250px, .65fr); align-items: start; gap: 34px; padding-block: 59px 65px; }
.career-cooperation .kicker { margin: 8px 0 0; color: #d5a37e; }
.career-cooperation h2 { margin: 0; font: 500 clamp(37px, 5vw, 57px)/1.02 var(--display); letter-spacing: -.045em; }
.career-cooperation h2 em { color: #d9c2a7; font-style: normal; }
.career-cooperation-inner > p:last-child { max-width: 400px; margin: 5px 0 0; color: #d1d8d3; font-size: 12px; line-height: 1.85; }
.career-detail { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 8%; padding-block: 38px 89px; }
.career-tags { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 29px; border-bottom: 1px solid var(--line); }
.career-tags > span { display: grid; gap: 4px; min-width: 115px; padding: 9px 11px; font-size: 11px; font-weight: 600; }
.career-tags small { color: #74817c; font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.career-prose { max-width: 760px; padding-top: 33px; }
.career-prose h2 { margin: 30px 0 10px; font: 500 30px/1.15 var(--display); letter-spacing: -.03em; }
.career-prose h2:first-child { margin-top: 0; }
.career-prose p { margin: 0; color: var(--body); font-size: 14px; line-height: 1.95; }
.career-apply-card { position: sticky; top: 20px; padding: 24px; border: 1px solid var(--line); background: var(--white); }
.career-apply-card .kicker { margin-bottom: 12px; }
.career-apply-card h2 { margin: 0 0 12px; font: 500 31px/1.05 var(--display); letter-spacing: -.04em; }
.career-apply-card > p:not(.kicker) { margin: 0 0 21px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.career-apply-card .button { width: 100%; justify-content: space-between; padding-inline: 14px; font-size: 11px; }
.career-apply-card .inline-link { margin-top: 19px; font-size: 10px; }

.site-footer { padding-top: 43px; color: #e9eae2; background: #183440; }
.footer-main { padding-bottom: 32px; }
.footer-about > p { color: #c2cbc4; }
.footer-nav a, .footer-credit { color: #d1d6ce; }
.footer-nav a:hover, .footer-credit:hover { color: #e7b894; }
.footer-meta { border-color: rgba(255,255,255,.22); color: #bdc8c4; }
.footer-meta p { max-width: 900px; }

@media (max-width: 920px) {
  .group-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 45px; }
  .statement-inner { grid-template-columns: 100px 1fr; gap: 25px; }
  .statement-aside { grid-column: 2; max-width: 390px; }
  .principles-inner { gap: 8%; }
  .career-cooperation-inner { grid-template-columns: 100px 1fr; gap: 20px 26px; }
  .career-cooperation-inner > p:last-child { grid-column: 2; }
  .career-detail { grid-template-columns: minmax(0, 1fr) 270px; gap: 35px; }
}
@media (max-width: 720px) {
  .header-inner { min-height: 70px; }
  .main-nav { background: var(--white); }
  .group-hero-inner { grid-template-columns: 1fr; gap: 36px; min-height: 0; padding-block: 58px 34px; }
  .group-hero-copy .kicker { max-width: 300px; font-size: 9px; }
  .group-hero-copy h1 { max-width: 540px; font-size: clamp(52px, 13vw, 76px); }
  .group-hero-copy .hero-lede { max-width: 470px; font-size: 14px; }
  .group-hero-copy .hero-actions { align-items: flex-start; }
  .portfolio-ledger { min-height: 284px; padding: 18px 19px 15px; }
  .ledger-entry { padding-block: 37px 30px; }
  .ledger-entry h2 { font-size: 39px; }
  .hero-index { padding-bottom: 14px; font-size: 8px; }
  .hero-index span:last-child { display: none; }
  .statement-inner { grid-template-columns: 1fr; gap: 12px; padding-block: 46px 49px; }
  .statement-inner .kicker { margin: 0; }
  .statement-inner h2 { font-size: 43px; }
  .statement-aside { grid-column: auto; max-width: 390px; }
  .portfolio-section { padding-block: 65px 69px; }
  .portfolio-heading { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 27px; }
  .portfolio-heading h2 { font-size: 51px; }
  .portfolio-heading > p { max-width: 420px; }
  .portfolio-feature { grid-template-columns: 36px 1fr 32px; gap: 12px; min-height: 145px; padding: 20px 12px; }
  .portfolio-feature:hover { padding-inline: 16px 8px; }
  .portfolio-feature-index { font-size: 18px; }
  .portfolio-feature-index small { font-size: 6px; }
  .portfolio-feature-name { font-size: 36px; }
  .portfolio-feature-description { grid-column: 2; grid-row: 2; font-size: 10px; }
  .portfolio-feature-arrow { grid-column: 3; grid-row: 1; }
  .portfolio-disclosure { align-items: flex-start; font-size: 8px; }
  .portfolio-disclosure .status-dot { margin-top: 3px; }
  .principles-inner { grid-template-columns: 1fr; gap: 29px; padding-block: 62px 68px; }
  .principles-title h2 { font-size: 51px; }
  .principle-list article { padding-block: 19px; }
  .group-contact { padding-block: 62px 67px; }
  .group-contact-row { grid-template-columns: 1fr; gap: 18px; }
  .group-contact-row h2 { font-size: 56px; }
  .group-contact-row > div > p { max-width: 430px; }
  .site-footer { padding-top: 30px; }
  .career-listing { padding-block: 47px 63px; }
  .career-listing-heading { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 22px; }
  .career-job-grid { grid-template-columns: 1fr; gap: 11px; }
  .career-job-card { min-height: 260px; padding: 20px 18px 17px; }
  .career-job-card h3 { margin-top: 22px; font-size: 31px; }
  .career-job-card > p { font-size: 11px; }
  .career-empty { grid-template-columns: 1fr; gap: 13px; min-height: 0; padding: 21px 18px; }
  .career-empty h3 { font-size: 24px; }
  .career-cooperation-inner { grid-template-columns: 1fr; gap: 13px; padding-block: 42px 46px; }
  .career-cooperation .kicker { margin: 0; }
  .career-cooperation h2 { font-size: 43px; }
  .career-cooperation-inner > p:last-child { grid-column: auto; margin-top: 3px; font-size: 11px; }
  .career-detail { grid-template-columns: 1fr; gap: 27px; padding-block: 24px 63px; }
  .career-apply-card { position: static; }
  .career-tags > span { min-width: 0; }
  .career-prose { padding-top: 25px; }
  .career-prose h2 { font-size: 27px; }
  .career-prose p { font-size: 12px; }
}
