﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Rajdhani:wght@500;600;700&display=swap");

:root {
  --msm-green: #0d7a3a;
  --msm-green-deep: #0a5d2c;
  --msm-gold: #d9a520;
  --msm-gold-soft: #f4d774;
  --msm-black: #111111;
  --msm-white: #ffffff;
  --logo-height: 64px;
  --bs-primary: var(--msm-green);
  --bs-primary-rgb: 13, 122, 58;
  --bs-link-color: var(--msm-green);
  --bs-link-hover-color: var(--msm-green-deep);
  --bs-btn-border-radius: 999px;
  --bs-btn-border-radius-sm: 999px;
  --bs-btn-border-radius-lg: 999px;
  --bs-form-control-border-radius: 999px;
  --bs-form-control-border-radius-sm: 999px;
  --bs-form-control-border-radius-lg: 999px;
  --bs-form-select-border-radius: 999px;
  --bs-form-select-border-radius-sm: 999px;
  --bs-form-select-border-radius-lg: 999px;
  --bs-border-radius-pill: 999px;
  --msm-btn-padding-x: 1.5rem;
  --msm-btn-padding-y: 0.25rem;
  --navbar-offset: 0px;
  --navbar-texture: url("../assets/images/navbar-texture.png");
  --navbar-texture-opacity: 0.1;
  --msm-font-weight-body: 500;
  --msm-font-weight-subtle: 500;
}

html {
  overflow-x: clip;
}

body {
  min-height: 100vh;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcfa 100%);
  font-family: Inter, Arial, sans-serif;
  font-weight: var(--msm-font-weight-body);
  padding-top: var(--navbar-offset);
  overflow-x: hidden;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.hero-kicker {
  font-family: Rajdhani, Arial, sans-serif;
}

/* Force pill corners globally for all current/future Bootstrap buttons and inputs. */
.btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.form-control,
.form-select,
.form-check-input,
.input-group > .form-control,
.input-group > .form-select,
.input-group > .btn {
  border-radius: 999px !important;
}

.btn,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  padding-left: var(--msm-btn-padding-x) !important;
  padding-right: var(--msm-btn-padding-x) !important;
  padding-top: var(--msm-btn-padding-y);
  padding-bottom: var(--msm-btn-padding-y);
}

/* Exception: inquiry/proposal form fields keep a modest radius for readability. */
#inquiry-form .form-control,
#inquiry-form .form-select,
#inquiry-form textarea.form-control {
  border-radius: 0.6rem !important;
}

/* Exception: restore segmented pill style for ID/EN language switch. */
.site-navbar .btn-group > .btn[data-lang] {
  border-radius: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  line-height: 1;
  white-space: nowrap;
}

.site-navbar .btn-group > .btn[data-lang]:first-child {
  border-top-left-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
}

.site-navbar .btn-group > .btn[data-lang]:last-child {
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
}

.site-navbar .btn-group > .btn[data-lang] .lang-toggle-icon {
  height: 1.15em;
  width: auto;
  display: inline-block;
  vertical-align: -0.08em;
}

.site-navbar .btn-group > .btn[data-lang].lang-toggle-attention {
  animation: lang-toggle-pulse 1.3s ease-in-out 0s 4;
}

@keyframes lang-toggle-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(13, 122, 58, 0.34);
  }

  70% {
    box-shadow: 0 0 0 0.42rem rgba(13, 122, 58, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(13, 122, 58, 0);
  }
}

.lang-coachmark {
  --coachmark-pointer-offset: 50%;
  position: fixed;
  z-index: 1200;
  width: min(90vw, 188px);
  padding: 0.52rem 0.75rem 0.5rem;
  border-radius: 0.95rem;
  background: #ffffff;
  color: #111111;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.18;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14), 0 2px 6px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
  opacity: 0;
  transform: translateY(-4px) scale(0.98);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lang-coachmark::before {
  content: "";
  position: absolute;
  left: var(--coachmark-pointer-offset);
  top: 0;
  width: 18px;
  height: 12px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translate(-50%, -100%);
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.08));
}

.lang-coachmark.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lang-coachmark-text {
  display: block;
}

.lang-coachmark-line {
  display: block;
}

.lang-coachmark-line + .lang-coachmark-line {
  margin-top: 0.08rem;
}

.lang-coachmark-text strong,
.lang-coachmark-text em {
  font-style: italic;
  font-weight: 700;
}

.layout-debug-readout {
  position: fixed;
  right: 0.55rem;
  bottom: max(0.55rem, env(safe-area-inset-bottom));
  z-index: 1300;
  width: min(92vw, 360px);
  max-height: min(58vh, 420px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.4rem;
  padding: 0.5rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(13, 122, 58, 0.28);
  background: rgba(8, 16, 12, 0.92);
  color: #d8f5e5;
  box-shadow: 0 12px 24px rgba(8, 28, 18, 0.34);
  backdrop-filter: blur(4px);
  font-family: Consolas, Monaco, "Courier New", monospace;
}

.layout-debug-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
}

.layout-debug-title {
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ce1bd;
}

.layout-debug-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.layout-debug-btn {
  border: 1px solid rgba(156, 225, 189, 0.35);
  background: rgba(156, 225, 189, 0.12);
  color: #d8f5e5;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.12rem 0.55rem;
  line-height: 1.35;
}

.layout-debug-btn:hover,
.layout-debug-btn:focus {
  background: rgba(156, 225, 189, 0.22);
  border-color: rgba(156, 225, 189, 0.62);
}

.layout-debug-output {
  margin: 0;
  overflow: auto;
  white-space: pre;
  font-size: 0.69rem;
  line-height: 1.38;
  color: #d8f5e5;
}

.layout-debug-hint {
  margin: 0;
  font-size: 0.62rem;
  line-height: 1.35;
  color: rgba(216, 245, 229, 0.74);
}

@media (max-width: 575.98px) {
  .lang-coachmark {
    width: min(88vw, 180px);
    font-size: 0.88rem;
    padding: 0.48rem 0.7rem 0.45rem;
  }

  .lang-coachmark::before {
    width: 16px;
    height: 10px;
  }

  .layout-debug-readout {
    right: 0.4rem;
    left: 0.4rem;
    width: auto;
    max-height: 50vh;
    padding: 0.45rem;
    border-radius: 0.58rem;
  }

  .layout-debug-output {
    font-size: 0.66rem;
  }
}

/* Global text weight controls for descriptor copy across pages. */
p,
li,
.lead,
small,
.small,
.text-muted,
.form-label,
.form-control,
.dropdown-item {
  font-weight: var(--msm-font-weight-subtle);
}

.display-6 {
  font-weight: 600;
  color: var(--msm-green-deep);
}

main {
  min-height: 60vh;
}

