:root {
  --rtrs-bg: #090a08;
  --rtrs-bg-soft: #0e100c;
  --rtrs-surface: #171914;
  --rtrs-surface-raised: #20241b;
  --rtrs-line: #33372c;
  --rtrs-line-strong: #4f5941;
  --rtrs-text: #f7f7f3;
  --rtrs-muted: #b9b9b2;
  --rtrs-faint: #93978c;
  --rtrs-red: #b8ef38;
  --rtrs-red-bright: #b8ef38;
  --rtrs-burgundy: #25330f;
  --rtrs-link: #b8ef38;
  --rtrs-max: 1360px;
  --rtrs-radius: 18px;
  color-scheme: dark;
}

body.rtrs-dark-site {
  background: var(--rtrs-bg) !important;
  color: var(--rtrs-text) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 18px;
  line-height: 1.75;
}

body.rtrs-dark-site,
body.rtrs-dark-site #outer-wrap,
body.rtrs-dark-site #wrap,
body.rtrs-dark-site #main,
body.rtrs-dark-site #content-wrap,
body.rtrs-dark-site #primary,
body.rtrs-dark-site #content,
body.rtrs-dark-site .site-content {
  background-color: var(--rtrs-bg) !important;
}

body.rtrs-dark-site *,
body.rtrs-dark-site *::before,
body.rtrs-dark-site *::after { box-sizing: border-box; }

body.rtrs-dark-site h1,
body.rtrs-dark-site h2,
body.rtrs-dark-site h3,
body.rtrs-dark-site h4,
body.rtrs-dark-site h5,
body.rtrs-dark-site h6 {
  color: var(--rtrs-text) !important;
  font-family: "Libre Franklin", Inter, ui-sans-serif, sans-serif !important;
  letter-spacing: -.025em;
}

body.rtrs-dark-site p,
body.rtrs-dark-site li,
body.rtrs-dark-site td,
body.rtrs-dark-site th,
body.rtrs-dark-site label { color: var(--rtrs-muted); }

body.rtrs-dark-site a { color: var(--rtrs-link); }
body.rtrs-dark-site a:hover,
body.rtrs-dark-site a:focus-visible { color: #ff9aa0; }

body.rtrs-dark-site :focus-visible {
  outline: 3px solid var(--rtrs-red-bright) !important;
  outline-offset: 3px;
}

/* Header and navigation */
body.rtrs-dark-site #site-header,
body.rtrs-dark-site .is-sticky #site-header {
  background: rgba(8, 9, 12, .96) !important;
  border-bottom: 1px solid var(--rtrs-line) !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, .32);
  backdrop-filter: blur(14px);
}

body.rtrs-dark-site #site-header { height: 64px !important; }
body.rtrs-dark-site #site-header-inner { max-width: 1440px !important; height: 64px !important; padding-inline: 32px !important; }
body.rtrs-dark-site #site-logo, body.rtrs-dark-site #site-logo #site-logo-inner, body.rtrs-dark-site #site-logo #site-logo-inner a { height: 64px !important; }
body.rtrs-dark-site #site-logo img { max-height: 42px !important; width: auto !important; filter: drop-shadow(1px 0 #fff) drop-shadow(-1px 0 #fff) drop-shadow(0 1px #fff) drop-shadow(0 -1px #fff); }
body.rtrs-dark-site #site-navigation-wrap, body.rtrs-dark-site #site-navigation { height: 64px !important; }
body.rtrs-dark-site #site-navigation-wrap .dropdown-menu > li > a { height: 64px !important; line-height: 64px !important; font-weight: 800 !important; }
body.rtrs-dark-site #footer-bottom { background: #0e100c !important; border-top: 3px solid var(--rtrs-red) !important; }
body.rtrs-dark-site #footer-widgets { display: none !important; }

body.rtrs-dark-site #site-navigation-wrap .dropdown-menu > li > a,
body.rtrs-dark-site #site-logo a,
body.rtrs-dark-site .oceanwp-mobile-menu-icon a,
body.rtrs-dark-site .search-toggle-li a {
  color: var(--rtrs-text) !important;
}

body.rtrs-dark-site #site-navigation-wrap .dropdown-menu > li > a:hover,
body.rtrs-dark-site #site-navigation-wrap .dropdown-menu > .current-menu-item > a {
  color: var(--rtrs-red-bright) !important;
}

