:root {
  --yellow: #f0be00;
  --black: #050505;
  --ink: #141414;
  --graphite: #2b2d31;
  --steel: #5e6874;
  --cream: #f5f1e7;
  --paper: #fffaf0;
  --white: #fffdf7;
  --blue: #497da7;
  --red: #c75a4b;
  --green: #2f7b62;
  --line: rgba(20, 20, 20, .14);
  --line-dark: rgba(245, 241, 231, .18);
  --shadow: 0 22px 48px rgba(5, 5, 5, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(5, 5, 5, .035) 1px, transparent 1px),
    var(--cream);
  background-size: 38px 38px, 38px 38px, auto;
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.dark-page {
  background: var(--black);
  color: var(--cream);
}

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

a {
  color: inherit;
}

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

.mono,
.eyebrow,
.stamp,
.nav a,
.button,
.footer-link,
.legal-label,
.form-label {
  font-family: "Courier New", Courier, monospace;
  font-weight: 900;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 240, .93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner,
.section-inner,
.footer-inner,
.legal-main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 2px solid var(--yellow);
  background: var(--black);
}

.brand-name {
  display: block;
  font-size: 18px;
  line-height: .9;
  font-weight: 950;
}

.brand-sub {
  display: block;
  margin-top: 4px;
  color: #4d5966;
  font-size: 10px;
  letter-spacing: 2.2px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 11px;
  color: #28313d;
  font-size: 11px;
  letter-spacing: 1.1px;
  text-decoration: none;
}

.nav a:hover {
  border-color: rgba(5, 5, 5, .18);
  background: rgba(255, 253, 247, .72);
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: calc(100svh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 600px);
  gap: clamp(22px, 5vw, 64px);
  align-items: center;
  padding: clamp(32px, 7vw, 74px) 0;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--graphite);
  font-size: 12px;
  letter-spacing: 3px;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 8px;
  background: var(--yellow);
  box-shadow: 14px 12px 0 var(--blue), 28px 24px 0 var(--red);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
.display {
  font-weight: 950;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  font-size: clamp(52px, 12vw, 112px);
  line-height: .82;
}

.lead {
  max-width: 620px;
  margin-top: 20px;
  color: #34404d;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.2;
  font-weight: 760;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--black);
  border-radius: 8px;
  padding: 13px 18px 12px;
  background: var(--yellow);
  color: var(--black);
  box-shadow: 0 12px 0 var(--black);
  font-size: 13px;
  letter-spacing: 1.8px;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}

.button:hover {
  transform: translateY(3px);
  box-shadow: 0 9px 0 var(--black);
}

.button.secondary {
  background: var(--white);
}

.hero-media {
  position: relative;
  min-height: 0;
}

