:root {
  --ink: #171916;
  --muted: #61645f;
  --paper: #f5f5f2;
  --paper-alt: #ecece8;
  --line: rgba(23, 25, 22, 0.14);
  --forest: #244438;
  --forest-dark: #1d2b26;
  --white: #fff;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, dl, dd, figure { margin-top: 0; }
h1, h2, h3 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.032em;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 112px 1fr auto;
  align-items: center;
  height: 78px;
  padding: 4px clamp(24px, 4vw, 64px);
  color: var(--white);
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(245, 245, 242, 0.97);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(12px);
}

body.menu-open .site-header {
  color: var(--white);
  background: rgba(18, 22, 19, 0.96);
}

.brand {
  position: relative;
  display: inline-flex;
  width: 86px;
  height: 62px;
  align-items: center;
  justify-content: center;
}

.brand__logo {
  position: absolute;
  inset: 0;
  width: 86px;
  height: 62px;
  object-fit: contain;
  transition: opacity 180ms ease;
}

.brand__logo--black { opacity: 0; }
.site-header.is-scrolled .brand__logo--white { opacity: 0; }
.site-header.is-scrolled .brand__logo--black { opacity: 1; }
body.menu-open .brand__logo--white { opacity: 1; }
body.menu-open .brand__logo--black { opacity: 0; }

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.5vw, 40px);
}

.primary-nav a,
.languages a,
.footer-label,
.eyebrow,
.button,
.text-link,
.visit dt {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.primary-nav a { position: relative; padding: 10px 0; }
.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}
.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav .is-current::after { transform: scaleX(1); transform-origin: left; }

