/* ===========================================================================
   Royal Laminate / Vinyl Care + Warranty pages — 2026
   Same dark / platinum / gold rhythm used across Royal custom pages.
   =========================================================================== */

.rhf-page--laminate-care-cleaning,
.rhf-page--vinyl-care-cleaning,
.rhf-page--laminate-warranty,
.rhf-page--vinyl-warranty {
  --rhf-page-accent: #feda6a;
  --rhf-lvcw-dark-a: #3c3640;
  --rhf-lvcw-dark-b: #221f26;
  --rhf-lvcw-dark-c: #1d1e22;
  --rhf-lvcw-light-a: #fffdf8;
  --rhf-lvcw-light-b: #f2f1ee;
  --rhf-lvcw-light-c: #d4d4dc;
  --rhf-lvcw-ink: #1d1e22;
  --rhf-lvcw-muted: #4e5565;
  --rhf-lvcw-line: rgba(255, 255, 255, 0.15);
  --rhf-lvcw-card: rgba(255, 255, 255, 0.07);
  --rhf-lvcw-radius-xl: clamp(1.25rem, 2vw, 2rem);
  --rhf-lvcw-radius-lg: 1.25rem;
  --rhf-lvcw-shadow-dark: 0 32px 90px rgba(0, 0, 0, 0.34);
  --rhf-lvcw-shadow-light: 0 24px 70px rgba(7, 24, 47, 0.12);
  background: var(--rhf-lvcw-dark-b);
  color: rgba(255, 255, 255, 0.9);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.rhf-lvcw-hero .rhf-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #1d1e22, #393f4d);
}

.rhf-lvcw-hero .rhf-page-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}

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

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

.rhf-lvcw-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 7vw, 7.4rem);
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.rhf-lvcw-hero__lede {
  max-width: 780px;
  margin: clamp(1.1rem, 2vw, 1.45rem) 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.24vw, 1.18rem);
  font-weight: 500;
  line-height: 1.72;
}

.rhf-page--laminate-care-cleaning .rhf-page-kicker,
.rhf-page--vinyl-care-cleaning .rhf-page-kicker,
.rhf-page--laminate-warranty .rhf-page-kicker,
.rhf-page--vinyl-warranty .rhf-page-kicker,
.rhf-page--laminate-care-cleaning .rhf-section-kicker,
.rhf-page--vinyl-care-cleaning .rhf-section-kicker,
.rhf-page--laminate-warranty .rhf-section-kicker,
.rhf-page--vinyl-warranty .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;
}

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

.rhf-lvcw-section > .rhf-container,
.rhf-lvcw-final > .rhf-container {
  position: relative;
  z-index: 1;
}

.rhf-lvcw-section--dark {
  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.09), transparent 54%),
    linear-gradient(135deg, var(--rhf-lvcw-dark-a) 0%, var(--rhf-lvcw-dark-b) 100%);
}

.rhf-lvcw-section--deep,
.rhf-lvcw-section--faq {
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(760px 380px at 50% 0%, rgba(239, 68, 68, 0.09), transparent 60%),
    radial-gradient(760px 360px at 100% 20%, rgba(254, 218, 106, 0.08), transparent 54%),
    linear-gradient(180deg, rgba(31, 31, 35, 0.97), rgba(18, 18, 20, 0.99));
}

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

.rhf-lvcw-section--certificate {
  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.10), transparent 54%),
    linear-gradient(180deg, #494d5f 0%, #1d1e22 100%);
}

.rhf-lvcw-final {
  color: rgba(255, 255, 255, 0.9);
  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, #2c242b 0%, #1c141a 100%);
}

.rhf-lvcw-split,
.rhf-lvcw-certificate-grid,
.rhf-lvcw-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

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

