:root {
  --red: #f21f2b;
  --deep-red: #a9272f;
  --orange: #ff8a1f;
  --yellow: #ffc24b;
  --soft-yellow: #fff3d6;
  --amber: #ffb13c;
  --ink: #101820;
  --muted: #6d4a1c;
  --paper: #ffd26d;
  --cream: #ffc24b;
  --card: #fff3d6;
  --line: rgba(126, 68, 0, 0.18);
  --shadow: 0 24px 70px rgba(126, 68, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: clip;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--yellow);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.55;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

:where(section, footer, header, main, div, article, nav, form) {
  min-width: 0;
}

:where(.image-hero, .image-section, .values-showcase, .section, .fit-section, .mission-band, .apply-section) {
  scroll-margin-top: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 250, 0.94);
  backdrop-filter: blur(18px);
  transform: translateY(0);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    background-color 240ms ease;
}

.image-hero,
.image-section {
  width: 100%;
  margin: 0;
  background: var(--yellow);
}

.image-hero {
  position: relative;
  min-height: max(100svh, calc(100vw * 0.75 + 112px));
  overflow: hidden;
  background-color: var(--yellow);
  background-image: url("./assets/hero-bg.png");
  background-position: center 112px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  width: min(600px, calc(100% - 72px));
  min-height: 100svh;
  padding: clamp(152px, 10vw, 188px) 0 clamp(42px, 7vw, 84px);
  margin-left: clamp(26px, 4.6vw, 70px);
}

.hero-copy h1 {
  max-width: 590px;
  margin: 0;
  color: var(--ink);
  font-family:
    "Arial Black", Impact, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.65rem, 4.85vw, 4.85rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: none;
}

.hero-role {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin-top: 16px;
}

.hero-role span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 2px solid rgba(16, 24, 32, 0.1);
  border-radius: 8px;
  color: #fff;
  background: #111820;
  box-shadow: 0 14px 28px rgba(16, 24, 32, 0.18);
  font-size: clamp(0.92rem, 1.18vw, 1.02rem);
  font-weight: 850;
  line-height: 1.2;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.hero-role span:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 31, 43, 0.32);
  background: var(--red);
  box-shadow: 0 18px 38px rgba(242, 31, 43, 0.24);
}

.hero-copy p {
  max-width: 480px;
  margin: 16px 0 0;
  color: #2a1d10;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0 1px 0 rgba(255, 253, 250, 0.36);
}

.hero-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: #111820;
  box-shadow: 0 20px 48px rgba(16, 24, 32, 0.24);
  font-size: 1rem;
  font-weight: 850;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.hero-apply:hover {
  transform: translateY(-3px);
  background: var(--deep-red);
  box-shadow: 0 26px 60px rgba(169, 39, 47, 0.28);
}

.hero-nav-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 96px;
  padding: 18px clamp(36px, 5vw, 76px);
  color: #14191f;
  background: rgba(255, 194, 75, 0.98);
  box-shadow: 0 10px 24px rgba(169, 39, 47, 0.06);
}

.hero-nav-left,
.hero-nav-right {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.6vw, 42px);
}

.mobile-only {
  display: none;
}

.hero-nav-right {
  justify-content: flex-end;
}

.hero-nav-overlay a {
  font-size: 0.98rem;
  font-weight: 850;
  white-space: nowrap;
}

.hero-nav-left a,
.hero-nav-right > a:not(.hero-nav-cta) {
  position: relative;
  padding: 8px 0;
}

.hero-nav-left a::after,
.hero-nav-right > a:not(.hero-nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.hero-nav-left a:hover,
.hero-nav-right > a:not(.hero-nav-cta):hover {
  color: var(--deep-red);
}

.hero-nav-left a:hover::after,
.hero-nav-right > a:not(.hero-nav-cta):hover::after {
  transform: scaleX(1);
}

.hero-nav-logo {
  display: block;
  width: 112px;
  transform: translateY(1px);
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.hero-nav-logo:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.hero-nav-logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 7px 14px rgba(126, 68, 0, 0.14));
}

.hero-nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 22px;
  color: #fff;
  background: var(--deep-red);
  box-shadow: 0 14px 30px rgba(169, 39, 47, 0.18);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.hero-nav-cta:hover {
  transform: translateY(-2px);
  background: var(--red);
  box-shadow: 0 20px 48px rgba(242, 31, 43, 0.22);
}

