:root {
  --forward-red: #f40000;
  --forward-black: #030303;
  --forward-max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: #080808;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.34;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  color: #000;
  background: #fff;
}

.skip-link:focus {
  top: 12px;
}

.sony-strip {
  height: 43px;
  padding: 6px 20px 0;
  color: #fff;
  background: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: right;
}

.forward-hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background-color: #f40000;
  background-image:
    radial-gradient(circle at 0 50%, #fff 0 22%, transparent 22.3%),
    radial-gradient(circle at 33.333% 50%, #fff 0 22%, transparent 22.3%),
    radial-gradient(circle at 66.666% 50%, #fff 0 22%, transparent 22.3%),
    radial-gradient(circle at 100% 50%, #fff 0 22%, transparent 22.3%);
  background-size: 50% 100%;
  background-position: 0 0, 33.333% 0, 66.666% 0, 100% 0;
  background-repeat: repeat-x;
}

.forward-hero__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  padding: 56px 0 44px;
  text-align: center;
}

.forward-wordmark {
  width: min(790px, 88%);
  margin: 0 auto 34px;
}

.forward-hero p {
  margin: 0 auto 22px;
  font-size: 19px;
}

.forward-callout {
  display: flex;
  justify-content: space-between;
  max-width: 820px;
  margin: 28px auto 18px;
  font-size: 29px;
}

.forward-resources {
  padding-top: 12px;
}

.forward-jumps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 32px;
  max-width: 760px;
  margin: 0 auto 34px;
  font-size: 19px;
  font-weight: 700;
}

.forward-jumps a {
  position: relative;
  text-decoration: none;
}

.forward-jumps a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 11px solid var(--forward-red);
  vertical-align: -3px;
}

.forward-ready {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.forward-ready strong {
  color: #050505;
}

.forward-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 625px;
  padding: 76px max(7vw, 28px);
}

.forward-section--black {
  color: #fff;
  background: var(--forward-black);
}

.forward-section--red {
  color: #050505;
  background: var(--forward-red);
}

.forward-section--white {
  color: #050505;
  background: #fff;
}

.forward-copy {
  position: relative;
  z-index: 2;
  width: min(55%, 690px);
}

.forward-section--copy-right .forward-copy {
  margin-left: auto;
}

.forward-copy--wide {
  width: min(82%, 1030px);
}

.forward-copy h2 {
  position: relative;
  margin: 0 0 38px;
  padding-bottom: 17px;
  font-size: clamp(30px, 2.7vw, 43px);
  line-height: 1.05;
}

.forward-copy h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 5px;
  background: var(--forward-red);
}

.forward-section--red h2::after {
  background: #fff;
}

.forward-copy h3 {
  margin: 0 0 30px;
  font-size: clamp(22px, 2.1vw, 31px);
  line-height: 1.24;
}

.forward-copy p {
  margin: 0 0 28px;
  max-width: 690px;
  font-size: clamp(17px, 1.4vw, 21px);
}

.forward-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  margin-top: 16px;
  padding: 10px 54px 10px 18px;
  border: 2px solid var(--forward-red);
  color: #050505;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.forward-button::after {
  content: "";
  position: absolute;
  right: 16px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 13px solid var(--forward-red);
}

.forward-button--dark {
  color: #fff;
  background: #000;
}

.forward-divider {
  position: absolute;
  z-index: 1;
  object-fit: cover;
}

.forward-divider--right {
  top: 0;
  right: -2%;
  width: 44%;
  height: 100%;
  object-position: left center;
}

.forward-divider--left {
  left: 0;
  bottom: 0;
  width: 42%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.forward-section--legacy {
  min-height: 690px;
}

.forward-legacy-art {
  position: absolute;
  right: -6vw;
  bottom: -2px;
  z-index: 0;
  width: min(47vw, 720px);
}

.forward-section--tools {
  min-height: 770px;
  padding-bottom: 100px;
}

.forward-tools-art {
  position: absolute;
  right: 4vw;
  bottom: -8%;
  z-index: 1;
  width: min(58vw, 850px);
}

.forward-section--tools .forward-copy {
  width: min(56%, 720px);
}

.forward-section--started {
  min-height: 580px;
}

.forward-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 170px;
  padding: 45px max(7vw, 28px);
  color: #fff;
  background: #000;
  font-size: 13px;
}

