/* BRB-WEB V10 importer: inlined local import "../02-DESIGN-SYSTEM/detail-page-tokens.css" -> shared/detail-page-tokens.css (sha256 c150d330ea1c) */
/*
 * BRB-WEB Detail Page Design System v1
 * Source of truth for this prebuild: owner-approved Thermage Master v1.7.
 * This file contains shared visual primitives only. Procedure facts and
 * family-specific colors/composition belong to page data or an approved variant.
 */

:root {
  --dp-ground: #faf7f2;
  --dp-paper: #fffdf9;
  --dp-raised: #fdfbf7;
  --dp-band: #f5efe6;
  --dp-band-deep: #f2ece3;

  --dp-ink: #231c19;
  --dp-ink-strong: #1d1613;
  --dp-ink-soft: #5f544c;
  --dp-muted: #8a7d73;

  --dp-accent: #7d1a33;
  --dp-accent-deep: #5b1024;
  --dp-accent-chapter: #6f1a30;
  --dp-description-bg: #31241c;
  --dp-description-text: #f3e8de;
  --dp-gold: #8b5e34;

  --dp-line: #e6dccd;
  --dp-line-soft: #ece2d5;
  --dp-line-strong: #d5c6b2;

  --dp-font-sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --dp-font-serif-ko: "Noto Serif KR", serif;
  --dp-font-serif-en: "Cormorant Garamond", Georgia, serif;

  --dp-shell: 1140px;
  --dp-prose: 760px;
  --dp-wide: 960px;
  --dp-heading: 780px;
  --dp-gutter: 20px;
  --dp-header-height: 92px;

  --dp-space-standard: clamp(44px, 4.6vw, 60px);
  --dp-space-compact: clamp(36px, 3.8vw, 48px);
  --dp-space-supporting: clamp(50px, 5.2vw, 68px);

  --dp-radius-control: 4px;
  --dp-radius-card: 6px;
  --dp-radius-raised: 8px;
  --dp-radius-rail: 9px;

  --dp-rail-gap: 5px;
  --dp-rail-font-size: 12px;
  --dp-rail-line-height: 19px;
  --dp-rail-pad-block: 3px;
  --dp-rail-pad-inline: 9px;
  --dp-rail-track-pad-block: 2px;
  --dp-rail-fade-width: 30px;

  /* Optional family variants override this locally after approval. */
  --dp-family-accent: var(--dp-accent);
  --dp-family-accent-text: #fff8f2;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.dp-page {
  margin: 0;
  background: var(--dp-ground);
  color: var(--dp-ink);
  font-family: var(--dp-font-sans);
  line-height: 1.72;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.dp-shell,
.dp-section__inner,
.dp-hero__inner,
.dp-supporting__inner {
  width: min(var(--dp-shell), calc(100% - (var(--dp-gutter) * 2)));
  margin-inline: auto;
}

.dp-prose { max-width: var(--dp-prose); }
.dp-wide { max-width: var(--dp-wide); }

.dp-section {
  scroll-margin-top: calc(var(--dp-header-height) + 30px);
  border-bottom: 1px solid var(--dp-line-soft);
}

.dp-section__inner {
  padding-block: var(--dp-space-standard);
}

.dp-section--compact .dp-section__inner {
  padding-block: var(--dp-space-compact);
}

.dp-section--raised { background: var(--dp-raised); }
.dp-section--band { background: var(--dp-band); }

.dp-section-heading {
  max-width: var(--dp-heading);
}

.dp-eyebrow {
  margin: 0;
  color: var(--dp-gold);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .21em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dp-section-heading h2 {
  margin: 13px 0 0;
  color: var(--dp-ink-strong);
  font-family: var(--dp-font-serif-ko);
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.44;
  text-wrap: pretty;
}

.dp-intro {
  max-width: 46em;
  margin: 18px 0 0;
  color: var(--dp-ink-soft);
  font-size: 14.5px;
  letter-spacing: -.01em;
  line-height: 1.9;
  text-wrap: pretty;
}

.dp-description {
  background: var(--dp-description-bg);
  border-bottom: 1px solid #432326;
}

.dp-description p {
  width: min(880px, calc(100% - (var(--dp-gutter) * 2)));
  margin: 0 auto;
  padding: 20px 0;
  color: var(--dp-description-text);
  font-family: var(--dp-font-serif-ko);
  font-size: 13.5px;
  letter-spacing: -.022em;
  line-height: 1.82;
  text-align: center;
}

.dp-hero {
  scroll-margin-top: var(--dp-header-height);
  background:
    radial-gradient(circle at 77% 28%, rgba(125, 26, 51, .052), transparent 31%),
    linear-gradient(178deg, #fdfaf5 0%, #f7f0e6 100%);
  border-bottom: 1px solid var(--dp-line-soft);
}

.dp-hero__inner {
  padding: clamp(68px, 7vw, 96px) 0 clamp(70px, 7.5vw, 104px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .88fr);
  gap: clamp(52px, 7vw, 92px);
  align-items: end;
}

.dp-hero__eyebrow {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  gap: 9px;
  padding: 4px 11px;
  border: 1px solid #e3d7c6;
  border-radius: var(--dp-radius-rail);
  background: rgba(255, 253, 249, .76);
  color: var(--dp-gold);
  font-size: 11.5px;
}

.dp-hero__eyebrow::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--dp-accent);
}

.dp-hero h1 {
  margin: 23px 0 0;
  color: var(--dp-ink-strong);
  font-family: var(--dp-font-serif-ko);
  font-size: clamp(38px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -.042em;
  line-height: 1.34;
  text-wrap: pretty;
}

.dp-hero h1 em {
  color: var(--dp-accent);
  font-style: normal;
}

.dp-hero__lead {
  max-width: 39em;
  margin: 25px 0 0;
  color: var(--dp-ink-soft);
  font-size: 15px;
  letter-spacing: -.012em;
  line-height: 1.9;
}

.dp-doctor-note {
  position: relative;
  padding: 29px 29px 27px;
  border: 1px solid #e2d5c5;
  border-top: 2px solid var(--dp-accent);
  border-radius: var(--dp-radius-card);
  background: rgba(255, 253, 249, .82);
}

.dp-doctor-note::before {
  content: "“";
  position: absolute;
  top: 12px;
  right: 22px;
  color: #e5d5c5;
  font-family: var(--dp-font-serif-en);
  font-size: 62px;
  font-weight: 300;
  line-height: 1;
}

.dp-doctor-note__label {
  color: var(--dp-accent);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .1em;
}

.dp-doctor-note p {
  position: relative;
  margin: 15px 0 0;
  color: #433730;
  font-family: var(--dp-font-serif-ko);
  font-size: 16px;
  letter-spacing: -.027em;
  line-height: 1.9;
}

.dp-doctor-note cite {
  display: block;
  margin-top: 19px;
  padding-top: 15px;
  border-top: 1px solid var(--dp-line-soft);
  color: var(--dp-muted);
  font-size: 11.5px;
  font-style: normal;
}

.dp-doctor-note--inline {
  max-width: var(--dp-prose);
  margin-top: 36px;
  padding: 24px 26px;
  border-top-width: 1px;
  border-left: 2px solid var(--dp-accent);
}

.dp-doctor-note--inline p {
  font-family: var(--dp-font-sans);
  font-size: 14px;
}

.dp-rail {
  --rail-surface: var(--dp-raised);
  --rail-fade-rgb: 253, 251, 247;
  position: relative;
  background: var(--rail-surface);
  border-bottom: 1px solid var(--dp-line);
}

.dp-rail--section {
  position: sticky;
  top: var(--dp-header-height);
  z-index: 50;
  background: rgba(253, 251, 247, .97);
  backdrop-filter: blur(12px);
}

.dp-rail__viewport {
  position: relative;
  overflow: hidden;
}

.dp-rail__viewport::before,
.dp-rail__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--dp-rail-fade-width);
  pointer-events: none;
  opacity: 0;
  transition: opacity .18s ease;
}

