/* Golden Lion, Brixham — preview redesign */
:root {
  --maroon: #6e1218;
  --maroon-deep: #3a0b0f;
  --maroon-mid: #8a1c24;
  --gold: #f0c43a;
  --gold-ink: #5a4208;
  --cream: #f6efe3;
  --paper: #fffdf8;
  --ink: #1c1412;
  --muted: #5c4e46;
  --line: #d8cbb6;
  --ok: #1f6b3a;
  --shadow: 0 12px 40px rgba(28, 20, 18, 0.12);
  --max: 1120px;
  --header-h: 4.4rem;
  --preview-h: 2.2rem;
  --sticky-h: 3.6rem;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  padding-top: calc(var(--preview-h) + var(--header-h));
  padding-bottom: var(--sticky-h);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--maroon); }
h1, h2, h3, h4, .brand-line {
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2rem, 5vw, 3.4rem); margin: 0 0 0.4em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 0 0 0.5em; }
h3 { font-size: 1.15rem; margin: 0; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }

/* Preview */
.preview-banner {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  height: var(--preview-h);
  background: #111;
  color: #f3e6b0;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 0 0.75rem;
}

/* Header */
.site-header {
  position: fixed;
  top: var(--preview-h);
  left: 0; right: 0;
  z-index: 70;
  background: var(--maroon-deep);
  color: var(--cream);
  border-bottom: 3px solid var(--gold);
  height: var(--header-h);
}
.site-header .inner {
  height: 100%;
  display: flex; align-items: center; gap: 1rem;
  width: min(var(--max), calc(100% - 1.25rem));
  margin-inline: auto;
}
.logo-link { display: flex; align-items: center; gap: 0.65rem; color: inherit; text-decoration: none; flex-shrink: 0; }
.logo-link img { width: 46px; height: 46px; object-fit: cover; border-radius: 4px; border: 1px solid var(--gold); }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text strong { font-family: Fraunces, Georgia, serif; font-size: 1.05rem; color: var(--gold); }
.logo-text span { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.8; }
.nav-toggle {
  margin-left: auto;
  background: transparent; color: var(--gold); border: 1px solid var(--gold);
  padding: 0.35rem 0.6rem; font: inherit; cursor: pointer;
}
.nav-toggle[aria-expanded="true"] { background: var(--gold); color: var(--maroon-deep); }
.primary-nav { display: none; }
.primary-nav.open {
  display: flex; flex-direction: column;
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--maroon); padding: 0.75rem 1rem 1rem;
  border-bottom: 3px solid var(--gold);
  gap: 0.15rem;
}
.primary-nav a {
  color: var(--cream); text-decoration: none; padding: 0.45rem 0.2rem;
  border-bottom: 1px solid rgba(240,196,58,0.15);
}
.primary-nav a[aria-current="page"], .primary-nav a:hover { color: var(--gold); }
.header-ctas { display: none; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.35rem;
  text-decoration: none; font-weight: 650; letter-spacing: 0.02em;
  border-radius: 999px; padding: 0.7rem 1.15rem;
  border: 2px solid transparent;
}
.btn-gold { background: var(--gold); color: var(--maroon-deep); }
.btn-gold:hover { background: #ffe07a; }
.btn-ghost { background: transparent; color: var(--cream); border-color: var(--gold); }
.btn-ghost:hover { background: var(--gold); color: var(--maroon-deep); }
.btn-maroon { background: var(--maroon); color: var(--gold); }
.btn-maroon:hover { background: var(--maroon-mid); }
.btn-line { background: var(--paper); color: var(--maroon); border-color: var(--maroon); }
.btn-line:hover { background: var(--maroon); color: var(--gold); }

/* Sticky book/call */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 75;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  background: var(--maroon-deep);
  border-top: 3px solid var(--gold);
}
.sticky-cta a {
  color: var(--cream); text-decoration: none; text-align: center;
  padding: 0.7rem 0.4rem; font-weight: 700; font-size: 0.92rem;
}
.sticky-cta a:nth-child(1) { background: var(--gold); color: var(--maroon-deep); }
.sticky-cta a:hover { filter: brightness(1.08); }

