﻿.human-resources-article .resource-article__content {
  max-width: 76rem;
}

.hr-hero__eyebrow,
.hr-overview__eyebrow,
.hr-structure__label,
.hr-culture__eyebrow {
  color: var(--site-primary);
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.hr-hero__summary,
.hr-section-intro,
.hr-structure__text,
.hr-organogram__branch-copy,
.hr-culture__text {
  color: #4f5a69;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.hr-hero__stat-card {
  background: linear-gradient(145deg, #171b23 0%, #bf2202 100%);
  color: #ffffff;
  padding: 1.35rem 1.3rem 1.45rem;
}

.hr-hero__stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0.6rem;
}

.hr-hero__stat-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0;
}

.hr-hero__summary {
  margin-bottom: 1.35rem;
  max-width: 54rem;
}

.hr-overview__layout,
.hr-culture__layout {
  align-items: start;
  display: grid;
  gap: 2.25rem;
}

.hr-overview__layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
}

.hr-overview__title,
.hr-culture__title {
  color: #111827;
  font-size: clamp(2rem, 2.45vw, 2.95rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: 0 0 1.1rem;
}

.hr-overview__panel {
  background: linear-gradient(135deg, #171b22 0%, #1f232c 100%);
  border-radius: 18px;
  color: #ffffff;
  padding: 1.9rem 1.75rem;
}

.hr-overview__panel-label {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 0.95rem;
  text-transform: uppercase;
}

.hr-overview__pillars {
  display: grid;
  gap: 1rem;
}

.hr-overview__pillar {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1rem 1rem 1.05rem;
}

.hr-overview__pillar-title {
  color: #ffffff;
  font-size: 1.06rem;
  font-weight: 700;
  margin: 0 0 0.45rem;
}

.hr-overview__pillar-text {
  color: #d5dce5;
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
}

.hr-section-intro {
  margin-top: 0.85rem;
  max-width: 50rem;
}

.hr-structure__card {
  background: #ffffff;
  border: 1px solid #d9dde3;
  border-radius: 20px;
  box-shadow: 0 28px 56px rgba(17, 24, 39, 0.07);
}

.hr-structure__card {
  background:
    radial-gradient(circle at top right, rgba(191, 34, 2, 0.08), transparent 28%),
    linear-gradient(180deg, #fbfaf7 0%, #f7f8fa 100%);
  padding: 1.55rem;
}

.hr-structure__header {
  margin-bottom: 1.4rem;
}

.hr-structure__text {
  max-width: 46rem;
}

.hr-organogram {
  margin: 0;
}

.hr-organogram__lead {
  display: flex;
  justify-content: center;
  margin-bottom: 2.75rem;
  position: relative;
}

.hr-organogram__lead::after {
  background: #c9ced6;
  content: "";
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 2px;
}

.hr-organogram__node {
  background: linear-gradient(180deg, #fff2c7 0%, #f2cb74 100%);
  border: 1px solid #dab56a;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(110, 82, 32, 0.18);
  color: #4e3a16;
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  min-width: 12rem;
  padding: 0.85rem 1.25rem;
  text-align: center;
}

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

.hr-organogram__branches::before {
  background: #c9ced6;
  content: "";
  height: 2px;
  left: 16.666%;
  position: absolute;
  right: 16.666%;
  top: -1rem;
}

.hr-organogram__branch {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e0e5ea;
  border-radius: 18px;
  box-shadow: 0 18px 30px rgba(17, 24, 39, 0.05);
  padding: 1.2rem 1.05rem 1.1rem;
  position: relative;
}

.hr-organogram__branch::before {
  background: #c9ced6;
  content: "";
  height: 1rem;
  left: 50%;
  position: absolute;
  top: -1rem;
  transform: translateX(-50%);
  width: 2px;
}

.hr-organogram__branch--featured {
  border-color: rgba(191, 34, 2, 0.18);
  box-shadow: 0 20px 34px rgba(191, 34, 2, 0.08);
}

.hr-organogram__branch-title {
  color: #111827;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.45rem;
}

.hr-organogram__branch-copy {
  font-size: 0.92rem;
  margin-bottom: 0.95rem;
}

.hr-organogram__items {
  display: grid;
  gap: 0.75rem;
}

.hr-organogram__item {
  background: #ffffff;
  border: 1px solid #e4e8ed;
  border-left: 4px solid var(--site-primary);
  border-radius: 12px;
  color: #253041;
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  padding: 0.85rem 0.85rem 0.8rem;
}

.hr-culture__layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.2rem;
}

.hr-culture__card {
  border-radius: 18px;
  padding: 2rem 1.8rem;
}

.hr-culture__card--dark {
  background: linear-gradient(135deg, #171b22 0%, #1f232c 100%);
  color: #ffffff;
}

.hr-culture__card--light {
  background: #f3f4f6;
  border: 1px solid #d9dde3;
  color: #4f5a69;
}

.hr-culture__card--dark .hr-culture__title {
  color: #ffffff;
}

.hr-culture__list {
  display: grid;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hr-culture__list li {
  background: #ffffff;
  border: 1px solid #e2e6ea;
  border-radius: 14px;
  color: #364152;
  font-size: 1rem;
  line-height: 1.6;
  padding: 1rem 1rem 1rem 2rem;
  position: relative;
}

.hr-culture__list li::before {
  background: var(--site-primary);
  border-radius: 999px;
  content: "";
  height: 0.55rem;
  left: 1rem;
  position: absolute;
  top: 1.35rem;
  width: 0.55rem;
}

[data-bs-theme="dark"] .hr-hero__summary,
[data-bs-theme="dark"] .hr-section-intro,
[data-bs-theme="dark"] .hr-structure__text,
[data-bs-theme="dark"] .hr-organogram__branch-copy {
  color: #cfd5de;
}

[data-bs-theme="dark"] .hr-overview__title {
  color: #f3f4f6;
}

[data-bs-theme="dark"] .hr-structure__card,
[data-bs-theme="dark"] .hr-organogram__branch,
[data-bs-theme="dark"] .hr-culture__card--light {
  background: #171b23;
  border-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .hr-organogram__item,
[data-bs-theme="dark"] .hr-culture__list li {
  background: #1d222b;
  border-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .hr-organogram__branch-title,
[data-bs-theme="dark"] .hr-organogram__item,
[data-bs-theme="dark"] .hr-culture__title {
  color: #f3f4f6;
}

[data-bs-theme="dark"] .hr-organogram__lead::after,
[data-bs-theme="dark"] .hr-organogram__branches::before,
[data-bs-theme="dark"] .hr-organogram__branch::before {
  background: rgba(255, 255, 255, 0.16);
}

[data-bs-theme="dark"] .hr-culture__text,
[data-bs-theme="dark"] .hr-culture__list li {
  color: #cfd5de;
}

@media (max-width: 991.98px) {
  .hr-overview__layout,
  .hr-culture__layout {
    grid-template-columns: 1fr;
  }

  .hr-structure__card {
    padding: 1.2rem;
  }

  .hr-organogram__branches {
    grid-template-columns: 1fr;
  }

  .hr-organogram__lead::after,
  .hr-organogram__branches::before,
  .hr-organogram__branch::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hr-hero__stat-card,
  .hr-overview__panel,
  .hr-structure__card,
  .hr-culture__card {
    padding: 1.2rem 1rem;
  }

  .plant-section-heading {
    gap: 0.95rem;
    margin-bottom: 1.2rem;
  }

  .plant-section-heading__accent {
    height: 4rem;
    width: 0.45rem;
  }

}

@media (max-width: 575.98px) {
  .hr-organogram__node {
    min-width: 0;
    width: 100%;
  }

  .hr-organogram__item,
  .hr-culture__list li {
    font-size: 0.95rem;
  }
}

.hr-hero__surface {
  background: #171b23;
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.45fr) minmax(17rem, 0.55fr);
  overflow: hidden;
  padding: clamp(2rem, 4.5vw, 4.5rem);
  position: relative;
}

.hr-hero__surface::before {
  background: var(--site-primary);
  content: "";
  height: 0.35rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hr-hero__copy {
  align-self: center;
  max-width: 50rem;
}

.hr-hero__title {
  color: #ffffff;
  font-size: clamp(2.55rem, 4.4vw, 4.75rem);
  font-weight: 700;
  line-height: 1.04;
  margin: 0 0 1.4rem;
}

.hr-hero__summary {
  color: #d0d6df;
  font-size: 1.08rem;
  margin-bottom: 1.6rem;
  max-width: 48rem;
}

.hr-hero__surface .resource-hero__meta {
  color: #b9c1cc;
}

.hr-hero__facts {
  align-self: center;
}

.hr-hero__stat-card {
  border: 0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 14rem;
  padding: 2rem;
}

.hr-hero__stat-card {
  background: var(--site-primary);
  color: #ffffff;
}

.hr-hero__stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 3.4vw, 3.6rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.6rem;
}

.human-resources-article {
  padding-top: 4.75rem;
}

[data-bs-theme="dark"] .hr-hero__surface {
  background: #171b23;
}

@media (max-width: 991.98px) {
  .hr-hero__surface {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .hr-hero__facts {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .hr-hero__surface {
    padding: 2rem 1.25rem 1.35rem;
  }

  .hr-hero__title {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .hr-hero__stat-card {
    min-height: 8.5rem;
  }

  .human-resources-article {
    padding-top: 3.5rem;
  }
}
