:root {
  --ink: #1d3140;
  --ink-soft: #53636a;
  --navy: #1d3e52;
  --navy-deep: #122c3b;
  --blue: #7fa6ad;
  --mint: #c8ddd2;
  --sage: #92aa9c;
  --orange: #e97946;
  --yellow: #f2c74c;
  --paper: #f6f2e9;
  --white: #ffffff;
  --line: rgba(29, 49, 64, 0.17);
  --shell: 1240px;
  --header-height: 80px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 700;
  transition: top 180ms ease;
}
.skip-link:focus { top: 16px; }
.page-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding-block: 112px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: var(--header-height);
  padding: 0 34px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}
.site-header.is-scrolled,
.site-header.nav-active {
  background: rgba(246, 242, 233, 0.97);
  color: var(--ink);
  border-color: var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; width: fit-content; gap: 11px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 700; line-height: 1; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; border: 2px solid currentColor; border-radius: 50%; font-family: "Segoe UI", Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 0; }
.primary-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
.primary-nav a, .site-footer nav a { position: relative; }
.primary-nav a::after, .site-footer nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.primary-nav a:hover::after, .site-footer nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 0 17px; border: 1px solid currentColor; border-radius: 3px; font-size: 14px; font-weight: 700; transition: background-color 180ms ease, color 180ms ease; }
.header-cta:hover { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.nav-toggle { display: none; }

.hero { position: relative; display: flex; min-height: 88svh; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 58%; }
.hero-shade { background: rgba(10, 29, 39, 0.56); }
.hero-content { position: relative; z-index: 2; padding-top: 130px; padding-bottom: 175px; }
.eyebrow, .section-index { margin: 0 0 20px; color: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.hero h1 { max-width: 700px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 76px; font-weight: 500; line-height: 0.98; letter-spacing: 0; }
.hero-lead { max-width: 500px; margin: 28px 0 0; color: rgba(255, 255, 255, 0.9); font-size: 23px; line-height: 1.35; }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px 24px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 800; transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.button-quiet { border-color: rgba(255, 255, 255, 0.7); color: var(--white); }
.button-quiet:hover { background: var(--white); color: var(--ink); }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--orange); }
.hero-details { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, 0.35); }
.hero-details div { display: flex; min-height: 84px; flex-direction: column; justify-content: center; padding: 15px 24px 18px 0; border-right: 1px solid rgba(255, 255, 255, 0.3); }
.hero-details div:not(:first-child) { padding-left: 24px; }
.hero-details div:last-child { border-right: 0; }
.hero-details strong { font-size: 15px; }
.hero-details span { margin-top: 2px; color: rgba(255, 255, 255, 0.76); font-size: 13px; }

.story { background: var(--paper); }
.story-grid, .food-header, .gallery-intro { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 80px; align-items: start; }
.section-heading h2, .art-copy h2, .visit-copy h2 { max-width: 560px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 48px; font-weight: 500; line-height: 1.08; }
.section-heading .section-index, .art-copy .section-index, .visit-copy .section-index { color: var(--orange); }
.story-copy { max-width: 580px; color: var(--ink-soft); font-size: 18px; }
.story-copy p { margin: 0 0 20px; }
.story-media { position: relative; margin-top: 74px; }
.story-media img { width: 100%; height: 590px; object-fit: cover; object-position: center 52%; }
.story-caption { position: absolute; right: 0; bottom: 0; display: flex; max-width: 360px; flex-direction: column; gap: 5px; padding: 24px 28px; background: var(--mint); color: var(--ink); }
.story-caption span, .art-strip-copy span { color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.story-caption strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; line-height: 1.2; }

.food { background: var(--navy); color: var(--white); }
.food .section-index { color: var(--yellow); }
.section-heading-light h2 { color: var(--white); }
.food-header > p { max-width: 470px; margin: 39px 0 0; color: rgba(255, 255, 255, 0.72); font-size: 17px; }
.food-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr); gap: 76px; align-items: start; margin-top: 70px; }
.food-list { border-top: 1px solid rgba(255, 255, 255, 0.28); }
.food-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) 24px; gap: 20px; align-items: center; min-height: 117px; padding: 22px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.28); }
.food-number { color: var(--yellow); font-size: 13px; font-weight: 800; }
.food-row h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.food-row p { max-width: 500px; margin: 5px 0 0; color: rgba(255, 255, 255, 0.66); font-size: 14px; }
.food-arrow { color: var(--orange); font-size: 22px; }
.menu-photo { margin: 0; }
.menu-photo img { width: 100%; height: 480px; object-fit: cover; object-position: center 42%; }
.menu-photo figcaption { padding-top: 11px; color: rgba(255, 255, 255, 0.62); font-size: 12px; }

