/* Surface Stylz / flooring editorial theme
   Deliberately distinct from the standard contractor demos:
   architectural spacing, restrained natural palette, material-first imagery. */

.theme-flooring {
  --floor-paper: #fbfaf7;
  --floor-paper-2: #efeae4;
  --floor-ink: var(--site-ink, #171717);
  --floor-accent: var(--site-accent, #9c4f34);
  --floor-line: rgba(23,23,23,.14);
  --floor-muted: #5f5a55;
  background: var(--floor-paper);
  color: var(--floor-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.theme-flooring h1,
.theme-flooring h2,
.theme-flooring .brand-word {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}

.theme-flooring .demo-bar {
  background: #171717;
  color: #fbfaf7;
  border: 0;
}

.theme-flooring .demo-bar a { color: #fbfaf7; }

.theme-flooring .site-header {
  background: rgba(251,250,247,.96);
  border-bottom: 1px solid var(--floor-line);
  backdrop-filter: blur(18px);
}

.theme-flooring .header-inner {
  min-height: 92px;
  gap: 28px;
}

.theme-flooring .site-brand img {
  width: auto;
  height: 62px;
  max-width: 190px;
  object-fit: contain;
}

.theme-flooring .site-nav {
  gap: 6px;
}

.theme-flooring .nav-link {
  padding: 10px 11px;
  border-radius: 0;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--floor-ink);
}

.theme-flooring .nav-link:hover {
  background: transparent;
  color: var(--floor-accent);
}

.theme-flooring .header-cta,
.theme-flooring .button {
  border-radius: 0;
}

.theme-flooring .header-cta {
  background: var(--floor-ink);
  color: #fff;
  border: 1px solid var(--floor-ink);
  padding-inline: 20px;
}

.theme-flooring .hero-section {
  position: relative;
  min-height: 720px;
  background:
    linear-gradient(90deg, var(--floor-paper) 0 51%, transparent 51% 100%);
  border-bottom: 1px solid var(--floor-line);
}

.theme-flooring .hero-grid {
  min-height: 720px;
  grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: stretch;
}

.theme-flooring .hero-copy {
  align-self: center;
  padding: 90px 0 96px;
  max-width: 690px;
}

.theme-flooring .hero-copy .eyebrow,
.theme-flooring .section-head .eyebrow,
.theme-flooring .split-copy .eyebrow,
.theme-flooring .quote-copy .eyebrow,
.theme-flooring .cta-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--floor-accent);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.theme-flooring .hero-copy .eyebrow::before,
.theme-flooring .section-head .eyebrow::before,
.theme-flooring .split-copy .eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.theme-flooring .hero-copy h1 {
  max-width: 760px;
  margin-top: 22px;
  font-size: clamp(3.65rem, 6.2vw, 7.1rem);
  line-height: .91;
}

.theme-flooring .hero-lead {
  max-width: 620px;
  margin-top: 30px;
  color: var(--floor-muted);
  font-size: clamp(1.06rem, 1.45vw, 1.3rem);
  line-height: 1.7;
}

.theme-flooring .hero-actions {
  margin-top: 36px;
  gap: 10px;
}

.theme-flooring .button-primary {
  background: var(--floor-accent);
  border-color: var(--floor-accent);
  color: #fff;
}

.theme-flooring .button-secondary {
  background: transparent;
  border-color: var(--floor-line);
  color: var(--floor-ink);
}

.theme-flooring .hero-highlights {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid var(--floor-line);
  gap: 18px 24px;
}

.theme-flooring .hero-highlights span {
  color: var(--floor-muted);
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.theme-flooring .hero-media {
  min-height: 720px;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.theme-flooring .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-flooring .media-label {
  left: 22px;
  right: auto;
  bottom: 22px;
  border-radius: 0;
  background: rgba(244,241,232,.92);
  color: var(--floor-ink);
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: .72rem;
}

.theme-flooring .site-section {
  border-bottom: 1px solid var(--floor-line);
}

.theme-flooring .tone-plain { background: var(--floor-paper); }
.theme-flooring .tone-soft { background: var(--floor-paper-2); }
.theme-flooring .tone-dark { background: #171717; color: #fbfaf7; }
.theme-flooring .tone-accent { background: var(--floor-accent); color: #fff; }

.theme-flooring .trust-strip {
  padding: 0;
}

.theme-flooring .trust-items {
  min-height: 86px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 0;
}

.theme-flooring .trust-items span {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 18px 28px;
  border-right: 1px solid rgba(255,255,255,.32);
  font-size: .8rem;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.theme-flooring .trust-items span:first-child {
  border-left: 1px solid rgba(255,255,255,.32);
}

.theme-flooring .site-section > .site-wrap {
  padding-top: clamp(76px, 9vw, 132px);
  padding-bottom: clamp(76px, 9vw, 132px);
}

.theme-flooring .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .65fr);
  column-gap: clamp(40px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 82px);
}

.theme-flooring .section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 18px;
}

.theme-flooring .section-head h2 {
  max-width: 920px;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  line-height: .95;
}

.theme-flooring .section-head > p {
  color: var(--floor-muted);
  line-height: 1.7;
  max-width: 590px;
}

.theme-flooring .tone-dark .section-head > p,
.theme-flooring .tone-dark .split-copy p,
.theme-flooring .tone-dark .check-list {
  color: rgba(244,241,232,.72);
}

.theme-flooring .service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--floor-line);
}

.theme-flooring .service-card {
  position: relative;
  min-height: 300px;
  padding: 34px 34px 40px;
  border: 0;
  border-right: 1px solid var(--floor-line);
  border-bottom: 1px solid var(--floor-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.theme-flooring .service-card:nth-child(3n + 1) {
  border-left: 1px solid var(--floor-line);
}

.theme-flooring .service-card:hover {
  transform: none;
  background: rgba(255,255,255,.26);
}

.theme-flooring .service-num {
  color: var(--floor-accent);
  font-size: .72rem;
  letter-spacing: .12em;
}

.theme-flooring .service-card h3 {
  margin-top: 44px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.4vw, 2.65rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -.035em;
}

.theme-flooring .service-card p {
  margin-top: 18px;
  color: var(--floor-muted);
  line-height: 1.65;
}

.theme-flooring .service-link {
  position: absolute;
  left: 34px;
  bottom: 32px;
  color: var(--floor-accent);
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.theme-flooring .split-grid {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(46px, 8vw, 120px);
  align-items: center;
}

.theme-flooring .split-grid.media-left {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.theme-flooring .split-copy h2 {
  margin-top: 18px;
  font-size: clamp(2.85rem, 4.8vw, 5.4rem);
  line-height: .96;
}

.theme-flooring .split-copy > p {
  margin-top: 28px;
  color: var(--floor-muted);
  font-size: 1.05rem;
  line-height: 1.76;
}

.theme-flooring .split-media {
  min-height: 590px;
  border-radius: 0;
  box-shadow: none;
  background: #d9d5ca;
}

.theme-flooring .split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-flooring .check-list {
  margin-top: 28px;
  display: grid;
  gap: 0;
  color: var(--floor-muted);
}

.theme-flooring .check-list li {
  padding: 13px 0;
  border-bottom: 1px solid var(--floor-line);
}

.theme-flooring .check-list li::before {
  color: var(--floor-accent);
}

.theme-flooring .text-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--floor-accent);
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

.theme-flooring .stats-grid {
  gap: 0;
}

.theme-flooring .stat {
  border-radius: 0;
  border-right: 1px solid rgba(244,241,232,.2);
  padding: 20px 30px;
}

.theme-flooring .stat strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(3rem, 5vw, 5.5rem);
}

.theme-flooring .gallery-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr .82fr;
  grid-auto-rows: 280px;
  gap: 12px;
}

.theme-flooring .gallery-item {
  min-height: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.theme-flooring .gallery-item:first-child {
  grid-row: span 2;
}

.theme-flooring .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.theme-flooring .gallery-item:hover img {
  transform: scale(1.025);
}

.theme-flooring .gallery-item figcaption {
  background: linear-gradient(180deg, transparent, rgba(20,23,20,.86));
  padding: 48px 20px 18px;
}

.theme-flooring .gallery-number {
  color: rgba(255,255,255,.72);
  font-size: .68rem;
}

.theme-flooring .gallery-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.theme-flooring .gallery-copy small {
  color: rgba(255,255,255,.75);
}

.theme-flooring .quote-card {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--floor-line);
  background: rgba(255,255,255,.34);
  padding: clamp(32px, 4vw, 52px);
}

.theme-flooring .quote-card blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.5vw, 2.55rem);
  line-height: 1.3;
  letter-spacing: -.025em;
}

.theme-flooring .process-grid {
  gap: 0;
  border-top: 1px solid var(--floor-line);
}

.theme-flooring .process-step {
  border-radius: 0;
  border: 0;
  border-right: 1px solid var(--floor-line);
  padding: 34px;
  background: transparent;
}

.theme-flooring .process-step:first-child {
  border-left: 1px solid var(--floor-line);
}

.theme-flooring .process-step > span {
  color: var(--floor-accent);
}

.theme-flooring .process-step h3 {
  margin-top: 40px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 500;
}

.theme-flooring .quote-layout {
  gap: clamp(44px, 8vw, 120px);
  align-items: start;
}

.theme-flooring .quote-copy h2 {
  margin-top: 18px;
  font-size: clamp(3rem, 5vw, 5.7rem);
  line-height: .95;
}

.theme-flooring .quote-form {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--floor-line);
  background: rgba(255,255,255,.38);
}

.theme-flooring .quote-form input,
.theme-flooring .quote-form select,
.theme-flooring .quote-form textarea {
  border-radius: 0;
  background: rgba(255,255,255,.58);
}

.theme-flooring .faq-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.theme-flooring .cta-section {
  background: #171717;
}

.theme-flooring .cta-grid h2 {
  font-size: clamp(2.8rem, 5vw, 5.8rem);
}

.theme-flooring .button-light {
  background: var(--floor-paper);
  color: var(--floor-ink);
  border-color: var(--floor-paper);
}

.theme-flooring .site-footer {
  background: #111111;
  color: rgba(244,241,232,.82);
  border-top: 1px solid rgba(255,255,255,.12);
}

.theme-flooring .footer-grid > div:first-child strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.theme-flooring .mobile-action-bar {
  background: rgba(32,35,31,.96);
  border-top: 1px solid rgba(255,255,255,.14);
}

.theme-flooring .mobile-action-link {
  color: #fff;
}

@media (max-width: 980px) {
  .theme-flooring .hero-section {
    min-height: 0;
    background: var(--floor-paper);
  }

  .theme-flooring .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .theme-flooring .hero-copy {
    padding: 70px 0 52px;
  }

  .theme-flooring .hero-media {
    min-height: 520px;
  }

  .theme-flooring .section-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .theme-flooring .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .theme-flooring .service-card:nth-child(3n + 1) {
    border-left: 0;
  }

  .theme-flooring .service-card:nth-child(2n + 1) {
    border-left: 1px solid var(--floor-line);
  }

  .theme-flooring .trust-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .theme-flooring .split-grid,
  .theme-flooring .split-grid.media-left {
    grid-template-columns: 1fr;
  }

  .theme-flooring .split-grid.media-left .split-media {
    order: -1;
  }

  .theme-flooring .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .theme-flooring .gallery-item:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 460px;
  }
}

