/* July 13 client revision: static, direct, mobile-first. */
:root {
  --ink: #091117;
  --ink-2: #121d23;
  --ink-3: #1c292f;
  --paper: #eef0ee;
  --paper-2: #dfe3e1;
  --white: #f9faf8;
  --text: #111a1f;
  --muted: #5e696e;
  --red: #c9272d;
  --red-deep: #a81d23;
  --steel: #4f6872;
  --sage: #61766a;
  --line: rgba(17, 26, 31, 0.18);
  --line-light: rgba(255, 255, 255, 0.16);
  --container: 1200px;
  --header-height: 104px;
  --radius: 4px;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

*,
*::before,
*::after {
  animation: none !important;
  transition: none !important;
}

body,
body.page-body,
.page-body {
  overflow-x: hidden;
  background: var(--paper);
}

[hidden] {
  display: none !important;
}

.js body.is-loading,
.js body.is-ready {
  overflow: visible;
}

.reveal,
.reveal-mask,
.reveal.in-view,
.reveal-mask.in-view,
[data-page-hero-item],
[data-hero-item] {
  clip-path: none !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.intro,
.scroll-progress,
.hero-canvas,
.signal-strip,
.experience-marquee,
.footer-signal {
  display: none !important;
}

.section-shell,
.header-shell,
.hero-shell,
.page-hero-shell {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ink);
  color: var(--white);
}

.site-header.is-scrolled,
.site-header.menu-visible {
  background: var(--ink);
  box-shadow: none;
}

.header-shell {
  min-height: var(--header-height);
  gap: 24px;
}

.brand {
  gap: 0;
}

.brand-name {
  display: none;
}

.brand-mark {
  position: relative;
  width: 80px;
  height: 94px;
  flex: 0 0 80px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.brand-mark::before {
  content: none;
}

.brand-mark img {
  position: static;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
  mix-blend-mode: normal;
  transform: none;
}

.brand-name strong {
  font-size: 0.82rem;
}

.brand-name small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.57rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.desktop-nav a {
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 760;
  text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a[aria-current="page"] {
  color: var(--white);
}

.desktop-nav a::after {
  display: none;
}

.header-cta {
  min-height: 44px;
  padding: 0 18px;
  background: var(--red);
  color: var(--white);
  font-size: 0.7rem;
  text-decoration: none;
  transform: none !important;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--red-deep);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: transparent;
}

.menu-button span {
  width: 18px;
  height: 2px;
  background: var(--white);
  transform: none !important;
}

.mobile-navigation {
  position: fixed;
  z-index: 99;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  background: var(--ink);
  color: var(--white);
  opacity: 1;
  transform: none;
  visibility: hidden;
}

.mobile-navigation.is-open {
  display: block;
  visibility: visible;
}

.mobile-nav-grid,
.mobile-nav-inner::before {
  display: none;
}

.mobile-nav-inner {
  width: min(calc(100% - 40px), 620px);
  min-height: auto;
  margin-inline: auto;
  padding: 28px 0 48px;
}

.mobile-nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-light);
}

.mobile-nav-brand img {
  width: 70px;
  height: 82px;
  padding: 0;
  border: 0;
  background: transparent;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
  mix-blend-mode: normal;
}

.mobile-nav-brand span {
  display: none;
}

.mobile-nav-inner nav {
  margin-top: 14px;
}

.mobile-nav-inner nav a {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line-light);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 760;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-nav-inner nav a span {
  color: #ef6b70;
  font-size: 0.6rem;
}

.preview-notice {
  width: min(360px, calc(100% - 28px));
  padding: 14px 12px 14px 16px;
  transform: none;
  border-radius: var(--radius);
  opacity: 0;
}

.preview-notice.is-visible {
  transform: none;
  opacity: 1;
}

.preview-notice button:hover,
.preview-notice button:focus-visible {
  transform: none;
}

.button {
  min-height: 50px;
  border-radius: var(--radius);
  transform: none !important;
}

.button-red:hover,
.button-red:focus-visible {
  background: var(--red-deep);
}

.button-line:hover,
.button-line:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-grid,
.contact-grid,
.page-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 690px;
  align-items: center;
  padding: 76px 0;
}

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

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.hero h1 {
  font-size: 4.55rem;
  line-height: 0.94;
  text-transform: uppercase;
}

