.rhf-page--carpet {
  --rhf-page-accent: #feda6a;

  --rhf-carpet-dark-a: #494d5f;
  --rhf-carpet-dark-b: #393f4d;
  --rhf-carpet-dark-c: #1d1e22;

  --rhf-carpet-plum-a: #3c3640;
  --rhf-carpet-plum-b: #221f26;

  --rhf-carpet-light-a: #fffdf8;
  --rhf-carpet-light-b: #f2f1ee;
  --rhf-carpet-light-c: #d4d4dc;

  --rhf-carpet-ink: #1d1e22;
  --rhf-carpet-muted: #4e5565;
  --rhf-carpet-soft-muted: #697080;
  --rhf-carpet-navy: #17385f;
  --rhf-carpet-gold-dark: #ad8425;

  --rhf-carpet-radius-xl: clamp(1.25rem, 2vw, 2rem);
  --rhf-carpet-radius-lg: 1.35rem;
  --rhf-carpet-shadow-dark: 0 32px 90px rgba(0, 0, 0, 0.34);
  --rhf-carpet-shadow-light: 0 24px 70px rgba(7, 24, 47, 0.12);

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

/* ==========================================================================
   Hero
   ========================================================================== */

.rhf-page--carpet .rhf-carpet-hero {
  min-height: clamp(680px, 92vh, 940px);
  isolation: isolate;
}

.rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 25%, rgba(254, 218, 106, 0.14), transparent 32rem),
    linear-gradient(135deg, #1d1e22, #393f4d);
}

.rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
}

.rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--rhf-central-hero-shade) !important;
}

.rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 980px);
  align-items: end;
  justify-content: start;
  min-height: inherit;
  padding-block: clamp(8rem, 13vw, 11.5rem) clamp(5.5rem, 10vw, 8rem);
}

.rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__copy {
  display: grid;
  justify-items: start;
  max-width: 980px;
}

.rhf-page--carpet .rhf-carpet-hero .rhf-page-kicker {
  margin: 0 0 1rem;
  color: var(--rhf-page-accent);
  -webkit-text-fill-color: var(--rhf-page-accent);
  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-page--carpet .rhf-carpet-hero h1 {
  max-width: 10.5ch;
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(3.2rem, 8vw, 8rem);
  font-weight: 850;
  line-height: 0.9;
  letter-spacing: -0.073em;
  text-wrap: balance;
}

.rhf-carpet-hero__lede {
  max-width: 720px;
  margin: clamp(1.15rem, 2vw, 1.5rem) 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.02rem, 1.24vw, 1.18rem);
  font-weight: 500;
  line-height: 1.72;
}

.rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
}

/* ==========================================================================
   Shared Section System
   ========================================================================== */

.rhf-carpet-intro,
.rhf-carpet-catalog-section,
.rhf-carpet-samples,
.rhf-carpet-guides,
.rhf-carpet-faq,
.rhf-carpet-final {
  position: relative;
  overflow: clip;
  padding: clamp(4.75rem, 9vw, 9rem) 0;
}

.rhf-carpet-intro > .rhf-container,
.rhf-carpet-catalog-section > .rhf-container,
.rhf-carpet-samples > .rhf-container,
.rhf-carpet-guides > .rhf-container,
.rhf-carpet-faq > .rhf-container,
.rhf-carpet-final > .rhf-container {
  position: relative;
  z-index: 1;
}

/* Dark cinematic bands */

.rhf-carpet-intro,
.rhf-carpet-catalog-section,
.rhf-carpet-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-carpet-dark-a) 0%, var(--rhf-carpet-dark-b) 44%, var(--rhf-carpet-dark-c) 100%);
}

