:root {
  --espresso: 18 38% 10%;
  --roast: 15 48% 28%;
  --sienna: 20 53% 52%;
  --copper: 33 70% 69%;
  --parchment: 34 48% 91%;
  --cream: 38 47% 96%;
  --ink: 18 42% 13%;
  --muted: 25 16% 48%;
  --line-light: 34 38% 75%;
  --line-dark: 19 28% 35%;
  --shadow-photo: 0 32px 70px hsl(var(--espresso) / .36);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: hsl(var(--cream)); color: hsl(var(--ink)); font-family: "Fira Sans", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button { font: inherit; }
.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; }

.site-header { height: 92px; padding: 0 max(5vw, 40px); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; color: hsl(var(--parchment)); border-bottom: 1px solid hsl(var(--parchment) / .18); }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 400 23px/1 "DM Serif Display", serif; letter-spacing: .01em; }
.brand i { color: hsl(var(--copper)); }
.brand svg { width: 27px; fill: none; stroke: hsl(var(--copper)); stroke-width: 1.4; }
.site-nav { display: flex; align-items: center; gap: 38px; font-size: 13px; font-weight: 500; letter-spacing: .06em; }
.site-nav > a:not(.nav-cta) { opacity: .78; transition: opacity .2s ease; }
.site-nav > a:hover { opacity: 1; }
.nav-cta { border: 1px solid hsl(var(--parchment) / .5); padding: 11px 17px; transition: background .25s, color .25s; }
.nav-cta:hover { background: hsl(var(--parchment)); color: hsl(var(--espresso)); }
.nav-cta span { margin-left: 12px; color: hsl(var(--copper)); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }

.hero { min-height: 760px; height: min(900px, 100vh); position: relative; background: hsl(var(--espresso)); color: hsl(var(--parchment)); overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr); }
.hero::before { content: ""; position: absolute; left: -13vw; bottom: -47vw; width: 70vw; aspect-ratio: 1; border: 1px solid hsl(var(--copper) / .13); border-radius: 50%; box-shadow: 0 0 0 5vw hsl(var(--copper) / .025), 0 0 0 12vw hsl(var(--copper) / .018); }
.hero-copy { align-self: center; padding: 124px 7vw 52px max(7vw, 72px); z-index: 2; }
.eyebrow { margin: 0 0 27px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 600; color: hsl(var(--copper)); display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: hsl(var(--roast)); }
h1, h2, h3 { font-family: "DM Serif Display", serif; font-weight: 400; margin: 0; }
h1 { font-size: clamp(58px, 5.5vw, 92px); line-height: .96; letter-spacing: -.035em; max-width: 790px; }
h1 em, h2 em { font-weight: 400; color: hsl(var(--copper)); }
.hero-intro { max-width: 510px; color: hsl(var(--parchment) / .67); font-size: 17px; line-height: 1.75; margin: 32px 0 34px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 36px; min-height: 50px; padding: 0 22px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; transition: transform .25s var(--ease), background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: hsl(var(--sienna)); color: hsl(var(--cream)); }
.button-primary:hover { background: hsl(var(--copper)); color: hsl(var(--espresso)); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid hsl(var(--parchment) / .32); font-size: 12px; letter-spacing: .08em; }
.text-link span { color: hsl(var(--copper)); margin-left: 9px; }
.hero-visual { margin: 0; position: relative; min-width: 0; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, hsl(var(--espresso) / .5), transparent 35%), linear-gradient(0deg, hsl(var(--espresso) / .38), transparent 40%); pointer-events: none; }
.hero-visual img { filter: saturate(.82) contrast(1.05); transition: transform 1.4s var(--ease); }
.hero-visual:hover img { transform: scale(1.025); }
.hero-visual figcaption { position: absolute; z-index: 2; left: 34px; bottom: 32px; display: flex; gap: 14px; font: italic 19px/1.35 "DM Serif Display", serif; }
.hero-visual figcaption span { font: 500 10px/1.5 "Fira Sans", sans-serif; color: hsl(var(--copper)); }
.open-stamp { position: absolute; z-index: 3; right: 31px; top: 116px; width: 112px; height: 112px; border: 1px solid hsl(var(--parchment) / .62); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(5deg); text-transform: uppercase; letter-spacing: .12em; font-size: 7px; backdrop-filter: blur(5px); }
.open-stamp b { display: block; font: 400 29px/1.1 "DM Serif Display", serif; color: hsl(var(--copper)); letter-spacing: 0; }
.hero-note { position: absolute; margin: 0; z-index: 3; left: 26px; bottom: 34px; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; letter-spacing: .18em; font-size: 8px; color: hsl(var(--parchment) / .42); }

