:root {
  --red: #d71920;
  --black: #020202;
  --panel: #07090b;
  --panel2: #0c1013;
  --line: rgba(255,255,255,.15);
  --soft: rgba(255,255,255,.08);
  --muted: #c9ced4;
  --white: #fff;
  --container: 1740px;
  --pad: 56px;
  --body: 'Inter', Arial, sans-serif;
  --display: 'Oswald', 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.rv-container {
  width: min(var(--container), 100%);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

/* Header */
.rv-header {
  height: 82px;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0,0,0,.96);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.rv-header__inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.rv-logo img {
  width: 238px;
  height: auto;
}

.rv-nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.rv-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.rv-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  line-height: 1;
}

.rv-nav a.is-active::after,
.rv-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 3px;
  background: var(--red);
}

.rv-nav-cta,
.rv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  border: 1px solid transparent;
}

.rv-nav-cta {
  position: relative;
  height: 42px;
  min-width: 126px;
  padding: 0 15px;
  border-radius: 2px;
  font-size: 10px;
  letter-spacing: .075em;
  white-space: nowrap;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.rv-nav-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0) 42%);
  opacity: .65;
}

.rv-nav-cta--tech {
  background: linear-gradient(180deg, rgba(30,5,7,.82), rgba(7,7,8,.94));
  border-color: rgba(215,25,32,.72);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 10px 24px rgba(0,0,0,.22);
}

.rv-nav-cta--track {
  background: linear-gradient(135deg, #c8171d 0%, #8d0d12 100%);
  border-color: rgba(255,255,255,.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 12px 28px rgba(215,25,32,.22);
}

.rv-nav-cta--portal {
  background: linear-gradient(180deg, rgba(30,5,7,.88), rgba(8,8,9,.96));
  border-color: rgba(215,25,32,.64);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 10px 24px rgba(0,0,0,.22);
}

.rv-nav-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 14px 30px rgba(215,25,32,.20);
}

.rv-btn {
  height: 56px;
  padding: 0 32px;
  font-size: 13px;
}

.rv-btn--red { background: var(--red); }
.rv-btn--outline {
  background: rgba(0,0,0,.28);
  border-color: rgba(255,255,255,.68);
}

/* Hero */
.rv-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #000;
}

.rv-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.rv-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.94) 0%,
      rgba(0,0,0,.82) 25%,
      rgba(0,0,0,.46) 49%,
      rgba(0,0,0,.12) 76%,
      rgba(0,0,0,.05) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.38));
}

.rv-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 820px;
  display: flex;
  align-items: center;
}

.rv-hero__copy {
  width: min(720px, 100%);
}

.rv-eyebrow,
.rv-section-kicker {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.rv-eyebrow {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.rv-eyebrow::before {
  content: "";
  width: 58px;
  height: 3px;
  background: var(--red);
}

.rv-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(74px, 7vw, 138px);
  line-height: .9;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow: 0 10px 34px rgba(0,0,0,.6);
}

.rv-hero h1 span { color: var(--red); }

.rv-hero__lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: #f2f5f7;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.rv-actions {
  display: flex;
  gap: 18px;
  margin-top: 38px;
  flex-wrap: wrap;
}

/* Proof */
.rv-proof {
  background: #050708;
  border-bottom: 1px solid var(--line);
}

.rv-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.rv-proof__item {
  min-height: 145px;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 20px;
  padding: 32px 42px;
  border-right: 1px solid var(--line);
}

.rv-proof__item:last-child { border-right: 0; }

.rv-proof__icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: var(--red);
  border: 2px solid var(--red);
  border-radius: 12px;
  font-size: 22px;
  font-weight: 900;
}

.rv-proof__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rv-proof h2 {
  margin: 0;
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: .035em;
}

.rv-proof p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

/* Who */
.rv-who {
  padding: 118px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(215,25,32,.10), transparent 24%),
    linear-gradient(180deg, #030405, #020202);
  border-bottom: 1px solid var(--line);
}

.rv-who__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 76px;
  align-items: center;
}

.rv-who__text h2 {
  margin: 0 0 32px;
  font-family: var(--display);
  font-size: clamp(48px, 4.7vw, 88px);
  line-height: .98;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.rv-who__text p:not(.rv-section-kicker):not(.rv-values__sub) {
  max-width: 670px;
  margin: 0 0 24px;
  color: #e7ebef;
  font-size: 18px;
  line-height: 1.78;
}

.rv-who__photo {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  border-left: 4px solid var(--red);
}

.rv-who__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,.22), transparent 42%);
  pointer-events: none;
}

.rv-who__photo img {
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: center;
}

.rv-values {
  margin-top: 38px;
  padding-top: 28px;
  border-top: 2px solid var(--red);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.rv-values strong {
  font-family: var(--display);
  font-size: 28px;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.rv-values strong { color: var(--red); }

.rv-values__sub {
  margin: 20px 0 0;
  color: #e7ebef;
  font-size: 16px;
  font-weight: 600;
}

/* Services */
.rv-services {
  padding: 112px 0;
  background: linear-gradient(180deg, #030405, #020202);
  border-bottom: 1px solid var(--line);
}

.rv-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 54px;
}

.rv-section-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 4.4vw, 82px);
  line-height: .98;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.rv-service-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.rv-service-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--panel2);
  border: 1px solid var(--line);
}

.rv-service-card--large,
.rv-service-card:not(.rv-service-card--large) {
  grid-column: span 4;
}

.rv-service-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.rv-service-card:nth-child(1) img { object-position: center 42%; }
.rv-service-card:nth-child(2) img { object-position: center 42%; }
.rv-service-card:nth-child(4) img { object-position: center; }
.rv-service-card:nth-child(6) img { object-position: center; }

.rv-service-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.84)),
    linear-gradient(90deg, rgba(0,0,0,.4), transparent 58%);
}

.rv-service-card--text {
  display: flex;
  background:
    radial-gradient(circle at 10% 10%, rgba(215,25,32,.16), transparent 32%),
    linear-gradient(135deg, #111820, #06080a);
}

.rv-service-card__copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}

.rv-service-card--text .rv-service-card__copy {
  position: relative;
  inset: auto;
  padding: 36px 30px;
  align-self: flex-end;
}

.rv-service-card__copy span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.rv-service-card__copy h3 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(30px, 2.2vw, 44px);
  line-height: 1.02;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.rv-service-card__copy p {
  max-width: 520px;
  margin: 0 0 26px;
  color: #dce1e6;
  font-size: 15px;
  line-height: 1.55;
}

.rv-service-card__copy a {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}

/* Coverage */
.rv-coverage {
  padding: 104px 0;
  background:
    radial-gradient(circle at 72% 52%, rgba(215,25,32,.12), transparent 34%),
    #030405;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.rv-coverage__grid {
  display: grid;
  grid-template-columns: .38fr .62fr;
  gap: 64px;
  align-items: center;
}

.rv-coverage h2 {
  margin: 0 0 24px;
  font-family: var(--display);
  font-size: clamp(44px, 4.6vw, 82px);
  line-height: 1.02;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.rv-coverage p:not(.rv-section-kicker) {
  max-width: 520px;
  margin: 0;
  color: #e5e9ed;
  font-size: 17px;
  line-height: 1.7;
}

.rv-map img {
  width: 100%;
  filter: drop-shadow(0 0 28px rgba(215,25,32,.28));
}

/* CTA */
.rv-cta {
  background: #07090b;
  border-bottom: 1px solid var(--line);
}

.rv-cta__grid {
  min-height: 160px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 64px;
}

.rv-cta h2 {
  margin: 0;
  padding-left: 30px;
  border-left: 4px solid var(--red);
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 52px;
  line-height: 1;
  letter-spacing: .015em;
}

.rv-cta p {
  margin: 0;
  max-width: 660px;
  color: #d4d9df;
  font-size: 15px;
  line-height: 1.6;
}

/* Footer */
.rv-footer {
  padding: 56px 0 42px;
  background: #020202;
}

.rv-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.15fr 1.35fr;
  gap: 76px;
}

.rv-footer__logo {
  width: 245px;
  margin-bottom: 18px;
}

