/* Patronage Meats — mobile-first.
   Type and rule lifted from the 2021 Shopify/Shogun page: distressed navy
   wordmark, 3px #152a8a rule, 20px/24px Courier New copy. Ground is now
   off-white butcher paper (Neal, 2026-09-17).
   Breakpoints in em so they respond to a raised browser font size:
     base  = phones · 40em = 640 · 48em = 768 tablets · 64em = 1024 laptops ·
     100em = 1600 wide/ultrawide (everything capped, nothing sprawls) */

:root {
  --navy: #152a8a;
  --ink: #111;
  --muted: #5a5650;
  --paper: #f1ebdf;        /* butcher paper */
  --paper-deep: #e9e1d2;   /* a shade darker for rules/edges */
  --field: #faf7f1;        /* inputs sit a touch lighter than the page */
  --hair: rgba(30, 24, 12, .18);
  --mono: 'Courier New', Courier, monospace;
  --sans: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
  --copy-size: 18px;
  --copy-lh: 26px;
  --gutter: 7%;
  --copy-max: 720px;
  --form-max: 420px;
}

*, *::before, *::after { box-sizing: border-box; }

[hidden] { display: none !important; }

html { background: var(--paper); -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* butcher-paper texture: a rendered sheet (make_paper.py) with fibre, creases,
   a grease patch and a coffee ring, fixed under everything so it never tiles */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-color: var(--paper);
  background-image: url("paper-mobile.jpg?v=1");
  background-size: cover;
  background-position: center;
}
@media (min-width: 48em) {
  body::before { background-image: url("paper.jpg?v=1"); }
}

.page { width: 100%; overflow-x: clip; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  overflow: hidden; clip: rect(0 0 0 0);
}

/* text wrapping: no single words stranded on their own row */
p, li, h1, h2, h3, figcaption, label { text-wrap: pretty; }
.copy p, .copy__h1, .copy li, .signup__title, .signup__note, .order__h2, .order__note,
.share__tagline, .guide__h1, .guide__lede, .picks__done p, .cutmap__summary { text-wrap: balance; }

@media (min-width: 40em) {
  :root { --copy-size: 20px; --copy-lh: 24px; }
}

/* ---------- hero ---------- */

.hero { padding: 8vw 4% 0; text-align: center; }

.hero__title { margin: 0; line-height: 0; }
.hero__home  { display: block; line-height: 0; }

.hero__wordmark {
  display: inline-block;
  width: 92vw;
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.hero--compact .hero__wordmark { width: 78vw; }

.rule {
  border: 0;
  border-top: 3px solid var(--navy);
  width: 70%;
  max-width: 760px;
  margin: 5vw auto 0;
}

@media (min-width: 48em) {
  .hero { padding-top: 5vw; }
  .hero__wordmark { width: min(81vw, 1180px); }
  .hero--compact .hero__wordmark { width: min(56vw, 820px); }
  .rule { width: 60%; margin-top: 2.4vw; }
}

@media (min-width: 100em) {
  .hero { padding-top: 64px; }
  .rule { margin-top: 32px; }
}

/* ---------- copy ---------- */

.copy {
  margin: 28px var(--gutter) 0;
  font-family: var(--mono);
  font-size: var(--copy-size);
  line-height: var(--copy-lh);
  text-align: center;
  color: var(--ink);
}

.copy p { margin: 0 0 20px; color: inherit; }

.copy__h1 {
  font-family: var(--mono);
  font-size: var(--copy-size);
  line-height: var(--copy-lh);
  font-weight: 400;
  margin: 0 0 20px;
}

.deal { list-style: none; padding: 0; margin: 0 0 36px; }
@media (min-width: 40em) { .deal { margin-bottom: 44px; } }
.deal li { margin: 0; }

.stars { font-family: var(--sans); font-size: 15px; letter-spacing: .3em; color: var(--muted); }

.copy em { font-style: italic; }

.copy a { color: var(--navy); text-underline-offset: 3px; }

.copy--fine {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--hair);
  font-size: 15px;
  line-height: 22px;
  color: var(--muted);
}
.copy--fine p { margin-bottom: 12px; }

@media (min-width: 48em) {
  .copy { margin-left: auto; margin-right: auto; max-width: var(--copy-max); padding: 0 24px; }
  .copy--fine { margin-top: 56px; padding-top: 28px; }
}

/* ---------- "read up" links on the home page ---------- */

