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

:root {
  --forest: #0b3d2b;
  --forest-deep: #07291e;
  --green: #14734e;
  --green-bright: #27a266;
  --lime: #9ac53d;
  --graphite: #17201c;
  --ink: #18211d;
  --muted: #607068;
  --paper: #ffffff;
  --mist: #f3f6f4;
  --line: #d8e1dc;
  --shadow: 0 18px 50px rgba(5, 31, 22, 0.14);
  --shell: min(1180px, calc(100% - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 128px;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--forest-deep);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: 100px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 38px;
  height: 3px;
  background: var(--lime);
  content: "";
}

.eyebrow.light {
  color: #dbe9e1;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading h2 {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.section-heading > p:last-child {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: 72px;
  max-width: none;
  align-items: end;
}

.section-heading.split > p:last-child {
  margin: 0;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 12px 20px;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.button svg,
.text-link svg,
.header-quote svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button:hover,
.header-quote:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--lime);
  background: var(--lime);
  color: #13220e;
}

.button-primary:hover {
  border-color: #b4d86a;
  background: #b4d86a;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--paper);
}

.button-ghost:hover {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--forest-deep);
}

.button-light {
  flex: 0 0 auto;
  border-color: var(--paper);
  background: var(--paper);
  color: var(--forest-deep);
}

.button-light:hover {
  border-color: var(--lime);
  background: var(--lime);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 2px solid var(--lime);
  padding-bottom: 4px;
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link-button {
  border: 0;
  border-bottom: 2px solid var(--lime);
  background: transparent;
  padding: 0 0 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--forest-deep);
  transition: box-shadow 0.2s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(2, 17, 12, 0.28);
}

.utility-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #121a16;
  color: #dfe9e4;
}

.utility-inner {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.69rem;
  font-weight: 650;
}

.utility-contacts,
.utility-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.utility-contacts a,
.utility-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.utility-contacts a:hover,
.utility-links a:hover {
  color: var(--lime);
}

.utility-contacts svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.utility-links a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 22px;
}

.nav-bar {
  background: var(--forest-deep);
}

.nav-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 26px;
}

.brand {
  display: flex;
  width: 184px;
  height: 64px;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-menu {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.6vw, 25px);
}

.site-menu a {
  position: relative;
  color: #eef5f1;
  font-size: 0.73rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
}

.site-menu a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  background: var(--lime);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s ease;
}

.site-menu a:hover::after,
.site-menu a[aria-current="true"]::after {
  transform: scaleX(1);
}

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

.header-quote {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--lime);
  border-radius: 3px;
  background: var(--lime);
  padding: 10px 15px;
  color: #14220f;
  font-size: 0.75rem;
  font-weight: 850;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  background: transparent;
}

.menu-toggle span {
  position: absolute;
  width: 21px;
  height: 2px;
  background: var(--paper);
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.menu-toggle span:first-child {
  transform: translateY(-7px);
}

.menu-toggle span:last-child {
  transform: translateY(7px);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: clamp(620px, calc(100svh - 118px), 780px);
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--paper);
}

.hero-media,
.hero-frame,
.hero-frame img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: 0;
  overflow: hidden;
}

.hero-frame {
  margin: 0;
  opacity: 0;
  transition: opacity 0.95s ease;
}

.hero-frame.is-active {
  z-index: 1;
  opacity: 1;
}

.hero-frame img {
  object-fit: cover;
  object-position: 52% 50%;
  transform: scale(1.01);
}

.hero-frame[data-photo-orientation="vertical"] img {
  object-position: 50% 50%;
}

.hero-media.is-playing .hero-frame.is-active img {
  animation: hero-photo-drift 7.2s ease-out both;
}

.hero-shade {
  z-index: 2;
  background: linear-gradient(90deg, rgba(5, 29, 20, 0.94) 0%, rgba(5, 29, 20, 0.78) 42%, rgba(5, 29, 20, 0.23) 72%, rgba(5, 29, 20, 0.08) 100%);
  transition: background 0.8s ease;
}

.hero[data-hero-tone="route"] .hero-shade,
.hero[data-hero-tone="grain"] .hero-shade {
  background: linear-gradient(90deg, rgba(5, 29, 20, 0.95) 0%, rgba(5, 29, 20, 0.82) 46%, rgba(5, 29, 20, 0.34) 76%, rgba(5, 29, 20, 0.18) 100%);
}

.hero[data-hero-tone="liquid"] .hero-shade,
.hero[data-hero-tone="detail"] .hero-shade {
  background: linear-gradient(90deg, rgba(4, 25, 18, 0.96) 0%, rgba(4, 25, 18, 0.84) 47%, rgba(4, 25, 18, 0.4) 78%, rgba(4, 25, 18, 0.2) 100%);
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: inherit;
  align-items: center;
  padding-block: 80px 100px;
}

.hero-copy {
  max-width: 710px;
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(2.75rem, 6vw, 5.4rem);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-wrap: balance;
}

.hero-lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: #e3ece7;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-caption {
  position: absolute;
  right: 0;
  bottom: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-navigation {
  position: absolute;
  bottom: 17px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-navigation > button,
.hero-dot {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(5, 31, 22, 0.32);
  color: var(--paper);
  backdrop-filter: blur(8px);
}

.hero-navigation > button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.hero-navigation > button:hover,
.hero-navigation > button:focus-visible {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--forest-deep);
}

