@charset "utf-8";
/* ==========================================================================
   The Wyndham Arms — site stylesheet
   Converted from the approved Claude Design desktop comps (V1).
   Desktop appearance at >=1440px is the visual baseline and must not change;
   all media queries below are additive and only take effect under 1440px.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Fonts (self-hosted, latin + latin-ext subsets only)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/karla-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/karla-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/karla-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/karla-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/vollkorn-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/vollkorn-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/vollkorn-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/vollkorn-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------------------
   2. Design tokens — taken verbatim from the approved comps
   -------------------------------------------------------------------------- */
:root {
  /* Surfaces */
  --sand:        #EFE8DE;  /* page background */
  --sand-deep:   #E9E0D2;  /* alternating section background */
  --slate:       #3F4852;  /* body text, footer background */

  /* Brand blue */
  --blue:        #4E6EA8;
  --blue-dark:   #3D5885;  /* primary button hover */
  --blue-mid:    #9FB6DC;
  --blue-pale:   #C9D6EA;
  --blue-paler:  #C7D2E4;
  --blue-tint:   #DFE5EF;

  /* Text greys */
  --grey:        #5C6570;
  --grey-light:  #7A828C;
  --grey-mute:   #8F979F;

  /* Rules and borders */
  --rule:        #D9D1C5;
  --rule-deep:   #C3BBAE;

  /* On dark (footer) */
  --on-dark:        #EFE8DE;
  --on-dark-soft:   #DCD6CD;
  --on-dark-muted:  #B5BCC4;

  /* Type */
  --serif: Vollkorn, Georgia, serif;
  --sans:  Karla, system-ui, sans-serif;

  /* Layout
     The comps size with the browser default (content-box), so their
     `max-width:1360px` + `padding:0 80px` produces a 1520px outer width and a
     1360px measure. This build uses border-box, so the wrap max is expressed
     as that same outer width to land on identical geometry. */
  --wrap-max: 1520px;
  --gutter: 80px;
}

/* --------------------------------------------------------------------------
   3. Reset and base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

/* The `hidden` attribute must win. The browser's own stylesheet sets
   `[hidden] { display: none }`, but that lives in the user-agent origin, so
   ANY author rule setting `display` on the same element beats it — notably
   `.img-cover { display: block }` below, which was overriding `hidden` on the
   CMS image slots and leaving a blank box on the page. */
[hidden] { display: none !important; }

/* The Google Tag Manager <noscript> fallback hides its iframe with an inline
   `style` attribute, which this site's `style-src 'self'` refuses — so with
   JavaScript off it rendered as a small bordered box above the skip link.
   Hiding it here fixes that without having to allow inline styles. Matches
   nothing when JavaScript is on, because <noscript> content is not parsed
   into elements then. */
noscript iframe { display: none; }

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

body {
  margin: 0;
  background: var(--sand);
  color: var(--slate);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.8;
  overflow-x: hidden;            /* belt-and-braces against sideways scroll */
}

img { max-width: 100%; }

h1, h2, h3, h4 { margin: 0; font-weight: 600; }

p { margin: 0; }

/* Inline text links, matching the comps' global link treatment. Navigation,
   buttons and display links opt out with their own text-decoration: none. */
a {
  color: var(--blue);
  text-decoration: underline 1px;
  text-underline-offset: 3px;
}
a:hover { color: var(--slate); text-decoration-thickness: 2px; }

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

/* Skip link for keyboard and screen-reader users */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--blue);
  color: var(--sand);
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.skip-link:focus { left: 0; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   4. Layout primitives
   -------------------------------------------------------------------------- */
.wrap {
  max-width: var(--wrap-max);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

/* Vertical rhythm variants observed in the comps */
.pad-100 { padding-top: 100px; padding-bottom: 100px; }
.pad-96  { padding-top: 96px;  padding-bottom: 96px; }
.pad-92  { padding-top: 92px;  padding-bottom: 92px; }
.pad-88  { padding-top: 88px;  padding-bottom: 88px; }
.pad-84  { padding-top: 84px;  padding-bottom: 96px; }
.pad-80  { padding-top: 80px;  padding-bottom: 80px; }
.pad-72  { padding-top: 72px;  padding-bottom: 72px; }
.pad-64  { padding-top: 64px;  padding-bottom: 64px; }

/* Section surfaces */
.band-deep    { background: var(--sand-deep); border-top: 1px solid var(--blue); }
.band-deep-lt { background: var(--sand-deep); border-top: 1px solid var(--rule); }
.band-rule    { border-top: 1px solid var(--rule); }
.band-blue    { background: var(--blue); color: var(--sand); }
.band-slate   { background: var(--slate); color: var(--sand); }

/* --------------------------------------------------------------------------
   5. Typography components
   -------------------------------------------------------------------------- */

/* Small uppercase label, optionally preceded by a short rule */
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0;
}
.eyebrow-lg { font-size: 14px; letter-spacing: 0.24em; }

.eyebrow-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.eyebrow-row .rule-short { display: block; width: 34px; height: 1px; background: var(--blue); flex: none; }
.eyebrow-row.is-wide .rule-short { width: 40px; }

.h-display { font-family: var(--serif); font-weight: 600; letter-spacing: -0.02em; line-height: 1.02; margin: 0; text-wrap: pretty; }
.h-section { font-family: var(--serif); font-weight: 600; line-height: 1.1; margin: 0; text-wrap: pretty; }

.lede {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--blue);
  margin: 0;
  text-wrap: pretty;
}

.body-lg { font-size: 19px; line-height: 1.75; color: var(--grey); text-wrap: pretty; }
.body    { font-size: 17px; line-height: 1.8;  color: var(--grey); }
.caption { font-size: 15px; line-height: 1.75; color: var(--grey-light); }
.note    { font-size: 14px; line-height: 1.7;  color: var(--grey-light); margin-top: 12px; }
.note-sm { font-size: 13px; line-height: 1.7;  color: var(--grey-light); margin-top: 11px; }

.strong-blue { font-weight: 700; color: var(--blue); }

/* --------------------------------------------------------------------------
   6. Buttons — hover states ported from the comps' style-hover attributes
   -------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 18px 32px;
  text-decoration: none;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.btn-primary { color: var(--sand); background: var(--blue); border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: var(--sand); }

.btn-ghost { color: var(--blue); background: transparent; border-color: var(--blue); }
.btn-ghost:hover { background: var(--blue); color: var(--sand); }

/* On a blue band */
.btn-on-blue { color: var(--slate); background: var(--sand); border-color: var(--sand); }
.btn-on-blue:hover { background: var(--blue-pale); border-color: var(--blue-pale); color: var(--slate); }