@media (max-width: 700px) {
  .theme-flooring .header-inner {
    min-height: 72px;
  }

  .theme-flooring .site-brand img {
    height: 46px;
    max-width: 150px;
  }

  .theme-flooring .hero-copy h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .theme-flooring .hero-media {
    min-height: 390px;
  }

  .theme-flooring .hero-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .theme-flooring .trust-items,
  .theme-flooring .service-grid,
  .theme-flooring .gallery-grid {
    grid-template-columns: 1fr;
  }

  .theme-flooring .trust-items span,
  .theme-flooring .trust-items span:first-child {
    min-height: 64px;
    border-left: 1px solid rgba(255,255,255,.28);
    border-bottom: 1px solid rgba(255,255,255,.28);
  }

  .theme-flooring .service-card,
  .theme-flooring .service-card:nth-child(2n + 1),
  .theme-flooring .service-card:nth-child(3n + 1) {
    min-height: 255px;
    border-left: 1px solid var(--floor-line);
  }

  .theme-flooring .split-media {
    min-height: 410px;
  }

  .theme-flooring .gallery-item,
  .theme-flooring .gallery-item:first-child {
    grid-column: auto;
    min-height: 380px;
  }

  .theme-flooring .process-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .theme-flooring .process-step,
  .theme-flooring .process-step:first-child {
    border-left: 1px solid var(--floor-line);
    border-bottom: 1px solid var(--floor-line);
  }
}


