:root {
  --ink: #1e2430;
  --muted: #667085;
  --line: #e6e8ee;
  --paper: #ffffff;
  --soft: #f6f8fb;
  --rose: #cf3f63;
  --rose-dark: #a9284a;
  --teal: #07847f;
  --blue: #2868b8;
  --saffron: #b7791f;
  --shadow: 0 18px 40px rgba(21, 31, 50, 0.10);
  --max: 1160px;
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -44px;
  z-index: 1000;
  background: var(--ink);
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(230, 232, 238, 0.78);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 72px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}

.brand-link img {
  height: 36px;
  width: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.site-nav a {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  color: #424b5f;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--rose-dark);
  background: #fff0f3;
}

.header-action,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.header-action,
.btn-primary {
  background: var(--rose);
  color: #fff;
  box-shadow: 0 10px 24px rgba(207, 63, 99, 0.22);
}

.header-action:hover,
.btn-primary:hover {
  background: var(--rose-dark);
  transform: translateY(-1px);
}

.btn-secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.btn-secondary:hover {
  border-color: #cbd1dc;
  box-shadow: 0 8px 22px rgba(21, 31, 50, 0.08);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.24);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: min(680px, calc(100svh - 104px));
  display: grid;
  align-items: center;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 20, 31, 0.88), rgba(18, 25, 38, 0.52) 50%, rgba(18, 25, 38, 0.18)),
    linear-gradient(0deg, rgba(15, 20, 31, 0.18), rgba(15, 20, 31, 0.02));
}

.hero-content {
  position: relative;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 92px 24px 70px;
  color: #fff;
}

.hero-copy {
  max-width: 760px;
}

.hero-eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-eyebrow {
  color: #ffdfe7;
}

.hero.hero-home h1 {
  max-width: 940px;
  font-size: clamp(56px, 8vw, 92px);
  line-height: 0.98;
}

.hero h1,
.sub-hero h1,
.page-title h1,
.program-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: 56px;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-statement {
  max-width: 720px;
  margin: 18px 0 0;
  color: #ffffff;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.15;
  font-weight: 900;
}

.hero-lead {
  max-width: 680px;
  margin: 18px 0 0;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.88);
}

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

.hero-proofbar {
  width: min(100%, 980px);
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.hero-proofbar div {
  min-height: 88px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.88);
}

.hero-proofbar strong {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  color: var(--ink);
}

