/* ============================================================
   main.css — Banh Mi & Rolls Factory shared design system
   Styles ALL five pages. Load AFTER tokens.css.
   Contents:
     01 Reset + base          08 Department tiles + door links
     02 Typography            09 Cards / menu cards / price tags
     03 Score-mark motif      10 Leader lists / deal strip / steps
     04 Layout + sections     11 Accordion (FAQ)
     05 Buttons               12 Forms
     06 Header + nav          13 Testimonials / social wall / stats
     07 Ticker awning         14 Info bands / map-hours / dark band + footer
                              15 Heroes
                              16 Reveal motion + reduced motion
   ============================================================ */

/* ---------- 01 Reset + base ---------- */

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.65;
  color: var(--color-ink);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }

h1, h2, h3, h4, h5, p, ul, ol, dl, figure, blockquote { margin: 0; }

ul[class], ol[class] { padding: 0; list-style: none; }

a { color: inherit; }

button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }

:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
  border-radius: 2px;
}

.section--dark :focus-visible,
.site-footer :focus-visible,
.ticker :focus-visible,
.hero-home :focus-visible,
.hero-dark :focus-visible {
  outline-color: var(--color-gold);
}

::selection { background: var(--crust-300); color: var(--ink-900); }

.skip-link {
  position: absolute;
  top: -100px;
  left: var(--s-4);
  z-index: 200;
  padding: var(--s-3) var(--s-5);
  background: var(--color-ink);
  color: var(--color-bg);
  font-family: var(--font-ticket);
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: .14em;
  text-decoration: none;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  transition: top var(--dur-fast) var(--ease-out);
}
.skip-link:focus-visible { top: 0; }

.icon { width: 20px; height: 20px; flex: none; }

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

.u-center { text-align: center; }
.u-mt-5 { margin-top: var(--s-5); }
.u-mt-6 { margin-top: var(--s-6); }
.u-mt-7 { margin-top: var(--s-7); }

/* ---------- 02 Typography ---------- */

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: .95;
}

h4, h5 { font-weight: 700; line-height: 1.3; }

p { max-width: 65ch; }

.prose > * + * { margin-top: var(--s-4); }

.mono, .eyebrow, .price-tag, .dept-tile__label, .step-num, .stat-label {
  font-family: var(--font-ticket);
  text-transform: uppercase;
  letter-spacing: .14em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  font-family: var(--font-ticket);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-primary);
  margin-bottom: var(--s-4);
}
.eyebrow--light { color: var(--crust-300); }
.eyebrow--band { color: var(--color-band-muted); }

.section-head { margin-bottom: var(--s-7); }
.section-head--center { text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .section-lede,
.section-head--center p { margin-inline: auto; }

.section-title { font-size: var(--text-3xl); }
@media (min-width: 900px) { .section-title { font-size: var(--text-4xl); } }

.section-lede {
  margin-top: var(--s-4);
  font-size: var(--text-md);
  color: var(--color-ink-muted);
  max-width: 58ch;
}
.section--dark .section-lede { color: var(--color-band-muted); }

/* ---------- 03 Score-mark motif  ///  ---------- */

.score {
  flex: none;
  width: 24px;
  height: 12px;
  color: var(--color-accent);
}
.score--gold { color: var(--color-gold); }

/* list bullets: three tiny baker's slashes via masked data-URI (color stays a token) */
.score-list { display: grid; gap: var(--s-3); }
.score-list li {
  position: relative;
  padding-left: calc(24px + var(--s-3));
}
.score-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 24px;
  height: 12px;
  background-color: var(--color-accent);
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 12"%3E%3Cpath d="M3.5 10 8 2M11.25 10l4.5-8M19 10l4.5-8" fill="none" stroke="%23000" stroke-width="2.25" stroke-linecap="round"/%3E%3C/svg%3E') no-repeat center / contain;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 12"%3E%3Cpath d="M3.5 10 8 2M11.25 10l4.5-8M19 10l4.5-8" fill="none" stroke="%23000" stroke-width="2.25" stroke-linecap="round"/%3E%3C/svg%3E') no-repeat center / contain;
}
.section--dark .score-list li::before,
.dark-panel .score-list li::before { background-color: var(--color-gold); }

