/*
Theme Name: Curry Kitchen Royale
Theme URI: https://example.com/curry-kitchen-royale
Author: Curry Kitchen
Description: A complete restaurant theme with WooCommerce online ordering: delivery / takeaway, veg filter, full menu page, delivery charge, minimum order, WhatsApp and local SEO. Mobile first.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: curry-kitchen-royale
Tags: e-commerce, restaurant, food-and-drink, custom-menu, custom-logo, threaded-comments, translation-ready
*/

:root {
	--ink: #1f120b;
	--ink-2: #3a2a20;
	--muted: #7a6a5e;
	--cream: #fff8ee;
	--cream-2: #fdeed6;
	--line: #eadfce;
	--saffron: #e8890c;
	--saffron-d: #c66f00;
	--chili: #c8371d;
	--leaf: #2f8a3f;
	--white: #fff;
	--radius: 16px;
	--shadow: 0 10px 30px rgba(60, 30, 5, .10);
	--shadow-sm: 0 3px 12px rgba(60, 30, 5, .08);
	--font-body: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--font-head: 'Fraunces', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.65;
	color: var(--ink-2);
	background: var(--cream);
	-webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--saffron-d); text-decoration: none; }
a:hover { color: var(--chili); }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.15; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 780px; }
.center { text-align: center; }
.mt { margin-top: 2rem; }
.ic { flex: none; vertical-align: -4px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 999; }
.skip-link:focus { left: 8px; top: 8px; }
.hp { position: absolute; left: -9999px; }
:focus-visible { outline: 3px solid var(--saffron); outline-offset: 2px; }

