
:root {
  --cream: #ffffff; --cream-2: oklch(97% 0.008 85);
  --ink: oklch(18% 0.025 250); --ink-soft: oklch(40% 0.02 250); --ink-mute: oklch(58% 0.015 250);
  --rule: oklch(90% 0.008 85); --green-v2: oklch(48% 0.13 152); --green-soft: oklch(94% 0.04 152);
}
html, body { background: #ffffff; }
body { color: var(--ink); font-family: 'Plus Jakarta Sans', sans-serif; }
.site-nav { background: rgba(255,255,255,0.9) !important; border-bottom: 1px solid var(--rule) !important; }
.nav-logo { color: var(--ink) !important; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; letter-spacing: -0.8px; }
.nav-logo span { color: var(--green-v2) !important; }
.nav-links a { color: var(--ink-soft) !important; }
.nav-links a:hover, .nav-links a.active { color: var(--ink) !important; }
.btn-ink { background: var(--ink); color: var(--cream); padding: 14px 24px; border-radius: 100px; font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: transform .2s, background .2s; border: none; cursor: pointer; }
.btn-ink:hover { background: oklch(28% 0.04 250); transform: translateY(-1px); }
.btn-ink .arrow { font-family: 'Newsreader', serif; font-style: italic; font-size: 18px; }
.btn-ghost { background: transparent; color: var(--ink); padding: 13px 22px; border-radius: 100px; border: 1.5px solid var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: background .2s, color .2s; cursor: pointer; }
.btn-ghost:hover { background: var(--ink); color: var(--cream); }
.btn-green-v2 { background: var(--green-v2); color: white; padding: 14px 24px; border-radius: 100px; font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: transform .2s, opacity .2s; border: none; cursor: pointer; }
.btn-green-v2:hover { opacity: 0.92; transform: translateY(-1px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--ink-mute); }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--ink-mute); }
.eyebrow.green { color: var(--green-v2); }
.eyebrow.green::before { background: var(--green-v2); }

.rm-breadcrumb { max-width: 980px; margin: 0 auto; padding: 100px 32px 0; font-size: 13px; color: var(--ink-mute); display: flex; gap: 8px; align-items: center; }
.rm-breadcrumb a { color: var(--ink-mute); text-decoration: none; }
.rm-breadcrumb a:hover { color: var(--green-v2); }
.rm-breadcrumb span { color: var(--rule); }

.rm-hero { max-width: 980px; margin: 0 auto; padding: 24px 32px 0; }
.rm-hero h1 { font-family: 'Bricolage Grotesque', sans-serif; font-variation-settings: "wdth" 95; font-weight: 800; letter-spacing: -0.04em; line-height: 0.98; font-size: clamp(34px, 5vw, 60px); margin: 16px 0 0; text-wrap: balance; }
.rm-hero h1 em { font-family: 'Newsreader', serif; font-style: italic; font-weight: 500; font-variation-settings: normal; color: var(--green-v2); }
.rm-hero .lead { font-family: 'Newsreader', serif; font-style: italic; font-size: clamp(18px, 2vw, 23px); color: var(--ink-soft); line-height: 1.5; max-width: 720px; margin: 24px 0 0; text-wrap: pretty; }
.rm-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0 0; }