.rhf-carpet-catalog-section {
  background:
    radial-gradient(980px 480px at 50% 0%, rgba(254, 218, 106, 0.10), transparent 60%),
    radial-gradient(760px 360px at 96% 18%, rgba(255, 255, 255, 0.07), transparent 56%),
    linear-gradient(135deg, #35384f 0%, #22283c 48%, #1d1e22 100%);
}

/* Light platinum bands */

.rhf-carpet-samples,
.rhf-carpet-guides,
.rhf-carpet-faq {
  color: var(--rhf-carpet-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-carpet-light-a) 0%, var(--rhf-carpet-light-b) 48%, var(--rhf-carpet-light-c) 100%);
}

.rhf-carpet-guides {
  background:
    radial-gradient(900px 420px at 8% 4%, rgba(254, 218, 106, 0.16), transparent 58%),
    radial-gradient(860px 420px at 96% 20%, rgba(255, 255, 255, 0.78), transparent 60%),
    linear-gradient(135deg, #fffdf8 0%, #f2f1ee 46%, #d4d4dc 100%);
}

.rhf-carpet-faq {
  background:
    radial-gradient(760px 380px at 50% 0%, rgba(254, 218, 106, 0.14), transparent 58%),
    linear-gradient(180deg, #f8f7f3 0%, #d4d4dc 100%);
}

/* Warm final band */

.rhf-carpet-final {
  background:
    radial-gradient(860px 420px at 10% 0%, rgba(254, 218, 106, 0.12), transparent 58%),
    radial-gradient(740px 360px at 96% 18%, rgba(255, 255, 255, 0.07), transparent 56%),
    linear-gradient(135deg, var(--rhf-carpet-plum-a) 0%, var(--rhf-carpet-plum-b) 100%);
}

/* Section transition haze */

.rhf-carpet-samples::before,
.rhf-carpet-guides::before,
.rhf-carpet-faq::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: clamp(4rem, 9vw, 8rem);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(34, 31, 38, 0.15), transparent);
}

.rhf-carpet-intro::before,
.rhf-carpet-catalog-section::before,
.rhf-carpet-final::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.08), transparent);
}

/* ==========================================================================
   Typography
   ========================================================================== */

.rhf-page--carpet .rhf-section-kicker {
  margin: 0 0 1rem;
  color: var(--rhf-page-accent);
  -webkit-text-fill-color: var(--rhf-page-accent);
  font-size: clamp(0.72rem, 0.66rem + 0.22vw, 0.86rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: none;
  opacity: 1;
}

.rhf-carpet-samples .rhf-section-kicker,
.rhf-carpet-guides .rhf-section-kicker,
.rhf-carpet-faq .rhf-section-kicker {
  color: var(--rhf-carpet-gold-dark);
  -webkit-text-fill-color: var(--rhf-carpet-gold-dark);
}

.rhf-carpet-opener,
.rhf-carpet-section-heading {
  max-width: 1080px;
  margin-bottom: clamp(2.3rem, 5vw, 4.2rem);
}

.rhf-carpet-opener h2,
.rhf-carpet-section-heading h2,
.rhf-carpet-samples h2,
.rhf-carpet-final h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 5.6rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-rendering: geometricPrecision;
  text-wrap: balance;
  text-shadow: none;
}

.rhf-carpet-intro h2,
.rhf-carpet-catalog-section h2,
.rhf-carpet-final h2,
.rhf-carpet-intro h3,
.rhf-carpet-catalog-section h3,
.rhf-carpet-final h3 {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.rhf-carpet-samples h2,
.rhf-carpet-guides h2,
.rhf-carpet-faq h2,
.rhf-carpet-samples h3,
.rhf-carpet-guides h3,
.rhf-carpet-faq h3 {
  color: var(--rhf-carpet-navy);
  -webkit-text-fill-color: var(--rhf-carpet-navy);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.36);
}

.rhf-carpet-opener p:last-child,
.rhf-carpet-section-heading p,
.rhf-carpet-samples p,
.rhf-carpet-final p {
  max-width: 790px;
  margin: 1.2rem 0 0;
  font-size: clamp(1.04rem, 1.2vw, 1.15rem);
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.005em;
}