.btn-on-blue-ghost { color: var(--sand); background: transparent; border-color: var(--sand); }
.btn-on-blue-ghost:hover { background: var(--sand); color: var(--slate); }

/* On the dark slate footer */
.btn-on-dark { color: var(--slate); background: var(--sand); border-color: var(--sand); padding: 14px 24px; font-size: 13px; }
.btn-on-dark:hover { background: var(--blue-mid); border-color: var(--blue-mid); color: var(--slate); }

.btn-sm { font-size: 13px; padding: 15px 24px; }
.btn-row { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }

/* --------------------------------------------------------------------------
   7. Site header
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--sand);
  border-bottom: 1px solid var(--blue);
}

.site-header .wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand { display: flex; align-items: center; gap: 18px; text-decoration: none; color: var(--slate); }
.brand-crest { height: 60px; width: auto; display: block; mix-blend-mode: multiply; }
.brand-name {
  display: block;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.1;
}
.brand-place {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--blue);
}

.main-nav { display: flex; align-items: center; gap: 30px; }

.nav-link {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate);
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color .15s ease, border-color .15s ease;
}
.nav-link:hover { color: var(--blue); border-bottom-color: var(--rule); }
.nav-link[aria-current="page"] { color: var(--blue); border-bottom-color: var(--blue); }

/* Mobile navigation toggle — hidden at desktop, shown under 1100px */
.nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid var(--blue);
  border-radius: 2px;
  color: var(--blue);
  font-family: Karla, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 16px;
  cursor: pointer;
}
.nav-toggle-bars { position: relative; display: block; width: 18px; height: 2px; background: currentColor; }
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform .18s ease, top .18s ease;
}
.nav-toggle-bars::before { top: -6px; }
.nav-toggle-bars::after  { top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::after  { top: 0; transform: rotate(-45deg); }

/* --------------------------------------------------------------------------
   8. Site footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--slate); color: var(--sand); }
.site-footer .wrap { padding-top: 72px; padding-bottom: 36px; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr 1.1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(239, 232, 222, 0.2);
}

.footer-crest { height: 78px; width: auto; display: block; filter: invert(1); opacity: 0.92; margin-bottom: 22px; }
.footer-name { font-family: var(--serif); font-size: 28px; font-weight: 600; margin-bottom: 10px; }
.footer-address { font-style: normal; font-size: 16px; line-height: 1.75; color: var(--on-dark-muted); }
.footer-address a { color: var(--on-dark); font-weight: 700; }

.footer-heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-mid);
  margin-bottom: 18px;
}

.footer-nav { display: grid; gap: 12px; font-size: 16px; }
.footer-nav a { color: var(--on-dark-soft); text-decoration: none; }
.footer-nav a:hover { color: var(--on-dark); }

.footer-hours { font-size: 16px; line-height: 1.85; color: var(--on-dark-muted); }
.footer-link-strong {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--on-dark);
  margin-top: 14px;
}
.footer-book-text { font-size: 16px; line-height: 1.75; color: var(--on-dark-muted); margin-bottom: 20px; }

.footer-base {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  font-size: 13px;
  color: var(--grey-mute);
  flex-wrap: wrap;
}

/* Sits in the right-hand slot of the base row that space-between already
   leaves, so it needs no layout of its own and inherits the row's 13px.
   The link is lifted a step out of the muted grey — the global inline-link
   blue is unreadable on the dark footer. */
.footer-credit a { color: var(--on-dark-soft); text-decoration-color: var(--grey-mute); }
.footer-credit a:hover { color: var(--on-dark); text-decoration-color: var(--on-dark); }

/* --------------------------------------------------------------------------
   9. Shared content components
   -------------------------------------------------------------------------- */

/* Two-column hero: copy left, overlapping image pair right */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr); gap: 64px; align-items: center; }
.hero-figure { position: relative; }
.hero-img-main { width: 100%; height: 520px; object-fit: cover; display: block; }
.hero-img-inset {
  position: absolute;
  left: -64px;
  bottom: -96px;
  width: 290px;
  height: 360px;
  object-fit: cover;
  display: block;
  border: 10px solid var(--sand);
}
/* The comp sets padding-left:250px with max-width:26em under content-box, so
   the measure is 26em *plus* the indent. Restated for border-box. */
.hero-caption { font-size: 15px; line-height: 1.75; color: var(--grey-light); margin: 24px 0 0; padding-left: 250px; max-width: calc(250px + 26em); }

/* Section heading block: rule + label + heading */
.section-head { margin-bottom: 48px; }
.section-head .h-section { font-size: 46px; }

/* Generic image with a caption underneath */
.figure { margin: 0; }
.figure img { width: 100%; display: block; object-fit: cover; }
.figure figcaption { font-size: 15px; line-height: 1.75; color: var(--grey-light); margin-top: 14px; }

/* Definition-style rows (opening hours, menu lists, good-to-know) */
.row-list { border-top: 2px solid var(--blue); }
.row-item {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 18px;
}
.row-item dt, .row-item .row-label { font-weight: 600; }
.row-item dd, .row-item .row-value { margin: 0; color: var(--grey); }

/* "Today" badge injected by site.js */
.today-flag { font-weight: 700; color: var(--blue); }

/* Cards */
.card { background: var(--sand); border: 1px solid var(--rule); }
.card-body { padding: 28px 30px 32px; }

/* Star rating */
.stars { color: var(--blue); letter-spacing: 0.12em; }

/* --------------------------------------------------------------------------
   10. Responsive — additive only, never applies at the 1440px baseline
   -------------------------------------------------------------------------- */

/* ---- Large laptop: pull the gutters in, ease the display type ---- */
@media (max-width: 1439px) {
  :root { --gutter: 56px; }
  .h-display { font-size: clamp(48px, 5.2vw, 74px); }
  .section-head .h-section { font-size: clamp(36px, 3.6vw, 46px); }
  .hero-caption { padding-left: 220px; }
}