.rv-footer h3 {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rv-footer a,
.rv-footer p {
  display: block;
  margin: 0 0 9px;
  color: #d1d6dc;
  font-size: 14px;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 1300px) {
  .rv-nav { display: none; }
  .rv-nav-actions { gap: 8px; }
  .rv-nav-cta { height: 40px; min-width: 116px; padding: 0 12px; font-size: 9px; }
  .rv-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .rv-proof__item { border-bottom: 1px solid var(--line); }
  .rv-who__grid,
  .rv-coverage__grid,
  .rv-cta__grid,
  .rv-footer__grid { grid-template-columns: 1fr; }
  .rv-service-card--large,
  .rv-service-card:not(.rv-service-card--large) { grid-column: span 6; }
}

@media (max-width: 760px) {
  :root { --pad: 22px; }
  .rv-logo img { width: 160px; }
  .rv-header__inner { gap: 14px; }
  .rv-nav-actions { gap: 7px; }
  .rv-nav-cta { height: 36px; min-width: 0; padding: 0 8px; font-size: 8px; letter-spacing: .045em; }
  .rv-hero,
  .rv-hero__inner { min-height: 680px; }
  .rv-hero__image { object-position: 70% center; }
  .rv-hero h1 { font-size: 60px; }
  .rv-hero__lead { font-size: 15px; }
  .rv-proof__grid,
  .rv-service-grid { grid-template-columns: 1fr; }
  .rv-proof__item,
  .rv-service-card--large,
  .rv-service-card:not(.rv-service-card--large) { grid-column: span 1; }
  .rv-service-card { min-height: 430px; }
  .rv-service-card img { min-height: 430px; }
  .rv-values { gap: 18px; }
}


/* V2 refinements from review */
.rv-hero__copy {
  transform: translateY(-10px);
}

.rv-hero h1 {
  max-width: 760px;
}

.rv-service-grid {
  align-items: stretch;
}

.rv-service-card {
  height: 430px;
}

.rv-service-card img {
  height: 430px;
}

@media (max-width: 1300px) {
  .rv-service-card--large,
  .rv-service-card:not(.rv-service-card--large) {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .rv-service-card--large,
  .rv-service-card:not(.rv-service-card--large) {
    grid-column: span 1;
  }
}


/* V3 refinements */
.rv-who {
  padding-top: 132px;
}

.rv-section-kicker {
  font-size: 18px;
  letter-spacing: .20em;
  margin-bottom: 26px;
}

.rv-who .rv-section-kicker {
  font-size: 24px;
  color: #fff;
  font-family: var(--display);
  line-height: 1;
  letter-spacing: .12em;
}

.rv-who .rv-section-kicker::after,
.rv-services .rv-section-kicker::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin-top: 18px;
  background: var(--red);
}

.rv-services .rv-section-head {
  display: block;
  text-align: center;
  margin-bottom: 64px;
}

.rv-services .rv-section-kicker {
  color: #fff;
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
  letter-spacing: .10em;
}

.rv-services .rv-section-kicker::after {
  margin-left: auto;
  margin-right: auto;
}

.rv-section-head h2 {
  margin-top: 22px;
  font-size: clamp(54px, 5.2vw, 96px);
}

.rv-service-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.rv-service-card--large,
.rv-service-card:not(.rv-service-card--large) {
  grid-column: span 1;
}

.rv-service-card,
.rv-service-card img {
  height: 460px;
  min-height: 460px;
}

.rv-service-card__copy h3 {
  font-size: clamp(26px, 1.65vw, 36px);
}

/* Map Odessa marker overlay. Positioned over west Texas on the map image. */
.rv-map {
  position: relative;
}

.rv-map__dot {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ff1b24;
  box-shadow:
    0 0 0 6px rgba(215,25,32,.26),
    0 0 28px rgba(255,0,0,.95),
    0 0 52px rgba(215,25,32,.55);
  z-index: 3;
}

.rv-map__dot--odessa {
  left: 44.3%;
  top: 67.8%;
}

.rv-map__label {
  position: absolute;
  z-index: 3;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  text-shadow: 0 3px 12px rgba(0,0,0,.9);
  white-space: nowrap;
}

.rv-map__label--odessa {
  left: calc(44.3% + 24px);
  top: calc(67.8% - 4px);
}

@media (max-width: 1300px) {
  .rv-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rv-service-card--large,
  .rv-service-card:not(.rv-service-card--large) {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .rv-service-grid {
    grid-template-columns: 1fr;
  }

  .rv-services .rv-section-kicker {
    font-size: 26px;
  }

  .rv-section-head h2 {
    font-size: 42px;
  }
}


/* V5 refinements */
.rv-service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rv-service-card,
.rv-service-card img {
  height: 440px;
  min-height: 440px;
}

.rv-service-card__copy {
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.rv-service-card__copy h3 {
  font-size: clamp(25px, 1.45vw, 32px);
  line-height: 1.04;
}

.rv-service-card__copy p {
  font-size: 14px;
  line-height: 1.48;
}

/* Generator image crop */
.rv-service-card:nth-child(4) img {
  object-position: center 58%;
}

/* Keep the section from looking squeezed at normal desktop widths */
@media (max-width: 1500px) {
  .rv-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1000px) {
  .rv-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rv-service-grid {
    grid-template-columns: 1fr;
  }
}


/* V6 hard corrections */
.rv-service-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.rv-service-card,
.rv-service-card--large,
.rv-service-card:not(.rv-service-card--large) {
  grid-column: auto !important;
  height: 430px !important;
  min-height: 430px !important;
}

.rv-service-card img {
  height: 430px !important;
  min-height: 430px !important;
  object-fit: cover !important;
}

.rv-service-card__copy {
  left: 24px !important;
  right: 24px !important;
  bottom: 26px !important;
}

.rv-service-card__copy p {
  display: none !important;
}

.rv-service-card__copy h3 {
  font-size: clamp(27px, 1.45vw, 34px) !important;
  line-height: 1.04 !important;
  margin-bottom: 24px !important;
}

.rv-service-card:nth-child(1) img { object-position: center 44% !important; }
.rv-service-card:nth-child(2) img { object-position: center 44% !important; }
.rv-service-card:nth-child(3) img { object-position: center center !important; }
.rv-service-card:nth-child(4) img { object-position: center 58% !important; }
.rv-service-card:nth-child(5) img { object-position: center center !important; }

/* Odessa marker only. No text label. Position adjusted to west Texas. */
.rv-map__dot--odessa {
  left: 38.8% !important;
  top: 68.6% !important;
}

.rv-map__label,
.rv-map__label--odessa {
  display: none !important;
}

@media (max-width: 1180px) {
  .rv-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .rv-service-grid {
    grid-template-columns: 1fr !important;
  }
}


/* V7 heading color correction */
.rv-who .rv-section-kicker,
.rv-services .rv-section-kicker {
  color: var(--red) !important;
}


/* V8 remove service card numbers */
.rv-service-card__copy > span {
  display: none !important;
}


/* CLEAN PREMIUM DARK V9
   Not a white/light version. This keeps the dark premium brand feel,
   but cleans the layout, reduces clutter, and lets the real photos work correctly.
*/

/* Global cleaner palette */
body {
  background: #07090b !important;
}

/* Header */
.rv-header {
  background: rgba(0,0,0,.95) !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

.rv-logo img {
  width: 238px !important;
}

/* Hero: cleaner, less fake-overlay feel */
.rv-hero {
  min-height: 810px !important;
  background: #050607 !important;
}

.rv-hero__image {
  object-fit: cover !important;
  object-position: center right !important;
  filter: saturate(.98) contrast(1.02) !important;
}

.rv-hero__shade {
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.94) 0%,
      rgba(0,0,0,.84) 30%,
      rgba(0,0,0,.48) 52%,
      rgba(0,0,0,.12) 78%,
      rgba(0,0,0,.04) 100%),
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.40)) !important;
}

.rv-hero__inner {
  min-height: 810px !important;
}

.rv-hero h1 {
  font-size: clamp(78px, 6.7vw, 132px) !important;
}

.rv-hero__lead {
  max-width: 640px !important;
}

/* Sections: more deliberate, cleaner separation */
.rv-who,
.rv-services,
.rv-coverage {
  background: #090c0f !important;
  border-bottom: 1px solid rgba(255,255,255,.11) !important;
}

.rv-who {
  padding: 124px 0 !important;
}

.rv-who__grid {
  grid-template-columns: .95fr 1.05fr !important;
  gap: 72px !important;
}

.rv-who .rv-section-kicker,
.rv-services .rv-section-kicker,
.rv-coverage .rv-section-kicker {
  color: var(--red) !important;
  font-family: var(--display) !important;
  font-size: 28px !important;
  letter-spacing: .12em !important;
}

.rv-who__text h2,
.rv-section-head h2,
.rv-coverage h2 {
  color: #ffffff !important;
}

.rv-who__text p:not(.rv-section-kicker):not(.rv-values__sub),
.rv-coverage p:not(.rv-section-kicker) {
  color: #d9dee3 !important;
}

.rv-who__photo {
  border-left: 4px solid var(--red) !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.38) !important;
}

.rv-who__photo img {
  object-fit: cover !important;
  object-position: center !important;
}

.rv-values strong {
  color: var(--red) !important;
}

/* Services: clean 5-card layout, image-first, all equal */
.rv-services {
  padding: 118px 0 !important;
}

.rv-section-head {
  display: block !important;
  text-align: center !important;
  margin-bottom: 66px !important;
}

.rv-services .rv-section-kicker::after,
.rv-who .rv-section-kicker::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin-top: 18px;
  background: var(--red);
}

.rv-services .rv-section-kicker::after {
  margin-left: auto;
  margin-right: auto;
}

.rv-section-head h2 {
  margin-top: 22px !important;
  font-size: clamp(54px, 5vw, 92px) !important;
}

.rv-service-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.rv-service-card,
.rv-service-card--large,
.rv-service-card:not(.rv-service-card--large) {
  grid-column: auto !important;
  height: 500px !important;
  min-height: 500px !important;
  background: #11161b !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.30);
  display: flex !important;
  flex-direction: column !important;
}

.rv-service-card img {
  width: 100% !important;
  height: 335px !important;
  min-height: 335px !important;
  object-fit: cover !important;
  display: block !important;
}

.rv-service-card:nth-child(1) img { object-position: center 44% !important; }
.rv-service-card:nth-child(2) img { object-position: center 42% !important; }
.rv-service-card:nth-child(3) img { object-position: center center !important; }
.rv-service-card:nth-child(4) img { object-position: center 56% !important; }
.rv-service-card:nth-child(5) img { object-position: center center !important; }

.rv-service-card__shade {
  display: none !important;
}

.rv-service-card__copy {
  position: static !important;
  inset: auto !important;
  padding: 26px 24px 24px !important;
  background: #11161b !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.rv-service-card__copy > span,
.rv-service-card__copy p {
  display: none !important;
}

.rv-service-card__copy h3 {
  color: #ffffff !important;
  font-size: clamp(25px, 1.35vw, 31px) !important;
  line-height: 1.05 !important;
  margin: 0 0 18px !important;
}

.rv-service-card__copy a {
  color: var(--red) !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

/* Coverage: keep map dark because the red map works there */
.rv-coverage {
  padding: 108px 0 !important;
}

.rv-map {
  position: relative !important;
  background: #050607 !important;
  padding: 28px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 22px 70px rgba(0,0,0,.32);
}

.rv-map img {
  filter: drop-shadow(0 0 26px rgba(215,25,32,.20)) !important;
}

.rv-map__dot--odessa {
  left: 38.8% !important;
  top: 68.6% !important;
}

.rv-map__label,
.rv-map__label--odessa {
  display: none !important;
}

/* CTA/footer remain dark and clean */
.rv-cta {
  background: #11161b !important;
}

.rv-footer {
  background: #040506 !important;
}

/* Responsive */
@media (max-width: 1500px) {
  .rv-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1000px) {
  .rv-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .rv-service-grid {
    grid-template-columns: 1fr !important;
  }

  .rv-service-card,
  .rv-service-card img {
    height: auto !important;
  }

  .rv-service-card img {
    min-height: 320px !important;
  }
}


/* Services Page */
.rv-page-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #050607;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.rv-page-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(.96) contrast(1.04);
}

.rv-page-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.96) 0%,
      rgba(0,0,0,.84) 34%,
      rgba(0,0,0,.50) 58%,
      rgba(0,0,0,.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.46));
}

.rv-page-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.rv-page-hero__copy {
  width: min(900px, 100%);
}

.rv-page-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(72px, 6.2vw, 122px);
  line-height: .92;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.rv-page-hero h1 span { color: var(--red); }

.rv-page-hero p:not(.rv-section-kicker) {
  max-width: 780px;
  margin: 28px 0 0;
  color: #eef2f5;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 750;
}

.rv-services-intro {
  padding: 72px 0 80px;
  background: #090c0f;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.rv-services-intro__grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 70px;
  align-items: start;
}

.rv-services-intro h2,
.rv-detail-section h2,
.rv-service-band h2 {
  margin: 0;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .015em;
  line-height: .98;
}

.rv-services-intro h2 {
  font-size: clamp(46px, 4.4vw, 84px);
}

.rv-services-intro p {
  margin: 0 0 22px;
  color: #d9dee3;
  font-size: 17px;
  line-height: 1.75;
}

