:root {
  --cream: #f2ead9;
  --paper: #fbf6ea;
  --ink: #1d211d;
  --red: #b5321e;
  --yellow: #f6c451;
  --sage: #78917a;
  --line: rgba(29, 33, 29, .22);
  --display: Georgia, 'Times New Roman', serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max: 1440px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --radius: 999px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: 1rem; background: var(--ink); color: white; padding: .8rem 1rem; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.concept-bar { min-height: 30px; display: flex; justify-content: center; align-items: center; gap: .6rem; padding: .35rem 1rem; color: white; background: var(--red); text-align: center; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.site-header { height: 84px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: var(--max); margin: auto; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-family: var(--display); font-weight: 700; font-size: clamp(1.25rem, 2vw, 1.7rem); text-decoration: none; }
.brand-mark { width: 42px; height: 42px; fill: var(--yellow); }
.brand-mark path, .brand-mark circle:last-child { fill: var(--red); }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 3rem); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-call) { padding: .4rem 0; border-bottom: 1px solid transparent; }
.site-nav a:not(.nav-call):hover { border-color: var(--red); }
.nav-call { border: 1px solid var(--ink); border-radius: var(--radius); padding: .8rem 1.2rem; transition: .2s var(--ease); }
.nav-call:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; background: none; border: 0; width: 46px; height: 46px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { min-height: calc(100svh - 114px); max-width: var(--max); margin: auto; padding: clamp(2rem, 5vw, 5rem) var(--pad) clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); align-items: center; gap: clamp(2rem, 5vw, 6rem); position: relative; overflow: hidden; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { margin: 0 0 1.25rem; display: flex; align-items: center; gap: .65rem; color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.055em; font-weight: 500; line-height: .93; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3.5rem, 7.4vw, 8.3rem); }
h1 span { display: block; color: var(--red); font-style: italic; }
.hero-deck { max-width: 35rem; font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.85rem); line-height: 1.35; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin: 2rem 0; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1rem; min-height: 54px; padding: .95rem 1.45rem; border: 1px solid transparent; border-radius: var(--radius); font-size: .75rem; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: transform .2s var(--ease), background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-dark { background: var(--ink); color: white; }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { color: var(--red); font-weight: 850; text-underline-offset: 5px; }
.hours-note { display: flex; align-items: center; gap: .6rem; font-size: .82rem; font-weight: 750; }
.hours-note small { color: rgba(29,33,29,.62); font-weight: 600; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 5px rgba(120,145,122,.18); }
.hero-visual { margin: 0; min-height: 540px; position: relative; z-index: 2; border-radius: 48% 48% 5% 5%; overflow: hidden; background: #463321; }
.hero-visual::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.hero-visual figcaption { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; max-width: calc(100% - 2rem); color: white; background: rgba(0,0,0,.66); padding: .35rem .55rem; font-size: .62rem; letter-spacing: .04em; }
.rating-stamp { width: 126px; height: 126px; position: absolute; top: 7%; left: -28px; z-index: 4; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background: var(--yellow); transform: rotate(-8deg); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.rating-stamp strong { font-family: var(--display); font-size: 2.3rem; line-height: 1; }
.rating-stamp span { color: var(--red); font-size: .68rem; letter-spacing: -.02em; }
.rating-stamp small { margin-top: .15rem; font-size: .57rem; font-weight: 800; text-transform: uppercase; }
.hero-word { position: absolute; z-index: 1; bottom: -3.5vw; left: 3vw; color: rgba(181,50,30,.055); font-family: var(--body); font-size: clamp(6rem, 17vw, 18rem); font-weight: 950; letter-spacing: -.1em; line-height: .8; }

.quick-facts { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-facts p { margin: 0; padding: 1.35rem var(--pad); display: flex; gap: .7rem; align-items: center; border-right: 1px solid var(--line); font-size: .74rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.quick-facts p:last-child { border-right: 0; }
.quick-facts span { color: var(--red); font-family: var(--display); font-style: italic; }

.section { max-width: var(--max); margin: auto; padding: clamp(5rem, 10vw, 10rem) var(--pad); }
.favorites { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 2rem; align-items: start; }
.section-heading .eyebrow { padding-top: .7rem; }
h2 { font-size: clamp(3rem, 6.5vw, 7rem); }
h2 em { color: var(--red); font-weight: inherit; }
.section-intro { max-width: 42rem; margin: 1.5rem 0 4rem auto; color: rgba(29,33,29,.68); font-size: 1rem; }
.menu-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.menu-item { min-height: 130px; display: grid; grid-template-columns: 80px 1fr 80px; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s var(--ease); }
.menu-item:hover { padding-inline: 1rem; background: var(--cream); }
.menu-number { color: var(--red); font-family: var(--display); font-style: italic; }
.menu-item h3 { margin: 0 0 .25rem; font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.8rem); font-weight: 500; }
.menu-item p { margin: 0; color: rgba(29,33,29,.65); }
.menu-mark { justify-self: end; color: var(--red); font-size: 2rem; }
.center-action { margin-top: 3rem; text-align: center; }

.craft { max-width: none; padding-inline: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); display: grid; grid-template-columns: minmax(280px,.65fr) minmax(0,1.35fr); align-items: center; gap: clamp(2rem, 6vw, 7rem); color: white; background: var(--ink); overflow: hidden; }
.eyebrow-light { color: var(--yellow); }
.craft h2 { max-width: 8ch; font-size: clamp(3rem, 5.4vw, 6rem); }
.craft-copy > p:not(.eyebrow) { max-width: 32rem; color: rgba(255,255,255,.68); }
.reveal-instructions { margin-top: 3rem; display: grid; grid-template-columns: 42px 1fr; column-gap: .8rem; color: var(--yellow); }
.reveal-instructions span { grid-row: 1 / 3; font-size: 1.8rem; }
.reveal-instructions strong { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.reveal-instructions small { color: rgba(255,255,255,.58); }
.reveal { --x: 52%; --y: 48%; --r: 0px; width: 100%; aspect-ratio: 3 / 2; position: relative; padding: 0; border: 0; border-radius: 1.5rem; overflow: hidden; cursor: crosshair; color: inherit; font: inherit; background: #3e3429; isolation: isolate; box-shadow: 0 30px 80px rgba(0,0,0,.28); touch-action: pan-y; }
.reveal img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reveal-front { z-index: 2; -webkit-mask-image: radial-gradient(circle var(--r) at var(--x) var(--y), transparent 98%, #000 100%); mask-image: radial-gradient(circle var(--r) at var(--x) var(--y), transparent 98%, #000 100%); }
.reveal.is-open { --r: 900px; }
.reveal-cursor { width: 54px; height: 54px; position: absolute; z-index: 5; left: var(--x); top: var(--y); display: grid; place-items: center; border: 1px solid white; border-radius: 50%; color: white; background: rgba(0,0,0,.36); backdrop-filter: blur(5px); transform: translate(-50%,-50%); pointer-events: none; opacity: 0; transition: opacity .2s; }
.reveal:hover .reveal-cursor, .reveal.is-active .reveal-cursor { opacity: 1; }
.reveal-label { position: absolute; z-index: 4; top: 1rem; padding: .55rem .8rem; border-radius: var(--radius); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.reveal-label-before { left: 1rem; color: var(--ink); background: var(--yellow); }
.reveal-label-after { right: 1rem; color: white; background: var(--red); }
.media-note { grid-column: 2; margin: .8rem 0 0; color: rgba(255,255,255,.48); font-size: .65rem; }

.visit { background: var(--cream); }
.visit-title-wrap { display: flex; justify-content: space-between; gap: 2rem; align-items: start; }
.visit-title-wrap h2 { max-width: 12ch; }
.visit-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.visit-grid article { min-height: 310px; padding: clamp(1.5rem,3vw,3rem); border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.visit-grid article:last-child { border-right: 0; }
.visit-icon { color: var(--red); font-size: 2.5rem; }
.label { margin-top: auto; color: var(--red); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.visit-grid h3 { font-family: var(--display); font-size: clamp(1.6rem, 2.5vw, 2.5rem); line-height: 1.08; font-weight: 500; }
.visit-grid .text-link { margin-top: .7rem; }
.fine-print { max-width: 15rem; color: rgba(29,33,29,.62); font-size: .74rem; }
.visit-call-card { color: white; background: var(--red); }
.visit-call-card .label { color: var(--yellow); }
.visit-call-card a { font-family: var(--display); font-size: clamp(1.8rem,3vw,3rem); line-height: 1; }
.visit-call-card > p:last-child { color: rgba(255,255,255,.66); font-size: .8rem; }

.closing { min-height: 650px; padding: clamp(5rem,10vw,9rem) var(--pad); display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; text-align: center; color: white; background: var(--red); }
.closing h2 { position: relative; z-index: 2; margin-bottom: 2.5rem; font-size: clamp(4rem, 10vw, 10rem); }
.closing h2 em { color: var(--yellow); }
.closing .button, .closing .eyebrow { position: relative; z-index: 3; }
.closing-sun { width: min(62vw,700px); aspect-ratio: 1; position: absolute; right: -7vw; bottom: -50%; border-radius: 50%; background: var(--yellow); opacity: .17; }
.site-footer { padding: 3rem var(--pad) 6rem; display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 2rem; color: var(--cream); background: var(--ink); font-size: .8rem; }
.site-footer div { display: flex; flex-direction: column; }
.site-footer strong { color: var(--yellow); font-family: var(--display); font-size: 1.7rem; }
.site-footer a { color: var(--yellow); }
.footer-note { color: rgba(255,255,255,.5); max-width: 36rem; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 22; }
  .site-nav { position: absolute; top: 0; left: 0; right: 0; padding: 6rem var(--pad) 2rem; display: none; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 40px rgba(0,0,0,.1); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .7rem 0; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 2.5rem; }
  .hero-visual { min-height: 440px; order: -1; border-radius: 48% 48% 3% 3%; }
  .hero-visual img { min-height: 440px; }
  .rating-stamp { left: 1rem; top: auto; bottom: 2.8rem; }
  .hero-word { display: none; }
  .quick-facts { grid-template-columns: 1fr 1fr; }
  .quick-facts p:nth-child(2) { border-right: 0; }
  .quick-facts p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; }
  .section-intro { margin-left: 0; }
  .craft { grid-template-columns: 1fr; }
  .craft h2 { max-width: 10ch; }
  .media-note { grid-column: 1; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-grid article { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .visit-grid article:last-child { border-bottom: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { padding-bottom: 62px; }
  .concept-bar { font-size: .55rem; }
  .concept-bar span { display: none; }
  .hero { padding-top: 1.5rem; }
  .hero-visual, .hero-visual img { min-height: 340px; }
  .hero-visual { aspect-ratio: 4 / 4.6; }
  h1 { font-size: clamp(3.35rem, 17vw, 5.2rem); }
  .hero-deck { font-size: 1.2rem; }
  .hours-note { align-items: flex-start; flex-wrap: wrap; }
  .hours-note small { flex-basis: 100%; padding-left: 1.2rem; }
  .quick-facts p { padding: 1.1rem; font-size: .62rem; }
  .menu-item { grid-template-columns: 34px 1fr 30px; min-height: 115px; }
  .menu-item p { font-size: .78rem; }
  .reveal { aspect-ratio: 4 / 5; }
  .reveal img { object-position: 52% center; }
  .visit-title-wrap { display: block; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
  .mobile-actions { height: 62px; position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; padding: .45rem; gap: .45rem; background: var(--paper); border-top: 1px solid var(--line); }
  .mobile-actions a { display: grid; place-items: center; border-radius: var(--radius); background: var(--ink); color: white; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--red); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-front { -webkit-mask-image: none !important; mask-image: none !important; }
  .reveal-cursor, .reveal-instructions { display: none; }
}
