/* p08.css — 매장철거 · 뉴트럴 슬레이트+옐로 · 센터 단일 컬럼(max720) 아키타입 */
:root{
  --accent:#33363B;
  --sub:#E3B505;
  --bg:#F4F4F3;
  --surface:#FFFFFF;
  --line:#E2E2E0;
  --display-font:var(--font-fallback);
  --body-font:var(--font-fallback);
  --label-font:'JetBrains Mono',var(--font-fallback);
}
.hero h1{font-weight:800;}
.hero-eyebrow{font-family:var(--label-font);}

/* 센터 단일 컬럼: 본문 컨테이너를 720px로 좁혀 표준 기준 페이지답게 집중형 레이아웃 구성 */
.section .container{max-width:720px;}
.section .table-wrap table{min-width:0;width:100%;}