.image-hero img,
.image-section img {
  width: 100%;
  height: auto;
  transition:
    transform 600ms ease,
    filter 600ms ease;
}

.image-hero img {
  min-height: 0;
  object-fit: contain;
  object-position: center top;
}

.image-section {
  position: relative;
  padding: clamp(28px, 4vw, 58px);
  overflow: hidden;
}

.image-section img {
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(83, 30, 20, 0.12);
}

.image-section:hover img {
  transform: translateY(-10px) scale(1.012);
  filter: saturate(1.04);
}

.values-showcase {
  position: relative;
  min-height: 100svh;
  padding: clamp(54px, 5.8vw, 86px) max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 194, 75, 0.34), rgba(255, 194, 75, 0.04) 56%),
    url("./assets/core-values-bg.png") center / cover no-repeat,
    var(--yellow);
}

.values-content {
  display: grid;
  align-content: start;
  width: min(760px, 58vw);
  min-height: calc(100svh - clamp(108px, 11.6vw, 172px));
}

.values-showcase h2 {
  max-width: 740px;
  margin: 0;
  color: var(--ink);
  font-family:
    "Arial Black", Impact, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.6rem, 4.2vw, 4.8rem);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: 0;
}

.values-showcase h2 strong,
.values-showcase h2 span {
  color: var(--red);
}

.values-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: #4f3512;
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  font-weight: 400;
  line-height: 1.72;
}

.values-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 38px) clamp(28px, 5vw, 72px);
  max-width: 720px;
  margin-top: clamp(28px, 4vw, 48px);
}

.value-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 0;
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.value-item:hover {
  transform: translateY(-4px);
}

.value-item span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 121, 0, 0.18);
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #ff8a1f, #f21f2b);
  box-shadow: 0 12px 26px rgba(169, 39, 47, 0.18);
  font-size: 0.82rem;
  font-weight: 850;
}

.value-item h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.2;
}

.value-item p {
  margin: 0;
  color: #4f3512;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.6;
}

.value-item:nth-child(2) {
  transition-delay: 55ms;
}

.value-item:nth-child(3) {
  transition-delay: 110ms;
}

.value-item:nth-child(4) {
  transition-delay: 165ms;
}

.value-item:nth-child(5) {
  transition-delay: 220ms;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 250, 0.98);
  box-shadow: 0 18px 42px rgba(83, 30, 20, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  width: 148px;
}

.brand img {
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a,
.header-cta,
.primary-button,
.secondary-button,
.apply-form button {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.nav-links a:hover {
  color: var(--deep-red);
}

.header-cta,
.primary-button,
.secondary-button,
.apply-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 800;
}

.header-cta {
  padding: 10px 16px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 12px 28px rgba(242, 31, 43, 0.22);
}

.header-cta:hover,
.primary-button:hover,
.apply-form button:hover {
  transform: translateY(-2px);
  background: var(--deep-red);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  background: var(--yellow);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("./assets/vaa-logo.png");
  background-repeat: no-repeat;
  background-position: right clamp(-90px, -7vw, -24px) center;
  background-size: min(760px, 78vw) auto;
  opacity: 0.22;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  content: "";
  background: var(--red);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1120px, calc(100% - 36px));
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  padding: clamp(54px, 9vw, 110px) 0 clamp(42px, 7vw, 78px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--deep-red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #ffd79a;
}

.hero h1,
.section-heading h2,
.mission-band h2,
.fit-column h2,
.apply-copy h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.04;
}

