:root {
  --black: #050505;
  --black-soft: #0d0d0d;
  --yellow: #e8cc0d;
  --yellow-bright: #f0d600;
  --white: #f2f2f0;
  --muted: #9c9c98;
  --line: rgba(232, 204, 13, 0.45);
  --page: min(1160px, calc(100vw - 320px));
  --font-body: "Space Grotesk", Arial, sans-serif;
  --font-display: "Barlow Condensed", Impact, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

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

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 50%;
  padding: 10px 18px;
  background: var(--yellow);
  color: #000;
  transform: translate(-50%, -180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translate(-50%, 0);
}

.page-width {
  width: var(--page);
  max-width: 1160px;
  margin-inline: auto;
}

.narrow-width {
  max-width: 960px;
}

.fixed-shell {
  position: relative;
  z-index: 100;
}

.brand {
  position: fixed;
  z-index: 102;
  top: 15px;
  left: max(24px, 2.3vw);
  width: clamp(142px, 11.2vw, 215px);
  height: auto;
  transition: opacity 180ms ease, transform 180ms ease;
}

.brand:hover {
  transform: scale(1.035);
}

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

.side-nav {
  position: fixed;
  z-index: 101;
  top: 34px;
  right: 28px;
  display: grid;
  width: 240px;
  padding: 18px 20px;
  border-left: 1px solid rgba(232, 204, 13, 0.25);
  background: rgba(3, 3, 3, 0.9);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.38);
  gap: 7px;
}

.side-nav a {
  position: relative;
  padding-left: 38px;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(11px, 0.83vw, 16px);
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 150ms ease, transform 150ms ease;
}

.side-nav a::before {
  position: absolute;
  top: -0.27em;
  left: 0;
  width: auto;
  height: auto;
  background: none;
  color: var(--yellow);
  content: "→";
  font-size: 28px;
  line-height: 1;
  opacity: 0;
  transition: opacity 150ms ease;
}

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

.side-nav a.is-active::before {
  opacity: 1;
}

.fixed-cta {
  position: fixed;
  z-index: 101;
  right: 28px;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 188px;
  padding: 12px 16px;
  background: var(--yellow);
  color: #080808;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), 0 10px 35px rgba(0, 0, 0, 0.25);
  transition: background 150ms ease, opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.fixed-cta:hover {
  background: var(--white);
  transform: translateY(-2px);
}

.fixed-cta.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

.fixed-cta span {
  font-family: var(--font-body);
  font-size: 20px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 760px;
  height: 100svh;
  overflow: hidden;
  background: #090a08 url("assets/hero.webp") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.45), transparent 56%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 42%);
  content: "";
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: block;
  width: min(67.6vw, 1298px);
  max-width: none;
  min-height: 100%;
  padding-block: 9.7vh 0;
}

.hero h1 {
  width: min(31.67vw, 608px);
  margin: 0;
}

.hero h1 img {
  width: 100%;
  filter: drop-shadow(8px 10px 0 rgba(0, 0, 0, 0.82)) drop-shadow(0 14px 15px rgba(0, 0, 0, 0.72));
}

.hero-copy {
  position: absolute;
  top: 52.95vh;
  left: 0;
  max-width: 876px;
  width: min(45.6vw, 876px);
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 1.5625vw, 30px);
  font-weight: 600;
  line-height: 1.3;
}

.hero-copy p {
  margin: 0;
}

.hero-copy .eyebrow {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(20px, 1.72vw, 33px);
  line-height: 1.27;
}

.hero-copy .hero-subline {
  margin-top: 1px;
  margin-bottom: clamp(38px, 3.65vw, 70px);
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(11px, 0.84vw, 16px);
  font-weight: 400;
  line-height: 1.35;
}

.hero-copy .hero-date {
  margin-bottom: 4px;
  color: var(--white);
  font-size: clamp(25px, 2.14vw, 41px);
  font-weight: 700;
  line-height: 1.27;
}

.hero-copy .accent-copy {
  margin-bottom: clamp(12px, 1.3vw, 25px);
  color: var(--yellow);
}

