/* ============================================================================
   Royal Commercial Flooring Hub
   Commercial homepage-style entry page with three cinematic hero sections.
   ========================================================================== */

body.rhf-commercial-flooring-page .site-header,
body.rhf-commercial-flooring-page .site-header__bar {
  background: rgba(0, 0, 0, 0) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  border-bottom: 0 none transparent !important;
}

body.rhf-commercial-flooring-page .site-header::before,
body.rhf-commercial-flooring-page .site-header::after,
body.rhf-commercial-flooring-page .site-header__bar::before,
body.rhf-commercial-flooring-page .site-header__bar::after {
  background: rgba(0, 0, 0, 0) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.rhf-commercial-home {
  --rhf-commercial-navy: #04101f;
  --rhf-commercial-navy-2: #07182f;
  --rhf-commercial-dark: #19171d;
  --rhf-commercial-dark-2: #2b242c;
  --rhf-commercial-ink: #171a22;
  --rhf-commercial-muted: #525b6b;
  --rhf-commercial-gold: #feda6a;
  --rhf-commercial-gold-dark: #ad8425;
  --rhf-commercial-cream: #fffdf8;
  --rhf-commercial-paper: #f2f1ee;
  --rhf-commercial-border: rgba(255, 255, 255, 0.16);
  --rhf-commercial-shadow: 0 34px 100px rgba(0, 0, 0, 0.22);
  --rhf-commercial-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --rhf-commercial-header-offset: 108px;

  background: var(--rhf-commercial-dark);
  color: rgba(255, 255, 255, 0.9);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.rhf-commercial-shell {
  width: min(calc(100% - 2rem), var(--container-wide, 1320px));
  margin-inline: auto;
}

.rhf-commercial-icon {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rhf-commercial-kicker {
  margin: 0 0 clamp(0.85rem, 1.5vw, 1.1rem);
  color: var(--rhf-commercial-gold);
  font-size: clamp(0.72rem, 0.66rem + 0.22vw, 0.86rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rhf-commercial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: clamp(1.7rem, 3vw, 2.45rem);
}

.rhf-commercial-actions--inline {
  margin-top: clamp(1.35rem, 2.5vw, 2rem);
}

.rhf-commercial-home .button--outline-dark {
  border: 1px solid rgba(7, 24, 47, 0.24);
  color: var(--rhf-commercial-navy);
  background: transparent;
}

.rhf-commercial-home .button--outline-dark:hover,
.rhf-commercial-home .button--outline-dark:focus-visible {
  color: #fff;
  background: var(--rhf-commercial-navy);
}

/* ==========================================================================
   Three stacked commercial hero sections
   ========================================================================== */

.rhf-commercial-cinema {
  position: relative;
  overflow: hidden;
  overflow: clip;
  margin-top: calc(var(--rhf-commercial-header-offset) * -1);
  background: var(--rhf-commercial-navy);
  color: #fff;
}

.rhf-commercial-cinema__slide {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  overflow: hidden;
  overflow: clip;
  background: var(--commercial-poster) center / cover no-repeat;
}

@supports (min-height: 100dvh) {
  .rhf-commercial-cinema__slide {
    min-height: 100dvh;
  }
}

.rhf-commercial-cinema__media,
.rhf-commercial-cinema__shade,
.rhf-commercial-cinema__video {
  position: absolute;
  inset: 0;
}

.rhf-commercial-cinema__media {
  z-index: 0;
  background: var(--commercial-poster) center / cover no-repeat;
}

.rhf-commercial-cinema__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 850ms var(--rhf-commercial-ease);
}

.rhf-commercial-cinema__video.is-loaded {
  opacity: 1;
}

.rhf-commercial-cinema__shade {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 16, 31, 0.88) 0%, rgba(4, 16, 31, 0.58) 42%, rgba(4, 16, 31, 0.18) 100%),
    linear-gradient(180deg, rgba(4, 16, 31, 0.18) 0%, rgba(4, 16, 31, 0.72) 100%);
}

.rhf-commercial-cinema__content {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: center;
  width: min(calc(100% - 2rem), var(--container-wide, 1320px));
  min-height: 100%;
  margin-inline: auto;
  padding: clamp(7rem, 12vh, 10rem) 0 clamp(3.5rem, 8vh, 6rem);
}

.rhf-commercial-cinema__slide:first-child .rhf-commercial-cinema__content {
  padding-top: calc(clamp(7rem, 12vh, 10rem) + var(--rhf-commercial-header-offset));
}

.rhf-commercial-cinema__copy {
  max-width: 860px;
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
  transition:
    opacity 720ms var(--rhf-commercial-ease),
    transform 720ms var(--rhf-commercial-ease);
}

.rhf-commercial-cinema__slide.is-active .rhf-commercial-cinema__copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.rhf-commercial-cinema__heading {
  max-width: 10.9ch;
  margin: 0;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: clamp(3.2rem, 8vw, 8.35rem);
  font-weight: 850;
  line-height: 0.9;
  letter-spacing: -0.075em;
  text-wrap: balance;
  text-shadow: 0 22px 90px rgba(0, 0, 0, 0.42);
}

.rhf-commercial-cinema__lede {
  max-width: 64ch;
  margin: clamp(1rem, 2vw, 1.45rem) 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1rem + 0.32vw, 1.28rem);
  line-height: 1.62;
  text-shadow: 0 12px 42px rgba(0, 0, 0, 0.34);
}

