
/* === NOTORIOUS FINAL STABLE REPAIR - DO NOT REMOVE === */
:root{
  --n-bg:#080302;
  --n-card:#130604;
  --n-cream:#fff3e6;
  --n-red:#e6343f;
  --n-copper:#d57a45;
  --n-border:rgba(213,122,69,.22);
  --n-font:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;background:var(--n-bg)!important;font-family:var(--n-font)!important;}
*,*::before,*::after{box-sizing:border-box!important;}
img,video,canvas,svg{max-width:100%!important;height:auto;}
body{font-weight:400!important;letter-spacing:0!important;}
p,.lead,.yes-copy,.section-head p,.yes-product p,.footer,.store-info-row span,.store-info-row strong{font-family:var(--n-font)!important;font-weight:400!important;}
h1,h2,h3,.yes-title,.hero-card h1,.section-head h2,.promo-wide-card h2,.seo-panel h2,.yes-product h3{font-family:var(--n-font)!important;font-weight:700!important;letter-spacing:-.045em!important;line-height:1.08!important;}
.kicker,.eyebrow{font-family:var(--n-font)!important;font-weight:700!important;letter-spacing:.20em!important;}

/* fixed, visible, non-cropping header */
.topbar{
  position:fixed!important;
  top:calc(env(safe-area-inset-top,0px) + 14px)!important;
  left:14px!important;right:14px!important;width:auto!important;max-width:none!important;
  transform:none!important;margin:0!important;
  min-height:76px!important;height:76px!important;
  padding:10px 12px 10px 24px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;
  overflow:visible!important;z-index:999999!important;
  border-radius:999px!important;background:rgba(20,10,7,.94)!important;
  border:1px solid rgba(213,122,69,.26)!important;
  box-shadow:0 18px 50px rgba(0,0,0,.42)!important;
  backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;
}
.topbar .brand,.brand{display:flex!important;align-items:center!important;min-width:0!important;flex:1 1 auto!important;max-width:calc(100% - 168px)!important;overflow:visible!important;text-decoration:none!important;}
.brand-logo-clean{display:none!important;}
.brand-title-clean{display:block!important;color:var(--n-cream)!important;font-family:var(--n-font)!important;font-weight:700!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;font-size:clamp(22px,6.4vw,32px)!important;line-height:1!important;letter-spacing:-.04em!important;transform:none!important;max-width:none!important;}
.lang-switch{display:flex!important;align-items:center!important;gap:7px!important;flex:0 0 auto!important;min-width:max-content!important;}
.lang-switch a{width:44px!important;height:44px!important;min-width:44px!important;display:grid!important;place-items:center!important;border-radius:50%!important;font-family:var(--n-font)!important;font-size:13px!important;font-weight:700!important;text-decoration:none!important;}
.menu-toggle{width:54px!important;height:54px!important;min-width:54px!important;flex:0 0 auto!important;display:grid!important;place-items:center!important;border-radius:18px!important;font-size:29px!important;line-height:1!important;font-weight:500!important;}
@media(max-width:390px){
  .topbar{left:10px!important;right:10px!important;height:72px!important;min-height:72px!important;padding-left:18px!important;padding-right:9px!important;gap:5px!important;}
  .topbar .brand,.brand{max-width:calc(100% - 146px)!important;}
  .brand-title-clean{font-size:20px!important;letter-spacing:-.045em!important;}
  .lang-switch{gap:5px!important}.lang-switch a{width:38px!important;height:38px!important;min-width:38px!important;font-size:12px!important}.menu-toggle{width:48px!important;height:48px!important;min-width:48px!important;font-size:26px!important;}
}
main{padding-top:110px!important;}
body[data-page="index.html"] main,.home-el main{padding-top:110px!important;}

/* slider stable */
.store-feature-slider.fixed-top-slider,.store-feature-slider{margin-top:0!important;padding-top:0!important;position:relative!important;z-index:1!important;overflow:hidden!important;}
.store-slider-shell{width:100%!important;max-width:100%!important;overflow:hidden!important;border-radius:0!important;}
.store-slider-shell .slide{background-size:cover!important;background-position:center!important;}

