/*
 * Homepage hero + site-wide chrome (header/footer).
 * Body.page-home--prototype is used on all pages for the dark topbar and footer;
 * homepage-only blocks use .home-hero--prototype, .home-gov, etc.
 */

.page-home--prototype {
  --hero-black: #010101;
  --hero-red: #d7193f;
  --hero-line: rgba(255, 255, 255, 0.16);
  --home-shell-pad: clamp(1rem, 2.8vw, 3rem);
  --home-topbar-stack: 4.35rem;
}

.home-hero--prototype {
  position: relative;
  background: var(--hero-black);
  color: #ffffff;
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
  min-height: max(36rem, calc(100vh - var(--home-topbar-stack)));
  min-height: max(36rem, calc(100dvh - var(--home-topbar-stack)));
  min-height: max(36rem, calc(100svh - var(--home-topbar-stack)));
  display: flex;
  flex-direction: column;
}

.page-home--prototype .topbar {
  background-color: var(--hero-black);
  border-bottom: 0;
  position: relative;
  top: auto;
}

.page-home--prototype .announcement-bar {
  background-color: var(--hero-black);
  padding-inline: var(--home-shell-pad);
}

.page-home--prototype .announcement-bar__text {
  max-width: none;
}

.page-home--prototype .topbar .ct-section-inner-wrap {
  background-color: var(--hero-black);
  max-width: none;
  padding-inline: var(--home-shell-pad);
}

.page-home--prototype .ct-image {
  display: block;
  width: clamp(14.25rem, 26vw, 21rem);
  max-width: min(100%, 88vw);
  height: auto;
}

.page-home--prototype .topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
}

.page-home--prototype .topbar__brand {
  min-width: 0;
  flex: 0 1 auto;
}

.page-home--prototype .topbar__brand .ct-link {
  display: block;
}

.page-home--prototype .topbar__nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  min-width: 0;
}

.page-home--prototype .topbar__actions {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
}

.page-home--prototype .topbar__cta-link {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
}

.page-home--prototype .topbar__cta-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.62);
}

.page-home--prototype .topbar__cta-text {
  font-size: clamp(0.95rem, 0.92vw, 1.02rem);
  font-weight: 600;
  letter-spacing: 0.012em;
}

.page-home--prototype .oxy-pro-menu-list a {
  color: #ffffff;
}

.page-home--prototype .oxy-pro-menu-list a:hover {
  color: #ffffff;
}

.page-home--prototype .oxy-pro-menu-list a.is-current,
.page-home--prototype .oxy-pro-menu-list a[aria-current="page"] {
  color: #ffffff;
}

.page-home--prototype .oxy-pro-menu-mobile-open-icon {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}

.page-home--prototype .oxy-pro-menu-mobile-open-icon:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
}

.page-home--prototype .topbar__drawer {
  border-top-color: rgba(255, 255, 255, 0.08);
  background-color: var(--hero-black);
}