.hero-navigation svg,
.about-controls svg,
.client-arrow svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-dots,
.about-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  padding: 0;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.hero-dot[aria-current="true"] {
  width: 26px;
  background: var(--lime);
}

@keyframes hero-photo-drift {
  from {
    transform: scale(1.01);
  }

  to {
    transform: scale(1.055);
  }
}

.operational-facts {
  position: relative;
  z-index: 4;
  margin-top: -34px;
}

.facts-carousel {
  position: relative;
  display: grid;
  overflow: hidden;
  border-radius: 0 32px 0 32px;
  background: var(--paper);
  box-shadow: 0 20px 48px rgba(5, 31, 22, 0.16);
}

.facts-carousel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  height: 4px;
  background: var(--lime);
  content: "";
}

.facts-grid {
  position: relative;
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  opacity: 0;
  transform: translateY(12px);
  visibility: hidden;
  transition: opacity 0.55s ease, transform 0.55s ease, visibility 0s linear 0.55s;
}

.facts-grid.is-active {
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}

.facts-grid article {
  min-width: 0;
  padding: 30px 32px;
}

.facts-grid article + article {
  border-left: 1px solid var(--line);
}

.facts-grid strong,
.facts-grid span {
  display: block;
}

.facts-grid strong {
  color: var(--forest);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.facts-grid span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.about {
  overflow: hidden;
  background: var(--paper);
}

.about::after {
  position: absolute;
  top: 13%;
  right: -120px;
  width: 330px;
  height: 330px;
  border: 2px solid rgba(20, 115, 78, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
}

.about-photo {
  position: relative;
  margin: 0;
}

.about-photo::before {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 42%;
  height: 42%;
  border-top: 5px solid var(--lime);
  border-left: 5px solid var(--lime);
  content: "";
}

.about-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 0 48px 0 20px;
  box-shadow: 0 22px 45px rgba(5, 31, 22, 0.16);
}

.about-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 0.9s ease, transform 0.9s ease;
  pointer-events: none;
}

.about-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.about-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 4.8s cubic-bezier(0.2, 0.65, 0.25, 1);
  will-change: transform;
}

.about-carousel.is-playing .about-slide.is-active img {
  transform: scale(1.045);
}

.about-slide[data-photo-orientation="vertical"] img {
  object-position: center 50%;
}

.about-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 70%;
  background: var(--forest-deep);
  padding: 11px 15px;
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-controls {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(5, 31, 22, 0.78);
  padding: 7px 9px;
  box-shadow: 0 8px 26px rgba(5, 31, 22, 0.2);
  backdrop-filter: blur(9px);
}

.about-controls > button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: transparent;
  color: var(--paper);
}

.about-controls > button:hover,
.about-controls > button:focus-visible {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--forest-deep);
}

.about-dot {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.44);
  padding: 0;
}

.about-dot[aria-current="true"] {
  background: var(--lime);
  box-shadow: 0 0 0 3px rgba(154, 197, 61, 0.18);
}

.about-copy p {
  margin: 0 0 20px;
  color: var(--muted);
}

.about-copy .about-intro {
  color: var(--graphite);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(48px, 6vw, 76px);
  background: var(--line);
}

.about-pillars article {
  display: grid;
  min-width: 0;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  background: var(--paper);
  padding: 26px 24px;
}

.about-pillar-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.about-pillars h3 {
  margin: 2px 0 8px;
  color: var(--graphite);
  font-size: 1rem;
  line-height: 1.3;
}

.about-pillars p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 46px);
  margin-top: 90px;
}

.principles article {
  position: relative;
  min-width: 0;
  padding: 34px 10px 18px 0;
}

.principles article + article {
  border-left: 0;
}

.principles article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 4px;
  border-radius: 999px;
  background: var(--lime);
  content: "";
}

.principle-number {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.principles h3 {
  margin: 18px 0 12px;
  color: var(--graphite);
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

.principles p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.principles .principle-values {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.principles .principle-values li + li {
  margin-top: 0.32rem;
}

.services {
  background: var(--mist);
}

.solid-service {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.78fr);
  min-height: 570px;
  overflow: hidden;
  border-radius: 0 54px 0 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.operation-gallery {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr) 156px;
  gap: 8px;
  background: #dce6e0;
  padding: 10px;
}

.operation-gallery figure {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 14px;
}

.operation-gallery .operation-main {
  grid-column: 1 / -1;
}

.operation-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.operation-gallery figure:hover img {
  transform: scale(1.025);
}

.operation-gallery figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-radius: 9px;
  background: rgba(5, 31, 22, 0.82);
  padding: 7px 9px;
  color: var(--paper);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.25;
  backdrop-filter: blur(5px);
}

.solid-service > .service-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(40px, 6vw, 72px);
}

.service-index {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.solid-service h3,
.liquid-service h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.solid-service h3 {
  color: var(--graphite);
}

.solid-service p:not(.service-index) {
  margin: 22px 0 28px;
  color: var(--muted);
}

.liquid-service {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  margin-top: 28px;
  overflow: hidden;
  border-radius: 42px 0 42px 0;
  background: var(--forest-deep);
  color: var(--paper);
  box-shadow: 0 22px 48px rgba(5, 31, 22, 0.2);
}

.liquid-gallery {
  min-height: 520px;
  background: #102d24;
}

.liquid-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(40px, 5vw, 66px);
}