.rhf-commercial-cinema__progress {
  position: fixed;
  z-index: 30;
  top: 50%;
  right: max(1rem, env(safe-area-inset-right));
  display: grid;
  gap: 0.65rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.rhf-commercial-cinema__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition:
    width 420ms var(--rhf-commercial-ease),
    height 420ms var(--rhf-commercial-ease),
    background 420ms var(--rhf-commercial-ease);
}

.rhf-commercial-cinema__dot.is-active {
  height: 1.8rem;
  background: var(--rhf-commercial-gold);
}

/* ==========================================================================
   Shared sections
   ========================================================================== */

.rhf-commercial-section {
  position: relative;
  overflow: hidden;
  overflow: clip;
  padding: clamp(4.75rem, 9vw, 9rem) 0;
}

.rhf-commercial-section__head {
  max-width: 920px;
  margin-bottom: clamp(2.2rem, 4.5vw, 3.9rem);
}

.rhf-commercial-section__head h2,
.rhf-commercial-split__copy h2,
.rhf-commercial-feature-row h2,
.rhf-commercial-final-card h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.75vw, 4.9rem);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.rhf-commercial-section__head p,
.rhf-commercial-split__copy p,
.rhf-commercial-feature-row p,
.rhf-commercial-final-card p {
  max-width: 760px;
  margin: clamp(1.05rem, 2vw, 1.5rem) 0 0;
  font-size: clamp(1.02rem, 0.98rem + 0.24vw, 1.2rem);
  line-height: 1.72;
}

