:root {
  --black: #0b0b0b;
  --white: #f7f7f4;
  --gray: #b9bab7;
  --orange: #ff5a1f;
  --line: #292929;
  --page-max: 1440px;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

body {
  margin: 0 auto;
  min-width: 1080px;
  max-width: var(--page-max);
  background: var(--white);
  color: var(--black);
  font-size: 16px;
  line-height: 1.25;
  overflow-x: clip;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 16px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--black);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-nav,
.product-nav {
  height: 68px;
  border-bottom: 1px solid var(--line);
  background: var(--black);
  color: var(--white);
}

.nav-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 32px;
}

.brand-mark {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-edition,
.nav-location {
  color: var(--gray);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-location {
  justify-self: end;
}

.section-index {
  margin: 0;
  color: var(--gray);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.dark-index {
  color: #5b5c59;
}

.urban-hero {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  min-height: 716px;
  background: var(--black);
  color: var(--white);
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 0 34px 32px;
  overflow: hidden;
}

.hero-copy h1 {
  position: relative;
  z-index: 0;
  width: 940px;
  margin: 4px 0 0;
  color: rgba(247, 247, 244, 0.38);
  font-size: 164px;
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-positioning {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 26px;
  align-items: end;
  width: calc(100% - 32px);
  margin-top: 46px;
}

.hero-positioning p {
  max-width: 390px;
  margin: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.hero-positioning span {
  padding: 8px 0 6px;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  color: var(--gray);
  font-size: 12px;
  text-align: center;
}

.hero-product-link {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  width: calc(100% - 32px);
  margin-top: auto;
  padding: 18px 20px 16px;
  background: var(--orange);
  color: var(--black);
}

.link-kicker {
  grid-column: 1 / -1;
  margin-bottom: 30px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-product-link strong {
  font-size: 44px;
  line-height: 0.92;
  text-transform: uppercase;
}

.link-arrow {
  font-size: 34px;
  line-height: 0.8;
}

.hero-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.hero-media img {
  aspect-ratio: 5 / 4;
  object-position: center 42%;
}

.hero-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 7px 9px;
  background: var(--black);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-worlds {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  min-height: 760px;
  border-bottom: 1px solid #d6d7d3;
  background: var(--white);
}

.world-copy {
  display: flex;
  flex-direction: column;
  padding: 42px 42px 34px 32px;
}

.world-copy h2,
.proof-heading h2,
.product-scenario-title h2 {
  margin: 62px 0 0;
  font-size: 76px;
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

.world-description {
  max-width: 430px;
  margin: 62px 0 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.08;
}

.world-register {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: auto 0 0;
}

.world-register div {
  padding-top: 12px;
  border-top: 1px solid #8d8e8b;
}

.world-register dt {
  color: #676865;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.world-register dd {
  margin: 7px 0 0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-world-link {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 760px;
  overflow: hidden;
  background: #1c1c1b;
  color: var(--white);
}

.world-media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.world-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(11, 11, 11, 0.72));
  content: "";
}

.world-media img {
  aspect-ratio: 1 / 1;
  object-position: 50% 50%;
  transition: transform 480ms ease, object-position 480ms ease;
}

.world-title,
.world-action {
  position: absolute;
  z-index: 1;
  bottom: 26px;
}

.world-title {
  left: 26px;
  font-size: 76px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  transition: opacity 280ms ease;
}

.world-action {
  right: 26px;
  padding-top: 8px;
  border-top: 1px solid var(--white);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-world-link:hover .world-media img,
.product-world-link:focus-visible .world-media img,
.product-world-link.is-active .world-media img {
  object-position: 50% 46%;
  transform: scale(1.018);
}

.product-world-link:hover .world-title,
.product-world-link:focus-visible .world-title,
.product-world-link.is-active .world-title {
  opacity: 0.56;
}

.scenario-rail {
  padding: 46px 32px 54px;
  background: var(--black);
  color: var(--white);
}

.scenario-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 50px;
}

.scenario-heading h2 {
  margin: 0;
  font-size: 58px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.scenario-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #3f403e;
  border-bottom: 1px solid #3f403e;
}

.scenario-controls button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: 186px;
  padding: 16px 18px 20px;
  border: 0;
  border-right: 1px solid #3f403e;
  border-radius: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  text-align: left;
}

.scenario-controls button:last-child {
  border-right: 0;
}

.scenario-controls button::after {
  position: absolute;
  right: -8px;
  bottom: -34px;
  color: rgba(247, 247, 244, 0.07);
  font-size: 122px;
  font-weight: 900;
  line-height: 1;
  content: attr(data-index);
}

.scenario-controls span {
  color: var(--gray);
  font-size: 10px;
  font-weight: 700;
}

.scenario-controls strong {
  position: relative;
  z-index: 1;
  max-width: 220px;
  font-size: 26px;
  line-height: 0.98;
  text-transform: uppercase;
  transition: opacity 200ms ease;
}

.scenario-controls button:hover strong,
.scenario-controls button:focus-visible strong {
  opacity: 0.52;
}

.scenario-controls button.is-active {
  background: var(--orange);
  color: var(--black);
}

.scenario-controls button.is-active strong {
  opacity: 1;
}

.scenario-controls button.is-active span {
  color: var(--black);
}

.telegram-intro .dark-index,
.product-scenario-title .dark-index,
.scenario-sequence span {
  color: #343532;
}

.telegram-strip {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  min-height: 520px;
  background: var(--gray);
}

.telegram-intro {
  display: flex;
  flex-direction: column;
  padding: 38px 28px 30px 32px;
}

.telegram-intro h2 {
  margin: auto 0 0;
  font-size: 52px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.telegram-intro > p:last-child {
  margin: 30px 0 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.telegram-frame {
  position: relative;
  min-width: 0;
  margin: 0;
  border-left: 1px solid rgba(11, 11, 11, 0.35);
  overflow: hidden;
}

.telegram-frame img {
  aspect-ratio: 3 / 4;
}

.telegram-frame-stretch img {
  object-position: 50% 45%;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 86px;
  padding: 0 32px;
  background: var(--black);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-footer span:last-child {
  justify-self: end;
  color: var(--gray);
}

/* Product page */

.product-nav .nav-inner {
  grid-template-columns: 1fr auto 1fr;
}

.product-nav .brand-mark {
  justify-self: center;
}

.product-nav .nav-edition {
  justify-self: end;
}

.back-link {
  justify-self: start;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  min-height: 610px;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
}

.product-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 34px 36px 36px 32px;
}

.product-hero-copy h1 {
  width: 970px;
  margin: 26px 0 0;
  color: rgba(247, 247, 244, 0.38);
  font-size: 146px;
  font-weight: 900;
  line-height: 0.84;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-positioning {
  max-width: 700px;
  margin: 50px 0 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.product-hero-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.product-hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--white);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-hero-actions a:last-child {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--black);
}

.product-cover-slide {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  background: #ffd900;
  overflow: hidden;
}

.product-cover-slide img {
  aspect-ratio: 3 / 4;
}

.product-cover-slide figcaption,
.proof-shot figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  padding: 8px 10px;
  background: rgba(11, 11, 11, 0.9);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.fit-proof-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto 490px 490px;
  background: var(--white);
}

.proof-heading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 3fr 5fr 4fr;
  gap: 28px;
  align-items: end;
  padding: 52px 32px 56px;
}

.proof-heading h2 {
  margin: 0;
}

.proof-heading > p:last-child {
  max-width: 420px;
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}

.proof-shot {
  position: relative;
  min-width: 0;
  margin: 0;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  overflow: hidden;
}

.proof-shot img {
  transition: transform 420ms ease;
}

.proof-shot:hover img {
  transform: scale(1.012);
}

.proof-back-detail {
  grid-column: 1 / 5;
  grid-row: 2;
}

.proof-profile {
  grid-column: 5 / 9;
  grid-row: 2;
}

.proof-full {
  grid-column: 9 / 13;
  grid-row: 2 / 4;
}

.proof-full img {
  object-position: center top;
}

.proof-movement {
  grid-column: 1 / 9;
  grid-row: 3;
}

.proof-movement img {
  object-position: center 58%;
}

.product-facts {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  min-height: 570px;
  background: var(--black);
  color: var(--white);
}

.facts-heading {
  padding: 44px 32px;
  border-right: 1px solid var(--line);
}

.facts-heading h2 {
  margin: 82px 0 0;
  font-size: 70px;
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

.facts-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.facts-list li {
  display: grid;
  grid-template-columns: 66px 1fr;
  align-items: center;
  min-height: 190px;
  padding: 20px 34px;
  border-bottom: 1px solid var(--line);
}

.facts-list li:last-child {
  border-bottom: 0;
}

.facts-list span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
}

.facts-list strong {
  max-width: 560px;
  font-size: 37px;
  line-height: 0.96;
  text-transform: uppercase;
}

.product-scenarios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 590px;
  background: var(--gray);
}

.product-scenario-title {
  padding: 44px 32px;
  border-right: 1px solid rgba(11, 11, 11, 0.35);
}

.scenario-sequence {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scenario-sequence li {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  min-height: 147px;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(11, 11, 11, 0.35);
}

.scenario-sequence li:last-child {
  border-bottom: 0;
}

.scenario-sequence span {
  font-size: 11px;
  font-weight: 800;
}

.scenario-sequence strong {
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
}

.decision-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 260px;
  padding: 34px 32px;
  background: var(--orange);
  color: var(--black);
}

.decision-band .section-index {
  color: #272825;
}

.decision-band h2 {
  margin: 26px 0 0;
  font-size: 66px;
  line-height: 0.9;
  text-transform: uppercase;
}

.decision-band > p {
  max-width: 520px;
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
}

.purchase-band {
  border-top: 1px solid var(--black);
  background: var(--white);
}

@media (max-width: 1320px) {
  .hero-copy h1 {
    font-size: 144px;
  }

  .hero-positioning p {
    font-size: 34px;
  }

  .world-copy h2,
  .proof-heading h2,
  .product-scenario-title h2 {
    font-size: 66px;
  }

  .world-title {
    font-size: 66px;
  }

  .product-hero-copy h1 {
    font-size: 126px;
  }

  .product-positioning {
    font-size: 34px;
  }

  .fit-proof-grid {
    grid-template-rows: auto 440px 440px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
