/* ::: fonts ::: */
@font-face {
  font-family: "Jost";
  src: url("/assets/fonts/jost-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Jost";
  src: url("/assets/fonts/jost-latin-ext.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Cinzel";
  src: url("/assets/fonts/cinzel-sub.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E;
}
@font-face {
  font-family: "Jost Fallback";
  src: local("Arial"), local("Helvetica"), local("Liberation Sans");
  size-adjust: 93%;
  ascent-override: 115%;
  descent-override: 40%;
  line-gap-override: 0%;
}

/* ::: tokens ::: */
:root {
  --rr-graphite: #2d2d2d;
  --rr-ink: #000000;
  --rr-paper: #ffffff;
  --rr-marble: #f4f3ef;
  --rr-vein: #e8e6df;
  --rr-fog: #636463;
  --rr-peri: #738ae5;
  --rr-peri-deep: #4659b8;
  --rr-night: #262626;
  --rr-sans: "Jost", "Jost Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
  --rr-display: "Cinzel", "Jost", "Jost Fallback", Georgia, serif;
  --rr-edge: 3px;
  --rr-wide: 1200px;
  --rr-gutter: clamp(16px, 4vw, 40px);
  --rr-breath: clamp(56px, 8vw, 104px);
}

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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  background: var(--rr-paper);
}

body {
  margin: 0;
  background: var(--rr-paper);
  color: var(--rr-graphite);
  font: 400 17px/1.62 var(--rr-sans);
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
}

img { display: block; max-width: 100%; height: auto; }

p { margin: 0 0 1em; }

a {
  color: var(--rr-ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  transition: text-decoration-color 0.2s ease;
}
a:hover { text-decoration-color: var(--rr-peri); text-decoration-thickness: 2px; }
:focus-visible { outline: 2px solid var(--rr-peri-deep); outline-offset: 3px; }

h1, h2, h3 {
  margin: 0 0 0.6em;
  color: var(--rr-ink);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
h1 { font-size: clamp(23px, 3.1vw, 32px); }
h2 { font-size: clamp(19px, 2.2vw, 24px); }
h3 { font-size: clamp(16px, 1.6vw, 19px); letter-spacing: 0.07em; }

strong { font-weight: 600; color: var(--rr-ink); }

address { font-style: normal; }

[hidden] { display: none !important; }

.tr5-locked { overflow: hidden; }

.tr5-frame {
  width: 100%;
  max-width: var(--rr-wide);
  margin-inline: auto;
  padding-inline: var(--rr-gutter);
}

.tr5-hide {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.tr5-skip {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--rr-ink);
  color: var(--rr-paper);
  text-decoration: none;
}
.tr5-skip:focus { top: 12px; }

::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--rr-marble); }
::-webkit-scrollbar-thumb { background: #b7b5ae; border-radius: var(--rr-edge); border: 3px solid var(--rr-marble); }
::-webkit-scrollbar-thumb:hover { background: #8e8c86; }
@supports not selector(::-webkit-scrollbar) {
  html, .tr5-ledger { scrollbar-color: #b7b5ae var(--rr-marble); scrollbar-width: thin; }
}

.tr5-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--rr-fog);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}
.tr5-eyebrow::before {
  content: "";
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rr-peri);
}

/* ::: shared · actions ::: */
.tr5-seal {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 24px 12px 20px;
  border: 0;
  border-radius: var(--rr-edge) 0 var(--rr-edge) var(--rr-edge);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 0 100%);
  font: 600 13px/1.2 var(--rr-sans);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.tr5-seal::after {
  content: "";
  flex: none;
  width: 16px;
  height: 1px;
  background: currentColor;
  transition: width 0.2s ease;
}
.tr5-seal:hover { transform: translateY(-2px); }
.tr5-seal:hover::after { width: 28px; }
.tr5-seal:active { transform: translateY(1px); }
.tr5-seal:focus-visible { clip-path: none; outline: 2px solid var(--rr-peri-deep); outline-offset: 3px; }
.tr5-seal--solid { background: var(--rr-graphite); color: var(--rr-paper); }
.tr5-seal--solid:hover { background: var(--rr-ink); color: var(--rr-paper); }
.tr5-seal--ghost { background: var(--rr-marble); color: var(--rr-ink); }
.tr5-seal--ghost:hover { background: var(--rr-vein); color: var(--rr-ink); }

.tr5-trail {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--rr-ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.45em;
}
.tr5-trail:hover { text-decoration-color: var(--rr-peri); text-decoration-thickness: 3px; }

/* ::: shared · masthead ::: */
.tr5-atrium {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
}
.tr5-atrium__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
}
.tr5-atrium__brand,
.tr5-colophon__brand {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  min-height: 48px;
  color: var(--rr-ink);
  font-family: var(--rr-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.tr5-atrium__brand::before,
.tr5-colophon__brand::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--rr-ink);
}
.tr5-atrium__accent { color: var(--rr-peri-deep); }
.tr5-atrium__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: var(--rr-edge);
  background: transparent;
  color: var(--rr-ink);
  cursor: pointer;
}
.tr5-atrium__bars,
.tr5-atrium__bars::before,
.tr5-atrium__bars::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.tr5-atrium__bars { position: relative; }
.tr5-atrium__bars::before,
.tr5-atrium__bars::after { content: ""; position: absolute; left: 0; }
.tr5-atrium__bars::before { top: -7px; }
.tr5-atrium__bars::after { top: 7px; }
.tr5-atrium__toggle[aria-expanded="true"] .tr5-atrium__bars { background: transparent; }
.tr5-atrium__toggle[aria-expanded="true"] .tr5-atrium__bars::before { transform: translateY(7px) rotate(45deg); }
.tr5-atrium__toggle[aria-expanded="true"] .tr5-atrium__bars::after { transform: translateY(-7px) rotate(-45deg); }