.rhf-carpet-intro p,
.rhf-carpet-catalog-section p,
.rhf-carpet-final p {
  color: rgba(255, 255, 255, 0.84);
}

.rhf-carpet-samples p,
.rhf-carpet-guides p,
.rhf-carpet-faq p {
  color: var(--rhf-carpet-muted);
}

/* ==========================================================================
   Intro Proof Cards
   ========================================================================== */

.rhf-carpet-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.1rem, 2vw, 1.6rem);
}

.rhf-carpet-proof {
  position: relative;
  min-height: 220px;
  padding: clamp(1.25rem, 2vw, 1.7rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--rhf-carpet-radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.rhf-carpet-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(254, 218, 106, 0.13), transparent 42%);
  opacity: 0.7;
}

.rhf-carpet-proof > * {
  position: relative;
  z-index: 1;
}

.rhf-carpet-proof span {
  display: inline-flex;
  color: var(--rhf-page-accent);
  -webkit-text-fill-color: var(--rhf-page-accent);
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}

.rhf-carpet-proof h3 {
  margin: 1rem 0 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.rhf-carpet-proof p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.6;
}

/* ==========================================================================
   Roomvo Catalog
   ========================================================================== */

.rhf-roomvo-catalog-shell {
  position: relative;
  width: 100%;
  min-height: 1080px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--rhf-carpet-radius-xl);
  background:
    radial-gradient(720px 360px at 50% 0%, rgba(254, 218, 106, 0.12), transparent 62%),
    linear-gradient(135deg, rgba(29, 30, 34, 0.98), rgba(57, 63, 77, 0.92));
  box-shadow:
    var(--rhf-carpet-shadow-dark),
    0 1px 0 rgba(255, 255, 255, 0.14) inset;
}

.rhf-roomvo-catalog-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(254, 218, 106, 0.09), transparent 18%, transparent 82%, rgba(254, 218, 106, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 16%);
}

.rhf-roomvo-catalog-frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 1180px;
  border: 0;
  background: #1d1e22;
}

/* ==========================================================================
   Samples CTA Strip
   ========================================================================== */

.rhf-carpet-samples__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(7, 24, 47, 0.12);
  border-radius: var(--rhf-carpet-radius-xl);
  background:
    radial-gradient(560px 260px at 100% 0%, rgba(254, 218, 106, 0.2), transparent 60%),
    rgba(255, 255, 255, 0.55);
  box-shadow: var(--rhf-carpet-shadow-light);
}

.rhf-carpet-samples__inner h2 {
  max-width: 850px;
}

.rhf-carpet-samples .button {
  justify-self: end;
  white-space: nowrap;
}

/* ==========================================================================
   Guide Cards
   ========================================================================== */

.rhf-carpet-guides__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1.1rem, 2vw, 1.5rem);
}

.rhf-carpet-guide-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: clamp(1.2rem, 2.4vw, 1.7rem);
  border: 1px solid rgba(7, 24, 47, 0.12);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.52)),
    rgba(255, 255, 255, 0.62);
  color: var(--rhf-carpet-ink);
  text-decoration: none;
  box-shadow: var(--rhf-carpet-shadow-light);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.rhf-carpet-guide-card::after {
  content: "→";
  position: absolute;
  right: 1.25rem;
  bottom: 1.1rem;
  color: var(--rhf-carpet-gold-dark);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  transform: translateX(0);
  transition: transform 180ms ease;
}

.rhf-carpet-guide-card:hover,
.rhf-carpet-guide-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(173, 132, 37, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.66)),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 30px 90px rgba(7, 24, 47, 0.16);
  outline: none;
}

.rhf-carpet-guide-card:hover::after,
.rhf-carpet-guide-card:focus-visible::after {
  transform: translateX(4px);
}

