.mc-project-detail {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 32px 0 76px;
  color: #17344b;
}

.mc-project-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 48px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(24, 56, 88, .12);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(44, 132, 210, .12),
      transparent 34%
    ),
    #fff;
  box-shadow: 0 16px 50px rgba(25, 56, 88, .08);
}

.mc-project-detail__hero-copy {
  min-width: 0;
}

.mc-project-detail__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.mc-project-detail__eyebrow span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef5fa;
  color: #244965;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.mc-project-detail__eyebrow .mc-project-detail__ozp {
  background: #163d5a;
  color: #fff;
}

.mc-project-detail__eyebrow .mc-project-detail__status {
  border: 1px solid #d9e6ed;
  background: #fff;
}

.mc-project-detail__company {
  max-width: 850px;
  margin: 0;
  color: #172d3e;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.mc-project-detail__project-name {
  max-width: 780px;
  margin: 26px 0 0;
  color: #405a6e;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.45;
  text-wrap: pretty;
}

.mc-project-detail__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mc-project-detail__links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  border: 1px solid #cddde7;
  border-radius: 12px;
  background: #fff;
  color: #155f91;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition:
    border-color .18s ease,
    background .18s ease,
    transform .18s ease;
}

.mc-project-detail__links a:hover {
  transform: translateY(-1px);
  border-color: #9dbdce;
  background: #f5f9fb;
}

.mc-project-detail__logo {
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(22, 61, 90, .08);
}

.mc-project-detail__logo img {
  display: block;
  width: 100%;
  max-width: 210px;
  max-height: 150px;
  object-fit: contain;
}

.mc-project-detail__facts {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(min(210px, 100%), 1fr)
  );
  gap: 14px;
  margin-top: 20px;
}

.mc-project-detail__fact {
  display: flex;
  min-height: 120px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid transparent;
  border-radius: 20px;
  background: #eef5fa;
}

.mc-project-detail__fact--accent {
  border-color: rgba(22, 61, 90, .12);
  background: #e7f1f6;
}

.mc-project-detail__fact span {
  display: block;
  margin-bottom: 12px;
  color: #667c8c;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .055em;
}

.mc-project-detail__fact strong {
  display: block;
  margin-top: auto;
  color: #17344b;
  font-size: 19px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.mc-project-detail__characteristics {
  margin-top: 20px;
  padding: 32px;
  border: 1px solid #dce6eb;
  border-radius: 22px;
  background: #fff;
}

.mc-project-detail__characteristics h2 {
  margin: 0 0 24px;
  color: #18374f;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.mc-project-detail__characteristics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 0;
}

.mc-project-detail__characteristics-grid > div {
  min-width: 0;
  padding: 18px 0;
  border-top: 1px solid #e5ecef;
}

.mc-project-detail__characteristics-grid dt {
  margin: 0 0 7px;
  color: #718492;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.mc-project-detail__characteristics-grid dd {
  margin: 0;
  color: #29485d;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.mc-project-detail__content {
  width: min(100%, 940px);
  margin: 48px auto 0;
}

.mc-project-detail__section {
  padding: 34px 0 38px;
  border-top: 1px solid rgba(24, 56, 88, .13);
}

.mc-project-detail__section:first-child {
  border-top: 0;
}

.mc-project-detail__section h2 {
  margin: 0 0 18px;
  color: #18374f;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.mc-project-detail__text {
  color: #354f62;
  font-size: 17px;
  line-height: 1.72;
}

.mc-project-detail__text > :first-child {
  margin-top: 0;
}

.mc-project-detail__text > :last-child {
  margin-bottom: 0;
}

.mc-project-detail__text p,
.mc-project-detail__text li {
  max-width: 820px;
  color: #354f62;
  font-size: 17px;
  line-height: 1.72;
  text-wrap: pretty;
}

.mc-project-detail__text p {
  margin: 0 0 16px;
}

.mc-project-detail__text p:last-child {
  margin-bottom: 0;
}

.mc-project-detail__text ul,
.mc-project-detail__text ol {
  margin: 16px 0 0;
  padding-left: 24px;
}

.mc-project-detail__text li + li {
  margin-top: 8px;
}

.mc-project-detail__media details {
  overflow: hidden;
  border: 1px solid rgba(24, 56, 88, .13);
  border-radius: 20px;
  background: #f7fafc;
}

.mc-project-detail__media summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  color: #17344b;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.mc-project-detail__media summary strong {
  display: inline-flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e4eef5;
  font-size: 14px;
}