.dp-rail__viewport::before {
  left: 0;
  background: linear-gradient(90deg, rgba(var(--rail-fade-rgb), 1), rgba(var(--rail-fade-rgb), 0));
}

.dp-rail__viewport::after {
  right: 0;
  background: linear-gradient(270deg, rgba(var(--rail-fade-rgb), 1), rgba(var(--rail-fade-rgb), 0));
}

.dp-rail.has-overflow-left .dp-rail__viewport::before,
.dp-rail.has-overflow-right .dp-rail__viewport::after {
  opacity: 1;
}

.dp-rail__track {
  margin: 0;
  padding: var(--dp-rail-track-pad-block) 2px;
  display: flex;
  gap: var(--dp-rail-gap);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.dp-rail__track::-webkit-scrollbar { display: none; }

.dp-rail__track a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: var(--dp-rail-pad-block) var(--dp-rail-pad-inline);
  border: 1px solid rgba(213, 198, 178, .58);
  border-radius: var(--dp-radius-rail);
  background: rgba(255, 253, 249, .58);
  color: #756a61;
  font-size: var(--dp-rail-font-size);
  line-height: var(--dp-rail-line-height);
  white-space: nowrap;
  text-decoration: none;
}

.dp-rail__track a::before {
  content: "";
  position: absolute;
  inset: -8px -3px;
}