.rhf-carpet-guide-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--rhf-carpet-gold-dark);
  -webkit-text-fill-color: var(--rhf-carpet-gold-dark);
  font-size: 0.75rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rhf-carpet-guide-card h3 {
  margin: 0;
  color: var(--rhf-carpet-navy);
  -webkit-text-fill-color: var(--rhf-carpet-navy);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rhf-carpet-guide-card p {
  margin: 0.75rem 0 0;
  padding-right: 0.8rem;
  color: var(--rhf-carpet-muted);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.65;
}

/* ==========================================================================
   FAQ
   ========================================================================== */

.rhf-carpet-faq__list {
  display: grid;
  gap: 1rem;
  max-width: 980px;
}

.rhf-carpet-faq__item {
  border: 1px solid rgba(7, 24, 47, 0.12);
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.52)),
    rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 54px rgba(7, 24, 47, 0.09);
  overflow: hidden;
}

.rhf-carpet-faq__item summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 76px;
  padding: 1.25rem 3.75rem 1.25rem clamp(1.25rem, 2.5vw, 1.75rem);
  color: var(--rhf-carpet-navy);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.025em;
  cursor: pointer;
  list-style: none;
}

.rhf-carpet-faq__item summary::-webkit-details-marker {
  display: none;
}

.rhf-carpet-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.35rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--rhf-carpet-ink);
  background: rgba(254, 218, 106, 0.86);
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 180ms ease, background 180ms ease;
}

.rhf-carpet-faq__item[open] summary::after {
  content: "–";
  transform: translateY(-50%) rotate(180deg);
  background: #feda6a;
}

.rhf-carpet-faq__item summary:hover,
.rhf-carpet-faq__item summary:focus-visible {
  color: #0f2e52;
  outline: none;
}

.rhf-carpet-faq__item p {
  max-width: 840px;
  margin: 0;
  padding: 0 clamp(1.25rem, 2.5vw, 1.75rem) 1.45rem;
  color: var(--rhf-carpet-muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

/* ==========================================================================
   Final CTA
   ========================================================================== */

.rhf-carpet-final__inner {
  max-width: 980px;
  padding: clamp(0.5rem, 1vw, 1rem) 0;
}

.rhf-carpet-final h2 {
  max-width: 900px;
}

.rhf-carpet-final p {
  max-width: 720px;
}

.rhf-carpet-final .rhf-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
}

/* ==========================================================================
   Button Safety / Page-Level Compatibility
   ========================================================================== */

.rhf-page--carpet .button {
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.rhf-page--carpet .button--gold {
  box-shadow: 0 18px 45px rgba(254, 218, 106, 0.18);
}

.rhf-page--carpet .button--outline-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.06);
}

.rhf-page--carpet .button--outline-light:hover,
.rhf-page--carpet .button--outline-light:focus-visible {
  color: #1d1e22;
  border-color: #feda6a;
  background: #feda6a;
}

/* ==========================================================================
   Reveal Fallback
   ========================================================================== */

.rhf-page--carpet [data-rhf-reveal] {
  will-change: transform, opacity;
}

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

