/* SuperBloom deploy bundle 20260520-v3 */
:root {
  --green-dark: #0b3d2e;
  --green-mid: #3a7d44;
  --green-light: #a7d7a9;
  --white: #ffffff;
  --gray-light: #f0f2f1;
  --gray-dark: #1a1a1a;
  --charcoal: #1c2420;
  --text: #2a3330;
  --surface: #ffffff;
  --surface-alt: #f5f6f5;
  --line: #e2eae4;
  --radius: 4px;
  --shadow: 0 20px 48px rgba(15, 28, 22, 0.07);
  --font-display: "Syne", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-snap: cubic-bezier(0.33, 1, 0.38, 1);
  --motion-fast: 0.28s;
  --motion-med: 0.42s;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  color: var(--text);
  background: var(--surface);
  line-height: 1.65;
  letter-spacing: -0.01em;
}

body.theme-dark {
  --text: #d4ddd8;
  --surface: #0e1311;
  --surface-alt: #151c19;
  --charcoal: #0a0e0c;
  --gray-light: #151c19;
  --gray-dark: #eef3f0;
  --line: #2a3530;
  --shadow: 0 24px 56px rgba(0, 0, 0, 0.45);
}

body.is-loading {
  overflow: hidden;
}

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

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

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.section {
  padding: clamp(4.5rem, 12vw, 8.5rem) 0;
}

.section--spacious {
  padding: clamp(5rem, 14vw, 10rem) 0;
}

.section--kpi {
  padding: clamp(1.4rem, 4vw, 2rem) 0 clamp(2.2rem, 6vw, 3rem);
}

.kpi-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.kpi-item {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(11, 61, 46, 0.04), rgba(58, 125, 68, 0.02));
  padding: 1rem 1.15rem;
  border-radius: 12px;
}

.kpi-value {
  margin: 0 0 0.2rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  color: var(--green-dark);
}

body.theme-dark .kpi-value {
  color: var(--green-light);
}

.kpi-label {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
}

.section-alt {
  background: var(--surface-alt);
}

.section--charcoal {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.88);
}

.section--charcoal .section-title,
.section--charcoal h2,
.section--charcoal h3 {
  color: var(--white);
}

.section-head {
  max-width: 720px;
  margin-bottom: 3rem;
}

.section-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.narrow {
  max-width: 720px;
  margin: 0 auto;
}

.prose {
  margin: 0;
  max-width: 62ch;
  color: var(--text);
}

.prose--muted {
  color: rgba(255, 255, 255, 0.72);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0 0 1.5rem;
}

.section-title--light {
  color: var(--white);
}

.section-lead {
  font-size: 1.125rem;
  opacity: 0.92;
  max-width: 52ch;
}

.subsection-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.display-heading {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.eyebrow {
  color: var(--green-mid);
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 0.75rem;
  margin: 0 0 1.25rem;
}

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

h1,
h2,
h3,
h4 {
  color: var(--gray-dark);
  margin: 0 0 0.8rem;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2.75rem, 7.5vw, 4.75rem);
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.hero-eyebrow {
  margin-bottom: 1.5rem;
}

.hero-lead {
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  line-height: 1.7;
  max-width: 38rem;
  opacity: 0.95;
}

.highlight-line {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--green-dark);
  margin-top: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid var(--green-mid);
}

body.theme-dark .highlight-line {
  color: var(--green-light);
}

.two-col {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.two-col--balanced {
  align-items: stretch;
}

.value-block {
  padding: 2.5rem;
  background: var(--surface-alt);
  border: 1px solid var(--line);
}

body.theme-dark .value-block {
  background: var(--surface-alt);
}

.positioning-card {
  padding: 2.5rem;
  border: 1px solid var(--line);
  background: var(--surface);
}

.services-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  padding: 2.25rem 2rem;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  border-color: rgba(58, 125, 68, 0.45);
  box-shadow: var(--shadow);
}

.service-index {
  display: block;
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--green-mid);
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.service-card p {
  margin: 0;
  font-size: 0.98rem;
  opacity: 0.9;
  line-height: 1.6;
}

.cta-section--premium {
  padding: clamp(5rem, 12vw, 8rem) 0;
  background: linear-gradient(145deg, #0b3d2e 0%, #061f18 100%);
}

.cta-heading {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  max-width: 18ch;
  margin: 0 auto 2rem;
  text-align: center;
}

.cta-wrap {
  gap: 0.25rem;
}

.btn--large {
  padding: 1rem 2rem;
  font-size: 0.95rem;
  margin-top: 1.5rem;
}

p {
  margin: 0 0 0.9rem;
}

.topbar {
  position: fixed;
  width: 100%;
  inset: 0 0 auto;
  z-index: 1200;
  background: rgba(252, 251, 248, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(11, 61, 46, 0.12);
  padding-top: env(safe-area-inset-top, 0px);
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
}

body.theme-dark .topbar {
  background: rgba(9, 18, 14, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.09);
}

.nav-wrap {
  position: relative;
  z-index: 2;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.nav-utils {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: 0.45rem;
  padding-left: 0.55rem;
  border-left: 1px solid rgba(11, 61, 46, 0.2);
}

body.theme-dark .nav-utils {
  border-left-color: rgba(255, 255, 255, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 700;
  color: var(--green-dark);
}

body.theme-dark .brand {
  color: var(--white);
}

.brand-logo {
  width: 148px;
  height: 62px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.brand-logo-mark {
  width: auto;
  height: clamp(76px, 9vw, 96px);
  max-width: 110px;
  object-fit: contain;
}

.nav-links {
  display: inline-flex;
  align-items: center;
  gap: 1.15rem;
  color: rgba(22, 38, 32, 0.9);
}

body.theme-dark .nav-links {
  color: rgba(255, 255, 255, 0.9);
}

.nav-links a {
  position: relative;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color var(--motion-fast) var(--ease-out), opacity var(--motion-fast) var(--ease-out);
}

.nav-links a:not(.btn-small)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--motion-med) var(--ease-out);
  opacity: 0.85;
}

.nav-links a:not(.btn-small):hover::after,
.nav-links a:not(.btn-small):focus-visible::after {
  transform: scaleX(1);
}

@media (min-width: 1200px) {
  .nav-links a {
    font-size: 0.88rem;
  }
}

.theme-toggle {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(11, 61, 46, 0.22);
  background: rgba(11, 61, 46, 0.06);
  color: var(--green-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

body.theme-dark .theme-toggle {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.theme-toggle:hover {
  transform: translateY(-1px);
  background: rgba(11, 61, 46, 0.1);
}

body.theme-dark .theme-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang-switcher select {
  border: 1px solid rgba(11, 61, 46, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--green-dark);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.42rem 0.75rem;
  min-height: 44px;
  box-sizing: border-box;
}

body.theme-dark .lang-switcher select {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.lang-switcher option {
  color: var(--gray-dark);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-loader {
  position: fixed;
  inset: 0;
  background: rgba(252, 251, 248, 0.97);
  display: grid;
  place-items: center;
  z-index: 2000;
  transition: opacity 280ms var(--ease-out), visibility 280ms var(--ease-out);
}

body.theme-dark .site-loader {
  background: rgba(12, 20, 17, 0.97);
}

.site-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: loaderContentIn 0.32s var(--ease-out) both;
}

.site-loader-brand {
  padding: 0.25rem;
  background: transparent;
  box-shadow: none;
}

body.theme-dark .site-loader-brand {
  background: transparent;
  box-shadow: none;
}

.site-loader-brand img[data-logo="loader"] {
  display: block;
  width: auto;
  max-height: clamp(96px, 22vw, 140px);
  margin: 0 auto;
  opacity: 0.92;
}

.site-loader.hide {
  opacity: 0;
  visibility: hidden;
}

@keyframes loaderContentIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

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

@keyframes loaderLogoBlink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.72;
  }
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: var(--green-dark);
  border: 1px solid rgba(11, 61, 46, 0.28);
  background: transparent;
  border-radius: 10px;
  padding: 0.5rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

body.theme-dark .nav-toggle {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.78rem 1.3rem;
  min-height: 48px;
  box-sizing: border-box;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-small {
  padding: 0.58rem 1rem;
  font-size: 0.85rem;
  background: var(--green-mid);
  color: var(--white);
}

.btn-primary {
  background: var(--green-dark);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(11, 61, 46, 0.3);
}

.btn-secondary {
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  color: var(--white);
}

.btn-light {
  background: var(--white);
  color: var(--green-dark);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: center;
  padding-top: max(5.25rem, calc(env(safe-area-inset-top, 0px) + 4.25rem));
  overflow: clip;
}

.hero--full {
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(12, 18, 15, 0.92) 0%,
    rgba(11, 61, 46, 0.55) 45%,
    rgba(20, 35, 28, 0.35) 100%
  );
}

.hero-content {
  position: relative;
  color: var(--white);
  max-width: 760px;
  width: 100%;
}

.hero-content h1,
.hero-content p {
  color: var(--white);
}

.lead {
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 680px;
}

.hero-cta {
  display: flex;
  gap: 0.85rem;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}

.cards-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: var(--shadow);
}

.split {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.split--reverse {
  direction: rtl;
}

.split--reverse > * {
  direction: ltr;
}

.image-panel--tall img {
  min-height: 420px;
  max-height: 520px;
}

.risk-list {
  margin: 1rem 0 1rem 0;
  padding-left: 1.15rem;
}

.risk-list li {
  margin-bottom: 0.5rem;
}

.highlight {
  font-weight: 700;
  color: var(--green-dark);
}

.image-panel img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  min-height: 330px;
  object-fit: cover;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  position: relative;
}

.timeline--premium {
  gap: 0;
  border: 1px solid var(--line);
  background: var(--surface);
}

.timeline--premium::before {
  display: none;
}

.timeline-step {
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  border-right: 1px solid var(--line);
  border-radius: 0;
  padding: 2.5rem 2rem;
  box-shadow: none;
}

.timeline-step:last-child {
  border-right: none;
}

.timeline-summary {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  opacity: 0.88;
}

.timeline-step h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.step-number {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--green-mid);
  display: block;
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}

.timeline-step ul {
  margin: 0.2rem 0 0;
  padding-left: 1.1rem;
}

.timeline-step li {
  margin-bottom: 0.45rem;
}

.value-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.value-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.95rem;
  text-align: center;
  font-weight: 700;
}

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

.project-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.project-card img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.project-meta {
  padding: 1.25rem 1.25rem 1.5rem;
}

.project-meta h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}

.project-meta p {
  font-size: 0.9rem;
  opacity: 0.85;
  margin: 0;
}

.material-tiles-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin: 0.5rem auto 1.35rem;
  max-width: 28rem;
  text-align: center;
}

.material-tiles-hint__arrow {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: var(--green-mid);
  opacity: 0.75;
}

body.theme-dark .material-tiles-hint__arrow {
  color: var(--green-light);
}

.material-tiles-hint__text {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(42, 51, 48, 0.82);
  letter-spacing: 0.01em;
}

body.theme-dark .material-tiles-hint__text {
  color: rgba(212, 221, 216, 0.88);
}

@keyframes materialHintBlink {
  0%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }

  50% {
    opacity: 0.35;
    transform: translateY(5px);
  }
}

.material-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.material-tile {
  position: relative;
  aspect-ratio: 1;
  border: 2px solid var(--line);
  background: var(--surface);
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--radius);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.material-tile:hover {
  border-color: rgba(58, 125, 68, 0.55);
}

.material-tile:focus-visible {
  outline: 2px solid var(--green-mid);
  outline-offset: 3px;
}

.material-tile.is-open {
  border-color: var(--green-dark);
  box-shadow: var(--shadow);
}

.material-tile__hint {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.04) 1px,
      transparent 1px
    ),
    linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 1;
  transition: opacity 0.45s ease;
}

body.theme-dark .material-tile__hint {
  background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
}

.material-tile.is-open .material-tile__hint {
  opacity: 0;
  pointer-events: none;
}

.material-tile__reveal {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.material-tile.is-open .material-tile__reveal {
  opacity: 1;
  transform: scale(1);
}

.material-tile__reveal img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.material-tile__meta {
  position: relative;
  z-index: 1;
  padding: 1rem 1.1rem 1.15rem;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 61, 46, 0.92) 38%);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

.material-tile.is-open .material-tile__meta {
  transform: translateY(0);
}

.material-tile__tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--green-light);
}

.material-tile__name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--white);
  line-height: 1.25;
}

.section--premium-split {
  background: linear-gradient(165deg, #faf9f7 0%, #f2ebe2 55%, #efe6dc 100%);
  color: #1a2320;
  position: relative;
}

.section--premium-split::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 12% 20%, rgba(11, 61, 46, 0.06) 0%, transparent 55%);
  pointer-events: none;
}

