
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Sora:wght@400;600;700;800&display=swap');


:root{--bg:#0b0303;--cream:#fff1df;--muted:#c7aa91;--red:#b5412f;--red2:#e05b3f;--gold:#d59a4d;--line:rgba(255,210,170,.22);--shadow:0 28px 90px rgba(0,0,0,.58);--radius:30px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 78% 8%,rgba(224,91,63,.20),transparent 32%),linear-gradient(180deg,#0b0303,#190806 52%,#0b0303);color:var(--cream);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}.container{width:min(1200px,calc(100% - 32px));margin:auto}
body.loaded .site-loader{opacity:0;visibility:hidden}.site-loader{position:fixed;inset:0;z-index:999;background:#090202;display:grid;place-items:center;transition:.75s}.loader-logo{font-family:Archivo Black,Inter,sans-serif;font-size:clamp(44px,8vw,110px);letter-spacing:.08em;text-transform:uppercase;text-shadow:0 0 40px rgba(224,91,63,.55)}.loader-line{width:220px;height:2px;margin:24px auto;background:linear-gradient(90deg,transparent,var(--red2),var(--gold),transparent);animation:loaderline 1.4s ease infinite}.loader-small{text-align:center;color:var(--muted);letter-spacing:.28em;text-transform:uppercase;font-size:11px}@keyframes loaderline{0%{transform:scaleX(.25);opacity:.4}50%{transform:scaleX(1);opacity:1}100%{transform:scaleX(.25);opacity:.4}}
.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--red2),var(--gold));z-index:9999}.ambient{position:fixed;inset:auto auto 8% -12%;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(224,91,63,.18),transparent 62%);z-index:0;pointer-events:none;filter:blur(8px);animation:floatglow 9s ease-in-out infinite alternate}.ambient.two{left:auto;right:-10%;bottom:48%;background:radial-gradient(circle,rgba(213,154,77,.13),transparent 62%);animation-duration:11s}@keyframes floatglow{from{transform:translateY(0) scale(1)}to{transform:translateY(-40px) scale(1.12)}}
.topbar{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:80;width:min(1200px,calc(100% - 28px));display:flex;justify-content:space-between;align-items:center;gap:18px;padding:12px 14px 12px 18px;border:1px solid var(--line);border-radius:999px;background:rgba(18,6,5,.76);backdrop-filter:blur(18px);box-shadow:0 18px 60px rgba(0,0,0,.42)}.brand{display:flex;align-items:center;gap:11px;font-family:Archivo Black,Inter,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:17px}.brand span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--red2),var(--gold));color:#160705}.nav{display:flex;align-items:center;gap:16px;text-transform:uppercase;font-size:11px;letter-spacing:.1em;color:var(--muted)}.nav a:hover{color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;background:linear-gradient(135deg,var(--red2),var(--gold));color:#160705;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px;box-shadow:0 15px 38px rgba(224,91,63,.24);border:0;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn.dark{background:rgba(255,255,255,.055);color:var(--cream);border:1px solid var(--line);box-shadow:none}
.hero{min-height:94svh;position:relative;display:flex;align-items:center;padding:135px 0 90px;isolation:isolate;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;z-index:-3;background:linear-gradient(90deg,rgba(10,3,3,.96),rgba(10,3,3,.52),rgba(10,3,3,.90)),linear-gradient(0deg,#0b0303 0%,transparent 38%),var(--hero-img);background-size:cover;background-position:center;animation:zoom 18s ease-in-out infinite alternate}.hero:after{content:"NOTORIOUS";position:absolute;right:-.08em;bottom:.05em;z-index:-1;font-family:Archivo Black,Inter,sans-serif;font-size:clamp(70px,17vw,260px);letter-spacing:.04em;color:rgba(255,241,223,.045);line-height:.8}@keyframes zoom{from{transform:scale(1)}to{transform:scale(1.08)}}
.hero-card{max-width:790px}.kicker{color:var(--gold);font-weight:900;letter-spacing:.32em;text-transform:uppercase;font-size:12px;margin-bottom:18px}.hero h1{font-family:Archivo Black,Inter,sans-serif;font-size:clamp(48px,8vw,116px);line-height:.86;text-transform:uppercase;margin:0;text-shadow:0 18px 70px #000}.lead{max-width:700px;color:#f3dfc5;font-size:clamp(18px,2vw,23px);line-height:1.6;margin:26px 0 30px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.micro{margin-top:13px;color:var(--muted);font-size:13px}.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.badges span{border:1px solid var(--line);background:rgba(0,0,0,.28);border-radius:999px;padding:10px 14px;color:#f5e2c7;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.status-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:10px 14px;background:rgba(0,0,0,.26);color:#f3dfc5;text-transform:uppercase;letter-spacing:.08em;font-size:12px;margin-top:16px}.status-dot{width:10px;height:10px;border-radius:50%;background:#777}.status-pill.open .status-dot{background:#3ee071}.status-pill.closed .status-dot{background:#e04b3f}
section{padding:90px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.eyebrow{color:var(--red2);text-transform:uppercase;letter-spacing:.28em;font-size:12px;font-weight:900;margin-bottom:10px}h2{font-family:Archivo Black,Inter,sans-serif;font-size:clamp(36px,5vw,70px);line-height:.94;text-transform:uppercase;margin:0}h3{margin:0 0 14px;font-size:24px}.section-head p{max-width:560px;color:var(--muted);line-height:1.7;margin:0}
.grid{display:grid;gap:18px}.two{grid-template-columns:repeat(2,1fr)}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}.card,.panel,.category,.feature,.delivery-card,.quick-action{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.018));box-shadow:var(--shadow);padding:26px;overflow:hidden;transition:.35s}.card:hover,.panel:hover,.feature:hover,.delivery-card:hover,.quick-action:hover{transform:translateY(-6px)}.card p,.panel p,.feature p,.delivery-card p,.quick-action p{color:var(--muted);line-height:1.75}.visual{min-height:470px;border-radius:36px;border:1px solid var(--line);box-shadow:var(--shadow);background-size:cover;background-position:center;position:relative;overflow:hidden}.visual:after{content:attr(data-label);position:absolute;left:24px;bottom:22px;color:#fff;font-family:Archivo Black,Inter,sans-serif;text-transform:uppercase;text-shadow:0 8px 30px #000}
.list{display:grid;gap:13px;margin-top:22px}.list div{border-top:1px solid var(--line);padding-top:13px;color:#f1ddc1;display:flex;gap:12px}.list b{color:var(--red2)}.marquee{overflow:hidden;border-block:1px solid var(--line);background:rgba(0,0,0,.22);padding:16px 0}.marquee .row{display:flex;width:max-content;animation:marquee 27s linear infinite}.marquee.reverse .row{animation-direction:reverse;animation-duration:34s}.marquee span{font-family:Archivo Black,Inter,sans-serif;text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-size:13px;margin-right:36px;white-space:nowrap}@keyframes marquee{to{transform:translateX(-50%)}}
.product-wall{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.product-tile{position:relative;min-height:260px;border:1px solid var(--line);border-radius:28px;overflow:hidden;background-size:cover;background-position:center;box-shadow:var(--shadow);transition:.35s}.product-tile:hover{transform:translateY(-8px)}.product-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(10,3,3,.9) 80%)}.product-tile div{position:absolute;left:18px;right:18px;bottom:18px}.product-tile h3{font-family:Archivo Black,Inter,sans-serif;text-transform:uppercase;margin:0 0 6px}.product-tile p{color:var(--muted);line-height:1.5;margin:0;font-size:13px}
.delivery-grid,.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.delivery-logo{width:76px;height:76px;border-radius:22px;display:grid;place-items:center;font-family:Archivo Black,Inter,sans-serif;font-size:18px;color:white}.logo-efood{background:#ed1c24}.logo-wolt{background:#00aeef}.logo-instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.logo-facebook{background:#1877f2}.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.gallery-item{min-height:190px;border-radius:22px;border:1px solid var(--line);background-size:cover;background-position:center;position:relative;overflow:hidden}.gallery-item.tall{grid-row:span 2;min-height:390px}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(10,3,3,.72));opacity:.75}.gallery-item span{position:absolute;left:18px;bottom:16px;z-index:2;color:#fff;font-family:Archivo Black,Inter,sans-serif;text-transform:uppercase}
.pet-band{position:relative;overflow:hidden;border-block:1px solid var(--line);background:linear-gradient(90deg,rgba(10,3,3,.96),rgba(181,65,47,.16),rgba(10,3,3,.96)),url('images/mascot.jpg') center/cover}.pet-band:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,3,3,.94),rgba(10,3,3,.52),rgba(10,3,3,.86))}.pet-band .container{position:relative;z-index:1}.pet-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:center}.pet-photo{min-height:520px;border-radius:36px;border:1px solid var(--line);background:url('images/mascot.jpg') center/cover;box-shadow:var(--shadow)}.pet-note{border:1px solid var(--line);border-radius:var(--radius);background:rgba(18,6,5,.74);backdrop-filter:blur(14px);padding:34px;box-shadow:var(--shadow)}.pet-note p{color:#f3dfc5;line-height:1.8}.faq{display:grid;gap:12px}.faq details{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.035);padding:20px}.faq summary{cursor:pointer;color:#fff;font-weight:900;text-transform:uppercase}.faq p{color:var(--muted);line-height:1.75}.map{width:100%;height:430px;border:0;border-radius:28px}.hours{display:grid;gap:10px}.hours div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:10px;color:#f1ddc1}.final{background:linear-gradient(90deg,rgba(10,3,3,.95),rgba(10,3,3,.44),rgba(10,3,3,.94)),url('images/storefront.jpg') center/cover;text-align:center;border-block:1px solid var(--line)}.footer{padding:42px 0 120px;color:var(--muted);font-size:12px;text-align:center;border-top:1px solid var(--line)}.footer a{color:#ffd6a2}
.contact-dock{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:90;display:grid;gap:10px}.dock-btn{width:52px;height:52px;border-radius:18px;border:1px solid var(--line);background:rgba(18,6,5,.82);backdrop-filter:blur(14px);display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 14px 40px rgba(0,0,0,.4)}.mobile-cta{display:none;position:fixed;left:0;right:0;bottom:0;z-index:80;padding:10px;background:rgba(18,6,5,.88);backdrop-filter:blur(18px);border-top:1px solid var(--line)}.mobile-cta .btn{width:100%}
.cookie-banner{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:120;width:min(860px,calc(100% - 28px));display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border:1px solid var(--line);border-radius:24px;background:rgba(18,6,5,.92);backdrop-filter:blur(18px);box-shadow:0 22px 70px rgba(0,0,0,.66)}.cookie-banner.hide{display:none}.cookie-banner p{margin:0;color:var(--muted);line-height:1.55;font-size:13px}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}.cookie-panel{display:none;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:130;width:min(560px,calc(100% - 28px));padding:24px;border:1px solid var(--line);border-radius:26px;background:#140604;box-shadow:0 30px 100px rgba(0,0,0,.8)}.cookie-panel.show{display:block}.cookie-panel p{color:var(--muted);line-height:1.65}.cookie-panel label{display:block;color:#f3dfc5;margin:12px 0}.cookie-panel input{margin-right:8px}.cookie-reopen{position:fixed;left:18px;bottom:18px;z-index:80;border:1px solid var(--line);border-radius:999px;background:rgba(18,6,5,.78);backdrop-filter:blur(14px);color:#f3dfc5;padding:11px 14px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.legal-content{max-width:900px;margin:auto}.legal-content p,.legal-content li{color:var(--muted);line-height:1.8}.legal-content h2{font-size:clamp(30px,4vw,48px);margin-top:36px}.reveal{opacity:0;transform:translateY(22px);transition:.8s}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.nav a:not(.btn){display:none}.topbar{top:10px}.brand{font-size:14px}.topbar .btn{min-height:38px;padding:0 13px;font-size:10px}.hero{padding-top:120px}.section-head{display:block}.two,.three,.four,.delivery-grid,.quick-actions,.pet-layout{grid-template-columns:1fr}.product-wall{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:repeat(2,1fr)}.gallery-item.tall{grid-row:auto;min-height:260px}.contact-dock{right:10px;top:auto;bottom:88px;display:flex}.dock-btn{width:46px;height:46px}.mobile-cta{display:block}section{padding:66px 0}.hero h1{font-size:46px}.footer{padding-bottom:100px}.visual{min-height:330px}.pet-photo{min-height:360px}.cookie-banner{display:block;bottom:78px}.cookie-actions{margin-top:12px}.cookie-banner.hide{display:none}}


/* MOBILE POLISH FIXES */
.product-wall{align-items:stretch}
.product-tile{display:block}
.product-tile div{z-index:2}
.product-tile h3{
  font-size:clamp(26px,4vw,42px);
  line-height:1;
  word-break:normal;
  overflow-wrap:normal;
}
.product-tile p{font-size:16px}

.back-to-top{
  position:fixed;
  right:20px;
  bottom:92px;
  z-index:95;
  width:54px;
  height:54px;
  border-radius:18px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,var(--red2),var(--gold));
  color:#160705;
  font-weight:900;
  display:grid;
  place-items:center;
  box-shadow:0 18px 50px rgba(0,0,0,.45);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:.25s ease;
  cursor:pointer;
}
.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}

