:root{--red:#e50914;--black:#101113;--dark:#18191c;--text:#121315;--muted:#70747a;--line:#e7e7e7;--soft:#f5f5f3;--white:#fff;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.5;background:#fff}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 48px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:74px;display:flex;align-items:center;gap:42px}.logo{font-size:21px;font-weight:900;letter-spacing:-.055em;white-space:nowrap}.logo span{font-weight:400;margin-left:4px}.nav nav{display:flex;justify-content:center;gap:30px;flex:1}.nav nav a{font-size:13px;color:#575a5e}.nav nav a:hover,.nav nav a.active{color:#111}.nav-whatsapp{font-size:13px;font-weight:800}.hero{min-height:620px;background:#141518;position:relative;overflow:hidden;color:#fff;display:flex;align-items:center}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 45%,rgba(229,9,20,.14),transparent 30%),linear-gradient(90deg,rgba(16,17,19,.96) 0%,rgba(16,17,19,.76) 48%,rgba(16,17,19,.2) 100%)}.hero-visual{position:absolute;inset:0;background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,.035) 40.2%,transparent 40.4%),linear-gradient(25deg,transparent 58%,rgba(255,255,255,.025) 58.2%,transparent 58.4%);opacity:.7}.hero-content{position:relative;z-index:2;padding:105px 0}.eyebrow{margin:0 0 15px;color:var(--red);font-size:10px;font-weight:900;letter-spacing:.22em}.hero h1{font-size:clamp(46px,6.1vw,76px);line-height:.98;letter-spacing:-.06em;margin:0;max-width:900px}.hero h1 span{color:#d9d9da}.hero-description{max-width:650px;color:#bfc1c5;font-size:16px;margin:28px 0}.actions{display:flex;gap:10px;flex-wrap:wrap}.button{display:inline-flex;min-height:47px;padding:0 21px;align-items:center;justify-content:center;font-size:13px;font-weight:800;border-radius:2px}.primary{background:var(--red);color:#fff}.outline{border:1px solid #575a5f;color:#fff}.section{padding:92px 0}.section-top{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-top h2{margin:0;font-size:40px;line-height:1;letter-spacing:-.05em}.arrow-link{font-size:13px;font-weight:800}.arrow-link span{margin-left:8px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.category-card{min-height:320px;padding:27px;display:flex;align-items:flex-end;color:#fff;background:var(--dark);position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(140deg,transparent 35%,rgba(229,9,20,.24));opacity:.9}.category-card:after{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-60px;top:-55px}.category-card>div{position:relative;z-index:2}.category-card small{display:block;color:#aaa;margin-bottom:100px;font-size:10px;letter-spacing:.15em}.category-card h3{font-size:27px;letter-spacing:-.04em;margin:0 0 5px}.category-card p{margin:0;color:#a9abad;font-size:13px}.category-card:hover{transform:translateY(-3px)}.products-section{background:var(--soft)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.product-card{background:#fff;border:1px solid var(--line);transition:.2s transform,.2s box-shadow;min-width:0}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(0,0,0,.07)}.product-image{aspect-ratio:1/1;background:#ecece9;display:flex;align-items:center;justify-content:center;color:#96989a;font-size:9px;letter-spacing:.16em;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:17px}.brand{margin:0 0 5px;color:var(--red);font-size:9px;font-weight:900;letter-spacing:.18em}.product-info h3{margin:0;font-size:16px;line-height:1.2;letter-spacing:-.02em}.product-meta{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:17px}.product-meta strong{font-size:14px}.product-meta span{font-size:10px;color:#70747a}.about-section{border-top:1px solid var(--line)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.about-grid h2{font-size:44px;line-height:1;letter-spacing:-.055em;margin:0;max-width:500px}.about-copy>p{font-size:18px;margin:0 0 32px;max-width:560px}.about-points>div{border-top:1px solid var(--line);padding:17px 0;display:grid;grid-template-columns:180px 1fr;gap:20px}.about-points b{font-size:14px}.about-points span{font-size:13px;color:var(--muted)}.contact{background:#111;color:#fff;padding:70px 0}.contact-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.contact h2{font-size:40px;letter-spacing:-.05em;line-height:1;margin:0}.contact p:not(.eyebrow){color:#a8aaae;margin-bottom:0}.footer-grid{padding:42px 0 28px;display:flex;justify-content:space-between;gap:40px;border-bottom:1px solid var(--line)}.footer-grid p{font-size:11px;color:#777}.footer-links{display:flex;gap:25px;font-size:12px}.copyright{padding:18px 0 28px;font-size:10px;color:#888}.catalogue{padding:88px 0 110px}.catalogue-heading{margin-bottom:34px}.catalogue-heading h1{font-size:58px;line-height:1;letter-spacing:-.06em;margin:0}.catalogue-heading>p:last-child{color:var(--muted);margin-top:12px}.search-bar{display:flex;gap:10px;margin-bottom:22px}.search-input{border:1px solid #dcdcdc;height:52px;display:flex;align-items:center;flex:1;background:#fff}.search-input span{padding-left:16px;color:#888;font-size:22px}.search-input input{border:0;outline:0;height:100%;width:100%;padding:0 14px;font:inherit;font-size:14px}.search-bar button{border:0;background:var(--black);color:#fff;padding:0 24px;font-weight:800;cursor:pointer}.catalogue-result{display:flex;gap:5px;color:#777;font-size:12px;margin:18px 0 25px}.active-category{display:inline-flex;gap:6px;align-items:center;background:var(--soft);padding:9px 12px;font-size:11px;margin-bottom:4px}.active-category a{color:var(--red);font-weight:800;margin-left:5px}.empty-state{grid-column:1/-1;text-align:center;background:var(--soft);padding:80px 20px}.empty-state h2{margin:0;font-size:28px}.empty-state p{color:var(--muted);margin-bottom:24px}.empty-state .button{color:#fff}.product-page{padding:70px 0 110px}.back-link{font-size:12px;font-weight:800;display:inline-block;margin-bottom:35px}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:70px}.detail-image{aspect-ratio:1/1;background:var(--soft);display:flex;align-items:center;justify-content:center;color:#999;font-size:10px;letter-spacing:.15em;overflow:hidden}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-copy{padding-top:18px}.detail-copy .brand{font-size:10px}.detail-copy h1{font-size:53px;line-height:.98;letter-spacing:-.055em;margin:0 0 8px}.sku{color:#8a8d90;font-size:11px}.detail-price{font-size:29px;font-weight:900;margin:28px 0 3px}.stock{color:#278443;font-size:12px;font-weight:800}.description{color:#5f6266;max-width:570px;margin:25px 0 30px}.specs{border-top:1px solid var(--line);margin-bottom:28px}.specs h3{font-size:13px;margin:16px 0}.specs div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid var(--line);font-size:12px}.specs span{color:#777}.whatsapp-button{width:100%;max-width:380px}.product-page+.site-footer{margin-top:0}@media(max-width:900px){.nav{height:65px}.nav nav{display:none}.nav-whatsapp{margin-left:auto}.hero{min-height:570px}.hero-content{padding:85px 0}.section{padding:70px 0}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.product-detail{grid-template-columns:1fr;gap:45px}.about-grid h2{font-size:38px}.contact-inner{align-items:flex-start;flex-direction:column}.product-grid{gap:12px}}@media(max-width:600px){.container{width:calc(100% - 28px)}.logo{font-size:18px}.hero h1{font-size:44px}.hero-description{font-size:14px}.section-top{align-items:flex-start;flex-direction:column}.section-top h2{font-size:34px}.category-grid,.product-grid{grid-template-columns:1fr}.category-card{min-height:250px}.category-card small{margin-bottom:65px}.about-points>div{grid-template-columns:1fr;gap:5px}.contact h2{font-size:34px}.footer-grid{align-items:flex-start;flex-direction:column}.footer-links{flex-wrap:wrap}.catalogue-heading h1{font-size:48px}.search-bar{flex-direction:column}.search-bar button{height:48px}.product-detail{gap:20px}.detail-copy h1{font-size:42px}}

.gallery{min-width:0}.detail-image.zoom-image{position:relative;cursor:crosshair}.detail-image.zoom-image img{transition:transform .12s ease-out;will-change:transform}.zoom-hint{position:absolute;right:12px;bottom:12px;background:rgba(17,18,20,.78);color:#fff;padding:7px 9px;font-size:9px;letter-spacing:.08em;pointer-events:none}.gallery-thumbs{display:flex;gap:9px;margin-top:10px;overflow-x:auto;padding-bottom:3px}.gallery-thumb{border:1px solid var(--line);background:#fff;padding:0;width:82px;height:82px;flex:0 0 82px;cursor:pointer;overflow:hidden}.gallery-thumb.active{border:2px solid var(--red)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}
@media(max-width:700px){.zoom-hint{display:none}.detail-image.zoom-image{cursor:default}}

/* Product gallery refinement */
.gallery{min-width:0}.detail-image.zoom-image{position:relative;overflow:hidden;isolation:isolate;background:#f5f5f5;aspect-ratio:1/1;cursor:crosshair}.detail-image.zoom-image img{display:block;width:100%;height:100%;object-fit:contain;transform:scale(1);transition:transform .1s ease-out;will-change:transform;user-select:none;-webkit-user-drag:none}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(17,18,20,.78);color:#fff;font-size:32px;line-height:36px;display:grid;place-items:center;cursor:pointer;z-index:4;opacity:0;transition:opacity .15s ease}.zoom-image:hover .gallery-arrow{opacity:1}.gallery-prev{left:14px}.gallery-next{right:14px}.zoom-hint{position:absolute;right:12px;bottom:12px;background:rgba(17,18,20,.78);color:#fff;padding:7px 9px;font-size:9px;letter-spacing:.08em;pointer-events:none;z-index:5}.gallery-thumbs{display:flex;gap:9px;margin-top:10px;overflow-x:auto;padding:0 1px 4px}.gallery-thumb{border:1px solid var(--line);background:#fff;padding:0;width:82px;height:82px;flex:0 0 82px;cursor:pointer;overflow:hidden}.gallery-thumb.active{border:2px solid var(--red)}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:700px){.zoom-hint{display:none}.detail-image.zoom-image{cursor:default}.gallery-arrow{opacity:1;width:38px;height:38px;font-size:28px}.gallery-prev{left:8px}.gallery-next{right:8px}}

/* PRODUCT PAGE V3 — compact commerce layout */
.product-page{padding:30px 0 80px;background:#fff}
.breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#85878a;font-size:11px;margin:0 0 28px}
.breadcrumbs a:hover{color:#111}.breadcrumbs strong{color:#333;font-weight:700}
.product-detail{display:grid;grid-template-columns:minmax(0,520px) minmax(0,1fr);gap:55px;align-items:start}
.gallery{min-width:0}.detail-image.zoom-image{width:100%;aspect-ratio:1/1;position:relative;background:#f7f7f7;overflow:hidden;cursor:crosshair;border:1px solid #eee}
.detail-image.zoom-image img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .12s ease-out;will-change:transform}
.image-zoom-button{position:absolute;right:13px;bottom:13px;width:34px;height:34px;border:0;border-radius:50%;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.12);font-size:18px;cursor:pointer;z-index:3}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:44px;border:0;background:rgba(255,255,255,.92);font-size:28px;line-height:1;cursor:pointer;opacity:0;transition:.15s;z-index:3}
.gallery-prev{left:10px}.gallery-next{right:10px}.detail-image:hover .gallery-arrow{opacity:1}
.gallery-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding:0 0 4px}
.gallery-thumb{width:86px;height:86px;flex:0 0 86px;padding:0;border:1px solid #e5e5e5;background:#fff;cursor:pointer;overflow:hidden}
.gallery-thumb.active{border:2px solid var(--red)}
.gallery-thumb img{width:100%;height:100%;object-fit:cover}
.detail-copy{padding-top:4px;max-width:520px}
.detail-copy .brand{margin-bottom:12px;font-size:12px;letter-spacing:.02em;text-transform:none;color:#17181a;font-weight:500}
.detail-copy h1{font-size:42px;line-height:1.06;letter-spacing:-.055em;margin:0 0 12px}
.detail-price{font-size:22px;font-weight:500;margin:24px 0 4px}
.detail-copy .stock{color:#228341;font-size:12px;font-weight:800;margin:0 0 25px}
.short-description{font-size:13px;line-height:1.8;color:#5d6064;margin:0 0 25px}
.product-meta-list{border-top:1px solid var(--line);margin-top:18px}
.product-meta-list>div{display:flex;justify-content:space-between;gap:30px;padding:11px 0;border-bottom:1px solid var(--line);font-size:11px}
.product-meta-list span{color:#7a7d80;text-transform:uppercase;letter-spacing:.04em}
.product-meta-list strong{text-align:right}
.whatsapp-button{margin-top:22px;min-width:210px}
.product-tabs{margin-top:68px;border-top:1px solid #ddd}
.tab-nav{display:flex;gap:32px;border-bottom:1px solid #ddd}
.tab-button{position:relative;border:0;background:transparent;padding:18px 0 15px;font-size:11px;font-weight:800;text-transform:uppercase;color:#7b7d80;cursor:pointer}
.tab-button.active{color:#17181a}.tab-button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#17181a}
.tab-panel{display:none;padding:30px 0 15px;max-width:900px}
.tab-panel.active{display:block}.tab-panel h2{font-size:17px;margin:0 0 15px;letter-spacing:-.02em}.tab-panel p{font-size:13px;line-height:1.8;color:#606368;margin:0}
.information-table{border-top:1px solid var(--line);max-width:760px}
.information-table>div{display:grid;grid-template-columns:220px 1fr;border-bottom:1px solid var(--line);padding:12px 0;font-size:12px}
.information-table span{color:#777}.no-reviews{padding:20px 0}.review-stars{font-size:18px;letter-spacing:3px;color:#aaa;margin-bottom:8px}
@media(max-width:900px){.product-detail{grid-template-columns:minmax(0,470px) minmax(0,1fr);gap:35px}.detail-copy h1{font-size:34px}}
@media(max-width:700px){.product-page{padding-top:22px}.product-detail{grid-template-columns:1fr;gap:30px}.detail-copy{max-width:none}.detail-copy h1{font-size:34px}.gallery-arrow{opacity:1}.gallery-thumb{width:72px;height:72px;flex-basis:72px}.tab-nav{gap:18px;overflow-x:auto}.tab-button{white-space:nowrap}.information-table>div{grid-template-columns:1fr;gap:4px}.detail-image.zoom-image{cursor:default}}

/* V3 FIX — responsive product layout and thumbnail containment */
.product-page .container{width:min(1200px,calc(100% - 48px));margin-left:auto;margin-right:auto}
.product-page .product-detail{grid-template-columns:minmax(0,520px) minmax(320px,1fr);align-items:start}
.product-page .gallery{width:100%;min-width:0}
.product-page .detail-image.zoom-image{width:100%!important;height:auto!important;aspect-ratio:1/1!important;overflow:hidden!important}
.product-page .detail-image.zoom-image img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important}
.product-page .gallery-thumbs{display:flex!important;flex-direction:row!important;align-items:stretch!important;flex-wrap:nowrap!important;width:100%!important;height:86px!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important}
.product-page .gallery-thumb{display:block!important;width:86px!important;height:86px!important;min-width:86px!important;max-width:86px!important;flex:0 0 86px!important;padding:0!important;margin:0!important;overflow:hidden!important}
.product-page .gallery-thumb img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important}
@media(max-width:1050px){
  .product-page .product-detail{grid-template-columns:minmax(0,1fr)!important;gap:30px!important}
  .product-page .detail-copy{max-width:100%!important}
  .product-page .gallery{max-width:620px!important;margin:0 auto!important;width:100%!important}
}
@media(min-width:1051px){
  .product-page .gallery{max-width:520px!important}
}
@media(max-width:700px){
  .product-page .container{width:calc(100% - 28px)!important}
  .product-page{padding-top:20px!important}
  .product-page .detail-copy h1{font-size:34px!important}
}

/* V4 — final gallery cleanup */
.product-page .gallery-arrow{display:none!important}
.product-page .gallery-thumbs{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;height:86px!important;max-height:86px!important;overflow-x:auto!important;overflow-y:hidden!important}
.product-page .gallery-thumb{display:block!important;width:86px!important;height:86px!important;min-width:86px!important;max-width:86px!important;min-height:86px!important;max-height:86px!important;flex:0 0 86px!important}
.product-page .gallery-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}
.product-page .image-zoom-button{display:flex!important;align-items:center!important;justify-content:center!important}
.product-page .tab-button[data-tab="reviews"], .product-page #tab-reviews{display:none!important}

/* Admin gallery: compact, horizontal, drag-to-reorder */
.admin-page .existing-gallery,
.existing-gallery{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start!important;gap:12px!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding:10px 2px 14px!important}
.existing-gallery>div{position:relative!important;display:block!important;flex:0 0 150px!important;width:150px!important;height:150px!important;cursor:grab!important;border:1px solid #ddd!important;background:#fff!important}
.existing-gallery>div:active{cursor:grabbing!important}
.existing-gallery>div.dragging{opacity:.45!important}
.existing-gallery img{display:block!important;width:150px!important;height:150px!important;object-fit:cover!important;border:0!important}
.existing-gallery span{position:absolute!important;left:6px!important;bottom:6px!important;background:#e50914!important;color:#fff!important;font-size:9px!important;font-weight:900!important;letter-spacing:.05em!important;padding:4px 6px!important}
.existing-gallery>div:first-child span{background:#e50914!important}

/* V5 — full-image magnifier/lightbox */
body.lightbox-open{overflow:hidden}
.image-lightbox{position:fixed;inset:0;z-index:9999;display:none;background:rgba(0,0,0,.96);align-items:center;justify-content:center}
.image-lightbox.open{display:flex}
.lightbox-stage{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 70px;cursor:zoom-out}
.lightbox-stage img{display:block;width:auto!important;height:auto!important;max-width:calc(100vw - 140px)!important;max-height:calc(100vh - 64px)!important;object-fit:contain!important}
.lightbox-close{position:absolute;right:22px;top:14px;z-index:3;border:0;background:transparent;color:#fff;font-size:38px;line-height:1;padding:4px 10px;cursor:pointer;font-weight:300}
.lightbox-counter{position:absolute;left:22px;top:17px;z-index:3;color:#fff;font-size:13px;font-weight:600;letter-spacing:.04em}
@media(max-width:700px){
  .lightbox-stage{padding:55px 15px 25px}
  .lightbox-stage img{max-width:calc(100vw - 30px)!important;max-height:calc(100vh - 80px)!important}
  .lightbox-close{right:8px;top:8px;font-size:32px}
  .lightbox-counter{left:14px;top:15px}
}

/* V8 — Additional Information line cleanup + SSM footer */
.product-page .information-table.no-top-line{
  border-top:0!important;
}
.product-page .information-table.no-top-line>div:first-child{
  border-top:0!important;
}
.ssm-number{
  margin-left:18px;
  color:inherit;
  white-space:nowrap;
}
@media(max-width:700px){
  .ssm-number{display:block;margin:6px 0 0}
}

/* V9 — Additional Information: remove all content separator lines */
.product-page .information-table.no-top-line,
.product-page .information-table.no-top-line > div,
.product-page .information-table.no-top-line > div:first-child {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.product-page .information-table.no-top-line > div {
  border: 0 !important;
}

/* V10 — shared footer + consistent customer page sizing */
:root{--site-max-width:1240px}
.ssm-number{
  display:inline;
  margin-left:18px;
  white-space:nowrap;
  color:inherit;
}
footer .copyright .ssm-number,
.footer .copyright .ssm-number{margin-left:18px}

/* Consistent centered content width across customer-facing layouts. */
.container{
  max-width:var(--site-max-width);
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
}
@media(max-width:700px){
  .ssm-number{margin-left:12px}
}

/* V11 — one shared global footer, with SSM permanently beside copyright */
.site-footer{
  width:100%;
  background:#fff;
  box-sizing:border-box;
}
.site-footer .footer-inner,
.site-footer .footer-bottom{
  width:100%;
  max-width:1240px;
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
}
.site-footer .footer-bottom{
  border-top:1px solid #e5e5e5;
  padding:16px 0 18px;
}
.site-footer .copyright{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:0;
  font-size:11px;
  line-height:1.5;
  color:#777;
}
.site-footer .ssm-number{
  display:inline-block;
  margin-left:22px;
  white-space:nowrap;
  color:#777;
}
@media(max-width:700px){
  .site-footer .footer-inner,
  .site-footer .footer-bottom{
    padding-left:20px;
    padding-right:20px;
  }
  .site-footer .copyright{
    display:block;
  }
  .site-footer .ssm-number{
    margin-left:14px;
  }
}

/* V13 — shared header navigation + active page indication */
.site-header .main-nav,
header .main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
}
.site-header .main-nav a,
header .main-nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  height:100%;
  padding:4px 0;
  color:#555;
  text-decoration:none;
  font-weight:500;
  transition:color .18s ease;
}
.site-header .main-nav a:hover,
header .main-nav a:hover{
  color:#111;
}
.site-header .main-nav a.active,
header .main-nav a.active{
  color:#111;
  font-weight:700;
}
.site-header .main-nav a.active::after,
header .main-nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-18px;
  height:2px;
  background:#ed0b16;
}
@media(max-width:800px){
  .site-header .main-nav,
  header .main-nav{
    gap:18px;
  }
}

/* V14 — active navigation applies to Home, Products, Categories, About and Contact */
.main-nav a.active{
  color:#111!important;
  font-weight:700!important;
}
.main-nav a.active::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-18px!important;
  height:2px!important;
  background:#ed0b16!important;
}
.main-nav a:not(.active)::after{
  content:none!important;
}
@media(max-width:800px){
  .main-nav a.active::after{bottom:-10px!important}
}

/* V15 — Dedicated Contact Us page */
.contact-page{background:#fff}
.contact-hero{background:#111214;color:#fff;min-height:570px;display:flex;align-items:center;position:relative;overflow:hidden}
.contact-hero:before{content:"";position:absolute;inset:0;background:
  radial-gradient(circle at 82% 35%,rgba(237,11,22,.18),transparent 30%),
  linear-gradient(135deg,transparent 30%,rgba(255,255,255,.035) 30.2%,transparent 30.4%),
  linear-gradient(315deg,transparent 55%,rgba(255,255,255,.025) 55.2%,transparent 55.4%)}
.contact-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:center;padding:90px 0}
.contact-hero-copy h1{font-size:clamp(48px,6vw,78px);line-height:.96;letter-spacing:-.065em;margin:0;max-width:800px}
.contact-hero-copy h1 span{color:#cfd0d2}
.contact-hero-copy>p:last-child{color:#aeb1b5;max-width:610px;font-size:16px;line-height:1.65;margin:28px 0 0}
.contact-hero-card{background:#f5f5f3;color:#111;padding:36px;min-height:330px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 25px 70px rgba(0,0,0,.25)}
.contact-card-label{font-size:9px;font-weight:900;letter-spacing:.2em;color:#ed0b16}
.contact-hero-card h2{font-size:34px;line-height:1;letter-spacing:-.05em;margin:18px 0 10px}
.contact-hero-card p{color:#6e7073;font-size:13px;line-height:1.6;margin:0 0 22px}
.contact-hero-card .button{align-self:flex-start}
.contact-hero-card .button span,.contact-submit span{margin-left:12px}
.contact-content{padding-top:105px;padding-bottom:105px}
.contact-content-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:120px}
.contact-content h2{font-size:46px;line-height:.98;letter-spacing:-.055em;margin:0 0 20px}
.contact-muted{color:#777b80;max-width:400px;font-size:14px;line-height:1.7}
.contact-form{display:grid;gap:22px}
.contact-form label{display:grid;gap:8px}
.contact-form label>span{font-size:11px;font-weight:800}
.contact-form label small{font-weight:400;color:#929497}
.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box;border:0;border-bottom:1px solid #d8d8d6;background:transparent;border-radius:0;padding:12px 0;font:inherit;font-size:14px;outline:none;transition:border-color .18s ease;resize:vertical}
.contact-form input:focus,.contact-form textarea:focus{border-color:#111}
.contact-form textarea{min-height:110px}
.contact-submit{border:0;cursor:pointer;width:max-content;min-width:220px}
.form-note{font-size:10px;color:#929497;margin:0}
.contact-strip{background:#f2f2f0;padding:55px 0}
.contact-strip-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:50px;align-items:center}
.contact-strip h2{font-size:31px;line-height:1;letter-spacing:-.05em;margin:0}
.contact-strip-grid>p:not(.eyebrow){color:#6d7074;font-size:13px;line-height:1.6;margin:0;max-width:430px}
.contact-strip .arrow-link{white-space:nowrap}
@media(max-width:900px){
  .contact-hero-grid,.contact-content-grid{grid-template-columns:1fr;gap:50px}
  .contact-hero{min-height:auto}
  .contact-hero-grid{padding:75px 0}
  .contact-hero-card{max-width:520px}
  .contact-content{padding:75px 0}
  .contact-strip-grid{grid-template-columns:1fr;gap:20px}
}
@media(max-width:600px){
  .contact-hero-copy h1{font-size:48px}
  .contact-hero-card{padding:28px}
  .contact-content h2{font-size:40px}
  .contact-submit{width:100%}
}

/* V17 — Homepage product discovery */
.homepage-product-grid{grid-template-columns:repeat(3,1fr);gap:18px}
.homepage-product-grid .product-image{aspect-ratio:1/1}
.homepage-products-footer{margin-top:34px;padding-top:28px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:30px}
.homepage-products-footer p{margin:0;color:var(--muted);font-size:13px;line-height:1.5;max-width:520px}
.dark-button{background:var(--dark);color:#fff;border:1px solid var(--dark)}
.dark-button:hover{background:#242528;color:#fff}
.dark-button span{margin-left:12px}
@media(max-width:900px){
  .homepage-product-grid{grid-template-columns:repeat(2,1fr)}
  .homepage-products-footer{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
  .homepage-product-grid{grid-template-columns:1fr}
}

/* V22 — clearer product catalogue entry point */
#products {
  position: relative;
}

#products .products-top-cta,
.products-top-cta {
  float: right;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: -42px;
  padding: 13px 18px;
  border: 1px solid #d7d7d7;
  background: #f4f4f2;
  color: #111;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

#products .products-top-cta:hover,
.products-top-cta:hover {
  background: #eaeae7;
  border-color: #bdbdbd;
  transform: translateY(-1px);
}

#products .homepage-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

#products .catalogue-card {
  display: block;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  background: #f4f4f2;
  border: 1px solid #dededb;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

#products .catalogue-card:hover {
  transform: translateY(-3px);
  border-color: #c9c9c5;
  background: #eeeeeb;
}

#products .catalogue-card-inner {
  min-height: 100%;
  box-sizing: border-box;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

#products .catalogue-card-label {
  color: #ed0b18;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

#products .catalogue-card strong {
  font-size: 22px;
  line-height: 1.1;
}

#products .catalogue-card span:last-child {
  color: #5f6973;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  #products .homepage-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  #products .products-top-cta,
  .products-top-cta {
    float: none;
    margin: 18px 0 24px;
  }

  #products .homepage-product-grid {
    grid-template-columns: 1fr;
  }
}

/* V22.1 — fourth catalogue card */
#products .homepage-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

#products .catalogue-card {
  display: flex;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  background: #f4f4f2;
  border: 1px solid #dededb;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

#products .catalogue-card:hover {
  transform: translateY(-3px);
  border-color: #c9c9c5;
  background: #eeeeeb;
}

#products .catalogue-card-inner {
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

#products .catalogue-card-label {
  color: #ed0b18;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

#products .catalogue-card strong {
  font-size: 22px;
  line-height: 1.1;
}

#products .catalogue-card-inner > span:last-child {
  color: #5f6973;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  #products .homepage-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  #products .products-top-cta {
    float: none;
    margin: 18px 0 24px;
  }

  #products .homepage-product-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   AQUORA AUTO V23 — Products section CTA redesign
   ========================================================= */

#products .products-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}

#products .products-heading h2 {
  margin: 0;
}

#products .products-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

#products .catalogue-search-button,
#products .catalogue-view-button {
  min-height: 46px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

#products .catalogue-search-button {
  color: #111;
  background: #fff;
  border: 1px solid #d5d5d2;
}

#products .catalogue-search-button:hover {
  background: #f0f0ed;
  border-color: #bdbdb9;
  transform: translateY(-2px);
}

#products .catalogue-search-icon {
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  transform: rotate(-15deg);
}

#products .catalogue-view-button {
  color: #fff;
  background: #111216;
  border: 1px solid #111216;
}

#products .catalogue-view-button:hover {
  background: #ed0b18;
  border-color: #ed0b18;
  transform: translateY(-2px);
}

#products .homepage-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

#products .catalogue-card {
  display: block;
  min-width: 0;
  min-height: 100%;
  box-sizing: border-box;
  color: #111216;
  text-decoration: none;
  background: #e9e9e6;
  border: 1px solid #d9d9d6;
  overflow: hidden;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

#products .catalogue-card:hover {
  transform: translateY(-4px);
  background: #e2e2df;
  border-color: #c7c7c3;
}

#products .catalogue-card-content {
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#products .catalogue-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#products .catalogue-card-eyebrow {
  color: #ed0b18;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}

#products .catalogue-card-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #c9c9c5;
  border-radius: 50%;
  font-size: 17px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

#products .catalogue-card:hover .catalogue-card-arrow {
  background: #111216;
  color: #fff;
  transform: translate(2px, -2px);
}

#products .catalogue-card h3 {
  margin: auto 0 10px;
  padding-top: 48px;
  font-size: 27px;
  line-height: 1.02;
  letter-spacing: -.045em;
}

#products .catalogue-card p {
  margin: 0 0 24px;
  max-width: 230px;
  color: #62666b;
  font-size: 12px;
  line-height: 1.5;
}

#products .catalogue-card-link {
  font-size: 12px;
  font-weight: 800;
}

#products .catalogue-card-link span {
  margin-left: 7px;
}

@media (max-width: 900px) {
  #products .products-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  #products .products-actions {
    width: 100%;
  }

  #products .catalogue-search-button,
  #products .catalogue-view-button {
    flex: 1;
  }

  #products .homepage-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  #products .products-actions {
    flex-direction: column;
    align-items: stretch;
  }

  #products .catalogue-search-button,
  #products .catalogue-view-button {
    width: 100%;
  }

  #products .homepage-product-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   AQUORA AUTO V24 — Editorial ecommerce product section
   Inspired by current "slow browsing" ecommerce patterns:
   fewer competing elements, strong hierarchy, generous space,
   high-contrast CTA, and a differentiated catalogue tile.
   ========================================================= */

#products.products-section {
  background: #f7f7f5;
}

#products .products-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 34px;
}

#products .products-title h2 {
  margin: 0;
  letter-spacing: -.045em;
}