.hero-proofbar span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.band,
.cta-band,
.sub-hero,
.page-title,
.job-detail-hero,
.detail-layout,
.program-hero,
.jobs-toolbar,
.job-list,
.campus-grid,
.profile-panel,
.legal-page,
.ai-doc {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.band {
  padding-top: 88px;
  padding-bottom: 88px;
}

.band.compact {
  padding-top: 72px;
}

.band.soft {
  max-width: none;
  background: var(--soft);
}

.band.soft > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.section-head {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-head h2,
.cta-band h2,
.side-panel h2,
.legal-page h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.22;
  letter-spacing: 0;
}

.section-head p:last-child,
.page-title p,
.sub-hero p,
.program-hero p {
  color: var(--muted);
  font-size: 17px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.home-intro .section-head {
  margin-bottom: 24px;
}

.belief-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.belief-item {
  min-height: 210px;
  padding: 24px 22px 24px 0;
  border-right: 1px solid var(--line);
}

.belief-item:last-child {
  border-right: 0;
}

.belief-item span {
  display: block;
  color: var(--rose);
  font-size: 13px;
  font-weight: 900;
}

.belief-item h3 {
  margin: 22px 0 10px;
  font-size: 22px;
  line-height: 1.24;
}

.belief-item p {
  margin: 0;
  color: var(--muted);
}

.feature-card,
.brand-card,
.job-card,
.campus-card,
.position-card,
.side-panel,
.profile-item,
.faq-list details,
.value-layout article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.feature-card {
  padding: 24px;
  min-height: 196px;
}

.feature-card h3,
.brand-card h3,
.job-card h2,
.campus-card h2,
.position-card h4 {
  margin: 0;
  line-height: 1.3;
}

.feature-card p,
.brand-card p,
.job-card p,
.campus-card p,
.position-card p,
.side-panel p {
  margin: 12px 0 0;
  color: var(--muted);
}

.split {
  max-width: var(--max);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: start;
}

.split h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0;
}

.split p {
  color: var(--muted);
}

.project-list {
  display: grid;
  gap: 12px;
}

.openings-split {
  align-items: center;
}

.opening-board {
  display: grid;
  gap: 12px;
}

.opening-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.opening-row:hover {
  transform: translateY(-2px);
  border-color: rgba(207, 63, 99, 0.32);
  box-shadow: 0 14px 28px rgba(21, 31, 50, 0.08);
}

.opening-row.is-featured {
  background: #ffffff;
}

.opening-row small {
  grid-column: 2;
  color: var(--muted);
}

.project-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.project-row small {
  grid-column: 2;
  color: var(--muted);
}

.status-open,
.status-ended,
.status-wait,
.job-tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 26px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.status-open {
  color: var(--teal);
  background: #e7f8f4;
}

.status-ended {
  color: #7a5360;
  background: #f3edf0;
}

.status-wait {
  color: var(--saffron);
  background: #fff7e3;
}

.job-tag {
  color: var(--blue);
  background: #edf4ff;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.brand-card {
  padding: 22px;
  min-height: 252px;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.brand-card:hover {
  transform: translateY(-2px);
  border-color: rgba(7, 132, 127, 0.28);
  box-shadow: 0 14px 28px rgba(21, 31, 50, 0.07);
}

.brand-logo-wrap {
  width: 128px;
  height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.brand-logo-wrap img {
  max-height: 46px;
  width: auto;
  object-fit: contain;
}

.brand-card span {
  color: var(--rose);
  font-size: 12px;
  font-weight: 800;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.media-grid figure {
  margin: 0;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #e9edf3;
}

.media-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.media-grid figure:hover img {
  transform: scale(1.04);
}

.media-grid figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.cta-band {
  margin-top: 18px;
  margin-bottom: 88px;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #152033;
  color: #fff;
  border-radius: 8px;
}

.cta-band .section-kicker {
  color: #ffdfe7;
}

.sub-hero {
  padding-top: 86px;
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 44px;
  align-items: center;
}

.sub-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.fact-grid div {
  padding: 24px;
  min-height: 128px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fact-grid div:nth-child(3n) {
  border-right: 0;
}

.fact-grid div:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.fact-grid span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.fact-grid strong {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.35;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.system-grid span {
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 800;
}

.value-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.value-layout article {
  padding: 32px;
  min-height: 244px;
}

.value-layout span {
  color: var(--rose);
  font-weight: 800;
  font-size: 13px;
}

.value-layout h2 {
  margin: 12px 0;
  font-size: 38px;
}

.value-layout p {
  color: var(--muted);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.timeline article {
  min-height: 220px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
}

.timeline span,
.process-steps span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #e9f5f4;
  color: var(--teal);
  font-weight: 900;
}

.timeline h3 {
  margin: 16px 0 8px;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.page-title {
  padding-top: 86px;
  padding-bottom: 44px;
}

.page-title h1 {
  max-width: 900px;
}

.page-title p {
  max-width: 760px;
}

.jobs-toolbar {
  display: grid;
  gap: 16px;
  padding-top: 0;
  padding-bottom: 28px;
}

.search-box {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.search-box input,
.apply-form input,
.apply-form select,
.apply-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  outline: none;
  background: #fff;
}

.apply-form input[type="file"] {
  padding: 10px 13px;
}

.apply-form input[type="file"]::file-selector-button {
  margin-right: 12px;
  border: 0;
  border-radius: 6px;
  background: #152033;
  color: #fff;
  font: inherit;
  font-weight: 800;
  padding: 7px 11px;
  cursor: pointer;
}

.search-box input:focus,
.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(207, 63, 99, 0.12);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-group button {
  min-height: 36px;
  border-radius: 999px;
  padding: 7px 13px;
  border: 1px solid var(--line);
  background: #fff;
  color: #4d5668;
  cursor: pointer;
}

.filter-group button.is-active {
  background: #152033;
  border-color: #152033;
  color: #fff;
}

.job-list {
  display: grid;
  gap: 16px;
  padding-top: 0;
  padding-bottom: 72px;
}

.job-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
}

.job-card h2 {
  margin-top: 10px;
  font-size: 22px;
}

.job-card h2 a:hover {
  color: var(--rose-dark);
}

.job-card dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
}

.job-card dt {
  color: var(--muted);
  font-size: 12px;
}

.job-card dd {
  margin: 3px 0 0;
  font-weight: 800;
}

.job-actions {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}

.empty-state {
  padding: 40px;
  border-radius: 8px;
  background: var(--soft);
  color: var(--muted);
  text-align: center;
}

.job-detail-hero {
  padding-top: 78px;
  padding-bottom: 54px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 42px;
  align-items: start;
}

.job-detail-hero h1 {
  margin-top: 14px;
}

.job-detail-hero p {
  color: var(--muted);
  font-size: 17px;
}

.job-detail-hero aside {
  border-radius: 8px;
  border: 1px solid var(--line);
  overflow: hidden;
}

.job-detail-hero aside div {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.job-detail-hero aside div:last-child {
  border-bottom: 0;
}

.job-detail-hero aside span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.job-detail-hero aside strong {
  display: block;
  margin-top: 4px;
}

.back-link,
.text-link {
  color: var(--rose-dark);
  font-weight: 800;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 36px;
  padding-bottom: 88px;
}

.rich-text {
  max-width: 760px;
}

.rich-text h2 {
  margin: 34px 0 12px;
  font-size: 26px;
}

.rich-text h2:first-child {
  margin-top: 0;
}

.rich-text p {
  margin: 0 0 12px;
  color: #3c4454;
}

.rich-text .numbered {
  padding-left: 16px;
  border-left: 3px solid #edf1f6;
}

.side-panel {
  position: sticky;
  top: 98px;
  padding: 24px;
  align-self: start;
}

.campus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 0;
  padding-bottom: 74px;
}

.campus-card {
  overflow: hidden;
}

.campus-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.campus-card div {
  padding: 22px;
}

.campus-card h2 {
  margin-top: 12px;
}

.program-hero {
  position: relative;
  max-width: none;
  min-height: 560px;
  padding-top: 110px;
  padding-bottom: 84px;
  background-image: linear-gradient(90deg, rgba(18, 25, 38, 0.78), rgba(18, 25, 38, 0.36)), var(--hero-image);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.program-hero > div {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.program-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
}

.program-hero .back-link {
  color: #ffdfe7;
}

.program-hero .status-ended,
.program-hero .status-open {
  margin-top: 28px;
}

.program-hero.ended {
  filter: saturate(0.82);
}

.campus-position-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.campus-position-groups section {
  display: grid;
  gap: 12px;
  align-content: start;
}

.campus-position-groups h3 {
  margin: 0;
  font-size: 24px;
}

.position-card {
  padding: 20px;
}

.process-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.process-steps li {
  min-height: 122px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
}

.process-steps strong {
  display: block;
  margin-top: 14px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 0 18px;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 0;
  font-weight: 900;
}

.faq-list p {
  margin: 0 0 18px;
  color: var(--muted);
}

.ai-doc {
  padding-top: 0;
  padding-bottom: 88px;
}

.ai-doc pre {
  margin: 0;
  padding: 24px;
  overflow: auto;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #111827;
  color: #f9fafb;
  white-space: pre-wrap;
  word-break: break-word;
}

.profile-panel {
  padding-top: 0;
  padding-bottom: 88px;
}

.profile-list {
  display: grid;
  gap: 12px;
}

.profile-empty,
.profile-item {
  padding: 22px;
}

.profile-empty {
  border-radius: 8px;
  background: var(--soft);
  color: var(--muted);
}

.profile-item {
  display: grid;
  gap: 8px;
}

.profile-item h2 {
  margin: 0;
  font-size: 20px;
}

.profile-item p {
  margin: 0;
  color: var(--muted);
}

.legal-page {
  max-width: 840px;
  padding-top: 86px;
  padding-bottom: 88px;
}

.legal-page h2 {
  margin: 34px 0 8px;
  font-size: 24px;
}

.legal-page p {
  color: #475064;
}

.site-footer {
  background: #111827;
  color: #d7dce6;
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 52px 24px;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  gap: 34px;
}

.footer-logo {
  width: 128px;
  height: auto;
  margin-bottom: 18px;
}

.site-footer h2 {
  margin: 0 0 14px;
  font-size: 16px;
  color: #fff;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 8px;
  color: #d7dce6;
  font-size: 14px;
}

.footer-note {
  color: #aab2c0;
}

.apply-modal[hidden] {
  display: none;
}

.apply-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.apply-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.58);
}

.apply-panel {
  position: relative;
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  padding: 28px;
  box-shadow: var(--shadow);
}

.apply-panel h2 {
  margin: 0 0 18px;
  font-size: 30px;
}

.modal-close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.apply-form {
  display: grid;
  gap: 16px;
}

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

.apply-form label {
  display: grid;
  gap: 7px;
  color: #3c4454;
  font-size: 14px;
  font-weight: 800;
}

.apply-form .wide {
  grid-column: 1 / -1;
}

.checkline {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px !important;
  color: var(--muted) !important;
  font-weight: 600 !important;
}

.checkline input {
  width: auto;
  margin-top: 5px;
}

.form-result {
  min-height: 24px;
  margin: 0;
  color: var(--teal);
  font-weight: 800;
}

.form-result.is-error {
  color: #b42318;
}

.apply-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .hero-proofbar {
    animation: rise-in 0.7s ease both;
  }

  .hero-proofbar {
    animation-delay: 0.12s;
  }

  .belief-item,
  .opening-row,
  .brand-card,
  .media-grid figure {
    animation: soft-reveal 0.55s ease both;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes soft-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav,
  .header-action {
    display: none;
  }

  .site-nav.is-open {
    display: grid;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .hero {
    min-height: min(640px, calc(100svh - 92px));
  }

  .hero-content {
    padding-top: 82px;
    padding-bottom: 58px;
  }

  .hero h1,
  .sub-hero h1,
  .page-title h1,
  .program-hero h1 {
    font-size: 42px;
  }

  .hero.hero-home h1 {
    font-size: clamp(48px, 8vw, 68px);
  }

  .hero-proofbar,
  .feature-grid,
  .belief-list,
  .brand-grid,
  .media-grid,
  .timeline,
  .campus-grid,
  .campus-position-groups,
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .belief-item {
    padding: 22px;
    border-bottom: 1px solid var(--line);
  }

  .belief-item:nth-child(2n) {
    border-right: 0;
  }

  .belief-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .split,
  .sub-hero,
  .job-detail-hero,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .job-card {
    grid-template-columns: 1fr;
  }

  .side-panel {
    position: static;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .header-inner {
    min-height: 66px;
    padding: 0 16px;
  }

  .hero {
    min-height: min(620px, calc(100svh - 88px));
  }

  .hero-content {
    padding: 70px 18px 42px;
  }

  .hero h1,
  .sub-hero h1,
  .page-title h1,
  .program-hero h1 {
    font-size: 34px;
  }

  .hero.hero-home h1 {
    font-size: 42px;
  }

  .hero-statement {
    font-size: 26px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-proofbar {
    width: 100%;
    margin-top: 34px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-proofbar div {
    min-height: 78px;
    padding: 14px;
  }

  .band,
  .page-title,
  .sub-hero,
  .job-detail-hero,
  .detail-layout,
  .jobs-toolbar,
  .job-list,
  .campus-grid,
  .profile-panel,
  .legal-page,
  .ai-doc {
    padding-left: 16px;
    padding-right: 16px;
  }

  .band {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section-head h2,
  .cta-band h2,
  .side-panel h2,
  .legal-page h1 {
    font-size: 28px;
  }

  .feature-grid,
  .belief-list,
  .brand-grid,
  .media-grid,
  .fact-grid,
  .system-grid,
  .value-layout,
  .timeline,
  .campus-grid,
  .campus-position-groups,
  .process-steps,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .belief-item,
  .belief-item:nth-child(2n),
  .belief-item:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .belief-item:last-child {
    border-bottom: 0;
  }

  .opening-row {
    grid-template-columns: 1fr;
  }

  .opening-row small {
    grid-column: auto;
  }

  .fact-grid div,
  .fact-grid div:nth-child(3n),
  .fact-grid div:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .fact-grid div:last-child {
    border-bottom: 0;
  }

  .media-grid figure {
    aspect-ratio: 16 / 10;
  }

  .cta-band {
    margin-left: 16px;
    margin-right: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .campus-card div,
  .job-card,
  .feature-card,
  .brand-card {
    padding: 18px;
  }

  .apply-modal {
    padding: 12px;
  }

  .apply-panel {
    max-height: calc(100vh - 24px);
    padding: 22px;
  }
}
