@font-face {
  font-family: Barlow Condensed;
  src: url("../fonts/barlow-condensed-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #17231d;
  --muted: #647068;
  --paper: #f9f9f4;
  --lime: #d5f25a;
  --line: #dfe3d9;
  --font: Arial, Helvetica, sans-serif;
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --width: 1280px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 var(--font);
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #6a8714;
  outline-offset: 5px;
}
p {
  margin: 0 0 1.3em;
}
h1,
h2,
h3,
h4 {
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 0.5em;
  font-family: var(--display);
  font-weight: 700;
  text-wrap: balance;
}
h1 {
  font-size: clamp(48px, 6.5vw, 86px);
}
h2 {
  font-size: clamp(38px, 4.2vw, 56px);
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
.container {
  width: min(var(--width), calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 90px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  background: var(--lime);
  padding: 12px 20px;
}
.topbar {
  background: var(--ink);
  color: #e8ece7;
  font-size: 11px;
  letter-spacing: 0.025em;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 9px;
}
.topbar a {
  color: var(--lime);
}
.topbar a span {
  margin-left: 12px;
}
.site-header {
  position: relative;
  z-index: 20;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.branding {
  flex-shrink: 0;
  margin-right: auto;
}
.wordmark {
  font-size: 41px;
  letter-spacing: -3px;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
}
.brand-number {
  font-size: 28px;
  letter-spacing: -2px;
  margin-right: 3px;
  font-style: italic;
}
.brand-dot {
  color: #789a10;
}
.custom-logo {
  max-height: 64px;
  width: auto;
  max-width: 230px;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 28px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav-menu > li {
  position: relative;
}
.nav-menu a {
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding: 16px 0;
}
.nav-menu a:hover,
.nav-menu [aria-current="page"],
.nav-menu .current-menu-item > a {
  box-shadow: inset 0 -3px var(--lime);
}
.nav-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--paper);
  padding: 10px 24px;
  min-width: 210px;
  list-style: none;
  box-shadow: 0 8px 24px #17231d18;
}
.nav-menu li:hover > .sub-menu,
.nav-menu li:focus-within > .sub-menu {
  display: block;
}
.header-search {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.header-search svg {
  width: 20px;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  min-height: 650px;
  background: #26352b;
  color: white;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 62%;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(12, 27, 23, 0.86),
      rgba(12, 27, 23, 0.53) 40%,
      rgba(12, 27, 23, 0.04) 78%
    ),
    linear-gradient(0deg, rgba(12, 27, 23, 0.4), transparent 30%);
}
.hero-content {
  padding-block: 75px 65px;
  flex: 1;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--lime);
}
.small-rule {
  width: 28px;
  height: 2px;
  background: currentColor;
}
.hero h1 {
  max-width: 570px;
  font-size: clamp(66px, 7.5vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.015em;
  margin-bottom: 28px;
}
.hero-description {
  max-width: 430px;
  font-size: 15px;
  line-height: 1.8;
  color: #e9ede8;
  margin-bottom: 32px;
}
.button,
.wp-block-button__link,
input[type="submit"],
button.submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  border: 0;
  border-radius: 0;
  background: var(--lime);
  color: var(--ink);
  padding: 17px 24px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  min-height: 52px;
}
.button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
  background: #e3ff73;
}
.button svg {
  width: 21px;
}
.hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
  border-top: 1px solid #ffffff40;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-bottom a {
  display: flex;
  gap: 18px;
}
.hero-bottom a span {
  font-size: 20px;
  line-height: 1;
}
.topics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  padding-block: 30px;
}
.topic {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 12px 23px;
  border-right: 1px solid var(--line);
}
.topic:first-child {
  padding-left: 0;
}
.topic:last-child {
  border: 0;
  padding-right: 0;
}
.topic-icon {
  display: flex;
}
.topic-icon svg {
  width: 30px;
  height: 30px;
}
.topic strong {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.topic small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.5;
}
.topic-arrow {
  margin-left: auto;
  font-size: 18px;
}
.topic:hover .topic-arrow {
  color: #67800e;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 38px;
}
.section-heading h2 {
  margin: 0;
  max-width: 650px;
}
.section-heading .eyebrow {
  margin-bottom: 12px;
}
.section-note {
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
  padding-bottom: 6px;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 30px;
}
.post-card {
  min-width: 0;
}
.card-image {
  display: block;
  aspect-ratio: 1.43;
  position: relative;
  overflow: hidden;
  background: #d9ded5;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.post-card:hover .card-image img {
  transform: scale(1.035);
}
.card-open {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  background: var(--lime);
  width: 42px;
  height: 42px;
  font-size: 23px;
}
.card-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-block: 20px 12px;
  font-size: 10px;
}
.card-meta > a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.card-meta > span {
  color: var(--muted);
  margin-left: auto;
}
.post-card h3 {
  font-size: 30px;
  margin-bottom: 12px;
}
.post-card h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.card-excerpt {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 16px;
}
.post-card time {
  font-size: 10px;
  color: var(--muted);
}
.more-posts {
  text-align: center;
  margin: 48px 0 0;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 10px;
}
.text-link:hover {
  color: #5b720c;
}
.text-link svg {
  width: 19px;
}
.empty-state {
  background: #edf0e6;
  border: 1px solid var(--line);
  padding: 50px;
  max-width: 100%;
}
.empty-state p:last-child {
  margin-bottom: 0;
}
.empty-state h3 {
  font-size: 38px;
}
.manifesto {
  background: #ecede5;
  padding: 75px 0;
}
.manifesto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.manifesto-visual {
  position: relative;
}
.manifesto-visual > img {
  width: 100%;
  aspect-ratio: 1.1;
  object-fit: cover;
}
.image-stamp {
  position: absolute;
  bottom: 26px;
  right: -24px;
  padding: 16px 23px;
  background: var(--lime);
  font-family: var(--display);
  font-size: 26px;
  transform: rotate(-5deg);
}
.manifesto-copy h2 {
  max-width: 450px;
}
.manifesto-copy > p:not(.eyebrow) {
  color: #5a645c;
  font-size: 14px;
  line-height: 1.95;
  margin-block: 24px 30px;
  max-width: 420px;
}
.ride-banner {
  background: var(--lime);
  padding-block: 44px;
}
.ride-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.ride-banner p {
  margin: 0;
  font-size: 15px;
}
.ride-banner strong {
  font-family: var(--display);
  font-size: clamp(30px, 3.7vw, 46px);
  font-weight: 700;
  line-height: 1.15;
}
.ride-banner svg {
  width: 90px;
  height: 90px;
  stroke-width: 1;
}
.site-footer {
  background: var(--ink);
  color: var(--paper);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-block: 64px;
}
.footer-top .brand-dot {
  color: var(--lime);
}
.footer-top p:not(.eyebrow) {
  font-size: 12px;
  color: #bac5bc;
  margin: 22px 0 0;
}
.footer-search {
  width: 430px;
  max-width: 100%;
}
.footer-search .eyebrow {
  color: #bac5bc;
  margin-bottom: 14px;
}
.search-form {
  display: flex;
  width: 100%;
  max-width: 550px;
  border-bottom: 1px solid #929e91;
  gap: 10px;
}
.search-form input {
  min-width: 0;
  width: 100%;
  padding: 14px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 13px;
  border-radius: 0;
}
.search-form input::placeholder {
  color: inherit;
  opacity: 0.7;
}
.search-form button {
  color: inherit;
  background: none;
  border: 0;
  width: 48px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.footer-bottom {
  border-top: 1px solid #ffffff25;
  padding-block: 24px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  font-size: 10px;
  color: #bac5bc;
}
.footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.footer-bottom a:hover {
  color: var(--lime);
}
.archive-main {
  min-height: 60vh;
}
.page-heading {
  margin-bottom: 55px;
  max-width: 900px;
}
.page-heading .search-form {
  margin-top: 28px;
}
.archive-description {
  color: var(--muted);
  max-width: 680px;
}
.pagination,
.post-navigation,
.comments-pagination {
  margin-top: 60px;
}
.nav-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.page-numbers {
  padding: 8px 16px;
  border: 1px solid var(--line);
  font-size: 13px;
}
.page-numbers.current,
.page-numbers:hover {
  background: var(--lime);
}
.article-heading {
  max-width: 880px;
  margin: 0 auto 50px;
  text-align: center;
}
.article-heading h1 {
  font-size: clamp(46px, 6vw, 78px);
}
.article-heading .eyebrow a {
  border-bottom: 1px solid var(--line);
}
.article-meta {
  display: flex;
  justify-content: center;
  gap: 12px 24px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--muted);
  margin-top: 26px;
}
.article-cover {
  margin: 0 auto 55px;
  max-width: 1100px;
}
.article-cover img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}
.entry-content {
  max-width: 760px;
  margin-inline: auto;
  font-size: 17px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.entry-content:after {
  content: "";
  display: table;
  clear: both;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.2em;
}
.entry-content h2 {
  font-size: 42px;
}
.entry-content h3 {
  font-size: 32px;
}
.entry-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.entry-content .wp-block-button__link {
  text-decoration: none;
}
.entry-content blockquote {
  margin: 35px 0;
  padding: 10px 30px;
  border-left: 4px solid var(--lime);
  font-size: 23px;
  font-style: italic;
}
.entry-content table {
  border-collapse: collapse;
  width: 100%;
}
.entry-content td,
.entry-content th {
  padding: 12px;
  border: 1px solid var(--line);
}
.entry-content pre {
  overflow: auto;
  padding: 20px;
  background: #e8ece2;
  font-size: 14px;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content figure {
  max-width: 100%;
}
.entry-content .alignwide {
  width: calc(100% + 180px);
  max-width: calc(100vw - 96px);
  margin-left: -90px;
}
.entry-content .alignfull {
  width: calc(100vw - 96px);
  max-width: var(--width);
  margin-left: 50%;
  transform: translateX(-50%);
}
.alignleft {
  float: left;
  margin: 6px 24px 16px 0;
}
.alignright {
  float: right;
  margin: 6px 0 16px 24px;
}
.aligncenter {
  margin-inline: auto;
  text-align: center;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text,
figcaption {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}
.article-tags {
  max-width: 760px;
  margin: 35px auto;
}
.article-tags a {
  display: inline-block;
  padding: 4px 12px;
  background: #e8ece2;
  margin: 5px;
  font-size: 12px;
}
.post-navigation {
  max-width: 760px;
  margin-inline: auto;
  border-block: 1px solid var(--line);
  padding-block: 25px;
}
.post-navigation .nav-links {
  justify-content: space-between;
  gap: 30px;
  font-size: 13px;
  font-weight: bold;
}
.post-navigation .nav-next {
  margin-left: auto;
  text-align: right;
}
.comments-area {
  max-width: 760px;
  margin: 60px auto 0;
}
.comments-area h2 {
  font-size: 36px;
}
.comment-list {
  list-style: none;
  padding: 0;
}
.comment-list .children {
  list-style: none;
  padding-left: 26px;
}
.comment-body {
  margin-block: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.comment-author .avatar {
  float: left;
  margin-right: 14px;
  border-radius: 50%;
}
.comment-metadata {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 14px;
}
.comment-content {
  overflow-wrap: anywhere;
}
.reply {
  font-size: 12px;
  font-weight: bold;
}
.comment-form label {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}
.comment-form input:not([type="checkbox"]):not([type="submit"]),
.comment-form textarea,
.post-password-form input[type="password"] {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 0;
}
.comment-form-cookies-consent {
  display: flex;
  gap: 10px;
  align-items: start;
}
.comment-form-cookies-consent input {
  margin-top: 6px;
}
.error-page {
  text-align: center;
  min-height: 65vh;
}
.error-page h1 {
  font-size: 56px;
}
.error-code {
  font-family: var(--display);
  font-size: 120px;
  line-height: 1;
  color: #719015;
  margin: 0 0 25px;
}
.error-page .search-form {
  margin: 30px auto;
}
.error-page > .button {
  margin-top: 15px;
}
@media (min-width: 1600px) {
  .hero {
    min-height: 740px;
  }
  .hero-content {
    padding-top: 105px;
  }
}
@media (max-width: 1150px) {
  .header-inner {
    gap: 22px;
  }
  .nav-menu {
    gap: 18px;
  }
  .nav-menu a {
    font-size: 11px;
  }
  .topic {
    padding-inline: 14px;
    gap: 10px;
  }
  .topic small {
    font-size: 9px;
  }
  .topic-icon svg {
    width: 25px;
  }
  .manifesto-grid {
    gap: 65px;
  }
  .topic-arrow {
    display: none;
  }
}
@media (max-width: 960px) {
  .container {
    width: calc(100% - 56px);
  }
  .header-inner {
    min-height: 84px;
    flex-wrap: wrap;
    gap: 0;
  }
  .menu-toggle {
    display: none;
    align-items: center;
    gap: 10px;
    background: none;
    border: 0;
    color: var(--ink);
    font-size: 12px;
    min-height: 44px;
    padding: 10px 14px;
  }
  .js .menu-toggle {
    display: flex;
  }
  .menu-lines {
    width: 20px;
    height: 12px;
    border-block: 1.5px solid currentColor;
    position: relative;
  }
  .menu-lines:after {
    content: "";
    position: absolute;
    top: 4px;
    width: 20px;
    left: 0;
    border-top: 1.5px solid currentColor;
  }
  .header-search {
    margin-left: 14px;
  }
  .primary-nav {
    width: 100%;
    order: 5;
    padding-block: 8px 20px;
  }
  .js .primary-nav {
    display: none;
  }
  .js .primary-nav.is-open {
    display: block;
  }
  .nav-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
  .nav-menu a {
    font-size: 14px;
    padding: 12px 0;
  }
  .nav-menu .sub-menu {
    display: block;
    position: static;
    box-shadow: none;
    padding: 0 0 0 20px;
  }
  .hero {
    min-height: 610px;
  }
  .hero h1 {
    max-width: 500px;
  }
  .hero-content {
    padding-block: 65px;
  }
  .topics {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }
  .topic:nth-child(2) {
    border-right: 0;
  }
  .topic:nth-child(3) {
    padding-left: 0;
  }
  .topic small {
    font-size: 11px;
  }
  .topic-icon svg {
    width: 30px;
  }
  .topic strong {
    font-size: 15px;
  }
  .post-grid {
    gap: 35px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .manifesto-grid {
    gap: 50px;
  }
  .manifesto-copy h2 {
    font-size: 44px;
  }
  .image-stamp {
    font-size: 21px;
    right: -18px;
  }
  .section-heading {
    align-items: start;
  }
  .section-note {
    display: none;
  }
  .entry-content .alignwide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .entry-content .alignfull {
    width: 100%;
    max-width: 100%;
  }
  .footer-top {
    gap: 40px;
  }
  .footer-search {
    width: 360px;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 56px;
  }
  .topbar .container {
    justify-content: center;
    font-size: 9px;
    padding-block: 8px;
  }
  .topbar a {
    display: none;
  }
  .header-inner {
    min-height: 78px;
  }
  .wordmark {
    font-size: 36px;
  }
  .brand-number {
    font-size: 25px;
  }
  .header-search {
    padding-left: 14px;
    margin-left: 8px;
    width: 35px;
  }
  .hero {
    min-height: 650px;
  }
  .hero-image {
    object-position: 65% center;
  }
  .hero:after {
    background:
      linear-gradient(90deg, #102219d9, #10221966),
      linear-gradient(0deg, #10221966, transparent);
  }
  .hero-content {
    padding-block: 62px 45px;
  }
  .hero h1 {
    font-size: 72px;
    max-width: 330px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 330px;
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  .hero-bottom {
    font-size: 8px;
    gap: 18px;
  }
  .hero-bottom > span {
    max-width: 190px;
  }
  .topics {
    padding-block: 22px;
    gap: 16px 0;
  }
  .topic {
    padding: 8px 12px;
    gap: 10px;
  }
  .topic strong {
    font-size: 12px;
  }
  .topic small {
    font-size: 9px;
  }
  .topic-icon svg {
    width: 24px;
    height: 24px;
  }
  .section-heading {
    margin-bottom: 28px;
  }
  .post-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .post-card h3 {
    font-size: 32px;
  }
  .card-meta {
    margin-top: 18px;
  }
  .card-image {
    aspect-ratio: 1.5;
  }
  .manifesto {
    padding-block: 45px 55px;
  }
  .manifesto-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .manifesto-visual {
    margin-right: 16px;
  }
  .manifesto-copy h2 {
    font-size: 46px;
  }
  .manifesto-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .image-stamp {
    right: -16px;
    bottom: 22px;
  }
  .ride-banner {
    padding-block: 32px;
  }
  .ride-banner strong {
    font-size: 32px;
  }
  .ride-banner p {
    font-size: 12px;
  }
  .ride-banner svg {
    width: 57px;
    height: 57px;
  }
  .footer-top {
    flex-direction: column;
    padding-block: 45px;
    gap: 34px;
  }
  .footer-search {
    width: 100%;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 15px;
  }
  .footer-bottom nav {
    order: 3;
    width: 100%;
  }
  .footer-bottom > a {
    margin-left: auto;
  }
  .empty-state {
    padding: 28px;
  }
  .empty-state h3 {
    font-size: 34px;
  }
  .page-heading {
    margin-bottom: 36px;
  }
  .article-heading {
    text-align: left;
    margin-bottom: 32px;
  }
  .article-meta {
    justify-content: start;
    gap: 10px 15px;
  }
  .article-cover {
    margin-bottom: 30px;
  }
  .entry-content {
    font-size: 16px;
  }
  .entry-content h2 {
    font-size: 36px;
  }
  .entry-content blockquote {
    padding-left: 20px;
    font-size: 20px;
  }
  .alignleft,
  .alignright {
    float: none;
    margin: 20px auto;
  }
  .error-page h1 {
    font-size: 44px;
  }
  .error-code {
    font-size: 95px;
  }
  .comment-list .children {
    padding-left: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
