@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@400;500;600;700&display=swap');

:root{
  --bg:#f2f0e9;
  --surface:#fffdf8;
  --surface-2:#e9e5dc;
  --card:#e6e1d7;
  --ink:#171813;
  --muted:#66675f;
  --muted-strong:#4c4e47;
  --line:#cdc8bd;
  --line-strong:#aaa397;
  --brand:#24483d;
  --brand-deep:#17362e;
  --clay:#b55f46;
  --lime:#cbd871;
  --white:#ffffff;
  --primary-bg:#171813;
  --primary-fg:#fffdf8;
  --secondary-bg:#fffdf8;
  --secondary-fg:#171813;
  --secondary-line:#aaa397;
  --danger:#b65343;
  --shadow-sm:0 10px 30px rgba(23,24,19,.07);
  --shadow:0 24px 70px rgba(23,24,19,.12);
  --shadow-lg:0 36px 100px rgba(23,24,19,.16);
  --radius-xl:42px;
  --radius-lg:30px;
  --radius-md:22px;
  --radius-sm:16px;
}

html[data-theme="dark"]{
  --bg:#10110e;
  --surface:#191a16;
  --surface-2:#22231e;
  --card:#262721;
  --ink:#f6f2e8;
  --muted:#b6b2a7;
  --muted-strong:#d2cec2;
  --line:#393a32;
  --line-strong:#5a5b50;
  --brand:#315f51;
  --brand-deep:#24483d;
  --primary-bg:#f5f1e7;
  --primary-fg:#171813;
  --secondary-bg:#24251f;
  --secondary-fg:#f6f2e8;
  --secondary-line:#55564d;
  --shadow-sm:0 10px 30px rgba(0,0,0,.18);
  --shadow:0 24px 70px rgba(0,0,0,.28);
  --shadow-lg:0 36px 100px rgba(0,0,0,.36);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:'Noto Kufi Arabic',sans-serif;overflow-x:hidden;transition:background .35s,color .35s}
