:root {
  --green-950: #05291d;
  --green-900: #073624;
  --green-850: #0a432f;
  --green-800: #0e5139;
  --gold: #d9a63a;
  --gold-light: #f1c45a;
  --cream: #fbf8f0;
  --cream-2: #f5f0e6;
  --ink: #173328;
  --muted: #617269;
  --line: #e8e1d4;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(23, 51, 40, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: 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(--cream);
  font-family: var(--sans);
  line-height: 1.5;
  overflow-x: hidden;
}

img,
svg {
  display: block;
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(4, 32, 22, 0.92), rgba(4, 32, 22, 0.76));
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-shell {
  width: min(1180px, calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.brand-mark svg {
  width: 46px;
  height: 46px;
}

.brand-mark path:first-child {
  fill: rgba(10, 67, 47, 0.85);
  stroke: var(--gold-light);
  stroke-width: 2.5;
}

.brand-mark path:not(:first-child) {
  fill: none;
  stroke: var(--white);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 0.92;
  letter-spacing: 0;
  color: var(--white);
}

.brand em {
  display: block;
  margin-top: 2px;
  color: var(--gold-light);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin-left: auto;
  font-size: 0.92rem;
  font-weight: 750;
}

.nav-links a {
  opacity: 0.94;
}

.nav-links a:hover {
  color: var(--gold-light);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 186px;
  padding: 11px 18px;
  color: var(--white);
  background: linear-gradient(135deg, #d6a33b, #e2b54a);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.header-phone strong,
.header-phone small {
  display: block;
  line-height: 1.1;
}

.header-phone small {
  margin-top: 2px;
  font-size: 0.72rem;
  font-weight: 800;
  opacity: 0.94;
}

.phone-icon,
.btn svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.phone-icon path,
.btn svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  min-height: 646px;
  overflow: hidden;
  color: var(--white);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("/__site-assets/hoardingcleanupnovi.com/images/hero-cleanup-team.png?cfv=assetfix-20260513d-1778783954776");
  background-size: cover;
  background-position: center right;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 35, 24, 0.98) 0%, rgba(4, 35, 24, 0.9) 28%, rgba(4, 35, 24, 0.38) 57%, rgba(4, 35, 24, 0.06) 100%),
    linear-gradient(180deg, rgba(4, 35, 24, 0.46), rgba(4, 35, 24, 0.24));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 160px 0 42px;
}

.hero h1 {
  max-width: 650px;
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 6vw, 6.1rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--gold-light);
}

.hero p {
  max-width: 565px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.18rem;
  line-height: 1.62;
}

.hero-actions,
.final-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border-radius: 7px;
  font-weight: 850;
  letter-spacing: 0;
  border: 2px solid transparent;
}

.btn-gold {
  color: var(--white);
  background: linear-gradient(135deg, #d9a63a, #e8bb4a);
  box-shadow: 0 20px 36px rgba(4, 35, 24, 0.25);
}

.btn-outline {
  color: var(--white);
  border-color: var(--gold-light);
  background: rgba(5, 41, 29, 0.54);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 925px;
  margin-top: 42px;
}

.trust-grid div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px 14px;
  align-items: center;
}

.trust-icon {
  grid-row: span 2;
  width: 36px;
  height: 36px;
}

.trust-icon svg {
  width: 36px;
  height: 36px;
}

.trust-icon path,
.round-icon path,
.step-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-grid strong {
  align-self: end;
  font-size: 0.88rem;
}

.trust-grid small {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  line-height: 1.35;
}

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

.section-pad {
  padding: 34px 0 38px;
}

.reassurance {
  padding: 26px 0 34px;
  background: linear-gradient(180deg, #fffdf7, #fbf8f0);
  border-bottom: 1px solid var(--line);
}

.reassurance h2,
.section-heading h2,
.sensitive-copy h2,
.final-content h2 {
  margin: 0;
  font-family: var(--serif);
  color: var(--green-900);
  font-size: clamp(2.1rem, 3.3vw, 3rem);
  line-height: 1.08;
  text-align: center;
}

.reassurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  margin-top: 22px;
}

.reassurance-grid article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.mobile-only {
  display: none;
}

.round-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--green-800);
}

.round-icon svg {
  width: 42px;
  height: 42px;
}

.reassurance h3 {
  margin: 0 0 4px;
  color: var(--green-900);
  font-size: 0.98rem;
}

.reassurance p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
}

.section-heading {
  text-align: center;
  margin-bottom: 24px;
}

.section-heading p {
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.compact {
  margin-bottom: 20px;
}

.services {
  background: linear-gradient(180deg, #fffdf8, #fbf8f0);
}

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

.service-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-card img {
  width: 100%;
  aspect-ratio: 2.15 / 1;
  object-fit: cover;
}

.service-card div {
  padding: 18px 20px 20px;
}

.service-card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  margin: 0 0 10px;
  font-family: var(--serif);
  color: var(--green-900);
  font-size: 1.14rem;
  line-height: 1.16;
}

.service-card h3 span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--white);
  background: var(--green-800);
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 900;
}

.service-card p {
  min-height: 78px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.93rem;
}

.service-card a {
  color: var(--green-800);
  font-size: 0.9rem;
  font-weight: 850;
}

.service-card a::after {
  content: "  >";
  color: var(--gold);
}

.process {
  background: var(--cream);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  margin-top: 12px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: #a9b9af;
}

.timeline article {
  position: relative;
  text-align: center;
  padding-top: 2px;
}

.step-num {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  color: var(--white);
  background: var(--green-800);
  border-radius: 50%;
  font-weight: 900;
}

.step-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  color: var(--green-800);
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(23, 51, 40, 0.08);
}

.step-icon svg {
  width: 31px;
  height: 31px;
}