.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border-radius:15px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.055);
  color:var(--cream);
  font-weight:900;
  place-items:center;
  cursor:pointer;
}
.mobile-menu{
  position:fixed;
  inset:0;
  z-index:140;
  background:rgba(8,2,2,.92);
  backdrop-filter:blur(20px);
  display:none;
  padding:96px 24px 24px;
}
.mobile-menu.show{display:block}
.mobile-menu a{
  display:block;
  padding:18px 0;
  border-bottom:1px solid var(--line);
  font-family:Archivo Black,Inter,sans-serif;
  font-size:28px;
  text-transform:uppercase;
  letter-spacing:.03em;
}
.mobile-menu .close-menu{
  position:absolute;
  right:24px;
  top:24px;
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:24px;
}

@media(max-width:900px){
  .menu-toggle{display:grid}
  .nav a:not(.btn){display:none!important}
  .product-wall{
    grid-template-columns:1fr 1fr;
    gap:16px;
  }
  .product-tile{
    min-height:300px;
    border-radius:28px;
  }
  .product-tile h3{
    font-size:clamp(28px,8vw,42px);
    line-height:.95;
    letter-spacing:-.02em;
  }
  .product-tile p{
    font-size:17px;
    line-height:1.45;
  }
  .product-tile:nth-child(odd):last-child{
    grid-column:1 / -1;
    min-height:380px;
  }
  .gallery{
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .gallery-item{min-height:240px}
  .gallery-item.tall{
    grid-column:1 / -1;
    min-height:340px;
  }
  .gallery-item:nth-child(odd):last-child{
    grid-column:1 / -1;
    min-height:330px;
  }
  .contact-dock{
    right:14px;
    bottom:94px;
    top:auto;
    transform:none;
    display:flex;
    gap:8px;
  }
  .back-to-top{
    right:16px;
    bottom:154px;
    width:48px;
    height:48px;
    border-radius:16px;
  }
}
@media(max-width:420px){
  .product-wall{gap:14px}
  .product-tile{min-height:270px}
  .product-tile h3{font-size:30px}
  .product-tile p{font-size:15px}
  .gallery-item{min-height:220px}
}


/* FINAL READY MOBILE + BRAND COLOR FIXES */
:root{
  --red:#8E2F28;
  --red2:#B65A3C;
  --gold:#D89A54;
  --cream:#FFF1DF;
  --muted:#D0B39B;
  --line:rgba(216,154,84,.28);
}

/* Use a real logo mark instead of only text */
.brand{
  gap:12px;
}
.brand img{
  width:42px;
  height:42px;
  object-fit:contain;
  border-radius:50%;
  filter:drop-shadow(0 0 12px rgba(182,90,60,.35));
}
.brand span{
  background:linear-gradient(135deg,var(--red2),var(--red),var(--gold));
}

/* Hero title safety on mobile */
.hero h1{
  max-width:100%;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

/* more brick / terracotta mood */
body{
  background:
    radial-gradient(circle at 80% 8%,rgba(142,47,40,.28),transparent 32%),
    radial-gradient(circle at 15% 82%,rgba(216,154,84,.10),transparent 35%),
    linear-gradient(180deg,#080202,#180605 52%,#080202);
}
.btn{
  background:linear-gradient(135deg,#B65A3C,#8E2F28 48%,#D89A54);
}
.topbar{
  border-color:rgba(216,154,84,.25);
}

/* Product card text cannot cut */
.product-tile h3{
  white-space:normal!important;
  word-break:keep-all;
  overflow-wrap:break-word;
}
.product-tile div{
  padding-right:4px;
}

/* Footer cleanup */
.footer{
  line-height:1.7;
}

/* On mobile, remove the floating icon dock from bottom area.
   Keep only the main sticky CTA and back-to-top button. */
@media(max-width:900px){
  .contact-dock{
    display:none!important;
  }

  .hero h1{
    font-size:clamp(38px,12vw,58px)!important;
    line-height:.92!important;
    letter-spacing:-.035em;
    max-width:calc(100vw - 42px);
  }

  .hero-card{
    max-width:100%;
  }

  .hero{
    min-height:90svh;
  }

  .product-tile h3{
    font-size:clamp(26px,7.2vw,36px)!important;
    line-height:1!important;
    letter-spacing:-.025em;
  }

  .product-tile{
    min-height:285px!important;
  }

  .product-tile:nth-child(odd):last-child{
    grid-column:1 / -1;
    min-height:360px!important;
  }

  .back-to-top{
    right:18px!important;
    bottom:92px!important;
  }

  .footer{
    padding-bottom:118px!important;
    font-size:12px;
  }
}

@media(max-width:420px){
  .hero h1{
    font-size:clamp(36px,11vw,50px)!important;
  }

  .product-tile h3{
    font-size:28px!important;
  }
}


/* FINAL GALLERY + HOURS FIX */
.gallery.no-logo{
  grid-template-columns:repeat(2,1fr);
}
.gallery.no-logo .gallery-item{
  min-height:300px;
}
.gallery.no-logo .gallery-item.featured{
  grid-column:1 / -1;
  min-height:390px;
}
.gallery.no-logo .gallery-item span{
  font-size:clamp(24px,5vw,42px);
  line-height:1;
}

/* Hours table production styling */
.hours strong{
  color:var(--cream);
  text-align:right;
}
.hours-ready-note{
  margin-top:18px;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
  border-top:1px solid var(--line);
  padding-top:16px;
}

@media(max-width:900px){
  .gallery.no-logo{
    grid-template-columns:1fr 1fr;
  }
  .gallery.no-logo .gallery-item{
    min-height:260px;
  }
  .gallery.no-logo .gallery-item.featured{
    grid-column:1 / -1;
    min-height:380px;
  }
  .gallery.no-logo .gallery-item span{
    font-size:30px;
  }
}


/* PET FRIENDLY RESTORED */
.pet-hero-card{
  max-width:760px;
}

.pet-story{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:22px;
  align-items:center;
}

.pet-story-photo{
  min-height:560px;
  border-radius:38px;
  border:1px solid var(--line);
  background:url('images/mascot.jpg') center/cover;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}

.pet-story-photo:after{
  content:"Pet Friendly";
  position:absolute;
  left:24px;
  bottom:24px;
  color:#fff;
  font-family:Archivo Black,Inter,sans-serif;
  font-size:clamp(28px,5vw,54px);
  text-transform:uppercase;
  text-shadow:0 10px 34px #000;
}

.pet-story-copy{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.018));
  box-shadow:var(--shadow);
  padding:34px;
}

.pet-story-copy p{
  color:var(--muted);
  line-height:1.85;
  font-size:17px;
}

.pet-points{
  display:grid;
  gap:12px;
  margin-top:22px;
}

.pet-points div{
  border-top:1px solid var(--line);
  padding-top:14px;
  color:#f3dfc5;
}

.pet-points b{
  color:var(--gold);
  margin-right:8px;
}

@media(max-width:900px){
  .pet-story{
    grid-template-columns:1fr;
  }
  .pet-story-photo{
    min-height:420px;
  }
}


/* FINAL LOGO + BRAND POLISH */
.brand{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:max-content;
}
.brand img{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  object-fit:contain!important;
  border-radius:50%!important;
  filter:drop-shadow(0 0 18px rgba(182,90,60,.45));
}
.brand > span:not(.brand-text){
  display:none!important;
}
.brand .brand-text{
  display:flex;
  flex-direction:column;
  line-height:1;
}
.brand .brand-title{
  font-family:Archivo Black,Inter,sans-serif;
  font-size:26px;
  color:var(--cream);
  letter-spacing:.08em;
  text-transform:uppercase;
}
.brand .brand-subtitle{
  margin-top:5px;
  font-size:9px;
  color:var(--muted);
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:800;
}
.topbar{
  padding:12px 16px!important;
}

/* Premium logo showcase section */
.logo-showcase{
  padding:70px 0;
  border-block:1px solid var(--line);
  background:
    radial-gradient(circle at 50% 50%,rgba(182,90,60,.20),transparent 48%),
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.01));
}
.logo-showcase-card{
  border:1px solid var(--line);
  border-radius:38px;
  background:rgba(19,6,4,.72);
  box-shadow:var(--shadow);
  padding:28px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  align-items:center;
  overflow:hidden;
}
.logo-showcase-card img{
  width:100%;
  max-width:520px;
  margin:auto;
  filter:drop-shadow(0 18px 40px rgba(0,0,0,.42));
}
.logo-showcase-card p{
  color:var(--muted);
  line-height:1.8;
  font-size:17px;
}
.logo-watermark{
  position:absolute;
  inset:auto -8% -16% auto;
  width:420px;
  opacity:.045;
  pointer-events:none;
}

.hero .brand-watermark{
  position:absolute;
  right:4%;
  bottom:10%;
  width:min(420px,52vw);
  opacity:.055;
  z-index:-1;
  pointer-events:none;
}