.mc-project-detail__media-list {
  display: grid;
  gap: 1px;
  border-top: 1px solid rgba(24, 56, 88, .1);
  background: rgba(24, 56, 88, .08);
}

.mc-project-detail__media-list a {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  background: #fff;
  color: #244965;
  text-decoration: none;
}

.mc-project-detail__media-list a:hover {
  background: #f1f7fb;
}

.mc-project-detail__media-list a span {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .mc-project-detail {
    width: min(100% - 24px, 1180px);
    padding-top: 24px;
  }

  .mc-project-detail__hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 26px;
    border-radius: 22px;
  }

  .mc-project-detail__logo {
    min-height: 140px;
  }

  .mc-project-detail__characteristics-grid {
    grid-template-columns: 1fr;
  }

  .mc-project-detail__content {
    margin-top: 34px;
  }

  .mc-project-detail__section {
    padding: 28px 0 32px;
  }
}

@media (max-width: 560px) {
  .mc-project-detail {
    padding-top: 16px;
  }

  .mc-project-detail__company {
    font-size: 34px;
  }

  .mc-project-detail__fact {
    min-height: auto;
  }

  .mc-project-detail__characteristics {
    padding: 22px;
    border-radius: 18px;
  }

  .mc-project-detail__text,
  .mc-project-detail__text p,
  .mc-project-detail__text li {
    font-size: 16px;
    line-height: 1.68;
  }

  .mc-project-detail__media summary,
  .mc-project-detail__media-list a {
    padding-right: 18px;
    padding-left: 18px;
  }
}


.mc-project-detail__fact--status {
  border-color: rgba(24, 56, 88, .10);
  background: #f4f8fb;
}

