/* 동제당 웰니스 — 솔빛 팔레트 (HANDOFF-WELLNESS.md §2 · reference/design-spec) */
:root {
  --ink: #1f1e1b;
  --muted: #66615a;
  --line: #e3dccd;
  --surface: #faf6ef;
  --soft: #f1ebdf;
  --paper: #ffffff;
  --accent: #33502f;
  --deep: #1f3220;
  --gold: #7a5c2e;
  --sans: "Noto Sans KR", "Malgun Gothic", sans-serif;
  --serif: "Noto Serif KR", serif;
  --wrap: min(1320px, 100% - 48px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--surface); color: var(--ink); font: 1rem/1.8 var(--sans); word-break: keep-all; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -.045em; word-break: keep-all; }
p { margin: 0; word-break: keep-all; text-wrap: pretty; }
ul, ol, dl, dd { margin: 0; padding: 0; list-style: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
:target { scroll-margin-top: 100px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip { position: fixed; z-index: 100; left: 1rem; top: -100px; padding: .7rem 1rem; background: var(--ink); color: var(--surface); }
.skip:focus { top: 1rem; }

/* 공통 컴포넌트 (design-spec §컴포넌트) */
.kicker { font-size: 13.5px; font-weight: 500; color: var(--gold); }
.kicker--line { display: flex; align-items: center; gap: 12px; }
.kicker--line::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.btn { display: inline-flex; align-items: center; white-space: nowrap; height: 40px; padding: 0 18px; border-radius: 999px; font-size: 14px; font-weight: 500; border: 1px solid var(--ink); color: var(--ink); transition: color .15s, border-color .15s, background .15s; }
.btn:hover { border-color: var(--accent); color: var(--accent); }
.btn--fill { border-color: transparent; background: var(--ink); color: var(--surface); font-weight: 700; }
.btn--fill:hover { background: var(--accent); color: var(--surface); }
.btn--accent { border-color: transparent; background: var(--accent); color: var(--surface); font-weight: 700; }
.btn--accent:hover { background: var(--deep); color: var(--surface); }
.btn--paper { border-color: transparent; background: var(--surface); color: var(--accent); font-weight: 700; }
.btn--paper:hover { background: var(--ink); color: var(--surface); }
.btn--lg { height: 54px; padding: 0 30px; font-size: 15.5px; }
.btn--md { height: 44px; padding: 0 20px; }
.btn--xl { height: 56px; padding: 0 32px; font-size: 16px; }
.ul-link { display: inline-flex; align-items: center; white-space: nowrap; font-size: 14px; font-weight: 500; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }
.ul-link:hover { color: var(--accent); border-color: var(--accent); }
.h2 { font-size: clamp(32px, 3.6vw, 52px); line-height: 1.12; }
.lead { font-size: 16.5px; line-height: 1.85; font-weight: 300; color: var(--muted); }

/* 헤더 */
.hd { position: sticky; top: 0; z-index: 30; background: color-mix(in srgb, var(--surface) 88%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.hd__in { width: var(--wrap); margin-inline: auto; display: flex; align-items: center; gap: 28px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark { width: 34px; height: 34px; border-radius: 9px; background: var(--accent); color: #fff; font: 600 16px/1 var(--serif); display: flex; align-items: center; justify-content: center; }
.brand__name { display: flex; flex-direction: column; line-height: 1.25; }
.brand__name strong { font-size: 17px; font-weight: 700; letter-spacing: -.04em; }
.brand__name span { font-size: 12px; color: var(--muted); }
.nav { display: flex; gap: 26px; margin-left: auto; font-size: 14px; font-weight: 500; color: var(--muted); }
.nav a[aria-current="page"], .nav a:hover { color: var(--ink); }
.nav .btn { display: none; }
.hd .btn { flex-shrink: 0; }
.menu-btn { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.menu-btn svg { display: block; margin: auto; }

/* 대문 */
.hero { padding: 56px 0 0; display: flex; flex-direction: column; gap: 40px; }
.hero__top { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px 80px; align-items: end; }
.hero__title { display: flex; flex-direction: column; gap: 22px; }
.hero__title h1 { font-size: clamp(44px, 7vw, 100px); line-height: 1.02; }
.hero__desc { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; padding-bottom: 10px; }
.hero__desc > p { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.7; font-weight: 300; max-width: 460px; }
.hero__btns { display: flex; flex-wrap: wrap; gap: 10px; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14px; color: var(--muted); }
.hero__chips li { display: flex; align-items: center; gap: 8px; }
.hero__chips li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.hero__photo { display: block; height: clamp(380px, 52vw, 720px); border-radius: 6px; overflow: hidden; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); border-bottom: 1px solid var(--line); }
.facts div { display: flex; flex-direction: column; gap: 4px; padding: 28px 24px 30px 0; border-right: 1px solid var(--line); }
.facts strong { font-size: clamp(30px, 3vw, 44px); font-weight: 700; letter-spacing: -.05em; line-height: 1; color: var(--accent); }
.facts span { font-size: 14px; color: var(--muted); }

/* 원장 스트립 */
.strip { padding: 40px 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: 24px 40px; }
.strip__face { flex-shrink: 0; width: 72px; height: 72px; border-radius: 50%; overflow: hidden; background: var(--soft); }
.strip__face img { width: 100%; height: 100%; object-fit: cover; }
.strip__who { display: flex; flex-direction: column; gap: 4px; min-width: 200px; }
.strip__who .kicker { font-size: 12.5px; font-weight: 400; }
.strip__who strong { font-size: 20px; letter-spacing: -.03em; }
.strip__who span:last-child { font-size: 14px; color: var(--muted); }
.strip > p { flex: 1 1 320px; font-size: 15px; line-height: 1.75; color: var(--muted); }
.strip__btns { display: flex; gap: 10px; align-items: center; }
.strip__btns .ul-link { height: 44px; padding: 0 6px; }

/* 약속 3단 */
.who { padding: 120px 0 100px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 48px 80px; }
.who__head { display: flex; flex-direction: column; gap: 20px; align-self: start; position: sticky; top: 110px; }
.who__head .lead { max-width: 420px; }
.who__head .btn { align-self: flex-start; }
.cases { display: flex; flex-direction: column; }
.case { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 20px; padding: 32px 0; border-top: 1px solid var(--line); }
.case__no { font-size: 14px; font-weight: 500; color: var(--gold); padding-top: 6px; }
.case__body { display: flex; flex-direction: column; gap: 10px; }
.case__who { font-size: 13.5px; color: var(--muted); }
.case__body h3 { font-size: clamp(20px, 1.8vw, 26px); line-height: 1.35; letter-spacing: -.03em; }
.case__desc { font-size: 15.5px; line-height: 1.85; color: var(--muted); }
.case__check { font-size: 14.5px; line-height: 1.8; color: var(--ink); padding-left: 16px; border-left: 2px solid var(--accent); margin-top: 6px; }
.case__link { font-size: 14px; font-weight: 500; color: var(--accent); align-self: flex-start; }
.notes { display: flex; flex-direction: column; gap: 22px; padding: 36px 0 0; border-top: 1px solid var(--ink); }
.notes__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px 48px; }
.notes__grid > div { display: flex; flex-direction: column; gap: 10px; }
.notes__grid strong { font-size: 17px; letter-spacing: -.02em; }
.notes__grid p { font-size: 15px; line-height: 1.8; color: var(--muted); }
.notes__grid .ul-link, .notes__grid .case__link { align-self: flex-start; }

/* 처방 (deep) */
.rx { background: var(--deep); color: var(--surface); }
.rx__in { padding: 110px 0 120px; display: flex; flex-direction: column; gap: 64px; }
.rx__head { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px 80px; align-items: end; }
.rx__head > div { display: flex; flex-direction: column; gap: 18px; }
.rx .kicker { color: color-mix(in srgb, var(--surface) 60%, transparent); }
.rx .h2 { color: var(--surface); }
.rx .lead { color: color-mix(in srgb, var(--surface) 78%, transparent); max-width: 460px; }
.rx__criteria { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0 40px; border-top: 1px solid color-mix(in srgb, var(--surface) 25%, transparent); }
.rx__criteria > div { display: flex; flex-direction: column; gap: 8px; padding: 26px 0 30px; }
.rx__criteria strong { font-size: 17px; letter-spacing: -.02em; }
.rx__criteria span { font-size: 14.5px; line-height: 1.75; font-weight: 300; color: color-mix(in srgb, var(--surface) 72%, transparent); }
.rx__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; }
.rxcard { display: flex; flex-direction: column; gap: 18px; color: var(--surface); }
.rxcard:hover { color: var(--surface); }
.rxcard__tile { display: flex; align-items: flex-end; justify-content: space-between; aspect-ratio: 4/3; padding: 22px 24px; border-radius: 6px; background: color-mix(in srgb, var(--surface) 8%, transparent); border: 1px solid color-mix(in srgb, var(--surface) 18%, transparent); transition: border-color .15s; }
.rxcard:hover .rxcard__tile { border-color: color-mix(in srgb, var(--surface) 45%, transparent); }
.rxcard__mark { font: 500 clamp(64px, 6vw, 96px)/.85 var(--serif); }
.rxcard__mark-en { font-size: 12px; letter-spacing: .14em; color: color-mix(in srgb, var(--surface) 55%, transparent); }
.rxcard__body { display: flex; flex-direction: column; gap: 8px; }
.rxcard__label { font-size: 12.5px; letter-spacing: .08em; color: color-mix(in srgb, var(--surface) 60%, transparent); }
.rxcard__name { font-size: 24px; font-weight: 700; letter-spacing: -.035em; }
.rxcard__desc { font-size: 15px; line-height: 1.8; font-weight: 300; color: color-mix(in srgb, var(--surface) 78%, transparent); }
.rxcard__more { font-size: 14px; margin-top: 6px; border-bottom: 1px solid color-mix(in srgb, var(--surface) 40%, transparent); align-self: flex-start; padding-bottom: 2px; }
.alt { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px 64px; padding-top: 48px; border-top: 1px solid color-mix(in srgb, var(--surface) 25%, transparent); align-items: start; }
.alt__photo { display: block; aspect-ratio: 4/3; border-radius: 6px; overflow: hidden; background: color-mix(in srgb, var(--surface) 6%, transparent); border: 1px solid color-mix(in srgb, var(--surface) 15%, transparent); }
.alt__photo img { width: 100%; height: 100%; object-fit: cover; }
.alt__photo--pending { display: flex; align-items: center; justify-content: center; font-size: 12px; letter-spacing: .12em; color: color-mix(in srgb, var(--surface) 40%, transparent); }
.alt__text { display: flex; flex-direction: column; gap: 10px; }
.alt__text > span { font-size: 13px; color: color-mix(in srgb, var(--surface) 60%, transparent); }
.alt__text h3 { font-size: clamp(22px, 2vw, 28px); letter-spacing: -.035em; }
.alt__text p { font-size: 15px; line-height: 1.8; font-weight: 300; color: color-mix(in srgb, var(--surface) 72%, transparent); }
.alt__list a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid color-mix(in srgb, var(--surface) 15%, transparent); color: var(--surface); }
.alt__list a:hover { color: color-mix(in srgb, var(--surface) 70%, transparent); }
.alt__list a > span { display: flex; flex-direction: column; gap: 3px; }
.alt__list strong { font-size: 17px; }
.alt__list small { font-size: 14px; font-weight: 300; color: color-mix(in srgb, var(--surface) 65%, transparent); }
.alt__list .arrow { font-size: 18px; }

/* 가격 */
.price { padding: 120px 0 100px; display: flex; flex-direction: column; gap: 56px; }
.price__head { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px 80px; align-items: end; }
.price__head > div { display: flex; flex-direction: column; gap: 18px; }
.price__head .lead { max-width: 460px; }
.price__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); border-top: 1px solid var(--ink); }
.price__grid > div { display: flex; flex-direction: column; gap: 14px; padding: 36px 32px 40px 0; border-bottom: 1px solid var(--line); }
.price__label { display: flex; gap: 10px; align-items: center; font-size: 13px; color: var(--muted); }
.price__pop { font-size: 11.5px; padding: 3px 9px; border-radius: 999px; background: var(--ink); color: var(--surface); }
.price__grid h3 { font-size: 22px; letter-spacing: -.03em; }
.price__amt { font-size: clamp(34px, 3.2vw, 48px); font-weight: 700; letter-spacing: -.05em; line-height: 1; color: var(--accent); }
.price__note { font-size: 14px; line-height: 1.75; color: var(--muted); }
.price__foot { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px 80px; }
.price__sub { display: flex; flex-direction: column; gap: 14px; }
.price__sub > span { font-size: 14px; font-weight: 700; }
.price__sub div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.price__sub div span { color: var(--muted); }
.price__sub div strong { font-weight: 500; }
.price__basis { font-size: 13.5px; line-height: 1.8; color: var(--muted); align-self: end; }

/* 원장 분할형 */
.doc { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); border-top: 1px solid var(--line); }
.doc__photo { position: relative; align-self: start; aspect-ratio: 3 / 4; overflow: hidden; background: var(--soft); }
.doc__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.doc__body { display: flex; flex-direction: column; justify-content: center; gap: 44px; padding: clamp(56px, 6vw, 96px) clamp(24px, 6vw, 96px) clamp(56px, 6vw, 96px) clamp(32px, 5vw, 72px); }
.doc__head { display: flex; flex-direction: column; gap: 16px; }
.doc__head h2 { font-size: clamp(40px, 4.6vw, 72px); line-height: 1; letter-spacing: -.05em; }
.doc__head > span:last-child { font-size: 16px; color: var(--muted); }
.doc__quote { font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; font-weight: 300; max-width: 520px; }
.doc__meta { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); border-top: 1px solid var(--ink); }
.doc__meta > div { display: flex; flex-direction: column; gap: 6px; padding: 18px 20px 20px 0; border-bottom: 1px solid var(--line); }
.doc__meta dt { font-size: 12px; letter-spacing: .08em; color: var(--muted); }
.doc__meta dd { font-size: 15.5px; font-weight: 500; line-height: 1.5; }
.doc__cv { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px 40px; }
.doc__cv > div { display: flex; flex-direction: column; gap: 8px; }
.doc__cv > div > span:first-child { font-size: 12px; letter-spacing: .08em; color: var(--muted); }
.doc__cv p { font-size: 14.5px; line-height: 1.6; }
.doc__btns { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.doc__btns .btn { height: 52px; padding: 0 28px; font-size: 15px; }
.doc__btns .ul-link { height: 52px; padding: 0 6px; font-size: 15px; }

/* 원료 확인 (soft) */
.verify { background: var(--soft); }
.verify__in { padding: 110px 0 120px; display: flex; flex-direction: column; gap: 64px; }
.verify__head { display: flex; flex-direction: column; gap: 18px; max-width: 720px; }
.verify__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 56px 80px; }
.verify__col { display: flex; flex-direction: column; gap: 20px; }
.verify__col h3 { font-size: 20px; letter-spacing: -.03em; }
.verify__col > div { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.cmp { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cmp > span:first-child { display: flex; flex-direction: column; gap: 3px; }
.cmp strong { font-size: 15.5px; }
.cmp small { font-size: 13.5px; color: var(--muted); }
.cmp > span:last-child { font-size: 14px; line-height: 1.7; color: var(--muted); }
.chk { display: flex; flex-direction: column; gap: 5px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.chk strong { font-size: 15.5px; }
.chk span { font-size: 14px; line-height: 1.7; color: var(--muted); }
.verify__bottom { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px 80px; align-items: center; }
.verify__photo { display: block; aspect-ratio: 4/3; border-radius: 6px; overflow: hidden; }
.verify__photo img { width: 100%; height: 100%; object-fit: cover; }
.verify__list { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.verify__list li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.verify__list li > span:first-child { font-size: 13px; color: var(--gold); padding-top: 3px; }
.verify__list li > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.verify__list strong { font-size: 16px; }
.verify__list small { font-size: 14px; line-height: 1.7; color: var(--muted); }

/* 문의 4단계 */
.steps { padding: 120px 0 100px; display: flex; flex-direction: column; gap: 56px; }
.steps__head { display: flex; flex-direction: column; gap: 18px; max-width: 720px; }
.prep { display: flex; flex-wrap: wrap; gap: 12px 40px; align-items: baseline; padding: 22px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.prep > strong { font-size: 15px; }
.prep > span { font-size: 14.5px; color: var(--muted); }
.prep > span strong { color: var(--ink); font-weight: 500; }
.steps__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.steps__list li { display: flex; flex-direction: column; gap: 14px; padding: 32px 28px 36px 0; }
.steps__no { font-size: clamp(30px, 3vw, 44px); font-weight: 700; letter-spacing: -.05em; line-height: 1; color: var(--accent); }
.steps__list strong { font-size: 18px; letter-spacing: -.02em; }
.steps__list span:last-child { font-size: 15px; line-height: 1.8; color: var(--muted); }

/* FAQ */
.faq { padding: 0 0 120px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px 80px; }
.faq__head { display: flex; flex-direction: column; gap: 18px; align-self: start; position: sticky; top: 110px; }
.faq__list { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.faq__list details { border-bottom: 1px solid var(--line); }
.faq__list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; padding: 24px 0; font-size: 18px; font-weight: 500; letter-spacing: -.02em; }
.faq__list summary::after { content: "+"; flex-shrink: 0; font-size: 26px; font-weight: 300; line-height: 1; color: var(--accent); }
.faq__list details[open] summary::after { content: "–"; }
.faq__a { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 0 0 26px; max-width: 640px; }
.faq__a p { font-size: 15.5px; line-height: 1.9; color: var(--muted); }
.faq__a a { font-size: 14px; font-weight: 500; color: var(--accent); border-bottom: 1px solid var(--accent); padding-bottom: 2px; }
.faq__more { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 28px; }
.faq__more a { font-size: 14px; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line); white-space: nowrap; }
.faq__more a:hover { border-color: var(--ink); color: var(--ink); }

/* deep CTA */
.cta { background: var(--accent); color: var(--surface); }
.cta__in { padding: 100px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px 80px; align-items: center; }
.cta h2 { font-size: clamp(34px, 4.2vw, 60px); line-height: 1.08; }
.cta__body { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.cta__body p { font-size: 17px; line-height: 1.8; font-weight: 300; color: color-mix(in srgb, var(--surface) 82%, transparent); max-width: 440px; }
.cta__btns { display: flex; flex-wrap: wrap; gap: 10px; }
.cta .btn--ghost { border-color: color-mix(in srgb, var(--surface) 50%, transparent); color: var(--surface); }
.cta .btn--ghost:hover { border-color: var(--surface); color: var(--surface); }

/* 푸터 (홈 전체형, deep) */
.ft { background: var(--deep); color: var(--surface); }
.ft__in { padding: 88px 0 36px; display: flex; flex-direction: column; gap: 64px; }
.ft__top { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px 80px; align-items: end; }
.ft__brand { display: flex; flex-direction: column; gap: 18px; }
.ft__mark { font: 500 clamp(64px, 9vw, 140px)/.9 var(--serif); letter-spacing: -.02em; color: color-mix(in srgb, var(--surface) 92%, transparent); }
.ft__brand strong { font-size: clamp(22px, 2.2vw, 30px); font-weight: 700; letter-spacing: -.04em; }
.ft__brand > span:last-child { font-size: 15px; font-weight: 300; color: color-mix(in srgb, var(--surface) 70%, transparent); max-width: 380px; line-height: 1.7; }
.ft__contact { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.ft__tel { font-size: clamp(26px, 2.6vw, 36px); font-weight: 700; letter-spacing: -.04em; color: var(--surface); }
.ft__tel:hover { color: color-mix(in srgb, var(--surface) 70%, transparent); }
.ft__hours { font-size: 14.5px; font-weight: 300; line-height: 1.8; color: color-mix(in srgb, var(--surface) 70%, transparent); }
.ft__contact .btn { margin-top: 6px; height: 48px; padding: 0 24px; font-size: 14.5px; background: var(--surface); color: var(--deep); border-color: transparent; }
.ft__contact .btn:hover { background: var(--accent); color: var(--surface); }
.ft__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0 40px; border-top: 1px solid color-mix(in srgb, var(--surface) 18%, transparent); }
.ft__col { display: flex; flex-direction: column; padding: 28px 0 8px; }
.ft__col h3 { font-size: 12px; font-weight: 400; letter-spacing: .12em; color: color-mix(in srgb, var(--surface) 50%, transparent); padding-bottom: 14px; }
.ft__col a, .ft__col > span { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; font-size: 15.5px; border-top: 1px solid color-mix(in srgb, var(--surface) 12%, transparent); color: var(--surface); }
.ft__col > span { color: color-mix(in srgb, var(--surface) 45%, transparent); }
.ft__col a:hover { color: color-mix(in srgb, var(--surface) 65%, transparent); }
.ft__col a small { font-size: 13px; color: color-mix(in srgb, var(--surface) 45%, transparent); }
.ft__legal { display: flex; flex-direction: column; gap: 14px; padding-top: 22px; border-top: 1px solid color-mix(in srgb, var(--surface) 18%, transparent); font-size: 12.5px; line-height: 1.8; color: color-mix(in srgb, var(--surface) 55%, transparent); }
.ft__legal p { max-width: 820px; }
.ft__bottom { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.ft__bottom a { color: inherit; }
.ft__bottom a:hover { color: var(--surface); }
.ft__bottom > span:last-child { margin-left: auto; }

/* 푸터 축약형 (가격·FAQ 등 하위 페이지) */
.ft--short { border-top: 1px solid color-mix(in srgb, var(--surface) 18%, transparent); }
.ft--short .ft__in { padding: 64px 0 36px; gap: 40px; }
.ft--short .ft__top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 24px; }
.ft--short .ft__brand { gap: 10px; }
.ft--short .ft__mark { font-size: 72px; }
.ft--short .ft__brand strong { font-size: 22px; }
.ft__addr { font-size: 14.5px; font-weight: 300; line-height: 1.8; color: color-mix(in srgb, var(--surface) 70%, transparent); text-align: right; }
.ft__addr a { color: var(--surface); }
.ft__addr a:hover { color: color-mix(in srgb, var(--surface) 70%, transparent); }

/* 하위 페이지 대문 + 브레드크럼 */
.crumb { display: flex; gap: 10px; font-size: 13px; color: var(--muted); }
.crumb [aria-current] { color: var(--ink); }
.pg { padding: 64px 0 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 24px 80px; align-items: end; }
.pg__title { display: flex; flex-direction: column; gap: 18px; }
.pg__title h1 { font-size: clamp(44px, 6vw, 88px); line-height: 1.02; }
.pg__intro { display: flex; flex-direction: column; gap: 16px; padding-bottom: 10px; }
.pg__intro > p { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.7; font-weight: 300; color: var(--muted); max-width: 460px; }
.pg__intro > span { font-size: 13px; color: var(--muted); }
.h2--sm { font-size: clamp(30px, 3.4vw, 48px); line-height: 1.12; }
.h2--xs { font-size: clamp(28px, 3vw, 42px); line-height: 1.15; }
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 32px 80px; align-items: start; }
.split__head { display: flex; flex-direction: column; gap: 14px; }
.split__head--sticky { position: sticky; top: 100px; }
.split__head .lead { font-size: 15.5px; max-width: 400px; }
.split__head .ul-link { align-self: flex-start; font-size: 14.5px; }

/* 가격 — 한눈에 표 */
.ptable { padding: 0 0 72px; display: flex; flex-direction: column; gap: 22px; }
.ptable__scroll { overflow-x: auto; }
.ptable table { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 15px; }
.ptable caption { text-align: left; font-size: 12px; letter-spacing: .12em; color: var(--gold); padding-bottom: 14px; }
.ptable th { text-align: left; font-weight: 500; font-size: 13px; color: var(--muted); padding: 12px 16px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.ptable td { padding: 18px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.ptable th:first-child, .ptable td:first-child { padding-left: 0; }
.ptable th:last-child, .ptable td:last-child { padding-right: 0; }
.ptable td:first-child a { font-weight: 700; font-size: 16.5px; }
.ptable td:nth-child(2), .ptable td:nth-child(3) { color: var(--muted); }
.ptable td:nth-child(3) { max-width: 320px; }
.ptable th:nth-child(n+4), .ptable td:nth-child(n+4) { text-align: right; white-space: nowrap; }
.ptable td:last-child { font-weight: 700; font-size: 17px; }
.ptable__note { font-size: 13.5px; line-height: 1.8; color: var(--muted); max-width: 760px; }

/* 가격 — 공진단 3종 카드 */
.rxsec { background: var(--paper); border-block: 1px solid var(--line); }
.rxsec__in { padding: 96px 0; display: flex; flex-direction: column; gap: 48px; }
.rxsec__head { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 24px 80px; align-items: end; }
.rxsec__head > div { display: flex; flex-direction: column; gap: 14px; }
.rxsec__head .lead { font-size: 16px; max-width: 480px; }
.rxsec__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 24px; }
.pcard { display: flex; flex-direction: column; gap: 22px; padding: 36px 32px 32px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); transition: border-color .15s; }
.pcard:hover { border-color: var(--accent); }
.pcard__head { display: flex; flex-direction: column; gap: 8px; }
.pcard__label { font-size: 12.5px; letter-spacing: .1em; color: var(--gold); }
.pcard h3 { font-size: 26px; }
.pcard__kicker { font-size: 15px; color: var(--muted); }
.pcard__desc { font-size: 15px; line-height: 1.85; color: var(--muted); }
.pcard__points { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.pcard__points li { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.pcard__points li::before { content: "—"; color: var(--gold); }
.pcard__foot { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-top: auto; padding-top: 6px; }
.pcard__foot span { font-size: 14px; color: var(--muted); }
.pcard__foot strong { font-size: 26px; letter-spacing: -.04em; }
.pcard--paper { background: var(--paper); max-width: 560px; }
.pcard--paper .pcard__foot { padding-top: 18px; border-top: 1px solid var(--ink); }
.cs { padding: 96px 0; }

/* 가격 — 비교 기준 3 (soft) */
.crit { background: var(--soft); border-block: 1px solid var(--line); }
.crit__in { padding: 88px 0; }
.crit__list { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.crit__list > div { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.crit__list dt { font: 500 14px/1.6 var(--serif); color: var(--gold); padding-top: 4px; }
.crit__list dd { display: flex; flex-direction: column; gap: 6px; }
.crit__list strong { font-size: 17px; }
.crit__list span { font-size: 14.5px; line-height: 1.8; color: var(--muted); }

/* 가격 — 비용 FAQ 4 */
.pfaq { padding: 96px 0; }
.pfaq__list { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.pfaq__list > div { display: flex; flex-direction: column; gap: 8px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.pfaq__list dt { font-size: 17px; font-weight: 700; }
.pfaq__list dd { font-size: 15px; line-height: 1.85; color: var(--muted); }

/* FAQ 상세 */
.pg__intro--ink > p { color: var(--ink); }
.jumps { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 14px; }
.jumps a { padding: 6px 0; border-bottom: 1px solid var(--ink); white-space: nowrap; }
.jumps a:hover { color: var(--accent); border-color: var(--accent); }
.topics { padding: 0 0 96px; display: flex; flex-direction: column; gap: 96px; }
.topic { display: flex; flex-wrap: wrap; gap: 32px 80px; align-items: flex-start; }
.topic__head { flex: 1 1 240px; max-width: 300px; position: sticky; top: 100px; display: flex; flex-direction: column; gap: 12px; }
.topic__head h2 { font-size: clamp(28px, 2.8vw, 40px); line-height: 1.15; }
.topic__head p { font-size: 15px; line-height: 1.75; font-weight: 300; color: var(--muted); }
.topic__body { flex: 999 1 400px; min-width: 0; max-width: 760px; display: flex; flex-direction: column; gap: 28px; }
.topic__body > p { font-size: 16.5px; line-height: 1.95; }
.topic__list { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.topic__list li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.topic__list li > span:first-child { font: 500 14px/1.6 var(--serif); color: var(--gold); padding-top: 3px; }
.topic__list li > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.topic__list strong { font-size: 16.5px; }
.topic__list small { font-size: 14.5px; line-height: 1.75; color: var(--muted); }
.topic__close { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 28px; border-radius: 6px; background: var(--soft); }
.topic__close p { font-size: 15px; line-height: 1.75; max-width: 480px; }
.topic__close .btn { height: 46px; padding: 0 22px; font-size: 14.5px; }
.all { background: var(--paper); border-top: 1px solid var(--line); }
.all__in { padding: 96px 0 120px; display: flex; flex-wrap: wrap; gap: 32px 80px; align-items: flex-start; }
.all__in .faq__list { flex: 999 1 400px; min-width: 0; max-width: 760px; }
.all__in .faq__list summary { align-items: flex-start; padding: 22px 0; font-size: 17px; font-weight: 700; line-height: 1.5; }
.all__in .faq__list summary::after { color: var(--gold); font-size: 22px; }

/* 약장 진입 */
.pg--glossary { padding-bottom: 56px; gap: 32px 80px; }
.pg__mark { font: 500 clamp(64px, 8vw, 120px)/.9 var(--serif); color: var(--accent); }
.pg__title--glossary h1 { font-size: clamp(40px, 5.2vw, 76px); line-height: 1.04; }
.pg__stats { display: flex; flex-wrap: wrap; gap: 6px 24px; font-size: 13.5px; color: var(--muted); padding-top: 16px; border-top: 1px solid var(--line); }
.gsearch { padding: 0 0 96px; display: flex; flex-direction: column; gap: 32px; }
.gsearch__box { display: flex; flex-direction: column; gap: 14px; padding: 32px 32px 28px; border: 1px solid var(--ink); border-radius: 6px; background: var(--paper); }
.gsearch__box label { font-size: 13.5px; font-weight: 500; color: var(--gold); }
.gsearch__box input { width: 100%; height: 56px; padding: 0 0 0 2px; border: 0; border-bottom: 1px solid var(--line); background: transparent; font: 500 clamp(18px, 1.6vw, 24px)/1 var(--sans); color: var(--ink); letter-spacing: -.02em; }
.gsearch__box input::placeholder { color: #9a948a; }
.gsearch__box input:focus-visible { outline: 0; border-bottom-color: var(--ink); }
.gsearch__box p { font-size: 13.5px; color: var(--muted); }
.tabs { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 14.5px; border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.tabs button { display: inline-flex; gap: 8px; align-items: baseline; padding: 10px 0; margin-bottom: -3px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); cursor: pointer; white-space: nowrap; }
.tabs button:hover { color: var(--ink); }
.tabs button[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--ink); }
.tabs button span { font-size: 12px; color: var(--muted); }
.gcards { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: 16px; }
.gcards li[hidden] { display: none; }
.gcard { display: flex; flex-direction: column; gap: 10px; padding: 24px 22px 22px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); height: 100%; transition: border-color .15s; }
.gcard:hover { border-color: var(--accent); color: inherit; }
.gcard__cat { font-size: 12px; letter-spacing: .08em; color: var(--gold); }
.gcard__name { font-size: 19px; font-weight: 700; letter-spacing: -.03em; }
.gcard__alias { font-size: 13.5px; color: var(--muted); }
.gcard__form { margin-top: auto; padding-top: 10px; font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); }
.gempty { padding: 40px 32px; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); display: flex; flex-direction: column; gap: 10px; }
.gempty[hidden] { display: none; }
.gempty strong { font-size: 17px; }
.gempty p { font-size: 14.5px; line-height: 1.8; color: var(--muted); }
.dietsec { background: var(--deep); color: var(--surface); }
.dietsec__in { padding: 96px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 40px 80px; align-items: center; }
.dietsec__head { display: flex; flex-direction: column; gap: 18px; }
.dietsec .kicker { color: color-mix(in srgb, var(--surface) 62%, transparent); }
.dietsec h2 { font-size: clamp(32px, 4vw, 56px); line-height: 1.08; }
.dietsec__head p { font-size: 16.5px; line-height: 1.8; font-weight: 300; color: color-mix(in srgb, var(--surface) 82%, transparent); max-width: 460px; }
.dietsec__side { display: flex; flex-direction: column; gap: 22px; }
.dietsec__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.dietsec__grid li { display: flex; flex-direction: column; gap: 4px; padding: 20px 22px; border: 1px solid color-mix(in srgb, var(--surface) 22%, transparent); border-radius: 6px; }
.dietsec__grid li > span:first-child { font: 500 26px/1 var(--serif); }
.dietsec__grid li > span:nth-child(2) { font-size: 14.5px; font-weight: 500; }
.dietsec__grid li > span:last-child { font-size: 12.5px; color: color-mix(in srgb, var(--surface) 62%, transparent); }
.dietsec__act { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.dietsec__act .btn { height: 52px; padding: 0 28px; font-size: 15px; }
.dietsec__act span { font-size: 13px; color: color-mix(in srgb, var(--surface) 62%, transparent); }
.howto { padding: 96px 0; }
.howto__list { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.howto__list li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.howto__list li > span:first-child { font: 500 14px/1.6 var(--serif); color: var(--gold); padding-top: 4px; }
.howto__list li > span:last-child { display: flex; flex-direction: column; gap: 6px; }
.howto__list strong { font-size: 17px; }
.howto__list small { font-size: 14.5px; line-height: 1.8; color: var(--muted); }
.softcta { background: var(--soft); border-top: 1px solid var(--line); }
.softcta__in { padding: 72px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px 48px; }
.softcta__text { display: flex; flex-direction: column; gap: 8px; max-width: 640px; }
.softcta__text strong { font-size: 20px; }
.softcta__text p { font-size: 15px; line-height: 1.8; color: var(--muted); }
.softcta .btn { height: 48px; padding: 0 24px; font-size: 14.5px; }

/* 약장 항목 */
.item-hero { padding: 56px 0 64px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); gap: 40px 80px; align-items: end; }
.item-hero--nophoto { grid-template-columns: minmax(0, 1fr); }
.item-hero__text { display: flex; flex-direction: column; gap: 20px; }
.item-hero__text .crumb { flex-wrap: wrap; }
.item-hero__text h1 { font-size: clamp(56px, 8vw, 128px); line-height: .96; letter-spacing: -.05em; }
.item-hero__lead { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.7; font-weight: 300; color: var(--muted); max-width: 560px; }
.item-hero__meta { display: flex; flex-wrap: wrap; gap: 6px 22px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--muted); }
.item-hero__photo { aspect-ratio: 16 / 9; border-radius: 6px; overflow: hidden; background: var(--soft); }
.item-hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.item { padding-bottom: 96px; display: grid; grid-template-columns: minmax(0, 240px) minmax(0, 1fr); gap: 48px 80px; align-items: start; }
.toc { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 10px; padding-top: 6px; }
.toc > span { font-size: 12.5px; letter-spacing: .08em; color: var(--gold); }
.toc ol { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.toc li { border-bottom: 1px solid var(--line); }
.toc a { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 8px; padding: 10px 0; font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.toc a:hover { color: var(--ink); }
.toc a > span:first-child { font-family: var(--serif); color: var(--gold); }
.toc summary { display: none; }
.article { display: flex; flex-direction: column; gap: 80px; min-width: 0; }
.article h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.15; }
.summary { display: flex; flex-direction: column; gap: 32px; }
.facts-dl { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.facts-dl > div { display: grid; grid-template-columns: minmax(0, 140px) minmax(0, 1fr); gap: 12px 28px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.facts-dl dt { font-size: 14px; font-weight: 700; padding-top: 2px; }
.facts-dl dd { display: flex; flex-direction: column; gap: 6px; font-size: 15.5px; line-height: 1.75; }
.facts-dl small { font-size: 12.5px; color: var(--gold); }
.claims { display: flex; flex-direction: column; gap: 16px; padding: 28px 32px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; }
.claims > span { font-size: 13px; font-weight: 500; letter-spacing: .06em; color: var(--gold); }
.claims ul { display: flex; flex-direction: column; gap: 14px; }
.claims li { display: grid; grid-template-columns: 14px minmax(0, 1fr); gap: 12px; font-size: 15px; line-height: 1.75; }
.claims li::before { content: "—"; color: var(--gold); }
.claims cite { font-style: normal; font-size: 13px; color: var(--muted); }
.photo { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 24px 40px; align-items: end; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.photo > span { display: block; aspect-ratio: 3 / 4; max-width: 420px; border-radius: 6px; overflow: hidden; background: var(--soft); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo figcaption { display: flex; flex-direction: column; gap: 8px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.photo figcaption > span:first-child { font-size: 12.5px; letter-spacing: .08em; color: var(--gold); }
.photo figcaption > span:nth-child(2) { color: var(--ink); font-weight: 500; }
.photo figcaption > span:last-child { font-size: 13px; }
.sections { display: flex; flex-direction: column; gap: 64px; }
.sec { display: grid; grid-template-columns: minmax(0, 48px) minmax(0, 1fr); gap: 16px 28px; }
.sec__no { font: 500 22px/1.4 var(--serif); color: var(--gold); }
.sec__body { display: flex; flex-direction: column; gap: 18px; max-width: 720px; }
.sec__body h2 { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.3; }
.sec__body p { font-size: 16px; line-height: 1.9; font-weight: 300; }
.sec__body strong { font-weight: 700; }
.sec__body em { font-style: italic; }
.sec__body ul { display: flex; flex-direction: column; gap: 8px; padding: 18px 22px; background: var(--soft); border-radius: 6px; }
.sec__body li { display: grid; grid-template-columns: 14px minmax(0, 1fr); gap: 10px; font-size: 15px; line-height: 1.7; }
.sec__body li::before { content: "—"; color: var(--gold); }
.ifaq { display: flex; flex-direction: column; gap: 28px; }
.ifaq dl { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.ifaq dl > div { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 8px 40px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.ifaq dt { font-size: 17px; font-weight: 700; line-height: 1.5; }
.ifaq dd { font-size: 15px; line-height: 1.8; color: var(--muted); }
.refs { display: flex; flex-direction: column; gap: 24px; }
.refs h2 { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.3; }
.refs ol { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.refs li { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.7; }
.refs li > span:first-child { font-family: var(--serif); color: var(--gold); }
.refs li > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.refs a { font-weight: 500; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line); }
.refs small { color: var(--muted); font-size: 13.5px; }
.refs__note { font-size: 13.5px; line-height: 1.8; color: var(--muted); padding: 18px 22px; background: var(--soft); border-radius: 6px; }
.related { display: flex; flex-direction: column; gap: 14px; }
.related > span { font-size: 12.5px; letter-spacing: .08em; color: var(--gold); }
.related ul { display: flex; flex-wrap: wrap; gap: 10px; }
.related .btn:hover { background: var(--ink); color: var(--surface); border-color: var(--ink); }
.cta--row .cta__in { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px 48px; padding: 88px 0; }
.cta--row .cta__text { display: flex; flex-direction: column; gap: 10px; max-width: 620px; }
.cta--row h2 { font-size: clamp(26px, 3vw, 40px); line-height: 1.15; }
.cta--row p { font-size: 15.5px; line-height: 1.8; font-weight: 300; color: color-mix(in srgb, var(--surface) 78%, transparent); }
.cta--row .btn { height: 52px; padding: 0 28px; font-size: 15px; }
.cta--row .btn--paper { color: var(--deep); }
.cta--row .btn--paper:hover { background: var(--accent); color: var(--surface); }

/* 체질 식이법 인덱스 */
.diet-hero { background: var(--deep); color: var(--surface); }
.diet-hero__in { padding: 72px 0 80px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 32px 80px; align-items: end; }
.diet-hero__title { display: flex; flex-direction: column; gap: 18px; }
.diet-hero .crumb { color: color-mix(in srgb, var(--surface) 62%, transparent); }
.diet-hero .crumb [aria-current] { color: var(--surface); }
.diet-hero__mark { font: 500 clamp(56px, 7vw, 104px)/.9 var(--serif); color: color-mix(in srgb, var(--surface) 88%, transparent); }
.diet-hero h1 { font-size: clamp(40px, 5.2vw, 76px); line-height: 1.04; }
.diet-hero__intro { display: flex; flex-direction: column; gap: 18px; padding-bottom: 10px; }
.diet-hero__intro > p:first-child { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.7; font-weight: 300; color: color-mix(in srgb, var(--surface) 84%, transparent); max-width: 480px; }
.diet-hero__intro > p:last-child { font-size: 14px; line-height: 1.7; color: color-mix(in srgb, var(--surface) 62%, transparent); padding-top: 16px; border-top: 1px solid color-mix(in srgb, var(--surface) 20%, transparent); }
.dcards { padding: 88px 0 96px; display: flex; flex-direction: column; gap: 40px; }
.dcards__head { display: flex; flex-direction: column; gap: 12px; max-width: 640px; }
.dcards__head h2 { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.12; }
.dcards__head p { font-size: 15.5px; line-height: 1.8; color: var(--muted); }
.dcards__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 20px; }
.dcard { display: flex; flex-direction: column; gap: 18px; padding: 30px 28px 26px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; }
.dcard__head { display: flex; flex-direction: column; gap: 6px; }
.dcard__hanja { font: 500 40px/1 var(--serif); color: var(--accent); }
.dcard h3 { font-size: 24px; }
.dcard__head p { font-size: 14px; line-height: 1.7; color: var(--muted); }
.dcard__links { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.dcard__links li { border-bottom: 1px solid var(--line); }
.dcard__links a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 2px; font-size: 15px; font-weight: 500; }
.dcard__links a span:last-child { color: var(--gold); }
.dband { background: var(--soft); border-block: 1px solid var(--line); }
.dband__in { padding: 72px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 24px 80px; align-items: start; }
.dband h2 { font-size: clamp(24px, 2.6vw, 34px); line-height: 1.2; }
.dband__text { display: flex; flex-direction: column; gap: 14px; font-size: 15.5px; line-height: 1.8; color: var(--muted); }
.dband__text a { font-weight: 700; color: var(--ink); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--line); align-self: flex-start; }
.dsrc { padding: 88px 0 96px; }
.dsrc__body { display: flex; flex-direction: column; gap: 24px; }
.dsrc__list { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.dsrc__list li { display: flex; flex-direction: column; gap: 4px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.dsrc__list a, .dsrc__list strong { font-size: 16px; font-weight: 700; }
.dsrc__list a:hover { color: var(--accent); }
.dsrc__list .pub { font-size: 12.5px; color: var(--gold); }
.dsrc__list p { font-size: 14.5px; line-height: 1.7; color: var(--muted); }
.dsrc__note { font-size: 13.5px; line-height: 1.8; color: var(--muted); padding: 18px 22px; background: var(--soft); border-radius: 6px; }

/* 식이 안내문 (인쇄용) */
.doc-hero { padding: 56px 0 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 32px 80px; align-items: end; }
.doc-hero__title { display: flex; flex-direction: column; gap: 16px; }
.doc-hero__title .crumb { flex-wrap: wrap; }
.doc-hero__name { display: flex; align-items: baseline; gap: 20px; flex-wrap: wrap; }
.doc-hero__hanja { font: 500 clamp(56px, 7vw, 104px)/.9 var(--serif); color: var(--accent); }
.doc-hero h1 { font-size: clamp(36px, 4.6vw, 64px); line-height: 1.04; }
.doc-hero__stage { font-size: 17px; color: var(--muted); }
.doc-hero__act { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; padding-bottom: 12px; }
.doc-hero__act .btn { height: 48px; padding: 0 24px; font-size: 14.5px; cursor: pointer; }
.doc-hero__act .btn:not(.btn--fill):hover { background: var(--ink); color: var(--surface); }
.doc { padding-bottom: 96px; display: flex; flex-direction: column; gap: 56px; }
.dsec { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 24px 80px; align-items: start; padding-top: 32px; border-top: 1px solid var(--ink); }
.dsec__head { display: flex; flex-direction: column; gap: 8px; }
.dsec__no { font: 500 14px/1.6 var(--serif); color: var(--gold); }
.dsec h2 { font-size: clamp(24px, 2.6vw, 34px); line-height: 1.2; }
.dsec__head p { font-size: 14px; line-height: 1.7; color: var(--muted); }
.dsec__body { grid-column: span 2; }
.rules { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.rules li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 16px; line-height: 1.75; }
.rules li > span:first-child { font: 500 14px/1.6 var(--serif); color: var(--gold); padding-top: 4px; }
.foods { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: 16px; }
.foods > div { display: flex; flex-direction: column; gap: 10px; padding: 22px 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; }
.foods dt { display: inline-flex; align-self: flex-start; padding: 4px 10px; border-radius: 999px; background: var(--soft); font-size: 12.5px; font-weight: 700; color: var(--accent); letter-spacing: .04em; }
.foods dd { font-size: 15.5px; line-height: 1.8; }
.life { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.life li { display: grid; grid-template-columns: 14px minmax(0, 1fr); gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; line-height: 1.75; }
.life li::before { content: "—"; color: var(--gold); }
.doc__usage { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 12px 80px; padding: 28px 32px; background: var(--soft); border-radius: 6px; }
.doc__usage strong { font-size: 15px; }
.doc__usage p { font-size: 14.5px; line-height: 1.8; color: var(--muted); grid-column: span 2; }
@media (max-width: 767px) {
  .dsec__body, .doc__usage p { grid-column: auto; }
  .diet-hero__in { padding: 48px 0 56px; }
  .dcards, .dsrc { padding-block: 56px; }
  .dband__in { padding-block: 48px; }
  .doc-hero { padding: 32px 0 24px; }
}
@media print {
  [data-noprint], .sticky, .ft { display: none !important; }
  body { background: #fff; color: #000; }
  .doc-hero, .doc { width: auto; }
  .foods > div { break-inside: avoid; border-color: #ccc; }
  .dsec { break-inside: avoid; }
  .foods dt { background: #eee; color: #000; }
}

/* deep CTA 변형 */
.cta--deep { background: var(--deep); }
.cta--deep .cta__in { padding: 96px 0; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 40px 80px; }
.cta--deep h2 { font-size: clamp(32px, 4vw, 56px); }
.cta--deep .cta__body p { font-size: 16.5px; }
.cta--deep .btn--paper { color: var(--deep); height: 52px; padding: 0 28px; font-size: 15px; }
.cta--deep .btn--paper:hover { background: var(--accent); color: var(--surface); }

/* 하단 고정 문의 바 */
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; height: 68px; display: none; align-items: center; background: color-mix(in srgb, var(--surface) 92%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--line); }
.sticky.is-on { display: flex; }
.sticky__in { width: var(--wrap); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sticky__txt { font-size: 14.5px; font-weight: 500; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sticky__btns { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.sticky__btns .btn { height: 44px; padding: 0 22px; font-size: 14.5px; }
.sticky__x { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 20px; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.sticky__x:hover { border-color: var(--ink); color: var(--ink); }

/* 모바일 (design-spec 06-h: 768px 미만 햄버거 → 전면 드로어) */
@media (max-width: 767px) {
  .hd .nav, .hd > .hd__in > .btn { display: none; }
  .menu-btn { display: inline-flex; align-items: center; justify-content: center; }
  body.menu-open { overflow: hidden; }
  /* backdrop-filter가 fixed 자식의 containing block이 되므로 드로어가 열릴 때는 헤더에서 뗀다 */
  body.menu-open .hd { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--surface); }
  body.menu-open .hd .nav { position: fixed; top: 72px; left: 0; right: 0; bottom: 0; z-index: 35; display: flex; flex-direction: column; gap: 0; padding: 24px; background: var(--surface); font-size: 18px; overflow-y: auto; }
  body.menu-open .hd .nav a:not(.btn) { padding: 18px 4px; border-bottom: 1px solid var(--line); color: var(--ink); }
  body.menu-open .hd .nav .btn { display: inline-flex; margin-top: 24px; height: 52px; font-size: 16px; justify-content: center; }
  .hero { padding-top: 32px; }
  .facts div { padding: 20px 16px 22px 0; }
  .who, .price, .steps { padding-block: 72px; }
  .who__head, .faq__head { position: static; }
  .rx__in, .verify__in { padding-block: 64px; }
  .alt__list a { flex-direction: column; align-items: flex-start; gap: 6px; }
  .doc__body { gap: 32px; }
  .faq { padding-bottom: 72px; }
  .cta__in { padding-block: 64px; }
  .ft__in { padding: 56px 0 28px; gap: 40px; }
  .ft__addr { text-align: left; }
  .pg { padding: 40px 0 32px; }
  .rxsec__in, .cs, .crit__in, .pfaq { padding-block: 56px; }
  .split__head--sticky { position: static; }
  .topics { gap: 64px; padding-bottom: 64px; }
  .topic__head { position: static; max-width: none; }
  .all__in { padding: 64px 0 72px; }
  /* 항목 페이지: 목차는 본문 위에서 접기 (HANDOFF §3.4-2) */
  .item-hero { padding: 32px 0 40px; }
  .item { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-bottom: 64px; }
  .toc { position: static; padding: 0; }
  .toc > span { display: none; }
  .toc summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; padding: 14px 0; border-block: 1px solid var(--ink); font-size: 14px; font-weight: 700; }
  .toc summary::after { content: "+"; color: var(--gold); font-size: 20px; line-height: 1; }
  .toc details[open] summary::after { content: "–"; }
  .toc ol { border-top: 0; }
  .article { gap: 56px; }
  .sections { gap: 44px; }
  .sec { grid-template-columns: minmax(0, 32px) minmax(0, 1fr); gap: 12px 16px; }
  .cta--row .cta__in { padding: 64px 0; }
  .sticky__txt { display: none; }
  .sticky__in { justify-content: flex-end; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
