/* S07 is a hardware-led composition. All selectors stay under the page root. */
.s07-network-equipment {
  --s07-bg: var(--f-bg);
  --s07-bg-alt: var(--f-bg-secondary);
  --s07-panel: var(--f-card);
  --s07-panel-strong: var(--f-card-strong);
  --s07-text: var(--f-text);
  --s07-muted: var(--f-text-secondary);
  --s07-faint: var(--f-text-muted);
  --s07-line: var(--f-border);
  --s07-line-strong: var(--f-border-strong);
  --s07-accent: var(--f-cyan);
  --s07-accent-strong: var(--f-blue);
  overflow: hidden;
  color: var(--s07-text);
  background: var(--s07-bg);
}

.s07-network-equipment,
.s07-network-equipment * {
  box-sizing: border-box;
}

.s07-network-equipment h1,
.s07-network-equipment h2,
.s07-network-equipment h3,
.s07-network-equipment p,
.s07-network-equipment figure,
.s07-network-equipment dl,
.s07-network-equipment dd {
  margin: 0;
}

.s07-network-equipment img {
  display: block;
  max-width: 100%;
}

.s07-container {
  width: min(1240px, calc(100% - 96px));
  margin: 0 auto;
}

.s07-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--s07-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.s07-kicker > span {
  display: inline-block;
  width: 30px;
  height: 1px;
  flex: 0 0 30px;
  background: var(--s07-accent);
}

.s07-hero {
  background: var(--s07-bg);
}

.s07-hero-media {
  position: relative;
  height: clamp(430px, 52vw, 740px);
  overflow: hidden;
  background: #030b14;
}

.s07-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(.82) contrast(1.04);
  transform: scale(1.015);
}

.s07-hero-media-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 11, 20, .54), transparent 45%, rgba(3, 11, 20, .12)),
    linear-gradient(0deg, rgba(3, 11, 20, .74), transparent 30%);
}

.s07-hero-media-label {
  position: absolute;
  right: max(48px, calc((100% - 1240px) / 2));
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(245, 247, 250, .8);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.s07-hero-media-label span + span {
  padding-left: 18px;
  border-left: 1px solid rgba(245, 247, 250, .34);
  color: var(--s07-accent);
}

.s07-hero-copy {
  background: var(--s07-bg-alt);
  border-top: 1px solid var(--s07-line);
  border-bottom: 1px solid var(--s07-line);
}

.s07-hero-copy-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 80px;
  align-items: end;
  min-height: 390px;
  padding-top: 68px;
  padding-bottom: 72px;
}

.s07-hero-heading {
  max-width: 800px;
}

.s07-hero-heading h1 {
  max-width: 780px;
  color: var(--s07-text);
  font-size: clamp(58px, 8.8vw, 132px);
  font-weight: 720;
  letter-spacing: -.075em;
  line-height: .93;
}

.s07-hero-heading h1 em {
  color: var(--s07-accent);
  font-style: normal;
}

.s07-hero-summary {
  max-width: 640px;
  margin-top: 28px !important;
  color: var(--s07-muted);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.65;
}

.s07-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.s07-actions .button,
.s07-cta .button {
  min-height: 48px;
  padding-right: 20px;
  padding-left: 20px;
}

.s07-actions .button span,
.s07-cta .button span {
  margin-left: 16px;
  font-size: 16px;
}

.s07-hero-index {
  align-self: stretch;
  padding: 18px 0 0 28px;
  border-left: 1px solid var(--s07-line-strong);
}

.s07-hero-index p {
  margin-bottom: 10px;
  color: var(--s07-faint);
  font-size: 11px;
  letter-spacing: .14em;
}

.s07-hero-index strong {
  display: block;
  color: var(--s07-text);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.4;
}

.s07-hero-index ul {
  margin-top: 40px;
  padding: 0;
  list-style: none;
}

.s07-hero-index li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--s07-line);
  color: var(--s07-muted);
  font-size: 14px;
}

.s07-hero-index li:last-child {
  border-bottom: 1px solid var(--s07-line);
}

.s07-hero-index li span {
  color: var(--s07-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .12em;
}

.s07-hero-rail {
  background: var(--s07-bg);
}

.s07-hero-rail .s07-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.s07-hero-rail span {
  min-height: 64px;
  padding: 21px 20px 18px 0;
  border-right: 1px solid var(--s07-line);
  color: var(--s07-faint);
  font-size: 12px;
  letter-spacing: .08em;
}

.s07-hero-rail span + span {
  padding-left: 20px;
}

.s07-hero-rail span:last-child {
  border-right: 0;
}

.s07-thesis {
  padding: 128px 0 132px;
  background: var(--s07-bg);
}

.s07-section-mark {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--s07-line);
  color: var(--s07-faint);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.s07-section-mark span:first-child {
  color: var(--s07-accent);
}

.s07-thesis-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 100px;
  padding-top: 58px;
}