.rv-service-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rv-service-index a {
  min-height: 112px;
  padding: 22px;
  background: #11161b;
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.rv-service-index span {
  display: block;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.rv-service-index strong {
  display: block;
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.rv-detail-wrap {
  background: #07090b;
}

.rv-detail-section {
  padding: 96px 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(215,25,32,.08), transparent 24%),
    #090c0f;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.rv-detail-section:nth-child(even) {
  background:
    radial-gradient(circle at 90% 18%, rgba(215,25,32,.07), transparent 24%),
    #07090b;
}

.rv-detail-section__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: center;
}

.rv-detail-section:nth-child(even) .rv-detail-section__media {
  order: 2;
}

.rv-detail-section__media {
  min-height: 560px;
  overflow: hidden;
  border-left: 4px solid var(--red);
  box-shadow: 0 24px 80px rgba(0,0,0,.36);
  background: #11161b;
}

.rv-detail-section:nth-child(even) .rv-detail-section__media {
  border-left: 0;
  border-right: 4px solid var(--red);
}

.rv-detail-section__media img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.rv-detail-section h2 {
  font-size: clamp(46px, 4.3vw, 82px);
  margin-bottom: 26px;
}

.rv-detail-section__lead {
  margin: 0 0 28px;
  color: #e6ebef;
  font-size: 18px;
  line-height: 1.72;
}

.rv-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.rv-detail-list li {
  position: relative;
  padding: 18px 18px 18px 44px;
  color: #dbe0e5;
  background: #11161b;
  border: 1px solid rgba(255,255,255,.12);
  font-size: 15px;
  line-height: 1.55;
}

.rv-detail-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 25px;
  width: 10px;
  height: 10px;
  background: var(--red);
}

.rv-service-band {
  padding: 96px 0;
  background: #11161b;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.rv-service-band__head {
  max-width: 930px;
  margin-bottom: 52px;
}

.rv-service-band h2 {
  font-size: clamp(46px, 4.3vw, 82px);
  margin-bottom: 24px;
}

.rv-service-band p {
  margin: 0;
  color: #d9dee3;
  font-size: 17px;
  line-height: 1.72;
}

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

.rv-capability-card {
  padding: 30px;
  background: #090c0f;
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 18px 45px rgba(0,0,0,.20);
}

.rv-capability-card h3 {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--display);
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.rv-capability-card p {
  margin: 0;
  color: #d6dbe1;
  font-size: 15px;
  line-height: 1.62;
}

.rv-final-services-cta {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.78) 48%, rgba(0,0,0,.68)),
    url('../assets/roto-built-next.png') center right / cover no-repeat;
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.11);
}



.rv-final-services-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 50%, rgba(215,25,32,.18), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.55));
  pointer-events: none;
}

.rv-final-services-cta .rv-container {
  position: relative;
  z-index: 1;
}

.rv-final-services-cta__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.rv-final-services-cta h2 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(44px, 4.2vw, 82px);
  line-height: .98;
  text-transform: uppercase;
}

.rv-final-services-cta p {
  margin: 0;
  max-width: 780px;
  color: #eef2f5;
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .rv-services-intro__grid,
  .rv-detail-section__grid,
  

.rv-final-services-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 50%, rgba(215,25,32,.18), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.55));
  pointer-events: none;
}

.rv-final-services-cta .rv-container {
  position: relative;
  z-index: 1;
}

.rv-final-services-cta__grid {
    grid-template-columns: 1fr;
  }

  .rv-detail-section:nth-child(even) .rv-detail-section__media {
    order: 0;
  }

  .rv-service-index,
  .rv-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rv-page-hero,
  .rv-page-hero__inner {
    min-height: 560px;
  }

  .rv-page-hero h1 {
    font-size: 58px;
  }

  .rv-service-index,
  .rv-detail-list,
  .rv-capability-grid {
    grid-template-columns: 1fr;
  }

  .rv-detail-section__media,
  .rv-detail-section__media img {
    min-height: 360px;
    height: 360px;
  }
}

/* Strong Services Page Revision */
.rv-services-hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #000;
}

.rv-services-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.rv-services-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.96) 0%,
      rgba(0,0,0,.86) 30%,
      rgba(0,0,0,.50) 55%,
      rgba(0,0,0,.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.48));
}

.rv-services-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 790px;
  display: flex;
  align-items: center;
}

.rv-services-hero__copy {
  width: min(980px, 100%);
  transform: translateY(-8px);
}

.rv-services-hero h1 {
  margin: 0;
  max-width: 1020px;
  font-family: var(--display);
  font-size: clamp(72px, 7vw, 136px);
  line-height: .90;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow: 0 10px 34px rgba(0,0,0,.6);
}

.rv-services-hero h1 span { color: var(--red); }

.rv-services-hero__lead {
  max-width: 850px;
  margin: 30px 0 0;
  color: #f2f5f7;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 800;
  letter-spacing: .02em;
}

.rv-service-proof {
  background: #050708;
  border-bottom: 1px solid var(--line);
}

.rv-service-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.rv-service-proof__item {
  min-height: 150px;
  padding: 34px 38px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rv-service-proof__item:last-child { border-right: 0; }

.rv-service-proof__item strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.rv-service-proof__item span {
  color: #cfd5dc;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.rv-services-statement {
  padding: 104px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(215,25,32,.12), transparent 25%),
    linear-gradient(180deg, #030405, #020202);
  border-bottom: 1px solid var(--line);
}

.rv-services-statement__grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 78px;
  align-items: start;
}

.rv-services-statement h2,
.rv-service-lines__head h2,
.rv-service-feature h2,
.rv-supporting-services__head h2 {
  margin: 0;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .015em;
  line-height: .98;
}

.rv-services-statement h2 {
  font-size: clamp(50px, 4.7vw, 92px);
}

.rv-services-statement__copy {
  padding-left: 34px;
  border-left: 4px solid var(--red);
}

.rv-services-statement__copy p {
  margin: 0 0 24px;
  color: #e3e8ed;
  font-size: 18px;
  line-height: 1.78;
}

.rv-services-statement__copy p:last-child { margin-bottom: 0; }

.rv-service-lines {
  padding: 110px 0;
  background: linear-gradient(180deg, #030405, #020202);
  border-bottom: 1px solid var(--line);
}

.rv-service-lines__head {
  text-align: center;
  margin-bottom: 62px;
}

.rv-service-lines__head .rv-section-kicker,
.rv-supporting-services__head .rv-section-kicker {
  color: #fff;
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
  letter-spacing: .10em;
}

.rv-service-lines__head .rv-section-kicker::after,
.rv-supporting-services__head .rv-section-kicker::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin: 18px auto 0;
  background: var(--red);
}

.rv-service-lines__head h2 {
  font-size: clamp(54px, 5.2vw, 96px);
}

.rv-service-showcase {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.rv-showcase-card {
  position: relative;
  height: 500px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel2);
}

.rv-showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.86)),
    linear-gradient(90deg, rgba(0,0,0,.32), transparent 60%);
}

.rv-showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.rv-showcase-card:hover img { transform: scale(1.045); }

.rv-showcase-card span,
.rv-showcase-card h3 {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
}

.rv-showcase-card span {
  top: 28px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.rv-showcase-card h3 {
  bottom: 28px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 1.9vw, 40px);
  line-height: 1.02;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.rv-service-feature {
  padding: 116px 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(215,25,32,.10), transparent 24%),
    #090c0f;
  border-bottom: 1px solid var(--line);
}

.rv-service-feature--reverse,
.rv-service-feature:nth-of-type(even) {
  background:
    radial-gradient(circle at 88% 16%, rgba(215,25,32,.09), transparent 25%),
    #050708;
}

.rv-service-feature__grid {
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  gap: 78px;
  align-items: center;
}

.rv-service-feature--reverse .rv-service-feature__media { order: 2; }

.rv-service-feature__media {
  position: relative;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  border-left: 4px solid var(--red);
  box-shadow: 0 24px 80px rgba(0,0,0,.42);
  background: #11161b;
}

.rv-service-feature--reverse .rv-service-feature__media {
  border-left: 0;
  border-right: 4px solid var(--red);
}

.rv-service-feature__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,.18), transparent 45%);
  pointer-events: none;
}

.rv-service-feature__media img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.rv-service-feature h2 {
  margin-bottom: 28px;
  font-size: clamp(48px, 4.6vw, 88px);
}

.rv-service-feature__lead {
  margin: 0 0 36px;
  color: #e7ebef;
  font-size: 18px;
  line-height: 1.78;
}

.rv-feature-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.rv-feature-columns > div {
  padding: 28px;
  background: #11161b;
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 18px 45px rgba(0,0,0,.20);
}

.rv-feature-columns h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--display);
  font-size: 30px;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.rv-feature-columns ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rv-feature-columns li {
  position: relative;
  padding-left: 24px;
  color: #d8dee4;
  font-size: 15px;
  line-height: 1.55;
}

.rv-feature-columns li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 9px;
  height: 9px;
  background: var(--red);
}

.rv-supporting-services {
  padding: 86px 0 96px;
  background:
    linear-gradient(180deg, #10151a 0%, #0a0d10 100%);
  border-bottom: 1px solid var(--line);
}

.rv-supporting-services__head {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.rv-supporting-services__head h2 {
  max-width: 820px;
  margin: 0 auto 18px;
  font-size: clamp(36px, 3.4vw, 64px);
  line-height: .98;
}

.rv-supporting-services__head p {
  margin: 0 auto;
  max-width: 760px;
  color: #dce1e6;
  font-size: 17px;
  line-height: 1.65;
}

.rv-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rv-support-grid article {
  min-height: 220px;
  padding: 28px;
  background:
    radial-gradient(circle at 16% 14%, rgba(215,25,32,.12), transparent 30%),
    #090c0f;
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 18px 45px rgba(0,0,0,.20);
}

.rv-support-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.rv-support-grid h3 {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--display);
  font-size: 32px;
  line-height: 1.02;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.rv-support-grid p {
  margin: 0;
  color: #d6dbe1;
  font-size: 15px;
  line-height: 1.62;
}

@media (max-width: 1300px) {
  .rv-service-proof__grid,
  .rv-service-showcase,
  .rv-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rv-service-proof__item { border-bottom: 1px solid var(--line); }

  .rv-services-statement__grid,
  .rv-service-feature__grid {
    grid-template-columns: 1fr;
  }

  .rv-service-feature--reverse .rv-service-feature__media { order: 0; }
}

@media (max-width: 760px) {
  .rv-services-hero,
  .rv-services-hero__inner { min-height: 700px; }

  .rv-services-hero__image { object-position: 70% center; }

  .rv-services-hero h1 { font-size: 58px; }

  .rv-services-hero__lead { font-size: 15px; }

  .rv-service-proof__grid,
  .rv-service-showcase,
  .rv-feature-columns,
  .rv-support-grid {
    grid-template-columns: 1fr;
  }

  .rv-services-statement__copy {
    padding-left: 22px;
  }

  .rv-showcase-card { height: 430px; }

  .rv-service-feature__media,
  .rv-service-feature__media img {
    min-height: 380px;
    height: 380px;
  }
}

/* Shop services detail enhancements */
.rv-shop-columns li {
  margin-bottom: 12px;
}

.rv-shop-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.rv-shop-benefits span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
  color: #f4f4f4;
  font-family: Oswald, Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .rv-shop-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Homepage cinematic landing revision */
.rv-hero--cinematic {
  min-height: calc(100vh - 82px);
  isolation: isolate;
}

.rv-hero--cinematic::before {
  content: "";
  position: absolute;
  inset: auto -10% -28% auto;
  width: 760px;
  height: 760px;
  z-index: 1;
  background: radial-gradient(circle, rgba(215,25,32,.22), rgba(215,25,32,.06) 34%, transparent 66%);
  filter: blur(10px);
  opacity: .8;
  pointer-events: none;
}

.rv-hero--cinematic .rv-hero__image {
  object-position: center right;
  filter: saturate(1.04) contrast(1.08) brightness(.94);
  transform: scale(1.015);
}

.rv-hero--cinematic .rv-hero__shade {
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.96) 0%,
      rgba(0,0,0,.84) 27%,
      rgba(0,0,0,.45) 54%,
      rgba(0,0,0,.18) 78%,
      rgba(0,0,0,.10) 100%),
    linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.62)),
    radial-gradient(circle at 72% 54%, rgba(255,255,255,.08), transparent 34%);
}

