/* =====================================================================
   아이누리 한의원 · Design System Tokens  (v2 — White & Yellow)
   소아·청소년 한의원 — "시작부터 좋은 면역"
   Clean white base · vivid yellow accent · 3D character · Pretendard.
   ===================================================================== */

@font-face {
  font-family: "AppleSDGothicNeo";
  src: url("../fonts/AppleSDGothicNeo-Regular.woff2") format("woff2");
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: "AppleSDGothicNeo";
  src: url("../fonts/AppleSDGothicNeo-Bold.woff2") format("woff2");
  font-weight: 700; font-display: swap;
}

:root {
  /* ---------- Brand : vivid yellow (퀵메뉴 #FFBF00) ---------- */
  --inuri-yellow:        #FFBF00;  /* 메인 포인트 — 쨍한 노랑 */
  --inuri-yellow-deep:   #F0A800;  /* hover / gradient bottom */
  --inuri-yellow-bright: #FFD43B;  /* gradient top / highlight */
  --inuri-yellow-soft:   #FFE48A;  /* tints */
  --inuri-yellow-wash:   #FFF8E1;  /* faint yellow bg */

  --inuri-orange:        #FF9F1C;  /* 친구(갈색) 톤 보조 */
  --inuri-orange-soft:   #FFE0B8;
  --inuri-brown:         #C8741E;  /* 갈색 친구 */

  --inuri-green:         #34B36B;  /* 나무 로고 한정 */
  --inuri-green-deep:    #2A9A5B;
  --inuri-green-soft:    #CDEBD8;
  --inuri-green-wash:    #EAF7EF;

  --inuri-sky:           #4FB6E8;
  --inuri-sky-soft:      #DCF0FB;
  --inuri-coral:         #FF7A8A;
  --inuri-coral-soft:    #FFE0E4;
  --inuri-grape:         #9B8CF0;

  /* ---------- Neutrals (clean, slightly cool) ---------- */
  --inuri-ink:           #18181B;  /* 본문 강조 */
  --inuri-ink-2:         #55555F;  /* 보조 텍스트 */
  --inuri-ink-3:         #9A9AA4;  /* 캡션 / placeholder */
  --inuri-cream:         #FFFFFF;  /* 페이지 베이스 = 화이트 */
  --inuri-cream-2:       #F6F7F9;  /* 섹션 교차 배경 (옅은 회색) */
  --inuri-paper:         #FFFFFF;
  --inuri-line:          #ECEDF1;  /* 구분선 / 카드 보더 */
  --inuri-line-2:        #F1F2F5;

  /* ---------- Type — Pretendard (clean, trendy) ---------- */
  --font-round:  "Pretendard", "AppleSDGothicNeo", system-ui, sans-serif;
  --font-hand:   "Pretendard", "AppleSDGothicNeo", system-ui, sans-serif;
  --font-body:   "Pretendard", "AppleSDGothicNeo", system-ui, sans-serif;
  --font-num:    "Pretendard", system-ui, sans-serif;

  --t-display: clamp(36px, 5.6vw, 68px);
  --t-h1:      clamp(28px, 4.2vw, 48px);
  --t-h2:      clamp(24px, 3vw, 36px);
  --t-h3:      clamp(19px, 2vw, 24px);
  --t-lead:    clamp(16px, 1.5vw, 20px);
  --t-body:    16px;
  --t-sm:      14px;
  --t-xs:      12.5px;

  /* ---------- Radius — soft, modern ---------- */
  --r-sm:   12px;
  --r-md:   18px;
  --r-lg:   24px;
  --r-xl:   32px;
  --r-2xl:  44px;
  --r-pill: 999px;
  --r-blob: 62% 38% 55% 45% / 55% 48% 52% 45%;

  /* ---------- Shadow — refined, neutral, elevated ---------- */
  --sh-sm:  0 6px 18px rgba(20, 20, 35, 0.05);
  --sh-md:  0 16px 40px rgba(20, 20, 35, 0.08);
  --sh-lg:  0 30px 70px rgba(20, 20, 35, 0.12);
  --sh-yellow: 0 12px 28px rgba(255, 176, 0, 0.32);

  /* ---------- Layout ---------- */
  --maxw: 1200px;
  --pad-desk: 40px;
  --pad-mob: 20px;
}