@media(max-width:900px){
  .brand img{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
  }
  .brand .brand-title{
    font-size:22px;
    letter-spacing:.06em;
  }
  .brand .brand-subtitle{
    display:none;
  }
  .topbar{
    gap:10px;
  }
  .logo-showcase-card{
    grid-template-columns:1fr;
    padding:22px;
  }
}
@media(max-width:420px){
  .brand .brand-title{
    font-size:19px;
    letter-spacing:.05em;
  }
  .brand img{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
  }
  .topbar .btn{
    padding:0 15px!important;
    font-size:10px!important;
  }
}


/* HEADER LOGO CLEAN FINAL */
.brand{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  flex:1 1 auto!important;
  overflow:hidden!important;
}

.brand img{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  max-width:46px!important;
  object-fit:contain!important;
  border-radius:50%!important;
  filter:drop-shadow(0 0 14px rgba(182,90,60,.35))!important;
}

.brand span,
.brand > span,
.brand > span:not(.brand-text){
  display:none!important;
}

.brand-text-clean{
  display:block!important;
  font-family:Archivo Black,Inter,sans-serif!important;
  font-size:clamp(21px,5vw,29px)!important;
  line-height:1!important;
  color:var(--cream)!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.topbar{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 48px auto!important;
  align-items:center!important;
  gap:12px!important;
}

.menu-toggle{
  grid-column:2!important;
  justify-self:center!important;
}

.topbar .nav{
  grid-column:3!important;
}

.topbar .nav .btn{
  white-space:nowrap!important;
}

.logo-showcase,
.logo-showcase-card{
  display:none!important;
}

@media(max-width:900px){
  .topbar{
    grid-template-columns:minmax(0,1fr) 48px auto!important;
    padding:12px 14px!important;
  }

  .brand{
    gap:10px!important;
  }

  .brand img{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    max-width:44px!important;
  }

  .brand-text-clean{
    font-size:24px!important;
    letter-spacing:.055em!important;
  }
}

@media(max-width:430px){
  .topbar{
    gap:8px!important;
    padding:10px 12px!important;
  }

  .brand img{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    max-width:40px!important;
  }

  .brand-text-clean{
    font-size:20px!important;
    letter-spacing:.045em!important;
  }

  .topbar .btn{
    min-height:42px!important;
    padding:0 14px!important;
    font-size:10px!important;
  }

  .menu-toggle{
    width:44px!important;
    height:44px!important;
  }
}

/* LIVE READY FINAL PATCH */
:root{--red:#8D2E28;--red2:#B6533D;--gold:#D69052;--cream:#FFF1DF;--muted:#D2B49B;--line:rgba(214,144,82,.30)}
.brand img{content:url('assets/logos/notorious-premium-mark.svg')}
.legal-article{max-width:960px;margin:auto;border:1px solid var(--line);border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:var(--shadow);padding:clamp(24px,4vw,46px)}
.legal-article h2{font-size:clamp(26px,4vw,46px);margin:36px 0 14px}.legal-article h3{color:var(--gold);margin-top:28px}.legal-article p,.legal-article li{color:var(--muted);line-height:1.85;font-size:16px}.legal-article ul{padding-left:22px}
.contact-form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:grid;gap:8px;color:var(--cream);font-weight:800}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid var(--line);border-radius:18px;background:rgba(0,0,0,.26);color:var(--cream);padding:15px 16px;font:inherit;outline:none}.contact-form textarea{min-height:150px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:rgba(214,144,82,.72);box-shadow:0 0 0 4px rgba(182,83,61,.16)}.form-note{color:var(--muted);line-height:1.7;font-size:14px}
.hours strong{color:var(--cream);text-align:right}.hours .today{color:var(--gold)}
.logo-strip{padding:42px 0;border-block:1px solid var(--line);background:radial-gradient(circle at 50% 50%,rgba(182,83,61,.14),transparent 55%)}.logo-strip-card{border:1px solid var(--line);border-radius:34px;background:rgba(18,5,4,.72);box-shadow:var(--shadow);padding:24px;display:flex;align-items:center;justify-content:center}.logo-strip-card img{width:min(560px,100%);filter:drop-shadow(0 18px 40px rgba(0,0,0,.45))}
.success-box{max-width:760px;margin:auto;text-align:center}
@media(max-width:900px){.form-row{grid-template-columns:1fr}.legal-article{padding:22px}.logo-strip{display:none}}


/* CLIENT READY CLEANUP */
.topbar{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:14px!important;
}

.brand{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex:1 1 auto!important;
  min-width:0!important;
  overflow:hidden!important;
}

.brand img{
  display:none!important;
}

.brand-logo-clean{
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#D89155,#B6533D 50%,#8D2E28);
  color:#120504;
  font-family:Archivo Black,Inter,sans-serif;
  font-size:26px;
  font-weight:900;
  box-shadow:0 0 0 3px rgba(255,241,223,.12),0 14px 34px rgba(0,0,0,.42);
}

.brand-title-clean{
  font-family:Archivo Black,Inter,sans-serif;
  color:var(--cream);
  font-size:clamp(24px,6vw,32px);
  line-height:1;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.lang-switch{
  display:flex;
  gap:6px;
  align-items:center;
}

.lang-switch a{
  border:1px solid var(--line);
  border-radius:999px;
  padding:9px 11px;
  color:var(--cream);
  font-weight:900;
  font-size:11px;
  letter-spacing:.08em;
  background:rgba(255,255,255,.045);
}

.lang-switch a.active{
  background:linear-gradient(135deg,var(--red2),var(--gold));
  color:#150604;
}

.topbar .nav .btn{
  display:none!important;
}

.form-consent{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  color:var(--muted)!important;
  line-height:1.6!important;
  font-weight:600!important;
}

.form-consent input{
  width:auto!important;
  margin-top:5px;
}

.form-consent a{
  color:var(--gold);
  text-decoration:underline;
}

.client-note-hidden{
  display:none!important;
}

@media(max-width:900px){
  .topbar{
    padding:12px 14px!important;
  }

  .brand-logo-clean{
    width:44px;
    height:44px;
    min-width:44px;
    font-size:24px;
  }

  .brand-title-clean{
    font-size:24px;
    max-width:42vw;
  }

  .lang-switch{
    display:none;
  }
}

@media(max-width:430px){
  .brand-title-clean{
    font-size:22px;
    max-width:45vw;
  }

  .brand-logo-clean{
    width:42px;
    height:42px;
    min-width:42px;
  }

  .menu-toggle{
    width:44px!important;
    height:44px!important;
  }
}

/* More polished logo strip if present */
.logo-strip-card img{
  max-width:620px;
}


/* FINAL MOBILE FORM / LANGUAGE / COOKIE / CTA FIX */
body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}

h1,h2,h3,.brand-title-clean,.btn,.kicker,.eyebrow,.mobile-menu a{
  font-family:"Archivo Black",Inter,system-ui,sans-serif!important;
}

/* Prevent content from being hidden under sticky CTA */
main{
  padding-bottom:24px;
}

/* Better language switch */
.lang-switch{
  display:flex!important;
  align-items:center;
  gap:6px;
  flex:0 0 auto;
}

.lang-switch a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  min-height:36px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.05);
  color:var(--cream);
  font-weight:900;
  font-size:11px;
  letter-spacing:.08em;
}

.lang-switch a.active{
  background:linear-gradient(135deg,var(--red2),var(--gold));
  color:#140504;
}

/* Contact form premium layout */
.contact-form{
  display:grid;
  gap:18px!important;
  width:100%;
  overflow:visible!important;
}

.contact-form label{
  display:grid!important;
  gap:10px!important;
  color:var(--cream)!important;
  font-weight:900!important;
  line-height:1.35!important;
}

.contact-form input,
.contact-form textarea,
.contact-form select{
  width:100%!important;
  max-width:100%!important;
  min-height:58px!important;
  border:1px solid rgba(214,144,82,.34)!important;
  border-radius:20px!important;
  background:rgba(0,0,0,.30)!important;
  color:var(--cream)!important;
  padding:17px 18px!important;
  font-family:Inter,system-ui,sans-serif!important;
  font-size:16px!important;
  font-weight:700!important;
  line-height:1.4!important;
  outline:none!important;
}

.contact-form textarea{
  min-height:180px!important;
  resize:vertical!important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
  color:rgba(255,241,223,.42)!important;
}

.contact-form select{
  appearance:auto;
}

.form-consent{
  display:grid!important;
  grid-template-columns:26px minmax(0,1fr)!important;
  align-items:start!important;
  gap:12px!important;
  color:var(--muted)!important;
  line-height:1.55!important;
  font-size:15px!important;
  font-weight:700!important;
}

.form-consent input{
  width:22px!important;
  height:22px!important;
  min-height:22px!important;
  margin:2px 0 0 0!important;
  accent-color:var(--red2);
}

.form-consent span{
  min-width:0;
}

.form-consent a{
  color:var(--gold)!important;
  text-decoration:underline!important;
  text-underline-offset:4px;
  white-space:normal!important;
}

.contact-form .btn{
  width:100%;
  min-height:58px;
  margin-top:4px;
}

/* Mobile: make form card full-width and never clip */
@media(max-width:900px){
  .topbar{
    grid-template-columns:minmax(0,1fr) auto auto!important;
  }

  .lang-switch{
    display:flex!important;
  }

  .lang-switch a{
    min-width:32px;
    min-height:32px;
    font-size:10px;
    padding:7px 8px;
  }

  .container{
    width:min(100% - 28px,1200px)!important;
  }

  .panel:has(.contact-form),
  .contact-form{
    overflow:visible!important;
  }

  .panel:has(.contact-form){
    padding:22px!important;
    border-radius:28px!important;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select{
    font-size:16px!important;
    border-radius:18px!important;
  }

  .form-consent{
    font-size:14px!important;
  }

  .footer{
    padding-bottom:150px!important;
  }
}

@media(max-width:430px){
  .brand-title-clean{
    max-width:40vw!important;
  }

  .lang-switch a{
    min-width:30px;
    min-height:30px;
    padding:6px 7px;
    font-size:9px;
  }

  .contact-form textarea{
    min-height:160px!important;
  }

  .form-consent{
    grid-template-columns:24px minmax(0,1fr)!important;
    font-size:13.5px!important;
  }
}

/* Sticky bottom call CTA */
.mobile-cta .btn{
  background:linear-gradient(135deg,#B6533D,#8D2E28 45%,#D69052)!important;
}

/* Cookie preferences button should stay available */
.cookie-reopen{
  z-index:96!important;
  bottom:92px!important;
  left:16px!important;
  background:rgba(18,5,4,.86)!important;
  border-color:rgba(214,144,82,.38)!important;
}

@media(max-width:900px){
  .cookie-reopen{
    bottom:92px!important;
    left:14px!important;
  }

  .back-to-top{
    bottom:92px!important;
  }
}


/* COOKIE ICON BUTTON FINAL */
.cookie-reopen{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  padding:0!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  font-size:0!important;
  letter-spacing:0!important;
  text-transform:none!important;
  box-shadow:0 14px 40px rgba(0,0,0,.45)!important;
}

.cookie-reopen::before{
  content:"⚙";
  font-size:22px;
  line-height:1;
  color:var(--cream);
}

.cookie-reopen::after{
  content:"";
  position:absolute;
  inset:9px;
  border-radius:50%;
  border:1px solid rgba(214,144,82,.28);
  pointer-events:none;
}

.cookie-reopen:hover::before{
  transform:rotate(20deg);
}

.cookie-reopen::before{
  transition:.25s ease;
}

@media(max-width:900px){
  .cookie-reopen{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    bottom:92px!important;
    left:14px!important;
  }
}


/* FRONT-END COPY CLEANUP + LOGO SECTION RESTORE */
.brand-title-clean{
  max-width:48vw!important;
}

@media(max-width:430px){
  .brand-title-clean{
    font-size:19px!important;
    max-width:38vw!important;
    letter-spacing:.035em!important;
  }
}

.logo-strip{
  display:block!important;
  padding:58px 0!important;
  border-block:1px solid var(--line);
  background:
    radial-gradient(circle at 50% 50%,rgba(182,83,61,.16),transparent 58%),
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.008));
}