.hero h1 > span {
  display: block;
  white-space: nowrap;
}

.hero h1 .title-line-accent {
  color: #ef555b;
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 610px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  line-height: 1.7;
}

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

.hero-readout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 650px;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid var(--line-light);
}

.hero-readout span,
.hero-readout strong {
  display: block;
}

.hero-readout span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-readout strong {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.hero-light-field {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  width: 36%;
  place-items: start center;
  padding-top: clamp(112px, 11vw, 158px);
  border-left: 4px solid var(--red);
  clip-path: none;
  background: var(--paper-2);
}

.hero-light-field::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(9, 17, 23, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 17, 23, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
}

.hero-light-field::after {
  display: none;
}

.hero-logo-stage {
  position: relative;
  z-index: 1;
  top: auto;
  right: auto;
  width: min(74%, 460px);
  aspect-ratio: auto;
  padding: 0;
  transform: none;
  background: transparent;
  box-shadow: none;
  will-change: auto;
}

.hero-logo-stage img {
  width: 100%;
  height: auto;
  mix-blend-mode: normal;
}

.logo-coordinate {
  display: none;
}

.logo-index {
  display: block;
  margin-top: 12px;
  color: rgba(9, 17, 23, 0.42);
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.missions,
.approach,
.courses,
.resources,
.contact {
  padding: 96px 0;
}

.missions,
.courses,
.contact {
  background: var(--paper);
  color: var(--text);
}

.approach,
.resources {
  background: var(--paper-2);
  color: var(--text);
}

.section-heading,
.approach-intro,
.team-intro,
.resources-intro,
.contact-heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.section-heading > .kicker,
.approach-intro > .kicker,
.team-intro > .kicker,
.resources-intro > .kicker,
.contact-heading > .kicker {
  grid-column: 1;
  grid-row: 1;
  width: auto;
}

.section-heading > div,
.approach-intro > div,
.team-intro > div,
.resources-intro > div,
.contact-heading > div {
  grid-column: 2;
  grid-row: 1;
  width: auto;
}

.section-heading h2,
.approach-intro h2,
.team-intro h2,
.courses-heading h2,
.resources-intro h2,
.contact-heading h2 {
  max-width: 900px;
  font-size: 3.55rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.section-heading > div > p,
.approach-intro > div > p,
.team-intro > div > p,
.courses-heading > div > p,
.resources-intro > div > p,
.contact-heading > div > p {
  max-width: 720px;
  margin-top: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.kicker {
  margin: 7px 0 0;
  color: var(--red);
  font-size: 0.64rem;
  font-weight: 850;
  text-transform: uppercase;
}

.kicker-light {
  color: #ef6b70;
}

.mission-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
  margin-top: 48px;
}

.mission-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  border-radius: var(--radius);
  background: var(--white);
}

.mission-card-number {
  color: var(--red);
  font-size: 0.65rem;
  font-weight: 850;
}

.mission-card h3 {
  margin-top: 32px;
  font-size: 1.55rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.mission-card p {
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.mission-card-availability {
  display: block;
  margin-top: auto;
  padding-top: 22px;
  color: var(--steel);
  font-size: 0.62rem;
  font-weight: 850;
  text-transform: uppercase;
}

.mission-card a,
.training-card-body a,
.resource-card a,
.section-text-link {
  color: var(--red-deep);
  font-size: 0.7rem;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.mission-card a {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.approach-intro {
  margin-bottom: 46px;
}

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

.process-step {
  min-height: 300px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}

.process-step:last-child {
  border-right: 0;
}

.process-step > span {
  color: var(--red);
  font-size: 0.64rem;
  font-weight: 850;
}

.process-step h3 {
  margin-top: 36px;
  font-size: 2rem;
  text-transform: uppercase;
}

.process-step strong {
  display: block;
  margin-top: 8px;
  color: var(--steel);
  font-size: 0.67rem;
  text-transform: uppercase;
}

.process-step p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.team-section {
  padding: 96px 0;
  background: var(--ink);
  color: var(--white);
}

.team-intro > div > p {
  color: rgba(255, 255, 255, 0.62);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.team-card {
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: var(--ink-2);
}

.team-photo,
.team-photo-placeholder,
.training-card-placeholder {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  background: var(--ink-3);
  color: rgba(255, 255, 255, 0.42);
}

.team-photo,
.team-photo-placeholder {
  aspect-ratio: 4 / 5;
}

.team-photo {
  overflow: hidden;
  background: var(--ink-3);
}

.team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.team-photo-initials {
  align-content: center;
  gap: 14px;
}

.team-photo-initials strong {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-display);
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
}

.team-photo-initials span {
  position: relative;
  z-index: 1;
}

.team-photo-placeholder::before,
.training-card-placeholder::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  content: "";
}

.team-photo-placeholder span {
  position: relative;
  z-index: 1;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
}

.team-card > div:last-child {
  padding: 26px;
}

.team-card > div:last-child > span {
  color: #ef6b70;
  font-size: 0.62rem;
  font-weight: 850;
  text-transform: uppercase;
}

.team-card h3 {
  margin-top: 10px;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.team-card p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  line-height: 1.65;
}

.section-text-link-light {
  display: inline-block;
  margin-top: 28px;
  color: var(--white);
}

.courses-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
}

.courses-heading .kicker {
  margin-bottom: 18px;
}

.training-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.training-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.training-card-placeholder {
  aspect-ratio: 16 / 9;
  background: #28363d;
}

.training-card:nth-child(3n + 2) .training-card-placeholder {
  background: #354941;
}

.training-card:nth-child(3n + 3) .training-card-placeholder {
  background: #412a2e;
}

.training-card-body {
  padding: 24px;
}

.training-card-body > span {
  color: var(--red);
  font-size: 0.6rem;
  font-weight: 850;
  text-transform: uppercase;
}

.training-card-body h3 {
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 1.12;
  text-transform: uppercase;
}

.training-card-body p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.62;
}

.training-card-body > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.resources-intro {
  grid-template-columns: 180px minmax(0, 1fr) auto;
  align-items: end;
}

.resources-intro > .section-text-link {
  grid-column: 3;
  grid-row: 1;
}

.resource-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}

.resource-card {
  min-height: 240px;
  padding: 28px;
  border-left: 4px solid var(--red);
  background: rgba(249, 250, 248, 0.64);
}

.resource-card > span {
  color: var(--red);
  font-size: 0.6rem;
  font-weight: 850;
  text-transform: uppercase;
}

.resource-card h3 {
  margin-top: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.resource-card p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.resource-card a {
  display: inline-block;
  margin-top: 24px;
}

.newsletter {
  padding: 82px 0;
  background: var(--ink-2);
  color: var(--white);
}

.newsletter-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: start;
}

.newsletter-copy h2 {
  margin-top: 18px;
  font-size: 3rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.newsletter-copy > p:last-child {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.68;
}

.newsletter-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
}

.newsletter-action {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 850;
  text-transform: uppercase;
}

.field label span {
  color: rgba(62, 73, 79, 0.58);
  font-size: 0.54rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(17, 26, 31, 0.28);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.42);
  color: var(--text);
}

.field input,
.field select {
  min-height: 50px;
  padding: 0 14px;
}

.field textarea {
  min-height: 140px;
  padding: 14px;
  resize: vertical;
}

.field-dark label {
  color: rgba(255, 255, 255, 0.48);
}

.field-dark input,
.field-dark select {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.field-dark select option {
  color: var(--text);
}

.form-status {
  min-height: 1.5em;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
}

.contact-heading {
  margin-bottom: 48px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 60px;
  align-items: start;
}

.contact-aside {
  position: static;
  top: auto;
}

.contact-logo {
  display: inline-block;
  width: 150px;
}

.contact-logo img {
  width: 100%;
  height: auto;
  mix-blend-mode: normal;
}

.contact-aside blockquote {
  max-width: 390px;
  margin-top: 24px;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 760;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-aside .button {
  margin-top: 26px;
  border-color: var(--ink-2);
  background: var(--ink-2);
  color: var(--white);
}

.contact-aside .button:hover,
.contact-aside .button:focus-visible {
  border-color: var(--red-deep);
  background: var(--red-deep);
}

.contact-form {
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(249, 250, 248, 0.56);
}

.form-grid {
  gap: 20px 16px;
}

.contact-submit {
  margin-top: 22px;
}

.contact .form-status {
  color: var(--muted);
}

.form-status[data-state="error"] {
  color: #a5141c;
}

.form-status[data-state="success"] {
  color: #2f6c4f;
}

.site-footer {
  padding-top: 0;
  background: #070d11;
  color: var(--white);
}

.footer-main {
  grid-template-columns: 1.35fr repeat(4, minmax(0, 0.8fr));
  gap: 30px;
  padding-top: 60px;
  padding-bottom: 52px;
}

.footer-brand img {
  display: block;
  width: 170px;
  height: auto;
  padding: 10px 28px 10px 12px;
  border-left: 4px solid var(--red);
  background: var(--paper-2);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  object-fit: contain;
  mix-blend-mode: normal;
}

.footer-column a {
  line-height: 1.45;
}

.footer-bottom {
  padding: 18px 0;
}

/* Shared interior pages */
.page-main {
  overflow: visible;
}

.page-hero {
  min-height: 610px;
  padding: 72px 0;
  background: var(--ink);
}

.page-hero-visual {
  width: 34%;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  background: var(--paper-2);
}

.page-hero-visual img {
  width: min(58%, 300px);
  box-shadow: none;
  mix-blend-mode: normal;
}

.page-hero-visual-code {
  font-size: 3rem;
}

.page-hero-copy {
  width: 63%;
}

.page-hero h1 {
  font-size: 4.1rem;
  line-height: 0.94;
}

.page-hero h1 em {
  color: #ef555b;
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.page-section {
  padding: 86px 0;
}

.page-section-head {
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 52px;
  margin-bottom: 44px;
}

.page-section-head h2 {
  font-size: 3.3rem;
}

.page-section-paper {
  background: var(--paper);
}

.page-section-muted {
  background: var(--paper-2);
}

.catalog-card,
.related-card,
.library-card,
.faculty-card {
  border-radius: var(--radius);
  background: var(--white);
  transform: none !important;
  box-shadow: none !important;
}

.faculty-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.faculty-card {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
}

.catalog-card:hover,
.catalog-card:focus-within,
.related-card:hover,
.related-card:focus-within,
.library-card:hover,
.library-card:focus-within {
  transform: none;
  box-shadow: none;
}

.catalog-card-visual,
.related-card-visual,
.faculty-visual {
  background: #2a3940;
}

.faculty-card .faculty-visual {
  min-height: 100%;
  aspect-ratio: auto;
}

.faculty-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  opacity: 1;
  filter: none;
}

.faculty-initials {
  align-content: center;
  gap: 16px;
}

.faculty-initials strong {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-display);
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1;
}

.faculty-initials > span {
  position: relative;
  top: auto;
  right: auto;
}

.faculty-copy {
  min-width: 0;
  padding: 30px;
}

.faculty-copy h3 {
  overflow-wrap: anywhere;
}

.faculty-copy .faculty-summary {
  color: var(--text);
  font-size: 0.86rem;
  line-height: 1.72;
}

.faculty-bio {
  margin-top: 22px;
  border-top: 1px solid var(--line);
}

.faculty-bio summary {
  padding: 17px 24px 17px 0;
  color: var(--red-deep);
  cursor: pointer;
  font-size: 0.65rem;
  font-weight: 850;
  text-transform: uppercase;
}

.faculty-bio summary::marker {
  color: var(--red);
}

.faculty-bio > div {
  padding-bottom: 6px;
}

.faculty-bio p {
  margin-top: 0;
  margin-bottom: 16px;
}

.faculty-bio cite {
  font-style: italic;
}

.catalog-card-visual::after,
.related-card-visual::after {
  display: none;
}

.faculty-placeholder > span {
  position: relative;
  z-index: 2;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.58rem;
  font-weight: 850;
  text-transform: uppercase;
}

.course-photo-placeholder {
  display: grid;
  align-content: center;
  gap: 18px;
  place-items: center;
  background: #2a3940;
  color: var(--white);
}

.course-photo-placeholder::before,
.faculty-placeholder::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 40px 40px;
  content: "";
}

.course-placeholder-code,
.course-photo-placeholder small {
  position: relative;
  z-index: 1;
}

.course-placeholder-code {
  max-width: 90%;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 7vw, 7.5rem);
  font-weight: 820;
  line-height: 0.84;
  text-align: center;
  text-transform: uppercase;
}

