/* Homepage only: the welcome screen has no chapter navigation. */
html body#top.design-master.home-page .home-section-switcher {
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .45s ease,visibility 0s linear .45s!important;
}
html body#top.design-master.home-page.home-info-visible .home-section-switcher {
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transition:opacity .45s ease!important;
}
html body#top.design-master.home-page .home-hero {
  min-height:var(--welcome-screen-height,calc(100dvh - var(--master-header-h) - var(--actual-footer-height,40px)))!important;
}
/* Compact tablet welcome, including tablets with a connected trackpad. */
@media (min-width:701px) and (max-width:1400px) {
  html body#top.design-master.home-page .home-hero .home-hero-inner {
    width:min(84vw,820px)!important;
    gap:clamp(8px,1.6dvh,18px)!important;
    padding:16px 0!important;
    box-sizing:border-box!important;
  }
  html body#top.home-page .home-hero .home-wordmark {margin:0!important;}
  html body#top.home-page .home-hero .home-wordmark-name {font-size:clamp(30px,4dvh,42px)!important;}
  html body#top.home-page .home-hero .home-wordmark-profession {font-size:clamp(25px,3.4dvh,34px)!important;margin-top:4px!important;}
  html body#top.home-page .home-hero .welcome-grid {width:min(100%,64dvh,620px)!important;gap:12px!important;margin:0 auto 16px!important;}
  html body#top.home-page .home-hero .home-primary-nav {margin:0!important;padding:4px 0!important;flex-wrap:wrap!important;row-gap:8px!important;}
  html body#top.home-page .home-hero .home-primary-nav a {font-size:16px!important;padding:0 12px!important;}
  html body#top.home-page .home-hero .home-viotti-quote {font-size:clamp(24px,3.6dvh,36px)!important;margin:0 auto!important;padding:0 64px 28px 0!important;}
  html body#top.home-page .home-hero .home-news-box {font-size:16px!important;line-height:1.35!important;margin:0 auto!important;padding:0!important;}
  html body#top.home-page .home-hero .home-news-text p {margin:0!important;}
  html body#top.home-page .home-hero .home-news-links {margin-top:8px!important;}
}
@media(prefers-reduced-motion:reduce) {
  html body#top.design-master.home-page .home-section-switcher {transition:none!important;}
}