/* faint repeating-slash texture band on kraft/dark sections */
.score-texture { position: relative; }
.score-texture::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-color: var(--color-ink);
  opacity: .03;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="72" height="48" viewBox="0 0 72 48"%3E%3Cpath d="M14 34 26 14M32 34 44 14M50 34 62 14" fill="none" stroke="%23000" stroke-width="3" stroke-linecap="round"/%3E%3C/svg%3E') repeat;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="72" height="48" viewBox="0 0 72 48"%3E%3Cpath d="M14 34 26 14M32 34 44 14M50 34 62 14" fill="none" stroke="%23000" stroke-width="3" stroke-linecap="round"/%3E%3C/svg%3E') repeat;
}
.score-texture > * { position: relative; }
.section--dark.score-texture::before { background-color: var(--color-band-ink); opacity: .04; }

/* small centered divider (footer, section breaks) */
.score-divider {
  display: flex;
  justify-content: center;
  padding-block: var(--s-5);
  color: var(--color-accent);
}

/* ---------- 04 Layout + sections ---------- */

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--s-5);
}

.section { padding-block: var(--s-8); }
@media (min-width: 900px) { .section { padding-block: var(--s-9); } }

.section--kraft { background: var(--color-panel); }
.section--kraft-strong { background: var(--color-panel-strong); }
.section--dark {
  background: var(--color-band-bg);
  color: var(--color-band-ink);
}
.section--dark p { color: var(--color-band-muted); }
.section--dark h2, .section--dark h3, .section--dark .section-title { color: var(--color-band-ink); }
.section--flush-top { padding-top: 0; }

/* grids */
.grid-2, .grid-3, .grid-4 { display: grid; gap: var(--s-5); }
@media (min-width: 560px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

/* feature split: 6/6 desktop, stacked below 900 (image first on mobile) */
.split {
  display: grid;
  gap: var(--s-6);
  align-items: center;
}
.split__media { order: -1; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; gap: var(--s-7); }
  .split__media { order: 0; }
  .split--media-left .split__media { order: -1; }
}
.split__media img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  object-fit: cover;
}

/* ---------- 05 Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  min-height: 48px;
  padding: 14px 26px;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  font-family: var(--font-ticket);
  font-size: var(--text-sm);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--dur-fast) var(--ease-out),
              color var(--dur-fast) var(--ease-out),
              border-color var(--dur-fast) var(--ease-out),
              transform var(--dur-fast) var(--ease-out);
}
.btn .icon { width: 18px; height: 18px; }

.btn--primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-on-primary);
}
.btn--primary:hover {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  transform: translateY(-1px);
}

.btn--secondary {
  background: transparent;
  border-color: var(--color-ink);
  color: var(--color-ink);
}
.btn--secondary:hover {
  background: var(--color-ink);
  color: var(--paper);
  transform: translateY(-1px);
}

/* inverted variants for dark bands / photo heroes */
.btn--light {
  background: var(--color-band-ink);
  border-color: var(--color-band-ink);
  color: var(--color-band-bg);
}
.btn--light:hover { background: var(--white); border-color: var(--white); transform: translateY(-1px); }

.btn--ghost-light {
  background: transparent;
  border-color: var(--color-band-ink);
  color: var(--color-band-ink);
}
.btn--ghost-light:hover {
  background: var(--color-band-ink);
  color: var(--color-band-bg);
  transform: translateY(-1px);
}

.btn-row { display: flex; flex-wrap: wrap; gap: var(--s-3); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  font-family: var(--font-ticket);
  font-size: var(--text-sm);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-primary);
  text-decoration: none;
  min-height: 44px;
}
.link-arrow .icon { width: 18px; height: 18px; transition: transform var(--dur-fast) var(--ease-out); }
.link-arrow:hover .icon { transform: translateX(4px); }

