:root {
  --paper: #ecebe2;
  --ink: #18201e;
  --fir: #163f38;
  --brass: #b6784b;
  --pale: #f4f1e7;
  --focus: #f0b67f;
  --display: "Bodoni 72", Didot, "Times New Roman", serif;
  --body: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 126px; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.58;
}
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, a { font: inherit; }
figure { margin: 0; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip {
  position: fixed;
  z-index: 100;
  left: 12px;
  top: -100px;
  padding: 12px 16px;
  background: #fff;
  color: #000;
}
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.site-head {
  position: absolute;
  z-index: 30;
  inset: 0 0 auto;
  padding: 22px 0;
  color: var(--pale);
}
.head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--brass);
}
.brand {
  flex: none;
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none;
}
.nav, .nav-links, .lang { display: flex; align-items: center; }
.nav { min-width: 0; gap: 24px; }
.nav-links { min-width: 0; gap: clamp(16px, 2.2vw, 30px); }
.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--brass); }
.lang { flex: none; border: 1px solid currentColor; }
.lang button {
  min-width: 44px;
  min-height: 44px;
  padding: 7px 9px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 850;
}
.lang button[aria-pressed="true"] { background: var(--brass); color: var(--ink); }

.display {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.3rem, 7vw, 6rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .9;
  text-wrap: balance;
}
h2 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  letter-spacing: -.03em;
  line-height: .96;
  text-wrap: balance;
}
h3 { font-family: var(--display); }
.section { padding: clamp(80px, 9vw, 128px) 0; }
.lead { max-width: 62ch; font-size: clamp(1.1rem, 2vw, 1.45rem); }
.hero-address {
  margin: 0 0 22px;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 21px;
  border: 2px solid currentColor;
  background: transparent;
  font-weight: 850;
  letter-spacing: .01em;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.cta:hover { transform: translateY(-2px); }
.cta-primary { border-color: var(--brass); background: var(--brass); color: var(--ink); }
.text-link { display: inline-flex; gap: 12px; margin-top: 20px; font-weight: 850; text-underline-offset: 5px; }

.reflect-hero {
  min-height: 900px;
  padding: 118px 0 68px;
  background: var(--fir);
  color: var(--pale);
}
.reflect-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
  border-block: 1px solid var(--brass);
}
.reflect-stage figure { overflow: hidden; }
.reflect-stage figure img { height: 100%; object-fit: cover; }
.reflect-stage::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -42px;
  bottom: -42px;
  width: 1px;
  background: var(--brass);
}
.reflect-title {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(570px, 84%);
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid var(--brass);
  background: rgb(22 63 56 / 94%);
  text-align: center;
  transform: translate(-50%, -50%);
}
.reflect-title p:not(.hero-address) { max-width: 48ch; margin: 24px auto 0; }
.reflect-title .actions { justify-content: center; }

.reflections { background: var(--paper); }
.reflection-row { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(52px, 8vw, 110px); align-items: start; }
.section-intro p { max-width: 50ch; font-size: 1.12rem; }
.reflection-facts { border-bottom: 1px solid rgb(24 32 30 / 36%); }
.fact { padding: 25px 0; border-top: 1px solid rgb(24 32 30 / 36%); }
.fact h3 { margin: 0 0 7px; color: var(--fir); font-size: 1.65rem; }
.fact p { max-width: 62ch; margin: 0; }

