:root {
  --page-bg: #d6d6d6;
  --surface: #ffffff;
  --text: #313131;
  --muted: #686868;
  --line: #eeeeee;
  --dark-line: #dddddd;
  --accent: #dd3333;
  --accent-dark: #b72525;
  --nav: #000000;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Gudea", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--accent-dark);
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.site {
  background: var(--surface);
  min-height: 100vh;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.screen-reader-text,
.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 8px 12px;
  color: #fff;
  background: var(--nav);
}

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.wrapper-site-identity {
  padding: 38px 0 30px;
  text-align: center;
}

.site-branding {
  margin: 0;
}

.site-title {
  margin: 5px 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.site-title a,
.site-title a:visited {
  color: #313131;
}

.site-title a:hover,
.site-title a:focus {
  color: var(--accent);
  text-decoration: none;
}

.site-description {
  margin: 0;
  color: #313131;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.wrap-nav {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.main-navigation {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
}

.primary-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu a,
.primary-menu a:visited {
  display: block;
  padding: 12px 12px;
  color: #fff;
  background: var(--nav);
  font-size: 15px;
  line-height: 1.25;
}

.primary-menu a:hover,
.primary-menu a:focus {
  color: #fff;
  background: var(--accent);
  text-decoration: none;
}

.site-content {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 0.82fr);
  gap: 38px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 16px 46px;
}

.content-area {
  min-width: 0;
}

.post-card {
  display: grid;
  grid-template-columns: minmax(220px, 42%) minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 34px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.post-card.compact {
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.post-image {
  background: #f7f7f7;
}

.post-image img {
  width: 100%;
  object-fit: contain;
}

.post-card.compact .post-image img {
  aspect-ratio: 1 / 1;
}

.entry-header {
  margin-bottom: 12px;
}

.entry-title {
  margin: 0 0 7px;
  color: #151515;
  font-family: "Magra", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.22;
}

.post-card .entry-title {
  font-size: 26px;
}

.post-card.compact .entry-title {
  font-size: 18px;
}

.entry-title a,
.entry-title a:visited {
  color: #151515;
}

.entry-title a:hover,
.entry-title a:focus {
  color: var(--accent);
  text-decoration: none;
}

.entry-meta {
  color: #777777;
  font-size: 13px;
}

.entry-meta span + span::before {
  content: " | ";
  color: #b7b7b7;
}

.cat-links {
  color: var(--accent);
}

.entry-summary p,
.article-content p,
.widget p {
  margin-top: 0;
}

.entry-summary p {
  color: #555555;
}

.read-more,
.read-more:visited,
.subscribe-form button,
.button {
  display: inline-block;
  padding: 8px 14px;
  color: #ffffff;
  background: var(--accent);
  border: 1px solid var(--accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.read-more:hover,
.read-more:focus,
.subscribe-form button:hover,
.subscribe-form button:focus {
  color: #ffffff;
  background: var(--accent-dark);
  text-decoration: none;
}

.page-header {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.page-title {
  margin: 0 0 8px;
  font-family: "Magra", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.taxonomy-description {
  margin: 0;
  color: var(--muted);
}

.article-page {
  padding-bottom: 28px;
}

.article-page .entry-title {
  font-size: 32px;
}

.article-hero-image {
  margin: 0 0 24px;
}

.article-hero-image img {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  background: #fafafa;
}

.article-content {
  color: #444444;
}

.article-content h2,
.article-content h3,
.related h2,
.widget-title {
  font-family: "Magra", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.25;
}

.article-content h2 {
  margin-top: 34px;
  font-size: 25px;
}

.article-content h3 {
  margin-top: 26px;
  font-size: 21px;
}

.article-content ul,
.article-content ol {
  padding-left: 1.35rem;
}

.article-content blockquote {
  margin: 24px 0;
  padding: 8px 20px;
  border-left: 4px solid var(--accent);
  color: #555555;
  background: #fafafa;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-size: 14px;
}

.article-content th,
.article-content td {
  padding: 9px 10px;
  border: 1px solid var(--dark-line);
  text-align: left;
  vertical-align: top;
}

.article-content figure,
.article-content .wp-block-image {
  margin: 22px 0;
}

.article-content figcaption {
  margin-top: 8px;
  color: #777777;
  font-size: 13px;
  text-align: center;
}

.disclosure-note {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-left: 4px solid var(--accent);
  background: #fafafa;
  color: #555555;
}

.taxonomy {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #555555;
  font-size: 14px;
}

.taxonomy div {
  margin-bottom: 10px;
}

.taxonomy strong {
  display: inline-block;
  margin-right: 8px;
  color: #313131;
}

.taxonomy a {
  display: inline-block;
  margin: 0 6px 6px 0;
}

.related {
  margin-top: 34px;
}

.widget-area {
  min-width: 0;
}

.widget {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  color: #555555;
}

.widget-title,
.widget h2 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 9px;
  color: #313131;
  font-size: 20px;
  text-transform: uppercase;
}

.widget-title::after,
.widget h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 2px;
  background: var(--accent);
}

.social-follow {
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
  background: #111;
  font-weight: 700;
}

.social-follow:hover,
.social-follow:focus {
  color: #fff;
  background: var(--accent);
  text-decoration: none;
}

.subscribe-form label {
  display: block;
  margin-bottom: 6px;
  color: #444;
  font-size: 13px;
  font-weight: 700;
}

.subscribe-form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid var(--dark-line);
  font: inherit;
}

.subscribe-form button {
  cursor: pointer;
}

.wpp-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpp-list li {
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: 1px solid var(--line);
}

.wpp-post-title {
  color: #313131;
  font-weight: 700;
}

.site-footer {
  padding-top: 22px;
  padding-bottom: 24px;
  border-top: 1px solid var(--line);
  color: #777777;
  font-size: 13px;
  text-align: center;
}

.site-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
}

@media (max-width: 860px) {
  .wrapper-site-identity {
    padding: 26px 0 22px;
  }

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

  .site-content {
    display: block;
    padding-top: 24px;
  }

  .post-card,
  .post-card.compact {
    grid-template-columns: 1fr;
  }

  .widget-area {
    margin-top: 34px;
  }
}

@media (max-width: 620px) {
  .container,
  .main-navigation,
  .site-content {
    padding-right: 12px;
    padding-left: 12px;
  }

  .primary-menu {
    display: block;
  }

  .primary-menu a {
    margin-bottom: 2px;
  }

  .entry-title,
  .post-card .entry-title,
  .article-page .entry-title {
    font-size: 24px;
  }
}
