/* ===================================================================
   FOOD & DRINK PAGE  — uses global tokens/buttons from site.css
   =================================================================== */

.fd-eyebrow { font-family: var(--font-sans); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 16px; }

/* ---- HERO (image bg, copy overlay) ---- */
.fd-hero { position: relative; min-height: 620px; display: flex; align-items: flex-end; overflow: hidden; background: var(--near-black); }
.fd-hero .bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 75%; }
.fd-hero .bg-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(13,26,38,0.38) 0%, rgba(13,26,38,0.6) 55%, rgba(13,26,38,0.9) 100%); }
.fd-hero-inner { position: relative; z-index: 2; width: 100%; padding: 96px 0 84px; }
.fd-hero h1 { font-family: var(--font-serif); font-size: clamp(2.6rem, 5vw, 4.8rem); font-weight: 700; line-height: 1.06; color: var(--cream); max-width: 760px; }
.fd-hero h1 span { color: var(--gold); }
.fd-hero p { font-size: 1.08rem; line-height: 1.8; color: rgba(243,239,230,0.88); max-width: 560px; margin-top: 20px; }
.fd-hero-ctas { display: flex; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.fd-hero-gold-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: var(--gold); z-index: 3; }

/* ---- STORY SECTIONS (2-col copy + image) ---- */
.fd-story { padding: 96px 0; }
.fd-story.light { background: var(--cream); color: var(--navy); }
.fd-story.dark { background: var(--navy); color: var(--cream); }
.fd-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.fd-story h2 { font-family: var(--font-serif); font-size: clamp(2rem, 3.4vw, 3.2rem); font-weight: 700; line-height: 1.1; }
.fd-story.light h2 { color: var(--navy); }
.fd-story.dark h2 { color: var(--cream); }
.fd-story h2 span { color: var(--gold); }
.fd-story-copy p { font-size: 1.02rem; line-height: 1.8; margin-bottom: 16px; }
.fd-story.light .fd-story-copy p { color: #45505a; }
.fd-story.dark .fd-story-copy p { color: rgba(243,239,230,0.82); }
.fd-story-footnote { font-style: italic; color: var(--gold) !important; font-size: 0.95rem; margin-top: 6px; }
.fd-story-ctas { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.fd-story-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 2px solid var(--gold); border-radius: 8px; }
/* full-bleed background variant */
.fd-story-bg { position: relative; overflow: hidden; padding: 130px 0; }
.fd-story-bg .container { position: relative; z-index: 2; }
.fd-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.fd-bg-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,26,38,0.93) 0%, rgba(13,26,38,0.8) 45%, rgba(13,26,38,0.45) 100%); }
.fd-bg-copy { max-width: 620px; }

/* ---- SIGNATURE DISHES (dark, image cards) ---- */
.fd-signature { background: var(--navy); padding: 96px 0; }
.fd-sig-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.fd-sig-eyebrow { font-family: var(--font-sans); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 14px; }
.fd-sig-head h2 { font-family: var(--font-serif); font-size: clamp(2rem, 3.4vw, 3.2rem); font-weight: 700; color: var(--cream); line-height: 1.1; }
.fd-sig-head .gold-rule { margin: 18px auto 0; }
.fd-sig-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.fd-sig-card { background: var(--near-black); border: 1px solid rgba(201,169,110,0.25); border-radius: 14px; overflow: hidden; transition: transform 0.3s ease, border-color 0.3s ease; }
.fd-sig-card:hover { transform: translateY(-4px); border-color: rgba(201,169,110,0.55); }
.fd-sig-photo { aspect-ratio: 1 / 1; background-size: cover; background-position: center; }
.fd-sig-body { padding: 16px 16px 20px; }
.fd-sig-card h3 { font-family: var(--font-serif); font-size: 1.12rem; font-weight: 700; color: var(--cream); line-height: 1.2; margin-bottom: 8px; min-height: 2.6em; }
.fd-sig-price { font-family: var(--font-sans); font-weight: 700; color: var(--gold); font-size: 0.98rem; }

