:root {
  color-scheme: light;
  --ink: #172018;
  --muted: #627064;
  --line: #dfe8dc;
  --paper: #fbfcf7;
  --white: #ffffff;
  --green: #3faa35;
  --green-dark: #07391c;
  --green-mid: #14652e;
  --leaf: #b7e442;
  --gold: #d7a238;
  --shadow: 0 18px 42px rgba(16, 42, 22, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
}

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

.site-header,
.hero,
.page-hero,
.quick-strip,
.about-section,
.services-section,
.process-banner,
.contact-section,
footer {
  width: 100%;
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 4px solid var(--green);
  box-shadow: 0 10px 26px rgba(17, 41, 21, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--green-dark);
  font-weight: 800;
}

.brand-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.site-nav a {
  padding: 9px 12px;
  color: #334238;
  font-size: 0.88rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a.active,
.site-nav .nav-pill {
  color: #fff;
  background: var(--green);
  border-radius: 4px;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--green-dark);
}

.hero {
  position: relative;
  display: block;
  align-items: center;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 246, 127, 0.72), transparent 22%),
    radial-gradient(circle at 68% 36%, rgba(111, 184, 45, 0.34), transparent 30%),
    linear-gradient(90deg, rgba(2, 25, 13, 0.97) 0%, rgba(2, 34, 16, 0.92) 31%, rgba(2, 39, 18, 0.42) 58%, rgba(4, 35, 15, 0.08) 100%),
    url("assets/hero-globe-seedling.svg"),
    linear-gradient(100deg, #031d11 0%, #053019 42%, #124b20 100%);
  background-position: center, center, center, right center, center;
  background-repeat: no-repeat;
  background-size: auto, auto, auto, min(760px, 61vw), cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 74%, rgba(177, 231, 46, 0.24), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.12) 48%, transparent);
  z-index: 1;
}

.hero::after {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 660px;
  padding: 62px 24px 118px 48px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.process-banner .eyebrow {
  color: var(--leaf);
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  font-size: 1.02rem;
}

.hero h1,
.about-copy h2,
.section-heading h2,
.process-copy h2,
.contact-section h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero h1 {
  max-width: 690px;
  color: #fff;
  font-size: clamp(3rem, 6.6vw, 6.35rem);
  line-height: 1;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.hero p:not(.eyebrow),
.process-copy p,
.contact-section p,
.about-copy p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.72;
}

.hero p:not(.eyebrow) {
  max-width: 570px;
  margin: 22px 0 24px;
  font-size: 1.16rem;
}

.eyebrow-icon,
.hero-list-icon,
.quick-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.eyebrow-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border-radius: 70% 0 70% 0;
  background: var(--leaf);
  transform: rotate(-25deg);
}

.hero-rule {
  display: block;
  width: 124px;
  height: 5px;
  margin-top: 24px;
  background: linear-gradient(90deg, var(--leaf) 0 72%, rgba(183, 228, 66, 0.28) 72% 100%);
}

.hero-list-icon {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(183, 228, 66, 0.58);
  border-radius: 999px;
  background: rgba(63, 170, 53, 0.22);
  box-shadow: inset 0 0 18px rgba(183, 228, 66, 0.12);
}

.leaf-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 80% 0 80% 0;
  background: #fff;
  transform: rotate(-25deg);
}

.report-icon::before {
  content: "";
  width: 18px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 3px;
  box-shadow: inset 0 -7px 0 rgba(255, 255, 255, 0.5);
}

.shield-icon::before {
  content: "";
  width: 18px;
  height: 22px;
  background: #fff;
  clip-path: polygon(50% 0, 92% 16%, 84% 70%, 50% 100%, 16% 70%, 8% 16%);
}