.menu-preview { padding: 0 0 clamp(82px, 10vw, 140px); background: var(--paper); }
.preview-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; background: var(--fir); color: var(--pale); }
.preview-photo { position: relative; min-height: 610px; overflow: hidden; }
.preview-photo img { height: 100%; object-fit: cover; }
.preview-photo figcaption, .menu-document-photo figcaption {
  position: absolute;
  inset: auto 16px 16px;
  padding: 8px 10px;
  background: rgb(22 63 56 / 92%);
  color: var(--pale);
  font-size: .74rem;
  line-height: 1.4;
}
.preview-copy { padding: clamp(38px, 6vw, 78px); border-block: 1px solid var(--brass); }
.preview-copy h2 { font-size: clamp(2.65rem, 5vw, 4.8rem); }
.preview-copy > p { max-width: 60ch; }
.preview-list { margin: 34px 0 0; border-top: 1px solid var(--brass); }
.preview-list div { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 13px 0; border-bottom: 1px solid rgb(182 120 75 / 62%); }
.preview-list dt { font-weight: 750; }
.preview-list dd { margin: 0; color: #ffd2ad; font-weight: 850; white-space: nowrap; }
.evidence-line { font-size: .78rem; color: #ded8cb; }

.mirror-gallery { background: var(--fir); color: var(--pale); }
.gallery-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; margin-bottom: 44px; }
.gallery-heading p { max-width: 42ch; margin: 0 0 8px; }
.mirror-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 310px 300px; gap: 8px; }
.mirror-grid figure { overflow: hidden; background: #0f302b; }
.mirror-grid img { height: 100%; object-fit: cover; }
.mirror-grid figure:nth-child(1) { grid-column: 1 / 8; }
.mirror-grid figure:nth-child(2) { grid-column: 8 / 13; }
.mirror-grid figure:nth-child(3) { grid-column: 1 / 5; }
.mirror-grid figure:nth-child(4) { grid-column: 5 / 8; }
.mirror-grid figure:nth-child(5) { grid-column: 8 / 13; }

.visit { padding: clamp(80px, 9vw, 116px) 0; }
.reflect-visit { background: var(--ink); color: var(--pale); }
.visit-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(46px, 8vw, 108px); align-items: start; }
.visit-details { padding-top: 12px; border-top: 1px solid var(--brass); }
.visit-details > a { display: inline-block; margin-bottom: 30px; font-weight: 800; text-underline-offset: 4px; }
.visit-details h3 { margin: 0 0 14px; font-size: 1.5rem; }
.hours-summary { display: flex; justify-content: space-between; gap: 24px; padding-block: 12px; border-block: 1px solid rgb(244 241 231 / 28%); }
.source-note { max-width: 62ch; font-size: .82rem; opacity: .78; }

.site-foot { padding: 28px 0 34px; border-top: 1px solid rgb(24 32 30 / 24%); background: var(--paper); font-size: .8rem; }
.foot-inner { display: flex; justify-content: space-between; gap: 24px; }
.mobile-actions { display: none; }
.reveal { opacity: 1; transform: none; }