.s07-thesis h2,
.s07-section-intro h2,
.s07-evidence h2,
.s07-handover h2,
.s07-cta h2 {
  color: var(--s07-text);
  font-size: clamp(38px, 5.2vw, 76px);
  font-weight: 690;
  letter-spacing: -.065em;
  line-height: 1.03;
}

.s07-thesis h2 strong {
  color: var(--s07-accent);
  font-weight: inherit;
}

.s07-thesis-copy {
  align-self: end;
  max-width: 510px;
  padding-bottom: 6px;
}

.s07-thesis-copy p,
.s07-section-intro > p,
.s07-evidence-copy > p,
.s07-handover-heading > p,
.s07-cta p {
  color: var(--s07-muted);
  font-size: 16px;
  line-height: 1.9;
}

.s07-thesis-copy p + p {
  margin-top: 22px;
}

.s07-plane {
  padding: 132px 0 144px;
  background: var(--s07-bg-alt);
  border-top: 1px solid var(--s07-line);
}

.s07-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 100px;
  align-items: end;
}

.s07-section-intro > p {
  max-width: 480px;
  padding-bottom: 4px;
}

.s07-plane-composition {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  gap: 18px;
  margin-top: 74px;
}

.s07-plane-photo {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: #030b14;
  border: 1px solid var(--s07-line-strong);
}

.s07-plane-photo::after,
.s07-evidence-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 11, 20, .82), transparent 40%);
  content: '';
  pointer-events: none;
}

.s07-plane-photo img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(.82) contrast(1.05);
}

.s07-plane-photo figcaption,
.s07-evidence-media figcaption {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}

.s07-plane-photo figcaption span,
.s07-evidence-media figcaption span {
  color: var(--s07-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  white-space: nowrap;
}

.s07-plane-photo figcaption strong,
.s07-evidence-media figcaption strong {
  max-width: 280px;
  color: var(--s07-text);
  font-size: 15px;
  font-weight: 550;
  line-height: 1.5;
  text-align: right;
}

.s07-plane-drawing {
  display: flex;
  min-height: 570px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background: #081522;
  border: 1px solid var(--s07-line-strong);
}

.s07-drawing-head,
.s07-drawing-foot {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--s07-faint);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.s07-drawing-head span:first-child,
.s07-drawing-foot span:first-child {
  color: var(--s07-accent);
}

.s07-rack-face {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 20px;
  background: #040d17;
  border: 1px solid rgba(245, 247, 250, .16);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .015), inset 0 0 55px rgba(0, 0, 0, .34);
}

.s07-rack-face::before,
.s07-rack-face::after {
  position: absolute;
  top: 12px;
  bottom: 12px;
  width: 5px;
  border: 1px solid rgba(245, 247, 250, .17);
  content: '';
}

.s07-rack-face::before { left: 7px; }
.s07-rack-face::after { right: 7px; }

.s07-equipment-unit {
  position: relative;
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr) 34px;
  gap: 16px;
  align-items: center;
  min-height: 90px;
  padding: 16px 18px;
  background: linear-gradient(180deg, #10243a, #0b1a2b);
  border: 1px solid rgba(245, 247, 250, .16);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .22);
}

.s07-equipment-unit::before,
.s07-equipment-unit::after {
  position: absolute;
  top: 10px;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(245, 247, 250, .32);
  border-radius: 50%;
  content: '';
}

.s07-equipment-unit::before { left: 8px; }
.s07-equipment-unit::after { right: 8px; }

.s07-unit-label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.s07-unit-label strong {
  color: var(--s07-text);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .1em;
}

.s07-unit-label small {
  color: var(--s07-muted);
  font-size: 11px;
  line-height: 1.4;
}

.s07-port-field {
  display: grid;
  grid-template-columns: repeat(9, minmax(8px, 1fr));
  gap: 6px;
}

.s07-port-field i,
.s07-interface-field i {
  display: block;
  height: 15px;
  background: linear-gradient(180deg, #1d354c, #07121f);
  border: 1px solid rgba(143, 192, 255, .5);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .16);
}

.s07-port-field i:nth-child(3n + 1) {
  border-color: rgba(53, 195, 212, .75);
}

.s07-unit-light {
  display: flex;
  gap: 4px;
  justify-content: end;
}