.poster-frame {
  position: relative;
  overflow: hidden;
  border: 6px solid var(--yellow);
  border-radius: 18px;
  background: var(--black);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.poster-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-card {
  position: absolute;
  left: -28px;
  bottom: 22px;
  width: min(260px, 72%);
  border: 2px solid var(--yellow);
  border-radius: 8px;
  background: var(--black);
  color: var(--cream);
  padding: 16px;
  box-shadow: 0 18px 34px rgba(5, 5, 5, .25);
}

.hero-card b {
  display: block;
  color: var(--yellow);
  font-size: 30px;
  line-height: .9;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-card span {
  display: block;
  margin-top: 8px;
  color: #d8d3c8;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 750;
}

.band {
  padding: clamp(52px, 8vw, 92px) 0;
}

.band.dark {
  background: var(--black);
  color: var(--cream);
}

.band.dark .eyebrow,
.band.dark .section-copy,
.band.dark .step p {
  color: #d8d3c8;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head h2,
.split-copy h2,
.download h2,
.legal-main h1 {
  font-size: clamp(36px, 7vw, 68px);
  line-height: .86;
}

.section-copy {
  max-width: 460px;
  color: #34404d;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 720;
}

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

.step {
  min-height: 226px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: #151619;
  padding: 18px;
}

.step-number {
  color: var(--yellow);
  font-size: 12px;
  letter-spacing: 3px;
}

.step h3 {
  margin-top: 38px;
  font-size: 30px;
  line-height: .92;
  font-weight: 950;
  text-transform: uppercase;
}

.step p {
  margin-top: 14px;
  color: #d8d3c8;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}

.split.reverse .split-copy {
  order: 2;
}

.split-copy p {
  margin-top: 18px;
  color: #34404d;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 740;
}

.feature-image {
  overflow: hidden;
  border: 5px solid var(--black);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.reverse .feature-image img {
  aspect-ratio: 4 / 5;
}

.section-inner-wide {
  width: min(1320px, calc(100% - 32px));
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
  align-items: stretch;
}

.feature-card {
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: start;
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 253, 247, .68);
  padding: clamp(22px, 2.8vw, 32px);
}

.feature-card-copy {
  align-self: center;
}

.feature-poster {
  margin: 0;
  overflow: hidden;
  border: 4px solid var(--black);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 34px rgba(5, 5, 5, .12);
}

.feature-poster img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.feature-card-copy .eyebrow {
  white-space: nowrap;
  letter-spacing: 2.4px;
}

.feature-card-copy h3 {
  margin-top: 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: .9;
  font-weight: 950;
  text-transform: uppercase;
}

.feature-card-copy p:not(.eyebrow) {
  margin-top: 14px;
  color: #34404d;
  font-size: 17px;
  line-height: 1.32;
  font-weight: 760;
}

.stamp-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.stamp {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(5, 5, 5, .22);
  border-radius: 16px;
  background: var(--paper);
  padding: 8px 10px;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
}

.download {
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background:
    linear-gradient(90deg, rgba(240, 190, 0, .14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(240, 190, 0, .14) 1px, transparent 1px),
    var(--black);
  background-size: 42px 42px, 42px 42px, auto;
  color: var(--cream);
}

.download-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: center;
}

.download p {
  max-width: 650px;
  margin-top: 16px;
  color: #d8d3c8;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 720;
}

.download-note {
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(245, 241, 231, .06);
  padding: 18px;
}

.download-note strong {
  display: block;
  color: var(--yellow);
  font-size: 14px;
  text-transform: uppercase;
}

.download-note span {
  display: block;
  margin-top: 8px;
  color: #d8d3c8;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.safety {
  border-top: 5px solid var(--yellow);
  background: var(--paper);
}

.safety p {
  max-width: 920px;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 780;
}

.site-footer {
  background: var(--black);
  color: var(--cream);
  padding: 38px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, auto);
  gap: 24px;
  align-items: start;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.footer-logo img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.footer-title {
  font-size: 18px;
  line-height: .9;
  font-weight: 950;
}

.footer-meta {
  margin-top: 14px;
  color: #b9b3a9;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.footer-actions {
  display: grid;
  justify-items: end;
  gap: 18px;
}

.footer-link {
  color: var(--cream);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--yellow);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.social-icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  color: var(--cream);
  background: rgba(245, 241, 231, .06);
  text-decoration: none;
}

.social-icon:hover {
  color: var(--yellow);
  border-color: rgba(240, 190, 0, .55);
}

.social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-icon span {
  font: 950 12px/1 "Courier New", Courier, monospace;
  letter-spacing: .5px;
}

.legal-main {
  padding: clamp(40px, 7vw, 76px) 0;
}

.legal-main article {
  max-width: 820px;
}

.legal-main h1 {
  margin-bottom: 18px;
}

.legal-main h2 {
  margin: 34px 0 10px;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.legal-main p,
.legal-main li {
  color: #334052;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 690;
}

.legal-main ul {
  padding-left: 22px;
}

.legal-label {
  color: #556170;
  font-size: 12px;
  letter-spacing: 2.4px;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.contact-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 16px;
}

.contact-item span {
  color: #556170;
  font-weight: 760;
}

.contact-item a {
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, .78);
  padding: clamp(16px, 3vw, 24px);
}

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

.form-field {
  display: grid;
  gap: 7px;
}

.form-label {
  color: #394454;
  font-size: 11px;
  letter-spacing: 1.6px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 2px solid rgba(5, 5, 5, .16);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 13px 14px;
  font: 750 16px/1.25 Inter, Arial, Helvetica, sans-serif;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  color: #556170;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

@media (max-width: 860px) {
  .site-header {
    position: static;
  }

  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero-inner,
  .split,
  .split.reverse,
  .download-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding-top: 34px;
  }

  .hero-media {
    width: min(440px, 100%);
    margin: 0 auto;
  }

  .hero-card {
    left: 12px;
    bottom: 12px;
  }

  .section-head {
    display: block;
  }

  .section-copy {
    margin-top: 14px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .feature-card {
    grid-template-columns: 1fr;
  }

  .feature-poster {
    width: min(420px, 100%);
    margin: 0 auto;
  }

  .split.reverse .split-copy {
    order: 0;
  }

  .download-note {
    max-width: 420px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-actions {
    justify-items: start;
  }

  .social-links {
    justify-content: flex-start;
  }
}

@media (max-width: 540px) {
  .header-inner,
  .section-inner,
  .footer-inner,
  .legal-main,
  .hero-inner {
    width: min(1120px, calc(100% - 24px));
  }

  .nav a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
  }

  h1 {
    font-size: 40px;
  }

  .lead {
    font-size: 17px;
  }

  .actions {
    display: grid;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-card {
    position: static;
    width: auto;
    border-width: 0;
    border-top: 2px solid var(--yellow);
    border-radius: 0;
    box-shadow: none;
  }

  .poster-frame {
    transform: none;
  }

  .poster-frame img {
    aspect-ratio: auto;
    height: auto;
    object-fit: cover;
  }

  .contact-item {
    display: block;
  }

  .contact-item a {
    display: inline-block;
    margin-top: 6px;
  }
}
