:root {
  --rs-black: #020202;
  --rs-black-soft: #080808;
  --rs-panel: #151515;
  --rs-panel-2: #1b1b1b;
  --rs-line: rgba(255, 255, 255, 0.15);
  --rs-line-soft: rgba(255, 255, 255, 0.075);
  --rs-white: #f1f0ec;
  --rs-muted: #c2c2c2;
  --rs-muted-light: #c2c2c2;
  --rs-gold: #ddae3c;
  --rs-gold-bright: #ddae3c;
  --rs-cyber-yellow: #ffe600;
  --rs-red: #d20d24;
  --rs-red-bright: #ff2442;
  --rs-wrap: min(1180px, calc(100vw - 48px));
  --rs-display: "Trispace", "Courier New", monospace;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--rs-black);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--rs-white);
  font-family: var(--rs-display);
  font-size: 16px;
  font-weight: 320;
  line-height: 1.65;
  background: var(--rs-black);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 52px 52px;
}

::selection {
  color: #fff;
  background: var(--rs-red);
}

a {
  color: inherit;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--rs-white);
  font-family: var(--rs-display);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3rem, 6vw, 6.4rem);
}

h2 {
  font-size: clamp(2.35rem, 4.4vw, 5rem);
}

h3 {
  color: var(--rs-gold-bright);
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 320, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.lucide.rs-icon,
.material-symbols-outlined.rs-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  overflow: visible;
  stroke: currentColor;
  vertical-align: -0.14em;
}

.rs-page {
  width: 100%;
  min-height: 70vh;
}

.rs-seo-fallback {
  width: var(--rs-wrap);
  min-height: 70vh;
  margin: 0 auto;
  padding: 150px 0 100px;
}

.rs-seo-fallback h1 {
  max-width: 900px;
}

.rs-seo-fallback p {
  max-width: 760px;
}

.rs-seo-fallback a {
  color: var(--rs-gold-bright);
}

.rs-section {
  width: var(--rs-wrap);
  margin: 0 auto;
  padding: 104px 0;
}

.rs-eyebrow,
.rs-section-label,
.rs-card-kicker {
  margin: 0;
  color: var(--rs-muted-light);
  font-size: 0.78rem;
  font-weight: 450;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rs-section-label {
  margin-bottom: 38px;
}

.rs-cross-mark {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.rs-cross-mark::before,
.rs-cross-mark::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 34px;
  height: 7px;
  background: var(--rs-gold);
  transform: translate(-50%, -50%);
}

.rs-cross-mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rs-section-title {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.65fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}

.rs-section-title h2 {
  margin: 0;
}

.rs-section-title p {
  max-width: 440px;
  margin: 0 0 9px;
  color: var(--rs-muted);
  font-size: 0.84rem;
}

.rs-section-head {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 56px;
}

.rs-section-head h2 {
  max-width: 840px;
  margin: 0;
}

/* Navigation */

[data-site-nav] {
  position: relative;
  z-index: 100;
}

.rs-nav-shell {
  position: absolute;
  inset: 0 0 auto;
  z-index: 100;
  min-height: 92px;
  padding: 0 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0));
}

.rs-nav {
  position: relative;
  width: var(--rs-wrap);
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.rs-brand {
  display: inline-flex;
  align-items: center;
  width: 250px;
  min-width: 210px;
  text-decoration: none;
}

.rs-brand-logo {
  width: 100%;
  max-height: 68px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 16px rgba(210, 13, 36, 0.15));
}

.rs-brand-logo--mobile {
  display: none;
}

.rs-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-left: auto;
}

.rs-nav-links > a,
.rs-nav-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  color: rgba(241, 240, 236, 0.72);
  font-size: 0.78rem;
  font-weight: 440;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.rs-nav-links > a::after,
.rs-nav-item > a::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 4px;
  left: 13px;
  height: 1px;
  background: var(--rs-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.rs-nav-links > a:hover,
.rs-nav-item:hover > a,
.rs-nav-links .is-active {
  color: #fff;
}

.rs-nav-links > a:hover::after,
.rs-nav-item:hover > a::after,
.rs-nav-links .is-active::after {
  transform: scaleX(1);
}

.rs-nav-item {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: -24px;
}

.rs-nav-item::after {
  content: "";
  position: absolute;
  top: 40px;
  right: -26px;
  left: -26px;
  height: 46px;
}

.rs-nav-cta,
.rs-button {
  display: inline-flex;
  min-height: 44px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--rs-line);
  border-radius: 0;
  color: var(--rs-white);
  font-size: 0.78rem;
  font-weight: 520;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.rs-nav-cta,
.rs-button--solid {
  border-color: var(--rs-red);
  background: var(--rs-red);
}

.rs-nav-cta {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 0.76rem;
}

.rs-button--ghost {
  background: rgba(255, 255, 255, 0.025);
}

.rs-nav-cta:hover,
.rs-button:hover {
  color: #fff;
  border-color: var(--rs-red-bright);
  background: var(--rs-red-bright);
  transform: translateY(-2px);
}

.rs-button span {
  font-size: 1rem;
}

.rs-nav-cta::before,
.rs-button::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--rs-gold);
  transform: rotate(45deg);
}

.rs-menu-toggle,
.rs-drawer {
  display: none;
}

.rs-mega {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 30;
  width: min(1120px, calc(100vw - 38px));
  max-height: none;
  padding: 22px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(135deg, transparent 0 49.85%, rgba(255, 255, 255, 0.05) 50%, transparent 50.15%),
    #070707;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.rs-mega::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rs-red), var(--rs-gold), transparent 72%);
}

.rs-nav-item:hover .rs-mega,
.rs-nav-item:focus-within .rs-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.rs-mega-head {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 34px;
  align-items: end;
  padding: 4px 2px 18px;
  border-bottom: 1px solid var(--rs-line-soft);
}

.rs-mega-head p,
.rs-mega-head strong {
  margin: 0;
}

.rs-mega-head p,
.rs-mega-column > span,
.rs-mega-strip > span {
  color: var(--rs-gold-bright);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rs-mega-head strong {
  max-width: 670px;
  font-size: 1.05rem;
  font-weight: 420;
  line-height: 1.35;
  text-transform: uppercase;
}

.rs-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.rs-mega--services .rs-mega-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.rs-mega--services .rs-mega-card {
  grid-column: span 3;
}

.rs-mega--services .rs-mega-card:nth-last-child(-n + 3) {
  grid-column: span 4;
}

.rs-mega-card {
  position: relative;
  display: grid;
  min-height: 118px;
  padding: 16px;
  gap: 8px;
  overflow: hidden;
  border: 1px solid var(--rs-line-soft);
  color: var(--rs-white);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.025);
  transition: background 160ms ease, border-color 160ms ease;
}

.rs-mega-card::after,
.rs-frame::after,
.rs-cinema-card::after,
.rs-service-card::after,
.rs-feature-card::after,
.rs-style-row::after,
.rs-card::after,
.rs-cross-link::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(var(--rs-white), var(--rs-white)) left top / 24px 1px no-repeat,
    linear-gradient(var(--rs-white), var(--rs-white)) left top / 1px 24px no-repeat,
    linear-gradient(var(--rs-white), var(--rs-white)) right top / 24px 1px no-repeat,
    linear-gradient(var(--rs-white), var(--rs-white)) right top / 1px 24px no-repeat,
    linear-gradient(var(--rs-white), var(--rs-white)) left bottom / 24px 1px no-repeat,
    linear-gradient(var(--rs-white), var(--rs-white)) left bottom / 1px 24px no-repeat,
    linear-gradient(var(--rs-white), var(--rs-white)) right bottom / 24px 1px no-repeat,
    linear-gradient(var(--rs-white), var(--rs-white)) right bottom / 1px 24px no-repeat;
  opacity: 0.58;
}

