@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 { 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; }

.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); }

main > section { background: #ffffff; }

.hero-section {
  width: min(calc(100% - 48px), var(--content-width));
  min-height: 204.25px;
  margin: 0 auto;
  padding: 80px 0;
}

.hero-section h1 {
  max-width: none;
  margin: 0 auto;
  padding: 12px 0;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.125;
  text-align: center;
  white-space: nowrap;
}

.values-section { padding: 56px 24px; }

.values-layout {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.values-video {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: contain;
  background: #ffffff;
  border-right: 0;
  pointer-events: none;
}

.values-copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  padding: 32px 38px;
}

.values-copy h2 {
  margin: 0 0 24px;
  padding: 8px 0 8px 20px;
  border-left: 2px solid #185127;
  color: #185127;
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.values-copy div { color: var(--body-color); font-size: 17px; line-height: 1.8; }
.values-copy p {
  margin: 0;
  white-space: nowrap;
}

.scarf-intro,
.adoption-section { padding: 56px 24px; }

.scarf-intro p,
.adoption-section p,
.unesco-content {
  width: min(100%, 725.33px);
  margin: 0 auto;
}

.scarf-intro p,
.adoption-section p {
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.8;
}

.scarf-section { padding: 56px 24px; }

.scarf-section > h2,
.services-section > h2,
.culture-title-section 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;
}

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

.services-section > h2 {
  color: #1b1b1b;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
}

.scarf-grid {
  width: min(100%, 823px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 242px);
  gap: 48px;
}

.scarf-card img { width: 242px; height: 242px; object-fit: cover; }

.scarf-card:nth-child(4),
.scarf-card:nth-child(5) {
  transform: translateX(145px);
}

.scarf-card h3 {
  margin: 24px 0 0;
  color: #000000;
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.culture-illustration { padding: 56px 24px; }

.culture-illustration-frame {
  position: relative;
  width: min(100%, 780px);
  height: auto;
  aspect-ratio: 960 / 520;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e1e8e3;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(22, 81, 39, 0.08);
}

.culture-illustration-frame::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #e1e8e3;
  pointer-events: none;
}

.culture-illustration img {
  position: absolute;
  top: 0;
  left: 0;
  width: 129.06%;
  max-width: none;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: fill;
  transform: translate(-11.3%, -12.9%);
}

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

.culture-title-section {
  padding: 16px 24px 24px;
  text-align: center;
}

.culture-title-section h2 {
  margin-bottom: 0;
}

.unesco-section { padding: 56px 24px; }

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

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

.unesco-approach { margin-top: 32.390625px !important; }

.outline-button {
  min-height: 70px;
  display: inline-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;
}

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

.outline-button:active { transform: translateY(1px); }

.unesco-button { margin-top: 56.390625px; }

.services-section { padding: 56px 24px; }

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

.service-card { text-align: center; }

.service-card img { width: 100%; height: 266px; object-fit: cover; }
.service-card .outline-button { margin-top: 24px; }

.service-card .outline-button {
  color: #ffffff;
  background: linear-gradient(180deg, #006d2c 0%, #004d1f 100%);
  border: 2px solid rgba(245, 249, 235, 0.95);
  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) !important;
  font-size: 22px;
  font-weight: 400 !important;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-card .outline-button:hover,
.service-card .outline-button:focus-visible {
  filter: brightness(.88);
}

.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) {
  .hero-section {
    width: calc(100% - 48px);
    min-height: 212.75px;
    padding: 64px 48px;
  }

  .hero-section h1 { width: 231px; padding: 12px 0; white-space: normal; }

  .values-section { padding: 40px 24px 64px; }

  .values-layout { grid-template-columns: 1fr; gap: 0; align-items: stretch; }

  .values-video {
    min-height: 260px;
    border-right: 0;
    border-bottom: 0;
  }

  .values-copy { margin-bottom: 0; padding: 26px 22px; }
  .values-copy p { white-space: normal; }

  .values-copy h2 { margin-bottom: 24px; }

  .scarf-intro,
  .adoption-section { padding: 40px 24px; }

  .scarf-section { padding: 40px 24px; }

  .scarf-section > h2,
  .services-section > h2,
  .culture-title-section h2 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.3;
  }

  .services-section > h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
  }

  .scarf-grid { grid-template-columns: 1fr; row-gap: 24px; }
  .scarf-card:nth-child(4),
  .scarf-card:nth-child(5) { transform: none; }
  .scarf-card img { width: 327px; height: 327px; }

  .culture-illustration { padding: 40px 24px 32px; }
  .culture-illustration-frame { height: auto; }
  .culture-illustration img { height: auto; }

  .culture-title-section { padding: 16px 24px 24px; }

  .culture-title-section h2 { margin-bottom: 0; }

  .unesco-section { padding: 40px 24px; }

  .services-section { padding: 40px 24px; }
  .services-grid { grid-template-columns: 1fr; row-gap: 48px; }
  .service-card img { height: 266px; object-fit: fill; }
  .service-card .outline-button { width: 100%; height: auto; min-height: 70px; padding: 8px 32px; }

  .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) {
  .outline-button { transition-duration: .01ms; }
}
