:root {
  --navy: #071268;
  --deep-navy: #021f4a;
  --header-navy: #052858;
  --green: #5cac24;
  --dark-green: #075b26;
  --text: #080808;
  --muted-border: #d8d8d8;
  --white: #ffffff;
  --shadow: 0 16px 38px rgba(4, 22, 68, 0.08);
}
.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-header {
  background:
    radial-gradient(circle at 74% 0%, rgba(9, 68, 128, 0.62), transparent 38%),
    linear-gradient(90deg, #062d5c 0%, #041f48 54%, #02173a 100%);
  color: var(--white);
  min-height: 132px;
}

.site-header__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 22px 36px 20px 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
}

.brand__icon {
  width: 70px;
  height: 70px;
}

.brand__green {
  fill: var(--green);
}

.brand__blue {
  fill: #0b4d9f;
}

.brand__text {
  display: grid;
  line-height: 0.88;
}

.brand__step {
  color: #ffffff;
  font-size: 47px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand__forward {
  color: var(--green);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand__tagline {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  transition: color 160ms ease, background-color 160ms ease;
}

.site-nav a:hover,
.site-nav .is-active {
  color: #75c62d;
}

.nav-caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
}

.site-nav .login-link {
  padding: 0 24px;
  border-radius: 4px;
  background: linear-gradient(180deg, #77bf28 0%, #4f9e1c 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.site-nav .login-link:hover {
  color: #ffffff;
  background: linear-gradient(180deg, #82c934 0%, #59a821 100%);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: transparent;
  padding: 9px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
}

.hero {
  /* position: relative; */
  /* overflow: hidden; */
  /* min-height: 558px; */
  border-bottom: 2px solid #5aa31e;
  /* background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 41%, rgba(255, 255, 255, 0.55) 100%),
    repeating-linear-gradient(90deg, rgba(176, 196, 207, 0.14) 0 2px, transparent 2px 112px),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%); */
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 32%, rgba(228, 172, 91, 0.17), transparent 24%),
    radial-gradient(circle at 84% 26%, rgba(120, 181, 210, 0.16), transparent 28%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 48px 48px 28px;
  display: grid;
  grid-template-columns: minmax(480px, 690px) 1fr;
  align-items: center;
  gap: 40px;
}

.hero__copy h1 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero__lead {
  margin: 0 0 14px;
  color: var(--dark-green);
  font-size: clamp(24px, 2.35vw, 29px);
  line-height: 1.45;
  font-weight: 700;
}

.hero__copy p:not(.hero__lead) {
  max-width: 650px;
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
}

.hero__copy .hero__emphasis {
  margin-top: 10px;
  color: var(--navy);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.55;
}

.hero__art {
  position: relative;
  min-height: 420px;
}

.wood-stairs {
  position: absolute;
  right: 0;
  bottom: 62px;
  width: min(560px, 100%);
  height: 260px;
}

.wood {
  position: absolute;
  display: block;
  height: 34px;
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(114, 52, 5, 0.22), transparent 18%, rgba(255, 219, 151, 0.16) 52%, rgba(83, 33, 0, 0.18)),
    linear-gradient(180deg, #c96e16 0%, #a7550c 100%);
  box-shadow: 0 8px 14px rgba(93, 47, 10, 0.18);
}

.wood::before {
  content: "";
  position: absolute;
  inset: 8px 18px auto;
  height: 2px;
  border-radius: 999px;
  background: rgba(112, 52, 6, 0.34);
}

.wood--one {
  width: 315px;
  left: 68px;
  bottom: 0;
}

.wood--two {
  width: 300px;
  left: 118px;
  bottom: 45px;
}

.wood--three {
  width: 255px;
  left: 190px;
  bottom: 90px;
}

.wood--four {
  width: 218px;
  left: 255px;
  bottom: 135px;
}

.wood--five {
  width: 182px;
  left: 318px;
  bottom: 180px;
}

.wood--six {
  width: 145px;
  left: 370px;
  bottom: 225px;
}

.plant {
  position: absolute;
  right: 78px;
  top: 22px;
  width: 260px;
  height: 270px;
}

.stem {
  position: absolute;
  left: 124px;
  bottom: 22px;
  width: 4px;
  border-radius: 999px;
  background: #6e9e16;
  transform-origin: bottom;
}

.stem--main {
  height: 190px;
  transform: rotate(-4deg);
}

.stem--left {
  height: 130px;
  transform: rotate(-45deg);
}

.stem--right {
  height: 138px;
  transform: rotate(45deg);
}

.leaf {
  position: absolute;
  width: 78px;
  height: 46px;
  border-radius: 100% 0 100% 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 42%),
    linear-gradient(135deg, #a9d820 0%, #5ea711 100%);
  box-shadow: inset 0 -5px 9px rgba(49, 101, 0, 0.18);
}

.leaf--one {
  top: 18px;
  left: 54px;
  transform: rotate(42deg);
}

.leaf--two {
  top: 54px;
  right: 30px;
  transform: rotate(-18deg) scale(1.08);
}

.leaf--three {
  top: 106px;
  left: 24px;
  transform: rotate(14deg) scale(1.13);
}

.leaf--four {
  top: 128px;
  right: 16px;
  transform: rotate(-3deg);
}

.leaf--five {
  top: 70px;
  left: 105px;
  transform: rotate(56deg) scale(0.8);
}

.mission-vision {
  background: #ffffff;
}

.mission-vision__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 32px 48px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.info-panel {
  padding: 0 0 0 28px;
}

.info-panel--mission {
  padding: 0 48px 0 0;
  border-right: 1px solid var(--muted-border);
}

.section-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.section-title svg {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  stroke: var(--green);
  stroke-width: 5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-title h2 {
  margin: 0;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

.info-panel p {
  margin: 0 0 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
}

.values-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.values-list li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.values-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--green);
  font-size: 15px;
  font-weight: 800;
}

.values-list span {
  color: var(--navy);
  font-weight: 800;
}

.team {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 30px 22px;
}

.team__intro {
  text-align: center;
  margin: 0 auto 20px;
}

.team__intro h2 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.team__intro p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.team-card {
  min-height: 100% auto;
  padding: 14px 17px 18px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.team-card img {
  width: 140px;
  height: 140px;
  margin: 0 auto 8px;
  border-radius: 50%;
  object-fit: cover;
  background: #e9e3da;
}

.team-card h3 {
  margin: 0 0 2px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.14;
  font-weight: 800;
}

.team-card__role {
  margin: 0 0 28px;
  color: var(--dark-green);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.team-card p:not(.team-card__role) {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.closing-note {
  margin: 18px auto 0;
  text-align: center;
  color: var(--navy);
}

.closing-note p {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  color: var(--navy);
}

.closing-note strong {
  display: block;
  margin-top: -2px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
}
p.hero__emphasis {
    font-weight: 700 !important;
}
@media (max-width: 1180px) {
  .site-header__inner {
    gap: 24px;
    padding-inline: 30px;
  }

  .site-nav {
    gap: 18px;
    font-size: 13px;
  }

  .hero__inner {
    grid-template-columns: 1fr 0.8fr;
    padding-inline: 34px;
  }

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

@media (max-width: 900px) {
  .site-header {
    min-height: auto;
  }

  .site-header__inner {
    position: relative;
    padding: 18px 22px;
  }

  .brand__icon {
    width: 52px;
    height: 52px;
  }

  .brand__step {
    font-size: 33px;
  }

  .brand__forward {
    font-size: 24px;
  }

  .brand__tagline {
    font-size: 9px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% - 1px);
    right: 22px;
    left: 22px;
    z-index: 10;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border-radius: 10px;
    background: #041f48;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 44px;
    padding: 0 12px;
  }

  .site-nav .login-link {
    justify-content: center;
    margin-top: 8px;
  }

  .hero {
    min-height: auto;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    padding: 38px 24px 34px;
  }

  .hero__copy p:not(.hero__lead) {
    font-size: 16px;
  }

  .hero__art {
    min-height: 300px;
  }

  .wood-stairs {
    right: 50%;
    transform: translateX(50%) scale(0.82);
    transform-origin: bottom center;
  }

  .plant {
    right: 50%;
    transform: translateX(63%) scale(0.82);
    transform-origin: bottom center;
  }

  .mission-vision__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 30px 24px 20px;
  }

  .info-panel,
  .info-panel--mission {
    padding: 0;
    border-right: 0;
  }

  .team {
    padding-inline: 20px;
  }

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

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .hero__copy h1 {
    font-size: 44px;
    letter-spacing: 0.07em;
  }

  .hero__lead {
    font-size: 22px;
  }

  .hero__art {
    min-height: 260px;
  }

  .wood-stairs {
    transform: translateX(50%) scale(0.62);
  }

  .plant {
    transform: translateX(63%) scale(0.62);
  }

  .section-title svg {
    width: 44px;
    height: 44px;
  }

  .section-title h2 {
    font-size: 23px;
  }

  .team__intro h2 {
    font-size: 30px;
  }

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

  .team-card {
    min-height: auto;
  }

  .closing-note strong {
    font-size: 23px;
  }
}
