.ums-title-slide {
  width: 100vw;
  margin: 0;
  background: #fff;
}

.ums-title-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.upc-variant-switch {
  overflow: visible;
  border: 0;
  border-radius: 0;
  gap: 8px;
}

.ums-variant-cluster {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.ums-editorial-header {
  border-top: 1px solid var(--line);
}

.ums-editorial-header__inner {
  width: min(1052px, calc(100vw - 88px));
  margin: 0 auto;
  padding: 64px 0 58px;
}

.ums-editorial-header__kicker {
  margin: 0 0 13px;
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ums-editorial-header h1 {
  max-width: 820px;
  margin: 0 0 16px;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
}

.ums-editorial-header__inner > p:last-child {
  max-width: 690px;
  margin: 0;
  color: var(--soft);
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  line-height: 1.48;
  text-wrap: pretty;
}

.ums-slide-section {
  margin: 0 0 58px;
}

.ums-slide-section + .ums-slide-section {
  padding-top: 8px;
}

.ums-slide-section .upc-media {
  margin-top: 36px;
  margin-bottom: 0;
}

.ums-slide-section .upc-media img {
  background: #fff;
}

.ums-postcode-build {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.ums-postcode-build__pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.ums-postcode-build__panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.ums-postcode-build .ums-postcode-build__panel img {
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
}

.ums-postcode-build__overlay {
  position: absolute;
  inset: 0;
}

.ums-postcode-build.is-ready .ums-postcode-build__overlay {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}

.ums-postcode-build.is-running .ums-postcode-build__overlay {
  animation: ums-reveal-postcodes 2600ms cubic-bezier(0.4, 0, 0.15, 1) 350ms forwards;
}

@keyframes ums-reveal-postcodes {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0.35;
  }

  12% {
    opacity: 1;
  }

  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}

.ums-slide-section h2 {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
}

.ums-slide-section ul,
.ums-slide-section ol {
  margin: 0 0 24px;
  padding-left: 1.25em;
}

.ums-slide-section li {
  margin-bottom: 8px;
}

.ums-slide-section blockquote {
  margin: 30px 0;
  padding-left: 22px;
  border-left: 3px solid var(--accent);
  color: var(--soft);
  font-size: 1.08em;
}

.ums-slide-section blockquote p {
  margin-bottom: 0;
}

.ums-slide-anchor {
  display: block;
  scroll-margin-top: 120px;
}

.ums-documentary {
  scroll-margin-top: 120px;
}

.ums-documentary img {
  object-fit: contain;
}

.ums-documentary--narrow img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.ums-native-slide {
  width: min(840px, calc(100vw - 88px));
  max-width: calc(100vw - 48px);
  margin: 40px 0 0 50%;
  padding: 30px 0 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  transform: translateX(-50%);
  scroll-margin-top: 120px;
}

.ums-native-slide__eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ums-native-slide__body > :first-child {
  margin-top: 0;
}

.ums-native-slide__body > :last-child {
  margin-bottom: 0;
}

.ums-native-slide__body p,
.ums-native-slide__body blockquote {
  text-wrap: balance;
}

.ums-native-slide--question .ums-native-slide__body > p,
.ums-native-slide--principle .ums-native-slide__body > p,
.ums-native-slide--closing .ums-native-slide__body > p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.16;
}

.ums-native-slide--principle {
  border-top-color: color-mix(in srgb, var(--accent) 60%, var(--line));
}

.ums-native-slide--closing {
  padding-top: 46px;
  padding-bottom: 48px;
  text-align: center;
}

.ums-native-slide--closing .ums-native-slide__eyebrow {
  text-align: center;
}

.ums-native-slide--closing .ums-native-slide__body > p {
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(34px, 5vw, 52px);
}

.ums-native-slide dl,
.ums-native-slide ol,
.ums-native-slide ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ums-native-slide--facts dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.ums-native-slide--facts dl > div {
  min-width: 0;
  padding: 22px;
  background: var(--paper);
}

.ums-native-slide--facts dt {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 600;
}

.ums-native-slide--facts dd {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.4;
}

.ums-native-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ums-native-comparison > div {
  min-width: 0;
  padding: 23px 24px;
}

.ums-native-comparison > div + div {
  border-left: 1px solid var(--line);
}

.ums-native-comparison strong,
.ums-native-comparison span {
  display: block;
}

.ums-native-comparison strong {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 600;
}

.ums-native-comparison span {
  color: var(--soft);
  font-size: 15px;
  line-height: 1.45;
}

.ums-native-lead {
  margin: 0 0 22px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
}

.ums-native-slide--definition ul,
.ums-native-slide--list ul,
.ums-native-slide--list ol {
  border-top: 1px solid var(--line);
}

.ums-native-slide--definition li,
.ums-native-slide--list li {
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  line-height: 1.42;
}

.ums-native-slide--list ol {
  counter-reset: ums-list;
}

.ums-native-slide--list ol li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  counter-increment: ums-list;
}