.people-icon::before {
  content: "";
  width: 25px;
  height: 20px;
  background:
    radial-gradient(circle at 50% 24%, #fff 0 5px, transparent 6px),
    radial-gradient(circle at 22% 36%, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 78% 36%, #fff 0 4px, transparent 5px),
    linear-gradient(#fff, #fff) center bottom / 24px 10px no-repeat;
}

.globe-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 45%, currentColor 45% 55%, transparent 55%),
    linear-gradient(transparent 45%, currentColor 45% 55%, transparent 55%);
}

.leaf-icon::before,
.people-icon::before,
.shield-icon::before,
.globe-icon::before,
.report-icon::before {
  content: "";
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 0;
  background: currentColor;
  box-shadow: none;
  transform: none;
  -webkit-mask: var(--line-icon) center / contain no-repeat;
  mask: var(--line-icon) center / contain no-repeat;
}

.leaf-icon {
  --line-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M20.9 3.1C13.5 3.5 7.7 6.3 5.2 10.2 3.4 13 3.7 16.1 5.8 18.2L3 21l1.4 1.4 2.9-2.9c2 1.3 4.5 1.3 6.9.1 4.3-2.1 6.6-7.7 6.7-16.5Zm-8 14.7c-1.5.8-3 .8-4.3.2l5.9-5.9-1.4-1.4-5.9 5.9c-.8-1.5-.8-3.3.2-4.9 1.9-3 6.1-5.3 11.4-6.1-.4 5.9-2.4 10.3-5.9 12.2Z'/%3E%3C/svg%3E");
}

.people-icon {
  --line-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M8 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm8.5 1a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7ZM8 13c4.4 0 7 2.2 7 5.5V21H1v-2.5C1 15.2 3.6 13 8 13Zm8.5 1c3.8 0 6.5 2 6.5 5v2h-6v-2.5c0-1.8-.6-3.3-1.8-4.5.4 0 .9 0 1.3 0Z'/%3E%3C/svg%3E");
}

.shield-icon {
  --line-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2 20 5.2v6.2c0 5-3.4 9.6-8 10.9-4.6-1.3-8-5.9-8-10.9V5.2L12 2Zm0 2.2L6 6.6v4.8c0 3.8 2.5 7.3 6 8.7 3.5-1.4 6-4.9 6-8.7V6.6l-6-2.4Zm4.6 5.5-5.3 5.3-2.9-2.9 1.4-1.4 1.5 1.5 3.9-3.9 1.4 1.4Z'/%3E%3C/svg%3E");
}

.globe-icon {
  --line-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 6h-3.1a14.8 14.8 0 0 0-1.2-3.1A8.1 8.1 0 0 1 18.9 8ZM12 4.1c.8 1.1 1.4 2.4 1.8 3.9h-3.6c.4-1.5 1-2.8 1.8-3.9ZM4.3 14a8 8 0 0 1 0-4h3.5a17 17 0 0 0 0 4H4.3Zm.8 2h3.1c.3 1.1.7 2.2 1.2 3.1A8.1 8.1 0 0 1 5.1 16Zm3.1-8H5.1a8.1 8.1 0 0 1 4.3-3.1A14.8 14.8 0 0 0 8.2 8Zm3.8 11.9c-.8-1.1-1.4-2.4-1.8-3.9h3.6c-.4 1.5-1 2.8-1.8 3.9Zm2.2-5.9h-4.4a14.6 14.6 0 0 1 0-4h4.4a14.6 14.6 0 0 1 0 4Zm.4 5.1c.5-.9.9-2 1.2-3.1h3.1a8.1 8.1 0 0 1-4.3 3.1ZM16.2 14a17 17 0 0 0 0-4h3.5a8 8 0 0 1 0 4h-3.5Z'/%3E%3C/svg%3E");
}

.report-icon {
  --line-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6 2h9l5 5v15H6V2Zm8 2H8v16h10V8h-4V4Zm-3 8h5v2h-5v-2Zm0 4h5v2h-5v-2ZM8.8 12.2l1.2 1.2 2.3-2.4 1.2 1.2-3.5 3.6-2.4-2.4 1.2-1.2Z'/%3E%3C/svg%3E");
}

.hero-button {
  min-width: 270px;
  min-height: 62px;
  justify-content: space-between;
  padding-inline: 24px;
  color: #082911;
  font-size: 1.12rem;
  border-radius: 8px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  color: #103417;
  background: var(--leaf);
}

.button.secondary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 22px rgba(63, 170, 53, 0.18);
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-top: -118px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 4;
  overflow: hidden;
  background: rgba(3, 45, 22, 0.9);
  border: 2px solid rgba(94, 172, 45, 0.54);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  color: #fff;
  box-shadow: 0 26px 46px rgba(0, 0, 0, 0.28);
}

.page-hero {
  margin-top: 24px;
  margin-bottom: 36px;
  padding: 58px 42px;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(5, 48, 25, 0.95), rgba(63, 170, 53, 0.82)),
    url("assets/hero-globe-seedling.svg") right center / min(520px, 52vw) no-repeat,
    #07391c;
  border-bottom: 6px solid var(--leaf);
}

