/*
The Floor Tag — Redline Recreation, Wenatchee
Client: Redline Recreation (acquired Nelson Motorsports East)
Industry: powersports shop, plus a new golf-cart and side-by-side line
Brand personality: affordable, family, local service (their own promise)
Primary persona: a parent or property owner in the parking lot Saturday, afraid the new brand isn't really there
Secondary persona: someone who winters in Arizona and should hear about the cart stores, after they know where Saturday is
Journey: QR or drive-by → recognize the cabin lot → call or text → name the machine → only then, Arizona
Primary conversion: call or text 509-888-4943
Secondary conversion: the tear-off stub that opens a text. Quieter than the call.
Metaphor: a paper hang-tag on a handlebar, with a tear-off stub
Layout DNA: one paper sheet on a river-dark ground. Date stamp, then lanes as tickets, then hours, then a separate Arizona band.
Opening: the tag itself. No photo overlay. No stock rider. The old site's only image is the Nelson logo, and it stays off.
Proof: the landmark, the hours they already publish, and a plain service sentence. No invented years or rankings.
Type: Bricolage Grotesque. No Redline mark was supplied, so the header is a temporary grotesque wordmark, not Arizona's Unbounded. DM Mono is the stamp. Source Serif 4 is the spoken line under the tag.
Palette: river #13211E, tag stock #F4EFE4, orchard punch #C2411A. Not Redline Carts #DD152E on bone.
Signature move: the punched hole and the September 26 stamp. Arizona is a later band, two real phones, not a second hero.
Non-goals: The Two Lots wireframe, three equal icon cards, priced inventory, Steve Nelson, the Yahoo address, a sticky button on top of the call button.
Swap-test: the Arizona Unbounded red bar on this perforated tag looks like the wrong store.
*/

:root {
  --river: #13211e;
  --river-2: #0d1715;
  --paper: #f4efe4;
  --paper-2: #e7e0d2;
  --ink: #1a1612;
  --muted: #5e564c;
  --orchard: #c2411a;
  --line: #cfc4b2;
  --font: "Bricolage Grotesque", "Avenir Next", sans-serif;
  --serif: "Source Serif 4", Georgia, serif;
  --mono: "DM Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.0625rem;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--orchard); outline-offset: 3px; }

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--paper);
  color: var(--ink);
  padding: 0.5rem 0.8rem;
  z-index: 20;
}
.skip:focus { top: 0.5rem; }

.mast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.1rem 1rem;
  background: var(--river);
  color: var(--paper);
  position: relative;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  min-width: 0;
}
.brand img { width: 36px; height: 36px; flex: none; }
.brand__name {
  display: block;
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
  line-height: 1;
}
.brand__place {
  display: block;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: #d5cbbd;
  margin-top: 0.2rem;
}
.nav-toggle {
  font-family: var(--mono);
  font-size: 0.78rem;
  background: transparent;
  color: var(--paper);
  border: 1px solid #3d524c;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  min-height: 44px;
}
#nav {
  display: none;
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  top: calc(100% - 0.25rem);
  background: var(--paper);
  color: var(--ink);
  padding: 0.6rem;
  border-radius: 12px;
  z-index: 5;
  flex-direction: column;
}
#nav.is-open { display: flex; }
#nav a {
  font-family: var(--font);
  font-weight: 560;
  text-decoration: none;
  padding: 0.7rem 0.6rem;
  border-radius: 8px;
}
#nav a:hover { background: var(--paper-2); }
.nav-call { color: var(--orchard); }

.sheet {
  width: min(1120px, 100%);
  margin: 0 auto;
  background: transparent;
  color: var(--ink);
  border-radius: 0;
  position: relative;
}

