:root {
  --rv-canvas: #050607;
  --rv-canvas-2: #080a0d;
  --rv-surface: #0a0d11;
  --rv-surface-2: #10141a;
  --rv-surface-3: #151a21;
  --rv-line: #272d36;
  --rv-line-soft: rgba(255, 255, 255, 0.08);
  --rv-text: #f5f7f9;
  --rv-muted: #b3bac4;
  --rv-faint: #858e9a;
  --rv-red: #ff0000;
  --rv-red-hover: #ff3434;
  --rv-red-glow: rgba(255, 0, 0, 0.14);
  --rv-success: #6be39a;
  --rv-warning: #ffc857;
  --rv-danger: #ff6b6b;
  --rv-content: 1240px;
  --rv-reading: 780px;
  --rv-radius: 16px;
  --rv-radius-sm: 10px;
  --rv-section: clamp(4.5rem, 9vw, 8.5rem);
  --rv-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  --rv-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --rv-font-display: "Arial Narrow", "Aptos Display", Inter, ui-sans-serif, system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 76% 0%, rgba(255, 0, 0, 0.08), transparent 28rem),
    var(--rv-canvas);
  color: var(--rv-text);
  font-family: var(--rv-font-body);
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

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

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

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

button { color: inherit; }

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }

a:hover { color: var(--rv-red-hover); }

p { margin: 0 0 1.25rem; color: var(--rv-muted); }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.25rem;
  color: var(--rv-text);
  font-family: var(--rv-font-display);
  font-weight: 760;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 { font-size: clamp(3rem, 7vw, 5.75rem); }
h2 { font-size: clamp(2.25rem, 5vw, 4rem); }
h3 { font-size: clamp(1.45rem, 2.4vw, 2rem); }
h4 { font-size: 1.22rem; }

ul, ol { color: var(--rv-muted); }

hr { border: 0; border-top: 1px solid var(--rv-line-soft); margin: 3rem 0; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.rv-skip-link:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  width: auto;
  z-index: 100000;
}

.rv-skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-150%);
  padding: 0.7rem 1rem;
  background: #fff;
  color: #000;
  border-radius: 7px;
  z-index: 100000;
}
.rv-skip-link:focus { transform: translateY(0); }

.rv-site-shell { min-height: 100vh; }
.rv-main { min-height: 60vh; }
.rv-container { width: min(calc(100% - 2.5rem), var(--rv-content)); margin-inline: auto; }
.rv-container--narrow { width: min(calc(100% - 2.5rem), var(--rv-reading)); margin-inline: auto; }
.rv-section { position: relative; padding: var(--rv-section) 0; }
.rv-section--tight { padding: clamp(3.75rem, 7vw, 6.25rem) 0; }
.rv-section--surface { background: var(--rv-surface); border-block: 1px solid var(--rv-line-soft); }
.rv-section--elevated { background: var(--rv-surface-2); }
.rv-section--overflow { overflow: hidden; }
.rv-section--grid::before,
.rv-page-hero::before,
.rv-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.rv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
  color: var(--rv-muted);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.rv-kicker::before { content: ""; width: 38px; height: 3px; background: var(--rv-red); }
.rv-kicker--no-line::before { display: none; }

.rv-lead { max-width: 760px; color: #d2d7de; font-size: clamp(1.12rem, 2vw, 1.34rem); line-height: 1.6; }
.rv-intro { max-width: 760px; font-size: 1.18rem; color: #d0d5dc; }
.rv-muted { color: var(--rv-muted); }
.rv-eyebrow-note { color: var(--rv-faint); font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; }

.rv-button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--rv-red);
  border-radius: 8px;
  background: var(--rv-red);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(255,0,0,0);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.rv-button:hover,
.rv-button:focus-visible,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-2px);
  background: var(--rv-red-hover);
  border-color: var(--rv-red-hover);
  color: #fff;
  box-shadow: 0 14px 36px var(--rv-red-glow);
}
.rv-button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible { outline: 3px solid rgba(255, 52, 52, 0.55); outline-offset: 3px; }
.rv-button--secondary { background: transparent; border-color: var(--rv-line); color: var(--rv-text); }
.rv-button--secondary:hover { background: var(--rv-surface-3); border-color: #4b535f; }
.rv-button--light { background: #fff; border-color: #fff; color: #050607; }
.rv-button--light:hover { background: #f1f2f4; border-color: #f1f2f4; color: #050607; box-shadow: 0 14px 36px rgba(0,0,0,.15); }
.rv-button--small { min-height: 44px; padding: .72rem 1rem; font-size: .84rem; }
.rv-button--block { width: 100%; }
.rv-button--disabled { opacity: .55; pointer-events: none; }
.rv-text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--rv-text); font-size: .9rem; font-weight: 740; text-decoration: none; }
.rv-text-link span { color: var(--rv-red); transition: transform .2s ease; }
.rv-text-link:hover span { transform: translateX(4px); }
.rv-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }

