@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caveat:wght@600;700&family=Sora:wght@300;400;500;600;700&display=swap");

:root {
  --rjr-bg: #030817;
  --rjr-surface: #101e45;
  --rjr-primary: #f2612b;
  --rjr-accent: #3a72ff;
  --rjr-text: #eef3ff;
  --rjr-muted: #bac8ea;
  --rjr-border: rgba(184, 200, 236, 0.22);
  --rjr-rope-shift: 0px;
  --rjr-rope-shadow-shift: 0px;
  --rjr-hero-parallax: 0px;
  --rjr-hero-progress: 0;
  --rjr-ring-progress: 0;
  --rjr-about-progress: 0;
  --rjr-about-morph: 0;
  --rjr-noir-progress: 0;
  --rjr-contact-progress: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 56px;
}

body.rjr-body {
  margin: 0;
  color: var(--rjr-text);
  font-family: "Sora", "Segoe UI", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.01em;
  background:
    radial-gradient(circle at 84% 14%, rgba(242, 97, 43, 0.22), transparent 35%),
    radial-gradient(circle at 16% 32%, rgba(58, 114, 255, 0.2), transparent 42%),
    linear-gradient(180deg, #050d2a, #030817 42%, #030611 100%);
  scroll-snap-type: y mandatory;
  scroll-padding-top: 56px;
}

.rjr-site-wrap {
  overflow: clip;
}

.rjr-background-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(4, 10, 28, 0) 0%, rgba(4, 10, 28, 0.2) 58%, rgba(0, 0, 0, 0.6) 100%),
    radial-gradient(ellipse at center, rgba(58, 114, 255, 0.08), transparent 68%);
}

.rjr-container {
  width: min(1240px, calc(100% - 2.8rem));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.rjr-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(2, 6, 20, 0.84);
  border-bottom: 1px solid rgba(184, 200, 236, 0.12);
  backdrop-filter: blur(14px);
}

.admin-bar .rjr-header {
  top: 32px;
}

.rjr-header-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
}

.rjr-logo {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.rjr-logo img,
.rjr-logo .custom-logo {
  display: block;
  width: auto !important;
  height: 72px !important;
  max-height: 72px !important;
  max-width: min(440px, 42vw) !important;
  object-fit: contain;
}

.rjr-header .custom-logo,
.rjr-header img.custom-logo,
.rjr-logo .rjr-logo-image {
  height: 72px !important;
  max-height: 72px !important;
  max-width: min(440px, 42vw) !important;
}

.rjr-close-form-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rjr-close-form-wrap close-form {
  display: block;
  width: 100%;
}

.rjr-close-form-footer {
  margin-top: 0.85rem;
  width: min(420px, 100%);
  max-width: 100%;
}

.rjr-close-form-footer close-form {
  width: 100%;
}

.rjr-logo-mark {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 1px solid rgba(58, 114, 255, 0.7);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(58, 114, 255, 0.28);
}

.rjr-logo-text {
  font-family: "Caveat", cursive;
  font-size: clamp(1.08rem, 1.7vw, 1.4rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.rjr-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.rjr-nav a {
  text-decoration: none;
  color: var(--rjr-muted);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.04em;
}

.rjr-nav a:hover,
.rjr-nav a:focus-visible {
  color: #fff;
}

.rjr-nav a.rjr-nav-active {
  color: #fff;
}

.rjr-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 14px;
  padding: 0.88rem 1.45rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  border: 1px solid rgba(108, 147, 255, 0.72);
  background: linear-gradient(125deg, #2364ff 0%, #3f82ff 60%, #2f73ff 100%);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(120, 166, 255, 0.28),
    0 0 18px rgba(58, 114, 255, 0.35);
  transition: transform 0.26s ease, filter 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.rjr-btn::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(242, 97, 43, 0.26), rgba(58, 114, 255, 0.1), rgba(242, 97, 43, 0.26));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.26s ease;
}

.rjr-btn:hover,
.rjr-btn:focus-visible {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.06);
  border-color: rgba(242, 97, 43, 0.92);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(242, 97, 43, 0.58),
    0 0 24px rgba(242, 97, 43, 0.38),
    0 0 22px rgba(58, 114, 255, 0.28);
  animation: rjrImpactPulse 0.45s ease;
}

.rjr-btn:hover::after,
.rjr-btn:focus-visible::after {
  opacity: 1;
}

.rjr-btn-small {
  border-radius: 999px;
  padding: 0.68rem 1.35rem;
  font-size: 0.86rem;
}

.rjr-btn-ghost {
  background: rgba(8, 14, 37, 0.78);
  border-color: rgba(184, 200, 236, 0.5);
  box-shadow: none;
}

.rjr-btn-ghost::after {
  display: none;
}

@keyframes rjrImpactPulse {
  0% {
    box-shadow:
      0 12px 26px rgba(0, 0, 0, 0.42),
      0 0 0 1px rgba(120, 166, 255, 0.28),
      0 0 18px rgba(58, 114, 255, 0.35);
  }
  45% {
    box-shadow:
      0 16px 30px rgba(0, 0, 0, 0.46),
      0 0 0 1px rgba(242, 97, 43, 0.7),
      0 0 28px rgba(242, 97, 43, 0.44),
      0 0 22px rgba(58, 114, 255, 0.34);
  }
  100% {
    box-shadow:
      0 16px 30px rgba(0, 0, 0, 0.46),
      0 0 0 1px rgba(242, 97, 43, 0.58),
      0 0 24px rgba(242, 97, 43, 0.38),
      0 0 22px rgba(58, 114, 255, 0.28);
  }
}

.rjr-menu-toggle {
  display: none;
  width: 2rem;
  background: transparent;
  border: 0;
  padding: 0;
}

.rjr-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 6px 0;
}

.rjr-section {
  min-height: 100svh;
  padding: clamp(2.1rem, 4.8vw, 4rem) 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.rjr-hero,
.rjr-ring,
.rjr-about,
.rjr-results,
.rjr-contact {
  min-height: 100svh;
}

.rjr-hero {
  min-height: max(100svh, calc(100vh - 84px));
  display: grid;
  align-items: center;
  padding-top: clamp(1.6rem, 3vw, 2.8rem);
}

.rjr-hero,
.rjr-about,
.rjr-contact {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.rjr-hero-grid,
.rjr-about-grid,
.rjr-contact-grid,
.rjr-ring-grid {
  display: grid;
  gap: clamp(1.4rem, 3.5vw, 3.5rem);
  align-items: center;
}

.rjr-hero-grid,
.rjr-about-grid,
.rjr-contact-grid {
  grid-template-columns: minmax(0, 1fr);
}

.rjr-ring-grid {
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
}

.rjr-hero-grid {
  min-height: max(100svh, 720px);
  align-content: center;
}

.rjr-about-grid,
.rjr-contact-grid {
  min-height: max(100svh, 760px);
  align-content: center;
}

.rjr-hero .rjr-container,
.rjr-about .rjr-container,
.rjr-contact .rjr-container {
  z-index: 8;
}

.rjr-hero .rjr-copy,
.rjr-about .rjr-copy,
.rjr-contact-story {
  position: relative;
  z-index: 12;
  max-width: min(760px, 100%);
}

.rjr-copy h1,
.rjr-copy h2,
.rjr-copy h3 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  line-height: 0.88;
  letter-spacing: 0.03em;
}

.rjr-copy h1 {
  font-size: clamp(3rem, 8.7vw, 8.4rem);
  max-width: 8.4ch;
}

.rjr-copy h2 {
  font-size: clamp(2.45rem, 6.3vw, 6.1rem);
  max-width: 12ch;
}

.rjr-copy h3 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
}

