/* ==========================================================================
   Carpet Warranty — Royal 2026 page
   ========================================================================== */

.rhf-page--carpet-warranty {
  --rhf-page-accent: #feda6a;
  --rhf-cw-overall-bg: linear-gradient(135deg, #43394a 0%, #221f26 100%);
  --rhf-cw-cool-bg: linear-gradient(135deg, #27444a 0%, #1d1e22 100%);
  --rhf-cw-accent-bg: linear-gradient(135deg, #503b4a 0%, #25212a 100%);
  --rhf-cw-platinum: #d8dbe0;
  --rhf-cw-platinum-soft: #f1f2f3;
  --rhf-cw-ink: #1d1e22;

  background: #221f26;
  color: rgba(255, 255, 255, 0.9);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Hero */
.rhf-page--carpet-warranty .rhf-cw-hero {
  min-height: clamp(680px, 92vh, 940px);
}

.rhf-page--carpet-warranty .rhf-page-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rhf-page--carpet-warranty .rhf-cw-hero .rhf-page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1040px);
  align-items: end;
  justify-content: start;
  padding-block: clamp(8rem, 13vw, 11.5rem) clamp(5.5rem, 10vw, 8rem);
}

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

.rhf-page--carpet-warranty .rhf-page-kicker,
.rhf-page--carpet-warranty .rhf-section-kicker {
  color: var(--rhf-page-accent);
  -webkit-text-fill-color: var(--rhf-page-accent);
  font-weight: 950;
  letter-spacing: 0.16em;
  text-shadow: none;
  opacity: 1;
}

.rhf-page--carpet-warranty .rhf-cw-hero .rhf-page-kicker {
  margin: 0 0 1rem;
  font-size: clamp(0.72rem, 0.66rem + 0.22vw, 0.86rem);
  line-height: 1;
}

.rhf-page--carpet-warranty .rhf-cw-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: clamp(3rem, 7.5vw, 7.6rem);
  font-weight: 850;
  line-height: 0.91;
  letter-spacing: -0.073em;
  text-wrap: balance;
}

.rhf-cw-hero__lede {
  max-width: 690px;
  margin: clamp(1.2rem, 2vw, 1.6rem) 0 0;
  color: rgba(255, 255, 255, 0.86);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  font-weight: 550;
  line-height: 1.62;
}

.rhf-page--carpet-warranty .rhf-cw-hero .rhf-page-hero__actions {
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
}

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

/* Shared sections */
.rhf-cw-intro,
.rhf-cw-certificate-section,
.rhf-cw-story,
.rhf-cw-manufacturer,
.rhf-cw-coverage,
.rhf-cw-limits,
.rhf-cw-care,
.rhf-cw-close {
  position: relative;
  overflow: clip;
  padding: clamp(4.75rem, 9vw, 9rem) 0;
}

.rhf-cw-intro,
.rhf-cw-story--2,
.rhf-cw-coverage,
.rhf-cw-close {
  background: var(--rhf-cw-overall-bg);
}

.rhf-cw-story--1,
.rhf-cw-story--3,
.rhf-cw-manufacturer,
.rhf-cw-care {
  background: var(--rhf-cw-cool-bg);
}

.rhf-cw-certificate-section,
.rhf-cw-limits {
  background: var(--rhf-cw-accent-bg);
}

.rhf-cw-intro > .rhf-container,
.rhf-cw-certificate-section > .rhf-container,
.rhf-cw-story > .rhf-container,
.rhf-cw-manufacturer > .rhf-container,
.rhf-cw-coverage > .rhf-container,
.rhf-cw-limits > .rhf-container,
.rhf-cw-care > .rhf-container,
.rhf-cw-close > .rhf-container {
  position: relative;
  z-index: 1;
}

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

.rhf-cw-heading h2,
.rhf-cw-certificate-copy h2,
.rhf-cw-story__copy h2,
.rhf-cw-coverage__copy h2,
.rhf-cw-care__copy h2,
.rhf-cw-faq__intro h2,
.rhf-cw-final h2 {
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-shadow: none;
  text-rendering: geometricPrecision;
}

.rhf-cw-heading h2,
.rhf-cw-certificate-copy h2 {
  max-width: 960px;
  font-size: clamp(2.4rem, 5.7vw, 6.2rem);
}

.rhf-cw-heading > p:last-child,
.rhf-cw-certificate-copy > p,
.rhf-cw-story__copy > p,
.rhf-cw-coverage__copy > p,
.rhf-cw-care__copy > p,
.rhf-cw-faq__intro p,
.rhf-cw-final > p {
  max-width: 780px;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.16vw, 1.14rem);
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.005em;
}

