:root {
  --vf-ink: #071018;
  --vf-night: #05070a;
  --vf-navy: #102947;
  --vf-paper: #f4f0e8;
  --vf-ivory: #fffaf0;
  --vf-muted: rgba(255, 250, 240, 0.72);
  --vf-ash: #6f786f;
  --vf-gold: #d6a85f;
  --vf-green: #72c7ac;
  --vf-line: rgba(255, 250, 240, 0.18);
  --vf-dark-line: rgba(7, 16, 24, 0.13);
  --vf-radius: 8px;
  --facade-y: 0px;
  --facade-scale: 1;
  --interior-opacity: 0;
  --interior-scale: 1.08;
  --wall-left: 0vw;
  --wall-right: 0vw;
  --copy-y: 0px;
  --copy-opacity: 1;
  --light-opacity: 0.1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--vf-night);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--vf-ivory);
  background: var(--vf-night);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

body::selection {
  background: var(--vf-gold);
  color: var(--vf-ink);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.vf-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.vf-cinema {
  position: relative;
  height: 360vh;
  background: var(--vf-night);
}

.vf-stage {
  position: sticky;
  top: 0;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.vf-stage__layer,
.vf-stage__lights,
.vf-stage__wash,
.vf-stage__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vf-stage__facade {
  z-index: 1;
  background-image:
    linear-gradient(90deg, rgba(5, 7, 10, 0.18), rgba(5, 7, 10, 0.02) 42%, rgba(5, 7, 10, 0.32)),
    url("./assets/hero-exterior-HR.png");
  background-position: center;
  background-size: cover;
  opacity: var(--facade-opacity, 1);
  transform: translate3d(0, var(--facade-y), 0) scale(var(--facade-scale));
  transform-origin: 52% 46%;
  filter: saturate(1) contrast(1.05);
}

.vf-stage__interior {
  z-index: 2;
  background-image:
    linear-gradient(180deg, rgba(5, 7, 10, 0.04), rgba(5, 7, 10, 0.18)),
    url("./assets/hero-interior-HR.png");
  background-position: center;
  background-size: cover;
  opacity: var(--interior-opacity);
  transform: scale(var(--interior-scale));
  transform-origin: 52% 48%;
  filter: saturate(1.1) contrast(1.04);
}

.vf-stage__lights {
  z-index: 4;
  opacity: var(--light-opacity);
  background:
    radial-gradient(circle at 48% 28%, rgba(255, 191, 115, 0.42), transparent 9rem),
    radial-gradient(circle at 62% 54%, rgba(99, 214, 198, 0.22), transparent 11rem),
    radial-gradient(circle at 36% 74%, rgba(214, 168, 95, 0.28), transparent 13rem);
  mix-blend-mode: screen;
}

.vf-wall {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 51vw;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 14%, transparent 84%, rgba(0, 0, 0, 0.28)),
    repeating-linear-gradient(90deg, #11161c 0 18px, #080b0f 18px 24px, #1d2228 24px 26px);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.55);
  will-change: transform;
}

.vf-wall--left {
  left: 0;
  transform: translate3d(var(--wall-left), 0, 0);
}

.vf-wall--right {
  right: 0;
  transform: translate3d(var(--wall-right), 0, 0);
}

.vf-stage__wash {
  z-index: 6;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.83) 0%, rgba(5, 7, 10, 0.18) 34%, rgba(5, 7, 10, 0.16) 64%, rgba(5, 7, 10, 0.84) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.36), rgba(5, 7, 10, 0.07) 42%, rgba(5, 7, 10, 0.72));
}

.vf-stage__grain {
  z-index: 7;
  opacity: 0.14;
  mix-blend-mode: overlay;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 38px 38px;
}

.vf-brand {
  position: absolute;
  z-index: 11;
  top: 28px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 999px;
  background: rgba(5, 7, 10, 0.42);
  backdrop-filter: blur(18px);
}

