.rm-guide-v2 {
  --rm-ink: #171515;
  --rm-paper: #fff;
  --rm-soft: #f4f1ed;
  --rm-line: #d9d3cc;
  --rm-muted: #6d6762;
  --rm-wine: #72151c;
  width: 100%;
  max-width: 1240px;
  margin: 90px auto 0;
  color: var(--rm-ink);
  background: var(--rm-paper);
  font-family: Arial, "Helvetica Neue", sans-serif;
  line-height: 1.6;
}

.rm-guide-v2 * { box-sizing: border-box; }
.rm-guide-v2 img { display: block; width: 100%; height: auto; }
.rm-guide-v2 figure { margin: 0; }
.rm-guide-v2 h2, .rm-guide-v2 h3, .rm-guide-v2 h4 { margin: 0; color: inherit; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.06; }
.rm-guide-v2 h2 { font-size: clamp(2.3rem, 5vw, 4.5rem); letter-spacing: -.05em; }
.rm-guide-v2 h3 { font-size: clamp(2.4rem, 6vw, 5rem); letter-spacing: -.045em; }
.rm-guide-v2 h4 { font-size: clamp(1.7rem, 4vw, 3rem); letter-spacing: -.03em; }
.rm-guide-v2 p { margin: 0 0 1em; }