#products .products-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

#products .catalogue-search-button,
#products .catalogue-view-button {
  height: 46px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

#products .catalogue-search-button {
  color: #111216;
  background: transparent;
  border: 1px solid #cfcfcb;
}

#products .catalogue-search-button:hover {
  background: #fff;
  border-color: #999994;
  transform: translateY(-2px);
}

#products .catalogue-search-icon {
  position: relative;
  width: 13px;
  height: 13px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
}

#products .catalogue-search-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1.5px;
  right: -4px;
  bottom: -2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

#products .catalogue-view-button {
  color: #fff;
  background: #111216;
  border: 1px solid #111216;
}

#products .catalogue-view-button:hover {
  background: #ed0b18;
  border-color: #ed0b18;
  transform: translateY(-2px);
}

#products .catalogue-arrow {
  font-size: 16px;
  line-height: 1;
  transition: transform .2s ease;
}

#products .catalogue-view-button:hover .catalogue-arrow {
  transform: translateX(3px);
}

#products .homepage-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

#products .homepage-product-grid .product-card,
#products .homepage-product-grid .catalogue-card {
  min-width: 0;
}

#products .homepage-product-grid .product-card {
  background: #fff;
  border: 1px solid #dededb;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

#products .homepage-product-grid .product-card:hover {
  transform: translateY(-4px);
  border-color: #c9c9c5;
  box-shadow: 0 14px 30px rgba(0,0,0,.07);
}

