/* Ragozzino's Deli & Catering: a hand-pulled show poster on black stock. */

@font-face { font-family: 'Big Shoulders Display'; src: url(fonts/big-shoulders-display.woff2) format('woff2'); font-weight: 700 900; font-display: swap; }
@font-face { font-family: 'Archivo'; src: url(fonts/archivo.woff2) format('woff2'); font-weight: 400 800; font-stretch: 62% 125%; font-display: swap; }

:root {
  --stock: #0D0E0C;          /* black poster stock, mostly left unprinted */
  --stock-2: #151714;        /* the stock where a second, faint pass sits */
  --green: #1F4F35;          /* green ink flood */
  --green-line: #4F8A63;     /* green ink as rules and small marks on black */
  --red: #FF3130;            /* the logo's red: billing and the main pull */
  --bone: #F1ECE1;           /* white ink */
  --bone-dim: #A9A497;       /* the paler pass */
  --ink-green: url(img/ink-green.webp);
  --ink-red: url(img/ink-red.webp);

  --f-bill: 'Big Shoulders Display', 'Arial Narrow', sans-serif;
  --f-text: 'Archivo', 'Helvetica Neue', Arial, sans-serif;

  --wrap: 1320px;
  --gutter: clamp(16px, 4vw, 48px);
  --section: clamp(64px, 9vw, 128px);
  --line: 8px;               /* the type-line unit every block is sized in */
  --ease: cubic-bezier(.16, 1, .3, 1);

  color-scheme: dark;
  accent-color: var(--red);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0; background: var(--stock); color: var(--bone);
  font: 400 1.0625rem/1.6 var(--f-text); font-stretch: 100%;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 calc(var(--line) * 2); max-width: 66ch; }
h1, h2, h3 { margin: 0; font-weight: 900; line-height: .9; text-wrap: balance; }
::selection { background: var(--red); color: var(--stock); }
:focus-visible { outline: 3px solid var(--bone); outline-offset: 3px; }
html { scrollbar-color: var(--green-line) var(--stock); }