/* Menu page */
.menu-page { background: var(--paper); }
.menu-hero { padding: 122px 0 56px; background: var(--fir); color: var(--pale); }
.menu-reflection { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; border-block: 1px solid var(--brass); }
.menu-reflection figure { overflow: hidden; }
.menu-reflection img { height: 100%; object-fit: cover; }
.menu-reflection figure:last-of-type img { object-position: center 72%; }
.menu-reflection::after { content: ""; position: absolute; z-index: 2; left: 50%; top: -34px; bottom: -34px; width: 1px; background: var(--brass); }
.menu-hero-title {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(650px, 86%);
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--brass);
  background: rgb(22 63 56 / 95%);
  text-align: center;
  transform: translate(-50%, -50%);
}
.evidence-band { padding: clamp(54px, 7vw, 86px) 0; background: var(--ink); color: var(--pale); border-bottom: 1px solid var(--brass); }
.evidence-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px, 7vw, 94px); }
.evidence-grid h2 { margin: 0; font-size: clamp(2.3rem, 4.7vw, 4.4rem); }
.evidence-grid p { max-width: 68ch; margin-top: 0; }
.evidence-call { padding-block: 16px; border-block: 1px solid var(--brass); color: #ffd2ad; font-weight: 800; }
.menu-ledger { padding: clamp(78px, 9vw, 126px) 0; }
.menu-ledger-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px clamp(56px, 8vw, 112px); align-items: start; }
.menu-intro { position: static; }
.menu-intro p { max-width: 46ch; }
.menu-chapter { padding: 28px 0 4px; border-block: 1px solid var(--brass); }
.menu-chapter h3 { margin: 0 0 22px; color: var(--fir); font-size: clamp(2rem, 3.5vw, 3rem); }
.menu-list { margin: 0; }
.menu-list > div { display: grid; grid-template-columns: 1fr auto; gap: 28px; padding: 15px 0; border-top: 1px solid rgb(24 32 30 / 22%); }
.menu-list dt { font-weight: 730; }
.menu-list dd { display: grid; justify-items: end; margin: 0; font-weight: 850; white-space: nowrap; }
.menu-list dd small { color: #765032; font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.menu-document-photo { position: relative; min-height: 520px; overflow: hidden; }
.menu-document-photo img { height: 100%; object-fit: cover; }
.confirm-strip { padding: clamp(68px, 8vw, 108px) 0; background: var(--fir); color: var(--pale); }
.confirm-inner { display: grid; grid-template-columns: 1fr auto; gap: 24px 56px; align-items: end; }
.confirm-inner h2 { max-width: 780px; margin: 0; }
.confirm-inner .actions { justify-content: flex-end; margin: 0; }
.confirm-inner .source-note { grid-column: 1 / -1; }

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

@media (max-width: 800px) {
  html { scroll-padding-top: 144px; }
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); font-size: 16px; }
  .wrap { width: min(100% - 28px, 680px); }
  .site-head { padding: 12px 0; }
  .head-inner { flex-wrap: wrap; gap: 8px; padding-bottom: 9px; }
  .brand { min-height: 44px; display: inline-flex; align-items: center; }
  .nav { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: 100%; gap: 8px; }
  .nav-links { gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links a { font-size: .72rem; }
  .section { padding: 76px 0; }
  .display { font-size: clamp(2.75rem, 12vw, 4.4rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.9rem); }
  .reflect-hero { min-height: 760px; padding: 150px 0 54px; }
  .reflect-stage { grid-template-columns: 1fr; grid-template-rows: 250px 250px; min-height: 500px; }
  .reflect-stage::after { left: 50%; top: -20px; bottom: -20px; }
  .reflect-title { width: 91%; padding: 28px 20px; }
  .reflect-title p:not(.hero-address) { display: none; }
  .reflect-title .actions { margin-top: 20px; }
  .reflect-title .cta { flex: 1; padding-inline: 12px; font-size: .86rem; }
  .reflection-row, .preview-grid, .gallery-heading, .visit-grid, .evidence-grid, .menu-ledger-grid, .confirm-inner { grid-template-columns: 1fr; }
  .reflection-row { gap: 36px; }
  .preview-photo { min-height: 410px; }
  .preview-copy { padding: 38px 24px 44px; }
  .gallery-heading { gap: 8px; }
  .mirror-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .mirror-grid figure:nth-child(n) { grid-column: auto; grid-row: auto; height: 300px; }
  .mirror-grid figure:nth-child(4) { height: 390px; }
  .visit-grid { gap: 42px; }
  .site-foot { padding-bottom: 28px; }
  .foot-inner { display: grid; gap: 8px; }
  .mobile-actions {
    position: static;
    z-index: auto;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    border-top: 2px solid var(--brass);
    background: rgb(22 63 56 / 97%);
    color: var(--pale);
  }
  .mobile-actions .cta { min-height: 48px; padding: 8px 10px; font-size: .84rem; white-space: nowrap; }
  .menu-hero { padding: 150px 0 46px; }
  .menu-reflection { grid-template-columns: 1fr; grid-template-rows: 260px 260px; min-height: 520px; }
  .menu-reflection::after { top: -18px; bottom: -18px; }
  .menu-hero-title { width: 91%; padding: 28px 20px; }
  .evidence-grid, .menu-ledger-grid { gap: 34px; }
  .menu-intro { position: static; }
  .menu-list > div { gap: 14px; }
  .menu-list dd { white-space: normal; text-align: right; }
  .menu-document-photo { min-height: 440px; }
  .confirm-inner .actions { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .nav { grid-template-columns: 1fr; }
  .nav-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; overflow: visible; }
  .nav-links a { justify-content: center; min-width: 0; font-size: .64rem; letter-spacing: .035em; }
  .lang { justify-self: start; }
  .reflect-hero, .menu-hero { padding-top: 190px; }
}

@media (max-width: 380px) {
  .nav-links { gap: 14px; }
  .nav-links a { font-size: .68rem; }
  .lang button { min-width: 40px; padding-inline: 6px; }
  .hero-address { font-size: .66rem; }
  .reflect-stage, .menu-reflection { grid-template-rows: 230px 230px; min-height: 460px; }
  .cta { padding-inline: 14px; }
  .preview-list div, .menu-list > div { grid-template-columns: 1fr; gap: 2px; }
  .preview-list dd, .menu-list dd { justify-items: start; text-align: left; }
}
