/* ==========================================================================
   Royal Local Service / City Flooring Pages
   Cinematic layout matched to the Royal service-page system
   ========================================================================== */

.rhf-page--local-services {
  --rhf-page-accent: #feda6a;
  --rhf-ls-dark-a: #3c3640;
  --rhf-ls-dark-b: #221f26;
  --rhf-ls-dark-c: #17151b;
  --rhf-ls-light-a: #f2f1ee;
  --rhf-ls-light-b: #d4d4dc;
  --rhf-ls-light-c: #fffdf8;
  --rhf-ls-ink: #1d1e22;
  --rhf-ls-navy: #07182f;
  --rhf-ls-muted: #4e5565;
  --rhf-ls-gold-dark: #ad8425;
  background: var(--rhf-ls-dark-b);
  color: rgba(255, 255, 255, 0.9);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.rhf-ls-icon {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.rhf-page--local-services .rhf-ls-hero {
  position: relative;
  min-height: clamp(640px, 82vh, 900px);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  background: #07131f;
}

.rhf-page--local-services .rhf-ls-hero .rhf-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #07131f;
}

.rhf-page--local-services .rhf-ls-hero .rhf-page-hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  filter: saturate(1.03) contrast(1.02);
}

.rhf-page--local-services .rhf-ls-hero .rhf-page-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(20, 16, 20, 0.86) 0%, rgba(20, 16, 20, 0.58) 46%, rgba(20, 16, 20, 0.18) 100%),
    linear-gradient(180deg, rgba(20, 16, 20, 0.26) 0%, rgba(20, 16, 20, 0.68) 100%);
}

.rhf-page--local-services .rhf-ls-hero .rhf-page-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100% - clamp(2rem, 5vw, 6rem), 1220px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1020px);
  align-items: end;
  justify-content: start;
  padding-block: clamp(8rem, 13vw, 11.5rem) clamp(5.5rem, 10vw, 8rem);
}

.rhf-page--local-services .rhf-ls-hero .rhf-page-hero__copy {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: start;
  max-width: 900px;
  color: #fff;
}

.rhf-page--local-services .rhf-ls-hero h1 {
  max-width: 12.4ch;
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: clamp(3rem, 6.8vw, 7rem);
  font-weight: 850;
  line-height: 0.92;
  letter-spacing: -0.066em;
  text-wrap: balance;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.35);
}

.rhf-ls-hero-text {
  max-width: 760px;
  margin: clamp(1.35rem, 2.8vw, 2rem) 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 0.98rem + 0.42vw, 1.35rem);
  line-height: 1.62;
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.34);
}

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

/* ==========================================================================
   Shared section system
   ========================================================================== */

.rhf-ls-intro,
.rhf-ls-zip-band,
.rhf-ls-story,
.rhf-ls-included-section,
.rhf-ls-timeline-section,
.rhf-ls-close {
  position: relative;
  overflow: clip;
  padding: clamp(4.75rem, 9vw, 9rem) 0;
}

.rhf-ls-intro > .rhf-container,
.rhf-ls-zip-band > .rhf-container,
.rhf-ls-story > .rhf-container,
.rhf-ls-included-section > .rhf-container,
.rhf-ls-timeline-section > .rhf-container,
.rhf-ls-close > .rhf-container {
  position: relative;
  z-index: 1;
}

.rhf-ls-intro,
.rhf-ls-story--2,
.rhf-ls-story--4,
.rhf-ls-included-section,
.rhf-ls-close {
  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-ls-dark-a) 0%, var(--rhf-ls-dark-b) 100%);
}

.rhf-ls-zip-band,
.rhf-ls-story--1,
.rhf-ls-story--3,
.rhf-ls-story--5,
.rhf-ls-timeline-section {
  color: var(--rhf-ls-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-ls-light-c) 0%, var(--rhf-ls-light-a) 48%, var(--rhf-ls-light-b) 100%);
}

