/* wh-core.css — Winking Home shared styles v2.1 */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;color:#1a1a1a;background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block;-webkit-user-drag:none}
video{-webkit-user-drag:none}
html{transition:background .3s,color .3s}

/* ── LAYOUT ── */
.wrap{max-width:1280px;margin:0 auto;padding:0 32px}
section{padding:80px 0}
.sec-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e85d26;margin-bottom:12px}
.sec-title{font-size:38px;font-weight:900;color:#111;line-height:1.15;letter-spacing:-.02em}
.sec-title em{font-style:normal;color:#e85d26}
.sec-sub{font-size:16px;color:#666;line-height:1.7;margin-top:14px}

/* ── NAV ── */
nav.sitenav{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid #e8e8e8}
.nav-wrap{max-width:1280px;margin:0 auto;padding:0 32px;display:flex;align-items:center;height:68px;gap:32px}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:17px;letter-spacing:-.02em;color:#111}
.logo-mark{width:40px;height:40px;background:#e85d26;border-radius:50%;display:grid;place-items:center;flex-shrink:0;aspect-ratio:1}
.logo-mark svg{width:27px;height:27px;stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round}
.logo-tagline{font-size:10px;font-weight:500;color:#999;margin-top:1px;letter-spacing:.02em}
.nav-menu{display:flex;align-items:center;gap:24px;margin-left:auto}
.nav-menu>a,.nav-menu .nav-dd>a{font-size:14px;font-weight:500;color:#555;transition:color .15s}
.nav-menu>a:hover,.nav-menu .nav-dd>a:hover{color:#111}
.nav-dd{position:relative}
.nav-dd>a{display:flex;align-items:center;gap:4px}
.nav-dd:hover .dd,.nav-dd.open .dd{opacity:1;pointer-events:all;transform:translateY(0)}
.nav-dd::after{content:'';position:absolute;top:100%;left:-20px;right:-20px;height:14px}
.dd{position:absolute;top:calc(100% + 10px);left:-12px;background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:8px;width:220px;box-shadow:0 12px 32px rgba(0,0,0,.09);opacity:0;pointer-events:none;transform:translateY(-8px);transition:.2s;z-index:300}
.dd a{display:block;padding:9px 12px;font-size:13px;color:#444;border-radius:6px;transition:background .12s}
.dd a:hover{background:#f5f5f5;color:#e85d26}
.nav-cta{background:#e85d26;color:#fff;padding:9px 22px;border-radius:8px;font-size:13px;font-weight:700;letter-spacing:.01em;transition:background .15s;margin-left:8px}
.nav-cta:hover{background:#d04e1e;color:#fff}

/* ── LANG SWITCHER ── */
.lang-switch{position:relative;flex-shrink:0}
.lang-btn{display:flex;align-items:center;gap:5px;padding:7px 10px;border:none;border-radius:8px;background:transparent;cursor:pointer;font-size:12px;font-weight:700;color:#444;letter-spacing:.06em;transition:color .2s;font-family:inherit}
.lang-btn:hover{color:#e85d26}
.lang-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}
.lang-dd{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:6px;min-width:160px;box-shadow:0 12px 32px rgba(0,0,0,.1);opacity:0;pointer-events:none;transform:translateY(-6px);transition:.18s;z-index:300}
.lang-switch.open .lang-dd{opacity:1;pointer-events:all;transform:translateY(0)}
.lang-dd a{display:flex;align-items:center;gap:10px;padding:8px 12px;font-size:13px;color:#444;border-radius:6px;transition:background .12s;text-decoration:none}
.lang-dd a:hover,.lang-dd a.active{background:#fff3ef;color:#e85d26}
.lang-code{font-weight:700;font-size:11px;letter-spacing:.08em;min-width:28px}
.lang-name{color:#666;font-size:12px}

/* ── THEME TOGGLE ── */
.theme-btn{width:42px;height:42px;border-radius:50%;border:none;cursor:pointer;display:grid;place-items:center;transition:background .4s;flex-shrink:0;overflow:visible;position:relative}
.theme-btn svg{width:20px;height:20px;overflow:visible;stroke-linecap:round;stroke-linejoin:round;position:relative;z-index:1}
.theme-btn{background:radial-gradient(circle at center,#1a2466 0%,#0c1035 45%,transparent 100%)}
.theme-btn:hover{background:radial-gradient(circle at center,#2030a0 0%,#101540 45%,transparent 100%)}
.icon-sun{display:none}
.icon-moon{display:block;animation:moon-glow 3s ease-in-out infinite}
.icon-moon path{stroke:#5b9cf6;stroke-width:1.8;fill:#dce8f8}
@keyframes moon-glow{
  0%,100%{filter:drop-shadow(0 0 4px #3b82f6) drop-shadow(0 0 10px #1e3a8a) drop-shadow(0 0 20px rgba(59,130,246,.15))}
  50%{filter:drop-shadow(0 0 8px #60a5fa) drop-shadow(0 0 18px #3b82f6) drop-shadow(0 0 32px rgba(59,130,246,.3))}
}
html[data-theme="dark"] .icon-sun{display:block;animation:sun-glow 2.5s ease-in-out infinite}
html[data-theme="dark"] .icon-moon{display:none}
html[data-theme="dark"] .theme-btn{background:radial-gradient(circle at center,#3d2d00 0%,#1e1600 45%,transparent 100%)}
html[data-theme="dark"] .theme-btn:hover{background:radial-gradient(circle at center,#5a4000 0%,#2a1e00 45%,transparent 100%)}
.sun-core{fill:#FFD700;stroke:none;animation:sun-core-pulse 2.2s ease-in-out infinite;transform-origin:12px 12px}
.sun-rays{stroke:#FFD700;stroke-width:2;fill:none;animation:sun-burst 2.2s ease-in-out infinite;transform-origin:12px 12px}
@keyframes sun-burst{
  0%{transform:scale(0.55);opacity:0.15}
  35%{transform:scale(1.35);opacity:1}
  65%{transform:scale(1.1);opacity:0.8}
  100%{transform:scale(0.55);opacity:0.15}
}
@keyframes sun-core-pulse{
  0%{transform:scale(0.8);opacity:0.7}
  35%{transform:scale(1.1);opacity:1}
  65%{transform:scale(1.0);opacity:0.95}
  100%{transform:scale(0.8);opacity:0.7}
}
@keyframes sun-glow{
  0%,100%{filter:drop-shadow(0 0 4px #FFD700) drop-shadow(0 0 10px #FF8C00) drop-shadow(0 0 20px rgba(255,180,0,.15))}
  50%{filter:drop-shadow(0 0 8px #FFD700) drop-shadow(0 0 18px #FFA500) drop-shadow(0 0 32px rgba(255,200,0,.3))}
}

/* ── PAGE HERO (sub-pages) ── */
.page-hero{background:#1a1a1a;padding:40px 0 48px}
.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px}
.breadcrumb a{font-size:12px;color:rgba(255,255,255,.45);transition:color .15s}
.breadcrumb a:hover{color:rgba(255,255,255,.8)}
.breadcrumb .sep{font-size:12px;color:rgba(255,255,255,.25)}
.breadcrumb .cur{font-size:12px;color:rgba(255,255,255,.7)}
.page-h1{font-size:38px;font-weight:900;color:#fff;letter-spacing:-.02em;line-height:1.1;margin-bottom:12px}
.page-intro{font-size:15px;color:rgba(255,255,255,.65);line-height:1.65;max-width:560px}

/* ── SPECS SECTION ── */
.specs-section{background:#f8f8f8;padding:60px 0}
.specs-h{font-size:22px;font-weight:800;color:#111;letter-spacing:-.01em;margin-bottom:24px}
.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:40px}
.spec-item{background:#fff;border:1.5px solid #e8e8e8;border-radius:8px;padding:16px 18px;font-size:13px;font-weight:600;color:#333}

/* ── ELEMENTOR CONTENT ZONE ──
   This area is managed by Elementor after WordPress import.
   Placeholder is replaced with native Image / Text Editor widgets. */
.el-zone{min-height:200px;background:#f2f2f2;border:2px dashed #ddd;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:40px;margin:32px 0}
.el-zone-label{text-align:center;color:#aaa}
.el-zone-label svg{width:32px;height:32px;stroke:#ccc;fill:none;stroke-width:1.5;margin-bottom:8px;display:block;margin-inline:auto}
.el-zone-label p{font-size:12px;letter-spacing:.04em}

/* ── CTA BAND ── */
.cta-band{background:#111;border-radius:12px;padding:32px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.cta-band h3{font-size:18px;font-weight:800;color:#fff;margin-bottom:6px}
.cta-band p{font-size:14px;color:rgba(255,255,255,.6)}
.btn-primary{background:#e85d26;color:#fff;padding:14px 30px;border-radius:8px;font-size:15px;font-weight:700;display:inline-flex;align-items:center;gap:8px;transition:background .15s;border:none;cursor:pointer;font-family:inherit}
.btn-primary:hover{background:#d04e1e}

/* ── PRODUCTS GRID ── */
.products{background:#f8f8f8}
.products-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:44px}
.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.pcard{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #ebebeb;transition:all .22s;display:block}
.pcard:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1);border-color:#e85d26}
.pcard-img{aspect-ratio:1/1;background:#f2f2f2;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f0f0f0}
.pcard-img-ph{text-align:center;color:#ccc}
.pcard-img-ph svg{width:40px;height:40px;stroke:#d5d5d5;fill:none;stroke-width:1.5}
.pcard-img-ph span{display:block;font-size:11px;margin-top:6px;color:#ccc}
.pcard-body{padding:14px 16px}
.pcard-name{font-size:14px;font-weight:700;color:#111;margin-bottom:3px}
.pcard-moq{font-size:12px;color:#999}
.pcard-cta{font-size:12px;color:#e85d26;font-weight:700;margin-top:10px;display:flex;align-items:center;gap:4px}
/* Products listing page — 5-col grid with descriptions */
.plist-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:0}
.plist-grid .pcard-desc{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.plist-grid .pcard-desc.expanded{display:block;overflow:visible}
.desc-toggle{display:inline-flex;align-items:center;justify-content:center;background:none;border:1.5px solid rgba(232,93,38,.5);color:#e85d26;font-size:13px;font-weight:700;width:20px;height:20px;border-radius:50%;cursor:pointer;margin-top:6px;padding:0;transition:all .15s}
.desc-toggle:hover{background:rgba(232,93,38,.1);border-color:#e85d26}
.pcard-foot{display:flex;align-items:center;gap:10px;margin-top:8px}
.pcard-foot .pcard-cta{margin-top:0}
.page-nda{font-size:13px;color:rgba(255,255,255,.5);line-height:1.65;max-width:560px;margin-top:20px;padding-left:12px;border-left:2px solid rgba(232,93,38,.45);font-style:italic}
.plist-grid .pcard-img{aspect-ratio:1/1}
.plist-grid .pcard-img img{width:100%;height:100%;object-fit:contain;padding:12px}
.plist-grid .pcard-body{padding:18px 20px 20px}
.plist-grid .pcard-name{font-size:16px;margin-bottom:6px}
.pcard-desc{font-size:13px;color:#666;line-height:1.65}
.btn-outline-nav{border:2px solid #ddd;color:#333;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;transition:all .15s;display:inline-block;background:transparent}
.btn-outline-nav:hover{border-color:#e85d26;color:#e85d26}

/* ── ABOUT SECTION ── */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:480px}
.about-photo{background:#e0e0e0;display:flex;align-items:center;justify-content:center;min-height:480px;cursor:pointer;text-decoration:none;overflow:hidden;position:relative}
.about-photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.about-photo-ph{text-align:center;color:#bbb;z-index:1}
.about-photo-ph svg{width:64px;height:64px;stroke:#ccc;fill:none;stroke-width:1.5;margin-bottom:14px}
.about-photo-ph p{font-size:14px}
.about-text{padding:80px 72px;display:flex;flex-direction:column;justify-content:center}
.feats{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:36px}
.feat{display:flex;gap:14px;align-items:flex-start}
.feat-ico{width:38px;height:38px;background:#fff3ef;border-radius:8px;display:grid;place-items:center;flex-shrink:0}
.feat-ico svg{width:18px;height:18px;stroke:#e85d26;fill:none;stroke-width:2}
.feat h3{font-size:14px;font-weight:700;color:#111;margin-bottom:4px}
.feat p{font-size:13px;color:#666;line-height:1.55}
.nums{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#eee;margin-top:40px}
.num{background:#fff;padding:24px 20px;text-align:center}
.num-v{font-size:30px;font-weight:900;color:#111;letter-spacing:-.02em}
.num-v sup{font-size:15px;color:#e85d26}
.num-l{font-size:12px;color:#999;margin-top:4px;font-weight:500}

/* ── CERTIFICATIONS ── */
.cert-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.cert-badge{font-size:11px;font-weight:700;letter-spacing:.08em;color:#555;background:#f5f5f5;border:1.5px solid #e0e0e0;padding:6px 14px;border-radius:20px}

/* ── PROCESS ── */
.process-bg{background:#111}
.process-inner{padding-top:80px;padding-bottom:80px}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#2a2a2a;margin-top:52px;border-radius:12px;overflow:hidden}
.pstep{background:#1a1a1a;padding:36px 28px}
.pstep-n{font-size:42px;font-weight:900;color:#e85d26;opacity:.4;line-height:1;margin-bottom:18px}
.pstep-t{font-size:16px;font-weight:700;color:#fff;margin-bottom:10px}
.pstep-d{font-size:13px;color:#777;line-height:1.65}

/* ── FACILITIES ── */
.fac-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
.fac-card{border-radius:12px;overflow:hidden;border:1px solid #eee;background:#fff}
.fac-photo{aspect-ratio:4/3;background:#f0f0f0;display:flex;align-items:center;justify-content:center}
.fac-photo svg{width:40px;height:40px;stroke:#d0d0d0;fill:none;stroke-width:1.5}
.fac-info{padding:18px}
.fac-info h3{font-size:14px;font-weight:700;margin-bottom:6px}
.fac-info p{font-size:13px;color:#666;line-height:1.55}
.fac-cta-btn{border:2px solid #bbb;color:#444;padding:11px 28px;border-radius:8px;font-size:14px;font-weight:600;display:inline-block;text-decoration:none;transition:background .2s,border-color .2s,color .2s}
.fac-cta-btn:hover{background:#e8531a;border-color:#e8531a;color:#fff}

/* ── CONTACT ── */
.contact-split{display:grid;grid-template-columns:1fr 1fr}
.contact-left{background:#c94e1d;padding:60px;display:flex;flex-direction:column;justify-content:flex-start}
.contact-left h2{font-size:42px;font-weight:900;color:#fff;line-height:1.15;letter-spacing:-.02em;margin-bottom:20px}
.contact-left>p{font-size:16px;color:rgba(255,255,255,.75);line-height:1.7;margin-bottom:36px}
.contact-info{display:flex;flex-direction:column;gap:20px}
.ci-item{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.85);font-size:14px}
.ci-item a{color:rgba(255,255,255,.85);text-decoration:none}
.ci-item a:hover{color:#fff;text-decoration:underline}
.ci-item svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;opacity:.7;flex-shrink:0}
.contact-right{background:#fff;padding:60px}
.fg{margin-bottom:16px}
.fg label{font-size:12px;font-weight:700;color:#555;display:block;margin-bottom:6px;letter-spacing:.03em;text-transform:uppercase}
.fg input,.fg select,.fg textarea{width:100%;padding:10px 14px;border:1.5px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;outline:none;background:#fff;color:#111;transition:border-color .15s}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:#e85d26}
.fg textarea{height:100px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-foot{display:flex;align-items:center;gap:20px;margin-top:8px}
.form-hint{font-size:12px;color:#999}

/* ── LEGAL ── */
.legal-content{max-width:800px;margin:0 auto;padding:60px 0}
.legal-content h2{font-size:22px;font-weight:700;margin:40px 0 12px;color:#111}
.legal-content h2:first-child{margin-top:0}
.legal-content p{font-size:15px;color:#555;line-height:1.8;margin-bottom:16px}
.legal-content ul,.legal-content ol{padding-left:20px;margin-bottom:16px}
.legal-content ul li,.legal-content ol li{font-size:15px;color:#555;line-height:1.8;margin-bottom:6px}
.legal-updated{font-size:12px;color:#999;margin-bottom:32px}
.legal-toc{background:rgba(232,93,38,.06);border-left:3px solid #e85d26;padding:18px 24px;border-radius:0 8px 8px 0;margin-bottom:40px}
.legal-toc p{font-size:13px;font-weight:700;color:#e85d26;margin-bottom:10px;text-transform:uppercase;letter-spacing:.06em}
.legal-toc ol{padding-left:18px;margin:0}
.legal-toc ol li{font-size:13px;color:#666;line-height:1.9;margin:0}
.legal-toc ol li a{color:#666;text-decoration:none}
.legal-toc ol li a:hover{color:#e85d26}
.legal-table{width:100%;border-collapse:collapse;margin:16px 0 24px;font-size:13px}
.legal-table th{background:#f5f5f5;color:#333;font-weight:700;padding:10px 14px;text-align:left;border:1px solid #e0e0e0}
.legal-table td{padding:10px 14px;border:1px solid #e0e0e0;color:#555;line-height:1.6;vertical-align:top}
.legal-table tr:nth-child(even) td{background:#fafafa}
.legal-region{border:1px solid #e0e0e0;border-radius:8px;padding:28px 32px;margin-top:20px}
.legal-region-title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e85d26;margin-bottom:20px}
html[data-theme="dark"] .legal-content h2{color:#f0f0f0}
html[data-theme="dark"] .legal-content p,html[data-theme="dark"] .legal-content li{color:#999}
html[data-theme="dark"] .legal-toc{background:rgba(232,93,38,.1)}
html[data-theme="dark"] .legal-toc ol li,html[data-theme="dark"] .legal-toc ol li a{color:#888}
html[data-theme="dark"] .legal-table th{background:#222;color:#ccc;border-color:#333}
html[data-theme="dark"] .legal-table td{border-color:#333;color:#888}
html[data-theme="dark"] .legal-table tr:nth-child(even) td{background:#1a1a1a}
html[data-theme="dark"] .legal-region{border-color:#2a2a2a}
.legal-lang-notice{display:none;background:rgba(232,93,38,.07);border:1px solid rgba(232,93,38,.3);border-radius:8px;padding:14px 18px;margin-bottom:28px;font-size:14px;color:#c94e1d;line-height:1.6}
html[data-theme="dark"] .legal-lang-notice{background:rgba(232,93,38,.12);border-color:rgba(232,93,38,.35);color:#e8845a}

/* ── FOOTER ── */
footer{background:#111;padding:60px 0 28px}
.footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}
.footer-brand .logo{color:#fff}
.footer-brand .logo-tagline{color:rgba(255,255,255,.35)}
.footer-brand p{font-size:13px;color:#888;line-height:1.65;margin-top:16px;max-width:240px}
footer h5{font-size:11px;font-weight:700;color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}
footer ul{list-style:none}
footer ul li{margin-bottom:10px}
footer ul li a{font-size:13px;color:#888;transition:color .15s}
footer ul li a:hover{color:#e85d26}
.footer-bottom{border-top:1px solid #222;padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.footer-copy{font-size:12px;color:#777}
.footer-legal{display:flex;gap:20px}
.footer-legal a{font-size:12px;color:#777;transition:color .15s}
.footer-legal a:hover{color:#fff}
.footer-disclaimer{border-top:1px solid #1e1e1e;padding:16px 0 20px;font-size:11px;color:#777;line-height:1.75;text-align:center}

/* ── DARK THEME ── */
html[data-theme="dark"] body{background:#0f0f0f;color:#e0e0e0}
html[data-theme="dark"] nav.sitenav{background:#141414;border-bottom-color:#252525}
html[data-theme="dark"] .logo{color:#fff}
html[data-theme="dark"] .logo-tagline{color:#666}
html[data-theme="dark"] .nav-menu>a,html[data-theme="dark"] .nav-menu .nav-dd>a{color:#aaa}
html[data-theme="dark"] .nav-menu>a:hover,html[data-theme="dark"] .nav-menu .nav-dd>a:hover{color:#fff}
html[data-theme="dark"] .dd{background:#1e1e1e;border-color:#333;box-shadow:0 12px 32px rgba(0,0,0,.5)}
html[data-theme="dark"] .dd a{color:#bbb}
html[data-theme="dark"] .dd a:hover{background:#2a2a2a;color:#e85d26}
html[data-theme="dark"] .lang-btn{color:#aaa}
html[data-theme="dark"] .lang-btn:hover{color:#e85d26}
html[data-theme="dark"] .lang-dd{background:#1e1e1e;border-color:#333;box-shadow:0 12px 32px rgba(0,0,0,.5)}
html[data-theme="dark"] .lang-dd a{color:#bbb}
html[data-theme="dark"] .lang-dd a:hover,html[data-theme="dark"] .lang-dd a.active{background:#2a1a10;color:#e85d26}
html[data-theme="dark"] .lang-name{color:#777}
html[data-theme="dark"] .sec-title{color:#f0f0f0}
html[data-theme="dark"] .sec-sub{color:#999}
html[data-theme="dark"] .page-hero{background:#0d0d0d}
html[data-theme="dark"] .specs-section{background:#141414}
html[data-theme="dark"] .specs-h{color:#f0f0f0}
html[data-theme="dark"] .spec-item{background:#1e1e1e;border-color:#2a2a2a;color:#ccc}
html[data-theme="dark"] .el-zone{background:#1a1a1a;border-color:#2a2a2a}
html[data-theme="dark"] .el-zone-label svg{stroke:#444}
html[data-theme="dark"] .cta-band{background:#0a0a0a}
html[data-theme="dark"] .products{background:#141414}
html[data-theme="dark"] .pcard{background:#1e1e1e;border-color:#2a2a2a}
html[data-theme="dark"] .pcard:hover{box-shadow:0 12px 32px rgba(0,0,0,.5)}
html[data-theme="dark"] .pcard-img{background:#252525;border-bottom-color:#333}
html[data-theme="dark"] .pcard-img-ph svg{stroke:#444}
html[data-theme="dark"] .pcard-img-ph span{color:#555}
html[data-theme="dark"] .pcard-name{color:#f0f0f0}
html[data-theme="dark"] .pcard-moq{color:#666}
html[data-theme="dark"] .pcard-desc{color:#888}
html[data-theme="dark"] .about-photo{background:#252525}
html[data-theme="dark"] .about-photo-ph svg{stroke:#444}
html[data-theme="dark"] .about-photo-ph p{color:#555}
html[data-theme="dark"] .about-text{background:#0f0f0f}
html[data-theme="dark"] .feat-ico{background:#2a1a10}
html[data-theme="dark"] .feat h3{color:#f0f0f0}
html[data-theme="dark"] .feat p{color:#888}
html[data-theme="dark"] .nums{background:#252525}
html[data-theme="dark"] .num{background:#141414}
html[data-theme="dark"] .num-v{color:#f0f0f0}
html[data-theme="dark"] .num-l{color:#666}
html[data-theme="dark"] section{background:#0f0f0f}
html[data-theme="dark"] .fac-card{background:#1a1a1a;border-color:#2a2a2a}
html[data-theme="dark"] .fac-photo{background:#252525}
html[data-theme="dark"] .fac-photo svg{stroke:#444}
html[data-theme="dark"] .fac-info h3{color:#f0f0f0}
html[data-theme="dark"] .fac-info p{color:#888}
html[data-theme="dark"] .btn-outline-nav{border-color:#333;color:#aaa}
html[data-theme="dark"] .btn-outline-nav:hover{border-color:#e85d26;color:#e85d26}
html[data-theme="dark"] .cert-badge{background:#1e1e1e;border-color:#333;color:#888}
html[data-theme="dark"] .fac-cta-btn{border-color:#555;color:#ccc}
html[data-theme="dark"] .fac-cta-btn:hover{background:#e8531a;border-color:#e8531a;color:#fff}
html[data-theme="dark"] .contact-right{background:#1a1a1a}
html[data-theme="dark"] .fg label{color:#888}
html[data-theme="dark"] .fg input,html[data-theme="dark"] .fg select,html[data-theme="dark"] .fg textarea{background:#141414;border-color:#333;color:#e0e0e0}
html[data-theme="dark"] .legal-content h2{color:#f0f0f0}
html[data-theme="dark"] .legal-content p,html[data-theme="dark"] .legal-content li{color:#999}

/* ── RESPONSIVE ── */
@media(max-width:960px){
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .plist-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid{grid-template-columns:1fr}
  .fac-grid{grid-template-columns:repeat(2,1fr)}
  .contact-split{grid-template-columns:1fr}
  .process-steps{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .spec-grid{grid-template-columns:repeat(2,1fr)}
  .cta-band{flex-direction:column;align-items:flex-start}
  .about-text{padding:48px 32px}
  .nums{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .wrap{padding:0 20px}
  section{padding:60px 0}
  .page-h1{font-size:30px}
  .sec-title{font-size:30px}
  .product-grid{grid-template-columns:1fr 1fr}
  .plist-grid{grid-template-columns:1fr}
  .fac-grid{grid-template-columns:1fr 1fr}
  .process-steps{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .spec-grid{grid-template-columns:1fr 1fr}
  .form-row{grid-template-columns:1fr}
  .contact-left,.contact-right{padding:40px 20px}
}