/* ---- Tablet / small laptop: collapse the multi-column grids ---- */
@media (max-width: 1100px) {
  :root { --gutter: 44px; }

  /* Swap the inline nav for a disclosure menu */
  .nav-toggle { display: inline-flex; }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--sand);
    border-bottom: 1px solid var(--blue);
    padding: 8px var(--gutter) 24px;
    box-shadow: 0 18px 30px rgba(63, 72, 82, 0.12);
  }
  .main-nav.is-open { display: flex; }
  .site-header { position: sticky; }
  .site-header .wrap { position: relative; }
  .nav-link {
    padding: 16px 0;
    border-bottom: 1px solid var(--rule);
    border-top: 0;
    font-size: 16px;
  }
  .nav-link:hover { border-bottom-color: var(--blue); }
  .nav-link[aria-current="page"] { border-bottom-color: var(--blue); }
  .main-nav .btn { margin-top: 20px; text-align: center; }

  /* Hero stacks; the inset image stops overlapping */
  .hero { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .hero-figure { display: grid; grid-template-columns: 1fr; gap: 0; }
  .hero-img-main { height: clamp(320px, 46vw, 520px); }
  .hero-img-inset {
    position: static;
    width: 62%;
    height: auto;
    aspect-ratio: 290 / 360;
    margin: -80px 0 0 auto;
    margin-right: 0;
    border-width: 10px;
  }
  .hero-caption { padding-left: 0; margin-top: 20px; max-width: none; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

/* ---- Mobile ---- */
@media (max-width: 720px) {
  :root { --gutter: 22px; }

  body { font-size: 16px; }

  .pad-100, .pad-96, .pad-92, .pad-88 { padding-top: 56px; padding-bottom: 56px; }
  .pad-84 { padding-top: 48px; padding-bottom: 56px; }
  .pad-80, .pad-72, .pad-64 { padding-top: 48px; padding-bottom: 48px; }

  .h-display { font-size: clamp(34px, 9vw, 44px); line-height: 1.06; }
  .section-head { margin-bottom: 32px; }
  .section-head .h-section { font-size: clamp(28px, 7.4vw, 34px); }
  .lede { font-size: 21px; }
  .body-lg { font-size: 17px; }

  .brand-crest { height: 46px; }
  .brand-name { font-size: 19px; }
  .brand-place { font-size: 9px; letter-spacing: 0.2em; }
  .brand { gap: 12px; }
  .site-header .wrap { padding-top: 14px; padding-bottom: 14px; gap: 14px; }

  /* Long labels (e.g. "Book a table · 01460 201717") must be free to wrap on
     narrow screens, otherwise nowrap pushes the page sideways. */
  .btn { padding: 16px 24px; font-size: 13px; white-space: normal; }
  .btn-row { gap: 12px; }
  .btn-row .btn { flex: 1 1 auto; text-align: center; }

  /* Inset hero image sits below the main one on the smallest screens */
  .hero-img-inset { width: 70%; margin-top: -56px; border-width: 8px; }
  .hero-img-main { height: clamp(240px, 58vw, 340px); }

  .row-item { font-size: 16px; gap: 14px; }

  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .site-footer .wrap { padding-top: 52px; }
  .footer-base { flex-direction: column; gap: 10px; }
}

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---- Print ---- */
@media print {
  .site-header, .nav-toggle, .site-footer { display: none; }
  body { background: #fff; color: #000; }
}

/* ==========================================================================
   11. Shared content primitives used across pages
   ========================================================================== */
.img-cover { width: 100%; object-fit: cover; display: block; }
.pos-35 { object-position: 50% 35%; }
.pos-55 { object-position: 50% 55%; }

.band-rule-blue { border-top: 1px solid var(--blue); }

/* Small uppercase label above a block of facts */
.label-sm {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}
.label-sm-wide  { font-size: 12px; margin-bottom: 8px; }
.label-sm-tight { font-size: 12px; letter-spacing: 0.18em; margin-bottom: 8px; }
.label-mb-14    { margin-bottom: 14px; }

.fact-body { font-size: 16px; line-height: 1.75; color: var(--grey); }

.note-14 { margin-top: 14px; }

/* Inline section head: short rule + uppercase heading */
.head-inline { display: flex; align-items: baseline; gap: 16px; margin-bottom: 18px; }
.head-inline .rule-short { display: block; width: 34px; height: 1px; background: var(--blue); align-self: center; flex: none; }
.head-inline-16 { margin-bottom: 16px; }
.head-inline-48 { margin-bottom: 48px; }

.eyebrow-row-20 { margin-bottom: 20px; }
.eyebrow-on-dark { color: var(--blue-pale); margin-bottom: 18px; }
.eyebrow-on-dark-16 { margin-bottom: 16px; }

/* Button size variants matching the comps */
.btn-28 { padding: 17px 28px; }
.btn-30 { padding: 17px 30px; }
.btn-lg { font-size: 15px; padding: 19px 34px; }

/* Pale blue callout box */
.callout { background: var(--blue-tint); padding: 22px 26px; }
.callout-body { font-size: 16px; line-height: 1.7; }
.callout-body-17 { font-size: 17px; line-height: 1.8; }
.callout-lg { padding: 24px 26px; margin-bottom: 22px; }

/* Note with a blue rule down the left */
.side-note { border-left: 2px solid var(--blue); padding: 4px 0 4px 20px; margin-bottom: 22px; }

/* Uppercase text link with an arrow */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  text-decoration: none;
}
.link-arrow:hover { color: var(--slate); }
.link-arrow-mark { font-family: var(--serif); }

.row-item-last { border-bottom: 0; }
.row-value-dark { color: var(--slate); }

/* Full-bleed photographic band with a left-to-right scrim */
.feature-band { position: relative; height: 660px; }
.feature-band-img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; display: block; }
.feature-band-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(45,52,60,0.78) 0%, rgba(45,52,60,0.4) 48%, rgba(45,52,60,0) 80%);
}
.feature-band-body {
  position: absolute;
  left: var(--gutter); top: 0; bottom: 0;
  display: flex; flex-direction: column; justify-content: center;
  max-width: 32em;
}
.feature-band-title {
  font-family: var(--serif); font-size: 50px; line-height: 1.05; font-weight: 600;
  color: var(--sand); margin-bottom: 16px; text-wrap: pretty;
}
.feature-band-text { font-size: 17px; line-height: 1.7; color: var(--on-dark-soft); }

/* Photographic call-to-action band */
.cta-band { position: relative; }
.cta-band-img { width: 100%; height: 460px; object-fit: cover; display: block; }
.cta-band-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(45,52,60,0.82) 0%, rgba(45,52,60,0.5) 52%, rgba(45,52,60,0.12) 88%);
}
.cta-band-inner { position: absolute; inset: 0; }
.cta-band-wrap { height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 0; padding-bottom: 0; }
.cta-band-title {
  font-family: var(--serif); font-size: 54px; line-height: 1.05; font-weight: 600;
  color: var(--sand); margin: 0 0 18px; max-width: 24em; text-wrap: pretty;
}
.cta-band-text { font-size: 19px; line-height: 1.75; color: var(--on-dark-soft); margin: 0 0 32px; max-width: 30em; }

/* ==========================================================================
   12. Homepage
   ========================================================================== */