.tr5-corridor {
  position: fixed;
  top: 68px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 20px var(--rr-gutter) 40px;
  overflow-y: auto;
  background: var(--rr-paper);
}
.tr5-corridor.is-open { display: block; }
.tr5-corridor__list { margin: 0; padding: 0; list-style: none; }
.tr5-corridor__link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  color: var(--rr-ink);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
}
.tr5-corridor__link[aria-current="page"]::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rr-peri);
}

@media (min-width: 960px) {
  .tr5-atrium__toggle { display: none; }
  .tr5-corridor { position: static; display: block; padding: 0; overflow: visible; background: none; }
  .tr5-corridor__list { display: flex; gap: 30px; }
  .tr5-corridor__link { min-height: 48px; font-size: 13px; font-weight: 600; letter-spacing: 0.15em; }
  .tr5-corridor__link:hover { color: var(--rr-peri-deep); }
}

/* ::: shared · trail of crumbs ::: */
.tr5-docket { padding-block: 18px 6px; font-size: 13px; color: var(--rr-fog); }
.tr5-docket__trail { display: flex; flex-wrap: wrap; align-items: center; margin: 0; padding: 0; list-style: none; }
.tr5-docket__trail li { display: inline-flex; align-items: center; }
.tr5-docket__trail a { display: inline-flex; align-items: center; min-height: 44px; color: var(--rr-graphite); }
.tr5-docket__sep { margin-inline: 10px; color: var(--rr-fog); }

/* ::: shared · sections ::: */
.tr5-hall { padding-block: var(--rr-breath); }
.tr5-hall--marble { background: var(--rr-marble); }
.tr5-hall--plain { background: var(--rr-paper); }
.tr5-hall__caption { margin-bottom: 14px; }
.tr5-hall__lead { max-width: 40em; margin-bottom: 44px; color: var(--rr-graphite); font-size: 18px; }

