/*
 * Woiya Design v2 — RC2 visual correction layer
 * Scope: global header, Homepage golden-reference fidelity, Product golden-reference fidelity.
 * This is intentionally narrow. Once runtime visual acceptance passes, these rules should be
 * consolidated back into the canonical Woiya stylesheets before immutable v1.1.0 release.
 */

/* ---------- RC2 header ---------- */
body.theme-woiya .w2-header-row.t26-header-inner{
  grid-template-columns:auto minmax(0,1fr) minmax(240px,320px)!important;
  gap:24px!important;
  min-height:66px!important;
}
body.theme-woiya .w2-header.is-scrolled .w2-header-row{min-height:58px!important}
body.theme-woiya .w2-logo.t26-logo img{max-width:128px!important;max-height:40px!important}
body.theme-woiya .w2-primary-nav{gap:0;align-items:center}
body.theme-woiya .w2-primary-nav>a,body.theme-woiya .w2-nav-more>summary{padding:0 12px;font-size:13px;font-weight:650}
body.theme-woiya .w2-header-search{height:38px;display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;overflow:hidden;border:1px solid #e1e6eb;border-radius:999px;background:#f8fafb}
body.theme-woiya .w2-header-search input{min-width:0;height:36px;padding:0 4px 0 15px;border:0;outline:0;background:transparent;color:var(--w2-ink);font:inherit;font-size:12.5px}
body.theme-woiya .w2-header-search input::placeholder{color:#8a94a1}
body.theme-woiya .w2-header-search button{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:#20262d;cursor:pointer}
body.theme-woiya .w2-header-search button svg{width:18px;height:18px}
body.theme-woiya .w2-header-row>.w2-search-button{display:none!important}
body.theme-woiya .w2-trending-inner{min-height:34px}
body.theme-woiya .w2-trending-label{text-transform:none;font-size:12.5px;font-weight:800}
body.theme-woiya .w2-trending-track a{font-size:12px;color:#363d46}

/* ---------- RC2 common section heading ---------- */
body.theme-woiya .w2rc2-section-head{margin:0 0 14px;align-items:center}
body.theme-woiya .w2rc2-section-head h2{font-size:24px;line-height:1.15;font-weight:800;letter-spacing:-.03em}
body.theme-woiya .w2rc2-section-head>a,body.theme-woiya .w2-section-head--dark>a{color:var(--w2-primary);font-size:12px;font-weight:750;white-space:nowrap}

/* ---------- RC2 homepage ---------- */
body.theme-woiya.home-page--woiya .w2rc2-home{padding-top:18px}
body.theme-woiya.home-page--woiya .w2rc2-home .w2-home-flow{gap:0}

/* Hero: golden reference = visual cards with text overlay. */
body.theme-woiya.home-page--woiya .w2rc2-hero{order:10;display:grid;grid-template-columns:minmax(0,1.63fr) minmax(360px,.94fr);gap:10px;align-items:stretch;margin:0}
body.theme-woiya .w2rc2-hero-lead,body.theme-woiya .w2rc2-hero-side,body.theme-woiya .w2rc2-hero-side-item{min-width:0}
body.theme-woiya .w2rc2-hero-card{position:relative;display:block;width:100%;height:100%;overflow:hidden;border-radius:8px;background:#111;color:#fff;isolation:isolate}
body.theme-woiya .w2rc2-hero-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}
body.theme-woiya .w2rc2-hero-card:hover>img{transform:scale(1.015)}
body.theme-woiya .w2rc2-hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,10,16,.02) 25%,rgba(5,10,16,.22) 54%,rgba(5,10,16,.88) 100%)}
body.theme-woiya .w2rc2-hero-content{position:absolute;z-index:2;left:18px;right:18px;bottom:17px;display:flex;flex-direction:column;align-items:flex-start;color:#fff}
body.theme-woiya .w2rc2-hero-card--lead{min-height:438px}
body.theme-woiya .w2rc2-hero-card--lead .w2rc2-hero-content{left:24px;right:28px;bottom:22px;max-width:610px}
body.theme-woiya .w2rc2-badge{display:inline-flex;align-items:center;min-height:20px;padding:3px 7px;border-radius:4px;background:#0879ff;color:#fff;font-size:9px;line-height:1;font-weight:850;letter-spacing:.035em;text-transform:uppercase}
body.theme-woiya .w2rc2-badge--small{min-height:18px;font-size:8px;padding:3px 6px}
body.theme-woiya .w2rc2-badge--review{background:#13b981}
body.theme-woiya .w2rc2-hero-title{max-width:600px;margin-top:9px;font-size:32px;line-height:1.08;font-weight:800;letter-spacing:-.035em;text-wrap:balance}
body.theme-woiya .w2rc2-hero-excerpt{max-width:570px;margin-top:10px;color:#f1f4f7;font-size:13.5px;line-height:1.45}
body.theme-woiya .w2rc2-hero-meta{margin-top:9px;color:#d9dee4;font-size:11px;line-height:1.3}
body.theme-woiya .w2rc2-hero-side{height:438px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1.08fr .84fr 1.02fr;gap:9px}
body.theme-woiya .w2rc2-hero-side-item--0{grid-column:1/-1}
body.theme-woiya .w2rc2-hero-side-item--1{grid-column:1}
body.theme-woiya .w2rc2-hero-side-item--2{grid-column:2}
body.theme-woiya .w2rc2-hero-side-item--3{grid-column:1/-1}
body.theme-woiya .w2rc2-hero-side-title{margin-top:5px;font-size:14px;line-height:1.18;font-weight:780;letter-spacing:-.018em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
body.theme-woiya .w2rc2-hero-side-item--0 .w2rc2-hero-side-title,body.theme-woiya .w2rc2-hero-side-item--3 .w2rc2-hero-side-title{font-size:16px;max-width:88%}
body.theme-woiya .w2rc2-hero-side .w2rc2-hero-meta{font-size:9.5px;margin-top:5px}
body.theme-woiya .w2rc2-hero-dots{display:none}

/* Tech Pack slot becomes layout-transparent so Latest Devices and Popular Brands can occupy
   their golden-reference positions without Theme querying Tech tables. */
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya{display:contents!important;margin:0!important;padding:0!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya>.tech-home-slot__head{order:20;width:100%;margin:22px 0 12px!important;align-items:center!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya>.tech-home-devices{order:21;width:100%;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:0!important;padding:0!important;overflow:visible!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya>.tech-home-brands{order:50;width:100%;display:grid!important;grid-template-columns:140px repeat(5,minmax(0,1fr))!important;gap:8px!important;margin:22px 0 0!important;padding:14px 0 2px!important;border-top:1px solid var(--w2-border);overflow:visible!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-slot__title{font-size:24px!important;font-weight:800!important;letter-spacing:-.03em!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-slot__head>a{font-size:12px!important;color:var(--w2-primary)!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device{display:block!important;min-width:0!important;overflow:hidden!important;border:0!important;border-radius:7px!important;background:#f4f6f8!important;box-shadow:none!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device:nth-child(n+5){display:none!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device__media{height:134px!important;aspect-ratio:auto!important;padding:12px!important;background:#f4f6f8!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device__media img{object-fit:contain!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device__body{min-height:68px;padding:8px 10px 10px!important;background:#f4f6f8!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device__brand{display:none!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device h3{margin:0 0 4px!important;font-size:13.5px!important;line-height:1.2!important;font-weight:760!important;letter-spacing:-.016em!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device__meta{display:block!important;font-size:10px!important;line-height:1.25!important;color:#6f7985!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device__price{display:block;margin-top:3px;color:#252b31!important;font-weight:700!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-brands__label{display:flex!important;align-items:center!important;padding:0!important;margin:0!important;color:var(--w2-ink)!important;font-size:22px!important;line-height:1.1!important;font-weight:800!important;letter-spacing:-.028em!important;white-space:normal!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-brand{min-height:56px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:8px 10px!important;border:1px solid #edf0f3!important;border-radius:7px!important;background:#f8f9fa!important;color:#1d2329!important;font-size:12px!important;font-weight:720!important;text-align:center!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-brand:nth-of-type(n+6){display:none!important}
body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-brand small{display:block!important;color:#8a929c!important;font-size:9px!important;font-weight:600!important}

/* Latest News: feature + compact list + honest editor picks. */
body.theme-woiya.home-page--woiya .w2rc2-latest{order:30;margin-top:30px}
body.theme-woiya .w2rc2-latest-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(270px,.9fr) minmax(220px,.72fr);gap:20px;align-items:start}
body.theme-woiya .w2rc2-latest-grid--no-picks{grid-template-columns:minmax(0,1.2fr) minmax(300px,.92fr)}
body.theme-woiya .w2rc2-latest-feature__media{display:block;overflow:hidden;border-radius:6px;background:var(--w2-surface);aspect-ratio:16/9}
body.theme-woiya .w2rc2-latest-feature__media img{width:100%;height:100%;object-fit:cover}
body.theme-woiya .w2rc2-latest-feature__body{padding-top:10px}
body.theme-woiya .w2rc2-latest-feature h3{margin:4px 0 0;color:var(--w2-ink);font-size:21px;line-height:1.16;font-weight:800;letter-spacing:-.025em}
body.theme-woiya .w2rc2-latest-feature p{margin:7px 0 0;color:var(--w2-muted);font-size:12.5px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body.theme-woiya .w2rc2-latest-list{border:0}
body.theme-woiya .w2rc2-news-row{display:grid;grid-template-columns:96px minmax(0,1fr);gap:10px;align-items:center;padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid #edf0f2}
body.theme-woiya .w2rc2-news-row:last-child{margin-bottom:0;border-bottom:0}
body.theme-woiya .w2rc2-news-row__media{display:block;width:96px;aspect-ratio:16/10;overflow:hidden;border-radius:5px;background:#eef1f3}
body.theme-woiya .w2rc2-news-row__media img{width:100%;height:100%;object-fit:cover}
body.theme-woiya .w2rc2-news-row h3{margin:0;color:var(--w2-ink);font-size:13px;line-height:1.28;font-weight:720;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body.theme-woiya .w2rc2-news-row .w2-home-meta{margin-top:4px;font-size:9.5px}
body.theme-woiya .w2rc2-picks{padding:12px 14px 10px;border-radius:6px;background:#f5f6f7}
body.theme-woiya .w2rc2-picks h3{margin:0 0 8px;color:var(--w2-ink);font-size:15px;line-height:1.2;font-weight:800}
body.theme-woiya .w2rc2-picks ol{counter-reset:w2pick;margin:0;padding:0;list-style:none}
body.theme-woiya .w2rc2-picks li{counter-increment:w2pick;display:grid;grid-template-columns:18px 1fr;gap:8px;padding:6px 0;color:#333b44;font-size:11px;line-height:1.25}
body.theme-woiya .w2rc2-picks li::before{content:counter(w2pick);color:#9ca5af;font-size:16px;line-height:1;font-weight:650}
body.theme-woiya .w2rc2-picks a:hover{color:var(--w2-primary)}

/* Reviews */
body.theme-woiya.home-page--woiya .w2rc2-reviews{order:40;margin-top:28px;padding:18px 20px 20px;border-radius:0;background:#0c1116}
body.theme-woiya .w2rc2-reviews .w2-section-head--dark{margin-bottom:12px}
body.theme-woiya .w2rc2-reviews .w2-section-head--dark h2{font-size:24px!important;font-weight:800!important}
body.theme-woiya .w2rc2-reviews .w2-section-head--dark p{margin-top:3px;font-size:10.5px}
body.theme-woiya .w2rc2-review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
body.theme-woiya .w2rc2-review-media{position:relative;display:block;overflow:hidden;aspect-ratio:16/10;border-radius:5px;background:#1b2229;color:#fff}
body.theme-woiya .w2rc2-review-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
body.theme-woiya .w2rc2-review-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(5,8,12,.9) 100%)}
body.theme-woiya .w2rc2-review-content{position:absolute;left:10px;right:10px;bottom:9px;display:flex;flex-direction:column;align-items:flex-start}
body.theme-woiya .w2rc2-review-content strong{margin-top:5px;color:#fff;font-size:12.5px;line-height:1.22;font-weight:760;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body.theme-woiya .w2rc2-review-content small{margin-top:5px;color:#b6bec7;font-size:9px}
body.theme-woiya.home-page--woiya .w2-home-more{order:70;margin-top:32px}
body.theme-woiya.home-page--woiya .w2-home-ad--after-hero{order:15}
body.theme-woiya.home-page--woiya .w2-home-ad--after-latest{order:35}
body.theme-woiya.home-page--woiya .w2-home-ad--before-picks{order:55}
body.theme-woiya.home-page--woiya .w2-home-ad--before-footer{order:80}

/* ---------- RC2 Product ---------- */
body.theme-woiya.woiya-tech-product .w2-tech-main{background:#fff}
body.theme-woiya .w2rc2-product-page>.tech-shell:first-child{padding-top:13px}
body.theme-woiya .w2rc2-product-breadcrumb{margin:0 0 18px;font-size:11px;color:#788390}
body.theme-woiya .w2rc2-product-top{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1.03fr) minmax(245px,.72fr);gap:22px;align-items:start;padding-bottom:18px;border-bottom:1px solid var(--tech-border)}
body.theme-woiya .w2rc2-product-gallery{min-width:0;display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;align-items:start}
body.theme-woiya .w2rc2-product-thumbs{display:flex;flex-direction:column;gap:8px}
body.theme-woiya .w2rc2-product-thumbs a{display:flex;align-items:center;justify-content:center;width:52px;height:58px;padding:5px;border:1px solid transparent;border-radius:5px;background:#f3f5f7}
body.theme-woiya .w2rc2-product-thumbs a.is-active{border-color:var(--tech-primary);background:#fff}
body.theme-woiya .w2rc2-product-thumbs img{width:100%;height:100%;object-fit:contain}
body.theme-woiya .w2rc2-product-image{display:flex;align-items:center;justify-content:center;min-height:320px;padding:12px;background:#fff}
body.theme-woiya .w2rc2-product-image img{width:100%;height:320px;object-fit:contain}
body.theme-woiya .w2rc2-product-summary{min-width:0;padding-top:14px}
body.theme-woiya .w2rc2-product-brand a{color:#0b67ee;font-size:17px;line-height:1;font-weight:800;letter-spacing:.04em}
body.theme-woiya .w2rc2-product-title-row{display:flex;align-items:center;gap:10px;margin-top:6px}
body.theme-woiya .w2rc2-product-title-row h1{margin:0;color:var(--tech-ink);font-size:36px;line-height:1.02;font-weight:820;letter-spacing:-.04em}
body.theme-woiya .w2rc2-product-title-row .tech-life{flex:0 0 auto}
body.theme-woiya .w2rc2-product-launch{margin-top:6px;color:var(--tech-muted);font-size:12px}
body.theme-woiya .w2rc2-product-lead{max-width:560px;margin:14px 0 0;color:#5a6571;font-size:13px;line-height:1.52}
body.theme-woiya .w2rc2-quick-specs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px;border-top:1px solid #e8ecf0;border-bottom:1px solid #e8ecf0}
body.theme-woiya .w2rc2-quick-spec{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:14px 7px 12px;text-align:center;border-right:1px solid #e8ecf0}
body.theme-woiya .w2rc2-quick-spec:last-child{border-right:0}
body.theme-woiya .w2rc2-quick-icon{width:23px;height:23px;margin-bottom:6px;color:#111820}
body.theme-woiya .w2rc2-quick-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
body.theme-woiya .w2rc2-quick-spec strong{max-width:100%;color:var(--tech-ink);font-size:13px;line-height:1.12;font-weight:780;overflow-wrap:anywhere}
body.theme-woiya .w2rc2-quick-spec>span:last-child{margin-top:3px;color:#8a949f;font-size:8.5px;line-height:1.22;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body.theme-woiya .w2rc2-product-actions{display:flex;gap:9px;margin-top:18px}
body.theme-woiya .w2rc2-product-actions .w2-btn{min-height:38px;padding:0 16px;border-radius:4px;font-size:11px;font-weight:720}
body.theme-woiya .w2rc2-product-actions .w2-btn--primary{background:#0879ff}

body.theme-woiya .w2rc2-coverage-sidebar{padding:11px 12px 10px;border-radius:6px;background:#f5f6f7}
body.theme-woiya .w2rc2-side-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}
body.theme-woiya .w2rc2-side-head h2{margin:0;color:var(--tech-ink);font-size:16px;line-height:1.2;font-weight:800}
body.theme-woiya .w2rc2-side-head a{color:var(--tech-primary);font-size:9px;font-weight:700}
body.theme-woiya .w2rc2-coverage-list{display:grid;gap:8px}
body.theme-woiya .w2rc2-coverage-row{display:grid;grid-template-columns:78px minmax(0,1fr);gap:8px;align-items:start}
body.theme-woiya .w2rc2-coverage-row__media{display:block;width:78px;aspect-ratio:4/3;overflow:hidden;border-radius:4px;background:#e9edf1}
body.theme-woiya .w2rc2-coverage-row__media img{width:100%;height:100%;object-fit:cover}
body.theme-woiya .w2rc2-coverage-row span{display:block;color:#0879ff;font-size:7px;font-weight:850;line-height:1.1}
body.theme-woiya .w2rc2-coverage-row h3{margin:3px 0 0;color:var(--tech-ink);font-size:10px;line-height:1.22;font-weight:720;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
body.theme-woiya .w2rc2-coverage-row time{display:block;margin-top:3px;color:#8b949e;font-size:8px}

body.theme-woiya .w2rc2-product-nav{position:sticky;top:58px;z-index:18;border-bottom:1px solid var(--tech-border);background:rgba(255,255,255,.98)}
body.theme-woiya .w2rc2-product-nav .tech-shell{display:flex;align-items:center;gap:24px;overflow-x:auto;scrollbar-width:none}
body.theme-woiya .w2rc2-product-nav a{position:relative;display:flex;align-items:center;min-height:42px;padding:0 2px;color:#48535f;font-size:11.5px;white-space:nowrap}
body.theme-woiya .w2rc2-product-nav a.is-active{color:var(--tech-primary);font-weight:720}
body.theme-woiya .w2rc2-product-nav a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--tech-primary)}

body.theme-woiya .w2rc2-product-content{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:24px;align-items:start;padding-top:22px;padding-bottom:70px}
body.theme-woiya .w2rc2-product-maincol{min-width:0}
body.theme-woiya .w2rc2-overview{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:26px;align-items:start;padding-bottom:18px}
body.theme-woiya .w2rc2-overview h2,body.theme-woiya .w2rc2-panel h2,body.theme-woiya .w2rc2-section-title h2,body.theme-woiya .w2rc2-review-box h2,body.theme-woiya .w2rc2-source-box h2{margin:0;color:var(--tech-ink);font-size:20px;line-height:1.18;font-weight:820;letter-spacing:-.026em}
body.theme-woiya .w2rc2-overview-copy p{margin:9px 0 0;color:#596573;font-size:12.5px;line-height:1.55}
body.theme-woiya .w2rc2-fact-card{margin:0;padding:11px 13px;border-radius:5px;background:#f5f6f7}
body.theme-woiya .w2rc2-fact-card>div{display:grid;grid-template-columns:76px minmax(0,1fr);gap:7px;padding:4px 0;font-size:10.5px;line-height:1.35}
body.theme-woiya .w2rc2-fact-card dt{color:#20272e;font-weight:720}
body.theme-woiya .w2rc2-fact-card dd{margin:0;color:#68727e}
body.theme-woiya .w2rc2-fact-card a{color:#596673}

body.theme-woiya .w2rc2-commerce{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(220px,.75fr);gap:10px;margin:0 0 18px}
body.theme-woiya .w2rc2-panel{min-width:0;padding:13px;border:1px solid #e1e6ea;border-radius:5px;background:#fff}
body.theme-woiya .w2rc2-panel h2{font-size:17px}
body.theme-woiya .w2rc2-field-label{display:block;margin-top:9px;color:#66717d;font-size:9px}
body.theme-woiya .w2rc2-variant-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:7px}
body.theme-woiya .w2rc2-variant-list span{padding:7px 11px;border:1px solid #dfe4e8;border-radius:4px;color:#44505c;font-size:9.5px;background:#fff}
body.theme-woiya .w2rc2-variant-list span.is-active{border-color:var(--tech-primary);color:var(--tech-primary);background:#f5f9ff}
body.theme-woiya .w2rc2-color-text{margin-top:6px;color:#5e6975;font-size:10px;line-height:1.45}
body.theme-woiya .w2rc2-price-panel>span{display:block;margin-top:10px;color:#7b8691;font-size:9px}
body.theme-woiya .w2rc2-price-panel>strong{display:block;margin-top:1px;color:#111820;font-size:21px;line-height:1.1;font-weight:820;letter-spacing:-.025em}
body.theme-woiya .w2rc2-price-panel>small{display:block;margin-top:6px;color:#8a949e;font-size:8.5px}

body.theme-woiya .w2rc2-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 9px}
body.theme-woiya .w2rc2-section-title>span{color:#97a0aa;font-size:8.5px}
body.theme-woiya .w2rc2-spec-section{padding-top:0}
body.theme-woiya .w2rc2-specs{display:grid;gap:11px}
body.theme-woiya .w2rc2-spec-group{display:grid;grid-template-columns:1fr;border-top:1px solid #e1e6ea}
body.theme-woiya .w2rc2-spec-group h3{margin:0;padding:7px 10px;background:#f2f4f6;color:#35404a;font-size:10px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
body.theme-woiya .w2rc2-spec-row{display:grid;grid-template-columns:170px minmax(0,1fr);border-bottom:1px solid #edf0f2;font-size:9.5px;line-height:1.35}
body.theme-woiya .w2rc2-spec-row>span{padding:6px 10px;color:#4d5864}
body.theme-woiya .w2rc2-spec-row>strong{padding:6px 10px;color:#59636e;font-weight:500}
body.theme-woiya .w2rc2-spec-row small{display:block;margin-top:2px;color:#8d96a0;font-size:8px;font-weight:400}
body.theme-woiya .w2rc2-mobile-coverage{display:none}
body.theme-woiya .w2rc2-media-section{margin-top:24px}

body.theme-woiya .w2rc2-product-sidecol{display:grid;gap:12px;position:sticky;top:112px}
body.theme-woiya .w2rc2-review-box,body.theme-woiya .w2rc2-source-box{padding:12px;border-radius:6px;background:#f5f6f7}
body.theme-woiya .w2rc2-review-box h2,body.theme-woiya .w2rc2-source-box h2{font-size:16px}
body.theme-woiya .w2rc2-review-box__media{position:relative;display:block;margin-top:9px;overflow:hidden;border-radius:5px;aspect-ratio:16/10;background:#e8ecef}
body.theme-woiya .w2rc2-review-box__media img{width:100%;height:100%;object-fit:cover}
body.theme-woiya .w2rc2-review-box__media span{position:absolute;left:8px;bottom:8px;padding:3px 5px;border-radius:3px;background:#13b981;color:#fff;font-size:7px;font-weight:850}
body.theme-woiya .w2rc2-review-box h3{margin:8px 0 0;color:#111820;font-size:13px;line-height:1.24;font-weight:780}
body.theme-woiya .w2rc2-review-box p{margin:6px 0 0;color:#69737f;font-size:9.5px;line-height:1.42}
body.theme-woiya .w2rc2-review-box>small{display:block;margin-top:6px;color:#8a949e;font-size:8px}
body.theme-woiya .w2rc2-text-link{display:inline-block;margin-top:7px;color:var(--tech-primary);font-size:9.5px;font-weight:720}
body.theme-woiya .w2rc2-source-box>a{display:block;padding:8px 0;border-bottom:1px solid #e0e4e8}
body.theme-woiya .w2rc2-source-box>a:last-child{border-bottom:0}
body.theme-woiya .w2rc2-source-box strong{display:block;color:#303943;font-size:10px}
body.theme-woiya .w2rc2-source-box span{display:block;margin-top:2px;color:#87919b;font-size:8px}

@media(max-width:1100px){
  body.theme-woiya .w2-header-row.t26-header-inner{grid-template-columns:auto minmax(0,1fr) minmax(210px,260px)!important;gap:16px!important}
  body.theme-woiya .w2rc2-hero{grid-template-columns:minmax(0,1.55fr) minmax(330px,.95fr)}
  body.theme-woiya .w2rc2-latest-grid{grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr)}
  body.theme-woiya .w2rc2-picks{display:none}
  body.theme-woiya .w2rc2-product-top{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  body.theme-woiya .w2rc2-coverage-sidebar{display:none}
  body.theme-woiya .w2rc2-mobile-coverage{display:block;margin-top:26px}
  body.theme-woiya .w2rc2-product-content{grid-template-columns:minmax(0,1fr) 235px}
}

@media(max-width:767px){
  /* Header: true centered logo, menu left, search right. */
  body.theme-woiya .w2-header-row.t26-header-inner{grid-template-columns:44px minmax(0,1fr) 44px!important;gap:0!important;min-height:58px!important;padding:0 8px!important}
  body.theme-woiya .w2-header-search{display:none}
  body.theme-woiya .w2-header-row>.w2-search-button{display:flex!important}
  body.theme-woiya .w2-logo.t26-logo img{max-width:106px!important;max-height:34px!important}
  body.theme-woiya .w2-trending-inner{min-height:34px;padding:0 12px}

  /* Homepage mobile golden composition */
  body.theme-woiya.home-page--woiya .w2rc2-home{padding-top:10px}
  body.theme-woiya.home-page--woiya .w2rc2-home .w2-home-flow{padding:0 10px!important}
  body.theme-woiya.home-page--woiya .w2rc2-hero{display:block}
  body.theme-woiya .w2rc2-hero-card--lead{min-height:0;aspect-ratio:1/1.06;border-radius:7px}
  body.theme-woiya .w2rc2-hero-card--lead .w2rc2-hero-content{left:13px;right:13px;bottom:14px;max-width:none}
  body.theme-woiya .w2rc2-hero-title{margin-top:6px;font-size:24px;line-height:1.08;letter-spacing:-.03em}
  body.theme-woiya .w2rc2-hero-excerpt{display:none}
  body.theme-woiya .w2rc2-hero-meta{margin-top:7px;font-size:9px}
  body.theme-woiya .w2rc2-badge{font-size:7.5px;min-height:17px;padding:3px 5px}
  body.theme-woiya .w2rc2-hero-side{display:none}
  body.theme-woiya .w2rc2-hero-dots{display:flex;justify-content:center;gap:5px;height:19px;align-items:end}
  body.theme-woiya .w2rc2-hero-dots span{width:14px;height:3px;border-radius:99px;background:#c6cbd1}
  body.theme-woiya .w2rc2-hero-dots span.is-active{background:#0879ff}

  body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya>.tech-home-slot__head{margin:19px 0 10px!important}
  body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-slot__title{font-size:19px!important}
  body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya>.tech-home-devices{display:flex!important;gap:8px!important;overflow-x:auto!important;margin-right:-10px!important;padding:0 10px 3px 0!important;scroll-snap-type:x proximity;scrollbar-width:none}
  body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device{flex:0 0 132px!important;max-width:132px!important;scroll-snap-align:start}
  body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device:nth-child(n+5){display:block!important}
  body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device__media{height:104px!important;padding:8px!important}
  body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device__body{min-height:54px;padding:7px 8px 8px!important}
  body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device h3{font-size:11px!important;margin-bottom:3px!important}
  body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-device__meta{font-size:8px!important}

  body.theme-woiya.home-page--woiya .w2rc2-latest{margin-top:22px}
  body.theme-woiya .w2rc2-section-head h2{font-size:19px}
  body.theme-woiya .w2rc2-section-head>a{font-size:9px}
  body.theme-woiya .w2rc2-latest-grid{display:block}
  body.theme-woiya .w2rc2-latest-feature{display:grid;grid-template-columns:108px minmax(0,1fr);gap:10px;align-items:center;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #edf0f2}
  body.theme-woiya .w2rc2-latest-feature__media{width:108px;aspect-ratio:16/10;border-radius:5px}
  body.theme-woiya .w2rc2-latest-feature__body{padding:0}
  body.theme-woiya .w2rc2-latest-feature .w2-home-eyebrow,body.theme-woiya .w2rc2-latest-feature p{display:none}
  body.theme-woiya .w2rc2-latest-feature h3{margin:0;font-size:12px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  body.theme-woiya .w2rc2-news-row{grid-template-columns:108px minmax(0,1fr);gap:10px;padding-bottom:10px;margin-bottom:10px}
  body.theme-woiya .w2rc2-news-row__media{width:108px}
  body.theme-woiya .w2rc2-news-row h3{font-size:12px}
  body.theme-woiya .w2rc2-picks{display:none}

  body.theme-woiya.home-page--woiya .w2rc2-reviews{width:calc(100% + 20px);margin-left:-10px;margin-top:22px;padding:14px 10px 16px}
  body.theme-woiya .w2rc2-reviews .w2-section-head--dark p{display:none}
  body.theme-woiya .w2rc2-review-grid{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}
  body.theme-woiya .w2rc2-review-card{flex:0 0 88%;max-width:330px;scroll-snap-align:start}
  body.theme-woiya .w2rc2-review-content strong{font-size:14px}

  body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya>.tech-home-brands{display:flex!important;align-items:stretch!important;gap:7px!important;margin:18px -10px 0!important;padding:14px 10px 2px!important;overflow-x:auto!important;border-top:1px solid var(--w2-border);scrollbar-width:none}
  body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-brands__label{position:absolute;left:10px;margin-top:-2px!important;font-size:18px!important}
  body.theme-woiya.home-page--woiya .tech-home-slot--theme-woiya .tech-home-brand{flex:0 0 96px!important;min-height:52px!important;margin-top:28px!important;font-size:10px!important}
  body.theme-woiya.home-page--woiya .w2-home-more{margin-top:26px}

  /* Product mobile golden composition */
  body.theme-woiya .w2rc2-product-page>.tech-shell:first-child{width:100%;padding:8px 10px 0}
  body.theme-woiya .w2rc2-product-breadcrumb{margin:0 0 9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:8.5px}
  body.theme-woiya .w2rc2-product-top{display:block;padding-bottom:0;border-bottom:0}
  body.theme-woiya .w2rc2-product-gallery{display:flex;flex-direction:column-reverse;gap:7px}
  body.theme-woiya .w2rc2-product-image{min-height:0;height:250px;padding:8px;border-radius:5px;background:#f4f6f8}
  body.theme-woiya .w2rc2-product-image img{height:234px}
  body.theme-woiya .w2rc2-product-thumbs{display:flex;flex-direction:row;gap:6px;overflow-x:auto;scrollbar-width:none}
  body.theme-woiya .w2rc2-product-thumbs a{flex:0 0 52px;width:52px;height:44px;padding:3px}
  body.theme-woiya .w2rc2-product-summary{padding-top:12px}
  body.theme-woiya .w2rc2-product-brand{display:none}
  body.theme-woiya .w2rc2-product-title-row{align-items:center;gap:7px}
  body.theme-woiya .w2rc2-product-title-row h1{font-size:27px;line-height:1.05}
  body.theme-woiya .w2rc2-product-title-row .tech-life{font-size:8px!important}
  body.theme-woiya .w2rc2-product-launch{font-size:10px}
  body.theme-woiya .w2rc2-product-lead{margin-top:10px;font-size:11.5px;line-height:1.48}
  body.theme-woiya .w2rc2-quick-specs{margin-top:13px}
  body.theme-woiya .w2rc2-quick-spec{padding:10px 3px 9px}
  body.theme-woiya .w2rc2-quick-icon{width:19px;height:19px;margin-bottom:5px}
  body.theme-woiya .w2rc2-quick-spec strong{font-size:9px}
  body.theme-woiya .w2rc2-quick-spec>span:last-child{font-size:6.5px}
  body.theme-woiya .w2rc2-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:12px}
  body.theme-woiya .w2rc2-product-actions .w2-btn{min-height:36px;padding:0 8px;font-size:9px;text-align:center}
  body.theme-woiya .w2rc2-coverage-sidebar{display:none}
  body.theme-woiya .w2rc2-product-nav{top:56px;margin-top:13px}
  body.theme-woiya .w2rc2-product-nav .tech-shell{width:100%;padding:0 10px;gap:17px}
  body.theme-woiya .w2rc2-product-nav a{min-height:39px;font-size:9.5px}
  body.theme-woiya .w2rc2-product-content{display:block;width:100%;padding:14px 10px 52px}
  body.theme-woiya .w2rc2-overview{display:block;padding-bottom:13px}
  body.theme-woiya .w2rc2-overview h2,body.theme-woiya .w2rc2-section-title h2{font-size:17px}
  body.theme-woiya .w2rc2-overview-copy p{font-size:11px;line-height:1.5}
  body.theme-woiya .w2rc2-fact-card{margin-top:12px;padding:9px 10px}
  body.theme-woiya .w2rc2-fact-card>div{grid-template-columns:66px minmax(0,1fr);font-size:9px}
  body.theme-woiya .w2rc2-commerce{grid-template-columns:1fr;margin-top:0}
  body.theme-woiya .w2rc2-panel{padding:11px}
  body.theme-woiya .w2rc2-panel h2{font-size:15px}
  body.theme-woiya .w2rc2-variant-list span{padding:6px 9px;font-size:8.5px}
  body.theme-woiya .w2rc2-spec-section{margin-top:18px}
  body.theme-woiya .w2rc2-spec-row{grid-template-columns:105px minmax(0,1fr);font-size:8.5px}
  body.theme-woiya .w2rc2-spec-row>span,body.theme-woiya .w2rc2-spec-row>strong{padding:6px 7px}
  body.theme-woiya .w2rc2-mobile-coverage{display:block;margin-top:22px}
  body.theme-woiya .w2rc2-mobile-coverage .w2rc2-coverage-row{grid-template-columns:92px minmax(0,1fr)}
  body.theme-woiya .w2rc2-mobile-coverage .w2rc2-coverage-row__media{width:92px}
  body.theme-woiya .w2rc2-mobile-coverage .w2rc2-coverage-row h3{font-size:10.5px}
  body.theme-woiya .w2rc2-product-sidecol{position:static;margin-top:20px}
  body.theme-woiya .w2rc2-review-box,body.theme-woiya .w2rc2-source-box{padding:11px}
}

@media(max-width:390px){
  body.theme-woiya .w2rc2-hero-title{font-size:23px}
  body.theme-woiya .w2rc2-product-image{height:236px}
  body.theme-woiya .w2rc2-product-image img{height:220px}
  body.theme-woiya .w2rc2-product-title-row h1{font-size:26px}
}