.rjr-eyebrow {
  display: inline-flex;
  margin: 0 0 0.95rem;
  border: 1px solid rgba(184, 200, 236, 0.42);
  border-radius: 999px;
  padding: 0.36rem 0.86rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--rjr-muted);
}

.rjr-lead {
  margin: 1.1rem 0 0;
  font-size: clamp(1.08rem, 2.2vw, 1.62rem);
  color: var(--rjr-muted);
  max-width: 32ch;
}

.rjr-actions {
  margin-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.rjr-actions-stack {
  flex-direction: column;
  align-items: flex-start;
}

.rjr-hero-visual {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border-radius: 0;
  border: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at 82% 16%, rgba(242, 97, 43, 0.24), transparent 34%),
    radial-gradient(circle at 38% 65%, rgba(58, 114, 255, 0.24), transparent 42%),
    linear-gradient(110deg, #050b24 6%, #061036 42%, #0d1947 78%, #142451 100%);
  box-shadow: none;
}

.rjr-hero-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  opacity: 0.34;
  transform: scale(1.04) translateY(calc((0.5 - var(--rjr-hero-progress, 0)) * 36px));
  filter: saturate(1.08) contrast(1.06) brightness(0.8);
}

.rjr-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(5, 8, 20, 0.5);
}

.rjr-hero-radial {
  position: absolute;
  width: 720px;
  height: 720px;
  right: -310px;
  top: -300px;
  background: radial-gradient(circle, rgba(58, 114, 255, 0.28) 0%, rgba(58, 114, 255, 0.06) 44%, transparent 70%);
}

.rjr-hero-beam {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(58, 114, 255, 0) 32%, rgba(89, 121, 245, 0.24) 51%, rgba(58, 114, 255, 0) 70%),
    radial-gradient(circle at 84% 78%, rgba(242, 97, 43, 0.22), transparent 34%);
  z-index: 2;
  pointer-events: none;
  animation: rjrSpotlightFlicker 6.8s ease-in-out infinite;
}

.rjr-hero-particles {
  position: absolute;
  inset: -20% -20% -8%;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 84%, rgba(232, 240, 255, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 66% 78%, rgba(190, 210, 255, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 44% 72%, rgba(255, 188, 130, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 66%, rgba(196, 215, 255, 0.15) 0 1px, transparent 2px);
  background-size: 190px 190px, 240px 240px, 210px 210px, 260px 260px;
  opacity: 0.45;
  transform: translateY(calc(var(--rjr-hero-parallax, 0px) * -0.16));
  animation: rjrParticlesDrift 18s linear infinite;
}

.rjr-hero-watermark {
  position: absolute;
  right: -16px;
  bottom: 80px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.2rem, 9vw, 8rem);
  line-height: 0.84;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.06);
  max-width: 3.5ch;
  text-align: right;
  z-index: 2;
  pointer-events: none;
}

@keyframes rjrParticlesDrift {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
  100% {
    background-position: -56px -190px, 68px -240px, -40px -210px, 74px -260px;
  }
}

@keyframes rjrSpotlightFlicker {
  0%,
  100% {
    opacity: 0.7;
  }
  32% {
    opacity: 0.78;
  }
  34% {
    opacity: 0.62;
  }
  48% {
    opacity: 0.82;
  }
  52% {
    opacity: 0.66;
  }
}

.rjr-stl-shell {
  position: absolute;
  pointer-events: auto;
  transform-style: preserve-3d;
  will-change: transform, filter, opacity;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.42));
  transition:
    transform 0.62s cubic-bezier(0.22, 0.68, 0.18, 1),
    opacity 0.5s ease,
    filter 0.35s ease;
}

.rjr-stl-canvas {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  touch-action: none;
  cursor: grab;
}

.rjr-stl-canvas.is-dragging {
  cursor: grabbing;
}

.rjr-stl-canvas canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  filter: saturate(0.96) contrast(1.12) brightness(1.06);
}

.rjr-stl-shell.is-hovered {
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 28px rgba(88, 140, 255, 0.28));
}

.rjr-stl-shell-hero.is-hovered {
  filter:
    drop-shadow(0 18px 30px rgba(0, 0, 0, 0.44))
    drop-shadow(0 0 34px rgba(255, 150, 48, 0.35))
    drop-shadow(0 0 20px rgba(88, 140, 255, 0.24));
}

.rjr-stl-shell-ring.is-hovered {
  filter:
    drop-shadow(0 18px 30px rgba(0, 0, 0, 0.44))
    drop-shadow(0 0 34px rgba(222, 38, 62, 0.36))
    drop-shadow(0 0 20px rgba(88, 140, 255, 0.22));
}

.rjr-stl-shell.is-hovered .rjr-stl-canvas canvas {
  filter: saturate(1.08) contrast(1.16) brightness(1.12);
}

.rjr-stl-canvas::after {
  display: none;
}

.rjr-stl-shell-hero {
  right: clamp(-6px, 2.2vw, 34px);
  top: 64%;
  width: min(980px, 68vw);
  height: min(980px, 94vh);
  z-index: 5;
  opacity: 0;
  transform: translate3d(0, -50%, 0) scale(1);
}

.rjr-stl-shell-ring {
  right: clamp(-96px, -5.5vw, -46px);
  top: 53%;
  width: min(1020px, 70vw);
  height: min(1020px, 92vh);
  z-index: 2;
  opacity: 0;
  transform: translate3d(0, -50%, 0) scale(0.76);
}

body.rjr-stl-hero-ready .rjr-stl-shell-hero {
  opacity: 1;
}

body.rjr-stl-ring-ready .rjr-stl-shell-ring {
  opacity: 0.68;
}

.rjr-hand-number-badge {
  position: absolute;
  right: clamp(10%, 20vw, 22%);
  top: clamp(11%, 16vw, 17%);
  min-width: 145px;
  padding: 0.4rem 1rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(184, 200, 236, 0.45);
  background: rgba(4, 12, 38, 0.82);
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.6rem, 7vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  z-index: 7;
  pointer-events: none;
  transform: rotate(-8deg) translate3d(0, 0, 0) scale(1);
  transition: transform 0.7s ease, opacity 0.55s ease;
}

.rjr-scroll-cue {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: 72px;
  height: 132px;
  border-radius: 18px;
  border: 1px solid rgba(184, 200, 236, 0.28);
  display: grid;
  place-items: center;
  background: rgba(3, 9, 28, 0.55);
  z-index: 6;
}

