:root {
    --hall-ink: #0e2630;
    --hall-deep: #08181f;
    --hall-enamel: #f4f0e3;
    --hall-paper: #f3dfb6;
    --hall-red: #df493b;
    --hall-mustard: #efb83f;
    --hall-mint: #6bb7a7;
    --hall-line: rgba(244, 240, 227, .18);
    --hall-display: "Barlow Condensed", Impact, sans-serif;
    --hall-body: "Source Sans 3", system-ui, sans-serif;
    --hall-mono: "IBM Plex Mono", ui-monospace, monospace;
}

body[data-page-type="destinations"],
body[data-page-type="destination"] {
    background: var(--hall-deep);
    color: var(--hall-enamel);
    font-family: var(--hall-body);
}

.food-hall, .destination { min-height: 100vh; overflow: clip; }

.food-hall__marquee {
    position: relative;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) minmax(260px, 360px);
    gap: clamp(2rem, 5vw, 6rem);
    align-items: end;
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 5rem) clamp(4rem, 7vw, 7rem);
    background:
        linear-gradient(115deg, rgba(223, 73, 59, .12), transparent 45%),
        repeating-linear-gradient(90deg, transparent 0 79px, rgba(244, 240, 227, .025) 80px);
}

.food-hall__marquee::after {
    content: "";
    position: absolute;
    right: -7rem;
    top: 1rem;
    width: 24rem;
    height: 24rem;
    border: 1px solid rgba(239, 184, 63, .25);
    border-radius: 50%;
    box-shadow: 0 0 0 2.5rem rgba(239, 184, 63, .025), 0 0 0 5rem rgba(239, 184, 63, .02);
    pointer-events: none;
}

.food-hall__sign {
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    text-align: center;
    color: var(--hall-ink);
    background: var(--hall-mustard);
    border-radius: 50%;
    transform: rotate(-6deg);
    box-shadow: .75rem .75rem 0 var(--hall-red);
}

.food-hall__sign span { font: 800 5rem/.75 var(--hall-display); }
.food-hall__sign small { max-width: 9ch; margin: .75rem auto 0; font: 600 .72rem/1.2 var(--hall-mono); text-transform: uppercase; }
.food-hall__eyebrow, .food-hall__section-head p, .food-hall__standards > div > p,
.destination__identity > p, .destination__recipes > header p, .destination__school > header p,
.destination__next > div > p {
    margin: 0 0 .75rem;
    color: var(--hall-mustard);
    font: 600 .74rem/1.2 var(--hall-mono);
    letter-spacing: .16em;
    text-transform: uppercase;
}

.food-hall__intro h1 {
    max-width: 12ch;
    margin: 0;
    font: 800 clamp(4.8rem, 10vw, 9.5rem)/.78 var(--hall-display);
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.food-hall__intro h1 em { color: var(--hall-mint); font-style: normal; }
.food-hall__intro > p:not(.food-hall__eyebrow) { max-width: 61ch; margin: 2rem 0; color: rgba(244,240,227,.72); font-size: 1.12rem; line-height: 1.65; }
.food-hall__primary, .destination__next a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 50px;
    padding: .8rem 1rem;
    color: var(--hall-ink) !important;
    background: var(--hall-mustard);
    border: 2px solid var(--hall-mustard);
    font-weight: 800;
    text-decoration: none;
}

.food-hall__promise { border-top: 5px solid var(--hall-red); padding-top: 1.1rem; }
.food-hall__promise strong { display: block; font: 700 2rem/1 var(--hall-display); text-transform: uppercase; }
.food-hall__promise span { display: block; margin-top: .8rem; color: rgba(244,240,227,.67); line-height: 1.55; }

