/* =========================================================
   SITE 121 — CONCAFE MOBILE FIRST / リセット
   最小限のリセット。装飾はtokens/components側で行う。
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd,
figure, figcaption, table, th, td, form, fieldset, legend, button, input,
select, textarea, a { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { min-height: 100svh; text-rendering: optimizeLegibility; overflow-x: hidden; }
ul, ol { list-style: none; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { background: none; cursor: pointer; font-family: inherit; color: inherit; }
input, select, textarea { font-family: inherit; color: inherit; background: none; }
table { border-collapse: collapse; width: 100%; }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--c-focus, #1a1a1a); outline-offset: 2px; }

.skip-link {
  position: absolute; left: 8px; top: -48px; z-index: 3000;
  background: #111; color: #fff; padding: 10px 16px; border-radius: 4px;
  font-size: 0.9375rem; transition: top .15s ease;
}
.skip-link:focus { top: 8px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

.is-locked { overflow: hidden; }