.rjr-scroll-cue::before {
  content: "\2193";
  display: block;
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.rjr-scroll-cue span {
  font-size: 0.85rem;
  color: var(--rjr-muted);
}

body.rjr-hand-rotate .rjr-stl-shell-hero {
  transform: translate3d(0, -50%, 0) scale(0.98);
}

body.rjr-hand-rotate .rjr-hand-number-badge {
  transform: rotate(-10deg) translate(24px, 10px) scale(0.92);
}

body.rjr-glove-shift .rjr-hand-number-badge {
  opacity: 0;
  transform: rotate(-18deg) translate(96px, 28px) scale(0.62);
}

body.rjr-glove-shift .rjr-stl-shell-hero {
  opacity: 0;
  transform: translate3d(8%, -42%, 0) scale(0.82);
}

body.rjr-glove-shift.rjr-stl-ring-ready .rjr-stl-shell-ring {
  opacity: 0.92;
  transform: translate3d(0, -50%, 0) scale(0.98);
  animation: rjrGloveSwoosh 0.52s cubic-bezier(0.12, 0.8, 0.2, 1) 1 both;
}

.rjr-ring {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 22%, rgba(242, 97, 43, 0.16), transparent 35%),
    radial-gradient(circle at 28% 58%, rgba(58, 114, 255, 0.14), transparent 44%),
    linear-gradient(180deg, rgba(4, 10, 30, 0.95), rgba(3, 6, 18, 0.98));
  border-top: 1px solid rgba(184, 200, 236, 0.12);
  border-bottom: 1px solid rgba(184, 200, 236, 0.12);
}

.rjr-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(108deg, rgba(3, 8, 24, 0.94) 0%, rgba(3, 8, 24, 0.72) 42%, rgba(3, 8, 24, 0.28) 68%, rgba(3, 8, 24, 0.78) 100%),
    url("../images/inyourcorner.png") center/cover no-repeat;
  opacity: 0.84;
  transform: scale(1.02);
}

.rjr-ring-arena {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  transform: translateY(calc((0.5 - var(--rjr-ring-progress, 0)) * 56px));
  transition: transform 0.5s ease;
}

.rjr-ring-grid-lines {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(58, 114, 255, 0.08) 0 1px, transparent 1px 118px),
    repeating-linear-gradient(0deg, rgba(58, 114, 255, 0.06) 0 1px, transparent 1px 112px);
  mask-image: radial-gradient(circle at 50% 55%, black 0%, black 55%, transparent 100%);
  transform: scale(calc(1 + (0.06 * var(--rjr-ring-progress, 0))));
}

.rjr-ring-ropes {
  position: absolute;
  left: -7%;
  right: -7%;
  bottom: 20%;
  pointer-events: none;
  display: grid;
  gap: 1.1rem;
  transform: perspective(1100px) rotateX(58deg) translateY(calc(var(--rjr-rope-shift, 0px) * -0.42));
  transform-origin: center;
}

body.rjr-ring-live .rjr-ring-arena {
  filter: saturate(1.14) contrast(1.08);
}

.rjr-ring-ropes::after {
  content: "";
  position: absolute;
  inset: auto 0 -30px;
  height: 22px;
  border-radius: 999px;
  background: rgba(4, 8, 18, 0.7);
  filter: blur(8px);
  transform: translateY(calc(var(--rjr-rope-shadow-shift, 0px) * -0.75));
}

.rjr-ring-ropes span {
  display: block;
  height: 7px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(242, 97, 43, 0.18), rgba(242, 97, 43, 0.85) 18%, rgba(58, 114, 255, 0.86) 68%, rgba(58, 114, 255, 0.2));
  box-shadow: 0 0 22px rgba(58, 114, 255, 0.24);
  animation: rjrRopeVibe 1.35s ease-in-out infinite;
}

.rjr-ring-ropes span:nth-child(2) {
  animation-delay: 0.12s;
}

.rjr-ring-ropes span:nth-child(3) {
  animation-delay: 0.22s;
}

body.rjr-btn-hovering .rjr-ring-ropes span {
  animation-duration: 0.45s;
}

@keyframes rjrRopeVibe {
  0%,
  100% {
    transform: translateX(0) scaleX(1);
  }
  50% {
    transform: translateX(2px) scaleX(1.006);
  }
}

@keyframes rjrGloveSwoosh {
  0% {
    transform: translate3d(28%, -52%, 0) scale(0.7);
    filter: blur(2.8px);
  }
  66% {
    transform: translate3d(-8%, -50%, 0) scale(1.06);
    filter: blur(0.8px);
  }
  100% {
    transform: translate3d(0, -50%, 0) scale(1);
    filter: blur(0);
  }
}

.rjr-ring-post {
  position: absolute;
  bottom: 18%;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: radial-gradient(circle, #ff8840, #2f6afc);
  box-shadow: 0 0 18px rgba(58, 114, 255, 0.45);
}

.rjr-ring-post-a {
  left: 8%;
}

.rjr-ring-post-b {
  right: 8%;
}

.rjr-ring .rjr-container {
  position: relative;
  z-index: 3;
}

.rjr-ring-callout,
.rjr-contact-card {
  border: 1px solid var(--rjr-border);
  border-radius: 1.5rem;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  padding: clamp(1.25rem, 2vw, 2rem);
  background: linear-gradient(165deg, rgba(14, 28, 66, 0.85), rgba(5, 12, 34, 0.8));
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.58), 0 18px 30px rgba(9, 8, 14, 0.25);
  transition: border-color 0.32s ease, box-shadow 0.32s ease;
}

.rjr-ring-callout h3 {
  margin: 0;
}

.rjr-ring-note,
.rjr-tagline {
  margin: 0.85rem 0 0;
  color: var(--rjr-muted);
  font-size: 1rem;
}

.rjr-bell-indicator {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  border: 1px dashed rgba(184, 200, 236, 0.45);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rjr-bell {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: rgba(242, 97, 43, 0.3);
}

.rjr-ring-callout.is-active,
body.rjr-ring-live .rjr-ring-callout {
  border-color: rgba(242, 97, 43, 0.5);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(242, 97, 43, 0.25);
}

.rjr-ring-callout.is-active .rjr-bell {
  animation: rjrBellPulse 1.1s ease 2;
}

.rjr-ring-story {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.rjr-ring-corner-visual {
  display: none;
}

.rjr-ring-corner-image {
  display: block;
  width: 100%;
  height: clamp(220px, 32vw, 330px);
  object-fit: cover;
  object-position: center;
  transform: scale(calc(1.06 - (0.05 * var(--rjr-ring-progress, 0))));
  filter: saturate(1.08) contrast(1.08);
}

.rjr-ring-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.rjr-service-card {
  position: relative;
  border: 2px solid #111;
  border-radius: 0.7rem;
  background:
    linear-gradient(154deg, rgba(18, 28, 58, 0.94), rgba(12, 10, 30, 0.92)),
    radial-gradient(circle at 84% 14%, rgba(242, 97, 43, 0.24), transparent 34%);
  padding: 0.75rem 0.82rem 0.8rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.rjr-service-card h4 {
  margin: 0.48rem 0 0.2rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.22rem;
  letter-spacing: 0.04em;
}

.rjr-service-card p {
  margin: 0;
  color: #c9d8ff;
  font-size: 0.86rem;
}

.rjr-service-icon {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(186, 200, 236, 0.42);
  border-radius: 10px;
  background: rgba(6, 11, 30, 0.78);
}

.rjr-service-card-seo .rjr-service-icon {
  background:
    radial-gradient(circle at 62% 30%, rgba(242, 97, 43, 0.72), transparent 44%),
    linear-gradient(145deg, rgba(20, 36, 90, 0.95), rgba(5, 10, 28, 0.95));
}

.rjr-service-card-ads .rjr-service-icon {
  background:
    radial-gradient(circle at 28% 80%, rgba(58, 114, 255, 0.78), transparent 42%),
    linear-gradient(145deg, rgba(21, 37, 92, 0.95), rgba(6, 10, 27, 0.95));
}

.rjr-service-card-maps .rjr-service-icon {
  background:
    radial-gradient(circle at 48% 32%, rgba(242, 97, 43, 0.75), transparent 44%),
    linear-gradient(145deg, rgba(23, 38, 84, 0.95), rgba(8, 12, 30, 0.95));
}

.rjr-service-card-content .rjr-service-icon {
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 209, 135, 0.58), transparent 44%),
    linear-gradient(145deg, rgba(28, 42, 94, 0.95), rgba(7, 11, 26, 0.95));
}

.rjr-service-card-convert {
  grid-column: 1 / -1;
}

.rjr-service-card-convert .rjr-service-icon {
  background:
    radial-gradient(circle at 58% 28%, rgba(242, 97, 43, 0.75), transparent 44%),
    radial-gradient(circle at 24% 84%, rgba(58, 114, 255, 0.72), transparent 42%),
    linear-gradient(145deg, rgba(24, 39, 90, 0.95), rgba(6, 10, 27, 0.95));
}

@keyframes rjrBellPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(242, 97, 43, 0.5);
  }
  60% {
    transform: scale(1.16);
    box-shadow: 0 0 0 12px rgba(242, 97, 43, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(242, 97, 43, 0);
  }
}