/* info card: always below slider */
.store-info-section{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:5!important;margin:0!important;padding:18px 0 34px!important;background:transparent!important;}
.store-info-card{display:block!important;visibility:visible!important;opacity:1!important;width:min(720px,calc(100% - 34px))!important;margin:0 auto!important;padding:28px 38px!important;border-radius:34px!important;background:#f5efe8!important;color:#15100d!important;box-shadow:0 26px 70px rgba(0,0,0,.42)!important;border:1px solid rgba(255,255,255,.46)!important;}
.store-info-row{display:block!important;padding:17px 0!important;border-bottom:1px solid rgba(21,16,13,.16)!important;}
.store-info-row:last-child{border-bottom:0!important;}
.store-info-row span{display:block!important;text-transform:uppercase!important;font-size:12px!important;letter-spacing:.22em!important;color:rgba(21,16,13,.58)!important;font-weight:700!important;margin-bottom:9px!important;}
.store-info-row strong{display:block!important;color:#111!important;font-size:clamp(27px,7.5vw,43px)!important;line-height:1.06!important;font-weight:700!important;letter-spacing:-.035em!important;}
@media(max-width:520px){.store-info-section{padding:14px 0 28px!important}.store-info-card{width:calc(100% - 36px)!important;padding:24px 28px!important;border-radius:28px!important}.store-info-row{padding:14px 0!important}.store-info-row span{font-size:11px!important}.store-info-row strong{font-size:clamp(26px,8vw,38px)!important}}

/* product cards: clean responsive 16:9, no gigantic blurred images */
.yes-product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;}
.yes-product,.yes-product.large{position:relative!important;display:flex!important;align-items:flex-end!important;width:100%!important;aspect-ratio:16/9!important;min-height:unset!important;height:auto!important;max-height:none!important;border-radius:28px!important;overflow:hidden!important;background-color:#080302!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:center center!important;border:1px solid rgba(213,122,69,.22)!important;text-decoration:none!important;}
.yes-product::before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.25) 35%,rgba(0,0,0,.80) 100%)!important;z-index:1!important;}
.yes-product div{position:relative!important;z-index:2!important;width:100%!important;padding:24px!important;}
.yes-product h3{font-family:var(--n-font)!important;font-weight:700!important;font-size:clamp(26px,5.8vw,42px)!important;letter-spacing:-.045em!important;line-height:1.02!important;margin:0 0 8px!important;color:#fff7ed!important;text-shadow:0 3px 18px rgba(0,0,0,.52)!important;}
.yes-product p{font-family:var(--n-font)!important;font-size:clamp(15px,3.7vw,19px)!important;line-height:1.38!important;font-weight:400!important;margin:0!important;color:rgba(255,247,237,.92)!important;text-shadow:0 2px 14px rgba(0,0,0,.60)!important;}
.yes-product[href*="coffee"]{background-image:url('images/product-coffee-final.jpg')!important;background-position:center center!important;}
.yes-product[href*="drinks"]{background-image:url('images/product-drinks-final-user.jpg')!important;background-position:center center!important;}
.yes-product[href*="snacks"]{background-image:url('images/product-snacks-final.jpg')!important;background-position:center center!important;}
.yes-product[href*="market"]{background-image:url('images/product-icecream-final.jpg')!important;background-position:center center!important;}
.yes-product[href*="essentials"]{background-image:url('images/product-essentials-final.jpg')!important;background-position:center center!important;}
.yes-product[href*="tobacco"]{background-image:url('images/product-tobacco-final.jpg')!important;background-position:center center!important;}
.yes-product[href*="liquor"]{background-image:url('images/product-liquor-final.jpg')!important;background-position:center center!important;}
@media(max-width:760px){.yes-product-grid{grid-template-columns:1fr!important;gap:18px!important}.yes-product,.yes-product.large{aspect-ratio:16/10!important;border-radius:24px!important}.yes-product div{padding:22px!important}.yes-product h3{font-size:34px!important}.yes-product p{font-size:18px!important;line-height:1.45!important}}
@media(max-width:390px){.yes-product h3{font-size:30px!important}.yes-product p{font-size:16px!important}.yes-product div{padding:20px!important}}

/* mobile menu close/toggle */
.mobile-menu{z-index:999998!important;}
.mobile-menu.show,.mobile-menu.open,.mobile-menu.is-open{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
.footer,.footer a{font-family:var(--n-font)!important;font-weight:400!important}.footer strong{font-weight:700!important;}
