:root {
  --green: #75a83c;
  --green-dark: #3f7926;
  --ink: #050505;
  --paper: #ffffff;
  --muted: #f4f6f1;
  --line: #d8dfd0;
  --shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

@font-face {
  font-family: "Canva Sans Local";
  src: url("assets/5b604a027f20e957.woff") format("woff");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Canva Sans Local", Arial, Helvetica, sans-serif;
  background: var(--paper);
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 126px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 54px);
  background: linear-gradient(180deg, #c7d1bf 0%, var(--green) 100%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: max-content;
}

.brand-text {
  display: grid;
  line-height: .84;
}

.brand-text strong {
  color: var(--green-dark);
  font-size: clamp(48px, 7vw, 86px);
  letter-spacing: 0;
}

.brand-text span {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
}

.brand-shield {
  width: clamp(72px, 10vw, 118px);
  height: auto;
}

.area {
  justify-self: end;
  color: #fff;
  font-size: clamp(26px, 3.4vw, 44px);
  font-style: italic;
  white-space: nowrap;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}

.hero {
  min-height: 426px;
  display: grid;
  place-items: center;
  padding: 72px 22px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)),
    url("assets/ad9ec051c0f0c5b0.jpg") center / cover;
}

.hero-content {
  width: min(940px, 100%);
}

.kicker,
.subtitle {
  font-size: clamp(19px, 2.1vw, 26px);
  font-style: italic;
}

.hero h1 {
  margin: 24px 0 20px;
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 8vw, 150px);
  flex-wrap: wrap;
  margin-top: 42px;
}

.btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn-green {
  background: var(--green);
  color: #fff;
}

.btn-outline {
  min-width: 330px;
  border: 6px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, .15);
}

.btn-black {
  min-width: 240px;
  color: #fff;
  background: #000;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(22px, 6vw, 72px);
  background: var(--green);
}

.cta-band div {
  display: grid;
  gap: 6px;
  font-size: clamp(22px, 2.4vw, 31px);
  font-weight: 900;
}

.cta-band span,
.cta-band strong {
  font-style: italic;
}

.intro,
.quote {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: center;
  padding: clamp(58px, 8vw, 110px) clamp(22px, 7vw, 92px);
}

.intro-copy,
.quote-copy {
  max-width: 780px;
}

.section-eyebrow {
  margin: 0 0 6px;
  font-size: clamp(20px, 2.2vw, 28px);
  font-style: italic;
}

.intro h2,
.services h2,
.quote h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1;
  text-transform: uppercase;
}

.intro p,
.quote p,
.detail-body p {
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.38;
}

.intro-mark,
.footer-brand {
  display: grid;
  justify-items: center;
  gap: 0;
  text-align: center;
  font-weight: 900;
}

.intro-mark img {
  width: min(230px, 52vw);
}

.intro-mark span,
.footer-brand span {
  color: var(--green-dark);
  font-size: clamp(48px, 8vw, 94px);
  line-height: .9;
}

.intro-mark small,
.footer-brand small {
  font-size: clamp(20px, 3vw, 36px);
}

.services {
  padding: clamp(58px, 8vw, 100px) clamp(22px, 7vw, 92px);
  background: var(--muted);
}

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

.section-heading p {
  margin: 0 0 8px;
  color: var(--green-dark);
  font-size: clamp(20px, 2.4vw, 32px);
  font-style: italic;
}

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

.service {
  display: grid;
  align-content: start;
  min-height: 280px;
  padding: 32px;
  border-top: 12px solid var(--green);
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .08);
}

.service h3 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 44px);
}

.service p {
  margin: 0 0 28px;
  font-size: 22px;
  line-height: 1.35;
}

.service a {
  width: max-content;
  margin-top: auto;
  color: var(--green-dark);
  font-size: 22px;
  font-weight: 900;
  text-transform: lowercase;
}

.detail {
  position: relative;
  background: #fff;
}

.back-link {
  position: absolute;
  top: 38px;
  left: 36px;
  z-index: 2;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .2);
  font-size: 70px;
  line-height: .6;
  font-weight: 800;
}

.detail-hero {
  min-height: 250px;
  display: grid;
  place-items: center;
  padding: 46px 110px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)),
    url("assets/ad9ec051c0f0c5b0.jpg") center / cover;
}

.detail-hero.alt,
.detail-hero.rat {
  background:
    linear-gradient(rgba(0, 0, 0, .52), rgba(0, 0, 0, .52)),
    url("assets/26e5c5bcbd4ce5be.jpg") center / cover;
}

.detail-hero h2 {
  margin: 0;
  font-size: clamp(52px, 8vw, 106px);
  line-height: 1;
  text-transform: uppercase;
}

.compact {
  padding-block: 16px;
}

.compact div {
  font-size: clamp(19px, 2vw, 25px);
}

.detail-body {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
  gap: clamp(24px, 5vw, 74px);
  align-items: center;
  padding: clamp(42px, 6vw, 70px) clamp(22px, 7vw, 92px);
}

.detail-body h3 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 42px);
  text-transform: uppercase;
}

.detail-body img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: 44% 56% 45% 55% / 32% 42% 58% 68%;
  filter: saturate(.92) contrast(.96);
}

.quote {
  background: linear-gradient(180deg, #fff 0%, #eef4e7 100%);
}

.contact-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 800;
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 2px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 7px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 2px solid var(--line);
  border-radius: 0;
  padding: 14px 15px;
  font: inherit;
  font-size: 18px;
  background: #fff;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(117, 168, 60, .35);
  border-color: var(--green);
}

.quote-form .btn {
  width: 100%;
  margin-top: 6px;
}

.footer {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 36px 20px 46px;
  text-align: center;
  background: #fff;
}

.footer-brand img {
  width: 88px;
}

.footer-brand span {
  font-size: 46px;
}

.footer-brand small {
  font-size: 18px;
}

.footer p {
  margin: 0;
  font-size: 17px;
}

.footer-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
  color: #555;
  font-size: 14px;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
  font-weight: 900;
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  fill: currentColor;
}

@media (max-width: 920px) {
  .topbar {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 0;
    text-align: center;
  }

  .area {
    justify-self: center;
  }

  .intro,
  .quote,
  .detail-body {
    grid-template-columns: 1fr;
  }

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

  .detail-body img {
    max-height: 420px;
  }
}

@media (max-width: 620px) {
  .brand {
    gap: 10px;
  }

  .hero {
    min-height: 540px;
  }

  .hero-actions,
  .cta-band {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .btn,
  .btn-outline,
  .btn-black {
    width: 100%;
    min-width: 0;
  }

  .detail-hero {
    min-height: 230px;
    padding-inline: 22px;
  }

  .detail-hero h2 {
    max-width: 100%;
    font-size: clamp(38px, 12vw, 52px);
    overflow-wrap: anywhere;
  }

  .back-link {
    left: 18px;
    width: 52px;
    height: 52px;
    font-size: 52px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 56px;
    padding-right: 18px;
  }
}