.logo-strip-card{
  border:1px solid var(--line);
  border-radius:34px;
  background:rgba(18,5,4,.72);
  box-shadow:var(--shadow);
  padding:clamp(22px,4vw,34px);
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:center;
}

.logo-strip-card img{
  width:100%;
  max-width:560px;
  margin:auto;
  filter:drop-shadow(0 18px 40px rgba(0,0,0,.44));
}

.logo-strip-card p{
  color:var(--muted);
  line-height:1.8;
  font-size:17px;
}

@media(max-width:900px){
  .logo-strip{
    padding:46px 0!important;
  }
  .logo-strip-card{
    grid-template-columns:1fr;
    text-align:left;
  }
}


/* CONTACT MAPS / CALL FIX */
.map-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.list a.inline-link{
  color:var(--cream);
  text-decoration:underline;
  text-underline-offset:4px;
}
.map-wrap{
  display:grid;
  gap:18px;
}
.map-wrap .btn{
  width:max-content;
}
@media(max-width:900px){
  .map-wrap .btn{
    width:100%;
  }
}


/* SAFE FINAL CLICK LAYER */
.site-loader{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}

.ambient,
.brand-watermark,
.logo-watermark,
.scroll-progress,
.hero::before,
.hero::after{
  pointer-events:none !important;
}

a, button, input, textarea, select, label, .btn{
  pointer-events:auto;
}

.mobile-cta{
  pointer-events:auto;
  z-index:120;
}

.cookie-banner,
.cookie-panel{
  pointer-events:auto;
}


/* CONTENT + FORM PATCH ONLY */
body.home-el .hero::before{
  background:
    linear-gradient(90deg,rgba(10,3,3,.96),rgba(10,3,3,.52),rgba(10,3,3,.90)),
    linear-gradient(0deg,#080202 0%,transparent 38%),
    url('images/storefront.jpg') center/cover no-repeat !important;
}
.contact-form.submitted input:invalid,
.contact-form.submitted textarea:invalid,
.contact-form.submitted select:invalid{
  border-color:#ff9f7f !important;
  box-shadow:0 0 0 4px rgba(255,120,90,.16) !important;
}
.form-error-message{
  display:none;
  color:#ffd1c2;
  background:rgba(182,83,61,.12);
  border:1px solid rgba(255,160,130,.34);
  border-radius:18px;
  padding:13px 15px;
  line-height:1.55;
  font-weight:700;
}
.contact-form.submitted .form-error-message{display:block}


/* YES-STORES INSPIRED PREMIUM REDESIGN */
:root{
  --yes-bg:#0b0706;
  --yes-panel:#160c09;
  --yes-red:#7A2E22;
  --yes-red2:#B6533D;
  --yes-cream:#F5E8DA;
  --yes-muted:#CDB3A0;
  --yes-gold:#D69052;
}

body{
  background:
    radial-gradient(circle at 20% 0%, rgba(182,83,61,.20), transparent 34%),
    radial-gradient(circle at 90% 45%, rgba(214,144,82,.12), transparent 32%),
    linear-gradient(180deg,#0b0706,#130806 48%,#090504)!important;
  font-family:Manrope,Inter,system-ui,sans-serif!important;
}

.topbar{
  width:min(1220px,calc(100% - 28px))!important;
  background:rgba(13,7,6,.90)!important;
  border:1px solid rgba(214,144,82,.28)!important;
  box-shadow:0 18px 55px rgba(0,0,0,.38)!important;
}

.brand-title-clean{
  font-family:"Space Grotesk",Manrope,Inter,sans-serif!important;
  letter-spacing:.025em!important;
}

.brand-logo-clean{
  background:linear-gradient(135deg,#D69052,#B6533D 55%,#7A2E22)!important;
}

.hero.yes-hero{
  min-height:96svh;
  padding-top:138px!important;
}

.hero.yes-hero::before{
  background:
    linear-gradient(90deg,rgba(10,6,5,.96),rgba(10,6,5,.40),rgba(10,6,5,.88)),
    linear-gradient(0deg,#0b0706 0%,transparent 42%),
    url('images/storefront.jpg') center/cover no-repeat!important;
}

.yes-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);
  gap:30px;
  align-items:end;
}

.yes-hero h1{
  font-family:"Space Grotesk",Manrope,sans-serif!important;
  font-size:clamp(62px,9vw,132px)!important;
  line-height:.78!important;
  letter-spacing:-.08em!important;
  margin:0;
  text-transform:none!important;
}

.yes-hero .lead{
  max-width:760px;
  font-size:clamp(18px,2vw,24px)!important;
  line-height:1.65!important;
  color:#f3dec9!important;
}

.hero-info-card{
  border:1px solid rgba(214,144,82,.30);
  border-radius:34px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  box-shadow:0 28px 90px rgba(0,0,0,.48);
  padding:26px;
  backdrop-filter:blur(10px);
}

.hero-info-card h3{
  font-family:"Space Grotesk",Manrope,sans-serif!important;
  font-size:28px;
  margin:0 0 16px;
}

.hero-info-row{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
  border-top:1px solid rgba(214,144,82,.22);
  color:#f4ddc7;
}

.hero-info-row span:first-child{
  color:var(--yes-muted);
}

.yes-strip{
  border-block:1px solid rgba(214,144,82,.22);
  background:rgba(10,5,4,.52);
  padding:20px 0;
  overflow:hidden;
}

.yes-strip-track{
  width:max-content;
  display:flex;
  animation:marquee 21s linear infinite;
}

.yes-strip span{
  font-family:"Space Grotesk",Manrope,sans-serif;
  font-weight:700;
  color:#D69052;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-right:44px;
  white-space:nowrap;
  font-size:13px;
}

.yes-brand-block{
  padding:80px 0;
}

.yes-brand-card{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:34px;
  align-items:center;
  border:1px solid rgba(214,144,82,.28);
  border-radius:42px;
  background:
    radial-gradient(circle at 20% 20%,rgba(182,83,61,.18),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.018));
  box-shadow:0 30px 100px rgba(0,0,0,.48);
  padding:clamp(26px,5vw,48px);
  overflow:hidden;
}

.yes-brand-card img{
  width:100%;
  max-width:560px;
  margin:auto;
  filter:drop-shadow(0 18px 45px rgba(0,0,0,.44));
}

.yes-title{
  font-family:"Space Grotesk",Manrope,sans-serif!important;
  font-size:clamp(38px,5vw,76px)!important;
  line-height:.92!important;
  letter-spacing:-.065em!important;
  margin:0;
  text-transform:none!important;
}

.yes-copy{
  color:var(--yes-muted);
  line-height:1.82;
  font-size:18px;
}

.yes-product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.yes-product{
  min-height:370px;
  border-radius:34px;
  border:1px solid rgba(214,144,82,.25);
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
  box-shadow:0 24px 80px rgba(0,0,0,.38);
  transition:.35s ease;
}

.yes-product:hover{
  transform:translateY(-8px);
}

.yes-product::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(8,4,3,.88));
  pointer-events:none;
}

.yes-product div{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:1;
}

.yes-product h3{
  font-family:"Space Grotesk",Manrope,sans-serif!important;
  font-size:34px;
  letter-spacing:-.055em;
  margin:0 0 8px;
}

.yes-product p{
  color:#ead0b9;
  line-height:1.55;
  margin:0;
}

.yes-product.large{
  grid-column:span 2;
}

.yes-delivery-card{
  border:1px solid rgba(214,144,82,.28);
  border-radius:38px;
  background:
    linear-gradient(135deg,rgba(182,83,61,.18),rgba(214,144,82,.07)),
    rgba(255,255,255,.025);
  padding:34px;
  box-shadow:0 24px 80px rgba(0,0,0,.40);
}

.yes-delivery-card .delivery-grid{
  margin-top:24px;
}

.yes-footer-cta{
  text-align:center;
  border-block:1px solid rgba(214,144,82,.25);
  background:
    linear-gradient(90deg,rgba(10,5,4,.94),rgba(10,5,4,.38),rgba(10,5,4,.94)),
    url('images/storefront.jpg') center/cover no-repeat;
  padding:105px 0;
}

.yes-footer-cta h2{
  font-size:clamp(42px,7vw,92px)!important;
  text-transform:none!important;
}

@media(max-width:900px){
  .yes-hero-grid,
  .yes-brand-card{
    grid-template-columns:1fr;
  }
  .hero-info-card{
    margin-top:10px;
  }
  .yes-hero h1{
    font-size:clamp(54px,16vw,76px)!important;
  }
  .yes-product-grid{
    grid-template-columns:1fr 1fr;
  }
  .yes-product,
  .yes-product.large{
    grid-column:auto;
    min-height:300px;
  }
  .yes-product:nth-child(odd):last-child{
    grid-column:1 / -1;
  }
  .yes-brand-block{
    padding:56px 0;
  }
}

@media(max-width:520px){
  .yes-product-grid{
    grid-template-columns:1fr;
  }
  .yes-product,
  .yes-product.large{
    grid-column:1 / -1;
  }
}


