:root {
  --gce-max: 1180px;
  --gce-bg: #f1f4f2;
  --gce-surface: #ffffff;
  --gce-text: #18201e;
  --gce-muted: #5d6864;
  --gce-line: #c9d0cd;
  --gce-accent: #b43a32;
  --gce-soft: #e2e8e5;
  --gce-radius: 0;
  --gce-font: "Segoe UI", Arial, Helvetica, sans-serif;
  --gce-display: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --mv3-rail: 244px;
}

.gce-molvik {
  background: var(--gce-bg);
}

.gce-molvik > main,
.gce-molvik > .mv3-footer {
  margin-left: var(--mv3-rail);
}

.gce-molvik .gce-wrap {
  width: min(var(--gce-max), calc(100% - 64px));
}

.gce-molvik .gce-skip {
  left: calc(var(--mv3-rail) + 12px);
}

.mv3-header {
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--mv3-rail);
  border-right: 1px solid var(--gce-line);
  background: var(--gce-surface);
}

.admin-bar .mv3-header {
  top: 32px;
}

.mv3-header-inner {
  display: flex;
  height: 100%;
  padding: 38px 28px 28px;
  flex-direction: column;
}

.mv3-brand {
  display: block;
  padding-left: 14px;
  border-left: 7px solid var(--gce-accent);
  text-decoration: none;
}

.mv3-brand:hover {
  color: var(--gce-text);
}

.mv3-wordmark {
  display: block;
  font-family: var(--gce-display);
  font-size: 39px;
  font-weight: 800;
  line-height: 0.92;
}

.mv3-brand small {
  display: block;
  margin-top: 8px;
  color: var(--gce-muted);
  font-size: 11px;
  line-height: 1.35;
}

.mv3-menu-toggle {
  display: none;
}

.mv3-nav {
  display: block;
  width: 100%;
  margin-top: 48px;
  justify-self: auto;
}

.mv3-nav ul {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: stretch;
  gap: 0;
}

.mv3-nav a {
  padding: 12px 0;
  border-bottom: 1px solid var(--gce-line);
  color: var(--gce-text);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  white-space: normal;
}

.mv3-nav a:hover,
.mv3-nav a[aria-current="page"] {
  padding-left: 10px;
  border-bottom-color: var(--gce-text);
  color: var(--gce-accent);
}

.mv3-rail-note {
  margin-top: auto;
  padding-top: 18px;
  border-top: 4px solid var(--gce-text);
  color: var(--gce-muted);
  font-size: 12px;
  line-height: 1.5;
}

.mv3-rail-note p {
  margin: 0 0 12px;
}

.mv3-rail-note a {
  color: var(--gce-text);
  font-weight: 700;
}

.mv3-opening {
  padding-top: 58px;
  padding-bottom: 60px;
}

.mv3-intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.mv3-intro > span {
  color: var(--gce-accent);
  font-size: 12px;
  font-weight: 750;
}

.mv3-intro h1 {
  max-width: 720px;
  margin: 10px 0 0;
  font-family: var(--gce-display);
  font-size: 52px;
  font-weight: 750;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.mv3-intro p {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--gce-muted);
  font-size: 18px;
  line-height: 1.55;
}

.gce-story-mv3-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  border-top: 6px solid var(--gce-text);
  background: var(--gce-surface);
}

.gce-story-mv3-lead .gce-story-media {
  min-height: 430px;
}

.gce-story-mv3-lead .gce-story-copy {
  display: flex;
  padding: 38px;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 1px solid var(--gce-line);
}

.gce-story-mv3-lead h2 {
  margin-top: 8px;
  font-size: 34px;
  font-weight: 750;
  line-height: 1.08;
}

.gce-story-mv3-lead p {
  font-size: 16px;
}

.mv3-briefing {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 32px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 5px solid var(--gce-accent);
}