.hero-copy > p:last-child {
  color: rgba(255, 255, 255, 0.6);
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  left: 50%;
  display: grid;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue span {
  color: var(--yellow);
  font-size: 17px;
  animation: bounce 1.8s ease-in-out infinite;
}

@keyframes bounce {
  50% { transform: translateY(5px); }
}

.section {
  position: relative;
  padding-block: clamp(90px, 10vw, 150px);
}

.compact-section {
  padding-block: 90px 130px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  align-items: center;
  margin-bottom: 72px;
  gap: 28px;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(27px, 2.5vw, 42px);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.section-heading > span {
  height: 13px;
  background: repeating-linear-gradient(125deg, transparent 0 8px, var(--yellow) 8px 10px);
  opacity: 0.62;
}

.section-heading.dark h2 {
  color: #050505;
}

.section-heading.dark > span {
  background: repeating-linear-gradient(125deg, transparent 0 8px, #050505 8px 10px);
}

.intro-section {
  padding-top: 160px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr;
  align-items: center;
  gap: 60px;
}

.image-frame {
  position: relative;
}

.image-frame::before,
.image-frame::after {
  position: absolute;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-color: var(--yellow);
  content: "";
  pointer-events: none;
}

.image-frame::before {
  top: -8px;
  left: -8px;
  border-top: 2px solid var(--yellow);
  border-left: 2px solid var(--yellow);
}

.image-frame::after {
  right: -8px;
  bottom: -8px;
  border-right: 2px solid var(--yellow);
  border-bottom: 2px solid var(--yellow);
}

.soldiers-frame {
  height: 430px;
  overflow: hidden;
}

.soldiers-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-copy h3 {
  margin: 0 0 24px;
  color: var(--yellow);
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.05;
}

.intro-copy p:last-child {
  margin: 0;
  color: var(--muted);
}

.mentor-grid {
  display: grid;
  grid-template-columns: repeat(3, 220px);
  justify-content: center;
  gap: 48px;
}

.mentor-card {
  margin: 0;
  text-align: center;
}

.mentor-card img {
  width: 220px;
  height: 240px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.08);
}

.mentor-card img.crop-top {
  object-position: top;
}

.mentor-card h3 {
  display: inline-block;
  margin: -18px 0 0;
  padding: 7px 12px;
  background: var(--yellow);
  color: #050505;
  font-size: 13px;
  line-height: 1;
  transform: translateY(-2px);
}

.section-lead {
  max-width: 760px;
  margin: -30px auto 62px;
  color: var(--muted);
  text-align: center;
}

.accordion h3 {
  margin: 0;
}

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

.accordion-item:first-child {
  border-top: 1px solid var(--line);
}

.accordion-trigger {
  display: grid;
  width: 100%;
  grid-template-columns: 126px 1fr 26px;
  align-items: center;
  padding: 19px 2px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.accordion-trigger:hover .item-title,
.accordion-trigger:focus-visible .item-title,
.accordion-trigger:hover > span:first-child,
.accordion-trigger:focus-visible > span:first-child {
  color: var(--yellow-bright);
}

.accordion-trigger:focus-visible,
.technology-tabs button:focus-visible,
.video-poster:focus-visible,
.registration-form :focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

.item-number {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

.item-title {
  color: var(--yellow);
  font-size: 15px;
  font-weight: 700;
}

.accordion-icon {
  position: relative;
  width: 15px;
  height: 15px;
  justify-self: end;
}

.accordion-icon::before,
.accordion-icon::after {
  position: absolute;
  top: 7px;
  left: 1px;
  width: 13px;
  height: 1px;
  background: var(--yellow);
  content: "";
  transition: transform 180ms ease;
}

.accordion-icon::after {
  transform: rotate(90deg);
}

.accordion-trigger[aria-expanded="true"] .accordion-icon::after {
  transform: rotate(0deg);
}

.accordion-panel {
  padding: 0 44px 28px 128px;
  color: var(--muted);
  font-size: 14px;
}

.accordion-panel > p {
  max-width: 700px;
  margin: 0;
}

.project-detail {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: 28px;
}

.project-detail img {
  width: 260px;
  height: 164px;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.05);
}

.technology-section {
  overflow: hidden;
}

.technology-layout {
  display: grid;
  grid-template-columns: 235px 1fr;
  align-items: center;
  gap: 64px;
}

.technology-tabs {
  position: relative;
  display: grid;
  padding-block: 18px;
}

.technology-tabs::before {
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: rgba(232, 204, 13, 0.25);
  content: "";
}

.technology-tabs button {
  position: relative;
  padding: 10px 38px 10px 4px;
  border: 0;
  background: none;
  color: var(--yellow);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.technology-tabs button::after {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 9px;
  height: 9px;
  background: var(--yellow);
  content: "";
  opacity: 0;
  transform: translateY(-50%) rotate(45deg);
}

.technology-tabs button:hover,
.technology-tabs button[aria-selected="true"] {
  color: var(--white);
}

.technology-tabs button[aria-selected="true"]::after {
  opacity: 1;
}

.technology-panel {
  display: grid;
  grid-template-columns: minmax(350px, 1.2fr) 0.8fr;
  align-items: center;
  gap: 48px;
}

.technology-image {
  height: 360px;
}

.technology-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) saturate(0.72);
}

.technology-panel h3 {
  margin: 0 0 20px;
  color: var(--yellow);
  font-size: clamp(28px, 3vw, 44px);
}

.technology-panel p {
  margin: 0;
  color: var(--muted);
}

.benefit-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.45fr;
  align-items: stretch;
  gap: 50px;
}

.benefit-copy {
  display: grid;
  align-content: space-between;
  gap: 28px;
}

.benefit-copy article {
  border-left: 2px solid rgba(232, 204, 13, 0.35);
  padding-left: 18px;
}

.benefit-copy h3 {
  margin: 0 0 6px;
  color: var(--yellow);
  font-size: 20px;
}

.benefit-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.benefit-images {
  display: grid;
  gap: 24px;
}

.benefit-images img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  filter: sepia(0.8) saturate(1.25) contrast(1.1);
}

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