.section-spacer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-shell {
  --hero-parallax-y: 0px;
  --hero-parallax-factor: 0.5;
  background:
    radial-gradient(circle at 85% 20%, rgba(217, 165, 32, 0.2), transparent 48%),
    radial-gradient(circle at 10% 85%, rgba(13, 122, 58, 0.2), transparent 46%),
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url("../assets/images/msm-hero-bg.webp"),
    linear-gradient(145deg, #ffffff 0%, #f3f9f5 100%);
  background-position: center, center, center, center calc(50% + var(--hero-parallax-y)), center;
  background-size: auto, auto, cover, cover, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.hero-shell .container {
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.about-hero {
  background: transparent;
  padding-top: 2.25rem;
  padding-bottom: 1.5rem;
}

.about-hero .container {
  min-height: auto;
  display: block;
  max-width: 900px;
}

.about-overview-grid {
  margin-top: 0.5rem;
}

.about-copy-block {
  padding: 1.2rem 1.25rem;
  border-left: 3px solid rgba(13, 122, 58, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(245, 251, 247, 0.92));
  border-radius: 0.6rem;
}

.about-copy-heading {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.about-copy-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(13, 122, 58, 0.45), rgba(13, 122, 58, 0));
}

.about-copy-paragraph {
  text-indent: 1.4rem;
  line-height: 1.55;
}

.about-copy-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.8rem;
}

.about-copy-list li {
  line-height: 1.55;
}

.founder-spotlight {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 247, 0.96));
}

.founder-spotlight [data-i18n="founderSpotlightPara2"] {
  white-space: pre-line;
}

.founder-portrait-stage {
  --founder-shell-width: min(150%, 480px);
  --founder-stage-margin-top: 0px;
  --founder-stage-margin-bottom: 0px;
  --founder-base-crop-top: 33.333%;
  --founder-base-shift-x: 0px;
  --founder-base-shift-y: 0px;
  --founder-popout-shift-x: 0px;
  --founder-popout-shift-y: 0px;
  --founder-shell-radius: 0.8rem;
  position: relative;
  width: var(--founder-shell-width);
  aspect-ratio: 4 / 5;
  margin: var(--founder-stage-margin-top) auto var(--founder-stage-margin-bottom);
  isolation: isolate;
}

.founder-portrait-stage::before {
  content: "";
  position: absolute;
  top: var(--founder-base-crop-top);
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--founder-shell-radius);
  background: linear-gradient(165deg, rgba(13, 122, 58, 0.16), rgba(13, 122, 58, 0.08) 58%, rgba(217, 165, 32, 0.2));
  border: 1px solid rgba(13, 122, 58, 0.16);
  box-shadow: 0 14px 24px rgba(8, 28, 18, 0.14);
  z-index: 0;
}

.founder-portrait-base,
.founder-portrait-popout {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  display: block;
}

.founder-portrait-base {
  position: relative;
  z-index: 1;
  transform: translate(var(--founder-base-shift-x), var(--founder-base-shift-y));
  clip-path: inset(var(--founder-base-crop-top) 0 0 0 round var(--founder-shell-radius));
}

.founder-portrait-popout {
  position: absolute;
  inset: 0;
  z-index: 2;
  transform: translate(var(--founder-popout-shift-x), var(--founder-popout-shift-y));
  filter: drop-shadow(0 10px 16px rgba(9, 31, 19, 0.16));
}

.managers-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 247, 0.98));
}

.manager-card {
  height: 100%;
  text-align: center;
  padding: 0.5rem 0.5rem 0.9rem;
}

.manager-portrait-stage {
  position: relative;
  width: min(100%, 230px);
  aspect-ratio: 23 / 30;
  margin: 0 auto 0.75rem;
  padding-top: 0.2rem;
  perspective: 900px;
}

.manager-portrait-stage::before {
  content: "";
  position: absolute;
  top: 27%;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.8rem;
  background: linear-gradient(165deg, rgba(13, 122, 58, 0.2), rgba(13, 122, 58, 0.1) 60%, rgba(217, 165, 32, 0.2));
  border: 1px solid rgba(13, 122, 58, 0.2);
  box-shadow: 0 16px 28px rgba(8, 28, 18, 0.14);
}

.manager-portrait-stage::after {
  content: "";
  position: absolute;
  inset: auto 8% -10px;
  height: 18px;
  background: radial-gradient(ellipse at center, rgba(8, 28, 18, 0.24), rgba(8, 28, 18, 0));
  filter: blur(2px);
}

.manager-portrait {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: top center;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 10px 16px rgba(9, 31, 19, 0.16));
  transform: translateZ(20px);
}

.manager-card .h5 {
  margin-top: 0.8rem;
}

.hero-kicker {
  display: flex;
  align-items: flex-end;
  height: 1em;
  max-width: 100%;
  line-height: 1.2;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--msm-green-deep);
}

.hero-kicker-out {
  animation: hero-kicker-out 1s ease forwards;
}

.hero-kicker-in {
  animation: hero-kicker-in 1s ease forwards;
}

@keyframes hero-kicker-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-28px);
  }
}

@keyframes hero-kicker-in {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-main-title {
  font-size: clamp(2.5rem, 8vw, 5rem) / 2;
  font-weight: 800;
  line-height: 1;
  color: var(--msm-black);
}

.hero-support-copy {
  max-width: 860px;
  font-size: 1.08rem;
  color: #1f2937;
}

.hero-cta-stack {
  margin-top: 1rem;
  display: grid;
  gap: 0.72rem;
  max-width: fit-content;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.95rem 1.45rem;
}

.hero-cta-divider {
  width: min(100%, 34rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 122, 58, 0.65), rgba(13, 122, 58, 0.18), rgba(255, 255, 255, 0.95));
}

.hero-cta-row > * + * {
  position: relative;
  padding-left: 1.45rem;
}

.hero-cta-row > * + *::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.65rem;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(13, 122, 58, 0), rgba(13, 122, 58, 0.42), rgba(13, 122, 58, 0));
}

.hero-cta-row .btn {
  padding-inline: 1.15rem;
}

.hero-whatsapp-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 0.45rem;
  transform: translateY(-1px);
}

.hero-featured-widget {
  width: min(100%, 430px);
  background: transparent;
  border: 0;
  opacity: 1;
}

.hero-featured-frame {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(13, 27, 17, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.hero-featured-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28), inset 0 0 88px rgba(12, 24, 16, 0.36);
}

.hero-featured-image {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  background: #e8efe9;
  border: 0;
  display: block;
}

.hero-featured-location-pill {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0.36rem 0.8rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #ffffff !important;
  background: rgba(13, 122, 58, 0.55);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.hero-featured-info {
  background: transparent;
}

.hero-featured-tags {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--msm-green-deep);
}

.hero-featured-arrow {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(13, 122, 58, 0.28);
  color: var(--msm-green-deep);
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1;
  background: transparent;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.hero-featured-arrow:hover,
.hero-featured-arrow:focus {
  transform: translateX(3px);
  background-color: rgba(13, 122, 58, 0.1);
}

/* Keep legacy selectors and support current staged featured rotator classes. */
.featured-out,
.hero-featured-widget.featured-cycle-out .featured-piece {
  animation: featured-out 0.9s ease forwards;
}

.featured-in,
.hero-featured-widget.featured-cycle-in .featured-piece {
  animation: featured-in 0.9s ease forwards;
  animation-fill-mode: both;
}

.hero-featured-widget.featured-cycle-prep .featured-piece {
  opacity: 0;
  transform: translateX(14px);
}

.hero-featured-widget .featured-piece {
  animation-delay: calc(var(--featured-step, 0) * 70ms);
}

@keyframes featured-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-14px);
  }
}

@keyframes featured-in {
  from {
    opacity: 0;
    transform: translateX(14px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  color: var(--msm-green-deep);
  background: rgba(13, 122, 58, 0.1);
  margin-bottom: 0.85rem;
}

.msm-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(13, 122, 58, 0.25);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.82rem;
  color: #1f2937;
}

.approach-panel {
  border: 1px solid rgba(13, 122, 58, 0.18);
  border-radius: 0.9rem;
  background: linear-gradient(145deg, #ffffff 0%, #f4faf6 100%);
  padding: 1.25rem;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 251, 246, 0.9));
}