.mc-project-detail__fact--status strong {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mc-project-detail__fact--status strong i {
  display: inline-block;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #768a98;
  box-shadow:
    0 0 0 5px rgba(118, 138, 152, .10);
}

.mc-project-detail__fact--status-active strong i {
  background: #228b63;
  box-shadow:
    0 0 0 5px rgba(34, 139, 99, .12);
}

.mc-project-detail__fact--status-completed strong i {
  background: #236ca4;
  box-shadow:
    0 0 0 5px rgba(35, 108, 164, .12);
}

.mc-project-detail__fact--status-planned strong i {
  background: #b27a20;
  box-shadow:
    0 0 0 5px rgba(178, 122, 32, .12);
}


.mc-project-detail__logo--fallback {
  box-sizing: border-box;
  display: flex;
  min-width: 138px;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border: 1px solid #e1e9ed;
  border-radius: 18px;
  background: #f5f8fa;
}

.mc-project-detail__logo--fallback img {
  display: block;
  width: auto;
  max-width: 96px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  opacity: .72;
}


.mc-project-detail--self-funded .mc-project-detail__hero {
  grid-template-columns:
    minmax(0, 1fr)
    minmax(360px, 480px);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.mc-project-detail--self-funded .mc-project-detail__hero-copy {
  min-width: 0;
}

.mc-project-detail--self-funded .mc-project-detail__logo {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 250px;
  padding: 24px;
}

.mc-project-detail--self-funded .mc-project-detail__logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
}

@media (max-width: 1050px) {
  .mc-project-detail--self-funded .mc-project-detail__hero {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(300px, 380px);
    gap: 32px;
  }

  .mc-project-detail--self-funded .mc-project-detail__logo {
    min-height: 220px;
    padding: 20px;
  }

  .mc-project-detail--self-funded .mc-project-detail__logo img {
    max-height: 260px;
  }
}

@media (max-width: 900px) {
  .mc-project-detail--self-funded .mc-project-detail__hero {
    grid-template-columns: 1fr;
  }

  .mc-project-detail--self-funded .mc-project-detail__logo {
    width: 100%;
    max-width: 100%;
    min-height: 220px;
    padding: 20px;
  }

  .mc-project-detail--self-funded .mc-project-detail__logo img {
    width: 100%;
    max-width: 520px;
    max-height: 280px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .mc-project-detail--self-funded .mc-project-detail__logo {
    min-height: 180px;
    padding: 14px;
  }

  .mc-project-detail--self-funded .mc-project-detail__logo img {
    max-height: 220px;
  }
}


.mc-project-detail--self-funded .mc-project-detail__company {
  font-size: clamp(38px, 3.4vw, 54px);
  line-height: .98;
  letter-spacing: -.025em;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 1050px) {
  .mc-project-detail--self-funded .mc-project-detail__company {
    font-size: clamp(36px, 4.2vw, 48px);
  }
}

@media (max-width: 900px) {
  .mc-project-detail--self-funded .mc-project-detail__company {
    font-size: clamp(34px, 7vw, 46px);
    line-height: 1;
  }
}

@media (max-width: 560px) {
  .mc-project-detail--self-funded .mc-project-detail__company {
    font-size: clamp(30px, 10vw, 40px);
    line-height: 1.02;
  }
}




.mtech-project {
  --mtech-navy: #082a43;
  --mtech-navy-2: #0b3857;
  --mtech-blue: #087fc8;
  --mtech-blue-2: #119ce5;
  --mtech-text: #102b3f;
  --mtech-muted: #6f8595;
  --mtech-line: #d8e5ed;
  --mtech-soft: #f4f9fc;
  --mtech-soft-blue: #edf8fd;
  --mtech-white: #ffffff;

  color: var(--mtech-text);
}

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

.mtech-project__shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 70px;
}

.mtech-project__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;

  margin-bottom: 20px;

  color: #8295a4;

  font-size: 12px;
  line-height: 1.4;
}

.mtech-project__breadcrumb a {
  color: #667f91;
  text-decoration: none;
}

.mtech-project__breadcrumb a:hover {
  color: var(--mtech-blue);
}

.mtech-project__hero {
  position: relative;

  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);

  min-height: 430px;

  overflow: hidden;

  border: 1px solid #d6e5ed;
  border-radius: 24px;

  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f6fbfe 52%,
      #edf8fd 100%
    );

  box-shadow:
    0 22px 52px rgba(8, 42, 67, .08);
}

.mtech-project__hero-copy {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 48px 44px;
}

.mtech-project__company {
  display: flex;
  flex-direction: column;
  gap: 5px;

  margin-bottom: 22px;
}

.mtech-project__eyebrow,
.mtech-project__section-kicker {
  color: var(--mtech-blue);

  font-size: 10px;
  font-weight: 800;

  line-height: 1;

  letter-spacing: .14em;
  text-transform: uppercase;
}

.mtech-project__company strong {
  color: #4b687c;

  font-size: 13px;
  font-weight: 760;

  line-height: 1.35;

  text-transform: uppercase;
}

.mtech-project__title {
  max-width: 680px;

  margin: 0;

  color: var(--mtech-navy);

  font-size: clamp(38px, 5vw, 66px);
  font-weight: 780;

  line-height: .98;
  letter-spacing: -.045em;
}

.mtech-project__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 25px;
}

.mtech-project__chip {
  display: inline-flex;
  align-items: center;

  min-height: 31px;

  padding: 0 12px;

  color: #436378;

  border: 1px solid #d1e1ea;
  border-radius: 999px;

  background: rgba(255, 255, 255, .82);

  font-size: 11px;
  font-weight: 700;

  backdrop-filter: blur(8px);
}

