:root {
  --bg: #070707;
  --ink: #f5f5f2;
  --muted: #b5b5ad;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.24);
  --panel: #11110f;
  --panel-2: #191814;
  --red: #e22222;
  --red-dark: #9e1313;
  --white: #ffffff;
  --dark-text: #11110f;
  --max: 1180px;
  --radius: 8px;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

.base-page {
  background: #070707;
}

.base-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  padding: 148px clamp(20px, 5vw, 72px) 62px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.86), rgba(7, 7, 7, 0.38)),
    url("../webflow-assets/site-images/optimized/4wdid-partner-audit.jpg") center / cover;
}

.base-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  filter: saturate(1.08) contrast(1.04);
}

.base-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.08)),
    linear-gradient(0deg, #070707 0%, rgba(7, 7, 7, 0.02) 46%);
}

.base-hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(310px, 0.52fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: end;
}

.base-hero-copy h1 {
  max-width: 780px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(44px, 6.4vw, 82px);
  line-height: 0.98;
  font-weight: 900;
}

.base-hero-subtitle {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--white);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.35;
  font-weight: 900;
}

.base-hero-copy p:not(.base-hero-subtitle) {
  max-width: 760px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.82;
}

.base-hero-panel {
  display: grid;
  border-left: 2px solid var(--red);
  background: rgba(9, 9, 8, 0.76);
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.base-hero-panel div {
  min-height: 116px;
  padding: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.base-hero-panel div:last-child {
  border-bottom: 0;
}

.base-hero-panel span,
.base-trust-grid span,
.base-card-grid span,
.base-value-grid span,
.base-flow-grid span,
.triad-grid span,
.support-list span {
  display: block;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.base-hero-panel strong {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.24;
}

.base-classflow,
.base-renewal,
.base-apply-process {
  background: #0c0c0b;
}

.base-trust {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(rgba(7, 7, 7, 0.78), rgba(7, 7, 7, 0.9)),
    url("../webflow-assets/site-images/optimized/4wdid-field-training.jpg") center / cover;
}

.base-trust::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 18%, rgba(226, 34, 34, 0.16), transparent 28%),
    linear-gradient(0deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0) 28%, rgba(7, 7, 7, 0.86));
  pointer-events: none;
}

.base-network,
.base-relationship {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0.78)),
    url("../webflow-assets/site-images/optimized/4wdid-water-crossing.jpg") center / cover;
}

.base-candidates,
.base-requirements,
.base-support,
.base-final-apply {
  background: #f4f4ef;
  color: var(--dark-text);
}

.base-candidates .section-head h2,
.base-requirements .section-head h2,
.base-support .section-head h2,
.base-final-apply .section-head h2 {
  color: var(--dark-text);
}

.base-candidates .section-head span,
.base-requirements .section-head span,
.base-final-apply .enroll-copy > p {
  color: #55554f;
}

.base-trust-grid,
.base-card-grid,
.base-value-grid,
.base-flow-grid,
.triad-grid,
.redline-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.base-trust-grid {
  grid-template-columns: repeat(5, 1fr);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.base-trust-grid article,
.base-value-grid article {
  min-height: 286px;
  padding: 26px;
  background: #11110f;
}

.base-trust-grid article {
  background: rgba(17, 17, 15, 0.78);
  backdrop-filter: blur(10px);
}

.base-trust-grid h3,
.base-value-grid h3,
.triad-grid h3 {
  margin: 54px 0 14px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.18;
}

.base-trust-grid p,
.base-value-grid p,
.triad-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.base-network-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.base-network-copy {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.base-network-copy p,
.base-network-copy strong {
  margin: 0;
  padding: 24px;
  background: rgba(17, 17, 15, 0.9);
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.78;
}

.base-network-copy strong {
  color: var(--white);
  font-size: 20px;
}

.base-card-grid {
  border-color: #d8d8d0;
  background: #d8d8d0;
}

.base-card-grid.five-cards {
  grid-template-columns: repeat(5, 1fr);
}

.base-card-grid article {
  min-height: 330px;
  padding: 26px;
  background: #fff;
}

.base-card-grid h3 {
  margin: 50px 0 16px;
  color: #111;
  font-size: 22px;
  line-height: 1.2;
}

.base-card-grid p {
  margin: 0;
  color: #55554f;
  line-height: 1.72;
}

.base-value {
  background: #11110f;
}

.base-value-grid {
  grid-template-columns: repeat(3, 1fr);
}

.requirement-groups {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.requirement-groups article {
  padding: 26px;
  background: #fff;
  border: 1px solid #d8d8d0;
  border-radius: var(--radius);
}

.requirement-groups article:nth-child(5),
.requirement-groups article:nth-child(6),
.requirement-groups article:nth-child(7) {
  background:
    linear-gradient(135deg, #ffffff, #f0f0e8);
}

.requirement-groups h3 {
  margin: 0 0 18px;
  color: #111;
  font-size: 23px;
  line-height: 1.2;
}

.requirement-groups ul,
.renewal-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.requirement-groups li,
.renewal-list li {
  position: relative;
  padding-left: 22px;
  color: #55554f;
  line-height: 1.65;
}

.requirement-groups li::before,
.renewal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--red);
}

.base-flow-grid {
  grid-template-columns: repeat(6, 1fr);
}

.base-flow-grid article {
  min-height: 182px;
  padding: 26px;
  background: #11110f;
  position: relative;
}

.base-flow-grid article::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 98px;
  height: 2px;
  background: var(--red);
}

.base-flow-grid span {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.92;
  letter-spacing: 0;
}

.base-flow-grid strong {
  display: block;
  margin-top: 74px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.25;
}

.base-note-board,
.triad-statement,
.base-support-note {
  max-width: var(--max);
  margin: 18px auto 0;
}

.base-note-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.base-note-board p {
  margin: 0;
  padding: 24px;
  background: #11110f;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

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

.triad-grid article {
  min-height: 300px;
  padding: 28px;
  background: rgba(17, 17, 15, 0.9);
}

.triad-statement {
  padding-left: 24px;
  border-left: 2px solid var(--red);
}

.triad-statement p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}

.triad-statement strong {
  color: var(--white);
  font-size: 20px;
  line-height: 1.4;
}

.base-support-layout {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: stretch;
}

.base-support-layout img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: var(--radius);
}

.support-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid #d8d8d0;
  background: #d8d8d0;
}

.support-list article {
  min-height: 146px;
  padding: 22px;
  background: #fff;
}

.support-list strong {
  display: block;
  margin-top: 42px;
  color: #111;
  font-size: 21px;
  line-height: 1.2;
}

.base-support-note {
  color: #55554f;
  font-size: 16px;
  line-height: 1.75;
}

.renewal-layout {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.renewal-copy {
  padding-left: 24px;
  border-left: 2px solid var(--red);
}

.renewal-copy p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.82;
}

.renewal-list {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #11110f;
}

.renewal-list li {
  color: var(--muted);
}

.base-redlines {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(rgba(7, 7, 7, 0.86), rgba(7, 7, 7, 0.94)),
    url("../webflow-assets/site-images/optimized/4wdid-certification-pathway.jpg") center / cover;
}

.base-redlines::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 22%, rgba(226, 34, 34, 0.16), transparent 26%),
    linear-gradient(0deg, rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0) 42%, rgba(7, 7, 7, 0.78));
  pointer-events: none;
}

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

.redline-grid article {
  min-height: 210px;
  display: grid;
  align-content: space-between;
  gap: 34px;
  padding: 26px;
  background: rgba(12, 12, 11, 0.78);
  color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
}

.redline-grid strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.redline-icon {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(226, 34, 34, 0.58);
  border-radius: 8px;
  background: rgba(226, 34, 34, 0.08);
}

.redline-icon::before,
.redline-icon::after {
  content: "";
  position: absolute;
  border-color: var(--red);
}

.icon-course::before {
  width: 18px;
  height: 14px;
  border: 2px solid var(--red);
  border-radius: 3px;
}

.icon-course::after {
  width: 20px;
  height: 2px;
  background: var(--red);
  bottom: 12px;
}

.icon-card::before {
  width: 22px;
  height: 15px;
  border: 2px solid var(--red);
  border-radius: 3px;
}

.icon-card::after {
  width: 12px;
  height: 2px;
  left: 15px;
  bottom: 14px;
  background: var(--red);
  box-shadow: 0 -5px 0 rgba(226, 34, 34, 0.72);
}

.icon-book::before {
  width: 22px;
  height: 18px;
  border: 2px solid var(--red);
  border-radius: 2px 6px 6px 2px;
}

.icon-book::after {
  width: 2px;
  height: 18px;
  left: 20px;
  background: var(--red);
}

.icon-medical::before {
  width: 22px;
  height: 22px;
  border: 2px solid var(--red);
  border-radius: 5px;
}

.icon-medical::after {
  width: 14px;
  height: 14px;
  background:
    linear-gradient(var(--red), var(--red)) center / 4px 14px no-repeat,
    linear-gradient(var(--red), var(--red)) center / 14px 4px no-repeat;
}

.icon-brand::before {
  width: 22px;
  height: 16px;
  border: 2px solid var(--red);
  border-right-width: 5px;
  transform: skew(-10deg);
}

.icon-brand::after {
  width: 8px;
  height: 12px;
  left: 12px;
  bottom: 8px;
  border-left: 2px solid var(--red);
  transform: rotate(-18deg);
}

.icon-safety::before {
  width: 22px;
  height: 26px;
  border: 2px solid var(--red);
  border-radius: 12px 12px 9px 9px;
}

.icon-safety::after {
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  transform: rotate(-45deg);
}

.icon-reputation::before {
  width: 22px;
  height: 22px;
  border: 2px solid var(--red);
  border-radius: 50%;
}

.icon-reputation::after {
  width: 10px;
  height: 2px;
  right: 10px;
  bottom: 10px;
  background: var(--red);
  transform: rotate(45deg);
}

.icon-verify::before {
  width: 22px;
  height: 22px;
  border: 2px solid var(--red);
  border-radius: 50%;
}

.icon-verify::after {
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  transform: rotate(-45deg);
}

.process-lane {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.process-lane span {
  min-height: 118px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  background: #11110f;
  color: var(--white);
  font-weight: 900;
  line-height: 1.35;
}

.base-apply-process {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.93), rgba(7, 7, 7, 0.78)),
    url("../webflow-assets/site-images/optimized/4wdid-partner-audit.jpg") center / cover;
}

.base-apply-process::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 28%, rgba(226, 34, 34, 0.14), transparent 30%),
    linear-gradient(0deg, rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0.08) 48%, rgba(7, 7, 7, 0.8));
  pointer-events: none;
}

.base-apply-process .process-lane span {
  background: rgba(17, 17, 15, 0.82);
  backdrop-filter: blur(8px);
}

.base-final-apply {
  background:
    linear-gradient(90deg, rgba(244, 244, 239, 0.96), rgba(244, 244, 239, 0.88)),
    url("../webflow-assets/site-images/optimized/4wdid-certification-pathway.jpg") center / cover;
}

.base-email {
  display: inline-flex;
  margin-top: 8px;
  color: #111;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.base-application-form {
  background: #11110f;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1100px) {
  .base-trust-grid,
  .base-card-grid.five-cards,
  .base-flow-grid,
  .process-lane {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 940px) {
  .base-hero-inner,
  .base-network-inner,
  .base-support-layout,
  .renewal-layout {
    grid-template-columns: 1fr;
  }

  .base-value-grid,
  .triad-grid,
  .requirement-groups {
    grid-template-columns: 1fr 1fr;
  }

  .base-hero-panel {
    max-width: 560px;
  }
}

@media (max-width: 640px) {
  .base-hero {
    min-height: 780px;
    padding: 104px 18px 38px;
  }

  .base-hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.66) 34%, #070707 96%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.16));
  }

  .base-hero > img {
    object-position: 57% center;
  }

  .base-hero-copy h1 {
    max-width: min(330px, calc(100vw - 44px));
    font-size: 33px;
    line-height: 1.12;
  }

  .base-hero-subtitle,
  .base-hero-copy p:not(.base-hero-subtitle),
  .base-network-copy p,
  .base-network-copy strong,
  .renewal-copy p,
  .triad-statement p,
  .triad-statement strong,
  .base-support-note {
    max-width: min(330px, calc(100vw - 44px));
    font-size: 15px;
    line-height: 1.72;
  }

  .base-hero-panel {
    width: 100%;
  }

  .base-hero-panel div {
    min-height: 90px;
    padding: 18px;
  }

  .base-hero-panel strong {
    font-size: 18px;
  }

  .base-trust-grid,
  .base-card-grid.five-cards,
  .base-value-grid,
  .triad-grid,
  .base-flow-grid,
  .requirement-groups,
  .support-list,
  .redline-grid,
  .process-lane,
  .base-note-board {
    grid-template-columns: 1fr;
  }

  .base-trust-grid,
  .base-card-grid,
  .base-value-grid,
  .base-flow-grid,
  .triad-grid,
  .redline-grid,
  .process-lane,
  .requirement-groups,
  .base-network-inner,
  .base-support-layout,
  .renewal-layout,
  .base-note-board,
  .triad-statement,
  .base-support-note {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .base-trust-grid article,
  .base-card-grid article,
  .base-value-grid article,
  .triad-grid article {
    min-height: 230px;
    padding: 22px;
  }

  .base-trust-grid h3,
  .base-card-grid h3,
  .base-value-grid h3,
  .triad-grid h3 {
    margin-top: 34px;
    font-size: 21px;
  }

  .requirement-groups article {
    padding: 22px;
  }

  .base-flow-grid article {
    min-height: 168px;
  }

  .base-flow-grid strong {
    margin-top: 56px;
  }

  .base-flow-grid article::after {
    top: 82px;
  }

  .base-support-layout img {
    min-height: 260px;
    aspect-ratio: 16 / 10;
  }

  .redline-grid article {
    min-height: 156px;
    padding: 22px;
  }

  .redline-grid strong {
    font-size: 16px;
  }

  .redline-icon {
    width: 38px;
    height: 38px;
  }

  .process-lane span {
    min-height: 78px;
  }
}

