/* OpticEdge — eyewear accessories B2B template */
:root{
  --oe-ink:#141b2d;
  --oe-ink-deep:#0d1220;
  --oe-blue:#2456e6;
  --oe-blue-dark:#1a41b8;
  --oe-sky:#e8eefc;
  --oe-amber:#f5a623;
  --oe-paper:#f7f8fb;
  --oe-white:#ffffff;
  --oe-text:#232a3b;
  --oe-mute:#68708a;
  --oe-line:#dfe3ee;
  --oe-radius:6px;
  --oe-font:'Segoe UI',system-ui,-apple-system,Arial,sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body.optic-theme{font-family:var(--oe-font);color:var(--oe-text);background:var(--oe-white);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button{font-family:inherit;cursor:pointer}
input,textarea,select{font-family:inherit;font-size:15px}
.oe-wrap{max-width:1240px;margin:0 auto;padding:0 28px}
.skip-nav{position:absolute;left:-9999px;top:0;background:var(--oe-ink);color:#fff;padding:10px 18px;z-index:3000}
.skip-nav:focus{left:0}

/* Typography helpers */
.oe-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--oe-blue);margin-bottom:12px}
.oe-eyebrow i{font-size:12px}
.oe-eyebrow-glow{color:var(--oe-amber)}
.oe-h2{font-size:32px;line-height:1.2;color:var(--oe-ink);font-weight:800;letter-spacing:-.01em}
.oe-sec-ink .oe-h2,.oe-sec-ink h2,.oe-sec-ink h3{color:#fff}

/* Buttons */
.oe-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;border-radius:var(--oe-radius);font-weight:700;font-size:15px;border:1.5px solid transparent;transition:all .2s;line-height:1.2}
.oe-btn-lg{padding:15px 30px;font-size:16px}
.oe-btn-fill{background:var(--oe-blue);color:#fff}
.oe-btn-fill:hover{background:var(--oe-blue-dark)}
.oe-btn-line{border-color:var(--oe-ink);color:var(--oe-ink);background:transparent}
.oe-btn-line:hover{background:var(--oe-ink);color:#fff}
.oe-btn-filllight{background:var(--oe-amber);color:var(--oe-ink-deep)}
.oe-btn-filllight:hover{background:#ffc04d}
.oe-btn-linelight{border-color:rgba(255,255,255,.5);color:#fff;background:transparent}
.oe-btn-linelight:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.oe-arrowlink{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14px;color:var(--oe-blue);transition:gap .2s}
.oe-arrowlink:hover{gap:12px}
.oe-arrowlink-light{color:var(--oe-amber)}

/* Utility bar */
.oe-utilbar{background:var(--oe-ink-deep);color:#c6cde0;font-size:13px}
.oe-utilbar-inner{display:flex;justify-content:space-between;align-items:center;min-height:38px;gap:20px}
.oe-utilbar-note{display:flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.oe-utilbar-note i{color:var(--oe-amber)}
.oe-utilbar-links{display:flex;gap:20px;flex-shrink:0}
.oe-utilbar-links a{display:flex;align-items:center;gap:6px;color:#c6cde0;transition:color .2s}
.oe-utilbar-links a:hover{color:#fff}
.oe-utilbar-links i{color:var(--oe-blue)}

/* Header */
.oe-header{background:var(--oe-white);border-bottom:1px solid var(--oe-line);position:sticky;top:0;z-index:1100}
.oe-header.scrolled{box-shadow:0 6px 24px rgba(13,18,32,.1)}
.oe-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:26px}
.oe-logo img{max-height:48px;width:auto}
.oe-logo-foot img{max-height:44px}
.oe-nav{display:flex;align-items:center;gap:4px}
.oe-nav-item{position:relative}
.oe-nav-link{display:inline-flex;align-items:center;gap:6px;padding:26px 14px;font-weight:600;font-size:15px;color:var(--oe-ink);position:relative;transition:color .2s}
.oe-nav-link span{position:relative}
.oe-nav-link span::after{content:'';position:absolute;left:0;right:100%;bottom:-6px;height:2.5px;background:var(--oe-blue);transition:right .22s}
.oe-nav-link:hover span::after,.oe-nav-link.active span::after{right:0}
.oe-nav-link:hover,.oe-nav-link.active{color:var(--oe-blue)}
.oe-nav-link i{font-size:11px;transition:transform .2s}
.oe-nav-item:hover .oe-nav-link i{transform:rotate(180deg)}
.oe-panel{position:absolute;left:50%;transform:translateX(-50%) translateY(8px);top:100%;background:var(--oe-white);border:1px solid var(--oe-line);border-top:3px solid var(--oe-blue);box-shadow:0 24px 56px rgba(13,18,32,.14);min-width:560px;opacity:0;visibility:hidden;transition:all .22s;z-index:1200}
.oe-nav-item:hover .oe-panel{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.oe-panel-cols{display:flex;gap:0;padding:26px 28px}
.oe-panel-col{flex:1;min-width:160px;padding:0 18px;border-left:1px solid var(--oe-line)}
.oe-panel-col:first-child{border-left:none;padding-left:0}
.oe-panel-head{display:flex;align-items:center;gap:8px;font-weight:800;font-size:14px;color:var(--oe-ink);margin-bottom:12px;text-transform:uppercase;letter-spacing:.06em}
.oe-panel-head i{color:var(--oe-blue);font-size:13px}
.oe-panel-head:hover{color:var(--oe-blue)}
.oe-panel-col ul li{margin-bottom:8px}
.oe-panel-col ul a{font-size:14px;color:var(--oe-mute);transition:color .2s}
.oe-panel-col ul a:hover{color:var(--oe-blue)}
.oe-panel-foot{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 28px;background:var(--oe-paper);border-top:1px solid var(--oe-line);font-size:13.5px;color:var(--oe-mute)}
.oe-panel-foot a{color:var(--oe-blue);font-weight:700}
.oe-panel-all{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.oe-header-tools{display:flex;align-items:center;gap:12px}
.oe-tool{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--oe-radius);border:1.5px solid var(--oe-line);background:transparent;color:var(--oe-ink);font-size:15px;transition:all .2s}
.oe-tool:hover{border-color:var(--oe-blue);color:var(--oe-blue)}
.oe-quotebadge{position:absolute;top:-7px;right:-7px;min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:var(--oe-amber);color:var(--oe-ink-deep);font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}
.oe-burger{display:none;flex-direction:column;justify-content:center;gap:6px;width:42px;height:42px;border:1.5px solid var(--oe-line);border-radius:var(--oe-radius);background:transparent;align-items:center}
.oe-burger span{display:block;width:20px;height:2.5px;background:var(--oe-ink);transition:all .25s}
.oe-burger.active span:first-child{transform:translateY(4px) rotate(45deg)}
.oe-burger.active span:last-child{transform:translateY(-4px) rotate(-45deg)}

/* Search drawer */
.oe-search-drawer{display:none;border-top:1px solid var(--oe-line);background:var(--oe-paper)}
.oe-search-drawer.open{display:block}
.oe-search-drawer-inner{display:flex;align-items:center;gap:14px;padding-top:16px;padding-bottom:16px}
.oe-search-drawer form{flex:1;display:flex;align-items:center;gap:12px;background:var(--oe-white);border:1.5px solid var(--oe-line);border-radius:var(--oe-radius);padding:6px 6px 6px 16px}
.oe-search-drawer form i{color:var(--oe-mute)}
.oe-search-drawer input{flex:1;border:none;outline:none;background:transparent;font-size:15px;padding:8px 0}
.oe-search-drawer form button{background:var(--oe-blue);color:#fff;border:none;border-radius:4px;padding:10px 22px;font-weight:700;transition:background .2s}
.oe-search-drawer form button:hover{background:var(--oe-blue-dark)}
.oe-search-close{background:transparent;border:none;color:var(--oe-mute);font-size:18px;padding:8px}
.oe-search-close:hover{color:var(--oe-ink)}

/* Mobile menu */
.oe-mobmenu{position:fixed;inset:0;background:rgba(13,18,32,.5);z-index:1400;opacity:0;visibility:hidden;transition:all .25s}
.oe-mobmenu.on{opacity:1;visibility:visible}
.oe-mobmenu-panel{position:absolute;top:0;right:0;bottom:0;width:min(380px,88vw);background:var(--oe-white);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .28s}
.oe-mobmenu.on .oe-mobmenu-panel{transform:translateX(0)}
.oe-mobmenu-head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--oe-line)}
.oe-mobmenu-close{background:transparent;border:none;font-size:20px;color:var(--oe-ink);padding:6px}
.oe-mobmenu-nav{flex:1;overflow-y:auto;padding:14px 22px}
.oe-mobmenu-link{display:block;padding:13px 0;font-weight:700;font-size:16px;color:var(--oe-ink);border-bottom:1px solid var(--oe-line)}
.oe-mobmenu-link.active{color:var(--oe-blue)}
.oe-mobmenu-sec{border-bottom:1px solid var(--oe-line)}
.oe-mobmenu-sec>button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:13px 0;background:transparent;border:none;font-weight:700;font-size:16px;color:var(--oe-ink)}
.oe-mobmenu-sec>button i{transition:transform .2s;font-size:13px;color:var(--oe-mute)}
.oe-mobmenu-sec.open>button i{transform:rotate(180deg)}
.oe-mobmenu-sub{display:none;padding:0 0 12px 14px}
.oe-mobmenu-sec.open .oe-mobmenu-sub{display:block}
.oe-mobmenu-sub a{display:block;padding:8px 0;font-size:14.5px;color:var(--oe-mute)}
.oe-mobmenu-sub a:hover{color:var(--oe-blue)}
.oe-mobmenu-sub3{padding-left:16px !important;font-size:13.5px !important}
.oe-mobmenu-foot{padding:18px 22px;border-top:1px solid var(--oe-line);display:flex;flex-direction:column;gap:10px}
.oe-mobmenu-foot .oe-btn{justify-content:center}

/* Hero */
.oe-hero{background:linear-gradient(160deg,var(--oe-paper) 0%,var(--oe-sky) 100%);border-bottom:1px solid var(--oe-line);overflow:hidden}
.oe-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center;padding-top:72px;padding-bottom:72px}
.oe-hero-copy h1{font-size:52px;line-height:1.08;color:var(--oe-ink);font-weight:800;letter-spacing:-.02em;margin-bottom:20px}
.oe-hero-copy h1 em{font-style:normal;color:var(--oe-blue);position:relative}
.oe-hero-copy h1 em::after{content:'';position:absolute;left:0;right:0;bottom:4px;height:10px;background:rgba(245,166,35,.4);z-index:-1}
.oe-hero-copy p{font-size:17.5px;color:var(--oe-mute);max-width:540px;margin-bottom:28px}
.oe-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px}
.oe-hero-facts{display:flex;gap:0;border-top:1px solid var(--oe-line);padding-top:22px}
.oe-hero-facts div{padding:0 28px;border-left:1px solid var(--oe-line)}
.oe-hero-facts div:first-child{padding-left:0;border-left:none}
.oe-hero-facts dt{font-size:28px;font-weight:800;color:var(--oe-ink)}
.oe-hero-facts dd{font-size:13px;color:var(--oe-mute)}
.oe-hero-board{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:12px;aspect-ratio:1}
.oe-board-cell{border:1.5px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:13.5px;color:var(--oe-ink);text-align:center;padding:12px}
.oe-board-cell i{font-size:26px;color:var(--oe-blue)}
.oe-board-a{grid-column:1/3;grid-row:1/3;font-size:16px}
.oe-board-a i{font-size:44px}
.oe-board-b{grid-column:3/4;grid-row:1/2}
.oe-board-c{grid-column:3/4;grid-row:2/3}
.oe-board-d{grid-column:1/2;grid-row:3/4}
.oe-board-e{grid-column:2/4;grid-row:3/4;background:var(--oe-ink);color:#fff;border-color:var(--oe-ink)}
.oe-board-e i{color:var(--oe-amber)}

/* Ticker */
.oe-ticker{background:var(--oe-ink);color:#dfe4f2;overflow:hidden;padding:12px 0;font-size:13.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.oe-ticker-track{display:flex;gap:26px;align-items:center;white-space:nowrap;animation:oeTicker 28s linear infinite;width:max-content}
.oe-ticker-track i{color:var(--oe-amber);font-style:normal;font-size:9px}
@keyframes oeTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Sections */
.oe-sec{padding:76px 0}
.oe-sec-flush{padding-top:44px}
.oe-sec-tint{background:var(--oe-paper);border-top:1px solid var(--oe-line);border-bottom:1px solid var(--oe-line)}
.oe-sec-ink{background:var(--oe-ink);color:#c8cfe2}
.oe-sechead{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px;flex-wrap:wrap}
.oe-sechead-note{max-width:340px;color:var(--oe-mute);font-size:14.5px}

/* Category index rows */
.oe-catindex{border-top:2px solid var(--oe-ink)}
.oe-catrow{display:grid;grid-template-columns:70px 1fr auto 60px;align-items:center;gap:20px;padding:24px 8px;border-bottom:1px solid var(--oe-line);transition:background .2s,padding .2s}
.oe-catrow:hover{background:var(--oe-sky);padding-left:20px}
.oe-catrow-no{font-size:14px;font-weight:800;color:var(--oe-mute);letter-spacing:.1em}
.oe-catrow-name{font-size:24px;font-weight:800;color:var(--oe-ink)}
.oe-catrow:hover .oe-catrow-name{color:var(--oe-blue)}
.oe-catrow-hint{font-size:13px;color:var(--oe-mute);text-transform:uppercase;letter-spacing:.1em}
.oe-catrow-arrow{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1.5px solid var(--oe-line);border-radius:50%;color:var(--oe-ink);transition:all .2s}
.oe-catrow:hover .oe-catrow-arrow{background:var(--oe-blue);border-color:var(--oe-blue);color:#fff;transform:rotate(-35deg)}

/* Mosaic product cards */
.oe-mosaic{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.oe-mosaic .oe-mcard:first-child{grid-column:span 2;grid-row:span 2}
.oe-mcard{background:var(--oe-white);border:1px solid var(--oe-line);border-radius:var(--oe-radius);overflow:hidden;display:flex;flex-direction:column;transition:all .22s}
.oe-mcard:hover{border-color:var(--oe-blue);box-shadow:0 16px 40px rgba(13,18,32,.1);transform:translateY(-3px)}
.oe-mcard-media{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--oe-paper)}
.oe-mcard-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.oe-mcard:hover .oe-mcard-media img{transform:scale(1.05)}
.oe-mcard-meta{padding:16px 18px 18px;display:flex;flex-direction:column;gap:6px;flex:1}
.oe-mcard-cat{font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--oe-blue)}
.oe-mcard-meta h3{font-size:16px;line-height:1.35;font-weight:700;color:var(--oe-ink)}
.oe-mcard-meta h3 a:hover{color:var(--oe-blue)}
.oe-mcard-actions{margin-top:auto;display:flex;gap:16px;padding-top:10px;font-size:13.5px;font-weight:700}
.oe-mcard-actions a{color:var(--oe-mute);transition:color .2s}
.oe-mcard-actions a:hover{color:var(--oe-blue)}
.oe-noimg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:120px;color:var(--oe-line);font-size:40px;background:var(--oe-paper)}

/* Rule feature blocks */
.oe-rules{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-left:1px solid var(--oe-line)}
.oe-rule{position:relative;padding:8px 26px 0;border-right:1px solid var(--oe-line)}
.oe-rule-no{font-size:44px;font-weight:800;color:var(--oe-sky);position:absolute;top:-8px;right:18px;z-index:0}
.oe-rule i{font-size:26px;color:var(--oe-blue);margin-bottom:16px;position:relative;z-index:1}
.oe-rule h3{font-size:17px;font-weight:800;color:var(--oe-ink);margin-bottom:8px;position:relative;z-index:1}
.oe-rule p{font-size:14.5px;color:var(--oe-mute);position:relative;z-index:1}

/* Step line */
.oe-stepline{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;counter-reset:step;position:relative}
.oe-stepline::before{content:'';position:absolute;top:24px;left:6%;right:6%;height:1px;background:rgba(255,255,255,.18)}
.oe-stepline li{position:relative}
.oe-stepline b{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--oe-amber);color:var(--oe-ink-deep);font-size:18px;font-weight:800;margin-bottom:18px;position:relative;z-index:1;border:6px solid var(--oe-ink)}
.oe-stepline h3{font-size:17px;font-weight:800;color:#fff;margin-bottom:8px}
.oe-stepline p{font-size:14px;color:#aab3cd}

/* Solutions split panels */
.oe-solsplit{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.oe-solpanel{border:1px solid var(--oe-line);border-radius:var(--oe-radius);overflow:hidden;background:var(--oe-white);display:flex;flex-direction:column;transition:all .22s}
.oe-solpanel:hover{border-color:var(--oe-blue);box-shadow:0 16px 40px rgba(13,18,32,.1)}
.oe-solpanel figure{aspect-ratio:16/9;overflow:hidden;background:var(--oe-paper)}
.oe-solpanel figure img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.oe-solpanel:hover figure img{transform:scale(1.04)}
.oe-solpanel-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}
.oe-solpanel-body h3{font-size:19px;font-weight:800;color:var(--oe-ink)}
.oe-solpanel-body p{font-size:14.5px;color:var(--oe-mute);flex:1}

/* Assurance */
.oe-assure{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.oe-assure-copy p{color:var(--oe-mute);margin:14px 0 24px;max-width:460px}
.oe-assure-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--oe-line)}
.oe-assure-list li{display:flex;align-items:center;gap:16px;padding:18px 6px;border-bottom:1px solid var(--oe-line);font-weight:600;color:var(--oe-ink)}
.oe-assure-list i{color:var(--oe-blue);font-size:19px;width:26px;text-align:center}

/* Journal rows */
.oe-journal{border-top:2px solid var(--oe-ink)}
.oe-jrow{display:grid;grid-template-columns:130px 1fr 1.2fr 60px;gap:26px;align-items:center;padding:26px 8px;border-bottom:1px solid var(--oe-line);transition:background .2s}
.oe-jrow:hover{background:var(--oe-sky)}
.oe-jrow-date{font-size:13px;font-weight:700;color:var(--oe-mute);text-transform:uppercase;letter-spacing:.08em}
.oe-jrow h3{font-size:19px;font-weight:800;color:var(--oe-ink);line-height:1.3}
.oe-jrow:hover h3{color:var(--oe-blue)}
.oe-jrow p{font-size:14.5px;color:var(--oe-mute)}
.oe-jrow-arrow{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1.5px solid var(--oe-line);border-radius:50%;color:var(--oe-ink);transition:all .2s;justify-self:end}
.oe-jrow:hover .oe-jrow-arrow{background:var(--oe-blue);border-color:var(--oe-blue);color:#fff}

/* FAQ */
.oe-faqhome{display:grid;grid-template-columns:1.4fr .8fr;gap:56px;align-items:start}
.oe-qa{display:flex;flex-direction:column;gap:12px}
.oe-qa-item{border:1px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-white);overflow:hidden}
.oe-qa-item[open]{border-color:var(--oe-blue)}
.oe-qa-item summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:17px 20px;font-weight:700;font-size:15.5px;color:var(--oe-ink);cursor:pointer;list-style:none}
.oe-qa-item summary::-webkit-details-marker{display:none}
.oe-qa-item summary i{color:var(--oe-mute);font-size:13px;transition:transform .2s;flex-shrink:0}
.oe-qa-item[open] summary i{transform:rotate(45deg);color:var(--oe-blue)}
.oe-qa-body{padding:0 20px 18px;font-size:14.5px;color:var(--oe-mute)}
.oe-faqhome-cta{background:var(--oe-ink);color:#c8cfe2;border-radius:var(--oe-radius);padding:32px 30px;position:sticky;top:110px;display:flex;flex-direction:column;gap:14px}
.oe-faqhome-cta h3{color:#fff;font-size:22px;font-weight:800}
.oe-faqhome-cta p{font-size:14.5px}
.oe-faqhome-cta .oe-btn{justify-content:center}
.oe-faqhome-cta .oe-btn-line{border-color:rgba(255,255,255,.4);color:#fff}
.oe-faqhome-cta .oe-btn-line:hover{background:rgba(255,255,255,.1)}
.oe-faqhome-cta .oe-arrowlink{color:var(--oe-amber)}

/* Page crown (inner page header) */
.oe-crown{background:var(--oe-paper);border-bottom:1px solid var(--oe-line);padding:38px 0 34px}
.oe-crumb{font-size:13px;color:var(--oe-mute);margin-bottom:16px}
.oe-crumb a{color:var(--oe-mute)}
.oe-crumb a:hover{color:var(--oe-blue)}
.oe-crown-row{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;flex-wrap:wrap}
.oe-crown-row h1{font-size:38px;font-weight:800;color:var(--oe-ink);letter-spacing:-.01em;line-height:1.15}
.oe-crown-row p{max-width:520px;color:var(--oe-mute);font-size:15.5px}

/* Chip bar */
.oe-chipbar{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.oe-chip{display:inline-flex;align-items:center;padding:8px 18px;border:1.5px solid var(--oe-line);border-radius:999px;background:var(--oe-white);font-size:13.5px;font-weight:700;color:var(--oe-ink);transition:all .2s}
.oe-chip:hover{border-color:var(--oe-blue);color:var(--oe-blue)}
.oe-chip.on{background:var(--oe-ink);border-color:var(--oe-ink);color:#fff}
.oe-chip-sub{font-weight:600;font-size:12.5px;color:var(--oe-mute)}

/* Product list */
.oe-listbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 18px;border:1px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-paper);margin-bottom:28px;font-size:14.5px;color:var(--oe-mute);flex-wrap:wrap}
.oe-listbar i{color:var(--oe-blue);margin-right:6px}
.oe-listbar strong{color:var(--oe-ink)}
.oe-plist{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.oe-pitem{border:1px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-white);display:flex;flex-direction:column;overflow:hidden;transition:all .22s}
.oe-pitem:hover{border-color:var(--oe-blue);box-shadow:0 16px 40px rgba(13,18,32,.1);transform:translateY(-3px)}
.oe-pitem-media{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--oe-paper)}
.oe-pitem-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.oe-pitem:hover .oe-pitem-media img{transform:scale(1.05)}
.oe-pitem-body{padding:18px 20px 6px;flex:1}
.oe-pitem-cat{font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--oe-blue)}
.oe-pitem-body h2{font-size:17px;font-weight:800;line-height:1.35;color:var(--oe-ink);margin:6px 0 8px}
.oe-pitem-body h2 a:hover{color:var(--oe-blue)}
.oe-pitem-body p{font-size:14px;color:var(--oe-mute)}
.oe-pitem-foot{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-top:1px solid var(--oe-line);margin-top:14px}
.oe-pitem-link{font-size:14px;font-weight:700;color:var(--oe-ink)}
.oe-pitem-link:hover{color:var(--oe-blue)}
.oe-pitem-quote{font-size:13.5px;font-weight:700;color:var(--oe-blue)}
.oe-pitem-quote:hover{color:var(--oe-blue-dark)}

/* Strip CTA */
.oe-strip{display:flex;justify-content:space-between;align-items:center;gap:36px;background:var(--oe-ink);color:#fff;border-radius:var(--oe-radius);padding:36px 40px;margin-top:52px;flex-wrap:wrap}
.oe-strip h2{font-size:24px;font-weight:800;line-height:1.3;max-width:640px}
.oe-strip .oe-btn{flex-shrink:0}

/* Empty state */
.oe-empty{grid-column:1/-1;text-align:center;padding:70px 24px;border:1.5px dashed var(--oe-line);border-radius:var(--oe-radius)}
.oe-empty i{font-size:44px;color:var(--oe-line);margin-bottom:18px}
.oe-empty h2{font-size:22px;color:var(--oe-ink);margin-bottom:10px}
.oe-empty p{color:var(--oe-mute);max-width:440px;margin:0 auto}

/* Pagination */
.pagination{display:flex;justify-content:center;gap:8px;margin-top:44px;flex-wrap:wrap}
.pagination span,.pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1.5px solid var(--oe-line);border-radius:var(--oe-radius);font-size:14px;font-weight:700;color:var(--oe-ink);transition:all .2s}
.pagination a:hover{border-color:var(--oe-blue);color:var(--oe-blue)}
.pagination .current,.pagination span.current{background:var(--oe-ink);border-color:var(--oe-ink);color:#fff}
.pagination span{border:none;padding:0}
.pagination span a{width:100%;height:100%}
.pagination span.active a{border-color:var(--oe-blue);background:var(--oe-blue);color:#fff}
.pagination a:focus-visible{outline:2px solid var(--oe-amber);outline-offset:2px}
.pagination i.iconfont{font-style:normal;line-height:1}
.pagination i.icon-arrow5::before{content:"\2039";font-size:18px}
.pagination i.icon-arrow6::before{content:"\203A";font-size:18px}

/* Product detail */
.oe-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:start}
.oe-detail-gallery{display:grid;grid-template-columns:86px 1fr;gap:14px}
.oe-thumbrail{display:flex;flex-direction:column;gap:10px;max-height:520px;overflow-y:auto}
.oe-thumbrail img{width:100%;aspect-ratio:1;object-fit:cover;border:2px solid var(--oe-line);border-radius:4px;cursor:pointer;transition:border-color .2s}
.oe-thumbrail img.on,.oe-thumbrail img:hover{border-color:var(--oe-blue)}
.oe-mainimg{border:1px solid var(--oe-line);border-radius:var(--oe-radius);overflow:hidden;background:var(--oe-paper)}
.oe-mainimg img{width:100%;aspect-ratio:1;object-fit:cover}
.oe-detail-info h1{font-size:30px;font-weight:800;color:var(--oe-ink);line-height:1.2;margin:8px 0 14px}
.oe-detail-desc{color:var(--oe-mute);font-size:15.5px;margin-bottom:20px}
.oe-detail-usps{display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--oe-line);border-bottom:1px solid var(--oe-line);padding:18px 0;margin-bottom:22px}
.oe-detail-usps li{display:flex;align-items:center;gap:12px;font-size:14.5px;font-weight:600;color:var(--oe-ink)}
.oe-detail-usps i{color:var(--oe-blue);width:20px;text-align:center}
.oe-detail-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.oe-detail-wa{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:14.5px;color:#1eaa52;margin-bottom:20px}
.oe-detail-wa:hover{text-decoration:underline}
.oe-detail-share{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--oe-mute)}
.oe-detail-share a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1.5px solid var(--oe-line);border-radius:var(--oe-radius);color:var(--oe-mute);font-size:14px;transition:all .2s}
.oe-detail-share a:hover{border-color:var(--oe-blue);color:var(--oe-blue)}
.oe-detail-sections{margin-top:52px;display:flex;flex-direction:column;gap:14px}
.oe-dsec{border:1px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-white);overflow:hidden}
.oe-dsec[open]{border-color:var(--oe-blue)}
.oe-dsec summary{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;font-weight:800;font-size:16.5px;color:var(--oe-ink);cursor:pointer;list-style:none;background:var(--oe-paper)}
.oe-dsec summary::-webkit-details-marker{display:none}
.oe-dsec summary span{display:flex;align-items:center;gap:12px}
.oe-dsec summary span i{color:var(--oe-blue)}
.oe-dsec summary>i{transition:transform .2s;color:var(--oe-mute);font-size:14px}
.oe-dsec[open] summary>i{transform:rotate(180deg)}
.oe-dsec-body{padding:26px 24px}
.oe-specs{display:grid;grid-template-columns:1fr 1fr;gap:0 40px}
.oe-spec{display:flex;justify-content:space-between;gap:20px;padding:12px 4px;border-bottom:1px solid var(--oe-line);font-size:14.5px}
.oe-spec dt{color:var(--oe-mute);font-weight:600}
.oe-spec dd{color:var(--oe-ink);font-weight:700;text-align:right}
.oe-specnote{margin-top:16px;font-size:13.5px;color:var(--oe-mute)}
.detail-content{font-size:15.5px;color:var(--oe-text);line-height:1.75}
.detail-content h2,.detail-content h3{color:var(--oe-ink);margin:26px 0 12px;line-height:1.3}
.detail-content p{margin-bottom:14px}
.detail-content img{border-radius:var(--oe-radius);margin:14px 0}
.detail-content ul,.detail-content ol{margin:0 0 14px 22px}
.detail-content ul{list-style:disc}
.detail-content ol{list-style:decimal}
.detail-content{min-width:0}
.oe-detail>*,.oe-editorial>*,.oe-contactwrap>*,.oe-faqpage>*,.oe-newswrap>*,.oe-catalog>*,.oe-quotewrap>*,.oe-solsplit>*{min-width:0}
.detail-content table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;margin:14px 0}
.detail-content table tbody{display:table;width:100%;border-collapse:collapse}
.detail-content table td,.detail-content table th{border:1px solid var(--oe-line);padding:10px 14px;font-size:14px;word-break:break-word}

/* Forms */
.oe-form{display:flex;flex-direction:column;gap:14px}
.oe-form input,.oe-form textarea{width:100%;padding:13px 16px;border:1.5px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-white);outline:none;transition:border-color .2s;resize:vertical}
.oe-form input:focus,.oe-form textarea:focus{border-color:var(--oe-blue)}
.oe-form-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.oe-form button{justify-content:center}
.oe-formnote{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:12.5px;color:var(--oe-mute)}

/* Related cards */
.oe-alsolike{margin-top:64px}
.oe-alsolike-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.oe-relcard{border:1px solid var(--oe-line);border-radius:var(--oe-radius);overflow:hidden;background:var(--oe-white);display:flex;flex-direction:column;transition:all .22s}
.oe-relcard:hover{border-color:var(--oe-blue);box-shadow:0 12px 30px rgba(13,18,32,.1)}
.oe-relcard figure{aspect-ratio:4/3;overflow:hidden;background:var(--oe-paper)}
.oe-relcard figure img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.oe-relcard:hover figure img{transform:scale(1.05)}
.oe-relcard strong{padding:14px 16px 6px;font-size:14.5px;line-height:1.4;color:var(--oe-ink)}
.oe-relcard .oe-arrowlink{padding:0 16px 16px;font-size:13px}

/* Prev/next */
.oe-pnav{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:44px}
.oe-pnav-cell{border:1px solid var(--oe-line);border-radius:var(--oe-radius);padding:16px 20px;background:var(--oe-white)}
.oe-pnav-next{text-align:right}
.pager-link{display:inline-flex;align-items:center;gap:10px;font-size:14.5px;font-weight:700;color:var(--oe-ink)}
.pager-link:hover{color:var(--oe-blue)}
.pager-empty{color:var(--oe-mute);font-weight:600}

/* About */
.oe-statement{font-size:32px;line-height:1.35;font-weight:700;color:var(--oe-ink);max-width:880px;letter-spacing:-.01em}
.oe-statement em{font-style:normal;color:var(--oe-blue)}
.oe-numsband{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:52px;border-top:2px solid var(--oe-ink)}
.oe-num{padding:26px 24px 4px;border-right:1px solid var(--oe-line)}
.oe-num:last-child{border-right:none}
.oe-num b{display:block;font-size:40px;font-weight:800;color:var(--oe-ink);line-height:1}
.oe-num span{font-size:13.5px;color:var(--oe-mute)}
.oe-editorial{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:start}
.oe-editorial-rail{position:sticky;top:110px}
.oe-principles{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.oe-principle{border:1px solid var(--oe-line);border-radius:var(--oe-radius);padding:26px 28px;background:var(--oe-white);transition:all .22s}
.oe-principle:hover{border-color:var(--oe-blue)}
.oe-principle span{font-size:13px;font-weight:800;letter-spacing:.12em;color:var(--oe-blue)}
.oe-principle h3{font-size:19px;font-weight:800;color:var(--oe-ink);margin:8px 0}
.oe-principle p{font-size:14.5px;color:var(--oe-mute)}
.oe-inkband{display:flex;justify-content:space-between;align-items:center;gap:44px;flex-wrap:wrap}
.oe-inkband p{color:#aab3cd;max-width:520px;margin-top:12px}
.oe-inkband-actions{display:flex;gap:14px;flex-wrap:wrap;flex-shrink:0}

/* Manufacturing stations */
.oe-stations{position:relative;display:flex;flex-direction:column;gap:34px;padding-left:0}
.oe-stations::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:1.5px;background:var(--oe-line)}
.oe-station{display:flex;align-items:center;gap:36px;width:50%;padding-right:50px;position:relative}
.oe-station-alt{margin-left:50%;padding-right:0;padding-left:50px;flex-direction:row-reverse}
.oe-station-marker{position:absolute;right:-42px;display:flex;flex-direction:column;align-items:center;gap:6px;z-index:1}
.oe-station-alt .oe-station-marker{right:auto;left:-42px}
.oe-station-marker b{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--oe-white);border:2px solid var(--oe-blue);color:var(--oe-blue);font-size:15px;font-weight:800}
.oe-station-marker i{display:none}
.oe-station-card{flex:1;border:1px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-white);padding:24px 28px;transition:all .22s}
.oe-station-card:hover{border-color:var(--oe-blue);box-shadow:0 12px 30px rgba(13,18,32,.08)}
.oe-station-card h3{font-size:19px;font-weight:800;color:var(--oe-ink);margin-bottom:8px}
.oe-station-card p{font-size:14.5px;color:var(--oe-mute);margin-bottom:12px}
.oe-station-card small{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;color:var(--oe-blue);background:var(--oe-sky);border-radius:999px;padding:6px 14px}

/* Programs (solutions list) */
.oe-programs{display:flex;flex-direction:column;gap:34px}
.oe-program{display:grid;grid-template-columns:1fr 1.2fr;gap:0;border:1px solid var(--oe-line);border-radius:var(--oe-radius);overflow:hidden;background:var(--oe-white);transition:all .22s}
.oe-program:nth-child(even){grid-template-columns:1.2fr 1fr}
.oe-program:nth-child(even) .oe-program-media{order:2}
.oe-program:hover{border-color:var(--oe-blue);box-shadow:0 16px 40px rgba(13,18,32,.1)}
.oe-program-media{min-height:280px;background:var(--oe-paper)}
.oe-program-media img{width:100%;height:100%;object-fit:cover}
.oe-program-body{padding:36px 40px;display:flex;flex-direction:column;gap:12px}
.oe-program-no{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--oe-blue)}
.oe-program-body h2{font-size:26px;font-weight:800;color:var(--oe-ink);line-height:1.25}
.oe-program-body h2 a:hover{color:var(--oe-blue)}
.oe-program-body p{color:var(--oe-mute);font-size:15px;flex:1}
.oe-program-links{display:flex;align-items:center;gap:22px;flex-wrap:wrap}

/* Banner + quote bar */
.oe-banner{border-radius:var(--oe-radius);overflow:hidden;border:1px solid var(--oe-line);margin-bottom:32px}
.oe-quotebar{display:flex;justify-content:space-between;align-items:center;gap:30px;background:var(--oe-sky);border:1px solid var(--oe-line);border-left:4px solid var(--oe-blue);border-radius:var(--oe-radius);padding:26px 30px;margin-top:44px;flex-wrap:wrap}
.oe-quotebar h3{font-size:19px;font-weight:800;color:var(--oe-ink);margin-bottom:6px}
.oe-quotebar p{font-size:14.5px;color:var(--oe-mute)}

/* Certificates */
.oe-certgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.oe-certcard{display:flex;flex-direction:column;border:1px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-white);overflow:hidden;transition:all .22s}
.oe-certcard:hover{border-color:var(--oe-blue);box-shadow:0 12px 30px rgba(13,18,32,.08)}
.oe-certcard figure{width:100%;aspect-ratio:4/3;border-bottom:1px solid var(--oe-line);overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--oe-paper);color:var(--oe-blue);font-size:46px;padding:14px}
.oe-certcard figure img{width:100%;height:100%;object-fit:contain}
.oe-certcard:hover figure img{transform:scale(1.03)}
.oe-certcard figure img{transition:transform .3s}
.oe-certcard-body{display:flex;flex-direction:column;gap:6px;padding:16px 20px}
.oe-certcard-body strong{font-size:15.5px;color:var(--oe-ink);line-height:1.35}
.oe-certcard-body small{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--oe-mute)}
.oe-certcard-body .oe-arrowlink{font-size:13px}