.readup {
  margin: 44px var(--gutter) 0;
  font-family: var(--mono);
}

.readup__title {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
  margin: 0 0 6px;
  text-align: center;
}

.readup__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--hair);
}

.readup__list li { border-bottom: 1px solid var(--hair); }

.readup__list a {
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 13px 2px;
  color: var(--ink);
  text-decoration: none;
  font-size: 17px;
  line-height: 24px;
}
.readup__list a:hover, .readup__list a:focus-visible { color: var(--navy); outline: none; }
.readup__list a::after { content: '\2192'; color: var(--navy); flex: none; }
.readup__sub { display: block; font-size: 13px; line-height: 18px; color: var(--muted); }

@media (min-width: 48em) {
  .readup { margin: 48px auto 0; max-width: var(--copy-max); padding: 0 24px; }
}

/* ---------- forms (shared) ---------- */

.signup {
  margin: 40px var(--gutter) 16px;
  display: flex;
  justify-content: center;
}

.signup__form {
  width: 100%;
  max-width: var(--form-max);
  font-family: var(--mono);
  color: var(--ink);
  text-align: center;
}

.signup__title {
  font-family: var(--mono);
  font-size: var(--copy-size);
  line-height: var(--copy-lh);
  font-weight: 400;
  margin: 0 0 4px;
}

.signup__note {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 20px;
  color: var(--muted);
}

.field { text-align: left; margin-bottom: 14px; }

.field label {
  display: block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .02em;
  margin-bottom: 4px;
}

.field .optional { color: #6f6a62; }

.field input,
.field textarea,
.select select {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 9px 10px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--field);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 17px;
  line-height: 24px;
  appearance: none;
  -webkit-appearance: none;
}

.field textarea { resize: vertical; min-height: 72px; }