/* ---------- 06 Header + nav ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-bg);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-fast) var(--ease-out);
}
.site-header.scrolled {
  border-bottom-color: var(--color-border);
  box-shadow: var(--shadow-sm);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-5);
  height: 60px;
}
@media (min-width: 900px) { .site-header__inner { height: 72px; } }

.site-header__brand { display: inline-flex; align-items: center; min-height: 44px; }
.site-header__brand img { width: auto; height: 42px; }
@media (min-width: 900px) { .site-header__brand img { height: 52px; } }

.site-nav ul {
  display: flex;
  align-items: center;
  gap: var(--s-5);
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a:not(.btn) {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-weight: 600;
  font-size: var(--text-sm);
  letter-spacing: .02em;
  text-decoration: none;
  color: var(--color-ink);
  transition: color var(--dur-fast) var(--ease-out);
}
.site-nav a:not(.btn):hover { color: var(--color-primary); }
.site-nav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 3px;
  background: var(--color-primary);
  border-radius: var(--radius-pill);
  transition: right var(--dur-fast) var(--ease-out);
}
.site-nav a:not(.btn):hover::after,
.site-nav a[aria-current="page"]::after { right: 0; }
.site-nav a[aria-current="page"] { color: var(--color-primary); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  color: var(--color-ink);
}
.nav-toggle .icon { width: 24px; height: 24px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-burger { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

@media (min-width: 900px) {
  .site-nav { display: flex; align-items: center; gap: var(--s-6); }
}

@media (max-width: 899.98px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
    box-shadow: var(--shadow-md);
    padding: var(--s-4) var(--s-5) var(--s-6);
    opacity: 0;
    transform: translateY(-8px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--dur-fast) var(--ease-out),
                transform var(--dur-fast) var(--ease-out),
                visibility 0s linear var(--dur-fast);
  }
  .site-header.nav-open .site-nav {
    opacity: 1;
    transform: none;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-nav ul a:not(.btn) {
    width: 100%;
    min-height: 52px;
    font-size: var(--text-md);
    border-bottom: 1px solid var(--color-border);
  }
  .site-nav a:not(.btn)::after { bottom: 10px; }
  .site-nav__cta { margin-top: var(--s-5); width: 100%; }
}

/* ---------- 07 Ticker awning ---------- */

.ticker {
  display: flex;
  align-items: stretch;
  background: var(--color-primary-deep);
  color: var(--color-on-primary);
  border-bottom: 3px solid var(--color-gold);
}
.ticker__viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 40s linear infinite;
}
.ticker:hover .ticker__track,
.ticker.is-paused .ticker__track { animation-play-state: paused; }

/* pause/play control — keyboard/touch equivalent of the hover pause (WCAG 2.2.2) */
.ticker__toggle {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 44px;
  border-left: 1px solid color-mix(in srgb, var(--color-on-primary) 25%, transparent);
  color: var(--color-on-primary);
  transition: background-color var(--dur-fast) var(--ease-out);
}
.ticker__toggle:hover { background: color-mix(in srgb, var(--color-on-primary) 12%, transparent); }
.ticker__toggle .icon { width: 16px; height: 16px; }
.ticker__toggle .icon-play { display: none; }
.ticker__toggle[aria-pressed="true"] .icon-pause { display: none; }
.ticker__toggle[aria-pressed="true"] .icon-play { display: block; }
.ticker__group {
  display: flex;
  align-items: center;
  flex: none;
  gap: var(--s-6);
  padding: var(--s-2) var(--s-6) var(--s-2) 0;
}
.ticker__item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-family: var(--font-ticket);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.ticker .dia { width: 7px; height: 7px; color: var(--color-gold); flex: none; }

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- 08 Department tiles + door links ---------- */

.dept-grid {
  display: grid;
  gap: var(--s-4);
}
@media (min-width: 560px) { .dept-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .dept-grid { grid-template-columns: repeat(4, 1fr); gap: var(--s-5); } }

.dept-tile {
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  padding: var(--s-5);
  min-height: 190px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  text-decoration: none;
  color: var(--color-on-primary);
  transition: background-color var(--dur-fast) var(--ease-out),
              transform var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-fast) var(--ease-out);
}
.dept-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.dept-tile__label {
  font-size: var(--text-xs);
  font-weight: 500;
  opacity: .85;
}
.dept-tile__title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: .95;
}
.dept-tile__line {
  font-size: var(--text-sm);
  line-height: 1.5;
  opacity: .92;
}
.dept-tile__arrow {
  margin-top: auto;
  align-self: flex-end;
  display: inline-flex;
}
.dept-tile__arrow .icon {
  width: 22px;
  height: 22px;
  transition: transform var(--dur-fast) var(--ease-out);
}
.dept-tile:hover .dept-tile__arrow .icon { transform: translateX(5px); }