.hero h1 {
  max-width: 760px;
  color: var(--red);
  font-size: 7rem;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: #3d2720;
  font-size: 1.55rem;
  font-weight: 750;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-button,
.secondary-button {
  padding: 14px 20px;
}

.primary-button {
  color: #fff;
  background: var(--red);
  box-shadow: 0 18px 38px rgba(242, 31, 43, 0.26);
}

.secondary-button {
  color: var(--deep-red);
  border: 1px solid rgba(169, 39, 47, 0.34);
  background: rgba(255, 255, 255, 0.68);
}

.secondary-button:hover {
  transform: translateY(-2px);
  border-color: var(--deep-red);
  background: #fff;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 1040px);
  margin: clamp(42px, 9vw, 92px) 0 0;
  overflow: hidden;
  border: 1px solid rgba(169, 39, 47, 0.2);
  border-radius: 8px;
  background: rgba(169, 39, 47, 0.18);
  box-shadow: var(--shadow);
}

.hero-facts div {
  min-height: 126px;
  padding: 20px;
  background: rgba(255, 253, 250, 0.88);
  transition:
    transform 220ms ease,
    background-color 220ms ease;
}

.hero-facts div:hover {
  transform: translateY(-4px);
  background: #fffdfa;
}

.hero-facts dt {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 1.06rem;
  font-weight: 850;
}

.section,
.fit-section,
.mission-band,
.apply-section,
.site-footer {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.muted {
  width: 100%;
  max-width: none;
  padding-right: max(18px, calc((100vw - 1120px) / 2));
  padding-left: max(18px, calc((100vw - 1120px) / 2));
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.section-heading.compact {
  display: block;
  max-width: 780px;
}

.section-heading h2,
.fit-column h2,
.apply-copy h2 {
  font-size: 3.35rem;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.intro .section-heading {
  display: block;
  margin-bottom: 0;
}

.intro-copy p,
.environment p,
.comp-box p,
.mission-band p {
  margin: 0;
  color: #4c342c;
  font-size: 1.2rem;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: #4d3830;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  color: var(--red);
  content: "✓";
  font-weight: 950;
  transition:
    transform 180ms ease,
    color 180ms ease;
}

.caution-list li::before {
  color: var(--deep-red);
  content: "×";
  font-size: 1.26rem;
  line-height: 1;
}

.check-list li {
  transition:
    transform 180ms ease,
    color 180ms ease;
}

.fit-column:hover .check-list li {
  color: #2f210c;
}

.fit-column:hover .check-list li:hover {
  transform: translateX(8px);
}

.fit-column:hover .check-list li:hover::before {
  transform: scale(1.22) rotate(-8deg);
}

.value-grid,
.problem-grid,
.success-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.value-grid article,
.problem-card,
.success-grid article,
.work-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 12px 36px rgba(83, 30, 20, 0.08);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.value-grid article:hover,
.problem-card:hover,
.success-grid article:hover,
.work-list article:hover {
  transform: translateY(-6px);
  border-color: rgba(169, 39, 47, 0.36);
  box-shadow: 0 18px 48px rgba(83, 30, 20, 0.12);
}

.value-grid article {
  padding: 24px;
}

.value-grid span {
  color: var(--orange);
  font-size: 0.9rem;
  font-weight: 950;
}

.value-grid h3,
.problem-card h3,
.success-grid h3,
.work-list h3 {
  margin: 10px 0 10px;
  line-height: 1.16;
  font-size: 1.22rem;
}

.value-grid p,
.problem-card p,
.success-grid p,
.work-list p {
  margin: 0;
  color: var(--muted);
}

.problem-card {
  padding: 26px;
  border-top: 5px solid var(--red);
}

.card-kicker {
  margin: 0 0 16px !important;
  color: var(--deep-red) !important;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.mission-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 56px;
  border-radius: 8px;
  color: #fff;
  background: var(--deep-red);
  box-shadow: var(--shadow);
}

.mission-band h2 {
  font-size: 3.55rem;
}

.mission-band p {
  color: #ffe9cf;
}

.work-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.work-list article {
  padding: 22px 24px;
}

.work-list h3 {
  color: var(--deep-red);
}

.timeline-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.timeline-tabs {
  display: grid;
  gap: 10px;
}

.timeline-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  color: var(--muted);
  background: rgba(255, 253, 250, 0.84);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-align: left;
  transition:
    transform 220ms ease,
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.timeline-tab span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 999px;
  color: var(--deep-red);
  background: #fff2e0;
  font-size: 0.8rem;
}

.timeline-tab::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.42;
}

.timeline-tab:hover,
.timeline-tab.is-active {
  transform: translateX(6px);
  color: var(--deep-red);
  border-color: rgba(169, 39, 47, 0.42);
  background: #fffdfa;
  box-shadow: 0 14px 34px rgba(83, 30, 20, 0.1);
}

.timeline-tab.is-active {
  color: #fff;
  background: var(--deep-red);
}

.timeline-tab.is-active span {
  color: var(--deep-red);
  background: var(--orange);
}

.timeline-panels {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fffdfa;
  box-shadow: var(--shadow);
}

.timeline-panel {
  display: grid;
  align-content: center;
  min-height: 430px;
  padding: clamp(28px, 5vw, 56px);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 260ms ease,
    transform 260ms ease;
}

.timeline-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.timeline-panel[hidden] {
  display: none;
}

.panel-kicker {
  margin: 0 0 16px;
  color: var(--deep-red);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.timeline-panel h3 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--red);
  font-size: 3.2rem;
  line-height: 1.02;
  text-transform: uppercase;
}

.timeline-panel p {
  max-width: 760px;
  color: #4d3830;
  font-size: 1.16rem;
  font-weight: 750;
}

.timeline-panel ul {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.timeline-panel li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-weight: 750;
}

.timeline-panel li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  color: var(--orange);
  content: "•";
  font-size: 1.3rem;
  line-height: 1;
}