body.rtrs-dark-site .header-searchform-wrap,
body.rtrs-dark-site .header-searchform,
body.rtrs-dark-site .sidr,
body.rtrs-dark-site .sidr-inner {
  background: #0b0d12 !important;
  color: var(--rtrs-text) !important;
}

body.rtrs-dark-site .sidr li,
body.rtrs-dark-site .sidr a { border-color: var(--rtrs-line) !important; color: var(--rtrs-text) !important; }

/* OceanWP title band */
body.rtrs-dark-site .page-header {
  background: linear-gradient(135deg, #0d1016 0%, #171017 56%, #2a1116 100%) !important;
  border-bottom: 1px solid var(--rtrs-line) !important;
}

body.rtrs-dark-site .page-header-title {
  color: var(--rtrs-text) !important;
  font-family: "Libre Franklin", Inter, sans-serif !important;
  font-weight: 800;
}

/* Homepage: the authored page uses direct-child, inline-styled panels. */
body.rtrs-dark-site.home .entry { color: var(--rtrs-muted); }
body.rtrs-dark-site.home .entry > div {
  background: linear-gradient(145deg, var(--rtrs-surface) 0%, #11141b 100%) !important;
  border-color: var(--rtrs-line) !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .28) !important;
}

body.rtrs-dark-site.home .entry > div:first-of-type {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 20%, rgba(179, 32, 42, .22), transparent 34%),
    linear-gradient(135deg, #10141b 0%, #171016 58%, #2b1116 100%) !important;
  border-color: #3b2529 !important;
  padding-block: clamp(34px, 6vw, 74px) !important;
}

body.rtrs-dark-site.home .entry > div:not(:first-of-type) {
  border-left-color: var(--rtrs-red) !important;
}

body.rtrs-dark-site.home .entry [style*="color: #1c1c1c"],
body.rtrs-dark-site.home .entry [style*="color: #1d1d1d"],
body.rtrs-dark-site.home .entry [style*="color: #222"],
body.rtrs-dark-site.home .entry [style*="color: #2b241c"],
body.rtrs-dark-site.home .entry [style*="color: #333"] {
  color: var(--rtrs-text) !important;
}

body.rtrs-dark-site.home .entry [style*="color: #444"],
body.rtrs-dark-site.home .entry [style*="color: #555"] { color: var(--rtrs-muted) !important; }

body.rtrs-dark-site.home .entry [style*="color: #8b0000"],
body.rtrs-dark-site.home .entry [style*="color: #8b5e2b"],
body.rtrs-dark-site.home .entry [style*="color: #6d2600"],
body.rtrs-dark-site.home .entry [style*="color: #6b4b16"],
body.rtrs-dark-site.home .entry [style*="color: #b45f06"],
body.rtrs-dark-site.home .entry [style*="color: #4b2c73"],
body.rtrs-dark-site.home .entry [style*="color: #5b3a1e"] {
  color: var(--rtrs-red-bright) !important;
}

body.rtrs-dark-site.home .entry details {
  background: var(--rtrs-surface) !important;
  border-color: var(--rtrs-line) !important;
}

body.rtrs-dark-site.home .entry summary { color: var(--rtrs-text) !important; }

/* Content Views cards */
body.rtrs-dark-site .pt-cv-wrapper,
body.rtrs-dark-site .pt-cv-view,
body.rtrs-dark-site .pt-cv-page { color: var(--rtrs-muted) !important; }

body.rtrs-dark-site .pt-cv-content-item {
  background: var(--rtrs-surface-raised) !important;
  border: 1px solid var(--rtrs-line) !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .24);
}

body.rtrs-dark-site .pt-cv-thumbnail,
body.rtrs-dark-site .pt-cv-thumb-wrapper img {
  width: 100%;
  transition: transform .35s ease, filter .35s ease;
  filter: brightness(.82) saturate(.88) contrast(1.05);
}

body.rtrs-dark-site .pt-cv-content-item:hover img { transform: scale(1.025); filter: brightness(.96) saturate(1); }
body.rtrs-dark-site .pt-cv-title a { color: var(--rtrs-text) !important; }
body.rtrs-dark-site .pt-cv-content { color: var(--rtrs-muted) !important; }
body.rtrs-dark-site .pt-cv-readmore {
  background: var(--rtrs-red) !important;
  border: 1px solid var(--rtrs-red-bright) !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-weight: 700;
}

/* Long-form reading */
body.rtrs-dark-site.single-post .content-area,
body.rtrs-dark-site.single-post .site-main,
body.rtrs-dark-site.single-post article,
body.rtrs-dark-site.single-post .entry-content {
  background: var(--rtrs-bg) !important;
  color: var(--rtrs-muted) !important;
}