.home-hero-title { font-size: 74px; margin: 0 0 24px; }
.home-hero-lede  { margin: 0 0 22px; max-width: 22em; }
.home-hero-body  { margin: 0 0 36px; max-width: 30em; }
.home-hero-note  { margin: 20px 0 0; }

/* Introduction */
.intro-pad { padding-top: 96px; padding-bottom: 100px; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 72px; align-items: start; }
.intro-statement {
  font-family: var(--serif); font-size: 34px; line-height: 1.4; font-weight: 500;
  margin: 0 0 26px; color: var(--slate); text-wrap: pretty;
}
.intro-body { font-size: 17px; line-height: 1.8; color: var(--grey); margin: 0 0 26px; max-width: 34em; text-wrap: pretty; }
.intro-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding-top: 30px; border-top: 1px solid var(--rule); }
.intro-facts .fact-body { line-height: 1.85; }
.intro-media { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.intro-media-tall  { height: 566px; }
.intro-media-short { height: 271px; }
.intro-media-stack { display: grid; gap: 24px; }

/* Featured food */
.food-pad { padding-top: 100px; padding-bottom: 40px; }
.food-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 64px; align-items: end; margin-bottom: 64px; }
.food-title { font-size: 66px; }
.food-intro { margin: 0 0 8px; max-width: 32em; }
.food-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin-bottom: 72px; align-items: start; }
.food-col-stack { display: grid; gap: 24px; }
.food-img-470 { height: 470px; }
.food-img-330 { height: 330px; }
.food-img-300 { height: 300px; }
.food-panel { margin-top: 30px; padding-top: 26px; border-top: 2px solid var(--blue); }
.food-panel-stack { display: grid; gap: 22px; }
.food-panel-cta { padding-top: 6px; }
.dish-list { display: grid; gap: 14px; }
.dish-row { display: flex; align-items: baseline; gap: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--rule); }
.dish-name { font-family: var(--serif); font-size: 26px; font-weight: 600; }

/* What's on */
.whatson-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 72px; align-items: start; }
.whatson-title { font-size: 52px; line-height: 1.08; letter-spacing: -0.01em; margin: 0 0 20px; }
.whatson-body { margin: 0 0 28px; max-width: 30em; }
.whatson-lists {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px 30px;
  padding-top: 26px; border-top: 1px solid var(--rule);
  font-size: 16px; line-height: 1.9; color: var(--grey);
}
.whatson-aside .callout { margin-top: 0; }
.whatson-cta { margin-top: 32px; }

/* About */
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 72px; align-items: start; }
.about-title { font-size: 46px; line-height: 1.06; margin: 0 0 20px; }
.about-body { font-size: 17px; line-height: 1.8; color: var(--grey); margin: 0 0 20px; max-width: 32em; text-wrap: pretty; }
.about-media { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.about-media-col { display: grid; gap: 24px; }
.about-img-340 { height: 340px; }
.about-img-300 { height: 300px; }

/* Reviews */
.reviews-score {
  display: flex; align-items: baseline; gap: 24px; flex-wrap: wrap;
  margin: 0 0 48px; padding-bottom: 26px; border-bottom: 1px solid var(--rule);
}
.reviews-rating { font-family: var(--serif); font-size: 56px; line-height: 1; font-weight: 600; color: var(--slate); }
.reviews-stars { font-size: 20px; letter-spacing: 0.28em; color: var(--blue); }
.reviews-count { font-size: 18px; color: var(--grey); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px; }
.review { margin: 0; }
.review-stars-row { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.review-stars { font-size: 14px; letter-spacing: 0.34em; color: var(--blue); }
.review-outof { font-size: 13px; color: var(--grey-light); }
.review-quote {
  font-family: var(--serif); font-size: 24px; line-height: 1.5; font-weight: 500; font-style: italic;
  margin: 0 0 18px; color: var(--slate); text-wrap: pretty;
}
.review-by {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey);
}
.rule-tiny { display: block; width: 22px; height: 1px; background: var(--blue); flex: none; }
.reviews-cta {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  margin-top: 48px; padding-top: 34px; border-top: 1px solid var(--rule);
}

/* Gallery */
.gallery-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: end; margin-bottom: 48px; }
.gallery-title { font-size: 52px; line-height: 1.06; }
.gallery-intro { font-size: 17px; line-height: 1.8; color: var(--grey); margin: 0; max-width: 34em; text-wrap: pretty; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; align-items: start; }
.gallery-item { margin: 0; }
.gallery-img-400 { height: 400px; }
.gallery-img-320 { height: 320px; }
.span-2 { grid-column: span 2; }

/* Visit us */
.visit-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.visit-heading { font-size: 38px; line-height: 1.1; margin: 0 0 20px; }
.visit-address { font-style: normal; font-size: 19px; line-height: 1.85; color: var(--slate); margin-bottom: 24px; }
.visit-tel { font-size: 19px; line-height: 1.8; margin: 0 0 28px; }
.visit-btns { gap: 16px; }

/* ==========================================================================
   13. Responsive rules for the content components
       Additive only — none of this applies at the 1440px design baseline.
   ========================================================================== */

@media (max-width: 1439px) {
  .home-hero-title { font-size: clamp(48px, 5.2vw, 74px); }
  .food-title      { font-size: clamp(44px, 4.7vw, 66px); }
  .whatson-title,
  .gallery-title   { font-size: clamp(38px, 3.9vw, 52px); }
  .about-title     { font-size: clamp(34px, 3.4vw, 46px); }
  .cta-band-title  { font-size: clamp(38px, 4vw, 54px); }
  .feature-band-title { font-size: clamp(36px, 3.7vw, 50px); }
  .visit-heading   { font-size: clamp(30px, 2.9vw, 38px); }
  .intro-statement { font-size: clamp(27px, 2.6vw, 34px); }
}