.rs-mega-card:hover {
  border-color: rgba(221, 174, 60, 0.68);
  background: rgba(221, 174, 60, 0.09);
}

.rs-mega-card .material-symbols-outlined {
  color: var(--rs-gold-bright);
  font-size: 1.75rem;
}

.rs-mega-card strong {
  align-self: end;
  color: var(--rs-gold-bright);
  font-size: 1rem;
  font-weight: 520;
  text-transform: uppercase;
}

.rs-mega-card small {
  color: var(--rs-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.rs-mega-strip {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--rs-line-soft);
}

.rs-mega-strip > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rs-mega-pill,
.rs-mega-column a {
  color: var(--rs-muted-light);
  font-size: 0.78rem;
  text-decoration: none;
}

.rs-mega-pill {
  padding: 7px 10px;
  border: 1px solid var(--rs-line-soft);
}

.rs-mega-pill:hover,
.rs-mega-column a:hover {
  color: var(--rs-gold-bright);
}

.rs-mega-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.rs-mega-column {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 18px;
  border: 1px solid var(--rs-line-soft);
  background: rgba(255, 255, 255, 0.02);
}

.rs-mega-column > span {
  margin-bottom: 9px;
}

/* Libelula identity motion */

.rs-section--dragonfly {
  position: relative;
  isolation: isolate;
}

.rs-dragonfly-cameo {
  position: absolute;
  z-index: 0;
  right: clamp(18px, 5vw, 86px);
  top: clamp(22px, 9%, 92px);
  width: clamp(88px, 10vw, 170px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: 0.25;
  filter: drop-shadow(0 0 12px rgba(221, 174, 60, 0.22));
  transform-origin: 50% 48%;
}

.rs-dragonfly-cameo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rs-dragonfly-cameo-wing {
  animation: rsDragonflyWing 128ms ease-in-out infinite alternate;
}

.rs-dragonfly-cameo-wing--left {
  clip-path: polygon(0 0, 50% 0, 50% 64%, 0 72%);
  transform-origin: 50% 43%;
}

.rs-dragonfly-cameo-wing--right {
  clip-path: polygon(50% 0, 100% 0, 100% 72%, 50% 64%);
  transform-origin: 50% 43%;
  animation-delay: -64ms;
}

.rs-dragonfly-cameo--1 { animation: rsDragonflyPerch 6.5s ease-in-out infinite; }
.rs-dragonfly-cameo--2 { animation: rsDragonflyFloat 7.4s ease-in-out infinite; }
.rs-dragonfly-cameo--3 { animation: rsDragonflyScout 8.5s cubic-bezier(.45, 0, .25, 1) infinite; }
.rs-dragonfly-cameo--4 { animation: rsDragonflyOrbit 9s ease-in-out infinite; }
.rs-dragonfly-cameo--5 { animation: rsDragonflyDive 8s ease-in-out infinite; }
.rs-dragonfly-cameo--6 { animation: rsDragonflyPulse 5.5s ease-in-out infinite; }
.rs-dragonfly-cameo--7 { animation: rsDragonflyDiagonal 10s ease-in-out infinite; }
.rs-dragonfly-cameo--8 { animation: rsDragonflyHover 4.8s ease-in-out infinite; }
.rs-dragonfly-cameo--9 { animation: rsDragonflyScan 9.5s steps(1, end) infinite; }
.rs-dragonfly-cameo--10 { animation: rsDragonflyLanding 8.8s cubic-bezier(.35, 0, .2, 1) infinite; }

@keyframes rsDragonflyWing {
  from { transform: perspective(180px) rotateY(-12deg) scaleY(0.94); opacity: 0.72; }
  to { transform: perspective(180px) rotateY(22deg) scaleY(1.04); opacity: 1; }
}

@keyframes rsDragonflyPerch {
  0%, 100% { transform: rotate(-3deg) translate3d(0, 0, 0); }
  50% { transform: rotate(2deg) translate3d(0, -8px, 0); }
}

@keyframes rsDragonflyFloat {
  0%, 100% { transform: translate3d(0, 8px, 0) rotate(-4deg); }
  50% { transform: translate3d(-22px, -12px, 0) rotate(5deg); }
}

@keyframes rsDragonflyScout {
  0%, 18%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
  38% { transform: translate3d(-48px, -20px, 0) rotate(-8deg); }
  58% { transform: translate3d(18px, 11px, 0) rotate(7deg); }
}

@keyframes rsDragonflyOrbit {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
  25% { transform: translate3d(18px, -16px, 0) rotate(5deg); }
  50% { transform: translate3d(-4px, -30px, 0) rotate(0); }
  75% { transform: translate3d(-24px, -12px, 0) rotate(-6deg); }
}

@keyframes rsDragonflyDive {
  0%, 22%, 100% { transform: translate3d(0, -22px, 0) rotate(8deg); }
  48%, 65% { transform: translate3d(-36px, 28px, 0) rotate(-12deg); }
}

@keyframes rsDragonflyPulse {
  0%, 100% { transform: scale(0.96) rotate(-2deg); opacity: 0.18; }
  50% { transform: scale(1.08) rotate(2deg); opacity: 0.34; }
}

@keyframes rsDragonflyDiagonal {
  0%, 100% { transform: translate3d(36px, 24px, 0) rotate(9deg); }
  50% { transform: translate3d(-42px, -28px, 0) rotate(-9deg); }
}

@keyframes rsDragonflyHover {
  0%, 100% { transform: translate3d(0, -4px, 0) rotate(-1deg); }
  35% { transform: translate3d(6px, 5px, 0) rotate(2deg); }
  70% { transform: translate3d(-7px, 2px, 0) rotate(-3deg); }
}

@keyframes rsDragonflyScan {
  0%, 100% { transform: translate3d(0, 0, 0); filter: drop-shadow(0 0 12px rgba(221, 174, 60, .22)); }
  32% { transform: translate3d(-28px, 0, 0); filter: drop-shadow(10px 0 0 rgba(210, 13, 36, .18)); }
  66% { transform: translate3d(15px, -12px, 0); filter: drop-shadow(-10px 0 0 rgba(221, 174, 60, .22)); }
}

@keyframes rsDragonflyLanding {
  0%, 20% { transform: translate3d(50px, -50px, 0) scale(.78) rotate(12deg); opacity: 0; }
  48%, 78% { transform: translate3d(0, 0, 0) scale(1) rotate(-2deg); opacity: .28; }
  100% { transform: translate3d(-8px, 5px, 0) scale(.96) rotate(1deg); opacity: 0; }
}

/* Home hero */

.rs-home-hero {
  position: relative;
  height: 100svh;
  min-height: 100svh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #080808;
}

.rs-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.68) 44%, rgba(0, 0, 0, 0.28) 74%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.72));
}

.rs-home-hero::after {
  content: "";
  position: absolute;
  inset: -18% -8%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.3;
  background:
    repeating-radial-gradient(ellipse at 42% 5%, transparent 0 38px, rgba(255, 255, 255, 0.18) 40px, transparent 44px 78px);
  transform: rotate(-9deg) scale(1.15);
  filter: blur(1px);
  mix-blend-mode: screen;
}