.partners-page {
  background: #070707;
}

.partners-hero {
  position: relative;
  min-height: 100svh;
  padding: 148px clamp(20px, 5vw, 72px) 62px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.partners-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.04);
}

.partners-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.58) 48%, rgba(0, 0, 0, 0.16)),
    linear-gradient(0deg, #070707 0%, rgba(7, 7, 7, 0.08) 42%);
}

.partners-hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(310px, 0.56fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: end;
}

.partners-hero-copy h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(42px, 5.6vw, 70px);
  line-height: 1;
  font-weight: 900;
  word-break: keep-all;
  overflow-wrap: normal;
}

.partners-hero-subtitle {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.36;
  font-weight: 900;
}

.partners-hero-copy p:not(.partners-hero-subtitle) {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.82;
}

.partners-hero-panel {
  padding: 26px;
  border-left: 2px solid var(--red);
  background: rgba(9, 9, 8, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
}

.partners-hero-panel span,
.current-partner-grid span,
.partner-type-grid span,
.partner-benefit-grid span,
.expect-card-grid span,
.partner-process-grid span {
  display: block;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.partners-hero-panel strong {
  display: block;
  margin-top: 18px;
  color: var(--white);
  font-size: 26px;
  line-height: 1.2;
}

.partners-hero-panel p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.76;
}

.partners-current,
.partners-brand,
.partners-media,
.partners-process {
  background: #0c0c0b;
}

.partners-who,
.partners-expect,
.partners-apply {
  background: #f4f4ef;
  color: var(--dark-text);
}

.partners-who .section-head h2,
.partners-expect .section-head h2,
.partners-apply .section-head h2 {
  color: var(--dark-text);
}

.partners-who .section-head span,
.partners-apply .enroll-copy > p {
  color: #55554f;
}

.current-partner-grid,
.partner-type-grid,
.partner-benefit-grid,
.expect-card-grid,
.partner-process-grid,
.affiliate-layout,
.media-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 1px;
}

.current-partner-grid {
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
  background: var(--line);
}

.current-partner-grid article {
  min-height: 360px;
  padding: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(226, 34, 34, 0.08), transparent 38%),
    #11110f;
}

.partner-logo-frame {
  min-height: 132px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.24);
}

.partner-logo-frame img {
  width: 100%;
  max-height: 110px;
  object-fit: contain;
}

.partner-logo-frame.is-rocktank img {
  max-height: 152px;
}

.partner-logo-frame.is-4wdtv img {
  max-height: 142px;
}

.current-partner-grid h3,
.partner-type-grid h3,
.partner-benefit-grid h3 {
  margin: 24px 0 14px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.18;
}

.current-partner-grid p,
.partner-benefit-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.partner-type-grid {
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #d8d8d0;
  background: #d8d8d0;
}

.partner-type-grid article {
  min-height: 344px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  background: #fff;
}

.partner-type-grid h3 {
  margin-top: 48px;
  color: #111;
}

.partner-type-grid p {
  margin: 0 0 22px;
  color: #55554f;
  line-height: 1.72;
}

.partner-type-grid .button {
  margin-top: auto;
}

.partner-benefit-grid {
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: var(--line);
}

.partner-benefit-grid article {
  min-height: 284px;
  padding: 26px;
  background: #11110f;
}

.partner-benefit-grid h3 {
  margin-top: 46px;
}

.partner-policy-note {
  max-width: var(--max);
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.partners-expect-inner,
.partners-media-inner,
.partners-instructor-card {
  max-width: var(--max);
  margin: 0 auto;
}

.partners-expect-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.expect-card-grid {
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #d8d8d0;
  background: #d8d8d0;
}

.expect-card-grid article {
  min-height: 220px;
  padding: 24px;
  background: #fff;
}

.expect-card-grid strong {
  display: block;
  margin-top: 74px;
  color: #111;
  font-size: 20px;
  line-height: 1.25;
}

.partners-redline {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px;
  border-left: 2px solid var(--red);
  background: #11110f;
  color: var(--white);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 900;
}

.partners-affiliate {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.78)),
    url("../webflow-assets/site-images/optimized/4wdid-field-training.jpg") center / cover;
}

.affiliate-layout {
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
  background: var(--line);
}

.affiliate-layout article,
.media-grid article {
  padding: 28px;
  background: rgba(17, 17, 15, 0.9);
}

.affiliate-layout h3,
.media-grid h3 {
  margin: 0 0 20px;
  color: var(--white);
  font-size: 28px;
  line-height: 1.16;
}

.affiliate-layout ul,
.media-grid ul,
.media-grid ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.affiliate-layout li,
.media-grid li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.68;
}

.affiliate-layout li::before,
.media-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--red);
}

.affiliate-statement {
  max-width: var(--max);
  margin: 20px auto 0;
  padding-left: 24px;
  border-left: 2px solid var(--red);
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.78;
  font-weight: 800;
}

.partners-media {
  position: relative;
  overflow: hidden;
}

.partners-media-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  margin-bottom: 34px;
}

.partners-media-copy {
  border-left: 2px solid var(--red);
  padding-left: 24px;
}

.partners-media-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.86;
}

.media-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  background: var(--line);
}

.media-grid article {
  min-height: 300px;
}

.partners-instructor-entry {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.95), rgba(7, 7, 7, 0.76)),
    url("../webflow-assets/site-images/optimized/4wdid-certification-pathway.jpg") center / cover;
}

.partners-instructor-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  background: rgba(12, 12, 11, 0.82);
  backdrop-filter: blur(10px);
}

.partners-instructor-card p:first-child {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.partners-instructor-card h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.08;
}

.partners-instructor-card div:last-child p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.82;
}

.partner-process-grid {
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: var(--line);
}

.partner-process-grid article {
  position: relative;
  min-height: 188px;
  padding: 24px;
  background: #11110f;
}

.partner-process-grid article::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 78px;
  height: 2px;
  background: var(--red);
}

.partner-process-grid span {
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 0.95;
}

.partner-process-grid strong {
  display: block;
  margin-top: 70px;
  color: var(--white);
  font-size: 19px;
  line-height: 1.3;
}

.partners-apply {
  background:
    linear-gradient(90deg, rgba(244, 244, 239, 0.96), rgba(244, 244, 239, 0.88)),
    url("../webflow-assets/site-images/optimized/4wdid-water-crossing.jpg") center / cover;
}

.partner-application-form {
  background: #11110f;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.24);
}

@media (max-width: 1180px) and (min-width: 941px) {
  .header-cta {
    display: none;
  }
}

@media (max-width: 1100px) {
  .partner-type-grid,
  .expect-card-grid,
  .partner-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 940px) {
  .partners-hero-inner,
  .partners-expect-inner,
  .affiliate-layout,
  .partners-media-inner,
  .media-grid,
  .partners-instructor-card {
    grid-template-columns: 1fr;
  }

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

  .partners-hero-panel {
    max-width: 560px;
  }
}

@media (max-width: 640px) {
  .partners-page {
    overflow-x: hidden;
  }

  .partners-hero {
    min-height: 800px;
    padding: 104px 18px 38px;
  }

  .partners-hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.64) 36%, #070707 96%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.16));
  }

  .partners-hero > img {
    object-position: 58% center;
  }

  .partners-hero-inner,
  .current-partner-grid,
  .partner-type-grid,
  .partner-benefit-grid,
  .expect-card-grid,
  .affiliate-layout,
  .media-grid,
  .partners-media-inner,
  .partners-instructor-card,
  .partner-process-grid,
  .affiliate-statement,
  .partners-expect-inner,
  .partners-media-copy {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .partners-hero-copy h1 {
    max-width: min(330px, calc(100vw - 44px));
    font-size: 34px;
    line-height: 1.1;
  }

  .partners-hero-subtitle,
  .partners-hero-copy p:not(.partners-hero-subtitle),
  .partners-hero-panel p,
  .partners-media-copy p,
  .partners-instructor-card div:last-child p,
  .affiliate-statement,
  .partners-redline {
    max-width: min(330px, calc(100vw - 44px));
    font-size: 15px;
    line-height: 1.72;
  }

  .partners-hero .hero-actions {
    display: grid;
    max-width: min(330px, calc(100vw - 36px));
  }

  .current-partner-grid,
  .partner-type-grid,
  .partner-benefit-grid,
  .expect-card-grid,
  .affiliate-layout,
  .media-grid,
  .partner-process-grid {
    grid-template-columns: 1fr;
  }

  .current-partner-grid article,
  .partner-type-grid article,
  .partner-benefit-grid article {
    min-height: 238px;
    padding: 22px;
  }

  .partner-logo-frame {
    min-height: 112px;
    margin-bottom: 18px;
    padding: 14px;
  }

  .partner-logo-frame img {
    max-height: 88px;
  }

  .partner-logo-frame.is-rocktank img {
    max-height: 116px;
  }

  .partner-logo-frame.is-4wdtv img {
    max-height: 110px;
  }

  .partner-type-grid h3,
  .partner-benefit-grid h3 {
    margin-top: 34px;
    font-size: 21px;
  }

  .expect-card-grid article {
    min-height: 150px;
    padding: 22px;
  }

  .expect-card-grid strong {
    margin-top: 36px;
    font-size: 18px;
  }

  .partners-redline {
    padding: 20px;
  }

  .affiliate-layout article,
  .media-grid article {
    padding: 22px;
  }

  .affiliate-layout h3,
  .media-grid h3 {
    font-size: 24px;
  }

  .partners-media-copy {
    padding-left: 18px;
  }

  .partners-instructor-card {
    padding: 22px;
  }

  .partners-instructor-card h2 {
    max-width: min(330px, calc(100vw - 44px));
    font-size: 29px;
  }

  .partner-process-grid article {
    min-height: 160px;
    padding: 22px;
  }

  .partner-process-grid article::after {
    top: 76px;
  }

  .partner-process-grid strong {
    margin-top: 58px;
  }
}

.certification-page {
  background: #070707;
}

.cert-system-hero {
  position: relative;
  min-height: 100svh;
  padding: 146px clamp(20px, 5vw, 72px) 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 42%, rgba(226, 34, 34, 0.18), transparent 34%),
    linear-gradient(135deg, #080808 0%, #12110f 54%, #050505 100%);
}

.cert-system-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(0deg, #070707, rgba(7, 7, 7, 0));
  pointer-events: none;
}

.cert-system-hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.cert-system-copy h1 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.98;
  font-weight: 900;
}

.cert-system-copy .hero-subtitle {
  max-width: 700px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.42;
  font-weight: 900;
}

.cert-system-copy p:not(.hero-subtitle) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.85;
}

.student-card-hero,
.student-card-showcase {
  margin: 0;
}

.student-card-hero {
  position: relative;
  min-height: 470px;
  isolation: isolate;
}

.student-card-composition {
  position: relative;
  width: min(100%, 680px);
  min-height: 470px;
  margin: 0 auto;
}

.student-card-composition::before {
  content: "";
  position: absolute;
  inset: 18% 3% 0;
  z-index: -1;
  background: radial-gradient(circle at center, rgba(226, 34, 34, 0.22), rgba(226, 34, 34, 0) 62%);
  filter: blur(18px);
}