.vf-brand__mark {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.vf-brand__text {
  width: 132px;
  height: auto;
  filter: brightness(0) invert(1);
}

.vf-stage__counter,
.vf-stage__caption {
  position: absolute;
  z-index: 11;
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.72rem;
  line-height: 1.55;
  text-transform: uppercase;
}

.vf-stage__counter {
  top: 32px;
  right: 30px;
  text-align: right;
}

.vf-stage__counter span {
  color: var(--vf-gold);
  font-size: 1.35rem;
  font-weight: 760;
}

.vf-stage__caption {
  left: 30px;
  bottom: 24px;
}

.vf-stage__content {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 96px 0 72px;
}

.vf-hero {
  display: grid;
  justify-items: center;
  max-width: 980px;
  text-align: center;
  transform: translateY(var(--copy-y));
  opacity: var(--copy-opacity);
}

.vf-kicker {
  margin: 0 0 18px;
  color: var(--vf-gold);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.vf-hero h1 {
  margin: 0;
  max-width: 14ch;
  color: var(--vf-ivory);
  font-size: clamp(3rem, 6vw, 5.45rem);
  line-height: 0.96;
  font-weight: 890;
  letter-spacing: 0;
  text-wrap: balance;
}

.vf-hero__text {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--vf-muted);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.7;
  text-wrap: balance;
}

.vf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.vf-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.08);
  color: var(--vf-ivory);
  font-weight: 780;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.vf-button:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 168, 95, 0.8);
  background: rgba(214, 168, 95, 0.16);
}

.vf-button--primary {
  border-color: var(--vf-ivory);
  background: var(--vf-ivory);
  color: var(--vf-ink);
}

.vf-button--primary:hover {
  background: #ffffff;
  color: var(--vf-ink);
}

.vf-hero__proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.vf-hero__proof span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 6px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 999px;
  background: rgba(5, 7, 10, 0.38);
  color: rgba(255, 250, 240, 0.74);
  font-size: 0.82rem;
  line-height: 1.3;
  backdrop-filter: blur(16px);
}

.vf-hero__proof strong {
  color: var(--vf-ivory);
}

main {
  overflow: hidden;
  background: var(--vf-night);
}

.vf-section {
  padding: 112px 0;
  color: var(--vf-ivory);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.03), rgba(255, 250, 240, 0)),
    var(--vf-night);
}

.vf-section--paper {
  color: var(--vf-ink);
  background: var(--vf-paper);
}

.vf-section--image {
  padding-top: 0;
}

.vf-section--final {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 120px 0;
  color: var(--vf-ink);
  background:
    linear-gradient(180deg, rgba(244, 240, 232, 0), rgba(244, 240, 232, 0.94) 18%),
    var(--vf-paper);
}

.vf-section__head {
  max-width: 820px;
  margin-bottom: 44px;
}

.vf-section__head h2,
.vf-offer__copy h2,
.vf-workplace__copy h2,
.vf-lead__copy h2 {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: 0.98;
  font-weight: 880;
  letter-spacing: 0;
  text-wrap: balance;
}

.vf-section__head p:not(.vf-kicker),
.vf-offer__copy p,
.vf-workplace__copy p,
.vf-lead__copy p {
  margin: 22px 0 0;
  max-width: 720px;
  color: rgba(255, 250, 240, 0.7);
  font-size: 1.06rem;
  line-height: 1.75;
}

.vf-section--paper .vf-section__head p:not(.vf-kicker),
.vf-section--paper .vf-offer__copy p,
.vf-section--final .vf-lead__copy p {
  color: rgba(7, 16, 24, 0.68);
}

.vf-proof-strip {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 0;
  border: 1px solid var(--vf-dark-line);
}

.vf-proof-strip article {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid var(--vf-dark-line);
  background: rgba(255, 255, 255, 0.24);
}

.vf-proof-strip article:last-child {
  border-right: 0;
}

.vf-proof-strip span,
.vf-angle span,
.vf-step span {
  display: block;
  color: var(--vf-gold);
  font-size: 0.72rem;
  font-weight: 820;
  line-height: 1.35;
  text-transform: uppercase;
}

.vf-proof-strip strong {
  display: block;
  margin-top: 42px;
  color: var(--vf-ink);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.05;
  font-weight: 850;
  text-wrap: balance;
}