.ums-native-slide--list ol li::before {
  color: var(--accent);
  content: counter(ums-list, decimal-leading-zero);
  font-size: 12px;
  font-weight: 700;
  line-height: 2.15;
}

.ums-native-equation {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: center;
}

.ums-native-equation span {
  padding: 20px 12px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.ums-native-equation b {
  color: var(--accent);
  font-size: 22px;
  font-weight: 500;
}

.ums-native-slide--triad ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.ums-native-slide--triad li {
  display: flex;
  min-width: 0;
  padding: 25px 22px;
  align-items: baseline;
  background: var(--paper);
  gap: 11px;
  font-size: 23px;
  font-weight: 500;
}

.ums-native-slide--triad li span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
}

.ums-native-slide--quote .ums-native-slide__body blockquote {
  max-width: 790px;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--ink);
  font-size: clamp(25px, 3.5vw, 38px);
  font-weight: 500;
  line-height: 1.22;
}

.ums-reading-layout--sidebar .ums-slide-section {
  margin-bottom: 42px;
}

.ums-reading-layout--sidebar .ums-slide-section h2 {
  font-size: 21px;
}

.ums-reading-layout--sidebar .ums-slide-section blockquote {
  font-size: 1em;
}

.ums-hn-experiments {
  width: min(1052px, calc(100vw - 88px));
  max-width: calc(100vw - 48px);
  margin: 68px 0 12px 50%;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  transform: translateX(-50%);
}

.ums-hn-introduction {
  max-width: 690px;
  margin: 0 auto 52px;
}

.ums-hn-kicker {
  margin: 0 0 9px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ums-hn-introduction h3 {
  margin: 0 0 14px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.ums-hn-introduction p:last-child {
  margin: 0;
  color: var(--soft);
  font-size: 17px;
  line-height: 1.55;
}

.ums-hn-prototype {
  margin: 0;
  padding: 42px 0 54px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 118px;
}

.ums-hn-prototype figcaption {
  display: grid;
  max-width: 820px;
  margin: 0 auto 28px;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.45;
}

.ums-hn-prototype figcaption strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
}

.ums-hn-experiments--single .ums-hn-prototype figcaption {
  grid-template-columns: 1fr;
}

.ums-hn-variant {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid color-mix(in srgb, var(--accent) 48%, var(--line));
  border-radius: 50%;
  place-items: center;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.ums-hn-surface {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper2);
}

.ums-hn-map {
  display: block;
  width: 100%;
  height: auto;
}

.ums-hn-radius,
.ums-hn-snapshot-radius {
  fill: rgb(225 168 30 / 19%);
  stroke: #d19a17;
  stroke-width: 3;
  transition: r 300ms ease;
}

.ums-hn-point,
.ums-hn-snapshot-point {
  fill: #96a09c;
  opacity: 0.32;
  stroke: #f7f5ef;
  stroke-width: 3;
  transition: fill 180ms ease, opacity 180ms ease, r 180ms ease;
}

.ums-hn-point.is-selected,
.ums-hn-snapshot-point.is-selected {
  fill: var(--ink);
  opacity: 1;
}

.ums-hn-point.is-selected {
  r: 10px;
}

.ums-hn-you > circle:first-child {
  fill: #e24a3b;
  stroke: #fff;
  stroke-width: 5;
}

.ums-hn-you > circle:last-child {
  fill: #fff;
}

.ums-hn-controls {
  padding: 24px clamp(22px, 5vw, 58px) 22px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.ums-hn-controls label {
  display: block;
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 500;
}

.ums-hn-controls output {
  color: var(--accent);
  font-weight: 700;
}

.ums-hn-controls input[type="range"] {
  width: 100%;
  margin: 0;
  accent-color: var(--accent);
  cursor: pointer;
}

.ums-hn-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  color: var(--soft);
  font-size: 11px;
}

.ums-hn-readout {
  display: flex;
  justify-content: center;
  margin: 18px 0 0;
  gap: 5px;
  color: var(--soft);
  font-size: 13px;
}

.ums-hn-readout strong {
  color: var(--ink);
}

.ums-hn-aged-point circle {
  fill: #96a09c;
  opacity: 0.22;
  stroke: #f7f5ef;
  stroke-width: 3;
  transition: fill 180ms ease, opacity 180ms ease, r 180ms ease, stroke 180ms ease;
}

.ums-hn-aged-point text {
  fill: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  paint-order: stroke;
  stroke: #edf0e6;
  stroke-linejoin: round;
  stroke-width: 5px;
  transition: opacity 180ms ease;
}

.ums-hn-aged-point.is-selected circle {
  fill: var(--ink);
  opacity: var(--age-opacity, 0.72);
}

.ums-hn-aged-point.is-selected text {
  opacity: 1;
}

.ums-hn-aged-point.is-outside circle {
  fill: none;
  opacity: 0.28;
  stroke: #7f8b88;
  stroke-width: 2;
}

.ums-hn-age-legend {
  display: flex;
  justify-content: flex-end;
  padding: 10px clamp(22px, 5vw, 58px);
  border-top: 1px solid var(--line);
  background: var(--paper2);
  gap: 18px;
  color: var(--soft);
  font-size: 11px;
}

.ums-hn-age-legend span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.ums-hn-age-legend i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--ink);
}

