/* Shared accessibility/controls first; viewport-specific composition follows. */
.recruit-simple img { height: auto; }
.recruit-simple h1 { font: 500 clamp(32px, 4vw, 48px)/1.5 var(--sans); letter-spacing: .12em; }
.keep-phrase { display: inline-block; }
.hero-motion { position: absolute; right: 16px; bottom: 16px; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: #fff; background: rgba(48,36,38,.7); border: 1px solid rgba(255,255,255,.65); border-radius: 50%; cursor: pointer; }
.hero-motion[hidden] { display: none; }
.hero-motion span { width: 10px; height: 13px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
.hero-motion[aria-pressed="true"] span { width: 0; height: 0; margin-left: 3px; border: 7px solid transparent; border-left: 10px solid currentColor; border-right: 0; }
.hero.is-paused .photo { animation-play-state: paused; }
.hero-motion:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
body:not(.recruit-page) > header .brand:focus-visible { outline-color: #fff; }
.recruit-page .back-link { min-height: 44px; min-width: 44px; display: flex; align-items: center; justify-content: center; padding: 0 10px; }
@media (min-width: 701px) and (max-width: 1000px) {
  .access { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .access > div { grid-row: 1; }
  .access iframe { grid-row: 2; height: 320px; }
}
@media (max-width: 700px) {
  body:not(.recruit-page) > header {
    position: absolute;
    inset: 0 0 auto;
    height: 96px;
    padding: 0 22px;
    color: #fff;
    background: linear-gradient(180deg, rgb(32 22 20 / 64%), transparent);
  }
  body:not(.recruit-page) > header .brand { font-size: 44px; }
  body:not(.recruit-page) > header .brand span { font-size: 9px; }
  .header-instagram { width: 48px; height: 48px; }
  .header-instagram svg { width: 29px; height: 29px; }
  .header-instagram:focus-visible { outline-color: #fff; }
  .hero { aspect-ratio: 4 / 3; }
  .photo { background-position: center; }
  .opening { animation-delay: 1.7s; }
  .opening-left, .opening-right { animation-duration: 1.05s; animation-delay: .55s; }
  .system-section > h2 { padding: 28px 24px 20px; }
  .panel.system { gap: 10px; padding-bottom: 28px; }
  .system p { font-size: 14px; line-height: 1.9; }
  summary { min-height: 68px; padding: 20px 24px; }
  .menu-panel { gap: 26px; padding-top: 6px; }
  .menu-panel h2 { font: 500 20px/1.5 var(--sans); margin-bottom: 12px; }
  .menu-panel p { font-size: 14px; line-height: 2; }
  .menu-panel small { font-size: 12px; line-height: 1.8; }
  .menu-ornament { position: static; width: 140px; justify-self: end; opacity: .65; }
  .recruit { padding: 36px 24px; gap: 20px; }
  .recruit .recruit-heading-lead { font-size: 15px; margin-bottom: 8px; }
  .recruit .recruit-heading-main { font-size: clamp(22px, 5.8vw, 26px); line-height: 1.5; }
  .recruit-benefits { gap: 8px 16px; font-size: 13px; }
  .recruit-benefits li { padding: 0; margin: 0; border: 0; }
  .recruit img { width: min(78%, 210px); justify-self: center; }
  .recruit-button { width: 100%; min-height: 56px; padding: 12px 20px; font-size: 14px; }
  .access-section { padding-top: 32px; }
  .access-section > h2 { padding-bottom: 26px; }
  .access { gap: 24px; padding-bottom: 32px; }
  .access > div { grid-row: 1; }
  .access iframe { grid-row: 2; height: 240px; }
  .about-name { font-size: 38px; margin-bottom: 24px; }
  .about-info > div { padding: 14px 0; }
  .about-info dd { font-size: 13px; }
  .access-actions { margin-top: 22px; }
  .access-actions a { height: 56px; }
  footer { padding: 22px 24px; }
  .recruit-page > header .brand { font-size: 38px; }
  .recruit-simple { min-height: 0; padding: 36px 24px; gap: 26px; }
  .recruit-simple h1 { font-size: 32px; line-height: 1.5; }
  .recruit-simple img { max-width: 220px; }
  .recruit-info { padding: 32px 24px; gap: 26px; }
  .recruit-info dl div { grid-template-columns: 76px minmax(0, 1fr); }
  .button-dark { min-height: 56px; align-items: center; }
}
@media (prefers-reduced-motion: reduce) {
  .opening { display: none; }
  .hero-motion { display: none; }
}