.mv3-briefing > h2 {
  margin: 0;
  font-family: var(--gce-display);
  font-size: 22px;
  line-height: 1.15;
}

.mv3-briefing > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.mv3-briefing .gce-headline {
  display: block;
  padding: 0 18px 0 0;
  border-top: 0;
  border-right: 1px solid var(--gce-line);
}

.mv3-briefing .gce-headline:last-child {
  border-right: 0;
}

.mv3-briefing .gce-headline h2 {
  font-size: 18px;
  font-weight: 700;
}

.mv3-latest {
  padding-top: 60px;
  padding-bottom: 72px;
  border-top: 1px solid var(--gce-line);
}

.mv3-latest > header,
.mv3-contracts .gce-wrap > header,
.mv3-safety .gce-wrap > header {
  max-width: 700px;
  margin-bottom: 28px;
}

.mv3-latest > header h2,
.mv3-contracts h2,
.mv3-devices > header h2,
.mv3-safety h2 {
  margin: 0;
  font-family: var(--gce-display);
  font-size: 38px;
  font-weight: 750;
  line-height: 1.08;
}

.mv3-latest > header p,
.mv3-contracts header p,
.mv3-safety header p {
  margin: 10px 0 0;
  color: var(--gce-muted);
  font-size: 15px;
}

.mv3-stream {
  border-top: 5px solid var(--gce-text);
}

.gce-story-mv3-stream {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 24px;
  padding: 21px 0;
  border-bottom: 1px solid var(--gce-line);
}

.gce-story-mv3-stream .gce-story-media {
  aspect-ratio: 4 / 3;
}

.gce-story-mv3-stream .gce-story-copy {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(210px, 0.85fr);
  grid-template-rows: auto 1fr;
  gap: 4px 34px;
  align-content: center;
}

.gce-story-mv3-stream .gce-kicker,
.gce-story-mv3-stream h2 {
  grid-column: 1;
}

.gce-story-mv3-stream h2 {
  align-self: start;
  font-size: 24px;
  font-weight: 700;
}

.gce-story-mv3-stream p {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  margin: 0;
}

.mv3-contracts {
  padding: 64px 0 70px;
  border-top: 1px solid var(--gce-line);
  border-bottom: 1px solid var(--gce-line);
  background: var(--gce-soft);
}

.gce-story-mv3-contract-lead {
  display: grid;
  grid-template-columns: minmax(330px, 0.85fr) minmax(0, 1.15fr);
  min-height: 360px;
  background: var(--gce-surface);
}

.gce-story-mv3-contract-lead .gce-story-media {
  order: 2;
}

.gce-story-mv3-contract-lead .gce-story-copy {
  display: flex;
  padding: 36px;
  flex-direction: column;
  justify-content: center;
  border-left: 7px solid var(--gce-accent);
}

.gce-story-mv3-contract-lead h2 {
  font-size: 31px;
  font-weight: 750;
}

.mv3-contract-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 24px;
}

.mv3-contract-links .gce-headline {
  display: block;
  padding: 17px 0 0;
  border-top: 3px solid var(--gce-text);
}

.mv3-contract-links .gce-headline h2 {
  font-size: 19px;
  font-weight: 700;
}

.mv3-devices {
  padding-top: 68px;
  padding-bottom: 74px;
}

.mv3-devices > header {
  display: flex;
  margin-bottom: 27px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.mv3-devices > header a {
  color: var(--gce-accent);
  font-size: 13px;
  font-weight: 700;
}

.mv3-device-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 44px;
}

.gce-story-mv3-device-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(270px, 0.95fr);
  align-items: start;
}

.gce-story-mv3-device-lead .gce-story-media {
  aspect-ratio: 4 / 3;
}

.gce-story-mv3-device-lead .gce-story-copy {
  padding: 20px 0 0 25px;
}

.gce-story-mv3-device-lead h2 {
  font-size: 29px;
  font-weight: 750;
}

