:root {
  color: #171717;
  background: #cfc9bd;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #171717;
  background:
    repeating-radial-gradient(
      circle at 20% 30%,
      rgba(0, 0, 0, 0.025) 0,
      rgba(0, 0, 0, 0.025) 1px,
      transparent 1px,
      transparent 4px
    ),
    repeating-linear-gradient(
      7deg,
      rgba(255, 255, 255, 0.025) 0,
      rgba(255, 255, 255, 0.025) 2px,
      transparent 2px,
      transparent 5px
    ),
    #cfc9bd;
}

a {
  color: inherit;
}

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

.grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.12;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 3px,
      rgba(0, 0, 0, 0.08) 4px
    ),
    radial-gradient(circle at 7% 15%, rgba(0, 0, 0, 0.25), transparent 3%),
    radial-gradient(circle at 91% 82%, rgba(0, 0, 0, 0.18), transparent 4%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  color: #eee9dd;
  background: #171717;
  border-bottom: 5px solid #9d1d20;
  box-shadow: 0 5px 0 #35322e;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 22px;
}

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

.logo {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  flex-shrink: 0;
  background: #ded8cc;
  border: 3px solid #111;
  transform: rotate(-4deg);
  box-shadow: 4px 4px 0 #9d1d20;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: Impact, 'Arial Black', sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transform: scaleX(0.94);
  transform-origin: left;
}

.brand-tag {
  font-family: 'Courier New', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #aaa49a;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 18px;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
  color: #eee9dd;
}

.nav a:hover {
  color: #fff;
}

main {
  max-width: 960px;
  margin: 0 auto;
  padding: 36px 22px 72px;
}

.hero {
  position: relative;
  padding: 28px 0 12px;
}

.stamp {
  display: inline-block;
  margin: 0 0 16px;
  padding: 4px 8px;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #eee8dc;
  background: #9d1d20;
  transform: rotate(-2deg);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Impact, 'Arial Black', Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.95;
}

h1 {
  max-width: 14ch;
  font-size: clamp(40px, 8vw, 72px);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 5vw, 42px);
}

h3 {
  font-size: 22px;
}

.lede {
  max-width: 42rem;
  margin: 18px 0 28px;
  font-size: 18px;
  line-height: 1.45;
}

.lede.compact {
  margin-bottom: 18px;
}

.section {
  margin-top: 56px;
}

.section-kicker {
  margin: 0 0 8px;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #9d1d20;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.card {
  position: relative;
  padding: 18px;
  background: #ebe6db;
  border: 2px solid #181818;
  box-shadow:
    5px 5px 0 #55514b,
    8px 8px 0 rgba(0, 0, 0, 0.13);
}

.card::after {
  content: '';
  position: absolute;
  top: -5px;
  right: 22px;
  width: 68px;
  height: 11px;
  background: rgba(157, 29, 32, 0.76);
  transform: rotate(2deg);
  opacity: 0.7;
}

.step-num {
  display: block;
  margin-bottom: 10px;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #9d1d20;
}

.card p {
  margin: 10px 0 0;
  line-height: 1.45;
}

.providers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.providers a {
  display: inline-block;
  padding: 8px 12px;
  font-family: 'Courier New', monospace;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  background: #111;
  color: #eee8dc;
  border: 3px solid #111;
  box-shadow: 4px 4px 0 #9d1d20;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.primary-button {
  display: inline-block;
  padding: 12px 18px;
  font-family: Impact, 'Arial Black', Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #eee8dc;
  background: #202020;
  border: 3px solid #111;
  border-radius: 0;
  box-shadow:
    5px 5px 0 #9d1d20,
    7px 7px 0 #111;
  cursor: pointer;
}

.primary-button:hover:not(:disabled):not(.is-disabled) {
  background: #303030;
  transform: translate(-1px, -1px);
  box-shadow:
    7px 7px 0 #9d1d20,
    9px 9px 0 #111;
}

.primary-button:active:not(:disabled):not(.is-disabled) {
  transform: translate(4px, 4px);
  box-shadow:
    1px 1px 0 #9d1d20,
    2px 2px 0 #111;
}

.primary-button:disabled,
.primary-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.45;
  box-shadow: 3px 3px 0 #77726a;
  pointer-events: none;
}

.store-note {
  margin: 16px 0 0;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #444;
}

.contact-form {
  display: grid;
  gap: 14px;
  max-width: 560px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field-label {
  font-family: 'Courier New', monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  padding: 10px 12px;
  font: inherit;
  color: #171717;
  background: #f4efe4;
  border: 2px solid #181818;
  border-radius: 0;
}

.field input:focus,
.field textarea:focus {
  outline: 3px solid #9d1d20;
  outline-offset: 0;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  font-weight: 700;
}

.form-status.is-error {
  color: #9d1d20;
}

.form-status.is-success {
  color: #1d4a2a;
}

.site-footer {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 22px 40px;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #555;
}

@media (max-width: 800px) {
  .steps {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .header-inner {
    padding: 14px 16px;
  }

  main {
    padding: 28px 16px 56px;
  }
}