/* Surface Stylz refinement: full-bleed editorial hero */
.theme-flooring .hero-layout-background {
  min-height: 86vh;
  background: #171717;
  color: #fff;
  border-bottom: 0;
  overflow: hidden;
}
.theme-flooring .hero-layout-background > .hero-media {
  position: absolute;
  inset: 0;
  min-height: 100%;
  z-index: 0;
}
.theme-flooring .hero-layout-background > .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18,20,17,.88) 0%, rgba(18,20,17,.67) 38%, rgba(18,20,17,.18) 72%, rgba(18,20,17,.08) 100%),
    linear-gradient(0deg, rgba(18,20,17,.32), transparent 45%);
}
.theme-flooring .hero-layout-background > .hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-flooring .hero-layout-background .hero-grid {
  position: relative;
  z-index: 2;
  min-height: 86vh;
  display: block;
}
.theme-flooring .hero-layout-background .hero-copy {
  min-height: 86vh;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0 92px;
}
.theme-flooring .hero-layout-background .hero-copy .eyebrow,
.theme-flooring .hero-layout-background .hero-copy h1,
.theme-flooring .hero-layout-background .hero-lead {
  color: #fff;
}
.theme-flooring .hero-layout-background .hero-copy h1 {
  font-size: clamp(4.4rem, 8.2vw, 8.7rem);
  max-width: 740px;
  text-shadow: 0 2px 18px rgba(0,0,0,.12);
}
.theme-flooring .hero-layout-background .hero-lead {
  max-width: 620px;
  color: rgba(255,255,255,.82);
}
.theme-flooring .hero-layout-background .button-primary {
  background: #f3f0e8;
  color: #20231f;
  border-color: #f3f0e8;
}
.theme-flooring .hero-layout-background .button-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.5);
}
.theme-flooring .hero-layout-background .hero-highlights {
  border-top-color: rgba(255,255,255,.32);
}
.theme-flooring .hero-layout-background .hero-highlights span {
  color: rgba(255,255,255,.7);
}
.theme-flooring .hero-layout-background > .hero-media .media-label {
  z-index: 3;
  left: auto;
  right: 24px;
  background: rgba(20,23,20,.72);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}