.success-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.success-grid article {
  padding: 22px;
}

.section.success-section {
  padding-top: clamp(92px, 8vw, 128px);
  padding-bottom: clamp(92px, 8vw, 128px);
}

.success-section .section-heading {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 14px;
  width: min(920px, 100%);
  margin: 0 auto clamp(36px, 4.6vw, 58px);
  text-align: center;
}

.success-section .section-heading .eyebrow {
  margin: 0;
}

.success-section .section-heading h2 {
  max-width: 880px;
  font-size: clamp(2.95rem, 4.8vw, 4.65rem);
  line-height: 1.04;
}

.success-section .success-grid {
  gap: clamp(18px, 2vw, 26px);
  width: min(1120px, 100%);
  margin: 0 auto;
  align-items: stretch;
}

.success-section .success-grid article {
  display: flex;
  min-height: 226px;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(28px, 2.4vw, 38px);
}

.success-section .success-grid h3 {
  margin: 0 0 16px;
  font-size: clamp(1.22rem, 1.5vw, 1.5rem);
  line-height: 1.18;
}

.success-section .success-grid p {
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.66;
}

.fit-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 96px 0;
}

.fit-column {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 8px;
  background: #fff8ef;
  border: 1px solid var(--line);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    background-color 260ms ease,
    box-shadow 260ms ease;
}

.fit-column:hover {
  transform: translateY(-8px);
}

.fit-column.caution {
  background: #fffdfa;
}

.environment-section .section-heading {
  align-items: start;
  margin-bottom: clamp(18px, 2.6vw, 30px);
}

.environment-section .section-heading h2 {
  transform: translateY(clamp(-34px, -3vw, -18px));
}

.environment {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.tool-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tool-tags span {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--deep-red);
  background: #fffdfa;
  font-weight: 850;
  cursor: default;
  transition:
    transform 220ms ease,
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.tool-tags span::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.34) 42%, transparent 68%);
  transform: translateX(-120%);
  transition: transform 420ms ease;
}

.tool-tags span:hover {
  transform: translateY(-6px) scale(1.035);
  color: #fff;
  border-color: rgba(169, 39, 47, 0.36);
  background: var(--red);
  box-shadow: 0 18px 38px rgba(169, 39, 47, 0.24);
}

.tool-tags span:hover::after {
  transform: translateX(120%);
}

.compensation {
  padding-top: 64px;
}

.comp-box {
  max-width: 780px;
  padding: clamp(24px, 4vw, 38px);
  border-left: 8px solid var(--orange);
  border-radius: 8px;
  background: #fff8ef;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.apply-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: start;
  padding: 76px 42px;
  border-radius: 8px;
  color: #fff;
  background: var(--deep-red);
}

.process-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding-left: 22px;
  color: #ffe9cf;
  font-weight: 750;
}

.apply-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 8px;
  background: #fffdfa;
  color: var(--ink);
}

.apply-form label {
  display: grid;
  gap: 8px;
  color: #4d3830;
  font-size: 0.9rem;
  font-weight: 850;
}