/* CLIENT READY CLEAN PATCH */
.site-loader{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.ambient,
.brand-watermark,
.logo-watermark,
.scroll-progress,
.hero::before,
.hero::after{
  pointer-events:none !important;
}

a, button, input, textarea, select, label, .btn{
  pointer-events:auto !important;
}

.mobile-cta{
  pointer-events:auto !important;
  z-index:180 !important;
}

.mobile-cta a{
  pointer-events:auto !important;
  position:relative !important;
  z-index:181 !important;
}

.cookie-banner,
.cookie-panel,
.cookie-reopen,
.cookie-banner *,
.cookie-panel *{
  pointer-events:auto !important;
}

.cookie-banner.hide{
  display:none !important;
}

.contact-form,
.contact-form *{
  pointer-events:auto !important;
}

.client-hidden{
  display:none !important;
}


/* CALL RETAP FIX - keeps phone buttons clickable after returning from mobile dialer */
.site-loader,
.ambient,
.brand-watermark,
.logo-watermark,
.scroll-progress,
.hero::before,
.hero::after,
body::before,
body::after{
  pointer-events:none !important;
}

a[href^="tel:"],
.mobile-cta a[href^="tel:"],
.btn[href^="tel:"]{
  pointer-events:auto !important;
  touch-action:manipulation !important;
  cursor:pointer !important;
  position:relative !important;
  z-index:250 !important;
  -webkit-tap-highlight-color:rgba(214,144,82,.25);
}

.mobile-cta{
  pointer-events:none !important;
  z-index:240 !important;
}

.mobile-cta a{
  pointer-events:auto !important;
}



/* CONTACT HOURS + WHATSAPP MENU BUTTON */
.mobile-menu a.whatsapp-menu-btn{
  margin-top:22px !important;
  padding:18px 20px !important;
  border:0 !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#25D366,#128C7E) !important;
  color:#07120c !important;
  text-align:center !important;
  box-shadow:0 18px 48px rgba(37,211,102,.28) !important;
}

.mobile-menu a.whatsapp-menu-btn::before{
  content:"WhatsApp · ";
}

.contact-hours-card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.018));
  box-shadow:var(--shadow);
  padding:26px;
}

.contact-hours-card h2{
  margin-bottom:18px;
}

.contact-hours-card .hours div{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
}

.contact-hours-card .hours span{
  color:var(--muted);
}

.contact-hours-card .hours strong{
  color:var(--cream);
  text-align:right;
}


/* FINAL SMALL FIX: hero image + contact hours + WhatsApp label */
body:not(.en) .hero::before{
  background:
    linear-gradient(90deg,rgba(10,3,3,.96),rgba(10,3,3,.52),rgba(10,3,3,.90)),
    linear-gradient(0deg,#080202 0%,transparent 38%),
    url('images/storefront.jpg') center/cover no-repeat !important;
}

.mobile-menu a.whatsapp-menu-btn{
  margin-top:22px !important;
  padding:18px 20px !important;
  border:0 !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#25D366,#128C7E) !important;
  color:#07120c !important;
  text-align:center !important;
  box-shadow:0 18px 48px rgba(37,211,102,.28) !important;
}

.mobile-menu a.whatsapp-menu-btn::before{
  content:"" !important;
}

.contact-hours-card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.018));
  box-shadow:var(--shadow);
  padding:26px;
}

.contact-hours-card .hours div{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
}

.contact-hours-card .hours span{color:var(--muted)}
.contact-hours-card .hours strong{color:var(--cream);text-align:right}

/* FORCED CONTACT HOURS FIX */
.contact-hours-section{padding:64px 0!important}
.contact-hours-card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.018));box-shadow:var(--shadow);padding:26px}
.contact-hours-card .hours div{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid var(--line)}
.contact-hours-card .hours span{color:var(--muted)}
.contact-hours-card .hours strong{color:var(--cream);text-align:right}


/* PREMIUM CONTENT + LOCAL SEO UPGRADE */
.premium-copy-section{padding:82px 0!important}
.premium-copy-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:stretch}
.premium-copy-card,.area-target-card{
  border:1px solid rgba(214,144,82,.25);
  border-radius:38px;
  background:radial-gradient(circle at 22% 18%,rgba(182,83,61,.18),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.018));
  box-shadow:0 28px 90px rgba(0,0,0,.40);
  padding:clamp(28px,5vw,48px);
}
.premium-copy-card h2,.area-target-card h2{
  font-family:"Space Grotesk",Manrope,sans-serif!important;
  font-size:clamp(34px,6vw,72px)!important;
  line-height:.95!important;
  letter-spacing:-.065em!important;
  text-transform:none!important;
  margin:0 0 20px;
}
.premium-copy-card p,.area-target-card p{color:#e6c8ad;font-size:clamp(17px,2vw,20px);line-height:1.78}
.premium-copy-list{display:grid;gap:14px;margin-top:24px}
.premium-copy-list div{display:flex;gap:12px;align-items:flex-start;color:#f4deca;padding:15px 0;border-top:1px solid rgba(214,144,82,.18);line-height:1.55}
.premium-copy-list b{color:#D69052}
.premium-photo-card{
  min-height:520px;border-radius:38px;background-size:cover;background-position:center;
  border:1px solid rgba(214,144,82,.24);box-shadow:0 28px 90px rgba(0,0,0,.42);
  position:relative;overflow:hidden;
}
.premium-photo-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(10,5,4,.72));pointer-events:none}
.area-pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.area-pills span{border:1px solid rgba(214,144,82,.30);color:#f2dcc8;background:rgba(255,255,255,.035);border-radius:999px;padding:12px 16px;font-weight:800;letter-spacing:.02em}
.product-text-rich{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}
.product-text-rich .mini-card{border:1px solid rgba(214,144,82,.22);border-radius:28px;padding:24px;background:rgba(255,255,255,.028)}
.product-text-rich h3{font-family:"Space Grotesk",Manrope,sans-serif!important;font-size:25px;margin:0 0 10px}
.product-text-rich p{color:#d9bca5;line-height:1.65;margin:0}
.yes-product-grid .yes-product{min-height:420px}
.yes-product p{font-size:17px}
@media(max-width:900px){
  .premium-copy-grid{grid-template-columns:1fr}
  .premium-photo-card{min-height:420px}
  .product-text-rich{grid-template-columns:1fr}
  .premium-copy-section{padding:60px 0!important}
  .section-head h2,.yes-title{max-width:100%;word-break:normal;overflow-wrap:break-word}
  .section-head p{max-width:100%}
}
@media(max-width:520px){
  .premium-copy-card,.area-target-card{border-radius:30px;padding:26px}
  .premium-copy-card h2,.area-target-card h2{font-size:clamp(34px,10vw,44px)!important;line-height:1.02!important}
  .yes-product-grid .yes-product{min-height:360px}
}


/* PREMIUM TYPOGRAPHY UPGRADE */
body{
    font-family:'Inter',sans-serif !important;
    letter-spacing:-0.01em;
}

h1,h2,h3,.hero-title,.section-title{
    font-family:'Sora',sans-serif !important;
    letter-spacing:-0.04em !important;
    line-height:0.92 !important;
}

.hero h1,
.section-hero h1{
    font-size:clamp(3rem,9vw,6rem)!important;
    max-width:95%!important;
}

.lead,
p{
    line-height:1.75!important;
}

.section{
    padding-top:90px!important;
    padding-bottom:90px!important;
}

.card,
.glass-card,
.premium-card{
    backdrop-filter:blur(14px);
    border-radius:34px!important;
}

.cta-button,
button,
.btn{
    transition:all .25s ease!important;
}

.cta-button:hover,
button:hover,
.btn:hover{
    transform:translateY(-2px) scale(1.01);
}



/* FINAL PET + TYPOGRAPHY CORRECTION */
:root{
  --font-head:'Sora','Manrope','Inter',system-ui,sans-serif;
  --font-body:'Inter','Manrope',system-ui,sans-serif;
}

body{
  font-family:var(--font-body)!important;
}

h1,h2,h3,
.hero h1,
.section-head h2,
.yes-title,
.premium-copy-card h2,
.area-target-card h2{
  font-family:var(--font-head)!important;
  letter-spacing:-.045em!important;
  line-height:1.02!important;
  font-weight:800!important;
}

.hero h1,
.compact-hero-card h1{
  font-size:clamp(42px,8vw,82px)!important;
  line-height:1.02!important;
  max-width:900px!important;
}

.pet-friendly-hero .hero-card,
.compact-hero-card{
  padding-top:clamp(34px,7vw,64px)!important;
  padding-bottom:clamp(34px,7vw,64px)!important;
}

.pet-clean-section .premium-copy-card h2{
  font-size:clamp(34px,5.8vw,64px)!important;
  line-height:1.04!important;
}

.pet-clean-section p,
.pet-clean-section .premium-copy-list span{
  font-size:clamp(16px,2.2vw,20px)!important;
  line-height:1.75!important;
}

.pet-icon-card{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:420px!important;
  background:
    radial-gradient(circle at 50% 35%,rgba(214,144,82,.24),transparent 34%),
    linear-gradient(145deg,rgba(122,46,34,.62),rgba(13,6,5,.94))!important;
}

.pet-icon-art{
  text-align:center;
  border:1px solid rgba(245,232,218,.20);
  border-radius:34px;
  padding:38px 30px;
  background:rgba(255,255,255,.045);
  box-shadow:0 22px 70px rgba(0,0,0,.32);
}

.pet-icon-art span{
  display:block;
  font-size:64px;
  margin-bottom:18px;
}

.pet-icon-art strong{
  display:block;
  font-family:var(--font-head);
  font-size:clamp(28px,5vw,46px);
  letter-spacing:.08em;
  color:var(--cream,#F5E8DA);
}

.pet-icon-art small{
  display:block;
  margin-top:10px;
  color:var(--muted,#CDB3A0);
  font-size:15px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

@media(max-width:720px){
  .hero h1,
  .compact-hero-card h1{
    font-size:clamp(34px,10.5vw,52px)!important;
    line-height:1.05!important;
    letter-spacing:-.055em!important;
  }

  .hero-card,
  .compact-hero-card,
  .premium-copy-card{
    padding:26px!important;
  }

  .pet-clean-section .premium-copy-card h2{
    font-size:clamp(30px,9vw,44px)!important;
  }

  .lead{
    font-size:18px!important;
    line-height:1.65!important;
  }

  .premium-copy-card p{
    font-size:16.5px!important;
    line-height:1.72!important;
  }
}


/* ===== RED PREMIUM THEME ===== */

:root{
  --brand-red:#c81d25;
  --brand-red-2:#e13b42;
  --brand-dark:#120405;
  --brand-glow:rgba(225,59,66,.35);
  --brand-border:rgba(255,90,90,.18);
}

body{
  background:
    radial-gradient(circle at top, rgba(200,29,37,.18), transparent 30%),
    radial-gradient(circle at 70% 30%, rgba(255,50,50,.10), transparent 25%),
    linear-gradient(180deg,#120405 0%,#090202 100%)!important;
}

.hero::before,
.section::before{
  background:
    radial-gradient(circle, rgba(225,59,66,.14), transparent 60%)!important;
}

.hero-card,
.glass-card,
.premium-card,
.premium-copy-card,
.category-card,
.contact-card{
  background:
    linear-gradient(145deg, rgba(25,5,6,.92), rgba(14,2,3,.95))!important;
  border:1px solid var(--brand-border)!important;
  box-shadow:
    0 10px 40px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(255,255,255,.02)!important;
}

.kicker,
.eyebrow,
.section-kicker{
  color:#ff6b72!important;
}

.btn,
.cta-button,
button{
  background:
    linear-gradient(135deg,#b31217 0%, #e13b42 55%, #ff8b5e 100%)!important;
  color:white!important;
  border:none!important;
  box-shadow:0 10px 35px rgba(225,59,66,.28)!important;
}

.btn.dark{
  background:
    linear-gradient(145deg, rgba(35,6,8,.96), rgba(15,2,3,.96))!important;
  border:1px solid rgba(255,90,90,.16)!important;
}

.btn:hover,
.cta-button:hover{
  box-shadow:0 14px 40px rgba(225,59,66,.42)!important;
}

header,
.navbar,
.nav-shell{
  background:
    linear-gradient(145deg, rgba(18,4,5,.94), rgba(8,1,2,.96))!important;
  border-color:rgba(255,90,90,.14)!important;
}

.lang-switch button.active,
.lang-btn.active{
  background:
    linear-gradient(135deg,#d62828,#ff7b54)!important;
  color:white!important;
}

.pet-icon-card{
  background:
    radial-gradient(circle at 50% 35%,rgba(225,59,66,.30),transparent 34%),
    linear-gradient(145deg,rgba(80,8,10,.78),rgba(10,2,2,.96))!important;
}

::-webkit-scrollbar-thumb{
  background:linear-gradient(#b31217,#ff7b54)!important;
  border-radius:999px;
}



/* ===== Store hero slider + store info card ===== */
.hero-main,
.hero-visual {
  position: relative !important;
  overflow: hidden !important;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slider .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  animation: notoriousHeroFade 18s infinite;
}

.hero-slider .slide:nth-child(1) { animation-delay: 0s; }
.hero-slider .slide:nth-child(2) { animation-delay: 6s; }
.hero-slider .slide:nth-child(3) { animation-delay: 12s; }

@keyframes notoriousHeroFade {
  0% { opacity: 0; transform: scale(1.04); }
  8% { opacity: 1; transform: scale(1); }
  34% { opacity: 1; transform: scale(1.02); }
  42% { opacity: 0; transform: scale(1.04); }
  100% { opacity: 0; transform: scale(1.04); }
}

.hero-main > *:not(.hero-slider),
.hero-visual > *:not(.hero-slider) {
  position: relative;
  z-index: 2;
}

.hero-main::after,
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.72)),
    radial-gradient(circle at 22% 20%, rgba(215,25,32,.28), transparent 34%);
}

.store-info-card {
  position: relative;
  z-index: 3;
  background: rgba(255,250,243,.92);
  color: #15100e;
  border: 1px solid rgba(255,255,255,.55);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 85px rgba(0,0,0,.22);
  border-radius: 30px;
  padding: clamp(22px,4vw,34px);
  display: grid;
  gap: 18px;
  max-width: 620px;
  margin-top: 28px;
}

.store-info-card .store-row {
  border-bottom: 1px solid rgba(21,16,14,.14);
  padding-bottom: 16px;
}

.store-info-card .store-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.store-info-card span {
  display: block;
  color: #76655b;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}

.store-info-card strong {
  display: block;
  color: #15100e;
  font-size: clamp(22px,3vw,32px);
  line-height: 1.08;
  font-weight: 900;
}

@media (max-width: 620px) {
  .store-info-card {
    border-radius: 26px;
    padding: 22px;
    margin-top: 22px;
  }
  .store-info-card strong { font-size: 24px; }
}


/* ===== Language folders + working hero slider final ===== */
.home-hero-slider {
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}

.home-hero-slider .slide {
  position:absolute;
  inset:0;
  opacity:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.03);
  transition:opacity 900ms ease, transform 1600ms ease;
}

.home-hero-slider .slide.active {
  opacity:1;
  transform:scale(1);
}

.hero-main,
.hero-visual {
  position:relative !important;
  overflow:hidden !important;
  background-image:none !important;
}

.hero-main::after,
.hero-visual::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.70)),
    radial-gradient(circle at 20% 18%, rgba(215,25,32,.18), transparent 32%);
}

.hero-main > *:not(.home-hero-slider),
.hero-visual > *:not(.home-hero-slider) {
  position:relative;
  z-index:2;
}

.store-info-card {
  position:relative;
  z-index:3;
  background:rgba(255,250,243,.92) !important;
  color:#15100e !important;
  border:1px solid rgba(255,255,255,.55) !important;
  backdrop-filter:blur(18px);
  box-shadow:0 28px 85px rgba(0,0,0,.22);
  border-radius:30px;
  padding:clamp(22px,4vw,34px);
  display:grid;
  gap:18px;
  max-width:620px;
  margin-top:28px;
}

.store-info-card .store-row {
  border-bottom:1px solid rgba(21,16,14,.14);
  padding-bottom:16px;
}

.store-info-card .store-row:last-child {
  border-bottom:0;
  padding-bottom:0;
}

.store-info-card span {
  display:block;
  color:#76655b !important;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:900;
  margin-bottom:8px;
}

.store-info-card strong {
  display:block;
  color:#15100e !important;
  font-size:clamp(22px,3vw,32px);
  line-height:1.08;
  font-weight:900;
}

/* language pages safety */
html[lang="en"] .lang a[href*="/eng/"],
html[lang="el"] .lang a[href*="/el/"] {
  background:#fff !important;
  color:#111 !important;
}

@media(max-width:620px){
  .store-info-card{border-radius:26px;padding:22px;margin-top:22px}
  .store-info-card strong{font-size:24px}
}


/* ===== FINAL language + storefront hero fix ===== */
.hero-main,
.hero-visual {
  background-image: none !important;
  background-color: #120706 !important;
}

.home-hero-slider .slide:first-child {
  background-image: url('../assets/images/notorious-real-storefront-night.jpg') !important;
  background-position: center top !important;
  background-size: cover !important;
}

.home-hero-slider .slide {
  background-position: center center !important;
}

@media (max-width: 620px) {
  .home-hero-slider .slide:first-child {
    background-position: center top !important;
    background-size: cover !important;
  }

  .hero-main {
    min-height: 680px !important;
  }

  .store-info-card {
    margin-top: 22px !important;
  }
}

/* hide any old duplicate store details section if it stayed in contact */
.store-details-photo {
  display: none !important;
}


/* ===== FINAL PATCH: EN links, storefront visible, details to bottom ===== */

/* Keep hero storefront clear and visible */
.home-hero-slider .slide:first-child,
.hero-main .home-hero-slider .slide:first-child {
  background-image: url('../assets/images/hero-storefront-clean.jpg') !important;
  background-position: center top !important;
  background-size: cover !important;
}

.hero-main::after {
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.55)),
    radial-gradient(circle at 20% 18%, rgba(215,25,32,.10), transparent 35%) !important;
}

/* Make the upper card fit on mobile */
@media (max-width: 620px) {
  .hero-main {
    min-height: 760px !important;
    justify-content: flex-end !important;
  }
  .hero-main h1 {
    font-size: clamp(34px, 9.2vw, 48px) !important;
    line-height: 1.02 !important;
  }
  .hero-main p {
    font-size: 15.5px !important;
    line-height: 1.45 !important;
  }
  .store-info-card {
    max-height: none !important;
    margin-top: 18px !important;
  }
}

/* Bottom details block only near footer */
.store-details-bottom {
  margin-top: 44px !important;
  margin-bottom: 110px !important;
}

.store-details-bottom .contact-box {
  background: rgba(255,247,237,.08) !important;
  border: 1px solid rgba(255,247,237,.14) !important;
}

.store-details-bottom .details-table {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.store-details-bottom .details-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,247,237,.12);
}

.store-details-bottom .details-row:last-child {
  border-bottom: 0;
}

.store-details-bottom .details-row span {
  color: rgba(255,247,237,.62);
}

.store-details-bottom .details-row strong {
  color: var(--text);
  text-align: right;
}

@media (max-width: 620px) {
  .store-details-bottom .details-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .store-details-bottom .details-row strong {
    text-align: left;
  }
}


/* ===== Launch-ready SEO rich content blocks ===== */
.rich-copy {
  display: grid;
  gap: 22px;
}

.rich-copy p {
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.75;
  color: var(--muted);
}

.seo-panel {
  background: rgba(255,247,237,.08);
  border: 1px solid rgba(255,247,237,.14);
  border-radius: 32px;
  padding: clamp(26px, 4vw, 48px);
  margin-top: 22px;
}

.seo-panel h2,
.seo-panel h3 {
  color: var(--text);
  margin-bottom: 14px;
}

.seo-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.seo-mini {
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,247,237,.12);
  border-radius: 24px;
  padding: 22px;
}

