@import url("/styles/part-01.css");
@import url("/styles/part-02.css");
@import url("/styles/part-03.css");
@import url("/styles/part-04.css");
@import url("/styles/part-05.css");
@import url("/styles/part-06.css");

/* Header brand refinement: one canonical full Douly logo, sized as the visual anchor. */
.brand-fallback[hidden]{display:none!important}
.site-header .brand{min-width:190px}
.site-header .brand img{width:182px;max-height:58px;object-fit:contain;object-position:left center}

@media(max-width:640px){
  .site-header .brand{min-width:auto}
  .site-header .brand img{width:132px;max-height:44px}
}