.liquid-symbol {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50% 50% 50% 12px;
}

.liquid-symbol svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: var(--lime);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.liquid-service .service-index {
  color: var(--lime);
}

.liquid-service p:not(.service-index) {
  max-width: 690px;
  margin: 17px 0 0;
  color: #d9e6df;
}

.liquid-content .button {
  margin-top: 30px;
}

.service-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 46px;
}

.service-notes article {
  position: relative;
  padding: 30px 34px 0 0;
}

.service-notes article::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--lime);
  content: "";
}

.service-notes article + article {
  border-left: 0;
  padding-left: 34px;
}

.service-notes article + article::before {
  left: 34px;
}

.service-notes h3 {
  margin: 0 0 8px;
  color: var(--forest);
  font-size: 1rem;
}

.service-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.partners {
  overflow: hidden;
  background: var(--paper);
}

.partners::before {
  position: absolute;
  top: 0;
  right: -8%;
  width: 58%;
  height: 44px;
  background: var(--mist);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 20%);
  content: "";
  pointer-events: none;
}

.partners-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 7vw, 86px);
  align-items: center;
}

.partners-intro .section-heading {
  margin-bottom: 0;
}

.partners-intro figure {
  margin: 0;
}

.partners-logo-stage {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(20, 115, 78, 0.14);
  border-radius: 42px 0 42px 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(154, 197, 61, 0.16), transparent 28%),
    linear-gradient(145deg, #fff 0%, #f5f8f6 100%);
  box-shadow: 0 22px 44px rgba(5, 31, 22, 0.15);
}

.partners-logo-stage::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 5px;
  background: var(--lime);
  content: "";
}

.partners-logo-kicker,
.partners-logo-stage figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 4vw, 48px);
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.partners-logo-kicker {
  top: clamp(22px, 3vw, 36px);
}

.partners-logo-stage figcaption {
  right: clamp(24px, 4vw, 48px);
  bottom: clamp(20px, 3vw, 32px);
  margin: 0;
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
}

.partners-logo-stage .client-feature {
  width: 100%;
  min-height: 0;
  height: 100%;
  padding: clamp(58px, 7vw, 88px) clamp(34px, 7vw, 80px) clamp(48px, 6vw, 70px);
}

.partners-logo-stage .client-feature img {
  width: min(520px, 82%);
  height: clamp(120px, 13vw, 190px);
  object-fit: contain;
}

.client-showcase {
  position: relative;
  margin-top: 84px;
  padding-top: 36px;
}

.client-showcase::before {
  position: absolute;
  top: 0;
  left: 0;
  width: min(280px, 38%);
  height: 4px;
  border-radius: 999px;
  background: var(--lime);
  content: "";
}

.client-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.client-kicker {
  margin: 0 0 5px;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.client-heading h3 {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  letter-spacing: -0.035em;
}

.client-motion-toggle {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  border: 0;
  border-bottom: 2px solid var(--lime);
  background: transparent;
  padding: 7px 2px;
  color: var(--forest);
  font-size: 0.73rem;
  font-weight: 800;
}

.client-motion-toggle:hover {
  color: var(--green-bright);
  transform: translateY(-1px);
}

.client-motion-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.client-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.client-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--forest);
}

.client-arrow:hover,
.client-arrow:focus-visible {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--paper);
}

.client-feature {
  display: grid;
  min-height: 190px;
  place-items: center;
  padding: 18px 0 10px;
}

.client-feature img {
  display: block;
  width: min(440px, 76vw);
  height: 138px;
  object-fit: contain;
  animation: client-feature-enter 0.48s ease both;
}

.client-selector {
  --client-item-width: 124px;
  --client-gap: 10px;
  position: relative;
  margin-top: 34px;
  padding: 11px 6px 12px;
  overflow: hidden;
  overflow: clip;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  scrollbar-width: none;
}

.client-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: var(--client-gap);
  transform: translate3d(0, 0, 0);
  transition: transform 0.64s cubic-bezier(0.22, 0.72, 0.22, 1);
  will-change: transform;
}

.client-track.is-resetting {
  transition: none;
}