.tag { padding: 1.4rem 1.15rem 0.4rem; position: relative; }
.tag__grid { display: flex; flex-direction: column; }
.tag__hole {
  width: 28px;
  height: 28px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  margin-bottom: 0.8rem;
  box-shadow: inset 0 0 0 6px var(--paper), inset 0 0 0 8px var(--orchard);
}
.kicker {
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.8rem;
}
.kicker span { color: var(--orchard); margin-right: 0.55rem; }
h1 {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0 0 0.8rem;
}
.lede { margin: 0 0 1rem; max-width: 38rem; font-size: 1.12rem; }
.where { font-family: var(--font); font-weight: 560; margin: 0 0 1rem; }
.hero-ctas { display: flex; flex-direction: column; align-items: flex-start; gap: 0.7rem; }
.text-link {
  font-family: var(--mono);
  font-size: 0.82rem;
  color: var(--muted);
}

.hero-machine { margin: 0.3rem 0 0.2rem; order: -1; }
.hero-machine img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center;
  background: #eceae8;
  border-radius: 14px;
}
.hero-machine figcaption {
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0.45rem 0 0;
  color: var(--muted);
}
.hero-machine figcaption span { color: var(--orchard); margin-right: 0.45rem; }

.stub { padding: 0 1.15rem 1.4rem; }
.perf {
  border-top: 2px dashed var(--line);
  margin: 0.4rem 0 1.1rem;
}
.stub h2, .floor h2, .promise h2, .hours h2, .az h2 {
  font-family: var(--font);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0 0 0.45rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.stub__note { color: var(--muted); margin: 0 0 1rem; max-width: 36rem; }
.fields { display: grid; gap: 0.7rem; }
label, legend { font-family: var(--font); font-weight: 560; font-size: 0.92rem; }
input[type="text"], input[type="tel"] {
  display: block;
  width: 100%;
  margin-top: 0.3rem;
  font: inherit;
  padding: 0.7rem 0.75rem;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: #fffdf8;
  min-height: 48px;
}
fieldset { border: 0; margin: 0.9rem 0; padding: 0; }
.choices { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.45rem; }
.choices label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  background: #fffdf8;
  min-height: 44px;
}
.form-error { color: var(--orchard); font-family: var(--font); font-weight: 560; }
.success { font-size: 1.15rem; max-width: 34rem; }
.success a { color: var(--orchard); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font);
  font-weight: 720;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.15rem;
  min-height: 48px;
  cursor: pointer;
}
a.btn--call, .btn--call {
  background: var(--orchard);
  color: #fffaf6;
}
a.btn--ink, .btn--ink {
  background: var(--ink);
  color: var(--paper);
}
a.btn:hover { transform: translateY(-1px); }

