:root{
  --dos-orange:#ff8100;
  --dos-amber:#ffb100;
  --dos-blue:#199eeb;
  --dos-green:#00583d;
  --dos-green-hover:#02be86;
  --dos-ink:#161922;
  --dos-text:#2c2c2c;
  --dos-muted:#626262;
  --dos-bg:#fcfcfc;
  --dos-white:#fff;
  --dos-line:#e8e8e8;
  --dos-shell:1180px;
  --dos-content:760px;
  --dos-header-h:161px;
  --dos-radius:10px;
  --dos-shadow:0 18px 60px rgba(22,25,34,.08);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--dos-bg)}
body{margin:0;background:var(--dos-bg);color:var(--dos-text);font-family:Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:300;line-height:1.875;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,svg,video,iframe{display:block;max-width:100%}
img{height:auto}
a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}
a:hover{color:var(--dos-orange)}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
::selection{background:var(--dos-orange);color:#fff}

.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:8px;left:8px;z-index:9999;padding:10px 14px;background:#fff;color:#000;transform:translateY(-150%);transition:transform .2s}
.skip-link:focus{transform:none}
.shell{width:min(calc(100% - 64px),var(--dos-shell));margin-inline:auto}
.content-narrow{width:min(calc(100% - 64px),var(--dos-content));margin-inline:auto}
.site-main{min-height:55vh}

/* Header — mirrors BeTheme split navigation without BeTheme runtime. */
.site-header{position:relative;z-index:100;background:rgba(252,252,252,.96);border-bottom:1px solid rgba(0,0,0,.045)}
.site-header__inner{position:relative;width:min(calc(100% - 48px),1200px);min-height:var(--dos-header-h);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,250px) minmax(0,1fr);align-items:center;gap:24px}
.site-brand{display:flex;align-items:center;justify-content:center;align-self:stretch}
.site-brand .custom-logo-link{display:flex;align-items:center;justify-content:center;height:100%;padding:26px 0}
.site-brand .custom-logo{width:auto;max-width:230px;max-height:108px;object-fit:contain}
.site-brand__text{font-size:22px;font-weight:600;text-decoration:none;text-align:center}
.site-nav{min-width:0}
.site-nav--left{justify-self:end}
.site-nav--right{justify-self:start}
.site-menu{display:flex;align-items:center;gap:clamp(18px,2.2vw,38px);list-style:none;margin:0;padding:0}
.site-menu li{position:relative;margin:0}
.site-menu a{display:block;padding:14px 0;color:#199EEB;font-size:18px;font-weight:600;line-height:1.3;text-decoration:none;white-space:nowrap;transition:color .18s ease}
.site-menu a:hover,.site-menu a:focus-visible{color:#ff8100}
.site-menu .sub-menu{position:absolute;top:100%;left:-18px;z-index:20;display:none;min-width:220px;padding:10px 18px;margin:0;list-style:none;background:#fff;box-shadow:var(--dos-shadow);border-radius:8px}
.site-menu li:hover>.sub-menu,.site-menu li:focus-within>.sub-menu{display:block}
.site-menu .sub-menu a{padding:9px 0;font-size:15px;font-weight:500}
.menu-toggle,.mobile-nav{display:none}

/* Hero: poster is first paint, video is optional progressive enhancement. */
.hero-video{position:relative;isolation:isolate;width:100%;height:clamp(440px,62.5vw,900px);overflow:hidden;background:#101217}
.hero-video__poster,.hero-video__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-video__poster{z-index:-3}
.hero-video__media{z-index:-2}
.hero-video__shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.08))}

/* Typography */
h1,h2,h3,h4,h5,h6{margin:0 0 .55em;color:var(--dos-ink);font-weight:400;line-height:1.18;text-wrap:balance}
h1{font-size:clamp(2.65rem,5vw,4.05rem)}
h2{font-size:clamp(2rem,3.8vw,3.125rem)}
h3{font-size:clamp(1.55rem,2.7vw,2.375rem)}
h4{font-size:1.375rem}
h5{font-size:1.25rem;font-weight:700}
h6{font-size:1rem;font-weight:500}
p,ul,ol{margin-top:0;margin-bottom:1.4em}
.eyebrow{margin:0 0 12px;color:var(--dos-orange);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--dos-green);font-weight:600;text-decoration:none}
.text-link::after{content:"→";transition:transform .18s}
.text-link:hover::after{transform:translateX(4px)}
.button,.wp-element-button,.wp-block-button__link,input[type="submit"]{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 38px;border:0;border-radius:2px;background:var(--dos-green);color:#f4e8dc!important;font-weight:400;line-height:1.2;text-decoration:none;transition:background .18s,color .18s,transform .18s}
.button:hover,.wp-element-button:hover,.wp-block-button__link:hover,input[type="submit"]:hover{background:var(--dos-green-hover);color:#fff!important;transform:translateY(-1px)}

/* Native page content */
.content-page{padding-block:80px 110px}
.page-header{margin-bottom:42px}
.page-header h1,.archive-header h1{color:var(--dos-orange);font-weight:600}
.entry-content>*:first-child{margin-top:0}
.entry-content>*:last-child{margin-bottom:0}
.entry-content h2{margin-top:1.55em}
.entry-content h3{margin-top:1.45em}
.entry-content a:not(.button):not(.wp-block-button__link){color:#007cc3}
.entry-content figure{margin:2.2rem 0}
.entry-content iframe{width:100%;aspect-ratio:16/9;border:0}
.entry-content table{width:100%;border-collapse:collapse;margin:2rem 0}
.entry-content th,.entry-content td{padding:12px 14px;border-bottom:1px solid var(--dos-line);text-align:left;vertical-align:top}
.entry-content blockquote{margin:2rem 0;padding:1rem 0 1rem 1.5rem;border-left:4px solid var(--dos-orange);font-size:1.15em}
.dos-empty-content{margin:40px auto;padding:24px;width:min(calc(100% - 48px),760px);border:1px dashed #aaa;background:#fff}

/* Blog */
.archive-page{padding-block:76px 110px}
.archive-header{margin-bottom:34px}
.archive-description{max-width:760px}
.archive-filter{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 42px;padding-bottom:22px;border-bottom:1px solid var(--dos-line)}
.archive-filter__item{display:inline-flex;padding:8px 15px;border:1px solid #ddd;border-radius:999px;background:#fff;color:#444;font-size:.9rem;font-weight:500;text-decoration:none}
.archive-filter__item:hover,.archive-filter__item.is-active{border-color:var(--dos-orange);background:var(--dos-orange);color:#fff}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 28px}
.post-card{overflow:hidden;background:#fff;box-shadow:0 12px 40px rgba(22,25,34,.055)}
.post-card__media{display:block;aspect-ratio:16/10;overflow:hidden;background:#ececec}
.post-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.post-card:hover .post-card__media img{transform:scale(1.025)}
.post-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#dedede)}
.post-card__body{padding:24px 24px 28px}
.post-card__date{display:block;margin-bottom:8px;color:#777;font-size:.84rem}
.post-card__title{margin-bottom:12px;font-size:1.55rem;line-height:1.25;font-weight:500}
.post-card__title a{text-decoration:none}
.post-card__excerpt{font-size:.95rem;line-height:1.65}
.post-card__excerpt p{margin-bottom:16px}
.navigation.pagination{margin-top:48px}
.nav-links{display:flex;justify-content:center;gap:8px}
.page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 10px;border:1px solid #ddd;background:#fff;text-decoration:none}
.page-numbers.current,.page-numbers:hover{border-color:var(--dos-orange);background:var(--dos-orange);color:#fff}

/* Single article */
.single-article{padding-block:76px 110px}
.single-article__header{margin-bottom:36px}
.single-article__header h1{font-size:clamp(2.25rem,4.4vw,3.65rem);font-weight:500}
.single-article__hero{margin:0 0 42px}
.single-article__hero img{width:100%;border-radius:2px}
.prose{font-size:1.05rem;line-height:1.85}
.prose h2{font-size:clamp(1.8rem,3vw,2.45rem);font-weight:500}
.prose h3{font-size:clamp(1.4rem,2.2vw,1.9rem);font-weight:500}
.single-article__footer{margin-top:54px;padding-top:28px;border-top:1px solid var(--dos-line)}
.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px}
.post-tags a{padding:6px 10px;background:#f0f0f0;font-size:.85rem;text-decoration:none}
.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.post-nav>div:last-child{text-align:right}
.post-nav a{font-weight:500;text-decoration:none}

.related-posts{padding-bottom:110px}
.related-posts>h2{margin:0 0 30px;color:var(--dos-orange);font-size:clamp(1.8rem,3vw,2.45rem);font-weight:500}
.related-posts .post-card__title{font-size:1.25rem}
.related-posts .post-card__excerpt{display:none}

/* Portfolio native fallback */
.portfolio-page{padding-block:76px 110px}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.portfolio-card{overflow:hidden;background:#fff}
.portfolio-card a{text-decoration:none}
.portfolio-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.portfolio-card h2{padding:18px 20px 24px;margin:0;font-size:1.4rem;font-weight:500}

/* Footer */
.site-footer{margin-top:0;background:var(--dos-blue);color:#fff}
.site-footer a{color:#fff}
.site-footer a:hover{color:#eaf8ff}
.site-footer__widgets{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-block:58px 54px}
.site-footer__widgets p{margin-bottom:.8rem;font-size:1rem;line-height:1.65}
.site-footer__widgets strong{font-weight:600}
.footer-widget__title{color:#fff;font-size:1.3rem}
.site-footer__bottom{border-top:1px solid rgba(255,255,255,.25)}
.site-footer__bottom-inner{min-height:76px;display:flex;align-items:center;gap:28px}
.site-footer__bottom p{margin:0;margin-right:auto;font-size:.87rem}
.social-links{display:flex;gap:18px}
.social-links a{font-size:.85rem;font-weight:500;text-decoration:none}
.back-to-top{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.5);border-radius:50%;text-decoration:none}

/* BeTheme snapshot compatibility layer.
   Only structural CSS is reproduced. Per-page generated CSS captured by the
   companion plugin remains scoped to the migrated page. */
.dos-legacy-content{overflow:hidden;background:var(--dos-bg)}
.dos-legacy-content .section,.dos-legacy-content section.mcb-section{position:relative;width:100%;clear:both}
.dos-legacy-content .section_wrapper,
.dos-legacy-content .mcb-section-inner{position:relative;z-index:1;width:min(calc(100% - 64px),var(--dos-shell));margin-inline:auto;display:flex;flex-wrap:wrap;align-items:stretch}
.dos-legacy-content .wrap{position:relative;min-width:0;display:flex;flex-wrap:wrap;align-content:flex-start}
.dos-legacy-content .mcb-wrap-inner{position:relative;width:100%;display:flex;flex-wrap:wrap;align-content:flex-start}
.dos-legacy-content .column{position:relative;min-width:0;padding-inline:12px;margin-bottom:20px}
.dos-legacy-content .mcb-column-inner{position:relative;width:100%}
.dos-legacy-content .column_attr{width:100%}
.dos-legacy-content .mcb-background-overlay,.dos-legacy-content .mcb-wrap-background-overlay{position:absolute;inset:0;pointer-events:none}
.dos-legacy-content .one{width:100%}
.dos-legacy-content .one-second,.dos-legacy-content .one-half{width:50%}
.dos-legacy-content .one-third{width:33.333333%}
.dos-legacy-content .two-third{width:66.666667%}
.dos-legacy-content .one-fourth{width:25%}
.dos-legacy-content .three-fourth{width:75%}
.dos-legacy-content .one-fifth{width:20%}
.dos-legacy-content .two-fifth{width:40%}
.dos-legacy-content .three-fifth{width:60%}
.dos-legacy-content .four-fifth{width:80%}
.dos-legacy-content .one-sixth{width:16.666667%}
.dos-legacy-content .five-sixth{width:83.333333%}
.dos-legacy-content .image_frame,.dos-legacy-content .image_wrapper{width:100%}
.dos-legacy-content .image_frame img{max-width:100%;height:auto;margin-inline:auto}
.dos-legacy-content .aligncenter{text-align:center;margin-inline:auto}
.dos-legacy-content .alignright{text-align:right;margin-left:auto}
.dos-legacy-content .alignleft{text-align:left;margin-right:auto}
.dos-legacy-content .title{color:var(--dos-ink)}
.dos-legacy-content a{transition:color .18s,background .18s}
.dos-legacy-content .button{font-weight:500}
.dos-legacy-content .mfn-divider-inner{display:block;width:100%;min-height:1px}
.dos-legacy-content .mfn-shape-divider-top,.dos-legacy-content .mfn-shape-divider-bottom{position:absolute;left:0;width:100%;overflow:hidden;line-height:0;pointer-events:none}
.dos-legacy-content .mfn-shape-divider-top{top:0}
.dos-legacy-content .mfn-shape-divider-bottom{bottom:0}
.dos-legacy-content .mfn-shape-divider-top svg,.dos-legacy-content .mfn-shape-divider-bottom svg{display:block;width:100%;height:auto;fill:var(--mfn-shape-divider,var(--dos-amber))}
.dos-legacy-content iframe{max-width:100%;border:0}
.dos-legacy-content .wp-video,.dos-legacy-content video{max-width:100%}
.dos-legacy-content .gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.dos-legacy-content .gallery-item{width:auto!important;margin:0!important}
.dos-legacy-content .mfn-builder-content [style*="opacity: 0"],
.dos-legacy-content .mfn-builder-content [style*="opacity:0"]{opacity:1!important}
.dos-legacy-content .animate,.dos-legacy-content .mfn-entrance-animation{opacity:1!important;visibility:visible!important}
.dos-legacy-content .column_heading,.dos-legacy-content .column_button{text-align:inherit}
.dos-legacy-content .column_button{text-align:center}
.dos-legacy-content .mfn-icon-box{height:100%;text-align:center}
.dos-legacy-content .mfn-icon-box .icon-wrapper{display:grid;place-items:center;margin:0 auto 18px;color:var(--dos-blue)}
.dos-legacy-content .mfn-icon-box .desc-wrapper .title{font-size:1.3rem;font-weight:500}
.dos-legacy-content .accordion{width:100%;margin:20px 0 40px}
.dos-legacy-content .accordion>.title{margin-bottom:24px}
.dos-legacy-content .accordion .question{position:relative;border-top:1px solid var(--dos-line);outline:0}
.dos-legacy-content .accordion .question:last-child{border-bottom:1px solid var(--dos-line)}
.dos-legacy-content .accordion .question>.title{position:relative;margin:0;padding:18px 46px 18px 0;font-size:1.05rem;font-weight:500;line-height:1.5;cursor:pointer}
.dos-legacy-content .accordion .question>.title::after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--dos-orange);color:#fff;font-weight:400}
.dos-legacy-content .accordion .question[aria-expanded="true"]>.title::after{content:"−"}
.dos-legacy-content .accordion .answer{padding:0 0 20px}
.dos-legacy-content .accordion.is-enhanced .question:not([aria-expanded="true"])>.answer{display:none}
.dos-legacy-content .accordion .acc-icon-plus,.dos-legacy-content .accordion .acc-icon-minus{display:none}
.dos-legacy-content .feature_list ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;list-style:none;padding:0}
.dos-legacy-content .feature_list li{padding:18px;border:1px solid var(--dos-line);background:#fff}
.dos-legacy-content .mcb-video iframe,.dos-legacy-content .column_video iframe{width:100%;aspect-ratio:16/9;height:auto}
.dos-legacy-content .before_after{overflow:hidden}

/* Common current-home visual details recovered from page-specific BeTheme CSS. */
.home .dos-legacy-content h1.title{color:var(--dos-orange);font-weight:600;text-align:center}
.home .dos-legacy-content h2{font-weight:500}
.home .dos-legacy-content section:first-child{padding-top:40px}

.error-page{padding-block:100px 130px;text-align:center}
.error-page .button{margin-top:16px}

@media (max-width:1050px){
  :root{--dos-header-h:112px}
  .site-header__inner{grid-template-columns:1fr 170px 1fr;gap:16px}
  .site-menu{gap:16px}
  .site-menu a{font-size:14px}
  .site-brand .custom-logo{max-width:160px;max-height:72px}
  .post-grid,.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:767px){
  body{font-size:15px;line-height:1.7}
  .shell,.content-narrow{width:min(calc(100% - 40px),var(--dos-shell))}
  .site-header{position:sticky;top:0}
  .site-header__inner{width:calc(100% - 28px);min-height:70px;display:grid;grid-template-columns:48px 1fr 48px;gap:8px}
  .site-nav{display:none}
  .site-brand{grid-column:2}
  .site-brand .custom-logo-link{padding:6px 0}
  .site-brand .custom-logo{max-width:120px;max-height:52px}
  .menu-toggle{grid-column:1;grid-row:1;display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;background:transparent}
  .menu-toggle__bars,.menu-toggle__bars::before,.menu-toggle__bars::after{display:block;width:24px;height:2px;background:#222;content:"";transition:transform .2s,opacity .2s}
  .menu-toggle__bars{position:relative}
  .menu-toggle__bars::before{position:absolute;top:-7px}
  .menu-toggle__bars::after{position:absolute;top:7px}
  .menu-toggle[aria-expanded="true"] .menu-toggle__bars{background:transparent}
  .menu-toggle[aria-expanded="true"] .menu-toggle__bars::before{top:0;transform:rotate(45deg)}
  .menu-toggle[aria-expanded="true"] .menu-toggle__bars::after{top:0;transform:rotate(-45deg)}
  .mobile-nav{position:absolute;top:70px;left:-14px;right:-14px;display:block;padding:20px;background:#fcfcfc;border-top:1px solid #eee;box-shadow:0 18px 30px rgba(0,0,0,.08)}
  .mobile-nav[hidden]{display:none}
  .mobile-nav .site-menu{display:block}
  .mobile-nav .site-menu+ .site-menu{margin-top:0}
  .mobile-nav .site-menu a{padding:10px 4px;font-size:16px}
  .hero-video{height:clamp(340px,73vw,565px)}
  .content-page,.archive-page,.single-article,.portfolio-page{padding-block:52px 80px}
  .post-grid,.portfolio-grid{grid-template-columns:1fr;gap:24px}
  .post-card__body{padding:20px 20px 24px}
  .site-footer__widgets{grid-template-columns:1fr;gap:24px;padding-block:42px 38px}
  .site-footer__bottom-inner{padding-block:18px;min-height:0;flex-wrap:wrap}
  .site-footer__bottom p{width:100%;margin:0}
  .post-nav{grid-template-columns:1fr}
  .post-nav>div:last-child{text-align:left}
  .dos-legacy-content .section_wrapper,.dos-legacy-content .mcb-section-inner{width:calc(100% - 40px)}
  .dos-legacy-content .wrap,.dos-legacy-content .column,
  .dos-legacy-content .one,.dos-legacy-content .one-second,.dos-legacy-content .one-half,
  .dos-legacy-content .one-third,.dos-legacy-content .two-third,.dos-legacy-content .one-fourth,
  .dos-legacy-content .three-fourth,.dos-legacy-content .one-fifth,.dos-legacy-content .two-fifth,
  .dos-legacy-content .three-fifth,.dos-legacy-content .four-fifth,.dos-legacy-content .one-sixth,
  .dos-legacy-content .five-sixth{width:100%}
  .dos-legacy-content .column{padding-inline:0}
  .dos-legacy-content .gallery,.dos-legacy-content .feature_list ul{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  .hero-video__media{display:none!important}
}


/* Homepage header overlays the cinematic hero, matching the current transparent-header composition. */
@media (min-width:768px){
  .home .site-header{position:absolute;top:0;left:0;right:0;background:linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,0));border-bottom:0}
  .home .site-menu a{color:#199EEB;text-shadow:0 1px 14px rgba(255,255,255,.25)}
  .home .site-menu a:hover,.home .site-menu a:focus-visible{color:#ff8100}
  .home .site-brand__text{color:#fff}
}

/* Compact sticky header after scroll. */
.site-header{
  top:0;
  position:sticky;
  transition:background-color .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.site-header__inner,
.site-brand .custom-logo-link,
.site-brand .custom-logo{
  transition:min-height .22s ease,padding .22s ease,max-width .22s ease,max-height .22s ease;
}
.site-header.is-sticky{
  background:#fff;
  border-bottom-color:rgba(0,0,0,.07);
  box-shadow:0 8px 28px rgba(22,25,34,.09);
}
.site-header.is-sticky .site-header__inner{min-height:94px}
.site-header.is-sticky .site-brand .custom-logo-link{padding:10px 0}
.site-header.is-sticky .site-brand .custom-logo{max-width:155px;max-height:68px}
.site-header.is-sticky .site-menu a{color:#199EEB;text-shadow:none}
.site-header.is-sticky .site-menu a:hover,
.site-header.is-sticky .site-menu a:focus-visible{color:#ff8100}

@media (min-width:768px){
  .home .site-header.is-sticky{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:#fff;
    border-bottom:1px solid rgba(0,0,0,.07);
  }
}

@media (max-width:1050px) and (min-width:768px){
  .site-header.is-sticky .site-header__inner{min-height:78px}
  .site-header.is-sticky .site-brand .custom-logo{max-width:135px;max-height:58px}
}

@media (max-width:767px){
  .site-header.is-sticky .site-header__inner{min-height:64px}
  .site-header.is-sticky .site-brand .custom-logo-link{padding:4px 0}
  .site-header.is-sticky .site-brand .custom-logo{max-width:110px;max-height:48px}
  .site-header.is-sticky .mobile-nav{top:64px}
}

/* Keep the sticky header below the WordPress admin toolbar while logged in. */
.admin-bar .site-header.is-sticky{top:32px}
@media (max-width:782px){
  .admin-bar .site-header.is-sticky{top:46px}
}

/* Sticky compact header */
:root{--dos-sticky-header-h:92px;--dos-sticky-top:0px}
body.admin-bar{--dos-sticky-top:32px}
.site-header{position:sticky;top:var(--dos-sticky-top);z-index:1000;transition:background-color .24s ease,border-color .24s ease,box-shadow .24s ease}
.site-header__inner{transition:min-height .24s ease}
.site-brand .custom-logo-link{transition:padding .24s ease}
.site-brand .custom-logo{transition:max-height .24s ease,max-width .24s ease}
.site-header.is-scrolled{background:#fff;border-bottom-color:rgba(0,0,0,.08);box-shadow:0 7px 24px rgba(22,25,34,.10)}
.site-header.is-scrolled .site-header__inner{min-height:var(--dos-sticky-header-h)}
.site-header.is-scrolled .site-brand .custom-logo-link{padding:10px 0}
.site-header.is-scrolled .site-brand .custom-logo{max-width:176px;max-height:64px}
.site-header.is-scrolled .site-menu a{color:#199EEB;text-shadow:none}
.site-header.is-scrolled .site-menu a:hover,.site-header.is-scrolled .site-menu a:focus-visible{color:#ff8100}

@media (min-width:768px){
  .home .site-header{position:absolute;top:0;left:0;right:0}
  .home .site-header.is-scrolled{position:fixed;top:var(--dos-sticky-top);background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 7px 24px rgba(22,25,34,.10)}
}

@media (max-width:1050px) and (min-width:768px){
  :root{--dos-sticky-header-h:82px}
  .site-header.is-scrolled .site-brand .custom-logo{max-width:145px;max-height:58px}
}

@media (max-width:782px){
  body.admin-bar{--dos-sticky-top:46px}
}

@media (max-width:767px){
  :root{--dos-sticky-header-h:64px}
  .site-header{top:var(--dos-sticky-top)}
  .site-header.is-scrolled .site-header__inner{min-height:64px}
  .site-header.is-scrolled .site-brand .custom-logo-link{padding:5px 0}
  .site-header.is-scrolled .site-brand .custom-logo{max-width:108px;max-height:44px}
  .site-header.is-scrolled .mobile-nav{top:64px}
}
