:root {
  --ink: #20211f;
  --soft-ink: #595952;
  --paper: #fbf7ef;
  --white: #fffdf9;
  --sand: #d7c2a5;
  --oak: #8b5d3b;
  --moss: #4f674c;
  --sage: #dbe4d2;
  --clay: #b66a4f;
  --line: rgba(32, 33, 31, 0.14);
  --shadow: 0 22px 60px rgba(32, 33, 31, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::selection {
  color: var(--white);
  background: var(--oak);
}

a {
  color: inherit;
}

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(251, 247, 239, 0.91);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 260px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(139, 93, 59, 0.38);
  background: var(--white);
  color: var(--oak);
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.footer strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.15;
}

.brand small {
  display: block;
  color: var(--soft-ink);
  font-size: 13px;
  margin-top: 3px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--soft-ink);
  font-size: 14px;
}

.desktop-nav a,
.header-call,
.btn {
  text-decoration: none;
}

.header-call {
  padding: 12px 18px;
  background: var(--moss);
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(79, 103, 76, 0.24);
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  background-image: url("/__site-assets/bathroomrenovationgrandrapidsmi.com/images/grand-rapids-bathroom-renovation.png?cfv=assetfix-20260513d-1780692314989");
  background-position: center;
  background-size: cover;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(24, 24, 21, 0.84), rgba(24, 24, 21, 0.42) 43%, rgba(24, 24, 21, 0.08) 72%),
    linear-gradient(0deg, rgba(32, 33, 31, 0.72), rgba(32, 33, 31, 0) 38%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 360px;
  gap: 54px;
  align-items: end;
  padding: 132px 0 76px;
}

.hero-copy {
  color: var(--white);
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #f0d8bb;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--oak);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(52px, 7vw, 92px);
  max-width: 820px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.2vw, 58px);
}

h3 {
  font-size: 21px;
  line-height: 1.18;
  margin-bottom: 12px;
}

.lead {
  max-width: 660px;
  color: rgba(255, 253, 249, 0.88);
  font-size: 20px;
}

.hero-actions,
.cta-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 900;
}

.btn.primary {
  background: var(--clay);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(182, 106, 79, 0.24);
}

.btn.primary.light {
  background: var(--white);
  color: var(--ink);
}

.btn.ghost {
  color: var(--white);
  border-color: rgba(255, 253, 249, 0.42);
  background: rgba(255, 253, 249, 0.1);
}

.hero-card {
  padding: 28px;
  background: rgba(255, 253, 249, 0.92);
  box-shadow: var(--shadow);
}

.card-kicker {
  display: block;
  color: var(--oak);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.05;
  margin-bottom: 12px;
}

.hero-card p,
.prose p,
.process p,
.footer p,
.cta p {
  color: var(--soft-ink);
}

.hero-card dl {
  margin: 24px 0 0;
  display: grid;
  gap: 10px;
}

.hero-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.hero-card dt,
.hero-card dd {
  margin: 0;
}

.hero-card dt {
  font-weight: 900;
}

.hero-card dd {
  color: var(--soft-ink);
  text-align: right;
}

.trust-band {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid div {
  padding: 28px 30px 28px 0;
  border-right: 1px solid var(--line);
}

.trust-grid div + div {
  padding-left: 30px;
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid span {
  color: var(--clay);
  font-weight: 900;
}

.trust-grid strong {
  display: block;
  margin: 8px 0;
  font-size: 18px;
}

.trust-grid p {
  color: var(--soft-ink);
  margin-bottom: 0;
}

.section {
  padding: 86px 0;
}

.two-col,
.process-grid,
.faq-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: start;
}

.prose {
  font-size: 18px;
}

.prose a,
.faq a,
.footer a {
  color: var(--oak);
  font-weight: 900;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-grid article {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
}

.service-grid p,
.faq-list p {
  color: var(--soft-ink);
  margin-bottom: 0;
}

.icon {
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  background: var(--sage);
  border: 1px solid rgba(79, 103, 76, 0.25);
  position: relative;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  background: var(--moss);
}

.icon.tile::before {
  inset: 9px;
  border: 2px solid var(--moss);
  background: transparent;
}

.icon.vanity::before {
  left: 9px;
  right: 9px;
  bottom: 10px;
  height: 14px;
}

.icon.vanity::after {
  left: 13px;
  top: 10px;
  width: 16px;
  height: 8px;
}

.icon.floor::before {
  inset: 12px 8px;
  transform: skewX(-22deg);
}

.icon.light::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 13px;
  top: 10px;
}

.icon.light::after {
  width: 20px;
  height: 3px;
  left: 11px;
  bottom: 11px;
}

.icon.tub::before {
  left: 8px;
  right: 8px;
  bottom: 10px;
  height: 13px;
  border-radius: 0 0 12px 12px;
}

.icon.trim::before {
  width: 24px;
  height: 4px;
  left: 9px;
  top: 12px;
  box-shadow: 0 8px 0 var(--moss), 0 16px 0 var(--moss);
}

.process {
  background: #efe5d7;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 22px;
  background: var(--white);
  border: 1px solid rgba(139, 93, 59, 0.18);
}

.steps span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
}

.steps strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}

.steps p {
  margin-bottom: 0;
}

.neighborhoods {
  background: var(--white);
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.area-grid span {
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-weight: 800;
}

.faq-grid {
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--oak);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding-top: 12px;
}

.cta {
  padding: 66px 0;
  background: var(--moss);
  color: var(--white);
}

.cta p,
.cta .eyebrow {
  color: rgba(255, 253, 249, 0.82);
}

.cta-inner {
  justify-content: space-between;
  gap: 30px;
}

.cta-inner > div {
  max-width: 700px;
}

.footer {
  padding: 34px 0 94px;
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.footer p,
.footer span {
  color: rgba(255, 253, 249, 0.7);
}

.footer a,
.footer span {
  display: block;
  text-align: right;
}

.mobile-call {
  display: none;
}

@media (max-width: 860px) {
  .site-header {
    display: none;
  }

  .wrap {
    width: min(100% - 28px, 680px);
  }

  .hero {
    min-height: 690px;
  }

  .hero-grid,
  .two-col,
  .process-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-grid {
    padding: 90px 0 42px;
  }

  h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .lead {
    font-size: 18px;
  }

  .hero-actions .btn,
  .cta .btn {
    width: 100%;
  }

  .hero-card {
    display: none;
  }

  .trust-grid,
  .service-grid,
  .area-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid div,
  .trust-grid div + div {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-grid div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 62px 0;
  }

  .footer-grid {
    display: grid;
  }

  .footer a,
  .footer span {
    text-align: left;
  }

  .mobile-call {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 40;
    display: block;
  }

  .mobile-call a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    background: var(--moss);
    color: var(--white);
    text-decoration: none;
    font-weight: 950;
    box-shadow: 0 14px 34px rgba(32, 33, 31, 0.28);
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 710px;
  }

  .hero-media {
    background-position: 56% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(24, 24, 21, 0.88), rgba(24, 24, 21, 0.54)),
      linear-gradient(0deg, rgba(32, 33, 31, 0.78), rgba(32, 33, 31, 0) 36%);
  }

  .steps li {
    grid-template-columns: 40px 1fr;
    padding: 18px;
  }

  .steps span {
    width: 40px;
    height: 40px;
  }
}
