.f262-page {
  --f262-ink: #121212;
  --f262-paper: #f2f1ed;
  --f262-blue: #75b8df;
  --f262-violet: #9a8ca0;
  --f262-line: rgba(18, 18, 18, 0.24);
  margin: 0;
  max-width: none;
  overflow: clip;
  background: var(--f262-paper);
  color: var(--f262-ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.f262-page *,
.f262-page *::before,
.f262-page *::after {
  box-sizing: border-box;
}

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

.f262-page button,
.f262-page input {
  font: inherit;
}

.f262-page :is(section, footer)[id] {
  scroll-margin-top: 6.5rem;
}

.f262-back {
  position: absolute;
  z-index: 4;
  top: 1.5rem;
  left: clamp(1rem, 2.5vw, 2.5rem);
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(18, 18, 18, 0.35);
  background: rgba(242, 241, 237, 0.86);
  color: var(--f262-ink);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.f262-kicker,
.f262-index,
.f262-caption,
.f262-register__readout,
.f262-register__ticks,
.f262-chain span,
.f262-chain small {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.f262-hero {
  position: relative;
  min-height: min(64rem, 100svh);
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(28rem, 1.28fr);
  border-bottom: 1px solid var(--f262-line);
}

.f262-hero::before,
.f262-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(18, 18, 18, 0.18);
  pointer-events: none;
}

.f262-hero::before {
  left: 38%;
}

.f262-hero::after {
  left: 69%;
}

.f262-hero__copy {
  position: relative;
  z-index: 3;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.2rem;
  padding: clamp(7rem, 12vw, 10rem) clamp(1.25rem, 4vw, 4.5rem) clamp(2.5rem, 6vw, 6rem);
  border-right: 1px solid var(--f262-line);
}

.f262-hero__copy h1 {
  max-width: 7ch;
  margin: 0;
  font-size: clamp(4.4rem, 9.4vw, 10.5rem);
  font-weight: 800;
  letter-spacing: -0.09em;
  line-height: 0.72;
  text-transform: uppercase;
}

.f262-hero__copy h1 span {
  display: block;
  font-weight: 400;
}

.f262-hero__copy p {
  max-width: 35rem;
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1.35;
}

.f262-hero__plate {
  position: relative;
  min-width: 0;
  display: grid;
  place-items: center;
  padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 5vw, 6rem) clamp(2rem, 4vw, 4rem);
  background: #fff;
}

.f262-hero__plate img {
  width: min(100%, 64rem);
  height: auto;
  object-fit: contain;
}

.f262-hero__plate figcaption {
  position: absolute;
  right: clamp(1rem, 2vw, 2rem);
  bottom: clamp(1rem, 2vw, 2rem);
}

.f262-identity-plate {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  justify-items: stretch;
  padding: clamp(6rem, 10vw, 9rem) clamp(1.25rem, 4vw, 4rem) clamp(4rem, 7vw, 7rem);
  background:
    linear-gradient(rgba(18, 18, 18, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 18, 18, 0.08) 1px, transparent 1px),
    #fff;
  background-size: 25% 25%;
}

.f262-identity-plate__mark {
  position: relative;
  min-width: 0;
  min-height: 27rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: 1rem;
  border-right: 1px solid rgba(18, 18, 18, 0.22);
}

.f262-identity-plate__mark:nth-child(3) {
  border-right: 0;
}

.f262-identity-plate__mark span {
  font-size: clamp(1.35rem, 2.5vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -0.095em;
  line-height: 0.74;
  text-transform: uppercase;
}

.f262-identity-plate__mark small {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.f262-identity-plate__mark i {
  display: block;
  background: var(--f262-ink);
}

.f262-identity-plate__mark--frame i {
  position: absolute;
  top: 23%;
  bottom: 23%;
  left: 16%;
  width: 28%;
  border: 2px solid var(--f262-ink);
  border-bottom-width: 1.3rem;
  background: transparent;
}

.f262-identity-plate__mark--frame span {
  margin-left: 28%;
}

.f262-identity-plate__mark--tower i {
  width: 0.55rem;
  height: 54%;
}

.f262-identity-plate__mark--tower span {
  position: absolute;
  top: 51%;
  left: calc(50% + 0.65rem);
  font-size: clamp(0.72rem, 1.15vw, 1.1rem);
  transform: translateY(-50%);
}

.f262-identity-plate__mark--type span {
  font-size: clamp(1.55rem, 3vw, 3.25rem);
}

.f262-identity-plate__axis {
  position: absolute;
  right: clamp(1.25rem, 4vw, 4rem);
  bottom: clamp(2rem, 3.6vw, 3.8rem);
  left: clamp(1.25rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.f262-identity-plate__axis i {
  height: 1px;
  background: currentColor;
}

.f262-identity-plate__caption {
  position: absolute;
  right: clamp(1.25rem, 4vw, 4rem);
  top: clamp(1.4rem, 3vw, 3rem);
}

.f262-nav {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--f262-line);
  background: var(--f262-paper);
}

.f262-nav a {
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.8rem 1rem;
  border-right: 1px solid var(--f262-line);
  color: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.f262-nav a:last-child {
  border-right: 0;
}

.f262-nav span {
  color: rgba(18, 18, 18, 0.52);
}

.f262-section-head {
  display: grid;
  grid-template-columns: minmax(8rem, 0.34fr) minmax(0, 1fr) minmax(16rem, 0.62fr);
  gap: clamp(1.25rem, 4vw, 5rem);
  align-items: start;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4.5rem) clamp(2.25rem, 4vw, 4rem);
}

.f262-section-head h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3rem, 6.8vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.78;
  text-transform: uppercase;
}

.f262-section-head p {
  max-width: 38rem;
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  line-height: 1.42;
}

.f262-coordinate {
  border-bottom: 1px solid var(--f262-line);
}

.f262-coordinate__system {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 22rem;
  border-top: 1px solid var(--f262-line);
}

.f262-coordinate__system div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.25rem, 3vw, 3rem);
  border-right: 1px solid var(--f262-line);
}

.f262-coordinate__system div:last-child {
  border-right: 0;
}

.f262-coordinate__system strong {
  font-size: clamp(2.4rem, 5.6vw, 7rem);
  letter-spacing: -0.08em;
  line-height: 0.78;
  text-transform: uppercase;
}

.f262-coordinate__system i {
  width: 1px;
  height: 7rem;
  display: block;
  background: currentColor;
}

.f262-coordinate__system div:nth-child(2) i {
  width: 0.65rem;
}

.f262-coordinate__system div:nth-child(3) i {
  width: 4.2rem;
  height: 1px;
}

.f262-field {
  background: #0a0a0a;
  color: #f4f3ef;
}

.f262-field .f262-section-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.f262-field__image {
  position: relative;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.25fr);
  padding: clamp(1rem, 2.5vw, 2.5rem);
}

.f262-field__image img {
  width: min(100%, 64rem);
  height: auto;
  align-self: center;
  justify-self: center;
  object-fit: contain;
}

.f262-field__image figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding: 0.75rem 0.25rem 0.75rem clamp(1rem, 2.5vw, 2.5rem);
}