.page-home--prototype .topbar__drawer .oxy-pro-menu-list .menu-item {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.page-home--prototype .topbar__drawer .oxy-pro-menu-list a,
.page-home--prototype .topbar__drawer .oxy-pro-menu-list a.is-current,
.page-home--prototype .topbar__drawer .oxy-pro-menu-list a[aria-current="page"] {
  color: #ffffff;
}

.page-home--prototype .topbar .oxy-pro-menu,
.page-home--prototype .topbar .oxy-pro-menu-container,
.page-home--prototype .topbar .menu-main-container {
  background-color: var(--hero-black);
}

.page-home--prototype .topbar .oxy-pro-menu {
  width: auto;
  justify-content: flex-end;
}

@media (min-width: 769px) {
  .page-home--prototype {
    --home-topbar-stack: 5.1rem;
  }

  .page-home--prototype .topbar__inner {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    align-items: center;
    column-gap: clamp(0.75rem, 1.8vw, 2rem);
    padding-block: 1rem;
  }

  .page-home--prototype .topbar__nav-wrap {
    min-width: 0;
    width: 100%;
    justify-content: center;
    padding-inline: clamp(0.5rem, 1vw, 1.25rem);
  }

  .page-home--prototype .topbar .oxy-pro-menu,
  .page-home--prototype .topbar .oxy-pro-menu-container,
  .page-home--prototype .topbar .menu-main-container {
    width: 100%;
    min-width: 0;
  }

  .page-home--prototype .topbar .oxy-pro-menu {
    justify-content: center;
  }

  .page-home--prototype .topbar .oxy-pro-menu-list {
    flex-wrap: nowrap;
    justify-content: center;
    gap: var(--space-2) clamp(0.875rem, 1.35vw, 1.5rem);
    min-width: 0;
  }

  .page-home--prototype .topbar .oxy-pro-menu-list a {
    white-space: nowrap;
  }

  .page-home--prototype .topbar .oxy-pro-menu-list .menu-item {
    flex: 0 0 auto;
  }

  .page-home--prototype .topbar__actions {
    display: flex;
    visibility: visible;
    pointer-events: auto;
  }

  .page-home--prototype .topbar__cta-link {
    padding-inline: var(--space-4);
  }
}

@media (min-width: 1180px) {
  .page-home--prototype {
    --home-topbar-stack: 5.5rem;
  }

  .page-home--prototype .topbar__inner {
    column-gap: clamp(1.25rem, 2.4vw, 3rem);
    padding-block: 1.25rem;
  }

  .page-home--prototype .topbar__nav-wrap {
    padding-inline: clamp(1rem, 2vw, 2.5rem);
  }

  .page-home--prototype .topbar__actions {
    visibility: visible;
    pointer-events: auto;
  }

  .page-home--prototype .topbar .oxy-pro-menu-list {
    gap: var(--space-2) clamp(1rem, 1.6vw, 2.25rem);
  }

  .page-home--prototype .ct-image {
    width: clamp(15.5rem, 22vw, 24.5rem);
    max-width: min(100%, 28rem);
  }

  .page-home--prototype .topbar__cta-link {
    padding-inline: var(--space-5);
  }
}

.page-home--prototype .footer {
  --footer-link: rgba(255, 255, 255, 0.72);
  --footer-link-hover: #ffffff;
  background-color: var(--hero-black);
  color: #ffffff;
  border-top-color: rgba(255, 255, 255, 0.08);
}

.page-home--prototype .footer__heading,
.page-home--prototype .footer__brand-copy,
.page-home--prototype .footer__enquiry-label,
.page-home--prototype .footer__enquiry-mail,
.page-home--prototype .footer__desc,
.page-home--prototype .footer__menu-link,
.page-home--prototype .footer__copyright {
  color: var(--footer-link);
}

.page-home--prototype .footer__enquiry-mail:hover,
.page-home--prototype .footer__menu-link:hover {
  color: var(--footer-link-hover);
}

.page-home--prototype .footer__heading {
  margin-bottom: 3rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.page-home--prototype .footer__menu-link {
  font-weight: 600;
  color: #ffffff;
}

.page-home--prototype .footer__col--site,
.page-home--prototype .footer__col--portfolio,
.page-home--prototype .footer__col--capabilities {
  gap: 0.8rem;
}

.page-home--prototype .footer__bottom {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.page-home--prototype .footer__inner {
  width: 100%;
  max-width: none;
  padding-inline: var(--home-shell-pad);
}

.page-home--prototype .footer__brand-copy {
  max-width: 27rem;
}

.page-home--prototype .footer__logo-img {
  width: clamp(14rem, 28vw, 22rem);
  max-width: 22rem;
}

@media (min-width: 768px) {
  .page-home--prototype .footer__columns {
    grid-template-columns: minmax(0, 1fr) max-content;
    column-gap: clamp(3rem, 8vw, 9rem);
  }

  .page-home--prototype .footer__nav-row {
    column-gap: clamp(3.5rem, 6vw, 7.5rem);
  }
}

.page-home--prototype .home-gov {
  position: relative;
  margin: 0;
  background-color: var(--hero-black);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 0;
  /* Black gutters left/right (and slight top/bottom) like other dark homepage bands */
  padding-inline: var(--home-shell-pad);
  padding-block: clamp(0.65rem, 1.35vw, 1.1rem);
  overflow: hidden;
}

.page-home--prototype .home-gov__inner {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
  margin-inline: 0;
  padding-inline: clamp(1rem, 2.2vw, 2.25rem);
  padding-block: clamp(1.35rem, 2.75vw, 2.1rem);
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: center;
  justify-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-sizing: border-box;
}

/* Match hero shell: full width with --home-shell-pad (no 87.5rem / ~1400px cap). */
.page-home--prototype #main-content > .section .container,
.page-home--prototype #main-content > section .container {
  max-width: none;
  width: 100%;
  margin-inline: 0;
  padding-inline: var(--home-shell-pad);
}

.page-home--prototype .home-gov__intro {
  display: grid;
  gap: 0;
  min-width: 0;
}

.page-home--prototype .home-gov__label {
  margin: 0;
  max-width: 54rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: clamp(0.88rem, 1vw, 1rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(17, 20, 22, 0.9);
}

.page-home--prototype .home-gov__matrix {
  display: grid;
  gap: 0;
  min-width: 0;
  width: 100%;
}

.page-home--prototype .home-gov__logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(1.25rem, 3vw, 3rem);
}

.page-home--prototype .home-gov__logo,
.page-home--prototype .home-gov__logo:nth-child(5),
.page-home--prototype .home-gov__logo:nth-child(6) {
  grid-column: auto;
}

.page-home--prototype .home-gov__logo {
  width: auto;
  min-height: clamp(7.5rem, 13vw, 10.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 0;
  background-color: transparent;
  opacity: 1;
}

.page-home--prototype .home-gov__logo img {
  width: auto;
  height: auto;
  max-width: min(100%, 19.5rem);
  max-height: 8rem;
  filter: grayscale(1) contrast(1.08);
  opacity: 0.95;
}

.page-home--prototype .home-domains {
  --home-domains-ink: #0f1215;
  --home-domains-ink-soft: rgba(15, 18, 21, 0.78);
  --home-domains-muted: rgba(15, 18, 21, 0.52);
  --home-domains-eyebrow: rgba(15, 18, 21, 0.58);
  background-color: #fafafa;
  color: var(--home-domains-ink);
  border-bottom: 1px solid rgba(15, 18, 21, 0.06);
}

.page-home--prototype .home-domains__intro {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.page-home--prototype .home-domains__eyebrow {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-domains-eyebrow);
}

.page-home--prototype .home-domains__title {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(2.25rem, 4.4vw, 4.2rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--home-domains-ink);
}

.page-home--prototype .home-domains__copy {
  margin: 0;
  max-width: 46rem;
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.75;
  color: var(--home-domains-ink-soft);
}

.page-home--prototype .home-domains__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background-color: rgba(15, 18, 21, 0.08);
  border: 1px solid rgba(15, 18, 21, 0.08);
}

.page-home--prototype .home-domain-card {
  min-width: 0;
  padding: 1.5rem;
  background-color: #ffffff;
  display: grid;
  gap: 1rem;
}

.page-home--prototype .home-domain-card__top {
  display: grid;
  gap: 0.75rem;
}

.page-home--prototype .home-domain-card__index {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-domains-muted);
}

.page-home--prototype .home-domain-card__title {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--home-domains-ink);
}

