.swiss-hero {
  grid-template-rows: 1fr;
  padding-bottom: clamp(66px, 7vh, 86px);
}
.swiss-hero h1 { max-width: 730px; font-size: clamp(52px, 4.65vw, 71px); }
.swiss-hero .axis-hero-specs strong { font-size: clamp(18px, 1.45vw, 22px); }
.swiss-hero .axis-hero-specs > div:nth-child(2) strong { color: var(--axis-blue-light); }
.swiss-hero-image { align-self: center; }

.swiss-part-array {
  position: absolute;
  z-index: 1;
  top: 22%;
  left: 14%;
  right: 14%;
  display: grid;
  gap: 24px;
}
.swiss-part-array span {
  position: relative;
  display: block;
  height: 14px;
  border: 1px solid rgba(78,137,176,.65);
  background: rgba(38,49,55,.55);
}
.swiss-part-array span::before,
.swiss-part-array span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 28px;
  height: 22px;
  border: 1px solid rgba(150,170,180,.5);
  transform: translateY(-50%);
}
.swiss-part-array span::before { left: 12%; }
.swiss-part-array span::after { right: 15%; }
.swiss-part-array span:nth-child(1) { width: 94%; }
.swiss-part-array span:nth-child(2) { width: 76%; margin-left: 16%; }
.swiss-part-array span:nth-child(3) { width: 86%; margin-left: 4%; }
.swiss-part-array span:nth-child(4) { width: 67%; margin-left: 24%; }

.swiss-part-image::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 17%;
  width: 66%;
  height: 12px;
  border-top: 1px solid rgba(78,137,176,.6);
  border-bottom: 1px solid rgba(78,137,176,.6);
}
.swiss-part-image::after { inset: 16px; }

.swiss-value-section { background: var(--axis-dark); color: var(--axis-text); }
.swiss-value-section .axis-direct-title { border-color: var(--axis-line-dark); }
.swiss-value-layout {
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
  gap: clamp(48px, 7vw, 98px);
  align-items: start;
}
.swiss-value-image { aspect-ratio: 4 / 5; }
.swiss-long-part {
  position: absolute;
  z-index: 1;
  top: 20%;
  bottom: 28%;
  left: 43%;
  width: 14%;
  border-right: 1px solid rgba(78,137,176,.65);
  border-left: 1px solid rgba(78,137,176,.65);
}
.swiss-long-part::before,
.swiss-long-part::after {
  content: '';
  position: absolute;
  left: 50%;
  border: 1px solid rgba(150,170,180,.55);
  border-radius: 50%;
  transform: translateX(-50%);
}
.swiss-long-part::before { top: -8%; width: 155%; aspect-ratio: 1; }
.swiss-long-part::after { bottom: -8%; width: 155%; aspect-ratio: 1; }
.swiss-long-part span {
  position: absolute;
  left: -28%;
  width: 156%;
  height: 1px;
  background: rgba(78,137,176,.5);
}
.swiss-long-part span:nth-child(1) { top: 21%; }
.swiss-long-part span:nth-child(2) { top: 54%; }
.swiss-long-part span:nth-child(3) { top: 78%; }
.swiss-long-part-detail { top: 25%; bottom: 33%; }

.swiss-value-list { border-top: 1px solid #596269; }
.swiss-value-list article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 19px;
  padding: 23px 0;
  border-bottom: 1px solid var(--axis-line-dark);
}
.swiss-value-list article > span {
  color: var(--axis-blue-light);
  font: 700 10px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.swiss-value-list h3 { font-size: clamp(20px, 1.85vw, 27px); letter-spacing: -.035em; }
.swiss-value-list p { max-width: 590px; margin: 8px 0 0; color: #aeb8bb; font-size: 13px; line-height: 1.55; }
.swiss-volume-note { margin: 28px 0 0; padding: 18px 0 0 18px; border-top: 1px solid var(--axis-line-dark); border-left: 2px solid var(--axis-blue); color: #aeb8bb; font-size: 11px; line-height: 1.6; }

.swiss-page .axis-spec-sheet .swiss-spec-key {
  position: relative;
  padding-left: 16px;
}
.swiss-page .axis-spec-sheet .swiss-spec-key::before {
  content: '';
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 0;
  width: 2px;
  background: var(--axis-blue);
}
.swiss-page .axis-spec-sheet .swiss-spec-key dt { color: #1d6f9f; }

@media (max-width: 900px) {
  .swiss-hero { padding-bottom: 34px; }
  .swiss-value-layout { grid-template-columns: 1fr; }
  .swiss-value-image { width: 100%; max-width: 560px; }
}

@media (max-width: 540px) {
  .swiss-hero h1 { font-size: clamp(42px, 11.7vw, 49px); }
  .swiss-hero .axis-hero-specs strong { font-size: 20px; }
  .swiss-value-list article { grid-template-columns: 29px 1fr; gap: 12px; padding: 20px 0; }
  .swiss-value-list h3 { font-size: 21px; }
  .swiss-page .axis-spec-sheet .swiss-spec-key { padding-left: 12px; }
}