.rjr-scene-transition {
  position: relative;
  height: clamp(92px, 12vw, 148px);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(4, 10, 29, 0.98), rgba(8, 14, 33, 0.98));
  scroll-snap-align: none;
}

.rjr-scene-rope {
  position: absolute;
  left: 0;
  right: 0;
  top: 16%;
  height: 6px;
  background: linear-gradient(90deg, rgba(242, 97, 43, 0.32), rgba(242, 97, 43, 0.95) 22%, rgba(58, 114, 255, 0.95) 70%, rgba(58, 114, 255, 0.32));
  box-shadow: 0 0 16px rgba(58, 114, 255, 0.22);
  transform: translateY(calc(var(--rjr-rope-shift, 0px) * -0.18));
}

.rjr-scene-flash {
  position: absolute;
  inset: -80% -25%;
  background: radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.02) 20%, transparent 64%);
  opacity: 0.5;
  animation: rjrSceneFlash 3.6s ease-in-out infinite;
}

.rjr-scene-halftone {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(126, 153, 226, 0.28) 1.3px, transparent 1.3px);
  background-size: 12px 12px;
  opacity: 0.2;
  transform: translateY(-8px);
}

.rjr-scene-brick {
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background:
    linear-gradient(rgba(19, 24, 46, 0.8), rgba(19, 24, 46, 0.8)),
    repeating-linear-gradient(90deg, transparent 0 80px, rgba(130, 80, 84, 0.4) 80px 82px),
    repeating-linear-gradient(0deg, transparent 0 33px, rgba(130, 80, 84, 0.36) 33px 35px);
  opacity: 0.3;
}

@keyframes rjrSceneFlash {
  0%,
  100% {
    opacity: 0.42;
  }
  45% {
    opacity: 0.58;
  }
  52% {
    opacity: 0.2;
  }
}

.rjr-about {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(7, 12, 29, 0.84), rgba(8, 10, 23, 0.94)),
    radial-gradient(circle at 18% 18%, rgba(242, 97, 43, 0.24), transparent 38%),
    radial-gradient(circle at 84% 74%, rgba(58, 114, 255, 0.22), transparent 42%),
    url("../images/aboutbg.png") center/cover no-repeat;
}

.rjr-about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(95deg, rgba(5, 8, 20, 0.88) 0%, rgba(7, 12, 29, 0.8) 44%, rgba(7, 12, 29, 0.74) 100%),
    radial-gradient(circle at 24% 28%, rgba(40, 78, 156, 0.3), transparent 42%),
    radial-gradient(rgba(202, 213, 246, 0.14) 1.1px, transparent 1.1px);
  background-size: auto, auto, 15px 15px;
  opacity: 0.92;
}

.rjr-about .rjr-copy,
.rjr-about .rjr-bio p,
.rjr-about .rjr-quote {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.52);
}

.rjr-train-reveal {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, rgba(5, 8, 19, 0.94) 0%, rgba(5, 8, 19, 0.9) 44%, rgba(5, 8, 19, 0.36) 76%, rgba(5, 8, 19, 0) 100%);
}

.rjr-train-overlay {
  position: absolute;
  left: -16%;
  right: -16%;
  top: 44%;
  height: clamp(180px, 19vw, 260px);
  z-index: 7;
  pointer-events: none;
  opacity: 0;
  overflow: visible;
}

.rjr-train-motion {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.2) contrast(1.14) brightness(0.84) blur(0.4px);
  transform: translateX(-128%) scale(1.08);
}

.rjr-train-front {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.2) contrast(1.12) brightness(0.8);
  transform: translateX(-138%) scale(1.16);
  opacity: 0.55;
}

.rjr-train-speed-lines {
  position: absolute;
  inset: 18% -8% 20%;
  border-radius: 10px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 191, 120, 0.18) 0 34px, rgba(255, 191, 120, 0) 34px 70px),
    linear-gradient(90deg, rgba(255, 198, 134, 0.25), rgba(130, 175, 255, 0.22));
  filter: blur(2px);
  opacity: 0.34;
  transform: translateX(-138%);
}

.rjr-noir-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rjr-about .rjr-noir-layer {
  left: 0;
  right: 0;
}

body.rjr-about-live .rjr-train-overlay {
  animation: rjrTrainOverlayIn 2.55s ease-out 0.8s 1 both;
}

body.rjr-about-live .rjr-train-motion {
  animation: rjrTrainPass 2.15s cubic-bezier(0.16, 0.82, 0.24, 1) 0.92s 1 both;
}

body.rjr-about-live .rjr-train-front {
  animation: rjrTrainPass 2.05s cubic-bezier(0.16, 0.82, 0.24, 1) 0.86s 1 both;
}

body.rjr-about-live .rjr-train-speed-lines {
  animation: rjrTrainPass 2.15s cubic-bezier(0.16, 0.82, 0.24, 1) 0.98s 1 both;
}

body.rjr-about-live .rjr-train-reveal {
  animation: rjrTrainReveal 2.1s ease-out 0.88s 1 both;
}

.rjr-noir-layer-steam {
  background:
    radial-gradient(ellipse at 24% 30%, rgba(255, 255, 255, 0.08), transparent 46%),
    radial-gradient(ellipse at 78% 64%, rgba(255, 255, 255, 0.06), transparent 42%);
  mix-blend-mode: screen;
  opacity: 0.16;
  transform: translateY(calc(var(--rjr-noir-progress, 0) * -28px));
  animation: rjrSteamDrift 15s ease-in-out infinite alternate;
}

.rjr-noir-layer-rain {
  background: repeating-linear-gradient(180deg, rgba(174, 188, 228, 0) 0 8px, rgba(174, 188, 228, 0.2) 8px 15px, rgba(174, 188, 228, 0) 15px 24px);
  opacity: 0.12;
  transform: translateY(calc(var(--rjr-noir-progress, 0) * 22px));
  animation: rjrRainFall 0.95s linear infinite;
}

.rjr-noir-layer-neon {
  background:
    radial-gradient(circle at 78% 24%, rgba(242, 97, 43, 0.16), transparent 26%),
    radial-gradient(circle at 82% 30%, rgba(58, 114, 255, 0.2), transparent 32%);
  opacity: 0.88;
}