.course-photo-placeholder small {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.58rem;
  font-weight: 850;
  text-transform: uppercase;
}

.faculty-placeholder {
  position: relative;
  display: grid;
  min-height: 280px;
  place-items: center;
  overflow: hidden;
}

.request-band {
  background: var(--ink-2);
}

@media (max-width: 1120px) {
  .section-heading h2,
  .approach-intro h2,
  .team-intro h2,
  .courses-heading h2,
  .resources-intro h2,
  .contact-heading h2 {
    font-size: 3rem;
  }

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

  .desktop-nav {
    gap: 14px;
  }

  .desktop-nav a {
    font-size: 0.66rem;
  }

  .mission-card {
    min-height: 300px;
  }

  .faculty-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 959px) {
  :root {
    --header-height: 90px;
  }

  .section-shell,
  .header-shell,
  .hero-shell,
  .page-hero-shell {
    width: min(calc(100% - 40px), var(--container));
  }

  .header-shell {
    min-height: var(--header-height);
  }

  .brand-mark {
    width: 66px;
    height: 78px;
    flex-basis: 66px;
  }

  .brand-mark img {
    width: 100%;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: grid;
    place-content: center;
    gap: 6px;
  }

  .hero,
  .hero-shell {
    min-height: 640px;
  }

  .hero-shell {
    padding: 64px 0;
  }

  .hero-copy {
    width: 72%;
  }

  .hero-light-field {
    width: 28%;
    opacity: 0.56;
  }

  .hero-logo-stage {
    width: 72%;
  }

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

  .section-heading,
  .approach-intro,
  .team-intro,
  .resources-intro,
  .contact-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .section-heading > .kicker,
  .approach-intro > .kicker,
  .team-intro > .kicker,
  .resources-intro > .kicker,
  .contact-heading > .kicker,
  .section-heading > div,
  .approach-intro > div,
  .team-intro > div,
  .resources-intro > div,
  .contact-heading > div,
  .resources-intro > .section-text-link {
    grid-column: 1;
    grid-row: auto;
  }

  .resources-intro {
    align-items: start;
  }

  .mission-card-grid,
  .team-grid,
  .training-card-grid,
  .resource-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faculty-grid {
    grid-template-columns: 1fr;
  }

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

  .process-step:nth-child(2) {
    border-right: 0;
  }

  .process-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .newsletter-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .contact-aside {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
  }

  .contact-aside blockquote {
    margin-top: 0;
  }

  .contact-aside .button {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 0;
  }

  .page-hero {
    min-height: 560px;
  }

  .page-hero-visual {
    width: 30%;
    opacity: 0.56;
  }

  .page-hero-copy {
    width: 72%;
  }

  .page-hero h1 {
    font-size: 3.5rem;
  }

  .catalog-grid,
  .related-grid,
  .resource-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .hero-copy {
    width: 100%;
  }

  .hero-light-field {
    display: none;
  }
}