.wrap { width: min(100% - var(--gutter) * 2, var(--wrap)); margin-inline: auto; }
.vh { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip { position: absolute; left: 8px; top: -60px; z-index: 50; background: var(--bone); color: var(--stock); padding: 12px 16px; font-weight: 700; }
.skip:focus { top: 8px; }
.ic { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: square; stroke-linejoin: miter; flex: none; }

/* Billing type: condensed wood-type caps */
.bill { font-family: var(--f-bill); font-weight: 900; text-transform: uppercase; letter-spacing: -.005em; line-height: .86; }
.label { font-family: var(--f-text); font-stretch: 75%; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .875rem; }

/* Links in running text: the underline pulls across like ink */
.text a:not(.pull), .inline-link {
  text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  transition: background-size .35s var(--ease), color .2s;
}
.text a:not(.pull):hover, .inline-link:hover { background-size: 100% 100%; color: var(--stock); background-color: transparent; }
.text a:not(.pull):hover { background-image: linear-gradient(var(--bone), var(--bone)); }

/* Pulls: buttons are solid ink blocks */
.pull {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: 56px; padding: 14px 26px; border: 0; cursor: pointer;
  font: 800 1.0625rem/1 var(--f-text); font-stretch: 75%; text-transform: uppercase; letter-spacing: .07em;
  text-decoration: none; color: var(--stock); background: var(--bone);
  transition: background-color .18s, color .18s, transform .12s;
}
.pull .ic { width: 1.15em; height: 1.15em; stroke-width: 2.6; transition: transform .25s var(--ease); }
.pull:hover .ic { transform: translateX(4px); }
.pull:active { transform: translateY(2px); }
.pull-red { background: var(--red) var(--ink-red) center / 320px; color: var(--stock); }
.pull-red:hover { background: var(--bone); }
.pull-bone:hover { background: var(--red) var(--ink-red) center / 320px; }
.pull-line { background: transparent; color: var(--bone); box-shadow: inset 0 0 0 3px var(--bone); }
.pull-line:hover { background: var(--bone); color: var(--stock); }
.pulls { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Header ---------- */
.snipe {
  display: flex; align-items: center; justify-content: center; gap: .6em; min-height: 44px; padding: 8px var(--gutter);
  background: var(--red) var(--ink-red) center / 320px; color: var(--stock); text-decoration: none; text-align: center;
  font: 800 .9375rem/1.2 var(--f-text); font-stretch: 75%; text-transform: uppercase; letter-spacing: .08em;
}
.snipe:hover { background: var(--bone); }
.snipe .ic { stroke-width: 2.6; }
.site-header { border-bottom: 1px solid #2a2d27; }
.site-header .wrap { display: flex; align-items: center; gap: 24px; min-height: 88px; }
.sign-block {
  flex: none; display: block; padding: 10px 18px; background: var(--green) var(--ink-green) center / 320px;
}
.sign-block img { width: 120px; height: auto; }
#site-nav { margin-left: auto; }
#site-nav ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
#site-nav a {
  display: flex; align-items: center; gap: .4em; min-height: 44px; padding: 0 12px; text-decoration: none;
  font: 700 .9375rem/1 var(--f-text); font-stretch: 75%; text-transform: uppercase; letter-spacing: .08em; color: var(--bone);
  background: linear-gradient(var(--red), var(--red)) 12px calc(100% - 6px) / 0 3px no-repeat;
  transition: background-size .3s var(--ease);
}
#site-nav a:hover, #site-nav a[aria-current] { background-size: calc(100% - 24px) 3px; }
#site-nav a[aria-current] { color: var(--bone); }
#site-nav .ic { width: .95em; height: .95em; }
.head-phone {
  display: flex; align-items: center; gap: .35em; min-height: 44px; text-decoration: none; white-space: nowrap;
  font: 900 1.75rem/1 var(--f-bill); color: var(--red); letter-spacing: .01em;
}
.head-phone .ic { width: .8em; height: .8em; stroke-width: 2.6; }
.head-phone:hover { color: var(--bone); }
.menu-toggle { display: none; }

@media (max-width: 1100px) {
  .site-header .wrap { min-height: 80px; gap: 12px; flex-wrap: wrap; }
  .sign-block img { width: 104px; }
  .head-phone { margin-left: auto; font-size: 1.5rem; }
  .menu-toggle {
    display: inline-flex; align-items: center; gap: .5em; min-height: 48px; padding: 0 16px; cursor: pointer;
    background: none; color: var(--bone); border: 2px solid var(--bone);
    font: 800 .9375rem/1 var(--f-text); font-stretch: 75%; text-transform: uppercase; letter-spacing: .08em;
  }
  .menu-toggle .i-close { display: none; }
  .menu-toggle[aria-expanded="true"] .i-open { display: none; }
  .menu-toggle[aria-expanded="true"] .i-close { display: block; }
  #site-nav { order: 5; width: 100%; margin: 0; }
  .js #site-nav { display: none; }
  .js #site-nav.open { display: block; }
  #site-nav ul { flex-direction: column; gap: 0; padding: 8px 0 16px; }
  #site-nav a { font-size: 1.125rem; min-height: 52px; padding: 0 4px; border-top: 1px solid #2a2d27; background-position: 4px calc(100% - 8px); }
  #site-nav a:hover, #site-nav a[aria-current] { background-size: 48px 3px; }
}
@media (max-width: 520px) {
  .head-phone span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .head-phone { width: 48px; height: 48px; justify-content: center; font-size: 1.75rem; box-shadow: inset 0 0 0 2px var(--red); }
}

/* ---------- Poster (home hero) ---------- */
.poster { padding: clamp(32px, 3.6vw, 52px) 0 0; overflow: clip; }
.poster-grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px, 2.5vw, 40px); align-items: start; }
.poster-bill { grid-column: 1 / 8; }
.poster-print { grid-column: 8 / 13; margin: 0; }
.name { display: block; position: relative; font-size: clamp(4.25rem, 10vw, 9rem); color: var(--red); }
.name .pass { display: block; }
.name .pass-green { position: absolute; inset: 0; color: var(--green-line); transform: translate(-.014em, -.01em); }
.name .pass-red { position: relative; }
.name-band {
  display: block; margin: calc(var(--line) * 1.5) 0 0 calc(var(--gutter) * -1 - 50vw); padding: 10px 24px 8px calc(var(--gutter) + 50vw);
  width: max-content; max-width: calc(100% + var(--gutter) + 50vw);
  background: var(--green) var(--ink-green) center / 320px; color: var(--bone);
  font-size: clamp(2.25rem, 5.4vw, 4.75rem); line-height: .95;
}
.lede { margin: calc(var(--line) * 3) 0 calc(var(--line) * 3); font-size: clamp(1.0625rem, 1.4vw, 1.25rem); max-width: 40ch; color: var(--bone); }
.poster .pulls .pull { flex: 1 1 220px; max-width: 300px; }
.call-line { margin: calc(var(--line) * 2) 0 0; display: flex; align-items: baseline; flex-wrap: wrap; gap: .25em .6em; }
.call-line .label { color: var(--bone-dim); }
.call-line a { font: 900 clamp(2rem, 3.2vw, 2.75rem)/1 var(--f-bill); color: var(--bone); text-decoration: none; letter-spacing: .01em; }
.call-line a:hover { color: var(--red); }