.rs-home-hero-media {
  position: absolute;
  inset: 0;
  background: url("assets/studio/studio-console-hero.jpg") center / cover no-repeat;
  filter: grayscale(1) contrast(1.16) brightness(0.48);
  transform: scale(1.025);
}

.rs-home-hero-inner {
  position: relative;
  z-index: 5;
  width: var(--rs-wrap);
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  padding: 134px 0 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px 278px;
  grid-template-rows: 1fr auto;
  gap: 34px 56px;
  align-items: center;
}

.rs-home-hero-copy {
  max-width: 790px;
}

.rs-home-hero-copy .rs-eyebrow {
  margin-bottom: 30px;
}

.rs-home-hero-copy h1 {
  margin: 0 0 26px;
  font-size: clamp(3.9rem, 5.5vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: 0.02em;
}

.rs-home-hero-lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: var(--rs-muted-light);
  font-size: 0.96rem;
}

.rs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
}

.rs-actions--center {
  justify-content: center;
  margin-top: 46px;
}

.rs-hero-play {
  position: relative;
  display: grid;
  width: 108px;
  height: 108px;
  place-items: center;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(9px);
  transition: background 180ms ease, transform 180ms ease;
}

.rs-hero-play:hover {
  background: var(--rs-red);
  transform: scale(1.05);
}

.rs-hero-play .material-symbols-outlined {
  font-size: 2.4rem;
}

.rs-hero-play i {
  position: absolute;
  inset: -18px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  animation: rsRotate 24s linear infinite;
}

.rs-hero-signal {
  align-self: center;
  max-width: 310px;
}

.rs-hero-signal .rs-cross-mark {
  margin-bottom: 22px;
}

.rs-hero-signal p {
  margin: 0;
  color: var(--rs-muted-light);
  font-size: 0.84rem;
}

.rs-hero-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rs-line);
}

.rs-hero-stats article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 24px 30px 0 0;
}

.rs-hero-stats article + article {
  padding-left: 30px;
  border-left: 1px solid var(--rs-line-soft);
}

.rs-hero-stats strong {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  font-weight: 340;
  line-height: 1;
}

.rs-hero-stats em {
  color: var(--rs-gold-bright);
  font-size: 0.55em;
  font-style: normal;
}

.rs-hero-stats span {
  max-width: 190px;
  color: var(--rs-muted);
  font-size: 0.75rem;
  line-height: 1.45;
  text-transform: uppercase;
}

.rs-tech-lines {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.rs-tech-lines span {
  position: absolute;
  background: rgba(255, 255, 255, 0.09);
  transform-origin: left;
}

.rs-tech-lines span:nth-child(1) {
  top: 0;
  bottom: 0;
  left: 56%;
  width: 1px;
}

.rs-tech-lines span:nth-child(2) {
  top: 24%;
  left: 42%;
  width: 34vw;
  height: 1px;
  transform: rotate(34deg);
}

.rs-tech-lines span:nth-child(3) {
  top: 65%;
  left: 56%;
  width: 31vw;
  height: 1px;
  transform: rotate(-39deg);
}

.rs-hero-wave-canvas,
.rs-hero-wave-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.rs-hero-wave-canvas {
  opacity: 0.13;
  mix-blend-mode: screen;
}

.rs-hero-wave-overlay {
  background: linear-gradient(90deg, rgba(210, 13, 36, 0.12), transparent 42%, rgba(169, 123, 37, 0.06));
}

/* Home content */

.rs-home-intro {
  padding-top: 132px;
}

.rs-intro-heading {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  align-items: flex-start;
  margin-bottom: 56px;
}

.rs-intro-heading h2 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(2rem, 3.25vw, 3.6rem);
  line-height: 1.22;
}

.rs-photo-story {
  display: grid;
  grid-template-columns: 0.72fr 1.5fr 0.78fr;
  gap: 20px;
  align-items: end;
}

.rs-frame {
  position: relative;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.rs-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.42) contrast(1.08) brightness(0.74);
}

.rs-photo-story > figure {
  height: 265px;
  margin: 0;
}

.rs-photo-story .rs-photo-story-main {
  height: 410px;
}

.rs-photo-story-copy {
  padding: 0 0 12px 18px;
}

.rs-photo-story-copy p {
  margin-bottom: 30px;
  color: var(--rs-muted);
  font-size: 0.86rem;
}

.rs-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 76px;
}

.rs-metrics article {
  border-top: 1px solid var(--rs-line-soft);
  padding-top: 20px;
}

.rs-metrics article > span {
  display: block;
  margin-bottom: 12px;
  color: var(--rs-gold);
  font-size: 1.35rem;
}

.rs-metrics strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(2rem, 3.7vw, 4rem);
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.rs-metrics p {
  max-width: 240px;
  color: var(--rs-muted);
  font-size: 0.75rem;
  line-height: 1.45;
}

.rs-home-services {
  padding-top: 84px;
}

.rs-cinema-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rs-cinema-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.55), rgba(8, 8, 8, 0.96)),
    var(--card-image) center / cover no-repeat;
  transition: transform 220ms ease, border-color 220ms ease;
}

.rs-cinema-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(160deg, rgba(210, 13, 36, 0.18), transparent 58%);
  transition: opacity 220ms ease;
}

.rs-cinema-card:hover {
  z-index: 2;
  border-color: rgba(169, 123, 37, 0.65);
  transform: translateY(-8px);
}

.rs-cinema-card:hover::before {
  opacity: 1;
}

.rs-cinema-card > * {
  position: relative;
  z-index: 1;
}

.rs-cinema-card > .material-symbols-outlined {
  color: var(--rs-gold-bright);
  font-size: 2.2rem;
}

.rs-cinema-card small {
  color: var(--rs-gold-bright);
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rs-cinema-card h3 {
  margin: 8px 0 10px;
}

.rs-cinema-card p {
  min-height: 64px;
  margin-bottom: 22px;
  color: var(--rs-muted-light);
  font-size: 0.82rem;
}

.rs-cinema-card a {
  color: var(--rs-white);
  font-size: 0.76rem;
  font-weight: 530;
  text-decoration: none;
  text-transform: uppercase;
}

.rs-cinema-card a:hover {
  color: var(--rs-gold-bright);
}

.rs-wide-photo {
  position: relative;
  min-height: 720px;
  margin: 74px 0 44px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.rs-wide-photo-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.2)),
    url("assets/studio/producer-workspace.jpg") center / cover no-repeat;
  filter: grayscale(0.38) contrast(1.08) brightness(0.8);
}

.rs-choice-panel {
  position: relative;
  z-index: 2;
  width: min(1060px, calc(100vw - 48px));
  margin: 0 auto -1px;
  padding: 48px;
  display: grid;
  grid-template-columns: 48px minmax(270px, 0.85fr) minmax(420px, 1.35fr);
  gap: 38px;
  background: #151515;
}

.rs-choice-panel h2 {
  margin: 28px 0 22px;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.rs-choice-panel > div > p:last-child {
  max-width: 390px;
  color: var(--rs-muted);
  font-size: 0.82rem;
}

.rs-choice-panel ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rs-choice-panel li {
  display: grid;
  grid-template-columns: 64px 1fr 36px;
  gap: 18px;
  align-items: center;
  min-height: 100px;
  border-bottom: 1px solid var(--rs-line-soft);
}

.rs-choice-panel li b {
  color: rgba(255, 255, 255, 0.08);
  font-size: 2.4rem;
  font-weight: 320;
}

.rs-choice-panel li div {
  display: grid;
  gap: 6px;
}

.rs-choice-panel li strong {
  font-size: 0.84rem;
  text-transform: uppercase;
}

.rs-choice-panel li span {
  color: var(--rs-muted);
  font-size: 0.76rem;
}

.rs-choice-panel li > a {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #111;
  text-decoration: none;
  background: var(--rs-white);
}

.rs-choice-panel li > a:hover {
  color: #fff;
  background: var(--rs-red);
}

.rs-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: end;
}