.header-actions { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.languages { display: flex; gap: 12px; }
.languages a { color: rgba(255, 255, 255, 0.62); letter-spacing: 0.02em; }
.languages .is-active { color: var(--white); text-decoration: underline; text-underline-offset: 5px; }
.site-header.is-scrolled .languages a { color: rgba(23, 25, 22, 0.55); }
.site-header.is-scrolled .languages .is-active { color: var(--ink); }

.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid transparent;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button--outline { color: var(--white); border-color: rgba(255, 255, 255, 0.62); }
.button--outline:hover, .button--outline:focus-visible { color: var(--ink); background: var(--white); border-color: var(--white); }
.site-header.is-scrolled .button--outline { color: var(--ink); border-color: rgba(23, 25, 22, 0.48); }
.site-header.is-scrolled .button--outline:hover, .site-header.is-scrolled .button--outline:focus-visible { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button--solid { color: var(--ink); background: var(--white); }
.button--solid:hover, .button--solid:focus-visible { background: #e8e9e5; }
.button--forest { color: var(--white); background: var(--forest); border-color: var(--forest); }
.button--forest:hover, .button--forest:focus-visible { background: #17382d; border-color: #17382d; }
.menu-toggle { display: none; }

.section-shell { width: min(calc(100% - 48px), 1280px); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; }
.eyebrow::after { display: block; width: 30px; height: 1px; margin-top: 12px; content: ""; background: currentColor; opacity: 0.7; }
.eyebrow--light { color: rgba(255, 255, 255, 0.78); }

.restaurant-hero {
  position: relative;
  height: 410px;
  overflow: hidden;
  color: var(--white);
  background: #2a2823;
}
.restaurant-hero > img { height: 100%; object-fit: cover; object-position: center 44%; filter: saturate(0.68) brightness(0.62) contrast(0.98); }
.restaurant-hero__shade { position: absolute; inset: 0; background: rgba(10, 11, 9, 0.18); }
.restaurant-hero__content {
  position: absolute;
  inset: 0 auto 0 50%;
  display: flex;
  width: min(calc(100% - 48px), 1280px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 94px 0 42px;
  transform: translateX(-50%);
}
.restaurant-hero h1 { max-width: 920px; font-size: clamp(43px, 4.35vw, 64px); }
.restaurant-hero__content > p:not(.eyebrow) { max-width: 590px; margin: 15px 0 22px; color: rgba(255, 255, 255, 0.84); font-size: 15px; line-height: 1.6; }

.restaurant-intro { display: grid; min-height: 330px; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.restaurant-intro__title, .restaurant-intro__copy { padding: 64px clamp(28px, 4.5vw, 70px); }
.restaurant-intro__title { padding-left: 0; border-right: 1px solid var(--line); }
.restaurant-intro__copy { padding-right: 0; }
.restaurant-intro h2 { font-size: clamp(42px, 4.2vw, 62px); }
.restaurant-intro__lead { max-width: 650px; margin-bottom: 18px; color: #363a35; font-family: var(--serif); font-size: clamp(21px, 1.8vw, 27px); line-height: 1.38; }
.restaurant-intro__copy > p:last-child { max-width: 680px; margin-bottom: 0; color: var(--muted); }

.restaurant-gallery { padding-bottom: 84px; }
.section-heading { display: grid; min-height: 190px; grid-template-columns: 1fr 1fr; align-items: center; border-top: 1px solid var(--line); }
.section-heading > div { padding: 40px 50px 38px 0; }
.section-heading > p { max-width: 510px; margin: 0; padding: 40px 0 38px 50px; border-left: 1px solid var(--line); color: var(--muted); }
.section-heading h2 { font-size: clamp(38px, 3.7vw, 55px); }
.restaurant-gallery__grid { display: grid; height: 620px; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(2, 1fr); gap: 2px; background: var(--paper); }
.gallery-shot { margin: 0; overflow: hidden; background: var(--paper-alt); }
.gallery-shot img { height: 100%; object-fit: cover; filter: saturate(0.72) brightness(0.82) contrast(0.96); transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease; }
.gallery-shot:hover img { transform: scale(1.018); filter: saturate(0.78) brightness(0.86) contrast(0.97); }
.gallery-shot--wide { grid-column: 1 / span 6; grid-row: 1; }
.gallery-shot--tall { grid-column: 7 / span 6; grid-row: 1 / span 2; }
.gallery-shot:not(.gallery-shot--wide):not(.gallery-shot--tall):nth-of-type(3) { grid-column: 1 / span 3; grid-row: 2; }
.gallery-shot:not(.gallery-shot--wide):not(.gallery-shot--tall):nth-of-type(4) { grid-column: 4 / span 3; grid-row: 2; }
.gallery-shot--wide img { object-position: center 44%; }
.gallery-shot--tall img { object-position: 30% center; }

.occasions { display: grid; min-height: 400px; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--forest-dark); }
.occasions__media { min-height: 400px; overflow: hidden; }
.occasions__media img { height: 100%; object-fit: cover; filter: saturate(0.66) brightness(0.72); }
.occasions__content { display: flex; max-width: 690px; flex-direction: column; justify-content: center; padding: 58px clamp(34px, 5vw, 82px); }
.occasions h2 { max-width: 570px; font-size: clamp(39px, 4vw, 58px); }
.occasions ul { margin: 28px 0 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, 0.22); list-style: none; }
.occasions li { display: grid; grid-template-columns: 128px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.occasions li span { font-family: var(--serif); font-size: 18px; }
.occasions li small { align-self: center; color: rgba(255, 255, 255, 0.7); font-size: 12px; }

.visit { padding-block: 76px 84px; }
.section-heading--visit { border-top: 0; border-bottom: 1px solid var(--line); }
.visit__details { display: grid; margin: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.visit__details > div { min-height: 190px; padding: 30px 28px 22px; border-right: 1px solid var(--line); }
.visit__details > div:first-child { padding-left: 0; }
.visit__details > div:last-child { padding-right: 0; border-right: 0; }
.visit dt { margin-bottom: 18px; color: var(--forest); }
.visit dd { margin: 0; color: #363a35; font-family: var(--serif); font-size: 18px; line-height: 1.45; }
.visit dd + a, .visit dd a { color: inherit; }
.visit__details > div > a { display: inline-block; margin-top: 18px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 650; letter-spacing: 0.08em; text-transform: uppercase; }

.booking { display: grid; min-height: 360px; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); background: #eeeee9; }
.booking__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 58px clamp(34px, 5.4vw, 86px); }
.booking h2 { font-size: clamp(42px, 4.2vw, 62px); }
.booking__content > p:not(.eyebrow) { max-width: 550px; margin: 20px 0 26px; color: var(--muted); }
.booking__actions { display: flex; align-items: center; gap: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; }
.booking__media { min-height: 360px; overflow: hidden; }
.booking__media img { height: 100%; object-fit: cover; filter: saturate(0.72) brightness(0.78); }

.site-footer {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  gap: 36px;
  padding: 34px clamp(28px, 5.4vw, 86px);
  color: rgba(255, 255, 255, 0.72);
  background: #242624;
  font-size: 12px;
  line-height: 1.7;
}
.site-footer p { margin-bottom: 0; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--white); }
.site-footer__brand img { width: 98px; height: 70px; object-fit: contain; }
.footer-label { margin-bottom: 8px !important; color: var(--white); }
.socials { display: flex; gap: 16px; color: var(--white); font-size: 18px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 92px 1fr auto; padding-inline: 22px; }
  .primary-nav { gap: 18px; }
  .header-actions .languages { display: none; }
  .restaurant-gallery__grid { height: 560px; }
  .visit__details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visit__details > div:nth-child(2) { border-right: 0; }
  .visit__details > div:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .visit__details > div:nth-child(3) { padding-left: 0; }
}

@media (max-width: 720px) {
  .site-header { height: 68px; grid-template-columns: 74px 1fr 42px; padding: 3px 18px; }
  .brand, .brand__logo { width: 70px; height: 54px; }
  .header-actions { display: none; }
  .menu-toggle { position: relative; z-index: 2; display: flex; width: 42px; height: 42px; flex-direction: column; align-items: flex-end; justify-content: center; gap: 7px; padding: 0; border: 0; color: inherit; background: transparent; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: currentColor; transition: transform 180ms ease; }
  body.menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  body.menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { position: fixed; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; padding: 92px 30px 44px; color: var(--white); background: #1c241f; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity 180ms ease, transform 180ms ease; }
  body.menu-open .primary-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav a { font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: -0.02em; text-transform: none; }
  .primary-nav a::after { bottom: 5px; }
  .section-shell { width: min(calc(100% - 36px), 1280px); }
  .restaurant-hero { height: 430px; }
  .restaurant-hero > img { object-position: 51% center; }
  .restaurant-hero__content { width: calc(100% - 40px); justify-content: flex-end; padding: 88px 0 28px; }
  .restaurant-hero h1 { font-size: clamp(39px, 11.5vw, 51px); }
  .restaurant-hero__content > p:not(.eyebrow) { margin: 12px 0 20px; font-size: 14px; line-height: 1.5; }
  .restaurant-intro { min-height: 0; grid-template-columns: 1fr; }
  .restaurant-intro__title, .restaurant-intro__copy { padding: 42px 0; }
  .restaurant-intro__title { border-right: 0; border-bottom: 1px solid var(--line); }
  .restaurant-intro__copy { padding-top: 34px; }
  .restaurant-intro h2 { font-size: 43px; }
  .restaurant-intro__lead { font-size: 21px; }
  .restaurant-gallery { padding-bottom: 54px; }
  .section-heading { display: block; min-height: 0; padding: 40px 0 30px; }
  .section-heading > div, .section-heading > p { padding: 0; border: 0; }
  .section-heading > p { margin-top: 18px; }
  .section-heading h2 { font-size: 42px; }
  .restaurant-gallery__grid { display: grid; height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 210px 150px 150px; }
  .gallery-shot--wide { grid-column: 1 / 3; grid-row: 1; }
  .gallery-shot--tall { grid-column: 1; grid-row: 2 / 4; }
  .gallery-shot:not(.gallery-shot--wide):not(.gallery-shot--tall):nth-of-type(3) { grid-column: 2; grid-row: 2; }
  .gallery-shot:not(.gallery-shot--wide):not(.gallery-shot--tall):nth-of-type(4) { grid-column: 2; grid-row: 3; }
  .occasions { grid-template-columns: 1fr; }
  .occasions__media { min-height: 250px; }
  .occasions__content { padding: 42px 22px 46px; }
  .occasions h2 { font-size: 42px; }
  .occasions li { grid-template-columns: 96px 1fr; gap: 12px; }
  .visit { padding-block: 52px 58px; }
  .section-heading--visit { padding-top: 0; }
  .visit__details { grid-template-columns: 1fr; }
  .visit__details > div { min-height: 0; padding: 24px 0; border-right: 0; border-top: 1px solid var(--line); }
  .visit__details > div:nth-child(2), .visit__details > div:nth-child(3) { padding-left: 0; }
  .booking { grid-template-columns: 1fr; }
  .booking__content { padding: 46px 20px; }
  .booking h2 { font-size: 45px; }
  .booking__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .booking__media { min-height: 230px; order: -1; }
  .site-footer { grid-template-columns: repeat(2, 1fr); gap: 26px 20px; padding: 32px 20px; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