.dp-rail__track a[aria-current],
.dp-rail__track a.is-active {
  border-color: var(--dp-accent);
  background: var(--dp-accent);
  color: #fff8f2;
}

.dp-rail__track:focus-visible,
.dp-rail__track a:focus-visible {
  outline: 2px solid var(--dp-accent);
  outline-offset: 2px;
}

.dp-summary {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--dp-line-strong);
}

.dp-summary__item {
  min-width: 0;
  padding: 27px 23px 28px;
  border-right: 1px solid var(--dp-line);
}

.dp-summary__item:last-child { border-right: 0; }

.dp-summary__number {
  color: #bda58c;
  font-family: var(--dp-font-serif-en);
  font-size: 25px;
  line-height: 1;
}

.dp-summary__item h3 {
  margin: 15px 0 0;
  font-family: var(--dp-font-serif-ko);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.dp-summary__item p {
  margin: 10px 0 0;
  color: #766a62;
  font-size: 13px;
  line-height: 1.78;
}

.dp-data-block {
  margin-top: 34px;
  border-block: 1px solid var(--dp-line-strong);
  background: rgba(255, 253, 249, .58);
}

.dp-price-group + .dp-price-group {
  border-top: 1px solid var(--dp-line-strong);
}

.dp-price-group__header {
  padding: 21px 24px 19px;
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr) auto;
  gap: 24px;
  align-items: center;
  background: rgba(245, 239, 230, .72);
}

.dp-price-group__title {
  font-family: var(--dp-font-serif-ko);
  font-size: 18px;
  font-weight: 500;
}

.dp-price-group__description {
  color: #74675f;
  font-size: 12.5px;
  line-height: 1.65;
}

.dp-chip {
  padding: 5px 9px;
  border: 1px solid #d9c9b6;
  border-radius: var(--dp-radius-control);
  background: var(--dp-paper);
  color: var(--dp-accent);
  font-size: 10.5px;
  font-weight: 600;
  white-space: nowrap;
}

.dp-price-table,
.dp-comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.dp-price-table { table-layout: fixed; }

.dp-price-table th,
.dp-price-table td {
  padding: 18px 24px;
  border-top: 1px solid var(--dp-line-soft);
  text-align: right;
  vertical-align: middle;
}

.dp-price-table th:first-child,
.dp-price-table td:first-child {
  width: 46%;
  text-align: left;
}

.dp-price-table thead th {
  color: var(--dp-muted);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .08em;
}

.dp-price-table tbody th {
  color: #4b4039;
  font-size: 13.5px;
  font-weight: 500;
}

