.landing-page .site-header {
  position: relative;
  z-index: 20;
}

.landing-page .site-header__context {
  display: none;
}

.landing-page main {
  overflow: hidden;
}

.landing-hero {
  position: relative;
  width: min(100% - 36px, 1240px);
  min-height: 720px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 74px) clamp(24px, 5vw, 72px) 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 79% 42%, rgba(245, 184, 15, 0.14), transparent 22rem),
    linear-gradient(128deg, rgba(255, 255, 255, 0.025), transparent 38%),
    #070a08;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 18px 18px 0 rgba(0, 0, 0, 0.22);
}

.landing-hero::before,
.landing-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.landing-hero::before {
  width: 260px;
  height: 18px;
  top: 28px;
  right: -36px;
  background: var(--accent);
  transform: rotate(-17deg);
  clip-path: polygon(0 40%, 96% 0, 100% 65%, 5% 100%);
}

.landing-hero::after {
  width: 170px;
  height: 170px;
  right: 40%;
  bottom: -128px;
  border: 2px solid rgba(245, 184, 15, 0.22);
  border-radius: 50%;
}

.landing-hero__flash {
  position: absolute;
  z-index: -1;
  right: -0.04em;
  bottom: -0.28em;
  color: rgba(255, 255, 255, 0.021);
  font-family: "Oswald", sans-serif;
  font-size: clamp(10rem, 23vw, 21rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.8;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 4;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-bright);
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.78rem, 1.2vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 8px;
}

