html{font-size:clamp(14px, 1.1vw + 10px, 16px);} 
/* clinic-only tokens */
:root{--brand:#CE8892;--deep:var(--brand-sub);--ink:#0f172a;--muted:#6b7280;--line:#e5e7eb;--bg:#ffffff;--bg-soft:#fafafa;--radius:14px;--shadow:0 10px 24px rgba(17,24,39,.08);--sub:var(--brand-sub, #1f3b64);/* brand sub color (easily tweak here) */
  --sub-700:#bb6e77;--sub-800:#a45f68;--brand-main:#CE8892;/* 메인컬러 */
  --brand-sub:#31527E;--page-pad:16px;--thumbs-gap:0.5rem;--stage-max-h-desktop:45rem;/* 데스크톱 상한 */
  --stage-max-h-tablet:600px;--stage-fixed-h-desktop:37.5rem;--stage-fixed-h-tablet:560px;--stage-min-h-desktop:32.5rem;--stage-min-h-tablet:460px;--stage-max-h-tablet:600px;}
*{box-sizing:border-box;}
body{font-family:'Noto Sans KR', system-ui, -apple-system, Segoe UI, Roboto, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;margin:0;color:var(--ink);background:var(--bg);scroll-behavior:smooth;overflow-x:hidden;}