.timeline h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  color: var(--green-900);
  font-size: 1.04rem;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.sensitive {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 330px;
  background: #fffdf7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sensitive-media img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.sensitive-copy {
  padding: 56px max(40px, calc((100vw - 1120px) / 2)) 46px 48px;
}

.sensitive-copy h2 {
  text-align: left;
}

.sensitive-copy p {
  max-width: 520px;
  margin: 12px 0 24px;
  color: var(--muted);
  font-size: 1rem;
}

.sensitive-copy ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sensitive-copy li {
  position: relative;
  padding-left: 33px;
  color: var(--ink);
  font-weight: 720;
  font-size: 0.94rem;
}

.sensitive-copy li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  background: var(--green-800);
  border-radius: 50%;
}

.sensitive-copy li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

.areas {
  background: #fffdf7;
}

.area-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.area-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 34px 36px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-950), var(--green-800));
}

.area-list ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-list li {
  position: relative;
  padding-left: 26px;
  font-weight: 760;
}

.area-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--white);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.area-card img {
  width: 100%;
  height: 100%;
  min-height: 232px;
  object-fit: cover;
}

.reviews {
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.stars {
  color: #f2b633;
  letter-spacing: 0;
  font-weight: 900;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.review-grid article {
  min-height: 196px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(23, 51, 40, 0.08);
}

.review-grid p {
  margin: 12px 0 20px;
  color: #3e5148;
  font-size: 0.95rem;
}

.review-grid strong,
.review-grid small {
  display: block;
}

.review-grid strong {
  color: var(--green-900);
}

.review-grid small {
  margin-top: 4px;
  color: var(--muted);
}

.faq {
  background: #fffdf7;
  border-top: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(23, 51, 40, 0.05);
}

summary {
  cursor: pointer;
  padding: 18px 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "v";
  float: right;
  color: var(--green-800);
  font-family: var(--sans);
  font-weight: 900;
}

details[open] summary::after {
  transform: rotate(180deg);
}

details p {
  margin: 0;
  padding: 0 22px 18px;
  color: var(--muted);
}

.final-cta {
  position: relative;
  min-height: 278px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  text-align: center;
}

.final-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 41, 29, 0.68), rgba(5, 41, 29, 0.92)),
    url("/__site-assets/hoardingcleanupnovi.com/images/hero-cleanup-team.png?cfv=assetfix-20260513d-1778783954776") center / cover;
  transform: scale(1.05);
}

.final-content {
  position: relative;
  z-index: 2;
  width: min(1000px, calc(100% - 40px));
  padding: 44px 0 34px;
}

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

.final-content p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 760;
}

.final-actions {
  justify-content: center;
  margin-top: 22px;
}

.mini-promises {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
  margin-top: 28px;
  font-size: 0.82rem;
  font-weight: 820;
  color: rgba(255, 255, 255, 0.92);
}

.mini-promises span {
  position: relative;
  padding-left: 18px;
}

.mini-promises span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
}

.site-footer {
  color: rgba(255, 255, 255, 0.85);
  background: linear-gradient(180deg, var(--green-950), #031b13);
}

.footer-shell {
  width: min(1120px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
  gap: 54px;
  margin: 0 auto;
  padding: 46px 0 34px;
}

.footer-shell h3 {
  margin: 0 0 15px;
  color: var(--white);
  font-size: 0.95rem;
}

.footer-shell a {
  display: block;
  margin: 7px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.footer-shell a:hover {
  color: var(--gold-light);
}

.footer-brand p,
.footer-shell p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.footer-phone {
  color: var(--white) !important;
  font-size: 1.18rem !important;
  font-weight: 900;
}

.footer-bottom {
  width: min(1120px, calc(100% - 40px));
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 20px 0 28px;
  color: rgba(255, 255, 255, 0.52);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
}

.footer-bottom a {
  margin-left: 18px;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 130px;
  }

  .trust-grid,
  .reassurance-grid,
  .service-grid,
  .review-grid,
  .footer-shell {
    grid-template-columns: 1fr 1fr;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    display: none;
  }

  .sensitive,
  .area-card {
    grid-template-columns: 1fr;
  }

  .sensitive-copy {
    padding: 42px 28px;
  }
}

@media (max-width: 680px) {
  .nav-shell {
    width: calc(100% - 24px);
    max-width: 560px;
    min-height: 68px;
  }

  .brand strong {
    font-size: 1.5rem;
  }

  .brand-mark,
  .brand-mark svg {
    width: 38px;
    height: 38px;
  }

  .header-phone {
    min-width: auto;
    width: 48px;
    height: 44px;
    padding: 0;
  }

  .header-phone span:not(.phone-icon) {
    display: none;
  }

  .header-phone .phone-icon {
    display: block;
    margin: 0 auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-bg {
    background-position: center right;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(4, 35, 24, 0.98), rgba(4, 35, 24, 0.78));
  }

  .hero-content {
    width: calc(100% - 28px);
    max-width: 560px;
    padding: 112px 0 34px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 10.5vw, 2.55rem);
    max-width: 100%;
    text-wrap: balance;
  }

  .hero p {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
    padding: 0 18px;
  }

  .trust-grid,
  .reassurance-grid,
  .service-grid,
  .review-grid,
  .faq-grid,
  .footer-shell,
  .area-list {
    grid-template-columns: 1fr;
  }

  .section-shell,
  .footer-bottom {
    width: calc(100% - 28px);
    max-width: 560px;
  }

  .reassurance h2,
  .section-heading h2,
  .sensitive-copy h2,
  .final-content h2 {
    font-size: clamp(1.72rem, 8vw, 1.95rem);
    text-wrap: balance;
  }

  .mobile-only {
    display: block;
  }

  .area-list {
    padding: 28px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
