.industry-page {
  --industry-bg: #f6f7f4;
  --industry-bg-rgb: 246,247,244;
  --industry-ink: #071625;
  --industry-navy: #122145;
  --industry-muted: #667085;
  --industry-line: rgba(7,22,37,.12);

  /* Default: Sky Blue */
  --industry-accent: #26ABE0;
  --industry-accent-rgb: 38,171,224;

  background: var(--industry-bg);
  color: var(--industry-ink);
  font-family: inherit;
}

.project-meta-bar span {
  font-size: 13px;
  opacity: 0.7;
	margin-top: 15px;
}

.project-overview-section a {
	color: var(--industry-accent);
}

.project-deliverables-wysiwyg {
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--industry-line);
  box-shadow: 0 12px 28px rgba(7,22,37,.06);
	margin-bottom: 15px;
}



.hero-feature__eyebrow {
  font-size: var(--wp--preset--font-size--x-small) !important;
  margin-bottom: 40px !important;
}

.project-hero__industry-icon {
  width: 60px;
  height: 60px;
  display: block;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: var(--industry-accent);
}

.project-hero__industry-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.project-hero__industry-icon svg,
.project-hero__industry-icon svg * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.project-hero__industry-icon svg [fill="none"] {
  fill: none !important;
}

/* Aviation */
.industry-page.project-industry-aviation {
  --industry-accent: #24B045;
  --industry-accent-rgb: 36,176,69;
}

/* Maritime */
.industry-page.project-industry-maritime {
  --industry-accent: #00C0AB;
  --industry-accent-rgb: 0,192,171;
}

/* Rail */
.industry-page.project-industry-rail {
  --industry-accent: #F2631A;
  --industry-accent-rgb: 242,99,26;
}

/* Transport and Logistics */
.industry-page.project-industry-transport-logistics,
.industry-page.project-industry-transport-and-logistics {
  --industry-accent: #7524B0;
  --industry-accent-rgb: 117,36,176;
}

/* Cross-sector / Omni / Supply Chain */
.industry-page.project-industry-transport-supply-chain,
.industry-page.project-industry-supply-chain,
.industry-page.project-industry-cross-sector,
.industry-page.project-industry-omni {
  --industry-accent: #F5A32E;
  --industry-accent-rgb: 245,163,46;
}

.project-container {
  width: min(
    var(--wp--style--global--content-size),
    calc(100% - 60px)
  );
  margin: 0 auto;
}

.project-text-panel ul {
	color: var(--industry-muted);
	font-size: 17px;
}

.project-review-card ul {
	color: #fff;
	font-size: 14px;
	padding-left: 25px;
}



/* HERO */
.project-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px 0 120px;
  background: var(--industry-navy);
  color: #fff;
}

.project-hero__bg,
.project-hero__overlay {
  position: absolute;
  inset: 0;
}

.project-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-hero__overlay {
  z-index: 1;
  background:
    radial-gradient(circle at 82% 22%, rgba(var(--industry-accent-rgb), .18), transparent 35%),
    linear-gradient(
      125deg,
      rgba(3,14,25,.97) 0%,
      rgba(3,14,25,.92) 38%,
      rgba(3,14,25,.62) 68%,
      rgba(3,14,25,.18) 100%
    );
}

.project-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 60px;
  align-items: center;
	width: 100%;
	width: min(var(--wp--style--global--content-size),calc(100% - 60px));
	margin: 0 auto;
}



.project-pill {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(var(--industry-accent-rgb), .14);
  border: 1px solid rgba(var(--industry-accent-rgb), .45);
  color: var(--industry-accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.project-hero h1 {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(56px, 7vw, 80px);
  line-height: 1.05;
  letter-spacing: -.06px;
  font-weight: 200;
}

.project-hero__content p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.project-actions a {
  min-width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.3); 
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(var(--industry-accent-rgb), .25);
  transition: all .3s ease;
	 color: #fff;
}

.project-actions a:first-child {
background: var(--industry-accent);
}

.project-status {
  gap: 8px;
  align-items: center;
}

.project-status i {
  font-size: 12px;
  line-height: 1;
}



.project-actions a:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(var(--industry-accent-rgb), .35);
}

/* HERO SNAPSHOT */
.project-snapshot {
  position: relative;
  padding: 38px;
  border-radius: 28px;
  background: rgba(7,17,31,.58);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.project-snapshot h3 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.04em;
}

.project-snapshot dl {
  display: grid;
  gap: 22px;
  margin: 0;
}