/* Less cardy, more architectural */
.theme-flooring .service-card {
  min-height: 270px;
}
.theme-flooring .tone-dark .service-card {
  border-color: rgba(244,241,232,.18);
}
.theme-flooring .tone-dark .service-card:nth-child(3n + 1),
.theme-flooring .tone-dark .service-card:nth-child(2n + 1) {
  border-left-color: rgba(244,241,232,.18);
}
.theme-flooring .tone-dark .service-card p {
  color: rgba(244,241,232,.68);
}
.theme-flooring .tone-dark .service-card h3 {
  color: #f4f1e8;
}
.theme-flooring .tone-dark .service-num,
.theme-flooring .tone-dark .service-link {
  color: #c6d0a6;
}

.theme-flooring .quote-section.tone-dark .quote-form {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.18);
}
.theme-flooring .quote-section.tone-dark .quote-form label,
.theme-flooring .quote-section.tone-dark .quote-submit p {
  color: rgba(255,255,255,.76);
}
.theme-flooring .quote-section.tone-dark .quote-form input,
.theme-flooring .quote-section.tone-dark .quote-form select,
.theme-flooring .quote-section.tone-dark .quote-form textarea {
  background: rgba(255,255,255,.08);
  color: #fff;
  border-color: rgba(255,255,255,.2);
}
.theme-flooring .quote-section.tone-dark .quote-form input::placeholder,
.theme-flooring .quote-section.tone-dark .quote-form textarea::placeholder {
  color: rgba(255,255,255,.48);
}
.theme-flooring .quote-section.tone-dark .quote-points {
  color: rgba(255,255,255,.72);
}

@media (max-width: 980px) {
  .theme-flooring .hero-layout-background,
  .theme-flooring .hero-layout-background .hero-grid,
  .theme-flooring .hero-layout-background .hero-copy {
    min-height: 760px;
  }
  .theme-flooring .hero-layout-background .hero-copy {
    padding: 90px 0 68px;
    max-width: 680px;
  }
}