.section--premium-split > .container {
  position: relative;
  z-index: 1;
}

.section--premium-split .eyebrow {
  color: rgba(11, 61, 46, 0.88);
}

.premium-split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.premium-split__eyebrow {
  margin-bottom: 0.85rem;
}

.premium-split__title {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.5vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 1.25rem;
  color: #101a16;
}

.premium-split__lead {
  margin: 0 0 1.75rem;
  max-width: 52ch;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(26, 35, 32, 0.82);
}

.premium-split__list {
  list-style: none;
  margin: 0 0 2.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.premium-split__list li {
  position: relative;
  padding-left: 1.65rem;
  font-size: 0.98rem;
  font-weight: 500;
  color: rgba(26, 35, 32, 0.88);
  letter-spacing: -0.01em;
}

.premium-split__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9a227 0%, #a67c32 100%);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.2);
}

.btn-premium-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.85rem;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border-radius: 4px;
  background: linear-gradient(135deg, #0f2e24 0%, #153d30 100%);
  color: #faf9f7;
  border: 1px solid rgba(15, 46, 36, 0.5);
  box-shadow: 0 12px 32px rgba(15, 46, 36, 0.22);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    filter 0.35s ease;
}

.btn-premium-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(15, 46, 36, 0.32);
  filter: brightness(1.06);
}

.premium-split__figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 28px 60px rgba(20, 30, 26, 0.14),
    0 0 0 1px rgba(26, 35, 32, 0.06);
}

.premium-split__figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.premium-split__content > .reveal:nth-child(1) {
  transition-delay: 0.02s;
}

.premium-split__content > .reveal:nth-child(2) {
  transition-delay: 0.05s;
}

.premium-split__content > .reveal:nth-child(3) {
  transition-delay: 0.08s;
}

.premium-split__content > .reveal:nth-child(4) {
  transition-delay: 0.1s;
}

.premium-split__content > .reveal:nth-child(5) {
  transition-delay: 0.12s;
}

@media (max-width: 1024px) {
  .premium-split {
    grid-template-columns: 1fr;
  }

  .premium-split__visual {
    order: 2;
  }

  .premium-split__content {
    order: 1;
  }
}

.before-after-frame {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(0.75rem, 2vw, 1.25rem);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(11, 61, 46, 0.06) 0%, rgba(248, 246, 242, 0.9) 42%, rgba(255, 255, 255, 0.95) 100%);
  box-shadow:
    0 32px 80px rgba(15, 28, 22, 0.08),
    0 0 0 1px rgba(11, 61, 46, 0.07);
}

body.theme-dark .before-after-frame {
  background: linear-gradient(145deg, rgba(167, 215, 169, 0.08) 0%, rgba(21, 28, 25, 0.95) 45%, rgba(14, 19, 17, 0.98) 100%);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

.before-after {
  --split: 50;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: clamp(320px, 52vw, 480px);
  aspect-ratio: 16 / 10;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 18px 48px rgba(15, 28, 22, 0.12);
}

body.theme-dark .before-after {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 16px 40px rgba(0, 0, 0, 0.4);
}

.before-after__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
}

.before-after__after {
  z-index: 1;
}

.before-after__before {
  z-index: 2;
  clip-path: inset(0 calc((100 - var(--split)) * 1%) 0 0);
}

.before-after__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--split) * 1%);
  z-index: 4;
  width: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.before-after__divider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    #fff 18%,
    #fff 82%,
    rgba(255, 255, 255, 0.05) 100%
  );
  box-shadow:
    0 0 0 1px rgba(11, 61, 46, 0.12),
    0 0 28px rgba(255, 255, 255, 0.45);
  border-radius: 999px;
}

.before-after__divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 36px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 4px 14px rgba(11, 61, 46, 0.25),
    0 0 0 1px rgba(11, 61, 46, 0.08);
}

.before-after__label {
  position: absolute;
  bottom: 1rem;
  z-index: 5;
  padding: 0.45rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(11, 61, 46, 0.55);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.before-after__label--before {
  left: 1rem;
}

.before-after__label--after {
  right: 1rem;
  background: rgba(26, 36, 32, 0.45);
}

.before-after-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  z-index: 6;
}

.cta-section {
  background: var(--green-dark);
  color: var(--white);
}

.cta-wrap {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.5rem;
}

.cta-wrap h2,
.cta-wrap p {
  color: var(--white);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem;
  box-shadow: var(--shadow);
}

.input-group {
  display: grid;
  gap: 0.35rem;
}

.input-group label {
  font-weight: 700;
  font-size: 0.92rem;
}

.input-group input,
.input-group select,
.input-group textarea {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 10px;
  padding: 0.72rem 0.8rem;
  font: inherit;
}

.input-group textarea {
  resize: vertical;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
  outline: 2px solid rgba(58, 125, 68, 0.22);
  border-color: var(--green-mid);
}

.input-full {
  grid-column: 1 / -1;
}

.form-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.form-note {
  font-size: 0.85rem;
  opacity: 0.8;
}

.form-feedback {
  grid-column: 1 / -1;
  margin: 0;
  font-weight: 700;
  color: var(--green-dark);
}

.contact-page {
  padding-top: max(4.875rem, calc(env(safe-area-inset-top, 0px) + 3.5rem));
}

.page-intro {
  padding-bottom: 3rem;
}

.page-intro-inner {
  max-width: 760px;
}

.page-intro-inner h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.executive-card {
  max-width: 760px;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem;
}

.executive-card h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.executive-photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid rgba(167, 215, 169, 0.55);
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: clamp(1.35rem, 3.5vw, 2rem);
  max-width: 1040px;
  margin-inline: auto;
  align-items: stretch;
}

.leadership-grid .executive-card {
  max-width: none;
  width: 100%;
  height: 100%;
}

.executive-role {
  margin: -0.2rem 0 0;
  font-size: 0.8125rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-mid);
}

body.theme-dark .executive-role {
  color: var(--green-light);
  opacity: 0.9;
}

.executive-bio {
  margin: 0;
  font-size: 0.975rem;
  line-height: 1.6;
}

.section-head--narrow {
  text-align: center;
  margin-bottom: 2rem;
}

.build-types-note {
  margin-top: clamp(1.25rem, 4vw, 2rem);
}

@media (max-width: 720px) {
  .leadership-grid {
    grid-template-columns: 1fr;
  }
}

.footer {
  background: #0a2d23;
  color: rgba(255, 255, 255, 0.9);
  padding: 2.2rem 0;
  padding-bottom: max(2.2rem, calc(env(safe-area-inset-bottom, 0px) + 1.25rem));
}

body.theme-dark .footer {
  background: #0a120f;
}

.footer-wrap {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
}

.footer h4 {
  color: var(--green-light);
  margin-bottom: 0.5rem;
}

.footer a {
  display: block;
  margin-bottom: 0.4rem;
}

.footer-small {
  font-size: 0.86rem;
  max-width: 290px;
  opacity: 0.88;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity var(--motion-med) var(--ease-out), transform var(--motion-med) var(--ease-out);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .cards-grid,
  .project-grid,
  .material-tiles,
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline,
  .timeline--premium {
    grid-template-columns: 1fr;
  }

  .timeline-step {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .timeline-step:last-child {
    border-bottom: none;
  }

  .two-col,
  .two-col--balanced {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: min(1120px, calc(100% - 1.5rem));
    margin-left: auto;
    margin-right: auto;
  }

  .lang-switcher {
    margin-left: auto;
  }

  .nav-links .nav-utils {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 0.25rem;
  }

  .brand-logo-mark {
    height: clamp(56px, 14vw, 72px);
    max-width: 88px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    top: calc(4.875rem + env(safe-area-inset-top, 0px));
    display: flex;
    width: auto;
    max-height: min(72vh, calc(100dvh - 6rem));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    background: var(--green-dark);
    padding: 0.85rem 1rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transition:
      opacity var(--motion-fast) var(--ease-out),
      transform var(--motion-med) var(--ease-snap),
      visibility var(--motion-fast) var(--ease-out);
  }

  .nav-links a,
  .nav-links .nav-utils {
    color: inherit;
    padding: 0.55rem 0.15rem;
    font-size: 0.92rem;
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity var(--motion-fast) var(--ease-out),
      transform var(--motion-med) var(--ease-out),
      color var(--motion-fast) var(--ease-out),
      background var(--motion-fast) var(--ease-out);
  }

  .nav-links a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding-inline: 0.65rem;
  }

  .nav-links a:not(.btn-small)::after {
    display: none;
  }

  .nav-links.open .nav-item,
  .nav-links.open .nav-utils {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(50ms + var(--nav-i, 0) * 42ms);
  }

  .nav-links .btn-small {
    width: 100%;
    margin-top: 0.35rem;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }

  .nav-links.open {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    animation: navPanelIn 0.42s var(--ease-snap);
  }

  @keyframes navPanelIn {
    from {
      opacity: 0;
      transform: translateY(-14px) scale(0.96);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  .nav-toggle {
    position: relative;
    z-index: 1212;
    transition: background var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out);
  }

  body.nav-open .brand {
    position: relative;
    z-index: 1212;
  }

  body.nav-open .nav-toggle {
    background: rgba(11, 61, 46, 0.08);
  }

  .split,
  .cards-grid,
  .timeline,
  .value-grid,
  .project-grid,
  .material-tiles,
  .services-grid,
  .contact-form,
  .footer-wrap {
    grid-template-columns: 1fr;
  }

  .split--reverse {
    direction: ltr;
  }

  .timeline::before {
    display: none;
  }

  .section {
    padding: 3.75rem 0;
  }

  .section--spacious {
    padding: clamp(3.5rem, 12vw, 5.5rem) 0;
  }

  .section-head {
    margin-bottom: 2rem;
  }

  .hero {
    min-height: min(88vh, 100dvh);
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .before-after {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }

  .before-after-frame {
    padding: 0.5rem;
    border-radius: 14px;
  }

  .premium-split__title {
    font-size: clamp(1.65rem, 6vw, 2.4rem);
  }

  .btn-premium-cta {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .material-tiles-hint {
    margin-bottom: 1rem;
  }

  .cta-heading {
    font-size: clamp(1.35rem, 5vw, 2rem);
    padding-inline: 0.25rem;
  }

  .cta-wrap .btn--large {
    width: 100%;
    max-width: 22rem;
    justify-content: center;
  }

  .input-group input,
  .input-group select,
  .input-group textarea {
    font-size: 1rem;
    min-height: 48px;
    padding: 0.65rem 0.85rem;
  }

  .input-group textarea {
    min-height: 120px;
  }

  .form-action {
    flex-direction: column;
    align-items: stretch;
  }

  .form-action .btn {
    width: 100%;
    justify-content: center;
  }

  .page-intro-inner h1 {
    font-size: clamp(1.65rem, 6vw, 2.35rem);
  }

  .executive-card {
    padding: 1.5rem 1.1rem;
    margin-inline: 0;
  }

  .site-loader-inner {
    padding-inline: max(0.75rem, env(safe-area-inset-left));
    padding-inline-end: max(0.75rem, env(safe-area-inset-right));
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: clamp(1.7rem, 8.5vw, 2.35rem);
  }

  .section-title {
    font-size: clamp(1.55rem, 6.5vw, 2.15rem);
  }

  .hero-content .display-heading {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }

  .before-after__label {
    font-size: 0.62rem;
    padding: 0.35rem 0.55rem;
    bottom: 0.5rem;
    max-width: 42%;
  }

  .before-after__label--before {
    left: 0.45rem;
  }

  .before-after__label--after {
    right: 0.45rem;
  }

  .footer-wrap {
    text-align: center;
  }

  .footer .brand {
    justify-content: center;
  }

  .footer-small {
    margin-left: auto;
    margin-right: auto;
  }
}

/* --- Multi-page additions (structure + UX + footer) --- */

.service-card--link {
  display: block;
  position: relative;
}

.service-card--link .service-link {
  display: inline-flex;
  margin-top: 1.1rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--green-dark);
}

body.theme-dark .service-card--link .service-link {
  color: var(--green-light);
}

.project-card--link {
  display: block;
  position: relative;
  transition: transform 180ms ease;
}

.project-card--link:hover {
  transform: translateY(-2px);
}

.project-card--link:focus-visible {
  outline: 2px solid var(--green-mid);
  outline-offset: 3px;
}

.material-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.material-preview-grid--home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 720px;
  margin-inline: auto;
}

@media (max-width: 640px) {
  .material-preview-grid--home {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

.material-preview {
  position: relative;
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  display: block;
  transition: transform 180ms ease, border-color 180ms ease;
}

.material-preview:hover {
  transform: translateY(-2px);
  border-color: rgba(58, 125, 68, 0.45);
}

.material-preview:focus-visible {
  outline: 2px solid var(--green-mid);
  outline-offset: 3px;
}

.material-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.material-preview__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.9rem 0.95rem 1rem;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 61, 46, 0.92) 55%);
  display: grid;
  gap: 0.25rem;
}