/* Contact */
.oe-chanband{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:52px}
.oe-chan{border:1px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-white);padding:24px;display:flex;flex-direction:column;gap:6px;transition:all .22s}
a.oe-chan:hover{border-color:var(--oe-blue);box-shadow:0 12px 30px rgba(13,18,32,.08)}
.oe-chan i{font-size:22px;color:var(--oe-blue);margin-bottom:6px}
.oe-chan-wa i{color:#1eaa52}
.oe-chan small{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--oe-mute)}
.oe-chan strong{font-size:14.5px;color:var(--oe-ink);word-break:break-word}
.oe-contactwrap{display:grid;grid-template-columns:1.35fr .65fr;gap:44px;align-items:start}
.oe-contactform{border:1px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-white);padding:36px}
.oe-contactform h2{font-size:24px;font-weight:800;color:var(--oe-ink);margin-bottom:8px}
.oe-contactform>p{color:var(--oe-mute);font-size:14.5px;margin-bottom:24px}
.oe-contactaside{display:flex;flex-direction:column;gap:20px}
.oe-asidebox{border:1px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-white);padding:26px}
.oe-asidebox h3{display:flex;align-items:center;gap:10px;font-size:16.5px;font-weight:800;color:var(--oe-ink);margin-bottom:14px}
.oe-asidebox h3 i{color:var(--oe-blue)}
.oe-asidebox ul{display:flex;flex-direction:column;gap:10px}
.oe-asidebox ul li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--oe-mute)}
.oe-asidebox ul i{color:var(--oe-blue);margin-top:3px}
.oe-asidebox p{font-size:14px;color:var(--oe-mute)}
.oe-asidebox-ink{background:var(--oe-ink);border-color:var(--oe-ink)}
.oe-asidebox-ink h3{color:#fff}
.oe-asidebox-ink h3 i{color:var(--oe-amber)}
.oe-asidebox-ink p{color:#aab3cd}
.oe-asidelinks{display:flex;flex-direction:column;gap:8px}
.oe-asidelinks a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:4px;font-size:14px;font-weight:600;color:var(--oe-ink);transition:background .2s}
.oe-asidelinks a:hover{background:var(--oe-sky);color:var(--oe-blue)}
.oe-asidelinks i{color:var(--oe-blue);width:18px;text-align:center}

/* FAQ page */
.oe-faqsearch{display:flex;align-items:center;gap:14px;margin-top:26px;background:var(--oe-white);border:1.5px solid var(--oe-line);border-radius:var(--oe-radius);padding:8px 8px 8px 18px;max-width:620px}
.oe-faqsearch i{color:var(--oe-mute)}
.oe-faqsearch input{flex:1;border:none;outline:none;background:transparent;font-size:15px;padding:9px 0}
.oe-faqpage{display:grid;grid-template-columns:1.35fr .65fr;gap:44px;align-items:start}
.oe-faqmain{min-width:0}

/* News */
.oe-newswrap{display:grid;grid-template-columns:1.4fr .6fr;gap:44px;align-items:start}
.oe-newslist{display:flex;flex-direction:column;gap:0;border-top:2px solid var(--oe-ink)}
.oe-newsrow{display:grid;grid-template-columns:84px 1fr 190px;gap:26px;align-items:center;padding:28px 4px;border-bottom:1px solid var(--oe-line)}
.oe-newsrow-date{text-align:center;border:1px solid var(--oe-line);border-radius:var(--oe-radius);padding:12px 6px;background:var(--oe-white)}
.oe-newsrow-date b{display:block;font-size:26px;font-weight:800;color:var(--oe-ink);line-height:1}
.oe-newsrow-date span{font-size:11.5px;font-weight:700;text-transform:uppercase;color:var(--oe-mute)}
.oe-newsrow-body h2{font-size:20px;font-weight:800;color:var(--oe-ink);line-height:1.3;margin:6px 0 8px}
.oe-newsrow-body h2 a:hover{color:var(--oe-blue)}
.oe-newsrow-body p{font-size:14.5px;color:var(--oe-mute);margin-bottom:10px}
.oe-newsrow-media{border-radius:var(--oe-radius);overflow:hidden;border:1px solid var(--oe-line);aspect-ratio:4/3;background:var(--oe-paper)}
.oe-newsrow-media img{width:100%;height:100%;object-fit:cover}

/* Tag cloud */
.oe-tagcloud{display:flex;flex-wrap:wrap;gap:10px}
.oe-tagcloud a{display:inline-flex;align-items:center;gap:7px;padding:7px 15px;border:1.5px solid var(--oe-line);border-radius:999px;font-size:13px;font-weight:600;color:var(--oe-ink);transition:all .2s;background:var(--oe-white)}
.oe-tagcloud a:hover{border-color:var(--oe-blue);color:var(--oe-blue)}
.oe-tagcloud a i{font-size:11px;color:var(--oe-blue)}
.oe-tagcloud-head{margin-top:24px}
.oe-tagcloud-page a{font-size:14.5px;padding:10px 20px}

/* Reader (article) */
.oe-reader-head{max-width:860px}
.oe-reader-head h1{font-size:36px;font-weight:800;color:var(--oe-ink);line-height:1.2;margin-bottom:20px}
.oe-reader-share{display:flex;gap:10px}
.oe-reader-share a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1.5px solid var(--oe-line);border-radius:var(--oe-radius);color:var(--oe-mute);font-size:14px;transition:all .2s;background:var(--oe-white)}
.oe-reader-share a:hover{border-color:var(--oe-blue);color:var(--oe-blue)}
.oe-reader{max-width:860px}
.oe-reader-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px;padding-top:24px;border-top:1px solid var(--oe-line)}
.oe-reader-tags a{display:inline-flex;align-items:center;gap:7px;padding:7px 15px;border:1.5px solid var(--oe-line);border-radius:999px;font-size:13px;font-weight:600;color:var(--oe-ink);transition:all .2s}
.oe-reader-tags a:hover{border-color:var(--oe-blue);color:var(--oe-blue)}
.oe-reader-tags i{font-size:11px;color:var(--oe-blue)}