.rhf-commercial-section--menu,
.rhf-commercial-section--hard,
.rhf-commercial-section--process {
  color: var(--rhf-commercial-ink);
  background:
    radial-gradient(820px 380px at 92% 0%, rgba(254, 218, 106, 0.18), transparent 58%),
    radial-gradient(760px 360px at 0% 20%, rgba(255, 255, 255, 0.86), transparent 58%),
    linear-gradient(135deg, var(--rhf-commercial-cream) 0%, var(--rhf-commercial-paper) 48%, #d4d4dc 100%);
}

.rhf-commercial-section--soft,
.rhf-commercial-section--industries,
.rhf-commercial-section--faq,
.rhf-commercial-section--final {
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(900px 460px at 8% 0%, rgba(255, 255, 255, 0.08), transparent 58%),
    radial-gradient(760px 360px at 100% 20%, rgba(254, 218, 106, 0.08), transparent 54%),
    linear-gradient(135deg, var(--rhf-commercial-dark-2) 0%, var(--rhf-commercial-dark) 100%);
}

.rhf-commercial-section--tile {
  color: var(--rhf-commercial-ink);
  background:
    radial-gradient(820px 360px at 5% 0%, rgba(254, 218, 106, 0.18), transparent 58%),
    linear-gradient(135deg, #fffdf8 0%, #efede7 100%);
}

.rhf-commercial-section--menu h2,
.rhf-commercial-section--hard h2,
.rhf-commercial-section--process h2,
.rhf-commercial-section--tile h2,
.rhf-commercial-section--menu h3,
.rhf-commercial-section--hard h3,
.rhf-commercial-section--process h3,
.rhf-commercial-section--tile h3 {
  color: var(--rhf-commercial-navy-2);
  -webkit-text-fill-color: var(--rhf-commercial-navy-2);
}

.rhf-commercial-section--menu p,
.rhf-commercial-section--hard p,
.rhf-commercial-section--process p,
.rhf-commercial-section--tile p {
  color: var(--rhf-commercial-muted);
}

.rhf-commercial-section--soft h2,
.rhf-commercial-section--industries h2,
.rhf-commercial-section--faq h2,
.rhf-commercial-section--final h2,
.rhf-commercial-section--soft h3,
.rhf-commercial-section--industries h3,
.rhf-commercial-section--faq h3,
.rhf-commercial-section--final h3 {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.rhf-commercial-section--soft p,
.rhf-commercial-section--industries p,
.rhf-commercial-section--faq p,
.rhf-commercial-section--final p {
  color: rgba(255, 255, 255, 0.78);
}

/* ==========================================================================
   Commercial menu cards
   ========================================================================== */

.rhf-commercial-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.rhf-commercial-option-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 260px;
  padding: clamp(1.25rem, 2.7vw, 1.9rem);
  border: 1px solid rgba(7, 24, 47, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--rhf-commercial-navy-2);
  text-decoration: none;
  box-shadow: 0 24px 80px rgba(7, 24, 47, 0.09);
  transition:
    transform 220ms var(--rhf-commercial-ease),
    box-shadow 220ms var(--rhf-commercial-ease),
    background 220ms var(--rhf-commercial-ease);
}

.rhf-commercial-option-card:hover,
.rhf-commercial-option-card:focus-visible {
  transform: translateY(-0.35rem);
  background: #fff;
  box-shadow: 0 30px 100px rgba(7, 24, 47, 0.14);
}

.rhf-commercial-option-card .rhf-commercial-icon {
  color: var(--rhf-commercial-gold-dark);
  margin-bottom: 1.15rem;
}

.rhf-commercial-option-card__title {
  display: block;
  color: var(--rhf-commercial-navy-2);
  font-size: clamp(1.18rem, 1rem + 0.7vw, 1.68rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.rhf-commercial-option-card__text {
  display: block;
  margin-top: 0.85rem;
  color: var(--rhf-commercial-muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.rhf-commercial-option-card__arrow {
  position: absolute;
  right: 1.25rem;
  bottom: 1.1rem;
  color: var(--rhf-commercial-gold-dark);
  font-size: 1.35rem;
  font-weight: 900;
}

/* ==========================================================================
   Split sections and videos
   ========================================================================== */

.rhf-commercial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.rhf-commercial-split--reverse .rhf-commercial-split__copy {
  order: 2;
}

.rhf-commercial-split--reverse .rhf-commercial-video-card {
  order: 1;
}

.rhf-commercial-checklist {
  display: grid;
  gap: 0.72rem;
  margin: clamp(1.25rem, 2.6vw, 1.85rem) 0 0;
  padding: 0;
  list-style: none;
}

.rhf-commercial-checklist li {
  position: relative;
  padding-left: 1.65rem;
  font-weight: 800;
  line-height: 1.45;
}

.rhf-commercial-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: var(--rhf-commercial-gold);
  box-shadow: 0 0 0 5px rgba(254, 218, 106, 0.16);
}

.rhf-commercial-section--hard .rhf-commercial-checklist li,
.rhf-commercial-section--tile .rhf-commercial-checklist li {
  color: var(--rhf-commercial-navy-2);
}

.rhf-commercial-video-card {
  position: relative;
  border-radius: clamp(24px, 3vw, 42px);
  overflow: hidden;
  min-height: clamp(320px, 42vw, 560px);
  background: #111;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.24);
}

.rhf-commercial-service-video {
  display: block;
  width: 100%;
  min-height: inherit;
  height: 100%;
  object-fit: cover;
  background: #111;
}

.rhf-commercial-video-card__play {
  position: absolute;
  z-index: 2;
  left: clamp(1rem, 2vw, 1.5rem);
  right: clamp(1rem, 2vw, 1.5rem);
  bottom: clamp(1rem, 2vw, 1.5rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.75rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(4, 16, 31, 0.68);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition:
    transform 200ms var(--rhf-commercial-ease),
    opacity 200ms var(--rhf-commercial-ease),
    background 200ms var(--rhf-commercial-ease);
}

.rhf-commercial-video-card__play:hover,
.rhf-commercial-video-card__play:focus-visible {
  transform: translateY(-0.15rem);
  background: rgba(4, 16, 31, 0.82);
}

.rhf-commercial-video-card.is-playing .rhf-commercial-video-card__play {
  opacity: 0;
  pointer-events: none;
}

.rhf-commercial-video-card__play .rhf-commercial-icon {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
  stroke: none;
}

.rhf-commercial-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

/* ==========================================================================
   Industries, process, FAQ, final CTA
   ========================================================================== */

.rhf-commercial-industry-grid,
.rhf-commercial-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.rhf-commercial-industry-card,
.rhf-commercial-process-card {
  min-height: 230px;
  padding: clamp(1.25rem, 2.7vw, 1.9rem);
  border-radius: 28px;
}

.rhf-commercial-industry-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.13);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.rhf-commercial-process-card {
  position: relative;
  border: 1px solid rgba(7, 24, 47, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 70px rgba(7, 24, 47, 0.08);
}

.rhf-commercial-industry-card h3,
.rhf-commercial-process-card h3 {
  margin: 0;
  font-size: clamp(1.12rem, 1rem + 0.52vw, 1.48rem);
  line-height: 1.08;
  letter-spacing: -0.028em;
}

.rhf-commercial-industry-card p,
.rhf-commercial-process-card p {
  margin: 0.85rem 0 0;
  font-size: 0.98rem;
  line-height: 1.62;
}

.rhf-commercial-process-card .rhf-commercial-icon {
  margin-bottom: 1rem;
  color: var(--rhf-commercial-gold-dark);
}

.rhf-commercial-process-card__number {
  position: absolute;
  right: 1.2rem;
  top: 1rem;
  color: rgba(7, 24, 47, 0.14);
  font-size: 2.2rem;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.rhf-commercial-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.rhf-commercial-faq-list {
  display: grid;
  gap: 0.95rem;
}

.rhf-commercial-faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.rhf-commercial-faq-list summary {
  cursor: pointer;
  padding: 1.2rem 1.35rem;
  color: #fff;
  font-weight: 860;
  line-height: 1.25;
}

.rhf-commercial-faq-list details p {
  margin: 0;
  padding: 0 1.35rem 1.25rem;
  font-size: 0.98rem;
  line-height: 1.65;
}

.rhf-commercial-final-card {
  max-width: 980px;
  padding: clamp(2rem, 4.8vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: clamp(28px, 4vw, 44px);
  background:
    radial-gradient(680px 320px at 10% 0%, rgba(254, 218, 106, 0.13), transparent 58%),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

/* ==========================================================================
   Reveal support
   ========================================================================== */

.rhf-commercial-home [data-rhf-reveal] {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
  transition:
    opacity 680ms var(--rhf-commercial-ease),
    transform 680ms var(--rhf-commercial-ease);
}

.rhf-commercial-home [data-rhf-reveal].is-visible,
.rhf-commercial-home [data-rhf-reveal].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1100px) {
  .rhf-commercial-option-grid,
  .rhf-commercial-industry-grid,
  .rhf-commercial-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rhf-commercial-split,
  .rhf-commercial-feature-row,
  .rhf-commercial-faq-layout {
    grid-template-columns: 1fr;
  }

  .rhf-commercial-split--reverse .rhf-commercial-split__copy,
  .rhf-commercial-split--reverse .rhf-commercial-video-card {
    order: initial;
  }
}

@media (max-width: 900px) {
  .rhf-commercial-cinema__content {
    align-content: end;
    align-items: end;
    width: min(calc(100% - 2rem), var(--container, 760px));
    padding: 6.8rem 0 4.75rem;
  }

  .rhf-commercial-cinema__slide:first-child .rhf-commercial-cinema__content {
    padding-top: calc(6.8rem + var(--rhf-commercial-header-offset));
  }

  .rhf-commercial-cinema__heading {
    max-width: 11ch;
    font-size: clamp(2.55rem, 12vw, 5rem);
  }

  .rhf-commercial-cinema__progress {
    top: auto;
    right: 1rem;
    bottom: 1.1rem;
    grid-auto-flow: column;
    transform: none;
  }

  .rhf-commercial-cinema__dot.is-active {
    width: 1.8rem;
    height: 0.45rem;
  }
}

@media (max-width: 760px) {
  .rhf-commercial-shell,
  .rhf-commercial-cinema__content {
    width: min(calc(100% - 1.5rem), var(--container, 680px));
  }

  .rhf-commercial-cinema__heading {
    font-size: clamp(2.25rem, 11vw, 4rem);
    letter-spacing: -0.07em;
  }

  .rhf-commercial-cinema__lede {
    font-size: 1rem;
    line-height: 1.55;
  }

  .rhf-commercial-section {
    padding: clamp(3.5rem, 13vw, 5.2rem) 0;
  }

  .rhf-commercial-option-grid,
  .rhf-commercial-industry-grid,
  .rhf-commercial-process-grid {
    grid-template-columns: 1fr;
  }

  .rhf-commercial-video-card {
    min-height: 330px;
  }
}

@media (max-width: 460px) {
  .rhf-commercial-cinema__content {
    padding-top: 5.9rem;
  }

  .rhf-commercial-cinema__slide:first-child .rhf-commercial-cinema__content {
    padding-top: calc(5.9rem + var(--rhf-commercial-header-offset));
  }

  .rhf-commercial-cinema__heading {
    font-size: clamp(2.1rem, 12vw, 3.6rem);
  }

  .rhf-commercial-actions .button {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rhf-commercial-cinema__video {
    display: none;
  }

  .rhf-commercial-cinema__copy,
  .rhf-commercial-home [data-rhf-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Lighten commercial hero video shade */
.rhf-commercial-cinema__shade {
  background:
    linear-gradient(90deg, rgba(4, 16, 31, 0.42) 0%, rgba(4, 16, 31, 0.24) 42%, rgba(4, 16, 31, 0.04) 100%),
    linear-gradient(180deg, rgba(4, 16, 31, 0.04) 0%, rgba(4, 16, 31, 0.26) 100%) !important;
}


/* ==========================================================================
   Royal dark luxury section override for Commercial Flooring page
   Match residential homepage dark/white/gold visual system
   ========================================================================== */

.rhf-commercial-home {
  --rhf-commercial-text: #ffffff;
  --rhf-commercial-text-soft: rgba(255, 255, 255, 0.84);
  --rhf-commercial-text-muted: rgba(255, 255, 255, 0.68);
  --rhf-commercial-line: rgba(255, 255, 255, 0.14);
  --rhf-commercial-line-strong: rgba(255, 255, 255, 0.22);
  --rhf-commercial-gold: #feda6a;
  --rhf-commercial-gold-bright: #ffd700;
  --rhf-commercial-blue: #6b7c98;
  --rhf-commercial-blue-deep: #4d5c73;
  --rhf-commercial-ink-dark: #1d1e22;
}

/* Convert former light commercial sections to Royal dark backgrounds */
.rhf-commercial-section--menu,
.rhf-commercial-section--hard,
.rhf-commercial-section--process,
.rhf-commercial-section--tile {
  color: var(--rhf-commercial-text) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.18), transparent 20rem),
    radial-gradient(circle at 86% 12%, rgba(233, 230, 231, 0.18), transparent 22rem),
    radial-gradient(760px 380px at 50% 0%, rgba(239, 68, 68, 0.08), transparent 60%),
    linear-gradient(145deg, #7b8ca8 0%, var(--rhf-commercial-blue, #6b7c98) 52%, #4d5c73 100%) !important;
}

/* Keep alternating dark sections premium, not flat black */
.rhf-commercial-section--soft,
.rhf-commercial-section--industries,
.rhf-commercial-section--faq,
.rhf-commercial-section--final {
  color: var(--rhf-commercial-text) !important;
  background:
    radial-gradient(760px 380px at 12% 0%, rgba(254, 218, 106, 0.10), transparent 58%),
    radial-gradient(760px 380px at 50% 0%, rgba(239, 68, 68, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(73, 77, 95, 0.96), rgba(29, 30, 34, 0.98)) !important;
}

/* Headings should all be white on commercial page sections */
.rhf-commercial-section--menu h2,
.rhf-commercial-section--menu h3,
.rhf-commercial-section--hard h2,
.rhf-commercial-section--hard h3,
.rhf-commercial-section--process h2,
.rhf-commercial-section--process h3,
.rhf-commercial-section--tile h2,
.rhf-commercial-section--tile h3,
.rhf-commercial-section--soft h2,
.rhf-commercial-section--soft h3,
.rhf-commercial-section--industries h2,
.rhf-commercial-section--industries h3,
.rhf-commercial-section--faq h2,
.rhf-commercial-section--faq h3,
.rhf-commercial-section--final h2,
.rhf-commercial-section--final h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Paragraphs and muted text should use soft white */
.rhf-commercial-section--menu p,
.rhf-commercial-section--hard p,
.rhf-commercial-section--process p,
.rhf-commercial-section--tile p,
.rhf-commercial-section--soft p,
.rhf-commercial-section--industries p,
.rhf-commercial-section--faq p,
.rhf-commercial-section--final p,
.rhf-commercial-section__head p,
.rhf-commercial-split__copy p,
.rhf-commercial-feature-row p,
.rhf-commercial-final-card p {
  color: var(--rhf-commercial-text-soft) !important;
}

/* Menu/product cards should become glass dark cards */
.rhf-commercial-option-card {
  border: 1px solid var(--rhf-commercial-line) !important;
  background:
    radial-gradient(420px 220px at 12% 0%, rgba(254, 218, 106, 0.10), transparent 58%),
    rgba(255, 255, 255, 0.075) !important;
  color: #ffffff !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.14) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.rhf-commercial-option-card:hover,
.rhf-commercial-option-card:focus-visible {
  background:
    radial-gradient(460px 240px at 12% 0%, rgba(254, 218, 106, 0.16), transparent 58%),
    rgba(255, 255, 255, 0.115) !important;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.22) !important;
}

.rhf-commercial-option-card__title {
  color: #ffffff !important;
}

.rhf-commercial-option-card__text {
  color: var(--rhf-commercial-text-muted) !important;
}

.rhf-commercial-option-card .rhf-commercial-icon,
.rhf-commercial-option-card__arrow {
  color: var(--rhf-commercial-gold) !important;
}

/* Process cards should no longer look like light cards */
.rhf-commercial-process-card {
  border: 1px solid var(--rhf-commercial-line) !important;
  background:
    radial-gradient(420px 220px at 12% 0%, rgba(255, 255, 255, 0.08), transparent 58%),
    rgba(255, 255, 255, 0.075) !important;
  color: #ffffff !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.14) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.rhf-commercial-process-card h3,
.rhf-commercial-process-card p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.rhf-commercial-process-card p {
  color: var(--rhf-commercial-text-muted) !important;
}

.rhf-commercial-process-card .rhf-commercial-icon {
  color: var(--rhf-commercial-gold) !important;
}

.rhf-commercial-process-card__number {
  color: rgba(255, 255, 255, 0.16) !important;
}

/* Checklist text should be white on all commercial sections */
.rhf-commercial-section--hard .rhf-commercial-checklist li,
.rhf-commercial-section--tile .rhf-commercial-checklist li,
.rhf-commercial-checklist li {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Buttons that were dark outline should become light outline on dark sections */
.rhf-commercial-home .button--outline-dark {
  border-color: rgba(255, 255, 255, 0.42) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.rhf-commercial-home .button--outline-dark:hover,
.rhf-commercial-home .button--outline-dark:focus-visible {
  border-color: var(--rhf-commercial-gold) !important;
  color: #111111 !important;
  background: var(--rhf-commercial-gold) !important;
}


/* Under-hero commercial menu section — match Royal dark cinematic band */
.rhf-commercial-section--menu {
  --rhf-ci-dark-a: #3c3640;
  --rhf-ci-dark-b: #221f26;
  position: relative;
  overflow: hidden;
  overflow: clip;
  color: rgba(255, 255, 255, 0.9) !important;
  background:
    radial-gradient(900px 460px at 8% 0%, rgba(255, 255, 255, 0.08), transparent 58%),
    radial-gradient(760px 360px at 100% 20%, rgba(254, 218, 106, 0.08), transparent 54%),
    linear-gradient(135deg, var(--rhf-ci-dark-a) 0%, var(--rhf-ci-dark-b) 100%) !important;
}

.rhf-commercial-section--menu::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: clamp(4rem, 9vw, 8rem);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.12), transparent);
}

.rhf-commercial-section--menu > .rhf-container {
  position: relative;
  z-index: 1;
}

.rhf-commercial-section--menu h2,
.rhf-commercial-section--menu h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.rhf-commercial-section--menu p {
  color: rgba(255, 255, 255, 0.78) !important;
}

.rhf-commercial-section--menu .rhf-commercial-option-card {
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #ffffff !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.14) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.rhf-commercial-section--menu .rhf-commercial-option-card__title {
  color: #ffffff !important;
}

.rhf-commercial-section--menu .rhf-commercial-option-card__text {
  color: rgba(255, 255, 255, 0.68) !important;
}

.rhf-commercial-section--menu .rhf-commercial-option-card__arrow,
.rhf-commercial-section--menu .rhf-commercial-icon {
  color: #feda6a !important;
}


/* Commercial Carpet Tile section — dark hardwood-style background */
.rhf-commercial-section--tile {
  position: relative;
  overflow: hidden;
  overflow: clip;
  color: rgba(255, 255, 255, 0.9) !important;
  background:
    radial-gradient(780px 280px at 100% 0%, rgba(255, 255, 255, 0.12), transparent 58%),
    linear-gradient(145deg, #3b3438 0%, #181619 100%) !important;
}

.rhf-commercial-section--tile::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: clamp(4rem, 9vw, 8rem);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.12), transparent);
}

.rhf-commercial-section--tile > * {
  position: relative;
  z-index: 1;
}

.rhf-commercial-section--tile h2,
.rhf-commercial-section--tile .rhf-commercial-kicker {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.rhf-commercial-section--tile p {
  color: rgba(255, 255, 255, 0.78) !important;
}

.rhf-commercial-section--tile .button--outline-dark {
  border-color: rgba(255, 255, 255, 0.42) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.rhf-commercial-section--tile .button--outline-dark:hover,
.rhf-commercial-section--tile .button--outline-dark:focus-visible {
  border-color: #feda6a !important;
  color: #111111 !important;
  background: #feda6a !important;
}


/* Process card number color */
.rhf-commercial-process-card__number {
  color: #feda6a !important;
}

