:root {
  --cream: #f4ecdc;
  --cream-light: #fbf7ee;
  --ink: #21180f;
  --brown: #24170f;
  --green: #173b2b;
  --green-light: #244d38;
  --gold: #c89422;
  --gold-light: #e2bd61;
  --terra: #8c3f2e;
  --muted: #6e6256;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Avenir, Montserrat, "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 18px 45px rgba(30, 20, 11, .14);
  --radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-light); font-family: var(--sans); line-height: 1.65; }
body.modal-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.025em; }
h2 { font-size: clamp(2.65rem, 5vw, 5rem); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 132px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--gold); color: #111; }
.skip-link:focus { top: 16px; }

/* Shared decorative elements */
.eyebrow { margin-bottom: 16px; color: var(--gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.ink { color: #8c5b1c; }
.ornament { display: block; margin: 22px 0; color: #9b6e29; letter-spacing: .2em; }
.ornament.light { color: var(--gold-light); }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: 2px; font-size: .72rem; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .carousel-arrow:focus-visible, .menu-toggle:focus-visible, .modal-close:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.button-gold { background: var(--gold); color: #171006; }
.button-gold:hover { background: var(--gold-light); }
.button-green { background: var(--green); color: white; }
.button-green:hover { background: var(--green-light); }
.photo-frame { position: relative; overflow: hidden; background: radial-gradient(circle at 35% 30%, #9f7141, #3b2819 48%, #1b140e); }
.photo-frame::after { content: attr(data-placeholder); position: absolute; inset: 0; display: grid; place-items: center; padding: 24px; color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.photo-frame img { position: relative; z-index: 1; opacity: 0; transition: opacity .55s; }
.photo-frame.has-image img { opacity: 1; }
.photo-frame.has-image::after { display: none; }

/* HEADER */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 86px; background: linear-gradient(to bottom, rgba(22,14,8,.98), rgba(22,14,8,.89)); color: white; border-bottom: 1px solid rgba(222,190,120,.18); transition: height .25s, box-shadow .25s; }
.site-header.scrolled { height: 72px; box-shadow: 0 7px 24px rgba(0,0,0,.25); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; width: 138px; height: 70px; flex-direction: column; align-items: center; justify-content: center; color: var(--gold-light); font-family: var(--serif); font-size: 1.05rem; font-weight: 700; line-height: .86; letter-spacing: .09em; text-align: center; }
.brand-logo { display: none; width: 100%; height: 100%; object-fit: contain; }
.brand.has-logo .brand-logo { display: block; }
.brand.has-logo .brand-text { display: none; }
.brand-text { display: flex; flex-direction: column; align-items: center; }
.brand b { display: block; font-size: 1.75rem; }
.brand small { margin-top: 7px; font-family: var(--sans); font-size: .44rem; letter-spacing: .16em; }
.brand-flourish { height: 10px; color: var(--gold); font-size: 1.2rem; }
.nav-panel { display: flex; align-items: center; gap: clamp(25px, 4vw, 54px); }
.nav-links { display: flex; gap: clamp(18px, 2.3vw, 35px); }
.nav-links a { position: relative; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold); transition: right .25s; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 15px; }
.social-link { display: inline-grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(226,189,97,.45); border-radius: 50%; color: var(--gold-light); font-weight: 800; }
.menu-toggle { display: none; border: 0; background: transparent; }

/* HERO */
.hero { min-height: min(820px, 100svh); display: grid; align-items: center; color: white; }
.hero > img { position: absolute; inset: -12% 0; width: 100%; height: 124%; transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1.03); will-change: transform; }
.hero-shade { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(10,7,4,.8), rgba(10,7,4,.38) 55%, rgba(10,7,4,.16)); }
.hero-content { position: relative; z-index: 3; padding-top: 92px; }
.hero h1 { max-width: 700px; margin-bottom: 22px; font-size: clamp(4rem, 8vw, 7.4rem); text-shadow: 0 3px 25px rgba(0,0,0,.3); }
.hero-copy { font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 1.75rem); line-height: 1.35; }

/* WELCOME */
.welcome { position: relative; padding: 0; background: var(--cream-light); }
.welcome::after { content: ""; position: absolute; right: 0; bottom: 0; width: 28vw; height: 70%; opacity: .12; background: radial-gradient(circle, var(--gold) 1px, transparent 2px); background-size: 17px 17px; mask-image: linear-gradient(135deg, transparent, black); }
.split-layout { position: relative; z-index: 1; display: grid; min-height: 560px; grid-template-columns: 1fr 1fr; align-items: stretch; }
.editorial-photo { width: 100%; height: 100%; min-height: 560px; border-radius: 0; background: var(--cream-light); box-shadow: none; }
.editorial-photo img { object-fit: cover; object-position: 52% center; }
.section-copy { max-width: 620px; align-self: center; padding: clamp(58px, 6vw, 95px); }
.section-copy h2 { margin-bottom: 0; }
.section-copy p:not(.eyebrow) { color: #4f463d; }

/* OUR MENU */
.menu-section { overflow: hidden; background: var(--cream); border-block: 1px solid #dacdb7; }
.centered-heading { max-width: 560px; margin: 0 auto 42px; text-align: center; }
.centered-heading h2 { margin-bottom: 12px; }
.centered-heading p:not(.eyebrow) { color: var(--muted); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.centered-heading .ornament { margin-inline: auto; }
.carousel { position: relative; padding-inline: 47px; }
.carousel-viewport { overflow: hidden; }
.carousel-track { display: flex; gap: 20px; transition: transform .6s cubic-bezier(.22,.8,.3,1); will-change: transform; touch-action: pan-y; }
.dish-card { flex: 0 0 calc((100% - 60px) / 4); min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 0; border-radius: var(--radius); background: var(--cream-light); box-shadow: 0 8px 24px rgba(36,23,15,.1); color: var(--ink); cursor: pointer; text-align: left; transition: transform .3s, box-shadow .3s; }
.dish-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.dish-image { display: block; width: 100%; height: 220px; flex: 0 0 220px; }
.dish-copy { display: block; min-height: 175px; flex: 1; padding: 22px 20px 24px; border-top: 3px solid var(--gold); background: var(--cream-light); }
.dish-copy h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 1.45rem; line-height: 1.1; }
.dish-copy p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.5; }
.carousel-arrow { position: absolute; top: 42%; z-index: 4; width: 39px; height: 39px; border: 1px solid #b39765; border-radius: 50%; background: var(--cream-light); color: var(--green); font-family: var(--serif); font-size: 2rem; line-height: 1; cursor: pointer; }
.carousel-arrow.prev { left: 0; }
.carousel-arrow.next { right: 0; }
.carousel-dots { display: flex; justify-content: center; gap: 9px; margin-top: 30px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #bfb19b; cursor: pointer; }
.carousel-dots button.active { background: var(--green); transform: scale(1.35); }

/* PARALLAX */
.parallax { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; background: #24170f; color: white; text-align: center; }
.parallax > img { position: absolute; inset: -14% 0; width: 100%; height: 128%; object-fit: cover; transform: translate3d(0, var(--parallax-shift, 0px), 0) scale(1.04); will-change: transform; }
.parallax-overlay { position: absolute; inset: 0; z-index: 1; background: rgba(18,13,8,.5); }
.parallax-copy { position: relative; z-index: 2; padding: 90px 24px; }
.parallax-copy h2 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 6rem); }
.parallax-copy p:not(.eyebrow) { font-family: var(--serif); font-size: 1.35rem; }

/* EXPERIENCE */
.experience { background: var(--cream-light); }
.experience-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(40px, 6vw, 85px); align-items: center; }
.experience-intro h2 { margin-bottom: 0; font-size: clamp(2.7rem, 4.8vw, 4.8rem); }
.experience-intro h3 { color: var(--green); font-family: var(--serif); font-size: 1.45rem; font-style: italic; font-weight: 500; }
.experience-intro p:last-child { color: var(--muted); }
.collage { display: grid; height: 610px; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.collage figure { margin: 0; box-shadow: var(--shadow); }
.collage figure img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; opacity: 1; transform: scale(1.001); transition: opacity .65s ease, transform 1.1s ease; }
.collage figure .gallery-next { z-index: 2; opacity: 0; transform: scale(1.035); }
.collage figure .gallery-next.is-active { opacity: 1; transform: scale(1.001); }
.collage:hover figure img { transform: scale(1.025); }
.collage-large { grid-row: 1 / 3; }

/* VALUES */
.values { display: grid; grid-template-columns: repeat(3, 1fr); color: white; background: var(--green); }
.value-card { min-height: 175px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 34px 7vw; background: var(--green); }
.value-card.terracotta { background: var(--terra); }
.value-card > span { display: grid; min-width: 65px; height: 65px; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 1.9rem; }
.value-card h3 { margin: 0 0 6px; color: var(--gold-light); font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.value-card p { margin: 0; font-family: var(--serif); line-height: 1.4; }

/* GIFT CARDS */
.gift-cards { background: #e7d9bf; }
.gift-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.gift-copy { max-width: 550px; }
.gift-copy h2 { margin-bottom: 0; }
.gift-visual { min-height: 390px; margin: 0; border: 1px solid rgba(156,109,38,.35); border-radius: 8px; box-shadow: 0 28px 55px rgba(41,25,12,.22); }

/* VISIT US */
.visit { display: grid; grid-template-columns: 1.1fr .78fr .92fr; min-height: 650px; background: var(--cream-light); }
.visit-photo { min-height: 650px; }
.visit-photo > img { position: absolute; inset: -12% 0; width: 100%; height: 124%; transform: translate3d(0, var(--visit-shift, 0px), 0) scale(1.03); will-change: transform; }
.visit-info { padding: 75px clamp(36px, 5vw, 78px); }
.visit-info h2 { margin-bottom: 0; }
.visit-info h3 { max-width: 330px; margin-bottom: 15px; font-family: var(--serif); font-size: 1.25rem; text-transform: uppercase; }
.visit-info address { margin-bottom: 12px; font-style: normal; }
.visit-info address a { display: inline-block; border-bottom: 1px solid transparent; transition: color .25s, border-color .25s; }
.visit-info address a:hover { color: var(--green); border-color: var(--gold); }
.phone { color: var(--green); font-weight: 800; }
.hours-grid { display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; margin-top: 26px; padding-top: 24px; border-top: 1px solid #d0c0a5; font-size: .8rem; }
.map-wrap { min-height: 650px; padding: 28px 28px 28px 0; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 594px; border: 0; filter: sepia(.3) saturate(.8) contrast(.93); }

/* FOOTER */
.site-footer { padding-top: 70px; background: var(--brown); color: #d9cab4; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr 1fr .9fr .55fr; gap: 45px; padding-bottom: 55px; }
.footer-grid h3 { margin-bottom: 18px; color: var(--gold-light); font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p, .footer-grid a:not(.brand):not(.social-link) { display: block; margin-bottom: 7px; font-size: .76rem; line-height: 1.65; }
.footer-grid a:not(.brand):hover { color: var(--gold-light); }
.footer-brand { margin-bottom: 20px; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(226,189,97,.18); font-size: .65rem; }
.footer-bottom a { color: var(--gold-light); }

/* MODAL */
.dish-modal { width: min(960px, calc(100% - 36px)); max-height: min(760px, calc(100svh - 36px)); padding: 0; overflow: hidden; border: 0; border-radius: 6px; background: var(--cream-light); box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.dish-modal[open] { display: grid; grid-template-columns: 1.15fr .85fr; }
.dish-modal::backdrop { background: rgba(17,11,7,.78); backdrop-filter: blur(4px); }
.modal-photo { min-height: 580px; }
.modal-copy { align-self: center; padding: 60px; }
.modal-copy h2 { margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.modal-copy p:last-child { color: var(--muted); }
.modal-close { position: absolute; top: 15px; right: 15px; z-index: 5; width: 43px; height: 43px; border: 0; border-radius: 50%; background: var(--brown); color: white; font-size: 1.7rem; line-height: 1; cursor: pointer; }

/* SCROLL REVEALS */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .dish-card { flex-basis: calc((100% - 40px) / 3); }
  .visit { grid-template-columns: 1fr 1fr; }
  .map-wrap { grid-column: 1 / 3; min-height: 440px; padding: 0 28px 28px; }
  .map-wrap iframe { min-height: 410px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .values { grid-template-columns: 1fr; }
  .value-card { justify-content: flex-start; padding-inline: 12vw; }
}

@media (max-width: 820px) {
  .site-header, .site-header.scrolled { height: 72px; }
  .menu-toggle { display: grid; gap: 5px; padding: 10px; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--gold-light); transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-panel { position: absolute; top: 72px; left: 0; right: 0; display: grid; gap: 25px; padding: 30px 24px 34px; background: rgba(29,19,12,.99); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; }
  .nav-panel.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links { display: grid; gap: 0; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .split-layout, .experience-grid, .gift-layout { grid-template-columns: 1fr; }
  .split-layout { min-height: 0; }
  .editorial-photo { height: 480px; min-height: 480px; }
  .section-copy { max-width: none; padding: 76px clamp(28px, 8vw, 70px); }
  .dish-card { flex-basis: calc((100% - 20px) / 2); }
  .parallax > img { inset: 0; height: 100%; transform: none; }
  .hero > img, .visit-photo > img { inset: 0; height: 100%; transform: none; }
  .experience-intro { max-width: 580px; }
  .collage { height: 560px; }
  .gift-visual { min-height: 300px; }
  .visit { grid-template-columns: 1fr; }
  .visit-photo { min-height: 490px; }
  .map-wrap { grid-column: auto; min-height: 420px; padding: 0 24px 24px; }
  .map-wrap iframe { min-height: 390px; }
  .dish-modal[open] { grid-template-columns: 1fr; overflow-y: auto; }
  .modal-photo { min-height: 330px; }
  .modal-copy { padding: 38px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding-block: 70px; }
  .brand { width: 120px; }
  .brand b { font-size: 1.45rem; }
  .hero { min-height: 760px; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,7,4,.8), rgba(10,7,4,.42)); }
  .hero-content { padding-top: 90px; }
  .hero h1 { font-size: clamp(3.55rem, 17vw, 5rem); }
  .button-row .button { flex: 1 1 145px; }
  .editorial-photo { height: 390px; min-height: 390px; }
  .carousel { padding-inline: 0; }
  .carousel-viewport { overflow: visible; }
  .dish-card { flex-basis: 88%; }
  .carousel-arrow { top: auto; bottom: -2px; }
  .carousel-arrow.prev { left: 0; }
  .carousel-arrow.next { right: 0; }
  .collage { height: 650px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; }
  .collage-large { grid-row: auto; grid-column: 1 / 3; }
  .value-card { min-height: 155px; padding: 28px 25px; }
  .gift-layout { gap: 35px; }
  .visit-photo { min-height: 390px; }
  .visit-info { padding: 62px 24px; }
  .hours-grid { grid-template-columns: 1fr; gap: 2px; }
  .hours-grid b { margin-bottom: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .dish-modal { width: calc(100% - 20px); }
  .modal-photo { min-height: 265px; }
  .modal-copy { padding: 30px 25px 38px; }
}

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