@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;
  --wide-column: 725.328125px;
  --side-column: 338.65625px;
  --body-font: "Quicksand", sans-serif;
  --display-font: "Cinzel", Georgia, serif;
}

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

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

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

img,
svg { display: block; }
a { color: inherit; }
main > section { background: #ffffff; }

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

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

.culture-definition {
  height: 338.046875px;
  padding: 56px 24px;
}

.definition-layout,
.partners-layout {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: var(--wide-column) var(--side-column);
  column-gap: 48px;
  align-items: start;
}

.culture-definition p,
.partners-copy p {
  margin: 0;
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.8;
}

.definition-image {
  width: var(--side-column);
  height: 226.046875px;
  object-fit: fill;
}

.method-introduction {
  height: 139.5px;
  padding: 56px 24px;
}

.method-introduction h1 {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.cherif-method {
  height: 2032.796875px;
  padding: 56px 24px;
}

.cherif-method > h2 {
  position: relative;
  width: min(100%, var(--content-width));
  margin: 0 auto 40px;
  padding-bottom: 18px;
  color: #185127;
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.cherif-method > h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: #185127;
  transform: translateX(-50%);
}

.phase-list {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}

.phase-row {
  height: 266px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  align-items: center;
}

.phase-row:last-child { margin-bottom: 0; }
.phase-row img { width: 100%; height: 266px; object-fit: fill; }

.phase-row h3 {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.method-foundations {
  height: 148px;
  padding: 56px 24px;
}

.method-foundations p {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  color: var(--body-color);
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

.expertise-logos {
  height: 244px;
  padding: 88px 24px 56px;
}

.logos-grid {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 48px;
  justify-items: center;
}

.logos-grid img { width: 150px; height: 100px; object-fit: fill; }

.partners-section {
  height: 371.125px;
  padding: 56px 24px;
}

.partners-copy { padding-bottom: 32.390625px; }
.partners-image { width: var(--side-column); height: 108px; object-fit: fill; }

.actions-section {
  width: 66.6667%;
  height: auto;
  margin: 0 auto;
  padding: 56px 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.action-button {
  width: 100%;
  min-height: 70px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  color: #ffffff;
  background: linear-gradient(180deg, #006d2c 0%, #004d1f 100%);
  border: 2px solid rgba(245, 249, 235, 0.95);
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 77, 31, 0.25), 0 0 0 1px rgba(189, 210, 157, 0.35);
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.action-button:last-child { margin-bottom: 0; }
.action-button:hover,
.action-button:focus-visible { filter: brightness(.88); }
.action-button:active { transform: translateY(1px); }

.assessment-section {
  height: 267.296875px;
  padding: 56px 24px;
}

.assessment-content {
  width: min(100%, var(--wide-column));
  margin: 0 auto;
}

.assessment-content h2 {
  margin: 0 0 24px;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.assessment-content p {
  margin: 0 0 24px;
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.8;
}

.assessment-button {
  width: max-content;
  min-width: 144.64px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  color: #006d2c;
  background: #ffffff;
  border: 2px solid #006d2c;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 77, 31, 0.25), 0 0 0 1px rgba(189, 210, 157, 0.35);
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.assessment-button:hover,
.assessment-button:focus-visible {
  color: #ffffff;
  background: linear-gradient(180deg, #006d2c 0%, #004d1f 100%);
  filter: brightness(.96);
}
.assessment-button:active { transform: translateY(1px); }

.content-image { opacity: 0; transition: opacity 1s ease; }
.content-image.is-loaded { opacity: 1; }

.site-footer { min-height: 164.796875px; padding: 56px 24px; background: #ffffff; }
.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) {
  .culture-definition { height: 557px; padding: 40px 24px; }

  .definition-layout,
  .partners-layout { display: flex; flex-direction: column; }

  .culture-definition p { width: 100%; }
  .definition-image { order: -1; width: 100%; height: 218.265625px; margin-bottom: 32px; }

  .method-introduction { height: 135px; padding: 40px 24px; }
  .method-introduction h1 { width: 100%; }

  .cherif-method { height: 2328.1875px; padding: 40px 24px 64px; }
  .cherif-method > h2 { margin-bottom: 40px; font-size: 24px; line-height: 1.3; }

  .phase-row { height: auto; margin-bottom: 48px; display: flex; flex-direction: column; align-items: stretch; }
  .phase-row:nth-child(even) h3 { order: 2; }
  .phase-row:nth-child(even) img { order: 1; }
  .phase-row img { height: 266px; }
  .phase-row h3 { margin-top: 24px; }

  .method-foundations { height: 180px; padding: 40px 24px 32px; }

  .expertise-logos { height: 320px; padding: 72px 24px 64px; }
  .logos-grid { grid-template-columns: repeat(2, 159px); column-gap: 9px; row-gap: 24px; }
  .logos-grid img { width: 120px; height: 80px; }
  .logos-grid img:last-child { grid-column: 1 / -1; }

  .partners-section { height: 673.46875px; padding: 40px 24px; }
  .partners-image { order: -1; width: 100%; height: 108px; margin-bottom: 32px; }
  .partners-copy { width: 100%; padding-bottom: 32.390625px; }

  .actions-section {
    width: 100%;
    height: auto;
    padding: 40px 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .action-button { width: 100%; }
  .action-button--development { height: auto; min-height: 70px; padding: 8px 32px; }

  .assessment-section { height: 286.59375px; padding: 40px 24px; }
  .assessment-content { width: 100%; }
  .assessment-button { width: max-content; min-width: 144.64px; }

  .site-footer { min-height: 214.390625px; padding: 40px 24px; }
  .footer-container { grid-template-columns: 1fr; text-align: center; }
  .copyright { text-align: center; }
  .powered-by { align-items: center; }
  .powered-by span { margin: 24px 0 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .content-image,
  .action-button,
  .assessment-button { transition-duration: .01ms; }
}