.mtech-project__chip--group {
  color: #ffffff;

  border-color: transparent;

  background:
    linear-gradient(
      135deg,
      var(--mtech-blue),
      #076ca8
    );
}

.mtech-project__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 28px;
}

.mtech-project__primary-link,
.mtech-project__secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 43px;

  padding: 0 17px;

  border-radius: 11px;

  font-size: 12px;
  font-weight: 760;

  text-decoration: none;

  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease;
}

.mtech-project__primary-link {
  gap: 9px;

  color: #ffffff;

  border: 1px solid var(--mtech-blue);

  background:
    linear-gradient(
      135deg,
      var(--mtech-blue),
      #086eaa
    );

  box-shadow:
    0 8px 20px rgba(8, 127, 200, .18);
}

.mtech-project__secondary-link {
  color: var(--mtech-navy);

  border: 1px solid #cfdee7;

  background: #ffffff;
}

.mtech-project__primary-link:hover,
.mtech-project__secondary-link:hover {
  transform: translateY(-1px);
}

.mtech-project__hero-media {
  position: relative;

  min-width: 0;

  overflow: hidden;

  background:
    linear-gradient(
      140deg,
      #d9edf7,
      #f5fbfe
    );
}

.mtech-project__hero-media::before {
  content: "";

  position: absolute;
  z-index: 2;

  inset: 0 auto 0 0;

  width: 110px;

  background:
    linear-gradient(
      90deg,
      #f8fcfe 0%,
      rgba(248, 252, 254, 0) 100%
    );

  pointer-events: none;
}

.mtech-project__hero-media-frame {
  width: 100%;
  height: 100%;
}

.mtech-project__hero-media-frame > div,
.mtech-project__hero-media-frame .field,
.mtech-project__hero-media-frame .field__item {
  width: 100%;
  height: 100%;
}

.mtech-project__hero-media img {
  display: block;

  width: 100%;
  height: 100%;

  min-height: 430px;

  object-fit: cover;
}

.mtech-project__hero-grid {
  position: absolute;
  inset: 0;

  opacity: .16;

  background-image:
    linear-gradient(
      rgba(255,255,255,.5) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.5) 1px,
      transparent 1px
    );

  background-size: 38px 38px;

  pointer-events: none;
}

.mtech-project__meta {
  display: grid;

  grid-template-columns:
    repeat(auto-fit, minmax(185px, 1fr));

  gap: 1px;

  margin-top: 16px;

  overflow: hidden;

  border: 1px solid var(--mtech-line);
  border-radius: 16px;

  background: var(--mtech-line);
}

.mtech-project__meta-item {
  min-width: 0;

  padding: 18px 20px;

  background: #ffffff;
}

.mtech-project__meta-item span {
  display: block;

  margin-bottom: 7px;

  color: var(--mtech-muted);

  font-size: 10px;
  font-weight: 700;

  letter-spacing: .07em;
  text-transform: uppercase;
}

.mtech-project__meta-item strong {
  display: block;

  color: var(--mtech-navy);

  font-size: 13px;
  font-weight: 760;

  line-height: 1.35;
}

.mtech-project__section {
  margin-top: 54px;
}

.mtech-project__section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 34px;

  margin-bottom: 20px;
}

.mtech-project__section-head h2 {
  margin: 8px 0 0;

  color: var(--mtech-navy);

  font-size: clamp(25px, 3vw, 34px);
  font-weight: 770;

  line-height: 1.08;
  letter-spacing: -.025em;
}

.mtech-project__section-head > p {
  max-width: 390px;

  margin: 0;

  color: var(--mtech-muted);

  font-size: 12px;
  line-height: 1.55;
}

.mtech-project__spec-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 12px;
}

.mtech-project__spec {
  display: grid;

  grid-template-columns: 48px minmax(0, 1fr);

  align-items: center;

  gap: 15px;

  min-height: 104px;

  padding: 20px;

  border: 1px solid var(--mtech-line);
  border-radius: 16px;

  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f7fbfd 100%
    );

  box-shadow:
    0 7px 22px rgba(8, 42, 67, .04);
}

