:root {
  --void: #000;
  --panel: #03070b;
  --panel-2: #07101a;
  --cyan: #00d9ff;
  --cyan-bright: #14c7ff;
  --cyan-soft: rgba(0, 217, 255, .16);
  --cyan-line: rgba(0, 217, 255, .72);
  --white: #fff;
  --muted: #b6bcc4;
  --dim: #6f7c88;
  --green: #20e56f;
  --red: #ff142c;
  --display: "Skynet Logic Extended", "Skynet Logic", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  --ui: "Skynet Logic", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  --body: "Skynet Logic", Arial, sans-serif;
  --desktop-design-scale: .75;
  --wide-gutter: clamp(18px, 2vw, 52px);
  --content-gutter: clamp(24px, 2.5vw, 64px);
  --cut: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  --cut-button: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  --shape-cut: 14px;
  --shape-path: polygon(var(--shape-cut) 0, 100% 0, 100% calc(100% - var(--shape-cut)), calc(100% - var(--shape-cut)) 100%, 0 100%, 0 var(--shape-cut));
  --shape-border: var(--cyan);
  --shape-border-width: 2px;
  --shape-fill: #000;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--void); }
body { margin: 0; background: var(--void); color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.5; overflow-x: hidden; }

/* Match the approved desktop composition at normal browser zoom. CSS zoom
   performs the same layout reflow as viewing the previous build at 75%, so
   fixed, fluid and viewport-based measurements continue to work together. */
@media screen and (min-width: 1024px) {
  body { zoom: var(--desktop-design-scale); }
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.35em; height: 1.35em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; letter-spacing: .035em; }
h1, h2, h3 { font-weight: 700; }
.site-menu, .cyber-button { font-family: var(--ui); font-weight: 700; text-transform: uppercase; letter-spacing: .035em; }
h1, h2, h3 { line-height: 1.08; }

.wide-shell { width: 100%; max-width: none; margin-inline: 0; padding-inline: var(--wide-gutter); }
.section-shell { width: 100%; max-width: none; margin-inline: 0; padding-inline: var(--content-gutter); }
.site-main { min-height: 45vh; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { top: 8px; left: 8px; z-index: 100000; width: auto; height: auto; padding: 12px 18px; background: var(--cyan); color: #000; clip: auto; }

/* Universal Tron action language */
.cyber-button {
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 30px;
  border: 0;
  background: transparent;
  color: var(--cyan);
  clip-path: var(--shape-path);
  overflow: hidden;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  transition: color .18s ease, background-color .18s ease, filter .18s ease, transform .18s ease, box-shadow .18s ease;
}
.cyber-button:hover, .cyber-button:focus-visible { color: #000; filter: drop-shadow(0 0 7px rgba(0,217,255,.95)) drop-shadow(0 0 18px rgba(0,128,255,.55)); transform: translateY(-1px); }
.cyber-button--filled { color: #000; }
.cyber-button--filled:hover, .cyber-button--filled:focus-visible { color: var(--cyan); box-shadow: inset 0 0 24px rgba(0,217,255,.12); }
.cyber-button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

/* Full-width desktop header. Component positioning is deliberately isolated
   from the clipped-frame system below, so the search can never collapse. */
.site-header { position: relative; z-index: 50; background: #000; }
.utility-bar { border-bottom: 1px solid rgba(0,217,255,.6); color: var(--cyan); font-family: var(--body); font-size: clamp(12px, .75vw, 15px); font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.utility-bar__inner { display: flex; min-height: clamp(34px, 2vw, 38px); align-items: center; justify-content: space-between; gap: 25px; padding-inline: clamp(12px, 1vw, 20px); }
.utility-bar p { min-width: 0; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.utility-bar a { transition: color .18s, text-shadow .18s; }
.utility-bar a:hover { color: #fff; text-shadow: 0 0 10px var(--cyan); }
.utility-bar span { margin: 0 10px; }
.header-main { position: relative; min-height: clamp(88px, 5.2vw, 100px); padding: 0; }
.site-brand { display: inline-flex; align-items: center; width: max-content; color: var(--cyan); transition: filter .2s, transform .2s; }
.site-brand:hover { filter: drop-shadow(0 0 9px rgba(0,217,255,.8)); transform: scale(1.015); }
.header-main > .site-brand { position: absolute; z-index: 3; top: calc(50% + clamp(26px, 1.5vw, 30px)); left: clamp(24px, 1.5vw, 30px); transform: translateY(-50%); }
.header-main > .site-brand:hover { transform: translateY(-50%) scale(1.015); }
.site-brand__image { max-width: 210px; max-height: 115px; object-fit: contain; }
.site-brand__image--official { width: clamp(240px, 17vw, 320px); height: auto; max-width: none; max-height: none; object-fit: contain; }
.site-header--catalogue .header-main > .site-brand { top: calc(50% + 20px); left: clamp(82px, 5.3vw, 100px); }
.site-header--catalogue .site-brand__image--official { width: clamp(250px, 15.5vw, 295px); }
.product-search { --shape-path: polygon(16px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%, 0 16px); }
.header-main > .product-search { position: absolute; z-index: 2; top: 50%; right: clamp(200px, 13.2vw, 265px); left: clamp(280px, 29.5vw, 570px); display: grid; grid-template-columns: minmax(0, 1fr) clamp(48px, 3.2vw, 62px) clamp(118px, 7.2vw, 145px); height: clamp(52px, 3vw, 58px); align-items: stretch; transform: translateY(-50%); }
.product-search input[type="search"] { min-width: 0; border: 0; outline: 0; padding: 0 clamp(18px, 1.5vw, 30px); appearance: none; background: transparent; color: #fff; font-size: clamp(15px, .95vw, 18px); }
.product-search input[type="search"]::-webkit-search-cancel-button { appearance: none; }
.product-search input[type="search"]::placeholder { color: #b5b7bf; opacity: 1; }
.product-search__icon { display: grid; place-items: center; color: var(--cyan); }
.product-search__icon svg { width: clamp(24px, 1.55vw, 30px); height: clamp(24px, 1.55vw, 30px); stroke-width: 2.2; }
.product-search .cyber-button { --shape-path: polygon(20px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%); min-height: 100%; padding-inline: clamp(14px, 1vw, 20px); font-size: clamp(15px, .9vw, 17px); }
.product-search .cyber-button:hover, .product-search .cyber-button:focus-visible { transform: none; }
.header-main > .repairs-button { --shape-cut: 20px; position: absolute; z-index: 2; top: 50%; right: clamp(24px, 2.5vw, 50px); width: clamp(140px, 8.5vw, 170px); min-height: clamp(52px, 3vw, 58px); padding-inline: clamp(16px, 1.4vw, 28px); transform: translateY(-50%); font-size: clamp(14px, .85vw, 16px); }
.header-main > .repairs-button:hover, .header-main > .repairs-button:focus-visible { transform: translateY(calc(-50% - 1px)); }
.repairs-button svg { width: clamp(21px, 1.25vw, 24px); height: clamp(21px, 1.25vw, 24px); stroke-width: 2.4; }
.category-navigation { border-bottom: 1px solid var(--cyan); }
.category-navigation .wide-shell { --nav-height: clamp(40px, 2.35vw, 46px); --nav-diagonal-length: clamp(55px, 3.16vw, 63px); --nav-diagonal-run: clamp(38px, 2.16vw, 43px); --nav-bottom-start: clamp(270px, 23.5vw, 380px); --nav-top-start: calc(var(--nav-bottom-start) + var(--nav-diagonal-run)); position: relative; padding-inline: 0; }
.category-navigation .wide-shell::before { content: ""; position: absolute; top: 0; right: 0; left: var(--nav-top-start); height: 1px; background: var(--cyan); box-shadow: 0 0 7px rgba(0,217,255,.45); }
.category-navigation .wide-shell::after { content: ""; position: absolute; top: var(--nav-height); left: var(--nav-bottom-start); width: var(--nav-diagonal-length); height: 2px; background: var(--cyan); box-shadow: 0 0 7px rgba(0,217,255,.45); transform: rotate(-47deg); transform-origin: left center; }
.site-menu { position: relative; left: var(--nav-bottom-start); display: flex; width: calc(100% - var(--nav-bottom-start) - clamp(28px, 2.5vw, 50px)); min-height: var(--nav-height); align-items: center; gap: 0; padding: 0; margin: 0; list-style: none; font-size: clamp(13px, .9vw, 17px); font-weight: 700; }
.site-menu li { position: relative; min-width: 0; flex: 1 1 0; text-align: center; }
.site-menu li:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; width: 2px; height: clamp(18px, 1.15vw, 22px); background: var(--cyan); transform: translateY(-50%); box-shadow: 0 0 8px rgba(0,217,255,.5); }
.site-menu a { display: inline-flex; max-width: 100%; align-items: center; justify-content: center; gap: clamp(6px, .6vw, 11px); padding: 8px clamp(6px, .6vw, 11px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color .18s, text-shadow .18s, transform .18s; }
.site-menu li:first-child a svg { flex: 0 0 auto; color: var(--cyan); }
.site-menu a:hover, .site-menu a:focus-visible, .site-menu .current-menu-item > a { color: var(--cyan); text-shadow: 0 0 11px rgba(0,217,255,.85); transform: translateY(-1px); }

/* Homepage hero */
.hero-carousel { position: relative; height: 660px; overflow: hidden; border-bottom: 1px solid var(--cyan); background: #03040a url("../images/carousel-background.webp") center 46%/cover no-repeat; }
.hero-carousel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.64) 40%, rgba(0,0,0,.05) 75%); pointer-events: none; }
.hero-carousel::after { content: ""; position: absolute; left: 0; bottom: 0; width: 280px; height: 150px; opacity: .55; background-image: linear-gradient(90deg, rgba(0,217,255,.35) 1px, transparent 1px), linear-gradient(rgba(0,217,255,.35) 1px, transparent 1px); background-size: 20px 20px; clip-path: polygon(0 0, 35% 0, 100% 100%, 0 100%); }
.hero-carousel__track, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transform: translateX(4%); transition: opacity .6s ease, transform .65s ease, visibility .65s; }
.hero-slide.is-active { z-index: 2; opacity: 1; visibility: visible; transform: none; }
.hero-slide[inert] { pointer-events: none; }
.hero-slide__inner { display: grid; grid-template-columns: 56% 44%; height: 100%; align-items: center; }
.hero-slide__copy { position: relative; z-index: 3; padding: 42px 0 42px clamp(55px, 4.5vw, 120px); }
.hero-slide__copy::after { content: ""; position: absolute; top: 9%; right: 0; width: 1px; height: 82%; opacity: .52; background: linear-gradient(180deg, transparent, rgba(0,217,255,.75) 22%, rgba(0,217,255,.2) 74%, transparent); transform: skewX(-9deg); pointer-events: none; }
.eyebrow { margin-bottom: 12px; color: var(--cyan); font-family: var(--ui); font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-slide h1, .hero-slide h2 { max-width: 1050px; margin-bottom: 22px; font-size: clamp(54px, 4.7vw, 88px); text-wrap: balance; }
.hero-slide h1::after, .hero-slide h2::after { content: ""; display: block; width: min(560px, 72%); height: 2px; margin-top: 20px; background: linear-gradient(90deg, var(--cyan), rgba(0,217,255,.34) 64%, transparent); box-shadow: 0 0 9px rgba(0,217,255,.4); }
.hero-price { color: var(--cyan-bright); font-family: var(--ui); font-size: 48px; font-weight: 700; letter-spacing: .04em; }
.hero-price del { margin-right: 16px; color: #b4b4b4; font-size: 22px; font-weight: 400; }
.hero-price ins { text-decoration: none; }
.hero-summary { max-width: 780px; margin: 8px 0 34px; color: #e4e7ec; font-size: 22px; }
.hero-cta { min-width: 360px; min-height: 64px; margin-top: 12px; padding: 14px 40px; font-size: 24px; }
.hero-slide__visual { position: relative; height: 100%; display: grid; place-items: center; isolation: isolate; }
.hero-slide__visual::before { content: ""; position: absolute; z-index: 0; width: min(92%, 720px); aspect-ratio: 1.25; opacity: .7; background: radial-gradient(ellipse at center, rgba(0,217,255,.14), rgba(0,94,180,.07) 38%, transparent 70%); clip-path: polygon(10% 0, 100% 0, 100% 84%, 88% 100%, 0 100%, 0 16%); pointer-events: none; }
.hero-slide__visual::after { content: ""; position: absolute; z-index: 1; right: 2%; bottom: 72px; width: 94%; height: 2px; opacity: .72; background: linear-gradient(90deg, transparent, rgba(0,217,255,.65) 22%, var(--cyan) 58%, transparent); box-shadow: 0 0 12px rgba(0,217,255,.45); pointer-events: none; }
.hero-slide__visual > img { position: relative; z-index: 2; max-width: 96%; max-height: 610px; object-fit: contain; filter: drop-shadow(0 28px 24px rgba(0,0,0,.7)); }
.hero-callout { --shape-cut: 16px; --shape-path: polygon(var(--shape-cut) 0, 100% 0, 100% calc(100% - var(--shape-cut)), calc(100% - var(--shape-cut)) 100%, 0 100%, 0 var(--shape-cut)); position: absolute; z-index: 3; top: 70px; right: clamp(24px, 3vw, 72px); display: flex; width: clamp(340px, 24vw, 500px); min-height: 58px; align-items: center; padding: 10px 28px; color: var(--cyan); font-family: var(--ui); font-size: 18px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.hero-callout i { display: inline-block; width: 11px; height: 11px; flex: 0 0 11px; margin-right: 12px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hero-callout span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero-carousel__controls { position: absolute; z-index: 7; left: 50%; bottom: 22px; display: flex; justify-content: center; gap: 12px; transform: translateX(-50%); }
.carousel-arrow { display: grid; width: 50px; height: 56px; flex: 0 0 50px; place-items: center; border: 1px solid var(--cyan); background: #000; color: var(--cyan); clip-path: var(--cut-button); cursor: pointer; transition: color .18s, filter .18s, background-color .18s; }
.carousel-arrow:hover, .carousel-arrow:focus-visible { background: var(--cyan); color: #000; filter: drop-shadow(0 0 9px var(--cyan)); }
.carousel-dots { display: flex; align-items: center; gap: 12px; }
.carousel-dots button { width: 13px; height: 13px; padding: 0; border: 1px solid var(--cyan); border-radius: 50%; background: rgba(0,217,255,.2); cursor: pointer; }
.carousel-dots button.is-active { background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }

/* Shared section headings and deal carousel */
.home-deals { padding: 1.75vw 2.5vw 0; }
.tech-section-heading { position: relative; display: flex; align-items: end; justify-content: space-between; border-bottom: 2px solid var(--cyan); }
.tech-section-heading h2 { position: relative; margin: 0; padding: 0 2.5vw 1vw 2.1vw; font-size: clamp(38px, 2.65vw, 50px); line-height: .82; }
.tech-section-heading h2::before { content: ""; position: absolute; top: 1.05vw; left: 0; width: 1.5vw; height: 3px; background: var(--cyan); box-shadow: 0 0 8px rgba(0,217,255,.45); transform: rotate(-44deg); transform-origin: left center; }
.tech-section-heading h2::after { content: ""; position: absolute; top: 1.05vw; bottom: -2px; left: 0; width: 2px; background: var(--cyan); box-shadow: 0 0 8px rgba(0,217,255,.45); }
.deal-countdown { --countdown-cut: 16px; --countdown-diagonal: 23px; --countdown-line: 3px; position: relative; display: flex; min-width: 20vw; min-height: 3.1vw; align-items: center; justify-content: center; gap: .85vw; padding: .55vw 1.8vw; margin-bottom: -2px; color: var(--cyan); background-color: transparent; background-image: linear-gradient(var(--cyan), var(--cyan)); background-position: left var(--countdown-cut); background-repeat: no-repeat; background-size: var(--countdown-line) calc(100% - var(--countdown-cut) + 2px); font-family: var(--ui); font-size: clamp(16px, 1.225vw, 24px); font-weight: 700; text-transform: uppercase; }
.deal-countdown::before { content: ""; position: absolute; top: var(--countdown-cut); left: 0; width: var(--countdown-diagonal); height: var(--countdown-line); background: var(--cyan); box-shadow: 0 0 7px rgba(0,217,255,.45); transform: rotate(-44deg); transform-origin: left center; pointer-events: none; }
.deal-countdown::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: calc(var(--countdown-cut) - 1px); border-top: var(--countdown-line) solid var(--cyan); border-right: var(--countdown-line) solid var(--cyan); box-shadow: 4px 0 8px -5px rgba(0,217,255,.75); pointer-events: none; }
.deal-countdown strong { letter-spacing: .08em; }
.deal-carousel { position: relative; display: flex; align-items: center; gap: 2.9vw; padding: 2.5vw 2.6vw 3.4vw; border-left: 2px solid var(--cyan); border-right: 2px solid var(--cyan); }
.deal-carousel > .carousel-arrow { --shape-cut: 1.125vw; width: clamp(52px, 3.25vw, 78px); height: clamp(70px, 4.4vw, 106px); flex: 0 0 clamp(52px, 3.25vw, 78px); }
.deal-carousel > .carousel-arrow svg { width: 2vw; height: 2vw; stroke-width: 2.2; }
.deal-carousel > .carousel-arrow:disabled { cursor: default; }
.deal-carousel__viewport { min-width: 0; flex: 1; margin-block: -.5vw; padding-block: .5vw; overflow: hidden; }
.deal-carousel__track { display: grid; grid-auto-columns: calc((100% - 8vw) / 3); grid-auto-flow: column; gap: 4vw; transition: transform .45s ease; }
.deal-carousel__track[data-deal-count="0"] { grid-template-columns: 1fr; grid-auto-flow: initial; }
.deal-carousel__track[data-deal-count="1"] { grid-template-columns: calc((100% - 8vw) / 3); grid-auto-flow: initial; justify-content: center; }
.deal-carousel__track[data-deal-count="2"] { grid-template-columns: repeat(2, calc((100% - 8vw) / 3)); grid-auto-flow: initial; justify-content: center; }
.deal-carousel__dots { position: absolute; left: 50%; bottom: .8vw; display: flex; align-items: center; justify-content: center; gap: 1.6vw; transform: translateX(-50%); }
.deal-carousel__dots[hidden] { display: none; }
.deal-carousel__dots button { width: 1.1vw; height: 1.1vw; padding: 0; border: 1px solid var(--cyan); border-radius: 50%; background: rgba(0,217,255,.18); cursor: pointer; transition: background-color .18s, box-shadow .18s; }
.deal-carousel__dots button.is-active { background: var(--cyan); box-shadow: 0 0 11px var(--cyan); }
.catalogue-empty { width: 100%; min-height: 220px; display: grid; place-content: center; padding: 30px; border: 1px solid var(--cyan-line); text-align: center; clip-path: var(--cut); }
.catalogue-empty h3, .catalogue-empty h2 { color: var(--cyan); }

/* Product cards */
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--cyan); background: linear-gradient(145deg, #020507, #000 72%); clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px); transition: border-color .2s, filter .2s, transform .2s; }
.product-card:hover,
.product-card:focus-within { z-index: 2; border-color: #54e8ff; filter: drop-shadow(0 0 8px rgba(0,217,255,.32)); transform: translateY(-3px); }
.product-card__surface { display: flex; width: 100%; height: 100%; min-height: inherit; flex-direction: column; color: inherit; }
.product-card__surface:focus-visible { outline: 2px solid #fff; outline-offset: -5px; }
.product-card__image { position: relative; display: grid; min-height: 320px; place-items: center; padding: 20px 18px 0; overflow: hidden; }
.product-card__image img { width: 100%; height: 300px; object-fit: contain; transition: transform .3s ease, filter .3s ease; }
.product-card:hover .product-card__image img,
.product-card:focus-within .product-card__image img { transform: scale(1.035); filter: drop-shadow(0 10px 12px rgba(0,217,255,.14)); }
.product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 3px 14px; border: 1px solid var(--cyan); color: var(--cyan); background: #001018; clip-path: var(--cut-button); font-family: var(--ui); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.product-card__content { display: flex; min-height: 0; flex: 1 1 auto; flex-direction: column; padding: 18px 14px 18px; }
.product-card h3 { min-height: 48px; margin: 0 0 8px; font-family: var(--body); font-size: 19px; font-weight: 400; letter-spacing: 0; line-height: 1.25; text-transform: none; }
.product-card:hover h3,
.product-card:focus-within h3 { color: var(--cyan); }
.stock-label { margin: 0; font-family: var(--ui); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.is-in-stock { color: var(--cyan); }
.is-out-of-stock { color: #ffae35; }
.product-card__price { min-height: 44px; color: var(--cyan); font-family: var(--ui); font-size: 26px; font-weight: 700; letter-spacing: .04em; }
.product-card__price del { display: block; color: #b9b9b9; font-family: var(--body); font-size: 16px; font-weight: 400; }
.product-card__price ins { text-decoration: none; }
.cyber-button--card { width: 100%; min-height: 46px; padding: 8px 18px; font-size: 14px; }
.cyber-button--card svg:last-child { margin-left: auto; }
.product-card:hover .cyber-button--card,
.product-card:focus-within .cyber-button--card { --shape-fill: var(--cyan); color: #000; filter: drop-shadow(0 0 7px rgba(0,217,255,.95)) drop-shadow(0 0 18px rgba(0,128,255,.55)); transform: translateY(-1px); }
.product-card--deal { --shape-cut: 2.3vw; min-height: 28vw; }
.product-card--deal .product-card__surface { display: grid; grid-template-rows: 16.5vw minmax(0, 1fr); min-height: 28vw; }
.product-card--deal .product-card__image { min-height: 16.5vw; padding: 1.6vw 1.75vw 0; }
.product-card--deal .product-card__image img { height: 13.3vw; }
.product-card--deal .product-badge { --shape-cut: .65vw; --shape-border-width: 2px; top: auto; bottom: .8vw; left: 1.25vw; padding: .32vw 1vw; font-size: 1vw; }
.product-card--deal .product-card__content { display: flex; min-height: 0; flex-direction: column; padding: 1vw 1.2vw 1.1vw; }
.product-card--deal h3 { min-height: 0; margin: 0 0 .6vw; font-family: var(--display); font-size: 1.2vw; letter-spacing: .035em; line-height: 1.2; text-transform: uppercase; }
.product-card--deal .product-card__price { display: flex; min-height: 2.1vw; align-items: baseline; justify-content: space-between; gap: 1.125vw; margin-top: auto; margin-bottom: .7vw; font-size: 1.7vw; }
.product-card--deal .product-card__price del { display: inline; flex: 0 1 auto; font-size: 1.15vw; }
.product-card--deal .product-card__price ins { flex: 0 0 auto; margin-left: auto; }
.product-card--deal .cyber-button--card { --shape-cut: 1.125vw; display: grid; grid-template-columns: 1fr auto 1fr; min-height: 3vw; padding: .65vw 1.75vw; font-size: 1.1vw; }
.product-card--deal .cyber-button--card svg:first-child { display: none; }
.product-card--deal .cyber-button--card span { grid-column: 2; }
.product-card--deal .cyber-button--card svg:last-child { grid-column: 3; justify-self: end; margin-left: 0; }

/* Homepage categories */
.home-categories { position: relative; margin-top: 32px; padding: 54px var(--content-gutter) 64px; border-top: 1px solid var(--cyan); }
.home-categories::before { content: ""; position: absolute; top: 0; left: 0; width: 32px; height: 32px; border-top: 3px solid var(--cyan); border-left: 3px solid var(--cyan); }
.category-heading { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 35px; }
.category-heading h2 { margin: 0 0 8px; font-size: 54px; }
.category-heading p:last-child { margin: 0; color: #cbd0d5; font-size: 18px; }
.eyebrow--line { display: flex; align-items: center; gap: 14px; }
.eyebrow--line::before { content: ""; width: 40px; height: 2px; background: var(--cyan); }
.category-heading .cyber-button { min-width: 300px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.category-card { min-height: 300px; overflow: hidden; border: 1px solid var(--cyan); background: #06111b; clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px); transition: filter .2s, transform .2s; }
.category-card > img { width: calc(100% - 4px); height: calc(100% - 4px); margin: 2px; object-fit: cover; clip-path: var(--shape-path); transition: transform .35s, filter .35s; }
.category-card__placeholder { position: absolute; inset: 2px; background: radial-gradient(circle at 70% 35%, rgba(0,153,255,.28), transparent 22%), linear-gradient(145deg, #041b2c, #020508 60%); clip-path: var(--shape-path); transition: transform .35s, filter .35s; }
.category-card__placeholder::after { content: ""; position: absolute; inset: 15% 10%; border: 1px solid rgba(0,217,255,.16); background-image: linear-gradient(120deg, transparent 45%, rgba(0,217,255,.12) 46%, rgba(0,217,255,.12) 47%, transparent 48%); }
.category-card__shade { position: absolute; inset: 2px; background: linear-gradient(transparent 42%, rgba(0,0,0,.65) 68%, #000 100%); clip-path: var(--shape-path); }
.category-card__content { position: absolute; z-index: 2; left: 20px; right: 75px; bottom: 17px; display: grid; gap: 4px; }
.category-card__content small { color: #d2d7dd; font-size: 14px; }
.category-card__content strong { font-family: var(--display); font-size: 25px; text-transform: uppercase; }
.category-card__arrow { position: absolute; z-index: 3; right: 16px; bottom: 16px; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--cyan); color: var(--cyan); clip-path: var(--cut-button); transition: color .2s, filter .2s, background-color .2s; }
.category-card:hover { filter: drop-shadow(0 0 9px rgba(0,217,255,.6)); transform: translateY(-3px); }
.category-card:hover > img { filter: saturate(1.25) brightness(1.05); }
.category-card:hover .category-card__arrow { background: var(--cyan); color: #000; box-shadow: 0 0 18px var(--cyan); }
.category-card--repairs .category-card__placeholder { background: radial-gradient(circle at 70% 25%, rgba(0,217,255,.22), transparent 25%), linear-gradient(145deg, #0b1c25, #000); }

/* Footer */
.site-footer { position: relative; overflow: hidden; border-top: 1px solid var(--cyan); background: #000; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.35fr .9fr 1fr; gap: 0; padding: 100px 55px 80px; }
.footer-grid > section { min-width: 0; padding: 0 38px; border-right: 1px solid rgba(0,217,255,.62); }
.footer-grid > section:first-child { padding-left: 0; }
.footer-grid > section:last-child { padding-right: 0; border-right: 0; }
.site-brand--footer { position: relative; z-index: 1; display: flex; width: min(375px, calc(100% + 14px)); max-width: calc(100% + 14px); margin: -52px 0 28px -14px; }
.site-brand--footer .site-brand__image { width: 100%; height: auto; max-width: none; max-height: none; object-fit: contain; }
.site-brand--footer .site-brand__power { width: 72px; height: 72px; }
.footer-company > p, .footer-grid > section > p { color: #d6d9dc; font-size: 17px; }
.footer-grid h2 { position: relative; margin-bottom: 30px; padding-bottom: 13px; color: var(--cyan); font-size: 22px; }
.footer-grid h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 90%; height: 1px; background: var(--cyan); }
.footer-contact, .footer-stores, .footer-menu, .footer-legal__menu { padding: 0; margin: 0; list-style: none; }
.footer-contact li, .footer-stores li { display: flex; align-items: flex-start; gap: 16px; margin: 18px 0; }
.footer-contact svg, .footer-stores svg { width: 29px; height: 29px; color: var(--cyan); }
.footer-contact a:hover { color: var(--cyan); }
.footer-store-details { display: grid; min-width: 0; gap: 5px; }
.footer-store-details > strong { color: #fff; font-size: 16px; }
.footer-store-actions { display: flex; flex-wrap: wrap; gap: 4px 15px; color: #c7cdd2; font-size: 13px; }
.footer-store-actions a:hover, .footer-store-actions a:focus-visible { color: var(--cyan); }
.footer-store-count { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--cyan-line); }
.footer-menu li { margin: 15px 0; }
.footer-menu a::before { content: "›"; margin-right: 14px; color: var(--cyan); font-size: 24px; }
.footer-menu a:hover { color: var(--cyan); }
.social-links { display: flex; gap: 20px; }
.social-links a { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--cyan); color: var(--cyan); clip-path: var(--cut-button); transition: color .18s, filter .18s, background-color .18s; }
.social-links a:hover { background: var(--cyan); color: #000; filter: drop-shadow(0 0 8px var(--cyan)); }
.social-links svg { width: 30px; height: 30px; }
.footer-social-links { flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.footer-social-links a { width: 48px; height: 48px; }
.footer-social-links svg { width: 27px; height: 27px; }
.footer-legal { padding: 30px 20px; border-top: 1px solid var(--cyan); border-bottom: 1px solid var(--cyan); }
.footer-legal__menu { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 52px; }
.footer-legal__menu li:not(:last-child)::after { content: "•"; margin-left: 52px; color: var(--cyan); }
.footer-legal__menu a:hover, .footer-legal__menu a:focus-visible { color: var(--cyan); }
.footer-bottom { display: flex; min-height: 115px; align-items: center; justify-content: space-between; }
.footer-bottom p { margin: 0; }
.back-to-top { min-width: 220px; }
.floating-whatsapp { position: fixed; z-index: 100; right: 26px; bottom: 25px; display: flex; align-items: center; gap: 0; padding: 13px; border: 1px solid #22ee73; border-radius: 50px; background: #07110b; color: #23ed73; box-shadow: 0 0 18px rgba(24,230,104,.3); transition: color .22s, background-color .22s, box-shadow .22s; }
.floating-whatsapp svg { width: 31px; height: 31px; }
.floating-whatsapp span { width: 0; overflow: hidden; white-space: nowrap; opacity: 0; transition: width .22s, opacity .22s, margin .22s; }
.floating-whatsapp:hover { background: #22ee73; color: #000; box-shadow: 0 0 22px rgba(24,230,104,.8); }
.floating-whatsapp:hover span { width: 95px; margin-left: 8px; opacity: 1; }

/* Catalogue/shop/search */
.catalogue-page, .search-results-page { padding-top: clamp(70px, 4vw, 80px); padding-bottom: 70px; }
.woocommerce-breadcrumb, .breadcrumbs { display: flex; align-items: center; gap: 14px; margin: 0 0 30px; color: #b8c0c8; font-size: 13px; text-transform: uppercase; }
.breadcrumbs a:hover, .woocommerce-breadcrumb a:hover { color: var(--cyan); }
.breadcrumbs strong { color: var(--cyan); }
.breadcrumbs svg { width: 17px; height: 17px; }
.category-strip { margin-bottom: 45px; }
.category-strip h2 { margin: 0 0 15px clamp(68px, 3.7vw, 74px); font-size: 18px; transform: translateY(-5px); }
.category-strip__row { display: flex; align-items: center; gap: 28px; }
.category-strip__viewport { flex: 1; overflow: hidden; }
.category-strip__track { display: grid; grid-auto-columns: 150px; grid-auto-flow: column; gap: 28px; transition: transform .4s ease; }
.category-chip { position: relative; display: grid; min-height: 112px; place-items: center; padding: 12px; border: 1px solid var(--cyan); background: #030608; clip-path: var(--cut-button); transition: color .2s, filter .2s, box-shadow .2s, background-color .2s; }
.category-chip img { width: 60px; height: 55px; object-fit: contain; transition: filter .18s ease; }
.category-chip__icon { display: grid; place-items: center; color: #fff; }
.category-chip__icon svg { width: 42px; height: 42px; }
.category-chip strong { font-family: var(--ui); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.category-chip:hover, .category-chip.is-active { color: #000; background: var(--cyan); filter: drop-shadow(0 0 8px rgba(0,217,255,.7)); }
.category-chip:hover .category-chip__icon, .category-chip.is-active .category-chip__icon { color: #000; }
.category-chip:hover img, .category-chip.is-active img { filter: brightness(0); }
.category-chip.is-active { box-shadow: inset 0 -4px 0 #000, 0 0 9px rgba(0,217,255,.55); }
.catalogue-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.catalogue-heading > div:first-child { display: flex; align-items: baseline; gap: 22px; }
.catalogue-heading h1 { margin: 0; font-size: 28px; }
.catalogue-heading > div:first-child span, .search-heading > strong { color: var(--cyan); font-family: var(--ui); font-weight: 700; text-transform: uppercase; }
.catalogue-tools { display: flex; gap: 25px; align-items: center; }
.woocommerce-ordering { --shape-cut: 12px; position: relative; min-width: 240px; height: 44px; margin: 0 !important; float: none !important; transition: filter .18s ease; }
.woocommerce-ordering::after { content: ""; position: absolute; z-index: 2; top: 50%; right: 18px; width: 8px; height: 8px; border-right: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.woocommerce-ordering:hover, .woocommerce-ordering:focus-within { filter: drop-shadow(0 0 7px rgba(0,217,255,.65)); }
.woocommerce-ordering select { position: relative; z-index: 1; width: 100%; min-width: 240px; height: 44px; padding: 0 45px 0 18px; border: 0; border-radius: 0; outline: 0; appearance: none; background: transparent; color: var(--cyan); font-family: var(--ui); font-weight: 700; text-transform: uppercase; cursor: pointer; }
.woocommerce-ordering select option { background: #000; color: #fff; }
.view-toggle { display: flex; padding: 1px; border: 1px solid var(--cyan); clip-path: var(--cut-button); }
.view-toggle button { width: 58px; height: 40px; border: 0; border-right: 1px solid var(--cyan); background: transparent; color: #fff; cursor: pointer; }
.view-toggle button:last-child { border-right: 0; }
.view-toggle button:hover, .view-toggle button.is-active { color: var(--cyan); background: rgba(0,217,255,.08); }
.catalogue-layout { display: grid; grid-template-columns: 285px 1fr; gap: 24px; align-items: start; }
.shop-sidebar { --shape-cut: 18px; --shape-border-width: 2px; position: sticky; top: 20px; background: var(--shape-border); clip-path: var(--shape-path); }
.shop-sidebar > h2 { margin: 0; padding: 13px 20px; border-bottom: 1px solid var(--cyan); font-size: 18px; }
.filter-widget { padding: 14px 20px; border-bottom: 1px solid rgba(0,217,255,.55); }
.filter-widget:last-child { border-bottom: 0; }
.filter-widget__title { margin: 0 0 12px; font-family: var(--body); font-size: 15px; }
.filter-widget__title::after { content: "⌄"; float: right; color: #fff; }
.filter-links { padding: 0; margin: 0; list-style: none; }
.filter-links li { margin: 8px 0; }
.filter-links a { display: flex; align-items: center; gap: 9px; color: #ddd; font-size: 13px; }
.filter-links a span { width: 16px; height: 16px; border: 1px solid var(--cyan); }
.filter-links a.is-active { color: #fff; }
.filter-links a.is-active span { background: var(--cyan); box-shadow: inset 0 0 0 3px #000; }
.filter-hint { color: var(--dim); font-size: 12px; }
.filter-form { padding: 0; }
.filter-checks { display: grid; gap: 8px; }
.filter-checks label { display: flex; align-items: center; gap: 9px; color: #ddd; font-size: 13px; cursor: pointer; }
.filter-checks input { width: 16px; height: 16px; margin: 0; accent-color: var(--cyan); }
.filter-category-links { display: grid; gap: 8px; }
.filter-category-link { display: grid; grid-template-columns: 16px minmax(0, 1fr) auto; gap: 9px; align-items: center; color: #ddd; font-size: 13px; }
.filter-category-link > span { width: 16px; height: 16px; border: 1px solid var(--cyan); background: #000; }
.filter-category-link strong { overflow: hidden; font: inherit; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.filter-category-link small { color: var(--muted); font-size: 11px; }
.filter-category-link:hover, .filter-category-link:focus-visible, .filter-category-link.is-active { color: var(--cyan); }
.filter-category-link.is-active > span { background: var(--cyan); box-shadow: inset 0 0 0 3px #000; }
.price-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.price-inputs label { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.price-inputs input { width: 100%; height: 38px; margin-top: 4px; border: 1px solid var(--cyan); background: #000; color: #fff; padding: 0 8px; }
.filter-actions { display: grid; gap: 9px; padding: 16px; }
.filter-actions .cyber-button { width: 100%; min-height: 41px; padding: 7px 12px; font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-grid.is-list { grid-template-columns: 1fr 1fr; }
.product-grid.is-list .product-card { display: block; }
.product-grid.is-list .product-card__surface { display: grid; grid-template-columns: 220px minmax(0, 1fr); }
.product-grid.is-list .product-card__image { min-height: 220px; }
.woocommerce-pagination, .navigation.pagination { margin-top: 32px; }
.woocommerce-pagination ul.page-numbers, .nav-links { display: flex !important; justify-content: center; gap: 10px; border: 0 !important; }
.woocommerce-pagination ul.page-numbers li { border: 0 !important; }
.page-numbers { display: grid; min-width: 44px; height: 44px; place-items: center; border: 1px solid var(--cyan); color: var(--cyan); clip-path: var(--cut-button); }
.page-numbers.current, a.page-numbers:hover { background: rgba(0,217,255,.08); }
.search-heading { margin: 0 0 18px 8px; }
.search-heading h1 { margin: 0; font-size: 38px; }
.search-heading p { margin: 4px 0; }
.search-heading > strong { display: block; margin-top: 6px; }
.search-chip { display: inline-flex; align-items: center; gap: 20px; margin-top: 14px; padding: 8px 14px; border: 1px solid var(--cyan); color: var(--cyan); clip-path: var(--cut-button); text-transform: uppercase; }
.search-chip a { font-size: 21px; }
.catalogue-heading--search { justify-content: flex-end; margin-top: -40px; }
.search-help { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--cyan); text-transform: uppercase; }
.search-help .cyber-button { min-height: 44px; }

/* Single product */
.single-product-layout { padding-top: clamp(70px, 4vw, 80px); padding-bottom: 80px; }
.single-product-layout > .breadcrumbs { transform: translateY(-5px); }
.product-focus { display: grid; grid-template-columns: 57% 43%; gap: 55px; align-items: start; }
.product-gallery-panel { position: relative; min-width: 0; }
.product-gallery__main { z-index: 2; display: grid; min-height: 620px; place-items: center; padding: 30px; color: var(--cyan); cursor: zoom-in; transition: filter .2s ease; }
.product-gallery__main:hover { filter: drop-shadow(0 0 9px rgba(0,217,255,.42)); }
.product-gallery__main-image, .product-gallery__main--placeholder img { width: 100%; max-width: 100%; max-height: 560px; object-fit: contain; transition: transform .3s ease; }
.product-gallery__main:hover .product-gallery__main-image { transform: scale(1.035); }
.product-gallery__main--placeholder { cursor: default; }
.product-gallery__thumbs { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 12px; margin-top: 26px; padding-top: 2px; isolation: isolate; }
.product-gallery__thumb { display: grid; min-width: 0; min-height: 145px; place-items: center; padding: 8px; color: var(--cyan); cursor: pointer; transition: filter .2s ease, transform .2s ease; }
.product-gallery__thumb:hover, .product-gallery__thumb:focus-visible { filter: drop-shadow(0 0 7px rgba(0,217,255,.6)); }
.product-gallery__thumb img { width: 100%; height: 125px; object-fit: contain; }
.product-gallery__thumb.is-active { filter: drop-shadow(0 0 8px rgba(0,217,255,.6)); }
.product-summary-panel { padding: 10px 10px 0; }
.product-brand { margin-bottom: 10px; color: var(--cyan); font-family: var(--ui); font-size: 19px; font-weight: 700; text-transform: uppercase; }
.product-summary-panel h1 { max-width: 600px; margin-bottom: 13px; font-size: clamp(38px, 4vw, 56px); }
.product-model { color: #b8bec5; font-size: 14px; text-transform: uppercase; }
.product-model span { margin: 0 10px; }
.product-discount { display: inline-block; margin: 5px 0 15px; padding: 5px 16px; color: var(--cyan); font-family: var(--ui); font-weight: 700; text-transform: uppercase; }
.single-product-price { margin-bottom: 24px; color: var(--cyan-bright); font-family: var(--ui); font-size: 48px; font-weight: 700; letter-spacing: .04em; }
.single-product-price del { display: block; color: #aaa; font-family: var(--body); font-size: 24px; font-weight: 400; }
.single-product-price ins { text-decoration: none; }
.product-finance-note { --shape-cut: 15px; --shape-border-width: 2px; --shape-fill: #000; display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; gap: 18px; align-items: center; min-height: 92px; margin: 0 0 25px; padding: 15px 20px; }
.product-finance-note__mark { display: grid; width: 58px; height: 46px; place-items: center; background: var(--cyan); color: #000; clip-path: var(--cut-button); font-family: var(--ui); font-size: 18px; font-weight: 700; letter-spacing: .04em; }
.product-finance-note__copy { display: grid; gap: 5px; }
.product-finance-note__copy strong { color: var(--cyan); font-family: var(--ui); font-size: clamp(15px, .95vw, 18px); letter-spacing: .035em; text-transform: uppercase; }
.product-finance-note__copy small { max-width: 660px; color: #cbd1d5; font-size: 12px; line-height: 1.45; }
.product-finance-note__action { --shape-cut: 11px; width: 190px; min-height: 43px; padding: 7px 13px; font-size: 11px; white-space: nowrap; }
.product-finance-note__action svg { width: 18px; height: 18px; }
.key-features h2 { margin: 0; padding-bottom: 11px; border-bottom: 1px solid var(--cyan); font-family: var(--body); font-size: clamp(18px, 1.05vw, 20px); }
.key-features ul { display: grid; grid-template-columns: 1fr 1fr; padding: 0; margin: 0 0 26px; list-style: none; }
.key-features li { display: flex; min-height: 78px; align-items: center; gap: 14px; padding: 14px 10px; border-bottom: 1px solid rgba(0,217,255,.45); font-size: clamp(17px, 1.05vw, 20px); line-height: 1.45; text-transform: uppercase; }
.key-features li::before { content: "◇"; flex: 0 0 auto; color: var(--cyan); font-size: 26px; line-height: 1; }
.cyber-button--whatsapp { width: 100%; min-height: 56px; padding: 12px 34px; color: #23ed73; border-color: var(--cyan); font-family: var(--body); font-size: 15px; font-weight: 400; letter-spacing: .025em; }
.enquiry-note { margin: 8px 0; color: #bcc1c7; font-size: 13px; text-align: center; }
.product-information {
  --shape-cut: 22px;
  --shape-border: #00d9ff;
  --shape-border-width: 2px;
  position: relative;
  overflow: hidden;
  margin: 55px 0 65px;
  padding: var(--shape-border-width);
  border: 0;
  background: var(--shape-border);
  clip-path: var(--shape-path);
  filter: drop-shadow(0 0 5px rgba(0,217,255,.28));
  isolation: isolate;
}
.product-information__inner { overflow: hidden; background: #000; clip-path: var(--shape-path); }
.product-tabs { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; border-bottom: 2px solid var(--cyan); background: #000; isolation: isolate; }
.product-tabs::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 2px;
  height: calc(100% + 4px);
  background: var(--cyan);
  box-shadow: 0 0 5px rgba(0,217,255,.4);
  transform: rotate(12deg);
  transform-origin: top center;
  pointer-events: none;
}
.product-tabs button {
  --tab-cut: 16px;
  position: relative;
  z-index: 1;
  min-height: 68px;
  border: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-family: var(--ui);
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
  transition: background-color .18s ease, color .18s ease, text-shadow .18s ease;
}
.product-tabs button:first-child { clip-path: polygon(0 0, 100% 0, calc(100% - var(--tab-cut)) 100%, 0 100%); }
.product-tabs button:last-child { z-index: 2; margin-left: calc(-1 * var(--tab-cut)); clip-path: polygon(var(--tab-cut) 0, 100% 0, 100% 100%, 0 100%); }
.product-tabs button:not(.is-active):hover,
.product-tabs button:not(.is-active):focus-visible { color: var(--cyan); text-shadow: 0 0 10px rgba(0,217,255,.75); }
.product-tabs button.is-active { background: var(--cyan); color: #000; }
.product-tab-panel { display: none; min-height: 280px; padding: clamp(34px, 2.7vw, 52px); background: #000; color: #e7edf0; font-size: clamp(18px, 1.05vw, 20px); line-height: 1.75; }
.product-tab-panel.is-active { display: block; }
.product-tab-panel > :last-child { margin-bottom: 0; }
.product-tab-panel h2 { margin-bottom: 20px; color: #fff; font-size: clamp(25px, 1.65vw, 31px); }
.product-tab-panel h3 { margin: 30px 0 14px; color: var(--cyan); font-family: var(--ui); font-size: clamp(20px, 1.3vw, 24px); }
.product-tab-panel p { margin-bottom: 20px; }
.product-tab-panel ul,
.product-tab-panel ol { padding-left: 1.5em; }
.product-tab-panel li { margin-bottom: 8px; }
.product-tab-panel li::marker { color: var(--cyan); }

/* Large, conventional specification table with the original WooCommerce
   semantic markup retained for accessibility and structured content. */
.product-tab-panel table.woocommerce-product-attributes {
  width: 100%;
  margin: 0;
  border: 2px solid var(--cyan);
  border-collapse: collapse;
  table-layout: fixed;
}
.product-tab-panel table.woocommerce-product-attributes th,
.product-tab-panel table.woocommerce-product-attributes td {
  padding: 19px 24px;
  border: 1px solid var(--cyan);
  background: #000;
  text-align: left;
  vertical-align: top;
}
.product-tab-panel table.woocommerce-product-attributes th {
  width: 32%;
  color: var(--cyan);
  font-family: var(--ui);
  font-size: clamp(17px, 1vw, 19px);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.product-tab-panel table.woocommerce-product-attributes td {
  color: #fff;
  font-size: clamp(18px, 1.1vw, 21px);
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.product-tab-panel table.woocommerce-product-attributes td p { margin: 0; color: inherit; font: inherit; line-height: inherit; }
.product-tab-panel table.woocommerce-product-attributes a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.recent-products h2 { margin: 0; padding: 0 18px 12px 8px; font-size: 24px; }
.related-products { margin-bottom: 55px; }
.product-section-grid { margin-top: 18px; }
.related-products__empty { display: flex; min-height: 64px; align-items: center; justify-content: center; margin: 18px 0 0; padding: 14px 24px; color: var(--cyan); font-family: var(--ui); font-size: 14px; font-weight: 700; letter-spacing: .035em; text-align: center; text-transform: uppercase; }
.recent-products h2 { border-bottom: 1px solid var(--cyan); }

/* Repairs/contact */
.skynet-frame { position: relative; overflow: hidden; border: 0; background: var(--shape-border); clip-path: var(--shape-path); isolation: isolate; }
.skynet-frame::before { content: ""; position: absolute; inset: var(--shape-border-width); z-index: -1; background: var(--shape-fill); clip-path: var(--shape-path); pointer-events: none; }
.repairs-page { padding-top: clamp(70px, 4vw, 80px); padding-bottom: 75px; }
.repairs-page > .breadcrumbs { transform: translateY(-5px); }
.repairs-heading { justify-content: flex-start; margin-bottom: 9px; }
.repairs-heading > div:first-child { display: block; }
.repairs-heading h1 { max-width: 950px; }
.repairs-lead { max-width: 980px; margin: 0 0 45px; color: #d3d6d9; font-size: 17px; }
.repairs-layout { display: grid; grid-template-columns: 1.55fr .95fr; gap: 36px; align-items: start; }
.map-column > .eyebrow { margin-bottom: 8px; }
.map-column > h2 { margin: 0 0 20px; font-size: 36px; }
.map-panel { --shape-cut: 20px; --shape-border-width: 2px; --shape-fill: #020405; min-height: 570px; }
.store-map { position: absolute; inset: var(--shape-border-width); z-index: 1; overflow: hidden; background: #07100f; clip-path: var(--shape-path); }
.map-status { position: absolute; z-index: 2; top: 50%; left: 50%; width: min(440px, 75%); margin: 0; color: var(--cyan); text-align: center; transform: translate(-50%, -50%); pointer-events: none; }
.map-status[hidden] { display: none; }
.map-panel.is-map-unavailable .store-map { opacity: .25; }
.map-open { --shape-cut: 14px; position: absolute; z-index: 1001; right: 18px; bottom: 18px; min-height: 45px; background: transparent; }
.store-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
.store-card { --shape-cut: 16px; --shape-border-width: 2px; --shape-fill: linear-gradient(145deg, #020507, #000 72%); display: grid; min-height: 225px; place-items: center; padding: 18px; text-align: center; }
.store-card > svg { width: 43px; height: 43px; color: var(--cyan); }
.store-card h3 { margin: 8px 0 10px; font-family: var(--body); font-size: 18px; text-transform: none; }
.store-card__contacts { display: grid; width: 100%; gap: 5px; margin-bottom: 12px; }
.store-card__contacts a { display: flex; align-items: center; justify-content: center; gap: 7px; color: #d8dde0; font-size: 13px; }
.store-card__contacts a:hover, .store-card__contacts a:focus-visible { color: var(--cyan); }
.store-card__contacts svg { width: 18px; height: 18px; color: var(--cyan); }
.store-card .cyber-button { width: 100%; min-height: 40px; padding: 7px 10px; font-size: 11px; }
.contact-panel { --shape-cut: 20px; --shape-border-width: 2px; --shape-fill: linear-gradient(145deg, #020507, #000 72%); padding: 38px 34px; }
.contact-panel h2 { font-size: 28px; }
.contact-panel h3 { margin-top: 26px; color: var(--cyan); font-family: var(--body); font-size: 16px; }
.contact-methods { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.contact-methods li { --shape-cut: 12px; --shape-border-width: 1px; --shape-fill: #010304; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; align-items: center; min-height: 82px; padding: 10px 14px; }
.contact-method__icon { position: relative; display: grid !important; width: 43px; height: 43px; place-items: center; overflow: hidden; background: var(--cyan); clip-path: var(--cut-button); }
.contact-method__icon::before { content: ""; position: absolute; inset: 1px; z-index: -1; background: #000; clip-path: var(--cut-button); }
.contact-method__icon svg { width: 25px; height: 25px; color: var(--cyan); }
.contact-methods li > span:last-child { display: grid; min-width: 0; }
.contact-methods small { color: var(--cyan); font-family: var(--ui); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.contact-methods a, .contact-methods strong { overflow-wrap: anywhere; font-size: 17px; font-weight: 400; }
.contact-panel > p { margin-top: 30px; color: #d5d8db; }
.contact-panel .social-links a { width: 48px; height: 48px; }
.repairs-whatsapp { --shape-cut: 18px; --shape-border-width: 2px; --shape-fill: #000; min-height: 58px; border-color: var(--cyan); color: var(--cyan); }
.repairs-whatsapp:hover, .repairs-whatsapp:focus-visible { --shape-fill: var(--cyan); color: #000; }
.service-ribbon { --shape-cut: 20px; --shape-border-width: 2px; --shape-fill: #000; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; }
.service-ribbon span { display: flex; min-height: 86px; align-items: center; justify-content: center; gap: 20px; color: var(--cyan); font-family: var(--ui); font-weight: 700; text-transform: uppercase; }
.service-ribbon span:not(:last-child) { border-right: 1px solid var(--cyan); }
.service-ribbon svg { width: 40px; height: 40px; }

/* Leaflet is loaded only on the Repairs page. These rules align its controls,
   markers and popups with the same black/cyan component language. */
.store-map.leaflet-container { color: #fff; font-family: var(--body); }
.store-map .leaflet-control-zoom { overflow: hidden; border: 0; border-radius: 0; background: var(--cyan); box-shadow: 0 0 9px rgba(0,217,255,.45); clip-path: var(--cut-button); }
.store-map .leaflet-control-zoom a { width: 36px; height: 36px; border: 1px solid var(--cyan); border-radius: 0 !important; background: #000; color: var(--cyan); font: 700 24px/34px var(--ui); }
.store-map .leaflet-control-zoom a:hover, .store-map .leaflet-control-zoom a:focus { background: var(--cyan); color: #000; }
.store-map .leaflet-control-attribution { border-top: 1px solid rgba(0,217,255,.55); background: rgba(0,0,0,.88); color: #c8d0d6; }
.store-map .leaflet-control-attribution a { color: var(--cyan); }
.store-map .leaflet-popup-content-wrapper { border: 1px solid var(--cyan); border-radius: 0; background: #000; color: #fff; box-shadow: 0 0 14px rgba(0,217,255,.4); clip-path: var(--cut-button); }
.store-map .leaflet-popup-content { min-width: 150px; margin: 16px 20px; }
.store-map .leaflet-popup-content strong { display: block; margin-bottom: 9px; color: #fff; font-family: var(--ui); text-transform: uppercase; }
.store-map .leaflet-popup-content a { display: block; margin-top: 7px; color: var(--cyan); font-family: var(--ui); font-weight: 700; text-transform: uppercase; }
.store-map .leaflet-popup-tip { background: var(--cyan); }
.store-map .leaflet-popup-close-button { color: var(--cyan); }
.skynet-leaflet-marker { border: 0; background: transparent; }
.skynet-leaflet-marker span { position: relative; display: block; width: 34px; height: 42px; background: var(--cyan); clip-path: polygon(7px 0, 100% 0, 100% 27px, 17px 42px, 0 27px, 0 7px); filter: drop-shadow(0 0 7px rgba(0,217,255,.9)); }
.skynet-leaflet-marker span::before { content: ""; position: absolute; inset: 2px; background: #000; clip-path: polygon(6px 0, 100% 0, 100% 24px, 15px 37px, 0 24px, 0 6px); }
.skynet-leaflet-marker span::after { content: ""; position: absolute; top: 10px; left: 11px; width: 12px; height: 12px; background: var(--cyan); clip-path: polygon(4px 0, 100% 0, 100% 8px, 8px 100%, 0 100%, 0 4px); }

/* Generic pages */
.content-page { min-height: 55vh; padding-top: 65px; padding-bottom: 80px; }
.content-page > article { width: 100%; max-width: none; margin: 0; }
.content-page h1 { font-size: 48px; }
.entry-content { color: #d8dcdf; }
.content-page--legal { padding-top: clamp(70px, 4vw, 80px); }
.content-page--legal .breadcrumbs { margin-bottom: 28px; }
.legal-document { --shape-cut: 22px; --shape-border-width: 2px; position: relative; overflow: hidden; padding: var(--shape-border-width); border: 0; background: var(--cyan); clip-path: var(--shape-path); filter: drop-shadow(0 0 5px rgba(0,217,255,.25)); }
.legal-document__inner { min-height: 420px; padding: clamp(34px, 3vw, 58px); background: #000; clip-path: var(--shape-path); }
.content-page--legal h1 { margin-bottom: 32px; padding-bottom: 17px; border-bottom: 1px solid var(--cyan); font-size: clamp(36px, 3vw, 52px); }
.content-page--legal .entry-content { max-width: 1500px; color: #e3e7e9; font-size: 17px; line-height: 1.72; }
.content-page--legal .entry-content h2 { margin: 36px 0 13px; color: var(--cyan); font-family: var(--ui); font-size: 23px; }
.content-page--legal .entry-content ul { padding-left: 25px; }
.content-page--legal .entry-content li { margin-bottom: 9px; }
.content-page--legal .entry-content li::marker { color: var(--cyan); }
.content-page--legal .entry-content a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { color: #aeb8bf; }
.legal-table-wrap { overflow-x: auto; margin: 25px 0; }
.content-page--legal table { width: 100%; min-width: 760px; border: 2px solid var(--cyan); border-collapse: collapse; background: #000; }
.content-page--legal th, .content-page--legal td { padding: 15px 18px; border: 1px solid var(--cyan); text-align: left; vertical-align: top; }
.content-page--legal th { color: var(--cyan); font-family: var(--ui); text-transform: uppercase; }
.content-page--legal code { color: var(--cyan); }
.error-page { display: grid; place-content: center; text-align: center; }
.error-page h1 { font-size: 58px; }
.error-page .cyber-button { margin: 20px auto; }

/* Definite Skynet frame: this layer owns only clipping and paint. It never
   changes component positioning, sizing or layout. */
.product-card,
.category-card,
.carousel-arrow,
.social-links a,
.view-toggle,
.woocommerce-ordering,
.page-numbers,
.search-chip { position: relative; }
:is(.cyber-button, .product-search, .product-card, .product-badge, .category-card, .category-chip, .carousel-arrow, .category-card__arrow, .hero-callout, .social-links a, .view-toggle, .woocommerce-ordering, .shop-sidebar, .page-numbers, .search-chip, .product-gallery__main, .product-gallery__thumb, .product-discount, .related-products__empty) {
  overflow: hidden;
  border: 0;
  background: var(--shape-border);
  clip-path: var(--shape-path);
  isolation: isolate;
}
:is(.cyber-button, .product-search, .product-card, .product-badge, .category-card, .category-chip, .carousel-arrow, .category-card__arrow, .hero-callout, .social-links a, .view-toggle, .woocommerce-ordering, .shop-sidebar, .page-numbers, .search-chip, .product-gallery__main, .product-gallery__thumb, .product-discount, .related-products__empty)::before {
  content: "";
  position: absolute;
  inset: var(--shape-border-width);
  z-index: -1;
  background: var(--shape-fill);
  clip-path: var(--shape-path);
  pointer-events: none;
  transition: background .18s ease;
}
.cyber-button { --shape-fill: #000; }
.cyber-button:hover, .cyber-button:focus-visible { --shape-fill: var(--cyan); }
.cyber-button--filled { --shape-fill: linear-gradient(115deg, var(--cyan-bright), #12c6ff); }
.cyber-button--filled:hover, .cyber-button--filled:focus-visible { --shape-fill: #000; }
.product-search { --shape-fill: linear-gradient(90deg, rgba(3,8,17,.95), rgba(0,16,30,.82)); }
.product-card { --shape-fill: linear-gradient(145deg, #020507, #000 72%); }
.product-badge { --shape-cut: 10px; --shape-border-width: 2px; --shape-fill: #001018; }
.product-gallery__main, .product-gallery__thumb { --shape-border: #00d9ff; --shape-border-width: 2px; filter: drop-shadow(0 0 3px rgba(0,217,255,.28)); }
.product-gallery__main { --shape-cut: 20px; --shape-fill: radial-gradient(circle at 50% 48%, rgba(0,104,160,.15), transparent 43%), #010203; }
.product-gallery__thumb { --shape-cut: 14px; --shape-fill: #020405; }
.product-gallery__thumb.is-active { --shape-fill: linear-gradient(145deg, rgba(0,217,255,.18), #020405 70%); }
.product-discount { --shape-cut: 12px; --shape-border: #19e6ff; --shape-border-width: 2px; --shape-fill: #000; filter: drop-shadow(0 0 5px rgba(0,217,255,.48)); }
.related-products__empty { --shape-cut: 20px; --shape-border-width: 2px; --shape-fill: #000; }
.category-card { --shape-fill: #06111b; }
.category-chip { --shape-fill: #030608; }
.category-chip:hover, .category-chip.is-active { --shape-fill: linear-gradient(115deg, var(--cyan-bright), #12c6ff); }
.hero-callout { --shape-fill: rgba(0,10,16,.9); }
.carousel-arrow, .category-card__arrow, .social-links a, .view-toggle, .woocommerce-ordering, .page-numbers, .search-chip { --shape-fill: #000; }
.shop-sidebar { --shape-fill: #010304; }
.carousel-arrow:hover, .carousel-arrow:focus-visible, .category-card:hover .category-card__arrow, .social-links a:hover { --shape-fill: var(--cyan); }
.page-numbers.current, a.page-numbers:hover { --shape-fill: rgba(0,217,255,.08); }

/* WooCommerce cleanup */
.woocommerce .woocommerce-result-count { display: none; }
.woocommerce .products::before, .woocommerce .products::after { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border: 1px solid var(--cyan); background: #03080c; color: #fff; }
.woocommerce-info::before, .woocommerce-message::before { color: var(--cyan); }
.woocommerce a.remove { color: var(--cyan) !important; }

/* Narrow desktop tuning; header geometry remains absolute and full width. */
@media (max-width: 1575px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.25fr .9fr 1fr; }
  .footer-grid > section:nth-child(3) { border-right: 0; }
}

@media (max-width: 1200px) {
  .utility-bar { font-size: 11px; }
  .utility-bar span { margin-inline: 6px; }
  .header-main > .site-brand { left: 20px; }
  .header-main > .product-search { grid-template-columns: minmax(0, 1fr) 44px 110px; }
  .product-search input[type="search"] { padding-inline: 16px; }
  .header-main > .repairs-button { padding-inline: 12px; }
  .site-menu { font-size: 12px; }
  .site-brand--footer { width: min(300px, calc(100% + 14px)); max-width: calc(100% + 14px); margin-right: 0; margin-left: -14px; }
	.product-finance-note { grid-template-columns: 58px minmax(0, 1fr); }
	.product-finance-note__action { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