.project-snapshot dt {
  margin-bottom: 5px;
  color: var(--industry-accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.project-snapshot dd {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  font-weight: 600;
}

/* WHITE META BAR */
.project-meta-bar-wrap {
  position: relative;
  z-index: 5;
  margin-top: -25px;
  padding-bottom: 50px;
}

.project-meta-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(6,24,39,.12);
}

.project-meta-bar > div {
  padding: 30px 34px;
  border-right: 1px solid var(--industry-line);
}

.project-meta-bar > div:last-child {
  border-right: 0;
}

.project-meta-bar small {
  display: block;
  margin-bottom: 8px;
  color: var(--industry-muted);
  font-size: 14px;
  font-weight: 800;
}

.project-meta-bar strong {
  display: block;
  color: var(--industry-navy);
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

/* BODY */
.project-body {
  padding: 0 0 90px;
  background: var(--industry-bg);
}

.project-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: start;
}

.project-main {
  min-width: 0;
}

.project-sidebar {
  position: sticky;
  top: 30px;
  display: grid;
  gap: 22px;
}

/* FEATURE CARDS */
.project-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 60px;
}

.project-feature-card {
  display: block;
  min-height: 270px;
  padding: 38px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(7,22,37,.08);
}

.project-feature-card--accent {
  background: var(--industry-accent);
  color: #fff;
}

.project-feature-card__icon {
  display: none;
}