.food-hall__directory { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); background: var(--hall-enamel); color: var(--hall-ink); }
.food-hall__section-head { max-width: 1320px; margin: 0 auto 2.5rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; border-bottom: 3px solid var(--hall-ink); padding-bottom: 1rem; }
.food-hall__section-head p { color: var(--hall-red); margin: 0; }
.food-hall__section-head h2, .food-hall__standards h2, .destination__recipes h2, .destination__school h2, .destination__next h2 {
    max-width: 16ch;
    margin: 0;
    font: 800 clamp(2.8rem, 5vw, 5.4rem)/.9 var(--hall-display);
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.stall-board { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(14,38,48,.25); border-left: 1px solid rgba(14,38,48,.25); }
.stall-card { min-width: 0; border-right: 1px solid rgba(14,38,48,.25); border-bottom: 1px solid rgba(14,38,48,.25); }
.stall-card__link { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr) 40%; min-height: 310px; color: inherit; text-decoration: none; overflow: hidden; }
.stall-card__number { padding: 1.25rem .6rem; color: rgba(14,38,48,.48); font: 600 .72rem var(--hall-mono); writing-mode: vertical-rl; border-right: 1px dashed rgba(14,38,48,.3); }
.stall-card__copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; padding: 1.4rem; }
.stall-card__mark { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; margin-bottom: auto; color: var(--hall-enamel); background: var(--hall-red); border-radius: 50%; font: 600 .72rem var(--hall-mono); }
.stall-card__copy p { margin: 1.5rem 0 .35rem; color: var(--hall-red); font: 600 .68rem var(--hall-mono); text-transform: uppercase; }
.stall-card__copy h2 { margin: 0; font: 800 clamp(2.2rem, 4vw, 4rem)/.85 var(--hall-display); text-transform: uppercase; }
.stall-card__count { margin: .8rem 0 1.25rem; color: rgba(14,38,48,.62); font-size: .88rem; }
.stall-card__copy strong { margin-top: auto; border-bottom: 2px solid currentColor; }
.stall-card__image { min-width: 0; background: var(--hall-ink); clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); }
.stall-card__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.04); transition: transform .45s ease, filter .45s ease; }
.stall-card__link:hover .stall-card__image img { transform: scale(1.045); filter: saturate(1) contrast(1.06); }
.stall-card__link:hover .stall-card__copy strong { color: var(--hall-red); }

.food-hall__standards { display: grid; grid-template-columns: minmax(260px,.8fr) 1.2fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 5rem); max-width: 1440px; margin: auto; }
.food-hall__standards ol { counter-reset: hall; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--hall-line); }
.food-hall__standards li { counter-increment: hall; display: grid; grid-template-columns: 4rem 180px 1fr; gap: 1rem; align-items: baseline; padding: 1.5rem 0; border-bottom: 1px solid var(--hall-line); }
.food-hall__standards li::before { content: counter(hall, decimal-leading-zero); color: var(--hall-mustard); font: 600 .72rem var(--hall-mono); }
.food-hall__standards li strong { font: 700 1.5rem var(--hall-display); text-transform: uppercase; }
.food-hall__standards li span { color: rgba(244,240,227,.68); line-height: 1.5; }