.rhf-lvcw-copy h2,
.rhf-lvcw-heading h2,
.rhf-lvcw-final h2 {
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(2.15rem, 5vw, 5.6rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.rhf-lvcw-section--light .rhf-lvcw-heading h2,
.rhf-lvcw-section--light .rhf-lvcw-copy h2 {
  color: var(--rhf-lvcw-ink);
  -webkit-text-fill-color: var(--rhf-lvcw-ink);
}

.rhf-lvcw-copy p,
.rhf-lvcw-heading p,
.rhf-lvcw-final p {
  max-width: 820px;
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.02rem, 1.16vw, 1.14rem);
  font-weight: 500;
  line-height: 1.72;
}

.rhf-lvcw-section--light .rhf-lvcw-heading p,
.rhf-lvcw-section--light .rhf-lvcw-copy p {
  color: var(--rhf-lvcw-muted);
}

.rhf-lvcw-proof-card,
.rhf-lvcw-card-grid article,
.rhf-lvcw-two-lists article,
.rhf-lvcw-faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--rhf-lvcw-radius-lg);
  background:
    radial-gradient(520px 260px at 100% 0%, rgba(254, 218, 106, 0.10), transparent 60%),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.20);
}

.rhf-lvcw-proof-card {
  padding: clamp(1.5rem, 2.5vw, 2rem);
}

.rhf-lvcw-proof-card span,
.rhf-lvcw-card-grid span {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: var(--rhf-page-accent);
  -webkit-text-fill-color: var(--rhf-page-accent);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rhf-lvcw-proof-card p,
.rhf-lvcw-card-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  font-weight: 550;
  line-height: 1.66;
}

.rhf-lvcw-section--light .rhf-lvcw-card-grid article,
.rhf-lvcw-section--light .rhf-lvcw-two-lists article {
  border-color: rgba(7, 24, 47, 0.13);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--rhf-lvcw-shadow-light);
}

.rhf-lvcw-section--light .rhf-lvcw-card-grid p,
.rhf-lvcw-section--light .rhf-lvcw-two-lists li,
.rhf-lvcw-section--light .rhf-lvcw-two-lists p {
  color: var(--rhf-lvcw-muted);
}

.rhf-lvcw-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.rhf-lvcw-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rhf-lvcw-card-grid article {
  min-height: 210px;
  padding: clamp(1.25rem, 2vw, 1.7rem);
}

.rhf-lvcw-two-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 3vw, 2rem);
}

.rhf-lvcw-two-lists article {
  padding: clamp(1.35rem, 2.6vw, 2rem);
}

.rhf-lvcw-two-lists h3 {
  margin: 0;
  font-family: var(--font-heading);
  color: var(--rhf-lvcw-ink);
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.rhf-lvcw-two-lists ul {
  display: grid;
  gap: 0.8rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.rhf-lvcw-two-lists li {
  position: relative;
  padding-left: 1.55rem;
  font-weight: 600;
  line-height: 1.58;
}

.rhf-lvcw-two-lists li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--rhf-page-accent);
  box-shadow: 0 0 0 4px rgba(254, 218, 106, 0.16);
}

.rhf-lvcw-two-lists .is-warning {
  background:
    radial-gradient(520px 260px at 100% 0%, rgba(254, 218, 106, 0.10), transparent 60%),
    rgba(29, 30, 34, 0.10);
}

.rhf-lvcw-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--rhf-lvcw-radius-xl);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--rhf-lvcw-shadow-dark);
}

.rhf-lvcw-checklist p {
  min-height: 160px;
  margin: 0;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  color: rgba(255, 255, 255, 0.86);
  background:
    radial-gradient(480px 240px at 100% 0%, rgba(254, 218, 106, 0.08), transparent 60%),
    rgba(29, 30, 34, 0.62);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.6;
}

.rhf-lvcw-cert .royal-lifetime-warranty {
  margin: 0;
}

.rhf-lvcw-faq-list {
  display: grid;
  gap: 0.85rem;
}

.rhf-lvcw-faq-list details {
  overflow: hidden;
}

.rhf-lvcw-faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 1.15rem 3.5rem 1.15rem 1.25rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.02rem, 1.28vw, 1.18rem);
  font-weight: 900;
  line-height: 1.32;
  list-style: none;
}