.mtech-project__spec--wide {
  grid-column: 1 / -1;
}

.mtech-project__spec-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  color: var(--mtech-blue);

  border: 1px solid #cfe4ef;
  border-radius: 13px;

  background: var(--mtech-soft-blue);

  font-size: 14px;
  font-weight: 900;
}

.mtech-project__spec span {
  display: block;

  margin-bottom: 6px;

  color: var(--mtech-muted);

  font-size: 10px;
  font-weight: 700;

  letter-spacing: .05em;
  text-transform: uppercase;
}

.mtech-project__spec strong {
  display: block;

  color: var(--mtech-navy);

  font-size: 14px;
  font-weight: 730;

  line-height: 1.42;
}

.mtech-project__story {
  display: grid;

  grid-template-columns: 180px minmax(0, 1fr);

  gap: 28px;

  overflow: hidden;

  border: 1px solid var(--mtech-line);
  border-radius: 20px;

  background: #ffffff;

  box-shadow:
    0 14px 36px rgba(8, 42, 67, .05);
}

.mtech-project__story-marker {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 270px;

  padding: 28px;

  color: #ffffff;

  background:
    linear-gradient(
      160deg,
      var(--mtech-navy) 0%,
      #0a466c 100%
    );
}

.mtech-project__story-marker::after {
  content: "";

  position: absolute;
  inset: 0;

  opacity: .12;

  background-image:
    linear-gradient(
      rgba(255,255,255,.6) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.6) 1px,
      transparent 1px
    );

  background-size: 28px 28px;

  pointer-events: none;
}

.mtech-project__story-marker span {
  position: relative;
  z-index: 1;

  font-size: 40px;
  font-weight: 800;

  letter-spacing: -.05em;
}

.mtech-project__story-marker small {
  position: relative;
  z-index: 1;

  max-width: 110px;

  color: rgba(255,255,255,.72);

  font-size: 10px;
  font-weight: 700;

  line-height: 1.4;

  letter-spacing: .08em;
  text-transform: uppercase;
}

.mtech-project__story-content {
  padding: 30px 34px 32px 0;

  color: #38546a;

  font-size: 15px;
  line-height: 1.75;
}

.mtech-project__story-content p {
  margin-top: 0;
}

.mtech-project__story-content p:last-child {
  margin-bottom: 0;
}

.mtech-project__resources {
  display: grid;
  gap: 10px;
}

.mtech-project__resource {
  display: grid;

  grid-template-columns:
    92px minmax(0, 1fr) auto;

  align-items: center;

  gap: 18px;

  min-height: 70px;

  padding: 14px 18px;

  color: var(--mtech-navy);

  border: 1px solid var(--mtech-line);
  border-radius: 14px;

  background: #ffffff;

  text-decoration: none;

  transition:
    border-color .16s ease,
    transform .16s ease,
    box-shadow .16s ease;
}

.mtech-project__resource:hover {
  color: var(--mtech-navy);

  border-color: #acd3e7;

  transform: translateY(-1px);

  box-shadow:
    0 9px 24px rgba(8, 42, 67, .055);
}

.mtech-project__resource-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 30px;

  padding: 0 10px;

  color: var(--mtech-blue);

  border-radius: 999px;

  background: var(--mtech-soft-blue);

  font-size: 9px;
  font-weight: 800;

  letter-spacing: .08em;
  text-transform: uppercase;
}

.mtech-project__resource strong {
  font-size: 13px;
  font-weight: 720;
  line-height: 1.4;
}

.mtech-project__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 24px;

  margin-top: 54px;

  padding-top: 24px;

  border-top: 1px solid var(--mtech-line);
}

.mtech-project__footer > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mtech-project__footer > div span {
  color: #91a1ae;

  font-size: 9px;
  font-weight: 800;

  letter-spacing: .15em;
}