.seo-mini strong {
  display: block;
  color: var(--text);
  font-size: 20px;
  margin-bottom: 8px;
}

.seo-mini p {
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 860px) {
  .seo-columns { grid-template-columns: 1fr; }
}


/* ===== targeted restore fixes: no redesign ===== */
.yes-hero {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.68)),
    var(--hero-img) !important;
  background-size: cover !important;
  background-position: center top !important;
}

.yes-hero-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.hero-card {
  max-width: 820px;
}

.store-info-card {
  max-width: 620px;
}

.store-details-bottom {
  margin-top: 80px !important;
  margin-bottom: 120px !important;
}

.store-details-bottom .details-table {
  display: grid;
  gap: 0;
  margin: 20px 0;
}

.store-details-bottom .details-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,247,237,.14);
}

.store-details-bottom .details-row strong {
  text-align: right;
  color: var(--text);
}

.restored-seo-copy {
  padding-top: 34px;
}

@media (max-width: 620px) {
  .yes-hero {
    min-height: 880px !important;
    background-position: center top !important;
  }

  .hero-card {
    margin-top: 220px !important;
  }

  .hero-card h1 {
    font-size: clamp(38px, 11vw, 58px) !important;
    line-height: 0.98 !important;
  }

  .hero-card .lead,
  .hero-card p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .store-details-bottom .details-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .store-details-bottom .details-row strong {
    text-align: left;
  }
}


/* ===== 24h + EN targeted patch, same design ===== */
.yes-hero {
  --hero-img: url('../assets/images/notorious-real-storefront-night.jpg') !important;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.58)),
    url('../assets/images/notorious-real-storefront-night.jpg') !important;
  background-size: cover !important;
  background-position: center top !important;
}

.hero-card .store-row strong,
.store-info-card strong,
.details-row strong {
  white-space: normal !important;
}

.marquee,
.yes-strip,
.ticker,
.strip {
  overflow: hidden;
}

.marquee-track,
.yes-strip-track,
.ticker-track,
.strip-track {
  animation-duration: 22s !important;
}

@media (max-width: 620px) {
  .yes-hero {
    background-position: center top !important;
  }
  .hero-card {
    margin-top: 190px !important;
  }
}