.rv-hero__inner--cinematic {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(520px, .78fr) minmax(360px, .42fr);
  gap: clamp(42px, 5vw, 90px);
  align-items: end;
  padding-top: 110px;
  padding-bottom: 82px;
}

.rv-hero__copy--cinematic {
  align-self: center;
  width: min(800px, 100%);
}

.rv-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.rv-hero__tag::before {
  content: "";
  width: 56px;
  height: 3px;
  background: var(--red);
}

.rv-hero__copy--cinematic h1 {
  max-width: 820px;
  font-size: clamp(58px, 5.8vw, 112px);
  line-height: .92;
}

.rv-hero__copy--cinematic .rv-hero__lead {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.68;
  text-transform: none;
  letter-spacing: .01em;
  font-weight: 750;
}

.rv-hero-panel {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(13,17,21,.86), rgba(5,7,9,.74));
  border: 1px solid rgba(255,255,255,.20);
  border-left: 4px solid var(--red);
  box-shadow: 0 30px 90px rgba(0,0,0,.48);
  backdrop-filter: blur(10px);
}

.rv-hero-panel__top {
  display: grid;
  gap: 6px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.rv-hero-panel__top span {
  color: #cfd5dc;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rv-hero-panel__top strong {
  color: #fff;
  font-family: var(--display);
  font-size: clamp(32px, 2.6vw, 52px);
  line-height: .95;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.rv-hero-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.rv-hero-panel__grid a {
  min-height: 74px;
  display: flex;
  align-items: end;
  padding: 14px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.13);
  color: #fff;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.rv-hero-panel__grid a:hover {
  border-color: rgba(215,25,32,.72);
  background: rgba(215,25,32,.13);
}

/* Make panoramic shop imagery readable instead of over-cropped */
.rv-showcase-card--shop {
  grid-column: 1 / -1;
  height: 360px;
}

.rv-showcase-card--shop::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.42) 42%, rgba(0,0,0,.06) 100%),
    linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.34));
}

.rv-showcase-card--shop img {
  object-fit: cover;
  object-position: center center;
}

.rv-showcase-card--shop span,
.rv-showcase-card--shop h3 {
  left: 40px;
  right: auto;
}

.rv-showcase-card--shop h3 {
  max-width: 460px;
  font-size: clamp(42px, 4vw, 72px);
}

.rv-service-feature--shop .rv-service-feature__grid {
  grid-template-columns: 1.12fr .88fr;
}

.rv-service-feature--shop .rv-service-feature__media {
  min-height: 500px;
  border-left: 4px solid var(--red);
  border-right: 0;
  background: #050708;
}

.rv-service-feature--shop .rv-service-feature__media::before {
  background: linear-gradient(90deg, rgba(0,0,0,.08), transparent 48%);
}

.rv-service-feature--shop .rv-service-feature__media img {
  height: 500px;
  object-fit: contain;
  object-position: center center;
  background: #050708;
}

.rv-service-card img[src$="roto-versal-trailer.jpg"] {
  object-position: center center;
}

@media (max-width: 1300px) {
  .rv-hero__inner--cinematic,
  .rv-service-feature--shop .rv-service-feature__grid {
    grid-template-columns: 1fr;
  }

  .rv-hero-panel {
    align-self: auto;
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .rv-hero__inner--cinematic {
    padding-top: 80px;
    padding-bottom: 54px;
  }

  .rv-hero__copy--cinematic h1 {
    font-size: 54px;
  }

  .rv-hero-panel__grid {
    grid-template-columns: 1fr;
  }

  .rv-showcase-card--shop {
    height: 290px;
  }

  .rv-showcase-card--shop h3 {
    font-size: 42px;
  }

  .rv-service-feature--shop .rv-service-feature__media,
  .rv-service-feature--shop .rv-service-feature__media img {
    min-height: 260px;
    height: 260px;
  }
}

/* Final services-page balance: keep Shop Services visually consistent with the other primary services.
   The trailer photo is now a cropped supporting image for the Comprehensive Repair & Rebuild Solutions section,
   not a full-width hero treatment. */
.rv-showcase-card--shop {
  grid-column: auto;
  height: 500px;
}

.rv-showcase-card--shop::after {
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.86)),
    linear-gradient(90deg, rgba(0,0,0,.32), transparent 60%);
}

.rv-showcase-card--shop img {
  object-fit: cover;
  object-position: center center;
}

.rv-showcase-card--shop span,
.rv-showcase-card--shop h3 {
  left: 28px;
  right: 28px;
}

.rv-showcase-card--shop h3 {
  max-width: none;
  font-size: clamp(28px, 1.9vw, 40px);
}

.rv-service-feature--shop .rv-service-feature__grid {
  grid-template-columns: .98fr 1.02fr;
}

.rv-service-feature--shop .rv-service-feature__media {
  min-height: 520px;
  border-left: 4px solid var(--red);
  border-right: 0;
  background: #11161b;
}

.rv-service-feature--shop .rv-service-feature__media::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,.16), transparent 50%),
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.26));
}

.rv-service-feature--shop .rv-service-feature__media img {
  height: 520px;
  min-height: 520px;
  object-fit: cover;
  object-position: center center;
  background: #11161b;
}

@media (max-width: 1300px) {
  .rv-service-feature--shop .rv-service-feature__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .rv-showcase-card--shop {
    height: 430px;
  }

  .rv-showcase-card--shop h3 {
    font-size: clamp(28px, 1.9vw, 40px);
  }

  .rv-service-feature--shop .rv-service-feature__media,
  .rv-service-feature--shop .rv-service-feature__media img {
    min-height: 320px;
    height: 320px;
  }
}

/* Homepage landing reset: clean premium first screen */
.rv-hero--statement {
  min-height: calc(100vh - 82px);
  background: #000;
  isolation: isolate;
}

.rv-hero--statement::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 48%, rgba(255,255,255,.12), transparent 28%),
    radial-gradient(circle at 18% 76%, rgba(215,25,32,.20), transparent 28%);
  mix-blend-mode: screen;
  opacity: .55;
}

.rv-hero--statement .rv-hero__image {
  object-position: center right;
  filter: contrast(1.08) saturate(1.04) brightness(.9);
  transform: scale(1.01);
}

.rv-hero--statement .rv-hero__shade {
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.92) 0%,
      rgba(0,0,0,.76) 30%,
      rgba(0,0,0,.34) 56%,
      rgba(0,0,0,.08) 82%,
      rgba(0,0,0,.16) 100%),
    linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.05) 42%, rgba(0,0,0,.88) 100%);
}

.rv-hero__inner--statement {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(420px, 610px) 1fr;
  align-items: center;
  gap: clamp(44px, 6vw, 110px);
  padding-top: 86px;
  padding-bottom: 150px;
}

.rv-statement-card {
  width: min(610px, 100%);
  padding: clamp(30px, 3.4vw, 54px);
  background: linear-gradient(135deg, rgba(7,9,11,.82), rgba(7,9,11,.55));
  border: 1px solid rgba(255,255,255,.16);
  border-left: 4px solid var(--red);
  box-shadow: 0 36px 110px rgba(0,0,0,.52);
  backdrop-filter: blur(12px);
}

.rv-statement-card__kicker {
  margin: 0 0 18px;
  color: #d8dde2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.rv-statement-card h1 {
  margin: 0;
  max-width: 560px;
  font-family: var(--display);
  font-size: clamp(44px, 4.1vw, 78px);
  line-height: .98;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow: 0 14px 34px rgba(0,0,0,.42);
}

.rv-statement-card h1::after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 24px;
  background: var(--red);
}

.rv-statement-card p:not(.rv-statement-card__kicker) {
  margin: 24px 0 0;
  max-width: 540px;
  color: #e7ebef;
  font-size: 17px;
  line-height: 1.68;
  font-weight: 650;
}

.rv-actions--statement {
  margin-top: 30px;
}

.rv-btn--glass {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.32);
}

.rv-btn--glass:hover,
.rv-btn--outline:hover {
  border-color: rgba(215,25,32,.78);
  background: rgba(215,25,32,.14);
}

.rv-hero-signature {
  justify-self: end;
  align-self: end;
  display: grid;
  gap: 6px;
  padding: 0 0 8px 28px;
  border-left: 3px solid var(--red);
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 8px 28px rgba(0,0,0,.62);
}

.rv-hero-signature span {
  color: rgba(255,255,255,.74);
  font-family: var(--display);
  font-size: clamp(24px, 2.1vw, 42px);
  line-height: .95;
  letter-spacing: .05em;
}

.rv-hero-signature strong {
  color: #fff;
  font-family: var(--display);
  font-size: clamp(36px, 3.5vw, 72px);
  line-height: .9;
  letter-spacing: .035em;
}

.rv-hero-service-rail {
  position: absolute;
  left: max(56px, calc((100vw - var(--container)) / 2 + var(--pad)));
  right: max(56px, calc((100vw - var(--container)) / 2 + var(--pad)));
  bottom: 34px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: rgba(4,6,8,.76);
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 24px 80px rgba(0,0,0,.46);
  backdrop-filter: blur(10px);
}