.page-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4.8vw, 4.6rem);
  line-height: 1.04;
}

.page-hero p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.72;
}

.quick-strip div {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 10px;
  min-height: 118px;
  padding: 18px 16px;
  border-right: 1px solid rgba(183, 228, 66, 0.48);
  text-align: center;
}

.quick-strip div:last-child {
  border-right: 0;
}

.quick-strip strong {
  width: 48px;
  height: 48px;
  color: var(--leaf);
  border: 2px solid var(--leaf);
  border-radius: 999px;
  font-size: 1.65rem;
}

.quick-strip span {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.22;
}

.about-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 54px;
  align-items: center;
  padding: 76px 44px;
  background:
    linear-gradient(90deg, rgba(63, 170, 53, 0.1) 0 8px, transparent 8px),
    #fffdf8;
}

.about-image {
  min-height: 340px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #eaf4ea;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.about-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.about-copy h2,
.section-heading h2,
.process-copy h2,
.contact-section h2 {
  color: #112117;
  font-size: clamp(1.75rem, 3.4vw, 3.15rem);
}

.about-copy p {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #3f4f43;
  line-height: 1.55;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 12px;
  height: 12px;
  border: 3px solid var(--green);
  border-radius: 50%;
}

.services-section {
  padding: 70px 34px 78px;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 30px;
}

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

.service-cards article {
  min-width: 0;
  padding-bottom: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(16, 42, 22, 0.08);
}

.service-thumb {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: #eef8e7;
}

.service-cards span,
.service-cards h3,
.service-cards p {
  margin-inline: 18px;
}

.service-cards span {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green);
  font-weight: 800;
}

.service-cards h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.service-cards p {
  color: var(--muted);
  line-height: 1.6;
}

.process-banner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  min-height: 390px;
  overflow: hidden;
  background: linear-gradient(105deg, #0a3a1c, #3faa35);
  color: #fff;
}

.process-copy {
  padding: 58px 46px;
}

.process-copy h2 {
  color: #fff;
}

.process-copy p {
  max-width: 560px;
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tab-button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 5px;
  color: #fff;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.tab-button.active {
  color: #103417;
  background: var(--leaf);
  border-color: var(--leaf);
}

.process-figure {
  position: relative;
  min-height: 390px;
  background: #dff0d7;
}

.process-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 42px;
  align-items: start;
  margin-top: 78px;
  margin-bottom: 38px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 8px solid var(--green);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.contact-section p {
  color: var(--muted);
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.contact-details p {
  margin: 0;
}

.contact-details strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-details a {
  color: var(--green-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #334036;
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cbd9ca;
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--green-dark);
  font-weight: 800;
}

.site-footer {
  margin-top: 50px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 82% 18%, rgba(183, 228, 66, 0.22), transparent 24%),
    linear-gradient(135deg, #062f17, #0b4824);
  border-top: 6px solid var(--green);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 30px;
  padding: 42px 34px;
}

.footer-grid h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1rem;
}

.footer-grid a,
.footer-grid p {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.footer-grid a {
  font-weight: 700;
}

.footer-grid a:hover {
  color: var(--leaf);
}

.social-title {
  margin: 22px 0 12px;
  color: #fff;
  font-size: 1.15rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 0;
}

.social-link {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #111;
  border: 0;
  border-radius: 999px;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-link:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.26);
}

.social-link.whatsapp {
  background: #25d366;
}

.social-link.facebook {
  background: #1877f2;
}

.social-link.tiktok,
.social-link.x-twitter,
.social-link.threads {
  background: #000;
}

.social-link.instagram {
  background: radial-gradient(circle at 30% 110%, #fdf497 0 18%, #fd5949 42%, #d6249f 64%, #285aeb 100%);
}

.social-link.linkedin {
  background: #0a66c2;
}

.social-link.youtube {
  background: #ff0000;
}

.social-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.social-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.social-link .social-icon::before,
.floating-action .social-icon::before,
.call-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  text-shadow: none;
  transform: none;
  -webkit-mask: var(--social-icon) center / contain no-repeat;
  mask: var(--social-icon) center / contain no-repeat;
}

.social-link .social-icon::after,
.floating-action .social-icon::after,
.social-link.whatsapp::before,
.whatsapp-float::before {
  display: none;
}