/* Icons */
.rhf-cw-icon {
  display: block;
  width: 2.15rem;
  height: 2.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Two warranty types */
.rhf-cw-type-grid,
.rhf-cw-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.3rem, 3vw, 2.2rem);
}

.rhf-cw-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rhf-cw-type,
.rhf-cw-feature {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.rhf-cw-type .rhf-cw-icon,
.rhf-cw-feature .rhf-cw-icon,
.rhf-cw-coverage-item .rhf-cw-icon,
.rhf-cw-limit-list .rhf-cw-icon {
  color: var(--rhf-page-accent);
}

.rhf-cw-type h3,
.rhf-cw-feature h3,
.rhf-cw-coverage-item h3 {
  margin: 1rem 0 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rhf-cw-type p,
.rhf-cw-feature p,
.rhf-cw-coverage-item p {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: clamp(0.96rem, 1.03vw, 1.05rem);
  font-weight: 500;
  line-height: 1.62;
}

/* Certificate */
.rhf-cw-certificate-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(520px, 1.25fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.rhf-cw-certificate {
  position: relative;
  min-height: clamp(520px, 48vw, 690px);
  margin: 0;
  padding: clamp(1.4rem, 3vw, 2.6rem);
  border-radius: clamp(1.1rem, 2vw, 1.6rem);
  overflow: hidden;
  color: #1d1e22;
  background:
    radial-gradient(900px 380px at 20% 0%, rgba(255, 255, 255, 0.95), transparent 58%),
    radial-gradient(720px 360px at 100% 0%, rgba(216, 219, 224, 0.84), transparent 56%),
    linear-gradient(135deg, #fbfbf9 0%, #f1f2f3 45%, #d8dbe0 100%);
  box-shadow:
    0 44px 110px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.rhf-cw-certificate::before {
  content: "";
  position: absolute;
  inset: clamp(0.65rem, 1.2vw, 1rem);
  border: 1px solid rgba(29, 30, 34, 0.24);
  border-radius: clamp(0.85rem, 1.7vw, 1.25rem);
  pointer-events: none;
}

.rhf-cw-certificate::after {
  content: "";
  position: absolute;
  inset: clamp(1rem, 1.8vw, 1.55rem);
  border: 1px solid rgba(254, 218, 106, 0.42);
  border-radius: clamp(0.65rem, 1.4vw, 1rem);
  pointer-events: none;
}

.rhf-cw-certificate__watermark {
  position: absolute;
  right: -0.15em;
  bottom: -0.23em;
  color: rgba(29, 30, 34, 0.045);
  font-family: var(--font-heading);
  font-size: clamp(9rem, 18vw, 18rem);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.rhf-cw-certificate__top,
.rhf-cw-certificate__meta,
.rhf-cw-certificate__signature {
  position: relative;
  z-index: 2;
}

.rhf-cw-certificate__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.rhf-cw-certificate__brand,
.rhf-cw-certificate__id {
  margin: 0;
  color: #1d1e22;
  -webkit-text-fill-color: #1d1e22;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rhf-cw-certificate__id {
  color: rgba(29, 30, 34, 0.58);
  -webkit-text-fill-color: rgba(29, 30, 34, 0.58);
  text-align: right;
}

.rhf-cw-certificate__body {
  position: relative;
  z-index: 2;
  max-width: 730px;
  margin-top: clamp(4rem, 8vw, 7rem);
}

.rhf-cw-certificate__eyebrow {
  margin: 0 0 0.75rem;
  color: #ad8425;
  -webkit-text-fill-color: #ad8425;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rhf-cw-certificate__body h3 {
  max-width: 10ch;
  margin: 0;
  color: #1d1e22;
  -webkit-text-fill-color: #1d1e22;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 6.4vw, 6.7rem);
  font-weight: 850;
  line-height: 0.86;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.rhf-cw-certificate__body p {
  max-width: 520px;
  margin: 1.15rem 0 0;
  color: rgba(29, 30, 34, 0.74);
  -webkit-text-fill-color: rgba(29, 30, 34, 0.74);
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  font-weight: 550;
  line-height: 1.6;
}

.rhf-cw-seal {
  position: absolute;
  right: clamp(1.5rem, 4vw, 3rem);
  top: clamp(11rem, 17vw, 16rem);
  z-index: 3;
  display: grid;
  place-items: center;
  width: clamp(7rem, 12vw, 10.5rem);
  height: clamp(7rem, 12vw, 10.5rem);
  border-radius: 50%;
  color: #1d1e22;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.92), transparent 28%),
    radial-gradient(circle at 50% 50%, #f8f8f6 0%, #d8dbe0 55%, #b8bdc6 100%);
  border: 2px solid rgba(173, 132, 37, 0.55);
  box-shadow:
    0 22px 54px rgba(29, 30, 34, 0.24),
    inset 0 0 0 7px rgba(255, 255, 255, 0.45),
    inset 0 0 0 10px rgba(173, 132, 37, 0.23);
  text-align: center;
}

.rhf-cw-seal span,
.rhf-cw-seal strong {
  display: block;
  margin: 0;
  color: #1d1e22;
  -webkit-text-fill-color: #1d1e22;
  line-height: 1;
}

.rhf-cw-seal span {
  font-size: clamp(0.56rem, 0.8vw, 0.72rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rhf-cw-seal strong {
  color: #ad8425;
  -webkit-text-fill-color: #ad8425;
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 1.85vw, 1.55rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.rhf-cw-certificate__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(2.2rem, 5vw, 5rem);
}

.rhf-cw-certificate__meta div {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(29, 30, 34, 0.22);
}

.rhf-cw-certificate__meta span,
.rhf-cw-certificate__signature strong,
.rhf-cw-certificate__signature p {
  color: rgba(29, 30, 34, 0.58);
  -webkit-text-fill-color: rgba(29, 30, 34, 0.58);
}

.rhf-cw-certificate__meta span {
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rhf-cw-certificate__meta strong {
  display: block;
  margin-top: 0.35rem;
  color: #1d1e22;
  -webkit-text-fill-color: #1d1e22;
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
  font-weight: 850;
  line-height: 1.2;
}

.rhf-cw-certificate__signature {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: end;
  margin-top: clamp(1.8rem, 4vw, 3.8rem);
}

.rhf-cw-certificate__script {
  display: block;
  color: #1d1e22;
  -webkit-text-fill-color: #1d1e22;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1;
  transform: rotate(-2deg);
}

.rhf-cw-certificate__line {
  display: block;
  height: 1px;
  margin: 0.35rem 0 0.45rem;
  background: rgba(29, 30, 34, 0.34);
}

.rhf-cw-certificate__signature strong {
  display: block;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rhf-cw-certificate__signature p {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 550;
  line-height: 1.52;
}

/* Story images */
.rhf-cw-story__grid,
.rhf-cw-care__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.98fr);
  gap: clamp(1.75rem, 5vw, 5rem);
  align-items: center;
}

.rhf-cw-story__grid--reverse {
  grid-template-columns: minmax(320px, 0.98fr) minmax(0, 0.92fr);
}

.rhf-cw-story__grid--reverse .rhf-cw-story__copy {
  order: 2;
}

.rhf-cw-story__grid--reverse .rhf-cw-story__media {
  order: 1;
}

.rhf-cw-story__copy h2,
.rhf-cw-care__copy h2,
.rhf-cw-coverage__copy h2 {
  max-width: 820px;
  font-size: clamp(2.2rem, 5.2vw, 5.8rem);
}

.rhf-cw-story__copy ul {
  display: grid;
  gap: 0.7rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.rhf-cw-story__copy li {
  position: relative;
  padding-left: 1.35rem;
  color: #feda6a;
  -webkit-text-fill-color: #feda6a;
  font-size: clamp(0.98rem, 1.03vw, 1.06rem);
  font-weight: 620;
  line-height: 1.58;
}

.rhf-cw-story__copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #feda6a;
}

.rhf-cw-story__media,
.rhf-cw-care__media {
  margin: 0;
}

.rhf-cw-picture,
.rhf-cw-picture img {
  display: block;
  width: 100%;
}

.rhf-cw-picture img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: clamp(1rem, 1.6vw, 1.5rem);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

/* Installation coverage */
.rhf-cw-coverage__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.rhf-cw-coverage__items {
  display: grid;
  gap: clamp(1.1rem, 2vw, 1.6rem);
}

.rhf-cw-coverage-item {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}

/* Limit columns */
.rhf-cw-limit-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
}

.rhf-cw-limit-column {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(254, 218, 106, 0.25);
}

.rhf-cw-limit-column h3 {
  margin: 0 0 clamp(1.3rem, 2.5vw, 2rem);
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 3.2vw, 3rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.rhf-cw-limit-list {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.rhf-cw-limit-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 1rem;
  align-items: start;
}

.rhf-cw-limit-list .rhf-cw-icon {
  margin-top: 0.1rem;
}

.rhf-cw-limit-list h4 {
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  font-weight: 830;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.rhf-cw-limit-list p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.62;
}

/* Care link */
.rhf-cw-care__copy .rhf-page-hero__actions {
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
}

/* FAQ */
.rhf-cw-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: stretch;
}

.rhf-cw-faq__intro {
  align-self: center;
}

.rhf-cw-faq__intro h2 {
  max-width: 640px;
  font-size: clamp(2rem, 4.2vw, 4.4rem);
}

.rhf-cw-faq__panel {
  position: relative;
  isolation: isolate;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: clamp(1.35rem, 2.2vw, 2rem);
  background:
    radial-gradient(780px 280px at 100% 0%, rgba(255, 255, 255, 0.12), transparent 58%),
    linear-gradient(145deg, #2b2d35 0%, #17181d 68%, #111216 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.rhf-cw-faq__panel-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(0.85rem, 1.5vw, 1.15rem);
  align-items: center;
  margin: 0 0 clamp(0.85rem, 1.6vw, 1.15rem);
  padding: clamp(1rem, 1.8vw, 1.25rem);
  border-radius: clamp(1rem, 1.7vw, 1.35rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.rhf-cw-faq__panel-icon {
  display: grid;
  place-items: center;
  width: clamp(3.35rem, 5vw, 4.25rem);
  height: clamp(3.35rem, 5vw, 4.25rem);
  border-radius: 1.15rem;
  background: #1d1e22;
  color: #feda6a;
}

.rhf-cw-faq__panel-icon .rhf-cw-icon {
  width: 55%;
  height: 55%;
}

.rhf-cw-faq__panel-eyebrow {
  margin: 0 0 0.28rem;
  color: #feda6a;
  -webkit-text-fill-color: #feda6a;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rhf-cw-faq__panel-head h3 {
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 830;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.rhf-cw-faq__panel-head p:last-child {
  max-width: 42rem;
  margin: 0.48rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.92rem, 1vw, 1rem);
  font-weight: 470;
  line-height: 1.56;
}

.rhf-cw-faq__items {
  display: grid;
  gap: 0;
  padding: clamp(0.85rem, 1.7vw, 1.2rem);
  border-radius: clamp(1rem, 1.7vw, 1.35rem);
  background:
    linear-gradient(135deg, #fcfcfa 0%, #f3f4f5 48%, #d9dce1 100%);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.rhf-cw-faq__items details {
  border-bottom: 1px solid rgba(29, 30, 34, 0.13);
}

.rhf-cw-faq__items details:last-child {
  border-bottom: 0;
}

.rhf-cw-faq__items summary {
  position: relative;
  list-style: none;
  padding: 1.05rem 3.1rem 1.05rem 0;
  color: #1d1e22;
  -webkit-text-fill-color: #1d1e22;
  font-family: var(--font-body);
  font-size: clamp(1.02rem, 1.08vw, 1.13rem);
  font-weight: 570;
  line-height: 1.42;
  letter-spacing: 0.001em;
  cursor: pointer;
}

.rhf-cw-faq__items summary::-webkit-details-marker {
  display: none;
}

.rhf-cw-faq__items summary:hover,
.rhf-cw-faq__items summary:focus,
.rhf-cw-faq__items summary:active {
  color: #1d1e22;
  -webkit-text-fill-color: #1d1e22;
  background: transparent;
  outline: none;
}

.rhf-cw-faq__items summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 1.62rem;
  height: 1.62rem;
  border-radius: 999px;
  background: #1d1e22;
  color: #feda6a;
  -webkit-text-fill-color: #feda6a;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  box-shadow:
    0 8px 18px rgba(29, 30, 34, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.rhf-cw-faq__items details[open] summary::after {
  content: "–";
}

.rhf-cw-faq__items details p {
  position: relative;
  max-width: 850px;
  margin: 0 3.1rem 1.12rem 0;
  padding: 0.92rem 1rem 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 30, 34, 0.08);
  border-left: 4px solid #1d1e22;
  border-radius: 0.74rem;
  color: #32363d;
  -webkit-text-fill-color: #32363d;
  font-size: clamp(0.98rem, 1.02vw, 1.05rem);
  font-weight: 480;
  line-height: 1.68;
  letter-spacing: 0.002em;
  box-shadow:
    0 12px 28px rgba(29, 30, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.rhf-cw-faq__items details p::before {
  content: "Answer";
  display: table;
  margin: 0 0 0.48rem;
  padding: 0.18rem 0.52rem;
  border-radius: 999px;
  background: #1d1e22;
  color: #feda6a;
  -webkit-text-fill-color: #feda6a;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rhf-cw-final {
  max-width: 980px;
  margin-top: clamp(4.5rem, 9vw, 8rem);
  padding-top: clamp(3rem, 7vw, 6rem);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.rhf-cw-final h2 {
  max-width: 900px;
  font-size: clamp(2.3rem, 5.2vw, 5.7rem);
}

.rhf-cw-final .rhf-page-hero__actions {
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
}

/* Responsive */
@media (max-width: 1120px) {
  .rhf-cw-certificate-grid,
  .rhf-cw-story__grid,
  .rhf-cw-story__grid--reverse,
  .rhf-cw-care__grid,
  .rhf-cw-coverage__grid,
  .rhf-cw-limit-columns,
  .rhf-cw-faq {
    grid-template-columns: 1fr;
  }

  .rhf-cw-story__grid--reverse .rhf-cw-story__copy,
  .rhf-cw-story__grid--reverse .rhf-cw-story__media {
    order: initial;
  }

  .rhf-cw-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rhf-cw-certificate {
    min-height: 600px;
  }

  .rhf-cw-faq__panel {
    margin-top: 1rem;
  }
}

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

  .rhf-page--carpet-warranty .rhf-cw-hero .rhf-page-hero__inner {
    padding-block: 7.5rem 4.75rem;
  }

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

  .rhf-cw-hero__lede {
    font-size: 1rem;
  }

  .rhf-cw-intro,
  .rhf-cw-certificate-section,
  .rhf-cw-story,
  .rhf-cw-manufacturer,
  .rhf-cw-coverage,
  .rhf-cw-limits,
  .rhf-cw-care,
  .rhf-cw-close {
    padding-block: 3.75rem;
  }

  .rhf-cw-heading h2,
  .rhf-cw-certificate-copy h2,
  .rhf-cw-story__copy h2,
  .rhf-cw-coverage__copy h2,
  .rhf-cw-care__copy h2,
  .rhf-cw-faq__intro h2,
  .rhf-cw-final h2 {
    font-size: clamp(2.15rem, 12vw, 3.7rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .rhf-cw-type-grid,
  .rhf-cw-feature-grid,
  .rhf-cw-certificate__meta,
  .rhf-cw-certificate__signature {
    grid-template-columns: 1fr;
  }

  .rhf-cw-certificate {
    min-height: 0;
    padding: 1.25rem;
  }

  .rhf-cw-certificate__top {
    display: grid;
  }

  .rhf-cw-certificate__id {
    text-align: left;
  }

  .rhf-cw-certificate__body {
    margin-top: 3.2rem;
  }

  .rhf-cw-certificate__body h3 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .rhf-cw-seal {
    position: relative;
    top: auto;
    right: auto;
    margin: 2rem 0 0;
  }

  .rhf-cw-picture img {
    aspect-ratio: 3 / 4;
  }

  .rhf-cw-limit-list article {
    grid-template-columns: 1fr;
  }

  .rhf-cw-faq__panel {
    padding: 0.9rem;
    border-radius: 1.3rem;
  }

  .rhf-cw-faq__panel-head {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1rem;
  }

  .rhf-cw-faq__panel-head h3 {
    font-size: clamp(1.8rem, 9vw, 2.55rem);
  }

  .rhf-cw-faq__items {
    padding: 0.85rem;
  }

  .rhf-cw-faq__items summary {
    padding: 0.98rem 2.55rem 0.98rem 0;
    font-size: 1rem;
    line-height: 1.38;
  }

  .rhf-cw-faq__items summary::after {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
  }

  .rhf-cw-faq__items details p {
    margin: 0 2.55rem 1rem 0;
    padding: 0.85rem 0.9rem 0.92rem;
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .rhf-cw-faq__items details p::before {
    font-size: 0.68rem;
  }
}

/* ==========================================================================
   Carpet Warranty — Alignment + Certificate Rebuild Override
   Fixes certificate layout, content alignment, and removes overlapping seal.
   ========================================================================== */

.rhf-page--carpet-warranty .rhf-cw-certificate-section {
  background:
    radial-gradient(900px 420px at 14% 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, #503b4a 0%, #25212a 100%) !important;
}

/* Use fluid columns, not a fixed 520px min column. */
.rhf-page--carpet-warranty .rhf-cw-certificate-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.rhf-page--carpet-warranty .rhf-cw-certificate-copy {
  max-width: 720px;
}

.rhf-page--carpet-warranty .rhf-cw-certificate-copy h2 {
  max-width: 760px;
  font-size: clamp(2.35rem, 5.2vw, 5.8rem);
}

/* Reset old certificate positioning and rebuild as a stable flowing layout. */
.rhf-page--carpet-warranty .rhf-cw-certificate {
  position: relative !important;
  justify-self: end;
  width: min(100%, 920px);
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: #1d1e22 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.rhf-page--carpet-warranty .rhf-cw-certificate::before,
.rhf-page--carpet-warranty .rhf-cw-certificate::after {
  display: none !important;
}

.rhf-page--carpet-warranty .rhf-cw-cert-frame {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: clamp(1.35rem, 2.4vw, 2.1rem);
  padding: clamp(1.2rem, 2.5vw, 2.15rem);
  border-radius: clamp(1rem, 1.7vw, 1.45rem);
  background:
    radial-gradient(900px 360px at 10% 0%, rgba(255, 255, 255, 0.98), transparent 58%),
    radial-gradient(720px 330px at 100% 0%, rgba(216, 219, 224, 0.90), transparent 58%),
    linear-gradient(135deg, #fbfbf9 0%, #f1f2f3 46%, #d8dbe0 100%);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow:
    0 44px 110px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.rhf-page--carpet-warranty .rhf-cw-cert-frame::before {
  content: "";
  position: absolute;
  inset: clamp(0.55rem, 1vw, 0.9rem);
  border: 1px solid rgba(29, 30, 34, 0.24);
  border-radius: clamp(0.75rem, 1.35vw, 1.1rem);
  pointer-events: none;
}

.rhf-page--carpet-warranty .rhf-cw-cert-frame::after {
  content: "";
  position: absolute;
  inset: clamp(0.95rem, 1.6vw, 1.35rem);
  border: 1px solid rgba(173, 132, 37, 0.44);
  border-radius: clamp(0.55rem, 1.15vw, 0.9rem);
  pointer-events: none;
}

.rhf-page--carpet-warranty .rhf-cw-cert-watermark {
  position: absolute;
  right: -0.12em;
  bottom: -0.18em;
  color: rgba(29, 30, 34, 0.045);
  font-family: var(--font-heading);
  font-size: clamp(8rem, 17vw, 16rem);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.rhf-page--carpet-warranty .rhf-cw-cert-top,
.rhf-page--carpet-warranty .rhf-cw-cert-main,
.rhf-page--carpet-warranty .rhf-cw-cert-details,
.rhf-page--carpet-warranty .rhf-cw-cert-signature {
  position: relative;
  z-index: 2;
}

.rhf-page--carpet-warranty .rhf-cw-cert-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(0.8rem, 1.6vw, 1.25rem);
  align-items: center;
}

.rhf-page--carpet-warranty .rhf-cw-cert-mark {
  display: grid;
  place-items: center;
  width: clamp(3rem, 4.6vw, 4.2rem);
  height: clamp(3rem, 4.6vw, 4.2rem);
  border-radius: 0.8rem;
  background: #1d1e22;
  color: #feda6a;
  -webkit-text-fill-color: #feda6a;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  box-shadow: 0 12px 28px rgba(29, 30, 34, 0.22);
}

.rhf-page--carpet-warranty .rhf-cw-cert-brand span,
.rhf-page--carpet-warranty .rhf-cw-cert-number span,
.rhf-page--carpet-warranty .rhf-cw-cert-details span {
  display: block;
  color: rgba(29, 30, 34, 0.56);
  -webkit-text-fill-color: rgba(29, 30, 34, 0.56);
  font-size: clamp(0.66rem, 0.82vw, 0.76rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rhf-page--carpet-warranty .rhf-cw-cert-brand strong,
.rhf-page--carpet-warranty .rhf-cw-cert-number strong,
.rhf-page--carpet-warranty .rhf-cw-cert-details strong {
  display: block;
  margin-top: 0.35rem;
  color: #1d1e22;
  -webkit-text-fill-color: #1d1e22;
  font-family: var(--font-heading);
  font-size: clamp(0.94rem, 1.08vw, 1.06rem);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.rhf-page--carpet-warranty .rhf-cw-cert-number {
  text-align: right;
}

.rhf-page--carpet-warranty .rhf-cw-cert-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2.25rem);
  align-items: center;
  padding-block: clamp(1.5rem, 3vw, 2.7rem);
}

.rhf-page--carpet-warranty .rhf-cw-cert-title {
  min-width: 0;
}

.rhf-page--carpet-warranty .rhf-cw-cert-title p {
  margin: 0 0 0.75rem;
  color: #ad8425;
  -webkit-text-fill-color: #ad8425;
  font-size: clamp(0.72rem, 0.9vw, 0.82rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rhf-page--carpet-warranty .rhf-cw-cert-title h3 {
  max-width: 12ch;
  margin: 0;
  color: #1d1e22;
  -webkit-text-fill-color: #1d1e22;
  font-family: var(--font-heading);
  font-size: clamp(2.65rem, 5.2vw, 5.6rem);
  font-weight: 850;
  line-height: 0.88;
  letter-spacing: -0.072em;
  text-wrap: balance;
}

.rhf-page--carpet-warranty .rhf-cw-cert-title span {
  display: block;
  max-width: 520px;
  margin-top: 1rem;
  color: rgba(29, 30, 34, 0.74);
  -webkit-text-fill-color: rgba(29, 30, 34, 0.74);
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  font-weight: 560;
  line-height: 1.55;
}

.rhf-page--carpet-warranty .rhf-cw-cert-seal {
  display: grid;
  place-items: center;
  width: clamp(7.4rem, 11vw, 9.6rem);
  height: clamp(7.4rem, 11vw, 9.6rem);
  border-radius: 50%;
  text-align: center;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.96), transparent 28%),
    radial-gradient(circle at 50% 50%, #f8f8f6 0%, #d8dbe0 56%, #b8bdc6 100%);
  border: 2px solid rgba(173, 132, 37, 0.58);
  box-shadow:
    0 22px 54px rgba(29, 30, 34, 0.24),
    inset 0 0 0 7px rgba(255, 255, 255, 0.46),
    inset 0 0 0 10px rgba(173, 132, 37, 0.22);
}

.rhf-page--carpet-warranty .rhf-cw-cert-seal span,
.rhf-page--carpet-warranty .rhf-cw-cert-seal strong {
  display: block;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}

.rhf-page--carpet-warranty .rhf-cw-cert-seal span {
  color: #1d1e22;
  -webkit-text-fill-color: #1d1e22;
  font-size: clamp(0.54rem, 0.72vw, 0.68rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.rhf-page--carpet-warranty .rhf-cw-cert-seal strong {
  color: #ad8425;
  -webkit-text-fill-color: #ad8425;
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.55vw, 1.38rem);
  font-weight: 950;
  letter-spacing: -0.045em;
}

.rhf-page--carpet-warranty .rhf-cw-cert-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.5vw, 1.15rem);
}

.rhf-page--carpet-warranty .rhf-cw-cert-details div {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(29, 30, 34, 0.20);
}

.rhf-page--carpet-warranty .rhf-cw-cert-signature {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: end;
  padding-top: clamp(0.8rem, 1.5vw, 1.2rem);
}

.rhf-page--carpet-warranty .rhf-cw-cert-script {
  display: block;
  color: #1d1e22;
  -webkit-text-fill-color: #1d1e22;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  line-height: 1;
  transform: rotate(-2deg);
}

.rhf-page--carpet-warranty .rhf-cw-cert-line {
  display: block;
  height: 1px;
  margin: 0.35rem 0 0.45rem;
  background: rgba(29, 30, 34, 0.34);
}

.rhf-page--carpet-warranty .rhf-cw-cert-signature strong {
  display: block;
  color: rgba(29, 30, 34, 0.60);
  -webkit-text-fill-color: rgba(29, 30, 34, 0.60);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rhf-page--carpet-warranty .rhf-cw-cert-signature p {
  margin: 0;
  color: rgba(29, 30, 34, 0.62);
  -webkit-text-fill-color: rgba(29, 30, 34, 0.62);
  font-size: clamp(0.78rem, 0.9vw, 0.86rem);
  font-weight: 550;
  line-height: 1.48;
}

/* Align story and lower content consistently. */
.rhf-page--carpet-warranty .rhf-cw-story__copy,
.rhf-page--carpet-warranty .rhf-cw-care__copy,
.rhf-page--carpet-warranty .rhf-cw-coverage__copy {
  min-width: 0;
}

.rhf-page--carpet-warranty .rhf-cw-story__media,
.rhf-page--carpet-warranty .rhf-cw-care__media {
  min-width: 0;
}

.rhf-page--carpet-warranty .rhf-cw-story__grid,
.rhf-page--carpet-warranty .rhf-cw-care__grid,
.rhf-page--carpet-warranty .rhf-cw-coverage__grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1fr);
}

.rhf-page--carpet-warranty .rhf-cw-story__grid--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
}

@media (max-width: 1120px) {
  .rhf-page--carpet-warranty .rhf-cw-certificate-layout,
  .rhf-page--carpet-warranty .rhf-cw-story__grid,
  .rhf-page--carpet-warranty .rhf-cw-story__grid--reverse,
  .rhf-page--carpet-warranty .rhf-cw-care__grid,
  .rhf-page--carpet-warranty .rhf-cw-coverage__grid {
    grid-template-columns: 1fr !important;
  }

  .rhf-page--carpet-warranty .rhf-cw-certificate {
    justify-self: stretch;
  }

  .rhf-page--carpet-warranty .rhf-cw-story__grid--reverse .rhf-cw-story__copy,
  .rhf-page--carpet-warranty .rhf-cw-story__grid--reverse .rhf-cw-story__media {
    order: initial;
  }
}

@media (max-width: 760px) {
  .rhf-page--carpet-warranty .rhf-cw-cert-frame {
    padding: 1rem;
    gap: 1.2rem;
  }

  .rhf-page--carpet-warranty .rhf-cw-cert-top,
  .rhf-page--carpet-warranty .rhf-cw-cert-main,
  .rhf-page--carpet-warranty .rhf-cw-cert-details,
  .rhf-page--carpet-warranty .rhf-cw-cert-signature {
    grid-template-columns: 1fr;
  }

  .rhf-page--carpet-warranty .rhf-cw-cert-number {
    text-align: left;
  }

  .rhf-page--carpet-warranty .rhf-cw-cert-title h3 {
    font-size: clamp(2.4rem, 12vw, 3.75rem);
  }

  .rhf-page--carpet-warranty .rhf-cw-cert-seal {
    width: 7rem;
    height: 7rem;
  }
}

/* ==========================================================================
   Carpet Warranty — Clean Warranty Limits Section
   Replaces the messy icon/title/paragraph grid with clean editorial columns.
   ========================================================================== */

.rhf-page--carpet-warranty .rhf-cw-limit-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.rhf-page--carpet-warranty .rhf-cw-limit-panel {
  min-width: 0;
  padding-top: clamp(1.2rem, 2vw, 1.55rem);
  border-top: 1px solid rgba(254, 218, 106, 0.28);
}

.rhf-page--carpet-warranty .rhf-cw-limit-panel__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(0.9rem, 1.7vw, 1.25rem);
  align-items: start;
  margin-bottom: clamp(1.45rem, 3vw, 2.4rem);
}

.rhf-page--carpet-warranty .rhf-cw-limit-panel__icon {
  display: grid;
  place-items: center;
  width: clamp(3.65rem, 5vw, 4.45rem);
  height: clamp(3.65rem, 5vw, 4.45rem);
  border-radius: 1.1rem;
  color: #feda6a;
  background: rgba(254, 218, 106, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.rhf-page--carpet-warranty .rhf-cw-limit-panel__icon .rhf-cw-icon {
  width: 2.35rem;
  height: 2.35rem;
}

.rhf-page--carpet-warranty .rhf-cw-limit-panel__head h3 {
  max-width: 12ch;
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(2.05rem, 4vw, 4.35rem);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.rhf-page--carpet-warranty .rhf-cw-limit-panel__head p:not(.rhf-section-kicker) {
  max-width: 33rem;
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.05vw, 1.06rem);
  font-weight: 500;
  line-height: 1.62;
}

.rhf-page--carpet-warranty .rhf-cw-limit-list {
  display: grid !important;
  gap: clamp(1rem, 2vw, 1.35rem) !important;
}

.rhf-page--carpet-warranty .rhf-cw-limit-item,
.rhf-page--carpet-warranty .rhf-cw-limit-list article.rhf-cw-limit-item {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 1rem !important;
  align-items: start !important;
  padding: 0 0 clamp(1rem, 2vw, 1.35rem) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.rhf-page--carpet-warranty .rhf-cw-limit-item:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.rhf-page--carpet-warranty .rhf-cw-limit-item__icon {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: 0.1rem;
  color: #feda6a;
}

.rhf-page--carpet-warranty .rhf-cw-limit-item__icon .rhf-cw-icon {
  width: 2.45rem;
  height: 2.45rem;
  stroke-width: 2.55;
}

.rhf-page--carpet-warranty .rhf-cw-limit-item__copy {
  min-width: 0;
}

.rhf-page--carpet-warranty .rhf-cw-limit-item__copy h4 {
  margin: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: var(--font-heading) !important;
  font-size: clamp(1.14rem, 1.45vw, 1.42rem) !important;
  font-weight: 830 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}

.rhf-page--carpet-warranty .rhf-cw-limit-item__copy p {
  max-width: 38rem;
  margin: 0.5rem 0 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.96rem !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
}

/* Neutralize old direct-child article rules if any remain in cascade. */
.rhf-page--carpet-warranty .rhf-cw-limit-list article:not(.rhf-cw-limit-item) p {
  grid-column: 2 !important;
}

@media (max-width: 1120px) {
  .rhf-page--carpet-warranty .rhf-cw-limit-board {
    grid-template-columns: 1fr;
    gap: clamp(2.4rem, 6vw, 4rem);
  }
}

@media (max-width: 760px) {
  .rhf-page--carpet-warranty .rhf-cw-limit-panel__head {
    grid-template-columns: 1fr;
  }

  .rhf-page--carpet-warranty .rhf-cw-limit-panel__head h3 {
    max-width: 13ch;
    font-size: clamp(2.1rem, 11vw, 3.45rem);
  }

  .rhf-page--carpet-warranty .rhf-cw-limit-item,
  .rhf-page--carpet-warranty .rhf-cw-limit-list article.rhf-cw-limit-item {
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
  }

  .rhf-page--carpet-warranty .rhf-cw-limit-item__icon {
    width: 2.55rem;
    height: 2.55rem;
  }
}