.schedule-grid article {
  position: relative;
}

.schedule-grid article:first-child::after {
  position: absolute;
  top: 50px;
  right: -42px;
  width: 1px;
  height: calc(100% - 50px);
  background: var(--line);
  content: "";
}

.schedule-grid h3 {
  margin: 0 0 26px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--yellow);
  color: var(--yellow);
  font-size: 40px;
  line-height: 1;
}

.schedule-grid dl,
.schedule-grid dd {
  margin: 0;
}

.schedule-grid dl > div {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding-block: 5px;
}

.schedule-grid dt {
  color: var(--muted);
}

.video-section {
  padding-bottom: 120px;
}

.video-kicker {
  margin: -38px 0 32px;
  color: var(--yellow);
  font-weight: 700;
  text-align: center;
}

.video-poster {
  position: relative;
  display: block;
  width: 100%;
  height: min(54vw, 620px);
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #111;
}

.video-poster::before,
.video-poster::after {
  position: absolute;
  z-index: 1;
  inset-block: 0;
  width: 42px;
  background: repeating-linear-gradient(125deg, transparent 0 10px, rgba(232, 204, 13, 0.75) 10px 12px);
  content: "";
}

.video-poster::before { left: 0; }
.video-poster::after { right: 0; }

.video-poster video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.tag-grid span {
  display: grid;
  min-height: 48px;
  place-items: center;
  padding: 8px 16px;
  background: var(--yellow);
  color: #080808;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.audience-message {
  margin: 34px 0 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}

.audience-message strong {
  color: var(--yellow);
}

.registration-section {
  position: relative;
  padding-block: 90px 110px;
  background:
    repeating-linear-gradient(125deg, transparent 0 26px, rgba(0, 0, 0, 0.07) 26px 28px),
    var(--yellow);
  color: #080808;
}

.registration-inner {
  max-width: 850px;
}

.registration-section .section-heading {
  margin-bottom: 50px;
}

.registration-form {
  display: grid;
  padding: 40px;
  background: #dededc;
  box-shadow: 16px 16px 0 rgba(0, 0, 0, 0.12);
  gap: 20px;
}

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

.registration-form label:not(.consent) {
  display: grid;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
  text-transform: uppercase;
}

.registration-form label small {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
}

