* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #111;
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.55;
}

a {
  color: #111;
}

img,
video,
audio,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

.site-header {
  background: #fff;
}

.top-bar {
  min-height: 56px;
  background: #151515;
}

.top-bar .social-links {
  justify-content: flex-end;
  max-width: 960px;
  margin: 0 auto;
  padding: 17px 0;
}

.header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
  padding: 43px 0 60px;
}

.site-branding {
  min-width: 270px;
}

.site-title {
  display: inline-block;
  margin-bottom: 6px;
  color: #111;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

.site-description {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 32px;
  padding-top: 8px;
}

.site-nav a,
.social-links a,
.source-note a {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.social-links a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.site-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 70px;
  background: #fff;
}

.page-heading {
  margin-bottom: 28px;
}

.source-type {
  margin: 0 0 6px;
  color: #777;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1.08;
}

h2,
h3 {
  margin-top: 32px;
}

.wp-content p {
  margin: 0 0 1.1em;
}

.builder-section-gallery .builder-section-content,
.builder-text-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 18px;
}

.builder-text-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.builder-gallery-item {
  position: relative;
  min-width: 0;
  cursor: pointer;
  overflow: hidden;
}

.builder-gallery-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin: 0;
  background: #e5e2dc center / cover no-repeat;
}

.builder-gallery-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  transition: opacity 160ms ease;
}

.builder-gallery-item:hover .builder-gallery-content {
  opacity: 1;
}

.builder-gallery-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
}

.builder-gallery-description {
  color: #fff;
  font-size: 14px;
}

.builder-section {
  margin-bottom: 36px;
}

.builder-gallery-section-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.is-home .page-heading {
  display: none;
}

.source-note {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.archive-list ol,
.sitemap ol {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.archive-list li,
.sitemap li {
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.archive-list span,
.sitemap span {
  margin-left: 10px;
  color: #777;
  font-size: 13px;
}

.missing-media {
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 20px;
  color: #666;
  background: #eceae5;
  border: 1px solid #d7d2c9;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 820px) {
  .header-inner {
    display: block;
    padding: 30px 20px 38px;
  }

  .top-bar .social-links {
    padding-right: 20px;
    padding-left: 20px;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 16px 22px;
    margin-top: 22px;
  }

  .site-main {
    padding: 0 20px 58px;
  }

  .builder-section-gallery .builder-section-content,
  .builder-text-row {
    grid-template-columns: 1fr;
  }

  .site-title {
    font-size: 30px;
  }
}