.site-navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  background:
    linear-gradient(90deg, #0d7a3a 0%, #12914a 48%, #b7a12c 100%);
  border-bottom-color: rgba(255, 255, 255, 0.28) !important;
}

.site-navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--navbar-texture, none);
  background-size: cover;
  background-position: center;
  opacity: var(--navbar-texture-opacity, 0);
  pointer-events: none;
}

.site-navbar .container {
  position: relative;
  z-index: 1;
}

.site-navbar .navbar-brand {
  display: inline-flex;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.navbar-logo {
  height: 42px;
  aspect-ratio: 4.4 / 1;
  width: auto;
  object-fit: contain;
  display: block;
}

.site-navbar .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff !important;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.site-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.22rem;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-navbar .nav-link.active,
.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
  color: #ffffff !important;
}

.site-navbar .nav-link.active::after,
.site-navbar .nav-link:hover::after,
.site-navbar .nav-link:focus::after {
  transform: scaleX(1);
}

.service-hover-dropdown {
  position: relative;
}

.site-navbar .service-hover-menu {
  transform-origin: top center;
  transform: scaleY(0.86) translateY(-8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin-top: 0.35rem;
  border: 1px solid rgba(13, 122, 58, 0.25);
  border-radius: 0.55rem;
  padding: 0.3rem;
  min-width: 250px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 247, 0.98));
  box-shadow: 0 12px 24px rgba(8, 28, 18, 0.16);
  display: block;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, visibility 0ms linear 280ms;
}

.site-navbar .service-hover-menu .dropdown-item {
  opacity: 0;
  transform: translateY(-8px);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
  border-radius: 0.4rem;
  font-weight: 600;
  color: #15442a;
  white-space: normal;
}

.site-navbar .service-hover-menu .dropdown-item:hover,
.site-navbar .service-hover-menu .dropdown-item:focus {
  background: rgba(13, 122, 58, 0.12);
  color: #0a5d2c;
}

.service-hover-dropdown:hover > .service-hover-menu,
.service-hover-dropdown:focus-within > .service-hover-menu {
  transform: scaleY(1) translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.service-hover-dropdown:hover > .service-hover-menu .dropdown-item,
.service-hover-dropdown:focus-within > .service-hover-menu .dropdown-item {
  opacity: 1;
  transform: translateY(0);
}

.site-navbar .service-hover-menu .dropdown-item:nth-child(1) {
  transition-delay: 40ms;
}

.site-navbar .service-hover-menu .dropdown-item:nth-child(2) {
  transition-delay: 80ms;
}

.site-navbar .service-hover-menu .dropdown-item:nth-child(3) {
  transition-delay: 120ms;
}

.site-navbar .service-hover-menu .dropdown-item:nth-child(4) {
  transition-delay: 160ms;
}

@media (prefers-reduced-motion: reduce) {
  .site-navbar .nav-link::after,
  .site-navbar .service-hover-menu,
  .site-navbar .service-hover-menu .dropdown-item {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .site-navbar > .container {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

  .site-navbar .navbar-brand {
    margin-right: auto;
    order: 1;
  }

  .site-navbar .mobile-lang-dock {
    display: block;
    position: static;
    transform: none;
    margin-left: 0.4rem;
    order: 2;
    z-index: 2;
  }

  .site-navbar .navbar-toggler {
    margin-left: 0.35rem;
    order: 3;
  }

  .site-navbar .navbar-collapse {
    order: 4;
    flex-basis: 100%;
  }

  .site-navbar .navbar-collapse {
    text-align: right;
  }

  .site-navbar .navbar-nav {
    width: 100%;
    align-items: flex-end;
  }

  .site-navbar .nav-item {
    width: 100%;
  }

  .site-navbar .nav-link {
    width: 100%;
    justify-content: flex-end;
    text-align: right;
  }

  .site-navbar .nav-link::after {
    transform-origin: right center;
  }

  .site-navbar .service-hover-dropdown {
    margin-bottom: 0;
  }

  .site-navbar .service-hover-menu {
    position: static;
    float: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
    min-width: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-navbar .service-hover-menu .dropdown-item {
    opacity: 1;
    transform: none;
    padding: 0.18rem 0;
    font-size: 0.86rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.86);
    text-align: right;
    background: transparent;
    border-radius: 0;
  }

  .site-navbar .service-hover-menu .dropdown-item:hover,
  .site-navbar .service-hover-menu .dropdown-item:focus {
    color: #ffffff;
    background: transparent;
  }

  .site-navbar .service-hover-menu .dropdown-item:nth-child(1),
  .site-navbar .service-hover-menu .dropdown-item:nth-child(2),
  .site-navbar .service-hover-menu .dropdown-item:nth-child(3),
  .site-navbar .service-hover-menu .dropdown-item:nth-child(4) {
    transition-delay: 0ms;
  }

  .site-navbar .btn-group[role="group"] {
    margin-left: auto;
    margin-right: 0;
  }

  .site-navbar .mobile-lang-toggle {
    margin: 0;
  }

  .site-navbar .mobile-lang-toggle > .btn[data-lang] {
    min-width: clamp(2.1rem, 10.5vw, 2.75rem);
    padding-left: clamp(0.28rem, 1.8vw, 0.52rem) !important;
    padding-right: clamp(0.28rem, 1.8vw, 0.52rem) !important;
    justify-content: center;
    gap: 0;
  }

  .site-navbar .mobile-lang-toggle > .btn[data-lang] > span {
    display: none;
  }

  .site-navbar .mobile-lang-toggle > .btn[data-lang] .lang-toggle-icon {
    height: clamp(0.8rem, 3vw, 0.98rem);
  }
}

@media (max-width: 430px) {
  .site-navbar .mobile-lang-toggle > .btn[data-lang] {
    min-width: 1.95rem;
    padding-left: 0.24rem !important;
    padding-right: 0.24rem !important;
  }
}

@media (min-width: 992px) {
  .site-navbar .mobile-lang-dock {
    display: none !important;
  }
}

.site-navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6);
}

.site-navbar .navbar-toggler-icon {
  filter: invert(1) brightness(2);
}

.site-navbar .btn-outline-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  font-weight: 700;
}

.site-navbar .btn-outline-secondary:hover,
.site-navbar .btn-outline-secondary:focus,
.site-navbar .btn-outline-secondary.active {
  color: #0d7a3a;
  border-color: #ffffff;
  background-color: #ffffff;
}

.card {
  border-color: rgba(13, 122, 58, 0.15);
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.05);
}

.card:hover {
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.09);
}

