/* Keneke's. One committed light look: sign yellow + ink, the logo's hard drop shadow,
   and the fish from the Waimānalo menu as the divider. */

:root {
  color-scheme: light;
  --yellow: #F6E21C;
  --yellow-soft: #FBF3A6;
  --yellow-wash: #FFFBE3;
  --ink: #16130E;
  --ink-2: #48433A;
  --muted: #6B665B;
  --line: #E3E1D8;
  --line-strong: #BDB8AA;
  --paper: #F4F3EE;
  --page: #FFFFFF;
  --red: #B3261E;
  --red-soft: #FBE4DE;
  --leaf: #2A6439;
  --leaf-soft: #DDEDDF;
  --navy: #1F4E79;
  --navy-soft: #DEE8F2;

  --display: "Bowlby One", "Arial Black", Impact, sans-serif;
  --body: "Atkinson Hyperlegible", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  --script: "Kaushan Script", "Brush Script MT", cursive;

  --r: 10px;
  --shadow: 3px 3px 0 var(--ink);
  --shadow-lg: 6px 6px 0 var(--ink);
  --gutter: 20px;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; background: var(--page); color: var(--ink); font: 400 1rem/1.55 var(--body); }
body.sheet-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0; text-wrap: balance; line-height: 1.1; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
figure { margin: 0; }
small { font-size: 0.8125rem; }
:focus-visible { outline: 3px solid var(--navy); outline-offset: 2px; }
[hidden] { display: none !important; }

.mono { font-family: var(--mono); font-weight: 500; }
.addr { font-variant-numeric: tabular-nums; } /* body face: the mono face gives the ʻokina a full-width cell */
.wrap { width: 100%; max-width: 1140px; margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: 780px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 100; background: var(--yellow); padding: 8px 12px; border: 2px solid var(--ink); }
.eyebrow { text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.75rem; font-weight: 700; color: var(--muted); }
.eyebrow a { text-decoration: none; }
.lede { font-size: 1.125rem; color: var(--ink-2); max-width: 62ch; }
.demo-note { color: var(--muted); font-size: 0.8125rem; font-style: italic; }
.center { text-align: center; }

.fish { width: 64px; height: auto; flex: none; color: inherit; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 10px 18px; border-radius: var(--r);
  border: 2px solid var(--ink); background: var(--page);
  font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none;
}
.btn:hover { background: var(--paper); }
.btn--primary { background: var(--yellow); box-shadow: var(--shadow); transition: transform .08s, box-shadow .08s; }
.btn--primary:hover { background: #FFEB3B; }
.btn--primary:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.btn--ghost { border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); background: var(--page); }
.btn--sm { min-height: 40px; padding: 6px 14px; font-size: 0.9375rem; }
.btn--block { width: 100%; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- chrome ---------- */
.preview-bar { background: var(--navy); color: #fff; text-align: center; font-size: 0.8125rem; padding: 6px var(--gutter); }
.topbar { background: var(--yellow); border-bottom: 2px solid var(--ink); font-size: 0.875rem; font-weight: 700; }
.topbar-in { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2px 16px; padding-block: 6px; }
.topbar a { text-decoration: none; }
.topbar a:hover { text-decoration: underline; }

.masthead { background: var(--page); border-bottom: 4px solid var(--ink); }
.masthead-in { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px 32px; padding-block: 12px; }
.brand img { width: 190px; }
.nav ul { list-style: none; display: flex; gap: 4px 24px; }
.nav a { display: block; padding: 6px 0; font-weight: 700; text-decoration: none; border-bottom: 3px solid transparent; white-space: nowrap; }
.nav a:hover { border-bottom-color: var(--yellow); }
.nav a[aria-current="page"] { border-bottom-color: var(--ink); }
@media (max-width: 820px) {
  .masthead-in { grid-template-columns: 1fr auto; padding-block: 10px 0; }
  .brand img { width: 150px; }
  .nav { grid-column: 1 / -1; order: 3; overflow-x: auto; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scrollbar-width: none; }
  .nav a { padding: 8px 0 9px; }
}

.footer { background: var(--ink); color: #EDEAE0; }
.footer a { color: #fff; }
.footer-top { display: flex; align-items: center; gap: 18px; padding-block: 40px 8px; color: var(--yellow); }
.signoff { font: 400 clamp(1.75rem, 4vw, 2.5rem)/1.1 var(--script); }
.footer-top .fish { width: 84px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; padding-block: 24px 36px; }
.footer h2 { font: 700 0.75rem/1.2 var(--body); text-transform: uppercase; letter-spacing: 0.1em; color: var(--yellow); margin-bottom: 10px; }
.footer section p { margin-bottom: 6px; font-size: 0.9375rem; }
.footer ul { list-style: none; display: grid; gap: 6px; font-size: 0.9375rem; }
.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 20px; padding-block: 14px 28px; border-top: 1px solid #3A352C; font-size: 0.8125rem; color: #B7B2A6; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 460px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- shared sections ---------- */
.page-head { padding-block: 44px 28px; display: grid; gap: 12px; justify-items: start; }
.page-head h1 { font: 400 clamp(2.25rem, 5vw, 3.5rem)/1.02 var(--display); }
.section { padding-block: 60px; }
.section--paper { background: var(--paper); border-block: 1px solid var(--line); }
.section-head { display: grid; gap: 6px; margin-bottom: 24px; }
.section-head h2, .places-teaser h2 { font: 400 clamp(1.75rem, 3.6vw, 2.5rem)/1.05 var(--display); }
.section-head p { color: var(--ink-2); max-width: 62ch; }
.section-foot { margin-top: 18px; color: var(--ink-2); font-size: 0.9375rem; max-width: 72ch; }
.voice { margin: 16px 0 22px; max-width: 68ch; font-size: 1.0625rem; font-style: italic; color: var(--ink-2); }
.voice p::before {
  content: "“"; font: normal 400 2.75rem/0 var(--display); color: var(--yellow);
  -webkit-text-stroke: 1.5px var(--ink); vertical-align: -0.42em; margin-right: 6px;
}

/* ---------- home ---------- */
.hero { border-bottom: 2px solid var(--ink); }
.hero-in { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: 48px; align-items: center; padding-block: 52px; }
.hero h1 { font: 400 clamp(2.25rem, 5.4vw, 4rem)/1.02 var(--display); margin-block: 12px 18px; }
.hero .lede { margin-bottom: 26px; }
.hero-photo { justify-self: end; width: 100%; max-width: 400px; }
.hero-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border: 3px solid var(--ink); border-radius: 4px; box-shadow: var(--shadow-lg); }
.hero-photo figcaption { margin-top: 14px; font-size: 0.8125rem; color: var(--muted); }
@media (max-width: 800px) {
  .hero-in { grid-template-columns: 1fr; gap: 28px; padding-block: 30px 40px; }
  .hero-photo { justify-self: stretch; max-width: none; }
  .hero-photo img { aspect-ratio: 4 / 3; }
}

.special-band { border-bottom: 1px solid var(--line); background: var(--page); }
.special { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; padding-block: 14px; font-weight: 700; }
.special-tag { background: var(--red); color: #fff; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.75rem; padding: 3px 8px; border-radius: 4px; }

.locs { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 20px; }
.loc { display: grid; gap: 10px; align-content: start; padding: 22px; border: 2px solid var(--ink); border-radius: var(--r); background: var(--page); }
.loc h3 { font: 400 1.375rem/1.1 var(--display); }
.loc h3 a { text-decoration: none; }
.loc h3 a:hover { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 4px; }
.loc-addr { font-size: 0.9375rem; color: var(--ink-2); }
.loc .actions { margin-top: 6px; }

.open-status { display: inline-flex; align-items: center; gap: 8px; justify-self: start; font-weight: 700; font-size: 0.9375rem; }
.open-status::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--line-strong); }
.open-status.is-open { color: var(--leaf); }
.open-status.is-open::before { background: var(--leaf); box-shadow: 0 0 0 3px var(--leaf-soft); }
.open-status.is-closed { color: var(--muted); }

.tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.tile {
  display: grid; gap: 4px; align-content: start; padding: 16px; min-height: 124px;
  background: var(--page); border: 2px solid var(--ink); border-radius: var(--r); text-decoration: none;
  transition: transform .08s, box-shadow .08s;
}
.tile:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow); }
.tile-name { font: 400 1.25rem/1.1 var(--display); }
.tile-from { font-size: 0.875rem; color: var(--ink-2); margin-top: auto; }
.tile-from b { font-size: 1rem; color: var(--ink); }
.tile-count { font-size: 0.8125rem; color: var(--muted); }
@media (max-width: 760px) { .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.places-teaser { display: grid; gap: 14px; justify-items: start; }
.places-teaser .fish { width: 72px; }
.featured { font-size: 1.125rem; color: var(--ink-2); max-width: 64ch; }

/* ---------- catering ---------- */
.dietary { font-weight: 700; color: var(--leaf); }
.jump { position: sticky; top: 0; z-index: 10; background: var(--page); border-block: 1px solid var(--line); }
.jump ul { list-style: none; display: flex; gap: 6px; overflow-x: auto; padding-block: 10px; scrollbar-width: none; }
.jump a { display: block; white-space: nowrap; text-decoration: none; font-weight: 700; font-size: 0.875rem; padding: 6px 12px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--page); }
.jump a:hover { border-color: var(--ink); }
.jump a.is-book { background: var(--yellow); border-color: var(--ink); }