.project-feature-card small,
.project-section-head small,
.project-side-card small {
  display: block;
  margin-bottom: 14px;
  color: var(--industry-accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.project-feature-card--accent small {
  color: rgba(255,255,255,.75);
}

.project-feature-card h2 {
  margin: 0 0 16px;
  color: var(--industry-navy);
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1;
  letter-spacing: -.05em;
}

.project-feature-card--accent h2 {
  color: #fff;
}

.project-feature-card p {
  color: var(--industry-muted);
  line-height: 1.5;
}

.project-feature-card--accent p {
  color: rgba(255,255,255,.9);
}

/* SECTIONS */
.project-section {
  margin-bottom: 60px;
}

.project-section-head {
  margin-bottom: 34px;
}

.project-section-head h2 {
  margin: 0;
  color: var(--industry-navy);
  font-size: clamp(38px, 4vw, 56px);
  line-height: .95;
  letter-spacing: -.06em;
}

/* DELIVERABLES */
.project-deliverables {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.project-deliverable {
  min-height: 175px;
  padding: 26px;
  display: block;
  background: #fff;
  border: 1px solid var(--industry-line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(7,22,37,.06);
}

.project-deliverable strong {
  display: block;
  margin-bottom: 20px;
  color: var(--industry-accent);
  font-size: 54px;
  line-height: .85;
  font-weight: 900;
  letter-spacing: -.05em;
}

.project-deliverable span {
  display: block;
  color: var(--industry-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

/* TEXT PANELS */

.project-text-panel p {
  margin: 0 0 18px;
  color: var(--industry-muted);
  font-size: 17px;
  line-height: 1.65;
}

.project-text-panel p:last-child {
  margin-bottom: 0;
}

/* FULL WIDTH SECTIONS */
.project-fullwidth-section {
  padding: 90px 0;
  background: var(--industry-bg);
}

.project-fullwidth-section--white {
  background: #fff;
}

.project-fullwidth-section .project-section-head {
  max-width: 850px;
}

/* PRODUCTS */
.project-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.project-products-grid > div {
  padding: 26px;
  border-radius: 18px;
  background: rgba(var(--industry-bg-rgb), .75);
  border: 1px solid var(--industry-line);
}

.project-products-grid h3 {
  margin: 0 0 16px;
  color: var(--industry-navy);
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.project-products-grid ul {
  margin: 0;
  padding-left: 18px;
}

.project-products-grid li {
  margin-bottom: 9px;
  color: var(--industry-muted);
  font-size: 15px;
  line-height: 1.5;
}

/* TIMELINE */
.project-timeline {
  position: relative;
  display: grid;
  gap: 20px;
}

.project-timeline::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 96px;
  width: 2px;
  background: rgba(var(--industry-accent-rgb), .4);
}

.project-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 28px;
}

.project-timeline-item::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 88px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--industry-bg);
  border: 4px solid var(--industry-accent);
  z-index: 2;
}

.project-fullwidth-section--white .project-timeline-item::before {
  background: #fff;
}

.project-timeline-item time {
  padding-top: 20px;
  color: var(--industry-accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
	max-width: 75px;
}

.project-timeline-card {
  padding: 30px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(7,22,37,.08);
  box-shadow: 0 12px 32px rgba(7,22,37,.06);
}

.project-fullwidth-section--white .project-timeline-card {
  background: var(--industry-bg);
}

.project-timeline-card h3 {
  margin: 0 0 12px;
  color: var(--industry-navy);
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.project-timeline-card p,
.project-timeline-card li {
  color: var(--industry-muted);
  font-size: 15px;
  line-height: 1.55;
}

.project-timeline-card p {
  margin: 0 0 16px;
}

.project-timeline-card ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.project-timeline-card a {
  color: var(--industry-accent);
  font-weight: 900;
  text-decoration: none;
}

/* SIDEBAR */
.project-side-card {
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--industry-line);
  box-shadow: 0 12px 28px rgba(7,22,37,.06);
}

.project-side-card h3 {
  margin: 0 0 12px;
  color: var(--industry-navy);
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.project-side-card p {
  margin: 0 0 16px;
  color: var(--industry-muted);
  font-size: 14px;
  line-height: 1.45;
}

.project-side-card a {
  font-weight: 900;
  text-decoration: none;
	color: var(--industry-accent);
}

.project-feature-grid a {
  font-weight: 900;
  text-decoration: none;
	color: var(--industry-accent);
}

.industry-bg-link {color: var(--industry-accent) !important;}



#industry-card-bg a {
	color: #fff;
}

.project-review-card {
  background: var(--industry-accent);
}

.project-review-card small {
  color: rgba(255,255,255,.75);
}

.project-review-card h3,
.project-review-card p {
  color: #fff;
}

.project-sidebar-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.project-sidebar-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--industry-navy);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.project-contact-card img {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 50%;
  object-fit: cover;
}

.project-side-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(var(--industry-accent-rgb), .12);
  color: var(--industry-accent);
  font-size: 22px;
}

.project-status {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 30px;
  border-radius: 999px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: capitalize;
}

.project-status--progress,
.project-status--in-progress {
  background: #1479e8;
}

.project-status--consultation-open {
  background: #24b045;
}

.project-status--consultation-closed {
  background: #f59e0b;
}

.project-status--submitted {
  background: #8b5cf6;
}

.project-status--completed {
  background: #24b045;
}

.project-status--on-hold {
  background: #ef4444;
}

.project-resource-list {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.project-resource-list a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--industry-line);
  color: var(--industry-navy);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.project-resource-list a:last-child {
  border-bottom: 0;
}

.project-resource-list span {
  color: var(--industry-accent);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .project-hero__inner,
  .project-layout,
  .project-feature-grid {
    grid-template-columns: 1fr;
  }

  .project-sidebar {
    position: static;
    grid-template-columns: repeat(3, 1fr);
  }

  .project-review-card {
    grid-column: 1 / -1;
  }

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

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

@media (max-width: 900px) {
  .project-meta-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-meta-bar > div:nth-child(2) {
    border-right: 0;
  }

  .project-meta-bar > div:nth-child(1),
  .project-meta-bar > div:nth-child(2) {
    border-bottom: 1px solid var(--industry-line);
  }
}

@media (max-width: 760px) {
  .project-container {
    width: min(100% - 44px, 1180px);
  }

  .project-hero {
    min-height: auto;
    padding: 110px 0 120px;
  }

  .project-hero h1 {
    font-size: 56px;
  }

  .project-hero__content p {
    font-size: 18px;
  }

  .project-actions a {
    width: 100%;
  }

  .project-meta-bar-wrap {
    margin-top: -60px;
  }

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

  .project-timeline::before {
    left: 9px;
  }

  .project-timeline-item {
    grid-template-columns: 1fr;
    padding-left: 36px;
    gap: 8px;
  }

  .project-timeline-item::before {
    left: 0;
  }

  .project-timeline-item time {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .project-meta-bar {
    grid-template-columns: 1fr;
  }

  .project-meta-bar > div {
    border-right: 0;
    border-bottom: 1px solid var(--industry-line);
  }

  .project-meta-bar > div:last-child {
    border-bottom: 0;
  }

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



.project-products-section {
  margin-bottom: 0;
}

.project-products-intro {
  max-width: 780px;
  margin: -12px 0 32px;
  color: var(--industry-muted);
  font-size: 17px;
  line-height: 1.65;
}

.project-products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.project-product-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7,22,37,.08);
  box-shadow: 0 10px 30px rgba(7,22,37,.06);
  transition: all .25s ease;
}

.project-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(7,22,37,.12);
}

.project-product-card small {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--industry-accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  border: 1px solid rgba(var(--industry-accent-rgb), .35);
  background: rgba(var(--industry-accent-rgb), .1);
  padding: 3px 10px;
  border-radius: 999px;
}

.project-product-card h3 {
  margin: 0;
  color: var(--industry-navy);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.03em;
}

.project-product-card p {
  margin-top: 16px;
  color: var(--industry-muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 90%;
}

.project-product-card span {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: var(--industry-accent);
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .project-products-list {
    grid-template-columns: 1fr;
  }
}



.project-resource-static,
.project-sidebar-action-static,
.project-update-link-static {
  display: block;
  padding: 14px 0;
  color: var(--industry-navy);
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid var(--industry-line);
}




/* ==========================================
   PROJECT MODAL
========================================== */

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

.project-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(7,22,37,.75);
  backdrop-filter: blur(6px);
}

.project-modal__dialog {
  position: relative;
  z-index: 2;

  width: min(1200px, calc(100vw - 60px));
  max-height: calc(100vh - 80px);

  overflow-y: auto;

  background: #fff;
  border-radius: 28px;

  padding: 40px;

  box-shadow:
    0 40px 100px rgba(0,0,0,.25);

  animation: modalFade .25s ease;
}

@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================
   CLOSE BUTTON
========================================== */

.project-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;

  width: 42px;
  height: 42px;

  border: 0;
  border-radius: 50%;

  background: var(--industry-navy);
  color: #fff;

  font-size: 26px;
  line-height: 1;

  cursor: pointer;

  transition: .2s ease;
}

.project-modal__close:hover {
  background: var(--industry-accent);
  transform: rotate(90deg);
}

/* ==========================================
   HEADER
========================================== */

.project-modal .project-section-head {
  margin-bottom: 30px;
}

.project-modal .project-section-head small {
  display: block;
  margin-bottom: 10px;

  color: var(--industry-accent);

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

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

.project-modal .project-section-head h2 {
  margin: 0;
  color: var(--industry-navy);
  font-size: clamp(20px, 4vw, 32px);
  line-height: .95;
  letter-spacing: -.05em;
}

/* ==========================================
   COMMITTEE TABLE
========================================== */

.project-committee-table {
  overflow: hidden;

  border-radius: 20px;

  border: 1px solid rgba(7,22,37,.08);

  background: #fff;
}

/* Header */

.project-committee-table__head {
  display: grid;
  grid-template-columns: 280px 1fr 1fr;

  background: var(--industry-navy);

  color: #fff;
}

.project-committee-table__head strong {
  padding: 18px 22px;

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

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

/* Rows */

.project-committee-table__row {
  display: grid;
  grid-template-columns: 280px 1fr 1fr;

  border-top: 1px solid rgba(7,22,37,.08);
}

.project-committee-table__row:nth-child(even) {
  background: rgba(var(--industry-accent-rgb), .06);
}

.project-committee-table__row > div {
  padding: 18px 22px;

  font-size: 15px;
  line-height: 1.55;

  border-right: 1px solid rgba(7,22,37,.08);
}

.project-committee-table__row > div:last-child {
  border-right: 0;
}

.project-committee-table__row > div:first-child {
  color: var(--industry-navy);
  font-weight: 700;
}

.project-committee-table__row p {
  margin: 0;
}

/* ==========================================
   BUTTON
========================================== */

.project-modal-trigger {
  display: inline-flex;
  align-items: center;

  margin-top: 6px;

  padding: 0;

  border: 0;
  background: transparent;

  color: var(--industry-accent);

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

  cursor: pointer;
}

.project-modal-trigger:hover {
  text-decoration: underline;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 900px) {

  .project-modal__dialog {
    width: calc(100vw - 24px);
    padding: 24px;
    max-height: calc(100vh - 24px);
  }

  .project-committee-table__head {
    display: none;
  }

  .project-committee-table__row {
    grid-template-columns: 1fr;
  }

  .project-committee-table__row > div {
    border-right: 0;
    border-bottom: 1px solid rgba(7,22,37,.08);
  }

  .project-committee-table__row > div:last-child {
    border-bottom: 0;
  }
}



.project-feature-grid > :only-child {
    grid-column: 1 / -1;
}






/* DELIVERABLES - improved card layout */
.project-deliverables {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.project-deliverable {
  position: relative;
  min-height: 210px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid rgba(7,22,37,.08);
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(7,22,37,.07);
  transition: all .25s ease;
}

.project-deliverable:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(7,22,37,.12);
}

.project-deliverable strong {
  display: block;
  margin: 0 0 34px;
  color: rgba(var(--industry-accent-rgb), .22);
  font-size: clamp(72px, 7vw, 104px);
  line-height: .75;
  font-weight: 900;
  letter-spacing: -.08em;
}

.project-deliverable span {
  display: block;
  max-width: 90%;
  color: var(--industry-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.project-deliverable::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(var(--industry-accent-rgb), .14);
}

.project-deliverable::before {
  content: "→";
  position: absolute;
  right: 34px;
  bottom: 29px;
  z-index: 2;
  color: var(--industry-accent);
  font-size: 20px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .project-deliverables {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .project-deliverables {
    grid-template-columns: 1fr;
  }

  .project-deliverable {
    min-height: 180px;
  }
}



.project-products-list {
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
}


.project-product-card {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:32px;
    min-height:120px;
}






/* ========================================
   TRAINING PRODUCT CHANGES
======================================== */

.project-product-changes-section {
  margin-bottom: 100px;
}

/* Summary stats */

.project-product-summary-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-bottom: 50px;
}

.project-product-summary-grid > div {
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--industry-line);
  box-shadow: 0 12px 30px rgba(7,22,37,.05);
  text-align: center;
}

.project-product-summary-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--industry-accent);
  font-size: 54px;
  line-height: .9;
  font-weight: 900;
  letter-spacing: -.05em;
}

.project-product-summary-grid span {
  display: block;
  color: var(--industry-navy);
  font-size: 15px;
  font-weight: 800;
}

/* Section wrappers */

.project-product-table-wrap {
  margin-bottom: 50px;
}

.project-product-table-wrap h3 {
  margin: 0 0 18px;
  color: var(--industry-navy);
  font-size: 32px;
  line-height: 1;
  letter-spacing: -.04em;
}

/* Table */

.project-product-change-table {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--industry-line);
  box-shadow: 0 12px 32px rgba(7,22,37,.06);
}

