:root {
  --black: #090909;
  --ink: #121212;
  --white: #f2f1ed;
  --gray: #9b9b99;
  --line: #333331;
  --burgundy: #7b1830;
  --burgundy-bright: #a82544;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.header {
  height: 84px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #c7c6c1;
}

.logo {
  width: fit-content;
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -.08em;
}

.logo-cut {
  color: var(--white);
  background: var(--burgundy);
  padding: 6px 7px 5px;
  transform: rotate(-2deg);
  letter-spacing: -.03em;
}

.nav { display: flex; gap: 38px; font-weight: 700; }
.nav a { padding: 8px 0; border-bottom: 2px solid transparent; transition: .2s ease; }
.nav a:hover, .nav a:focus-visible { border-color: var(--burgundy); }
.header-cta { justify-self: end; font-weight: 800; }
.header-cta span { color: var(--burgundy); font-size: 1.4em; margin-left: 8px; }

.hero {
  position: relative;
  min-height: calc(100svh - 84px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 54px 32px 64px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 42px;
}

.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .76rem;
  font-weight: 800;
}
.eyebrow span { color: var(--burgundy); }
.eyebrow::after, .section-label::after { content: ""; width: 44px; height: 1px; background: currentColor; }

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 28px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(4.4rem, 7.8vw, 8.2rem);
  line-height: .79;
  letter-spacing: -.035em;
  text-transform: uppercase;
  font-weight: 900;
}
h1 em {
  position: relative;
  display: inline-block;
  color: var(--white);
  font-style: normal;
  padding: 0 .08em;
  isolation: isolate;
}
h1 em::before {
  content: "";
  position: absolute;
  inset: .05em -.02em -.01em;
  z-index: -1;
  background: var(--burgundy);
  transform: rotate(-2.5deg) skew(-3deg);
}

.hero-lead { max-width: 510px; font-size: 1.2rem; color: #464644; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-actions p { margin: 0; font-size: .88rem; color: #666; }
.hero-actions strong { color: var(--black); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-3px); }
.button:focus-visible { outline: 3px solid var(--burgundy-bright); outline-offset: 4px; }
.button-primary { color: var(--white); background: var(--black); }
.button-primary:hover { background: var(--burgundy); }

.hero-art { position: relative; min-width: 0; }
.hero-art::before {
  content: "";
  position: absolute;
  width: 42%;
  height: 30%;
  right: -20px;
  top: -20px;
  background: var(--burgundy);
  transform: rotate(3deg);
}
.hero-art img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.23 / 1;
  object-fit: cover;
  box-shadow: 18px 22px 0 var(--ink);
  filter: contrast(1.05) saturate(.9);
}
.art-caption {
  position: absolute;
  left: 18px;
  right: 0;
  bottom: 0;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  color: white;
  background: rgba(0,0,0,.78);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.art-stamp {
  position: absolute;
  z-index: 2;
  top: -34px;
  left: -30px;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--burgundy);
  border: 2px solid var(--white);
  outline: 2px solid var(--burgundy);
  font-family: Impact, sans-serif;
  font-size: 1.08rem;
  line-height: .92;
  letter-spacing: .03em;
  text-align: center;
  transform: rotate(-9deg);
}
.spray-note {
  position: absolute;
  right: 5%;
  bottom: 20px;
  color: var(--burgundy);
  font-family: 'Brush Script MT', cursive;
  font-size: 2rem;
  transform: rotate(-5deg);
}