.cat { padding-block: 52px; border-bottom: 1px solid var(--line); }
.cat-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 20px; margin-bottom: 16px; }
.cat-head h2, .h-section { font: 400 clamp(1.625rem, 3.2vw, 2.25rem)/1.05 var(--display); }
.cat-head p { color: var(--muted); font-size: 0.875rem; }
.included { display: flex; gap: 10px; align-items: flex-start; max-width: 72ch; color: var(--ink-2); margin-bottom: 10px; }
.included::before { content: ""; flex: none; width: 10px; height: 10px; margin-top: 0.45em; background: var(--leaf); border-radius: 2px; }

.pkgs { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: 14px; margin-top: 20px; }
.pkg-card { display: grid; grid-template-rows: auto 1fr auto; gap: 10px; padding: 16px; border: 1.5px solid var(--line); border-radius: var(--r); background: var(--page); }
.pkg-card:target { border-color: var(--ink); box-shadow: var(--shadow); }
.pkg-card header { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.pkg-card h3 { font: 700 1.0625rem/1.25 var(--body); }
.price { text-align: right; white-space: nowrap; }
.price b { font: 600 1.125rem var(--mono); }
.price small { display: block; color: var(--muted); font-size: 0.75rem; }
.pkg-card > p { color: var(--ink-2); font-size: 0.9375rem; }
.pkg-card .btn { justify-self: start; }
.pkg-more summary { cursor: pointer; font-weight: 700; font-size: 0.875rem; }
.pkg-more p { margin-top: 8px; font-size: 0.875rem; color: var(--ink-2); }

.cat-photos { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 12px; margin-top: 24px; }
.cat-photos img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; }
.cat-photos figcaption { grid-column: 1 / -1; font-size: 0.8125rem; color: var(--muted); }
@media (max-width: 640px) { .cat-photos { grid-template-columns: 1fr 1fr; } .cat-photos img:first-child { grid-column: 1 / -1; } }

.refs { display: grid; margin-top: 24px; }
.ref { border-top: 1.5px solid var(--ink); }
.ref:last-child { border-bottom: 1.5px solid var(--ink); }
.ref summary { cursor: pointer; list-style: none; display: flex; align-items: center; gap: 12px; padding: 13px 0; font-weight: 700; }
.ref summary::-webkit-details-marker { display: none; }
.ref summary::after { content: "+"; font: 400 1.375rem/1 var(--display); width: 1ch; text-align: center; }
.ref[open] summary::after { content: "–"; }
.ref-count { margin-left: auto; color: var(--muted); font-size: 0.8125rem; }
.ref-note { color: var(--ink-2); font-size: 0.9375rem; margin-bottom: 10px; }
.ref-list { list-style: none; columns: 3 190px; column-gap: 28px; padding-bottom: 18px; }
.ref-list li { break-inside: avoid; padding: 3px 0; font-size: 0.9375rem; }
.ref-groups { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 20px; padding-bottom: 18px; }
.ref-groups h4 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 6px; }
.ref-groups .ref-list { columns: 1; padding-bottom: 0; }