.page-home--prototype .home-domain-card__copy {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--home-domains-ink-soft);
}

.page-home--prototype .home-domain-card__meta {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--home-domains-muted);
}

.page-home--prototype .home-cap-map {
  background-color: #f7f7f2;
}

.page-home--prototype .home-cap-map__shell {
  position: relative;
  overflow: hidden;
  background: #111416;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 1px;
}

.page-home--prototype .home-cap-map__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 3rem 3rem;
}

.page-home--prototype .home-cap-map__intro,
.page-home--prototype .home-cap-map__list {
  position: relative;
  z-index: 1;
}

.page-home--prototype .home-cap-map__intro {
  display: grid;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.page-home--prototype .home-cap-map__eyebrow {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.page-home--prototype .home-cap-map__title {
  margin: 0;
  max-width: 34rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.page-home--prototype .home-cap-map__copy {
  margin: 0;
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.74);
}

.page-home--prototype .home-cap-map__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.25rem;
}

.page-home--prototype .home-cap-map__actions .btn--secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.46);
}

.page-home--prototype .home-cap-map__actions .btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.page-home--prototype .home-cap-map__list {
  display: grid;
  gap: 1px;
  background-color: rgba(255, 255, 255, 0.08);
}

.page-home--prototype .home-cap-link {
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  background-color: rgba(17, 20, 22, 0.84);
  color: #ffffff;
  text-decoration: none;
  transition: background-color var(--duration-normal) var(--ease-in-out), transform var(--duration-normal) var(--ease-in-out);
}