/* color keys */
.dept-tile--order    { background: var(--brick-600); }
.dept-tile--order:hover { background: var(--lacquer-700); }
.dept-tile--catering { background: var(--crust-500); color: var(--ink-900); }
.dept-tile--catering:hover { background: color-mix(in srgb, var(--crust-500) 82%, var(--ink-900)); }
.dept-tile--supply   { background: var(--herb-600); }
.dept-tile--supply:hover { background: color-mix(in srgb, var(--herb-600) 80%, var(--ink-900)); }
.dept-tile--business { background: var(--lacquer-700); }
.dept-tile--business:hover { background: var(--lacquer-900); }

/* compact door-links band at the bottom of inner pages */
.door-links {
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
  padding-block: var(--s-8);
}
.door-links__head { margin-bottom: var(--s-6); }
.door-links .dept-grid { grid-template-columns: 1fr; }
@media (min-width: 560px) { .door-links .dept-grid { grid-template-columns: repeat(3, 1fr); } }
.door-links .dept-tile { min-height: 150px; padding: var(--s-4) var(--s-5); }
.door-links .dept-tile__title { font-size: var(--text-xl); }
.door-links .dept-tile__line { display: none; }
@media (min-width: 900px) { .door-links .dept-tile__line { display: block; } }

/* ---------- 09 Cards / menu cards / price tags ---------- */

.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: var(--s-5);
  transition: box-shadow var(--dur-fast) var(--ease-out),
              transform var(--dur-fast) var(--ease-out);
}
.card--hover:hover, a.card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.card--flush { padding: 0; overflow: hidden; }
.card--flush .card__body { padding: var(--s-5); }
.card h3, .card h4 { margin-bottom: var(--s-2); }
.card h3 { font-size: var(--text-xl); }
.card p { color: var(--color-ink-muted); font-size: var(--text-sm); line-height: 1.6; }
.card .link-arrow { margin-top: var(--s-4); }

.card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: var(--s-4);
  border-radius: var(--radius-md);
  background: var(--color-panel-strong);
  color: var(--color-primary);
}
.card__icon .icon { width: 26px; height: 26px; }
.card__icon--herb { color: var(--color-secondary); }
.card__icon--deep { color: var(--color-primary-deep); }

/* menu/photo cards */
.menu-card { display: flex; flex-direction: column; }
.menu-card__media { aspect-ratio: 4 / 3; overflow: hidden; }
.menu-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-med) var(--ease-out);
}
.menu-card:hover .menu-card__media img { transform: scale(1.04); }

/* kraft aside panel (honesty notes, helper asides) */
.kraft-note {
  background: var(--color-panel-strong);
  border-left: 4px solid var(--color-accent);
  border-radius: var(--radius-sm);
  padding: var(--s-4) var(--s-5);
  font-size: var(--text-sm);
  color: var(--color-ink);
}
.kraft-note strong { font-weight: 700; }

/* dark lacquer panel (teasers on kraft) */
.dark-panel {
  background: var(--color-primary-deep);
  color: var(--color-on-primary);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: var(--s-6);
}
.dark-panel h3 { color: var(--color-on-primary); }
.dark-panel p { color: color-mix(in srgb, var(--color-on-primary) 82%, var(--lacquer-700)); }

/* price tags — mono in a dashed kraft-tag pill */
.price-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: var(--s-2) var(--s-4);
  border: 1.5px dashed var(--color-accent);
  border-radius: var(--radius-pill);
  background: var(--color-panel);
  color: var(--color-ink);
  font-size: var(--text-xs);
  font-weight: 500;
}
.price-tag--lg { font-size: var(--text-sm); padding: var(--s-3) var(--s-5); }
.price-tag--surface { background: var(--color-surface); }
.section--dark .price-tag,
.dark-panel .price-tag {
  background: transparent;
  color: var(--color-band-ink);
  border-color: var(--color-gold);
}
.tag-row { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-block: var(--s-4); }

/* small "NEW / POPULAR" flags on product cards */
.flag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  background: var(--color-secondary);
  color: var(--color-on-primary);
  font-family: var(--font-ticket);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.flag--brick { background: var(--color-primary); }
.flag--ink { background: var(--color-ink); }

/* ---------- 10 Leader lists / deal strip / steps ---------- */

/* dotted-leader menu rows: item ..... price */
.leader-list { display: grid; gap: var(--s-3); }
.leader-list li {
  display: flex;
  align-items: baseline;
  gap: var(--s-2);
}
.leader-list .item { font-weight: 500; }
.leader-list .dots {
  flex: 1;
  min-width: var(--s-5);
  border-bottom: 2px dotted var(--color-border);
  transform: translateY(-4px);
}
.leader-list .price {
  font-family: var(--font-ticket);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-primary);
  white-space: nowrap;
}
.leader-list .note { font-size: var(--text-xs); color: var(--color-ink-muted); }

