:root{
  --ink:#1f261d;
  --olive:#596348;
  --olive-2:#6f7a59;
  --sage:#a5ad8d;
  --cream:#f4efe4;
  --paper:#fbf8f1;
  --line:#d9d2c3;
  --muted:#6f7068;
  --white:#fffdf8;
  --shadow:0 18px 50px rgba(44,52,38,.12);
  --radius:28px;
  --serif:Georgia,'Times New Roman',serif;
  --sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);line-height:1.55;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 36px));margin-inline:auto}
.section{padding:92px 0}
.section-tight{padding:62px 0}
.eyebrow{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--olive);font-weight:700}
.section-title{font:400 clamp(2.2rem,4vw,4.5rem)/.98 var(--serif);margin:0;color:var(--ink);letter-spacing:-.03em}
.section-copy{max-width:680px;color:var(--muted);font-size:1.02rem}
.small-heart{display:inline-block;color:var(--olive);font-size:.9em;transform:translateY(-1px)}
.divider{width:90px;height:1px;background:var(--olive);margin:18px auto;position:relative}
.divider:after{content:'♥';position:absolute;left:50%;top:50%;transform:translate(-50%,-56%);background:var(--cream);padding:0 10px;color:var(--olive);font-size:.75rem}

.site-header{position:sticky;top:0;z-index:50;background:rgba(244,239,228,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(89,99,72,.12)}
.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px}
.brand img{width:78px;height:78px;object-fit:contain}
.nav{display:flex;gap:30px;align-items:center;text-transform:uppercase;letter-spacing:.1em;font-size:.73rem;font-weight:700}
.nav a{position:relative;padding:8px 0}
.nav a:after{content:'';position:absolute;left:0;bottom:2px;width:0;height:1px;background:var(--olive);transition:.25s}
.nav a:hover:after,.nav a.active:after{width:100%}
.nav-social{width:22px;height:22px;color:var(--ink)}
.menu-toggle{display:none;border:0;background:transparent;width:42px;height:42px;padding:7px;cursor:pointer}
.menu-toggle span{display:block;height:1.5px;background:var(--ink);margin:7px 0;transition:.25s}

