:root{
  --brand:#d1aa3c;
  --accent:#111111;
  --bg:#ffffff;
  --surface:#ffffff;
  --surface-alt:#f7f7f7;
  --text:#111111;
  --muted:#666666;
  --border:#dedede;
  --success:#33c56d;
  --danger:#e46f61;
  --max:1180px;
  --radius:22px;
  --shadow:0 22px 70px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
button{color:inherit}
[hidden]{display:none!important}
.wrap{width:min(calc(100% - 36px),var(--max));margin:0 auto}
.announcement{background:linear-gradient(90deg,var(--brand),#ffb142);color:#111;font-size:13px;font-weight:850;letter-spacing:.03em}
.announcement-inner{min-height:36px;display:flex;align-items:center;justify-content:center;text-align:center;padding:7px 0}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,17,17,.08)}
.header-row{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand img{width:58px;height:58px;object-fit:cover;border-radius:14px;border:1px solid rgba(255,255,255,.1)}
.brand-copy{display:flex;flex-direction:column;min-width:0}
.brand-copy strong{font-family:Georgia,"Times New Roman",serif;font-size:24px;line-height:1.05;font-weight:600;white-space:nowrap}
.brand-copy span{font-size:11px;letter-spacing:.24em;color:var(--brand);text-transform:uppercase;margin-top:5px;font-weight:850}
.nav{display:flex;justify-content:center;align-items:center;gap:6px}
.nav a{padding:11px 14px;border-radius:12px;color:#3a3a3a;font-weight:650;font-size:14px;transition:.2s ease}
.nav a:hover,.nav a.active{color:#111;background:rgba(255,101,0,.10)}
.nav a.active{box-shadow:inset 0 -2px 0 var(--brand)}
.order-chip{min-width:174px;display:flex;align-items:center;justify-content:center;gap:9px;background:linear-gradient(135deg,var(--brand),#ffac31);color:#10110f;border-radius:16px;padding:11px 16px;font-weight:900;box-shadow:0 10px 28px rgba(243,154,31,.2)}
.order-chip small{display:block;font-size:10px;line-height:1.1;letter-spacing:.06em;text-transform:uppercase;font-weight:900;opacity:.78}
.order-chip strong{display:block;font-size:13px;line-height:1.25;white-space:nowrap}
.status-dot{width:9px;height:9px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px rgba(51,197,109,.12);flex:0 0 auto}
[data-order-state="closed"] .status-dot{background:#6f746f;box-shadow:0 0 0 4px rgba(255,255,255,.06)}
.mobile-actions{display:none;align-items:center;gap:8px}
.icon-btn{width:44px;height:44px;border:1px solid var(--border);border-radius:13px;background:var(--surface);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.icon-btn svg{width:22px;height:22px}.icon-btn path{stroke:var(--text)}
.mnav{display:none;background:#fafafa;border-top:1px solid var(--border)}
.mnav.open{display:block}
.mnav-inner{padding:12px 0 18px;display:grid;gap:8px}
.mnav a{padding:13px 14px;border-radius:12px;background:var(--surface);font-weight:750}
.mnav .mobile-order{background:var(--brand);color:#111;text-align:center}
main{overflow:hidden}
.hero{padding:52px 0 28px}
.hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr);gap:38px;align-items:center}
.eyebrow{color:var(--brand);font-size:12px;letter-spacing:.2em;text-transform:uppercase;font-weight:900;margin:0 0 14px}
.hero h1,.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.035em;line-height:.98;margin:0}
.hero h1{font-size:clamp(47px,6vw,82px);max-width:760px}
.hero-copy>p:not(.eyebrow){font-size:18px;color:#d0cec8;max-width:640px;margin:22px 0 0}
.hero-actions,.cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 19px;border-radius:14px;border:1px solid transparent;background:linear-gradient(135deg,var(--brand),#ffac31);color:#111;font-weight:900;cursor:pointer;box-shadow:0 10px 28px rgba(243,154,31,.14);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(243,154,31,.2)}
.btn.secondary{background:transparent;color:var(--text);border-color:#4b514d;box-shadow:none}
.btn.secondary:hover{border-color:var(--brand);background:rgba(243,154,31,.06)}
.hero-status{display:flex;align-items:center;gap:10px;margin-top:20px;color:var(--muted);font-size:13px}
.hero-status .status-dot{width:8px;height:8px}
.hero-media{position:relative;min-height:520px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow);background:var(--surface)}
.hero-media img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,11,10,.35),transparent 35%),linear-gradient(0deg,rgba(9,11,10,.45),transparent 45%);pointer-events:none}
.hero-badge{position:absolute;left:22px;bottom:22px;z-index:2;background:rgba(9,11,10,.8);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:13px 16px;border-radius:16px;max-width:260px}
.hero-badge strong{display:block;font-size:14px}.hero-badge span{display:block;color:var(--muted);font-size:12px;margin-top:3px}
.section{padding:42px 0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:20px}
.section-heading h2,.page-section h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,44px);font-weight:500;line-height:1.1;margin:0}
.section-heading p{margin:8px 0 0;color:var(--muted);max-width:720px}
.text-link{color:var(--brand);font-weight:850;font-size:13px;white-space:nowrap}
.serve-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.serve-card{position:relative;min-height:210px;border-radius:19px;overflow:hidden;border:1px solid var(--border);background:var(--surface);box-shadow:0 10px 30px rgba(0,0,0,.15);transition:.2s ease}
.serve-card:hover{transform:translateY(-3px);border-color:rgba(243,154,31,.55)}
.serve-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.serve-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,10,9,.92) 0%,rgba(8,10,9,.2) 65%)}
.serve-card-copy{position:absolute;left:15px;right:15px;bottom:13px;z-index:2}
.serve-card strong{display:block;font-size:16px}.serve-card span{display:block;font-size:11px;line-height:1.35;color:#d1cec6;margin-top:4px;opacity:.92}
.promo-banner{display:grid;grid-template-columns:1.15fr .85fr;min-height:320px;border-radius:28px;overflow:hidden;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}
.promo-copy{padding:42px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 25% 20%,rgba(255,122,0,.12),transparent 45%),#111411}
.promo-copy .eyebrow{margin-bottom:8px}.promo-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,6vw,82px);line-height:.92;margin:0;color:var(--brand);font-weight:500}.promo-copy h3{font-size:20px;letter-spacing:.12em;margin:11px 0 0}.promo-copy p{color:var(--muted);max-width:520px}
.promo-media{position:relative;min-height:320px}.promo-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.promo-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#111411 0%,transparent 38%)}
.benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.benefit{display:flex;gap:14px;align-items:flex-start;padding:22px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}
.benefit-icon{width:45px;height:45px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(243,154,31,.65);color:var(--brand);font-size:19px;font-weight:900}.benefit h3{margin:1px 0 4px;font-size:16px}.benefit p{margin:0;color:var(--muted);font-size:13px}
.location-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:16px}
.info-card{border:1px solid var(--border);border-radius:24px;background:var(--surface);padding:26px;min-width:0}.info-card h2{font-family:Georgia,"Times New Roman",serif;font-size:32px;font-weight:500;margin:0 0 8px}.info-card p{color:var(--muted)}
.area-list{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:18px 0 0;list-style:none}.area-list li{padding:8px 11px;background:var(--surface-alt);border:1px solid var(--border);border-radius:999px;font-size:13px}
.find-card{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}.find-copy{display:flex;flex-direction:column;justify-content:center}.contact-list{display:grid;gap:11px;margin-top:16px}.contact-row{display:flex;gap:10px;align-items:flex-start;color:#dedbd4;font-size:14px}.contact-row strong{display:block;color:var(--text)}
.map-wrap{min-height:300px;border-radius:17px;overflow:hidden;border:1px solid var(--border);background:#202522}.map-wrap iframe{width:100%;height:100%;min-height:300px;border:0;display:block}
.gift-panel{border:1px solid var(--border);border-radius:24px;background:linear-gradient(135deg,#141715,#101210);padding:28px;display:grid;grid-template-columns:190px 1fr;gap:26px;align-items:center}
.gift-wrapper{text-align:center}.gift-button{width:128px;height:128px;border-radius:28px;border:1px solid #4a504b;background:linear-gradient(145deg,#1c211d,#101310);font-size:54px;cursor:pointer;box-shadow:0 18px 38px rgba(0,0,0,.3);transition:.2s ease}.gift-button:hover{transform:translateY(-3px);border-color:var(--brand)}.gift-button.shake{animation:shake .6s ease}.gift-button.locked{opacity:.65}@keyframes shake{0%,100%{transform:translateX(0)}20%{transform:translateX(-6px)}40%{transform:translateX(6px)}60%{transform:translateX(-4px)}80%{transform:translateX(4px)}}
.gift-caption{font-size:12px;color:var(--muted);margin-top:9px}.discount-result-main{font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1.05}.discount-result-note{color:var(--muted);margin-top:8px}.alt-action{margin-top:13px;color:var(--muted);font-size:13px}.alt-action button{margin-top:7px;background:transparent;border:1px solid #4b514d;color:var(--text);border-radius:999px;padding:8px 12px;cursor:pointer}.gift-smallprint{font-size:11px;color:#737970;margin-top:14px}
.page-hero{padding:54px 0 25px}.page-hero-card{border-radius:28px;border:1px solid var(--border);background:radial-gradient(circle at 80% 10%,rgba(255,122,0,.12),transparent 30%),var(--surface);padding:42px}.page-hero h1{font-size:clamp(42px,6vw,68px);max-width:900px}.page-hero p{color:var(--muted);font-size:17px;max-width:760px;margin:18px 0 0}
.page-section{padding:24px 0 44px}.content-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px}.content-card{border:1px solid var(--border);border-radius:22px;background:var(--surface);padding:26px}.content-card h2{font-size:31px}.content-card h3{margin:24px 0 6px;font-size:17px}.content-card p{color:#cbc8c1}.muted{color:var(--muted)!important}
.hours-table{width:100%;border-collapse:collapse;margin-top:15px}.hours-table th,.hours-table td{text-align:left;padding:11px 8px;border-bottom:1px solid var(--border);font-size:14px}.hours-table th{color:#fff}.hours-table td:last-child{text-align:right;color:#d7d4cd}
.list{display:grid;gap:0}.list .r{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--border);font-size:14px}.list .r span:last-child{text-align:right;color:#d1cec8}
.offers-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.offer-card{border:1px solid var(--border);border-radius:22px;background:linear-gradient(145deg,#171b18,#101310);padding:28px;position:relative;overflow:hidden}.offer-card::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(255,122,0,.08);right:-80px;top:-80px}.offer-tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(243,154,31,.13);border:1px solid rgba(243,154,31,.25);color:var(--brand);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.offer-card h3{font-family:Georgia,"Times New Roman",serif;font-size:44px;font-weight:500;margin:17px 0 7px}.offer-card p{margin:0;color:#d5d2cb}.offer-card .small{font-size:12px;color:var(--muted);margin-top:10px}
.step-list{display:grid;gap:12px;margin-top:20px}.step{display:flex;gap:14px;align-items:flex-start;padding:14px;border:1px solid var(--border);border-radius:15px;background:var(--surface-alt)}.step-num{width:28px;height:28px;border-radius:50%;background:var(--brand);color:#111;font-weight:900;display:grid;place-items:center;flex:0 0 auto}
footer{border-top:1px solid var(--border);background:#f7f7f7;margin-top:28px;padding:34px 0 94px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr;gap:30px}.footer-brand{display:flex;gap:12px;align-items:center}.footer-brand img{width:50px;height:50px;border-radius:12px;object-fit:cover}.footer-brand strong{font-family:Georgia,"Times New Roman",serif;font-size:21px;font-weight:500}.footer-brand span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.footer-links{display:grid;gap:8px;font-size:13px}.footer-links a{color:#cbc8c1}.footer-meta{color:var(--muted);font-size:12px}.powered{margin-top:12px}.powered a{color:var(--brand);font-weight:900}.footer-bottom{border-top:1px solid var(--border);margin-top:28px;padding-top:18px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#767b76;font-size:11px}
.sticky-order{position:fixed;z-index:60;left:50%;bottom:14px;transform:translateX(-50%);width:min(560px,calc(100% - 26px));background:rgba(17,20,18,.95);backdrop-filter:blur(15px);border:1px solid #3a403b;border-radius:18px;padding:10px;display:flex;align-items:center;gap:12px;box-shadow:0 20px 50px rgba(0,0,0,.42)}.sticky-status{min-width:125px;padding-left:8px}.sticky-status small{display:block;color:var(--muted);font-size:10px}.sticky-status strong{display:block;font-size:12px;margin-top:1px}.sticky-order .btn{flex:1;min-height:48px}.sticky-order .status-dot{margin-left:2px}
#cookie-banner{position:fixed;z-index:90;left:16px;bottom:92px;width:min(420px,calc(100% - 32px));padding:16px;border-radius:16px;background:#191d1a;border:1px solid #373d38;box-shadow:0 18px 50px rgba(0,0,0,.36)}#cookie-banner p{margin:0;color:#d3d0ca;font-size:12px}#cookie-banner button{margin-top:10px;border:0;border-radius:10px;background:var(--brand);color:#111;font-weight:850;padding:9px 13px;cursor:pointer}
.pwa-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px}.pwa-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(4px)}.pwa-modal-card{position:relative;z-index:2;width:min(520px,100%);border:1px solid var(--border);background:#151916;border-radius:22px;padding:25px;box-shadow:0 25px 70px rgba(0,0,0,.5)}.pwa-modal-close{position:absolute;right:12px;top:12px;background:transparent;border:0;font-size:18px;cursor:pointer}.pwa-modal-title{font-family:Georgia,"Times New Roman",serif;font-size:30px;margin:0}.pwa-modal-text,.pwa-steps{color:#cbc8c1}.pwa-modal-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
@media(max-width:1050px){.header-row{grid-template-columns:auto 1fr auto}.nav{display:none}.mobile-actions{display:flex;justify-self:end}.order-chip{display:none}.serve-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-grid{grid-template-columns:1fr 1fr}.hero-media{min-height:460px}.location-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.3fr .7fr}}
@media(max-width:760px){.wrap{width:min(calc(100% - 28px),var(--max))}.announcement{font-size:11px}.header-row{min-height:72px;gap:10px}.brand img{width:46px;height:46px}.brand-copy strong{font-size:19px}.brand-copy span{font-size:9px}.hero{padding:30px 0 18px}.hero-grid{grid-template-columns:1fr;gap:24px}.hero h1{font-size:48px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-media{min-height:340px}.hero-badge{left:14px;bottom:14px;right:14px}.section{padding:30px 0}.section-heading{align-items:flex-start}.serve-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:4px;margin-right:-14px}.serve-card{min-width:180px;min-height:210px;scroll-snap-align:start}.promo-banner{grid-template-columns:1fr}.promo-copy{padding:30px}.promo-media{min-height:230px}.promo-media::after{background:linear-gradient(0deg,#111411 0%,transparent 45%)}.benefit-grid{grid-template-columns:1fr}.find-card{grid-template-columns:1fr}.gift-panel{grid-template-columns:1fr;text-align:center}.page-hero{padding:30px 0 14px}.page-hero-card{padding:28px 22px}.page-hero h1{font-size:44px}.content-grid{grid-template-columns:1fr}.offers-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.sticky-order{bottom:9px}.sticky-status{min-width:100px}.sticky-order .btn{padding-inline:12px}.list .r{flex-direction:column;gap:4px}.list .r span:last-child{text-align:left}}
@media(max-width:470px){.brand-copy span{display:none}.hero h1{font-size:42px}.hero-media{min-height:300px}.hero-actions .btn{width:100%}.section-heading{display:block}.section-heading .text-link{display:inline-block;margin-top:8px}.serve-card{min-width:165px}.promo-copy h2{font-size:55px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.sticky-order{gap:8px}.sticky-status{min-width:82px;padding-left:2px}.sticky-status strong{font-size:11px}}


/* Light theme support */
body[data-theme="light"] .site-header{background:rgba(255,255,255,.96);border-bottom:1px solid rgba(17,17,17,.08)}
body[data-theme="light"] .nav a{color:#3a3a3a}
body[data-theme="light"] .nav a:hover,body[data-theme="light"] .nav a.active{color:#111111;background:rgba(255,122,0,.10)}
body[data-theme="light"] .icon-btn{background:#ffffff;border-color:var(--border)}
body[data-theme="light"] .mnav{background:#fafafa;border-top:1px solid var(--border)}
body[data-theme="light"] .mnav a{background:#ffffff}
body[data-theme="light"] .hero-copy>p:not(.eyebrow),
body[data-theme="light"] .section-heading p,
body[data-theme="light"] .content-card p,
body[data-theme="light"] .offer-card p,
body[data-theme="light"] .pwa-modal-text,
body[data-theme="light"] .pwa-steps{color:var(--muted)}
body[data-theme="light"] .btn.secondary{color:var(--text);border-color:#cfcfcf;background:#ffffff}
body[data-theme="light"] .btn.secondary:hover{background:rgba(255,122,0,.08);border-color:var(--brand)}
body[data-theme="light"] .hero-media,
body[data-theme="light"] .promo-banner,
body[data-theme="light"] .offer-card,
body[data-theme="light"] .gift-panel,
body[data-theme="light"] .info-card,
body[data-theme="light"] .content-card,
body[data-theme="light"] .benefit,
body[data-theme="light"] .page-hero-card{box-shadow:0 16px 45px rgba(0,0,0,.07)}
body[data-theme="light"] .hero-media::after{background:linear-gradient(90deg,rgba(255,255,255,.16),transparent 35%),linear-gradient(0deg,rgba(0,0,0,.18),transparent 45%)}
body[data-theme="light"] .hero-badge{background:rgba(255,255,255,.92);border:1px solid rgba(17,17,17,.08);box-shadow:0 12px 26px rgba(0,0,0,.08)}
body[data-theme="light"] .hero-badge span{color:#555555}
body[data-theme="light"] .serve-card{box-shadow:0 12px 26px rgba(0,0,0,.07)}
body[data-theme="light"] .serve-card::after{background:linear-gradient(0deg,rgba(20,12,3,.72) 0%,rgba(20,12,3,.12) 65%)}
body[data-theme="light"] .promo-copy{background:radial-gradient(circle at 25% 20%,rgba(255,122,0,.12),transparent 46%),#ffffff}
body[data-theme="light"] .promo-media::after{background:linear-gradient(90deg,#ffffff 0%,transparent 38%)}
body[data-theme="light"] .offer-card{background:linear-gradient(145deg,#fffefb,#fafafa)}
body[data-theme="light"] .offer-card::after{background:rgba(255,122,0,.08)}
body[data-theme="light"] .gift-panel{background:linear-gradient(135deg,#fffefb,#f7f7f7)}
body[data-theme="light"] .gift-button{border-color:#d8d8d8;background:linear-gradient(145deg,#fffefb,#f7f7f7);box-shadow:0 18px 38px rgba(0,0,0,.08)}
body[data-theme="light"] .map-wrap{background:#f2f2f2}
body[data-theme="light"] .hours-table th{color:#111111}
body[data-theme="light"] .hours-table td:last-child,body[data-theme="light"] .list .r span:last-child,body[data-theme="light"] .contact-row{color:#333333}
body[data-theme="light"] footer{background:#f7f7f7;border-top:1px solid var(--border)}
body[data-theme="light"] .footer-links a,body[data-theme="light"] .footer-meta{color:#666666}
body[data-theme="light"] .footer-bottom{color:#777777}
body[data-theme="light"] .sticky-order{background:rgba(255,255,255,.97);border:1px solid #dddddd;box-shadow:0 18px 45px rgba(0,0,0,.10)}
body[data-theme="light"] #cookie-banner{background:#ffffff;border:1px solid #dddddd;box-shadow:0 18px 40px rgba(0,0,0,.10)}
body[data-theme="light"] #cookie-banner p{color:#555555}
body[data-theme="light"] .pwa-modal-backdrop{background:rgba(0,0,0,.28)}
body[data-theme="light"] .pwa-modal-card{background:#ffffff;border:1px solid #dddddd;box-shadow:0 25px 60px rgba(0,0,0,.16)}

/* Keep the mobile order bar completely above the live-chat launcher.
   Tawk's launcher and greeting label occupy the lower-right corner, so the
   order bar uses the full phone width but sits above that reserved zone. */
@media(max-width:560px){
  .sticky-order{left:12px;right:12px;width:auto;transform:none;bottom:96px;padding:8px 10px}
  .sticky-order .btn{min-height:46px;padding-inline:14px}
  #cookie-banner{bottom:170px}
  footer{padding-bottom:175px}
}


/* Ask4Dish brand palette: orange / white / black */
body[data-theme="light"] .announcement{background:#ff7a00;color:#111}
body[data-theme="light"] .order-chip,
body[data-theme="light"] .btn:not(.secondary),
body[data-theme="light"] .mnav .mobile-order,
body[data-theme="light"] #cookie-banner button,
body[data-theme="light"] .step-num{background:#ff7a00;color:#111}
body[data-theme="light"] .brand-copy span,
body[data-theme="light"] .eyebrow,
body[data-theme="light"] .text-link,
body[data-theme="light"] .powered a,
body[data-theme="light"] .offer-tag,
body[data-theme="light"] .promo-copy h2,
body[data-theme="light"] .benefit-icon{color:#ff7a00}
body[data-theme="light"] .nav a.active{box-shadow:inset 0 -2px 0 #ff7a00}
body[data-theme="light"] .serve-card:hover,
body[data-theme="light"] .btn.secondary:hover,
body[data-theme="light"] .gift-button:hover{border-color:#ff7a00}
body[data-theme="light"] .benefit-icon{border-color:rgba(255,122,0,.65)}
body[data-theme="light"] .offer-tag{background:rgba(255,122,0,.10);border-color:rgba(255,122,0,.24)}
\n\n/* 20260917_120500_ivoryharbor — clean full-content homepage */\n.home-hero{padding:32px 0 22px}\n.home-hero-grid{gap:30px}\n.home-hero .hero h1{font-size:clamp(45px,5.7vw,76px)}\n.home-hero-media{min-height:470px}\n.home-hero .hero-actions{margin-top:22px}\n.home-hero .hero-status{margin-top:15px}\n#what-we-serve.section{padding-top:30px;padding-bottom:26px}\n#what-we-serve .section-heading{margin-bottom:16px}\n#what-we-serve .serve-card{min-height:190px}\n.location-grid{align-items:stretch}\n.location-grid>.info-card{padding:24px}\n.location-grid .map-wrap{min-height:280px}\n.location-grid .map-wrap iframe{min-height:280px}\n.area-list{margin-top:14px}\n.area-list li{background:#fff;border-color:#e2e2e2}\n.gift-panel{padding:22px;grid-template-columns:150px 1fr;gap:22px}\n.gift-button{width:104px;height:104px;font-size:44px;border-radius:22px}\n.discount-result-main{font-size:26px}\n.promo-banner{min-height:270px}\n.promo-copy{padding:32px}\n.promo-copy h2{font-size:clamp(44px,5.4vw,70px)}\n.promo-media{min-height:270px}\n.benefit{padding:18px}\n.section{padding:30px 0}\nfooter{padding-bottom:106px}\n.sticky-order-compact{bottom:10px;width:min(520px,calc(100% - 22px));padding:8px 10px;gap:10px;border-radius:16px;background:rgba(255,255,255,.98)!important;box-shadow:0 10px 30px rgba(0,0,0,.12)!important}\n.sticky-order-copy{display:flex;align-items:center;gap:9px;min-width:0;flex:1}\n.sticky-order-compact .sticky-status{min-width:0;padding-left:0}\n.sticky-order-compact .sticky-status small{font-size:10px}\n.sticky-order-compact .sticky-status strong{font-size:13px;line-height:1.15;white-space:nowrap}\n.sticky-order-compact .status-dot{flex:0 0 auto}\n.sticky-order-btn{flex:0 0 auto!important;min-width:168px;min-height:44px!important;padding:10px 14px!important;font-size:14px;box-shadow:none!important}\n#cookie-banner{bottom:86px}\n\n@media(max-width:760px){\n  .home-hero{padding:20px 0 14px}\n  .home-hero-grid{gap:18px}\n  .home-hero h1{font-size:42px}\n  .home-hero .hero-copy>p:not(.eyebrow){font-size:15px;margin-top:16px}\n  .home-hero .hero-actions .btn{width:100%;min-height:46px}\n  .home-hero-media{min-height:310px;border-radius:22px}\n  .home-hero-media .hero-badge{padding:10px 12px}\n  #what-we-serve.section{padding-top:22px;padding-bottom:18px}\n  #what-we-serve .section-heading p{font-size:13px}\n  #what-we-serve .serve-card{min-width:174px;min-height:190px}\n  .location-grid{gap:12px}\n  .location-grid>.info-card{padding:20px;border-radius:20px}\n  .location-grid .map-wrap,.location-grid .map-wrap iframe{min-height:230px}\n  .area-list{gap:6px}\n  .area-list li{font-size:12px;padding:7px 9px}\n  .promo-banner{border-radius:22px}\n  .promo-copy{padding:24px}\n  .promo-copy h2{font-size:48px}\n  .promo-media{min-height:200px}\n  .gift-panel{padding:20px;gap:14px}\n  .gift-button{width:92px;height:92px;font-size:40px}\n  .section{padding:22px 0}\n  footer{padding-bottom:100px}\n  .sticky-order-compact{left:50%!important;right:auto!important;bottom:8px!important;transform:translateX(-50%)!important;width:calc(100% - 16px)!important;padding:8px 10px!important}\n  .sticky-order-btn{min-width:146px;min-height:42px!important;padding:9px 12px!important;font-size:13px}\n  .sticky-order-compact .sticky-status strong{font-size:12px;white-space:normal}\n  #cookie-banner{bottom:82px!important}\n}\n@media(max-width:470px){\n  .home-hero h1{font-size:39px}\n  .sticky-order-btn{min-width:138px}\n  .sticky-order-compact .sticky-status{max-width:118px}\n}\n

/* 20260917_120500_ivoryharbor — mobile top-area refinement, full content preserved */
@media(max-width:760px){
  .home-hero{padding:18px 0 12px}
  .home-hero-grid{gap:14px}
  .home-hero h1{font-size:38px;line-height:1.02;max-width:390px}
  .home-hero .eyebrow{margin-bottom:10px}
  .home-hero .hero-copy>p:not(.eyebrow){font-size:14px;line-height:1.55;margin-top:14px}
  .home-hero .hero-actions{margin-top:18px;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}
  .home-hero .hero-actions .btn:first-child{width:100%;min-height:44px;padding:10px 14px}
  .home-hero .hero-actions .hero-menu-link{width:auto!important;min-height:38px!important;padding:8px 12px!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#111!important;font-size:13px;white-space:nowrap}
  .home-hero .hero-status{margin-top:10px;font-size:12px}
  .home-hero-media{min-height:238px!important;max-height:238px;border-radius:20px}
  .home-hero-media .hero-badge{display:none}
  #what-we-serve.section{padding-top:18px}
  #what-we-serve .section-heading{margin-bottom:12px}
  #what-we-serve .section-heading h2{font-size:28px}
  #what-we-serve .section-heading p{display:none}
  #what-we-serve .serve-card{min-width:168px;min-height:174px}
  footer{padding-bottom:92px}
  .sticky-order-compact{bottom:6px!important;width:calc(100% - 14px)!important;min-height:58px;padding:6px 8px!important;border-radius:15px!important;gap:8px!important}
  .sticky-order-copy{gap:7px}
  .sticky-order-compact .status-dot{width:8px;height:8px}
  .sticky-order-compact .sticky-status small{font-size:9px;line-height:1.1}
  .sticky-order-compact .sticky-status strong{font-size:11px;line-height:1.15;white-space:normal}
  .sticky-order-btn{min-width:132px!important;min-height:40px!important;padding:8px 11px!important;font-size:13px!important;border-radius:12px!important}
  #cookie-banner{bottom:76px!important}
}
@media(max-width:470px){
  .home-hero h1{font-size:36px}
  .home-hero .hero-actions{grid-template-columns:minmax(0,1fr) auto}
  .home-hero-media{min-height:225px!important;max-height:225px}
  .sticky-order-btn{min-width:126px!important}
  .sticky-order-compact .sticky-status{max-width:118px}
}


/* 20260917_120500_ivoryharbor — mobile chat panel safety */
html.a4d-chat-open .sticky-order,
body.a4d-chat-open .sticky-order{
  display:none !important;
}
@media(max-width:760px){
  .sticky-order-compact{bottom:6px!important;z-index:60!important}
}


/* 20260917_120500_ivoryharbor — native Tawk launcher + compact order bar */
html.a4d-chat-open .sticky-order,
body.a4d-chat-open .sticky-order{
  display:none!important;
}

@media(max-width:760px){
  /* Leave a dedicated right-hand lane for Tawk's own launcher. */
  .sticky-order-compact{
    left:8px!important;
    right:92px!important;
    bottom:8px!important;
    width:auto!important;
    transform:none!important;
    min-height:58px!important;
    padding:6px 8px!important;
    gap:7px!important;
    border-radius:15px!important;
    z-index:60!important;
  }
  .sticky-order-copy{gap:6px!important;min-width:0!important}
  .sticky-order-compact .sticky-status{max-width:100px!important;min-width:0!important}
  .sticky-order-compact .sticky-status small{font-size:9px!important;line-height:1.1!important}
  .sticky-order-compact .sticky-status strong{font-size:11px!important;line-height:1.1!important;white-space:normal!important}
  .sticky-order-btn{
    min-width:116px!important;
    min-height:40px!important;
    padding:8px 10px!important;
    font-size:12px!important;
    border-radius:12px!important;
  }
  footer{padding-bottom:92px!important}
  #cookie-banner{bottom:82px!important}
}

@media(max-width:390px){
  .sticky-order-compact{right:86px!important}
  .sticky-order-btn{min-width:104px!important;font-size:11px!important;padding-inline:8px!important}
  .sticky-order-compact .sticky-status{max-width:82px!important}
}


/* 20260917_120500_ivoryharbor — native Tawk aligned, fluid across phone widths */
.sticky-order-inline{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.sticky-inline-time{
  font-size:13px;
  line-height:1;
  font-weight:800;
  color:var(--text);
  white-space:nowrap;
}
.sticky-order-inline .sticky-order-btn{
  flex:0 0 auto!important;
  box-shadow:none!important;
}
@media(max-width:760px){
  .sticky-order-inline{
    left:auto!important;
    right:clamp(88px,25vw,110px)!important;
    bottom:clamp(14px,4.3vw,19px)!important;
    width:clamp(210px,60vw,240px)!important;
    height:58px!important;
    min-height:58px!important;
    transform:none!important;
    padding:7px clamp(7px,2.3vw,10px)!important;
    gap:clamp(6px,2.2vw,10px)!important;
    border-radius:17px!important;
    justify-content:center!important;
    z-index:60!important;
  }
  .sticky-inline-time{
    font-size:clamp(10px,2.75vw,12px)!important;
    line-height:1!important;
    text-align:center!important;
    min-width:0!important;
    flex:0 1 auto!important;
  }
  .sticky-order-inline .sticky-order-btn{
    min-width:clamp(108px,30vw,128px)!important;
    min-height:42px!important;
    height:42px!important;
    padding:8px clamp(8px,2.7vw,12px)!important;
    font-size:clamp(10.5px,2.7vw,12px)!important;
    border-radius:12px!important;
    white-space:nowrap!important;
  }
  footer{padding-bottom:96px!important}
  #cookie-banner{bottom:90px!important}
}
@media(max-width:340px){
  .sticky-order-inline{
    width:206px!important;
    right:82px!important;
    padding-inline:6px!important;
    gap:5px!important;
  }
  .sticky-inline-time{font-size:9.5px!important}
  .sticky-order-inline .sticky-order-btn{
    min-width:104px!important;
    padding-inline:7px!important;
    font-size:10px!important;
  }
}



/* 20260917_120500_ivoryharbor — same bottom-control proportions on all phone widths */
@media(max-width:760px){
  .sticky-order-inline{
    /* 440px reference: 90px left / 110px right / 58px high / 19px bottom.
       vw-based geometry keeps the same proportions on smaller phones. */
    left:clamp(65px,20.455vw,90px)!important;
    right:clamp(80px,25vw,110px)!important;
    width:auto!important;
    height:clamp(52px,13.182vw,58px)!important;
    min-height:clamp(52px,13.182vw,58px)!important;
    bottom:clamp(14px,4.318vw,19px)!important;
    transform:none!important;
    padding:clamp(6px,1.59vw,7px) clamp(6px,2.05vw,9px)!important;
    gap:clamp(5px,1.82vw,8px)!important;
    border-radius:clamp(14px,3.864vw,17px)!important;
    justify-content:space-between!important;
  }
  .sticky-inline-time{
    flex:1 1 42%!important;
    min-width:0!important;
    max-width:none!important;
    font-size:clamp(9.5px,2.5vw,11px)!important;
    line-height:1!important;
    white-space:nowrap!important;
    text-align:center!important;
  }
  .sticky-order-inline .sticky-order-btn{
    flex:0 0 54%!important;
    min-width:0!important;
    width:auto!important;
    height:clamp(38px,9.545vw,42px)!important;
    min-height:clamp(38px,9.545vw,42px)!important;
    padding:6px clamp(7px,2.05vw,9px)!important;
    font-size:clamp(10px,2.5vw,11px)!important;
    line-height:1!important;
    border-radius:clamp(10px,2.727vw,12px)!important;
    white-space:nowrap!important;
  }
  footer{padding-bottom:clamp(88px,21.8vw,96px)!important}
  #cookie-banner{bottom:clamp(82px,20.45vw,90px)!important}
}
@media(max-width:340px){
  .sticky-order-inline{
    left:clamp(58px,20.455vw,70px)!important;
    right:clamp(72px,25vw,85px)!important;
  }
  .sticky-inline-time{font-size:9px!important}
  .sticky-order-inline .sticky-order-btn{font-size:9.5px!important}
}


/* 20260917_120500_ivoryharbor — lightweight motion polish */
.brand-copy strong.a4d-typewriter::after{
  content:"";
  display:inline-block;
  width:2px;
  height:.9em;
  margin-left:3px;
  vertical-align:-.06em;
  background:var(--brand);
  animation:a4d-caret-blink .7s steps(1,end) infinite;
}
@keyframes a4d-caret-blink{50%{opacity:0}}
#what-we-serve [data-serve-grid]{scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){
  .brand-copy strong.a4d-typewriter::after{display:none}
  #what-we-serve [data-serve-grid]{scroll-behavior:auto}
}

.release-name{margin-top:4px;font-size:10px;letter-spacing:.02em;color:var(--muted);overflow-wrap:anywhere}
.release-name span{font-weight:700;color:var(--muted)}


/* 20260917_120500_ivoryharbor — food-first hero + animated menu */
@media(max-width:760px){
  .home-hero{padding:18px 0 8px!important}
  .home-hero-grid{gap:14px!important}
  .home-hero .hero-copy{padding-bottom:0!important}
  .home-hero .hero-copy .eyebrow{margin-bottom:8px!important}
  .home-hero .hero-copy h1{font-size:clamp(34px,9.4vw,40px)!important;line-height:1.02!important;margin-bottom:0!important}
  .home-hero .hero-copy>p:not(.eyebrow){font-size:14px!important;line-height:1.5!important;margin-top:12px!important}
  .home-hero .hero-actions{margin-top:18px!important;gap:8px!important}
  .home-hero .hero-status{margin-top:12px!important;margin-bottom:0!important}
  .home-hero-media{
    width:100%!important;
    min-height:0!important;
    height:clamp(220px,58vw,255px)!important;
    border-radius:18px!important;
    overflow:hidden!important;
    box-shadow:0 12px 28px rgba(17,17,17,.10)!important;
  }
  .home-hero-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
  #what-we-serve.section{padding-top:18px!important}
  #what-we-serve .section-heading{margin-bottom:12px!important}
  #what-we-serve .section-heading p{display:none!important}
  #what-we-serve .serve-grid{
    display:flex!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:none!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
    margin-right:calc(-1 * ((100vw - min(calc(100% - 28px), var(--max))) / 2))!important;
    padding:0 14px 4px 0!important;
    touch-action:pan-x!important;
    overscroll-behavior-inline:contain!important;
  }
  #what-we-serve .serve-grid::-webkit-scrollbar{display:none!important}
  #what-we-serve .serve-card{
    flex:0 0 clamp(148px,41vw,176px)!important;
    min-width:clamp(148px,41vw,176px)!important;
    min-height:clamp(168px,46vw,196px)!important;
    border-radius:16px!important;
    scroll-snap-align:none!important;
  }
  #what-we-serve .serve-card-copy{left:12px!important;right:12px!important;bottom:10px!important}
  #what-we-serve .serve-card strong{font-size:15px!important}
  #what-we-serve .serve-card-copy>span{display:none!important}
}
@media(max-width:380px){
  .home-hero-media{height:215px!important}
  #what-we-serve .serve-card{flex-basis:145px!important;min-width:145px!important;min-height:164px!important}
}
@media(prefers-reduced-motion:reduce){
  #what-we-serve .serve-grid{scroll-behavior:auto!important}
}


/* Homepage opening hours + seamless menu showcase */
.home-hours-section{padding-top:22px!important;padding-bottom:22px!important}
.home-hours-card{padding:24px 28px!important}
.home-hours-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:8px}
.home-hours-heading h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,40px);font-weight:500;line-height:1.05;margin:0}
.home-hours-heading .eyebrow{margin-bottom:8px}
.home-hours-summary{font-size:13px;color:var(--muted);font-weight:700;text-align:right;max-width:360px}
.home-hours-table-wrap{max-width:760px}
.home-hours-table{margin-top:8px}
.home-hours-table td:first-child{font-weight:750;color:var(--text)}
#what-we-serve .serve-grid.is-auto-looping{scroll-behavior:auto!important}
#what-we-serve .serve-grid.is-auto-looping .serve-card[data-loop-clone="1"]{pointer-events:none}
@media(max-width:760px){
  .home-hours-section{padding-top:14px!important;padding-bottom:18px!important}
  .home-hours-card{padding:20px 18px!important;border-radius:20px!important}
  .home-hours-heading{display:block;margin-bottom:6px}
  .home-hours-heading h2{font-size:28px}
  .home-hours-summary{display:block;text-align:left;margin-top:8px;font-size:12px;max-width:none}
  .home-hours-table td{padding:10px 4px!important;font-size:13px!important}
  #what-we-serve .serve-grid{scroll-behavior:auto!important}
}


/* iOS Safari support for the continuously moving What We Serve strip */
@media(max-width:760px){
  #what-we-serve .serve-grid{
    -webkit-overflow-scrolling:touch!important;
    scroll-snap-type:none!important;
    scroll-behavior:auto!important;
  }
}