/* ---------- Buttons ---------- */
.btn, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font: 600 1rem var(--font-body);
	padding: 12px 24px; border-radius: 999px; border: 2px solid transparent;
	cursor: pointer; transition: transform .15s, background .15s, box-shadow .15s, color .15s;
	text-decoration: none; line-height: 1.2;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: var(--saffron); color: #fff; box-shadow: 0 6px 16px rgba(232, 137, 12, .35);
}
.btn--primary:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button:hover {
	background: var(--saffron-d); color: #fff;
}
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--chili); color: #fff; }
.btn--light { background: #fff; color: var(--chili); }
.btn--light:hover { background: var(--cream-2); color: var(--chili); }
.btn--lg { padding: 15px 30px; font-size: 1.05rem; }
.btn--sm { padding: 8px 16px; font-size: .9rem; }
.added_to_cart { font-size: .85rem; font-weight: 600; margin-left: 8px; }

/* ---------- Header ---------- */
.announce { background: var(--ink); color: #ffe4b5; font-size: .88rem; text-align: center; padding: 8px 0; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--cream); border-bottom: 1px solid transparent; transition: box-shadow .2s, border-color .2s; }
.site-header.is-stuck { box-shadow: var(--shadow-sm); border-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-mark { font-size: 1.9rem; }
.brand-name { font: 800 1.35rem var(--font-head); letter-spacing: .04em; }
.brand--light, .brand--light:hover { color: #fff; }
.custom-logo { max-height: 52px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.nav-list { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; }
.nav-list a { display: block; padding: 8px 14px; border-radius: 999px; color: var(--ink); font-weight: 600; font-size: .96rem; }
.nav-list a:hover, .nav-list .current-menu-item > a, .nav-list .current_page_item > a { background: var(--cream-2); color: var(--chili); }
.nav-list .sub-menu { display: none; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.icon-btn { position: relative; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.icon-btn:hover { background: var(--cream-2); color: var(--chili); }
.cart-count { position: absolute; top: 2px; right: 0; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--chili); color: #fff; font-size: .72rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.cart-count[data-count="0"] { display: none; }
.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(1200px 500px at 85% 20%, #7a2a0f 0%, transparent 60%), radial-gradient(900px 500px at 0% 100%, #4a1e0a 0%, transparent 60%), var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-img, none); background-size: cover; background-position: center; opacity: .28; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .06) 1px, transparent 0); background-size: 22px 22px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding-top: 72px; padding-bottom: 80px; }
.hero h1 { color: #fff; margin-bottom: .4em; }
.lead { font-size: 1.15rem; color: #f3dcc0; max-width: 34em; }
.eyebrow { display: inline-block; font-weight: 700; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--chili); margin-bottom: 12px; }
.hero .eyebrow, .eyebrow--light { color: #ffc46b; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 24px; }
.hero .btn--ghost { color: #fff; border-color: rgba(255, 255, 255, .6); }
.hero .btn--ghost:hover { background: #fff; color: var(--ink); }
.hero-points { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 0; color: #ffd9a3; font-weight: 600; font-size: .95rem; }
.hero-points li { display: inline-flex; align-items: center; gap: 8px; }
.hero-art { position: relative; max-width: 420px; margin-left: auto; width: 100%; }
.hero-plate { aspect-ratio: 1; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .45)); animation: float 6s ease-in-out infinite; }
.chip { position: absolute; background: #fff; color: var(--ink); font-weight: 700; font-size: .85rem; padding: 8px 14px; border-radius: 999px; box-shadow: var(--shadow); }
.chip--a { top: 8%; left: -6%; }
.chip--b { bottom: 10%; right: -2%; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (prefers-reduced-motion: reduce) { .hero-plate { animation: none; } html { scroll-behavior: auto; } }

/* ---------- Sections ---------- */
.section { padding: 76px 0; }
.section--tight { padding: 30px 0; }
.section--tint { background: var(--cream-2); }
.section--dark { background: var(--ink); color: #e9d7c2; }
.section--dark h2 { color: #fff; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 40px; }
.page-hero { background: var(--ink); color: #f3dcc0; padding: 56px 0 50px; text-align: center; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .06) 1px, transparent 0); background-size: 22px 22px; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: .2em; }
.page-hero p { margin: 0; }

/* Categories */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; }
.cat-card { display: flex; flex-direction: column; align-items: center; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 12px; color: var(--ink); text-align: center; transition: transform .2s, box-shadow .2s, border-color .2s; }
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--saffron); color: var(--ink); }
.cat-card__icon { font-size: 2.4rem; line-height: 1; margin-bottom: 6px; }
.cat-card small { color: var(--muted); }

/* Dish cards */
.dish-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; }
.dish-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.dish-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.dish-card__img { position: relative; display: block; aspect-ratio: 4 / 3; background: var(--cream-2); overflow: hidden; }
.dish-card__img img { width: 100%; height: 100%; object-fit: cover; }
.dish-card__body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.dish-card h3 { margin-bottom: 4px; font-size: 1.1rem; }
.dish-card h3 a { color: var(--ink); }
.dish-card p { color: var(--muted); font-size: .92rem; flex: 1; }
.dish-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price, .price .amount, .woocommerce .price, .woocommerce div.product p.price { font-weight: 700; color: var(--chili); font-size: 1.1rem; }
.price del { color: var(--muted); font-weight: 400; font-size: .9rem; }
.price ins { text-decoration: none; }

/* Veg / non-veg mark */
.food-mark { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border: 2px solid; border-radius: 4px; background: #fff; flex: none; }
.food-mark i { width: 10px; height: 10px; border-radius: 50%; display: block; }
.food-mark--veg { border-color: var(--leaf); } .food-mark--veg i { background: var(--leaf); }
.food-mark--nonveg { border-color: var(--chili); } .food-mark--nonveg i { background: var(--chili); }
.dish-card__img .food-mark, .woocommerce ul.products li.product .food-mark { position: absolute; top: 10px; left: 10px; z-index: 2; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; }
.step { text-align: center; padding: 10px 16px; }
.step__n { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border-radius: 50%; background: var(--saffron); color: #fff; font: 700 1.4rem var(--font-head); margin-bottom: 14px; box-shadow: 0 8px 18px rgba(232, 137, 12, .35); }
.step p { color: var(--muted); }

/* Story */
.story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
.story__art { font-size: clamp(6rem, 18vw, 11rem); text-align: center; background: radial-gradient(circle, #4a2411, transparent 70%); border-radius: 50%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.ticks { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; }
.ticks li::before { content: "✓"; color: var(--saffron); font-weight: 800; margin-right: 10px; }

/* Offer */
.offer { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: linear-gradient(120deg, var(--chili), var(--saffron)); color: #fff; padding: 30px 36px; border-radius: 22px; box-shadow: var(--shadow); }
.offer h2 { color: #fff; margin: 0 0 4px; font-size: clamp(1.4rem, 3vw, 2rem); }
.offer p { margin: 0; opacity: .95; }
.offer__code { font: 800 1.2rem var(--font-body); letter-spacing: .14em; color: var(--chili); background: #fff; border: 2px dashed var(--chili); padding: 12px 24px; border-radius: 12px; cursor: pointer; }

/* Reviews */
.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.review p { font-size: 1.05rem; color: var(--ink); }
.review cite { color: var(--muted); font-style: normal; font-weight: 600; }

/* Visit */
.visit { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; align-items: stretch; }
.visit__info { display: grid; gap: 18px; align-content: start; }
.info-row { display: flex; gap: 14px; }
.info-row .ic { color: var(--saffron-d); margin-top: 3px; }
.info-row p { margin: 0; color: var(--muted); }
.visit__map { min-height: 340px; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); background: var(--cream-2); }
.visit__map iframe, .map-full iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }
.map-placeholder { height: 100%; min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 30px; color: var(--muted); }
.map-full iframe { min-height: 380px; }

/* CTA */
.cta { background: linear-gradient(120deg, var(--chili), var(--saffron)); color: #fff; text-align: center; padding: 64px 0; }
.cta h2 { color: #fff; margin-bottom: 22px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #cdb9a3; padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1.2fr; gap: 36px; padding-bottom: 36px; }
.site-footer h4 { color: #fff; font-size: 1.05rem; }
.site-footer a { color: #ffd9a3; }
.site-footer a:hover { color: #fff; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-list a { display: inline; background: none !important; padding: 0; color: #cdb9a3; }
.footer-list a:hover { color: #fff; }
.site-footer .nav-list { display: grid; gap: 8px; }
.site-footer .nav-list a { padding: 0; background: none; color: #cdb9a3; border-radius: 0; font-weight: 500; }
.site-footer .nav-list a:hover { color: #fff; background: none; }
.social { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 18px 0; font-size: .88rem; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }

/* Floating actions */
.wa-float { position: fixed; right: 18px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 22px rgba(0, 0, 0, .28); z-index: 60; transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); color: #fff; }
.mobile-bar { display: none; }

/* ---------- Full menu page ---------- */
.menu-tools { position: sticky; top: 72px; z-index: 40; background: #fff; border-bottom: 1px solid var(--line); }
.menu-tools__inner { display: flex; align-items: center; gap: 16px; justify-content: space-between; padding-top: 10px; padding-bottom: 10px; }
.menu-tabs { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; flex: 1; }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tabs a { white-space: nowrap; padding: 8px 16px; border-radius: 999px; background: var(--cream); color: var(--ink); font-weight: 600; font-size: .92rem; border: 1px solid var(--line); }
.menu-tabs a:hover { background: var(--saffron); color: #fff; border-color: var(--saffron); }
.menu-filters { display: flex; align-items: center; gap: 12px; flex: none; }
.veg-toggle { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .92rem; cursor: pointer; }
.veg-toggle input { accent-color: var(--leaf); width: 18px; height: 18px; }
.menu-search { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; padding: 0 14px; background: var(--cream); color: var(--muted); }
.menu-search input { border: 0; background: transparent; padding: 9px 0; font: inherit; width: 150px; outline: 0; color: var(--ink); }
.menu-body { padding-top: 30px; padding-bottom: 70px; }
.menu-cat { scroll-margin-top: 150px; margin-bottom: 40px; }
.menu-cat h2 { display: flex; align-items: center; gap: 10px; border-bottom: 2px solid var(--line); padding-bottom: 10px; }
.menu-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; }
.menu-item { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px dashed var(--line); }
.menu-item[hidden], .menu-cat[hidden] { display: none; }
.menu-item__title { display: flex; align-items: center; gap: 10px; }
.menu-item h3 { margin: 0; font-size: 1.05rem; font-family: var(--font-body); font-weight: 700; }
.menu-item h3 a { color: var(--ink); }
.menu-item p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.menu-item__side { display: flex; align-items: center; gap: 12px; flex: none; }
.menu-empty { text-align: center; color: var(--muted); padding: 40px 0; }

/* ---------- Blog / pages ---------- */
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 24px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.post-card__img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.post-card__body { padding: 20px; }
.post-card time { font-size: .82rem; color: var(--muted); }
.post-card h2 { font-size: 1.25rem; margin: 6px 0 8px; }
.post-card h2 a { color: var(--ink); }
.more { font-weight: 700; }
.pagination { margin-top: 36px; text-align: center; }
.pagination .page-numbers { display: inline-block; padding: 8px 14px; border-radius: 10px; background: #fff; border: 1px solid var(--line); margin: 2px; color: var(--ink); }
.pagination .current { background: var(--saffron); color: #fff; border-color: var(--saffron); }
.prose { font-size: 1.05rem; }
.prose h2, .prose h3 { margin-top: 1.6em; }
.prose img { border-radius: var(--radius); }
.post-hero { width: 100%; border-radius: var(--radius); margin-bottom: 24px; }
.search-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.search-item h2 { font-size: 1.2rem; margin-bottom: 4px; }
.err-emoji { font-size: 5rem; }
input[type="search"], input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], textarea, select {
	font: inherit; width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink);
}
input:focus, textarea:focus, select:focus { border-color: var(--saffron); outline: 0; box-shadow: 0 0 0 3px rgba(232, 137, 12, .2); }
.search-form { display: flex; gap: 8px; margin-bottom: 24px; }
.search-form label { flex: 1; }
.search-submit { background: var(--saffron); color: #fff; border: 0; border-radius: 12px; padding: 0 20px; font-weight: 700; cursor: pointer; }

/* Values (about) */
.values { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; }
.value { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; text-align: center; }
.value span { font-size: 2.4rem; }
.value p { color: var(--muted); margin: 0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 36px; align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; color: var(--ink); }
a.contact-card:hover { border-color: var(--saffron); color: var(--ink); }
.contact-card .ic { color: var(--saffron-d); margin-top: 3px; }
.contact-card strong { display: block; }
.contact-card span { color: var(--muted); }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 30px; box-shadow: var(--shadow-sm); }
.ckr-form { display: grid; gap: 16px; }
.ckr-form label { display: grid; gap: 6px; font-weight: 600; font-size: .92rem; }
.notice { padding: 12px 16px; border-radius: 12px; font-weight: 600; }
.notice--ok { background: #e6f6e9; color: #1c6b2a; }
.notice--err { background: #fde7e3; color: #a12a14; }

/* ---------- WooCommerce ---------- */
.woo-main { padding: 40px 0 80px; }
.woocommerce-breadcrumb { font-size: .88rem; color: var(--muted); margin-bottom: 20px; }
.woocommerce-result-count { color: var(--muted); }
.woocommerce-ordering select { width: auto; }
.woocommerce ul.products { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; padding: 0 0 18px; margin: 0; width: auto; float: none; transition: transform .2s, box-shadow .2s; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.woocommerce ul.products li.product img { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin: 0 0 14px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 1.1rem; padding: 0 18px; margin-bottom: 6px; }
.woocommerce ul.products li.product .price { display: block; padding: 0 18px; margin-bottom: 12px; }
.woocommerce ul.products li.product .button { margin: 0 18px; }
.woocommerce span.onsale { background: var(--chili); border-radius: 999px; min-height: auto; min-width: auto; line-height: 1; padding: 8px 12px; top: 10px; right: 10px; left: auto; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 0 3px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { border-radius: 10px; background: #fff; border: 1px solid var(--line); padding: 8px 14px; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--saffron); color: #fff; border-color: var(--saffron); }

/* Single product */
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; margin: 0; }
.woocommerce div.product div.images img { border-radius: var(--radius); }
.woocommerce div.product .product_title { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.woocommerce div.product form.cart { display: flex; gap: 12px; align-items: center; margin: 20px 0; flex-wrap: wrap; }
.woocommerce .quantity .qty { width: 80px; text-align: center; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related, .woocommerce div.product .upsells { grid-column: 1 / -1; }
.woocommerce div.product .food-mark { position: static; margin-bottom: 8px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 10px 10px 0 0; background: var(--cream-2); border-color: var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--line); }

/* Notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-radius: 12px; border-top: 0 !important; border-left: 5px solid var(--saffron); background: #fff; padding: 16px 20px 16px 52px; box-shadow: var(--shadow-sm); list-style: none; }
.woocommerce-error { border-left-color: var(--chili); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--saffron); }
.woocommerce-error::before { color: var(--chili); }
.woocommerce-message .button, .woocommerce-info .button { padding: 8px 16px; }

/* Cart */
.woocommerce table.shop_table { border: 1px solid var(--line); border-radius: var(--radius); border-collapse: separate; border-spacing: 0; overflow: hidden; background: #fff; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: var(--line); padding: 14px 16px; }
.woocommerce-cart table.cart img { width: 64px; border-radius: 10px; }
.woocommerce .cart-collaterals .cart_totals { width: 100%; max-width: 440px; float: right; }
.woocommerce a.remove { color: var(--chili) !important; }
.woocommerce a.remove:hover { background: var(--chili); color: #fff !important; }
.wc-proceed-to-checkout .checkout-button { width: 100%; padding: 16px; font-size: 1.05rem; }
.woocommerce-cart .actions .coupon { display: flex; gap: 8px; }
.woocommerce-cart .actions .coupon input { width: 160px; }

/* Checkout */
.woocommerce-checkout .col2-set { display: block; }
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 { float: none; width: 100%; }
.woocommerce form .form-row label { font-weight: 600; font-size: .9rem; }
#order_review_heading { margin-top: 24px; }
#order_review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.woocommerce-checkout #payment { background: var(--cream-2); border-radius: 12px; }
.woocommerce-checkout #payment div.payment_box { background: #fff; border-radius: 10px; }
.woocommerce-checkout #payment div.payment_box::before { display: none; }
#place_order { width: 100%; padding: 16px; font-size: 1.1rem; }
.ckr-order-type { margin-bottom: 24px; }
.ckr-order-type__opts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ckr-opt { display: block; cursor: pointer; }
.ckr-opt input { position: absolute; opacity: 0; pointer-events: none; }
.ckr-opt span { display: block; padding: 16px; border: 2px solid var(--line); border-radius: 14px; background: #fff; transition: border-color .15s, background .15s; }
.ckr-opt span strong { display: block; color: var(--ink); }
.ckr-opt span small { color: var(--muted); }
.ckr-opt input:checked + span { border-color: var(--saffron); background: #fff5e2; box-shadow: 0 0 0 3px rgba(232, 137, 12, .18); }
.ckr-opt input:focus-visible + span { outline: 3px solid var(--saffron); }
#ckr-pickup-time { margin-top: 12px; }

/* My account */
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.woocommerce-MyAccount-navigation a { display: block; padding: 8px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.woocommerce-MyAccount-navigation .is-active a { background: var(--saffron); color: #fff; border-color: var(--saffron); }
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
	.hero-grid { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 56px; text-align: center; }
	.hero-art { margin: 0 auto; max-width: 320px; order: -1; }
	.lead { margin-left: auto; margin-right: auto; }
	.hero-cta, .hero-points { justify-content: center; }
	.story, .visit, .contact-grid { grid-template-columns: 1fr; }
	.story__art { max-width: 220px; margin: 0 auto; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
	.woocommerce div.product { grid-template-columns: 1fr; }
	.menu-list { grid-template-columns: 1fr; }
	.menu-tools__inner { flex-direction: column; align-items: stretch; }
	.menu-tools { top: 64px; }
	.menu-tabs, .menu-filters { width: 100%; }
	.menu-search { flex: 1; } .menu-search input { width: 100%; }
}
@media (max-width: 860px) {
	.nav-toggle { display: inline-flex; }
	.hide-sm { display: none; }
	.main-nav { position: fixed; inset: 72px 0 0 0; background: var(--cream); flex-direction: column; align-items: stretch; justify-content: flex-start; padding: 24px 20px; gap: 18px; transform: translateX(100%); transition: transform .25s; overflow-y: auto; }
	.main-nav.is-open { transform: none; }
	.nav-list { flex-direction: column; }
	.nav-list a { font-size: 1.15rem; padding: 14px 16px; }
	.nav-order { justify-content: center; }
}
@media (max-width: 640px) {
	.section { padding: 52px 0; }
	.footer-grid { grid-template-columns: 1fr; }
	.woocommerce ul.products { grid-template-columns: 1fr; }
	.ckr-order-type__opts { grid-template-columns: 1fr; }
	.offer { padding: 24px; text-align: center; justify-content: center; }
	.chip--a { left: 0; } .chip--b { right: 0; }
	body { padding-bottom: 68px; }
	.wa-float { bottom: 82px; right: 14px; width: 50px; height: 50px; }
	.mobile-bar { display: grid; grid-template-columns: 1fr 1.3fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(60, 30, 5, .10); }
	.mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 9px 4px; font-size: .78rem; font-weight: 700; color: var(--ink); }
	.mobile-bar__main { background: var(--saffron); color: #fff !important; }
	.woocommerce table.shop_table_responsive tr td { background: #fff; }
	.woocommerce-cart .actions .coupon { flex-direction: column; width: 100%; }
	.woocommerce-cart .actions .coupon input { width: 100%; }
	.woocommerce .cart-collaterals .cart_totals { float: none; max-width: none; }
}

/* ---------- Account link + login / register ---------- */
.account-link { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; border: 2px solid var(--ink); color: var(--ink); font-weight: 700; font-size: .9rem; white-space: nowrap; }
.account-link:hover { background: var(--ink); color: #fff; }
.woocommerce-account .u-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.woocommerce-account .u-columns .u-column1, .woocommerce-account .u-columns .u-column2 { float: none; width: auto; }
.woocommerce-account .u-columns h2 { font-size: 1.5rem; }
.woocommerce form.login, .woocommerce form.register { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 26px; margin: 0; }
.woocommerce-account .woocommerce-MyAccount-content { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 26px; }
@media (max-width: 860px) {
	.account-link span { display: none; }
	.account-link { padding: 0; width: 44px; height: 44px; justify-content: center; border-width: 0; }
	.woocommerce-account .u-columns { grid-template-columns: 1fr; }
}