.hero{min-height:calc(100svh - 86px);display:grid;grid-template-columns:1.02fr .98fr;background:var(--paper);overflow:hidden}
.hero-copy{display:flex;align-items:center;padding:70px clamp(24px,6vw,100px)}
.hero-copy-inner{max-width:620px}
.hero h1{font:400 clamp(3.5rem,6.5vw,7.2rem)/.88 var(--serif);letter-spacing:-.055em;color:var(--olive);margin:14px 0 28px}
.hero p{max-width:540px;color:#5c6156;font-size:1.05rem;margin:0 0 30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 22px;border-radius:999px;border:1px solid var(--olive);text-transform:uppercase;letter-spacing:.09em;font-size:.71rem;font-weight:800;transition:.25s;cursor:pointer}
.btn-primary{background:var(--olive);color:var(--cream)}
.btn-primary:hover{background:#454e38;transform:translateY(-1px)}
.btn-secondary{background:transparent;color:var(--ink)}
.btn-secondary:hover{background:rgba(89,99,72,.08)}
.hero-media{position:relative;min-height:560px;background:#e8dfce}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,239,228,.12),transparent 28%)}
.hero-stamp{position:absolute;left:32px;bottom:32px;z-index:2;width:118px;height:118px;border-radius:50%;background:rgba(89,99,72,.94);display:grid;place-items:center;box-shadow:var(--shadow)}
.hero-stamp img{width:92px;height:92px;object-fit:contain;filter:brightness(0) invert(1);opacity:.88}

.intro{text-align:center;background:var(--cream)}
.intro .section-copy{margin:18px auto 0}
.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}
.food-card{background:var(--paper);border:1px solid rgba(89,99,72,.12);transition:.25s;overflow:hidden}
.food-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.food-card img{width:100%;aspect-ratio:1.18/1;object-fit:cover}
.food-card-body{padding:20px 20px 24px}
.food-card h3{font:400 1.5rem/1.1 var(--serif);margin:0 0 10px}
.food-card p{font-size:.91rem;color:var(--muted);margin:0}
.food-card .tag{display:inline-flex;gap:6px;align-items:center;font-size:.72rem;color:var(--olive);margin-top:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}

.game{background:var(--olive);color:var(--cream);position:relative;overflow:hidden}
.game:before,.game:after{content:'❧';position:absolute;font:400 16rem/1 var(--serif);opacity:.06;top:50%;transform:translateY(-50%) rotate(-18deg)}
.game:before{left:-20px}.game:after{right:-20px;transform:translateY(-50%) rotate(18deg)}
.game-inner{text-align:center;position:relative;z-index:2}
.game .section-title,.game .section-copy{color:var(--cream)}
.game .divider{background:rgba(255,255,255,.55)}
.game .divider:after{background:var(--olive);color:var(--cream)}
.rps-options{display:flex;justify-content:center;gap:34px;margin-top:36px;flex-wrap:wrap}
.rps-btn{width:122px;height:122px;border-radius:50%;border:1px solid rgba(255,255,255,.65);background:transparent;color:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:.25s}
.rps-btn:hover{background:rgba(255,255,255,.1);transform:translateY(-4px)}
.rps-icon{font-size:2.4rem}
.rps-label{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}
.game-result{min-height:34px;margin-top:25px;font-family:var(--serif);font-size:1.35rem}

.story-split{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:var(--paper)}
.story-image{min-height:620px}.story-image img{width:100%;height:100%;object-fit:cover}
.story-copy{padding:80px clamp(30px,6vw,90px);display:flex;align-items:center}
.story-copy .section-copy{max-width:560px}
.signature{font:italic 1.25rem/1.4 var(--serif);color:var(--olive);margin-top:28px}

.gallery{display:grid;grid-template-columns:1.15fr 1fr .9fr .95fr;gap:10px;margin-top:34px}
.gallery img{width:100%;height:250px;object-fit:cover}
.follow-bar{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:24px;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700}

.page-hero{padding:92px 0 70px;text-align:center;background:var(--paper);border-bottom:1px solid var(--line)}
.page-hero .section-copy{margin:18px auto 0}
.menu-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.menu-page-card{background:var(--paper);border:1px solid var(--line);padding-bottom:24px}
.menu-page-card img{width:100%;aspect-ratio:1.15/1;object-fit:cover}
.menu-page-card .content{padding:20px 22px 0}
.menu-page-card h2{font:400 1.8rem/1.1 var(--serif);margin:0 0 10px}
.menu-page-card p{margin:0;color:var(--muted)}
.menu-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:16px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--olive);font-weight:700}
.allergen-strip{display:grid;grid-template-columns:repeat(3,1fr);background:#e5dfcf;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.allergen-item{display:flex;align-items:center;justify-content:center;gap:12px;padding:22px;border-right:1px solid rgba(89,99,72,.16);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.allergen-item:last-child{border-right:0}
.allergen-item img{width:25px;height:25px}

.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.polaroid{background:#eee5d5;padding:18px 18px 70px;box-shadow:0 18px 45px rgba(37,43,30,.15);transform:rotate(-1.5deg);max-width:520px;margin:auto}
.polaroid img{width:100%;aspect-ratio:1.15/1;object-fit:cover}
.polaroid-note{font:italic 1.4rem/1.25 var(--serif);padding:18px 10px 0;color:#39402f}
.story-body p{color:var(--muted);font-size:1.03rem}
.story-body p:first-of-type{font-size:1.14rem;color:var(--ink)}

.find-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.market-image img{width:100%;aspect-ratio:1.28/1;object-fit:cover;box-shadow:var(--shadow)}
.event-card h2{font:400 2.45rem/1 var(--serif);margin:0 0 8px}
.event-card .date{font-weight:800;color:var(--olive);margin-bottom:8px}
.event-list{padding-left:18px;color:var(--muted)}
.event-meta{display:grid;gap:14px;margin:24px 0}
.meta-row{display:flex;gap:12px;align-items:flex-start}
.meta-dot{width:8px;height:8px;border-radius:50%;background:var(--olive);margin-top:8px;flex:0 0 auto}
.map-link{display:inline-flex;margin-top:6px}
.schedule{margin-top:64px;border-top:1px solid var(--line)}
.schedule-row{display:grid;grid-template-columns:180px 1fr 170px;gap:20px;padding:24px 0;border-bottom:1px solid var(--line);align-items:center}
.schedule-row strong{font-family:var(--serif);font-size:1.22rem}
.schedule-row span{color:var(--muted)}

.cta{background:#e2ddcf;text-align:center}
.cta-inner{max-width:760px;margin:auto}
.cta .section-copy{margin:18px auto 28px}

.site-footer{background:#414936;color:#f6f1e6;padding:38px 0}
.footer-inner{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:14px}
.footer-brand img{width:58px;height:58px;filter:brightness(0) invert(1);opacity:.85}
.footer-copy{font-size:.74rem;opacity:.8;text-align:center}
.footer-social{display:flex;justify-content:flex-end;gap:14px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}

.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}

@media (max-width:960px){
  .hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:74px 28px}.hero-media{min-height:520px}.menu-grid,.menu-page-grid{grid-template-columns:1fr 1fr}.story-split{grid-template-columns:1fr}.story-image{min-height:520px}.about-grid,.find-grid{grid-template-columns:1fr;gap:44px}.gallery{grid-template-columns:1fr 1fr}.schedule-row{grid-template-columns:130px 1fr 120px}.footer-inner{grid-template-columns:1fr;text-align:center}.footer-brand,.footer-social{justify-content:center}
}
@media (max-width:760px){
  .header-inner{height:72px}.brand img{width:62px;height:62px}.menu-toggle{display:block}.nav{position:fixed;inset:72px 0 auto 0;background:var(--cream);display:flex;flex-direction:column;align-items:flex-start;padding:30px 24px 34px;border-bottom:1px solid var(--line);transform:translateY(-130%);opacity:0;pointer-events:none;transition:.28s}.nav.open{transform:none;opacity:1;pointer-events:auto}.nav-social{margin-left:0}.hero{min-height:auto}.hero-copy{padding:60px 24px 44px}.hero h1{font-size:clamp(3.3rem,16vw,5.6rem)}.hero-media{min-height:430px}.hero-stamp{width:88px;height:88px;left:18px;bottom:18px}.hero-stamp img{width:70px;height:70px}.section{padding:72px 0}.section-tight{padding:52px 0}.menu-grid,.menu-page-grid{grid-template-columns:1fr}.allergen-strip{grid-template-columns:1fr}.allergen-item{border-right:0;border-bottom:1px solid rgba(89,99,72,.16)}.allergen-item:last-child{border-bottom:0}.gallery{grid-template-columns:1fr 1fr}.gallery img{height:180px}.story-image{min-height:430px}.story-copy{padding:58px 24px}.rps-options{gap:16px}.rps-btn{width:102px;height:102px}.page-hero{padding:70px 0 54px}.schedule-row{grid-template-columns:1fr;gap:5px}.schedule-row .btn{justify-self:start;margin-top:7px}
}
@media (max-width:480px){
  .container{width:min(100% - 24px,1180px)}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.gallery{grid-template-columns:1fr 1fr}.gallery img{height:145px}.polaroid{padding:12px 12px 54px}.section-title{font-size:2.5rem}.food-card-body{padding:17px}
}
