:root {
  color-scheme: light;
  --green: #174f43;
  --green-deep: #103e35;
  --green-soft: #dfeae5;
  --ivory: #f7f3e9;
  --cream: #fbf8f1;
  --paper: #fffdf8;
  --ink: #1d2c28;
  --muted: #66736f;
  --line: #d9dfda;
  --serif: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
  --sans: "Pretendard", "Noto Sans KR", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); word-break: keep-all; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, .detail-visual-note strong, .detail-facts strong, .detail-process-list strong, .detail-strength-item strong, .detail-faq-list summary { text-wrap: balance; }
p, .detail-facts span, .detail-visual-note span, .detail-caution { text-wrap: pretty; }
.detail-shell { min-height: 100vh; overflow: hidden; }
.detail-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.detail-utility { display: flex; justify-content: space-between; gap: 24px; padding: 9px max(24px, calc((100vw - 1180px) / 2)); background: var(--green-deep); color: #e8f0ed; font-size: 12px; }
.detail-utility div { display: flex; gap: 18px; }
.detail-utility a { text-decoration: none; }
.detail-header { position: relative; z-index: 30; display: flex; align-items: center; gap: 28px; min-height: 84px; padding: 14px max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.96); }
.detail-brand { margin-right: auto; }
.detail-brand img { width: 244px; height: auto; }
.detail-nav { display: flex; align-items: center; gap: 22px; }
.detail-nav a { color: #31413c; font-size: 13px; text-decoration: none; white-space: nowrap; }
.detail-nav a[aria-current="page"] { color: var(--green); font-weight: 700; }
.detail-nav-item { position: relative; display: flex; align-items: center; }
.detail-intro-menu > a { color: var(--green); font-weight: 700; }
.detail-mega-menu { position: absolute; top: calc(100% + 19px); left: 50%; z-index: 40; display: grid; grid-template-columns: 1fr 1.15fr; width: 410px; padding: 15px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 36px rgba(16,62,53,.14); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 8px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.detail-mega-menu::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 20px; }
.detail-nav-item:hover .detail-mega-menu, .detail-nav-item:focus-within .detail-mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.detail-mega-menu > div { padding: 2px 12px; }
.detail-mega-menu > div + div { border-left: 1px solid var(--line); }
.detail-mega-menu strong { display: block; padding: 7px 5px 10px; color: var(--green); font-size: 10px; letter-spacing: .08em; }
.detail-mega-menu a { display: block; padding: 9px 5px; color: var(--ink); font-size: 11px; font-weight: 400; }
.detail-mega-menu a:hover, .detail-mega-menu a:focus { background: var(--green-soft); color: var(--green); outline: none; }
.detail-clinic-menu .detail-clinic-submenu { grid-template-columns: 1fr; width: 250px; padding: 12px; }
.detail-clinic-menu .detail-clinic-submenu > div { padding: 2px 10px; }
.detail-column-menu .detail-mega-menu { right: -150px; left: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 720px; transform: translateY(8px); }
.detail-column-menu:hover .detail-mega-menu, .detail-column-menu:focus-within .detail-mega-menu { transform: translateY(0); }
.detail-column-menu .detail-mega-menu > div { min-width: 0; }
.detail-column-menu .detail-mega-menu strong { white-space: nowrap; }
.detail-book { padding: 12px 17px; background: var(--green); color: #fff; font-size: 13px; text-decoration: none; white-space: nowrap; }
.detail-menu-button { display: none; align-items: center; gap: 7px; border: 0; background: transparent; color: var(--ink); }
.detail-menu-icon { position: relative; width: 20px; height: 14px; }
.detail-menu-icon::before, .detail-menu-icon::after, .detail-menu-icon span { content: ""; position: absolute; left: 0; width: 20px; height: 1px; background: currentColor; }
.detail-menu-icon::before { top: 0; }
.detail-menu-icon span { top: 6px; }
.detail-menu-icon::after { top: 12px; }
.detail-mobile-menu { position: fixed; inset: 0; z-index: 100; visibility: hidden; pointer-events: none; }
.detail-mobile-menu.is-open { visibility: visible; pointer-events: auto; }
.detail-menu-backdrop { position: absolute; inset: 0; border: 0; background: rgba(9,31,26,.5); opacity: 0; transition: opacity .2s ease; }
.detail-mobile-menu.is-open .detail-menu-backdrop { opacity: 1; }
.detail-menu-panel { position: absolute; top: 0; right: 0; display: flex; flex-direction: column; width: min(88vw, 370px); height: 100%; padding: 22px; background: var(--paper); transform: translateX(100%); transition: transform .22s ease; }
.detail-mobile-menu.is-open .detail-menu-panel { transform: translateX(0); }
.detail-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.detail-menu-head strong { color: var(--green); }
.detail-menu-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 22px; }
.detail-menu-panel > a { padding: 16px 2px; border-bottom: 1px solid var(--line); text-decoration: none; }
.detail-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }
.detail-menu-actions a { padding: 13px 8px; border: 1px solid var(--green); color: var(--green); text-align: center; font-size: 12px; text-decoration: none; }
.detail-menu-actions a:last-child { background: var(--green); color: #fff; }
.detail-breadcrumbs { display: flex; gap: 8px; padding-block: 16px; color: var(--muted); font-size: 12px; }
.detail-breadcrumbs a { text-decoration: none; }
.detail-hero { background: var(--ivory); }
.detail-hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; min-height: 530px; overflow: hidden; isolation: isolate; }
.detail-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 70px 92px 70px 0; }
.detail-eyebrow, .detail-section-label { margin: 0 0 15px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.detail-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 3.6vw, 48px); font-weight: 500; line-height: 1.24; letter-spacing: -.055em; }
.detail-hero h1 em { color: var(--green); font-style: normal; }
.detail-title-line { display: block; white-space: nowrap; }
.detail-hero h1.detail-hero-title-wide { font-size: clamp(34px, 3.2vw, 44px); }
.detail-hero-lead { margin: 26px 0 0; color: #45544f; font-size: 17px; line-height: 1.9; }
.detail-hero-lead span { display: block; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.detail-actions a { min-width: 145px; padding: 14px 18px; border: 1px solid var(--green); text-align: center; font-size: 13px; text-decoration: none; }
.detail-actions a:first-child { background: var(--green); color: #fff; }
.detail-hero-visual { position: relative; min-height: 530px; margin-left: -94px; overflow: hidden; background: #e9e4d8; }
.detail-hero-visual-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-hero-visual-image::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--ivory) 0%, rgba(248,244,234,.97) 10%, rgba(248,244,234,.75) 24%, rgba(248,244,234,.32) 43%, rgba(248,244,234,.08) 61%, transparent 76%); pointer-events: none; }
.detail-hero-visual-chuna img { object-position: 56% 50%; }
.detail-hero-visual-ultrasound img { object-position: 54% 48%; }
.detail-hero-visual-herbal img { object-position: 52% 54%; }
.detail-visual-note { position: relative; z-index: 1; padding: 18px 20px; border-left: 2px solid var(--green); background: rgba(255,253,248,.84); backdrop-filter: blur(8px); }
.detail-visual-note strong { display: block; color: var(--green); font-family: var(--serif); font-size: 19px; font-weight: 500; }
.detail-visual-note span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.detail-facts { background: var(--green-deep); color: #fff; }
.detail-facts-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.detail-facts li { padding: 25px 30px; border-left: 1px solid rgba(255,255,255,.18); }
.detail-facts li:first-child { border-left: 0; }
.detail-facts strong { display: block; font-family: var(--serif); font-size: 17px; font-weight: 500; }
.detail-facts span { display: block; margin-top: 6px; color: #c6d7d2; font-size: 11px; line-height: 1.6; }
.detail-section { padding-block: 104px; }
.detail-section-intro { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.detail-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1.35; letter-spacing: -.045em; }
.detail-section h2 em { color: var(--green); font-style: normal; }
.detail-section-intro h2 { font-size: clamp(26px, 3.25vw, 43px); white-space: nowrap; }
.detail-section-intro h2.detail-heading-wrap { white-space: normal; }
.detail-copy { color: #4d5b57; font-size: 16px; line-height: 2; }
.detail-copy p { margin: 0 0 18px; }
.detail-copy strong { color: var(--green); font-weight: 700; }
.detail-copy-lead { max-width: 720px; word-break: keep-all; }
.detail-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-methods article { padding: 28px 30px 26px 0; }
.detail-methods article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.detail-methods span { color: #80908b; font-size: 10px; letter-spacing: .12em; }
.detail-methods h3 { margin: 12px 0 11px; color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.35; }
.detail-methods p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; word-break: keep-all; }
.herbal-intro-heading { position: relative; min-height: 520px; padding: 4px 30px 40px 0; overflow: hidden; isolation: isolate; }
.herbal-intro-heading::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(255,253,248,.99) 0%, rgba(255,253,248,.9) 25%, rgba(255,253,248,.24) 58%, rgba(255,253,248,0) 82%); pointer-events: none; }
.herbal-intro-heading > .detail-section-label,
.herbal-intro-heading > h2 { position: relative; z-index: 1; }
.herbal-intro-visual { position: absolute; z-index: -2; inset: 42px -34px -38px -42px; width: calc(100% + 76px); height: calc(100% - 4px); object-fit: cover; object-position: 58% 68%; opacity: .38; filter: saturate(.72) contrast(.88); mix-blend-mode: multiply; -webkit-mask-image: radial-gradient(ellipse 78% 72% at 58% 69%, #000 0%, rgba(0,0,0,.98) 42%, rgba(0,0,0,.62) 63%, transparent 88%); mask-image: radial-gradient(ellipse 78% 72% at 58% 69%, #000 0%, rgba(0,0,0,.98) 42%, rgba(0,0,0,.62) 63%, transparent 88%); }
.treatment-intro-heading { position: relative; min-height: 520px; padding: 4px 30px 40px 0; overflow: hidden; isolation: isolate; }
.treatment-intro-heading::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(255,253,248,.99) 0%, rgba(255,253,248,.9) 25%, rgba(255,253,248,.24) 58%, rgba(255,253,248,0) 82%); pointer-events: none; }
.treatment-intro-heading > .detail-section-label,
.treatment-intro-heading > h2 { position: relative; z-index: 1; }
.treatment-intro-visual { position: absolute; z-index: -2; inset: 42px -34px -38px -42px; width: calc(100% + 76px); height: calc(100% - 4px); object-fit: cover; object-position: 58% 68%; opacity: .35; filter: saturate(.7) contrast(.88); mix-blend-mode: multiply; -webkit-mask-image: radial-gradient(ellipse 78% 72% at 58% 69%, #000 0%, rgba(0,0,0,.98) 42%, rgba(0,0,0,.62) 63%, transparent 88%); mask-image: radial-gradient(ellipse 78% 72% at 58% 69%, #000 0%, rgba(0,0,0,.98) 42%, rgba(0,0,0,.62) 63%, transparent 88%); }
.detail-symptoms { background: var(--cream); }
.detail-section-head { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 46px; }
.detail-section-head > p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.8; }
.detail-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-card { min-height: 210px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.detail-card b { color: #80908b; font-size: 11px; letter-spacing: .08em; }
.detail-card h3 { margin: 22px 0 12px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.detail-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.herbal-symptom-grid .detail-card { position: relative; min-height: 235px; overflow: hidden; isolation: isolate; }
.herbal-symptom-grid .detail-card > * { position: relative; z-index: 1; max-width: 76%; }
.herbal-symptom-grid .detail-card::after { content: ""; position: absolute; z-index: 0; right: 12px; bottom: 8px; width: 150px; height: 150px; background-image: url("../images/herbal-symptom-icons.png"); background-repeat: no-repeat; background-size: 300% 200%; opacity: .14; pointer-events: none; }
.herbal-symptom-grid .detail-card:nth-child(1)::after { background-position: 0 0; }
.herbal-symptom-grid .detail-card:nth-child(2)::after { background-position: 50% 0; }
.herbal-symptom-grid .detail-card:nth-child(3)::after { background-position: 100% 0; }
.herbal-symptom-grid .detail-card:nth-child(4)::after { background-position: 0 100%; }
.herbal-symptom-grid .detail-card:nth-child(5)::after { background-position: 50% 100%; }
.herbal-symptom-grid .detail-card:nth-child(6)::after { background-position: 100% 100%; }
.treatment-symptom-grid .detail-card { position: relative; min-height: 235px; overflow: hidden; isolation: isolate; }
.treatment-symptom-grid .detail-card > * { position: relative; z-index: 1; max-width: 76%; }
.treatment-symptom-grid .detail-card::after { content: ""; position: absolute; z-index: 0; right: 12px; bottom: 8px; width: 150px; height: 150px; background-repeat: no-repeat; background-size: 300% 200%; opacity: .14; pointer-events: none; }
.chuna-symptom-grid .detail-card::after { background-image: url("../images/chuna-symptom-icons.png"); }
.ultrasound-symptom-grid .detail-card::after { background-image: url("../images/ultrasound-symptom-icons.png"); }
.acupuncture-symptom-grid .detail-card::after { background-image: url("../images/acupuncture-symptom-icons.png"); }
.treatment-symptom-grid .detail-card:nth-child(1)::after { background-position: 0 0; }
.treatment-symptom-grid .detail-card:nth-child(2)::after { background-position: 50% 0; }
.treatment-symptom-grid .detail-card:nth-child(3)::after { background-position: 100% 0; }
.treatment-symptom-grid .detail-card:nth-child(4)::after { background-position: 0 100%; }
.treatment-symptom-grid .detail-card:nth-child(5)::after { background-position: 50% 100%; }
.treatment-symptom-grid .detail-card:nth-child(6)::after { background-position: 100% 100%; }
.detail-process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.detail-process-list { margin: 0; padding: 0; list-style: none; counter-reset: process; }
.detail-process-list li { position: relative; padding: 5px 0 34px 62px; border-left: 1px solid var(--line); counter-increment: process; }
.detail-process-list li:last-child { padding-bottom: 0; }
.detail-process-list li::before { content: "0" counter(process); position: absolute; top: 0; left: -21px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--green); border-radius: 50%; background: var(--paper); color: var(--green); font-size: 10px; }
.detail-process-list strong { display: block; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.detail-process-list p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.detail-strength { background: var(--green); color: #fff; }
.detail-strength-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.detail-strength .detail-section-label { color: #b8d0c9; }
.detail-strength h2 em { color: #d9e8e3; }
.detail-strength-list { display: grid; gap: 18px; }
.detail-strength-item { padding: 24px 26px; border: 1px solid rgba(255,255,255,.22); }
.detail-strength-item strong { display: block; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.detail-strength-item p { margin: 8px 0 0; color: #d2e0dc; font-size: 13px; line-height: 1.8; }
.detail-faq { background: var(--cream); }
.detail-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.detail-faq-list details { border-top: 1px solid var(--line); }
.detail-faq-list details:last-child { border-bottom: 1px solid var(--line); }
.detail-faq-list summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; font-family: var(--serif); font-size: 17px; list-style: none; }
.detail-faq-list summary::after { content: "+"; position: absolute; top: 20px; right: 8px; color: var(--green); font-family: var(--sans); font-size: 22px; font-weight: 300; }
.detail-faq-list details[open] summary::after { content: "−"; }
.detail-faq-list summary::-webkit-details-marker { display: none; }
.detail-faq-list details p { margin: 0; padding: 0 38px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.detail-caution { margin-top: 28px; padding: 18px 20px; border-left: 2px solid #9aae9f; background: rgba(255,255,255,.66); color: var(--muted); font-size: 12px; line-height: 1.8; }
.detail-final-cta { padding: 84px 24px; background: var(--ivory); text-align: center; }
.detail-final-cta h2 { max-width: 760px; margin: 0 auto; font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); font-weight: 500; }
.detail-final-cta p { margin: 18px 0 0; color: var(--muted); line-height: 1.8; }
.detail-final-cta .detail-actions { justify-content: center; }
.detail-footer { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; padding: 48px max(24px, calc((100vw - 1180px) / 2)); background: var(--green-deep); color: #d8e4e0; }
.detail-footer img { width: 190px; filter: brightness(0) invert(1); opacity: .9; }
.detail-footer p { margin: 9px 0 0; font-size: 12px; line-height: 1.75; }
.detail-footer a { color: inherit; }
.detail-mobile-cta { display: none; }
.detail-facts span, .detail-copy-lead, .detail-methods p, .detail-section-head > p, .detail-card p, .detail-process-list p, .detail-strength-item p, .detail-faq-list details p, .detail-footer p { text-wrap: balance; }

@media (max-width: 980px) {
  .detail-nav, .detail-book { display: none; }
  .detail-menu-button { display: flex; }
  .detail-hero-grid { grid-template-columns: 1fr; }
  .detail-hero-copy { padding: 64px 0 46px; }
  .detail-hero-visual { min-height: 390px; margin: -34px 0 0; }
  .detail-hero-visual-image::before { background: linear-gradient(180deg, var(--ivory) 0%, rgba(248,244,234,.94) 11%, rgba(248,244,234,.55) 30%, rgba(248,244,234,.12) 52%, transparent 70%); }
  .detail-section-intro, .detail-process-grid, .detail-strength-grid, .detail-faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .detail-section-head { display: block; }
  .detail-section-head > p { margin-top: 20px; }
}

@media (max-width: 700px) {
  .detail-container { width: min(100% - 36px, 1180px); }
  .detail-utility { display: none; }
  .detail-header { min-height: 70px; padding: 12px 18px; }
  .detail-brand img { width: 205px; }
  .detail-breadcrumbs { padding-block: 12px; font-size: 10px; }
  .detail-hero-copy { padding: 48px 0 40px; }
  .detail-hero h1 { font-size: 30px; line-height: 1.32; }
  .detail-hero h1.detail-hero-title-wide { font-size: clamp(24px, 7.15vw, 28px); line-height: 1.42; letter-spacing: -.065em; }
  .detail-hero-lead { font-size: 14px; line-height: 1.85; }
  .detail-hero-lead span { display: inline; }
  .detail-hero-lead span + span::before { content: " "; }
  .detail-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .detail-actions a { min-width: 0; padding-inline: 9px; }
  .detail-hero-visual { min-height: 310px; margin-top: -22px; }
  .detail-hero-visual-chuna img { object-position: 54% 48%; }
  .detail-hero-visual-ultrasound img { object-position: 56% 45%; }
  .detail-hero-visual-herbal img { object-position: 52% 54%; }
  .detail-facts-list { grid-template-columns: 1fr; }
  .detail-facts li { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .detail-facts li:first-child { border-top: 0; }
  .detail-section { padding-block: 72px; }
  .detail-section h2 { font-size: 32px; }
  .detail-section-intro h2 { font-size: clamp(26px, 8vw, 31px); }
  .detail-copy { font-size: 14px; line-height: 1.95; }
  .detail-methods { grid-template-columns: 1fr; margin-top: 28px; }
  .detail-methods article { padding: 24px 0; }
  .detail-methods article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .herbal-intro-heading { min-height: 440px; padding: 4px 22px 30px 0; }
  .herbal-intro-visual { inset: 38px -26px -26px -30px; width: calc(100% + 56px); height: calc(100% - 12px); object-position: 60% 70%; opacity: .34; -webkit-mask-image: radial-gradient(ellipse 82% 72% at 60% 70%, #000 0%, rgba(0,0,0,.96) 40%, rgba(0,0,0,.55) 62%, transparent 88%); mask-image: radial-gradient(ellipse 82% 72% at 60% 70%, #000 0%, rgba(0,0,0,.96) 40%, rgba(0,0,0,.55) 62%, transparent 88%); }
  .treatment-intro-heading { min-height: 440px; padding: 4px 22px 30px 0; }
  .treatment-intro-visual { inset: 38px -26px -26px -30px; width: calc(100% + 56px); height: calc(100% - 12px); object-position: 60% 70%; opacity: .32; -webkit-mask-image: radial-gradient(ellipse 82% 72% at 60% 70%, #000 0%, rgba(0,0,0,.96) 40%, rgba(0,0,0,.55) 62%, transparent 88%); mask-image: radial-gradient(ellipse 82% 72% at 60% 70%, #000 0%, rgba(0,0,0,.96) 40%, rgba(0,0,0,.55) 62%, transparent 88%); }
  .detail-card-grid { grid-template-columns: 1fr; }
  .detail-card { min-height: 0; }
  .herbal-symptom-grid .detail-card { min-height: 190px; padding-right: 26px; }
  .herbal-symptom-grid .detail-card > * { max-width: 72%; }
  .herbal-symptom-grid .detail-card::after { width: 128px; height: 128px; opacity: .13; }
  .treatment-symptom-grid .detail-card { min-height: 190px; padding-right: 26px; }
  .treatment-symptom-grid .detail-card > * { max-width: 72%; }
  .treatment-symptom-grid .detail-card::after { width: 128px; height: 128px; opacity: .13; }
  .detail-process-list li { padding-left: 48px; }
  .detail-strength-grid, .detail-faq-grid { gap: 36px; }
  .detail-final-cta { padding: 68px 18px 100px; }
  .detail-final-cta h2 { font-size: 28px; line-height: 1.42; }
  .detail-footer { grid-template-columns: 1fr; gap: 28px; padding: 40px 18px 80px; }
  .detail-mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); background: var(--paper); }
  .detail-mobile-cta a { display: block; padding: 15px 8px; color: var(--green); text-align: center; font-size: 13px; text-decoration: none; }
  .detail-mobile-cta a:last-child { background: var(--green); color: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