.art-section { background: var(--white); }
.art-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 86px; align-items: center; }
.art-image-wrap { height: 620px; overflow: hidden; }
.art-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.art-copy { max-width: 490px; }
.art-copy h2 { margin-bottom: 25px; }
.art-copy > p:not(.section-index) { margin: 0; color: var(--ink-soft); font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; border-bottom: 2px solid var(--orange); font-size: 14px; font-weight: 800; transition: color 180ms ease, gap 180ms ease; }
.text-link:hover { color: var(--orange); gap: 15px; }
.art-strip { display: grid; grid-template-columns: 1fr 280px; gap: 40px; align-items: center; margin-top: 78px; padding-top: 26px; border-top: 1px solid var(--line); }
.art-strip-copy { display: flex; flex-direction: column; gap: 7px; }
.art-strip-copy strong { max-width: 540px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; line-height: 1.2; }
.art-strip img { width: 100%; height: 190px; object-fit: cover; object-position: center 42%; }

.gallery { background: var(--paper); }
.gallery-intro > p { max-width: 460px; margin: 39px 0 0; color: var(--ink-soft); font-size: 17px; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr 0.8fr 0.8fr; grid-template-rows: 252px 252px; gap: 12px; margin-top: 68px; }
.gallery-item { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; background: var(--navy); cursor: zoom-in; }
.gallery-item::after { content: "View image"; position: absolute; right: 16px; bottom: 14px; padding: 5px 9px; background: var(--white); color: var(--ink); font-size: 11px; font-weight: 800; opacity: 0; transform: translateY(5px); transition: opacity 180ms ease, transform 180ms ease; }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: translateY(0); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-wide { grid-row: span 2; }
.gallery-tall { grid-row: span 2; }

.proof { background: var(--orange); color: var(--ink); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; min-height: 142px; flex-direction: column; justify-content: center; padding: 22px 24px 22px 0; border-right: 1px solid rgba(29, 49, 64, 0.28); }
.proof-grid > div:not(:first-child) { padding-left: 24px; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 36px; font-weight: 500; line-height: 1; }
.proof-grid span { margin-top: 8px; font-size: 13px; font-weight: 700; }

