/* Whisk And Pickle Pizza Kitchen
   Tokens and rationale in ../_brief.md. The page is built out of the client's own device:
   white uppercase knocked out of a solid black bar. */

@font-face {
  font-family: 'Archivo Black';
  src: url('fonts/archivo-black.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('fonts/figtree.woff2') format('woff2');
  font-weight: 300 900; font-style: normal; font-display: swap;
}

:root {
  --ink:      #0B0B0B;
  --ink-2:    #171512;
  --paper:    #FFFFFF;
  --paper-2:  #F2EFEA;
  --flame:    #FDE05D;
  --char:     #2E261B;
  --smoke:    #6B655C;
  --line:     #DBD5CB;

  --display: 'Archivo Black', 'Arial Black', 'Helvetica Neue', Impact, sans-serif;
  --body: 'Figtree', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  /* fluid scale, 390px -> 1440px */
  --s1: clamp(.5rem, .4rem + .4vw, .75rem);
  --s2: clamp(.9rem, .75rem + .6vw, 1.25rem);
  --s3: clamp(1.4rem, 1.1rem + 1.2vw, 2.1rem);
  --s4: clamp(2.2rem, 1.6rem + 2.6vw, 4rem);
  --s5: clamp(3.4rem, 2.2rem + 5vw, 6.5rem);

  --wrap: 76rem;
}

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

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: clamp(1rem, .96rem + .2vw, 1.09rem);
  line-height: 1.62;
  font-weight: 400;
  overflow-x: hidden;
}

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

a { color: inherit; }

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

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 99;
  background: var(--flame); color: var(--ink); padding: .8rem 1.2rem;
  font-weight: 800; text-decoration: none;
}
.skip:focus { left: .5rem; top: .5rem; }

/* ── the bar: the one loud element on the page ──────────────────────── */
.bar {
  display: block;
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .045em;
  line-height: 1.02;
  font-size: clamp(1.7rem, 1.05rem + 2.8vw, 3.4rem);
  padding: .5em .6em .56em;
  border-radius: 0;               /* bars are bars */
}
/* The bar has to stay a bar against whatever it sits on. Ink block on the light sections,
   paper block on the dark ones, and one flame block for the headline. A black bar on a black
   section is not a device, it is invisible. */
.bar--dark { background: var(--ink); color: var(--paper); }
.bar--invert { background: var(--paper); color: var(--ink); }
.bar--hero {
  background: var(--flame); color: var(--ink);
  font-size: clamp(1.85rem, 1.05rem + 4.2vw, 4.4rem);
  padding: .42em .5em .48em;
  box-shadow: 0 1.4rem 3rem rgba(0,0,0,.5);
}

.h-plain {
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: clamp(1.15rem, 1rem + .7vw, 1.6rem);
  line-height: 1.15;
  margin: 0 0 var(--s2);
}

.eyebrow {
  font-size: .78rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .19em; margin: 0 0 var(--s2); color: var(--flame);
}

/* ── buttons ────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 3rem; padding: .8rem 1.6rem;
  border-radius: 999px;
  font-weight: 800; font-size: 1rem; letter-spacing: .01em;
  text-decoration: none; border: 2px solid transparent;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn--flame { background: var(--flame); color: var(--ink); }
.btn--flame:hover { background: #FFEA8E; transform: translateY(-2px); }
.btn--dark { background: var(--ink); color: var(--paper); }
.btn--dark:hover { background: var(--char); transform: translateY(-2px); }
.btn--ghost { border-color: currentColor; color: inherit; }
.btn--ghost:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.btn--sm { min-height: 2.75rem; padding: .55rem 1.2rem; font-size: .92rem; }

/* ── top bar ────────────────────────────────────────────────────────── */
.topbar {
  position: sticky; top: 0; z-index: 40;
  background: var(--ink); color: var(--paper);
}
.topbar__in {
  display: flex; align-items: center; gap: var(--s2);
  min-height: 4rem; padding-block: .55rem;
}
.brand {
  display: flex; align-items: center; gap: .6rem; text-decoration: none; margin-right: auto;
  min-height: 2.75rem; padding-block: .3rem;   /* keep the wordmark a comfortable tap target */
}
.brand__mark { border-radius: 6px; }
.brand__txt { display: flex; flex-direction: column; line-height: 1; }
.brand__name {
  font-family: var(--display); text-transform: uppercase;
  font-size: .95rem; letter-spacing: .03em;
}
.brand__sub {
  font-size: .58rem; text-transform: uppercase; letter-spacing: .3em;
  color: var(--flame); margin-top: .28rem;
}
.nav { display: none; gap: clamp(.9rem, .4rem + 1.4vw, 1.9rem); }
.nav a {
  text-decoration: none; font-weight: 700; font-size: .95rem;
  padding: .55rem 0; border-bottom: 2px solid transparent;
  transition: border-color .18s ease, color .18s ease;
}
.nav a:hover { border-bottom-color: var(--flame); }
@media (min-width: 62rem) { .nav { display: flex; } }