.student-card-cutout {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 48px rgba(0, 0, 0, 0.42));
}

.student-card-composition .student-card-cutout {
  position: absolute;
  width: min(78%, 520px);
}

.student-card-composition .card-front {
  left: 0;
  top: 36px;
  z-index: 2;
  transform: rotate(-3.5deg);
}

.student-card-composition .card-back {
  right: 0;
  top: 140px;
  z-index: 1;
  transform: rotate(4deg);
  filter: drop-shadow(0 34px 54px rgba(0, 0, 0, 0.5));
}

.cert-card-grid,
.benefit-grid,
.specialty-badge-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.cert-card-grid.five {
  grid-template-columns: repeat(5, 1fr);
}

.cert-card-grid article,
.benefit-grid article,
.specialty-badge-grid article {
  min-height: 270px;
  padding: 26px;
  background: #11110f;
}

.cert-card-grid article span,
.benefit-grid article span,
.specialty-badge-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 44px;
  padding: 0 10px;
  border: 1px solid rgba(226, 34, 34, 0.46);
  color: #ff4242;
  font-size: 13px;
  font-weight: 900;
}

.cert-card-grid h3,
.benefit-grid h3,
.specialty-badge-grid h3 {
  margin: 54px 0 14px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.2;
}

.cert-card-grid p,
.benefit-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.student-card-section {
  background: #f4f4ef;
  color: var(--dark-text);
}

.student-card-layout {
  max-width: var(--max);
  margin: 0 auto;
}

.student-card-section .section-head h2 {
  color: var(--dark-text);
}

.student-card-showcase {
  display: grid;
  gap: 22px;
}

.student-card-display {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 4vw, 46px);
  align-items: end;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid #d8d8d0;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 22% 18%, rgba(226, 34, 34, 0.1), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #ededE6 100%);
}

.student-card-display div {
  display: grid;
  gap: 16px;
}

.student-card-display div:first-child {
  transform: rotate(-1.4deg);
}

.student-card-display div:last-child {
  transform: rotate(1.4deg);
}

.student-card-display img {
  width: 100%;
}

.student-card-display span {
  display: block;
  color: #66665f;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
}

.student-card-showcase figcaption {
  max-width: 920px;
  color: #55554f;
  font-size: 15px;
  line-height: 1.8;
}

.benefits-section {
  background: #0c0c0b;
}

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

.policy-note {
  max-width: var(--max);
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.partner-value-section {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.76)),
    url("../webflow-assets/site-images/optimized/4wdid-field-training.jpg") center / cover;
}

.partner-value-inner,
.verification-layout,
.cert-final-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.partner-value-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.partner-value-copy {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.partner-value-copy p {
  margin: 0;
  padding: 24px;
  background: rgba(17, 17, 15, 0.9);
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.75;
}

.specialty-cert-section {
  background: #11110f;
}

.specialty-badge-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  border: 0;
  background: transparent;
}

.specialty-badge-grid article {
  min-height: 280px;
}

.specialty-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background-position: center;
  background-size: cover;
  isolation: isolate;
  transition: transform 180ms ease, border-color 180ms ease;
}

.specialty-card::before,
.specialty-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.specialty-card::before {
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.34), rgba(7, 7, 7, 0.2) 38%, rgba(7, 7, 7, 0.84)),
    linear-gradient(90deg, rgba(7, 7, 7, 0.68), rgba(7, 7, 7, 0.08));
}

.specialty-card::after {
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transition: opacity 180ms ease;
}

.specialty-card:hover {
  border-color: rgba(226, 34, 34, 0.52);
  transform: translateY(-4px);
}

.specialty-card:hover::after {
  opacity: 1;
}

.specialty-card.is-desert {
  background-image: url("../webflow-assets/site-images/specialties/specialty-desert.jpg");
}

.specialty-card.is-snow {
  background-image: url("../webflow-assets/site-images/specialties/specialty-snow.jpg");
}

.specialty-card.is-gobi {
  background-image: url("../webflow-assets/site-images/specialties/specialty-gobi.jpg");
}

.specialty-card.is-nowhere {
  background-image: url("../webflow-assets/site-images/specialties/specialty-nowhere.jpg");
}

.specialty-card.is-rainforest {
  background-image: url("../webflow-assets/site-images/specialties/specialty-rainforest.jpg");
}

.specialty-card.is-rock {
  background-image: url("../webflow-assets/site-images/specialties/specialty-rock.jpg");
}

.specialty-card.is-technical {
  background-image: url("../webflow-assets/site-images/specialties/specialty-technical.jpg");
}

.specialty-card.is-documentary {
  background-image: url("../webflow-assets/site-images/specialties/specialty-documentary.jpg");
}

.specialty-badge-grid .specialty-card span {
  width: fit-content;
  background: rgba(7, 7, 7, 0.54);
  backdrop-filter: blur(10px);
}

.specialty-badge-grid .specialty-card div {
  display: grid;
  gap: 10px;
}

.specialty-badge-grid h3 {
  margin: 0;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
}

.specialty-badge-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.specialty-cert-copy {
  max-width: var(--max);
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.verification-section {
  background: #f4f4ef;
  color: var(--dark-text);
}

.verification-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.verification-section .section-head h2 {
  color: var(--dark-text);
}

.verification-layout > div > p {
  margin: 0;
  color: #55554f;
  font-size: 17px;
  line-height: 1.85;
}

.verification-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 28px;
  border: 1px solid #d8d8d0;
  background: #d8d8d0;
}

.verification-points span {
  min-height: 92px;
  display: flex;
  align-items: end;
  padding: 18px;
  background: #fff;
  color: #111;
  font-weight: 900;
}

.verification-section .verify-box {
  background: #11110f;
  box-shadow: 0 24px 80px rgba(17, 17, 15, 0.2);
}

.cert-final-cta {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0.78)),
    url("../webflow-assets/site-images/optimized/4wdid-water-crossing.jpg") center / cover;
}

.cert-final-inner h2 {
  max-width: 860px;
  margin: 0 0 20px;
  color: var(--white);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.08;
}

.cert-final-inner p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}

.cert-email {
  display: inline-flex;
  margin-top: 22px;
  color: var(--white);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 1100px) {
  .cert-card-grid.five,
  .specialty-badge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 940px) {
  .cert-system-hero {
    padding-top: 124px;
  }

  .cert-system-hero-inner,
  .partner-value-inner,
  .verification-layout {
    grid-template-columns: 1fr;
  }

  .student-card-hero {
    max-width: 720px;
    min-height: 430px;
  }

  .student-card-composition {
    min-height: 430px;
  }

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

@media (max-width: 640px) {
  .certification-page {
    overflow-x: hidden;
  }

  .cert-system-hero {
    min-height: auto;
    padding: 108px 18px 50px;
  }

  .cert-system-hero-inner {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    gap: 28px;
  }

  .cert-system-copy h1 {
    max-width: min(330px, calc(100vw - 44px));
    font-size: 36px;
    line-height: 1.08;
  }

  .cert-system-copy .hero-subtitle,
  .cert-system-copy p:not(.hero-subtitle),
  .specialty-cert-copy,
  .verification-layout > div > p,
  .cert-final-inner p {
    max-width: min(330px, calc(100vw - 44px));
    font-size: 15px;
    line-height: 1.72;
  }

  .cert-system-hero .hero-actions,
  .cert-final-cta .hero-actions {
    display: grid;
    width: 100%;
    max-width: min(330px, calc(100vw - 36px));
  }

  .student-card-hero,
  .student-card-display img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .student-card-hero {
    min-height: 330px;
    overflow: visible;
  }

  .student-card-composition {
    min-height: 330px;
  }

  .student-card-composition .student-card-cutout {
    width: 86%;
  }

  .student-card-composition .card-front {
    top: 10px;
    left: -4px;
    transform: rotate(-3deg);
  }

  .student-card-composition .card-back {
    top: 150px;
    right: -4px;
    transform: rotate(4deg);
  }

  .cert-card-grid,
  .benefit-grid,
  .specialty-badge-grid,
  .student-card-layout,
  .partner-value-inner,
  .verification-layout,
  .cert-final-inner {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .cert-card-grid.five,
  .benefit-grid,
  .specialty-badge-grid,
  .verification-points,
  .student-card-display {
    grid-template-columns: 1fr;
  }

  .student-card-display {
    padding: 22px 14px;
    gap: 26px;
  }

  .student-card-display div:first-child,
  .student-card-display div:last-child {
    transform: none;
  }

  .cert-card-grid article,
  .benefit-grid article {
    min-height: 238px;
    padding: 22px;
  }

  .specialty-badge-grid article {
    min-height: 260px;
    padding: 22px;
  }

  .cert-card-grid h3,
  .benefit-grid h3,
  .specialty-badge-grid h3 {
    font-size: 21px;
  }

  .student-card-showcase figcaption,
  .policy-note {
    max-width: min(330px, calc(100vw - 44px));
    font-size: 14px;
  }

  .partner-value-copy p {
    padding: 20px;
    font-size: 15px;
  }

  .verification-points span {
    min-height: 64px;
  }

  .cert-final-inner h2 {
    max-width: min(330px, calc(100vw - 44px));
    font-size: 30px;
    line-height: 1.14;
  }
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

p,
li,
span,
strong {
  overflow-wrap: anywhere;
  word-break: break-all;
}

button,
input,
select,
textarea {
  font: inherit;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  height: 76px;
  padding: 0 clamp(20px, 4vw, 56px);
  background: rgba(7, 7, 7, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, height 180ms ease;
}

.site-header.is-scrolled {
  height: 64px;
  background: rgba(7, 7, 7, 0.92);
}

.brand img {
  width: 148px;
  height: auto;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.45vw, 24px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.desktop-nav a {
  padding: 8px 0;
  white-space: nowrap;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--white);
}

.language-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.language-switch button {
  min-height: 34px;
  min-width: 46px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.language-switch button.is-active {
  background: var(--white);
  color: var(--dark-text);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.header-cta,
.button.primary {
  background: var(--red);
  color: var(--white);
}

.header-cta:hover,
.button.primary:hover {
  background: #ff2b2b;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
  background: rgba(0, 0, 0, 0.22);
}

.button.secondary:hover {
  border-color: var(--white);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.mobile-nav {
  position: fixed;
  inset: 76px 16px auto;
  z-index: 19;
  display: none;
  grid-template-columns: 1fr;
  padding: 12px;
  background: #10100e;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.mobile-nav a {
  padding: 15px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav a:last-child {
  border-bottom: 0;
}

.hero {
  position: relative;
  min-height: 92vh;
  padding: 154px clamp(20px, 5vw, 72px) 52px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.54) 42%, rgba(0, 0, 0, 0.12)),
    linear-gradient(0deg, #070707 0%, rgba(7, 7, 7, 0.08) 34%);
}

.hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 760px) 320px;
  align-items: end;
  gap: 42px;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(42px, 6.5vw, 82px);
  line-height: 0.98;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.hero-copy h1 span {
  display: block;
}

body.lang-en p,
body.lang-en li,
body.lang-en span,
body.lang-en strong,
body.lang-en h1,
body.lang-en h2,
body.lang-en h3 {
  word-break: normal;
  overflow-wrap: break-word;
}

.hero-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-all;
}

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

.hero-panel {
  border-left: 2px solid var(--red);
  background: rgba(9, 9, 8, 0.72);
  backdrop-filter: blur(12px);
  padding: 8px 22px;
}

.hero-panel div {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-panel div:last-child {
  border-bottom: 0;
}

.hero-panel span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  font-size: 21px;
}

.section {
  padding: clamp(72px, 10vw, 124px) clamp(20px, 5vw, 72px);
}

.page-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  padding: 148px clamp(20px, 5vw, 72px) 58px;
  overflow: hidden;
}

.page-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.58) 48%, rgba(0, 0, 0, 0.15)),
    linear-gradient(0deg, #070707 0%, rgba(7, 7, 7, 0.08) 38%);
}

.page-hero > div {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
}

.page-hero p {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 5.5vw, 72px);
  line-height: 1.04;
  font-weight: 900;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 42px;
}

.section-head.wide {
  max-width: var(--max);
}

.section-head.compact {
  margin: 0 0 28px;
}

.section-head p {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.section-head span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 18px;
}

.entry-section {
  background: #0c0c0b;
}

.entry-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.entry-grid article {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  background: #11110f;
}

.entry-grid article > span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.entry-grid h3 {
  margin: 44px 0 14px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.18;
}

.entry-grid p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.65;
}