.rv-hero-service-rail a {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  border-right: 1px solid rgba(255,255,255,.13);
  color: #f5f7f9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.rv-hero-service-rail a:last-child { border-right: 0; }

.rv-hero-service-rail a:hover {
  background: rgba(215,25,32,.16);
  color: #fff;
}

@media (max-width: 1180px) {
  .rv-hero__inner--statement {
    grid-template-columns: 1fr;
    align-items: end;
    padding-bottom: 172px;
  }

  .rv-hero-signature {
    justify-self: start;
  }

  .rv-hero-service-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rv-hero--statement,
  .rv-hero__inner--statement {
    min-height: auto;
  }

  .rv-hero__inner--statement {
    padding-top: 70px;
    padding-bottom: 250px;
  }

  .rv-statement-card {
    padding: 28px;
  }

  .rv-statement-card h1 {
    font-size: 42px;
  }

  .rv-hero-signature {
    display: none;
  }

  .rv-hero-service-rail {
    left: 24px;
    right: 24px;
    bottom: 24px;
    grid-template-columns: 1fr;
  }

  .rv-hero-service-rail a {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .rv-hero-service-rail a:last-child { border-bottom: 0; }
}

/* Homepage brand-stage hero revision */
.rv-hero--brand-stage {
  min-height: calc(100vh - 82px);
  isolation: isolate;
  background: #030405;
  overflow: hidden;
}

.rv-hero--brand-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 52% 44%, rgba(215,25,32,.16), transparent 28%),
    radial-gradient(circle at 82% 46%, rgba(215,25,32,.24), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 34%);
}

.rv-brand-stage__emblem {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.rv-brand-stage__emblem img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(94vw, 1720px);
  max-width: none;
  transform: translate(-50%, -50%);
  filter: contrast(1.12) saturate(1.16) brightness(1.06);
  opacity: 1;
}

.rv-brand-stage__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,.12) 34%, rgba(0,0,0,.03) 62%, rgba(0,0,0,.55) 100%),
    linear-gradient(180deg, rgba(0,0,0,.38) 0%, rgba(0,0,0,.02) 38%, rgba(0,0,0,.84) 100%);
}

.rv-brand-stage__inner {
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: flex-end;
  padding-top: 96px;
  padding-bottom: 152px;
}

.rv-brand-stage__copy {
  width: min(760px, 100%);
}

.rv-brand-lockup {
  display: inline-flex;
  flex-direction: column;
  gap: 17px;
  padding: 22px 26px 24px;
  background: linear-gradient(135deg, rgba(0,0,0,.58), rgba(10,12,15,.26));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 30px 90px rgba(0,0,0,.44);
  backdrop-filter: blur(7px);
}

.rv-brand-stage__copy h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 3.1vw, 50px);
  line-height: 1;
  letter-spacing: .055em;
  text-transform: uppercase;
  color: #f5f6f7;
  text-shadow: 0 12px 35px rgba(0,0,0,.65);
}

.rv-brand-stage__copy h1::after {
  content: "";
  display: block;
  width: 92px;
  height: 3px;
  margin-top: 16px;
  background: var(--red);
  box-shadow: 0 0 26px rgba(215,25,32,.5);
}

.rv-brand-values {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  color: rgba(245,247,249,.88);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: clamp(11px, .78vw, 13px);
  font-weight: 950;
}

.rv-brand-values span {
  position: relative;
  padding: 0 18px;
}

.rv-brand-values span:first-child {
  padding-left: 0;
}

.rv-brand-values span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 18px rgba(215,25,32,.7);
}

.rv-actions--brand-stage {
  margin-top: 24px;
}

.rv-brand-service-rail {
  position: absolute;
  left: max(56px, calc((100vw - var(--container)) / 2 + var(--pad)));
  right: max(56px, calc((100vw - var(--container)) / 2 + var(--pad)));
  bottom: 32px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: linear-gradient(180deg, rgba(12,14,17,.58), rgba(2,3,4,.86));
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 24px 90px rgba(0,0,0,.48);
  backdrop-filter: blur(10px);
}

.rv-brand-service-rail a {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 15px;
  border-right: 1px solid rgba(255,255,255,.12);
  color: #f3f5f7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.rv-brand-service-rail a:last-child { border-right: 0; }

.rv-brand-service-rail a:hover {
  background: rgba(215,25,32,.17);
  color: #fff;
}

@media (max-width: 1100px) {
  .rv-brand-stage__emblem img {
    width: 1320px;
  }

  .rv-brand-service-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rv-hero--brand-stage,
  .rv-brand-stage__inner {
    min-height: auto;
  }

  .rv-brand-stage__emblem img {
    left: 62%;
    top: 42%;
    width: 1020px;
    opacity: .92;
  }

  .rv-brand-stage__shade {
    background:
      linear-gradient(90deg, rgba(0,0,0,.45), rgba(0,0,0,.12), rgba(0,0,0,.64)),
      linear-gradient(180deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,.08) 34%, rgba(0,0,0,.92) 100%);
  }

  .rv-brand-stage__inner {
    padding-top: 360px;
    padding-bottom: 266px;
  }

  .rv-brand-lockup {
    padding: 20px 19px 22px;
  }

  .rv-brand-stage__copy h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .rv-brand-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 18px;
  }

  .rv-brand-values span {
    padding: 0;
  }

  .rv-brand-values span::after {
    display: none;
  }

  .rv-actions--brand-stage {
    display: grid;
  }

  .rv-brand-service-rail {
    left: var(--pad);
    right: var(--pad);
    bottom: 24px;
    grid-template-columns: 1fr;
  }

  .rv-brand-service-rail a {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .rv-brand-service-rail a:last-child { border-bottom: 0; }
}


/* Hero identity correction: remove standalone pasted headline look */
.rv-brand-stage__emblem img {
  width: min(100vw, 1820px);
  filter: contrast(1.16) saturate(1.2) brightness(1.12);
}

.rv-brand-stage__shade {
  background:
    linear-gradient(90deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.03) 38%, rgba(0,0,0,.24) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.02) 54%, rgba(0,0,0,.72) 100%);
}

.rv-brand-stage__inner {
  align-items: flex-end;
  padding-bottom: 154px;
}

.rv-brand-stage__copy {
  width: min(980px, 100%);
}

.rv-brand-lockup,
.rv-brand-stage__copy h1,
.rv-brand-stage__copy h1::after,
.rv-brand-values {
  all: unset;
}

.rv-brand-signature {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 13px 18px;
  background: rgba(0,0,0,.46);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 60px rgba(0,0,0,.44);
  backdrop-filter: blur(8px);
  color: rgba(245,247,249,.92);
  font-family: var(--sans);
  font-size: clamp(11px, .82vw, 13px);
  font-weight: 850;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
}

.rv-brand-signature span:not(.rv-brand-signature__divider) {
  white-space: nowrap;
}

.rv-brand-signature__service {
  color: #fff;
}

.rv-brand-signature__divider {
  width: 42px;
  height: 1px;
  background: var(--red);
  box-shadow: 0 0 20px rgba(215,25,32,.75);
}

.rv-actions--brand-stage {
  margin-top: 20px;
}

@media (max-width: 760px) {
  .rv-brand-stage__emblem img {
    left: 58%;
    top: 38%;
    width: 980px;
  }

  .rv-brand-stage__inner {
    padding-top: 340px;
    padding-bottom: 256px;
  }

  .rv-brand-signature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 16px;
    line-height: 1.2;
  }

  .rv-brand-signature__divider {
    display: none;
  }
}

/* Final homepage landing: cinematic Roto-Versal hero with original site header */
.rv-final-landing {
  position: relative;
  background: #000;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.rv-final-landing__art {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.rv-final-landing__links {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.rv-final-link,
.rv-final-service {
  position: absolute;
  display: block;
  pointer-events: auto;
}

/* Transparent hit areas over the embedded CTA buttons */
.rv-final-link--services {
  left: 3.4%;
  top: 59.1%;
  width: 17.6%;
  height: 6.7%;
}

.rv-final-link--request {
  left: 22.4%;
  top: 59.1%;
  width: 18.8%;
  height: 6.7%;
}

/* Transparent hit areas over the service icon rail */
.rv-final-service {
  top: 81.0%;
  height: 14.4%;
}

.rv-final-service--mechanical { left: 0; width: 20%; }
.rv-final-service--valve { left: 20%; width: 20%; }
.rv-final-service--crane { left: 40%; width: 21%; }
.rv-final-service--generator { left: 61%; width: 22%; }
.rv-final-service--shop { left: 83%; width: 17%; }

.rv-final-link:focus-visible,
.rv-final-service:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: -2px;
  background: rgba(215,25,32,.08);
}

@media (min-width: 1500px) {
  .rv-final-landing {
    max-height: none;
  }

  .rv-final-landing__art {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
  }
}

@media (max-width: 760px) {
  .rv-final-landing__art {
    width: 150%;
    margin-left: -36%;
  }

  .rv-final-link--services,
  .rv-final-link--request,
  .rv-final-service {
    display: none;
  }
}

/* About Page */
.rv-about-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #030405;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.rv-about-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  filter: saturate(.92) contrast(1.06) brightness(.76);
}

.rv-about-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.94) 0%,
      rgba(0,0,0,.84) 34%,
      rgba(0,0,0,.52) 58%,
      rgba(0,0,0,.26) 100%),
    linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.62));
}

.rv-about-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  align-items: center;
}

.rv-about-hero__copy {
  width: min(830px, 100%);
}

.rv-about-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(64px, 6vw, 116px);
  line-height: .94;
  letter-spacing: .012em;
  text-transform: uppercase;
}

.rv-about-hero p:not(.rv-section-kicker) {
  max-width: 760px;
  margin: 30px 0 0;
  color: #eef2f5;
  font-size: 20px;
  line-height: 1.68;
  font-weight: 700;
}

.rv-about-main {
  padding: 92px 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(215,25,32,.16), transparent 34%),
    linear-gradient(180deg, #07090b 0%, #030405 100%);
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.rv-about-main__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
}

