/* ==========================================================================
   Solid vs. Engineered Hardwood — Royal 2026 page
   ========================================================================== */

.rhf-page--hardwood-solid-engineered {
  --rhf-page-accent: #feda6a;
  --rhf-hse-overall-bg: linear-gradient(135deg, #43394a 0%, #221f26 100%);
  --rhf-hse-cool-bg: linear-gradient(135deg, #27444a 0%, #1d1e22 100%);
  --rhf-hse-accent-bg: linear-gradient(135deg, #503b4a 0%, #25212a 100%);
  --rhf-hse-ink: #1d1e22;

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

/* Hero */
.rhf-page--hardwood-solid-engineered .rhf-hse-hero {
  min-height: clamp(680px, 92vh, 940px);
}

.rhf-page--hardwood-solid-engineered .rhf-page-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-page-hero__copy {
  display: grid;
  justify-items: start;
  max-width: 1080px;
}

.rhf-page--hardwood-solid-engineered .rhf-page-kicker,
.rhf-page--hardwood-solid-engineered .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--hardwood-solid-engineered .rhf-hse-hero .rhf-page-kicker {
  margin: 0 0 1rem;
  font-size: clamp(0.72rem, 0.66rem + 0.22vw, 0.86rem);
  line-height: 1;
}

.rhf-page--hardwood-solid-engineered .rhf-hse-hero h1 {
  max-width: 11.5ch;
  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-hse-hero__lede {
  max-width: 680px;
  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--hardwood-solid-engineered .rhf-hse-hero .rhf-page-hero__actions {
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
}

.rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-page-hero__shade {
  background: var(--rhf-central-hero-shade) !important;
}

/* Shared sections */
.rhf-hse-intro,
.rhf-hse-structure,
.rhf-hse-videos,
.rhf-hse-choice,
.rhf-hse-refinish,
.rhf-hse-close {
  position: relative;
  overflow: clip;
  padding: clamp(4.75rem, 9vw, 9rem) 0;
}

.rhf-hse-intro,
.rhf-hse-refinish,
.rhf-hse-close {
  background: var(--rhf-hse-overall-bg);
}

.rhf-hse-structure,
.rhf-hse-choice {
  background: var(--rhf-hse-cool-bg);
}

.rhf-hse-videos {
  background: var(--rhf-hse-accent-bg);
}

.rhf-hse-intro > .rhf-container,
.rhf-hse-structure > .rhf-container,
.rhf-hse-videos > .rhf-container,
.rhf-hse-choice > .rhf-container,
.rhf-hse-refinish > .rhf-container,
.rhf-hse-close > .rhf-container {
  position: relative;
  z-index: 1;
}

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

.rhf-hse-heading h2,
.rhf-hse-video-row__copy h3,
.rhf-hse-refinish__copy h2,
.rhf-hse-faq__intro h2,
.rhf-hse-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-hse-heading h2 {
  max-width: 960px;
  font-size: clamp(2.4rem, 5.7vw, 6.2rem);
}

.rhf-hse-heading > p:last-child,
.rhf-hse-video-row__copy > p:not(.rhf-section-kicker),
.rhf-hse-refinish__copy > p,
.rhf-hse-faq__intro p,
.rhf-hse-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-hse-icon {
  display: block;
  width: 2.15rem;
  height: 2.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Proof cards */
.rhf-hse-proof-grid,
.rhf-hse-choice-grid {
  display: grid;
  gap: clamp(1.1rem, 2vw, 1.6rem);
}

.rhf-hse-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.rhf-hse-proof,
.rhf-hse-choice-card,
.rhf-hse-refinish__points article {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.rhf-hse-proof .rhf-hse-icon,
.rhf-hse-choice-card .rhf-hse-icon,
.rhf-hse-refinish__points .rhf-hse-icon {
  color: var(--rhf-page-accent);
}

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

.rhf-hse-proof p,
.rhf-hse-choice-card p,
.rhf-hse-refinish__points p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.6;
}

/* Structure image */
.rhf-hse-structure-figure {
  margin: 0;
}

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

.rhf-hse-structure-picture img {
  height: auto;
  border-radius: clamp(1rem, 1.6vw, 1.5rem);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

/* Video rows */
.rhf-hse-video-list {
  display: grid;
  gap: clamp(3rem, 7vw, 6rem);
}

.rhf-hse-video-row {
  display: grid;
  grid-template-columns: minmax(320px, 0.98fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(1.4rem, 5vw, 5rem);
  padding: clamp(2.2rem, 5vw, 4.8rem) 0 0;
  border-top: 1px solid rgba(254, 218, 106, 0.22);
  background: transparent;
  box-shadow: none;
}

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

.rhf-hse-video-row--reverse .rhf-hse-video-row__media {
  order: 2;
}

.rhf-hse-video-row--reverse .rhf-hse-video-row__copy {
  order: 1;
}

.rhf-hse-video-row__media {
  margin: 0;
}

.rhf-hse-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: clamp(1rem, 1.6vw, 1.5rem);
  background: #111216;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.rhf-hse-video-row__copy h3 {
  max-width: 820px;
  font-size: clamp(2rem, 4vw, 4.6rem);
}

.rhf-hse-video-row__copy ul {
  display: grid;
  gap: 0.62rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

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

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

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

.rhf-hse-refinish__copy h2 {
  max-width: 880px;
  font-size: clamp(2.3rem, 5.2vw, 5.7rem);
}

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

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

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

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

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

.rhf-hse-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-hse-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-hse-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-hse-faq__panel-icon .rhf-hse-icon {
  width: 55%;
  height: 55%;
}

.rhf-hse-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-hse-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-hse-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-hse-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-hse-faq__items details {
  border-bottom: 1px solid rgba(29, 30, 34, 0.13);
}

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

.rhf-hse-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-hse-faq__items summary::-webkit-details-marker {
  display: none;
}

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

.rhf-hse-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;
}

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

.rhf-hse-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;
}

.rhf-hse-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-hse-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-hse-final h2 {
  max-width: 900px;
  font-size: clamp(2.3rem, 5.2vw, 5.7rem);
}

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

/* Responsive */
@media (max-width: 1120px) {
  .rhf-hse-proof-grid,
  .rhf-hse-choice-grid,
  .rhf-hse-video-row,
  .rhf-hse-video-row--reverse,
  .rhf-hse-refinish__grid,
  .rhf-hse-faq {
    grid-template-columns: 1fr;
  }

  .rhf-hse-video-row--reverse .rhf-hse-video-row__media,
  .rhf-hse-video-row--reverse .rhf-hse-video-row__copy {
    order: initial;
  }

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

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

  .rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-page-hero__inner {
    padding-block: 7.5rem 4.75rem;
  }

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

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

  .rhf-hse-intro,
  .rhf-hse-structure,
  .rhf-hse-videos,
  .rhf-hse-choice,
  .rhf-hse-refinish,
  .rhf-hse-close {
    padding-block: 3.75rem;
  }

  .rhf-hse-heading h2,
  .rhf-hse-video-row__copy h3,
  .rhf-hse-refinish__copy h2,
  .rhf-hse-faq__intro h2,
  .rhf-hse-final h2 {
    font-size: clamp(2.15rem, 12vw, 3.7rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .rhf-hse-structure-picture img {
    border-radius: 1rem;
  }

  .rhf-hse-video {
    aspect-ratio: 3 / 4;
  }

  .rhf-hse-video-row {
    padding-top: 2rem;
  }

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

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

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

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

  .rhf-hse-faq__items summary {
    padding: 0.98rem 2.55rem 0.98rem 0;
    font-size: 1rem;
  }

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

/* ==========================================================================
   Hardwood Solid vs Engineered — Hero Text Overlay Fix
   Ensures hero copy/buttons sit above cinematic video.
   ========================================================================== */

.rhf-page--hardwood-solid-engineered .rhf-hse-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-page-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-page-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-page-hero__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
}

.rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-page-hero__copy {
  position: relative;
  z-index: 3;
  opacity: 1;
  visibility: visible;
}

.rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  position: relative;
  z-index: 4;
}

.rhf-page--hardwood-solid-engineered .rhf-hse-hero h1,
.rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-page-kicker,
.rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-hse-hero__lede {
  position: relative;
  z-index: 4;
}

.rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-hse-hero__lede {
  color: rgba(255, 255, 255, 0.88);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 760px) {
  .rhf-page--hardwood-solid-engineered .rhf-hse-hero .rhf-page-hero__actions {
    align-items: stretch;
  }
}


/* ROYAL HSE STRUCTURE + CHOICE BACKGROUND START */
.rhf-page--hardwood-solid-engineered .rhf-hse-structure,
.rhf-page--hardwood-solid-engineered .rhf-hse-choice {
  background:
    radial-gradient(780px 280px at 100% 0%, rgba(255, 255, 255, 0.12), transparent 58%),
    linear-gradient(145deg, #3b3438 0%, #181619 100%) !important;
}

.rhf-page--hardwood-solid-engineered .rhf-hse-structure::before,
.rhf-page--hardwood-solid-engineered .rhf-hse-choice::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(760px 360px at 0% 18%, rgba(254, 218, 106, 0.075), transparent 58%),
    radial-gradient(700px 340px at 100% 70%, rgba(255, 255, 255, 0.055), transparent 58%);
  opacity: 1;
}

.rhf-page--hardwood-solid-engineered .rhf-hse-structure > .rhf-container,
.rhf-page--hardwood-solid-engineered .rhf-hse-choice > .rhf-container {
  position: relative;
  z-index: 1;
}
/* ROYAL HSE STRUCTURE + CHOICE BACKGROUND END */

