/*
Theme Name: Rovexa Media
Theme URI: https://rovexa.media/
Author: Rovexa Media
Description: A typography-led, page-builder-free WordPress theme for Rovexa Media.
Version: 3.1.3
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: rovexa-media
License: GPL-2.0-or-later
*/

:root {
  --rx-ink: #101014;
  --rx-muted: #77737a;
  --rx-paper: #fffefa;
  --rx-soft: #f4f1f3;
  --rx-pink: #cc0756;
  --rx-pink-dark: #92043e;
  --rx-pink-wash: #f8dce8;
  --rx-night: #120d12;
  --rx-line: rgba(16, 16, 20, .14);
  --rx-white-line: rgba(255, 255, 255, .16);
  --rx-max: 1380px;
  --rx-rail: 54px;
  --rx-fast: 180ms cubic-bezier(.2, .8, .2, 1);
  --rx-ease: cubic-bezier(.16, 1, .3, 1);
  --rx-slow: 760ms cubic-bezier(.16, 1, .3, 1);
}

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

html { scroll-behavior: smooth; background: var(--rx-paper); }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--rx-paper);
  color: var(--rx-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.rx-menu-open { overflow: hidden; }
::selection { background: var(--rx-pink); color: #fff; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

.rx-container {
  width: min(calc(100% - 116px), var(--rx-max));
  margin-inline: auto;
}

.rx-section { position: relative; padding: 150px 0; }
.rx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--rx-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .21em;
  line-height: 1;
  text-transform: uppercase;
}
.rx-eyebrow::before {
  width: 21px;
  height: 1px;
  background: currentColor;
  content: "";
}
.rx-lead { max-width: 620px; color: var(--rx-muted); font-size: 18px; line-height: 1.55; }
.rx-display { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.rx-kicker { margin: 18px 0; font-size: clamp(42px, 6vw, 86px); letter-spacing: -.065em; line-height: .93; }
.rx-text-link { display: inline-flex; align-items: center; gap: 15px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.rx-magnetic { will-change: transform; }
.rx-text-link span { color: var(--rx-pink); font-size: 18px; transition: transform var(--rx-fast); }
.rx-text-link:hover span { transform: translate(4px, -3px); }
.rx-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 21px;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background var(--rx-fast), color var(--rx-fast), transform var(--rx-fast);
}
.rx-btn span { color: var(--rx-pink); font-size: 18px; transition: transform var(--rx-fast); }
.rx-btn:hover { transform: translateY(-3px); }
.rx-btn:hover span { transform: translate(4px, -3px); }
.rx-btn-primary, .rx-btn-light { background: var(--rx-ink); color: #fff; }
.rx-btn-pink { background: var(--rx-pink); color: #fff; }
.rx-btn-pink:hover { background: var(--rx-pink-dark); }
.rx-btn-light { background: #fff; color: var(--rx-ink); }
.rx-arrow { color: var(--rx-pink); }
.rx-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Editorial shell: stays at the top of the page and does not stick while scrolling. */
.rx-header {
  position: absolute;
  z-index: 900;
  top: 24px;
  left: 34px;
  right: calc(var(--rx-rail) + 34px);
  pointer-events: none;
  transition: none;
}
.rx-header.scrolled { transform: none; opacity: 1; }
.rx-header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 65px;
}
.rx-logo-link { display: block; width: 76px; pointer-events: auto; }
.rx-logo-link img { width: 76px; height: 58px; object-fit: contain; object-position: left center; }
.rx-header-meta { display: flex; gap: 14px; color: #a39ea5; font-size: 9px; font-weight: 800; letter-spacing: .22em; pointer-events: auto; }
.rx-rail {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: var(--rx-rail);
  flex-direction: column;
  align-items: center;
  background: var(--rx-pink);
  color: #fff;
  box-shadow: -8px 0 35px rgba(204, 7, 86, .12);
}
.rx-menu-toggle {
  display: grid;
  width: var(--rx-rail);
  height: 58px;
  place-content: center;
  gap: 5px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.rx-menu-toggle span { display: block; width: 19px; height: 1px; background: #fff; transition: transform var(--rx-fast); }
.rx-menu-toggle.is-open span:first-child { transform: translateY(6px) rotate(45deg); }
.rx-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.rx-menu-toggle.is-open span:last-child { transform: translateY(-6px) rotate(-45deg); }
.rx-rail-wordmark {
  margin-top: auto;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .34em;
}
.rx-rail-progress { position: absolute; top: 58px; bottom: 0; left: 0; width: 2px; background: linear-gradient(to bottom, #fff 0 var(--rx-scroll-progress, 0%), rgba(255,255,255,.2) var(--rx-scroll-progress, 0%) 100%); opacity: .8; transition: background-position .2s linear; }
.rx-rail-mark { margin: auto 0 20px; font-size: 24px; font-weight: 200; }

/* Menu */
.rx-menu-overlay {
  position: fixed;
  z-index: 950;
  inset: 0 var(--rx-rail) 0 0;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  padding: 34px 6vw 28px;
  background: var(--rx-night);
  color: #fff;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity .45s ease, transform .65s var(--rx-ease), visibility .45s;
}
.rx-menu-overlay.is-open { visibility: visible; opacity: 1; transform: none; }
.rx-menu-overlay-top, .rx-menu-footer { display: flex; align-items: center; justify-content: space-between; color: #a8a0a8; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.rx-menu-close { border: 0; background: none; color: #fff; cursor: pointer; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.rx-menu-close span { margin-left: 9px; color: var(--rx-pink); font-size: 24px; vertical-align: -3px; }
.rx-menu-main { display: grid; grid-template-columns: minmax(0, 1fr) .35fr; align-items: center; flex: 1; gap: 8vw; }
.rx-menu-nav { display: grid; }
.rx-menu-nav a { display: grid; grid-template-columns: 38px 1fr 30px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--rx-white-line); }
.rx-menu-nav a span { color: #746c75; font-size: 10px; }
.rx-menu-nav a b { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(34px, 5vw, 76px); font-weight: 400; letter-spacing: .01em; line-height: .9; text-transform: uppercase; }
.rx-menu-nav a i { color: var(--rx-pink); font-size: 22px; font-style: normal; text-align: right; transition: transform var(--rx-fast); }
.rx-menu-nav a:hover b { color: var(--rx-pink); }
.rx-menu-nav a:hover i { transform: translate(5px, -4px); }
.rx-menu-aside { align-self: end; max-width: 300px; padding-bottom: 14px; }
.rx-menu-overline { color: #9a929b; font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.rx-menu-aside p { margin: 20px 0 28px; color: #bab1ba; font-family: Georgia, serif; font-size: 22px; line-height: 1.25; }
.rx-menu-contact { display: inline-flex; gap: 18px; align-items: center; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rx-menu-contact span { color: var(--rx-pink); font-size: 19px; }
.rx-menu-footer { border-top: 1px solid var(--rx-white-line); padding-top: 17px; }

/* Hero */
.rx-hero-editorial {
  min-height: 106vh;
  padding: 125px 0 66px;
  overflow: clip;
  background: var(--rx-paper);
}
.rx-hero-sticky { position: sticky; z-index: 2; top: 0; display: flex; min-height: 96vh; align-items: center; }
.rx-hero-grid-lines { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(to right, transparent 0 24.9%, rgba(204,7,86,.12) 25% 25.08%, transparent 25.1% 49.9%, rgba(204,7,86,.08) 50% 50.08%, transparent 50.1% 74.9%, rgba(204,7,86,.1) 75% 75.08%, transparent 75.1%), linear-gradient(to bottom, transparent 0 24.9%, rgba(16,16,20,.06) 25% 25.08%, transparent 25.1% 49.9%, rgba(16,16,20,.06) 50% 50.08%, transparent 50.1% 74.9%, rgba(16,16,20,.06) 75% 75.08%, transparent 75.1%); background-size: 100% 100%; pointer-events: none; animation: rx-grid-breathe 8s ease-in-out infinite alternate; }
.rx-hero-ink { position: absolute; width: 22vw; height: 22vw; border: 1px solid rgba(204,7,86,.16); border-radius: 51% 49% 60% 40%; filter: blur(.2px); pointer-events: none; }
.rx-hero-orbit, .rx-hero-ink, .rx-hero-brand-dot { translate: var(--rx-parallax-x, 0px) var(--rx-parallax-y, 0px); transition: translate .7s var(--rx-ease); }
.rx-ink-one { top: 12%; right: 16%; animation: rx-ink-drift 12s ease-in-out infinite alternate; }
.rx-ink-two { right: 34%; bottom: 15%; width: 9vw; height: 9vw; border-color: rgba(255,200,61,.42); animation: rx-ink-drift 8s ease-in-out -2s infinite alternate-reverse; }
.rx-hero-topline, .rx-section-topline { display: flex; justify-content: space-between; color: #aaa5aa; font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.rx-hero-brand { display: flex; align-items: center; gap: 12px; margin-top: 6vh; color: #aaa5aa; font-size: 10px; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.rx-hero-brand-dot { display: block; width: 34px; height: 34px; border-radius: 48% 52% 48% 52%; background: var(--rx-pink); box-shadow: 9px 7px 0 #ffc83d, 13px 13px 0 rgba(204, 7, 86, .2); animation: rx-float 5s ease-in-out infinite; }
.rx-hero-wordmark { --rx-word-progress: 0; position: relative; z-index: 1; margin: 38px -1.5vw 0; width: max-content; max-width: 100%; animation: rx-hero-in .9s var(--rx-ease) both; transform: translateZ(0); }
.rx-hero-title { position: relative; margin: 0; width: max-content; max-width: 100%; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(80px, 14.6vw, 244px); font-weight: 400; letter-spacing: -.035em; line-height: .72; text-transform: uppercase; }
.rx-hero-title > span { display: block; white-space: nowrap; }
.rx-hero-title em { position: absolute; right: -.01em; bottom: -.28em; display: block; color: var(--rx-pink); font-family: "Brush Script MT", "Segoe Script", cursive; font-size: .38em; font-style: normal; font-weight: 400; letter-spacing: -.05em; line-height: .8; text-transform: lowercase; transform: rotate(-7deg); transform-origin: right bottom; white-space: nowrap; }
.rx-letter {
  --rx-letter-x: 0;
  --rx-letter-y: 0;
  --rx-letter-r: 0;
  display: inline-block;
  will-change: transform, opacity;
  transform:
    translate3d(
      calc(var(--rx-letter-x) * var(--rx-word-progress)),
      calc(var(--rx-letter-y) * var(--rx-word-progress)),
      0
    )
    rotate(calc(var(--rx-letter-r) * var(--rx-word-progress)))
    scale(calc(1 - (.07 * var(--rx-word-progress))));
  opacity: calc(1 - (var(--rx-word-progress) * var(--rx-word-progress) * 0.98));
  backface-visibility: hidden;
}
.rx-word-particles {
  position: absolute;
  inset: -10% -5%;
  pointer-events: none;
  overflow: visible;
}
.rx-word-particles i {
  --rx-px: 0;
  --rx-py: 0;
  --rx-pr: 0;
  position: absolute;
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background: var(--rx-pink);
  opacity: calc(var(--rx-word-progress) * .86);
  will-change: transform, opacity;
  transform:
    translate3d(
      calc(var(--rx-px) * var(--rx-word-progress)),
      calc(var(--rx-py) * var(--rx-word-progress)),
      0
    )
    rotate(calc(var(--rx-pr) * var(--rx-word-progress)))
    scale(calc(.35 + (var(--rx-word-progress) * 1.15)));
  backface-visibility: hidden;
}
.rx-hero-bottom { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 7vw; align-items: end; margin-top: 10vh; padding-left: 8vw; }
.rx-hero-category { display: grid; gap: 6px; }
.rx-hero-category strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(30px, 3.8vw, 62px); font-weight: 400; letter-spacing: .01em; line-height: .9; }
.rx-hero-category small { color: #aca7ad; font-size: 11px; }
.rx-hero-intro { max-width: 340px; }
.rx-hero-intro p { margin: 0 0 22px; color: var(--rx-muted); font-size: 13px; line-height: 1.5; }
.rx-scroll-cue { position: absolute; bottom: 27px; left: 50%; display: grid; gap: 9px; justify-items: center; color: #aaa5aa; font-size: 8px; font-weight: 800; letter-spacing: .25em; transform: translateX(-50%); }
.rx-scroll-cue i { display: block; width: 1px; height: 30px; background: var(--rx-pink); animation: rx-scroll 1.8s ease-in-out infinite; }
.rx-hero-orbit { position: absolute; border: 1px solid rgba(204, 7, 86, .13); border-radius: 50%; pointer-events: none; }
.rx-orbit-one { width: 34vw; height: 34vw; right: 4vw; bottom: 9vh; animation: rx-orbit 20s linear infinite; }
.rx-orbit-two { width: 18vw; height: 18vw; right: 18vw; bottom: 17vh; border-color: rgba(204, 7, 86, .22); animation: rx-orbit 12s linear infinite reverse; }

/* Editorial sections */
.rx-manifesto { position: relative; overflow: hidden; padding: 140px 0; background: var(--rx-night); color: #fff; }
.rx-manifesto::before { position: absolute; top: 9%; left: -17vw; width: 36vw; height: 36vw; border: 1px dashed rgba(204,7,86,.25); border-radius: 47% 53% 55% 45%; content: ""; animation: rx-orbit 22s linear infinite reverse; }
.rx-manifesto::after { position: absolute; right: -8vw; bottom: -22vw; width: 48vw; height: 48vw; border: 1px solid rgba(204, 7, 86, .25); border-radius: 50%; content: ""; }
.rx-manifesto-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 465px; align-items: center; gap: 8vw; }
.rx-mark-field { position: relative; display: grid; width: min(32vw, 420px); height: min(32vw, 420px); place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: var(--rx-pink); }
.rx-mark-field::before, .rx-mark-field::after { position: absolute; border: 1px solid rgba(204, 7, 86, .3); border-radius: 50%; content: ""; }
.rx-mark-field::before { inset: 13%; }
.rx-mark-field::after { inset: -7%; border-color: rgba(255,255,255,.08); }
.rx-mark-ring { width: 68%; height: 68%; border: 1px dashed rgba(204, 7, 86, .55); border-radius: 50%; animation: rx-orbit 15s linear infinite; }
.rx-mark-word { position: absolute; font-family: Impact, Haettenschweiler, sans-serif; font-size: clamp(110px, 15vw, 210px); font-weight: 400; line-height: 1; }
.rx-mark-cross { position: absolute; top: 8%; right: 10%; color: #ffc83d; font-size: 32px; }
.rx-manifesto-copy { max-width: 650px; }
.rx-manifesto .rx-eyebrow { color: #99919a; }
.rx-manifesto h2, .rx-process-heading h2, .rx-proof h2, .rx-cta h2 { margin: 22px 0; font-size: clamp(58px, 8vw, 128px); font-weight: 500; letter-spacing: -.07em; line-height: .87; }
.rx-manifesto h2 em, .rx-process-heading h2 em, .rx-proof h2 em, .rx-cta h2 em { color: var(--rx-pink); font-family: Georgia, serif; font-size: .75em; font-style: italic; font-weight: 400; }
.rx-manifesto-copy p { max-width: 490px; color: #aaa1aa; font-size: 17px; }
.rx-capabilities { background: var(--rx-paper); }
.rx-capabilities-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.rx-capabilities-intro h2 { margin: 24px 0 12px; font-family: Impact, Haettenschweiler, sans-serif; font-size: clamp(62px, 8vw, 128px); font-weight: 400; letter-spacing: -.04em; line-height: .83; }
.rx-capabilities-intro p { max-width: 360px; margin-bottom: 60px; color: var(--rx-muted); }
.rx-capability-orb { position: relative; display: grid; width: 190px; height: 190px; place-items: center; border-radius: 50%; background: var(--rx-pink); color: #fff; box-shadow: 14px 16px 0 #ffc83d; transform: rotate(-8deg); }
.rx-capability-orb::before { position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.45); border-radius: inherit; content: ""; }
.rx-capability-orb::after { position: absolute; inset: -18px; border: 1px dashed rgba(204,7,86,.35); border-radius: 47% 53% 56% 44%; content: ""; animation: rx-orbit 16s linear infinite reverse; }
.rx-capability-orb span { font-family: Impact, sans-serif; font-size: 110px; line-height: 1; }
.rx-capability-list { border-top: 1px solid var(--rx-line); }
.rx-capability-row { position: relative; display: grid; grid-template-columns: 60px 1fr 30px; align-items: center; gap: 20px; min-height: 122px; border-bottom: 1px solid var(--rx-line); transition: padding var(--rx-fast), background var(--rx-fast); }
.rx-capability-row::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--rx-pink); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .45s var(--rx-ease); }
.rx-capability-row:hover { padding-inline: 18px; background: var(--rx-pink-wash); }
.rx-capability-row:hover::after { transform: scaleX(1); }
.rx-capability-row:hover b { transform: translate(5px, -4px); }
.rx-capability-number { color: var(--rx-pink); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.rx-capability-row strong { display: block; font-family: Impact, Haettenschweiler, sans-serif; font-size: clamp(28px, 3.5vw, 55px); font-weight: 400; letter-spacing: .01em; line-height: .9; text-transform: uppercase; }
.rx-capability-row small { display: block; margin-top: 8px; color: var(--rx-muted); font-size: 12px; }
.rx-capability-row b { color: var(--rx-pink); font-size: 22px; font-weight: 400; transition: transform var(--rx-fast); }

.rx-process { position: relative; overflow: hidden; background: var(--rx-night); color: #fff; }
.rx-process::before { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 24.9%, rgba(255,255,255,.025) 25% 25.08%, transparent 25.1% 49.9%); content: ""; pointer-events: none; animation: rx-scan 14s linear infinite; }
.rx-process .rx-section-topline { color: #938a93; }
.rx-process-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 76px 0 80px; }
.rx-process-heading p { max-width: 260px; margin-bottom: 12px; color: #aaa1aa; font-size: 14px; }
.rx-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rx-white-line); }
.rx-step { min-height: 245px; padding: 25px 22px 25px 0; border-right: 1px solid var(--rx-white-line); }
.rx-step:not(:first-child) { padding-left: 24px; }
.rx-step:last-child { border-right: 0; }
.rx-step > span { color: var(--rx-pink); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.rx-step h3 { margin: 60px 0 10px; font-family: Impact, Haettenschweiler, sans-serif; font-size: 30px; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; }
.rx-step p { max-width: 210px; margin: 0; color: #aaa1aa; font-size: 13px; }
.rx-proof { position: relative; overflow: hidden; background: var(--rx-pink-wash); }
.rx-proof::before { position: absolute; right: 7vw; top: 10%; width: 180px; height: 180px; border: 1px solid rgba(204,7,86,.25); border-radius: 50%; content: ""; animation: rx-proof-float 8s ease-in-out infinite; }
.rx-proof-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 10vw; }
.rx-proof h2 { font-size: clamp(54px, 7vw, 110px); }
.rx-proof p { max-width: 430px; margin-bottom: 30px; color: #6d626a; font-size: 15px; }

/* FAQ, CTA and footer */
.rx-faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.rx-faq-list { border-top: 1px solid var(--rx-line); }
.rx-faq-item { border-bottom: 1px solid var(--rx-line); }
.rx-faq-button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; background: transparent; cursor: pointer; font-size: 15px; font-weight: 750; text-align: left; }
.rx-faq-plus { color: var(--rx-pink); font-size: 25px; font-weight: 300; transition: transform var(--rx-fast); }
.rx-faq-item.open .rx-faq-plus { transform: rotate(45deg); }
.rx-faq-answer { max-height: 0; overflow: hidden; transition: max-height .5s var(--rx-ease); }
.rx-faq-answer p { max-width: 650px; margin: 0 0 22px; color: var(--rx-muted); font-size: 14px; }
.rx-cta { position: relative; overflow: hidden; background: var(--rx-night); color: #fff; }
.rx-cta::before { position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 62px, rgba(204,7,86,.08) 63px, transparent 64px 126px); content: ""; opacity: .45; animation: rx-scan 18s linear infinite reverse; pointer-events: none; }
.rx-cta-inner { position: relative; z-index: 1; }
.rx-cta-inner { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 9vw; }
.rx-cta .rx-eyebrow { color: #99919a; }
.rx-cta p { margin: 0 0 28px; color: #aaa1aa; font-size: 14px; }
.rx-footer { position: relative; overflow: hidden; padding: 118px 0 34px; background: var(--rx-night); color: #fff; }
.rx-footer::before { position: absolute; top: 0; left: 50%; width: 82vw; height: 1px; background: linear-gradient(90deg, transparent, var(--rx-pink), transparent); content: ""; transform: translateX(-50%); }
.rx-footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 5vw; padding-bottom: 75px; }
.rx-footer-brand p { max-width: 310px; margin: 18px 0 18px; color: #9c929c; font-size: 13px; }
.rx-footer-logo { display: block; width: 165px; }
.rx-footer-logo img { width: 165px; height: 124px; object-fit: contain; object-position: left center; }
.rx-footer-email { display: inline-flex; gap: 10px; color: #fff; font-size: 13px; font-weight: 750; }
.rx-footer-email span, .rx-footer a:hover { color: var(--rx-pink); }
.rx-footer-socials { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 25px; }
.rx-footer-socials a { margin: 0; color: #9c929c; font-size: 11px; }
.rx-footer h4 { margin: 8px 0 22px; color: #89808a; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.rx-footer-main > div:not(.rx-footer-brand) a { display: block; margin: 11px 0; color: #c2bac2; font-size: 13px; }
.rx-footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--rx-white-line); padding-top: 20px; color: #77707a; font-size: 10px; }
.rx-cookie { position: fixed; z-index: 1100; right: 72px; bottom: 18px; display: grid; grid-template-columns: minmax(200px, 1fr) auto auto; align-items: center; gap: 20px; width: min(430px, calc(100% - 90px)); padding: 19px 20px; background: #fff; box-shadow: 0 18px 55px rgba(20, 5, 15, .18); transition: opacity .35s ease, transform .45s var(--rx-ease); }
.rx-cookie.is-hidden { opacity: 0; pointer-events: none; transform: translateY(16px); }
.rx-cookie .rx-eyebrow { color: var(--rx-pink); font-size: 8px; }
.rx-cookie p { margin: 9px 0 0; color: #77737a; font-size: 11px; line-height: 1.4; }
.rx-cookie p a { color: var(--rx-pink); }
.rx-cookie button { border: 0; padding: 12px 15px; background: var(--rx-pink); color: #fff; cursor: pointer; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.rx-cookie .rx-cookie-necessary { padding-inline: 0; background: transparent; color: var(--rx-ink); white-space: nowrap; }

/* Shared inner pages and commerce surfaces */
.rx-page-hero { padding: 180px 0 100px; background: var(--rx-paper); }
.rx-page-hero h1 { max-width: 1000px; margin: 22px 0; font-family: Impact, Haettenschweiler, sans-serif; font-size: clamp(64px, 10vw, 150px); font-weight: 400; letter-spacing: -.04em; line-height: .82; text-transform: uppercase; }
.rx-breadcrumbs { display: flex; gap: 10px; color: var(--rx-muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.rx-content { padding: 110px 0; }
.rx-content-narrow { max-width: 850px; }
.rx-content h2 { margin-top: 60px; font-size: 48px; letter-spacing: -.055em; line-height: .95; }
.rx-content p, .rx-content li { color: var(--rx-muted); }
.rx-content ul { padding-left: 20px; }
.rx-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--rx-line); }
.rx-service-card { display: flex; min-height: 310px; flex-direction: column; padding: 26px 22px; border-right: 1px solid var(--rx-line); border-bottom: 1px solid var(--rx-line); transition: background var(--rx-fast), padding var(--rx-fast); }
.rx-service-card:nth-child(3n) { border-right: 0; }
.rx-service-card:hover { padding-left: 30px; background: var(--rx-pink-wash); }
.rx-service-index { color: var(--rx-pink); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.rx-service-card h3 { margin: auto 0 10px; font-family: Impact, Haettenschweiler, sans-serif; font-size: 35px; font-weight: 400; line-height: .9; text-transform: uppercase; }
.rx-service-card p { margin: 0 0 22px; color: var(--rx-muted); font-size: 13px; }
.rx-service-link { display: inline-flex; gap: 10px; color: var(--rx-pink); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.rx-process-grid[style] { border-top-color: var(--rx-line); }
.rx-pricing-shell, .rx-builder, .rx-summary { padding: 30px; border: 1px solid var(--rx-line); background: #fff; }
.rx-pricing-shell { margin-top: 30px; }
.rx-pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.rx-price-card { position: relative; padding: 28px; border: 1px solid var(--rx-line); background: var(--rx-soft); }
.rx-price-card.recommended { border-color: var(--rx-pink); }
.rx-price-card h3 { margin: 0; font-size: 26px; }
.rx-price { margin: 25px 0 5px; font-family: Georgia, serif; font-size: 50px; }
.rx-feature-list { padding: 0; list-style: none; }
.rx-feature-list li { margin: 10px 0; color: var(--rx-muted); font-size: 13px; }
.rx-feature-list li::before { margin-right: 8px; color: var(--rx-pink); content: "✓"; }
.rx-package { padding: 180px 0 110px; background: var(--rx-paper); }
.rx-package-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; margin-top: 50px; }
.rx-builder-step { padding: 24px 0; border-bottom: 1px solid var(--rx-line); }
.rx-builder-step h3 { margin: 0 0 14px; font-size: 18px; }
.rx-option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.rx-option { padding: 15px; border: 1px solid var(--rx-line); background: #fff; cursor: pointer; text-align: left; transition: background var(--rx-fast), border-color var(--rx-fast), transform var(--rx-fast); }
.rx-option:hover, .rx-option.active { border-color: var(--rx-pink); background: var(--rx-pink-wash); transform: translateY(-2px); }
.rx-option strong, .rx-option small { display: block; }
.rx-option small { margin-top: 5px; color: var(--rx-muted); font-size: 11px; }
.rx-summary { position: sticky; top: 30px; background: var(--rx-night); color: #fff; }
.rx-summary h3 { margin-top: 0; font-size: 26px; }
.rx-summary-row, .rx-summary-total { display: flex; justify-content: space-between; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--rx-white-line); font-size: 13px; }
.rx-summary-total { border: 0; font-size: 20px; font-weight: 750; }
.rx-summary-note { color: #aaa1aa; font-size: 12px; }
.rx-empty { padding: 25px; border: 1px dashed var(--rx-line); }
.rx-empty h2, .rx-empty h3 { margin: 0 0 8px; font-size: 22px; }
.rx-empty p { margin: 0; color: var(--rx-muted); font-size: 13px; }
.rx-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.rx-reveal { opacity: 0; transform: translateY(45px); transition: opacity .8s var(--rx-ease), transform .8s var(--rx-ease), clip-path .9s var(--rx-ease); transition-delay: var(--rx-delay, 0ms); }
.rx-reveal.is-visible { opacity: 1; transform: none; }
.rx-capability-row.rx-reveal { clip-path: inset(0 0 0 12%); }
.rx-capability-row.rx-reveal.is-visible { clip-path: inset(0); }
.rx-error { min-height: 70vh; display: grid; place-items: center; padding: 160px 0 90px; text-align: center; }
.rx-error .rx-display { margin: 0; font-size: clamp(130px, 25vw, 360px); line-height: .75; }
.rx-error p { color: var(--rx-muted); }

/* Chat and search */
.rx-chat-launch { position: fixed; z-index: 1050; right: 78px; bottom: 22px; display: grid; width: 54px; height: 54px; place-items: center; border: 0; border-radius: 50%; background: var(--rx-pink); box-shadow: 0 12px 35px rgba(204, 7, 86, .3); cursor: pointer; transition: transform var(--rx-fast); }
.rx-chat-launch:hover { transform: translateY(-4px); }
.rx-chat-icon { display: block; width: 20px; height: 16px; border: 2px solid #fff; border-radius: 7px; }
.rx-chat { position: fixed; z-index: 1049; right: 78px; bottom: 88px; display: none; width: min(350px, calc(100vw - 100px)); overflow: hidden; background: #fff; box-shadow: 0 20px 70px rgba(20, 5, 15, .22); }
.rx-chat.open { display: block; animation: rx-pop .35s var(--rx-ease); }
.rx-chat-head { padding: 20px; background: var(--rx-night); color: #fff; }
.rx-chat-head strong, .rx-chat-head small { display: block; }
.rx-chat-head strong { font-size: 11px; letter-spacing: .15em; }
.rx-chat-head small { margin-top: 8px; color: #aaa1aa; font-size: 12px; }
.rx-chat-body { padding: 15px; }
.rx-chat-messages { max-height: 130px; overflow: auto; margin-bottom: 12px; padding: 10px; background: var(--rx-soft); }
.rx-chat-msg { margin: 5px 0; color: var(--rx-muted); font-size: 12px; }
.rx-chat-msg.me { color: var(--rx-ink); text-align: right; }
.rx-field { display: block; width: 100%; margin: 8px 0; padding: 11px; border: 1px solid var(--rx-line); border-radius: 0; background: #fff; outline-color: var(--rx-pink); font-size: 12px; }
.rx-chat-status { min-height: 18px; margin-top: 8px; color: var(--rx-pink); font-size: 11px; }
.rx-cursor { position: fixed; z-index: 2000; inset: 0; pointer-events: none; }
.rx-cursor-dot, .rx-cursor-ring { position: fixed; top: -20px; left: -20px; display: block; border-radius: 50%; transform: translate(-50%, -50%); }
.rx-cursor-dot { width: 5px; height: 5px; background: var(--rx-pink); }
.rx-cursor-ring { width: 31px; height: 31px; border: 1px solid rgba(204, 7, 86, .55); transition: width .25s var(--rx-ease), height .25s var(--rx-ease), border-color .25s; }
.rx-cursor.is-hover .rx-cursor-ring { width: 52px; height: 52px; border-color: var(--rx-pink); }
.rx-search { position: fixed; z-index: 1400; inset: 0; display: none; place-items: center; background: rgba(18, 13, 18, .75); }
.rx-search.open { display: grid; }
.rx-search-inner { width: min(700px, calc(100% - 40px)); padding: 25px; background: #fff; }
.rx-search input { width: 100%; padding: 16px 0; border: 0; border-bottom: 1px solid var(--rx-line); outline: 0; font-size: 28px; }

@keyframes rx-hero-in { from { opacity: 0; transform: translateY(35px); } to { opacity: 1; transform: none; } }
@keyframes rx-float { 0%, 100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-10px) rotate(5deg); } }
@keyframes rx-scroll { 0%, 100% { transform: scaleY(.55); transform-origin: top; opacity: .5; } 50% { transform: scaleY(1); transform-origin: top; opacity: 1; } }
@keyframes rx-orbit { to { transform: rotate(360deg); } }
@keyframes rx-pop { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes rx-grid-breathe { from { opacity: .16; transform: scale(1); } to { opacity: .38; transform: scale(1.025); } }
@keyframes rx-ink-drift { 0% { border-radius: 51% 49% 60% 40%; transform: translate3d(0,0,0) rotate(0deg) scale(1); } 50% { border-radius: 42% 58% 46% 54%; transform: translate3d(2vw,-1vw,0) rotate(18deg) scale(1.08); } 100% { border-radius: 62% 38% 52% 48%; transform: translate3d(-1vw,2vw,0) rotate(-12deg) scale(.94); } }
@keyframes rx-scan { from { background-position: 0 0; } to { background-position: 250px 0; } }
@keyframes rx-proof-float { 0%, 100% { transform: translate3d(0,0,0) rotate(0deg); } 50% { transform: translate3d(-22px,18px,0) rotate(16deg); } }

@media (max-width: 1000px) {
  :root { --rx-rail: 48px; }
  .rx-container { width: min(calc(100% - 82px), var(--rx-max)); }
  .rx-header { left: 24px; right: calc(var(--rx-rail) + 24px); }
  .rx-hero-bottom { padding-left: 0; }
  .rx-manifesto-grid, .rx-capabilities-grid, .rx-proof-grid, .rx-cta-inner { gap: 5vw; }
  .rx-footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .rx-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  :root { --rx-rail: 46px; }
  .rx-container { width: calc(100% - 58px); }
  .rx-header { top: 12px; left: 14px; right: 58px; }
  .rx-header-meta { display: none; }
  .rx-logo-link, .rx-logo-link img { width: 64px; height: 48px; }
  .rx-rail { top: 0; right: 0; bottom: auto; height: 46px; width: var(--rx-rail); }
  .rx-menu-toggle { width: var(--rx-rail); height: 46px; }
  .rx-rail-wordmark, .rx-rail-mark { display: none; }
  .rx-menu-overlay { inset: 46px 0 0; padding: 22px 25px 20px; transform: translateY(25px); }
  .rx-menu-main { display: block; overflow: auto; padding: 35px 0; }
  .rx-menu-nav a { grid-template-columns: 30px 1fr 25px; padding: 10px 0; }
  .rx-menu-nav a b { font-size: 37px; }
  .rx-menu-aside { margin-top: 36px; }
  .rx-menu-aside p { font-size: 18px; }
  .rx-menu-footer { font-size: 8px; }
  .rx-menu-footer span:nth-child(2) { display: none; }
  .rx-hero-editorial { min-height: 116vh; padding: 96px 0 64px; }
  .rx-hero-sticky { min-height: 88vh; }
  .rx-hero-topline span:nth-child(2) { display: none; }
  .rx-hero-topline { font-size: 8px; }
  .rx-hero-brand { margin-top: 55px; }
  .rx-hero-wordmark { margin-top: 42px; }
  .rx-hero-title { font-size: clamp(77px, 20.5vw, 145px); }
  .rx-hero-title em { right: 0; bottom: -.3em; font-size: .43em; }
  .rx-hero-bottom { grid-template-columns: 1fr 1fr; gap: 28px 14px; margin-top: 55px; }
  .rx-hero-intro { grid-column: 1 / -1; max-width: 310px; }
  .rx-scroll-cue { display: none; }
  .rx-orbit-one { right: -20vw; bottom: 20vh; width: 75vw; height: 75vw; }
  .rx-orbit-two { right: 8vw; bottom: 27vh; width: 35vw; height: 35vw; }
  .rx-hero-grid-lines { opacity: .18; }
  .rx-hero-ink { width: 48vw; height: 48vw; }
  .rx-section { padding: 92px 0; }
  .rx-manifesto { padding: 88px 0; }
  .rx-manifesto-grid, .rx-capabilities-grid, .rx-proof-grid, .rx-faq, .rx-cta-inner { display: block; }
  .rx-mark-field { width: 68vw; height: 68vw; margin: 0 auto 72px; }
  .rx-manifesto h2, .rx-process-heading h2, .rx-proof h2, .rx-cta h2 { font-size: clamp(57px, 16vw, 95px); }
  .rx-manifesto-copy p { font-size: 15px; }
  .rx-capabilities-intro { margin-bottom: 60px; }
  .rx-capabilities-intro h2 { font-size: 84px; }
  .rx-capability-orb { width: 150px; height: 150px; }
  .rx-capability-orb span { font-size: 85px; }
  .rx-capability-row { grid-template-columns: 35px 1fr 20px; min-height: 110px; gap: 10px; }
  .rx-capability-row strong { font-size: 30px; }
  .rx-process-heading { display: block; margin: 55px 0; }
  .rx-process-heading p { margin-top: 28px; }
  .rx-process-grid { grid-template-columns: 1fr 1fr; }
  .rx-step, .rx-step:not(:first-child) { min-height: 225px; padding: 21px 14px 20px 0; }
  .rx-step:nth-child(2n) { padding-left: 14px; border-right: 0; }
  .rx-step:nth-child(n+3) { border-top: 1px solid var(--rx-white-line); }
  .rx-step h3 { margin-top: 45px; font-size: 25px; }
  .rx-proof p { margin-top: 32px; }
  .rx-faq > div:first-child { margin-bottom: 55px; }
  .rx-footer { padding-top: 80px; }
  .rx-footer-main { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .rx-footer-brand { grid-column: 1 / -1; }
  .rx-footer-bottom { display: grid; gap: 8px; }
  .rx-cookie { right: 58px; bottom: 10px; grid-template-columns: 1fr auto; gap: 10px 14px; width: calc(100% - 68px); }
  .rx-cookie > div { grid-column: 1 / -1; }
  .rx-cookie .rx-cookie-necessary { grid-column: 2; grid-row: 2; }
  .rx-chat-launch { right: 58px; bottom: 15px; }
  .rx-chat { right: 58px; bottom: 80px; width: min(350px, calc(100vw - 72px)); }
  .rx-page-hero { padding: 135px 0 75px; }
  .rx-page-hero h1 { font-size: clamp(60px, 17vw, 100px); }
  .rx-content { padding: 80px 0; }
  .rx-service-grid { grid-template-columns: 1fr; }
  .rx-service-card, .rx-service-card:nth-child(3n) { min-height: 260px; border-right: 0; }
  .rx-pricing-grid, .rx-package-grid { grid-template-columns: 1fr; }
  .rx-summary { position: static; }
  .rx-option-grid { grid-template-columns: 1fr 1fr; }
  .rx-cursor { display: none; }
}

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

/* ==========================================================================
   ROVEXA MOTION / RESPONSIVE PASS
   Keeps the existing visual language, but makes the page feel intentional
   instead of animated merely because CSS can technically move things.
   ========================================================================== */

html { scroll-behavior: auto; }
body { text-rendering: optimizeLegibility; }
.rx-home, .rx-footer { isolation: isolate; }

.rx-hero-editorial,
.rx-section,
.rx-manifesto,
.rx-cta { contain: paint; }

.rx-hero-sticky { transform: translateZ(0); backface-visibility: hidden; }
.rx-hero-grid-lines { will-change: transform, opacity; transform-origin: 50% 50%; }
.rx-hero-ink,
.rx-hero-orbit,
.rx-hero-brand-dot,
.rx-capability-orb { will-change: transform; }

.rx-hero-title { font-size: clamp(72px, 13.4vw, 220px); }
.rx-hero-bottom { margin-top: clamp(52px, 7vh, 92px); }

.rx-section { padding-block: clamp(92px, 10vw, 150px); }
.rx-manifesto { padding-block: clamp(100px, 11vw, 165px); }

.rx-reveal {
  opacity: 0;
  transform: translate3d(0, 38px, 0) scale(.985);
  filter: blur(2px);
  transition:
    opacity .85s var(--rx-ease),
    transform 1s var(--rx-ease),
    filter .85s var(--rx-ease);
  will-change: transform, opacity, filter;
}
.rx-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
  filter: blur(0);
}

.rx-capability-row.rx-reveal {
  clip-path: inset(0 0 0 10%);
  transform: translate3d(0, 28px, 0);
}
.rx-capability-row.rx-reveal.is-visible {
  clip-path: inset(0);
  transform: translate3d(0,0,0);
}

/* Scroll-stage depth. JS only writes a single transform per element on each RAF. */
[data-rx-depth] {
  will-change: transform;
  transform: translate3d(0, var(--rx-depth-y, 0px), 0);
}
.rx-hero-editorial [data-rx-depth] { backface-visibility: hidden; }

/* More polished interactive rows without layout shifts. */
.rx-capability-row { overflow: hidden; }
.rx-capability-row::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--rx-pink);
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .55s var(--rx-ease);
}
.rx-capability-row:hover::before { transform: scaleY(1); }
.rx-capability-row:hover { padding-inline: 18px; }

/* Reduce the number of continuously repainting effects on small screens. */
@media (max-width: 1100px) {
  .rx-container { width: min(calc(100% - 94px), var(--rx-max)); }
  .rx-hero-editorial { min-height: 102vh; }
  .rx-hero-title { font-size: clamp(68px, 14vw, 180px); }
  .rx-hero-bottom { gap: 4vw; }
  .rx-section { padding-block: 112px; }
}

@media (max-width: 820px) {
  .rx-container { width: calc(100% - 72px); }
  .rx-header { left: 18px; right: 60px; }
  .rx-hero-editorial {
    min-height: 96vh;
    padding-top: 82px;
    padding-bottom: 58px;
  }
  .rx-hero-sticky { min-height: 92vh; }
  .rx-hero-title {
    font-size: clamp(62px, 16.8vw, 138px);
    line-height: .76;
  }
  .rx-hero-brand { margin-top: 42px; }
  .rx-hero-wordmark { margin-top: 34px; }
  .rx-hero-bottom { margin-top: 48px; }
  .rx-section { padding-block: 92px; }
  .rx-process-heading { margin: 58px 0 62px; }
}

@media (max-width: 600px) {
  :root { --rx-rail: 46px; }
  .rx-container { width: calc(100% - 42px); }
  .rx-header { left: 11px; right: 57px; top: 9px; }
  .rx-logo-link, .rx-logo-link img { width: 60px; height: 45px; }

  .rx-hero-editorial {
    min-height: 92vh;
    padding: 72px 0 42px;
  }
  .rx-hero-sticky { min-height: 88vh; }
  .rx-hero-topline { letter-spacing: .16em; }
  .rx-hero-brand {
    margin-top: 34px;
    font-size: 8px;
  }
  .rx-hero-brand-dot { width: 27px; height: 27px; }
  .rx-hero-wordmark {
    width: 100%;
    margin-top: 28px;
    margin-left: 0;
  }
  .rx-hero-title {
    width: 100%;
    font-size: clamp(57px, 19.5vw, 112px);
    letter-spacing: -.045em;
    line-height: .78;
  }
  .rx-hero-title > span { white-space: nowrap; }
  .rx-hero-title em {
    right: 1%;
    bottom: -.27em;
    font-size: .4em;
  }
  .rx-hero-bottom {
    grid-template-columns: 1fr 1fr;
    gap: 22px 12px;
    margin-top: 43px;
  }
  .rx-hero-category strong { font-size: clamp(25px, 8vw, 40px); }
  .rx-hero-category small { font-size: 9px; line-height: 1.35; }
  .rx-hero-intro { max-width: 100%; }
  .rx-hero-intro p { font-size: 12px; margin-bottom: 17px; }
  .rx-hero-grid-lines { opacity: .11; }
  .rx-hero-ink { opacity: .55; }
  .rx-hero-orbit { opacity: .65; }

  .rx-section { padding-block: 76px; }
  .rx-manifesto { padding-block: 78px; }
  .rx-mark-field { width: 60vw; height: 60vw; margin-bottom: 54px; }
  .rx-manifesto h2,
  .rx-process-heading h2,
  .rx-proof h2,
  .rx-cta h2 {
    font-size: clamp(49px, 15vw, 78px);
    letter-spacing: -.065em;
  }
  .rx-capabilities-intro h2 { font-size: clamp(64px, 20vw, 92px); }
  .rx-capability-row { min-height: 96px; }
  .rx-capability-row strong { font-size: clamp(25px, 7.8vw, 38px); }
  .rx-capability-row small { font-size: 10px; }
  .rx-capability-row:hover { padding-inline: 10px; }
  .rx-process-grid { grid-template-columns: 1fr; }
  .rx-step, .rx-step:not(:first-child),
  .rx-step:nth-child(2n) {
    min-height: auto;
    padding: 25px 0;
    border-right: 0;
    border-top: 1px solid var(--rx-white-line);
  }
  .rx-step:first-child { border-top: 0; }
  .rx-step h3 { margin-top: 28px; }
  .rx-faq-button { padding: 20px 0; font-size: 14px; }
  .rx-cta-inner { gap: 32px; }
  .rx-footer { padding-top: 82px; }
}

@media (max-width: 380px) {
  .rx-container { width: calc(100% - 32px); }
  .rx-header { left: 8px; right: 54px; }
  .rx-hero-title { font-size: clamp(52px, 18.5vw, 76px); }
  .rx-hero-bottom { gap: 18px 9px; }
  .rx-hero-category strong { font-size: 23px; }
  .rx-capability-row { grid-template-columns: 28px 1fr 18px; gap: 8px; }
  .rx-capability-row strong { font-size: 23px; }
}

/* Touch devices do not need desktop-only hover theatrics. */
@media (pointer: coarse) {
  .rx-capability-row:hover {
    padding-inline: 0;
    background: transparent;
  }
  .rx-capability-row:hover::after,
  .rx-capability-row:hover::before { transform: scaleX(0); transform: scaleY(0); }
  .rx-btn:hover { transform: none; }
}

/* Keep the motion rich, but respect people who explicitly ask the browser
   not to animate things. */
@media (prefers-reduced-motion: reduce) {
  [data-rx-depth] { transform: none !important; }
  .rx-reveal,
  .rx-reveal.is-visible {
    filter: none !important;
    transform: none !important;
  }
}

/* ==========================================================================
   FINAL RESPONSIVE GUARDRAILS
   ========================================================================== */
@media (max-width: 1180px) {
  .rx-hero-editorial { min-height: 100vh; }
  .rx-hero-sticky { min-height: 94vh; }
  .rx-hero-title { font-size: clamp(64px, 13.2vw, 170px); }
  .rx-hero-bottom { grid-template-columns: 1fr 1fr 1fr; gap: 3.5vw; }
}

@media (max-width: 900px) and (min-width: 601px) {
  .rx-container { width: calc(100% - 86px); }
  .rx-hero-editorial { min-height: 96vh; padding-top: 96px; }
  .rx-hero-sticky { min-height: 90vh; }
  .rx-hero-title { font-size: clamp(60px, 15.5vw, 132px); }
  .rx-hero-bottom { grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 44px; }
  .rx-hero-intro { grid-column: 1 / -1; max-width: 440px; }
}

@media (max-width: 720px) {
  .rx-hero-editorial { min-height: 94vh; }
  .rx-hero-sticky { min-height: 88vh; }
}

@media (max-width: 600px) {
  .rx-hero-editorial { min-height: 92vh; }
  .rx-hero-sticky { min-height: 88vh; }
  .rx-hero-title { font-size: clamp(54px, 19vw, 108px); }
  .rx-word-particles i { width: 2px; height: 2px; }
}

@media (max-width: 380px) {
  .rx-hero-editorial { min-height: 90vh; }
  .rx-hero-sticky { min-height: 86vh; }
  .rx-hero-title { font-size: clamp(48px, 18.2vw, 74px); }
}


/* ================================================================
   ROVEXA NAV / HERO / CONTACT FINAL OVERRIDES
   ================================================================ */
.rx-rail-account {
  display: grid !important;
  width: var(--rx-rail) !important;
  height: 46px !important;
  min-width: var(--rx-rail) !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  outline: none !important;
  opacity: .94;
  pointer-events: auto;
  position: relative;
  z-index: 1002;
  transition: opacity .25s ease, transform .35s cubic-bezier(.22,1,.36,1);
}
.rx-rail-account:focus-visible { outline: 1px solid rgba(255,255,255,.75) !important; outline-offset: -5px; }
.rx-rail-account svg { display: block; width: 21px; height: 21px; fill: none !important; stroke: #fff !important; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; }
.rx-rail-account:hover { opacity: 1; transform: translateY(2px); }

/* Keep the hero intentionally compact and keep the logo lockup tight. */
.rx-hero-editorial { min-height: 74vh; padding: 86px 0 34px; }
.rx-hero-sticky { min-height: 68vh; }
.rx-hero-brand { margin-top: 2.5vh; }
.rx-hero-wordmark { margin-top: 0; }
.rx-hero-bottom { margin-top: 5vh; }
.rx-scroll-cue { bottom: 14px; }

.rx-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 120px); align-items: start; }
.rx-contact-copy h2 { margin: 18px 0 22px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(56px, 7vw, 108px); font-weight: 400; line-height: .86; letter-spacing: -.055em; }
.rx-contact-copy h2 em, .rx-contact-hero h1 em { color: var(--rx-pink); font-family: Georgia, serif; font-weight: 400; }
.rx-contact-copy p { max-width: 480px; color: var(--rx-muted); line-height: 1.7; }
.rx-contact-card { padding: clamp(24px, 4vw, 48px); border: 1px solid var(--rx-line); background: rgba(255,255,255,.5); }
.rx-contact-form { display: grid; gap: 24px; }
.rx-contact-fields { display: grid; gap: 22px; }
.rx-contact-fields label { display: grid; gap: 8px; }
.rx-contact-fields label > span { color: #8f8990; font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.rx-contact-form .rx-field { width: 100%; border: 0; border-bottom: 1px solid #d5d0d5; border-radius: 0; background: transparent; padding: 12px 0; color: var(--rx-ink); outline: none; font: inherit; resize: vertical; transition: border-color .25s ease; }
.rx-contact-form .rx-field:focus { border-color: var(--rx-pink); }
.rx-contact-form textarea.rx-field { min-height: 130px; }
.rx-contact-status { min-height: 18px; color: #777078; font-size: 11px; line-height: 1.5; }
.rx-contact-status.is-success { color: #28734d; }
.rx-contact-status.is-error { color: #a33a3a; }

@media (max-width: 900px) {
  .rx-hero-editorial { min-height: 72vh; padding-top: 78px; padding-bottom: 30px; }
  .rx-hero-sticky { min-height: 66vh; }
  .rx-hero-brand { margin-top: 2vh; }
  .rx-hero-wordmark { margin-top: 18px; }
  .rx-hero-bottom { margin-top: 4vh; }
  .rx-contact-grid { grid-template-columns: 1fr; gap: 52px; }
}
@media (max-width: 600px) {
  .rx-hero-editorial { min-height: 76vh; padding: 68px 0 26px; }
  .rx-hero-sticky { min-height: 70vh; }
  .rx-hero-brand { margin-top: 18px; }
  .rx-hero-wordmark { margin-top: 16px; }
  .rx-hero-bottom { margin-top: 30px; }
  .rx-scroll-cue { bottom: 8px; }
  .rx-contact-card { padding: 24px 20px; }
  .rx-contact-copy h2 { font-size: clamp(48px, 15vw, 76px); }
}


/* Final lockup spacing: no blank gap between the Rovexa brand mark and wordmark. */
.rx-hero-wordmark { margin-top: 0 !important; }

.rx-rail-account { border: 0 !important; padding: 0 !important; background: transparent !important; cursor: pointer; font: inherit; text-decoration: none; }


/* Persistent live chat */
.rx-chat-head { display:flex; align-items:center; justify-content:space-between; gap:14px; }
.rx-chat-close { width:30px; height:30px; border:0; background:transparent; color:#fff; font-size:25px; line-height:1; cursor:pointer; opacity:.8; }
.rx-chat-close:hover { opacity:1; }
.rx-chat-body { padding:12px; }
.rx-chat-messages { min-height:170px; max-height:300px; margin-bottom:10px; padding:12px; background:var(--rx-soft); }
.rx-chat-msg { width:fit-content; max-width:86%; margin:7px 0; padding:9px 11px; border-radius:14px 14px 14px 3px; background:#fff; color:var(--rx-ink); font-size:12px; line-height:1.45; box-shadow:0 3px 12px rgba(20,5,15,.05); }
.rx-chat-msg.me { margin-left:auto; border-radius:14px 14px 3px 14px; background:var(--rx-pink); color:#fff; text-align:left; }
.rx-chat-msg.team { border-radius:14px 14px 14px 3px; background:#fff; }
.rx-chat-msg.system { margin-right:auto; background:transparent; color:var(--rx-muted); box-shadow:none; padding-left:0; }
.rx-chat-identity[hidden] { display:none; }
.rx-chat-intro { margin:0 0 8px; color:var(--rx-muted); font-size:11px; line-height:1.5; }
.rx-chat-composer { display:flex; align-items:flex-end; gap:8px; }
.rx-chat-composer .rx-field { flex:1; min-width:0; margin:0; resize:none; }
.rx-chat-send { flex:0 0 40px; width:40px; height:40px; border:0; border-radius:50%; background:var(--rx-pink); color:#fff; font-size:20px; cursor:pointer; }
.rx-chat-send:hover { transform:translateY(-1px); }