.vf-proof-strip p {
  margin: 18px 0 0;
  color: rgba(7, 16, 24, 0.66);
  line-height: 1.65;
}

.vf-angle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vf-angle {
  min-height: 292px;
  padding: 24px;
  border: 1px solid var(--vf-line);
  border-radius: var(--vf-radius);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.08), rgba(255, 250, 240, 0.03)),
    rgba(255, 250, 240, 0.02);
}

.vf-angle h3,
.vf-offer-card h3,
.vf-step h3 {
  margin: 58px 0 0;
  font-size: 1.35rem;
  line-height: 1.15;
  font-weight: 820;
}

.vf-angle p,
.vf-offer-card p,
.vf-step p {
  margin: 16px 0 0;
  color: rgba(255, 250, 240, 0.68);
  line-height: 1.65;
}

.vf-workplace {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-radius: 0;
  background: var(--vf-night);
}

.vf-workplace img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.vf-workplace__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.82), rgba(5, 7, 10, 0.16) 52%, rgba(5, 7, 10, 0.7)),
    linear-gradient(180deg, rgba(5, 7, 10, 0.12), rgba(5, 7, 10, 0.8));
}

.vf-workplace__copy {
  position: absolute;
  z-index: 2;
  left: 42px;
  bottom: 42px;
  max-width: 610px;
}

.vf-callout {
  position: absolute;
  z-index: 2;
  width: min(250px, 28vw);
  padding: 16px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: var(--vf-radius);
  background: rgba(5, 7, 10, 0.52);
  color: var(--vf-ivory);
  backdrop-filter: blur(18px);
}

.vf-callout strong {
  display: block;
  font-size: 1rem;
}

.vf-callout span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.86rem;
  line-height: 1.4;
}

.vf-callout--a {
  top: 18%;
  left: 10%;
}

.vf-callout--b {
  top: 22%;
  right: 12%;
}

.vf-callout--c {
  right: 18%;
  bottom: 18%;
}

.vf-offer {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 54px;
  align-items: start;
}

.vf-offer__copy {
  position: sticky;
  top: 64px;
}

.vf-offer__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vf-offer-card {
  min-height: 296px;
  padding: 24px;
  border: 1px solid var(--vf-dark-line);
  border-radius: var(--vf-radius);
  background: rgba(255, 255, 255, 0.28);
}

.vf-offer-card strong {
  display: block;
  color: var(--vf-gold);
  font-size: 0.78rem;
  font-weight: 850;
}

.vf-offer-card h3 {
  margin-top: 76px;
  color: var(--vf-ink);
}

.vf-offer-card p {
  color: rgba(7, 16, 24, 0.66);
}

.vf-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vf-route__line {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 250, 240, 0.2);
}

.vf-step {
  position: relative;
  min-height: 320px;
  padding: 24px;
  border: 1px solid var(--vf-line);
  border-radius: var(--vf-radius);
  background: rgba(255, 250, 240, 0.04);
}

.vf-step span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 168, 95, 0.42);
  border-radius: 50%;
  background: var(--vf-night);
}

.vf-lead {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 56px;
  align-items: start;
}

.vf-lead__copy {
  position: sticky;
  top: 64px;
}

.vf-lead__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.vf-lead__badges span {
  padding: 9px 12px;
  border: 1px solid var(--vf-dark-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  color: rgba(7, 16, 24, 0.72);
  font-size: 0.82rem;
  font-weight: 740;
}

.vf-form {
  padding: 26px;
  border: 1px solid var(--vf-dark-line);
  border-radius: var(--vf-radius);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 24px 70px rgba(7, 16, 24, 0.1);
}

.vf-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vf-form label,
.vf-form fieldset {
  display: block;
  margin: 0;
  min-width: 0;
}

.vf-form label span,
.vf-form legend {
  display: block;
  margin: 0 0 8px;
  color: rgba(7, 16, 24, 0.76);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.vf-form input,
.vf-form select,
.vf-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 16, 24, 0.18);
  border-radius: 6px;
  background: rgba(255, 250, 240, 0.76);
  color: var(--vf-ink);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.vf-form input,
.vf-form select {
  min-height: 48px;
  padding: 0 12px;
}

.vf-form textarea {
  min-height: 132px;
  padding: 13px 12px;
  resize: vertical;
}

.vf-form input:focus,
.vf-form select:focus,
.vf-form textarea:focus {
  border-color: rgba(214, 168, 95, 0.92);
  background: #fffdf6;
  box-shadow: 0 0 0 4px rgba(214, 168, 95, 0.18);
}

.vf-form fieldset {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(7, 16, 24, 0.14);
  border-radius: var(--vf-radius);
}

.vf-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.vf-checks label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(7, 16, 24, 0.72);
  font-size: 0.92rem;
  line-height: 1.35;
}