.print { margin: 0; }
.print img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border: 10px solid var(--bone); }
.print figcaption { padding-top: calc(var(--line) * 1.5); }
.headliner-name { margin: 0; font-size: clamp(2.25rem, 3.3vw, 3rem); color: var(--bone); }
.headliner-desc { margin: 6px 0 var(--line); color: var(--bone-dim); font-size: 1rem; max-width: 46ch; }
.price-pair { display: flex; gap: 24px; margin: 0; }
.price-pair div { display: flex; flex-direction: column; }
.price-pair dt { order: 2; color: var(--bone-dim); }
.price-pair dd { margin: 0; font: 900 2rem/1 var(--f-bill); color: var(--red); font-variant-numeric: tabular-nums; }

/* Tour dates: the week along the foot of the poster */
.dates-wrap { margin-top: clamp(24px, 2.4vw, 32px); border-top: 3px solid var(--green-line); }
.dates-row { display: grid; grid-template-columns: auto 1fr; }
.dates { display: grid; grid-template-columns: repeat(7, 1fr); margin: 0; }
.dates-h { align-self: stretch; display: flex; align-items: center; padding: 16px 24px 16px 0; font-size: 2.25rem; color: var(--green-line); }
.dates > div { padding: 16px 12px 18px; border-left: 1px solid #2a2d27; color: var(--bone-dim); }
.dates dt { font: 900 1.75rem/1 var(--f-bill); text-transform: uppercase; display: flex; align-items: center; gap: .4em; flex-wrap: wrap; }
.dates dd { margin: 6px 0 0; font-size: .9375rem; font-stretch: 75%; font-weight: 600; line-height: 1.25; }
.dates .today { background: var(--red) var(--ink-red) center / 320px; color: var(--stock); border-left-color: var(--red); }
.today-tag { font: 800 .6875rem/1 var(--f-text); font-stretch: 75%; letter-spacing: .1em; text-transform: uppercase; padding: 4px 6px 3px; background: var(--stock); color: var(--bone); }
.venue { display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: center; justify-content: space-between; padding: 16px 0; border-top: 1px solid #2a2d27; border-bottom: 3px solid var(--green-line); }
.venue a { display: inline-flex; align-items: center; gap: .5em; min-height: 44px; text-decoration: none; }
.venue a:hover { color: var(--red); }

@media (max-width: 1100px) {
  .poster-bill, .poster-print { grid-column: 1 / -1; }
  .poster-print { margin-top: 56px; max-width: 560px; }
  .dates-row { grid-template-columns: 1fr; }
  .dates { grid-template-columns: repeat(4, 1fr); }
  .dates-h { padding: 16px 0 8px; }
  .dates > div:nth-of-type(4n + 1) { border-left: 0; }
  .dates > div { border-top: 1px solid #2a2d27; }
}
@media (max-width: 520px) {
  .dates { grid-template-columns: repeat(2, 1fr); }
  .dates > div:nth-of-type(odd) { border-left: 0; }
  .dates > div:nth-of-type(4n + 1) { border-left: 0; }
  .dates > div:nth-of-type(even) { border-left: 1px solid #2a2d27; }
  .poster .pulls .pull { max-width: none; }
}

/* The pull: the name prints in two passes, green then red squeegeed across into register. */
@media (prefers-reduced-motion: no-preference) {
  .js .name .pass-red { animation: squeegee .9s var(--ease) .15s both; }
  .js .name .pass-green { animation: register .9s var(--ease) .15s both; }
}
@keyframes squeegee { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes register { from { transform: translate(-.07em, -.05em); } to { transform: translate(-.014em, -.01em); } }
/* Both passes are filled with the pulled-ink rasters, so the billing reads as ink, not flat vector colour. */
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .name .pass-green, .page-h .pass-green { background: var(--green-line) url(img/ink-green-line.webp) center / 320px; -webkit-background-clip: text; background-clip: text; color: transparent; }
  .name .pass-red, .page-h .pass-red { background: var(--red) var(--ink-red) center / 320px; -webkit-background-clip: text; background-clip: text; color: transparent; }
}

/* ---------- Sections ---------- */
.section { padding: var(--section) 0; }
.section-h { font-size: clamp(3.5rem, 9vw, 7.5rem); color: var(--red); }
.section-sub { margin: calc(var(--line) * 2) 0 0; font-size: 1.1875rem; color: var(--bone-dim); max-width: 44ch; }
.head-row { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: clamp(40px, 5vw, 64px); }

/* The lineup (specialty grinders) */
.lineup-grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px, 2.5vw, 40px); }
.lineup { grid-column: 1 / 8; }
.lineup-list { list-style: none; margin: 0; padding: 0; }
.lineup-prints { grid-column: 9 / 13; display: grid; gap: 32px; align-content: start; }
.lineup-prints img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.lineup-prints img.tall { aspect-ratio: 4 / 5; object-position: 50% 85%; }
.cols-head, .act { display: grid; grid-template-columns: 1fr 4.75rem 4.75rem; column-gap: 20px; align-items: baseline; }
.cols-head { padding-bottom: 10px; border-bottom: 3px solid var(--green-line); color: var(--bone-dim); }
.cols-head span:nth-child(n + 2), .act .p { text-align: right; }
.act { padding: 22px 0 20px; border-bottom: 1px solid #2a2d27; row-gap: 6px; }
.act h3 { font-size: clamp(2rem, 3.4vw, 2.75rem); color: var(--bone); }
.act .sub { grid-column: 1; font-weight: 700; color: var(--bone); }
.act .desc { grid-column: 1 / -1; margin: 0; color: var(--bone-dim); max-width: 60ch; }
.act .p { font: 800 1.5rem/1 var(--f-text); font-stretch: 75%; color: var(--red); font-variant-numeric: tabular-nums; }
.act .p.none { color: var(--bone-dim); }
.act .extra { grid-column: 1 / -1; margin: 0; font-style: italic; color: var(--bone-dim); }
.lineup-more { margin-top: 40px; }

@media (max-width: 1100px) {
  .lineup, .lineup-prints { grid-column: 1 / -1; }
  .lineup-prints { grid-template-columns: 1fr 1fr; margin-top: 48px; }
}
@media (max-width: 520px) {
  .cols-head, .act { grid-template-columns: 1fr 4rem 4rem; column-gap: 10px; }
  .act .p { font-size: 1.25rem; }
  .lineup-prints { grid-template-columns: 1fr; }
}

/* Green flood: catering */
.flood { background: var(--green) var(--ink-green) center / 320px; color: var(--bone); }
.flood .section-h { color: var(--bone); }
.flood .text p { color: var(--bone); }
.catering-grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px, 2.5vw, 40px); row-gap: 48px; }
.catering-copy { grid-column: 1 / 7; }
.catering-copy .section-h { font-size: clamp(3rem, 6.6vw, 6rem); }
.catering-copy .text { margin-top: 32px; font-size: 1.125rem; }
.catering-print { grid-column: 7 / 13; margin: 0; align-self: start; }
.catering-print img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.ladder { grid-column: 1 / -1; }
.ladder h3 { font-size: 2.5rem; margin-bottom: 20px; }
.ladder ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(8, 1fr); border-top: 3px solid var(--bone); }
.ladder li { padding: 16px 12px 12px; border-left: 1px solid rgba(241, 236, 225, .28); }
.ladder li:first-child { border-left: 0; padding-left: 0; }
.ladder .num { display: block; font: 900 2.75rem/1 var(--f-bill); }
.ladder .pp { display: block; margin-top: 8px; font: 900 1.625rem/1 var(--f-bill); font-variant-numeric: tabular-nums; }
.ladder .per { display: block; margin-top: 4px; font-stretch: 75%; font-weight: 600; font-size: .875rem; }
.shout { grid-column: 1 / -1; margin: 0; list-style: none; padding: 0; display: flex; flex-wrap: wrap; column-gap: .28em; font-size: min(6.3vw, 5.6rem); line-height: .92; }
.shout li { white-space: nowrap; }
.shout .closer { width: 100%; font-size: min(7.2vw, 6.5rem); }
.shout-page { margin: 0; }
.shout-page .closer { color: var(--red); }
@media (max-width: 760px) {
  .shout { flex-direction: column; font-size: 2.75rem; }
  .shout .closer { white-space: normal; font-size: 3.25rem; margin-top: 8px; }
}
.catering-pulls { grid-column: 1 / -1; }