body.rtrs-dark-site.single-post .entry-content {
  font-size: clamp(17px, 1.15vw, 19px);
  line-height: 1.82;
}

body.rtrs-dark-site.single-post .entry-content > p,
body.rtrs-dark-site.single-post .entry-content > ul,
body.rtrs-dark-site.single-post .entry-content > ol,
body.rtrs-dark-site.single-post .entry-content > h2,
body.rtrs-dark-site.single-post .entry-content > h3,
body.rtrs-dark-site.single-post .entry-content > blockquote {
  max-width: 780px;
}

body.rtrs-dark-site.single-post .entry-content h2 {
  margin-top: 2.2em;
  padding-top: .55em;
  border-top: 1px solid var(--rtrs-line);
}

body.rtrs-dark-site.single-post .entry-content strong { color: var(--rtrs-text); }
body.rtrs-dark-site.single-post .entry-content blockquote {
  background: var(--rtrs-surface) !important;
  border-left: 4px solid var(--rtrs-red) !important;
  color: var(--rtrs-text) !important;
}

body.rtrs-dark-site.single-post .entry-content img,
body.rtrs-dark-site.single-post .thumbnail img {
  border-radius: var(--rtrs-radius);
  filter: brightness(.9) contrast(1.04);
}

body.rtrs-dark-site .ez-toc-container,
body.rtrs-dark-site #ez-toc-container {
  background: var(--rtrs-surface) !important;
  border: 1px solid var(--rtrs-line) !important;
  border-left: 4px solid var(--rtrs-red) !important;
  border-radius: 14px !important;
  color: var(--rtrs-muted) !important;
}

body.rtrs-dark-site .ez-toc-title,
body.rtrs-dark-site .ez-toc-container a { color: var(--rtrs-text) !important; }

/* Sidebar, related posts, comments */
body.rtrs-dark-site #right-sidebar,
body.rtrs-dark-site #right-sidebar-inner { background: transparent !important; }
body.rtrs-dark-site #right-sidebar .widget,
body.rtrs-dark-site #right-sidebar .sidebar-box,
body.rtrs-dark-site #related-posts,
body.rtrs-dark-site #comments,
body.rtrs-dark-site .comment-respond {
  background: var(--rtrs-surface) !important;
  border: 1px solid var(--rtrs-line) !important;
  border-radius: var(--rtrs-radius);
  padding: 20px;
}

body.rtrs-dark-site #right-sidebar .textwidget,
body.rtrs-dark-site #right-sidebar .pt-cv-wrapper,
body.rtrs-dark-site #right-sidebar .pt-cv-view,
body.rtrs-dark-site #right-sidebar .pt-cv-page {
  background: transparent !important;
}

body.rtrs-dark-site .widget-title,
body.rtrs-dark-site #related-posts h3,
body.rtrs-dark-site #reply-title { color: var(--rtrs-text) !important; border-color: var(--rtrs-red) !important; }
body.rtrs-dark-site #related-posts time,
body.rtrs-dark-site .post-date,
body.rtrs-dark-site .meta { color: var(--rtrs-faint) !important; }

/* Archives, search and generic pages */
body.rtrs-dark-site.archive article,
body.rtrs-dark-site.search article,
body.rtrs-dark-site.blog article,
body.rtrs-dark-site .blog-entry {
  background: var(--rtrs-surface) !important;
  border: 1px solid var(--rtrs-line) !important;
  border-radius: var(--rtrs-radius);
  overflow: hidden;
  padding: 20px;
}

body.rtrs-dark-site .entry-title a,
body.rtrs-dark-site .blog-entry-title a { color: var(--rtrs-text) !important; }

/* Forms */
body.rtrs-dark-site input:not([type="submit"]),
body.rtrs-dark-site textarea,
body.rtrs-dark-site select {
  background: #0d1016 !important;
  border: 1px solid var(--rtrs-line-strong) !important;
  color: var(--rtrs-text) !important;
  border-radius: 10px !important;
}

body.rtrs-dark-site input[type="submit"],
body.rtrs-dark-site button:not(.menu-toggle) {
  background: var(--rtrs-red) !important;
  border-color: var(--rtrs-red-bright) !important;
  color: #fff !important;
}

/* Footer */
body.rtrs-dark-site #footer,
body.rtrs-dark-site #footer-widgets,
body.rtrs-dark-site #footer-bottom {
  background: #06070a !important;
  border-color: var(--rtrs-line) !important;
  color: var(--rtrs-muted) !important;
}