.rjr-noir-layer-chain {
  background-image:
    linear-gradient(45deg, rgba(26, 34, 58, 0.45) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(26, 34, 58, 0.45) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(26, 34, 58, 0.45) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(26, 34, 58, 0.45) 75%);
  background-size: 24px 24px;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0px;
  opacity: 0.07;
  transform: translateY(calc(var(--rjr-noir-progress, 0) * -14px));
}

@keyframes rjrRainFall {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 28px;
  }
}

@keyframes rjrSteamDrift {
  0% {
    transform: translateY(calc(var(--rjr-noir-progress, 0) * -22px)) translateX(-1%);
  }
  100% {
    transform: translateY(calc(var(--rjr-noir-progress, 0) * -36px)) translateX(2%);
  }
}

@keyframes rjrTrainOverlayIn {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rjrTrainPass {
  0% {
    transform: translateX(-132%);
  }
  100% {
    transform: translateX(132%);
  }
}

@keyframes rjrTrainReveal {
  0% {
    opacity: 0.96;
    transform: translateX(-12%);
  }
  76% {
    opacity: 0.94;
    transform: translateX(64%);
  }
  100% {
    opacity: 0;
    transform: translateX(130%);
  }
}

.rjr-about .rjr-container {
  z-index: 9;
}

.rjr-results .rjr-container {
  z-index: 2;
}

.rjr-bio {
  display: grid;
  gap: 0.9rem;
  margin: 1.1rem 0;
}

.rjr-bio p {
  margin: 0;
  color: var(--rjr-muted);
  font-size: 1rem;
}

.rjr-quote {
  position: relative;
  margin: 0 0 1.2rem;
  padding: 0.66rem 1rem;
  border: 2px solid rgba(186, 200, 236, 0.44);
  border-radius: 18px;
  color: #fff;
  font-size: 1.01rem;
  max-width: 30ch;
  background: rgba(6, 11, 28, 0.66);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
}

.rjr-quote::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: -12px;
  width: 16px;
  height: 16px;
  border-right: 2px solid rgba(186, 200, 236, 0.44);
  border-bottom: 2px solid rgba(186, 200, 236, 0.44);
  background: rgba(6, 11, 28, 0.66);
  transform: rotate(45deg);
}

.rjr-ink-stroke {
  display: block;
  width: min(420px, 92%);
  margin: 0 0 1.1rem;
}

.rjr-ink-stroke path {
  fill: none;
  stroke: rgba(242, 97, 43, 0.9);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  transition: stroke-dashoffset 1.1s ease;
}

body.rjr-about-live .rjr-ink-stroke path {
  stroke-dashoffset: 0;
}

.rjr-comic-block {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  box-shadow: none;
  background:
    linear-gradient(160deg, rgba(10, 16, 38, 0.26), rgba(7, 10, 24, 0.52) 70%, rgba(8, 12, 30, 0.68)),
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.08), transparent 48%);
}

.rjr-comic-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    repeating-linear-gradient(90deg, rgba(20, 24, 40, 0.24) 0 2px, transparent 2px 72px),
    repeating-linear-gradient(0deg, rgba(20, 24, 40, 0.24) 0 2px, transparent 2px 72px);
  opacity: 0.24;
}

.rjr-comic-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.1) brightness(0.9);
}

.rjr-comic-bg-secondary {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: soft-light;
  opacity: 0.12;
  filter: saturate(1.05) contrast(1.04) brightness(0.96);
}

.rjr-comic-halftone {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: radial-gradient(rgba(245, 218, 132, 0.28) 1px, transparent 1px);
  background-size: 9px 9px;
  mix-blend-mode: screen;
  opacity: 0.36;
}

.rjr-comic-burst {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(circle at 74% 66%, rgba(255, 140, 66, 0.24), transparent 36%),
    repeating-conic-gradient(
      from 22deg at 74% 66%,
      rgba(255, 178, 106, 0.14) 0deg 5deg,
      rgba(255, 178, 106, 0) 5deg 12deg
    );
  mix-blend-mode: screen;
  opacity: 0.44;
}

.rjr-comic-seal {
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  width: min(86px, 19%);
  border: 3px solid #111;
  border-radius: 0.55rem;
  box-shadow: 4px 4px 0 #111;
  z-index: 11;
}

.rjr-comic-caption {
  position: absolute;
  z-index: 11;
  padding: 0.34rem 0.72rem;
  border: 2px solid #111;
  background: #fff8b8;
  color: #1c2035;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1rem, 2.3vw, 1.4rem);
  letter-spacing: 0.04em;
}

.rjr-comic-caption-top {
  top: 1rem;
  right: 1rem;
  transform: rotate(-3deg);
}

.rjr-comic-caption-bottom {
  left: 1rem;
  bottom: 1rem;
  transform: rotate(-2deg);
}

.rjr-randy-comic-frame {
  position: absolute;
  z-index: 8;
  right: 0;
  top: 0;
  width: min(56%, 740px);
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(6, 11, 30, 0) 0%, rgba(6, 11, 30, 0.22) 26%, rgba(6, 11, 30, 0.56) 100%);
  box-shadow: none;
  transform: translate3d(0, 0, 0);
  overflow: visible;
  pointer-events: none;
}

.rjr-randy-comic {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  transform-origin: center;
}

.rjr-randy-smile {
  z-index: 2;
  opacity: 0;
  transform: scale(0.88) translate3d(18px, 0, 0);
  filter: saturate(1.2) contrast(1.12) brightness(1);
}

.rjr-randy-punch {
  z-index: 3;
  opacity: 1;
  transform: scale(1.04) translate3d(0, 0, 0);
  filter: saturate(1.3) contrast(1.18) brightness(0.95);
}

.rjr-randy-comic-frame::after {
  content: "HELL'S KITCHEN";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: rgba(255, 233, 150, 0.14);
  text-shadow: 0 0 18px rgba(255, 233, 150, 0.12);
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.08em;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  line-height: 0.82;
  z-index: 1;
  pointer-events: none;
}

.rjr-results {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 26%, rgba(58, 114, 255, 0.22), transparent 40%),
    radial-gradient(circle at 82% 22%, rgba(242, 97, 43, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(10, 16, 40, 0.98), rgba(7, 8, 24, 0.99));
}

.rjr-results::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(183, 199, 240, 0.16) 1px, transparent 1px);
  background-size: 11px 11px;
  opacity: 0.16;
  pointer-events: none;
}

.rjr-results-comic-bg {
  position: absolute;
  right: -10%;
  bottom: -8%;
  width: min(700px, 62vw);
  max-height: 90%;
  object-fit: contain;
  opacity: 0.22;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  filter: saturate(1.1) contrast(1.1);
}

.rjr-noir-layer-speed {
  background:
    repeating-linear-gradient(160deg, rgba(148, 167, 224, 0.08) 0 3px, transparent 3px 17px),
    radial-gradient(circle at 70% 42%, rgba(58, 114, 255, 0.15), transparent 35%);
  opacity: 0.22;
  transform: translateX(calc(var(--rjr-noir-progress, 0) * 44px));
}

.rjr-results-head {
  max-width: 780px;
}

.rjr-results-head h2 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.4rem, 6vw, 5rem);
  letter-spacing: 0.03em;
  line-height: 0.9;
}

.rjr-results-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.rjr-result-card {
  position: relative;
  border: 3px solid #111;
  border-radius: 0.85rem;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  background:
    linear-gradient(154deg, rgba(18, 28, 58, 0.94), rgba(12, 10, 30, 0.92)),
    radial-gradient(circle at 84% 14%, rgba(242, 97, 43, 0.24), transparent 34%);
  padding: 1.2rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.48), 8px 8px 0 #111;
}

