:root {
  --olive: #3f3e28;
  --olive-deep: #2f2f1e;
  --paper: #f5f3ec;
  --paper-soft: #e8e5db;
  --ink: #3f3e39;
  --muted: #8d887f;
  --line: rgb(63 62 57 / 19%);
  --serif: "Iowan Old Style", "Bodoni 72", Didot, Georgia, serif;
  --script: "Snell Roundhand", "Segoe Script", "Bradley Hand", cursive;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; margin: 0; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--olive); outline-offset: 4px; }
.skip-link { background: var(--paper); left: 1rem; padding: .65rem .9rem; position: fixed; top: -4rem; z-index: 60; }
.skip-link:focus { top: 1rem; }

.site-header { align-items: center; background: transparent; border-bottom: 1px solid transparent; color: var(--paper); display: flex; height: 64px; justify-content: space-between; padding: 0 1rem; position: fixed; top: 0; transition: background-color 260ms ease, border-color 260ms ease, color 260ms ease; width: 100%; z-index: 30; }
.site-header.is-scrolled { background: color-mix(in srgb, var(--paper) 96%, transparent); border-bottom-color: var(--line); color: var(--ink); }
.wordmark { display: inline-flex; flex-direction: column; justify-content: center; line-height: .82; min-height: 44px; text-decoration: none; }
.wordmark span { font-family: var(--serif); font-size: 1.7rem; letter-spacing: -.065em; }
.wordmark small { font-size: .48rem; font-weight: 700; letter-spacing: .16em; margin-top: .42rem; text-transform: uppercase; }
.header-actions { align-items: center; display: flex; gap: .15rem; }
.language-wrap { position: relative; }
.language-toggle, .menu-toggle { align-items: center; background: none; border: 0; color: inherit; cursor: pointer; display: inline-flex; height: 52px; justify-content: center; min-width: 52px; padding: .45rem; }
.language-toggle { border: 1px solid currentColor; border-radius: 50%; font-size: .67rem; letter-spacing: .05em; }
.language-toggle span:first-child, .menu-toggle span { display: none; }
.menu-toggle i, .menu-toggle i::after { background: currentColor; display: block; height: 1px; position: relative; width: 22px; }
.menu-toggle i::after { content: ""; position: absolute; right: 0; top: 6px; }
.panel-backdrop { background: rgb(22 24 17 / 54%); inset: 0; opacity: 0; position: fixed; transition: opacity 320ms cubic-bezier(.16, 1, .3, 1); z-index: 45; }
.panel-backdrop.is-open { opacity: 1; }
.site-nav, .language-menu { background: var(--paper); bottom: 0; color: var(--ink); display: flex; flex-direction: column; position: fixed; right: 0; top: 0; transform: translateX(100%); transition: transform 420ms cubic-bezier(.16, 1, .3, 1); width: min(85vw, 27rem); will-change: transform; z-index: 50; }
.site-nav.is-open, .language-menu.is-open { transform: translateX(0); }
.panel-bar { align-items: center; border-bottom: 1px solid var(--line); display: flex; flex: 0 0 64px; justify-content: space-between; padding: 0 1rem 0 1.35rem; }
.panel-brand { display: inline-flex; flex-direction: column; font-family: var(--serif); font-size: 1.55rem; letter-spacing: -.055em; line-height: .78; }
.panel-brand small { font-family: var(--sans); font-size: .46rem; font-weight: 700; letter-spacing: .14em; margin-top: .43rem; text-transform: uppercase; }
.panel-close { align-items: center; background: none; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); cursor: pointer; display: inline-flex; height: 48px; justify-content: center; min-width: 48px; padding: 0; }
.panel-close i, .panel-close i::after { background: currentColor; display: block; height: 1px; position: absolute; transform: rotate(45deg); width: 18px; }
.panel-close i::after { content: ""; transform: rotate(90deg); }
.panel-links { display: grid; gap: .15rem; padding: 1.25rem 1.35rem; }
.site-nav a { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-family: var(--serif); font-size: clamp(1.7rem, 7vw, 2.2rem); letter-spacing: -.04em; line-height: 1; min-height: 68px; padding: .55rem 0; text-decoration: none; }
.site-nav a::after { content: "↗"; font-family: var(--sans); font-size: .8rem; letter-spacing: 0; margin-left: auto; }
.site-nav .nav-map { color: var(--olive); font-family: var(--sans); font-size: .7rem; font-weight: 700; letter-spacing: .11em; margin-top: 1.15rem; text-transform: uppercase; }
.language-menu { padding-bottom: max(1.25rem, env(safe-area-inset-bottom)); }
.language-list { display: grid; gap: .15rem; padding: 1.25rem 1.35rem; }
.language-menu button[role="menuitem"] { background: none; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); cursor: pointer; font-family: var(--serif); font-size: 1.5rem; min-height: 56px; padding: .55rem 0; text-align: left; }
.language-menu button[role="menuitem"]:hover, .language-menu button[role="menuitem"]:focus-visible { color: var(--olive); outline: none; }
.language-menu button[role="menuitem"].is-active { color: var(--olive); }
body.panel-open { overflow: hidden; }
.site-nav[hidden], .language-menu[hidden], .panel-backdrop[hidden] { display: none !important; }