.mv3-device-grid > div:last-child {
  border-top: 5px solid var(--gce-accent);
}

.mv3-device-grid .gce-headline {
  display: block;
  padding: 18px 0;
}

.mv3-device-grid .gce-headline h2 {
  font-size: 19px;
  font-weight: 700;
}

.mv3-safety {
  padding: 66px 0 76px;
  border-top: 1px solid var(--gce-line);
  background: #e8edeb;
}

.mv3-safety-list {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(350px, 0.7fr);
  gap: 28px 34px;
}

.gce-story-mv3-safety-lead {
  grid-row: span 3;
  padding-bottom: 18px;
  border-bottom: 6px solid var(--gce-accent);
}

.gce-story-mv3-safety-lead .gce-story-media {
  aspect-ratio: 16 / 9;
}

.gce-story-mv3-safety-lead h2 {
  font-size: 30px;
  font-weight: 750;
}

.gce-story-mv3-safety-row {
  display: grid;
  grid-template-columns: 115px minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--gce-line);
}

.gce-story-mv3-safety-row .gce-story-media {
  aspect-ratio: 1 / 1;
}

.gce-story-mv3-safety-row h2 {
  font-size: 18px;
  font-weight: 700;
}

.gce-story-mv3-safety-row p,
.gce-story-mv3-safety-row .gce-kicker {
  display: none;
}

.mv3-single {
  min-height: 70vh;
}

.mv3-article {
  padding-bottom: 78px;
}

.mv3-article-top {
  display: grid;
  grid-template-columns: minmax(380px, 1.05fr) minmax(0, 0.95fr);
  gap: 44px;
  padding-top: 44px;
  padding-bottom: 50px;
  align-items: center;
  border-bottom: 1px solid var(--gce-line);
}

.mv3-article-top-no-image {
  grid-template-columns: minmax(0, 820px);
}

.mv3-article-heading h1 {
  margin: 10px 0 0;
  font-family: var(--gce-display);
  font-size: 48px;
  font-weight: 750;
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.mv3-article-visual {
  margin: 0;
}

.mv3-article-visual img {
  width: 100%;
  height: min(38vw, 500px);
  object-fit: cover;
}

.mv3-article-layout {
  display: grid;
  grid-template-columns: 175px minmax(0, 720px);
  gap: 52px;
  padding-top: 54px;
  justify-content: center;
}

.mv3-article-note {
  align-self: start;
  padding-top: 15px;
  border-top: 6px solid var(--gce-accent);
  color: var(--gce-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mv3-article-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gce-text);
  font-size: 14px;
}

.mv3-article-note p {
  margin: 0;
}

.mv3-article-body {
  width: auto;
  margin: 0;
}

.mv3-related {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 42px;
  padding-top: 38px;
  padding-bottom: 78px;
  border-top: 5px solid var(--gce-text);
}

.mv3-related > header h2 {
  margin: 0;
  font-family: var(--gce-display);
  font-size: 29px;
  line-height: 1.08;
}

.mv3-related > div {
  display: grid;
}

.gce-story-mv3-related {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--gce-line);
}

.gce-story-mv3-related:first-child {
  padding-top: 0;
}

.gce-story-mv3-related .gce-story-media {
  aspect-ratio: 4 / 3;
}

.gce-story-mv3-related h2 {
  font-size: 20px;
  font-weight: 700;
}

.gce-story-mv3-related p {
  display: none;
}

.mv3-archive {
  min-height: 70vh;
  padding-bottom: 82px;
}

.mv3-archive-header {
  max-width: 850px;
  padding-top: 48px;
  padding-bottom: 34px;
  margin-left: max(32px, calc((100% - var(--gce-max)) / 2));
  border-bottom: 6px solid var(--gce-accent);
}

.mv3-archive-header > span {
  color: var(--gce-accent);
  font-size: 12px;
  font-weight: 750;
}