.registration-form input,
.registration-form textarea,
.registration-form select {
  width: 100%;
  border: 1px solid #b5b5b1;
  border-radius: 0;
  background: #f4f4f2;
  color: #080808;
  outline: none;
}

.registration-form input,
.registration-form select {
  height: 48px;
  padding: 0 14px;
}

.registration-form textarea {
  min-height: 110px;
  padding: 12px 14px;
  resize: vertical;
}

.registration-form input:focus,
.registration-form textarea:focus,
.registration-form select:focus {
  border-color: #080808;
}

.consent {
  display: flex;
  align-items: center;
  color: #444;
  font-size: 12px;
  gap: 9px;
}

.consent input {
  width: 17px;
  height: 17px;
}

.registration-form button[type="submit"] {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: space-between;
  min-width: 215px;
  margin-left: auto;
  padding: 14px 18px;
  border: 0;
  background: #080808;
  color: var(--yellow);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.registration-form button[type="submit"]:hover {
  background: #2b2b2b;
}

.form-status {
  min-height: 1.4em;
  margin: -6px 0 0;
  color: #145e2a;
  font-size: 13px;
  font-weight: 700;
}

.faq-accordion .accordion-trigger {
  grid-template-columns: 1fr 26px;
  padding-block: 14px;
  color: var(--yellow);
  font-size: 15px;
}

.faq-accordion .accordion-panel {
  max-width: 700px;
  padding: 0 50px 22px 0;
  color: var(--muted);
}

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

.site-footer address {
  color: var(--muted);
  font-style: normal;
  text-align: center;
}

.site-footer address p {
  margin: 6px 0;
}

.site-footer address a:hover {
  color: var(--yellow);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  width: 100%;
  margin-top: 32px;
}

.social-links a {
  color: var(--muted);
  display: inline-flex;
  transition: color 0.2s ease;
}

.social-links a:hover {
  color: var(--yellow);
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.partner-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.partner-logos a:hover {
  opacity: 1;
}

.partner-logos img {
  max-width: 100%;
  height: 40px;
  width: auto;
}

.partner-logos + .partner-logos {
  margin-top: 40px;
}

#main-partners img {
  height: 80px;
}

.partner-logos--secondary img {
  height: 32px;
}

@media (max-width: 1390px) {
  :root {
    --page: min(1000px, calc(100vw - 300px));
  }

  .brand {
    width: clamp(128px, 11.2vw, 156px);
    height: auto;
  }

  .side-nav {
    width: 220px;
  }
}

@media (max-width: 1180px) {
  :root {
    --page: min(900px, calc(100vw - 72px));
  }

  html {
    scroll-padding-top: 78px;
  }

  .brand {
    top: 12px;
    left: 18px;
    width: 86px;
    height: auto;
  }

  .fixed-shell::before {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    height: 86px;
    background: linear-gradient(#050505 10%, rgba(5, 5, 5, 0.84) 68%, transparent);
    content: "";
    pointer-events: none;
  }

  .menu-toggle {
    position: fixed;
    z-index: 103;
    top: 26px;
    right: 24px;
    display: grid;
    width: 42px;
    height: 36px;
    place-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
    gap: 5px;
  }

  .menu-toggle > span:not(.sr-only) {
    display: block;
    width: 27px;
    height: 2px;
    background: var(--yellow);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .side-nav {
    top: 0;
    right: 0;
    display: flex;
    width: min(420px, 100%);
    height: 100dvh;
    flex-direction: column;
    justify-content: center;
    padding: 90px 50px 110px;
    border-left: 1px solid var(--line);
    background: rgba(5, 5, 5, 0.98);
    gap: 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .side-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .side-nav a {
    padding-left: 28px;
    font-size: 13px;
  }

  .side-nav a::before {
    top: -0.2em;
    font-size: 21px;
  }

  .fixed-cta {
    right: 24px;
    bottom: 22px;
  }

}

@media (max-width: 760px) {
  :root {
    --page: calc(100vw - 38px);
  }

  body {
    font-size: 15px;
  }

  .brand {
    left: 12px;
    width: 72px;
    height: auto;
  }

  .menu-toggle {
    right: 12px;
  }

  .fixed-cta {
    right: 14px;
    bottom: 14px;
    min-width: 158px;
    padding: 11px 13px;
    font-size: 15px;
  }

  .hero {
    min-height: 690px;
    height: 100svh;
    background-position: 61% center;
  }

  .hero::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.06) 82%);
  }

  .hero-content {
    display: flex;
    width: var(--page);
    min-height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 90px 0 76px;
  }

  .hero h1 {
    width: min(520px, 93vw);
    margin-bottom: 36px;
  }

  .hero-copy {
    position: static;
    width: auto;
    font-size: 12px;
    line-height: 1.55;
  }

  .hero-copy .eyebrow {
    margin-bottom: 0;
    font-size: 13px;
  }

  .hero-copy .hero-subline {
    margin: 1px 0 20px;
    font-size: 9px;
  }

  .hero-copy .hero-date {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .hero-copy .accent-copy {
    margin-bottom: 10px;
  }

  .scroll-cue {
    display: none;
  }

  .section,
  .intro-section {
    padding-block: 84px;
  }

  .compact-section {
    padding-block: 70px 84px;
  }

  .section-heading {
    grid-template-columns: 34px 1fr 34px;
    margin-bottom: 46px;
    gap: 12px;
  }

  .section-heading h2 {
    font-size: 27px;
  }

  .section-heading > span {
    height: 10px;
  }

  .intro-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    gap: 38px;
  }

  .soldiers-frame {
    height: 280px;
  }

  .intro-copy {
    padding-inline: 8px;
  }

  .intro-copy .kicker {
    margin-bottom: 18px;
  }

  .mentor-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .mentor-card img {
    width: 100%;
    height: 165px;
  }

  .mentor-card h3 {
    padding: 6px;
    font-size: 9px;
  }

  .section-lead {
    margin-top: -18px;
    margin-bottom: 44px;
    text-align: left;
  }

  .accordion-trigger {
    grid-template-columns: 78px 1fr 24px;
    padding-block: 16px;
  }

  .item-number {
    font-size: 10px;
  }

  .item-title {
    padding-right: 10px;
    font-size: 13px;
  }

  .accordion-panel {
    padding: 0 20px 22px 78px;
  }

  .project-detail {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .project-detail img {
    width: 100%;
    height: 180px;
  }

  .technology-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .technology-tabs {
    display: flex;
    overflow-x: auto;
    padding: 0 0 12px;
    scrollbar-color: var(--yellow) #181818;
  }

  .technology-tabs::before {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }

  .technology-tabs button {
    flex: 0 0 auto;
    padding: 8px 14px;
    font-size: 15px;
    text-align: center;
  }

  .technology-tabs button::after {
    top: auto;
    right: 50%;
    bottom: -16px;
    transform: translateX(50%) rotate(45deg);
  }

  .technology-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .technology-image {
    height: 260px;
  }

  .benefit-grid {
    gap: 42px;
  }

  .benefit-images img {
    height: 190px;
  }

  .schedule-grid {
    gap: 42px;
  }

  .schedule-grid article:first-child::after {
    right: -22px;
  }

  .schedule-grid h3 {
    font-size: 30px;
  }

  .schedule-grid dl > div {
    grid-template-columns: 54px 1fr;
    font-size: 13px;
  }

  .video-poster {
    width: calc(100% + 38px);
    height: 64vw;
    margin-left: -19px;
  }

  .video-poster::before,
  .video-poster::after {
    width: 22px;
  }

  .play-button {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }

  .tag-grid {
    gap: 8px;
  }

  .tag-grid span {
    min-height: 42px;
    padding: 7px;
    font-size: 13px;
  }

  .registration-section {
    padding-block: 74px 92px;
  }

  .registration-form {
    padding: 24px 18px;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.12);
  }

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

  .faq-accordion .accordion-trigger {
    grid-template-columns: 1fr 24px;
  }

  .faq-accordion .accordion-panel {
    padding-right: 30px;
    padding-left: 0;
  }

  .partner-logos {
    gap: 36px;
  }

  .partner-logos + .partner-logos {
    margin-top: 28px;
  }

  .partner-logos img {
    height: 32px;
  }

  #main-partners img {
    height: 56px;
  }

  .partner-logos--secondary img {
    height: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
