:root {
  --cream: #fbf3e5;
  --paper: #fffaf1;
  --white: #ffffff;
  --ink: #31261f;
  --muted: #786c61;
  --red: #b9341f;
  --red-dark: #8f2517;
  --orange: #e1682e;
  --olive: #667044;
  --gold: #c49132;
  --purple: #76618a;
  --line: rgba(74, 55, 42, .13);
  --shadow: 0 24px 70px rgba(78, 45, 27, .13);
  --radius: 28px;
  --container: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Fraunces", Georgia, serif; letter-spacing: -.035em; line-height: 1.04; }
h1 { font-size: clamp(3.45rem, 6vw, 6.35rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.5rem, 4vw, 4.25rem); margin-bottom: 18px; }
h3 { line-height: 1.25; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 105px 0; }
.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; top: 12px; left: 12px; z-index: 999; transform: translateY(-150%); background: var(--ink); color: white; padding: 10px 16px; border-radius: 9px; }
.skip-link:focus { transform: none; }
.eyebrow { color: var(--red); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; margin-bottom: 18px; }

.folk-border { height: 9px; background-color: #f1dfbf; background-image: linear-gradient(45deg, transparent 40%, var(--red) 41% 48%, transparent 49%), linear-gradient(-45deg, transparent 40%, var(--olive) 41% 48%, transparent 49%); background-size: 24px 18px; border-top: 2px solid var(--orange); }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(251, 243, 229, .9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(81, 58, 42, .09); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; flex-shrink: 0; }
.brand-logo { width: 82px; height: 72px; object-fit: contain; display: block; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 40px); margin-left: auto; }
.desktop-nav a { font-size: .9rem; font-weight: 700; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -9px; background: var(--red); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.button { border: 0; border-radius: 999px; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 25px; font-weight: 800; font-size: .92rem; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(185,52,31,.28); outline-offset: 3px; }
.button-primary { background: var(--red); color: white; box-shadow: 0 12px 28px rgba(185,52,31,.24); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 16px 34px rgba(185,52,31,.3); }
.button-light { background: rgba(255,255,255,.72); border: 1px solid rgba(81,58,42,.14); }
.button-small { min-height: 44px; padding-inline: 19px; font-size: .82rem; }

.hero { min-height: 770px; display: flex; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 72% 38%, rgba(225,104,46,.13), transparent 30%), linear-gradient(135deg, #fff9ef 0%, var(--cream) 58%, #f5e5cc 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border: 1px solid rgba(185,52,31,.11); border-radius: 50%; width: 480px; aspect-ratio: 1; left: -300px; bottom: -230px; box-shadow: 0 0 0 45px rgba(185,52,31,.03), 0 0 0 90px rgba(102,112,68,.025); }
.hero::after { width: 280px; left: auto; bottom: auto; right: -190px; top: 35px; box-shadow: 0 0 0 36px rgba(185,52,31,.03), 0 0 0 72px rgba(102,112,68,.025); }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(45px, 7vw, 100px); align-items: center; padding: 80px 0 95px; position: relative; z-index: 1; }
.hero-copy { max-width: 620px; }
.hero-lead { font-size: clamp(1rem, 1.6vw, 1.18rem); color: var(--muted); max-width: 560px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.today-card { margin-top: 34px; display: inline-flex; align-items: center; gap: 13px; color: var(--muted); }
.today-card strong, .today-card span { display: block; }
.today-card strong { color: var(--ink); font-size: .92rem; }
.today-card span { font-size: .8rem; }
.status-dot { width: 11px; height: 11px; background: #d29a32; border-radius: 50%; box-shadow: 0 0 0 7px rgba(210,154,50,.14); flex: 0 0 auto; }
.status-dot.open { background: #608545; box-shadow: 0 0 0 7px rgba(96,133,69,.14); }
.status-dot.closed { background: var(--red); box-shadow: 0 0 0 7px rgba(185,52,31,.12); }
.hero-visual { height: 610px; position: relative; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 32px; background: var(--paper); object-fit: cover; object-position: center 43%; box-shadow: var(--shadow); }
.hero-badge { position: absolute; top: -32px; right: -30px; width: 145px; height: 145px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--red); color: white; transform: rotate(8deg); box-shadow: 0 18px 40px rgba(125,37,23,.25); border: 6px double rgba(255,235,196,.55); }
.hero-badge span { font-size: .73rem; text-transform: uppercase; letter-spacing: .13em; }
.hero-badge strong { font-family: "Fraunces", Georgia, serif; font-size: 1.16rem; line-height: 1.1; }
.hero-socials { position: absolute; left: 20px; bottom: 20px; display: flex; gap: 8px; padding: 8px; border-radius: 999px; background: rgba(255,250,241,.88); backdrop-filter: blur(10px); box-shadow: 0 12px 35px rgba(56,35,23,.18); }
.hero-socials a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--red); transition: background .2s ease, color .2s ease, transform .2s ease; }
.hero-socials a:hover { background: var(--red); color: white; transform: translateY(-2px); }
.hero-socials svg { width: 20px; height: 20px; }

.promise-strip { background: var(--red); color: white; padding: 28px 0; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-grid > div { display: flex; align-items: center; gap: 17px; justify-content: center; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.19); }
.promise-grid > div:last-child { border: 0; }
.promise-icon { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; display: grid; place-items: center; color: #ffd998; flex: 0 0 auto; font-size: 1.2rem; }
.promise-grid p { margin: 0; line-height: 1.25; }
.promise-grid strong, .promise-grid small { display: block; }
.promise-grid strong { font-family: "Fraunces", Georgia, serif; font-size: 1rem; }
.promise-grid small { opacity: .72; margin-top: 4px; font-size: .72rem; }

.section-heading { margin-bottom: 42px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading > p { max-width: 360px; color: var(--muted); margin-bottom: 17px; }
.featured { background: var(--paper); }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { background: white; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-7px); box-shadow: 0 20px 50px rgba(76,48,29,.12); }
.feature-art { height: 280px; background-color: #efe2cf; }
.feature-campo .feature-art { background: #f0e1c9 url("assets/plato-del-campo.webp") center / contain no-repeat; }
.feature-chilaquiles .feature-art { background: #f0e1c9 url("assets/plato-chilaquiles.webp") center / contain no-repeat; }
.feature-cazuela .feature-art { background: #f0e1c9 url("assets/plato-cazuela-v2.webp") center / contain no-repeat; }
.feature-content { padding: 24px 25px 26px; }
.feature-content > span { display: inline-flex; color: var(--red); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; margin-bottom: 8px; }
.feature-content h3 { font-family: "Fraunces", Georgia, serif; font-size: 1.5rem; margin: 0 0 8px; }
.feature-content p { color: var(--muted); font-size: .85rem; min-height: 66px; }
.feature-content > div { display: flex; justify-content: space-between; align-items: center; margin-top: 17px; }
.feature-content strong { color: var(--red); font-size: 1.25rem; }
.mini-add { border: 0; background: #f5eadb; color: var(--red); border-radius: 999px; padding: 9px 13px; font-size: .78rem; font-weight: 800; cursor: pointer; }
.mini-add span { margin-left: 6px; font-size: 1rem; }
.mini-add:hover { background: var(--red); color: white; }

.menu-section { background: #f6ead9; position: relative; }
.menu-section::before { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: radial-gradient(var(--red) .65px, transparent .65px); background-size: 12px 12px; }
.menu-section .container { position: relative; }
.menu-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.menu-search { width: min(390px, 100%); min-height: 54px; display: flex; align-items: center; gap: 10px; background: var(--paper); border: 1px solid rgba(77,58,43,.13); border-radius: 999px; padding: 0 18px; box-shadow: 0 10px 30px rgba(83,50,30,.06); }
.menu-search svg { color: var(--red); flex: 0 0 auto; }
.menu-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.menu-search input::placeholder { color: #9b8f83; }
.category-tabs { display: flex; gap: 9px; overflow-x: auto; padding: 2px 2px 15px; scrollbar-width: thin; scrollbar-color: var(--red) transparent; margin-bottom: 34px; }
.category-tab { white-space: nowrap; border: 1px solid rgba(87,62,44,.15); background: rgba(255,250,241,.72); color: var(--ink); padding: 11px 18px; border-radius: 999px; font-weight: 700; cursor: pointer; }
.category-tab.active { background: var(--red); color: white; border-color: var(--red); box-shadow: 0 8px 20px rgba(185,52,31,.2); }
.menu-content { min-height: 420px; }
.menu-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.menu-intro h3 { font-family: "Fraunces", Georgia, serif; font-size: 2rem; margin: 0; }
.menu-intro p { color: var(--muted); font-size: .84rem; max-width: 500px; margin: 0; text-align: right; }
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.menu-item { min-height: 142px; display: grid; grid-template-columns: 128px 1fr auto; gap: 17px; align-items: center; isolation: isolate; background: rgba(255,250,241,.92); border: 1px solid rgba(83,61,44,.11); border-radius: 17px; padding: 13px; transition: background .2s ease, transform .2s ease; }
.menu-item:hover { background: white; transform: translateY(-2px); }
.menu-thumb, .menu-icon { width: 128px; height: 112px; border-radius: 12px; border: 1px solid rgba(185,52,31,.13); background-color: #f2dfc1; background-image: radial-gradient(circle at 8px 8px, rgba(185,52,31,.11) 0 1.5px, transparent 1.8px), linear-gradient(145deg, #fff9ec 0%, #efd5ad 100%); background-size: 18px 18px, 100% 100%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.58), 0 8px 18px rgba(83,50,30,.08); }
.menu-thumb { object-fit: contain; padding: 7px; }
.menu-thumb-clean { background: transparent; mix-blend-mode: multiply; box-shadow: none; filter: saturate(1.03) contrast(1.02); }
.menu-thumb-zoom { object-fit: cover; object-position: center 58%; padding: 0; }
.menu-icon { display: grid; place-items: center; color: var(--red); }
.menu-icon svg { width: 48px; height: 48px; stroke-width: 1.6; }
.menu-item h4 { margin: 0 0 5px; font-size: 1rem; line-height: 1.3; }
.menu-item p { margin: 0; color: var(--muted); font-size: .875rem; line-height: 1.46; max-width: 510px; }
.menu-item-side { min-width: 112px; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 8px; }
.menu-item-price { color: var(--red); font-weight: 800; white-space: nowrap; }
.menu-item-options { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; max-width: 180px; }
.menu-option-chip { display: inline-flex; align-items: center; min-height: 25px; padding: 4px 8px; border: 1px solid rgba(185,52,31,.16); border-radius: 8px; background: #fff1dd; color: var(--red); font-size: .66rem; line-height: 1.15; font-weight: 800; white-space: nowrap; }
.menu-item-addon { display: inline-flex; align-items: center; padding: 6px 9px; border: 1px solid rgba(102,112,68,.24); border-radius: 9px; background: rgba(102,112,68,.1); color: #505a36; font-size: .68rem; line-height: 1.15; font-weight: 800; white-space: nowrap; }
.call-item { display: inline-flex; align-items: center; justify-content: center; min-height: 30px; padding: 0 11px; border-radius: 999px; background: #f0dfc8; color: var(--red); font-size: .7rem; font-weight: 800; }
.call-item:hover { background: var(--red); color: white; }
.menu-subtitle { grid-column: 1 / -1; font-family: "Fraunces", Georgia, serif; font-size: 1.5rem; margin: 26px 0 3px; color: var(--red); }
.choice-panel { grid-column: 1 / -1; padding: 24px; border: 1px dashed rgba(102,112,68,.38); background: rgba(255,250,241,.58); border-radius: 17px; }
.choice-panel strong { display: block; font-family: "Fraunces", Georgia, serif; font-size: 1.1rem; margin-bottom: 13px; }
.choice-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-tags span { background: rgba(102,112,68,.1); color: #4f5934; padding: 7px 11px; border-radius: 999px; font-size: .77rem; font-weight: 700; }
.search-result-label { color: var(--olive); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; margin-bottom: 5px; display: block; }
.no-results { padding: 70px 20px; text-align: center; background: rgba(255,250,241,.7); border-radius: var(--radius); }
.no-results span { font-size: 2.7rem; color: var(--red); }
.no-results h3 { font-family: "Fraunces", Georgia, serif; font-size: 1.7rem; margin: 12px 0 4px; }
.no-results p { color: var(--muted); }
.allergy-note { margin: 27px 0 0; color: var(--muted); font-size: .76rem; }

.story { background: var(--paper); overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.story-collage { height: 610px; position: relative; }
.story-photo { position: absolute; border-radius: 28px; box-shadow: var(--shadow); }
.story-main { inset: 0 70px 55px 0; background: #efdfc6 url("assets/plato-pechuga.webp") center / contain no-repeat; }
.story-small { width: 270px; height: 260px; right: 0; bottom: 0; border: 9px solid var(--paper); background: #f7efe3 url("assets/logo-cocina-durango-transparent.png") center / 78% auto no-repeat; }
.story-seal { position: absolute; top: 50px; right: 5px; width: 135px; height: 135px; border-radius: 50%; background: var(--olive); color: white; display: grid; place-content: center; text-align: center; transform: rotate(7deg); border: 5px double rgba(255,255,255,.35); }
.story-seal strong { font-family: "Fraunces", Georgia, serif; line-height: 1.1; }
.story-seal span { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }
.story-points { margin: 34px 0; display: grid; gap: 22px; }
.story-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; }
.story-points > div > span { font-family: "Fraunces", Georgia, serif; font-size: 1.1rem; color: var(--red); padding-top: 2px; }
.story-points p { margin: 0; }
.story-points strong, .story-points small { display: block; }
.story-points small { color: var(--muted); font-size: .8rem; margin-top: 3px; }
.text-link { display: inline-flex; border: 0; background: transparent; align-items: center; gap: 10px; color: var(--red); font-weight: 800; padding: 0; cursor: pointer; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.reviews { background: var(--cream); }
.centered-heading { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.centered-heading > p:last-child { color: var(--muted); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.review-card { border: 1px solid var(--line); background: var(--paper); padding: 30px; border-radius: 24px; }
.review-card.featured-review { background: var(--red); color: white; transform: translateY(-12px); box-shadow: 0 20px 40px rgba(128,38,24,.2); }
.stars { color: var(--gold); letter-spacing: .14em; font-size: .86rem; margin-bottom: 20px; }
.review-card.featured-review .stars { color: #ffda91; }
.review-card > p { font-family: "Fraunces", Georgia, serif; font-size: 1.08rem; line-height: 1.58; min-height: 112px; }
.review-card footer { display: flex; align-items: center; gap: 12px; margin-top: 25px; }
.review-card footer > img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; flex: 0 0 auto; border: 3px solid rgba(185,52,31,.14); }
.review-card.featured-review footer > img { border-color: rgba(255,255,255,.34); }
.review-card footer strong, .review-card footer small { display: block; }
.review-card footer strong { font-size: .86rem; }
.review-card footer small { color: var(--muted); font-size: .68rem; }
.review-card.featured-review footer small { color: rgba(255,255,255,.65); }
.review-summary { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.google-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: white; color: #4285f4; font-size: 1.45rem; font-weight: 800; margin-bottom: 10px; }
.review-score { font-family: "Fraunces", Georgia, serif; font-size: 3.4rem; line-height: 1; }
.review-summary .stars { margin: 8px 0 4px; }
.review-summary > p { min-height: 0; margin: 4px 0 0; font-family: "DM Sans", sans-serif; font-size: .9rem; }
.review-summary > small { color: rgba(255,255,255,.72); font-size: .75rem; }
.review-link { margin-top: 18px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; color: white; font-size: .76rem; font-weight: 800; }
.review-link:hover { background: white; color: var(--red); }
.review-actions { display: flex; justify-content: center; margin-top: 32px; }

.location { background: var(--paper); }
.location-card { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 600px; background: #efe2cd; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.location-info { padding: clamp(40px, 6vw, 72px); }
.location-info address { color: var(--muted); font-style: normal; font-size: 1.02rem; margin-bottom: 30px; }
.contact-list { display: grid; gap: 14px; margin: 26px 0 34px; }
.contact-list > a, .contact-list > div { display: flex; align-items: center; gap: 13px; }
.contact-list svg { color: var(--red); width: 23px; flex: 0 0 auto; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--muted); font-size: .69rem; }
.contact-list strong { font-size: .85rem; }
.map-wrap { min-height: 560px; background: #ddd3c2; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 600px; border: 0; filter: saturate(.8) contrast(.94); }

.original-menu { background: var(--cream); padding-top: 45px; }
.original-menu details { border: 1px solid var(--line); border-radius: 25px; background: var(--paper); overflow: hidden; }
.original-menu summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 30px; cursor: pointer; list-style: none; }
.original-menu summary::-webkit-details-marker { display: none; }
.original-menu summary small, .original-menu summary strong { display: block; }
.original-menu summary small { color: var(--red); text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; font-weight: 800; }
.original-menu summary strong { font-family: "Fraunces", Georgia, serif; font-size: 1.25rem; }
.summary-arrow { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: #f0e2d1; color: var(--red); transition: transform .2s ease; }
details[open] .summary-arrow { transform: rotate(180deg); }
.menu-gallery { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; padding: 20px; }
.menu-gallery button { padding: 0; border: 0; background: transparent; border-radius: 12px; overflow: hidden; cursor: zoom-in; }
.menu-gallery img { width: 100%; aspect-ratio: .7; object-fit: cover; transition: transform .25s ease; }
.menu-gallery button:hover img { transform: scale(1.035); }

.site-footer { background: #372b24; color: white; padding-bottom: 92px; }
.folk-border-footer { height: 12px; border-color: #e78343; opacity: .9; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 45px; padding: 70px 0 55px; }
.footer-logo { width: 145px; height: 138px; object-fit: contain; }
.footer-grid > div:first-child > p { color: rgba(255,255,255,.58); max-width: 290px; margin: 24px 0 0; font-size: .84rem; }
.footer-grid h3 { color: #ffd69c; text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; margin-bottom: 17px; }
.footer-grid p { color: rgba(255,255,255,.66); font-size: .84rem; }
.social-link { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.78); font-size: .84rem; }
.social-link:hover { color: white; }
.social-list { display: grid; gap: 12px; }
.social-list svg { width: 19px; height: 19px; color: #ffb48c; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.11); padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.43); font-size: .71rem; }
.footer-bottom p { margin: 0; }

.mobile-actions { display: none; }

.image-modal { width: min(900px, calc(100% - 30px)); max-height: 94vh; border: 0; padding: 0; border-radius: 18px; background: transparent; overflow: visible; }
.image-modal::backdrop { background: rgba(30,21,17,.82); backdrop-filter: blur(5px); }
.image-modal > button { position: absolute; right: -12px; top: -12px; z-index: 2; width: 41px; height: 41px; border: 0; border-radius: 50%; background: #f0e3d2; color: var(--ink); font-size: 1.7rem; line-height: 1; cursor: pointer; box-shadow: 0 5px 20px rgba(0,0,0,.2); }
.image-modal img { max-height: 90vh; width: auto; margin: auto; border-radius: 12px; box-shadow: 0 30px 90px rgba(0,0,0,.45); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .hero-visual { height: 570px; }
  .hero-badge { right: -15px; }
  .promise-grid > div { padding-inline: 18px; }
  .featured-grid { gap: 14px; }
  .feature-art { height: 235px; }
  .feature-content { padding: 21px 20px; }
  .story-grid { gap: 55px; }
  .location-card { grid-template-columns: 1fr 1.15fr; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 30px, 680px); }
  .section { padding: 78px 0; }
  .site-header .button-small { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 65px 0 90px; }
  .hero-copy { text-align: center; margin: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .today-card { text-align: left; }
  .hero-visual { height: 720px; max-width: 580px; width: 100%; margin-inline: auto; }
  .promise-grid { grid-template-columns: 1fr; gap: 20px; }
  .promise-grid > div { border: 0; justify-content: flex-start; max-width: 410px; width: 100%; margin: auto; }
  .featured-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; gap: 20px; }
  .feature-art { height: 340px; }
  .feature-content p { min-height: auto; }
  .menu-heading { align-items: stretch; flex-direction: column; }
  .menu-search { width: 100%; }
  .category-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; overflow: visible; padding: 2px; }
  .category-tab { min-width: 0; min-height: 50px; display: flex; align-items: center; justify-content: center; white-space: normal; text-align: center; line-height: 1.18; }
  .menu-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .story-collage { max-width: 610px; width: 100%; margin-inline: auto; }
  .story-copy { max-width: 650px; }
  .review-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .review-card.featured-review { transform: none; }
  .review-card > p { min-height: auto; }
  .location-card { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 430px; }
  .menu-gallery { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 24px); --radius: 22px; }
  html { scroll-padding-top: 85px; }
  body { padding-bottom: 68px; }
  .folk-border { height: 7px; }
  .header-inner { min-height: 70px; }
  .brand-logo { width: 66px; height: 59px; }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  h2 { font-size: 2.6rem; }
  .hero-grid { padding: 52px 0 70px; gap: 45px; }
  .hero-lead { font-size: .98rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-height: 51px; padding-inline: 18px; font-size: .82rem; }
  .hero-visual { height: 470px; max-width: 390px; }
  .hero-photo { inset: 0; border-radius: 22px; }
  .hero-badge { width: 105px; height: 105px; right: -4px; top: 18px; border-width: 4px; }
  .hero-badge span { font-size: .55rem; }
  .hero-badge strong { font-size: .86rem; }
  .hero-socials { left: 12px; bottom: 12px; }
  .promise-strip { padding: 28px 0; }
  .promise-grid { gap: 17px; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 12px; }
  .feature-art { height: 265px; }
  .menu-intro { display: block; }
  .menu-intro p { text-align: left; margin-top: 10px; }
  .category-tabs { gap: 7px; margin-bottom: 30px; }
  .category-tab { min-height: 52px; padding: 8px 7px; border-radius: 16px; font-size: .72rem; }
  .menu-item { min-height: 124px; grid-template-columns: 86px minmax(0, 1fr); grid-template-rows: auto auto; align-items: start; gap: 8px 12px; padding: 12px; }
  .menu-thumb, .menu-icon { width: 86px; height: 96px; grid-column: 1; grid-row: 1 / span 2; }
  .menu-thumb { padding: 5px; }
  .menu-icon svg { width: 40px; height: 40px; }
  .menu-item > div:first-of-type { min-width: 0; }
  .menu-item-side { grid-column: 2; grid-row: 2; width: 100%; min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 7px 9px; }
  .menu-item-price { min-width: 0; max-width: none; white-space: normal; line-height: 1.22; font-size: .82rem; }
  .menu-item-options, .menu-item-addon { grid-column: 1 / -1; justify-content: flex-start; max-width: none; }
  .menu-option-chip, .menu-item-addon { white-space: normal; }
  .call-item { grid-column: 2; grid-row: 1; flex: 0 0 auto; }
  .story-collage { height: 430px; }
  .story-main { inset: 0 35px 42px 0; }
  .story-small { width: 185px; height: 175px; border-width: 6px; }
  .story-seal { width: 98px; height: 98px; top: 30px; right: 1px; }
  .story-seal strong { font-size: .76rem; }
  .story-seal span { font-size: .52rem; }
  .review-card { padding: 24px; }
  .location-card { width: calc(100% - 16px); }
  .location-info { padding: 36px 27px; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  .menu-gallery { grid-template-columns: repeat(2, 1fr); }
  .original-menu summary { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 6px; }
  .mobile-actions { position: fixed; z-index: 100; bottom: 0; left: 0; right: 0; height: 68px; display: grid; grid-template-columns: repeat(3, 1fr); background: white; border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(65,39,24,.12); }
  .mobile-actions a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--muted); font-size: .62rem; font-weight: 700; }
  .mobile-actions svg { width: 21px; color: var(--red); }
  .mobile-actions .mobile-call { background: var(--red); color: white; margin: 7px 0; border-radius: 13px; }
  .mobile-actions .mobile-call svg { color: white; }
  .image-modal > button { right: 2px; top: -48px; }
}

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