.marquee { height: 58px; overflow: hidden; display: flex; align-items: center; background: hsl(var(--sienna)); color: hsl(var(--cream)); font: italic 20px "DM Serif Display", serif; white-space: nowrap; }
.marquee div { min-width: max-content; animation: ticker 28s linear infinite; }
.marquee i { padding: 0 30px; color: hsl(var(--copper)); font-size: 9px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.menu-section { padding: 110px max(7vw, 72px); display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; background: hsl(var(--parchment)); }
.section-heading { max-width: 490px; }
.section-heading h2, .visit-heading h2, .story-card h2 { font-size: clamp(49px, 5vw, 76px); line-height: 1; letter-spacing: -.025em; }
.section-heading > p:last-child { max-width: 430px; margin: 29px 0 0; color: hsl(var(--muted)); line-height: 1.75; }
.menu-list { border-top: 1px solid hsl(var(--roast) / .35); }
.menu-list article { min-height: 108px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; border-bottom: 1px solid hsl(var(--roast) / .22); gap: 16px; }
.menu-number { align-self: start; padding-top: 30px; color: hsl(var(--sienna)); font-size: 10px; }
.menu-list h3 { font-size: 25px; letter-spacing: -.01em; }
.menu-list p { margin: 3px 0 0; color: hsl(var(--muted)); font-size: 13px; }
.menu-list strong { font: 400 20px "DM Serif Display", serif; }
.full-menu { display: inline-flex; gap: 17px; margin-top: 26px; padding-bottom: 4px; border-bottom: 1px solid hsl(var(--sienna)); color: hsl(var(--roast)); text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .14em; }

.story-section { min-height: 620px; display: grid; grid-template-columns: 1.2fr .8fr; background: linear-gradient(135deg, hsl(var(--roast)), hsl(var(--espresso))); color: hsl(var(--parchment)); }
.story-card { padding: 104px max(7vw, 72px); border-right: 1px solid hsl(var(--parchment) / .15); }
.story-card h2 { max-width: 690px; }
.story-card > p:not(.eyebrow) { max-width: 610px; margin: 31px 0 35px; color: hsl(var(--parchment) / .66); }
.button-light { color: hsl(var(--espresso)); background: hsl(var(--parchment)); }
.button-light:hover { background: hsl(var(--copper)); }
.quote { padding: 90px 5.5vw; align-self: center; }
.quote > span { font: 400 78px/1 "DM Serif Display", serif; color: hsl(var(--copper)); }
.quote blockquote { margin: -12px 0 26px; font: italic 31px/1.36 "DM Serif Display", serif; }
.quote cite { font-style: normal; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; color: hsl(var(--parchment) / .52); }

.visit-section { padding: 106px max(7vw, 72px); display: grid; grid-template-columns: 1fr 1.1fr; gap: 8vw; background: hsl(var(--cream)); }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-self: end; }
.visit-details > div { padding-top: 20px; border-top: 1px solid hsl(var(--roast) / .35); }
.visit-details span { text-transform: uppercase; letter-spacing: .18em; font-size: 9px; color: hsl(var(--sienna)); font-weight: 600; }
.visit-details p { margin: 18px 0 16px; font: 400 20px/1.55 "DM Serif Display", serif; }
.visit-details a { font-size: 11px; text-decoration: underline; text-underline-offset: 5px; color: hsl(var(--roast)); }

footer { padding: 40px max(7vw, 72px); background: hsl(var(--espresso)); color: hsl(var(--parchment)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid hsl(var(--parchment) / .16); }
footer p { color: hsl(var(--parchment) / .48); font: italic 16px "DM Serif Display", serif; }
footer > div { display: flex; gap: 25px; justify-content: flex-end; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
footer small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid hsl(var(--parchment) / .12); color: hsl(var(--parchment) / .35); font-size: 9px; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1.05fr .95fr; }
  .hero-copy { padding-left: 54px; }
  .hero-note { display: none; }
  .menu-section, .visit-section { padding-left: 52px; padding-right: 52px; gap: 6vw; }
  .story-card { padding-left: 52px; padding-right: 52px; }
  footer { padding-left: 52px; padding-right: 52px; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 21px; }
  .menu-toggle { display: grid; gap: 6px; color: hsl(var(--parchment)); }
  .menu-toggle span:not(.sr-only) { width: 25px; height: 1px; background: currentColor; display: block; }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 25px; background: hsl(var(--espresso)); flex-direction: column; align-items: stretch; gap: 18px; border-top: 1px solid hsl(var(--parchment) / .12); }
  .site-nav.open { display: flex; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 0; height: auto; display: flex; flex-direction: column; }
  .hero-copy { padding: 126px 22px 53px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-intro { font-size: 15px; margin: 25px 0 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-visual { height: 410px; }
  .hero-visual::after { background: linear-gradient(0deg, hsl(var(--espresso) / .38), transparent 55%); }
  .open-stamp { width: 92px; height: 92px; top: 25px; right: 20px; }
  .hero-visual figcaption { left: 22px; bottom: 21px; }
  .marquee { height: 50px; font-size: 17px; }
  .menu-section, .visit-section { padding: 78px 22px; display: block; }
  .section-heading h2, .visit-heading h2, .story-card h2 { font-size: 51px; }
  .menu-list { margin-top: 54px; }
  .menu-list article { grid-template-columns: 27px 1fr auto; min-height: 98px; gap: 10px; }
  .menu-list h3 { font-size: 20px; }
  .menu-list p { font-size: 11px; }
  .story-section { display: block; min-height: 0; }
  .story-card { padding: 78px 22px; border-right: 0; border-bottom: 1px solid hsl(var(--parchment) / .15); }
  .quote { padding: 70px 22px 78px; }
  .quote blockquote { font-size: 27px; }
  .visit-details { margin-top: 57px; grid-template-columns: 1fr; gap: 34px; }
  footer { padding: 45px 22px 30px; display: flex; align-items: flex-start; flex-direction: column; }
  footer > div { order: 3; flex-wrap: wrap; justify-content: flex-start; }
  footer small { order: 4; width: 100%; }
}

@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 { opacity: 1; transform: none; }
}