.hero-copy h1 {
  max-width: 690px;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: var(--paper);
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(4.15rem, 8.1vw, 7.8rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.78;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-copy h1 strong {
  position: relative;
  z-index: 0;
  margin: 0.12em 0 0.1em -0.02em;
  padding: 0.08em 0.18em 0.13em 0.12em;
  color: var(--ink);
  font-family: "Permanent Marker", cursive;
  font-size: 0.76em;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
  transform: rotate(-1.5deg);
}

.hero-copy h1 strong::before {
  position: absolute;
  z-index: -1;
  inset: -0.03em -0.13em -0.05em -0.11em;
  content: "";
  background: var(--accent);
  clip-path: polygon(2% 14%, 100% 2%, 96% 88%, 0 100%, 4% 68%, 0 33%);
  filter: drop-shadow(8px 9px 0 rgba(245, 184, 15, 0.12));
}

.hero-intro {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(247, 247, 242, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
}

.code-card {
  position: relative;
  max-width: 650px;
  margin-top: 30px;
  padding: 21px;
  background: rgba(3, 4, 3, 0.9);
  border: 1px solid rgba(245, 184, 15, 0.36);
  box-shadow: 10px 11px 0 rgba(245, 184, 15, 0.12);
}

.code-card::before {
  position: absolute;
  top: -8px;
  left: 22px;
  width: 76px;
  height: 13px;
  content: "";
  background: var(--accent);
  transform: rotate(-2deg);
  clip-path: polygon(0 38%, 100% 0, 94% 100%, 4% 77%);
}

.code-card__heading {
  margin-bottom: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.code-card__kicker {
  font-family: "Permanent Marker", cursive;
  font-size: 1.12rem;
  line-height: 1;
  transform: rotate(-1deg);
}

.code-card__arrow {
  color: var(--accent);
  font-family: "Permanent Marker", cursive;
  font-size: 1.55rem;
  line-height: 0.8;
}

.code-card__controls {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto;
  align-items: end;
  gap: 12px;
}

.code-field {
  display: grid;
  gap: 8px;
}

.code-field label {
  color: rgba(247, 247, 242, 0.56);
  font-family: "Oswald", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.code-field input {
  height: 56px;
  margin: 0;
  padding: 0 17px;
  border: 2px solid var(--paper);
  border-radius: 2px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: none;
}

.code-field input::placeholder {
  color: #777;
  opacity: 1;
}

.code-field input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(245, 184, 15, 0.22);
}

.code-submit {
  min-width: 168px;
  height: 56px;
  margin: 0;
  padding-inline: 20px;
  gap: 10px;
  font-size: 0.88rem;
}

.code-submit span {
  font-size: 1rem;
}

.code-card > p {
  margin: 13px 0 0;
  color: rgba(247, 247, 242, 0.46);
  font-size: 0.73rem;
}

.hero-trust {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  color: rgba(247, 247, 242, 0.55);
  font-family: "Oswald", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-trust span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-trust span::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--accent);
  transform: rotate(45deg);
}

.photo-stage {
  position: relative;
  min-height: 560px;
  transform: translateY(10px);
}

.photo-stage::before {
  position: absolute;
  inset: 14% 1% 10% 8%;
  content: "";
  border: 1px solid rgba(245, 184, 15, 0.25);
  transform: rotate(-6deg);
}

.photo-card {
  position: absolute;
  margin: 0;
  padding: 8px 8px 34px;
  background: var(--paper);
  box-shadow: 16px 20px 42px rgba(0, 0, 0, 0.52);
  transition: transform 300ms ease, z-index 0ms 150ms;
}

.photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
  transition: filter 300ms ease;
}

.photo-card figcaption {
  position: absolute;
  right: 11px;
  bottom: 7px;
  color: var(--ink);
  font-family: "Permanent Marker", cursive;
  font-size: 0.7rem;
  transform: rotate(-1deg);
}

.photo-card:hover {
  z-index: 10;
  transition-delay: 0ms;
}

.photo-card:hover img {
  filter: grayscale(0) contrast(1);
}

.photo-card--one {
  z-index: 4;
  width: 58%;
  height: 55%;
  top: 5%;
  left: 4%;
  transform: rotate(-8deg);
}

.photo-card--one:hover {
  transform: rotate(-4deg) translateY(-7px);
}

.photo-card--two {
  z-index: 3;
  width: 54%;
  height: 49%;
  top: 1%;
  right: -2%;
  transform: rotate(7deg);
}

.photo-card--two:hover {
  transform: rotate(3deg) translateY(-7px);
}

.photo-card--three {
  z-index: 5;
  width: 57%;
  height: 52%;
  left: -1%;
  bottom: 0;
  transform: rotate(5deg);
}

.photo-card--three:hover {
  transform: rotate(2deg) translateY(-7px);
}

.photo-card--four {
  z-index: 4;
  width: 54%;
  height: 48%;
  right: 1%;
  bottom: 4%;
  transform: rotate(-7deg);
}

.photo-card--four:hover {
  transform: rotate(-3deg) translateY(-7px);
}

.photo-stage__stamp {
  position: absolute;
  z-index: 12;
  top: 42%;
  left: 32%;
  padding: 11px 18px 13px;
  display: flex;
  flex-direction: column;
  background: var(--accent);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.9;
  text-transform: uppercase;
  transform: rotate(-4deg);
  box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.34);
}

.photo-stage__stamp strong {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
}

.spark {
  position: absolute;
  z-index: 13;
  color: var(--accent);
  line-height: 1;
}

.spark--one {
  top: 1%;
  left: -3%;
  font-size: 2.4rem;
}

.spark--two {
  right: -1%;
  bottom: 1%;
  font-size: 1.8rem;
}

.scribble {
  position: absolute;
  z-index: 8;
  width: 72px;
  height: 4px;
  background: var(--accent);
  transform-origin: left center;
}

.scribble::before,
.scribble::after {
  position: absolute;
  left: 0;
  width: 52px;
  height: 4px;
  content: "";
  background: var(--accent);
}

.scribble::before {
  transform: translateY(-13px) rotate(-11deg);
}

.scribble::after {
  transform: translateY(13px) rotate(10deg);
}

.scribble--one {
  top: 24%;
  right: -33px;
  transform: rotate(-22deg);
}

.scribble--two {
  bottom: 18%;
  left: -18px;
  transform: rotate(155deg) scale(0.72);
}

.benefit-strip {
  width: min(100% - 36px, 1160px);
  margin: 74px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.benefit {
  min-height: 170px;
  padding: 30px clamp(18px, 3vw, 34px);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
}

.benefit + .benefit {
  border-left: 1px solid var(--line);
}

.benefit__number {
  color: var(--accent);
  font-family: "Permanent Marker", cursive;
  font-size: 1.5rem;
  transform: rotate(-6deg);
}

.benefit h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.benefit p {
  margin: 8px 0 0;
  color: rgba(247, 247, 242, 0.55);
  font-size: 0.8rem;
  line-height: 1.5;
}

.how-it-works {
  width: min(100% - 36px, 1120px);
  margin: 128px auto 0;
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(72px, 10vw, 132px);
}

.how-visual {
  position: relative;
  min-height: 530px;
}

.how-visual::before {
  position: absolute;
  width: 105%;
  height: 61%;
  top: 17%;
  left: -6%;
  content: "";
  background: var(--accent);
  transform: rotate(-5deg);
  clip-path: polygon(3% 9%, 96% 0, 100% 91%, 0 100%, 5% 61%, 0 28%);
}

.mini-print {
  position: absolute;
  margin: 0;
  padding: 9px 9px 34px;
  background: var(--paper);
  box-shadow: 17px 22px 36px rgba(0, 0, 0, 0.45);
}

.mini-print img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06);
}

.mini-print--back {
  width: 64%;
  height: 65%;
  top: 3%;
  left: 4%;
  transform: rotate(-11deg);
}

.mini-print--back img {
  object-position: center top;
}

.mini-print--front {
  width: 69%;
  height: 70%;
  right: 2%;
  bottom: 1%;
  transform: rotate(8deg);
}

.how-visual__tape {
  position: absolute;
  z-index: 5;
  width: 86px;
  height: 22px;
  top: 40%;
  left: 38%;
  background: rgba(5, 7, 6, 0.78);
  transform: rotate(-17deg);
}

.how-visual__burst {
  position: absolute;
  z-index: 6;
  right: -2%;
  bottom: 2%;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--accent);
  font-size: 2rem;
  box-shadow: 0 0 0 2px var(--accent);
  transform: rotate(8deg);
}