/* ::: shared · exhibit label cards ::: */
.tr5-plinths { display: grid; gap: clamp(48px, 7vw, 88px); }
.tr5-plinth { display: grid; gap: 22px; align-items: center; }
.tr5-plinth__glass {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--rr-edge);
  background: var(--rr-marble);
}
.tr5-plinth__glass img { width: 100%; height: 100%; object-fit: cover; }
.tr5-hall--marble .tr5-plinth__glass { background: var(--rr-vein); }
.tr5-plinth__no {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  margin-bottom: 10px;
  color: var(--rr-fog);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.tr5-plinth__digits { color: var(--rr-ink); font-family: var(--rr-display); font-size: 16px; letter-spacing: 0.08em; }
.tr5-plinth__name { margin-bottom: 4px; font-size: clamp(18px, 2vw, 22px); }
.tr5-plinth__name a { text-decoration: none; }
.tr5-plinth__name a:hover { text-decoration: underline; text-decoration-color: var(--rr-peri); }
.tr5-plinth__maker { margin-bottom: 14px; color: var(--rr-fog); font-size: 14px; letter-spacing: 0.04em; }
.tr5-plinth__text { max-width: 36em; font-size: 16.5px; }
.tr5-plinth__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 30px; margin: 20px 0 10px; }
.tr5-plinth__links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 26px; margin: 0; }
.tr5-plinth:nth-child(3n + 2) .tr5-plinth__label { padding-top: 8px; }

@media (min-width: 760px) {
  .tr5-plinth { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 5vw, 72px); }
  .tr5-plinth--mirror { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); }
  .tr5-plinth--mirror .tr5-plinth__glass { order: 2; }
  .tr5-plinth:nth-child(4n + 3) .tr5-plinth__glass { transform: translateY(18px); }
}