.entry-grid .button {
  margin-top: auto;
}

.split-grid,
.cert-grid,
.base-grid,
.enroll {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.text-column p,
.cert-grid p,
.team-copy > p,
.enroll-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

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

.check-list li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.6;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background: var(--red);
}

.data-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #151411, #0c0c0b);
}

.data-board div {
  min-height: 168px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.data-board div:nth-child(2n) {
  border-right: 0;
}

.data-board div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.data-board strong {
  display: block;
  color: var(--white);
  font-size: 44px;
  line-height: 1;
}

.data-board span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.5;
}

.courses,
.bases,
.faq {
  background: #f4f4ef;
  color: var(--dark-text);
}

.courses .section-head h2,
.bases .section-head h2,
.faq .section-head h2 {
  color: var(--dark-text);
}

.courses .section-head span {
  color: #5a5a55;
}

.course-shell {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 22px;
}

.course-tabs {
  display: grid;
  gap: 8px;
  align-self: start;
}

.tab {
  min-height: 56px;
  border: 1px solid #d0d0c8;
  border-radius: var(--radius);
  background: #fff;
  color: #111;
  font-weight: 900;
  cursor: pointer;
}

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

.course-stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #111;
}

.course-stage img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.course-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.06));
}

.course-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 620px;
  display: none;
  padding: 28px;
  background: rgba(8, 8, 7, 0.82);
  border-left: 2px solid var(--red);
  color: #fff;
}

.course-card.is-active {
  display: block;
}

.course-card h3 {
  margin: 0 0 12px;
  font-size: 30px;
}

.course-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
}

.certification {
  background: #0c0c0b;
}

.pathway {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 28px;
}

.pathway span {
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--panel);
  font-weight: 800;
}

.verify-box {
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: var(--radius);
}

.verify-box img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}

.verify-box label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 14px;
}

.verify-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.verify-row input,
.verify-row button,
.lead-form input,
.lead-form select,
.lead-form textarea {
  min-height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
}

.verify-row input {
  padding: 0 12px;
  background: #070707;
  color: var(--white);
}

.verify-row button {
  padding: 0 18px;
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
  cursor: pointer;
  font-weight: 800;
}

.verify-result {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.verify-result.is-loading,
.verify-result.is-error,
.verify-result.is-loaded {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.verify-result.is-error {
  border-color: rgba(214, 55, 47, 0.65);
  color: #fff;
}

.verify-result.is-loaded {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.verify-result.is-invalid {
  border-color: rgba(214, 55, 47, 0.9);
  background: rgba(214, 55, 47, 0.12);
}

.verify-title {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  margin-bottom: 10px;
  background: var(--white);
  color: #050505;
  font-size: 14px;
  font-weight: 900;
}

.verify-result.is-invalid .verify-title {
  background: var(--red);
  color: var(--white);
}

.verify-note {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.74);
}

.verify-details {
  margin: 0;
  display: grid;
  gap: 8px;
}

.verify-details div {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.verify-details dt {
  color: var(--muted);
}

.verify-details dd {
  margin: 0;
  color: var(--white);
  font-weight: 800;
}

.specialties {
  background: #11110f;
}

.specialty-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.specialty-grid article {
  min-height: 270px;
  padding: 28px;
  background: #11110f;
}

.specialty-grid span {
  display: block;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.specialty-grid h3 {
  margin: 44px 0 14px;
  font-size: 24px;
}

.specialty-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.team {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  max-width: calc(var(--max) + 144px);
  margin: 0 auto;
}

.team-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
}

.people-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.person {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.person.is-active {
  background: var(--white);
  color: #111;
}

.person-bio {
  min-height: 120px;
  padding-left: 18px;
  border-left: 2px solid var(--red);
}

.team-link {
  margin-top: 4px;
}

.instructor-hero {
  min-height: 86vh;
}

.instructor-hero span {
  display: block;
  max-width: 760px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
}

.instructor-mission,
.instructor-standard,
.instructor-renewal {
  background: #0c0c0b;
}

.instructor-student,
.instructor-value {
  background: #f4f4ef;
  color: var(--dark-text);
}

.instructor-student .section-head h2,
.instructor-value .section-head h2 {
  color: var(--dark-text);
}

.instructor-card-grid,
.timeline-grid,
.value-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.instructor-card-grid {
  grid-template-columns: repeat(4, 1fr);
  border-color: #d8d8d0;
  background: #d8d8d0;
}

.instructor-card-grid article {
  min-height: 320px;
  padding: 28px;
  background: #fff;
}

.instructor-card-grid span,
.timeline-grid span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.instructor-card-grid h3 {
  margin: 54px 0 16px;
  color: #111;
  font-size: 24px;
  line-height: 1.18;
}

.instructor-card-grid p,
.value-grid p {
  margin: 0;
  color: #55554f;
  line-height: 1.75;
}

.instructor-trust {
  background:
    linear-gradient(rgba(7, 7, 7, 0.86), rgba(7, 7, 7, 0.9)),
    url("../webflow-assets/site-images/optimized/4wdid-water-crossing.jpg") center / cover;
}

.instructor-trust-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

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

.trust-list article,
.requirement-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 17, 15, 0.86);
}

.trust-list strong {
  display: block;
  color: var(--white);
  font-size: 21px;
}

.trust-list p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.instructor-path {
  background: #070707;
}

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

.timeline-grid article {
  min-height: 260px;
  padding: 26px;
  background: #11110f;
  position: relative;
}

.timeline-grid article::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 58px;
  height: 2px;
  background: var(--red);
}

.timeline-grid h3 {
  margin: 76px 0 14px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.18;
}

.timeline-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.instructor-requirements {
  background: #11110f;
}

.requirement-panel .check-list {
  margin-top: 0;
}

.value-grid {
  grid-template-columns: repeat(5, 1fr);
  border-color: #d8d8d0;
  background: #d8d8d0;
}

.value-grid article {
  min-height: 260px;
  padding: 26px;
  background: #fff;
}

.value-grid h3 {
  margin: 0 0 68px;
  color: #111;
  font-size: 24px;
  line-height: 1.18;
}

.renewal-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  background: var(--line);
}

.renewal-board div {
  min-height: 190px;
  padding: 28px;
  background: #11110f;
}

.renewal-board strong {
  display: block;
  color: var(--white);
  font-size: 30px;
  line-height: 1.12;
}

.renewal-board span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.instructor-apply {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0.82)),
    url("../webflow-assets/site-images/optimized/4wdid-certification-pathway.jpg") center / cover;
}

.instructor-apply .enroll-copy a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.instructor-form {
  background: rgba(17, 17, 15, 0.92);
  backdrop-filter: blur(12px);
}

.director-hero {
  position: relative;
  min-height: 760px;
  padding: 148px clamp(20px, 5vw, 72px) 62px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.director-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.director-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.director-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6) 48%, rgba(0, 0, 0, 0.18)),
    linear-gradient(0deg, #070707 0%, rgba(7, 7, 7, 0.06) 38%);
}

.director-roster-hero::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.62) 46%, rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, #070707 0%, rgba(7, 7, 7, 0.12) 42%);
}

.director-hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: end;
}

.director-title p {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 16px;
  font-weight: 900;
}

.director-title h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  font-weight: 900;
}

.director-roster-hero .director-title h1 {
  max-width: 900px;
  font-size: clamp(40px, 5vw, 68px);
}

.director-roster-hero .director-hero-inner {
  grid-template-columns: 1fr;
  gap: 28px;
}

.director-roster-hero .director-intro {
  max-width: 560px;
  margin-left: auto;
}

.director-intro {
  padding: 24px 0 0 22px;
  border-left: 2px solid var(--red);
}

.director-intro p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.8;
}

.director-overview {
  background: #0c0c0b;
}

.director-summary-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.director-summary-grid a {
  min-height: 218px;
  padding: 24px;
  background: #11110f;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: background 160ms ease, transform 160ms ease;
}

.director-summary-grid a:hover {
  background: #191814;
  transform: translateY(-2px);
}

.director-summary-grid span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.director-summary-grid strong {
  display: block;
  margin-top: 26px;
  color: var(--white);
  font-size: 25px;
  line-height: 1.18;
}

.director-summary-grid p {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.director-gallery {
  display: grid;
  gap: 42px;
  background: #070707;
}

.director-feature {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(440px, 0.46fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(164, 0, 0, 0.08), transparent 34%),
    #10100e;
}

.director-feature:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.46fr);
}

.director-feature:nth-child(even) figure {
  order: 2;
}

.director-feature figure {
  position: relative;
  isolation: isolate;
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #080807;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 28px 70px rgba(0, 0, 0, 0.34);
}

.director-feature figure::before,
.director-feature figure::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.director-feature figure::before {
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.58)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.18));
}

.director-feature figure::after {
  z-index: 3;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 3px;
  background: var(--red);
  box-shadow: 0 0 28px rgba(226, 0, 0, 0.42);
}

.director-feature figure > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border: 0;
  transform: scale(1.01);
  transition: transform 260ms ease, filter 260ms ease;
}

.director-feature:hover figure > img {
  transform: scale(1.035);
  filter: contrast(1.04) saturate(1.04);
}

.director-copy {
  display: grid;
  align-content: center;
  min-width: 0;
}

.director-affiliation-logo {
  --director-logo-width: 168px;
  --director-logo-height: 64px;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(var(--director-logo-width), 48vw);
  height: var(--director-logo-height);
  max-width: var(--director-logo-width);
  max-height: var(--director-logo-height);
  margin: 0 0 clamp(22px, 3vw, 34px);
  overflow: hidden;
}

.director-feature:nth-child(even) .director-affiliation-logo {
  justify-self: start;
  justify-content: flex-start;
}

.director-affiliation-logo img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  object-position: center;
  border: 0;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.45));
}

.director-affiliation-logo--simon {
  --director-logo-width: 178px;
  --director-logo-height: 70px;
}

.director-affiliation-logo--hanwei {
  --director-logo-width: 86px;
  --director-logo-height: 78px;
}

.director-affiliation-logo--kman {
  --director-logo-width: 172px;
  --director-logo-height: 70px;
}

.director-affiliation-logo--yunliang {
  --director-logo-width: 178px;
  --director-logo-height: 76px;
}

.director-affiliation-logo--camf {
  --director-logo-width: 78px;
  --director-logo-height: 78px;
}

.director-affiliation-logo--traversing {
  --director-logo-width: 188px;
  --director-logo-height: 58px;
}

.director-role {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
}

.director-feature h2 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.05;
}

.director-feature h2 > span:first-child {
  display: block;
  margin-top: 0;
  color: var(--white);
  font-size: 1em;
}

.director-feature h2 > span:last-child {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.58em;
}

body.lang-en .director-feature h2 > span:last-child {
  display: none;
}

.director-feature p:not(.director-role) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.82;
}

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

.director-feature li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
}

.director-feature li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--red);
}

.director-profile-grid,
.director-system-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.director-profile-copy {
  display: grid;
  gap: 18px;
}

.director-profile-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}

.director-evidence {
  background: #f4f4ef;
  color: var(--dark-text);
}

.director-evidence-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #d8d8d0;
  border: 1px solid #d8d8d0;
}

.director-evidence article {
  min-height: 320px;
  padding: 30px;
  background: #fff;
}

.director-evidence span {
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.director-evidence h2 {
  margin: 76px 0 16px;
  font-size: 28px;
  line-height: 1.15;
}

.director-evidence p {
  margin: 0;
  color: #55554f;
  line-height: 1.75;
}

.director-system {
  background: #0c0c0b;
}

.director-system-inner {
  align-items: center;
}

.director-system img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
}

.base-grid img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: var(--radius);
}

.base-copy ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.base-copy li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid #d8d8d0;
}

.base-copy strong {
  font-size: 18px;
}

.base-copy span {
  color: #55554f;
  line-height: 1.7;
}

.code {
  padding-top: 80px;
  padding-bottom: 80px;
  background:
    linear-gradient(rgba(7, 7, 7, 0.84), rgba(7, 7, 7, 0.86)),
    url("../webflow-assets/site-images/optimized/4wdid-certification-pathway.jpg") center / cover;
}

.code-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.code h2 {
  margin: 0 0 30px;
  font-size: clamp(32px, 5vw, 58px);
}

.code-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.code-grid p {
  margin: 0;
  min-height: 132px;
  padding: 24px;
  background: rgba(12, 12, 11, 0.82);
  display: flex;
  align-items: end;
  font-size: 20px;
  font-weight: 800;
}

.enroll {
  align-items: start;
}

.lead-form {
  padding: 26px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  padding: 0 12px;
  background: #070707;
  color: var(--white);
}