.rjr-result-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(179, 198, 242, 0.24) 1px, transparent 1px);
  background-size: 9px 9px;
  opacity: 0.2;
  pointer-events: none;
}

.rjr-result-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-bottom: 30px solid rgba(242, 97, 43, 0.58);
}

.rjr-result-card.is-slammed {
  animation: rjrCardImpact 0.58s cubic-bezier(0.17, 0.88, 0.22, 1.2);
}

.rjr-result-number {
  margin: 0.45rem 0 0.25rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.7rem, 5vw, 4.2rem);
  line-height: 0.84;
  letter-spacing: 0.03em;
}

.rjr-result-card h3 {
  margin: 0.1rem 0 0.5rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

.rjr-result-card p {
  margin: 0;
  color: #d0dcff;
  font-size: 0.96rem;
}

.rjr-result-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(186, 200, 236, 0.4);
  background: rgba(6, 11, 30, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.rjr-result-icon-glove {
  background:
    radial-gradient(circle at 68% 25%, rgba(242, 97, 43, 0.6), transparent 36%),
    linear-gradient(145deg, rgba(20, 36, 90, 0.95), rgba(5, 10, 28, 0.95));
}

.rjr-result-icon-hand {
  background:
    radial-gradient(circle at 28% 80%, rgba(58, 114, 255, 0.76), transparent 35%),
    linear-gradient(145deg, rgba(19, 34, 84, 0.95), rgba(8, 12, 30, 0.95));
}

.rjr-result-icon-pin {
  background:
    radial-gradient(circle at 50% 32%, rgba(242, 97, 43, 0.66), transparent 44%),
    linear-gradient(145deg, rgba(21, 37, 92, 0.95), rgba(6, 10, 27, 0.95));
}

.rjr-result-icon-score {
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 206, 126, 0.62), transparent 42%),
    radial-gradient(circle at 28% 78%, rgba(58, 114, 255, 0.76), transparent 42%),
    linear-gradient(145deg, rgba(24, 40, 92, 0.95), rgba(6, 10, 27, 0.95));
}

.rjr-result-card.is-slammed .rjr-result-number {
  animation: rjrNumberSlam 0.55s cubic-bezier(0.17, 0.88, 0.22, 1.2);
}

@keyframes rjrNumberSlam {
  0% {
    transform: scale(0.7) rotate(-3deg);
    opacity: 0;
  }
  55% {
    transform: scale(1.16) rotate(1deg);
    opacity: 1;
  }
  75% {
    transform: scale(0.96) rotate(-1deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes rjrCardImpact {
  0% {
    transform: scale(0.94) rotate(-0.6deg);
  }
  54% {
    transform: scale(1.02) rotate(0.25deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

.rjr-results-carousel {
  margin-top: 1.8rem;
  border: 3px solid #111;
  border-radius: 0.9rem;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  background:
    linear-gradient(154deg, rgba(16, 30, 62, 0.95), rgba(12, 10, 30, 0.94)),
    radial-gradient(circle at 80% 16%, rgba(242, 97, 43, 0.22), transparent 38%);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.54), 10px 10px 0 #111;
  padding: clamp(0.85rem, 2vw, 1.25rem);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px) scale(0.98);
  transition: transform 0.55s ease, opacity 0.55s ease;
}

body.rjr-results-live .rjr-results-carousel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.rjr-results-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(179, 198, 242, 0.2) 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.24;
  pointer-events: none;
}

.rjr-carousel-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.75rem;
}

.rjr-carousel-title {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  letter-spacing: 0.04em;
}

.rjr-carousel-controls {
  display: inline-flex;
  gap: 0.45rem;
}

.rjr-carousel-btn {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.55rem;
  border: 2px solid #111;
  background: #fff7b8;
  color: #101428;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.rjr-carousel-btn:hover,
.rjr-carousel-btn:focus-visible {
  transform: translateY(-1px) scale(1.04);
  filter: brightness(1.02);
}

.rjr-carousel-viewport {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 3px solid #111;
  border-radius: 0.65rem;
  background: rgba(5, 10, 28, 0.78);
}

.rjr-carousel-track {
  display: flex;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.68s cubic-bezier(0.2, 0.82, 0.28, 1);
  will-change: transform;
}

.rjr-case-slide {
  position: relative;
  min-width: 100%;
  min-height: clamp(280px, 38vw, 420px);
  overflow: hidden;
}

.rjr-case-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 16, 40, 0.2), rgba(8, 12, 28, 0.76)),
    radial-gradient(circle at 16% 20%, rgba(255, 181, 116, 0.2), transparent 34%);
}

.rjr-case-slide::after {
  content: "";
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  z-index: 4;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff7b8;
  color: #161c31;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.58rem;
  font-size: 0.94rem;
  content: "CASE FILE";
}

.rjr-case-slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.06);
  transform: scale(1.02);
  transition: transform 0.75s ease;
}

.rjr-case-slide.is-active .rjr-case-slide-bg {
  transform: scale(1.08);
}

.rjr-case-overlay {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  border: 2px solid #111;
  border-radius: 0.55rem;
  background: rgba(7, 12, 31, 0.84);
  box-shadow: 6px 6px 0 #111;
  padding: 0.76rem 0.84rem;
}

.rjr-case-overlay h4 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  letter-spacing: 0.04em;
  line-height: 0.95;
}

.rjr-case-overlay p {
  margin: 0.5rem 0 0;
  color: #d0dcff;
  max-width: 62ch;
}

.rjr-carousel-dots {
  position: relative;
  z-index: 2;
  margin-top: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.44rem;
  flex-wrap: wrap;
}

.rjr-carousel-dot {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 241, 255, 0.7);
  background: rgba(232, 241, 255, 0.3);
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.rjr-carousel-dot.is-active {
  background: rgba(242, 97, 43, 0.92);
  border-color: rgba(255, 206, 161, 0.9);
  transform: scale(1.25);
}

.rjr-contact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 30%, rgba(242, 97, 43, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(5, 11, 29, 0.95), rgba(3, 7, 19, 0.98));
}

.rjr-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 36%, rgba(242, 97, 43, 0.16), transparent 35%),
    radial-gradient(circle at 60% 80%, rgba(58, 114, 255, 0.2), transparent 42%),
    repeating-linear-gradient(145deg, rgba(172, 193, 245, 0.08) 0 2px, transparent 2px 26px);
  opacity: 0.54;
}

.rjr-contact-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.rjr-contact-story {
  display: grid;
  align-content: center;
  gap: 1rem;
  max-width: min(760px, 100%);
}

.rjr-contact-cinematic {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 155, 99, 0.16), transparent 36%),
    linear-gradient(155deg, #101a3c, #0c1027 68%, #130f1e);
  box-shadow: none;
  transform: none;
  transition: transform 0.45s ease;
}

.rjr-contact-ring-stage {
  position: absolute;
  inset: 0;
}

