/* Typography, basic reset and variables */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Poppins:wght@600;700&display=swap');
:root{
  --bg:#fff;
  --accent:#c81b2b; /* slightly brighter */
  --muted:#6b7280;
  --wrap:1100px;
  --card-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
*{box-sizing:border-box}
.brand-font{font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
body{font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#111;margin:0;background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 16px}

/* Subtle paper grain background to add texture without images */
body::before{
  content:"";
  position:fixed;inset:0;pointer-events:none;opacity:0.04;
  background-image:radial-gradient(rgba(0,0,0,0.02) 1px, transparent 1px);
  background-size:10px 10px;
  z-index:0;
}

/* Headings: use Poppins for more personality */
h1,h2,h3,h4{font-family:var(--brand-font, 'Poppins'), 'Inter', system-ui;letter-spacing:-0.01em;color:#111;margin:0}
h1{font-size:2rem}
h2{font-size:1.5rem}
h3{font-size:1.125rem}

/* Animated underline for nav links */
.site-nav a{position:relative;overflow:visible}
.site-nav a::after{content:'';position:absolute;left:8px;right:8px;bottom:2px;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.site-nav a:hover::after,.site-nav a.active::after{transform:scaleX(1)}

/* Footer uplift */
.site-footer{background:linear-gradient(180deg,#fff,#fbfbfb);padding:28px 0;border-top:1px solid #eee}

/* Small utility for subtle micro-animations on link focus */
a:focus{outline:2px solid rgba(200,27,43,0.12);outline-offset:3px}

.site-header{background:#fff;border-bottom:1px solid #eee}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;gap:12px}
/* sticky header */
.site-header{position:sticky;top:0;z-index:30}
.logo{display:block;height:clamp(20px,3.5vw,48px);width:auto;margin:0;line-height:1}
.logo-hidden-text{position:absolute;left:-9999px}

/* Ensure any image used as a logo/face in the header is kept small and responsive */
.site-header img{height:clamp(20px,3.5vw,48px);width:auto;display:block}

/* Specific small size for face-shaped logo images. Add class="face-logo" to the <img> element you want to shrink. */
.face-logo{height:20px;width:auto;display:inline-block;vertical-align:middle;margin-right:6px}
.brand{display:flex;align-items:center;gap:8px}
.wordmark{display:inline-flex;align-items:center;gap:8px;font-size:clamp(16px,2.6vw,22px);font-weight:700;color:var(--accent);text-decoration:none}
.face-logo.small{height:24px!important}
.site-nav{display:flex;gap:12px}
.site-nav a{color:var(--muted);text-decoration:none;padding:6px 8px;border-radius:4px}
.site-nav a:hover{color:var(--accent)}
.nav-toggle{display:none;background:#eee;border:0;padding:8px;border-radius:6px}

.hero{position:relative;margin-bottom:28px;border-radius:10px;overflow:hidden}
.hero picture,img{display:block;width:100%;height:380px;object-fit:cover}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.45) 70%);pointer-events:none}
.hero-text{position:absolute;left:24px;bottom:28px;color:#fff;padding:18px;max-width:560px}
.hero-text h2{margin:0 0 8px;font-size:2.2rem;letter-spacing:-0.02em}
.hero .hero-caption{background:rgba(0,0,0,0.28);padding:10px;border-radius:8px}

.intro{padding:28px 16px}
.menu-preview{padding:18px 0 40px}
.menu-grid{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:start}
.menu-item{background:#fff;border:1px solid #f0f0f0;padding:12px;border-radius:10px;display:flex;flex-direction:column;gap:8px}
.menu-item picture img{width:100%;height:160px;object-fit:cover;border-radius:8px}
.menu-item h3{margin:6px 0 4px;font-size:1.05rem}
.menu-item p{margin:0;color:var(--muted)}
.btn{display:inline-block;margin-top:8px;padding:8px 12px;background:var(--accent);color:#fff;border-radius:6px;text-decoration:none}

.contact{padding:10px 0 40px}
.site-footer{background:#fafafa;padding:18px 0;border-top:1px solid #eee}

@media(min-width:720px){
  /* Desktop: show three menu highlight cards in a single row */
  .menu-grid{grid-template-columns:repeat(3,1fr)}
  .menu-item picture img{height:200px}
  .nav-toggle{display:none}
}

/* Make the menu preview sit on top of a food background and style cards (polished) */
.menu-preview{
  position:relative;
  padding:28px 0 48px;
  background:none;
}
.menu-grid{max-width:1100px;margin:0 auto;gap:28px;justify-items:center}
.menu-item{background:#fff;border-radius:12px;padding:40px 22px 36px;min-height:520px;position:relative;text-align:center;box-shadow:var(--card-shadow);border:0;overflow:visible;width:320px;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;align-items:center;justify-content:space-between}
.menu-item::before{content:'';position:absolute;left:0;right:0;top:0;height:8px;background:var(--accent);border-top-left-radius:12px;border-top-right-radius:12px}
.menu-item .circle{width:120px;height:120px;border-radius:50%;overflow:hidden;position:relative;margin:8px auto 0;background:#fff;border:6px solid #fff;box-shadow:0 10px 30px rgba(0,0,0,0.12);transition:transform .28s ease;z-index:40}
.menu-item .circle img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}
.menu-item h4,.menu-item h3{font-size:1.25rem;margin:16px 0 8px;color:#111}
.menu-item p{color:var(--muted);font-size:0.95rem;line-height:1.6;margin:0 0 12px;flex:1;padding-top:12px}
.menu-item .price{display:inline-block;background:var(--accent);color:#fff;padding:6px 12px;border-radius:2px;text-decoration:none;box-shadow:0 6px 18px rgba(200,27,43,0.18);margin-top:12px}
.badge{position:absolute;right:18px;top:-18px;background:#f6c63f;color:#fff;padding:6px 10px;border-radius:999px;font-weight:700;box-shadow:0 6px 18px rgba(0,0,0,0.12);z-index:45}

.menu-item:hover{transform:translateY(-6px);box-shadow:0 30px 60px rgba(0,0,0,0.18)}
.menu-item:hover .circle{transform:translateX(-50%) scale(1.03)}

@media(max-width:720px){
  .menu-preview{background-image:none;padding:28px 0}
  .menu-grid{grid-template-columns:1fr;gap:18px}
  .menu-item{margin:0 8px}
}

/* Menu page specific styles to match provided design */
.menu-page .section-header{display:flex;gap:0;margin:24px 0}
.section-header .section-title{padding:12px 18px;color:#fff;font-size:1.25rem}
.section-header .section-title.left{background:#c81b2b;flex:1;text-align:left}
.section-header .section-title.right{background:#111;min-width:220px;text-align:center}

.menu-two-col{display:flex;gap:28px;margin-top:18px}
.menu-left{flex:1}
.menu-right{width:320px}
.sidebar-box{background:#f3f3f3;padding:18px;border:1px solid #e6e6e6}
.sidebar-box h4{margin:0 0 8px;font-size:1rem}
.sidebar-box .muted{color:#666;margin:0 0 12px}
.side-list{list-style:none;padding:0;margin:8px 0 18px}
.side-list li{padding:6px 0;border-bottom:1px solid rgba(0,0,0,0.03);display:flex;justify-content:space-between;color:#333}

.menu-list{list-style:none;padding:0;margin:0}
.menu-row{display:flex;gap:18px;padding:20px 0;border-bottom:1px solid #f0f0f0;align-items:flex-start}
.thumb{width:220px;flex:0 0 220px;position:relative;margin:0}
.thumb img{display:block;width:100%;height:auto;border-radius:6px}
.thumb-badge{position:absolute;right:10px;top:10px;background:#c81b2b;color:#fff;padding:6px 8px;border-radius:3px;font-size:0.8rem;display:flex;flex-direction:column;align-items:center}
.thumb-badge span{font-weight:700}
.thumb-badge small{font-size:0.7rem;opacity:0.9}
.menu-copy h3{margin:0 0 6px;font-size:1.6rem;color:#333}
.menu-copy .dotted{border:0;border-bottom:1px dotted #bdbdbd;margin:8px 0 12px}
.menu-copy p{color:#666;line-height:1.45;margin:0}

@media(max-width:900px){
  .menu-two-col{flex-direction:column}
  .menu-right{width:100%}
  .thumb{width:130px;flex:0 0 130px}
}

/* Strong override for face icon when used inside the wordmark link to prevent it scaling large */
.wordmark > img.face-logo{
  height:20px !important;
  max-height:24px !important;
  width:auto !important;
  display:inline-block !important;
  vertical-align:middle !important;
  margin-right:6px !important;
  object-fit:contain !important;
}

@media(max-width:719px){
  .site-nav{display:none;flex-direction:column;background:#fff;position:absolute;right:16px;top:60px;padding:8px;border:1px solid #eee;border-radius:6px}
  .site-nav.is-open{display:flex}
  .nav-toggle{display:inline-block}
  .hero-text{padding:12px}
}