.field input::placeholder,
.field textarea::placeholder { color: #9a958c; }

.field input:focus,
.field textarea:focus,
.select select:focus {
  outline: 2px solid var(--navy);
  outline-offset: 1px;
  border-color: var(--navy);
}

.field input.is-invalid,
.select select.is-invalid { border-color: #b3261e; outline-color: #b3261e; }

.field__error {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 18px;
  color: #b3261e;
}

.select { position: relative; }
.select select { padding-right: 40px; cursor: pointer; }
.select::after {
  content: '';
  position: absolute;
  right: 14px; top: 50%;
  width: 9px; height: 9px;
  border-right: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.select select:invalid { color: #6f6a62; }

.field-row { display: flex; gap: 12px; }
.field--grow { flex: 1 1 auto; min-width: 0; }
.field--zip { flex: 0 0 120px; }

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

.signup__button {
  display: inline-block;
  width: 100%;
  min-height: 48px;
  margin-top: 6px;
  padding: 11px 18px;
  border: 1px solid var(--navy);
  border-radius: 0;
  background: var(--navy);
  color: #fff;
  font-family: var(--mono);
  font-size: 17px;
  line-height: 24px;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease;
}

.signup__button:hover,
.signup__button:focus-visible {
  background: var(--field);
  color: var(--navy);
  outline: none;
}

.signup__button:disabled {
  cursor: default;
  background: var(--navy);
  color: #fff;
  opacity: .9;
}

.signup__consent {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 17px;
  color: var(--muted);
  text-align: left;
}

.signup__status {
  min-height: 20px;
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 20px;
  color: var(--ink);
}

@media (min-width: 48em) {
  .signup { margin: 4vw auto 16px; padding: 0 24px; max-width: calc(var(--form-max) + 48px); }
}

/* ---------- cuts page ---------- */

.picks {
  margin: 32px var(--gutter) 0;
  font-family: var(--mono);
  color: var(--ink);
}

.cuts {
  list-style: none;
  margin: 0 auto 32px;
  padding: 0;
  border-top: 1px solid var(--hair);
  max-width: var(--copy-max);
}

.cut { padding: 20px 0; border-bottom: 1px solid var(--hair); }

.cut__body { min-width: 0; }

.cut__index {
  margin: 0 0 2px;
  font-size: 13px;
  line-height: 18px;
  color: var(--muted);
}

.cut__name {
  margin: 0 0 6px;
  font-family: var(--mono);
  font-size: var(--copy-size);
  line-height: var(--copy-lh);
  font-weight: 400;
}

.cut__tagline {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 22px;
  color: var(--ink);
}

.cut__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  color: var(--muted);
}

.cut__bullets li { padding-left: 14px; position: relative; }
.cut__bullets li::before { content: '\2013'; position: absolute; left: 0; }

.picks__form { max-width: var(--form-max); margin: 0 auto; }

.picks .signup__button { display: block; }
.picks .signup__status { text-align: center; }

.picks__done {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 0 8px;
  text-align: center;
  font-size: var(--copy-size);
  line-height: var(--copy-lh);
}
.picks__done:focus { outline: none; }
.picks__done p { margin: 0 0 20px; }
.picks__done-title { color: var(--navy); }
.picks__done-fine { font-size: 15px; line-height: 22px; color: var(--muted); }

@media (min-width: 48em) {
  .picks { margin: 3vw auto 0; padding: 0 24px; max-width: calc(var(--copy-max) + 48px); }
  .cut { padding: 24px 0; display: grid; grid-template-columns: 2fr 3fr; gap: 0 28px; align-items: start; }
  .cut__photo { margin: 4px 0 0; }
  .cut:not(:has(.cut__photo)) { display: block; }
}

@media (min-width: 64em) {
  .cuts { margin-bottom: 40px; }
}

/* ---------- order form: shares as columns, cut pulldowns ---------- */

.order {
  margin: 8px var(--gutter) 0;
  font-family: var(--mono);
  color: var(--ink);
}

.order__step { margin: 0 0 40px; }

.order__h2 {
  font-family: var(--mono);
  font-size: var(--copy-size);
  line-height: var(--copy-lh);
  font-weight: 400;
  margin: 0 0 14px;
  padding-top: 14px;
  border-top: 1px solid var(--hair);
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.order__num {
  flex: none;
  width: 26px; height: 26px;
  border: 1px solid var(--navy);
  color: var(--navy);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.order__note {
  margin: -4px 0 16px;
  font-size: 14px;
  line-height: 20px;
  color: var(--muted);
}

.shares {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.share {
  display: block;
  position: relative;
  border: 1px solid var(--hair);
  background: rgba(250, 247, 241, .55);
  cursor: pointer;
  transition: border-color .15s ease;
}
.share:hover { border-color: var(--ink); }
.share__input {
  position: absolute;
  opacity: 0;
  width: 1px; height: 1px;
}
.share__photo { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper-deep); }
.share__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.share__body { display: block; padding: 14px 16px 16px; }
.share__name { display: block; font-size: var(--copy-size); line-height: var(--copy-lh); margin-bottom: 6px; }
.share__tagline { display: block; font-size: 14px; line-height: 20px; margin-bottom: 10px; }
.share__bullets { display: block; font-size: 13px; line-height: 19px; color: var(--muted); }
.share__bullets span { display: block; padding-left: 14px; position: relative; }
.share__bullets span::before { content: '\2013'; position: absolute; left: 0; }
.share__pick {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 14px;
  border: 1px solid var(--navy);
  color: var(--navy);
  font-size: 14px;
  line-height: 20px;
}
.share:has(.share__input:checked) { border: 2px solid var(--navy); }
.share:has(.share__input:checked) .share__pick { background: var(--navy); color: #fff; }
.share:has(.share__input:checked) .share__pick::before { content: '\2713  '; }
.share:has(.share__input:focus-visible) { outline: 2px solid var(--navy); outline-offset: 3px; }
.share--unsure { margin-top: 14px; }
.share--unsure .share__body { padding: 12px 16px; }
.share--unsure .share__name { font-size: 17px; margin-bottom: 2px; }
.share--unsure .share__tagline { margin-bottom: 0; color: var(--muted); }
.share--unsure:has(.share__input:checked) .share__name { color: var(--navy); }

.cutmap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px 20px;
}
.cutmap__field label { font-size: 15px; line-height: 20px; margin-bottom: 2px; }
.cutmap__jp { color: var(--muted); font-size: 12px; letter-spacing: .04em; margin-left: 4px; }
.cutmap__summary { display: block; font-size: 12px; line-height: 16px; color: var(--muted); margin-bottom: 6px; }

.order__step--you .picks__form { margin: 0; }

@media (min-width: 40em) {
  .cutmap { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 48em) {
  .order { margin: 12px auto 0; padding: 0 24px; max-width: 1120px; }
  .shares { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .share--unsure { max-width: 520px; margin-left: auto; margin-right: auto; }
  .order__step--you .picks__form { margin: 0; max-width: var(--form-max); }
}

@media (min-width: 64em) {
  .cutmap { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- guide (cut pages) ---------- */

.guide {
  margin: 28px var(--gutter) 0;
  font-family: var(--mono);
  color: var(--ink);
}

.guide__crumb {
  font-size: 13px;
  line-height: 18px;
  color: var(--muted);
  margin: 0 0 18px;
}
.guide__crumb a { color: var(--navy); text-decoration: none; display: inline-block; padding: 8px 0; }
.guide__crumb a:hover { text-decoration: underline; text-underline-offset: 3px; }

.guide__h1 {
  font-family: var(--mono);
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  margin: 0 0 4px;
}

.guide__kicker {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 18px;
}

.guide__lede {
  font-size: var(--copy-size);
  line-height: 28px;
  margin: 0 0 24px;
}

.sketch {
  position: relative;
  margin: 0 0 24px;
  border: 1px solid var(--hair);
  background: var(--paper-deep);
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.sketch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  filter: contrast(1.05);
}
.sketch__fpo {
  position: absolute;
  left: 8px; bottom: 8px;
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(241, 235, 223, .85);
  border: 1px solid var(--hair);
}
.sketch--photo img { mix-blend-mode: normal; filter: none; }
.sketch__cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}

/* the wagyu guy, on the sign-up page */
.guy {
  margin: 4px auto 24px;
  max-width: 440px;
  text-align: center;
}
.guy img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--hair);
}
.guy figcaption {
  margin-top: 8px;
  font-size: 15px;
  line-height: 20px;
  color: var(--muted);
}

/* share photos on the sign-up page */
.cut__photo {
  margin: 0 0 12px;
  border: 1px solid var(--hair);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--paper-deep);
}
.cut__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.share-preview {
  margin: 0 0 14px;
  border: 1px solid var(--hair);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--paper-deep);
}
.share-preview img { display: block; width: 100%; height: 100%; object-fit: cover; }
.share-preview__cap {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 16px;
  color: var(--muted);
}

.sketch--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-style: dashed;
}

.guide__section { margin: 0 0 28px; }
.guide__h2 {
  font-family: var(--mono);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 400;
  margin: 0 0 8px;
  padding-top: 12px;
  border-top: 1px solid var(--hair);
}
.guide__section p { margin: 0 0 14px; font-size: 16px; line-height: 25px; }
.guide__section ul { margin: 0 0 14px; padding-left: 18px; font-size: 16px; line-height: 25px; }
.guide__section li { margin-bottom: 4px; }

.guide__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 8px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--hair);
  font-size: 14px;
  line-height: 20px;
}
.guide__nav a { color: var(--navy); text-decoration: none; display: inline-block; padding: 12px 0; min-height: 44px; }
.guide__nav a:hover { text-decoration: underline; text-underline-offset: 3px; }
.guide__nav .next { margin-left: auto; text-align: right; }

.guide__cta {
  margin: 36px 0 0;
  padding: 22px 0 0;
  border-top: 3px solid var(--navy);
  text-align: center;
}
.guide__cta p { margin: 0 0 14px; font-size: var(--copy-size); line-height: var(--copy-lh); }
.guide__cta .signup__button { max-width: var(--form-max); display: inline-block; width: 100%; }

/* index of cuts */
.guide__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.guide__card { min-width: 0; }
.guide__card a { color: inherit; text-decoration: none; display: block; }
.guide__card .sketch { margin-bottom: 10px; }
.guide__card h3 { font-family: var(--mono); font-size: 18px; line-height: 24px; font-weight: 400; margin: 0 0 2px; }
.guide__card a:hover h3, .guide__card a:focus-visible h3 { color: var(--navy); }
.guide__card p { margin: 0; font-size: 14px; line-height: 20px; color: var(--muted); }

@media (min-width: 40em) {
  .guide__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

@media (min-width: 48em) {
  .guide { margin: 32px auto 0; padding: 0 24px; max-width: calc(var(--copy-max) + 48px); }
  .guide--wide { max-width: 1120px; }
  .guide__h1 { font-size: 32px; line-height: 40px; }
  .guide__article { display: grid; grid-template-columns: 5fr 7fr; gap: 0 40px; align-items: start; }
  .guide__article .sketch { grid-column: 1; position: sticky; top: 24px; }
  .guide__article .guide__text { grid-column: 2; }
}

@media (min-width: 64em) {
  .guide__grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
}

/* ---------- offer landing page (sweet sixteenth) ---------- */

.offer {
  margin: 28px var(--gutter) 0;
  font-family: var(--mono);
  text-align: center;
}
.offer__kicker {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.offer__title {
  font-family: var(--mono);
  font-size: 31px;
  line-height: 38px;
  font-weight: 400;
  margin: 0 0 14px;
  color: var(--navy);
}
.offer__lede {
  font-size: var(--copy-size);
  line-height: 27px;
  margin: 0 auto 22px;
  max-width: 34ch;
}
.offer__price {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.offer__amount {
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -.02em;
  color: var(--ink);
}
.offer__terms {
  font-size: 13px;
  line-height: 18px;
  color: var(--muted);
}
.offer__cta { margin: 0; }
.offer__button { display: inline-block; width: auto; min-width: 240px; text-decoration: none; }

.box {
  margin: 40px var(--gutter) 0;
  font-family: var(--mono);
}
.box__title {
  font-family: var(--mono);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--navy);
  margin: 0 0 6px;
  padding-top: 14px;
  border-top: 3px solid var(--navy);
}
.box__list { list-style: none; margin: 0; padding: 0; }
.box__item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--hair);
}
.box__img {
  width: 96px; height: 72px;
  object-fit: cover;
  border: 1px solid var(--hair);
}
.box__qty {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--navy);
  border: 1px solid var(--navy);
  padding: 1px 6px;
  margin-bottom: 6px;
}
.box__name { font-family: var(--mono); font-size: 17px; line-height: 23px; font-weight: 400; margin: 0 0 2px; }
.box__note { margin: 0; font-size: 14px; line-height: 20px; color: var(--muted); }
.box__fine { margin: 14px 0 0; font-size: 13px; line-height: 19px; color: var(--muted); }