.rhf-lvcw-faq-list summary::-webkit-details-marker {
  display: none;
}

.rhf-lvcw-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #1d1e22;
  background: var(--rhf-page-accent);
  font-weight: 950;
  transform: translateY(-50%);
}

.rhf-lvcw-faq-list details[open] summary::after {
  content: "–";
}

.rhf-lvcw-faq-list details p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.72;
}

.rhf-lvcw-final__inner {
  max-width: 980px;
}

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

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

@media (max-width: 900px) {
  .rhf-lvcw-split,
  .rhf-lvcw-certificate-grid,
  .rhf-lvcw-faq-grid,
  .rhf-lvcw-two-lists {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .rhf-lvcw-hero {
    min-height: 720px;
  }

  .rhf-lvcw-hero .rhf-page-hero__inner {
    padding-block: 7.2rem 4.5rem;
  }

  .rhf-lvcw-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 11vw, 4.4rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
  }

  .rhf-lvcw-section,
  .rhf-lvcw-final {
    padding-block: 3.75rem;
  }

  .rhf-lvcw-card-grid,
  .rhf-lvcw-card-grid--three,
  .rhf-lvcw-checklist {
    grid-template-columns: 1fr;
  }

  .rhf-lvcw-card-grid article,
  .rhf-lvcw-checklist p {
    min-height: auto;
  }

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

/* ==========================================================================
   Manufacturer Warranty section — carpet warranty green/cool background
   ========================================================================== */

.rhf-lvcw-section[aria-labelledby="rhf-lvcw-manufacturer-title"] {
  color: #ffffff !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, #27444a 0%, #1d1e22 100%) !important;
}

.rhf-lvcw-section[aria-labelledby="rhf-lvcw-manufacturer-title"] .rhf-section-kicker {
  color: #feda6a !important;
  -webkit-text-fill-color: #feda6a !important;
}

.rhf-lvcw-section[aria-labelledby="rhf-lvcw-manufacturer-title"] h2,
.rhf-lvcw-section[aria-labelledby="rhf-lvcw-manufacturer-title"] h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.rhf-lvcw-section[aria-labelledby="rhf-lvcw-manufacturer-title"] p,
.rhf-lvcw-section[aria-labelledby="rhf-lvcw-manufacturer-title"] li {
  color: rgba(255, 255, 255, 0.84) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.84) !important;
}

.rhf-lvcw-section[aria-labelledby="rhf-lvcw-manufacturer-title"] .rhf-lvcw-card-grid article {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background:
    radial-gradient(520px 260px at 100% 0%, rgba(254, 218, 106, 0.10), transparent 60%),
    rgba(255, 255, 255, 0.07) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24) !important;
}

.rhf-lvcw-section[aria-labelledby="rhf-lvcw-manufacturer-title"] .rhf-lvcw-card-grid article span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.rhf-lvcw-section[aria-labelledby="rhf-lvcw-manufacturer-title"] .rhf-lvcw-card-grid article p {
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
}


/* ==========================================================================
   Manufacturer warranty cards — deep dark backfill
   ========================================================================== */

.rhf-lvcw-section[aria-labelledby="rhf-lvcw-manufacturer-title"] .rhf-lvcw-card-grid article {
  color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background:
    radial-gradient(760px 380px at 50% 0%, rgba(239, 68, 68, 0.09), transparent 60%),
    radial-gradient(760px 360px at 100% 20%, rgba(254, 218, 106, 0.08), transparent 54%),
    linear-gradient(180deg, rgba(31, 31, 35, 0.97), rgba(18, 18, 20, 0.99)) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28) !important;
}

.rhf-lvcw-section[aria-labelledby="rhf-lvcw-manufacturer-title"] .rhf-lvcw-card-grid article span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.rhf-lvcw-section[aria-labelledby="rhf-lvcw-manufacturer-title"] .rhf-lvcw-card-grid article p {
  color: rgba(255, 255, 255, 0.8) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8) !important;
}