.rv-about-card {
  min-height: 430px;
  padding: 46px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.rv-about-card--mission {
  background:
    linear-gradient(145deg, rgba(215,25,32,.13), rgba(255,255,255,.045) 42%, rgba(255,255,255,.03));
}

.rv-about-card h2,
.rv-about-coverage h2 {
  margin: 0 0 26px;
  font-family: var(--display);
  font-size: clamp(40px, 3.8vw, 74px);
  line-height: .96;
  letter-spacing: .012em;
  text-transform: uppercase;
}

.rv-about-card p:not(.rv-section-kicker),
.rv-about-coverage p {
  margin: 0 0 22px;
  color: #d9dee3;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 560;
}

.rv-about-card p:last-child { margin-bottom: 0; }

.rv-about-coverage {
  padding: 76px 0;
  background: #090c0f;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.rv-about-coverage__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.rv-about-coverage p {
  margin: 0;
  font-size: 20px;
}

.rv-about-values {
  background: #030405;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.rv-about-values__inner {
  min-height: 120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  text-align: center;
}

.rv-about-values span {
  padding: 34px 22px;
  color: #f5f7f9;
  font-family: var(--display);
  font-size: clamp(24px, 2vw, 38px);
  text-transform: uppercase;
  letter-spacing: .09em;
  border-right: 1px solid rgba(255,255,255,.16);
}

.rv-about-values span:last-child { border-right: 0; }

@media (max-width: 1000px) {
  .rv-about-main__grid,
  .rv-about-coverage__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .rv-about-hero,
  .rv-about-hero__inner {
    min-height: 560px;
  }

  .rv-about-card {
    padding: 32px;
    min-height: auto;
  }

  .rv-about-values__inner {
    grid-template-columns: 1fr 1fr;
  }

  .rv-about-values span:nth-child(2) { border-right: 0; }
  .rv-about-values span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
}


/* Homepage Who image upgrade */
.rv-who__photo {
  min-height: 560px !important;
  border-left: 0 !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 0 !important;
  background: #050607 !important;
  box-shadow: 0 34px 95px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.04) !important;
  isolation: isolate;
}

.rv-who__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.50), rgba(0,0,0,.08) 48%, rgba(0,0,0,.42)),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.48));
  pointer-events: none;
}

.rv-who__photo::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.18);
  border-left: 5px solid var(--red);
  box-shadow: inset 0 -120px 160px rgba(0,0,0,.36);
  pointer-events: none;
}

.rv-who__photo img {
  height: 560px !important;
  object-fit: cover !important;
  object-position: 58% 50% !important;
  filter: contrast(1.08) saturate(.98) brightness(.92);
  transform: scale(1.015);
}

@media (max-width: 1000px) {
  .rv-who__photo,
  .rv-who__photo img {
    min-height: 430px !important;
    height: 430px !important;
  }
}

@media (max-width: 760px) {
  .rv-who__photo,
  .rv-who__photo img {
    min-height: 360px !important;
    height: 360px !important;
  }

  .rv-who__photo img {
    object-position: 54% 50% !important;
  }
}

/* Careers page */
.rv-careers-hero {
  position: relative;
  background: #020405;
  border-bottom: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}

.rv-careers-hero__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 92px);
  object-fit: cover;
  object-position: center center;
}

.rv-careers-jobs {
  background:
    radial-gradient(circle at 15% 0%, rgba(220, 0, 0, .13), transparent 30%),
    linear-gradient(180deg, #080c0f 0%, #0d1216 100%);
  padding: 88px 0 96px;
}

.rv-careers-jobs--first {
  padding-top: 74px;
}

.rv-careers-jobs__head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, .9fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.rv-careers-jobs__head--tight {
  align-items: center;
}

.rv-careers-jobs h1,
.rv-careers-jobs h2,
.rv-careers-note h2 {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .035em;
  line-height: .95;
  color: #fff;
  margin: 0;
}

.rv-careers-jobs h1 {
  font-size: clamp(46px, 5vw, 82px);
}

.rv-careers-jobs__head > p {
  color: rgba(255,255,255,.7);
  line-height: 1.7;
  margin: 0;
  font-size: 16px;
}

.rv-job-list {
  display: grid;
  gap: 18px;
}

.rv-job-posting {
  background:
    radial-gradient(circle at 8% 0%, rgba(220,0,0,.24), transparent 36%),
    linear-gradient(145deg, rgba(76, 7, 9, .74), rgba(18, 6, 8, .94) 58%, rgba(8, 7, 8, .98)),
    #170607;
  border: 1px solid rgba(220,0,0,.24);
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
  position: relative;
  overflow: hidden;
}

.rv-job-posting::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--red), transparent 78%);
}

.rv-job-posting__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 36px;
  align-items: center;
  padding: 30px 34px 26px;
}

.rv-job-card__label,
.rv-job-card__status {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
}

.rv-job-card__label { color: var(--red); }
.rv-job-card__status { color: var(--red); }

.rv-job-posting h2 {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .045em;
  line-height: 1.02;
  color: #fff;
  font-size: clamp(34px, 3.7vw, 58px);
  margin: 9px 0 13px;
}

.rv-job-posting__main p {
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  margin: 0;
  max-width: 780px;
}

.rv-job-posting dl {
  margin: 0;
  display: grid;
  gap: 0;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.28);
}

.rv-job-posting dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.rv-job-posting dl div:last-child {
  border-bottom: 0;
}

.rv-job-posting dt {
  color: rgba(255,255,255,.48);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 900;
}

.rv-job-posting dd {
  margin: 0;
  color: rgba(255,255,255,.84);
  text-align: right;
  font-size: 14px;
}

.rv-job-details {
  border-top: 1px solid rgba(220,0,0,.18);
}

.rv-job-details summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 34px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rv-job-details summary::-webkit-details-marker { display: none; }

.rv-job-details summary::after {
  content: "+";
  color: var(--red);
  font-size: 24px;
  line-height: 1;
}

.rv-job-details[open] summary::after {
  content: "–";
}

.rv-job-details__content {
  padding: 0 34px 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.rv-job-details__content section {
  border-top: 1px solid rgba(220,0,0,.5);
  padding-top: 20px;
}

.rv-job-details__content h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .06em;
  font-size: 24px;
  margin: 0 0 14px;
}

.rv-job-details__content p,
.rv-job-details__content li {
  color: rgba(255,255,255,.72);
  line-height: 1.62;
  font-size: 15px;
}

.rv-job-details__content p {
  margin: 0;
}

.rv-job-details__content ul {
  padding-left: 18px;
  margin: 0;
  display: grid;
  gap: 8px;
}

.rv-job-details__actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  align-items: center;
  padding-top: 4px;
}

.rv-job-details__actions a,
.rv-job-details__actions button {
  appearance: none;
  border-radius: 0;
  border: 1px solid rgba(220,0,0,.72);
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  padding: 13px 18px;
  cursor: pointer;
}

.rv-job-details__actions a {
  background: var(--red);
  border-color: var(--red);
}

.rv-job-details__actions button {
  color: rgba(255,255,255,.72);
}

.rv-careers-empty {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.035);
  padding: 34px;
  text-align: center;
}

.rv-careers-empty h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px;
  font-size: 32px;
}

.rv-careers-empty p {
  color: rgba(255,255,255,.72);
  margin: 0;
}

.rv-careers-note {
  background:
    linear-gradient(rgba(0,0,0,.68), rgba(0,0,0,.78)),
    url('../assets/roto-built-next.png') center/cover no-repeat;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 86px 0;
}

.rv-careers-note__inner {
  max-width: 980px;
}

.rv-careers-note h2 {
  font-size: clamp(42px, 5vw, 82px);
  margin-bottom: 18px;
}

.rv-careers-note p {
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

@media (max-width: 1000px) {
  .rv-careers-jobs__head,
  .rv-job-posting__main {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .rv-job-posting dl {
    max-width: 520px;
  }
  .rv-job-details__content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .rv-careers-hero__image {
    min-height: 520px;
    object-position: 62% center;
  }
  .rv-careers-jobs,
  .rv-careers-note {
    padding: 58px 0;
  }
  .rv-job-posting__main,
  .rv-job-details summary,
  .rv-job-details__content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .rv-job-posting h2 {
    font-size: 32px;
  }
  .rv-job-details__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .rv-job-details__actions a,
  .rv-job-details__actions button {
    text-align: center;
  }
}

/* Final valve services image adjustment: show more of the full valve body. */
.rv-showcase-card img[src$="prv-zoomed-out.jpg"] {
  object-position: center center !important;
}

.rv-service-feature--valves .rv-service-feature__media img[src$="prv-zoomed-out.jpg"] {
  object-fit: cover !important;
  object-position: center center !important;
}

/* Final refinement pass: reduce first-screen impact, clean services headline, improve valve image proportions, and calm careers hero. */
.rv-final-landing {
  display: flex;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(215,25,32,.08), transparent 34%),
    #000;
  padding: clamp(12px, 1.3vw, 26px) 0 clamp(20px, 2vw, 36px);
}

.rv-final-landing__stage {
  position: relative;
  width: min(94vw, 1480px);
  margin: 0 auto;
  box-shadow: 0 28px 90px rgba(0,0,0,.42);
}

.rv-final-landing__stage .rv-final-landing__art {
  width: 100%;
}

.rv-final-landing__stage .rv-final-landing__links {
  inset: 0;
}

.rv-service-lines__head h2 {
  font-size: clamp(42px, 4.1vw, 68px);
  line-height: 1.02;
}

@media (min-width: 900px) {
  .rv-service-lines__head h2 {
    white-space: nowrap;
  }
}

.rv-service-feature--valves .rv-service-feature__grid {
  grid-template-columns: .88fr 1.12fr;
}

.rv-service-feature--valves .rv-service-feature__media {
  min-height: 520px;
}

.rv-service-feature--valves .rv-service-feature__media img[src$="prv-zoomed-out.jpg"] {
  height: 520px !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.rv-careers-hero--compact {
  min-height: clamp(430px, 54vh, 560px);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.rv-careers-hero--compact .rv-careers-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 66% center;
  opacity: .72;
}

.rv-careers-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.74) 34%, rgba(0,0,0,.24) 72%, rgba(0,0,0,.68) 100%),
    linear-gradient(180deg, rgba(0,0,0,.34), rgba(0,0,0,.58));
  z-index: 1;
}

.rv-careers-hero__inner {
  position: relative;
  z-index: 2;
  padding: 72px 0;
}

.rv-careers-hero__copy {
  max-width: 690px;
}

.rv-careers-hero__copy h1 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .035em;
  line-height: .96;
  color: #fff;
  font-size: clamp(52px, 6vw, 92px);
}

.rv-careers-hero__copy > p:not(.rv-section-kicker) {
  margin: 0;
  max-width: 650px;
  color: rgba(255,255,255,.78);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.65;
}

.rv-careers-hero__values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
  max-width: 720px;
}

.rv-careers-hero__values span {
  padding: 14px 12px;
  border: 1px solid rgba(215,25,32,.46);
  background: rgba(60, 6, 8, .42);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 900px) {
  .rv-final-landing__stage {
    width: 100%;
    box-shadow: none;
  }
  .rv-careers-hero__values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rv-service-feature--valves .rv-service-feature__grid {
    grid-template-columns: 1fr;
  }
}


/* Refinement pass: restore careers hero, slightly rebalance homepage, tighten section titles, and fix valve image treatment. */
.rv-final-landing {
  padding: clamp(8px, 1vw, 18px) 0 clamp(14px, 1.4vw, 26px) !important;
}

.rv-final-landing__stage {
  width: min(96vw, 1560px) !important;
}

/* Homepage section headlines were too loud under the hero. */
.rv-who__text h2 {
  font-size: clamp(42px, 3.8vw, 70px) !important;
  line-height: 1 !important;
}