.rhf-ls-close {
  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-ls-story--1::before,
.rhf-ls-story--3::before,
.rhf-ls-story--5::before,
.rhf-ls-timeline-section::before,
.rhf-ls-zip-band::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-ls-story--2::before,
.rhf-ls-story--4::before,
.rhf-ls-included-section::before,
.rhf-ls-close::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.12), transparent);
}

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

.rhf-ls-opener,
.rhf-ls-section-heading,
.rhf-ls-final,
.rhf-ls-faq__intro {
  max-width: 860px;
}

.rhf-ls-opener h2,
.rhf-ls-story__copy h2,
.rhf-ls-section-heading h2,
.rhf-ls-timeline-layout h2,
.rhf-ls-faq__intro h2,
.rhf-ls-final h2,
.rhf-ls-zip-inner h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4.7vw, 4.85rem);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.rhf-ls-intro h2,
.rhf-ls-story--2 h2,
.rhf-ls-story--4 h2,
.rhf-ls-included-section h2,
.rhf-ls-close h2,
.rhf-ls-intro h3,
.rhf-ls-story--2 h3,
.rhf-ls-story--4 h3,
.rhf-ls-included-section h3,
.rhf-ls-close h3 {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.rhf-ls-zip-band h2,
.rhf-ls-story--1 h2,
.rhf-ls-story--3 h2,
.rhf-ls-story--5 h2,
.rhf-ls-timeline-section h2,
.rhf-ls-zip-band h3,
.rhf-ls-story--1 h3,
.rhf-ls-story--3 h3,
.rhf-ls-story--5 h3,
.rhf-ls-timeline-section h3 {
  color: var(--rhf-ls-navy);
  -webkit-text-fill-color: var(--rhf-ls-navy);
}

.rhf-ls-opener p,
.rhf-ls-section-heading p,
.rhf-ls-story__copy p,
.rhf-ls-faq__intro p,
.rhf-ls-final p {
  margin: clamp(1.2rem, 2vw, 1.6rem) 0 0;
  max-width: 760px;
  font-size: clamp(1.02rem, 0.98rem + 0.24vw, 1.2rem);
  line-height: 1.72;
}

.rhf-ls-intro p,
.rhf-ls-story--2 p,
.rhf-ls-story--4 p,
.rhf-ls-included-section p,
.rhf-ls-close p {
  color: rgba(255, 255, 255, 0.78);
}

.rhf-ls-zip-band p,
.rhf-ls-story--1 p,
.rhf-ls-story--3 p,
.rhf-ls-story--5 p,
.rhf-ls-timeline-section p {
  color: var(--rhf-ls-muted);
}

/* ==========================================================================
   Intro proof grid
   ========================================================================== */

.rhf-ls-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  margin-top: clamp(2.3rem, 4.8vw, 4rem);
}

.rhf-ls-proof {
  min-height: 225px;
  padding: clamp(1.25rem, 2.6vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px);
}

.rhf-ls-proof .rhf-ls-icon {
  margin-bottom: 1.1rem;
  color: var(--rhf-page-accent);
}

.rhf-ls-proof h3 {
  margin: 0;
  font-size: clamp(1.06rem, 0.98rem + 0.45vw, 1.42rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.rhf-ls-proof p {
  margin: 0.8rem 0 0;
  font-size: 0.98rem;
  line-height: 1.62;
}

/* ==========================================================================
   ZIP band
   ========================================================================== */

.rhf-ls-zip-band {
  padding: clamp(2.8rem, 6vw, 4.8rem) 0;
}

.rhf-ls-zip-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.6rem, 5vw, 4rem);
  align-items: center;
}

.rhf-ls-zip-inner h2 {
  font-size: clamp(1.9rem, 4vw, 3.8rem);
}

.rhf-ls-zip-inner p {
  margin: 0;
  padding: clamp(1.25rem, 2.6vw, 1.8rem);
  border: 1px solid rgba(7, 24, 47, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--rhf-ls-navy);
  font-size: clamp(1.12rem, 1rem + 0.75vw, 1.75rem);
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.035em;
  box-shadow: 0 20px 70px rgba(7, 24, 47, 0.08);
}