.rjr-contact-crowd {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px) scale(1.05);
  transition: opacity 0.7s ease, transform 0.7s ease;
  background:
    radial-gradient(ellipse at center bottom, rgba(12, 19, 45, 0.8) 0%, rgba(10, 16, 36, 0.55) 46%, rgba(10, 16, 36, 0) 72%),
    radial-gradient(circle at 12% 78%, rgba(232, 246, 255, 0.2), transparent 8%),
    radial-gradient(circle at 24% 80%, rgba(255, 188, 136, 0.2), transparent 9%),
    radial-gradient(circle at 34% 82%, rgba(220, 236, 255, 0.16), transparent 8%),
    radial-gradient(circle at 46% 84%, rgba(255, 192, 142, 0.22), transparent 8%),
    radial-gradient(circle at 58% 81%, rgba(228, 241, 255, 0.2), transparent 9%),
    radial-gradient(circle at 70% 83%, rgba(255, 191, 136, 0.21), transparent 9%),
    radial-gradient(circle at 82% 79%, rgba(224, 240, 255, 0.18), transparent 8%);
}

.rjr-contact-crowd::before,
.rjr-contact-crowd::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 8%;
  height: 34%;
  pointer-events: none;
}

.rjr-contact-crowd::before {
  background:
    repeating-linear-gradient(90deg, rgba(237, 243, 255, 0.08) 0 12px, rgba(237, 243, 255, 0) 12px 28px),
    linear-gradient(180deg, rgba(231, 240, 255, 0.14), rgba(231, 240, 255, 0));
  opacity: 0.25;
  filter: blur(0.5px);
}

.rjr-contact-crowd::after {
  background: radial-gradient(ellipse at center, rgba(255, 162, 102, 0.18), rgba(255, 162, 102, 0));
  opacity: 0.2;
  transform: scale(0.9);
}

.rjr-contact-ring-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 12, 30, 0.14), rgba(5, 10, 24, 0.54));
}

.rjr-contact-ring-lights {
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    radial-gradient(circle at 18% 6%, rgba(255, 200, 145, 0.34), transparent 38%),
    radial-gradient(circle at 82% 4%, rgba(177, 205, 255, 0.3), transparent 40%);
  mix-blend-mode: screen;
}

.rjr-contact-ring-floor {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -16%;
  height: 48%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(26, 36, 82, 0.9) 0%, rgba(10, 16, 36, 0.95) 56%, rgba(6, 10, 26, 0.98) 100%);
  box-shadow: inset 0 0 0 1px rgba(151, 176, 248, 0.22);
  z-index: 5;
  opacity: 0.8;
  transform: perspective(1000px) rotateX(65deg) translateY(calc(var(--rjr-contact-progress, 0) * -20px));
}

.rjr-contact-ring-ropes {
  position: absolute;
  left: -6%;
  right: -6%;
  top: 44%;
  z-index: 7;
  display: grid;
  gap: 1.05rem;
  transform: perspective(1000px) rotateX(66deg) translateY(calc((0.5 - var(--rjr-contact-progress, 0)) * 30px));
}

.rjr-contact-ring-ropes span {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 97, 43, 0.24), rgba(242, 97, 43, 0.92) 20%, rgba(58, 114, 255, 0.92) 72%, rgba(58, 114, 255, 0.2));
  box-shadow: 0 0 22px rgba(58, 114, 255, 0.28);
}

.rjr-contact-corner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 3;
  opacity: 0;
  transform: translate3d(42px, 20px, 0) scale(1.04);
  filter: saturate(1.08) contrast(1.08) brightness(0.88);
  transition: transform 0.78s ease, opacity 0.78s ease;
}

.rjr-contact-corner-note {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 9;
  border: 3px solid #111;
  border-radius: 0.4rem;
  background: #fff7b8;
  color: #101428;
  padding: 0.34rem 0.68rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  letter-spacing: 0.05em;
  box-shadow: 2px 2px 0 #111;
  opacity: 0;
  transform: translateY(-12px) rotate(-2deg);
  transition: transform 0.55s ease, opacity 0.55s ease;
}

.rjr-contact-corner-sub {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 9;
  border: 1px solid rgba(184, 200, 236, 0.38);
  border-radius: 0.36rem;
  background: rgba(12, 18, 38, 0.54);
  color: #eef3ff;
  padding: 0.32rem 0.62rem;
  font-size: 0.84rem;
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translateY(14px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

body.rjr-contact-live .rjr-contact-corner-bg {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body.rjr-contact-live .rjr-contact-crowd {
  opacity: 0.46;
  transform: translateY(0) scale(1);
}

body.rjr-contact-live .rjr-contact-crowd::before {
  animation: rjrCrowdWave 5.2s ease-in-out infinite;
}

body.rjr-contact-live .rjr-contact-crowd::after {
  animation: rjrCrowdPulse 2.3s ease-in-out infinite;
}

body.rjr-contact-live .rjr-contact-corner-note {
  opacity: 1;
  transform: translateY(0) rotate(-2deg);
}

body.rjr-contact-live .rjr-contact-corner-sub {
  opacity: 1;
  transform: translateY(0);
}

body.rjr-contact-live .rjr-contact-ring-ropes span {
  animation: rjrRopeVibe 0.9s ease-in-out infinite;
}

@keyframes rjrCrowdWave {
  0%,
  100% {
    opacity: 0.22;
    transform: translateY(0) scaleY(1);
  }
  50% {
    opacity: 0.38;
    transform: translateY(-3px) scaleY(1.08);
  }
}

@keyframes rjrCrowdPulse {
  0%,
  100% {
    opacity: 0.16;
    transform: scale(0.88);
  }
  50% {
    opacity: 0.32;
    transform: scale(1.03);
  }
}

.rjr-contact-card h3 {
  margin: 0 0 0.7rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.03em;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
}

.rjr-contact-card p {
  margin: 0.58rem 0;
  color: var(--rjr-muted);
  font-size: 1rem;
}

.rjr-contact-card a {
  color: #fff;
}

.rjr-footer {
  padding: 1.45rem 0;
  border-top: 1px solid rgba(184, 200, 236, 0.14);
  background: #040915;
}

.rjr-footer p {
  margin: 0;
  color: var(--rjr-muted);
  font-size: 0.9rem;
}

.rjr-services-page {
  min-height: 100svh;
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}

.rjr-services-hero {
  position: relative;
  border: 3px solid #111;
  border-radius: 1.1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background:
    linear-gradient(160deg, rgba(7, 13, 35, 0.88), rgba(6, 10, 25, 0.92)),
    radial-gradient(circle at 80% 22%, rgba(242, 97, 43, 0.22), transparent 38%);
  box-shadow: 0 30px 62px rgba(0, 0, 0, 0.6), 10px 10px 0 #111;
}

.rjr-services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/hero-ring-noir.png") center/cover no-repeat;
  opacity: 0.36;
  filter: saturate(1.08) contrast(1.06) brightness(0.74);
}

.rjr-services-hero-inner {
  position: relative;
  z-index: 1;
  padding: clamp(1.4rem, 4vw, 2.8rem);
  max-width: 860px;
}

.rjr-services-hero h1 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.45rem, 7vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: 0.03em;
}

.rjr-services-hero p {
  margin: 0.8rem 0 0;
  color: #d0dcff;
  max-width: 54ch;
}

.rjr-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.rjr-services-card {
  position: relative;
  border: 3px solid #111;
  border-radius: 0.9rem;
  overflow: hidden;
  background:
    linear-gradient(154deg, rgba(18, 28, 58, 0.94), rgba(12, 10, 30, 0.92)),
    radial-gradient(circle at 84% 14%, rgba(242, 97, 43, 0.24), transparent 34%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.52), 8px 8px 0 #111;
}

.rjr-services-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(179, 198, 242, 0.2) 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.2;
  pointer-events: none;
}