/* Hero */
.hero {
  position: relative; min-height: min(78vh, 640px);
  display: grid; align-items: end;
  color: white;
  background: #2a1210 center/cover no-repeat;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(28,10,10,0.15) 0%, rgba(28,10,10,0.72) 70%, rgba(28,10,10,0.88) 100%);
}
.hero .wrap { position: relative; z-index: 1; padding: 3.5rem 0 2.5rem; }
.kicker {
  text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.78rem;
  color: var(--gold); font-weight: 700; margin-bottom: 0.4rem;
}
.hero p.lead { font-size: 1.15rem; max-width: 38rem; color: #f6efe3; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.2rem; }

/* Sections */
.section { padding: 3.2rem 0; }
.section-tight { padding: 2rem 0; }
.band-maroon { background: var(--maroon-deep); color: var(--cream); }
.band-maroon h2, .band-maroon a { color: var(--gold); }
.band-paper { background: var(--paper); }
.band-ink { background: #211614; color: var(--cream); }
.lede { font-size: 1.12rem; max-width: 42rem; color: var(--muted); }

/* Cards */
.grid-3, .grid-4, .grid-2 { display: grid; gap: 1rem; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr 1fr; }
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.15rem 1.2rem;
  box-shadow: var(--shadow);
}
.card h3 { color: var(--maroon); margin-bottom: 0.35rem; }
.card .meta { font-size: 0.88rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; }
.night-card { border-top: 4px solid var(--gold); }
.figure-card { padding: 0; overflow: hidden; }
.figure-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.figure-card figcaption { padding: 0.75rem 1rem 1rem; font-size: 0.92rem; color: var(--muted); }

/* Trust */
.trust {
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; align-items: center;
}
.fsa {
  display: inline-flex; align-items: center; gap: 0.7rem;
  background: var(--paper); color: var(--ink); text-decoration: none;
  border: 1px solid var(--line); border-radius: 8px; padding: 0.55rem 0.8rem;
}
.fsa-score {
  width: 2.2rem; height: 2.2rem; border-radius: 4px;
  background: var(--ok); color: white; font-weight: 800;
  display: grid; place-items: center; font-size: 1.25rem;
}
.fsa small { display: block; color: var(--muted); font-size: 0.75rem; }

/* Menus */
.menu-jump {
  display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 1.2rem 0 0;
}
.menu-jump a {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 999px; padding: 0.35rem 0.75rem;
  text-decoration: none; font-size: 0.9rem; color: var(--maroon);
}
.menu-jump a:hover { background: var(--gold); color: var(--maroon-deep); border-color: var(--gold); }
.menu-block { margin: 2.4rem 0; }
.menu-block > h2 { border-bottom: 2px solid var(--gold); padding-bottom: 0.35rem; }
.menu-note { color: var(--muted); font-size: 0.95rem; }
.dish {
  display: grid; grid-template-columns: 1fr auto; gap: 0.15rem 1rem;
  padding: 0.85rem 0; border-bottom: 1px dashed var(--line);
}
.dish h3 { font-size: 1.05rem; }
.dish p { grid-column: 1 / -1; margin: 0.15rem 0 0; color: var(--muted); font-size: 0.95rem; }
.price { font-weight: 750; color: var(--maroon); white-space: nowrap; font-variant-numeric: tabular-nums; }
.diet { font-size: 0.75rem; letter-spacing: 0.04em; color: var(--gold-ink); font-weight: 700; }
.pdf-link { font-size: 0.9rem; }

/* Hours table */
.hours { width: 100%; border-collapse: collapse; background: var(--paper); }
.hours th, .hours td { text-align: left; padding: 0.65rem 0.75rem; border-bottom: 1px solid var(--line); }
.hours th { width: 40%; color: var(--maroon); }

/* Gallery */
.gallery {
  display: grid; gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
}
.gallery img { width: 100%; height: 180px; object-fit: cover; border-radius: 6px; }
.gallery img.wide { grid-column: 1 / -1; height: 220px; }

/* Book embed */
.tableo-frame {
  width: 100%; min-height: 720px; border: 0;
  background: var(--paper); border-radius: 8px;
}

/* Map */
.map-frame { width: 100%; min-height: 320px; border: 0; border-radius: 8px; }

/* Footer */
.site-footer {
  background: var(--maroon-deep); color: #ead9c6;
  padding: 2.5rem 0 5.5rem;
  border-top: 3px solid var(--gold);
}
.site-footer a { color: var(--gold); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.foot-grid { display: grid; gap: 1.5rem; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; }
.legal { font-size: 0.82rem; opacity: 0.85; margin-top: 1.5rem; }

/* Page hero small */
.page-hero {
  background: var(--maroon-deep); color: var(--cream);
  padding: 2rem 0 1.6rem;
  border-bottom: 3px solid var(--gold);
}
.page-hero p { max-width: 40rem; color: #ead9c6; }

/* Jobs / notice */
.notice {
  background: #fff6d4; border-left: 4px solid var(--gold);
  padding: 0.9rem 1rem; margin: 1rem 0;
}
.soldout {
  background: #3a0b0f; color: var(--gold);
  display: inline-block; padding: 0.35rem 0.7rem;
  font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  font-size: 0.85rem;
}

/* 404 */
.notfound { min-height: 50vh; display: grid; place-items: center; text-align: center; padding: 3rem 1rem; }

@media (min-width: 760px) {
  .nav-toggle { display: none; }
  .primary-nav {
    display: flex; flex-direction: row; position: static;
    background: none; border: 0; padding: 0; gap: 0.15rem 1rem;
    margin-left: 1rem; flex-wrap: wrap;
  }
  .primary-nav a { border: 0; font-size: 0.95rem; }
  .header-ctas { display: flex; gap: 0.45rem; margin-left: auto; }
  .header-ctas .btn { padding: 0.45rem 0.9rem; font-size: 0.92rem; }
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr 1fr; }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .gallery { grid-template-columns: repeat(4, 1fr); }
  .gallery img { height: 200px; }
  .gallery img.wide { grid-column: span 2; height: 200px; }
  .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: center; }
}

.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:1rem;top:calc(var(--preview-h) + 0.4rem);width:auto;height:auto;padding:0.4rem 0.7rem;background:var(--gold);color:var(--maroon-deep);z-index:90}
