/* ============================================================
   ballastIQ Modern Study v35 — Clean Unified Design System
   One owning stylesheet. No legacy version patches.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap");

:root{
  --bq-bg:#f3f1ec;
  --bq-bg-2:#ecebe6;
  --bq-surface:#fffdfa;
  --bq-surface-2:#f8f5ef;
  --bq-surface-blue:#edf5f7;
  --bq-ink:#24282b;
  --bq-ink-2:#41484b;
  --bq-muted:#6d7374;
  --bq-line:rgba(42,48,51,.13);
  --bq-line-strong:rgba(42,48,51,.20);
  --bq-blue:#2f91b8;
  --bq-blue-2:#25789a;
  --bq-blue-soft:rgba(47,145,184,.12);
  --bq-cognac:#b8793d;
  --bq-cognac-2:#9d6433;
  --bq-cognac-soft:rgba(184,121,61,.12);
  --bq-smoke:#232b2e;
  --bq-smoke-2:#313a3e;
  --bq-white:#fff;
  --bq-shell:1400px;
  --bq-rail-gutter:clamp(12px,1.35vw,24px);
  --bq-radius-xl:30px;
  --bq-radius-lg:22px;
  --bq-radius-md:16px;
  --bq-radius-sm:12px;
  --bq-shadow:0 18px 46px rgba(45,51,54,.09);
  --bq-shadow-deep:0 28px 72px rgba(26,31,34,.20);
  --bq-glass:rgba(255,255,255,.78);
  --bq-glass-strong:rgba(255,255,255,.91);
  --bq-glass-line:rgba(255,255,255,.76);
  --bq-body:"Instrument Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --bq-display:"Instrument Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --bq-menu:"Instrument Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

/* ---------- Global ---------- */
html{scroll-behavior:smooth;background:var(--bq-bg)!important}
body{
  margin:0!important;
  max-width:100%!important;
  overflow-x:clip!important;
  color:var(--bq-ink)!important;
  background:#f7f6f2!important;
  font-family:var(--bq-body)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body::before{display:none!important;content:none!important}
body.bq-mobile-menu-open,html.bq-site-search-open,body.bq-site-search-open{overflow:hidden!important}
body.bq-site-search-open{position:fixed!important;left:0!important;right:0!important;width:100%!important}
::selection{background:rgba(47,145,184,.20);color:var(--bq-ink)}

h1,h2,h3,h4,h5,h6,.zpheading,.theme-blog-heading,.bq-display,
.bq-page h1,.bq-page h2,.bq-page h3,.bq-page h4{
  font-family:var(--bq-display)!important;
  letter-spacing:-.035em!important;
  font-weight:700!important;
}
p,li,a,button,input,textarea,select,.zpelem-text,.zptext,.zpform-container,.theme-blog-container{font-family:var(--bq-body)!important}
a,button,[role="button"]{touch-action:manipulation}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{
  outline:2px solid var(--bq-blue)!important;
  outline-offset:3px!important;
}
.theme-header-topbar,.theme-menu-icon{display:none!important}
.theme-banner{display:none!important}

/* ballastIQ snippets own their page canvas. */
.zpsection:has(.bq-page),.zpsection:has(.bq-hero-stage){padding-block:0!important;margin-block:0!important;background:transparent!important}
.zpcontainer:has(.bq-page),.zpcontainer:has(.bq-hero-stage){width:100%!important;inline-size:100%!important;max-width:none!important;max-inline-size:none!important;padding-inline:0!important}
.zprow:has(.bq-page),.zprow:has(.bq-hero-stage),
.zpcolumn:has(.bq-page),.zpcolumn:has(.bq-hero-stage),
.zpelement:has(.bq-page),.zpelement:has(.bq-hero-stage),
.zpelem-code:has(.bq-page),.zpelem-code:has(.bq-hero-stage){width:100%!important;inline-size:100%!important;max-width:none!important;max-inline-size:none!important;margin:0!important;margin-inline:0!important;padding:0!important;padding-inline:0!important}

/* Neutralize Zoho's native 1440px/50px container cap; ballastIQ then applies one shared content rail. */
.theme-pages-full-stretch,
.theme-content-area,
.theme-content-container,
.theme-content-area-inner,
.theme-pages-full-stretch .zpcontainer,
.theme-pages-full-stretch .zpcontainer-fluid,
.theme-content-area .zpcontainer,
.theme-content-container .zpcontainer,
.theme-content-area-inner .zpcontainer{
  width:100%!important;inline-size:100%!important;max-width:none!important;max-inline-size:none!important;
  margin-inline:0!important;padding-inline-start:0!important;padding-inline-end:0!important;
}

/* ---------- Page system ---------- */
.bq-page,.bq-page *,.bq-page *::before,.bq-page *::after{box-sizing:border-box}
.bq-page{
  position:relative;
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding:0 0 34px!important;
  overflow-x:clip!important;
  overflow-y:visible!important;
  color:var(--bq-ink);
  background:#f7f6f2!important;
}
.bq-page img{display:block;max-width:100%}
.bq-shell,.bq-shell-wide{width:calc(100% - (var(--bq-rail-gutter) * 2))!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;position:relative;z-index:3}
.bq-page h1,.bq-page h2,.bq-page h3,.bq-page h4,.bq-page p{margin-top:0}
.bq-page h2{margin-bottom:16px!important;color:var(--bq-ink)!important;font-size:clamp(2rem,2.9vw,3.05rem)!important;line-height:1.07!important}
.bq-page h3{margin-bottom:9px!important;color:var(--bq-ink)!important;font-size:clamp(1.08rem,1.25vw,1.30rem)!important;line-height:1.22!important}
.bq-page p,.bq-page li,.bq-page small{color:var(--bq-muted)!important;font-size:clamp(.98rem,1.01vw,1.06rem)!important;line-height:1.66!important;font-weight:400!important}
.bq-lede{max-width:880px;font-size:clamp(1.05rem,1.22vw,1.18rem)!important;line-height:1.62!important;color:#62696b!important}
.bq-eyebrow,.bq-kicker{
  color:var(--bq-cognac)!important;
  font-size:.73rem!important;
  font-weight:700!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}
.bq-eyebrow{display:inline-flex!important;align-items:center!important;gap:10px!important;margin:0 0 14px!important}
.bq-eyebrow::before{content:"";width:38px;height:1px;background:currentColor;opacity:.45}
.bq-kicker{margin-bottom:8px!important}
.bq-on-dark .bq-eyebrow,.bq-hero-stage .bq-eyebrow,.bq-cinematic .bq-eyebrow,.bq-closing-stage .bq-eyebrow{color:#e4bd8f!important}

/* ---------- Hero / cinematic ---------- */
.bq-hero-stage{
  position:relative;
  width:calc(100% - 14px)!important;
  max-width:calc(100% - 14px)!important;
  min-height:min(820px,88svh)!important;
  margin:14px auto 24px!important;
  display:flex;
  align-items:center;
  padding:122px clamp(18px,4vw,72px) 58px!important;
  overflow:hidden;
  isolation:isolate;
  border-radius:var(--bq-radius-xl)!important;
  color:#fff;
  background:var(--bq-smoke);
}
.bq-hero-media,.bq-cinematic-media{position:absolute;inset:0;z-index:0;overflow:hidden;background:var(--bq-smoke)}
.bq-hero-media img,.bq-cinematic-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.bq-hero-overlay,.bq-cinematic-overlay{position:absolute;inset:0;z-index:1;pointer-events:none}
.bq-overlay-left{background:rgba(27,33,36,.50)!important}
.bq-overlay-right{background:rgba(27,33,36,.50)!important}
.bq-overlay-deep{background:rgba(25,31,34,.58)!important}
.bq-hero-shell{width:min(1440px,100%);margin:0 auto;position:relative;z-index:3;display:flex;justify-content:flex-start}
.bq-hero-align-right .bq-hero-shell{justify-content:flex-end}
.bq-hero-align-center .bq-hero-shell{justify-content:center}
.bq-hero-card,.bq-glass-card,.bq-glass-panel{
  position:relative;
  border:1px solid rgba(255,255,255,.38)!important;
  background:rgba(35,43,46,.62)!important;
  -webkit-backdrop-filter:blur(24px) saturate(125%)!important;
  backdrop-filter:blur(24px) saturate(125%)!important;
  box-shadow:0 24px 62px rgba(15,19,21,.25),inset 0 1px 0 rgba(255,255,255,.22)!important;
  overflow:hidden;
}
.bq-hero-card{width:min(790px,100%);padding:clamp(28px,4vw,48px);border-radius:28px}
.bq-hero-stage h1{max-width:980px;margin:0!important;color:#fff!important;font-size:clamp(2.45rem,4vw,4.45rem)!important;line-height:1!important;text-shadow:0 16px 34px rgba(0,0,0,.28)}
.bq-hero-text{max-width:740px;margin:20px 0 0!important;color:rgba(255,255,255,.90)!important;font-size:clamp(.99rem,1.16vw,1.12rem)!important;line-height:1.58!important;font-weight:500!important}
.bq-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:clamp(22px,2.6vw,32px)}
.bq-btn{min-height:46px;padding:12px 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;text-decoration:none!important;font-size:.91rem!important;font-weight:700!important;line-height:1!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease!important}
.bq-btn:hover{transform:translateY(-1px)}
.bq-btn-primary{color:#fff!important;border:1px solid rgba(130,79,32,.16)!important;background:var(--bq-cognac)!important;box-shadow:0 10px 24px rgba(118,75,35,.14),inset 0 1px 0 rgba(255,255,255,.22)!important}
.bq-btn-primary:hover{background:#a96d35!important}
.bq-btn-secondary{color:#fff!important;border:1px solid rgba(255,255,255,.33)!important;background:rgba(255,255,255,.10)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.bq-btn-light{color:var(--bq-ink)!important;border:1px solid rgba(39,45,48,.10)!important;background:#fff!important;box-shadow:0 10px 26px rgba(43,49,52,.10)!important}
.bq-proof-strip{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:19px 0 0}
.bq-proof-strip li{padding:8px 11px;border:1px solid rgba(255,255,255,.27);border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.88)!important;font-size:.77rem!important;line-height:1.2!important;font-weight:600!important}

.bq-panel-section,.bq-content-section,.bq-section{width:100%;padding:clamp(54px,5.8vw,88px) 0;position:relative;background:transparent!important}
.bq-stage-section,.bq-cinematic{
  position:relative;
  width:calc(100% - (var(--bq-rail-gutter) * 2))!important;
  max-width:calc(100% - (var(--bq-rail-gutter) * 2))!important;
  min-height:76svh;
  margin:14px auto 24px!important;
  display:grid;
  align-items:center;
  padding:clamp(52px,6vw,92px) 0;
  border-radius:var(--bq-radius-xl);
  overflow:hidden;
  isolation:isolate;
  background:var(--bq-smoke);
}
.bq-stage-dark{background:#293236!important}
.bq-section-heading{max-width:1030px;margin:0 auto 30px;text-align:center}
.bq-section-heading.bq-left{margin-left:0;text-align:left}
.bq-section-heading p{max-width:870px;margin:13px auto 0!important}
.bq-section-heading.bq-left p{margin-left:0!important}
.bq-feature-shell{display:flex;justify-content:flex-start}
.bq-align-right .bq-feature-shell{justify-content:flex-end}
.bq-align-center .bq-feature-shell{justify-content:center}
.bq-feature-card{width:min(780px,100%);padding:clamp(27px,4vw,47px);border-radius:26px;color:#fff}
.bq-feature-card h2,.bq-feature-card h3,.bq-on-dark h2,.bq-on-dark h3,.bq-closing-stage h2{color:#fff!important;text-shadow:0 12px 28px rgba(0,0,0,.26)}
.bq-feature-card p,.bq-feature-card li,.bq-on-dark p,.bq-on-dark li,.bq-closing-stage p{color:rgba(255,255,255,.88)!important}

/* ---------- Layout / cards ---------- */
.bq-two-col{display:grid;grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);gap:clamp(28px,4vw,62px);align-items:center}
.bq-copy p{max-width:750px}
.bq-signal-grid,.bq-service-grid,.bq-work-grid,.bq-principle-grid{display:grid;gap:14px}
.bq-signal-grid,.bq-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.bq-work-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.bq-principle-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.bq-signal-card,.bq-service-card,.bq-work-card,.bq-principle-card,.bq-soft-card{
  position:relative;
  border:1px solid var(--bq-line)!important;
  border-radius:20px!important;
  background:#fffdfa!important;
  box-shadow:var(--bq-shadow),inset 0 1px 0 rgba(255,255,255,.96)!important;
  overflow:hidden;
}
.bq-signal-card{min-height:150px;padding:21px 21px 21px 24px}
.bq-signal-card::before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;border-radius:999px;background:var(--bq-blue)}
.bq-signal-card p,.bq-service-card p,.bq-work-card p,.bq-principle-card p{margin-bottom:0!important}
.bq-service-card{min-height:240px;padding:27px;display:flex;flex-direction:column}
.bq-service-number,.bq-step-number{display:inline-grid;place-items:center;width:40px;height:40px;border:1px solid rgba(47,145,184,.17);border-radius:11px;color:var(--bq-blue-2);background:var(--bq-blue-soft);font-size:.74rem;font-weight:700}
.bq-service-card .bq-service-number{margin-bottom:34px}
.bq-text-link{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:12px;align-self:flex-start;color:var(--bq-blue-2)!important;font-size:.90rem!important;font-weight:700!important;text-decoration:none!important;border-bottom:1px solid rgba(47,145,184,.26)}
.bq-media{overflow:hidden;background:#e3e0d9}
.bq-media img{width:100%;height:100%;object-fit:cover}
.bq-ratio-4x3{aspect-ratio:4/3}.bq-ratio-16x10{aspect-ratio:16/10}
.bq-work-card{display:flex;flex-direction:column}.bq-work-copy{padding:21px}
.bq-method-list{list-style:none;padding:0;margin:0;border-top:1px solid var(--bq-line)}
.bq-method-list li{display:grid;grid-template-columns:70px minmax(0,1fr);gap:23px;padding:25px 0;border-bottom:1px solid var(--bq-line)}
.bq-method-list h3{font-size:1.35rem!important;margin-bottom:5px!important}.bq-method-list p{max-width:800px;margin-bottom:0!important}
.bq-check-list{list-style:none;display:grid;gap:10px;padding:0;margin:21px 0}
.bq-check-list li{position:relative;padding-left:27px}
.bq-check-list li::before{content:"";position:absolute;left:0;top:.53em;width:11px;height:11px;border-radius:999px;background:var(--bq-blue)}
.bq-founder-grid{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:clamp(30px,5vw,78px);align-items:center}
.bq-founder-photo{min-height:520px;border-radius:26px;overflow:hidden;background:#dedbd4;box-shadow:var(--bq-shadow)}
.bq-founder-photo img{width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center}
.bq-founder-copy{max-width:700px}.bq-faith-note{margin-top:25px!important;padding-top:21px;border-top:1px solid var(--bq-line);color:var(--bq-ink)!important;font-size:1.04rem!important;font-weight:600!important}
.bq-principle-card{padding:21px;min-height:190px}
.bq-faq-list{width:min(980px,100%);margin:0 auto;display:grid;gap:10px}
.bq-faq-list details{border:1px solid var(--bq-line);border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(45,51,54,.055);overflow:hidden}
.bq-faq-list summary{list-style:none;min-height:58px;display:flex;align-items:center;padding:17px 48px 17px 18px;position:relative;color:var(--bq-ink);font-weight:700;cursor:pointer}
.bq-faq-list summary::-webkit-details-marker{display:none}.bq-faq-list summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--bq-blue-2);font-size:1.25rem;font-weight:700}.bq-faq-list details[open] summary::after{content:"−"}.bq-faq-list details p{padding:0 18px 18px;margin-bottom:0!important}
.bq-closing-stage{text-align:center}.bq-closing-stage .bq-feature-card{margin:0 auto}.bq-closing-stage .bq-actions{justify-content:center}

/* ---------- Header / desktop navigation ---------- */
.zpheader-style-01,.zpheader-style-01.theme-header-fixed,.zpheader-style-01 .theme-header,.zpheader-style-01 .theme-header.theme-header-animate,.zpheader-style-01 .theme-header.theme-header-transparent,.zpheader-style-01 .theme-header.zpdark-header-portion{background:transparent!important;border:0!important;box-shadow:none!important}
.zpheader-style-01 .theme-header{z-index:10040!important}
.theme-header .theme-logo-parent img,.theme-header img[data-zs-logo]{width:auto!important;height:auto!important;max-width:210px!important;max-height:48px!important;object-fit:contain!important;object-position:center left!important;filter:drop-shadow(0 7px 15px rgba(35,40,42,.13))!important}
.theme-header .theme-site-caption{display:none!important}

@media(min-width:992px){
  .zpheader-style-01 .theme-header{box-sizing:border-box!important;position:fixed!important;top:10px!important;left:8px!important;right:8px!important;width:auto!important;min-height:66px!important;padding:0 18px!important;display:flex!important;align-items:center!important;pointer-events:auto!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:999px!important;background:rgba(35,43,46,.72)!important;-webkit-backdrop-filter:blur(28px) saturate(118%)!important;backdrop-filter:blur(28px) saturate(118%)!important;box-shadow:0 16px 38px rgba(27,33,36,.18),inset 0 1px 0 rgba(255,255,255,.28)!important;overflow:visible!important}
  .zpheader-style-01 .theme-header .zpcontainer:not([data-zs-responsive-menu-area]):not(.theme-responsive-menu-area){pointer-events:auto!important;position:relative!important;display:flex!important;flex:1 1 100%!important;flex-wrap:nowrap!important;align-items:center!important;width:100%!important;max-width:none!important;min-height:62px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;overflow:visible!important}
  .zpheader-style-01 .theme-header .zpcontainer:not([data-zs-responsive-menu-area]):not(.theme-responsive-menu-area)::before,.zpheader-style-01 .theme-header .zpcontainer:not([data-zs-responsive-menu-area]):not(.theme-responsive-menu-area)::after{display:none!important;content:none!important}
  .theme-header .theme-branding-info,.theme-header .theme-logo-parent,.theme-header [data-zs-branding]{background:transparent!important;border:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
  .theme-header .zpcontainer .theme-branding-info{display:flex!important;align-items:center!important;flex:0 0 auto!important;margin:0 auto 0 0!important;padding:0 24px 0 0!important}
  .theme-navigation-and-icons{position:absolute!important;right:18px!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important;padding:0!important;display:flex!important;flex:0 0 auto!important;width:auto!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;min-width:0!important;max-width:calc(100% - 248px)!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
  .theme-navigation-and-icons .theme-menu-area,.theme-navigation-and-icons .theme-menu{width:auto!important;max-width:none!important;min-width:0!important;overflow:visible!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
  .theme-navigation-and-icons>#bq-site-search-button{position:relative!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;flex:0 0 34px!important;width:34px!important;min-width:34px!important;height:44px!important;min-height:44px!important;margin:0 20px 0 0!important;transform:none!important;background:transparent!important;background-color:transparent!important;background-image:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none!important;text-shadow:none!important;-webkit-appearance:none!important;appearance:none!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul{
    position:relative!important;overflow:visible!important;display:flex!important;width:auto!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:clamp(5px,.55vw,8px)!important;margin:0!important;padding:0!important;
    border:0!important;border-radius:0!important;background:transparent!important;
    -webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;
  }
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li{position:static!important;margin:0!important;padding:0!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>a{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0 clamp(12px,1.08vw,18px)!important;margin:0!important;border:1px solid transparent!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important;color:rgba(255,255,255,.88)!important;font:700 clamp(14px,1vw,15.5px)/1 var(--bq-menu)!important;letter-spacing:-.018em!important;white-space:nowrap!important;transform:none!important;transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>a::before,.theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>a::after{display:none!important;content:none!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li:hover>a,.theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li.bq-dropdown-open>a{color:#252a2d!important;background:rgba(255,255,255,.80)!important;border-color:rgba(255,255,255,.34)!important;box-shadow:0 7px 20px rgba(20,26,29,.09),inset 0 1px 0 rgba(255,255,255,.80)!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li.theme-menu-selected:not(:hover):not(.bq-dropdown-open)>a{color:#fff!important;background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.10)!important;box-shadow:none!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li:last-child{margin-left:8px!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li:last-child>a{padding:0 21px!important;border:1px solid rgba(255,255,255,.82)!important;border-radius:999px!important;color:#252a2d!important;background:#fff!important;box-shadow:0 7px 18px rgba(20,26,29,.10),inset 0 1px 0 #fff!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li:last-child:hover>a,.theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li:last-child.bq-dropdown-open>a,.theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li:last-child.theme-menu-selected>a{color:#1f2427!important;background:#fff!important;border-color:#fff!important;box-shadow:0 9px 22px rgba(20,26,29,.12),inset 0 1px 0 #fff!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li.bq-has-desktop-sub>a{gap:9px!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li.bq-has-desktop-sub>a .theme-submenu-down-arrow,.theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li.bq-has-desktop-sub>a .theme-submenu-up-arrow,.theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li.bq-has-desktop-sub>a .theme-menu-icon{display:none!important}
  .bq-desktop-opener{position:relative!important;display:inline-block!important;width:16px!important;height:16px!important;min-width:16px!important;flex:0 0 16px!important;margin:0!important;padding:0!important;color:currentColor!important;pointer-events:none!important;opacity:.72!important}
  .bq-desktop-opener::before,.bq-desktop-opener::after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:11px!important;height:1.7px!important;border-radius:999px!important;background:currentColor!important;transform-origin:center!important;transition:transform .20s ease,opacity .15s ease!important}
  .bq-desktop-opener::before{transform:translate(-50%,-50%)!important}.bq-desktop-opener::after{transform:translate(-50%,-50%) rotate(90deg)!important}
  .bq-dropdown-open>a .bq-desktop-opener::after{transform:translate(-50%,-50%) rotate(180deg)!important;opacity:0!important}

  /* visual mega menus — one stable layout; native hover cannot rearrange it */
  html body .zpheader-style-01 .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul,
  html body .zpheader-style-01 .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li:hover>ul,
  html body .zpheader-style-01 .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li.bq-dropdown-open>ul{
    box-sizing:border-box!important;position:fixed!important;left:auto!important;right:12px!important;top:84px!important;bottom:auto!important;inset-inline-start:auto!important;inset-inline-end:12px!important;inset-block-start:84px!important;inset-block-end:auto!important;
    width:min(820px,calc(100vw - 24px))!important;min-width:600px!important;max-width:calc(100vw - 24px)!important;inline-size:min(820px,calc(100vw - 24px))!important;min-inline-size:600px!important;max-inline-size:calc(100vw - 24px)!important;height:min(420px,calc(100dvh - 104px))!important;max-height:min(420px,calc(100dvh - 104px))!important;block-size:min(420px,calc(100dvh - 104px))!important;max-block-size:min(420px,calc(100dvh - 104px))!important;
    margin:0!important;padding:12px!important;display:grid!important;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr)!important;grid-template-rows:repeat(5,minmax(0,1fr))!important;grid-auto-rows:minmax(0,1fr)!important;align-items:stretch!important;gap:9px 12px!important;
    border:1px solid rgba(44,50,53,.11)!important;border-radius:22px!important;background:#fbfaf7!important;
    box-shadow:0 28px 72px rgba(35,41,44,.17),inset 0 1px 0 rgba(255,255,255,.98)!important;overflow:hidden!important;overscroll-behavior:contain!important;z-index:1002!important;
  }
  html body .zpheader-style-01 .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:none!important;transition:opacity .14s ease,visibility 0s linear .14s!important}
  html body .zpheader-style-01 .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li.bq-dropdown-open>ul,
  html body .zpheader-style-01 .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li:hover.bq-dropdown-open>ul{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:none!important;transition:opacity .14s ease,visibility 0s!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul::before{display:none!important;content:none!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li{min-width:0!important;max-width:100%!important;border:0!important;border-radius:16px!important;overflow:hidden!important;background:transparent!important;padding:0!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li.bq-mega-feature{grid-column:1!important;grid-row:1 / span 5!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li:not(.bq-mega-feature){grid-column:2!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li>a{position:relative!important;display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-width:0!important;max-width:100%!important;min-height:78px!important;height:100%!important;padding:9px 34px 9px 9px!important;border:1px solid rgba(44,50,53,.075)!important;border-radius:16px!important;background:#fbfaf7!important;color:var(--bq-ink)!important;transform:none!important;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li>a::before,.theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li::before{display:none!important;content:none!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li>a:hover,.theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li.theme-menu-selected>a{background:#fff!important;border-color:rgba(47,145,184,.20)!important;box-shadow:0 10px 24px rgba(44,50,53,.08)!important;transform:none!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li>a::after{content:none!important;display:none!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li>a>.bq-mega-arrow{display:block!important;position:absolute!important;right:11px!important;top:50%!important;bottom:auto!important;left:auto!important;margin:0!important;transform:translateY(-50%)!important;color:var(--bq-blue)!important;font-size:17px!important;font-weight:700!important;line-height:1!important;background:none!important;border:0!important;box-shadow:none!important;filter:none!important;opacity:.82!important;pointer-events:none!important;transition:color .15s ease,opacity .15s ease,text-shadow .15s ease,font-weight .15s ease!important}
  html body .zpheader-style-01 .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li>a:hover>.bq-mega-arrow,
  html body .zpheader-style-01 .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li.theme-menu-selected>a>.bq-mega-arrow{right:11px!important;top:50%!important;bottom:auto!important;left:auto!important;margin:0!important;transform:translateY(-50%)!important;color:var(--bq-blue-2)!important;font-size:17px!important;font-weight:900!important;opacity:1!important;text-shadow:0 0 7px rgba(47,145,184,.42)!important}
  .bq-mega-media{display:block!important;width:88px!important;height:58px!important;border-radius:11px!important;overflow:hidden!important;background:#dedbd4!important}
  .bq-mega-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
  .bq-mega-copy{display:block!important;min-width:0!important;max-width:100%!important;padding-right:3px!important;overflow:hidden!important}
  .bq-mega-title{display:block!important;min-width:0!important;max-width:100%!important;color:var(--bq-ink)!important;font:700 15.5px/1.18 var(--bq-menu)!important;letter-spacing:-.025em!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}
  .bq-mega-desc{display:-webkit-box!important;min-width:0!important;max-width:100%!important;margin-top:5px!important;overflow:hidden!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;color:var(--bq-muted)!important;font:500 12px/1.38 var(--bq-body)!important;white-space:normal!important;overflow-wrap:anywhere!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li.bq-mega-feature>a{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-end!important;min-height:218px!important;height:100%!important;padding:0!important;overflow:hidden!important;background:#273033!important;border-color:rgba(44,50,53,.11)!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li.bq-mega-feature>a .bq-mega-media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border-radius:0!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li.bq-mega-feature>a .bq-mega-media::after{content:""!important;position:absolute!important;inset:0!important;background:rgba(24,30,33,.43)!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li.bq-mega-feature>a .bq-mega-copy{position:relative!important;z-index:2!important;padding:16px 44px 16px 16px!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li.bq-mega-feature>a .bq-mega-title{color:#fff!important;font-size:19px!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li.bq-mega-feature>a .bq-mega-desc{color:rgba(255,255,255,.80)!important;font-size:12.5px!important;max-width:40ch!important}
  .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li.bq-mega-feature>a>.bq-mega-arrow{right:15px!important;bottom:15px!important;top:auto!important;left:auto!important;margin:0!important;transform:none!important;color:#fff!important;font-size:19px!important;font-weight:700!important;opacity:.88!important}
  html body .zpheader-style-01 .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li.bq-mega-feature>a:hover>.bq-mega-arrow,
  html body .zpheader-style-01 .theme-navigation-and-icons .theme-menu-area .theme-menu>ul>li>ul>li.bq-mega-feature.theme-menu-selected>a>.bq-mega-arrow{right:15px!important;bottom:15px!important;top:auto!important;left:auto!important;margin:0!important;transform:none!important;color:#fff!important;font-size:19px!important;font-weight:900!important;opacity:1!important;text-shadow:0 0 8px rgba(255,255,255,.34)!important}

}

@media(min-width:992px) and (max-width:1180px){
  .theme-navigation-and-icons{right:12px!important;gap:10px!important;max-width:calc(100% - 238px)!important}
  .theme-navigation-and-icons>#bq-site-search-button{width:34px!important;min-width:34px!important;height:44px!important;min-height:44px!important;padding:0!important;margin-right:18px!important;background:transparent!important;background-color:transparent!important;background-image:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:none!important}
}

/* ---------- Mobile navigation ---------- */
@media(max-width:991px){
  .zpheader-style-01 .theme-header{box-sizing:border-box!important;position:fixed!important;top:8px!important;left:4px!important;right:4px!important;width:auto!important;min-height:68px!important;padding:0 6px 0 14px!important;display:flex!important;align-items:center!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:999px!important;background:rgba(35,43,46,.76)!important;-webkit-backdrop-filter:blur(28px) saturate(118%)!important;backdrop-filter:blur(28px) saturate(118%)!important;box-shadow:0 16px 36px rgba(27,33,36,.18),inset 0 1px 0 rgba(255,255,255,.24)!important;pointer-events:auto!important;overflow:visible!important;z-index:10050!important}
  .zpheader-style-01 .theme-header .zpcontainer:not([data-zs-responsive-menu-area]):not(.theme-responsive-menu-area){pointer-events:auto!important;position:relative!important;display:flex!important;flex:1 1 100%!important;align-items:center!important;width:100%!important;max-width:none!important;min-height:60px!important;margin:0!important;padding:6px 156px 6px 0!important;border:0!important;border-radius:0!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;overflow:visible!important}
  .zpheader-style-01 .theme-header .zpcontainer:not([data-zs-responsive-menu-area]):not(.theme-responsive-menu-area)::before,.zpheader-style-01 .theme-header .zpcontainer:not([data-zs-responsive-menu-area]):not(.theme-responsive-menu-area)::after{display:none!important;content:none!important}
  .theme-header .theme-logo-parent img,.theme-header img[data-zs-logo]{max-width:220px!important;max-height:48px!important;margin:0!important;object-position:left center!important}
  .theme-header .zpcontainer .theme-branding-info{display:flex!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;width:auto!important;margin:0 auto 0 0!important;padding:0!important;min-width:0!important;max-width:calc(100% - 196px)!important}.theme-header .theme-logo-parent,.theme-header [data-zs-branding]{display:flex!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;width:auto!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important}
  .theme-navigation-and-icons{display:none!important}
  [data-zs-responsive-menu-area],.theme-responsive-menu-area,.theme-responsive-menu-container{display:none!important}
  #bq-site-search-button{position:absolute!important;top:50%!important;right:112px!important;bottom:auto!important;left:auto!important;z-index:2!important;width:34px!important;min-width:34px!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;transform:translateY(-50%)!important}

  #bq-mobile-menu-toggle{position:absolute!important;right:7px!important;top:50%!important;transform:translateY(-50%)!important;height:46px!important;min-width:96px!important;max-width:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;margin:0!important;padding:0 13px 0 15px!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:13px!important;background:rgba(255,255,255,.96)!important;-webkit-appearance:none!important;appearance:none!important;box-shadow:0 10px 24px rgba(22,28,31,.16),inset 0 1px 0 #fff!important;color:var(--bq-ink)!important;line-height:1!important;z-index:2!important;transition:background-color .24s ease,border-color .24s ease,transform .24s ease!important}
  #bq-mobile-menu-toggle:active{transform:translateY(-50%) scale(.975)!important}
  .bq-menu-word{font:800 12px/1 var(--bq-menu)!important;letter-spacing:.12em!important;text-transform:uppercase!important}
  .bq-menu-mark{position:relative!important;width:18px!important;height:14px!important;display:block!important;flex:0 0 18px!important}
  .bq-menu-mark i{position:absolute!important;right:0!important;width:18px!important;height:1.8px!important;border-radius:999px!important;background:currentColor!important;transition:transform .30s cubic-bezier(.2,.8,.2,1),top .30s cubic-bezier(.2,.8,.2,1),width .24s cubic-bezier(.2,.8,.2,1)!important}
  .bq-menu-mark i:first-child{top:3px!important}
  .bq-menu-mark i:last-child{top:10px!important;width:12px!important}
  .bq-mobile-menu-open .bq-menu-mark i:first-child{top:7px!important;transform:rotate(45deg)!important}
  .bq-mobile-menu-open .bq-menu-mark i:last-child{top:7px!important;width:18px!important;transform:rotate(-45deg)!important}

  #bq-mobile-menu-scrim{position:fixed!important;inset:0!important;z-index:10074!important;background:rgba(18,23,25,.10)!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .28s ease,visibility 0s linear .28s!important}
  .bq-mobile-menu-open #bq-mobile-menu-scrim{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:opacity .28s ease,visibility 0s!important}

  #bq-mobile-menu-panel{position:fixed!important;z-index:10076!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;max-width:none!important;height:100dvh!important;max-height:none!important;padding:max(18px,env(safe-area-inset-top)) 0 max(18px,env(safe-area-inset-bottom))!important;box-sizing:border-box!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;border:0!important;border-radius:0!important;background:rgba(247,246,243,.988)!important;-webkit-backdrop-filter:blur(24px) saturate(108%)!important;backdrop-filter:blur(24px) saturate(108%)!important;box-shadow:none!important;opacity:1!important;visibility:hidden!important;pointer-events:none!important;transform:translateX(100%)!important;will-change:transform!important;transition:transform .34s cubic-bezier(.22,.8,.22,1),visibility 0s linear .34s!important;outline:none!important;scrollbar-width:thin!important}
  .bq-mobile-menu-open #bq-mobile-menu-panel{visibility:visible!important;pointer-events:auto!important;transform:translateX(0)!important;transition:transform .34s cubic-bezier(.22,.8,.22,1),visibility 0s!important}
  body.bq-mobile-menu-open{touch-action:none!important}

  #bq-mobile-menu-head{position:sticky!important;top:calc(-1 * max(18px,env(safe-area-inset-top)))!important;z-index:6!important;min-height:70px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;padding:max(18px,env(safe-area-inset-top)) 24px 16px!important;border-bottom:1px solid rgba(44,50,53,.10)!important;background:rgba(247,246,243,.96)!important;-webkit-backdrop-filter:blur(18px) saturate(108%)!important;backdrop-filter:blur(18px) saturate(108%)!important}
  #bq-mobile-menu-brand{display:flex!important;align-items:center!important;min-width:0!important;color:var(--bq-ink)!important;text-decoration:none!important;font:800 22px/1 var(--bq-menu)!important;letter-spacing:-.045em!important}
  #bq-mobile-menu-close{position:relative!important;right:auto!important;top:auto!important;z-index:5!important;margin:0!important;width:48px!important;height:48px!important;min-width:48px!important;flex:0 0 48px!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid rgba(45,51,54,.11)!important;border-radius:14px!important;background:rgba(255,255,255,.74)!important;color:var(--bq-ink)!important;box-shadow:0 8px 20px rgba(35,41,44,.06),inset 0 1px 0 rgba(255,255,255,.92)!important;font-size:0!important;line-height:0!important;-webkit-appearance:none!important;appearance:none!important;transition:background-color .22s ease,transform .22s ease!important}
  #bq-mobile-menu-close:active{transform:scale(.95)!important}
  #bq-mobile-menu-close::before,#bq-mobile-menu-close::after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:21px!important;height:2px!important;border-radius:999px!important;background:currentColor!important;transform-origin:center!important}
  #bq-mobile-menu-close::before{transform:translate(-50%,-50%) rotate(45deg)!important}
  #bq-mobile-menu-close::after{transform:translate(-50%,-50%) rotate(-45deg)!important}

  #bq-mobile-menu-intro{margin:0!important;padding:20px 24px 18px!important;border-bottom:1px solid rgba(44,50,53,.08)!important;color:var(--bq-muted)!important;font:500 13.5px/1.48 var(--bq-body)!important}
  #bq-mobile-menu-panel ul{list-style:none!important;margin:0!important;padding:0!important}
  #bq-mobile-menu-panel>ul{padding:0 18px 28px!important}
  #bq-mobile-menu-panel>ul>li{width:100%!important;border-bottom:1px solid rgba(44,50,53,.10)!important}
  #bq-mobile-menu-panel>ul>li:last-child{border-bottom:0!important}
  #bq-mobile-menu-panel>ul>li:first-child>a{min-height:70px!important;padding:0 7px!important}

  .bq-mobile-row{display:grid!important;grid-template-columns:minmax(0,1fr) 46px!important;align-items:center!important;gap:10px!important;min-height:72px!important;padding:4px 0!important;border-radius:0!important;transition:background-color .22s ease!important}
  #bq-mobile-menu-panel>ul>li.bq-sub-open>.bq-mobile-row{margin:0!important;background:rgba(47,145,184,.055)!important;box-shadow:none!important}
  .bq-mobile-row>a,.bq-mobile-row>span,#bq-mobile-menu-panel>ul>li>a{display:flex!important;align-items:center!important;min-height:62px!important;padding:0 7px!important;color:var(--bq-ink)!important;font:750 clamp(1.22rem,5.2vw,1.46rem)/1.12 var(--bq-menu)!important;letter-spacing:-.034em!important;text-decoration:none!important}
  .bq-mobile-sub-toggle{position:relative!important;width:44px!important;height:44px!important;min-width:44px!important;display:block!important;margin:0!important;padding:0!important;border:1px solid rgba(45,51,54,.11)!important;border-radius:13px!important;background:rgba(255,255,255,.56)!important;color:var(--bq-ink)!important;-webkit-appearance:none!important;appearance:none!important;transition:background-color .22s ease,border-color .22s ease,transform .22s ease!important}
  .bq-mobile-sub-toggle:active{transform:scale(.96)!important}
  .bq-mobile-sub-toggle::before,.bq-mobile-sub-toggle::after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:16px!important;height:1.7px!important;border-radius:999px!important;background:currentColor!important;transform:translate(-50%,-50%)!important;transition:transform .28s cubic-bezier(.22,.8,.22,1),opacity .20s ease!important}
  .bq-mobile-sub-toggle::after{transform:translate(-50%,-50%) rotate(90deg)!important}
  li.bq-sub-open>.bq-mobile-row .bq-mobile-sub-toggle{background:rgba(47,145,184,.08)!important;border-color:rgba(47,145,184,.18)!important;color:var(--bq-blue)!important}
  li.bq-sub-open>.bq-mobile-row .bq-mobile-sub-toggle::after{opacity:0!important;transform:translate(-50%,-50%) rotate(180deg)!important}

  #bq-mobile-menu-panel li>ul{display:grid!important;max-height:0!important;margin:0!important;padding:0!important;gap:9px!important;overflow:hidden!important;opacity:0!important;transform:translateY(-6px)!important;transition:max-height .34s cubic-bezier(.22,.8,.22,1),opacity .22s ease,transform .26s cubic-bezier(.22,.8,.22,1),margin .26s ease!important}
  #bq-mobile-menu-panel li.bq-sub-open>ul{max-height:1900px!important;margin:2px 0 18px!important;opacity:1!important;transform:translateY(0)!important}
  #bq-mobile-menu-panel li>ul>li{border:0!important;margin:0!important;padding:0!important}
  #bq-mobile-menu-panel li>ul a{position:relative!important;display:grid!important;grid-template-columns:84px minmax(0,1fr) 20px!important;align-items:center!important;gap:12px!important;min-height:82px!important;padding:9px 10px 9px 9px!important;border:1px solid rgba(45,51,54,.085)!important;border-radius:16px!important;background:rgba(255,255,255,.78)!important;color:var(--bq-ink)!important;box-shadow:0 8px 22px rgba(35,41,44,.055),inset 0 1px 0 rgba(255,255,255,.90)!important;text-decoration:none!important;transition:background-color .20s ease,border-color .20s ease,transform .20s ease!important}
  #bq-mobile-menu-panel li>ul a:active{transform:scale(.992)!important}
  .bq-mobile-menu-media{display:block!important;width:84px!important;height:62px!important;border-radius:11px!important;overflow:hidden!important;background:#dedbd4!important}
  .bq-mobile-menu-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
  .bq-mobile-menu-copy{display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}
  .bq-mobile-menu-copy strong{display:block!important;max-width:100%!important;overflow-wrap:anywhere!important;color:var(--bq-ink)!important;font:750 16px/1.18 var(--bq-menu)!important;letter-spacing:-.025em!important}
  .bq-mobile-menu-copy span{display:-webkit-box!important;max-width:100%!important;overflow-wrap:anywhere!important;word-break:normal!important;margin-top:4px!important;overflow:hidden!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;color:var(--bq-muted)!important;font:500 12px/1.36 var(--bq-body)!important}
  .bq-mobile-menu-arrow{display:block!important;color:var(--bq-blue)!important;font:750 18px/1 var(--bq-menu)!important;text-align:center!important}
}

/* ---------- Search ---------- */
#bq-site-search-root{position:static!important;font-family:var(--bq-body)!important}
#bq-btt-btn{display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(45,51,54,.12)!important;background:rgba(255,255,255,.92)!important;-webkit-backdrop-filter:blur(22px) saturate(118%)!important;backdrop-filter:blur(22px) saturate(118%)!important;box-shadow:0 12px 28px rgba(45,51,54,.13),inset 0 1px 0 #fff!important;color:var(--bq-ink)!important}
#bq-site-search-button{position:fixed!important;top:22px!important;right:22px!important;z-index:10080!important;width:34px!important;min-width:34px!important;height:44px!important;min-height:44px!important;display:grid!important;place-items:center!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;background-color:transparent!important;background-image:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;color:#fff!important;-webkit-appearance:none!important;appearance:none!important;-webkit-tap-highlight-color:transparent!important;font-size:0!important;line-height:0!important;cursor:pointer!important;opacity:1!important;transition:opacity .15s ease!important}
#bq-site-search-button::before,#bq-site-search-button::after{display:none!important;content:none!important;background:none!important;background-color:transparent!important;background-image:none!important;border:0!important;box-shadow:none!important;filter:none!important}
#bq-site-search-button:focus-visible{outline:2px solid rgba(255,255,255,.92)!important;outline-offset:3px!important}
.bq-search-icon{display:grid!important;place-items:center!important;width:17px!important;height:17px!important;flex:0 0 17px!important;transform:translateY(-1px)!important}.bq-search-icon svg{width:17px!important;height:17px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.bq-search-label{display:none!important}
@media(max-width:991px){#bq-site-search-button{position:absolute!important;top:50%!important;right:66px!important;bottom:auto!important;left:auto!important;z-index:2!important;width:34px!important;min-width:34px!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;color:#fff!important;transform:translateY(-50%)!important}}
.bq-search-scrim{position:fixed!important;inset:0!important;z-index:10081!important;background:rgba(28,34,37,.36)!important;-webkit-backdrop-filter:blur(7px)!important;backdrop-filter:blur(7px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .18s ease,visibility 0s linear .18s!important}
.bq-search-open .bq-search-scrim{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:opacity .18s ease,visibility 0s!important}
#bq-site-search-panel{position:fixed!important;left:50%!important;top:50%!important;bottom:auto!important;width:min(1040px,calc(100vw - 48px))!important;max-height:min(76dvh,760px)!important;z-index:10082!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border:1px solid rgba(45,51,54,.12)!important;border-radius:28px!important;background:rgba(253,252,249,.97)!important;-webkit-backdrop-filter:blur(28px) saturate(115%)!important;backdrop-filter:blur(28px) saturate(115%)!important;box-shadow:0 34px 90px rgba(28,34,37,.24),inset 0 1px 0 #fff!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,-46%) scale(.985)!important;transition:opacity .20s ease,transform .22s ease,visibility 0s linear .22s!important}
.bq-search-open #bq-site-search-panel{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,-50%) scale(1)!important;transition:opacity .20s ease,transform .22s ease,visibility 0s!important}
.bq-ss-close{position:absolute!important;right:18px!important;top:18px!important;width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border:1px solid rgba(45,51,54,.11)!important;border-radius:999px!important;background:#fff!important;color:#51575a!important;z-index:3!important;box-shadow:0 7px 18px rgba(45,51,54,.07)!important}
.bq-ss-close svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important}
.bq-ss-header{padding:36px 82px 26px 36px!important;border-bottom:1px solid rgba(45,51,54,.09)!important;flex:0 0 auto!important}
.bq-ss-kicker{margin:0 0 13px!important;color:var(--bq-cognac)!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:.15em!important;text-transform:uppercase!important}
.bq-ss-title{margin:0!important;color:var(--bq-ink)!important;font-size:clamp(2rem,3.25vw,3.4rem)!important;font-weight:700!important;line-height:1.02!important;letter-spacing:-.045em!important}
.bq-ss-subtitle{margin:13px 0 0!important;color:var(--bq-muted)!important;font-size:1rem!important;line-height:1.55!important}
.bq-ss-form{display:grid!important;grid-template-columns:minmax(0,1fr) 126px!important;gap:10px!important;margin-top:24px!important;padding:0!important;background:transparent!important}
.bq-ss-input-shell{position:relative!important;min-width:0!important}
#bq-site-search-input{width:100%!important;height:58px!important;min-height:58px!important;padding:0 54px 0 18px!important;border:1px solid rgba(45,51,54,.16)!important;border-radius:14px!important;background:#fff!important;color:var(--bq-ink)!important;font-size:16px!important;font-weight:600!important;outline:none!important;box-shadow:inset 0 1px 2px rgba(45,51,54,.035)!important;-webkit-appearance:none!important;appearance:none!important}
#bq-site-search-input:focus{border-color:rgba(47,145,184,.55)!important;box-shadow:0 0 0 3px rgba(47,145,184,.12)!important}
#bq-site-search-input::-webkit-search-cancel-button{-webkit-appearance:none!important;appearance:none!important;display:none!important}
#bq-site-search-clear{position:absolute!important;right:9px!important;top:50%!important;width:40px!important;height:40px!important;display:grid!important;place-items:center!important;margin:0!important;padding:0!important;border:0!important;border-radius:10px!important;background:#eef2f2!important;color:#545b5e!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-50%)!important}
.bq-search-has-query #bq-site-search-clear{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
#bq-site-search-clear svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important}
#bq-site-search-submit{height:58px!important;min-height:58px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 18px!important;border:1px solid rgba(121,76,34,.16)!important;border-radius:14px!important;background:var(--bq-cognac)!important;color:#fff!important;font-size:15px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 8px 18px rgba(113,72,35,.13),inset 0 1px 0 rgba(255,255,255,.20)!important;-webkit-appearance:none!important;appearance:none!important}
.bq-submit-label{display:block!important;position:static!important;margin:0!important;padding:0!important;line-height:1!important}
.bq-ss-body{min-height:180px!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important;padding:22px 36px 30px!important;flex:1 1 auto!important}
.bq-ss-welcome{padding:0!important}.bq-ss-topic-label{display:block!important;margin-bottom:12px!important;color:#85898a!important;font-size:.68rem!important;font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase!important}.bq-ss-topic-list{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.bq-ss-topic{min-height:38px!important;padding:8px 13px!important;border:1px solid rgba(45,51,54,.10)!important;border-radius:999px!important;background:#fff!important;color:#596063!important;font-size:13px!important;font-weight:600!important}.bq-ss-topic:hover{border-color:rgba(47,145,184,.25)!important;background:#f2f8fa!important;color:var(--bq-blue-2)!important}
.bq-ss-results{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
.bq-ss-result-card{position:relative!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:6px!important;min-height:150px!important;padding:18px 44px 18px 18px!important;border:1px solid rgba(45,51,54,.10)!important;border-radius:17px!important;background:#fff!important;color:var(--bq-ink)!important;text-decoration:none!important;box-shadow:0 8px 24px rgba(45,51,54,.055)!important;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease!important}
.bq-ss-result-card:hover{border-color:rgba(47,145,184,.24)!important;box-shadow:0 12px 28px rgba(45,51,54,.08)!important;transform:translateY(-1px)!important}
.bq-ss-result-meta{color:var(--bq-cognac)!important;font-size:.70rem!important;font-weight:700!important;letter-spacing:.11em!important;text-transform:uppercase!important}.bq-ss-result-title{color:var(--bq-ink)!important;font-size:1.08rem!important;font-weight:700!important;line-height:1.22!important}.bq-ss-result-summary{color:var(--bq-muted)!important;font-size:.87rem!important;font-weight:400!important;line-height:1.48!important}.bq-ss-result-arrow{position:absolute!important;right:17px!important;top:18px!important;color:var(--bq-blue)!important;font-size:18px!important;font-weight:700!important}
.bq-ss-empty{margin:0!important;padding:20px!important;border:1px solid rgba(45,51,54,.09)!important;border-radius:15px!important;background:#fff!important;color:var(--bq-muted)!important}

/* ---------- Back to top ---------- */
#bq-btt-btn{position:fixed!important;left:50%!important;right:auto!important;bottom:18px!important;width:52px!important;height:52px!important;padding:0!important;border-radius:999px!important;z-index:10070!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,14px)!important;transition:opacity .20s ease,transform .22s ease,visibility 0s linear .22s,box-shadow .15s ease!important}
#bq-btt-btn.bq-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important;transition:opacity .20s ease,transform .22s ease,visibility 0s!important}
#bq-btt-btn::before{content:""!important;width:12px!important;height:12px!important;border-left:3px solid currentColor!important;border-top:3px solid currentColor!important;transform:translateY(3px) rotate(45deg)!important;border-radius:1px!important}
@media(hover:hover) and (pointer:fine){#bq-site-search-button:hover{opacity:.72!important}#bq-btt-btn.bq-visible:hover{border-color:rgba(47,145,184,.24)!important;box-shadow:0 15px 32px rgba(45,51,54,.15),inset 0 1px 0 #fff!important;transform:translate(-50%,-2px)!important}}

/* ---------- Footer: one compact surface ---------- */
.theme-footer-area,
.theme-footer-area>.zpcontainer,
.theme-footer-area .zpsection,
.theme-footer-area .zpcontainer,
.theme-footer-area .zprow,
.theme-footer-area .zpcolumn,
.theme-footer-area .zpelement,
.theme-footer-area .zpelem-code{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;
}
.bq-footer,.bq-footer *,.bq-footer *::before,.bq-footer *::after{box-sizing:border-box}
.bq-footer{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding:22px var(--bq-rail-gutter) 78px!important;color:var(--bq-ink)!important;background:#f2f4f3!important;border-top:1px solid rgba(47,145,184,.10)!important}
.bq-footer-shell{width:100%;max-width:none;margin:0 auto;padding:24px 28px 18px;border:1px solid rgba(45,51,54,.085);border-radius:24px;background:rgba(255,255,255,.76);box-shadow:0 14px 34px rgba(45,51,54,.06),inset 0 1px 0 rgba(255,255,255,.92);-webkit-backdrop-filter:blur(20px) saturate(108%);backdrop-filter:blur(20px) saturate(108%)}
.bq-footer-top{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(240px,.45fr);gap:34px;align-items:center;padding-bottom:22px}
.bq-footer-brand{max-width:780px}.bq-footer-logo{display:inline-flex;margin-bottom:5px}.bq-footer-logo img{display:block;width:min(190px,56vw)!important;height:auto!important;object-fit:contain!important;object-position:left center!important}
.bq-footer-kicker{margin:0 0 6px!important;color:var(--bq-cognac)!important;font-size:.67rem!important;font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase!important}
.bq-footer-brand h2{margin:0!important;max-width:760px;color:var(--bq-ink)!important;font-size:clamp(1.55rem,2vw,2.15rem)!important;line-height:1.04!important;letter-spacing:-.042em!important;font-weight:700!important}
.bq-footer-brand>p:last-child{max-width:760px;margin:5px 0 0!important;color:var(--bq-muted)!important;font-size:.92rem!important;line-height:1.50!important}
.bq-footer-action{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:0}.bq-footer-action .bq-btn{min-width:210px}.bq-footer-text-link,.bq-footer-email{color:#62686a!important;font-size:.86rem!important;font-weight:600!important;text-decoration:none!important}.bq-footer-text-link:hover,.bq-footer-email:hover{color:var(--bq-blue-2)!important}
.bq-footer-nav{border-top:1px solid var(--bq-line);border-bottom:1px solid var(--bq-line)}
.bq-footer-group{display:grid!important;grid-template-columns:210px minmax(0,1fr)!important;column-gap:28px!important;align-items:start!important;margin:0!important;padding:13px 0!important;border:0!important;background:transparent!important}
.bq-footer-group+ .bq-footer-group{border-top:1px solid rgba(45,51,54,.075)!important}
.bq-footer-group>summary{list-style:none!important;display:block!important;grid-column:1!important;margin:0!important;padding:1px 0!important;cursor:default!important;color:var(--bq-ink)!important;font-size:.88rem!important;line-height:1.35!important;font-weight:700!important}
.bq-footer-group>summary::-webkit-details-marker{display:none!important}.bq-footer-plus{display:none!important}
.bq-footer-links{grid-column:2!important;display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;justify-content:flex-start!important;gap:9px 28px!important;margin:0!important;padding:0!important}
.bq-footer-links a{color:#62686a!important;font-size:.87rem!important;line-height:1.35!important;font-weight:500!important;text-decoration:none!important;transition:color .15s ease!important}.bq-footer-links a:hover{color:var(--bq-blue-2)!important}
.bq-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-top:14px;color:#85898a!important;font-size:.73rem!important;line-height:1.4!important}.bq-footer-bottom a{color:#85898a!important;text-decoration:none!important}.bq-footer-bottom a:hover{color:var(--bq-blue-2)!important}
@media(max-width:900px){.bq-footer-top{grid-template-columns:1fr!important;gap:14px!important}.bq-footer-action{padding:0!important}}
@media(max-width:820px){
  .bq-footer{padding:8px var(--bq-rail-gutter) 64px!important}.bq-footer-shell{width:100%!important;padding:18px 15px 12px!important;border-radius:20px!important}.bq-footer-logo{margin-bottom:8px!important}.bq-footer-brand h2{font-size:clamp(1.65rem,7.2vw,2.15rem)!important}.bq-footer-brand>p:last-child{font-size:.90rem!important;line-height:1.48!important}
  .bq-footer-action{gap:6px!important}.bq-footer-action .bq-btn{width:100%!important;min-width:0!important}.bq-footer-nav{margin-top:2px!important}.bq-footer-group{display:block!important;padding:0!important}.bq-footer-group+ .bq-footer-group{border-top:1px solid rgba(45,51,54,.08)!important}.bq-footer-group>summary{position:relative!important;display:grid!important;grid-template-columns:1fr 34px!important;gap:8px!important;align-items:center!important;min-height:48px!important;padding:7px 0!important;cursor:pointer!important;font-size:.98rem!important}.bq-footer-plus{display:block!important;position:relative!important;width:34px!important;height:34px!important;border:1px solid rgba(45,51,54,.10)!important;border-radius:50%!important;background:rgba(255,255,255,.66)!important}.bq-footer-plus::before,.bq-footer-plus::after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:10px!important;height:2px!important;border-radius:999px!important;background:#596063!important;transform:translate(-50%,-50%)!important}.bq-footer-plus::after{transform:translate(-50%,-50%) rotate(90deg)!important}.bq-footer-group[open] .bq-footer-plus{background:#eef6f9!important;border-color:rgba(47,145,184,.18)!important}.bq-footer-group[open] .bq-footer-plus::after{opacity:0!important}.bq-footer-links{display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding:0 0 7px!important}.bq-footer-links a{padding:7px 3px!important;border-top:1px solid rgba(45,51,54,.065)!important;font-size:.91rem!important}.bq-footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:4px!important;padding-top:9px!important}
}


/* Light principle cards on dark About sections keep their intended light-card typography. */
.bq-stage-dark .bq-principle-card h3,.bq-on-dark .bq-principle-card h3{color:var(--bq-ink)!important;text-shadow:none!important}
.bq-stage-dark .bq-principle-card p,.bq-on-dark .bq-principle-card p{color:var(--bq-muted)!important;text-shadow:none!important}

/* ---------- Native form surfaces ---------- */
input,textarea,select,.zpform-container input,.zpform-container textarea,.zpform-container select{border-color:rgba(45,51,54,.16)!important;background:#fff!important;color:var(--bq-ink)!important}

/* ---------- Responsive ---------- */
@media(max-width:991px){
  html,body,.theme-content-area,.theme-content-container,.theme-content-area-inner,.theme-pages-full-stretch{width:100%!important;inline-size:100%!important;max-width:100%!important;max-inline-size:none!important;margin-left:0!important;margin-right:0!important;margin-inline:0!important;padding-left:0!important;padding-right:0!important;padding-inline:0!important}
  .theme-content-area .zpcontainer,.theme-content-container .zpcontainer,.theme-content-area-inner .zpcontainer,.theme-pages-full-stretch .zpcontainer,.theme-pages-full-stretch .zpcontainer-fluid{width:100%!important;inline-size:100%!important;max-width:none!important;max-inline-size:none!important;margin-left:0!important;margin-right:0!important;margin-inline:0!important;padding-left:0!important;padding-right:0!important;padding-inline-start:0!important;padding-inline-end:0!important}
  .theme-content-area-inner>.zpcontainer,.theme-pages-full-stretch .theme-content-area-inner>.zpcontainer,.theme-content-area-inner .zpcontainer:has(.bq-page),.theme-content-area-inner .zpcontainer:has(.bq-hero-stage){width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
  .zpsection:has(.bq-page),.zpsection:has(.bq-hero-stage),.zprow:has(.bq-page),.zprow:has(.bq-hero-stage),.zpcolumn:has(.bq-page),.zpcolumn:has(.bq-hero-stage),.zpelement:has(.bq-page),.zpelem-code:has(.bq-page){width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
}
@media(max-width:900px){.bq-two-col,.bq-founder-grid{grid-template-columns:1fr!important}.bq-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bq-principle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:768px){
  :root{--bq-rail-gutter:4px}
  html,body{overflow-x:clip!important}
  .bq-page{width:calc(100vw - 8px)!important;max-width:calc(100vw - 8px)!important;margin-left:calc(50% - 50vw + 4px)!important;margin-right:0!important}.bq-shell,.bq-shell-wide{width:calc(100% - (var(--bq-rail-gutter) * 2))!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}
  .bq-footer{width:calc(100vw - 8px)!important;max-width:calc(100vw - 8px)!important;margin-left:calc(50% - 50vw + 4px)!important;margin-right:0!important;padding-left:var(--bq-rail-gutter)!important;padding-right:var(--bq-rail-gutter)!important}
  .bq-hero-stage{width:calc(100vw - 8px)!important;max-width:calc(100vw - 8px)!important;min-height:80svh!important;margin-left:calc(50% - 50vw + 4px)!important;margin-right:0!important;margin-top:5px!important;margin-bottom:12px!important;padding:88px 22px 30px!important;border-radius:22px!important}
  .bq-hero-shell{width:100%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}
  .bq-hero-card{width:100%!important;max-width:none!important;padding:24px 18px!important;border-radius:21px!important}.bq-hero-stage h1{font-size:clamp(2.18rem,8.4vw,2.9rem)!important;line-height:1.05!important}.bq-hero-text{font-size:.96rem!important}.bq-actions{flex-direction:column!important}.bq-btn{width:100%!important}
  .bq-panel-section,.bq-content-section,.bq-section{padding:42px 0!important}.bq-stage-section,.bq-cinematic{width:calc(100vw - 8px)!important;max-width:calc(100vw - 8px)!important;min-height:72svh!important;margin-left:calc(50% - 50vw + 4px)!important;margin-right:0!important;margin-top:5px!important;margin-bottom:12px!important;padding:32px 0 36px!important;border-radius:22px!important}.bq-stage-section>.bq-shell,.bq-cinematic>.bq-shell{width:calc(100% - 44px)!important;max-width:calc(100% - 44px)!important;margin-left:auto!important;margin-right:auto!important}.bq-page h2{font-size:clamp(1.85rem,7.4vw,2.42rem)!important;line-height:1.09!important}.bq-page h3{font-size:1.15rem!important}.bq-page p,.bq-page li,.bq-page small{font-size:.95rem!important;line-height:1.58!important}.bq-signal-grid,.bq-service-grid,.bq-work-grid,.bq-principle-grid{grid-template-columns:1fr!important}.bq-service-card{min-height:auto!important}.bq-method-list li{grid-template-columns:46px 1fr!important;gap:15px!important}.bq-founder-photo,.bq-founder-photo img{min-height:400px!important}
  #bq-site-search-root{position:static!important}.bq-search-label{display:none!important}#bq-site-search-button{position:absolute!important;top:50%!important;right:66px!important;bottom:auto!important;left:auto!important;z-index:2!important;width:34px!important;min-width:34px!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;transform:translateY(-50%)!important}.bq-search-icon{width:17px!important;height:17px!important;flex-basis:17px!important}.bq-search-icon svg{width:17px!important;height:17px!important}
  #bq-btt-btn{left:50%!important;right:auto!important;bottom:12px!important;width:50px!important;height:50px!important;border-radius:999px!important}
  #bq-site-search-panel{left:10px!important;right:10px!important;top:86px!important;bottom:66px!important;width:auto!important;height:auto!important;max-height:none!important;border-radius:22px!important;transform:translateY(12px) scale(.99)!important;transform-origin:center bottom!important}.bq-search-open #bq-site-search-panel{transform:none!important}
  .bq-ss-close{right:12px!important;top:12px!important;width:40px!important;height:40px!important}.bq-ss-header{padding:18px 52px 12px 16px!important}.bq-ss-kicker{margin-bottom:7px!important}.bq-ss-title{font-size:clamp(1.7rem,7vw,2.12rem)!important;line-height:1.04!important}.bq-ss-subtitle{margin-top:8px!important;font-size:.87rem!important;line-height:1.42!important}.bq-ss-form{grid-template-columns:1fr!important;gap:7px!important;margin-top:10px!important}#bq-site-search-input,#bq-site-search-submit{height:46px!important;min-height:46px!important}#bq-site-search-submit{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 16px!important;line-height:1!important}.bq-ss-body{padding:10px 16px 14px!important;max-height:none!important;min-height:0!important;flex:1 1 auto!important}.bq-ss-results{grid-template-columns:1fr!important;gap:8px!important}.bq-ss-result-card{min-height:0!important;padding:13px 40px 13px 13px!important}.bq-ss-topic-list{gap:6px!important}.bq-ss-topic{font-size:11.5px!important}
}
@media(max-width:430px){.theme-header .theme-logo-parent img,.theme-header img[data-zs-logo]{max-width:clamp(150px,50vw,198px)!important;max-height:44px!important}.bq-proof-strip{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important}.bq-proof-strip li{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;min-height:38px!important;padding:8px 9px!important;text-align:center!important;white-space:normal!important;overflow-wrap:anywhere!important}.bq-hero-card .bq-eyebrow{max-width:100%!important;overflow-wrap:anywhere!important}}

/* ---------- Progressive refraction ---------- */
@supports (backdrop-filter:url("../images/ballastiq-liquid-refraction.svg#bq-liquid-refraction")){
  .zpheader-style-01 .theme-header,
  #bq-mobile-menu-panel,#bq-site-search-button,#bq-site-search-panel,#bq-btt-btn,.bq-hero-card,.bq-glass-card,.bq-glass-panel,.bq-footer-shell{
    -webkit-backdrop-filter:blur(24px) saturate(120%)!important;
    backdrop-filter:url("../images/ballastiq-liquid-refraction.svg#bq-liquid-refraction") blur(22px) saturate(120%)!important;
  }
}


@media(max-width:430px){
  #bq-mobile-menu-toggle{height:43px!important;min-width:88px!important;padding:0 11px 0 13px!important;gap:9px!important}
  .bq-menu-word{font-size:11px!important}
  #bq-site-search-button{right:102px!important}
  .zpheader-style-01 .theme-header .zpcontainer:not([data-zs-responsive-menu-area]):not(.theme-responsive-menu-area){padding-right:146px!important}
  .theme-header .zpcontainer .theme-branding-info{max-width:calc(100% - 184px)!important}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation:none!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
@media print{#bq-btt-btn,#bq-site-search-root,#bq-site-search-button,#bq-mobile-menu-toggle,#bq-mobile-menu-panel,#bq-mobile-menu-scrim{display:none!important}}