@media (max-width: 1100px) {
  .catering-copy, .catering-print { grid-column: 1 / -1; }
  .catering-print { max-width: 640px; }
  .ladder ol { grid-template-columns: repeat(4, 1fr); }
  .ladder li:nth-child(5) { border-left: 0; padding-left: 0; }
  .ladder li:nth-child(n + 5) { border-top: 1px solid rgba(241, 236, 225, .28); }
}
@media (max-width: 520px) {
  .ladder ol { grid-template-columns: repeat(2, 1fr); }
  .ladder li:nth-child(odd) { border-left: 0; padding-left: 0; }
  .ladder li:nth-child(even) { border-left: 1px solid rgba(241, 236, 225, .28); padding-left: 12px; }
  .ladder li:nth-child(n + 3) { border-top: 1px solid rgba(241, 236, 225, .28); }
}

/* Owners */
.owners-grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px, 2.5vw, 40px); row-gap: 40px; align-items: center; }
.owners-print { grid-column: 1 / 7; margin: 0; }
.owners-print img { width: 100%; }
.owners-copy { grid-column: 8 / 13; }
.owners-copy .section-h { font-size: clamp(3rem, 6vw, 5.5rem); margin-bottom: 32px; }
.owners-copy .text { font-size: 1.125rem; }
@media (max-width: 1100px) { .owners-print, .owners-copy { grid-column: 1 / -1; } .owners-print { max-width: 720px; } }