body.rtrs-dark-site #footer { border-top: 1px solid var(--rtrs-line) !important; }
body.rtrs-dark-site #footer .widget-title { color: var(--rtrs-text) !important; }
body.rtrs-dark-site #footer a { color: var(--rtrs-muted) !important; }
body.rtrs-dark-site #footer a:hover { color: var(--rtrs-red-bright) !important; }
body.rtrs-dark-site #scroll-top {
  background: var(--rtrs-surface-raised) !important;
  border: 1px solid var(--rtrs-line) !important;
  color: var(--rtrs-text) !important;
}

@media (min-width: 960px) {
  body.rtrs-dark-site #site-header-inner.container { width: min(var(--rtrs-max), calc(100% - 48px)) !important; }
  body.rtrs-dark-site.home #content-wrap { width: min(var(--rtrs-max), calc(100% - 48px)) !important; }
}

@media (max-width: 959px) {
  body.rtrs-dark-site .page-header-title { font-size: clamp(26px, 7vw, 38px) !important; }
  body.rtrs-dark-site.home .entry > div { border-radius: 15px !important; padding-inline: 14px !important; }
  body.rtrs-dark-site .pt-cv-content-item { margin-bottom: 16px !important; }
  body.rtrs-dark-site.single-post .entry-content { font-size: 17px; line-height: 1.78; }
}