/* Header */
.rv-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 88px;
  background: linear-gradient(to bottom, rgba(5,6,7,.94), rgba(5,6,7,.42), transparent);
  transition: height .25s ease, background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
  border-bottom: 1px solid transparent;
}
.admin-bar .rv-header { top: 32px; }
.rv-header.is-scrolled { height: 72px; background: rgba(5,6,7,.9); border-color: var(--rv-line-soft); backdrop-filter: blur(18px); }
.rv-header__inner { height: 100%; display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 2rem; }
.rv-brand { display: inline-flex; align-items: center; width: fit-content; text-decoration: none; }
.rv-logo { width: auto; height: auto; }
.rv-header__logo { width: 205px; max-height: 62px; object-fit: contain; object-position: left center; }
.rv-desktop-nav { justify-self: end; }
.rv-menu,
.rv-menu ul { list-style: none; margin: 0; padding: 0; }
.rv-menu { display: flex; align-items: center; gap: .25rem; }
.rv-menu > li { position: relative; }
.rv-nav-link,
.rv-menu > li > a { display: inline-flex; align-items: center; min-height: 44px; padding: .65rem .8rem; color: #d8dde3; font-size: .88rem; font-weight: 660; text-decoration: none; }
.rv-menu > li > a:hover,
.rv-menu > li.current-menu-item > a,
.rv-menu > li.current-menu-ancestor > a { color: #fff; }
.rv-menu > li.current-menu-item > a::after,
.rv-menu > li.current-menu-ancestor > a::after { content: ""; position: absolute; left: .8rem; right: .8rem; bottom: .2rem; height: 2px; background: var(--rv-red); }
.rv-menu .sub-menu { position: absolute; top: calc(100% + 10px); left: 0; min-width: 220px; padding: .6rem; border: 1px solid var(--rv-line); border-radius: 12px; background: rgba(16,20,26,.98); box-shadow: var(--rv-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.rv-menu li:hover > .sub-menu,
.rv-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.rv-menu .sub-menu a { display: block; padding: .7rem .75rem; border-radius: 7px; color: var(--rv-muted); font-size: .86rem; text-decoration: none; }
.rv-menu .sub-menu a:hover { background: var(--rv-surface-3); color: #fff; }
.rv-header__actions { display: flex; align-items: center; gap: .8rem; }
.rv-menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--rv-line); border-radius: 9px; background: var(--rv-surface-2); }
.rv-menu-toggle span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; margin: 5px auto; background: #fff; }

.rv-mobile-menu { position: fixed; inset: 0; z-index: 2000; display: none; background: rgba(5,6,7,.98); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.rv-mobile-menu.is-open { opacity: 1; visibility: visible; }
.rv-mobile-menu__inner { min-height: 100%; width: min(100%, 720px); margin-left: auto; padding: 1.25rem; display: flex; flex-direction: column; gap: 2rem; background: var(--rv-canvas); border-left: 1px solid var(--rv-line); }
.rv-mobile-menu__top { display: flex; align-items: center; justify-content: space-between; }
.rv-mobile-menu__logo { width: 180px; }
.rv-menu-close { width: 48px; height: 48px; border: 1px solid var(--rv-line); border-radius: 9px; background: var(--rv-surface-2); font-size: 2rem; line-height: 1; }
.rv-mobile-links,
.rv-mobile-links ul { list-style: none; margin: 0; padding: 0; }
.rv-mobile-links > li > a { display: flex; padding: .85rem 0; border-bottom: 1px solid var(--rv-line-soft); color: #fff; font-family: var(--rv-font-display); font-size: clamp(1.7rem, 8vw, 2.6rem); font-weight: 740; letter-spacing: -.03em; text-decoration: none; }
.rv-mobile-links .sub-menu { padding: .6rem 0 1rem 1rem; }
.rv-mobile-links .sub-menu a { display: block; padding: .45rem 0; color: var(--rv-muted); text-decoration: none; }
.rv-mobile-menu__meta { margin-top: auto; display: grid; gap: .4rem; color: var(--rv-faint); font-size: .9rem; }

/* Home hero */
.rv-home-hero { position: relative; min-height: 830px; display: flex; align-items: center; padding: 150px 0 80px; overflow: hidden; }
.rv-home-hero::after { content: ""; position: absolute; width: 630px; height: 630px; right: -100px; top: -160px; background: radial-gradient(circle, rgba(255,0,0,.14), transparent 67%); filter: blur(12px); pointer-events: none; }
.rv-home-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.rv-home-hero h1 { max-width: 790px; font-size: clamp(3.5rem, 7.4vw, 6.8rem); }
.rv-home-hero h1 em { color: var(--rv-red); font-style: normal; }
.rv-home-hero__copy > p { max-width: 710px; color: #c4cad2; font-size: clamp(1.08rem, 1.6vw, 1.28rem); }
.rv-trust-line { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin: 2rem 0 0; padding: 0; list-style: none; color: var(--rv-faint); font-size: .82rem; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.rv-trust-line li { display: flex; align-items: center; gap: .55rem; }
.rv-trust-line li::before { content: ""; width: 5px; height: 5px; background: var(--rv-red); transform: rotate(45deg); }

.rv-browser-stack { position: relative; min-height: 590px; perspective: 1100px; }
.rv-browser { position: absolute; border: 1px solid #313943; border-radius: 18px; overflow: hidden; background: #0a0d11; box-shadow: 0 36px 100px rgba(0,0,0,.46); }
.rv-browser--primary { inset: 0 0 68px 58px; transform: rotateY(-5deg) rotateX(2deg); }
.rv-browser--mobile { width: 190px; height: 390px; left: 0; bottom: 0; border-radius: 30px; transform: rotateY(7deg); z-index: 2; }
.rv-browser__bar { height: 44px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #151a20; border-bottom: 1px solid #252b34; }
.rv-browser__bar span { width: 9px; height: 9px; border-radius: 50%; background: #555e68; }
.rv-browser__bar span:first-child { background: var(--rv-red); }
.rv-browser__url { flex: 1; height: 22px; margin-left: 8px; border-radius: 6px; background: #0c0f13; }
.rv-browser__screen { min-height: 100%; padding: clamp(1.4rem, 3vw, 2.6rem); background: radial-gradient(circle at 80% 5%, rgba(255,0,0,.11), transparent 35%), #090b0e; }
.rv-browser__screen-brand { width: 120px; height: 17px; background: linear-gradient(90deg,#fff 0 68%,#606974 68%); border-radius: 4px; }
.rv-browser__screen h3 { margin: 4rem 0 1rem; max-width: 390px; font-size: clamp(2rem, 4vw, 3.5rem); }
.rv-browser__screen p { max-width: 380px; font-size: .92rem; }
.rv-browser__screen .rv-mock-button { display: inline-block; margin-top: .75rem; width: 145px; height: 46px; border-radius: 7px; background: var(--rv-red); }
.rv-browser__screen-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 3rem; }
.rv-browser__screen-cards span { height: 96px; border: 1px solid #252c35; border-radius: 10px; background: #11161c; }
.rv-browser--mobile .rv-browser__bar { height: 34px; justify-content: center; }
.rv-browser--mobile .rv-browser__screen { padding: 1.2rem; }
.rv-browser--mobile .rv-browser__screen h3 { margin-top: 3rem; font-size: 2rem; }
.rv-browser--mobile .rv-browser__screen-cards { grid-template-columns: 1fr; margin-top: 1.3rem; }
.rv-browser--mobile .rv-browser__screen-cards span { height: 62px; }
.rv-interface-tag { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .75rem; border: 1px solid var(--rv-line); border-radius: 8px; background: rgba(16,20,26,.92); color: #cbd1d8; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(14px); }
.rv-interface-tag::before { content: ""; width: 6px; height: 6px; background: var(--rv-red); transform: rotate(45deg); }
.rv-interface-tag--one { right: -20px; top: 72px; }
.rv-interface-tag--two { right: 20px; bottom: 28px; }

/* Trust / stats strip */
.rv-proof-strip { border-block: 1px solid var(--rv-line-soft); background: rgba(10,13,17,.72); }
.rv-proof-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.rv-proof-item { min-height: 122px; padding: 1.5rem; display: flex; align-items: center; gap: 1rem; border-right: 1px solid var(--rv-line-soft); }
.rv-proof-item:last-child { border-right: 0; }
.rv-proof-item__icon { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--rv-line); border-radius: 9px; background: var(--rv-surface-2); color: var(--rv-red); font-weight: 800; }
.rv-proof-item strong { display: block; margin-bottom: .15rem; color: #fff; font-size: .92rem; }
.rv-proof-item span { color: var(--rv-faint); font-size: .8rem; line-height: 1.45; }

/* Generic headings and grids */
.rv-section-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .55fr); align-items: end; gap: 3rem; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.rv-section-heading h2 { max-width: 850px; }
.rv-section-heading__copy { justify-self: end; max-width: 520px; }
.rv-grid { display: grid; gap: 1.25rem; }
.rv-grid--2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.rv-grid--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.rv-grid--4 { grid-template-columns: repeat(4,minmax(0,1fr)); }

.rv-card { position: relative; padding: clamp(1.55rem, 3vw, 2.2rem); border: 1px solid var(--rv-line); border-radius: var(--rv-radius); background: linear-gradient(145deg, rgba(21,26,33,.9), rgba(10,13,17,.96)); overflow: hidden; transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease; }
.rv-card::after { content: ""; position: absolute; right: -24px; top: -24px; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.06); transform: rotate(45deg); }
.rv-card:hover { transform: translateY(-4px); border-color: #3a424e; background: linear-gradient(145deg, rgba(23,29,37,.98), rgba(11,14,18,.98)); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.rv-card__number { display: inline-flex; margin-bottom: 2rem; color: var(--rv-red); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.rv-card h3 { margin-bottom: .85rem; }
.rv-card p:last-of-type { margin-bottom: 1.5rem; }
.rv-card--featured { border-color: rgba(255,0,0,.52); box-shadow: inset 0 3px 0 var(--rv-red), 0 24px 80px rgba(255,0,0,.07); }

.rv-service-card__visual { height: 185px; margin: -2.2rem -2.2rem 2rem; padding: 1.4rem; display: flex; align-items: flex-end; background: radial-gradient(circle at 80% 0%, rgba(255,0,0,.18), transparent 42%), #0b0f14; border-bottom: 1px solid var(--rv-line); }
.rv-mini-layout { width: 100%; display: grid; grid-template-columns: .45fr 1fr; gap: .7rem; align-items: end; }
.rv-mini-layout span { display: block; border: 1px solid #2f3741; background: #151a21; border-radius: 6px; }
.rv-mini-layout span:nth-child(1) { height: 100px; }
.rv-mini-layout span:nth-child(2) { height: 140px; }
.rv-mini-layout--page { grid-template-columns: 1fr; }
.rv-mini-layout--page span:nth-child(1) { height: 30px; background: #f1f3f5; }
.rv-mini-layout--page span:nth-child(2) { height: 90px; }
.rv-mini-layout--multi { grid-template-columns: repeat(3,1fr); }
.rv-mini-layout--multi span:nth-child(n) { height: 95px; }

/* Featured work */
.rv-project-feature { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); border: 1px solid var(--rv-line); border-radius: 20px; overflow: hidden; background: var(--rv-surface); }
.rv-project-feature__media { position: relative; min-height: 610px; padding: 3rem; display: grid; place-items: center; background: radial-gradient(circle at 72% 18%, rgba(255,0,0,.13), transparent 36%), #090c10; border-right: 1px solid var(--rv-line); overflow: hidden; }
.rv-project-feature__body { padding: clamp(2rem, 5vw, 4rem); display: flex; flex-direction: column; justify-content: center; }
.rv-project-feature__body h3 { font-size: clamp(2rem,4vw,3.4rem); }
.rv-project-meta { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0 2rem; }
.rv-project-meta span { padding: .45rem .65rem; border: 1px solid var(--rv-line); border-radius: 999px; color: var(--rv-faint); font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.rv-project-device { position: relative; width: min(100%, 690px); aspect-ratio: 1.35; border: 1px solid #333b46; border-radius: 18px; background: #0d1116; box-shadow: var(--rv-shadow); transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); }
.rv-project-device__top { height: 40px; border-bottom: 1px solid #2c333d; background: #171c23; }
.rv-project-device__body { height: calc(100% - 40px); padding: 2rem; background: linear-gradient(125deg,#f3eee7 0 44%,#1f1716 44%); }
.rv-project-device__body strong { display: block; max-width: 260px; color: #161313; font-family: Georgia, serif; font-size: clamp(2rem,4vw,3.7rem); line-height: .95; }
.rv-project-device__body i { display: block; width: 150px; height: 12px; margin-top: 1rem; border-radius: 4px; background: rgba(22,19,19,.35); }
.rv-project-device__phone { position: absolute; width: 165px; height: 330px; right: -28px; bottom: -55px; border: 1px solid #424b57; border-radius: 28px; background: linear-gradient(to bottom,#f3eee7 0 60%,#1f1716 60%); box-shadow: 0 24px 60px rgba(0,0,0,.45); }

/* Split / checklist */
.rv-split { display: grid; grid-template-columns: minmax(0,.85fr) minmax(420px,1.15fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.rv-split--reverse > :first-child { order: 2; }
.rv-split__copy h2 { max-width: 680px; }
.rv-check-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .85rem; margin-top: 2rem; }
.rv-check { position: relative; padding: 1rem 1rem 1rem 2.7rem; border: 1px solid var(--rv-line); border-radius: 10px; background: rgba(16,20,26,.72); color: #d4d9df; font-size: .91rem; }
.rv-check::before { content: "✓"; position: absolute; left: 1rem; top: .92rem; color: var(--rv-red); font-weight: 900; }
.rv-panel { position: relative; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--rv-line); border-radius: 20px; background: radial-gradient(circle at 90% 5%, rgba(255,0,0,.12), transparent 34%), var(--rv-surface-2); overflow: hidden; }
.rv-panel::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 42px 42px; pointer-events: none; }
.rv-panel > * { position: relative; }
.rv-callout { padding: 1.25rem 1.35rem; border-left: 3px solid var(--rv-red); background: rgba(255,255,255,.035); color: #d8dde4; }

/* Search foundation */
.rv-foundation-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--rv-line); border-radius: 18px; overflow: hidden; }
.rv-foundation-item { min-height: 205px; padding: 2rem; border-right: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); background: rgba(10,13,17,.72); }
.rv-foundation-item:nth-child(3n) { border-right: 0; }
.rv-foundation-item:nth-last-child(-n+3) { border-bottom: 0; }
.rv-foundation-item__icon { width: 42px; height: 42px; margin-bottom: 2rem; display: grid; place-items: center; border: 1px solid var(--rv-line); border-radius: 9px; background: var(--rv-surface-2); color: var(--rv-red); font-weight: 800; }
.rv-foundation-item h3 { font-size: 1.25rem; }
.rv-foundation-item p { margin: 0; font-size: .9rem; }

/* Process */
.rv-process { counter-reset: process; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--rv-line); }
.rv-process-step { position: relative; padding: 2rem 2rem 0 0; counter-increment: process; }
.rv-process-step::before { content: "0" counter(process); display: block; margin-bottom: 3rem; color: var(--rv-red); font-size: .77rem; font-weight: 820; letter-spacing: .12em; }
.rv-process-step::after { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--rv-red); transform: rotate(45deg); }
.rv-process-step h3 { font-size: 1.4rem; }
.rv-process-step p { font-size: .9rem; }

/* Pricing */
.rv-pricing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; align-items: stretch; }
.rv-price-card { position: relative; min-height: 100%; padding: 2rem; display: flex; flex-direction: column; border: 1px solid var(--rv-line); border-radius: 18px; background: linear-gradient(160deg, #12171e, #090c10 70%); overflow: hidden; }
.rv-price-card::after { content: ""; position: absolute; right: -60px; top: -60px; width: 130px; height: 130px; border: 1px solid rgba(255,255,255,.06); transform: rotate(45deg); }
.rv-price-card--featured { border-color: rgba(255,0,0,.7); box-shadow: inset 0 3px 0 var(--rv-red), 0 28px 80px rgba(255,0,0,.07); transform: translateY(-10px); }
.rv-price-card__badge { position: absolute; top: 0; right: 1.5rem; padding: .45rem .7rem; border-radius: 0 0 7px 7px; background: var(--rv-red); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rv-price-card__type { color: var(--rv-red); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rv-price-card h3 { margin: 1.25rem 0 .65rem; }
.rv-price-card__best { min-height: 80px; font-size: .9rem; }
.rv-price-card__price { margin: 1.3rem 0 .35rem; color: #fff; font-family: var(--rv-font-display); font-size: clamp(2.2rem,4vw,3.4rem); font-weight: 800; line-height: 1; letter-spacing: -.045em; }
.rv-price-card__price-prefix { display: block; margin-bottom: .35rem; color: var(--rv-faint); font-family: var(--rv-font-body); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rv-price-card__price .woocommerce-Price-amount { color: inherit; }
.rv-price-card__suffix { color: var(--rv-muted); font-family: var(--rv-font-body); font-size: .9rem; font-weight: 500; letter-spacing: 0; }
.rv-price-card__note { margin-bottom: 1.5rem; color: var(--rv-faint); font-size: .78rem; }
.rv-price-card__features { margin: 0 0 2rem; padding: 1.5rem 0 0; border-top: 1px solid var(--rv-line-soft); list-style: none; }
.rv-price-card__features li { position: relative; display: grid; grid-template-columns: 1fr auto; gap: .75rem; padding: .55rem 0 .55rem 1.45rem; color: #d2d7de; font-size: .86rem; }
.rv-price-card__features li::before { content: "✓"; position: absolute; left: 0; color: var(--rv-red); font-weight: 800; }
.rv-price-card__features em { color: var(--rv-faint); font-style: normal; text-align: right; }
.rv-price-card__cta { margin-top: auto; }
.rv-price-card__footnote { margin: 1rem 0 0; font-size: .74rem; color: var(--rv-faint); }
.rv-pricing-note { margin-top: 1.3rem; padding: 1.2rem 1.3rem; border: 1px solid var(--rv-line); border-radius: 10px; background: var(--rv-surface); color: var(--rv-muted); font-size: .87rem; }

.rv-comparison-wrap { overflow-x: auto; border: 1px solid var(--rv-line); border-radius: 16px; }
.rv-comparison { width: 100%; min-width: 820px; border-collapse: collapse; background: var(--rv-surface); }
.rv-comparison th,
.rv-comparison td { padding: 1rem 1.15rem; border-bottom: 1px solid var(--rv-line-soft); text-align: left; vertical-align: top; }
.rv-comparison th { color: #fff; font-size: .82rem; letter-spacing: .04em; }
.rv-comparison thead th { background: #11161c; position: sticky; top: 0; z-index: 1; }
.rv-comparison tbody th { width: 30%; color: #d9dee4; font-weight: 650; }
.rv-comparison td { color: var(--rv-muted); font-size: .86rem; }
.rv-comparison tr:last-child th,
.rv-comparison tr:last-child td { border-bottom: 0; }
.rv-comparison__yes { color: var(--rv-success); font-weight: 800; }
.rv-comparison__no { color: var(--rv-faint); }

/* FAQ */
.rv-faq-list { max-width: 950px; margin-inline: auto; border-top: 1px solid var(--rv-line); }
.rv-faq { border-bottom: 1px solid var(--rv-line); }
.rv-faq summary { position: relative; padding: 1.45rem 3.5rem 1.45rem 0; color: #fff; font-family: var(--rv-font-display); font-size: 1.18rem; font-weight: 700; line-height: 1.3; cursor: pointer; list-style: none; }
.rv-faq summary::-webkit-details-marker { display: none; }
.rv-faq summary::after { content: "+"; position: absolute; right: .2rem; top: 50%; transform: translateY(-50%); color: var(--rv-red); font-family: var(--rv-font-body); font-size: 1.65rem; font-weight: 400; }
.rv-faq[open] summary::after { content: "−"; }
.rv-faq__answer { max-width: 780px; padding: 0 0 1.5rem; }
.rv-faq__answer p:last-child { margin-bottom: 0; }

/* Page heroes */
.rv-breadcrumbs { position: relative; z-index: 2; display: flex; align-items: center; gap: .55rem; padding-top: 118px; color: var(--rv-faint); font-size: .74rem; font-weight: 670; letter-spacing: .07em; text-transform: uppercase; }
.rv-breadcrumbs a { color: var(--rv-muted); text-decoration: none; }
.rv-breadcrumbs span[aria-hidden] { color: var(--rv-red); }
.rv-page-hero { position: relative; padding: 66px 0 clamp(4rem, 8vw, 7rem); overflow: hidden; }
.rv-page-hero--no-breadcrumb { padding-top: 150px; }
.rv-page-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.65fr); gap: 4rem; align-items: end; }
.rv-page-hero h1 { max-width: 960px; }
.rv-page-hero__copy { max-width: 570px; justify-self: end; }
.rv-page-hero__copy p { font-size: 1.14rem; color: #c8ced6; }
.rv-page-hero--compact { padding-top: 145px; padding-bottom: 5rem; border-bottom: 1px solid var(--rv-line-soft); }
.rv-answer-box { margin-top: 2rem; padding: 1.35rem 1.5rem; border: 1px solid rgba(255,0,0,.32); border-radius: 12px; background: rgba(255,0,0,.045); }
.rv-answer-box strong { display: block; margin-bottom: .45rem; color: #fff; }
.rv-answer-box p { margin: 0; font-size: .95rem; }

/* Architecture visualization */
.rv-site-map { padding: 2rem; border: 1px solid var(--rv-line); border-radius: 18px; background: var(--rv-surface); overflow-x: auto; }
.rv-site-map__row { display: flex; justify-content: center; gap: 1rem; min-width: 720px; }
.rv-site-map__node { min-width: 145px; padding: .9rem 1rem; border: 1px solid #343c47; border-radius: 9px; background: #12171e; color: #e3e7eb; font-size: .82rem; font-weight: 650; text-align: center; }
.rv-site-map__node--primary { border-color: var(--rv-red); background: rgba(255,0,0,.08); }
.rv-site-map__line { width: 1px; height: 38px; margin: 0 auto; background: #343c47; }

/* Tables / fit lists */
.rv-fit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.2rem; }
.rv-fit-panel { padding: 2rem; border: 1px solid var(--rv-line); border-radius: 16px; background: var(--rv-surface); }
.rv-fit-panel--yes { box-shadow: inset 0 3px 0 var(--rv-success); }
.rv-fit-panel--no { box-shadow: inset 0 3px 0 #616a76; }
.rv-fit-panel ul { margin: 1.3rem 0 0; padding: 0; list-style: none; }
.rv-fit-panel li { position: relative; padding: .55rem 0 .55rem 1.5rem; border-bottom: 1px solid var(--rv-line-soft); color: #cbd1d8; font-size: .9rem; }
.rv-fit-panel li:last-child { border-bottom: 0; }
.rv-fit-panel--yes li::before { content: "✓"; position: absolute; left: 0; color: var(--rv-success); }
.rv-fit-panel--no li::before { content: "—"; position: absolute; left: 0; color: var(--rv-faint); }

/* Ownership section */
.rv-ownership-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1px; border: 1px solid var(--rv-line); border-radius: 18px; overflow: hidden; background: var(--rv-line); }
.rv-ownership-panel > div { padding: clamp(2rem,5vw,4rem); background: var(--rv-surface); }
.rv-ownership-list { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.rv-ownership-list li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--rv-line-soft); color: #d6dbe1; }
.rv-ownership-list li span:last-child { color: var(--rv-success); font-size: .78rem; font-weight: 760; text-transform: uppercase; }

/* Case studies / Work */
.rv-case-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem; }
.rv-case-card { border: 1px solid var(--rv-line); border-radius: 17px; overflow: hidden; background: var(--rv-surface); transition: transform .22s ease,border-color .22s ease; }
.rv-case-card:hover { transform: translateY(-4px); border-color: #3c4550; }
.rv-case-card__media { position: relative; aspect-ratio: 1.48; display: block; overflow: hidden; background: radial-gradient(circle at 75% 8%, rgba(255,0,0,.13), transparent 42%), #090c10; }
.rv-case-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.rv-case-card:hover .rv-case-card__media img { transform: scale(1.025); }
.rv-case-card__placeholder { height: 100%; display: grid; place-items: center; padding: 2rem; }
.rv-case-card__body { padding: 2rem; }
.rv-case-card__meta { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.2rem; color: var(--rv-faint); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.rv-case-card h2 { font-size: clamp(1.7rem,3vw,2.5rem); }

.rv-browser-showcase { width: min(100%, 970px); aspect-ratio: 1.55; margin-inline: auto; border: 1px solid #343c47; border-radius: 20px; overflow: hidden; background: #0a0d11; box-shadow: var(--rv-shadow); }
.rv-browser-showcase__bar { height: 46px; display: flex; align-items: center; gap: 7px; padding: 0 16px; background: #151a20; border-bottom: 1px solid #2d343e; }
.rv-browser-showcase__bar span { width: 9px; height: 9px; border-radius: 50%; background: #505966; }
.rv-browser-showcase__bar span:first-child { background: var(--rv-red); }
.rv-browser-showcase__screen { height: calc(100% - 46px); padding: clamp(2rem,5vw,5rem); background: linear-gradient(115deg,#f0ebe5 0 52%,#18100f 52%); }
.rv-browser-showcase__screen strong { display: block; max-width: 540px; color: #1a1514; font-family: Georgia, serif; font-size: clamp(2.5rem,6vw,5.5rem); line-height: .95; }
.rv-browser-showcase__screen i { display: block; width: 38%; height: 13px; margin-top: 1.25rem; border-radius: 4px; background: rgba(26,21,20,.28); }
.rv-browser-showcase__screen i + i { width: 28%; }
.rv-browser-showcase__screen button,
.rv-browser-showcase__button { display: inline-block; margin-top: 2rem; padding: .8rem 1.5rem; border: 0; border-radius: 5px; background: #251a18; color: #fff; }

.rv-case-hero { padding: 42px 0 var(--rv-section); }
.rv-case-hero__grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.55fr); gap: 4rem; align-items: end; }
.rv-case-hero h1 { max-width: 900px; }
.rv-project-facts { margin: 0; border-top: 1px solid var(--rv-line); }
.rv-project-facts > div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--rv-line); }
.rv-project-facts dt { color: var(--rv-faint); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rv-project-facts dd { margin: 0; color: #e0e4e8; font-size: .9rem; }
.rv-case-hero__media { margin-top: 4rem; }
.rv-case-content > .rv-section:first-child { border-top: 1px solid var(--rv-line-soft); }

/* Articles */
.rv-article-hero { padding: 52px 0 0; }
.rv-article-hero__inner { display: grid; gap: 3rem; }
.rv-article-hero__copy { max-width: 970px; }
.rv-article-hero h1 { font-size: clamp(3rem,6vw,5.8rem); }
.rv-article-hero__dek { max-width: 770px; font-size: 1.23rem; }
.rv-article-meta { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; color: var(--rv-faint); font-size: .78rem; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.rv-article-hero__media { aspect-ratio: 2 / 1; overflow: hidden; border: 1px solid var(--rv-line); border-radius: 18px; }
.rv-article-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.rv-article-layout { display: grid; grid-template-columns: minmax(0,780px) minmax(240px,320px); gap: clamp(3rem,8vw,8rem); align-items: start; padding-block: var(--rv-section); }
.rv-prose { min-width: 0; }
.rv-prose > * { max-width: 100%; }
.rv-prose h2 { margin-top: 3.5rem; font-size: clamp(2rem,4vw,3.15rem); }
.rv-prose h3 { margin-top: 2.5rem; }
.rv-prose p,
.rv-prose li { color: #c7cdd5; }
.rv-prose ul,
.rv-prose ol { padding-left: 1.4rem; }
.rv-prose li { margin-bottom: .65rem; }
.rv-prose blockquote { margin: 2.5rem 0; padding: 1.4rem 1.5rem; border-left: 3px solid var(--rv-red); background: var(--rv-surface); }
.rv-prose blockquote p { margin: 0; color: #e3e7eb; font-size: 1.16rem; }
.rv-prose table { width: 100%; border-collapse: collapse; margin: 2rem 0; }
.rv-prose th,
.rv-prose td { padding: .9rem; border: 1px solid var(--rv-line); text-align: left; vertical-align: top; }
.rv-prose th { background: var(--rv-surface-2); color: #fff; }
.rv-prose td { color: var(--rv-muted); }
.rv-prose a { color: #fff; }
.rv-article-aside { position: sticky; top: 110px; display: grid; gap: 1rem; }
.rv-author-card { padding: 1.5rem; border: 1px solid var(--rv-line); border-radius: 15px; background: var(--rv-surface); }
.rv-author-card img { width: 72px; height: 72px; margin-bottom: 1rem; border-radius: 50%; }
.rv-author-card h2 { font-size: 1.35rem; }
.rv-author-card p { margin: 0; font-size: .85rem; }
.rv-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; }
.rv-post-card { overflow: hidden; border: 1px solid var(--rv-line); border-radius: 16px; background: var(--rv-surface); }
.rv-post-card__media { display: block; aspect-ratio: 1.55; overflow: hidden; background: #090c10; }
.rv-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.rv-post-card:hover .rv-post-card__media img { transform: scale(1.025); }
.rv-post-card__placeholder { height: 100%; display: grid; place-items: center; background: radial-gradient(circle at 80% 10%, rgba(255,0,0,.15), transparent 38%), linear-gradient(135deg,#0c1015,#080a0d); }
.rv-post-card__placeholder span { padding-bottom: .5rem; border-bottom: 3px solid var(--rv-red); color: #d2d5d8; font-family: var(--rv-font-display); font-size: 1.6rem; font-weight: 850; letter-spacing: .06em; }
.rv-post-card__body { padding: 1.6rem; }
.rv-post-card__meta { display: flex; gap: 1rem; margin-bottom: 1rem; color: var(--rv-faint); font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; }
.rv-post-card h2 { font-size: 1.55rem; }
.rv-post-card h2 a { text-decoration: none; }
.rv-post-card p { font-size: .88rem; }

/* Forms */
.rv-form-wrap { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.55fr); gap: clamp(2rem,6vw,5rem); align-items: start; }
.rv-form { padding: clamp(1.5rem,4vw,3rem); border: 1px solid var(--rv-line); border-radius: 18px; background: var(--rv-surface); }
.rv-form__section { margin: 0 0 2.5rem; padding: 0; border: 0; }
.rv-form__section:last-of-type { margin-bottom: 1rem; }
.rv-form legend { width: 100%; margin-bottom: 1rem; padding-bottom: .7rem; border-bottom: 1px solid var(--rv-line-soft); color: #fff; font-family: var(--rv-font-display); font-size: 1.25rem; font-weight: 700; }
.rv-field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.rv-field { display: grid; gap: .45rem; }
.rv-field--full { grid-column: 1 / -1; }
.rv-field label { color: #dbe0e5; font-size: .81rem; font-weight: 680; }
.rv-field label span { color: var(--rv-red); }
.rv-field input,
.rv-field select,
.rv-field textarea,
.rv-search-field,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
  width: 100%;
  min-height: 50px;
  padding: .78rem .9rem;
  border: 1px solid #303843;
  border-radius: 8px;
  background: #090c10;
  color: #fff;
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.rv-field textarea { min-height: 150px; resize: vertical; }
.rv-field input:focus,
.rv-field select:focus,
.rv-field textarea:focus,
.rv-search-field:focus,
.woocommerce input.input-text:focus,
.woocommerce textarea:focus,
.woocommerce select:focus { border-color: var(--rv-red); box-shadow: 0 0 0 3px rgba(255,0,0,.1); }
.rv-field__help { color: var(--rv-faint); font-size: .74rem; }
.rv-form__privacy { font-size: .76rem; color: var(--rv-faint); }
.rv-form__status { margin-bottom: 1.25rem; padding: 1rem; border-radius: 8px; }
.rv-form__status--success { border: 1px solid rgba(107,227,154,.4); background: rgba(107,227,154,.08); color: #bff5d2; }
.rv-form__status--error { border: 1px solid rgba(255,107,107,.4); background: rgba(255,107,107,.08); color: #ffc2c2; }
.rv-form-sidebar { position: sticky; top: 110px; }
.rv-form-sidebar__panel { padding: 1.5rem; border: 1px solid var(--rv-line); border-radius: 15px; background: var(--rv-surface); }
.rv-form-sidebar ol { margin: 1.3rem 0 0; padding: 0; counter-reset: next; list-style: none; }
.rv-form-sidebar li { position: relative; padding: 0 0 1rem 2.4rem; counter-increment: next; color: var(--rv-muted); font-size: .86rem; }
.rv-form-sidebar li::before { content: counter(next); position: absolute; left: 0; top: -.1rem; width: 1.55rem; height: 1.55rem; display: grid; place-items: center; border: 1px solid var(--rv-line); border-radius: 50%; color: var(--rv-red); font-size: .7rem; font-weight: 800; }
.rv-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.rv-search-form { display: flex; gap: .7rem; max-width: 620px; margin-top: 2rem; }
.rv-search-form label { flex: 1; }

/* About / founder */
.rv-founder { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: clamp(3rem,7vw,7rem); align-items: center; }
.rv-founder__portrait { position: relative; aspect-ratio: .84; border: 1px solid var(--rv-line); border-radius: 18px; overflow: hidden; background: radial-gradient(circle at 60% 20%, rgba(255,0,0,.14), transparent 36%), linear-gradient(145deg,#151a21,#080a0d); }
.rv-founder__portrait::after { content: "RD"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.08); font-family: var(--rv-font-display); font-size: clamp(6rem,14vw,12rem); font-weight: 900; letter-spacing: -.08em; }
.rv-founder__portrait img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.rv-principles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin-top: 2.5rem; }
.rv-principle { padding-top: 1rem; border-top: 2px solid var(--rv-red); }
.rv-principle h3 { font-size: 1.05rem; }
.rv-principle p { font-size: .82rem; }

/* Footer */
.rv-footer-cta { position: relative; padding: clamp(3.5rem,7vw,6rem) 0; overflow: hidden; background: var(--rv-red); }
.rv-footer-cta::after { content: ""; position: absolute; width: 390px; height: 390px; right: -90px; top: -190px; border: 1px solid rgba(255,255,255,.2); transform: rotate(45deg); }
.rv-footer-cta__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; }
.rv-footer-cta .rv-kicker { color: rgba(255,255,255,.78); }
.rv-footer-cta .rv-kicker::before { background: #fff; }
.rv-footer-cta h2 { max-width: 850px; color: #fff; }
.rv-footer-cta p { max-width: 760px; margin: 0; color: rgba(255,255,255,.82); }
.rv-footer { padding: 4rem 0 1.5rem; background: #030405; border-top: 1px solid var(--rv-line-soft); }
.rv-footer__grid { display: grid; grid-template-columns: 1.4fr .55fr .65fr; gap: 4rem; padding-bottom: 3rem; }
.rv-footer__logo { width: 230px; max-height: 72px; object-fit: contain; object-position: left; }
.rv-footer__brand p { max-width: 420px; margin-top: 1rem; font-size: .9rem; }
.rv-footer h2 { margin-bottom: 1rem; color: var(--rv-faint); font-family: var(--rv-font-body); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rv-footer-links,
.rv-legal-links { margin: 0; padding: 0; list-style: none; }
.rv-footer-links li { margin-bottom: .5rem; }
.rv-footer-links a,
.rv-footer__contact a,
.rv-footer__contact span { display: block; color: var(--rv-muted); font-size: .88rem; text-decoration: none; }
.rv-footer__contact { display: grid; align-content: start; gap: .4rem; }
.rv-footer__bottom { padding-top: 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--rv-line-soft); }
.rv-footer__bottom p { margin: 0; color: var(--rv-faint); font-size: .74rem; }
.rv-legal-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.rv-legal-links a { color: var(--rv-faint); font-size: .74rem; text-decoration: none; }

/* Error / empty */
.rv-error-page { min-height: 80vh; display: grid; place-items: center; padding: 150px 0 80px; }
.rv-error-page__inner { position: relative; max-width: 760px; text-align: center; }
.rv-error-code { display: block; color: rgba(255,255,255,.035); font-family: var(--rv-font-display); font-size: clamp(10rem,34vw,28rem); font-weight: 900; line-height: .65; letter-spacing: -.08em; }
.rv-error-page h1 { font-size: clamp(2.5rem,6vw,5rem); }
.rv-empty-state { padding: 3rem; border: 1px solid var(--rv-line); border-radius: 15px; background: var(--rv-surface); text-align: center; }
.rv-empty-state h2 { font-size: 2rem; }

/* Pagination */
.nav-links { display: flex; justify-content: center; gap: .5rem; margin-top: 3rem; }
.page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--rv-line); border-radius: 8px; background: var(--rv-surface); color: var(--rv-muted); text-decoration: none; }
.page-numbers.current,
.page-numbers:hover { border-color: var(--rv-red); color: #fff; }

/* WooCommerce */
.rv-commerce { padding-top: 130px; }
.rv-commerce__inner { padding: clamp(1.5rem,4vw,3rem); border: 1px solid var(--rv-line); border-radius: 18px; background: var(--rv-surface); }
.woocommerce { color: var(--rv-muted); }
.woocommerce h1,
.woocommerce h2,
.woocommerce h3 { color: #fff; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error { padding: 1rem 1.2rem 1rem 3rem; border: 1px solid var(--rv-line); border-top: 3px solid var(--rv-red); border-radius: 9px; background: var(--rv-surface-2); color: var(--rv-muted); }
.woocommerce table.shop_table { border-color: var(--rv-line); border-radius: 10px; }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { border-color: var(--rv-line-soft); }
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register { border-color: var(--rv-line); background: var(--rv-surface-2); }
.woocommerce .quantity .qty { background: #090c10; color: #fff; border: 1px solid var(--rv-line); }
.woocommerce a.remove { color: var(--rv-red) !important; }
.woocommerce a.remove:hover { background: var(--rv-red); color: #fff !important; }
.woocommerce-checkout #payment { background: var(--rv-surface-2); }
.woocommerce-checkout #payment div.payment_box { background: #1b2028; color: var(--rv-muted); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #1b2028; }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-MyAccount-navigation a { display: block; padding: .75rem; border-bottom: 1px solid var(--rv-line-soft); text-decoration: none; }

/* WordPress utilities */
.alignwide { width: min(calc(100vw - 2.5rem), var(--rv-content)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-block-image figcaption { color: var(--rv-faint); font-size: .78rem; text-align: center; }
.wp-block-separator { border-color: var(--rv-line); }
.has-text-align-center { text-align: center; }

/* Reveal animation */
.rv-reveal { opacity: 1; transform: none; }
.js .rv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .rv-reveal.is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1100px) {
  .rv-header__inner { grid-template-columns: 210px 1fr auto; gap: 1rem; }
  .rv-header__logo { width: 185px; }
  .rv-desktop-nav { display: none; }
  .rv-menu-toggle { display: block; }
  .rv-mobile-menu { display: block; }
  .rv-home-hero__grid { grid-template-columns: 1fr; }
  .rv-home-hero__copy { max-width: 830px; }
  .rv-browser-stack { width: min(100%, 780px); margin-inline: auto; }
  .rv-project-feature { grid-template-columns: 1fr; }
  .rv-project-feature__media { border-right: 0; border-bottom: 1px solid var(--rv-line); }
  .rv-pricing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rv-price-card--featured { transform: none; }
  .rv-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .admin-bar .rv-header { top: 46px; }
  .rv-section-heading,
  .rv-page-hero__inner,
  .rv-case-hero__grid,
  .rv-split,
  .rv-founder,
  .rv-form-wrap,
  .rv-ownership-panel,
  .rv-article-layout { grid-template-columns: 1fr; }
  .rv-section-heading__copy,
  .rv-page-hero__copy { justify-self: start; }
  .rv-split--reverse > :first-child { order: initial; }
  .rv-grid--4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rv-foundation-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rv-foundation-item:nth-child(n) { border-right: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); }
  .rv-foundation-item:nth-child(2n) { border-right: 0; }
  .rv-foundation-item:nth-last-child(-n+2) { border-bottom: 0; }
  .rv-process { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 2.5rem; }
  .rv-proof-strip__grid { grid-template-columns: repeat(2,1fr); }
  .rv-proof-item:nth-child(2) { border-right: 0; }
  .rv-proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--rv-line-soft); }
  .rv-footer__grid { grid-template-columns: 1fr 1fr; }
  .rv-footer__brand { grid-column: 1 / -1; }
  .rv-footer-cta__inner { grid-template-columns: 1fr; }
  .rv-footer-cta .rv-button { width: fit-content; }
  .rv-article-aside,
  .rv-form-sidebar { position: static; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .rv-container,
  .rv-container--narrow { width: min(calc(100% - 1.5rem), var(--rv-content)); }
  .rv-header { height: 74px; }
  .rv-header__inner { grid-template-columns: 1fr auto; }
  .rv-header__logo { width: 155px; }
  .rv-header__actions > .rv-button { display: none; }
  .rv-breadcrumbs { padding-top: 98px; }
  .rv-home-hero { min-height: auto; padding-top: 120px; }
  .rv-home-hero h1 { font-size: clamp(3rem,14vw,4.5rem); }
  .rv-browser-stack { min-height: 410px; }
  .rv-browser--primary { inset: 0 0 35px 28px; }
  .rv-browser--mobile { width: 125px; height: 260px; }
  .rv-browser__screen { padding: 1.2rem; }
  .rv-browser__screen h3 { margin-top: 2.3rem; font-size: 1.7rem; }
  .rv-browser__screen-cards { margin-top: 1.2rem; }
  .rv-browser__screen-cards span { height: 54px; }
  .rv-browser--mobile .rv-browser__screen h3 { font-size: 1.2rem; }
  .rv-interface-tag { display: none; }
  .rv-actions { display: grid; grid-template-columns: 1fr; }
  .rv-actions .rv-button { width: 100%; }
  .rv-proof-strip__grid,
  .rv-grid--2,
  .rv-grid--3,
  .rv-grid--4,
  .rv-pricing-grid,
  .rv-case-grid,
  .rv-post-grid,
  .rv-fit-grid,
  .rv-check-grid,
  .rv-field-grid,
  .rv-principles { grid-template-columns: 1fr; }
  .rv-proof-item { border-right: 0; border-bottom: 1px solid var(--rv-line-soft); }
  .rv-proof-item:last-child { border-bottom: 0; }
  .rv-section-heading { gap: 1rem; }
  .rv-project-feature__media { min-height: 390px; padding: 1.5rem; }
  .rv-project-device__phone { width: 100px; height: 210px; right: -12px; bottom: -35px; }
  .rv-foundation-grid { grid-template-columns: 1fr; }
  .rv-foundation-item:nth-child(n) { border-right: 0; border-bottom: 1px solid var(--rv-line); }
  .rv-foundation-item:last-child { border-bottom: 0; }
  .rv-process { grid-template-columns: 1fr; }
  .rv-process-step { padding-right: 0; }
  .rv-price-card { padding: 1.5rem; }
  .rv-page-hero { padding-bottom: 3.5rem; }
  .rv-page-hero--compact { padding-top: 120px; }
  .rv-site-map { padding: 1rem; }
  .rv-case-hero { padding-top: 30px; }
  .rv-article-hero h1 { font-size: clamp(2.8rem,13vw,4.2rem); }
  .rv-article-layout { padding-block: 4.5rem; }
  .rv-footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .rv-footer__brand { grid-column: auto; }
  .rv-footer__bottom { align-items: flex-start; flex-direction: column; }
  .rv-search-form { flex-direction: column; }
  .rv-mobile-menu__inner { border-left: 0; }
  .rv-service-card__visual { margin: -1.55rem -1.55rem 1.55rem; }
}

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