@media (max-width: 1100px) {
  /* Introduction */
  .intro-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .intro-media-tall  { height: 420px; }
  .intro-media-short { height: 200px; }

  /* Featured food: three columns to two, the third spanning */
  .food-head { grid-template-columns: minmax(0, 1fr); gap: 24px; margin-bottom: 48px; }
  .food-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-bottom: 56px; }
  .food-grid > :last-child { grid-column: span 2; }
  .food-panel-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .food-panel-cta { grid-column: span 2; }
  .food-img-470 { height: 380px; }
  .food-img-330 { height: 280px; }
  .food-img-300 { height: 300px; }

  /* Photographic bands */
  .feature-band { height: 520px; }
  .feature-band-body { right: var(--gutter); max-width: none; }
  .feature-band-scrim {
    background: linear-gradient(90deg, rgba(45,52,60,0.82) 0%, rgba(45,52,60,0.6) 60%, rgba(45,52,60,0.35) 100%);
  }
  .cta-band-img { height: 520px; }
  .cta-band-scrim {
    background: linear-gradient(90deg, rgba(45,52,60,0.86) 0%, rgba(45,52,60,0.66) 60%, rgba(45,52,60,0.4) 100%);
  }

  /* What's on, About */
  .whatson-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .about-grid   { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .about-img-340 { height: 300px; }
  .about-img-300 { height: 260px; }

  /* Reviews and gallery */
  .reviews-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .review-quote { font-size: 22px; }
  .gallery-head { grid-template-columns: minmax(0, 1fr); gap: 24px; align-items: start; margin-bottom: 36px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-item.span-2 { grid-column: span 2; }
  .gallery-img-400, .gallery-img-320 { height: 300px; }

  /* Visit us */
  .visit-grid { grid-template-columns: minmax(0, 1fr); gap: 44px; }
}

@media (max-width: 720px) {
  .home-hero-lede, .home-hero-body,
  .whatson-body, .food-intro, .about-body,
  .gallery-intro, .intro-body { max-width: none; }

  .intro-pad { padding-top: 52px; padding-bottom: 56px; }
  .food-pad  { padding-top: 52px; padding-bottom: 32px; }

  .intro-facts   { grid-template-columns: 1fr; gap: 24px; }
  .intro-media   { grid-template-columns: 1fr; }
  .intro-media-tall  { height: 320px; }
  .intro-media-short { height: 220px; }

  /* Food: single column throughout */
  .food-grid { grid-template-columns: minmax(0, 1fr); }
  .food-grid > :last-child { grid-column: auto; }
  .food-panel-stack { grid-template-columns: 1fr; }
  .food-panel-cta { grid-column: auto; }
  .food-img-470, .food-img-330, .food-img-300 { height: 280px; }
  .dish-name { font-size: 22px; }

  /* Bands become a stacked block rather than an overlay */
  .feature-band { height: auto; }
  .feature-band-img { height: 300px; }
  .feature-band-scrim { display: none; }
  .feature-band-body {
    position: static;
    background: var(--slate);
    padding: 40px var(--gutter) 44px;
  }
  .feature-band-title { font-size: 30px; }

  .cta-band-img { height: 280px; }
  .cta-band-scrim { display: none; }
  .cta-band-inner { position: static; }
  .cta-band-wrap { background: var(--slate); padding-top: 40px; padding-bottom: 44px; display: block; }
  .cta-band-title { font-size: 30px; max-width: none; }
  .cta-band-text  { font-size: 17px; max-width: none; }

  .whatson-lists { grid-template-columns: 1fr; gap: 8px; }
  .whatson-cta .btn { width: 100%; text-align: center; }

  .about-media { grid-template-columns: 1fr; }
  .about-img-340, .about-img-300 { height: 260px; }

  .reviews-score { gap: 14px; margin-bottom: 32px; }
  .reviews-rating { font-size: 44px; }
  .reviews-count { font-size: 16px; }
  .review-quote { font-size: 20px; }
  .reviews-cta { margin-top: 32px; padding-top: 26px; }

  .gallery-grid { grid-template-columns: minmax(0, 1fr); }
  .gallery-item.span-2 { grid-column: auto; }
  .gallery-img-400, .gallery-img-320 { height: 240px; }

  .visit-address { font-size: 17px; }
  .visit-tel { font-size: 17px; }
}

/* ==========================================================================
   14. Food & Drink
   ========================================================================== */
.pos-45 { object-position: 50% 45%; }
.label-mb-16 { margin-bottom: 16px; }

.fd-intro-body { margin-bottom: 30px; }

/* Category grid under the introduction */
.fd-categories {
  border-top: 1px solid var(--rule);
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 40px;
}
.fd-category {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
}

/* Featured dishes */
.fd-featured-pad { padding-top: 100px; padding-bottom: 96px; }
.fd-dishes {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
}
.fd-dish-hero { height: 520px; }
.fd-dishes-side { display: grid; gap: 40px; padding-top: 14px; }
.fd-dish-img { height: 330px; }

.fd-dish-headline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--blue);
}
.fd-dish-name-lg { font-family: var(--serif); font-size: 38px; font-weight: 600; line-height: 1.1; }
.fd-dish-price-lg {
  font-size: 15px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--blue); white-space: nowrap;
}
.fd-dish-desc { font-size: 17px; line-height: 1.8; color: var(--grey); margin: 16px 0 0; max-width: 36em; text-wrap: pretty; }

.fd-dish-row {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 20px; margin-top: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--rule);
}
.fd-dish-row-first { margin-top: 0; }
.fd-dish-name { font-family: var(--serif); font-size: 28px; font-weight: 600; line-height: 1.15; }
.fd-dish-price { font-size: 15px; font-weight: 700; color: var(--blue); white-space: nowrap; }
.fd-dish-desc-sm { font-size: 16px; line-height: 1.8; color: var(--grey); margin: 14px 0 0; text-wrap: pretty; }

.fd-feature-band { height: 600px; }
.fd-feature-band .feature-band-img { object-position: 50% 45%; }

/* Menus */
.menus-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 72px; align-items: start; }
.menus-title { font-size: 52px; line-height: 1.06; letter-spacing: -0.01em; margin: 0 0 20px; }
.menus-body { margin: 0 0 30px; max-width: 30em; }
.menus-btns { margin-bottom: 20px; }
.menus-note { font-size: 15px; line-height: 1.7; color: var(--grey-light); margin-bottom: 34px; }
.menus-sunday { margin-bottom: 0; }
.menus-sunday-title { font-family: var(--serif); font-size: 26px; font-weight: 600; line-height: 1.2; margin-bottom: 8px; }
.menus-sunday-body { font-size: 16px; line-height: 1.75; }

/* Menu extract card */
.menu-card { background: var(--sand); padding: 44px 48px; border: 1px solid var(--rule); }
.menu-card-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 20px;
  margin-bottom: 34px; padding-bottom: 16px; border-bottom: 2px solid var(--blue);
}
.menu-card-title { font-family: var(--serif); font-size: 32px; font-weight: 600; }
.menu-card-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--grey-light); white-space: nowrap;
}
.menu-list { display: grid; gap: 16px; margin-bottom: 36px; }
.menu-row {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--rule);
}
.menu-item { font-family: var(--serif); font-size: 22px; font-weight: 600; }
.menu-price { font-weight: 700; color: var(--blue); white-space: nowrap; }
.diet-tag { font-family: Karla, sans-serif; font-size: 13px; font-weight: 700; color: var(--grey-light); letter-spacing: 0.08em; }
.menu-card-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.menu-card-list { font-size: 16px; line-height: 2; color: var(--grey); }
.menu-card-foot {
  margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.menu-card-foot-note { font-size: 15px; line-height: 1.7; color: var(--grey-light); max-width: 26em; }

/* Something for everyone */
.everyone-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr); gap: 72px; align-items: start; }
.everyone-body { margin: 0; }
.everyone-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 56px; padding-top: 8px; }
.everyone-row {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--rule);
}
.everyone-name { font-family: var(--serif); font-size: 28px; font-weight: 600; }
.everyone-tag { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; color: var(--blue); }

