/*
Theme Name: LiElectro
Theme URI: https://example.com/
Author: LiElectro
Description: Lightweight editorial WordPress theme for LED technology, safety, wiring, dimming, smart lighting, therapy, outdoor lighting, troubleshooting, comparisons and buying guides.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lielectro
Tags: blog, news, custom-logo, custom-menu, featured-images, accessibility-ready, translation-ready
*/

:root {
  --le-bg: #f7f8fa;
  --le-surface: #ffffff;
  --le-surface-2: #eef2f5;
  --le-text: #111827;
  --le-muted: #667085;
  --le-line: #e4e7ec;
  --le-primary: #0b7a75;
  --le-primary-dark: #075f5b;
  --le-accent: #f4c430;
  --le-dark: #101828;
  --le-dark-2: #182230;
  --le-container: 1180px;
  --le-reading: 760px;
  --le-radius: 16px;
  --le-radius-sm: 10px;
  --le-shadow: 0 12px 30px rgba(16,24,40,.07);
  --le-shadow-lg: 0 20px 50px rgba(16,24,40,.11);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--le-bg);color:var(--le-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body,button,input,textarea,select{font-family:inherit}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{cursor:pointer}
:focus-visible{outline:3px solid rgba(11,122,117,.35);outline-offset:3px}

.container{width:min(calc(100% - 40px),var(--le-container));margin-inline:auto}
.narrow{width:min(calc(100% - 40px),760px);margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;top:12px;left:12px;z-index:9999;padding:9px 13px;background:var(--le-dark);color:#fff;border-radius:8px;transform:translateY(-150%)}
.skip-link:focus{transform:translateY(0)}

/* Header */
.site-header{position:relative;z-index:50;background:rgba(255,255,255,.98);border-bottom:1px solid var(--le-line)}
.header-inner{min-height:76px;display:grid;grid-template-columns:minmax(210px,1fr) auto auto;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:11px;min-width:0}
.brand-mark{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;border-radius:11px;background:var(--le-dark);color:#fff;font-weight:900;letter-spacing:-.04em}
.custom-logo-link{display:inline-flex;align-items:center}.custom-logo{width:auto;max-height:44px}
.brand-copy{min-width:0}.brand-copy strong,.brand-copy small{display:block;line-height:1.15}.brand-copy strong{font-size:1.02rem;letter-spacing:-.025em}.brand-copy small{margin-top:4px;color:var(--le-muted);font-size:.72rem}
.primary-nav ul{display:flex;align-items:center;justify-content:center;gap:26px;margin:0;padding:0;list-style:none}
.primary-nav a{display:inline-flex;align-items:center;min-height:42px;color:#344054;font-size:.9rem;font-weight:700}
.primary-nav a:hover,.primary-nav .current-menu-item>a,.primary-nav .current_page_item>a{color:var(--le-primary)}
.header-actions{display:flex;align-items:center;gap:4px;justify-content:flex-end}
.menu-toggle,.search-toggle{display:inline-grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--le-line);border-radius:10px;background:#fff;color:var(--le-dark)}
.menu-toggle{display:none}
.menu-toggle span:not(.sr-only){display:block;width:20px;height:2px;margin:2px 0;background:currentColor;border-radius:2px}
.search-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
.search-panel{border-top:1px solid var(--le-line);background:#f9fafb;padding:18px 0}
.search-form label{display:block;margin-bottom:7px;font-weight:750}.search-row{display:flex;gap:10px}.search-row input{min-width:0;flex:1;border:1px solid #d0d5dd;border-radius:10px;background:#fff;padding:12px 14px;color:var(--le-text)}

/* Buttons */
.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 17px;border:1px solid transparent;border-radius:10px;font-weight:800;line-height:1.2;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}
.button:hover{transform:translateY(-1px)}
.button-primary{background:var(--le-primary);color:#fff}.button-primary:hover{background:var(--le-primary-dark)}
.button-light{background:#fff;color:var(--le-dark);border-color:rgba(255,255,255,.35)}
.text-link{color:var(--le-primary);font-weight:800}.text-link:hover{text-decoration:underline;text-underline-offset:3px}

/* Hero */
.hero{background:var(--le-dark);color:#fff;overflow:hidden}
.hero-grid{min-height:500px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:center;gap:70px;padding:72px 0}
.hero-copy{max-width:690px}
.eyebrow{margin:0 0 11px;color:var(--le-primary);font-size:.75rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.hero .eyebrow{color:#9ee7e1}
.hero h1{margin:0;max-width:720px;font-size:clamp(2.7rem,5.2vw,4.75rem);line-height:1.01;letter-spacing:-.06em}
.hero-text{max-width:650px;margin:22px 0 0;color:#c7d0dc;font-size:clamp(1rem,1.6vw,1.14rem);line-height:1.75}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:30px}.hero .text-link{color:#fff}
.hero-visual{position:relative;min-height:360px;display:grid;place-items:center}
.led-panel{position:relative;width:min(100%,430px);aspect-ratio:1.16;border:1px solid #344054;border-radius:26px;background:linear-gradient(145deg,#1d2939,#0d1420);box-shadow:0 30px 80px rgba(0,0,0,.28);padding:36px;overflow:hidden;transform:rotate(-2deg)}
.led-panel::before{content:"";position:absolute;inset:16px;border:1px solid #344054;border-radius:18px}
.led-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:26px;height:100%;align-items:center}
.led-dot{width:18px;height:18px;justify-self:center;border-radius:50%;background:var(--le-accent);box-shadow:0 0 24px rgba(244,196,48,.7),0 0 60px rgba(244,196,48,.22)}
.hero-stat{position:absolute;right:-5px;bottom:20px;min-width:190px;padding:15px 17px;border:1px solid #344054;border-radius:12px;background:#172231;box-shadow:var(--le-shadow-lg)}
.hero-stat strong,.hero-stat span{display:block}.hero-stat strong{font-size:1rem}.hero-stat span{margin-top:2px;color:#aeb9c7;font-size:.78rem}
.hero-glow{position:absolute;width:250px;height:250px;border-radius:50%;background:rgba(11,122,117,.15);filter:blur(10px);right:0;top:5%}

/* Sections */
.section{padding:78px 0}.section-white{background:#fff}.section-soft{background:#f2f5f7;border-block:1px solid var(--le-line)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:28px}.section-heading h2{margin:0;font-size:clamp(1.85rem,3vw,2.6rem);line-height:1.1;letter-spacing:-.045em}.section-heading>div{min-width:0}.section-heading>p{max-width:430px;margin:0;color:var(--le-muted)}

/* Categories */
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.category-card{min-height:154px;display:flex;flex-direction:column;justify-content:space-between;padding:20px;border:1px solid var(--le-line);border-radius:var(--le-radius);background:#fff;box-shadow:0 1px 1px rgba(16,24,40,.02);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.category-card:hover{border-color:#c7d0d9;box-shadow:var(--le-shadow);transform:translateY(-2px)}
.category-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.category-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#eaf6f4;color:var(--le-primary);font-size:.78rem;font-weight:900}.category-arrow{color:#98a2b3;font-size:1.1rem}.category-card h3{margin:20px 0 4px;font-size:1.02rem;line-height:1.25;letter-spacing:-.02em}.category-card p{margin:0;color:var(--le-muted);font-size:.82rem;line-height:1.5}

/* Posts */
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.post-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--le-line);border-radius:var(--le-radius);background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.03)}
.post-thumb{display:block;aspect-ratio:16/9;overflow:hidden;background:#e9eef2}.post-thumb img{width:100%;height:100%;object-fit:cover;object-position:center}.post-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#dcefee,#f6e8a8);color:#163c3a;font-size:1.5rem;font-weight:900;letter-spacing:-.04em}
.post-content{display:flex;flex:1;flex-direction:column;padding:20px}.post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#667085;font-size:.74rem;line-height:1.4}.post-category{color:var(--le-primary);font-weight:850;text-transform:uppercase;letter-spacing:.08em}.post-card h2,.post-card h3{margin:10px 0 9px;font-size:1.2rem;line-height:1.28;letter-spacing:-.025em}.post-card p{margin:0 0 17px;color:var(--le-muted);font-size:.9rem;line-height:1.65}.read-more{margin-top:auto;color:var(--le-primary);font-size:.86rem;font-weight:850}

/* Featured */
.featured-box{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:35px;padding:38px;border-radius:22px;background:var(--le-dark);color:#fff}.featured-box h2{max-width:720px;margin:0 0 9px;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.1;letter-spacing:-.045em}.featured-box p:not(.eyebrow){max-width:700px;margin:0;color:#c7d0dc}.featured-box .eyebrow{color:#9ee7e1}

/* Archives / articles */
.site-main{padding:58px 0 80px}.archive-header{margin-bottom:30px}.archive-header h1{margin:0;font-size:clamp(2rem,4vw,3.3rem);line-height:1.05;letter-spacing:-.05em}.archive-description{max-width:760px;margin-top:10px;color:var(--le-muted)}
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:42px;align-items:start}.reading-width{max-width:var(--le-reading)}
.single-header{margin-bottom:28px}.single-header h1{margin:0 0 15px;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.04;letter-spacing:-.055em}.single-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--le-muted);font-size:.85rem}.single-meta a{color:var(--le-primary);font-weight:750}.entry-featured{margin:0 0 32px;border-radius:var(--le-radius);overflow:hidden}.entry-content{font-size:1.06rem;line-height:1.8}.entry-content h2{margin:2.2em 0 .7em;font-size:1.75rem;line-height:1.2;letter-spacing:-.03em}.entry-content h3{margin:1.8em 0 .65em;font-size:1.35rem;line-height:1.25}.entry-content p{margin:0 0 1.25em}.entry-content a{color:var(--le-primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.entry-content ul,.entry-content ol{padding-left:1.4em}.entry-content li+li{margin-top:.4em}.entry-content blockquote{margin:1.8em 0;padding:18px 20px;border-left:4px solid var(--le-primary);background:#f2f5f7;color:#344054}.entry-content img{border-radius:12px}.entry-content table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:1.8em 0}.entry-content th,.entry-content td{padding:11px 13px;border:1px solid var(--le-line);text-align:left;white-space:nowrap}.entry-content th{background:#f2f5f7;font-weight:800}

/* Sidebar / widgets */
.sidebar{min-width:0}.widget{padding:20px;margin:0 0 18px;border:1px solid var(--le-line);border-radius:var(--le-radius);background:#fff}.widget-title{margin:0 0 13px;font-size:1rem;line-height:1.3}.widget ul{margin:0;padding:0;list-style:none}.widget li+li{border-top:1px solid var(--le-line)}.widget li{padding:9px 0}.widget a{color:#344054}.widget a:hover{color:var(--le-primary)}
.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:45px;padding-top:25px;border-top:1px solid var(--le-line)}.post-nav a{display:block;padding:16px;border:1px solid var(--le-line);border-radius:12px;background:#fff}.post-nav small{display:block;color:var(--le-muted);font-size:.72rem;margin-bottom:4px}.post-nav strong{display:block;line-height:1.35}
.related{margin-top:55px;padding-top:35px;border-top:1px solid var(--le-line)}.related h2{margin:0 0 20px;font-size:1.5rem}

/* Forms, pagination, comments */
input[type=text],input[type=email],input[type=url],input[type=search],input[type=number],textarea,select{width:100%;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:var(--le-text);padding:11px 13px}.comment-form label{display:block;margin-bottom:6px;font-weight:750}.comment-form p{margin:0 0 14px}.submit{border:0;border-radius:10px;background:var(--le-primary);color:#fff;padding:11px 17px;font-weight:800}.pagination{display:flex;justify-content:center;gap:8px;margin-top:35px}.pagination .page-numbers{display:grid;place-items:center;min-width:40px;height:40px;padding:0 10px;border:1px solid var(--le-line);border-radius:9px;background:#fff}.pagination .current{background:var(--le-dark);border-color:var(--le-dark);color:#fff}.not-found{text-align:center;padding:85px 0}.not-found h1{margin:0;font-size:clamp(3rem,8vw,6rem);line-height:1;letter-spacing:-.06em}

/* Footer */
.site-footer{background:#0d1520;color:#d8e0e8;padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:55px;padding-bottom:45px}.brand-footer{color:#fff}.brand-footer .brand-copy small{color:#94a3b8}.site-footer h3{margin:0 0 14px;color:#fff;font-size:.9rem}.site-footer p{max-width:440px;color:#94a3b8}.footer-links{display:grid;gap:8px}.footer-links a{color:#aeb9c7;font-size:.9rem}.footer-links a:hover{color:#fff}.social-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.social-links a{padding:7px 9px;border:1px solid #344054;border-radius:8px;color:#c7d0dc;font-size:.75rem}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-top:1px solid #273445;color:#8391a2;font-size:.76rem}

/* Responsive */

/* ==========================================================================
   LiElectro 2.1 — Premium editorial hero
   ========================================================================== */
.lielectro-hero{
    position:relative;
    overflow:hidden;
    background:#0b1014;
    color:#f7fafc;
    isolation:isolate;
}
.lielectro-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(11,16,20,.98) 0%,rgba(11,16,20,.92) 46%,rgba(11,16,20,.50) 100%),
        radial-gradient(circle at 78% 52%,rgba(96,220,255,.16),transparent 28%),
        radial-gradient(circle at 91% 30%,rgba(255,196,61,.10),transparent 22%);
    pointer-events:none;
    z-index:-1;
}
.lielectro-hero__grid{
    min-height:610px;
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
    align-items:center;
    gap:clamp(40px,7vw,92px);
    padding-top:clamp(68px,8vw,104px);
    padding-bottom:clamp(68px,8vw,104px);
}
.lielectro-hero__content{max-width:720px;position:relative;z-index:2}
.lielectro-eyebrow{
    margin:0 0 18px;
    font-size:.78rem;
    line-height:1.3;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#86dff2;
}
.lielectro-hero h1{
    max-width:760px;
    margin:0;
    color:#fff;
    font-size:clamp(2.7rem,5.4vw,5.2rem);
    line-height:.98;
    letter-spacing:-.055em;
    font-weight:800;
    text-wrap:balance;
}
.lielectro-hero__description{
    max-width:640px;
    margin:28px 0 0;
    color:#b9c5cd;
    font-size:clamp(1rem,1.5vw,1.18rem);
    line-height:1.75;
}
.lielectro-hero__actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:20px;
    margin-top:34px;
}
.lielectro-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 21px;
    border-radius:10px;
    text-decoration:none;
    font-weight:750;
    transition:transform .16s ease,background-color .16s ease,border-color .16s ease;
}
.lielectro-button:hover{transform:translateY(-1px)}
.lielectro-button--primary{
    background:#eafcff;
    color:#0b151a;
}
.lielectro-button--primary:hover{background:#fff}
.lielectro-hero__link{
    color:#edf6f8;
    text-decoration:none;
    font-weight:700;
    display:inline-flex;
    gap:9px;
    align-items:center;
}
.lielectro-hero__link span{color:#7fdfef;font-size:1.2em}
.lielectro-hero__visual{
    position:relative;
    width:100%;
    max-width:570px;
    aspect-ratio:1/.84;
    justify-self:end;
    border:1px solid rgba(255,255,255,.09);
    border-radius:28px;
    background:
        linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.012)),
        radial-gradient(circle at 50% 52%,rgba(112,224,248,.12),transparent 29%);
    box-shadow:0 28px 90px rgba(0,0,0,.32);
    overflow:hidden;
}
.lielectro-hero__visual::before,
.lielectro-hero__visual::after{
    content:"";
    position:absolute;
    border-radius:50%;
    border:1px solid rgba(134,223,242,.13);
}
.lielectro-hero__visual::before{width:72%;aspect-ratio:1;left:14%;top:14%}
.lielectro-hero__visual::after{width:48%;aspect-ratio:1;left:26%;top:26%;border-color:rgba(255,204,85,.14)}
.lielectro-hero__glow{
    position:absolute;
    width:55%;
    aspect-ratio:1;
    left:22.5%;
    top:25%;
    border-radius:50%;
    background:rgba(112,224,248,.13);
    filter:blur(35px);
}
.lielectro-hero__lamp{
    position:absolute;
    left:50%;
    top:50%;
    width:132px;
    height:132px;
    transform:translate(-50%,-50%);
    border-radius:50%;
    display:grid;
    place-items:center;
    background:radial-gradient(circle,#fff 0 12%,#dffcff 20%,#75e8ff 35%,rgba(117,232,255,.18) 58%,transparent 70%);
    box-shadow:0 0 45px rgba(117,232,255,.55),0 0 110px rgba(117,232,255,.18);
}
.lielectro-hero__lamp-core{
    width:34px;height:34px;border-radius:50%;
    background:#fff;
    box-shadow:0 0 26px #fff;
}
.lielectro-hero__lamp-halo{
    position:absolute;inset:17px;border:1px solid rgba(255,255,255,.35);border-radius:50%;
}
.lielectro-hero__ring{
    position:absolute;border:1px solid rgba(134,223,242,.16);border-radius:50%;
}
.lielectro-hero__ring--one{width:72%;aspect-ratio:1;left:14%;top:14%}
.lielectro-hero__ring--two{width:48%;aspect-ratio:1;left:26%;top:26%}
.lielectro-hero__line{
    position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(134,223,242,.5),transparent);
    transform-origin:left center;
}
.lielectro-hero__line--one{width:38%;left:5%;top:32%;transform:rotate(18deg)}
.lielectro-hero__line--two{width:34%;right:3%;top:67%;transform:rotate(-18deg)}
.lielectro-hero__line--three{width:30%;left:34%;bottom:8%;transform:rotate(-3deg)}
.lielectro-hero-card{
    position:absolute;
    display:flex;
    align-items:center;
    gap:9px;
    padding:11px 14px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:11px;
    background:rgba(10,16,20,.74);
    backdrop-filter:blur(10px);
    box-shadow:0 14px 32px rgba(0,0,0,.22);
    font-size:.72rem;
    letter-spacing:.09em;
    font-weight:800;
}
.lielectro-hero-card--top{top:30px;left:30px}
.lielectro-hero-card--bottom{
    right:24px;bottom:24px;
    display:grid;gap:4px;
    letter-spacing:0;
    text-transform:none;
}
.lielectro-hero-card--bottom strong{font-size:.68rem;letter-spacing:.1em;color:#dffaff}
.lielectro-hero-card--bottom span{font-size:.78rem;color:#a9bac3}
.lielectro-hero-card__dot{
    width:7px;height:7px;border-radius:50%;background:#79e5f8;
    box-shadow:0 0 12px rgba(121,229,248,.8);
}

@media (max-width: 900px){
    .lielectro-hero__grid{
        grid-template-columns:1fr;
        min-height:auto;
        gap:48px;
    }
    .lielectro-hero__visual{
        justify-self:start;
        max-width:none;
    }
}
@media (max-width: 640px){
    .lielectro-hero__grid{
        padding-top:54px;
        padding-bottom:54px;
        gap:38px;
    }
    .lielectro-hero h1{font-size:clamp(2.45rem,12vw,3.7rem)}
    .lielectro-hero__description{font-size:1rem;line-height:1.65}
    .lielectro-hero__actions{align-items:stretch;flex-direction:column;gap:15px}
    .lielectro-button{width:100%}
    .lielectro-hero__link{justify-content:center}
    .lielectro-hero__visual{border-radius:20px;aspect-ratio:1/.95}
    .lielectro-hero-card--top{top:18px;left:18px}
    .lielectro-hero-card--bottom{right:14px;bottom:14px;max-width:calc(100% - 28px)}
}
@media (prefers-reduced-motion:reduce){
    .lielectro-button{transition:none}
    .lielectro-button:hover{transform:none}
}

@media (max-width: 980px){
  .header-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:12px}.primary-nav{display:none}.menu-toggle{display:grid}.header-inner{min-height:68px}.site-header.nav-open .primary-nav{position:absolute;left:0;right:0;top:68px;display:block;padding:7px 20px 14px;border-bottom:1px solid var(--le-line);background:#fff;box-shadow:0 15px 30px rgba(16,24,40,.08)}.primary-nav ul{display:block}.primary-nav li{border-bottom:1px solid var(--le-line)}.primary-nav a{display:block;padding:12px 0}.hero-grid{grid-template-columns:1fr;gap:38px}.hero-copy{max-width:780px}.hero-visual{min-height:320px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-layout{grid-template-columns:1fr}.sidebar{order:2}.footer-grid{grid-template-columns:1.3fr 1fr 1fr;gap:28px}
}
@media (max-width: 640px){
  .container,.narrow{width:min(calc(100% - 24px),var(--le-container))}.header-inner{grid-template-columns:minmax(0,1fr) auto auto}.brand-copy small{display:none}.hero-grid{padding:55px 0;min-height:0}.hero h1{font-size:clamp(2.45rem,12vw,3.55rem)}.hero-text{font-size:1rem}.hero-visual{min-height:265px}.led-panel{width:min(100%,360px);padding:28px}.led-grid{gap:18px}.led-dot{width:14px;height:14px}.hero-stat{right:0;bottom:0;min-width:170px}.section{padding:58px 0}.section-heading{display:block;margin-bottom:22px}.section-heading>p{margin-top:10px}.category-grid,.post-grid{grid-template-columns:1fr}.category-card{min-height:140px}.featured-box{grid-template-columns:1fr;padding:27px}.featured-box .button{width:100%;margin-top:4px}.site-main{padding:42px 0 60px}.single-header h1{font-size:clamp(2.1rem,11vw,3.2rem)}.entry-content{font-size:1rem}.post-nav{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block}.footer-bottom span+span{margin-top:5px}.search-row{display:block}.search-row .button{width:100%;margin-top:8px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
