
/* FINAL USER CORRECTIONS - do not remove */
:root{--cream:#fff3e4;--red:#e6392f;--gold:#d48550;}
html,body{font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif!important;overflow-x:hidden!important;}
/* Header: keep full NOTORIOUS visible on mobile */
.topbar{box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;overflow:visible!important;}
.brand{display:flex!important;align-items:center!important;min-width:0!important;flex:1 1 auto!important;overflow:visible!important;text-decoration:none!important;}
.brand-logo-clean{display:none!important;}
.brand-title-clean{display:block!important;font-family:Inter,system-ui,sans-serif!important;font-weight:900!important;color:var(--cream)!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;line-height:1!important;letter-spacing:-.045em!important;max-width:none!important;min-width:0!important;transform:scaleX(.92)!important;transform-origin:left center!important;}
.lang-switch{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important;}
.lang-switch a{flex:0 0 auto!important;}
.menu-toggle{flex:0 0 auto!important;}
@media(max-width:900px){
  .topbar{left:14px!important;right:14px!important;width:auto!important;max-width:none!important;transform:none!important;height:78px!important;padding:0 10px 0 22px!important;border-radius:999px!important;}
  .brand-title-clean{font-size:clamp(20px,6.1vw,27px)!important;}
  .lang-switch a{width:42px!important;height:42px!important;min-width:42px!important;font-size:12px!important;}
  .menu-toggle{width:54px!important;height:54px!important;min-width:54px!important;font-size:28px!important;}
}
@media(max-width:390px){
  .topbar{left:10px!important;right:10px!important;padding-left:18px!important;gap:5px!important;}
  .brand-title-clean{font-size:20px!important;transform:scaleX(.88)!important;}
  .lang-switch{gap:5px!important}.lang-switch a{width:38px!important;height:38px!important;min-width:38px!important}.menu-toggle{width:50px!important;height:50px!important;min-width:50px!important}
}
/* Restore white information card under hero slider */
.store-info-section{display:block!important;visibility:visible!important;opacity:1!important;padding:18px 0 22px!important;margin:0!important;position:relative!important;z-index:2!important;}
.store-info-card{display:block!important;visibility:visible!important;opacity:1!important;width:min(690px,calc(100% - 34px))!important;margin:0 auto!important;padding:28px 34px!important;border-radius:34px!important;background:#f6f0e9!important;color:#17110e!important;box-shadow:0 28px 80px rgba(0,0,0,.42)!important;border:1px solid rgba(255,255,255,.42)!important;}
.store-info-row{display:block!important;padding:15px 0!important;border-bottom:1px solid rgba(20,16,13,.16)!important;}
.store-info-row:last-child{border-bottom:0!important;}
.store-info-row span{display:block!important;color:rgba(20,16,13,.55)!important;text-transform:uppercase!important;letter-spacing:.22em!important;font-size:12px!important;font-weight:900!important;margin-bottom:8px!important;}
.store-info-row strong{display:block!important;color:#110c0a!important;font-size:clamp(28px,7vw,48px)!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.04em!important;font-family:Inter,system-ui,sans-serif!important;}
/* Keep typography premium but not overly heavy */
.hero-card h1,.yes-title,.seo-panel h2,.promo-wide-card h2,.section-head h2{font-family:Inter,system-ui,sans-serif!important;font-weight:850!important;letter-spacing:-.055em!important;line-height:1.05!important;}
.hero-card .lead,.yes-copy,.seo-panel p,.rich-copy p,.section-head p{font-family:Inter,system-ui,sans-serif!important;font-weight:400!important;line-height:1.72!important;}
.yes-product h3{font-family:Inter,system-ui,sans-serif!important;font-weight:850!important;letter-spacing:-.045em!important;}
/* Correct product cards images */
.yes-product[href*="coffee"]{background-image:url('images/notorious-coffee-product-promo.png')!important;}
.yes-product[href*="drinks"]{background-image:url('images/product-drinks-final-user.jpg')!important;background-position:center!important;}
.yes-product[href*="snacks"]{background-image:url('images/product-snacks-final.jpg')!important;background-position:center!important;}
.yes-product[href*="market"]{background-image:url('images/product-icecream-final.jpg')!important;background-position:center!important;}
.yes-product[href*="essentials"]{background-image:url('images/product-essentials-final.jpg')!important;background-position:center!important;}
.yes-product[href*="tobacco"]{background-image:url('images/product-tobacco-final.jpg')!important;background-position:center!important;}
.yes-product[href*="liquor"]{background-image:url('images/product-liquor-final.jpg')!important;background-position:center!important;}
.yes-product{background-size:cover!important;}
/* Loader slightly longer */
.site-loader{animation-duration:2.2s!important;}
.premium-loader{--loader-hold:2.2s;}

/* LAST REQUEST: slower NOTORIOUS loader letters */
.loader-logo::first-letter{color:inherit!important}.loader-logo .ntr-letter,.loader-logo span{animation-duration:1.25s!important;animation-timing-function:cubic-bezier(.2,.8,.2,1)!important}.site-loader{transition:opacity 1.05s ease,visibility 1.05s ease!important}
@keyframes ntrLogoSlide{0%{opacity:0;transform:translateX(-34px)}100%{opacity:1;transform:translateX(0)}}