.rs-style-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rs-genre-card {
  position: relative;
  min-height: 285px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid var(--rs-line-soft);
  background:
    linear-gradient(145deg, rgba(210, 13, 36, 0.07), transparent 48%),
    #111;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.rs-genre-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(var(--rs-white), var(--rs-white)) left top / 24px 1px no-repeat,
    linear-gradient(var(--rs-white), var(--rs-white)) left top / 1px 24px no-repeat,
    linear-gradient(var(--rs-white), var(--rs-white)) right bottom / 24px 1px no-repeat,
    linear-gradient(var(--rs-white), var(--rs-white)) right bottom / 1px 24px no-repeat;
  opacity: 0.5;
}

.rs-genre-card:hover {
  z-index: 2;
  border-color: rgba(169, 123, 37, 0.62);
  background: #171717;
  transform: translateY(-6px);
}

.rs-genre-card .material-symbols-outlined {
  margin-bottom: 28px;
  color: var(--rs-gold-bright);
  font-size: 2rem;
}

.rs-genre-card small {
  color: var(--rs-gold-bright);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.rs-genre-card h3 {
  margin: 8px 0 10px;
}

.rs-genre-card p {
  color: var(--rs-muted);
  font-size: 0.8rem;
}

.rs-genre-card a {
  margin-top: auto;
  color: var(--rs-white);
  font-size: 0.78rem;
  text-decoration: none;
  text-transform: uppercase;
}

.rs-genre-card a:hover {
  color: var(--rs-gold-bright);
}

.rs-project-card {
  min-height: 370px;
  display: block;
  color: #fff;
  text-decoration: none;
  background: #101010;
}

.rs-project-card--tall {
  min-height: 460px;
}

.rs-project-card img {
  position: absolute;
  inset: 11px;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
}

.rs-project-card::before {
  content: "";
  position: absolute;
  inset: 11px;
  z-index: 1;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.88));
}

.rs-project-card > span {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 25px;
  color: var(--rs-gold-bright);
  font-size: 0.76rem;
}

.rs-project-card > div {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: grid;
  gap: 5px;
}

.rs-project-card small {
  color: var(--rs-gold-bright);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.rs-project-card strong {
  font-size: 1.15rem;
  font-weight: 450;
  text-transform: uppercase;
}

.rs-project-card:hover img {
  filter: grayscale(0) contrast(1.08) brightness(0.88);
}

.rs-feedback-feature {
  padding-top: 96px;
}

.rs-feedback-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  gap: 70px;
  align-items: stretch;
}

.rs-feedback-visual {
  min-height: 720px;
  overflow: hidden;
}

.rs-feedback-visual img {
  position: absolute;
  inset: 11px;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
}

.rs-feedback-visual::before {
  content: "";
  position: absolute;
  inset: 11px;
  z-index: 1;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.92));
}

.rs-feedback-visual > div {
  position: absolute;
  z-index: 2;
  right: 36px;
  bottom: 40px;
  left: 36px;
  display: flex;
  gap: 18px;
  align-items: center;
}

.rs-feedback-visual .material-symbols-outlined {
  color: var(--rs-gold-bright);
  font-size: 2.2rem;
}

.rs-feedback-visual strong {
  font-weight: 430;
  line-height: 1.25;
  text-transform: uppercase;
}

.rs-feedback-content {
  padding: 20px 0;
}

.rs-feedback-content h2 {
  margin: 26px 0 20px;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
}

.rs-feedback-content > p:not(.rs-eyebrow) {
  max-width: 610px;
  color: var(--rs-muted);
  font-size: 0.88rem;
}

.rs-inline-feedback-form,
.rs-quick-feedback-form {
  display: grid;
  gap: 15px;
  margin-top: 32px;
}

.rs-inline-feedback-form label:not(.rs-form-check),
.rs-quick-feedback-form label:not(.rs-form-check) {
  display: grid;
  gap: 8px;
  color: var(--rs-muted-light);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.rs-inline-feedback-form input:not([type="checkbox"]),
.rs-quick-feedback-form input:not([type="checkbox"]),
.rs-contact-form input,
.rs-contact-form textarea,
.rs-contact-form select {
  width: 100%;
  min-height: 50px;
  padding: 10px 13px;
  border: 1px solid var(--rs-line);
  border-radius: 0;
  outline: none;
  color: var(--rs-white);
  background: rgba(255, 255, 255, 0.025);
}

.rs-inline-feedback-form input:focus,
.rs-quick-feedback-form input:focus,
.rs-contact-form input:focus,
.rs-contact-form textarea:focus,
.rs-contact-form select:focus {
  border-color: var(--rs-gold);
}

input[type="file"]::file-selector-button {
  margin-right: 14px;
  padding: 8px 12px;
  border: 1px solid var(--rs-line);
  color: var(--rs-white);
  font: inherit;
  background: #171717;
  cursor: pointer;
}

.rs-form-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--rs-muted-light);
  font-size: 0.76rem;
  line-height: 1.5;
}

.rs-form-check input {
  margin: 3px 0 0;
  accent-color: var(--rs-red);
}

.rs-form-note {
  margin: 0;
  color: #71716f;
  font-size: 0.72rem;
  line-height: 1.45;
}

.rs-captcha-placeholder {
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--rs-line);
  color: #737370;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.rs-form-step {
  display: grid;
  gap: 12px;
}

.rs-form-step[hidden] {
  display: none;
}

.rs-form-step.is-active {
  animation: rsFormStepIn 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.rs-form-step-label {
  margin: 0;
  color: var(--rs-gold-bright);
  font-size: 0.7rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rs-form-error {
  min-height: 0;
  margin: 0;
  color: #ff8799;
  font-size: 0.72rem !important;
  line-height: 1.45;
}

.rs-form-error:empty {
  display: none;
}

.rs-form-step-actions {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 8px;
}

.rs-quick-feedback-form button:disabled {
  opacity: 0.6;
  cursor: wait;
}

@keyframes rsFormStepIn {
  0% {
    opacity: 0;
    transform: translateX(12px);
    filter: blur(5px);
  }
  38% {
    text-shadow: -3px 0 rgba(223, 10, 38, 0.62), 3px 0 rgba(255, 225, 0, 0.54);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    text-shadow: none;
  }
}

/* Inner page heroes */

.rs-page:not(.rs-home-page) > .rs-hero {
  position: relative;
  width: 100%;
  min-height: 470px;
  margin: 0;
  padding: 155px max(24px, calc((100vw - 1180px) / 2)) 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
  gap: 88px;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.48)),
    url("assets/studio/analog-console.jpg") center 55% / cover no-repeat;
}

.rs-page:not(.rs-home-page) > .rs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(ellipse at 40% -10%, transparent 0 44px, rgba(255, 255, 255, 0.13) 46px, transparent 49px 88px);
  opacity: 0.18;
  transform: rotate(-6deg) scale(1.2);
  mix-blend-mode: screen;
}

.rs-services-index > .rs-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.42)),
    url("assets/studio/engineer-console.jpg") !important;
}

.rs-feedback-page > .rs-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.52)),
    url("assets/studio/vocal-session.jpg") !important;
}