.rm-tabs { max-width: 980px; margin: 36px auto 0; padding: 0 32px; display: flex; gap: 8px; flex-wrap: wrap; }
.rm-tab { padding: 10px 20px; border-radius: 100px; font-size: 14px; font-weight: 600; border: 1.5px solid var(--rule); background: #fff; color: var(--ink-soft); cursor: pointer; font-family: inherit; transition: all .2s; }
.rm-tab.active, .rm-tab:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* document sheet */
.rm-doc { max-width: 980px; margin: 24px auto 0; padding: 0 32px 60px; }
.rm-sheet { border: 1px solid var(--rule); border-radius: 22px; background: #fff; box-shadow: 0 24px 60px oklch(0% 0 0 / 0.06); overflow: hidden; }
.rm-sheet-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 28px; background: var(--ink); color: #fff; flex-wrap: wrap; }
.rm-sheet-head .t { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 17px; letter-spacing: -0.01em; }
.rm-sheet-head .t small { display: block; font-weight: 500; font-size: 12px; color: oklch(75% 0.02 250); margin-top: 3px; font-family: 'Plus Jakarta Sans', sans-serif; }
.rm-copy { background: oklch(28% 0.04 250); color: #fff; border: 1px solid oklch(38% 0.04 250); border-radius: 100px; padding: 9px 16px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; display: inline-flex; align-items: center; gap: 8px; }
.rm-copy:hover { background: var(--green-v2); border-color: var(--green-v2); }
.rm-copy svg { width: 14px; height: 14px; }
.rm-body { padding: 36px clamp(24px, 5vw, 56px) 44px; }
.rm-article-num { font-family: 'Roboto Mono', monospace; font-size: 12px; color: var(--green-v2); font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }
.rm-article-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: clamp(22px, 3vw, 30px); letter-spacing: -0.02em; margin: 8px 0 24px; }
.rm-clause { font-size: 17px; line-height: 1.85; color: var(--ink); }
.rm-clause p { margin: 0 0 18px; text-wrap: pretty; }
.rm-clause strong { font-weight: 700; }
.rm-clause .ref { font-style: italic; color: var(--ink-soft); }
.rm-sub { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 16px; margin: 30px 0 12px; color: var(--ink); letter-spacing: -0.01em; }
.rm-list { list-style: none; padding: 0; margin: 0 0 18px; }
.rm-list li { position: relative; padding-left: 28px; margin-bottom: 11px; font-size: 16px; line-height: 1.6; color: var(--ink-soft); }
.rm-list li::before { content: ''; position: absolute; left: 2px; top: 9px; width: 8px; height: 8px; border-radius: 2px; background: var(--green-v2); transform: rotate(45deg); }
.rm-list li strong { color: var(--ink); }

.rm-legal-box { display: flex; gap: 16px; background: var(--green-soft); border-radius: 16px; padding: 20px 24px; margin: 28px 0 0; }
.rm-legal-box svg { flex-shrink: 0; width: 22px; height: 22px; color: var(--green-v2); margin-top: 2px; }
.rm-legal-box p { font-size: 14px; line-height: 1.6; color: var(--ink); margin: 0; }
.rm-legal-box p + p { margin-top: 8px; }
.rm-legal-box a { color: var(--green-v2); font-weight: 600; }

.rm-note { font-size: 13px; color: var(--ink-mute); font-style: italic; margin: 18px 0 0; line-height: 1.6; }

/* how-to + cta band */
.rm-howto { max-width: 980px; margin: 0 auto; padding: 0 32px 40px; }
.rm-howto h2 { font-family: 'Bricolage Grotesque', sans-serif; font-variation-settings: "wdth" 95; font-weight: 800; font-size: clamp(24px, 3.4vw, 36px); letter-spacing: -0.03em; margin: 0 0 22px; }
.rm-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rm-step { border: 1px solid var(--rule); border-radius: 18px; padding: 24px; }
.rm-step .n { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 13px; color: var(--green-v2); letter-spacing: 1px; }
.rm-step h4 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: -0.02em; margin: 10px 0 8px; }
.rm-step p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin: 0; }

.rm-cta { max-width: 980px; margin: 0 auto 90px; padding: 0 32px; }
.rm-cta-inner { background: var(--ink); border-radius: 26px; padding: 48px clamp(28px, 6vw, 64px); text-align: center; }
.rm-cta-inner h3 { font-family: 'Bricolage Grotesque', sans-serif; font-variation-settings: "wdth" 95; color: #fff; font-size: clamp(26px, 3.6vw, 40px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; text-wrap: balance; }
.rm-cta-inner h3 em { font-family: 'Newsreader', serif; font-style: italic; font-weight: 500; color: oklch(72% 0.10 152); }
.rm-cta-inner p { color: oklch(78% 0.02 250); font-size: 16px; max-width: 560px; margin: 16px auto 28px; line-height: 1.6; }
.rm-cta-inner .row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.rm-cta-inner .btn-light { background: #fff; color: var(--ink); padding: 14px 24px; border-radius: 100px; font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }

.rm-toast { position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; padding: 13px 22px; border-radius: 100px; font-size: 13.5px; font-weight: 600; box-shadow: 0 10px 30px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; z-index: 9999; }
.rm-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.site-footer { background: var(--ink) !important; }
@media (max-width: 720px) { .rm-steps { grid-template-columns: 1fr; } }

@media print {
  .site-nav, .mobile-menu, .rm-breadcrumb, .rm-actions, .rm-tabs, .rm-howto, .rm-cta, .site-footer, .rm-copy, .rm-toast, .rm-hero .eyebrow { display: none !important; }
  body, html { background: #fff; }
  .rm-hero { padding-top: 20px; }
  .rm-hero h1 { font-size: 26px; }
  .rm-hero .lead { font-size: 15px; }
  .rm-doc { padding-top: 16px; }
  .rm-sheet { border: none; box-shadow: none; }
  .rm-sheet-head { background: #fff; color: #000; border-bottom: 2px solid #000; padding-left: 0; padding-right: 0; }
  .rm-sheet-head .t small { color: #555; }
  .rm-body { padding-left: 0; padding-right: 0; }
  .rm-clause { font-size: 13px; line-height: 1.65; }
  .rm-doc-variant { display: none; }
  .rm-doc-variant.print-all { display: block !important; page-break-after: always; }
}