.lead-form textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.lead-form > label {
  margin: 14px 0 18px;
}

.lead-result {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.lead-result.is-success {
  color: #9ee8bd;
}

.lead-result.is-error {
  color: #ffaaa8;
}

.consent-row {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  margin: 0 0 18px !important;
}

.consent-row input {
  width: auto;
  min-height: 0;
  margin-top: 4px;
  accent-color: var(--red);
}

.consent-row a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.content-page {
  background: #0c0c0b;
}

.content-panel {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.content-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 44px);
}

.content-panel p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.faq-list {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

details {
  background: #fff;
  border: 1px solid #ddded7;
  border-radius: var(--radius);
}

summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #55554f;
  line-height: 1.75;
}

.site-footer {
  padding: 42px clamp(20px, 5vw, 72px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer img {
  width: 140px;
  height: auto;
}

.site-footer p {
  margin: 0;
  color: var(--white);
  font-weight: 900;
}

.site-footer span {
  font-size: 13px;
}

@media (max-width: 940px) {
  .site-header {
    display: flex;
    gap: 12px;
  }

  .brand {
    margin-right: 0;
  }

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

  .menu-toggle {
    display: block;
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .language-switch {
    flex: 0 0 auto;
    width: 44px;
    margin-left: 0;
    position: absolute;
    left: 178px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
  }

  .menu-toggle {
    flex: 0 0 auto;
    position: absolute;
    left: 234px;
    top: 50%;
    transform: translateY(-50%);
  }

  .hero {
    min-height: 860px;
    padding-top: 130px;
  }

  .hero-inner,
  .entry-grid,
  .director-hero-inner,
  .director-profile-grid,
  .director-system-inner,
  .split-grid,
  .cert-grid,
  .base-grid,
  .enroll,
  .team,
  .instructor-trust-inner {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 520px;
  }

  .specialty-grid,
  .director-summary-grid,
  .director-evidence-grid,
  .code-grid,
  .instructor-card-grid,
  .timeline-grid,
  .value-grid {
    grid-template-columns: 1fr 1fr;
  }

  .director-feature,
  .director-feature:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .director-feature:nth-child(even) figure {
    order: 0;
  }

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

@media (max-width: 640px) {
  .site-header {
    height: 68px;
    padding: 0 16px;
  }

  .brand img {
    width: 126px;
  }

  .language-switch button {
    display: none;
    width: 38px;
    min-width: 38px;
    padding: 0;
  }

  .language-switch button:not(.is-active) {
    display: block;
  }

  .language-switch {
    left: 154px;
  }

  .menu-toggle {
    left: 210px;
  }

  .mobile-nav {
    inset: 68px 12px auto;
  }

  .hero {
    min-height: 840px;
    padding: 112px 18px 34px;
  }

  .director-hero {
    min-height: 780px;
    padding: 112px 18px 38px;
  }

  .page-hero {
    min-height: 620px;
    padding: 112px 18px 38px;
  }

  .page-hero h1 {
    max-width: min(330px, calc(100vw - 44px));
    font-size: 31px;
    line-height: 1.14;
  }

  .hero-copy h1 {
    max-width: min(320px, calc(100vw - 44px));
    font-size: 27px;
    line-height: 1.08;
  }

  .hero-copy p {
    max-width: 330px;
    font-size: 15px;
    line-height: 1.7;
  }

  .text-column p,
  .cert-grid p,
  .team-copy > p,
  .enroll-copy > p {
    max-width: 330px;
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
  }

  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-head h2 {
    max-width: 330px;
    font-size: 25px;
    line-height: 1.18;
  }

  .data-board,
  .course-shell,
  .pathway,
  .entry-grid,
  .specialty-grid,
  .director-summary-grid,
  .director-evidence-grid,
  .code-grid,
  .instructor-card-grid,
  .timeline-grid,
  .value-grid,
  .renewal-board,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .director-title h1 {
    max-width: 330px;
    font-size: 34px;
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .director-roster-hero .director-title h1 {
    max-width: 330px;
    font-size: 28px;
    line-height: 1.14;
  }

  .director-intro {
    padding-left: 16px;
  }

  .director-roster-hero .director-intro {
    max-width: 330px;
    margin-left: 0;
  }

  .director-intro p,
  .director-profile-copy p {
    max-width: 330px;
    font-size: 15px;
  }

  .director-overview .section-head span {
    max-width: 330px;
  }

  .director-summary-grid a {
    min-height: 178px;
    padding: 20px;
  }

  .director-feature {
    padding: 14px;
    gap: 22px;
  }

  .director-feature figure {
    min-height: 390px;
  }

  .director-feature figure > img {
    min-height: 390px;
    border-radius: 4px;
  }

  .director-affiliation-logo,
  .director-feature:nth-child(even) .director-affiliation-logo {
    justify-self: start;
    justify-content: flex-start;
    width: min(var(--director-logo-width), 42vw);
    height: min(var(--director-logo-height), 66px);
    max-width: min(var(--director-logo-width), 42vw);
    max-height: 66px;
    margin-bottom: 18px;
  }

  .director-feature h2 {
    font-size: 28px;
  }

  .director-feature p:not(.director-role) {
    font-size: 15px;
  }

  .director-evidence article {
    min-height: 240px;
  }

  .director-evidence h2 {
    margin-top: 44px;
    font-size: 23px;
  }

  .data-board div,
  .data-board div:nth-child(2n),
  .data-board div:nth-last-child(-n + 2) {
    min-height: 132px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .data-board div:last-child {
    border-bottom: 0;
  }

  .course-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .course-stage,
  .course-stage img {
    min-height: 500px;
  }

  .course-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 20px;
  }

  .course-card h3 {
    font-size: 24px;
  }

  .base-copy li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  .verify-details div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .code-grid p {
    min-height: 108px;
    font-size: 18px;
  }
}

@media (min-width: 941px) {
  .site-header {
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  }

  .hero,
  .director-hero {
    min-height: 100svh;
  }

  .hero-media img,
  .director-hero-media img {
    transform: scale(1.02);
  }

  .hero-panel {
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  }

  .data-board,
  .verify-box,
  .lead-form,
  .director-feature {
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.26);
  }

  .specialty-grid article,
  .director-summary-grid a {
    position: relative;
    overflow: hidden;
  }

  .specialty-grid article::after,
  .director-summary-grid a::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
  }

  .specialty-grid article:hover::after,
  .director-summary-grid a:hover::after {
    transform: scaleX(1);
  }

  .team {
    min-height: 720px;
  }

  .team-media img {
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
  }

  .director-feature {
    min-height: 560px;
  }
}

@media (max-width: 640px) {
  body {
    background: #050505;
  }

  main,
  section,
  .hero-inner,
  .director-hero-inner,
  .split-grid,
  .cert-grid,
  .base-grid,
  .enroll,
  .team,
  .section-head,
  .text-column,
  .director-title,
  .director-intro {
    width: 100%;
    max-width: 100%;
  }

  .site-header {
    background: rgba(7, 7, 7, 0.94);
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .mobile-nav {
    inset: 76px 12px auto;
    padding: 8px;
  }

  .mobile-nav a {
    min-height: 48px;
    padding: 13px 12px;
    font-weight: 800;
  }

  .hero {
    min-height: 760px;
    padding-top: 104px;
    align-items: end;
  }

  .page-hero {
    min-height: 620px;
    padding: 104px 18px 38px;
  }

  .page-hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62) 36%, #070707 96%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.12));
  }

  .page-hero img {
    object-position: 58% center;
  }

  .page-hero h1 {
    max-width: min(320px, calc(100vw - 44px));
    font-size: 30px;
    line-height: 1.14;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.62) 34%, #070707 96%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2));
  }

  .hero-media img {
    object-position: 58% center;
  }

  .hero-inner {
    gap: 22px;
  }

  .hero-copy h1 {
    max-width: calc(100vw - 36px);
    font-size: 29px;
    line-height: 1.12;
  }

  .hero-copy p {
    max-width: min(320px, calc(100vw - 44px));
    font-size: 15px;
    line-height: 1.72;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 48px;
  }

  .hero-panel {
    width: 100%;
    padding: 4px 18px;
    background: rgba(12, 12, 11, 0.9);
  }

  .hero-panel div {
    padding: 15px 0;
  }

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

  .section-head {
    margin-bottom: 28px;
  }

  .section-head h2 {
    max-width: min(320px, calc(100vw - 44px));
    font-size: 27px;
    line-height: 1.16;
  }

  .section-head span,
  .text-column p,
  .cert-grid p,
  .team-copy > p,
  .enroll-copy > p {
    max-width: min(320px, calc(100vw - 44px));
  }

  .data-board {
    grid-template-columns: 1fr 1fr;
  }

  .data-board div,
  .data-board div:nth-child(2n),
  .data-board div:nth-last-child(-n + 2) {
    min-height: 118px;
    padding: 20px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .data-board div:nth-child(2n) {
    border-right: 0;
  }

  .data-board div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .data-board strong {
    font-size: 34px;
  }

  .data-board span {
    margin-top: 12px;
    font-size: 13px;
  }

  .course-shell {
    gap: 12px;
  }

  .course-tabs {
    position: sticky;
    top: 76px;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 8px;
    margin: 0 -8px;
    background: rgba(244, 244, 239, 0.92);
    backdrop-filter: blur(12px);
    border-radius: var(--radius);
  }

  .tab {
    min-height: 44px;
  }

  .course-stage,
  .course-stage img {
    min-height: 430px;
  }

  .course-card {
    background: rgba(8, 8, 7, 0.9);
  }

  .specialty-grid,
  .director-summary-grid,
  .entry-grid,
  .instructor-card-grid,
  .value-grid {
    width: calc(100vw - 44px);
    max-width: calc(100vw - 44px);
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(238px, 78vw);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .specialty-grid article,
  .director-summary-grid a,
  .entry-grid article,
  .instructor-card-grid article,
  .value-grid article {
    scroll-snap-align: start;
  }

  .specialty-grid article {
    min-height: 230px;
  }

  .instructor-card-grid article,
  .value-grid article {
    min-height: 250px;
  }

  .timeline-grid article {
    min-height: 230px;
  }

  .timeline-grid h3 {
    margin-top: 58px;
  }

  .value-grid h3 {
    margin-bottom: 36px;
  }

  .renewal-board {
    grid-template-columns: 1fr;
  }

  .team {
    gap: 26px;
  }

  .team-media img {
    aspect-ratio: 16 / 10;
  }

  .people-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .person {
    flex: 0 0 auto;
  }

  .person-bio {
    min-height: auto;
  }

  .director-hero {
    min-height: 760px;
    padding-top: 104px;
  }

  .director-hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.6) 36%, #070707 96%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.12));
  }

  .director-hero-media img {
    object-position: 58% center;
  }

  .director-title h1,
  .director-roster-hero .director-title h1 {
    max-width: min(320px, calc(100vw - 44px));
    font-size: 29px;
    line-height: 1.14;
  }

  .director-intro p,
  .director-profile-copy p {
    max-width: min(320px, calc(100vw - 44px));
  }

  .director-feature {
    border-radius: 0;
    margin-left: -18px;
    margin-right: -18px;
    border-left: 0;
    border-right: 0;
  }

  .director-feature figure > img {
    min-height: 340px;
    object-position: center center;
  }

  .director-affiliation-logo,
  .director-feature:nth-child(even) .director-affiliation-logo {
    justify-self: start;
    justify-content: flex-start;
    width: min(var(--director-logo-width), 38vw);
    height: min(var(--director-logo-height), 58px);
    max-width: min(var(--director-logo-width), 38vw);
    max-height: 58px;
    margin-bottom: 16px;
  }

  .director-feature figure {
    min-height: 340px;
  }

  .lead-form {
    padding: 20px;
  }

  .site-footer {
    padding-bottom: 72px;
  }
}

.course-system-hero {
  min-height: 84vh;
}

.course-system-hero > div > span {
  display: block;
  max-width: 760px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.72;
}

.course-system-hero > div > small {
  display: block;
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.78;
}

.course-intro,
.course-outcomes,
.learning-path,
.course-cta {
  background: #0c0c0b;
}

.course-intro-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.course-intro-copy {
  padding-left: 26px;
  border-left: 2px solid var(--red);
}

.course-intro-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.86;
}

.course-intro-copy p + p {
  margin-top: 18px;
}

.standard-timeline {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid #d8d8d0;
  background: #d8d8d0;
}

.standard-timeline article {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #fff;
}