.rv-services .rv-section-head h2 {
  font-size: clamp(38px, 3.6vw, 64px) !important;
  line-height: 1.03 !important;
}

/* About page hero title should match the mission headline scale. */
.rv-about-hero h1 {
  font-size: clamp(40px, 3.8vw, 74px) !important;
  line-height: .98 !important;
  max-width: 780px;
}

/* Services page: keep top service-line headline controlled on one line where possible. */
.rv-service-lines__head h2 {
  font-size: clamp(40px, 3.7vw, 62px) !important;
  line-height: 1.03 !important;
}

/* Valve Services image: stop squeezing/cropping the PRV. Use the full portrait image over a darkened fill. */
.rv-service-feature--valves .rv-service-feature__grid {
  grid-template-columns: .92fr 1.08fr !important;
}

.rv-service-feature--valves .rv-service-feature__media {
  min-height: 700px !important;
  height: 700px !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,.05), rgba(0,0,0,.42)),
    url('../assets/prv.png') center center / cover no-repeat !important;
}

.rv-service-feature--valves .rv-service-feature__media::before {
  background: rgba(0,0,0,.18) !important;
  backdrop-filter: blur(10px);
  transform: scale(1.04);
}

.rv-service-feature--valves .rv-service-feature__media img[src$="prv.png"] {
  position: relative;
  z-index: 2;
  width: 100% !important;
  height: 700px !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: contrast(1.06) saturate(.98) brightness(.96);
}

/* Revert careers page to the approved full-image hero instead of the compact text-heavy version. */
.rv-careers-hero--compact {
  min-height: 0 !important;
  display: block !important;
}

.rv-careers-hero--compact .rv-careers-hero__image,
.rv-careers-hero__image {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: calc(100vh - 92px) !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
}

.rv-careers-hero__shade,
.rv-careers-hero__inner,
.rv-careers-hero__copy,
.rv-careers-hero__values {
  display: none !important;
}

@media (max-width: 900px) {
  .rv-service-feature--valves .rv-service-feature__grid {
    grid-template-columns: 1fr !important;
  }

  .rv-service-feature--valves .rv-service-feature__media,
  .rv-service-feature--valves .rv-service-feature__media img[src$="prv.png"] {
    height: 620px !important;
    min-height: 620px !important;
  }
}

@media (max-width: 680px) {
  .rv-careers-hero__image {
    min-height: 0 !important;
    object-position: center center !important;
  }

  .rv-service-feature--valves .rv-service-feature__media,
  .rv-service-feature--valves .rv-service-feature__media img[src$="prv.png"] {
    height: 520px !important;
    min-height: 520px !important;
  }
}

/* Final careers hero sizing: match the calmer homepage first-screen scale. */
.rv-careers-hero {
  display: flex !important;
  justify-content: center !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(215,25,32,.08), transparent 34%),
    #000 !important;
  padding: clamp(8px, 1vw, 18px) 0 clamp(14px, 1.4vw, 26px) !important;
  overflow: hidden !important;
}

.rv-careers-hero__image {
  width: min(96vw, 1560px) !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  box-shadow: 0 28px 90px rgba(0,0,0,.42);
}

@media (max-width: 900px) {
  .rv-careers-hero {
    padding: 0 !important;
  }

  .rv-careers-hero__image {
    width: 100% !important;
    box-shadow: none;
  }
}

/* Final service correction: Valve credential strip under PRV photo and remove squeezed image behavior. */
.rv-service-feature--valves .rv-service-feature__media.rv-valve-media {
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  background: #090c10 !important;
  overflow: hidden !important;
}

.rv-service-feature--valves .rv-service-feature__media.rv-valve-media::before {
  display: none !important;
}

.rv-valve-photo-frame {
  position: relative;
  min-height: 610px;
  height: 610px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.42), rgba(0,0,0,.04), rgba(0,0,0,.5)),
    url('../assets/prv.png') center center / cover no-repeat;
  overflow: hidden;
}

.rv-valve-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 48% 42%, rgba(255,255,255,.08), transparent 38%),
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.34));
  pointer-events: none;
  z-index: 3;
}

.rv-service-feature--valves .rv-valve-photo-frame img[src$="prv.png"] {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 610px !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: contrast(1.06) saturate(.98) brightness(.96) !important;
}

.rv-valve-credentials {
  display: grid;
  grid-template-columns: 1fr .8fr .8fr 1.35fr;
  gap: 12px;
  align-items: center;
  padding: 18px 18px;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.13);
  background:
    linear-gradient(135deg, rgba(136, 0, 0, .22), rgba(8, 11, 15, .96) 40%, rgba(0,0,0,.98)),
    #07090c;
}

.rv-valve-credentials__label {
  color: rgba(255,255,255,.76);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rv-valve-credential {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.92);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05), 0 12px 30px rgba(0,0,0,.26);
}

.rv-valve-credential img {
  display: block;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.rv-valve-credential--wide img {
  max-height: 34px;
}

@media (max-width: 900px) {
  .rv-valve-photo-frame,
  .rv-service-feature--valves .rv-valve-photo-frame img[src$="prv.png"] {
    height: 560px !important;
    min-height: 560px !important;
  }

  .rv-valve-credentials {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rv-valve-credentials__label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .rv-valve-photo-frame,
  .rv-service-feature--valves .rv-valve-photo-frame img[src$="prv.png"] {
    height: 500px !important;
    min-height: 500px !important;
  }

  .rv-valve-credentials {
    grid-template-columns: 1fr;
  }
}


/* Final valve services rework: restore natural photo crop and keep credentials below the image. */
.rv-service-feature--valves .rv-service-feature__grid {
  grid-template-columns: 1.03fr .97fr !important;
  align-items: center !important;
}

.rv-service-feature--valves .rv-service-feature__media.rv-valve-media {
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  background: linear-gradient(180deg, rgba(12,15,20,.92), rgba(5,7,10,.98)) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.rv-valve-photo-frame {
  position: relative !important;
  height: clamp(560px, 44vw, 720px) !important;
  min-height: 560px !important;
  background: #05070a !important;
  overflow: hidden !important;
}

.rv-valve-photo-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../assets/prv.png') center center / cover no-repeat;
  filter: blur(18px) brightness(.55) saturate(.9);
  transform: scale(1.08);
  opacity: .72;
  z-index: 0;
}

.rv-valve-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.18), rgba(0,0,0,0) 42%, rgba(0,0,0,.2)),
    linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.28));
  pointer-events: none;
  z-index: 3;
}

.rv-service-feature--valves .rv-valve-photo-frame img[src$="prv.png"] {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 52% 50% !important;
  filter: contrast(1.05) saturate(1.02) brightness(.95) !important;
}

.rv-valve-credentials {
  display: grid !important;
  grid-template-columns: 1.05fr .72fr .72fr 1.5fr !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 14px 16px !important;
  margin: 0 !important;
  border-top: 1px solid rgba(255,255,255,.13) !important;
  background:
    linear-gradient(90deg, rgba(122, 0, 0, .26), rgba(7, 9, 13, .94) 36%, rgba(0,0,0,.98)) !important;
}

.rv-valve-credentials__label {
  font-size: 12px !important;
  letter-spacing: .14em !important;
  color: rgba(255,255,255,.72) !important;
}

.rv-valve-credential {
  min-height: 48px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.22) !important;
}

.rv-valve-credential img {
  max-height: 34px !important;
}

.rv-valve-credential--wide img {
  max-height: 28px !important;
}

@media (max-width: 900px) {
  .rv-service-feature--valves .rv-service-feature__grid {
    grid-template-columns: 1fr !important;
  }
  .rv-valve-photo-frame {
    height: 560px !important;
    min-height: 560px !important;
  }
  .rv-valve-credentials {
    grid-template-columns: 1fr 1fr 1.35fr !important;
  }
  .rv-valve-credentials__label {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 680px) {
  .rv-valve-photo-frame {
    height: 500px !important;
    min-height: 500px !important;
  }
  .rv-valve-credentials {
    grid-template-columns: 1fr !important;
  }
}

/* About hero crew photo update */
.rv-about-hero__image {
  object-position: center center !important;
  filter: saturate(.82) contrast(1.12) brightness(.68) !important;
}

.rv-about-hero__shade {
  background:
    radial-gradient(circle at 72% 44%, rgba(215,25,32,.12), transparent 34%),
    linear-gradient(90deg,
      rgba(0,0,0,.95) 0%,
      rgba(0,0,0,.86) 33%,
      rgba(0,0,0,.57) 61%,
      rgba(0,0,0,.24) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.78)) !important;
}

/* More polished About values ribbon */
.rv-about-values {
  padding: 34px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(215,25,32,.16), transparent 34%),
    linear-gradient(180deg, #07090b 0%, #030405 100%) !important;
}

.rv-about-values__inner {
  min-height: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 20px 28px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035), rgba(215,25,32,.075), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 22px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
}

.rv-about-values span {
  position: relative;
  padding: 0 34px !important;
  color: #f6f7f8 !important;
  font-family: var(--display);
  font-size: clamp(18px, 1.35vw, 28px) !important;
  line-height: 1;
  letter-spacing: .14em !important;
  text-transform: uppercase;
  border: 0 !important;
  text-shadow: 0 0 18px rgba(215,25,32,.18);
}

.rv-about-values span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  background: var(--red);
  box-shadow: 0 0 22px rgba(215,25,32,.55);
}

@media (max-width: 760px) {
  .rv-about-values__inner {
    flex-wrap: wrap;
    gap: 16px 0;
    padding: 20px 14px;
  }

  .rv-about-values span {
    width: 50%;
    padding: 0 18px !important;
    text-align: center;
  }

  .rv-about-values span:nth-child(2)::after { display: none; }
}

/* =========================================================
   Mobile repair pass - navigation + oversized image control
   Added after all previous rules so these are the final say.
========================================================= */
.rv-mobile-toggle,
.rv-mobile-menu {
  display: none;
}

.rv-mobile-toggle {
  appearance: none;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(215,25,32,.18), rgba(0,0,0,.28));
  color: #fff;
  width: 46px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
}

.rv-mobile-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  transition: transform .2s ease, opacity .2s ease;
}