/* ── hero ───────────────────────────────────────────────────────────── */
/* Small screens stack: photograph, then the wording beneath it on ink. Overlaying a
   six-line paragraph on a 21rem photo clipped the headline off the top. From 48rem up
   there is room for the bar to cut across the picture, which is the point of it. */
.hero { background: var(--ink); color: var(--paper); }
.hero__img {
  width: 100%; height: clamp(14rem, 8rem + 30vw, 22rem);
  object-fit: cover; object-position: 50% 44%;
}
.hero__body { padding-block: var(--s3) var(--s4); }
.hero__lead {
  max-width: 46ch; margin: var(--s2) 0 0;
  font-size: clamp(1rem, .95rem + .35vw, 1.2rem);
  color: #E6E1D8;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: var(--s3); }
.rating { margin: var(--s3) 0 0; font-size: .95rem; }
.rating__stars { color: var(--flame); letter-spacing: .1em; margin-right: .45rem; }
.rating strong { font-weight: 900; }

@media (min-width: 48rem) {
  .hero { position: relative; }
  /* tall enough that the trailer's own sign clears the headline bar rather than hiding behind it */
  .hero__img { height: clamp(32rem, 20rem + 30vw, 44rem); opacity: .72; object-position: 50% 40%; }
  .hero__body {
    position: absolute; inset: auto 0 0 0; z-index: 2;
    padding-block: 0 clamp(1.8rem, .8rem + 3.2vw, 3.4rem);
  }
  .hero__lead { color: var(--paper); text-shadow: 0 1px 14px rgba(0,0,0,.8); }
  .rating { text-shadow: 0 1px 12px rgba(0,0,0,.85); }
  /* keep the base of the picture dark enough for white text whatever the crop */
  .hero::after {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(to top, rgba(11,11,11,.94) 0%, rgba(11,11,11,.5) 44%, rgba(11,11,11,.08) 80%);
  }
}

/* ── this week ──────────────────────────────────────────────────────── */
.week { background: var(--ink); color: var(--paper); padding-block: var(--s4) var(--s4); }
.days {
  list-style: none; margin: var(--s3) 0 0; padding: 0;
  display: grid; gap: 1px; background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.16);
}
@media (min-width: 48rem) { .days { grid-template-columns: 1fr 1fr; } }
@media (min-width: 68rem) { .days { grid-template-columns: 1fr 1fr 1.55fr; } }
.day { background: var(--ink-2); padding: var(--s2) var(--s2) calc(var(--s2) + .3rem); }
.day__name {
  margin: 0; font-family: var(--display); text-transform: uppercase;
  letter-spacing: .08em; font-size: .84rem; color: var(--flame);
}
.day__time {
  margin: .5rem 0 .4rem; font-size: clamp(1.25rem, 1rem + 1.1vw, 1.85rem);
  font-weight: 800; letter-spacing: -.01em; font-variant-numeric: tabular-nums;
}
.day__amp { font-size: .6em; font-weight: 600; color: var(--flame); padding-inline: .2em; }
.day__note { margin: 0; color: #C9C3B8; font-size: .93rem; line-height: 1.5; }
.week__foot { margin: var(--s2) 0 0; color: #C9C3B8; font-size: .93rem; }
.week__foot a { color: var(--flame); }

/* ── menu ───────────────────────────────────────────────────────────── */
.menu { background: var(--paper); padding-block: var(--s5) var(--s4); }
.menu__intro {
  max-width: 68ch; margin: var(--s3) 0 var(--s3);
  color: var(--char);
}
.key {
  display: inline-block; margin-left: .9rem; font-size: .84rem; color: var(--smoke);
  white-space: nowrap;
}
.key b {
  display: inline-block; background: var(--flame); color: var(--ink);
  padding: .05rem .4rem; border-radius: 3px; margin-right: .3rem; font-style: normal;
}

.menu__grid { display: grid; gap: var(--s4) var(--s5); }
@media (min-width: 54rem) { .menu__grid { grid-template-columns: 1fr 1fr; } }

.course__h {
  margin: 0 0 var(--s2);
  font-family: var(--display); font-weight: 400;
  text-transform: uppercase; letter-spacing: .07em;
  font-size: .95rem;
  padding-bottom: .6rem; border-bottom: 3px solid var(--ink);
}
.dishes { list-style: none; margin: 0; padding: 0; }
.dish { padding: .85rem 0; border-bottom: 1px solid var(--line); border-radius: 4px; }
.dish:last-child { border-bottom: 0; }
.dish__top {
  display: flex; align-items: baseline; gap: .5rem; margin: 0 0 .25rem;
}
.dish__name { font-weight: 800; font-size: 1.02rem; }
.dish__name i {
  font-style: normal; font-size: .72rem; font-weight: 800; text-transform: uppercase;
  background: var(--flame); color: var(--ink); padding: .08rem .32rem;
  border-radius: 3px; margin-left: .3rem; vertical-align: .1em;
}
.tag {
  font-style: normal; font-size: .68rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .1em; color: var(--smoke); margin-left: .45rem; white-space: nowrap;
}
.dish__dots {
  flex: 1 1 1.5rem; min-width: 1.5rem;
  border-bottom: 2px dotted var(--line); transform: translateY(-.28em);
}
.dish__price { font-weight: 800; font-variant-numeric: tabular-nums; white-space: nowrap; }
.dish__desc { margin: 0; color: var(--smoke); font-size: .93rem; line-height: 1.55; max-width: 58ch; }
.dish__desc b { color: var(--char); }

.menu__foot {
  margin-top: var(--s4);
  display: grid; gap: var(--s2); align-items: center;
  background: var(--paper-2); border-radius: 14px;
  padding: var(--s3);
}
@media (min-width: 54rem) { .menu__foot { grid-template-columns: 1fr auto; gap: var(--s3); } }
.tip { margin: 0; max-width: 60ch; color: var(--char); }
.tip b { display: block; font-family: var(--display); text-transform: uppercase; font-weight: 400; letter-spacing: .05em; font-size: .92rem; margin-bottom: .35rem; }
.allergen {
  margin: var(--s3) 0 0; padding-top: var(--s2);
  border-top: 1px solid var(--line);
  font-size: .86rem; color: var(--smoke); max-width: 78ch; line-height: 1.55;
}
.allergen b { color: var(--ink); }

/* ── photo strip ────────────────────────────────────────────────────── */
.strip { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
@media (min-width: 54rem) { .strip { grid-template-columns: repeat(4, 1fr); } }
.strip__i { margin: 0; }
.strip__i img { width: 100%; aspect-ratio: 1; object-fit: cover; }

/* ── hire ───────────────────────────────────────────────────────────── */
.hire { background: var(--ink); color: var(--paper); padding-block: var(--s5); }
.hire__top { display: grid; gap: var(--s3); margin-top: var(--s3); }
@media (min-width: 58rem) { .hire__top { grid-template-columns: 1.15fr .85fr; gap: var(--s4); align-items: start; } }
.lede { margin: 0 0 var(--s2); font-size: clamp(1.02rem, .97rem + .3vw, 1.15rem); color: #E6E1D8; max-width: 56ch; }
.ticks { list-style: none; margin: 0; padding: 0; }
.ticks li {
  position: relative; padding-left: 1.7rem; margin-bottom: .55rem;
  color: #C9C3B8; font-size: .96rem;
}
.ticks li::before {
  content: ''; position: absolute; left: 0; top: .55em;
  width: .62rem; height: .62rem; background: var(--flame); border-radius: 2px;
}
.hire__shot { margin: 0; }
.hire__shot img { width: 100%; border-radius: 14px; }

.prices { display: grid; gap: var(--s2); margin-top: var(--s4); }
@media (min-width: 52rem) { .prices { grid-template-columns: repeat(3, 1fr); } }
.price {
  background: var(--ink-2); border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px; padding: var(--s3) var(--s2);
}
.price--hot { background: var(--flame); color: var(--ink); border-color: var(--flame); }
.price--plain { background: transparent; }
.price__when {
  margin: 0; font-family: var(--display); text-transform: uppercase;
  letter-spacing: .09em; font-size: .74rem; opacity: .8;
}
.price__fig {
  margin: .5rem 0 .55rem;
  font-size: clamp(1.7rem, 1.35rem + 1.5vw, 2.5rem);
  font-weight: 900; letter-spacing: -.02em; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.price__note { margin: 0; font-size: .89rem; line-height: 1.5; opacity: .82; }

.facts { display: grid; gap: var(--s3); margin-top: var(--s4); }
@media (min-width: 52rem) { .facts { grid-template-columns: repeat(3, 1fr); } }
.fact h3 {
  margin: 0 0 .55rem; font-family: var(--display); font-weight: 400;
  text-transform: uppercase; letter-spacing: .06em; font-size: .88rem; color: var(--flame);
}
.fact p { margin: 0; color: #C9C3B8; font-size: .94rem; line-height: 1.6; }

.hire__cta {
  margin-top: var(--s4); padding-top: var(--s3);
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex; flex-wrap: wrap; gap: .75rem; align-items: center;
}
.hire__cta p { margin: 0 auto 0 0; max-width: 40ch; color: #E6E1D8; }

/* ── find ───────────────────────────────────────────────────────────── */
.find { background: var(--paper-2); padding-block: var(--s5); }
/* two text blocks stacked against one tall photograph, so neither column ends in a hole */
.find__in { display: grid; gap: var(--s4); }
.find__text { display: grid; gap: var(--s4); }
@media (min-width: 54rem) {
  .find__in { grid-template-columns: 1.05fr .95fr; gap: var(--s5); align-items: stretch; }
  .find__text { gap: var(--s4); align-content: start; }
}
.deets { margin: 0 0 var(--s3); }
.deets dt {
  font-family: var(--display); text-transform: uppercase; letter-spacing: .07em;
  font-size: .76rem; color: var(--char); margin-top: 1rem;
}
.deets dd { margin: .3rem 0 0; color: var(--smoke); font-size: .96rem; }
.addr { font-style: normal; line-height: 1.7; margin: 0 0 var(--s2); }
/* a stacked list of standalone links, so each row is a full-size tap target */
.find__links { display: flex; flex-direction: column; margin: 0 0 var(--s3); }
.find__links a {
  color: var(--char); text-underline-offset: 3px;
  display: flex; align-items: center; min-height: 2.75rem;
}
.find__shot { margin: 0; }
.find__shot img { width: 100%; height: 100%; min-height: 16rem; object-fit: cover; border-radius: 14px; }

/* ── footer ─────────────────────────────────────────────────────────── */
.foot { background: var(--ink); color: #C9C3B8; padding-block: var(--s4) var(--s2); }
.foot__in { display: grid; gap: var(--s3); }
@media (min-width: 46rem) { .foot__in { grid-template-columns: 1fr 1fr; } }
@media (min-width: 68rem) { .foot__in { grid-template-columns: 1.1fr 1fr 1fr 1fr; } }
.foot__brand { display: flex; align-items: flex-start; gap: .75rem; }
.foot__brand img { border-radius: 8px; }
.foot__name {
  margin: 0; font-family: var(--display); text-transform: uppercase;
  color: var(--paper); font-size: .95rem; letter-spacing: .03em; line-height: 1.3;
}
.foot__name span { font-size: .58rem; letter-spacing: .28em; color: var(--flame); }
.foot__col h2 {
  margin: 0 0 .6rem; font-family: var(--display); font-weight: 400;
  text-transform: uppercase; letter-spacing: .09em; font-size: .74rem; color: var(--paper);
}
.foot__col p { margin: 0; font-size: .93rem; line-height: 1.75; }
.foot__col a { color: var(--flame); text-decoration: none; text-underline-offset: 3px; }
.foot__col a:hover { text-decoration: underline; }
.foot__list { list-style: none; margin: 0 0 .35rem; padding: 0; font-size: .93rem; }
.foot__list a { display: flex; align-items: center; min-height: 2.75rem; }
.foot__legal {
  margin-top: var(--s3); padding-top: var(--s2);
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between;
  font-size: .8rem;
}
.foot__legal p { margin: 0; }
.foot__prev { opacity: .6; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .btn:hover { transform: none; }
}