@media (max-width: 700px) {
  .theme-flooring .hero-layout-background,
  .theme-flooring .hero-layout-background .hero-grid,
  .theme-flooring .hero-layout-background .hero-copy {
    min-height: 700px;
  }
  .theme-flooring .hero-layout-background .hero-copy h1 {
    font-size: clamp(4rem, 20vw, 6.1rem);
  }
  .theme-flooring .hero-layout-background > .hero-media::after {
    background: linear-gradient(90deg, rgba(18,20,17,.86), rgba(18,20,17,.54));
  }
}


/* Visual image bands for material-first storytelling */
.theme-flooring .image-band-section {
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
}

.theme-flooring .image-band-heading {
  padding-top: 62px;
  padding-bottom: 34px;
}

.theme-flooring .image-band-heading .eyebrow {
  color: var(--floor-accent);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.theme-flooring .image-band-heading h2 {
  margin-top: 12px;
  max-width: 860px;
  font-size: clamp(2.6rem, 4.8vw, 5.2rem);
  line-height: .96;
}

.theme-flooring .image-band-grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr 1fr;
  min-height: 500px;
  background: #171717;
  gap: 4px;
}

.theme-flooring .image-band-item {
  position: relative;
  margin: 0;
  min-height: 500px;
  overflow: hidden;
  background: #d8d4ce;
}

.theme-flooring .image-band-item:nth-child(4) {
  display: none;
}

.theme-flooring .image-band-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.theme-flooring .image-band-item:hover img {
  transform: scale(1.025);
}

.theme-flooring .image-band-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.62));
  pointer-events: none;
}

.theme-flooring .image-band-item figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  letter-spacing: -.02em;
}

.theme-flooring .tone-dark .image-band-heading .eyebrow {
  color: #d98a69;
}

.theme-flooring .tone-dark .image-band-heading h2 {
  color: #fbfaf7;
}

.theme-flooring .tone-dark .section-head .eyebrow,
.theme-flooring .tone-dark .split-copy .eyebrow,
.theme-flooring .tone-dark .quote-copy .eyebrow {
  color: #d98a69;
}

.theme-flooring .tone-dark .text-link {
  color: #e39b7d;
}

.theme-flooring .tone-dark .check-list li {
  border-bottom-color: rgba(255,255,255,.16);
}

.theme-flooring .tone-dark .quote-card {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
}

.theme-flooring .tone-dark .quote-card figcaption,
.theme-flooring .tone-dark .quote-card figcaption span {
  color: rgba(255,255,255,.72);
}

.theme-flooring .tone-dark .section-head > p {
  color: rgba(255,255,255,.72);
}

.theme-flooring .tone-dark .service-card {
  border-color: rgba(255,255,255,.16);
}

.theme-flooring .tone-dark .service-card p {
  color: rgba(255,255,255,.7);
}

.theme-flooring .tone-dark .service-card h3 {
  color: #fff;
}

.theme-flooring .tone-dark .service-num {
  color: #d98a69;
}

.theme-flooring .tone-dark .service-grid {
  border-top-color: rgba(255,255,255,.16);
}

@media (max-width: 980px) {
  .theme-flooring .image-band-grid {
    grid-template-columns: 1.15fr .85fr;
    min-height: 430px;
  }

  .theme-flooring .image-band-item {
    min-height: 430px;
  }

  .theme-flooring .image-band-item:nth-child(3) {
    display: none;
  }
}

@media (max-width: 700px) {
  .theme-flooring .image-band-heading {
    padding-top: 46px;
    padding-bottom: 26px;
  }

  .theme-flooring .image-band-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 3px;
  }

  .theme-flooring .image-band-item,
  .theme-flooring .image-band-item:nth-child(3) {
    display: block;
    min-height: 320px;
  }
}


/* Explicit contrast safeguards */
.theme-flooring .tone-dark,
.theme-flooring .tone-dark h2,
.theme-flooring .tone-dark h3,
.theme-flooring .tone-dark strong,
.theme-flooring .tone-dark summary {
  color: #fbfaf7;
}

.theme-flooring .tone-dark p,
.theme-flooring .tone-dark li {
  color: rgba(251,250,247,.76);
}

