
:root {
  --primary: #34463f;
  --primary-dark: #8B1528;
  --secondary: #658677;
  --secondary-gold: #F39C12;
  --secondary-brown: #A04000;
  --accent-green: #27AE60;
  --accent-cream: #FFF0E6;
  --bg: #ffffff;
  --text: #2C3E50;
  --gray: #7F8C8D;
  --border: #FCCCC3;
  --surface: #FFFFFF;
  --page: #ffffff;
  --font-heading: 'Lora', serif;
  --font-body: 'DM Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* User-defined header/footer overrides */
header { background: #766b6b !important; }
header nav a, header nav a:hover, header .logo, header .logo-img-wrap { color: #7f4848 !important; }
footer { background: #785959 !important; }
footer, footer p, footer a, .footer-brand, .footer-copy, .footer-meta { color: #b70b0b !important; }
/* Template-specific styles */
/* ─── Base ─────────────────────────────────────────────────────────────────── */
body { font-family: var(--font-body); line-height: 1.6; color: #333; background: var(--page); }
h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--primary); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ─── Header ────────────────────────────────────────────────────────────────── */
header { background: var(--primary); color: white; padding: 0; position: sticky; top: 0; z-index: 50; transition: background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease; }
header nav { display: flex; justify-content: space-between; align-items: center; min-height: 72px; padding: 0 0 1rem; }
header nav a { color: white; text-decoration: none; margin-left: 0rem; padding: 0.35rem 0rem; font-size: 0.95rem; border-bottom: 2px solid transparent; transition: border-color 0.2s, opacity 0.2s; position: relative; display: inline-block; }
header nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: currentColor; transition: width 0.3s ease; }
header nav a:hover::after { width: 100%; }
header nav a.nav-link-active { border-color: currentColor; opacity: 1; }
.header-cta { color: inherit; text-decoration: none; padding: 0.4rem 1.2rem; border-radius: 999px; border: 1.5px solid currentColor; font-size: 0.9rem; font-weight: 600; white-space: nowrap; transition: opacity 0.2s, background 0.2s; margin-left: 1rem; opacity: 0.88; }
.header-cta:hover { opacity: 1; background: rgba(255,255,255,0.15); }
body.has-hero .header-cta:hover { background: white; color: var(--primary); }
header .logo { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; display: flex; align-items: center; height: 48px; }
header .logo img { width: 100%; max-width: 100%; object-fit: cover; height: 48px; }
.logo-img-wrap { display: flex; align-items: center; text-decoration: none; }
.logo-img { height: 48px; width: auto; max-width: 180px; object-fit: contain; display: block; }
a.logo.logo-img-wrap, .logo.logo-img-wrap:hover, .logo.logo-img-wrap:hover::after { border: none !important; background: none !important; }

.header-topbar { background: rgba(0,0,0,0.18); height: 40px; display: flex; align-items: center; font-size: 0.78rem; }
.header-topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; width: 100%; }
.header-topbar-left { display: flex; align-items: center; gap: 1.25rem; }
.header-topbar-right { display: flex; align-items: center; gap: 0.6rem; }
.topbar-item { display: flex; align-items: center; gap: 0.35rem; opacity: 0.9; }
.topbar-icon { width: 13px; height: 13px; flex-shrink: 0; }
.topbar-link { color: inherit; text-decoration: none; }
.topbar-link:hover { opacity: 0.8; }
.social-icon-link { display: flex; align-items: center; color: inherit; opacity: 0.8; transition: opacity 0.2s; }
.social-icon-link:hover { opacity: 1; }
.social-icon { width: 15px; height: 15px; }

body.has-hero header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: linear-gradient(to bottom, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.18) 65%, transparent 100%); border-bottom: none; box-shadow: none; }
header.header-scrolled { background: color-mix(in srgb, var(--primary) 78%, transparent) !important; backdrop-filter: blur(14px) !important; -webkit-backdrop-filter: blur(14px) !important; box-shadow: 0 2px 24px rgba(0,0,0,0.12) !important; border-bottom: none !important; }
body.has-hero header.header-scrolled { background: color-mix(in srgb, var(--primary) 78%, transparent) !important; }
body.has-hero header nav a, body.has-hero header .logo, body.has-hero header .logo-img-wrap { color: white !important; text-shadow: 0 1px 4px rgba(0,0,0,0.35); }
body.has-hero .header-topbar { background: #000; border-bottom-color: rgba(255,255,255,0.3); color: white; }
body.has-hero .hero:first-of-type, body.has-hero section:first-of-type { padding-top: 0; margin-top: 0; }

/* ─── Hamburger ─────────────────────────────────────────────────────────────── */
.hamburger-menu { display: none; flex-direction: column; justify-content: center; align-items: center; width: 40px; height: 40px; background: transparent; border: none; cursor: pointer; padding: 0; gap: 5px; color: white; }
.hamburger-line { width: 24px; height: 2.5px; background: white; border-radius: 2px; transition: all 0.3s ease; }
.hamburger-menu.active .hamburger-line:nth-child(1) { transform: rotate(45deg) translate(8px, 8px); }
.hamburger-menu.active .hamburger-line:nth-child(2) { opacity: 0; }
.hamburger-menu.active .hamburger-line:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); }
.nav-links { display: flex; gap: 2.5rem; align-items: center; }
.nav-links.active { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; width: 100%; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.15); }