.btn-primary {
  background: linear-gradient(140deg, var(--msm-green) 0%, #12914a 100%);
  border-color: var(--msm-green);
}

.btn-outline-primary {
  border-color: var(--msm-green);
  color: var(--msm-green);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: linear-gradient(135deg, rgba(13, 122, 58, 0.15), rgba(217, 165, 32, 0.15));
  color: var(--msm-green-deep);
  border-color: var(--msm-green);
}

.logo-wall {
  overflow: hidden;
  position: relative;
}

.partners-wall {
  margin-bottom: 0.5rem;
  --partners-edge-fade: 26px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 var(--partners-edge-fade), #000 calc(100% - var(--partners-edge-fade)), transparent);
  mask-image: linear-gradient(to right, transparent, #000 var(--partners-edge-fade), #000 calc(100% - var(--partners-edge-fade)), transparent);
}

.logo-track {
  --logo-gap: 2rem;
  --logo-item-width: 180px;
  --logo-unique-count: 4;
  --logo-loop-distance: calc((var(--logo-item-width) * var(--logo-unique-count)) + (var(--logo-gap) * var(--logo-unique-count)));
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: var(--logo-gap);
  animation: logo-scroll 25s linear infinite;
  will-change: transform;
}

.partners-wall .logo-track {
  animation-duration: 32s;
}

.logo-item {
  flex: 0 0 auto;
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  height: var(--logo-height);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 122, 58, 0.22);
  border-radius: 0.5rem;
  background: linear-gradient(145deg, #ffffff 0%, #f4faf6 100%);
  padding: 0.75rem;
}

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

.client-logo-wall {
  display: grid;
  gap: 0.9rem;
}

.logo-track-row {
  overflow: hidden;
}

.client-logo-wall .logo-track {
  --logo-gap: 1.1rem;
  --logo-item-width: 168px;
  --logo-unique-count: 10;
  gap: var(--logo-gap);
  animation-duration: 36s;
}

.client-logo-wall .row-middle {
  padding-left: 46px;
}

.client-logo-wall .row-middle .logo-track {
  animation-duration: 40s;
  animation-direction: reverse;
}

.client-logo-wall .row-bottom .logo-track {
  animation-duration: 34s;
}

.client-logo-wall .logo-item {
  width: 168px;
  min-width: 168px;
  max-width: 168px;
  height: 58px;
  border-color: rgba(13, 122, 58, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(244, 250, 246, 0.88));
}

.divisions-summary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 248, 0.96));
}

.divisions-grid {
  align-items: stretch;
}

.division-item {
  background: transparent;
  border: 0;
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.division-item + .division-item {
  border-left: 1px solid rgba(13, 122, 58, 0.3);
}

.division-symbol {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
  border: 1px solid rgba(13, 122, 58, 0.2);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.95), rgba(235, 246, 239, 0.9));
  box-shadow: 0 10px 22px rgba(7, 65, 31, 0.1);
}

.division-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.division-learn-link {
  font-weight: 700;
  color: var(--msm-green-deep);
  text-decoration: none;
}

.division-learn-link:hover,
.division-learn-link:focus {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.home-division-nav {
  margin-top: 1.25rem;
}

.home-division-nav .home-division-link {
  min-height: 250px;
  align-items: center;
  text-align: center;
  gap: 0.8rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.home-division-nav .home-division-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 30, 22, 0.15) 0%,
    rgba(16, 30, 22, 0.08) 32%,
    rgba(16, 30, 22, 0.02) 62%,
    rgba(16, 30, 22, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
  z-index: 0;
}

.home-division-nav .home-division-link > * {
  position: relative;
  z-index: 1;
}

.home-division-icon {
  width: 52px;
  height: 68px;
  flex: 0 0 auto;
}

.home-division-title {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.1;
  color: inherit;
}

.home-division-desc {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.55;
  color: rgba(13, 13, 13, 0.74);
}

.home-division-nav .home-division-link:hover,
.home-division-nav .home-division-link:focus-visible {
  background: rgba(13, 122, 58, 0.08);
  color: #111111;
}

.home-division-nav .home-division-link:hover::before,
.home-division-nav .home-division-link:focus-visible::before {
  opacity: 1;
}

.home-division-nav .home-division-link:hover .home-division-title,
.home-division-nav .home-division-link:focus-visible .home-division-title,
.home-division-nav .home-division-link:hover .home-division-desc,
.home-division-nav .home-division-link:focus-visible .home-division-desc {
  color: #111111;
}

.leadership-teaser {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 247, 0.98));
}

.leadership-grid {
  align-items: stretch;
}

.leadership-item {
  border: 0;
  background: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.leadership-item + .leadership-item {
  border-left: 1px solid rgba(13, 122, 58, 0.3);
}

.leadership-card-shell {
  position: relative;
  --leader-portrait-width: clamp(180px, 40%, 236px);
  --leader-line-anchor: 122px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.1rem;
  min-height: 320px;
  padding: 0.35rem 0;
}

.leadership-card-shell::after {
  content: "";
  position: absolute;
  left: 0.35rem;
  right: calc(var(--leader-portrait-width) * 0.16);
  bottom: var(--leader-line-anchor);
  border-top: 1.5px solid rgba(16, 30, 22, 0.35);
  z-index: 1;
}

.leadership-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  text-align: right;
  margin-bottom: var(--leader-line-anchor);
  position: relative;
  z-index: 2;
}

.leadership-copy .h5 {
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 0.3rem !important;
}

.leadership-copy p {
  font-weight: 400;
  color: rgba(17, 24, 20, 0.84) !important;
  margin-bottom: 0;
  line-height: 1.3;
}

.leadership-portrait-stage {
  position: relative;
  z-index: 3;
  width: var(--leader-portrait-width);
  height: clamp(275px, 34vw, 332px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  perspective: 900px;
}

.leadership-portrait-stage::before {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 3%;
  left: 0;
  border-radius: 0.85rem;
  background: linear-gradient(165deg, rgba(13, 122, 58, 0.2), rgba(13, 122, 58, 0.1) 58%, rgba(217, 165, 32, 0.2));
  border: 1px solid rgba(13, 122, 58, 0.2);
  box-shadow: 0 15px 26px rgba(8, 28, 18, 0.15);
}

.leadership-portrait-stage::after {
  content: "";
  position: absolute;
  inset: auto 9% -7px;
  height: 15px;
  background: radial-gradient(ellipse at center, rgba(8, 28, 18, 0.24), rgba(8, 28, 18, 0));
  filter: blur(2px);
}

.leadership-portrait {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  border: 0;
  position: relative;
  z-index: 4;
  transform: translateZ(22px);
  filter: drop-shadow(0 10px 16px rgba(9, 31, 19, 0.17));
}

.service-jump-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.2rem;
}

.service-jump-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: var(--msm-green-deep);
}

.service-jump-link:hover,
.service-jump-link:focus {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.service-division-entry {
  padding: 0;
  border: 0;
  background: transparent;
}

.service-division-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.service-manager-shot {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  border: 0;
  background: linear-gradient(180deg, rgba(13, 122, 58, 0.12), rgba(217, 165, 32, 0.2));
  flex-shrink: 0;
}

.service-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.service-image-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 0;
  border-radius: 0.45rem;
  background: rgba(13, 122, 58, 0.08);
}

.service-division-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  border-top: 1px solid rgba(13, 122, 58, 0.26);
  border-bottom: 1px solid rgba(13, 122, 58, 0.26);
}

.service-division-link {
  min-height: 170px;
  padding: 1rem 0.85rem 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  text-align: center;
  color: #111111;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 250, 247, 0.95));
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: background-color 0.22s ease, color 0.22s ease;
}

/* .service-division-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(255, 255, 255, 0.2) 17%,
    rgba(9, 33, 20, 0.1) 100%
  );
  opacity: 1;
  transition: opacity 0.22s ease;
  pointer-events: none;
  z-index: 0;
} */

.service-division-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.16) 17%,
    rgba(0, 0, 0, 0.05) 66%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
  z-index: 0;
}

.service-division-link > * {
  position: relative;
  z-index: 1;
}