.destination { --destination-accent: var(--hall-red); max-width: 1440px; margin: auto; }
.destination--wings, .destination--fried-chicken { --destination-accent: #df493b; }
.destination--burgers, .destination--bbq { --destination-accent: #efb83f; }
.destination--tacos, .destination--brunch { --destination-accent: #6bb7a7; }
.destination--pizza, .destination--pasta { --destination-accent: #d98443; }
.destination--mac-and-cheese, .destination--cookies { --destination-accent: #d7a7c9; }
.destination__crumb { display: flex; gap: .7rem; flex-wrap: wrap; padding: 1.1rem clamp(1.25rem,5vw,5rem); color: rgba(244,240,227,.55); font: 500 .68rem var(--hall-mono); text-transform: uppercase; }
.destination__crumb a { color: inherit; }
.destination__hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,520px); gap: clamp(3rem,7vw,8rem); padding: clamp(3rem,7vw,7rem) clamp(1.25rem,5vw,5rem) clamp(4rem,7vw,6rem); align-items: center; background: radial-gradient(circle at 72% 15%, color-mix(in srgb, var(--destination-accent) 16%, transparent), transparent 35%); }
.destination__identity { position: relative; }
.destination__mark { display: grid; place-items: center; width: 4.7rem; height: 4.7rem; margin-bottom: 2rem; color: var(--hall-ink); background: var(--destination-accent); border-radius: 50%; box-shadow: .45rem .45rem 0 rgba(244,240,227,.13); font: 700 1rem var(--hall-mono); transform: rotate(-5deg); }
.destination__identity > p { color: var(--destination-accent); }
.destination__identity h1 { max-width: 10ch; margin: 0; font: 800 clamp(5.2rem,11vw,10rem)/.77 var(--hall-display); letter-spacing: -.04em; text-transform: uppercase; }
.destination__identity > strong { display: block; max-width: 34ch; margin: 1.5rem 0 .65rem; font: 700 clamp(1.5rem,2.5vw,2.3rem)/1.05 var(--hall-display); text-transform: uppercase; }
.destination__identity > span:not(.destination__mark) { display: block; max-width: 61ch; color: rgba(244,240,227,.67); font-size: 1.05rem; line-height: 1.6; }

.order-ticket { position: relative; color: #201d18; background: var(--hall-paper); padding: 1.4rem 1.4rem 1.7rem; box-shadow: 1rem 1rem 0 rgba(0,0,0,.19); transform: rotate(1.1deg); }
.order-ticket::before, .order-ticket::after { content: ""; position: absolute; left: 0; right: 0; height: 8px; background: radial-gradient(circle at 4px 4px, transparent 3px, var(--hall-paper) 3.5px) 0 0/12px 8px repeat-x; }
.order-ticket::before { top: -7px; transform: rotate(180deg); }.order-ticket::after { bottom: -7px; }
.order-ticket__top { display: flex; justify-content: space-between; padding-bottom: .8rem; border-bottom: 2px dashed rgba(32,29,24,.35); font: 600 .68rem var(--hall-mono); text-transform: uppercase; }
.order-ticket h2 { margin: 1.25rem 0; color: #201d18 !important; font: 800 clamp(2.4rem,4vw,4rem)/.88 var(--hall-display); text-transform: uppercase; }
.order-ticket__fields { display: grid; gap: .75rem; }
.order-ticket label > span { display: block; margin-bottom: .25rem; font: 600 .62rem var(--hall-mono); letter-spacing: .08em; text-transform: uppercase; }
.order-ticket select { width: 100%; min-height: 44px; padding: .55rem 2.3rem .55rem .7rem; border: 1px solid rgba(32,29,24,.4); border-radius: 0; color: #201d18; background: rgba(255,255,255,.25); font: 600 .95rem var(--hall-body); }
.order-ticket button { width: 100%; min-height: 50px; margin-top: 1rem; display: flex; justify-content: space-between; align-items: center; padding: .7rem .9rem; border: 2px solid var(--hall-ink); color: var(--hall-enamel); background: var(--hall-ink); font: 800 1rem var(--hall-body); cursor: pointer; }
.order-ticket > a { display: block; margin-top: .7rem; color: #201d18 !important; text-align: center; font-size: .84rem; }
.order-ticket[data-dirty="true"] button { background: var(--destination-accent); color: var(--hall-ink); }
.order-ticket__fulfillment { margin-top: 1rem; padding-top: 1rem; border-top: 2px dashed rgba(32,29,24,.35); }
.order-ticket__fulfillment[hidden] { display: none; }
.order-ticket__fulfillment > p { margin: 0 0 .25rem; color: var(--hall-red); font: 700 .62rem var(--hall-mono); letter-spacing: .1em; text-transform: uppercase; }
.order-ticket__fulfillment > strong { display: block; font: 800 1.4rem/1 var(--hall-display); text-transform: uppercase; }
.order-ticket__fulfillment ol { display: grid; gap: .45rem; margin: .85rem 0; padding: 0; list-style: none; counter-reset: kitchen-stage; }
.order-ticket__fulfillment li { counter-increment: kitchen-stage; display: grid; grid-template-columns: 1.6rem 1fr; align-items: center; color: rgba(32,29,24,.5); font: 650 .78rem var(--hall-body); }
.order-ticket__fulfillment li::before { content: counter(kitchen-stage); display: grid; place-items: center; width: 1.15rem; height: 1.15rem; border: 1px solid currentColor; border-radius: 50%; font: 700 .58rem var(--hall-mono); }
.order-ticket__fulfillment li.is-active { color: var(--hall-red); }
.order-ticket__fulfillment li.is-active::before { color: var(--hall-paper); background: var(--hall-red); border-color: var(--hall-red); animation: destination-pulse 1.2s ease-in-out infinite; }
.order-ticket__fulfillment li.is-complete { color: #1d5a48; }
.order-ticket__fulfillment li.is-complete::before { content: "✓"; color: var(--hall-paper); background: #1d5a48; border-color: #1d5a48; }
.order-ticket__fulfillment > span { display: block; color: rgba(32,29,24,.7); font-size: .78rem; line-height: 1.4; }
.order-ticket__fulfillment.is-error > p, .order-ticket__fulfillment.is-error > span { color: #8e2f22; }
@keyframes destination-pulse { 50% { transform: scale(.82); opacity: .65; } }

.destination__proof { margin: 0 clamp(1.25rem,5vw,5rem); display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--hall-line); }
.destination__proof > * { min-height: 94px; display: flex; flex-direction: column; justify-content: center; padding: 1rem 1.2rem; border-right: 1px solid var(--hall-line); color: rgba(244,240,227,.62); text-decoration: none; }
.destination__proof > *:last-child { border-right: 0; }
.destination__proof strong { color: var(--hall-enamel); font: 700 1.6rem var(--hall-display); text-transform: uppercase; }
.destination__taste-note { margin: 1rem clamp(1.25rem,5vw,5rem) 0; padding: .8rem 1rem; color: var(--hall-ink); background: var(--hall-mint); }
.destination__taste-note a { color: inherit; font-weight: 800; }

.destination__recipes { padding: clamp(4rem,8vw,7rem) clamp(1.25rem,5vw,5rem); }
.destination__recipes > header, .destination__school > header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 2px solid var(--hall-line); }
.destination__recipes > header p, .destination__school > header p { color: var(--destination-accent); }
.destination-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--hall-line); border: 1px solid var(--hall-line); }
.destination-card { min-width: 0; background: var(--hall-deep); }
.destination-card > a { display: block; height: 100%; color: inherit; text-decoration: none; }
.destination-card__image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--hall-ink); }
.destination-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.destination-card a:hover img { transform: scale(1.04); }
.destination-card__badges { position: absolute; left: .7rem; bottom: .7rem; display: flex; gap: .35rem; flex-wrap: wrap; }
.destination-card__badges span { padding: .3rem .48rem; color: var(--hall-ink); background: var(--hall-mustard); font: 600 .6rem var(--hall-mono); text-transform: uppercase; }
.destination-card__body { display: flex; flex-direction: column; min-height: 190px; padding: 1.1rem; }
.destination-card__body > p { margin: 0 0 .5rem; color: var(--destination-accent); font: 600 .64rem var(--hall-mono); text-transform: uppercase; }
.destination-card__body h3 { margin: 0; font: 700 clamp(1.5rem,2.3vw,2rem)/1 var(--hall-display); text-transform: uppercase; }
.destination-card__taste { display: block; margin-top: .8rem; color: var(--hall-mint); font-size: .84rem; }
.destination-card__body > strong { margin-top: auto; padding-top: 1.2rem; font-size: .9rem; }
.destination__empty { padding: 3rem; border: 1px solid var(--hall-line); }
.destination__empty h3 { margin: 0 0 .5rem; font: 700 2rem var(--hall-display); text-transform: uppercase; }
.destination__empty p { color: rgba(244,240,227,.65); }.destination__empty a { color: var(--hall-mustard); font-weight: 800; }
.destination__empty--made-to-order { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .75rem 3rem; align-items: end; overflow: hidden; background: linear-gradient(110deg, rgba(212,75,43,.16), transparent 55%); }
.destination__empty--made-to-order::after { content: "YOUR CALL"; position: absolute; right: -1.2rem; top: -.7rem; color: rgba(244,240,227,.035); font: 800 clamp(4rem,11vw,9rem)/1 var(--hall-display); white-space: nowrap; pointer-events: none; }
.destination__empty-kicker { grid-column: 1 / -1; margin: 0 !important; color: var(--destination-accent) !important; font: 700 .66rem var(--hall-mono); letter-spacing: .12em; text-transform: uppercase; }
.destination__empty--made-to-order h3 { max-width: 700px; font-size: clamp(2.4rem,5vw,4.8rem); line-height: .9; }
.destination__empty--made-to-order > p:not(.destination__empty-kicker) { max-width: 680px; margin: 0; font-size: 1.05rem; line-height: 1.6; }
.destination__empty--made-to-order button { position: relative; z-index: 1; grid-column: 2; grid-row: 2 / span 2; min-width: 230px; padding: 1rem 1.2rem; border: 2px solid var(--hall-mustard); color: var(--hall-ink); background: var(--hall-mustard); font: 800 1rem var(--hall-body); cursor: pointer; }
.destination__empty--made-to-order button:disabled { opacity: .55; cursor: wait; }
.destination__empty--made-to-order small { color: var(--hall-mint); }

.destination__school { margin: 0 clamp(1.25rem,5vw,5rem) clamp(4rem,8vw,8rem); padding: clamp(3rem,6vw,5rem); color: var(--hall-ink); background: var(--hall-enamel); }
.destination__school > header { border-color: rgba(14,38,48,.2); }
.destination__school > header p { color: var(--hall-red); }
.destination__school > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; counter-reset: lesson; }
.destination__school article { counter-increment: lesson; }
.destination__school article::before { content: counter(lesson,decimal-leading-zero); color: var(--hall-red); font: 600 .7rem var(--hall-mono); }
.destination__school h3 { margin: .75rem 0 .5rem; font: 700 1.8rem var(--hall-display); text-transform: uppercase; }
.destination__school article p { margin: 0; color: rgba(14,38,48,.72); line-height: 1.6; }
.destination__next { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin: 0 clamp(1.25rem,5vw,5rem) clamp(5rem,8vw,8rem); padding-top: 3rem; border-top: 1px solid var(--hall-line); }
.destination__next > div:last-child { display: grid; gap: .7rem; align-content: start; }
.destination__next a { color: var(--hall-enamel); background: transparent; border-color: var(--hall-line); }
.destination__next a:hover { color: var(--hall-ink); background: var(--hall-mustard); border-color: var(--hall-mustard); }

.stall-card__link:focus-visible, .food-hall__primary:focus-visible, .order-ticket select:focus-visible,
.order-ticket button:focus-visible, .destination-card a:focus-visible, .destination__next a:focus-visible {
    outline: 3px solid var(--hall-mint); outline-offset: 4px;
}

@media (max-width: 1050px) {
    .food-hall__marquee { grid-template-columns: 120px 1fr; }.food-hall__promise { grid-column: 2; }
    .stall-card__link { grid-template-columns: 48px minmax(0,1fr) 34%; }
    .destination-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
    .food-hall__marquee { grid-template-columns: 1fr; align-items: start; }.food-hall__sign { width: 90px; }.food-hall__sign span { font-size: 3rem; }.food-hall__promise { grid-column: 1; }
    .food-hall__intro h1 { font-size: clamp(4rem,20vw,6.5rem); }
    .food-hall__section-head { display: block; }.food-hall__section-head p { margin-bottom: .65rem; }
    .stall-board { grid-template-columns: 1fr; }.stall-card__link { min-height: 270px; grid-template-columns: 44px minmax(0,1fr) 34%; }.stall-card__copy { padding: 1rem; }.stall-card__copy h2 { font-size: 2.5rem; }
    .food-hall__standards { grid-template-columns: 1fr; }.food-hall__standards li { grid-template-columns: 2.5rem 1fr; }.food-hall__standards li span { grid-column: 2; }
    .destination__hero { grid-template-columns: 1fr; }.destination__identity h1 { font-size: clamp(4.5rem,22vw,7rem); }.order-ticket { transform: none; }
    .destination__proof { grid-template-columns: repeat(2,1fr); }.destination__proof > *:nth-child(2) { border-right: 0; }.destination__proof > *:nth-child(-n+2) { border-bottom: 1px solid var(--hall-line); }
    .destination-grid { grid-template-columns: 1fr; }.destination__school > header, .destination__recipes > header { display: block; }.destination__school > div { grid-template-columns: 1fr; }
    .destination__next { grid-template-columns: 1fr; }
    .destination__empty--made-to-order { grid-template-columns: 1fr; padding: 2rem 1.25rem; }
    .destination__empty--made-to-order button { grid-column: 1; grid-row: auto; width: 100%; }
}

@media (max-width: 440px) {
    .stall-card__link { grid-template-columns: 38px 1fr; }.stall-card__image { position: absolute; inset: 0 0 0 58%; opacity: .18; clip-path: none; }.stall-card__copy { grid-column: 2; }
    .destination__proof { grid-template-columns: 1fr; }.destination__proof > * { border-right: 0; border-bottom: 1px solid var(--hall-line); }.destination__proof > *:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .stall-card__image img, .destination-card__image img { transition: none; }
    .order-ticket__fulfillment li.is-active::before { animation: none; }
}