/* Contact */
.contact { padding-top: 0; }
.contact .head-row { border-top: 3px solid var(--green-line); padding-top: var(--section); }
.contact-grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px, 2.5vw, 40px); row-gap: 48px; }
.contact-form-col { grid-column: 1 / 8; }
.contact-info { grid-column: 9 / 13; }
.contact-form-col h3, .contact-info h3 { font-size: 2.5rem; color: var(--bone); margin-bottom: 12px; }
.contact-info h3 + * { margin-top: 0; }
.contact-info h3:not(:first-child) { margin-top: 40px; }
.contact-info address { font-style: normal; }
.fact { display: flex; align-items: center; gap: .6em; min-height: 44px; text-decoration: none; font-size: 1.125rem; }
.fact .ic { color: var(--green-line); }
.fact:hover { color: var(--red); }
.fact-big { font: 900 2.25rem/1 var(--f-bill); color: var(--red); letter-spacing: .01em; }
.fact-big:hover { color: var(--bone); }
.social { display: flex; gap: 12px; list-style: none; margin: 0; padding: 0; }
.social a { display: grid; place-items: center; width: 52px; height: 52px; background: var(--bone); color: var(--stock); }
.social a:hover { background: var(--red); }
.social .ic { width: 24px; height: 24px; stroke-width: 2.2; }
@media (max-width: 1100px) { .contact-form-col, .contact-info { grid-column: 1 / -1; } }