.dp-price-table tbody td {
  color: #51443d;
  font-family: var(--dp-font-serif-en), var(--dp-font-sans);
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.dp-price-table .is-point {
  color: var(--dp-accent);
  font-size: 19px;
  font-weight: 500;
}

.dp-data-note {
  margin: 18px 0 0;
  color: var(--dp-muted);
  font-size: 11.5px;
  line-height: 1.8;
}

.dp-fit {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-block: 1px solid var(--dp-line-strong);
}

.dp-fit__panel { padding: 28px 30px 26px; }

.dp-fit__panel + .dp-fit__panel {
  border-left: 1px solid var(--dp-line-strong);
  background: rgba(245, 239, 230, .62);
}

.dp-fit__panel h3 {
  margin: 0;
  color: var(--dp-accent);
  font-family: var(--dp-font-serif-ko);
  font-size: 19px;
  font-weight: 500;
}

.dp-fit__list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.dp-fit__list li {
  position: relative;
  padding: 12px 0 12px 25px;
  border-top: 1px solid var(--dp-line-soft);
  color: #51463f;
  font-size: 13.5px;
  line-height: 1.7;
}

.dp-fit__list li::before {
  position: absolute;
  top: 12px;
  left: 1px;
  color: var(--dp-accent);
  font-family: var(--dp-font-serif-en);
}

.dp-fit__list--suitable li::before { content: "✓"; }
.dp-fit__list--alternative li::before { content: "·"; font-size: 22px; line-height: 1; }

.dp-table-scroll {
  margin-top: 34px;
  overflow-x: auto;
  border-block: 1px solid var(--dp-line-strong);
  background: rgba(255, 253, 249, .64);
  -webkit-overflow-scrolling: touch;
}

.dp-table-scroll:focus-visible {
  outline: 2px solid var(--dp-accent);
  outline-offset: 2px;
}

.dp-comparison-table {
  min-width: 760px;
  table-layout: fixed;
}

.dp-comparison-table th,
.dp-comparison-table td {
  padding: 18px 19px;
  border-top: 1px solid var(--dp-line-soft);
  border-right: 1px solid var(--dp-line-soft);
  color: #5d5149;
  font-size: 13px;
  line-height: 1.65;
  text-align: left;
  vertical-align: top;
}

.dp-comparison-table thead th {
  border-top: 0;
  color: #2d241f;
  font-weight: 650;
}

.dp-comparison-table th:first-child {
  width: 16%;
  color: var(--dp-gold);
  font-size: 11px;
}

.dp-comparison-table .is-current {
  background: rgba(125, 26, 51, .035);
  color: #4b3038;
}

.dp-comparison-table th:last-child,
.dp-comparison-table td:last-child {
  border-right: 0;
}

.dp-risk {
  max-width: 860px;
  margin-top: 30px;
  padding: 24px 27px;
  border-left: 2px solid var(--dp-accent);
  background: rgba(255, 253, 249, .7);
}

.dp-risk strong {
  color: var(--dp-accent);
  font-family: var(--dp-font-serif-ko);
  font-size: 17px;
  font-weight: 500;
}

.dp-risk p {
  margin: 10px 0 0;
  color: #5b4e47;
  font-size: 14px;
  line-height: 1.88;
}

.dp-record-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--dp-line-strong);
  border-left: 1px solid var(--dp-line);
}

.dp-record {
  min-height: 172px;
  padding: 24px 22px;
  border-right: 1px solid var(--dp-line);
  border-bottom: 1px solid var(--dp-line);
  background: rgba(255, 253, 249, .42);
}

.dp-record strong {
  color: #40352f;
  font-size: 13.5px;
  font-weight: 650;
}

.dp-record p {
  margin: 11px 0 0;
  color: #70635b;
  font-size: 12.8px;
  line-height: 1.82;
}

.dp-faq {
  max-width: 900px;
  margin-top: 32px;
  border-top: 1px solid var(--dp-line-strong);
}

.dp-faq__item { border-bottom: 1px solid var(--dp-line); }

.dp-faq__question {
  position: relative;
  width: 100%;
  min-height: 66px;
  padding: 15px 54px 15px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 11px;
  align-items: center;
  border: 0;
  background: transparent;
  color: #352c27;
  text-align: left;
  cursor: pointer;
}

.dp-faq__index {
  color: #b59c83;
  font-family: var(--dp-font-serif-en);
  font-size: 18px;
}

.dp-faq__text {
  font-family: var(--dp-font-serif-ko);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.dp-faq__answer {
  padding: 0 54px 22px 53px;
  color: #685c54;
  font-size: 13.5px;
  line-height: 1.88;
}

.dp-faq__answer[hidden] { display: none; }

.dp-closing {
  background: var(--dp-accent-chapter);
  color: #f7ece3;
  text-align: center;
}

.dp-closing .dp-section__inner {
  padding-block: clamp(72px, 7vw, 94px);
}

.dp-closing h2 {
  max-width: var(--dp-prose);
  margin: 14px auto 0;
  color: #fff8f2;
  font-family: var(--dp-font-serif-ko);
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.45;
}

.dp-closing p {
  max-width: 780px;
  margin: 20px auto 0;
  color: #ead5cb;
  font-size: 14px;
  line-height: 1.92;
}

.dp-closing__meta {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 236, 227, .24);
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #dcbfb2;
  font-size: 11.5px;
  line-height: 1.7;
}

.dp-supporting {
  border-top: 1px solid rgba(184, 159, 136, .62);
  background: var(--dp-band-deep);
}

.dp-supporting__inner {
  padding-block: var(--dp-space-supporting);
}

.dp-journal-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dp-journal-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--dp-line);
  border-radius: var(--dp-radius-card);
  background: var(--dp-paper);
}