.table-scroll { overflow-x: auto; margin-top: 16px; border: 2px solid var(--ink); border-radius: var(--r); }
.pans { width: 100%; min-width: 600px; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.pans th, .pans td { padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.pans thead th { background: var(--ink); color: var(--yellow); font-size: 0.8125rem; line-height: 1.3; }
.pans thead th:not(:first-child), .pans td { text-align: right; }
.pans tbody th small { display: block; margin-top: 2px; font: 500 0.75rem var(--mono); color: var(--muted); }
.pans td { font: 600 1rem var(--mono); }
.pans tbody tr:last-child > * { border-bottom: 0; }

.terms-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 48px; }
.terms { display: grid; gap: 12px; padding-left: 1.4em; margin-top: 16px; max-width: 64ch; }
.terms li::marker { font-family: var(--mono); font-weight: 600; }
.strong-note { margin-top: 16px; font-weight: 700; }
.ways { margin: 16px 0 0; display: grid; }
.ways div { padding: 10px 0; border-top: 1px solid var(--line); }
.ways dt { font-weight: 700; }
.ways dd { margin: 2px 0 0; color: var(--ink-2); font-size: 0.9375rem; }
.ways-note { margin-top: 12px; font-size: 0.875rem; color: var(--muted); }
@media (max-width: 760px) { .terms-grid { grid-template-columns: 1fr; gap: 32px; } }

.friends { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 28px; }
.friends h3 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 8px; }
.friends ul { list-style: none; display: grid; gap: 6px; }

/* booking form */
.book { background: var(--yellow-wash); border-block: 2px solid var(--ink); }
.book-in { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 0 48px; padding-block: 44px; }
.book-head { grid-column: 1 / -1; display: grid; gap: 6px; margin-bottom: 4px; max-width: 64ch; }
.book-head h2 { font: 400 clamp(1.875rem, 3.8vw, 2.75rem)/1.02 var(--display); }
.book-head p:last-child { color: var(--ink-2); }
#bookForm, #sent { grid-column: 1; }
form { display: grid; }
.step { border: 0; margin: 0; padding: 24px 0; display: grid; gap: 12px; border-bottom: 1px solid #E9E2B8; min-width: 0; }
.step legend { float: left; width: 100%; padding: 0; margin-bottom: 12px; font: 400 1.25rem/1.2 var(--display); }
.step legend small { font-family: var(--body); font-size: 0.875rem; color: var(--muted); margin-left: 6px; }
.step legend + * { clear: both; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { border: 2px solid var(--line-strong); background: var(--page); border-radius: 999px; padding: 7px 14px; font-weight: 700; font-size: 0.9375rem; }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--yellow); }

.pkg-list { display: grid; gap: 8px; }
.pkg { display: grid; grid-template-columns: auto 1fr auto; gap: 4px 12px; align-items: start; padding: 12px 14px; border: 2px solid var(--line); border-radius: var(--r); background: var(--page); cursor: pointer; }
.pkg input { margin: 4px 0 0; width: 18px; height: 18px; accent-color: var(--ink); }
.pkg:has(input:checked) { border-color: var(--ink); box-shadow: var(--shadow); }
.pkg-body { display: grid; gap: 2px; min-width: 0; }
.pkg-name { font-weight: 700; }
.pkg-inc { color: var(--muted); font-size: 0.875rem; line-height: 1.4; }
.pkg-price { font: 600 0.9375rem/1.2 var(--mono); text-align: right; white-space: nowrap; }
.pkg-price small { display: block; font: 400 0.75rem var(--body); color: var(--muted); }

.opts { display: grid; gap: 6px; }
.opt { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 8px 2px; }
.opt input { width: 18px; height: 18px; margin: 0; accent-color: var(--ink); }
.opt small { display: block; color: var(--muted); }
.opt-price { font: 500 0.875rem var(--mono); }

.stepper { display: inline-flex; align-items: stretch; width: fit-content; border: 2px solid var(--ink); border-radius: var(--r); overflow: hidden; background: var(--page); }
.stepper button { width: 52px; border: 0; background: var(--paper); font-size: 1.5rem; line-height: 1; }
.stepper input, .stepper output { width: 88px; border: 0; padding: 8px 0; text-align: center; font: 400 1.75rem/1 var(--display); background: var(--page); -moz-appearance: textfield; }
.stepper input::-webkit-inner-spin-button, .stepper input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.stepper--sm { border-width: 1px; border-color: var(--line-strong); }
.stepper--sm button { width: 38px; font-size: 1.125rem; }
.stepper--sm output { width: 36px; padding: 0; font: 600 1rem/2.25 var(--mono); }

.pan-note summary { cursor: pointer; font-size: 0.875rem; font-weight: 700; color: var(--ink-2); }
.pan-note p { margin-top: 8px; padding: 10px 12px; border-radius: 8px; background: var(--page); font-size: 0.875rem; color: var(--ink-2); }

.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 420px) { .row2 { grid-template-columns: 1fr; } }
.field { display: grid; gap: 4px; min-width: 0; }
.field > span { font-weight: 700; font-size: 0.875rem; }
.field small { color: var(--muted); font-weight: 400; }
.field input, .field textarea, .field select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1.5px solid #CFCCC1; border-radius: 8px; background: var(--page); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px var(--yellow-soft); }
.field textarea { resize: vertical; }