.client-option {
  position: relative;
  display: grid;
  width: var(--client-item-width);
  min-width: var(--client-item-width);
  height: 70px;
  place-items: center;
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 10px;
  transition: border-color 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.client-option img {
  display: block;
  width: 100%;
  height: 48px;
  object-fit: contain;
  filter: grayscale(1) contrast(0.9);
  opacity: 0.48;
  transition: filter 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

.client-option:hover img,
.client-option:focus-visible img {
  opacity: 0.72;
  transform: scale(1.04);
}

.client-option.is-active img {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

.client-option.is-active {
  border-color: rgba(20, 115, 78, 0.3);
  background: rgba(154, 197, 61, 0.08);
  box-shadow: 0 7px 22px rgba(5, 31, 22, 0.08);
}

.client-option[data-client-clone] {
  pointer-events: none;
}

.client-option:focus-visible {
  border-radius: 999px;
}

.client-count {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  text-align: center;
}

@keyframes client-feature-enter {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }

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

.certifications {
  overflow: hidden;
  background: var(--mist);
}

.certifications::after {
  position: absolute;
  right: -90px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 52px solid rgba(20, 115, 78, 0.055);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.certifications-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.15fr);
  gap: clamp(50px, 8vw, 100px);
  align-items: center;
}

.certifications .section-heading {
  margin-bottom: 0;
}

.certifications .section-heading h2 {
  font-size: clamp(2rem, 3.2vw, 3.15rem);
}

.certification-area {
  position: relative;
  z-index: 1;
}

.certification-empty {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  align-items: center;
  min-height: 240px;
  border: 0;
  border-radius: 0 38px 0 38px;
  background: var(--paper);
  padding: clamp(28px, 5vw, 48px);
  box-shadow: 0 20px 45px rgba(5, 31, 22, 0.1);
}

.document-symbol {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 50% 50% 50% 12px;
  background: var(--forest);
  color: var(--paper);
}

.document-symbol svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.certification-empty h3 {
  margin: 0 0 8px;
  color: var(--graphite);
  font-size: 1.35rem;
}

.certification-empty p {
  margin: 0;
  color: var(--muted);
}

.certification-empty small {
  display: block;
  margin-top: 15px;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.certification-list {
  display: grid;
  gap: 16px;
}

.certification-list:empty {
  display: none;
}

.certification-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 26px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 24px;
}

.certification-seal {
  display: grid;
  min-height: 128px;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--mist);
  padding: 15px;
}

.certification-seal img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.certification-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.certification-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 14px 0;
}

.certification-meta span {
  color: var(--muted);
  font-size: 0.78rem;
}

.certification-meta strong {
  display: block;
  color: var(--ink);
  font-size: 0.82rem;
}

.certification-card a {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 800;
}

.reach {
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.reach::before {
  position: absolute;
  top: 54px;
  right: -100px;
  width: 430px;
  height: 210px;
  border: 2px solid rgba(20, 115, 78, 0.08);
  border-radius: 50%;
  content: "";
  transform: rotate(-12deg);
  pointer-events: none;
}

.reach-heading {
  max-width: 760px;
}

.reach-heading h2 {
  color: var(--graphite);
}

.reach-heading > p:last-child {
  color: var(--muted);
}

.reach .eyebrow.light {
  color: var(--green);
}

.reach-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 8vw, 100px);
  align-items: center;
}

.state-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.state-list button {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0 24px 24px 0;
  background: transparent;
  padding: 16px 16px 16px 4px;
  color: var(--graphite);
  text-align: left;
  transition: background-color 0.2s ease, padding 0.2s ease, transform 0.2s ease;
}

.state-list button:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.state-list button:hover,
.state-list button:focus-visible {
  background: var(--mist);
  padding-left: 15px;
  transform: translateX(5px);
}

.state-list strong {
  display: block;
  font-size: 1rem;
}

.state-list b {
  color: var(--green);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

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

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

.reach-map figcaption {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  color: var(--muted);
  font-size: 0.68rem;
  text-align: center;
}

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

.map-mark {
  --marker-scale: 1;
  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%);
  transform: translateY(0) scale(var(--marker-scale));
  transform-origin: center bottom;
  transition: filter 0.2s ease, transform 0.2s ease;
  will-change: transform;
}

.reach-map.map-motion-active .map-mark {
  animation: map-symbol-float 2.4s var(--marker-delay) ease-in-out infinite;
}

.map-tag:hover .map-mark,
.map-tag:focus-visible .map-mark,
.map-tag.is-selected .map-mark {
  --marker-scale: 1.18;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(22%) sepia(58%) saturate(1357%) hue-rotate(112deg) brightness(90%) contrast(101%);
}

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

.map-tag:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 6px;
}

.map-tag-label {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  width: max-content;
  max-width: 180px;
  border-radius: 999px;
  background: var(--forest-deep);
  padding: 6px 9px;
  color: var(--paper);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes map-symbol-float {
  0%,
  100% {
    transform: translateY(0) scale(var(--marker-scale));
  }

  50% {
    transform: translateY(-7px) scale(var(--marker-scale));
  }
}

.site-dialog {
  width: min(900px, calc(100% - 32px));
  max-height: min(88vh, 860px);
  overflow: auto;
  border: 0;
  border-radius: 20px;
  background: var(--paper);
  padding: clamp(24px, 5vw, 48px);
  color: var(--ink);
  box-shadow: inset 0 6px 0 var(--lime), 0 30px 90px rgba(2, 18, 12, 0.34);
}

.site-dialog::backdrop {
  background: rgba(4, 18, 13, 0.72);
  backdrop-filter: blur(7px);
}

.site-dialog[open] {
  animation: dialog-in 0.2s ease-out both;
}

@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
}

.dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.dialog-kicker {
  margin: 0 0 7px;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dialog-header h2 {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(1.6rem, 4vw, 2.45rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.dialog-close {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--forest);
}

.dialog-close:hover {
  background: var(--forest);
  color: var(--paper);
}

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

.dialog-summary {
  margin: 20px 0 0;
  color: var(--muted);
}

.field-label {
  margin: 28px 0 10px;
  color: var(--graphite);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unit-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 2px 0 10px;
}

.unit-tabs button {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  padding: 11px 13px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-align: left;
}

.unit-tabs button[aria-selected="true"] {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--paper);
}

.branch-detail {
  margin-top: 12px;
  border: 0;
  border-radius: 17px;
  background: var(--mist);
  padding: clamp(22px, 4vw, 32px);
}

.branch-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.branch-detail h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.branch-type {
  display: inline-flex;
  border: 1px solid #9ab8a8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  padding: 5px 9px;
  color: var(--forest);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.branch-address {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.branch-address.is-missing {
  font-style: italic;
}

.branch-unit-summary {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.branch-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 25px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.branch-meta h4 {
  margin: 0 0 9px;
  color: var(--graphite);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.branch-contact-list {
  display: grid;
  gap: 7px;
}

.branch-contact-list a,
.branch-contact-list span {
  overflow-wrap: anywhere;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 700;
}

.branch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.branch-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--forest);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.branch-actions a:first-child {
  background: var(--forest);
  color: var(--paper);
}

.branch-actions a:hover {
  border-color: var(--lime);
  background: var(--lime);
  color: #13220e;
}

.quote-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

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

.quote-form label > span {
  color: var(--graphite);
  font-size: 0.73rem;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #b8c7bf;
  border-radius: 10px;
  background: var(--paper);
  padding: 12px 13px;
  color: var(--ink);
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--green);
  outline: 2px solid rgba(20, 115, 78, 0.2);
}

.quote-submit {
  justify-self: start;
  margin-top: 2px;
  min-height: 48px;
  box-shadow: 0 10px 24px rgba(84, 122, 20, 0.2);
}

.quote-submit:hover,
.quote-submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(84, 122, 20, 0.28);
}

.quote-dialog {
  width: min(760px, calc(100% - 32px));
}

.unit-select {
  display: none;
  width: 100%;
  border: 1px solid #aebfb6;
  border-radius: 12px;
  background: var(--paper);
  padding: 13px 42px 13px 14px;
  color: var(--graphite);
  font-weight: 750;
}

.site-footer {
  background: #101713;
  color: #cfdbd4;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr 1.1fr;
  gap: clamp(32px, 5vw, 70px);
  padding-block: 70px;
}

.footer-brand img {
  width: 205px;
  height: 92px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 310px;
  margin: 20px 0 0;
  font-size: 0.82rem;
}

.site-footer h2 {
  margin: 9px 0 18px;
  color: var(--paper);
  font-size: 0.83rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer address,
.site-footer a {
  font-size: 0.78rem;
  font-style: normal;
}

.site-footer section p {
  margin: 0 0 8px;
}

.site-footer address {
  display: grid;
  gap: 9px;
}

.site-footer address a,
.footer-link {
  color: #dbe7e0;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.site-footer address a:hover,
.footer-link:hover {
  color: var(--lime);
  text-decoration: underline;
}

.footer-location iframe {
  width: 100%;
  height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  filter: grayscale(0.85);
}

.footer-location .footer-link {
  display: inline-block;
  margin-top: 10px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.social-links a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  color: var(--paper);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.social-links a:hover {
  border-color: var(--lime);
  background: var(--lime);
  color: #13220e;
  box-shadow: 0 10px 24px rgba(151, 205, 46, 0.24);
  transform: translateY(-3px);
}

.social-links a:focus-visible {
  outline: 3px solid rgba(151, 205, 46, 0.35);
  outline-offset: 3px;
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-links a:first-child svg {
  fill: currentColor;
  stroke: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-block: 20px;
  color: #91a49a;
  font-size: 0.68rem;
}

.footer-bottom a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: #1ea861;
  color: var(--paper);
  box-shadow: 0 10px 28px rgba(6, 46, 28, 0.28);
}

.floating-whatsapp:hover {
  background: var(--forest);
}

.floating-whatsapp svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  stroke: none;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal-ready [data-reveal-from="left"] {
  transform: translateX(-28px);
}

.reveal-ready [data-reveal-from="right"] {
  transform: translateX(28px);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  :root {
    --shell: min(100% - 40px, 1040px);
  }

  .site-menu {
    gap: 14px;
  }

  .site-menu a {
    font-size: 0.67rem;
  }

  .header-quote {
    font-size: 0.69rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  html {
    scroll-padding-top: 108px;
  }

  .utility-links a:last-child,
  .header-quote {
    display: none;
  }

  .nav-inner {
    min-height: 72px;
    justify-content: space-between;
  }

  .brand {
    width: 158px;
    height: 58px;
  }

  .menu-toggle {
    position: relative;
    display: flex;
  }

  .site-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 108px);
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--forest-deep);
    padding: 14px 20px 24px;
    box-shadow: 0 18px 35px rgba(2, 17, 12, 0.3);
  }

  .site-menu.is-open {
    display: grid;
  }

  .site-menu a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 13px 4px;
    font-size: 0.82rem;
  }

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

  .menu-system-link {
    display: block;
    color: var(--lime) !important;
  }

  .hero {
    min-height: 650px;
  }

  .section-heading.split,
  .about-layout,
  .partners-intro,
  .certifications-layout,
  .reach-layout {
    grid-template-columns: 1fr;
  }

  .section-heading.split {
    gap: 20px;
  }

  .about-layout,
  .partners-intro {
    gap: 44px;
  }

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

  .solid-service .operation-gallery {
    min-height: min(70vw, 560px);
  }

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

  .liquid-gallery {
    min-height: min(70vw, 540px);
  }

  .certifications-layout {
    gap: 42px;
  }

  .reach-layout {
    gap: 56px;
  }

  .state-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .state-list button:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .unit-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  :root {
    --shell: calc(100% - 32px);
  }

  html {
    scroll-padding-top: 103px;
  }

  .section {
    padding-block: 72px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .utility-inner {
    min-height: 32px;
  }

  .utility-contacts {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .utility-contacts a {
    font-size: 0.62rem;
  }

  .utility-links {
    display: none;
  }

  .hero {
    min-height: 620px;
  }

  .hero-frame img {
    object-position: 52% 50%;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(5, 29, 20, 0.92) 0%, rgba(5, 29, 20, 0.72) 75%, rgba(5, 29, 20, 0.48) 100%);
  }

  .hero-inner {
    align-items: flex-end;
    padding-block: 70px 74px;
  }

  .hero h1 {
    max-width: 540px;
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .hero-lead {
    font-size: 0.96rem;
  }

  .hero-caption {
    display: none;
  }

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

  .facts-grid article {
    padding: 22px 8px;
  }

  .facts-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .about-photo::before {
    top: -10px;
    left: -10px;
  }

  .principles {
    grid-template-columns: 1fr;
    margin-top: 62px;
  }

  .about-pillars {
    grid-template-columns: 1fr;
  }

  .principles article {
    padding-inline: 8px;
  }

  .principles article + article {
    border-top: 0;
    border-left: 0;
  }

  .operation-gallery,
  .solid-service .operation-gallery,
  .liquid-gallery {
    min-height: 430px;
    grid-template-rows: minmax(0, 1fr) 120px;
  }

  .solid-service > .service-copy,
  .liquid-content {
    padding: 34px 26px 40px;
  }

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

  .liquid-symbol {
    width: 70px;
    height: 70px;
  }

  .liquid-content .button {
    width: 100%;
  }

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

  .service-notes article {
    padding: 25px 0;
  }

  .service-notes article + article {
    border-top: 0;
    border-left: 0;
    padding-left: 0;
  }

  .service-notes article + article::before {
    left: 0;
  }

  .client-heading {
    align-items: center;
  }

  .client-feature {
    min-height: 160px;
  }

  .client-feature img {
    height: 106px;
  }

  .client-option {
    --client-item-width: 110px;
    height: 64px;
  }

  .certification-empty {
    grid-template-columns: 1fr;
  }

  .certification-card {
    grid-template-columns: 1fr;
  }

  .certification-seal {
    min-height: 150px;
  }

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

  .state-list button {
    padding-right: 68px;
  }

  .state-list button:hover,
  .state-list button:focus-visible {
    padding-right: 68px;
    padding-left: 14px;
  }

  .state-list button:nth-child(odd) {
    border-right: 0;
  }

  .form-grid,
  .branch-meta {
    grid-template-columns: 1fr;
  }

  .unit-tabs {
    display: none;
  }

  .unit-select:not([hidden]) {
    display: block;
  }

  .site-dialog {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    margin: auto;
    border-radius: 20px;
    padding: 30px 22px 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  :root {
    --shell: calc(100% - 24px);
  }

  .utility-contacts a:first-child span {
    display: none;
  }

  .brand {
    width: 145px;
  }

  .hero {
    min-height: 600px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 12.5vw, 3.3rem);
  }

  .about-photo figcaption {
    right: 10px;
    bottom: 10px;
    max-width: 76%;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 0.58rem;
  }

  .about-controls {
    bottom: 12px;
    left: 10px;
    max-width: 70%;
    gap: 6px;
    padding: 6px 8px;
  }

  .about-controls > button {
    width: 28px;
    height: 28px;
  }

  .about-dots {
    display: none;
  }

  .client-heading h3 {
    font-size: 1.15rem;
  }

  .client-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .client-motion-toggle {
    min-height: 36px;
    font-size: 0.68rem;
  }

  .client-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .client-feature {
    min-height: 140px;
  }

  .client-feature img {
    width: 78vw;
    height: 92px;
  }

  .client-option {
    --client-item-width: 96px;
    height: 58px;
    padding: 8px;
  }

  .client-option img {
    height: 40px;
  }

  .reach-map {
    width: calc(100% + 8px);
    margin-left: -4px;
  }

  .map-tag,
  .map-mark {
    width: 20px;
    height: 32px;
  }

  .map-tag {
    margin: -16px 0 0 -10px;
  }

  .dialog-header h2 {
    font-size: 1.55rem;
  }

  .branch-detail-head {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .branch-actions a {
    width: 100%;
  }

  .operation-gallery {
    min-height: 390px;
    padding: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.site-motion-enabled) {
    scroll-behavior: auto;
  }

  html:not(.site-motion-enabled) *,
  html:not(.site-motion-enabled) *::before,
  html:not(.site-motion-enabled) *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  html:not(.site-motion-enabled) .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }

  html:not(.site-motion-enabled) .hero-frame,
  html:not(.site-motion-enabled) .hero-frame img,
  html:not(.site-motion-enabled) .about-slide,
  html:not(.site-motion-enabled) .client-feature img,
  html:not(.site-motion-enabled) .client-track,
  html:not(.site-motion-enabled) .map-tag,
  html:not(.site-motion-enabled) .map-mark,
  html:not(.site-motion-enabled) .map-tag-label {
    transition: none;
    animation: none !important;
  }
}

/* Governance navigation and institutional policy page */
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown-toggle {
  position: relative;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #eef5f1;
  font-size: 0.73rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: left;
}

.nav-dropdown-toggle::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--lime);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s ease;
}

.nav-dropdown-toggle:hover::after,
.nav-dropdown-toggle[aria-current="page"]::after,
.nav-dropdown-toggle[aria-expanded="true"]::after {
  transform: scaleX(1);
}

.nav-dropdown-toggle svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 0.18s ease;
}

.nav-dropdown-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 120;
  display: grid;
  width: 270px;
  border: 1px solid rgba(11, 61, 43, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  padding: 8px;
  box-shadow: 0 18px 42px rgba(5, 31, 22, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -7px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
}

.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.site-menu .nav-dropdown-menu a {
  border-radius: 9px;
  padding: 10px 12px;
  color: var(--forest-deep);
  font-size: 0.74rem;
  line-height: 1.35;
}

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

.site-menu .nav-dropdown-menu a:hover,
.site-menu .nav-dropdown-menu a:focus-visible {
  background: var(--mist);
  color: var(--green);
}

.governance-cross-link {
  margin-top: 26px;
}

.certification-card {
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(5, 31, 22, 0.08);
}

.certification-seal {
  border-radius: 14px;
}

.certification-summary,
.certification-note {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.certification-note {
  border-left: 3px solid var(--lime);
  padding-left: 11px;
  font-size: 0.74rem;
}

.site-footer section > .footer-link + .footer-link {
  display: block;
  margin-top: 9px;
}

.governance-hero {
  position: relative;
  display: grid;
  min-height: clamp(500px, 66svh, 680px);
  place-items: center;
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--paper);
}

.governance-hero > img,
.governance-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.governance-hero > img {
  object-fit: cover;
  object-position: center 54%;
}

.governance-hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 37, 26, 0.96) 0%, rgba(5, 42, 30, 0.88) 38%, rgba(7, 41, 30, 0.32) 74%, rgba(9, 31, 24, 0.46) 100%),
    linear-gradient(0deg, rgba(4, 34, 24, 0.36), transparent 48%);
}