.deal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
}

/* numbered steps (process bands, how-it-works) */
.steps { display: grid; gap: var(--s-5); counter-reset: step; }
@media (min-width: 900px) {
  .steps--3 { grid-template-columns: repeat(3, 1fr); }
  .steps--4 { grid-template-columns: repeat(4, 1fr); }
  .steps--5 { grid-template-columns: repeat(5, 1fr); }
}
@media (min-width: 560px) and (max-width: 899.98px) {
  .steps--4, .steps--5 { grid-template-columns: repeat(2, 1fr); }
}
.step { counter-increment: step; }
.step-num {
  display: inline-block;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-primary); /* brick on light — crust gold fails 4.5:1 on paper */
  margin-bottom: var(--s-3);
}
.section--dark .step-num { color: var(--color-accent); }
.step-num::before { content: counter(step, decimal-leading-zero); }
.step h3, .step h4 { font-size: var(--text-lg); margin-bottom: var(--s-2); }
.step p { font-size: var(--text-sm); color: var(--color-ink-muted); }
.section--dark .step p { color: var(--color-band-muted); }
.step img {
  width: 100%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  margin-bottom: var(--s-4);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* stat strip */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s-6) var(--s-5);
  text-align: center;
}
@media (min-width: 900px) { .stat-strip { grid-template-columns: repeat(4, 1fr); } }
.stat-num {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  line-height: 1;
  color: var(--color-primary);
}
.section--dark .stat-num { color: var(--color-gold); }
.stat-label {
  display: block;
  margin-top: var(--s-2);
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--color-ink-muted);
}
.section--dark .stat-label { color: var(--color-band-muted); }

/* ---------- 11 Accordion (FAQ) ---------- */

.faq { border-top: 1px solid var(--color-border); }
.faq details { border-bottom: 1px solid var(--color-border); }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
  padding-block: var(--s-4);
  min-height: 44px;
  font-weight: 600;
  font-size: var(--text-md);
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--color-primary); }
.faq summary .icon {
  flex: none;
  width: 20px;
  height: 20px;
  color: var(--color-primary);
  transition: transform var(--dur-fast) var(--ease-out);
}
.faq details[open] summary .icon { transform: rotate(45deg); }
.faq .faq__body {
  padding: 0 0 var(--s-5);
  color: var(--color-ink-muted);
  max-width: 62ch;
}

/* ---------- 12 Forms ---------- */

.form-panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: var(--s-6);
}
@media (min-width: 900px) { .form-panel { padding: var(--s-7); } }

.form-grid { display: grid; gap: var(--s-5); }
@media (min-width: 560px) {
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .field--full { grid-column: 1 / -1; }
}

.field { display: flex; flex-direction: column; gap: var(--s-2); }
.field label {
  font-family: var(--font-ticket);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-ink);
}
.field .req { color: var(--color-primary); }
.field input,
.field select,
.field textarea {
  min-height: 48px;
  padding: var(--s-3) var(--s-4);
  border: 1px solid var(--color-border-strong); /* >=3:1 on white (WCAG 1.4.11) */
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: var(--text-base);
  width: 100%;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 1px;
  border-color: var(--color-focus);
}
.field__hint { font-size: var(--text-xs); color: var(--color-ink-muted); }
.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s-4);
  margin-top: var(--s-5);
}
.form-actions .alt { font-size: var(--text-sm); color: var(--color-ink-muted); }
.form-actions .alt a { color: var(--color-primary); font-weight: 600; }

.form-confirm {
  margin-top: var(--s-5);
  padding: var(--s-5);
  background: var(--color-panel);
  border: 1.5px dashed var(--color-accent);
  border-radius: var(--radius-md);
}
.form-confirm[hidden] { display: none; }
.form-confirm h3, .form-confirm h4 {
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  font-size: var(--text-md);
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: var(--s-2);
  margin-bottom: var(--s-2);
}
.form-confirm .icon { width: 22px; height: 22px; color: var(--color-secondary); flex: none; }
.form-confirm p { font-size: var(--text-sm); color: var(--color-ink-muted); }
.form-confirm a { color: var(--color-primary); font-weight: 600; }