.social-link.facebook {
  --social-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M14 8.5V6.8c0-.8.5-1.1 1.2-1.1h1.9V2.2c-.9-.1-1.8-.2-2.7-.2-2.8 0-4.7 1.7-4.7 4.8v1.7H6.6v3.9h3.1V22H14v-9.6h3l.5-3.9H14Z'/%3E%3C/svg%3E");
}

.social-link.whatsapp {
  --social-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M16 3.2A12.7 12.7 0 0 0 5.2 22.6L3.7 28l5.6-1.5A12.7 12.7 0 1 0 16 3.2Zm0 2.4a10.3 10.3 0 0 1 0 20.6c-1.9 0-3.7-.5-5.3-1.5l-.4-.2-3.2.8.9-3.1-.3-.5A10.3 10.3 0 0 1 16 5.6Zm-4.6 5.1c-.2 0-.6.1-.9.5-.3.4-1.2 1.2-1.2 2.9 0 1.7 1.2 3.4 1.4 3.6.2.3 2.4 3.8 5.9 5.1 2.9 1.1 3.5.7 4.1.7.7-.1 2.1-.9 2.4-1.7.3-.8.3-1.5.2-1.7-.1-.2-.3-.3-.7-.5l-2.2-1.1c-.4-.2-.7-.2-.9.2-.3.4-.9 1.1-1.2 1.4-.2.2-.4.3-.8.1-.4-.2-1.6-.6-3-1.9-1.1-1-1.9-2.2-2.1-2.6-.2-.4 0-.6.2-.8l.5-.6c.2-.2.2-.4.4-.7.1-.3.1-.5 0-.7l-1-2c-.3-.6-.6-.6-.9-.6h-.2Z'/%3E%3C/svg%3E");
}

.social-link.instagram {
  --social-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7.5 2h9A5.5 5.5 0 0 1 22 7.5v9a5.5 5.5 0 0 1-5.5 5.5h-9A5.5 5.5 0 0 1 2 16.5v-9A5.5 5.5 0 0 1 7.5 2Zm0 2A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4h-9ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm5.3-2.2a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4Z'/%3E%3C/svg%3E");
}

.social-link.linkedin {
  --social-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M5.3 8.9H1.7V22h3.6V8.9ZM3.5 2A2.1 2.1 0 1 0 3.5 6.2 2.1 2.1 0 0 0 3.5 2Zm8 6.9H8V22h3.6v-6.7c0-1.8.3-3.5 2.5-3.5s2.2 2 2.2 3.6V22H20v-7.5c0-3.7-.8-6.5-5.1-6.5-2.1 0-3.5 1.1-4.1 2.2h-.1l-.2-1.3Z'/%3E%3C/svg%3E");
}

.social-link.youtube {
  --social-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M22 7.6s-.2-1.6-.8-2.3c-.8-.8-1.7-.8-2.1-.9C16.2 4.2 12 4.2 12 4.2s-4.2 0-7.1.2c-.4.1-1.3.1-2.1.9C2.2 6 2 7.6 2 7.6S1.8 9.5 1.8 11.4v1.8c0 1.9.2 3.8.2 3.8s.2 1.6.8 2.3c.8.8 1.9.8 2.4.9 1.7.2 6.8.2 6.8.2s4.2 0 7.1-.2c.4-.1 1.3-.1 2.1-.9.6-.7.8-2.3.8-2.3s.2-1.9.2-3.8v-1.8c0-1.9-.2-3.8-.2-3.8ZM10 15.6V8.9l6.3 3.4-6.3 3.3Z'/%3E%3C/svg%3E");
}

.social-link.tiktok,
.social-link.x-twitter,
.social-link.threads {
  --social-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm3.1 4 3.2 4.4L8 17h2.1l2.2-3.8 2.8 3.8H18l-3.7-5 3-5h-2.1l-1.9 3.2L11 7H8.1Z'/%3E%3C/svg%3E");
}

.call-icon {
  display: inline-grid;
  place-items: center;
  width: 100%;
  height: 100%;
  --social-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.6 2.8 9.8 6c.7.7.8 1.8.2 2.6l-1.3 1.7a14 14 0 0 0 5 5l1.7-1.3c.8-.6 1.9-.5 2.6.2l3.2 3.2c.8.8.8 2.1 0 2.9l-1.5 1.5c-.8.8-2 1.1-3.1.8A20.7 20.7 0 0 1 1.4 7.4c-.3-1.1 0-2.3.8-3.1l1.5-1.5c.8-.8 2.1-.8 2.9 0Z'/%3E%3C/svg%3E");
}