.theme-flooring .tone-dark a:not(.button) {
  color: #e8a487;
}

.theme-flooring .quote-section.tone-dark .quote-form select option {
  color: #171717;
  background: #ffffff;
}

.theme-flooring .quote-section.tone-dark .button-primary {
  background: #fbfaf7;
  border-color: #fbfaf7;
  color: #171717;
}

.theme-flooring .quote-section.tone-dark .button-primary:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.theme-flooring .tone-soft .section-head > p,
.theme-flooring .tone-soft .split-copy > p,
.theme-flooring .tone-plain .section-head > p,
.theme-flooring .tone-plain .split-copy > p {
  color: #58534e;
}


/* Compact Surface Stylz spacing pass */
.theme-flooring .site-section > .site-wrap {
  padding-top: clamp(52px, 6vw, 84px);
  padding-bottom: clamp(52px, 6vw, 84px);
}

.theme-flooring .section-head {
  grid-template-columns: minmax(0, 1fr) minmax(240px, .52fr);
  column-gap: clamp(28px, 5vw, 72px);
  margin-bottom: clamp(34px, 4vw, 52px);
}

.theme-flooring .section-head .eyebrow {
  margin-bottom: 12px;
}

.theme-flooring .section-head h2 {
  max-width: 760px;
  font-size: clamp(2.45rem, 4.15vw, 4.55rem);
  line-height: .98;
}

.theme-flooring .section-head > p {
  max-width: 470px;
  font-size: .98rem;
  line-height: 1.65;
}

.theme-flooring .split-grid {
  gap: clamp(30px, 5vw, 68px);
}

.theme-flooring .split-copy h2 {
  font-size: clamp(2.45rem, 4vw, 4.45rem);
  line-height: .98;
}

.theme-flooring .split-copy > p {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.68;
}

.theme-flooring .split-media {
  min-height: 470px;
}

.theme-flooring .service-card {
  min-height: 238px;
  padding: 28px 28px 32px;
}

.theme-flooring .service-card h3 {
  margin-top: 28px;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
}

.theme-flooring .service-card p {
  margin-top: 14px;
  font-size: .95rem;
  line-height: 1.58;
}

.theme-flooring .service-link {
  left: 28px;
  bottom: 25px;
}

.theme-flooring .image-band-heading {
  padding-top: 44px;
  padding-bottom: 24px;
}

.theme-flooring .image-band-heading h2 {
  margin-top: 9px;
  font-size: clamp(2.25rem, 4vw, 4.2rem);
}

.theme-flooring .image-band-grid {
  min-height: 410px;
}

.theme-flooring .image-band-item {
  min-height: 410px;
}

.theme-flooring .gallery-grid {
  grid-auto-rows: 240px;
}

.theme-flooring .gallery-item:first-child {
  grid-row: span 2;
}

.theme-flooring .quote-layout {
  gap: clamp(30px, 5vw, 68px);
}

.theme-flooring .quote-copy h2 {
  font-size: clamp(2.5rem, 4.1vw, 4.55rem);
}

.theme-flooring .process-step {
  padding: 28px;
}

.theme-flooring .process-step h3 {
  margin-top: 26px;
  font-size: 1.65rem;
}

.theme-flooring .quote-card {
  padding: clamp(26px, 3vw, 38px);
}

.theme-flooring .quote-card blockquote {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

@media (max-width: 980px) {
  .theme-flooring .section-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .theme-flooring .split-media {
    min-height: 400px;
  }

  .theme-flooring .image-band-grid,
  .theme-flooring .image-band-item {
    min-height: 350px;
  }
}

@media (max-width: 700px) {
  .theme-flooring .site-section > .site-wrap {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .theme-flooring .section-head {
    margin-bottom: 28px;
  }

  .theme-flooring .section-head h2,
  .theme-flooring .split-copy h2,
  .theme-flooring .quote-copy h2 {
    font-size: clamp(2.2rem, 10vw, 3.35rem);
  }

  .theme-flooring .split-media {
    min-height: 330px;
  }

  .theme-flooring .image-band-heading {
    padding-top: 34px;
    padding-bottom: 18px;
  }

  .theme-flooring .image-band-item,
  .theme-flooring .image-band-item:nth-child(3) {
    min-height: 285px;
  }
}
