/* Site chrome — 1:1 with design/newDesign/index.dc.html */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fcfaf5;
  border-bottom: 1px solid #eae2d4;
}

.site-header__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #211c16;
  flex-shrink: 0;
}

.site-logo:hover {
  text-decoration: none;
  color: #211c16;
}

.site-logo__mark {
  width: 26px;
  height: 26px;
  background: #c8562f;
  border-radius: 6px;
  display: inline-block;
  flex-shrink: 0;
}

.site-logo__text {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #211c16;
}

.site-nav {
  display: flex;
  gap: 26px;
  align-items: center;
  font-family: 'Public Sans', system-ui, sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1;
}

.site-nav__link {
  font-family: 'Public Sans', system-ui, sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1;
  color: #6e675b;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav__link:hover {
  color: #6e675b;
  text-decoration: none;
}

.site-nav__link.is-active {
  color: #c8562f;
}

/* WP menu fallback markup (if walker not used) */
.site-nav .menu,
.site-nav .site-nav__list {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav .menu > li,
.site-nav .site-nav__list > li {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav .menu > li > a,
.site-nav .site-nav__list > li > a {
  font-family: 'Public Sans', system-ui, sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 1;
  color: #6e675b;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current_page_item > a,
.site-nav .site-nav__list > li.current-menu-item > a {
  color: #c8562f;
}

.menu-toggle {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  border: 1px solid #eae2d4;
  border-radius: 999px;
  background: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
    position: fixed;
    inset: auto 0 0;
    max-height: 70vh;
    overflow: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1rem;
    background: #fcfaf5;
    border-top: 1px solid #eae2d4;
    z-index: 25;
    font-size: 16px;
    line-height: normal;
  }

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

  .site-nav__link {
    width: 100%;
    padding: 0.75rem 0;
    font-size: 16px;
    line-height: normal;
  }

  .menu-toggle {
    display: block;
  }
}

/* ——— Explore + ad + footer bar (index.dc.html order) ——— */

.site-footer {
  margin-top: 0;
}

.site-footer__content {
  /* children carry their own max-width like dc siblings */
  max-width: none;
  margin: 0;
}

.site-footer__explore {
  max-width: 1180px;
  margin: 44px auto 0;
  padding: 40px 32px 12px;
  border-top: 1px solid #eae2d4;
}

.site-footer__explore-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  letter-spacing: normal;
  color: #211c16;
  margin: 0 0 22px;
}

.site-footer__explore-grid {
  display: flex;
  gap: 55px 255px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .site-footer__explore-grid {
    gap: 32px;
  }
}

.site-footer__explore-col {
  min-width: 170px;
  flex: 1;
}

.site-footer__explore-heading {
  font-family: 'Public Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c8562f;
  margin-bottom: 13px;
}

.site-footer__explore-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__explore-links a {
  font-family: 'Public Sans', system-ui, sans-serif;
  font-weight: 400;
  font-size: 14.5px;
  line-height: normal;
  color: #4a443b;
  text-decoration: none;
}

.site-footer__explore-links a:hover {
  color: #4a443b;
  text-decoration: none;
}

.site-footer__ad {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 32px;
}

.site-footer__ad .ad-slot {
  margin: 0;
  max-width: none;
  height: 100px;
  min-height: 100px;
  border: 1px dashed #d8cdb9;
  border-radius: 8px;
  background: #f6f0e4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-slot__label {
  font-family: monospace;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b4a88f;
}

.site-footer__bar {
  width: 100%;
  border-top: 1px solid #eae2d4;
  background: #f4eee1;
}

.site-footer__bar-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Public Sans', system-ui, sans-serif;
  font-weight: 400;
  font-size: 13.5px;
  line-height: normal;
  color: #8a8377;
}

.site-footer__copy {
  margin: 0;
  font-size: 13.5px;
  line-height: normal;
  color: #8a8377;
}

.site-footer__meta {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  font-size: 13.5px;
  line-height: normal;
  color: #8a8377;
}

.site-footer__meta a {
  font-size: 13.5px;
  line-height: normal;
  color: #8a8377;
  text-decoration: none;
}

.site-footer__meta a:hover {
  color: #8a8377;
  text-decoration: none;
}

/* dc footer is plain text "Your Teacher · Contact · Links · Privacy" —
   keep links but separators like dc middots (margin, not content spaces —
   leading space in content collapses between adjacent flex <a>s). */
.site-footer__meta a + a::before {
  content: '·';
  margin-inline: 0.45em;
  color: #8a8377;
  pointer-events: none;
}

.ad-slot {
  border: 1px dashed #d8cdb9;
  border-radius: 8px;
  background: #f6f0e4;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb {
  max-width: none;
  margin: 0;
  padding: 20px 0 0;
  font-family: 'Public Sans', system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #8a8377;
}

.breadcrumb a {
  color: #8a8377;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #8a8377;
  text-decoration: none;
}

.breadcrumb__sep {
  margin: 0 0.35rem;
}

.breadcrumb__current {
  color: #211c16;
}