.f262-field__image figcaption::before {
  content: "";
  height: 1px;
  margin-top: 46%;
  background: rgba(255, 255, 255, 0.65);
}

.f262-field__sizes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.f262-field__sizes div {
  min-height: 12rem;
  padding: clamp(1.25rem, 3vw, 3rem);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.f262-field__sizes div:last-child {
  border-right: 0;
}

.f262-field__sizes strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: clamp(2.5rem, 5vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.f262-field__sizes p {
  max-width: 37rem;
  margin: 0;
  color: rgba(244, 243, 239, 0.72);
  line-height: 1.45;
}

.f262-light {
  background: linear-gradient(135deg, #dceaf1 0%, #e6d9d1 52%, #b9cbe0 100%);
  color: var(--f262-ink);
}

.f262-register {
  --f262-light-position: 50;
  display: grid;
  grid-template-columns: minmax(18rem, 0.42fr) minmax(0, 1fr);
  min-height: 46rem;
  border-top: 1px solid rgba(18, 18, 18, 0.3);
}

.f262-register__controls {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.25rem, 3vw, 3rem);
  border-right: 1px solid rgba(18, 18, 18, 0.3);
  background: rgba(242, 241, 237, 0.5);
}

.f262-register__controls label {
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.9;
  text-transform: uppercase;
}

.f262-register__controls input {
  width: 100%;
  accent-color: var(--f262-ink);
  cursor: ew-resize;
}

.f262-register__ticks {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}

.f262-register__readout {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 18, 18, 0.3);
}

.f262-register__stage {
  position: relative;
  min-width: 0;
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 6rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(180deg, #0b1420 0%, #53778e calc(var(--f262-light-position) * 0.7%), #e9a87f 100%);
  transition: background 320ms ease;
}

.f262-register__stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.64);
}

.f262-register__stage::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: calc(var(--f262-light-position) * 1%);
  width: 1px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0 1px rgba(18, 18, 18, 0.12);
  transform: translateX(-1px);
  transition: left 160ms linear;
  pointer-events: none;
}