.standard-timeline span,
.outcome-grid span,
.course-value .value-grid span,
.path-map span {
  display: block;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.standard-timeline h3 {
  margin: 42px 0 18px;
  color: #111;
  font-size: 26px;
  line-height: 1.18;
}

.standard-timeline ul {
  margin: 0;
  padding-left: 18px;
  color: #33332f;
  line-height: 1.75;
}

.standard-timeline p {
  margin: auto 0 0;
  padding-top: 24px;
  color: #63635d;
  line-height: 1.7;
}

.outcome-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.outcome-grid article,
.path-map article {
  min-height: 246px;
  padding: 28px;
  background: #11110f;
}

.outcome-grid h3,
.path-map h3 {
  margin: 42px 0 14px;
  color: var(--white);
  font-size: 23px;
  line-height: 1.18;
}

.outcome-grid p,
.path-map p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.standard-info {
  background: #f4f4ef;
  color: var(--dark-text);
}

.standard-info .section-head {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.standard-info .section-head h2 {
  color: var(--dark-text);
}

.info-board {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #d8d8d0;
  background: #d8d8d0;
  gap: 1px;
}

.info-board div {
  min-height: 150px;
  padding: 24px;
  background: #fff;
}

.info-board span {
  display: block;
  margin-bottom: 18px;
  color: #6a6a62;
  font-size: 13px;
  font-weight: 900;
}

.info-board strong {
  display: block;
  color: #111;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.25;
}

.specialty-matrix {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.82fr) minmax(300px, 0.82fr);
  align-items: start;
  gap: 22px;
}

.specialty-group {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(17, 17, 15, 0.82), rgba(17, 17, 15, 0.94)),
    url("../webflow-assets/site-images/optimized/4wdid-field-training.jpg") center / cover;
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.specialty-group.terrain {
  background:
    linear-gradient(rgba(17, 17, 15, 0.72), rgba(17, 17, 15, 0.93)),
    url("../webflow-assets/site-images/optimized/4wdid-water-crossing.jpg") center / cover;
}

.specialty-group:nth-child(2) {
  background:
    linear-gradient(rgba(17, 17, 15, 0.82), rgba(17, 17, 15, 0.95)),
    url("../webflow-assets/site-images/optimized/4wdid-certification-pathway.jpg") center / cover;
}

.specialty-group:nth-child(3) {
  background:
    linear-gradient(rgba(17, 17, 15, 0.82), rgba(17, 17, 15, 0.95)),
    url("../webflow-assets/site-images/optimized/4wdid-partner-audit.jpg") center / cover;
}

.specialty-group h3 {
  margin: 0 0 20px;
  color: var(--white);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.18;
}

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

.specialty-group.terrain .specialty-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.specialty-list div {
  min-height: 148px;
  padding: clamp(18px, 2vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 8, 7, 0.78);
  backdrop-filter: blur(4px);
}

.specialty-list strong {
  display: block;
  color: var(--white);
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.25;
}

.specialty-list p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.path-map {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.path-map article {
  position: relative;
  border: 1px solid var(--line);
}

.path-map article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -36px;
  width: 36px;
  height: 2px;
  background: var(--red);
}

.path-map article:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: -38px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
}

.course-value {
  background: #f4f4ef;
  color: var(--dark-text);
}

.course-value .section-head h2 {
  color: var(--dark-text);
}

.course-value .value-grid {
  grid-template-columns: repeat(4, 1fr);
}

.course-value .value-grid article {
  min-height: 300px;
}

.course-value .value-grid h3 {
  margin: 42px 0 18px;
}

.course-cta {
  padding-top: clamp(80px, 11vw, 132px);
  padding-bottom: clamp(80px, 11vw, 132px);
}

.course-cta-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(10, 10, 9, 0.94), rgba(10, 10, 9, 0.74)),
    url("../webflow-assets/site-images/optimized/4wdid-field-training.jpg") center / cover;
  border-radius: var(--radius);
}

.course-cta p {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.course-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.08;
}

.course-cta span {
  display: block;
  max-width: 700px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.course-cta strong {
  display: block;
  margin-top: 22px;
  color: var(--white);
  font-size: 18px;
}

.course-cta a {
  overflow-wrap: anywhere;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

@media (max-width: 1100px) {
  .specialty-matrix {
    grid-template-columns: 1fr;
  }

  .specialty-group.terrain .specialty-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 940px) {
  .course-intro-inner,
  .standard-timeline,
  .outcome-grid,
  .info-board,
  .path-map,
  .course-value .value-grid,
  .course-cta-inner {
    grid-template-columns: 1fr;
  }

  .path-map {
    gap: 18px;
  }

  .path-map article:not(:last-child)::before,
  .path-map article:not(:last-child)::after {
    display: none;
  }

  .course-cta-inner {
    align-items: start;
  }

  .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .course-system-hero {
    min-height: 650px;
  }

  .course-system-hero > div > span,
  .course-system-hero > div > small,
  .course-intro-copy p,
  .course-cta span,
  .course-cta strong {
    max-width: min(320px, calc(100vw - 44px));
    font-size: 15px;
  }

  .course-system-hero .hero-actions {
    display: grid;
    max-width: min(320px, calc(100vw - 44px));
  }

  .course-value .value-grid {
    width: auto;
    max-width: var(--max);
    grid-auto-flow: row;
    grid-auto-columns: auto;
    overflow: visible;
    scroll-snap-type: none;
  }

  .course-intro-copy {
    padding-left: 18px;
  }

  .standard-timeline article,
  .outcome-grid article,
  .path-map article,
  .course-value .value-grid article {
    min-height: 230px;
    padding: 22px;
  }

  .standard-timeline h3,
  .outcome-grid h3,
  .path-map h3,
  .course-value .value-grid h3 {
    margin-top: 34px;
    font-size: 22px;
  }

  .info-board div {
    min-height: 118px;
    padding: 22px;
  }

  .info-board strong {
    font-size: 21px;
  }

  .specialty-group {
    padding: 18px;
  }

  .specialty-group.terrain .specialty-list {
    grid-template-columns: 1fr;
  }

  .specialty-list div {
    min-height: 116px;
  }

  .course-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .course-cta-inner {
    padding: 24px;
  }

  .course-cta h2 {
    max-width: min(320px, calc(100vw - 44px));
    font-size: 29px;
  }

  .cta-actions {
    display: grid;
    width: 100%;
  }
}

.system-overview {
  background: #070707;
}

.system-hero {
  min-height: 86vh;
  isolation: isolate;
}

.system-hero p {
  max-width: 760px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.system-hero > div > span {
  display: block;
  max-width: 780px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.46;
  font-weight: 900;
}

.system-hero > div > small {
  display: block;
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.82;
}

.system-components,
.learner-section,
.operating-section,
.certification-paths,
.system-final-cta {
  background: #0c0c0b;
}

.enterprise-section,
.value-section {
  background: #f4f4ef;
  color: var(--dark-text);
}

.enterprise-section .section-head h2,
.value-section .section-head h2 {
  color: var(--dark-text);
}

.enterprise-section .section-head span {
  color: #5a5a55;
}

.system-card-grid,
.future-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.system-card-grid article,
.future-grid article {
  min-height: 286px;
  padding: 28px;
  background: #11110f;
}

.system-card-grid span,
.future-grid span,
.system-value-grid span,
.multi-paths h3,
.training-list h3,
.system-path-strip span,
.operating-map article span {
  display: block;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.system-card-grid h3,
.future-grid h3 {
  margin: 54px 0 14px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.18;
}

.system-card-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.system-split,
.international-layout,
.enterprise-layout {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: start;
}

.system-split > div > p,
.international-layout > div > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.86;
}

.system-split > div > p + p,
.international-layout > div > p + p {
  margin-top: 18px;
}

.system-path-strip {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.system-path-strip article {
  position: relative;
  min-height: 128px;
  padding: 22px 24px 22px 72px;
  background: #11110f;
}

.system-path-strip article::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 28px;
  bottom: -1px;
  width: 2px;
  background: rgba(226, 34, 34, 0.58);
}

.system-path-strip article:last-child::before {
  bottom: auto;
  height: 18px;
}

.system-path-strip span {
  position: absolute;
  left: 18px;
  top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(226, 34, 34, 0.55);
  background: #0c0c0b;
}

.system-path-strip strong {
  display: block;
  color: var(--white);
  font-size: 21px;
  line-height: 1.25;
}

.system-path-strip p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.enterprise-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.audience-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
}

.audience-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #d4d4ca;
  border-radius: var(--radius);
  background: #fff;
  color: #171713;
  font-weight: 900;
}

.training-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid #d8d8d0;
  background: #d8d8d0;
}

.training-list article {
  min-height: 212px;
  padding: 24px;
  background: #fff;
}

.training-list h3 {
  margin: 0 0 42px;
  color: var(--red);
  line-height: 1.28;
}

.training-list p {
  margin: 0;
  color: #5a5a55;
  line-height: 1.72;
}

.international-section {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0.78)),
    url("../webflow-assets/site-images/optimized/4wdid-water-crossing.jpg") center / cover;
}

.global-panel {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 32% 34%, rgba(226, 34, 34, 0.26), transparent 8%),
    radial-gradient(circle at 66% 68%, rgba(226, 34, 34, 0.22), transparent 9%),
    radial-gradient(circle at 78% 42%, rgba(226, 34, 34, 0.2), transparent 7%),
    rgba(12, 12, 11, 0.78);
}

.global-grid {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 52px 52px;
}

.global-panel::before,
.global-panel::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(226, 34, 34, 0.5);
  border-radius: 50%;
}

.global-panel::before {
  inset: 86px 58px 92px;
}

.global-panel::after {
  inset: 134px 112px 138px;
}

.market {
  position: absolute;
  z-index: 2;
  display: inline-block;
  max-width: 174px;
  padding: 14px;
  border-left: 2px solid var(--red);
  background: rgba(7, 7, 7, 0.82);
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.market small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.market.china {
  left: 13%;
  top: 24%;
}

.market.australia {
  right: 14%;
  bottom: 16%;
}

.market.usa {
  right: 12%;
  top: 25%;
}

.global-panel > strong {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(26px, 4vw, 46px);
  line-height: 1;
}

.operating-map {
  position: relative;
  max-width: var(--max);
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 120px 160px;
  align-items: stretch;
}

.operating-map::before,
.operating-map::after {
  content: "";
  position: absolute;
  background: rgba(226, 34, 34, 0.46);
}

.operating-map::before {
  left: 50%;
  top: 78px;
  bottom: 78px;
  width: 2px;
}

.operating-map::after {
  top: 50%;
  left: 90px;
  right: 90px;
  height: 2px;
}

.operating-map article {
  position: relative;
  z-index: 2;
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  background: #11110f;
}

.operating-map h3 {
  margin: 42px 0 14px;
  color: var(--white);
  font-size: 24px;
}

.operating-map p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.system-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 220px;
  min-height: 220px;
  display: grid;
  place-content: center;
  text-align: center;
  transform: translate(-50%, -50%);
  border: 2px solid var(--red);
  border-radius: 50%;
  background: #070707;
  color: var(--white);
  font-size: 31px;
  font-weight: 900;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.4);
}

.system-core small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.system-value-grid {
  max-width: var(--max);
  margin: 0 auto;
  grid-template-columns: repeat(5, 1fr);
}

.system-value-grid article {
  min-height: 330px;
}

.system-value-grid span {
  color: var(--red);
}

.system-value-grid h3 {
  margin: 46px 0 16px;
}

.multi-paths {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.multi-paths article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #11110f;
}

.multi-paths h3 {
  margin: 0 0 24px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.24;
}

.multi-paths div {
  display: grid;
  gap: 12px;
}

.multi-paths span {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.multi-paths span:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -10px;
  width: 2px;
  height: 8px;
  background: var(--red);
}

.future-section {
  background: #11110f;
}

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

.future-grid article {
  min-height: 194px;
}

.future-grid h3 {
  margin-top: 42px;
  font-size: 21px;
}

.system-final-cta {
  padding-top: clamp(80px, 11vw, 132px);
  padding-bottom: clamp(80px, 11vw, 132px);
}

.system-final-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(10, 10, 9, 0.95), rgba(10, 10, 9, 0.72)),
    url("../webflow-assets/site-images/optimized/4wdid-field-training.jpg") center / cover;
}

.system-final-inner p {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.system-final-inner h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.08;
}

.system-final-inner span {
  display: block;
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.78;
}

.system-final-inner strong {
  display: block;
  margin-top: 22px;
  color: var(--white);
  font-size: 18px;
}

