:root {
  --wp-ink: #111414;
  --wp-paper: #f7f7f2;
  --wp-coral: #ff6b4a;
  --wp-lime: #c9ff4a;
  --wp-blue: #2d8cff;
  --wp-rule: rgba(17, 20, 20, 0.2);
}

body.wp-fix {
  background: var(--wp-paper);
  color: var(--wp-ink);
}

.wp-topbar {
  background: rgba(17, 20, 20, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.wp-topbar .brand,
.wp-topbar .nav a {
  color: #fff;
}

.wp-topbar .topbar__cta {
  background: var(--wp-lime);
  color: var(--wp-ink);
}

.wp-hero {
  min-height: calc(100svh - 72px);
  overflow: hidden;
  position: relative;
  background: var(--wp-ink);
  color: #fff;
  display: grid;
  align-items: end;
}

.wp-hero__image {
  position: absolute;
  inset: -7% 0 auto 46%;
  width: 54%;
  height: 150%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(0.82) contrast(1.06);
  animation: proof-drift 18s ease-in-out infinite alternate;
}

.wp-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 20, 20, 1) 0 42%, rgba(17, 20, 20, 0.86) 58%, rgba(17, 20, 20, 0.18) 100%),
    linear-gradient(0deg, rgba(17, 20, 20, 0.92), transparent 46%);
}

.wp-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.wp-hero__content {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 48px));
  margin: 0 0 clamp(70px, 10vh, 118px) clamp(24px, 6vw, 92px);
  animation: wp-enter 800ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.wp-kicker,