.rjr-services-card-inner {
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 1.1rem;
}

.rjr-services-card h2 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: 0.04em;
}

.rjr-services-card p {
  margin: 0.6rem 0 0;
  color: #d0dcff;
}

.rjr-services-card ul {
  margin: 0.8rem 0 0;
  padding-left: 1rem;
  color: #e8efff;
}

.rjr-services-card li {
  margin: 0.22rem 0;
}

.rjr-services-card-wide {
  grid-column: 1 / -1;
}

.rjr-services-cta {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.rjr-fallback {
  min-height: 70vh;
  display: grid;
  place-items: center;
}

.rjr-fallback-inner {
  text-align: center;
  border: 1px solid var(--rjr-border);
  border-radius: 1.2rem;
  background: rgba(10, 18, 48, 0.7);
  width: min(580px, 90vw);
  padding: 2rem;
}

.rjr-hero .rjr-hero-visual,
.rjr-about .rjr-comic-block,
.rjr-contact .rjr-contact-cinematic {
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 100% !important;
}

@media (max-width: 1080px) {
  .rjr-hero-grid,
  .rjr-about-grid,
  .rjr-results-grid,
  .rjr-contact-grid,
  .rjr-ring-grid {
    grid-template-columns: 1fr;
  }

  .rjr-hero {
    min-height: auto;
  }

  .rjr-hero-visual {
    min-height: 660px;
  }

  .rjr-stl-shell-hero {
    right: -4%;
    top: 62%;
    width: min(880px, 94vw);
    height: min(880px, 90vh);
  }

  .rjr-stl-shell-ring {
    right: -18%;
    top: 53%;
    width: min(900px, 96vw);
    height: min(900px, 86vh);
  }

  .rjr-comic-block {
    min-height: 560px;
  }

  .rjr-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rjr-case-slide {
    min-height: clamp(250px, 40vw, 360px);
  }

  .rjr-ring-corner-image {
    height: 270px;
  }

  .rjr-contact-cinematic {
    min-height: 560px;
  }

  .rjr-contact-corner-bg {
    object-position: 30% center;
  }

  .rjr-results-comic-bg {
    width: min(560px, 72vw);
    opacity: 0.2;
  }

  .rjr-scene-transition {
    height: 100px;
  }
}

@media (max-width: 980px) {
  .rjr-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    border-bottom: 1px solid rgba(184, 200, 236, 0.22);
    background: rgba(2, 6, 20, 0.98);
    padding: 0.8rem 1.2rem 1rem;
  }

  body.menu-open .rjr-nav {
    display: flex;
  }

  .rjr-nav a {
    width: 100%;
    padding: 0.45rem 0;
    font-size: 1.16rem;
  }

  .rjr-btn-small {
    display: none;
  }

  .rjr-menu-toggle {
    display: inline-block;
  }

  .rjr-hero-visual {
    min-height: 620px;
  }

  .rjr-stl-shell-hero {
    right: -6%;
    top: 61%;
    width: min(820px, 98vw);
    height: min(820px, 86vh);
  }

  .rjr-stl-shell-ring {
    right: -24%;
    top: 54%;
    width: min(820px, 98vw);
    height: min(820px, 84vh);
  }

  .rjr-scroll-cue {
    width: 64px;
    height: 112px;
  }

  .rjr-services-grid {
    grid-template-columns: 1fr;
  }

  .rjr-services-card-wide {
    grid-column: auto;
  }

  .rjr-randy-comic-frame {
    right: 0;
    top: 0;
    width: 58%;
    height: 100%;
  }

  .rjr-comic-seal {
    width: min(68px, 18%);
  }

  .rjr-results-grid {
    grid-template-columns: 1fr;
  }

  .rjr-case-slide {
    min-height: 260px;
  }

  .rjr-ring-services {
    grid-template-columns: 1fr;
  }

  .rjr-service-card-convert {
    grid-column: auto;
  }

  .rjr-contact-story {
    order: 1;
  }

  .rjr-about::before {
    width: 100%;
  }

  .rjr-train-overlay {
    left: -34%;
    right: -34%;
    top: 46%;
    height: 150px;
  }

  .rjr-results-comic-bg {
    right: -18%;
    width: min(480px, 88vw);
    opacity: 0.14;
  }
}

@media (max-width: 782px) {
  .admin-bar .rjr-header {
    top: 46px;
  }

  .rjr-container {
    width: min(1240px, calc(100% - 1.4rem));
  }

  .rjr-header-inner {
    min-height: 72px;
  }

  .rjr-logo img,
  .rjr-logo .custom-logo {
    height: 54px !important;
    max-height: 54px !important;
    max-width: min(280px, 64vw) !important;
  }

  .rjr-header .custom-logo,
  .rjr-header img.custom-logo,
  .rjr-logo .rjr-logo-image {
    height: 54px !important;
    max-height: 54px !important;
    max-width: min(280px, 64vw) !important;
  }

  .rjr-copy h1 {
    font-size: clamp(2.55rem, 12vw, 4.7rem);
  }

  .rjr-services-hero h1 {
    font-size: clamp(2.1rem, 12vw, 4.2rem);
  }

  .rjr-copy h2 {
    font-size: clamp(2rem, 10vw, 3.6rem);
  }

  .rjr-lead {
    font-size: 1rem;
  }

  .rjr-hero-visual {
    min-height: 560px;
  }

  .rjr-stl-shell-hero {
    right: -12%;
    top: 60%;
    width: min(720px, 110vw);
    height: min(720px, 86vh);
  }

  .rjr-hand-number-badge {
    min-width: 104px;
    font-size: 2.3rem;
    right: 16%;
    top: 18%;
    padding: 0.32rem 0.72rem;
  }

  .rjr-stl-shell-ring {
    right: -30%;
    top: 54%;
    width: min(740px, 112vw);
    height: min(740px, 84vh);
  }

  .rjr-ring-callout,
  .rjr-contact-card {
    border-radius: 1rem;
  }

  .rjr-comic-caption {
    font-size: 1rem;
  }

  .rjr-randy-comic-frame {
    right: 0;
    top: 0;
    width: 64%;
    height: 100%;
  }

  .rjr-contact-cinematic {
    min-height: 430px;
  }

  .rjr-contact-ring-ropes {
    top: 48%;
    gap: 0.8rem;
  }

  .rjr-contact-corner-note {
    font-size: 0.92rem;
    padding: 0.28rem 0.52rem;
  }

  .rjr-contact-corner-sub {
    font-size: 0.78rem;
  }

  .rjr-carousel-title {
    font-size: 1.35rem;
  }

  .rjr-carousel-btn {
    width: 2rem;
    height: 2rem;
  }

  .rjr-case-slide {
    min-height: 230px;
  }

  .rjr-case-overlay {
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    padding: 0.62rem 0.68rem;
  }

  .rjr-case-overlay p {
    font-size: 0.9rem;
  }

  .rjr-comic-seal {
    width: 58px;
    left: 0.7rem;
    top: 0.7rem;
  }

  .rjr-scene-transition {
    height: 88px;
  }

  .rjr-scene-rope {
    top: 14%;
  }

  .rjr-results-head .rjr-lead {
    max-width: 100%;
  }

  .rjr-train-overlay {
    left: -42%;
    right: -42%;
    top: 43%;
    height: 128px;
  }

  .rjr-results-comic-bg {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .rjr-train-overlay,
  .rjr-train-reveal {
    display: none !important;
  }
}