.mv3-archive-header h1 {
  margin: 8px 0 0;
  font-family: var(--gce-display);
  font-size: 49px;
  font-weight: 750;
  line-height: 1.04;
}

.mv3-archive-header p {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--gce-muted);
}

.mv3-archive-list {
  border-top: 1px solid var(--gce-line);
}

.gce-story-mv3-archive-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--gce-line);
}

.gce-story-mv3-archive-row .gce-story-media {
  aspect-ratio: 4 / 3;
}

.gce-story-mv3-archive-row .gce-story-copy {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(200px, 0.9fr);
  grid-template-rows: auto 1fr;
  gap: 4px 32px;
  align-content: center;
}

.gce-story-mv3-archive-row .gce-kicker,
.gce-story-mv3-archive-row h2 {
  grid-column: 1;
}

.gce-story-mv3-archive-row h2 {
  font-size: 25px;
  font-weight: 700;
}

.gce-story-mv3-archive-row p {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  margin: 0;
}

.mv3-page {
  min-height: 70vh;
  padding-bottom: 92px;
}

.mv3-page-frame {
  display: grid;
  grid-template-columns: 130px minmax(0, 850px);
  gap: 64px;
  padding-top: 52px;
  justify-content: start;
}

.mv3-page-label {
  display: flex;
  height: 320px;
  padding-left: 16px;
  flex-direction: column;
  border-left: 7px solid var(--gce-accent);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.mv3-page-label span,
.mv3-page-label strong {
  display: block;
}

.mv3-page-label span {
  color: var(--gce-muted);
  font-size: 11px;
  font-weight: 700;
}

.mv3-page-label strong {
  margin-right: 8px;
  font-family: var(--gce-display);
  font-size: 25px;
  line-height: 1.15;
}

.mv3-page-copy > header h1,
.mv3-page-copy .gce-page-content h1 {
  margin: 0;
  font-family: var(--gce-display);
  font-size: 48px;
  font-weight: 750;
  line-height: 1.05;
}

.gce-molvik .mv3-page-copy .ed-legal > header {
  display: block;
  padding: 0 0 30px;
  border-top: 0;
  border-bottom: 5px solid var(--gce-text);
}

.gce-molvik .mv3-page-copy .ed-legal > header p {
  max-width: 680px;
  margin-top: 14px;
}

.gce-molvik .mv3-page-copy .ed-legal dl {
  grid-template-columns: 190px minmax(0, 1fr);
  border-top: 6px solid var(--gce-accent);
}

.mv3-page-copy .gce-page-content h2 {
  padding-left: 18px;
  border-left: 5px solid var(--gce-accent);
  font-family: var(--gce-display);
  font-weight: 750;
}

.mv3-page-copy .gce-page-content h3 {
  font-family: var(--gce-display);
  font-weight: 750;
}

.mv3-error {
  min-height: 70vh;
  padding: 88px 0 110px;
}

.mv3-error-inner {
  display: grid;
  grid-template-columns: 260px minmax(0, 660px);
  gap: 64px;
  align-items: center;
}

.mv3-error-code {
  padding: 35px 20px;
  border-top: 10px solid var(--gce-accent);
  border-bottom: 1px solid var(--gce-line);
  font-family: var(--gce-display);
  font-size: 92px;
  font-weight: 750;
  line-height: 1;
}

.mv3-error-inner > div:last-child > p:first-child {
  margin: 0 0 10px;
  color: var(--gce-accent);
  font-size: 12px;
  font-weight: 750;
}

.mv3-error h1 {
  margin: 0 0 18px;
  font-family: var(--gce-display);
  font-size: 47px;
  font-weight: 750;
  line-height: 1.05;
}

.mv3-error h1 + p {
  color: var(--gce-muted);
}

.mv3-footer {
  border-top: 1px solid var(--gce-line);
  background: var(--gce-surface);
}

.mv3-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 52px;
  padding-top: 42px;
  padding-bottom: 35px;
}