/* ::: shared · ratings ::: */
.tr5-tally { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; }
.tr5-tally__stars { position: relative; display: inline-block; width: 96px; height: 19px; line-height: 0; }
.tr5-tally__base { color: #d3d1ca; }
.tr5-tally__fill { position: absolute; top: 0; left: 0; height: 100%; overflow: hidden; color: var(--rr-peri); }
.tr5-tally svg { width: 96px; height: 19px; fill: currentColor; }
.tr5-tally__value { color: var(--rr-ink); font-size: 16px; font-weight: 600; }
.tr5-tally__count { color: var(--rr-fog); font-size: 14px; }
.tr5-tally__label { flex-basis: 100%; color: var(--rr-fog); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }

.tr5-plaque {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  justify-items: start;
  align-items: baseline;
  column-gap: 3px;
  margin: 0;
  padding: 8px 16px 10px;
  border-radius: var(--rr-edge);
  background: var(--rr-marble);
}
.tr5-plaque__num { color: var(--rr-ink); font-family: var(--rr-display); font-size: 30px; font-weight: 700; line-height: 1.1; }
.tr5-plaque__max { color: var(--rr-fog); font-size: 14px; }
.tr5-plaque__cap { grid-column: 1 / -1; color: var(--rr-fog); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.tr5-hall--marble .tr5-plaque,
.tr5-dossier .tr5-plaque { background: var(--rr-paper); }

/* ::: shared · comparison tables ::: */
.tr5-ledger { width: 100%; overflow-x: auto; border-radius: var(--rr-edge); background: var(--rr-paper); }
.tr5-ledger__sheet { width: 100%; min-width: 700px; border-collapse: collapse; font-size: 15px; }
.tr5-ledger__sheet caption {
  padding: 16px 16px 12px;
  color: var(--rr-fog);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: left;
  text-transform: uppercase;
}
.tr5-ledger__sheet thead th {
  padding: 12px 16px;
  border-bottom: 1px solid var(--rr-graphite);
  color: var(--rr-ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
  vertical-align: bottom;
}
.tr5-ledger__sheet tbody th,
.tr5-ledger__sheet td { padding: 14px 16px; text-align: left; vertical-align: top; }
.tr5-ledger__sheet tbody th { min-width: 190px; font-weight: 500; }
.tr5-ledger__sheet tbody tr:nth-child(even) { background: var(--rr-marble); }
.tr5-hall--marble .tr5-ledger__sheet tbody tr:nth-child(even) { background: #f8f7f3; }
.tr5-ledger__sheet td:last-child { color: var(--rr-ink); font-family: var(--rr-display); font-weight: 700; }
.tr5-ledger__note { max-width: 44em; margin: 18px 0 0; color: var(--rr-graphite); font-size: 15px; }

/* ::: shared · lists ::: */
.tr5-bullets { margin: 0 0 1.2em; padding: 0; list-style: none; }
.tr5-bullets li { position: relative; margin-bottom: 0.55em; padding-left: 1.5em; }
.tr5-bullets li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0.2em;
  width: 7px;
  height: 7px;
  background: var(--rr-peri);
  transform: rotate(45deg);
}
.tr5-bullets--plus li::before,
.tr5-bullets--minus li::before {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
  transform: none;
  color: var(--rr-peri-deep);
  font-weight: 700;
}
.tr5-bullets--plus li::before { content: "+"; }
.tr5-bullets--minus li::before { content: "–"; }

.tr5-steps { margin: 0 0 1.2em; padding: 0; list-style: none; counter-reset: rrstep; }
.tr5-steps li { position: relative; margin-bottom: 0.8em; padding-left: 2.6em; counter-increment: rrstep; }
.tr5-steps li::before {
  content: counter(rrstep);
  position: absolute;
  top: -0.1em;
  left: 0;
  color: var(--rr-peri-deep);
  font-family: var(--rr-display);
  font-size: 1.3em;
  font-weight: 700;
}

.tr5-register { margin: 0 0 1.2em; }
.tr5-register > div { padding-block: 8px; }
.tr5-register dt { color: var(--rr-fog); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.tr5-register dd { margin: 2px 0 0; color: var(--rr-ink); }
@media (min-width: 640px) {
  .tr5-register > div { display: grid; grid-template-columns: 12em 1fr; gap: 20px; }
  .tr5-register dd { margin: 0; }
}

/* ::: shared · colophon ::: */
.tr5-colophon { padding-top: clamp(56px, 7vw, 88px); background: var(--rr-night); color: #d6d5d1; font-size: 15px; }
.tr5-colophon a { color: var(--rr-paper); }
.tr5-colophon a:hover { text-decoration-color: #a9b7f2; }
.tr5-colophon__grid { display: grid; gap: 36px; padding-bottom: 48px; }
.tr5-colophon__brand { color: var(--rr-paper); margin-bottom: 10px; }
.tr5-colophon__brand::before { background: var(--rr-paper); }
.tr5-colophon__brand .tr5-atrium__accent { color: #a9b7f2; }
.tr5-colophon__title { margin-bottom: 12px; color: var(--rr-paper); font-size: 12px; font-weight: 600; letter-spacing: 0.17em; text-transform: uppercase; }
.tr5-colophon__list { margin: 0; padding: 0; list-style: none; }
.tr5-colophon__list a { display: inline-flex; align-items: center; min-height: 40px; }
.tr5-colophon__address { line-height: 1.9; }
.tr5-colophon__address a { display: inline-block; min-height: 32px; }
.tr5-colophon__base {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 24px;
  padding-block: 18px 22px;
  background: #1c1c1c;
  max-width: none;
  font-size: 13px;
}
.tr5-colophon__base p { margin: 0; }
.tr5-ascend { display: inline-flex; align-items: center; min-height: 48px; letter-spacing: 0.12em; text-transform: uppercase; font-size: 12px; font-weight: 600; }
@media (min-width: 720px) { .tr5-colophon__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .tr5-colophon__grid { grid-template-columns: 1.5fr 1fr 1fr 1fr 1.3fr; gap: 40px; } }

/* ::: shared · notice ::: */
.tr5-notice {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 60;
  display: grid;
  gap: 12px;
  max-width: 34rem;
  margin-left: auto;
  padding: 18px 20px;
  border-radius: var(--rr-edge);
  background: var(--rr-night);
  color: #ecebe7;
  font-size: 14px;
  line-height: 1.45;
}
.tr5-notice__text { margin: 0; }
.tr5-notice .tr5-seal { flex: 1 1 auto; justify-content: center; padding-inline: 16px 20px; }
@media (min-width: 560px) { .tr5-notice { padding: 20px 22px; font-size: 14.5px; } .tr5-notice .tr5-seal { flex: 0 0 auto; } }
.tr5-notice a { color: var(--rr-paper); }
.tr5-notice__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.tr5-notice .tr5-seal--solid { background: var(--rr-paper); color: var(--rr-ink); }
.tr5-notice .tr5-seal--solid:hover { background: #dfe4fb; color: var(--rr-ink); }
.tr5-notice .tr5-seal--ghost { background: #3d3d3d; color: var(--rr-paper); }
.tr5-notice .tr5-seal--ghost:hover { background: #4a4a4a; color: var(--rr-paper); }

/* ::: home ::: */
.tr5-foyer { padding-block: clamp(32px, 5vw, 72px) clamp(48px, 6vw, 80px); background: var(--rr-marble); }
.tr5-foyer__grid { display: grid; gap: 40px; align-items: center; }
.tr5-foyer__title { max-width: 22em; margin-bottom: 20px; font-size: clamp(24px, 3.2vw, 32px); line-height: 1.25; }
.tr5-foyer__lead { max-width: 34em; margin-bottom: 28px; font-size: 18px; }
.tr5-foyer__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin: 0; }

.tr5-vitrine { margin: 0; padding: clamp(16px, 3vw, 28px); border: 1px solid var(--rr-graphite); border-radius: var(--rr-edge); background: var(--rr-paper); }
.tr5-vitrine__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(10px, 2vw, 22px) clamp(6px, 1.6vw, 18px); margin: 0; padding: 0; list-style: none; }
.tr5-relic { display: grid; justify-items: center; gap: 6px; text-decoration: none; }
.tr5-relic img { width: 100%; max-width: 72px; aspect-ratio: 1; border-radius: 14px; object-fit: cover; transition: transform 0.2s ease; }
.tr5-relic:hover img { transform: translateY(-3px); }
.tr5-relic__no { color: var(--rr-fog); font-family: var(--rr-display); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; }
.tr5-vitrine__cap { margin-top: 18px; color: var(--rr-fog); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-align: center; text-transform: uppercase; }
.tr5-vitrine__grid li:nth-child(7) img { transform: rotate(-4deg); }

@media (min-width: 960px) {
  .tr5-foyer__grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 64px; }
}

.tr5-wings { display: grid; gap: 20px; }
.tr5-hall--plain .tr5-wing { background: var(--rr-marble); }
.tr5-wing { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(22px, 3vw, 32px); border-radius: var(--rr-edge); background: var(--rr-paper); }
.tr5-wing__count { margin-bottom: 8px; color: var(--rr-peri-deep); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.tr5-wing__name { margin-bottom: 10px; font-size: clamp(17px, 1.9vw, 21px); }
.tr5-wing__name a { text-decoration: none; }
.tr5-wing__name a:hover { text-decoration: underline; text-decoration-color: var(--rr-peri); }
.tr5-wing__text { font-size: 16px; }
.tr5-wing__relics { display: flex; flex-wrap: wrap; gap: 10px; margin: 4px 0 8px; padding: 0; list-style: none; }
.tr5-wing__relics img { width: 56px; height: 56px; border-radius: 12px; object-fit: cover; }
.tr5-wing .tr5-trail { margin-top: auto; }
.tr5-wing--lead .tr5-wing__text { font-size: 17.5px; }
.tr5-wing--lead .tr5-wing__relics { display: grid; grid-template-columns: repeat(2, 72px); gap: 12px; margin-block: 10px 18px; }
.tr5-wing--lead .tr5-wing__relics img { width: 72px; height: 72px; }
.tr5-wing--lead .tr5-trail { margin-top: 0; }
@media (min-width: 860px) {
  .tr5-wings { grid-template-columns: 1fr 1.25fr; grid-template-rows: auto auto; }
  .tr5-wing--lead { grid-column: 2; grid-row: 1 / span 2; justify-content: center; padding: 48px; }
  .tr5-wing--lead .tr5-wing__relics { grid-template-columns: repeat(4, 88px); }
  .tr5-wing--lead .tr5-wing__relics img { width: 88px; height: 88px; }
  .tr5-wings--pair { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
}

.tr5-colloquy { display: grid; gap: 40px; }
.tr5-colloquy__how p { max-width: 38em; }
.tr5-colloquy__mail { padding: clamp(24px, 3vw, 36px); border-radius: var(--rr-edge); background: var(--rr-marble); }
.tr5-hall--marble .tr5-colloquy__mail { background: var(--rr-paper); }
.tr5-colloquy__title { margin-bottom: 12px; }
.tr5-colloquy__address { margin-bottom: 8px; font-size: clamp(18px, 2.2vw, 22px); font-weight: 500; overflow-wrap: anywhere; }
.tr5-colloquy__link { text-decoration-thickness: 2px; text-decoration-color: var(--rr-peri); }
@media (min-width: 900px) { .tr5-colloquy { grid-template-columns: 7fr 5fr; gap: 72px; align-items: start; } }

/* ::: review ::: */
.tr5-dossier { padding-bottom: clamp(40px, 6vw, 72px); background: var(--rr-marble); }
.tr5-dossier__grid { display: grid; gap: 32px; align-items: center; padding-top: 18px; }
.tr5-dossier__title { margin-bottom: 8px; }
.tr5-dossier__maker { margin-bottom: 18px; color: var(--rr-fog); font-size: 14px; letter-spacing: 0.04em; }
.tr5-dossier__verdict { max-width: 34em; margin-bottom: 22px; color: var(--rr-ink); font-size: clamp(17.5px, 1.8vw, 19.5px); line-height: 1.55; }
.tr5-dossier__scores { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; margin-bottom: 22px; }
.tr5-dossier__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 26px; margin: 0; }
.tr5-dossier__glass { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--rr-edge); background: var(--rr-paper); }
.tr5-dossier__glass img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 900px) { .tr5-dossier__grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 56px; } }

.tr5-exhibit__body { padding-top: clamp(36px, 5vw, 64px); }
.tr5-chapter { padding-block: 10px 18px; }
.tr5-chapter__col { box-sizing: content-box; max-width: 44em; margin-inline: auto; padding-inline: var(--rr-gutter); }
.tr5-chapter h2 { margin-bottom: 16px; }

.tr5-inset { margin: 34px 0 14px; padding: 24px 26px 16px; border-radius: var(--rr-edge); background: var(--rr-marble); }
.tr5-inset__title { margin-bottom: 8px; color: var(--rr-ink); font-size: 13px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.tr5-register--inset { display: grid; gap: 0 28px; margin: 0; }
.tr5-register--inset > div { display: block; padding-block: 8px; }
.tr5-register--inset dt { font-size: 12px; }
.tr5-register--inset dd { margin: 2px 0 0; font-size: 15.5px; }
@media (min-width: 640px) { .tr5-register--inset { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1180px) { .tr5-inset { margin-right: -140px; } }

.tr5-bleed { margin: 34px 0 40px; padding: clamp(22px, 5vw, 56px) 16px; background: var(--rr-marble); }
.tr5-bleed__frame { width: 100%; max-width: 1040px; margin-inline: auto; overflow: hidden; border-radius: var(--rr-edge); background: var(--rr-vein); }
.tr5-bleed__frame img { width: 100%; height: 100%; object-fit: cover; }
.tr5-bleed--tall .tr5-bleed__frame { max-width: 360px; }
.tr5-bleed__cap { max-width: 1040px; margin: 14px auto 0; color: var(--rr-fog); font-size: 12.5px; font-weight: 600; letter-spacing: 0.12em; text-align: center; text-transform: uppercase; }

.tr5-epigraph { position: relative; margin: 30px 0; padding: 6px 0 6px 44px; color: var(--rr-ink); font-size: clamp(19px, 2vw, 22px); line-height: 1.45; }
.tr5-epigraph::before { content: "\201E"; position: absolute; top: -14px; left: 0; color: var(--rr-peri); font-family: var(--rr-display); font-size: 58px; line-height: 1; }
.tr5-epigraph p { margin: 0; }

.tr5-scales { padding-block: 34px clamp(48px, 6vw, 80px); }
.tr5-scales__pans { display: grid; gap: 18px; }
.tr5-scales__pan { padding: 22px 24px 8px; border-radius: var(--rr-edge); background: var(--rr-marble); }
.tr5-scales__pan h3 { font-size: 14px; letter-spacing: 0.15em; }
.tr5-scales__final { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; margin-top: 26px; }
@media (min-width: 640px) { .tr5-scales__pans { grid-template-columns: 1fr 1fr; } }

.tr5-annex { padding-block: clamp(48px, 6vw, 80px); background: var(--rr-paper); }
.tr5-annex__title { margin-bottom: 22px; }
.tr5-annex__row { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.tr5-annex__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  height: 100%;
  padding: 14px;
  border-radius: var(--rr-edge);
  background: var(--rr-marble);
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.tr5-annex__item img { grid-row: 1 / span 2; width: 64px; height: 64px; border-radius: 12px; object-fit: cover; }
.tr5-annex__name { align-self: end; color: var(--rr-ink); font-size: 15px; font-weight: 500; line-height: 1.3; }
.tr5-annex__hall { align-self: start; color: var(--rr-fog); font-size: 12.5px; letter-spacing: 0.04em; }
.tr5-annex__item:hover { background: var(--rr-vein); }
.tr5-annex__item:hover .tr5-annex__name { text-decoration: underline; text-decoration-color: var(--rr-peri); }
@media (min-width: 560px) { .tr5-annex__row { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .tr5-annex__row { grid-template-columns: repeat(4, 1fr); } }

/* ::: hub and selection ::: */
.tr5-hallway { padding-bottom: clamp(44px, 6vw, 80px); background: var(--rr-marble); }
.tr5-hallway__grid { display: grid; gap: 28px; padding-top: 18px; }
.tr5-hallway__words p { max-width: 42em; }
.tr5-hallway__title { margin-bottom: 20px; }
.tr5-hallway__marks { display: flex; gap: 14px; margin: 0; padding: 0; list-style: none; }
.tr5-hallway__marks a { display: block; }
.tr5-hallway__marks img { width: 64px; height: 64px; border-radius: 14px; object-fit: cover; }
.tr5-hallway--narrow .tr5-hallway__words { padding-top: 18px; }
@media (min-width: 900px) {
  .tr5-hallway__grid { grid-template-columns: minmax(0, 1fr) 150px; gap: 56px; align-items: start; }
  .tr5-hallway__marks { flex-direction: column; align-items: flex-end; padding-top: 64px; }
  .tr5-hallway__marks li:nth-child(2) { margin-right: 34px; }
  .tr5-hallway__marks li:nth-child(3) img { transform: rotate(5deg); }
  .tr5-hallway__marks img { width: 88px; height: 88px; }
}

.tr5-prose { max-width: 44em; }
.tr5-prose p { font-size: 17.5px; }

.tr5-rank { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.tr5-rank__item { display: grid; gap: 10px; padding: clamp(22px, 3vw, 36px) 0; }
.tr5-rank__item:nth-child(even) { padding-inline: clamp(18px, 3vw, 36px); border-radius: var(--rr-edge); background: var(--rr-marble); }
.tr5-rank__num { color: var(--rr-ink); font-family: var(--rr-display); font-size: clamp(40px, 6vw, 64px); font-weight: 700; line-height: 1; }
.tr5-rank__name { margin-bottom: 14px; font-size: clamp(18px, 2vw, 22px); }
.tr5-rank__name a { text-decoration: none; }
.tr5-rank__name a:hover { text-decoration: underline; text-decoration-color: var(--rr-peri); }
.tr5-rank__row { display: flex; align-items: flex-start; gap: 18px; }
.tr5-rank__row img { flex: none; width: 72px; height: 72px; border-radius: 14px; object-fit: cover; }
.tr5-rank__row p { max-width: 40em; }
.tr5-rank__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; margin-bottom: 4px; }
.tr5-rank__item:nth-child(even) .tr5-plaque { background: var(--rr-paper); }
.tr5-rank__body p:last-child { margin-bottom: 0; }
@media (min-width: 720px) { .tr5-rank__item { grid-template-columns: 120px minmax(0, 1fr); gap: 32px; } }

/* ::: legal and service ::: */
.tr5-folio { padding-bottom: clamp(56px, 8vw, 104px); }
.tr5-folio__title { margin-top: 18px; margin-bottom: 14px; }
.tr5-folio__lead { max-width: 40em; font-size: 18.5px; }
.tr5-folio__dates { margin-bottom: 26px; color: var(--rr-fog); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.tr5-folio--legal > p { max-width: 48em; }

.tr5-leaf { max-width: 48em; margin-top: 44px; }
.tr5-leaf h2 { margin-bottom: 16px; }
.tr5-leaf h3 { margin-top: 1.6em; font-size: 15px; letter-spacing: 0.12em; }
.tr5-leaf--wide { max-width: none; }
.tr5-leaf__num { color: var(--rr-peri-deep); font-family: var(--rr-display); }
.tr5-leaf__after { margin-top: 22px; }
.tr5-leaf .tr5-ledger { margin-bottom: 1.2em; }
.tr5-leaf .tr5-ledger__sheet { min-width: 640px; }
.tr5-leaf .tr5-ledger__sheet td:last-child { font-family: var(--rr-sans); font-weight: 400; color: var(--rr-graphite); }

.tr5-index { max-width: 48em; margin: 30px 0 8px; padding: 22px 26px; border-radius: var(--rr-edge); background: var(--rr-marble); }
.tr5-index__title { margin-bottom: 8px; color: var(--rr-ink); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.tr5-index__list { margin: 0; padding-left: 1.4em; }
.tr5-index__list li { margin-bottom: 2px; break-inside: avoid; }
.tr5-index__list a { display: inline-block; padding-block: 6px; }
@media (min-width: 720px) { .tr5-index__list { columns: 2; column-gap: 40px; } }

.tr5-queries { width: 100%; }
.tr5-query + .tr5-query { border-top: 1px solid var(--rr-vein); }
.tr5-query__ask {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 60px;
  padding-block: 12px;
  color: var(--rr-ink);
  font-size: 17.5px;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
}
.tr5-query__ask::-webkit-details-marker { display: none; }
.tr5-query__ask::after { content: "+"; flex: none; color: var(--rr-peri-deep); font-size: 26px; font-weight: 300; line-height: 1; transition: transform 0.2s ease; }
.tr5-query[open] .tr5-query__ask::after { transform: rotate(45deg); }
.tr5-query__reply { padding-bottom: 12px; }

.tr5-colloquy__mail--page { max-width: 48em; margin-top: 34px; }

.tr5-plan { display: grid; gap: 20px; margin-top: 34px; }
.tr5-plan__hall { padding: 24px 26px 12px; border-radius: var(--rr-edge); background: var(--rr-marble); }
.tr5-plan__hall h2 { font-size: 16px; letter-spacing: 0.12em; }
.tr5-plan__hall ul { margin: 0; padding: 0; list-style: none; }
.tr5-plan__hall li { display: flex; align-items: baseline; gap: 12px; }
.tr5-plan__hall li a { display: inline-block; padding-block: 8px; }
.tr5-plan__no { color: var(--rr-fog); font-family: var(--rr-display); font-size: 13px; font-weight: 700; }
.tr5-plan__hall--entry { background: var(--rr-paper); padding-left: 0; }
@media (min-width: 720px) { .tr5-plan { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1080px) { .tr5-plan { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.tr5-folio--void { min-height: 50vh; padding-top: 40px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tr5-seal,
  .tr5-seal::after,
  .tr5-relic img,
  .tr5-annex__item,
  .tr5-atrium__bars,
  .tr5-atrium__bars::before,
  .tr5-atrium__bars::after { transition: none; }
  .tr5-seal:hover { transform: none; }
}