.mtech-project__footer > div strong {
  color: var(--mtech-navy);

  font-size: 12px;
}

.mtech-project__footer > a {
  display: inline-flex;
  align-items: center;

  gap: 9px;

  color: var(--mtech-blue);

  font-size: 12px;
  font-weight: 760;

  text-decoration: none;
}

@media (max-width: 980px) {
  .mtech-project__hero {
    grid-template-columns: 1fr;
  }

  .mtech-project__hero-media {
    order: -1;

    height: 330px;
  }

  .mtech-project__hero-media::before {
    display: none;
  }

  .mtech-project__hero-media img {
    min-height: 330px;
  }

  .mtech-project__hero-copy {
    padding: 38px 32px 42px;
  }
}

@media (max-width: 720px) {
  .mtech-project__shell {
    width: min(100% - 24px, 1240px);

    padding-top: 18px;
  }

  .mtech-project__hero {
    border-radius: 18px;
  }

  .mtech-project__hero-media {
    height: 250px;
  }

  .mtech-project__hero-media img {
    min-height: 250px;
  }

  .mtech-project__hero-copy {
    padding: 28px 22px 30px;
  }

  .mtech-project__title {
    font-size: clamp(34px, 11vw, 52px);
  }

  .mtech-project__section {
    margin-top: 40px;
  }

  .mtech-project__section-head {
    display: block;
  }

  .mtech-project__section-head > p {
    margin-top: 10px;
  }

  .mtech-project__spec-grid {
    grid-template-columns: 1fr;
  }

  .mtech-project__spec--wide {
    grid-column: auto;
  }

  .mtech-project__story {
    grid-template-columns: 1fr;
  }

  .mtech-project__story-marker {
    min-height: 116px;
  }

  .mtech-project__story-content {
    padding: 0 22px 26px;
  }

  .mtech-project__resource {
    grid-template-columns: 76px minmax(0, 1fr) auto;

    gap: 10px;
  }

  .mtech-project__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mtech-project__primary-link,
  .mtech-project__secondary-link,
  .mtech-project__resource {
    transition: none;
  }
}





.mtech-project__hero-image {
  display: block;

  width: 100%;
  height: 100%;

  min-height: 430px;

  object-fit: cover;
  object-position: center;

  border: 0;
}

@media (max-width: 980px) {
  .mtech-project__hero-image {
    min-height: 330px;
  }
}

@media (max-width: 720px) {
  .mtech-project__hero-image {
    min-height: 250px;
  }
}






.mtech-project__shell {
  width: min(1480px, calc(100% - 56px));
}


.mtech-project__hero {
  grid-template-columns:
    minmax(0, .96fr)
    minmax(480px, 1.04fr);

  min-height: 470px;
}


.mtech-project__hero-copy {
  padding:
    54px
    54px
    52px;
}


.mtech-project__company {
  gap: 7px;

  margin-bottom: 25px;
}

.mtech-project__eyebrow {
  font-size: 11px;

  letter-spacing: .13em;
}

.mtech-project__company strong {
  max-width: 610px;

  color: #173e59;

  font-size: 16px;
  font-weight: 800;

  line-height: 1.32;

  letter-spacing: -.01em;
}


.mtech-project__title {
  max-width: 720px;

  font-size: clamp(48px, 5vw, 76px);
  font-weight: 800;

  line-height: .96;

  letter-spacing: -.05em;
}


.mtech-project__chips {
  gap: 9px;

  margin-top: 27px;
}

.mtech-project__chip {
  min-height: 34px;

  padding:
    0
    14px;

  font-size: 12px;
}


.mtech-project__hero-actions {
  margin-top: 31px;
}

.mtech-project__primary-link,
.mtech-project__secondary-link {
  min-height: 46px;

  padding:
    0
    19px;

  font-size: 12px;
}


.mtech-project__hero-media img,
.mtech-project__hero-image {
  min-height: 470px;
}


.mtech-project__meta-item {
  padding:
    21px
    22px;
}

