:root {
    --ink: #090909;
    --ink-soft: #141312;
    --paper: #f7f3ed;
    --paper-deep: #eee6dc;
    --orange: #ef4b16;
    --orange-dark: #b93611;
    --cream: #fffaf4;
    --muted: #b8afa4;
    --line: rgba(255, 255, 255, .15);
    --line-dark: rgba(26, 19, 13, .18);
    --serif: "DM Serif Display", Georgia, serif;
    --script: "Kaushan Script", cursive;
    --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }
.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: 50; top: -50px; left: 16px; background: var(--orange); color: white; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; background: rgba(0,0,0,.82); }
.nav-shell { width: min(1240px, calc(100% - 80px)); min-height: 96px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-logo { display: block; width: 150px; height: auto; max-height: 78px; object-fit: contain; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid var(--orange); border-radius: 50%; color: var(--orange); font-family: var(--serif); font-size: 18px; letter-spacing: -2px; transform: rotate(-12deg); }
.brand-copy { display: grid; line-height: .85; color: var(--orange); font-family: var(--serif); font-size: 16px; letter-spacing: .04em; }
.brand-copy em { font-size: 10px; font-family: var(--sans); font-style: normal; letter-spacing: .28em; color: #fff; margin: 4px 0 0 4px; }
.site-nav { display: flex; align-items: center; gap: 36px; font-size: 12px; }
.site-nav a { position: relative; color: #f8f2ea; transition: color .25s ease; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover, .site-nav a.active { color: var(--orange); }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 27px; border-radius: 24px; background: var(--orange); color: white !important; transition: background .25s ease, transform .25s ease; }
.nav-cta:hover { background: var(--orange-dark); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: white; margin: 5px 0; }

.hero { min-height: 760px; position: relative; isolation: isolate; overflow: hidden; display: grid; place-items: center; }
.hero-image { position: absolute; inset: 0; background-position: center; background-size: cover; }
.hero-image-left { background-image: url("https://images.unsplash.com/photo-1601050690597-df0568f70950?auto=format&fit=crop&w=1500&q=88"); clip-path: polygon(0 0, 58% 0, 49% 100%, 0 100%); background-position: left center; }
.hero-image-right { background-image: url("https://images.unsplash.com/photo-1585937421612-70a008356fbe?auto=format&fit=crop&w=1500&q=88"); clip-path: polygon(58% 0, 100% 0, 100% 100%, 49% 100%); background-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.62) 45%, rgba(0,0,0,.74)); }
.hero::after { content: ""; position: absolute; inset: 96px 0 0; z-index: -1; background: radial-gradient(circle at 50% 45%, transparent 0, rgba(0,0,0,.15) 42%, rgba(0,0,0,.64) 100%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; margin-top: 78px; text-align: center; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; }
.hero .eyebrow { color: #f3d4c6; opacity: .85; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 0; font-family: var(--script); font-size: clamp(72px, 9vw, 132px); font-weight: 400; line-height: .88; letter-spacing: .01em; color: #fff9f2; text-shadow: 3px 3px 0 var(--orange-dark), 0 8px 32px rgba(0,0,0,.35); }
.ornament { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 24px 0 15px; color: var(--paper); }
.ornament span { width: 58px; height: 1px; background: currentColor; opacity: .75; }
.ornament b { font-family: Georgia, serif; font-size: 15px; font-weight: 400; }
.hero-subtitle { margin-bottom: 27px; color: var(--orange); font-size: 13px; font-weight: 600; letter-spacing: .33em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; gap: 18px; padding: 15px 24px; border: 1px solid transparent; border-radius: 2px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button span { font-size: 19px; line-height: .5; }
.button:hover { transform: translateY(-3px); }
.button-orange { background: var(--orange); color: white; }
.button-orange:hover { background: #ff5d24; }
.scroll-cue { position: absolute; bottom: 29px; left: 50%; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.66); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { display: block; width: 1px; height: 34px; background: var(--orange); }

.section-dark { background: var(--ink); }
.story { padding: 122px 0 130px; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(0, .93fr); gap: 94px; align-items: center; }
.story-photo { position: relative; min-height: 490px; overflow: hidden; }
.story-photo::after { content: ""; position: absolute; inset: 17px; border: 1px solid rgba(255,255,255,.3); pointer-events: none; }
.story-photo img { width: 100%; height: 490px; object-fit: cover; filter: saturate(.88) contrast(1.05); }
.photo-note { position: absolute; z-index: 1; right: 25px; bottom: 30px; padding: 13px 15px; background: var(--orange); color: white; font-family: var(--serif); font-size: 19px; line-height: 1.05; transform: rotate(-4deg); }
.story-copy h2, .contact-heading h2 { max-width: 500px; margin-bottom: 20px; font-family: var(--serif); font-size: clamp(38px, 4vw, 62px); font-weight: 400; line-height: .98; color: var(--paper); }
.small-rule { width: 56px; height: 2px; margin: 24px 0 28px; background: var(--orange); }
.story-copy p:not(.eyebrow) { max-width: 490px; color: #bdb4aa; font-size: 13px; line-height: 2; }
.story-copy .text-link { margin-top: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 9px; border-bottom: 1px solid var(--orange); color: var(--paper); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--orange); font-size: 17px; }

.section-cream { color: #211913; background: var(--paper); }
.menu-section { position: relative; padding: 115px 0 125px; overflow: hidden; }
.menu-section::before, .menu-section::after { content: "✿"; position: absolute; color: rgba(184, 108, 65, .11); font-size: 170px; line-height: 1; pointer-events: none; }
.menu-section::before { top: 44px; right: -20px; transform: rotate(35deg); }
.menu-section::after { bottom: 10px; left: -25px; transform: rotate(-35deg); }
.section-heading { text-align: center; }
.eyebrow-orange { color: var(--orange); }
.section-heading h2 { margin-bottom: 2px; font-family: var(--serif); font-size: clamp(50px, 5vw, 73px); font-weight: 400; line-height: .95; }
.ornament-dark { color: #2d211b; margin: 18px 0 16px; }
.section-heading > p:last-child { color: #84766c; font-size: 13px; }
.feature-menu { display: grid; grid-template-columns: 1fr 1fr; margin-top: 60px; background: #fff; box-shadow: 0 17px 42px rgba(57, 34, 18, .1); }
.feature-menu-image { min-height: 375px; background: linear-gradient(0deg, rgba(0,0,0,.2), transparent), url("https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1000&q=88") center/cover; }
.feature-menu-list { padding: 52px 47px; }
.table-label { margin-bottom: 20px; color: var(--orange); font-family: var(--serif); font-size: 22px; }
.menu-table { border-top: 1px solid var(--line-dark); }
.menu-table-row { display: grid; grid-template-columns: 1.1fr 1.3fr .55fr; gap: 18px; align-items: center; min-height: 52px; border-bottom: 1px solid var(--line-dark); color: #75675d; font-size: 10px; line-height: 1.35; }
.menu-table-row strong { color: #2c211a; font-weight: 600; }
.menu-table-row > :last-child { text-align: right; color: var(--orange-dark); }
.menu-table-head { min-height: 34px; color: #8b7e72; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.menu-table-head > :last-child { color: #8b7e72; }
.button-outline { margin-top: 29px; border-color: #2a1e18; color: #2a1e18; }
.button-outline:hover { background: #2a1e18; color: var(--paper); }
.highlights { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 67px 0 85px; background: var(--line-dark); }
.menu-card { position: relative; min-height: 215px; padding: 28px 26px; background: var(--paper); transition: background .25s ease, color .25s ease; }
.menu-card:hover { background: var(--orange); color: white; }
.menu-card-number { display: block; margin-bottom: 35px; color: var(--orange); font-family: var(--serif); font-size: 19px; }
.menu-card:hover .menu-card-number, .menu-card:hover p, .menu-card:hover strong { color: white; }
.menu-card h3 { max-width: 190px; margin-bottom: 10px; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.05; }
.menu-card p { max-width: 215px; min-height: 35px; margin-bottom: 17px; color: #887a6e; font-size: 10px; line-height: 1.6; }
.menu-card strong { color: var(--orange-dark); font-size: 12px; }
.weekend-special { display: grid; grid-template-columns: 1fr 1.04fr; background: #fff; box-shadow: 0 17px 42px rgba(57, 34, 18, .1); }
.weekend-photo { min-height: 285px; background: linear-gradient(0deg, rgba(0,0,0,.06), transparent), url("https://images.unsplash.com/photo-1585937421612-70a008356fbe?auto=format&fit=crop&w=1000&q=88") center/cover; }
.weekend-copy { padding: 42px 47px; }

.section-orange { background: var(--orange); color: white; }
.catering { padding: 63px 0; }
.catering-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.eyebrow-light { color: #ffdbc9; }
.catering h2 { max-width: 560px; margin: 0; font-family: var(--serif); font-size: clamp(36px, 4vw, 58px); font-weight: 400; line-height: 1; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #2a2521; }

.contact { padding: 124px 0 135px; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; }
.contact-heading h2 { font-size: clamp(57px, 7vw, 101px); line-height: .88; }
.contact-details { padding-top: 10px; }
.contact-item { padding: 23px 0; border-top: 1px solid var(--line); }
.contact-item:last-of-type { border-bottom: 1px solid var(--line); }
.contact-label { display: block; margin-bottom: 10px; color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.contact-item p, .contact-item a:not(.text-link) { margin: 0; color: #c5bdb4; font-size: 13px; line-height: 1.7; }
.contact-item a:not(.text-link):hover { color: var(--orange); }
.contact-details .text-link { margin-top: 35px; }

.site-footer { padding: 25px 0; background: #050505; border-top: 1px solid rgba(255,255,255,.1); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-inner .brand-logo { width: 135px; max-height: 58px; }
.footer-inner p, .socials { margin: 0; color: #817a74; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.socials { display: flex; gap: 18px; }
.socials a:hover { color: var(--orange); }
.back-to-top { position: fixed; z-index: 9; right: 25px; bottom: 25px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--orange); border-radius: 50%; background: var(--ink); color: var(--orange); font-size: 18px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
    .container, .nav-shell { width: min(100% - 40px, 560px); }
    .site-header { background: rgba(0,0,0,.94); }
    .nav-shell { min-height: 78px; }
    .brand-logo { width: 142px; max-height: 70px; }
    .menu-toggle { display: block; }
    .site-nav { position: absolute; top: 78px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 20px 24px; background: rgba(0,0,0,.97); }
    .site-nav.open { display: flex; }
    .site-nav a { padding: 15px 10px; }
    .site-nav a:not(.nav-cta)::after { display: none; }
    .nav-cta { margin-top: 8px; text-align: center; }
    .hero { min-height: 680px; }
    .hero-image-left { clip-path: polygon(0 0, 70% 0, 57% 100%, 0 100%); }
    .hero-image-right { clip-path: polygon(70% 0, 100% 0, 100% 100%, 57% 100%); }
    h1 { font-size: clamp(66px, 17vw, 100px); }
    .hero-subtitle { font-size: 10px; letter-spacing: .2em; }
    .story { padding: 75px 0; }
    .story-grid, .contact-grid, .feature-menu, .weekend-special { grid-template-columns: 1fr; gap: 40px; }
    .story-photo, .story-photo img { min-height: 340px; height: 340px; }
    .story-copy h2, .contact-heading h2 { font-size: 48px; }
    .menu-section { padding: 75px 0; }
    .feature-menu { margin-top: 40px; }
    .feature-menu-image { min-height: 270px; }
    .feature-menu-list, .weekend-copy { padding: 30px 24px; }
    .highlights { grid-template-columns: 1fr 1fr; margin: 45px 0 55px; }
    .menu-card { min-height: 190px; padding: 22px 18px; }
    .menu-card-number { margin-bottom: 22px; }
    .catering-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
    .catering-inner { gap: 28px; }
    .contact { padding: 75px 0 90px; }
    .contact-grid { gap: 32px; }
    .footer-inner { gap: 18px; }
    .footer-inner p { order: 3; }
}

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