/* --- Food & Drink responsive --- */
@media (max-width: 1439px) {
  .menus-title { font-size: clamp(38px, 3.9vw, 52px); }
  .fd-dish-name-lg { font-size: clamp(30px, 3vw, 38px); }
}

@media (max-width: 1100px) {
  .fd-featured-pad { padding-top: 72px; padding-bottom: 72px; }
  .fd-dishes { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .fd-dishes-side { padding-top: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-dish-hero { height: 420px; }
  .fd-dish-img { height: 260px; }
  .fd-feature-band { height: 520px; }
  .menus-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .menu-card { padding: 36px 32px; }
  .everyone-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
}

@media (max-width: 720px) {
  .fd-categories { grid-template-columns: 1fr; gap: 12px; }
  .fd-category { font-size: 22px; }
  .fd-dishes-side { grid-template-columns: 1fr; gap: 36px; }
  .fd-dish-hero { height: 300px; }
  .fd-dish-img { height: 240px; }
  .fd-dish-headline { flex-direction: column; gap: 6px; }
  .fd-dish-price-lg { white-space: normal; }
  .fd-dish-desc, .menu-card-foot-note { max-width: none; }
  .fd-dish-row { flex-direction: column; gap: 4px; }
  .fd-dish-name { font-size: 24px; }

  .fd-feature-band { height: auto; }
  .fd-feature-band .feature-band-img { height: 280px; }

  .menus-body { max-width: none; }
  .menu-card { padding: 28px 22px; }
  .menu-card-head { flex-direction: column; gap: 6px; margin-bottom: 26px; }
  .menu-card-title { font-size: 26px; }
  .menu-item { font-size: 19px; }
  .menu-card-cols { grid-template-columns: 1fr; gap: 24px; }
  .menu-card-foot { flex-direction: column; align-items: flex-start; gap: 14px; }

  .everyone-list { grid-template-columns: 1fr; gap: 0; }
  .everyone-name { font-size: 22px; }
  .everyone-body { max-width: none; }
}

/* ==========================================================================
   15. About
   ========================================================================== */
.pos-30 { object-position: 50% 30%; }
.head-inline-40 { margin-bottom: 40px; }

.about-hero-body { margin: 0 0 34px; max-width: 30em; }

/* The Wyndham story */
.story-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 72px; align-items: start; }
.story-statement {
  font-family: var(--serif); font-size: 44px; line-height: 1.22; font-weight: 500;
  margin: 0 0 34px; color: var(--slate); text-wrap: pretty;
}
.story-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding-top: 34px; border-top: 1px solid var(--rule); }
.story-col { font-size: 17px; line-height: 1.85; color: var(--grey); margin: 0; text-wrap: pretty; }
.story-illustration { margin-top: 44px; }
.story-img-620 { height: 620px; }
.story-aside { display: grid; gap: 32px; padding-top: 8px; }
.story-img-300 { height: 300px; }
.story-img-260 { height: 260px; }
.side-note-lg { padding: 6px 0 6px 22px; margin-bottom: 0; }
.side-note-body { font-size: 17px; line-height: 1.8; color: var(--grey); }

/* Garry, the team and Loki */
.people-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 72px; align-items: end; margin-bottom: 56px; }
.people-title { font-size: 56px; line-height: 1.04; letter-spacing: -0.01em; }
.people-intro { margin: 0 0 8px; max-width: 32em; }
.people-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.people-img-520 { height: 520px; }
.people-aside { display: grid; gap: 36px; }
.people-img-300 { height: 300px; }
.person-row {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--rule);
}
.person-row-strong { margin-top: 20px; border-bottom: 2px solid var(--blue); }
.person-name { font-family: var(--serif); font-size: 30px; font-weight: 600; }
.person-role {
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--blue); white-space: nowrap;
}

/* Food and local sourcing */
.sourcing-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.sourcing-media { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.sourcing-media-stack { display: grid; gap: 24px; padding-top: 56px; }
.sourcing-img-520 { height: 520px; }
.sourcing-img-300 { height: 300px; }
.sourcing-img-280 { height: 280px; }
.sourcing-img-220 { height: 220px; }
.sourcing-copy { padding-top: 20px; }
.sourcing-title { font-size: 48px; line-height: 1.06; margin: 0 0 22px; }
.sourcing-body { font-size: 18px; line-height: 1.8; color: var(--grey); margin: 0 0 22px; max-width: 30em; text-wrap: pretty; }
.sourcing-body-last { margin-bottom: 32px; }
.sourcing-footer { margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--rule); }

/* Part of Ilton gallery */
.gallery-intro-18 { font-size: 18px; }
.gallery-img-420 { height: 420px; }
.gallery-img-340 { height: 340px; }

/* --- About responsive --- */
@media (max-width: 1439px) {
  .story-statement { font-size: clamp(34px, 3.4vw, 44px); }
  .people-title    { font-size: clamp(40px, 4.1vw, 56px); }
  .sourcing-title  { font-size: clamp(36px, 3.6vw, 48px); }
}