.material-preview__tag {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--green-light);
}

.material-preview__name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
}

.section-actions {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}

.page {
  padding-top: max(4.875rem, calc(env(safe-area-inset-top, 0px) + 3.5rem));
}

.page-hero {
  padding-bottom: 3rem;
}

.page-hero-inner {
  max-width: 820px;
}

.page-hero-lead {
  font-size: 1.1rem;
  opacity: 0.92;
}

.page-hero--service,
.page-hero--services,
.page-hero--projects,
.page-hero--materials {
  position: relative;
  color: var(--white);
  overflow: clip;
}

.page-hero--services,
.page-hero--projects,
.page-hero--materials {
  background: linear-gradient(145deg, #0b3d2e 0%, #061f18 100%);
}

.page-hero--services .eyebrow,
.page-hero--projects .eyebrow,
.page-hero--materials .eyebrow {
  color: var(--green-light);
}

.page-hero--services h1,
.page-hero--projects h1,
.page-hero--materials h1,
.page-hero--services p,
.page-hero--projects p,
.page-hero--materials p {
  color: var(--white);
}

.page-hero--service .page-hero-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero--service::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(12, 18, 15, 0.92) 0%,
    rgba(11, 61, 46, 0.62) 45%,
    rgba(20, 35, 28, 0.35) 100%
  );
  z-index: 0;
}

.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 5vw, 3.6rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.04;
  margin: 0 0 1rem;
  color: var(--white);
}

.breadcrumbs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 1.25rem;
}

.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.focus-swap {
  display: grid;
  grid-template-columns: 0.95fr 1.1fr;
  gap: 1.2rem;
  align-items: stretch;
}

.focus-swap__list {
  display: grid;
  gap: 0.65rem;
}

.focus-swap__item {
  text-align: left;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  padding: 1rem 1.05rem;
  border-radius: 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.focus-swap__item:hover {
  transform: translateX(4px);
  border-color: rgba(58, 125, 68, 0.5);
}

.focus-swap__item.is-active {
  border-color: rgba(58, 125, 68, 0.72);
  background: rgba(58, 125, 68, 0.1);
}

.focus-swap__media {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.focus-swap__media img {
  width: 100%;
  min-height: 340px;
  object-fit: cover;
  transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1), opacity 300ms ease;
}

.focus-swap__media img.is-switching {
  opacity: 0.72;
  transform: scale(1.04);
}

.service-link-card {
  display: grid;
  grid-template-rows: 180px 1fr;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease;
}

.service-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(58, 125, 68, 0.45);
}

.service-link-card:focus-visible {
  outline: 2px solid var(--green-mid);
  outline-offset: 3px;
}

.service-link-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-link-card__body {
  padding: 1.5rem 1.5rem 1.65rem;
}

.service-link-card__kicker {
  margin: 0 0 0.6rem;
  font-weight: 800;
  color: var(--green-mid);
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.service-link-card__title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
}

.service-link-card__desc {
  margin: 0;
  opacity: 0.88;
}

.service-link-card__cta {
  display: inline-flex;
  margin-top: 1rem;
  font-weight: 800;
  color: var(--green-dark);
}

body.theme-dark .service-link-card__cta {
  color: var(--green-light);
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  padding: 0.95rem 1rem;
  margin-bottom: 0.8rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  float: right;
  font-weight: 900;
  color: var(--green-mid);
}

.faq details[open] summary::after {
  content: "–";
}

.bullets {
  padding-left: 1.15rem;
}

.bullets li {
  margin-bottom: 0.55rem;
}

.project-grid--dense {
  gap: 1.25rem;
}

.project-card--detail {
  position: relative;
}

.project-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.project-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.project-subtitle {
  margin: 0 0 0.85rem;
  opacity: 0.85;
  font-weight: 650;
  font-size: 0.92rem;
}

.project-pills {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.project-pills li {
  border: 1px solid var(--line);
  background: rgba(11, 61, 46, 0.06);
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 750;
}

body.theme-dark .project-pills li {
  background: rgba(255, 255, 255, 0.08);
}

.project-desc {
  margin: 0 0 0.9rem;
  opacity: 0.9;
}

.project-cta {
  margin: 0;
  font-weight: 850;
  color: var(--green-dark);
}

body.theme-dark .project-cta {
  color: var(--green-light);
}

.material-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.material-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 260px;
}

.material-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.material-card__body {
  padding: 1.5rem 1.5rem 1.6rem;
  position: relative;
  z-index: 1;
}

.material-card__tag {
  margin: 0 0 0.55rem;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  color: var(--green-mid);
}

.material-card__title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
}

.material-card__desc {
  margin: 0 0 0.9rem;
  opacity: 0.9;
}

.material-card__details summary {
  font-weight: 800;
  cursor: pointer;
  position: relative;
  padding-right: 1.2rem;
}

.material-card__details {
  border-top: 1px solid var(--line);
  padding-top: 0.85rem;
}

.material-card__details summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 900;
  color: var(--green-light);
  transition: transform 240ms ease;
}

.material-card__details[open] summary::after {
  transform: rotate(45deg);
}

.material-card__details .prose {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 340ms ease, opacity 260ms ease, transform 260ms ease;
}

.material-card__details[open] .prose {
  max-height: 280px;
  opacity: 1;
  transform: translateY(0);
}

.footer--new {
  background: #0a2d23;
  color: rgba(255, 255, 255, 0.92);
}

body.theme-dark .footer--new {
  background: #0a120f;
}

.footer-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1.2fr 1fr 1.1fr 1fr;
  align-items: start;
  padding: 2.35rem 0 1.4rem;
}

.footer-links a {
  display: block;
  margin-bottom: 0.55rem;
  font-weight: 650;
}

.footer-label {
  margin: 0 0 0.45rem;
  color: var(--green-light);
  font-weight: 850;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}

.footer-muted {
  margin: 0 0 0.35rem;
  opacity: 0.9;
}

.footer-muted a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-muted a:hover {
  color: var(--green-light);
}

.footer-utils {
  display: grid;
  gap: 1rem;
  justify-items: end;
}

.footer-utils__row {
  display: flex;
  gap: 0.65rem;
  justify-content: flex-end;
  align-items: center;
}

.theme-toggle--footer {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.lang-switcher--footer select {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-weight: 800;
}

.footer-social a {
  display: block;
  margin-bottom: 0.45rem;
}

.footer-bottom {
  padding: 0.9rem 0 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-legal {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.85;
}

@media (max-width: 1024px) {
  .material-preview-grid,
  .cards-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-utils {
    justify-items: start;
  }
}

@media (max-width: 760px) {
  .material-preview-grid,
  .cards-3,
  .focus-swap {
    grid-template-columns: 1fr;
  }

  .kpi-strip {
    grid-template-columns: 1fr;
  }

  .material-cards {
    grid-template-columns: 1fr;
  }

  .material-card {
    grid-template-columns: 1fr;
    position: relative;
  }

  .material-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 58%;
    background: linear-gradient(180deg, rgba(11, 61, 46, 0) 0%, rgba(11, 61, 46, 0.9) 55%, rgba(11, 61, 46, 0.98) 100%);
    pointer-events: none;
    z-index: 0;
  }

  .material-card__body,
  .material-card__body .material-card__title,
  .material-card__body .material-card__desc,
  .material-card__body .prose,
  .material-card__body summary {
    color: var(--white);
  }

  .material-card__details {
    border-top-color: rgba(255, 255, 255, 0.25);
  }

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

  .footer-utils {
    justify-items: start;
  }
}

/* Multifamily projects catalog & detail dialog */
.projects-mf-head {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  max-width: 52ch;
}

.projects-mf-lead {
  margin: 0.5rem 0 0;
  opacity: 0.9;
  line-height: 1.55;
}

.projects-mf-catalog {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  max-width: 920px;
}

.mf-project-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.mf-project-card__media {
  overflow: hidden;
  min-height: 200px;
}

.mf-project-card__media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.mf-project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 64px rgba(15, 28, 22, 0.14);
}

.mf-project-card:hover .mf-project-card__media img {
  transform: scale(1.04);
  filter: saturate(1.05);
}

.mf-project-card__body {
  padding: clamp(1.25rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.mf-project-card__kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-mid);
  margin: 0;
}

body.theme-dark .mf-project-card__kicker {
  color: var(--green-light);
}

.mf-project-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 1.9rem);
  letter-spacing: -0.03em;
  margin: 0;
  line-height: 1.1;
}

.mf-project-card__loc {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.88;
  font-weight: 650;
  line-height: 1.45;
}

.mf-project-card__pills {
  margin: 0.35rem 0 0.15rem;
}

.mf-project-card__summary {
  margin: 0.25rem 0 0.85rem;
  font-size: 0.9rem;
  opacity: 0.86;
  line-height: 1.5;
}

.mf-project-card__btn {
  align-self: flex-start;
  margin-top: auto;
}

.project-dialog {
  padding: 0;
  border: none;
  max-width: min(920px, calc(100vw - 1.25rem));
  width: 100%;
  background: transparent;
}

.project-dialog::backdrop {
  background: rgba(11, 27, 22, 0.58);
  backdrop-filter: blur(8px);
  animation: mfBackdropIn 0.32s ease both;
}

@keyframes mfBackdropIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.project-dialog__panel {
  position: relative;
  background: var(--surface);
  color: var(--text);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.32);
  border: 1px solid var(--line);
  animation: mfDialogPanel 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes mfDialogPanel {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

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

.project-dialog__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  color: var(--green-dark);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

body.theme-dark .project-dialog__close {
  background: rgba(20, 28, 24, 0.94);
  color: var(--green-light);
}

.project-dialog__close:hover {
  transform: scale(1.06);
}

.project-dialog__scroll {
  max-height: min(88vh, 920px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.project-dialog__figure {
  margin: 0;
  aspect-ratio: 21 / 9;
  max-height: 300px;
}

.project-dialog__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-dialog__content {
  padding: clamp(1.2rem, 3.5vw, 2.15rem);
  padding-top: 1.35rem;
}

.project-dialog__eyebrow {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-mid);
  margin: 0 0 0.35rem;
}

.project-dialog__title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.8vw, 1.95rem);
  margin: 0 0 0.4rem;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.project-dialog__subtitle {
  margin: 0 0 0.45rem;
  font-weight: 650;
  opacity: 0.88;
  font-size: 0.94rem;
  line-height: 1.45;
}

.project-dialog__tagline {
  margin: 0 0 1.65rem;
  font-size: 0.87rem;
  opacity: 0.82;
  line-height: 1.55;
}

.project-dialog__section {
  margin-bottom: 1.65rem;
}

.project-dialog__h {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--line);
}

.spec-pairs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.spec-pairs__row {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 0.65rem 1rem;
  align-items: baseline;
  font-size: 0.9rem;
}

.spec-pairs__row dt {
  margin: 0;
  font-weight: 650;
  opacity: 0.72;
}

.spec-pairs__row dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.spec-pairs__row--emph dd,
.spec-pairs__row--emph dt {
  opacity: 1;
  font-weight: 800;
  color: var(--green-dark);
}

body.theme-dark .spec-pairs__row--emph dd,
body.theme-dark .spec-pairs__row--emph dt {
  color: var(--green-light);
}

.project-dialog__fine {
  font-size: 0.8rem;
  opacity: 0.72;
  margin: -0.2rem 0 0.7rem;
  line-height: 1.4;
}

.project-dialog__contact {
  background: linear-gradient(145deg, rgba(11, 61, 46, 0.07), rgba(58, 125, 68, 0.04));
  padding: 1.05rem 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.project-dialog__contact-name {
  margin: 0 0 0.4rem;
  font-weight: 750;
}

.project-dialog__contact-line {
  margin: 0.12rem 0 0;
  font-size: 0.9rem;
}

.project-dialog__contact a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.project-dialog__disclaimer {
  font-size: 0.76rem;
  opacity: 0.64;
  margin: 1.15rem 0 1.35rem;
  line-height: 1.45;
}

.project-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-bottom: 0.15rem;
}