/* === Notorious premium loader, homepage sliders and richer gallery update === */
.site-loader{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,rgba(219,0,28,.28),transparent 34%),linear-gradient(135deg,#080404 0%,#150707 48%,#070303 100%);transition:opacity .45s ease,visibility .45s ease;opacity:1;visibility:visible}
.site-loader.is-hiding{opacity:0;visibility:hidden;pointer-events:none}.loader-logo{font-family:Archivo Black,Inter,sans-serif;font-size:clamp(42px,7vw,88px);line-height:1;text-transform:uppercase;letter-spacing:.03em;color:#fff;text-shadow:0 12px 40px rgba(0,0,0,.65)}.loader-logo::first-letter{color:var(--red)}.loader-line{width:min(280px,60vw);height:3px;margin:20px auto 12px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--red),var(--gold),transparent);animation:loaderPulse 1.05s ease-in-out infinite}.loader-small{text-align:center;color:#f3dfc5;letter-spacing:.24em;text-transform:uppercase;font-size:11px;font-weight:800}@keyframes loaderPulse{0%,100%{transform:scaleX(.55);opacity:.55}50%{transform:scaleX(1);opacity:1}}
.store-feature-slider{padding:36px 0 0}.store-slider-shell{position:relative;min-height:470px;border:1px solid rgba(255,255,255,.13);border-radius:34px;overflow:hidden;background:#110606;box-shadow:0 28px 80px rgba(0,0,0,.38)}.store-slider-shell .slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity .85s ease,transform 4.8s ease}.store-slider-shell .slide.active{opacity:1;transform:scale(1)}.store-slider-shell:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,3,3,.9),rgba(8,3,3,.48),rgba(8,3,3,.18)),linear-gradient(180deg,transparent,rgba(0,0,0,.55))}.store-slider-copy{position:relative;z-index:2;max-width:680px;padding:clamp(30px,6vw,70px);min-height:470px;display:flex;flex-direction:column;justify-content:center}.store-slider-copy h2{font-family:Archivo Black,Inter,sans-serif;text-transform:uppercase;font-size:clamp(34px,5vw,72px);line-height:.9;margin:10px 0 18px}.store-slider-copy p{color:#f3dfc5;font-size:18px;line-height:1.65;max-width:620px}.store-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.store-tags span{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:10px 14px;background:rgba(0,0,0,.28);color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.photo-slider{overflow:hidden;border-radius:28px;border:1px solid var(--line);background:rgba(0,0,0,.25);padding:12px}.photo-slider-track{display:flex;gap:12px;width:max-content;animation:photoMarquee 34s linear infinite}.photo-slide{width:300px;height:380px;border-radius:22px;background-size:cover;background-position:center;position:relative;overflow:hidden;flex:0 0 auto}.photo-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.78))}.photo-slide span{position:absolute;z-index:2;left:16px;bottom:16px;color:#fff;font-family:Archivo Black,Inter,sans-serif;text-transform:uppercase;font-size:18px}@keyframes photoMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.photo-slider:hover .photo-slider-track{animation-play-state:paused}.yes-strip-track{animation-duration:14s!important}.seo-panel .rich-copy p,.rich-copy p{font-size:17px;line-height:1.8}.legal-note{border:1px solid rgba(255,255,255,.13);border-radius:24px;padding:22px;background:rgba(0,0,0,.25);color:#f3dfc5;line-height:1.7}.legal-note strong{color:var(--gold)}@media(max-width:900px){.store-slider-shell,.store-slider-copy{min-height:520px}.store-slider-copy{padding:28px}.photo-slide{width:240px;height:320px}.store-slider-shell:after{background:linear-gradient(180deg,rgba(8,3,3,.65),rgba(8,3,3,.9))}}


/* NOTORIOUS premium promo/gallery additions */
.store-feature-slider{padding:24px 0 72px; position:relative; z-index:2;}
.store-slider-shell{min-height:560px;border-radius:34px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 90px rgba(0,0,0,.48);background:#111;margin-top:10px}
.store-slider-shell .slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease,transform 6s ease;transform:scale(1.04)}
.store-slider-shell .slide.active{opacity:1;transform:scale(1)}
.store-slider-shell:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.42) 45%,rgba(0,0,0,.18)),linear-gradient(0deg,rgba(0,0,0,.65),transparent 45%);z-index:1}
.store-slider-copy{position:absolute;z-index:2;left:clamp(22px,5vw,72px);bottom:clamp(28px,6vw,78px);max-width:660px}
.store-slider-copy h2{font-size:clamp(34px,5.5vw,76px);line-height:.95;margin:10px 0 16px;text-transform:uppercase;letter-spacing:-.04em}
.store-slider-copy p{font-size:clamp(16px,1.4vw,20px);line-height:1.65;color:rgba(255,255,255,.86)}
.store-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.store-tags span{border:1px solid rgba(255,255,255,.22);background:rgba(0,0,0,.44);border-radius:999px;padding:10px 14px;font-weight:800;font-size:13px}
.promo-gallery-section{padding:76px 0;background:radial-gradient(circle at top left,rgba(230,66,45,.16),transparent 36%)}
.promo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.promo-card{position:relative;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);box-shadow:0 24px 70px rgba(0,0,0,.32)}
.promo-card img{width:100%;height:100%;min-height:280px;object-fit:cover;display:block;transition:transform .6s ease}.promo-card:hover img{transform:scale(1.025)}
.promo-card .promo-caption{position:absolute;left:16px;right:16px;bottom:16px;background:linear-gradient(135deg,rgba(0,0,0,.76),rgba(124,31,24,.68));border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(8px);border-radius:20px;padding:14px 16px}.promo-caption strong{display:block;text-transform:uppercase}.promo-caption span{color:rgba(255,255,255,.78);font-size:14px}
.rich-emphasis{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.rich-emphasis div{border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:18px;background:rgba(255,255,255,.045)}
.rich-emphasis h3{margin:0 0 8px;color:var(--gold)}
@media(max-width:760px){.store-feature-slider{padding-top:10px}.store-slider-shell{min-height:470px;border-radius:26px;margin-top:0}.store-slider-copy{left:20px;right:20px;bottom:26px}.store-slider-copy p{font-size:15px}.promo-grid,.rich-emphasis{grid-template-columns:1fr}.promo-card img{min-height:220px}}


/* FINAL STRUCTURE FIX: hero slider first, info below, stable mobile header */
.topbar{z-index:9999!important;display:flex!important;align-items:center!important;justify-content:space-between!important;overflow:visible!important}
.brand{display:flex!important;align-items:center!important;min-width:0!important;flex:1 1 auto!important}
.brand-title-clean{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.lang-switch{display:flex!important;flex:0 0 auto!important;gap:8px!important}
.menu-toggle{display:grid!important;place-items:center!important;flex:0 0 48px!important;min-width:48px!important;min-height:48px!important;position:relative!important;z-index:10000!important}
.fixed-top-slider{padding-top:112px!important;padding-bottom:26px!important;background:#0b0202!important;position:relative!important;z-index:1!important}
.fixed-top-slider .container{width:min(1220px,calc(100% - 28px))!important}
.fixed-top-slider .store-slider-shell{min-height:clamp(420px,58vw,680px)!important;margin-top:0!important;border-radius:32px!important}
.fixed-top-slider .store-slider-shell .slide{background-position:center!important}
.fixed-top-slider .store-slider-copy{position:absolute!important;left:clamp(22px,5vw,70px)!important;right:auto!important;bottom:clamp(22px,5vw,70px)!important;max-width:min(680px,calc(100% - 44px))!important;padding:0!important;min-height:0!important}
.fixed-top-slider .store-slider-copy h2{font-size:clamp(34px,6vw,78px)!important;line-height:.92!important}
.hero.yes-hero{padding-top:36px!important;min-height:auto!important;background:none!important}
.hero.yes-hero:before,.hero.yes-hero:after{display:none!important}
.hero.yes-hero .hero-card{max-width:980px!important;margin:0 auto!important}
.real-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.real-gallery-card{position:relative;display:block;min-height:260px;border-radius:26px;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:#120606;box-shadow:0 24px 70px rgba(0,0,0,.3)}.real-gallery-card.big{grid-column:span 2;grid-row:span 2;min-height:540px}.real-gallery-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;display:block}.real-gallery-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 35%,rgba(0,0,0,.72))}.real-gallery-card span{position:absolute;z-index:2;left:18px;bottom:18px;color:#fff;font-family:Archivo Black,Inter,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:20px}.real-gallery-page{padding-top:130px}.page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.topbar{width:calc(100% - 22px)!important;top:10px!important;padding:10px 10px 10px 16px!important;gap:8px!important;border-radius:34px!important}.brand{font-size:14px!important;letter-spacing:.05em!important}.brand-logo-clean{width:34px!important;height:34px!important;min-width:34px!important}.brand-title-clean{font-size:20px!important;max-width:155px!important}.lang-switch a{width:38px!important;height:38px!important;font-size:12px!important}.menu-toggle{width:46px!important;height:46px!important;min-width:46px!important}.topbar .nav{display:none!important}.fixed-top-slider{padding-top:96px!important;padding-bottom:18px!important}.fixed-top-slider .container{width:100%!important}.fixed-top-slider .store-slider-shell{border-radius:0!important;border-left:0!important;border-right:0!important;min-height:68vh!important}.fixed-top-slider .store-slider-shell:after{background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.22) 40%,rgba(0,0,0,.88) 100%)!important}.fixed-top-slider .store-slider-copy{left:20px!important;right:20px!important;bottom:26px!important;max-width:none!important}.fixed-top-slider .store-slider-copy h2{font-size:39px!important}.fixed-top-slider .store-slider-copy p{font-size:15px!important;line-height:1.55!important}.store-tags span{padding:8px 10px!important;font-size:10px!important}.hero.yes-hero{padding-top:26px!important}.store-info-card{width:100%!important}.real-gallery-grid,.page-grid{grid-template-columns:1fr!important}.real-gallery-card,.real-gallery-card.big{grid-column:auto!important;grid-row:auto!important;min-height:300px!important}.real-gallery-card.big{min-height:420px!important}}
@media(max-width:430px){.brand-title-clean{max-width:140px!important;font-size:18px!important}.lang-switch a{width:34px!important;height:34px!important}.menu-toggle{width:42px!important;height:42px!important;min-width:42px!important}.fixed-top-slider .store-slider-copy h2{font-size:34px!important}}


/* === FINAL REPAIR 2: clean mobile slider, no white overscroll, stable header, page loader === */
html,body{background:#070303!important;min-height:100%;overscroll-behavior-y:none;}
body{overflow-x:hidden!important;color:var(--text);}
main,.footer,section{background-color:#070303;}
body::before{content:"";position:fixed;inset:-2px;z-index:-20;background:#070303;pointer-events:none;}
.topbar{position:fixed!important;left:50%!important;transform:translateX(-50%)!important;width:min(1180px,calc(100% - 28px))!important;z-index:10050!important;display:flex!important;align-items:center!important;justify-content:space-between!important;}
.brand{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;text-decoration:none!important;}
.brand-title-clean{display:inline-block!important;color:#fff!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.menu-toggle{display:grid!important;place-items:center!important;color:#fff!important;line-height:1!important;cursor:pointer!important;}
.mobile-menu{z-index:10060!important;}
.fixed-top-slider{padding-top:126px!important;padding-bottom:28px!important;background:#070303!important;}
.fixed-top-slider .container{width:min(1280px,calc(100% - 28px))!important;}
.fixed-top-slider .store-slider-shell{min-height:clamp(410px,58vw,680px)!important;background:#050202!important;border-radius:34px!important;}
.fixed-top-slider .store-slider-shell .slide{background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#050202!important;}
.fixed-top-slider .store-slider-shell:after{background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.18) 42%,rgba(0,0,0,.12)),linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,0) 50%)!important;}
.fixed-top-slider .store-slider-copy{background:linear-gradient(135deg,rgba(0,0,0,.66),rgba(75,12,10,.42))!important;border:1px solid rgba(255,255,255,.14)!important;backdrop-filter:blur(8px)!important;border-radius:28px!important;padding:22px!important;max-width:620px!important;}
.hero.yes-hero{padding-top:34px!important;background:#070303!important;}
.store-info-card,.yes-brand-card,.seo-panel{background:rgba(255,247,237,.06)!important;}
.promo-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.promo-showcase-grid article,.promo-wide-card{border:1px solid rgba(255,255,255,.14);border-radius:28px;overflow:hidden;background:rgba(255,255,255,.045);box-shadow:0 24px 70px rgba(0,0,0,.32);}
.promo-showcase-grid img{width:100%;aspect-ratio:1.18/1;object-fit:cover;display:block;}
.promo-showcase-grid strong{display:block;padding:16px 18px;color:#fff;text-transform:uppercase;letter-spacing:.04em;}
.promo-wide-card{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;}
.promo-wide-card img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block;}
.promo-wide-card div{padding:clamp(24px,4vw,48px);}
.promo-wide-card h2{font-family:Archivo Black,Inter,sans-serif;font-size:clamp(30px,4vw,56px);line-height:.98;text-transform:uppercase;margin:0 0 16px;}
.promo-wide-card p{color:#f3dfc5;line-height:1.75;font-size:18px;}
.site-loader{position:fixed!important;inset:0!important;z-index:200000!important;display:grid!important;place-items:center!important;background:radial-gradient(circle at center,rgba(223,61,41,.28),transparent 36%),linear-gradient(135deg,#070303,#170706 52%,#050202)!important;opacity:1;visibility:visible;transition:opacity .36s ease,visibility .36s ease;}
.site-loader.is-hiding{opacity:0!important;visibility:hidden!important;pointer-events:none!important;}
.loader-logo{font-family:Archivo Black,Inter,sans-serif!important;text-transform:uppercase!important;color:#fff!important;letter-spacing:.04em!important;text-shadow:0 0 30px rgba(230,57,40,.45),0 14px 50px rgba(0,0,0,.8)!important;}
@media(max-width:900px){
  html,body{background:#070303!important;}
  .topbar{top:10px!important;width:calc(100% - 22px)!important;border-radius:36px!important;padding:10px 10px 10px 16px!important;}
  .brand-logo-clean{display:none!important;}
  .brand-title-clean{font-size:clamp(22px,7vw,30px)!important;max-width:48vw!important;}
  .lang-switch{gap:6px!important;display:flex!important;flex-shrink:0!important;}
  .lang-switch a{width:36px!important;height:36px!important;min-width:36px!important;}
  .menu-toggle{width:48px!important;height:48px!important;min-width:48px!important;font-size:24px!important;border-radius:16px!important;}
  .fixed-top-slider{padding-top:92px!important;padding-bottom:22px!important;}
  .fixed-top-slider .container{width:100%!important;}
  .fixed-top-slider .store-slider-shell{min-height:58vh!important;border-radius:0!important;border-left:0!important;border-right:0!important;}
  .fixed-top-slider .store-slider-shell .slide{background-size:contain!important;background-position:center top!important;}
  .fixed-top-slider .store-slider-shell:after{background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.04) 42%,rgba(0,0,0,.86))!important;}
  .fixed-top-slider .store-slider-copy{left:14px!important;right:14px!important;bottom:16px!important;max-width:none!important;padding:16px!important;border-radius:22px!important;}
  .fixed-top-slider .store-slider-copy h2{font-size:clamp(28px,9vw,40px)!important;}
  .fixed-top-slider .store-slider-copy p{font-size:14px!important;line-height:1.48!important;}
  .store-tags{gap:6px!important;margin-top:10px!important}.store-tags span{padding:7px 9px!important;font-size:9px!important;}
  .hero.yes-hero{padding-top:18px!important;}
  .promo-showcase-grid,.promo-wide-card{grid-template-columns:1fr!important;}
  .promo-wide-card img{min-height:240px;}
}
@media(max-width:430px){.fixed-top-slider .store-slider-shell{min-height:54vh!important}.fixed-top-slider .store-slider-copy p{display:none!important}.brand-title-clean{max-width:46vw!important}}


/* FINAL REQUEST FIX — Contact WhatsApp button + remove homepage hero address rows only */
.hero .hero-actions .whatsapp-menu-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:54px !important;
  padding:0 28px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#25D366,#128C7E) !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 18px 40px rgba(37,211,102,.28) !important;
  font-weight:800 !important;
  letter-spacing:.04em !important;
  text-decoration:none !important;
}
.hero .hero-actions .whatsapp-menu-btn:hover,
.hero .hero-actions .whatsapp-menu-btn:focus{
  color:#fff !important;
  filter:brightness(1.05) !important;
}
.yes-hero .hero-card > .store-row{display:none !important;}


/* NOTORIOUS gallery/product image stability */
.gallery-card,.product-card,.category-card{overflow:hidden}
.gallery-card img,.product-card img,.category-card img{width:100%;height:100%;object-fit:cover;display:block}
.gallery-card h2,.gallery-card h3,.product-card h2,.product-card h3,.category-card h2,.category-card h3{line-height:1.05}


/* NOTORIOUS premium reviews section */
.notorious-reviews{padding:62px 22px;background:radial-gradient(circle at top,rgba(200,23,23,.14),transparent 54%)}
.notorious-reviews-inner{max-width:1120px;margin:0 auto;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:28px;box-shadow:0 20px 70px rgba(0,0,0,.35)}
.reviews-kicker{color:#ff6b6b;letter-spacing:.24em;font-weight:900;font-size:12px;margin:0 0 12px!important}
.notorious-reviews h2{font-size:clamp(34px,8vw,68px)!important;line-height:.96!important;margin:0 0 16px!important;color:#fff!important}
.reviews-subtitle{max-width:760px;color:#e1d2ca!important;font-size:16px!important;line-height:1.65!important;margin:0 0 26px!important}
.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.review-card{background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:20px;color:#fff}
.review-card p{font-size:15px!important;line-height:1.58!important;color:#f2e8e3!important;margin:8px 0 14px!important}
.review-card strong{display:block;color:#fff;font-size:14px}
.stars{color:#ffcf5a!important;font-size:18px!important;letter-spacing:.05em;margin:0 0 8px}
.reviews-button{display:inline-flex;margin-top:22px;background:linear-gradient(135deg,#c81717,#ff745e);color:#fff!important;text-decoration:none;padding:13px 20px;border-radius:999px;font-weight:900}
@media(max-width:820px){.notorious-reviews{padding:42px 18px}.notorious-reviews-inner{padding:22px}.reviews-grid{grid-template-columns:1fr}.reviews-subtitle{font-size:15px!important}}


/* final public reviews polish */
.notorious-reviews .reviews-subtitle{font-size:16px!important;line-height:1.55!important;color:#e7d8d0!important;margin-bottom:22px!important}
.notorious-reviews .review-card{margin-bottom:14px}
.notorious-reviews .review-card p{font-size:15px!important;line-height:1.55!important}


/* === SAFE ROLLBACK PATCH: reviews slider + footer bottom seal === */
.notorious-reviews{overflow:hidden!important;}
.notorious-reviews .reviews-grid{display:flex!important;grid-template-columns:none!important;gap:16px!important;overflow:hidden!important;scroll-behavior:smooth!important;}
.notorious-reviews .review-card{flex:0 0 min(360px,88vw)!important;min-height:210px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;background:linear-gradient(145deg,rgba(35,12,9,.92),rgba(10,4,3,.96))!important;border:1px solid rgba(255,210,120,.22)!important;box-shadow:0 18px 48px rgba(0,0,0,.32)!important;}
.notorious-reviews .stars{color:#ffd35a!important;text-shadow:0 0 18px rgba(255,211,90,.22)!important;font-size:22px!important;letter-spacing:.08em!important;}
.notorious-reviews .reviews-button{box-shadow:0 16px 40px rgba(200,23,23,.24)!important;}
@media(min-width:900px){.notorious-reviews .review-card{flex-basis:340px!important}.notorious-reviews .reviews-grid{padding-bottom:4px!important}}
html,body{background-color:#070302!important;}
.footer{margin-bottom:0!important;background:linear-gradient(180deg,#4a120e 0%,#250806 100%)!important;}
body::after{content:"";position:fixed;left:0;right:0;bottom:0;height:env(safe-area-inset-bottom);background:#250806;z-index:1;pointer-events:none;}


/* === NOTORIOUS SAFE FAQ MENU + GOOGLE REVIEWS SLIDER === */
.nm-google-reviews-slider{
  max-width:1180px;
  margin:72px auto;
  padding:0 18px;
  color:#fff;
}
.nm-reviews-kicker{
  color:#ff6b6b;
  letter-spacing:.25em;
  font-size:12px;
  font-weight:900;
  margin-bottom:10px;
}
.nm-google-reviews-slider h2{
  font-size:clamp(38px,7vw,78px);
  line-height:.92;
  margin:0 0 14px;
  color:#fff;
}
.nm-reviews-subtitle{
  color:#d8c9c1;
  font-size:18px;
  line-height:1.6;
  margin:0 0 24px;
}
.nm-google-reviews-track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  padding:4px 0 18px;
}
.nm-google-review-card{
  flex:0 0 min(340px,84vw);
  scroll-snap-align:start;
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(50,8,7,.46),rgba(12,3,3,.92));
  padding:24px;
  box-shadow:0 22px 65px rgba(0,0,0,.28);
}
.nm-stars{
  color:#FFD700;
  font-size:28px;
  letter-spacing:.06em;
  text-shadow:0 3px 14px rgba(0,0,0,.45);
}
.nm-google-review-card h3{
  color:#fff;
  margin:16px 0 10px;
  font-size:21px;
}
.nm-google-review-card p{
  color:#d8c9c1;
  font-size:16px;
  line-height:1.6;
  margin:0;
}
.footer-faq-link{
  margin-top:10px;
}
.footer-faq-link a{
  color:#fff;
  text-decoration:none;
  font-weight:800;
}

/* FINAL: no red first letter in loader + slower letter reveal */
.loader-logo::first-letter{color:inherit!important}.site-loader{transition:opacity .9s ease,visibility .9s ease!important}.loader-logo .ntr-letter{display:inline-block!important;opacity:0;transform:translateX(-26px);animation:ntrLogoSlide 1.05s cubic-bezier(.2,.8,.2,1) forwards!important}.loader-logo .ntr-letter:nth-child(1){animation-delay:.00s!important}.loader-logo .ntr-letter:nth-child(2){animation-delay:.24s!important}.loader-logo .ntr-letter:nth-child(3){animation-delay:.48s!important}.loader-logo .ntr-letter:nth-child(4){animation-delay:.72s!important}.loader-logo .ntr-letter:nth-child(5){animation-delay:.96s!important}.loader-logo .ntr-letter:nth-child(6){animation-delay:1.20s!important}.loader-logo .ntr-letter:nth-child(7){animation-delay:1.44s!important}.loader-logo .ntr-letter:nth-child(8){animation-delay:1.68s!important}.loader-logo .ntr-letter:nth-child(9){animation-delay:1.92s!important}
