/* ==========================================================================
   The Golden Eagle — components for the inner pages
   Same measured tokens as site.css; loaded after it.
   ========================================================================== */

/* ---------- skip link ---------- */
.skip{position:absolute;left:-9999px;top:0;z-index:100;background:#fff;color:var(--ink);
  padding:12px 18px;font-weight:600;text-decoration:none}
.skip:focus{left:8px;top:8px}

/* ---------- nav drawer ---------- */
.drawer{position:fixed;left:0;top:0;bottom:0;width:min(420px,86vw);z-index:40;
  background:var(--panel);padding:96px 40px 40px;overflow-y:auto;
  transform:translateX(-102%);transition:transform .26s ease;
  box-shadow:14px 0 40px -22px rgba(0,0,0,.9)}
body.drawer-open .drawer{transform:translateX(0)}
.drawer ul{list-style:none;margin:0;padding:0}
.drawer li{margin:0 0 6px}
.drawer a{display:block;padding:12px 0;font-family:var(--head);font-size:32px;
  color:#fff;text-decoration:none;line-height:1.25}
.drawer a:hover,.drawer a:focus-visible{color:var(--blue)}
.drawer a.is-here{color:var(--blue)}
.drawer a.is-here::before{content:"";display:inline-block;width:22px;height:1px;
  background:var(--blue);vertical-align:middle;margin-right:12px}
.drawer-foot{margin-top:40px;padding-top:24px;border-top:1px solid rgba(223,231,238,.22);
  font-size:15px;color:#b3c2ce;line-height:1.6}
.drawer-foot a{font-size:15px;font-family:var(--body);display:inline;padding:0;color:#dfe7ee}
.drawer-close{position:absolute;right:22px;top:26px;width:46px;height:46px;border:0;
  border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:30px;line-height:1;cursor:pointer}
.drawer-close:hover{background:rgba(255,255,255,.2)}
.drawer-close:focus-visible{outline:3px solid #fff;outline-offset:2px}
.drawer-veil{position:fixed;inset:0;z-index:39;background:rgba(9,14,19,0);transition:background .26s ease}
body.drawer-open .drawer-veil{background:rgba(9,14,19,.62)}

/* ---------- inner page header ---------- */
/* The header — logo, burger, Book Now — floats over the top of this band, so
   the band reserves the header's height before centring anything inside it.
   Without that, "ABOUT US..." sat directly underneath the logo: the text was
   at y127 and the logo covered y69-156. On the live site the same line clears
   the logo by 215px. Reserving the height is what makes it impossible rather
   than a matter of how tall the heading happens to be. */
.pagehead{position:relative;min-height:560px;overflow:hidden;background:#000;
  display:flex;align-items:center;justify-content:center;text-align:center;
  padding:180px var(--gutter-r) 40px 24px}
.pagehead.short{min-height:440px}
@media (max-width:900px){.pagehead{padding-top:130px}}
.pagehead img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 50%}
/* A tall photograph in a wide band shows whichever slice object-position
   picks, and the default centre slice of the private-hire group shot is a row
   of torsos - the faces sit a fifth of the way down. 18% puts the faces in the
   band at every width (Chris, 11 Sep: "FIX - YOU CANT SEE IT"). */
.pagehead.face-top img.bg{object-position:center 18%}
.pagehead .scrim{position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.3) 50%,rgba(0,0,0,.55))}
/* A brighter photograph needs a heavier scrim, and which photographs are bright
   is not something CSS can know - it is marked on the page. On the curry night
   hero the measured contrast of the headline over the pale plate was 2.91:1,
   which fails even the 3:1 allowed for large text; the kicker was 2.28:1.
   Raised again 10 Sep when three heroes became daylight photographs of white
   plates: at .74 the quiz kicker measured 3.95:1. */
/* A poster page has no photograph behind its headline - the artwork is the
   poster itself, shown whole further down, so the head sits on the house
   navy instead of on top of somebody else's type. */
.pagehead.plain{background:var(--base);min-height:420px}
/* The copy has moved up, so this section is only the share row - it does
   not need a full section of padding above it. */
.light.slim{padding:34px 0 44px}
.light.slim .evtext .share{margin-top:0;padding-top:0;border-top:0}

.pagehead.plain .scrim{background:none}
.pagehead.bright .scrim{
  background:linear-gradient(180deg,rgba(0,0,0,.80),rgba(0,0,0,.66) 50%,rgba(0,0,0,.74))}
.pagehead .mid{position:relative;z-index:3;padding:0;max-width:960px}
/* 1.56, and not a round number chosen by eye. The gold bar below is painted
   over the FONT's inline box, measured at 1.452em for GEMincho — nothing in
   CSS makes that box shorter, so the line advance has to clear it or the bars
   stack on each other. 1.452 + a 6px margin at the 62px size = 1.56. */
.pagehead h1{font-size:clamp(34px,5.6vw,62px);font-weight:500;color:var(--hero-ink);line-height:1.56}
/* Gold bar that SURVIVES WRAPPING. The hero headline is one line so a
   single block behind it is fine, but this heading wraps to two lines and a
   single block then spanned both, sitting 36.9px off the letters. An inline
   background with box-decoration-break gives every wrapped line its own bar,
   the way a highlighter would.

   The bar is as tall as the FONT's own inline box, not the line-height, so on
   "ON THE EDGE OF THE CHILTERNS" the two bars overlapped by 20px, the second
   drawn over the bottom of the first. Setting line-height on the span does
   NOTHING about it — a background is painted over the content area, which the
   font metrics decide. Only the line advance above can clear it. The vertical
   padding is dropped for the same reason: it made the bar taller still. */
.pagehead h1 .l2{position:relative;display:inline;padding:0 10px;
  background:var(--gold-bar);border-radius:8px;
  -webkit-box-decoration-break:clone;box-decoration-break:clone}
.pagehead .strap{margin-top:26px;font-size:20px;color:#fff;line-height:1.5}
.pagehead .kicker{color:#e6d2a8}

/* ---------- prose ---------- */
.prose{max-width:74ch;margin:0 auto;text-align:center}
.prose p{margin:0 0 18px}
.prose .btns{justify-content:center}

/* ---------- split (text + picture) ---------- */
.split{display:grid;gap:44px;grid-template-columns:1fr;align-items:center}
@media (min-width:900px){.split{grid-template-columns:1fr 1fr;gap:56px}}
.split-txt h2{font-size:clamp(30px,4.2vw,45px);color:var(--white);margin-bottom:14px}
.split-txt p{max-width:54ch}
.split-pic img{width:100%;height:100%;max-height:620px;object-fit:cover}

/* ---------- duo ---------- */
.duo{display:grid;gap:44px;grid-template-columns:1fr}
@media (min-width:820px){.duo{grid-template-columns:1fr 1fr;gap:56px;align-items:center}}
.duo-item p{font-size:17px;line-height:1.72;color:var(--ink);margin:0 0 14px}
.duo-item .q-kick{color:var(--blue);font-weight:600;letter-spacing:.12em;font-size:14px;
  text-transform:uppercase;font-family:var(--body);margin:0 0 8px}
.mid-h{font-size:clamp(26px,3.4vw,34px);color:var(--ink);margin-bottom:14px}

/* An event that carries its own menu: the heading takes a rule above it so the
   dish list does not read as one more paragraph of the description. */
.menu-h{font-family:var(--head);font-size:clamp(24px,3vw,31px);color:var(--ink);
  margin:46px 0 30px;padding-top:30px;border-top:1px solid rgba(26,45,64,.16);
  scroll-margin-top:100px}
.evtext .menu{margin:0 auto 8px}
.evtext .menu .course{color:var(--ink)}
.duo-pic{width:100%;height:420px;object-fit:cover}

/* ---------- quad ---------- */
.quad{display:grid;gap:34px;grid-template-columns:1fr}
@media (min-width:700px){.quad{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1050px){.quad{grid-template-columns:repeat(4,1fr)}}
@media (min-width:700px){.quad.three{grid-template-columns:repeat(3,1fr)}}
.q .q-kick{font-family:var(--body);font-size:14px;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;color:var(--blue);margin:0 0 8px}
.q h3{font-size:24px;color:var(--ink);margin-bottom:10px}
.q p{font-size:16px;line-height:1.7;color:var(--ink);margin:0}

/* A card whose call to action is a gold button, not a underlined link. The
   four cards carry different amounts of copy, so the card is a column and
   the button is pushed to its foot - otherwise they sit at four different
   heights, which is what they did as links. */
.q{display:flex;flex-direction:column;align-items:flex-start}
.q .q-cta{margin-top:auto;padding-top:20px}
a.q-menu{display:inline-block;padding:13px 24px;min-height:46px;
  font-family:var(--body);font-size:14px;font-weight:600;letter-spacing:.05em;
  text-transform:uppercase;text-decoration:none;color:#3a2c07;
  background:var(--gold-btn);border-radius:2px}
a.q-menu:hover{filter:brightness(1.07)}
a.q-menu:focus-visible{outline:3px solid var(--ink);outline-offset:3px}

/* ---------- events list ---------- */
.evlist{display:grid;gap:28px}
.ev{display:grid;grid-template-columns:1fr;background:var(--panel);overflow:hidden}
@media (min-width:760px){.ev{grid-template-columns:210px 1fr}}
.ev-when{background:rgba(0,0,0,.22);padding:32px 24px;text-align:center;
  display:flex;flex-direction:column;justify-content:center;gap:4px}
.ev-when .d{font-family:var(--head);font-size:38px;color:#e6d2a8;line-height:1.15}
.ev-when .m{font-family:var(--body);font-size:13px;font-weight:600;letter-spacing:.14em;color:#b3c2ce}
.ev-body{padding:38px 36px 42px}
.ev-body h2{font-size:clamp(26px,3.2vw,34px);color:var(--white);margin-bottom:10px}
.ev-body p{max-width:62ch}
.ev-body .btns{margin-top:22px}

/* ---------- menu ---------- */
.menu{max-width:840px;margin:0 auto}
.course{font-size:30px;color:var(--blue);margin:44px 0 6px;letter-spacing:.04em}
.menu .course:first-child{margin-top:0}
.course .tag{font-size:16px;color:var(--ink);opacity:.7}
.course-note{font-size:15px;font-style:italic;color:var(--ink);opacity:.85;margin:0 0 16px}
.dishes{list-style:none;margin:0;padding:0}
.dishes li{padding:16px 0;border-bottom:1px solid rgba(50,65,88,.16)}
.dishes li:last-child{border-bottom:0}
.dish{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.dish .n{font-family:var(--head);font-size:21px;color:var(--ink)}
.dish .tag{font-family:var(--body);font-size:13px;font-weight:600;letter-spacing:.06em;
  color:var(--blue);text-transform:uppercase}
.dish .p{margin-left:auto;font-family:var(--head);font-size:21px;color:var(--ink);
  font-variant-numeric:tabular-nums}
.dishes .d{display:block;margin-top:5px;font-size:16px;line-height:1.6;color:var(--ink);opacity:.82}
/* The key and the house rules, set the way the pub's OWN printed menus set
   them — the Sunday Lunch A4 carries exactly this: small letterspaced capitals
   under a hairline, centred, at the foot. Chris: "NOT IN YOUR FACE". */
.menu .key,
.qz-key{
  margin:36px 0 0;padding-top:18px;
  border-top:1px solid rgba(50,65,88,.16);
  font-family:var(--body);font-size:12px;font-weight:500;
  letter-spacing:.13em;text-transform:uppercase;line-height:2;
  text-align:center;color:var(--ink);opacity:.6}
.menu .rules{
  margin:14px auto 0;max-width:68ch;
  font-family:var(--body);font-size:13px;line-height:1.65;
  text-align:center;color:var(--ink);opacity:.6;
  letter-spacing:normal;text-transform:none}
.menu.on-dark .key,.menu.on-dark .rules{color:#cfdae4;opacity:.72}
.menu.on-dark .key{border-top-color:rgba(255,255,255,.16)}
.qz-rules{margin:14px auto 0;max-width:60ch;font-family:var(--body);font-size:12.5px;
  line-height:1.6;text-align:center;color:#cfdae4;opacity:.72;
  letter-spacing:normal;text-transform:none}
.allergen{max-width:640px;margin:0 auto;text-align:center}
.allergen p{color:var(--ink);font-size:17px;margin:0}
.allergen .btns{justify-content:center}
.tight-top{padding-top:0}

/* ---------- forms ---------- */
.enq,.bk{display:grid;gap:18px}
.enq label,.bk label{display:block;font-family:var(--body);font-size:14px;font-weight:600;
  letter-spacing:.06em;text-transform:uppercase;color:#cfdae4}
input,select,textarea{display:block;width:100%;margin-top:7px;padding:13px 14px;
  font-family:var(--body);font-size:16px;font-weight:400;letter-spacing:normal;text-transform:none;
  color:#12222f;background:#fff;border:1px solid #b9c6d2;border-radius:2px}
textarea{resize:vertical}
input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--blue);
  outline-offset:1px;border-color:var(--blue)}
input[aria-invalid="true"],textarea[aria-invalid="true"],select[aria-invalid="true"]{
  border-color:#c0392b;background:#fff6f5}
.row2{display:grid;gap:18px;grid-template-columns:1fr}
@media (min-width:620px){.row2{grid-template-columns:1fr 1fr}}
.form-wrap{background:rgba(0,0,0,.2);padding:34px 30px 38px}
.form-h{font-size:32px;color:var(--white);margin-bottom:6px}
.form-note{margin:4px 0 0;font-size:15px;font-weight:400;letter-spacing:normal;
  text-transform:none;color:#cfe3ff;min-height:1.4em}
.form-note.err{color:#ffb4ac}
.form-note.ok{color:#8fe3c0}
.small-print{font-size:14px;line-height:1.6;color:#b3c2ce;font-weight:400;
  letter-spacing:normal;text-transform:none;margin:6px 0 0}
.small-print a{color:#dfe7ee}

/* ---------- booking ---------- */
.booking{display:grid;gap:44px;grid-template-columns:1fr;align-items:start}
@media (min-width:960px){.booking{grid-template-columns:minmax(0,1fr) 330px;gap:56px}}
.bk-side{background:var(--panel);padding:32px 30px 36px}
.bk-side h2{font-size:24px;color:var(--white);margin-bottom:14px}
.bk-side h3{font-family:var(--body);font-size:13px;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;color:var(--blue);margin:20px 0 6px}
.bk-side p{font-size:16px;line-height:1.6;color:#dfe7ee;margin:0 0 4px}
.bk-side a.ul{color:#dfe7ee;display:inline-block;padding:11px 0;min-height:44px}
.slots{border:1px solid rgba(255,255,255,.22);border-radius:2px;padding:18px;margin:0}
.slots legend{padding:0 8px;font-family:var(--body);font-size:14px;font-weight:600;
  letter-spacing:.06em;text-transform:uppercase;color:#cfdae4}
.slot-hint{margin:0;font-size:15px;font-weight:400;letter-spacing:normal;
  text-transform:none;color:#b3c2ce;line-height:1.55}
.slot-grid{display:flex;flex-wrap:wrap;gap:9px}
.slot{padding:11px 16px;min-height:44px;font-family:var(--body);font-size:15px;font-weight:500;
  color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.3);
  border-radius:2px;cursor:pointer}
.slot:hover{background:rgba(255,255,255,.18)}
.slot[aria-pressed="true"]{background:var(--gold-btn);color:#3a2c07;border-color:transparent;font-weight:600}
.slot:focus-visible{outline:3px solid #fff;outline-offset:2px}
.approval-note{margin:0;padding:14px 16px;background:rgba(101,162,234,.14);
  border-left:3px solid var(--blue);font-size:15px;font-weight:400;letter-spacing:normal;
  text-transform:none;color:#dcebff;line-height:1.6}

/* ---------- footer tweaks ---------- */
.foot h3.mt{margin-top:26px}
.foot p.tight{margin:0 0 2px}

@media (max-width:900px){
  .pagehead{min-height:460px}
  .pagehead.short{min-height:380px}
  .drawer{padding:88px 28px 32px}
  .drawer a{font-size:26px}
  .ev-when{padding:22px}
  .ev-when .d{font-size:30px}
  .ev-body{padding:28px 24px 32px}
  .form-wrap{padding:26px 20px 30px}
  .bk-side{padding:26px 22px 30px}
}

/* ---------- event detail extras ---------- */
.evtext{max-width:70ch;text-align:left}
.evtext .lede{font-size:20px;line-height:1.6;color:var(--ink);font-weight:500;margin:0 0 18px}
.evtext p{color:var(--ink);font-size:17px;line-height:1.72;margin:0 0 16px}
.past-note{color:#e6d2a8;font-style:italic}
.dates{margin-top:6px}
.dates a{margin:0 2px}
.past-h{margin-top:70px}
.past-cards .card{height:340px}

/* quiz date cards */
a.qcard{display:block;text-decoration:none;background:#fff;border:1px solid #e2ddd5;
  padding:22px 20px 24px;transition:transform .18s ease,box-shadow .18s ease}
a.qcard:hover{transform:translateY(-3px);box-shadow:0 16px 34px -22px rgba(50,65,88,.55)}
a.qcard .q-kick{display:block}
a.qcard h3{margin-bottom:4px}
a.qcard p{color:var(--ink);opacity:.75}
a.qcard:focus-visible{outline:3px solid var(--blue);outline-offset:3px}

.prev-quiz{margin:34px 0 0;text-align:center;font-size:15px;color:var(--ink);opacity:.85}
.prev-quiz a{color:var(--blue);text-decoration:none;border-bottom:1px solid rgba(101,162,234,.5);
  display:inline-block;padding:10px 4px}
.prev-quiz a:hover{border-bottom-color:var(--blue)}

/* standalone contact links inside body copy get a real tap target */
.split-txt a.ul,.prose a.ul{display:inline-block;padding:11px 0;min-height:44px}

/* ---------- cookie consent ---------- */
.cc{position:fixed;left:0;right:0;bottom:0;z-index:70;background:var(--panel);
  color:#dfe7ee;border-top:2px solid var(--gold-mid);
  box-shadow:0 -10px 40px -20px rgba(0,0,0,.9);transform:translateY(102%);
  transition:transform .3s ease}
.cc.show{transform:translateY(0)}
.cc-in{max-width:var(--col);margin:0 auto;padding:22px 24px 24px;
  display:grid;gap:18px;align-items:center}
@media (min-width:860px){.cc-in{grid-template-columns:1fr auto}}
.cc h2{font-size:21px;color:var(--white);margin:0 0 6px}
.cc p{margin:0;font-size:15px;line-height:1.6;color:#c9d6e2;max-width:70ch}
.cc p a{color:#fff;border-bottom:1px solid rgba(255,255,255,.5);text-decoration:none}
.cc-btns{display:flex;gap:12px;flex-wrap:wrap}
.cc-btns button{font-family:var(--body);font-size:15px;font-weight:600;letter-spacing:.03em;
  padding:13px 24px;min-height:48px;border-radius:2px;cursor:pointer;border:0}
.cc-yes{background:var(--gold-btn);color:#3a2c07}
.cc-no{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)!important}
.cc-btns button:hover{filter:brightness(1.08)}
.cc-btns button:focus-visible{outline:3px solid #fff;outline-offset:3px}

.req{color:#e8c877}
label.check{display:flex;gap:12px;align-items:flex-start;font-size:14px;font-weight:400;
  letter-spacing:normal;text-transform:none;line-height:1.55;color:#cfdae4;
  padding:8px 0;min-height:44px}
label.check input{width:20px;height:20px;margin:2px 0 0;flex:0 0 auto}
label.check span{flex:1}

/* ---------- menus page extras ---------- */
.menu-jump{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:28px}
.menu-jump a{display:inline-block;padding:11px 20px;min-height:44px;font-size:15px;font-weight:600;
  color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.45);border-radius:99px}
.menu-jump a:hover{background:rgba(255,255,255,.12);border-color:#fff}
.menu-jump a:focus-visible{outline:3px solid #fff;outline-offset:3px}
.nest-note{text-align:center;max-width:60ch;margin:0 auto 34px;color:#cfdae4;font-size:17px}
/* the same menu markup, on a dark band */
.menu.on-dark .course{color:#e6d2a8}
.menu.on-dark .course .tag,
.menu.on-dark .dish .n,
.menu.on-dark .dish .p{color:#fff}
.menu.on-dark .dish .tag{color:var(--blue)}
.menu.on-dark .dishes li{border-bottom-color:rgba(255,255,255,.16)}
.menu.on-dark .dishes .d{color:#cfdae4;opacity:1}
.menu.on-dark .course-note{color:#cfdae4;opacity:1}
.sect + .menu-jump{margin-top:0}

.pagehead .strap.sm{margin-top:12px;font-size:16px;opacity:.85}
.share{margin-top:34px;padding-top:22px;border-top:1px solid rgba(50,65,88,.18)}
.share h3{font-family:var(--body);font-size:13px;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--blue);margin:0 0 12px}
.share a{display:inline-block;margin:0 8px 8px 0;padding:11px 20px;min-height:44px;
  font-size:15px;font-weight:600;color:var(--ink);text-decoration:none;
  border:1px solid rgba(50,65,88,.3);border-radius:99px}
.share a:hover{border-color:var(--ink);background:rgba(50,65,88,.06)}
.share a:focus-visible{outline:3px solid var(--blue);outline-offset:2px}

/* ---------- quiz booking ---------- */
.quiz-form{max-width:760px;margin:0 auto}
/* The two-line slot button: a name over its detail. The Christmas events and
   their dates use the same shape, so they share the rule rather than each
   getting their own - the first version left them as .slot only, and the two
   lines ran together as "Festive Menu17 dates". */
.qz-date,.xm-event,.xm-date{display:flex;flex-direction:column;align-items:flex-start;gap:2px;
  padding:14px 20px;min-height:auto;text-align:left}
.qz-date strong,.xm-event strong,.xm-date strong{font-family:var(--head);font-size:19px;font-weight:500;line-height:1.25}
.qz-date span,.xm-event span,.xm-date span{font-size:13px;opacity:.8}
.qz-date[aria-pressed="true"] strong,.qz-date[aria-pressed="true"] span,
.xm-event[aria-pressed="true"] strong,.xm-event[aria-pressed="true"] span,
.xm-date[aria-pressed="true"] strong,.xm-date[aria-pressed="true"] span{color:#3a2c07}
.food-total{margin:14px 0 0;padding:11px 15px;background:rgba(101,162,234,.14);
  border-left:3px solid var(--blue);border-radius:0 4px 4px 0;
  font-size:15px;font-weight:600;letter-spacing:normal;text-transform:none;color:#dcebff}

/* ---------- quiz half-time menu (changes per date) ---------- */
.qz-menu{background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.16);
  border-radius:4px;padding:24px 26px 26px}
.qz-menu h3{font-family:var(--head);font-size:26px;font-weight:400;color:#e6d2a8;
  margin:0 0 6px;line-height:1.25}
.qz-menu-note{margin:0;font-size:15px;line-height:1.6;color:#cfdae4;
  font-weight:400;letter-spacing:normal;text-transform:none}
.qz-menu.is-empty{border-style:dashed}
.qz-menu.is-empty h3{color:#b3c2ce}
#qz-menu-body{display:grid;gap:22px;margin-top:18px}
@media (min-width:720px){#qz-menu-body{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}
.qz-course h4{font-family:var(--body);font-size:12px;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--blue);margin:0 0 8px}
.qz-course ul{list-style:none;margin:0;padding:0}
.qz-course li{font-size:16px;line-height:1.55;color:#fff;padding:5px 0;
  border-bottom:1px solid rgba(255,255,255,.1)}
.qz-course li:last-child{border-bottom:0}

/* quiz menu dishes, laid out like the pub's own menus */
#qz-menu-body{grid-template-columns:1fr!important;gap:26px}
.qz-course li{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.qz-dish{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}
.qz-dish .n{font-family:var(--head);font-size:21px;line-height:1.3;color:#fff}
.qz-dish .tag{font-family:var(--body);font-size:12.5px;font-weight:700;letter-spacing:.07em;
  text-transform:uppercase;color:var(--blue)}
.qz-course li .d{display:block;margin-top:6px;font-size:15.5px;line-height:1.6;color:#cfdae4}
.qz-key{margin:26px 0 0;padding-top:16px;
  border-top:1px solid rgba(255,255,255,.16);
  color:#cfdae4;opacity:.8}

/* ==========================================================================
   ONE MENU STYLE, used by every menu on the site
   Daily / The Nest / Sunday Lunch on the menus page, and the quiz night
   half-time menu, all share this. Only the colours change between the light
   and dark backgrounds, and the quiz menu sits a step down the scale because
   it is a panel inside a form, not a page of its own.
   Dish names are capitals, as on the pub's printed menus
   (Chris, 9 Sept: "ON THE MENU - every word is Cap").
   ========================================================================== */

/* course heading — NIBBLES / MAIN / DESSERT */
.course,
.qz-course h4{
  font-family:var(--head);
  font-size:30px;
  font-weight:400;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--blue);
  margin:0 0 6px;
  line-height:1.25;
}
.menu .course{margin:44px 0 6px}
.menu .course:first-child{margin-top:0}

/* the quiz panel: same type, one step down, gold on the dark ground so it
   matches the menus that already sit on dark */
.qz-menu h3{font-size:28px;letter-spacing:.02em;text-transform:uppercase}
.qz-course h4{font-size:22px;color:#e6d2a8}
#qz-menu-body .qz-course + .qz-course{margin-top:8px}

/* dish name */
.dish .n,
.qz-dish .n{
  font-family:var(--head);
  font-size:21px;
  line-height:1.3;
  letter-spacing:.02em;
  text-transform:uppercase;
}

/* allergen tag */
.dish .tag,
.qz-dish .tag{
  font-family:var(--body);
  font-size:12.5px;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:var(--blue);
}

/* description — Title Case under the capitals, on the menus only.
   capitalize, not uppercase: it lifts the first letter of each word and leaves
   BBQ, GFA and the like alone. Nothing outside a menu is touched. */
.dishes .d,
.qz-course li .d{
  display:block;
  margin-top:6px;
  font-size:15.5px;
  line-height:1.6;
  text-transform:capitalize;
}

@media (max-width:640px){
  .course{font-size:24px}
  .qz-menu h3{font-size:24px}
  .qz-course h4{font-size:20px}    /* keeps the quiz a step below the page menus */
  .dish .n,.qz-dish .n{font-size:19px}
}

/* ---------- curry night: one main per person ---------- */
#cn-mains{display:grid;gap:12px;margin-top:4px}
/* .bk label sets display:block at (0,1,1) and beat a bare .cn-main at (0,1,0),
   so the dish name and its quantity stacked instead of sitting side by side.
   Scoped to .bk to win, rather than left to luck of source order. */
.bk .cn-main{display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:12px 14px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.14);
  border-radius:4px;font-family:var(--body);font-size:16px;font-weight:400;
  letter-spacing:normal;text-transform:none;color:#fff}
.bk .cn-main-n{font-family:var(--head);font-size:19px;line-height:1.3;letter-spacing:.02em;
  text-transform:uppercase}
.bk .cn-main-tag{display:inline-block;margin-left:9px;font-family:var(--body);font-size:12.5px;
  font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--blue)}
.bk .cn-main-qty{width:88px;flex:0 0 88px;margin-top:0}
#cn-left{opacity:.75;cursor:default}
@media (max-width:640px){
  .bk .cn-main{flex-wrap:wrap;gap:10px}
  .bk .cn-main-n{font-size:17px}
  .bk .cn-main-qty{width:100%;flex:1 1 100%}
}