.s07-unit-light i {
  display: block;
  width: 5px;
  height: 5px;
  background: var(--s07-accent);
  border-radius: 50%;
  opacity: .8;
}

.s07-unit-light i:nth-child(2) { opacity: .38; }
.s07-unit-light i:nth-child(3) { background: var(--s07-accent-strong); opacity: .72; }

.s07-interface-field {
  display: flex;
  gap: 6px;
}

.s07-interface-field i {
  width: 22px;
  height: 22px;
  border-color: rgba(245, 247, 250, .38);
}

.s07-unit-display {
  width: 24px;
  height: 10px;
  border: 1px solid rgba(53, 195, 212, .68);
  background: rgba(53, 195, 212, .12);
}

.s07-equipment-shelf {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 14px 18px;
  color: var(--s07-muted);
  background: #0b1b2b;
  border: 1px solid rgba(245, 247, 250, .12);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: .1em;
}

.s07-equipment-shelf span {
  color: var(--s07-accent);
}

.s07-equipment-shelf b {
  color: var(--s07-text);
  font-size: 10px;
  font-weight: 500;
}

.s07-equipment-shelf i {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(143, 192, 255, .4);
}

.s07-plane-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  border-top: 1px solid var(--s07-line-strong);
}

.s07-plane-notes > div {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 2px 12px;
  padding: 24px 24px 0 0;
  border-right: 1px solid var(--s07-line);
}

.s07-plane-notes > div + div {
  padding-left: 24px;
}

.s07-plane-notes > div:last-child {
  border-right: 0;
}

.s07-plane-notes span {
  grid-row: span 2;
  color: var(--s07-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.s07-plane-notes strong {
  color: var(--s07-text);
  font-size: 16px;
  font-weight: 650;
}

.s07-plane-notes p {
  color: var(--s07-muted);
  font-size: 13px;
  line-height: 1.7;
}

.s07-roles {
  padding: 136px 0 144px;
  background: var(--s07-bg);
  border-top: 1px solid var(--s07-line);
}

.s07-section-intro--roles {
  grid-template-columns: minmax(0, .82fr) minmax(300px, 1.18fr);
}

.s07-role-list {
  margin-top: 76px;
  border-top: 1px solid var(--s07-line-strong);
}

.s07-role-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 42px;
  gap: 40px;
  align-items: start;
  padding: 32px 0 36px;
  border-bottom: 1px solid var(--s07-line);
}

.s07-role-number {
  color: var(--s07-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .12em;
  line-height: 1.5;
}

.s07-role-row h3 {
  color: var(--s07-text);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 620;
  letter-spacing: -.04em;
  line-height: 1.18;
}

.s07-role-row p {
  max-width: 660px;
  margin-top: 12px !important;
  color: var(--s07-muted);
  font-size: 15px;
  line-height: 1.8;
}

.s07-role-mark {
  justify-self: end;
  color: var(--s07-accent);
  font-size: 25px;
  line-height: 1;
}

.s07-evidence {
  padding: 128px 0 138px;
  background: var(--s07-bg-alt);
  border-top: 1px solid var(--s07-line);
}

.s07-evidence-media {
  position: relative;
  height: clamp(360px, 42vw, 610px);
  overflow: hidden;
  background: #030b14;
  border: 1px solid var(--s07-line-strong);
}

.s07-evidence-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(.7) contrast(1.08);
}

.s07-evidence-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: 100px;
  padding-top: 74px;
}

.s07-evidence-copy {
  align-self: end;
}

.s07-evidence-copy dl {
  margin-top: 36px;
  border-top: 1px solid var(--s07-line-strong);
}

.s07-evidence-copy dl > div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--s07-line);
}

.s07-evidence-copy dt {
  color: var(--s07-text);
  font-size: 14px;
  font-weight: 650;
}

.s07-evidence-copy dd {
  color: var(--s07-muted);
  font-size: 14px;
  line-height: 1.6;
}

.s07-handover {
  padding: 140px 0 148px;
  background: var(--s07-bg);
  border-top: 1px solid var(--s07-line);
}

.s07-handover-heading {
  max-width: 900px;
}

.s07-handover-heading > p {
  max-width: 600px;
  margin-top: 28px !important;
}

.s07-manifest {
  margin-top: 70px;
  border-top: 1px solid var(--s07-line-strong);
}

.s07-manifest > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(180px, .55fr);
  gap: 24px;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid var(--s07-line);
}