/* ─── figcaption global reset ───────────────────────────────────────────────── */
figcaption { background: #fff !important; border: 1px solid #d6d6d6 !important; border-bottom-left-radius: 22px !important; border-bottom-right-radius: 22px !important; border-top: none !important; font-size: 14px !important; font-weight: 500; color: #000 !important; }

/* ─── Hero ──────────────────────────────────────────────────────────────────── */
.hero { background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), var(--primary); background-repeat: no-repeat; background-size: cover; color: white; padding: 6rem 0; text-align: center; min-height: 600px; display: flex; align-items: center; }
.hero h1 { font-size: 3rem; margin-bottom: 1rem; color: white; }
.hero p { font-size: 1.25rem; opacity: 0.9; }
.hero-split .hero-grid-split, .hero-editorial-variant .hero-grid-editorial { align-items: center; }
.hero-eyebrow { margin-bottom: 1rem; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; opacity: 0.75; }
.hero-grid { display: grid; gap: 2rem; align-items: end; }
.hero-grid-with-media { grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr); align-items: center; }
.hero-sidecopy { max-width: 32rem; }
.hero-sidecopy p { margin-bottom: 1rem; }
.hero-sidecopy .hero-media { margin-bottom: 1rem; }
.hero-aside-card { border-radius: 24px; padding: 1.5rem; backdrop-filter: blur(8px); }
.hero-media { min-height: 600px; border-radius: 28px; overflow: hidden; box-shadow: 0 18px 48px rgba(15, 23, 42, 0.2); }
.hero-media-image { width: 100%; height: 600px; display: block; object-fit: cover; }
.hero-video-right { padding: 5rem 0; }
.hero-video-right .hero-text { display: flex; flex-direction: column; justify-content: center; }
.hero-media-right { border-radius: 24px; overflow: hidden; min-height: 600px; }
.hero-media-right img { width: 100%; height: 600px; object-fit: cover; display: block; }
.hero-media-placeholder { width: 100%; height: 600px; background: var(--accent, var(--secondary)); border-radius: 24px; opacity: 0.35; }
.hero-problem-solution { padding: 4rem 0; }
.hero-ps-top { text-align: center; max-width: 48rem; margin: 0 auto 2.5rem; }
.hero-ps-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.hero-ps-panel { border-radius: 20px; padding: 2rem; }
.hero-ps-problem { background: color-mix(in srgb, var(--primary) 8%, white); border: 1px solid color-mix(in srgb, var(--primary) 18%, transparent); }
.hero-ps-solution { background: var(--primary); color: #fff; }
.hero-ps-solution strong, .hero-ps-solution p { color: #fff; }
.hero-ps-solution .btn { margin-top: 1.25rem; background: #ffffff; color: #000000; }
.hero-dark-cards { overflow: hidden; }
.hero-dark-bg { background: var(--primary); color: #fff; padding: 5rem 0 3rem; position: relative; }
.hero-dark-bg h1 { color: #fff; }
.hero-dark-bg p { color: rgba(255,255,255,0.82); }
.hero-dark-cards-row { display: flex; gap: 1rem; padding: 2rem 20px 3rem; }
.hero-dark-card { flex: 1; border-radius: 16px; padding: 1.5rem; text-align: center; font-weight: 700; background: var(--surface); border: 1px solid rgba(0,0,0,0.08); color: var(--primary); text-decoration: none; display: flex; align-items: center; justify-content: center; }
.hero-landscape { padding: 0; min-height: 600px; display: flex; align-items: flex-end; background-size: cover; background-position: center; background-color: var(--primary); }
.hero-landscape-overlay { width: 100%; padding: 3rem 0 4rem; background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.18) 60%, transparent 100%); }
.hero-landscape-overlay h1, .hero-landscape-overlay p { color: #fff; }
.hero-landscape-overlay .btn { margin-top: 1.5rem; }
.hero-landscape-overlay .container { width: 80%; }
.hero-carousel { position: relative; padding: 0; }
.carousel-track { position: relative; width: 100%; height: 700px; overflow: hidden; }
.carousel-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.6s ease; display: flex; align-items: center; z-index: 0; }
.carousel-slide.carousel-slide-active { opacity: 1; z-index: 1; }
.carousel-slide-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.55) 100%); z-index: 0; }
.carousel-slide-content { position: relative; z-index: 2; padding: 5rem 0; color: #fff; width: 90%; }
.carousel-slide-content h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 1rem; }
.carousel-slide-sub { color: rgba(255,255,255,0.88); font-size: 1.15rem; margin-bottom: 2rem; }
.carousel-slide-btn { margin-top: 0.5rem; }
.carousel-arrow { position: absolute; top: calc(50% - 22px); z-index: 20; background: rgba(255,255,255,0.18); border: 2px solid rgba(255,255,255,0.5); color: #fff; border-radius: 50%; width: 44px; height: 44px; font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.carousel-arrow:hover { background: rgba(255,255,255,0.42); }
.carousel-arrow-prev { left: 1.25rem; }
.carousel-arrow-next { right: 1.25rem; }
.carousel-dots { position: absolute; bottom: 1.25rem; left: 0; right: 0; display: flex; justify-content: center; gap: 0.5rem; z-index: 20; }
.carousel-dot { width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,0.45); border: none; cursor: pointer; padding: 0; transition: width 0.3s, background 0.3s; }
.carousel-dot.carousel-dot-active { width: 24px; background: #fff; }
.hero-search-media { padding: 5rem 0; text-align: center; }
.hero-search-bar { display: flex; gap: 0; max-width: 540px; margin: 2rem auto 0; border-radius: 999px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.12); }
.hero-search-input { flex: 1; border: none; padding: 0.85rem 1.5rem; font-size: 0.95rem; outline: none; background: #fff; color: #333; }
.hero-search-btn { border-radius: 0; margin: 0; }
.hero-search-media-img { margin-top: 3rem; border-radius: 24px; overflow: hidden; max-height: 360px; }
.hero-search-media-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ─── Buttons ───────────────────────────────────────────────────────────────── */
.btn { display: inline-block; padding: 0.75rem 2rem; text-decoration: none; border-radius: 6px; font-weight: 600; margin-top: 1.5rem; transition: opacity 0.2s; }
.btn:hover { opacity: 0.9; }
.btn-outline { display: inline-block; padding: 0.6rem 1.5rem; border: 2px solid var(--primary); color: var(--primary); text-decoration: none; border-radius: 6px; font-weight: 600; margin-top: 1rem; transition: all 0.2s; }
.btn-outline:hover { background: var(--primary); color: white; }

/* ─── Sections ──────────────────────────────────────────────────────────────── */
.section { padding: 4rem 0; }
.section-alt { background: #f8f8f8; }
.section-heading { max-width: 46rem; margin: 0 auto 2rem; text-align: center; }
.section-heading p { margin-top: 0.75rem; color: #666; }
.section-heading-left { margin-left: 0; text-align: left; }
.section-cta { margin-top: 2rem; text-align: center; }
.section-cta-left { text-align: left; }

/* ─── CTA Banner ────────────────────────────────────────────────────────────── */
.cta-banner { background: var(--primary); color: white; padding: 4rem 0; }
.cta-banner h2 { color: white; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-copy { margin-top: 1rem; color: rgba(255,255,255,0.9); }
.cta-btn { background: white; color: var(--primary); white-space: nowrap; }
.cta-inner-variant-centered { text-align: center; justify-content: center; }
.cta-inner-variant-stacked { flex-direction: column; align-items: flex-start; }
.cta-inner-variant-split { display: grid; grid-template-columns: 1fr auto; align-items: center; }
.cta-inner-variant-image-text { grid-template-columns: auto 1fr; gap: 3rem; }
.cta-inner-variant-landscape { grid-template-columns: 1.4fr 0.6fr; }

/* ─── Features / Dishes ─────────────────────────────────────────────────────── */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 2rem; }
.feature { text-align: center; padding: 2rem; background: var(--surface); }
.feature h3 { margin-bottom: 0.5rem; }
.feature-image-wrap { margin: -2rem -2rem 1.25rem; overflow: hidden; border-radius: 18px 18px 0 0; }
.feature-image { width: 100%; height: 190px; display: block; object-fit: cover; }
.features-variant-list { grid-template-columns: 1fr; gap: 1rem; }
.feature-variant-list { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; text-align: left; }
.features-variant-compact { gap: 1rem; }
.feature-variant-compact { padding: 1.25rem; }
.features-variant-services-grid { grid-template-columns: repeat(3, 1fr); }
.features-variant-three-col { grid-template-columns: repeat(3, 1fr); }
.features-variant-card-grid { grid-template-columns: repeat(3, 1fr); }
.features-variant-mobile-showcase { grid-template-columns: 1fr 1fr; align-items: center; }
.features-variant-two-col-cards { grid-template-columns: 1fr 1fr; }
.featured-dish-card { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }
.featured-dish-card:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }

/* ─── Testimonials ──────────────────────────────────────────────────────────── */
.testimonial-card { display: flex; flex-direction: column; justify-content: space-between; text-align: left; padding: 2rem; }
.testimonial-body { flex: 1; }
.testimonial-title { font-size: 1.05rem; font-weight: 700; color: #ffffff; margin-bottom: 1rem; font-style: normal; }
.testimonial-quote { font-size: 0.95rem; line-height: 1.65; color: #ffffff; font-style: normal; }
.testimonial-footer { margin-top: 1.5rem; display: flex; flex-direction: column; align-items: center; }
.testimonial-divider { border: none; border-top: 1px solid #e0e0e0; margin-bottom: 1.25rem; }
.testimonial-avatar { width: 48px; height: 48px; border-radius: 50%; background: #575757; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.875rem; flex-shrink: 0; overflow: hidden; margin-bottom: 0.75rem; }
.testimonial-author-name { font-weight: 700; font-size: 0.95rem; margin: 0; color: #ffffff; }
.testimonial-location { font-size: 0.85rem; color: #ffffff; margin: 0.25rem 0 0; }
.testimonials-variant-quotes { grid-template-columns: 1fr; gap: 1.25rem; }
.testimonial-variant-quotes { display: grid; grid-template-columns: 1fr; flex-direction: unset; }
.testimonials-variant-grid { grid-template-columns: repeat(2, 1fr); }
.testimonials-variant-team-profiles { grid-template-columns: repeat(3, 1fr); }
@keyframes slideInLeft { from { transform: translateX(-100%); } to { transform: translateX(0); } }
@keyframes slideOutRight { from { transform: translateX(0); } to { transform: translateX(100%); } }
.testimonial-carousel-section { padding: 4rem 2rem; text-align: center; position: relative; }
.testimonial-carousel-track { position: relative; max-width: 600px; margin: 0 auto; overflow: hidden; min-height: 300px; z-index: 111; }
.testimonial-carousel-slide { position: absolute; top: 0; left: 0; width: 100%; display: none; }
.testimonial-carousel-slide.testimonial-carousel-slide-active { display: block; animation: slideInLeft 0.6s ease-out forwards; }
.testimonial-carousel-slide.testimonial-carousel-slide-exit { display: block; animation: slideOutRight 0.6s ease-out forwards; }
.testimonial-carousel-overlay { display: none; }
.testimonial-carousel-content { display: flex; align-items: center; justify-content: center; z-index: 11111; position: relative; }
.testimonial-carousel-card { background: transparent; padding: 2rem; }
.testimonial-carousel-card .testimonial-body { margin-bottom: 1.5rem; color: #fff; }
.testimonial-carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 20; width: 44px; height: 44px; border: 2px solid white; background: rgba(0, 0, 0, 0.4); color: white; border-radius: 50%; cursor: pointer; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; transition: background 0.3s, border-color 0.3s; }
.testimonial-carousel-arrow:hover { background: rgba(0, 0, 0, 0.6); border-color: #fff; }
.testimonial-carousel-arrow-prev { left: 1.5rem; }
.testimonial-carousel-arrow-next { right: 1.5rem; }
.testimonial-carousel-dots { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); z-index: 20; display: flex; gap: 0.75rem; }
.testimonial-carousel-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.5); border: none; cursor: pointer; transition: background 0.3s, transform 0.3s; }
.testimonial-carousel-dot:hover { background: rgba(255, 255, 255, 0.8); }
.testimonial-carousel-dot-active { background: white; transform: scale(1.3); }

/* ─── Menu ──────────────────────────────────────────────────────────────────── */
.menu-layout { display: flex; gap: 0; align-items: flex-start; }
.menu-sidebar { width: 260px; min-width: 220px; flex-shrink: 0; position: sticky; top: 80px; max-height: calc(100vh - 100px); overflow-y: auto; padding-right: 1.5rem; }
.menu-search-wrap { position: relative; margin-bottom: 1rem; }
.menu-search-wrap svg { position: absolute; left: 0.75rem; top: 50%; transform: translateY(-50%); width: 1rem; height: 1rem; color: #999; pointer-events: none; }
.menu-search-input { width: 100%; padding: 0.625rem 1rem 0.625rem 2.25rem; border: 1px solid #e5e7eb; border-radius: 999px; font-size: 0.875rem; background: #f9f9f9; outline: none; font-family: inherit; color: inherit; box-sizing: border-box; }
.menu-search-input:focus { border-color: var(--primary); }
.menu-nav { display: flex; flex-direction: column; }
.menu-nav-link { display: block; padding: 0.625rem 1rem; font-size: 0.9rem; color: inherit; text-decoration: none; border-radius: 6px; transition: background 0.15s, color 0.15s; }
.menu-nav-link:hover { background: rgba(0,0,0,0.05); }
.menu-nav-link.active { background: #111; color: #fff; }
.menu-main { flex: 1; min-width: 0; }
.menu-shell { display: grid; gap: 2rem; }
.menu-category { margin-bottom: 2.5rem; background: transparent; border: none !important; box-shadow: none !important; border-radius: 0 !important; padding: 0 !important; }
.menu-category h2 { font-size: 1.5rem; font-weight: 700; margin: 0 0 0.25rem; border-bottom: none; padding-bottom: 0; }
.menu-category-header { margin-bottom: 1.25rem; }
.menu-items-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.menu-item { display: flex; border: 1px solid #e8e8e8; border-radius: 12px; overflow: hidden; background: var(--surface, #fff); }
.menu-item-text { flex: 1; padding: 1.25rem; min-width: 0; }
.menu-item-name { font-size: 1rem; font-weight: 700; margin: 0 0 0.25rem; }
.menu-item-price { font-size: 0.95rem; font-weight: 600; color: var(--primary); margin: 0 0 0.5rem; }
.menu-item-desc { font-size: 0.85rem; color: #666; line-height: 1.5; margin: 0; }
.menu-item-tags { display: flex; gap: 0.4rem; margin-top: 0.5rem; flex-wrap: wrap; }
.menu-item-tags span { background: var(--secondary, #f0f0f0); color: white; padding: 0.1rem 0.5rem; border-radius: 4px; font-size: 0.75rem; }
.menu-item-img-col { position: relative; width: 180px; min-width: 160px; background: #f5f5f5; flex-shrink: 0; }
.menu-item-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.diet-badge { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.7rem; font-weight: 600; margin-left: 0.5rem; vertical-align: middle; }
.diet-badge-icon { display: inline-flex; align-items: center; justify-content: center; width: 0.85rem; height: 0.85rem; border: 2px solid; border-radius: 3px; }
.diet-badge-icon span { display: block; width: 0.4rem; height: 0.4rem; border-radius: 50%; }
.diet-badge-veg { color: #16a34a; }
.diet-badge-egg { color: #ca8a04; }
.diet-badge-non-veg { color: #dc2626; }

/* ─── About ─────────────────────────────────────────────────────────────────── */
.story-tile-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-tile-placeholder { background: var(--surface, #f5f5f5); }
.about-content { max-width: 800px; margin: 0 auto; }
.about-content h1, .about-content h2 { margin-bottom: 1.5rem; }
.about-content p { margin-bottom: 1rem; font-size: 1.1rem; }
.about-layout { display: grid; gap: 2rem; align-items: start; }
.about-story-card { background: var(--surface); border-radius: 24px; padding: 2rem; }
.about-values { display: grid; gap: 1rem; }
.about-mission { margin-top: 1.25rem; }
.about-layout-variant-stacked { grid-template-columns: 1fr; }
.about-layout-variant-feature { grid-template-columns: 1.25fr 0.75fr; }
.about-story-card-variant-feature { padding: 2.5rem; }
.about-layout-variant-split { grid-template-columns: 1fr 1fr; }
.about-layout-variant-portrait { grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr); }
.about-layout-variant-two-col-image { grid-template-columns: 1fr 1fr; }

/* ─── Contact ───────────────────────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.contact-info h3 { margin-bottom: 0.5rem; margin-top: 1rem; }
.contact-info p { margin-bottom: 1rem; color: #555; }
.contact-panel, .contact-note, .map-panel { border-radius: 20px; padding: 1.5rem; background: var(--surface); }
.contact-grid-variant-stacked { grid-template-columns: 1fr; gap: 1rem; }
.contact-grid-variant-cards { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.map-panel { text-align: center; }
.map-note, .hours-note { margin-top: 1rem; color: #777; font-style: italic; text-align: center; }
.contact-form { margin-top: 2.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.form-group label { font-size: 0.85rem; font-weight: 600; }
.form-group input, .form-group textarea { padding: 0.65rem 1rem; border: 1px solid rgba(0,0,0,0.18); border-radius: 10px; font-family: var(--font-body); font-size: 0.95rem; background: #fff; color: #111; width: 100%; outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 18%, transparent); }
.form-group textarea { resize: vertical; }
.contact-submit-btn { margin-top: 0.25rem; }
.form-status { margin-top: 0.75rem; font-size: 0.9rem; min-height: 1.25em; }
.form-status-ok { color: #16a34a; font-weight: 600; }
.form-status-err { color: #dc2626; font-weight: 600; }

/* ─── Map ───────────────────────────────────────────────────────────────────── */
.loc-tabs-wrapper { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem; }
.loc-tabs { display: flex; gap: 0.5rem; overflow-x: auto; flex: 1; scrollbar-width: none; -ms-overflow-style: none; padding: 0.25rem 0; }
.loc-tabs::-webkit-scrollbar { display: none; }
.loc-tab-btn { flex-shrink: 0; padding: 0.4rem 1.1rem; border-radius: 9999px; border: 1.5px solid rgba(0,0,0,0.15); background: transparent; cursor: pointer; font-size: 0.875rem; font-weight: 500; white-space: nowrap; transition: background 0.15s, color 0.15s, border-color 0.15s; }
.loc-tab-btn:hover { border-color: rgba(0,0,0,0.3); }
.loc-tab-btn-active { background: #111 !important; color: #fff !important; border-color: #111 !important; }
.loc-tab-arrow { flex-shrink: 0; width: 2rem; height: 2rem; border-radius: 50%; border: 1.5px solid rgba(0,0,0,0.15); background: transparent; cursor: pointer; font-size: 1.1rem; line-height: 1; transition: background 0.15s; }
.loc-tab-arrow:hover { background: rgba(0,0,0,0.05); }
.hours-loc-tabs { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.hours-loc-tab { flex-shrink: 0; padding: 0.4rem 1.1rem; border-radius: 9999px; border: 1.5px solid rgba(0,0,0,0.15); background: transparent; cursor: pointer; font-size: 0.875rem; font-weight: 500; white-space: nowrap; transition: background 0.15s, color 0.15s, border-color 0.15s; }
.hours-loc-tab:hover { border-color: rgba(0,0,0,0.3); }
.hours-loc-tab-active { background: #111 !important; color: #fff !important; border-color: #111 !important; }
.hours-loc-panel { display: none; }
.hours-loc-panel-active { display: block; }
.map-split { display: grid; grid-template-columns: 42% 1fr; border-radius: 0; overflow: hidden; border: 1px solid rgba(0,0,0,0.08); margin-top: 2rem; min-height: 360px; box-shadow: none; }
.map-split-no-embed { grid-template-columns: 1fr; }
.map-embed-col { position: relative; overflow: hidden; }
.map-embed-col iframe { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }
.map-info-col { background: var(--surface, #f9f9f9); padding: 2rem; display: flex; flex-direction: column; gap: 1.25rem; }
.map-info-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.map-biz-label { font-size: 0.82rem; color: #888; margin-bottom: 0.2rem; }
.map-loc-title { font-size: 1.6rem; font-weight: 700; margin: 0; line-height: 1.2; }
.map-dir-btn { font-size: 0.82rem !important; padding: 0.45rem 1rem !important; white-space: nowrap; }
.map-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; padding: 1.5rem 0; }
.map-contact-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: #888; margin-bottom: 0.5rem; }
.map-contact-col { padding: 1rem 0; }
.map-contact-val { font-size: 0.88rem; color: #444; line-height: 1.55; margin-bottom: 0.5rem; }
.map-contact-val a { color: inherit; text-decoration: none; }
.map-contact-val a:hover { text-decoration: underline; }
.map-divider { height: 1px; background: rgba(0,0,0,0.1); margin: 1rem 0; }
.map-footer-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.75rem; margin-top: auto; }
.map-today-hours { font-size: 0.9rem; color: #555; }
.map-cta-btn { padding: 0.55rem 1.25rem !important; font-size: 0.88rem !important; background: var(--secondary-gold) !important; color: var(--text) !important; }

/* ─── Hours ─────────────────────────────────────────────────────────────────── */
.hours-shell { display: grid; gap: 1.5rem; }
.hours-table { width: min(100%, 600px); margin: 0 auto; border-collapse: collapse; }
.hours-table td { padding: 0.75rem 0; border-bottom: 1px solid #eee; }
.hours-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; }
.hours-card { border-radius: 18px; padding: 1.25rem; background: var(--surface); text-align: center; }
.hours-card h3 { margin-bottom: 0.5rem; }

/* ─── Gallery ───────────────────────────────────────────────────────────────── */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.gallery-card { overflow: hidden; border-radius: 22px; background: var(--surface); }
.gallery-image { width: 100%; height: 240px; display: block; object-fit: cover; }
.gallery-card figcaption { padding: 0.9rem 1rem 1rem; font-size: 0.85rem; color: #666; }
.gallery-empty { text-align: center; color: #666; margin-top: 1rem; }
.gallery-grid-variant-sidebar-grid { grid-template-columns: 0.7fr 1fr; }
.gallery-grid-variant-asymmetric { grid-template-columns: 1.5fr 1fr; gap: 1.5rem; }
.gallery-grid-variant-heading-gallery { grid-template-columns: repeat(3, 1fr); }

/* ─── FAQ ───────────────────────────────────────────────────────────────────── */
.faq-shell { max-width: 800px; }
.faq-heading { margin-bottom: 2rem; }
.faq-heading h2 { font-size: 1.5rem; font-weight: 700; text-align: left; }
.faq-item { border-bottom: 1px solid #e5e7eb; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; }
.faq-item:first-child { border-top: 1px solid #e5e7eb; }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 0; cursor: pointer; font-size: 1rem; font-weight: 400; list-style: none; user-select: none; gap: 1rem; }
.faq-question::-webkit-details-marker { display: none; }
.faq-chevron { flex-shrink: 0; transition: transform 0.2s ease; color: #6b7280; }
details[open] .faq-chevron { transform: rotate(180deg); }
.faq-answer { padding-bottom: 1.25rem; color: #6b7280; font-size: 0.95rem; line-height: 1.7; background: transparent !important; border: none !important; box-shadow: none !important; }
.faq-answer p { margin: 0; background: transparent; }

/* ─── Footer ────────────────────────────────────────────────────────────────── */
footer { background: #222; color: #aaa; padding: 1.25rem 0 1.5rem; }
footer a { color: inherit; text-decoration: none; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 0.5rem 0 1rem; flex-wrap: wrap; }
.footer-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 0; }
.footer-nav-link { font-size: 0.88rem; opacity: 0.78; transition: opacity 0.2s; white-space: nowrap; }
.footer-nav-link:hover { opacity: 1; }
.footer-nav-sep { opacity: 0.3; padding: 0 0.65rem; font-size: 0.8rem; user-select: none; }
.footer-legal { display: flex; align-items: center; gap: 1.5rem; flex-shrink: 0; }
.footer-legal-link { font-size: 0.88rem; opacity: 0.65; white-space: nowrap; transition: opacity 0.2s; }
.footer-legal-link:hover { opacity: 1; }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1rem 0 0; flex-wrap: wrap; }
.footer-social { display: flex; align-items: center; gap: 0.45rem; }
.footer-social .social-icon-link { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.14); color: #fff; display: flex; align-items: center; justify-content: center; opacity: 1; transition: background 0.2s; }
.footer-social .social-icon-link:hover { background: rgba(255,255,255,0.26); }
.footer-social .social-icon { width: 14px; height: 14px; }
.footer-copy { font-size: 0.85rem; opacity: 0.6; }
.footer-powered { font-size: 0.85rem; opacity: 0.6; white-space: nowrap; }
.footer-powered strong { font-weight: 700; }
.footer-brand { font-family: var(--font-heading); font-size: 1.2rem; color: white; }
.footer-meta { color: inherit; }

/* ─── Locations / Events / Loyalty / Reviews ────────────────────────────────── */
.locations-carousel { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.location-card { background: var(--surface); border-radius: 20px; padding: 1.5rem; border: 1px solid rgba(0,0,0,0.08); }
.location-card h3 { margin-bottom: 0.5rem; }
.location-address, .location-hours { color: #666; font-size: 0.9rem; }
.location-phone a { color: var(--primary); text-decoration: none; font-weight: 600; }
.events-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.event-card { background: var(--surface); border-radius: 20px; padding: 1.5rem; border: 1px solid rgba(0,0,0,0.08); }
.event-date { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--primary); margin-bottom: 0.5rem; }
.event-card h3 { margin-bottom: 0.5rem; }
.event-cta { margin-top: 0.75rem; }
.loyalty-cta { background: var(--primary); color: #fff; padding: 4rem 0; }
.loyalty-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.loyalty-cta h2 { color: #fff; }
.loyalty-body { color: rgba(255,255,255,0.85); margin-top: 0.75rem; }
.loyalty-btn { background: #fff; color: var(--primary); white-space: nowrap; }
.reviews-heading { margin-bottom: 2rem; }
.reviews-summary { display: flex; align-items: center; gap: 0.5rem; margin-top: 1rem; flex-wrap: wrap; }
.reviews-stars { display: inline-flex; gap: 0.05em; font-size: 1.4rem; line-height: 1; }
.reviews-stars-full { color: #f59e0b; }
.reviews-stars-half { color: #f59e0b; }
.reviews-stars-empty { color: #d1d5db; }
.reviews-avg { font-size: 1.25rem; font-weight: 700; color: var(--primary); }
.reviews-count { font-size: 0.9rem; color: #777; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.review-card { background: var(--surface); border-radius: 20px; padding: 1.5rem; border: 1px solid rgba(0,0,0,0.07); display: flex; flex-direction: column; gap: 0.75rem; }
.review-card-stars { color: #f59e0b; font-size: 1rem; letter-spacing: 0.05em; }
.review-card-text { font-style: italic; color: #444; font-size: 0.95rem; line-height: 1.6; margin: 0; }
.review-card-author { font-size: 0.85rem; font-weight: 600; color: #666; margin: 0; margin-top: auto; }
.review-card-author time { font-weight: 400; color: #999; }
.reviews-cta { text-align: center; margin-top: 2.5rem; }
.reviews-cta-btn { display: inline-block; }

/* ─── Responsive ────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  header nav { min-height: 48px !important; flex-direction: row; gap: 0.5rem; align-items: center; position: relative; }
  header nav a { margin-left: 0; padding: 0; }
  .locations-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
  body.has-hero header { padding: 12px 16px; background: rgba(0,0,0,1) !important; }
  .nav-links { display: none; gap: 2.5rem; align-items: center; }
  .nav-links.active { display: flex !important; gap: 1.5rem; flex-direction: column; width: max-content !important; align-items: center !important; border-top: none !important; }
  .mobNav:has(.nav-links.active) .logo, .mobNavNt:has(.nav-links.active) .logo { display: none !important; }
  .mobNav #mobile-nav, .mobNavNt #mobile-nav { margin: 0 auto; }
  .header-topbar { display: none; }
  .hero h1 { font-size: 2rem; }
  .hero-landscape { min-height: 380px; }
  .hero-landscape-overlay { padding-top: 70px !important; }
  .hero-grid, .hero-grid-with-media, .hero-pizzeria-inner, .about-layout, .form-row { grid-template-columns: 1fr; }
  .hero-ps-panels, .hero-dark-cards-row { grid-template-columns: 1fr; flex-direction: column; }
  .hero-search-bar { flex-direction: column; border-radius: 16px; }
  .hero-search-input { border-radius: 16px 16px 0 0; }
  .hero-search-btn { border-radius: 0 0 16px 16px; }
  .carousel-track { height: 340px; }
  .carousel-arrow { width: 36px; height: 36px; font-size: 0.9rem; top: calc(50% - 18px); }
  .cta-inner, .loyalty-inner { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; }
  .cta-inner { align-items: center !important; }
  .features-variant-services-grid, .features-variant-three-col, .features-variant-card-grid, .features-variant-mobile-showcase, .features-variant-two-col-cards { grid-template-columns: 1fr; flex-direction: column; }
  .about-layout-variant-split, .about-layout-variant-portrait, .about-layout-variant-two-col-image { grid-template-columns: 1fr; flex-direction: column; }
  .cta-inner-variant-image-text, .cta-inner-variant-landscape, .cta-inner-variant-split { grid-template-columns: 1fr; }
  .feature-variant-list { grid-template-columns: 1fr; }
  .menu-layout { flex-direction: column; }
  .menu-sidebar { width: 100%; position: static; max-height: none; padding-right: 0; overflow-y: visible; }
  .menu-nav { flex-direction: row; flex-wrap: wrap; gap: 0.25rem; margin-bottom: 1rem; }
  .menu-nav-link { padding: 0.4rem 0.75rem; font-size: 0.8rem; border: 1px solid #e5e7eb; }
  .menu-nav-link.active { border-color: transparent; }
  .menu-items-grid { grid-template-columns: 1fr; }
  .menu-item { display: flex !important; flex-direction: column !important; align-items: center !important; }
  .menu-item-img-col { width: 100% !important; height: 150px !important; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid-variant-cards, .hours-cards, .testimonials-variant-grid { grid-template-columns: 1fr; }
  .map-split { grid-template-columns: 1fr; }
  .map-embed-col { position: relative; height: 260px; }
  .map-embed-col iframe { position: absolute; inset: 0; min-height: 260px; }
  .map-info-header { flex-direction: column; align-items: flex-start; }
  .map-contact-grid { grid-template-columns: 1fr; }
  .location-card { border-radius: 20px !important; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06) !important; border: 1px solid #f1f1f1 !important; padding: 20px !important; }
  .locations-carousel, .events-grid, .reviews-grid { grid-template-columns: 1fr; }
  .gallery-grid-variant-sidebar-grid, .gallery-grid-variant-asymmetric, .gallery-grid-variant-heading-gallery { grid-template-columns: 1fr; flex-direction: column; }
  .testimonials-variant-team-profiles, .testimonials-variant-grid { grid-template-columns: 1fr; flex-direction: column; }
  .testimonial-carousel-section { padding: 3rem 1rem; min-height: 400px; }
  .testimonial-carousel-card { padding: 1.75rem; max-width: 100%; }
  .testimonial-carousel-arrow { width: 36px; height: 36px; font-size: 1rem; }
  .testimonial-carousel-arrow-prev { left: 0.75rem; }
  .testimonial-carousel-arrow-next { right: 0.75rem; }
  .testimonial-carousel-dots { bottom: 1rem; gap: 0.5rem; }
  .testimonial-carousel-dot { width: 8px; height: 8px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .order-bar-inner { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .hero-pizzeria-headline { font-size: 2.2rem; }
}

/* ═══════════════════════════════════════════════════════════════════════════════
   Pizza-specific overrides
   ═══════════════════════════════════════════════════════════════════════════════ */

/* Base */
body { background: var(--bg); color: var(--text); font-family: 'Montserrat', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; letter-spacing: -0.02em; }

/* Header */
header { background: var(--surface); border-bottom: 3px solid var(--primary); box-shadow: 0 4px 12px rgba(196, 30, 58, 0.08); }
header nav a, header .logo { color: var(--primary); font-weight: 600; font-size: 0.95rem; }
header nav { padding: 1rem 0; }
.nav-links a { position: relative; transition: color 0.3s; }
.nav-links a:hover { color: var(--secondary); }

/* Hero Sections */
.section-hero-pizza-tpl { padding: 6rem 2rem; text-align: center; }
.section-hero-pizza-tpl h1 { color: #fff; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.1; margin-bottom: 1rem; text-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.section-hero-pizza-tpl p { color: rgba(255,255,255,0.95); font-size: 1.15rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.section-hero-pizza-tpl a { display: inline-block; padding: 0.95rem 2.75rem; border-radius: 40px; text-decoration: none; font-weight: 700; transition: all 0.3s; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.section-hero-pizza-tpl a:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.2); }

/* Featured Dishes */
.section-featured-pizza { padding: 4rem 2rem; background: var(--surface); }
.section-featured-pizza .section-heading { text-align: center; margin-bottom: 3rem; }
.section-featured-pizza h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 0.5rem; }
.section-featured-pizza p { font-size: 1.1rem; opacity: 0.85; }
.features-bold-pizza { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 2rem; }
.feature-pizza-card { transition: all 0.3s ease; }
.feature-pizza-card:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(196, 30, 58, 0.15); }
.feature-pizza-card h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.feature-pizza-card p { font-size: 0.95rem; line-height: 1.6; }

/* Offers */
.offer-container .offers-img { padding: 0 0 !important; }

/* About */
.section-about-banner { padding: 3.5rem 2rem; background: linear-gradient(135deg, var(--accent-cream, #FFF0E6) 0%, #FFFFFF 100%); }
.section-about-banner img { border-radius: 12px; box-shadow: 0 8px 20px rgba(196, 30, 58, 0.1); }
.section-about-card { padding: 3rem 2rem; background: var(--surface); }
.section-about-card img { border-radius: 16px; }
.section-about-sidebar { padding: 3rem 2rem; background: linear-gradient(135deg, var(--accent-cream, #FFF0E6) 0%, #FFFFFF 100%); }
.section-about-sidebar > div:first-child { background: var(--primary); color: white; }
.section-about-minimal { padding: 3rem 2rem; background: #FFFFFF; }
.section-about-grid { padding: 4rem 2rem; background: #FFFFFF; }
.section-about-grid .section-heading { margin-bottom: 3rem; }
.section-about-grid > div { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.section-about-grid [style*="text-center"] { padding: 2rem; border-radius: 8px; transition: all 0.3s; }
.section-about-grid [style*="text-center"]:hover { transform: translateY(-4px); background: var(--accent-cream, #FFF0E6); }

/* CTA */
.section-cta-pizza { padding: 4rem 2rem; text-align: center; position: relative; }
.section-cta-pizza h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.section-cta-pizza p { color: rgba(255,255,255,0.95); font-size: 1.1rem; margin-bottom: 2rem; }
.section-cta-pizza a { display: inline-block; padding: 0.9rem 2.5rem; border-radius: 40px; text-decoration: none; font-weight: 700; transition: all 0.3s; margin: 0 0.5rem; }
.section-cta-pizza a:first-of-type { background: white; color: var(--primary); }
.section-cta-pizza a:first-of-type:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
.section-cta-pizza a:last-of-type { border: 2px solid white; color: white; }
.section-cta-pizza a:last-of-type:hover { background: rgba(255,255,255,0.1); }

/* Testimonials */
.section-testimonials-pizza { padding: 4rem 2rem; background: var(--bg); }
.section-testimonials-pizza .section-heading { text-align: center; margin-bottom: 3rem; }
.section-testimonials-pizza h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--primary); margin-bottom: 0.5rem; }
.section-testimonials-pizza > div:last-of-type { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.testimonial-card { background: white; padding: 2rem; border-radius: 12px; border-top: 4px solid var(--primary); box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: all 0.3s; }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(196, 30, 58, 0.15); }
.testimonial-card p { line-height: 1.7; color: #666; margin: 1rem 0; }
.testimonial-card strong { color: var(--primary); }

/* Map */
.local-address-section { display: flex; height: 100%; flex-direction: column; justify-content: space-between; background: #bf0101; padding: 50px; color: #fff; border-radius: 24px 0 0 24px; }
.local-map-section { display: flex; height: 100%; flex-direction: column; }
.local-map-section .map-section { overflow: hidden; border-radius: 0 24px 24px 0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); height: 450px; }

/* Footer */
footer { background: var(--primary); color: rgba(255,255,255,0.8); padding: 3rem 2rem; }
footer .footer-brand { color: white; font-weight: 700; font-size: 1.2rem; }
footer .footer-copy { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-meta { text-align: right; font-size: 0.85rem; opacity: 0.75; }

/* Utility */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section-heading { margin-bottom: 2rem; }
.section-heading h2 { margin-bottom: 0.5rem; }
.section { padding: 4rem 0; }
.section-alt { background: var(--accent-cream); }
.btn { display: inline-block; padding: 0.85rem 2rem; border-radius: 40px; text-decoration: none; font-weight: 700; transition: all 0.3s; background: #ffffff; color: #000000; }
.btn:hover { transform: translateY(-2px); }
.preview-container h2 { text-align: left; }
.cta-overlay { background: rgba(20,10,5,0.55); padding: 2rem 2.5rem; width: 80%; max-width: 860px; margin: 0 auto; border-radius: 16px; text-align: center; }
.cta-overlay h2 { text-align: center !important; color: #fff; }
.cta-overlay-two { background: rgba(82,82,82,0.6); padding: 2rem 2.5rem; width: 80%; max-width: 860px; margin: 0 auto; border-radius: 16px; text-align: center; }
.feature-body { padding: 1rem 1.25rem; }
.cta-btn-pizza-template { background: var(--primary) !important; color: #fff !important; border-radius: 4px; font-family: 'Oswald', sans-serif; letter-spacing: 1px; }
.cta-btn-pizza-template:hover { background: var(--primary-dark) !important; }

.about-section .about-container { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-container img { width: 100%; height: 100%; object-fit: cover; }
.about-container div:last-child { padding-right: 2rem; }
.about-container .title, .about-container .heading, .about-container .description { font-size: 1rem; line-height: 1.6; margin-bottom: 1.5rem; }
.about-container .cta-btn { border-radius: 6px; padding: 0.75rem 2rem; display: inline-block; text-decoration: none; font-weight: 600; color: #ffffff; }

/* Offer images */
.offer-section .offer-container .offers .offer-1,
.offer-section .offer-container .offers .offer-2 { overflow: hidden; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.offer-section .offer-container .offers .offer-1 img,
.offer-section .offer-container .offers .offer-2 img { width: 100%; height: 400px; object-fit: cover; }

/* Responsive — Tablet */
@media (max-width: 1024px) {
  .section-hero-pizza-tpl { padding: 5rem 1.5rem; }
  .section-hero-pizza > div { padding: 4rem 1.5rem !important; }
  .section-featured-pizza { padding: 3rem 1.5rem; }
  .features-bold-pizza { gap: 1.5rem; grid-template-columns: repeat(2, 1fr); }
  .feature-pizza-card { padding: 1.25rem; }
  .section-cta-pizza { padding: 3.5rem 1.5rem; }
  .section-cta-pizza a { margin: 0.75rem 0.5rem; }
  .section-testimonials-pizza { padding: 3.5rem 1.5rem; }
  .section-testimonials-pizza > div:last-of-type { grid-template-columns: repeat(2, 1fr); }
  .section-about-grid { padding: 3rem 1.5rem; }
  .about-container { gap: 2rem; grid-template-columns: 1fr; }
  .about-section > div { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .section > div[style*="display: grid"] { grid-template-columns: 1fr !important; gap: 2rem !important; }
  div[style*="padding: 0"] > div { padding: 2rem 1.5rem !important; }
  footer { padding: 2.5rem 1.5rem !important; gap: 2rem !important; }
  footer > div { gap: 2rem !important; padding-bottom: 1.5rem !important; }
  footer nav ul { gap: 1.5rem !important; flex-wrap: wrap !important; display: flex !important; }
  footer nav ul li { display: inline-block !important; }
  footer nav ul li a { display: inline-block !important; }
  footer p { font-size: 0.9rem !important; }
  h1 { font-size: clamp(1.8rem, 5vw, 2.8rem) !important; line-height: 1.25 !important; }
  h2 { font-size: clamp(1.5rem, 4vw, 2.2rem) !important; line-height: 1.3 !important; }
  h3 { font-size: clamp(1.25rem, 3vw, 1.75rem) !important; line-height: 1.35 !important; }
  section { padding: 3rem 1.5rem !important; }
  .section { padding: 3rem 1.5rem !important; }
  .container { padding: 0 1.5rem !important; }
  .map-info-col { padding: 2rem !important; }
  .map-split { border-radius: 0 !important; }
  .map-embed-col { border-radius: 0 !important; }
  .map-contact-grid { padding: 1.5rem 0 !important; }
  .map-contact-col { padding: 1.5rem 0 !important; }
  .contact-panel { padding: 2rem !important; }
  .hours-table { padding: 1.5rem !important; }
  .contact-form { padding: 2rem !important; }
  .review-card { padding: 2rem !important; }
  .section-featured-pizza { padding: 3rem 1.5rem !important; }
  .section-about-grid { padding: 3rem 1.5rem !important; }
  .section-testimonials-pizza { padding: 3rem 1.5rem !important; }
  .section-cta-pizza { padding: 3rem 1.5rem !important; }
}

/* Responsive — Mobile (Pizza overrides) */
@media (max-width: 768px) {
  div[style*="padding:140px"] { padding: 2rem 1rem !important; height: auto !important; }
  div[style*="width:48%"] { width: 100% !important; }
  div[style*="width:52%"] { width: 100% !important; display: none !important; }
  div[style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; gap: 1.5rem !important; }
  div[style*="grid-template-columns: 1.5fr 1fr"] { grid-template-columns: 1fr !important; }
  div[style*="grid-template-columns: 1.2fr 1fr"] { grid-template-columns: 1fr !important; }
  div[style*="max-width:1920px"] { max-width: 100% !important; padding: 0 !important; }
  div[style*="min-height:600px"] { min-height: auto !important; }
  .section-hero-pizza { min-height: auto !important; }
  .section-hero-pizza > div { min-height: auto !important; }
  .section-hero-pizza div[style*="display:flex"] { display: flex !important; flex-direction: column !important; width: 100% !important; padding: 2rem 1rem !important; align-items: flex-start !important; justify-content: flex-start !important; }
  .section-hero-pizza div[style*="width:48%"] { width: 100% !important; }
  .section-hero-pizza div[style*="width:52%"] { width: 100% !important; display: none !important; }
  .section-hero-pizza-tpl { padding: 3rem 1rem; }
  .section-hero-pizza-tpl h1 { font-size: 1.75rem; margin-bottom: 0.75rem; }
  .section-hero-pizza-tpl p { font-size: 1rem; margin-bottom: 1.5rem; max-width: 100%; }
  .section-hero-pizza-tpl a { padding: 0.75rem 1.75rem; font-size: 0.9rem; }
  .container { padding: 0 1rem !important; }
  .section-featured-pizza { padding: 2rem 1rem !important; }
  .section-featured-pizza .container { padding: 0 !important; }
  .section-featured-pizza h2 { font-size: 1.5rem; }
  .section-featured-pizza p { font-size: 0.95rem; }
  .features-bold-pizza { grid-template-columns: 1fr; gap: 1rem; margin-top: 1.5rem; }
  .feature-pizza-card { padding: 1rem; }
  .feature-pizza-card h3 { font-size: 1.1rem; }
  .feature-pizza-card p { font-size: 0.9rem; }
  .about-section { padding: 0 !important; }
  .about-section > div { display: grid !important; grid-template-columns: 1fr !important; gap: 1.5rem !important; padding: 2rem 1rem !important; }
  .about-section div[style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; }
  .about-section div[style*="display: grid"] { display: grid !important; grid-template-columns: 1fr !important; }
  .section-about-banner { padding: 2.5rem 1rem; }
  .section-about-card { padding: 2rem 1rem; }
  .section-about-sidebar { padding: 2.5rem 1rem; }
  .section-about-sidebar > div { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
  .section-about-minimal { padding: 2.5rem 1rem; }
  .section-about-grid { padding: 2.5rem 1rem; }
  .section-about-grid .section-heading { margin-bottom: 2rem; }
  .section-about-grid > div { grid-template-columns: 1fr; gap: 1rem; }
  .section-about-grid [style*="text-center"] { padding: 1.5rem; }
  .about-container { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }
  .about-container img { width: 100%; height: auto; }
  .about-container div:last-child { padding-right: 0; }
  .about-container .title { font-size: 0.9rem; }
  .about-container .heading { font-size: 1.5rem; margin-bottom: 1rem; }
  .about-container .description { font-size: 0.95rem; margin-bottom: 1rem; }
  .about-container > div { width: 100% !important; }
  .about-container > div > div { width: 100% !important; }
  .about-container h1 { font-size: 1.5rem !important; }
  .about-container span { font-size: 0.9rem !important; }
  section { padding: 0rem 0rem !important; }
  .section { padding: 0rem 0rem !important; }
  section > div { padding: 2rem 1rem !important; }
  .section > div { padding: 2rem 1rem !important; }
  .section > div[style*="display: grid"] { display: grid !important; grid-template-columns: 1fr !important; gap: 1.5rem !important; padding: 0 !important; }
  .section div[style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; gap: 1.5rem !important; padding: 0 !important; }
  .section div[style*="grid-template-columns: 1fr 1fr"] > div { padding: 1rem 0; }
  .section div[style*="overflow: hidden"] { margin-bottom: 1.5rem !important; }
  .section h1[style*="font-size:72px"] { font-size: 1.5rem !important; margin-bottom: 1rem !important; }
  .section p[style*="font-size:16px"] { font-size: 0.95rem !important; margin-bottom: 1rem !important; }
  .section-cta-pizza { padding: 2.5rem 1rem; text-align: center; }
  .section-cta-pizza h2 { font-size: 1.5rem; margin-bottom: 1rem; }
  .section-cta-pizza p { font-size: 1rem; margin-bottom: 1.5rem; }
  .section-cta-pizza a { display: block; padding: 0.75rem 1.5rem; margin: 0.75rem 0; font-size: 0.9rem; }
  .section-cta-pizza div[style*="display: grid"] { grid-template-columns: 1fr !important; gap: 1rem !important; }
  .section-testimonials-pizza { padding: 2.5rem 1rem; }
  .section-testimonials-pizza h2 { font-size: 1.5rem; margin-bottom: 2rem; }
  .section-testimonials-pizza > div:last-of-type { grid-template-columns: 1fr; gap: 1.5rem; }
  .testimonial-card { padding: 1.5rem; border-top-width: 3px; }
  .testimonial-card p { margin: 0.75rem 0; font-size: 0.9rem; }
  .offer-section { padding: 2rem 1rem !important; }
  .offer-section .offer-container { padding: 0 !important; }
  .offer-section .offer-container .offers { display: grid !important; grid-template-columns: 1fr !important; gap: 1.5rem; }
  .offer-section .offer-container .offers .offer-1,
  .offer-section .offer-container .offers .offer-2 { height: auto; width: 100% !important; }
  .offer-section .offer-container .offers .offer-1 img,
  .offer-section .offer-container .offers .offer-2 img { height: 250px; width: 100%; }
  .offer-section div[style*="display: grid"] { grid-template-columns: 1fr !important; }
  .map-split { padding: 0 !important; margin: 0 !important; border-radius: 0 !important; }
  .map-embed-col { min-height: 300px !important; border-radius: 0 !important; }
  .map-info-col { padding: 1.5rem !important; border-radius: 0 !important; }
  .local-address-section { padding: 1rem !important; border-radius: 0; }
  .local-map-section .map-section { border-radius: 0; }
  .map-contact-grid { padding: 1rem 0 !important; }
  .map-contact-col { padding: 1rem 1rem !important; }
  .map-info-header { padding: 0 0 1.5rem 0 !important; margin-bottom: 1rem !important; border-bottom: 1px solid rgba(0,0,0,0.1) !important; }
  .map-footer-row { padding: 1.5rem 0 0 0 !important; margin-top: 1rem !important; border-top: 1px solid rgba(0,0,0,0.1) !important; }
  .map-biz-label { margin-bottom: 0.5rem !important; }
  .map-loc-title { margin-bottom: 1rem !important; }
  .contact-grid { padding: 0 !important; }
  .contact-panel { padding: 1.5rem !important; }
  .hours-shell { padding: 0 !important; }
  .hours-table { padding: 1rem !important; }
  .menu-layout { padding: 0 !important; }
  .menu-main { padding: 0 !important; }
  .locations-carousel { display: grid !important; grid-template-columns: 1fr !important; gap: 1.5rem !important; margin-top: 1.5rem !important; }
  .location-card { padding: 1.5rem !important; border-radius: 12px !important; }
  div[style*="grid-template-columns: repeat(3"] { grid-template-columns: 1fr !important; }
  div[style*="grid-template-columns: repeat(auto-fit"] { grid-template-columns: 1fr !important; }
  .contact-form { padding: 1.5rem !important; }
  .form-group { margin-bottom: 1rem !important; }
  .form-row { margin-bottom: 1rem !important; }
  .reservation-widget { padding: 1.5rem !important; }
  .reviews-section { padding: 2rem 1rem !important; }
  .review-card { padding: 1.5rem !important; }
  .gallery-grid { padding: 0 !important; margin-top: 1.5rem !important; }
  .gallery-card { padding: 0 !important; }
  section[style*="padding: 0"] { padding: 2rem 1rem !important; }
  .section > div > div[style*="display:flex;width:100%"] { flex-direction: column !important; align-items: stretch !important; }
  img[style*="width: 100%"] { max-width: 100%; height: auto; display: block; }
  a[style*="display: inline-block"] { display: inline-block; }
  footer { padding: 0rem 1rem !important; text-align: center; display: flex !important; flex-direction: column !important; width: 100% !important; gap: 1.5rem !important; }
  footer > div { display: flex !important; flex-direction: column !important; width: 100% !important; gap: 0rem !important; align-items: center !important; justify-content: center !important; padding-bottom: 1rem !important; }
  footer nav { width: 100% !important; }
  footer nav ul { display: flex !important; flex-wrap: wrap !important; gap: 0rem !important; justify-content: center !important; text-align: center !important; align-items: center !important; }
  footer nav ul li { display: inline-block !important; }
  footer nav ul li a { display: inline-block !important; margin: 0.25rem 0.5rem !important; padding: 0.5rem 0.75rem !important; font-size: 0.9rem !important; }
  footer p { font-size: 0.85rem !important; margin: 0.5rem 0 !important; white-space: normal !important; }
  .footer-meta { text-align: center; }
  .footer-brand { font-size: 1.1rem !important; }
  .footer-copy { font-size: 0.8rem !important; }
  h1 { font-size: 1.5rem !important; line-height: 1.2 !important; margin-bottom: 1rem !important; word-break: break-word !important; }
  h2 { font-size: 1.3rem !important; line-height: 1.25 !important; margin-bottom: 0.875rem !important; word-break: break-word !important; }
  h3 { font-size: 1.1rem !important; line-height: 1.3 !important; margin-bottom: 0.75rem !important; word-break: break-word !important; }
  h4 { font-size: 1rem !important; line-height: 1.35 !important; margin-bottom: 0.625rem !important; }
  h5 { font-size: 0.95rem !important; line-height: 1.4 !important; margin-bottom: 0.625rem !important; }
  h6 { font-size: 0.9rem !important; line-height: 1.4 !important; margin-bottom: 0.5rem !important; }
  .section-heading { margin-bottom: 1.5rem !important; }
  .section-heading h2 { font-size: 1.3rem !important; margin-bottom: 0.5rem !important; }
  .section-heading p { font-size: 0.95rem !important; margin-top: 0.5rem !important; }
  .section-featured-pizza h2 { font-size: 1.3rem !important; }
  .section-testimonials-pizza h2 { font-size: 1.3rem !important; }
  .section-cta-pizza h2 { font-size: 1.3rem !important; }
  .about-container h2 { font-size: 1.4rem !important; }
  .about-container span { font-size: 0.9rem !important; }
  p { font-size: 0.95rem !important; line-height: 1.5 !important; margin-bottom: 0.875rem !important; }
  span { font-size: inherit !important; }
  small { font-size: 0.85rem !important; }
  strong { font-weight: 700 !important; }
  .section { padding: 2rem 0; }
  .section-heading { margin-bottom: 1.5rem; }
  .section-heading h2 { font-size: 1.4rem; }
  .btn { padding: 0.7rem 1.5rem; font-size: 0.9rem; }
}

/* ─── Diet badge colours ─────────────────────────────────────────────────── */
.diet-badge-veg .diet-badge-icon { border-color: #16a34a; }
.diet-badge-veg .diet-badge-icon span { background: #16a34a; }
.diet-badge-egg .diet-badge-icon { border-color: #ca8a04; }
.diet-badge-egg .diet-badge-icon span { background: #ca8a04; }
.diet-badge-non-veg .diet-badge-icon { border-color: #dc2626; }
.diet-badge-non-veg .diet-badge-icon span { background: #dc2626; }

/* ─── Dish page ──────────────────────────────────────────────────────────── */
.dish-page { margin: 0; background: color-mix(in srgb, var(--accent-cream, #f5e6c8) 10%, #fff); }
.dish-feature-section { max-width: 1320px; margin: 0 auto; padding: clamp(3rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 3rem); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.dish-media-panel { position: relative; min-height: 420px; border: 1px solid rgba(0,0,0,.14); overflow: hidden; background: #f3f0eb; box-shadow: 0 26px 60px rgba(0,0,0,.12); }
.dish-media-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); }
.dish-media-image { width: 100%; height: 100%; min-height: 520px; object-fit: cover; display: block; }
.dish-media-fallback { min-height: 520px; display: grid; place-items: center; color: var(--primary, #333); font-size: clamp(5rem, 14vw, 11rem); font-weight: 700; opacity: .28; }
.dish-detail-panel { padding: clamp(1rem, 2vw, 1.5rem) 0; color: #2b2d26; }
.dish-kicker { margin: 0 0 .85rem; font-size: .86rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; color: color-mix(in srgb, var(--primary, #333) 78%, #000); }
.dish-header { display: flex; align-items: flex-start; gap: 1rem; flex-wrap: wrap; margin-bottom: .9rem; }
.dish-name { flex: 1 1 100%; font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 700; margin: 0; line-height: .98; letter-spacing: 0; color: #25271f; }
.dish-price { font-size: 1.18rem; font-weight: 700; margin: 0 0 1.35rem; color: color-mix(in srgb, var(--primary, #333) 82%, #111); }
.dish-description { font-size: clamp(1.02rem, 1.35vw, 1.18rem); line-height: 1.72; margin: 0 0 1.65rem; max-width: 680px; color: rgba(43,45,38,.88); }
.dish-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0 0 2rem; }
.dish-tag { display: inline-block; padding: .3rem .8rem; border-radius: 999px; border: 1px solid rgba(0,0,0,.24); font-size: .78rem; font-weight: 700; color: rgba(43,45,38,.7); text-transform: capitalize; }
.dish-actions { margin: 2.1rem 0 0; }
.dish-cta-btn { display: inline-block; padding: .88rem 1.65rem; border: 1.5px solid currentColor; border-radius: 999px; font-size: .94rem; font-weight: 700; text-decoration: none; letter-spacing: 0; color: #25271f; background: transparent; transition: transform .16s ease, background-color .16s ease, color .16s ease; }
.dish-cta-btn:hover { transform: translateY(-1px); background: #25271f; color: #fff; }
.dish-related { margin: 2.4rem 0 0; border-top: 1px solid rgba(0,0,0,.12); padding-top: 1.5rem; }
.dish-related-title { margin: 0 0 .9rem; font-size: .82rem; font-weight: 700; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; color: rgba(43,45,38,.62); }
.dish-related-grid { display: flex; flex-wrap: wrap; gap: .7rem; }
.dish-related-card { display: inline-block; padding: .55rem .9rem; border: 1px solid rgba(0,0,0,.18); border-radius: 6px; font-size: .92rem; font-weight: 600; color: #2b2d26; text-decoration: none; background: rgba(255,255,255,.45); transition: border-color .15s ease, transform .15s ease; }
.dish-related-card:hover { transform: translateY(-1px); border-color: rgba(0,0,0,.42); }
@media (max-width: 860px) {
  .dish-feature-section { grid-template-columns: 1fr; padding-top: 2rem; }
  .dish-media-panel { min-height: 300px; }
  .dish-media-image, .dish-media-fallback { min-height: 340px; }
  .dish-name { font-size: clamp(2.2rem, 12vw, 3.4rem); }
}
@media (max-width: 520px) {
  .dish-feature-section { padding-inline: 1rem; gap: 1.6rem; }
  .dish-media-image, .dish-media-fallback { min-height: 280px; }
  .dish-description { font-size: 1rem; }
}

/* ─── Menu category page ─────────────────────────────────────────────────── */
.menu-category-page { max-width: 1120px; margin: 0 auto; padding: 4rem 1.5rem; }
.menu-category-hero { max-width: 760px; margin-bottom: 2.5rem; }
.menu-category-kicker { margin: 0 0 .75rem; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; opacity: .65; }
.menu-category-hero h1 { margin: 0; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.05; }
.menu-category-description { margin: 1rem 0 0; font-size: 1.075rem; line-height: 1.7; opacity: .82; }
.menu-category-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; }
.menu-category-item-card { display: block; border: 1px solid rgba(0,0,0,.12); border-radius: 8px; overflow: hidden; color: inherit; text-decoration: none; background: rgba(255,255,255,.72); }
.menu-category-item-card-link:hover { transform: translateY(-2px); transition: transform .15s ease; }
.menu-category-item-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.menu-category-item-body { padding: 1rem; }
.menu-category-item-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; }
.menu-category-item-heading h2 { margin: 0; font-size: 1.1rem; line-height: 1.25; }
.menu-category-item-price { margin-top: .45rem; font-weight: 700; }
.menu-category-item-body p { margin: .7rem 0 0; line-height: 1.55; opacity: .8; }
.menu-category-item-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .85rem; }
.menu-category-item-tags span { border: 1px solid currentColor; border-radius: 999px; padding: .2rem .55rem; font-size: .75rem; opacity: .65; }
.menu-category-cta { margin-top: 2.5rem; }
.menu-category-cta-link { display: inline-block; padding: .75rem 1.5rem; border-radius: 4px; background: var(--primary, #333); color: #fff; text-decoration: none; font-weight: 700; }

/* ─── Reviews block ──────────────────────────────────────────────────────── */
.reviews-section .reviews-heading { text-align: center; margin-bottom: 2rem; }
.reviews-summary { display: flex; align-items: center; gap: .5rem; justify-content: center; margin-top: .75rem; }
.reviews-stars-full { color: var(--secondary-gold, #f39c12); }
.reviews-stars-half { color: var(--secondary-gold, #f39c12); }
.reviews-stars-empty { color: #ccc; }
.reviews-avg { font-weight: 700; font-size: 1.1rem; }
.reviews-count { opacity: .7; font-size: .9rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-bottom: 2rem; }
.review-card { background: var(--surface, #fff); border: 1px solid var(--border, #e0e0e0); border-radius: 8px; padding: 1.5rem; }
.review-card-stars { color: var(--secondary-gold, #f39c12); margin-bottom: .5rem; }
.review-card-text { font-style: italic; line-height: 1.6; margin: 0 0 1rem; }
.review-card-author { font-size: .85rem; opacity: .7; margin: 0; }
.reviews-cta { text-align: center; margin-top: 2rem; }