body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{display:block;width:100%;height:100%;object-fit:cover}
::selection{background:var(--lime);color:#111}

.container{width:min(1260px,calc(100% - 44px));margin:auto}
.narrow{width:min(920px,calc(100% - 44px));margin:auto}
.section{padding:112px 0}
.section-sm{padding:76px 0}
.eyebrow{margin:0 0 14px;font-family:'Manrope',sans-serif;text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:700;color:var(--muted)}
.display{font-family:'Manrope','Noto Kufi Arabic',sans-serif;font-size:clamp(58px,9vw,148px);font-weight:500;line-height:1.02;letter-spacing:-.055em;margin:0}
.headline{font-size:clamp(36px,5vw,74px);line-height:1.32;letter-spacing:-.035em;margin:0;font-weight:600}
.subhead{font-size:clamp(25px,3vw,44px);line-height:1.45;margin:0;font-weight:600}
.lede{font-size:clamp(16px,1.4vw,20px);line-height:2.05;color:var(--muted);max-width:700px}
.muted{color:var(--muted)}

/* Buttons: contrast is explicit and independent from page background */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:13px 23px;border:1px solid var(--secondary-line);border-radius:999px;background:var(--secondary-bg);color:var(--secondary-fg);font-size:12px;font-weight:600;line-height:1.5;box-shadow:0 1px 0 rgba(255,255,255,.22) inset;transition:transform .24s,box-shadow .24s,border-color .24s,background .24s,color .24s}
.btn:hover{transform:translateY(-2px);border-color:var(--ink);box-shadow:var(--shadow-sm)}
.btn:focus-visible,.btn-icon:focus-visible,.chip:focus-visible,.add-btn:focus-visible,.fav-btn:focus-visible,.close-btn:focus-visible{outline:3px solid color-mix(in srgb,var(--lime) 75%,transparent);outline-offset:3px}
.btn-dark{background:var(--primary-bg);color:var(--primary-fg);border-color:var(--primary-bg);box-shadow:none}
.btn-dark:hover{background:color-mix(in srgb,var(--primary-bg) 88%,var(--clay));border-color:transparent}
.btn-soft{background:var(--secondary-bg);color:var(--secondary-fg);border-color:var(--secondary-line)}
.btn-icon{width:48px;height:48px;padding:0;border-radius:50%;position:relative;color:var(--ink);background:var(--surface);border:1px solid var(--line)}
.count{position:absolute;top:-5px;right:-5px;min-width:21px;height:21px;padding:0 5px;border-radius:20px;background:var(--clay);color:#fff;font:700 10px/21px 'Manrope';text-align:center;border:2px solid var(--surface)}

/* Header */
.site-header{position:fixed;z-index:80;top:16px;left:50%;transform:translateX(-50%);width:min(1310px,calc(100% - 28px));height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:9px 10px 9px 12px;background:color-mix(in srgb,var(--surface) 88%,transparent);border:1px solid color-mix(in srgb,var(--line) 78%,transparent);border-radius:24px;backdrop-filter:blur(20px) saturate(130%);box-shadow:0 14px 40px rgba(0,0,0,.07);transition:.35s}
.site-header.compact{top:8px;height:64px;box-shadow:0 14px 42px rgba(0,0,0,.11)}
.site-header.hide{transform:translate(-50%,-120px)}
.brand{display:flex;align-items:center;gap:12px;justify-self:start}
.brand-mark{width:48px;height:48px;border-radius:17px;background:#171813;color:#fffdf8;display:grid;place-items:center;font:500 25px 'Manrope';letter-spacing:-2.4px;box-shadow:0 8px 20px rgba(0,0,0,.13)}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font:700 13px 'Manrope';letter-spacing:.02em}
.brand-copy small{margin-top:6px;font:600 8px 'Manrope';letter-spacing:.2em;color:var(--muted)}
.main-nav{display:flex;gap:3px;background:var(--surface-2);padding:5px;border-radius:999px;border:1px solid color-mix(in srgb,var(--line) 80%,transparent)}
.main-nav a{padding:9px 16px;border-radius:999px;font-size:11px;font-weight:600;color:var(--muted-strong);white-space:nowrap;transition:.22s}
.main-nav a:hover,.main-nav a.active{background:var(--surface);color:var(--ink);box-shadow:0 4px 13px rgba(0,0,0,.06)}
.header-actions{display:flex;gap:6px;justify-self:end}
.header-actions .btn-icon{width:43px;height:43px;border:1px solid var(--line);background:var(--surface);transition:.22s}
.header-actions .btn-icon:hover{transform:translateY(-2px);border-color:var(--line-strong)}
.mobile-toggle{display:none}

/* Home hero */
.hero{min-height:100vh;padding:126px 0 34px;display:flex;align-items:stretch;position:relative;isolation:isolate}
.hero::before{content:"";position:absolute;z-index:-2;inset:0;background:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--clay) 11%,transparent),transparent 28%),radial-gradient(circle at 84% 68%,color-mix(in srgb,var(--brand) 12%,transparent),transparent 30%);pointer-events:none}
.hero::after{content:"OPT";position:absolute;z-index:-1;left:-1.5vw;bottom:-6vw;font:500 clamp(180px,31vw,490px)/.8 'Manrope';letter-spacing:-.1em;color:color-mix(in srgb,var(--ink) 3.8%,transparent);direction:ltr;pointer-events:none}
.hero-grid{width:100%;display:grid;grid-template-columns:.86fr 1.14fr;gap:28px;min-height:calc(100vh - 160px)}
.hero-copy{display:flex;flex-direction:column;justify-content:space-between;padding:32px 8px 24px;position:relative}
.hero-copy::before{content:"";position:absolute;top:0;right:0;width:78px;height:6px;border-radius:20px;background:var(--clay)}
.hero-title{font-family:'Manrope',sans-serif;font-size:clamp(106px,15.2vw,232px);font-weight:500;line-height:.82;letter-spacing:-.087em;margin:22px 0 34px;direction:ltr;color:var(--ink)}
.hero-kicker{display:inline-flex;gap:10px;align-items:center;font-size:11px;font-weight:600;color:var(--muted-strong)}
.hero-kicker::before{content:"";width:42px;height:1px;background:currentColor}
.hero-copy h1{font-size:clamp(38px,4.4vw,68px);line-height:1.38;letter-spacing:-.04em;margin:0;max-width:720px;font-weight:600}
.hero-copy h1 span{color:var(--clay)}
.hero-bottom{display:grid;grid-template-columns:1fr auto;align-items:end;gap:26px;margin-top:42px}
.hero-bottom p{max-width:480px;color:var(--muted-strong);line-height:2.05;font-size:13px;margin:0}
.hero-cta{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.hero-media{position:relative;display:grid;grid-template-columns:1fr .48fr;grid-template-rows:1fr .46fr;gap:13px;filter:drop-shadow(0 28px 55px rgba(16,17,14,.10))}
.hero-main{grid-row:1/3;border-radius:48px 48px 110px 48px;overflow:hidden;position:relative;background:var(--card);min-height:610px}
.hero-main img{transition:transform 1.2s cubic-bezier(.2,.65,.2,1)}
.hero-main:hover img{transform:scale(1.035)}
.hero-main::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 35%,rgba(0,0,0,.58) 100%)}
.hero-main-badge{position:absolute;z-index:2;bottom:28px;left:28px;right:28px;display:flex;justify-content:space-between;align-items:end;color:#fff}
.hero-main-badge p{margin:0 0 5px;font:700 10px 'Manrope';letter-spacing:.18em;color:#fff}
.hero-main-badge strong{font-size:18px;font-weight:600;line-height:1.75;color:#fff}
.hero-main-badge span{font:600 10px 'Manrope';letter-spacing:.06em;background:rgba(0,0,0,.26);border:1px solid rgba(255,255,255,.22);padding:9px 12px;border-radius:999px;backdrop-filter:blur(8px)}
.hero-side{border-radius:32px;overflow:hidden;position:relative;background:var(--card)}
.hero-side:nth-child(2)::after{content:'SPECIALITY';position:absolute;inset:auto 13px 13px;display:grid;place-items:center;height:39px;border-radius:999px;background:rgba(255,253,248,.94);color:#171813;font:700 9px 'Manrope';letter-spacing:.18em;box-shadow:0 8px 20px rgba(0,0,0,.12)}
.hero-side.color-card{background:linear-gradient(145deg,var(--brand-deep),var(--brand));color:#fff;padding:26px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.hero-side.color-card::before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;left:-50px;bottom:-55px;border:1px solid rgba(255,255,255,.17)}
.color-card span{font:600 74px/1 'Manrope';letter-spacing:-.07em;color:#fff}
.color-card p{font-size:12px;line-height:2;margin:0;color:rgba(255,255,255,.86);position:relative;z-index:1}
.color-card a{font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:8px;color:#fff;position:relative;z-index:1}
.color-card a::after{content:'↗';font-family:Arial}

.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;background:var(--surface)}
.marquee-track{display:flex;width:max-content;gap:58px;animation:marquee 28s linear infinite;font:700 10px 'Manrope';letter-spacing:.19em;text-transform:uppercase;color:var(--muted-strong)}
.marquee-track span::before{content:'✦';margin:0 30px;color:var(--clay)}
@keyframes marquee{to{transform:translateX(-50%)}}

.section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:48px}
.section-head .actions{display:flex;gap:8px;flex-wrap:wrap}
.section-head p{max-width:540px;color:var(--muted);line-height:2}
.feature-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.product-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:28px;overflow:hidden;min-width:0;transition:transform .32s,box-shadow .32s,border-color .32s;box-shadow:0 2px 0 rgba(255,255,255,.35) inset}
.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:var(--line-strong)}
.product-media{display:block;width:100%;height:292px;border:0;padding:0;background:var(--card);overflow:hidden;position:relative}
.product-media::after{content:"VIEW";position:absolute;left:12px;bottom:12px;padding:8px 11px;border-radius:999px;background:rgba(255,253,248,.92);color:#171813;font:700 8px 'Manrope';letter-spacing:.16em;opacity:0;transform:translateY(5px);transition:.25s}
.product-card:hover .product-media::after{opacity:1;transform:none}
.product-media img{transition:transform .65s cubic-bezier(.2,.65,.2,1)}
.product-card:hover .product-media img{transform:scale(1.05)}
.product-body{padding:19px 19px 18px}
.product-body .eyebrow{margin-bottom:7px;color:var(--muted)}
.product-body h3{font-size:16px;line-height:1.7;margin:0;font-weight:600;color:var(--ink)}
.product-desc{font-size:10.5px;line-height:2;color:var(--muted);min-height:44px;margin:9px 0 0;overflow:hidden}
.product-foot{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}
.product-foot strong{font:700 13px 'Manrope';color:var(--ink)}
.add-btn,.fav-btn{border:0;display:grid;place-items:center}
.add-btn{width:44px;height:38px;border-radius:999px;background:var(--primary-bg);color:var(--primary-fg);font:400 22px/1 Arial;transition:.22s}
.add-btn:hover{transform:scale(1.05);background:var(--clay);color:#fff}
.fav-btn{position:absolute;z-index:3;top:12px;right:12px;width:39px;height:39px;border-radius:50%;background:rgba(255,253,248,.92);font-size:20px;color:#171813;backdrop-filter:blur(10px);box-shadow:0 7px 17px rgba(0,0,0,.08)}
.fav-btn.active{background:#171813;color:#fff}
.product-badge{position:absolute;z-index:3;top:15px;left:13px;padding:8px 11px;border-radius:999px;background:var(--clay);color:#fff;font:700 8px 'Manrope';letter-spacing:.05em;box-shadow:0 7px 18px rgba(0,0,0,.11)}
.type-visual{width:100%;height:100%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;background:linear-gradient(145deg,var(--surface-2),var(--card));color:var(--ink)}
.type-visual::before,.type-visual::after{content:"";position:absolute;border-radius:50%;filter:blur(1px);opacity:.9}
.type-visual::before{width:165px;height:165px;background:color-mix(in srgb,var(--clay) 28%,transparent);top:-55px;left:-24px}
.type-visual::after{width:125px;height:125px;background:color-mix(in srgb,var(--brand) 27%,transparent);bottom:-36px;right:-24px}
.type-visual span{position:relative;z-index:2;font:500 86px/1 'Manrope';letter-spacing:-.08em}
.type-visual small{position:relative;z-index:2;font:700 8px 'Manrope';letter-spacing:.3em;margin-top:9px;color:var(--muted-strong)}
.type-visual i{position:absolute;width:60%;height:60%;border:1px solid color-mix(in srgb,var(--ink) 17%,transparent);border-radius:48% 52% 45% 55% / 52% 44% 56% 48%;transform:rotate(18deg)}
.type-matcha::after{background:#75984e66}.type-bakery::before{background:#d8a26c66}.type-sweets::before{background:#7d3c5960}.type-food::after{background:#d3a55066}.type-bagel::before{background:#c0865966}

/* Story */
.story-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}
.story-copy{border-radius:42px;padding:56px;background:linear-gradient(145deg,#171813,#24251f);color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:620px;box-shadow:var(--shadow)}
.story-copy .eyebrow{color:#c8c8be}
.story-copy h2{font-size:clamp(40px,5vw,72px);line-height:1.38;margin:0;font-weight:600;color:#fff}
.story-copy p{color:#d5d2c8;line-height:2.1;font-size:13px;margin:0;max-width:570px}
.story-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}
.story-point{padding:16px 17px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.04)}
.story-point strong{display:block;font:700 9px 'Manrope';letter-spacing:.16em;color:#fff;margin-bottom:5px}
.story-point span{font:500 10px 'Manrope';color:#c9c6bc}
.story-media{display:grid;grid-template-rows:1fr 190px;gap:12px}
.story-photo{border-radius:42px;overflow:hidden;min-height:418px;background:var(--card);box-shadow:var(--shadow-sm)}
.story-strip{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.story-note{border-radius:28px;background:var(--clay);padding:24px;color:#fff;display:flex;flex-direction:column;justify-content:space-between}
.story-note small{font:700 9px 'Manrope';letter-spacing:.15em;color:rgba(255,255,255,.8)}
.story-note strong{font-size:22px;line-height:1.65;color:#fff}
.story-mini{border-radius:28px;overflow:hidden;background:var(--card)}

/* Locations preview */
.locations-preview{display:grid;grid-template-columns:1.12fr .88fr;gap:18px}
.location-art{min-height:610px;border-radius:42px;padding:50px;position:relative;overflow:hidden;background:linear-gradient(145deg,#193c32,#214d40);color:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)}
.location-art::before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.12);border-radius:32px;pointer-events:none}
.location-art::after{content:"KUWAIT";position:absolute;left:-12px;bottom:45px;font:600 110px/1 'Manrope';letter-spacing:-.06em;color:rgba(255,255,255,.05);direction:ltr}
.location-art h2{font-size:clamp(48px,6vw,84px);line-height:1.3;margin:0;color:#fff;position:relative;z-index:2}
.location-art p{font-size:12px;line-height:2.1;color:#d9e1dd;max-width:490px;position:relative;z-index:2}
.location-art .btn{background:#fff;color:#171813;border-color:#fff;position:relative;z-index:2}
.map-dot{position:absolute;width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:var(--clay);box-shadow:0 0 0 10px rgba(255,255,255,.08)}
.map-dot::after{content:"";position:absolute;inset:-13px;border:1px solid rgba(255,255,255,.2);border-radius:50%;animation:pulse 2.8s infinite}
.d1{top:29%;left:23%}.d2{top:46%;left:56%}.d3{top:67%;left:35%}
@keyframes pulse{0%,100%{transform:scale(.7);opacity:.9}50%{transform:scale(1.2);opacity:.2}}
.location-list{display:grid;grid-template-rows:repeat(4,1fr);gap:10px}
.location-card{display:flex;align-items:center;justify-content:space-between;padding:24px 25px;background:var(--surface);border:1px solid var(--line);border-radius:24px;transition:.25s;box-shadow:0 1px 0 rgba(255,255,255,.35) inset}
.location-card:hover{transform:translateX(-5px);border-color:var(--line-strong);box-shadow:var(--shadow-sm)}
.location-card p{margin:0 0 5px;font:700 9px 'Manrope';letter-spacing:.14em;color:var(--muted)}
.location-card h3{font-size:21px;line-height:1.5;margin:0;color:var(--ink)}
.location-arrow{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--primary-bg);color:var(--primary-fg);font:500 16px 'Manrope'}

.social-banner{position:relative;min-height:520px;border-radius:42px;overflow:hidden;padding:42px;display:flex;align-items:flex-end;box-shadow:var(--shadow)}
.social-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 22%,rgba(0,0,0,.72) 100%)}
.social-copy{position:relative;z-index:2;width:100%;display:flex;justify-content:space-between;align-items:end;gap:28px;color:#fff}
.social-copy h2{font:500 clamp(60px,9vw,128px)/.86 'Manrope';letter-spacing:-.07em;margin:0;color:#fff;direction:ltr}
.social-copy p{max-width:470px;line-height:2;color:#f2efe7;font-size:12px;margin:0 0 18px}
.social-copy .btn{background:#fff;color:#171813;border-color:#fff}

/* Page heroes */
.page-hero{padding:156px 0 72px;position:relative;overflow:hidden;border-bottom:1px solid var(--line)}
.page-hero::after{content:"opt";position:absolute;left:1vw;bottom:-4vw;font:500 clamp(120px,22vw,330px)/.8 'Manrope';letter-spacing:-.09em;color:color-mix(in srgb,var(--ink) 3.5%,transparent);direction:ltr;pointer-events:none}
.page-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;position:relative;z-index:1}
.page-hero h1{font-size:clamp(56px,8vw,108px);line-height:1.28;letter-spacing:-.045em;margin:0;font-weight:600}
.page-hero-grid>p{color:var(--muted-strong);line-height:2.15;font-size:13px;max-width:530px;margin:0 0 10px}

/* Menu toolbar */
.menu-toolbar{position:sticky;z-index:30;top:82px;padding:10px 0;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(16px);border-bottom:1px solid color-mix(in srgb,var(--line) 78%,transparent)}
.toolbar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.filter-row{display:flex;gap:7px;overflow:auto;padding:2px 0;scrollbar-width:none}
.filter-row::-webkit-scrollbar{display:none}
.chip{border:1px solid var(--line);background:var(--surface);color:var(--muted-strong);padding:9px 15px;border-radius:999px;white-space:nowrap;font-size:10px;font-weight:600;transition:.2s}
.chip:hover{border-color:var(--line-strong);color:var(--ink)}
.chip.active{background:var(--primary-bg);color:var(--primary-fg);border-color:var(--primary-bg)}
.menu-search{width:250px;min-height:43px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);padding:0 18px;outline:none;font-size:11px}
.menu-search::placeholder{color:var(--muted)}
.menu-search:focus{border-color:var(--ink);box-shadow:0 0 0 3px color-mix(in srgb,var(--lime) 30%,transparent)}

/* Locations page */
.locations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.branch-card{min-height:360px;border:1px solid var(--line);border-radius:32px;padding:30px;background:var(--surface);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:.3s;box-shadow:0 2px 0 rgba(255,255,255,.35) inset}
.branch-card::after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;left:-80px;bottom:-90px;border:1px solid var(--line);opacity:.5}
.branch-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--line-strong)}
.branch-card.featured{background:linear-gradient(145deg,var(--brand-deep),var(--brand));color:#fff;border-color:transparent}
.branch-card.featured::after{border-color:rgba(255,255,255,.18)}
.branch-card .top{display:flex;justify-content:space-between;gap:15px;align-items:center;position:relative;z-index:1}
.branch-num{font:700 9px 'Manrope';letter-spacing:.13em;color:var(--muted)}
.branch-card.featured .branch-num{color:#d9e2de}
.branch-tag{font:700 8px 'Manrope';padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted-strong);background:var(--surface)}
.branch-card.featured .branch-tag{color:#fff;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.08)}
.branch-card h2{font-size:clamp(32px,4vw,56px);line-height:1.35;margin:0 0 8px;position:relative;z-index:1}
.branch-card p{font-size:11.5px;line-height:2;color:var(--muted);max-width:480px;position:relative;z-index:1}
.branch-card.featured h2{color:#fff}.branch-card.featured p{color:#dce3df}
.branch-card .btn{align-self:flex-start;position:relative;z-index:1}
.branch-card.featured .btn{background:#fff;color:#171813;border-color:#fff}

/* Checkout */
.checkout-layout{display:grid;grid-template-columns:1fr 420px;gap:22px;align-items:start}
.checkout-card,.order-summary{border:1px solid var(--line);border-radius:32px;background:var(--surface);padding:32px;box-shadow:0 2px 0 rgba(255,255,255,.35) inset}
.order-summary{position:sticky;top:100px;box-shadow:var(--shadow-sm)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.field{display:flex;flex-direction:column;gap:8px}
.field.full{grid-column:1/-1}
.field label{font-size:10px;font-weight:600;color:var(--muted-strong)}
.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:var(--bg);color:var(--ink);padding:13px 14px;outline:none;font-size:11px;min-height:48px}
.field textarea{min-height:110px;resize:vertical}
.field input::placeholder,.field textarea::placeholder{color:var(--muted)}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--ink);box-shadow:0 0 0 3px color-mix(in srgb,var(--lime) 28%,transparent)}
.delivery-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:26px}
.delivery-option{border:1px solid var(--line);border-radius:18px;padding:16px;background:var(--bg);transition:.2s}
.delivery-option:hover{border-color:var(--line-strong)}
.delivery-option input{accent-color:var(--ink)}
.delivery-option strong{display:block;margin:5px 0 6px;color:var(--ink);font-size:12px}
.delivery-option small{color:var(--muted);font-size:9.5px;line-height:1.75}
.mini-line{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line);font-size:11px;color:var(--muted-strong)}
.mini-line strong{font-family:'Manrope';color:var(--ink)}
.summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:22px;margin-top:10px}
.summary-total span{color:var(--muted-strong);font-size:11px}
.summary-total strong{font:700 25px 'Manrope';color:var(--ink)}
.partner-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}
.partner-actions .btn{width:100%;min-width:0;padding-inline:15px}
.checkout-note{margin-top:18px;font-size:9.5px;line-height:2;color:var(--muted)}

/* Drawer */
.drawer{position:fixed;z-index:120;inset:0;background:rgba(0,0,0,.44);opacity:0;visibility:hidden;transition:.25s;backdrop-filter:blur(4px)}
.drawer.open{opacity:1;visibility:visible}
.drawer-panel{position:absolute;top:0;right:0;width:min(520px,100%);height:100%;background:var(--surface);padding:26px;transform:translateX(100%);transition:.38s cubic-bezier(.2,.75,.2,1);display:flex;flex-direction:column;box-shadow:-30px 0 80px rgba(0,0,0,.18)}
.drawer.open .drawer-panel{transform:none}
.drawer-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--line)}
.drawer-head h2{margin:0;font-size:23px;line-height:1.5}
.close-btn{width:43px;height:43px;border-radius:50%;border:1px solid var(--line);background:var(--surface-2);color:var(--ink);font-size:20px;display:grid;place-items:center}
.cart-items{overflow:auto;flex:1;padding:14px 0}
.cart-row{display:grid;grid-template-columns:78px 1fr auto auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}
.cart-thumb{width:78px;height:78px;border-radius:18px;overflow:hidden;background:var(--card)}
.cart-thumb .type-visual span{font-size:24px}.cart-thumb .type-visual small,.cart-thumb .type-visual i{display:none}
.cart-info p{font:600 8px 'Manrope';margin:0;color:var(--muted);letter-spacing:.04em}
.cart-info h4{font-size:11px;margin:4px 0 6px;line-height:1.7;color:var(--ink)}
.cart-info strong{font:700 11px 'Manrope';color:var(--ink)}
.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:var(--bg)}
.qty button{width:29px;height:33px;border:0;background:transparent;color:var(--ink)}
.qty span{font:700 10px 'Manrope';min-width:20px;text-align:center;color:var(--ink)}
.remove{border:0;background:transparent;color:var(--muted);font-size:20px}
.drawer-foot{padding-top:18px;border-top:1px solid var(--line)}
.drawer-total{display:flex;justify-content:space-between;margin-bottom:15px;color:var(--muted-strong)}
.drawer-total strong{font:700 20px 'Manrope';color:var(--ink)}
.drawer-foot .btn{width:100%}
.empty-state{height:100%;min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}
.empty-state.wide{grid-column:1/-1;background:var(--surface);border:1px solid var(--line);border-radius:30px}
.empty-state span{font:500 68px 'Manrope';letter-spacing:-.07em;color:var(--ink)}
.empty-state h3{margin:8px 0;color:var(--ink);line-height:1.6}
.empty-state p{color:var(--muted);font-size:11px;line-height:1.9}
.empty-mini{padding:20px;color:var(--muted);text-align:center}

/* Product modal */
.modal{position:fixed;z-index:130;inset:0;background:rgba(0,0,0,.55);display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:.25s;backdrop-filter:blur(5px)}
.modal.open{opacity:1;visibility:visible}
.modal-card{width:min(980px,100%);max-height:min(760px,92vh);overflow:hidden;background:var(--surface);border-radius:36px;display:grid;grid-template-columns:1fr 1fr;position:relative;transform:translateY(18px) scale(.98);transition:.28s;box-shadow:0 45px 120px rgba(0,0,0,.28)}
.modal.open .modal-card{transform:none}
.modal-media{background:var(--card);min-height:560px}
.modal-content{padding:54px;display:flex;flex-direction:column;justify-content:center}
.modal-content .close-btn{position:absolute;top:18px;right:18px}
.modal-content h2{font-size:38px;line-height:1.5;margin:0 0 8px;color:var(--ink)}
.modal-content .desc{color:var(--muted);line-height:2.1;font-size:12px}
.modal-price{font:700 25px 'Manrope';margin:17px 0 24px;color:var(--ink)}
.modal-actions{display:flex;gap:9px}
.modal-actions .btn{flex:1}
.modal-actions .fav-action{flex:0 0 54px;background:var(--secondary-bg);color:var(--secondary-fg);border-color:var(--secondary-line)}
.fav-action.active{background:var(--primary-bg);color:var(--primary-fg);border-color:var(--primary-bg)}

/* Mobile overlay */
.mobile-menu{position:fixed;z-index:125;inset:0;background:#171813;color:#fffdf8;padding:28px;transform:translateY(-105%);transition:.4s cubic-bezier(.2,.75,.2,1)}
.mobile-menu.open{transform:none}
.mobile-menu-head{display:flex;justify-content:space-between;align-items:center}
.mobile-menu .brand-mark{background:#fffdf8;color:#171813}
.mobile-menu nav{display:flex;flex-direction:column;margin-top:65px}
.mobile-menu nav a{font-size:clamp(34px,11vw,60px);line-height:1.5;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.15);color:#fffdf8}
.mobile-menu .close-btn{background:transparent;color:#fffdf8;border-color:rgba(255,255,255,.25)}
.mobile-menu-foot{position:absolute;bottom:30px;left:28px;right:28px;display:flex;justify-content:space-between;gap:20px;font:600 9px 'Manrope';color:#b8b6ad}

/* Footer: fixed contrast */
.footer{margin:18px;border-radius:42px;background:#171813;color:#fffdf8;padding:72px 0 26px;overflow:hidden;position:relative}
.footer::before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-210px;top:-260px}
.footer-top{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:end;padding-bottom:68px;border-bottom:1px solid rgba(255,255,255,.13);position:relative;z-index:1}
.footer-word{font:500 clamp(170px,26vw,380px)/.7 'Manrope';letter-spacing:-.1em;margin:0;color:#fffdf8;direction:ltr}
.footer-copy{max-width:520px}
.footer-copy .eyebrow{color:#aeadA4}
.footer-copy h3{font-size:clamp(30px,4vw,56px);line-height:1.45;margin:0 0 18px;color:#fffdf8}
.footer-copy p{font-size:11.5px;line-height:2.1;color:#c9c6bc;margin:0 0 24px}
.footer-copy .btn{background:#fffdf8;color:#171813;border-color:#fffdf8}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:42px 0}
.footer-links h4{font:700 9px 'Manrope';text-transform:uppercase;letter-spacing:.15em;color:#8f9088;margin:0 0 15px}
.footer-links a{display:block;width:max-content;max-width:100%;padding:7px 0;color:#f4f0e7;font-size:11px;transition:.2s}
.footer-links a:hover{color:var(--lime);transform:translateX(-3px)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-top:18px;border-top:1px solid rgba(255,255,255,.13);font:600 9px 'Manrope';color:#aaa99f;position:relative;z-index:1}
.footer-bottom .powered{color:#fffdf8;border:1px solid rgba(255,255,255,.22);padding:9px 13px;border-radius:999px;transition:.2s}
.footer-bottom .powered:hover{background:#fffdf8;color:#171813}

.bottom-nav{display:none}
.back-top{position:fixed;z-index:70;bottom:24px;left:24px;width:49px;height:49px;border-radius:50%;border:1px solid var(--secondary-line);background:var(--primary-bg);color:var(--primary-fg);box-shadow:0 12px 30px rgba(0,0,0,.18);opacity:0;transform:translateY(12px);pointer-events:none;transition:.25s}
.back-top.show{opacity:1;transform:none;pointer-events:auto}
.toast{position:fixed;z-index:200;left:50%;bottom:32px;transform:translate(-50%,20px);padding:12px 19px;border-radius:999px;background:#171813;color:#fffdf8;font-size:10px;font-weight:600;opacity:0;visibility:hidden;transition:.25s;box-shadow:0 18px 45px rgba(0,0,0,.2)}
.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}

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

@media (max-width:1050px){
  .main-nav{display:none}.mobile-toggle{display:grid}.site-header{grid-template-columns:1fr auto}.header-actions{grid-column:2}
  .hero-grid{grid-template-columns:1fr}.hero{padding-top:112px}.hero-copy{min-height:500px}.hero-media{min-height:660px}
  .feature-grid,.product-grid{grid-template-columns:repeat(2,1fr)}
  .story-layout,.locations-preview,.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}
  .footer-top{grid-template-columns:1fr}.page-hero-grid{grid-template-columns:1fr;gap:30px}.locations-grid{grid-template-columns:1fr 1fr}
  .toolbar-inner{align-items:stretch;flex-direction:column}.menu-search{width:100%}
}

@media (max-width:680px){
  .container,.narrow{width:min(100% - 24px,1260px)}
  .section{padding:76px 0}.section-sm{padding:58px 0}
  .site-header{top:9px;width:calc(100% - 18px);height:61px;border-radius:19px}.brand-copy{display:none}.brand-mark{width:41px;height:41px;border-radius:13px}.header-actions .btn-icon:nth-child(1){display:none}.header-actions .btn-icon{width:40px;height:40px}
  .hero{padding:92px 0 18px;min-height:auto}.hero-grid{min-height:auto}.hero-copy{padding:28px 2px 18px;min-height:490px}.hero-copy::before{width:54px;height:5px}.hero-title{font-size:130px;margin:28px 0 30px}.hero-copy h1{font-size:37px;line-height:1.48}.hero-bottom{align-items:start;grid-template-columns:1fr;gap:22px}.hero-bottom p{font-size:12px;line-height:2}.hero-cta{justify-content:flex-start}.hero-cta .btn{flex:1;min-width:140px}
  .hero-media{grid-template-columns:1fr 1fr;grid-template-rows:480px 185px;min-height:0}.hero-main{grid-column:1/-1;grid-row:1;min-height:0;border-radius:30px 30px 62px 30px}.hero-main-badge{left:18px;right:18px;bottom:18px}.hero-main-badge span{display:none}.hero-side{border-radius:23px}.hero-side.color-card{padding:20px}.color-card span{font-size:52px}.color-card p{font-size:10.5px}.color-card a{font-size:10px}
  .feature-grid,.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card{border-radius:20px}.product-media{height:195px}.product-body{padding:13px}.product-body h3{font-size:12.5px;line-height:1.7}.product-desc{display:none}.product-foot{margin-top:11px;padding-top:10px}.product-foot strong{font-size:10.5px}.add-btn{width:37px;height:34px}.product-badge{font-size:6.5px;top:10px;left:9px;padding:6px 8px}.fav-btn{width:33px;height:33px;top:8px;right:8px;font-size:17px}.product-media::after{display:none}
  .section-head{align-items:start;flex-direction:column;margin-bottom:30px}.headline{font-size:40px;line-height:1.4}
  .story-layout{gap:11px}.story-copy{padding:31px;min-height:540px;border-radius:30px}.story-copy h2{font-size:39px;line-height:1.48}.story-copy p{font-size:11px}.story-points{grid-template-columns:1fr}.story-photo{min-height:390px;border-radius:30px}.story-strip{grid-template-columns:1fr 1fr}.story-note,.story-mini{border-radius:22px}.story-note{padding:18px}.story-note strong{font-size:17px}
  .locations-preview{gap:11px}.location-art{min-height:500px;padding:30px;border-radius:30px}.location-art::before{inset:12px;border-radius:23px}.location-art h2{font-size:49px;line-height:1.4}.location-list{gap:8px}.location-card{padding:18px;border-radius:20px}.location-card h3{font-size:18px}.location-arrow{width:40px;height:40px}
  .social-banner{min-height:470px;padding:24px;border-radius:30px}.social-copy{align-items:start;flex-direction:column}.social-copy h2{font-size:70px}.social-copy p{font-size:11px}
  .footer{margin:8px 7px 82px;border-radius:30px;padding:54px 0 22px}.footer-top{gap:40px;padding-bottom:45px}.footer-word{font-size:150px}.footer-copy h3{font-size:35px}.footer-links{grid-template-columns:1fr 1fr;gap:20px}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom .powered{font-size:8px}
  .page-hero{padding:122px 0 48px}.page-hero h1{font-size:61px;line-height:1.35}.page-hero-grid>p{font-size:11px;line-height:2}.menu-toolbar{top:74px}
  .locations-grid{grid-template-columns:1fr}.branch-card{min-height:325px;padding:24px;border-radius:25px}.branch-card h2{font-size:38px}.branch-card p{font-size:10.5px}
  .checkout-card,.order-summary{padding:21px;border-radius:23px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.delivery-options{grid-template-columns:1fr}.partner-actions{grid-template-columns:1fr}
  .modal-card{grid-template-columns:1fr;max-height:92vh;overflow:auto;border-radius:28px}.modal-media{min-height:300px;height:300px}.modal-content{padding:32px 22px 25px}.modal-content .close-btn{top:12px;right:12px}.modal-content h2{font-size:27px}.modal-content .desc{font-size:10.5px}
  .drawer-panel{padding:16px}.cart-row{grid-template-columns:62px 1fr auto}.cart-thumb{width:62px;height:62px}.cart-row .remove{display:none}
  .bottom-nav{display:grid;position:fixed;z-index:75;bottom:8px;left:8px;right:8px;grid-template-columns:repeat(4,1fr);background:color-mix(in srgb,var(--surface) 94%,transparent);border:1px solid var(--line);border-radius:22px;padding:7px;backdrop-filter:blur(18px);box-shadow:0 12px 35px rgba(0,0,0,.16)}
  .bottom-nav a,.bottom-nav button{height:48px;border:0;background:transparent;color:var(--muted-strong);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:8.5px;border-radius:14px}
  .bottom-nav .active{background:var(--primary-bg);color:var(--primary-fg)}.bottom-nav b{font:600 15px 'Manrope'}
  .back-top{bottom:80px;left:14px}.toast{bottom:84px;max-width:calc(100% - 30px);white-space:nowrap}.marquee{padding:14px 0}
}
.location-art .eyebrow{color:#cddbd5}
.social-copy .eyebrow{color:#fff}

/* =========================================================
   OPT Premium V3 — navigation, tab reliability & contrast
   ========================================================= */
:root{
  --bg:#f3f0e8;
  --surface:#fffdf8;
  --surface-2:#e8e3d9;
  --card:#e3ded3;
  --ink:#151713;
  --muted:#55584f;
  --muted-strong:#373b34;
  --line:#c3bdb1;
  --line-strong:#918b80;
  --brand:#214b3d;
  --brand-deep:#15372e;
  --clay:#a9523c;
  --lime:#d3df78;
  --primary-bg:#151713;
  --primary-fg:#fffdf8;
  --secondary-bg:#fffdf8;
  --secondary-fg:#151713;
  --secondary-line:#aaa397;
}
html[data-theme="dark"]{
  --bg:#0f110e;
  --surface:#1b1d18;
  --surface-2:#262821;
  --card:#2b2d26;
  --ink:#faf6ec;
  --muted:#c4c0b5;
  --muted-strong:#e0dbcf;
  --line:#44463c;
  --line-strong:#6b6d60;
  --brand:#356956;
  --brand-deep:#244b3f;
  --clay:#d06c51;
  --primary-bg:#f7f2e8;
  --primary-fg:#151713;
  --secondary-bg:#252720;
  --secondary-fg:#faf6ec;
  --secondary-line:#5d5f54;
}

body{background:
  radial-gradient(circle at 8% 12%,color-mix(in srgb,var(--clay) 6%,transparent),transparent 26%),
  radial-gradient(circle at 94% 40%,color-mix(in srgb,var(--brand) 6%,transparent),transparent 30%),
  var(--bg)}
.eyebrow{color:var(--muted-strong)}
.lede,.muted,.section-head p,.product-desc,.branch-card p,.checkout-note,.delivery-option small,.empty-state p,.modal-content .desc,.page-hero-grid>p{color:var(--muted-strong)}

/* Clear, premium buttons — no low-contrast translucent states */
.btn{min-height:54px;padding:13px 22px;border-radius:16px;border-width:1.5px;font-size:11.5px;font-weight:700;background:var(--secondary-bg);color:var(--secondary-fg);border-color:var(--secondary-line);box-shadow:0 7px 18px rgba(20,21,17,.04);isolation:isolate}
.btn:hover{border-color:var(--ink);box-shadow:0 12px 28px rgba(20,21,17,.10);transform:translateY(-2px)}
.btn-dark{background:var(--primary-bg);color:var(--primary-fg);border-color:var(--primary-bg);box-shadow:0 10px 24px rgba(20,21,17,.14)}
.btn-dark:hover{background:var(--brand);color:#fff;border-color:var(--brand)}
.btn-soft{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}
.btn-soft:hover{background:var(--surface-2);color:var(--ink)}
.btn:focus-visible,.header-icon:focus-visible,.header-cta:focus-visible,.header-cart:focus-visible,.nav-link:focus-visible,.mobile-nav-link:focus-visible,.chip:focus-visible,.bottom-nav a:focus-visible,.bottom-nav button:focus-visible{outline:3px solid var(--lime);outline-offset:3px}

/* Header rebuilt as independent, reliable hit targets */
.site-header{
  top:14px;
  width:min(1360px,calc(100% - 28px));
  height:78px;
  grid-template-columns:minmax(185px,1fr) auto minmax(295px,1fr);
  gap:16px;
  padding:9px 10px 9px 12px;
  background:color-mix(in srgb,var(--surface) 96%,transparent);
  border:1px solid var(--line);
  border-radius:25px;
  backdrop-filter:blur(22px) saturate(145%);
  box-shadow:0 18px 55px rgba(21,23,19,.11),0 1px 0 rgba(255,255,255,.68) inset;
  overflow:visible;
}
.site-header.compact{top:8px;height:70px;background:color-mix(in srgb,var(--surface) 98%,transparent);box-shadow:0 16px 48px rgba(21,23,19,.16)}
.brand{min-width:0;position:relative;z-index:2}
.brand-mark{width:50px;height:50px;border-radius:16px;background:var(--ink);color:var(--surface);box-shadow:none;border:1px solid color-mix(in srgb,var(--ink) 88%,#000)}
.brand-copy{min-width:0}
.brand-copy strong{color:var(--ink);font-size:12.5px}
.brand-copy small{color:var(--muted-strong);font-size:7.5px;letter-spacing:.14em;white-space:nowrap}

.main-nav{display:flex;align-items:center;gap:4px;padding:0;background:transparent;border:0;border-radius:0;min-width:max-content;position:relative;z-index:3}
.main-nav .nav-link{position:relative;display:flex;align-items:center;justify-content:center;min-height:50px;min-width:72px;padding:0 15px;border:1px solid transparent;border-radius:15px;color:var(--muted-strong);background:transparent;font-size:10.5px;font-weight:700;line-height:1;white-space:nowrap;transition:background .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s;pointer-events:auto}
.main-nav .nav-link:hover{background:var(--surface-2);color:var(--ink);border-color:var(--line);box-shadow:none;transform:none}
.main-nav .nav-link.active{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 8px 20px color-mix(in srgb,var(--brand) 24%,transparent)}
.main-nav .nav-link.active::after{content:"";position:absolute;bottom:7px;width:4px;height:4px;border-radius:50%;background:var(--lime)}

.header-actions{display:flex;align-items:center;gap:7px;justify-self:end;position:relative;z-index:4}
.header-icon,.header-cart,.header-cta{min-height:48px;border:1px solid var(--line);border-radius:15px;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s,border-color .2s,background .2s,color .2s,box-shadow .2s;white-space:nowrap}
.header-icon{width:48px;padding:0;background:var(--surface);color:var(--ink)}
.header-icon svg,.header-cart svg,.header-cta svg{width:19px;height:19px;flex:0 0 auto}
.header-icon:hover,.header-cart:hover{background:var(--surface-2);border-color:var(--line-strong);transform:translateY(-1px)}
.header-cta{gap:8px;padding:0 16px;background:var(--primary-bg);color:var(--primary-fg);border-color:var(--primary-bg);font-size:10.5px;font-weight:700;box-shadow:0 9px 20px rgba(20,21,17,.13)}
.header-cta:hover{background:var(--brand);border-color:var(--brand);color:#fff;transform:translateY(-1px)}
.header-cta svg{width:16px;height:16px}
.header-cart{gap:8px;padding:5px 6px 5px 12px;background:var(--surface);color:var(--ink);font-size:10.5px;font-weight:700}
.header-cart svg{width:18px;height:18px}
.header-cart-count{display:grid;place-items:center;min-width:31px;height:31px;padding:0 7px;border-radius:10px;background:var(--clay);color:#fff;font:700 10px/1 'Manrope';border:0}
.mobile-toggle{display:none}

/* Hero + text surfaces — deliberate foreground/background separation */
.hero-copy h1,.headline,.subhead,.page-hero h1{color:var(--ink)}
.hero-bottom p{color:var(--muted-strong);font-weight:500}
.hero-cta{gap:10px}
.hero-cta .btn{min-width:138px}
.color-card p{color:rgba(255,255,255,.94)}
.color-card a{color:#fff;text-decoration-thickness:1px;text-underline-offset:5px}
.hero-main-badge{padding:18px;border-radius:20px;background:linear-gradient(180deg,rgba(9,12,10,.06),rgba(9,12,10,.34));backdrop-filter:blur(2px)}
.hero-main-badge strong,.hero-main-badge p{color:#fff;text-shadow:0 1px 16px rgba(0,0,0,.35)}

.page-hero{padding-top:164px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 55%,transparent),transparent);border-bottom-color:var(--line)}
.page-hero-grid>p{padding:20px 22px;margin:0;border:1px solid var(--line);border-radius:20px;background:var(--surface);font-weight:500;box-shadow:0 8px 26px rgba(20,21,17,.04)}

/* Menu tabs rebuilt: clear selected state and full click area */
.menu-toolbar{top:88px;padding:12px 0;background:color-mix(in srgb,var(--bg) 96%,transparent);border-bottom:1px solid var(--line);box-shadow:0 10px 24px rgba(20,21,17,.035)}
.filter-row{gap:8px;padding:3px 1px;overscroll-behavior-inline:contain}
.chip{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1.5px solid var(--line);border-radius:14px;background:var(--surface);color:var(--muted-strong);font-size:9.7px;font-weight:700;line-height:1;box-shadow:0 5px 15px rgba(20,21,17,.035);cursor:pointer;pointer-events:auto;user-select:none}
.chip:hover{border-color:var(--line-strong);background:var(--surface-2);color:var(--ink)}
.chip.active,.chip[aria-pressed="true"]{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 8px 20px color-mix(in srgb,var(--brand) 20%,transparent)}
.menu-search{min-height:46px;border:1.5px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);font-weight:500}
.menu-search::placeholder{color:var(--muted)}

/* Cards — stronger text hierarchy */
.product-card,.branch-card,.checkout-card,.order-summary,.location-card{border-color:var(--line);background:var(--surface)}
.product-body .eyebrow{color:var(--muted-strong)}
.product-body h3,.product-foot strong,.branch-card h2,.location-card h3{color:var(--ink)}
.product-desc{font-weight:500}
.add-btn{background:var(--primary-bg);color:var(--primary-fg);border:1px solid var(--primary-bg)}
.add-btn:hover{background:var(--brand);color:#fff;border-color:var(--brand)}
.branch-tag{color:var(--ink);background:var(--surface-2);border-color:var(--line-strong)}
.branch-card.featured p{color:#eaf0ed}
.branch-card.featured .branch-num{color:#f3f6f4}
.branch-card.featured .branch-tag{color:#fff;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.38)}

/* Dark/photographic panels receive explicit high-contrast copy */
.story-copy .eyebrow{color:#d7d5cc}
.story-copy p{color:#ece8df}
.story-point span{color:#e3dfd6}
.location-art .eyebrow{color:#e4ede9}
.location-art p{color:#edf3f0}
.social-copy .eyebrow{color:#fff}
.social-copy p{color:#fff}

/* Forms & helper copy */
.field label{color:var(--ink);font-weight:700}
.field input,.field select,.field textarea{background:var(--surface-2);border-color:var(--line);color:var(--ink)}
.delivery-option{background:var(--surface-2);border-color:var(--line)}
.delivery-option small{font-weight:500}
.checkout-note{padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);font-weight:500}
.drawer-total,.summary-total span,.mini-line{color:var(--muted-strong)}

/* Mobile navigation overlay — links are full rows, not fragile text targets */
.mobile-menu{background:#12140f;color:#fffdf8;padding:24px;transform:translateX(105%);visibility:hidden;opacity:0;transition:transform .38s cubic-bezier(.2,.75,.2,1),opacity .25s,visibility .25s}
.mobile-menu.open{transform:none;visibility:visible;opacity:1}
.mobile-menu-head{padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.16)}
.mobile-brand{gap:11px;color:#fffdf8}
.mobile-brand>span:last-child{display:flex;flex-direction:column;gap:4px}
.mobile-brand strong{font:700 12px 'Manrope';color:#fff}
.mobile-brand small{font:600 7px 'Manrope';letter-spacing:.2em;color:#d2d0c7}
.mobile-menu-label{margin-top:30px;font:700 8px 'Manrope';letter-spacing:.2em;color:#b9b8b0}
.mobile-menu nav{margin-top:14px;gap:8px}
.mobile-menu nav .mobile-nav-link{min-height:70px;padding:0 18px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(255,255,255,.035);display:flex;align-items:center;justify-content:space-between;color:#fffdf8;font-size:22px;font-weight:600;line-height:1.4}
.mobile-menu nav .mobile-nav-link i{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.08);color:#fff}
.mobile-menu nav .mobile-nav-link i svg{width:17px;height:17px}
.mobile-menu nav .mobile-nav-link.active{background:#fffdf8;color:#171813;border-color:#fffdf8}
.mobile-menu nav .mobile-nav-link.active i{background:#171813;color:#fff}
.mobile-menu .close-btn{background:rgba(255,255,255,.07);color:#fff;border-color:rgba(255,255,255,.22)}
.mobile-menu .close-btn svg{width:20px;height:20px}
.mobile-menu-foot{color:#d0cec5}

/* Footer readability */
.footer-copy .eyebrow{color:#d1d0c7}
.footer-copy p{color:#e1ddd4}
.footer-links h4{color:#b7b5ac}
.footer-links a{color:#fffaf0}
.footer-bottom{color:#c4c1b8}
.footer-bottom .powered{color:#fff;border-color:rgba(255,255,255,.38)}

/* Bottom navigation: high contrast and dependable tap targets */
.bottom-nav a,.bottom-nav button{position:relative}
.bottom-nav svg{width:20px;height:20px;display:block}
.bottom-nav i[data-cart-count]{position:absolute;top:3px;right:calc(50% - 22px);min-width:18px;height:18px;padding:0 4px;border-radius:7px;background:var(--clay);color:#fff;font:700 8px/18px 'Manrope';font-style:normal}

@media (max-width:1180px){
  .main-nav{display:none}
  .site-header{grid-template-columns:1fr auto;gap:12px}
  .header-actions{grid-column:2}
  .mobile-toggle{display:inline-flex}
}

@media (max-width:760px){
  .site-header{top:8px;width:calc(100% - 16px);height:66px;padding:7px 8px 7px 9px;border-radius:20px;gap:7px}
  .site-header.compact{height:62px;top:6px}
  .brand-mark{width:45px;height:45px;border-radius:14px;font-size:23px}
  .brand-copy{display:none}
  .header-actions{gap:5px}
  .header-icon{width:43px;min-height:43px;border-radius:13px}
  .header-cta{min-height:43px;padding:0 13px;border-radius:13px}
  .header-cart{min-height:43px;border-radius:13px;padding:4px 5px 4px 10px}
  .header-cart-count{min-width:28px;height:28px;border-radius:9px}
  .page-hero{padding-top:124px}
  .page-hero-grid>p{padding:17px 18px;border-radius:17px}
  .menu-toolbar{top:74px}
}

@media (max-width:560px){
  .header-cta{display:none}
  .header-cart-label{display:none}
  .header-cart{padding:4px 5px 4px 9px;gap:5px}
  .hero-cta{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .hero-cta .btn{width:100%;min-width:0}
  .chip{min-height:43px;padding:0 14px;border-radius:13px}
  .menu-search{border-radius:13px}
  .mobile-menu{padding:18px}
  .mobile-menu nav .mobile-nav-link{min-height:62px;border-radius:17px;font-size:18px;padding:0 15px}
  .mobile-menu-foot{left:18px;right:18px;bottom:24px;flex-direction:column;gap:7px}
  .bottom-nav{background:color-mix(in srgb,var(--surface) 98%,transparent);border-color:var(--line-strong)}
  .bottom-nav a,.bottom-nav button{color:var(--muted-strong);font-weight:700}
  .bottom-nav .active{background:var(--brand)!important;color:#fff!important}
}

/* Keep sticky filter tabs fully below the floating header so every hit target stays clickable. */
.menu-toolbar{top:96px}
@media (max-width:760px){.menu-toolbar{top:82px}}


/* Favorites entry-point — persistent access from header and mobile bottom navigation */
.header-fav{
  min-height:48px;
  padding:5px 6px 5px 12px;
  border:1px solid var(--line);
  border-radius:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:var(--surface);
  color:var(--ink);
  font-size:10.5px;
  font-weight:700;
  white-space:nowrap;
  transition:transform .2s,border-color .2s,background .2s,color .2s,box-shadow .2s;
}
.header-fav svg{width:18px;height:18px;flex:0 0 auto}
.header-fav:hover{background:var(--surface-2);border-color:var(--line-strong);transform:translateY(-1px)}
.header-fav.active{background:var(--brand);border-color:var(--brand);color:#fff}
.header-fav-count{
  display:grid;
  place-items:center;
  min-width:31px;
  height:31px;
  padding:0 7px;
  border-radius:10px;
  background:var(--clay);
  color:#fff;
  font:700 10px/1 'Manrope';
}
.header-fav.active .header-fav-count{background:var(--lime);color:#171813}
.header-fav:focus-visible{outline:3px solid var(--lime);outline-offset:3px}

@media (max-width:980px){
  .header-fav-label{display:none}
  .header-fav{padding:5px;gap:4px}
}

@media (max-width:760px){
  .header-fav{min-height:43px;border-radius:13px;padding:4px 5px 4px 8px}
  .header-fav-count{min-width:26px;height:26px;padding:0 5px;border-radius:8px;font-size:9px}
  .header-fav svg{width:17px;height:17px}
}

@media (max-width:430px){
  .header-fav{width:43px;padding:0;position:relative}
  .header-fav-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:7px;font-size:7.5px;border:2px solid var(--surface)}
  .header-fav-label{display:none}
  .header-fav svg{width:19px;height:19px}
}

@media (max-width:560px){
  .bottom-nav{grid-template-columns:repeat(5,1fr)}
  .bottom-nav a,.bottom-nav button{min-width:0;padding:0 2px;font-size:7.8px}
  .bottom-nav i.bottom-fav-count{
    position:absolute;
    top:3px;
    right:calc(50% - 22px);
    min-width:18px;
    height:18px;
    padding:0 4px;
    border-radius:7px;
    background:var(--clay);
    color:#fff;
    font:700 8px/18px 'Manrope';
    font-style:normal;
  }
  .bottom-nav a.active i.bottom-fav-count{background:var(--lime);color:#171813}
}


/* =========================================================
   OPT Functional Fix — warm coffee-house night palette
   ========================================================= */
html[data-theme="dark"]{
  color-scheme:dark;
  --bg:#18140f;
  --surface:#221d17;
  --surface-2:#2b251d;
  --card:#31291f;
  --ink:#f5ecdf;
  --muted:#b8ad9e;
  --muted-strong:#ddd0bf;
  --line:#4a4033;
  --line-strong:#70604b;
  --brand:#74806a;
  --brand-deep:#56614f;
  --clay:#c87959;
  --lime:#c6c98b;
  --primary-bg:#e7dccb;
  --primary-fg:#211b15;
  --secondary-bg:#2a241c;
  --secondary-fg:#f5ecdf;
  --secondary-line:#665744;
  --danger:#df806b;
  --shadow-sm:0 10px 30px rgba(7,5,3,.22);
  --shadow:0 24px 70px rgba(7,5,3,.34);
  --shadow-lg:0 36px 100px rgba(7,5,3,.44);
}

html[data-theme="dark"] body{
  background:
    radial-gradient(circle at 8% 10%,rgba(200,121,89,.09),transparent 28%),
    radial-gradient(circle at 92% 34%,rgba(116,128,106,.10),transparent 32%),
    linear-gradient(180deg,#18140f 0%,#1c1711 48%,#17130f 100%);
}
html[data-theme="dark"] .site-header{
  background:rgba(34,29,23,.92);
  border-color:#4b4033;
  box-shadow:0 18px 50px rgba(5,4,2,.28);
}
html[data-theme="dark"] .site-header.compact{background:rgba(34,29,23,.97)}
html[data-theme="dark"] .header-icon,
html[data-theme="dark"] .header-cart,
html[data-theme="dark"] .header-fav{
  background:#2a241c;
  color:#f5ecdf;
  border-color:#5a4c3c;
}
html[data-theme="dark"] .header-icon:hover,
html[data-theme="dark"] .header-cart:hover,
html[data-theme="dark"] .header-fav:hover{background:#352c22;border-color:#806d55}
html[data-theme="dark"] [data-theme-toggle]{background:#3a3024;color:#d9d6a0;border-color:#7f7058}
html[data-theme="dark"] .nav-link{color:#d9cdbc}
html[data-theme="dark"] .nav-link:hover{color:#fff4e5;background:#30281f}
html[data-theme="dark"] .nav-link.active{color:#211b15;background:#d9cfbe;border-color:#d9cfbe}
html[data-theme="dark"] .drawer-panel,
html[data-theme="dark"] .modal-card,
html[data-theme="dark"] .mobile-menu{background:#221d17;color:#f5ecdf}
html[data-theme="dark"] .drawer{background:rgba(7,5,3,.60)}
html[data-theme="dark"] .qty{background:#2a241c;border-color:#5c4e3d}
html[data-theme="dark"] .qty button{color:#f5ecdf}
html[data-theme="dark"] .product-card,
html[data-theme="dark"] .branch-card,
html[data-theme="dark"] .delivery-option,
html[data-theme="dark"] .checkout-card{border-color:#4a4033}
html[data-theme="dark"] .menu-toolbar{background:rgba(24,20,15,.94)}
html[data-theme="dark"] .bottom-nav{background:rgba(34,29,23,.97);border-color:#5b4d3d}
html[data-theme="dark"] .bottom-nav a,
html[data-theme="dark"] .bottom-nav button{color:#d7cab8}
html[data-theme="dark"] .bottom-nav .active{background:#74806a!important;color:#fff8ec!important}
html[data-theme="dark"] .footer{background:#11100d;color:#f5ecdf}

/* Make shell controls feel unmistakably interactive */
.header-icon,.header-cart,.header-fav,[data-open-cart],[data-theme-toggle]{touch-action:manipulation}
.header-icon:active,.header-cart:active,.header-fav:active{transform:translateY(1px) scale(.98)}
.drawer.open{pointer-events:auto}
.drawer:not(.open){pointer-events:none}
