@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;1,600&display=swap");

:root {
  --ink: #101311;
  --paper: #f4f5f1;
  --white: #ffffff;
  --acid: #a4d900;
  --forest: #163a2d;
  --muted: #687169;
  --line: rgba(16, 19, 17, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  position: relative;
  margin: 0;
  background: #e9ede7;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(rgba(235, 240, 233, .76), rgba(235, 240, 233, .76)),
    url("approach-outdoor.png") center / cover no-repeat;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

.top {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: #fff;
}
.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: flex; align-items: center; }
.brand-logo { width: 242px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.nav-links a { color: rgba(255,255,255,.7); }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-call { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 7px rgba(164,217,0,.14); }

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #111 url("hero-premium.png") center / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,11,9,.96) 0%, rgba(8,11,9,.76) 43%, rgba(8,11,9,.08) 77%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(transparent, rgba(8,11,9,.56));
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 190px 0 96px;
}
.overline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.overline::before { content: ""; width: 44px; height: 1px; background: currentColor; }
.hero h1 {
  margin: 0 0 24px;
  font-size: clamp(55px, 7.6vw, 108px);
  line-height: .93;
  letter-spacing: -.045em;
}
.hero h1 em {
  color: var(--acid);
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.hero-copy {
  max-width: 600px;
  margin: 0 0 32px;
  color: rgba(255,255,255,.7);
  font-size: 17px;
}
.actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--acid);
  background: var(--acid);
  color: #101311;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.button.ghost { border-color: rgba(255,255,255,.3); background: transparent; color: #fff; }
.button:hover { filter: brightness(1.08); }
.hero-meta {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
}
.hero-meta div { padding: 25px 0; border-right: 1px solid rgba(255,255,255,.18); }
.hero-meta div + div { padding-left: 26px; }
.hero-meta strong { display: block; color: var(--acid); font-size: 14px; }
.hero-meta span { color: rgba(255,255,255,.58); font-size: 12px; }

.statement { padding: 130px 0; background: rgba(244,245,241,.88); backdrop-filter: blur(8px); }
.statement-grid { display: grid; grid-template-columns: .55fr 1.05fr .9fr; gap: 58px; align-items: start; }
.section-index { color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.statement h2, .expertise h2, .promise h2, .closing h2 {
  margin: 0;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.statement h2 em, .closing h2 em { color: var(--forest); font-family: "Playfair Display", serif; }
.statement-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.statement-copy strong { color: var(--ink); }
.statement-visual { min-height: 610px; }
.statement-visual img { width: 100%; height: 610px; object-fit: cover; object-position: center; }

.expertise { padding: 120px 0; background: var(--ink); color: #fff; }
.expertise-head { display: grid; grid-template-columns: 1fr .55fr; gap: 48px; align-items: end; margin-bottom: 65px; }
.expertise-head p { margin: 0; color: rgba(255,255,255,.53); }
.service-row { border-top: 1px solid rgba(255,255,255,.16); }
.service {
  display: grid;
  grid-template-columns: 80px .75fr 1fr 34px;
  gap: 30px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.service-number { color: var(--acid); font-size: 12px; font-weight: 800; }
.service h3 { margin: 0; font-size: 29px; letter-spacing: -.025em; }
.service p { margin: 0; color: rgba(255,255,255,.48); font-size: 14px; }
.arrow { color: var(--acid); font-size: 24px; }

.visual { position: relative; min-height: 720px; background: url("service-disinfection.png") center / cover no-repeat; }
.visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,13,11,.8), transparent 68%); }
.visual-note {
  position: absolute;
  left: max(24px, calc((100% - 1240px)/2));
  bottom: 70px;
  width: min(430px, calc(100% - 48px));
  padding: 30px;
  background: rgba(16,19,17,.9);
  color: #fff;
  backdrop-filter: blur(12px);
}
.visual-note span { color: var(--acid); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.visual-note h3 { margin: 12px 0 8px; font-size: 30px; line-height: 1.1; }
.visual-note p { margin: 0; color: rgba(255,255,255,.57); font-size: 13px; }

.promise { padding: 130px 0; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.promise-media { position: relative; }
.promise-media img { width: 100%; height: 590px; object-fit: cover; }
.promise-badge {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 190px;
  padding: 24px;
  background: var(--acid);
}
.promise-badge strong { display: block; font-size: 38px; line-height: 1; }
.promise-badge span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.promise h2 { margin-bottom: 22px; }
.promise > .shell p, .promise-copy > p { color: var(--muted); }
.principles { margin-top: 36px; border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.principle b { color: var(--forest); }
.principle strong { display: block; margin-bottom: 3px; }
.principle span { color: var(--muted); font-size: 13px; }

.closing {
  position: relative;
  padding: 150px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 27, 21, .88) 0%, rgba(12, 27, 21, .56) 52%, rgba(12, 27, 21, .12) 100%),
    url("service-deratization.png") center 58% / cover no-repeat;
}
.closing::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(164, 217, 0, .35);
  border-bottom: 1px solid rgba(164, 217, 0, .18);
  pointer-events: none;
}
.closing-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.closing-grid { position: relative; z-index: 1; }
.closing h2 { max-width: 850px; }
.closing h2 { text-shadow: 0 3px 24px rgba(0,0,0,.65); }
.closing h2 em { color: var(--acid); }
.closing .button { white-space: nowrap; }

.footer {
  position: relative;
  padding: 58px 0 24px;
  background:
    linear-gradient(90deg, rgba(7, 10, 8, .9), rgba(7, 10, 8, .62)),
    url("pest-cockroach.png") center 52% / cover no-repeat;
  color: rgba(255,255,255,.72);
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(164,217,0,.025), transparent 42%, rgba(164,217,0,.015));
  pointer-events: none;
}
.footer .shell { position: relative; z-index: 1; }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { color: #fff; font-weight: 800; font-size: 22px; }
.footer h4 { margin: 0 0 12px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer p { margin: 0; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; font-size: 11px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .statement-grid, .expertise-head, .promise-grid, .closing-grid { grid-template-columns: 1fr; }
  .service { grid-template-columns: 50px 1fr 24px; }
  .service p { display: none; }
  .promise-badge { right: 12px; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1240px); }
  .nav-call { display: none; }
  .brand-logo { width: 196px; }
  .hero { min-height: 780px; }
  .hero h1 { font-size: 54px; }
  .hero-meta { grid-template-columns: 1fr; }
  .hero-meta div, .hero-meta div + div { padding: 13px 0; border-right: 0; }
  .statement, .expertise, .promise, .closing { padding: 82px 0; }
  .statement-copy { grid-template-columns: 1fr; gap: 18px; }
  .statement-visual, .statement-visual img { min-height: 390px; height: 390px; }
  .service { gap: 14px; }
  .service h3 { font-size: 22px; }
  .visual { min-height: 570px; }
  .promise-media img { height: 400px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
}