.rs-style-hub-page > .rs-hero,
.rs-style-service-page > .rs-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.48)),
    url("assets/studio/analog-console.jpg") !important;
}

.rs-page-about .rs-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)),
    url("assets/studio/engineer-console.jpg") !important;
}

.rs-page-prices .rs-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)),
    url("assets/studio/analog-console.jpg") !important;
}

.rs-page-faq .rs-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)),
    url("assets/studio/studio-console-hero.jpg") !important;
}

.rs-page-contact .rs-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)),
    url("assets/studio/vocal-session.jpg") !important;
}

.rs-page:not(.rs-home-page) > .rs-hero > * {
  position: relative;
  z-index: 2;
}

.rs-hero-copy h1 {
  max-width: 830px;
  margin: 26px 0 24px;
  font-size: clamp(2.9rem, 4.35vw, 5rem);
}

.rs-hero-copy > p:not(.rs-eyebrow) {
  max-width: 720px;
  color: var(--rs-muted-light);
  font-size: 0.9rem;
}

.rs-hero-copy .rs-actions {
  margin-top: 28px;
}

.rs-hero-panel {
  position: relative;
  min-height: 230px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--rs-line);
  background: rgba(10, 10, 10, 0.66);
  backdrop-filter: blur(14px);
}

.rs-hero-panel > .material-symbols-outlined {
  margin-bottom: 20px;
  color: var(--rs-gold-bright);
  font-size: 2rem;
}

.rs-hero-panel p {
  color: var(--rs-muted-light);
  font-size: 0.82rem;
}

.rs-hero-panel strong {
  display: block;
  margin: 8px 0;
  color: var(--rs-gold-bright);
  font-size: 1.7rem;
  font-weight: 380;
  line-height: 1.1;
  text-transform: uppercase;
}