form .field { display: grid; gap: 8px; margin-bottom: 20px; }
form label { font: 700 .9375rem/1.2 var(--f-text); font-stretch: 75%; text-transform: uppercase; letter-spacing: .07em; }
form .req { color: var(--red); }
input[type="text"], input[type="email"], textarea {
  width: 100%; min-height: 52px; padding: 12px 14px; border: 0; border-bottom: 3px solid var(--green-line); border-radius: 0;
  background: var(--stock-2); color: var(--bone); font: 400 1.0625rem/1.5 var(--f-text); caret-color: var(--red);
}
textarea { min-height: 150px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #8f8a7e; }
input:focus-visible, textarea:focus-visible { outline: 3px solid var(--bone); outline-offset: 0; border-bottom-color: var(--red); }
input[type="file"] { width: 100%; padding: 10px 0; color: var(--bone-dim); font: 400 1rem var(--f-text); }
input[type="file"]::file-selector-button {
  margin-right: 14px; min-height: 48px; padding: 0 18px; border: 0; cursor: pointer; background: var(--bone); color: var(--stock);
  font: 800 .9375rem/1 var(--f-text); font-stretch: 75%; text-transform: uppercase; letter-spacing: .07em;
}
input[type="file"]::file-selector-button:hover { background: var(--red); }
.form-note { margin-top: 16px; padding: 14px 16px; background: var(--green) var(--ink-green) center / 320px; color: var(--bone); font-weight: 600; }

/* ---------- Footer ---------- */
.site-footer { border-top: 6px solid var(--green-line); padding: 56px 0 32px; background: var(--stock); }
.footer-grid { display: grid; grid-template-columns: auto 1fr 1fr auto; gap: 32px 48px; align-items: start; }
.site-footer h2 { font: 900 1.75rem/1 var(--f-bill); text-transform: uppercase; margin-bottom: 12px; color: var(--bone); }
.site-footer address { font-style: normal; }
.site-footer a { text-decoration: none; }
.site-footer .fact { font-size: 1rem; }
.foot-hours { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 2px 20px; font-size: .9375rem; color: var(--bone-dim); }
.foot-hours div { display: contents; }
.foot-hours dt { font-weight: 700; color: var(--bone); }
.foot-hours dd { margin: 0; }
.foot-hours .today dt, .foot-hours .today dd { color: var(--red); }
.foot-hours .today-tag { display: none; }
.copyright { margin: 48px 0 0; padding-top: 20px; border-top: 1px solid #2a2d27; font-size: .875rem; color: var(--bone-dim); max-width: none; }
@media (max-width: 1100px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Inner pages ---------- */
.page-head { padding: clamp(32px, 4.4vw, 56px) 0 clamp(24px, 3vw, 40px); }
.head-line { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; margin-top: 20px; }
.head-line .page-sub { margin: 0; }
.menu-index + .menu-part { padding-top: clamp(40px, 5vw, 64px); }
.page-h { font-size: clamp(3.75rem, 10vw, 8.5rem); color: var(--red); position: relative; }
.page-h .pass-green { position: absolute; inset: 0; color: var(--green-line); transform: translate(-.014em, -.01em); }
.page-h .pass-red { position: relative; display: block; }
.page-sub { margin: 20px 0 32px; font: 900 clamp(2rem, 4vw, 3rem)/1 var(--f-bill); text-transform: uppercase; color: var(--bone); }
@media (prefers-reduced-motion: no-preference) {
  .js .page-h .pass-red { animation: squeegee .9s var(--ease) .15s both; }
  .js .page-h .pass-green { animation: register .9s var(--ease) .15s both; }
}

/* Menus: the sticky index names the section in view */
.menu-index { position: sticky; top: 0; z-index: 20; background: var(--stock); border-top: 3px solid var(--green-line); border-bottom: 1px solid #2a2d27; }
.menu-index .wrap { display: flex; align-items: center; gap: 16px; }
.menu-index ul { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; overflow-x: auto; scrollbar-width: none; flex: 1; }
.menu-index ul::-webkit-scrollbar { display: none; }
.menu-index a { display: flex; align-items: center; min-height: 52px; padding: 0 12px; white-space: nowrap; text-decoration: none; color: var(--bone-dim); }
.menu-index a:hover { color: var(--bone); }
.menu-index a[aria-current] { color: var(--stock); background: var(--red) var(--ink-red) center / 320px; }
.menu-index .idx-phone { flex: none; font: 900 1.5rem/1 var(--f-bill); color: var(--red); text-decoration: none; display: flex; align-items: center; gap: .3em; min-height: 52px; }
.menu-index .idx-phone .ic { width: .8em; height: .8em; stroke-width: 2.6; }
@media (max-width: 760px) { .menu-index .idx-phone { display: none; } }

.menu-part { padding: clamp(56px, 7vw, 104px) 0; }
.menu-part + .menu-part { border-top: 1px solid #2a2d27; }
.part-h { font-size: clamp(3rem, 7vw, 6rem); color: var(--red); margin-bottom: 12px; }
.part-note { margin: 0 0 32px; font-size: 1.125rem; color: var(--bone-dim); }
.flood .part-h { color: var(--bone); }
.flood .part-note { color: var(--bone); }
.menu-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 48px clamp(32px, 4vw, 64px); align-items: start; }
.block h3 { font-size: clamp(2rem, 3.6vw, 2.75rem); color: var(--bone); margin-bottom: 6px; }
.block .note { margin: 0 0 16px; color: var(--bone-dim); font-stretch: 75%; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .9375rem; }

.block-h { font-size: clamp(2.5rem, 4.4vw, 3.5rem); color: var(--red); margin-bottom: 6px; }
.board .block-h { color: var(--bone); }
.sub-h { font-size: clamp(1.75rem, 2.6vw, 2.25rem); color: var(--bone); margin: 24px 0 8px; }
.note-strong { font-weight: 700; color: var(--bone); }
.build-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px clamp(32px, 4vw, 64px); align-items: start; }
.build-print { margin-top: 24px; width: 100%; }
.meat-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; align-items: start; }
.pizza-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px clamp(32px, 4vw, 64px); align-items: start; }
.pizza-grid .block > .sub-h:first-child { margin-top: 0; }
.pizza-print { margin: 0; }
.pizza-print img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.tp { font-weight: 600; letter-spacing: .02em; color: var(--red); }
.stuffed { margin-top: clamp(56px, 7vw, 96px); padding-top: clamp(40px, 5vw, 64px); border-top: 3px solid var(--green-line); }
.bill-price { color: var(--bone); }
.tray-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 40px clamp(32px, 4vw, 64px); align-items: start; }
.tray-grid > div > .sub-h:first-child { margin-top: 0; }
.flood .note { color: var(--bone); }
.packages-pulls { margin-top: 40px; }
@media (max-width: 1100px) {
  .build-grid, .tray-grid { grid-template-columns: 1fr; }
  .pizza-grid { grid-template-columns: 1fr 1fr; }
  .pizza-print { grid-column: 1 / -1; max-width: 640px; }
}
@media (max-width: 760px) {
  .meat-cols, .pizza-grid { grid-template-columns: 1fr; }
  .meat-cols .ptable + .ptable thead { display: none; }
}