.page-home--prototype .home-cap-link:hover {
  color: #ffffff;
  background-color: rgba(32, 38, 42, 0.96);
  transform: translateY(-1px);
}

.page-home--prototype .home-cap-link__index {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.page-home--prototype .home-cap-link__title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
}

.page-home--prototype .home-cap-link__desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.page-home--prototype .home-proof {
  background: linear-gradient(180deg, #0a0c0e 0%, #101418 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home--prototype .home-proof.section {
  padding-block: clamp(1.5rem, 3vw, 2.5rem);
}

@media (min-width: 768px) {
  .page-home--prototype .home-proof.section {
    padding-block: clamp(1.75rem, 3.25vw, 2.75rem);
  }
}

@media (min-width: 1024px) {
  .page-home--prototype .home-proof.section {
    padding-block: clamp(2rem, 3.5vw, 3rem);
  }
}

.page-home--prototype .home-proof__frame {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.125rem;
  padding: clamp(1.15rem, 2.5vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #1c222a;
}

.page-home--prototype .home-proof__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 3rem 3rem;
}

.page-home--prototype .home-proof__intro,
.page-home--prototype .home-proof__stats,
.page-home--prototype .home-proof__sites,
.page-home--prototype .home-proof__gallery-head,
.page-home--prototype .home-proof .keris-gallery,
.page-home--prototype .home-proof__scope {
  position: relative;
  z-index: 1;
}

.page-home--prototype .home-proof__intro {
  display: grid;
  gap: 0.85rem;
}

.page-home--prototype .home-proof__copy {
  display: grid;
  gap: 0.6rem;
}

.page-home--prototype .home-proof__eyebrow {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.page-home--prototype .home-proof__title {
  margin: 0;
  max-width: 48rem;
  font-size: clamp(1.45rem, 2.35vw, 2.35rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.page-home--prototype .home-proof__desc {
  margin: 0;
  max-width: 44rem;
  font-size: clamp(0.9375rem, 1.05vw, 1.0625rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
}

.page-home--prototype .home-proof__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-home--prototype .home-proof__actions .btn--secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
}

.page-home--prototype .home-proof__actions .btn--secondary:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}

.page-home--prototype .home-proof__stats {
  display: grid;
  gap: 1px;
  background-color: rgba(255, 255, 255, 0.08);
}

.page-home--prototype .home-proof__stat {
  padding: 0.95rem 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.94);
}

.page-home--prototype .home-proof__stat-value {
  margin-bottom: 0.35rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1;
  color: #111416;
}

.page-home--prototype .home-proof__stat-label {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 20, 22, 0.62);
}

.page-home--prototype .home-proof__sites {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-home--prototype .home-proof__site {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.69rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  background-color: rgba(255, 255, 255, 0.04);
}

.page-home--prototype .home-proof__gallery-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.page-home--prototype .home-proof__gallery-copy {
  display: grid;
  gap: 0.35rem;
}

.page-home--prototype .home-proof__gallery-label {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.page-home--prototype .home-proof__gallery-note {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
}

.page-home--prototype .home-proof .keris-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.page-home--prototype .home-proof .keris-gallery__item {
  position: relative;
  flex: 0 0 min(16.5rem, 78vw);
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.02);
}

.page-home--prototype .home-proof .keris-gallery__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.page-home--prototype .home-proof .keris-gallery__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 0.2rem;
  padding: 0.65rem 0.75rem;
  background: linear-gradient(180deg, rgba(11, 14, 16, 0) 0%, rgba(11, 14, 16, 0.92) 100%);
  color: #ffffff;
}

.page-home--prototype .home-proof .keris-gallery__caption strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-home--prototype .home-proof .keris-gallery__caption span {
  display: block;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.page-home--prototype .home-proof .keris-gallery__controls {
  display: flex;
  gap: 0.5rem;
}

.page-home--prototype .home-proof .keris-gallery__arrow {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color var(--duration-normal) var(--ease-in-out), border-color var(--duration-normal) var(--ease-in-out), color var(--duration-normal) var(--ease-in-out);
}

.page-home--prototype .home-proof .keris-gallery__arrow:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

.page-home--prototype .home-proof .keris-gallery__arrow:disabled {
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.36);
}

.page-home--prototype .home-proof__scope {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-home--prototype .home-proof__scope-label,
.page-home--prototype .home-proof__scope-item {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.75rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-home--prototype .home-proof__scope-label {
  color: rgba(255, 255, 255, 0.5);
}

.page-home--prototype .home-proof__scope-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  background-color: rgba(255, 255, 255, 0.04);
}

.page-home--prototype .home-execution {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f5f7f4 100%);
  border-bottom: 1px solid rgba(17, 20, 22, 0.08);
  overflow: hidden;
}

.page-home--prototype .home-execution::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(17, 20, 22, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 22, 0.032) 1px, transparent 1px);
  background-size: 3rem 3rem;
}

