.knowledge-page {
  --earth-ink: #24170f;
  --earth-brown: #6f4426;
  --earth-clay: #8b5b33;
  --earth-copper: #c98b3b;
  --earth-paper: #f7f1e7;
  --earth-card: #fffaf2;
  background: var(--earth-paper);
  color: var(--earth-ink);
  overflow-x: hidden;
}

.knowledge-hero {
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(90deg, rgba(36, 23, 15, .82), rgba(36, 23, 15, .38), rgba(36, 23, 15, .08)), var(--knowledge-hero);
  background-position: center;
  background-size: cover;
  padding: 96px 24px 84px;
}

.knowledge-hero__content,
.knowledge-intro,
.knowledge-facts,
.knowledge-split,
.knowledge-section,
.knowledge-faq {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.knowledge-hero__content {
  border-left: 4px solid var(--earth-copper);
  padding-left: 28px;
}

.knowledge-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--earth-copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.knowledge-eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.knowledge-hero h1 {
  max-width: 980px;
  margin: 18px 0 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 500;
  line-height: 1.02;
}

.knowledge-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  line-height: 1.75;
}

.knowledge-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  padding: 76px 0 36px;
  align-items: start;
}

.knowledge-intro h2,
.knowledge-section__header h2,
.knowledge-split__copy h2 {
  margin: 14px 0 0;
  color: var(--earth-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.12;
}

.knowledge-intro p,
.knowledge-section__header p,
.knowledge-split__copy p,
.knowledge-note-grid p,
.knowledge-season-grid p,
.knowledge-conservation p,
.knowledge-faq p {
  color: #5e5143;
  font-size: 16px;
  line-height: 1.85;
}

.knowledge-map-card,
.knowledge-facts article,
.knowledge-note-grid article,
.knowledge-season-grid article,
.knowledge-conservation > div,
.knowledge-faq details {
  background: var(--earth-card);
  border: 1px solid #e1d0b7;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(36, 27, 18, .08);
}

.knowledge-map-card {
  padding: 18px;
}

.knowledge-map-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #eadcc7;
}

.knowledge-map-card strong,
.knowledge-map-card span {
  display: block;
}

.knowledge-map-card strong {
  margin-top: 16px;
  color: var(--earth-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.knowledge-map-card span {
  margin-top: 6px;
  color: #6c5c49;
}

.knowledge-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 18px 0 76px;
}

.knowledge-facts article {
  padding: 24px;
}

.knowledge-facts span,
.knowledge-season-grid span {
  color: #9d5f31;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.knowledge-facts strong {
  display: block;
  margin-top: 10px;
  color: var(--earth-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.08;
}

.knowledge-facts p {
  margin: 14px 0 0;
  color: #6a5846;
  line-height: 1.7;
}

.knowledge-split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 42px;
  padding: 0 0 76px;
  align-items: center;
}

.knowledge-split__image img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(36, 27, 18, .14);
}

.knowledge-section,
.knowledge-faq {
  padding: 0 0 76px;
}

.knowledge-section__header {
  max-width: 860px;
}

.knowledge-note-grid,
.knowledge-season-grid,
.knowledge-conservation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.knowledge-season-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.knowledge-note-grid article,
.knowledge-season-grid article,
.knowledge-conservation > div {
  padding: 24px;
}

.knowledge-note-grid strong,
.knowledge-conservation strong,
.knowledge-season-grid h3 {
  display: block;
  color: var(--earth-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.knowledge-season-grid h3 {
  margin: 10px 0 0;
}

.knowledge-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.knowledge-faq details {
  padding: 0;
  overflow: hidden;
}

.knowledge-faq summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--earth-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

.knowledge-faq details[open] summary {
  border-bottom: 1px solid #e1d0b7;
  background: #f4eadc;
}

.knowledge-faq details p {
  margin: 0;
  padding: 18px 24px 22px;
}

@media (max-width: 1024px) {
  .knowledge-intro,
  .knowledge-split,
  .knowledge-note-grid,
  .knowledge-conservation {
    grid-template-columns: 1fr;
  }

  .knowledge-facts,
  .knowledge-season-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .knowledge-hero {
    min-height: 560px;
    padding: 78px 18px 64px;
  }

  .knowledge-hero__content {
    padding-left: 18px;
  }

  .knowledge-intro {
    padding-top: 54px;
  }

  .knowledge-facts,
  .knowledge-season-grid {
    grid-template-columns: 1fr;
  }

  .knowledge-split__image img {
    min-height: 300px;
  }
}