.governance-hero-copy {
  position: relative;
  z-index: 2;
  padding-block: 92px;
}

.governance-hero-copy h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 6.2vw, 5.8rem);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.governance-hero-copy > p:last-child {
  max-width: 760px;
  margin: 30px 0 0;
  color: #e6eee9;
  font-size: clamp(1rem, 1.55vw, 1.24rem);
  line-height: 1.75;
}

.policy-local-nav {
  position: sticky;
  top: 118px;
  z-index: 82;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(5, 31, 22, 0.06);
  backdrop-filter: blur(12px);
}

.policy-local-inner {
  min-height: 74px;
}

.policy-local-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.policy-local-links a {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid transparent;
  padding: 12px 10px;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

.policy-local-links a:hover,
.policy-local-links a:focus-visible,
.policy-local-links a[aria-current="true"] {
  border-bottom-color: var(--lime);
  background: var(--mist);
  color: var(--forest);
}

.policy-local-select-label {
  display: none;
}

.policy-anchor {
  scroll-margin-top: 210px;
}

.governance-intro {
  overflow: hidden;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.principles-grid article {
  min-height: 245px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 30px 26px;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.principles-grid article:hover {
  background: var(--mist);
  transform: translateY(-3px);
}

.principles-grid span,
.distinction-grid > article > span {
  display: block;
  margin-bottom: 34px;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.principles-grid h3 {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.3;
}

.principles-grid p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.governance-clarification {
  max-width: 900px;
  margin: 28px 0 0;
  border-left: 3px solid var(--lime);
  padding-left: 16px;
  color: var(--muted);
  font-size: 0.78rem;
}

.policy-document-section {
  background: var(--paper);
}

.policy-document-section-alt {
  background: var(--mist);
}

.policy-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 94px);
  border-radius: 24px;
  background: var(--paper);
  padding: clamp(28px, 5vw, 62px);
  box-shadow: 0 22px 60px rgba(5, 31, 22, 0.1);
}

.policy-document-section:not(.policy-document-section-alt) .policy-card {
  border: 1px solid var(--line);
  box-shadow: none;
}

.policy-card-header h2 {
  margin: 18px 0 0;
  color: var(--graphite);
  font-size: clamp(2rem, 3.8vw, 3.65rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.policy-card-summary {
  margin: 22px 0 0;
  color: var(--muted);
}

.policy-status {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid #b7c8bf;
  border-radius: 999px;
  background: var(--mist);
  padding: 6px 12px;
  color: var(--forest);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.policy-status.is-draft {
  border-color: #d8c897;
  background: #fff9e8;
  color: #684f05;
}

.policy-card-body {
  min-width: 0;
}

.policy-sections {
  display: grid;
  gap: 24px;
}

.policy-content-block {
  border-top: 3px solid var(--lime);
  padding-top: 18px;
}

.policy-content-block h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 1.08rem;
}

.policy-content-block p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.policy-content-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 0.86rem;
}

.policy-content-list li {
  padding-left: 5px;
}

.policy-content-list li::marker {
  color: var(--green);
  font-weight: 850;
}

.policy-content-subsection {
  margin-top: 20px;
  border-left: 2px solid var(--line);
  padding-left: 18px;
}

.policy-content-subsection h4 {
  margin: 0;
  color: var(--forest);
  font-size: 0.9rem;
}

.policy-content-callout {
  margin-top: 18px;
  border-radius: 14px;
  background: var(--forest);
  padding: 17px 19px;
}

.policy-content-callout strong {
  display: block;
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-content-callout p {
  margin-top: 7px;
  color: #edf5f0;
}

.policy-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 0;
  background: var(--line);
}

.policy-facts div {
  background: var(--mist);
  padding: 16px 18px;
}

.policy-facts dt {
  color: var(--forest);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-facts dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.77rem;
  overflow-wrap: anywhere;
}

.policy-document-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
  font-size: 0.72rem;
}

.policy-document-meta strong {
  color: var(--ink);
}

.policy-document-action {
  margin-top: 25px;
}

.policy-pending-note {
  margin: 26px 0 0;
  border-radius: 14px;
  background: var(--forest);
  padding: 18px 20px;
  color: #e0ece5;
  font-size: 0.78rem;
}

.governance-distinction {
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--paper);
}

.governance-distinction .section-heading h2 {
  color: var(--paper);
}

.distinction-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.distinction-grid article {
  min-height: 300px;
  background: var(--forest);
  padding: clamp(28px, 5vw, 52px);
}

.distinction-grid > article > span {
  color: var(--lime);
}

.distinction-grid h3 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
}

