/* Consolidated staging corrections — v14, 2026-08-02 */
.nowrap {
  white-space: nowrap;
}

/* Keep the final word and red full stop together. A real typographic mark
   follows the heading baseline consistently across every hero style. */
.terminal-lock {
  display: inline-block;
  white-space: nowrap;
  color: inherit !important;
}
h1 .terminal-mark {
  position: static;
  display: inline;
  background: none;
  color: #e72b35;
  font: inherit;
  line-height: inherit;
}
h1 .terminal-mark::after {
  content: ".";
}

/* Every sentence-ending full stop in a principal heading uses the same red. */
h1 .heading-dot {
  color: #e72b35 !important;
}

/* Give the transparent openings of PRO ONE visible contrast on the homepage. */
.hero-visual {
  background: linear-gradient(
    135deg,
    #e3e9ed 0%,
    #edf2f5 55%,
    #e0e7eb 100%
  ) !important;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(13, 43, 82, 0.22);
  background: #fff;
  color: #0d2b52;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.menu-toggle i {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.menu-toggle[aria-expanded="true"] i:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] i:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] i:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.contact-prepare ul {
  list-style: none !important;
  padding-left: 0 !important;
}
.contact-prepare li {
  position: relative;
  padding-left: 1.25rem;
}
.contact-prepare li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.42rem;
  height: 0.42rem;
  background: #e72b35;
}

.faq-space-visual {
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(13, 43, 82, 0.14);
}