.forward-footer img {
  width: 250px;
}

.forward-footer p {
  margin: 0;
  text-align: right;
}

.forward-footer a {
  text-decoration: none;
}

@media (max-width: 860px) {
  body {
    font-size: 16px;
  }

  .sony-strip {
    height: 36px;
    font-size: 16px;
  }

  .forward-hero {
    min-height: 0;
    background-size: 100% 100%;
  }

  .forward-hero__inner {
    width: min(100% - 30px, 620px);
    padding: 40px 0;
  }

  .forward-wordmark {
    width: min(94%, 540px);
    margin-bottom: 28px;
  }

  .forward-hero p {
    font-size: 16px;
  }

  .forward-hero br {
    display: none;
  }

  .forward-callout {
    display: block;
    font-size: 24px;
  }

  .forward-callout strong {
    display: block;
    overflow-wrap: anywhere;
  }

  .forward-jumps {
    grid-template-columns: 1fr;
    gap: 11px;
    font-size: 17px;
    text-align: left;
  }

  .forward-section {
    min-height: 0;
    padding: 54px 28px 0;
  }

  .forward-copy,
  .forward-copy--wide,
  .forward-section--tools .forward-copy {
    width: 100%;
  }

  .forward-copy h2,
  .forward-copy h3,
  .forward-copy p,
  .forward-hero p,
  .forward-jumps a {
    overflow-wrap: anywhere;
  }

  .forward-divider,
  .forward-legacy-art,
  .forward-tools-art {
    position: relative;
    inset: auto;
    width: calc(100% + 56px);
    max-width: none;
    height: auto;
    margin: 42px -28px 0;
    object-fit: contain;
  }

  .forward-divider--right {
    object-position: center;
  }

  .forward-section--tools {
    padding-bottom: 0;
  }

  .forward-footer {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .forward-footer img {
    width: 210px;
  }

  .forward-footer p {
    text-align: center;
  }
}

@media (max-width: 460px) {
  .forward-copy h2 {
    font-size: 29px;
  }

  .forward-copy h3 {
    font-size: 21px;
  }

  .forward-button {
    width: 100%;
  }
}

/* Keep the editorial blocks readable and fully contained on phones. */
@media (max-width: 700px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .sony-strip {
    height: 38px;
    padding: 8px 14px 0;
    font-size: 16px;
  }

  .forward-hero__inner {
    width: 100%;
    padding: 34px 16px 38px;
  }

  .forward-wordmark {
    width: min(100%, 430px);
    margin-bottom: 24px;
  }

  .forward-hero p,
  .forward-copy p {
    font-size: 15px;
    line-height: 1.45;
  }

  .forward-callout {
    margin: 22px 0 16px;
    font-size: 21px;
    line-height: 1.15;
  }

  .forward-jumps {
    width: 100%;
    margin-bottom: 26px;
    font-size: 15px;
  }

  .forward-jumps a::before {
    margin-right: 7px;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 9px;
  }

  .forward-ready {
    font-size: 17px;
  }

  .forward-section {
    width: 100%;
    min-height: 0;
    padding: 46px 16px 0;
  }

  .forward-copy,
  .forward-copy--wide,
  .forward-section--tools .forward-copy {
    width: 100%;
    max-width: 100%;
  }

  .forward-copy h2 {
    margin-bottom: 28px;
    padding-bottom: 12px;
    font-size: 27px;
    line-height: 1.08;
  }

  .forward-copy h2::after {
    width: 92px;
    height: 4px;
  }

  .forward-copy h3 {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.25;
  }

  .forward-button {
    width: auto;
    max-width: 100%;
    min-height: 44px;
    margin-top: 8px;
    padding: 9px 48px 9px 14px;
    font-size: 16px;
  }

  .forward-divider,
  .forward-legacy-art,
  .forward-tools-art {
    position: relative;
    inset: auto;
    display: block;
    width: calc(100% + 32px);
    max-width: none;
    height: auto;
    margin: 34px -16px 0;
    transform: none;
    object-fit: contain;
  }

  .forward-footer {
    min-height: 0;
    padding: 32px 16px;
  }

  .forward-footer img {
    width: min(190px, 70vw);
  }

  .forward-footer p {
    font-size: 11px;
    line-height: 1.35;
  }
}
