:root {
  --ink: #171412;
  --muted: #6d625b;
  --paper: #f8f1e8;
  --soft: #fffaf4;
  --white: #ffffff;
  --line: #e2d5c8;
  --red: #ad3f3b;
  --red-dark: #8f2f2e;
  --teal: #1f6b6d;
  --green: #51745a;
  --gold: #e4b653;
  --shadow: 0 24px 70px rgba(44, 30, 22, .13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

a {
  color: inherit;
}

.draft-bar {
  position: relative;
  z-index: 5;
  background: var(--teal);
  color: white;
  text-align: center;
  padding: 10px 16px;
  font-size: 14px;
}

.hero {
  min-height: 96vh;
  padding: 22px clamp(18px, 4vw, 64px) 64px;
  background:
    linear-gradient(110deg, rgba(248, 241, 232, .96), rgba(255, 250, 244, .86) 45%, rgba(233, 242, 239, .95)),
    linear-gradient(135deg, rgba(173, 63, 59, .16), rgba(228, 182, 83, .14) 54%, rgba(31, 107, 109, .14));
  overflow: hidden;
}

.nav,
.hero-grid,
.trust-strip,
.section,
.proof-band,
.quote-section {
  max-width: 1180px;
  margin: 0 auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-bottom: clamp(48px, 7vw, 86px);
}

.logo {
  font-weight: 800;
  text-decoration: none;
  font-size: 19px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, .66);
  border: 1px solid rgba(226, 213, 200, .9);
  border-radius: 8px;
  padding: 4px;
  backdrop-filter: blur(14px);
}

.nav-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:last-child {
  background: var(--ink);
  color: white;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .78fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 860px;
  margin-bottom: 24px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .96;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.04;
}

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

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 13px 18px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(23, 20, 18, .16);
}

.primary {
  background: var(--red);
  color: white;
}

.primary:hover {
  background: var(--red-dark);
}

.secondary {
  border: 1px solid var(--red);
  background: rgba(255, 255, 255, .72);
  color: var(--red-dark);
}

.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.micro-proof span {
  border: 1px solid rgba(226, 213, 200, .9);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  padding: 8px 11px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  border: 1px solid rgba(226, 213, 200, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  padding: 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: -14px 24px auto;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--red), var(--gold));
}

.paint-window {
  position: relative;
  height: 390px;
  overflow: hidden;
  border-radius: 8px;
  background: #71665d;
}

.paint-before,
.paint-after {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  color: white;
  font-size: 28px;
  font-weight: 900;
}

.paint-before {
  background:
    linear-gradient(135deg, rgba(83, 75, 68, .82), rgba(132, 112, 94, .9)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.09) 0 14px, transparent 14px 28px);
}

.paint-after {
  justify-content: flex-end;
  clip-path: inset(0 0 0 48%);
  background:
    linear-gradient(135deg, rgba(173, 63, 59, .92), rgba(228, 182, 83, .92)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.16) 0 12px, transparent 12px 25px);
  animation: revealAfter 4.8s ease-in-out infinite;
}

.wipe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48%;
  width: 12px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 0 24px rgba(255,255,255,.6);
  animation: paintWipe 4.8s ease-in-out infinite;
}

.visual-caption {
  display: grid;
  gap: 5px;
  padding-top: 16px;
}

.visual-caption p {
  margin: 0;
  color: var(--muted);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: var(--line);
  gap: 1px;
  transform: translateY(-34px);
}

.trust-strip div {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 6px;
  background: var(--white);
  padding: 18px;
}