.apply-form .full,
.apply-form button,
.form-status,
.form-note {
  grid-column: 1 / -1;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(169, 39, 47, 0.24);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.apply-form input[type="file"] {
  min-height: 52px;
  padding: 12px;
  background: #fff8e8;
  cursor: pointer;
}

.apply-form input[type="file"]::file-selector-button {
  min-height: 32px;
  margin-right: 12px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  color: #fff;
  background: var(--deep-red);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.apply-form input[type="file"]::file-selector-button:hover {
  background: var(--red);
  transform: translateY(-1px);
}

.field-hint {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
}

.apply-form textarea {
  resize: vertical;
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
  outline: 3px solid rgba(255, 162, 49, 0.35);
  border-color: var(--orange);
}

.apply-form button {
  min-height: 52px;
  border: 0;
  color: #fff;
  background: var(--red);
  cursor: pointer;
  font: inherit;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-status {
  min-height: 22px;
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.form-status:empty {
  display: none;
}

.form-status.is-success {
  color: #197d3a;
}

.form-status.is-error {
  color: var(--deep-red);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 46px;
  color: var(--muted);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: var(--red);
  font-size: clamp(1.7rem, 2.3vw, 2.35rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    0 2px 0 rgba(255, 253, 250, 0.3),
    0 10px 18px rgba(126, 68, 0, 0.18);
  transition: transform 180ms ease;
}

.footer-brand:hover {
  transform: translateY(-3px);
}

.footer-brand strong {
  color: var(--orange);
  text-shadow:
    0 1px 0 rgba(255, 253, 250, 0.34),
    0 8px 16px rgba(126, 68, 0, 0.2);
}

.footer-mark {
  width: 92px;
  height: 48px;
  object-fit: cover;
  object-position: top center;
  filter:
    drop-shadow(0 2px 0 rgba(255, 253, 250, 0.22))
    drop-shadow(0 8px 14px rgba(126, 68, 0, 0.2));
}

.site-footer p {
  max-width: 660px;
  margin: 0;
  text-align: right;
}

body :where(p, li, dd, dt, input, select, textarea, button) {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

main > :not(.image-hero):not(.image-section):not(.values-showcase) {
  background: var(--yellow);
}

.muted {
  background: var(--yellow);
}

.eyebrow,
.card-kicker,
.panel-kicker {
  color: var(--deep-red) !important;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-weight: 950;
}

.section-heading h2,
.mission-band h2,
.fit-column h2,
.apply-copy h2,
.timeline-panel h3 {
  color: var(--ink);
  font-family:
    "Arial Black", Impact, Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 950;
  text-transform: none;
}

.problem-card,
.success-grid article,
.work-list article,
.fit-column,
.comp-box,
.timeline-panels,
.apply-form {
  border: 2px solid rgba(126, 68, 0, 0.16);
  background: rgba(255, 243, 214, 0.92);
  box-shadow: 0 18px 46px rgba(126, 68, 0, 0.14);
}

.problem-card:hover,
.success-grid article:hover,
.work-list article:hover,
.fit-column:hover {
  border-color: rgba(169, 39, 47, 0.34);
  box-shadow: 0 24px 60px rgba(126, 68, 0, 0.2);
}

.fit-column:not(.caution):hover {
  border-color: rgba(255, 138, 31, 0.58);
}

.fit-column.caution:hover {
  border-color: rgba(242, 31, 43, 0.42);
}

.problem-card {
  border-top: 8px solid var(--orange);
}

.work-list h3,
.success-grid h3,
.problem-card h3 {
  color: var(--deep-red);
  font-family:
    "Arial Black", Impact, Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 950;
}

.problem-card p,
.success-grid p,
.work-list p,
.timeline-panel p,
.timeline-panel li,
.fit-column li,
.environment p,
.comp-box p,
.form-note,
.site-footer p {
  color: #4f3512;
}

.mission-band,
.apply-section {
  color: var(--ink);
  background: var(--orange);
  border: 2px solid rgba(126, 68, 0, 0.14);
}

.mission-band p,
.process-list {
  color: #fff8e8;
}

.timeline-tab {
  border: 2px solid rgba(126, 68, 0, 0.14);
  color: var(--ink);
  background: rgba(255, 243, 214, 0.9);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.timeline-tab span {
  color: var(--ink);
  background: var(--yellow);
}

.timeline-tab:hover,
.timeline-tab.is-active {
  color: var(--ink);
  background: var(--yellow);
  border-color: rgba(126, 68, 0, 0.28);
}

.timeline-tab.is-active {
  background: var(--orange);
}

.timeline-tab.is-active span {
  color: #fff;
  background: var(--deep-red);
}

.timeline-panels {
  background: var(--soft-yellow);
}

.timeline-section {
  padding-top: clamp(94px, 9vw, 138px);
  padding-bottom: clamp(94px, 9vw, 132px);
}

.timeline-section .section-heading {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 14px;
  width: min(940px, 100%);
  margin: 0 auto clamp(36px, 4.8vw, 58px);
  text-align: center;
}

.timeline-section .section-heading .eyebrow {
  margin: 0;
}

.timeline-section .section-heading h2 {
  max-width: 880px;
  font-size: clamp(3rem, 5.1vw, 4.85rem);
  line-height: 1.04;
}

.timeline-section .timeline-shell {
  grid-template-columns: minmax(270px, 0.34fr) minmax(0, 1fr);
  gap: clamp(18px, 2.2vw, 28px);
  width: min(1120px, 100%);
  margin: 0 auto;
}

.timeline-section .timeline-tab {
  min-height: 88px;
  padding: 20px 24px;
}

.timeline-section .timeline-panels,
.timeline-section .timeline-panel {
  min-height: 448px;
}

.timeline-section .timeline-panel {
  align-content: start;
  padding: clamp(38px, 4.6vw, 64px);
}

.timeline-section .panel-kicker {
  margin-bottom: 18px;
}

.timeline-section .timeline-panel h3 {
  max-width: 800px;
  margin-bottom: 22px;
  font-size: clamp(2.85rem, 4.5vw, 4.25rem);
  line-height: 1.05;
}

.timeline-section .timeline-panel p {
  max-width: 760px;
  margin-top: 0;
  font-size: 1.14rem;
  font-weight: 650;
  line-height: 1.68;
}

.timeline-section .timeline-panel ul {
  gap: 13px;
  max-width: 820px;
  margin-top: 30px;
}

.timeline-section .timeline-panel li {
  padding-left: 28px;
  font-weight: 650;
  line-height: 1.58;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
  border: 2px solid rgba(126, 68, 0, 0.14);
  background: #fff8e8;
}

.apply-form button {
  color: #fff;
  background: #111820;
}

.apply-form button:hover {
  background: var(--deep-red);
}

.tool-tags span {
  color: var(--ink);
  background: var(--soft-yellow);
  border: 2px solid rgba(126, 68, 0, 0.16);
}

.tool-tags span:hover {
  color: #fff;
  background: var(--red);
  border-color: rgba(169, 39, 47, 0.42);
}

.site-footer {
  color: #4f3512;
  background: transparent;
}

body :where(p, li, dd, dt, label, input, select, textarea, .form-note) {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-weight: 400;
}

body :where(.problem-card p, .success-grid p, .work-list p, .timeline-panel p, .timeline-panel li, .fit-column li, .environment p, .comp-box p, .process-list li) {
  font-weight: 500;
  line-height: 1.65;
}

body :where(.hero-nav-overlay a, .timeline-tab, .apply-form button, .hero-nav-cta, .hero-apply) {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-weight: 850;
}

body :where(.eyebrow, .card-kicker, .panel-kicker) {
  font-weight: 850;
}

body :where(.apply-form label) {
  font-weight: 650;
}

@media (max-width: 920px) {
  .hero-nav-overlay {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 82px;
    padding: 14px 18px;
  }

  .hero-nav-logo {
    display: none;
  }

  .hero-nav-left,
  .hero-nav-right {
    gap: 16px;
  }

  .hero-nav-left {
    justify-content: center;
    width: 100%;
  }

  .hero-nav-left .mobile-only {
    display: inline-flex;
    align-items: center;
  }

  .hero-nav-right {
    display: none;
  }

  .hero-nav-right > a:not(.hero-nav-cta) {
    display: none;
  }

  .hero-nav-cta {
    min-height: 40px;
    padding: 0 16px;
  }

  .hero-nav-overlay a {
    font-size: 0.9rem;
  }

  .nav-links {
    display: none;
  }

  .hero-bg {
    background-position: center 28px;
    background-size: min(560px, 106vw) auto;
    opacity: 0.16;
  }

  .image-hero {
    min-height: max(100svh, calc(100vw * 0.75 + 104px));
    background-position: center 104px;
  }

  .hero-copy {
    width: min(560px, calc(100% - 48px));
    min-height: 100svh;
    padding-top: 122px;
    margin-left: 24px;
  }

  .hero-copy h1 {
    max-width: 560px;
    font-size: clamp(2.7rem, 7vw, 4.2rem);
  }

  .hero-copy p {
    max-width: 460px;
  }

  .values-showcase {
    min-height: auto;
    padding: 72px 24px 48vh;
    background-position: 58% bottom;
  }

  .values-content {
    width: min(100%, 720px);
    min-height: 0;
  }

  .values-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 680px;
  }

  .values-showcase h2 {
    font-size: clamp(2.7rem, 9vw, 4.6rem);
  }

  .hero-inner {
    justify-content: flex-end;
  }

  .hero-facts,
  .value-grid,
  .problem-grid,
  .success-grid,
  .timeline-shell,
  .work-list,
  .fit-section,
  .apply-section,
  .intro,
  .section-heading,
  .mission-band,
  .environment {
    grid-template-columns: 1fr;
  }

  .environment-section .section-heading {
    margin-bottom: 24px;
  }

  .environment-section .section-heading h2 {
    transform: none;
  }

  .timeline-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-tab {
    min-height: 68px;
  }

  .timeline-tab:hover,
  .timeline-tab.is-active {
    transform: translateY(-3px);
  }

  .timeline-panels,
  .timeline-panel {
    min-height: 360px;
  }

  .timeline-panel h3 {
    font-size: 2.55rem;
  }

  .timeline-section {
    padding-top: 82px;
    padding-bottom: 84px;
  }

  .timeline-section .section-heading {
    justify-items: start;
    width: min(100%, 720px);
    margin-bottom: 32px;
    text-align: left;
  }

  .timeline-section .section-heading h2 {
    font-size: clamp(2.45rem, 7vw, 3.6rem);
  }

  .timeline-section .timeline-shell {
    grid-template-columns: 1fr;
  }

  .timeline-section .timeline-tab {
    min-height: 72px;
    padding: 16px 18px;
  }

  .timeline-section .timeline-panels,
  .timeline-section .timeline-panel {
    min-height: 360px;
  }

  .timeline-section .timeline-panel {
    padding: 32px 28px;
  }

  .timeline-section .timeline-panel h3 {
    font-size: clamp(2.2rem, 6vw, 3rem);
  }

  .section-heading {
    align-items: start;
  }

  .hero h1 {
    font-size: 5rem;
  }

  .section-heading h2,
  .fit-column h2,
  .apply-copy h2,
  .mission-band h2 {
    font-size: 2.75rem;
  }

  .section.success-section {
    padding-top: 82px;
    padding-bottom: 84px;
  }

  .success-section .section-heading {
    justify-items: start;
    width: min(100%, 720px);
    margin-bottom: 30px;
    text-align: left;
  }

  .success-section .section-heading h2 {
    font-size: clamp(2.45rem, 7vw, 3.55rem);
  }

  .success-section .success-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .success-section .success-grid article {
    min-height: 200px;
    padding: 26px 24px;
  }

  .section,
  .fit-section {
    padding: 76px 0;
  }

  .mission-band,
  .apply-section {
    padding: 42px 28px;
  }
}

@media (max-width: 640px) {
  body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  .hero-nav-overlay {
    position: relative;
    min-height: 0;
    padding: 10px 14px;
  }

  .hero-nav-logo {
    display: none;
  }

  .hero-nav-left {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .hero-nav-left::-webkit-scrollbar {
    display: none;
  }

  .hero-nav-left a {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 8px 14px;
    border: 1px solid rgba(169, 39, 47, 0.18);
    border-radius: 999px;
    background: rgba(255, 253, 250, 0.46);
    text-align: center;
    white-space: nowrap;
  }

  .hero-nav-left .mobile-only {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-nav-left a::after {
    display: none;
  }

  .hero-nav-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.86rem !important;
  }

  .site-header {
    min-height: 68px;
    padding-inline: 14px;
  }

  .brand {
    width: 116px;
  }

  .header-cta {
    padding-inline: 12px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: calc(100vh - 68px);
  }

  .image-hero {
    min-height: auto;
    background-color: var(--yellow);
    background-image: url("./assets/hero-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: min(116vw, 520px) auto;
  }

  .hero-copy {
    width: calc(100% - 28px);
    min-height: auto;
    padding: 34px 0 clamp(300px, 76vw, 390px);
    margin: 0 auto;
  }

  .hero-copy h1 {
    max-width: 11ch;
    font-family:
      Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Arial, sans-serif;
    font-size: clamp(2.12rem, 11vw, 2.85rem);
    font-weight: 900;
    line-height: 1.05;
  }

  .hero-role {
    display: grid;
    width: 100%;
    margin-top: 18px;
    padding: 0;
  }

  .hero-role span {
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.9rem;
    text-align: center;
  }

  .hero-copy p {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-apply {
    min-height: 44px;
    margin-top: 18px;
    padding: 0 18px;
    font-size: 0.92rem;
  }

  .image-section {
    padding: 18px 12px;
  }

  .values-showcase {
    padding: 68px 14px clamp(270px, 76vw, 360px);
    background:
      linear-gradient(180deg, rgba(255, 194, 75, 0.28), rgba(255, 194, 75, 0.02) 72%),
      url("./assets/core-values-bg.png") right -132px bottom / min(860px, 188vw) auto no-repeat,
      var(--yellow);
  }

  .values-showcase h2 {
    font-family:
      Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Arial, sans-serif;
    font-size: clamp(2rem, 10vw, 2.5rem);
    font-weight: 900;
    line-height: 1.06;
  }

  .values-lead {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.58;
  }

  .values-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .value-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 14px;
  }

  .value-item span {
    width: 38px;
    height: 38px;
    font-size: 0.78rem;
  }

  .value-item h3 {
    font-size: 1rem;
  }

  .value-item p {
    font-size: 0.92rem;
  }

  .image-section img {
    border-radius: 14px;
  }

  .hero-inner {
    width: min(100% - 28px, 1120px);
    min-height: calc(100vh - 78px);
  }

  .hero h1 {
    font-size: 3.7rem;
  }

  .hero-lead,
  .intro-copy p,
  .environment p,
  .comp-box p,
  .mission-band p {
    font-size: 1.08rem;
  }

  .section-heading h2,
  .fit-column h2,
  .apply-copy h2,
  .mission-band h2 {
    font-family:
      Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Arial, sans-serif;
    font-size: clamp(1.92rem, 9vw, 2.35rem);
    font-weight: 900;
    line-height: 1.08;
  }

  .timeline-tabs {
    grid-template-columns: 1fr;
  }

  .timeline-panel {
    padding: 28px 22px;
  }

  .timeline-panel h3 {
    font-size: 2rem;
  }

  .timeline-panel p {
    font-size: 1.04rem;
  }

  .timeline-section {
    padding-top: 70px;
    padding-bottom: 76px;
  }

  .timeline-section .section-heading {
    gap: 10px;
    margin-bottom: 24px;
  }

  .timeline-section .section-heading h2 {
    font-size: clamp(1.92rem, 9vw, 2.28rem);
  }

  .timeline-section .timeline-tab {
    min-height: 64px;
    padding: 14px 16px;
  }

  .timeline-section .timeline-panel {
    padding: 26px 20px;
  }

  .timeline-section .timeline-panel h3 {
    font-family:
      Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Arial, sans-serif;
    font-size: clamp(1.62rem, 8vw, 2.05rem);
    font-weight: 900;
    line-height: 1.08;
  }

  .timeline-section .timeline-panel p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .timeline-section .timeline-panel ul {
    gap: 9px;
    margin-top: 20px;
  }

  .section.success-section {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .success-section .section-heading {
    gap: 10px;
    margin-bottom: 24px;
  }

  .success-section .section-heading h2 {
    font-size: clamp(1.92rem, 9vw, 2.25rem);
    line-height: 1.08;
  }

  .success-section .success-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .success-section .success-grid article {
    min-height: 0;
    padding: 24px 20px;
  }

  .success-section .success-grid h3 {
    margin-bottom: 10px;
    font-size: 1.16rem;
  }

  .success-section .success-grid p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .section,
  .fit-section,
  .mission-band,
  .apply-section,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

  .section,
  .fit-section {
    padding-top: 64px;
    padding-bottom: 66px;
  }

  .section-heading {
    gap: 10px;
    margin-bottom: 22px;
  }

  .problem-grid,
  .work-list,
  .fit-section,
  .environment,
  .apply-section {
    gap: 12px;
  }

  .problem-card,
  .work-list article,
  .success-grid article,
  .fit-column,
  .comp-box {
    padding: 20px 18px;
  }

  .muted {
    padding-right: 14px;
    padding-left: 14px;
  }

  .apply-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
    justify-items: start;
  }

  .site-footer p {
    text-align: left;
  }
}