/* ==========================================================================
   Service image stories
   ========================================================================== */

.rhf-ls-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

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

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

.rhf-ls-story__copy ul {
  display: grid;
  gap: 0.72rem;
  margin: clamp(1.25rem, 2.6vw, 1.85rem) 0 0;
  padding: 0;
  list-style: none;
}

.rhf-ls-story__copy li {
  position: relative;
  padding-left: 1.65rem;
  font-weight: 780;
  line-height: 1.45;
}

.rhf-ls-story__copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: var(--rhf-page-accent);
  box-shadow: 0 0 0 5px rgba(254, 218, 106, 0.16);
}

.rhf-ls-story--1 li,
.rhf-ls-story--3 li,
.rhf-ls-story--5 li {
  color: var(--rhf-ls-navy);
}

.rhf-ls-story--2 li,
.rhf-ls-story--4 li {
  color: rgba(255, 255, 255, 0.92);
}

.rhf-ls-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: clamp(1.45rem, 3vw, 2.1rem);
  color: currentColor;
  font-weight: 900;
  text-decoration: none;
}

.rhf-ls-text-link::after {
  content: "→";
  transition: transform 180ms ease;
}

.rhf-ls-text-link:hover::after,
.rhf-ls-text-link:focus-visible::after {
  transform: translateX(0.25rem);
}

.rhf-ls-image-card {
  position: relative;
  margin: 0;
  border-radius: clamp(24px, 3vw, 42px);
  overflow: hidden;
  min-height: clamp(320px, 42vw, 560px);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.24);
  background: #111;
}

.rhf-ls-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.34) 100%),
    radial-gradient(640px 320px at 0% 0%, rgba(254, 218, 106, 0.12), transparent 58%);
}

.rhf-ls-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.01);
}

.rhf-ls-image-card figcaption {
  position: absolute;
  z-index: 1;
  left: clamp(1rem, 2vw, 1.35rem);
  right: clamp(1rem, 2vw, 1.35rem);
  bottom: clamp(1rem, 2vw, 1.35rem);
  margin: 0;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(20, 16, 20, 0.52);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.35;
  backdrop-filter: blur(18px);
}

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

.rhf-ls-section-heading {
  margin-bottom: clamp(2.1rem, 4.5vw, 3.8rem);
}