/* ---- COCKTAILS (burgundy back-bar spotlight — breaks the blue) ---- */
.fd-cocktails { position: relative; overflow: hidden; background: linear-gradient(135deg, #7B1E2B 0%, #561019 100%); }
.fd-cocktails-grid { display: grid; grid-template-columns: 1.05fr 0.9fr; align-items: stretch; max-width: 1280px; margin: 0 auto; }
.fd-cocktails-copy { position: relative; padding: 110px 64px 110px 56px; }
.fd-cocktails-amp { position: absolute; top: -28px; left: 14px; font-family: var(--font-serif); font-size: 20rem; line-height: 1; color: rgba(201,169,110,0.10); pointer-events: none; z-index: 0; }
.fd-cocktails-copy > *:not(.fd-cocktails-amp) { position: relative; z-index: 1; }
.fd-cocktails-eyebrow { font-family: var(--font-sans); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 16px; }
.fd-cocktails-copy h2 { font-family: var(--font-serif); font-size: clamp(2.2rem, 3.6vw, 3.4rem); font-weight: 700; line-height: 1.08; color: var(--cream); }
.fd-cocktails-copy h2 span { color: var(--gold); }
.fd-cocktails-copy p { font-size: 1.04rem; line-height: 1.85; color: rgba(243,239,230,0.9); margin: 0; max-width: 520px; }
.fd-cocktails-copy .gold-rule { margin: 20px 0; }
.fd-cocktails-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.fd-cocktails-tags span { font-family: var(--font-sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(201,169,110,0.5); border-radius: 999px; padding: 8px 16px; }
.fd-cocktails-media { position: relative; min-height: 540px; }
.fd-cocktails-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fd-cocktails-media::after { content: ''; position: absolute; inset: 0; box-shadow: inset 5px 0 0 var(--gold); pointer-events: none; }

/* ---- BOOKING (full-width, food background) ---- */
.fd-section-bar { height: 4px; background: var(--gold); }
.fd-booking-full { position: relative; overflow: hidden; background-color: var(--deep-teal); background-image: linear-gradient(rgba(10,61,82,0.42), rgba(10,61,82,0.52)), url('/assets/images/the-whitelion-pub-stockport-fried-chicken-cornbread.jpg'); background-size: cover; background-position: center center; padding: 150px 0; text-align: center; }
.fd-booking-main-inner { max-width: 600px; margin: 0 auto; }
.fd-booking-dish-label { position: absolute; right: 24px; bottom: 20px; font-family: var(--font-sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream); background: rgba(13,26,38,0.55); border: 1px solid rgba(201,169,110,0.55); padding: 7px 14px; border-radius: 999px; backdrop-filter: blur(4px); }
.fd-booking-full h2 { font-family: var(--font-serif); font-size: clamp(2rem, 3.4vw, 3.2rem); font-weight: 700; color: var(--cream); margin-bottom: 16px; text-shadow: 0 2px 14px rgba(13,26,38,0.7); }
.fd-booking-full p { font-size: 1.05rem; line-height: 1.75; color: rgba(243,239,230,0.95); margin: 0 auto 28px; text-shadow: 0 2px 14px rgba(13,26,38,0.7); }
.fd-booking-full .booking-cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ===================================================================
   MENU — "Bill of Fare" : a bound dark-leather & gold menu card,
   paginated by section (tabs). One course on screen at a time.
   =================================================================== */
.fd-menu { background: var(--near-black); padding: 96px 0; }

/* ---- the leather card ---- */
.fd-menu-card {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px) clamp(26px, 5vw, 70px);
  border-radius: 14px;
  color: var(--cream);
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(201,169,110,0.10) 0%, rgba(201,169,110,0) 55%),
    linear-gradient(160deg, #15293b 0%, var(--navy) 45%, #0b1722 100%);
  border: 1px solid rgba(201,169,110,0.55);
  box-shadow: 0 34px 70px -28px rgba(0,0,0,0.85), inset 0 1px 0 rgba(255,255,255,0.04);
}
/* inner gold keyline = the second of the "double" border */
.fd-menu-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(201,169,110,0.32);
  border-radius: 8px;
  pointer-events: none;
}

/* ---- gold corner flourishes ---- */
.fd-menu-corner { position: absolute; width: 26px; height: 26px; border: 2px solid var(--gold); opacity: 0.85; pointer-events: none; }
.fd-menu-corner.tl { top: 20px; left: 20px; border-right: 0; border-bottom: 0; border-top-left-radius: 4px; }
.fd-menu-corner.tr { top: 20px; right: 20px; border-left: 0; border-bottom: 0; border-top-right-radius: 4px; }
.fd-menu-corner.bl { bottom: 20px; left: 20px; border-right: 0; border-top: 0; border-bottom-left-radius: 4px; }
.fd-menu-corner.br { bottom: 20px; right: 20px; border-left: 0; border-top: 0; border-bottom-right-radius: 4px; }

/* ---- header ---- */
.fd-menu-head { position: relative; text-align: center; max-width: 620px; margin: 0 auto 30px; }
.fd-menu-eyebrow { font-family: var(--font-sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 12px; }
.fd-menu-head h2 { font-family: var(--font-serif); font-size: clamp(2rem, 3.6vw, 3.1rem); font-weight: 700; color: var(--cream); line-height: 1.08; }
.fd-menu-head .gold-rule { margin: 16px auto 18px; }
.fd-menu-head p { font-size: 1rem; line-height: 1.7; color: rgba(243,239,230,0.78); }

/* ---- tab strip ---- */
.fd-menu-tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 6px;
  margin: 0 auto 34px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(201,169,110,0.22);
}
.fd-menu-tab {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243,239,230,0.6);
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 10px 14px;
  margin-bottom: -7px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.fd-menu-tab:hover { color: var(--cream); }
.fd-menu-tab.is-active { color: var(--gold); border-bottom-color: var(--gold); }
.fd-menu-tab:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 3px; }