/* Header */

.project-product-change-table__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--industry-navy);
}

.project-product-change-table__head strong {
  padding: 20px 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.project-product-change-table__head strong:first-child {
  border-right: 1px solid rgba(255,255,255,.12);
}

/* Rows */

.project-product-change-table__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--industry-line);
}

.project-product-change-table__row:nth-child(even) {
  background: rgba(var(--industry-bg-rgb), .5);
}

.project-product-change-table__row > div {
  padding: 22px 24px;
  color: var(--industry-muted);
  font-size: 15px;
  line-height: 1.6;
}

.project-product-change-table__row > div:first-child {
  border-right: 1px solid var(--industry-line);
}

.project-product-change-table__row > div:last-child {
  color: var(--industry-navy);
  font-weight: 700;
}

/* New units */

.project-product-change-table__row.is-new {
  background: rgba(var(--industry-accent-rgb), .08);
}

.project-product-change-table__row.is-new > div:last-child {
  color: var(--industry-accent);
}

/* Deleted units */

.project-product-change-table__row.is-deleted {
  background: rgba(239,68,68,.05);
}

.project-product-change-table__row.is-deleted > div:last-child {
  color: #dc2626;
  font-weight: 800;
}

/* Qualification / Skill Set cards */

.project-product-table-wrap:nth-last-child(-n+2)
.project-product-change-table {
  max-width: 900px;
}