.distinction-grid p {
  max-width: 500px;
  margin: 16px 0 0;
  color: #d5e3dc;
}

.distinction-grid .button {
  margin-top: 24px;
}

@media (max-width: 1120px) {
  .nav-dropdown-toggle {
    font-size: 0.67rem;
  }

  .policy-card {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 42px;
  }
}

@media (max-width: 960px) {
  .nav-dropdown {
    display: block;
    width: 100%;
  }

  .nav-dropdown-toggle {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 13px 4px;
    font-size: 0.82rem;
  }

  .nav-dropdown-toggle::after {
    display: none;
  }

  .nav-dropdown-toggle svg {
    width: 20px;
    height: 20px;
  }

  .nav-dropdown-menu {
    position: static;
    width: 100%;
    max-height: 0;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.045);
    padding: 0 12px;
    box-shadow: none;
    opacity: 1;
    overflow: hidden;
    pointer-events: none;
    transform: none;
    transition: max-height 0.22s ease, padding 0.22s ease, visibility 0.22s ease;
    visibility: hidden;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    max-height: 340px;
    padding-block: 7px;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .site-menu .nav-dropdown-menu a {
    border-bottom-color: rgba(255, 255, 255, 0.09);
    border-radius: 0;
    padding: 12px 14px;
    color: #dce8e1;
    font-size: 0.78rem;
  }

  .site-menu .nav-dropdown-menu a:hover,
  .site-menu .nav-dropdown-menu a:focus-visible {
    background: rgba(255, 255, 255, 0.06);
    color: var(--lime);
  }

  .policy-local-nav {
    top: 108px;
  }

  .principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .policy-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .governance-hero {
    min-height: 590px;
  }

  .governance-hero > img {
    object-position: 66% center;
  }

  .governance-hero-shade {
    background: linear-gradient(0deg, rgba(4, 35, 25, 0.97) 0%, rgba(5, 41, 29, 0.82) 65%, rgba(7, 33, 25, 0.54) 100%);
  }

  .governance-hero-copy {
    align-self: end;
    padding-block: 70px;
  }

  .governance-hero-copy h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .policy-local-nav {
    top: 103px;
  }

  .policy-local-inner {
    min-height: 72px;
    padding-block: 10px;
  }

  .policy-local-links {
    display: none;
  }

  .policy-local-select-label {
    display: grid;
    gap: 4px;
  }

  .policy-local-select-label span {
    color: var(--green);
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .policy-local-select-label select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #b7c8bf;
    border-radius: 10px;
    background: var(--paper);
    padding: 8px 38px 8px 12px;
    color: var(--forest-deep);
    font-size: 0.83rem;
    font-weight: 750;
  }

  .policy-anchor {
    scroll-margin-top: 190px;
  }

  .principles-grid,
  .policy-facts,
  .distinction-grid {
    grid-template-columns: 1fr;
  }

  .principles-grid article {
    min-height: 0;
  }

  .policy-card {
    border-radius: 20px;
    padding: 26px 22px;
  }

  .policy-card-header h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .policy-status {
    max-width: 100%;
    white-space: normal;
  }

  .distinction-grid article {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.site-motion-enabled) .nav-dropdown-menu,
  html:not(.site-motion-enabled) .nav-dropdown-toggle svg,
  html:not(.site-motion-enabled) .principles-grid article,
  html:not(.site-motion-enabled) .policy-local-links a {
    transition: none;
  }
}