.floor, .promise, .hours { padding: 0.4rem 1.15rem 1.4rem; }
.floor__note, .floor__soon { color: var(--muted); max-width: 40rem; margin: 0 0 0.8rem; }
.badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.4rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.badges img { height: 64px; width: auto; max-width: 200px; object-fit: contain; }
.badges li:nth-child(2) img { height: 34px; }
.badges li:nth-child(3) img { height: 42px; background: #fff; border-radius: 6px; }
.yard { display: grid; gap: 0.75rem; }
.yard figure {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.yard img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #eceae8;
}
.yard__studio img {
  object-fit: contain;
  aspect-ratio: auto;
  height: auto;
  max-height: 340px;
  margin-inline: auto;
}
.yard__wide img {
  aspect-ratio: auto;
  height: auto;
  max-height: 520px;
  object-fit: contain;
}
.yard figure:nth-child(2) img { object-fit: cover; object-position: 72% 42%; aspect-ratio: 16 / 10; }
.yard figcaption { padding: 0.7rem 0.8rem 0.85rem; }
.yard figcaption b {
  display: block;
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}
.yard figure.yard__apollo {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.yard__apollo img {
  width: min(240px, 80%);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  margin: 1.3rem auto 0.4rem;
  background: transparent;
}
.yard figure.yard__apollo figcaption { color: var(--ink); }
.ticket {
  border: 1px solid var(--ink);
  border-radius: 14px;
  padding: 1rem 1rem 1.1rem;
  margin: 0 0 0.7rem;
  background: #fffdf8;
}
.ticket--new {
  background: var(--ink);
  color: var(--paper);
}
.ticket h3 {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.05em;
  margin: 0.15rem 0 0.35rem;
  line-height: 0.9;
}
.ticket p { margin: 0; max-width: 40rem; }
.stamp {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orchard);
  margin: 0;
}
.stamp--quiet { color: var(--muted); }
.pair { display: grid; gap: 0.7rem; }

.promise p { margin: 0; max-width: 38rem; font-size: 1.2rem; }
.hours dl { margin: 0 0 1rem; }
.hours div {
  display: grid;
  grid-template-columns: minmax(0, 11rem) 1fr;
  gap: 0.6rem;
  padding: 0.45rem 0;
  border-top: 1px solid var(--line);
}
.hours dt { font-family: var(--font); font-weight: 720; }
.hours dd { margin: 0; }
.where--end { margin-top: 0.8rem; }

.az { background: var(--river); color: var(--paper); padding: 2rem 0 2.2rem; }
.az__inner { width: min(1120px, calc(100% - 1.25rem)); margin: 0 auto; }
.az__lead { margin: 0 0 1rem; max-width: 34rem; color: #d9d0c3; }
.az ul { list-style: none; margin: 0; padding: 0; }
.az li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid #2c403b;
}
.az a { text-decoration: none; }
.az__city {
  display: block;
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}
.az__street { display: block; color: #d9d0c3; font-family: var(--mono); font-size: 0.82rem; }
.az__phone {
  font-family: var(--font);
  font-weight: 720;
  color: #ffb093;
  align-self: center;
}

.foot {
  width: min(1120px, calc(100% - 1.25rem));
  margin: 0 auto;
  padding: 1.2rem 0.2rem 0.4rem;
  color: var(--ink);
  font-family: var(--font);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.foot a { color: var(--ink); }
.colophon {
  width: min(1120px, calc(100% - 1.25rem));
  margin: 0.4rem auto 5.5rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--serif);
  font-size: 0.82rem;
}
.colophon a { color: var(--ink); }
.az a.az__site {
  display: inline-block;
  margin-top: 0.25rem;
  color: #ffb093;
  text-decoration: underline;
  font-family: var(--font);
  font-weight: 720;
}
.legal {
  width: min(720px, calc(100% - 1.5rem));
  margin: 0 auto 2rem;
  background: var(--paper);
  color: var(--ink);
  border-radius: 16px;
  padding: 1.4rem 1.2rem 1.6rem;
}
.legal h1 { font-size: clamp(2rem, 4vw, 2.8rem); }

.stick {
  position: fixed;
  left: auto;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 6;
  display: none;
  width: max-content;
  max-width: calc(100% - 1.5rem);
  background: var(--orchard);
  color: #fffaf6;
  text-decoration: none;
  font-family: var(--font);
  font-weight: 720;
  text-align: center;
  border-radius: 999px;
  padding: 0.85rem 1rem;
  min-height: 48px;
  box-shadow: 0 8px 24px rgba(0,0,0,.28);
}
.stick.is-on { display: block; }

@media (min-width: 800px) {
  .sheet { width: min(1120px, calc(100% - 3rem)); margin-bottom: 0; }
  .tag, .stub, .floor, .promise, .hours { padding-left: 2rem; padding-right: 2rem; }
  .tag { padding-top: 1.8rem; }
  .tag__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 1.25rem 1.4rem;
    align-items: end;
  }
  .hero-machine { order: 0; }
  .hero-machine img { aspect-ratio: 4 / 3; }
  .fields { grid-template-columns: 1fr 1fr; }
  .yard { grid-template-columns: 1fr 1fr; }
  .yard__wide { grid-column: 1 / -1; }
  .az__inner { width: min(1120px, calc(100% - 3rem)); }
}

@media (min-width: 920px) {
  .nav-toggle { display: none; }
  #nav, #nav.is-open {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    background: transparent;
    color: var(--paper);
    padding: 0;
    gap: 0.2rem;
  }
  #nav a { color: var(--paper); padding: 0.4rem 0.55rem; }
  #nav a:hover { background: transparent; text-decoration: underline; }
  .nav-call { color: #ffb093; }
  .stick { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  a.btn:hover { transform: none; }
}
