:root{--ept-ink:#14212b;--ept-steel:#36515f;--ept-accent:#c65a24;--ept-accent-dark:#9f421b;--ept-mist:#edf2f4;--ept-line:#d5dfe4;--ept-paper:#fff;--ept-shadow:0 14px 34px rgba(20,33,43,.10);--ept-radius:12px;--ept-header-height:136px}html{scroll-behavior:smooth}body{margin:0;color:var(--ept-ink);font-family:Inter,Arial,sans-serif;background:#fff}.ept-planetary-site *{box-sizing:border-box}.ept-main{min-height:50vh}.ept-main>:first-child{margin-top:0}.ept-main p{font-size:17px}.ept-main h1{font-size:clamp(38px,5vw,64px);letter-spacing:-.035em}.ept-main h2{font-size:clamp(26px,3vw,36px);margin:44px 0 18px;padding:0 0 10px;border-bottom:1px solid #9fb2bf}.ept-main h3{font-size:22px}.ept-site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);box-shadow:0 1px 0 rgba(20,33,43,.08);backdrop-filter:saturate(150%) blur(14px)}.admin-bar .ept-site-header{top:32px}.ept-head-row{height:78px;gap:26px;padding:0 22px;min-width:0}.ept-head-row>*{min-width:0}.ept-brand{gap:12px;flex:0 1 320px;min-width:220px}.ept-site-title a{color:var(--ept-ink);text-decoration:none;font-size:20px;font-weight:800;line-height:1.1}.ept-nav-row{background:var(--ept-ink);min-height:58px}.ept-nav{min-width:0}.ept-nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;gap:2px;min-height:58px}.ept-nav-list>li{position:relative;display:flex;align-items:stretch}.ept-nav-list a,.ept-nav-button{display:flex;align-items:center;min-height:48px;padding:5px 16px;color:#fff;text-decoration:none;font-size:14px;font-weight:650;letter-spacing:.01em;border:0;background:transparent;cursor:pointer;white-space:nowrap}.ept-nav-list a:hover,.ept-nav-list a:focus-visible,.ept-nav-button:hover,.ept-nav-button:focus-visible{background:rgba(255,255,255,.10);outline:none}.ept-has-dropdown:hover>.ept-mega,.ept-has-dropdown:focus-within>.ept-mega{display:grid}.ept-mega{display:none;position:absolute;left:0;top:100%;width:min(820px,calc(100vw - 40px));max-height:70vh;overflow:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:18px;background:#fff;box-shadow:var(--ept-shadow);border:1px solid var(--ept-line);border-radius:0 0 12px 12px}.ept-mega a{color:var(--ept-ink);min-height:44px;white-space:normal;border-radius:8px}.ept-mega a:hover,.ept-mega a:focus-visible{background:var(--ept-mist)}.ept-search-wrap{position:relative;flex:1 1 460px;max-width:520px;min-width:210px}.ept-search-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.ept-search-input{width:100%;height:44px;border:1px solid #c9d4da;border-radius:9px;padding:0 44px 0 15px;background:#f8fafb;color:var(--ept-ink);font-size:15px}.ept-search-input:focus{outline:2px solid rgba(198,90,36,.25);border-color:var(--ept-accent)}.ept-search-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none}.ept-search-results{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:1100;background:#fff;border:1px solid var(--ept-line);border-radius:10px;box-shadow:var(--ept-shadow);padding:6px;max-height:360px;overflow:auto}.ept-search-results[hidden]{display:none}.ept-search-option{display:block;padding:11px 12px;border-radius:7px;color:var(--ept-ink);text-decoration:none}.ept-search-option[aria-selected="true"],.ept-search-option:hover{background:var(--ept-mist)}.ept-head-email{display:flex;align-items:center;gap:9px;color:var(--ept-ink);font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap}.ept-head-email:hover{text-decoration:underline}.ept-mobile-toggle{display:none;align-items:center;gap:9px;min-height:44px;padding:0 12px;border:1px solid #bccbd2;border-radius:8px;background:#fff;color:var(--ept-ink);font-weight:700}.ept-menu-icon{width:20px;height:14px;border-top:2px solid currentColor;border-bottom:2px solid currentColor;position:relative}.ept-menu-icon:before{content:"";position:absolute;left:0;right:0;top:5px;border-top:2px solid currentColor}.ept-mobile-panel{display:none;background:#fff;border-top:1px solid var(--ept-line);box-shadow:0 12px 20px rgba(20,33,43,.08);max-height:calc(100vh - 76px);overflow:auto}.ept-mobile-panel[hidden]{display:none!important}.ept-mobile-nav{padding:12px 22px 22px}.ept-mobile-nav ul{list-style:none;padding:0;margin:0}.ept-mobile-nav a{display:block;padding:12px 4px;border-bottom:1px solid var(--ept-line);text-decoration:none;color:var(--ept-ink);font-weight:650}.ept-mobile-nav .ept-mobile-email{color:var(--ept-accent-dark)}.ept-hero{position:relative;width:100%;max-width:none;margin:0;min-height:clamp(560px,calc(100svh - var(--ept-header-height)),660px);display:grid;align-items:center;overflow:clip;background:#0e181e;color:#fff}.ept-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,13,18,.88) 0%,rgba(5,13,18,.68) 45%,rgba(5,13,18,.20) 78%,rgba(5,13,18,.10) 100%);z-index:1}.ept-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% 50%}.ept-hero-inner{position:relative;z-index:2;width:min(1380px,calc(100% - 44px));margin-inline:auto;padding:72px 0}.ept-eyebrow{display:inline-block;margin-bottom:16px;font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ffd8c5}.ept-hero h1{max-width:820px;color:#fff;font-size:clamp(42px,5.2vw,72px);margin:0 0 20px}.ept-hero p{max-width:720px;font-size:clamp(18px,1.7vw,21px);color:#edf4f6}.ept-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.ept-btn,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:7px;background:var(--ept-accent);color:#fff!important;text-decoration:none;font-weight:750;border:1px solid transparent}.ept-btn:hover,.wp-block-button__link:hover{background:var(--ept-accent-dark)}.ept-btn-secondary{background:transparent;border-color:rgba(255,255,255,.66)}.ept-btn-secondary:hover{background:rgba(255,255,255,.12)}.ept-btn-light{background:#fff;color:var(--ept-ink)!important}.ept-proof-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:42px;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.22);max-width:900px}.ept-proof-rail div{padding:15px 16px;background:rgba(11,24,32,.44)}.ept-proof-rail strong{display:block;color:#fff;font-size:17px}.ept-proof-rail span{font-size:12px;color:#d8e4e8}.ept-section{padding:72px 0}.ept-section-alt{background:#f4f7f8;width:100%;max-width:none;margin:0}.ept-section-inner{width:min(1180px,calc(100% - 44px));margin:auto}.ept-section-title{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.ept-section-title h2{margin:0;font-size:clamp(30px,4vw,44px);border:0;padding:0}.ept-section-title p{max-width:620px;margin:0;color:#526873}.ept-product-grid,.ept-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ept-product-card,.ept-card{background:#fff;border:1px solid var(--ept-line);border-radius:var(--ept-radius);overflow:hidden;box-shadow:0 7px 22px rgba(20,33,43,.05)}.ept-product-card a{text-decoration:none;color:inherit}.ept-product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#f5f7f8}.ept-product-card-body,.ept-card-body{padding:20px}.ept-product-card h3,.ept-card h3{font-size:20px;margin:0 0 10px}.ept-product-card p,.ept-card p{font-size:15px;color:#526873}.ept-product-meta{font-size:12px!important;text-transform:uppercase;letter-spacing:.07em;color:var(--ept-accent-dark)!important;font-weight:800}.ept-content-image{margin:26px 0}.ept-content-image img{display:block;width:min(100%,860px);height:auto;border-radius:var(--ept-radius);box-shadow:var(--ept-shadow)}.ept-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;margin:20px 0 30px;border:1px solid var(--ept-line);border-radius:10px}.ept-table-scroll table{width:100%;min-width:720px;border-collapse:collapse;background:#fff}.ept-table-scroll th,.ept-table-scroll td{text-align:left;padding:13px 15px;border-bottom:1px solid var(--ept-line);vertical-align:top}.ept-table-scroll th{background:#e9eff2;color:#1b3340;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.ept-table-scroll tr:last-child td{border-bottom:0}.ept-note{margin:28px 0;padding:18px 20px;border-left:4px solid var(--ept-accent);background:#f7f1ee;color:#31444e}.ept-faq{margin:20px 0 30px;border-top:1px solid var(--ept-line)}.ept-faq details{border-bottom:1px solid var(--ept-line);padding:0}.ept-faq summary{cursor:pointer;padding:16px 6px;font-weight:750}.ept-faq details p{padding:0 6px 16px;margin:0;color:#506771}.ept-source-note{font-size:13px!important;color:#667d88;border:1px solid var(--ept-line);padding:13px 15px;border-radius:8px;background:#fafcfc}.ept-rfq-band{display:flex;align-items:center;justify-content:space-between;gap:30px;width:min(1180px,calc(100% - 44px));margin:48px auto;padding:30px;border-radius:14px;background:var(--ept-ink);color:#fff}.ept-rfq-band h2{color:#fff!important;border:0!important;margin:0 0 10px!important;padding:0!important;font-size:28px!important}.ept-rfq-band p{margin:0;color:#dae5e8;font-size:15px}.ept-app-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ept-app{border-left:3px solid var(--ept-accent);padding:16px 18px;background:#f7f9fa}.ept-process{counter-reset:step;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ept-process>div{counter-increment:step;padding:20px;border-top:3px solid var(--ept-ink);background:#f7f9fa}.ept-process>div:before{content:"0" counter(step);display:block;margin-bottom:12px;color:var(--ept-accent-dark);font-weight:800}.ept-contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:36px;align-items:start}.ept-form{background:#f5f8f9;border:1px solid var(--ept-line);border-radius:12px;padding:24px}.ept-form label{display:block;font-weight:700;margin-bottom:6px}.ept-form input,.ept-form textarea,.ept-form select{width:100%;padding:11px 12px;border:1px solid #b9c7ce;border-radius:7px;background:#fff}.ept-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ept-map{border:0;width:100%;min-height:320px;border-radius:10px}.ept-map-compact{min-height:180px}.ept-site-footer{background:#0d171d;color:#cbd8dd;margin-top:70px;padding:58px 22px 0}.ept-site-footer h3{color:#fff;font-size:18px}.ept-site-footer a{color:#fff}.ept-footer-grid{gap:34px}.ept-footer-links{list-style:none;padding:0;margin:0}.ept-footer-links li{margin:0 0 8px}.ept-footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:38px;padding:18px 0;font-size:12px}.ept-footer-bottom p{margin:0}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{border:1px solid var(--ept-line);border-radius:10px;padding:0 0 18px;overflow:hidden;background:#fff}.woocommerce ul.products li.product a img{aspect-ratio:1/1;object-fit:cover;margin:0 0 14px}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0 15px}.woocommerce ul.products li.product .price{padding:0 15px;color:var(--ept-steel)}.woocommerce div.product div.images img{border-radius:10px}.woocommerce div.product .product_meta{font-size:13px}.ept-quote-note{padding:13px 15px;background:#f5f8f9;border-left:3px solid var(--ept-accent);margin:20px 0}.ept-404{padding-top:70px;padding-bottom:70px}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1042px){.ept-head-row{gap:16px}.ept-brand{flex-basis:260px}.ept-head-email{font-size:13px}.ept-nav-list a,.ept-nav-button{padding-left:12px;padding-right:12px}}
@media(max-width:1024px){:root{--ept-header-height:76px}.admin-bar .ept-site-header{top:32px}.ept-head-row{height:76px}.ept-nav-row{display:none}.ept-head-email{display:none}.ept-mobile-toggle{display:flex}.ept-mobile-panel:not([hidden]){display:block}.ept-search-wrap{max-width:none;flex:1}.ept-site-title a{font-size:17px}.ept-product-grid,.ept-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ept-process{grid-template-columns:repeat(2,minmax(0,1fr))}.ept-proof-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){.admin-bar .ept-site-header{top:46px}}
@media(max-width:768px){.ept-head-row{padding:0 15px;gap:10px}.ept-brand{flex:0 1 auto;min-width:0}.ept-brand .wp-block-site-logo{display:none}.ept-site-title a{font-size:15px}.ept-search-wrap{min-width:0}.ept-search-input{height:42px}.ept-hero{min-height:540px}.ept-hero-inner{width:calc(100% - 30px);padding:58px 0}.ept-hero:after{background:linear-gradient(90deg,rgba(5,13,18,.88),rgba(5,13,18,.58))}.ept-section{padding:54px 0}.ept-section-inner{width:min(100% - 30px,1180px)}.ept-section-title{display:block}.ept-section-title p{margin-top:12px}.ept-product-grid,.ept-card-grid,.ept-app-list{grid-template-columns:1fr}.ept-process{grid-template-columns:1fr 1fr}.ept-rfq-band{display:block;padding:24px}.ept-rfq-band .ept-btn{margin-top:18px}.ept-contact-grid{grid-template-columns:1fr}.ept-form-grid{grid-template-columns:1fr}.ept-site-footer{padding-left:15px;padding-right:15px}.ept-main h2{margin-top:34px}}
@media(max-width:520px){.ept-head-row{justify-content:space-between}.ept-brand{max-width:120px}.ept-search-wrap{position:static;flex:0 1 150px}.ept-search-input{font-size:14px;padding-left:10px}.ept-search-results{left:12px;right:12px;top:70px}.ept-mobile-toggle{padding:0 10px}.ept-mobile-toggle span:last-child{display:none}.ept-hero{min-height:570px}.ept-hero h1{font-size:40px}.ept-proof-rail{grid-template-columns:1fr 1fr}.ept-process{grid-template-columns:1fr}.ept-main p{font-size:16px}.ept-rfq-band{margin-left:auto;margin-right:auto}}
@media(max-width:390px){.ept-site-title a{font-size:14px}.ept-brand{max-width:105px}.ept-search-wrap{flex-basis:140px}.ept-mobile-toggle{width:44px;justify-content:center}.ept-proof-rail div{padding:12px}.ept-hero-inner{width:calc(100% - 26px)}}
.ept-page-hero{width:100%;max-width:none;margin:0;padding:72px max(22px,calc((100% - 1180px)/2));background:linear-gradient(135deg,#eef3f5,#f8fafb);border-bottom:1px solid var(--ept-line)}.ept-page-hero>div{max-width:900px}.ept-page-hero h1{font-size:clamp(40px,5vw,62px);margin:0 0 14px}.ept-page-hero p{max-width:760px;color:#506771}.ept-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:42px;align-items:center}.ept-checks{padding-left:20px}.ept-checks li{margin:9px 0}.ept-btn-ghost{background:transparent;border-color:rgba(255,255,255,.65)}.ept-btn-ghost:hover{background:rgba(255,255,255,.12)}.ept-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;max-width:900px}.ept-proof span{display:inline-flex;align-items:center;padding:9px 12px;border:1px solid rgba(255,255,255,.28);background:rgba(5,13,18,.32);border-radius:5px;font-size:12px;color:#e9f1f4;font-weight:700}.ept-section:not(.ept-section-alt){width:min(1180px,calc(100% - 44px));max-width:1180px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}
@media(max-width:768px){.ept-split{grid-template-columns:1fr}.ept-page-hero{padding:54px 15px}.ept-section:not(.ept-section-alt){width:calc(100% - 30px);padding-left:0;padding-right:0}}

/* V3.0.1 WordPress runtime layout repair */
.wp-site-blocks>.ept-main{margin-block-start:0!important}
.home .ept-main,.page .ept-main{width:100%;max-width:none!important;margin-left:0!important;margin-right:0!important}
.home .ept-main>.wp-block-post-content,.page .ept-main>.wp-block-post-content{width:100%;max-width:none!important;margin:0!important;padding:0}
.is-layout-constrained>.ept-hero,.is-layout-constrained>.ept-page-hero{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}
.ept-grid{display:grid;gap:22px}.ept-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ept-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.ept-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ept-steps article{padding:22px;border:1px solid var(--ept-line);border-radius:10px;background:#f7f9fa}.ept-steps article>span{display:block;margin-bottom:10px;color:var(--ept-accent-dark);font-weight:800}
.ept-numbered{padding-left:24px}.ept-numbered li{margin:12px 0}
@media(max-width:1024px){.ept-grid-4,.ept-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:768px){.ept-grid-3,.ept-grid-4,.ept-steps{grid-template-columns:1fr}.ept-rfq-band{width:calc(100% - 30px)}}
