:root {
  color-scheme: dark;
  --ink: #070d20;
  --paper: #f0f3fa;
  --white: #f5f7ff;
  --muted: #a7b6d0;
  --line: #29344d;
  --accent: #c0daff;
  --text: #172744;
  --gutter: clamp(1.4rem, 4.8vw, 5rem);
  font-family: Archivo, Helvetica, Arial, sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary {
  font: inherit;
  color: inherit;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}
.light-section :focus-visible,
.opportunities :focus-visible {
  outline-color: #315c7a;
}
::selection {
  background: var(--accent);
  color: var(--ink);
}
img,
svg {
  display: block;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 450;
}
p {
  line-height: 1.65;
}
h2 {
  font-size: clamp(2.5rem, 4.8vw, 4.7rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-wrap: balance;
}
h3 {
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
.wrap {
  width: min(100%, 1536px);
  padding-inline: var(--gutter);
  margin-inline: auto;
}
.eyebrow,
.micro {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.65;
  letter-spacing: 0.075em;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.arrow {
  width: 22px;
  height: 22px;
  flex: none;
  transition: transform 0.3s;
}
.brand-mark {
  width: 23px;
  height: 23px;
  flex: none;
}
.wordmark {
  display: inline-flex;
  align-items: flex-start;
  gap: 3px;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 500;
}
.wordmark .brand-mark {
  width: 20px;
  height: 20px;
  margin-top: -3px;
}
.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  padding: 1rem;
  background: var(--white);
  color: var(--ink);
  z-index: 20;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #c7e1ff12;
}
.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}
.desktop-nav a,
.header-contact {
  font-size: 0.875rem;
  line-height: 1.5;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.desktop-nav a {
  color: var(--muted);
  position: relative;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--white);
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.desktop-nav a:hover:after,
.desktop-nav a[aria-current="page"]:after {
  transform: scaleX(1);
}
.header-contact {
  border-bottom: 1px solid #677b89;
}
.header-contact .arrow {
  width: 17px;
}
.header-contact:hover .arrow,
.button:hover .arrow,
.text-link:hover .arrow,
.footer-email:hover .arrow {
  transform: translateX(5px);
}
.mobile-menu {
  display: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  min-height: 54px;
  padding: 1rem 1.3rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid transparent;
  transition:
    background 0.25s,
    color 0.25s,
    box-shadow 0.25s;
}
.button-light {
  background: var(--white);
  color: var(--ink);
}
.button-light:hover {
  background: var(--accent);
  box-shadow: 0 0 30px #a5dcec17;
}
.button-dark {
  background: var(--ink);
  color: var(--white);
}
.button-dark:hover {
  background: #244255;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  min-height: 44px;
  font-size: 0.875rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
.hero {
  isolation: isolate;
  position: relative;
  min-height: min(880px, calc(100svh - 92px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.hero-content {
  padding-block: 7rem 9rem;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.hero-content a {
  pointer-events: auto;
}
.hero .eyebrow {
  color: var(--muted);
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.status-dot {
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 14px #a5dcec80;
}
.hero h1 {
  font-size: clamp(4.5rem, 8vw, 8rem);
  letter-spacing: -0.065em;
  line-height: 0.99;
  margin-top: 2.1rem;
  max-width: 820px;
}
.hero h1 span {
  display: block;
}
.hero-description {
  font-size: 1.0625rem;
  color: var(--muted);
  max-width: 420px;
  margin-top: 2rem;
  text-wrap: pretty;
}
.hero .button {
  margin-top: 2rem;
}
.field-wrap {
  position: absolute;
  z-index: 0;
  width: 74%;
  height: 112%;
  top: -6%;
  right: -9%;
  isolation: isolate;
}
.field-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--ink),
    transparent 26%,
    transparent 90%,
    var(--ink)
  );
}
.field-canvas {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 1s;
}
.field-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  transition: opacity 1s;
}
[data-field-state="ready"] .field-canvas {
  opacity: 1;
}
[data-field-state="ready"] .field-fallback {
  opacity: 0;
}
.hero-grid {
  position: absolute;
  inset: 0 var(--gutter);
  display: flex;
  justify-content: space-between;
  z-index: -1;
  pointer-events: none;
}
.hero-grid span {
  width: 1px;
  background: linear-gradient(#c7e1ff05, #c7e1ff02 45%, #c7e1ff08);
}
.hero-bottom {
  position: absolute;
  bottom: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  gap: 1rem;
  z-index: 3;
}
.scroll-link {
  display: flex;
  align-items: center;
  gap: 2rem;
  min-height: 44px;
}
.scroll-link span {
  color: var(--accent);
  font-size: 1.125rem;
}
.flare-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 192px;
  height: 192px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.flare-trigger[hidden] {
  display: none;
}
.flare-trigger:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #c0daff38;
  border-radius: inherit;
  background: radial-gradient(circle, #c0daff18, #c0daff03 65%, transparent 72%);
  box-shadow: 0 0 45px #a7cfff0d, inset 0 0 35px #a7cfff08;
  opacity: 0;
  transform: scale(0.85);
  transition:
    opacity 0.35s,
    transform 0.5s cubic-bezier(0.16, 0.8, 0.3, 1);
  pointer-events: none;
}
.flare-hint {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  width: max-content;
  color: var(--accent);
  font: 0.6875rem/1.5 "IBM Plex Mono", monospace;
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translate(-50%, -5px);
  transition: opacity 0.25s, transform 0.35s;
  pointer-events: none;
}
.flare-hint span {
  margin-left: 0.4rem;
}
.flare-trigger:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 7px;
}
.flare-trigger:focus-visible:before {
  opacity: 1;
  transform: scale(1);
}
.flare-trigger:focus-visible .flare-hint {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (hover: hover) and (pointer: fine) {
  .flare-trigger:hover:before {
    opacity: 1;
    transform: scale(1);
  }
  .flare-trigger:hover .flare-hint {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.section {
  padding-block: 7rem;
}
.light-section {
  background: var(--paper);
  color: var(--text);
  color-scheme: light;
}
.section-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  margin-bottom: 4.8rem;
}
.section-intro > .eyebrow {
  padding-top: 0.6rem;
  color: #506474;
}
.section-description {
  font-size: 1.0625rem;
  max-width: 490px;
  margin-top: 1.6rem;
  color: #4e606d;
}
.focus-grid {
  display: flex;
  flex-direction: column;
}
.focus-item {
  display: grid;
  grid-template-columns: 0.35fr 1.35fr 1.6fr;
  align-items: start;
  gap: 3rem;
  position: relative;
  border-top: 1px solid #aabdc8;
  padding-block: 2.6rem;
}
.focus-item:last-child {
  border-bottom: 1px solid #aabdc8;
}
.focus-top {
  color: #4e687b;
  padding-top: 0.4rem;
}
.focus-glyph {
  display: none;
}
.focus-item h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
}
.focus-item p {
  font-size: 1rem;
  color: #4e606d;
  max-width: 480px;
}
.focus-item:before {
  content: "";
  height: 2px;
  background: #3a7a9b;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.focus-item:hover:before {
  transform: scaleX(1);
}
.principles-section {
  background: #0b142b;
  color: var(--white);
  border-top: 1px solid #2b3c49;
}
.principles-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 6rem;
}
.principles-heading {
  position: relative;
}
.principles-heading > .eyebrow {
  color: var(--muted);
  margin-bottom: 2.4rem;
}
.principles-heading h2 {
  font-size: clamp(3rem, 4.5vw, 4.5rem);
}
.principles-mark {
  margin-top: 3rem;
  color: #90cce1;
  width: 150px;
  opacity: 0.6;
}
.principles-mark .brand-mark {
  width: 100%;
  height: auto;
  transform: rotate(var(--mark-rotation, 0deg));
}
.principle-list article {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 1.6rem;
  padding: 2.5rem 0;
  border-top: 1px solid #304453;
}
.principle-list article:last-child {
  border-bottom: 1px solid #304453;
}
.principle-list .micro {
  color: var(--accent);
  padding-top: 3px;
}
.principle-list p {
  font-size: 1rem;
  color: var(--muted);
  margin-top: 0.75rem;
  max-width: 460px;
}
.invitation {
  position: relative;
  overflow: hidden;
  padding-block: 8rem;
  background: radial-gradient(
    ellipse at 15% 130%,
    #264860 0,
    #111e2b 25%,
    var(--ink) 62%
  );
}
.invitation:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #96cbeb70, transparent);
}
.invitation-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
}
.invitation .eyebrow {
  color: var(--muted);
  padding-top: 0.8rem;
}
.invitation h2 {
  font-size: clamp(3.2rem, 5.5vw, 5.5rem);
}
.invitation h2 span {
  color: #829dac;
}
.invitation p:not(.eyebrow) {
  font-size: 1.0625rem;
  color: var(--muted);
  margin-top: 2rem;
  max-width: 420px;
}
.invitation .button {
  margin-top: 2rem;
}
.site-footer {
  padding-top: 3rem;
  padding-bottom: 1.4rem;
  background: var(--ink);
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
.footer-top p {
  font-size: 1rem;
  color: var(--muted);
}
.footer-middle {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  padding: 2.5rem 0 1rem;
  align-items: center;
}
.footer-email {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  font-size: 1rem;
}
.footer-middle nav {
  display: flex;
  gap: 1.75rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: var(--muted);
}
.footer-middle nav a {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  min-height: 44px;
}
.footer-middle nav a:hover {
  color: var(--white);
}
.footer-signature {
  container-type: inline-size;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 2vw, 32px);
  padding-block: 2rem 1.5rem;
}
.footer-signature span {
  flex: none;
  white-space: nowrap;
  font-size: min(22cqw, 19rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.075em;
  /* Negative tracking extends the last glyph beyond its advance width. */
  padding: 0.08em 0.12em 0.08em 0;
  background: linear-gradient(#a3badf, #26334e);
  background-clip: text;
  color: transparent;
}
.footer-signature .brand-mark {
  width: clamp(32px, 11cqw, 160px);
  height: auto;
  color: #8ba9d4;
  margin-bottom: 2rem;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  padding-top: 1.4rem;
  color: #9daeb9;
  font-size: 0.75rem;
}
.footer-bottom a {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-hero {
  padding-block: 4rem 5rem;
  position: relative;
  overflow: hidden;
}
.page-hero .eyebrow {
  color: var(--accent);
  margin-bottom: 2.5rem;
}
.page-hero h1 {
  font-size: clamp(3.8rem, 7.1vw, 7rem);
  line-height: 1.03;
  letter-spacing: -0.06em;
  max-width: 1060px;
}
.page-hero .lead {
  font-size: 1.125rem;
  color: var(--muted);
  max-width: 520px;
  margin-top: 2.25rem;
}
.page-hero .text-link {
  margin-top: 2rem;
}
.careers-hero .wrap {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 4rem;
  align-items: end;
}
.breadcrumb {
  display: flex;
  gap: 0.8rem;
  color: var(--muted);
  margin-bottom: 3rem;
}
.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.careers-aside {
  border-top: 1px solid var(--line);
  padding-top: 1.6rem;
  padding-bottom: 0.4rem;
}
.careers-aside p {
  font-size: 1rem;
  color: var(--muted);
}
.careers-aside .text-link {
  color: var(--white);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 4rem;
}
.values-grid article {
  border-top: 1px solid #aabdc8;
  padding-top: 1.5rem;
}
.values-grid .micro {
  color: #4e687b;
}
.values-grid h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.values-grid p {
  color: #4e606d;
  font-size: 1rem;
}
.benefits-section {
  padding-top: 0;
}
.benefits-section .section-intro {
  padding-top: 5rem;
  border-top: 1px solid #b8c5d9;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 5rem;
}
.benefits-grid article {
  display: flex;
  gap: 1.1rem;
  border-top: 1px solid #b8c5d9;
  padding-block: 2rem;
}
.benefit-icon {
  width: 24px;
  height: 24px;
  flex: none;
  color: #386db1;
}
.benefits-grid h3 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}
.benefits-grid p {
  color: #4c5e79;
  max-width: 440px;
}
.opportunities {
  border-top: 1px solid #b5c9d4;
  background: #dee7f5;
  color: var(--text);
}
.editorial-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
}
.editorial-grid .eyebrow {
  color: #506474;
}
.side-title {
  font-size: clamp(2.3rem, 3.7vw, 3.5rem);
  margin-top: 2rem;
}
.opportunity-panel {
  border-top: 1px solid #9eb6c5;
  padding-top: 2rem;
}
.opportunity-panel h3 {
  font-size: 1.7rem;
}
.opportunity-panel p {
  margin-top: 1rem;
  color: #455c6b;
  max-width: 540px;
  font-size: 1rem;
}
.opportunity-panel .button {
  margin-top: 2rem;
}
.opportunity-panel .micro {
  margin-top: 1.5rem;
  font-size: 0.75rem;
}
.closing-section {
  padding-block: 5rem;
  background: var(--paper);
  color: var(--text);
}
.closing-grid {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
}
.closing-grid h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}
.inline-link {
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* Content is always visible. Scroll changes alignment and rule drawings only. */
.reveal-ready {
  transform: translateY(22px);
  transition: transform 0.85s cubic-bezier(0.16, 0.8, 0.3, 1);
}
.reveal-ready.is-visible {
  transform: none;
}
.focus-item.reveal-ready.is-visible:before {
  animation: trace-rule 1.3s cubic-bezier(0.2, 0.65, 0.3, 1) both;
}
@keyframes trace-rule {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }
  75% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 0;
  }
}
@keyframes enter-type {
  from {
    transform: translateY(25px);
  }
  to {
    transform: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero h1 span {
    animation: enter-type 1.1s cubic-bezier(0.16, 0.8, 0.3, 1) both;
  }
  .hero h1 span:nth-child(2) {
    animation-delay: 0.1s;
  }
}
@media (min-width: 1600px) {
  .field-wrap {
    right: -3%;
    width: 70%;
  }
  .hero-content {
    padding-block: 8rem 10rem;
  }
}
@media (max-width: 1050px) {
  .hero h1 {
    font-size: 6.3rem;
  }
  .field-wrap {
    right: -22%;
    width: 90%;
    opacity: 0.9;
  }
  .hero-description {
    max-width: 365px;
  }
  .section {
    padding-block: 5rem;
  }
  .section-intro,
  .editorial-grid,
  .invitation-grid {
    gap: 2.5rem;
  }
  .principles-grid {
    gap: 3rem;
  }
  .focus-item {
    grid-template-columns: 0.2fr 1fr 1.25fr;
    gap: 2rem;
  }
  .footer-middle {
    align-items: flex-start;
  }
  .footer-middle nav {
    gap: 1rem;
  }
  .careers-hero .wrap {
    gap: 3rem;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 2rem;
  }
  .header-inner {
    min-height: 76px;
    gap: 1rem;
  }
  .wordmark {
    font-size: 1.5rem;
  }
  .desktop-nav,
  .header-contact {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu summary {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    list-style: none;
    min-width: 76px;
    min-height: 44px;
    justify-content: flex-end;
    font-size: 0.875rem;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .menu-symbol {
    width: 18px;
    height: 10px;
    border-block: 1px solid currentColor;
    transition: transform 0.2s;
  }
  .mobile-menu[open] .menu-symbol {
    transform: rotate(-45deg);
  }
  .mobile-menu nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #0c151d;
    border-bottom: 1px solid var(--line);
    padding: 1rem var(--gutter) 1.5rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 30px #0005;
  }
  .mobile-menu nav a {
    padding: 1rem 0;
    min-height: 48px;
    border-bottom: 1px solid #263541;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.125rem;
  }
  .mobile-menu nav a[aria-current="page"] {
    color: var(--accent);
  }
  .hero {
    min-height: calc(100svh - 76px);
    justify-content: flex-start;
  }
  .hero-content {
    padding-top: 3.5rem;
    padding-bottom: 27rem;
  }
  .hero h1 {
    font-size: clamp(3rem, 15.4vw, 6rem);
    margin-top: 1.6rem;
    letter-spacing: -0.06em;
  }
  .hero-description {
    font-size: 1rem;
    max-width: 365px;
    margin-top: 1.5rem;
  }
  .hero .button {
    margin-top: 1.5rem;
  }
  .field-wrap {
    width: 120%;
    height: 560px;
    right: -13%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  .field-wrap:after {
    background: linear-gradient(
      180deg,
      var(--ink),
      transparent 25%,
      transparent 90%,
      var(--ink)
    );
  }
  .hero-bottom {
    bottom: 0.9rem;
  }
  .hero-bottom > .micro {
    max-width: 130px;
    font-size: 0.75rem;
  }
  .hero-grid {
    display: none;
  }
  .scroll-link {
    gap: 0.75rem;
    font-size: 0.75rem;
  }
  .flare-trigger {
    width: 144px;
    height: 144px;
  }
  .section {
    padding-block: 4rem;
  }
  .section-intro,
  .editorial-grid,
  .principles-grid,
  .invitation-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .section-intro {
    margin-bottom: 3rem;
  }
  .section-intro > .eyebrow,
  .editorial-grid > .eyebrow,
  .invitation .eyebrow {
    padding: 0;
  }
  .section-intro h2 {
    font-size: clamp(2.3rem, 8vw, 3.4rem);
  }
  .section-description {
    font-size: 1rem;
  }
  .focus-item {
    grid-template-columns: 2rem 1fr;
    gap: 1rem;
    padding-block: 1.8rem;
  }
  .focus-item h3 {
    font-size: 1.6rem;
  }
  .focus-item p {
    grid-column: 2;
    max-width: 100%;
  }
  .focus-top {
    padding-top: 0.15rem;
  }
  .principles-heading > .eyebrow {
    margin-bottom: 2rem;
  }
  .principles-heading h2 {
    font-size: 3rem;
  }
  .principles-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    opacity: 0.3;
  }
  .principle-list article {
    padding: 1.75rem 0;
    gap: 0.8rem;
    grid-template-columns: 1.5rem 1fr;
  }
  .principle-list h3 {
    font-size: 1.25rem;
  }
  .invitation h2 {
    font-size: clamp(2.75rem, 10vw, 4rem);
  }
  .invitation p:not(.eyebrow) {
    font-size: 1rem;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }
  .footer-middle {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem 0 1rem;
  }
  .footer-middle nav {
    gap: 1.4rem;
  }
  .footer-signature {
    padding-block: 1.5rem;
  }
  .footer-signature .brand-mark {
    margin-bottom: 0.6rem;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 0.75rem;
    gap: 0.4rem 1rem;
  }
  .footer-bottom > span:first-child {
    width: 100%;
    padding-top: 0.4rem;
  }
  .footer-bottom > a {
    margin-left: auto;
  }
  .page-hero {
    padding-block: 2rem 3.5rem;
  }
  .page-hero h1 {
    font-size: clamp(3.25rem, 11vw, 5rem);
  }
  .page-hero .eyebrow {
    margin-bottom: 2rem;
  }
  .page-hero .lead {
    font-size: 1.0625rem;
    margin-top: 1.5rem;
  }
  .breadcrumb {
    margin-bottom: 2.5rem;
  }
  .closing-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .closing-section {
    padding-block: 3.5rem;
  }
  .careers-hero .wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    margin-top: 3rem;
  }
  .values-grid h3 {
    margin-top: 1.5rem;
  }
  .benefits-section {
    padding-top: 0;
  }
  .benefits-section .section-intro {
    padding-top: 3rem;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .benefits-grid article {
    padding-block: 1.75rem;
  }
  .opportunity-panel h3 {
    font-size: 1.5rem;
  }
  .opportunities .editorial-grid {
    gap: 2.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal-ready {
    transform: none;
  }
  .principles-mark .brand-mark {
    transform: none;
  }
}