@media (prefers-reduced-motion: reduce) {
  body.rtrs-dark-site *,
  body.rtrs-dark-site *::before,
  body.rtrs-dark-site *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* 0.2 editorial discovery experience */
.rtrs-site { width: 100%; min-height: 70vh; overflow: hidden; }
.rtrs-site a { text-decoration: none; }
.rtrs-eyebrow {
  display: inline-flex;
  color: var(--rtrs-red-bright) !important;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.rtrs-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}
.rtrs-button-primary { background: var(--rtrs-red-bright); color: #0b0d08 !important; box-shadow: 0 10px 30px rgba(184,239,56,.18); }
.rtrs-button-secondary { border: 1px solid #747986; color: var(--rtrs-text) !important; }

.rtrs-hero {
  min-height: clamp(520px, 72vh, 760px);
  position: relative;
  display: grid;
  align-items: end;
  isolation: isolate;
}
.rtrs-hero-media,
.rtrs-reader-hero-media { position: absolute; inset: 0; z-index: -1; }
.rtrs-hero-media img,
.rtrs-reader-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08) brightness(.72); }
.rtrs-hero-media span,
.rtrs-reader-hero-media span {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,6,9,.98) 0%, rgba(5,6,9,.82) 42%, rgba(5,6,9,.18) 76%), linear-gradient(0deg, var(--rtrs-bg) 0%, transparent 48%);
}
.rtrs-hero-copy {
  width: min(var(--rtrs-max), calc(100% - 64px));
  margin: 0 auto;
  padding: 100px 0 92px;
}
.rtrs-hero h1 { max-width: 850px; margin: 14px 0 18px; font-size: clamp(46px, 7vw, 88px); line-height: .98; }
.rtrs-hero p { max-width: 720px; margin: 0; color: #d0d2d9; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.rtrs-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.rtrs-home-body { padding: 10px 0 72px; }

.rtrs-shelf { width: min(100%, 1920px); margin: 0 auto; padding: 40px max(24px, calc((100vw - var(--rtrs-max)) / 2)); }
.rtrs-shelf + .rtrs-shelf { border-top: 1px solid rgba(43,48,59,.55); }
.rtrs-shelf-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 17px; }
.rtrs-shelf-head h2 { margin: 5px 0 0; font-size: clamp(25px, 3vw, 36px); }
.rtrs-shelf-head h2::after, .rtrs-section-heading h2::after { content: ''; display: block; width: 44px; height: 4px; margin-top: 11px; border-radius: 4px; background: var(--rtrs-red); }
.rtrs-shelf-head p { max-width: 760px; margin: 10px 0 0; color: #d1d3ca; font-size: 16px; line-height: 1.45; }
.rtrs-shelf-actions { display: flex; align-items: center; gap: 8px; }
.rtrs-see-all { margin-right: 8px; color: var(--rtrs-muted) !important; font-size: 12px; font-weight: 700; }
.rtrs-shelf-actions button {
  width: 40px;
  height: 40px;
  padding: 0 !important;
  display: grid;
  place-items: center;
  background: var(--rtrs-surface-raised) !important;
  border: 1px solid var(--rtrs-line-strong) !important;
  border-radius: 50% !important;
  font-size: 28px;
  line-height: 1;
}
.rtrs-card-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 24vw);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding: 2px 2px 16px;
}
.rtrs-card-track::-webkit-scrollbar { display: none; }
.rtrs-card { min-width: 0; overflow: hidden; background: transparent; border: 0; border-radius: 8px; scroll-snap-align: start; transition: transform .25s ease; }
.rtrs-card:hover { transform: translateY(-5px); }
.rtrs-card > a { height: 100%; display: flex; flex-direction: column; color: inherit !important; }
.rtrs-card-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #0b0d12; }
.rtrs-card-image img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.84) saturate(.8); transition: transform .35s ease, filter .35s ease; }
.rtrs-card:hover .rtrs-card-image img { transform: scale(1.035); filter: brightness(.97) saturate(.95); }
.rtrs-card-shade { position: absolute; inset: auto 0 0; height: 50%; background: linear-gradient(transparent, rgba(5,6,9,.8)); }
.rtrs-card-copy { flex: 1; display: flex; flex-direction: column; padding: 12px 2px 4px; }
.rtrs-card-meta { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 9px; color: var(--rtrs-red-bright); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rtrs-card-meta span:last-child { color: var(--rtrs-faint); white-space: nowrap; }
.rtrs-card h3 { margin: 0; font-size: 18px; line-height: 1.28; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.rtrs-card p { margin: 10px 0 0; color: var(--rtrs-muted); font-size: 13px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.rtrs-paths { width: min(var(--rtrs-max), calc(100% - 64px)); margin: 0 auto; padding: 52px 0 34px; }
.rtrs-section-heading h2 { margin: 7px 0 0; font-size: clamp(30px,4vw,46px); }
.rtrs-section-heading p { margin: 12px 0 24px; font-size: 16px; }
.rtrs-path-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.rtrs-path { min-height: 320px; position: relative; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 20px; background: linear-gradient(0deg,rgba(5,6,4,.97),rgba(5,6,4,.06) 75%),var(--path-image) center/cover; border: 1px solid var(--rtrs-line); border-radius: 8px; color: #fff !important; }
.rtrs-path:nth-child(-n+2) { grid-column: span 3; }
.rtrs-path:nth-child(n+3) { grid-column: span 2; min-height: 275px; }
.rtrs-path span { color: var(--rtrs-red); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rtrs-path strong { margin-top: 5px; font-size: clamp(22px,2.5vw,32px); line-height: 1.05; }
.rtrs-path p { margin: 9px 0 0; color: #d7d9d1 !important; font-size: 14px; line-height: 1.45; }
.rtrs-path em { margin-top: 14px; color: var(--rtrs-red); font-style: normal; font-size: 13px; font-weight: 900; }
.rtrs-next-step { width: min(var(--rtrs-max), calc(100% - 64px)); margin: 44px auto 0; padding: 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--rtrs-surface); border: 1px solid var(--rtrs-line); border-radius: 10px; }
.rtrs-next-step h2 { margin: 5px 0 0; }

.rtrs-discovery { width: min(var(--rtrs-max), calc(100% - 64px)); margin: 40px auto 0; padding: clamp(26px, 5vw, 54px); background: radial-gradient(circle at 90% 10%, rgba(179,32,42,.24), transparent 35%), var(--rtrs-surface); border: 1px solid #3f272c; border-radius: 22px; }
.rtrs-discovery h2 { margin: 8px 0 24px; font-size: clamp(30px, 4vw, 48px); }
.rtrs-discovery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.rtrs-discovery-grid a { min-height: 148px; display: flex; flex-direction: column; justify-content: end; padding: 18px; background: rgba(8,9,12,.72); border: 1px solid var(--rtrs-line); border-radius: 14px; }
.rtrs-discovery-grid span { color: var(--rtrs-faint); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rtrs-discovery-grid strong { margin-top: 5px; color: var(--rtrs-text); font-size: 16px; line-height: 1.25; }
.rtrs-discovery-grid em { margin-top: 12px; color: var(--rtrs-red-bright); font-size: 12px; font-style: normal; font-weight: 700; }

.rtrs-archive { padding-bottom: 80px; }
.rtrs-archive-hero { padding: clamp(64px, 10vw, 130px) max(24px, calc((100vw - var(--rtrs-max)) / 2)) 48px; background: radial-gradient(circle at 80% 0, rgba(179,32,42,.22), transparent 32%), linear-gradient(135deg,#0e1117,#170d12); border-bottom: 1px solid var(--rtrs-line); }
.rtrs-archive-hero h1 { max-width: 900px; margin: 10px 0 12px; font-size: clamp(38px, 6vw, 70px); line-height: 1.02; }
.rtrs-archive-hero p { max-width: 720px; margin: 0; font-size: 17px; }
.rtrs-archive-grid { width: min(var(--rtrs-max), calc(100% - 64px)); margin: 0 auto; padding: 42px 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.rtrs-card-grid p { -webkit-line-clamp: 3; }
.rtrs-pagination { width: min(var(--rtrs-max), calc(100% - 64px)); margin: 0 auto; }
.rtrs-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.rtrs-pagination a, .rtrs-pagination span { min-width: 40px; min-height: 40px; display: grid; place-items: center; padding: 6px 10px; background: var(--rtrs-surface); border: 1px solid var(--rtrs-line); border-radius: 9px; }

.rtrs-hub { padding-bottom: 80px; }
.rtrs-hub-hero { min-height: min(68vh, 700px); position: relative; display: flex; align-items: end; background-image: linear-gradient(0deg,var(--rtrs-bg) 0%,rgba(8,9,12,.48) 55%,rgba(8,9,12,.3)), linear-gradient(90deg,rgba(8,9,12,.93),rgba(8,9,12,.2)), var(--rtrs-hub-image); background-size: cover; background-position: center; border-bottom: 1px solid var(--rtrs-line); }
.rtrs-hub-hero-copy { width: min(var(--rtrs-max), calc(100% - 64px)); margin: 0 auto; padding: 130px 0 72px; }
.rtrs-hub-hero h1 { max-width: 900px; margin: 10px 0 18px; font-size: clamp(52px, 8vw, 100px); line-height: .95; }
.rtrs-hub-hero p { max-width: 720px; margin: 0 0 26px; color: #d0d2d9; font-size: clamp(17px,2vw,21px); line-height: 1.55; }
.rtrs-primary-button { display: inline-flex; padding: 14px 19px; background: var(--rtrs-red); border-radius: 10px; color: #fff !important; font-weight: 800; }
.rtrs-hub-library { border-top: 1px solid var(--rtrs-line); padding-top: 48px; }
.rtrs-hub-library-head { width: min(var(--rtrs-max), calc(100% - 64px)); margin: 0 auto; }
.rtrs-hub-library-head h2 { margin: 7px 0 0; font-size: clamp(30px,4vw,46px); }
.rtrs-hub-grid { padding-top: 24px; }
.rtrs-empty { width: min(var(--rtrs-max), calc(100% - 64px)); margin: 60px auto; }
.rtrs-hub-jumps { width: min(var(--rtrs-max), calc(100% - 64px)); margin: -25px auto 24px; position: relative; z-index: 3; display: flex; gap: 10px; overflow-x: auto; padding: 14px; background: rgba(16,18,14,.97); border: 1px solid var(--rtrs-line-strong); border-radius: 10px; scrollbar-width: none; }
.rtrs-hub-jumps::-webkit-scrollbar { display: none; }
.rtrs-hub-jumps a { min-height: 46px; display: inline-flex; align-items: center; white-space: nowrap; padding: 0 16px; background: var(--rtrs-surface-raised); border: 1px solid var(--rtrs-line-strong); border-radius: 7px; color: #fff !important; font-size: 14px; font-weight: 800; }
.rtrs-hub-jumps a::before { content: '•'; margin-right: 8px; color: var(--rtrs-red); font-size: 20px; }
.rtrs-hub-shelves > div { scroll-margin-top: 78px; }

.rtrs-reader-hero { min-height: min(72vh, 760px); position: relative; display: flex; align-items: end; isolation: isolate; }
.rtrs-reader-hero-media span { background: linear-gradient(0deg,var(--rtrs-bg) 0%,rgba(8,9,12,.52) 50%,rgba(8,9,12,.18)), linear-gradient(90deg,rgba(8,9,12,.85),transparent 68%); }
.rtrs-reader-hero-copy { width: min(980px, calc(100% - 64px)); margin: 0 auto; padding: 120px 0 70px; }
.rtrs-reader-hero h1 { margin: 12px 0 22px; font-size: clamp(38px, 5vw, 64px); line-height: 1.03; text-wrap: balance; }
.rtrs-reader-meta { display: flex; gap: 18px; color: #d8dae0; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.rtrs-reader-layout { width: min(1500px, calc(100% - 64px)); margin: 0 auto; display: block; padding: 48px 0 60px; }
.rtrs-reader-article { max-width: 1360px; margin: 0 auto; }
.rtrs-reader-copy { width: 100%; max-width: none; color: #dedfd8; font-size: 21px; line-height: 1.72; }
.rtrs-reader-copy p, .rtrs-reader-copy li { color: #d1d3d9 !important; }
.rtrs-reader-copy h2 { margin: 2.2em 0 .7em; padding-top: .75em; border-top: 1px solid var(--rtrs-line); font-size: clamp(27px, 3vw, 38px); line-height: 1.16; }
.rtrs-reader-copy h3 { margin: 1.8em 0 .55em; font-size: 24px; }
.rtrs-reader-copy img { max-width: 100%; height: auto; border-radius: 16px; }
.rtrs-reader-copy a { color: #ff8b92 !important; text-decoration: underline; text-underline-offset: 3px; }
.rtrs-reader-copy blockquote, .rtrs-reader-copy > div[style*="background"] { background: var(--rtrs-surface) !important; border-color: var(--rtrs-red) !important; color: var(--rtrs-text) !important; border-radius: 12px; }
.rtrs-reader-copy .ez-toc-container { max-width: 100% !important; }
.rtrs-back-link { display: inline-flex; margin-top: 34px; padding: 13px 18px; background: var(--rtrs-red); border-radius: 10px; color: #fff !important; font-weight: 700; }
.rtrs-reader-rail { position: sticky; top: 110px; align-self: start; padding: 22px; background: var(--rtrs-surface); border: 1px solid var(--rtrs-line); border-radius: 16px; }
.rtrs-reader-rail h2 { margin: 6px 0 16px; font-size: 24px; }
.rtrs-rail-card { display: grid; grid-template-columns: 82px 1fr; gap: 12px; align-items: center; padding: 12px 0; border-top: 1px solid var(--rtrs-line); }
.rtrs-rail-card img { width: 82px; aspect-ratio: 1 / .78; object-fit: cover; border-radius: 8px; filter: brightness(.85); }
.rtrs-rail-card strong { display: -webkit-box; color: var(--rtrs-text); font-size: 12px; line-height: 1.35; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.rtrs-rail-card em { display: block; margin-top: 5px; color: var(--rtrs-faint); font-size: 10px; font-style: normal; }
.rtrs-reader #comments { margin-top: 46px; }
.rtrs-progress { position: fixed; z-index: 100000; inset: 0 0 auto; height: 4px; background: rgba(255,255,255,.08); }
.rtrs-progress span { display: block; width: 0; height: 100%; background: var(--rtrs-red); }
.rtrs-jump { max-width: 900px; margin: 0 0 34px; padding: 0; background: var(--rtrs-surface); border: 1px solid var(--rtrs-line-strong); border-radius: 10px; }
.rtrs-jump[hidden] { display: none; }
.rtrs-jump button { width: 100%; min-height: 54px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px !important; background: var(--rtrs-red) !important; border: 0 !important; color: #0b0d08 !important; font-weight: 900; text-align: left; }
.rtrs-jump button span { color: var(--rtrs-red); font-size: 24px; }
.rtrs-jump > div { display: none; padding: 0 18px 16px; }
.rtrs-jump.is-open > div { display: grid; }
.rtrs-jump a { padding: 9px 0; border-top: 1px solid var(--rtrs-line); color: #e6e7e1 !important; font-size: 15px; }
.rtrs-reader-copy h2 { scroll-margin-top: 86px; }
.rtrs-reader-copy .ez-toc-container { display: none !important; }

.rtrs-search { max-width: 720px; display: grid; grid-template-columns: 1fr auto; margin-top: 26px; }
.rtrs-search input { min-width: 0; min-height: 54px; padding: 0 17px; background: var(--rtrs-surface); border: 1px solid var(--rtrs-line-strong); border-radius: 8px 0 0 8px; color: #fff; font-size: 17px; }
.rtrs-search button { min-width: 112px; min-height: 54px; background: var(--rtrs-red) !important; border: 1px solid var(--rtrs-red) !important; border-radius: 0 8px 8px 0 !important; color: #0b0d08 !important; font-weight: 900; }
.rtrs-utility-copy { width: min(1100px, calc(100% - 64px)); margin: 0 auto; padding: 48px 0; color: var(--rtrs-muted); font-size: 19px; line-height: 1.75; }

@media (max-width: 1100px) {
  .rtrs-discovery-grid { grid-template-columns: repeat(3, 1fr); }
  .rtrs-archive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rtrs-reader-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 38px; }
}
@media (max-width: 780px) {
  .rtrs-hero { min-height: 620px; }
  .rtrs-hero-media span { background: linear-gradient(0deg,var(--rtrs-bg) 0%,rgba(8,9,12,.58) 66%,rgba(8,9,12,.25)); }
  .rtrs-hero-copy { width: calc(100% - 36px); padding: 110px 0 70px; }
  .rtrs-hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .rtrs-shelf { padding: 32px 0; }
  .rtrs-shelf-head { padding-inline: 18px; }
  .rtrs-shelf-actions button { display: none; }
  .rtrs-see-all { margin: 0; }
  .rtrs-card-track { grid-auto-columns: minmax(245px, 82vw); padding-left: 18px; padding-right: 18px; }
  .rtrs-card p { display: none; }
  .rtrs-discovery { width: calc(100% - 36px); }
  .rtrs-discovery-grid { grid-template-columns: 1fr 1fr; }
  .rtrs-archive-hero { padding-inline: 18px; }
  .rtrs-archive-grid { width: calc(100% - 36px); grid-template-columns: 1fr 1fr; gap: 12px; }
  .rtrs-reader-hero { min-height: 660px; }
  .rtrs-reader-hero-copy { width: calc(100% - 36px); padding-bottom: 46px; }
  .rtrs-reader-layout { width: calc(100% - 36px); grid-template-columns: 1fr; padding-top: 34px; }
  .rtrs-reader-rail { position: static; }
  .rtrs-hub-hero { min-height: 610px; }
  .rtrs-hub-hero-copy, .rtrs-hub-library-head { width: calc(100% - 36px); }
  .rtrs-hub-hero-copy { padding: 110px 0 52px; }
  .rtrs-hub-hero h1 { font-size: clamp(48px,15vw,72px); }
  .rtrs-paths { width: 100%; padding: 40px 0 20px; }
  .rtrs-section-heading { padding-inline: 18px; }
  .rtrs-path-grid { grid-template-columns: 1fr; gap: 12px; }
  .rtrs-path:nth-child(n) { grid-column: auto; min-height: 290px; border-radius: 0; border-inline: 0; }
  .rtrs-next-step { width: calc(100% - 36px); align-items: flex-start; flex-direction: column; }
  .rtrs-hub-jumps { width: calc(100% - 36px); }
  .rtrs-reader-copy { max-width: none; font-size: 18.5px; line-height: 1.7; }
  .rtrs-reader-layout { gap: 30px; }
  body.rtrs-dark-site #site-header-inner { padding-inline: 14px !important; }
  body.rtrs-dark-site .oceanwp-mobile-menu-icon a { min-width: 48px !important; height: 48px !important; display: grid !important; place-items: center; font-size: 0 !important; }
  body.rtrs-dark-site .oceanwp-mobile-menu-icon a i { display: none !important; }
  body.rtrs-dark-site .oceanwp-mobile-menu-icon a::before { content: '☰'; color: #fff; font: 900 29px/1 Arial,sans-serif; }
  body.rtrs-dark-site #sidr { width: 300px !important; max-width: 88vw !important; background: #10120d !important; border-right: 3px solid var(--rtrs-red); }
  body.rtrs-dark-site #sidr .sidr-class-toggle-sidr-close { min-height: 64px !important; display: flex !important; align-items: center; justify-content: flex-end; padding: 0 22px !important; color: var(--rtrs-red) !important; font-size: 18px !important; font-weight: 900 !important; }
  body.rtrs-dark-site #sidr ul li a { min-height: 58px !important; display: flex !important; align-items: center; padding: 0 22px !important; background: transparent !important; color: #f7f7f3 !important; font-size: 17px !important; font-weight: 800 !important; }
  body.rtrs-dark-site #sidr ul li a:hover, body.rtrs-dark-site #sidr ul li a:focus { background: #20241b !important; color: var(--rtrs-red) !important; }
}
@media (max-width: 520px) {
  .rtrs-discovery-grid, .rtrs-archive-grid { grid-template-columns: 1fr; }
  .rtrs-discovery-grid a { min-height: 120px; }
  .rtrs-card-grid p { display: -webkit-box; }
  .rtrs-reader-hero h1 { font-size: clamp(34px, 10vw, 48px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
