/* ==========================================================================
   Bravado — hand-coded design system
   Rebuild of the WordPress/Elementor site as static HTML/CSS/JS.
   Palette:  #231F20 (dark)  ·  #E3DED6 (cream)  ·  #D9252A (Bravado red)
   Type:     Playfair Display (headings) · Inter (body)
   ========================================================================== */

:root {
  --dark:        #231F20;
  --dark-2:      #1A1617;   /* footer / deepest */
  --cream:       #E3DED6;
  --red:         #D9252A;
  --red-hover:   #B81E23;
  --red-link:    #D9252A;
  --red-link-hv: #F03D43;

  --text-on-cream:      #3D3935;
  --heading-on-cream:   #231F20;
  --text-on-dark:       #BFB9B0;
  --heading-on-dark:    #E3DED6;

  --font-head: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --container: 1140px;
  --gutter: 24px;

  --section-y: 96px;
}

/* ---- reset ------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-on-cream);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.2; margin: 0; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }

/* ---- skip link -------------------------------------------------------- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 1000;
  background: var(--dark); color: var(--cream); padding: 12px 20px;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---- header ----------------------------------------------------------- */
.site-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 100;
  padding: 26px 0;
}
.site-header.is-solid {
  position: sticky;
  background: var(--dark);
  padding: 18px 0;
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; }
.site-logo {
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: 0.14em;
  font-size: 22px;
  color: var(--cream);
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav { display: flex; gap: 28px; align-items: center; }
.site-nav a {
  color: var(--cream);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}
.site-nav a:hover { opacity: 1; }

/* ---- buttons ---------------------------------------------------------- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 2px;
  border: 2px solid;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  line-height: 1;
}
.btn--outline { background: transparent; color: var(--cream); border-color: rgba(227,222,214,.75); }
.btn--outline:hover { background: rgba(227,222,214,.12); border-color: var(--cream); color: var(--cream); }
.btn--solid { background: var(--red); color: var(--cream); border-color: var(--red); }
.btn--solid:hover { background: var(--red-hover); border-color: var(--red-hover); }
.btn--white { background: #fff; color: var(--dark); border-color: #fff; }
.btn--white:hover { background: var(--cream); border-color: var(--cream); color: var(--dark); }
/* dark-text outline for use on cream backgrounds */
.btn--outline-dark { background: transparent; color: var(--dark); border-color: rgba(35,31,32,.4); }
.btn--outline-dark:hover { background: rgba(35,31,32,.06); border-color: var(--dark); }

/* ---- hero ------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  color: var(--cream);
  overflow: hidden;
  text-align: center;
}
.hero--tall { min-height: 100vh; }
.hero__slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1s ease;
}
.hero__slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,17,18,.55) 0%, rgba(20,17,18,.35) 45%, rgba(20,17,18,.65) 100%);
}
.hero__slide.is-active { opacity: 1; }
/* Video background: same layer + gradient overlay as the slide hero, so the
   overlay/heading/subtitle/buttons sit identically over image or video. */
.hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0;
}
.hero__overlay {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(20,17,18,.55) 0%, rgba(20,17,18,.35) 45%, rgba(20,17,18,.65) 100%);
}
.hero__inner { position: relative; z-index: 2; margin: 0 auto; max-width: 900px; padding: 120px var(--gutter); }
.hero__eyebrow {
  color: var(--red);
  font-family: var(--font-body);
  font-size: 13px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; margin: 0 0 18px;
}
.hero__title { font-size: 60px; line-height: 1.12; margin: 0 0 22px; text-shadow: 0 2px 20px rgba(0,0,0,.5); }
.hero__subtitle { font-size: 19px; color: var(--cream); opacity: .92; margin: 0 auto 30px; max-width: 640px; text-shadow: 0 1px 12px rgba(0,0,0,.55); }
.hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---- generic section -------------------------------------------------- */
.section { position: relative; padding: var(--section-y) 0; }
.section--dark  { background: var(--dark);  color: var(--text-on-dark); }
.section--cream { background: var(--cream); color: var(--text-on-cream); }
.section--dark h2, .section--dark h3 { color: var(--heading-on-dark); }
.section--cream h2, .section--cream h3 { color: var(--heading-on-cream); }
.section__narrow { max-width: 820px; margin: 0 auto; }