.ums-hn-age-legend .is-newer {
  opacity: 1;
}

.ums-hn-age-legend .is-older {
  opacity: 0.48;
}

.ums-hn-age-legend .is-outside {
  background: transparent;
  opacity: 0.45;
}

.ums-hn-snapshots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--line);
  gap: 1px;
}

.ums-hn-snapshot {
  min-width: 0;
  background: var(--paper2);
}

.ums-hn-snapshot svg {
  display: block;
  width: 100%;
  height: auto;
}

.ums-hn-snapshot > p {
  margin: 0;
  padding: 16px 18px 18px;
  border-top: 1px solid var(--line);
  background: var(--paper);
  font-size: 13px;
  line-height: 1.4;
}

.ums-hn-snapshot > p strong,
.ums-hn-snapshot > p span {
  display: block;
}

.ums-hn-snapshot > p strong {
  margin-bottom: 2px;
  font-size: 15px;
}

.ums-hn-snapshot > p span {
  color: var(--soft);
}

.ums-reading-layout--sidebar .ums-hn-experiments {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  transform: none;
}

.ums-reading-layout--sidebar .ums-hn-introduction h3 {
  font-size: 27px;
}

@media (max-width: 760px) {
  .upc-breadcrumb-inner {
    flex-wrap: wrap;
  }

  .upc-variant-switch {
    width: 100%;
    justify-content: flex-end;
  }

  .ums-editorial-header__inner {
    width: calc(100vw - 44px);
    padding-top: 44px;
    padding-bottom: 42px;
  }

  .ums-editorial-header h1 {
    font-size: 38px;
  }

  .ums-editorial-header__inner > p:last-child {
    font-size: 18px;
  }

  .ums-slide-section {
    margin-bottom: 44px;
  }

  .ums-slide-section h2 {
    font-size: 21px;
  }

  .ums-hn-experiments {
    width: calc(100vw - 44px);
    max-width: calc(100vw - 44px);
    margin-top: 54px;
  }

  .ums-hn-introduction {
    margin-bottom: 38px;
  }

  .ums-hn-introduction h3 {
    font-size: 27px;
  }

  .ums-hn-prototype {
    padding: 34px 0 42px;
  }

  .ums-hn-prototype figcaption {
    margin-bottom: 22px;
    padding: 0 4px;
  }

  .ums-hn-snapshots {
    grid-template-columns: 1fr;
  }

  .ums-hn-age-legend {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 14px;
    white-space: nowrap;
  }

  .ums-hn-aged-readout {
    flex-wrap: wrap;
  }

  .ums-native-slide {
    width: calc(100vw - 44px);
    max-width: calc(100vw - 44px);
    padding-top: 25px;
    padding-bottom: 28px;
  }

  .ums-native-slide--facts dl,
  .ums-native-slide--triad ol,
  .ums-native-comparison,
  .ums-native-equation {
    grid-template-columns: 1fr;
  }

  .ums-native-comparison > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .ums-native-equation {
    gap: 8px;
  }

  .ums-native-equation b {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ums-postcode-build.is-ready .ums-postcode-build__overlay,
  .ums-postcode-build.is-running .ums-postcode-build__overlay {
    clip-path: inset(0);
    opacity: 1;
    animation: none;
  }

  .ums-hn-radius,
  .ums-hn-point,
  .ums-hn-aged-point circle,
  .ums-hn-aged-point text {
    transition: none;
  }
}