.page-home--prototype .home-execution .container {
  position: relative;
  z-index: 1;
}

.page-home--prototype .home-execution__intro {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.page-home--prototype .home-execution__eyebrow {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 20, 22, 0.54);
}

.page-home--prototype .home-execution__title {
  margin: 0;
  max-width: 44rem;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #111416;
}

.page-home--prototype .home-execution__copy {
  margin: 0;
  max-width: 46rem;
  font-size: clamp(1rem, 1.22vw, 1.125rem);
  line-height: 1.75;
  color: rgba(17, 20, 22, 0.76);
}

.page-home--prototype .home-execution__layout {
  display: grid;
  gap: 1rem;
}

.page-home--prototype .home-execution__steps {
  display: grid;
  gap: 1px;
  background-color: rgba(17, 20, 22, 0.1);
  border: 1px solid rgba(17, 20, 22, 0.1);
}

.page-home--prototype .home-execution__step {
  min-width: 0;
  display: grid;
  gap: 0.85rem;
  padding: 1.35rem 1.25rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.92);
}

.page-home--prototype .home-execution__step-index {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c21d42;
}

.page-home--prototype .home-execution__step-title {
  margin: 0;
  font-size: clamp(1.08rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
  color: #111416;
}

.page-home--prototype .home-execution__step-copy {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.72;
  color: rgba(17, 20, 22, 0.76);
}

.page-home--prototype .home-execution__rail {
  display: grid;
  gap: 1rem;
  padding: 1.35rem 1.25rem 1.5rem;
  border: 1px solid rgba(17, 20, 22, 0.1);
  background-color: rgba(242, 244, 241, 0.92);
}

.page-home--prototype .home-execution__rail-label {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 20, 22, 0.56);
}

.page-home--prototype .home-execution__rail-list {
  display: grid;
  gap: 0.75rem;
}

.page-home--prototype .home-execution__rail-item {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(17, 20, 22, 0.12);
  font-size: 0.96rem;
  line-height: 1.68;
  color: rgba(17, 20, 22, 0.78);
}

.page-home--prototype .home-execution__rail-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.page-home--prototype .home-execution__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(17, 20, 22, 0.12);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111416;
  text-decoration: none;
}

.page-home--prototype .home-execution__link:hover {
  color: #111416;
  opacity: 0.8;
}

