:root {
  --ink: #121212;
  --yellow: #ffe600;
  --paper: #f6f6f1;
  --mute: #5c5c56;
  --line: #d9d9d0;
  --hot: #ff3d00;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: var(--hot); }

.tape {
  background: var(--ink);
  color: var(--yellow);
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  font-family: Teko, sans-serif;
  font-size: 18px;
  letter-spacing: .18em;
  padding: 6px 0;
}
.tape span { padding-right: 48px; animation: run 22s linear infinite; }
@keyframes run { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.storebar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 4vw;
  background: var(--yellow);
  border-bottom: 4px solid var(--ink);
}
.logo {
  font-family: Teko, sans-serif;
  font-size: 28px;
  line-height: .8;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .04em;
}
nav { display: flex; gap: 14px; margin-left: auto; font-size: 13px; font-weight: 700; text-transform: uppercase; }
nav a { color: var(--ink); text-decoration: none; }
nav a:hover { text-decoration: underline; }
.storebar-end { display: flex; gap: 8px; align-items: center; }
.lang { display: flex; border: 2px solid var(--ink); }
.lang button {
  background: transparent;
  border: 0;
  padding: 6px 10px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.lang button.is-on { background: var(--ink); color: var(--yellow); }
.menu-btn { display: none; border: 2px solid var(--ink); background: var(--ink); color: var(--yellow); padding: 4px 10px; font-size: 20px; }

.door { padding: 56px 4vw 40px; }
.badge {
  display: inline-block;
  background: var(--ink);
  color: var(--yellow);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.door h1 {
  font-family: Teko, sans-serif;
  font-size: clamp(56px, 11vw, 120px);
  line-height: .82;
  font-weight: 700;
  letter-spacing: -.02em;
  max-width: 12ch;
}
.lede { max-width: 62ch; margin: 18px 0 24px; color: var(--mute); font-size: 18px; }
.door-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 20px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; font-size: 13px; }
.btn.ink { background: var(--ink); color: var(--yellow); }
.btn.yellow { background: var(--yellow); color: var(--ink); border: 3px solid var(--ink); }

.hours {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
  border-top: 3px solid var(--ink);
}
.hours li { padding: 16px 20px 0 0; }
.hours b { display: block; font-family: Teko, sans-serif; font-size: 22px; }
.hours a { color: var(--ink); font-weight: 700; }

.tags {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}
.tags article { padding: 18px; border-right: 1px solid var(--ink); background: #fff; }
.tags b {
  font-family: Teko, sans-serif;
  font-size: 36px;
  background: var(--yellow);
  display: inline-block;
  width: 42px;
  text-align: center;
}
.tags span { display: block; margin-top: 8px; font-size: 13px; font-weight: 600; }

.floor, .bay, .faq-sec { padding: 64px 4vw; }
.bay.alt { background: #fff; }
.hd { max-width: 68ch; margin-bottom: 28px; }
.hd p { font-family: Teko, sans-serif; letter-spacing: .16em; font-size: 18px; color: var(--hot); }
.hd h2 { font-family: Teko, sans-serif; font-size: clamp(36px, 5vw, 56px); line-height: .9; }
.intro { max-width: 78ch; color: var(--mute); margin-bottom: 28px; }

.plan {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 160px 120px;
  gap: 8px;
}
.z {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  font-family: Teko, sans-serif;
  font-size: 56px;
  line-height: .8;
  color: var(--ink);
  text-decoration: none;
  border: 3px solid var(--ink);
}
.z span { font-family: "Public Sans", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.z.a { background: var(--yellow); grid-row: span 2; }
.z.b { background: #fff; }
.z.c { background: var(--ink); color: var(--yellow); }
.z.d { background: #fff; }
.z.e { background: var(--hot); color: #fff; }
.z.f { background: var(--yellow); }

.bays, .shelves, .codegrid, .receipts, .people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.bays article, .codegrid article, .people-grid article {
  border: 3px solid var(--ink);
  padding: 22px;
  background: #fff;
}
.shelves article { background: var(--yellow); border: 3px solid var(--ink); padding: 22px; }
.shelves span { font-family: Teko, sans-serif; font-size: 28px; }
.bays h3, .shelves h3, .codegrid h3, .receipts h3, .people-grid h3 {
  font-family: Teko, sans-serif;
  font-size: 30px;
  margin: 4px 0 8px;
}
.bays p, .shelves p, .codegrid p, .receipts p, .people-grid p { color: var(--mute); }

.host { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.host h3 { font-family: Teko, sans-serif; font-size: 32px; margin-bottom: 8px; }

.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; counter-reset: st; }
.steps li { border: 3px solid var(--ink); padding: 18px; background: var(--yellow); counter-increment: st; }
.steps li::before { content: counter(st); font-family: Teko, sans-serif; font-size: 40px; display: block; }
.steps h3 { font-family: Teko, sans-serif; font-size: 26px; }

.receipts article { background: #fff; border: 3px dashed var(--ink); padding: 20px; }
.receipts span { font-family: Teko, sans-serif; color: var(--hot); font-size: 22px; }

.faq details { border-bottom: 2px solid var(--ink); padding: 12px 0; }
.faq summary { cursor: pointer; font-family: Teko, sans-serif; font-size: 28px; }
.faq p { margin-top: 8px; color: var(--mute); max-width: 80ch; }

.checkout { background: var(--ink); color: var(--yellow); padding: 64px 4vw; }
.hd.light p { color: var(--hot); }
.hd.light h2 { color: var(--yellow); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.vcard p { margin-bottom: 14px; }
.vcard span { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #bdb76b; }
.vcard a, .vcard strong { color: var(--yellow); font-size: 20px; text-decoration: none; }
.note { font-size: 14px !important; color: #cfcf9a !important; max-width: 52ch; }

form { display: grid; gap: 12px; }
form label { display: grid; gap: 6px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
form input, form select, form textarea {
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--yellow);
  color: var(--yellow);
  padding: 10px 0;
  font: inherit;
}
form button {
  background: var(--yellow);
  color: var(--ink);
  border: 0;
  padding: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
}
.form-ok { color: #cfcf9a; }

footer {
  padding: 22px 4vw;
  background: var(--yellow);
  border-top: 4px solid var(--ink);
  display: grid;
  gap: 6px;
  font-size: 13px;
}
footer strong { font-family: Teko, sans-serif; font-size: 28px; }

@media (max-width: 960px) {
  .tags, .hours, .plan, .bays, .shelves, .codegrid, .host, .steps, .receipts, .people-grid, .check-grid {
    grid-template-columns: 1fr;
  }
  .z.a { grid-row: auto; }
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--yellow); flex-direction: column; padding: 16px 4vw; border-bottom: 4px solid var(--ink); }
  nav.open { display: flex; }
  .menu-btn { display: block; }
  .storebar { position: sticky; }
}