main, .site-footer { background: var(--paper); }
.hero { background: var(--olive-deep); color: var(--paper); height: 100svh; min-height: 590px; overflow: hidden; position: relative; }
.hero > img { filter: brightness(.62) saturate(.62) sepia(.16); height: 100%; inset: 0; object-fit: cover; object-position: 48% 50%; position: absolute; width: 100%; }
.hero-shade { background: rgb(26 28 19 / 18%); inset: 0; position: absolute; }
.hero-content { align-items: center; display: flex; flex-direction: column; inset: 0; justify-content: center; padding: 2rem 1.25rem; position: absolute; text-align: center; z-index: 2; }
.location, .section-tag { font-size: .58rem; font-weight: 700; letter-spacing: .17em; margin: 0 0 1rem; text-transform: uppercase; }
.hero h1 { font-family: var(--serif); font-size: clamp(3.35rem, 13.5vw, 8.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .83; margin: 0; text-shadow: 0 1px 16px rgb(0 0 0 / 24%); }
.hero h1 em { font-family: var(--script); font-size: .76em; font-style: normal; letter-spacing: -.09em; }
.hero-copy { font-family: var(--serif); font-size: 1.05rem; line-height: 1.35; margin: 1.2rem 0 1.25rem; max-width: 30ch; text-wrap: pretty; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: .45rem .9rem; justify-content: center; }
.button { align-items: center; background: transparent; border: 1px solid currentColor; display: inline-flex; font-size: .62rem; font-weight: 700; justify-content: center; letter-spacing: .1em; min-height: 44px; padding: .65rem .95rem; text-decoration: none; text-transform: uppercase; transition: background-color .2s ease, color .2s ease; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: transparent; color: var(--paper); }
.button-dark { background: var(--olive); border-color: var(--olive); color: var(--paper); }
.button-dark:hover, .button-dark:focus-visible { background: transparent; color: var(--olive); }
.text-link, .arrow-link { align-items: center; border-bottom: 1px solid currentColor; display: inline-flex; font-size: .62rem; font-weight: 700; letter-spacing: .1em; min-height: 44px; padding: .35rem 0; text-decoration: none; text-transform: uppercase; }
.text-link b, .arrow-link span[aria-hidden="true"] { font-size: 1.2em; margin-left: .25rem; }
.hero-caption { bottom: 1.1rem; font-size: .56rem; letter-spacing: .14em; margin: 0; position: absolute; right: 1rem; text-transform: uppercase; writing-mode: vertical-rl; z-index: 2; }

.section { padding: 4.4rem 1.25rem; }
.intro { background: var(--paper); display: grid; gap: 1.7rem; padding-block: 2.25rem; text-align: center; }
.intro h2, .menu-section h2, .reviews h2, .visit h2 { font-family: var(--serif); font-size: clamp(2.6rem, 9.8vw, 5.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; margin: 0; text-wrap: balance; }
.intro-copy { margin: auto; max-width: 35rem; }
.intro-copy p { font-family: var(--serif); font-size: 1.03rem; line-height: 1.48; margin: 0 0 1rem; text-wrap: pretty; }

.gallery-slice { background: var(--paper); display: grid; padding: 0 1.25rem .75rem; position: relative; }
.gallery-slice figure { margin: 0; }
.tall-image { aspect-ratio: 4 / 5; background: var(--paper); border: 12px solid #fff; box-shadow: 0 11px 22px rgb(45 43 34 / 12%); overflow: hidden; }
.tall-image img { filter: saturate(.7) sepia(.12); height: 100%; object-fit: cover; width: 100%; }

.menu-section { background: #fff; color: var(--ink); padding-bottom: 1.25rem; }
.story-layout + .menu-section { padding-top: 1.8rem; }
.menu-section .section-tag { color: var(--muted); }
.menu-top { display: grid; gap: 1.4rem; margin-bottom: 2.2rem; text-align: center; }
.menu-top .arrow-link { justify-self: center; }
.menu-gallery { display: grid; gap: .2rem; }
.menu-gallery figure { background: var(--olive-deep); margin: 0; overflow: hidden; }
.menu-feature { height: clamp(22rem, 90vw, 34rem); }
.menu-pair { display: grid; gap: .2rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.menu-pair figure { height: clamp(10rem, 42vw, 17rem); }
.menu-wide { height: clamp(13rem, 60vw, 21rem); }
.menu-gallery img { filter: saturate(.72) sepia(.09); height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.16, 1, .3, 1); width: 100%; }
.menu-feature img { object-position: 50% 58%; }
.menu-pair:first-of-type figure:first-child img { object-position: 52% 50%; }
.menu-pair:first-of-type figure:last-child img { object-position: 50% 54%; }
.menu-wide img { object-position: 50% 56%; }
.menu-pair:last-child figure:first-child img { object-position: 50% 62%; }
.menu-pair:last-child figure:last-child img { object-position: 50% 50%; }
@media (hover: hover) { .menu-gallery figure:hover img { transform: scale(1.035); } }

.reviews { background: #fff; display: grid; gap: 2rem; margin: 0 1rem; padding: 3.2rem 1.25rem 1.25rem; position: relative; text-align: center; }
.reviews .section-tag { color: var(--muted); }
.reviews h2 { text-wrap: wrap; }
.reviews-content { margin: auto; max-width: 500px; width: 100%; }
.review-list { border-top: 1px solid var(--line); text-align: left; }
.review-item { border-bottom: 1px solid var(--line); padding: 1.15rem 0 1.05rem; }
.review-meta { align-items: center; color: var(--muted); display: flex; font-size: .58rem; font-weight: 700; gap: .7rem; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.review-source { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
.review-stars { color: var(--olive); font-size: .7rem; letter-spacing: .08em; white-space: nowrap; }
.review-stars i { color: #c9c6b9; font-style: normal; }
.review-item blockquote { color: var(--ink); font-family: var(--serif); font-size: 1.05rem; line-height: 1.42; margin: .65rem 0 .65rem; }
.review-author { color: var(--muted); font-size: .68rem; letter-spacing: .08em; margin: 0; text-transform: uppercase; }
.review-author time { letter-spacing: .04em; text-transform: none; }

.visit { background: var(--olive); color: var(--paper); display: grid; margin-top: 1.25rem; }
.visit-copy { padding: 4.25rem 1.25rem 1.5rem; text-align: center; }
.visit .section-tag { color: #d9d6ca; }
address { font-family: var(--serif); font-size: 1.05rem; font-style: normal; line-height: 1.55; margin: 2rem 0 1.1rem; }
.hours { font-size: .78rem; font-weight: 700; line-height: 1.6; margin: 1rem auto .8rem; max-width: 32ch; }
.phone { color: var(--paper); display: inline-flex; flex-direction: column; font-size: .67rem; letter-spacing: .12em; line-height: 1.35; text-decoration: none; text-transform: uppercase; }
.phone strong { font-family: var(--serif); font-size: 1.12rem; font-weight: 400; letter-spacing: 0; margin-top: .28rem; text-transform: none; }
.map-wrap, .map-wrap iframe { min-height: 320px; }
.map-wrap iframe { border: 0; filter: grayscale(.35) saturate(.48) sepia(.15) contrast(.92); height: 100%; width: 100%; }

.site-footer { color: var(--ink); display: grid; gap: 1.3rem; padding: 2.5rem 1.25rem; text-align: center; }
.site-footer p { color: var(--muted); font-size: .7rem; margin: 0 0 .35rem; }
.site-footer a { align-items: center; display: inline-flex; font-size: .7rem; min-height: 44px; }
.site-footer .wordmark { align-self: start; justify-self: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: .2rem .9rem; justify-content: center; }
.footer-links a { text-underline-offset: .25em; }

@media (max-width: 719px) {
  .hero { height: 100svh; min-height: 0; }
  .hero > img { object-position: 36% 50%; }
  .hero .location { font-size: .64rem; margin-bottom: 1.15rem; }
  .hero h1 { font-size: clamp(3.8rem, 15vw, 5rem); }
  .hero-copy { font-size: 1.16rem; margin: 1.35rem 0 1.45rem; max-width: 26ch; width: 100%; }
  .hero-actions { gap: .55rem 1rem; max-width: 100%; width: 100%; }
  .hero .button, .hero .text-link { font-size: .67rem; min-height: 50px; padding: .75rem 1.05rem; }
}

@media (min-width: 720px) {
  .site-header { height: 76px; padding: 0 clamp(1.5rem, 4vw, 4.5rem); }
  .wordmark span { font-size: 1.95rem; }
  .language-toggle, .menu-toggle { height: 44px; min-width: 44px; }
  .menu-toggle span { display: inline; margin-right: .35rem; }
  .menu-toggle i, .menu-toggle i::after { width: 18px; }
  .menu-toggle i::after { top: 5px; }
  .panel-backdrop { display: none !important; }
  .language-menu { background: var(--paper); border: 1px solid var(--line); bottom: auto; display: block; right: 6.5rem; top: 68px; transform: none; transition: none; width: 210px; }
  .language-menu .panel-bar { display: none; }
  .language-list { display: grid; grid-template-columns: repeat(2, 1fr); padding: .35rem; }
  .language-menu button[role="menuitem"] { border: 0; font-family: var(--sans); font-size: .78rem; min-height: 44px; padding: .55rem .65rem; }
  .site-nav { align-items: center; background: var(--olive-deep); bottom: auto; color: var(--paper); display: flex; flex-direction: row; flex-wrap: wrap; gap: .15rem .75rem; justify-content: center; padding: .8rem 1rem; top: 76px; transform: none; transition: none; width: 100%; z-index: 25; }
  .site-nav .panel-bar { display: none; }
  .panel-links { align-items: center; display: flex; flex-wrap: wrap; gap: .15rem .75rem; justify-content: center; padding: 0; }
  .site-nav a { border: 0; color: inherit; display: inline-flex; font-family: var(--sans); font-size: .67rem; letter-spacing: .1em; min-height: 44px; padding: 0 .3rem; text-decoration: none; text-transform: uppercase; }
  .site-nav a::after { content: none; }
  .site-nav .nav-map { color: inherit; font-family: var(--sans); font-size: .67rem; font-weight: 400; letter-spacing: .1em; margin-top: 0; text-decoration: underline; text-underline-offset: .3em; }
  .hero { height: 100svh; min-height: 650px; }
  .hero-content { padding: 4rem; transform: translateY(.2rem); }
  .hero .location { font-size: .76rem; margin-bottom: 1.4rem; }
  .hero h1 { font-size: clamp(7.5rem, 12vw, 11.5rem); }
  .hero-copy { font-size: 1.6rem; margin: 1.7rem 0 1.8rem; max-width: 34ch; }
  .hero-actions { gap: .8rem 1.35rem; }
  .hero .button, .hero .text-link { font-size: .78rem; min-height: 58px; padding: .85rem 1.3rem; }
  .hero-caption { bottom: 2rem; right: 1.6rem; }
  .section { padding: clamp(4.5rem, 7vw, 6.75rem) clamp(3rem, 9vw, 9rem); }
  .intro { min-height: 0; padding-block: clamp(4rem, 6vw, 5.5rem); place-content: center; }
  .intro h2 { max-width: 14ch; }
  .gallery-slice { justify-content: center; margin-top: -1rem; padding: 0 clamp(3rem, 8vw, 9rem) clamp(2.75rem, 5vw, 4.5rem); }
  .tall-image { aspect-ratio: 16 / 9; margin-top: -3rem; max-width: 72rem; width: 100%; }
  .tall-image img { object-position: 50% 54%; }
  .menu-section { margin: 0 clamp(2rem, 7vw, 8rem); padding: clamp(4.25rem, 6vw, 5.75rem) clamp(3.25rem, 6vw, 6rem) clamp(2.25rem, 4vw, 3.5rem); }
  .menu-top { grid-template-columns: minmax(0, 1fr) auto; margin: 0 auto 2.5rem; max-width: 64rem; text-align: left; }
  .menu-top h2 { font-size: clamp(3.25rem, 5vw, 5.25rem); max-width: 11ch; }
  .menu-top .arrow-link { align-self: end; justify-self: end; }
  .menu-gallery { gap: .35rem; grid-template-areas: "feature side" "wide wide" "pair pair"; grid-template-columns: minmax(0, 1.18fr) minmax(14rem, .82fr); margin: 0 auto; max-width: 64rem; }
  .menu-feature { grid-area: feature; height: auto; width: auto; }
  .menu-gallery > .menu-pair:first-of-type { display: grid; gap: .35rem; grid-area: side; grid-template-columns: 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); margin: 0; width: auto; }
  .menu-gallery > .menu-pair:first-of-type figure { height: auto; }
  .menu-wide { grid-area: wide; height: clamp(16rem, 21vw, 20rem); }
  .menu-gallery > .menu-pair:last-child { grid-area: pair; margin: 0; width: auto; }
  .menu-pair { gap: .35rem; }
  .menu-pair figure { height: clamp(13rem, 17vw, 16.5rem); }
  .reviews { grid-template-columns: minmax(220px, .75fr) minmax(300px, 1fr); margin: -4.5rem auto 0; max-width: 900px; padding: clamp(3.5rem, 5vw, 4.75rem); text-align: left; width: calc(100% - 8rem); z-index: 2; }
  .reviews h2 { font-size: clamp(2.6rem, 5vw, 4.2rem); }
  .reviews-content { margin: 0; }
  .visit { grid-template-columns: 1fr 1fr; margin-top: 2.25rem; }
  .visit-copy { align-content: center; display: grid; justify-items: start; padding: clamp(4.25rem, 6vw, 5.75rem) clamp(4rem, 7vw, 7rem) clamp(2.25rem, 4vw, 3.5rem); text-align: left; }
  .hours { margin-left: 0; }
  .map-wrap, .map-wrap iframe { min-height: 100%; }
  .site-footer { grid-template-columns: 1fr 1fr auto; padding: 3rem clamp(2rem, 7vw, 8rem); text-align: left; }
  .site-footer .wordmark { justify-self: start; }
  .footer-links { justify-content: end; }
}

@media (min-width: 960px) {
  .story-layout { align-items: center; background: var(--paper); display: grid; gap: clamp(3rem, 6vw, 7rem); grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); padding: clamp(4.5rem, 7vw, 7rem) clamp(3rem, 8vw, 8rem); }
  .story-layout .intro { display: grid; gap: 2rem; min-height: 0; padding: 0; place-content: center start; text-align: left; }
  .story-layout .intro h2 { font-size: clamp(3.25rem, 5vw, 5.3rem); max-width: 10ch; }
  .story-layout .intro-copy { margin: 0; max-width: 34rem; }
  .story-layout .intro-copy .arrow-link { justify-self: start; }
  .story-layout .gallery-slice { display: block; margin: 0; padding: 0; }
  .story-layout .tall-image { aspect-ratio: 4 / 5; margin: 0; max-width: none; width: 100%; }
  .story-layout .tall-image img { object-position: 50% 52%; }
}

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