@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700;800&family=Barlow+Condensed:wght@600;700&family=Inter:wght@400;500;600&display=swap');
/* suppress Astra theme chrome so WFS header/footer are the only ones */
#masthead,#colophon,.site-header.ast-header-break-point,.ast-mobile-header-wrap{display:none!important}

:root{
  --red-500:#c8102e;--red-600:#a50d25;--red-700:#850a1d;--red-soft:rgba(200,16,46,.12);--red-glow:rgba(200,16,46,.30);
  --char-900:#11161c;--char-800:#171d25;--char-700:#1f2832;--steel-300:#94a3b1;
  --gray-100:#f5f7f9;--gray-200:#eaeef2;--line:#e1e7ed;
  --ink-900:#131a21;--ink-700:#313d49;--ink-500:#5a6775;--gold:#f4b740;
  --font-display:"Barlow Condensed","Arial Narrow",system-ui,sans-serif;
  --font-head:"Barlow","Segoe UI",system-ui,sans-serif;
  --font-body:"Inter","Segoe UI",system-ui,sans-serif;
  --radius-lg:22px;--shadow-lg:0 30px 70px rgba(17,22,28,.22);
  --container:1220px;--gutter:clamp(20px,5vw,56px);--ease:cubic-bezier(.22,1,.36,1);
}
.wfs-chrome,.wfs-chrome *{box-sizing:border-box}
.wfs-chrome *{margin:0;padding:0}
.wfs-chrome ul{list-style:none}
.wfs-chrome a{color:inherit;text-decoration:none}
.wfs-chrome button{font-family:inherit;cursor:pointer;border:none;background:none}
.wfs-chrome img{max-width:100%;display:block}
.wfs-chrome h1,.wfs-chrome h2,.wfs-chrome h3,.wfs-chrome h4{font-family:var(--font-head);color:var(--ink-900);line-height:1.12;font-weight:800;letter-spacing:-.015em}
.wfs-chrome{font-family:var(--font-body);color:var(--ink-700);line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased}
.wfs-chrome .container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}
.wfs-chrome .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-head);font-weight:700;font-size:.98rem;padding:15px 28px;border-radius:10px;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),color .25s var(--ease);white-space:nowrap;line-height:1}
.wfs-chrome .btn svg{width:18px;height:18px}
.wfs-chrome .btn--primary{background:var(--red-500);color:#fff;box-shadow:0 12px 26px var(--red-glow)}
.wfs-chrome .btn--primary:hover{background:var(--red-600);transform:translateY(-3px);box-shadow:0 18px 34px var(--red-glow)}
.wfs-chrome .topbar{background:var(--char-900);color:#aab6c2;font-size:.85rem}
.wfs-chrome .topbar .container{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px}
.wfs-chrome .topbar a{color:#dce4ec;font-weight:500}
.wfs-chrome .topbar a:hover{color:#ff5b6e}
.wfs-chrome .topbar__left{display:flex;gap:22px;flex-wrap:wrap}
.wfs-chrome .topbar__item{display:inline-flex;align-items:center;gap:8px}
.wfs-chrome .topbar__item svg{width:15px;height:15px;color:var(--red-500)}
.wfs-chrome .topbar__promo{color:var(--gold);font-weight:600}
.wfs-chrome .topbar__right{display:inline-flex;gap:14px;align-items:center}
.wfs-chrome .site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:box-shadow .3s var(--ease),border-color .3s var(--ease)}
.wfs-chrome .site-header.is-stuck{box-shadow:0 8px 30px rgba(17,22,28,.10);border-color:var(--line)}
.wfs-chrome .nav{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:24px}
.wfs-chrome .brand{display:inline-flex;align-items:center;gap:13px}
.wfs-chrome .brand__logo{height:58px;width:auto;display:block;transform:scale(1.28);transform-origin:left center}
.wfs-chrome .nav__links{display:flex;align-items:center;gap:2px}
.wfs-chrome .nav__links a{font-family:var(--font-head);font-weight:600;font-size:.97rem;color:var(--ink-700);padding:10px 15px;border-radius:8px;position:relative;transition:color .2s,background .2s}
.wfs-chrome .nav__links a:hover{color:var(--red-500);background:var(--gray-100)}
.wfs-chrome .nav__links a.active{color:var(--red-500)}
.wfs-chrome .nav__links a.active::after{content:"";position:absolute;left:15px;right:15px;bottom:4px;height:3px;background:var(--red-500);border-radius:2px}
.wfs-chrome .nav__links .btn{display:none}
.wfs-chrome .nav__cta{display:flex;align-items:center;gap:16px}
.wfs-chrome .nav__phones{display:flex;align-items:center}.wfs-chrome .nav__phone{display:inline-flex;align-items:center;gap:9px;line-height:1.05;padding:0 16px;transition:color .2s}.wfs-chrome .nav__phone+.nav__phone{border-left:1px solid var(--line)}.wfs-chrome .nav__phone-ico{width:34px;height:34px;border-radius:9px;background:var(--red-soft);display:grid;place-items:center;flex-shrink:0;transition:background .25s}.wfs-chrome .nav__phone-ico svg{width:17px;height:17px;color:var(--red-500);transition:color .25s}.wfs-chrome .nav__phone-txt{display:flex;flex-direction:column}.wfs-chrome .nav__phone-txt small{font-size:.62rem;color:var(--ink-500);letter-spacing:.08em;text-transform:uppercase;font-weight:600}.wfs-chrome .nav__phone-txt strong{font-family:var(--font-head);font-size:1.02rem;color:var(--char-900);transition:color .25s}.wfs-chrome .nav__phone:hover .nav__phone-ico{background:var(--red-500)}.wfs-chrome .nav__phone:hover .nav__phone-ico svg{color:#fff}.wfs-chrome .nav__phone:hover .nav__phone-txt strong{color:var(--red-500)}


.wfs-chrome .nav__toggle{display:none;width:46px;height:46px;border-radius:10px;background:var(--gray-100);position:relative}
.wfs-chrome .nav__toggle span,.wfs-chrome .nav__toggle span::before,.wfs-chrome .nav__toggle span::after{content:"";position:absolute;left:50%;top:50%;width:22px;height:2px;background:var(--char-900);border-radius:2px;transform:translate(-50%,-50%);transition:transform .3s var(--ease),opacity .2s}
.wfs-chrome .nav__toggle span::before{transform:translate(-50%,-8px)}
.wfs-chrome .nav__toggle span::after{transform:translate(-50%,6px)}
.wfs-chrome .nav__toggle.is-open span{background:transparent}
.wfs-chrome .nav__toggle.is-open span::before{transform:translate(-50%,0) rotate(45deg)}
.wfs-chrome .nav__toggle.is-open span::after{transform:translate(-50%,0) rotate(-45deg)}
.wfs-chrome .nav-backdrop{position:fixed;inset:0;background:rgba(17,22,28,.5);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:98}
.wfs-chrome .nav-backdrop.is-open{opacity:1;visibility:visible}
@media (max-width:880px){
  .wfs-chrome .nav__phones{display:none}
  .wfs-chrome .nav__links{position:fixed;top:0;right:0;height:100dvh;width:min(86vw,360px);background:#fff;flex-direction:column;align-items:stretch;gap:6px;padding:92px 26px 30px;box-shadow:var(--shadow-lg);transform:translateX(100%);transition:transform .35s var(--ease);z-index:99;overflow-y:auto}
  .wfs-chrome .nav__links.is-open{transform:translateX(0)}
  .wfs-chrome .nav__links a{padding:14px 16px;font-size:1.05rem;border-radius:10px}
  .wfs-chrome .nav__links a.active::after{display:none}
  .wfs-chrome .nav__links a.active{background:var(--gray-100)}
  .wfs-chrome .nav__links .btn{display:inline-flex;margin-top:12px}
  .wfs-chrome .brand__logo{height:46px}
  .wfs-chrome .nav__toggle{display:block;z-index:100}
  .wfs-chrome .topbar__left .topbar__item:nth-child(n+3){display:none}
}
@media (max-width:560px){ .wfs-chrome .topbar__left{gap:14px} }


:root{
  --red-500:#c8102e;--red-600:#a50d25;--red-700:#850a1d;--red-glow:rgba(200,16,46,.30);
  --char-900:#11161c;--char-800:#171d25;
  --gray-100:#f5f7f9;--line:#e1e7ed;
  --ink-900:#131a21;--ink-700:#313d49;--ink-500:#5a6775;--gold:#f4b740;
  --font-head:"Barlow","Segoe UI",system-ui,sans-serif;
  --font-body:"Inter","Segoe UI",system-ui,sans-serif;
  --shadow-sm:0 4px 14px rgba(17,22,28,.08);--shadow-md:0 16px 40px rgba(17,22,28,.14);
  --container:1220px;--gutter:clamp(20px,5vw,56px);--ease:cubic-bezier(.22,1,.36,1);
}
.wfs-chrome,.wfs-chrome *{box-sizing:border-box}
.wfs-chrome *{margin:0;padding:0}
.wfs-chrome ul{list-style:none}
.wfs-chrome a{color:inherit;text-decoration:none}
.wfs-chrome img{max-width:100%;display:block}
.wfs-chrome h3,.wfs-chrome h4{font-family:var(--font-head);color:var(--ink-900);line-height:1.12;font-weight:800;letter-spacing:-.015em}
.wfs-chrome{font-family:var(--font-body);color:var(--ink-700);line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased}
.wfs-chrome .container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}
.wfs-chrome .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-head);font-weight:700;font-size:.98rem;padding:15px 28px;border-radius:10px;transition:transform .25s var(--ease),box-shadow .25s var(--ease);white-space:nowrap;line-height:1}
.wfs-chrome .btn--light{background:#fff;color:var(--char-900);box-shadow:var(--shadow-sm)}
.wfs-chrome .btn--light:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.wfs-chrome .btn--lg{padding:18px 34px;font-size:1.05rem}
.wfs-chrome .site-footer{background:var(--char-900);color:#9aa6b2;padding-top:clamp(56px,8vw,86px)}
.wfs-chrome .footer-cta{background:var(--red-500)}
.wfs-chrome .footer-cta .container{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:34px;flex-wrap:wrap}
.wfs-chrome .footer-cta h3{color:#fff;font-size:clamp(1.4rem,3vw,2rem)}
.wfs-chrome .footer-cta p{color:rgba(255,255,255,.9);font-size:1rem}
.wfs-chrome .footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:48px;padding-top:clamp(40px,6vw,72px);border-bottom:1px solid rgba(255,255,255,.08)}
.wfs-chrome .footer-logo{display:inline-block;line-height:0}
.wfs-chrome .footer-logo img{height:78px;width:auto;display:block;filter:drop-shadow(0 0 1px rgba(255,255,255,.95)) drop-shadow(0 0 2px rgba(255,255,255,.85)) drop-shadow(0 0 7px rgba(255,255,255,.40))}
.wfs-chrome .footer-brand p{margin:18px 0 20px;font-size:.94rem;max-width:320px}
.wfs-chrome .footer-warranty{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px 14px;margin-bottom:22px}
.wfs-chrome .footer-warranty svg{width:26px;height:26px;color:var(--gold);flex-shrink:0}
.wfs-chrome .footer-warranty strong{color:#fff;font-family:var(--font-head);display:block;font-size:.92rem}
.wfs-chrome .footer-warranty span{font-size:.78rem}
.wfs-chrome .footer-socials{display:flex;gap:12px}
.wfs-chrome .footer-socials a{width:42px;height:42px;border-radius:11px;background:rgba(255,255,255,.07);display:grid;place-items:center;transition:background .25s,transform .25s}
.wfs-chrome .footer-socials a:hover{background:var(--red-500);transform:translateY(-3px)}
.wfs-chrome .footer-socials svg{width:19px;height:19px;color:#dce4ec}
.wfs-chrome .footer-col h4{color:#fff;font-size:1.02rem;margin-bottom:18px}
.wfs-chrome .footer-col ul{display:grid;gap:11px}
.wfs-chrome .footer-col ul a{font-size:.94rem;transition:color .2s,padding .2s}
.wfs-chrome .footer-col ul a:hover{color:#ff5b6e;padding-left:4px}
.wfs-chrome .footer-contact li{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px;font-size:.94rem}
.wfs-chrome .footer-contact svg{width:18px;height:18px;color:#ff5b6e;flex-shrink:0;margin-top:3px}
.wfs-chrome .footer-contact a:hover{color:#ff5b6e}
.wfs-chrome .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-block:24px;font-size:.86rem}
.wfs-chrome .footer-bottom__links{display:flex;gap:20px}
.wfs-chrome .footer-bottom__links a:hover{color:#ff5b6e}
.wfs-chrome .float-call{position:fixed;right:18px;bottom:18px;z-index:90;display:none;width:58px;height:58px;border-radius:50%;background:var(--red-500);box-shadow:0 12px 26px var(--red-glow);place-items:center;animation:wfsPulse 2.4s infinite}
.wfs-chrome .float-call svg{width:26px;height:26px;color:#fff}
@keyframes wfsPulse{0%{box-shadow:0 0 0 0 rgba(200,16,46,.5)}70%{box-shadow:0 0 0 16px rgba(200,16,46,0)}100%{box-shadow:0 0 0 0 rgba(200,16,46,0)}}
@media (max-width:1080px){ .wfs-chrome .footer-grid{grid-template-columns:1fr 1fr} }
@media (max-width:880px){ .wfs-chrome .float-call{display:grid} }
@media (max-width:560px){
  .wfs-chrome .footer-grid{grid-template-columns:1fr;gap:30px}
  .wfs-chrome .footer-bottom{flex-direction:column;text-align:center}
  .wfs-chrome .footer-cta .container{flex-direction:column;text-align:center}
}

/* Services dropdown (desktop hover / mobile expanded) */
.wfs-chrome .nav__has-drop{position:relative;display:flex;align-items:center}
.wfs-chrome .nav__drop-toggle{display:inline-flex;align-items:center;gap:5px}
.wfs-chrome .nav__caret{width:15px;height:15px;transition:transform .25s}
.wfs-chrome .nav__has-drop:hover .nav__caret{transform:rotate(180deg)}
.wfs-chrome .nav__drop{position:absolute;top:100%;left:0;min-width:266px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-lg);padding:8px;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s,transform .2s,visibility .2s;z-index:120}
.wfs-chrome .nav__has-drop:hover .nav__drop{opacity:1;visibility:visible;transform:translateY(0)}
.wfs-chrome .nav__drop a{display:block;padding:10px 14px;border-radius:8px;font-family:var(--font-head);font-weight:600;font-size:.9rem;color:var(--ink-700);white-space:nowrap}
.wfs-chrome .nav__drop a:hover{background:var(--gray-100);color:var(--red-500)}
@media(max-width:880px){
  .wfs-chrome .nav__has-drop{flex-direction:column;align-items:stretch;width:100%}
  .wfs-chrome .nav__drop-toggle{padding:14px 16px;font-size:1.05rem;justify-content:space-between;font-family:var(--font-head);font-weight:600;color:var(--ink-700)}
  .wfs-chrome .nav__drop{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;padding:2px 0 6px 14px;min-width:0;background:transparent}
  .wfs-chrome .nav__drop a{font-size:1rem;padding:11px 14px}
}

/* nav__phones-responsive */
@media(max-width:1180px){.wfs-chrome .nav__phone-txt small{display:none}.wfs-chrome .nav__phone{gap:7px;padding:0 11px}.wfs-chrome .nav__phone-ico{width:30px;height:30px}}
