/*
Theme Name: Kababi Premium Restaurant
Theme URI: https://kababipremium.com/
Author: Kababi Premium
Description: Custom restaurant theme for Kababi Premium and Umaya Maryam.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: kababi-premium
*/

:root {
  --ink: #0a0908;
  --ink-soft: #151311;
  --cream: #f4eee4;
  --cream-deep: #e9dfd1;
  --paper: #fffaf3;
  --red: #d92b2b;
  --red-dark: #a8181b;
  --gold: #d3a64a;
  --muted: #7d7468;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: Arial, Helvetica, sans-serif; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.announcement { background: var(--red); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.announcement-inner { min-height: 31px; display: flex; justify-content: space-between; align-items: center; }
.announcement-inner div { display: flex; gap: 28px; }
.announcement a:hover { text-decoration: underline; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; }
.nav-shell { min-height: 90px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { width: 235px; margin-right: auto; }
.brand img { width: 100%; }
.desktop-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 700; }
.desktop-nav > a, .more-menu summary { padding: 35px 0; transition: color .2s ease; }
.desktop-nav > a:hover, .more-menu summary:hover { color: var(--gold); }
.more-menu { position: relative; }
.more-menu summary { cursor: pointer; list-style: none; }
.more-menu summary::-webkit-details-marker { display: none; }
.more-menu summary span { color: var(--gold); }
.more-menu > div { position: absolute; right: 0; top: 72px; width: 210px; padding: 10px; border: 1px solid rgba(255,255,255,.12); background: #11100f; box-shadow: 0 20px 45px rgba(0,0,0,.4); }
.more-menu > div a { display: block; padding: 12px 14px; color: #ddd4c8; }
.more-menu > div a:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav-cta { margin-left: 34px; padding: 13px 17px; background: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.nav-cta span { margin-left: 8px; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(90deg, rgba(6,5,4,.98) 0%, rgba(6,5,4,.83) 42%, rgba(6,5,4,.2) 78%), linear-gradient(0deg, rgba(6,5,4,.9), transparent 40%), url('assets/images/hero-grill.jpg') center/cover; }
.hero::after { content: ""; position: absolute; inset: 31px 0 0; background: radial-gradient(circle at 75% 45%, transparent 0 12%, rgba(0,0,0,.18) 68%); pointer-events: none; }
.hero-grain { position: absolute; inset: 0; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
.hero-inner { position: relative; z-index: 2; padding-top: 115px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 80px; }
.hero-copy { max-width: 700px; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-dark { color: var(--red-dark); }
.hero h1 { margin: 0; max-width: 760px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(66px, 8vw, 112px); line-height: .88; font-weight: 500; letter-spacing: -.055em; }
.hero h1 span { color: var(--gold); font-style: italic; }
.hero-lead { max-width: 590px; margin: 30px 0 0; color: #ddd2c5; font-size: 18px; line-height: 1.7; }
.button-row { margin-top: 36px; display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 25px; border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #ed3d3d; }
.button-ghost { border-color: rgba(255,255,255,.42); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: var(--paper); color: var(--ink); }
.hero-proof { width: 180px; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.25); }
.hero-proof div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: #aaa196; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-proof span { margin-top: 6px; font-family: Georgia, serif; font-size: 21px; }
.scroll-cue { position: absolute; z-index: 3; bottom: 28px; left: 50%; transform: translateX(-50%); color: #ddd2c5; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue span { margin-left: 10px; color: var(--gold); font-size: 16px; }
.marquee { overflow: hidden; padding: 17px 0; border-block: 1px solid #2d2925; background: #0e0d0c; color: #b8aea2; font-size: 10px; font-weight: 800; letter-spacing: .16em; white-space: nowrap; }
.marquee div { width: max-content; min-width: 100%; text-align: center; }
.marquee span { margin: 0 22px; color: var(--red); }

.section { padding: 115px 0; }
.section-light { background: var(--cream); color: var(--ink); }
.section-heading h2, .catering-copy h2, .order-banner h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px, 5.2vw, 72px); line-height: 1; font-weight: 500; letter-spacing: -.04em; }
.split-heading { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 60px; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); line-height: 1.8; }
.service-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cabfaf; border-bottom: 1px solid #cabfaf; }
.service-card { min-height: 280px; padding: 30px 34px 42px; border-right: 1px solid #cabfaf; }
.service-card:last-child { border-right: 0; }
.service-card > span { color: var(--red); font-size: 11px; font-weight: 800; }
.service-card h3 { margin: 70px 0 13px; font-family: Georgia, serif; font-size: 29px; font-weight: 500; text-transform: capitalize; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.signature-section { background: #0b0a09; }
.signature-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.signature-heading h2 { color: var(--cream); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.text-link-light { color: var(--cream); }
.text-link span { margin-left: 8px; color: var(--red); }
.dish-grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: repeat(2, 280px); gap: 16px; }
.dish-card { position: relative; overflow: hidden; }
.dish-card-large { grid-row: 1 / span 2; }
.dish-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.86), transparent 65%); }
.dish-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.dish-card:hover img { transform: scale(1.04); }
.dish-card > div { position: absolute; z-index: 2; inset: auto 28px 25px; }
.dish-card span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dish-card h3 { margin: 7px 0 5px; font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.dish-card p { margin: 0; color: #d7cdc0; font-size: 13px; }
.dish-card-large h3 { font-size: 44px; }

.catering-teaser { background: var(--paper); color: var(--ink); }
.catering-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.catering-image-stack { position: relative; min-height: 650px; }
.catering-image-main { width: 76%; height: 600px; object-fit: cover; filter: saturate(.8); }
.catering-image-small { position: absolute; right: 0; bottom: 0; width: 42%; height: 330px; object-fit: cover; border: 10px solid var(--paper); }
.catering-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.check-list { margin: 0 0 34px; padding: 0; list-style: none; border-top: 1px solid #d9cec0; }
.check-list li { padding: 15px 0; border-bottom: 1px solid #d9cec0; font-size: 13px; font-weight: 700; }
.check-list li::before { content: "◆"; margin-right: 12px; color: var(--red); font-size: 8px; }

.branch-section { background: #151311; }
.branch-heading { margin-bottom: 48px; }
.branch-heading .text-link { justify-self: end; }
.branch-grid { border-top: 1px solid #37322e; }
.branch-card { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 20px; padding: 29px 0; border-bottom: 1px solid #37322e; }
.branch-card > span { color: var(--red); font-size: 10px; font-weight: 800; }
.branch-card h3 { margin: 0; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.branch-card p { margin: 4px 0 0; color: #8f877d; font-size: 12px; }
.branch-card a { font-size: 13px; font-weight: 800; }
.branch-card a:hover { color: var(--gold); }
.order-banner { padding: 73px 0; background: var(--red); color: white; }
.order-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.order-banner .eyebrow { color: #ffd0c9; margin-bottom: 11px; }
.order-banner h2 { font-size: clamp(38px, 4vw, 58px); }

/* Inner pages */
.page-hero { min-height: 560px; display: flex; align-items: end; padding: 185px 0 82px; background-position: center; background-size: cover; }
.page-hero-inner { position: relative; z-index: 1; max-width: 850px; margin-inline: max(calc((100% - 1180px) / 2), 20px); }
.page-hero h1 { margin: 0; max-width: 810px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(62px, 7.2vw, 102px); line-height: .91; font-weight: 500; letter-spacing: -.055em; }
.page-hero-inner > p:last-child { max-width: 650px; margin: 27px 0 0; color: #ddd2c5; font-size: 17px; line-height: 1.75; }
.inner-section { padding: 105px 0; }
.light-page { background: var(--cream); color: var(--ink); }
.inner-heading { max-width: 760px; margin-bottom: 54px; }
.inner-heading h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(43px, 5vw, 66px); line-height: 1; font-weight: 500; letter-spacing: -.04em; }
.inner-heading > p:last-child:not(.eyebrow) { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }

/* Menu */
.menu-nav { position: sticky; top: 0; z-index: 5; overflow-x: auto; padding: 16px 0; background: #100f0d; border-block: 1px solid #2d2925; scrollbar-width: none; }
.menu-nav::-webkit-scrollbar { display: none; }
.menu-nav > .container { display: flex; gap: 8px; }
.menu-nav a { flex: 0 0 auto; padding: 10px 15px; border: 1px solid #3a3530; color: #d8cfc4; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.menu-nav a:hover { border-color: var(--gold); color: white; }
.menu-groups { display: grid; gap: 22px; }
.menu-group { scroll-margin-top: 90px; padding: 38px 42px; background: var(--paper); border: 1px solid #d8cbbc; }
.menu-group-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 2px solid var(--ink); }
.menu-group-title h2 { margin: 0; font-family: Georgia, serif; font-size: 36px; font-weight: 500; }
.menu-group-title span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.menu-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 20px 0; border-bottom: 1px solid #ddd3c7; }
.menu-item h3 { margin: 0; font-family: Georgia, serif; font-size: 19px; font-weight: 600; }
.menu-item p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.menu-item strong { color: var(--red-dark); font-size: 13px; white-space: nowrap; }
.menu-item strong small { margin-right: 5px; font-size: 8px; letter-spacing: .08em; }
.download-panel { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 42px; padding: 32px 36px; background: var(--red); color: white; }
.download-panel h2 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.download-panel p { margin: 0; color: #ffd8d1; font-size: 13px; }

/* Forms */
.form-section { padding: 105px 0; background: var(--paper); color: var(--ink); }
.form-layout > div:first-child h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 62px); line-height: 1; font-weight: 500; }
.form-layout > div:first-child > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.inquiry-form { padding: 40px; background: var(--cream); border-top: 4px solid var(--red); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { display: block; margin-bottom: 20px; color: #3a342e; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.inquiry-form input:not([type="checkbox"]), .inquiry-form select, .inquiry-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid #cfc3b5; border-radius: 0; outline: none; background: #fffaf3; color: var(--ink); font: 14px/1.35 Arial, sans-serif; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(217,43,43,.1); }
.consent { display: flex !important; align-items: flex-start; gap: 9px; font-weight: 500 !important; line-height: 1.5; letter-spacing: 0 !important; text-transform: none !important; }
.consent input { margin-top: 2px; accent-color: var(--red); }
.form-note { margin: 0 0 20px; padding: 13px 15px; border-left: 3px solid var(--gold); background: #fff8ed; color: var(--muted); font-size: 12px; line-height: 1.55; }
.form-status { margin: 18px 0 0; color: var(--red-dark); font-size: 13px; }

/* Catering */
.occasion-grid, .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 48px; background: #cfc3b5; border: 1px solid #cfc3b5; }
.occasion-grid article, .process-grid article { min-height: 220px; padding: 29px; background: var(--paper); }
.occasion-grid span, .process-grid span { color: var(--red); font-size: 10px; font-weight: 800; }
.occasion-grid h3, .process-grid h3 { margin: 58px 0 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.occasion-grid p, .process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.catering-gallery { background: #0f0d0b; }
.catering-gallery-grid { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: 260px 260px; gap: 15px; }
.catering-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.catering-gallery-grid img:first-child { grid-row: 1 / span 2; }
.catering-gallery-grid > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 36px; background: #211e1a; }
.catering-gallery-grid > div .eyebrow { margin-bottom: 12px; }
.catering-gallery-grid > div h2 { margin: 0; font-family: Georgia, serif; font-size: 37px; font-weight: 500; }
.catering-gallery-grid > div > p:not(.eyebrow) { margin: 15px 0 22px; color: #aca399; font-size: 13px; line-height: 1.65; }

/* Locations */
.location-list { display: grid; gap: 16px; }
.location-card { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 24px; padding: 32px; background: var(--paper); border: 1px solid #d9cdbf; }
.location-number { color: var(--red); font-size: 11px; font-weight: 800; }
.location-kicker { margin: 0 0 6px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.location-card h2 { margin: 0; font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.location-card p:not(.location-kicker) { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.service-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 14px; }
.service-tags span { padding: 7px 9px; background: var(--cream); color: #4f4840; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.location-actions { display: grid; gap: 8px; min-width: 185px; }
.location-map { background: var(--ink); color: white; }
.customer-care-band { padding: 38px 0; background: var(--gold); color: var(--ink); }
.customer-care-band > .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.customer-care-band .eyebrow { margin-bottom: 7px; }
.customer-care-band h2 { margin: 0; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.customer-care-band a { font-size: 20px; font-weight: 800; }

/* Partners and awards */
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.partner-card { min-height: 250px; display: flex; flex-direction: column; padding: 28px; border-top: 5px solid var(--partner); background: var(--paper); box-shadow: 0 10px 30px rgba(40,25,15,.05); transition: transform .2s ease, box-shadow .2s ease; }
.partner-card:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(40,25,15,.11); }
.partner-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--partner); color: #111; font-size: 18px; font-weight: 900; }
.partner-card h2 { margin: 28px 0 8px; font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.partner-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.partner-card strong { margin-top: auto; padding-top: 24px; color: var(--red-dark); font-size: 11px; text-transform: uppercase; }
.pickup-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 48px; padding: 38px 42px; background: var(--gold); }
.pickup-panel .eyebrow { margin-bottom: 8px; }
.pickup-panel h2 { margin: 0; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.award-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.award-card { min-height: 310px; padding: 30px; border: 1px solid #d5c9bb; background: var(--paper); }
.award-card > img { width: 86px; height: 86px; object-fit: cover; border-radius: 50%; }
.award-seal { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--red); font-family: Georgia, serif; font-size: 24px; }
.award-card h2 { margin: 48px 0 12px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.award-card h3 { margin: 0 0 13px; color: var(--red-dark); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.award-card > p:first-of-type { margin-top: 22px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.award-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

/* Contact, payment and opportunities */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.small-contact { min-height: 180px; padding: 27px; background: var(--paper); border: 1px solid #d8cbbc; }
.small-contact span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.small-contact h2 { margin: 42px 0 8px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.small-contact a, .small-contact p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.small-contact a:hover { color: var(--red-dark); }
.payment-section { background: #151311; }
.payment-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: center; }
.payment-layout h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(43px, 5vw, 65px); line-height: 1; font-weight: 500; }
.payment-layout > div:first-child > p:not(.eyebrow) { max-width: 600px; color: #afa69c; line-height: 1.75; }
.payment-status { margin-top: 25px; padding: 16px 18px; border-left: 3px solid var(--gold); background: #211e1a; color: #d7cfc5; font-size: 13px; line-height: 1.6; }
.payment-placeholder { aspect-ratio: 1; max-width: 360px; display: grid; place-items: center; justify-self: end; padding: 40px; border: 2px dashed #61594f; color: #8f877e; text-align: center; background: #0e0d0c; }
.payment-placeholder img { width: 100%; height: auto; }
.career-grid, .partnership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.career-grid article, .partnership-grid article { min-height: 235px; padding: 30px; background: var(--paper); border: 1px solid #d8cbbc; }
.career-grid span, .partnership-grid span { color: var(--red); font-size: 10px; font-weight: 800; }
.career-grid h2, .partnership-grid h2 { margin: 58px 0 12px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.career-grid p, .partnership-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.career-grid a { display: inline-block; margin-top: 24px; color: var(--red-dark); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.site-footer { padding: 80px 0 22px; background: #080706; }
.footer-top { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; padding-bottom: 65px; }
.footer-brand img { width: 250px; }
.footer-brand p { max-width: 330px; color: #8c8379; font-size: 13px; line-height: 1.75; }
.footer-top h3 { margin: 3px 0 18px; color: var(--gold); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-top > div:not(.footer-brand) a { display: block; margin: 11px 0; color: #b4aba0; font-size: 12px; }
.footer-top a:hover { color: white !important; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #25221f; color: #6f6860; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom div { display: flex; gap: 24px; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.generic-page { min-height: 60vh; padding: 180px 0 90px; background: var(--cream); color: var(--ink); }
.generic-page .entry-content { max-width: 780px; color: var(--muted); line-height: 1.8; }
.site-notice { padding: 14px 18px; border-left: 3px solid var(--gold); background: #fff8ed; color: var(--muted); font-size: 13px; line-height: 1.6; }

@media (max-width: 980px) {
  .desktop-nav, .nav-cta { display: none; }
  .brand { width: 205px; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; cursor: pointer; list-style: none; border: 1px solid rgba(255,255,255,.25); }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 18px; height: 1px; background: white; }
  .mobile-menu > div { position: absolute; right: 0; top: 52px; width: 230px; padding: 12px; background: #11100f; border: 1px solid #332e29; }
  .mobile-menu > div a { display: block; padding: 11px 12px; font-size: 13px; }
  .hero { min-height: 760px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-proof { display: none; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid #cabfaf; }
  .service-card:last-child { border-bottom: 0; }
  .service-card h3 { margin-top: 35px; }
  .catering-grid { grid-template-columns: 1fr; gap: 65px; }
  .catering-image-stack { min-height: 560px; }
  .catering-image-main { height: 520px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2; }
  .occasion-grid, .process-grid, .partner-grid, .award-grid, .contact-cards, .career-grid, .partnership-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-list { grid-template-columns: 1fr; }
  .form-layout { grid-template-columns: 1fr; gap: 45px; }
  .payment-layout { grid-template-columns: 1fr; gap: 45px; }
  .payment-placeholder { justify-self: start; width: min(100%, 360px); }
}

@media (max-width: 680px) {
  body.admin-bar .site-header { top: 46px; }
  .container { width: min(100% - 26px, 1180px); }
  .announcement-inner > span { display: none; }
  .announcement-inner { justify-content: center; }
  .announcement-inner div { gap: 16px; }
  .announcement-inner div a:last-child { display: none; }
  .nav-shell { min-height: 74px; }
  .brand { width: 178px; }
  .hero { min-height: 700px; background-position: 62% center; }
  .hero::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.25); }
  .hero-inner { padding-top: 100px; }
  .hero h1 { font-size: clamp(57px, 18vw, 78px); line-height: .92; }
  .hero-lead { font-size: 15px; line-height: 1.65; }
  .button { width: 100%; }
  .scroll-cue { display: none; }
  .marquee div { animation: none; text-align: left; }
  .section { padding: 78px 0; }
  .section-heading h2, .catering-copy h2 { font-size: 45px; }
  .dish-grid { grid-template-columns: 1fr; grid-template-rows: 390px 260px 260px; }
  .dish-card-large { grid-row: auto; }
  .dish-card-large h3 { font-size: 34px; }
  .signature-heading { align-items: start; flex-direction: column; gap: 25px; }
  .catering-image-stack { min-height: 480px; }
  .catering-image-main { width: 86%; height: 440px; }
  .catering-image-small { height: 245px; border-width: 6px; }
  .branch-card { grid-template-columns: 36px 1fr; }
  .branch-card a { grid-column: 2; }
  .order-banner-inner { align-items: flex-start; flex-direction: column; }
  .order-banner .button { width: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 16px; }
  .page-hero { min-height: 500px; padding: 155px 0 62px; }
  .page-hero h1 { font-size: 56px; }
  .page-hero-inner > p:last-child { font-size: 15px; }
  .inner-section { padding: 75px 0; }
  .form-section { padding: 75px 0; }
  .inner-heading h2 { font-size: 43px; }
  .menu-group { padding: 28px 20px; }
  .menu-group-title { align-items: start; flex-direction: column; }
  .menu-group-title h2 { font-size: 29px; }
  .menu-item { gap: 12px; }
  .download-panel, .pickup-panel { align-items: flex-start; flex-direction: column; padding: 28px 24px; }
  .customer-care-band > .container { align-items: flex-start; flex-direction: column; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .inquiry-form { padding: 25px 20px; }
  .occasion-grid, .process-grid, .partner-grid, .award-grid, .contact-cards, .career-grid, .partnership-grid { grid-template-columns: 1fr; }
  .catering-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 330px 220px 220px; }
  .catering-gallery-grid img:first-child { grid-row: auto; }
  .location-card { grid-template-columns: 36px 1fr; align-items: start; padding: 25px 20px; }
  .location-actions { grid-column: 2; width: 100%; }
  .payment-layout { gap: 35px; }
}