.rs-hero-panel small {
  color: var(--rs-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.rs-hero-form-panel {
  min-height: 0;
  justify-content: flex-start;
}

.rs-hero-form-panel h2 {
  margin: 12px 0;
  font-size: 2rem;
}

.rs-hero-form-panel .rs-quick-feedback-form {
  margin: 0;
  gap: 10px;
}

.rs-hero-form-panel .rs-form-note {
  max-width: 100%;
  font-size: 0.72rem;
}

/* Shared cards and generated pages */

.rs-grid {
  display: grid;
  gap: 22px;
}

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

.rs-card,
.rs-service-card,
.rs-feature-card,
.rs-style-row,
.rs-cross-link {
  position: relative;
  border: 1px solid var(--rs-line-soft);
  background: #111;
}

.rs-card {
  min-height: 320px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rs-card h2 {
  margin: 22px 0 18px;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.rs-card > p:not(.rs-card-kicker) {
  color: var(--rs-muted);
}

.rs-check-list,
.rs-deliverables {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rs-check-list li,
.rs-deliverables li {
  position: relative;
  padding: 14px 0 14px 24px;
  border-top: 1px solid var(--rs-line-soft);
  color: var(--rs-muted-light);
  font-size: 0.8rem;
}

.rs-check-list li::before,
.rs-deliverables li::before {
  content: "+";
  position: absolute;
  left: 2px;
  color: var(--rs-gold);
}

.rs-deliverables em {
  margin-left: 10px;
  padding: 4px 7px;
  color: #fff;
  font-size: 0.72rem;
  font-style: normal;
  text-transform: uppercase;
  background: var(--rs-red);
}

.rs-service-grid,
.rs-home-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rs-service-card,
.rs-feature-card {
  min-height: 330px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.rs-service-card:hover,
.rs-feature-card:hover,
.rs-style-row:hover,
.rs-card:hover,
.rs-cross-link:hover {
  border-color: rgba(221, 174, 60, 0.62);
  background: #171717;
  transform: translateY(-5px);
}

.rs-service-card > .material-symbols-outlined,
.rs-feature-card > .material-symbols-outlined {
  margin-bottom: 28px;
  color: var(--rs-gold-bright);
  font-size: 2rem;
}

.rs-service-card h3,
.rs-feature-card h3 {
  margin: 0 0 12px;
}

.rs-service-card p,
.rs-feature-card p {
  color: var(--rs-muted);
  font-size: 0.82rem;
}

.rs-service-card > strong {
  margin: 8px 0 20px;
  color: var(--rs-gold-bright);
  font-size: 0.84rem;
  font-weight: 440;
  text-transform: uppercase;
}

.rs-service-card .rs-button,
.rs-feature-card .rs-button {
  margin-top: auto;
}

.rs-service-card.is-featured {
  background: #1b1b1b;
}

.rs-page-prices .rs-service-card {
  min-height: 540px;
}

.rs-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 8px;
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  background: var(--rs-red);
}

.rs-style-service-list {
  display: grid;
  gap: 12px;
}

.rs-style-row {
  min-height: 150px;
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(480px, auto);
  gap: 30px;
  align-items: center;
}

.rs-style-row > div > span {
  color: var(--rs-gold-bright);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.rs-style-row h3 {
  margin: 6px 0;
}

.rs-style-row p {
  max-width: 560px;
  margin: 0;
  color: var(--rs-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.rs-style-row nav {
  display: flex;
  gap: 8px;
}

.rs-style-row nav a {
  display: grid;
  min-width: 135px;
  min-height: 70px;
  padding: 11px;
  align-content: center;
  gap: 7px;
  border: 1px solid var(--rs-line-soft);
  color: var(--rs-muted-light);
  font-size: 0.78rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.rs-style-row nav a:hover {
  color: #fff;
  border-color: var(--rs-gold);
}

.rs-style-row nav .material-symbols-outlined {
  color: var(--rs-gold-bright);
}

/* Team */

.rs-team-section {
  display: grid;
  gap: 82px;
}

.rs-team-section > .rs-section-label {
  margin-bottom: -42px;
}

.rs-team-section > .rs-section-title {
  margin-bottom: 0;
}

.rs-team-profile {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 74px;
  align-items: center;
}

.rs-team-profile--reverse .rs-team-gallery {
  order: 2;
}

.rs-team-profile--reverse .rs-team-copy {
  order: 1;
}

.rs-team-gallery {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.rs-team-photo {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #0a0a0a;
}

.rs-team-photo--main {
  grid-row: 1 / -1;
}

.rs-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.05);
  transition: filter 260ms ease, transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.rs-team-photo:hover img {
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.035);
}

.rs-team-gallery--alejandro .rs-team-photo--main img {
  object-position: 48% center;
}

.rs-team-gallery--andreea .rs-team-photo--main img {
  object-position: 52% center;
}

.rs-team-copy h3 {
  margin: 20px 0 4px;
  font-size: clamp(2.25rem, 4vw, 4rem);
}

.rs-team-copy > strong {
  display: block;
  margin-bottom: 28px;
  color: var(--rs-white);
  font-size: 1.05rem;
  font-weight: 430;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rs-team-copy > p:not(.rs-eyebrow) {
  margin-bottom: 18px;
}

.rs-team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 26px;
  padding: 0;
  list-style: none;
}

.rs-team-tags li {
  padding: 8px 11px;
  border: 1px solid var(--rs-line-soft);
  color: var(--rs-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.rs-team-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.rs-team-links a {
  color: var(--rs-gold-bright);
  font-size: 0.82rem;
  text-decoration: none;
  text-transform: uppercase;
}

.rs-team-links a:hover {
  color: var(--rs-white);
}

.rs-band,
.rs-feedback-panel {
  width: 100%;
  max-width: none;
  padding: 96px max(24px, calc((100vw - 1180px) / 2));
  background: #111;
}

.rs-band {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(520px, 1.2fr);
  gap: 72px;
  align-items: start;
}

.rs-band h2,
.rs-feedback-panel h2 {
  margin: 22px 0 0;
  font-size: clamp(2rem, 3.6vw, 4rem);
}

.rs-steps {
  display: grid;
}

.rs-step {
  min-height: 92px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--rs-line-soft);
}

.rs-step > span {
  color: rgba(255, 255, 255, 0.09);
  font-size: 2.6rem;
}

.rs-step p {
  margin: 0;
  color: var(--rs-muted-light);
  font-size: 0.82rem;
}

.rs-feedback-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.rs-feedback-panel > div:last-child > p {
  color: var(--rs-muted);
  font-size: 0.86rem;
}

.rs-cross-grid {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.rs-cross-link {
  min-height: 74px;
  padding: 13px 16px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 4px 12px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.rs-cross-link .material-symbols-outlined {
  grid-row: 1 / 3;
  color: var(--rs-gold-bright);
}

.rs-cross-link strong {
  font-size: 0.78rem;
  text-transform: uppercase;
}

.rs-cross-link small {
  color: var(--rs-muted);
  font-size: 0.76rem;
}

.rs-cross-link.is-active {
  border-color: var(--rs-gold);
}

.rs-cta-panel {
  width: var(--rs-wrap);
  padding: 80px 48px;
  text-align: center;
  border-top: 1px solid var(--rs-line);
  border-bottom: 1px solid var(--rs-line);
  background:
    linear-gradient(135deg, rgba(210, 13, 36, 0.13), transparent 40%),
    #0a0a0a;
}

.rs-cta-panel > p {
  color: var(--rs-gold-bright);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.rs-cta-panel h2 {
  max-width: 940px;
  margin: 18px auto 34px;
  font-size: clamp(2rem, 4vw, 4.6rem);
}

.rs-mini-meter {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 90px;
  margin-top: 18px;
}

.rs-mini-meter span {
  width: 10px;
  background: var(--rs-red);
  animation: rsMeter 900ms ease-in-out infinite alternate;
}

.rs-mini-meter span:nth-child(1) { height: 22px; }
.rs-mini-meter span:nth-child(2) { height: 49px; animation-delay: -250ms; }
.rs-mini-meter span:nth-child(3) { height: 76px; animation-delay: -470ms; }
.rs-mini-meter span:nth-child(4) { height: 42px; animation-delay: -140ms; }
.rs-mini-meter span:nth-child(5) { height: 64px; animation-delay: -610ms; }

/* FAQ */

.rs-faq-accordion {
  border-top: 1px solid var(--rs-line-soft);
}

.rs-faq-item {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--rs-line-soft);
  transition: background-color 280ms ease, border-color 280ms ease;
}

.rs-faq-question {
  position: relative;
  width: 100%;
  min-height: 78px;
  padding: 20px 58px 20px 22px;
  border: 0;
  color: var(--rs-white);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: left;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}

.rs-faq-question::before {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  color: var(--rs-gold-bright);
  font-size: 1.4rem;
  font-weight: 280;
  transform: translateY(-50%);
}

.rs-faq-item.is-open {
  background: #161616;
  border-color: rgba(221, 174, 60, 0.38);
}

.rs-faq-item.is-open .rs-faq-question::before {
  content: "−";
}

.rs-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 60px 0 22px;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-10px);
  filter: blur(3px);
  transition:
    grid-template-rows 480ms cubic-bezier(0.2, 0.8, 0.2, 1),
    padding-bottom 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 280ms ease,
    transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 320ms ease;
}

.rs-faq-answer > * {
  min-height: 0;
  overflow: hidden;
}

.rs-faq-item.is-open .rs-faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: 26px;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.rs-faq-answer p {
  max-width: 900px;
  margin: 0;
  color: var(--rs-muted);
  font-size: 1rem;
}

.rs-faq-item::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(90deg, transparent 0 6%, rgba(255, 225, 0, 0.28) 6% 22%, transparent 22% 51%, rgba(210, 13, 36, 0.25) 51% 72%, transparent 72%),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(255, 255, 255, 0.08) 8px, transparent 9px);
  mix-blend-mode: screen;
}

.rs-faq-item.is-glitch-opening::after {
  animation: rsFaqGlitchFlash 560ms steps(2, end) both;
}

.rs-faq-item.is-glitch-opening .rs-faq-question,
.rs-faq-item.is-glitch-opening .rs-faq-answer p {
  animation: rsFaqTextGlitch 520ms steps(2, end) both;
}

@keyframes rsFaqGlitchFlash {
  0% { opacity: 0; transform: translateX(0); clip-path: inset(0 0 100% 0); }
  14% { opacity: 0.95; transform: translateX(-12px); clip-path: inset(18% 0 58% 0); }
  29% { opacity: 0.2; transform: translateX(9px); clip-path: inset(72% 0 8% 0); }
  44% { opacity: 0.82; transform: translateX(4px); clip-path: inset(45% 0 35% 0); }
  68% { opacity: 0.24; transform: translateX(-3px); clip-path: inset(8% 0 78% 0); }
  100% { opacity: 0; transform: translateX(0); clip-path: inset(0); }
}

@keyframes rsFaqTextGlitch {
  0%, 100% {
    text-shadow: none;
    transform: translateX(0);
  }
  18% {
    color: #ffe100;
    text-shadow: -4px 0 rgba(210, 13, 36, 0.85), 4px 0 rgba(255, 225, 0, 0.42);
    transform: translateX(3px);
  }
  37% {
    color: var(--rs-white);
    text-shadow: 4px 0 rgba(221, 174, 60, 0.72);
    transform: translateX(-3px);
  }
  58% {
    text-shadow: -2px 0 rgba(210, 13, 36, 0.62);
    transform: translateX(1px);
  }
}

.rs-marquee-cta {
  padding: 70px 0 0;
  overflow: hidden;
  border-top: 1px solid var(--rs-line-soft);
}

.rs-marquee-cta > div:first-child {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 34px;
  color: rgba(255, 255, 255, 0.61);
  animation: rsMarquee 24s linear infinite;
}

.rs-marquee-cta > div:first-child span {
  font-size: clamp(3.1rem, 7vw, 8rem);
  font-weight: 310;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.rs-marquee-cta > div:first-child i {
  color: var(--rs-gold);
  font-size: 2.6rem;
  font-style: normal;
}

.rs-cta-actions {
  width: var(--rs-wrap);
  margin: 62px auto 0;
  padding: 34px 0 56px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--rs-line-soft);
}

.rs-cta-actions p {
  margin: 0;
  color: var(--rs-muted-light);
  text-transform: uppercase;
}

/* Footer */

.rs-footer-basic {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-top: 1px solid var(--rs-line-soft);
  background:
    linear-gradient(90deg, rgba(4, 4, 4, 0.93), rgba(4, 4, 4, 0.8)),
    url("assets/studio/analog-console.jpg") center / cover no-repeat;
}

.rs-footer-basic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    repeating-radial-gradient(ellipse at 38% 0%, transparent 0 44px, rgba(255, 255, 255, 0.09) 46px, transparent 49px 88px);
  opacity: 0.19;
  transform: rotate(-4deg) scale(1.2);
  pointer-events: none;
}

.rs-footer-inner {
  position: relative;
  z-index: 3;
  width: var(--rs-wrap);
  min-height: 470px;
  margin: 0 auto;
  padding: 86px 0 54px;
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
}

.rs-footer-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.58;
  pointer-events: none;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.2) 75%, transparent);
}

.rs-footer-pro-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) repeat(3, minmax(140px, 0.55fr));
  gap: 44px;
  align-items: start;
}

.rs-footer-logo {
  width: min(310px, 100%);
  max-height: 150px;
  margin-bottom: 20px;
  object-fit: contain;
  object-position: left center;
}

.rs-footer-brand p {
  max-width: 420px;
  color: var(--rs-muted);
  font-size: 0.78rem;
}

.rs-footer-brand .rs-button {
  margin-top: 15px;
}

.rs-footer-pro-grid nav {
  display: grid;
  gap: 11px;
  align-content: start;
}

.rs-footer-pro-grid nav > span {
  margin-bottom: 10px;
  color: var(--rs-white);
  font-size: 0.78rem;
  font-weight: 520;
  text-transform: uppercase;
}

.rs-footer-pro-grid nav a {
  color: var(--rs-muted);
  font-size: 0.78rem;
  text-decoration: none;
}

.rs-footer-pro-grid nav a::before {
  content: "+";
  margin-right: 9px;
  color: var(--rs-gold);
}

.rs-footer-pro-grid nav a:hover {
  color: var(--rs-white);
}

/* Loader */

.rs-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  background: #020202;
  transition: opacity 120ms ease, visibility 120ms ease;
}