@media (max-width: 700px) {
  .section-shell,
  .header-shell,
  .hero-shell,
  .page-hero-shell {
    width: min(calc(100% - 32px), var(--container));
  }

  .brand-name strong {
    font-size: 0.72rem;
  }

  .brand-name small {
    font-size: 0.52rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-shell {
    min-height: auto;
    padding: 58px 0 62px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-light-field {
    display: none;
  }

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

  .hero h1 > span {
    white-space: normal;
  }

  .hero-lede {
    font-size: 0.98rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-readout {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 34px;
  }

  .missions,
  .approach,
  .team-section,
  .courses,
  .resources,
  .contact {
    padding: 72px 0;
  }

  .section-heading h2,
  .approach-intro h2,
  .team-intro h2,
  .courses-heading h2,
  .resources-intro h2,
  .contact-heading h2 {
    font-size: 2.45rem;
  }

  .mission-card-grid,
  .team-grid,
  .faculty-grid,
  .training-card-grid,
  .resource-card-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

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

  .faculty-card .faculty-visual {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .mission-card {
    min-height: 255px;
  }

  .process-step {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .courses-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .newsletter-layout {
    gap: 34px;
  }

  .newsletter-copy h2 {
    font-size: 2.45rem;
  }

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

  .field-full,
  .newsletter-action {
    grid-column: auto;
  }

  .contact-aside {
    display: block;
  }

  .contact-aside blockquote {
    margin-top: 22px;
  }

  .contact-aside .button {
    margin-top: 24px;
  }

  .contact-form {
    padding: 22px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .page-hero {
    min-height: auto;
    padding: 58px 0 62px;
  }

  .page-hero-visual {
    display: none;
  }

  .page-hero-copy {
    width: 100%;
  }

  .page-hero h1 {
    font-size: 3rem;
  }

  .page-section {
    padding: 68px 0;
  }

  .page-section-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-section-head h2 {
    font-size: 2.45rem;
  }

  .catalog-grid,
  .related-grid,
  .resource-library-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .section-shell,
  .header-shell,
  .hero-shell,
  .page-hero-shell {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand-name {
    max-width: 150px;
  }

  .brand-name strong {
    white-space: normal;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.55rem;
  }

  body[data-course-detail] .page-hero h1 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    font-size: 2.15rem;
  }

  .section-heading h2,
  .approach-intro h2,
  .team-intro h2,
  .courses-heading h2,
  .resources-intro h2,
  .contact-heading h2,
  .page-section-head h2,
  .newsletter-copy h2 {
    font-size: 2.1rem;
  }

  .mission-card,
  .resource-card {
    padding: 24px;
  }

  .mission-card a {
    right: 24px;
    left: 24px;
  }

  .preview-notice {
    right: 14px;
    bottom: 14px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-column {
    grid-column: auto;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    font-size: 2.1rem;
  }

  body[data-course-detail] .page-hero h1 {
    font-size: 1.85rem;
  }
}

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

/* July 30 client revisions */
.training-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
}

.training-nav > a {
  margin: 0;
}

.training-nav-toggle {
  position: relative;
  width: 32px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
}

.training-nav-toggle span {
  position: absolute;
  top: 17px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.training-nav-toggle[aria-expanded="true"] span {
  top: 21px;
  transform: rotate(225deg);
}

.training-nav-toggle:hover,
.training-nav-toggle:focus-visible {
  color: var(--white);
}

.training-nav-menu {
  position: absolute;
  z-index: 120;
  top: calc(100% + 11px);
  left: -22px;
  width: 286px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 3px solid var(--red);
  border-radius: var(--radius);
  background: #0d171d;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}

.training-nav-menu[hidden] {
  display: none;
}

.desktop-nav .training-nav-menu a {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.68rem;
}

.desktop-nav .training-nav-menu a:last-child {
  border-bottom: 0;
}

.desktop-nav .training-nav-menu a:hover,
.desktop-nav .training-nav-menu a:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.page-body .page-hero-visual {
  width: 34%;
  border-left: 4px solid var(--red);
  clip-path: none;
}

.page-body .page-hero-visual img {
  aspect-ratio: auto;
  object-fit: contain;
}

.page-body .page-hero-visual::after {
  content: none;
}

.page-body .page-hero-copy {
  width: 63%;
}

.pathway-band::before,
.request-band::before {
  clip-path: none;
  border-left: 4px solid rgba(255, 255, 255, 0.28);
}

.page-body .newsletter-angle {
  clip-path: none;
}

.footer-brand img {
  padding-right: 12px;
  clip-path: none;
}

.footer-contact {
  margin-top: 15px;
  font-size: 0.75rem;
  line-height: 1.7;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-left: auto;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.65rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.training-pathways {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 32px;
  border: 1px solid var(--line);
}

.training-pathways a {
  display: flex;
  min-width: 0;
  min-height: 190px;
  flex-direction: column;
  padding: 24px;
  border-right: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}

.training-pathways a:last-child {
  border-right: 0;
}

.training-pathways span {
  color: var(--red);
  font-size: 0.58rem;
  font-weight: 850;
}

.training-pathways strong {
  margin-top: 28px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.training-pathways small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

.training-pathways a:hover,
.training-pathways a:focus-visible {
  background: var(--ink);
  color: var(--white);
}

.training-pathways a:hover small,
.training-pathways a:focus-visible small {
  color: rgba(255, 255, 255, 0.66);
}

.course-custom-badge,
.training-card-custom {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  padding: 6px 8px;
  border: 1px solid rgba(210, 31, 43, 0.28);
  color: var(--red);
  font-size: 0.54rem;
  font-weight: 850;
  text-transform: uppercase;
}

.course-custom-band {
  padding: 58px 0;
  background: var(--ink-2);
  color: var(--white);
}

.course-custom-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.25fr) auto;
  gap: 46px;
  align-items: center;
}

.course-custom-layout h2 {
  margin-top: 10px;
  font-size: 2.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.course-custom-layout > p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.faculty-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.faculty-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.faculty-card .faculty-visual {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.faculty-card .faculty-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.faculty-copy h3 {
  min-height: 3.3em;
  overflow-wrap: anywhere;
}

.faculty-summary {
  min-height: 9.1em;
}

.faculty-bio {
  margin-top: auto;
}

.faculty-bio summary {
  min-height: 44px;
  align-content: center;
}

.catalog-control input:focus-visible,
.catalog-control select:focus-visible {
  outline: 3px solid rgba(210, 31, 43, 0.24);
  outline-offset: 4px;
}

.section-text-link,
.training-card-body > div a,
.catalog-card-actions a,
.related-card-actions a,
.library-card-actions a,
.resource-card a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.catalog-reset {
  min-height: 44px;
}

.footer-column a,
.footer-contact a,
.footer-legal a {
  display: flex;
  min-height: 32px;
  align-items: center;
}

.footer-brand > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.service-intro-grid,
.accessibility-grid,
.legal-overview {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 72px;
  align-items: start;
}

.service-intro-grid h2,
.accessibility-grid h2,
.legal-overview h2,
.expertise-heading h2,
.industry-heading h2,
.legal-document h2 {
  font-size: 3.1rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.service-intro-grid > div > p,
.accessibility-grid > div > p,
.legal-overview > div > p {
  margin-top: 20px;
  color: var(--muted);
  line-height: 1.75;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.expertise-group {
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
}

.expertise-group > span {
  color: var(--red);
  font-size: 0.58rem;
  font-weight: 850;
}

.expertise-group h3 {
  margin-top: 15px;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.expertise-group ul,
.accessibility-checklist,
.legal-points {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.expertise-group li,
.accessibility-checklist li,
.legal-points li {
  position: relative;
  padding: 12px 0 12px 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.expertise-group li::before,
.accessibility-checklist li::before,
.legal-points li::before {
  position: absolute;
  top: 19px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--red);
  content: "";
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  background: var(--line);
  border: 1px solid var(--line);
}

.industry-grid span {
  min-height: 86px;
  padding: 22px;
  background: var(--paper-2);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 760;
  text-transform: uppercase;
}

.accessibility-standard,
.legal-status {
  padding: 24px;
  border-left: 4px solid var(--red);
  background: var(--white);
}

.accessibility-standard strong,
.legal-status strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.accessibility-standard p,
.legal-status p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.legal-document {
  max-width: 900px;
}

.legal-document h2 {
  margin-bottom: 28px;
}

.legal-document p {
  margin-top: 18px;
  color: var(--text);
  line-height: 1.8;
}

.legal-document .legal-source-title {
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
}

@media (max-width: 1240px) {
  .faculty-grid,
  .training-pathways {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .training-pathways a:nth-child(2) {
    border-right: 0;
  }

  .training-pathways a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

@media (max-width: 959px) {
  .training-nav {
    display: none;
  }

  .page-body .page-hero-copy {
    width: 72%;
  }

  .footer-legal {
    width: 100%;
    margin-left: 0;
  }

  .course-custom-layout,
  .service-intro-grid,
  .accessibility-grid,
  .legal-overview {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

@media (max-width: 700px) {
  .page-body .page-hero-copy {
    width: 100%;
  }

  .pathway-band::before,
  .request-band::before {
    border: 0;
  }

  .faculty-grid,
  .training-pathways,
  .expertise-grid,
  .industry-grid {
    grid-template-columns: 1fr;
  }

  .training-pathways a {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .training-pathways a:last-child {
    border-bottom: 0;
  }

  .faculty-copy h3,
  .faculty-summary {
    min-height: 0;
  }

  .course-custom-band {
    padding: 48px 0;
  }

  .course-custom-layout .button {
    width: 100%;
  }

  .service-intro-grid h2,
  .accessibility-grid h2,
  .legal-overview h2,
  .expertise-heading h2,
  .industry-heading h2,
  .legal-document h2 {
    font-size: 2.25rem;
  }
}

@media (max-width: 430px) {
  .hero-shell {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .hero-lede,
  .hero-actions {
    margin-top: 22px;
  }

  .hero-readout {
    gap: 12px;
    margin-top: 24px;
    padding-top: 14px;
  }
}
