:root{
  --red:#d90416;
  --red-dark:#84000b;
  --black:#07070a;
  --dark:#101017;
  --card:#171720;
  --white:#ffffff;
  --silver:#e8e8ec;
  --muted:#b7b7c2;
  --gold:#ffd24a;
  --glass:rgba(12,12,18,.80);
  --line:rgba(255,255,255,.12);
  --shadow:0 25px 70px rgba(0,0,0,.34);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--white);
  background:
    radial-gradient(circle at 12% 10%,rgba(217,4,22,.22),transparent 35%),
    radial-gradient(circle at 82% 20%,rgba(255,210,74,.12),transparent 28%),
    linear-gradient(135deg,#050507 0%,#111018 45%,#050507 100%);
  min-height:100vh;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92vw);margin:auto}
.top-strip{
  background:linear-gradient(90deg,var(--red-dark),var(--red),#f14242);
  font-size:.92rem;
  letter-spacing:.02em;
  color:#fff;
  padding:8px 0;
}
.top-strip .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.navbar{
  position:sticky;top:0;z-index:50;
  background:rgba(6,6,9,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}
.nav-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:14px;min-width:250px}
.brand-logo{
  width:96px;height:54px;object-fit:contain;background:#fff;border-radius:14px;padding:5px;
  box-shadow:0 0 0 2px rgba(217,4,22,.55),0 10px 25px rgba(0,0,0,.35)
}
.brand-title{font-weight:900;line-height:1.05;text-transform:uppercase;letter-spacing:.04em}
.brand-title span{display:block;color:var(--muted);font-size:.76rem;font-weight:700;letter-spacing:.12em;margin-top:4px}
.nav-links{display:flex;align-items:center;gap:6px}
.nav-links a{padding:11px 14px;border-radius:999px;color:#ececf4;font-weight:700;font-size:.94rem;transition:.25s ease}
.nav-links a:hover,.nav-links a.active{background:rgba(217,4,22,.22);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}
.nav-actions{display:flex;align-items:center;gap:10px}
.menu-btn{display:none;background:transparent;color:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 12px;font-size:1.2rem}
.btn{
  border:0;border-radius:999px;padding:12px 18px;font-weight:900;letter-spacing:.02em;cursor:pointer;transition:.25s ease;
  display:inline-flex;align-items:center;justify-content:center;gap:8px
}
.btn-primary{background:linear-gradient(135deg,var(--red),#ff3434);color:#fff;box-shadow:0 16px 40px rgba(217,4,22,.35)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(217,4,22,.48)}
.btn-ghost{background:rgba(255,255,255,.09);border:1px solid var(--line);color:#fff}
.btn-ghost:hover{background:rgba(255,255,255,.16)}
.btn-dark{background:#09090d;color:#fff;border:1px solid var(--line)}
.cart-btn{position:relative}
.cart-count{min-width:22px;height:22px;border-radius:50%;background:var(--gold);color:#111;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:900}
.hero{
  min-height:760px;display:flex;align-items:center;position:relative;overflow:hidden;
  background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.54),rgba(0,0,0,.18)),var(--hero) center/cover no-repeat;
}
.hero:after{content:"";position:absolute;inset:auto 0 0 0;height:190px;background:linear-gradient(transparent,#07070a)}
.hero .container{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.kicker{color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.2em;font-size:.85rem;margin-bottom:15px}
h1{font-size:clamp(2.45rem,6vw,5.85rem);line-height:.96;margin:0 0 20px;font-weight:1000;letter-spacing:-.05em;text-transform:uppercase;text-shadow:0 6px 30px rgba(0,0,0,.55)}
h1 .red{color:#ff2636;text-shadow:0 0 25px rgba(255,38,54,.45)}
.hero p{font-size:1.18rem;color:#f3f3f5;max-width:650px;line-height:1.72;margin:0 0 24px}
.hero-card,.glass-card{
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.05));
  border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius);backdrop-filter:blur(18px)
}
.hero-card{padding:28px;max-width:470px;margin-left:auto}
.hero-logo{background:#fff;border-radius:24px;padding:18px;box-shadow:0 20px 60px rgba(0,0,0,.42);margin-bottom:18px}
.info-list{display:grid;gap:12px;margin-top:18px}
.info-item{display:flex;gap:12px;align-items:flex-start;color:#f7f7fa;font-weight:700}
.info-item b{color:var(--gold);min-width:76px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.section{padding:92px 0;position:relative}
.section-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:32px}
.section-title h2{font-size:clamp(2rem,4vw,3.4rem);margin:0;line-height:1;text-transform:uppercase;letter-spacing:-.04em}
.section-title p{color:var(--muted);max-width:560px;line-height:1.7;margin:0}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{padding:28px;border-radius:24px;background:rgba(255,255,255,.06);border:1px solid var(--line);transition:.25s ease;position:relative;overflow:hidden}
.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(217,4,22,.35),transparent 58%);opacity:0;transition:.25s}
.service-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.1)}
.service-card:hover:before{opacity:1}
.service-card>*{position:relative;z-index:1}
.service-icon{width:55px;height:55px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--red),#ff4747);font-size:1.5rem;margin-bottom:18px;box-shadow:0 14px 35px rgba(217,4,22,.32)}
.service-card h3{margin:0 0 10px;font-size:1.2rem}.service-card p{color:var(--muted);line-height:1.65;margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.image-stack{position:relative;min-height:470px}
.image-stack img{position:absolute;border-radius:28px;object-fit:cover;box-shadow:var(--shadow);border:1px solid var(--line)}
.image-stack .one{width:82%;height:360px;left:0;top:0}.image-stack .two{width:58%;height:280px;right:0;bottom:0;border:7px solid #08080d}
.check-list{display:grid;gap:14px;margin:24px 0}
.check-list div{display:flex;gap:12px;align-items:flex-start;color:#f1f1f4}.check-list span{color:var(--gold);font-weight:900}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.stat{padding:20px;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid var(--line)}
.stat strong{font-size:2rem;color:var(--gold);display:block}.stat span{color:var(--muted)}
.page-hero{padding:120px 0 86px;background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.48)),var(--hero) center/cover no-repeat;position:relative}
.page-hero:after{content:"";position:absolute;inset:auto 0 0 0;height:90px;background:linear-gradient(transparent,#07070a)}
.page-hero .container{position:relative;z-index:1}.page-hero h1{font-size:clamp(2.3rem,5vw,4.7rem)}.breadcrumb{color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;margin-bottom:12px}
.filters{display:grid;grid-template-columns:1.5fr repeat(5,1fr);gap:12px;background:rgba(255,255,255,.07);border:1px solid var(--line);border-radius:24px;padding:16px;margin-bottom:26px;position:sticky;top:96px;z-index:10;backdrop-filter:blur(15px)}
.input,select,textarea{width:100%;border:1px solid var(--line);background:rgba(0,0,0,.45);color:#fff;border-radius:16px;padding:14px 14px;font:inherit;outline:none}
select option{background:#111;color:#fff}textarea{min-height:130px;resize:vertical}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.045));border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 16px 45px rgba(0,0,0,.18);position:relative;transition:.25s ease}
.product-card:hover{transform:translateY(-5px);box-shadow:0 28px 60px rgba(0,0,0,.28)}
.brand-badge{position:absolute;top:14px;left:14px;z-index:2;background:rgba(255,255,255,.92);border-radius:14px;padding:7px 9px;box-shadow:0 10px 22px rgba(0,0,0,.25)}
.brand-badge img{width:76px;height:32px;object-fit:contain}
.product-img{height:210px;background:radial-gradient(circle,#fff,#d6d6dc);display:grid;place-items:center;padding:24px}
.product-img img{max-height:180px;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(0,0,0,.18))}
.product-body{padding:18px}.product-body h3{font-size:1.05rem;line-height:1.25;min-height:2.5rem;margin:0 0 12px}.product-meta{display:grid;gap:8px;color:#dedee5;font-size:.92rem;margin-bottom:14px}.product-meta b{color:var(--gold)}
.price-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.price{font-size:1.45rem;font-weight:1000;color:#fff}.price small{font-size:.75rem;color:var(--muted)}
.product-empty{text-align:center;padding:70px 20px;color:var(--muted);grid-column:1/-1;background:rgba(255,255,255,.04);border:1px solid var(--line);border-radius:24px}
.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.brand-tile{height:100px;display:grid;place-items:center;background:#fff;border-radius:18px;padding:16px;box-shadow:0 16px 35px rgba(0,0,0,.18)}.brand-tile img{max-height:60px;object-fit:contain}.brand-name{display:none}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-card{border-radius:24px;overflow:hidden;background:rgba(255,255,255,.06);border:1px solid var(--line);box-shadow:var(--shadow)}.gallery-card img{height:260px;width:100%;object-fit:cover;transition:.4s}.gallery-card:hover img{transform:scale(1.055)}.gallery-card figcaption{padding:14px 16px;color:#e9e9ee;font-weight:800}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px}.contact-card{padding:28px}.contact-card h3{font-size:1.6rem;margin:0 0 16px}.contact-line{display:flex;gap:14px;margin:18px 0;color:#f2f2f5}.contact-line span{font-size:1.35rem}.map-card{min-height:320px;border-radius:26px;overflow:hidden;background:linear-gradient(135deg,rgba(217,4,22,.28),rgba(255,255,255,.04));border:1px solid var(--line);display:grid;place-items:center;text-align:center;padding:30px}.map-card h3{font-size:2.2rem;margin:0 0 12px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid .full{grid-column:1/-1}.form-note{font-size:.85rem;color:var(--muted);line-height:1.5}
.cart-drawer{position:fixed;inset:0;z-index:100;pointer-events:none}.cart-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.62);opacity:0;transition:.25s}.cart-panel{position:absolute;right:0;top:0;height:100%;width:min(470px,94vw);background:#101015;border-left:1px solid var(--line);box-shadow:-30px 0 80px rgba(0,0,0,.45);transform:translateX(110%);transition:.32s ease;display:flex;flex-direction:column}.cart-drawer.open{pointer-events:auto}.cart-drawer.open .cart-backdrop{opacity:1}.cart-drawer.open .cart-panel{transform:translateX(0)}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid var(--line)}.cart-head h3{margin:0;font-size:1.4rem}.cart-items{padding:18px;overflow:auto;flex:1;display:grid;align-content:start;gap:12px}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:18px;padding:10px}.cart-item img{width:70px;height:70px;object-fit:contain;background:#fff;border-radius:12px}.cart-item h4{font-size:.95rem;margin:0 0 6px}.qty{display:flex;align-items:center;gap:8px}.qty button,.icon-btn{width:31px;height:31px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.08);color:#fff;cursor:pointer}.cart-foot{padding:20px;border-top:1px solid var(--line);background:#0c0c11}.total-line{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:1000;margin-bottom:12px}.checkout-form{display:none;margin-top:14px;gap:10px}.checkout-form.show{display:grid}.secure-note{font-size:.78rem;color:var(--muted);line-height:1.45}.success{display:none;background:rgba(48,211,114,.12);border:1px solid rgba(48,211,114,.35);color:#caffd6;border-radius:16px;padding:12px;margin-top:10px}
.footer{background:#050507;border-top:1px solid var(--line);padding:48px 0 26px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:24px}.footer h4{margin:0 0 13px;color:#fff}.footer p,.footer a{color:var(--muted);line-height:1.7}.footer-logo{width:160px;background:#fff;border-radius:18px;padding:8px;margin-bottom:14px}.copyright{border-top:1px solid var(--line);margin-top:30px;padding-top:20px;color:#8f8f9a;text-align:center}.powered{color:#fff}.pill-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.pill{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);padding:9px 12px;border-radius:999px;font-weight:800;color:#fff;font-size:.85rem}
@media(max-width:980px){.nav-links{position:fixed;left:4vw;right:4vw;top:92px;background:rgba(8,8,12,.96);border:1px solid var(--line);border-radius:24px;padding:16px;display:none;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}.nav-links.open{display:flex}.menu-btn{display:block}.nav-actions .btn-primary{display:none}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero{min-height:auto;padding:88px 0 120px}.hero-card{margin:0}.service-grid{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:1fr 1fr;top:86px}.filters .input{grid-column:1/-1}.product-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}.brand-grid{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.image-stack{min-height:390px}}
@media(max-width:640px){.top-strip .container{font-size:.82rem}.brand{min-width:0}.brand-title{font-size:.86rem}.brand-logo{width:78px;height:46px}.nav-inner{height:72px}.hero p{font-size:1rem}.hero-actions .btn{width:100%}.section{padding:66px 0}.section-title{display:block}.section-title p{margin-top:12px}.service-grid,.product-grid,.gallery-grid,.footer-grid{grid-template-columns:1fr}.brand-grid{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:1fr;position:static}.stats{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.gallery-card img{height:210px}.product-img{height:190px}.hero-card{padding:18px}.cart-panel{width:100vw}.page-hero{padding-top:88px}}


/* Premium update: Cloudflare-ready glass, hover, icon cart, header details below images */
.navbar{background:rgba(7,7,10,.80);backdrop-filter:blur(22px) saturate(150%);box-shadow:0 12px 45px rgba(0,0,0,.22)}
.cart-icon-btn{width:54px;height:46px;padding:0;position:relative;border-radius:17px}
.cart-icon-btn svg{width:23px;height:23px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.35))}
.cart-icon-btn .cart-count{position:absolute;top:-7px;right:-7px;box-shadow:0 10px 25px rgba(0,0,0,.28)}
.visual-hero{min-height:610px;background-position:center;background-size:cover;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.16)}
.visual-hero:before,.page-hero.image-only:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 28% 22%,rgba(255,255,255,.18),transparent 28%),linear-gradient(0deg,rgba(7,7,10,.28),transparent 55%)}
.visual-hero:after,.page-hero.image-only:after{content:"";position:absolute;inset:auto 0 0 0;height:130px;background:linear-gradient(transparent,#07070a)}
.home-visual{min-height:720px;background-position:center}
.below-header-details{position:relative;z-index:3;background:linear-gradient(180deg,#07070a,#0b0b10 70%,transparent)}
.hero-details{padding:34px 0 92px}.hero-details-grid{align-items:stretch}.hero-copy{padding:34px}.hero-copy h1{margin-top:6px}.hero-card{height:100%}
.page-hero.image-only{min-height:430px;padding:0;background-position:center;background-size:cover;position:relative;overflow:hidden}
.page-intro{padding:32px 0 54px}.page-intro-card{padding:32px 36px}.page-intro-card h1{margin-bottom:14px}.page-intro-card p{color:#f3f3f5;font-size:1.1rem;line-height:1.65;margin:0;max-width:900px}
.hero-card,.glass-card,.service-card,.product-card,.gallery-card,.filters,.stat,.cart-panel,.cart-item,.pill,.brand-tile,.map-shell,.location-grid{background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.06));backdrop-filter:blur(24px) saturate(145%);-webkit-backdrop-filter:blur(24px) saturate(145%);border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 70px rgba(0,0,0,.34)}
.service-card,.product-card,.gallery-card,.brand-tile,.hover-lift,.btn,.nav-links a,.image-stack img,.stat{transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease, filter .28s ease}
.service-card:hover,.product-card:hover,.gallery-card:hover,.brand-tile:hover,.hover-lift:hover,.stat:hover{transform:translateY(-8px);border-color:rgba(255,255,255,.32);box-shadow:0 36px 90px rgba(0,0,0,.45),0 0 40px rgba(217,4,22,.18)}
.btn:hover{transform:translateY(-3px) scale(1.015)}
.nav-links a:hover{transform:translateY(-2px)}
.product-card{cursor:pointer}.product-card:focus{outline:2px solid var(--gold);outline-offset:3px}
.product-preview-inline{display:none;grid-template-columns:.9fr 1.1fr;gap:20px;margin:0 18px 18px;padding:18px;border-radius:22px;background:rgba(5,5,8,.72);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px rgba(217,4,22,.18)}
.product-card.preview-active{grid-column:span 2;border-color:rgba(255,210,74,.55);box-shadow:0 38px 100px rgba(0,0,0,.55),0 0 55px rgba(217,4,22,.22)}
.product-card.preview-active .product-preview-inline{display:grid}.product-card.preview-active .product-img img{transform:scale(1.08)}
.preview-media{display:grid;place-items:center;background:radial-gradient(circle,#fff,#d8d8de);border-radius:18px;min-height:250px;padding:22px}.preview-media img{max-height:230px;object-fit:contain;filter:drop-shadow(0 25px 22px rgba(0,0,0,.2))}
.preview-content{display:grid;align-content:center;gap:14px}.preview-content h3{font-size:1.55rem;margin:0;text-transform:uppercase}.preview-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.preview-top img{width:110px;max-height:46px;object-fit:contain;background:#fff;border-radius:12px;padding:6px}.preview-detail-grid{display:grid;grid-template-columns:110px 1fr;gap:9px 12px;color:#e7e7ee}.preview-detail-grid span{color:var(--gold);font-weight:900}.preview-detail-grid b{font-weight:800}.preview-content p{color:var(--muted);font-size:.86rem;margin:0}.preview-close{justify-self:end}
.location-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;padding:24px;border-radius:28px}.location-copy{padding:18px;display:grid;align-content:center;gap:14px}.location-copy h3{font-size:clamp(1.7rem,3vw,2.6rem);margin:0}.location-copy p{color:var(--muted);line-height:1.7;margin:0}.map-shell{overflow:hidden;border-radius:26px;min-height:360px;padding:0}.map-frame{width:100%;height:100%;min-height:360px;border:0;display:block;filter:saturate(1.05) contrast(1.02)}.big-map{min-height:430px}.big-map .map-frame{min-height:430px}
.map-card{padding:0;background:transparent;border:0}.glass-filter{background:rgba(12,12,18,.80)}
@media(max-width:980px){.home-visual{min-height:520px}.visual-hero{min-height:480px}.page-hero.image-only{min-height:330px}.hero-details-grid,.location-grid{grid-template-columns:1fr}.product-card.preview-active{grid-column:1/-1}.product-preview-inline{grid-template-columns:1fr}.nav-links{top:86px}.hero-details{padding-top:28px}.page-intro{padding-top:26px}}
@media(max-width:640px){.home-visual{min-height:380px}.visual-hero{min-height:360px}.page-hero.image-only{min-height:250px}.hero-details{padding:24px 0 66px}.hero-copy,.page-intro-card{padding:22px}.cart-icon-btn{width:48px;height:42px}.product-card.preview-active{grid-column:auto}.product-preview-inline{margin:0 12px 12px;padding:14px}.preview-detail-grid{grid-template-columns:1fr}.map-shell,.map-frame{min-height:300px}.big-map,.big-map .map-frame{min-height:320px}.nav-inner{height:74px}.nav-links{top:82px}}


/* Restored visible header-image system: image first, details underneath */
.restored-header{
  display:block;
  padding:0 !important;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:#07070a;
  border-bottom:1px solid rgba(255,255,255,.18);
}
.restored-header .header-photo{
  width:100%;
  height:100%;
  min-height:inherit;
  display:block;
  object-fit:cover;
  object-position:center;
  transform:scale(1.001);
  filter:saturate(1.08) contrast(1.04) brightness(.98);
}
.home-visual.restored-header{min-height:720px;height:72vh;max-height:860px;}
.page-header-photo.restored-header{min-height:440px;height:46vh;max-height:560px;}
.restored-header:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 22% 18%,rgba(255,255,255,.18),transparent 25%),
    linear-gradient(90deg,rgba(0,0,0,.22),rgba(0,0,0,.04) 55%,rgba(0,0,0,.24)),
    linear-gradient(0deg,rgba(7,7,10,.16),transparent 48%);
}
.restored-header:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:110px;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(transparent,#07070a);
}
.header-shine{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 0%,transparent 42%,rgba(255,255,255,.13) 50%,transparent 58%,transparent 100%);
  mix-blend-mode:screen;
  opacity:.55;
}
.below-header-details,
.hero-details,
.page-intro{
  clear:both;
  margin-top:0 !important;
}
.hero-details,
.page-intro{
  position:relative;
  z-index:4;
}
.page-intro-card,
.hero-copy,
.hero-card{
  transform:none;
}
@media(max-width:980px){
  .home-visual.restored-header{min-height:520px;height:60vh;}
  .page-header-photo.restored-header{min-height:340px;height:42vh;}
}
@media(max-width:640px){
  .home-visual.restored-header{min-height:390px;height:46vh;}
  .page-header-photo.restored-header{min-height:270px;height:34vh;}
  .restored-header .header-photo{object-position:center;}
}


/* Final fixes: clear cart icon, visible tyre preview, equal header-image height, no gaps, aligned detail boxes */
html, body, main { margin:0; padding:0; }
.navbar{margin:0 !important; border-bottom:0;}
.restored-header{margin:0 !important; display:block;}
.navbar + main .restored-header,
main > .restored-header:first-child{margin-top:0 !important;}

.cart-icon-btn{
  width:56px !important;
  height:48px !important;
  min-width:56px;
  display:inline-grid !important;
  place-items:center !important;
  padding:0 !important;
  line-height:1 !important;
  border-radius:18px !important;
  background:linear-gradient(145deg,rgba(255,255,255,.20),rgba(255,255,255,.07)) !important;
}
.shopping-cart-symbol{
  display:block;
  font-size:26px;
  line-height:1;
  filter:drop-shadow(0 8px 15px rgba(0,0,0,.45));
  transform:translateY(1px);
}
.cart-icon-btn .cart-count{
  display:grid;
  place-items:center;
  min-width:22px;
  height:22px;
  padding:0 6px;
  border-radius:999px;
  background:var(--gold);
  color:#07070a;
  font-size:.78rem;
  font-weight:1000;
  position:absolute;
  top:-8px;
  right:-8px;
  border:2px solid #07070a;
}

/* make every page header image the same visual size as the home header */
.home-visual.restored-header,
.page-header-photo.restored-header{
  min-height:720px !important;
  height:72vh !important;
  max-height:860px !important;
}
.restored-header .header-photo{
  width:100%;
  height:100%;
  min-height:inherit;
  object-fit:cover;
  object-position:center;
}
.below-header-details{
  margin-top:0 !important;
  padding-top:34px !important;
}
.hero-details{padding:34px 0 92px !important;}
.page-intro{padding:34px 0 54px !important;}
.below-header-details > .container,
.hero-details > .container,
.page-intro > .container{
  width:min(1180px,92vw) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.page-intro-card,
.hero-copy,
.hero-card{
  width:100%;
  margin:0;
  transform:none !important;
}
.page-intro-card{
  display:block;
  padding:34px 38px !important;
  border-radius:26px;
}
.hero-details-grid{
  align-items:stretch;
}

.product-grid{align-items:start;}
.product-card{cursor:pointer; overflow:hidden;}
.product-card.preview-active{
  grid-column:1 / -1 !important;
  transform:none !important;
  border-color:rgba(255,210,74,.72) !important;
  box-shadow:0 38px 110px rgba(0,0,0,.60),0 0 58px rgba(217,4,22,.24) !important;
}
.product-preview-inline{
  display:none;
  grid-template-columns:minmax(260px,.95fr) minmax(280px,1.1fr);
  gap:24px;
  margin:0 18px 18px;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(145deg,rgba(8,8,12,.88),rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:inset 0 0 0 1px rgba(217,4,22,.18),0 18px 50px rgba(0,0,0,.32);
}
.product-card.preview-active .product-preview-inline{
  display:grid !important;
}
.preview-media{
  min-height:320px;
  border-radius:20px;
}
.preview-media img{max-height:285px;}
.preview-content{align-content:center;}
.preview-content .btn{width:max-content; min-width:180px;}
.preview-close{background:rgba(217,4,22,.92) !important; color:#fff !important; border-color:rgba(255,255,255,.22) !important;}

@media(max-width:980px){
  .home-visual.restored-header,
  .page-header-photo.restored-header{min-height:520px !important;height:60vh !important;}
  .product-preview-inline{grid-template-columns:1fr;}
  .preview-media{min-height:260px;}
}
@media(max-width:640px){
  .home-visual.restored-header,
  .page-header-photo.restored-header{min-height:390px !important;height:46vh !important;}
  .below-header-details{padding-top:24px !important;}
  .page-intro-card{padding:24px !important;}
  .product-preview-inline{margin:0 12px 12px;padding:16px;}
  .shopping-cart-symbol{font-size:24px;}
}

/* Mobile-friendly final repair: centered header detail boxes, SVG cart icon, robust product preview modal */
.navbar{
  width:100%;
  position:sticky;
  top:0;
  z-index:1000;
}
.nav-inner{
  min-height:82px;
}
.cart-icon-btn{
  position:relative !important;
  overflow:visible !important;
  color:#fff !important;
}
.cart-svg{
  width:28px;
  height:28px;
  display:block;
  stroke:currentColor;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.45));
}
.shopping-cart-symbol{display:none !important;}
.below-header-details{
  padding-top:34px !important;
}
.page-intro-card,
.hero-copy,
.hero-card{
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:center !important;
  min-height:175px;
}
.page-intro-card p,
.hero-copy p{
  margin-left:auto !important;
  margin-right:auto !important;
}
.hero-details-grid{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:26px;
  align-items:stretch !important;
}
.hero-card .info-list{width:100%;}
.hero-card .info-item{
  text-align:left;
  align-items:center;
}
.home-visual.restored-header,
.page-header-photo.restored-header{
  min-height:720px !important;
  height:72vh !important;
  max-height:860px !important;
}
.restored-header .header-photo{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}
.product-preview-modal{
  position:fixed;
  inset:0;
  z-index:3000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.product-preview-modal.open{display:flex;}
.product-preview-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.product-preview-dialog{
  position:relative;
  width:min(1080px,94vw);
  max-height:90vh;
  overflow:auto;
  border-radius:30px;
  padding:26px;
  background:linear-gradient(145deg,rgba(12,12,18,.94),rgba(44,44,54,.84));
  border:1px solid rgba(255,255,255,.20);
  box-shadow:0 45px 130px rgba(0,0,0,.70),0 0 65px rgba(217,4,22,.24);
}
.product-preview-dialog .modal-close{
  position:absolute;
  top:16px;
  right:16px;
  z-index:5;
  background:rgba(217,4,22,.96) !important;
  color:#fff !important;
}
.modal-preview-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  align-items:center;
}
.modal-preview-media{
  min-height:430px;
  border-radius:24px;
  display:grid;
  place-items:center;
  padding:30px;
  background:radial-gradient(circle at 50% 42%,#fff 0%,#e7e7eb 42%,#cfd0d6 100%);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 25px 60px rgba(0,0,0,.25);
}
.modal-preview-media img{
  max-height:360px;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 28px 24px rgba(0,0,0,.25));
}
.modal-preview-details{
  display:flex;
  flex-direction:column;
  gap:16px;
  padding-right:24px;
}
.modal-brand-row{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--gold);
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.08em;
}
.modal-brand-row img{
  width:130px;
  max-height:54px;
  object-fit:contain;
  background:#fff;
  border-radius:14px;
  padding:7px;
}
.modal-preview-details h2{
  margin:0;
  font-size:clamp(1.55rem,4vw,3rem);
  text-transform:uppercase;
  line-height:1.05;
}
.modal-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:8px;
}
.preview-hint{
  color:var(--muted);
  margin:0;
  font-size:.92rem;
}
body.preview-open{overflow:hidden;}
.product-card.preview-active{
  outline:2px solid rgba(255,210,74,.75);
  outline-offset:2px;
}
.product-card.preview-active::after{
  content:"Preview Open";
  position:absolute;
  top:14px;
  right:14px;
  z-index:5;
  background:var(--gold);
  color:#07070a;
  font-weight:900;
  font-size:.76rem;
  padding:7px 11px;
  border-radius:999px;
  box-shadow:0 10px 20px rgba(0,0,0,.28);
}
.product-card.preview-active .product-preview-inline{display:none !important;}
@media(max-width:980px){
  .nav-inner{height:auto;min-height:74px;padding:10px 0;}
  .brand{min-width:0;flex:1;}
  .nav-actions{gap:8px;}
  .home-visual.restored-header,
  .page-header-photo.restored-header{min-height:520px !important;height:58vh !important;}
  .hero-details-grid{grid-template-columns:1fr;}
  .modal-preview-grid{grid-template-columns:1fr;}
  .modal-preview-media{min-height:320px;}
  .modal-preview-media img{max-height:270px;}
  .modal-preview-details{padding-right:0;text-align:center;align-items:center;}
  .preview-detail-grid{text-align:left;width:100%;}
}
@media(max-width:640px){
  .container{width:min(100% - 24px,1180px);}
  .brand-logo{width:70px !important;height:44px !important;}
  .brand-title{font-size:.78rem;letter-spacing:.02em;}
  .brand-title span{font-size:.64rem;letter-spacing:.07em;}
  .menu-btn{width:42px;height:42px;}
  .cart-icon-btn{width:46px !important;height:42px !important;min-width:46px !important;border-radius:14px !important;}
  .cart-svg{width:24px;height:24px;}
  .cart-icon-btn .cart-count{top:-7px;right:-7px;min-width:20px;height:20px;font-size:.72rem;}
  .nav-links{left:12px !important;right:12px !important;top:78px !important;border-radius:18px;}
  .home-visual.restored-header,
  .page-header-photo.restored-header{min-height:390px !important;height:46vh !important;}
  .below-header-details{padding-top:22px !important;}
  .hero-details{padding:22px 0 54px !important;}
  .page-intro{padding:22px 0 44px !important;}
  .page-intro-card,
  .hero-copy,
  .hero-card{padding:22px !important;min-height:auto;border-radius:22px;}
  .hero-copy h1{font-size:clamp(2.05rem,12vw,3.2rem);}
  .hero-actions,.modal-actions{width:100%;}
  .hero-actions .btn,.modal-actions .btn{width:100%;justify-content:center;}
  .filters{gap:10px;padding:14px;border-radius:20px;}
  .product-grid{gap:18px;}
  .product-card{border-radius:20px;}
  .product-body{padding:16px;}
  .product-img{height:170px;}
  .price-line{display:grid;grid-template-columns:1fr;gap:12px;align-items:stretch;}
  .add-cart-btn{width:100%;justify-content:center;}
  .product-preview-modal{padding:12px;align-items:flex-start;overflow:auto;}
  .product-preview-dialog{width:100%;max-height:none;margin-top:12px;padding:18px;border-radius:24px;}
  .product-preview-dialog .modal-close{top:10px;right:10px;}
  .modal-preview-grid{gap:18px;}
  .modal-preview-media{min-height:250px;padding:20px;border-radius:20px;}
  .modal-preview-media img{max-height:210px;}
  .modal-brand-row{justify-content:center;flex-wrap:wrap;font-size:.8rem;}
  .modal-brand-row img{width:112px;max-height:48px;}
  .modal-preview-details h2{text-align:center;font-size:1.6rem;}
  .preview-detail-grid{grid-template-columns:1fr !important;gap:6px;margin-top:4px;}
  .preview-detail-grid span{margin-top:8px;}
  .cart-panel{width:100vw !important;max-width:100vw;}
}


/* User-requested final mobile/header/detail-box fix */
.navbar{padding:0 !important}
.nav-inner{margin:0 auto !important}
.restored-header,
.home-visual.restored-header,
.page-header-photo.restored-header{position:relative !important;overflow:hidden !important;display:block !important;}
.restored-header .header-photo{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;min-height:0 !important;object-fit:cover !important;object-position:center center !important;margin:0 !important;}
.restored-header .header-shine{position:absolute !important;inset:0 !important;}
.restored-header::before,.restored-header::after{pointer-events:none !important;}
.below-header-details{background:linear-gradient(180deg,#07070a 0%, #0b0b11 68%, transparent 100%) !important;padding-top:18px !important;}
.hero-details,.page-intro{padding-top:18px !important;}
.page-intro .container,.hero-details > .container{display:flex;justify-content:center;align-items:stretch;}
.hero-details > .container.hero-details-grid{width:min(1180px,92vw) !important;}
.page-intro .container{width:min(980px,92vw) !important;}
.page-intro-card,.hero-copy,.hero-card{width:100% !important;max-width:100% !important;margin:0 auto !important;padding:28px 30px !important;border-radius:28px !important;}
.page-intro-card{min-height:0 !important;display:block !important;}
.page-intro-card .breadcrumb,.page-intro-card h1,.page-intro-card p,.hero-copy .kicker,.hero-copy h1,.hero-copy p,.hero-copy .hero-actions,.hero-copy .pill-row{width:100%;max-width:820px;margin-left:auto;margin-right:auto;}
.page-intro-card .breadcrumb,.page-intro-card h1,.page-intro-card p,.hero-copy .kicker,.hero-copy h1,.hero-copy p{text-align:left !important;}
.page-intro-card p,.hero-copy p{font-size:1.04rem !important;line-height:1.65 !important;color:#f0f0f4 !important;}
.page-intro-card h1{font-size:clamp(2rem,7vw,3.5rem) !important;margin:6px auto 12px !important;}
.page-intro-card .breadcrumb{margin-bottom:10px !important;}
.hero-copy h1{margin-bottom:16px !important;}
.hero-card .hero-logo,.hero-card .info-list{width:100%;}
.hero-card{justify-content:center !important;align-items:stretch !important;}
.hero-card .info-item{justify-content:flex-start;}
.product-card{cursor:pointer !important;-webkit-tap-highlight-color:transparent;}
.product-card .add-cart-btn{position:relative;z-index:3}
.product-preview-modal{z-index:5000 !important}
.product-preview-dialog{overflow:auto !important}
@media(max-width:980px){.home-visual.restored-header,.page-header-photo.restored-header{min-height:500px !important;height:58vh !important;max-height:720px !important;}.page-intro .container,.hero-details > .container.hero-details-grid{width:min(94vw,980px) !important;}}
@media(max-width:640px){.navbar + main,.navbar + main > .restored-header:first-child{margin-top:0 !important}.home-visual.restored-header,.page-header-photo.restored-header{min-height:310px !important;height:310px !important;max-height:310px !important;}.below-header-details,.hero-details,.page-intro{padding-top:12px !important;}.page-intro .container,.hero-details > .container.hero-details-grid,.container{width:calc(100% - 24px) !important;}.page-intro-card,.hero-copy,.hero-card{padding:22px 18px !important;border-radius:24px !important;}.page-intro-card .breadcrumb,.page-intro-card h1,.page-intro-card p,.hero-copy .kicker,.hero-copy h1,.hero-copy p,.hero-copy .hero-actions,.hero-copy .pill-row{max-width:100%;}.page-intro-card h1,.hero-copy h1{font-size:clamp(1.85rem,10vw,2.8rem) !important;line-height:1.02 !important;}.page-intro-card p,.hero-copy p{font-size:1rem !important;line-height:1.55 !important;}.hero-copy .hero-actions .btn,.modal-actions .btn{width:100% !important;}.hero-copy .pill-row{gap:8px !important;}.pill{padding:8px 11px !important;font-size:.82rem !important;}.product-preview-dialog{width:100% !important;max-width:100% !important;margin:0 !important;border-radius:22px !important;padding:16px !important;}}