/* The carta: names run on dotted leaders to prices in a fixed right column */
.carta { list-style: none; margin: 0 0 24px; padding: 0; }
.carta li { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; column-gap: 8px; padding: 7px 0; }
.carta .n { font-weight: 700; }
.carta .lead { border-bottom: 2px dotted #4a4d45; transform: translateY(-4px); min-width: 16px; }
.carta .p { font-weight: 700; font-variant-numeric: tabular-nums; text-align: right; color: var(--red); }
.flood .carta .p, .flood .carta .lead { color: var(--bone); border-color: rgba(241, 236, 225, .45); }
.carta .d { grid-column: 1 / -1; color: var(--bone-dim); font-size: .9375rem; margin-top: 2px; max-width: 58ch; }
.carta .x { grid-column: 1 / -1; color: var(--bone); font-size: .9375rem; font-weight: 600; }

/* Priced tables with column heads (Roll/Grinder, pan sizes) */
.ptable { width: 100%; border-collapse: collapse; margin: 0 0 24px; }
.ptable caption { text-align: left; }
.ptable th, .ptable td { padding: 9px 0; vertical-align: baseline; text-align: left; font-weight: 400; }
.ptable thead th { font: 700 .875rem/1.2 var(--f-text); font-stretch: 75%; text-transform: uppercase; letter-spacing: .07em; color: var(--bone-dim); border-bottom: 3px solid var(--green-line); padding-bottom: 10px; }
.flood .ptable thead th { color: var(--bone); border-bottom-color: var(--bone); }
.ptable tbody th { font-weight: 700; padding-right: 16px; }
.ptable tbody tr { border-bottom: 1px solid #2a2d27; }
.flood .ptable tbody tr { border-bottom-color: rgba(241, 236, 225, .22); }
.ptable .p { width: 7.5ch; text-align: right; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--red); padding-left: 12px; }
.ptable thead .p { color: var(--bone-dim); }
.flood .ptable .p, .flood .ptable thead .p { color: var(--bone); }
.ptable .na { color: var(--bone-dim); font-weight: 600; }
.flood .ptable .na { color: rgba(241, 236, 225, .7); }
.ptable .lbl { display: none; }
.ptable-3 .p { width: 9.5ch; }
@media (max-width: 640px) {
  .ptable-3 thead { display: none; }
  .ptable-3 tr { display: grid; grid-template-columns: repeat(3, 1fr); padding: 10px 0; }
  .ptable-3 tbody th { grid-column: 1 / -1; padding: 0 0 6px; }
  .ptable-3 td.p { text-align: left; padding: 0; width: auto; }
  .ptable-3 .lbl { display: block; font: 600 .75rem/1.3 var(--f-text); font-stretch: 75%; text-transform: uppercase; letter-spacing: .06em; color: var(--bone); }
}

.opts { margin: 0 0 24px; }
.opts div { padding: 10px 0; border-bottom: 1px solid #2a2d27; }
.opts dt { font-weight: 800; font-stretch: 75%; text-transform: uppercase; letter-spacing: .07em; font-size: .9375rem; color: var(--bone); }
.opts dd { margin: 4px 0 0; color: var(--bone-dim); }

.board { padding: 24px; background: var(--green) var(--ink-green) center / 320px; }
.board h3 { color: var(--bone); }
.board .carta .p, .board .carta .n { color: var(--bone); }
.board .carta .lead { border-color: rgba(241, 236, 225, .45); }

.flavors { list-style: none; margin: 0 0 20px; padding: 0; columns: 2 220px; column-gap: 40px; }
.flavors li { padding: 8px 0; border-bottom: 1px solid #2a2d27; font: 900 1.5rem/1.1 var(--f-bill); text-transform: uppercase; break-inside: avoid; }
.shout-line { font-size: clamp(2rem, 4vw, 3rem); color: var(--red); }

.packages { list-style: none; margin: 0 0 48px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; background: var(--bone); border: 3px solid var(--bone); }
.package { background: var(--green) var(--ink-green) center / 320px; padding: 20px 20px 22px; display: flex; flex-direction: column; }
.package h3 { font-size: 3.5rem; color: var(--bone); }
.package ul { list-style: none; margin: 12px 0 16px; padding: 0; flex: 1; }
.package li { padding: 3px 0; font-weight: 600; }
.package .pp { font: 900 2rem/1 var(--f-bill); color: var(--bone); font-variant-numeric: tabular-nums; border-top: 2px solid var(--bone); padding-top: 12px; }
.package .pp span { font: 700 .9375rem/1 var(--f-text); font-stretch: 75%; text-transform: uppercase; letter-spacing: .06em; }
@media (max-width: 1100px) { .packages { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .packages { grid-template-columns: 1fr; } }
.allergen { margin-top: 40px; padding-top: 20px; border-top: 1px solid #2a2d27; font-size: .9375rem; color: var(--bone-dim); max-width: 90ch; }
.flood .allergen { color: var(--bone); border-top-color: rgba(241, 236, 225, .35); }

/* About: the owners at poster scale, then billed blocks */
.about-hero { margin: 0; }
.about-hero img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; object-position: 50% 45%; }
.bill-block { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: clamp(16px, 2.5vw, 40px); row-gap: 20px; padding: clamp(40px, 5vw, 72px) 0; border-top: 3px solid var(--green-line); }
.about-hero + .bill-block { border-top: 0; }
.bill-block h2 { grid-column: 1 / 6; font-size: clamp(3rem, 6.4vw, 6rem); color: var(--red); }
.bill-block .text { grid-column: 7 / 13; font-size: 1.1875rem; }
.bill-block .pulls { margin-top: 24px; }
.about-pair { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(12px, 2vw, 24px); margin-bottom: clamp(40px, 5vw, 72px); }
.about-pair img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
@media (max-width: 900px) {
  .bill-block h2, .bill-block .text { grid-column: 1 / -1; }
  .about-pair { grid-template-columns: 1fr; }
  .about-hero img { aspect-ratio: 3 / 2; }
}
/* 404 */
.lost { padding: clamp(64px, 10vw, 140px) 0; }
.lost p { font-size: 1.25rem; margin: 24px 0 32px; }