.mv3-footer-main strong {
  font-family: var(--gce-display);
  font-size: 36px;
  line-height: 1;
}

.mv3-footer-main p {
  max-width: 350px;
  margin: 10px 0 0;
  color: var(--gce-muted);
  font-size: 13px;
}

.mv3-footer-main nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 24px;
  align-content: start;
}

.mv3-footer-main nav a {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gce-line);
  font-size: 13px;
  font-weight: 650;
}

.mv3-footer-note {
  display: flex;
  padding-top: 17px;
  padding-bottom: 20px;
  justify-content: space-between;
  gap: 24px;
  border-top: 4px solid var(--gce-text);
  color: var(--gce-muted);
  font-size: 11px;
}

@media (min-width: 961px) and (max-height: 720px) {
  .mv3-nav {
    margin-top: 28px;
  }

  .mv3-nav a {
    padding: 9px 0;
  }

  .mv3-rail-note {
    display: none;
  }
}

@media (max-width: 1180px) {
  .mv3-article-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mv3-article-visual img {
    height: min(45vw, 480px);
  }

  .gce-story-mv3-stream .gce-story-copy,
  .gce-story-mv3-archive-row .gce-story-copy {
    grid-template-columns: 1fr;
  }

  .gce-story-mv3-stream p,
  .gce-story-mv3-archive-row p {
    grid-column: 1;
    grid-row: auto;
    margin-top: 8px;
  }

  .mv3-device-grid {
    grid-template-columns: 1fr;
  }

  .mv3-device-grid > div:last-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .mv3-device-grid .gce-headline {
    border-top: 0;
  }
}

