 @media only screen and (min-width: 0rem) {#rv-hero, #rv-services, #rv-compare, #rv-about, #rv-scope, #rv-work, #rv-areas {font-family: var(--font-body);}}@media only screen and (min-width: 0rem) {#rv-hero {position: relative;isolation: isolate;overflow: hidden;display: flex;align-items: center;justify-content: center;min-height: clamp(34rem, 82svh, 47rem);padding: 10rem 1.5rem 5rem;text-align: center;background: var(--ink);}#rv-hero .rv-hero-bg {position: absolute;inset: 0;z-index: -4;width: 100%;height: 100%;object-fit: cover;object-position: center;}#rv-hero::before {content: '';position: absolute;inset: 0;z-index: -3;background: linear-gradient(180deg, rgba(11, 13, 15, 0.84) 0%, rgba(11, 13, 15, 0.58) 42%, rgba(11, 13, 15, 0.9) 100%);}#rv-hero .rv-hero-inner {position: relative;z-index: 1;width: 100%;max-width: 58rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}#rv-hero .rv-hero-tag {display: inline-flex;align-items: center;gap: 0.6rem;padding: 0.6rem 1.2rem 0.6rem 1rem;border: 1px solid rgba(255, 255, 255, 0.24);border-left: 3px solid var(--red);background: rgba(11, 13, 15, 0.55);font-family: var(--font-body);font-size: 0.75rem;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;line-height: 1.3;color: var(--white);}#rv-hero .rv-hero-tag .rv-spark {color: var(--red);flex-shrink: 0;}#rv-hero .rv-hero-title {font-family: var(--font-display);font-size: clamp(2.5rem, 8.4vw, 4.75rem);font-weight: 900;line-height: 1;letter-spacing: -0.035em;text-transform: uppercase;color: var(--white);margin: 1.6rem 0 0;text-wrap: balance;text-shadow: 0 2px 24px rgba(11, 13, 15, 0.7);}#rv-hero .rv-hero-title em {display: block;font-style: normal;color: var(--white);-webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);color: transparent;}#rv-hero .rv-hero-lead {font-size: 1.0625rem;line-height: 1.85;color: rgba(255, 255, 255, 0.86);margin: 1.6rem auto 0;max-width: 48ch;text-shadow: 0 2px 16px rgba(11, 13, 15, 0.8);}#rv-hero .rv-hero-stats {list-style: none;margin: 2.25rem 0 0;padding: 0;display: flex;flex-wrap: wrap;justify-content: center;gap: 0.75rem;}#rv-hero .rv-hero-stat {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 0.15rem;padding: 1rem 1.5rem;background: rgba(11, 13, 15, 0.55);border: 1px solid rgba(255, 255, 255, 0.16);border-top: 3px solid var(--red);}#rv-hero .rv-hero-stat-num {font-family: var(--font-display);font-size: 1.375rem;font-weight: 900;line-height: 1;letter-spacing: -0.02em;text-transform: uppercase;color: var(--white);}#rv-hero .rv-hero-stat-label {font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.18em;text-transform: uppercase;line-height: 1.4;color: rgba(255, 255, 255, 0.74);}#rv-hero .rv-actions {margin-top: 2.25rem;}}@media only screen and (min-width: 0rem) {#rv-services {position: relative;isolation: isolate;overflow: hidden;background: var(--white);padding: 4.5rem 1.5rem;}#rv-services::before {content: '';position: absolute;top: 0;left: 0;right: 0;height: 7rem;z-index: -1;background-image: repeating-linear-gradient(96deg, rgba(11, 13, 15, 0) 0 4.5rem, rgba(11, 13, 15, 0.05) 4.5rem 5.6rem, rgba(11, 13, 15, 0.09) 5.6rem 6rem, rgba(11, 13, 15, 0.05) 6rem 7rem, rgba(11, 13, 15, 0) 7rem 11rem);mask-image: linear-gradient(180deg, #000 0%, transparent 100%);-webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 100%);pointer-events: none;}#rv-services .rv-svc-grid {position: relative;list-style: none;margin: 0 auto;padding: 0;max-width: 74rem;display: grid;grid-template-columns: 1fr;gap: 1.5rem;}#rv-services .rv-svc {position: relative;overflow: hidden;background: var(--mist);padding: 3.25rem 1.75rem 2.5rem;display: flex;flex-direction: column;align-items: center;text-align: center;transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;}#rv-services .rv-svc::before {content: '';position: absolute;left: -20%;right: -20%;bottom: 0;height: 45%;background-image: repeating-linear-gradient(96deg, rgba(11, 13, 15, 0) 0 3.5rem, rgba(11, 13, 15, 0.05) 3.5rem 4.4rem, rgba(11, 13, 15, 0) 4.4rem 8rem);mask-image: linear-gradient(0deg, #000 0%, transparent 100%);-webkit-mask-image: linear-gradient(0deg, #000 0%, transparent 100%);pointer-events: none;}#rv-services .rv-svc::after {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 4px;background: var(--red);transform: scaleX(0);transform-origin: left;transition: transform 0.35s ease;}#rv-services .rv-svc:hover {background: var(--white);transform: translateY(-6px);box-shadow: 0 24px 48px rgba(11, 13, 15, 0.13);}#rv-services .rv-svc:hover::after {transform: scaleX(1);}#rv-services .rv-svc-icon {position: relative;display: flex;align-items: center;justify-content: center;width: 5rem;height: 5rem;background: var(--ink);color: var(--red);transform: rotate(45deg);flex-shrink: 0;}#rv-services .rv-svc-icon::after {content: '';position: absolute;inset: 0;background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 55%);pointer-events: none;}#rv-services .rv-svc-icon svg {position: relative;z-index: 1;transform: rotate(-45deg);}#rv-services .rv-svc-title {position: relative;font-family: var(--font-display);font-size: clamp(1.375rem, 4.4vw, 1.625rem);font-weight: 900;line-height: 1.15;letter-spacing: -0.015em;text-transform: uppercase;color: var(--ink);margin: 2rem 0 0;}#rv-services .rv-svc-text {position: relative;font-size: var(--bodyFontSizeSm);line-height: 1.8;color: var(--bodyTextColor);margin: 0.9rem 0 0;max-width: 36ch;}#rv-services .rv-svc-tags {position: relative;list-style: none;margin: 1.5rem 0 0;padding: 0;display: flex;flex-wrap: wrap;justify-content: center;gap: 0.4rem;}#rv-services .rv-svc-tags li {display: inline-flex;align-items: center;gap: 0.4rem;padding: 0.5rem 0.85rem;background: var(--white);border: 1px solid var(--ink-line);font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.12em;text-transform: uppercase;line-height: 1.2;color: var(--ink);}#rv-services .rv-svc-tags li::before {content: '';width: 0.35rem;height: 0.35rem;background: var(--red);flex-shrink: 0;}#rv-services .rv-svc:hover .rv-svc-tags li {background: var(--mist);}}@media only screen and (min-width: 0rem) {#rv-compare {position: relative;isolation: isolate;overflow: hidden;background: var(--ink);padding: 4.5rem 1.5rem;}#rv-compare .rv-compare-grid {position: relative;z-index: 1;max-width: 74rem;margin: 0 auto;display: grid;grid-template-columns: 1fr;gap: 2rem;}#rv-compare .rv-compare-card {margin: 0;}#rv-compare .rv-compare {position: relative;width: 100%;aspect-ratio: 4 / 3;overflow: hidden;border: 1px solid rgba(255, 255, 255, 0.2);background: var(--ink-soft);}#rv-compare .rv-compare-img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;object-position: center;}#rv-compare .rv-compare-after {clip-path: inset(0 0 0 var(--pos));}#rv-compare .rv-compare-tag {position: absolute;top: 0.85rem;z-index: 3;padding: 0.45rem 0.85rem;font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;line-height: 1;color: var(--white);pointer-events: none;}#rv-compare .rv-compare-tag--before {left: 0.85rem;background: rgba(11, 13, 15, 0.85);border-left: 3px solid var(--steel);}#rv-compare .rv-compare-tag--after {right: 0.85rem;background: var(--red);border-right: 3px solid var(--white);}#rv-compare .rv-compare-line {position: absolute;top: 0;bottom: 0;left: var(--pos);z-index: 2;width: 3px;margin-left: -1.5px;background: var(--white);box-shadow: 0 0 0 1px rgba(11, 13, 15, 0.35);pointer-events: none;}#rv-compare .rv-compare-grip {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 3rem;height: 3rem;background: var(--red);box-shadow: 0 8px 24px rgba(11, 13, 15, 0.55);}#rv-compare .rv-compare-grip::before, #rv-compare .rv-compare-grip::after {content: '';position: absolute;top: 50%;width: 0;height: 0;border-top: 6px solid transparent;border-bottom: 6px solid transparent;transform: translateY(-50%);}#rv-compare .rv-compare-grip::before {left: 0.6rem;border-right: 8px solid var(--white);}#rv-compare .rv-compare-grip::after {right: 0.6rem;border-left: 8px solid var(--white);}#rv-compare .rv-compare-range {position: absolute;inset: 0;z-index: 4;width: 100%;height: 100%;margin: 0;padding: 0;opacity: 0;cursor: ew-resize;appearance: none;-webkit-appearance: none;background: transparent;}#rv-compare .rv-compare-range:focus-visible {opacity: 1;outline: 3px solid var(--red);outline-offset: -3px;}#rv-compare .rv-compare-caption {margin: 1rem 0 0;text-align: center;font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.18em;text-transform: uppercase;line-height: 1.5;color: rgba(255, 255, 255, 0.66);}}@media only screen and (min-width: 0rem) {#rv-about {position: relative;isolation: isolate;overflow: hidden;background: var(--white);padding: 4.5rem 1.5rem;}#rv-about .rv-about-inner {position: relative;z-index: 1;max-width: 76rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}#rv-about .rv-about-media {position: relative;width: 100%;max-width: 33rem;margin: 0 auto;}#rv-about .rv-about-shot {position: relative;width: 100%;margin: 0;overflow: hidden;border: 1px solid var(--ink-line);}#rv-about .rv-about-shot img {width: 100%;aspect-ratio: 4 / 3;height: auto;object-fit: cover;object-position: center;}#rv-about .rv-about-badge {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 0.35rem;width: 100%;padding: 1.5rem 1rem;background: var(--ink);}#rv-about .rv-about-badge .rv-spark {color: var(--red);}#rv-about .rv-about-badge-num {font-family: var(--font-display);font-size: 1.75rem;font-weight: 900;line-height: 1;letter-spacing: -0.02em;text-transform: uppercase;color: var(--white);}#rv-about .rv-about-badge-text {font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: rgba(255, 255, 255, 0.7);}#rv-about .rv-about-copy {max-width: 42rem;margin: 2.75rem auto 0;display: flex;flex-direction: column;align-items: center;text-align: center;}#rv-about .rv-about-actions {margin-top: 2.25rem;}}@media only screen and (min-width: 0rem) {#rv-scope {background: var(--mist);padding: 4.5rem 1.5rem;}#rv-scope .rv-scope-panel {position: relative;isolation: isolate;overflow: hidden;max-width: 74rem;margin: 0 auto;padding: 3rem 1.75rem;background: var(--ink);}#rv-scope .rv-scope-panel::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 5px;z-index: 2;background: var(--red);}#rv-scope .rv-scope-head {position: relative;z-index: 1;max-width: 44rem;margin: 0 auto 2.5rem;display: flex;flex-direction: column;align-items: center;text-align: center;}#rv-scope .rv-scope-list {position: relative;z-index: 1;list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 0.5rem;}#rv-scope .rv-scope-item {display: flex;align-items: center;justify-content: center;gap: 0.7rem;padding: 0.85rem 1rem;background: rgba(255, 255, 255, 0.06);border: 1px solid rgba(255, 255, 255, 0.08);font-size: 0.8125rem;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;line-height: 1.4;color: var(--white);transition: background 0.25s ease, border-color 0.25s ease;}#rv-scope .rv-scope-item:hover {background: rgba(239, 25, 35, 0.18);border-color: var(--red);}#rv-scope .rv-scope-item::before {content: '';width: 0.85rem;height: 0.45rem;border-left: 2px solid var(--red);border-bottom: 2px solid var(--red);transform: rotate(-45deg) translateY(-0.1rem);flex-shrink: 0;}}@media only screen and (min-width: 0rem) {#rv-work {position: relative;isolation: isolate;overflow: hidden;background: var(--white);padding: 4.5rem 1.5rem;}#rv-work .rv-work-grid {position: relative;z-index: 1;list-style: none;margin: 0 auto;padding: 0;max-width: 76rem;display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.75rem;}#rv-work .rv-work-grid li {margin: 0;}#rv-work .rv-work-feature {grid-column: span 2;}#rv-work .rv-work-tile {position: relative;display: block;width: 100%;height: 100%;padding: 0;border: none;overflow: hidden;aspect-ratio: 4 / 3;background: var(--mist-deep);cursor: pointer;}#rv-work .rv-work-tile:focus-visible {outline: 3px solid var(--red);outline-offset: 3px;}#rv-work .rv-work-tile img {width: 100%;height: 100%;object-fit: cover;object-position: center;transition: transform 0.5s ease;}#rv-work .rv-work-tile:hover img {transform: scale(1.06);}#rv-work .rv-work-tile::after {content: '';position: absolute;top: -50%;left: -70%;z-index: 1;width: 40%;height: 200%;transform: rotate(18deg);background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0) 100%);transition: left 0.6s ease;pointer-events: none;}#rv-work .rv-work-tile:hover::after {left: 130%;}}@media only screen and (min-width: 0rem) {#rv-areas {position: relative;background: var(--mist);padding: 3.25rem 1.5rem;text-align: center;}#rv-areas .rv-areas-bar {max-width: 72rem;margin: 0 auto;padding: 2rem 1.25rem;background: var(--white);border-top: 4px solid var(--red);border-bottom: 1px solid var(--ink-line);display: flex;flex-direction: column;align-items: center;gap: 1.5rem;}#rv-areas .rv-areas-intro {display: flex;flex-direction: column;align-items: center;}#rv-areas .rv-areas-title {font-family: var(--font-display);font-size: clamp(1.375rem, 4.6vw, 1.875rem);font-weight: 900;line-height: 1.15;letter-spacing: -0.02em;text-transform: uppercase;color: var(--ink);margin: 0.9rem 0 0;white-space: nowrap;}#rv-areas .rv-areas-title em {font-style: normal;color: var(--red);}#rv-areas .rv-areas-list {list-style: none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;justify-content: center;gap: 0.4rem;}#rv-areas .rv-area {display: inline-flex;align-items: center;gap: 0.45rem;padding: 0.55rem 0.9rem;background: var(--mist);border: 1px solid var(--ink-line);font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.12em;text-transform: uppercase;line-height: 1.2;color: var(--ink);transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;}#rv-areas .rv-area::before {content: '';width: 0.35rem;height: 0.35rem;background: var(--red);transform: rotate(45deg);flex-shrink: 0;}#rv-areas .rv-area:hover {background: var(--ink);border-color: var(--ink);color: var(--white);}#rv-areas .rv-area--home {background: var(--red);border-color: var(--red);color: var(--white);}#rv-areas .rv-area--home::before {background: var(--white);}#rv-areas .rv-area--home:hover {background: var(--red-dark);border-color: var(--red-dark);}}@media only screen and (min-width: 48rem) {#rv-services, #rv-compare, #rv-about, #rv-scope, #rv-work {padding-left: 2.5rem;padding-right: 2.5rem;}#rv-services .rv-svc-grid {grid-template-columns: repeat(3, 1fr);gap: 1.25rem;}#rv-services .rv-svc {padding: 3rem 1.35rem 2.25rem;}#rv-compare .rv-compare-grid {grid-template-columns: repeat(2, 1fr);}#rv-about .rv-about-media {max-width: 35rem;}#rv-scope .rv-scope-panel {padding: 3.5rem 2.5rem;}#rv-scope .rv-scope-list {grid-template-columns: repeat(2, 1fr);}#rv-work .rv-work-grid {grid-template-columns: repeat(3, 1fr);gap: 1.25rem;}#rv-work .rv-work-feature {grid-column: span 2;grid-row: span 2;}#rv-work .rv-work-feature .rv-work-tile {aspect-ratio: auto;min-height: 100%;}#rv-areas {padding: 3.75rem 2.5rem;}#rv-areas .rv-areas-bar {padding: 2.25rem 2rem;}}@media only screen and (min-width: 64rem) {#rv-services, #rv-compare, #rv-about, #rv-scope, #rv-work {padding-top: 6.5rem;padding-bottom: 6.5rem;padding-left: 3rem;padding-right: 3rem;}#rv-services .rv-svc-grid {gap: 1.75rem;}#rv-services .rv-svc {padding: 3.5rem 2rem 2.75rem;}#rv-compare .rv-compare-grid {gap: 2.5rem;}#rv-about .rv-about-inner {display: grid;grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);align-items: center;gap: 4.5rem;}#rv-about .rv-about-media {max-width: 35rem;margin: 0;}#rv-about .rv-about-copy {margin: 0;max-width: none;}#rv-scope .rv-scope-panel {padding: 4.5rem 3.5rem;}#rv-scope .rv-scope-list {grid-template-columns: repeat(4, 1fr);}#rv-work .rv-work-grid {gap: 1.5rem;}#rv-areas {padding-top: 4.5rem;padding-bottom: 4.5rem;padding-left: 3rem;padding-right: 3rem;}#rv-areas .rv-areas-bar {flex-direction: row;align-items: center;justify-content: space-between;gap: 2.5rem;padding: 2rem 2.5rem;text-align: left;}#rv-areas .rv-areas-intro {align-items: flex-start;flex-shrink: 0;}#rv-areas .rv-areas-list {justify-content: flex-end;gap: 0.45rem;}}