.vf-checks input {
  width: 17px;
  height: 17px;
  min-height: 17px;
  padding: 0;
  accent-color: var(--vf-gold);
}

.vf-form__error {
  margin: 16px 0 0;
  padding: 12px;
  border: 1px solid rgba(142, 53, 42, 0.3);
  border-radius: 6px;
  background: rgba(142, 53, 42, 0.08);
  color: #7c241c;
  line-height: 1.4;
}

.vf-form__submit {
  width: 100%;
  margin-top: 18px;
  border-color: var(--vf-ink);
  background: var(--vf-ink);
  color: var(--vf-ivory);
}

.vf-form__submit:hover {
  background: #111b24;
  color: var(--vf-ivory);
}

.vf-form__note {
  margin: 12px 0 0;
  color: rgba(7, 16, 24, 0.56);
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: center;
}

.vf-hp {
  position: absolute;
  left: -10000px;
}

.vf-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (max-width: 980px) {
  .vf-container {
    width: min(100% - 28px, 760px);
  }

  .vf-proof-strip,
  .vf-angle-grid,
  .vf-offer,
  .vf-route,
  .vf-lead {
    grid-template-columns: 1fr;
  }

  .vf-proof-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--vf-dark-line);
  }

  .vf-proof-strip article:last-child {
    border-bottom: 0;
  }

  .vf-offer__copy,
  .vf-lead__copy {
    position: static;
  }

  .vf-route__line {
    display: none;
  }

  .vf-stage__caption {
    display: none;
  }

  .vf-workplace {
    min-height: 640px;
  }

  .vf-workplace__copy {
    left: 24px;
    right: 24px;
    bottom: 28px;
  }

  .vf-callout {
    width: min(240px, 42vw);
  }
}

@media (max-width: 680px) {
  .vf-brand {
    top: 16px;
    left: 14px;
    padding: 8px;
  }

  .vf-brand__text {
    display: none;
  }

  .vf-stage__counter {
    top: 18px;
    right: 14px;
  }

  .vf-stage__content {
    padding: 84px 0 46px;
  }

  .vf-hero {
    max-width: 100%;
  }

  .vf-hero h1 {
    font-size: clamp(2.8rem, 16vw, 4.8rem);
    max-width: 10.8ch;
  }

  .vf-hero__actions,
  .vf-button {
    width: 100%;
  }

  .vf-section,
  .vf-section--final {
    padding: 76px 0;
  }

  .vf-proof-strip article,
  .vf-angle,
  .vf-offer-card,
  .vf-step,
  .vf-form {
    padding: 20px;
  }

  .vf-angle,
  .vf-offer-card,
  .vf-step {
    min-height: auto;
  }

  .vf-angle h3,
  .vf-offer-card h3,
  .vf-step h3 {
    margin-top: 42px;
  }

  .vf-workplace {
    min-height: 760px;
  }

  .vf-workplace img {
    object-position: 52% 50%;
  }

  .vf-callout {
    width: calc(100% - 48px);
    left: 24px;
    right: auto;
  }

  .vf-callout--a {
    top: 26px;
  }

  .vf-callout--b {
    top: 132px;
  }

  .vf-callout--c {
    top: 238px;
    bottom: auto;
  }

  .vf-form__grid,
  .vf-offer__items,
  .vf-checks {
    grid-template-columns: 1fr;
  }
}

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

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