.social-link.whatsapp .social-icon::before,
.whatsapp-float .social-icon::before {
  width: 30px;
  height: 30px;
}

.whatsapp-float .social-icon::before {
  width: 34px;
  height: 34px;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  gap: 12px;
}

.floating-action {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 16px 32px rgba(16, 42, 22, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-action:hover {
  transform: translateX(-3px);
  box-shadow: 0 18px 34px rgba(16, 42, 22, 0.3);
}

.whatsapp-float {
  position: relative;
  background: #1fa855;
  --social-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M16 3.2A12.7 12.7 0 0 0 5.2 22.6L3.7 28l5.6-1.5A12.7 12.7 0 1 0 16 3.2Zm0 2.4a10.3 10.3 0 0 1 0 20.6c-1.9 0-3.7-.5-5.3-1.5l-.4-.2-3.2.8.9-3.1-.3-.5A10.3 10.3 0 0 1 16 5.6Zm-4.6 5.1c-.2 0-.6.1-.9.5-.3.4-1.2 1.2-1.2 2.9 0 1.7 1.2 3.4 1.4 3.6.2.3 2.4 3.8 5.9 5.1 2.9 1.1 3.5.7 4.1.7.7-.1 2.1-.9 2.4-1.7.3-.8.3-1.5.2-1.7-.1-.2-.3-.3-.7-.5l-2.2-1.1c-.4-.2-.7-.2-.9.2-.3.4-.9 1.1-1.2 1.4-.2.2-.4.3-.8.1-.4-.2-1.6-.6-3-1.9-1.1-1-1.9-2.2-2.1-2.6-.2-.4 0-.6.2-.8l.5-.6c.2-.2.2-.4.4-.7.1-.3.1-.5 0-.7l-1-2c-.3-.6-.6-.6-.9-.6h-.2Z'/%3E%3C/svg%3E");
}

.whatsapp-float .social-icon::before {
  content: "";
  width: 34px;
  height: 34px;
  background: #fff;
  -webkit-mask: var(--social-icon) center / contain no-repeat;
  mask: var(--social-icon) center / contain no-repeat;
}

.whatsapp-float:hover {
  background: #128c45;
}

.call-float {
  background: var(--green-dark);
}

.call-float:hover {
  background: var(--green-mid);
}

.call-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask: var(--social-icon) center / contain no-repeat;
  mask: var(--social-icon) center / contain no-repeat;
}

.footer-brand .brand {
  margin-bottom: 14px;
  color: #fff;
}

.footer-brand .brand-logo {
  background: #fff;
  border-radius: 50%;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 34px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.9rem;
}

.footer-bottom a {
  color: var(--leaf);
  font-weight: 800;
}

@media (max-width: 860px) {
  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .hero,
  .about-section,
  .process-banner,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 54px 30px 26px;
    max-width: none;
  }

  .hero {
    padding-bottom: 190px;
    background-size: auto, auto, auto, min(680px, 118vw), cover;
    background-position: center, center, center, center bottom, center;
  }

  .quick-strip,
  .service-cards,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .quick-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  }

  .quick-strip div:last-child {
    border-bottom: 0;
  }

  .about-section {
    padding: 44px 24px;
  }

  .services-section {
    padding-inline: 24px;
  }

  .quick-strip {
    width: 100%;
    margin: -72px auto 0;
  }
}

@media (max-width: 540px) {
  .site-header,
  .hero,
  .page-hero,
  .quick-strip,
  .about-section,
  .services-section,
  .process-banner,
  .contact-section,
  footer {
    width: 100%;
  }

  .brand span {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-copy,
  .process-copy,
  .services-section,
  .contact-section {
    padding: 28px 20px;
  }

  .hero h1 {
    font-size: 2.7rem;
  }

  .hero {
    min-height: auto;
    padding-bottom: 160px;
    background-size: auto, auto, auto, 620px, cover;
    background-position: center, center, center, 54% bottom, center;
  }

  .hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-list-icon {
    width: 40px;
    height: 40px;
  }

  .hero-button {
    width: 100%;
    min-width: 0;
  }

  .quick-strip div {
    min-height: 96px;
  }

  .about-image {
    min-height: 240px;
  }

  .tab-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-grid,
  .footer-bottom {
    padding-inline: 20px;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom a {
    display: inline-block;
    margin-top: 10px;
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }

  .floating-action {
    width: 46px;
    height: 46px;
  }
}