.dp-journal-card__media {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eee4d8;
}

.dp-journal-card__body { padding: 20px 20px 22px; }

.dp-video {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(290px, .7fr);
  overflow: hidden;
  border: 1px solid var(--dp-line);
  border-radius: var(--dp-radius-card);
  background: var(--dp-paper);
}

.dp-video__media {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background: linear-gradient(150deg, #382329 0%, #170f12 100%);
}

.dp-video__media img,
.dp-video__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dp-video__copy {
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dp-optional-cta[hidden] { display: none; }

@media (max-width: 940px) {
  .dp-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .82fr);
    gap: 38px;
  }

  .dp-hero h1 { font-size: clamp(37px, 5vw, 47px); }
  .dp-summary__item { padding-inline: 17px; }
  .dp-video { grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr); }
}

@media (max-width: 760px) {
  :root {
    --dp-gutter: 18px;
    --dp-header-height: 101px;
    --dp-space-standard: 24px;
    --dp-space-compact: 20px;
    --dp-space-supporting: 42px;
    --dp-rail-fade-width: 28px;
  }

  .dp-section { scroll-margin-top: 116px; }
  .dp-section-heading h2 { margin-top: 7px; font-size: 25px; line-height: 1.48; }
  .dp-intro { margin-top: 8px; font-size: 14px; line-height: 1.86; }
  .dp-eyebrow { font-size: 10px; }

  .dp-description p {
    width: calc(100% - 36px);
    padding-block: 10px;
    font-size: 12px;
    line-height: 1.78;
    text-align: left;
  }

  .dp-hero__inner {
    padding-block: 30px 34px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dp-hero__eyebrow { min-height: 29px; font-size: 10.5px; }
  .dp-hero h1 { margin-top: 19px; font-size: 31px; line-height: 1.43; }
  .dp-hero__lead { margin-top: 19px; font-size: 14px; line-height: 1.86; }

  .dp-doctor-note { padding: 16px 16px 15px; }
  .dp-doctor-note p { margin-top: 13px; font-size: 14.5px; line-height: 1.86; }
  .dp-doctor-note--inline { margin-top: 16px; padding: 14px 15px; }
  .dp-doctor-note--inline p { font-size: 13.5px; }

  .dp-rail--section {
    position: relative;
    top: auto;
    z-index: 1;
  }

  .dp-rail__track { padding-inline: 18px; }

  .dp-section--summary .dp-section__inner { padding-block: 30px; }
  .dp-section--major .dp-section__inner,
  .dp-closing .dp-section__inner { padding-block: 32px; }

  .dp-summary {
    margin-top: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .dp-summary__item {
    padding: 12px 14px 13px;
    border-bottom: 1px solid var(--dp-line);
  }

  .dp-summary__item:nth-child(2) { border-right: 0; }
  .dp-summary__item:nth-last-child(-n+2) { border-bottom: 0; }
  .dp-summary__number { font-size: 23px; }
  .dp-summary__item h3 { margin-top: 9px; font-size: 16.5px; }
  .dp-summary__item p { margin-top: 7px; font-size: 12.5px; }

  .dp-data-block { margin-top: 14px; }

  .dp-price-group__header {
    padding: 11px 13px 10px;
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
  }

  .dp-price-group__description {
    grid-column: 1 / 3;
    font-size: 12px;
  }

  .dp-price-table { table-layout: auto; }

  .dp-price-table th,
  .dp-price-table td { padding: 8px 11px; }

  .dp-price-table th:first-child,
  .dp-price-table td:first-child { width: auto; }
  .dp-price-table tbody th { min-width: 130px; font-size: 12px; }
  .dp-price-table tbody td { font-family: var(--dp-font-sans); font-size: 12px; }
  .dp-price-table .is-point { font-size: 13.5px; font-weight: 650; }
  .dp-data-note { margin-top: 10px; font-size: 10.5px; }

  .dp-fit {
    margin-top: 16px;
    grid-template-columns: 1fr;
  }

  .dp-fit__panel { padding: 14px 15px 13px; }
  .dp-fit__panel + .dp-fit__panel { border-top: 1px solid var(--dp-line-strong); border-left: 0; }
  .dp-fit__panel h3 { font-size: 18px; }
  .dp-fit__list { margin-top: 10px; }
  .dp-fit__list li { padding-block: 7px; font-size: 13px; }

  .dp-table-scroll { margin-top: 16px; }
  .dp-comparison-table { min-width: 720px; }
  .dp-comparison-table th,
  .dp-comparison-table td { padding: 8px 14px; font-size: 12.5px; }

  .dp-risk { margin-top: 14px; padding: 13px; }
  .dp-risk strong { font-size: 16px; }
  .dp-risk p { font-size: 13.5px; }

  .dp-record-grid {
    margin-top: 14px;
    grid-template-columns: 1fr;
  }

  .dp-record {
    min-height: 0;
    padding: 13px;
  }

  .dp-record p { font-size: 12.5px; }

  .dp-faq { margin-top: 14px; }
  .dp-faq__question {
    min-height: 48px;
    padding: 8px 42px 8px 0;
    grid-template-columns: 34px 1fr;
    gap: 8px;
  }
  .dp-faq__index { font-size: 17px; }
  .dp-faq__text { font-size: 15px; line-height: 1.58; }
  .dp-faq__answer { padding: 0 40px 20px 42px; font-size: 13px; }

  .dp-closing h2 { margin-top: 10px; font-size: 25px; }
  .dp-closing p { margin-top: 12px; font-size: 13.5px; }
  .dp-closing__meta { margin-top: 14px; font-size: 11px; }

  .dp-journal-grid {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dp-journal-card {
    display: grid;
    grid-template-columns: 116px 1fr;
  }

  .dp-journal-card__media {
    aspect-ratio: auto;
    min-height: 150px;
  }

  .dp-journal-card__body { padding: 17px 16px 18px; }

  .dp-video {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }

  .dp-video__media { min-height: 220px; }
  .dp-video__copy { padding: 25px 20px; }
}

@media (max-width: 365px) {
  .dp-summary { grid-template-columns: 1fr; }
  .dp-summary__item {
    border-right: 0;
    border-bottom: 1px solid var(--dp-line) !important;
  }
  .dp-summary__item:last-child { border-bottom: 0 !important; }
  .dp-price-table th,
  .dp-price-table td { padding-inline: 8px; }
  .dp-price-table tbody th { min-width: 116px; font-size: 11.5px; }
  .dp-price-table tbody td { font-size: 11.5px; }
  .dp-price-table .is-point { font-size: 12.5px; }
  .dp-journal-card { grid-template-columns: 98px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

/* No complete page-scoped source CSS exists for this route (native multi-widget
   Elementor page relying on global theme/kit styling not captured at page level,
   same situation as /laser-procedure/laserlifting/volumer/ in Batch R).
   SOURCE_CSS_STATUS: SOURCE_MISSING.
   Minimal, source-appropriate legal-document presentation built on the shared
   design tokens. No clinical/procedure template, no Thermage layout forcing. */

* { box-sizing: border-box; }
html { background: var(--dp-ground, #faf7f2); }
body { margin: 0; background: var(--dp-ground, #faf7f2); color: var(--dp-ink, #231c19); font-family: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", sans-serif; }

.tos-page { min-height: 100vh; padding-block: clamp(48px, 6vw, 84px); }
.tos-wrap { width: min(100% - 40px, 820px); margin-inline: auto; }

.tos-wrap h1 {
  margin: 0 0 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--dp-line, #e6dccd);
  color: var(--dp-ink-strong, #1d1613);
  font-family: "Noto Serif KR", Georgia, serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.35;
  text-align: center;
}

.tos-body { color: var(--dp-ink, #231c19); font-size: 15px; line-height: 1.85; }

.tos-body h2 {
  margin: 34px 0 12px;
  color: var(--dp-ink-strong, #1d1613);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.tos-body h2:first-child { margin-top: 0; }

.tos-body h2 strong { font-weight: inherit; }

.tos-body p { margin: 0 0 14px; color: var(--dp-ink-soft, #5f544c); }

.tos-body ol {
  margin: 0 0 14px;
  padding-left: 22px;
  color: var(--dp-ink-soft, #5f544c);
}
.tos-body ol li { margin: 6px 0; }

.tos-body ul {
  margin: 8px 0 8px 4px;
  padding-left: 20px;
  list-style: circle;
  color: var(--dp-ink-soft, #5f544c);
}
.tos-body ul li { margin: 4px 0; }

@media (max-width: 600px) {
  .tos-wrap { width: min(100% - 32px, 820px); }
  .tos-body { font-size: 14px; line-height: 1.8; }
  .tos-wrap h1 { margin-bottom: 26px; }
  .tos-body h2 { margin-top: 26px; font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}