/* BRB-WEB V10 importer: inlined local import "../../shared/p1-batch-a-shared.css" -> shared/p1-batch-a-shared.css (sha256 8ef2184bbcd3) */
/* 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;
  }
}

/* Shared source-DOM adapter. Content classes are preserved from production. */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--dp-ground, #faf7f2); }
body { margin: 0; background: var(--dp-ground, #faf7f2); color: var(--dp-ink, #231c19); font-family: "Pretendard Variable", Pretendard, Arial, sans-serif; overflow-x: clip; }
a { color: inherit; }
img, video, iframe { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--dp-accent, #7d1a33); outline-offset: 3px; }

.brb-jvvol-v45,
.brb-revive-v45,
.brb-ulthera-v45 { background: var(--dp-ground, #faf7f2); color: var(--dp-ink, #231c19); font-size: 15px; line-height: 1.86; overflow-wrap: break-word; }

.wrap,
.narrow,
.quick-inner { width: min(100% - 40px, 1140px); margin-inline: auto; }
.narrow { max-width: 880px; }

.definition { background: #31241c; color: #f3e8de; border-bottom: 1px solid #432326; padding: 20px 0; text-align: center; }
.definition p { margin: 0; font-size: 13.5px; line-height: 1.82; }
.definition span { color: #fff; }

.hero { padding: clamp(68px, 7vw, 96px) 0 clamp(70px, 7.5vw, 104px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, 390px); gap: clamp(52px, 7vw, 92px); align-items: start; }
.eyebrow { display: inline-block; color: var(--dp-accent, #7d1a33); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin: 18px 0 24px; font-family: "Noto Serif KR", Georgia, serif; font-size: clamp(38px, 4vw, 50px); line-height: 1.34; font-weight: 600; letter-spacing: -.035em; }
.hero h1 span { display: block; }
.hero h1 em { color: var(--dp-accent, #7d1a33); font-style: normal; }
.hero-lead { max-width: 760px; margin: 0; color: var(--dp-ink-secondary, #5f544c); line-height: 1.9; }
.hero-note,
.advice { position: relative; margin: 0; padding: 28px 28px 26px; border: 1px solid var(--dp-line, #e6dccd); border-top: 2px solid var(--dp-accent, #7d1a33); border-radius: 6px; background: var(--dp-raised, #fffdf9); }
.hero-note > span,
.advice > span { color: var(--dp-accent, #7d1a33); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.hero-note p,
.advice p { margin: 14px 0; font-family: "Noto Serif KR", Georgia, serif; font-size: 16px; line-height: 1.9; }
.hero-note b,
.advice b { display: block; color: var(--dp-muted, #8a7d73); font-size: 12px; font-weight: 600; }

.quick-nav { position: sticky; top: 0; z-index: 20; padding: 2px 0; border-block: 1px solid var(--dp-line, #e6dccd); background: rgba(250,247,242,.96); backdrop-filter: blur(10px); }
.quick-inner { display: flex; gap: 5px; padding-block: 8px; overflow-x: auto; scrollbar-width: none; }
.quick-inner::-webkit-scrollbar { display: none; }
.quick-inner a { flex: 0 0 auto; min-height: 27px; padding: 4px 10px; border-radius: 9px; color: var(--dp-ink-secondary, #5f544c); font-size: 12px; line-height: 19px; text-decoration: none; white-space: nowrap; }
.quick-inner a:hover,
.quick-inner a:focus-visible { background: #f2ece3; color: var(--dp-accent, #7d1a33); }

.brb-jvvol-v45 section,
.brb-revive-v45 section,
.brb-ulthera-v45 section { scroll-margin-top: 72px; }
.brb-jvvol-v45 section:not(.hero):not(.blog-section),
.brb-revive-v45 section:not(.hero):not(.blog-section),
.brb-ulthera-v45 section:not(.hero):not(.blog-section) { padding-block: clamp(44px, 4.6vw, 60px); }
.cream { background: var(--dp-band, #f5efe6); }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head h2,
.price-card > h2,
.identity h2,
.blog-section h2 { margin: 10px 0 14px; font-family: "Noto Serif KR", Georgia, serif; font-size: clamp(27px, 3vw, 36px); line-height: 1.44; font-weight: 600; letter-spacing: -.025em; }
.section-head > p,
.price-compose { max-width: 760px; margin: 0; color: var(--dp-ink-secondary, #5f544c); }

.cards-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--dp-line, #e6dccd); }
.card { min-width: 0; padding: 26px 24px; border-right: 1px solid var(--dp-line, #e6dccd); }
.card:last-child { border-right: 0; }
.card > b:first-child { color: var(--dp-accent, #7d1a33); font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; }
.card h3 { margin: 12px 0 10px; font-family: "Noto Serif KR", Georgia, serif; font-size: 19px; line-height: 1.5; }
.card p { margin: 0; color: var(--dp-ink-secondary, #5f544c); font-size: 14px; }

.price-card { padding: clamp(28px, 4vw, 44px); border: 1px solid var(--dp-line, #e6dccd); border-radius: 6px; background: var(--dp-raised, #fffdf9); }
.price-list { margin-top: 28px; border-top: 1px solid var(--dp-line-strong, #d5c6b2); }
.price-group,
.pr-group { margin: 0; padding: 18px 16px; background: #f2ece3; font-weight: 700; }
.price-group span,
.pr-group span,
.pr-desc { display: inline-block; margin-left: 10px; color: var(--dp-ink-secondary, #5f544c); font-size: 13px; font-weight: 500; }
.price-row,
.pr-line { display: grid; grid-template-columns: minmax(90px, 1fr) auto minmax(120px, auto) auto minmax(110px, auto); gap: 14px; align-items: baseline; padding: 16px; border-bottom: 1px solid var(--dp-line, #e6dccd); }
.pr-block { border-bottom: 1px solid var(--dp-line, #e6dccd); }
.pr-block .pr-line { border-bottom: 0; }
.pr-vol { padding: 14px 16px 0; font-weight: 700; }
.event, .ev, .is-point { color: var(--dp-accent, #7d1a33); font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; font-weight: 700; }
.normal, .nm { color: var(--dp-ink-secondary, #5f544c); }
.ev-label, .nm-label, .ev-lb, .nm-lb { color: var(--dp-muted, #8a7d73); font-size: 12px; }
.price-note { margin: 20px 0 0; color: var(--dp-muted, #8a7d73); font-size: 12px; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--dp-line, #e6dccd); border-radius: 6px; background: var(--dp-raised, #fffdf9); }
.fit-box { min-width: 0; padding: 28px 30px; }
.fit-box + .fit-box { border-left: 1px solid var(--dp-line, #e6dccd); }
.fit-box h3 { margin: 0 0 18px; font-family: "Noto Serif KR", Georgia, serif; font-size: 20px; }
.fit-box ul { margin: 0; padding: 0; list-style: none; }
.fit-box li { position: relative; margin: 12px 0; padding-left: 22px; color: var(--dp-ink-secondary, #5f544c); }
.fit-box li::before { position: absolute; left: 0; color: var(--dp-accent, #7d1a33); content: "·"; font-size: 22px; line-height: 1; }
.fit-good li::before { content: "✓"; font-size: 13px; }

.compare-wrap { max-width: 960px; overflow-x: auto; border: 1px solid var(--dp-line, #e6dccd); border-radius: 6px; background: var(--dp-raised, #fffdf9); }
.compare-wrap table { width: 100%; min-width: 720px; border-collapse: collapse; }
.compare-wrap th,
.compare-wrap td { padding: 15px 16px; border-right: 1px solid var(--dp-line, #e6dccd); border-bottom: 1px solid var(--dp-line, #e6dccd); text-align: left; vertical-align: top; }
.compare-wrap th { background: #f2ece3; font-weight: 700; }
.compare-wrap .hl,
.compare-wrap .is-core { background: #fbf1f3; color: var(--dp-accent, #7d1a33); }

.text-box,
.design-explain { max-width: 760px; }
.text-box > p,
.design-explain > p { margin: 0 0 18px; }
.mini-grid,
.care-grid,
.step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.mini,
.care,
.step,
.trust-card { padding: 22px; border: 1px solid var(--dp-line, #e6dccd); border-radius: 6px; background: var(--dp-raised, #fffdf9); }
.mini h3,
.care h3,
.step h3,
.trust-card h3 { margin: 0 0 10px; font-family: "Noto Serif KR", Georgia, serif; font-size: 18px; }
.mini p,
.care p,
.step p,
.trust-card p { margin: 0; color: var(--dp-ink-secondary, #5f544c); }

.timeline { max-width: 960px; margin-top: 28px; border-top: 1px solid var(--dp-line-strong, #d5c6b2); }
.tl { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 28px; padding: 20px 0; border-bottom: 1px solid var(--dp-line, #e6dccd); }
.tl .when { color: var(--dp-accent, #7d1a33); font-weight: 700; }
.tl p { margin: 0; }

.layers { display: grid; gap: 12px; max-width: 960px; margin-top: 28px; }
.layer { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 20px; align-items: center; padding: 18px 20px; border: 1px solid var(--dp-line, #e6dccd); border-radius: 6px; background: var(--dp-raised, #fffdf9); }
.layer-box { color: var(--dp-accent, #7d1a33); font-weight: 800; }

.faq { max-width: 960px; border-top: 1px solid var(--dp-line-strong, #d5c6b2); }
.faq details { border-bottom: 1px solid var(--dp-line, #e6dccd); }
.faq summary { display: flex; align-items: center; min-height: 66px; padding: 16px 6px; cursor: pointer; font-family: "Noto Serif KR", Georgia, serif; font-size: 18px; font-weight: 600; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { margin-left: auto; color: var(--dp-accent, #7d1a33); content: "+"; font-family: Arial, sans-serif; }
.faq details[open] summary::after { content: "−"; }
.faq details > div,
.faq details > p { max-width: 760px; margin: 0; padding: 0 6px 22px; color: var(--dp-ink-secondary, #5f544c); }

.blog-section { padding-block: clamp(50px, 5.2vw, 68px); border-top: 1px solid var(--dp-line, #e6dccd); }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.blog-card { display: block; min-width: 0; padding: 22px; border: 1px solid var(--dp-line, #e6dccd); border-radius: 6px; background: var(--dp-raised, #fffdf9); text-decoration: none; }
.blog-card:hover { border-color: var(--dp-accent, #7d1a33); }
.blog-body h3 { margin: 8px 0; font-family: "Noto Serif KR", Georgia, serif; font-size: 18px; }
.blog-body p { margin: 0; color: var(--dp-ink-secondary, #5f544c); }
.yt,
.blog-ic { color: var(--dp-accent, #7d1a33); font-weight: 800; }

.identity { padding-block: clamp(44px, 4.6vw, 60px); background: #6f1a30; color: #fff8f3; }
.identity .wrap { max-width: 880px; }
.identity .eyebrow { color: #e7c9d1; }
.identity p { max-width: 760px; }
.meta,
.foot { margin-top: 22px; color: #ead7dd; font-size: 12px; }

@media (max-width: 940px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(310px, .72fr); gap: 38px; }
  .cards-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card:nth-child(2) { border-right: 0; }
  .card:nth-child(-n+2) { border-bottom: 1px solid var(--dp-line, #e6dccd); }
}

@media (max-width: 760px) {
  .wrap, .narrow, .quick-inner { width: min(100% - 36px, 1140px); }
  .definition { padding: 10px 0; text-align: left; }
  .definition p { font-size: 12px; line-height: 1.78; }
  .hero { padding: 30px 0 34px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero h1 { margin: 14px 0 18px; font-size: 31px; line-height: 1.43; }
  .hero-lead, .brb-jvvol-v45, .brb-revive-v45, .brb-ulthera-v45 { font-size: 14px; line-height: 1.88; }
  .hero-note p, .advice p { font-size: 14.5px; line-height: 1.86; }
  .quick-nav { position: static; }
  .brb-jvvol-v45 section:not(.hero):not(.blog-section), .brb-revive-v45 section:not(.hero):not(.blog-section), .brb-ulthera-v45 section:not(.hero):not(.blog-section) { padding-block: 24px; }
  .section-head { margin-bottom: 24px; }
  .section-head h2, .price-card > h2, .identity h2, .blog-section h2 { font-size: 25px; line-height: 1.48; }
  .price-card { padding: 22px 18px; }
  .price-row, .pr-line { grid-template-columns: 1fr auto; gap: 6px 12px; }
  .price-row .name, .pr-line .name, .pr-vol { grid-column: 1 / -1; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-box { padding: 22px 20px; }
  .fit-box + .fit-box { border-top: 1px solid var(--dp-line, #e6dccd); border-left: 0; }
  .mini-grid, .care-grid, .step-grid, .blog-grid { grid-template-columns: 1fr; }
  .tl, .layer { grid-template-columns: 1fr; gap: 6px; }
  .faq summary { min-height: 48px; font-size: 16px; }
  .blog-section { padding-block: 42px; }
}

@media (max-width: 365px) {
  .cards-4 { grid-template-columns: 1fr; }
  .card { border-right: 0; border-bottom: 1px solid var(--dp-line, #e6dccd); }
}

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

/* Legacy Elementor hub adapters: preserve source DOM, replace plugin layout dependency. */
.elementor-5663,
.elementor-822 { width: min(100% - 40px, 1140px); margin-inline: auto; padding-block: clamp(44px, 4.6vw, 60px); }
.elementor-5663 *,
.elementor-822 * { box-sizing: border-box; }
.elementor-5663 .elementor-spacer,
.elementor-5663 .elementor-element-44ab4b0 { display: none; }
.elementor-5663 > .elementor-section,
.elementor-822 .elementor-section { padding-block: 30px; }
.elementor-5663 h1,
.elementor-822 h1 { max-width: 780px; margin: 0 auto; font-family: "Noto Serif KR", Georgia, serif; font-size: clamp(38px, 4vw, 50px); line-height: 1.34; text-align: center; letter-spacing: -.035em; }
.elementor-5663 > .e-con.e-parent:not(.elementor-element-44ab4b0) { display: inline-block; width: calc(33.333% - 15px); margin: 7px; padding: 0; vertical-align: top; border: 1px solid var(--dp-line, #e6dccd); border-radius: 6px; background: var(--dp-raised, #fffdf9); }
.elementor-5663 > .e-con.e-parent > .e-con-inner { display: flex; min-height: 150px; padding: 24px; flex-direction: column; justify-content: space-between; gap: 18px; }
.elementor-5663 h2 { margin: 0; font-family: "Noto Serif KR", Georgia, serif; font-size: 20px; line-height: 1.55; }
.elementor-5663 .elementor-align-right { text-align: right; }
.elementor-5663 .elementor-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 16px; border: 1px solid var(--dp-line-strong, #d5c6b2); border-radius: 4px; color: var(--dp-accent, #7d1a33); font-size: 13px; font-weight: 700; text-decoration: none; }
.elementor-5663 .elementor-button:hover { border-color: var(--dp-accent, #7d1a33); }

.elementor-822 .elementor-nav-menu,
.elementor-822 nav ul { display: flex; margin: 0; padding: 8px 0; gap: 5px; overflow-x: auto; list-style: none; scrollbar-width: none; }
.elementor-822 nav li { flex: 0 0 auto; }
.elementor-822 nav a { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 12px; border-radius: 9px; color: var(--dp-ink-secondary, #5f544c); text-decoration: none; white-space: nowrap; }
.elementor-822 nav .current-menu-item a { background: #f2ece3; color: var(--dp-accent, #7d1a33); }
.elementor-822 .e-grid.e-con-boxed > .e-con-inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.elementor-822 .elementor-widget-image { min-width: 0; }
.elementor-822 figure { height: 100%; margin: 0; padding: 16px; border: 1px solid var(--dp-line, #e6dccd); border-radius: 6px; background: var(--dp-raised, #fffdf9); }
.elementor-822 figure a { display: block; }
.elementor-822 figure img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.elementor-822 figcaption { padding-top: 14px; color: var(--dp-ink-secondary, #5f544c); font-size: 13px; line-height: 1.65; }

/* Acne v47 has its own six-section source composition. */
.brb-acne-v47 { background: var(--dp-ground, #faf7f2); color: var(--dp-ink, #231c19); font-size: 15px; line-height: 1.86; overflow-wrap: break-word; }
.brb-acne-v47 .wrap { width: min(100% - 40px, 1140px); margin-inline: auto; }
.cat-nav { border-block: 1px solid var(--dp-line, #e6dccd); background: rgba(250,247,242,.96); }
.cat-nav-scroll { display: flex; gap: 5px; overflow-x: auto; padding: 8px 0; scrollbar-width: none; }
.cat-nav a { flex: 0 0 auto; padding: 4px 10px; border-radius: 9px; color: var(--dp-ink-secondary, #5f544c); font-size: 12px; text-decoration: none; white-space: nowrap; }
.cat-nav .on { background: #f2ece3; color: var(--dp-accent, #7d1a33); }
.a-hero { padding: clamp(68px, 7vw, 96px) 0; }
.a-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); gap: clamp(52px, 7vw, 92px); align-items: start; }
.hero-k,
.section-k,
.card-label { color: var(--dp-accent, #7d1a33); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.a-hero h1 { max-width: 780px; margin: 16px 0 22px; font-family: "Noto Serif KR", Georgia, serif; font-size: clamp(38px, 4vw, 50px); line-height: 1.34; letter-spacing: -.035em; }
.hero-desc { max-width: 760px; color: var(--dp-ink-secondary, #5f544c); }
.a-hero-card,
.detective-box { padding: 28px; border: 1px solid var(--dp-line, #e6dccd); border-top: 2px solid var(--dp-accent, #7d1a33); border-radius: 6px; background: var(--dp-raised, #fffdf9); }
.a-section { padding-block: clamp(44px, 4.6vw, 60px); }
.a-section:nth-of-type(even) { background: var(--dp-band, #f5efe6); }
.a-section .section-head { max-width: 780px; }
.a-section h2 { margin: 10px 0 14px; font-family: "Noto Serif KR", Georgia, serif; font-size: clamp(27px, 3vw, 36px); line-height: 1.44; }
.concern-grid,
.view-grid,
.treat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.concern-card,
.view-card,
.treat-card { min-width: 0; padding: 24px; border: 1px solid var(--dp-line, #e6dccd); border-radius: 6px; background: var(--dp-raised, #fffdf9); }
.view-card h3,
.treat-card h3 { margin: 10px 0; font-family: "Noto Serif KR", Georgia, serif; font-size: 19px; line-height: 1.5; }
.a-guide .guide-list { max-width: 960px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--dp-line-strong, #d5c6b2); }
.guide-list li { padding: 16px 4px; border-bottom: 1px solid var(--dp-line, #e6dccd); }
.btn,
.go,
.a-cta a { display: inline-flex; min-height: 44px; align-items: center; padding: 10px 15px; border: 1px solid var(--dp-line-strong, #d5c6b2); border-radius: 4px; color: var(--dp-accent, #7d1a33); font-weight: 700; text-decoration: none; }
.a-cta { padding-block: clamp(44px, 4.6vw, 60px); background: #6f1a30; color: #fff8f3; }
.cta-box { max-width: 880px; margin-inline: auto; text-align: center; }
.cta-btns { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.a-cta a { border-color: #e7c9d1; color: #fff8f3; }

@media (max-width: 940px) {
  .elementor-5663 > .e-con.e-parent:not(.elementor-element-44ab4b0) { width: calc(50% - 16px); }
  .elementor-822 .e-grid.e-con-boxed > .e-con-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .concern-grid, .view-grid, .treat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .elementor-5663, .elementor-822, .brb-acne-v47 .wrap { width: min(100% - 36px, 1140px); }
  .elementor-5663, .elementor-822 { padding-block: 24px; }
  .elementor-5663 h1, .elementor-822 h1, .a-hero h1 { font-size: 31px; line-height: 1.43; }
  .elementor-5663 > .e-con.e-parent:not(.elementor-element-44ab4b0) { width: 100%; margin: 7px 0; }
  .elementor-822 .e-grid.e-con-boxed > .e-con-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .elementor-822 figure { padding: 10px; }
  .a-hero { padding: 30px 0 34px; }
  .a-hero-grid, .concern-grid, .view-grid, .treat-grid { grid-template-columns: 1fr; }
  .a-section { padding-block: 24px; }
  .a-section h2 { font-size: 25px; line-height: 1.48; }
}

/* Source page owns a 13-card guide composition. */