:root {
  --v4-black: #09090b;
  --v4-ink: #111116;
  --v4-white: #ffffff;
  --v4-paper: #f7f7f8;
  --v4-gray: #8b8b94;
  --v4-line: rgba(255, 255, 255, 0.16);
  --v4-pink: #f20a78;
}

.onlygf-v4,
.onlygf-v4 * {
  box-sizing: border-box;
}

.onlygf-v4 {
  background: var(--v4-black);
  color: var(--v4-white);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

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

.onlygf-v4 a {
  color: inherit;
  text-decoration: none;
}

.v4-skip {
  background: var(--v4-white);
  color: var(--v4-black) !important;
  left: 18px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 100;
}

.v4-skip:focus {
  top: 10px;
}

.v4-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(8, 8, 11, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 0;
  border-right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  min-height: 64px;
  padding: 8px clamp(18px, 2.5vw, 48px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.v4-logo {
  align-items: center;
  display: inline-flex;
  gap: 9px;
  justify-self: start;
  white-space: nowrap;
}

.v4-logo img {
  aspect-ratio: 1;
  flex: 0 0 40px;
  height: 40px;
  object-fit: cover;
  width: 40px;
}

.v4-logo span {
  color: var(--v4-white);
  font-size: 1.42rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.v4-nav {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.v4-nav a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 750;
  transition: color 180ms ease;
}

.v4-nav a:hover,
.v4-nav a:focus-visible {
  color: var(--v4-white);
}

.v4-header-cta {
  align-items: center;
  background: var(--v4-white);
  color: var(--v4-black) !important;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 10px;
  justify-self: end;
  min-height: 46px;
  padding: 0 17px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.v4-header-cta:hover,
.v4-header-cta:focus-visible {
  background: var(--v4-pink);
  color: var(--v4-white) !important;
  transform: translateY(-2px);
}

.v4-hero {
  background: var(--v4-black);
  height: 94svh;
  max-height: 920px;
  min-height: 740px;
  overflow: hidden;
  position: relative;
}

.v4-hero-image {
  height: 100%;
  object-fit: cover;
  object-position: 55% 50%;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(-1) scale(1.035);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.25, 1);
  width: 68%;
}

.v4-hero-wash {
  background: linear-gradient(90deg, #09090b 0%, #09090b 28%, rgba(9, 9, 11, 0.96) 42%, rgba(9, 9, 11, 0.42) 59%, rgba(9, 9, 11, 0.08) 78%, rgba(9, 9, 11, 0.24) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.v4-frame {
  border: 1px solid rgba(255, 255, 255, 0.18);
  inset: 18px;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.v4-frame i {
  height: 32px;
  position: absolute;
  width: 32px;
}

.v4-frame i::before,
.v4-frame i::after {
  background: rgba(255, 255, 255, 0.84);
  content: "";
  position: absolute;
}

.v4-frame i::before {
  height: 1px;
  left: 0;
  top: 15px;
  width: 32px;
}

.v4-frame i::after {
  height: 32px;
  left: 15px;
  top: 0;
  width: 1px;
}

.v4-frame i:nth-child(1) { left: -16px; top: -16px; }
.v4-frame i:nth-child(2) { right: -16px; top: -16px; }
.v4-frame i:nth-child(3) { bottom: -16px; left: -16px; }
.v4-frame i:nth-child(4) { bottom: -16px; right: -16px; }

.v4-hero .breadcrumb {
  color: rgba(255, 255, 255, 0.48);
  display: flex;
  font-size: 0.64rem;
  gap: 8px;
  left: 5.2%;
  position: absolute;
  top: 108px;
  z-index: 5;
}

.v4-hero-copy {
  bottom: 112px;
  left: 4.4%;
  max-width: 920px;
  position: absolute;
  z-index: 5;
}

.v4-hero-copy h1 {
  color: var(--v4-white);
  font-size: 6.7rem;
  font-weight: 850;
  line-height: 0.87;
  margin: 0 0 28px;
  max-width: 900px;
}

.v4-hero-copy .v4-eyebrow {
  color: var(--v4-pink);
  display: block;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
  margin-bottom: 26px;
  text-transform: none;
}

.v4-headline-line,
.v4-hero-copy h1 em {
  display: block;
  white-space: nowrap;
}

.v4-hero-copy h1 em {
  color: var(--v4-pink);
  font-style: normal;
}

.v4-hero-copy > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 560px;
}

.v4-actions {
  align-items: center;
  display: flex;
  gap: 28px;
}

.v4-button {
  align-items: center;
  background: var(--v4-pink);
  color: var(--v4-white) !important;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 42px;
  justify-content: space-between;
  min-height: 58px;
  min-width: 232px;
  padding: 0 22px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.v4-button:hover,
.v4-button:focus-visible {
  background: var(--v4-white);
  color: var(--v4-black) !important;
  transform: translateY(-3px);
}

.v4-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
  color: var(--v4-white) !important;
  font-size: 0.76rem;
  font-weight: 800;
  padding-bottom: 7px;
}

.v4-live-message {
  backdrop-filter: blur(16px);
  background: rgba(12, 12, 15, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  bottom: 118px;
  color: var(--v4-white);
  max-width: 250px;
  padding: 16px 18px 14px;
  position: absolute;
  right: 7.5%;
  z-index: 5;
}

.v4-live-message span {
  color: var(--v4-pink);
  display: block;
  font-size: 0.62rem;
  font-weight: 850;
  margin-bottom: 7px;
  text-transform: none;
}

.v4-live-message p {
  font-size: 0.84rem;
  line-height: 1.4;
  margin: 0 0 8px;
}

.v4-live-message small {
  color: rgba(255, 255, 255, 0.46);
  display: block;
  font-size: 0.6rem;
  text-align: right;
}

.v4-scroll {
  bottom: 20px;
  height: 44px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 28px;
  z-index: 5;
}

.v4-scroll::before,
.v4-scroll::after {
  background: var(--v4-pink);
  bottom: 10px;
  content: "";
  height: 1px;
  position: absolute;
  width: 12px;
}

.v4-scroll::before { left: 3px; transform: rotate(45deg); }
.v4-scroll::after { right: 3px; transform: rotate(-45deg); }

.v4-experience {
  background: var(--v4-white);
  color: var(--v4-ink);
  padding: 124px max(44px, calc((100% - 1500px) / 2)) 126px;
  scroll-margin-top: 90px;
}

.v4-experience-heading {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) 260px;
  margin-bottom: 76px;
}

.v4-experience-heading > div > p,
.v4-flow-heading > p,
.v4-compare-heading > p:first-child,
.v4-faq-heading > p,
.v4-journal-heading > div > p,
.v4-final-copy > p {
  color: var(--v4-pink);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
  margin: 0 0 24px;
  text-transform: none;
}

.v4-experience-heading h2,
.v4-flow-heading h2,
.v4-worlds-heading h2,
.v4-compare-heading h2,
.v4-faq-heading h2,
.v4-journal-heading h2,
.v4-final-copy h2 {
  font-size: 5.8rem;
  font-weight: 850;
  line-height: 0.96;
  margin: 0;
}

.v4-experience-heading > p {
  border-top: 2px solid var(--v4-ink);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.55;
  margin: 5px 0 0;
  padding-top: 16px;
  text-transform: none;
}

.v4-filmstrip {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v4-film {
  margin: 0;
  min-width: 0;
}

.v4-film > img {
  height: 500px;
  object-fit: cover;
  object-position: 50% 22%;
  transition: filter 350ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.25, 1);
  width: 100%;
}

.v4-film:nth-child(2) > img { object-position: 50% 18%; }
.v4-film:nth-child(3) > img { object-position: 50% 22%; }

.v4-film:hover > img {
  filter: contrast(1.04) saturate(1.06);
  transform: scale(1.012);
}

.v4-film figcaption {
  min-height: 132px;
  padding: 18px 28px 20px 0;
}

.v4-film figcaption strong {
  display: block;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 15px;
}

.v4-film figcaption p {
  color: #55555e;
  font-size: 0.84rem;
  line-height: 1.5;
  margin: 0;
  max-width: 340px;
}

.v4-always {
  align-items: end;
  border-bottom: 1px solid #c9c9cf;
  border-top: 1px solid #c9c9cf;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 62px;
  padding: 38px 0 28px;
}

.v4-always > p {
  font-size: 0.82rem;
  font-weight: 800;
  margin: 0 0 14px;
  text-transform: none;
}

.v4-always strong {
  color: var(--v4-pink);
  font-size: 10.5rem;
  font-weight: 850;
  line-height: 0.75;
}

.v4-always strong span {
  color: var(--v4-ink);
  font-weight: 400;
}

.v4-answer {
  align-items: start;
  background: #0d0d11;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: clamp(72px, 7vw, 128px);
  grid-template-columns: minmax(320px, 430px) minmax(0, 820px);
  justify-content: center;
  padding: 112px max(44px, calc((100% - 1500px) / 2)) 124px;
  position: relative;
}

.v4-answer::before {
  background: var(--v4-pink);
  content: "";
  height: 3px;
  left: max(44px, calc((100% - 1500px) / 2));
  position: absolute;
  top: -1px;
  width: clamp(72px, 8vw, 122px);
}

.v4-answer-heading > p {
  align-items: center;
  color: var(--v4-pink);
  display: flex;
  font-size: 0.9rem;
  font-weight: 850;
  gap: 14px;
  margin: 0 0 26px;
}

.v4-answer-heading > p::after {
  background: rgba(255, 255, 255, 0.24);
  content: "";
  height: 1px;
  max-width: 84px;
  width: 7vw;
}

.v4-answer h2 {
  font-size: clamp(3.7rem, 4.5vw, 5.25rem);
  font-weight: 850;
  line-height: 0.92;
  margin: 0;
  max-width: none;
  text-wrap: normal;
}

.v4-answer h2 span {
  display: block;
  white-space: nowrap;
}

.v4-answer-body {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  min-width: 0;
  padding-left: clamp(36px, 3.5vw, 64px);
}

.v4-answer-lead {
  font-size: clamp(1.55rem, 1.8vw, 2rem);
  font-weight: 680;
  line-height: 1.27;
  margin: 0;
  max-width: 43ch;
  text-wrap: pretty;
}

.v4-answer-support {
  color: #a9a9b2;
  font-size: 1.02rem;
  line-height: 1.68;
  margin: 34px 0 0;
  max-width: 62ch;
}

.v4-answer-points {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin: 48px 0 0;
}

.v4-answer-points > div {
  align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 28px;
  grid-template-columns: 128px minmax(0, 1fr);
  padding: 20px 0 21px;
}

.v4-answer-points dt {
  color: var(--v4-pink);
  font-size: 0.72rem;
  font-weight: 850;
}

.v4-answer-points dd {
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.45;
  margin: 0;
}

.v4-answer-fit {
  border-left: 3px solid var(--v4-pink);
  color: #d4d4da;
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 42px 0 0;
  max-width: 72ch;
  padding-left: 22px;
}

.v4-answer-boundary {
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 28px;
  grid-template-columns: 180px minmax(0, 1fr);
  margin-top: 46px;
  padding-top: 20px;
}

.v4-answer-boundary strong {
  font-size: 0.72rem;
  line-height: 1.5;
}

.v4-answer-boundary p {
  color: #777781;
  font-size: 0.76rem;
  line-height: 1.65;
  margin: 0;
  max-width: 68ch;
}

.v4-update {
  border-bottom: 1px solid #c9c9cf;
  border-top: 3px solid var(--v4-ink);
  display: grid;
  gap: 70px;
  grid-template-columns: 260px minmax(0, 1fr);
  margin-top: 82px;
  padding: 28px 0 34px;
}

.v4-update > p,
.v4-update h2,
.v4-update div > p,
.v4-geo-answer > p,
.v4-geo-answer h2 {
  margin: 0;
}

.v4-update > p {
  color: var(--v4-pink);
  font-size: 0.7rem;
  font-weight: 850;
}

.v4-update h2 {
  font-size: 1.45rem;
  line-height: 1.1;
}

.v4-update div > p {
  color: #5f5f68;
  font-size: 0.84rem;
  line-height: 1.65;
  margin-top: 14px;
  max-width: 860px;
}

.v4-geo-answers {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 76px;
}

.v4-geo-answer {
  border-top: 2px solid var(--v4-ink);
  padding-top: 20px;
}

.v4-geo-answer > p:first-child {
  color: var(--v4-pink);
  font-size: 0.64rem;
  font-weight: 850;
  margin-bottom: 36px;
}

.v4-geo-answer h2 {
  font-size: 1.6rem;
  line-height: 1.06;
  min-height: 3.4em;
}

.v4-geo-answer > p:last-child {
  color: #5f5f68;
  font-size: 0.82rem;
  line-height: 1.65;
  margin-top: 18px;
}

.v4-marquee {
  background: var(--v4-pink);
  color: var(--v4-white);
  display: flex;
  overflow: hidden;
}

.v4-marquee > div {
  align-items: center;
  animation: v4-marquee 24s linear infinite;
  box-sizing: border-box;
  display: flex;
  flex: none;
  gap: 24px;
  justify-content: center;
  min-width: 100%;
  padding: 14px 12px;
}

.v4-marquee span {
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: none;
  white-space: nowrap;
}

.v4-marquee i {
  background: var(--v4-white);
  height: 5px;
  transform: rotate(45deg);
  width: 5px;
}

@keyframes v4-marquee {
  to { transform: translateX(-100%); }
}

.v4-flow {
  background: var(--v4-black);
  padding: 138px max(44px, calc((100% - 1500px) / 2)) 160px;
  scroll-margin-top: 90px;
}

.v4-flow-heading {
  margin-bottom: 112px;
  max-width: 1060px;
}

.v4-chapter {
  align-items: center;
  border-top: 1px solid var(--v4-line);
  display: grid;
  gap: 8%;
  grid-template-columns: 34% 58%;
  min-height: 720px;
  padding: 76px 0;
}

.v4-chapter-reverse .v4-chapter-copy {
  grid-column: 2;
  grid-row: 1;
}

.v4-chapter-reverse figure {
  grid-column: 1;
  grid-row: 1;
}

.v4-chapter-copy span {
  color: var(--v4-pink);
  display: block;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
  margin-bottom: 24px;
  text-transform: none;
}

.v4-chapter-copy h3 {
  font-size: 3.7rem;
  line-height: 1;
  margin: 0 0 24px;
}

.v4-chapter-copy p {
  color: #a0a0aa;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
  max-width: 460px;
}

.v4-chapter figure {
  height: 620px;
  margin: 0;
  overflow: hidden;
}

.v4-chapter figure img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  transition: transform 800ms cubic-bezier(0.2, 0.7, 0.25, 1);
  width: 100%;
}

.v4-chapter-start {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  min-height: 900px;
}

.v4-chapter-start figure {
  aspect-ratio: 3 / 5;
  height: auto;
  justify-self: end;
  max-width: 460px;
  width: 100%;
}

.v4-chapter-start figure img {
  object-position: 50% 50%;
}

.v4-chapter-continue figure img {
  background: var(--v4-black);
  object-fit: contain;
  object-position: 50% 50%;
}

.v4-chapter:hover figure img {
  transform: scale(1.035);
}

.v4-worlds {
  background: var(--v4-white);
  color: var(--v4-ink);
  padding: 128px max(44px, calc((100% - 1500px) / 2)) 140px;
  scroll-margin-top: 90px;
}

.v4-worlds-heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  margin-bottom: 76px;
}

.v4-worlds-heading p {
  color: #5f5f68;
  line-height: 1.65;
  margin: 0;
  max-width: 460px;
}

.v4-worlds-heading h2 {
  font-size: 5.15rem;
}

.v4-worlds-heading h2 span {
  display: block;
  white-space: nowrap;
}

.v4-world-wall {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v4-world {
  color: var(--v4-white) !important;
  height: 640px;
  overflow: hidden;
  position: relative;
}

.v4-world::after {
  background: linear-gradient(180deg, transparent 52%, rgba(9, 9, 11, 0.88) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.v4-world img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  transition: filter 300ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.25, 1);
  width: 100%;
}

.v4-world:hover img,
.v4-world:focus-visible img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.v4-world > span {
  bottom: 24px;
  display: grid;
  gap: 6px;
  left: 22px;
  position: absolute;
  z-index: 2;
}

.v4-world small {
  color: #ff55aa;
  font-size: 0.62rem;
  font-weight: 850;
  text-transform: none;
}

.v4-world strong {
  font-size: 2rem;
}

.v4-compare {
  background: var(--v4-paper);
  color: var(--v4-ink);
  display: grid;
  gap: 8%;
  grid-template-columns: 34% 58%;
  padding: 136px max(44px, calc((100% - 1450px) / 2));
}

.v4-compare-heading {
  align-self: start;
  position: sticky;
  top: 112px;
}

.v4-compare-heading h2 {
  font-size: 4.4rem;
  margin-bottom: 26px;
}

.v4-compare-heading > p:last-child {
  color: #686871;
  line-height: 1.65;
  margin: 0;
}

.v4-table-wrap {
  border-top: 3px solid var(--v4-ink);
  overflow-x: auto;
}

.v4-compare table {
  border-collapse: collapse;
  min-width: 820px;
  width: 100%;
}

.v4-compare caption {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.v4-compare th,
.v4-compare td {
  border-bottom: 1px solid #cfcfd4;
  font-size: 0.78rem;
  line-height: 1.4;
  padding: 24px 14px;
  text-align: left;
}

.v4-compare thead th {
  color: #777780;
  font-size: 0.62rem;
  text-transform: none;
}

.v4-compare tbody th {
  color: var(--v4-pink);
  font-size: 0.66rem;
  text-transform: none;
}

.v4-compare tbody td:nth-child(2) {
  font-weight: 800;
}

.v4-compare tbody td:nth-child(3),
.v4-compare tbody td:nth-child(4) {
  color: #73737d;
}

.v4-faq {
  background: var(--v4-black);
  display: grid;
  gap: 9%;
  grid-template-columns: 33% 58%;
  padding: 138px max(44px, calc((100% - 1450px) / 2));
  scroll-margin-top: 90px;
}

.v4-faq-heading h2 {
  font-size: 4.5rem;
}

.v4-faq-list {
  border-top: 2px solid var(--v4-white);
}

.v4-faq details {
  border-bottom: 1px solid var(--v4-line);
}

.v4-faq summary {
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 750;
  list-style: none;
  padding: 25px 46px 25px 0;
  position: relative;
}

.v4-faq summary::-webkit-details-marker { display: none; }

.v4-faq summary::after {
  color: var(--v4-pink);
  content: "+";
  font-size: 1.4rem;
  position: absolute;
  right: 4px;
  top: 20px;
}

.v4-faq details[open] summary::after { content: "−"; }

.v4-faq details p {
  color: #9c9ca6;
  font-size: 0.86rem;
  line-height: 1.7;
  margin: 0;
  max-width: 720px;
  padding: 0 48px 27px 0;
}

.v4-faq details p a {
  color: var(--v4-white);
  text-decoration: underline;
  text-decoration-color: var(--v4-pink);
  text-underline-offset: 4px;
}

.v4-resource-links {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.v4-resource-links a {
  background: #131317;
  border-top: 2px solid var(--v4-pink);
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 20px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.v4-resource-links a:hover,
.v4-resource-links a:focus-visible {
  background: #1b1b20;
  transform: translateY(-3px);
}

.v4-resource-links span {
  font-size: 0.84rem;
  font-weight: 850;
}

.v4-resource-links small {
  color: #8e8e98;
  font-size: 0.65rem;
}

.v4-journal {
  background: var(--v4-white);
  color: var(--v4-ink);
  padding: 132px max(44px, calc((100% - 1450px) / 2)) 126px;
}

.v4-journal-heading {
  align-items: end;
  display: grid;
  gap: 9%;
  grid-template-columns: 56% 35%;
  margin-bottom: 70px;
}

.v4-journal-heading h2 {
  font-size: 4.7rem;
  max-width: 880px;
}

.v4-journal-heading > p {
  border-top: 2px solid var(--v4-ink);
  color: #64646d;
  line-height: 1.65;
  margin: 0;
  max-width: 480px;
  padding-top: 17px;
}

.v4-journal-links {
  border-bottom: 2px solid var(--v4-ink);
  border-top: 3px solid var(--v4-ink);
  display: grid;
  grid-template-columns: 1.24fr 1fr 1fr;
}

.v4-journal-link {
  color: var(--v4-ink) !important;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 32px 30px 30px;
  transition: background-color 220ms ease, transform 220ms ease;
}

.v4-journal-link + .v4-journal-link {
  border-left: 1px solid #cfcfd4;
}

.v4-journal-link:first-child {
  background: var(--v4-paper);
}

.v4-journal-link:hover,
.v4-journal-link:focus-visible {
  background: #f4eaf0;
  transform: translateY(-5px);
}

.v4-journal-link > span {
  color: var(--v4-pink);
  font-size: 0.72rem;
  font-weight: 850;
  margin-bottom: 38px;
}

.v4-journal-link h3 {
  font-size: clamp(1.5rem, 2.25vw, 2.35rem);
  line-height: 1.02;
  margin: 0 0 22px;
  text-wrap: balance;
}

.v4-journal-link p {
  color: #696972;
  font-size: 0.82rem;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 48ch;
}

.v4-journal-link small {
  align-items: center;
  display: flex;
  font-size: 0.7rem;
  font-weight: 850;
  gap: 12px;
  margin-top: auto;
}

.v4-journal-link small b {
  color: var(--v4-pink);
  font-size: 1rem;
}

.v4-journal-all {
  align-items: center;
  color: var(--v4-ink) !important;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 14px;
  margin-top: 34px;
  padding-bottom: 7px;
  position: relative;
}

.v4-journal-all::after {
  background: var(--v4-pink);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: left;
  transition: transform 220ms ease;
  width: 100%;
}

.v4-journal-all:hover::after,
.v4-journal-all:focus-visible::after {
  transform: scaleX(0.55);
}

.v4-final {
  background: var(--v4-black);
  height: 820px;
  overflow: hidden;
  position: relative;
}

.v4-final > img {
  display: block;
  height: calc(100% - 72px);
  max-width: 44vw;
  object-fit: contain;
  object-position: 50% 50%;
  position: absolute;
  right: max(44px, calc((100% - 1450px) / 2));
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.v4-final-wash {
  background: linear-gradient(90deg, rgba(9, 9, 11, 0.98) 0%, rgba(9, 9, 11, 0.82) 36%, rgba(9, 9, 11, 0.1) 70%);
  inset: 0;
  position: absolute;
}

.v4-final-copy {
  left: max(44px, calc((100% - 1450px) / 2));
  max-width: 920px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.v4-final-copy h2 {
  font-size: 5.15rem;
  margin-bottom: 38px;
}

.v4-final-copy h2 span {
  display: block;
  white-space: nowrap;
}

.v4-footer {
  background: var(--v4-black);
  border-top: 1px solid var(--v4-line);
  color: var(--v4-white);
}

.v4-footer-sitemap {
  display: grid;
  gap: clamp(64px, 7vw, 140px);
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 2.18fr);
  margin: 0 auto;
  max-width: 1600px;
  padding: 76px clamp(32px, 4vw, 72px) 72px;
}

.v4-footer-brand {
  align-self: start;
  max-width: 330px;
}

.v4-footer-kicker {
  color: var(--v4-pink);
  font-size: 0.72rem;
  font-weight: 800;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.v4-footer-logo {
  align-items: center;
  display: inline-flex;
  gap: 11px;
  white-space: nowrap;
}

.v4-footer-logo img {
  aspect-ratio: 1;
  flex: 0 0 44px;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.v4-footer-logo span {
  color: var(--v4-white);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.v4-footer-tagline {
  color: #9999a3;
  font-size: 0.86rem;
  line-height: 1.65;
  margin: 24px 0 28px;
  max-width: 300px;
}

.v4-footer-cta {
  align-items: center;
  border-bottom: 1px solid var(--v4-pink);
  color: var(--v4-white);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  gap: 22px;
  min-height: 34px;
  transition: color 180ms ease, gap 180ms ease;
}

.v4-footer-cta:hover,
.v4-footer-cta:focus-visible {
  color: var(--v4-pink);
  gap: 28px;
}

.v4-sitemap {
  display: grid;
  gap: 48px clamp(28px, 4vw, 76px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v4-sitemap-group {
  align-content: start;
  display: grid;
  gap: 13px;
}

.v4-sitemap-group h2 {
  color: var(--v4-pink);
  font-size: 0.68rem;
  font-weight: 800;
  margin: 0 0 11px;
  text-transform: uppercase;
}

.v4-sitemap-group a {
  color: #b8b8c0;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.45;
  transition: color 160ms ease, transform 160ms ease;
}

.v4-sitemap-group a:hover,
.v4-sitemap-group a:focus-visible {
  color: var(--v4-white);
  transform: translateX(3px);
}

.v4-footer-meta {
  align-items: center;
  border-top: 1px solid var(--v4-line);
  display: grid;
  grid-template-columns: 1fr auto;
  margin: 0 auto;
  max-width: 1600px;
  padding: 22px clamp(32px, 4vw, 72px) 24px;
}

.v4-footer-meta p {
  color: #6f6f78;
  font-size: 0.66rem;
  margin: 0;
}

.v4-footer-meta p:last-child {
  justify-self: end;
}

.v4-motion-ready .v4-reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 650ms ease, transform 750ms cubic-bezier(0.2, 0.7, 0.25, 1);
}

.v4-motion-ready .v4-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.v4-motion-ready .v4-final > img {
  clip-path: inset(0 0 100% 0);
  filter: brightness(0.55) saturate(0.72);
  opacity: 0.28;
  transition: clip-path 1100ms cubic-bezier(0.2, 0.72, 0.24, 1),
    filter 1250ms ease,
    opacity 700ms ease;
}

.v4-motion-ready .v4-final.is-visible > img {
  clip-path: inset(0 0 0 0);
  filter: brightness(1) saturate(1);
  opacity: 1;
}

.v4-motion-ready .v4-final-copy > * {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 600ms ease, transform 720ms cubic-bezier(0.2, 0.72, 0.24, 1);
}

.v4-motion-ready .v4-final.is-visible .v4-final-copy > * {
  opacity: 1;
  transform: translateY(0);
}

.v4-motion-ready .v4-final.is-visible .v4-final-copy > p { transition-delay: 180ms; }
.v4-motion-ready .v4-final.is-visible .v4-final-copy > h2 { transition-delay: 300ms; }
.v4-motion-ready .v4-final.is-visible .v4-final-copy > .v4-button { transition-delay: 440ms; }

@media (max-width: 1120px) {
  .v4-hero-copy h1 { font-size: 5.6rem; }
  .v4-live-message { right: 5%; }
  .v4-experience-heading h2,
  .v4-flow-heading h2,
  .v4-worlds-heading h2,
  .v4-journal-heading h2,
  .v4-final-copy h2 { font-size: 4.7rem; }
  .v4-final-copy { max-width: 640px; }
  .v4-final-copy h2 span { white-space: normal; }
  .v4-film > img { height: 430px; }
  .v4-film figcaption strong { font-size: 2.3rem; }
  .v4-always strong { font-size: 8rem; }
  .v4-chapter { min-height: 620px; }
  .v4-chapter figure { height: 540px; }
  .v4-chapter-start { grid-template-columns: minmax(0, 1fr) minmax(320px, 410px); min-height: 790px; }
  .v4-chapter-start figure { height: auto; max-width: 410px; }
  .v4-world { height: 540px; }
  .v4-compare,
  .v4-faq { gap: 56px; grid-template-columns: 1fr; }
  .v4-compare-heading { max-width: 720px; position: static; }
  .v4-journal-heading { gap: 54px; grid-template-columns: 1fr; }
  .v4-journal-heading > p { max-width: 680px; }
  .v4-footer-sitemap { grid-template-columns: minmax(210px, 0.75fr) minmax(0, 2.25fr); }
  .v4-sitemap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .v4-header { left: 0; right: 0; }
  .v4-nav { display: none; }
  .v4-header { grid-template-columns: 1fr auto; }
  .v4-header-cta { grid-column: 2; }
  .v4-hero-image { width: 78%; }
  .v4-hero-copy h1 { font-size: 4.7rem; }
  .v4-live-message { display: none; }
  .v4-experience-heading,
  .v4-worlds-heading { gap: 38px; grid-template-columns: 1fr; }
  .v4-experience-heading > p { max-width: 260px; }
  .v4-experience-heading h2,
  .v4-flow-heading h2,
  .v4-worlds-heading h2,
  .v4-journal-heading h2,
  .v4-final-copy h2 { font-size: 4rem; }
  .v4-final > img { height: calc(100% - 48px); max-width: 58vw; right: 24px; }
  .v4-filmstrip {
    grid-auto-columns: 66vw;
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .v4-film { min-width: 0; scroll-snap-align: start; }
  .v4-always { grid-template-columns: 1fr; }
  .v4-always strong { margin-top: 28px; }
  .v4-answer {
    gap: 46px;
    grid-template-columns: 1fr;
    justify-content: stretch;
    padding-bottom: 96px;
    padding-top: 88px;
  }
  .v4-answer h2 { max-width: none; }
  .v4-answer-body { border-left: 0; padding-left: 0; }
  .v4-update { gap: 24px; grid-template-columns: 1fr; }
  .v4-geo-answers { grid-template-columns: 1fr; }
  .v4-geo-answer h2 { min-height: 0; }
  .v4-chapter,
  .v4-chapter-reverse { gap: 36px; grid-template-columns: 1fr; padding: 64px 0; }
  .v4-chapter-reverse .v4-chapter-copy,
  .v4-chapter-reverse figure { grid-column: 1; grid-row: auto; }
  .v4-chapter-reverse .v4-chapter-copy { order: 1; }
  .v4-chapter-reverse figure { order: 2; }
  .v4-chapter { min-height: 0; }
  .v4-chapter figure { height: 620px; }
  .v4-chapter-start { grid-template-columns: 1fr; min-height: 0; }
  .v4-chapter-start figure { height: auto; justify-self: center; max-width: 460px; }
  .v4-world-wall { grid-template-columns: 1fr 1fr; }
  .v4-world { height: 580px; }
  .v4-journal-links { grid-template-columns: 1fr; }
  .v4-journal-link { min-height: 250px; }
  .v4-journal-link + .v4-journal-link { border-left: 0; border-top: 1px solid #cfcfd4; }
  .v4-footer-sitemap { gap: 56px; grid-template-columns: 1fr; }
  .v4-footer-brand { max-width: 420px; }
}

@media (max-width: 560px) {
  .v4-header {
    left: 0;
    min-height: 54px;
    padding: 6px 12px;
    right: 0;
    top: 0;
  }
  .v4-logo { gap: 7px; }
  .v4-logo img { flex-basis: 32px; height: 32px; width: 32px; }
  .v4-logo span { font-size: 1.05rem; }
  .v4-header-cta { min-height: 40px; padding: 0 12px; }
  .v4-header-cta span { display: none; }
  .v4-hero { height: 830px; max-height: none; min-height: 830px; }
  .v4-hero-image {
    height: 59%;
    object-position: 50% 24%;
    top: 0;
    width: 100%;
  }
  .v4-hero-wash {
    background: linear-gradient(180deg, rgba(9, 9, 11, 0.02) 0%, rgba(9, 9, 11, 0.14) 34%, rgba(9, 9, 11, 0.98) 61%, #09090b 100%);
  }
  .v4-frame { inset: 9px; }
  .v4-hero .breadcrumb { display: none; }
  .v4-hero-copy { bottom: 54px; left: 18px; max-width: calc(100% - 36px); }
  .v4-hero-copy h1 { font-size: 2.62rem; line-height: 0.96; margin-bottom: 18px; }
  .v4-hero-copy .v4-eyebrow { font-size: 0.88rem; line-height: 1.3; margin-bottom: 14px; }
  .v4-chapter-copy span,
  .v4-final-copy > p { font-size: 0.9rem; line-height: 1.3; }
  .v4-hero-copy > p { font-size: 0.84rem; line-height: 1.5; margin-bottom: 20px; max-width: 350px; }
  .v4-actions { gap: 18px; }
  .v4-button { gap: 20px; min-height: 50px; min-width: 175px; padding: 0 16px; }
  .v4-link { font-size: 0.68rem; }
  .v4-scroll { display: none; }
  .v4-experience,
  .v4-flow,
  .v4-worlds,
  .v4-compare,
  .v4-faq,
  .v4-journal { padding-left: 18px; padding-right: 18px; }
  .v4-experience { padding-bottom: 84px; padding-top: 82px; }
  .v4-experience-heading { margin-bottom: 44px; }
  .v4-experience-heading h2,
  .v4-flow-heading h2,
  .v4-worlds-heading h2,
  .v4-compare-heading h2,
  .v4-faq-heading h2,
  .v4-journal-heading h2,
  .v4-final-copy h2 { font-size: 2.85rem; }
  .v4-worlds-heading h2 span { white-space: normal; }
  .v4-filmstrip { gap: 8px; grid-auto-columns: 78vw; margin-right: -18px; padding-right: 18px; }
  .v4-film > img { height: 470px; }
  .v4-film figcaption { min-height: 122px; padding-right: 18px; }
  .v4-film figcaption strong { font-size: 2.25rem; }
  .v4-always { margin-top: 36px; padding-bottom: 22px; padding-top: 28px; }
  .v4-always strong { font-size: 6.4rem; }
  .v4-answer {
    gap: 38px;
    padding: 70px 18px 78px;
  }
  .v4-answer::before { left: 18px; width: 72px; }
  .v4-answer-heading > p { font-size: 0.78rem; margin-bottom: 20px; }
  .v4-answer h2 { font-size: 3rem; max-width: none; }
  .v4-answer-lead { font-size: 1.35rem; line-height: 1.34; }
  .v4-answer-support { font-size: 0.93rem; margin-top: 24px; }
  .v4-answer-points { margin-top: 36px; }
  .v4-answer-points > div { gap: 8px; grid-template-columns: 1fr; padding: 18px 0; }
  .v4-answer-points dd { font-size: 0.94rem; }
  .v4-answer-fit { margin-top: 34px; padding-left: 16px; }
  .v4-answer-boundary { gap: 12px; grid-template-columns: 1fr; margin-top: 38px; }
  .v4-flow { padding-bottom: 96px; padding-top: 92px; }
  .v4-flow-heading { margin-bottom: 48px; }
  .v4-chapter-copy h3 { font-size: 2.45rem; }
  .v4-chapter figure { height: 510px; }
  .v4-chapter-start figure { height: auto; max-width: none; }
  .v4-chapter-continue figure img { object-fit: cover; object-position: 100% 50%; }
  .v4-worlds { padding-bottom: 88px; padding-top: 84px; }
  .v4-worlds-heading { margin-bottom: 42px; }
  .v4-world-wall { display: flex; gap: 8px; margin-right: -18px; overflow-x: auto; padding-right: 18px; scroll-snap-type: x mandatory; }
  .v4-world { flex: 0 0 76vw; height: 520px; scroll-snap-align: start; }
  .v4-compare,
  .v4-faq { padding-bottom: 88px; padding-top: 88px; }
  .v4-compare { gap: 42px; }
  .v4-compare table,
  .v4-compare tbody,
  .v4-compare tr,
  .v4-compare th,
  .v4-compare td { display: block; min-width: 0; width: 100%; }
  .v4-compare thead { display: none; }
  .v4-compare tbody tr { border-bottom: 1px solid #cfcfd4; padding: 16px 0; }
  .v4-compare th,
  .v4-compare td { border: 0; padding: 6px 0; }
  .v4-compare td::before { color: #777780; content: attr(data-label); display: block; font-size: 0.6rem; margin-bottom: 3px; text-transform: none; }
  .v4-faq { gap: 42px; }
  .v4-faq summary { font-size: 0.96rem; }
  .v4-resource-links { grid-template-columns: 1fr; }
  .v4-journal { padding-bottom: 86px; padding-top: 86px; }
  .v4-journal-heading { gap: 36px; margin-bottom: 44px; }
  .v4-journal-link { min-height: 240px; padding: 28px 20px 26px; }
  .v4-journal-link > span { margin-bottom: 24px; }
  .v4-journal-link h3 { font-size: 1.75rem; }
  .v4-final { height: 720px; }
  .v4-final > img {
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 14%;
    right: 0;
    top: 0;
    transform: none;
    width: 100%;
  }
  .v4-final-wash { background: linear-gradient(180deg, rgba(9, 9, 11, 0.08) 0%, rgba(9, 9, 11, 0.84) 58%, #09090b 100%); }
  .v4-final-copy { bottom: 42px; left: 18px; right: 18px; top: auto; transform: none; }
  .v4-footer-sitemap { gap: 48px; padding: 54px 18px 48px; }
  .v4-footer-brand { max-width: 320px; }
  .v4-sitemap { gap: 42px; grid-template-columns: 1fr; }
  .v4-sitemap-group { gap: 11px; }
  .v4-sitemap-group a { font-size: 0.84rem; }
  .v4-footer-meta { gap: 9px; grid-template-columns: 1fr; padding: 20px 18px 24px; }
  .v4-footer-meta p,
  .v4-footer-meta p:last-child { justify-self: start; }
}

@media (min-width: 1600px) {
  .v4-header {
    min-height: 72px;
    padding-left: clamp(48px, 3vw, 92px);
    padding-right: clamp(48px, 3vw, 92px);
  }

  .v4-hero-image {
    max-width: 1780px;
    object-position: 50% 50%;
    width: 58vw;
  }

  .v4-hero-copy {
    bottom: clamp(96px, 11vh, 150px);
    left: clamp(72px, 5vw, 190px);
  }

  .v4-hero-copy h1 {
    font-size: clamp(6.2rem, 5.2vw, 7.6rem);
  }
}

@media (max-width: 900px) {
  .v4-hero {
    height: max(820px, 100dvh);
    max-height: none;
    min-height: 820px;
  }

  .v4-hero-image {
    height: 61%;
    object-position: 50% 32%;
    right: 0;
    top: 0;
    transform: scaleX(-1) scale(1.015);
    width: 100%;
  }

  .v4-hero-wash {
    background: linear-gradient(180deg, rgba(9, 9, 11, 0.04) 0%, rgba(9, 9, 11, 0.16) 36%, rgba(9, 9, 11, 0.94) 62%, #09090b 100%);
  }

  .v4-hero-copy {
    bottom: 62px;
    left: clamp(24px, 5vw, 48px);
    max-width: min(660px, calc(100% - 48px));
  }

  .v4-hero-copy h1 {
    font-size: clamp(3.7rem, 9.5vw, 4.8rem);
    line-height: 0.9;
  }

  .v4-hero-copy > p {
    max-width: 580px;
  }
}

@media (max-width: 560px) {
  .v4-header-cta {
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .v4-hero {
    height: max(760px, 100dvh);
    min-height: 760px;
  }

  .v4-hero-image {
    height: 56%;
    object-position: 48% 25%;
  }

  .v4-hero-copy {
    bottom: 44px;
  }

  .v4-hero-copy h1 {
    font-size: clamp(2.34rem, 11.5vw, 2.78rem);
    line-height: 0.94;
  }

  .v4-headline-line,
  .v4-hero-copy h1 em {
    white-space: normal;
  }

  .v4-actions {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .v4-filmstrip,
  .v4-world-wall {
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .v4-filmstrip::-webkit-scrollbar,
  .v4-world-wall::-webkit-scrollbar {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v4-marquee > div { animation: none; }
  .v4-motion-ready .v4-reveal { opacity: 1; transform: none; transition: none; }
  .v4-motion-ready .v4-final > img {
    clip-path: none;
    filter: none;
    opacity: 1;
    transition: none;
  }
  .v4-motion-ready .v4-final-copy > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .v4-hero-image,
  .v4-film > img,
  .v4-chapter figure img,
  .v4-world img { transition: none; }
}