.btn-ghost {
  border: 1px solid var(--line);
  background: transparent;
  color: inherit;
  padding: 0.62rem 1.1rem;
  font-weight: 750;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-ghost:hover {
  border-color: rgba(58, 125, 68, 0.55);
  background: rgba(58, 125, 68, 0.07);
}

@keyframes mfSectionIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

.project-dialog[open] .mf-animate-in {
  animation: mfSectionIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(0.06s + var(--mf-delay, 0ms));
}

@media (max-width: 900px) {
  .mf-project-card {
    grid-template-columns: 1fr;
  }

  .mf-project-card__media img {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .project-dialog__figure {
    aspect-ratio: 16 / 10;
    max-height: 200px;
  }

  .spec-pairs__row {
    grid-template-columns: 1fr;
  }

  .spec-pairs__row dd {
    text-align: left;
  }
}

/* Motion refinements */
.card,
.service-card,
.project-card,
.material-card,
.image-panel img,
.premium-split__figure img,
.material-preview {
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease, filter 320ms ease;
}

.card:hover,
.service-card:hover,
.project-card:hover,
.material-card:hover,
.material-preview:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(15, 28, 22, 0.14);
}

.image-panel:hover img,
.premium-split__figure:hover img,
.project-card:hover img,
.material-card:hover .material-card__img {
  transform: scale(1.03);
  filter: saturate(1.04);
}

.btn:active,
.theme-toggle:active,
.nav-toggle:active {
  transform: scale(0.98);
}

/* Home — calmer hero, frosted hero panel, essentials band */
.hero--home-calm .hero-media {
  opacity: 0.4;
  filter: saturate(0.82);
}

.hero--home-calm .hero-overlay {
  background: linear-gradient(
    125deg,
    rgba(5, 18, 14, 0.94) 0%,
    rgba(11, 61, 46, 0.82) 44%,
    rgba(6, 28, 22, 0.72) 100%
  );
}

.hero-content--tight {
  max-width: 38rem;
}

.hero-content--tight .hero-lead {
  opacity: 0.95;
}

.section--home-band {
  background: linear-gradient(180deg, #edf3ef 0%, #e0ebe3 42%, #d3e3da 100%);
}

body.theme-dark .section--home-band {
  background: linear-gradient(180deg, #080f0c 0%, #0c1612 48%, #0f1f18 100%);
}

.home-band__grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.95fr);
  align-items: stretch;
}

@media (max-width: 900px) {
  .home-band__grid {
    grid-template-columns: 1fr;
  }
}

.home-glass {
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(11, 61, 46, 0.1);
  box-shadow: 0 18px 50px rgba(11, 61, 46, 0.08);
}

body.theme-dark .home-glass {
  background: rgba(18, 26, 22, 0.78);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.home-glass--compact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-glass .section-lead {
  max-width: 56ch;
}

.home-pillars {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.home-pillars li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text);
  opacity: 0.94;
}

.home-pillars li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green-mid);
}

.home-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.home-side-tagline {
  margin-top: 1.1rem;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.45;
  color: var(--green-dark);
  padding-top: 1rem;
  border-top: 1px solid rgba(11, 61, 46, 0.12);
}

body.theme-dark .home-side-tagline {
  color: var(--green-light);
  border-top-color: rgba(255, 255, 255, 0.1);
}

/* —— Refinement: topbar, programs CTA, motion preferences —— */
.topbar {
  transition:
    background var(--motion-fast) var(--ease-out),
    border-color var(--motion-fast) var(--ease-out),
    box-shadow var(--motion-fast) var(--ease-out);
}

.topbar--scrolled {
  box-shadow: 0 10px 32px rgba(11, 61, 46, 0.08);
}

body.theme-dark .topbar--scrolled {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
}

body.nav-open {
  overflow: hidden;
}

.home-programs-callout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(11, 61, 46, 0.06) 0%, rgba(255, 255, 255, 0.92) 55%);
  box-shadow: var(--shadow);
}

body.theme-dark .home-programs-callout {
  background: linear-gradient(135deg, rgba(58, 125, 68, 0.12) 0%, rgba(21, 28, 25, 0.95) 60%);
}

.home-programs-callout__copy {
  flex: 1 1 280px;
  max-width: 640px;
}

.home-programs-callout__copy .section-title {
  margin-bottom: 0.65rem;
}

.home-programs-callout__btn {
  flex-shrink: 0;
}

.material-preview-grid--home {
  grid-template-columns: minmax(0, 1fr);
  max-width: 420px;
}

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

  .reveal,
  .site-loader,
  .site-loader-inner,
  .nav-links,
  .nav-links a {
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .team-chip,
  .team-feature,
  .team-filter,
  .nav-backdrop,
  .nav-toggle__bars span {
    transition: none !important;
    animation: none !important;
  }
}

/* —— Premium navigation —— */
.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1180;
  background: rgba(6, 18, 14, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity var(--motion-med) var(--ease-out),
    visibility var(--motion-fast) var(--ease-out);
}

.nav-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-toggle {
  gap: 0.55rem;
  transition:
    background var(--motion-fast) var(--ease-out),
    border-color var(--motion-fast) var(--ease-out),
    transform var(--motion-fast) var(--ease-snap);
}

.nav-toggle__bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 20px;
  height: 16px;
}

.nav-toggle__bars span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: currentColor;
  transform-origin: center;
  transition:
    transform 0.38s var(--ease-snap),
    opacity 0.22s var(--ease-out);
}

.nav-toggle.is-active .nav-toggle__bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active .nav-toggle__bars span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.4);
}

.nav-toggle.is-active .nav-toggle__bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-toggle__label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media (min-width: 761px) {
  .nav-links a[aria-current="page"]:not(.btn-small) {
    color: var(--green-dark);
  }

  body.theme-dark .nav-links a[aria-current="page"]:not(.btn-small) {
    color: var(--green-light);
  }

  .nav-links a[aria-current="page"]:not(.btn-small)::after {
    transform: scaleX(1);
  }

  .nav-links a:not(.btn-small):hover {
    transform: translateY(-1px);
  }

  .nav-links .btn-small {
    box-shadow: 0 6px 20px rgba(11, 61, 46, 0.2);
  }

  .nav-links .btn-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(11, 61, 46, 0.28);
  }

  .topbar--scrolled .nav-wrap {
    min-height: 66px;
  }

  .topbar--scrolled .brand-logo-mark {
    height: clamp(52px, 7vw, 72px);
  }
}

body.nav-open .nav-toggle {
  background: rgba(11, 61, 46, 0.1);
}

body.theme-dark.nav-open .nav-toggle {
  background: rgba(255, 255, 255, 0.12);
}

/* —— Team page —— */
.team-page {
  background: var(--surface);
}

.about-leaders-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.team-hero {
  position: relative;
  padding: clamp(6rem, 15vw, 9.5rem) 0 clamp(3rem, 7vw, 4.5rem);
  color: var(--white);
  background:
    radial-gradient(110% 90% at 100% 0%, rgba(167, 215, 169, 0.16), transparent 52%),
    radial-gradient(80% 60% at 0% 100%, rgba(58, 125, 68, 0.25), transparent 48%),
    linear-gradient(160deg, #041f18 0%, var(--green-dark) 50%, #0d5240 100%);
  overflow: hidden;
}

.team-hero::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% -20%;
  height: 55%;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.06), transparent 70%);
  pointer-events: none;
}

.team-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 42rem;
}

.team-hero__title {
  margin: 0.35rem 0 1rem;
  font-size: clamp(2.35rem, 5.5vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.team-hero__lead {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  max-width: 38rem;
}

.team-section {
  padding-top: clamp(2rem, 5vw, 3rem);
}

.team-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-bottom: clamp(1.5rem, 3.5vw, 2.25rem);
}

.team-toolbar__head {
  max-width: 28rem;
}

.team-toolbar .subsection-title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  letter-spacing: -0.03em;
}

.team-toolbar__hint {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.72;
  line-height: 1.55;
}

.team-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.team-filter {
  appearance: none;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  transition:
    color var(--motion-fast) var(--ease-out),
    border-color var(--motion-fast) var(--ease-out),
    background var(--motion-fast) var(--ease-out),
    transform var(--motion-fast) var(--ease-snap),
    box-shadow var(--motion-fast) var(--ease-out);
}

.team-filter:hover {
  border-color: var(--green-mid);
  transform: translateY(-1px);
}

.team-filter.is-active {
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(11, 61, 46, 0.22);
}

body.theme-dark .team-filter {
  background: var(--surface-alt);
}

body.theme-dark .team-filter.is-active {
  background: var(--green-mid);
  border-color: var(--green-mid);
}

.team-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow);
  transition:
    opacity var(--motion-med) var(--ease-out),
    transform var(--motion-med) var(--ease-out);
}

.team-feature.is-switching .team-feature__copy {
  opacity: 0.6;
}

.team-feature__visual {
  position: relative;
  min-height: 320px;
  background: var(--charcoal);
}

.team-feature__visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 12%;
  opacity: 0;
  transition: opacity 0.35s var(--ease-out);
}

.team-feature__visual img.is-loaded {
  opacity: 1;
}

.team-feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  background: var(--surface-alt);
}

.team-feature__dept {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--green-mid);
}

.team-feature__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.2vw, 2.1rem);
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--gray-dark);
}

body.theme-dark .team-feature__name {
  color: var(--white);
}

.team-feature__role {
  margin: 0.45rem 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--green-dark);
}

body.theme-dark .team-feature__role {
  color: var(--green-light);
}

.team-feature__bio {
  margin: 0;
  max-width: 42ch;
  font-size: 1rem;
  line-height: 1.72;
}

.team-strip-wrap {
  margin-top: 0.25rem;
}

.team-strip-label {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.55;
}

.team-strip {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0.25rem 0.15rem 0.85rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.team-strip::-webkit-scrollbar {
  height: 6px;
}

.team-strip::-webkit-scrollbar-thumb {
  background: rgba(11, 61, 46, 0.25);
  border-radius: 999px;
}

.team-chip {
  flex: 0 0 clamp(132px, 14vw, 168px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  gap: 0.5rem;
  padding: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  cursor: pointer;
  transition:
    border-color var(--motion-fast) var(--ease-out),
    box-shadow var(--motion-fast) var(--ease-out),
    transform var(--motion-med) var(--ease-snap);
  animation: teamChipIn 0.5s var(--ease-out) backwards;
  animation-delay: calc(var(--chip-i, 0) * 40ms);
}

@keyframes teamChipIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.team-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(58, 125, 68, 0.5);
  box-shadow: 0 10px 24px rgba(15, 28, 22, 0.08);
}

.team-chip.is-active {
  border-color: var(--green-mid);
  box-shadow: 0 0 0 1px var(--green-mid), 0 12px 28px rgba(11, 61, 46, 0.12);
  background: linear-gradient(180deg, rgba(11, 61, 46, 0.04), var(--surface));
}

.team-chip__avatar {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--gray-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-chip.is-active .team-chip__avatar {
  border-color: var(--green-mid);
  box-shadow: 0 0 0 1px var(--green-mid);
}

.team-chip__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.team-chip__name {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  padding: 0 0.2rem 0.35rem;
  text-wrap: balance;
}

.team-chip__role {
  display: none;
}

@media (max-width: 900px) {
  .team-feature {
    grid-template-columns: 1fr;
  }

  .team-feature__visual {
    aspect-ratio: 4 / 3;
    max-height: 420px;
  }
}

.team-cta-band__inner {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}

.team-cta-band .section-title {
  margin: 0.5rem 0 1.35rem;
}

.team-cta-band .btn-primary {
  min-width: 12rem;
}


/* --- enhancements.css (inlined for GoDaddy) --- */
/* ============================================================
   SUPERBLOOM — Enhancements (refined editorial design)
   Layered on top of styles.css. Keeps brand vars.
   ============================================================ */

/* ---------- Scroll progress bar ---------- */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--green-dark, #0b3d2e), var(--green-mid, #3a7d44), #d97a3a);
  z-index: 1300;
  pointer-events: none;
  will-change: width;
  transition: width 0.08s linear;
}

/* ============================================================
   TOPBAR — transparent over hero (HOMEPAGE only)
   ============================================================ */
body.home-page .topbar:not(.topbar--scrolled) {
  background: transparent !important;
  border-bottom-color: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.home-page .topbar:not(.topbar--scrolled) .nav-links a:not(.btn-small) {
  color: rgba(255, 255, 255, 0.92) !important;
}
body.home-page .topbar:not(.topbar--scrolled) .brand { color: #fff; }
body.home-page .topbar:not(.topbar--scrolled) .nav-toggle { color: #fff; }
body.home-page .topbar:not(.topbar--scrolled) .nav-utils {
  border-left-color: rgba(255, 255, 255, 0.28) !important;
}
body.home-page .topbar:not(.topbar--scrolled) .theme-toggle {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}
body.home-page .topbar:not(.topbar--scrolled) .theme-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}
body.home-page .topbar:not(.topbar--scrolled) .lang-switcher select {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
body.home-page .topbar:not(.topbar--scrolled) .btn-small {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
}
body.home-page .topbar:not(.topbar--scrolled) .btn-small:hover {
  background: rgba(255, 255, 255, 0.22);
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.active,
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   HERO — editorial, single-column, no tree logo
   ============================================================ */
.hero--editorial {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 5rem;
  margin-top: 0;
}
.hero--editorial .hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero--editorial .hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  will-change: transform;
  filter: saturate(0.82) brightness(0.5) contrast(1.05);
}
.hero--editorial .hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,22,18,0.78) 0%, rgba(11,22,18,0.22) 30%, rgba(11,22,18,0.55) 70%, rgba(11,22,18,0.92) 100%),
    radial-gradient(ellipse at 15% 50%, rgba(11,61,46,0.55), transparent 60%);
}
.hero--editorial .hero__grain {
  position: absolute; inset: 0;
  opacity: 0.07;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

.hero--editorial .hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
}
.hero--editorial .hero__eyebrow {
  margin-bottom: 1.7rem;
  color: var(--green-light, #a7d7a9);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
}
.hero--editorial .hero__title {
  font-family: var(--font-display, "Syne"), system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(2.8rem, 7.5vw, 6rem);
  letter-spacing: -0.04em;
  line-height: 0.96;
  color: #fff;
  margin: 0 0 2rem;
  text-wrap: balance;
  max-width: 17ch;
}
.hero--editorial .hero__title span {
  display: inline-block;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 70%, rgba(255,255,255,0.78) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero--editorial .hero__lead {
  font-size: clamp(1.08rem, 1.4vw, 1.25rem);
  line-height: 1.65;
  color: rgba(255,255,255,0.86);
  max-width: 44rem;
  margin: 0 0 2.4rem;
  text-wrap: pretty;
  font-weight: 400;
}
.hero--editorial .hero__cta {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}
.hero--editorial .btn .arrow {
  display: inline-block;
  margin-left: 0.5rem;
  font-style: normal;
  transition: transform 0.4s cubic-bezier(0.33,1,0.38,1);
}
.hero--editorial .btn:hover .arrow { transform: translateX(4px); }

/* Right ghost button on dark hero */
.btn-ghost-light {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.34);
  background: transparent;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.btn-ghost-light:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.72);
}

@media (max-width: 720px) {
  .hero--editorial { padding-top: 7rem; padding-bottom: 4rem; }
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats-strip {
  background: #0b1612;
  color: #fff;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
.stats-strip::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(58, 125, 68, 0.22), transparent 60%),
    radial-gradient(circle at 80% 50%, rgba(217, 122, 58, 0.12), transparent 60%);
  pointer-events: none;
}
.stats-strip__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 1.6rem;
}
.stats-strip__item { text-align: center; }
.stats-strip__num {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.55rem;
}
.stats-strip__label {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.04em;
  max-width: 28ch;
  margin: 0 auto;
  line-height: 1.45;
}
.stats-strip__divider {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.25), transparent);
}
@media (max-width: 720px) {
  .stats-strip__inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .stats-strip__divider { display: none; }
}

