/* 旧デザインから引き継いだ変数（--bg / --text / --font-sans 等）はどのCSSにも
   定義が残っておらず、宣言ごと無効になっていた。実際のタイポグラフィは
   bstem-light.css / bstem-pages.css が body から指定している。 */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  letter-spacing:0;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  min-height:100dvh;
}
a{text-decoration:none;color:inherit}
img,video{display:block;max-width:100%;height:auto}
svg{flex:none}
ul,ol{list-style:none}
button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;padding:0}
input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}
h1,h2,h3,h4,h5,h6{letter-spacing:0}
table{border-collapse:collapse}

/* Visually hidden but available to assistive tech — used for per-field labels where
   several inputs share one visible caption, and for WordPress core markup. */
.screen-reader-text{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;
  overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;}
.screen-reader-text:focus{position:static!important;width:auto;height:auto;margin:0;
  clip:auto;clip-path:none;white-space:normal;}
