/*
Theme Name: Philka PSS Industrial Commerce
Theme URI: https://philka.com/
Author: Jean Helou
Description: Professional Elementor-ready WooCommerce theme for PSS – Philka Group, with a client service portal, maintenance requests, parts requests, pre-orders and coming-soon mode.
Version: 4.1.3
Text Domain: philka-pss
Requires at least: 6.4
Requires PHP: 8.0
*/

:root{
  --orange:#ed6a00;
  --orange-dark:#c95100;
  --orange-soft:#fff3e8;
  --ink:#111820;
  --ink-2:#1b2731;
  --navy:#0b1720;
  --steel:#50606c;
  --muted:#6c7881;
  --soft:#f4f6f7;
  --line:#e3e7e9;
  --white:#fff;
  --container:1440px;
  --radius:14px;
  --radius-lg:24px;
  --shadow:0 18px 50px rgba(8,20,29,.10);
  --shadow-soft:0 8px 26px rgba(8,20,29,.07);
  --transition:.28s ease;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.menu-open,body.search-open{overflow:hidden}
a{color:inherit;text-decoration:none;transition:color var(--transition),background var(--transition),border-color var(--transition),transform var(--transition)}
a:hover{color:var(--orange)}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
h1,h2,h3,h4,h5,h6{font-family:"Arial Narrow",Arial,Helvetica,sans-serif;font-weight:900;letter-spacing:-.025em;line-height:1.1;color:var(--ink)}
h1{font-size:clamp(48px,5vw,82px)}
h2{font-size:clamp(36px,3.4vw,58px)}
h3{font-size:23px}
p{margin:0 0 1.25em}
.philka-container{width:min(calc(100% - 56px),var(--container));margin-inline:auto}
.philka-icon{width:22px;height:22px;display:inline-block;vertical-align:middle;flex:none}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px}
.eyebrow:before{content:"";width:32px;height:2px;background:currentColor}
.eyebrow.light{color:#ff9c52}
.philka-section{padding:100px 0}
.philka-section-heading{text-align:center;max-width:850px;margin:0 auto 48px}
.philka-section-heading h2{margin:0 0 14px}
.philka-section-heading p{color:var(--muted);font-size:18px}
.philka-section-heading--split{max-width:none;display:flex;align-items:end;justify-content:space-between;text-align:left;gap:30px}
.philka-section-heading--split>div{max-width:850px}
.philka-center{text-align:center;margin-top:44px}
.philka-cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.philka-btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:13px 24px;border:2px solid var(--orange);border-radius:4px;background:var(--orange);color:#fff!important;font-size:13px;font-weight:900;letter-spacing:.03em;text-transform:uppercase;box-shadow:none!important;transition:all var(--transition)}
.philka-btn:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{background:var(--orange-dark);border-color:var(--orange-dark);color:#fff!important;transform:translateY(-2px)}
.philka-btn--dark{background:var(--ink);border-color:var(--ink)}
.philka-btn--dark:hover{background:#283741;border-color:#283741}
.philka-btn--light{background:#fff;border-color:#fff;color:var(--ink)!important}
.philka-btn--light:hover{background:#f7f7f7;border-color:#f7f7f7;color:var(--orange)!important}
.philka-btn--outline{background:transparent;border-color:rgba(255,255,255,.65);color:#fff!important}
.philka-btn--outline:hover{background:#fff;border-color:#fff;color:var(--ink)!important}
.philka-btn--small{min-height:40px;padding:10px 15px;font-size:11px}
.philka-btn--large{min-height:56px;padding:16px 30px}
.philka-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.philka-text-link .philka-icon{width:18px}
.philka-text-link:hover{gap:13px}

/* Utility bar and header */
.philka-topbar{position:relative;z-index:1002;background:var(--ink);color:#d8dfe4;font-size:12px}
.philka-topbar__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.philka-topbar__tagline{letter-spacing:.02em}
.philka-topbar__links{display:flex;align-items:center;gap:22px}
.philka-topbar__links a{display:flex;align-items:center;gap:7px;color:#d8dfe4}
.philka-topbar__links .philka-icon{width:15px;height:15px}
.philka-topbar__links .hot{background:var(--orange);align-self:stretch;padding:0 16px;color:#fff;font-weight:900}
.philka-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(17,24,32,.08);box-shadow:0 4px 18px rgba(8,20,29,.04);backdrop-filter:blur(12px)}
.admin-bar .philka-header{top:32px}
.philka-header.is-scrolled{box-shadow:0 9px 30px rgba(8,20,29,.11)}
.philka-header-inner{min-height:86px;display:grid;grid-template-columns:210px minmax(0,1fr) auto;align-items:center;gap:28px}
.philka-logo{display:flex;align-items:center}
.philka-logo img{width:178px;max-height:64px;object-fit:contain;object-position:left center}
.philka-nav{height:100%;min-width:0}
.philka-menu{height:100%;display:flex;align-items:stretch;justify-content:center;list-style:none;padding:0;margin:0;gap:2px}
.philka-menu>li{position:relative;display:flex;align-items:center}
.philka-menu>li>a{height:86px;display:flex;align-items:center;padding:0 13px;color:#1d2932;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.035em;white-space:nowrap}
.philka-menu>li.current-menu-item>a,.philka-menu>li.current-menu-ancestor>a,.philka-menu>li:hover>a{color:var(--orange)}
.philka-menu>li>a:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;background:var(--orange);transform:scaleX(0);transform-origin:center;transition:transform var(--transition)}
.philka-menu>li.current-menu-item>a:after,.philka-menu>li.current-menu-ancestor>a:after,.philka-menu>li:hover>a:after{transform:scaleX(1)}
.philka-menu li.menu-item-has-children>a{gap:6px}
.philka-menu li.menu-item-has-children>a:before{content:"";order:2;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);margin-left:2px}
.philka-menu .sub-menu{position:absolute;top:calc(100% - 1px);left:0;min-width:250px;margin:0;padding:12px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);list-style:none;opacity:0;visibility:hidden;transform:translateY(12px);transition:all var(--transition);z-index:1010}
.philka-menu li:hover>.sub-menu,.philka-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.philka-menu .sub-menu li{position:relative}
.philka-menu .sub-menu a{display:flex;justify-content:space-between;padding:10px 12px;border-radius:5px;color:#34424c;font-size:13px;font-weight:700}
.philka-menu .sub-menu a:hover{background:var(--orange-soft);color:var(--orange)}
.philka-menu .sub-menu .sub-menu{top:-13px;left:100%}
.philka-menu>li.philka-mega-menu{position:static}
.philka-menu>li.philka-mega-menu>.sub-menu{left:50%;width:min(1160px,calc(100vw - 60px));transform:translate(-50%,12px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:25px}
.philka-menu>li.philka-mega-menu:hover>.sub-menu,.philka-menu>li.philka-mega-menu:focus-within>.sub-menu{transform:translate(-50%,0)}
.philka-menu>li.philka-mega-menu>.sub-menu>li>a{font-family:"Arial Narrow",Arial,sans-serif;font-size:16px;font-weight:900;color:var(--ink);text-transform:uppercase;border-bottom:1px solid var(--line);border-radius:0;padding:10px 8px}
.philka-menu>li.philka-mega-menu>.sub-menu>li>.sub-menu{position:static;display:block;min-width:0;padding:4px 0;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}
.philka-menu>li.philka-mega-menu>.sub-menu>li>.sub-menu a{padding:6px 8px;font-size:12px;font-weight:600}
.philka-menu>li.philka-brands-menu>.sub-menu{grid-template-columns:repeat(4,1fr);width:min(760px,calc(100vw - 60px))}
.philka-menu>li.philka-brands-menu>.sub-menu>li>a{border:0;text-align:center;justify-content:center;min-height:80px;align-items:center;background:var(--soft)}
.philka-header-actions{display:flex;align-items:center;gap:7px}
.philka-icon-button{position:relative;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--ink);padding:0}
.philka-icon-button:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-soft)}
.philka-cart-count{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}
.philka-header-portal{min-height:40px;display:flex;align-items:center;padding:0 14px;background:var(--orange);color:#fff!important;border-radius:3px;font-size:11px;font-weight:900;text-transform:uppercase;white-space:nowrap}
.philka-header-portal:hover{background:var(--orange-dark)}
.philka-menu-toggle{display:none;width:42px;height:42px;border:0;background:var(--ink);color:#fff;border-radius:4px;padding:10px}
.philka-search-panel{position:fixed;inset:0;z-index:2000;background:rgba(9,17,23,.98);display:grid;place-items:center;color:#fff;opacity:0;visibility:hidden;transition:all var(--transition);padding:60px 0}
.philka-search-panel.is-open{opacity:1;visibility:visible}
.philka-search-panel .philka-container{max-width:980px}
.philka-search-panel h2{color:#fff;margin:0 0 25px;font-size:clamp(42px,6vw,78px)}
.philka-search-close{position:absolute;right:35px;top:35px;width:50px;height:50px;border:1px solid #52606b;background:transparent;color:#fff;border-radius:50%}
.philka-product-search{display:grid;grid-template-columns:1fr auto;gap:10px}
.philka-product-search input[type=search]{height:64px;border:0;background:#fff;color:var(--ink);padding:0 22px;font-size:18px;border-radius:4px}
.philka-product-search .philka-btn{height:64px}
.philka-search-shortcuts{display:flex;gap:25px;flex-wrap:wrap;margin-top:25px}
.philka-search-shortcuts a{color:#cbd3d8;font-weight:700}

/* Full screen slider */
.philka-slider{position:relative;height:calc(100vh - 122px);min-height:680px;overflow:hidden;background:var(--ink)}
.philka-slide{position:absolute;inset:0;background-size:cover;background-position:center;display:flex;align-items:center;opacity:0;visibility:hidden;transform:scale(1.03);transition:opacity .8s ease,visibility .8s ease,transform 7s ease}
.philka-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}
.philka-slide__content{position:relative;z-index:2;color:#fff;padding-top:25px}
.philka-slide__content h1,.philka-slide__content h2{color:#fff;max-width:820px;margin:0 0 22px;text-transform:uppercase;letter-spacing:-.035em}
.philka-slide__content p{max-width:720px;color:#e6ebee;font-size:19px;line-height:1.65;margin-bottom:32px}
.philka-slide__meta{display:flex;flex-wrap:wrap;gap:12px 26px;margin-top:45px;color:#d7dee2;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.philka-slide__meta span{display:flex;align-items:center;gap:9px}
.philka-slide__meta span:before{content:"";width:7px;height:7px;background:var(--orange);border-radius:50%}
.philka-slider-dots{position:absolute;z-index:5;left:50%;bottom:25px;transform:translateX(-50%);display:flex;gap:9px}
.philka-slider-dot{width:36px;height:4px;border:0;background:rgba(255,255,255,.35);padding:0;transition:all var(--transition)}
.philka-slider-dot.is-active{background:var(--orange);width:58px}
.philka-slider-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:52px;height:52px;border:1px solid rgba(255,255,255,.4);background:rgba(9,17,23,.28);color:#fff;font-size:32px;border-radius:50%;display:grid;place-items:center;line-height:1}
.philka-slider-arrow:hover{background:var(--orange);border-color:var(--orange)}
.philka-slider-prev{left:24px}.philka-slider-next{right:24px}

/* Trust bar */
.philka-trustbar{position:relative;z-index:6;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 26px rgba(8,20,29,.05)}
.philka-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.philka-trust-grid article{min-height:112px;display:flex;align-items:center;gap:18px;padding:22px 30px;border-right:1px solid var(--line)}
.philka-trust-grid article:last-child{border-right:0}
.philka-trust-grid .philka-icon{width:35px;height:35px;color:var(--orange)}
.philka-trust-grid strong{display:block;font-size:13px;text-transform:uppercase;margin-bottom:4px}
.philka-trust-grid span{display:block;color:var(--muted);font-size:12px;line-height:1.4}

/* Category cards */
.philka-home-categories{background:#fff}
.philka-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.philka-category-card{overflow:hidden;border:1px solid var(--line);background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-soft);transition:all var(--transition)}
.philka-category-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.philka-category-media{height:210px;background:linear-gradient(145deg,#f7f8f8,#eceff0);display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}
.philka-category-media img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}
.philka-category-card:hover .philka-category-media img{transform:scale(1.06)}
.philka-category-card__body{padding:22px}
.philka-category-card h3{font-size:22px;margin:0 0 12px;text-transform:uppercase}
.philka-category-card ul{list-style:none;margin:0 0 18px;padding:0}
.philka-category-card li{border-bottom:1px solid #edf0f1}
.philka-category-card li:last-child{border:0}
.philka-category-card li a{display:block;padding:6px 0;color:var(--muted);font-size:12px}

/* Product cards */
.philka-featured-products{background:var(--soft)}
.philka-product-carousel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.philka-product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);transition:all var(--transition)}
.philka-product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.philka-product-card__image{height:240px;display:flex;align-items:center;justify-content:center;background:#fff;padding:22px;border-bottom:1px solid var(--line)}
.philka-product-card__image img{width:100%;height:100%;object-fit:contain}
.philka-product-card__body{padding:22px}
.philka-product-card__body>span,.philka-product-brand{display:inline-block;color:var(--orange);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}
.philka-product-card h3{font-size:20px;margin:0 0 14px;min-height:44px}
.philka-product-card__meta{min-height:32px;color:var(--muted);font-size:14px;margin-bottom:18px}
.philka-price-on-request{font-size:13px;color:var(--orange);font-weight:900;text-transform:uppercase}

/* Services section */
.philka-service-section{position:relative;background:linear-gradient(115deg,rgba(8,15,20,.97),rgba(15,27,35,.92)),url('assets/images/img_6282-crop-u648.jpg') center/cover fixed;color:#fff}
.philka-service-feature{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.philka-service-feature__copy h2{color:#fff;margin:0 0 22px}
.philka-service-feature__copy p{color:#d8e0e4;font-size:18px;max-width:680px}
.philka-service-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.philka-service-feature-grid article{min-height:150px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);backdrop-filter:blur(6px);padding:26px;display:flex;flex-direction:column;justify-content:end;border-radius:8px}
.philka-service-feature-grid strong{color:var(--orange);font-size:36px;line-height:1}
.philka-service-feature-grid span{margin-top:10px;color:#e4eaed;font-size:13px;text-transform:uppercase;font-weight:800}

/* Brands */
.philka-brands-section{background:#fff}
.philka-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.philka-brand-card{border:1px solid var(--line);background:#fff;padding:30px;border-radius:var(--radius);box-shadow:var(--shadow-soft);transition:all var(--transition)}
.philka-brand-card:hover{transform:translateY(-6px);border-color:#f1b98d;box-shadow:var(--shadow)}
.philka-brand-logo{height:82px;display:flex;align-items:center;margin-bottom:20px}
.philka-brand-logo img{max-height:65px;max-width:190px;object-fit:contain;object-position:left center}
.philka-brand-card h3{font-size:24px;margin:0 0 12px}
.philka-brand-card p{color:var(--muted);font-size:14px;min-height:92px}

/* Projects */
.philka-projects-home{background:#fafafa}
.philka-project-intro{text-align:center;max-width:850px;margin:0 auto 45px}
.philka-project-intro p{color:var(--muted);font-size:18px}
.philka-project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.philka-project-grid article{position:relative;min-height:210px;background:#fff;border:1px solid var(--line);padding:28px;border-radius:10px;overflow:hidden;box-shadow:var(--shadow-soft)}
.philka-project-grid article:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;background:var(--orange);transform:scaleX(.25);transform-origin:left;transition:transform var(--transition)}
.philka-project-grid article:hover:after{transform:scaleX(1)}
.philka-project-grid article>span{color:var(--orange);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.philka-project-grid h3{font-size:21px;margin:12px 0}
.philka-project-grid p{color:var(--muted);font-size:13px}
.philka-project-grid article>strong{position:absolute;right:18px;bottom:8px;font-size:54px;color:#edf0f1;line-height:1}
.philka-project-banner{min-height:430px;margin-top:60px;background-size:cover;background-position:center;border-radius:var(--radius-lg);display:flex;align-items:center;padding:60px;color:#fff;overflow:hidden}
.philka-project-banner>div{max-width:690px}
.philka-project-banner h2{color:#fff;margin:0 0 18px}
.philka-project-banner p{color:#dce3e7;font-size:18px}

/* Client portal band */
.philka-client-band{background:linear-gradient(110deg,#0a151d,#182733);color:#fff;padding:90px 0}
.philka-client-band>.philka-container{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}
.philka-client-band__copy h2{color:#fff;margin:0 0 20px}
.philka-client-band__copy p{color:#d2dbe0;font-size:17px}
.philka-client-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.philka-client-actions>a{min-height:130px;padding:22px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);display:flex;align-items:center;gap:18px;border-radius:8px}
.philka-client-actions>a:hover{background:var(--orange);border-color:var(--orange);color:#fff}
.philka-client-actions .philka-icon{width:34px;height:34px;color:#ff9950}
.philka-client-actions>a:hover .philka-icon{color:#fff}
.philka-client-actions strong,.philka-client-actions span{display:block}
.philka-client-actions strong{font-size:15px;margin-bottom:4px;text-transform:uppercase}
.philka-client-actions span{color:#c9d2d7;font-size:12px}
.philka-client-actions>a:hover span{color:#fff}

/* News */
.philka-news-home{background:#fff}
.philka-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.philka-news-grid article{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:var(--shadow-soft)}
.philka-news-image{height:250px;display:block;overflow:hidden;background:#e9edef}
.philka-news-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.philka-news-grid article:hover .philka-news-image img{transform:scale(1.06)}
.philka-news-grid article>div{padding:24px}
.philka-news-grid article>div>span{color:var(--orange);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.philka-news-grid h3,.philka-news-grid h2{font-size:23px;margin:10px 0 12px}
.philka-news-grid p{color:var(--muted);font-size:14px}
.philka-news-grid--archive{grid-template-columns:repeat(3,1fr)}

/* Internal page banners */
.philka-page-hero{min-height:430px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;padding:75px 0}
.philka-page-hero .philka-container{position:relative}
.philka-page-hero h1{color:#fff;margin:0 0 16px;max-width:900px;text-transform:uppercase}
.philka-page-hero p{color:#e1e7ea;font-size:18px;max-width:760px}
.philka-breadcrumbs{display:flex;gap:9px;align-items:center;color:#ccd5da;font-size:11px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:24px}
.philka-breadcrumbs a{color:#fff}
.philka-page-content{padding:90px 0;min-height:500px}
.philka-page-content--portal{background:#f3f5f6}
.philka-shop-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.philka-brand-hero-logo{max-width:210px;max-height:75px;background:#fff;padding:13px;border-radius:6px;margin-bottom:25px;object-fit:contain}
.philka-brand-archive-intro{max-width:800px;margin-bottom:35px}

/* About page */
.philka-story{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.philka-story h2{margin:0 0 22px}
.philka-story p{color:#4d5a63;font-size:17px}
.philka-story-media{position:relative}
.philka-story-media>img{width:100%;height:520px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}
.philka-story-badge{position:absolute;left:-35px;bottom:35px;background:var(--orange);color:#fff;padding:23px 30px;box-shadow:var(--shadow);border-radius:6px}
.philka-story-badge strong,.philka-story-badge span{display:block}.philka-story-badge strong{font-size:34px;line-height:1}.philka-story-badge span{font-size:11px;text-transform:uppercase;font-weight:800;margin-top:6px}
.philka-signature{font-family:Georgia,serif;font-style:italic;font-size:24px;margin-top:28px;color:var(--ink)}
.philka-signature small{display:block;font-family:Arial,sans-serif;font-style:normal;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--orange)}
.philka-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:75px 0;background:var(--ink);color:#fff;border-radius:var(--radius);overflow:hidden}
.philka-stats div{padding:35px 28px;text-align:center;border-right:1px solid #33404a}
.philka-stats div:last-child{border-right:0}
.philka-stats strong{display:block;color:var(--orange);font-size:39px;line-height:1}
.philka-stats span{display:block;margin-top:9px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.philka-values{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.philka-values article{padding:28px;border:1px solid var(--line);border-radius:12px;background:#fff}
.philka-values .philka-icon{width:38px;height:38px;color:var(--orange)}
.philka-values h3{margin:18px 0 10px}
.philka-values p{color:var(--muted);font-size:14px}
.philka-split-section{margin-top:75px;display:grid;grid-template-columns:1fr 1fr;align-items:center;background:var(--soft);border-radius:var(--radius-lg);overflow:hidden}
.philka-split-section img{width:100%;height:100%;min-height:500px;object-fit:cover}
.philka-split-section>div{padding:60px}
.philka-split-section h2{margin:0 0 20px}
.philka-split-section p{color:var(--muted);font-size:17px}

/* Services page */
.philka-services-intro{display:grid;grid-template-columns:1fr .65fr;gap:60px;align-items:center;margin-bottom:50px}
.philka-services-intro h2{margin:0 0 20px}
.philka-services-intro p{color:var(--muted);font-size:18px}
.philka-hotline-card{background:var(--ink);color:#fff;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow)}
.philka-hotline-card .philka-icon{width:42px;height:42px;color:var(--orange);margin-bottom:15px}
.philka-hotline-card strong,.philka-hotline-card a,.philka-hotline-card span{display:block}
.philka-hotline-card strong{text-transform:uppercase;font-size:12px;letter-spacing:.08em}
.philka-hotline-card a{color:var(--orange);font-size:32px;font-weight:900;line-height:1.2;margin:8px 0}
.philka-hotline-card span{color:#cbd4d9;font-size:13px}
.philka-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.philka-service-grid article{padding:30px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-soft)}
.philka-service-grid .philka-icon{width:38px;height:38px;color:var(--orange)}
.philka-service-grid h3{margin:18px 0 10px}
.philka-service-grid p{color:var(--muted);font-size:14px}
.philka-service-process{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:70px 0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.philka-service-process>div{padding:30px;border-right:1px solid var(--line)}
.philka-service-process>div:last-child{border:0}
.philka-service-process span{font-size:30px;color:var(--orange);font-weight:900}
.philka-service-process h3{font-size:19px;margin:10px 0}
.philka-service-process p{color:var(--muted);font-size:13px}
.philka-service-cta{background:linear-gradient(100deg,var(--orange),#f18b3a);color:#fff;padding:42px;border-radius:var(--radius);display:flex;justify-content:space-between;align-items:center;gap:30px}
.philka-service-cta h2{color:#fff;font-size:38px;margin:0}.philka-service-cta .philka-btn{background:var(--ink);border-color:var(--ink)}

/* Contact */
.philka-contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px}
.philka-contact-layout h2{margin:0 0 16px}
.philka-contact-layout>div>p{color:var(--muted);font-size:17px}
.philka-contact-list{list-style:none;padding:0;margin:28px 0}
.philka-contact-list li{display:flex;gap:17px;padding:15px 0;border-bottom:1px solid var(--line)}
.philka-contact-list .philka-icon{color:var(--orange);margin-top:3px}
.philka-contact-list strong{display:block;color:var(--orange);font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.philka-contact-list .emergency{background:var(--orange-soft);padding:17px;border:0;border-radius:7px;margin-top:14px}
.philka-contact-list .emergency a{font-size:22px;font-weight:900;color:var(--orange)}
.philka-careers{background:var(--soft);padding:24px;border-left:4px solid var(--orange);margin-top:30px}
.philka-careers h3{margin:0 0 10px}.philka-careers p{font-size:13px;color:var(--muted)}.philka-careers a{font-weight:800;color:var(--orange)}
.philka-contact-card{padding:38px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}
.philka-contact-card h3{font-size:30px;margin-top:0}
.philka-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.philka-contact-form label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:800}
.philka-contact-form label:nth-last-of-type(1),.philka-contact-form label:nth-last-of-type(2){grid-column:1/-1}
.philka-contact-form input,.philka-contact-form textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:5px;background:#fafbfb}
.philka-contact-form input:focus,.philka-contact-form textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(237,106,0,.10)}
.philka-map-placeholder{min-height:370px;margin-top:65px;border-radius:var(--radius);background:linear-gradient(90deg,rgba(8,15,20,.88),rgba(8,15,20,.30)),url('assets/images/img_6291-crop-u646.jpg') center/cover;display:flex;align-items:center;padding:50px;color:#fff}
.philka-map-placeholder h2{color:#fff;margin:0 0 12px}
.philka-map-placeholder p{color:#dbe2e6;max-width:560px}

/* Request forms and portal */
.philka-login-panel{display:grid;grid-template-columns:1fr 500px;background:linear-gradient(110deg,rgba(6,12,17,.95),rgba(6,12,17,.62)),url('assets/images/img_6282-crop-u648.jpg') center/cover;border-radius:var(--radius-lg);overflow:hidden;min-height:670px;color:#fff;box-shadow:var(--shadow)}
.philka-login-copy{padding:70px}
.philka-login-copy h2{color:#fff;font-size:54px;margin:0 0 22px}
.philka-login-copy p{color:#d7e0e4;font-size:18px}
.login-benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:30px 0}
.login-benefits span{padding:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:7px;display:flex;gap:9px;align-items:center;font-size:13px}
.login-benefits .philka-icon{color:#ff9950}
.philka-hotline-link{display:flex;align-items:center;gap:9px;color:var(--orange);font-size:16px;font-weight:900;margin-top:18px}
.philka-auth-card{background:#fff;color:var(--ink);padding:45px;align-self:center;margin:35px;border-radius:var(--radius)}
.philka-auth-card h3{font-size:28px}
.philka-auth-card .woocommerce{font-size:14px}
.philka-auth-card .woocommerce-form-row{width:100%!important;float:none!important}
.philka-auth-card input{width:100%;padding:13px;border:1px solid var(--line);border-radius:5px}
.philka-portal-shell{display:grid;grid-template-columns:260px 1fr;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;min-height:720px;box-shadow:var(--shadow)}
.philka-portal-nav{background:#111a21;color:#fff;padding:26px 18px;display:flex;flex-direction:column;gap:5px}
.philka-portal-nav img{width:145px;max-height:65px;object-fit:contain;object-position:left;margin:0 10px 26px}
.philka-portal-nav>span{color:#83929d;font-size:10px;text-transform:uppercase;letter-spacing:.1em;padding:0 10px}
.philka-portal-nav>strong{padding:0 10px;margin-bottom:17px}
.philka-portal-nav a{padding:12px;border-radius:5px;color:#d6dee3;font-size:13px;font-weight:700}
.philka-portal-nav a:hover,.philka-portal-nav a.active{background:var(--orange);color:#fff}
.philka-portal-main{background:#f4f6f7;padding:40px}
.philka-portal-welcome{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:25px}
.philka-portal-welcome h2{font-size:38px;margin:4px 0 7px}
.philka-portal-welcome p{color:var(--muted)}
.philka-dashboard-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.philka-dashboard-cards>div{background:#fff;border:1px solid var(--line);border-radius:9px;padding:22px;box-shadow:var(--shadow-soft)}
.philka-dashboard-cards strong{display:block;font-size:34px;color:var(--orange)}
.philka-dashboard-cards span{font-size:11px;text-transform:uppercase;font-weight:800}
.philka-quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0 32px}
.philka-quick-actions a{background:#fff;border:1px solid var(--line);padding:17px;border-radius:8px;font-weight:800;display:flex;flex-direction:column;gap:9px}
.philka-quick-actions .philka-icon{color:var(--orange)}
.philka-portal-section-title{display:flex;align-items:center;justify-content:space-between}.philka-portal-section-title h3{font-size:20px}.philka-portal-section-title a{font-size:12px;color:var(--orange);font-weight:800}
.philka-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:9px;background:#fff}
.philka-table{width:100%;border-collapse:collapse;min-width:760px}
.philka-table th,.philka-table td{padding:14px;text-align:left;border-bottom:1px solid var(--line);font-size:13px}
.philka-table th{background:#f8f9f9;text-transform:uppercase;font-size:10px;letter-spacing:.06em}
.philka-status{display:inline-block;padding:5px 10px;border-radius:99px;background:#fff0e3;color:#9d470d;font-size:11px;font-weight:900}
.philka-request-layout{display:grid;grid-template-columns:390px 1fr;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}
.philka-request-aside{background:linear-gradient(145deg,#111a21,#1b2a35);color:#fff;padding:46px}
.philka-request-aside h2{color:#fff;margin:0 0 18px}.philka-request-aside p{color:#cdd6db}.philka-request-aside ul{padding-left:18px;color:#dde4e8}.philka-request-aside li{margin:9px 0}
.philka-request-form{padding:45px;background:#fff}
.philka-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.philka-field{display:flex;flex-direction:column;gap:7px}
.philka-field--full{grid-column:1/-1}
.philka-field label{font-size:12px;font-weight:900;color:#34424c}
.philka-field label small{font-weight:500;color:var(--muted)}
.philka-field input,.philka-field textarea,.philka-field select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:5px;background:#fafbfb}
.philka-field input:focus,.philka-field textarea:focus,.philka-field select:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(237,106,0,.10)}
.philka-notice{padding:16px 20px;border-radius:7px;background:#fff2e7;margin-bottom:24px;border-left:4px solid var(--orange)}
.philka-notice--success{background:#edf8ee;color:#276a31;border-color:#3e9c4c}

/* WooCommerce */
.philka-shop-content{background:#f6f7f7}
.woocommerce .woocommerce-breadcrumb{font-size:12px;color:var(--muted);margin-bottom:28px}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:28px}
.woocommerce .woocommerce-ordering select{padding:11px 35px 11px 13px;border:1px solid var(--line);background:#fff;border-radius:4px}
.philka-shop-filterbar{clear:both;margin:0 0 30px;background:#fff;border:1px solid var(--line);padding:22px;border-radius:10px;box-shadow:var(--shadow-soft)}
.philka-shop-filtergroup{display:grid;grid-template-columns:110px 1fr;gap:15px;align-items:start;margin-bottom:14px}.philka-shop-filtergroup:last-child{margin-bottom:0}.philka-shop-filtergroup>strong{font-size:11px;text-transform:uppercase;color:var(--orange);padding-top:7px}.philka-filter-pills{display:flex;gap:7px;flex-wrap:wrap}.philka-filter-pills a{padding:6px 10px;background:#f1f3f4;border-radius:3px;font-size:11px;font-weight:700}.philka-filter-pills a:hover{background:var(--orange);color:#fff}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;clear:both}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;border:1px solid var(--line);border-radius:var(--radius);padding:0;background:#fff;box-shadow:var(--shadow-soft);overflow:hidden;transition:all var(--transition)}
.woocommerce ul.products li.product:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.woocommerce ul.products li.product a img{width:100%;height:250px;object-fit:contain;margin:0!important;padding:25px;border-bottom:1px solid var(--line);background:#fff}
.woocommerce ul.products li.product .philka-product-brand{margin:20px 20px 0}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:20px;color:var(--ink);padding:8px 20px 0!important;min-height:55px}
.woocommerce ul.products li.product .price{padding:0 20px;display:block;color:var(--orange)!important;font-weight:900}
.woocommerce ul.products li.product .button{margin:18px 20px 20px!important;width:calc(100% - 40px)}
.philka-product-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:18px 20px 20px}
.woocommerce ul.products li.product .philka-product-card-actions .button{width:auto;margin:0!important;padding:10px 8px;font-size:10px;min-height:42px}
.woocommerce ul.products li.product .philka-view-product{background:var(--ink);border-color:var(--ink)}
.woocommerce nav.woocommerce-pagination ul{border:0}.woocommerce nav.woocommerce-pagination ul li{border:0;margin:3px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:38px;height:38px;display:grid;place-items:center;background:#fff;border:1px solid var(--line)}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--orange);color:#fff;border-color:var(--orange)}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:70px;align-items:start}
.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important;margin:0!important}
.woocommerce div.product div.images{background:#fff;border:1px solid var(--line);padding:25px;border-radius:var(--radius);box-shadow:var(--shadow-soft)}
.woocommerce div.product .product_title{font-size:46px;line-height:1.05;margin:0 0 14px}
.woocommerce div.product .price{color:var(--orange);font-size:20px;font-weight:900}
.woocommerce div.product .woocommerce-product-details__short-description{color:var(--muted);font-size:16px}
.philka-product-summary-meta{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:7px;margin:20px 0;overflow:hidden}
.philka-product-summary-meta>div{padding:13px;border-right:1px solid var(--line)}.philka-product-summary-meta>div:last-child{border:0}.philka-product-summary-meta span,.philka-product-summary-meta strong{display:block}.philka-product-summary-meta span{font-size:9px;color:var(--orange);text-transform:uppercase;font-weight:900}.philka-product-summary-meta strong{font-size:12px;margin-top:4px}
.philka-single-actions{display:flex;gap:9px;flex-wrap:wrap;margin:22px 0}
.philka-product-support-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:25px}
.philka-product-support-strip>div{display:flex;gap:9px;align-items:flex-start;padding:13px;background:var(--soft);border-radius:6px}.philka-product-support-strip .philka-icon{color:var(--orange)}.philka-product-support-strip span,.philka-product-support-strip strong{display:block}.philka-product-support-strip strong{font-size:11px}.philka-product-support-strip span{font-size:10px;color:var(--muted)}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:45px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-color:var(--line)!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-color:var(--line)!important;background:#f5f6f6!important;border-radius:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff!important}.woocommerce div.product .woocommerce-tabs .panel{padding:25px 0}
.philka-product-description>h2{font-size:34px}.philka-product-description p{color:var(--muted)}
.philka-product-spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:25px 0}.philka-product-spec-grid>div{padding:18px;background:var(--soft);border-left:3px solid var(--orange)}.philka-product-spec-grid strong,.philka-product-spec-grid span{display:block}.philka-product-spec-grid strong{font-size:10px;color:var(--orange);text-transform:uppercase}.philka-product-spec-grid span{font-size:13px;margin-top:4px}
.woocommerce table.shop_table{border-color:var(--line);border-radius:8px}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:15px}.woocommerce-cart table.cart img{width:85px}.woocommerce .cart-collaterals .cart_totals,.woocommerce-checkout-review-order,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{background:#fff;border:1px solid var(--line);padding:25px;border-radius:8px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{padding:12px;border:1px solid var(--line);min-height:46px;border-radius:4px}.woocommerce-account .woocommerce-MyAccount-navigation{width:24%}.woocommerce-account .woocommerce-MyAccount-content{width:72%;background:#fff;border:1px solid var(--line);padding:28px;border-radius:8px}.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;background:var(--ink)}.woocommerce-MyAccount-navigation li a{display:block;padding:13px 16px;color:#fff;border-bottom:1px solid #2a3740}.woocommerce-MyAccount-navigation li.is-active a,.woocommerce-MyAccount-navigation li a:hover{background:var(--orange)}
.woocommerce-message,.woocommerce-info{border-top-color:var(--orange);background:#fff}.woocommerce-message:before,.woocommerce-info:before{color:var(--orange)}

/* Footer */
.philka-footer-cta{background:var(--orange);color:#fff;padding:48px 0}
.philka-footer-cta .philka-container{display:flex;align-items:center;justify-content:space-between;gap:30px}
.philka-footer-cta h2{color:#fff;margin:0 0 8px;font-size:42px}.philka-footer-cta p{margin:0;color:#fff4ec}.philka-footer-cta .philka-container>div:last-child{display:flex;gap:10px;flex-wrap:wrap}
.philka-footer{background:#0b151d;color:#fff;padding-top:68px}
.philka-footer-grid{display:grid;grid-template-columns:1.35fr .75fr .9fr 1fr 1.15fr;gap:42px}
.philka-footer-about img{width:180px;max-height:70px;object-fit:contain;object-position:left;margin-bottom:22px}
.philka-footer p,.philka-footer li,.philka-footer a{color:#bac5cc;font-size:13px}
.philka-footer h3{color:#fff;text-transform:uppercase;font-size:12px;letter-spacing:.09em;margin:0 0 18px}
.philka-footer ul{list-style:none;padding:0;margin:0}.philka-footer li{margin:7px 0}
.philka-footer-badges{display:flex;gap:8px;flex-wrap:wrap}.philka-footer-badges span{border:1px solid #34434e;padding:6px 9px;font-size:9px;text-transform:uppercase;color:#d3dce1}
.philka-footer-contact p{margin-bottom:13px}.philka-footer-contact strong{display:block;color:#ff9c52;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.philka-footer-contact .footer-hot{padding:12px;background:#14222c;border-left:3px solid var(--orange)}.philka-footer-contact .footer-hot a{font-size:17px;color:#ff9c52;font-weight:900}
.philka-footer-brands{border-top:1px solid #27343e;margin-top:45px;padding:28px 0;display:flex;align-items:center;justify-content:center;gap:55px}.philka-footer-brands img{max-width:150px;max-height:42px;object-fit:contain;filter:grayscale(1) brightness(2.5);opacity:.78}
.philka-footer-bottom{border-top:1px solid #27343e}.philka-footer-bottom .philka-container{min-height:62px;display:flex;align-items:center;justify-content:space-between;color:#8f9ca5;font-size:11px}

/* Coming soon */
.philka-coming-soon{min-height:100vh;background-size:cover;background-position:center;color:#fff;display:grid;place-items:center;text-align:center;padding:30px}
.philka-coming-soon>div{max-width:850px}.philka-coming-soon img{width:min(390px,80vw);margin:0 auto 30px}.philka-coming-soon h1{color:#fff;font-size:clamp(48px,7vw,88px);line-height:1;margin:12px 0 25px}.philka-coming-soon p{font-size:18px;color:#dce3e7}
.philka-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:65px}.philka-article{font-size:18px}.philka-article p{color:#44515b}.philka-article-sidebar{position:sticky;top:125px;background:var(--ink);color:#fff;padding:30px;border-radius:10px;align-self:start}.philka-article-sidebar h3{color:#fff}.philka-article-sidebar p{color:#cbd4d9}

/* Elementor integration */
.elementor-page .philka-page-content>.philka-container{width:100%;max-width:none}
.elementor-page .philka-page-content{padding:0}
.elementor-widget-container .philka-category-grid,.elementor-widget-container .philka-brand-grid,.elementor-widget-container .philka-product-carousel{width:100%}

/* Responsive */
@media(max-width:1280px){
  .philka-container{width:min(calc(100% - 40px),var(--container))}
  .philka-header-inner{grid-template-columns:180px 1fr auto;gap:15px}.philka-logo img{width:160px}.philka-menu>li>a{padding:0 9px;font-size:11px}.philka-header-portal{display:none}
  .philka-category-grid,.philka-product-carousel,.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}
  .philka-footer-grid{grid-template-columns:1.35fr repeat(2,1fr);}.philka-footer-grid>div:nth-child(4),.philka-footer-grid>div:nth-child(5){margin-top:15px}
}
@media(max-width:1050px){
  .philka-topbar__tagline,.philka-topbar__links>a:first-child{display:none}.philka-topbar__inner{justify-content:flex-end}
  .philka-header-inner{grid-template-columns:170px 1fr auto;min-height:76px}.philka-menu-toggle{display:grid;place-items:center}.philka-header-actions .philka-icon-button:nth-child(2){display:none}
  .philka-nav{position:fixed;top:112px;left:0;right:0;bottom:0;background:#fff;padding:20px;overflow:auto;opacity:0;visibility:hidden;transform:translateX(100%);transition:all var(--transition)}.admin-bar .philka-nav{top:144px}.philka-nav.is-open{opacity:1;visibility:visible;transform:translateX(0)}
  .philka-menu{height:auto;display:block}.philka-menu>li{display:block;border-bottom:1px solid var(--line)}.philka-menu>li>a{height:auto;padding:15px 10px;font-size:14px}.philka-menu>li>a:after{display:none}
  .philka-menu .sub-menu,.philka-menu>li.philka-mega-menu>.sub-menu{position:static;width:auto;min-width:0;display:none;grid-template-columns:1fr;margin:0;padding:0 0 12px 20px;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none!important}.philka-menu li.is-open>.sub-menu{display:block}.philka-menu .sub-menu .sub-menu,.philka-menu>li.philka-mega-menu>.sub-menu>li>.sub-menu{display:none;padding-left:15px}.philka-menu .sub-menu li.is-open>.sub-menu,.philka-menu>li.philka-mega-menu>.sub-menu>li.is-open>.sub-menu{display:block}.philka-menu>li.philka-mega-menu>.sub-menu>li>a{font-size:14px}.philka-menu li.menu-item-has-children>a{padding-right:45px}.philka-menu li.menu-item-has-children>a:before{position:absolute;right:17px;top:21px}
  .philka-slider{height:760px;min-height:0}.philka-slide__content{padding-inline:45px}.philka-slide__content h1,.philka-slide__content h2{font-size:58px;max-width:700px}.philka-slider-arrow{display:none}
  .philka-trust-grid{grid-template-columns:1fr 1fr}.philka-trust-grid article:nth-child(2){border-right:0}.philka-trust-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .philka-category-grid,.philka-product-carousel,.philka-brand-grid,.philka-project-grid,.philka-news-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}
  .philka-service-feature,.philka-client-band>.philka-container,.philka-story,.philka-services-intro,.philka-contact-layout,.philka-split-section{grid-template-columns:1fr}
  .philka-story-media{max-width:780px}.philka-story-badge{left:25px}.philka-split-section img{min-height:360px}
  .philka-values,.philka-service-process{grid-template-columns:repeat(2,1fr)}.philka-service-process>div:nth-child(2){border-right:0}.philka-service-process>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .philka-service-grid{grid-template-columns:repeat(2,1fr)}
  .philka-login-panel{grid-template-columns:1fr}.philka-auth-card{margin-top:0}.philka-request-layout{grid-template-columns:1fr}.philka-request-aside{padding:40px}.philka-portal-shell{grid-template-columns:220px 1fr}.philka-dashboard-cards,.philka-quick-actions{grid-template-columns:1fr 1fr}
  .woocommerce div.product{grid-template-columns:1fr;gap:40px}.woocommerce div.product .woocommerce-tabs{grid-column:auto}.philka-product-spec-grid{grid-template-columns:1fr 1fr}
  .philka-footer-grid{grid-template-columns:repeat(2,1fr)}
  .philka-article-layout{grid-template-columns:1fr}.philka-article-sidebar{position:static}
}
@media(max-width:782px){.admin-bar .philka-header{top:46px}.admin-bar .philka-nav{top:158px}}
@media(max-width:700px){
  .philka-container{width:min(calc(100% - 26px),var(--container))}.philka-section{padding:65px 0}
  .philka-topbar__links{width:100%;justify-content:center}.philka-topbar__links>a:not(.hot){display:none}.philka-topbar__links .hot{padding:0 12px;min-height:34px;align-items:center}
  .philka-header-inner{grid-template-columns:135px 1fr auto;min-height:70px}.philka-logo img{width:125px}.philka-header-actions{gap:4px}.philka-header-actions .philka-search-toggle{display:none}.philka-cart-link{width:38px;height:38px}.philka-menu-toggle{width:38px;height:38px}.philka-nav{top:104px}.admin-bar .philka-nav{top:150px}
  .philka-slider{height:690px}.philka-slide{background-position:62% center}.philka-slide__content{padding-inline:0;padding-top:15px}.philka-slide__content h1,.philka-slide__content h2{font-size:42px}.philka-slide__content p{font-size:16px}.philka-slide__meta{gap:9px 14px;margin-top:28px}.philka-slide__meta span{font-size:9px}.philka-slider-dots{bottom:17px}
  .philka-trust-grid,.philka-category-grid,.philka-product-carousel,.philka-brand-grid,.philka-project-grid,.philka-news-grid,.philka-values,.philka-service-grid,.philka-service-process,.philka-client-actions,.philka-footer-grid,.woocommerce ul.products{grid-template-columns:1fr}
  .philka-trust-grid article{border-right:0;border-bottom:1px solid var(--line)!important}.philka-trust-grid article:last-child{border-bottom:0!important}
  .philka-section-heading--split{display:block;text-align:center}.philka-section-heading--split .philka-text-link{margin-top:15px}
  .philka-category-media{height:235px}.philka-product-card__image{height:260px}.philka-brand-card p{min-height:0}
  .philka-service-feature-grid{grid-template-columns:1fr}.philka-service-feature{gap:35px}.philka-service-feature-grid article{min-height:120px}
  .philka-project-banner{padding:35px 25px;min-height:470px}.philka-client-band{padding:65px 0}.philka-client-band>.philka-container{gap:35px}
  .philka-page-hero{min-height:350px;padding:55px 0}.philka-page-hero h1{font-size:43px}.philka-page-hero p{font-size:15px}.philka-page-content{padding:60px 0}
  .philka-story-media>img{height:390px}.philka-story-badge{left:14px;bottom:14px}.philka-stats{grid-template-columns:1fr 1fr;margin:50px 0}.philka-stats div{border-right:0;border-bottom:1px solid #33404a}.philka-stats div:nth-child(odd){border-right:1px solid #33404a}.philka-split-section>div{padding:35px 25px}
  .philka-service-process>div{border-right:0;border-bottom:1px solid var(--line)}.philka-service-process>div:last-child{border-bottom:0}.philka-service-cta{display:block;padding:30px}.philka-service-cta h2{font-size:31px;margin-bottom:20px}
  .philka-contact-form,.philka-form-grid{grid-template-columns:1fr}.philka-contact-form label{grid-column:1/-1}.philka-contact-card{padding:25px}.philka-map-placeholder{padding:30px}
  .philka-login-copy{padding:35px 25px}.philka-login-copy h2{font-size:40px}.login-benefits{grid-template-columns:1fr}.philka-auth-card{margin:20px;padding:25px}.philka-portal-shell{grid-template-columns:1fr}.philka-portal-nav{flex-direction:row;overflow:auto;align-items:center;padding:12px}.philka-portal-nav img,.philka-portal-nav>span,.philka-portal-nav>strong{display:none}.philka-portal-nav a{white-space:nowrap;background:#1e2b35}.philka-portal-main{padding:22px 12px}.philka-portal-welcome{display:block}.philka-portal-welcome .philka-btn{margin-top:12px}.philka-dashboard-cards,.philka-quick-actions{grid-template-columns:1fr 1fr}.philka-request-aside,.philka-request-form{padding:28px 20px}
  .philka-shop-filtergroup{grid-template-columns:1fr}.woocommerce ul.products li.product a img{height:270px}.woocommerce div.product .product_title{font-size:36px}.philka-product-summary-meta,.philka-product-support-strip,.philka-product-spec-grid{grid-template-columns:1fr}.philka-product-summary-meta>div{border-right:0;border-bottom:1px solid var(--line)}.philka-product-summary-meta>div:last-child{border-bottom:0}.philka-product-card-actions{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:20px}
  .philka-footer-cta .philka-container{display:block}.philka-footer-cta h2{font-size:34px}.philka-footer-cta .philka-container>div:last-child{margin-top:20px}.philka-footer-brands{gap:20px;flex-wrap:wrap}.philka-footer-brands img{max-width:100px}.philka-footer-bottom .philka-container{display:block;text-align:center;padding:18px 0}.philka-footer-bottom span{display:block;margin:5px 0}
  .philka-product-search{grid-template-columns:1fr}.philka-search-panel h2{font-size:44px}.philka-search-close{right:15px;top:15px}
}
.philka-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}


/* ===== Philka v4 settings, compact navigation and managed content ===== */
body{font-family:var(--philka-body-font,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif);font-size:var(--philka-body-size,16px);line-height:var(--philka-body-line,1.65);font-weight:var(--philka-body-weight,400)}
h1,h2,h3,h4,h5,h6{font-family:var(--philka-heading-font,"Arial Narrow",Arial,Helvetica,sans-serif);font-weight:var(--philka-heading-weight,900);line-height:var(--philka-heading-line,.98);letter-spacing:var(--philka-heading-spacing,-.025em)}
h1{font-size:clamp(40px,5vw,var(--philka-h1-size,72px))}h2{font-size:clamp(30px,3.4vw,var(--philka-h2-size,52px))}h3{font-size:var(--philka-h3-size,23px)}
.philka-btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{font-size:var(--philka-button-size,12px);font-weight:var(--philka-button-weight,900)}
.philka-topbar{font-size:11px}.philka-topbar__inner{min-height:31px}.philka-topbar__tagline{max-width:48%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .2s ease}.philka-topbar__links .hot{padding-inline:13px}

@media(min-width:1051px){
  .philka-header-inner{min-height:70px;grid-template-columns:158px minmax(0,1fr) auto;gap:14px}
  .philka-logo img{width:138px;max-height:49px}
  .philka-menu{gap:0}
  .philka-menu>li>a{height:70px;padding:0 8px;font-size:var(--philka-menu-size,11px);font-weight:var(--philka-menu-weight,700);letter-spacing:var(--philka-menu-spacing,.025em)}
  .philka-menu>li>a:after{left:8px;right:8px;height:2px}
  .philka-header-actions{gap:5px}.philka-icon-button{width:36px;height:36px}.philka-icon-button .philka-icon{width:19px;height:19px}
  .philka-header-portal{min-height:36px;padding:0 11px;font-size:10px}
  .philka-slider{height:calc(100vh - 101px)}

  /* Desktop submenus are closed unless the pointer is actually over the parent. */
  .philka-menu .sub-menu{pointer-events:none;opacity:0;visibility:hidden;transform:translateY(10px)}
  .philka-menu li:focus-within>.sub-menu{pointer-events:none;opacity:0;visibility:hidden;transform:translateY(10px)}
  .philka-menu li:hover>.sub-menu,.philka-menu li.is-mega-open>.sub-menu{pointer-events:auto;opacity:1;visibility:visible;transform:translateY(0)}
  .philka-menu>li.philka-mega-menu>.sub-menu{width:min(1240px,calc(100vw - 44px));grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;padding:18px;max-height:calc(100vh - 115px);overflow:auto;transform:translate(-50%,10px)}
  .philka-menu>li.philka-mega-menu:focus-within>.sub-menu{pointer-events:none;opacity:0;visibility:hidden;transform:translate(-50%,10px)}
  .philka-menu>li.philka-mega-menu:hover>.sub-menu,.philka-menu>li.philka-mega-menu.is-mega-open>.sub-menu{pointer-events:auto;opacity:1;visibility:visible;transform:translate(-50%,0)}
  .philka-menu>li.philka-mega-menu>.sub-menu>li>a{font-size:14px;padding:8px 7px}
  .philka-menu>li.philka-mega-menu>.sub-menu>li>.sub-menu{pointer-events:auto;opacity:1;visibility:visible}
  .philka-menu>li.philka-mega-menu>.sub-menu>li>.sub-menu a{padding:5px 7px;font-size:11px}
  .philka-menu>li.philka-brands-menu>.sub-menu{grid-template-columns:repeat(4,1fr);width:min(720px,calc(100vw - 44px));overflow:visible}
}

.philka-project-logo-grid{align-items:stretch}
.philka-project-grid .philka-project-logo-card{display:flex;flex-direction:column;min-height:330px;padding:22px;background:#fff}
.philka-project-logo-wrap{height:112px;border:1px solid #edf0f1;background:#fff;border-radius:7px;display:flex;align-items:center;justify-content:center;padding:16px;margin-bottom:20px}
.philka-project-logo-wrap img{width:100%;height:100%;object-fit:contain}
.philka-project-logo-wrap>strong{font-family:var(--philka-heading-font);font-size:22px;text-align:center;color:var(--ink)}
.philka-project-logo-card h3{margin:9px 0 10px}.philka-project-logo-card p{flex:1;margin-bottom:12px}.philka-project-logo-card small{display:block;border-top:1px solid var(--line);padding-top:10px;color:var(--orange);font-size:11px;font-weight:900;text-transform:uppercase}
.philka-project-single-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:70px;align-items:start}.philka-project-single-layout aside{position:sticky;top:105px}.philka-project-single-logo{width:100%;height:190px;object-fit:contain;border:1px solid var(--line);border-radius:10px;padding:25px;background:#fff;box-shadow:var(--shadow-soft)}
.philka-project-facts{margin-top:18px;border:1px solid var(--line);border-radius:8px;overflow:hidden}.philka-project-facts>div{padding:15px 18px;border-bottom:1px solid var(--line)}.philka-project-facts>div:last-child{border-bottom:0}.philka-project-facts span,.philka-project-facts strong{display:block}.philka-project-facts span{font-size:9px;color:var(--orange);font-weight:900;text-transform:uppercase}.philka-project-facts strong{font-size:13px;margin-top:3px}

.philka-client-profile-card{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden;margin:22px 0}.philka-client-profile-card>div{background:#fff;padding:17px}.philka-client-profile-card span,.philka-client-profile-card strong,.philka-client-profile-card small{display:block}.philka-client-profile-card span{font-size:9px;color:var(--orange);font-weight:900;text-transform:uppercase}.philka-client-profile-card strong{font-size:13px;margin-top:4px}.philka-client-profile-card small{font-size:11px;color:var(--muted);margin-top:3px}.philka-client-profile-card>a{position:absolute;right:10px;top:8px;color:var(--orange);font-size:10px;font-weight:900;text-transform:uppercase}
.philka-request-profile{padding:16px;margin:20px 0;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:6px}.philka-request-profile strong,.philka-request-profile span{display:block}.philka-request-profile span{color:#c9d2d7;font-size:12px;margin-top:3px}
.philka-registration-fields{margin:14px 0 20px;padding:18px;background:#f6f7f8;border:1px solid var(--line);border-radius:6px}.philka-account-company-fields{margin:24px 0;padding:22px;border:1px solid var(--line);border-radius:6px}.philka-account-company-fields legend{padding:0 8px;font-weight:900;color:var(--orange)}
.philka-coming-soon-note{font-size:13px!important;margin-top:28px!important}
.philka-elementor-page{min-height:400px;overflow:hidden}.elementor-page .philka-elementor-page>.elementor{width:100%}

@media(max-width:1050px){.philka-topbar__tagline{max-width:none}.philka-project-single-layout{grid-template-columns:1fr}.philka-project-single-layout aside{position:static}.philka-client-profile-card{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.philka-client-profile-card{grid-template-columns:1fr}.philka-project-grid .philka-project-logo-card{min-height:0}.philka-project-logo-wrap{height:105px}.philka-coming-soon h1{font-size:clamp(39px,12vw,64px)}}

/* ========================================================================
   Philka v4.1 — visual refinement, robust mobile navigation and responsive UI
   ======================================================================== */
:root{
  --orange-glow:rgba(237,106,0,.14);
  --surface:#ffffff;
  --surface-soft:#f7f8f9;
  --shadow-card:0 12px 35px rgba(8,20,29,.075);
  --shadow-card-hover:0 22px 55px rgba(8,20,29,.14);
}
html{overflow-x:hidden;scroll-padding-top:105px}
body{overflow-x:hidden;background:var(--surface);text-rendering:optimizeLegibility}
::selection{background:var(--orange);color:#fff}
:focus-visible{outline:3px solid rgba(237,106,0,.36);outline-offset:3px}
.philka-mobile-nav-header,.philka-mobile-nav-tools,.philka-mobile-nav-label,.philka-mobile-nav-footer,.philka-nav-backdrop,.philka-submenu-toggle{display:none}

/* Cleaner global rhythm and more premium cards. */
.philka-section{position:relative}
.philka-home-categories,.philka-projects-home{background:
  radial-gradient(circle at 8% 8%,rgba(237,106,0,.055),transparent 28%),
  linear-gradient(180deg,#fbfcfc 0%,#f5f7f8 100%)}
.philka-featured-products{background:#fff}
.philka-brands-section{background:linear-gradient(180deg,#fff 0%,#fafbfb 100%)}
.philka-category-card,.philka-brand-card,.philka-news-grid article,.woocommerce ul.products li.product,.philka-service-grid article,.philka-values article,.philka-project-grid article{box-shadow:var(--shadow-card)}
.philka-category-card,.philka-brand-card,.philka-news-grid article,.woocommerce ul.products li.product{border-color:rgba(17,24,32,.085)}
.philka-category-media,.philka-product-card__image{background:
  radial-gradient(circle at 50% 35%,#fff 0%,#f3f5f6 62%,#eaedef 100%)}
.philka-section-heading h2{max-width:920px;margin-inline:auto}
.philka-section-heading--split h2{margin-inline:0}
.philka-page-content{background:linear-gradient(180deg,#fff 0%,#fbfcfc 100%)}
.philka-page-hero,.philka-shop-hero,.philka-article-hero{position:relative;isolation:isolate;background-position:center}
.philka-page-hero:after,.philka-shop-hero:after,.philka-article-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);z-index:-1}
.philka-page-hero .philka-container,.philka-shop-hero .philka-container,.philka-article-hero .philka-container{z-index:1}
.philka-page-hero h1,.philka-shop-hero h1{filter:drop-shadow(0 3px 18px rgba(0,0,0,.22))}
.philka-btn{position:relative;overflow:hidden}
.philka-btn:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.24) 48%,transparent 75%);transform:translateX(-130%);transition:transform .65s ease}
.philka-btn:hover:after{transform:translateX(130%)}

/* Header refinement. */
.philka-header{transition:box-shadow .25s ease,background-color .25s ease}
.philka-header.is-scrolled{background:rgba(255,255,255,.985)}
.philka-logo img{transition:transform .25s ease}
.philka-logo:hover img{transform:translateY(-1px)}
.philka-header-actions{flex-shrink:0}
.philka-menu-toggle-label{display:none}
.philka-nav-backdrop{border:0;margin:0;padding:0;background:rgba(4,10,14,.56);backdrop-filter:blur(3px)}

/* Desktop navigation uses an explicit JavaScript state. Hidden menu descendants can
   no longer behave as hover targets in the center of the page. */
@media(min-width:1051px){
  .philka-menu li.menu-item-has-children>.sub-menu{
    pointer-events:none!important;
    opacity:0!important;
    visibility:hidden!important;
    transform:translateY(10px)!important;
  }
  .philka-menu li.menu-item-has-children.is-mega-open>.sub-menu{
    pointer-events:auto!important;
    opacity:1!important;
    visibility:visible!important;
    transform:translateY(0)!important;
  }
  .philka-menu>li.philka-mega-menu>.sub-menu{transform:translate(-50%,10px)!important}
  .philka-menu>li.philka-mega-menu.is-mega-open>.sub-menu{transform:translate(-50%,0)!important}
  .philka-menu>li.philka-mega-menu.is-mega-open>.sub-menu>li>.sub-menu{
    display:block!important;
    pointer-events:auto!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .philka-menu>li.philka-mega-menu>.sub-menu{border-top:3px solid var(--orange);border-radius:0 0 10px 10px}
  .philka-menu>li:not(.philka-mega-menu)>.sub-menu{border-top:3px solid var(--orange);border-radius:0 0 8px 8px}
  .philka-menu .sub-menu a{transition:background-color .18s ease,color .18s ease,padding-left .18s ease}
  .philka-menu .sub-menu a:hover{padding-left:12px}
}

/* Interactive card effects only on devices with a real hover pointer. */
@media(hover:hover) and (pointer:fine){
  .philka-category-card:hover,.philka-brand-card:hover,.philka-news-grid article:hover,.woocommerce ul.products li.product:hover,.philka-service-grid article:hover,.philka-values article:hover,.philka-project-grid article:hover{transform:translateY(-7px);box-shadow:var(--shadow-card-hover)}
  .philka-client-actions>a:hover{transform:translateY(-4px)}
}

/* Tablet and mobile navigation: full-height off-canvas panel. */
@media(max-width:1050px){
  html{scroll-padding-top:82px}
  .philka-topbar{z-index:1001}
  .philka-topbar__inner{width:100%;min-height:34px;padding:0 15px;justify-content:center}
  .philka-topbar__tagline,.philka-topbar__links>a:not(.hot){display:none!important}
  .philka-topbar__links{width:100%;justify-content:center;gap:0}
  .philka-topbar__links .hot{width:100%;min-height:34px;padding:0 10px;justify-content:center;gap:7px;background:transparent;font-size:11px;letter-spacing:.02em}
  .philka-topbar__links .hot span{color:#ff9d55;font-weight:900;text-transform:uppercase}

  .philka-header{z-index:1700}
  .philka-header-inner{display:flex!important;min-height:70px!important;gap:12px!important;padding-block:7px}
  .philka-logo{margin-right:auto;min-width:0}
  .philka-logo img{width:132px!important;max-height:48px!important}
  .philka-header-actions{gap:6px}
  .philka-header-actions .philka-account-link,.philka-header-portal{display:none!important}
  .philka-icon-button,.philka-menu-toggle{width:42px!important;height:42px!important;min-width:42px;border-radius:9px}
  .philka-icon-button{background:#fff}
  .philka-menu-toggle{display:grid!important;place-items:center;background:var(--ink);color:#fff;border:0;padding:10px;position:relative;z-index:2}
  .philka-menu-toggle .philka-icon{width:22px;height:22px}
  .philka-cart-count{right:-2px;top:-4px}

  .philka-nav{
    position:fixed!important;
    inset:0 0 0 auto!important;
    width:min(92vw,420px)!important;
    height:100vh;
    height:100dvh;
    display:flex!important;
    flex-direction:column;
    padding:0!important;
    background:#fff!important;
    box-shadow:-20px 0 65px rgba(4,12,18,.28)!important;
    opacity:1!important;
    visibility:hidden!important;
    transform:translateX(106%)!important;
    transition:transform .32s cubic-bezier(.22,.7,.25,1),visibility .32s ease!important;
    overflow:hidden!important;
    z-index:1600!important;
  }
  .philka-nav.is-open{visibility:visible!important;transform:translateX(0)!important}
  .admin-bar .philka-nav{top:32px!important;height:calc(100dvh - 32px)}
  .philka-nav-backdrop{display:block;position:fixed;inset:0;z-index:1500;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}
  .philka-nav-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}

  .philka-mobile-nav-header{display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:10px 18px;border-bottom:1px solid var(--line);background:#fff;flex:none}
  .philka-mobile-nav-logo img{width:132px;max-height:49px;object-fit:contain;object-position:left center}
  .philka-mobile-nav-close{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);padding:10px}
  .philka-mobile-nav-close:hover{color:var(--orange);border-color:var(--orange);background:var(--orange-soft)}
  .philka-mobile-nav-tools{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:14px 18px 11px;background:#f6f8f9;flex:none}
  .philka-mobile-tool{min-height:48px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-size:12px;font-weight:800;padding:8px 10px}
  button.philka-mobile-tool{width:100%}
  .philka-mobile-tool .philka-icon{width:19px;height:19px;color:var(--orange)}
  .philka-mobile-nav-label{display:block;padding:13px 22px 7px;color:#8a969e;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;background:#fff;flex:none}

  .philka-menu{display:block!important;height:auto!important;min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;padding:0 18px 22px!important;margin:0!important;-webkit-overflow-scrolling:touch}
  .philka-menu>li{position:relative!important;display:block!important;border-bottom:1px solid #e8ebed!important}
  .philka-menu>li:last-child{border-bottom:0!important}
  .philka-menu>li>a{height:auto!important;min-height:54px;display:flex!important;align-items:center;padding:14px 52px 14px 4px!important;color:#17222b!important;font-size:14px!important;font-weight:850!important;line-height:1.25;white-space:normal!important;letter-spacing:.025em!important}
  .philka-menu>li.current-menu-item>a,.philka-menu>li.current-menu-ancestor>a{color:var(--orange)!important}
  .philka-menu>li>a:after,.philka-menu li.menu-item-has-children>a:before{display:none!important}
  .philka-submenu-toggle{display:grid;place-items:center;position:absolute;right:0;top:7px;width:42px;height:42px;border:1px solid transparent;border-radius:8px;background:#f4f6f7;color:#26343d;padding:0;z-index:3}
  .philka-submenu-toggle:hover,.philka-submenu-toggle:focus-visible{background:var(--orange-soft);color:var(--orange);border-color:#ffd7b8}
  .philka-submenu-chevron{width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-1px,-1px);transition:transform .22s ease}
  .menu-item-has-children.is-open>.philka-submenu-toggle .philka-submenu-chevron{transform:rotate(225deg) translate(-1px,-1px)}

  .philka-menu .sub-menu,.philka-menu>li.philka-mega-menu>.sub-menu{
    position:static!important;
    width:auto!important;
    min-width:0!important;
    max-height:none!important;
    display:none!important;
    grid-template-columns:1fr!important;
    margin:0!important;
    padding:0 0 13px 14px!important;
    border:0!important;
    border-left:2px solid #f1c8a8!important;
    box-shadow:none!important;
    background:#fff!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    overflow:visible!important;
    pointer-events:auto!important;
  }
  .philka-menu li.is-open>.sub-menu,.philka-menu>li.philka-mega-menu.is-open>.sub-menu{display:block!important}
  .philka-menu .sub-menu li{position:relative!important;border:0!important}
  .philka-menu .sub-menu a,.philka-menu>li.philka-mega-menu>.sub-menu>li>a{
    min-height:42px;display:flex!important;align-items:center;justify-content:flex-start;padding:10px 44px 10px 12px!important;border:0!important;border-radius:6px!important;color:#3d4b55!important;background:transparent!important;font-family:var(--philka-body-font)!important;font-size:12px!important;font-weight:700!important;text-transform:none!important;line-height:1.35
  }
  .philka-menu .sub-menu a:hover{background:var(--orange-soft)!important;color:var(--orange)!important}
  .philka-menu .sub-menu .philka-submenu-toggle{top:2px;width:38px;height:38px;background:#fff}
  .philka-menu .sub-menu .sub-menu,.philka-menu>li.philka-mega-menu>.sub-menu>li>.sub-menu{display:none!important;padding:2px 0 8px 12px!important;margin-left:8px!important}
  .philka-menu .sub-menu li.is-open>.sub-menu,.philka-menu>li.philka-mega-menu>.sub-menu>li.is-open>.sub-menu{display:block!important}

  .philka-mobile-nav-footer{display:grid;gap:10px;padding:14px 18px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#f7f8f9;flex:none}
  .philka-mobile-emergency{min-height:54px;display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:8px;background:var(--ink);color:#fff!important}
  .philka-mobile-emergency .philka-icon{width:24px;height:24px;color:#ff9950}
  .philka-mobile-emergency span,.philka-mobile-emergency small,.philka-mobile-emergency strong{display:block}
  .philka-mobile-emergency small{color:#aeb9bf;font-size:9px;text-transform:uppercase;letter-spacing:.08em}
  .philka-mobile-emergency strong{color:#fff;font-size:15px;line-height:1.2}
  .philka-mobile-nav-footer .philka-btn{width:100%;min-height:46px}

  /* Responsive page composition. */
  .philka-section{padding:78px 0}
  .philka-section-heading{margin-bottom:36px}
  .philka-section-heading--split{display:block}
  .philka-section-heading--split .philka-text-link{margin-top:14px}
  .philka-section-heading p{font-size:16px}
  .philka-page-hero,.philka-shop-hero{min-height:360px;padding:58px 0}
  .philka-page-hero p{font-size:16px}
  .philka-story,.philka-split-section,.philka-services-intro,.philka-contact-layout,.philka-login-panel,.philka-request-layout,.woocommerce div.product{grid-template-columns:1fr!important;gap:38px}
  .philka-story-media{order:-1}
  .philka-story-media>img{height:420px}
  .philka-story-badge{left:20px;bottom:20px}
  .philka-split-section{display:flex;flex-direction:column;margin-top:50px}
  .philka-split-section img{min-height:340px}
  .philka-split-section>div{padding:42px}
  .philka-stats,.philka-values,.philka-service-grid,.philka-project-grid,.philka-category-grid,.philka-brand-grid,.philka-news-grid,.philka-news-grid--archive,.philka-product-carousel,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .philka-service-process{grid-template-columns:repeat(2,1fr)}
  .philka-service-process>div:nth-child(2){border-right:0}
  .philka-service-process>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .philka-client-band>.philka-container,.philka-service-feature{grid-template-columns:1fr;gap:45px}
  .philka-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}
  .philka-footer-about{grid-column:1/-1;max-width:680px}
  .philka-project-single-layout{gap:34px}
}

@media(max-width:782px){
  .admin-bar .philka-nav{top:46px!important;height:calc(100dvh - 46px)}
}

@media(max-width:700px){
  :root{--radius:11px;--radius-lg:17px}
  .philka-container{width:min(calc(100% - 30px),var(--container))!important}
  .philka-topbar__links .hot{font-size:10px}
  .philka-topbar__links .hot span{display:none}
  .philka-header-inner{min-height:66px!important;padding-block:6px}
  .philka-logo img{width:118px!important;max-height:44px!important}
  .philka-icon-button,.philka-menu-toggle{width:40px!important;height:40px!important;min-width:40px}
  .philka-header-actions{gap:4px}
  .philka-header-actions .philka-search-toggle{display:none}

  /* Mobile hero and slider. */
  .philka-slider{height:auto!important;min-height:650px;background:#0c151c}
  .philka-slide{min-height:650px;align-items:flex-end;background-position:62% center!important}
  .philka-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,10,14,.18) 0%,rgba(5,10,14,.62) 42%,rgba(5,10,14,.97) 100%);pointer-events:none}
  .philka-slide__content{width:100%;padding:92px 0 92px!important;z-index:2}
  .philka-slide__content h1,.philka-slide__content h2{font-size:clamp(38px,11vw,54px)!important;line-height:.98!important;letter-spacing:-.04em;max-width:100%;margin-bottom:18px}
  .philka-slide__content p{font-size:15px;line-height:1.55;max-width:100%;margin-bottom:23px}
  .philka-slide__content .eyebrow{font-size:10px;margin-bottom:12px}
  .philka-slide__meta{margin-top:25px;display:grid;grid-template-columns:1fr 1fr;gap:9px 12px;font-size:9px}
  .philka-slide__meta span{align-items:flex-start}
  .philka-slide__meta span:before{margin-top:4px}
  .philka-slider-arrow{top:auto;bottom:24px;transform:none;width:40px;height:40px;font-size:25px;background:rgba(8,15,20,.68)}
  .philka-slider-prev{left:15px}.philka-slider-next{right:15px}
  .philka-slider-dots{bottom:41px}
  .philka-slider-dot{width:22px}.philka-slider-dot.is-active{width:38px}

  .philka-trust-grid{grid-template-columns:1fr 1fr}
  .philka-trust-grid article{min-height:104px;padding:18px 13px;gap:11px;border-bottom:1px solid var(--line)}
  .philka-trust-grid article:nth-child(2){border-right:0}
  .philka-trust-grid article:nth-last-child(-n+2){border-bottom:0}
  .philka-trust-grid .philka-icon{width:27px;height:27px}
  .philka-trust-grid strong{font-size:10px}.philka-trust-grid span{font-size:10px}

  .philka-section{padding:62px 0}
  .philka-section-heading{margin-bottom:30px;text-align:left}
  .philka-section-heading h2{font-size:clamp(33px,9vw,44px)!important;margin-inline:0}
  .philka-section-heading p{font-size:15px}
  .eyebrow{font-size:10px;letter-spacing:.12em}
  .philka-center{text-align:left;margin-top:30px}
  .philka-cta-row{align-items:stretch}
  .philka-cta-row .philka-btn{flex:1 1 180px}

  .philka-category-grid,.philka-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px}
  .philka-product-carousel,.woocommerce ul.products,.philka-news-grid,.philka-news-grid--archive,.philka-project-grid,.philka-service-grid,.philka-values{grid-template-columns:1fr!important;gap:16px}
  .philka-category-media{height:145px;padding:16px}
  .philka-category-card__body{padding:16px}
  .philka-category-card h3{font-size:17px}
  .philka-category-card ul{display:none}
  .philka-category-card .philka-text-link{font-size:10px}
  .philka-brand-card{padding:20px}
  .philka-brand-logo{height:60px;margin-bottom:14px}.philka-brand-logo img{max-height:49px;max-width:145px}
  .philka-brand-card h3{font-size:21px}.philka-brand-card p{min-height:0;font-size:13px}
  .philka-news-image{height:215px}

  .philka-service-feature{gap:34px}
  .philka-service-feature__copy h2,.philka-client-band__copy h2{font-size:clamp(35px,10vw,47px)!important}
  .philka-service-feature__copy p,.philka-client-band__copy p{font-size:15px}
  .philka-service-feature-grid{gap:9px}
  .philka-service-feature-grid article{min-height:125px;padding:18px}
  .philka-service-feature-grid strong{font-size:28px}.philka-service-feature-grid span{font-size:10px}
  .philka-client-band{padding:65px 0}
  .philka-client-actions{grid-template-columns:1fr;gap:10px}
  .philka-client-actions>a{min-height:94px;padding:17px}
  .philka-client-actions .philka-icon{width:29px;height:29px}

  .philka-page-hero,.philka-shop-hero{min-height:310px;padding:50px 0;background-position:center!important}
  .philka-page-hero h1,.philka-shop-hero h1{font-size:clamp(38px,11vw,53px)!important}
  .philka-page-hero p,.philka-shop-hero p{font-size:15px}
  .philka-page-content{padding-block:55px!important}
  .philka-story{gap:28px}.philka-story-media>img{height:290px}.philka-story-badge{padding:16px 19px}.philka-story-badge strong{font-size:27px}
  .philka-stats{grid-template-columns:1fr 1fr;margin:42px 0}
  .philka-stats div{padding:25px 15px}.philka-stats div:nth-child(2){border-right:0}.philka-stats div:nth-child(-n+2){border-bottom:1px solid #33404a}
  .philka-split-section>div{padding:29px 23px}.philka-split-section img{min-height:260px}
  .philka-service-process{grid-template-columns:1fr}.philka-service-process>div{border-right:0!important;border-bottom:1px solid var(--line)!important}.philka-service-process>div:last-child{border-bottom:0!important}
  .philka-service-cta{padding:28px 22px}
  .philka-contact-card{padding:25px 19px}.philka-contact-list .emergency a{font-size:18px}
  .philka-map-placeholder{min-height:280px}

  /* WooCommerce mobile polish. */
  .philka-shop-content{padding-block:52px!important}
  .philka-shop-filterbar{padding:16px}
  .woocommerce ul.products li.product{margin-bottom:0!important;border-radius:12px}
  .woocommerce ul.products li.product a img{height:255px!important;padding:20px}
  .philka-product-card__body{padding:17px!important}
  .philka-product-card-actions{margin:13px 17px 17px}
  .woocommerce div.product{display:block!important}
  .woocommerce div.product div.images{padding:16px;margin-bottom:28px!important}
  .woocommerce div.product .product_title{font-size:clamp(33px,9vw,43px)!important}
  .philka-single-actions{display:grid;grid-template-columns:1fr}
  .philka-single-actions .philka-btn,.philka-single-actions .button{width:100%}
  .woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}
  .woocommerce div.product .woocommerce-tabs ul.tabs li{flex:none}
  .woocommerce table.shop_table{font-size:12px}
  .woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{padding:12px!important}
  .woocommerce-cart .cart-collaterals .cart_totals{width:100%!important;float:none!important}
  .woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{width:100%;float:none}
  .woocommerce-account .woocommerce-MyAccount-content{padding:20px 15px}

  /* Client portal and request forms. */
  .philka-login-panel{min-height:0;border-radius:14px}
  .philka-login-copy{padding:35px 22px}.philka-login-copy h2{font-size:39px!important}.philka-auth-card{margin:0;padding:25px 20px}
  .philka-portal-shell{border-radius:12px;min-height:0}
  .philka-portal-nav{display:flex;flex-direction:row;overflow-x:auto;gap:7px;padding:10px;scrollbar-width:none}.philka-portal-nav::-webkit-scrollbar{display:none}
  .philka-portal-nav a{flex:none;white-space:nowrap;padding:10px 12px;background:#1d2a34}
  .philka-portal-main{padding:24px 14px}
  .philka-dashboard-cards,.philka-quick-actions{grid-template-columns:1fr 1fr!important;gap:9px}
  .philka-request-layout{gap:0}.philka-request-aside{padding:32px 21px}.philka-request-form{padding:30px 20px}
  .philka-client-profile-card{grid-template-columns:1fr!important}

  /* Footer becomes a clean stacked layout. */
  .philka-footer-cta{padding:40px 0}.philka-footer-cta h2{font-size:34px!important}
  .philka-footer{padding-top:48px}
  .philka-footer-grid{grid-template-columns:1fr;gap:28px}
  .philka-footer-about{grid-column:auto}.philka-footer-about img{width:150px}
  .philka-footer-grid>div{margin-top:0!important;padding-bottom:22px;border-bottom:1px solid #26343e}
  .philka-footer-grid>div:last-child{border-bottom:0}
  .philka-footer-brands{justify-content:flex-start;gap:22px;padding:24px 0}.philka-footer-brands img{max-width:92px;max-height:32px}
  .philka-footer-bottom .philka-container{text-align:left!important;padding:17px 0}.philka-footer-bottom span{font-size:10px}
  .philka-search-panel{padding:30px 0}.philka-search-panel h2{font-size:clamp(37px,11vw,50px)!important}.philka-search-shortcuts{gap:7px}.philka-search-shortcuts a{font-size:11px}
}

@media(max-width:480px){
  .philka-header-actions .philka-cart-link{display:grid}
  .philka-mobile-nav-tools{grid-template-columns:1fr}
  .philka-slide{min-height:620px}.philka-slider{min-height:620px}
  .philka-slide__content{padding-bottom:86px!important}
  .philka-slide__meta{grid-template-columns:1fr}
  .philka-slide__meta span:nth-child(3){display:none}
  .philka-cta-row{display:grid;grid-template-columns:1fr;width:100%}
  .philka-cta-row .philka-btn{width:100%;min-height:48px}
  .philka-category-grid,.philka-brand-grid{grid-template-columns:1fr 1fr!important}
  .philka-category-media{height:125px}.philka-category-card__body{padding:13px}.philka-category-card h3{font-size:15px}
  .philka-brand-card{padding:15px}.philka-brand-logo{height:50px}.philka-brand-card p{display:none}
  .philka-dashboard-cards,.philka-quick-actions{grid-template-columns:1fr!important}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .philka-slide{transform:none!important}
}

/* ========================================================================
   Philka v4.1.1 — fail-safe, JavaScript-independent mobile menu opening
   ======================================================================== */
.philka-mobile-nav-state{
  position:fixed;
  left:-9999px;
  top:0;
  width:1px;
  height:1px;
  opacity:0;
}
@media(max-width:1050px){
  /* The checkbox/label relationship keeps the drawer functional even when a
     cache or performance plugin delays the main JavaScript bundle. */
  #philka-mobile-nav-state:checked ~ .philka-header .philka-nav{
    visibility:visible!important;
    transform:translateX(0)!important;
  }
  #philka-mobile-nav-state:checked ~ .philka-nav-backdrop{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  #philka-mobile-nav-state:checked ~ .philka-header .philka-menu-toggle{
    background:var(--orange)!important;
  }
  #philka-mobile-nav-state:focus-visible ~ .philka-header .philka-menu-toggle{
    outline:3px solid rgba(237,106,0,.36);
    outline-offset:3px;
  }
  @supports selector(body:has(*)){
    body:has(#philka-mobile-nav-state:checked){overflow:hidden!important}
  }
  /* If the main script is delayed, keep every level reachable instead of
     presenting an apparently empty mobile navigation. */
  html:not(.philka-menu-ready) #philka-mobile-nav-state:checked ~ .philka-header .philka-menu .sub-menu,
  html:not(.philka-menu-ready) #philka-mobile-nav-state:checked ~ .philka-header .philka-menu>li.philka-mega-menu>.sub-menu,
  html:not(.philka-menu-ready) #philka-mobile-nav-state:checked ~ .philka-header .philka-menu .sub-menu .sub-menu{
    display:block!important;
  }
}



/* ========================================================================
   Philka v4.1.3 — text-free responsive slider artwork
   ======================================================================== */
.philka-slide{
  background-size:cover;
  background-repeat:no-repeat;
  background-position:72% center;
  isolation:isolate;
}
.philka-slide:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(4,10,15,.92) 0%,rgba(4,10,15,.72) 38%,rgba(4,10,15,.24) 67%,rgba(4,10,15,.06) 100%);
}
.philka-slide__content{z-index:2}
.philka-slide--solutions{background-position:70% center}
.philka-slide--brands{background-position:74% center}
.philka-slide--service{background-position:76% center}

@media(max-width:700px){
  .philka-slider{min-height:780px!important;background:#071017}
  .philka-slide{
    min-height:780px!important;
    align-items:flex-end;
    background-color:#071017;
    background-size:auto 47%!important;
    background-position:72% top!important;
  }
  .philka-slide--brands{background-position:78% top!important}
  .philka-slide--service{background-position:75% top!important}
  .philka-slide:before{
    background:linear-gradient(180deg,rgba(4,10,15,.02) 0%,rgba(4,10,15,.08) 28%,rgba(4,10,15,.90) 47%,#071017 58%,#071017 100%);
  }
  .philka-slide:after{display:none!important}
  .philka-slide__content{padding:370px 0 88px!important}
  .philka-slide__content h1,.philka-slide__content h2{
    font-size:clamp(35px,10vw,49px)!important;
    line-height:1.02!important;
    text-wrap:balance;
  }
  .philka-slide__content p{max-width:34rem}
}
@media(max-width:480px){
  .philka-slider,.philka-slide{min-height:760px!important}
  .philka-slide{background-size:auto 43%!important}
  .philka-slide__content{padding:332px 0 82px!important}
  .philka-slide__content h1,.philka-slide__content h2{font-size:clamp(32px,9.5vw,44px)!important}
}