/* ============================================================
   APPROACH — copy + 3D image collage
   ============================================================ */
.approach-section { background: var(--surface, #fff); }

.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
}
.approach-copy { max-width: 540px; }
.approach-copy .section-title { margin-bottom: 1.3rem; }
.approach-copy .section-lead { margin-bottom: 2.2rem; }

.approach-pillars {
  list-style: none;
  padding: 0;
  margin: 0 0 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.approach-pillars li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1.3rem 0;
  border-top: 1px solid var(--line, rgba(11,61,46,0.12));
}
.approach-pillars li:last-child { border-bottom: 1px solid var(--line, rgba(11,61,46,0.12)); }
.approach-pillars__num {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--green-mid, #3a7d44);
  letter-spacing: 0.08em;
  padding-top: 3px;
}
.approach-pillars li strong {
  display: block;
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--green-dark, #0b3d2e);
  margin-bottom: 0.3rem;
  letter-spacing: -0.01em;
}
body.theme-dark .approach-pillars li strong { color: #fff; }
.approach-pillars li p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--text);
  opacity: 0.82;
  line-height: 1.55;
}
.approach-actions { margin-top: 0.5rem; }

/* 3D collage */
.approach-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  perspective: 1400px;
  min-height: 600px;
}
.tilt {
  position: relative;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface-alt);
  transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
  transform-style: preserve-3d;
  will-change: transform;
}
.tilt img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4,0,0.2,1);
  filter: saturate(0.92);
}
.tilt:hover img { transform: scale(1.06); }
.tilt figcaption {
  position: absolute;
  bottom: 1rem; left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(11, 22, 18, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
}
.tilt__num {
  font-size: 0.7rem;
  color: var(--green-light, #a7d7a9);
}
.tilt--a { grid-column: 1 / 2; grid-row: 1 / 3; }
.tilt--b { grid-column: 2 / 3; grid-row: 1 / 2; }
.tilt--c { grid-column: 2 / 3; grid-row: 2 / 3; }

@media (max-width: 900px) {
  .approach-grid { grid-template-columns: 1fr; }
  .approach-media { min-height: 0; }
  .approach-media { grid-template-rows: 200px 200px; }
}

/* ============================================================
   WHO — split copy + list
   ============================================================ */
.who-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.who-copy { max-width: 500px; }
.who-tagline {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--green-mid, #3a7d44);
  letter-spacing: -0.01em;
  margin: 1.6rem 0 0;
  padding-left: 1.2rem;
  border-left: 2px solid var(--green-mid, #3a7d44);
}
body.theme-dark .who-tagline { color: var(--green-light, #a7d7a9); border-left-color: var(--green-light, #a7d7a9); }
.who-aside {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line, rgba(11,61,46,0.12));
}
.who-aside__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--line, rgba(11,61,46,0.12));
  transition: padding-left 0.4s cubic-bezier(0.22,1,0.36,1);
}
.who-aside__row:hover { padding-left: 0.6rem; }
.who-aside__row span {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  color: var(--green-dark, #0b3d2e);
  letter-spacing: -0.02em;
}
body.theme-dark .who-aside__row span { color: #fff; }
.who-aside__row i {
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  opacity: 0.65;
  font-family: var(--font-body), sans-serif;
}
@media (max-width: 900px) {
  .who-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SERVICES with imagery
   ============================================================ */
.services-section .section-head--center { margin-bottom: 4rem; }

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.svc-card {
  display: block;
  background: var(--surface, #fff);
  border: 1px solid var(--line, rgba(11,61,46,0.12));
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.55s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.55s ease, border-color 0.4s ease;
}
.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 70px -22px rgba(11, 22, 18, 0.22);
  border-color: rgba(11,61,46,0.32);
}
.svc-card__media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.svc-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.9);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.svc-card:hover .svc-card__media img { transform: scale(1.08); }
.svc-card__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(11, 22, 18, 0.5));
}
.svc-card__index {
  position: absolute;
  top: 1.1rem; left: 1.2rem;
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: #fff;
  background: rgba(0,0,0,0.34);
  backdrop-filter: blur(8px);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  z-index: 2;
}
.svc-card__body { padding: 1.8rem 1.9rem 2rem; }
.svc-card__body h3 {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  color: var(--green-dark, #0b3d2e);
  margin: 0 0 0.8rem;
}
body.theme-dark .svc-card__body h3 { color: #fff; }
.svc-card__body > p {
  font-size: 0.95rem;
  margin: 0 0 1.2rem;
  line-height: 1.55;
  color: var(--text);
  opacity: 0.85;
}
.svc-card__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.svc-card__bullets li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.88rem;
  color: var(--text);
  opacity: 0.85;
}
.svc-card__bullets li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55rem;
  width: 6px; height: 1px;
  background: var(--green-mid, #3a7d44);
}
.svc-card__link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green-mid, #3a7d44);
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.3s ease;
}
.svc-card:hover .svc-card__link { gap: 0.7rem; }
body.theme-dark .svc-card__link { color: var(--green-light, #a7d7a9); }

@media (max-width: 900px) {
  .svc-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PROCESS — zigzag + scroll-driven rail (centered)
   ============================================================ */
.process-section .section-head--center { margin-bottom: 4rem; }

.process-track {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.process-rail {
  position: absolute;
  top: 1rem; bottom: 1rem;
  left: 50%;
  width: 2px;
  background: var(--line, rgba(11,61,46,0.16));
  transform: translateX(-50%);
  overflow: hidden;
}
.process-rail__fill {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, var(--green-mid, #3a7d44), var(--green-dark, #0b3d2e));
  transition: height 0.18s linear;
  will-change: height;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
}
.process-step {
  position: relative;
  width: calc(50% - 3.5rem);
  background: var(--surface, #fff);
  border: 1px solid var(--line, rgba(11,61,46,0.12));
  border-radius: 12px;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1),
              border-color 0.4s ease, box-shadow 0.5s ease;
}
.process-step:hover {
  transform: translateY(-3px);
  border-color: rgba(11,61,46,0.3);
  box-shadow: 0 28px 56px -22px rgba(11,22,18,0.18);
}
.process-step:nth-child(odd) {
  margin-right: auto;
  text-align: right;
}
.process-step:nth-child(even) {
  margin-left: auto;
}
.process-step__inner { padding: 1.9rem 2rem; }
.process-step:nth-child(odd) .process-step__head { justify-content: flex-end; }
.process-step:nth-child(odd) .process-step__phase {
  border-left: none;
  border-right: 1px solid var(--line, rgba(11,61,46,0.18));
  padding-left: 0; padding-right: 0.8rem;
  order: -1;
}
.process-step:nth-child(odd) ul li {
  padding-left: 0; padding-right: 1rem;
}
.process-step:nth-child(odd) ul li::before {
  left: auto; right: 0;
}
.process-step__dot {
  position: absolute;
  top: 2rem;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--green-dark, #0b3d2e);
  border: 3px solid var(--surface, #fff);
  box-shadow: 0 0 0 1px var(--line, rgba(11,61,46,0.22));
  z-index: 3;
  transition: transform 0.35s ease, background 0.35s ease;
}
.process-step:nth-child(odd) .process-step__dot {
  right: -3.6rem;
  transform: translateX(50%);
}
.process-step:nth-child(even) .process-step__dot {
  left: -3.6rem;
  transform: translateX(-50%);
}
.process-step.active .process-step__dot {
  background: #d97a3a;
}
.process-step:nth-child(odd).active .process-step__dot { transform: translateX(50%) scale(1.18); }
.process-step:nth-child(even).active .process-step__dot { transform: translateX(-50%) scale(1.18); }

.process-step__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.process-step__num {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
  letter-spacing: -0.025em;
  color: #d97a3a;
  line-height: 1;
}
.process-step__phase {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text);
  opacity: 0.6;
  border-left: 1px solid var(--line, rgba(11,61,46,0.18));
  padding-left: 0.8rem;
}
.process-step h3 {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  color: var(--green-dark, #0b3d2e);
  margin: 0 0 0.7rem;
}
body.theme-dark .process-step h3 { color: #fff; }
.process-step p {
  color: var(--text);
  opacity: 0.86;
  font-size: 0.97rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}
.process-step ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.process-step ul li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.88rem;
  color: var(--text);
  opacity: 0.86;
}
.process-step ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.6rem;
  width: 6px; height: 1px;
  background: var(--green-mid, #3a7d44);
}

@media (max-width: 880px) {
  .process-rail { left: 12px; transform: none; }
  .process-step {
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
  }
  .process-step__inner { padding-left: 3rem !important; }
  .process-step__head { justify-content: flex-start !important; }
  .process-step__phase {
    border-left: 1px solid var(--line, rgba(11,61,46,0.18)) !important;
    border-right: none !important;
    padding-left: 0.8rem !important; padding-right: 0 !important;
    order: 0 !important;
  }
  .process-step ul li { padding-left: 1rem !important; padding-right: 0 !important; }
  .process-step ul li::before { left: 0 !important; right: auto !important; }
  .process-step__dot {
    left: 12px !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }
  .process-step.active .process-step__dot {
    transform: translateX(-50%) scale(1.18) !important;
  }
}

/* ============================================================
   WHY / KNOWLEDGE
   ============================================================ */
.why-section .section-head { max-width: 740px; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}
.why-card {
  position: relative;
  background: var(--surface, #fff);
  border: 1px solid var(--line, rgba(11,61,46,0.12));
  border-radius: 10px;
  padding: 2.2rem 2rem 2.4rem;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1),
              border-color 0.4s ease, box-shadow 0.5s ease;
  overflow: hidden;
}
.why-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--green-mid, #3a7d44), #d97a3a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(11,61,46,0.3);
  box-shadow: 0 28px 56px -22px rgba(11,22,18,0.18);
}
.why-card:hover::before { transform: scaleX(1); }

.why-card__num {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: #d97a3a;
  display: block;
  margin-bottom: 1rem;
}
.why-card h3 {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--green-dark, #0b3d2e);
  margin: 0 0 0.8rem;
}
body.theme-dark .why-card h3 { color: #fff; }
.why-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text);
  opacity: 0.86;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ASSET TYPES
   ============================================================ */
.asset-types__head { max-width: 760px; margin: 0 0 3.5rem; }
.asset-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.asset-tile {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 5/4;
  cursor: default;
  background: var(--surface-alt);
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}
.asset-tile:hover { transform: translateY(-4px); }
.asset-tile img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.85) brightness(0.82);
  transition: transform 0.9s cubic-bezier(0.4,0,0.2,1), filter 0.4s ease;
}
.asset-tile:hover img { transform: scale(1.06); filter: saturate(1) brightness(0.92); }
.asset-tile::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(11,22,18,0.88));
  pointer-events: none;
}
.asset-tile p {
  position: absolute;
  bottom: 1.2rem; left: 1.3rem; right: 1.3rem;
  margin: 0;
  color: #fff;
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  z-index: 2;
  line-height: 1.3;
}
@media (max-width: 900px) {
  .asset-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .asset-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FEATURED PROJECTS
   ============================================================ */
.projects-feature__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
.projects-feature__filters {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.proj-chip {
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--line, rgba(11,61,46,0.14));
  background: transparent;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
  font-family: inherit;
}
.proj-chip:hover {
  border-color: var(--green-mid, #3a7d44);
  color: var(--green-dark, #0b3d2e);
}
body.theme-dark .proj-chip:hover { color: #fff; }
.proj-chip.is-active {
  background: var(--green-dark, #0b3d2e);
  color: #fff;
  border-color: var(--green-dark, #0b3d2e);
}

.projects-feature__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2rem;
}
.proj-card {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface, #fff);
  border: 1px solid var(--line-soft, rgba(11,61,46,0.06));
  transition: transform 0.55s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.55s ease;
  min-height: 280px;
}
.proj-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 70px -22px rgba(11, 22, 18, 0.3);
}
.proj-card--lg { grid-column: span 4; min-height: 380px; }
.proj-card--md { grid-column: span 3; min-height: 320px; }
.proj-card--sm { grid-column: span 2; min-height: 260px; }

.proj-card__img {
  position: absolute; inset: 0;
  overflow: hidden;
}
.proj-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.proj-card:hover .proj-card__img img { transform: scale(1.06); }
.proj-card__img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0,0,0,0.82) 100%);
}
.proj-card__status {
  position: absolute;
  top: 1.1rem; left: 1.1rem;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  color: var(--green-dark, #0b3d2e);
  font-weight: 600;
  z-index: 2;
}
.proj-card__body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.5rem 1.6rem 1.7rem;
  color: #fff;
  z-index: 2;
}
.proj-card__kicker {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin: 0 0 0.5rem;
}
.proj-card__title {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(1.1rem, 1.7vw, 1.5rem);
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 0.4rem;
  line-height: 1.15;
}
.proj-card--lg .proj-card__title { font-size: clamp(1.4rem, 2.4vw, 2rem); }
.proj-card__meta {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.proj-card__open {
  position: absolute;
  bottom: 1.5rem; right: 1.5rem;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  display: grid;
  place-items: center;
  color: var(--green-dark, #0b3d2e);
  z-index: 3;
  transition: transform 0.45s cubic-bezier(0.22,1,0.36,1), background 0.3s ease;
}
.proj-card:hover .proj-card__open {
  background: #fff;
  transform: rotate(-45deg) scale(1.1);
}
@media (max-width: 900px) {
  .projects-feature__grid { grid-template-columns: 1fr; }
  .proj-card--lg, .proj-card--md, .proj-card--sm { grid-column: span 1; min-height: 280px; }
}

/* ============================================================
   LEADERSHIP — horizontal cards
   ============================================================ */
.leadership-section .section-head--center { margin-bottom: 4rem; }
.lead-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto 2.5rem;
}
.lead-card {
  background: var(--surface, #fff);
  border: 1px solid var(--line, rgba(11,61,46,0.12));
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px 1fr;
  transition: transform 0.55s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.55s ease, border-color 0.4s ease;
}
.lead-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11,61,46,0.3);
  box-shadow: 0 36px 70px -22px rgba(11,22,18,0.2);
}
.lead-card__photo {
  position: relative;
  background: var(--surface-alt);
  overflow: hidden;
}
.lead-card__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.12) contrast(1.02);
  transition: filter 0.55s ease, transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.lead-card:hover .lead-card__photo img { filter: none; transform: scale(1.04); }
.lead-card__body {
  padding: 1.9rem 1.9rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lead-card__body .eyebrow { margin-bottom: 0.8rem; }
.lead-card__body h3 {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 1.32rem;
  letter-spacing: -0.02em;
  color: var(--green-dark, #0b3d2e);
  margin: 0 0 0.7rem;
}
body.theme-dark .lead-card__body h3 { color: #fff; }
.lead-card__body p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--text);
  opacity: 0.85;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .lead-grid { grid-template-columns: 1fr; }
  .lead-card { grid-template-columns: 1fr; }
  .lead-card__photo { aspect-ratio: 4/3; }
}

/* ============================================================
   PROJECT MODAL
   ============================================================ */
.proj-modal {
  position: fixed; inset: 0;
  z-index: 2200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.proj-modal.is-open { display: flex; }
.proj-modal__overlay {
  position: absolute; inset: 0;
  background: rgba(11, 22, 18, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: pmFade 0.4s cubic-bezier(0.22,1,0.36,1);
}
@keyframes pmFade { from { opacity: 0; } to { opacity: 1; } }
.proj-modal__panel {
  position: relative;
  width: min(1260px, 100%);
  max-height: 92vh;
  background: var(--surface, #fff);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: pmIn 0.55s cubic-bezier(0.33,1,0.38,1);
  box-shadow: 0 80px 140px -20px rgba(0,0,0,0.55);
}
@keyframes pmIn {
  from { opacity: 0; transform: translateY(40px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.proj-modal__close {
  position: absolute;
  top: 1.1rem; right: 1.1rem;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  border: 1px solid var(--line, rgba(11,61,46,0.12));
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 10;
  color: var(--green-dark, #0b3d2e);
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), background 0.3s ease;
}
.proj-modal__close:hover { background: #fff; transform: rotate(90deg); }

.proj-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  height: 100%;
  overflow: hidden;
}

/* Gallery */
.pm-gallery {
  background: #0b1612;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pm-gallery__main {
  position: relative;
  flex: 1;
  min-height: 380px;
  overflow: hidden;
}
.pm-gallery__main img {
  width: 100%; height: 100%;
  object-fit: cover;
  animation: pmSlide 0.5s cubic-bezier(0.22,1,0.36,1);
}
@keyframes pmSlide {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}
.pm-gallery__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--green-dark, #0b3d2e);
  transition: transform 0.35s ease, background 0.3s ease;
  z-index: 2;
}
.pm-gallery__btn:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.pm-gallery__btn--prev { left: 1rem; }
.pm-gallery__btn--next { right: 1rem; }
.pm-gallery__counter {
  position: absolute;
  bottom: 1rem; right: 1rem;
  background: rgba(11, 22, 18, 0.78);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  z-index: 2;
}
.pm-gallery__thumbs {
  display: flex;
  gap: 0.45rem;
  padding: 0.8rem;
  overflow-x: auto;
  background: rgba(0,0,0,0.5);
  scrollbar-width: thin;
}
.pm-gallery__thumbs::-webkit-scrollbar { height: 5px; }
.pm-gallery__thumbs::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.25); border-radius: 5px; }
.pm-gallery__thumb {
  flex-shrink: 0;
  width: 92px; height: 62px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.55;
  border: 2px solid transparent;
  background: none;
  padding: 0;
  transition: opacity 0.35s ease, border-color 0.3s ease, transform 0.3s ease;
}
.pm-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.pm-gallery__thumb:hover { opacity: 0.9; }
.pm-gallery__thumb.is-active {
  opacity: 1;
  border-color: var(--green-light, #a7d7a9);
}

/* Info */
.pm-info {
  padding: 2.6rem 2.4rem 2rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  background: var(--surface, #fff);
}
.pm-info__head {
  border-bottom: 1px solid var(--line, rgba(11,61,46,0.12));
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
}
.pm-info__title {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  letter-spacing: -0.025em;
  color: var(--green-dark, #0b3d2e);
  margin: 0 0 0.5rem;
  line-height: 1.1;
}
body.theme-dark .pm-info__title { color: #fff; }
.pm-info__sub {
  font-size: 0.92rem;
  color: var(--text);
  opacity: 0.72;
  margin: 0 0 1.1rem;
}
.pm-info__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.pm-info__pill {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--surface-alt);
  border: 1px solid var(--line, rgba(11,61,46,0.12));
  color: var(--green-dark, #0b3d2e);
  font-weight: 600;
}
body.theme-dark .pm-info__pill { color: var(--green-light, #a7d7a9); }

.pm-info__tabs {
  display: flex;
  gap: 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--line, rgba(11,61,46,0.12));
}
.pm-info__tab {
  background: none;
  border: none;
  padding: 0.75rem 1.05rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
  opacity: 0.65;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.02em;
  transition: opacity 0.3s ease, color 0.3s ease;
  font-family: inherit;
}
.pm-info__tab:hover { opacity: 1; }
.pm-info__tab.is-active {
  opacity: 1;
  color: var(--green-dark, #0b3d2e);
  font-weight: 600;
}
body.theme-dark .pm-info__tab.is-active { color: #fff; }
.pm-info__tab.is-active::after {
  content: "";
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 2px;
  background: var(--green-dark, #0b3d2e);
}
body.theme-dark .pm-info__tab.is-active::after { background: var(--green-light, #a7d7a9); }

.pm-info__panel { flex: 1; }
.pm-info__panel.is-hidden { display: none; }
.pm-info__panel p {
  font-size: 0.97rem;
  line-height: 1.65;
  color: var(--text);
  margin: 0 0 1.3rem;
}
.pm-info__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-top: 1.4rem;
}
.pm-info__stat {
  padding: 1rem 1.1rem;
  background: var(--surface-alt);
  border: 1px solid var(--line, rgba(11,61,46,0.12));
  border-radius: 7px;
}
.pm-info__stat dt {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  opacity: 0.65;
  margin-bottom: 0.3rem;
}
.pm-info__stat dd {
  margin: 0;
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--green-dark, #0b3d2e);
  letter-spacing: -0.01em;
}
body.theme-dark .pm-info__stat dd { color: #fff; }
.pm-info__list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.pm-info__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  padding: 0.95rem 1.05rem;
  background: var(--surface-alt);
  border: 1px solid var(--line, rgba(11,61,46,0.12));
  border-radius: 7px;
  font-size: 0.92rem;
  line-height: 1.5;
}
.pm-info__list li::before {
  content: "";
  display: block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green-mid, #3a7d44);
  margin-top: 0.5rem;
}
.pm-info__list li strong {
  color: var(--green-dark, #0b3d2e);
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 0.94rem;
  display: block;
  margin-bottom: 0.15rem;
}
body.theme-dark .pm-info__list li strong { color: #fff; }
.pm-info__list li span { color: var(--text); opacity: 0.85; }

.pm-info__cta {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line, rgba(11,61,46,0.12));
}
.pm-info__disc {
  font-size: 0.78rem;
  color: var(--text);
  opacity: 0.65;
  margin: 0.95rem 0 0;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .proj-modal { padding: 0.6rem; }
  .proj-modal__layout {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(280px, 40vh) 1fr;
  }
  .pm-info { padding: 1.8rem 1.4rem; }
}


/* ============================================================
   GLOBAL — universal page refinements (apply to ALL pages)
   ============================================================ */

/* Smoother button hover globally */
.btn,
.btn-primary,
.btn-secondary,
.btn-light,
.btn-ghost,
.btn-small {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              background 0.3s cubic-bezier(0.22, 1, 0.36, 1),
              color 0.3s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease !important;
}
.btn-primary:hover,
.btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -10px rgba(11, 22, 18, 0.28);
}

/* ============================================================
   PAGE HERO — subpages (about, services, projects, contact, team)
   Cleaner editorial treatment shared across pages.
   ============================================================ */
body:not(.home-page) .page-hero,
body:not(.home-page) .team-hero,
body:not(.home-page) .contact-hero,
body:not(.home-page) .service-hero,
body:not(.home-page) .projects-hero {
  position: relative;
  padding: clamp(7rem, 14vw, 11rem) 0 clamp(4rem, 8vw, 6rem) !important;
  background:
    linear-gradient(180deg, rgba(11, 22, 18, 0.05), transparent 60%),
    var(--surface-alt, #f5f6f5);
  overflow: hidden;
}
body:not(.home-page) .page-hero::before,
body:not(.home-page) .team-hero::before,
body:not(.home-page) .contact-hero::before,
body:not(.home-page) .service-hero::before,
body:not(.home-page) .projects-hero::before {
  content: "";
  position: absolute;
  inset: -10% -20% auto auto;
  width: 60%; height: 80%;
  background:
    radial-gradient(circle at 70% 30%, rgba(58, 125, 68, 0.12), transparent 65%),
    radial-gradient(circle at 90% 80%, rgba(217, 122, 58, 0.08), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
body.theme-dark:not(.home-page) .page-hero,
body.theme-dark:not(.home-page) .team-hero,
body.theme-dark:not(.home-page) .contact-hero,
body.theme-dark:not(.home-page) .service-hero,
body.theme-dark:not(.home-page) .projects-hero {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.25), transparent 60%),
    var(--surface-alt);
}
.page-hero .container,
.team-hero__inner,
.page-hero-inner,
.contact-hero__inner,
.service-hero__inner {
  position: relative;
  z-index: 1;
}

/* Display headings on hero pages */
body:not(.home-page) .page-hero h1,
body:not(.home-page) .team-hero h1,
body:not(.home-page) .contact-hero h1,
body:not(.home-page) .service-hero h1 {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(2.6rem, 6vw, 4.6rem) !important;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: balance;
  margin: 0.5rem 0 1.3rem;
  color: var(--green-deep, #06281e);
}
body.theme-dark:not(.home-page) .page-hero h1,
body.theme-dark:not(.home-page) .team-hero h1,
body.theme-dark:not(.home-page) .contact-hero h1,
body.theme-dark:not(.home-page) .service-hero h1 {
  color: #fff;
}

/* ============================================================
   TEAM PAGE — refined feature card + roster strip
   ============================================================ */
.team-page .team-hero { text-align: left; }
.team-page .team-hero__title {
  max-width: 18ch;
}
.team-page .team-hero__lead {
  max-width: 56ch;
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 1.6;
  color: var(--text);
  opacity: 0.85;
  margin: 0;
}

.team-page .team-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--line, rgba(11,61,46,0.12));
}
.team-page .team-toolbar__head { max-width: 480px; }
.team-page .team-toolbar__head .subsection-title {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  letter-spacing: -0.02em;
  color: var(--green-deep, #06281e);
  margin: 0 0 0.5rem;
}
body.theme-dark .team-page .team-toolbar__head .subsection-title { color: #fff; }
.team-page .team-toolbar__hint {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text);
  opacity: 0.7;
}
.team-page .team-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.team-page .team-filter {
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--line, rgba(11,61,46,0.14));
  background: transparent;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
  font-family: inherit;
}
.team-page .team-filter:hover {
  border-color: var(--green-mid, #3a7d44);
  color: var(--green-deep, #06281e);
}
.team-page .team-filter.is-active {
  background: var(--green-dark, #0b3d2e);
  color: #fff;
  border-color: var(--green-dark, #0b3d2e);
}

/* Featured team card */
.team-page .team-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  margin-bottom: 3rem;
}
.team-page .team-feature__visual {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--surface-alt);
  box-shadow: 0 50px 100px -30px rgba(11, 22, 18, 0.25);
}
.team-page .team-feature__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(11, 22, 18, 0.35));
  z-index: 1;
  pointer-events: none;
}
.team-page .team-feature__visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.05) contrast(1.03);
  transition: filter 0.6s cubic-bezier(0.4,0,0.2,1),
              transform 0.9s cubic-bezier(0.4,0,0.2,1),
              opacity 0.45s ease;
}
.team-page .team-feature__visual:hover img { filter: none; transform: scale(1.03); }

.team-page .team-feature__copy { padding-right: 1rem; }
.team-page .team-feature__dept {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d97a3a;
  font-weight: 600;
  margin: 0 0 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.team-page .team-feature__dept::before {
  content: "";
  width: 24px; height: 1px;
  background: currentColor;
  opacity: 0.8;
}
.team-page .team-feature__name {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(2.1rem, 4vw, 3rem) !important;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--green-deep, #06281e);
  margin: 0 0 0.7rem !important;
}
body.theme-dark .team-page .team-feature__name { color: #fff; }
.team-page .team-feature__role {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 500;
  font-size: 1.02rem;
  color: var(--green-mid, #3a7d44);
  margin: 0 0 1.4rem;
  letter-spacing: -0.005em;
}
body.theme-dark .team-page .team-feature__role { color: var(--green-light, #a7d7a9); }
.team-page .team-feature__bio {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--text);
  opacity: 0.88;
  max-width: 56ch;
  margin: 0;
  text-wrap: pretty;
}

/* Roster strip */
.team-page .team-strip-wrap {
  border-top: 1px solid var(--line, rgba(11,61,46,0.12));
  padding-top: 2rem;
  margin-top: 1.5rem;
}
.team-page .team-strip-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text);
  opacity: 0.55;
  font-weight: 600;
  margin: 0 0 1.5rem;
}
.team-page .team-strip {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

@media (max-width: 880px) {
  .team-page .team-feature { grid-template-columns: 1fr; }
  .team-page .team-feature__visual { max-width: 420px; margin: 0 auto; }
}

/* Team CTA */
.team-cta-band__inner { text-align: center; max-width: 720px; margin: 0 auto; }
.team-cta-band__inner .section-title {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.025em;
  margin: 0 auto 1.6rem;
  text-wrap: balance;
}

/* ============================================================
   GENERIC CARDS / SECTIONS — universal hover polish
   ============================================================ */
.service-card,
.svc-card,
.svc,
.value-block,
.positioning-card {
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.5s ease, border-color 0.4s ease !important;
}
.service-card:hover,
.value-block:hover,
.positioning-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px -22px rgba(11,22,18,0.18) !important;
}

/* ============================================================
   FOOTER refinements (consistent across pages)
   ============================================================ */
.footer--new {
  background: var(--green-deep, #06281e);
  color: rgba(255, 255, 255, 0.7);
  padding-top: 5rem;
  padding-bottom: 1.8rem;
}
.footer--new .brand { color: #fff; }
.footer--new .footer-label {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
}
.footer--new a {
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.footer--new a:hover { color: #fff; }
.footer--new .footer-links a:hover { padding-left: 0.3rem; }

/* ============================================================
   IMAGES — subtle lazy fade-in
   ============================================================ */
img[loading="lazy"] {
  transition: opacity 0.5s ease;
}

/* Page reveal effects on subpages */
body:not(.home-page) .section { position: relative; }
body:not(.home-page) .section:not(.section-alt)::before {
  content: none;
}


/* Team roster — portrait previews (role/cargo só no destaque) */
.team-page .team-strip {
  gap: 0.85rem;
  padding-bottom: 1rem;
}
.team-page .team-chip {
  flex: 0 0 clamp(140px, 13vw, 172px);
  text-align: center;
}
.team-page .team-chip__avatar img {
  filter: grayscale(0.15) contrast(1.02);
  transition: filter 0.35s ease;
}
.team-page .team-chip:hover .team-chip__avatar img,
.team-page .team-chip.is-active .team-chip__avatar img {
  filter: none;
}
.team-page .team-chip__name {
  font-size: 0.84rem;
}
body.theme-dark .team-page .team-chip__name {
  color: #fff;
}


/* ============================================================
   FIX — page-hero text contrast on light bg (subpages)
   ============================================================ */
body:not(.home-page) .page-hero .prose,
body:not(.home-page) .page-hero .page-hero-lead,
body:not(.home-page) .page-hero .page-hero-lead span,
body:not(.home-page) .page-hero p,
body:not(.home-page) .page-hero .eyebrow,
body:not(.home-page) .service-hero p,
body:not(.home-page) .contact-hero p,
body:not(.home-page) .projects-hero p {
  color: var(--text, #2a3330) !important;
  opacity: 0.88;
}
body:not(.home-page) .page-hero .eyebrow,
body:not(.home-page) .service-hero .eyebrow,
body:not(.home-page) .contact-hero .eyebrow,
body:not(.home-page) .projects-hero .eyebrow {
  color: var(--green-mid, #3a7d44) !important;
  opacity: 1;
}
body.theme-dark:not(.home-page) .page-hero .prose,
body.theme-dark:not(.home-page) .page-hero .page-hero-lead,
body.theme-dark:not(.home-page) .page-hero .page-hero-lead span,
body.theme-dark:not(.home-page) .page-hero p,
body.theme-dark:not(.home-page) .service-hero p,
body.theme-dark:not(.home-page) .contact-hero p,
body.theme-dark:not(.home-page) .projects-hero p {
  color: rgba(255,255,255,0.85) !important;
}
body.theme-dark:not(.home-page) .page-hero .eyebrow,
body.theme-dark:not(.home-page) .service-hero .eyebrow,
body.theme-dark:not(.home-page) .contact-hero .eyebrow,
body.theme-dark:not(.home-page) .projects-hero .eyebrow {
  color: var(--green-light, #a7d7a9) !important;
}

/* Also the team-hero eyebrow on light bg */
.team-page .team-hero .eyebrow {
  color: var(--green-mid, #3a7d44) !important;
}
body.theme-dark .team-page .team-hero .eyebrow {
  color: var(--green-light, #a7d7a9) !important;
}


/* Ensure h1 on page-hero also flips to dark on light bg */
body:not(.home-page) .page-hero h1,
body:not(.home-page) .page-hero .display-heading,
body:not(.home-page) .page-hero-title,
body:not(.home-page) .service-hero h1,
body:not(.home-page) .contact-hero h1,
body:not(.home-page) .projects-hero h1 {
  color: var(--green-deep, #06281e) !important;
}
body.theme-dark:not(.home-page) .page-hero h1,
body.theme-dark:not(.home-page) .page-hero .display-heading,
body.theme-dark:not(.home-page) .page-hero-title,
body.theme-dark:not(.home-page) .service-hero h1,
body.theme-dark:not(.home-page) .contact-hero h1,
body.theme-dark:not(.home-page) .projects-hero h1 {
  color: #fff !important;
}


/* ============================================================
   PROJECTS LIST (projects/index.html)
   ============================================================ */
.projects-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.projects-list__item {
  display: grid;
  grid-template-columns: 48px 220px 1fr auto;
  gap: 1.6rem;
  align-items: center;
  padding: 1.5rem;
  background: var(--surface, #fff);
  border: 1px solid var(--line, rgba(11,61,46,0.1));
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1),
              border-color 0.4s ease, box-shadow 0.5s ease;
}
.projects-list__item:hover {
  transform: translateY(-3px);
  border-color: rgba(11,61,46,0.28);
  box-shadow: 0 30px 60px -22px rgba(11,22,18,0.2);
}
.projects-list__num {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #d97a3a;
  letter-spacing: 0.08em;
  align-self: start;
  padding-top: 0.5rem;
}
.projects-list__img {
  width: 220px; height: 150px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface-alt);
}
.projects-list__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.projects-list__item:hover .projects-list__img img { transform: scale(1.06); }
.projects-list__kicker {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-mid, #3a7d44);
  font-weight: 600;
  margin: 0 0 0.45rem;
}
body.theme-dark .projects-list__kicker { color: var(--green-light, #a7d7a9); }
.projects-list__title {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  letter-spacing: -0.02em;
  color: var(--green-deep, #06281e);
  margin: 0 0 0.5rem;
  line-height: 1.15;
}
body.theme-dark .projects-list__title { color: #fff; }
.projects-list__meta {
  font-size: 0.88rem;
  color: var(--text);
  opacity: 0.72;
  margin: 0 0 0.9rem;
}
.projects-list__facts {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.projects-list__facts span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.projects-list__facts i {
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  opacity: 0.55;
}
.projects-list__facts b {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--green-deep, #06281e);
  letter-spacing: -0.01em;
}
body.theme-dark .projects-list__facts b { color: #fff; }

.projects-list__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.7rem;
  align-self: stretch;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.projects-list__status {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: var(--green-light, #a7d7a9);
  color: var(--green-deep, #06281e);
  font-weight: 700;
}
.projects-list__arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green-mid, #3a7d44);
  transition: gap 0.3s ease;
}
.projects-list__item:hover .projects-list__arrow { gap: 0.85rem; }
body.theme-dark .projects-list__arrow { color: var(--green-light, #a7d7a9); }

@media (max-width: 880px) {
  .projects-list__item {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .projects-list__img { width: 100%; height: 180px; }
  .projects-list__num { display: none; }
  .projects-list__cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* ============================================================
   PROJECT DETAIL PAGE
   ============================================================ */
.proj-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  padding: 12rem 0 4rem;
}
.proj-hero__media {
  position: absolute; inset: 0;
}
.proj-hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  will-change: transform;
  filter: brightness(0.55) saturate(0.92);
}
.proj-hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,22,18,0.4) 0%, rgba(11,22,18,0.15) 40%, rgba(11,22,18,0.85) 100%),
    radial-gradient(ellipse at 15% 60%, rgba(11,61,46,0.4), transparent 60%);
}
.proj-hero__inner {
  position: relative;
  z-index: 2;
}
.proj-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.82);
  margin-bottom: 1.6rem;
  text-decoration: none;
  transition: gap 0.3s ease, color 0.3s ease;
}
.proj-hero__back:hover { gap: 0.8rem; color: #fff; }
.proj-hero__title {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(2.3rem, 5.5vw, 4.6rem) !important;
  letter-spacing: -0.035em !important;
  line-height: 1 !important;
  color: #fff !important;
  margin: 0.5rem 0 1.1rem !important;
  max-width: 18ch;
  text-wrap: balance;
}
.proj-hero__location {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  color: rgba(255,255,255,0.78);
  margin: 0 0 1.4rem;
  letter-spacing: 0.01em;
}
.proj-hero__pills {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.proj-hero__pill {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-weight: 600;
}

/* Facts strip */
.proj-facts {
  background: var(--surface, #fff);
  border-bottom: 1px solid var(--line);
  padding: 2rem 0;
}
.proj-facts__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2rem;
}
.proj-fact dt {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
  opacity: 0.55;
  font-weight: 600;
  margin: 0 0 0.4rem;
}
.proj-fact dd {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  color: var(--green-deep, #06281e);
  letter-spacing: -0.02em;
  margin: 0;
}
body.theme-dark .proj-fact dd { color: #fff; }

/* Body layout */
.proj-body__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.proj-info {
  position: sticky;
  top: 110px;
}
.proj-info__summary {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--text);
  opacity: 0.9;
  margin: 0.6rem 0 2rem;
  text-wrap: pretty;
}
.proj-info__tabs {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1.4rem;
}
.proj-info__tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line, rgba(11,61,46,0.14));
  background: transparent;
  color: var(--text);
  font-size: 0.83rem;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
  font-family: inherit;
}
.proj-info__tab:hover { border-color: var(--green-mid, #3a7d44); color: var(--green-deep); }
body.theme-dark .proj-info__tab:hover { color: #fff; }
.proj-info__tab.is-active {
  background: var(--green-dark, #0b3d2e);
  color: #fff;
  border-color: var(--green-dark, #0b3d2e);
}
.proj-info__panel.is-hidden { display: none; }
.proj-info__list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.proj-info__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  padding: 1.05rem 1.15rem;
  background: var(--surface-alt);
  border: 1px solid var(--line, rgba(11,61,46,0.12));
  border-radius: 10px;
  font-size: 0.94rem;
  line-height: 1.55;
}
.proj-info__bullet {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green-mid, #3a7d44);
  margin-top: 0.55rem;
  display: block;
}
.proj-info__list li strong {
  color: var(--green-deep, #06281e);
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 0.2rem;
  letter-spacing: -0.01em;
}
body.theme-dark .proj-info__list li strong { color: #fff; }
.proj-info__list li span { color: var(--text); opacity: 0.86; }

.proj-info__cta {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line, rgba(11,61,46,0.12));
}
.proj-info__cta .btn .arrow { margin-left: 0.5rem; transition: transform 0.4s cubic-bezier(0.33,1,0.38,1); }
.proj-info__cta .btn:hover .arrow { transform: translateX(4px); }
.proj-info__disc {
  font-size: 0.78rem;
  color: var(--text);
  opacity: 0.6;
  margin: 1rem 0 0;
  line-height: 1.5;
}

/* Gallery */
.proj-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.proj-gallery__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proj-gallery__counter {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--text);
  opacity: 0.65;
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
}
.proj-gallery__main {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--surface-alt);
  cursor: pointer;
  box-shadow: 0 36px 70px -28px rgba(11,22,18,0.25);
}
.proj-gallery__main img {
  width: 100%; height: 100%;
  object-fit: cover;
  animation: galSlide 0.55s cubic-bezier(0.22,1,0.36,1);
}
@keyframes galSlide {
  from { opacity: 0; transform: scale(1.02); }
  to { opacity: 1; transform: scale(1); }
}
.proj-gallery__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--green-deep, #06281e);
  z-index: 2;
  transition: transform 0.3s ease, background 0.3s ease;
}
.proj-gallery__btn:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.proj-gallery__btn--prev { left: 1rem; }
.proj-gallery__btn--next { right: 1rem; }

.proj-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 0.6rem;
}
.proj-gallery__thumb {
  background: none;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
  padding: 0;
  aspect-ratio: 4/3;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}
.proj-gallery__thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.proj-gallery__thumb:hover { opacity: 1; }
.proj-gallery__thumb.is-active {
  opacity: 1;
  border-color: var(--green-mid, #3a7d44);
}

@media (max-width: 880px) {
  .proj-hero { padding: 9rem 0 3rem; min-height: 56vh; }
  .proj-body__grid { grid-template-columns: 1fr; }
  .proj-info { position: static; }
}

/* Next project */
.proj-next-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: center;
  background: var(--surface, #fff);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.8rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1), box-shadow 0.5s ease;
  margin-top: 1.5rem;
}
.proj-next-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 36px 70px -25px rgba(11,22,18,0.2);
}
.proj-next-card__img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.proj-next-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4,0,0.2,1);
}
.proj-next-card:hover .proj-next-card__img img { transform: scale(1.05); }
.proj-next-card__kicker {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-mid, #3a7d44);
  font-weight: 600;
  margin: 0 0 0.7rem;
}
body.theme-dark .proj-next-card__kicker { color: var(--green-light); }
.proj-next-card__title {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  letter-spacing: -0.025em;
  color: var(--green-deep, #06281e);
  margin: 0 0 1.4rem;
  line-height: 1.05;
}
body.theme-dark .proj-next-card__title { color: #fff; }
.proj-next-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--green-mid, #3a7d44);
  transition: gap 0.3s ease;
}
.proj-next-card:hover .proj-next-card__link { gap: 0.8rem; }

@media (max-width: 880px) {
  .proj-next-card { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.4rem; }
}

/* ============================================================
   OUR VALUES (home + about)
   ============================================================ */
.values-section .section-head { max-width: 720px; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}
.value-tile {
  position: relative;
  padding: 2rem 1.6rem 1.8rem;
  background: var(--surface, #fff);
  border: 1px solid var(--line, rgba(11,61,46,0.12));
  border-radius: 12px;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1),
              border-color 0.4s ease, box-shadow 0.5s ease;
  overflow: hidden;
}
.value-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-mid, #3a7d44), #d97a3a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.value-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(11,61,46,0.32);
  box-shadow: 0 28px 56px -22px rgba(11,22,18,0.18);
}
.value-tile:hover::after { transform: scaleX(1); }
.value-tile__icon {
  width: 48px; height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(58,125,68,0.12), rgba(217,122,58,0.08));
  color: var(--green-dark, #0b3d2e);
  margin-bottom: 1.2rem;
}
body.theme-dark .value-tile__icon {
  background: linear-gradient(145deg, rgba(58,125,68,0.18), rgba(217,122,58,0.1));
  color: var(--green-light, #a7d7a9);
}
.value-tile__icon svg { width: 24px; height: 24px; }
.value-tile h3 {
  font-family: var(--font-display, "Syne"), sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--green-deep, #06281e);
  margin: 0 0 0.6rem;
}
body.theme-dark .value-tile h3 { color: #fff; }
.value-tile p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text);
  opacity: 0.85;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .values-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FOOTER refresh (social icons, layout)
   ============================================================ */
.footer--new .footer-social {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer--new .footer-social .footer-label { margin-bottom: 1.2rem; }
.footer--new .footer-social .social-row {
  display: flex;
  gap: 0.6rem;
}
.footer--new .footer-social .social-icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.85);
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1),
              background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.footer--new .footer-social .social-icon:hover {
  background: var(--green-light, #a7d7a9);
  color: var(--green-deep, #06281e);
  border-color: var(--green-light, #a7d7a9);
  transform: translateY(-2px);
}
.footer--new .footer-social .social-icon svg { width: 18px; height: 18px; }
.footer--new .social-label {
  display: block;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  margin-top: 0.4rem;
}

/* Footer label icons */
.footer-label__row {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-label__row svg {
  width: 14px; height: 14px;
  opacity: 0.85;
}

/* Section icons accent (used in services, process, etc.) */
.icon-pill {
  display: inline-grid;
  place-items: center;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(58,125,68,0.12), rgba(217,122,58,0.08));
  color: var(--green-dark, #0b3d2e);
  margin-bottom: 1rem;
}
.icon-pill svg { width: 20px; height: 20px; }
body.theme-dark .icon-pill {
  background: linear-gradient(145deg, rgba(58,125,68,0.18), rgba(217,122,58,0.1));
  color: var(--green-light, #a7d7a9);
}


/* ============================================================
   ICONS in why-cards — tighten layout
   ============================================================ */
.why-card .icon-pill { margin-bottom: 1rem; }
.why-card .why-card__num {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
}


/* ============================================================
   LANGUAGE SWITCHER — compact flag pill
   ============================================================ */
.lang-switcher select {
  width: 56px !important;
  min-width: 56px !important;
  text-align: center;
  text-align-last: center;
  font-size: 1.05rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  padding: 0.4rem 0.5rem !important;
  border-radius: 999px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  cursor: pointer;
}
.lang-switcher select option {
  font-size: 1.1rem;
  padding: 6px;
  text-align: left;
}
/* Hide any chevron the original styles added */
.lang-switcher::after { display: none !important; }

/* —— Static service cards (no broken subpages) —— */
.service-link-card--static,
.svc-card--static {
  cursor: default;
  text-decoration: none;
  color: inherit;
}
.service-link-card--static:hover,
.svc-card--static:hover {
  transform: translateY(-4px);
}

/* —— Subcontractor prequalification form —— */
.subcontractors-form-section .subcontractor-form {
  max-width: 920px;
  margin: 0 auto;
}
.subcontractor-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}
@media (max-width: 720px) {
  .subcontractor-form__grid {
    grid-template-columns: 1fr;
  }
}
.subcontractors-form-head {
  max-width: 640px;
  margin-bottom: 2rem;
}

/* —— Dark theme readability (site-wide) —— */
body.theme-dark {
  color: var(--text);
}
body.theme-dark h1,
body.theme-dark h2,
body.theme-dark h3,
body.theme-dark h4,
body.theme-dark .section-title,
body.theme-dark .subsection-title,
body.theme-dark .display-heading {
  color: #f2f6f3;
}
body.theme-dark .prose,
body.theme-dark p,
body.theme-dark li,
body.theme-dark label,
body.theme-dark .team-feature__bio,
body.theme-dark .team-toolbar__hint,
body.theme-dark .team-strip-label,
body.theme-dark .service-link-card__desc,
body.theme-dark .svc-card__body p,
body.theme-dark .svc-card__bullets li {
  color: #d4ddd8;
}
body.theme-dark .team-page .team-feature__name,
body.theme-dark .team-page .team-toolbar__head .subsection-title {
  color: #fff !important;
}
body.theme-dark .team-page .team-feature__bio {
  color: #d4ddd8 !important;
  opacity: 1;
}
body.theme-dark .team-page .team-filter {
  color: #d4ddd8;
  background: var(--surface-alt);
  border-color: var(--line);
}
body.theme-dark .team-page .team-filter:hover {
  color: #fff;
  border-color: var(--green-mid);
}
body.theme-dark .team-page .team-filter.is-active {
  color: #fff;
  background: var(--green-mid);
  border-color: var(--green-mid);
}
body.theme-dark .team-page .team-chip {
  background: var(--surface-alt);
  border-color: var(--line);
}
body.theme-dark .team-page .team-chip__name {
  color: #fff;
}
body.theme-dark .team-page .team-hero__title,
body.theme-dark .team-page .team-hero__lead {
  color: #fff;
}
body.theme-dark .team-page .team-hero .eyebrow {
  color: var(--green-light);
}
body.theme-dark .contact-form input,
body.theme-dark .contact-form select,
body.theme-dark .contact-form textarea {
  background: var(--surface);
  color: #f2f6f3;
  border-color: var(--line);
}
body.theme-dark .contact-form input::placeholder,
body.theme-dark .contact-form textarea::placeholder {
  color: rgba(212, 221, 216, 0.45);
}
body.theme-dark .form-note {
  color: #b8c5be;
}
body.theme-dark .service-link-card,
body.theme-dark .svc-card {
  background: var(--surface);
  border-color: var(--line);
}
body.theme-dark .service-link-card__title,
body.theme-dark .svc-card__body h3 {
  color: #fff;
}

/* Honeypot — hidden from users, visible to naive bots */
.sb-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