.wp-label {
  margin: 0 0 18px;
  color: var(--wp-coral);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.wp-kicker {
  color: var(--wp-lime);
}

.wp-hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(3.7rem, 7.8vw, 8rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.wp-hero__lede {
  max-width: 620px;
  margin: 32px 0 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.wp-hero__actions,
.wp-close__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.wp-button {
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.wp-button:hover,
.wp-button:focus-visible {
  transform: translateY(-3px);
}

.wp-button--buy {
  background: var(--wp-lime);
  color: var(--wp-ink);
}

.wp-button--proof {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.wp-button--proof:hover,
.wp-button--proof:focus-visible {
  background: #fff;
  color: var(--wp-ink);
}

.wp-button--dark {
  background: var(--wp-ink);
  color: #fff;
}

.wp-button svg,
.wp-text-link svg,
.wp-scroll svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.wp-hero__facts {
  display: flex;
  gap: clamp(22px, 4vw, 56px);
  margin: 44px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  list-style: none;
}

.wp-hero__facts li {
  display: grid;
  gap: 4px;
}

.wp-hero__facts strong {
  font-size: 1.05rem;
}

.wp-hero__facts span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
}

.wp-scroll {
  position: absolute;
  right: clamp(20px, 4vw, 64px);
  bottom: 28px;
  z-index: 2;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.wp-contract,
.wp-output,
.wp-proof,
.wp-process,
.wp-close {
  padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 96px);
}

.wp-contract {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(520px, 1.4fr);
  gap: clamp(60px, 9vw, 150px);
  background: var(--wp-paper);
}

.wp-contract h2,
.wp-output h2,
.wp-proof h2,
.wp-process h2,
.wp-close h2 {
  margin: 0;
  max-width: 870px;
  font-size: clamp(2.3rem, 4.5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.wp-contract__lead > p:last-child,
.wp-proof__copy > p {
  margin: 28px 0 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(17, 20, 20, 0.68);
}

.wp-contract__columns {
  border-top: 1px solid var(--wp-rule);
}

.wp-contract__columns > div {
  display: grid;
  grid-template-columns: minmax(130px, 0.4fr) 1fr;
  gap: 32px;
  padding: 30px 0;
  border-bottom: 1px solid var(--wp-rule);
}

.wp-contract__columns h3 {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.95rem;
}

.wp-contract__columns h3 svg {
  width: 19px;
  color: var(--wp-blue);
}

.wp-contract__columns ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(17, 20, 20, 0.72);
}

.wp-output {
  background: var(--wp-coral);
}

.wp-output .wp-label {
  color: var(--wp-ink);
}

.wp-output__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(54px, 7vw, 100px) 0 0;
  padding: 0;
  border-top: 1px solid rgba(17, 20, 20, 0.5);
  list-style: none;
}

.wp-output__list li {
  min-height: 290px;
  padding: 26px 24px 22px 0;
  border-right: 1px solid rgba(17, 20, 20, 0.5);
}

.wp-output__list li:not(:first-child) {
  padding-left: 24px;
}

.wp-output__list li:last-child {
  border-right: 0;
}

.wp-output__list > li > span {
  font-size: 0.75rem;
  font-weight: 800;
}

.wp-output__list h3 {
  margin: 88px 0 12px;
  font-size: 1.25rem;
}

.wp-output__list p {
  margin: 0;
  line-height: 1.6;
}

.wp-proof {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(480px, 1.08fr);
  gap: clamp(60px, 9vw, 145px);
  background: var(--wp-ink);
  color: #fff;
}

.wp-proof .wp-label {
  color: var(--wp-lime);
}

.wp-proof__copy > p {
  color: rgba(255, 255, 255, 0.68);
}

.wp-proof dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 42px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.wp-proof dl div {
  padding: 18px 10px 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wp-proof dt {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.wp-proof dd {
  margin: 7px 0 0;
  font-weight: 800;
}

.wp-text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}

.wp-proof__caveat {
  margin: 28px 0 0;
  padding-left: 14px;
  border-left: 3px solid var(--wp-coral);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.55;
}

.wp-proof__visual {
  margin: 0;
}

.wp-proof__viewport {
  height: min(720px, 72vw);
  overflow: hidden;
  border-left: 8px solid var(--wp-lime);
  background: #fff;
}

.wp-proof__viewport img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 6s cubic-bezier(0.16, 1, 0.3, 1);
}

.wp-proof__visual:hover img {
  transform: translateY(-32%);
}

.wp-proof figcaption {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
}

.wp-process {
  background: var(--wp-paper);
}

.wp-process > div:first-child {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 40px;
  align-items: end;
}

.wp-process ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 72px 0 0;
  padding: 0;
  border-top: 1px solid var(--wp-rule);
  list-style: none;
}

.wp-process li {
  padding: 26px 28px 0 0;
}

.wp-process li + li {
  padding-left: 28px;
  border-left: 1px solid var(--wp-rule);
}

.wp-process li span {
  color: var(--wp-blue);
  font-weight: 900;
  text-transform: uppercase;
}

.wp-process li p {
  margin: 46px 0 0;
  line-height: 1.6;
}

.wp-close {
  display: grid;
  grid-template-columns: minmax(300px, 1.2fr) minmax(260px, 0.8fr);
  gap: 60px;
  align-items: end;
  background: var(--wp-lime);
}

.wp-close > div:first-child > p:last-child {
  max-width: 700px;
  margin: 28px 0 0;
  line-height: 1.65;
}

.wp-close__actions {
  justify-content: flex-end;
}

.wp-close .wp-text-link {
  align-self: center;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes wp-enter {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
}

@keyframes proof-drift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-7%);
  }
}

@media (max-width: 980px) {
  .wp-contract,
  .wp-proof,
  .wp-close {
    grid-template-columns: 1fr;
  }

  .wp-output__list,
  .wp-process ol {
    grid-template-columns: 1fr 1fr;
  }

  .wp-output__list li:nth-child(2) {
    border-right: 0;
  }

  .wp-output__list li:nth-child(n + 3) {
    border-top: 1px solid rgba(17, 20, 20, 0.5);
  }

  .wp-process > div:first-child {
    grid-template-columns: 1fr;
  }

  .wp-close__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .wp-topbar .nav {
    display: none;
  }

  .wp-hero {
    min-height: calc(100svh - 64px);
    align-items: end;
  }

  .wp-hero__image {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.52;
    animation-duration: 24s;
  }

  .wp-hero__scrim {
    background: linear-gradient(0deg, rgba(17, 20, 20, 1) 0 46%, rgba(17, 20, 20, 0.35) 100%);
  }

  .wp-hero__content {
    width: calc(100% - 40px);
    margin: 0 20px 82px;
  }

  .wp-hero h1 {
    font-size: clamp(3.5rem, 18vw, 5.6rem);
  }

  .wp-hero__lede {
    margin-top: 22px;
    font-size: 1.05rem;
  }

  .wp-hero__actions {
    align-items: stretch;
  }

  .wp-button {
    width: 100%;
  }

  .wp-hero__facts {
    gap: 18px;
    justify-content: space-between;
    margin-top: 28px;
  }

  .wp-hero__facts strong {
    font-size: 0.9rem;
  }

  .wp-hero__facts span {
    font-size: 0.68rem;
  }

  .wp-scroll {
    right: 20px;
    bottom: 22px;
  }

  .wp-contract,
  .wp-output,
  .wp-proof,
  .wp-process,
  .wp-close {
    padding: 76px 20px;
  }

  .wp-contract__columns > div {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wp-output__list,
  .wp-process ol {
    grid-template-columns: 1fr;
  }

  .wp-output__list li,
  .wp-output__list li:not(:first-child) {
    min-height: auto;
    padding: 24px 0 34px;
    border-right: 0;
    border-top: 1px solid rgba(17, 20, 20, 0.5);
  }

  .wp-output__list h3 {
    margin-top: 28px;
  }

  .wp-proof__viewport {
    height: 540px;
  }

  .wp-proof dl {
    grid-template-columns: 1fr;
  }

  .wp-process li,
  .wp-process li + li {
    padding: 24px 0 30px;
    border-left: 0;
    border-bottom: 1px solid var(--wp-rule);
  }

  .wp-process li p {
    margin-top: 18px;
  }

  .wp-close__actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-hero__image,
  .wp-hero__content,
  .reveal,
  .wp-proof__viewport img {
    animation: none;
    transition: none;
    transform: none;
  }
}
