.rhf-page--hardwood-refinishing {
  --rhf-page-accent: #feda6a;
  --rhf-hr-gold: #feda6a;
  --rhf-hr-gold-dark: #ad8425;

  --rhf-hr-dark-a: #3c3640;
  --rhf-hr-dark-b: #221f26;
  --rhf-hr-dark-c: #1d1e22;

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

  --rhf-hr-ink: #1d1e22;
  --rhf-hr-navy: #07182f;
  --rhf-hr-muted: #4e5565;
  --rhf-hr-soft-muted: #697080;

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

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

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

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

.rhf-page--hardwood-refinishing .rhf-hardwood-refinish-hero .rhf-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #1d1e22;
}

.rhf-page--hardwood-refinishing .rhf-hardwood-refinish-hero .rhf-page-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none !important;
}

/* The refinishing source video is already dark. No overlay. */
.rhf-page--hardwood-refinishing .rhf-hardwood-refinish-hero .rhf-page-hero__shade {
  display: none !important;
  opacity: 0 !important;
  background: var(--rhf-central-hero-shade) !important;
}

.rhf-page--hardwood-refinishing .rhf-hardwood-refinish-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--hardwood-refinishing .rhf-hardwood-refinish-hero .rhf-page-hero__copy {
  display: grid;
  justify-items: start;
  max-width: 980px;
}

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

.rhf-page--hardwood-refinishing .rhf-hardwood-refinish-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(3.05rem, 7.3vw, 7.3rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.056em;
  text-wrap: balance;
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.45);
}

.rhf-hr-hero__lede {
  max-width: 760px;
  margin: clamp(1.15rem, 2vw, 1.5rem) 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.24vw, 1.18rem);
  font-weight: 550;
  line-height: 1.72;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}

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

/* ==========================================================================
   Section system — same dark plum / platinum rhythm as Carpet Installation
   ========================================================================== */

.rhf-hr-intro,
.rhf-hr-video-stories,
.rhf-hr-fit,
.rhf-hr-included,
.rhf-hr-timeline,
.rhf-hr-note,
.rhf-hr-faq,
.rhf-hr-final {
  position: relative;
  overflow: clip;
  padding: clamp(4.75rem, 9vw, 9rem) 0;
}

.rhf-hr-intro > .rhf-container,
.rhf-hr-video-stories > .rhf-container,
.rhf-hr-fit > .rhf-container,
.rhf-hr-included > .rhf-container,
.rhf-hr-timeline > .rhf-container,
.rhf-hr-note > .rhf-container,
.rhf-hr-faq > .rhf-container,
.rhf-hr-final > .rhf-container {
  position: relative;
  z-index: 1;
}

.rhf-hr-intro,
.rhf-hr-video-stories,
.rhf-hr-included,
.rhf-hr-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-hr-dark-a) 0%, var(--rhf-hr-dark-b) 100%);
}

.rhf-hr-video-stories {
  background:
    radial-gradient(900px 460px at 92% 0%, rgba(254, 218, 106, 0.10), transparent 58%),
    radial-gradient(760px 360px at 0% 16%, rgba(255, 255, 255, 0.07), transparent 56%),
    linear-gradient(135deg, #332d36 0%, #1f1b22 100%);
}

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

.rhf-hr-final {
  background:
    radial-gradient(860px 420px at 10% 0%, rgba(254, 218, 106, 0.10), 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-hr-fit::before,
.rhf-hr-timeline::before,
.rhf-hr-note::before,
.rhf-hr-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.18), transparent);
}

.rhf-hr-intro::before,
.rhf-hr-video-stories::before,
.rhf-hr-included::before,
.rhf-hr-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.10), transparent);
}

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

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

.rhf-hr-opener h2,
.rhf-hr-section-heading h2,
.rhf-hr-note h2,
.rhf-hr-final h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -0.052em;
  text-wrap: balance;
  text-rendering: geometricPrecision;
}