.signup--offer { margin-top: 44px; }

@media (min-width: 48em) {
  .offer { margin: 36px auto 0; max-width: var(--copy-max); padding: 0 24px; }
  .offer__title { font-size: 44px; line-height: 50px; }
  .offer__lede { max-width: 44ch; }
  .offer__price { flex-direction: row; align-items: baseline; justify-content: center; gap: 16px; }
  .box { margin: 52px auto 0; max-width: var(--copy-max); padding: 0 24px; }
  .box__item { grid-template-columns: 140px 1fr; gap: 0 22px; padding: 18px 0; }
  .box__img { width: 140px; height: 96px; }
}

/* ---------- social ---------- */

.social { text-align: center; margin: 24px 0 10vw; }

.social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  color: var(--ink);
}

.social__link:hover .social__icon,
.social__link:focus-visible .social__icon { color: var(--navy); }

.social__link:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }

.social__icon { display: block; }

@media (min-width: 48em) { .social { margin-bottom: 5vw; } }
@media (min-width: 100em) { .social { margin-bottom: 72px; } }

@media (prefers-reduced-motion: reduce) {
  .signup__button { transition: none; }
}

/* ---------- admin ---------- */

.admin-body { font-family: var(--mono); }

.admin {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px var(--gutter) 48px;
}