.f262-register__frame {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 29rem;
  display: grid;
  place-items: center;
}

.f262-register__frame img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(63svh, 40rem);
  object-fit: contain;
  box-shadow: 0 1.2rem 5rem rgba(0, 0, 0, 0.28);
  opacity: 1;
  transition: opacity 180ms ease;
}

.f262-register__frame img.is-changing {
  opacity: 0.2;
}

.f262-register__frame[data-f262-frame-size="contact"] img {
  width: 220px;
  max-width: 100%;
}

.f262-register__stage-note {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  max-width: 19rem;
  padding: 0.7rem 0.8rem;
  background: rgba(9, 14, 19, 0.78);
  color: #fff;
  font-size: 0.72rem;
  line-height: 1.35;
}

.f262-review {
  display: grid;
  grid-template-columns: minmax(18rem, 0.43fr) minmax(0, 1fr);
  border-top: 1px solid var(--f262-line);
  border-bottom: 1px solid var(--f262-line);
}

.f262-review__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(3rem, 7vw, 8rem) clamp(1.25rem, 4vw, 4.5rem);
  border-right: 1px solid var(--f262-line);
}

.f262-review__copy h2 {
  max-width: 8ch;
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.78;
  text-transform: uppercase;
}

.f262-review__copy p {
  max-width: 31rem;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.45;
}

.f262-review__register {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}

.f262-review__register-head {
  display: grid;
  grid-template-columns: 0.7fr 1.6fr 0.7fr;
  min-height: 6rem;
  align-items: center;
  border-bottom: 1px solid var(--f262-line);
}

.f262-review__register-head > * {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1rem clamp(1rem, 2.4vw, 2.5rem);
  border-right: 1px solid var(--f262-line);
}

.f262-review__register-head > *:last-child {
  justify-content: flex-end;
  border-right: 0;
}

.f262-review__register-head span,
.f262-review__register-foot,
.f262-review__register li span,
.f262-review__register li small {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.f262-review__register-head strong {
  font-size: clamp(1rem, 1.8vw, 1.65rem);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.f262-review__register ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.f262-review__register li {
  min-height: clamp(6.8rem, 9.8vw, 9.5rem);
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) minmax(12rem, 0.65fr);
  align-items: center;
  gap: clamp(1rem, 2.6vw, 3rem);
  padding: 1.2rem clamp(1rem, 2.4vw, 2.5rem);
  border-bottom: 1px solid var(--f262-line);
}

.f262-review__register li span {
  color: rgba(18, 18, 18, 0.52);
}

.f262-review__register li strong {
  min-width: 0;
  font-size: clamp(1.35rem, 2.6vw, 2.8rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
  text-wrap: balance;
}

.f262-review__register li small {
  text-align: right;
}

.f262-review__register-foot {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 1.2rem clamp(1rem, 2.4vw, 2.5rem);
}

.f262-review__register-foot i {
  height: 1px;
  background: var(--f262-line);
}

.f262-delivery {
  padding-bottom: clamp(4rem, 8vw, 9rem);
}

.f262-chain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--f262-line);
  border-bottom: 1px solid var(--f262-line);
}

.f262-chain article {
  min-height: 21rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.25rem, 2.5vw, 2.5rem);
  border-right: 1px solid var(--f262-line);
}

.f262-chain article:last-child {
  border-right: 0;
}

.f262-chain strong {
  max-width: 9ch;
  font-size: clamp(1.8rem, 3vw, 3.5rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.f262-chain p {
  margin: 0;
  line-height: 1.4;
}

.f262-chain i {
  width: 100%;
  height: 1px;
  display: block;
  background: var(--f262-line);
}

.f262-close {
  min-height: 72svh;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
  align-items: end;
  padding: clamp(4rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: #0b0b0b;
  color: #f2f1ed;
}

.f262-close h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(4rem, 10vw, 12rem);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.72;
  text-transform: uppercase;
}

.f262-close p {
  max-width: 31rem;
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.45;
}

@media (max-width: 860px) {
  .f262-hero,
  .f262-section-head,
  .f262-register,
  .f262-review,
  .f262-close {
    grid-template-columns: 1fr;
  }

  .f262-hero {
    min-height: auto;
  }

  .f262-hero::before {
    left: 33.333%;
  }

  .f262-hero::after {
    left: 66.666%;
  }

  .f262-hero__copy {
    min-height: 72svh;
    border-right: 0;
    border-bottom: 1px solid var(--f262-line);
  }

  .f262-hero__plate {
    min-height: 32rem;
  }

  .f262-identity-plate__mark {
    min-height: 25rem;
  }

  .f262-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .f262-nav a:nth-child(2n) {
    border-right: 0;
  }

  .f262-nav a:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--f262-line);
  }

  .f262-section-head {
    gap: 1.5rem;
  }

  .f262-section-head h2 {
    max-width: 8ch;
  }

  .f262-field__image {
    grid-template-columns: 1fr;
  }

  .f262-field__image figcaption {
    min-height: 8rem;
    padding-left: 0;
  }

  .f262-field__image figcaption::before {
    margin-top: 1rem;
  }

  .f262-register__controls,
  .f262-review__copy {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.3);
  }

  .f262-register__stage {
    min-height: 38rem;
  }

  .f262-chain {
    grid-template-columns: repeat(2, 1fr);
  }

  .f262-chain article:nth-child(2) {
    border-right: 0;
  }

  .f262-chain article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--f262-line);
  }

  .f262-close {
    gap: 3rem;
  }
}