.rhf-hr-intro h2,
.rhf-hr-video-stories h2,
.rhf-hr-included h2,
.rhf-hr-final h2,
.rhf-hr-intro h3,
.rhf-hr-video-stories h3,
.rhf-hr-included h3,
.rhf-hr-final h3 {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.rhf-hr-fit h2,
.rhf-hr-timeline h2,
.rhf-hr-note h2,
.rhf-hr-faq h2,
.rhf-hr-fit h3,
.rhf-hr-timeline h3,
.rhf-hr-note h3,
.rhf-hr-faq h3 {
  color: var(--rhf-hr-navy);
  -webkit-text-fill-color: var(--rhf-hr-navy);
}

.rhf-hr-opener p:last-child,
.rhf-hr-section-heading p,
.rhf-hr-note p,
.rhf-hr-final p {
  max-width: 800px;
  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-hr-intro p,
.rhf-hr-video-stories p,
.rhf-hr-included p,
.rhf-hr-final p {
  color: rgba(255, 255, 255, 0.84);
}

.rhf-hr-fit p,
.rhf-hr-timeline p,
.rhf-hr-note p,
.rhf-hr-faq p {
  color: var(--rhf-hr-muted);
}

.rhf-hr-fit .rhf-section-kicker,
.rhf-hr-timeline .rhf-section-kicker,
.rhf-hr-note .rhf-section-kicker,
.rhf-hr-faq .rhf-section-kicker {
  color: var(--rhf-hr-gold-dark);
  -webkit-text-fill-color: var(--rhf-hr-gold-dark);
}

/* ==========================================================================
   Intro proof cards
   ========================================================================== */

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

.rhf-hr-proof {
  position: relative;
  min-height: 230px;
  padding: clamp(1.25rem, 2vw, 1.7rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--rhf-hr-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-hr-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-hr-proof > * {
  position: relative;
  z-index: 1;
}

.rhf-hr-proof span {
  display: inline-flex;
  color: var(--rhf-hr-gold);
  -webkit-text-fill-color: var(--rhf-hr-gold);
  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-hr-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-hr-proof p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.6;
}

/* ==========================================================================
   Video story cards
   ========================================================================== */

.rhf-hr-video-card {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(1.3rem, 4vw, 3rem);
  align-items: center;
  margin-top: clamp(1.4rem, 3vw, 2.4rem);
  padding: clamp(1.1rem, 2vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--rhf-hr-radius-xl);
  background:
    radial-gradient(720px 360px at 100% 0%, rgba(254, 218, 106, 0.10), transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: var(--rhf-hr-shadow-dark);
}

.rhf-hr-video-card--reverse {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}

.rhf-hr-video-card--reverse .rhf-hr-video-card__media {
  order: 2;
}

.rhf-hr-video-card--reverse .rhf-hr-video-card__copy {
  order: 1;
}

.rhf-hr-video-card__media {
  position: relative;
  min-height: clamp(320px, 44vw, 620px);
  overflow: hidden;
  border-radius: calc(var(--rhf-hr-radius-xl) - 0.35rem);
  background: #1d1e22;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
}

.rhf-hr-video-card__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.02);
}

.rhf-hr-video-card__copy {
  padding: clamp(0.7rem, 2vw, 2rem);
}

.rhf-hr-video-card__copy h3 {
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.5vw, 3.55rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.rhf-hr-video-card__copy p:not(.rhf-section-kicker) {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  font-weight: 500;
  line-height: 1.68;
}

.rhf-hr-video-card__copy ul {
  display: grid;
  gap: 0.72rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.rhf-hr-video-card__copy li {
  position: relative;
  padding-left: 1.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.45;
}

.rhf-hr-video-card__copy li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--rhf-hr-gold);
  box-shadow: 0 0 0 0.35rem rgba(254, 218, 106, 0.12);
}

/* ==========================================================================
   Refinish or replace cards
   ========================================================================== */

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

.rhf-hr-fit-card {
  position: relative;
  min-height: 300px;
  padding: clamp(1.45rem, 2.8vw, 2.2rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--rhf-hr-radius-xl);
  background:
    radial-gradient(520px 260px at 100% 0%, rgba(254, 218, 106, 0.11), transparent 60%),
    linear-gradient(135deg, rgba(60, 54, 64, 0.98), rgba(34, 31, 38, 1));
  box-shadow: var(--rhf-hr-shadow-dark);
}

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

.rhf-hr-fit-card h3 {
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.rhf-hr-fit-card p {
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  font-weight: 500;
  line-height: 1.68;
}

/* ==========================================================================
   Included grid
   ========================================================================== */

.rhf-hr-included__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.7vw, 1.25rem);
}

.rhf-hr-included__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  min-height: 112px;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--rhf-hr-radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.16);
}

.rhf-hr-included__item span {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  color: var(--rhf-hr-ink);
  background: var(--rhf-hr-gold);
  font-size: 0.9rem;
  font-weight: 950;
}

.rhf-hr-included__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.45;
}

/* ==========================================================================
   Timeline
   ========================================================================== */

.rhf-hr-timeline__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.35rem);
}

.rhf-hr-timeline__step {
  position: relative;
  min-height: 250px;
  padding: clamp(1.25rem, 2.3vw, 1.75rem);
  border: 1px solid rgba(7, 24, 47, 0.12);
  border-radius: var(--rhf-hr-radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.56)),
    rgba(255, 255, 255, 0.64);
  box-shadow: var(--rhf-hr-shadow-light);
}

.rhf-hr-timeline__step span {
  display: inline-flex;
  color: var(--rhf-hr-gold-dark);
  -webkit-text-fill-color: var(--rhf-hr-gold-dark);
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}