.rhf-ls-included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.rhf-ls-included-card {
  min-height: 250px;
  padding: clamp(1.25rem, 2.7vw, 1.9rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(18px);
}

.rhf-ls-included-card .rhf-ls-icon {
  margin-bottom: 1.1rem;
  color: var(--rhf-page-accent);
}

.rhf-ls-included-card h3 {
  margin: 0;
  font-size: clamp(1.08rem, 1rem + 0.5vw, 1.45rem);
  line-height: 1.08;
  letter-spacing: -0.028em;
}

.rhf-ls-included-card p {
  margin: 0.8rem 0 0;
  font-size: 0.98rem;
  line-height: 1.62;
}

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

.rhf-ls-timeline-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.rhf-ls-timeline {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: royal-timeline;
}

.rhf-ls-timeline li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  border: 1px solid rgba(7, 24, 47, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 70px rgba(7, 24, 47, 0.08);
}

.rhf-ls-timeline li > span {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: var(--rhf-ls-navy);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.rhf-ls-timeline h3 {
  margin: 0;
  font-size: clamp(1.08rem, 1rem + 0.5vw, 1.45rem);
  line-height: 1.1;
}

.rhf-ls-timeline p {
  margin: 0.55rem 0 0;
  font-size: 0.98rem;
  line-height: 1.62;
}

/* ==========================================================================
   FAQ + final CTA
   ========================================================================== */

.rhf-ls-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.rhf-ls-faq__items {
  display: grid;
  gap: 0.95rem;
}

.rhf-ls-faq details {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.rhf-ls-faq summary {
  cursor: pointer;
  padding: 1.2rem 1.35rem;
  color: #fff;
  font-weight: 860;
  line-height: 1.25;
}

.rhf-ls-faq details p {
  margin: 0;
  padding: 0 1.35rem 1.25rem;
  font-size: 0.98rem;
  line-height: 1.65;
}

.rhf-ls-final {
  margin-top: clamp(4rem, 8vw, 7rem);
  padding: clamp(2rem, 4.8vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: clamp(28px, 4vw, 44px);
  background:
    radial-gradient(680px 320px at 10% 0%, rgba(254, 218, 106, 0.13), transparent 58%),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.rhf-ls-final .rhf-page-hero__actions {
  margin-top: clamp(1.6rem, 3vw, 2.3rem);
}

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

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

  .rhf-ls-story__grid,
  .rhf-ls-timeline-layout,
  .rhf-ls-faq,
  .rhf-ls-zip-inner {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .rhf-page--local-services .rhf-ls-hero {
    min-height: clamp(640px, 92vh, 820px);
    align-items: flex-end;
  }

  .rhf-page--local-services .rhf-ls-hero .rhf-page-hero__shade {
    background:
      linear-gradient(180deg, rgba(20, 16, 20, 0.18) 0%, rgba(20, 16, 20, 0.72) 52%, rgba(20, 16, 20, 0.94) 100%);
  }

  .rhf-page--local-services .rhf-ls-hero .rhf-page-hero__inner {
    width: min(100% - 2rem, 1220px);
    padding-block: clamp(7rem, 26vw, 9rem) clamp(4rem, 16vw, 6rem);
  }

  .rhf-page--local-services .rhf-ls-hero h1 {
    max-width: 10.2ch;
    font-size: clamp(3rem, 14vw, 5.25rem);
    letter-spacing: -0.058em;
  }

  .rhf-ls-hero-text {
    font-size: 1.02rem;
  }

  .rhf-ls-intro,
  .rhf-ls-zip-band,
  .rhf-ls-story,
  .rhf-ls-included-section,
  .rhf-ls-timeline-section,
  .rhf-ls-close {
    padding: clamp(3.5rem, 13vw, 5.2rem) 0;
  }

  .rhf-ls-proof-grid,
  .rhf-ls-included-grid {
    grid-template-columns: 1fr;
  }

  .rhf-ls-image-card {
    min-height: 330px;
  }

  .rhf-ls-image-card figcaption {
    font-size: 0.82rem;
  }

  .rhf-ls-timeline li {
    grid-template-columns: 1fr;
  }

  .rhf-ls-timeline li > span {
    width: 2.65rem;
    height: 2.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rhf-page--local-services .rhf-ls-hero .rhf-page-hero__video {
    display: none;
  }
}

/* Match main site transparent-header hero behavior on local service pages */
.rhf-page--local-services {
  --rhf-ls-header-offset: 108px;
}

.rhf-page--local-services .rhf-ls-hero {
  margin-top: calc(var(--rhf-ls-header-offset) * -1) !important;
  padding-top: var(--rhf-ls-header-offset) !important;
}


/* Make header transparent over local service hero pages */
.site-header {
  background: rgba(4, 16, 31, 0.16) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  box-shadow: none !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.site-header__bar {
  background: transparent !important;
  box-shadow: none !important;
}

.site-header::before,
.site-header::after,
.site-header__bar::before,
.site-header__bar::after {
  background: transparent !important;
  box-shadow: none !important;
}


/* Match regular page transparent header exactly on local service pages */
.rhf-page--local-services ~ .site-header,
body:has(.rhf-page--local-services) .site-header,
body:has(.rhf-page--local-services) .site-header__bar {
  background: rgba(0, 0, 0, 0) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border-bottom: 0 none transparent !important;
}

body:has(.rhf-page--local-services) .site-header::before,
body:has(.rhf-page--local-services) .site-header::after,
body:has(.rhf-page--local-services) .site-header__bar::before,
body:has(.rhf-page--local-services) .site-header__bar::after {
  background: rgba(0, 0, 0, 0) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