/* ---- pages ---- */
.fd-menu-pages { position: relative; max-width: 640px; margin: 0 auto; }
.fd-menu-page { animation: fdMenuFade 0.45s ease both; }
.fd-menu-page[hidden] { display: none; }
.fd-menu-page:focus-visible { outline: none; }
@keyframes fdMenuFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.fd-menu-page-title { font-family: var(--font-serif); font-size: 1.7rem; font-weight: 700; color: var(--gold); text-align: center; margin-bottom: 6px; }
.fd-menu-page-intro { font-size: 0.9rem; font-style: italic; line-height: 1.6; color: rgba(243,239,230,0.62); text-align: center; max-width: 520px; margin: 0 auto 22px; }
.fd-menu-page-title + .fd-menu-list { margin-top: 22px; }

.fd-menu-list { list-style: none; margin: 0; padding: 0; }
.fd-menu-list--cols { column-count: 2; column-gap: 52px; }
.fd-menu-list--cols .fd-dish { break-inside: avoid; -webkit-column-break-inside: avoid; }
.fd-dish { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.fd-dish:last-child { border-bottom: none; }
.fd-dish-row { display: flex; align-items: baseline; gap: 4px; }
.fd-dish-name { font-family: var(--font-sans); font-size: 1.04rem; font-weight: 600; color: var(--cream); }
.fd-dish-leader { flex: 1 1 auto; border-bottom: 1px dotted rgba(201,169,110,0.45); transform: translateY(-4px); min-width: 18px; }
.fd-dish-price { font-family: var(--font-serif); font-size: 1.18rem; font-weight: 700; color: var(--gold); white-space: nowrap; }
.fd-dish-desc { font-size: 0.9rem; line-height: 1.55; color: rgba(243,239,230,0.62); margin-top: 5px; max-width: 94%; }

/* ---- page-flip footer ---- */
.fd-menu-flip { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 34px; min-height: 24px; }
.fd-flip-btn { font-family: var(--font-sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(243,239,230,0.7); background: transparent; border: 0; cursor: pointer; padding: 6px 4px; transition: color 0.2s ease; }
.fd-flip-btn:hover { color: var(--gold); }
.fd-flip-btn[hidden] { visibility: hidden; }
.fd-flip-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 3px; }
.fd-flip-dot { color: rgba(201,169,110,0.5); font-size: 0.7rem; }

.fd-menu-note { text-align: center; font-size: 0.86rem; color: rgba(243,239,230,0.5); margin-top: 34px; font-style: italic; }
.fd-menu-empty { text-align: center; color: rgba(243,239,230,0.6); padding: 30px; }

@media (max-width: 1024px) {
  .fd-story-grid { grid-template-columns: 1fr; gap: 36px; }
  .fd-sig-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .fd-cocktails-grid { grid-template-columns: 1fr; }
  .fd-cocktails-copy { padding: 64px 28px; }
  .fd-cocktails-media { min-height: 340px; order: -1; }
  .fd-cocktails-amp { font-size: 11rem; top: -10px; }
}
@media (max-width: 600px) {
  .fd-sig-grid { grid-template-columns: repeat(2, 1fr); }
  .fd-sig-card h3 { min-height: 0; }
}
@media (max-width: 768px) {
  .fd-menu-list--cols { column-count: 1; }
  .fd-bg-overlay { background: linear-gradient(rgba(13,26,38,0.84), rgba(13,26,38,0.9)); }
  .fd-story-bg { padding: 90px 0; }
  .fd-booking-full { padding: 110px 0; }
  .fd-booking-dish-label { right: 14px; bottom: 14px; font-size: 0.66rem; padding: 6px 11px; }
}
@media (max-width: 640px) {
  /* tabs scroll horizontally instead of wrapping on small screens */
  .fd-menu-tabs { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .fd-menu-tabs::-webkit-scrollbar { display: none; }
  .fd-menu-corner { width: 18px; height: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .fd-menu-page { animation: none; }
}
