/* Automatic site chrome, homepage dark mode, compact privacy/chat controls. */
:root{color-scheme:light dark}
.ewd-cookie-settings-link{appearance:none;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-decoration:underline;text-underline-offset:3px;padding:0}
.ewd-cookie-settings-link:focus-visible{outline:3px solid #f59e0b;outline-offset:4px;border-radius:3px}
.ewd-measurement-settings{display:none!important}
.ewd-site-logo-img{transition:filter .2s ease}
.ewd-assistant{bottom:1rem!important;right:1rem!important;z-index:9997!important}
.ewd-assistant__toggle{height:46px!important;width:46px!important;opacity:.82;box-shadow:0 8px 24px rgba(15,23,42,.2)!important;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease}
.ewd-assistant__toggle:hover,.ewd-assistant__toggle:focus-visible,.ewd-assistant__toggle[aria-expanded="true"]{opacity:1;transform:translateY(-2px);box-shadow:0 12px 30px rgba(15,23,42,.28)!important}
.ewd-assistant__toggle svg{height:21px;width:21px}
.ewd-assistant__panel{bottom:58px!important;height:min(560px,calc(100vh - 6rem))!important}

@media(max-width:767px){
  .ewd-assistant{bottom:5.4rem!important;right:.75rem!important}
  .ewd-assistant__toggle{height:42px!important;width:42px!important}
  .ewd-assistant__panel{bottom:52px!important;height:min(520px,calc(100vh - 10rem))!important;width:calc(100vw - 1.5rem)!important}
  .ewd-measurement-consent{bottom:5rem!important;left:.65rem!important;right:.65rem!important;width:auto!important;z-index:99999!important}
}

/* Compact navigation rail for phones and small tablets held in landscape. */
@media (orientation:landscape) and (max-width:950px) and (max-height:600px){
  :root{--ewd-landscape-rail:168px}
  html{scroll-padding-top:0;scroll-padding-left:var(--ewd-landscape-rail)}
  .wp-site-blocks>header.wp-block-template-part{bottom:0;left:0;position:fixed!important;top:0!important;width:var(--ewd-landscape-rail);z-index:10000}
  .admin-bar .wp-site-blocks>header.wp-block-template-part{top:0!important}
  .ewd-site-header{border-bottom:0;border-right:1px solid rgba(226,232,240,.9);height:100%;overflow-y:auto}
  .ewd-site-topbar{display:none}
  .ewd-site-header__inner{align-items:stretch;display:flex;flex-direction:column;gap:.65rem;height:100%;min-height:0;padding:max(.8rem,env(safe-area-inset-top)) .8rem max(.8rem,env(safe-area-inset-bottom));width:100%}
  .ewd-site-logo-link{margin:0 auto;max-width:136px;min-height:34px}
  .ewd-site-logo-img{width:136px!important}
  .ewd-primary-nav{align-items:stretch;display:grid!important;gap:.15rem;justify-content:stretch;margin:auto 0;overflow:visible}
  .ewd-primary-nav a{border-radius:9px;font-size:.68rem;letter-spacing:.035em;line-height:1.15;padding:.55rem .6rem}
  .ewd-primary-nav a:hover,.ewd-primary-nav a:focus-visible{background:rgba(37,99,235,.1)}
  .ewd-primary-nav a::after{display:none}
  .ewd-header-cta{display:inline-flex!important;font-size:.69rem;justify-self:auto;min-height:38px;padding:.55rem .65rem;text-align:center;white-space:normal;width:100%}
  .ewd-menu-toggle,.ewd-mobile-menu{display:none!important}
  .wp-site-blocks>main,.wp-site-blocks>footer,.wp-site-blocks>footer.wp-block-template-part{margin-left:var(--ewd-landscape-rail)!important;width:calc(100% - var(--ewd-landscape-rail))!important}
  .ewd-home-growth .ewd-home-hero{padding-bottom:3rem;padding-top:3rem}
  .ewd-home-growth .ewd-home-section{padding-bottom:3rem;padding-top:3rem}
  .ewd-home-growth .ewd-home-hero h1{font-size:clamp(2rem,7vw,3.25rem)}
  .ewd-home-growth .ewd-home-mobile-cta{left:var(--ewd-landscape-rail)}
  .ewd-assistant{bottom:4.8rem!important}
}

@media(prefers-color-scheme:dark){
  :root{--ewd-dark-bg:#07111f;--ewd-dark-surface:#0d1b2d;--ewd-dark-card:#122238;--ewd-dark-border:#263b55;--ewd-dark-text:#e8f0fa;--ewd-dark-muted:#a9b8cb}
  body,.wp-site-blocks{background:var(--ewd-dark-bg)!important;color:var(--ewd-dark-text)!important}
  .ewd-site-header,.ewd-site-header__main,.ewd-site-utility{background:#081423!important;border-color:var(--ewd-dark-border)!important;color:var(--ewd-dark-text)!important}
  .ewd-site-header a,.ewd-site-utility a,.ewd-site-header button{color:var(--ewd-dark-text)!important}
  .ewd-site-logo-img{filter:brightness(0) invert(1)!important}
  .ewd-site-footer{background:#06101d!important;color:var(--ewd-dark-muted)!important}
  .ewd-site-footer h2,.ewd-site-footer h3,.ewd-site-footer strong,.ewd-site-footer a{color:var(--ewd-dark-text)!important}
  .ewd-site-footer__divider,.ewd-site-footer__legal{border-color:var(--ewd-dark-border)!important}
  .ewd-home-growth .bg-white{background:var(--ewd-dark-bg)!important}
  .ewd-home-growth .bg-slate-50{background:var(--ewd-dark-surface)!important}
  .ewd-home-growth .bg-navy{background:#050d18!important}
  .ewd-home-growth .bg-white\/10{background:rgba(18,34,56,.78)!important}
  .ewd-home-growth .text-navy,.ewd-home-growth .text-slate-900{color:var(--ewd-dark-text)!important}
  .ewd-home-growth .text-slate-500,.ewd-home-growth .text-slate-600,.ewd-home-growth .text-slate-700{color:var(--ewd-dark-muted)!important}
  .ewd-home-growth .border-slate-100,.ewd-home-growth .border-slate-200{border-color:var(--ewd-dark-border)!important}
  .ewd-home-growth .ewd-home-proof-card,.ewd-home-growth article.bg-white,.ewd-home-growth blockquote,.ewd-home-growth form{background:var(--ewd-dark-card)!important;border-color:var(--ewd-dark-border)!important}
  .ewd-home-growth .ewd-card-link--light{background:var(--ewd-dark-card)!important;color:var(--ewd-dark-text)!important}
  .ewd-home-growth .ewd-card-link--light p{color:var(--ewd-dark-muted)!important}
  .ewd-home-growth .ewd-home-testimonial:before{color:#24405f}
  .ewd-home-growth .ewd-home-mobile-cta{background:#091625!important;border-color:var(--ewd-dark-border)!important}
  .ewd-home-growth .ewd-home-mobile-cta .bg-slate-100{background:#172a42!important;color:var(--ewd-dark-text)!important}
  .ewd-home-growth input,.ewd-home-growth select,.ewd-home-growth textarea{background:#081423!important;border-color:#344b68!important;color:var(--ewd-dark-text)!important}
  .ewd-home-growth input::placeholder,.ewd-home-growth textarea::placeholder{color:#8192a8}
  .ewd-assistant__panel{background:var(--ewd-dark-surface)!important;border-color:var(--ewd-dark-border)!important}
  .ewd-assistant__messages{background:#091625!important}
  .ewd-assistant__message--assistant,.ewd-assistant__suggestions button{background:var(--ewd-dark-card)!important;border-color:var(--ewd-dark-border)!important;color:var(--ewd-dark-text)!important}
  .ewd-assistant__form input{background:#081423!important;border-color:#344b68!important;color:var(--ewd-dark-text)!important}
  .ewd-assistant__disclosure{color:var(--ewd-dark-muted)!important}
  .ewd-measurement-consent{background:var(--ewd-dark-surface)!important;border-color:var(--ewd-dark-border)!important;color:var(--ewd-dark-text)!important}
  .ewd-measurement-consent button{background:var(--ewd-dark-card)!important;color:#bfdbfe!important;border-color:#60a5fa!important}
  .ewd-measurement-consent [data-ewd-measurement-accept]{background:#2563eb!important;color:#fff!important}
  .ewd-measurement-consent a{color:#93c5fd!important}
}

@media (prefers-color-scheme:dark) and (orientation:landscape) and (max-width:950px) and (max-height:600px){
  .ewd-site-header{border-right-color:var(--ewd-dark-border)!important}
  .ewd-primary-nav a:hover,.ewd-primary-nav a:focus-visible{background:rgba(96,165,250,.14)!important}
}

@media(prefers-reduced-motion:reduce){.ewd-assistant__toggle,.ewd-home-proof-card{transition:none!important;transform:none!important}}