.rs-loader.is-visible {
  visibility: visible;
  opacity: 1;
}

.rs-loader-inner {
  width: min(840px, 90vw);
  text-align: center;
}

.sound-wave {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sound-wave .bar {
  width: 1px;
  min-width: 1px;
  height: 9px;
  margin: 0 1.5px;
  background: linear-gradient(var(--rs-gold-bright), var(--rs-red));
  animation: rsWave 600ms ease-in-out infinite alternate;
}

.rs-loader p {
  margin-top: 20px;
  color: var(--rs-muted);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Bidirectional glitch reveal */

.rs-reveal {
  opacity: 0;
  transform: translateY(var(--reveal-y, 38px));
  filter: blur(8px) saturate(1.45);
  transform-origin: center;
  will-change: opacity, transform, filter, clip-path;
}

.rs-reveal.is-visible {
  animation: rsGlitchReveal 920ms cubic-bezier(0.16, 0.74, 0.17, 1) var(--reveal-delay, 0ms) both;
}

/* Animations */

@keyframes rsGlitchReveal {
  0% {
    opacity: 0.22;
    clip-path: inset(38% 0 38% 0);
    transform: translate3d(0, var(--reveal-y, 38px), 0) skewX(7deg) scaleY(0.96);
    filter: blur(11px) brightness(1.8) saturate(2);
  }
  9% {
    opacity: 0.9;
    clip-path: inset(8% 0 69% 0);
    transform: translate3d(-15px, 5px, 0) skewX(-6deg);
    filter:
      blur(1px)
      brightness(1.7)
      drop-shadow(14px 0 0 rgba(255, 230, 0, 0.92))
      drop-shadow(-11px 0 0 rgba(255, 22, 58, 0.82));
  }
  18% {
    clip-path: inset(67% 0 6% 0);
    transform: translate3d(13px, -3px, 0) skewX(4deg);
    filter:
      contrast(1.45)
      drop-shadow(-13px 0 0 rgba(255, 230, 0, 0.9))
      drop-shadow(9px 0 0 rgba(210, 13, 36, 0.92));
  }
  27% {
    opacity: 0.82;
    clip-path: inset(31% 0 38% 0);
    transform: translate3d(-9px, 3px, 0) scaleX(1.018);
    filter:
      brightness(1.55)
      drop-shadow(10px 0 0 rgba(255, 230, 0, 0.78))
      drop-shadow(-7px 0 0 rgba(255, 36, 66, 0.72));
  }
  38% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate3d(6px, 0, 0) skewX(-1deg);
    filter:
      drop-shadow(-5px 0 0 rgba(255, 230, 0, 0.55))
      drop-shadow(4px 0 0 rgba(210, 13, 36, 0.48));
  }
  50% {
    clip-path: inset(0 0 0 0);
    transform: translate3d(-4px, 0, 0);
    filter: drop-shadow(3px 0 0 rgba(255, 230, 0, 0.36));
  }
  62% {
    transform: translate3d(2px, 0, 0);
    filter: drop-shadow(-2px 0 0 rgba(210, 13, 36, 0.26));
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0);
    filter: none;
  }
}

@keyframes rsWave {
  from { height: 8px; opacity: 0.3; }
  to { height: 66px; opacity: 1; }
}

@keyframes rsMeter {
  from { transform: scaleY(0.5); opacity: 0.45; }
  to { transform: scaleY(1); opacity: 1; }
}

@keyframes rsRotate {
  to { transform: rotate(360deg); }
}

@keyframes rsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Public reading hierarchy */

.rs-page p:not(.rs-eyebrow):not(.rs-section-label):not(.rs-card-kicker):not(.rs-form-note),
.rs-footer-basic p,
.rs-mega-card small,
.rs-hero-panel small,
.rs-check-list li,
.rs-deliverables li {
  color: var(--rs-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.rs-mega-card strong,
.rs-hero-panel strong,
.rs-cinema-card h3,
.rs-genre-card h3,
.rs-service-card h3,
.rs-feature-card h3,
.rs-style-row h3 {
  color: var(--rs-gold-bright);
}

.rs-footer-pro-grid nav a {
  color: var(--rs-muted);
  font-size: 1rem;
}

/* Responsive */

@media (max-width: 1080px) {
  .rs-brand {
    width: min(45vw, 205px);
    min-width: 150px;
  }

  .rs-brand-logo--desktop {
    display: none;
  }

  .rs-brand-logo--mobile {
    display: block;
  }

  .rs-nav-links {
    display: none;
  }

  .rs-nav-cta {
    margin-left: auto;
  }

  .rs-menu-toggle {
    position: relative;
    width: 72px;
    height: 76px;
    display: grid;
    padding: 0;
    place-items: center;
    border: 0;
    color: var(--rs-gold-bright);
    background: transparent;
    cursor: pointer;
  }

  .rs-dragonfly-toggle-art {
    position: absolute;
    inset: 0 4px 10px;
    display: block;
    transform-origin: 50% 48%;
    transition: transform 420ms cubic-bezier(.2, .8, .2, 1), opacity 260ms ease;
  }

  .rs-dragonfly-toggle-art img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(221, 174, 60, 0.32));
  }

  .rs-dragonfly-toggle-wing {
    animation: rsDragonflyWing 112ms ease-in-out infinite alternate;
  }

  .rs-dragonfly-toggle-wing--left {
    clip-path: polygon(0 0, 50% 0, 50% 64%, 0 72%);
    transform-origin: 50% 43%;
  }

  .rs-dragonfly-toggle-wing--right {
    clip-path: polygon(50% 0, 100% 0, 100% 72%, 50% 64%);
    transform-origin: 50% 43%;
    animation-delay: -56ms;
  }

  .rs-dragonfly-toggle-label {
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 650;
    letter-spacing: 0.28em;
    line-height: 1;
    text-align: center;
    text-indent: 0.28em;
    text-shadow: 0 0 8px rgba(221, 174, 60, 0.7);
  }

  .rs-dragonfly-toggle.is-open .rs-dragonfly-toggle-art {
    animation: rsDragonflyMenuFlight 460ms cubic-bezier(.25, .8, .2, 1) both;
  }

  .rs-dragonfly-toggle.is-open .rs-dragonfly-toggle-label {
    color: var(--rs-red-bright);
  }

  @keyframes rsDragonflyMenuFlight {
    0% { transform: translate3d(0, 0, 0) rotate(0) scale(1); }
    45% { transform: translate3d(-24px, -18px, 0) rotate(-12deg) scale(.82); }
    100% { transform: translate3d(0, 7px, 0) rotate(180deg) scale(.68); }
  }

  .rs-drawer {
    position: fixed;
    top: 86px;
    right: 24px;
    left: 24px;
    max-height: calc(100vh - 105px);
    padding: 24px;
    overflow: auto;
    border: 1px solid var(--rs-line);
    background: rgba(6, 6, 6, 0.98);
  }

  .rs-drawer:not([hidden]) {
    display: grid;
    gap: 10px;
    animation: rsDrawerReveal 360ms cubic-bezier(.2, .8, .2, 1) both;
  }

  @keyframes rsDrawerReveal {
    from { opacity: 0; transform: translate3d(0, -14px, 0) scale(.98); clip-path: inset(0 50% 100% 50%); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); clip-path: inset(0 0 0 0); }
  }

  .rs-drawer > a,
  .rs-drawer-services a {
    padding: 11px 0;
    border-bottom: 1px solid var(--rs-line-soft);
    color: var(--rs-white);
    font-size: 0.78rem;
    text-decoration: none;
    text-transform: uppercase;
  }

  .rs-drawer-services {
    display: grid;
    gap: 4px;
    margin-top: 12px;
  }

  .rs-home-hero-inner {
    grid-template-columns: minmax(0, 1fr) 110px;
  }

  .rs-hero-signal {
    display: none;
  }

  .rs-choice-panel {
    grid-template-columns: 40px 0.82fr 1.18fr;
    padding: 38px;
  }

  .rs-style-row {
    grid-template-columns: 1fr;
  }

  .rs-style-row nav {
    flex-wrap: wrap;
  }

  .rs-team-profile {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .rs-team-profile--reverse .rs-team-gallery,
  .rs-team-profile--reverse .rs-team-copy {
    order: initial;
  }

  .rs-team-gallery {
    min-height: 620px;
  }

  .rs-footer-pro-grid {
    grid-template-columns: 1.4fr repeat(2, 0.7fr);
  }

  .rs-footer-pro-grid nav:last-child {
    grid-column: 2 / -1;
  }
}