.system-final-inner a {
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .system-value-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (max-width: 940px) {
  .system-card-grid,
  .system-split,
  .international-layout,
  .enterprise-layout,
  .training-list,
  .multi-paths,
  .system-final-inner {
    grid-template-columns: 1fr;
  }

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

  .operating-map {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .operating-map::before,
  .operating-map::after {
    display: none;
  }

  .system-core {
    position: static;
    width: auto;
    min-height: 118px;
    transform: none;
    border-radius: var(--radius);
    grid-row: 1;
  }

  .system-final-inner {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .system-hero {
    min-height: 700px;
  }

  .system-hero > div > span,
  .system-hero > div > small,
  .system-split > div > p,
  .international-layout > div > p,
  .system-final-inner span,
  .system-final-inner strong {
    max-width: min(320px, calc(100vw - 44px));
    font-size: 15px;
  }

  .system-hero p {
    max-width: min(320px, calc(100vw - 44px));
    font-size: 12px;
    line-height: 1.4;
  }

  .system-hero .hero-actions {
    display: grid;
    max-width: min(320px, calc(100vw - 44px));
  }

  .system-card-grid,
  .future-grid,
  .system-value-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    overflow: visible;
    scroll-snap-type: none;
  }

  .system-card-grid article,
  .future-grid article,
  .system-value-grid article,
  .operating-map article {
    min-height: 218px;
    padding: 22px;
  }

  .system-card-grid h3,
  .future-grid h3,
  .system-value-grid h3,
  .operating-map h3 {
    margin-top: 34px;
    font-size: 22px;
  }

  .system-path-strip article {
    min-height: 122px;
    padding: 20px 20px 20px 68px;
  }

  .audience-cloud span {
    min-height: 40px;
    font-size: 14px;
  }

  .training-list article {
    min-height: 178px;
    padding: 22px;
  }

  .training-list h3 {
    margin-bottom: 28px;
  }

  .global-panel {
    min-height: 420px;
  }

  .global-panel::before {
    inset: 96px 24px 108px;
  }

  .global-panel::after {
    inset: 148px 58px 158px;
  }

  .market {
    max-width: 146px;
    padding: 12px;
    font-size: 15px;
  }

  .market.china {
    left: 8%;
    top: 20%;
  }

  .market.usa {
    right: 6%;
    top: 26%;
  }

  .market.australia {
    right: 8%;
    bottom: 18%;
  }

  .global-panel > strong {
    left: 18px;
    bottom: 20px;
    font-size: 28px;
  }

  .system-core {
    min-height: 112px;
    font-size: 25px;
  }

  .multi-paths article {
    padding: 22px;
  }

  .system-final-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .system-final-inner {
    padding: 24px;
  }

  .system-final-inner h2 {
    max-width: min(320px, calc(100vw - 44px));
    font-size: 29px;
  }
}

.home-hub {
  background: var(--bg);
}

.home-hub h1,
.home-hub h2,
.home-hub h3,
.home-hub p,
.home-hub li,
.home-hub span,
.home-hub strong,
.home-hub small {
  word-break: normal;
  overflow-wrap: break-word;
}

.home-hub .section-head span {
  line-height: 1.75;
}

.home-hub .button {
  white-space: nowrap;
}

.home-hero {
  isolation: isolate;
  min-height: 100svh;
}

.home-hero .hero-inner {
  grid-template-columns: minmax(0, 790px) minmax(286px, 340px);
}

.home-hero .hero-copy h1 {
  max-width: 860px;
  font-size: clamp(44px, 7vw, 92px);
  letter-spacing: 0;
}

.home-hero-subtitle {
  max-width: 800px !important;
  color: var(--white) !important;
  font-size: clamp(20px, 2.4vw, 30px) !important;
  line-height: 1.36 !important;
  font-weight: 900;
}

.home-hero-body {
  margin-top: 18px !important;
  font-size: clamp(16px, 1.6vw, 19px) !important;
  line-height: 1.82 !important;
}

.home-hero .hero-panel span {
  color: var(--red);
  font-weight: 900;
  letter-spacing: 0;
}

.home-hero .hero-panel strong {
  line-height: 1.3;
}

.home-system-intro,
.home-provider-paths,
.home-specialties,
.home-instructors,
.home-directors {
  background: #0c0c0b;
}

.home-standard-course,
.home-bases,
.home-enterprise,
.home-more {
  background: #f4f4ef;
  color: var(--dark-text);
}

.home-standard-course .section-head h2,
.home-bases .section-head h2,
.home-enterprise .section-head h2,
.home-more .section-head h2 {
  color: var(--dark-text);
}

.home-standard-course .section-head span,
.home-bases .home-copy-block p,
.home-enterprise .home-copy-block p {
  color: #55554f;
}

.home-split,
.home-standard-layout,
.home-cert-layout,
.home-international-inner,
.home-final-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.home-split {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.home-copy-block {
  padding-left: 26px;
  border-left: 2px solid var(--red);
}

.home-copy-block p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.86;
}

.home-inline-actions,
.home-section-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-section-action {
  max-width: var(--max);
  margin: 30px auto 0;
}

.home-keyword-grid,
.home-day-grid,
.home-matrix-grid,
.home-type-grid,
.home-name-grid,
.home-more-grid {
  max-width: var(--max);
  margin: 34px auto 0;
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.home-keyword-grid {
  grid-template-columns: repeat(5, 1fr);
}

.home-keyword-grid article,
.home-day-grid article,
.home-matrix-grid article {
  min-height: 248px;
  padding: 26px;
  background: #11110f;
}

.home-keyword-grid span,
.home-day-grid span,
.home-matrix-grid span,
.home-pathway span,
.home-more-grid span {
  display: block;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.home-keyword-grid h3,
.home-day-grid h3,
.home-matrix-grid h3 {
  margin: 52px 0 14px;
  color: var(--white);
  font-size: 23px;
  line-height: 1.2;
}

.home-keyword-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.home-provider-paths {
  background:
    radial-gradient(circle at 86% 18%, rgba(226, 34, 34, 0.13), transparent 30%),
    linear-gradient(180deg, #0c0c0b, #080808);
}

.home-provider-grid {
  max-width: var(--max);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.home-provider-grid article {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
    #11110f;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.home-provider-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(226, 34, 34, 0.45);
  background: rgba(226, 34, 34, 0.08);
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.home-provider-grid h3 {
  margin: 34px 0 14px;
  color: var(--white);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
}

.home-provider-grid p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.74;
}

.home-provider-grid .button {
  margin-top: auto;
}

.home-standard-layout {
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  align-items: stretch;
}

.home-course-card {
  min-height: 100%;
  padding: clamp(26px, 4vw, 40px);
  background:
    linear-gradient(135deg, rgba(17, 17, 15, 0.94), rgba(17, 17, 15, 0.78)),
    url("../webflow-assets/site-images/optimized/4wdid-field-training.jpg") center / cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--white);
}

.home-course-card > span {
  display: block;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.home-course-card h3 {
  margin: 44px 0 26px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.home-course-card dl {
  margin: 0 0 28px;
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
}

.home-course-card dl div {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 16px;
  padding: 16px;
  background: rgba(8, 8, 7, 0.78);
}

.home-course-card dt,
.home-course-card dd {
  margin: 0;
}

.home-course-card dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.home-course-card dd {
  color: var(--white);
  font-weight: 900;
  line-height: 1.35;
}

.home-day-grid {
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
  border-color: #d8d8d0;
  background: #d8d8d0;
}

.home-day-grid article {
  min-height: 100%;
  background: #fff;
}

.home-day-grid h3 {
  color: #111;
}

.home-matrix-grid {
  grid-template-columns: repeat(4, 1fr);
}

.home-matrix-grid article {
  min-height: 210px;
  position: relative;
  overflow: hidden;
}

.home-matrix-grid article::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  height: 3px;
  background: var(--red);
}

.home-certification {
  background:
    radial-gradient(circle at 82% 18%, rgba(226, 34, 34, 0.15), transparent 28%),
    linear-gradient(135deg, #080808, #12110f 56%, #050505);
}

.home-cert-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  align-items: center;
}

.home-cert-copy > p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.84;
}

.home-benefit-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.home-benefit-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.65;
}

.home-benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--red);
}

.home-cert-copy small {
  display: block;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.7;
}

.home-student-card {
  position: relative;
  min-height: 470px;
  margin: 0;
  isolation: isolate;
}

.home-student-card::before {
  content: "";
  position: absolute;
  inset: 22% 5% 8%;
  z-index: -1;
  background: radial-gradient(circle at center, rgba(226, 34, 34, 0.24), rgba(226, 34, 34, 0) 62%);
  filter: blur(18px);
}

.home-student-card img {
  position: absolute;
  width: min(78%, 520px);
  height: auto;
  filter: drop-shadow(0 32px 52px rgba(0, 0, 0, 0.48));
}

.home-student-card .card-front {
  left: 0;
  top: 36px;
  z-index: 2;
  transform: rotate(-3.5deg);
}

.home-student-card .card-back {
  right: 0;
  top: 148px;
  z-index: 1;
  transform: rotate(4deg);
}

.home-bases .button.secondary,
.home-enterprise .button.secondary {
  border-color: rgba(17, 17, 15, 0.36);
  background: rgba(255, 255, 255, 0.34);
  color: var(--dark-text);
}

.home-type-grid {
  grid-template-columns: repeat(5, 1fr);
  border-color: #d8d8d0;
  background: #d8d8d0;
}

.home-type-grid article {
  min-height: 156px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  background: #fff;
  color: #111;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.home-pathway {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.home-pathway span {
  min-height: 142px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  background: #11110f;
  color: var(--white);
  font-size: 19px;
  line-height: 1.25;
  position: relative;
}

.home-pathway span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 24px;
  width: 11px;
  height: 11px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
}

.home-audience-cloud {
  max-width: var(--max);
  margin: 34px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-audience-cloud span {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid #d8d8d0;
  background: #fff;
  color: #111;
  font-weight: 900;
}

.home-international {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.72)),
    url("../webflow-assets/site-images/optimized/4wdid-water-crossing.jpg") center / cover;
}

.home-international-inner {
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  align-items: center;
}

.home-international-inner p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.86;
}

.home-market-tags {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.18);
}

.home-market-tags span {
  min-height: 128px;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  background: rgba(12, 12, 11, 0.82);
  color: var(--white);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
}

.home-name-grid {
  grid-template-columns: repeat(3, 1fr);
}

.home-name-grid span {
  min-height: 96px;
  display: flex;
  align-items: center;
  padding: 22px;
  background: #11110f;
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
}

.home-more-grid {
  grid-template-columns: repeat(3, 1fr);
  border-color: #d8d8d0;
  background: #d8d8d0;
}

.home-more-grid a {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: #fff;
  color: #111;
  transition: transform 180ms ease, background 180ms ease;
}

.home-more-grid a:hover {
  background: #11110f;
  color: var(--white);
  transform: translateY(-2px);
}

.home-more-grid strong {
  font-size: 24px;
  line-height: 1.18;
}

.home-final-cta {
  background: #0c0c0b;
}

.home-final-inner {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(10, 10, 9, 0.94), rgba(10, 10, 9, 0.72)),
    url("../webflow-assets/site-images/optimized/4wdid-field-training.jpg") center / cover;
}