.service-division-link + .service-division-link {
  border-left: 1px solid rgba(13, 122, 58, 0.26);
}

.service-division-icon {
  width: 62px;
  height: 82px;
  object-fit: contain;
  flex: 0 0 auto;
}

.service-division-link span {
  font-family: Rajdhani, Arial, sans-serif;
  font-size: 1.34rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: inherit;
}

.service-division-link:hover,
.service-division-link:focus-visible {
  background: rgba(13, 122, 58, 0.06);
  color: var(--msm-green-deep);
}

.service-division-link:hover::before,
.service-division-link:focus-visible::before {
  opacity: 0;
}

.service-division-link:hover::after,
.service-division-link:focus-visible::after {
  opacity: 0.58;
}

.service-division-link.is-active,
.service-division-link[aria-current="page"] {
  background: var(--msm-green-deep);
  color: var(--msm-white);
}

.service-division-link.is-active::before,
.service-division-link[aria-current="page"]::before {
  opacity: 0;
}

.service-division-link.is-active::after,
.service-division-link[aria-current="page"]::after {
  opacity: 0.78;
}

.service-division-link.is-active:hover,
.service-division-link.is-active:focus-visible,
.service-division-link[aria-current="page"]:hover,
.service-division-link[aria-current="page"]:focus-visible {
  background: var(--msm-green-deep);
  color: var(--msm-white);
}

.service-division-link.is-active:hover::after,
.service-division-link.is-active:focus-visible::after,
.service-division-link[aria-current="page"]:hover::after,
.service-division-link[aria-current="page"]:focus-visible::after {
  opacity: 0.92;
}

.service-division-link.is-active .service-division-icon,
.service-division-link[aria-current="page"] .service-division-icon {
  filter: brightness(0) invert(1);
}

.service-overview-copy {
  max-width: 980px;
  margin-inline: auto;
}

.service-overview-copy p {
  line-height: 1.65;
}

.division-panel {
  border: 1px solid rgba(13, 122, 58, 0.16);
  border-radius: 0.7rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97), rgba(244, 250, 246, 0.97));
  box-shadow: 0 12px 28px rgba(8, 28, 18, 0.08);
  padding: 1.25rem;
}

.division-intro-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.division-title {
  font-size: clamp(1.45rem, 1.25rem + 0.7vw, 2rem);
  margin-bottom: 0.55rem;
}

.division-value {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #1d2a23;
}

.division-value::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 0.65rem;
  background: linear-gradient(90deg, rgba(13, 122, 58, 0.78), rgba(13, 122, 58, 0.28) 52%, rgba(13, 122, 58, 0));
}

.division-ledby-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.division-ledby-label {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(10, 93, 44, 0.74);
}

.division-ledby-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.division-ledby-copy {
  min-width: 0;
  flex: 1 1 auto;
  max-width: calc(100% - 8.25rem);
}

.division-ledby-portrait-stage {
  width: 120px;
  height: 116px;
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.division-ledby-photo {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center 5%;
  background: linear-gradient(165deg, rgba(13, 122, 58, 0.22), rgba(217, 165, 32, 0.26));
  border: 2px solid rgba(13, 122, 58, 0.22);
  flex: 0 0 auto;
  transform: translateY(-10px) translateX(-1rem) scale(1.25);
}

.division-ledby-name {
  font-weight: 800;
  color: #16251d;
  line-height: 1.2;
}

.division-ledby-role {
  font-size: 0.92rem;
  color: #2b3c33;
  line-height: 1.35;
}

html[lang="id"] .division-ledby-copy {
  max-width: calc(100% - 9.5rem);
}

.division-scope-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.5rem;
}

.division-scope-separator {
  width: 100%;
  height: 2px;
  margin-bottom: 0.85rem;
  background: linear-gradient(90deg, rgba(13, 122, 58, 0.82), rgba(13, 122, 58, 0.28) 54%, rgba(13, 122, 58, 0));
}

.division-scope-list li {
  line-height: 1.45;
}

.division-scope-chips {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.division-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 122, 58, 0.3);
  background: rgba(13, 122, 58, 0.07);
  color: #0a5d2c;
  font-size: 0.86rem;
  font-weight: 700;
}

.division-hero-image-wrap {
  height: clamp(320px, 32vw, 480px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  overflow: hidden;
  border: 1px solid rgba(13, 122, 58, 0.16);
  background: linear-gradient(165deg, rgba(238, 247, 242, 0.94), rgba(252, 255, 253, 0.95));
  box-shadow: 0 12px 28px rgba(8, 28, 18, 0.1);
}

.division-support-image-wrap {
  display: flex;
  flex-direction: column;
}

.division-support-media {
  border-radius: 0.7rem;
  overflow: hidden;
  border: 1px solid rgba(13, 122, 58, 0.16);
  box-shadow: 0 12px 28px rgba(8, 28, 18, 0.1);
}

.division-hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.division-support-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.division-support-caption {
  width: calc(100% - 1.1rem);
  margin: -0.85rem auto 0;
  padding: 0.58rem 0.72rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(13, 122, 58, 0.2);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 248, 0.98));
  box-shadow: 0 8px 18px rgba(8, 28, 18, 0.14);
  color: #143323;
  font-size: 0.84rem;
  line-height: 1.35;
  position: relative;
  z-index: 2;
}

.parallax-hover {
  --parallax-x: 0px;
  --parallax-y: 0px;
  --parallax-scale: 1.055;
  --parallax-zoom-duration: 380ms;
  --parallax-move-duration: 170ms;
  position: relative;
  overflow: hidden;
}

.parallax-media {
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform var(--parallax-zoom-duration) cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.parallax-hover.is-parallax-active .parallax-media {
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) scale(var(--parallax-scale));
  transition-duration: var(--parallax-move-duration);
}

@media (prefers-reduced-motion: reduce) {
  .parallax-media,
  .parallax-hover.is-parallax-active .parallax-media {
    transform: none;
    transition: none;
  }
}

.reveal-on-scroll {
  --reveal-duration: 620ms;
  --reveal-delay: 0ms;
  --reveal-distance: 56px;
  --reveal-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  opacity: 1;
  transform: none;
}

body.reveal-ready .reveal-on-scroll {
  transition: opacity var(--reveal-duration) var(--reveal-ease), transform var(--reveal-duration) var(--reveal-ease);
  transition-delay: var(--reveal-delay);
}

body.reveal-ready .reveal-on-scroll:not(.is-revealed) {
  opacity: 0;
  will-change: opacity, transform;
}

body.reveal-ready .reveal-on-scroll:not(.is-revealed)[data-reveal-direction="left"] {
  transform: translate3d(calc(var(--reveal-distance) * -1), 0, 0);
}

body.reveal-ready .reveal-on-scroll:not(.is-revealed)[data-reveal-direction="right"] {
  transform: translate3d(var(--reveal-distance), 0, 0);
}

body.reveal-ready .reveal-on-scroll:not(.is-revealed)[data-reveal-direction="up"] {
  transform: translate3d(0, var(--reveal-distance), 0);
}

body.reveal-ready .reveal-on-scroll:not(.is-revealed)[data-reveal-direction="down"] {
  transform: translate3d(0, calc(var(--reveal-distance) * -1), 0);
}