/* ---------- 13 Testimonials / social wall / stats ---------- */

.testimonial {
  background: var(--color-panel);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--s-5);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}
.testimonial .stars { display: flex; gap: 3px; color: var(--color-gold); }
.testimonial .stars .icon { width: 18px; height: 18px; }
.testimonial blockquote { font-size: var(--text-md); font-weight: 500; line-height: 1.5; }
.testimonial cite {
  font-family: var(--font-ticket);
  font-style: normal;
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-ink-muted);
  margin-top: auto;
}

/* social wall — masonry via CSS columns */
.social-wall {
  columns: 2;
  column-gap: var(--s-4);
}
@media (min-width: 560px) { .social-wall { columns: 3; } }
@media (min-width: 900px) { .social-wall { columns: 4; } }

.social-card {
  position: relative;
  display: block;
  margin-bottom: var(--s-4);
  border-radius: var(--radius-md);
  overflow: hidden;
  break-inside: avoid;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--dur-fast) var(--ease-out),
              transform var(--dur-fast) var(--ease-out);
}
.social-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.social-card img { width: 100%; height: auto; }
.social-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: var(--s-1);
  padding: var(--s-4);
  background: linear-gradient(to top,
      color-mix(in srgb, var(--ink-900) 88%, transparent) 0%,
      color-mix(in srgb, var(--ink-900) 45%, transparent) 55%,
      transparent 100%);
  color: var(--color-band-ink);
  opacity: 0;
  transition: opacity var(--dur-med) var(--ease-out);
}
.social-card:hover .social-card__overlay,
.social-card:focus-visible .social-card__overlay { opacity: 1; }
/* no hover on touch devices — keep the handle + quote visible */
@media (hover: none) {
  .social-card__overlay { opacity: 1; }
}
.social-card__handle {
  font-family: var(--font-ticket);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-gold);
}
.social-card__quote { font-size: var(--text-xs); line-height: 1.5; }

/* ---------- 14 Info bands / map-hours / dark band + footer ---------- */

/* icon + label info rows (address, hours, phone) */
.info-item {
  display: flex;
  gap: var(--s-4);
  align-items: flex-start;
}
.info-item .info-icon {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-primary);
}
.info-item .info-icon .icon { width: 24px; height: 24px; }
.info-item h3, .info-item h4 {
  font-family: var(--font-ticket);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  line-height: 1.4;
  color: var(--color-ink-muted);
  margin-bottom: var(--s-1);
}
.info-item p { font-weight: 600; font-size: var(--text-md); line-height: 1.45; }
.info-item p a { text-decoration: none; }
.info-item p a:hover { color: var(--color-primary); }
.info-item .sub { display: block; font-weight: 400; font-size: var(--text-sm); color: var(--color-ink-muted); }

/* footer */
.site-footer {
  background: var(--color-band-bg);
  color: var(--color-band-ink);
  padding-block: var(--s-8) var(--s-6);
}
.site-footer__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-5);
  padding-bottom: var(--s-7);
}
.site-footer__brand { display: inline-flex; }
.site-footer__brand img { height: 64px; width: auto; }
.site-footer__grid {
  display: grid;
  gap: var(--s-6);
  padding-bottom: var(--s-6);
}
@media (min-width: 560px) { .site-footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .site-footer__grid { grid-template-columns: repeat(4, 1fr); } }
.site-footer h2 {
  font-family: var(--font-ticket);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-band-muted);
  margin-bottom: var(--s-4);
}
.site-footer ul { display: grid; gap: var(--s-2); list-style: none; margin: 0; padding: 0; }
.site-footer a:not(.btn) {
  color: var(--color-band-ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  min-height: 32px;
  transition: color var(--dur-fast) var(--ease-out);
}
.site-footer a:not(.btn):hover { color: var(--color-gold); }
.site-footer .icon { width: 18px; height: 18px; color: var(--color-band-muted); }
.site-footer address { font-style: normal; line-height: 1.7; }
.site-footer__bottom {
  border-top: 1px solid color-mix(in srgb, var(--color-band-muted) 25%, transparent);
  padding-top: var(--s-5);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--s-3);
  font-size: var(--text-sm);
  color: var(--color-band-muted);
}

/* ---------- 15 Heroes ---------- */

