:root {
  --red: #b60f18;
  --red-dark: #7b0b12;
  --red-soft: #f6d9dc;
  --ink: #1f2328;
  --muted: #6b7280;
  --paper: #f3eadf;
  --sand: #dfc7aa;
  --cream: #fff8ef;
  --line: #d9cabb;
  --white: #ffffff;
  --warm: #c78f35;
  --green: #128c4a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 0%, rgba(198, 143, 53, 0.18), transparent 28%),
    linear-gradient(180deg, #f7efe5 0%, #ead8c3 100%);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 248, 239, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  font-weight: 900;
  font-size: 24px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  max-width: 150px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.15;
}

nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #40464d;
  font-size: 14px;
}

.nav-cta {
  padding: 10px 14px;
  color: var(--white);
  background: var(--red);
  border-radius: 4px;
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(28px, 5vw, 74px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(90deg, rgba(255, 248, 239, 0.98) 0%, rgba(255, 248, 239, 0.98) 52%, rgba(214, 184, 148, 0.56) 52%, rgba(214, 184, 148, 0.56) 100%),
    linear-gradient(135deg, #fff8ef 0%, #ead2ba 100%);
}

.hero-copy {
  max-width: 780px;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: #171717;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5.4vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  color: #1d1c1a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 3.1vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: #45413b;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 0;
  border-radius: 4px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
}

.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  box-shadow: 0 12px 24px rgba(123, 11, 18, 0.24);
}

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

.secondary {
  color: var(--ink);
  background: #fff2df;
  border: 1px solid #d8b98f;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 36px 0 0;
  padding: 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.trust-strip div {
  padding: 16px;
  background: var(--cream);
}

.trust-strip dt {
  font-weight: 900;
}

.trust-strip dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.hero-image {
  margin: 0;
  aspect-ratio: 16 / 10;
  max-height: 680px;
  overflow: hidden;
  border: 8px solid var(--white);
  box-shadow: 0 24px 54px rgba(71, 47, 24, 0.24);
}

.hero-image img {
  object-fit: contain;
  background: #efe5d8;
}

.section {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 4vw, 56px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(31, 35, 40, 0.96), rgba(68, 61, 48, 0.96)),
    #1f2328;
  color: var(--white);
}

.intro h2 {
  color: var(--white);
}

.intro p:last-child {
  margin: 34px 0 0;
  color: #d6d9de;
  font-size: 19px;
  line-height: 1.65;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

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

.service-grid article {
  min-height: 210px;
  padding: 22px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.service-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.gallery {
  background: #fff8ef;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gallery figure {
  margin: 0;
  background: #f1dfc9;
  border: 1px solid var(--line);
}

.gallery figure img {
  aspect-ratio: 4 / 3;
}

.gallery figure.wide img {
  aspect-ratio: 16 / 9;
}

.gallery figcaption {
  padding: 14px 16px 18px;
  color: #4d545c;
  line-height: 1.45;
}

.process {
  background: linear-gradient(180deg, #ead8c3 0%, #f8efe3 100%);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  padding: 22px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--red);
  font-weight: 900;
}

.steps p {
  color: var(--muted);
  line-height: 1.55;
}

.neighborhoods {
  background: #fff8ef;
}

.neighborhoods .section-heading p:last-child {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.6;
}

.neighborhood-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.neighborhood-grid span {
  padding: 10px 12px;
  color: #353b42;
  background: #f1dfc9;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 700;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.7fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: start;
  padding: clamp(46px, 7vw, 86px) clamp(18px, 4vw, 56px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(123, 11, 18, 0.98), rgba(52, 34, 29, 0.98)),
    var(--red-dark);
}

.quote-band h2 {
  color: var(--white);
}

.quote-band p {
  color: #f3d7d9;
  line-height: 1.6;
}

.quote-band .eyebrow {
  color: var(--warm);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  background: var(--cream);
  color: var(--ink);
}

label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
}

input,
select {
  min-height: 46px;
  width: 100%;
  border: 1px solid #cfd4dc;
  border-radius: 4px;
  padding: 10px 12px;
  font: inherit;
  background: #fffdf8;
}

.footer {
  padding: clamp(42px, 6vw, 70px) clamp(18px, 4vw, 56px) 24px;
  background: #efe1cf;
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0;
  color: #3e454d;
  line-height: 1.6;
}

.footer a {
  display: block;
  margin-top: 10px;
  color: #30363d;
  line-height: 1.45;
}

.footer a:hover {
  color: var(--red);
}

.footer h2 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.15;
}

.footer h2:not(:first-child) {
  margin-top: 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: clamp(24px, 5vw, 70px);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.footer-bottom a {
  margin-top: 0;
  color: var(--red);
  font-weight: 900;
}

.floating-whatsapp {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 16px 10px 10px;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(18, 140, 74, 0.32);
  font-weight: 900;
}

.floating-whatsapp:hover {
  background: #0f7b40;
  color: #fff;
}

.floating-whatsapp-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--green);
  background: #fff;
  border-radius: 50%;
  font-size: 19px;
  line-height: 1;
}

.floating-whatsapp-text {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .hero,
  .intro,
  .quote-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    background: #fff8ef;
  }

  .hero-image {
    aspect-ratio: 16 / 10;
  }

  .service-grid,
  .steps,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .topbar {
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    padding-top: 28px;
  }

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

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

  .gallery figure.wide img,
  .gallery figure img {
    aspect-ratio: 1 / 1;
  }

  .floating-whatsapp {
    left: 12px;
    right: 12px;
    bottom: 12px;
    justify-content: center;
  }
}

