* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #1d1d1d;
  background: #ffffff;
  line-height: 1.7;
}

img {
  max-width: 100%;
  display: block;
}

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-inner {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0;
}

.logo img {
  width: 120px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  font-size: 0.95rem;
}

.nav a:hover {
  color: #23bdbc;
}

.header-call {
  background: #f6d326;
  color: #111111;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.hero {
  background:
    radial-gradient(circle at top right, rgba(66, 201, 200, 0.18), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f9ffff 100%);
  padding: 100px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
}

.eyebrow {
  color: #23bdbc;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 14px;
}

h1,
h2,
h3 {
  line-height: 1.1;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.4rem);
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  margin-bottom: 18px;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.hero-text {
  font-size: 1.2rem;
  color: #555555;
  max-width: 580px;
  margin-bottom: 32px;
}

.hero-buttons,
.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: #f6d326;
  color: #111111;
  box-shadow: 0 12px 24px rgba(246, 211, 38, 0.35);
}

.btn-outline {
  border: 2px solid #23bdbc;
  color: #111111;
  background: #ffffff;
}

.btn-outline-light {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-dark {
  background: #111111;
  color: #ffffff;
}

.hero-phone {
  display: inline-flex;
  flex-direction: column;
  background: #ffffff;
  border-left: 6px solid #23bdbc;
  padding: 18px 22px;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.hero-phone span {
  font-size: 0.85rem;
  font-weight: 800;
  color: #666666;
}

.hero-phone strong {
  font-size: 1.55rem;
}

.hero-card {
  background: #ffffff;
  border-radius: 34px;
  padding: 30px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  border: 8px solid #f6d326;
}

.hero-card img {
  border-radius: 24px;
}

section {
  padding: 95px 0;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 46px;
}

.section-heading p {
  color: #666666;
  font-size: 1.05rem;
}

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

.service-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.06);
}

.service-card .icon {
  width: 58px;
  height: 58px;
  background: #f6d326;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  margin-bottom: 22px;
}

.service-card p {
  color: #666666;
}

.odor-banner {
  background: #f6d326;
  padding: 70px 0;
}

.odor-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.odor-inner .eyebrow {
  color: #111111;
}

.odor-inner p {
  max-width: 620px;
  font-size: 1.1rem;
}

.why {
  background: #f8ffff;
}

.why-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.why-image img {
  border-radius: 30px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.why-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.why-list div {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  border-top: 5px solid #23bdbc;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.why-list p {
  color: #666666;
}

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

.gallery-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.areas {
  background: #111111;
  color: #ffffff;
}

.areas .section-heading p,
.areas .eyebrow {
  color: #f6d326;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.area-list span {
  background: #ffffff;
  color: #111111;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 900;
}

.contact {
  background: linear-gradient(135deg, #23bdbc, #42c9c8);
  color: #ffffff;
}

.contact-box {
  text-align: center;
  max-width: 850px;
}

.contact .eyebrow {
  color: #f6d326;
}

.contact p {
  font-size: 1.15rem;
  margin-bottom: 28px;
}

.contact-buttons {
  justify-content: center;
}

.footer {
  background: #ffffff;
  padding: 26px 0;
  border-top: 1px solid #eeeeee;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.95rem;
  color: #555555;
}

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

  .hero-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 70px 0;
  }

  .services-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .odor-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .why-list {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

.header-inner {
  min-height: 100px;
  padding: 10px 0;
}

  .logo img {
    width: 140px;
  }

  .header-call {
    padding: 10px 14px;
    font-size: 0.85rem;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  section {
    padding: 70px 0;
  }

  .hero-card {
    padding: 18px;
    border-width: 5px;
  }

  .btn {
    width: 100%;
  }

  .hero-phone {
    width: 100%;
  }
}