/* ---- dark section with a background image (service pages) ---------------
   Breaks up long dark stretches with a photo toned WAY back behind a heavy
   dark scrim, white text on top -- the same white-text-over-image feel as the
   home page. Readability first: the scrim is heavy enough that the photo reads
   as texture, text is brightened above the muted dark-section body colour, and
   every text element gets a shadow for separation. The ::before scrim sits at
   z-index:0 over the image; the .container is lifted to z-index:1. */
.section--image { background-size: cover; background-position: center; }
.section--image::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(20,17,18,.9) 0%, rgba(20,17,18,.86) 50%, rgba(20,17,18,.92) 100%);
}
.section--image > .container { position: relative; z-index: 1; }
.section--image { color: #D8D2C8; }
.section--image h2, .section--image h3 {
  color: #F4EFE8; text-shadow: 0 2px 16px rgba(0,0,0,.7);
}
.section--image .prose p, .section--image .prose li,
.section--image .prose td, .section--image .prose th,
.section--image .prose blockquote, .section--image .cta p {
  color: #EAE5DC; text-shadow: 0 1px 10px rgba(0,0,0,.75);
}

/* prose */
.prose h2 { font-size: 36px; margin: 0 0 24px; }
.prose h3 { font-size: 24px; margin: 32px 0 14px; }
.prose p { font-size: 17px; }
.prose a { color: var(--red-link); text-decoration: underline; text-decoration-color: rgba(217,37,42,.5); }
.prose a:hover { color: var(--red-link-hv); text-decoration-color: rgba(217,37,42,.85); }
.prose ul, .prose ol { padding-left: 26px; margin: 14px 0; }
.prose li { margin-bottom: 8px; }
.prose blockquote {
  border-left: 4px solid var(--red);
  padding: 4px 0 4px 24px;
  margin: 28px 0;
  font-size: 21px; font-style: italic; line-height: 1.6;
}
.prose table { width: auto; border-collapse: collapse; margin: 24px 0; font-size: 15px; }
.prose th { text-align: left; font-weight: 700; padding: 12px 28px 12px 0; border-bottom: 2px solid var(--red); }
.prose td { padding: 12px 28px 12px 0; border-bottom: 1px solid rgba(128,120,110,.22); }
.prose tr:last-child td { border-bottom: none; }

/* eyebrow used in editorial sections */
.eyebrow {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--red); margin: 0 0 14px;
}

/* ---- intro (lead) ----------------------------------------------------- */
.lead h2 { font-size: 38px; margin: 0 0 20px; }
.lead ul { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 12px 34px; }
.lead li { position: relative; padding-left: 22px; font-weight: 500; }
.lead li::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 8px; background: var(--red); border-radius: 50%; }

/* ---- category card grid ---------------------------------------------- */
.section__head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section__head h2 { font-size: 40px; margin: 0 0 16px; }
.card-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.card {
  position: relative;
  min-height: 320px;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 30px;
  color: var(--cream);
  background-size: cover; background-position: center;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid rgba(227,222,214,.14);
}
.card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,17,18,.15) 0%, rgba(20,17,18,.55) 55%, rgba(20,17,18,.85) 100%);
  transition: background .3s ease;
}
.card:hover::after { background: linear-gradient(180deg, rgba(20,17,18,.25) 0%, rgba(20,17,18,.6) 55%, rgba(20,17,18,.9) 100%); }
.card > * { position: relative; z-index: 2; }
.card h3 { font-size: 24px; margin: 0 0 8px; color: var(--cream); text-shadow: 0 2px 12px rgba(0,0,0,.85); }
.card p { font-size: 15px; color: var(--cream); opacity: .9; margin: 0; text-shadow: 0 1px 8px rgba(0,0,0,.9); }
.card__more { margin-top: 14px; font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); }