body.reveal-ready .reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (max-width: 991.98px) {
  /* Keep mobile reveal motion while avoiding horizontal overflow that can trigger viewport auto-scaling. */
  body.reveal-ready .reveal-on-scroll:not(.is-revealed)[data-reveal-direction="left"],
  body.reveal-ready .reveal-on-scroll:not(.is-revealed)[data-reveal-direction="right"] {
    transform: translate3d(0, min(24px, var(--reveal-distance)), 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.reveal-ready .reveal-on-scroll,
  body.reveal-ready .reveal-on-scroll.is-revealed,
  body.reveal-ready .reveal-on-scroll[data-reveal-direction="left"],
  body.reveal-ready .reveal-on-scroll[data-reveal-direction="right"],
  body.reveal-ready .reveal-on-scroll[data-reveal-direction="up"],
  body.reveal-ready .reveal-on-scroll[data-reveal-direction="down"] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1399.98px) and (min-width: 992px) {
  html[lang="id"] .division-ledby-copy {
    max-width: calc(100% - 8rem);
  }

  .division-ledby-copy {
    max-width: calc(100% - 7.2rem);
  }

  .division-ledby-body {
    gap: 0.6rem;
  }

  .division-ledby-portrait-stage {
    width: 106px;
    height: 102px;
    flex-basis: 106px;
  }

  .division-ledby-photo {
    width: 90px;
    height: 90px;
    transform: translateY(-5px) translateX(-0.65rem) scale(1.12);
  }

  .division-ledby-role {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--logo-loop-distance)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none;
  }

  .hero-kicker-out,
  .hero-kicker-in,
  .featured-out,
  .featured-in,
  .hero-featured-widget.featured-cycle-out .featured-piece,
  .hero-featured-widget.featured-cycle-in .featured-piece {
    animation: none;
  }

  .hero-featured-widget.featured-cycle-prep .featured-piece {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .hero-shell .row {
    position: relative;
  }

  .hero-shell .row > .col-lg-7 {
    position: relative;
    z-index: 4;
  }

  .hero-shell {
    background-attachment: scroll, scroll, scroll, scroll, scroll;
  }

  .hero-shell .container {
    min-height: auto;
    display: block;
  }

  .hero-kicker {
    font-size: clamp(1.8rem, 8.5vw, 2.4rem);
    height: auto;
    min-height: 2.9em;
    align-items: flex-start;
  }

  .hero-featured-col {
    position: relative;
    z-index: 1;
    margin-top: 4rem;
  }

  .hero-cta-stack .dropdown,
  .hero-cta-stack .dropdown-menu {
    position: relative;
    z-index: 6;
  }

  .hero-featured-widget {
    width: min(100%, 540px);
  }

  .hero-featured-info {
    text-align: left !important;
    margin-top: 0.85rem !important;
  }

  .division-item + .division-item {
    border-left: 0;
  }

  .leadership-item + .leadership-item {
    border-left: 0;
  }

  .leadership-card-shell {
    min-height: 300px;
    --leader-portrait-width: clamp(170px, 45%, 220px);
    --leader-line-anchor: 112px;
  }

  .leadership-card-shell::after {
    right: calc(var(--leader-portrait-width) * 0.14);
  }

  .leadership-portrait-stage {
    height: 300px;
  }

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

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

  .service-division-link:nth-child(3),
  .service-division-link:nth-child(4) {
    border-top: 1px solid rgba(13, 122, 58, 0.26);
  }

  .service-division-link:nth-child(3) {
    border-left: 0;
  }

  .home-division-nav .home-division-link {
    min-height: 220px;
  }

  .division-hero-image-wrap {
    height: clamp(290px, 50vw, 350px);
  }

  .division-ledby-body {
    gap: 0.55rem;
  }

  html[lang="id"] .division-ledby-copy {
    max-width: calc(100% - 7.2rem);
  }

  .division-ledby-copy {
    max-width: calc(100% - 6.6rem);
  }

  .division-ledby-portrait-stage {
    width: 96px;
    height: 96px;
    flex-basis: 96px;
  }

  .division-ledby-photo {
    width: 88px;
    height: 88px;
    transform: translateY(-2px) translateX(0) scale(1.05);
  }
}

@media (max-width: 767.98px) {
  .hero-cta-stack {
    max-width: 100%;
  }

  .hero-cta-row {
    gap: 0.75rem;
  }

  .hero-cta-row > * + * {
    padding-left: 0;
  }

  .hero-cta-row > * + *::before {
    content: none;
  }

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

  .service-division-link {
    min-height: 146px;
  }

  .service-division-link + .service-division-link {
    border-left: 0;
    border-top: 1px solid rgba(13, 122, 58, 0.26);
  }

  .service-division-link:nth-child(3),
  .service-division-link:nth-child(4) {
    border-top: 1px solid rgba(13, 122, 58, 0.26);
  }

  .home-division-nav {
    border: 1px solid rgba(13, 122, 58, 0.26);
  }

  .home-division-nav .home-division-link {
    min-height: auto;
    padding: 1.35rem 1.1rem;
  }

  .home-division-nav .home-division-link + .home-division-link {
    border-left: 0;
    border-top: 1px solid rgba(13, 122, 58, 0.26);
  }

  .division-hero-image-wrap {
    height: clamp(240px, 58vw, 320px);
  }

  .division-panel {
    padding: 1rem;
  }

  .division-support-image {
    height: 220px;
  }

  .division-ledby-body {
    gap: 0.6rem;
  }

  html[lang="id"] .division-ledby-copy {
    max-width: calc(100% - 6.2rem);
  }

  .division-ledby-copy {
    max-width: calc(100% - 5.8rem);
  }

  .division-ledby-portrait-stage {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }

  .division-ledby-photo {
    width: 80px;
    height: 80px;
    transform: translateY(-1px) translateX(-0.1rem) scale(1.03);
    object-position: center 8%;
  }

  .division-ledby-name {
    font-size: 1.03rem;
  }

  .division-ledby-role {
    font-size: 0.89rem;
    line-height: 1.3;
  }
}

.timeline {
  border-left: 3px solid rgba(13, 122, 58, 0.3);
  margin-left: 0.75rem;
  padding-left: 1.5rem;
}

.timeline-item {
  position: relative;
  margin-bottom: 1.75rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -1.95rem;
  top: 0.35rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--msm-green), var(--msm-gold));
}

.timeline-item-emphasis .h5 {
  font-size: clamp(1.45rem, 1.2rem + 0.45vw, 1.9rem);
  font-weight: 800;
  color: var(--msm-green-deep);
  letter-spacing: 0.01em;
}

.timeline-item-emphasis p {
  font-size: 1.03rem;
  font-weight: 600;
  color: #1d2a23;
}

.timeline-item-emphasis::before {
  width: 0.95rem;
  height: 0.95rem;
  left: -2.02rem;
  box-shadow: 0 0 0 3px rgba(217, 165, 32, 0.18);
}

.project-filters-heading-wrap {
  max-width: 980px;
}

.project-filters-heading {
  font-family: Rajdhani, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.project-filters-separator {
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 122, 58, 0.82), rgba(13, 122, 58, 0.28) 54%, rgba(13, 122, 58, 0));
}

.project-card {
  height: 100%;
  border: 1px solid rgba(13, 122, 58, 0.18);
  border-radius: 1rem;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 246, 0.96));
  overflow: hidden;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms ease;
  will-change: transform;
}

.project-card:hover,
.project-card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(8, 32, 19, 0.14);
}