/* Responsive */

@media (max-width: 900px) {

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

  .project-product-change-table__head,
  .project-product-change-table__row {
    grid-template-columns: 1fr;
  }

  .project-product-change-table__head strong:first-child,
  .project-product-change-table__row > div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--industry-line);
  }

  .project-product-change-table__row > div {
    padding: 18px;
  }
}

@media (max-width: 600px) {

  .project-product-summary-grid {
    grid-template-columns: 1fr;
  }

  .project-product-summary-grid strong {
    font-size: 42px;
  }

  .project-product-table-wrap h3 {
    font-size: 26px;
  }
}


.project-update-group__heading {
	color: var(--industry-accent);
}

.project-updates-footer {
  margin-bottom: 70px;
  display: grid;
  gap: 24px;
}

.project-update-note {
  padding: 38px;
  border-radius: 24px;
  background: var(--industry-bg);
  border: 1px solid var(--industry-line);
  box-shadow: 0 12px 32px rgba(7,22,37,.06);
	margin-top: 30px;
}

.project-update-note h3 {
  margin: 0 0 16px;
  color: var(--industry-navy);
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.project-update-note p,
.project-update-note li {
  color: var(--industry-muted);
  font-size: 16px;
  line-height: 1.6;
}

.project-update-note p {
  margin: 0 0 16px;
}

.project-update-note p:last-child {
  margin-bottom: 0;
}

.project-update-note a,
.project-update-note .project-update-link-static {
  display: inline-flex;
  margin-top: 18px;
  color: var(--industry-accent);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.project-update-note a:hover {
  text-decoration: underline;
}



.project-body--no-meta {
  padding-top: 90px;
}

@media (max-width: 760px) {
  .project-body--no-meta {
    padding-top: 56px;
  }
}


