:root {
  --rsv-shell: 1280px;
  --rsv-plum: #19161b;
  --rsv-indigo: #23304c;
  --rsv-indigo-deep: #18243d;
  --rsv-shell-tone: #f3efea;
  --rsv-lilac: #d8d1d8;
  --rsv-madder: #8f3348;
  --rsv-ochre: #c89b32;
  --rsv-teal: #356f69;
  --rsv-line: rgba(25, 22, 27, .18);
  --rsv-soft-line: rgba(25, 22, 27, .1);
  --rsv-serif: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  --rsv-sans: Optima, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --rsv-mono: Menlo, Monaco, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.rsv-body {
  margin: 0;
  background: var(--rsv-shell-tone);
  color: var(--rsv-plum);
  font-family: var(--rsv-sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body.rsv-body a { color: inherit; }
body.rsv-body a:focus-visible,
body.rsv-body button:focus-visible { outline: 3px solid var(--rsv-ochre); outline-offset: 4px; }
.rsv-shell { width: min(calc(100% - 64px), var(--rsv-shell)); margin: 0 auto; }
.rsv-skip { position: fixed; z-index: 20; left: 16px; top: -60px; padding: 10px 14px; color: var(--rsv-plum); background: var(--rsv-ochre); font-weight: 700; text-decoration: none; }
.rsv-skip:focus { top: 16px; }

.rsv-header { position: relative; z-index: 10; color: var(--rsv-shell-tone); background: var(--rsv-plum); border-bottom: 1px solid rgba(243, 239, 234, .2); }
.rsv-header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.rsv-wordmark { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-family: var(--rsv-serif); font-size: 24px; line-height: .78; letter-spacing: -.04em; white-space: nowrap; }
.rsv-wordmark em { color: var(--rsv-ochre); font-style: normal; }
.rsv-mark { width: 28px; height: 34px; display: inline-flex; align-items: end; gap: 3px; transform: rotate(-12deg); }
.rsv-mark i { display: block; width: 7px; border-radius: 8px 8px 2px 2px; background: var(--rsv-madder); }
.rsv-mark i:nth-child(1) { height: 20px; background: var(--rsv-teal); }
.rsv-mark i:nth-child(2) { height: 31px; background: var(--rsv-ochre); }
.rsv-mark i:nth-child(3) { height: 25px; background: var(--rsv-madder); }
.rsv-nav { margin-left: auto; }
.rsv-nav-desktop { display: flex; align-items: center; gap: 2px; }
.rsv-nav-link { position: relative; padding: 13px 10px; color: var(--rsv-lilac); font-size: 12px; font-weight: 700; letter-spacing: .03em; line-height: 1.1; text-decoration: none; }
.rsv-nav-link::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 5px; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--rsv-ochre); transition: transform .2s ease; }
.rsv-nav-link:hover::after, .rsv-nav-active::after { transform: scaleX(1); }
.rsv-header-index { display: grid; gap: 0; margin-left: 8px; padding: 9px 0 9px 18px; border-left: 1px solid rgba(243, 239, 234, .25); color: var(--rsv-shell-tone); text-decoration: none; }
.rsv-header-index span { font-family: var(--rsv-mono); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.rsv-header-index small { color: var(--rsv-lilac); font-size: 11px; }
.rsv-nav-toggle, .rsv-mobile-menu { display: none; }

.rsv-eyebrow { margin: 0 0 15px; color: var(--rsv-madder); font-family: var(--rsv-mono); font-size: 10px; font-weight: 700; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.rsv-eyebrow.rsv-light { color: var(--rsv-ochre); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--rsv-serif); font-weight: 400; line-height: .96; letter-spacing: -.035em; }
h1 { margin-bottom: 20px; font-size: clamp(52px, 7vw, 104px); }
h2 { margin-bottom: 18px; font-size: clamp(36px, 4.3vw, 64px); }
h3 { margin-bottom: 10px; font-size: 30px; }
.rsv-lead { max-width: 630px; margin-bottom: 22px; color: rgba(243, 239, 234, .82); font-size: clamp(19px, 2vw, 25px); line-height: 1.3; }
.rsv-button { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 11px 16px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.rsv-button:hover { transform: translateY(-2px); }
.rsv-button-light { color: var(--rsv-plum); background: var(--rsv-ochre); }
.rsv-button-light:hover { background: var(--rsv-shell-tone); }
.rsv-button-dark { color: var(--rsv-shell-tone); background: var(--rsv-indigo); }
.rsv-button-dark:hover { background: var(--rsv-madder); }

.rsv-hero { position: relative; min-height: 466px; display: grid; align-items: stretch; overflow: hidden; color: var(--rsv-shell-tone); background: var(--rsv-indigo); }
.rsv-hero-photo, .rsv-hero-photo img, .rsv-hero-veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.rsv-hero-photo img { object-fit: cover; object-position: center 55%; }
.rsv-hero-veil { background: rgba(35, 48, 76, .82); }
.rsv-hero-content { position: relative; z-index: 1; min-height: 466px; display: grid; grid-template-columns: minmax(0, 1fr) 245px; align-items: center; gap: 44px; padding-top: 44px; padding-bottom: 44px; }
.rsv-hero h1 { max-width: 700px; margin-bottom: 18px; }
.rsv-hero-lead { max-width: 560px; margin-bottom: 28px; color: var(--rsv-shell-tone); font-size: clamp(20px, 2.2vw, 29px); line-height: 1.24; }
.rsv-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.rsv-hero-link { color: var(--rsv-shell-tone); font-size: 12px; font-weight: 700; letter-spacing: .03em; text-decoration: none; }
.rsv-hero-link:hover { color: var(--rsv-ochre); }
.rsv-hero-aside { display: grid; grid-template-columns: 35px 1fr; align-items: baseline; column-gap: 11px; row-gap: 2px; padding: 21px 0 21px 22px; border-left: 1px solid rgba(243, 239, 234, .36); }
.rsv-hero-aside span { color: var(--rsv-ochre); font-family: var(--rsv-mono); font-size: 11px; }
.rsv-hero-aside b { font-family: var(--rsv-serif); font-size: 24px; font-weight: 400; }
.rsv-hero-aside small { grid-column: 2; margin-bottom: 17px; color: var(--rsv-lilac); font-size: 12px; }

.rsv-home-section, .rsv-directory, .rsv-register, .rsv-related { padding-top: 94px; padding-bottom: 94px; }
.rsv-section-head { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 34px; }
.rsv-section-head > div { max-width: 680px; }
.rsv-section-head h2 { margin-bottom: 0; }
.rsv-section-intro { max-width: 360px; margin-bottom: 4px; color: rgba(25, 22, 27, .72); }
.rsv-plain-link, .rsv-short-link { color: var(--rsv-indigo); font-size: 12px; font-weight: 700; text-decoration: none; }
.rsv-plain-link:hover, .rsv-short-link:hover { color: var(--rsv-madder); }
.rsv-swatch-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.rsv-swatch { display: grid; grid-template-columns: 42% 1fr; min-height: 176px; background: var(--rsv-lilac); }
.rsv-swatch:nth-child(2) { background: #d8ddd9; }
.rsv-swatch:nth-child(3) { background: #ead9c3; }
.rsv-swatch:nth-child(4) { background: #ccd9d5; }
.rsv-swatch:nth-child(5) { background: #d8d3ca; }
.rsv-swatch:nth-child(6) { background: #d9c9cf; }
.rsv-swatch figure, .rsv-swatch figure img { width: 100%; height: 100%; min-height: 176px; }
.rsv-swatch figure, .rsv-specimen figure, .rsv-offcut figure, .rsv-principal { margin: 0; }
.rsv-swatch figure { position: relative; }
.rsv-swatch figure img { display: block; object-fit: cover; }
.rsv-swatch figcaption { position: absolute; right: 9px; bottom: 9px; left: 9px; display: flex; justify-content: space-between; gap: 5px; color: var(--rsv-shell-tone); font-family: var(--rsv-mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; text-shadow: 0 1px 12px var(--rsv-plum); }
.rsv-swatch figcaption span { color: var(--rsv-ochre); }
.rsv-swatch > div { padding: 21px 18px 18px; }
.rsv-swatch > div > p:first-child { margin-bottom: 8px; color: var(--rsv-madder); font-family: var(--rsv-mono); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.rsv-swatch h3 { margin-bottom: 11px; font-size: 24px; }
.rsv-swatch h3 a { text-decoration: none; }
.rsv-swatch h3 a:hover { color: var(--rsv-madder); }
.rsv-swatch > div > p:last-child { margin-bottom: 0; font-size: 13px; line-height: 1.43; }

.rsv-index-teaser { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: stretch; min-height: 430px; margin-top: 12px; margin-bottom: 0; color: var(--rsv-shell-tone); background: var(--rsv-madder); }
.rsv-index-photo { min-height: 430px; }
.rsv-index-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.rsv-index-teaser > div:last-child { align-self: center; padding: 58px 55px; }
.rsv-index-teaser .rsv-eyebrow { color: var(--rsv-ochre); }
.rsv-index-teaser h2 { max-width: 430px; }
.rsv-index-teaser p:not(.rsv-eyebrow) { max-width: 450px; color: rgba(243, 239, 234, .84); }
.rsv-index-teaser .rsv-button { margin-top: 13px; }
.rsv-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 18px; }
.rsv-specimen { min-width: 0; }
.rsv-specimen figure, .rsv-offcut figure { position: relative; overflow: hidden; background: var(--rsv-lilac); }
.rsv-specimen figure img, .rsv-offcut figure img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .35s ease; }
.rsv-specimen:hover figure img, .rsv-offcut:hover figure img { transform: scale(1.035); }
.rsv-specimen figcaption, .rsv-offcut figcaption { position: absolute; right: 12px; bottom: 11px; padding: 4px 7px; color: var(--rsv-shell-tone); background: rgba(25, 22, 27, .75); font-family: var(--rsv-mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.rsv-specimen-body, .rsv-offcut > div { padding-top: 16px; }
.rsv-date { margin-bottom: 9px; color: var(--rsv-madder); font-family: var(--rsv-mono); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.rsv-specimen h3, .rsv-offcut h3 { font-size: 27px; }
.rsv-specimen h3 a, .rsv-offcut h3 a { text-decoration: none; }
.rsv-specimen h3 a:hover, .rsv-offcut h3 a:hover { color: var(--rsv-madder); }
.rsv-specimen-body > p:not(.rsv-date), .rsv-offcut > div > p:not(.rsv-date) { margin-bottom: 15px; color: rgba(25, 22, 27, .72); font-size: 14px; line-height: 1.45; }
.rsv-offcut-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 42px; }
.rsv-offcut { display: grid; grid-template-columns: 43% 1fr; gap: 18px; min-width: 0; padding-top: 18px; border-top: 1px solid var(--rsv-line); }
.rsv-offcut figure img { aspect-ratio: 1.25 / 1; }
.rsv-offcut h3 { margin-bottom: 9px; font-size: 24px; }
.rsv-stream { padding-top: 0; }

.rsv-category-head, .rsv-article-head { color: var(--rsv-shell-tone); background: var(--rsv-indigo); }
.rsv-category-head .rsv-shell, .rsv-article-head .rsv-shell { padding-top: 25px; padding-bottom: 74px; }
.rsv-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 43px; color: var(--rsv-lilac); font-family: var(--rsv-mono); font-size: 10px; letter-spacing: .05em; }
.rsv-breadcrumbs a { text-decoration: none; }
.rsv-breadcrumbs a:hover { color: var(--rsv-ochre); }
.rsv-category-grid, .rsv-article-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .64fr); gap: 56px; align-items: end; }
.rsv-category-grid h1 { max-width: 680px; }
.rsv-category-grid .rsv-lead { max-width: 650px; }
.rsv-category-head .rsv-topic-line { color: var(--rsv-lilac); }
.rsv-principal { overflow: hidden; background: var(--rsv-plum); }
.rsv-principal img { display: block; width: 100%; height: auto; aspect-ratio: 1.18 / 1; object-fit: cover; }
.rsv-principal figcaption { padding: 10px 12px; color: var(--rsv-lilac); font-size: 11px; line-height: 1.35; }
.rsv-topic-line { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 20px; color: rgba(25, 22, 27, .62); font-family: var(--rsv-mono); font-size: 10px; letter-spacing: .04em; }
.rsv-topic-line span { color: var(--rsv-madder); font-weight: 700; text-transform: uppercase; }
.rsv-topic-line a { padding: 4px 7px; border: 1px solid currentColor; text-decoration: none; }
.rsv-topic-line a:hover { color: var(--rsv-madder); }
.rsv-article-copy h1 { max-width: 720px; font-size: clamp(43px, 6.2vw, 83px); }
.rsv-article-copy .rsv-lead { color: rgba(243, 239, 234, .83); }
.rsv-byline { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; color: var(--rsv-lilac); font-family: var(--rsv-mono); font-size: 10px; letter-spacing: .04em; }
.rsv-byline a { color: var(--rsv-shell-tone); font-weight: 700; }
.rsv-article-copy .rsv-topic-line { color: var(--rsv-lilac); }
.rsv-article-copy .rsv-topic-line a { color: var(--rsv-shell-tone); }

.rsv-reading { display: grid; grid-template-columns: 170px minmax(0, 690px); gap: 73px; justify-content: center; padding-top: 88px; padding-bottom: 83px; }
.rsv-rail { align-self: start; position: sticky; top: 22px; display: grid; gap: 10px; padding-top: 8px; font-size: 12px; }
.rsv-rail a { color: var(--rsv-indigo); font-weight: 700; text-decoration: none; }
.rsv-rail a:hover { color: var(--rsv-madder); }
.rsv-rail-label { margin-bottom: 2px; color: var(--rsv-madder); font-family: var(--rsv-mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rsv-rail-note { margin-top: 30px; padding-top: 13px; border-top: 1px solid var(--rsv-line); color: rgba(25, 22, 27, .6); font-family: var(--rsv-serif); font-size: 20px; line-height: 1.02; }
.rsv-prose { min-width: 0; }
.rsv-answer { margin-bottom: 53px; color: var(--rsv-indigo); font-family: var(--rsv-serif); font-size: clamp(25px, 3vw, 38px); line-height: 1.05; }
.rsv-prose-block { padding: 0 0 38px; }
.rsv-prose-block + .rsv-prose-block { padding-top: 35px; border-top: 1px solid var(--rsv-line); }
.rsv-prose-block h2 { margin-bottom: 18px; font-size: 36px; }
.rsv-prose p { max-width: 670px; color: rgba(25, 22, 27, .79); font-size: 17px; }
.rsv-check-list { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.rsv-check-list li { position: relative; padding-left: 26px; color: var(--rsv-indigo); font-weight: 700; }
.rsv-check-list li::before { content: ""; position: absolute; top: .62em; left: 1px; width: 10px; height: 10px; border-radius: 50%; background: var(--rsv-ochre); }
.rsv-note { margin-top: 15px; padding: 21px 23px; border-left: 4px solid var(--rsv-teal); background: rgba(216, 209, 216, .52); }
.rsv-note b { display: block; margin-bottom: 7px; color: var(--rsv-teal); font-family: var(--rsv-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.rsv-note p { margin-bottom: 0; font-size: 14px; }
.rsv-register { background: #e8e3de; }
.rsv-table-wrap { overflow-x: auto; border-top: 2px solid var(--rsv-indigo); }
.rsv-table-wrap table { width: 100%; min-width: 690px; border-collapse: collapse; font-size: 13px; }
.rsv-table-wrap caption { padding: 0 0 12px; text-align: left; color: rgba(25, 22, 27, .7); font-size: 12px; }
.rsv-table-wrap th, .rsv-table-wrap td { padding: 13px 12px; border-bottom: 1px solid var(--rsv-line); text-align: left; vertical-align: top; }
.rsv-table-wrap thead th { color: var(--rsv-indigo); font-family: var(--rsv-mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.rsv-table-wrap tbody th { color: var(--rsv-madder); font-family: var(--rsv-serif); font-size: 20px; font-weight: 400; }
.rsv-grade { display: inline-block; padding: 4px 6px; color: var(--rsv-indigo); border: 1px solid var(--rsv-indigo); font-family: var(--rsv-mono); font-size: 9px; overflow-wrap: anywhere; }
.rsv-table-note { margin: 16px 0 0; color: rgba(25, 22, 27, .67); font-size: 12px; }
.rsv-table-note a { color: var(--rsv-indigo); font-weight: 700; }
.rsv-source-band { padding: 64px 0; color: var(--rsv-shell-tone); background: var(--rsv-indigo-deep); }
.rsv-source-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 60px; align-items: start; }
.rsv-source-band .rsv-eyebrow { color: var(--rsv-ochre); }
.rsv-source-band h2 { margin-bottom: 0; }
.rsv-source-band p { max-width: 470px; color: var(--rsv-lilac); }
.rsv-source-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.rsv-source-list li { display: grid; grid-template-columns: 145px 1fr; gap: 14px; padding-top: 11px; border-top: 1px solid rgba(243, 239, 234, .23); }
.rsv-source-list span { color: var(--rsv-ochre); font-family: var(--rsv-mono); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.rsv-source-list a { color: var(--rsv-shell-tone); font-size: 14px; text-decoration: none; }
.rsv-source-list a:hover { color: var(--rsv-ochre); }
.rsv-related { padding-top: 82px; padding-bottom: 95px; }

.rsv-footer { color: var(--rsv-lilac); background: var(--rsv-plum); }
.rsv-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px; padding-top: 66px; padding-bottom: 60px; }
.rsv-footer .rsv-wordmark { color: var(--rsv-shell-tone); }
.rsv-footer-mark { margin-bottom: 18px; }
.rsv-footer p { max-width: 250px; font-size: 13px; }
.rsv-muted { color: rgba(216, 209, 216, .63); }
.rsv-footer-label { margin-bottom: 14px; color: var(--rsv-ochre); font-family: var(--rsv-mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rsv-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.rsv-footer li, .rsv-footer li a { font-size: 13px; text-decoration: none; }
.rsv-footer li a:hover { color: var(--rsv-ochre); }
.rsv-mail { color: var(--rsv-shell-tone); font-weight: 700; text-decoration: none; }
.rsv-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; padding-bottom: 19px; border-top: 1px solid rgba(243, 239, 234, .18); color: rgba(216, 209, 216, .62); font-family: var(--rsv-mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.rsv-footer-bottom a { text-decoration: none; }
.rsv-footer-bottom a:hover { color: var(--rsv-ochre); }
.rsv-error { min-height: 70vh; display: grid; place-content: center; width: min(calc(100% - 64px), 700px); margin: auto; padding: 70px 0; }
.rsv-error h1 { color: var(--rsv-indigo); font-size: clamp(45px, 8vw, 90px); }
.rsv-error p:not(.rsv-eyebrow) { max-width: 460px; }

@media (max-width: 1120px) {
  .rsv-header-inner { gap: 16px; }
  .rsv-nav-link { padding-right: 6px; padding-left: 6px; font-size: 11px; }
  .rsv-nav-link::after { right: 6px; left: 6px; }
  .rsv-header-index { padding-left: 11px; }
  .rsv-swatch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .rsv-shell { width: min(calc(100% - 38px), var(--rsv-shell)); }
  .rsv-header-inner { min-height: 72px; }
  .rsv-nav-desktop, .rsv-header-index { display: none; }
  .rsv-nav-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0 10px 12px; color: var(--rsv-shell-tone); background: transparent; border: 0; font-family: var(--rsv-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
  .rsv-nav-toggle b { color: var(--rsv-ochre); font-size: 21px; font-weight: 400; line-height: .6; }
  .rsv-mobile-menu { position: absolute; top: 72px; right: 0; left: 0; display: grid; padding: 16px 19px 24px; color: var(--rsv-shell-tone); background: var(--rsv-plum); box-shadow: 0 20px 30px rgba(25, 22, 27, .2); }
  .rsv-mobile-menu[hidden] { display: none; }
  .rsv-mobile-head { display: flex; justify-content: space-between; align-items: center; padding: 2px 0 14px; border-bottom: 1px solid rgba(243, 239, 234, .22); color: var(--rsv-lilac); font-family: var(--rsv-mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
  .rsv-mobile-head button { padding: 4px 0 4px 12px; color: var(--rsv-ochre); background: none; border: 0; font: inherit; }
  .rsv-mobile-menu > a { display: grid; gap: 2px; padding: 14px 4px; border-bottom: 1px solid rgba(243, 239, 234, .15); color: var(--rsv-shell-tone); text-decoration: none; }
  .rsv-mobile-menu > a span { font-family: var(--rsv-serif); font-size: 26px; line-height: 1; }
  .rsv-mobile-menu > a small { color: var(--rsv-lilac); font-size: 12px; }
  .rsv-hero { min-height: 490px; }
  .rsv-hero-content { min-height: 490px; grid-template-columns: 1fr; align-content: center; gap: 28px; padding-top: 35px; padding-bottom: 35px; }
  .rsv-hero-aside { grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 15px 0 0; border-top: 1px solid rgba(243, 239, 234, .35); border-left: 0; }
  .rsv-hero-aside small { grid-column: auto; margin-bottom: 0; }
  .rsv-hero-aside b { font-size: 19px; }
  .rsv-hero-aside span { grid-row: 1; }
  .rsv-hero-aside b { grid-row: 2; }
  .rsv-hero-aside small { grid-row: 3; }
  .rsv-category-grid, .rsv-article-grid { grid-template-columns: 1fr; gap: 35px; }
  .rsv-principal { max-width: 620px; }
  .rsv-reading { grid-template-columns: 1fr; gap: 24px; padding-top: 65px; }
  .rsv-rail { position: static; grid-template-columns: repeat(3, auto); align-items: center; gap: 12px; padding: 0 0 15px; border-bottom: 1px solid var(--rsv-line); }
  .rsv-rail-note { display: none; }
  .rsv-rail-label { margin: 0; }
  .rsv-source-grid { grid-template-columns: 1fr; gap: 28px; }
  .rsv-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .rsv-footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 570px) {
  body.rsv-body { font-size: 15px; }
  .rsv-shell { width: min(calc(100% - 28px), var(--rsv-shell)); }
  .rsv-wordmark { font-size: 21px; }
  .rsv-header-inner { min-height: 68px; }
  .rsv-mobile-menu { top: 68px; }
  h1 { font-size: clamp(46px, 15vw, 76px); }
  h2 { font-size: 42px; }
  .rsv-hero, .rsv-hero-content { min-height: 570px; }
  .rsv-hero-content { gap: 30px; }
  .rsv-hero-aside { column-gap: 7px; }
  .rsv-hero-aside b { font-size: 16px; }
  .rsv-hero-aside small { font-size: 10px; line-height: 1.2; }
  .rsv-swatch-grid, .rsv-card-grid, .rsv-offcut-grid { grid-template-columns: 1fr; }
  .rsv-swatch { grid-template-columns: 42% 1fr; }
  .rsv-swatch > div { padding: 17px 14px 15px; }
  .rsv-swatch h3 { font-size: 23px; }
  .rsv-swatch > div > p:last-child { font-size: 12px; }
  .rsv-home-section, .rsv-directory, .rsv-register, .rsv-related { padding-top: 66px; padding-bottom: 66px; }
  .rsv-section-head { display: block; margin-bottom: 25px; }
  .rsv-section-intro { margin-top: 17px; }
  .rsv-index-teaser { display: block; min-height: 0; }
  .rsv-index-photo { min-height: 280px; }
  .rsv-index-teaser > div:last-child { padding: 40px 25px 45px; }
  .rsv-offcut { grid-template-columns: 40% 1fr; gap: 13px; }
  .rsv-offcut h3 { font-size: 21px; }
  .rsv-offcut > div > p:not(.rsv-date) { font-size: 13px; }
  .rsv-category-head .rsv-shell, .rsv-article-head .rsv-shell { padding-top: 20px; padding-bottom: 57px; }
  .rsv-breadcrumbs { margin-bottom: 35px; font-size: 9px; }
  .rsv-article-copy h1 { font-size: clamp(42px, 13vw, 68px); }
  .rsv-byline { gap: 10px; line-height: 1.4; }
  .rsv-reading { padding-top: 52px; padding-bottom: 60px; }
  .rsv-rail { grid-template-columns: 1fr 1fr 1fr; font-size: 11px; }
  .rsv-rail-label { grid-column: 1 / -1; }
  .rsv-answer { margin-bottom: 40px; font-size: 30px; }
  .rsv-prose p { font-size: 16px; }
  .rsv-prose-block h2 { font-size: 33px; }
  .rsv-source-band { padding: 50px 0; }
  .rsv-source-list li { grid-template-columns: 1fr; gap: 2px; }
  .rsv-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; padding-top: 48px; padding-bottom: 43px; }
  .rsv-footer-grid > div:first-child { grid-column: 1 / -1; }
  .rsv-footer-bottom { display: grid; gap: 8px; }
}
@media print {
  .rsv-header, .rsv-footer, .rsv-rail, .rsv-hero-actions, .rsv-source-band { display: none !important; }
  .rsv-shell { width: 100%; }
  body.rsv-body { background: white; }
}