@media (max-width: 1280px) {
  .rhf-carpet-guides__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .rhf-carpet-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rhf-carpet-samples__inner {
    grid-template-columns: 1fr;
  }

  .rhf-carpet-samples .button {
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .rhf-carpet-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rhf-roomvo-catalog-shell {
    min-height: 940px;
  }

  .rhf-roomvo-catalog-frame {
    min-height: 1100px;
  }
}

@media (max-width: 760px) {
  .rhf-page--carpet .rhf-carpet-hero {
    min-height: 740px;
  }

  .rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__shade {
    background: var(--rhf-central-hero-shade) !important;
  }

  .rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__inner {
    align-items: end;
    padding-block: 7.5rem 4.75rem;
  }

  .rhf-page--carpet .rhf-carpet-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.45rem, 11vw, 4.5rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
  }

  .rhf-carpet-hero__lede {
    font-size: 1rem;
    line-height: 1.65;
  }

  .rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__actions,
  .rhf-carpet-final .rhf-page-hero__actions {
    width: 100%;
  }

  .rhf-page--carpet .rhf-carpet-hero .button,
  .rhf-carpet-final .button {
    width: 100%;
  }

  .rhf-carpet-intro,
  .rhf-carpet-catalog-section,
  .rhf-carpet-samples,
  .rhf-carpet-guides,
  .rhf-carpet-faq,
  .rhf-carpet-final {
    padding-block: 3.75rem;
  }

  .rhf-carpet-opener,
  .rhf-carpet-section-heading {
    margin-bottom: 2rem;
  }

  .rhf-carpet-opener h2,
  .rhf-carpet-section-heading h2,
  .rhf-carpet-samples h2,
  .rhf-carpet-final h2 {
    font-size: clamp(2.15rem, 12vw, 3.7rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .rhf-carpet-opener p:last-child,
  .rhf-carpet-section-heading p,
  .rhf-carpet-samples p,
  .rhf-carpet-final p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .rhf-carpet-proof-grid,
  .rhf-carpet-guides__grid {
    grid-template-columns: 1fr;
  }

  .rhf-carpet-proof {
    min-height: auto;
  }

  .rhf-roomvo-catalog-shell {
    min-height: 860px;
    border-radius: 1.15rem;
  }

  .rhf-roomvo-catalog-frame {
    min-height: 1040px;
  }

  .rhf-carpet-samples__inner {
    padding: 1.35rem;
    border-radius: 1.15rem;
  }

  .rhf-carpet-guide-card {
    min-height: 230px;
  }

  .rhf-carpet-faq__item summary {
    min-height: 68px;
    padding: 1.1rem 3.3rem 1.1rem 1.15rem;
    font-size: 1.02rem;
  }

  .rhf-carpet-faq__item summary::after {
    right: 1rem;
  }

  .rhf-carpet-faq__item p {
    padding-inline: 1.15rem;
  }
}

@media (max-width: 480px) {
  .rhf-page--carpet .rhf-carpet-hero {
    min-height: 700px;
  }

  .rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__inner {
    padding-block: 7rem 4rem;
  }

  .rhf-page--carpet .rhf-carpet-hero h1 {
    font-size: clamp(2.35rem, 13vw, 3.6rem);
  }

  .rhf-carpet-proof,
  .rhf-carpet-guide-card {
    border-radius: 1.1rem;
  }

  .rhf-roomvo-catalog-shell {
    min-height: 780px;
  }

  .rhf-roomvo-catalog-frame {
    min-height: 980px;
  }
}

/* ==========================================================================
   Reduced Motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  .rhf-page--carpet *,
  .rhf-page--carpet *::before,
  .rhf-page--carpet *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .rhf-carpet-guide-card:hover,
  .rhf-carpet-guide-card:focus-visible {
    transform: none;
  }
}
/* ==========================================================================
   Carpet hero video visibility override
   Lightens the hero overlay so the video shows more clearly.
   ========================================================================== */

.rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__shade {
  background: var(--rhf-central-hero-shade) !important;
}

.rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__video {
  filter: brightness(1.08) saturate(1.08) contrast(1.02);
}

@media (max-width: 760px) {
  .rhf-page--carpet .rhf-carpet-hero .rhf-page-hero__shade {
    background: var(--rhf-central-hero-shade) !important;
  }
}


/* ==========================================================================
   Carpet hero title spacing refinement
   Gives multi-line hero headlines more breathing room.
   ========================================================================== */

.rhf-page--carpet .rhf-carpet-hero h1 {
  line-height: 1.03;
  letter-spacing: -0.058em;
  max-width: 11.5ch;
}

@media (max-width: 760px) {
  .rhf-page--carpet .rhf-carpet-hero h1 {
    line-height: 1.06;
    letter-spacing: -0.045em;
    max-width: 12ch;
  }
}