.project-thumbnail {
  background: linear-gradient(145deg, rgba(13, 122, 58, 0.08), rgba(217, 165, 32, 0.12));
  border-bottom: 1px solid rgba(13, 122, 58, 0.2);
}

.project-frame {
  position: relative;
  margin: 0.7rem;
  border-radius: 1.55rem;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(8, 32, 19, 0.18);
}

.project-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32), inset 0 0 80px rgba(8, 20, 13, 0.34);
}

.project-thumbnail-image {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  display: block;
}

.project-thumbnail-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, rgba(13, 122, 58, 0.14), rgba(217, 165, 32, 0.22));
  color: #0d2a16;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
}

.project-location-pill {
  position: absolute;
  right: 0.9rem;
  bottom: 0.8rem;
  z-index: 2;
  color: #ffffff;
  background: rgba(13, 122, 58, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 0.36rem 0.82rem;
  font-size: 0.89rem;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(3px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.project-location-pill::before {
  content: "";
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  transform: translateY(0.04rem);
  margin-right: 0.4rem;
  opacity: 0.95;
}

.project-card-modern .card-body {
  padding-top: 0.2rem;
}

.project-card-title {
  font-size: clamp(1.6rem, 1.1rem + 1.6vw, 2.05rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #245f35;
}

.project-client-line {
  font-size: 1.02rem;
  color: rgba(17, 24, 20, 0.78);
}

.project-meta-table {
  position: relative;
  margin-top: 0.15rem;
}

.project-meta-table::before {
  content: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(46%, 196px);
  width: 1px;
  background: rgba(13, 122, 58, 0.22);
}

.project-meta-row {
  display: grid;
  grid-template-columns: minmax(108px, 46%) 1fr;
  align-items: start;
  gap: 0.55rem;
  padding: 0.58rem 0;
}

.project-meta-row:nth-child(odd) {
  background: rgba(13, 122, 58, 0.07);
}

.project-meta-label {
  text-align: right;
  font-weight: 500;
  color: rgba(28, 63, 40, 0.78);
  padding-right: 0.2rem;
  transform: translateX(-0.25rem);
}

.project-meta-value {
  text-align: left;
  font-weight: 600;
  color: #1b2a20;
  padding-left: 0.12rem;
  transform: translateX(-0.3rem);
}

.project-modal-dialog {
  width: min(96vw, 980px);
  max-width: none;
}

#projectModal .modal-content {
  border: 1px solid rgba(13, 122, 58, 0.18);
  border-radius: 1rem;
  overflow: hidden;
}

.project-modal-body {
  padding-top: 0.75rem;
}

.project-modal-frame {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(8, 32, 19, 0.18);
  margin-bottom: 1rem;
}

.project-modal-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32), inset 0 0 90px rgba(8, 20, 13, 0.28);
}

.project-modal-image {
  width: 100%;
  height: auto;
  display: block;
  max-height: 70vh;
  object-fit: contain;
  background: #e8efe9;
}

.project-frame.parallax-hover,
.project-modal-frame.parallax-hover {
  --parallax-scale: 1.045;
}

@media (prefers-reduced-motion: reduce) {
  .project-card,
  .project-card:hover,
  .project-card:focus-within {
    transition: none;
    transform: none;
  }
}

.project-modal-table .project-meta-row {
  grid-template-columns: minmax(110px, 34%) 1fr;
}

.project-modal-table::before {
  left: min(34%, 180px);
}

.project-modal-table .project-meta-label {
  transform: translateX(-0.2rem);
}

.project-modal-table .project-meta-value {
  transform: none;
}

body[data-project-category] main .container {
  max-width: min(1460px, calc(100% - 2rem));
}

@media (max-width: 767.98px) {
  .founder-portrait-stage {
    --founder-shell-width: min(100%, 286px);
  }

  .leadership-card-shell {
    min-height: 275px;
    --leader-portrait-width: clamp(156px, 46%, 200px);
    --leader-line-anchor: 102px;
  }

  .leadership-card-shell::after {
    right: calc(var(--leader-portrait-width) * 0.14);
  }

  .leadership-portrait-stage {
    height: 272px;
  }

  .leadership-portrait-stage::before {
    top: 32%;
  }

  .manager-portrait-stage {
    width: min(100%, 210px);
  }

  .manager-portrait-stage::before {
    top: 30%;
  }

  .manager-portrait {
    max-height: 320px;
  }

  .project-card-title {
    font-size: 1.6rem;
  }

  .project-meta-row {
    grid-template-columns: minmax(92px, 38%) 1fr;
    gap: 0.65rem;
  }

  .project-meta-table::before {
    left: min(38%, 130px);
  }

  .project-modal-table .project-meta-row {
    grid-template-columns: minmax(92px, 38%) 1fr;
  }

  .project-modal-table::before {
    left: min(38%, 130px);
  }

  body[data-project-category] main .container {
    max-width: calc(100% - 1.5rem);
  }
}

.contact-intro {
  padding-top: 2.2rem;
  padding-bottom: 0.6rem;
}

.contact-intro-shell {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.65rem;
}

.contact-path-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  position: relative;
  z-index: 3;
}

.contact-path-card {
  border: 1px solid rgba(13, 122, 58, 0.2);
  border-radius: 0 !important;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 246, 0.98));
  box-shadow: 0 12px 24px rgba(8, 28, 18, 0.08);
  min-height: 168px;
  padding: 1.3rem 1.35rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  color: #14231b;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.contact-path-pill-proposal {
  border-top-left-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-width: 0;
  text-align: right;
  align-items: flex-end;
}

.contact-path-pill-general {
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  text-align: left;
  align-items: flex-start;
}

.contact-path-pill-proposal .contact-path-cta {
  justify-content: flex-end;
}

.contact-path-pill-general .contact-path-cta {
  justify-content: flex-start;
}

.contact-path-card:hover,
.contact-path-card:focus-visible {
  border-color: rgba(13, 122, 58, 0.42);
  background: linear-gradient(160deg, rgba(240, 249, 243, 0.98), rgba(255, 255, 255, 0.98));
}

.contact-path-card.is-active {
  border-color: rgba(13, 122, 58, 0.62);
  background: linear-gradient(160deg, rgba(218, 243, 226, 0.98), rgba(240, 249, 243, 0.98));
}

.contact-path-kicker {
  font-family: Rajdhani, Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.05;
  color: #0c5d2d;
  font-weight: 700;
}

.contact-path-desc {
  line-height: 1.58;
  margin-block: 0.2rem 0.1rem;
}

.contact-path-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #0a5d2c;
}

.contact-icon-slot {
  width: 1.45rem;
  height: 1.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.contact-icon-slot svg {
  width: 100%;
  height: 100%;
}

.contact-form-shell {
  border-top: 0;
  padding-top: 0.3rem;
  margin-top: -0.2rem;
  position: relative;
  z-index: 1;
}

.contact-form-panel {
  border: 1px solid rgba(13, 122, 58, 0.18);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(8, 28, 18, 0.08);
  padding: 1.1rem;
  margin-bottom: 0.9rem;
}

.contact-form-panel.is-opening {
  animation: contact-form-print 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes contact-form-print {
  from {
    opacity: 0;
    transform: translateY(-20px);
    clip-path: inset(0 0 100% 0 round 0.9rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 0 0 round 0.9rem);
  }
}

.contact-form-panel .form-control,
.contact-form-panel .form-select,
.contact-form-panel textarea.form-control {
  border-radius: 0.6rem !important;
}

.contact-form-section-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0a5d2c;
}

.contact-form-section-label-optional {
  color: #4f5f57;
}

.contact-form-divider-wrap {
  padding-top: 0.2rem;
  padding-bottom: 0.15rem;
}

.contact-form-divider {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 122, 58, 0.8), rgba(255, 255, 255, 0.94));
}

