/* Brand tokens from cobb.co.nz (Firecrawl scrape + Webflow CSS, 2026-08-20). */
@font-face {
  font-family: "News706 Bold";
  src: url("https://cdn.prod.website-files.com/632a9e9c116468fe073ad47f/632ad7911796a195455aedea_News706BTBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Eveleth;
  src: url("https://cdn.prod.website-files.com/632a9e9c116468fe073ad47f/64366b85eeb7e3095f162c9d_EvelethCleanRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #ce0e2d;
  --red-deep: #ad0722;
  --cream: #f4f4f4;
  --paper: #ffffff;
  --ink: #2b2b2b;
  --gold: #81858c;
  --muted: #81858c;
  --line: #ececec;
  --font-body: Jost, "Helvetica Neue", sans-serif;
  --font-heading: "News706 Bold", Oswald, sans-serif;
  --font-display: Eveleth, Oswald, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .brand strong {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0;
}
.brand strong { font-family: var(--font-display); font-weight: 400; letter-spacing: 0.02em; }
a { color: var(--red-deep); }
.site-header, .site-footer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.brand-mark {
  height: 52px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.brand span { display: block; color: var(--muted); font-size: 0.9rem; }
.site-header nav { display: flex; gap: 1.25rem; }
.site-header nav a { text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.85rem; }
main { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem 4rem; }
.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(43, 43, 43, 0.06);
}
.hero-copy { padding: 2.4rem; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: var(--font-body);
  color: var(--red);
  margin: 0 0 0.4rem;
}
.lede { font-size: 1.15rem; color: var(--muted); }
.prewrap { white-space: pre-wrap; }
.btn {
  display: inline-block;
  border-radius: 3px;
  padding: 0.7rem 1.3rem;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: var(--font-body);
}
.btn.primary { background: var(--red); color: #fff; }
.btn.primary:hover { background: var(--red-deep); }
.btn.ghost { border-color: var(--red); color: var(--red-deep); background: transparent; }
.btn.block { display: block; text-align: center; }
.videos, .roles { margin-top: 3.5rem; }
.video-grid, .role-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.embed { position: relative; padding-top: 56.25%; border-radius: 12px; overflow: hidden; background: #111; }
.embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.role-card, .narrow, .thanks {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1.4rem 1.5rem;
}
.team-tag { color: var(--gold); font-weight: 700; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.08em; }
.narrow { max-width: 720px; margin: 0 auto; }
.form-wrap.narrow { max-width: 720px; }
.store-list { list-style: none; padding: 0; display: grid; gap: 0.7rem; }
.apply-form fieldset {
  border: 1px solid var(--line);
  border-radius: 4px;
  margin: 1.25rem 0;
  padding: 1rem 1.1rem 1.2rem;
}
.apply-form legend { font-family: var(--font-heading); font-weight: 700; padding: 0 0.4rem; }
.apply-form label { display: block; margin: 0.85rem 0; font-weight: 600; }
.apply-form input, .apply-form select, .apply-form textarea {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  font: inherit;
  font-weight: 400;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
}
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.choice { border-style: dashed; }
.radio { display: flex; gap: 0.6rem; font-weight: 400; align-items: flex-start; }
.radio input { width: auto; margin-top: 0.3rem; }
.notice, .hint { background: #f8e8ea; padding: 0.8rem 1rem; border-radius: 3px; }
.cv-hint { font-weight: 400; font-size: 0.92rem; }
.form-status { color: var(--red-deep); font-weight: 600; margin: 0.8rem 0; }
.step-label {
  margin: 0 0 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.apply-step[hidden] { display: none !important; }
.step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  margin-top: 0.4rem;
}
.value-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-top: 0.5rem;
}
.value-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-weight: 400;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  min-height: 100%;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.value-tile:hover { border-color: var(--gold); }
.value-tile:has(input:checked) {
  border-color: var(--red);
  box-shadow: 0 0 0 2px rgba(206, 14, 45, 0.18);
}
.value-tile input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.value-tile img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  object-position: center 58%;
  background: #f3ebe0;
  display: block;
}
.value-tile-text {
  padding: 0.4rem 0.5rem 0.5rem;
  font-size: 0.78rem;
  line-height: 1.3;
}
.value-tile.text-only .value-tile-text {
  padding: 0.55rem 0.5rem;
  min-height: 4.2rem;
}
.hp { position: absolute; left: -10000px; }
.thanks { text-align: center; padding: 3rem 1.5rem; }
.site-footer { color: var(--muted); justify-content: center; }

@media (max-width: 800px) {
  .hero, .video-grid, .role-grid, .pair, .value-tiles { grid-template-columns: 1fr; }
  .site-header { flex-direction: column; align-items: flex-start; }
}