.admin__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--navy);
}

.admin__brand {
  color: var(--navy);
  text-decoration: none;
  font-size: 20px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.admin__title { color: var(--muted); font-size: 15px; }

.admin__nav { margin-left: auto; display: flex; gap: 16px; font-size: 14px; }
.admin__nav a { color: var(--ink); text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; }
.admin__nav a.is-on { border-bottom-color: var(--navy); color: var(--navy); }
.admin__nav a:hover { color: var(--navy); }

.admin__h1 { font-size: 20px; line-height: 26px; font-weight: 400; margin: 24px 0 12px; }
.admin__h2 { font-size: 15px; line-height: 20px; font-weight: 400; margin: 28px 0 8px; color: var(--muted); }
.admin__muted { color: var(--muted); font-size: 13px; }
.admin__notice { margin: 12px 0 0; padding: 10px 12px; border: 1px solid var(--navy); color: var(--navy); font-size: 14px; }
.admin__error  { margin: 12px 0 0; padding: 10px 12px; border: 1px solid #b3261e; color: #b3261e; font-size: 14px; }

.admin__form { max-width: var(--form-max); margin: 0 auto; padding-top: 8px; }

.admin__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0 16px;
}
.admin__stats div { border: 1px solid var(--hair); padding: 12px 14px; }
.admin__num { display: block; font-size: 28px; line-height: 32px; color: var(--navy); }
.admin__lbl { display: block; font-size: 12px; line-height: 16px; color: var(--muted); margin-top: 2px; }

.admin__filters { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0 0 12px; }
.admin__filters input[type=search] {
  flex: 1 1 220px; min-height: 40px; padding: 8px 10px; background: var(--field);
  border: 1px solid var(--ink); border-radius: 0; font-family: var(--mono); font-size: 14px;
}
.admin__filters .select { flex: 0 1 200px; }
.admin__filters .select select { min-height: 40px; font-size: 14px; padding-top: 7px; padding-bottom: 7px; }
.admin__toolbar { margin: 16px 0 8px; font-size: 14px; }

.admin__btn {
  min-height: 40px; padding: 8px 16px; border: 1px solid var(--navy); border-radius: 0;
  background: var(--navy); color: #fff; font-family: var(--mono); font-size: 14px; cursor: pointer;
}
.admin__btn:hover { background: var(--field); color: var(--navy); }
.admin__btn--danger { border-color: #b3261e; background: var(--field); color: #b3261e; }
.admin__btn--danger:hover { background: #b3261e; color: #fff; }
.admin__link { color: var(--navy); font-size: 14px; text-underline-offset: 3px; }
.admin__danger { margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--hair); }

.admin__tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-top: 1px solid var(--hair); }
.admin__table { width: 100%; border-collapse: collapse; font-size: 13px; line-height: 18px; }
.admin__table th, .admin__table td { text-align: left; vertical-align: top; padding: 9px 10px 9px 0; border-bottom: 1px solid var(--hair); }
.admin__table th { font-weight: 400; color: var(--muted); font-size: 12px; white-space: nowrap; }
.admin__table a { color: var(--navy); text-underline-offset: 3px; }
.admin__table .nowrap { white-space: nowrap; }
.admin__table .wrap { overflow-wrap: anywhere; min-width: 200px; }

.tag { display: inline-block; font-size: 11px; line-height: 16px; padding: 1px 6px; border: 1px solid var(--hair); color: var(--muted); }
.tag--completed { border-color: var(--navy); color: var(--navy); }

.admin__dl { display: grid; grid-template-columns: max-content 1fr; gap: 8px 16px; font-size: 14px; line-height: 20px; margin: 0 0 8px; }
.admin__dl dt { color: var(--muted); }
.admin__dl dd { margin: 0; }
.admin__dl .wrap { overflow-wrap: anywhere; }

@media (min-width: 48em) {
  .admin { padding: 24px 32px 64px; }
  .admin__stats { grid-template-columns: repeat(4, 1fr); }
  .admin__table { font-size: 14px; line-height: 20px; }
}

/* ---- Better With Wagyu (recipes landing) ---- */
.dishnav { margin: 26px var(--gutter) 0; font-family: var(--mono); }
.dishnav__list { list-style: none; margin: 0; padding: 14px 0 0; border-top: 3px solid var(--navy); display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14px; line-height: 20px; }
.dishnav__list a { color: var(--navy); text-underline-offset: 3px; }
.dishes { margin: 8px var(--gutter) 0; font-family: var(--mono); }
.dish { padding: 28px 0 8px; border-bottom: 1px solid var(--hair); scroll-margin-top: 16px; }
.dish__name { font-family: var(--mono); font-size: 26px; line-height: 32px; font-weight: 400; color: var(--navy); margin: 0 0 2px; }
.dish__fr { font-size: 13px; line-height: 18px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 0 0 16px; }
.dish__row { display: grid; grid-template-columns: 1fr; gap: 14px 20px; align-items: start; margin: 0 0 6px; }
.dish__img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border: 1px solid var(--hair); }
.dish__h3 { font-family: var(--mono); font-size: 13px; line-height: 18px; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); font-weight: 400; margin: 14px 0 6px; }
.dish__body p, .dish__get { margin: 0 0 12px; font-size: 16px; line-height: 25px; text-wrap: pretty; }
.dish__steps { margin: 0 0 14px; padding-left: 22px; font-size: 16px; line-height: 25px; }
.dish__steps li { margin-bottom: 6px; }
.dish__get a { color: var(--navy); text-underline-offset: 3px; }
.dish__alt { margin: 18px 0 0; text-align: center; font-family: var(--mono); font-size: 15px; line-height: 22px; }
.dish__alt a { color: var(--navy); text-underline-offset: 3px; }
@media (min-width: 40em) {
  .dish__row { grid-template-columns: 240px 1fr; }
  .dish__body .dish__h3:first-child { margin-top: 0; }
}