@media (max-width: 820px) {
  :root {
    --rs-wrap: min(100% - 32px, 680px);
  }

  .rs-section {
    padding: 82px 0;
  }

  .rs-nav-shell {
    padding: 0 16px;
  }

  .rs-nav {
    min-height: 78px;
  }

  .rs-brand {
    width: 165px;
  }

  .rs-nav-cta {
    display: none;
  }

  .rs-home-hero-inner {
    height: auto;
    min-height: 100svh;
    padding: 124px 0 40px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 34px;
  }

  .rs-home-hero-copy h1 {
    font-size: clamp(3.25rem, 15vw, 6.2rem);
  }

  .rs-hero-play {
    position: absolute;
    top: 118px;
    right: 0;
    width: 74px;
    height: 74px;
  }

  .rs-hero-stats {
    grid-column: 1;
    grid-template-columns: 1fr;
  }

  .rs-hero-stats article {
    padding: 17px 0;
  }

  .rs-hero-stats article + article {
    padding-left: 0;
    border-top: 1px solid var(--rs-line-soft);
    border-left: 0;
  }

  .rs-intro-heading,
  .rs-section-title,
  .rs-section-head {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 42px;
  }

  .rs-photo-story {
    grid-template-columns: 0.72fr 1.28fr;
  }

  .rs-photo-story-copy {
    grid-column: 1 / -1;
    padding: 18px 0 0;
  }

  .rs-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .rs-cinema-service-grid,
  .rs-service-grid,
  .rs-home-card-grid,
  .rs-style-hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rs-choice-panel {
    grid-template-columns: 34px 1fr;
    gap: 24px;
  }

  .rs-choice-panel ol {
    grid-column: 1 / -1;
  }

  .rs-project-grid {
    grid-template-columns: 1fr;
  }

  .rs-project-card,
  .rs-project-card--tall {
    min-height: 420px;
  }

  .rs-feedback-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .rs-feedback-visual {
    min-height: 470px;
  }

  .rs-team-section {
    gap: 62px;
  }

  .rs-team-section > .rs-section-label {
    margin-bottom: -24px;
  }

  .rs-page:not(.rs-home-page) > .rs-hero {
    min-height: 590px;
    padding: 125px 16px 60px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .rs-grid--2,
  .rs-feedback-panel,
  .rs-band {
    grid-template-columns: 1fr;
  }

  .rs-band,
  .rs-feedback-panel {
    padding: 76px 16px;
    gap: 44px;
  }

  .rs-footer-pro-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rs-footer-brand {
    grid-column: 1 / -1;
  }

  .rs-footer-pro-grid nav:last-child {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .rs-brand {
    width: 145px;
  }

  .rs-home-hero-copy h1 {
    font-size: clamp(2.8rem, 15vw, 4.5rem);
  }

  .rs-home-hero-copy .rs-eyebrow {
    max-width: 235px;
    line-height: 1.5;
  }

  .rs-home-hero-lead {
    font-size: 1rem;
  }

  .rs-team-gallery {
    min-height: 650px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 420px 216px;
  }

  .rs-team-photo--main {
    grid-row: 1;
    grid-column: 1 / -1;
  }

  .rs-team-copy h3 {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .rs-team-links {
    gap: 14px;
    flex-direction: column;
  }

  .rs-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rs-actions .rs-button {
    width: 100%;
  }

  .rs-hero-play {
    top: 102px;
    width: 62px;
    height: 62px;
  }

  .rs-photo-story {
    grid-template-columns: 1fr;
  }

  .rs-photo-story > figure,
  .rs-photo-story .rs-photo-story-main {
    height: 330px;
  }

  .rs-metrics,
  .rs-cinema-service-grid,
  .rs-service-grid,
  .rs-home-card-grid,
  .rs-style-hub-grid {
    grid-template-columns: 1fr;
  }

  .rs-cinema-card {
    min-height: 330px;
  }

  .rs-wide-photo {
    min-height: 840px;
  }

  .rs-choice-panel {
    width: calc(100vw - 24px);
    padding: 28px 22px;
    grid-template-columns: 1fr;
  }

  .rs-choice-panel > .rs-cross-mark {
    display: none;
  }

  .rs-choice-panel li {
    grid-template-columns: 42px 1fr 30px;
  }

  .rs-feedback-visual {
    min-height: 380px;
  }

  .rs-feedback-content h2 {
    font-size: 2.3rem;
  }

  .rs-hero-copy h1 {
    font-size: clamp(2.4rem, 13vw, 3.9rem);
  }

  .rs-hero-panel {
    min-height: 210px;
  }

  .rs-card {
    min-height: 0;
    padding: 28px 22px;
  }

  .rs-style-row {
    padding: 22px;
  }

  .rs-style-row nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rs-style-row nav a {
    min-width: 0;
  }

  .rs-cta-panel {
    width: calc(100% - 24px);
    padding: 54px 22px;
  }

  .rs-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rs-footer-pro-grid {
    grid-template-columns: 1fr;
  }

  .rs-footer-pro-grid nav:last-child {
    grid-column: auto;
  }

  .rs-footer-inner {
    padding-top: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .rs-reveal,
  .rs-reveal.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: none;
  }
}