/* full-bleed photo hero (home) */
.hero-home {
  position: relative;
  overflow: hidden;
  background: var(--color-band-bg);
  color: var(--color-band-ink);
  display: grid;
  align-items: center;
}
.hero-home__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: hero-zoom 1.4s var(--ease-out) both;
}
.hero-home__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, color-mix(in srgb, var(--lacquer-900) 62%, transparent), transparent 42%),
    linear-gradient(100deg,
      color-mix(in srgb, var(--lacquer-900) 88%, transparent) 8%,
      color-mix(in srgb, var(--lacquer-900) 55%, transparent) 46%,
      color-mix(in srgb, var(--lacquer-900) 8%, transparent) 78%);
}
.hero-home__content {
  position: relative;
  width: 100%;
  padding-block: var(--s-9) calc(var(--s-9) + var(--s-7));
}
@media (min-width: 900px) {
  .hero-home__content { padding-block: var(--s-10) calc(var(--s-10) + var(--s-7)); }
}
.hero-home__title {
  font-size: var(--text-hero);
  color: var(--white);
  text-shadow: 0 2px 24px color-mix(in srgb, var(--lacquer-900) 55%, transparent);
  margin-bottom: var(--s-5);
}
.hero-line { display: block; animation: rise-in .7s var(--ease-out) both; }
.hero-line:nth-child(2) { animation-delay: .12s; }
.hero-line:nth-child(3) { animation-delay: .24s; }
.hero-home .eyebrow { animation: rise-in .7s var(--ease-out) both; }
.hero-home__sub {
  font-size: var(--text-md);
  max-width: 46ch;
  color: var(--color-band-ink);
  margin-bottom: var(--s-6);
  animation: rise-in .7s var(--ease-out) .3s both;
}
.hero-home__ctas { animation: rise-in .7s var(--ease-out) .42s both; }

/* department tiles overlapping the hero bottom edge */
.hero-overlap {
  position: relative;
  z-index: 2;
  margin-top: calc(-1 * var(--s-8));
}
@media (min-width: 900px) { .hero-overlap { margin-top: calc(-1 * var(--s-9)); } }

/* split hero for inner pages (copy left, photo right) */
.hero-split { padding-block: var(--s-8); }
@media (min-width: 900px) { .hero-split { padding-block: var(--s-9); } }
.hero-split h1 { font-size: var(--text-4xl); margin-bottom: var(--s-4); }
.hero-split .lede { font-size: var(--text-md); color: var(--color-ink-muted); margin-bottom: var(--s-5); }

/* full-bleed dark-scrim hero (business) */
.hero-dark {
  position: relative;
  overflow: hidden;
  background: var(--color-band-bg);
  color: var(--color-band-ink);
  display: grid;
  align-items: end;
}
.hero-dark__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
}
.hero-dark__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    var(--color-band-bg) 4%,
    color-mix(in srgb, var(--color-band-bg) 55%, transparent) 55%,
    color-mix(in srgb, var(--color-band-bg) 25%, transparent));
}
.hero-dark__content { position: relative; width: 100%; padding-block: var(--s-10) var(--s-8); }
.hero-dark h1 { font-size: var(--text-hero); color: var(--white); margin-bottom: var(--s-4); }
.hero-dark .lede { font-size: var(--text-md); color: var(--color-band-ink); max-width: 50ch; margin-bottom: var(--s-6); }

@keyframes rise-in {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}
@keyframes hero-zoom {
  from { transform: scale(1.03); }
  to   { transform: scale(1); }
}

/* ---------- 16 Reveal motion + reduced motion ---------- */

/* Default state is VISIBLE. JS adds .reveal-pre before observing,
   so content can never be stuck hidden when JS fails. */
[data-reveal].reveal-pre {
  opacity: 0;
  transform: translateY(12px);
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
  transition: opacity var(--dur-med) var(--ease-out),
              transform var(--dur-med) var(--ease-out);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }
  /* freeze the ticker and let its items wrap so every line stays readable;
     the duplicate loop group and the pause control become pointless — hide them */
  .ticker__track { animation: none; flex-wrap: wrap; width: auto; }
  .ticker__group { flex-wrap: wrap; }
  .ticker__group[aria-hidden="true"] { display: none; }
  .ticker__toggle { display: none; }
  [data-reveal], [data-reveal].reveal-pre {
    opacity: 1 !important;
    transform: none !important;
  }
  .hero-home__img, .hero-line, .hero-home .eyebrow,
  .hero-home__sub, .hero-home__ctas { animation: none !important; opacity: 1; transform: none; }
}