.trust-strip span,
.service-number {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.trust-strip strong {
  font-size: 17px;
}

.section,
.proof-band,
.quote-section {
  padding: 76px clamp(18px, 4vw, 64px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .75fr);
  gap: 42px;
  align-items: end;
}

.intro > p {
  color: var(--muted);
  font-size: 20px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 278px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  padding: 22px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.service-card:hover {
  border-color: rgba(173, 63, 59, .42);
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(44, 30, 22, .11);
}

.service-card p,
.step p,
.proof-band p,
.quote-copy p,
details p,
li {
  color: var(--muted);
}

.service-card span {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(330px, .72fr);
  gap: 36px;
  align-items: center;
  max-width: none;
  background: var(--ink);
  color: white;
}

.proof-band > div {
  max-width: 1120px;
}

.proof-band .eyebrow,
.proof-band p {
  color: rgba(255,255,255,.72);
}

.proof-stack {
  display: grid;
  gap: 12px;
}

.proof-stack article {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  padding: 18px;
}

.proof-stack span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.process {
  background: var(--soft);
  max-width: none;
}

.process .section-heading,
.steps {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

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

.step {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 24px;
}

.step span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 8px;
  background: var(--teal);
  color: white;
  font-weight: 900;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(340px, .72fr);
  gap: 42px;
  align-items: center;
}

.quote-card,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 24px;
  box-shadow: 0 16px 36px rgba(44, 30, 22, .08);
}

.quote-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.contact-actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.phone {
  color: var(--red-dark);
  font-weight: 900;
}

.faq {
  background: var(--soft);
  max-width: none;
}

.faq .section-heading,
.faq details {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

details {
  margin-bottom: 12px;
  box-shadow: none;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

.reveal {
  animation: riseIn .72s ease;
}

.delay-1 {
  animation-delay: .12s;
}

.delay-2 {
  animation-delay: .24s;
}

.delay-3 {
  animation-delay: .36s;
}

@keyframes riseIn {
  from {
    transform: translateY(18px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes paintWipe {
  0%, 100% {
    left: 42%;
  }
  50% {
    left: 58%;
  }
}

@keyframes revealAfter {
  0%, 100% {
    clip-path: inset(0 0 0 42%);
  }
  50% {
    clip-path: inset(0 0 0 58%);
  }
}

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

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 36px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  .hero-grid,
  .intro,
  .proof-band,
  .quote-section {
    grid-template-columns: 1fr;
  }

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

  .trust-strip {
    transform: none;
  }

  .paint-window {
    height: 300px;
  }

  h1 {
    font-size: clamp(38px, 13vw, 58px);
  }
}

@media (max-width: 640px) {
  .draft-bar {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.35;
  }

  .hero {
    padding: 18px 16px 48px;
  }

  .nav {
    gap: 16px;
    padding-bottom: 32px;
  }

  .logo {
    font-size: 19px;
  }

  .nav-links {
    gap: 3px;
    padding: 3px;
  }

  .nav-links a {
    flex: 1;
    justify-content: center;
    min-height: 40px;
    padding: 8px 6px;
    font-size: 13px;
    white-space: nowrap;
  }

  .hero-grid {
    gap: 28px;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
  }

  h1 {
    max-width: 12ch;
    margin-bottom: 20px;
    font-size: clamp(36px, 11vw, 46px);
    line-height: 1.01;
  }

  h2 {
    font-size: clamp(27px, 8.2vw, 34px);
    line-height: 1.08;
  }

  h3 {
    font-size: 20px;
  }

  .lead {
    font-size: 17px;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .button {
    min-width: 0;
    min-height: 48px;
    padding: 12px 10px;
    font-size: 15px;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .micro-proof {
    margin-top: 22px;
  }

  .micro-proof span {
    padding: 7px 9px;
    font-size: 13px;
  }

  .hero-visual {
    padding: 14px;
  }

  .hero-visual::before {
    inset: -12px 22px auto;
    height: 6px;
  }

  .paint-window {
    height: auto;
    aspect-ratio: 1.06 / 1;
  }

  .paint-before,
  .paint-after {
    padding: 20px;
    font-size: 26px;
  }

  .visual-caption {
    padding-top: 14px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip div {
    min-height: 82px;
    padding: 14px;
  }

  .trust-strip strong {
    font-size: 15px;
    line-height: 1.25;
  }

  .section,
  .proof-band,
  .quote-section {
    padding: 60px 16px;
  }

  .intro > p {
    font-size: 18px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .service-grid,
  .steps {
    gap: 12px;
  }

  .service-card {
    min-height: auto;
    padding: 20px;
  }

  .service-card p {
    margin-bottom: 18px;
  }

  .service-card span {
    margin-top: 8px;
    padding-top: 12px;
  }

  .proof-band {
    gap: 24px;
  }

  .proof-stack article {
    padding: 16px;
  }

  .step {
    padding: 20px;
  }

  .step span {
    width: 38px;
    height: 38px;
    margin-bottom: 22px;
  }

  .quote-card,
  details {
    padding: 20px;
  }

  .quote-card ul {
    gap: 8px;
  }

  .contact-actions .button {
    width: 100%;
  }

  details {
    margin-bottom: 10px;
  }
}

@media (max-width: 360px) {
  .actions {
    grid-template-columns: 1fr;
  }

  .nav-links a {
    font-size: 12px;
  }

  h1 {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
