/* Live-only page canvas. Blocksy's existing header and footer remain owners of
   the global shell; no selector in this file targets either component. */
.home.yamato-live-home {
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.7;
}

.home.yamato-live-home .site-main,
.home.yamato-live-home .site-main > .ct-container,
.home.yamato-live-home .site-main > .ct-container > section,
.home.yamato-live-home .entries,
.home.yamato-live-home article,
.home.yamato-live-home .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.home.yamato-live-home .entry-header,
.home.yamato-live-home .page-title,
.home.yamato-live-home .hero-section {
  display: none;
}

.home.yamato-live-home .entry-content > .yamato-tidy-home {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.home.yamato-live-home .ymt-anchor-compat {
  display: block;
  height: 0;
  scroll-margin-top: 96px;
  visibility: hidden;
}

.home.yamato-live-home .yamato-tidy-home a:focus-visible,
.home.yamato-live-home .yamato-tidy-home button:focus-visible,
.home.yamato-live-home .yamato-tidy-home summary:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .home.yamato-live-home .yamato-tidy-home *,
  .home.yamato-live-home .yamato-tidy-home *::before,
  .home.yamato-live-home .yamato-tidy-home *::after {
    animation-duration: 150ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 150ms !important;
  }
}