/* ============================================================
   17 ORDER PAGE ONLY (order.html) — appended, page-specific.
   Small helpers on top of the shared system; all classes
   prefixed .order- . No shared rules above are modified.
   ============================================================ */

/* hero deal pills between the lede and the CTAs
   (pills wrap internally by default — see .price-tag — so 375px never overflows) */
.order-deals { margin-block: var(--s-5) var(--s-6); }

/* menu highlight columns: mono label + dotted-leader list,
   with a mono footnote pinned to the bottom of the card */
.order-menu-card { display: flex; flex-direction: column; }
.order-menu-card .leader-list { margin-bottom: var(--s-4); }
/* keep notes on their own line so they never wrap across the dotted leader */
.order-menu-card .leader-list .note { display: block; }
.order-menu__note {
  margin-top: auto;
  padding-top: var(--s-3);
  border-top: 1px dashed var(--color-border);
  font-family: var(--font-ticket);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-ink-muted);
}

/* two drink photos side by side at the top of the drinks column */
.order-drinks-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-3);
  margin-bottom: var(--s-5);
}
.order-drinks-photos img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius-sm);
}

/* ways-to-order cards: CTAs align to the card bottom */
.order-ways .card { display: flex; flex-direction: column; }
.order-ways .card p { margin-bottom: var(--s-4); }
.order-ways .card .btn,
.order-ways .card .link-arrow { margin-top: auto; align-self: flex-start; }

/* ============================================================
   17 Business page (business.html) — page-specific additions.
   Appended per DESIGN.md; classes prefixed .business- ; reuse
   everything above first. Do not modify earlier sections.
   ============================================================ */

/* "Three ways in" panels on the dark band (grid via .grid-3) */
.business-path {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  padding: var(--s-5);
  border: 1px solid color-mix(in srgb, var(--color-band-muted) 35%, transparent);
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--color-band-ink) 5%, transparent);
}
.business-path__label {
  font-family: var(--font-ticket);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-gold);
}
.business-path h3 { font-size: var(--text-xl); }
.business-path p { font-size: var(--text-sm); }

/* narrow centered wrapper for the inquiry form */
.business-narrow { max-width: 860px; margin-inline: auto; }

/* ============================================================
   17 Page-specific: catering.html (appended — reuse-first;
   only genuinely page-specific tweaks live here)
   ============================================================ */

/* hero: breathing room between the pitch list and the CTAs */
.catering-hero .score-list {
  margin-bottom: var(--s-6);
  max-width: 48ch;
}

/* offer cards: equal heights with the feeds tag pinned to the bottom */
.catering-offers .card {
  display: flex;
  flex-direction: column;
}
.catering-offers .card .tag-row {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: var(--s-4);
}

/* FAQ split: top-align the photo beside the accordion column */
.catering-faq-split {
  align-items: start;
}

/* quote form: keep the two-column grid a comfortable reading width */
.catering-form .form-panel {
  max-width: 880px;
  margin-inline: auto;
}

/* ---------- 17 SUPPLY page-specific (supply.html only) ---------- */
/* Appended per DESIGN.md: reuse-first; these cover the two vertical
   process stacks and the product-card price alignment on supply.html. */

/* vertical numbered process list inside the bread/fillings cards */
.supply-process-list {
  display: grid;
  gap: var(--s-3);
  counter-reset: supply-step;
  margin-top: var(--s-4);
}
.supply-process-list li {
  position: relative;
  counter-increment: supply-step;
  padding-left: calc(var(--s-6) + var(--s-3));
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--color-ink-muted);
}
.supply-process-list li::before {
  content: counter(supply-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: .15em;
  font-family: var(--font-ticket);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: .14em;
  color: var(--color-primary); /* brick on white cards — crust gold fails 4.5:1 */
}

/* product cards: pin the price tag row to the card bottom */
.supply-product { display: flex; flex-direction: column; }
.supply-product__flags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
  margin-bottom: var(--s-4);
}
.supply-product .tag-row { margin-top: auto; margin-bottom: 0; padding-top: var(--s-4); }
.supply-product__note {
  margin-top: var(--s-2);
  font-family: var(--font-ticket);
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-ink-muted);
}