@media (max-width: 520px) {
  .f262-back {
    top: 0.9rem;
  }

  .f262-hero__copy {
    min-height: 38rem;
    padding-top: 6rem;
  }

  .f262-hero__copy h1 {
    font-size: clamp(4rem, 25vw, 7.5rem);
  }

  .f262-hero__plate {
    min-height: 23rem;
    padding: 4rem 1rem 2rem;
  }

  .f262-identity-plate {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 3.8rem 0.75rem 3rem;
  }

  .f262-identity-plate__mark {
    min-height: 18rem;
    padding: 0.35rem;
    overflow: hidden;
  }

  .f262-identity-plate__mark span,
  .f262-identity-plate__mark--type span {
    font-size: clamp(0.9rem, 5vw, 1.3rem);
  }

  .f262-identity-plate__mark--tower span {
    left: calc(50% + 0.45rem);
    right: 0.1rem;
    font-size: 0.48rem;
  }

  .f262-identity-plate__mark--frame i {
    left: 6%;
    width: 34%;
    border-bottom-width: 0.7rem;
  }

  .f262-identity-plate__mark--frame span {
    margin-left: 24%;
  }

  .f262-identity-plate__mark small,
  .f262-identity-plate__axis {
    font-size: 0.48rem;
  }

  .f262-identity-plate__axis {
    right: 0.75rem;
    bottom: 1rem;
    left: 0.75rem;
  }

  .f262-identity-plate__caption {
    top: 1rem;
    right: 0.75rem;
  }

  .f262-coordinate__system,
  .f262-field__sizes,
  .f262-chain {
    grid-template-columns: 1fr;
  }

  .f262-review__register-head {
    grid-template-columns: 1fr 1fr;
  }

  .f262-review__register-head strong {
    grid-column: 1 / -1;
    grid-row: 2;
    border-top: 1px solid var(--f262-line);
    border-right: 0;
  }

  .f262-review__register-head > span:nth-child(1) {
    border-right: 1px solid var(--f262-line);
  }

  .f262-review__register-head > span:last-child {
    border-right: 0;
  }

  .f262-review__register li {
    grid-template-columns: 2rem 1fr;
    gap: 0.6rem 0.8rem;
  }

  .f262-review__register li small {
    grid-column: 2;
    text-align: left;
  }

  .f262-review__register-foot {
    gap: 0.35rem;
    font-size: 0.48rem;
  }

  .f262-section-head h2 {
    max-width: 100%;
    font-size: clamp(2.15rem, 11vw, 2.8rem);
    overflow-wrap: anywhere;
  }

  .f262-register__ticks {
    font-size: 0.56rem;
  }

  .f262-coordinate__system div,
  .f262-field__sizes div,
  .f262-chain article,
  .f262-chain article:nth-child(2) {
    min-height: 13rem;
    border-right: 0;
    border-bottom: 1px solid var(--f262-line);
  }

  .f262-coordinate__system div:last-child,
  .f262-field__sizes div:last-child,
  .f262-chain article:last-child {
    border-bottom: 0;
  }

  .f262-register {
    min-height: 42rem;
  }

  .f262-register__stage {
    min-height: 30rem;
    padding: 2rem 1rem 5rem;
  }

  .f262-register__frame {
    min-height: 19rem;
  }

  .f262-register__stage-note {
    right: 0.75rem;
    left: 0.75rem;
    max-width: none;
  }

  .f262-close {
    min-height: 36rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .f262-register__stage,
  .f262-register__stage::after,
  .f262-register__frame img {
    transition: none;
  }
}
