@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://img1.wsimg.com/gfonts/s/cinzel/v26/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnfY3lDQ.woff2") format("woff2");
}

:root {
  --brand-green: #006400;
  --heading-color: rgb(27, 27, 27);
  --body-color: rgb(94, 94, 94);
  --muted-color: rgb(89, 89, 89);
  --content-width: 1112px;
  --body-font: "Quicksand", sans-serif;
  --display-font: "Cinzel", Georgia, serif;
}

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

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  color: #000;
  background: #fff;
  font-family: var(--body-font);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 8px;
  left: 8px;
  padding: 8px 14px;
  color: #fff;
  background: var(--brand-green);
  transform: translateY(-150%);
  transition: transform .2s ease;
}

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

main > section,
.page-actions {
  width: min(calc(100% - 48px), 1160px);
  margin: 0 auto;
  padding: 56px 24px;
  background: #fff;
}

.section-container {
  width: 100%;
  margin: 0 auto;
}

.lead-text,
.recommendations-intro p,
.recommendation-detail p,
.plan-intro p,
.priority-section p,
.continuous-intro p,
.systems-intro p {
  margin: 0;
  color: var(--body-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

.lead-text {
  text-align: center;
}

.recommendations-intro h1,
.plan-intro h2,
.continuous-intro h2,
.systems-intro h2 {
  margin: 0 0 40px;
  color: var(--brand-green);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.narrow-content {
  width: 66.6667%;
  margin-left: 16.6667%;
  padding: 0 8px;
}

.section-container > .narrow-content,
.page-actions > .narrow-content {
  margin-left: 16.6667%;
}

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

.pillar-card h2,
.pdca-card h2,
.phase-item h2 {
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}

.pillar-card h2 {
  margin: 0 0 24px;
  text-align: center;
}

.pillar-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.recommendation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) calc((100% - 96px) / 3);
  gap: 48px;
  align-items: start;
}

.recommendation-layout img {
  width: 100%;
  height: 225.96875px;
  object-fit: fill;
  order: 2;
}

.recommendation-layout p {
  order: 1;
}

.body-copy p {
  margin: 0;
}

.priority-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.priority-layout img {
  width: 100%;
  height: 354.484375px;
  object-fit: fill;
}

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

.pdca-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.pdca-card img {
  width: 100%;
  height: 242px;
  margin: 0 0 24px;
  object-fit: cover;
}

.pdca-card h2 {
  margin: 0 0 24px;
}

.card-copy {
  flex: 1;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.card-copy p,
.phase-item p {
  margin: 0;
}

.phases-layout {
  display: grid;
  grid-template-columns: calc((100% - 96px) / 3) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.phases-image {
  width: 100%;
  height: 247px;
  object-fit: fill;
}

.phases-list {
  display: grid;
  gap: 32px;
}

.phase-item h2 {
  width: max-content;
  max-width: 100%;
  margin: 0 0 24px;
}

.phase-item div {
  width: max-content;
  max-width: 100%;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.page-actions {
  min-height: 240px;
}

.action-links {
  display: grid;
  gap: 16px;
}

.action-links a {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  color: #fff;
  background: var(--brand-green);
  font-family: var(--display-font);
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: filter .2s ease, transform .2s ease;
}

.action-links a:hover,
.action-links a:focus-visible {
  filter: brightness(.88);
}

.action-links a:active {
  transform: translateY(1px);
}

.site-footer {
  min-height: 164.796875px;
  padding: 56px 24px;
  background: #fff;
}

.footer-container {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.copyright {
  margin: 0;
  color: var(--muted-color);
  font-size: 16px;
  line-height: 1.8;
}

.powered-by {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--muted-color);
  font-size: 16px;
  line-height: 1.8;
}

.powered-by span {
  margin: 0 0 4px;
}

.powered-by img {
  width: 131px;
  height: 20px;
  object-fit: contain;
}

@media (max-width: 767px) {
  main > section,
  .page-actions {
    width: 100%;
    padding: 40px 24px;
  }

  .lead-section {
    padding-bottom: 32px;
  }

  .recommendations-intro h1,
  .plan-intro h2,
  .continuous-intro h2,
  .systems-intro h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .narrow-content {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .section-container > .narrow-content,
  .page-actions > .narrow-content {
    margin-left: 0;
  }

  .pillars-grid,
  .recommendation-layout,
  .priority-layout,
  .pdca-grid,
  .phases-layout {
    grid-template-columns: 1fr;
  }

  .pillars-grid {
    gap: 48px;
  }

  .recommendation-layout {
    gap: 32px;
  }

  .recommendation-layout img,
  .recommendation-layout p {
    order: initial;
  }

  .recommendation-layout img {
    height: 218.203125px;
  }

  .priority-section {
    padding-bottom: 64px;
  }

  .priority-layout {
    gap: 24px;
  }

  .priority-layout img {
    height: 217.875px;
  }

  .pdca-grid {
    gap: 24px;
  }

  .pdca-card img {
    height: 242px;
  }

  .phases-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .phases-list {
    min-width: 0;
    gap: 32px;
  }

  .phase-item {
    min-width: 0;
  }

  .phase-item h2,
  .phase-item div {
    width: 100%;
    max-width: 100%;
  }

  .page-actions {
    min-height: 208px;
  }

  .site-footer {
    min-height: 214.390625px;
    padding: 40px 24px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .powered-by {
    align-items: center;
  }

  .powered-by span {
    margin: 24px 0 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