.s07-manifest span {
  color: var(--s07-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.s07-manifest strong {
  color: var(--s07-text);
  font-size: 19px;
  font-weight: 620;
}

.s07-manifest em {
  color: var(--s07-muted);
  font-size: 13px;
  font-style: normal;
}

.s07-cta {
  padding: 112px 0 120px;
  background: #081522;
  border-top: 1px solid var(--s07-line-strong);
}

.s07-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
}

.s07-cta h2 {
  max-width: 760px;
  font-size: clamp(36px, 5vw, 68px);
}

.s07-cta p:last-child {
  max-width: 600px;
  margin-top: 22px !important;
}

.s07-cta .button {
  flex: 0 0 auto;
}

.s07-motion-ready [data-s07-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.s07-motion-ready [data-s07-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .s07-container {
    width: min(100% - 72px, 920px);
  }

  .s07-hero-media-label {
    right: 36px;
  }

  .s07-hero-copy-inner,
  .s07-thesis-grid,
  .s07-section-intro,
  .s07-evidence-grid {
    gap: 56px;
  }

  .s07-plane-composition {
    grid-template-columns: 1fr;
  }

  .s07-plane-photo,
  .s07-plane-photo img,
  .s07-plane-drawing {
    min-height: 0;
  }

  .s07-plane-photo {
    height: 520px;
  }

  .s07-plane-photo img {
    height: 100%;
  }
}

@media (max-width: 820px) {
  .s07-container {
    width: calc(100% - 48px);
  }

  .s07-hero-media {
    height: 470px;
  }

  .s07-hero-copy-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: 0;
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .s07-hero-index {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 20px;
    padding: 18px 0 0;
    border-top: 1px solid var(--s07-line-strong);
    border-left: 0;
  }

  .s07-hero-index p {
    margin: 0;
  }

  .s07-hero-index strong {
    margin: 0;
  }

  .s07-hero-index ul {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
  }

  .s07-hero-index li {
    padding: 12px 0;
    font-size: 12px;
  }

  .s07-hero-rail span {
    padding-right: 14px;
  }

  .s07-hero-rail span + span {
    padding-left: 14px;
  }

  .s07-thesis,
  .s07-plane,
  .s07-roles,
  .s07-evidence,
  .s07-handover {
    padding-top: 96px;
    padding-bottom: 104px;
  }

  .s07-thesis-grid,
  .s07-section-intro,
  .s07-evidence-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .s07-thesis-copy,
  .s07-section-intro > p,
  .s07-evidence-copy {
    max-width: 680px;
  }

  .s07-plane-composition {
    margin-top: 56px;
  }

  .s07-role-list {
    margin-top: 56px;
  }

  .s07-role-row {
    grid-template-columns: 130px minmax(0, 1fr) 32px;
    gap: 24px;
  }

  .s07-cta-inner {
    align-items: start;
    flex-direction: column;
    gap: 34px;
  }
}

@media (max-width: 560px) {
  .s07-container {
    width: calc(100% - 36px);
  }

  .s07-hero-media {
    height: 330px;
  }

  .s07-hero-media img {
    object-position: 56% center;
  }

  .s07-hero-media-label {
    right: 18px;
    bottom: 18px;
    left: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    font-size: 8px;
  }

  .s07-hero-media-label span + span {
    padding-top: 7px;
    padding-left: 0;
    border-top: 1px solid rgba(245, 247, 250, .34);
    border-left: 0;
  }

  .s07-hero-copy-inner {
    gap: 34px;
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .s07-kicker {
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: .12em;
  }

  .s07-kicker > span {
    width: 22px;
    flex-basis: 22px;
  }

  .s07-hero-heading h1 {
    font-size: clamp(52px, 15vw, 74px);
    letter-spacing: -.07em;
  }

  .s07-hero-summary {
    margin-top: 22px !important;
    font-size: 16px;
    line-height: 1.75;
  }

  .s07-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .s07-actions .button {
    width: 100%;
    justify-content: space-between;
  }

  .s07-hero-index {
    display: block;
    padding-top: 16px;
  }

  .s07-hero-index p {
    display: inline;
    margin-right: 10px;
  }

  .s07-hero-index strong {
    display: inline;
    font-size: 16px;
  }

  .s07-hero-index ul {
    display: block;
    margin-top: 14px;
  }

  .s07-hero-index li {
    padding: 10px 0;
  }

  .s07-hero-rail .s07-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s07-hero-rail span {
    min-height: 50px;
    padding: 16px 12px 14px 0;
    font-size: 10px;
  }

  .s07-hero-rail span + span {
    padding-left: 12px;
  }

  .s07-hero-rail span:nth-child(2) {
    border-right: 0;
  }

  .s07-hero-rail span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--s07-line);
  }

  .s07-section-mark {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    font-size: 9px;
  }

  .s07-thesis,
  .s07-plane,
  .s07-roles,
  .s07-evidence,
  .s07-handover {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .s07-thesis-grid {
    gap: 30px;
    padding-top: 42px;
  }

  .s07-thesis h2,
  .s07-section-intro h2,
  .s07-evidence h2,
  .s07-handover h2,
  .s07-cta h2 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .s07-thesis-copy p,
  .s07-section-intro > p,
  .s07-evidence-copy > p,
  .s07-handover-heading > p,
  .s07-cta p {
    font-size: 15px;
  }

  .s07-plane-composition {
    gap: 12px;
    margin-top: 42px;
  }

  .s07-plane-photo {
    height: 320px;
  }

  .s07-plane-photo img {
    min-height: 320px;
  }

  .s07-plane-photo figcaption,
  .s07-evidence-media figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    align-items: start;
    flex-direction: column;
    gap: 7px;
  }

  .s07-plane-photo figcaption strong,
  .s07-evidence-media figcaption strong {
    max-width: 280px;
    font-size: 14px;
    text-align: left;
  }

  .s07-plane-drawing {
    min-height: 0;
    padding: 16px 12px;
  }

  .s07-drawing-head,
  .s07-drawing-foot {
    gap: 8px;
    font-size: 8px;
  }

  .s07-rack-face {
    gap: 8px;
    padding: 22px 12px;
  }

  .s07-equipment-unit {
    grid-template-columns: 76px minmax(0, 1fr) 20px;
    gap: 8px;
    min-height: 70px;
    padding: 12px 10px;
  }

  .s07-unit-label strong {
    font-size: 8px;
    letter-spacing: .07em;
  }

  .s07-unit-label small {
    font-size: 10px;
  }

  .s07-port-field {
    grid-template-columns: repeat(6, minmax(8px, 1fr));
    gap: 4px;
  }

  .s07-port-field i {
    height: 11px;
  }

  .s07-unit-light {
    flex-direction: column;
    align-items: end;
  }

  .s07-interface-field {
    gap: 4px;
    flex-wrap: wrap;
  }

  .s07-interface-field i {
    width: 14px;
    height: 14px;
  }

  .s07-unit-display {
    width: 16px;
    height: 8px;
  }

  .s07-equipment-shelf {
    grid-template-columns: 1fr auto;
    gap: 8px;
    min-height: 54px;
    padding: 11px 10px;
    font-size: 8px;
  }

  .s07-equipment-shelf b {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 9px;
  }

  .s07-equipment-shelf i {
    display: none;
  }

  .s07-plane-notes {
    display: block;
  }

  .s07-plane-notes > div,
  .s07-plane-notes > div + div {
    grid-template-columns: 28px 1fr;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--s07-line);
  }

  .s07-plane-notes > div:last-child {
    border-bottom: 0;
  }

  .s07-plane-notes p {
    font-size: 12px;
  }

  .s07-role-list {
    margin-top: 42px;
  }

  .s07-role-row {
    grid-template-columns: 1fr auto;
    gap: 12px 20px;
    padding: 24px 0 27px;
  }

  .s07-role-number {
    grid-column: 1 / -1;
  }

  .s07-role-row h3 {
    font-size: 24px;
  }

  .s07-role-row p {
    margin-top: 10px !important;
    font-size: 14px;
  }

  .s07-role-mark {
    align-self: center;
  }

  .s07-evidence-media {
    height: 300px;
  }

  .s07-evidence-grid {
    gap: 38px;
    padding-top: 46px;
  }

  .s07-evidence-copy dl {
    margin-top: 28px;
  }

  .s07-evidence-copy dl > div {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
  }

  .s07-evidence-copy dt,
  .s07-evidence-copy dd {
    font-size: 13px;
  }

  .s07-handover-heading > p {
    margin-top: 22px !important;
  }

  .s07-manifest {
    margin-top: 44px;
  }

  .s07-manifest > div {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 7px 14px;
    min-height: 0;
    padding: 17px 0;
  }

  .s07-manifest strong {
    font-size: 17px;
  }

  .s07-manifest em {
    grid-column: 2;
    font-size: 12px;
  }

  .s07-cta {
    padding: 78px 0 84px;
  }

  .s07-cta-inner {
    gap: 28px;
  }

  .s07-cta .button {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .s07-network-equipment {
    scroll-behavior: auto;
  }

  .s07-motion-ready [data-s07-reveal],
  .s07-motion-ready [data-s07-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