.mtech-project__meta-item span {
  margin-bottom: 8px;

  font-size: 10px;
}

.mtech-project__meta-item strong {
  font-size: 14px;

  line-height: 1.38;
}


.mtech-project__section {
  margin-top: 60px;
}

.mtech-project__section-head {
  margin-bottom: 23px;
}

.mtech-project__section-head h2 {
  font-size: clamp(30px, 3vw, 40px);
}


.mtech-project__story {
  grid-template-columns:
    190px
    minmax(0, 1fr);

  align-items: stretch;
}

.mtech-project__story-marker {
  min-height: 310px;

  padding:
    30px
    28px;
}

.mtech-project__story-marker span {
  font-size: 46px;
}

.mtech-project__story-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  max-width: none;

  padding:
    34px
    44px
    36px;

  color: #29485f;

  font-size: 17px;

  line-height: 1.72;

  text-align: left;

  text-wrap: pretty;
}

.mtech-project__story-content .field,
.mtech-project__story-content .field__item {
  width: 100%;
}

.mtech-project__story-content p {
  max-width: 1040px;

  margin:
    0
    0
    16px;

  padding: 0;
}

.mtech-project__story-content p:last-child {
  margin-bottom: 0;
}


.mtech-project__story-content br + br {
  display: none;
}

.mtech-project__story-content ul,
.mtech-project__story-content ol {
  max-width: 1040px;

  margin:
    14px
    0
    0;

  padding-left: 24px;
}

.mtech-project__story-content li {
  margin-bottom: 8px;
}


.mtech-project__spec {
  min-height: 112px;

  padding:
    22px
    23px;
}

.mtech-project__spec span {
  font-size: 10px;
}

.mtech-project__spec strong {
  font-size: 15px;

  line-height: 1.46;
}


@media (min-width: 1500px) {
  .mtech-project__shell {
    width: min(1540px, calc(100% - 72px));
  }

  .mtech-project__hero {
    grid-template-columns:
      minmax(0, .94fr)
      minmax(560px, 1.06fr);
  }
}


@media (max-width: 980px) {
  .mtech-project__shell {
    width: min(100% - 34px, 1480px);
  }

  .mtech-project__hero {
    grid-template-columns: 1fr;

    min-height: 0;
  }

  .mtech-project__hero-copy {
    padding:
      40px
      34px
      42px;
  }

  .mtech-project__title {
    font-size: clamp(42px, 8vw, 64px);
  }

  .mtech-project__company strong {
    font-size: 15px;
  }

  .mtech-project__hero-media img,
  .mtech-project__hero-image {
    min-height: 330px;
  }

  .mtech-project__story {
    grid-template-columns:
      160px
      minmax(0, 1fr);
  }

  .mtech-project__story-content {
    padding:
      30px
      32px;

    font-size: 16px;
  }
}


@media (max-width: 720px) {
  .mtech-project__shell {
    width: min(100% - 22px, 1480px);
  }

  .mtech-project__hero-copy {
    padding:
      30px
      22px
      32px;
  }

  .mtech-project__company strong {
    font-size: 14px;
  }

  .mtech-project__title {
    font-size: clamp(38px, 12vw, 54px);
  }

  .mtech-project__story {
    grid-template-columns: 1fr;
  }

  .mtech-project__story-marker {
    min-height: 118px;
  }

  .mtech-project__story-content {
    padding:
      24px
      22px
      28px;

    font-size: 16px;

    line-height: 1.68;
  }
}





.mtech-project__hero-media {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
  min-height: 460px;

  padding: 0;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #062b4a 0%,
      #082a43 100%
    );
}



.mtech-project__hero-media-frame {
  position: absolute;

  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
  min-height: 460px;

  margin: 0;
  padding: 0;

  overflow: hidden;

  background:
    #082a43;
}



.mtech-project__hero-image,
.mtech-project__hero-media img {
  position: relative;

  inset: auto;

  display: block;

  width: 100%;
  height: 100%;

  min-width: 0;
  min-height: 0;

  max-width: 100%;
  max-height: 100%;

  margin: 0;

  object-fit: contain;
  object-position: center center;

  background: #082a43;
}