.visit { background: var(--white); }
.visit-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 92px; align-items: center; }
.visit-photo { height: 540px; overflow: hidden; }
.visit-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.visit-copy { max-width: 570px; }
.visit-copy h2 { margin-bottom: 22px; }
.visit-lead { margin: 0 0 30px; color: var(--ink-soft); font-size: 18px; }
.visit-details { margin: 0; border-top: 1px solid var(--line); }
.visit-details > div { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.visit-details dt { color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.visit-details dd { margin: 0; color: var(--ink-soft); }
.visit-details a { color: var(--navy); font-weight: 700; text-decoration: underline; text-decoration-color: var(--mint); text-underline-offset: 3px; }
.visit-actions { margin-top: 29px; }
.visit-actions .text-link { margin-top: 0; }

.site-footer { padding: 58px 0 42px; background: var(--navy-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.7fr 1fr; gap: 48px; }
.brand-footer { font-size: 24px; }
.site-footer p { max-width: 290px; margin: 18px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 14px; }
.site-footer nav { display: flex; flex-direction: column; gap: 12px; font-size: 14px; font-weight: 700; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; color: rgba(255, 255, 255, 0.68); font-size: 13px; text-align: right; }
.footer-meta a { color: var(--white); }
.lightbox { width: min(92vw, 1100px); max-height: 92vh; padding: 44px 18px 18px; border: 0; background: rgba(18, 44, 59, 0.98); }
.lightbox::backdrop { background: rgba(7, 20, 27, 0.8); }
.lightbox img { width: 100%; max-height: calc(92vh - 62px); object-fit: contain; margin: auto; }
.lightbox-close { position: absolute; top: 8px; right: 12px; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.65); border-radius: 50%; background: transparent; color: var(--white); font-size: 26px; line-height: 1; cursor: pointer; }
.lightbox-close:hover { background: var(--yellow); color: var(--ink); }

@media (max-width: 900px) {
  :root { --header-height: 70px; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 24px; }
  .primary-nav { position: absolute; top: var(--header-height); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 7px 24px 20px; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .primary-nav a::after { display: none; }
  .header-cta { display: none; }
  .nav-toggle { display: inline-flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid currentColor; border-radius: 3px; background: transparent; cursor: pointer; }
  .nav-toggle span { display: block; width: 17px; height: 2px; background: currentColor; }
  .hero { min-height: 780px; }
  .hero-content { padding-top: 118px; padding-bottom: 196px; }
  .hero h1 { font-size: 62px; }
  .hero-lead { font-size: 21px; }
  .hero-details { width: calc(100% - 48px); grid-template-columns: 1fr; }
  .hero-details div, .hero-details div:not(:first-child) { min-height: 58px; padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .hero-details div:last-child { border-bottom: 0; }
  .story-grid, .food-header, .art-grid, .gallery-intro, .visit-grid { grid-template-columns: 1fr; gap: 38px; }
  .section { padding-block: 82px; }
  .section-heading h2, .art-copy h2, .visit-copy h2 { font-size: 42px; }
  .story-media { margin-top: 52px; }
  .story-media img { height: 470px; }
  .food-header > p, .gallery-intro > p { margin-top: 0; }
  .food-layout { grid-template-columns: 1fr; gap: 48px; margin-top: 48px; }
  .menu-photo img { height: 380px; }
  .art-image-wrap { height: 490px; }
  .art-strip { grid-template-columns: 1fr 220px; }
  .gallery-grid { grid-template-columns: 1.2fr 0.8fr; grid-template-rows: 240px 240px 240px; margin-top: 48px; }
  .gallery-wide { grid-row: span 2; }
  .gallery-tall { grid-row: span 2; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(n + 3) { border-top: 1px solid rgba(29, 49, 64, 0.28); }
  .visit-photo { height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { align-items: flex-start; text-align: left; }
}

@media (max-width: 620px) {
  .page-shell { width: min(calc(100% - 34px), var(--shell)); }
  .site-header { padding: 0 17px; }
  .brand { font-size: 23px; }
  .brand-mark { width: 29px; height: 29px; font-size: 9px; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 62% center; }
  .hero-content { padding-top: 105px; padding-bottom: 216px; }
  .hero h1 { font-size: 51px; }
  .hero-lead { max-width: 310px; font-size: 19px; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 270px); }
  .button { width: 100%; }
  .hero-details { width: calc(100% - 34px); }
  .section { padding-block: 68px; }
  .section-heading h2, .art-copy h2, .visit-copy h2 { font-size: 36px; }
  .story-copy, .art-copy > p:not(.section-index), .visit-lead { font-size: 16px; }
  .story-media { width: 100%; }
  .story-media img { height: 390px; }
  .story-caption { right: 0; max-width: 275px; padding: 18px 20px; }
  .story-caption strong { font-size: 19px; }
  .food-row { grid-template-columns: 32px minmax(0, 1fr); gap: 13px; min-height: 105px; }
  .food-arrow { display: none; }
  .food-row h3 { font-size: 22px; }
  .food-row p { font-size: 13px; }
  .menu-photo img { height: 290px; }
  .art-image-wrap { height: 390px; }
  .art-strip { grid-template-columns: 1fr; gap: 20px; margin-top: 54px; }
  .art-strip img { height: 210px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 170px 170px 170px; gap: 8px; }
  .gallery-item::after { display: none; }
  .proof-grid > div { min-height: 115px; padding: 18px 14px 18px 0; }
  .proof-grid > div:not(:first-child) { padding-left: 14px; }
  .proof-grid strong { font-size: 29px; }
  .proof-grid span { font-size: 11px; }
  .visit-photo { height: 340px; }
  .visit-details > div { grid-template-columns: 88px minmax(0, 1fr); gap: 12px; font-size: 14px; }
  .visit-actions { align-items: flex-start; flex-direction: column; }
  .visit-actions .text-link { margin-top: 4px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-meta { gap: 6px; }
}