.training-relationship {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 2.25rem 0 0;
  position: relative;
}
.training-relationship span {
  border: 1px solid rgba(13, 43, 82, 0.2);
  background: #f7f9fc;
  color: #0d2b52;
  padding: 0.85rem 0.6rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.training-relationship span:nth-child(5),
.training-relationship span:nth-child(6),
.training-relationship span:nth-child(7) {
  transform: translateX(50%);
}
.training-relationship::before {
  content: "Interconnected characteristics";
  grid-column: 1/-1;
  color: #718096;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.2rem;
}

.development-map {
  counter-reset: development-step;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch !important;
  padding-inline: 1.25rem !important;
}
.development-map span {
  counter-increment: development-step;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  padding: 1.45rem 0.75rem 0.75rem;
  text-align: center;
  border: 1px solid rgba(0, 91, 140, 0.35);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(7, 57, 86, 0.08);
  color: #0d2b52;
  font-size: 0.72rem !important;
  line-height: 1.35;
}
.development-map span::before {
  content: counter(development-step, decimal-leading-zero);
  position: absolute;
  top: 0.5rem;
  left: 0.65rem;
  color: #005b8c;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.development-map
  span:not(.development-note):not(:nth-child(4)):not(:nth-child(8))::after {
  content: "→";
  position: absolute;
  z-index: 2;
  right: -1.05rem;
  top: 50%;
  transform: translateY(-50%);
  color: #e72b35;
  font-size: 1.1rem;
  font-weight: 900;
}
.development-map .development-outcome {
  background: #e72b35;
  border-color: #e72b35;
  color: #fff;
}
.development-map .development-outcome::before {
  color: #fff;
}
.development-map i {
  display: none !important;
}
.development-map .development-note {
  counter-increment: none;
  grid-column: 1/-1;
  min-height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #61758a;
  font-size: 0.7rem !important;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.45rem 0 0;
}
.development-map .development-note::before,
.development-map .development-note::after {
  content: none;
}

.performance-progress {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(13, 43, 82, 0.16);
  font-size: 0.96rem;
  line-height: 1.65;
}

@media (max-width: 1000px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
  body.mobile-menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 2147483644;
    background: #fff;
  }
  .site-header {
    flex-wrap: nowrap;
    position: sticky;
    z-index: 2147483647;
    isolation: isolate;
    background: #fff !important;
  }
  .menu-toggle {
    display: flex;
    order: 2;
    margin-left: auto;
  }
  .site-header > .header-cta {
    order: 3;
  }
  .site-header > nav {
    display: none !important;
    position: fixed !important;
    z-index: 2147483646 !important;
    inset: 88px 0 0 !important;
    width: 100vw !important;
    height: calc(100dvh - 88px) !important;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 18px 24px 32px;
    gap: 0 !important;
    background-color: #fff !important;
    background-image: none !important;
    opacity: 1 !important;
    border: 0;
    border-top: 1px solid rgba(13, 43, 82, 0.16);
    box-shadow: none;
    isolation: isolate;
  }
  .site-header > nav.is-open {
    display: flex !important;
  }
  .site-header > nav a {
    display: block;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(13, 43, 82, 0.12);
  }
  .training-relationship {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .training-relationship span:nth-child(n) {
    transform: none;
  }
  .development-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .development-map span::after {
    display: none;
  }
}

/* v18: aligned FAQ question and reference-matched ONE component markers. */
.faq-list details.faq-inclusions summary {
  align-items: center;
}

.faq-list details.faq-inclusions summary .faq-summary-question {
  color: var(--navy);
  flex: 1 1 auto;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.35;
  min-width: 0;
  text-align: left;
  transform: none;
  transition: none;
}

.faq-list details.faq-inclusions[open]
  summary
  .faq-summary-question {
  transform: none;
}

.faq-list details.faq-inclusions summary .faq-summary-toggle {
  flex: 0 0 auto;
}

.faq-inclusions .faq-inclusions-answer {
  display: grid;
  gap: 1.5rem;
  padding: 0.25rem 0 2rem;
}

.faq-list details.faq-inclusions .faq-inclusions-answer p {
  margin: 0;
  padding: 0;
}

.faq-inclusions-intro {
  max-width: 47rem;
  color: var(--muted);
  line-height: 1.75;
}

.faq-choice-logic {
  border-top: 1px solid #d8e0e5;
  border-bottom: 1px solid #d8e0e5;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.faq-choice-logic > div {
  display: grid;
  gap: 0.35rem;
  grid-template-columns: minmax(7.5rem, 0.8fr) 1fr;
  padding: 0.85rem 0;
}

.faq-choice-logic > div + div {
  border-left: 1px solid #d8e0e5;
  padding-left: 1rem;
}

.faq-choice-logic span {
  color: var(--muted);
  font-size: 0.8rem;
}

.faq-choice-logic strong {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.faq-inclusions-label {
  color: var(--muted) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.faq-system-map {
  height: 560px;
  margin-inline: auto;
  max-width: 736px;
  position: relative;
  width: 100%;
}

.faq-system-figure {
  height: 540px;
  left: 50%;
  margin-left: -158.371px;
  position: absolute;
  top: 10px;
  width: 316.742px;
}

.faq-system-image {
  height: 100%;
  inset: 0;
  object-fit: contain;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.faq-leader-layer {
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.faq-leader-layer path {
  fill: none;
  stroke: #b9c6cf;
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.faq-image-marker {
  align-items: center;
  background: var(--red);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(2, 40, 62, 0.22);
  color: #fff;
  display: flex;
  font-size: 0.68rem;
  font-weight: 900;
  height: 1.65rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 1.65rem;
  z-index: 3;
}

.faq-image-marker.marker-1 {
  left: 50.567%;
  top: 16.512%;
}
.faq-image-marker.marker-2 {
  left: 44.905%;
  top: 32.054%;
}
.faq-image-marker.marker-3 {
  left: 24.534%;
  top: 45.347%;
}
.faq-image-marker.marker-4 {
  left: 24.998%;
  top: 82.968%;
}
.faq-image-marker.marker-5 {
  left: 34.314%;
  top: 92.107%;
}
.faq-image-marker.marker-6 {
  left: 53.743%;
  top: 39.718%;
}
.faq-image-marker.marker-7-upper {
  left: 58.692%;
  top: 55.241%;
}
.faq-image-marker.marker-7-lower {
  left: 58.692%;
  top: 83.081%;
}
.faq-image-marker.marker-8 {
  left: 58.707%;
  top: 65.44%;
}
.faq-image-marker.marker-9 {
  left: 38.353%;
  top: 45.362%;
}
.faq-image-marker.marker-10 {
  left: 60.115%;
  top: 98.001%;
}

.faq-callout {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
  max-width: 13.5rem;
  position: absolute;
  z-index: 4;
}

.faq-callout.right {
  text-align: right;
}

.faq-callout.c1 {
  left: 0;
  top: 42px;
}
.faq-callout.c2 {
  left: 0;
  top: 142px;
}
.faq-callout.c3 {
  left: 0;
  top: 250px;
}
.faq-callout.c4 {
  left: 0;
  top: 388px;
}
.faq-callout.c5 {
  left: 0;
  top: 500px;
}
.faq-callout.c6 {
  right: 0;
  top: 135px;
}
.faq-callout.c7 {
  right: 0;
  top: 250px;
}
.faq-callout.c8 {
  right: 0;
  top: 338px;
}
.faq-callout.c9 {
  right: 0;
  top: 207px;
}
.faq-callout.c10 {
  right: 0;
  top: 490px;
}

.faq-component-key {
  display: none;
}

.faq-wall-difference {
  align-items: center;
  border-top: 1px solid #d8e0e5;
  border-bottom: 1px solid #d8e0e5;
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 6rem 1fr;
  padding: 1rem 0;
}

.faq-wall-difference img {
  height: 10rem;
  justify-self: center;
  object-fit: contain;
  width: 5rem;
}

.faq-wall-difference strong {
  color: var(--navy);
  font-weight: 800;
}

.faq-list details.faq-inclusions .faq-wall-difference p {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
  margin-top: 0.35rem;
}

.faq-configuration-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.faq-configuration {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(7rem, 1fr) minmax(7rem, 0.8fr);
  min-height: 15rem;
  padding: 1rem 0;
}

.faq-configuration + .faq-configuration {
  border-left: 1px solid #d8e0e5;
  padding-left: 1rem;
}

.faq-config-letter {
  color: var(--red);
  font-size: 1.05rem;
  font-weight: 900;
}

.faq-configuration h3 {
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0.35rem 0 0.55rem;
}

.faq-list details.faq-inclusions .faq-configuration p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.faq-handle-visual {
  align-items: flex-end;
  display: flex;
  gap: 0.45rem;
  justify-content: center;
  min-height: 13rem;
}

.faq-handle-visual img {
  height: 12rem;
  object-fit: contain;
  width: auto;
}

.faq-handle-visual img.lightweight {
  height: 11rem;
}

.faq-table-wrap {
  overflow-x: auto;
  width: 100%;
}

.faq-inclusions-table {
  border-collapse: collapse;
  color: var(--muted);
  font-size: 0.82rem;
  min-width: 39rem;
  width: 100%;
}

.faq-inclusions-table th,
.faq-inclusions-table td {
  border-bottom: 1px solid #d8e0e5;
  padding: 0.72rem 0.65rem;
  text-align: left;
  vertical-align: top;
}

.faq-inclusions-table th {
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.faq-inclusions-table td:first-child,
.faq-inclusions-table th:first-child {
  padding-left: 0;
  width: 48%;
}

.faq-inclusions-table td:nth-child(n + 2) {
  color: var(--navy);
  font-weight: 700;
}

.faq-weight-summary {
  border-top: 1px solid #d8e0e5;
  border-bottom: 1px solid #d8e0e5;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: minmax(10rem, 0.65fr) 1fr;
  padding: 1rem 0;
}

.faq-weight-summary strong {
  color: var(--navy);
  font-weight: 800;
}

.faq-weight-summary span {
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .faq-callout {
    max-width: 11.5rem;
  }
}

@media (max-width: 760px) {
  .faq-system-map {
    height: 430px;
  }

  .faq-system-figure {
    height: 410px;
    margin-left: -120.278px;
    width: 240.556px;
  }

  .faq-leader-layer,
  .faq-callout {
    display: none;
  }

  .faq-image-marker {
    font-size: 0.6rem;
    height: 1.4rem;
    width: 1.4rem;
  }

  .faq-component-key {
    display: grid;
    gap: 0.7rem 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .faq-component-key span {
    align-items: start;
    color: var(--muted);
    display: grid;
    font-size: 0.8rem;
    gap: 0.5rem;
    grid-template-columns: auto 1fr;
    line-height: 1.45;
  }

  .faq-component-key b {
    align-items: center;
    background: var(--red);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 0.65rem;
    height: 1.45rem;
    justify-content: center;
    width: 1.45rem;
  }
}

@media (max-width: 700px) {
  .faq-choice-logic,
  .faq-configuration-strip {
    grid-template-columns: 1fr;
  }

  .faq-choice-logic > div {
    grid-template-columns: 1fr;
  }

  .faq-choice-logic > div + div,
  .faq-configuration + .faq-configuration {
    border-left: 0;
    border-top: 1px solid #d8e0e5;
    padding-left: 0;
  }

  .faq-configuration {
    grid-template-columns: 1fr 1fr;
  }

  .faq-weight-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .faq-component-key,
  .faq-configuration {
    grid-template-columns: 1fr;
  }

  .faq-wall-difference {
    grid-template-columns: 4rem 1fr;
  }

  .faq-wall-difference img {
    height: 8rem;
    width: 4rem;
  }
}

@media (max-width: 700px) {
  .site-header > .header-cta {
    display: none;
  }
  .site-header > nav {
    inset: 74px 0 0 !important;
    height: calc(100dvh - 74px) !important;
  }
  .training-relationship,
  .development-map {
    grid-template-columns: 1fr;
  }
}

/* Homepage section 02: keep both complete products inside their cards. */
.products .product-cards article {
  min-height: 470px;
}

.products .product-card-image.one,
.products .product-card-image.wall {
  top: 86px !important;
  right: 5% !important;
  bottom: auto !important;
  width: 45% !important;
  height: 300px !important;
  max-width: 250px;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

@media (max-width: 700px) {
  .products .product-cards article {
    min-height: 440px;
  }

  .products .product-card-image.one,
  .products .product-card-image.wall {
    top: 82px !important;
    right: 3% !important;
    width: 46% !important;
    height: 285px !important;
    max-width: 220px;
  }
}

@media (max-width: 420px) {
  .products .product-cards article {
    min-height: 420px;
  }

  .products .product-card-image.one,
  .products .product-card-image.wall {
    top: 88px !important;
    right: 2% !important;
    width: 43% !important;
    height: 255px !important;
  }
}
/* Product handles: weighted references share one scale; lightweight M is smaller. */
.package-grid.illustrated > article:first-child > img {
  width: 145px;
  height: 330px;
  justify-self: center;
}

.package-grid.illustrated .handle-pair img {
  width: 145px;
  height: 330px;
}

/* The additional M handle is slightly smaller, matching the approved reference. */
.package-grid.illustrated .handle-pair img:nth-child(2) {
  width: 120px;
  height: 273px;
}

@media (max-width: 640px) {
  .package-grid.illustrated > article:first-child > img,
  .package-grid.illustrated .handle-pair img:first-child {
    width: 125px;
    height: 280px;
  }

  .package-grid.illustrated .handle-pair img:nth-child(2) {
    width: 103px;
    height: 230px;
  }

  /* Keep product copy and imagery in separate rows on mobile. */
  .package-grid.illustrated article {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 24px !important;
    min-height: auto !important;
    overflow: hidden;
  }

  .package-grid.illustrated article > div:first-child {
    grid-column: 1 !important;
    grid-row: 1 !important;
    position: relative;
    z-index: 2;
  }

  .package-grid.illustrated article > img {
    justify-self: center;
  }

  .package-grid.illustrated .handle-pair {
    display: flex;
    grid-column: 1 !important;
    grid-row: 2 !important;
    position: static !important;
    transform: none !important;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    gap: 12px;
    margin: 0 auto;
    clear: both;
  }

  .package-grid.illustrated .handle-pair img {
    flex: 0 0 auto;
    max-width: 125px;
    object-fit: contain;
  }
}

/* v14: align all three product handles to one visible bottom baseline.
   The lightweight handle keeps the approved v13 relative size, but scales
   from the bottom instead of occupying a shorter, vertically centred box. */
.package-grid.illustrated > article:first-child > img,
.package-grid.illustrated .handle-pair img {
  object-fit: contain;
  object-position: center bottom;
}

.package-grid.illustrated .handle-pair {
  height: 330px;
  align-items: flex-end;
}

.package-grid.illustrated .handle-pair img:nth-child(2) {
  width: 145px;
  height: 330px;
  position: relative;
  bottom: 3px;
  transform: scale(0.8276);
  transform-origin: center bottom;
}

@media (max-width: 640px) {
  .package-grid.illustrated .handle-pair {
    height: 280px;
  }

  .package-grid.illustrated .handle-pair img:nth-child(2) {
    width: 125px;
    height: 280px;
    bottom: 2px;
    transform: scale(0.824);
  }
}

/* v15: approved six-stage PlyoDyne development flow on the About page. */
.about-hero .development-flow {
  box-sizing: border-box;
  width: 100%;
  min-height: 650px;
  padding: 44px clamp(20px, 3vw, 42px);
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  align-items: stretch !important;
  justify-items: stretch;
  gap: 8px !important;
  color: #0d2b52;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

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

.development-stage,
.development-production,
.development-result {
  position: relative;
  min-height: 82px;
  padding: 26px 14px 14px;
  border: 1px solid rgba(0, 91, 140, 0.34);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(7, 57, 86, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.development-stage strong,
.development-production strong,
.development-result strong {
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: 0;
}

.development-number {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #005b8c;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
}

.development-copy {
  display: grid;
  gap: 4px;
  justify-items: center;
}

.development-copy small,
.development-loop-label,
.development-production-details,
.development-process-note {
  color: #61758a;
  font-size: 0.67rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

.development-start,
.development-result {
  width: min(100%, 300px);
  justify-self: center;
}

.development-iteration,
.development-industrialisation {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 7px;
  align-items: stretch;
}

.development-loop-arrows {
  align-self: center;
  display: grid;
  gap: 3px;
  justify-items: center;
  color: #e72b35;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.development-return-arrow {
  color: #005b8c;
}

.development-loop-label {
  white-space: nowrap;
}

.development-down-arrow,
.development-inline-arrow {
  align-self: center;
  color: #e72b35;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.development-production {
  min-height: 102px;
  padding-bottom: 11px;
  background: rgba(214, 231, 240, 0.88);
  display: grid;
  gap: 8px;
}

.development-production-details {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.development-production-details span {
  padding: 3px 6px;
}

.development-production-details span + span {
  border-left: 1px solid rgba(13, 43, 82, 0.18);
}

.development-result {
  min-height: 82px;
  border-color: #e72b35;
  background: #e72b35;
  color: #fff;
  box-shadow: 0 12px 28px rgba(231, 43, 53, 0.2);
}

.development-result .development-number {
  color: #fff;
}

.development-result strong {
  font-size: 1rem;
}

.development-process-note {
  margin: 2px 0 0;
  padding: 2px 0 2px 10px;
  border-left: 3px solid #e72b35;
}

@media (max-width: 1000px) {
  .about-hero .development-flow {
    min-height: auto;
    padding: 48px 7vw 56px;
    background: #edf2f5;
  }
}

@media (max-width: 620px) {
  .about-hero .development-flow {
    padding: 40px 24px 46px;
  }

  .development-iteration,
  .development-industrialisation,
  .development-production-details {
    grid-template-columns: minmax(0, 1fr);
  }

  .development-loop-arrows {
    min-height: 58px;
    align-content: center;
  }

  .development-forward-arrow {
    transform: rotate(90deg);
  }

  .development-return-arrow {
    transform: rotate(90deg);
  }

  .development-inline-arrow {
    transform: rotate(90deg);
  }

  .development-production-details span + span {
    border-top: 1px solid rgba(13, 43, 82, 0.18);
    border-left: 0;
  }

  .development-stage,
  .development-production,
  .development-result {
    min-height: 88px;
  }
}
