:root {
  --brown-950: #1e120c;
  --brown-900: #2f1a11;
  --brown-800: #4b2a1a;
  --brown-700: #6f3f24;
  --brown-500: #a25e2d;
  --orange-500: #d97b2d;
  --orange-400: #eb9c4b;
  --sand-200: #efe0d1;
  --sand-100: #fbf4ed;
  --cream: #fffaf5;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Barlow", "Segoe UI", sans-serif;
  background:
    linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)),
    url("assets/texture-concrete.svg");
  background-size: cover;
  color: var(--brown-900);
  scroll-behavior: smooth;
}

.hero {
  min-height: 88vh;
  padding: 1rem 1.2rem 3rem;
  background:
    linear-gradient(120deg, rgba(30, 18, 12, 0.84), rgba(75, 42, 26, 0.65)),
    url("assets/images/hero-roof.jpg");
  background-size: cover;
  background-position: center center;
  color: var(--cream);
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background: linear-gradient(to top, rgba(30, 18, 12, 0.85), rgba(30, 18, 12, 0));
  pointer-events: none;
}

.topbar {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.7rem;
  position: relative;
  z-index: 1;
}

.brand {
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffe3ca;
}

.top-links {
  display: flex;
  gap: 0.95rem;
}

.top-links a {
  text-decoration: none;
  color: #ffdbba;
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 0.4rem;
}

.top-links a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.cta {
  background: linear-gradient(135deg, #ffd8b4, #f3b57d);
  color: var(--brown-950);
  text-decoration: none;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(32, 15, 8, 0.35);
}

.hero-content {
  max-width: 1100px;
  margin: 4.3rem auto 0;
  animation: revealUp 0.9s ease;
  position: relative;
  z-index: 1;
}

.badge {
  display: inline-block;
  background: rgba(233, 141, 59, 0.2);
  border: 1px solid rgba(255, 209, 164, 0.5);
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  font-size: 0.95rem;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  margin: 1rem 0;
  line-height: 1.06;
  letter-spacing: 0.01em;
}

.hero p {
  max-width: 760px;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.7rem;
}

.trust-strip {
  max-width: 1100px;
  margin: 3rem auto 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 205, 160, 0.45);
  background: rgba(35, 20, 13, 0.55);
  border-radius: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  position: relative;
  z-index: 1;
}

.trust-strip p {
  margin: 0;
  color: #ffe3c7;
  font-weight: 700;
  text-align: center;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 0.88rem 1.25rem;
  border-radius: 0.55rem;
  font-size: 1rem;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(145deg, #f4b479, #e99043);
  color: var(--brown-950);
  box-shadow: 0 10px 20px rgba(27, 14, 8, 0.32);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 228, 196, 0.6);
  color: #ffe8d2;
}

.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1.2rem;
}

.section h2 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: var(--brown-800);
}

.section-intro {
  max-width: 760px;
  margin-bottom: 1.6rem;
}

.seo-local {
  background: linear-gradient(180deg, #fffaf4 0%, #fef3e4 100%);
  border-radius: 1rem;
  border: 1px solid #e5c29d;
}

.keyword-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.4rem;
}

.keyword-grid span {
  display: inline-block;
  padding: 0.52rem 0.8rem;
  border-radius: 999px;
  background: #f7e2c4;
  border: 1px solid #dcc09a;
  color: var(--brown-800);
  font-weight: 700;
  font-size: 0.96rem;
}

.grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid article {
  background: linear-gradient(160deg, #fff7ee 0%, #f9e4d0 100%);
  border: 1px solid #dfb894;
  border-radius: 0.8rem;
  padding: 1.1rem;
  transform: translateY(10px);
  opacity: 0;
  animation: revealCard 0.8s ease forwards;
  box-shadow: 0 10px 24px rgba(63, 34, 19, 0.12);
}

.grid article:nth-child(2) {
  animation-delay: 0.08s;
}

.grid article:nth-child(3) {
  animation-delay: 0.14s;
}

.grid article:nth-child(4) {
  animation-delay: 0.2s;
}

.grid article:nth-child(5) {
  animation-delay: 0.26s;
}

.grid article:nth-child(6) {
  animation-delay: 0.32s;
}

.grid article:nth-child(7) {
  animation-delay: 0.38s;
}

.grid h3 {
  margin-top: 0;
  color: #6d3518;
}

.text-link {
  color: #7f3815;
  font-weight: 700;
}

.text-link:hover {
  color: #a84b1c;
}

.region-section {
  background: #fffaf4;
  border: 1px solid #e5c29d;
  border-radius: 1rem;
  box-shadow: 0 12px 26px rgba(61, 31, 17, 0.08);
}

.town-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.town-list span {
  display: inline-block;
  background: linear-gradient(135deg, #f5d3a7, #eb9c4b);
  color: var(--brown-950);
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
}

.section-contrast {
  background:
    linear-gradient(180deg, rgba(53, 29, 16, 0.78) 0%, rgba(128, 70, 35, 0.72) 100%),
    url("assets/images/section-facade.jpg");
  background-size: cover;
  background-position: center;
  border-top: 1px solid #c8854f;
  border-bottom: 1px solid #c8854f;
  max-width: none;
}

.section-contrast h2,
.section-contrast p,
.section-contrast a,
.section-contrast strong {
  color: #fff2e3;
}

.section-contrast > * {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.highlights {
  list-style: none;
  padding-left: 0;
  margin: 1.2rem 0 0;
}

.highlights li {
  background: #fff4e8;
  border-left: 5px solid var(--orange-500);
  margin-bottom: 0.8rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.35rem;
}

.faq-list {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.faq-item {
  background: #fff5ea;
  border: 1px solid #e1ba95;
  border-radius: 0.75rem;
  padding: 1rem;
}

.faq-item h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: var(--brown-800);
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form {
  background: #fff8f0;
  border: 1px solid #d8a980;
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0 12px 24px rgba(59, 31, 17, 0.13);
}

.contact-form input,
.contact-form textarea {
  padding: 0.72rem;
  border: 1px solid #c9a487;
  border-radius: 0.45rem;
  font: inherit;
  background: var(--white);
}

.form-note {
  min-height: 1.2rem;
  margin: 0.4rem 0 0;
  color: var(--brown-800);
  font-weight: 600;
}

footer {
  background: linear-gradient(140deg, #1f110b, #3a1f13);
  color: #ffdfc1;
  text-align: center;
  padding: 1.1rem;
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes revealCard {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 860px) {
  .top-links {
    display: none;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .cta {
    font-size: 0.92rem;
    padding: 0.62rem 0.85rem;
  }

  .hero {
    min-height: auto;
    padding-bottom: 2.4rem;
  }

  .hero-content {
    margin-top: 2.7rem;
  }
}