.contact-form-panel button[type="submit"].contact-submit-processing {
  background: #ffffff !important;
  border-color: #0a5d2c !important;
  color: #0a5d2c !important;
  box-shadow: none !important;
  pointer-events: none;
}

.contact-form-panel button[type="submit"].contact-submit-locked {
  background: #d6d8d9 !important;
  border-color: #c4c7c9 !important;
  color: #6d7377 !important;
  box-shadow: none !important;
  pointer-events: none;
}

.contact-form-panel button[type="submit"].contact-submit-crossfade {
  animation: contact-submit-crossfade 300ms ease;
}

@keyframes contact-submit-crossfade {
  0% {
    opacity: 1;
  }
  48% {
    opacity: 0.28;
  }
  100% {
    opacity: 1;
  }
}

.contact-alert-host {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1080;
  display: flex;
  justify-content: center;
  pointer-events: none;
  padding: 0.75rem;
}

.contact-top-alert {
  width: min(860px, calc(100% - 1.5rem));
  margin: 0;
  border: 1px solid rgba(13, 122, 58, 0.24);
  border-left: 4px solid rgba(13, 122, 58, 0.7);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 24px rgba(8, 28, 18, 0.18);
  transform: translateY(-130%);
  opacity: 0;
  transition: transform 380ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 260ms ease;
  pointer-events: auto;
}

.contact-top-alert.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.contact-top-alert-copy {
  font-size: 0.97rem;
  line-height: 1.45;
  text-wrap: pretty;
  overflow-wrap: anywhere;
  padding-right: 1.75rem;
}

.contact-info-title {
  color: #0a5d2c;
}

.contact-info-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 122, 58, 0.5), rgba(13, 122, 58, 0.18));
}

.contact-info-grid {
  margin-top: 0.85rem !important;
}

.contact-line-stack {
  display: grid;
  gap: 1.05rem;
}

.contact-line-item {
  display: grid;
  grid-template-columns: 3.2rem 1px minmax(0, 1fr);
  align-items: center;
  column-gap: 0.9rem;
  min-height: 5.2rem;
}

.contact-line-item-mirrored {
  grid-template-columns: minmax(0, 1fr) 1px 3.2rem;
}

.contact-address-row {
  margin-bottom: 1.05rem;
}

.contact-line-icon {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a5d2c;
}

.contact-line-icon svg {
  width: 100%;
  height: 100%;
}

.contact-line-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.5;
  fill:#0a5d2c;
}

.contact-line-separator {
  width: 1px;
  height: 84%;
  justify-self: center;
  background: linear-gradient(180deg, rgba(13, 122, 58, 0), rgba(13, 122, 58, 0.35), rgba(13, 122, 58, 0));
}

.contact-line-copy {
  min-width: 0;
}

.contact-line-item-mirrored .contact-line-copy {
  text-align: right;
}

.contact-line-label {
  font-size: 1rem;
  font-weight: 500;
  color: #1f3128;
}

.contact-line-value {
  font-size: clamp(1.12rem, 1.05rem + 0.35vw, 1.4rem);
  font-weight: 700;
  color: #111111;
  line-height: 1.25;
  word-break: break-word;
}

.contact-map-wrap {
  border-radius: 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(13, 122, 58, 0.2);
  box-shadow: 0 12px 26px rgba(8, 28, 18, 0.11);
  background: #ffffff;
}

.contact-map-wrap iframe {
  display: block;
}

@media (min-width: 992px) {
  .contact-info-grid > .col-lg-6 {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 991.98px) {
  .contact-intro-shell {
    min-height: auto;
  }

  .contact-path-card {
    min-height: 0;
    padding: 1.1rem 1.2rem;
    gap: 0.7rem;
  }

  .contact-path-switch {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .contact-form-shell {
    margin-top: 0;
    padding-top: 0.5rem;
  }

  .contact-path-pill-proposal,
  .contact-path-pill-general {
    border-radius: 1rem !important;
    border-right-width: 1px;
    text-align: left;
    align-items: flex-start;
  }

  .contact-path-desc {
    overflow-wrap: anywhere;
  }

  .contact-path-pill-proposal .contact-path-cta,
  .contact-path-pill-general .contact-path-cta {
    justify-content: flex-start;
  }

  .contact-line-item,
  .contact-line-item-mirrored {
    grid-template-columns: 2.7rem 1px minmax(0, 1fr);
    min-height: 0;
  }

  .contact-line-icon {
    width: 2.7rem;
    height: 2.7rem;
  }

  .contact-line-item-mirrored .contact-line-copy {
    text-align: left;
  }

  .contact-line-item-mirrored .contact-line-icon {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .contact-line-item-mirrored .contact-line-separator {
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    align-self: stretch;
  }

  .contact-line-item-mirrored .contact-line-copy {
    grid-column: 3;
    grid-row: 1;
  }

  .contact-address-row {
    align-items: flex-start;
  }

  .contact-address-row {
    margin-bottom: 0.8rem;
  }

  .contact-alert-host {
    top: max(0.3rem, env(safe-area-inset-top));
    padding: 0.55rem;
  }

  .contact-top-alert {
    width: calc(100% - 0.2rem);
    padding: 0.72rem 2.5rem 0.72rem 0.8rem;
    border-left-width: 3px;
    border-radius: 0.72rem;
    box-shadow: 0 8px 18px rgba(8, 28, 18, 0.16);
  }

  .contact-top-alert-copy {
    font-size: 0.89rem;
    line-height: 1.42;
    padding-right: 0;
  }

  .contact-top-alert .btn-close {
    position: absolute;
    top: 0.52rem;
    right: 0.56rem;
    padding: 0.35rem;
    opacity: 0.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-form-panel.is-opening {
    animation: none;
  }
}

.site-footer {
  border-top: 1px solid rgba(143, 170, 153, 0.24);
  background: linear-gradient(180deg, #2e3431 0%, #262b29 100%);
  color: #dbe4df;
}

.footer-shell {
  display: grid;
  gap: 1rem;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}

.footer-brand {
  min-width: 0;
}

.footer-logo {
  aspect-ratio: 1 / 1;
  width: auto;
  height: 64px;
  object-fit: contain;
  margin-bottom: 0.65rem;
  opacity: 0.9;
}

.footer-company {
  font-weight: 600;
  color: #f1f5f3;
}

.footer-location {
  color: #bccac2;
}

.footer-contact {
  display: grid;
  justify-items: start;
  gap: 0.38rem;
}

.footer-heading {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f1f5f3;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d6e0da;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-link:hover,
.footer-link:focus {
  color: #ffffff;
}

.footer-link-icon {
  width: 0.95em;
  height: 0.95em;
  object-fit: contain;
  opacity: 0.88;
  filter: brightness(0) invert(1);
  flex: 0 0 auto;
}

.footer-bottom {
  margin-top: 0.2rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(143, 170, 153, 0.2);
  color: #a9b8af;
  font-size: 0.9rem;
}

@media (max-width: 767.98px) {
  .footer-top {
    flex-direction: column;
    gap: 1rem;
  }
}