#products .homepage-product-grid .product-image {
  background: #ededeb;
  aspect-ratio: 1 / 1;
}

#products .homepage-product-grid .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#products .homepage-product-grid .product-info {
  min-height: 112px;
  box-sizing: border-box;
  padding: 17px 17px 15px;
  display: flex;
  flex-direction: column;
}

#products .homepage-product-grid .product-info .brand {
  margin: 0 0 8px;
  color: #ed0b18;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

#products .homepage-product-grid .product-info h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

#products .homepage-product-grid .product-meta {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#products .homepage-product-grid .product-meta strong {
  font-size: 13px;
}

#products .homepage-product-grid .product-meta span {
  color: #697078;
  font-size: 10px;
}

#products .catalogue-card {
  display: block;
  min-height: 100%;
  box-sizing: border-box;
  color: #fff;
  background: #111216;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: transform .25s ease, background .25s ease;
}

#products .catalogue-card::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -85px;
  top: -85px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(255,255,255,.035),
    0 0 0 58px rgba(255,255,255,.025);
}

#products .catalogue-card::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
  background: #ed0b18;
}

#products .catalogue-card:hover {
  transform: translateY(-4px);
  background: #18191d;
}

#products .catalogue-card-content {
  min-height: 100%;
  box-sizing: border-box;
  padding: 19px 20px 18px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