.home-final-inner p {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-final-inner h2 {
  max-width: 780px;
  margin: 0;
  color: var(--white);
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.08;
}

.home-final-inner span {
  display: block;
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.78;
}

@media (max-width: 1100px) {
  .home-keyword-grid,
  .home-matrix-grid,
  .home-type-grid,
  .home-provider-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-pathway {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 940px) {
  .home-hero .hero-inner,
  .home-split,
  .home-standard-layout,
  .home-cert-layout,
  .home-international-inner,
  .home-final-inner {
    grid-template-columns: 1fr;
  }

  .home-student-card {
    max-width: 620px;
  }

  .home-day-grid,
  .home-name-grid,
  .home-more-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-final-inner,
  .home-international-inner {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .home-hub .button {
    width: 100%;
  }

  .home-hero {
    min-height: 820px;
  }

  .home-hero .hero-copy h1 {
    max-width: calc(100vw - 36px);
    font-size: 34px;
    line-height: 1.06;
  }

  .home-hero-subtitle,
  .home-hero-body,
  .home-copy-block p,
  .home-cert-copy > p,
  .home-cert-copy small,
  .home-international-inner p,
  .home-final-inner span {
    max-width: min(320px, calc(100vw - 44px));
    font-size: 15px !important;
    line-height: 1.72 !important;
  }

  .home-keyword-grid,
  .home-day-grid,
  .home-matrix-grid,
  .home-type-grid,
  .home-name-grid,
  .home-more-grid,
  .home-provider-grid,
  .home-pathway {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    overflow: visible;
    scroll-snap-type: none;
  }

  .home-copy-block {
    padding-left: 18px;
  }

  .home-keyword-grid article,
  .home-day-grid article,
  .home-matrix-grid article,
  .home-provider-grid article {
    min-height: 204px;
    padding: 22px;
  }

  .home-keyword-grid h3,
  .home-day-grid h3,
  .home-matrix-grid h3,
  .home-provider-grid h3 {
    margin-top: 34px;
    font-size: 22px;
  }

  .home-course-card {
    padding: 24px;
  }

  .home-course-card dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .home-student-card {
    min-height: 340px;
  }

  .home-student-card img {
    width: 86%;
  }

  .home-student-card .card-front {
    top: 18px;
  }

  .home-student-card .card-back {
    top: 128px;
  }

  .home-type-grid article,
  .home-pathway span,
  .home-name-grid span,
  .home-more-grid a {
    min-height: 104px;
    padding: 20px;
  }

  .home-pathway span:not(:last-child)::after {
    display: none;
  }

  .home-audience-cloud {
    display: grid;
  }

  .home-audience-cloud span {
    min-height: 48px;
  }

  .home-market-tags span {
    min-height: 96px;
    padding: 22px;
    font-size: 27px;
  }

  .home-final-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-final-inner {
    padding: 24px;
  }

  .home-final-inner h2 {
    max-width: min(320px, calc(100vw - 44px));
    font-size: 29px;
  }

  .home-final-inner .cta-actions {
    width: 100%;
  }
}

/* Homepage visual polish pass */
.home-hub .section {
  position: relative;
  overflow: hidden;
}

.home-hub .section-head p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-hub .section-head p::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--red);
  box-shadow: 0 0 22px rgba(226, 34, 34, 0.58);
}

.home-hub .section-head h2 {
  max-width: 920px;
}

.home-hub .section-head span {
  max-width: 880px;
}

.home-hero {
  min-height: 96svh;
  padding-bottom: clamp(58px, 8vh, 88px);
}

.home-hero .hero-media img {
  object-position: center 48%;
  filter: saturate(1.05) contrast(1.08);
}

.home-hero::after {
  background:
    radial-gradient(circle at 68% 48%, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.62) 40%, rgba(0, 0, 0, 0.9) 78%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 44%, rgba(0, 0, 0, 0.18)),
    linear-gradient(0deg, #070707 0%, rgba(7, 7, 7, 0.08) 38%);
}

.home-hero .hero-inner {
  align-items: end;
}

.home-hero .hero-copy h1 {
  text-shadow: 0 18px 56px rgba(0, 0, 0, 0.55);
}

.home-hero .hero-actions .button {
  min-height: 48px;
  padding: 0 22px;
}

.home-hero .hero-panel {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 3px solid var(--red);
  background: linear-gradient(145deg, rgba(12, 12, 11, 0.88), rgba(5, 5, 5, 0.76));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.home-hero .hero-panel div {
  padding: 22px 24px;
}

.home-system-intro {
  background:
    radial-gradient(circle at 86% 14%, rgba(226, 34, 34, 0.12), transparent 30%),
    linear-gradient(180deg, #070707, #0c0c0b);
}

.home-keyword-grid,
.home-day-grid,
.home-type-grid,
.home-name-grid,
.home-more-grid,
.home-pathway {
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.18);
}

.home-keyword-grid article,
.home-day-grid article,
.home-matrix-grid article,
.home-type-grid article,
.home-name-grid span,
.home-more-grid a,
.home-pathway span {
  position: relative;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.home-keyword-grid article {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    #11110f;
}

.home-keyword-grid article::before,
.home-day-grid article::before,
.home-type-grid article::before,
.home-name-grid span::before,
.home-more-grid a::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 24px;
  width: 34px;
  height: 2px;
  background: var(--red);
}

.home-keyword-grid span,
.home-day-grid span,
.home-matrix-grid span,
.home-more-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 42px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(226, 34, 34, 0.45);
  background: rgba(226, 34, 34, 0.08);
}

.home-standard-course {
  background:
    radial-gradient(circle at 82% 20%, rgba(226, 34, 34, 0.08), transparent 26%),
    linear-gradient(180deg, #f6f6f0, #ededE7);
}

.home-course-card {
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
}

.home-day-grid {
  gap: 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-day-grid article {
  border: 1px solid #dadad2;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #ffffff, #f6f6f0);
  box-shadow: 0 18px 44px rgba(17, 17, 15, 0.08);
}

.home-day-grid article::before {
  left: 26px;
  top: auto;
  bottom: 26px;
}

.home-specialties {
  background:
    radial-gradient(circle at 14% 22%, rgba(226, 34, 34, 0.12), transparent 28%),
    #080808;
}

.home-matrix-grid {
  gap: 12px;
  border: 0;
  background: transparent;
}

.home-matrix-grid article {
  min-height: 228px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.2), rgba(7, 7, 7, 0.9)),
    #11110f;
  background-position: center;
  background-size: cover;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.home-matrix-grid article:nth-child(1) {
  background-image: linear-gradient(180deg, rgba(7, 7, 7, 0.18), rgba(7, 7, 7, 0.92)), url("../webflow-assets/site-images/specialties/specialty-desert.jpg");
}

.home-matrix-grid article:nth-child(2) {
  background-image: linear-gradient(180deg, rgba(7, 7, 7, 0.16), rgba(7, 7, 7, 0.92)), url("../webflow-assets/site-images/specialties/specialty-snow.jpg");
}

.home-matrix-grid article:nth-child(3) {
  background-image: linear-gradient(180deg, rgba(7, 7, 7, 0.16), rgba(7, 7, 7, 0.92)), url("../webflow-assets/site-images/specialties/specialty-gobi.jpg");
}

.home-matrix-grid article:nth-child(4) {
  background-image: linear-gradient(180deg, rgba(7, 7, 7, 0.16), rgba(7, 7, 7, 0.92)), url("../webflow-assets/site-images/specialties/specialty-nowhere.jpg");
}

.home-matrix-grid article:nth-child(5) {
  background-image: linear-gradient(180deg, rgba(7, 7, 7, 0.16), rgba(7, 7, 7, 0.92)), url("../webflow-assets/site-images/specialties/specialty-rainforest.jpg");
}

.home-matrix-grid article:nth-child(6) {
  background-image: linear-gradient(180deg, rgba(7, 7, 7, 0.16), rgba(7, 7, 7, 0.92)), url("../webflow-assets/site-images/specialties/specialty-rock.jpg");
}

.home-matrix-grid article:nth-child(7) {
  background-image: linear-gradient(180deg, rgba(7, 7, 7, 0.16), rgba(7, 7, 7, 0.92)), url("../webflow-assets/site-images/specialties/specialty-technical.jpg");
}

.home-matrix-grid article:nth-child(8) {
  background-image: linear-gradient(180deg, rgba(7, 7, 7, 0.16), rgba(7, 7, 7, 0.92)), url("../webflow-assets/site-images/specialties/specialty-documentary.jpg");
}

.home-matrix-grid h3 {
  margin-top: 38px;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.58);
}

.home-matrix-grid article::after {
  left: 26px;
  right: 26px;
  bottom: 24px;
}

.home-certification {
  background:
    radial-gradient(circle at 80% 30%, rgba(226, 34, 34, 0.2), transparent 30%),
    radial-gradient(circle at 12% 82%, rgba(255, 255, 255, 0.06), transparent 28%),
    linear-gradient(135deg, #080808, #12110f 56%, #050505);
}

.home-student-card img {
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.54));
}

.home-bases,
.home-enterprise,
.home-more {
  background:
    radial-gradient(circle at 12% 12%, rgba(226, 34, 34, 0.06), transparent 24%),
    #f4f4ef;
}

.home-type-grid,
.home-name-grid,
.home-more-grid {
  gap: 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-type-grid article,
.home-more-grid a {
  border: 1px solid #d8d8d0;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f7f7f0);
  box-shadow: 0 16px 42px rgba(17, 17, 15, 0.06);
}

.home-instructors {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.95), rgba(7, 7, 7, 0.82)),
    url("../webflow-assets/site-images/optimized/4wdid-field-training.jpg") center / cover;
}

.home-pathway {
  gap: 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-pathway span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
    rgba(17, 17, 15, 0.82);
  backdrop-filter: blur(8px);
}

.home-audience-cloud span {
  border-radius: 6px;
  box-shadow: 0 12px 34px rgba(17, 17, 15, 0.05);
}

.home-international {
  background:
    radial-gradient(circle at 78% 30%, rgba(226, 34, 34, 0.12), transparent 26%),
    linear-gradient(90deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.7)),
    url("../webflow-assets/site-images/optimized/4wdid-water-crossing.jpg") center / cover;
}

.home-market-tags span {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0)),
    rgba(12, 12, 11, 0.82);
}

.home-name-grid span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
    #11110f;
}

.home-code .code-grid {
  gap: 10px;
  border: 0;
  background: transparent;
}

.home-code .code-grid p {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(12, 12, 11, 0.82);
  backdrop-filter: blur(8px);
}

.home-more-grid a:hover,
.home-keyword-grid article:hover,
.home-matrix-grid article:hover,
.home-type-grid article:hover,
.home-name-grid span:hover,
.home-pathway span:hover {
  transform: translateY(-3px);
  border-color: rgba(226, 34, 34, 0.48);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.home-final-inner {
  overflow: hidden;
  position: relative;
  min-height: 330px;
}

.home-final-inner::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: var(--red);
}

#apply {
  scroll-margin-top: 96px;
}

@media (max-width: 940px) {
  .home-matrix-grid,
  .home-type-grid,
  .home-name-grid,
  .home-more-grid,
  .home-pathway,
  .home-code .code-grid {
    gap: 10px;
  }

  .home-hero {
    min-height: 900px;
  }

  .home-hero .hero-panel {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .home-hub .section-head p::before {
    width: 7px;
    height: 7px;
  }

  .home-hero {
    min-height: 800px;
    padding-bottom: 34px;
  }

  .home-hero .hero-media img {
    object-position: 58% center;
  }

  .home-hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.6) 36%, #070707 98%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18));
  }

  .home-hero .hero-panel div {
    padding: 18px 20px;
  }

  .home-keyword-grid,
  .home-matrix-grid,
  .home-type-grid,
  .home-name-grid,
  .home-more-grid,
  .home-provider-grid,
  .home-pathway {
    gap: 10px;
  }

  .home-keyword-grid article::before,
  .home-day-grid article::before,
  .home-type-grid article::before,
  .home-name-grid span::before,
  .home-more-grid a::before {
    left: 22px;
    top: 20px;
  }

  .home-day-grid article::before {
    top: auto;
    bottom: 22px;
  }

  .home-matrix-grid article {
    min-height: 168px;
  }

  .home-cert-layout {
    gap: 18px;
  }

  .home-student-card {
    min-height: 300px;
  }

  .home-student-card .card-back {
    top: 112px;
  }

  .home-code .code-grid {
    gap: 10px;
  }

  .home-final-inner {
    min-height: 0;
  }
}

.mobile-nav a:hover,
.mobile-nav a.is-active,
.mobile-nav a[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.lead-form,
.verify-box {
  background:
    linear-gradient(135deg, rgba(226, 34, 34, 0.08), transparent 34%),
    var(--panel);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus,
.verify-row input:focus {
  outline: none;
  border-color: rgba(226, 34, 34, 0.72);
  box-shadow: 0 0 0 3px rgba(226, 34, 34, 0.12);
}

.verify-result.is-loaded {
  position: relative;
  border-color: rgba(47, 191, 113, 0.55);
  background:
    linear-gradient(135deg, rgba(47, 191, 113, 0.1), transparent 46%),
    rgba(255, 255, 255, 0.04);
}

.verify-result.is-loaded::before {
  content: "4wdID OFFICIAL REGISTRY";
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  margin-bottom: 12px;
  border: 1px solid rgba(47, 191, 113, 0.44);
  border-radius: 999px;
  color: #9ee8bd;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.verify-result.is-loaded .verify-title {
  background: var(--red);
  color: var(--white);
}

@media (max-width: 940px) {
  .mobile-nav {
    max-height: calc(100svh - 94px);
    overflow-y: auto;
  }
}

@media (min-width: 641px) and (max-width: 940px) {
  .director-summary-grid {
    width: 100%;
    max-width: var(--max);
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .director-summary-grid {
    width: 100%;
    max-width: 100%;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    overflow: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
  }

  .director-summary-grid a {
    min-height: 168px;
  }
}