@media (max-width: 1100px) {
  .story-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .story-aside { padding-top: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-aside .side-note-lg { grid-column: span 2; }
  .story-img-620 { height: 420px; }
  .story-img-300, .story-img-260 { height: 260px; }

  .people-head { grid-template-columns: minmax(0, 1fr); gap: 24px; align-items: start; margin-bottom: 40px; }
  .people-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .people-img-520 { height: 400px; }
  .people-aside { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }

  .sourcing-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .sourcing-copy { padding-top: 0; }
  .sourcing-img-520 { height: 400px; }
  .gallery-img-420 { height: 320px; }
  .gallery-img-340 { height: 300px; }
}

@media (max-width: 720px) {
  .about-hero-body, .people-intro, .sourcing-body, .gallery-intro-18 { max-width: none; }
  .story-cols { grid-template-columns: 1fr; gap: 20px; }
  .story-aside { grid-template-columns: 1fr; }
  .story-aside .side-note-lg { grid-column: auto; }
  .story-img-620 { height: 280px; }
  .story-illustration { margin-top: 32px; }

  .people-aside { grid-template-columns: 1fr; }
  .people-img-520 { height: 280px; }
  .people-img-300 { height: 260px; }
  .person-name { font-size: 24px; }
  .person-row { flex-direction: column; gap: 4px; }

  .sourcing-media { grid-template-columns: 1fr; }
  .sourcing-media-stack { padding-top: 0; }
  .sourcing-img-520 { height: 300px; }
  .sourcing-img-280, .sourcing-img-220, .sourcing-img-300 { height: 240px; }

  .gallery-img-420, .gallery-img-340 { height: 240px; }
}

/* ==========================================================================
   16. What's On
   ========================================================================== */

/* Event list — markup is held in comments in whats-on.html until the client
   supplies real events; these styles are ready for it. */
.event-list { border-top: 2px solid var(--blue); }
.event-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 200px;
  gap: 36px;
  padding: 30px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.event-date { text-align: center; border-right: 1px solid var(--rule); padding-right: 20px; }
.event-day { font-family: var(--serif); font-size: 44px; font-weight: 600; line-height: 1; color: var(--blue); }
.event-month {
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--grey-light); margin-top: 6px;
}
.event-name { font-family: var(--serif); font-size: 30px; font-weight: 600; line-height: 1.2; margin-bottom: 6px; }
.event-time { font-size: 16px; color: var(--grey); margin-bottom: 10px; }
.event-desc { font-size: 16px; line-height: 1.8; color: var(--grey); max-width: 44em; }
.event-actions { display: grid; gap: 10px; justify-items: start; }

/* Regular events */
/* Same shape as .people-head on About, but the comp uses a 64px gap here. */
.regular-head { align-items: end; gap: 64px; }
.regular-img-460 { height: 460px; }
.regular-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; margin-top: 36px; }
.regular-item {
  padding: 18px 0;
  border-top: 1px solid var(--rule);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
}
.regular-item-top { border-top: 2px solid var(--blue); }
.regular-aside { display: grid; gap: 32px; padding-top: 20px; }
.regular-img-280 { height: 280px; }

/* Community */
.community-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.community-media { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.community-media-stack { display: grid; gap: 24px; padding-top: 48px; }
.community-img-480 { height: 480px; }
.community-img-260 { height: 260px; }
.community-img-250 { height: 250px; }
.community-img-230 { height: 230px; }
.community-title { font-size: 46px; line-height: 1.06; margin: 0 0 22px; }
.community-body-last { margin-bottom: 30px; }
.community-footer { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--rule); }

/* Private hire */
.hire-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 64px; align-items: center; }
.hire-title { font-size: 46px; line-height: 1.06; margin: 0 0 20px; }
.hire-body { margin-bottom: 26px; }
.hire-img-440 { height: 440px; }

/* Come along band */
.cta-band-title-tight { margin-bottom: 14px; }
.cta-band-tel {
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--sand);
  text-decoration: none;
  margin-bottom: 30px;
  align-self: flex-start;
}
.cta-band-tel:hover { color: var(--blue-pale); }

/* --- What's On responsive --- */
@media (max-width: 1439px) {
  .community-title, .hire-title { font-size: clamp(34px, 3.4vw, 46px); }
  .cta-band-tel { font-size: clamp(30px, 3vw, 40px); }
}

@media (max-width: 1100px) {
  .event-row { grid-template-columns: 90px minmax(0, 1fr); gap: 24px; }
  .event-actions { grid-column: 2; }
  .event-day { font-size: 36px; }

  .regular-img-460 { height: 380px; }
  .regular-aside { padding-top: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .regular-item { font-size: 24px; }

  .community-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .community-img-480 { height: 380px; }

  .hire-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .hire-img-440 { height: 340px; }
}

@media (max-width: 720px) {
  .event-row { grid-template-columns: 1fr; gap: 12px; }
  .event-date {
    display: flex; align-items: baseline; gap: 10px;
    text-align: left; border-right: 0; padding-right: 0;
  }
  .event-month { margin-top: 0; }
  .event-name { font-size: 24px; }
  .event-actions { grid-column: auto; }

  .regular-img-460 { height: 280px; }
  .regular-list { grid-template-columns: 1fr; gap: 0; margin-top: 28px; }
  .regular-item { font-size: 22px; padding: 14px 0; }
  .regular-item-top + .regular-item-top { border-top-width: 1px; border-top-color: var(--rule); }
  .regular-aside { grid-template-columns: 1fr; }
  .regular-img-280 { height: 240px; }

  .community-media { grid-template-columns: 1fr; }
  .community-media-stack { padding-top: 0; }
  .community-img-480 { height: 300px; }
  .community-img-250, .community-img-230, .community-img-260 { height: 240px; }
  .community-body-last, .hire-body { max-width: none; }

  .hire-img-440 { height: 260px; }
  .cta-band-tel { font-size: 30px; margin-bottom: 22px; }
}

/* ==========================================================================
   17. Find Us
   ========================================================================== */
.pos-60 { object-position: 50% 60%; }

.findus-hero-body { margin: 0 0 32px; max-width: 30em; }

/* Large telephone display */
.tel-block { padding-top: 28px; border-top: 2px solid var(--blue); margin-bottom: 30px; }
.tel-block .eyebrow { margin-bottom: 10px; }
.tel-block-lg { padding-top: 30px; margin-bottom: 32px; }
.tel-display {
  font-family: var(--serif);
  font-size: 52px;
  line-height: 1.05;
  font-weight: 600;
  color: var(--slate);
  text-decoration: none;
  display: inline-block;
}
.tel-display:hover { color: var(--blue); }
.tel-display-lg { font-size: 58px; }

/* Address and map */
.map-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 56px; align-items: start; }
.address-heading { font-size: 40px; line-height: 1.1; margin: 0 0 22px; }
.address-block {
  font-style: normal;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.6;
  color: var(--slate);
  margin-bottom: 28px;
}
.address-note { font-size: 17px; line-height: 1.8; color: var(--grey); margin: 0 0 28px; max-width: 26em; }

.map-frame {
  position: relative;
  height: 520px;
  border: 1px solid var(--blue);
  background: var(--blue-tint);
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-frame-inner { text-align: center; padding: 0 40px; }
.map-frame-label { margin-bottom: 14px; }
.map-frame-address {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--slate);
  margin-bottom: 20px;
}
.map-frame-cta { background: transparent; }
.map-corner { position: absolute; width: 26px; height: 26px; }
.map-corner-tl { left: 20px; top: 20px; border-left: 2px solid var(--blue); border-top: 2px solid var(--blue); }
.map-corner-br { right: 20px; bottom: 20px; border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue); }