#products .catalogue-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#products .catalogue-card-eyebrow {
  color: #ed0b18;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}

#products .catalogue-card-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  font-size: 17px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

#products .catalogue-card:hover .catalogue-card-arrow {
  background: #ed0b18;
  border-color: #ed0b18;
  transform: translate(2px, -2px);
}

#products .catalogue-card-main {
  margin-top: auto;
  padding-top: 48px;
}

#products .catalogue-card-main h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 25px;
  line-height: .99;
  letter-spacing: -.045em;
}

#products .catalogue-card-main p {
  margin: 0;
  max-width: 220px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  line-height: 1.5;
}

#products .catalogue-card-bottom {
  margin-top: 25px;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
}

#products .catalogue-card-bottom span:last-child {
  font-size: 15px;
  transition: transform .2s ease;
}

#products .catalogue-card:hover .catalogue-card-bottom span:last-child {
  transform: translateX(4px);
}

#products .products-footnote {
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid #dededb;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #686d73;
  font-size: 11px;
}

#products .products-footnote a {
  color: #111216;
  font-weight: 800;
  text-decoration: none;
}

#products .products-footnote a span {
  margin-left: 5px;
}

@media (max-width: 1000px) {
  #products .products-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  #products .products-actions {
    width: 100%;
  }

  #products .homepage-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  #products .products-actions {
    flex-direction: column;
    align-items: stretch;
  }

  #products .catalogue-search-button,
  #products .catalogue-view-button {
    width: 100%;
  }

  #products .homepage-product-grid {
    grid-template-columns: 1fr;
  }

  #products .products-footnote {
    flex-direction: column;
  }
}


/* V26 — modern global footer */
.site-footer{
  width:100%;
  margin-top:0;
  background:#111214;
  color:#fff;
  border-top:1px solid #1d1e21;
}
.site-footer .footer-main{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:72px 0 62px;
  display:grid;
  grid-template-columns:1.3fr .7fr .9fr;
  gap:55px;
}
.site-footer .footer-brand{
  max-width:430px;
}
.site-footer .footer-logo{
  display:inline-block;
  color:#fff;
  text-decoration:none;
  font-size:22px;
  letter-spacing:-.045em;
}
.site-footer .footer-logo strong{
  font-weight:900;
}
.site-footer .footer-brand>p{
  margin:15px 0 28px;
  color:#92959a;
  font-size:12px;
  line-height:1.6;
  max-width:330px;
}
.site-footer .footer-whatsapp{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:12px 16px;
  border:1px solid #ed0b16;
  background:#ed0b16;
  color:#fff;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
  transition:.2s ease;
}
.site-footer .footer-whatsapp:hover{
  background:#ed0b16;
  border-color:#ed0b16;
}
.site-footer .footer-whatsapp span{
  color:#fff;
  font-size:16px;
  line-height:1;
}
.site-footer .footer-whatsapp:hover span{
  color:#fff;
}
.site-footer .footer-heading{
  color:#ed0b16;
  font-size:9px;
  font-weight:900;
  letter-spacing:.2em;
  margin-bottom:18px;
}
.site-footer .footer-links{
  display:grid;
  gap:11px;
}
.site-footer .footer-links a{
  color:#c6c8cb;
  text-decoration:none;
  font-size:12px;
  transition:color .18s ease;
}
.site-footer .footer-links a:hover{
  color:#fff;
}

.site-footer .footer-social-links span{
  color:var(--red);
  font-size:11px;
  transition:transform .2s ease;
}
.site-footer .footer-social-links a:hover span{transform:translate(2px,-2px)}

.site-footer .footer-catalogue p{
  margin:0 0 19px;
  max-width:310px;
  color:#92959a;
  font-size:12px;
  line-height:1.65;
}
.site-footer .footer-catalogue-link{
  display:inline-flex;
  align-items:center;
  gap:13px;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}
.site-footer .footer-catalogue-link span{
  color:#ed0b16;
  font-size:17px;
  transition:transform .18s ease;
}
.site-footer .footer-catalogue-link:hover span{
  transform:translateX(4px);
}
.site-footer .footer-bottom{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:18px 0 22px;
  border-top:1px solid #292b2f;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.site-footer .copyright{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 22px;
  color:#73767b;
  font-size:10px;
  line-height:1.5;
}
.site-footer .ssm-number{
  display:inline-block;
  margin-left:0;
  white-space:nowrap;
  color:#73767b;
}
.site-footer .footer-mini{
  color:#55585d;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.16em;
}
@media(max-width:850px){
  .site-footer .footer-main{
    grid-template-columns:1fr 1fr;
    gap:45px;
    padding:55px 24px 45px;
  }
  .site-footer .footer-brand{
    grid-column:1 / -1;
  }
  .site-footer .footer-bottom{
    padding-left:24px;
    padding-right:24px;
  }
}
@media(max-width:560px){
  .site-footer .footer-main{
    grid-template-columns:1fr;
    gap:36px;
  }
  .site-footer .footer-brand{
    grid-column:auto;
  }
  .site-footer .footer-bottom{
    display:block;
  }
  .site-footer .footer-mini{
    margin-top:10px;
  }
}