.how-copy > h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.5rem, 6vw, 6.2rem);
  letter-spacing: -0.065em;
  line-height: 0.92;
  text-transform: uppercase;
}

.how-copy > h2 strong {
  position: relative;
  display: inline-block;
  color: var(--accent);
  font-family: "Permanent Marker", cursive;
  font-size: 0.76em;
  font-weight: 400;
  letter-spacing: -0.045em;
  transform: rotate(-2deg);
}

.steps {
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
}

.steps li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  border-top: 1px solid var(--line);
}

.steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.steps li > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  transform: rotate(-3deg);
}

.steps h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.steps p {
  max-width: 520px;
  margin: 6px 0 0;
  color: rgba(247, 247, 242, 0.58);
  font-size: 0.85rem;
  line-height: 1.55;
}

.how-cta {
  margin-top: 28px;
  padding-inline: 20px;
  gap: 10px;
}

.closing-banner {
  position: relative;
  width: min(100% - 36px, 1240px);
  margin: 126px auto 0;
  padding: clamp(56px, 8vw, 92px) 24px;
  overflow: hidden;
  background:
    linear-gradient(96deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.04)),
    var(--accent);
  color: var(--ink);
  text-align: center;
  transform: rotate(-0.5deg);
  clip-path: polygon(0 6%, 100% 0, 98% 93%, 2% 100%);
}

.closing-banner::before,
.closing-banner::after {
  position: absolute;
  content: "";
  background: var(--ink);
  opacity: 0.1;
  transform: rotate(-18deg);
}

.closing-banner::before {
  width: 280px;
  height: 20px;
  top: 24px;
  left: -80px;
}

.closing-banner::after {
  width: 360px;
  height: 24px;
  right: -100px;
  bottom: 25px;
}

.closing-banner p {
  margin: 0 0 6px;
  font-family: "Permanent Marker", cursive;
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  transform: rotate(-1deg);
}

.closing-banner h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.2rem, 7vw, 6.9rem);
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-transform: uppercase;
}

.closing-banner h2 strong {
  font-family: "Permanent Marker", cursive;
  font-size: 0.72em;
  font-weight: 400;
}

.closing-banner a {
  position: relative;
  z-index: 2;
  margin-top: 27px;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--ink);
  color: var(--paper);
  font-family: "Oswald", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.closing-banner a:hover {
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
}

.closing-banner__spark {
  position: absolute;
  top: 19%;
  right: 12%;
  font-size: 2rem;
}

.landing-page .site-footer {
  margin-top: 86px;
}

@media (max-width: 980px) {
  .landing-hero {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    min-height: auto;
    padding-inline: clamp(22px, 5vw, 48px);
    gap: 30px;
  }

  .hero-copy {
    width: 100%;
    flex: 0 0 auto;
    align-self: stretch;
    max-width: 720px;
  }

  .hero-copy h1 {
    font-size: clamp(4.5rem, 13vw, 7.9rem);
  }

  .photo-stage {
    width: min(100%, 650px);
    min-height: 600px;
    margin: 0 auto;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
  }

  .benefit {
    min-height: 120px;
  }

  .benefit + .benefit {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .how-it-works {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .how-visual {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .how-copy {
    width: min(100%, 650px);
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .landing-hero,
  .benefit-strip,
  .how-it-works,
  .closing-banner {
    width: min(100% - 24px, 1240px);
  }

  .landing-hero {
    padding: 48px 18px 30px;
    border-inline: 0;
    box-shadow: 8px 9px 0 rgba(0, 0, 0, 0.2);
  }

  .landing-hero::before {
    width: 180px;
    height: 12px;
  }

  .hero-copy h1 {
    padding-top: 0.06em;
    font-size: clamp(3.55rem, 18vw, 5.3rem);
    line-height: 0.88;
  }

  .hero-intro {
    margin-top: 23px;
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .code-card {
    padding: 18px;
  }

  .code-card__controls {
    grid-template-columns: 1fr;
  }

  .code-submit {
    width: 100%;
  }

  .hero-trust {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .photo-stage {
    width: calc(100% + 2px);
    min-height: 420px;
    margin-left: -1px;
  }

  .photo-card {
    padding: 6px 6px 26px;
  }

  .photo-stage__stamp {
    left: 29%;
    padding: 9px 13px 11px;
    font-size: 0.82rem;
  }

  .photo-card figcaption {
    font-size: 0.52rem;
  }

  .benefit-strip {
    margin-top: 48px;
  }

  .benefit {
    padding: 26px 16px;
  }

  .how-it-works {
    margin-top: 92px;
  }

  .how-visual {
    min-height: 390px;
  }

  .how-copy > h2 {
    font-size: clamp(3.25rem, 15vw, 5rem);
  }

  .steps li {
    grid-template-columns: 38px 1fr;
    gap: 13px;
  }

  .steps li > span {
    width: 32px;
    height: 32px;
  }

  .closing-banner {
    margin-top: 94px;
    padding-inline: 18px;
  }

  .closing-banner__spark {
    top: 15%;
    right: 5%;
  }

  .landing-page .site-footer {
    margin-top: 62px;
  }
}
