@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  src: url("assets/montserrat-latin.woff2") format("woff2");
  font-display: swap;
}

:root {
  --forest: #061d12;
  --green: #24783d;
  --green-dark: #155f36;
  --leaf: #83b833;
  --bright: #2bca72;
  --ink: #36413d;
  --muted: #5c6664;
  --soft: #f6f8f8;
  --line: #e6ece8;
  --header: linear-gradient(105deg, #145467 0%, #187344 52%, #34ce70 100%);
  --metric: linear-gradient(112deg, #196b58 0%, #7eb936 100%);
  --shadow: 0 10px 30px rgba(27, 49, 38, .1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

button {
  color: inherit;
  font: inherit;
}

#inicio,
#quem-somos,
#servicos,
#parceiros,
#alcance,
#contato {
  scroll-margin-top: 74px;
}

.corp-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  height: 82px;
  background: transparent;
  color: #fff;
}

.header-shell {
  display: grid;
  grid-template-columns: 275px minmax(510px, 1fr) auto;
  grid-template-rows: 38px 44px;
  align-items: center;
  gap: 0 31px;
  width: min(1240px, calc(100% - 42px));
  height: 82px;
  margin: 0 auto;
}

.brand {
  grid-row: 1 / 3;
  display: block;
  width: 194px;
}

.brand-logo {
  position: relative;
  display: block;
  width: 188px;
  aspect-ratio: 688 / 307;
}

.brand-logo::before,
.brand-logo::after {
  content: "";
  position: absolute;
  inset: 0;
}

.brand-logo::before {
  background: url("assets/logobassoo.png") center / contain no-repeat;
  filter: brightness(0) saturate(100%) invert(33%) sepia(92%) saturate(917%) hue-rotate(115deg) brightness(91%) contrast(101%);
}

.brand-logo::after {
  background: url("assets/logobassoo.png") center / contain no-repeat;
  clip-path: inset(0 0 0 29%);
  filter: brightness(0);
}

.contact-line {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 11px;
  font-weight: 500;
}

.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.contact-item svg,
.quote-link svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.frete-check {
  border-radius: 3px;
  background: #27864b;
  padding: 4px 11px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.system-access {
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 3px;
  padding: 3px 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.system-access:hover {
  background: rgba(255, 255, 255, .14);
}

.social-links {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  gap: 11px;
}

.social-links a,
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.social-icon {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-icon.fill {
  fill: currentColor;
  stroke: none;
}

.site-nav {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 7px 0;
}

.site-nav a:first-child::after,
.site-nav a:hover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: #fff;
}

.mobile-system-link {
  display: none;
}

.quote-link {
  grid-column: 3;
  grid-row: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: stretch;
  border-radius: 4px;
  background: #2fc46e;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 600;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 675px;
  overflow: hidden;
  color: #fff;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .8s ease, transform 6s ease;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 21, 18, .73) 0%, rgba(8, 21, 18, .48) 43%, rgba(8, 21, 18, .3) 100%);
}

.hero-one {
  background-image: url("assets/hero-fleet-rain.png");
}

.hero-two {
  background-image: url("assets/hero-fleet-sunset.png");
}

.hero-three {
  background-image: url("assets/hero-volvo-night.png");
}

.hero-four {
  background-image: url("assets/hero-volvo-sunset.png");
}

.hero-five {
  background-image: url("assets/hero-silo-dawn.png");
}

.hero-six {
  background-image: url("assets/hero-route-bluehour.png");
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 42px));
  margin: 0 auto;
  padding-top: 267px;
}

.hero-eyebrow {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 500;
}

.hero h1 {
  max-width: 465px;
  margin: 0 0 29px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.22;
}

.outline-button {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 41px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 4px;
  background: transparent;
  padding: 0 21px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.outline-button svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(640px, calc(100% - 42px));
  margin: -61px auto 64px;
}

.metrics article {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 113px;
  border-radius: 8px;
  background: var(--metric);
  box-shadow: 0 7px 17px rgba(22, 78, 52, .15);
  color: #fff;
  padding: 15px 10px 19px;
  text-align: center;
}

.metrics article::before,
.metrics article::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
}

.metrics article::before {
  background: rgba(255, 255, 255, .16);
}

.metrics article::after {
  background: linear-gradient(90deg, #b9ee62 0%, #67d14c 52%, #08784e 100%);
  transform: scaleX(0);
  transform-origin: left center;
  animation: metric-progress 5.6s linear infinite;
}

.metrics strong {
  display: block;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
}

.metrics .metric-title {
  margin-top: 7px;
  font-size: 23px;
}

.metrics span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

@keyframes metric-progress {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

.page-section,
.section-inner {
  width: min(1080px, calc(100% - 42px));
  margin: 0 auto;
}

.page-section {
  padding: 0 0 70px;
}

.heading {
  max-width: 1030px;
  margin: 0 auto 42px;
  text-align: center;
}

.heading h2,
.section-inner > h2,
.clients h2 {
  margin: 0 0 21px;
  color: var(--green);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.heading p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.about-grid {
  display: grid;
  grid-template-columns: 430px 1fr;
  align-items: start;
  gap: 62px;
  margin-bottom: 51px;
}

.about-carousel {
  position: relative;
  width: 100%;
  height: 365px;
  overflow: hidden;
  border-radius: 11px;
  box-shadow: var(--shadow);
}

.about-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.about-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .78s ease;
}

.about-slide.is-active {
  z-index: 1;
  opacity: 1;
}

.about-slide img {
  width: 100%;
  height: 365px;
  object-fit: cover;
  object-position: center;
  transition: transform 5.2s ease;
}

.about-slide:first-child img {
  object-position: center 56%;
}

.about-slide.is-active img {
  transform: scale(1.035);
}

.about-dots {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.about-dots button {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  background: rgba(255, 255, 255, .46);
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.about-dots button.is-active {
  background: #fff;
  transform: scale(1.16);
}

.about-copy p,
.partners-grid p {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
  text-align: justify;
}

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

.principles article {
  min-height: 254px;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 24px 24px 19px;
  text-align: center;
  transition: transform .3s cubic-bezier(.2, .7, .25, 1), box-shadow .3s ease;
}

.principle-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  margin: 0 auto 13px;
  border-radius: 50%;
  background: #e8f2dc;
  color: var(--green);
  transition: transform .3s ease, background-color .3s ease;
}

.principle-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.principles h3,
.partners-grid h3,
.reach-copy h3 {
  margin: 0 0 11px;
  color: var(--green);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}

.principles p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.page-band {
  background: var(--soft);
  padding: 60px 0 68px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 34px;
}

.service-card {
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .3s cubic-bezier(.2, .7, .25, 1), box-shadow .3s ease;
}

.service-card img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  transition: transform .45s ease;
}

.service-card .service-grain-image {
  object-position: center 45%;
}

.service-card .service-chemical-image {
  object-position: center center;
}

.service-card > div {
  padding: 26px 32px 27px;
  text-align: center;
}

.service-card h3 {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.32;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
}

.motion-ready .reveal-block {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .62s ease, transform .62s cubic-bezier(.2, .7, .25, 1);
}

.motion-ready .reveal-block.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .principles.reveal-block.is-visible article,
.motion-ready .service-grid.reveal-block.is-visible .service-card {
  animation: card-enter .58s cubic-bezier(.2, .7, .25, 1) backwards;
}

.motion-ready .principles.reveal-block.is-visible article:nth-child(2),
.motion-ready .service-grid.reveal-block.is-visible .service-card:nth-child(2) {
  animation-delay: .1s;
}

.motion-ready .principles.reveal-block.is-visible article:nth-child(3) {
  animation-delay: .2s;
}

@keyframes card-enter {
  from {
    opacity: 0;
    transform: translateY(19px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) {
  .principles article:hover,
  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 38px rgba(22, 78, 52, .2);
  }

  .principles article:hover .principle-icon {
    background: #dcedca;
    transform: translateY(-2px) scale(1.07);
  }

  .service-card:hover img {
    transform: scale(1.045);
  }
}

.partners {
  padding-top: 63px;
}

.heading.compact {
  margin-bottom: 37px;
}

.heading.compact h2 {
  margin-bottom: 12px;
}

.partners-grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  align-items: center;
  gap: 60px;
  margin-bottom: 58px;
}

.partners-grid > .partners-copy {
  min-width: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(27, 49, 38, .12);
  padding: 34px 38px 27px;
}

.partners-grid h3 {
  font-size: 21px;
  margin-bottom: 17px;
  overflow-wrap: anywhere;
}

.partners-carousel {
  position: relative;
  width: 100%;
  height: 330px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.partner-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.partner-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .78s ease;
}

.partner-slide.is-active {
  z-index: 1;
  opacity: 1;
}

.partner-slide img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform .42s ease;
}

.partner-slide:first-child img {
  object-position: center center;
}

.partners-carousel:hover .partner-slide.is-active img {
  transform: scale(1.055);
}

.partner-dots {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.partner-dots button {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  background: rgba(255, 255, 255, .46);
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.partner-dots button.is-active {
  background: #fff;
  transform: scale(1.16);
}

.motion-ready .partners-grid.reveal-block {
  opacity: 1;
  transform: none;
  transition: none;
}

.motion-ready .partners-grid.reveal-block > .partners-copy,
.motion-ready .partners-grid.reveal-block > .partners-carousel {
  opacity: 0;
}

.motion-ready .partners-grid.reveal-block.is-visible > .partners-copy {
  animation: partner-copy-in .9s cubic-bezier(.2, .72, .25, 1) forwards;
}

.motion-ready .partners-grid.reveal-block.is-visible > .partners-carousel {
  animation: partner-image-in .9s cubic-bezier(.2, .72, .25, 1) forwards;
}

@keyframes partner-copy-in {
  from {
    opacity: 0;
    transform: translateX(-82px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes partner-image-in {
  from {
    opacity: 0;
    transform: translateX(82px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.clients-kicker {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}

.clients h2 {
  margin-bottom: 24px;
  font-size: 33px;
}

.client-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  min-height: 192px;
  margin-bottom: 20px;
  color: #798380;
}

.client-selector {
  --client-lens-x: 0px;
  --client-lens-width: 100px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding: 11px 6px 12px;
  color: #a7afac;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.client-selector::-webkit-scrollbar {
  display: none;
}

.client-lens {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  width: var(--client-lens-width);
  height: calc(100% - 4px);
  border: 1px solid rgba(37, 121, 70, .28);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(228, 243, 220, .62), rgba(255, 255, 255, .12));
  box-shadow: 0 3px 12px rgba(18, 94, 51, .1);
  transform: translateX(var(--client-lens-x));
  transition: transform .62s ease, width .62s ease;
  pointer-events: none;
}

.client-selector.is-resetting .client-lens {
  transition: none;
}

.client-lens::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 7px;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: rgba(37, 121, 70, .36);
  transform: rotate(45deg);
}

.client-option {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 132px;
  min-width: 132px;
  min-height: 66px;
  border: 0;
  background: transparent;
  padding: 9px 8px;
  color: inherit;
  cursor: pointer;
  overflow: visible;
  scroll-snap-align: center;
  transition: color .3s ease, opacity .3s ease;
}

.client-option.is-active {
  color: var(--green);
}

.client-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: visible;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.client-logo.fs {
  font-weight: 800;
}

.client-logo.fs {
  font-size: 28px;
}

.client-logo.tres {
  font-size: 21px;
  font-weight: 600;
  text-transform: lowercase;
}

.client-logo.beatrice {
  letter-spacing: 1.7px;
}

.client-logo.amag {
  font-size: 20px;
  font-weight: 800;
}

.client-wordmark {
  display: block;
  max-width: 126px;
  color: #9ba3a1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  white-space: normal;
}

.client-option.is-active .client-wordmark {
  color: var(--green);
}

.client-option.is-active .tone-red .client-wordmark {
  color: #be312d;
}

.client-option.is-active .tone-orange .client-wordmark {
  color: #e18d22;
}

.client-option.is-active .tone-navy .client-wordmark {
  color: #223f79;
}

.client-option.is-active .tone-teal .client-wordmark {
  color: #077c82;
}

.client-option.is-active .tone-lime .client-wordmark {
  color: #8dbf27;
}

.client-option.is-active .tone-gold .client-wordmark {
  color: #b78822;
}

.client-brand-image {
  display: block;
  width: 100%;
  max-width: 118px;
  height: 42px;
  object-fit: contain;
}

.client-option:not(.is-active) .client-brand-image {
  filter: grayscale(1) contrast(1.08);
  opacity: .68;
}

.client-option .client-logo.fs .client-brand-image {
  height: 52px;
}

.client-option .client-logo.tres .client-brand-image {
  height: 46px;
}

.client-option .client-logo.viterra .client-brand-image {
  max-width: 124px;
  height: 36px;
}

.client-feature-logo {
  color: var(--green);
  opacity: 1;
  transform: scale(1);
  animation: client-feature-enter .48s ease;
}

.client-feature-logo .client-wordmark {
  max-width: min(640px, 84vw);
  color: var(--green);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.04;
}

.client-feature-logo.tone-red .client-wordmark {
  color: #be312d;
}

.client-feature-logo.tone-orange .client-wordmark {
  color: #e18d22;
}

.client-feature-logo.tone-navy .client-wordmark {
  color: #223f79;
}

.client-feature-logo.tone-teal .client-wordmark {
  color: #077c82;
}

.client-feature-logo.tone-lime .client-wordmark {
  color: #8dbf27;
}

.client-feature-logo.tone-gold .client-wordmark {
  color: #b78822;
}

.client-feature-logo .client-brand-image {
  width: min(450px, 80vw);
  max-width: min(450px, 80vw);
  height: 126px;
}

.client-feature-logo.fs .client-brand-image {
  height: 128px;
}

.client-feature-logo.tres .client-brand-image {
  height: 116px;
}

.client-feature-logo.amag .client-brand-image,
.client-feature-logo.viterra .client-brand-image {
  height: 92px;
}

.client-feature-logo.beatrice {
  letter-spacing: 9px;
}

.client-feature-logo.beatrice .client-wordmark {
  font-size: clamp(29px, 4vw, 50px);
  letter-spacing: .22em;
}

.clients-count {
  margin: 17px 0 0;
  color: #8b9693;
  font-size: 13px;
  text-align: center;
}

@keyframes client-feature-enter {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.reach {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  padding: 70px 0 58px;
}

.reach::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -68px;
  right: -166px;
  width: 264px;
  height: 690px;
  border-radius: 100% 0 0 100%;
  background: linear-gradient(180deg, #176537, #70aa3e);
}

.reach .section-inner {
  width: min(1240px, calc(100% - 42px));
}

.reach-grid {
  display: grid;
  grid-template-columns: minmax(360px, 455px) minmax(500px, 1fr);
  align-items: center;
  gap: 34px;
}

.reach-intro {
  padding: 6px 0 0 4px;
}

.reach-heading {
  border-left: 3px solid #25332c;
  padding: 3px 0 5px 14px;
}

.reach-heading h2 {
  margin: 0 0 14px;
  color: #4b9d43;
  font-size: clamp(25px, 2.25vw, 32px);
  font-weight: 780;
  letter-spacing: -.045em;
  line-height: 1.08;
  text-align: left;
  text-transform: uppercase;
}

.reach-heading p {
  margin: 0;
  color: #131817;
  font-size: clamp(23px, 2.15vw, 30px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.24;
}

.coverage-list {
  display: grid;
  gap: 6px;
  margin: 30px 0 0 2px;
}

.coverage-location {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  border: 0;
  background: transparent;
  padding: 2px 5px 2px 0;
  color: #242a28;
  font-size: clamp(16px, 1.45vw, 19px);
  letter-spacing: -.025em;
  line-height: 1.55;
  text-align: left;
  cursor: pointer;
  transition: color .18s ease, transform .18s ease;
}

.coverage-location:hover,
.coverage-location:focus-visible,
.coverage-location.is-selected {
  color: var(--green-dark);
}

.coverage-location:hover,
.coverage-location:focus-visible {
  transform: translateX(3px);
}

.coverage-location:focus-visible {
  outline: 2px solid rgba(36, 120, 61, .2);
  outline-offset: 2px;
}

.coverage-location strong {
  font-weight: 750;
}

.coverage-pin {
  position: relative;
  display: block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  border: 3px solid #62a54a;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.coverage-pin::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #62a54a;
}

.reach-map {
  position: relative;
  justify-self: end;
  width: min(100%, 680px);
  height: auto;
  aspect-ratio: 220 / 194;
}

.motion-ready .reach.map-in-view .map-tag:hover,
.motion-ready .reach.map-in-view .map-tag:focus-visible {
  animation-play-state: paused;
}

.reach-map-base {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) brightness(1.22) contrast(.75);
  opacity: .84;
}

.motion-ready .reach-map-base {
  opacity: 0;
  transform: translateY(22px) scale(.96);
}

.motion-ready .reach.map-active .reach-map-base {
  animation: map-arrive .8s cubic-bezier(.2, .72, .25, 1) forwards;
}

.map-tag {
  --marker-delay: 0s;
  position: absolute;
  display: block;
  width: 24px;
  height: 38px;
  margin: -19px 0 0 -12px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  filter: drop-shadow(0 2px 2px rgba(21, 68, 35, .28));
}

.motion-ready .reach.map-in-view .map-tag {
  transform-origin: center bottom;
  animation: marker-hop 1.55s calc(1s + var(--marker-delay)) ease-in-out infinite;
}

.map-mark {
  display: block;
  width: 24px;
  height: 38px;
  background: url("assets/logobassoo.png") left center / auto 100% no-repeat;
  filter: brightness(0) saturate(100%) invert(33%) sepia(92%) saturate(917%) hue-rotate(115deg) brightness(91%) contrast(101%);
  transition: transform .2s ease, filter .2s ease;
}

.map-tag:hover .map-mark,
.map-tag:focus-visible .map-mark,
.map-tag.is-selected .map-mark {
  transform: scale(1.17);
  filter: brightness(0) saturate(100%) invert(23%) sepia(68%) saturate(1357%) hue-rotate(112deg) brightness(92%) contrast(101%);
}

.map-tag:hover,
.map-tag:focus-visible,
.map-tag.is-selected {
  z-index: 2;
}

.map-tag:focus-visible {
  outline: none;
}

.map-tag-label {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  border-radius: 14px;
  background: var(--forest);
  color: #fff;
  padding: 4px 7px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity .18s ease, transform .18s ease;
}

.map-tag:hover .map-tag-label,
.map-tag:focus-visible .map-tag-label {
  opacity: 1;
  transform: translate(-50%, 0);
}

.tag-mt {
  --marker-delay: 0s;
  top: 47.5%;
  left: 43%;
}

.tag-ms {
  --marker-delay: .14s;
  top: 61%;
  left: 42%;
}

.tag-go {
  --marker-delay: .2s;
  top: 50%;
  left: 55.5%;
}

.tag-mg {
  --marker-delay: .26s;
  top: 60%;
  left: 63%;
}

.tag-pa {
  --marker-delay: .39s;
  top: 24%;
  left: 45.5%;
}

.tag-ma {
  --marker-delay: .44s;
  top: 28%;
  left: 66.5%;
}

.tag-pi {
  --marker-delay: .51s;
  top: 35%;
  left: 67.5%;
}

.tag-to {
  --marker-delay: .63s;
  top: 40%;
  left: 57%;
}

.tag-ba {
  --marker-delay: .69s;
  top: 48%;
  left: 70.5%;
}

.tag-sp {
  --marker-delay: .73s;
  top: 68%;
  left: 60%;
}

.tag-pr {
  --marker-delay: .75s;
  top: 73%;
  left: 54%;
}

.tag-sc {
  --marker-delay: .87s;
  top: 80%;
  left: 54.5%;
}

.coverage-tag .map-mark {
  opacity: .8;
}

.coverage-tag.is-selected .map-mark,
.coverage-tag:hover .map-mark,
.coverage-tag:focus-visible .map-mark {
  opacity: 1;
}

@keyframes map-arrive {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes marker-hop {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  34% {
    transform: translateY(-13px) scale(1.08);
  }

  49% {
    transform: translateY(0) scale(1);
  }

  62% {
    transform: translateY(-4px) scale(1.02);
  }
}

.branch-panel {
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 24px 25px 22px;
}

.branch-modal {
  position: fixed;
  inset: 0;
  z-index: 105;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.branch-modal[hidden] {
  display: none;
}

.branch-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.branch-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 28, 17, .62);
}

.branch-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(88vh, 760px);
  overflow-y: auto;
  padding: 29px 30px 25px;
  transform: translateY(16px) scale(.985);
  transition: transform .22s ease;
}

.branch-modal.is-open .branch-dialog {
  transform: translateY(0) scale(1);
}

.branch-dialog-close {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #edf3ed;
  color: var(--forest);
  cursor: pointer;
}

.branch-dialog-close:hover,
.branch-dialog-close:focus-visible {
  background: #dfebdc;
}

.branch-dialog-close svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.branch-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.branch-kicker {
  margin-bottom: 5px !important;
  color: var(--green) !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.branch-panel h3 {
  margin: 0;
  color: var(--forest);
  font-size: 23px;
}

.branch-badge {
  border-radius: 20px;
  background: #e8f2dc;
  color: var(--green);
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.branch-summary {
  margin-bottom: 18px !important;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.branch-list-title {
  margin: 0 0 8px !important;
  color: #668072 !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.branch-units {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.branch-shortcuts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin-bottom: 18px;
}

.branch-shortcuts.has-many {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.branch-shortcut {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  border: 1px solid #d5e4d3;
  border-radius: 18px;
  background: #fff;
  color: var(--forest);
  padding: 6px 9px 6px 7px;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.branch-shortcut::before {
  content: "";
  width: 11px;
  height: 17px;
  background: url("assets/logobassoo.png") left center / auto 100% no-repeat;
  filter: brightness(0) saturate(100%) invert(33%) sepia(92%) saturate(917%) hue-rotate(115deg) brightness(91%) contrast(101%);
}

.branch-shortcut.is-selected {
  border-color: var(--green);
  background: #e8f2dc;
  color: var(--green);
}

.branch-unit {
  display: grid;
  gap: 3px;
  border-radius: 8px;
  background: #f4f8f1;
  padding: 10px 12px;
}

.branch-unit span,
.branch-contact span {
  color: #668072;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.branch-unit strong,
.branch-contact strong {
  color: var(--forest);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.branch-unit small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.branch-unit-links {
  display: grid;
  gap: 3px;
  margin-top: 4px;
}

.branch-unit-links a,
.branch-unit-links em {
  color: var(--green);
  font-size: 12px;
  font-style: normal;
  line-height: 1.42;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.branch-unit-links a:hover {
  text-decoration: underline;
}

.branch-unit.is-pending {
  border: 1px dashed #d5e4d3;
  background: #fff;
}

.branch-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 8px;
  background: #f4f8f1;
  margin-bottom: 18px;
  padding: 10px 12px;
}

.branch-actions {
  display: flex;
  gap: 10px;
}

.branch-actions [hidden] {
  display: none;
}

.branch-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 7px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

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

.branch-email {
  border: 1px solid #d5e4d3;
  color: var(--green);
}

.site-footer {
  background: var(--forest);
  color: #e5ede8;
  padding: 53px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.04fr 1.08fr .9fr 1.38fr;
  gap: 45px;
  width: min(1120px, calc(100% - 42px));
  margin: 0 auto;
  padding-bottom: 42px;
}

.site-footer h2 {
  margin: 0 0 17px;
  color: #f4f6f4;
  font-size: 17px;
  font-weight: 600;
}

.site-footer p {
  margin: 0 0 13px;
  color: #b7c2bb;
  font-size: 13px;
  line-height: 1.75;
}

.footer-social {
  display: flex;
  gap: 17px;
  color: #dce5df;
  margin-top: 16px;
}

.footer-social .social-icon {
  width: 15px;
  height: 15px;
}

.location-map-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.location-map {
  display: block;
  width: 100%;
  height: 150px;
  border: 0;
  background: #dbe3da;
  pointer-events: none;
}

.location-map-action {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 999px;
  background: var(--green);
  padding: 7px 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(15, 91, 53, .25);
  transition: background .2s ease;
}

.location-map-link:hover .location-map-action,
.location-map-link:focus-visible .location-map-action {
  background: #165d36;
}

.copyright {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 42px));
  margin: 0 auto;
  border-top: 1px solid rgba(211, 225, 217, .17);
  padding: 17px 0 18px;
  color: #aebbb4;
  font-size: 11px;
}

.floating-whatsapp {
  position: fixed;
  right: 25px;
  bottom: 23px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #22c063;
  box-shadow: 0 7px 18px rgba(18, 107, 58, .34);
  color: #fff;
}

.floating-whatsapp svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

body.modal-open {
  overflow: hidden;
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.quote-modal[hidden] {
  display: none;
}

.quote-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.quote-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 10, .68);
}

.quote-dialog {
  position: relative;
  min-width: 0;
  width: min(448px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 56px rgba(0, 0, 0, .26);
  padding: 27px 32px 32px;
  transform: translateY(15px) scale(.985);
  transition: transform .22s cubic-bezier(.2, .72, .25, 1);
}

.quote-modal.is-open .quote-dialog {
  transform: translateY(0) scale(1);
}

.quote-dialog-close {
  position: absolute;
  top: 15px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 0;
  background: transparent;
  color: #526070;
  cursor: pointer;
}

.quote-dialog-close svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.quote-dialog h2 {
  margin: 0 34px 19px;
  color: var(--green);
  font-size: 30px;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
}

.quote-form {
  display: grid;
  min-width: 0;
  gap: 14px;
}

.quote-form label {
  display: grid;
  min-width: 0;
  gap: 5px;
  color: #465468;
  font-size: 14px;
  font-weight: 500;
}

.quote-form input,
.quote-form textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid #ccd5e0;
  border-radius: 6px;
  background: #fff;
  padding: 0 12px;
  color: #344256;
  font: inherit;
  font-size: 16px;
  font-weight: 400;
}

.quote-form input {
  height: 43px;
}

.quote-form textarea {
  height: 114px;
  padding-top: 10px;
  resize: vertical;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #9ca8ba;
}

.quote-form input:focus,
.quote-form textarea:focus {
  outline: 2px solid rgba(36, 120, 61, .18);
  border-color: var(--green);
}

.quote-submit {
  min-height: 48px;
  margin-top: 8px;
  border: 0;
  border-radius: 6px;
  background: #27783c;
  color: #fff;
  font-size: 16px;
  font-weight: 650;
  cursor: pointer;
}

.quote-submit:hover {
  background: #206b35;
}

@media (min-width: 901px) and (max-width: 1140px) {
  .header-shell {
    grid-template-columns: 205px minmax(470px, 1fr) auto;
    gap: 0 18px;
  }

  .brand-logo {
    width: 170px;
  }

  .contact-line {
    gap: 12px;
    font-size: 10px;
  }

  .site-nav {
    gap: 20px;
    font-size: 11px;
  }

  .quote-link {
    padding: 0 12px;
  }

  .reach-grid {
    grid-template-columns: minmax(314px, .86fr) minmax(450px, 1.14fr);
    gap: 24px;
  }

  .reach-map {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .corp-header,
  .header-shell {
    height: 66px;
  }

  .header-shell {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 32px);
  }

  .brand {
    width: 150px;
  }

  .brand-logo {
    width: 146px;
  }

  .contact-line,
  .quote-link {
    display: none;
  }

  .social-links {
    display: none;
  }

  .menu-toggle {
    display: grid;
    gap: 5px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    padding: 10px 7px;
  }

  .menu-toggle span {
    display: block;
    height: 2px;
    background: #fff;
  }

  .site-nav {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    background: rgba(9, 55, 35, .97);
    padding: 9px 0;
  }

  .corp-header.menu-open .site-nav {
    display: flex;
  }

  .site-nav a {
    width: calc(100% - 38px);
    padding: 11px 0;
  }

  .mobile-system-link {
    display: block;
    margin: 7px auto 5px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 4px;
    padding: 10px 13px !important;
    text-align: center;
  }

  .site-nav a::after {
    display: none;
  }

  .hero {
    min-height: 536px;
  }

  .hero-content {
    padding-top: 190px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .metrics {
    gap: 9px;
    margin-top: -48px;
    margin-bottom: 49px;
  }

  .metrics article {
    min-height: 94px;
    padding: 12px 5px 16px;
  }

  .metrics strong {
    font-size: 23px;
  }

  .metrics .metric-title {
    margin-top: 4px;
    font-size: 18px;
  }

  .metrics span {
    font-size: 9px;
  }

  .heading h2,
  .section-inner > h2,
  .clients h2 {
    font-size: 25px;
  }

  .about-grid,
  .principles,
  .service-grid,
  .partners-grid,
  .reach-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .about-grid {
    gap: 27px;
  }

  .about-carousel,
  .about-slide img {
    height: 272px;
  }

  .principles {
    gap: 17px;
  }

  .principles article {
    min-height: unset;
  }

  .page-band {
    padding: 49px 0 54px;
  }

  .reach::after {
    display: none;
  }

  .reach-intro {
    padding: 0;
  }

  .reach-heading h2 {
    font-size: clamp(25px, 6.8vw, 32px);
  }

  .reach-heading p {
    font-size: clamp(22px, 6.5vw, 30px);
  }

  .coverage-location {
    font-size: 17px;
  }

  .partners-grid {
    gap: 28px;
    margin-bottom: 46px;
  }

  .partners-carousel {
    order: -1;
  }

  .client-feature {
    min-height: 152px;
    margin-bottom: 18px;
  }

  .client-feature-logo {
    font-size: 38px;
  }

  .client-feature-logo.fs {
    font-size: 62px;
  }

  .client-feature-logo.tres,
  .client-feature-logo.amag {
    font-size: 45px;
  }

  .client-feature-logo.beatrice {
    font-size: 33px;
    letter-spacing: 5px;
  }

  .client-feature-logo .client-wordmark {
    font-size: clamp(28px, 8vw, 40px);
  }

  .client-feature-logo.beatrice .client-wordmark {
    font-size: clamp(23px, 6vw, 31px);
    letter-spacing: .16em;
  }

  .client-feature-logo .client-brand-image {
    height: 92px;
    max-width: 76vw;
  }

  .client-feature-logo.fs .client-brand-image {
    height: 96px;
  }

  .client-feature-logo.tres .client-brand-image {
    height: 90px;
  }

  .client-feature-logo.amag .client-brand-image,
  .client-feature-logo.viterra .client-brand-image {
    height: 68px;
  }

  .client-selector {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    scrollbar-width: none;
  }

  .client-selector::-webkit-scrollbar {
    display: none;
  }

  .client-option {
    flex: 0 0 114px;
    min-width: 114px;
  }

  .reach-grid {
    gap: 32px;
  }

  .reach-map {
    width: min(100%, 620px);
    height: auto;
    aspect-ratio: 220 / 194;
    margin: 0 auto;
  }

  .reach-map-base {
    width: 100%;
    height: 100%;
  }

  .branch-actions {
    flex-wrap: wrap;
  }

  .branch-dialog {
    max-height: calc(100vh - 32px);
    padding: 27px 19px 20px;
  }

  .branch-shortcuts.has-many {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 29px;
  }

  .copyright {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .page-section,
  .section-inner,
  .heading,
  .hero-content {
    width: calc(100% - 32px);
  }

  .metrics {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    margin-top: -34px;
  }

  .metrics article {
    min-height: 79px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .outline-button {
    min-height: 40px;
  }

  .coverage-list {
    gap: 4px;
    margin-top: 24px;
  }

  .coverage-location {
    font-size: 15px;
  }

  .branch-modal {
    padding: 12px;
  }

  .quote-dialog {
    padding: 24px 19px 20px;
  }

  .quote-dialog h2 {
    margin-bottom: 18px;
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-lens {
    transition: none;
  }

  .client-feature-logo {
    animation: none;
  }

  .branch-modal,
  .branch-dialog {
    transition: none;
  }

  .motion-ready .reveal-block,
  .motion-ready .reach-map-base,
  .motion-ready .map-tag {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .motion-ready .partners-grid.reveal-block > .partners-copy,
  .motion-ready .partners-grid.reveal-block > .partners-carousel {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .partner-slide {
    transition: none;
  }

  .partners-carousel:hover .partner-slide.is-active img {
    transform: none;
  }

  .about-slide,
  .about-slide img {
    transition: none;
  }

  .about-slide.is-active img {
    transform: none;
  }

  .map-mark,
  .map-tag-label {
    transition: none;
  }

  .quote-modal,
  .quote-dialog {
    transition: none;
  }

  .motion-ready .reach.map-in-view .reach-map,
  .motion-ready .principles.reveal-block.is-visible article,
  .motion-ready .service-grid.reveal-block.is-visible .service-card {
    animation: none;
  }
}