.mtech-project__hero-media::before {
  content: "";

  position: absolute;
  z-index: 3;

  top: 0;
  bottom: 0;
  left: 0;

  width: 34px;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(247, 252, 255, 1) 0%,
      rgba(247, 252, 255, .62) 24%,
      rgba(247, 252, 255, .18) 62%,
      rgba(247, 252, 255, 0) 100%
    );
}



.mtech-project__hero
.mtech-project__hero-image,
.mtech-project__hero
.mtech-project__hero-media img {
  object-fit: contain !important;

  width: 100% !important;
  height: 100% !important;

  min-width: 0 !important;
  min-height: 0 !important;

  max-width: 100% !important;
  max-height: 100% !important;
}



@media (min-width: 1281px) {

  .mtech-project__hero {
    grid-template-columns:
      minmax(0, .92fr)
      minmax(0, 1.08fr);
  }

}



@media (max-width: 1280px) {

  .mtech-project__hero-media,
  .mtech-project__hero-media-frame {
    min-height: 430px;
  }

}



@media (max-width: 960px) {

  .mtech-project__hero {
    grid-template-columns:
      minmax(0, .96fr)
      minmax(0, 1.04fr);
  }

  .mtech-project__hero-media,
  .mtech-project__hero-media-frame {
    min-height: 400px;
  }

}



@media (max-width: 760px) {

  .mtech-project__hero-media {
    height: auto;
    min-height: 260px;

    background: #082a43;
  }

  .mtech-project__hero-media-frame {
    position: relative;

    min-height: 260px;
  }

  .mtech-project__hero-image,
  .mtech-project__hero-media img {
    position: relative;

    width: 100% !important;
    height: auto !important;

    max-height: none !important;

    object-fit: contain !important;
  }

  .mtech-project__hero-media::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;

    width: 100%;
    height: 24px;

    background:
      linear-gradient(
        180deg,
        rgba(247, 252, 255, 1) 0%,
        rgba(247, 252, 255, 0) 100%
      );
  }

}






.mtech-project__hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
}




.mtech-project__title {
  max-width: 620px;

  margin:
    0
    0
    24px;

  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.08;
  font-weight: 800;

  letter-spacing: -0.025em;

  overflow-wrap: anywhere;
  text-wrap: balance;
}


@media (max-width: 960px) {
  .mtech-project__title {
    font-size: clamp(21px, 3vw, 28px) !important;
  }
}


@media (max-width: 760px) {
  .mtech-project__title {
    font-size: clamp(22px, 7vw, 28px) !important;
    line-height: 1.1;
  }
}






.mtech-project__hero-media {
  position: relative;
  isolation: isolate;

  overflow: hidden;

  background: #082a43;
}



.mtech-project__hero-media::after {
  content: "";

  position: absolute;
  z-index: 0;

  inset: -20px;

  background-image:
    linear-gradient(
      rgba(8, 42, 67, .52),
      rgba(8, 42, 67, .52)
    ),
    var(--mtech-hero-backdrop);

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  filter:
    blur(14px)
    saturate(.88);

  transform: scale(1.06);

  pointer-events: none;
}



.mtech-project__hero-media-frame {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;

  background: transparent !important;
}



.mtech-project__hero-image,
.mtech-project__hero-media-frame img {
  position: relative;
  z-index: 2;

  width: 100% !important;
  height: 100% !important;

  min-width: 0 !important;
  min-height: 0 !important;

  max-width: 100% !important;
  max-height: 100% !important;

  object-fit: contain !important;
  object-position: center center !important;

  background: transparent !important;
}



.mtech-project__hero-media::before {
  z-index: 3;
}



@media (max-width: 760px) {

  .mtech-project__hero-media::after {
    inset: -12px;

    filter:
      blur(10px)
      saturate(.9);

    transform: scale(1.04);
  }

}