/* two-up / four-up card variants */
.card-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ---- editorial alternating rows -------------------------------------- */
.editorial { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.editorial--reverse .editorial__media { order: 2; }
.editorial--reverse .editorial__body { order: 1; }
.editorial__media { background-size: cover; background-position: center; min-height: 440px; }
.editorial__body { display: flex; flex-direction: column; justify-content: center; padding: 72px 8%; }
.editorial__body h3 { font-size: 30px; margin: 0 0 18px; }
.editorial__body p { font-size: 17px; }
.editorial--dark  { background: var(--dark);  color: var(--text-on-dark); }
.editorial--dark h3 { color: var(--heading-on-dark); }
.editorial--cream { background: var(--cream); color: var(--text-on-cream); }
.editorial--cream h3 { color: var(--heading-on-cream); }

/* ---- dimmed images -----------------------------------------------------
   Applied via the content-level "dim": true flag (see templates/render.mjs
   imgBg()) to individual background-image elements -- never a whole
   section/page. Pulls brighter, flatter regenerated photos down to match
   the darker, warmer mood of the site's retained original photography.

   Implemented as a dark SCRIM painted over the image via ::before -- NOT a
   filter. A filter on the element dims its text children too (the old bug:
   the white card text was being dimmed along with the photo). The scrim sits
   above the background layer and below the text, which is always lifted to
   z-index:2 (.card > *, .hero__inner). So the photo goes dark; the text
   stays crisp. Materially stronger than the old brightness(0.82) filter. */
.img--dim::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: rgba(20, 17, 18, .58);
  pointer-events: none;
}
.editorial__media { position: relative; }

/* ---- ingredient tiles ------------------------------------------------- */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(227,222,214,.14); }
.tile { background: var(--dark); padding: 34px 28px; }
.tile h3 { font-size: 20px; margin: 0 0 12px; color: var(--heading-on-dark); }
.tile p { font-size: 15px; color: var(--text-on-dark); margin: 0; }

/* ---- menu preview ----------------------------------------------------- */
.menu-preview { text-align: center; }
.menu-preview__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 44px; text-align: left; }
.menu-preview__col p { font-size: 15px; line-height: 2; }

/* ---- FAQ accordion ---------------------------------------------------- */
.faq { max-width: 860px; margin: 0 auto; border-top: 1px solid rgba(128,120,110,.28); }
.faq__item { border-bottom: 1px solid rgba(128,120,110,.28); }
.faq__q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  display: flex; align-items: center; gap: 14px;
  padding: 20px 4px;
  font-family: var(--font-body); font-size: 17px; font-weight: 700; color: var(--heading-on-cream);
}
.faq__icon { position: relative; width: 16px; height: 16px; flex: 0 0 16px; }
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; background: var(--red); transition: transform .25s ease, opacity .25s ease;
}
.faq__icon::before { left: 0; top: 7px; width: 16px; height: 2px; }
.faq__icon::after  { left: 7px; top: 0; width: 2px; height: 16px; }
.faq__q[aria-expanded="true"] .faq__icon::after { transform: scaleY(0); opacity: 0; }
.faq__a { overflow: hidden; max-height: 0; transition: max-height .3s ease; }
.faq__a-inner { padding: 0 4px 22px; font-size: 16px; color: var(--text-on-cream); }
.faq__q[aria-expanded="true"] + .faq__a { max-height: 600px; }

/* ---- CTA -------------------------------------------------------------- */
.cta { text-align: center; }
.cta h2 { font-size: 42px; margin: 0 0 16px; color: var(--heading-on-dark); }
.cta p { font-size: 18px; color: var(--text-on-dark); margin: 0 0 30px; }

/* ---- location --------------------------------------------------------- */
.location { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.location__body h2 { font-size: 38px; margin: 0 0 20px; }
.location__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.location__map { min-height: 320px; background: rgba(128,120,110,.15); border: 1px solid rgba(128,120,110,.25); display: flex; align-items: center; justify-content: center; }
.location__map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; }

/* ---- footer ----------------------------------------------------------- */
.site-footer { background: var(--dark-2); color: rgba(227,222,214,.6); padding: 26px 0; font-size: 14px; }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.site-footer a { color: var(--cream); text-decoration: none; font-weight: 600; }
.site-footer a:hover { text-decoration: underline; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 980px) {
  .card-grid, .card-grid--4, .tiles, .menu-preview__cols { grid-template-columns: repeat(2, 1fr); }
  .editorial { grid-template-columns: 1fr; }
  .editorial--reverse .editorial__media { order: 0; }
  .editorial--reverse .editorial__body { order: 0; }
  .editorial__media { min-height: 260px; }
  .editorial__body { padding: 48px var(--gutter); }
  .location { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  :root { --section-y: 64px; }
  .hero__title { font-size: 38px; }
  .hero__subtitle { font-size: 17px; }
  .prose h2, .section__head h2, .lead h2, .cta h2, .location__body h2 { font-size: 27px; }
  .site-nav { display: none; }
  .card-grid, .card-grid--4, .tiles, .menu-preview__cols { grid-template-columns: 1fr; }
  .site-footer__inner { flex-direction: column; text-align: center; }
}