/* Opening hours */
.hours-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: 64px; align-items: start; }
.hours-title { font-size: 52px; line-height: 1.06; margin: 0 0 20px; }
.hours-body { margin-bottom: 28px; max-width: 28em; }
.hours-list { border-top: 2px solid var(--blue); }
.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}
.hours-row-last { border-bottom: 0; }
.hours-day { font-family: var(--serif); font-size: 26px; font-weight: 600; }
.hours-time { font-size: 20px; }
.hours-time-closed { color: var(--grey-light); }

/* Good to know */
.know-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 64px; align-items: start; }
.know-title { font-size: 46px; line-height: 1.06; margin: 0 0 20px; }
.know-body { margin: 0 0 28px; max-width: 30em; }
.know-img-300 { height: 300px; }
.know-list { display: grid; gap: 0; }
.know-row {
  padding: 24px 0;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
}
.know-row-top { border-top: 2px solid var(--blue); }
.know-row-last { border-bottom: 1px solid var(--rule); }
.know-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--blue);
}
.know-value { font-size: 18px; line-height: 1.8; }

/* ==========================================================================
   18. Book a Table
   ========================================================================== */
.book-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.book-heading-lg { font-size: 40px; line-height: 1.1; margin: 0 0 18px; text-wrap: pretty; }
.book-heading { font-size: 32px; line-height: 1.1; margin: 0 0 20px; }
.book-body { margin-bottom: 26px; }
.book-hours { border-top: 2px solid var(--blue); }
.book-hours-row {
  display: flex; justify-content: space-between; gap: 20px;
  padding: 13px 0; border-bottom: 1px solid var(--rule); font-size: 17px;
}
.book-hours-row-last { border-bottom: 0; }
.book-hours-day { font-weight: 600; }
.book-hours-closed { color: var(--grey); }
.book-address { font-style: normal; font-size: 18px; line-height: 1.85; color: var(--slate); margin-bottom: 22px; }

/* Why visit */
.why-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 64px; align-items: center; }
.why-title { font-size: 46px; line-height: 1.06; margin: 0 0 20px; }
.why-body { margin: 0 0 28px; }
.why-media { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.why-media-stack { display: grid; gap: 24px; }
.why-img-420 { height: 420px; }
.why-img-198 { height: 198px; }

/* --- Find Us / Book a Table responsive --- */
@media (max-width: 1439px) {
  .tel-display    { font-size: clamp(38px, 3.8vw, 52px); }
  .tel-display-lg { font-size: clamp(40px, 4.2vw, 58px); }
  .hours-title    { font-size: clamp(38px, 3.9vw, 52px); }
  .know-title, .why-title { font-size: clamp(34px, 3.4vw, 46px); }
  .address-heading, .book-heading-lg { font-size: clamp(30px, 3vw, 40px); }
  .map-frame-address { font-size: clamp(24px, 2.4vw, 32px); }
}

@media (max-width: 1100px) {
  .map-grid  { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .map-frame { height: 380px; }
  .hours-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .know-grid  { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .book-grid  { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; }
  .book-grid > :first-child { grid-column: span 2; }
  .why-grid   { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .why-img-420 { height: 340px; }
  .why-img-198 { height: 158px; }
}

@media (max-width: 720px) {
  .tel-block { padding-top: 22px; margin-bottom: 24px; }
  .address-block { font-size: 21px; }
  .address-note, .hours-body, .know-body, .why-body { max-width: none; }

  .map-frame { height: 300px; }
  .map-frame-inner { padding: 0 22px; }
  .map-frame-address { font-size: 20px; margin-bottom: 16px; }
  .map-corner { display: none; }

  .hours-row { flex-direction: column; gap: 2px; padding: 14px 0; }
  .hours-day { font-size: 21px; }
  .hours-time { font-size: 17px; }

  .know-row { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
  .know-value { font-size: 17px; }
  .know-img-300 { height: 240px; }

  .book-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .book-grid > :first-child { grid-column: auto; }
  .book-hours-row { flex-direction: column; gap: 2px; }

  .why-media { grid-template-columns: 1fr; }
  .why-img-420 { height: 280px; }
  .why-img-198 { height: 220px; }
}

/* ==========================================================================
   19. 404
   ========================================================================== */
.notfound { min-height: 46vh; }
.notfound-title { font-size: 66px; margin: 0 0 20px; }
.notfound-lede { margin: 0 0 18px; max-width: 24em; }
.notfound-body { margin: 0 0 32px; max-width: 30em; }

@media (max-width: 1439px) { .notfound-title { font-size: clamp(44px, 4.7vw, 66px); } }
@media (max-width: 720px)  { .notfound-lede, .notfound-body { max-width: none; } }

/* ==========================================================================
   20. Small phones — keep the masthead on one line
   ========================================================================== */
@media (max-width: 430px) {
  .brand-crest { height: 40px; }
  .brand { gap: 10px; }
  .brand-name { font-size: 17px; }
  .brand-place { font-size: 8px; letter-spacing: 0.18em; }
  .nav-toggle { padding: 10px 12px; font-size: 11px; gap: 8px; }
  .nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after { width: 16px; }
  .site-header .wrap { gap: 10px; }
}

/* ==========================================================================
   21. CMS-rendered events
       The What's On rows reuse the .event-* styles in section 16. The rules
       below cover the compact homepage noticeboard and the optional event
       photograph — values taken from the approved V1 comp.
   ========================================================================== */

/* Optional photograph inside a What's On event row */
.event-photo { height: 220px; margin: 4px 0 12px; max-width: 320px; }

/* Homepage noticeboard */
.home-event-list { border-top: 2px solid var(--blue); margin-bottom: 28px; }
.home-event-row {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
}
.home-event-date { text-align: center; }
.home-event-day {
  font-family: var(--serif); font-size: 32px; font-weight: 600;
  line-height: 1; color: var(--blue);
}
.home-event-month {
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--grey-light); margin-top: 4px;
}
.home-event-name {
  font-family: var(--serif); font-size: 24px; font-weight: 600;
  line-height: 1.2; margin-bottom: 4px;
}
.home-event-meta { font-size: 15px; color: var(--grey-light); }

@media (max-width: 720px) {
  .event-photo { height: 180px; max-width: none; }
  .home-event-row { grid-template-columns: 64px 1fr; gap: 16px; padding: 18px 0; }
  .home-event-day { font-size: 26px; }
  .home-event-name { font-size: 20px; }
}
