:root {
  --ink: #17130f;
  --navy: #172437;
  --navy-2: #101a29;
  --gold: #b77935;
  --gold-2: #d7a455;
  --green: #405f46;
  --paper: #f6f1e9;
  --white: #ffffff;
  --muted: #666056;
  --line: #ded5c8;
  --glass: rgba(23, 19, 15, 0.64);
  --shadow: 0 18px 48px rgba(23, 19, 15, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: 0; }
h1 {
  max-width: 930px;
  margin-bottom: 20px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 5.7vw, 5.35rem);
  line-height: 0.98;
  text-wrap: balance;
}
h2 {
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 4.4vw, 4rem);
  line-height: 1.02;
  text-wrap: balance;
}
h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 26px;
  min-height: 90px;
  padding: 14px clamp(22px, 7vw, 108px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(23, 19, 15, 0.08);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  width: 116px;
}
.brand img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}
.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.5vw, 34px);
  color: #2b261f;
  font-size: 0.96rem;
  font-weight: 700;
}
.main-nav a, .phone-link { transition: color 180ms ease; }
.main-nav a:hover, .phone-link:hover { color: var(--gold); }
.header-cta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.phone-link {
  color: var(--gold);
  font-weight: 850;
  white-space: nowrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button.navy {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(23, 36, 55, 0.24);
}
.button.navy:hover { background: var(--navy-2); }
.button.white {
  background: var(--white);
  color: var(--navy-2);
}
.button.ghost {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: calc(100svh - 90px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background-image: url("Best-Wood-Flooring-Photo-21.jpg");
  background-position: center;
  background-size: cover;
  color: var(--white);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 15, 12, 0.82), rgba(18, 15, 12, 0.52) 48%, rgba(18, 15, 12, 0.34)),
    linear-gradient(0deg, rgba(18, 15, 12, 0.68), rgba(18, 15, 12, 0.18) 58%, rgba(18, 15, 12, 0.42));
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(96px, 13vh, 170px) 0 152px;
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin-bottom: 26px;
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}
.trust-badge span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold-2);
}
.hero-rule {
  width: 64px;
  height: 3px;
  margin-bottom: 28px;
  background: var(--gold-2);
}
.hero-copy {
  max-width: 710px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}
.response-note {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
}
.stats-strip {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 38px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1210px, calc(100% - 44px));
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  background: var(--glass);
  backdrop-filter: blur(10px);
}
.stats-strip div {
  display: grid;
  place-items: center;
  min-height: 98px;
  padding: 16px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.stats-strip div:last-child { border-right: 0; }
.stats-strip strong {
  display: block;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.05;
}
.stats-strip span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 800;
}

.section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(76px, 9vw, 126px) 0;
}
.eyebrow {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}
.eyebrow.light { color: var(--gold-2); }
.section-heading {
  width: min(900px, 100%);
  margin: 0 auto 46px;
  text-align: center;
}
.section-heading p:not(.eyebrow) {
  width: min(740px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
}
.services-section, .faq-section {
  width: 100%;
  max-width: none;
  padding-inline: clamp(22px, 7vw, 108px);
  background: var(--paper);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: min(1180px, 100%);
  margin: 0 auto;
}
.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(23, 19, 15, 0.08);
}
.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.service-card div { padding: 26px; }
.service-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.service-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.process-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: start;
}
.split-heading {
  position: sticky;
  top: 118px;
}
.split-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}
.process-list { display: grid; }
.process-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.process-list span {
  color: var(--gold);
  font-weight: 950;
}
.process-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.image-band {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: grid;
  align-items: center;
  color: var(--white);
  background-image: url("relume-168168.jpeg");
  background-position: center;
  background-size: cover;
}
.image-band-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 26, 41, 0.9), rgba(16, 26, 41, 0.58), rgba(16, 26, 41, 0.28));
}
.image-band-content {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 44px));
  margin: 0 auto;
}
.image-band-content h2,
.image-band-content p {
  max-width: 720px;
}
.image-band-content p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1060px;
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.16);
}
.mini-grid div {
  padding: 20px;
  background: rgba(16, 26, 41, 0.48);
  font-weight: 800;
  text-align: center;
}

.area-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.9fr);
  gap: 42px;
  align-items: center;
}
.area-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}
.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.city-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 850;
}
.area-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  box-shadow: 0 14px 34px rgba(23, 19, 15, 0.08);
}
.area-card iframe {
  display: block;
  width: 100%;
  height: 360px;
}
.area-card p {
  margin: 0;
  padding: 24px 24px 10px;
  color: var(--muted);
}
.area-card a,
.contact-list a {
  color: #175684;
  font-weight: 900;
}
.area-card a {
  display: inline-flex;
  margin: 0 24px 24px;
}

.trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(54px, 7vw, 84px) clamp(22px, 7vw, 108px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(64, 95, 70, 0.92), rgba(23, 36, 55, 0.86)),
    url("Best-Wood-Flooring-Photo-17.jpg") center / cover;
}
.trust-strip div { max-width: 760px; }
.trust-strip p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}
.trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1.05fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}
.quote-copy {
  position: sticky;
  top: 118px;
}
.quote-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}
.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  overflow-wrap: anywhere;
}
.contact-list span {
  color: var(--muted);
  font-weight: 800;
}
.form-card {
  height: 760px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.form-card iframe { display: block; }
.section-heading.narrow { width: min(760px, 100%); }
.faq-list {
  display: grid;
  gap: 14px;
  width: min(920px, 100%);
  margin: 0 auto;
}
details {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}
summary {
  cursor: pointer;
  padding: 21px 24px;
  font-weight: 900;
}
details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 36px clamp(22px, 7vw, 108px);
  background: #111720;
  color: var(--white);
}
.footer-logo {
  display: inline-flex;
  width: 112px;
  padding: 9px;
  border-radius: 4px;
  background: var(--white);
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.site-footer strong {
  display: block;
  margin-bottom: 6px;
}
.site-footer a:not(.button):not(.footer-logo) {
  display: inline-block;
  margin-right: 18px;
  color: rgba(255, 255, 255, 0.76);
  overflow-wrap: anywhere;
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto 1fr; }
  .main-nav { display: none; }
  .header-cta { justify-content: flex-end; }
  .phone-link { display: none; }
  .service-grid, .mini-grid { grid-template-columns: repeat(2, 1fr); }
  .process-section, .quote-section, .area-section { grid-template-columns: 1fr; }
  .split-heading, .quote-copy { position: static; }
}

@media (max-width: 720px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    min-height: 82px;
    padding: 10px 18px;
  }
  .brand { width: 86px; }
  .brand img {
    width: 68px;
    height: 68px;
  }
  .button {
    min-height: 42px;
    padding: 11px 16px;
    font-size: 0.86rem;
  }
  .header-cta .button {
    width: 132px;
    padding-inline: 10px;
    white-space: normal;
    line-height: 1.1;
    text-align: center;
  }
  .hero {
    min-height: calc(100svh - 82px);
    background-position: 58% center;
  }
  .hero-content {
    width: calc(100% - 28px);
    padding: 84px 0 330px;
  }
  .trust-badge {
    display: block;
    max-width: 342px;
    margin-bottom: 20px;
    padding: 7px 10px;
    font-size: 0.68rem;
    line-height: 1.35;
  }
  .trust-badge span {
    display: inline-block;
    margin-right: 8px;
    vertical-align: -1px;
  }
  h1 {
    max-width: 360px;
    font-size: clamp(2.5rem, 10.8vw, 3.2rem);
  }
  h2 { font-size: clamp(2rem, 10vw, 3.1rem); }
  .hero-copy {
    max-width: 342px;
    font-size: 1rem;
  }
  .hero-actions { gap: 10px; }
  .stats-strip {
    bottom: 20px;
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 28px);
  }
  .stats-strip div {
    min-height: 78px;
    padding: 12px 8px;
  }
  .stats-strip div:nth-child(2) { border-right: 0; }
  .stats-strip div:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .stats-strip strong { font-size: 1.18rem; }
  .stats-strip span { font-size: 0.74rem; }
  .section, .services-section, .faq-section {
    width: 100%;
    padding: 64px 18px;
  }
  .service-grid, .mini-grid { grid-template-columns: 1fr; }
  .process-list article {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }
  .image-band { min-height: 680px; }
  .image-band-content { width: calc(100% - 36px); }
  .area-card { width: 100%; }
  .area-card iframe { height: 300px; }
  .city-list span {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    text-align: center;
  }
  .trust-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 54px 18px;
  }
  .trust-actions { justify-content: flex-start; }
  .quote-section { gap: 28px; }
  .form-card { height: 820px; }
  .site-footer {
    grid-template-columns: 1fr;
    padding: 32px 18px;
  }
  .site-footer a:not(.button):not(.footer-logo) {
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
  }
}

@media (max-width: 400px) {
  .header-cta .button { width: 124px; }
}