/* V27 — dedicated About page */
.about-page{background:#fff}
.about-hero{background:#111214;color:#fff;min-height:520px;display:flex;align-items:center;position:relative;overflow:hidden}
.about-hero:before{content:"";position:absolute;inset:0;background:
  radial-gradient(circle at 82% 35%,rgba(237,11,22,.15),transparent 31%),
  linear-gradient(135deg,transparent 30%,rgba(255,255,255,.035) 30.2%,transparent 30.4%),
  linear-gradient(315deg,transparent 55%,rgba(255,255,255,.025) 55.2%,transparent 55.4%)}
.about-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:center;padding:90px 0}
.about-hero h1{font-size:clamp(48px,6vw,76px);line-height:.97;letter-spacing:-.065em;margin:18px 0 0}
.about-hero h1 span{color:#cfd0d2}
.about-hero-copy p{color:#b1b4b8;font-size:16px;line-height:1.7;max-width:520px;margin:0 0 18px}
.about-content{padding:105px 0}
.about-content-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:120px}
.about-content h2{font-size:46px;line-height:1;letter-spacing:-.055em;margin:18px 0 0;max-width:500px}
.eyebrow{font-size:9px;font-weight:900;letter-spacing:.2em;color:#ed0b16}
.about-details{border-top:1px solid #e5e5e5}
.about-row{display:grid;grid-template-columns:180px 1fr;gap:35px;padding:22px 0;border-bottom:1px solid #e5e5e5;font-size:12px}
.about-row strong{font-weight:800}
.about-row span{color:#777b80;line-height:1.6}
@media(max-width:800px){
  .about-hero-grid,.about-content-grid{grid-template-columns:1fr;gap:50px}
  .about-hero-grid{padding:70px 24px}
  .about-content{padding:70px 24px}
  .about-row{grid-template-columns:1fr;gap:8px}
}

/* V28 — About page runtime fix and navigation */
.about-page{background:#fff}
.about-hero{background:#111214;color:#fff;min-height:520px;display:flex;align-items:center;position:relative;overflow:hidden}
.about-hero:before{content:"";position:absolute;inset:0;background:
  radial-gradient(circle at 82% 35%,rgba(237,11,22,.15),transparent 31%),
  linear-gradient(135deg,transparent 30%,rgba(255,255,255,.035) 30.2%,transparent 30.4%),
  linear-gradient(315deg,transparent 55%,rgba(255,255,255,.025) 55.2%,transparent 55.4%)}
.about-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:center;padding:90px 0}
.about-hero h1{font-size:clamp(48px,6vw,76px);line-height:.97;letter-spacing:-.065em;margin:18px 0 0}
.about-hero h1 span{color:#cfd0d2}
.about-hero-copy p{color:#b1b4b8;font-size:16px;line-height:1.7;max-width:520px;margin:0 0 18px}
.about-content{padding:105px 0}
.about-content-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:120px}
.about-content h2{font-size:46px;line-height:1;letter-spacing:-.055em;margin:18px 0 0;max-width:500px}
.about-details{border-top:1px solid #e5e5e5}
.about-row{display:grid;grid-template-columns:180px 1fr;gap:35px;padding:22px 0;border-bottom:1px solid #e5e5e5;font-size:12px}
.about-row strong{font-weight:800}
.about-row span{color:#777b80;line-height:1.6}
@media(max-width:800px){
  .about-hero-grid,.about-content-grid{grid-template-columns:1fr;gap:50px}
  .about-hero-grid{padding:70px 24px}
  .about-content{padding:70px 24px}
  .about-row{grid-template-columns:1fr;gap:8px}
}

/* V29 — standardize product information tabs */
.product-tabs{
  width:100%;
}
.product-tabs .tab-nav{
  min-height:42px;
  display:flex;
  align-items:stretch;
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
}
.product-tabs .tab-button{
  appearance:none;
  -webkit-appearance:none;
  position:relative;
  display:inline-flex;
  align-items:center;
  height:42px;
  padding:0 0;
  margin:0 28px 0 0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#74777b;
  font:inherit;
  font-size:10px;
  font-weight:800;
  letter-spacing:.01em;
  text-transform:uppercase;
  cursor:pointer;
}
.product-tabs .tab-button.active{
  color:#111;
}
.product-tabs .tab-button.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:#111;
}
.product-tabs .tab-panel{
  min-height:145px;
  padding:30px 0 34px;
  margin:0;
  box-sizing:border-box;
}
.product-tabs .tab-panel[hidden]{
  display:none!important;
}
.product-tabs .tab-panel p{
  margin:0;
  color:#666a70;
  font-size:12px;
  line-height:1.7;
}
.product-tabs .tab-panel h2{
  margin:0 0 14px;
  font-size:16px;
  line-height:1.2;
  letter-spacing:-.02em;
}
.product-tabs .tab-panel .spec-list,
.product-tabs .tab-panel ul{
  margin:0;
}

/* V30 — align Additional Information content with Features */
.product-tabs .information-table{
  margin-top:0;
  border-top:0;
}
.product-tabs .information-table > div:first-child{
  padding-top:0;
}
.product-tabs .information-table.no-top-line{
  border-top:0;
}

/* =========================================================
   AQUORA AUTO V31 — Industrial red / black visual refresh
   Keeps existing PHP structure and functionality intact.
   ========================================================= */
:root{
  --red:#ed0b18;
  --red-dark:#b80712;
  --black:#0b0c0f;
  --dark:#111317;
  --ink:#111216;
  --muted:#74787e;
  --line:#dedfdd;
  --soft:#f2f2ef;
  --white:#fff;
  --max:1280px;
}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--ink)}
.container{width:min(var(--max),calc(100% - 72px))}

.announcement-bar{height:36px;background:#070809;color:#b9bdc2;border-bottom:1px solid #202226;font-size:11px}
.announcement-inner{height:100%;display:flex;align-items:center;justify-content:center;gap:10px;letter-spacing:.01em}
.announcement-inner strong{color:#fff;letter-spacing:.03em}
.announcement-dot{width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(237,11,24,.12)}

.site-header{position:sticky;top:0;background:rgba(8,9,11,.94);border-bottom:1px solid #24262a;backdrop-filter:blur(16px);color:#fff}
.nav{height:72px;gap:42px}
.logo{color:#fff;font-size:22px;letter-spacing:-.06em}
.logo strong{font-weight:900;color:#fff}
.logo span{font-weight:400;color:#d5d7da;margin-left:4px}
.main-nav{display:flex;justify-content:center;gap:31px;flex:1}
.main-nav a{position:relative;color:#aeb1b6;font-size:12px;font-weight:600;padding:28px 0 26px}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--red)}
.nav-whatsapp{color:#fff;font-size:12px;font-weight:900;transition:.2s ease}
.nav-whatsapp:hover{color:#ff3a43}

.hero{min-height:690px;background:#0b0d10;color:#fff;display:flex;align-items:center;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 42%,rgba(237,11,24,.22),transparent 28%),radial-gradient(circle at 100% 80%,rgba(18,206,184,.08),transparent 26%),linear-gradient(115deg,#0b0d10 0%,#111419 48%,#1a1013 100%)}
.hero:after{content:"";position:absolute;inset:0;opacity:.32;background:linear-gradient(120deg,transparent 42%,rgba(255,255,255,.055) 42.2%,transparent 42.4%),linear-gradient(25deg,transparent 66%,rgba(255,255,255,.035) 66.2%,transparent 66.4%);pointer-events:none}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;min-height:690px}
.hero-content{padding:86px 0 76px;position:relative;z-index:3}
.hero .eyebrow{margin-bottom:18px}
.hero h1{font-size:clamp(54px,6.5vw,86px);max-width:780px;line-height:.91;letter-spacing:-.065em;margin:0;text-transform:uppercase}
.hero h1 span{color:#d9dadd}
.hero-description{max-width:640px;color:#b8bdc3;font-size:16px;line-height:1.6;margin:28px 0 28px}
.actions{gap:11px}
.button{min-height:49px;border-radius:2px;padding:0 20px;font-size:12px;letter-spacing:.01em}
.button.primary{background:var(--red);box-shadow:0 10px 24px rgba(237,11,24,.16)}
.button.primary:hover{background:#ff1724;transform:translateY(-2px)}
.button.outline{border:1px solid #565a60;color:#fff;background:rgba(255,255,255,.02)}
.button.outline:hover{border-color:#fff;background:#fff;color:#111}


.hero-showcase{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}
.hero-showcase:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.012),0 0 0 110px rgba(255,255,255,.009)}
.hero-showcase:after{content:"";position:absolute;width:480px;height:150px;bottom:68px;right:20px;background:radial-gradient(ellipse,rgba(0,0,0,.72),transparent 70%);filter:blur(10px)}
.hero-product{position:absolute;display:block;overflow:hidden;transition:transform .35s ease,filter .35s ease;z-index:2}
.hero-product img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 28px 30px rgba(0,0,0,.35))}
.hero-product:hover{transform:translateY(-8px) scale(1.025);z-index:5}
.hero-product-1{width:300px;height:300px;right:150px;top:90px}
.hero-product-2{width:275px;height:275px;right:-4px;bottom:72px;transform:rotate(3deg)}
.hero-product-3{width:250px;height:250px;right:255px;bottom:44px;transform:rotate(-4deg)}
.hero-product-4{width:210px;height:210px;right:20px;top:75px;transform:rotate(4deg)}
.hero-orbit{position:absolute;border-radius:50%;border:1px solid rgba(237,11,24,.28)}
.hero-orbit-one{width:470px;height:470px}
.hero-orbit-two{width:360px;height:360px;border-color:rgba(31,205,184,.18)}
.hero-glow{width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(237,11,24,.25),transparent 70%);filter:blur(8px)}

.section{padding:96px 0}
#categories{background:#0f1114;color:#fff}
#categories .section-top h2{color:#fff}
.category-grid{gap:14px}
.category-card{min-height:340px;background:#17191d;border:1px solid #2a2d31;transition:transform .25s ease,border-color .25s ease}
.category-card:before{background:linear-gradient(145deg,rgba(237,11,24,.08),transparent 55%,rgba(23,200,181,.06))}
.category-card:hover{transform:translateY(-5px);border-color:#4a4d52}
.category-card h3{font-size:29px}
.category-card p{color:#8d9298}

#products.products-section{background:#f3f3f0;padding-top:96px;padding-bottom:105px}
#products .products-heading{align-items:flex-end;margin-bottom:30px}
#products .products-title h2{font-size:46px}
#products .products-actions{gap:10px}
#products .catalogue-search-button,#products .catalogue-view-button{height:48px;border-radius:1px;padding:0 18px}
#products .catalogue-search-button{background:#fff;border:1px solid #cfd1ce}
#products .catalogue-view-button{background:#111317;border-color:#111317;color:#fff}
#products .catalogue-view-button:hover{background:var(--red);border-color:var(--red)}
#products .homepage-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
#products .product-card{border:1px solid #dcdedb;background:#fff;box-shadow:none}
#products .product-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(0,0,0,.08);border-color:#c7c9c5}
#products .product-image{background:#ecece8;aspect-ratio:1/1}
#products .product-image img{object-fit:cover}
#products .product-info{padding:18px}
#products .product-info h3{font-size:17px}
#products .product-meta{margin-top:20px}
#products .product-meta strong{font-size:15px}
#products .product-meta span{color:#2b8b4c;font-weight:700}
#products .catalogue-card{background:#101216;color:#fff;border:1px solid #101216;position:relative;min-height:100%;overflow:hidden}
#products .catalogue-card:before{content:"";position:absolute;width:260px;height:260px;right:-90px;top:-80px;border-radius:50%;border:1px solid rgba(255,255,255,.10);box-shadow:0 0 0 34px rgba(255,255,255,.025),0 0 0 70px rgba(255,255,255,.018)}
#products .catalogue-card:after{content:"";position:absolute;inset:auto 0 0 0;height:4px;background:var(--red)}
#products .catalogue-card-content{position:relative;z-index:2;padding:23px}
#products .catalogue-card-eyebrow{color:#ff2531}
#products .catalogue-card-arrow{border-color:#44484e;color:#fff}
#products .catalogue-card h3{font-size:30px;color:#fff;margin-top:80px}
#products .catalogue-card p{color:#9499a0;max-width:220px}
#products .catalogue-card-bottom{display:flex;justify-content:space-between;border-top:1px solid #2b2e33;padding-top:17px;color:#fff;font-size:11px;font-weight:800}
#products .catalogue-card:hover{background:#15171b;border-color:#2d3035;transform:translateY(-5px)}
#products .products-footnote{border-top:1px solid #d8dad7;margin-top:35px;padding-top:20px;color:#74787e}

/* Product/detail/catalogue pages use the same visual language */
.catalogue{background:#f3f3f0;padding-top:78px}
.catalogue-heading h1{font-size:62px}
.search-input{border-color:#d0d2cf}
.search-bar button{background:#111317}
.product-page{background:#fff;padding-top:55px}
.detail-image{background:#f1f1ee}
.whatsapp-button{background:var(--red)}

/* About + contact pages */
.about-hero,.contact-hero{background:#0f1114!important;color:#fff!important}
.about-hero h1,.contact-hero h1{color:#fff}
.about-hero h1 span,.contact-hero h1 span{color:#d7d9dc}
.about-hero-copy p,.contact-hero-copy>p:last-child{color:#aeb3b9}
.about-content{background:#fff}
.contact-content{background:#f3f3f0}
.contact-hero-card{background:#f1f1ee!important;color:#111216!important;border-left:3px solid var(--red)}
.contact-hero-card h2{color:#111216}

/* Footer stays dark, now with a slightly stronger red identity */
.site-footer{background:#090a0c;border-top:1px solid #202226}
.site-footer .footer-logo strong{color:#fff}
.site-footer .footer-logo{color:#d2d5d8}
.site-footer .footer-whatsapp:hover{background:var(--red);border-color:var(--red)}
.site-footer .footer-heading{color:#ff2531}

@media(max-width:1050px){
  .container{width:min(var(--max),calc(100% - 48px))}
  .hero-grid{grid-template-columns:1fr}
  .hero-showcase{position:absolute;right:-50px;bottom:0;width:52%;height:570px;min-height:0;opacity:.55;pointer-events:none}
  .hero-content{max-width:760px}
  #products .homepage-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .announcement-inner span:not(.announcement-dot){display:none}
  .announcement-inner{font-size:9px}
  .nav{height:64px}
  .main-nav{gap:18px}
  .main-nav a{font-size:10px;padding:24px 0 22px}
  .nav-whatsapp{display:none}
  .hero{min-height:720px}
  .hero-grid{min-height:720px}
  .hero-content{padding:70px 0 50px}
  .hero h1{font-size:50px;max-width:600px}
  .hero-showcase{right:-100px;width:72%;opacity:.26}
  #products .products-heading{align-items:flex-start;flex-direction:column}
  #products .products-actions{width:100%}
  #products .catalogue-search-button,#products .catalogue-view-button{flex:1}
}
@media(max-width:600px){
  .container{width:calc(100% - 28px)}
  .main-nav{gap:12px}
  .main-nav a:nth-child(2){display:none}
  .hero h1{font-size:43px}
  .hero-description{font-size:14px}
  .actions{width:100%}
  .actions .button{flex:1}
  .hero-showcase{display:none}
  #products .homepage-product-grid{grid-template-columns:1fr}
  #products .products-actions{flex-direction:column}
  #products .catalogue-search-button,#products .catalogue-view-button{width:100%}
}
\n

/* V2.1 — compact hero, clearer navigation, stronger stock announcement */
.announcement-bar{
  height:46px;
  background:#070809;
  color:#d9dde1;
  border-bottom:1px solid #2b2e33;
  font-size:13px;
}
.announcement-inner{
  height:100%;
  gap:12px;
  letter-spacing:.01em;
}
.announcement-inner strong{
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
  animation:aquora-stock-highlight 1.7s ease-in-out infinite;
}
.announcement-inner > span:not(.announcement-dot){
  color:#d9dde1;
  font-size:12px;
  animation:aquora-stock-subtle 1.7s ease-in-out infinite;
}
.announcement-dot{
  width:9px;
  height:9px;
  flex:0 0 9px;
  background:#ff1724;
  box-shadow:0 0 0 4px rgba(237,11,24,.13),0 0 12px rgba(237,11,24,.55);
  animation:aquora-stock-pulse 1.7s ease-in-out infinite;
}
@keyframes aquora-stock-pulse{
  0%,100%{opacity:1;transform:scale(1);box-shadow:0 0 0 4px rgba(237,11,24,.13),0 0 12px rgba(237,11,24,.55)}
  50%{opacity:.55;transform:scale(.78);box-shadow:0 0 0 7px rgba(237,11,24,.04),0 0 5px rgba(237,11,24,.25)}
}
@keyframes aquora-stock-highlight{
  0%,100%{opacity:1;text-shadow:0 0 0 rgba(255,23,36,0),0 0 8px rgba(255,23,36,.08)}
  50%{opacity:.92;text-shadow:0 0 6px rgba(255,23,36,.45),0 0 16px rgba(255,23,36,.28)}
}
@keyframes aquora-stock-subtle{
  0%,100%{opacity:.78}
  50%{opacity:1}
}
@media (prefers-reduced-motion: reduce){
  .announcement-inner strong,.announcement-inner > span:not(.announcement-dot),.announcement-dot{
    animation:none;
  }
}

.site-header{background:rgba(8,9,11,.97)}
.nav{height:68px}
.main-nav{gap:34px}
.main-nav a{
  color:#d1d5da;
  font-size:13px;
  font-weight:700;
  padding:25px 0 23px;
  text-shadow:0 1px 8px rgba(0,0,0,.3);
}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a.active::after{height:3px;box-shadow:0 0 10px rgba(237,11,24,.45)}

.hero{min-height:555px}
.hero-grid{min-height:555px}
.hero-content{padding:62px 0 52px}
.hero .eyebrow{margin-bottom:14px}
.hero h1{font-size:clamp(50px,5.8vw,76px);max-width:760px}
.hero-description{font-size:15px;line-height:1.5;margin:22px 0 23px;max-width:620px}
.button{min-height:45px}
.hero-showcase{min-height:470px}
.hero-showcase:before{width:440px;height:440px}
.hero-showcase:after{width:430px;height:130px;bottom:45px}
.hero-product-1{width:270px;height:270px;right:140px;top:65px}
.hero-product-2{width:245px;height:245px;right:-4px;bottom:55px}
.hero-product-3{width:225px;height:225px;right:235px;bottom:28px}
.hero-product-4{width:190px;height:190px;right:15px;top:55px}

/* The header no longer carries a WhatsApp action. Keep the class harmless for older templates. */
.nav-whatsapp{display:none!important}

@media(max-width:1050px){
  .hero-showcase{height:480px;min-height:0}
}
@media(max-width:760px){
  .announcement-bar{height:42px}
  .announcement-inner{font-size:11px}
  .announcement-inner strong{font-size:11px}
  .announcement-inner > span:not(.announcement-dot){font-size:10px}
  .nav{height:64px}
  .main-nav{gap:18px}
  .main-nav a{font-size:11px;padding:23px 0 21px}
  .hero{min-height:620px}
  .hero-grid{min-height:620px}
  .hero-content{padding:58px 0 44px}
  .hero h1{font-size:48px}
  .hero-showcase{height:520px}
}
@media(max-width:600px){
  .announcement-inner > span:not(.announcement-dot){display:inline}
  .announcement-inner{gap:7px;font-size:9px}
  .announcement-inner strong{font-size:9px}
  .announcement-inner > span:not(.announcement-dot){font-size:8px}
}


/* V32 — keep the stock announcement attached to the sticky navbar.
   Both bars remain visible together while scrolling. */
:root{
  --announcement-height:46px;
}
.announcement-bar{
  position:sticky;
  top:0;
  z-index:1001;
}
.site-header{
  position:sticky;
  top:var(--announcement-height);
  z-index:1000;
}
@media(max-width:760px){
  :root{--announcement-height:42px}
}


/* V33 — unified fixed header stack.
   The stock announcement and navbar are one persistent chrome block. */
:root{
  --announcement-height:46px;
  --nav-height:68px;
  --header-stack-height:114px;
}
html{scroll-padding-top:var(--header-stack-height)}
body{padding-top:var(--header-stack-height)}
.site-chrome{
  position:fixed;
  inset:0 0 auto 0;
  z-index:2000;
  width:100%;
}
.site-chrome .announcement-bar,
.site-chrome .site-header{
  position:relative;
  top:auto;
}
.site-chrome .announcement-bar{height:var(--announcement-height)}
.site-chrome .site-header{height:var(--nav-height)}
.site-chrome .nav{height:var(--nav-height)}
@media(max-width:760px){
  :root{
    --announcement-height:42px;
    --nav-height:64px;
    --header-stack-height:106px;
  }
  .site-chrome .announcement-bar{height:var(--announcement-height)}
  .site-chrome .site-header{height:var(--nav-height)}
  .site-chrome .nav{height:var(--nav-height)}
}


/* V34 — persistent announcement + navigation chrome.
   The stock announcement follows the user for the entire page lifetime.
   It is anchored to the viewport, not to document scroll position. */
:root{
  --announcement-height:46px;
  --nav-height:68px;
  --header-stack-height:114px;
}
html{scroll-padding-top:var(--header-stack-height)!important}
body{padding-top:var(--header-stack-height)!important}
.site-chrome{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  height:var(--header-stack-height)!important;
  margin:0!important;
  padding:0!important;
  z-index:2147483000!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
.site-chrome .announcement-bar{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  height:var(--announcement-height)!important;
  z-index:2!important;
}
.site-chrome .site-header{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  height:var(--nav-height)!important;
  z-index:1!important;
}
.site-chrome .nav{height:var(--nav-height)!important}
@media(max-width:760px){
  :root{
    --announcement-height:42px;
    --nav-height:64px;
    --header-stack-height:106px;
  }
}

/* V35 — final navbar contrast fix.
   The legacy V13 selectors were more specific than the newer dark-navbar rules,
   causing the navigation labels to inherit dark text on the dark header.
   Keep the existing layout and active underline, but force readable contrast. */
.site-chrome .site-header .main-nav a,
.site-chrome header.site-header .main-nav a{
  color:#d9dde2!important;
  font-weight:700!important;
  text-shadow:0 1px 8px rgba(0,0,0,.35);
}
.site-chrome .site-header .main-nav a:hover,
.site-chrome .site-header .main-nav a.active,
.site-chrome header.site-header .main-nav a:hover,
.site-chrome header.site-header .main-nav a.active{
  color:#fff!important;
}
.site-chrome .site-header .main-nav a.active::after,
.site-chrome header.site-header .main-nav a.active::after{
  background:#ed0b16!important;
  height:3px!important;
  box-shadow:0 0 10px rgba(237,11,24,.45);
}

/* Admin-managed category imagery */
.category-card{transition:transform .25s ease,box-shadow .25s ease}.category-card-image{position:absolute;inset:0;background-image:var(--category-image);background-size:cover;background-position:center;opacity:.72;transition:transform .5s ease,opacity .3s ease}.category-card:before{z-index:1;background:linear-gradient(180deg,rgba(10,11,13,.18) 0%,rgba(10,11,13,.38) 45%,rgba(10,11,13,.94) 100%)}.category-card:hover .category-card-image{transform:scale(1.05);opacity:.82}.category-card>div{z-index:3}.category-card:after{z-index:2}

/* Category images are rendered as real IMG elements so Admin uploads are always visible. */
.category-card.has-category-image{isolation:isolate}
.category-card .category-card-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:0;opacity:.72;transition:transform .5s ease,opacity .3s ease}
.category-card.has-category-image:before{z-index:1;background:linear-gradient(180deg,rgba(10,11,13,.18) 0%,rgba(10,11,13,.40) 45%,rgba(10,11,13,.94) 100%)}
.category-card.has-category-image>div{position:relative;z-index:3}
.category-card.has-category-image:hover .category-card-image{transform:scale(1.05);opacity:.84}


/* V36 — category card image sizing/layout fix.
   Uploaded transparent PNGs are visual layers only and must never affect
   the card's dimensions or grid row height. */
#categories .category-grid{
  align-items:stretch;
}

#categories .category-card{
  min-height:0!important;
  height:auto!important;
  aspect-ratio:1.19 / 1;
  padding:27px!important;
  display:flex!important;
  align-items:flex-end!important;
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate;
}

#categories .category-card.has-category-image{
  position:relative!important;
}

#categories .category-card > .category-card-image,
#categories .category-card img.category-card-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  min-width:0!important;
  min-height:0!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  z-index:0!important;
  opacity:1!important;
  pointer-events:none!important;
  transition:transform .5s ease,opacity .3s ease!important;
}

#categories .category-card.has-category-image:before{
  z-index:1!important;
  background:linear-gradient(
    180deg,
    rgba(10,11,13,.06) 0%,
    rgba(10,11,13,.16) 48%,
    rgba(10,11,13,.88) 100%
  )!important;
}

#categories .category-card.has-category-image > div{
  position:relative!important;
  z-index:3!important;
  width:100%;
}

#categories .category-card.has-category-image:hover .category-card-image{
  transform:scale(1.035)!important;
  opacity:1!important;
}

@media(max-width:760px){
  #categories .category-card{
    aspect-ratio:1.19 / 1;
    min-height:0!important;
  }
}


/* V37 — Remove homepage featured-product hero showcase; keep abstract visual treatment. */
.hero-art{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center;pointer-events:none}
.hero-art:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.012),0 0 0 110px rgba(255,255,255,.009)}
.hero-art:after{content:"";position:absolute;width:480px;height:150px;bottom:68px;right:20px;background:radial-gradient(ellipse,rgba(0,0,0,.72),transparent 70%);filter:blur(10px)}
.hero-art .hero-orbit{position:absolute;z-index:1}
.hero-art .hero-glow{position:absolute;z-index:1}
@media(max-width:900px){.hero-art{display:none}.hero-grid{grid-template-columns:1fr;min-height:auto}}


/* V3.8 — Featured products homepage layout */
#products .homepage-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
#products .homepage-product-grid .product-card {
  min-width: 0;
}
#products .homepage-product-grid .product-image {
  aspect-ratio: 1 / 1;
}
@media (max-width: 980px) {
  #products .homepage-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  #products .homepage-product-grid {
    grid-template-columns: 1fr;
  }
}

/* V4.2.1 — stock status hierarchy */
.stock-in{color:#228341!important}
.stock-out{color:#e50914!important}
.stock-limited{color:#e67e00!important}
.product-meta .stock-out,.product-meta .stock-limited{font-weight:800}


/* V4.2.8 About Us cleanup */
.about-hero-copy p + p{margin-top:18px}
.about-hero-copy p:last-child{margin-bottom:0}


/* Aquora Auto brand assets */
.logo-image{display:block;width:154px;height:auto;max-height:34px;object-fit:contain;object-position:left center}
.site-footer .footer-logo-image{display:block;width:170px;height:auto;max-height:34px;object-fit:contain;object-position:left center}
@media(max-width:600px){.logo-image{width:142px}.site-footer .footer-logo-image{width:160px}}


/* V4.2.10 — compact homepage hero */
.hero{min-height:450px}
.hero-grid{min-height:450px}
.hero-content{padding:48px 0 42px}
.hero .eyebrow{margin-bottom:12px}
.hero h1{font-size:clamp(48px,5.4vw,70px);max-width:700px;line-height:.94}
.hero-description{margin:20px 0 22px;max-width:610px}
.hero-showcase{min-height:410px}
.hero-showcase:before{width:390px;height:390px}
.hero-showcase:after{width:390px;height:115px;bottom:34px}
@media(max-width:1050px){
  .hero{min-height:450px}
  .hero-grid{min-height:450px}
  .hero-showcase{height:410px;min-height:0}
}
@media(max-width:760px){
  .hero{min-height:520px}
  .hero-grid{min-height:520px}
  .hero-content{padding:55px 0 42px}
  .hero h1{font-size:48px}
  .hero-showcase{height:430px}
}
@media(max-width:600px){
  .hero{min-height:500px}
  .hero-grid{min-height:500px}
  .hero-content{padding:48px 0 36px}
  .hero h1{font-size:43px}
}


/* V4.2.12 — compact hero visual */
.hero{min-height:360px!important}
.hero-grid{min-height:360px!important;grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr)!important}
.hero-content{padding:32px 0 30px!important}
.hero h1{font-size:clamp(44px,5vw,66px)!important;max-width:680px!important}
.hero-description{font-size:14px!important;line-height:1.5!important;margin:18px 0 20px!important;max-width:600px!important}
.hero-art{min-height:360px!important;height:360px!important}
.hero-art:before{width:310px!important;height:310px!important;box-shadow:0 0 0 34px rgba(255,255,255,.012),0 0 0 68px rgba(255,255,255,.008)!important}
.hero-art:after{width:300px!important;height:85px!important;bottom:38px!important;right:0!important}
.hero-art .hero-orbit-one{width:280px!important;height:280px!important}
.hero-art .hero-orbit-two{width:215px!important;height:215px!important}
.hero-art .hero-glow{width:150px!important;height:150px!important}
@media(max-width:900px){
  .hero{min-height:400px!important}
  .hero-grid{min-height:400px!important;grid-template-columns:1fr!important}
  .hero-content{padding:48px 0 44px!important}
  .hero-art{display:none!important}
}
@media(max-width:600px){
  .hero{min-height:390px!important}
  .hero-grid{min-height:390px!important}
  .hero-content{padding:42px 0 38px!important}
  .hero h1{font-size:43px!important}
}

/* V4.2.13 — legal pages aligned with the current site design */
.legal-page{background:#fff;padding:76px 0 96px;min-height:520px}
.legal-header{max-width:850px;margin:0 0 46px}
.legal-header h1{font-size:clamp(42px,5.5vw,62px);line-height:.98;letter-spacing:-.06em;margin:0 0 14px;color:#111214}
.legal-header p{color:#70747a;font-size:13px;margin:0}
.legal-content{max-width:850px}
.legal-content section{border-top:1px solid #e7e7e7;padding:27px 0}
.legal-content h2{font-size:21px;line-height:1.15;letter-spacing:-.03em;margin:0 0 11px;color:#111214}
.legal-content h3{font-size:15px;margin:22px 0 8px;color:#111214}
.legal-content p,.legal-content li{font-size:13px;color:#555b61;line-height:1.8}
.legal-content ul{padding-left:20px;margin:10px 0}
.legal-content a{color:#111214;text-decoration:underline;text-underline-offset:2px}
.legal-content a:hover{color:var(--red)}
.legal-note{background:#f5f5f3;border-left:3px solid var(--red);padding:15px 18px;margin:20px 0}
.legal-note p{margin:0}
.legal-lang{display:inline-flex;align-items:center;font-size:9px;font-weight:900;letter-spacing:.18em;color:var(--red);margin-bottom:10px}
.footer-legal{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.footer-legal a{color:#73767b;font-size:10px;text-decoration:none;transition:color .18s ease}
.footer-legal a:hover{color:#fff}
@media(max-width:600px){
  .legal-page{padding:56px 0 72px}
  .legal-header{margin-bottom:34px}
  .legal-header h1{font-size:42px}
  .legal-content h2{font-size:19px}
  .legal-content p,.legal-content li{font-size:13px}
}


/* V4.2.14 — Legal pages match the canonical /aquora-v2/privacy.php design */
.legal-page{
  background:#fff;
  padding:18px 0 78px;
  min-height:480px;
}
.legal-page>.container{
  width:min(830px,calc(100% - 48px));
}
.legal-header{
  max-width:none;
  margin:0 0 28px;
}
.legal-header .eyebrow{
  margin:0 0 8px;
  font-size:9px;
  letter-spacing:.2em;
}
.legal-header h1{
  margin:0 0 8px;
  font-size:32px;
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:900;
}
.legal-header>p:last-child{
  margin:0;
  color:#777b80;
  font-size:11px;
  line-height:1.6;
}
.legal-content{
  max-width:none;
}
.legal-content section{
  border:0;
  padding:0 0 17px;
}
.legal-content section+section{
  padding-top:0;
}
.legal-content h2{
  margin:0 0 7px;
  font-size:15px;
  line-height:1.35;
  letter-spacing:-.02em;
  font-weight:800;
}
.legal-content h3{
  font-size:12px;
  margin:15px 0 6px;
}
.legal-content p,.legal-content li{
  margin-top:0;
  margin-bottom:9px;
  color:#3f4348;
  font-size:11.5px;
  line-height:1.8;
}
.legal-content ul{
  margin:4px 0 10px;
  padding-left:18px;
}
.legal-lang{
  display:block;
  margin:0 0 8px;
  color:#e50914;
  font-size:9px;
  font-weight:900;
  letter-spacing:.18em;
}
.legal-note{
  margin:5px 0 0;
  padding:13px 15px;
  background:#f3f3f1;
  border-left:2px solid #e50914;
}
.legal-note p{
  margin:0;
  font-size:11px;
  line-height:1.7;
}
@media(max-width:600px){
  .legal-page{padding:18px 0 58px}
  .legal-page>.container{width:calc(100% - 28px)}
  .legal-header h1{font-size:29px}
  .legal-content h2{font-size:14px}
  .legal-content p,.legal-content li{font-size:11px;line-height:1.75}
}


/* V4.2.15 — Canonical footer: use the exact footer layout/design from the approved reference. */
.site-footer{
  width:100%;
  margin-top:0;
  background:#090a0c;
  color:#fff;
  border-top:0;
}
.site-footer .footer-main{
  width:min(1180px,calc(100% - 48px));
  max-width:1180px;
  margin:0 auto;
  padding:58px 0 62px;
  display:grid;
  grid-template-columns:1.3fr .7fr .9fr;
  gap:55px;
}
.site-footer .footer-brand{max-width:430px}
.site-footer .footer-logo{display:inline-block;text-decoration:none}
.site-footer .footer-logo-image{display:block;width:170px;height:auto;max-height:34px;object-fit:contain;object-position:left center}
.site-footer .footer-brand>p{
  margin:15px 0 28px;
  color:#9aa0a7;
  font-size:12px;
  line-height:1.6;
  max-width:330px;
}
.site-footer .footer-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border:1px solid #ed0b16;
  background:#ed0b16;
  color:#fff;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
}
.site-footer .footer-whatsapp:hover{background:#ed0b16;border-color:#ed0b16;color:#fff}
.site-footer .footer-heading{
  color:#ff2531;
  font-size:9px;
  font-weight:900;
  letter-spacing:.2em;
  margin-bottom:18px;
}
.site-footer .footer-links{display:grid;gap:11px}
.site-footer .footer-links a{
  color:#c6c8cb;
  text-decoration:none;
  font-size:12px;
  line-height:1.5;
}
.site-footer .footer-links a:hover{color:#fff}
.site-footer .footer-bottom{
  width:min(1180px,calc(100% - 48px));
  max-width:1180px;
  margin:0 auto;
  padding:18px 0 22px;
  border-top:1px solid #292b2f;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.site-footer .copyright{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 42px;
  color:#73767b;
  font-size:10px;
  line-height:1.5;
}
.site-footer .ssm-number{display:inline-block;margin-left:0;white-space:nowrap;color:#73767b}
.site-footer .footer-legal{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.site-footer .footer-legal a{
  color:#73767b;
  font-size:10px;
  text-decoration:none;
  transition:color .18s ease;
}
.site-footer .footer-legal a:hover{color:#fff}
.site-footer .footer-mini{
  color:#55585d;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.16em;
}
@media(max-width:850px){
  .site-footer .footer-main{
    grid-template-columns:1fr 1fr;
    gap:45px;
    padding:55px 24px 45px;
    width:100%;
  }
  .site-footer .footer-brand{grid-column:1 / -1}
  .site-footer .footer-bottom{padding-left:24px;padding-right:24px;width:100%}
}
@media(max-width:560px){
  .site-footer .footer-main{grid-template-columns:1fr;gap:36px;padding:50px 24px 42px}
  .site-footer .footer-brand{grid-column:auto}
  .site-footer .footer-bottom{display:block;padding-left:24px;padding-right:24px;width:100%}
  .site-footer .footer-legal{margin-top:14px}
}


/* V4.2.17 — mobile QA pass: compact header with accessible menu at phone widths. */
html,body{overflow-x:hidden}
.mobile-menu-toggle{display:none}
@media(max-width:760px){
  .site-chrome .site-header{overflow:visible!important}
  .site-chrome .nav{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px!important}
  .site-chrome .logo{flex:0 0 auto;min-width:0}
  .site-chrome .logo-image{width:142px;max-width:100%;height:auto}
  .mobile-menu-toggle{display:inline-flex;flex:0 0 42px;width:42px;height:42px;padding:0;border:1px solid #35383d;background:#101216;color:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
  .mobile-menu-toggle span{display:block;width:17px;height:2px;background:#fff;transition:transform .18s ease,opacity .18s ease}
  .site-header.menu-open .mobile-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .site-header.menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}
  .site-header.menu-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  .site-chrome .site-header .main-nav{display:none!important;position:absolute;left:0;right:0;top:var(--nav-height);z-index:20;flex:none!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;padding:8px 20px 14px!important;background:#090a0c;border:1px solid #24262a;border-top:0;box-shadow:0 16px 30px rgba(0,0,0,.35)}
  .site-chrome .site-header.menu-open .main-nav{display:flex!important}
  .site-chrome .site-header .main-nav a,
  .site-chrome .site-header .main-nav a:nth-child(2){display:flex!important;width:100%;height:auto!important;align-items:center;padding:14px 4px!important;font-size:13px!important;line-height:1.2}
  .site-chrome .site-header .main-nav a.active::after{left:auto!important;right:4px!important;top:50%!important;bottom:auto!important;width:3px!important;height:18px!important;transform:translateY(-50%);box-shadow:0 0 10px rgba(237,11,24,.45)}

  .announcement-inner{padding:0 8px;white-space:nowrap}
  .announcement-inner strong{font-size:9px!important}
  .announcement-inner > span:not(.announcement-dot){font-size:8px!important}

  .hero{min-height:520px!important}
  .hero-grid{min-height:520px!important}
  .hero-content{padding:46px 0 38px!important}
}
@media(max-width:390px){
  .site-chrome .logo-image{width:132px}
  .mobile-menu-toggle{flex-basis:40px;width:40px;height:40px}
  .hero{min-height:500px!important}
  .hero-grid{min-height:500px!important}
  .hero h1{font-size:40px!important}
}
@media(prefers-reduced-motion:reduce){
  .mobile-menu-toggle span{transition:none}
}

/* =========================================================
   AQUORA AUTO — Products listing matches homepage cards
   Product listing only: no stock label, red price, compact RM format.
   ========================================================= */
.catalogue .catalogue-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}

.catalogue .catalogue-product-grid .product-card{
  display:block;
  min-width:0;
  background:#fff;
  border:1px solid #dededb;
  color:#111216;
  text-decoration:none;
  box-shadow:none;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.catalogue .catalogue-product-grid .product-card:hover{
  transform:translateY(-4px);
  border-color:#c9c9c5;
  box-shadow:0 14px 30px rgba(0,0,0,.07);
}

.catalogue .catalogue-product-grid .product-image{
  width:100%;
  aspect-ratio:1 / 1;
  background:#ededeb;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.catalogue .catalogue-product-grid .product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.catalogue .catalogue-product-grid .product-info{
  min-height:112px;
  box-sizing:border-box;
  padding:17px 17px 15px;
  display:flex;
  flex-direction:column;
}

.catalogue .catalogue-product-grid .product-info .brand{
  margin:0 0 8px;
  color:#ed0b18;
  font-size:9px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.catalogue .catalogue-product-grid .product-info h3{
  margin:0;
  font-size:16px;
  line-height:1.15;
  letter-spacing:-.02em;
}

.catalogue .catalogue-product-grid .product-meta{
  margin-top:auto;
  padding-top:16px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.catalogue .catalogue-product-grid .product-meta strong{
  color:#ed0b18;
  font-size:13px;
  font-weight:900;
}

@media(max-width:1050px){
  .catalogue .catalogue-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:600px){
  .catalogue .catalogue-product-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
}

/* V4.2.20 — Homepage fourth-card fade + catalogue overlay
   TARGETED FIX: affects only the fourth featured product card on #products. */
#products .homepage-product-card-fade {
  position: relative !important;
  overflow: hidden !important;
}

#products .homepage-product-card-fade .homepage-fourth-product-link {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  color: inherit !important;
  text-decoration: none !important;
}

#products .homepage-product-card-fade .homepage-product-fade {
  position: absolute !important;
  z-index: 2 !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 42%, rgba(255,255,255,.08) 58%, rgba(255,255,255,.78) 82%, rgba(255,255,255,.98) 100%),
    linear-gradient(0deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.12) 22%, rgba(255,255,255,0) 45%);
}

#products .homepage-product-card-fade .homepage-product-fade-label {
  position: absolute !important;
  z-index: 4 !important;
  right: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  min-height: 47px !important;
  padding: 0 18px !important;
  background: #111216 !important;
  color: #fff !important;
  border: 1px solid #111216 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease !important;
}

#products .homepage-product-card-fade .homepage-product-fade-label:hover,
#products .homepage-product-card-fade .homepage-product-fade-label:focus-visible {
  background: #ed0b18 !important;
  border-color: #ed0b18 !important;
  color: #fff !important;
}

#products .homepage-product-card-fade .homepage-product-fade-label span:last-child {
  color: #ed0b18 !important;
  transition: color .18s ease !important;
}

#products .homepage-product-card-fade .homepage-product-fade-label:hover span:last-child,
#products .homepage-product-card-fade .homepage-product-fade-label:focus-visible span:last-child {
  color: #fff !important;
}

@media (max-width: 760px) {
  #products .homepage-product-card-fade .homepage-product-fade-label {
    right: 12px !important;
    min-height: 44px !important;
    padding: 0 14px !important;
  }
}