.rm-guide-intro { max-width: 880px; margin: 0 auto; padding: 90px 28px 110px; text-align: center; }
.rm-guide-intro > p:last-child { max-width: none; margin: 24px auto 0; color: var(--rm-muted); font-size: 1.05rem; white-space: nowrap; }
.rm-kicker { color: var(--rm-wine); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.rm-section { padding: 100px 28px; border-top: 1px solid var(--rm-line); }
.rm-section-heading { display: grid; grid-template-columns: 80px minmax(0, 820px); gap: 20px; margin-bottom: 70px; }
.rm-section-heading > span { padding-top: 8px; color: var(--rm-wine); font-family: Georgia, serif; font-size: 1.2rem; }
.rm-wide-image { overflow: hidden; background: var(--rm-soft); }
.rm-wide-image img { aspect-ratio: 16 / 8; object-fit: cover; }

.rm-three { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; border-top: 1px solid var(--rm-line); border-bottom: 1px solid var(--rm-line); }
.rm-three article { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-right: 1px solid var(--rm-line); }
.rm-three article:last-child { border-right: 0; }
.rm-three small { color: var(--rm-muted); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rm-three strong { font-family: Georgia, serif; font-size: clamp(3rem, 7vw, 5.2rem); font-weight: 400; line-height: 1; }
.rm-three span { color: var(--rm-wine); font-weight: 800; }
.rm-fine-print { color: var(--rm-muted); font-size: .8rem; text-align: right; }

.rm-feature { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 600px; margin-top: 90px; background: var(--rm-soft); }
.rm-feature-reverse figure { order: 2; }
.rm-feature figure { overflow: hidden; background: #fff; }
.rm-feature figure img { height: 100%; object-fit: cover; }
.rm-feature-copy { align-self: center; padding: clamp(36px, 6vw, 80px); }
.rm-feature-copy > p:not(.rm-kicker) { color: var(--rm-muted); }
.rm-feature-copy dl { margin: 28px 0 0; }
.rm-feature-copy dl div { padding: 18px 0; border-bottom: 1px solid var(--rm-line); }
.rm-feature-copy dt { margin-bottom: 4px; font-weight: 800; text-transform: uppercase; }
.rm-feature-copy dd { margin: 0; color: var(--rm-muted); font-size: .9rem; }
.rm-stat { display: flex; align-items: center; gap: 22px; padding: 26px 0; border-top: 1px solid var(--rm-line); border-bottom: 1px solid var(--rm-line); }
.rm-stat strong { color: var(--rm-ink); font-family: Georgia, serif; font-size: 4rem; font-weight: 400; line-height: 1; }
.rm-stat span { color: var(--rm-muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; }

.rm-dark { color: #f5f2ee; background: #171616; }
.rm-dark .rm-kicker, .rm-dark .rm-section-heading > span { color: #d98d91; }
.rm-measure { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; padding: 70px 0 30px; }
.rm-measure ol { margin: 0; padding: 0; list-style: none; counter-reset: rm-step; }
.rm-measure li { position: relative; display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 22px 0 22px 46px; border-bottom: 1px solid #393636; counter-increment: rm-step; }
.rm-measure li::before { content: "0" counter(rm-step); position: absolute; left: 0; color: #d98d91; font-family: Georgia, serif; }
.rm-measure li strong { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 400; }
.rm-measure li span { color: #aaa4a0; font-size: .9rem; }
.rm-measure aside { align-self: start; padding: 42px; color: var(--rm-ink); background: var(--rm-soft); }
.rm-measure aside dl div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--rm-line); }
.rm-measure aside dt { color: var(--rm-muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.rm-measure aside dd { margin: 0; font-family: Georgia, serif; font-size: 1.25rem; }
.rm-measure aside dd small { color: var(--rm-wine); font-family: Arial, sans-serif; font-size: .7rem; }
.rm-measure aside > p:last-child, .rm-disclaimer { color: #8e8985; font-size: .8rem; }
.rm-disclaimer { text-align: center; }

.rm-care-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--rm-line); border-bottom: 1px solid var(--rm-line); }
.rm-care-grid article { min-height: 300px; padding: 30px; border-right: 1px solid var(--rm-line); }
.rm-care-grid article:first-child { background: var(--rm-soft); }
.rm-care-grid article:last-child { border-right: 0; }
.rm-care-grid article > small { display: grid; width: 34px; height: 34px; margin-bottom: 48px; place-items: center; color: #fff; background: var(--rm-wine); border-radius: 50%; }
.rm-care-grid h4 { font-family: Arial, sans-serif; font-size: 1rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.rm-care-grid p { color: var(--rm-muted); font-size: .9rem; }

.rm-process { padding: 90px 0; text-align: center; }
.rm-process ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 36px 0; padding: 0; list-style: none; counter-reset: rm-flow; }
.rm-process li { position: relative; padding-top: 52px; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; counter-increment: rm-flow; }
.rm-process li::before { content: counter(rm-flow); position: absolute; top: 0; left: calc(50% - 18px); display: grid; width: 36px; height: 36px; place-items: center; color: #fff; background: var(--rm-wine); border-radius: 50%; }
.rm-process > p:last-child { max-width: 680px; margin: 0 auto; padding: 16px; color: var(--rm-wine); border: 1px solid var(--rm-wine); font-weight: 800; }

.rm-service { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 70px 0; border-top: 1px solid var(--rm-line); }
.rm-service p { color: var(--rm-muted); }
.rm-legal { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 50px; background: var(--rm-soft); }
.rm-legal h4 { font-size: 2rem; }
.rm-legal ul { margin: 0; color: var(--rm-muted); }

/* Korean copy needs slightly tighter display sizing than the English version. */
.rm-guide-ko h2 {
  font-size: clamp(2rem, 4.2vw, 3.8rem);
}

.rm-guide-ko .rm-section-heading h3 {
  font-size: clamp(1.65rem, 3.8vw, 3.15rem);
}

.rm-guide-ko .rm-three strong {
  font-size: clamp(2rem, 4.2vw, 3.25rem);
}

.rm-guide-ko .rm-feature-copy h4 {
  font-size: clamp(1.3rem, 2.5vw, 2rem);
}

.rm-guide-ko .rm-measure li strong {
  font-size: 1.02rem;
}

@media (max-width: 900px) {
  .rm-guide-intro > p:last-child { white-space: normal; }
  .rm-feature { grid-template-columns: 1fr; }
  .rm-feature-reverse figure { order: initial; }
  .rm-feature figure img { aspect-ratio: 16 / 10; }
  .rm-measure, .rm-service, .rm-legal { grid-template-columns: 1fr; gap: 35px; }
  .rm-care-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .rm-guide-v2 { margin-top: 50px; }
  .rm-guide-intro, .rm-section { padding-left: 18px; padding-right: 18px; }
  .rm-section-heading { grid-template-columns: 1fr; gap: 4px; }
  .rm-three, .rm-care-grid, .rm-process ol { grid-template-columns: 1fr; }
  .rm-three article { min-height: 140px; border-right: 0; border-bottom: 1px solid var(--rm-line); }
  .rm-feature { min-height: auto; }
  .rm-measure li { grid-template-columns: 1fr; gap: 4px; }
  .rm-wide-image img { aspect-ratio: 4 / 3; }
  .rm-dark .rm-wide-image img { object-position: 34% center; }
  .rm-legal { padding: 30px 22px; }
  .rm-guide-ko .rm-section-heading h3 { font-size: clamp(1.55rem, 7vw, 2.35rem); }
  .rm-guide-ko .rm-three strong { font-size: clamp(1.9rem, 9vw, 2.8rem); }
}