.rentals { display: grid; gap: 10px; }
.rental { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.rental-name { font-size: 0.9375rem; }
.rental-name small { display: block; font-family: var(--mono); font-size: 0.75rem; color: var(--muted); }

.hint { color: var(--muted); font-size: 0.875rem; }
.hint:empty { display: none; }
.hint--good { color: var(--leaf); }
.hint--warn { color: var(--red); }
.form-error { padding: 10px 12px; border-radius: 8px; background: var(--red-soft); color: var(--red); font-weight: 700; font-size: 0.9375rem; }
.fine { margin-top: 16px; font-size: 0.8125rem; color: var(--muted); }

.estimate { grid-column: 2; grid-row: 2 / span 2; align-self: start; position: sticky; top: 76px; margin-top: 24px; padding: 18px; background: var(--page); border: 2px solid var(--ink); border-radius: var(--r); box-shadow: var(--shadow-lg); }
.estimate-in { display: grid; gap: 14px; }
.est-figures { display: grid; min-width: 0; }
.est-label { font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: var(--muted); }
#estTotal { font: 400 2rem/1.1 var(--display); font-variant-numeric: tabular-nums; }
#estSub { font: 500 0.8125rem/1.35 var(--mono); color: var(--ink-2); }
@media (max-width: 880px) {
  .book-in { grid-template-columns: 1fr; padding-block: 32px 0; }
  .estimate {
    grid-column: 1; grid-row: auto; position: sticky; top: auto; bottom: 0; z-index: 5;
    margin: 0 calc(-1 * var(--gutter)); padding: 12px var(--gutter) max(12px, env(safe-area-inset-bottom));
    border-width: 3px 0 0; border-radius: 0; box-shadow: none;
  }
  .estimate-in { grid-template-columns: 1fr auto; align-items: center; }
  #estTotal { font-size: 1.625rem; }
  #sent { padding-bottom: 32px; }
}

.sent { padding-block: 28px; display: grid; gap: 12px; align-content: start; }
.sent-mark { justify-self: start; padding: 4px 10px; border-radius: 999px; background: var(--leaf-soft); color: var(--leaf); font-weight: 700; font-size: 0.875rem; }
.sent h3 { font: 400 1.75rem/1.15 var(--display); }
.sent p { color: var(--ink-2); max-width: 48ch; }

/* ---------- menus ---------- */
.chips-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.menu { padding-block: 44px; border-top: 4px solid var(--ink); }
.menu-head { display: grid; gap: 8px; margin-bottom: 28px; }
.menu-head h2 { font: 400 clamp(1.75rem, 3.6vw, 2.5rem)/1.05 var(--display); }
.menu-meta { display: flex; flex-wrap: wrap; gap: 4px 20px; color: var(--ink-2); font-size: 0.9375rem; }
.notice { max-width: 60ch; margin-bottom: 28px; padding: 12px 14px; border: 2px solid var(--ink); border-radius: var(--r); background: var(--yellow-soft); font-weight: 700; }
.board { columns: 2 360px; column-gap: 60px; }
.board-sec { break-inside: avoid; margin-bottom: 36px; }
.board-sec--choices { break-inside: auto; }
.board-sec h3 { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; font: 400 1.25rem/1.1 var(--display); }
.board-sec h3::after { content: ""; flex: 1; height: 2px; background: var(--ink); }
.board-note { color: var(--muted); font-size: 0.875rem; margin-bottom: 12px; }
.choices { list-style: none; display: grid; gap: 9px; margin-top: 12px; }
.choices b { display: block; }
.choices span { color: var(--muted); font-size: 0.875rem; }

.prices { list-style: none; display: grid; gap: 11px; margin-top: 12px; }
.prices li { display: grid; grid-template-columns: minmax(0, max-content) minmax(16px, 1fr) auto; align-items: end; column-gap: 8px; }
.prices li.no-price { grid-template-columns: 1fr; }
.p-name { font-weight: 700; }
.p-dots { border-bottom: 2px dotted var(--line-strong); margin-bottom: 0.4em; }
.p-price { font: 600 1rem var(--mono); white-space: nowrap; font-variant-numeric: tabular-nums; }
.p-desc { grid-column: 1 / -1; color: var(--muted); font-size: 0.875rem; line-height: 1.35; }
.prices--narrow { max-width: 560px; }

/* ---------- locations ---------- */
.place { border-top: 4px solid var(--ink); }
.place-in { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 44px; padding-block: 48px; }
.place-media img, .loc-sign { width: 100%; border: 3px solid var(--ink); border-radius: 4px; box-shadow: var(--shadow-lg); }
.loc-sign { aspect-ratio: 3 / 4; display: grid; place-content: center; justify-items: center; gap: 12px; padding: 24px; background: var(--yellow); text-align: center; }
.loc-sign-name { font: 400 clamp(2.5rem, 6vw, 4rem)/1 var(--display); }
.loc-sign-place { font: 400 clamp(1.75rem, 4vw, 2.5rem)/1 var(--script); }
.loc-sign .fish { width: 120px; margin-top: 8px; }
.place-body { display: grid; gap: 14px; align-content: start; justify-items: start; }
.place-body h2 { font: 400 clamp(1.75rem, 3.6vw, 2.5rem)/1.05 var(--display); }
.place-addr { font-size: 1rem; color: var(--ink-2); }
.hours { width: 100%; max-width: 380px; border-collapse: collapse; margin-top: 8px; }
.hours caption { text-align: left; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: var(--muted); padding-bottom: 6px; }
.hours th, .hours td { padding: 8px 0; border-bottom: 1px solid var(--line); text-align: left; font-size: 0.9375rem; font-weight: 400; }
.hours td { text-align: right; }
.hours tr.is-today > * { font-weight: 700; }
.hours tr.is-today th::after { content: " · today"; font-weight: 400; color: var(--muted); }
.services { list-style: none; display: grid; gap: 6px; }
.services li { display: flex; gap: 10px; }
.services li::before { content: ""; flex: none; width: 7px; height: 7px; margin-top: 0.6em; background: var(--ink); border-radius: 50%; }
@media (max-width: 760px) {
  .place-in { grid-template-columns: 1fr; gap: 24px; padding-block: 32px; }
  .place-media img, .loc-sign { aspect-ratio: 4 / 3; object-fit: cover; }
}

/* ---------- about + blog prose ---------- */
.story { padding-block: 44px 64px; }
.story-head { display: flex; align-items: flex-end; gap: 22px; max-width: 780px; padding-bottom: 26px; margin-bottom: 30px; border-bottom: 4px solid var(--ink); }
.keith { width: 112px; border: 3px solid var(--ink); border-radius: 4px; box-shadow: var(--shadow); }
.story-head h1 { font: 400 clamp(2rem, 4.6vw, 3.25rem)/1.02 var(--display); margin-block: 6px 6px; }
.byline { color: var(--ink-2); font-weight: 700; }
.prose { display: grid; gap: 18px; max-width: 68ch; font-size: 1.0625rem; }
.prose h2 { font: 400 1.625rem/1.1 var(--display); margin-top: 16px; }
.prose ul, .prose ol { display: grid; gap: 6px; padding-left: 1.3em; }
.prose a { color: var(--navy); }
.prose figure img { border: 3px solid var(--ink); border-radius: 4px; }
.prose figcaption { margin-top: 8px; font-size: 0.8125rem; color: var(--muted); }
.pull { margin: 14px 0; }
.pull p { font: 400 clamp(1.5rem, 3.2vw, 2.125rem)/1.15 var(--display); }
.pull p::before { content: "“"; color: var(--yellow); -webkit-text-stroke: 2px var(--ink); margin-right: 4px; }
.closing { font: 400 1.375rem/1.2 var(--display); margin-top: 8px; }
.signature { font: 400 2.25rem/1 var(--script); }

.posts { list-style: none; padding-bottom: 64px; }
.posts li { border-top: 1.5px solid var(--ink); }
.posts li:last-child { border-bottom: 1.5px solid var(--ink); }
.posts a { display: grid; gap: 6px; padding-block: 20px; text-decoration: none; }
.posts h2 { font: 400 1.375rem/1.15 var(--display); }
.posts a:hover h2 { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 4px; }
.posts p { color: var(--ink-2); }
.post { padding-block: 32px 64px; }
.post h1 { font: 400 clamp(1.875rem, 4.2vw, 2.75rem)/1.05 var(--display); margin-block: 10px 26px; }
.cta-box { display: grid; gap: 10px; justify-items: start; max-width: 68ch; margin-top: 44px; padding: 22px; background: var(--yellow); border: 2px solid var(--ink); border-radius: var(--r); box-shadow: var(--shadow-lg); }
.cta-box h2 { font: 400 1.5rem/1.1 var(--display); }

/* ---------- catered places ---------- */
.place-groups { display: grid; gap: 40px; padding-bottom: 64px; }
.place-group { border-top: 4px solid var(--ink); padding-top: 16px; }
.place-group h2 { display: flex; align-items: baseline; gap: 10px; font: 400 1.5rem/1.1 var(--display); }
.place-group h2 .mono { font-size: 0.875rem; color: var(--muted); }
.place-group .note { margin-top: 4px; color: var(--ink-2); }
.place-group ul { list-style: none; columns: 3 240px; column-gap: 32px; margin-top: 14px; }
.place-group li { break-inside: avoid; padding: 7px 0; border-bottom: 1px solid var(--line); }

/* ---------- employment ---------- */
.job-form { display: grid; gap: 16px; max-width: 560px; padding-bottom: 64px; }
.job-form .btn { justify-self: start; }
.form-msg { padding: 10px 12px; border-radius: 8px; background: var(--navy-soft); color: var(--navy); font-weight: 700; }
.form-msg--error { background: var(--red-soft); color: var(--red); }

/* ---------- desk (owner side) ---------- */
.page-desk { background: var(--page); }
.demobar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 10px; padding: 8px var(--gutter); padding-top: max(8px, env(safe-area-inset-top)); background: var(--ink); color: #fff; font-size: 0.8125rem; }
.demobar a { color: var(--yellow); }
.demo-tag { flex: none; background: var(--yellow); color: var(--ink); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.6875rem; padding: 2px 7px; border-radius: 4px; }
.demobar-text { color: #D9D4C8; }
.demobar-reset { margin-left: auto; border: 0; background: none; color: #D9D4C8; text-decoration: underline; padding: 4px 0; font-size: 0.8125rem; }
.desk { padding-bottom: 48px; }
.desk-head { padding-block: 22px 14px; display: grid; gap: 2px; }
.desk-head h1 { font: 400 2.125rem/1.05 var(--display); }
.stat-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.stat { display: grid; gap: 2px; min-width: 0; padding: 12px; border-radius: var(--r); background: var(--paper); }
.stat-num { font: 400 1.25rem/1.15 var(--display); font-variant-numeric: tabular-nums; white-space: nowrap; }
.stat-label { font-size: 0.75rem; font-weight: 700; line-height: 1.25; color: var(--muted); }
.callout { margin-top: 10px; padding: 10px 12px; border-radius: 8px; background: var(--yellow-soft); font-size: 0.9375rem; color: var(--ink-2); }

.tabs { display: flex; gap: 22px; margin-top: 20px; border-bottom: 1px solid var(--line); }
.tabs button { margin-bottom: -1px; padding: 10px 0; border: 0; border-bottom: 3px solid transparent; background: none; font-weight: 700; color: var(--muted); }
.tabs button[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--ink); }
#panel { padding-top: 14px; }

.pill { display: inline-block; padding: 2px 8px; border-radius: 999px; font-size: 0.75rem; font-weight: 700; white-space: nowrap; }
.pill--new { background: var(--yellow); color: var(--ink); }
.pill--quoted { background: var(--navy-soft); color: var(--navy); }
.pill--deposit { background: var(--leaf-soft); color: var(--leaf); }
.pill--paid { background: var(--ink); color: #fff; }
.flag { display: inline-block; padding: 1px 7px; border: 1px solid transparent; border-radius: 5px; font-size: 0.75rem; font-weight: 700; white-space: nowrap; }
.flag--new { border-color: var(--ink); }
.flag--due { background: var(--red-soft); color: var(--red); }
.flag--crew { border-color: var(--navy); color: var(--navy); }
.flag--late { background: var(--ink); color: var(--yellow); }

.tickets { display: grid; gap: 10px; }
.ticket { display: grid; grid-template-columns: 62px 1fr; width: 100%; padding: 0; overflow: hidden; text-align: left; border: 1.5px solid var(--line); border-radius: var(--r); background: var(--page); }
.ticket:hover { border-color: var(--ink); }
.ticket-date { display: grid; align-content: center; justify-items: center; padding: 10px 4px; background: var(--paper); border-right: 2px dashed var(--line); font: 600 0.75rem/1.2 var(--mono); text-transform: uppercase; color: var(--ink-2); }
.ticket-date b { font: 400 1.5rem/1 var(--display); color: var(--ink); }
.ticket-date i { font-style: normal; font-weight: 500; color: var(--muted); }
.ticket-main { display: grid; gap: 3px; min-width: 0; padding: 10px 12px 12px; }
.ticket-top, .ticket-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.ticket-name { margin-top: 2px; font-weight: 700; font-size: 1.0625rem; }
.ticket-occ { color: var(--ink-2); font-size: 0.9375rem; }
.ticket-meta { color: var(--muted); font-size: 0.8125rem; }
.ticket-foot { margin-top: 4px; }
.ticket-total { margin-right: 4px; font: 600 0.9375rem var(--mono); font-variant-numeric: tabular-nums; }
.empty { margin: 8px 0; color: var(--muted); }

.cal { margin-bottom: 16px; }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.cal-head h3 { font: 400 1.125rem var(--display); }
.icon-btn { width: 40px; height: 40px; border: 1.5px solid var(--line); border-radius: 8px; background: var(--page); font-size: 1.375rem; line-height: 1; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-dow { padding-bottom: 2px; text-align: center; font-size: 0.6875rem; font-weight: 700; color: var(--muted); }
.cal-day { aspect-ratio: 1; max-width: 100%; display: grid; grid-template-rows: 1fr auto; justify-items: center; padding: 5px 0 6px; border-radius: 8px; background: var(--paper); font: 500 0.8125rem var(--mono); color: var(--ink-2); }
.cal-day.is-blank { background: transparent; }
.cal-day.has-job { background: var(--page); border: 1.5px solid var(--ink); color: var(--ink); font-weight: 600; }
.cal-day.is-today { box-shadow: inset 0 0 0 2px var(--navy); }
.dots { display: flex; gap: 3px; }
.dot { display: block; width: 7px; height: 7px; border-radius: 50%; }
.dot--new { background: var(--yellow); box-shadow: 0 0 0 1px var(--ink); }
.dot--quoted { background: var(--navy); }
.dot--deposit { background: var(--leaf); }
.dot--paid { background: var(--ink); }

.crew-lede { margin-bottom: 14px; color: var(--ink-2); font-size: 0.9375rem; }
.crew-lede .demo-note { display: block; margin-top: 4px; }
.crew-job { display: grid; gap: 12px; justify-items: start; margin-bottom: 10px; padding: 14px; border: 1.5px solid var(--line); border-radius: var(--r); }
.crew-job header { display: flex; justify-content: space-between; align-items: start; gap: 10px; width: 100%; }
.crew-job h3 { font-size: 1rem; }
.crew-job header p { margin-top: 2px; color: var(--muted); font-size: 0.875rem; }
.slots { display: grid; gap: 8px; width: 100%; }
.slot { display: grid; grid-template-columns: 84px 1fr; gap: 10px; align-items: center; }
.slot-role { font-weight: 700; font-size: 0.9375rem; }
.slot-role small { display: block; font: 500 0.75rem var(--mono); color: var(--muted); }
.slot-names { display: flex; flex-wrap: wrap; gap: 6px; }
.name { padding: 3px 10px; border-radius: 999px; background: var(--leaf-soft); color: var(--leaf); font-size: 0.8125rem; font-weight: 700; }
.name--open { background: var(--page); color: var(--muted); border: 1.5px dashed var(--line-strong); font-weight: 400; }

/* sheet + toast (shared by booking and desk) */
.sheet { position: fixed; inset: 0; z-index: 30; display: flex; align-items: flex-end; justify-content: center; background: rgba(22, 19, 14, 0.5); }
.sheet-panel { position: relative; display: flex; flex-direction: column; width: 100%; max-width: 560px; max-height: 90vh; max-height: 90dvh; background: var(--page); border-radius: 18px 18px 0 0; outline: none; animation: rise .22s ease-out; }
@keyframes rise { from { transform: translateY(24px); opacity: .6; } }
.sheet-close { position: absolute; top: 10px; right: 10px; z-index: 1; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--paper); font-size: 1.5rem; line-height: 1; }
.sheet-body { display: grid; gap: 14px; overflow-y: auto; padding: 20px 16px; padding-bottom: max(24px, env(safe-area-inset-bottom)); }
.sheet-head { padding-right: 44px; }
.sheet-head h2 { margin-top: 8px; font: 400 1.5rem/1.15 var(--display); }
.sheet-head p { margin-top: 2px; color: var(--ink-2); }
.sheet-h { margin-top: 6px; font: 400 1rem var(--display); }
.facts { margin: 0; display: grid; border-top: 1px solid var(--line); }
.facts div { display: grid; grid-template-columns: 70px 1fr; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.facts dt { padding-top: 1px; font-size: 0.8125rem; font-weight: 700; color: var(--muted); }
.facts dd { margin: 0; font-size: 0.9375rem; }
.facts dd small { color: var(--muted); }
.facts a { color: var(--navy); font-weight: 700; }
.note { margin: 0; padding: 10px 12px; border-radius: 8px; background: var(--paper); font-size: 0.9375rem; color: var(--ink-2); }
.note::before { content: "“"; }
.note::after { content: "”"; }

.lines { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.lines td { padding: 7px 0; vertical-align: top; border-bottom: 1px dashed var(--line); font-size: 0.9375rem; }
.lines td:last-child { padding-left: 12px; text-align: right; white-space: nowrap; font: 600 0.9375rem var(--mono); }
.lines td small { display: block; font: 400 0.75rem var(--mono); color: var(--muted); }
.lines tfoot td { border-bottom: 0; }
.lines-total td { padding-top: 10px; border-top: 2px solid var(--ink); font-weight: 700; font-size: 1.0625rem; }
.lines-total td:last-child { font-size: 1.0625rem; }

.paid-stamp { justify-self: center; margin: 4px 0; padding: 2px 14px; border: 3px solid var(--leaf); border-radius: 8px; color: var(--leaf); font: 400 1.25rem var(--display); text-transform: uppercase; letter-spacing: 0.06em; transform: rotate(-4deg); }
.phone-quote { display: grid; gap: 10px; padding: 18px 16px; border: 2px solid var(--ink); border-radius: 14px; box-shadow: var(--shadow); }
.pq-logo { justify-self: center; width: 170px; }
.pq-for { margin-top: 6px; text-align: center; font-size: 0.8125rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.phone-quote h2 { text-align: center; font: 400 1.375rem/1.15 var(--display); }
.pq-when { margin-bottom: 4px; text-align: center; font-size: 0.875rem; color: var(--ink-2); }
.pq-fine { margin-top: 4px; text-align: center; font-size: 0.75rem; color: var(--muted); }

.toast { position: fixed; z-index: 40; left: 50%; bottom: 110px; max-width: calc(100vw - 32px); padding: 10px 16px; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 700; font-size: 0.9375rem; white-space: nowrap; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ---------- desk: login, live badge, crew board ---------- */
.desk { padding-bottom: 110px; }
.desk-head, #summary, .desk .tabs, #panel:not(.is-board) > * { max-width: 780px; }
.login { display: grid; gap: 8px; padding-block: 48px 64px; }
.login h1 { font: 400 clamp(2rem, 6vw, 2.75rem)/1.05 var(--display); }
.login-form { display: grid; gap: 14px; max-width: 420px; margin-top: 14px; }
.login-form .btn { justify-self: start; }
.badge { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 4px; padding: 0 6px; border-radius: 999px; background: var(--red); color: #fff; font: 700 0.75rem/1 var(--body); vertical-align: 1px; }
.flag--just { background: var(--red); color: #fff; }
.flag--done { background: var(--leaf-soft); color: var(--leaf); }

.board-wrap { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 20px; align-items: start; }
.roster { position: sticky; top: 56px; display: grid; gap: 10px; max-height: calc(100vh - 72px); overflow-y: auto; padding: 14px; border: 2px solid var(--ink); border-radius: var(--r); background: var(--paper); }
.roster.is-over { background: var(--yellow-soft); }
.roster-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.roster-head h3 { font: 400 1.125rem/1.1 var(--display); }
.roster-head .mono { font-size: 0.875rem; color: var(--muted); }
.roster-hint { font-size: 0.8125rem; color: var(--muted); }
.roster-list { display: grid; gap: 6px; }

.person { display: flex; align-items: stretch; border: 1.5px solid var(--ink); border-radius: 10px; background: var(--page); cursor: grab; -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
.person.is-selected { background: var(--yellow); box-shadow: var(--shadow); }
.person.is-dragging { opacity: 0.35; }
.person-pick { flex: 1; min-width: 0; display: grid; gap: 1px; padding: 8px 10px; border: 0; background: none; text-align: left; cursor: inherit; }
.person-name { font-weight: 700; white-space: nowrap; }
.person-meta { font-size: 0.75rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.person-link { flex: none; padding: 0 10px; border: 0; border-left: 1.5px solid var(--line); background: none; font-size: 0.8125rem; font-weight: 700; color: var(--navy); }
.add-crew { display: grid; gap: 10px; padding: 12px; border-radius: 8px; background: var(--page); }
.role-picks { display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 0; padding: 0; border: 0; font-size: 0.875rem; }
.role-picks legend { float: left; width: 100%; margin-bottom: 4px; font-weight: 700; }
.role-picks label { display: inline-flex; align-items: center; gap: 6px; }

.jobs { display: grid; gap: 14px; min-width: 0; }
.job { overflow: hidden; border: 1.5px solid var(--line); border-radius: var(--r); background: var(--page); }
.job-head { display: grid; grid-template-columns: 62px minmax(0, 1fr) auto; align-items: stretch; border-bottom: 1px solid var(--line); }
.job-title { display: grid; gap: 2px; align-content: center; min-width: 0; padding: 10px 12px; border: 0; background: none; text-align: left; }
.job-title:hover .job-name { text-decoration: underline; }
.job-name { font-weight: 700; font-size: 1.0625rem; }
.job-meta { font-size: 0.8125rem; color: var(--muted); }
.job-status { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 4px; padding: 10px 12px; }
.lanes { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; padding: 12px; }
.job > .hint { padding: 0 12px 12px; }
.lane { display: grid; align-content: start; gap: 8px; min-height: 92px; padding: 10px; border: 1.5px dashed var(--line-strong); border-radius: 10px; background: var(--paper); transition: background .1s, border-color .1s; }
.lane.is-full { border-style: solid; border-color: var(--line); background: var(--page); }
.lane.is-over { border: 2px solid var(--ink); background: var(--yellow-soft); }
.lane-head { display: flex; justify-content: space-between; font-size: 0.8125rem; font-weight: 700; }
.lane-head .mono { color: var(--muted); }
.lane-people { display: flex; flex-wrap: wrap; gap: 6px; }
.person--placed { display: inline-flex; align-items: center; gap: 6px; padding: 3px 3px 3px 10px; border-radius: 999px; font-size: 0.875rem; }
.person--placed.has-clash { border-color: var(--red); box-shadow: 0 0 0 2px var(--red-soft); }
.clash { font-size: 0.6875rem; font-weight: 700; color: var(--red); white-space: nowrap; }
.unplace { display: grid; place-items: center; width: 28px; height: 28px; border: 0; border-radius: 50%; background: var(--paper); font-size: 1rem; line-height: 1; }
.open-slot { padding: 6px 12px; border: 1.5px dashed var(--line-strong); border-radius: 999px; background: var(--page); font-size: 0.8125rem; color: var(--muted); }
.open-slot.is-armed { border: 2px solid var(--ink); background: var(--yellow); color: var(--ink); font-weight: 700; }

.drag-ghost { position: fixed; z-index: 60; top: 0; left: 0; margin: 0; pointer-events: none; box-shadow: var(--shadow-lg); opacity: 0.95; }
body.is-dragging, body.is-dragging * { cursor: grabbing !important; }
.placing-bar { position: fixed; z-index: 25; left: 50%; bottom: max(16px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 12px; width: max-content; max-width: calc(100vw - 32px); padding: 6px 6px 6px 16px; border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow); box-shadow: var(--shadow); transform: translateX(-50%); }
.link-box { padding: 10px 12px; border-radius: 8px; background: var(--paper); font-size: 0.8125rem; overflow-wrap: anywhere; }
.crew-summary { display: grid; gap: 8px; }
.need-row { display: grid; grid-template-columns: 84px 1fr; align-items: center; gap: 10px; }
.need-role { font-weight: 700; font-size: 0.9375rem; }
.need-role small { display: block; font: 500 0.75rem var(--mono); color: var(--muted); }
.need-names { display: flex; flex-wrap: wrap; gap: 6px; }

@media (max-width: 860px) {
  .board-wrap { grid-template-columns: 1fr; }
  .roster { top: 44px; z-index: 6; max-height: none; overflow: visible; padding: 10px; }
  .roster-hint { display: none; }
  .roster-list { display: flex; gap: 8px; overflow-x: auto; margin-inline: -10px; padding: 2px 10px 6px; scrollbar-width: none; }
  .roster .person { flex: none; }
  .job-head { grid-template-columns: 56px minmax(0, 1fr); }
  .job-head .ticket-date { grid-row: span 2; }
  .job-title { padding-bottom: 4px; }
  .job-status { grid-column: 2; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; padding: 0 12px 10px; }
  .lanes { grid-template-columns: 1fr; }
}

.job-link { padding: 2px 0; border: 0; background: none; font-size: 0.8125rem; font-weight: 700; color: var(--navy); text-decoration: underline; white-space: nowrap; }

/* ---------- crew pages: one job, or one person's schedule ---------- */
.job-page .facts { margin-top: 6px; }
.job-page .facts dd small { display: block; margin-top: 2px; color: var(--muted); }
.crew-h { margin-top: 14px; font: 400 1.25rem/1.1 var(--display); }
.job-crew { list-style: none; display: grid; }
.job-crew li { display: grid; grid-template-columns: 84px 1fr; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.job-crew-role { font-weight: 700; }
.job-crew-names { display: flex; flex-wrap: wrap; gap: 6px; }

/* ---------- job lists (crew page + desk sheet) ---------- */
.job-list { display: grid; gap: 16px; }
.jl-heading { padding: 10px 12px; border-radius: 8px; background: var(--paper); font: 500 0.875rem/1.55 var(--mono); color: var(--ink-2); }
.jl-progress { font-size: 0.9375rem; color: var(--ink-2); }
.jl-progress b { font: 400 1.375rem/1 var(--display); color: var(--ink); }
.jl-sec { display: grid; gap: 2px; }
.jl-title { display: flex; align-items: baseline; gap: 8px; padding-bottom: 6px; border-bottom: 2px solid var(--ink); font: 400 1.125rem/1.1 var(--display); }
.jl-note { font: 700 0.8125rem var(--body); color: var(--muted); }
.jl-count { margin-left: auto; font: 600 0.8125rem var(--mono); color: var(--muted); }
.jl-items, .jl-sub { list-style: none; }
.jl-sub { margin-left: 34px; }
.jl-item { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 46px; padding: 6px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.jl-item--sub { min-height: 40px; font-size: 0.9375rem; }
.jl-item input { width: 22px; height: 22px; margin: 0; accent-color: var(--leaf); cursor: inherit; }
.jl-name { font-weight: 700; overflow-wrap: anywhere; }
.jl-item--sub .jl-name { font-weight: 400; }
.jl-qty { font: 600 0.875rem var(--mono); white-space: nowrap; }
.jl-item.is-done .jl-name, .jl-item.is-done .jl-qty { color: var(--muted); text-decoration: line-through; text-decoration-color: var(--line-strong); }
.list-msg { font-weight: 700; color: var(--red); }
.list-text { font: 500 0.875rem/1.5 var(--mono); min-height: 320px; }
.list-help summary { cursor: pointer; font-size: 0.875rem; font-weight: 700; }
.list-help pre { margin: 8px 0; padding: 10px 12px; border-radius: 8px; background: var(--paper); font: 500 0.8125rem/1.5 var(--mono); white-space: pre-wrap; }
.list-help p { font-size: 0.875rem; color: var(--ink-2); }

/* ---------- job types ---------- */
.desk .tabs { overflow-x: auto; scrollbar-width: none; }
.desk .tabs button { white-space: nowrap; }
.types-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.types-head .lede { max-width: 58ch; font-size: 0.9375rem; }
.types { display: grid; gap: 10px; }
.type-card { padding: 14px; border: 1.5px solid var(--line); border-radius: var(--r); background: var(--page); }
.type-card header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.type-card h3 { font: 400 1.125rem/1.15 var(--display); }
.type-facts { margin: 0; display: grid; }
.type-facts div { display: grid; grid-template-columns: 110px 1fr; gap: 10px; padding: 6px 0; border-top: 1px solid var(--line); font-size: 0.9375rem; }
.type-facts dt { font-size: 0.8125rem; font-weight: 700; color: var(--muted); }
.type-facts dd { margin: 0; }
.type-form { display: grid; gap: 14px; }
.field--short input { max-width: 140px; }
.needs-edit { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.needs-edit legend { margin-bottom: 6px; font-size: 0.875rem; font-weight: 700; }
.needs-edit > .btn { justify-self: start; }
#needRows { display: grid; gap: 8px; }
.need-edit { display: grid; grid-template-columns: minmax(0, 1fr) 76px 96px 28px; align-items: center; gap: 8px; }
.need-edit input { width: 100%; min-height: 40px; padding: 6px 8px; border: 1.5px solid #CFCCC1; border-radius: 8px; background: var(--page); }
.need-head span { font-size: 0.75rem; font-weight: 700; color: var(--muted); }
.type-field select { min-height: 44px; }
.job-type-line { padding: 0 12px 12px; font-size: 0.8125rem; color: var(--ink-2); }
.job-type-line small { color: var(--muted); }

/* ---------- crew sign-in ---------- */
.signed-in { margin-left: 5px; color: var(--leaf); font-size: 0.8125rem; font-weight: 700; }
.crew-page .login-form { margin-top: 4px; }
.crew-page .login-form .btn--ghost { justify-self: start; }
.crew-job-body h2 a { text-decoration: none; }
.crew-job-body h2 a:hover { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 4px; }
.crew-job-biz { font-size: 0.8125rem; font-weight: 700; color: var(--muted); }
.crew-foot { margin-top: 10px; font-weight: 700; }
.crew-foot a { color: var(--navy); }

/* ---------- crew schedule page ---------- */
.crew-top { padding-block: 12px; border-bottom: 4px solid var(--ink); }
.crew-top img { width: 150px; }
.crew-page { display: grid; gap: 10px; padding-block: 28px 64px; }
.crew-page h1 { font: 400 clamp(2rem, 7vw, 2.75rem)/1.05 var(--display); }
.crew-jobs { list-style: none; display: grid; gap: 10px; margin-top: 12px; }
.crew-job-card { display: grid; grid-template-columns: 62px 1fr; overflow: hidden; border: 1.5px solid var(--ink); border-radius: var(--r); }
.crew-job-body { display: grid; gap: 4px; padding: 12px; }
.crew-job-body h2 { font: 400 1.25rem/1.15 var(--display); }
.crew-job-when { font-weight: 700; }
.crew-job-place { color: var(--navy); font-weight: 700; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
