:root {
  --bg: #f4f3f0;
  --bg-soft: #ebe9e4;
  --text: #1b1b1b;
  --muted: #4f4f4f;
  --accent: #b68c5a;
  --accent-dark: #9b7548;
  --brand-dark: #00282a;
  --line: #d2cec6;
  --card: #ffffff;
  --max: 1160px;
  --radius: 18px;
  --shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 12% -10%, #ffffff 0, var(--bg) 48%), var(--bg);
  line-height: 1.5;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.15;
  margin: 0;
}

p {
  margin: 0;
}

.bg-grid {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at 50% 0, black 25%, transparent 75%);
}

.container {
  width: min(100% - 2.2rem, var(--max));
  margin-inline: auto;
}

.section {
  padding: 5.5rem 0;
}

.section-tight {
  padding-top: 1.7rem;
  padding-bottom: 3.4rem;
}

.eyebrow {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  background: #efefef;
  border: 1px solid var(--line);
  border-radius: 999px;
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2f2f2f;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--brand-dark);
  background: var(--brand-dark);
  color: #fff;
  padding: 0.85rem 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: #001b1d;
}

.btn-ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-small {
  padding: 0.55rem 0.95rem;
  font-size: 0.92rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247, 247, 247, 0.9);
  backdrop-filter: blur(7px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--brand-dark), var(--accent));
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}

.brand-logo {
  height: 90px;
  width: auto;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.main-nav a {
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
}

.main-nav a.btn,
.main-nav a.btn:visited,
.main-nav a.btn:hover,
.main-nav a.btn:focus {
  color: #ffffff;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: #f2f2f2;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: #1e1e1e;
}

.hero-grid,
.team-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 2.2rem;
  align-items: center;
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=2100&q=80");
  background-position: center;
  background-size: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, rgba(0, 20, 21, 0.84) 0%, rgba(0, 40, 42, 0.7) 45%, rgba(0, 17, 18, 0.8) 100%);
}

.hero .container {
  position: relative;
  z-index: 1;
}

.services,
.method,
.team,
.reviews,
.contact {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.services::before,
.method::before,
.team::before,
.reviews::before,
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: -2;
}

.services::after,
.method::after,
.team::after,
.reviews::after,
.contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.9));
  z-index: -1;
}

.services .container,
.method .container,
.team .container,
.reviews .container,
.contact .container {
  position: relative;
  z-index: 1;
}

.services::before {
  background-image: url("https://images.unsplash.com/photo-1453945619913-79ec89a82c51?auto=format&fit=crop&w=2200&q=80");
}

.method::before {
  background-image: url("https://images.unsplash.com/photo-1589391886645-d51941baf7fb?auto=format&fit=crop&w=2200&q=80");
}

.team::before {
  background-image: url("https://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&w=2200&q=80");
}

.reviews::before {
  background-image: url("https://images.unsplash.com/photo-1528740561666-dc2479dc08ab?auto=format&fit=crop&w=2200&q=80");
}

.contact::before {
  background-image: url("https://images.unsplash.com/photo-1555374018-13a8994ab246?auto=format&fit=crop&w=2200&q=80");
}

.hero h1 {
  font-size: clamp(2rem, 6vw, 3.9rem);
  max-width: 18ch;
}

.hero h1 span {
  display: block;
  color: #ead3b4;
}

.hero-copy {
  color: #ffffff;
}

.lead {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.87);
  max-width: 62ch;
}

.hero-cta {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.4rem;
  flex-wrap: wrap;
}

.hero-tags {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hero-tags li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.88rem;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(0, 0, 0, 0.2);
}

.hero-card,
.quote-card,
.contact-form {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.hero .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
  color: #f3e8d7;
}

.hero-card h2 {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}

.hero-card p {
  color: var(--muted);
}

.card-lines {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
}

.card-lines div {
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
}

.card-lines span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.stats-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  border: 1px solid var(--line);
  background: #efefef;
  border-radius: 14px;
  text-align: center;
  padding: 1rem;
}

.counter {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.9rem, 5vw, 2.7rem);
  font-weight: 700;
  color: #111111;
}

.section-head h2 {
  margin-top: 0.55rem;
  font-size: clamp(1.65rem, 4vw, 2.55rem);
}

.service-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card {
  padding: 1.2rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fbfbfb;
}

.service-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.15rem;
}

.service-card p {
  color: var(--muted);
}

.reviews-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.review-card {
  border: 1px solid var(--line);
  background: #fbfbfb;
  border-radius: 14px;
  padding: 1.2rem;
}

.review-card p {
  color: var(--muted);
}

.review-card strong {
  display: block;
  margin-top: 0.85rem;
  color: #1d1d1d;
  font-size: 0.92rem;
}

.map-wrap {
  margin-top: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
}

.method-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.6rem;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.95rem;
}

.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  background: #fbfbfb;
}

.step span {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  background: linear-gradient(155deg, #00484b, #00282a);
  color: #fff;
}

.step h3 {
  margin-bottom: 0.35rem;
}

.step p,
.team-grid p,
.quote-card p {
  color: var(--muted);
}

.quote-card {
  border-left: 4px solid #b68c5a;
}

.quote-card strong {
  display: block;
  margin-top: 0.95rem;
  font-size: 0.92rem;
  color: #2a2a2a;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 0;
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 0.85rem;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 0.7rem 0.8rem;
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #5d5d5d;
  outline-offset: 1px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.2rem 0 2.1rem;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--muted);
}

.footer-wrap a {
  color: #1f1f1f;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  text-decoration: none;
  color: #ffffff;
  background: #00282a;
  border: 1px solid #001516;
  border-radius: 999px;
  padding: 0.8rem 1.1rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  transition: transform 180ms ease, background-color 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  background: #001e20;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: 90ms;
}

.delay-2 {
  transition-delay: 180ms;
}

.delay-3 {
  transition-delay: 270ms;
}

@media (max-width: 980px) {
  .hero-grid,
  .team-grid,
  .contact-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: #f5f5f5;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 180ms ease;
  }

  .main-nav.open {
    transform: scaleY(1);
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 4.2rem;
  }

  .section {
    padding: 4.2rem 0;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    padding: 0.75rem 0.95rem;
    font-size: 0.92rem;
  }

  .services::before,
  .method::before,
  .team::before,
  .reviews::before,
  .contact::before {
    opacity: 0.16;
  }
}