.rv-mobile-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.rv-mobile-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.rv-mobile-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.rv-menu-lock {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .rv-header {
    height: 74px !important;
  }

  .rv-header__inner {
    height: 74px !important;
    gap: 18px !important;
  }

  .rv-logo img {
    width: clamp(178px, 34vw, 224px) !important;
  }

  .rv-nav,
  .rv-nav-actions {
    display: none !important;
  }

  .rv-mobile-toggle {
    display: flex !important;
    margin-left: auto;
  }

  .rv-mobile-menu {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    z-index: 99;
    display: block !important;
    max-height: calc(100dvh - 74px);
    overflow-y: auto;
    padding: 22px var(--pad) 28px;
    background:
      radial-gradient(circle at 88% 0%, rgba(215,25,32,.18), transparent 30%),
      linear-gradient(180deg, rgba(5,5,6,.98), rgba(0,0,0,.98));
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 24px 70px rgba(0,0,0,.55);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .rv-header.is-mobile-open .rv-mobile-menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .rv-mobile-menu__primary {
    display: grid;
    gap: 4px;
  }

  .rv-mobile-menu__primary a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0 4px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff;
    font-family: var(--display);
    font-size: 26px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .rv-mobile-menu__primary a.is-active {
    color: #fff;
    border-bottom-color: rgba(215,25,32,.72);
  }

  .rv-mobile-menu__primary a.is-active::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 12px;
    background: var(--red);
    transform: rotate(45deg);
  }

  .rv-mobile-menu__access {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .rv-mobile-menu__access a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid rgba(215,25,32,.46);
    background: rgba(215,25,32,.12);
    color: rgba(255,255,255,.9);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
  }
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  :root {
    --pad: 20px;
  }

  .rv-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .rv-header,
  .rv-header__inner {
    height: 68px !important;
  }

  .rv-logo img {
    width: clamp(158px, 54vw, 206px) !important;
  }

  .rv-mobile-toggle {
    width: 44px;
    height: 40px;
  }

  .rv-mobile-menu {
    top: 68px;
    max-height: calc(100dvh - 68px);
    padding: 18px 20px 24px;
  }

  .rv-mobile-menu__primary a {
    min-height: 50px;
    font-size: 23px;
  }

  .rv-mobile-menu__access {
    grid-template-columns: 1fr;
  }

  .rv-mobile-menu__access a {
    min-height: 44px;
  }

  /* Global mobile rhythm */
  .rv-who,
  .rv-services,
  .rv-coverage,
  .rv-cta,
  .rv-service-lines,
  .rv-service-feature,
  .rv-supporting-services,
  .rv-final-services-cta,
  .rv-about-main,
  .rv-about-values,
  .rv-careers-jobs,
  .rv-careers-note {
    padding-top: 54px !important;
    padding-bottom: 58px !important;
  }

  h1,
  .rv-page-hero h1,
  .rv-services-hero h1,
  .rv-about-hero h1,
  .rv-careers-jobs h1 {
    font-size: clamp(38px, 11vw, 56px) !important;
    line-height: .98 !important;
  }

  h2,
  .rv-who__text h2,
  .rv-services .rv-section-head h2,
  .rv-service-lines__head h2,
  .rv-service-feature h2,
  .rv-supporting-services__head h2,
  .rv-final-services-cta h2,
  .rv-about-card h2,
  .rv-cta h2 {
    font-size: clamp(31px, 9vw, 46px) !important;
    line-height: 1.02 !important;
  }

  p,
  .rv-service-feature__lead,
  .rv-about-card p:not(.rv-section-kicker),
  .rv-careers-jobs__head > p,
  .rv-final-services-cta p {
    font-size: 15.5px !important;
    line-height: 1.62 !important;
  }

  .rv-section-kicker {
    font-size: 11px !important;
    letter-spacing: .18em !important;
  }

  /* Homepage final hero image was intentionally oversized before; keep it contained on phone. */
  .rv-final-landing {
    padding: 0 !important;
  }

  .rv-final-landing__stage {
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
  }

  .rv-final-landing__art {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    object-fit: contain !important;
  }

  /* Homepage content grids */
  .rv-who__grid,
  .rv-coverage__grid,
  .rv-cta__grid,
  .rv-footer__grid,
  .rv-service-feature__grid,
  .rv-final-services-cta__grid,
  .rv-about-main__grid,
  .rv-careers-jobs__head,
  .rv-job-posting__main,
  .rv-job-details__content {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .rv-values,
  .rv-feature-columns,
  .rv-support-grid,
  .rv-service-showcase,
  .rv-service-grid {
    grid-template-columns: 1fr !important;
  }

  /* Oversized image corrections */
  .rv-who__photo,
  .rv-service-feature__media,
  .rv-showcase-card,
  .rv-service-card,
  .rv-map {
    min-height: 0 !important;
    height: auto !important;
  }

  .rv-who__photo img,
  .rv-service-feature__media > img,
  .rv-showcase-card img,
  .rv-service-card img {
    width: 100% !important;
    height: 240px !important;
    min-height: 0 !important;
    object-fit: cover !important;
  }

  .rv-who__photo img {
    height: 255px !important;
    object-position: center center !important;
  }

  .rv-showcase-card {
    height: 260px !important;
  }

  .rv-showcase-card img {
    height: 100% !important;
  }

  .rv-service-card,
  .rv-service-card img {
    min-height: 0 !important;
  }

  .rv-service-card img {
    height: 230px !important;
  }

  .rv-service-feature {
    padding-top: 58px !important;
    padding-bottom: 62px !important;
  }

  .rv-service-feature__grid {
    align-items: start !important;
  }

  .rv-service-feature__media {
    border-left: 3px solid var(--red) !important;
    border-right: 0 !important;
    box-shadow: 0 18px 48px rgba(0,0,0,.34) !important;
    order: 0 !important;
  }

  .rv-service-feature--reverse .rv-service-feature__media {
    order: 0 !important;
  }

  .rv-service-feature__media::before {
    display: none !important;
  }

  .rv-feature-columns > div,
  .rv-support-grid article,
  .rv-about-card,
  .rv-job-posting__main,
  .rv-job-details__content {
    padding: 24px !important;
  }

  .rv-service-lines__head {
    margin-bottom: 30px !important;
  }

  .rv-service-lines__head .rv-section-kicker,
  .rv-supporting-services__head .rv-section-kicker {
    font-size: 24px !important;
  }

  .rv-showcase-card h3 {
    left: 20px !important;
    right: 20px !important;
    bottom: 22px !important;
    font-size: 30px !important;
  }

  /* Valve photo is portrait; reduce height so it does not dominate the phone screen. */
  .rv-service-feature--valves .rv-service-feature__grid {
    grid-template-columns: 1fr !important;
  }

  .rv-valve-photo-frame,
  .rv-service-feature--valves .rv-valve-photo-frame img[src$="prv.png"] {
    height: 330px !important;
    min-height: 330px !important;
  }

  .rv-service-feature--valves .rv-valve-photo-frame img[src$="prv.png"] {
    object-fit: cover !important;
    object-position: 52% 50% !important;
  }

  .rv-valve-credentials {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 14px !important;
  }

  .rv-valve-credentials__label {
    text-align: center !important;
  }

  /* Careers hero and about hero image containment */
  .rv-careers-hero {
    padding: 0 !important;
  }

  .rv-careers-hero__image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    box-shadow: none !important;
  }

  .rv-about-hero,
  .rv-about-hero__inner {
    min-height: 480px !important;
  }

  .rv-about-hero__copy {
    max-width: 100% !important;
  }

  .rv-about-hero p:not(.rv-section-kicker) {
    margin-top: 20px !important;
    font-size: 15.5px !important;
  }

  .rv-about-values__inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }

  .rv-about-values span {
    width: auto !important;
    padding: 14px 12px !important;
  }

  .rv-about-values span::after {
    display: none !important;
  }

  /* Footer and CTAs */
  .rv-btn,
  .rv-cta .rv-btn,
  .rv-final-services-cta .rv-btn,
  .rv-job-details__actions a,
  .rv-job-details__actions button {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .rv-footer__logo {
    max-width: 210px !important;
  }
}

@media (max-width: 430px) {
  .rv-mobile-menu__primary a {
    font-size: 21px;
  }

  .rv-who__photo img,
  .rv-service-feature__media > img,
  .rv-showcase-card img,
  .rv-service-card img {
    height: 218px !important;
  }

  .rv-showcase-card {
    height: 238px !important;
  }

  .rv-valve-photo-frame,
  .rv-service-feature--valves .rv-valve-photo-frame img[src$="prv.png"] {
    height: 300px !important;
    min-height: 300px !important;
  }
}

/* Variable aliases for late-page rules that referenced older naming. */
:root {
  --font-display: var(--display);
  --font-heading: var(--display);
}

/* ===== Careers modals (Apply / Share) ===== */
.rv-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .78);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.rv-modal-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.rv-modal {
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: var(--panel2);
  border: 1px solid var(--line);
  padding: 34px 36px 36px;
  transform: translateY(10px);
  transition: transform .18s ease;
}

.rv-modal-backdrop.is-open .rv-modal {
  transform: translateY(0);
}

.rv-modal__title {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 28px;
  margin: 0 0 6px;
  color: var(--white);
}

.rv-modal__job {
  color: var(--red);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 22px;
}

.rv-modal__field {
  margin-bottom: 18px;
}

.rv-modal__field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--muted);
  margin-bottom: 7px;
}

.rv-modal__field input[type="text"],
.rv-modal__field input[type="email"],
.rv-modal__field textarea {
  width: 100%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--line);
  color: var(--white);
  font-family: var(--body);
  font-size: 15px;
  padding: 13px 14px;
  border-radius: 0;
}

.rv-modal__field input:focus,
.rv-modal__field textarea:focus {
  outline: none;
  border-color: rgba(215, 25, 32, .8);
}

.rv-modal__field textarea {
  min-height: 110px;
  resize: vertical;
}

.rv-modal__field input[type="file"] {
  width: 100%;
  color: var(--muted);
  font-size: 14px;
}

.rv-modal__field input[type="file"]::file-selector-button {
  appearance: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 900;
  padding: 10px 14px;
  margin-right: 12px;
  cursor: pointer;
  border-radius: 0;
}

.rv-modal__hint {
  font-size: 12px;
  color: rgba(255, 255, 255, .55);
  margin: 7px 0 0;
}

.rv-modal__check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 22px;
  cursor: pointer;
}

.rv-modal__check input {
  accent-color: var(--red);
  width: 16px;
  height: 16px;
}

.rv-modal__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.rv-modal__actions button {
  appearance: none;
  border-radius: 0;
  border: 1px solid rgba(220, 0, 0, .72);
  background: transparent;
  color: rgba(255, 255, 255, .72);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 900;
  padding: 13px 22px;
  cursor: pointer;
}

.rv-modal__actions button[data-modal-submit] {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.rv-modal__actions button:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.rv-modal__status {
  margin: 16px 0 0;
  font-size: 14px;
  min-height: 20px;
}

.rv-modal__status.is-error { color: #ff6b6b; }
.rv-modal__status.is-success { color: #6bd98a; }
.rv-modal__status.is-sending { color: var(--muted); }

body.rv-modal-lock { overflow: hidden; }

@media (max-width: 640px) {
  .rv-modal { padding: 26px 22px 28px; }
  .rv-modal__title { font-size: 24px; }
}