.rhf-hr-timeline__step h3 {
  margin: 1rem 0 0;
  color: var(--rhf-hr-navy);
  -webkit-text-fill-color: var(--rhf-hr-navy);
  font-size: clamp(1.18rem, 1.65vw, 1.5rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.rhf-hr-timeline__step p {
  margin: 0.7rem 0 0;
  color: var(--rhf-hr-muted);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.62;
}

/* ==========================================================================
   Note CTA
   ========================================================================== */

.rhf-hr-note__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.7rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--rhf-hr-radius-xl);
  background:
    radial-gradient(620px 300px at 100% 0%, rgba(254, 218, 106, 0.14), transparent 62%),
    linear-gradient(135deg, rgba(60, 54, 64, 0.98), rgba(34, 31, 38, 1));
  box-shadow: var(--rhf-hr-shadow-dark);
}

.rhf-hr-note__inner h2 {
  max-width: 880px;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.rhf-hr-note__inner p:not(.rhf-section-kicker) {
  color: rgba(255, 255, 255, 0.82);
}

.rhf-hr-note__actions {
  justify-content: flex-end;
  margin-top: 0;
}

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

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

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

.rhf-hr-faq__item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 1.25rem 3.75rem 1.25rem clamp(1.25rem, 2.5vw, 1.75rem);
  color: var(--rhf-hr-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-hr-faq__item summary::-webkit-details-marker {
  display: none;
}

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

.rhf-hr-faq__item[open] summary::after {
  content: "–";
}

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

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

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

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

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

/* ==========================================================================
   Button compatibility
   ========================================================================== */

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

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

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

.rhf-page--hardwood-refinishing .button--outline-light:hover,
.rhf-page--hardwood-refinishing .button--outline-light:focus-visible {
  color: var(--rhf-hr-ink);
  border-color: var(--rhf-hr-gold);
  background: var(--rhf-hr-gold);
}

/* ==========================================================================
   Reveal fallback
   ========================================================================== */

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

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

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

  .rhf-hr-video-card,
  .rhf-hr-video-card--reverse {
    grid-template-columns: 1fr;
  }

  .rhf-hr-video-card--reverse .rhf-hr-video-card__media,
  .rhf-hr-video-card--reverse .rhf-hr-video-card__copy {
    order: initial;
  }

  .rhf-hr-note__inner {
    grid-template-columns: 1fr;
  }

  .rhf-hr-note__actions {
    justify-content: flex-start;
  }
}

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

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

  .rhf-page--hardwood-refinishing .rhf-hardwood-refinish-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.45rem, 11vw, 4.5rem);
    line-height: 1.07;
    letter-spacing: -0.045em;
  }

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

  .rhf-page--hardwood-refinishing .rhf-page-hero__actions,
  .rhf-hr-final .rhf-page-hero__actions,
  .rhf-hr-note__actions {
    width: 100%;
  }

  .rhf-page--hardwood-refinishing .button,
  .rhf-hr-final .button,
  .rhf-hr-note__actions .button {
    width: 100%;
  }

  .rhf-hr-intro,
  .rhf-hr-video-stories,
  .rhf-hr-fit,
  .rhf-hr-included,
  .rhf-hr-timeline,
  .rhf-hr-note,
  .rhf-hr-faq,
  .rhf-hr-final {
    padding-block: 3.75rem;
  }

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

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

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

  .rhf-hr-proof-grid,
  .rhf-hr-fit__grid,
  .rhf-hr-included__grid,
  .rhf-hr-timeline__grid {
    grid-template-columns: 1fr;
  }

  .rhf-hr-proof,
  .rhf-hr-fit-card,
  .rhf-hr-timeline__step {
    min-height: auto;
  }

  .rhf-hr-video-card {
    padding: 0.85rem;
    border-radius: 1.2rem;
  }

  .rhf-hr-video-card__media {
    min-height: 420px;
    border-radius: 0.95rem;
  }

  .rhf-hr-video-card__copy {
    padding: 1rem 0.35rem 0.6rem;
  }

  .rhf-hr-video-card__copy h3 {
    font-size: clamp(1.75rem, 10vw, 3rem);
    line-height: 1.05;
  }

  .rhf-hr-note__inner {
    padding: 1.35rem;
    border-radius: 1.15rem;
  }

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

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

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

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

  .rhf-page--hardwood-refinishing .rhf-hardwood-refinish-hero .rhf-page-hero__inner {
    padding-block: 7rem 4rem;
  }

  .rhf-page--hardwood-refinishing .rhf-hardwood-refinish-hero h1 {
    font-size: clamp(2.25rem, 12.4vw, 3.6rem);
  }

  .rhf-hr-video-card__media {
    min-height: 360px;
  }

  .rhf-hr-proof,
  .rhf-hr-fit-card,
  .rhf-hr-included__item,
  .rhf-hr-timeline__step {
    border-radius: 1.1rem;
  }
}

/* ==========================================================================
   Reduced motion
   ========================================================================== */

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