.page-home--prototype .home-execution__link-icon {
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .page-home--prototype .home-gov__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-home--prototype .home-gov__logos {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .page-home--prototype .home-domains__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home--prototype .home-proof__intro {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .page-home--prototype .home-proof__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home--prototype .home-execution__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    align-items: start;
  }

  .page-home--prototype .home-cap-map__shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .page-home--prototype .home-cap-map__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .page-home--prototype .home-domains__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home--prototype .home-execution__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home--prototype .home-proof .keris-gallery__item {
    flex-basis: 17.5rem;
  }
}

.home-hero--prototype::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(90deg, black 0%, black 52%, transparent 82%);
}

.home-hero--prototype .home-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: clamp(42rem, 78vh, 52rem);
  margin-inline: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  align-items: stretch;
  border-inline: 0;
}

.home-hero--prototype .home-hero__content {
  min-width: 0;
  padding: clamp(3rem, 7vw, 7rem) clamp(1.5rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-hero--prototype .home-hero__eyebrow {
  margin: 0 0 1.25rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.home-hero--prototype .home-hero__title {
  max-width: 47rem;
  min-height: 0;
  margin: 0;
  font-size: clamp(3.15rem, 6vw, 6.5rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.home-hero--prototype .home-hero__summary {
  max-width: 36rem;
  margin: 1.5rem 0 0;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.74);
}

.home-hero--prototype .home-hero__actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-hero--prototype .btn {
  border-radius: 2px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-hero--prototype .btn--primary {
  background-color: var(--hero-red);
  border-color: var(--hero-red);
  color: #ffffff;
}

.home-hero--prototype .btn--primary:hover {
  background-color: #af1533;
  border-color: #af1533;
}

.home-hero--prototype .btn--secondary {
  border-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

.home-hero--prototype .btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.home-hero--prototype .home-hero__readout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 38rem;
  margin-top: clamp(2rem, 5vw, 4rem);
  border-top: 1px solid var(--hero-line);
  border-left: 1px solid var(--hero-line);
}

.home-hero--prototype .home-hero__readout div {
  min-width: 0;
  padding: 1rem;
  border-right: 1px solid var(--hero-line);
  border-bottom: 1px solid var(--hero-line);
}

.home-hero--prototype .home-hero__readout span {
  display: block;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}

.home-hero--prototype .home-hero__readout small {
  display: block;
  margin-top: 0.5rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.home-hero--prototype .home-hero__media {
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
}

.home-hero--prototype .home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 20, 22, 0.64) 0%, rgba(17, 20, 22, 0.06) 34%),
    linear-gradient(180deg, rgba(17, 20, 22, 0) 50%, rgba(17, 20, 22, 0.64) 100%);
  pointer-events: none;
}

.home-hero--prototype .home-hero__image {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  border: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) contrast(1.05);
}

.home-hero--prototype .home-hero__media-caption {
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  bottom: clamp(1rem, 3vw, 3rem);
  z-index: 2;
  width: min(22rem, calc(100% - 2rem));
  padding: 1rem;
  border-left: 3px solid var(--hero-red);
  background-color: rgba(17, 20, 22, 0.78);
  backdrop-filter: blur(10px);
}

.home-hero--prototype .home-hero__media-caption span,
.home-hero--prototype .home-hero__media-caption strong {
  display: block;
}

.home-hero--prototype .home-hero__media-caption span {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.home-hero--prototype .home-hero__media-caption strong {
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #ffffff;
}

.home-hero--prototype .home-hero__domain-strip {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--hero-line);
  border-inline: 0;
  background-color: #ffffff;
}

.home-hero--prototype .home-hero__domain-strip span {
  min-width: 0;
  padding: 1rem 0.9rem;
  border-right: 1px solid rgba(17, 20, 22, 0.12);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: #111416;
}

.home-hero--prototype .home-hero__domain-strip span:last-child {
  border-right: 0;
}

@media (max-width: 1023px) {
  .home-hero--prototype .home-hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-hero--prototype .home-hero__content {
    min-height: 34rem;
    padding-block: 3rem;
  }

  .home-hero--prototype .home-hero__media {
    min-height: 24rem;
  }

  .home-hero--prototype .home-hero__domain-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .page-home--prototype .ct-image {
    width: clamp(12.75rem, 52vw, 18.5rem);
    max-width: min(100%, 19rem);
  }
}

@media (max-width: 640px) {
  .page-home--prototype .home-gov__label {
    font-size: clamp(0.82rem, 3.5vw, 0.95rem);
  }

  .page-home--prototype .home-domains__title,
  .page-home--prototype .home-execution__title,
  .page-home--prototype .home-cap-map__title {
    font-size: clamp(1.85rem, 9vw, 2.7rem);
  }

  .page-home--prototype .home-proof__title {
    font-size: clamp(1.2rem, 4.8vw, 1.55rem);
  }

  .page-home--prototype .home-proof__actions .btn {
    width: 100%;
  }

  .page-home--prototype .home-cap-map__actions .btn {
    width: 100%;
  }

  .page-home--prototype .home-gov__logo {
    min-height: 9.25rem;
    padding: 1rem 0.75rem;
  }

  .page-home--prototype .home-gov__logo img {
    max-width: min(100%, 20.5rem);
    max-height: 8.5rem;
  }

  .home-hero--prototype .home-hero__content {
    min-height: auto;
    padding: 2.25rem 1rem;
  }

  .home-hero--prototype .home-hero__title {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .home-hero--prototype .home-hero__actions .btn {
    width: 100%;
  }

  .home-hero--prototype .home-hero__readout {
    grid-template-columns: 1fr;
  }

  .home-hero--prototype .home-hero__media {
    min-height: 18rem;
  }

  .home-hero--prototype .home-hero__domain-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Capability gateway hero override. */
.home-hero--prototype::before {
  mask-image: linear-gradient(180deg, black 0%, black 42%, transparent 78%);
}

.home-hero--prototype .home-hero__intro {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding: clamp(2.25rem, 3.8vw, 3.5rem) var(--home-shell-pad) clamp(1rem, 2vw, 1.75rem);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.62fr);
  gap: clamp(1.25rem, 4vw, 4rem);
  align-items: end;
}

.home-hero--prototype .home-hero__eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.home-hero--prototype .home-hero__title {
  max-width: 68rem;
  font-size: clamp(2.35rem, 3.85vw, 4.35rem);
  line-height: 0.96;
}

.home-hero--prototype .home-hero__summary {
  max-width: 34rem;
  margin: 0;
  font-size: clamp(0.98rem, 1.15vw, 1.15rem);
  line-height: 1.72;
}

.home-hero--prototype .home-hero__capabilities {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  padding: 0 var(--home-shell-pad) clamp(1rem, 2.5vw, 2rem);
  overflow: hidden;
}

.home-hero--prototype .home-hero__capability {
  position: relative;
  min-width: 0;
  flex: 1 1 0;
  height: auto;
  align-self: stretch;
  min-height: 14rem;
  margin-left: clamp(-2.8rem, -2.1vw, -1rem);
  display: grid;
  align-content: end;
  padding: clamp(1rem, 1.8vw, 1.6rem);
  overflow: hidden;
  clip-path: polygon(11% 0, 100% 0, 89% 100%, 0% 100%);
  background-color: #111416;
  background-image:
    linear-gradient(180deg, rgba(1, 1, 1, 0.12) 0%, rgba(1, 1, 1, 0.24) 36%, rgba(1, 1, 1, 0.84) 100%),
    linear-gradient(90deg, rgba(1, 1, 1, 0.36) 0%, rgba(1, 1, 1, 0) 48%),
    var(--cap-image);
  background-position: center;
  background-size: cover;
  color: #ffffff;
  text-decoration: none;
  isolation: isolate;
  transition:
    flex-grow 220ms ease,
    filter 220ms ease,
    transform 220ms ease;
}

.home-hero--prototype .home-hero__capability:first-child {
  margin-left: 0;
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}

.home-hero--prototype .home-hero__capability:nth-child(1) {
  --cap-image: url("../../../public/images/capabilities/Billeting%20%26%20Shelter%20Systems.webp");
}

.home-hero--prototype .home-hero__capability:nth-child(2) {
  --cap-image: url("../../../public/images/capabilities/Camp%20Buildout%20%26%20Teardown.webp");
}

.home-hero--prototype .home-hero__capability:nth-child(3) {
  --cap-image: url("../../../public/images/capabilities/Furnishings%20%26%20Equipment.webp");
}

.home-hero--prototype .home-hero__capability:nth-child(4) {
  --cap-image: url("../../../public/images/capabilities/Aggregate/aggregate-hero.jpg");
}

.home-hero--prototype .home-hero__capability:nth-child(5) {
  --cap-image: url("../../../public/images/capabilities/Catering/catering-hero.png");
}

.home-hero--prototype .home-hero__capability:nth-child(6) {
  --cap-image: url("../../../public/images/capabilities/Interpreter%20Services.webp");
}

.home-hero--prototype .home-hero__capability:last-child {
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
}

.home-hero--prototype .home-hero__capability::before {
  display: none;
}

.home-hero--prototype .home-hero__capability::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.home-hero--prototype .home-hero__capability-image {
  display: none;
}

.home-hero--prototype .home-hero__capability-index {
  position: absolute;
  z-index: 2;
  top: clamp(0.9rem, 1.4vw, 1.25rem);
  left: clamp(1rem, 1.6vw, 1.5rem);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.home-hero--prototype .home-hero__capability-title {
  position: relative;
  z-index: 2;
  max-width: 15rem;
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.home-hero--prototype .home-hero__capability-meta {
  position: relative;
  z-index: 2;
  max-width: 14rem;
  margin-top: 0.55rem;
  padding-right: 2.15rem;
  font-size: 0.84rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

.home-hero--prototype .home-hero__capability-arrow {
  position: absolute;
  z-index: 2;
  right: clamp(1.1rem, 1.8vw, 1.75rem);
  bottom: clamp(1rem, 1.8vw, 1.6rem);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  transform: translateX(0);
  transition: transform 220ms ease;
}

.home-hero--prototype .home-hero__capability:hover,
.home-hero--prototype .home-hero__capability:focus-visible {
  flex-grow: 1.42;
  filter: brightness(1.08);
}

.home-hero--prototype .home-hero__capability:hover .home-hero__capability-image,
.home-hero--prototype .home-hero__capability:focus-visible .home-hero__capability-image {
  transform: none;
}

.home-hero--prototype .home-hero__capability:hover .home-hero__capability-arrow,
.home-hero--prototype .home-hero__capability:focus-visible .home-hero__capability-arrow {
  transform: translateX(0.35rem);
}

@media (max-width: 1023px) {
  .home-hero--prototype .home-hero__intro {
    grid-template-columns: 1fr;
    padding-top: 2.75rem;
  }

  .home-hero--prototype .home-hero__summary {
    max-width: 42rem;
  }

  .home-hero--prototype .home-hero__capabilities {
    flex: 1 1 auto;
    min-height: min(48vh, 26rem);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    align-items: stretch;
  }

  .home-hero--prototype .home-hero__capabilities::-webkit-scrollbar {
    display: none;
  }

  .home-hero--prototype .home-hero__capability,
  .home-hero--prototype .home-hero__capability:first-child,
  .home-hero--prototype .home-hero__capability:last-child {
    flex: 0 0 min(19rem, 68vw);
    height: auto;
    align-self: stretch;
    min-height: min(42vh, 22rem);
    margin-left: 0;
    clip-path: none;
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .home-hero--prototype .home-hero__intro {
    padding: 2.25rem 1rem 1.25rem;
  }

  .home-hero--prototype .home-hero__title {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .home-hero--prototype .home-hero__capabilities {
    padding-inline: 1rem;
    padding-bottom: 2rem;
  }

  .home-hero--prototype .home-hero__capability,
  .home-hero--prototype .home-hero__capability:first-child,
  .home-hero--prototype .home-hero__capability:last-child {
    flex-basis: min(20rem, 82vw);
    height: 19.5rem;
  }
}
