/* Compact the first screen on tablets in landscape, leaving room for Next. */
@media (min-width:701px) and (max-width:1400px) and (orientation:landscape) and (max-height:950px) {
 html:root body#top.design-master.home-page .home-hero {padding:12px 0!important;}
 html:root body#top.design-master.home-page .home-hero-inner {display:grid!important;grid-template-columns:minmax(0,1fr) 106px!important;gap:8px 14px!important;align-items:center!important;}
 html:root body#top.home-page .home-hero-inner > * {grid-column:1 / -1;}
 html:root body#top.home-page .home-hero .home-wordmark-name {font-size:30px!important;}
 html:root body#top.home-page .home-hero .home-wordmark-profession {font-size:34px!important;margin-top:4px!important;}
 html:root body#top.home-page .home-hero .welcome-grid {margin:0 auto 14px!important;}
 html:root body#top.home-page .home-hero .home-primary-nav {padding:8px 0!important;}
 html:root body#top.home-page .home-hero .home-viotti-quote {width:min(400px,70%)!important;padding:0!important;margin:4px auto!important;}
 html:root body#top.home-page .home-news-box {grid-column:1!important;max-width:none!important;margin:4px 0!important;padding:4px 0!important;font-size:16px!important;line-height:1.4!important;}
 html:root body#top.home-page .home-news-links {margin:6px 0 0!important;}
 html:root body#top.home-page [data-welcome-start] {grid-column:2!important;align-self:center!important;margin:0!important;gap:6px!important;padding:4px!important;}
 html:root body#top.home-page [data-welcome-start] img {width:65px!important;}
}
@media (min-width:701px) and (max-width:1400px) and (orientation:landscape) and (max-height:950px) {
 html:root body#top.home-page .home-hero .home-wordmark {justify-self:center!important;width:max-content!important;max-width:100%!important;}
}