/* Search results */
.oe-results{display:flex;flex-direction:column;gap:18px}
.oe-result{display:grid;grid-template-columns:150px 1fr auto;gap:24px;align-items:center;border:1px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-white);padding:18px 22px;transition:all .22s}
.oe-result:hover{border-color:var(--oe-blue);box-shadow:0 12px 30px rgba(13,18,32,.08)}
.oe-result-media{width:150px;aspect-ratio:4/3;border-radius:4px;overflow:hidden;border:1px solid var(--oe-line);background:var(--oe-paper)}
.oe-result-media img{width:100%;height:100%;object-fit:cover}
.oe-result-body h2{font-size:18px;font-weight:800;color:var(--oe-ink);line-height:1.3;margin:6px 0 8px}
.oe-result-body h2 a:hover{color:var(--oe-blue)}
.oe-result-body p{font-size:14px;color:var(--oe-mute)}
.oe-result-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-end}

/* Legal */
.oe-legalnav{display:flex;gap:12px;margin-top:24px}
.oe-legalnav a{display:inline-flex;align-items:center;gap:9px;padding:10px 20px;border:1.5px solid var(--oe-line);border-radius:var(--oe-radius);font-size:14px;font-weight:700;color:var(--oe-ink);background:var(--oe-white);transition:all .2s}
.oe-legalnav a:hover{border-color:var(--oe-blue);color:var(--oe-blue)}
.oe-legalnav a.on{background:var(--oe-ink);border-color:var(--oe-ink);color:#fff}
.oe-legal{max-width:880px}
.oe-legal-doc{border:1px solid var(--oe-line);border-left:4px solid var(--oe-blue);border-radius:var(--oe-radius);background:var(--oe-white);padding:40px 44px}
.oe-legal-note{margin-top:24px;font-size:14px;color:var(--oe-mute);display:flex;align-items:center;gap:10px}
.oe-legal-note i{color:var(--oe-blue)}
.oe-legal-note a{color:var(--oe-blue);font-weight:700}

/* Catalog */
.oe-catalog{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:start}
.oe-catalog-main h2{font-size:24px;font-weight:800;color:var(--oe-ink);margin:30px 0 18px}
.oe-catalog-cover{display:flex;align-items:center;gap:22px;border:1px solid var(--oe-line);border-left:4px solid var(--oe-amber);border-radius:var(--oe-radius);background:var(--oe-paper);padding:26px 30px}
.oe-catalog-cover>i{font-size:38px;color:var(--oe-blue)}
.oe-catalog-cover strong{display:block;font-size:18px;color:var(--oe-ink)}
.oe-catalog-cover span{font-size:13.5px;color:var(--oe-mute)}
.oe-catalog-cover em{margin-left:auto;font-style:normal;font-size:12px;font-weight:800;letter-spacing:.1em;background:var(--oe-ink);color:#fff;border-radius:4px;padding:6px 12px}
.oe-checklist{display:flex;flex-direction:column;gap:12px}
.oe-checklist li{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:var(--oe-text)}
.oe-checklist i{color:var(--oe-blue);margin-top:4px}
.oe-catalog-form{border:1px solid var(--oe-line);border-top:4px solid var(--oe-blue);border-radius:var(--oe-radius);background:var(--oe-white);padding:34px;position:sticky;top:110px}
.oe-catalog-form h2{font-size:22px;font-weight:800;color:var(--oe-ink);margin-bottom:8px}
.oe-catalog-form>p{font-size:14px;color:var(--oe-mute);margin-bottom:22px}

/* Quote list */
.oe-quotewrap{display:grid;grid-template-columns:1.3fr .7fr;gap:40px;align-items:start}
.oe-quoteledger{border:1px solid var(--oe-line);border-radius:var(--oe-radius);background:var(--oe-white);overflow:hidden}
.oe-quoteledger-head{display:grid;grid-template-columns:1fr 150px 50px;gap:16px;padding:14px 22px;background:var(--oe-paper);border-bottom:1px solid var(--oe-line);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--oe-mute)}
.oe-qline{display:grid;grid-template-columns:1fr 150px 50px;gap:16px;align-items:center;padding:18px 22px;border-bottom:1px solid var(--oe-line)}
.oe-qline:last-child{border-bottom:none}
.oe-qline-prod{display:flex;align-items:center;gap:16px;min-width:0}
.oe-qline-img{width:72px;height:72px;flex-shrink:0;border:1px solid var(--oe-line);border-radius:4px;overflow:hidden;background:var(--oe-paper)}
.oe-qline-img img{width:100%;height:100%;object-fit:cover}
.oe-qline-title{font-size:15px;font-weight:700;color:var(--oe-ink);line-height:1.35}
.oe-qline-title:hover{color:var(--oe-blue)}
.oe-qty{display:flex;align-items:center;border:1.5px solid var(--oe-line);border-radius:var(--oe-radius);overflow:hidden;width:fit-content}
.oe-qty a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:38px;font-size:17px;font-weight:700;color:var(--oe-ink);background:var(--oe-paper);transition:all .2s}
.oe-qty a:hover{background:var(--oe-blue);color:#fff}
.oe-qty input{width:52px;height:38px;border:none;outline:none;text-align:center;font-weight:700;font-size:14.5px}
.oe-qremove{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;color:var(--oe-mute);transition:all .2s}
.oe-qremove:hover{background:#fdecec;color:#d33}
.oe-sendcard{border:1px solid var(--oe-line);border-top:4px solid var(--oe-blue);border-radius:var(--oe-radius);background:var(--oe-white);padding:32px;position:sticky;top:110px}
.oe-sendcard h3{font-size:20px;font-weight:800;color:var(--oe-ink);margin-bottom:8px}
.oe-sendcard>p{font-size:14px;color:var(--oe-mute);margin-bottom:20px}

/* Footer */
.oe-footer{background:var(--oe-ink-deep);color:#aab3cd}
.oe-footer-cta{display:grid;grid-template-columns:1.2fr .8fr;gap:56px;align-items:center;padding-top:72px;padding-bottom:56px}
.oe-footer-cta h2{font-size:40px;line-height:1.15;font-weight:800;color:#fff;letter-spacing:-.01em}
.oe-footer-cta h2 em{font-style:normal;color:var(--oe-amber)}
.oe-footer-cta-side p{font-size:15.5px;margin-bottom:22px}
.oe-footer-cta-actions{display:flex;gap:14px;flex-wrap:wrap}
.oe-footer-rule{border-top:1px solid rgba(255,255,255,.1)}
.oe-footer-cols{display:grid;grid-template-columns:1.2fr .7fr .7fr 1.1fr;gap:44px;padding-top:52px;padding-bottom:52px}
.oe-footer-brand p{font-size:14px;margin:16px 0 20px;max-width:300px}
.oe-footer-social{display:flex;gap:10px}
.oe-footer-social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1.5px solid rgba(255,255,255,.18);border-radius:var(--oe-radius);color:#c8cfe2;font-size:14px;transition:all .2s}
.oe-footer-social a:hover{background:var(--oe-blue);border-color:var(--oe-blue);color:#fff}
.oe-footer-col strong{display:block;font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:16px}
.oe-footer-col nav{display:flex;flex-direction:column;gap:9px}
.oe-footer-col nav a{font-size:14px;color:#aab3cd;transition:color .2s}
.oe-footer-col nav a:hover{color:var(--oe-amber)}
.oe-footer-contact a,.oe-footer-contact>span{display:flex;align-items:center;gap:10px;font-size:14px;margin-bottom:10px}
.oe-footer-contact a:hover{color:var(--oe-amber)}
.oe-footer-contact i{color:var(--oe-blue);width:18px;text-align:center}
.oe-footer-news{margin-top:20px;border:1px solid rgba(255,255,255,.12);border-radius:var(--oe-radius);padding:18px 20px}
.oe-footer-news strong{font-size:14px;letter-spacing:.04em;text-transform:none;margin-bottom:6px}
.oe-footer-news p{font-size:12.5px;margin-bottom:12px}
.oe-footer-news form{display:flex;border:1.5px solid rgba(255,255,255,.2);border-radius:var(--oe-radius);overflow:hidden}
.oe-footer-news input{flex:1;padding:10px 14px;background:transparent;border:none;outline:none;color:#fff;font-size:13.5px}
.oe-footer-news input::placeholder{color:#68708a}
.oe-footer-news button{background:var(--oe-blue);color:#fff;border:none;padding:0 16px;transition:background .2s}
.oe-footer-news button i{color:#fff}
.oe-footer-news button:hover{background:var(--oe-blue-dark)}
.oe-footer-base{border-top:1px solid rgba(255,255,255,.1)}
.oe-footer-base-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:58px;font-size:13px;flex-wrap:wrap}
.oe-footer-legal{display:flex;align-items:center;gap:12px}
.oe-footer-legal a{color:#aab3cd}
.oe-footer-legal a:hover{color:var(--oe-amber)}
.oe-footer-legal em{color:#454e69;font-style:normal}

/* Modal */
.modal-overlay{position:fixed;inset:0;background:rgba(13,18,32,.6);z-index:1500;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:all .25s}
.modal-overlay.on{opacity:1;visibility:visible}
.modal-box{background:var(--oe-white);border-radius:var(--oe-radius);border-top:4px solid var(--oe-blue);max-width:560px;width:100%;padding:38px 40px;position:relative;max-height:92vh;overflow-y:auto;transform:translateY(14px);transition:transform .25s}
.modal-overlay.on .modal-box{transform:translateY(0)}
.modal-close{position:absolute;top:16px;right:18px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--oe-radius);color:var(--oe-mute);cursor:pointer;transition:all .2s}
.modal-close:hover{background:var(--oe-paper);color:var(--oe-ink)}
.modal-box h3{font-size:24px;font-weight:800;color:var(--oe-ink);margin:4px 0 8px}
.modal-desc{font-size:14.5px;color:var(--oe-mute);margin-bottom:22px}
.modal-box form{display:flex;flex-direction:column;gap:14px}
.modal-box input,.modal-box textarea{width:100%;padding:12px 16px;border:1.5px solid var(--oe-line);border-radius:var(--oe-radius);outline:none;transition:border-color .2s;resize:vertical}
.modal-box input:focus,.modal-box textarea:focus{border-color:var(--oe-blue)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}

/* Success overlay */
.success-overlay{position:fixed;inset:0;background:rgba(13,18,32,.6);z-index:1600;display:flex;align-items:center;justify-content:center;padding:24px}
.success-box{background:var(--oe-white);border-radius:var(--oe-radius);padding:44px 48px;text-align:center;max-width:420px}
.success-icon{font-size:52px;color:#1eaa52;margin-bottom:18px}
.success-box h3{font-size:24px;color:var(--oe-ink);margin-bottom:10px}
.success-box p{color:var(--oe-mute);margin-bottom:22px}

/* Floaters */
.wa-float{position:fixed;right:24px;bottom:96px;z-index:1200;width:54px;height:54px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(37,211,102,.4);transition:transform .2s}
.wa-float:hover{transform:scale(1.08)}
.back-to-top{position:fixed;right:24px;bottom:32px;z-index:1200;width:48px;height:48px;border-radius:var(--oe-radius);background:var(--oe-ink);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .25s}
.back-to-top.show{opacity:1;visibility:visible}
.back-to-top:hover{background:var(--oe-blue)}
.mobile-inquiry-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:1300;background:var(--oe-white);border-top:1px solid var(--oe-line);padding:10px 14px;gap:10px}
.mib-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:var(--oe-radius);font-weight:700;font-size:14.5px}
.mib-quote{background:var(--oe-blue);color:#fff}
.mib-wa{background:#25d366;color:#fff}

/* Toast */
.toast-notify{position:fixed;bottom:96px;left:50%;top:auto;right:auto;z-index:1700;background:var(--oe-ink);color:#fff;border-radius:var(--oe-radius);padding:14px 20px;display:flex;align-items:center;gap:14px;font-size:14px;box-shadow:0 14px 36px rgba(13,18,32,.3);max-width:calc(100vw - 40px);transform:translateX(-50%) translateY(16px);opacity:0;transition:all .3s}
.toast-notify.show{transform:translateX(-50%) translateY(0);opacity:1}
.toast-notify a{color:var(--oe-amber);font-weight:700}

/* Cookie bar */
.oe-cookie{position:fixed;left:0;right:0;bottom:0;z-index:1250;background:var(--oe-ink-deep);color:#c8cfe2;display:none;border-top:2px solid var(--oe-blue)}
.oe-cookie-inner{max-width:1240px;margin:0 auto;padding:16px 28px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.oe-cookie-ico{font-size:22px;color:var(--oe-amber)}
.oe-cookie p{flex:1;font-size:13.5px;min-width:240px}
.oe-cookie p strong{color:#fff}
.oe-cookie p a{color:var(--oe-amber);text-decoration:underline}
.oe-cookie-actions{display:flex;gap:10px}
.oe-cookie-accept{background:var(--oe-blue);color:#fff;border:none;border-radius:var(--oe-radius);padding:10px 22px;font-weight:700;transition:background .2s}
.oe-cookie-accept:hover{background:var(--oe-blue-dark)}
.oe-cookie-decline{background:transparent;color:#aab3cd;border:1.5px solid rgba(255,255,255,.25);border-radius:var(--oe-radius);padding:10px 18px;font-weight:600;transition:all .2s}
.oe-cookie-decline:hover{border-color:#fff;color:#fff}

.oe-quotelink{position:relative}
.oe-chan-static{cursor:default}
.oe-editorial-body{min-width:0}
.oe-faqhome-list{min-width:0}

/* Reveal animation */
.oe-reveal{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}
.oe-reveal.in{opacity:1;transform:translateY(0)}

/* Responsive */
@media (max-width:1180px){
  .oe-hero-copy h1{font-size:44px}
  .oe-mosaic{grid-template-columns:repeat(3,1fr)}
  .oe-mosaic .oe-mcard:first-child{grid-column:span 2;grid-row:span 1}
  .oe-rules{grid-template-columns:repeat(2,1fr);border-left:none;gap:24px}
  .oe-rule{border:1px solid var(--oe-line);border-radius:var(--oe-radius);padding:24px}
  .oe-footer-cols{grid-template-columns:1fr 1fr;gap:36px}
  .oe-footer-cta{grid-template-columns:1fr;gap:24px}
  .oe-footer-cta h2{font-size:32px}
}
@media (max-width:1024px){
  .oe-nav{display:none}
  .oe-header-cta{display:none}
  .oe-burger{display:flex}
  .oe-hero-grid{grid-template-columns:1fr;gap:40px}
  .oe-hero-board{max-width:480px}
  .oe-assure{grid-template-columns:1fr;gap:36px}
  .oe-faqhome{grid-template-columns:1fr;gap:36px}
  .oe-faqhome-cta{position:static}
  .oe-detail{grid-template-columns:1fr;gap:36px}
  .oe-editorial{grid-template-columns:1fr;gap:32px}
  .oe-editorial-rail{position:static}
  .oe-contactwrap,.oe-faqpage,.oe-newswrap{grid-template-columns:1fr;gap:36px}
  .oe-catalog{grid-template-columns:1fr;gap:36px}
  .oe-catalog-form{position:static}
  .oe-quotewrap{grid-template-columns:1fr;gap:32px}
  .oe-sendcard{position:static}
  .oe-stations::before{left:26px}
  .oe-station,.oe-station-alt{width:100%;margin-left:0;padding:0 0 0 70px;flex-direction:row}
  .oe-station-marker,.oe-station-alt .oe-station-marker{left:0;right:auto}
  .oe-program,.oe-program:nth-child(even){grid-template-columns:1fr}
  .oe-program:nth-child(even) .oe-program-media{order:0}
  .oe-utilbar-links span{display:none}
}
@media (max-width:768px){
  .oe-wrap{padding:0 20px}
  .oe-sec{padding:56px 0}
  .oe-hero-grid{padding-top:48px;padding-bottom:48px}
  .oe-hero-copy h1{font-size:34px}
  .oe-h2{font-size:26px}
  .oe-crown-row h1{font-size:29px}
  .oe-hero-facts{flex-wrap:wrap;gap:16px}
  .oe-hero-facts div{padding:0 18px}
  .oe-hero-facts div:first-child{padding-left:0}
  .oe-mosaic{grid-template-columns:1fr 1fr;gap:14px}
  .oe-mosaic .oe-mcard:first-child{grid-column:span 2}
  .oe-catrow{grid-template-columns:44px 1fr 44px;gap:12px;padding:18px 4px}
  .oe-catrow-hint{display:none}
  .oe-catrow-name{font-size:18px}
  .oe-catrow-arrow{width:38px;height:38px}
  .oe-stepline{grid-template-columns:1fr 1fr;gap:26px}
  .oe-stepline::before{display:none}
  .oe-solsplit{grid-template-columns:1fr}
  .oe-jrow{grid-template-columns:1fr;gap:8px}
  .oe-jrow-arrow{display:none}
  .oe-plist{grid-template-columns:1fr 1fr;gap:14px}
  .oe-certgrid{grid-template-columns:1fr 1fr;gap:14px}
  .oe-chanband{grid-template-columns:1fr 1fr}
  .oe-numsband{grid-template-columns:1fr 1fr}
  .oe-num{border-right:none;border-bottom:1px solid var(--oe-line);padding:20px 4px 14px}
  .oe-principles{grid-template-columns:1fr}
  .oe-statement{font-size:24px}
  .oe-specs{grid-template-columns:1fr}
  .oe-newsrow{grid-template-columns:64px 1fr}
  .oe-newsrow-media{display:none}
  .oe-result{grid-template-columns:100px 1fr}
  .oe-result-actions{grid-column:2;flex-direction:row;align-items:center}
  .oe-result-media{width:100px}
  .oe-detail-gallery{grid-template-columns:1fr}
  .oe-thumbrail{flex-direction:row;order:2;max-height:none;overflow-x:auto}
  .oe-thumbrail img{width:76px;flex-shrink:0}
  .oe-form-2,.form-row{grid-template-columns:1fr}
  .oe-pnav{grid-template-columns:1fr}
  .oe-pnav-next{text-align:left}
  .oe-strip{padding:28px;gap:20px}
  .oe-strip h2{font-size:20px}
  .oe-inkband{gap:24px}
  .oe-footer-cols{grid-template-columns:1fr;gap:32px}
  .oe-footer-cta h2{font-size:27px}
  .oe-legal-doc{padding:28px 24px}
  .oe-contactform{padding:26px 22px}
  .oe-quoteledger-head{display:none}
  .oe-qline{grid-template-columns:1fr auto;gap:12px}
  .oe-qline-prod{grid-column:1/3}
  .oe-qline .oe-qty{grid-column:1;justify-self:start}
  .oe-qline .oe-qremove{grid-column:2;justify-self:end;align-self:center;padding:8px}
  .mobile-inquiry-bar{display:flex}
  .wa-float{bottom:150px}
  .back-to-top{bottom:86px}
  body.optic-theme{padding-bottom:64px}
  .oe-rules{grid-template-columns:1fr}
  .oe-utilbar-links{display:none}
  .modal-box{padding:28px 24px}
  body.optic-theme{overflow-x:hidden}
  .oe-utilbar-note{min-width:0;font-size:12px}
  .oe-header-inner{gap:12px;min-height:62px}
  .oe-logo{min-width:0}
  .oe-logo img{max-height:38px}
  .oe-header-tools{gap:8px;flex-shrink:0}
  .oe-tool,.oe-burger{width:38px;height:38px}
  .oe-search-drawer-inner{gap:8px;padding-top:12px;padding-bottom:12px}
  .oe-search-drawer form{gap:8px;padding:4px 4px 4px 12px}
  .oe-search-drawer input{font-size:14px;min-width:0}
  .oe-search-drawer form button{padding:9px 16px;font-size:14px}
  .oe-search-close{padding:6px;font-size:16px}
  .oe-mobmenu-head .oe-logo img{max-height:34px}
  .detail-content table td,.detail-content table th{white-space:nowrap;padding:9px 12px;font-size:13.5px}
  .oe-alsolike-grid{grid-template-columns:1fr 1fr;gap:14px}
}
@media (max-width:480px){
  .oe-alsolike-grid{grid-template-columns:1fr}
  .oe-certgrid{grid-template-columns:1fr}
  .oe-utilbar-note{font-size:11px}
  .oe-logo img{max-height:32px}
  .oe-header-tools{gap:6px}
  .oe-search-drawer form button{padding:8px 12px}
  .oe-plist{grid-template-columns:1fr}
  .oe-mosaic{grid-template-columns:1fr}
  .oe-mosaic .oe-mcard:first-child{grid-column:span 1}
  .oe-stepline{grid-template-columns:1fr}
  .oe-chanband{grid-template-columns:1fr}
  .oe-hero-board{grid-template-columns:repeat(2,1fr)}
  .oe-board-a{grid-column:1/3;grid-row:1/2;aspect-ratio:auto;min-height:120px}
  .oe-board-b{grid-column:1/2;grid-row:2/3}
  .oe-board-c{grid-column:2/3;grid-row:2/3}
  .oe-board-d{grid-column:1/2;grid-row:3/4}
  .oe-board-e{grid-column:2/3;grid-row:3/4}
}