@media (max-width: 960px) {
  .gce-molvik > main,
  .gce-molvik > .mv3-footer {
    margin-left: 0;
  }

  .gce-molvik .gce-skip {
    left: 10px;
  }

  .mv3-header {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
    border-right: 0;
    border-bottom: 4px solid var(--gce-text);
  }

  .admin-bar .mv3-header {
    top: auto;
  }

  .mv3-header-inner {
    display: grid;
    width: min(var(--gce-max), calc(100% - 48px));
    height: auto;
    padding: 18px 0;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0 24px;
  }

  .mv3-brand {
    width: fit-content;
  }

  .mv3-wordmark {
    font-size: 33px;
  }

  .mv3-brand small {
    margin-top: 5px;
  }

  .mv3-menu-toggle {
    display: block;
    justify-self: end;
  }

  .mv3-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 18px;
  }

  .mv3-nav.is-open {
    display: block;
  }

  .mv3-nav ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mv3-nav a {
    padding: 11px 8px;
  }

  .mv3-rail-note {
    display: none;
  }

  .gce-story-mv3-lead {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  }

  .gce-story-mv3-lead .gce-story-copy {
    padding: 28px;
  }

  .gce-story-mv3-lead h2 {
    font-size: 29px;
  }

  .gce-story-mv3-contract-lead {
    grid-template-columns: minmax(290px, 0.9fr) minmax(0, 1.1fr);
  }

  .mv3-safety-list {
    grid-template-columns: 1fr;
  }

  .gce-story-mv3-safety-lead {
    grid-row: auto;
  }

  .gce-story-mv3-safety-row {
    grid-template-columns: 150px minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .gce-molvik .gce-wrap {
    width: calc(100% - 36px);
  }

  .mv3-header-inner {
    width: calc(100% - 36px);
  }

  .mv3-opening {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .mv3-intro h1 {
    font-size: 38px;
  }

  .mv3-intro p {
    font-size: 16px;
  }

  .gce-story-mv3-lead,
  .gce-story-mv3-contract-lead,
  .gce-story-mv3-device-lead {
    grid-template-columns: 1fr;
  }

  .gce-story-mv3-lead .gce-story-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .gce-story-mv3-lead .gce-story-copy {
    padding: 25px;
    border-top: 1px solid var(--gce-line);
    border-left: 0;
  }

  .gce-story-mv3-lead h2 {
    font-size: 27px;
  }

  .mv3-briefing {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mv3-briefing > div,
  .mv3-contract-links,
  .mv3-device-grid > div:last-child {
    grid-template-columns: 1fr;
  }

  .mv3-briefing .gce-headline {
    padding: 15px 0;
    border-top: 1px solid var(--gce-line);
    border-right: 0;
  }

  .mv3-latest,
  .mv3-contracts,
  .mv3-devices,
  .mv3-safety {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .mv3-latest > header h2,
  .mv3-contracts h2,
  .mv3-devices > header h2,
  .mv3-safety h2 {
    font-size: 31px;
  }

  .gce-story-mv3-stream,
  .gce-story-mv3-archive-row {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 15px;
  }

  .gce-story-mv3-stream .gce-story-copy,
  .gce-story-mv3-archive-row .gce-story-copy {
    display: block;
  }

  .gce-story-mv3-stream h2,
  .gce-story-mv3-archive-row h2 {
    font-size: 18px;
  }

  .gce-story-mv3-stream p,
  .gce-story-mv3-archive-row p,
  .gce-story-mv3-stream .gce-kicker {
    display: none;
  }

  .gce-story-mv3-contract-lead .gce-story-media {
    order: 0;
    aspect-ratio: 16 / 10;
  }

  .gce-story-mv3-contract-lead .gce-story-copy {
    padding: 25px;
  }

  .gce-story-mv3-contract-lead h2,
  .gce-story-mv3-device-lead h2,
  .gce-story-mv3-safety-lead h2 {
    font-size: 26px;
  }

  .gce-story-mv3-device-lead .gce-story-copy {
    padding: 18px 0 0;
  }

  .gce-story-mv3-safety-row {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .mv3-article-top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .mv3-article-heading h1 {
    font-size: 38px;
  }

  .mv3-article-visual img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .mv3-article-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 38px;
  }

  .mv3-article-note {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 18px;
  }

  .mv3-related {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mv3-archive-header {
    width: calc(100% - 36px);
    padding-top: 36px;
    margin-right: auto;
    margin-left: auto;
  }

  .mv3-archive-header h1 {
    font-size: 38px;
  }

  .mv3-page-frame {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 40px;
  }

  .mv3-page-label {
    display: block;
    width: 100%;
    height: auto;
    padding: 14px 0 0;
    border-top: 7px solid var(--gce-accent);
    border-left: 0;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .mv3-page-label strong {
    margin: 5px 0 0;
  }

  .mv3-page-copy > header h1,
  .mv3-page-copy .gce-page-content h1 {
    font-size: 38px;
  }

  .gce-molvik .mv3-page-copy .ed-legal dl {
    grid-template-columns: 1fr;
  }

  .mv3-error {
    padding-top: 58px;
    padding-bottom: 76px;
  }

  .mv3-error-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mv3-error-code {
    max-width: 220px;
    padding: 22px 0;
    font-size: 70px;
  }

  .mv3-error h1 {
    font-size: 38px;
  }

  .mv3-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mv3-footer-main nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mv3-footer-note {
    display: grid;
  }
}

@media (max-width: 430px) {
  .mv3-brand small {
    display: none;
  }

  .mv3-wordmark {
    font-size: 30px;
  }

  .mv3-nav ul,
  .mv3-footer-main nav {
    grid-template-columns: 1fr;
  }

  .mv3-intro h1,
  .mv3-article-heading h1,
  .mv3-archive-header h1,
  .mv3-page-copy > header h1,
  .mv3-page-copy .gce-page-content h1,
  .mv3-error h1 {
    font-size: 34px;
  }

  .gce-story-mv3-stream,
  .gce-story-mv3-archive-row,
  .gce-story-mv3-safety-row,
  .gce-story-mv3-related {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}
