:root{
  /* THAY MÀU LOGO TẠI ĐÂY */
  --bg:#FAFAFA; --surface:#FFFFFF; --fg:#111111; --muted:#6B6B6B;
  --border:#E5E5E5; --accent:#2F6FEB; --accent-80:#2F6FEBcc;
  --success:#17A34A; --warn:#EAB308; --danger:#DC2626;
  --font:'Inter',-apple-system,system-ui,sans-serif;
  --mono:ui-monospace,'JetBrains Mono',monospace;
  --max:1200px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{font-family:var(--font);background:var(--bg);color:var(--fg);line-height:1.5;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--max);margin-inline:auto;padding-inline:clamp(16px,4vw,24px)}
.ph{position:relative;background:var(--bg);display:grid;place-items:center;overflow:hidden}
.ph::before{content:"";position:absolute;width:46%;aspect-ratio:1;border-radius:50%;
  border:1px solid oklch(80% .015 75);opacity:.5}
.ph::after{content:attr(data-label);position:relative;font-family:var(--mono);
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;
  color:oklch(60% .025 70);text-align:center;padding:0 12px;line-height:1.5}
.ph img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:8%}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ===== TOPBAR ===== */
.topbar{background:var(--fg);color:#fff;font-size:13px}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;height:36px;gap:16px}
.topbar a{color:#cfcfcf}
.topbar a:hover{color:#fff}
.topbar .links{display:flex;gap:18px}
@media(max-width:640px){.topbar .links span:nth-child(n+2){display:none}}

/* ===== HEADER ===== */
header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:40}
.hdr{display:flex;align-items:center;gap:clamp(12px,3vw,32px);height:72px}
.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:22px;letter-spacing:-.02em;flex-shrink:0}
.logo .mark{width:34px;height:34px;border-radius:8px;background:var(--accent);display:grid;place-items:center;color:#fff;font-size:18px}
.search{flex:1;display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden;min-width:0}
.search input{flex:1;border:0;padding:10px 14px;font:inherit;font-size:14px;min-width:0;outline:none}
.search input:focus{outline:none}
.search:focus-within{border-color:var(--accent)}
.search button{border:0;background:var(--accent);color:#fff;padding:0 18px;cursor:pointer;font-weight:600;font-size:14px}
.hdr-actions{display:flex;gap:18px;align-items:center;flex-shrink:0}
.ha{display:flex;flex-direction:column;align-items:center;font-size:11px;color:var(--muted);gap:2px;cursor:pointer;position:relative;border:0;background:transparent;font-family:inherit}
.ha svg{width:22px;height:22px;stroke:var(--fg);fill:none;stroke-width:1.6}
.ha:hover{color:var(--accent)}
.ha:hover svg{stroke:var(--accent)}
.ha:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}
.ha .badge{position:absolute;top:-6px;right:2px;background:var(--danger);color:#fff;font-size:10px;
  min-width:16px;height:16px;border-radius:8px;display:grid;place-items:center;padding:0 4px}
@media(max-width:860px){.ha span{display:none}}
@media(max-width:640px){.search{display:none}.mob-search-btn{display:flex!important}}
.mob-search-btn{display:none}

/* ===== NAV / MEGA MENU ===== */
nav.cat{background:var(--surface);border-bottom:1px solid var(--border);position:relative;z-index:30}
.cat-list{display:flex;gap:4px;list-style:none;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.cat-list::-webkit-scrollbar{display:none}
.cat-list>li{position:static}
.cat-list>li>a{display:flex;align-items:center;gap:6px;padding:13px 16px;font-size:14px;font-weight:600;white-space:nowrap;border-bottom:2px solid transparent;cursor:pointer}
.cat-list>li:hover>a,.cat-list>li.open>a{color:var(--accent);border-bottom-color:var(--accent)}
.mega{position:absolute;left:0;right:0;top:100%;background:var(--surface);border-bottom:1px solid var(--border);
  box-shadow:0 8px 24px rgba(17,17,17,.08);opacity:0;visibility:hidden;transform:translateY(-6px);
  transition:.15s;padding:28px 0}
.cat-list>li:hover .mega,.cat-list>li.open .mega{opacity:1;visibility:visible;transform:none}
.mega-grid{display:grid;grid-template-columns:repeat(4,1fr) 280px;gap:28px}
.mega h4{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:12px}
.mega ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.mega li a{font-size:14px;color:var(--fg)}
.mega li a:hover{color:var(--accent)}
.mega-promo{background:var(--bg);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}
.mega-promo .ph{height:120px;border:0;border-radius:0}
.mega-promo .txt{padding:14px}
.mega-promo .txt b{font-size:14px}
.mega-promo .txt p{font-size:12px;color:var(--muted);margin-top:4px}
@media(max-width:1024px){.mega{display:none}}

/* ===== HERO ===== */
.hero{padding:24px 0}
.hero-grid{display:grid;grid-template-columns:1fr 320px;gap:16px}
.slider{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:16/7;background:#111}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .5s;display:grid}
.slide.on{opacity:1}
.slide .ph{border-radius:0;border:0;height:100%}
.slide .cap{position:absolute;left:0;bottom:0;padding:clamp(20px,4vw,40px);max-width:60%;
  background:linear-gradient(90deg,rgba(0,0,0,.6),transparent);color:#fff}
.slide .cap .kick{font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.85}
.slide .cap h2{font-size:clamp(22px,3vw,40px);font-weight:700;letter-spacing:-.02em;margin:6px 0 12px;line-height:1.15}
.slide .cap .btn{display:inline-block;background:#fff;color:#111;padding:10px 22px;border-radius:8px;font-weight:600;font-size:14px}
.slide .cap .btn:hover{background:var(--accent);color:#fff}
.dots{position:absolute;bottom:16px;right:20px;display:flex;gap:8px;z-index:2}
.dots button{width:9px;height:9px;border-radius:50%;border:0;background:rgba(255,255,255,.5);cursor:pointer;padding:0;transition:.2s}
.dots button.on{background:#fff;width:24px;border-radius:5px}
.hero-side{display:grid;grid-template-rows:1fr 1fr;gap:16px}
.hero-side .card{position:relative;border-radius:14px;overflow:hidden}
.hero-side .ph{height:100%;border-radius:0;border:0}
.hero-side .lbl{position:absolute;top:14px;left:14px;background:var(--surface);padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-side{grid-template-rows:none;grid-template-columns:1fr 1fr}}
@media(max-width:560px){.slide .cap{max-width:100%}.hero-side{grid-template-columns:1fr}}

/* ===== FEATURE STRIP ===== */
.strip{border-block:1px solid var(--border);background:var(--surface)}
.strip .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.strip .item{display:flex;align-items:center;gap:12px;padding:18px 16px;border-left:1px solid var(--border)}
.strip .item:first-child{border-left:0}
.strip svg{width:26px;height:26px;stroke:var(--accent);fill:none;stroke-width:1.5;flex-shrink:0}
.strip b{font-size:13px;display:block}
.strip small{font-size:12px;color:var(--muted)}
@media(max-width:760px){.strip .wrap{grid-template-columns:1fr 1fr}.strip .item:nth-child(odd){border-left:0}.strip .item:nth-child(n+3){border-top:1px solid var(--border)}}

/* ===== CATEGORY TILES ===== */
section{padding:clamp(36px,6vw,56px) 0}
.sec-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;gap:16px}
.sec-head h3{font-size:clamp(20px,3vw,28px);font-weight:700;letter-spacing:-.01em}
.sec-head a{font-size:14px;color:var(--accent);font-weight:600}
.sec-head a:hover{text-decoration:underline}
.tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tile{display:block;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface);transition:.15s;color:inherit;text-decoration:none}
.tile:hover{border-color:var(--accent);transform:translateY(-2px)}
.tile .ph{height:150px;border-radius:0;border:0}
.tile .t{padding:14px}
.tile .t b{font-size:15px}
.tile .t p{font-size:12px;color:var(--muted);margin-top:3px}
@media(max-width:880px){.tiles{grid-template-columns:1fr 1fr}}

/* ===== PRODUCT LAYOUT: FILTER + GRID ===== */
.shop{display:grid;grid-template-columns:240px 1fr;gap:28px;align-items:start}
.filters{border:1px solid var(--border);border-radius:12px;background:var(--surface);position:sticky;top:120px}
.fgroup{padding:16px;border-bottom:1px solid var(--border)}
.fgroup:last-child{border-bottom:0}
.fgroup h5{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:12px}
.fopt{display:flex;align-items:center;gap:9px;font-size:14px;padding:5px 0;cursor:pointer}
.fopt input{accent-color:var(--accent);width:16px;height:16px}
.fopt .ct{margin-left:auto;font-size:12px;color:var(--muted)}
.price-row{display:flex;gap:8px;align-items:center}
.price-row input{flex:1;border:1px solid var(--border);border-radius:6px;padding:8px;font:inherit;font-size:13px;min-width:0}
.filter-toggle{display:none}
@media(max-width:860px){
  .shop{grid-template-columns:1fr}
  .filters{position:static;display:none}
  .filters.open{display:block}
  .filter-toggle{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);background:var(--surface);
    padding:10px 16px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;margin-bottom:16px;font-family:inherit}
}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
@media(max-width:680px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}
@media(max-width:400px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}
.grid.list{grid-template-columns:1fr;gap:12px}
.grid.list .pcard{flex-direction:row}
.grid.list .pcard .imgwrap{width:200px;flex-shrink:0}
.grid.list .pcard .ph{height:100%}
.grid.list .pcard .body{justify-content:center}
.grid.list .pcard .name{-webkit-line-clamp:1;min-height:0}
@media(max-width:560px){.grid.list .pcard{flex-direction:column}.grid.list .pcard .imgwrap{width:auto}}

.pcard{border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden;display:flex;flex-direction:column;transition:.15s;position:relative}
.pcard:hover{border-color:var(--accent);box-shadow:0 2px 8px rgba(17,17,17,.08)}
.pcard .imgwrap{position:relative;padding:14px;background:#fff;display:block;color:inherit;text-decoration:none}
.pcard .ph{height:160px;border:0}
.badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:6px;z-index:2}
.bd{font-size:11px;font-weight:700;padding:3px 8px;border-radius:5px;color:#fff}
.bd.sale{background:var(--danger)}
.bd.new{background:var(--success)}
.bd.hot{background:var(--warn);color:#111}
.wish{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;border:1px solid var(--border);
  background:var(--surface);display:grid;place-items:center;cursor:pointer;z-index:2}
.wish svg{width:16px;height:16px;stroke:var(--muted);fill:none;stroke-width:1.6;transition:.15s}
.wish:hover svg{stroke:var(--danger)}
.wish.on svg{stroke:var(--danger);fill:var(--danger)}
.pcard .body{padding:0 14px 14px;display:flex;flex-direction:column;flex:1;gap:6px}
.pcard .brand{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}
.pcard .name{font-size:14px;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}
.price{margin-top:auto;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.price .now{font-size:17px;font-weight:700;color:var(--danger)}
.price .old{font-size:13px;color:var(--muted);text-decoration:line-through}
.pcard .addcart{margin-top:8px;border:1px solid var(--accent);color:var(--accent);background:transparent;
  border-radius:8px;padding:9px;font:inherit;font-weight:600;font-size:13px;cursor:pointer;transition:.15s}
.pcard .addcart:hover{background:var(--accent);color:#fff}
.pcard .addcart.added{background:var(--success);border-color:var(--success);color:#fff}

/* ===== BRANDS ===== */
.brands{background:var(--surface);border-block:1px solid var(--border)}
.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.brand-grid .b{border:1px solid var(--border);border-radius:10px;height:72px;display:grid;place-items:center;
  font-weight:700;font-size:16px;color:var(--muted);transition:.15s;letter-spacing:-.01em}
.brand-grid .b:hover{border-color:var(--accent);color:var(--fg)}
@media(max-width:880px){.brand-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:420px){.brand-grid{grid-template-columns:1fr 1fr}}

/* ===== BANNER CTA ===== */
.cta{background:linear-gradient(90deg,var(--accent),var(--accent-80));border-radius:16px;color:#fff;
  padding:clamp(28px,5vw,48px);display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.cta h3{font-size:clamp(22px,3vw,30px);font-weight:700;letter-spacing:-.01em}
.cta p{opacity:.9;margin-top:8px;max-width:480px}
.cta .btn{background:#fff;color:var(--accent);padding:12px 26px;border-radius:8px;font-weight:700;white-space:nowrap}
.cta .btn:hover{opacity:.9}

/* ===== FOOTER ===== */
footer{background:var(--fg);color:#cfcfcf;padding:48px 0 24px;font-size:14px}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:32px;margin-bottom:32px}
footer h5{color:#fff;font-size:14px;margin-bottom:14px}
footer ul{list-style:none;display:flex;flex-direction:column;gap:9px}
footer a:hover{color:#fff}
.foot-logo{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;color:#fff;margin-bottom:14px}
.foot-logo .mark{width:32px;height:32px;border-radius:8px;background:var(--accent);display:grid;place-items:center;font-size:16px}
.foot-desc{max-width:320px;color:#9a9a9a}
.foot-bottom{border-top:1px solid #333;padding-top:20px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:#888}
@media(max-width:760px){.foot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:440px){.foot-grid{grid-template-columns:1fr}}

/* ===== TOAST ===== */
.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(20px);background:var(--fg);color:#fff;
  padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;opacity:0;pointer-events:none;transition:.25s;z-index:100;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* ===== BREADCRUMB ===== */
.crumb{font-size:13px;color:var(--muted);padding:14px 0;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.crumb a{color:var(--muted)}.crumb a:hover{color:var(--accent)}
.crumb .sep{color:var(--border)}
.crumb .cur{color:var(--fg);font-weight:500}

/* ===== PAGE HEAD ===== */
.page-head{padding:8px 0 24px}
.page-head h1{font-size:clamp(24px,3.5vw,34px);font-weight:700;letter-spacing:-.02em}
.page-head .meta{color:var(--muted);font-size:14px;margin-top:6px}
.page-head .chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.chip{font-size:13px;border:1px solid var(--border);background:var(--surface);padding:6px 12px;border-radius:99px;
  cursor:pointer;color:var(--fg);font-family:inherit;transition:.15s}
.chip:hover{border-color:var(--accent);color:var(--accent)}
.chip.on{background:var(--fg);color:#fff;border-color:var(--fg)}

/* ===== SORT BAR ===== */
.sortbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 16px;border:1px solid var(--border);
  border-radius:10px;background:var(--surface);margin-bottom:16px;font-size:14px}
.sortbar .res{color:var(--muted)}.sortbar .res b{color:var(--fg)}
.sortbar .right{margin-left:auto;display:flex;align-items:center;gap:10px}
.sortbar select{border:1px solid var(--border);border-radius:8px;padding:7px 10px;font:inherit;font-size:13px;background:var(--surface);cursor:pointer}
.view-toggle{display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}
.view-toggle button{border:0;background:var(--surface);padding:7px 10px;cursor:pointer;color:var(--muted);display:grid;place-items:center}
.view-toggle button.on{background:var(--fg);color:#fff}
.view-toggle svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}

/* ===== PAGINATION ===== */
.pager{display:flex;justify-content:center;gap:6px;margin-top:32px;flex-wrap:wrap}
.pager a,.pager span{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);
  border-radius:8px;font-size:14px;font-weight:600;color:var(--fg);background:var(--surface);padding:0 12px;transition:.15s}
.pager a:hover{border-color:var(--accent);color:var(--accent)}
.pager .cur{background:var(--accent);color:#fff;border-color:var(--accent)}
.pager .gap{border:0;background:transparent;color:var(--muted)}

/* ===== BLOG GRID ===== */
.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:36px;align-items:start}
@media(max-width:980px){.blog-layout{grid-template-columns:minmax(0,1fr)}}

.featured{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:0;border:1px solid var(--border);border-radius:14px;
  background:var(--surface);overflow:hidden;margin-bottom:32px;align-items:stretch}
.featured .ph{aspect-ratio:4/3;border:0;border-radius:0;min-height:100%}
.featured .body{padding:clamp(20px,3vw,32px);display:flex;flex-direction:column;gap:12px;justify-content:center}
.featured .cat-tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;
  color:var(--accent);background:rgba(47,111,235,.08);padding:4px 10px;border-radius:6px;align-self:flex-start}
.featured h2{font-size:clamp(20px,2.4vw,28px);font-weight:700;line-height:1.25;letter-spacing:-.01em}
.featured h2 a:hover{color:var(--accent)}
.featured p{color:var(--muted);font-size:14.5px;line-height:1.6}
.featured .meta{display:flex;gap:14px;color:var(--muted);font-size:13px;margin-top:4px;flex-wrap:wrap}
@media(max-width:720px){.featured{grid-template-columns:minmax(0,1fr)}.featured .ph{aspect-ratio:16/9;min-height:0}}

.blog-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}
@media(max-width:640px){.blog-grid{grid-template-columns:minmax(0,1fr)}}
.bcard{border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden;display:flex;
  flex-direction:column;transition:.15s}
.bcard:hover{border-color:var(--accent)}
.bcard .ph{aspect-ratio:16/10;border:0;border-radius:0}
.bcard .body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}
.bcard .cat-tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;
  color:var(--accent);align-self:flex-start}
.bcard h3{font-size:16px;font-weight:600;line-height:1.35}
.bcard h3 a:hover{color:var(--accent)}
.bcard p{color:var(--muted);font-size:13.5px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.bcard .meta{display:flex;gap:12px;color:var(--muted);font-size:12.5px;margin-top:auto;padding-top:4px}

/* ===== BLOG SIDEBAR ===== */
.bside{display:flex;flex-direction:column;gap:24px;position:sticky;top:120px}
.bside .block{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:20px}
.bside h4{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:14px}
.bside .pop{display:flex;flex-direction:column;gap:14px}
.bside .pop-item{display:flex;gap:12px;align-items:flex-start}
.bside .pop-item .ph{width:64px;height:64px;flex-shrink:0;border-radius:8px}
.bside .pop-item b{font-size:13.5px;font-weight:600;line-height:1.35;display:block}
.bside .pop-item b:hover{color:var(--accent)}
.bside .pop-item small{color:var(--muted);font-size:12px;margin-top:4px;display:block}
.bside .pop-item .num{font-family:var(--mono);font-size:18px;font-weight:700;color:var(--border);min-width:24px;line-height:1}
.tags-cloud{display:flex;flex-wrap:wrap;gap:6px}
.tags-cloud a{font-size:12.5px;background:var(--bg);border:1px solid var(--border);padding:5px 10px;border-radius:6px;color:var(--muted);transition:.15s}
.tags-cloud a:hover{border-color:var(--accent);color:var(--accent)}
@media(max-width:980px){.bside{position:static}}

/* ===== ARTICLE / BLOG POST ===== */
.post-layout{display:grid;grid-template-columns:220px minmax(0,1fr) 240px;gap:40px;align-items:start}
@media(max-width:1100px){.post-layout{grid-template-columns:minmax(0,1fr) 240px}.post-layout .post-share{display:none}}
@media(max-width:860px){.post-layout{grid-template-columns:1fr}.post-toc{display:none}}

.post-hero{padding:8px 0 24px}
.post-cat{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;
  color:var(--accent);background:rgba(47,111,235,.08);padding:5px 12px;border-radius:6px;margin-bottom:14px}
.post-hero h1{font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.15;letter-spacing:-.02em;max-width:24ch}
.post-hero .sub{color:var(--muted);font-size:clamp(15px,1.5vw,18px);margin-top:14px;max-width:60ch;line-height:1.55}
.post-meta{display:flex;align-items:center;gap:16px;margin-top:22px;padding-top:18px;border-top:1px solid var(--border);flex-wrap:wrap}
.post-author{display:flex;align-items:center;gap:10px}
.post-author .av{width:42px;height:42px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:700;font-size:15px}
.post-author b{font-size:14px;display:block}.post-author small{color:var(--muted);font-size:12.5px}
.post-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--border)}
.post-meta .item{color:var(--muted);font-size:13.5px;display:flex;gap:6px;align-items:center}
.post-cover{aspect-ratio:16/9;border-radius:14px;overflow:hidden;margin:24px 0 36px}
.post-cover .ph{height:100%;border:0;border-radius:0}

.post-share{position:sticky;top:120px;display:flex;flex-direction:column;gap:10px}
.post-share h5{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:4px}
.share-btn{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--border);border-radius:8px;
  background:var(--surface);cursor:pointer;font:inherit;font-size:13.5px;color:var(--fg);transition:.15s}
.share-btn:hover{border-color:var(--accent);color:var(--accent)}
.share-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}

.post-toc{position:sticky;top:120px;border:1px solid var(--border);border-radius:12px;padding:18px 20px;background:var(--surface)}
.post-toc h5{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:12px}
.post-toc ol{list-style:none;display:flex;flex-direction:column;gap:8px;counter-reset:toc}
.post-toc li{font-size:13.5px;line-height:1.4;counter-increment:toc}
.post-toc li::before{content:counter(toc, decimal-leading-zero) ".";font-family:var(--mono);font-size:11px;color:var(--muted);margin-right:8px}
.post-toc a{color:var(--fg);transition:.15s}
.post-toc a:hover,.post-toc a.active{color:var(--accent)}

/* prose */
.prose{font-size:16.5px;line-height:1.75;color:var(--fg);max-width:68ch}
.prose>*+*{margin-top:1.1em}
.prose h2{font-size:clamp(22px,2.4vw,28px);font-weight:700;letter-spacing:-.01em;margin-top:1.8em;line-height:1.25;scroll-margin-top:120px}
.prose h3{font-size:clamp(18px,2vw,22px);font-weight:700;margin-top:1.5em;line-height:1.3;scroll-margin-top:120px}
.prose p{color:#2a2a2a}
.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
.prose strong{font-weight:700;color:var(--fg)}
.prose ul,.prose ol{padding-left:1.4em;display:flex;flex-direction:column;gap:.4em}
.prose li::marker{color:var(--accent)}
.prose blockquote{border-left:3px solid var(--accent);padding:8px 0 8px 22px;font-style:italic;color:#333;font-size:18px;line-height:1.6}
.prose blockquote cite{display:block;margin-top:10px;font-size:13px;color:var(--muted);font-style:normal}
.prose figure{margin:1.6em 0}
.prose figure .ph{aspect-ratio:16/9;border-radius:10px;border:0}
.prose figcaption{font-size:13px;color:var(--muted);margin-top:10px;text-align:center}
.prose code{font-family:var(--mono);font-size:.92em;background:var(--bg);border:1px solid var(--border);padding:2px 6px;border-radius:5px}
.prose hr{border:0;border-top:1px solid var(--border);margin:2em 0}

/* callout */
.callout{border:1px solid var(--border);border-left:3px solid var(--accent);background:var(--surface);
  border-radius:10px;padding:18px 20px;display:flex;gap:14px}
.callout .ico{width:32px;height:32px;border-radius:8px;background:rgba(47,111,235,.1);color:var(--accent);
  display:grid;place-items:center;flex-shrink:0;font-weight:700}
.callout b{display:block;margin-bottom:4px;font-size:14px}
.callout p{font-size:14.5px;color:var(--muted);margin:0}

/* specs table inside post */
.spec-table{width:100%;border-collapse:collapse;font-size:14px}
.spec-table th,.spec-table td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border)}
.spec-table th{font-weight:600;color:var(--muted);width:35%;background:var(--bg)}
.spec-table tr:last-child td,.spec-table tr:last-child th{border-bottom:0}

/* post footer / tags */
.post-foot{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:22px 0;border-block:1px solid var(--border);margin:32px 0 0}
.post-tags{display:flex;gap:8px;flex-wrap:wrap}
.post-tags a{font-size:13px;background:var(--bg);border:1px solid var(--border);padding:6px 12px;border-radius:6px;color:var(--muted);transition:.15s}
.post-tags a:hover{border-color:var(--accent);color:var(--accent)}
.post-react{display:flex;gap:8px}
.post-react button{display:flex;align-items:center;gap:6px;border:1px solid var(--border);background:var(--surface);
  padding:7px 14px;border-radius:8px;cursor:pointer;font:inherit;font-size:13px;color:var(--fg)}
.post-react button:hover{border-color:var(--accent);color:var(--accent)}

/* author bio */
.author-bio{display:flex;gap:18px;align-items:flex-start;margin-top:32px;padding:24px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}
.author-bio .av{width:64px;height:64px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:700;font-size:22px;flex-shrink:0}
.author-bio b{display:block;font-size:15.5px;margin-bottom:2px}
.author-bio small{color:var(--muted);font-size:13px}
.author-bio p{color:var(--muted);font-size:14px;margin-top:8px;line-height:1.6}

/* related */
.related{margin-top:48px}
.related h3{font-size:20px;font-weight:700;margin-bottom:18px;letter-spacing:-.01em}
.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
@media(max-width:780px){.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.related-grid{grid-template-columns:minmax(0,1fr)}}

/* comments */
.comments{margin-top:48px}
.comments h3{font-size:20px;font-weight:700;margin-bottom:20px;letter-spacing:-.01em}
.cm-form{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:18px;margin-bottom:24px}
.cm-form textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:12px;font:inherit;font-size:14px;resize:vertical;min-height:90px;outline:none}
.cm-form textarea:focus{border-color:var(--accent)}
.cm-form .row{display:flex;justify-content:space-between;align-items:center;margin-top:12px;gap:12px;flex-wrap:wrap}
.cm-form small{color:var(--muted);font-size:12.5px}
.cm-form button{background:var(--accent);color:#fff;border:0;border-radius:8px;padding:10px 22px;font:inherit;font-weight:600;font-size:14px;cursor:pointer}
.cm-form button:hover{filter:brightness(1.08)}
.cm-list{display:flex;flex-direction:column;gap:20px}
.cm{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}
.cm:last-child{border-bottom:0}
.cm .av{width:38px;height:38px;border-radius:50%;background:var(--border);color:var(--fg);display:grid;place-items:center;font-weight:700;font-size:13px;flex-shrink:0}
.cm-body b{font-size:14px}.cm-body .time{color:var(--muted);font-size:12.5px;margin-left:8px}
.cm-body p{font-size:14px;color:#333;margin-top:4px;line-height:1.55}
.cm-body .act{margin-top:8px;display:flex;gap:14px;font-size:12.5px;color:var(--muted)}
.cm-body .act a{color:var(--muted)}.cm-body .act a:hover{color:var(--accent)}

/* ===== PRODUCT DETAIL (PDP) ===== */
.pdp-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:40px;align-items:start}
@media(max-width:900px){.pdp-layout{grid-template-columns:minmax(0,1fr);gap:28px}}

/* Gallery */
.pdp-gallery{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;position:sticky;top:120px}
@media(max-width:900px){.pdp-gallery{position:static;grid-template-columns:minmax(0,1fr);gap:10px}}
.pdp-thumbs{display:flex;flex-direction:column;gap:10px;order:0}
@media(max-width:900px){.pdp-thumbs{flex-direction:row;order:2;overflow-x:auto;padding-bottom:4px}}
.pdp-thumb{width:72px;height:72px;border:1.5px solid var(--border);border-radius:8px;background:transparent;padding:0;cursor:pointer;flex-shrink:0;overflow:hidden;transition:.15s}
.pdp-thumb .ph{height:100%;border:0;border-radius:0;font-size:9px}
.pdp-thumb:hover{border-color:var(--muted)}
.pdp-thumb.on{border-color:var(--accent)}
.pdp-main{border:1px solid var(--border);border-radius:14px;overflow:hidden;position:relative;background:var(--surface)}
.pdp-main .ph{aspect-ratio:4/3;border:0;border-radius:0;font-size:14px}
.pdp-main .zoom{position:absolute;right:14px;bottom:14px;width:36px;height:36px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:grid;place-items:center;color:var(--muted);cursor:pointer}
.pdp-main .zoom:hover{color:var(--accent);border-color:var(--accent)}
.pdp-main .nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.92);border:1px solid var(--border);display:grid;place-items:center;cursor:pointer;color:var(--fg);font-size:18px;opacity:0;transition:.2s}
.pdp-main:hover .nav{opacity:1}
.pdp-main .nav.prev{left:14px}.pdp-main .nav.next{right:14px}
.pdp-main .nav:hover{color:var(--accent);border-color:var(--accent)}
.pdp-badges{position:absolute;top:14px;left:14px;display:flex;gap:6px;z-index:2}

/* Info column */
.pdp-info .brand{font-size:12.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);font-weight:600}
.pdp-info h1{font-size:clamp(22px,2.4vw,30px);font-weight:700;line-height:1.25;letter-spacing:-.01em;margin-top:6px}
.pdp-info .sku{color:var(--muted);font-size:13px;margin-top:6px;font-family:var(--mono)}
.pdp-info .rate-row{display:flex;align-items:center;gap:12px;margin-top:14px;padding:10px 0;border-bottom:1px solid var(--border);flex-wrap:wrap}
.pdp-info .rate-row .stars{color:#F5A623;font-size:14px;letter-spacing:1px}
.pdp-info .rate-row .stars span{color:var(--border)}
.pdp-info .rate-row .num{color:var(--muted);font-size:13px}
.pdp-info .rate-row .sep{color:var(--border)}

.pdp-price{margin:18px 0;padding:16px 18px;background:var(--bg);border-radius:10px;display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.pdp-price .now{font-family:var(--mono);font-size:clamp(24px,2.6vw,30px);color:var(--danger);font-weight:700;letter-spacing:-.01em}
.pdp-price .old{color:var(--muted);text-decoration:line-through;font-family:var(--mono);font-size:15px}
.pdp-price .save{font-size:12px;font-weight:700;color:var(--danger);background:rgba(220,38,38,.1);padding:3px 8px;border-radius:6px;letter-spacing:.02em}
.pdp-price .install{flex-basis:100%;font-size:13px;color:var(--muted);margin-top:2px}
.pdp-price .install b{color:var(--fg);font-family:var(--mono)}

/* Variants */
.variant-group{margin-top:18px}
.variant-group .lbl{font-size:13px;font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.variant-group .lbl .sel{color:var(--muted);font-weight:400}
.variant-group .opts{display:flex;flex-wrap:wrap;gap:8px}
.variant-chip{border:1.5px solid var(--border);background:var(--surface);padding:10px 14px;border-radius:8px;cursor:pointer;color:var(--fg);font-family:inherit;font-size:13.5px;font-weight:500;transition:.15s;display:flex;flex-direction:column;gap:2px;align-items:flex-start;text-align:left;position:relative;min-width:96px}
.variant-chip small{font-family:var(--mono);font-size:11.5px;color:var(--muted);font-weight:400}
.variant-chip:hover{border-color:var(--muted)}
.variant-chip.on{border-color:var(--accent);background:rgba(47,111,235,.04)}
.variant-chip.on::after{content:'';position:absolute;top:-1px;right:-1px;width:0;height:0;border-top:18px solid var(--accent);border-left:18px solid transparent;border-top-right-radius:8px}
.variant-chip.on::before{content:'✓';position:absolute;top:0;right:2px;color:#fff;font-size:9px;font-weight:700;z-index:1;line-height:1}
.variant-chip.out{color:var(--muted);background:var(--bg);cursor:not-allowed;text-decoration:line-through}
.variant-chip.out:hover{border-color:var(--border)}

/* Stock + qty */
.pdp-stock{display:flex;align-items:center;gap:8px;margin-top:18px;font-size:13.5px}
.pdp-stock .dot{width:8px;height:8px;border-radius:50%;background:#16A34A;box-shadow:0 0 0 3px rgba(22,163,74,.18)}
.pdp-stock b{font-weight:600}
.pdp-stock .muted{color:var(--muted)}

.qty-row{display:flex;align-items:center;gap:16px;margin-top:18px}
.qty-row .lbl{font-size:13px;font-weight:600}
.qty-stepper{display:inline-flex;align-items:center;border:1.5px solid var(--border);border-radius:8px;overflow:hidden}
.qty-stepper button{border:0;background:var(--surface);width:38px;height:38px;font-size:18px;cursor:pointer;color:var(--fg);font-family:inherit;display:grid;place-items:center}
.qty-stepper button:hover{background:var(--bg)}
.qty-stepper button:disabled{color:var(--border);cursor:not-allowed;background:var(--surface)}
.qty-stepper input{width:48px;height:38px;border:0;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);text-align:center;font:inherit;font-size:14px;font-weight:600;font-family:var(--mono);background:var(--surface);outline:none;-moz-appearance:textfield}
.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

/* CTAs */
.cta-row{display:grid;grid-template-columns:1fr 1fr 48px;gap:10px;margin-top:22px}
@media(max-width:480px){.cta-row{grid-template-columns:1fr 48px;grid-auto-rows:auto}.cta-row .buy{grid-column:1/-1}}
.cta-row button{font:inherit;font-weight:700;font-size:14px;border-radius:10px;cursor:pointer;padding:14px 18px;transition:.15s;display:flex;align-items:center;justify-content:center;gap:8px}
.cta-row .buy{background:var(--danger);color:#fff;border:0}
.cta-row .buy:hover{filter:brightness(1.08)}
.cta-row .buy small{display:block;font-size:11.5px;font-weight:500;opacity:.85;margin-top:1px}
.cta-row .buy span{display:flex;flex-direction:column;line-height:1.15}
.cta-row .add{background:var(--surface);color:var(--accent);border:1.5px solid var(--accent)}
.cta-row .add:hover{background:rgba(47,111,235,.06)}
.cta-row .add.added{background:var(--accent);color:#fff}
.cta-row .ic{background:var(--surface);color:var(--muted);border:1.5px solid var(--border);padding:0;width:48px;height:48px}
.cta-row .ic svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8}
.cta-row .ic:hover{color:var(--accent);border-color:var(--accent)}
.cta-row .ic.on{color:var(--accent);border-color:var(--accent);background:rgba(47,111,235,.06)}
.cta-row .ic.on svg{fill:var(--accent)}

/* Shipping / warranty info */
.pdp-perks{margin-top:22px;border:1px solid var(--border);border-radius:10px;background:var(--bg);padding:4px 16px}
.pdp-perks .perk{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px dashed var(--border);font-size:13.5px}
.pdp-perks .perk:last-child{border-bottom:0}
.pdp-perks .perk svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:1.6;flex-shrink:0;margin-top:1px}
.pdp-perks .perk b{display:block;font-weight:600;margin-bottom:2px}
.pdp-perks .perk small{color:var(--muted);font-size:12.5px;line-height:1.45}

/* Gifts + box (PDP) */
.pdp-gifts{margin-top:18px;border:1px dashed var(--accent);border-radius:10px;background:#2F6FEB0d;padding:14px 16px}
.gift-head{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:10px}
.gift-head svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:1.6;flex-shrink:0}
.gift-head .gift-total{margin-left:auto;color:var(--accent);font-weight:600;font-size:12.5px}
.gift-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.gift-list li{position:relative;padding-left:22px;font-size:13.5px;line-height:1.45}
.gift-list li::before{content:"🎁";position:absolute;left:0;top:0;font-size:13px}
.gift-list li small{color:var(--muted)}

.pdp-box{margin-top:18px;border:1px solid var(--border);border-radius:10px;background:var(--bg);padding:14px 16px}
.box-head{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:10px}
.box-head svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:1.6;flex-shrink:0}
.box-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}
.box-list li{position:relative;padding-left:18px;font-size:13px;line-height:1.4}
.box-list li::before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:var(--accent)}
@media(max-width:560px){.box-list{grid-template-columns:1fr}}

/* Tabs */
/* Bought-together slider (ngang, cuộn) */
.bought-slider{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.bought-slider .pcard{flex:0 0 230px;scroll-snap-align:start}
.bought-slider::-webkit-scrollbar{height:6px}
.bought-slider::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
@media(max-width:560px){.bought-slider .pcard{flex-basis:160px}}

.pdp-tabs{margin-top:56px}
.pdp-tabs .tabbar{display:flex;gap:0;border-bottom:1px solid var(--border);overflow-x:auto}
.pdp-tabs .tabbar button{border:0;background:transparent;font:inherit;font-size:14.5px;font-weight:600;color:var(--muted);padding:14px 22px;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:.15s}
.pdp-tabs .tabbar button:hover{color:var(--fg)}
.pdp-tabs .tabbar button.on{color:var(--accent);border-bottom-color:var(--accent)}
.pdp-tabs .tabbar .count{color:var(--muted);font-weight:500;font-size:13px;margin-left:5px}
.pdp-tabs .panel{padding:28px 0;display:none}
.pdp-tabs .panel.on{display:block}
.pdp-tabs .panel .prose{max-width:740px}
.pdp-tabs .panel h3{font-size:18px;font-weight:700;margin:24px 0 10px;letter-spacing:-.01em}
.pdp-tabs .panel h3:first-child{margin-top:0}
.pdp-tabs .panel p{font-size:15px;line-height:1.7;color:#333;margin:8px 0}
.pdp-tabs .panel ul{margin:8px 0 8px 20px;font-size:14.5px;line-height:1.7;color:#333}

/* Review summary block */
.review-summary{display:grid;grid-template-columns:200px 1fr;gap:32px;padding:20px;border:1px solid var(--border);border-radius:12px;background:var(--surface);margin-bottom:28px}
@media(max-width:640px){.review-summary{grid-template-columns:1fr;gap:18px}}
.review-summary .score{text-align:center}
.review-summary .score .big{font-size:48px;font-weight:700;font-family:var(--mono);line-height:1;letter-spacing:-.02em}
.review-summary .score .out{color:var(--muted);font-size:13px;margin-top:2px}
.review-summary .score .stars{color:#F5A623;font-size:16px;letter-spacing:2px;margin-top:8px}
.review-summary .score .total{color:var(--muted);font-size:13px;margin-top:6px}
.review-summary .bars{display:flex;flex-direction:column;gap:8px;justify-content:center}
.review-summary .bar{display:grid;grid-template-columns:32px 1fr 44px;gap:10px;align-items:center;font-size:12.5px;color:var(--muted)}
.review-summary .bar .track{height:6px;background:var(--bg);border-radius:99px;overflow:hidden}
.review-summary .bar .fill{height:100%;background:#F5A623;border-radius:99px}
.review-summary .bar .n{text-align:right;font-family:var(--mono)}

.review-list{display:flex;flex-direction:column;gap:0}
.review-item{padding:20px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:48px 1fr;gap:14px}
.review-item:last-child{border-bottom:0}
.review-item .av{width:48px;height:48px;border-radius:50%;background:var(--bg);border:1px solid var(--border);display:grid;place-items:center;font-weight:700;color:var(--fg)}
.review-item .head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.review-item .head b{font-size:14px;font-weight:600}
.review-item .head .ver{font-size:11px;font-weight:600;color:#16A34A;background:rgba(22,163,74,.1);padding:2px 7px;border-radius:5px}
.review-item .head .time{color:var(--muted);font-size:12.5px}
.review-item .stars{color:#F5A623;font-size:13px;letter-spacing:1.5px;margin-top:4px}
.review-item .stars span{color:var(--border)}
.review-item p{font-size:14px;color:#333;line-height:1.6;margin-top:8px}
.review-item .var-tag{display:inline-block;font-size:12px;color:var(--muted);background:var(--bg);padding:3px 8px;border-radius:5px;margin-top:8px}

/* Q&A */
.qa-item{padding:16px 0;border-bottom:1px solid var(--border)}
.qa-item:last-child{border-bottom:0}
.qa-item .q{font-weight:600;font-size:14.5px;display:flex;gap:10px}
.qa-item .q::before{content:'Q';color:var(--accent);font-family:var(--mono);font-weight:700;flex-shrink:0}
.qa-item .a{margin-top:8px;color:#333;font-size:14px;line-height:1.6;display:flex;gap:10px;padding-left:0}
.qa-item .a::before{content:'A';color:var(--muted);font-family:var(--mono);font-weight:700;flex-shrink:0}
.qa-item .meta{color:var(--muted);font-size:12.5px;margin-top:6px;padding-left:24px}

/* Related products */
.pdp-related{margin-top:56px}
.pdp-related h2{font-size:20px;font-weight:700;margin-bottom:18px;letter-spacing:-.01em}

/* ===== HOMEPAGE BLOG TEASER ===== */
.home-blog{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:28px;align-items:stretch}
@media(max-width:900px){.home-blog{grid-template-columns:minmax(0,1fr);gap:22px}}

.hb-lead{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:.15s}
.hb-lead:hover{border-color:var(--accent)}
.hb-lead .ph{aspect-ratio:16/10;border:0;border-radius:0;display:grid;place-items:center;font-family:var(--mono);font-size:12.5px;color:var(--muted)}
.hb-lead .body{padding:22px 24px 24px;display:flex;flex-direction:column;gap:10px;flex:1}
.hb-lead .cat-tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);background:rgba(47,111,235,.08);padding:4px 10px;border-radius:6px;align-self:flex-start}
.hb-lead h3{font-size:22px;font-weight:700;line-height:1.28;letter-spacing:-.01em;margin:0}
.hb-lead h3 a{color:var(--fg);text-decoration:none}
.hb-lead h3 a:hover{color:var(--accent)}
.hb-lead p{color:var(--muted);font-size:14.5px;line-height:1.6;margin:0}
.hb-lead .meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:12.5px;margin-top:4px;font-family:var(--mono)}

.hb-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.hb-list li{display:grid;grid-template-columns:130px minmax(0,1fr);gap:0;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:.15s}
.hb-list li:hover{border-color:var(--accent)}
.hb-list .ph{aspect-ratio:auto;border:0;border-radius:0;min-height:100%;display:grid;place-items:center;font-family:var(--mono);font-size:11px;color:var(--muted);padding:8px;text-align:center}
.hb-list .meta-block{padding:13px 16px;display:flex;flex-direction:column;gap:6px;min-width:0;justify-content:center}
.hb-list .cat-tag{display:inline-block;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);align-self:flex-start}
.hb-list h4{font-size:14.5px;font-weight:600;line-height:1.38;margin:0}
.hb-list h4 a{color:var(--fg);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hb-list h4 a:hover{color:var(--accent)}
.hb-list small{color:var(--muted);font-size:12px;font-family:var(--mono)}
@media(max-width:600px){.hb-list li{grid-template-columns:100px minmax(0,1fr)}.hb-list h4{font-size:14px}}

/* ===== ABOUT PAGE ===== */
.about-hero{padding:48px 0 40px;border-bottom:1px solid var(--border)}
.about-hero .kicker{font-family:var(--mono);font-size:12px;color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}
.about-hero h1{font-size:clamp(30px,4.4vw,52px);font-weight:700;line-height:1.08;letter-spacing:-.02em;max-width:20ch;margin:0 0 18px}
.about-hero .lead{font-size:clamp(15px,1.4vw,17.5px);color:var(--muted);line-height:1.65;max-width:64ch}
.about-hero .pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.about-hero .pill{font-family:var(--mono);font-size:12.5px;border:1px solid var(--border);padding:6px 12px;border-radius:999px;color:var(--fg);background:var(--surface)}
.about-hero .pill b{color:var(--accent);font-weight:600}

.ab-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-bottom:1px solid var(--border)}
.ab-stats .stat{padding:36px 24px;border-right:1px solid var(--border)}
.ab-stats .stat:last-child{border-right:0}
.ab-stats .stat .n{font-family:var(--mono);font-size:clamp(28px,3.6vw,42px);font-weight:700;letter-spacing:-.02em;color:var(--fg);line-height:1}
.ab-stats .stat .n sup{font-size:.5em;font-weight:500;color:var(--accent);margin-left:2px;top:-.6em}
.ab-stats .stat .l{margin-top:8px;color:var(--muted);font-size:13.5px}
@media(max-width:720px){.ab-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ab-stats .stat{border-bottom:1px solid var(--border)}.ab-stats .stat:nth-child(2n){border-right:0}.ab-stats .stat:nth-last-child(-n+2){border-bottom:0}}

.ab-section{padding:64px 0}
.ab-section + .ab-section{padding-top:0}
.ab-section .head{margin-bottom:32px;max-width:64ch}
.ab-section .head .eyebrow{font-family:var(--mono);font-size:11.5px;color:var(--accent);letter-spacing:.08em;text-transform:uppercase}
.ab-section .head h2{font-size:clamp(22px,2.4vw,30px);font-weight:700;letter-spacing:-.01em;margin-top:8px;line-height:1.2}
.ab-section .head p{color:var(--muted);font-size:15px;line-height:1.65;margin-top:10px}

.ab-story{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:48px;align-items:center}
@media(max-width:900px){.ab-story{grid-template-columns:minmax(0,1fr);gap:28px}}
.ab-story .text p{color:#333;font-size:15.5px;line-height:1.75;margin-bottom:14px}
.ab-story .text p:last-child{margin-bottom:0}
.ab-story .photo{aspect-ratio:4/3;display:grid;place-items:center;font-family:var(--mono);font-size:13px;color:var(--muted);border-radius:12px;overflow:hidden}

.ab-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
@media(max-width:840px){.ab-values{grid-template-columns:minmax(0,1fr)}}
.ab-values .v{border-top:2px solid var(--fg);padding:22px 4px 0}
.ab-values .v .n{font-family:var(--mono);font-size:13px;color:var(--accent);font-weight:600;letter-spacing:.04em}
.ab-values .v h4{font-size:18px;font-weight:600;margin:10px 0 10px;letter-spacing:-.01em}
.ab-values .v p{color:var(--muted);font-size:14.5px;line-height:1.65}

.ab-team{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
@media(max-width:900px){.ab-team{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.ab-team{grid-template-columns:minmax(0,1fr)}}
.ab-team .mem{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:22px;display:flex;flex-direction:column;gap:6px}
.ab-team .mem .av{width:56px;height:56px;border-radius:50%;background:var(--fg);color:#fff;display:grid;place-items:center;font-family:var(--mono);font-weight:700;font-size:18px;letter-spacing:.02em;margin-bottom:10px}
.ab-team .mem .name{font-size:15.5px;font-weight:600;letter-spacing:-.01em}
.ab-team .mem .role{font-family:var(--mono);font-size:11.5px;color:var(--accent);text-transform:uppercase;letter-spacing:.06em}
.ab-team .mem .bio{color:var(--muted);font-size:13.5px;line-height:1.55;margin-top:6px}

.ab-showroom{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}
@media(max-width:840px){.ab-showroom{grid-template-columns:minmax(0,1fr)}}
.ab-showroom .room{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.ab-showroom .room .ph{aspect-ratio:16/9;border:0;border-radius:0}
.ab-showroom .room .body{padding:22px 24px}
.ab-showroom .room .city{font-family:var(--mono);font-size:11.5px;color:var(--accent);letter-spacing:.08em;text-transform:uppercase}
.ab-showroom .room h4{font-size:18px;font-weight:600;margin:6px 0 14px}
.ab-showroom .room .info{display:flex;flex-direction:column;gap:10px;font-size:14px;color:#333}
.ab-showroom .room .info .row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:start}
.ab-showroom .room .info .row .k{color:var(--muted);font-family:var(--mono);font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;padding-top:3px}
.ab-showroom .room .actions{display:flex;gap:8px;margin-top:18px;padding-top:18px;border-top:1px solid var(--border)}
.ab-showroom .room .btn-sm{font:inherit;font-size:13px;font-weight:600;padding:8px 14px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--fg);cursor:pointer;text-decoration:none;display:inline-block;transition:.15s}
.ab-showroom .room .btn-sm:hover{border-color:var(--accent);color:var(--accent)}
.ab-showroom .room .btn-sm.primary{background:var(--fg);color:#fff;border-color:var(--fg)}
.ab-showroom .room .btn-sm.primary:hover{background:var(--accent);border-color:var(--accent);color:#fff}

/* ===== CONTACT PAGE ===== */
.contact-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:32px;align-items:start}
@media(max-width:900px){.contact-grid{grid-template-columns:minmax(0,1fr);gap:28px}}

.ct-info{display:flex;flex-direction:column;gap:16px}
.ct-info .card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:22px}
.ct-info .card .eyebrow{font-family:var(--mono);font-size:11px;color:var(--accent);letter-spacing:.08em;text-transform:uppercase}
.ct-info .card h4{font-size:16px;font-weight:600;margin:6px 0 14px;letter-spacing:-.01em}
.ct-info .row{display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px;padding:10px 0;border-bottom:1px dashed var(--border);font-size:14px}
.ct-info .row:last-child{border-bottom:0}
.ct-info .row .k{color:var(--muted);font-family:var(--mono);font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;padding-top:3px}
.ct-info .row .v{color:var(--fg);line-height:1.55}
.ct-info .row .v a{color:var(--accent);text-decoration:none}
.ct-info .row .v a:hover{text-decoration:underline}
.ct-info .channels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.ct-info .channels .ch{border:1px solid var(--border);border-radius:10px;padding:14px 10px;text-align:center;color:var(--fg);text-decoration:none;background:var(--surface);display:flex;flex-direction:column;gap:4px;transition:.15s}
.ct-info .channels .ch:hover{border-color:var(--accent)}
.ct-info .channels .ch b{font-size:13.5px;font-weight:600}
.ct-info .channels .ch small{font-family:var(--mono);font-size:10.5px;color:var(--muted)}

.ct-form{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:28px}
.ct-form .eyebrow{font-family:var(--mono);font-size:11px;color:var(--accent);letter-spacing:.08em;text-transform:uppercase}
.ct-form h3{font-size:20px;font-weight:600;margin:6px 0 6px;letter-spacing:-.01em}
.ct-form .lead{color:var(--muted);font-size:14px;margin-bottom:22px;line-height:1.55}
.ct-form .frow{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;margin-bottom:14px}
@media(max-width:600px){.ct-form .frow{grid-template-columns:minmax(0,1fr)}}
.ct-form label{display:block;font-size:12.5px;font-weight:600;color:var(--fg);margin-bottom:6px}
.ct-form label .req{color:var(--danger);margin-left:2px}
.ct-form input[type=text],.ct-form input[type=email],.ct-form input[type=tel],.ct-form select,.ct-form textarea{width:100%;border:1.5px solid var(--border);background:var(--bg);padding:10px 12px;border-radius:8px;font:inherit;font-size:14px;color:var(--fg);outline:none;transition:.15s;font-family:inherit;box-sizing:border-box}
.ct-form input:focus,.ct-form select:focus,.ct-form textarea:focus{border-color:var(--accent);background:var(--surface)}
.ct-form textarea{min-height:140px;resize:vertical;line-height:1.55}
.ct-form .field{margin-bottom:14px}
.ct-form .consent{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--muted);margin:8px 0 18px;line-height:1.5}
.ct-form .consent input{width:16px;height:16px;margin-top:3px;flex-shrink:0;accent-color:var(--accent)}
.ct-form .submit{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.ct-form button[type=submit]{background:var(--fg);color:#fff;border:0;border-radius:8px;padding:12px 24px;font:inherit;font-weight:600;font-size:14px;cursor:pointer;transition:.15s}
.ct-form button[type=submit]:hover{background:var(--accent)}
.ct-form .submit small{color:var(--muted);font-size:12.5px;font-family:var(--mono)}
.ct-form .ok{display:none;background:rgba(47,111,235,.08);border:1px solid var(--accent);color:var(--accent);padding:12px 14px;border-radius:8px;font-size:13.5px;margin-bottom:14px;font-weight:500}
.ct-form .ok.show{display:block}

.ct-map{margin-top:48px;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}
.ct-map .head{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--border);gap:12px;flex-wrap:wrap}
.ct-map .head h4{font-size:14px;font-weight:600;letter-spacing:-.01em}
.ct-map .head .switcher{display:flex;gap:6px}
.ct-map .head .switcher button{font:inherit;font-size:12.5px;font-weight:600;padding:5px 12px;border:1px solid var(--border);background:var(--surface);color:var(--fg);border-radius:6px;cursor:pointer;transition:.15s}
.ct-map .head .switcher button.on{background:var(--fg);color:#fff;border-color:var(--fg)}
.ct-map .canvas{aspect-ratio:21/9;background:
  repeating-linear-gradient(0deg,transparent 0 39px,#e8e8e8 39px 40px),
  repeating-linear-gradient(90deg,transparent 0 39px,#e8e8e8 39px 40px),
  #f7f7f7;
  display:grid;place-items:center;color:var(--muted);font-family:var(--mono);font-size:13px;position:relative}
.ct-map .canvas::after{content:'';position:absolute;width:14px;height:14px;border-radius:50%;background:var(--danger);box-shadow:0 0 0 4px rgba(220,38,38,.18),0 0 0 14px rgba(220,38,38,.08)}
.ct-map .canvas .label{position:absolute;top:calc(50% + 24px);font-family:var(--mono);font-size:12px;color:var(--fg);background:var(--surface);padding:4px 10px;border-radius:6px;border:1px solid var(--border)}

.ct-faq{margin-top:48px}
.ct-faq h3{font-size:22px;font-weight:700;letter-spacing:-.01em;margin-bottom:6px}
.ct-faq .head-meta{color:var(--muted);font-size:14px;margin-bottom:18px}
.ct-faq .item{border-bottom:1px solid var(--border);padding:18px 0}
.ct-faq .item summary{font-weight:600;font-size:15px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--fg);gap:12px}
.ct-faq .item summary::-webkit-details-marker{display:none}
.ct-faq .item summary::after{content:'+';font-family:var(--mono);font-size:20px;color:var(--accent);font-weight:400;transition:.2s;line-height:1;flex-shrink:0}
.ct-faq .item[open] summary::after{content:'−'}
.ct-faq .item .answer{color:#333;font-size:14px;line-height:1.7;padding-top:12px;max-width:72ch}

/* ===== SHARED PAGE COMPONENTS (forgot-password / order-detail / compare) ===== */
.page-main{padding-block:clamp(28px,4vw,56px)}
.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:12px}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--accent)}
.page-title{font-family:var(--font);font-size:clamp(28px,4vw,38px);letter-spacing:-.02em;margin-bottom:6px}
.page-lead{color:var(--muted);margin-bottom:28px}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:14px;
  padding:11px 18px;border-radius:8px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:.15s;font-family:inherit}
.btn-primary{background:var(--accent);color:#fff}
.btn-primary:hover{background:var(--accent-80)}
.btn-ghost{background:var(--surface);color:var(--fg);border-color:var(--border)}
.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}
.btn-block{width:100%}

/* empty / placeholder state */
.empty-state{text-align:center;padding:80px 20px}
.empty-state .es-title{font-size:20px;margin-bottom:10px}
.empty-state .es-sub{color:var(--muted);margin-bottom:20px}
.empty-state--bordered{border:1px dashed var(--border);border-radius:12px}

/* ===== AUTH (forgot-password) ===== */
.auth-narrow{max-width:420px;margin-inline:auto}
.auth-steps{display:flex;gap:8px;margin-bottom:24px}
.auth-steps .step{flex:1;height:3px;border-radius:2px;background:var(--border)}
.auth-steps .step.on{background:var(--accent)}
.auth-narrow h1,.auth-narrow h2{font-size:clamp(24px,3vw,30px);letter-spacing:-.02em}
.auth-sub{font-size:14px;color:var(--muted);margin-top:6px;line-height:1.6}
.field{display:block;margin-bottom:18px}
.field-label{display:block;font-size:14px;margin-bottom:6px;color:var(--fg)}
.field input{width:100%;padding:10px 14px;border-radius:8px;border:1px solid var(--border);font-size:14px;font-family:inherit}
.field input:focus{outline:none;border-color:var(--accent)}
.field-err{display:none;margin-top:6px;font-size:12px;color:var(--danger)}
.field-err.on{display:block}
.auth-back{margin-top:18px;display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}
.auth-back:hover{color:var(--accent)}
.auth-ok{text-align:center;padding:10px 0}
.auth-ok .check{width:56px;height:56px;border-radius:50%;background:oklch(95% .05 145);color:oklch(55% .12 145);
  display:grid;place-items:center;margin:0 auto 18px;font-size:26px;font-weight:700}
.auth-social{display:flex;flex-direction:column;gap:10px;margin-top:20px}
.social-btn{font-weight:500}
.auth-divider{display:flex;align-items:center;gap:14px;margin:20px 0;color:var(--muted);font-size:13px}
.auth-divider::before,.auth-divider::after{content:"";flex:1;height:1px;background:var(--border)}
.field-pw{position:relative;display:block}
.field-pw input{padding-right:64px}
.pw-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:none;border:0;cursor:pointer;
  font:inherit;font-size:13px;font-weight:600;color:var(--accent);padding:6px 8px}
.auth-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;font-size:13px;flex-wrap:wrap;gap:8px}
.checkbox{display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:var(--fg)}
.checkbox input{width:16px;height:16px;accent-color:var(--accent)}
.auth-link{color:var(--accent);font-weight:600}
.auth-link:hover{text-decoration:underline}
.auth-foot{text-align:center;margin-top:22px;font-size:14px;color:var(--muted)}

/* ===== ORDER DETAIL ===== */
.od-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap;
  padding-bottom:24px;border-bottom:1px solid var(--border);margin-bottom:28px}
.od-code{font-family:var(--mono);font-size:12px;color:var(--muted)}
.od-head h1{font-family:var(--font);font-size:clamp(24px,3vw,32px);letter-spacing:-.02em;margin-top:4px}
.od-date{font-size:13px;color:var(--muted);margin-top:4px}
.od-status{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;padding:6px 14px;border-radius:99px;
  background:oklch(95% .05 145/.15);color:oklch(45% .12 145)}
.od-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:32px}
.od-card{border:1px solid var(--border);border-radius:12px;padding:20px;background:var(--surface)}
.od-card h2{font-family:var(--font);font-size:16px;font-weight:700;margin-bottom:16px}
.od-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:10px;color:var(--muted)}
.od-row.total{font-size:17px;font-weight:700;color:var(--fg);padding-top:12px;margin-top:6px;border-top:1px solid var(--border)}
.od-row.total span:last-child{color:var(--accent)}
.od-aside{display:flex;flex-direction:column;gap:20px}
.od-line{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--border)}
.od-line .ph{width:80px;height:80px;border-radius:10px;flex-shrink:0}
.od-line .li-body{flex:1;min-width:0}
.od-line .li-name{font-size:15px;font-weight:600}
.od-line .li-meta{font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-top:3px}
.od-line .li-qty{font-size:13px;color:var(--muted);margin-top:6px}
.od-line .li-price{font-weight:600;white-space:nowrap}
.od-timeline{list-style:none;position:relative;padding-left:28px;margin:0}
.od-timeline li{position:relative;padding:0 0 22px}
.od-timeline .dot{position:absolute;left:-23px;top:3px;width:13px;height:13px;border-radius:50%;
  border:2px solid var(--border);background:var(--surface);box-sizing:border-box}
.od-timeline li.done .dot{border-color:var(--accent);background:var(--accent)}
.od-timeline .tl-label{font-size:14px;font-weight:600}
.od-timeline .tl-sub{font-size:12.5px;color:var(--muted);margin-top:2px}
@media(max-width:760px){.od-grid{grid-template-columns:1fr}}

/* ===== COMPARE TABLE ===== */
.cmp-wrap{overflow-x:auto}
.cmp-table{width:100%;border-collapse:collapse;min-width:720px}
.cmp-foot{margin-top:32px;padding:20px;border:1px dashed var(--border);border-radius:12px;text-align:center;background:var(--surface)}
.cmp-foot p{margin-bottom:12px;color:var(--muted)}
.cmp-table th{padding:16px 20px;background:var(--surface);border-bottom:1px solid var(--border);vertical-align:top;text-align:left}
.cmp-table th .ph{aspect-ratio:1;width:100%;max-width:200px;margin-bottom:12px}
.cmp-th-brand{font-size:11px;font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:4px}
.cmp-th-name{font-size:15px;font-weight:600;margin-bottom:6px}
.cmp-th-price{font-size:17px;font-weight:700;color:var(--accent);margin-bottom:10px}
.cmp-th-remove{font-size:12px;color:var(--muted);background:none;border:0;cursor:pointer;text-decoration:underline}
.cmp-table tbody tr{border-bottom:1px solid var(--border)}
.cmp-table .cmp-field{padding:14px 20px;font-family:var(--mono);font-size:11px;font-weight:400;text-align:left;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);white-space:nowrap;min-width:140px}
.cmp-table td{padding:14px 20px;font-size:14px}

/* ===== POLICY ===== */
.pol-layout{display:grid;grid-template-columns:240px 1fr;gap:48px;align-items:start}
.pol-toc{position:sticky;top:20px}
.pol-toc h2{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:14px}
.pol-toc ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.pol-toc a{font-size:14px;color:var(--fg)}
.pol-toc a:hover{color:var(--accent)}
.pol-sec{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid var(--border);scroll-margin-top:20px}
.pol-sec:last-child{border-bottom:0}
.pol-sec h2{font-size:clamp(20px,2.5vw,26px);letter-spacing:-.01em;margin-bottom:14px}
.pol-sec>p{color:#444;line-height:1.7;max-width:72ch;margin-bottom:16px}
.pol-list{margin:0 0 20px;padding-left:22px;display:flex;flex-direction:column;gap:8px;color:#444;line-height:1.6;max-width:72ch}
.pol-sec .item{border:1px solid var(--border);border-radius:10px;padding:16px 18px;background:var(--surface)}
.pol-sec .item summary{font-weight:600;font-size:15px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--fg);gap:12px}
.pol-sec .item summary::-webkit-details-marker{display:none}
.pol-sec .item summary::after{content:'+';font-family:var(--mono);font-size:20px;color:var(--accent);font-weight:400;line-height:1;flex-shrink:0}
.pol-sec .item[open] summary::after{content:'−'}
.pol-sec .item .answer{color:#333;font-size:14px;line-height:1.7;padding-top:12px;max-width:72ch}
@media(max-width:760px){.pol-layout{grid-template-columns:1fr;gap:24px}.pol-toc{position:static}}

/* ===== CART / CHECKOUT ===== */
.breadcrumb{font-size:13px;color:var(--muted)}
.breadcrumb a:hover{color:var(--accent)}
.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}
.cart-item{display:flex;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid var(--border)}
.cart-item:first-child{padding-top:0}
.ci-info{flex:1;min-width:0}
.ci-brand{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.ci-name{font-weight:600;font-size:15px;margin:2px 0 4px}
.ci-price{font-size:13px;color:var(--muted)}
.ci-qty{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:8px;padding:4px 8px}
.qty-btn{width:26px;height:26px;border:none;background:var(--bg);border-radius:6px;font-size:16px;cursor:pointer;line-height:1}
.qty-btn:hover{background:var(--accent);color:#fff}
.ci-total{font-weight:700;font-size:15px;min-width:120px;text-align:right}
.ci-remove{border:none;background:none;color:var(--muted);font-size:16px;cursor:pointer;padding:6px}
.ci-remove:hover{color:var(--danger)}
.cart-summary,.co-summary{border:1px solid var(--border);border-radius:14px;padding:24px;background:var(--surface);position:sticky;top:20px}
.sum-row{display:flex;justify-content:space-between;font-size:14px;padding:8px 0;color:var(--muted)}
.sum-row.total{border-top:1px solid var(--border);margin-top:8px;padding-top:14px;font-size:17px;font-weight:700;color:var(--fg)}
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:9px;font-weight:600;font-size:14px;border:1px solid transparent;cursor:pointer}
.btn-primary{background:var(--accent);color:#fff}
.btn-primary:hover{background:var(--fg)}
.btn-ghost{background:var(--surface);border-color:var(--border);color:var(--fg)}
.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}
.voucher{margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}
.vch-row{display:flex;gap:8px}
.trust-mini{display:flex;align-items:center;gap:12px;margin-top:14px;font-size:13px;color:var(--muted)}
.trust-mini .ti{width:34px;height:34px;flex-shrink:0;display:grid;place-items:center;border-radius:8px;background:var(--bg);color:var(--accent)}
.trust-mini b{color:var(--fg)}
/* checkout */
.co-layout{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}
.co-section{border:1px solid var(--border);border-radius:14px;padding:22px;background:var(--surface);margin-bottom:18px}
.co-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.co-num{width:28px;height:28px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font-weight:700;font-size:14px}
.co-head h2{font-size:17px;font-weight:600}
.co-fields{display:grid;gap:14px}
.co-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{display:flex;flex-direction:column;gap:6px;font-size:13px}
.field span{font-weight:600}
.field input,.field select{padding:11px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit}
.field input:focus,.field select:focus{outline:2px solid var(--accent);outline-offset:0;border-color:var(--accent)}
.ship-options,.pay-options{display:grid;gap:10px}
.ship-opt,.pay-opt{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:10px;cursor:pointer}
.ship-opt:has(:checked),.pay-opt:has(:checked){border-color:var(--accent);background:color-mix(in srgb,var(--accent) 6%,transparent)}
.ship-info,.pay-opt span{display:flex;flex-direction:column}
.ship-opt small,.pay-opt small{font-size:12.5px;color:var(--muted)}
@media(max-width:900px){.cart-layout,.co-layout{grid-template-columns:1fr}.cart-summary,.co-summary{position:static}.co-row{grid-template-columns:1fr}}
@media(max-width:560px){.cart-item{flex-wrap:wrap}.ci-total{min-width:auto}}

/* ===== ACCOUNT (account / account-orders) ===== */
.acc-layout{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:start}
.acc-side{position:sticky;top:20px;border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden}
.acc-user{padding:20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px}
.acc-avatar{width:44px;height:44px;flex-shrink:0;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:700;font-size:18px}
.acc-user b{display:block;font-size:15px}
.acc-user small{color:var(--muted);font-size:12.5px}
.acc-nav{list-style:none;padding:8px;display:flex;flex-direction:column;gap:2px}
.acc-nav a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;font-size:14px;color:var(--fg)}
.acc-nav a:hover{background:var(--bg)}
.acc-nav a.on{background:color-mix(in srgb,var(--accent) 10%,transparent);color:var(--accent);font-weight:600}
.acc-nav a.danger{color:var(--danger)}
.acc-nav svg{width:18px;height:18px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7}
.acc-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}
.acc-stat{border:1px solid var(--border);border-radius:12px;padding:18px;background:var(--surface)}
.acc-stat .k{font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.acc-stat .v{font-size:24px;font-weight:700;margin-top:6px}
.order-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);margin-bottom:16px;overflow:hidden}
.order-top{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:14px 18px;border-bottom:1px solid var(--border);background:var(--bg)}
.order-top .oc-code{font-family:var(--mono);font-size:12px;color:var(--muted)}
.order-top .oc-date{font-size:13px;color:var(--muted);margin-top:2px}
.pill{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;padding:5px 12px;border-radius:99px}
.pill.delivered{background:oklch(95% .05 145/.2);color:oklch(45% .12 145)}
.pill.shipping{background:oklch(95% .06 250/.2);color:oklch(48% .14 250)}
.pill.pending{background:oklch(96% .06 80/.25);color:oklch(50% .12 70)}
.pill.cancelled{background:oklch(95% .04 25/.2);color:var(--danger)}
.order-body{padding:14px 18px;display:flex;flex-direction:column;gap:12px}
.order-line{display:flex;align-items:center;gap:14px}
.order-line .ph{width:56px;height:56px;border-radius:8px;flex-shrink:0}
.order-line .ol-name{font-size:14px;font-weight:600}
.order-line .ol-meta{font-size:12.5px;color:var(--muted);margin-top:2px}
.order-foot{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:14px 18px;border-top:1px solid var(--border)}
.order-foot .of-total{font-size:14px;color:var(--muted)}
.order-foot .of-total b{font-size:16px;color:var(--accent)}
.acc-tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:22px;overflow-x:auto}
.acc-tabs a{padding:10px 14px;font-size:14px;font-weight:600;color:var(--muted);border-bottom:2px solid transparent;white-space:nowrap}
.acc-tabs a.on{color:var(--accent);border-bottom-color:var(--accent)}
@media(max-width:820px){.acc-layout{grid-template-columns:1fr}.acc-side{position:static}.acc-cards{grid-template-columns:1fr}}

/* ===== WOOCOMMERCE BRIDGE (map Woo core markup → Pixel Cam) ===== */
/* Fallback if the loop is not replaced by the .grid wrapper */
.woocommerce ul.products{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
@media(max-width:680px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}
.woocommerce ul.products>li{margin:0}
/* Shop container padding */
.woo-content{padding-block:clamp(24px,4vw,40px)}
/* Breadcrumb */
.woocommerce-breadcrumb{font-size:13px;color:var(--muted);padding:14px 0;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.woocommerce-breadcrumb a{color:var(--muted)}
.woocommerce-breadcrumb a:hover{color:var(--accent)}
/* Result count + ordering bar */
.woocommerce-result-count{color:var(--muted);font-size:14px;margin:0 0 16px}
.woocommerce-ordering{margin:0 0 16px}
.woocommerce-ordering select{border:1px solid var(--border);border-radius:8px;padding:8px 12px;font:inherit;font-size:13px;background:var(--surface);cursor:pointer}
/* Pagination: WP outputs .current — alias to the .cur look */
.pager .current{background:var(--accent);color:#fff;border-color:var(--accent)}
.pager .dots{border:0;background:transparent;color:var(--muted)}
/* Page title on shop */
.woocommerce-products-header__title{font-size:clamp(24px,3.5vw,34px);font-weight:700;letter-spacing:-.02em;margin:8px 0 16px}
.shop-main{min-width:0}
.shop--no-filters{grid-template-columns:1fr}
/* Woo widgets inside the filters aside */
.filters .widget{padding:16px;border-bottom:1px solid var(--border)}
.filters .widget:last-child{border-bottom:0}
.filters .widget-title,.filters h5{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:12px}
.filters .widget ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.filters .widget ul li{font-size:14px}
.filters .widget ul li a{color:var(--fg)}
.filters .widget ul li a:hover{color:var(--accent)}
.filters .widget .count{color:var(--muted);font-size:12px}
.filters .price_slider_wrapper .price_slider{margin:16px 0}
.filters .price_slider_amount .button{background:var(--accent);color:#fff;border:0;border-radius:8px;padding:8px 14px;font-size:13px;cursor:pointer}
.filters .chosen{color:var(--accent)}
/* YITH wishlist button on product card */
.pcard .yith-wcwl-add-to-wishlist{position:absolute;top:10px;right:10px;z-index:3;margin:0}
.pcard .yith-wcwl-add-to-wishlist a{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:var(--surface);display:grid;place-items:center;color:var(--muted);text-decoration:none;font-size:0}
.pcard .yith-wcwl-add-to-wishlist a::before{content:"\2661";font-size:18px;line-height:1}
.pcard .yith-wcwl-wishlistaddedbrowse a::before,.pcard .yith-wcwl-wishlistexistsbrowse a::before{content:"\2665";color:var(--danger)}
.pcard .yith-wcwl-add-to-wishlist a:hover{border-color:var(--danger);color:var(--danger)}
.pcard .yith-wcwl-add-to-wishlist .feedback{display:none}
/* YITH wishlist page table reuses .shop_table styles */
.wishlist_table .product-remove a{color:var(--danger)}
.woocommerce .wishlist-title h2{font-size:clamp(22px,3vw,30px);font-weight:700;margin-bottom:16px}

/* ----- Single product (PDP) bridge ----- */
.pdp-layout .pdp-gallery-col{position:sticky;top:120px}
@media(max-width:900px){.pdp-layout .pdp-gallery-col{position:static}}
/* Woo gallery */
.woocommerce-product-gallery{position:relative}
.woocommerce-product-gallery img{border-radius:14px;border:1px solid var(--border)}
.woocommerce-product-gallery .flex-viewport{border-radius:14px;overflow:hidden}
.flex-control-thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;padding:0;list-style:none}
.flex-control-thumbs li{width:72px;flex:0 0 72px}
.flex-control-thumbs img{border:1.5px solid var(--border);border-radius:8px;cursor:pointer;opacity:.75;transition:.15s}
.flex-control-thumbs img.flex-active,.flex-control-thumbs img:hover{opacity:1;border-color:var(--accent)}
.woocommerce-product-gallery__trigger{position:absolute;right:14px;top:14px;z-index:3}
/* Info column */
.pdp-info .product_title{font-size:clamp(22px,2.4vw,30px);font-weight:700;line-height:1.25;letter-spacing:-.01em;margin:0 0 6px}
.pdp-info .price{margin:18px 0;padding:16px 18px;background:var(--bg);border-radius:10px;display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;font-family:var(--mono)}
.pdp-info .price .amount{font-size:clamp(22px,2.4vw,28px);color:var(--danger);font-weight:700}
.pdp-info .price del{color:var(--muted);font-size:15px;opacity:1}
.pdp-info .price ins{text-decoration:none}
.pdp-info .stock{margin-top:8px;font-size:13.5px}
.pdp-info .stock.in-stock{color:var(--success)}
.pdp-info .stock.out-of-stock{color:var(--danger)}
/* Quantity + add to cart */
.pdp-info form.cart{margin:22px 0;display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.pdp-info form.cart .quantity{display:inline-flex;align-items:center;border:1.5px solid var(--border);border-radius:8px;overflow:hidden}
.pdp-info form.cart .quantity input{width:60px;height:44px;border:0;text-align:center;font:inherit;font-weight:600;font-family:var(--mono);background:var(--surface);-moz-appearance:textfield}
.pdp-info form.cart button.button,.pdp-info .single_add_to_cart_button{background:var(--danger);color:#fff;border:0;border-radius:10px;padding:14px 24px;font:inherit;font-weight:700;font-size:14px;cursor:pointer;transition:.15s}
.pdp-info form.cart button.button:hover{filter:brightness(1.08)}
.pdp-info .variations{margin:18px 0;border-collapse:collapse}
.pdp-info .variations td{padding:6px 0}
.pdp-info .variations label{font-size:13px;font-weight:600;padding-right:12px}
.pdp-info .variations select{border:1.5px solid var(--border);border-radius:8px;padding:10px 12px;font:inherit;background:var(--surface)}
.pdp-info .product_meta{margin-top:18px;font-size:13px;color:var(--muted)}
.pdp-info .product_meta>span{display:block;margin-bottom:4px}
/* Woo tabs → Pixel Cam tab look */
.woocommerce-tabs{margin-top:56px}
.woocommerce-tabs ul.tabs{display:flex;gap:0;border-bottom:1px solid var(--border);overflow-x:auto;list-style:none;margin:0;padding:0}
.woocommerce-tabs ul.tabs li{margin:0}
.woocommerce-tabs ul.tabs li a{display:block;font-size:14.5px;font-weight:600;color:var(--muted);padding:14px 22px;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:.15s;text-decoration:none}
.woocommerce-tabs ul.tabs li.active a,.woocommerce-tabs ul.tabs li a:hover{color:var(--accent);border-bottom-color:var(--accent)}
.woocommerce-tabs .panel{padding:28px 0}
.woocommerce-tabs .panel>h2:first-child{font-size:18px;font-weight:700;margin-bottom:12px}
/* Related / upsells reuse .grid via loop_start filter */
.related.products>h2,.upsells.products>h2{font-size:20px;font-weight:700;margin:48px 0 18px;letter-spacing:-.01em}

/* ----- Cart ----- */
.woocommerce-cart .woo-content,.woocommerce-checkout .woo-content,.woocommerce-account .woo-content{padding-block:clamp(24px,4vw,40px)}
.woocommerce table.shop_table{width:100%;border-collapse:collapse;border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden}
.woocommerce table.shop_table th{text-align:left;padding:14px 16px;font-size:13px;color:var(--muted);background:var(--bg);border-bottom:1px solid var(--border)}
.woocommerce table.shop_table td{padding:16px;border-bottom:1px solid var(--border);font-size:14px;vertical-align:middle}
.woocommerce table.shop_table img{width:64px;height:64px;object-fit:cover;border-radius:8px}
.woocommerce .cart .quantity input{width:56px;height:38px;border:1px solid var(--border);border-radius:8px;text-align:center;font:inherit;font-family:var(--mono)}
.woocommerce a.remove{color:var(--danger);font-weight:700}
.woocommerce .cart-collaterals,.woocommerce-cart .cart-collaterals{margin-top:24px}
.woocommerce .cart_totals h2{font-size:17px;font-weight:700;margin-bottom:14px}
.woocommerce .cart_totals table{border-radius:12px}
.woocommerce .actions .button,.woocommerce .checkout-button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--accent);color:#fff;border:1px solid transparent;border-radius:9px;padding:12px 20px;font:inherit;font-weight:600;font-size:14px;cursor:pointer;text-decoration:none;transition:.15s}
.woocommerce .button.alt,.woocommerce .checkout-button,.woocommerce #place_order{background:var(--danger)}
.woocommerce button.button:hover,.woocommerce a.button:hover{filter:brightness(1.06)}
.woocommerce .button.wc-backward{background:var(--surface);color:var(--fg);border-color:var(--border)}

/* ----- Checkout ----- */
.woocommerce-checkout .col2-set,.woocommerce-checkout #customer_details{margin-bottom:24px}
.woocommerce form .form-row{margin-bottom:14px}
.woocommerce form .form-row label{display:block;font-size:12.5px;font-weight:600;margin-bottom:6px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.woocommerce .select2-container .select2-selection{width:100%;border:1.5px solid var(--border);background:var(--bg);padding:11px 12px;border-radius:8px;font:inherit;font-size:14px}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{border-color:var(--accent);background:var(--surface);outline:none}
.woocommerce-checkout #order_review,.woocommerce-checkout-review-order{border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:22px}
.woocommerce-checkout #payment{background:transparent;border:0}
.woocommerce-checkout #payment ul.payment_methods{border:1px solid var(--border);border-radius:10px;padding:14px 16px;list-style:none;margin:0 0 16px}
.woocommerce-info,.woocommerce-message,.woocommerce-error{border-left:3px solid var(--accent);background:var(--surface);border-radius:8px;padding:12px 16px;list-style:none;margin-bottom:16px;font-size:14px}
.woocommerce-error{border-left-color:var(--danger)}
.woocommerce-message{border-left-color:var(--success)}

/* ----- My Account ----- */
.woocommerce-account .woocommerce{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:start}
@media(max-width:820px){.woocommerce-account .woocommerce{grid-template-columns:1fr}}
.woocommerce-MyAccount-navigation{border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:8px}
.woocommerce-MyAccount-navigation li a{display:block;padding:10px 12px;border-radius:8px;font-size:14px;color:var(--fg);text-decoration:none}
.woocommerce-MyAccount-navigation li a:hover{background:var(--bg)}
.woocommerce-MyAccount-navigation li.is-active a{background:color-mix(in srgb,var(--accent) 10%,transparent);color:var(--accent);font-weight:600}
.woocommerce-MyAccount-content{min-width:0}
.woocommerce-account:not(.logged-in) .woocommerce{display:block;max-width:960px;margin-inline:auto}
.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:24px}

/* ----- Blog pagination (the_posts_pagination / .page-numbers) ----- */
.pager .nav-links,.pager.pagination .nav-links{display:contents}
.pager .page-numbers{min-width:38px;height:38px;display:inline-grid;place-items:center;border:1px solid var(--border);border-radius:8px;font-size:14px;font-weight:600;color:var(--fg);background:var(--surface);padding:0 12px;transition:.15s;text-decoration:none}
.pager a.page-numbers:hover{border-color:var(--accent);color:var(--accent)}
.pager .page-numbers.current{background:var(--accent);color:#fff;border-color:var(--accent)}
.pager .page-numbers.dots{border:0;background:transparent}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
/* Post tags */
.post-tags a{font-size:13px;background:var(--bg);border:1px solid var(--border);padding:6px 12px;border-radius:6px;color:var(--muted);margin-right:6px;text-decoration:none}
.post-tags a:hover{border-color:var(--accent);color:var(--accent)}