.statement {
  padding: 92px max(32px, calc((100vw - var(--max)) / 2 + 32px));
  color: var(--white);
  background: var(--black);
}
.section-label { color: var(--burgundy-bright); }
.section-label.light { color: #d7a4b1; }
.statement-text {
  max-width: 1200px;
  margin: 0;
  font-size: clamp(2rem, 4.3vw, 4.65rem);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -.04em;
}
.statement-text span { color: var(--burgundy-bright); text-decoration: underline; text-decoration-thickness: .08em; }

.process {
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px 32px;
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 80px;
}
.section-heading h2, .order h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: .84;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.steps { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--black); }
.steps li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #aaa9a4;
}
.step-no { color: var(--burgundy); font-weight: 900; }
.steps h3 { margin-bottom: 7px; font-size: 1.35rem; text-transform: uppercase; }
.steps p { max-width: 570px; margin-bottom: 0; color: #555552; }

.order {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  color: var(--white);
  background: var(--burgundy);
}
.order-intro { position: relative; padding: 90px max(32px, calc((100vw - var(--max)) / 2 + 32px)) 90px max(32px, calc((100vw - var(--max)) / 2 + 32px)); overflow: hidden; }
.order-intro::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -130px;
  bottom: -170px;
  border: 42px solid rgba(255,255,255,.09);
  border-radius: 50%;
}
.order-intro h2 { margin-bottom: 28px; }
.order-intro > p:not(.section-label) { max-width: 470px; color: #ead8dc; font-size: 1.1rem; }
.order-mark { margin-top: 72px; font-family: Impact, sans-serif; font-size: 3rem; line-height: .75; opacity: .22; transform: rotate(-4deg); }

.order-form { padding: 90px max(32px, calc((100vw - var(--max)) / 2 + 32px)) 90px 8vw; background: var(--ink); }
.form-row { display: grid; gap: 28px; margin-bottom: 28px; }
.form-row.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
label { display: block; }
label > span:first-child { display: block; margin-bottom: 9px; color: #c4c4c1; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
input, select, textarea {
  width: 100%;
  color: var(--white);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #676763;
  border-radius: 0;
  padding: 13px 2px;
  outline: none;
}
textarea { resize: vertical; min-height: 112px; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #aaa 50%), linear-gradient(135deg, #aaa 50%, transparent 50%); background-position: calc(100% - 14px) 55%, calc(100% - 8px) 55%; background-size: 6px 6px; background-repeat: no-repeat; }
select option { color: var(--black); }
input::placeholder, textarea::placeholder { color: #72726f; }
input:focus, select:focus, textarea:focus { border-color: var(--burgundy-bright); box-shadow: 0 1px 0 var(--burgundy-bright); }
.full { margin-bottom: 28px; }
.consent { display: flex; align-items: flex-start; gap: 12px; margin: 34px 0 24px; }
.consent input { width: 20px; height: 20px; flex: 0 0 auto; accent-color: var(--burgundy-bright); }
.consent span { margin: 0 !important; font-size: .78rem !important; line-height: 1.4; text-transform: none !important; letter-spacing: 0 !important; font-weight: 400 !important; }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; }
.button-submit { width: 100%; color: var(--black); background: var(--white); font-size: 1rem; }
.button-submit:hover { color: var(--white); background: var(--burgundy-bright); }
.button-submit:disabled { opacity: .55; cursor: wait; transform: none; }
.form-status { min-height: 24px; margin: 16px 0 0; font-size: .9rem; }
.form-status.success { color: #f5c7d2; }
.form-status.error { color: #ff8ca7; }

.footer {
  max-width: var(--max);
  min-height: 120px;
  margin: 0 auto;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
}
.footer p { margin: 0; color: #666; font-size: .83rem; }
.footer p:last-child { text-align: right; }

@media (max-width: 900px) {
  .header { grid-template-columns: 1fr auto; height: 72px; padding: 0 20px; }
  .nav { display: none; }
  .hero { min-height: auto; padding: 46px 20px 72px; grid-template-columns: 1fr; gap: 70px; }
  h1 { font-size: clamp(4rem, 15vw, 7.2rem); }
  .hero-copy { max-width: 700px; }
  .hero-art { width: min(92%, 700px); margin-left: auto; }
  .process { padding: 86px 20px; grid-template-columns: 1fr; gap: 52px; }
  .order { grid-template-columns: 1fr; }
  .order-intro, .order-form { padding: 76px 32px; }
}

@media (max-width: 580px) {
  .header-cta { font-size: .84rem; }
  .hero { padding-top: 38px; }
  h1 { font-size: clamp(3.55rem, 18vw, 5.2rem); }
  .eyebrow { font-size: .65rem; gap: 8px; }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-art { width: calc(100% - 12px); }
  .hero-art img { box-shadow: 12px 14px 0 var(--ink); }
  .art-stamp { left: -12px; width: 76px; height: 76px; font-size: .9rem; }
  .spray-note { display: none; }
  .statement { padding: 72px 20px; }
  .process { padding: 72px 20px; }
  .steps li { grid-template-columns: 50px 1fr; gap: 10px; }
  .order-intro, .order-form { padding: 66px 20px; }
  .form-row.two { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; padding: 36px 20px; }
  .footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
