@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-display.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  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: "Playfair Display";
  src: url("../fonts/playfair-display-latin.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  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: "Raleway";
  src: url("../fonts/raleway.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  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: "Raleway";
  src: url("../fonts/raleway-latin.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  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;
}

:root {
  --forest: #18392a;
  --forest-deep: #0c2419;
  --forest-soft: #2e503e;
  --olive: #717a5c;
  --olive-pale: #c8c9ae;
  --cream: #eee4d1;
  --paper: #f8f4ea;
  --paper-bright: #fffdf7;
  --terracotta: #a44f35;
  --terracotta-deep: #743521;
  --sand: #d5c3a8;
  --ink: #172019;
  --muted: #5b625a;
  --line: rgba(24, 57, 42, 0.2);
  --line-light: rgba(255, 253, 247, 0.25);
  --focus: #e1a64a;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: "Raleway", "Helvetica Neue", Arial, sans-serif;
  --shell: 82rem;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --section-space: clamp(5.25rem, 10vw, 10rem);
  --header-height: 5.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
  -webkit-text-size-adjust: 100%;
  color-scheme: light;
}

body {
  min-width: 0;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
  min-height: 60vh;
}

::selection {
  background: var(--terracotta);
  color: var(--paper-bright);
}

img,
video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
  opacity: 0.66;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: inherit;
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.04;
  text-wrap: balance;
}

h1 {
  font-size: clamp(3rem, 7.2vw, 7.6rem);
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(2.25rem, 4.7vw, 5rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: clamp(1.45rem, 2.25vw, 2.2rem);
  letter-spacing: -0.02em;
}

p {
  margin-bottom: 1.15em;
}

address {
  font-style: normal;
}

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

.skip-link {
  position: fixed;
  z-index: 5000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-180%);
  background: var(--paper-bright);
  color: var(--forest-deep);
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.section-shell {
  width: min(calc(100% - (2 * var(--gutter))), var(--shell));
  margin-inline: auto;
}

.eyebrow {
  margin-bottom: 1.35rem;
  color: var(--terracotta-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--cream);
}

.section-index {
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.95rem 1.45rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button-solid {
  border-color: var(--terracotta);
  background: var(--terracotta);
  color: var(--paper-bright);
}

.button-solid:hover {
  border-color: var(--terracotta-deep);
  background: var(--terracotta-deep);
}

.button-light {
  border-color: var(--cream);
  background: var(--cream);
  color: var(--forest-deep);
}

.button-light:hover {
  border-color: var(--paper-bright);
  background: var(--paper-bright);
}

.button-outline-light {
  border-color: rgba(255, 253, 247, 0.72);
  background: transparent;
  color: var(--paper-bright);
}

.button-outline-light:hover {
  border-color: var(--paper-bright);
  background: var(--paper-bright);
  color: var(--forest-deep);
}

.button-ghost {
  border-color: var(--line);
  background: transparent;
  color: var(--forest-deep);
}

.button-ghost:hover {
  border-color: var(--forest);
  background: rgba(24, 57, 42, 0.07);
}

.text-link {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  padding-block: 0.4rem;
  border-bottom: 1px solid currentColor;
  color: var(--forest-deep);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.text-link:hover {
  color: var(--terracotta);
}

/* Header and navigation */

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  display: grid;
  min-height: var(--header-height);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.5rem);
  padding: 0 var(--gutter);
  border-bottom: 1px solid rgba(255, 253, 247, 0.18);
  background: rgba(12, 36, 25, 0.94);
  color: var(--paper-bright);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  flex-direction: column;
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: 1.26rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.78;
  text-decoration: none;
}

.brand span:last-child {
  margin-left: 0.7rem;
  font-style: italic;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2.1rem);
}

.desktop-nav a,
.header-booking {
  position: relative;
  padding-block: 0.45rem;
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a::after,
.header-booking::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.header-booking:hover::after {
  transform: scaleX(1);
}

.header-booking {
  color: var(--cream);
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0;
  border: 1px solid rgba(255, 253, 247, 0.45);
  border-radius: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 1.25rem;
  height: 1px;
  background: currentColor;
}

.mobile-menu {
  position: fixed;
  z-index: 3500;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100dvh;
  min-height: 100svh;
  max-height: 100dvh;
  align-content: start;
  padding:
    max(1.25rem, env(safe-area-inset-top))
    max(var(--gutter), env(safe-area-inset-right))
    max(3rem, env(safe-area-inset-bottom))
    max(var(--gutter), env(safe-area-inset-left));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: var(--forest-deep);
  color: var(--paper-bright);
  animation: menu-enter 220ms ease-out both;
}

.mobile-menu-close {
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
  justify-self: stretch;
  padding: 0 0 1rem;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  background: transparent;
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mobile-menu-close span {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 400;
}

.mobile-menu nav {
  display: grid;
  padding-top: 2.2rem;
}

.mobile-menu nav > a {
  display: grid;
  min-height: 4.4rem;
  grid-template-columns: 2.4rem 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 7vw, 2.9rem);
  line-height: 1.1;
  text-decoration: none;
}

.mobile-menu nav > a > span {
  color: var(--olive-pale);
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mobile-menu nav .mobile-booking-link {
  grid-template-columns: 1fr auto;
  margin-top: 1.5rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--cream);
  background: var(--cream);
  color: var(--forest-deep);
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@keyframes menu-enter {
  from { opacity: 0; transform: translateY(-1rem); }
  to { opacity: 1; transform: translateY(0); }
}

/* Home hero */

.home-hero {
  position: relative;
  display: grid;
  min-height: max(42rem, 100svh);
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--paper-bright);
}

.home-hero-poster,
.home-hero-video,
.home-hero-shade {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-poster,
.home-hero-video {
  object-fit: cover;
  object-position: center;
}

.home-hero-video {
  z-index: -2;
}

.home-hero-shade {
  z-index: -1;
  background: rgba(7, 25, 17, 0.56);
}

.home-hero-copy {
  width: min(69rem, calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: calc(var(--header-height) + 4.25rem) 0 clamp(4.5rem, 7vh, 6.5rem);
}

.home-hero-copy h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  color: var(--paper-bright);
  font-size: clamp(3.4rem, 6.2vw, 6.8rem);
}

.home-hero-copy > p:not(.eyebrow) {
  max-width: 42rem;
  margin-bottom: 2rem;
  color: rgba(255, 253, 247, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.25rem;
}

.hero-map-link {
  display: inline-block;
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.hero-scroll {
  position: absolute;
  right: var(--gutter);
  bottom: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 253, 247, 0.8);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero-scroll i {
  display: block;
  width: 1px;
  height: 3rem;
  background: rgba(255, 253, 247, 0.6);
}

/* Home sections */

.intro-section {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) minmax(17rem, 0.72fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  padding-block: var(--section-space);
}

.intro-copy {
  max-width: 47rem;
  padding-top: 2rem;
}

.intro-copy h2 {
  margin-bottom: 2rem;
}

.intro-copy > p:not(.eyebrow) {
  max-width: 38rem;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.intro-image {
  margin: 0;
}

.intro-image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.intro-image figcaption,
.story-section figcaption {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.difference-section {
  padding-block: var(--section-space);
  background: var(--forest);
  color: var(--paper-bright);
}

.difference-heading {
  display: grid;
  grid-template-columns: 3rem minmax(0, 52rem);
  gap: clamp(2rem, 5vw, 6rem);
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.difference-heading h2 {
  max-width: 12ch;
  margin: 0;
}

.difference-heading .section-index {
  color: var(--olive-pale);
}

.difference-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
}

.difference-list article {
  min-width: 0;
  padding: 2rem clamp(1rem, 2vw, 2rem) 0;
  border-left: 1px solid var(--line-light);
}

.difference-list article:first-child {
  padding-left: 0;
  border-left: 0;
}

.difference-list article > span,
.philosophy-grid article > span {
  display: block;
  margin-bottom: clamp(3rem, 6vw, 6rem);
  color: var(--olive-pale);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.difference-list h3 {
  min-height: 2.2em;
  margin-bottom: 1rem;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.difference-list p {
  margin: 0;
  color: rgba(255, 253, 247, 0.72);
  font-size: 0.9rem;
}

.menu-preview {
  display: grid;
  grid-template-columns: 3rem repeat(11, minmax(0, 1fr));
  gap: 0 clamp(0.8rem, 1.7vw, 1.75rem);
  padding-block: var(--section-space);
}

.menu-preview > .section-index {
  grid-column: 1;
}

.menu-preview-header {
  grid-column: 2 / span 6;
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.menu-preview-header h2 {
  max-width: 12ch;
  margin-bottom: 2rem;
}

.menu-preview-media {
  display: grid;
  grid-column: 2 / span 7;
  grid-template-columns: 1.45fr 0.85fr;
  align-items: end;
  gap: clamp(0.8rem, 1.7vw, 1.75rem);
}

.menu-preview-media img:first-child {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.menu-preview-media img:last-child {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.signature-list {
  grid-column: 9 / -1;
  align-self: end;
  margin-top: 4rem;
  border-top: 1px solid var(--line);
}

.signature-list article {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.signature-number {
  color: var(--terracotta);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.signature-list article div > p {
  margin-bottom: 0.2rem;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signature-list h3 {
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
}

.signature-list small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.signature-list strong {
  white-space: nowrap;
  color: var(--forest-deep);
  font-size: 0.78rem;
}

.atmosphere-section {
  padding-block: var(--section-space);
  background: var(--cream);
}

.atmosphere-header {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.atmosphere-header h2 {
  max-width: 14ch;
  margin: 0;
}

.atmosphere-section > .gallery-grid {
  width: min(calc(100% - (2 * var(--gutter))), 96rem);
  margin-inline: auto;
}

.events-home {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) minmax(20rem, 0.8fr);
  gap: clamp(2rem, 5vw, 6rem);
  padding-block: var(--section-space);
}

.events-home-copy h2 {
  max-width: 11ch;
}

.events-home-copy > p:not(.eyebrow) {
  max-width: 38rem;
  color: var(--muted);
}

.events-home-list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.events-home-list > .text-link {
  justify-self: start;
}

.events-home-newsletter {
  align-self: start;
  padding: clamp(2rem, 4vw, 3.5rem);
  border-top: 0.38rem solid var(--terracotta);
  background: var(--forest);
  color: var(--paper-bright);
}

.events-home-newsletter h3 {
  margin-bottom: 2rem;
}

.people-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 46rem;
  background: var(--forest-deep);
  color: var(--paper-bright);
}

.people-section > img {
  width: 100%;
  height: 100%;
  min-height: 42rem;
  object-fit: cover;
  object-position: center 45%;
}

.people-section > div {
  display: grid;
  max-width: 46rem;
  align-content: center;
  justify-items: start;
  padding: var(--section-space) var(--gutter);
}

.people-section h2 {
  margin-bottom: 1.5rem;
}

.people-section > div > p:not(.eyebrow) {
  max-width: 38rem;
  margin-bottom: 2rem;
  color: rgba(255, 253, 247, 0.72);
}

.review-section {
  display: grid;
  grid-template-columns: 3rem minmax(0, 50rem);
  gap: clamp(2rem, 5vw, 6rem);
  padding-block: var(--section-space);
}

.review-section h2 {
  margin-bottom: 1.75rem;
}

.review-section > div:last-child > p:not(.eyebrow) {
  max-width: 42rem;
  margin-bottom: 2rem;
  color: var(--muted);
}

/* Shared page hero */

.page-hero {
  position: relative;
  display: grid;
  min-height: max(35rem, 72svh);
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding-top: var(--header-height);
  background: var(--forest);
  color: var(--paper-bright);
}

.page-hero-image,
.page-hero-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero-image {
  object-fit: cover;
  object-position: center;
}

.page-hero-overlay {
  z-index: -1;
  background: rgba(7, 25, 17, 0.64);
}

.page-hero-inner {
  width: min(calc(100% - (2 * var(--gutter))), var(--shell));
  margin-inline: auto;
  padding: clamp(5rem, 11vw, 9rem) 0 clamp(4rem, 8vw, 7rem);
}

.page-hero-inner h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 6.6vw, 6.8rem);
}

.page-hero .eyebrow {
  color: var(--cream);
}

.page-hero-intro {
  max-width: 46rem;
  margin: 0;
  color: rgba(255, 253, 247, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  color: rgba(255, 253, 247, 0.73);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs > span,
.breadcrumbs > span > span {
  display: inline-flex;
  gap: 0.5rem;
}

.breadcrumbs a:hover {
  color: var(--paper-bright);
}

/* Menu */

.menu-layout {
  display: grid;
  grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: start;
  padding-block: var(--section-space);
}

.menu-jump {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
  min-width: 0;
}

.menu-jump nav {
  display: grid;
  border-top: 1px solid var(--line);
}

.menu-jump nav a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.5rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.menu-jump nav a:hover {
  color: var(--terracotta-deep);
}

.menu-jump nav span {
  color: var(--terracotta);
  font-size: 0.63rem;
  letter-spacing: 0.08em;
}

.menu-source-note {
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

.menu-sections {
  min-width: 0;
}

.menu-category {
  scroll-margin-top: calc(var(--header-height) + 1.5rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.menu-category:last-child {
  padding-bottom: 0;
}

.menu-category > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid var(--forest);
}

.menu-category > header h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 4.4rem);
}

.menu-category > header .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0.75rem;
}

.menu-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(2rem, 4vw, 4rem);
}

.menu-item {
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
}

.menu-item-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 0.75rem;
  align-items: baseline;
}

.menu-item h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.35;
}

.menu-item-main > span {
  color: var(--muted);
  font-size: 0.68rem;
}

.menu-item-main > strong {
  white-space: nowrap;
  color: var(--terracotta-deep);
  font-size: 0.78rem;
}

.menu-item > p {
  max-width: 34rem;
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.menu-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.7rem;
}

.menu-tags span {
  padding: 0.28rem 0.5rem;
  border: 1px solid var(--line);
  color: var(--forest-soft);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.menu-note {
  margin-bottom: var(--section-space);
  padding: clamp(2.2rem, 5vw, 4.5rem);
  border-top: 0.4rem solid var(--terracotta);
  background: var(--cream);
}

.menu-note h2 {
  max-width: 15ch;
  margin-bottom: 1.4rem;
  font-size: clamp(2rem, 3.8vw, 4rem);
}

.menu-note > p:not(.eyebrow) {
  max-width: 50rem;
  color: var(--muted);
}

/* Gallery and lightbox */

.gallery-page {
  padding-block: var(--section-space);
}

.gallery-page-heading {
  max-width: 52rem;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.gallery-page-heading h2 {
  margin: 0;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 2.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.gallery-filters button {
  min-height: 3.2rem;
  padding: 0.75rem 1.1rem;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-filters button:hover,
.gallery-filters button.active {
  background: var(--forest);
  color: var(--paper-bright);
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: clamp(11rem, 22vw, 20rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.2vw, 1rem);
}

.gallery-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--forest);
  color: var(--paper-bright);
}

.gallery-item-1 {
  grid-column: span 7;
  grid-row: span 2;
}

.gallery-item-2 {
  grid-column: span 5;
  grid-row: span 1;
}

.gallery-item-3 {
  grid-column: span 5;
  grid-row: span 1;
}

.gallery-item-4 {
  grid-column: span 4;
  grid-row: span 1;
}

.gallery-item-5 {
  grid-column: span 8;
  grid-row: span 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.gallery-item span {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.4rem 0.55rem;
  background: rgba(12, 36, 25, 0.88);
  color: var(--paper-bright);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.gallery-item:hover img {
  transform: scale(1.025);
  opacity: 0.9;
}

.gallery-item:focus-visible {
  outline-offset: 4px;
}

.gallery-grid-compact {
  grid-auto-rows: clamp(10rem, 19vw, 17rem);
}

.lightbox {
  position: fixed;
  z-index: 4000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(7, 20, 14, 0.96);
  color: var(--paper-bright);
}

.lightbox-close {
  position: fixed;
  z-index: 1;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 253, 247, 0.55);
  border-radius: 0;
  background: var(--forest-deep);
  color: var(--paper-bright);
  font-family: var(--font-serif);
  font-size: 2rem;
}

.lightbox figure {
  display: grid;
  max-width: min(92vw, 88rem);
  max-height: 88vh;
  margin: 0;
  justify-items: center;
}

.lightbox img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}

.lightbox figcaption {
  margin-top: 0.8rem;
  color: rgba(255, 253, 247, 0.76);
  font-size: 0.78rem;
  text-align: center;
}

/* Events */

.events-list-section {
  padding-block: var(--section-space);
}

.events-list-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--line);
}

.events-list-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0.75rem;
}

.events-list-heading h2 {
  margin: 0;
}

.empty-state {
  display: grid;
  max-width: 54rem;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.75rem clamp(1.5rem, 4vw, 3.5rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border-left: 0.35rem solid var(--terracotta);
  background: var(--cream);
}

.empty-state > span {
  grid-row: 1 / 5;
  color: var(--terracotta);
  font-family: var(--font-serif);
  font-size: 3rem;
}

.empty-state h3 {
  margin-bottom: 0.5rem;
}

.empty-state > p {
  max-width: 42rem;
  color: var(--muted);
}

.empty-state .newsletter-form {
  max-width: 38rem;
}

.archive-empty {
  max-width: 54rem;
  padding: 2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.archive-empty p {
  margin: 0;
}

.event-types {
  padding-block: var(--section-space);
  background: var(--forest);
  color: var(--paper-bright);
}

.event-types h2 {
  max-width: 15ch;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.event-type-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
}

.event-type-list > span {
  display: grid;
  min-height: 4.3rem;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
}

.event-type-list > span:nth-child(odd) {
  padding-right: 2rem;
  border-right: 1px solid var(--line-light);
}

.event-type-list > span:nth-child(even) {
  padding-left: 2rem;
}

.event-type-list i {
  color: var(--olive-pale);
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.event-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.5vw, 2.5rem);
}

.event-card {
  border-bottom: 1px solid var(--line);
}

.event-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.event-card > div {
  display: grid;
  justify-items: start;
  padding: 1.4rem 0 1.8rem;
}

.event-card p,
.event-card time,
.event-card span {
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.event-card h3 {
  margin-bottom: 0.8rem;
}

.event-card a {
  margin-top: 0.85rem;
  color: var(--terracotta-deep);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.event-credits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-block: 3rem;
  padding-block: 2rem;
  border-block: 1px solid var(--line);
}

.event-credits h2,
.event-gallery h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.event-credits ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.event-gallery {
  margin-block: 3rem;
}

.event-gallery > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.event-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.event-sold-out {
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  border-left: 0.25rem solid var(--terracotta);
  background: var(--paper-deep);
  font-weight: 700;
}

.article-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
}

.article-facts span,
.article-facts strong {
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.article-facts strong {
  border-color: var(--terracotta);
  background: var(--terracotta);
  color: var(--paper-bright);
}

/* Story and reservation forms */

.story-section {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) minmax(17rem, 0.7fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  padding-block: var(--section-space);
}

.story-copy {
  padding-top: 1.5rem;
}

.story-copy h2 {
  margin-bottom: 1.75rem;
}

.story-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.reservation-section {
  display: grid;
  grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  padding-block: var(--section-space);
}

.reservation-copy {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.reservation-copy h2 {
  margin-bottom: 1.25rem;
}

.reservation-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.direct-contact {
  display: grid;
  gap: 0.55rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.direct-contact span {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.direct-contact a {
  width: fit-content;
  font-family: var(--font-serif);
  font-size: 1.2rem;
}

.lead-form {
  position: relative;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border-top: 0.38rem solid var(--terracotta);
  background: var(--cream);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem 1.5rem;
}

.field {
  display: grid;
  min-width: 0;
  gap: 0.5rem;
}

.field-wide {
  margin-top: 1.2rem;
}

.field > span,
.field > label {
  color: var(--forest-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea,
.newsletter-input-row input {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(24, 57, 42, 0.35);
  border-radius: 0;
  background: var(--paper-bright);
  color: var(--ink);
}

.field textarea {
  min-height: 8rem;
  resize: vertical;
}

.field input:hover,
.field select:hover,
.field textarea:hover,
.newsletter-input-row input:hover {
  border-color: var(--forest);
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.newsletter-input-row input:focus {
  border-color: var(--forest);
}

.consent-check {
  display: grid;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: 0.71rem;
  line-height: 1.5;
}

.consent-check input {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0.15rem 0 0;
  accent-color: var(--terracotta);
}

.consent-check a {
  color: var(--forest-deep);
}

.consent-field {
  display: grid;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: 0.71rem;
  line-height: 1.5;
}

.consent-field input {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0.15rem 0 0;
  accent-color: var(--terracotta);
}

.consent-field a {
  color: var(--forest-deep);
}

.form-submit {
  margin-top: 1.5rem;
}

.form-message {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--olive);
  background: rgba(113, 122, 92, 0.12);
  font-size: 0.78rem;
}

.form-message p:last-child,
.form-message:last-child {
  margin-bottom: 0;
}

.form-message.error {
  border-left-color: #a13b2c;
  background: rgba(161, 59, 44, 0.1);
  color: #661e14;
}

.form-message.success {
  border-left-color: var(--forest);
  background: rgba(24, 57, 42, 0.1);
  color: var(--forest-deep);
}

.newsletter-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.newsletter-form > .newsletter-input-row,
.newsletter-form > .consent-check,
.newsletter-form > .consent-field,
.newsletter-form > .form-message {
  grid-column: 1 / -1;
}

.newsletter-form > .field {
  grid-column: 1;
  grid-row: 1;
}

.newsletter-form > .field > label {
  color: var(--cream);
}

.newsletter-form > .field input {
  border-color: rgba(255, 253, 247, 0.46);
  background: transparent;
  color: inherit;
}

.newsletter-form > .form-submit {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  min-height: 3.25rem;
  margin-top: 0;
  border-color: var(--cream);
  background: var(--cream);
  color: var(--forest-deep);
}

.newsletter-form > .form-submit:hover {
  border-color: var(--paper-bright);
  background: var(--paper-bright);
}

.newsletter-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.newsletter-input-row input {
  border-color: rgba(255, 253, 247, 0.46);
  background: transparent;
  color: inherit;
}

.newsletter-input-row input::placeholder {
  color: rgba(255, 253, 247, 0.62);
}

.newsletter-input-row button {
  min-height: 3.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--cream);
  border-radius: 0;
  background: var(--cream);
  color: var(--forest-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.newsletter-form .consent-check,
.newsletter-form .consent-field {
  color: rgba(255, 253, 247, 0.72);
}

.newsletter-form .consent-field a {
  color: inherit;
}

.newsletter-form .form-message {
  color: inherit;
}

.empty-state .newsletter-input-row input {
  border-color: rgba(24, 57, 42, 0.35);
  color: var(--ink);
}

.empty-state .newsletter-input-row input::placeholder {
  color: var(--muted);
}

.empty-state .newsletter-input-row button {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--paper-bright);
}

.empty-state .newsletter-form > .field > label {
  color: var(--forest-deep);
}

.empty-state .newsletter-form > .field input {
  border-color: rgba(24, 57, 42, 0.35);
  background: var(--paper-bright);
  color: var(--ink);
}

.empty-state .newsletter-form > .form-submit {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--paper-bright);
}

.empty-state .newsletter-form > .form-submit:hover {
  border-color: var(--forest-deep);
  background: var(--forest-deep);
}

.empty-state .newsletter-form .consent-check,
.empty-state .newsletter-form .consent-field {
  color: var(--muted);
}

.empty-state .newsletter-form .consent-field a {
  color: var(--forest-deep);
}

.faq-section {
  padding-block: 0 var(--section-space);
}

.faq-section h2 {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.faq-list {
  max-width: 62rem;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 1.45rem 3rem 1.45rem 0;
  color: var(--forest-deep);
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  color: var(--terracotta);
  content: "+";
  font-family: var(--font-sans);
  font-size: 1.5rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 48rem;
  padding: 0 3rem 1.5rem 0;
  color: var(--muted);
}

/* About */

.story-section figure {
  margin: 0;
}

.story-section figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.philosophy-section {
  padding-block: var(--section-space);
  background: var(--terracotta-deep);
  color: var(--paper-bright);
}

.philosophy-section h2 {
  max-width: 16ch;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(3rem, 7vw, 6rem);
  border-top: 1px solid var(--line-light);
}

.philosophy-grid article {
  padding: 1.8rem clamp(1rem, 2.5vw, 2.5rem) 0;
  border-left: 1px solid var(--line-light);
}

.philosophy-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.philosophy-grid article > span {
  margin-bottom: clamp(3rem, 6vw, 6rem);
  color: var(--cream);
}

.philosophy-grid h3 {
  margin-bottom: 0.8rem;
}

.philosophy-grid p {
  color: rgba(255, 253, 247, 0.75);
}

.space-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  padding-block: var(--section-space);
}

.space-section > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.space-section h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 3.8vw, 4rem);
}

.space-section > div > p:not(.eyebrow) {
  color: var(--muted);
}

.community-section {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) minmax(17rem, 0.65fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  padding-block: 0 var(--section-space);
}

.community-section h2 {
  margin-bottom: 1.5rem;
}

.community-section > div > p:not(.eyebrow) {
  color: var(--muted);
}

.community-section > img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.about-cta {
  padding: var(--section-space) var(--gutter);
  background: var(--forest);
  color: var(--paper-bright);
}

.about-cta > div {
  width: min(100%, var(--shell));
  margin-inline: auto;
}

.about-cta h2 {
  max-width: 14ch;
  margin-bottom: 2rem;
}

/* News */

.news-page {
  padding-block: var(--section-space);
}

.archive-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem 2rem;
  align-items: start;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  padding: 1.15rem 1.25rem;
  border-top: 2px solid var(--terracotta);
  border-bottom: 1px solid var(--line);
  background: rgba(164, 79, 53, 0.07);
}

.archive-banner strong {
  color: var(--terracotta-deep);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.archive-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.news-heading {
  max-width: 55rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.news-heading h2 {
  margin: 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 4vw, 4rem);
}

.news-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

.news-card-featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  align-items: center;
}

.news-card > a {
  display: block;
  overflow: hidden;
}

.news-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 400ms ease;
}

.news-card > a:hover img {
  transform: scale(1.02);
}

.news-card > div > p:first-child {
  margin-bottom: 0.8rem;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.news-card > div > p:first-child span {
  color: var(--terracotta-deep);
  font-weight: 800;
}

.news-card h3 {
  margin-bottom: 1rem;
}

.news-card h3 a {
  text-decoration: none;
}

.news-card h3 a:hover {
  color: var(--terracotta-deep);
}

.news-card > div > p:not(:first-child) {
  color: var(--muted);
  font-size: 0.88rem;
}

.news-newsletter {
  padding-block: var(--section-space);
  background: var(--forest);
  color: var(--paper-bright);
}

.news-newsletter > .section-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.75fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.news-newsletter h2 {
  max-width: 12ch;
  margin: 0;
}

.article-page,
.prose-page,
.legal-page {
  max-width: 58rem;
  padding-block: var(--section-space);
}

.article-page .archive-banner {
  width: 100%;
}

.article-lead,
.prose-page > p:first-of-type,
.legal-page > p:first-of-type {
  color: var(--forest-deep);
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  line-height: 1.35;
}

.article-page > p:not(.article-lead),
.prose-page > p,
.legal-page > p,
.legal-page li {
  color: var(--muted);
}

.prose-page > p,
.legal-page > p,
.legal-page li {
  font-size: 1.03rem;
}

.article-page .text-link,
.prose-page .button {
  margin-top: 1.5rem;
}

.legal-page h2,
.legal-page h3 {
  margin-top: 2.5rem;
}

.legal-page ul,
.legal-page ol {
  padding-left: 1.25rem;
}

.legal-callout,
.policy-note {
  margin-block: 2rem;
  padding: 1.25rem 1.5rem;
  border-left: 0.3rem solid var(--terracotta);
  background: var(--cream);
}

.legal-callout strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--terracotta-deep);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-callout p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.legal-updated {
  margin: 2.5rem 0 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.69rem !important;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-page > section {
  scroll-margin-top: calc(var(--header-height) + 2rem);
  padding-block: 0.6rem 1.8rem;
}

.legal-page > section + section {
  padding-top: 1.8rem;
  border-top: 1px solid var(--line);
}

.legal-page a {
  color: var(--terracotta-deep);
  font-weight: 700;
}

.legal-table-wrap {
  max-width: 100%;
  margin: 1.5rem 0;
  overflow-x: auto;
  border: 1px solid var(--line);
}

.legal-table-wrap table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  background: var(--paper-bright);
  font-size: 0.78rem;
}

.legal-table-wrap caption {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
}

.legal-table-wrap th,
.legal-table-wrap td {
  padding: 0.9rem 1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-table-wrap th {
  background: var(--forest);
  color: var(--paper-bright);
  font-size: 0.65rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.legal-table-wrap th:last-child,
.legal-table-wrap td:last-child {
  border-right: 0;
}

.legal-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.legal-table-wrap code {
  color: var(--forest-deep);
  font-size: 0.75rem;
  font-weight: 750;
}

.legal-definitions {
  display: grid;
  margin: 1.5rem 0 2rem;
  border-top: 1px solid var(--line);
}

.legal-definitions > div {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.legal-definitions dt {
  color: var(--forest-deep);
  font-family: var(--font-serif);
  font-size: 1.2rem;
}

.legal-definitions dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.team-grid article {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.team-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.team-grid h3 {
  margin: 0.9rem 0 0.25rem;
  font-size: 1.25rem;
}

.team-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

/* Contact */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.85fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  padding-block: var(--section-space);
}

.contact-details h2 {
  margin-bottom: 2.5rem;
}

.contact-row {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-top: 1px solid var(--line);
}

.contact-row:last-child {
  border-bottom: 1px solid var(--line);
}

.contact-row > span {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-row a {
  width: fit-content;
  color: var(--forest-deep);
  font-weight: 650;
}

.contact-row > p {
  grid-column: 2 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.contact-row > .business-hours {
  grid-column: 2 / -1;
}

.business-hours p {
  margin: 0;
}

.business-hours dl {
  display: grid;
  gap: 0.35rem;
  margin: 0;
}

.business-hours dl > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}

.business-hours dt,
.business-hours dd {
  margin: 0;
}

.business-hours > strong {
  display: block;
  margin: 0.9rem 0 0.35rem;
}

.map-card {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
  background: var(--forest);
  color: var(--paper-bright);
}

.map-card-media,
.map-card-media > img,
.map-card-media > iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.map-card-media {
  background: var(--forest-deep);
  overflow: hidden;
}

.map-card-media > img {
  display: block;
  object-fit: cover;
}

.map-card-media > iframe {
  display: block;
  border: 0;
}

.map-card-content {
  padding: clamp(1.5rem, 4vw, 3rem);
}

.map-card h3 {
  margin-bottom: 1rem;
}

.map-card-content > p:not(.eyebrow) {
  color: rgba(255, 253, 247, 0.72);
  font-size: 0.85rem;
}

.map-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* Footer and mobile actions */

.site-footer {
  padding: var(--section-space) var(--gutter) 2rem;
  background: var(--forest-deep);
  color: var(--paper-bright);
}

.footer-lead {
  display: flex;
  width: min(100%, var(--shell));
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  border-bottom: 1px solid var(--line-light);
}

.footer-lead h2 {
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 7rem);
}

.circle-link {
  display: grid;
  width: clamp(8rem, 12vw, 11rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 253, 247, 0.5);
  border-radius: 50%;
  color: var(--cream);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.circle-link:hover {
  background: var(--cream);
  color: var(--forest-deep);
}

.footer-grid {
  display: grid;
  width: min(100%, var(--shell));
  grid-template-columns: minmax(14rem, 1.35fr) repeat(3, minmax(10rem, 0.65fr));
  gap: clamp(2rem, 5vw, 5rem);
  margin-inline: auto;
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.footer-brand-column img {
  width: min(100%, 15rem);
  height: auto;
  margin-bottom: 1.4rem;
  mix-blend-mode: screen;
}

.footer-brand-column p {
  max-width: 25rem;
  color: rgba(255, 253, 247, 0.68);
  font-size: 0.83rem;
}

.footer-grid h3 {
  margin-bottom: 1.25rem;
  color: var(--olive-pale);
  font-family: var(--font-sans);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand-column),
.footer-grid > nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}

.footer-grid a,
.footer-grid address {
  color: rgba(255, 253, 247, 0.82);
  font-size: 0.78rem;
}

.footer-grid a:hover {
  color: var(--paper-bright);
}

.footer-note {
  color: rgba(255, 253, 247, 0.55);
  font-size: 0.68rem;
}

.footer-note .business-hours dl > div {
  justify-content: flex-start;
}

.footer-bottom {
  display: flex;
  width: min(100%, var(--shell));
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-inline: auto;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 253, 247, 0.56);
  font-size: 0.65rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom a {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.mobile-actions {
  display: none;
}

/* Utility states and future legal/error pages */

.not-found,
.error-page,
.status-page {
  display: grid;
  min-height: 75svh;
  place-content: center;
  justify-items: start;
  padding: calc(var(--header-height) + var(--section-space)) var(--gutter) var(--section-space);
  background: var(--cream);
}

.not-found > *,
.error-page > *,
.status-page > * {
  max-width: 48rem;
}

.not-found h1,
.error-page h1,
.status-page h1 {
  margin-bottom: 1.5rem;
}

.status-page > p:not(.eyebrow) {
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Large tablet */

@media (max-width: 70rem) {
  :root {
    --header-height: 4.75rem;
  }

  .desktop-nav,
  .header-booking {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: flex;
  }

  .intro-section,
  .story-section {
    grid-template-columns: 2.5rem minmax(0, 1fr) minmax(15rem, 0.65fr);
    gap: 2rem;
  }

  .difference-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .difference-list article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .difference-list article:nth-child(n + 3) {
    margin-top: 3rem;
  }

  .menu-preview {
    grid-template-columns: 2.5rem repeat(9, minmax(0, 1fr));
  }

  .menu-preview-header {
    grid-column: 2 / span 7;
  }

  .menu-preview-media {
    grid-column: 2 / span 6;
  }

  .signature-list {
    grid-column: 8 / -1;
  }

  .atmosphere-header,
  .events-home,
  .review-section,
  .community-section {
    gap: 2rem;
  }

  .menu-layout {
    grid-template-columns: 13rem minmax(0, 1fr);
    gap: 3rem;
  }

  .menu-items {
    grid-template-columns: 1fr;
  }

  .event-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    gap: 3rem;
  }

  .footer-grid {
    grid-template-columns: minmax(15rem, 1.2fr) repeat(3, minmax(8rem, 0.6fr));
    gap: 2rem;
  }
}

/* Tablet */

@media (max-width: 56rem) {
  :root {
    --section-space: clamp(4.5rem, 12vw, 7rem);
  }

  .home-hero-copy {
    width: min(100% - (2 * var(--gutter)), 50rem);
  }

  .hero-scroll {
    display: none;
  }

  .intro-section,
  .story-section,
  .community-section {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .intro-image,
  .story-section figure,
  .community-section > img {
    grid-column: 2;
    width: min(100%, 31rem);
    justify-self: end;
  }

  .difference-heading,
  .review-section {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .menu-preview {
    grid-template-columns: 2rem repeat(7, minmax(0, 1fr));
  }

  .menu-preview-header {
    grid-column: 2 / -1;
  }

  .menu-preview-media {
    grid-column: 2 / span 4;
  }

  .signature-list {
    grid-column: 6 / -1;
  }

  .atmosphere-header {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .atmosphere-header .text-link {
    grid-column: 2;
    justify-self: start;
  }

  .events-home {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .events-home-newsletter {
    grid-column: 2;
  }

  .people-section {
    grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr);
    min-height: 38rem;
  }

  .people-section > img {
    min-height: 38rem;
  }

  .menu-layout {
    display: block;
  }

  .menu-jump {
    position: relative;
    z-index: 2;
    top: auto;
    margin-bottom: 4rem;
  }

  .menu-jump nav {
    display: flex;
    max-width: 100%;
    gap: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .menu-jump nav a {
    flex: 0 0 auto;
    grid-template-columns: auto 1fr;
    padding: 0.85rem 1rem;
    border-right: 1px solid var(--line);
    white-space: nowrap;
  }

  .menu-source-note {
    max-width: 40rem;
  }

  .gallery-grid {
    grid-auto-rows: clamp(11rem, 28vw, 16rem);
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .gallery-item-1 { grid-column: span 4; }
  .gallery-item-2 { grid-column: span 2; }
  .gallery-item-3 { grid-column: span 2; }
  .gallery-item-4 { grid-column: span 3; }
  .gallery-item-5 { grid-column: span 3; }

  .reservation-section {
    grid-template-columns: 1fr;
  }

  .reservation-copy {
    position: static;
    max-width: 45rem;
  }

  .space-section {
    grid-template-columns: 1fr;
  }

  .space-section > img {
    max-height: 36rem;
  }

  .news-card,
  .news-card-featured {
    grid-template-columns: 1fr;
  }

  .news-card-featured {
    grid-column: auto;
  }

  .news-newsletter > .section-shell {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .map-card {
    position: static;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand-column {
    grid-column: 1 / -1;
  }
}

/* Mobile */

@media (max-width: 42rem) {
  :root {
    --gutter: 1.25rem;
    --header-height: 4.4rem;
  }

  body {
    padding-bottom: calc(4rem + env(safe-area-inset-bottom));
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2.15rem, 10vw, 3.6rem);
  }

  .site-header {
    padding-inline: var(--gutter);
  }

  .brand {
    font-size: 1.1rem;
  }

  .menu-toggle {
    width: 2.8rem;
    height: 2.8rem;
  }

  .mobile-menu nav > a {
    min-height: 4rem;
  }

  .home-hero {
    min-height: max(39rem, 100svh);
  }

  .home-hero-copy {
    width: calc(100% - (2 * var(--gutter)));
    padding: calc(var(--header-height) + 5rem) 0 4.5rem;
  }

  .home-hero-copy h1 {
    max-width: 11ch;
    margin-bottom: 1rem;
  }

  .home-hero-copy > p:not(.eyebrow) {
    font-size: 0.94rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-actions .button {
    padding-inline: 0.65rem;
    font-size: 0.67rem;
  }

  .intro-section,
  .difference-heading,
  .menu-preview,
  .atmosphere-header,
  .events-home,
  .review-section,
  .story-section,
  .community-section {
    display: block;
  }

  .section-index {
    margin-bottom: 2rem;
  }

  .intro-copy,
  .story-copy {
    padding-top: 0;
  }

  .intro-image,
  .story-section figure,
  .community-section > img {
    width: 100%;
    margin-top: 3rem;
  }

  .difference-list {
    display: block;
  }

  .difference-list article,
  .difference-list article:first-child,
  .difference-list article:nth-child(3) {
    margin: 0;
    padding: 1.6rem 0;
    border: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .difference-list article > span {
    margin-bottom: 1rem;
  }

  .difference-list h3 {
    min-height: 0;
  }

  .menu-preview-header {
    padding-bottom: 3rem;
  }

  .menu-preview-media {
    grid-template-columns: 1.25fr 0.75fr;
  }

  .signature-list {
    margin-top: 3rem;
  }

  .signature-list article {
    grid-template-columns: 1.6rem minmax(0, 1fr) auto;
  }

  .atmosphere-header .text-link {
    margin-top: 0.5rem;
  }

  .events-home-newsletter {
    margin-top: 3rem;
    padding: 1.5rem;
  }

  .people-section {
    display: block;
    min-height: 0;
  }

  .people-section > img {
    width: 100%;
    height: 30rem;
    min-height: 0;
  }

  .people-section > div {
    padding: 4.5rem var(--gutter);
  }

  .page-hero {
    min-height: max(34rem, 74svh);
  }

  .page-hero-inner {
    padding-bottom: 3.5rem;
  }

  .page-hero-inner h1 {
    max-width: 12ch;
  }

  .breadcrumbs {
    margin-bottom: 3rem;
    font-size: 0.6rem;
  }

  .menu-layout {
    width: 100%;
    padding-block: 4.5rem;
  }

  .menu-jump,
  .menu-sections {
    width: calc(100% - (2 * var(--gutter)));
    margin-inline: auto;
  }

  .menu-jump {
    width: 100%;
    margin-bottom: 3rem;
  }

  .menu-jump > .eyebrow,
  .menu-source-note {
    width: calc(100% - (2 * var(--gutter)));
    margin-inline: auto;
  }

  .menu-jump nav {
    padding-inline: var(--gutter);
  }

  .menu-category > header h2 {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }

  .menu-item-main {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .menu-item-main > span {
    grid-column: 1;
    grid-row: 2;
  }

  .menu-item-main > strong {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .menu-note {
    width: calc(100% - (2 * var(--gutter)));
    padding: 1.5rem;
  }

  .gallery-filters {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
  }

  .gallery-filters button {
    flex: 0 0 auto;
  }

  .gallery-grid,
  .gallery-grid-compact {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }

  .gallery-item-1,
  .gallery-item-2,
  .gallery-item-3,
  .gallery-item-4,
  .gallery-item-5 {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item {
    aspect-ratio: 4 / 3;
  }

  .gallery-item:nth-child(3n + 1) {
    aspect-ratio: 3 / 4;
  }

  .empty-state {
    display: block;
    padding: 1.5rem;
  }

  .empty-state > span {
    display: block;
    margin-bottom: 1rem;
  }

  .event-type-list,
  .event-cards {
    grid-template-columns: 1fr;
  }

  .event-credits,
  .event-gallery > div {
    grid-template-columns: 1fr;
  }

  .event-type-list > span:nth-child(odd),
  .event-type-list > span:nth-child(even) {
    padding-inline: 0;
    border-right: 0;
  }

  .event-type-list > span {
    grid-template-columns: 2.5rem 1fr;
  }

  .philosophy-grid {
    grid-template-columns: 1fr;
  }

  .philosophy-grid article > span {
    margin-bottom: 2rem;
  }

  .philosophy-grid article,
  .philosophy-grid article:first-child {
    padding: 1.5rem 0;
    border: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .lead-form {
    padding: 1.4rem;
  }

  .newsletter-input-row {
    grid-template-columns: 1fr;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .newsletter-form > .field,
  .newsletter-form > .form-submit {
    grid-column: 1;
  }

  .newsletter-form > .field {
    grid-row: 1;
  }

  .newsletter-form > .form-submit {
    grid-row: 2;
    width: 100%;
  }

  .newsletter-form > .consent-field {
    grid-row: 3;
  }

  .newsletter-input-row button {
    min-height: 3rem;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card,
  .news-card-featured {
    grid-template-columns: 1fr;
  }

  .archive-banner {
    grid-template-columns: 1fr;
  }

  .contact-row {
    grid-template-columns: 5.4rem minmax(0, 1fr);
  }

  .contact-row > a:last-child:not(:nth-child(2)) {
    grid-column: 2;
  }

  .contact-row > p {
    grid-column: 2;
  }

  .legal-definitions > div {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-inline: var(--gutter);
  }

  .footer-lead {
    display: block;
  }

  .footer-lead h2 {
    margin-bottom: 2rem;
  }

  .circle-link {
    width: 8rem;
  }

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

  .footer-brand-column {
    grid-column: auto;
  }

  .footer-bottom {
    display: grid;
    justify-content: start;
  }

  .mobile-actions {
    position: fixed;
    z-index: 900;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid rgba(255, 253, 247, 0.22);
    background: var(--forest-deep);
    color: var(--paper-bright);
  }

  .mobile-actions a {
    display: grid;
    min-height: 4rem;
    place-items: center;
    border-right: 1px solid rgba(255, 253, 247, 0.2);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-actions a:first-child {
    background: var(--terracotta);
  }

  .mobile-actions a:last-child {
    border-right: 0;
  }
}

@media (max-width: 23.75rem) {
  :root {
    --gutter: 1rem;
  }

  body {
    font-size: 0.96rem;
  }

  .home-hero-copy h1,
  .page-hero-inner h1 {
    font-size: clamp(2.55rem, 13vw, 3.2rem);
  }

  .eyebrow {
    letter-spacing: 0.13em;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .signature-list article {
    grid-template-columns: 1.35rem minmax(0, 1fr);
  }

  .signature-list strong {
    grid-column: 2;
  }

  .contact-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .contact-row > p,
  .contact-row > a:last-child:not(:nth-child(2)) {
    grid-column: 1;
  }

  .status-actions {
    display: grid;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .home-hero-video {
    display: none;
  }
}

@media print {
  :root {
    --paper: #fff;
    --ink: #000;
  }

  body {
    padding: 0;
    background: #fff;
    color: #000;
    font-size: 10pt;
  }

  .site-header,
  .site-footer,
  .mobile-actions,
  .home-hero-video,
  .hero-scroll,
  .gallery-filters,
  .lightbox,
  .button,
  .newsletter-form,
  .lead-form {
    display: none !important;
  }

  .home-hero,
  .page-hero,
  .difference-section,
  .event-types,
  .philosophy-section,
  .about-cta,
  .news-newsletter,
  .people-section {
    min-height: 0;
    padding: 1.5rem 0;
    background: #fff !important;
    color: #000 !important;
  }

  .home-hero-poster,
  .home-hero-shade,
  .page-hero-image,
  .page-hero-overlay {
    display: none !important;
  }

  .home-hero-copy,
  .page-hero-inner,
  .section-shell {
    width: 100%;
    padding-block: 1.5rem;
  }

  .menu-layout,
  .menu-items,
  .news-grid,
  .event-cards {
    display: block;
  }

  .menu-jump {
    display: none;
  }

  .menu-category,
  .menu-item,
  .news-card,
  .event-card {
    break-inside: avoid;
  }

  a {
    color: #000;
  }
}

/* WordPress integration and progressive-enhancement states */

[hidden] {
  display: none !important;
}

html.has-modal-open,
body.has-modal-open {
  overflow: hidden;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
  z-index: 100000;
  top: 0.75rem;
  left: 0.75rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto !important;
  overflow: visible;
  background: var(--paper-bright);
  color: var(--forest-deep);
  font-weight: 800;
  text-decoration: none;
}

body.admin-bar .site-header {
  top: 32px;
}

body.admin-bar .mobile-menu,
body.admin-bar .lightbox {
  top: 32px;
}

body.admin-bar .mobile-menu {
  height: calc(100dvh - 32px);
  min-height: 0;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.custom-logo {
  width: auto;
  max-width: min(10rem, 28vw);
  max-height: 3.75rem;
  object-fit: contain;
}

.desktop-nav ul,
.desktop-nav .menu,
.mobile-menu nav ul,
.mobile-menu nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.desktop-nav ul,
.desktop-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2.1rem);
}

.desktop-nav li,
.mobile-menu nav li {
  margin: 0;
}

.desktop-nav .current-menu-item > a::after,
.desktop-nav .current-menu-ancestor > a::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.mobile-menu nav > ul,
.mobile-menu nav > .menu {
  display: grid;
}

.mobile-menu nav li > a {
  display: grid;
  min-height: 4.4rem;
  align-items: center;
  padding-block: 0.8rem;
  border-bottom: 1px solid var(--line-light);
  color: inherit;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 7vw, 2.9rem);
  line-height: 1.1;
  text-decoration: none;
}

.mobile-menu nav .current-menu-item > a,
.mobile-menu nav a[aria-current="page"] {
  color: var(--olive-pale);
}

.mobile-menu.is-open {
  display: grid;
}

.gallery-item[hidden],
[data-gallery-item][hidden] {
  display: none !important;
}

.gallery-filters button[aria-pressed="true"] {
  background: var(--forest);
  color: var(--paper-bright);
}

.lightbox[aria-hidden="false"] {
  display: grid;
}

.lightbox [data-lightbox-image] {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}

.form-message:empty {
  display: none;
}

.form-message[tabindex="-1"]:focus {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.form-message.is-error,
.form-message[aria-live="assertive"] {
  border-left-color: #a13b2c;
  background: rgba(161, 59, 44, 0.1);
  color: #661e14;
}

.form-message.is-success {
  border-left-color: var(--forest);
  background: rgba(24, 57, 42, 0.1);
  color: var(--forest-deep);
}

form[aria-busy="true"] {
  cursor: progress;
}

form[aria-busy="true"] button[type="submit"] {
  opacity: 0.62;
}

.entry-content,
.wp-block-post-content {
  overflow-wrap: break-word;
}

.entry-content > :where(p, ul, ol, blockquote, pre, table),
.wp-block-post-content > :where(p, ul, ol, blockquote, pre, table) {
  max-width: 760px;
  margin-inline: auto;
}

.alignwide,
.wp-block-post-content > .alignwide {
  width: min(100%, var(--shell));
  max-width: var(--shell);
  margin-inline: auto;
}

.alignfull,
.wp-block-post-content > .alignfull {
  width: 100%;
  max-width: none;
}

.wp-caption,
.wp-block-image,
.wp-block-video,
.wp-block-embed {
  max-width: 100%;
}

.wp-caption-text,
.wp-element-caption {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.navigation.pagination .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: space-between;
  align-items: center;
}

.navigation.pagination a,
.navigation.pagination .current {
  display: inline-grid;
  min-width: 2.75rem;
  min-height: 2.75rem;
  place-items: center;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--line);
  text-decoration: none;
}

.navigation.pagination .current {
  background: var(--forest);
  color: var(--paper-bright);
}

@media (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar .mobile-menu,
  body.admin-bar .lightbox {
    top: 46px;
  }
}

@media (max-width: 672px) {
  .desktop-nav ul,
  .desktop-nav .menu {
    display: none;
  }

  .custom-logo {
    max-height: 3rem;
  }
}

/* Premium editorial refinement */

:root {
  --shell: 80rem;
  --gutter: clamp(1.25rem, 3.5vw, 4rem);
  --section-space: clamp(4.25rem, 7vw, 7rem);
  --header-height: 5rem;
  --paper-deep: #f1eadc;
  --shadow-soft: 0 1.1rem 3.2rem rgba(12, 36, 25, 0.09);
  --shadow-card: 0 0.7rem 2.1rem rgba(12, 36, 25, 0.08);
  --ease-editorial: cubic-bezier(0.22, 1, 0.36, 1);
}

body {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.72), transparent 28rem),
    var(--paper);
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--terracotta-deep);
  font-size: 0.69rem;
  letter-spacing: 0.15em;
}

.section-index {
  color: var(--terracotta-deep);
  font-size: 0.68rem;
}

.button {
  min-height: 3.05rem;
  padding: 0.84rem 1.25rem;
  border-radius: 2px;
  font-size: 0.72rem;
  letter-spacing: 0.075em;
  transition:
    transform 180ms var(--ease-editorial),
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button-solid {
  border-color: var(--terracotta-deep);
  background: var(--terracotta-deep);
}

.button-solid:hover {
  border-color: #592719;
  background: #592719;
  box-shadow: 0 0.65rem 1.4rem rgba(116, 53, 33, 0.16);
}

.button:active {
  transform: translateY(0);
  box-shadow: none;
}

.text-link {
  letter-spacing: 0.075em;
}

.text-link:hover {
  color: var(--terracotta-deep);
}

.site-header {
  min-height: var(--header-height);
  grid-template-columns: minmax(7.5rem, auto) minmax(0, 1fr) auto;
  gap: clamp(1.1rem, 2.4vw, 2.75rem);
  padding-inline: var(--gutter);
  border-bottom-color: rgba(255, 253, 247, 0.14);
  background: #26552e;
  box-shadow: 0 0.45rem 1.7rem rgba(7, 20, 14, 0.13);
  backdrop-filter: blur(18px) saturate(125%);
}

.brand {
  line-height: 0.84;
}

.brand.custom-logo-link {
  min-width: 0;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  background: #26552e;
  line-height: 1;
}

.custom-logo {
  display: block;
  width: auto;
  max-width: 8.4rem;
  height: auto;
  max-height: calc(var(--header-height) - 0.55rem);
  object-fit: contain;
  object-position: left center;
  -webkit-clip-path: inset(2.25% 1.25%);
  clip-path: inset(2.25% 1.25%);
}

.desktop-nav {
  min-width: 0;
  gap: clamp(0.85rem, 1.6vw, 1.75rem);
}

.desktop-nav a,
.header-booking {
  font-size: 0.67rem;
  letter-spacing: 0.095em;
}

.desktop-nav a {
  color: rgba(255, 253, 247, 0.86);
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--paper-bright);
}

.header-booking {
  padding: 0.68rem 0.85rem;
  border: 1px solid rgba(238, 228, 209, 0.62);
  border-radius: 2px;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-booking::after {
  display: none;
}

.header-booking:hover {
  border-color: var(--cream);
  background: var(--cream);
  color: var(--forest-deep);
}

.menu-toggle {
  min-width: 3rem;
  min-height: 3rem;
  border-color: rgba(255, 253, 247, 0.36);
  border-radius: 2px;
  background: rgba(255, 253, 247, 0.035);
  touch-action: manipulation;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.menu-toggle:hover {
  border-color: rgba(255, 253, 247, 0.72);
  background: rgba(255, 253, 247, 0.08);
}

.mobile-menu {
  z-index: 3500;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  max-height: 100dvh;
  padding:
    max(1.1rem, env(safe-area-inset-top))
    max(var(--gutter), env(safe-area-inset-right))
    max(2rem, env(safe-area-inset-bottom))
    max(var(--gutter), env(safe-area-inset-left));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(circle at 100% 0, rgba(113, 122, 92, 0.18), transparent 36rem),
    var(--forest-deep);
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.mobile-menu-close {
  min-height: 3.25rem;
  touch-action: manipulation;
}

.mobile-menu nav > a,
.mobile-menu nav li > a {
  min-height: 4rem;
}

.home-hero {
  min-height: max(38rem, 90svh);
}

.home-hero-shade {
  background: linear-gradient(
    180deg,
    rgba(7, 20, 14, 0.24) 0%,
    rgba(7, 20, 14, 0.42) 48%,
    rgba(7, 20, 14, 0.88) 100%
  );
}

.home-hero-copy {
  width: min(64rem, calc(100% - (2 * var(--gutter))));
  padding: calc(var(--header-height) + 3.25rem) 0 clamp(3.5rem, 6vh, 5.25rem);
}

.home-hero-copy h1 {
  margin-bottom: 1.15rem;
  font-size: clamp(3.35rem, 6vw, 6.3rem);
  letter-spacing: -0.045em;
  text-shadow: 0 0.12em 0.55em rgba(7, 20, 14, 0.18);
}

.home-hero-copy > p:not(.eyebrow) {
  max-width: 39rem;
  margin-bottom: 1.65rem;
  color: rgba(255, 253, 247, 0.9);
}

.hero-actions {
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.page-hero {
  min-height: max(31rem, 64svh);
}

.page-hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(7, 20, 14, 0.28) 0%,
    rgba(7, 20, 14, 0.52) 52%,
    rgba(7, 20, 14, 0.84) 100%
  );
}

.page-hero-inner {
  padding: clamp(4rem, 7vw, 6rem) 0 clamp(3.25rem, 5.5vw, 5rem);
}

.page-hero-inner h1 {
  margin-bottom: 1.1rem;
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: -0.045em;
}

.breadcrumbs {
  margin-bottom: clamp(2rem, 3.5vw, 3.25rem);
}

.intro-copy {
  padding-top: 0.75rem;
}

.intro-copy h2,
.menu-preview-header h2,
.people-section h2,
.review-section h2,
.about-cta h2 {
  margin-bottom: 1.35rem;
}

.difference-section,
.event-types,
.about-cta,
.news-newsletter {
  background-image: linear-gradient(135deg, rgba(255, 253, 247, 0.025), transparent 54%);
}

.difference-heading,
.atmosphere-header,
.events-list-heading,
.news-heading {
  margin-bottom: clamp(2.5rem, 4.5vw, 4rem);
}

.difference-list article {
  padding-top: 1.55rem;
}

.difference-list article > span,
.philosophy-grid article > span {
  margin-bottom: clamp(2rem, 3.4vw, 3.2rem);
}

.menu-preview-header {
  padding-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.signature-list {
  margin-top: 2.5rem;
}

.events-home-list {
  gap: 1.1rem;
  margin-top: 1.5rem;
}

.events-home-newsletter {
  padding: clamp(1.65rem, 3vw, 2.6rem);
  border-top-width: 0.25rem;
  border-top-color: var(--olive-pale);
  box-shadow: var(--shadow-card);
}

.people-section {
  min-height: 38rem;
  background-image: radial-gradient(circle at 82% 18%, rgba(113, 122, 92, 0.14), transparent 32rem);
}

.people-section > img {
  min-height: 36rem;
}

.menu-layout,
.contact-grid,
.news-newsletter > .section-shell {
  gap: clamp(2.5rem, 5.5vw, 5.5rem);
}

.menu-category {
  padding-bottom: clamp(3.25rem, 5vw, 4.75rem);
}

.menu-category > header {
  padding-bottom: 1.2rem;
}

.menu-item {
  padding-block: 1.15rem;
}

.menu-note {
  padding: clamp(1.75rem, 3.5vw, 3.25rem);
  border-top-width: 0.25rem;
  box-shadow: var(--shadow-card);
}

.gallery-page-heading {
  margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

.gallery-filters {
  margin-bottom: 1.8rem;
}

.gallery-item,
.gallery-item img,
.news-card > a,
.news-card img,
.event-card,
.event-card > img,
.team-grid img,
.intro-image img,
.story-section figure img,
.space-section > img,
.community-section > img {
  border-radius: 2px;
}

.gallery-item img,
.news-card img,
.event-card > img,
.intro-image img,
.story-section figure img,
.space-section > img,
.community-section > img {
  filter: saturate(0.93) contrast(1.025);
}

.event-cards {
  gap: clamp(1rem, 2vw, 1.75rem);
}

.event-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.58);
  box-shadow: 0 0.45rem 1.5rem rgba(12, 36, 25, 0.045);
  transition: transform 220ms var(--ease-editorial), box-shadow 220ms ease, border-color 220ms ease;
}

.event-card > div {
  padding: 1.25rem 1.25rem 1.45rem;
}

.news-grid {
  gap: clamp(2.5rem, 4.5vw, 4.5rem) clamp(1.5rem, 3vw, 3.25rem);
}

.news-card {
  gap: clamp(1.15rem, 2.5vw, 2rem);
}

.empty-state {
  padding: clamp(1.75rem, 3.5vw, 3rem);
  border-left-width: 0.25rem;
  box-shadow: var(--shadow-card);
}

.philosophy-grid {
  margin-top: clamp(2.5rem, 4.5vw, 4rem);
}

.lead-form {
  border-top-width: 0.25rem;
  border-top-color: var(--terracotta-deep);
  box-shadow: var(--shadow-soft);
}

.field input,
.field select,
.field textarea,
.newsletter-input-row input {
  border-radius: 2px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.newsletter-input-row input:focus {
  box-shadow: 0 0 0 3px rgba(24, 57, 42, 0.1);
}

.map-card {
  top: calc(var(--header-height) + 1.5rem);
  overflow: hidden;
  border: 1px solid rgba(255, 253, 247, 0.1);
  border-radius: 2px;
  box-shadow: var(--shadow-soft);
}

.map-card-content {
  padding: clamp(1.5rem, 3vw, 2.4rem);
}

.site-footer {
  padding-top: clamp(4rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 12% 0, rgba(113, 122, 92, 0.17), transparent 34rem),
    var(--forest-deep);
}

.footer-lead {
  margin-bottom: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

.footer-lead h2 {
  font-size: clamp(3.1rem, 6.2vw, 6.2rem);
}

.circle-link {
  width: clamp(7.5rem, 10vw, 9.5rem);
  background: rgba(255, 253, 247, 0.02);
}

.footer-grid {
  gap: clamp(1.75rem, 3.5vw, 3.75rem);
  padding-bottom: clamp(3rem, 5vw, 4.75rem);
}

.footer-brand-column img {
  width: min(100%, 13rem);
}

.footer-brand-column p,
.footer-grid a,
.footer-grid address {
  color: rgba(255, 253, 247, 0.78);
}

.footer-note,
.footer-bottom {
  color: rgba(255, 253, 247, 0.67);
}

:is(
  .home-hero,
  .difference-section,
  .events-home-newsletter,
  .people-section,
  .page-hero,
  .event-types,
  .philosophy-section,
  .about-cta,
  .news-newsletter,
  .map-card,
  .site-footer,
  .mobile-menu
) :is(.eyebrow, .section-index) {
  color: var(--olive-pale);
}

:is(
  .home-hero,
  .events-home-newsletter,
  .people-section,
  .page-hero,
  .about-cta,
  .news-newsletter,
  .mobile-menu
) .button-solid {
  border-color: var(--cream);
  background: var(--cream);
  color: var(--forest-deep);
  box-shadow: none;
}

:is(
  .home-hero,
  .events-home-newsletter,
  .people-section,
  .page-hero,
  .about-cta,
  .news-newsletter,
  .mobile-menu
) .button-solid:hover {
  border-color: var(--paper-bright);
  background: var(--paper-bright);
  color: var(--forest-deep);
  box-shadow: 0 0.65rem 1.5rem rgba(7, 20, 14, 0.18);
}

:is(
  .home-hero,
  .difference-section,
  .events-home-newsletter,
  .people-section,
  .page-hero,
  .event-types,
  .philosophy-section,
  .about-cta,
  .news-newsletter,
  .map-card,
  .site-footer,
  .mobile-menu
) .text-link {
  color: var(--cream);
}

:is(
  .home-hero,
  .difference-section,
  .events-home-newsletter,
  .people-section,
  .page-hero,
  .event-types,
  .philosophy-section,
  .about-cta,
  .news-newsletter,
  .map-card,
  .site-footer,
  .mobile-menu
) .text-link:hover {
  color: var(--paper-bright);
}

.mobile-actions a:first-child {
  background: var(--cream);
  color: var(--forest-deep);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .button:hover {
    transform: translateY(-1px);
  }

  .gallery-item:hover img,
  .news-card > a:hover img {
    transform: scale(1.018);
    filter: saturate(1) contrast(1.025);
  }

  .event-card:hover,
  .event-card:focus-within {
    transform: translateY(-3px);
    border-color: rgba(24, 57, 42, 0.3);
    box-shadow: var(--shadow-card);
  }

  .circle-link:hover {
    transform: rotate(-2deg);
  }

  .home-hero-copy,
  .page-hero-inner {
    animation: editorial-reveal 620ms var(--ease-editorial) both;
  }
}

@keyframes editorial-reveal {
  from {
    opacity: 0;
    transform: translateY(0.8rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 70rem) {
  :root {
    --header-height: 4.75rem;
  }

  .custom-logo {
    max-width: 8rem;
    max-height: calc(var(--header-height) - 0.55rem);
  }
}

@media (max-width: 56rem) {
  :root {
    --section-space: clamp(3.75rem, 7vw, 5.25rem);
  }

  .people-section {
    min-height: 34rem;
  }

  .people-section > img {
    min-height: 34rem;
  }

  .footer-lead {
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 42rem) {
  :root {
    --gutter: 1.15rem;
    --section-space: clamp(3.25rem, 10vw, 4.5rem);
    --header-height: 4.4rem;
  }

  .site-header {
    gap: 0.75rem;
  }

  .custom-logo {
    max-width: 7.25rem;
    max-height: calc(var(--header-height) - 0.55rem);
  }

  .home-hero {
    min-height: max(35rem, 86svh);
  }

  .home-hero-copy {
    padding: calc(var(--header-height) + 3rem) 0 3.25rem;
  }

  .home-hero-copy h1 {
    font-size: clamp(2.85rem, 12vw, 4.7rem);
  }

  .page-hero {
    min-height: max(28rem, 60svh);
  }

  .page-hero-inner {
    padding: 3.75rem 0 3.2rem;
  }

  .page-hero-inner h1 {
    font-size: clamp(2.65rem, 12vw, 4.5rem);
  }

  .difference-list article,
  .philosophy-grid article,
  .philosophy-grid article:first-child {
    padding-top: 1.25rem;
  }

  .event-card:hover,
  .event-card:focus-within {
    transform: none;
  }

  .footer-lead {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
  }

  .circle-link {
    width: 7rem;
  }

}

@media (max-width: 23.75rem) {
  .custom-logo {
    max-width: 7.2rem;
  }

  .home-hero-copy h1,
  .page-hero-inner h1 {
    letter-spacing: -0.035em;
  }
}

@media print {
  .skip-link {
    display: none !important;
  }
}

/* 1.1.1 responsive navigation and composition fixes */

.custom-logo,
.footer-brand-column img {
  clip-path: inset(1.8% 1.1%);
}

@media (min-width: 70.01rem) {
  .menu-preview {
    grid-template-columns: 3rem minmax(0, 1.45fr) minmax(20rem, 0.85fr);
    grid-template-rows: auto auto;
    column-gap: clamp(2rem, 4.5vw, 5rem);
    row-gap: clamp(1.5rem, 2.5vw, 2.75rem);
    align-items: start;
  }

  .menu-preview > .section-index {
    grid-column: 1;
    grid-row: 1;
  }

  .menu-preview-header {
    grid-column: 2;
    grid-row: 1;
    padding-bottom: 0;
  }

  .menu-preview-media {
    grid-column: 2;
    grid-row: 2;
  }

  .signature-list {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: start;
    margin-top: 0;
  }
}

@media (max-width: 70rem) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 782px) {
  body.admin-bar .mobile-menu {
    top: 46px;
    height: calc(100dvh - 46px);
  }
}

@supports not (height: 100dvh) {
  .mobile-menu {
    height: 100vh;
    max-height: 100vh;
  }

  body.admin-bar .mobile-menu {
    height: calc(100vh - 32px);
  }

  @media (max-width: 782px) {
    body.admin-bar .mobile-menu {
      height: calc(100vh - 46px);
    }
  }
}

/* 1.1.2 premium reservation action */

.circle-link {
  position: relative;
  display: grid;
  width: clamp(11.5rem, 14vw, 13.25rem);
  min-height: 5.75rem;
  aspect-ratio: auto;
  grid-template-columns: minmax(0, 1fr) 2.75rem;
  gap: 1rem;
  place-items: initial;
  align-items: center;
  padding: 1.05rem 1.05rem 1.05rem 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(238, 228, 209, 0.46);
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(238, 228, 209, 0.1), rgba(238, 228, 209, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 247, 0.12),
    0 0.9rem 2.4rem rgba(7, 20, 14, 0.16);
  color: var(--cream);
  letter-spacing: normal;
  text-transform: none;
  transition:
    transform 220ms var(--ease-editorial),
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 220ms ease,
    color 180ms ease;
}

.circle-link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--olive-pale);
  content: "";
}

.circle-link-copy {
  display: grid;
  gap: 0.2rem;
}

.circle-link-copy strong {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.circle-link-copy small {
  color: rgba(238, 228, 209, 0.72);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.circle-link-arrow {
  display: grid;
  width: 2.75rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--forest-deep);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1;
  transition: transform 220ms var(--ease-editorial), background-color 180ms ease, color 180ms ease;
}

.circle-link:hover {
  border-color: var(--cream);
  background: var(--cream);
  box-shadow: 0 1rem 2.7rem rgba(7, 20, 14, 0.22);
  color: var(--forest-deep);
  transform: translateY(-3px);
}

.circle-link:hover .circle-link-copy small {
  color: rgba(12, 36, 25, 0.68);
}

.circle-link:hover .circle-link-arrow {
  background: var(--forest-deep);
  color: var(--cream);
  transform: rotate(5deg);
}

@media (max-width: 42rem) {
  .circle-link {
    width: min(100%, 13.25rem);
    min-height: 5.5rem;
  }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .circle-link:hover {
    transform: translateY(-3px);
  }
}

/* 1.1.3 wine menu row fix */

.menu-category--double-price .menu-item-main {
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 1rem;
  row-gap: 0.45rem;
  align-items: start;
}

.menu-category--double-price .menu-item-main > h3 {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.menu-category--double-price .menu-item-main > strong {
  grid-column: 2;
  grid-row: 1;
  align-self: baseline;
}

.menu-category--double-price .menu-item-main > span {
  grid-column: 1 / -1;
  grid-row: 2;
  min-width: 0;
  font-size: 0.72rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}
