@font-face {
  font-family: Lora;
  src: url("lora-regular.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: Lora;
  src: url("lora-italic.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: DM Sans;
  src: url("dm-sans.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f8f6f0;
  --ink: #362d27;
  --muted: #716a60;
  --olive: #525c45;
  --olive-dark: #3e4735;
  --rust: #9b5337;
  --line: #dcd7cd;
  --sand: #eeeadf;
  --serif: Lora, Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--rust);
  outline-offset: 5px;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.15;
}
h1 {
  font-size: clamp(42px, 5vw, 74px);
  letter-spacing: -3px;
}
h2 {
  font-size: clamp(31px, 3vw, 43px);
  letter-spacing: -1.5px;
}
h3 {
  font-size: 25px;
  letter-spacing: -0.6px;
}
em {
  font-weight: 400;
}
svg {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.wrap {
  width: min(1240px, calc(100% - 112px));
  margin: auto;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 2.1px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--olive);
}
.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
}
.topline {
  height: 31px;
  background: var(--olive);
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.site-header {
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.wordmark {
  font-family: var(--serif);
  font-size: 30px;
  letter-spacing: -1.4px;
  line-height: 1.03;
  display: block;
}
.wordmark span {
  font-size: 11px;
  font-family: var(--sans);
  letter-spacing: 3px;
  display: block;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wordmark i {
  font-weight: 400;
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
}
.nav a:not(.nav-cta) {
  padding: 12px 0;
  position: relative;
}
.nav a[aria-current="page"]:after {
  content: "";
  height: 1px;
  background: var(--olive);
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
}
.nav a:hover {
  color: var(--rust);
}
.nav .nav-cta {
  border: 1px solid var(--olive);
  padding: 10px 19px;
  color: var(--olive);
}
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  padding: 9px 12px;
  color: var(--ink);
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 75px;
  align-items: center;
  padding: 76px 0 82px;
}
.hero-copy {
  padding: 6px 0;
}
.hero .eyebrow {
  margin-bottom: 24px;
}
.hero h1 em {
  color: var(--olive);
}
.hero-copy > p:not(.eyebrow) {
  max-width: 430px;
  color: var(--muted);
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background: var(--olive);
  color: white;
  border: 1px solid var(--olive);
  padding: 13px 23px;
  font-size: 12px;
  font-weight: 500;
  transition: background 0.2s;
}
.button:hover {
  background: var(--olive-dark);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 5px;
}
.text-link:hover {
  border-color: var(--rust);
  color: var(--rust);
}
.hero-image {
  position: relative;
  padding: 0 16px 16px 0;
  margin: 0;
}
.hero-image:before {
  content: "";
  position: absolute;
  inset: 18px 0 0 18px;
  border: 1px solid #b8b7a5;
  z-index: -1;
}
.hero-image > img {
  height: 438px;
  object-fit: cover;
  object-position: 90% center;
}
.hero-stamp {
  position: absolute;
  bottom: -6px;
  left: -38px;
  width: 115px;
  height: 115px;
  background: var(--paper);
  border: 1px solid var(--olive);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transform: rotate(-12deg);
  box-shadow: 0 0 0 7px var(--paper);
}
.hero-stamp span {
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.hero-stamp svg {
  width: 30px;
  height: 30px;
  color: var(--olive);
}
.welcome-line {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
}
.welcome-line svg {
  color: var(--olive);
  width: 25px;
  height: 25px;
}
.stories-section {
  padding: 75px 0;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 31px;
}
.section-heading .eyebrow {
  margin-bottom: 13px;
}
.section-heading .text-link {
  white-space: nowrap;
  margin-bottom: 5px;
}
.filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 26px 0 32px;
}
.filter {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 8px 16px;
  border-radius: 2px;
  font-size: 11px;
  transition:
    background 0.2s,
    color 0.2s;
}
.filter:hover,
.filter[aria-pressed="true"] {
  background: var(--olive);
  border-color: var(--olive);
  color: white;
}
.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 39px 28px;
}
.story-card[hidden] {
  display: none;
}
.story-image {
  display: block;
  overflow: hidden;
  position: relative;
  background: var(--sand);
  margin-bottom: 20px;
  aspect-ratio: 1.5;
}
.story-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.story-card:hover .story-image img {
  transform: scale(1.035);
}
.story-art {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcdace;
  color: var(--olive);
  position: relative;
  overflow: hidden;
}
.story-art:before,
.story-art:after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid #919b8266;
  border-radius: 50%;
  left: -45px;
  bottom: -100px;
}
.story-art:after {
  width: 150px;
  height: 150px;
  left: auto;
  right: -30px;
  bottom: auto;
  top: -40px;
}
.story-art svg {
  width: 70px;
  height: 70px;
  stroke-width: 0.75;
}
.story-art.prayer {
  background: #e6dccb;
  color: #856e4f;
}
.story-art.grief {
  background: #e4dfd6;
  color: #8e7c6d;
}
.story-art.faith {
  background: #d5dace;
}
.story-card .eyebrow {
  font-size: 9px;
  letter-spacing: 1.7px;
  margin-bottom: 10px;
}
.story-card h3 {
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 13px;
}
.story-card h3 a:hover {
  color: var(--olive);
}
.story-excerpt {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.story-meta {
  font-size: 10px;
  color: var(--muted);
  margin-top: 20px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.story-meta .arrow {
  margin-left: auto;
  color: var(--olive);
  font-size: 20px;
  line-height: 1;
}
.about-band {
  background: var(--sand);
  padding: 64px 0;
}
.about-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 85px;
  align-items: center;
  max-width: 1050px;
}
.portrait-frame {
  padding: 12px;
  border: 1px solid #c7c2b5;
  transform: rotate(-3deg);
}
.portrait-frame img {
  aspect-ratio: 1;
  object-fit: cover;
  filter: saturate(0.8);
}
.about-copy .eyebrow {
  margin-bottom: 13px;
}
.about-copy h2 {
  margin-bottom: 22px;
}
.about-copy p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 15px;
  max-width: 560px;
}
.about-copy .text-link {
  margin-top: 8px;
  border-color: #bbb4a5;
}
.quote-section {
  padding: 76px 0 80px;
  text-align: center;
  max-width: 770px;
}
.quote-section .eyebrow {
  margin-bottom: 20px;
}
.quote-section blockquote {
  font-family: var(--serif);
  font-size: clamp(24px, 2.6vw, 35px);
  line-height: 1.5;
  font-style: italic;
  margin: 0;
}
.quote-section .quote-credit {
  font-size: 11px;
  color: var(--muted);
  margin-top: 21px;
}
.topic-section {
  padding: 50px 0 65px;
  border-top: 1px solid var(--line);
}
.topic-section .eyebrow {
  margin-bottom: 20px;
}
.topic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 28px;
}
.topic-links a {
  font-family: var(--serif);
  font-size: 18px;
  border-bottom: 1px solid transparent;
}
.topic-links a:hover {
  color: var(--olive);
  border-color: var(--olive);
}
.site-footer {
  background: var(--olive-dark);
  color: var(--paper);
  padding: 49px 0 23px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding-bottom: 38px;
}
.footer-main p {
  font-size: 12px;
  color: #d3d7ca;
  margin-top: 14px;
}
.footer-links {
  display: flex;
  gap: 26px;
  font-size: 12px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid #ffffff26;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 10px;
  color: #d3d7ca;
}
.page-intro {
  padding: 67px 0 45px;
  max-width: 780px;
}
.page-intro .eyebrow {
  margin-bottom: 18px;
}
.page-intro h1 {
  font-size: 57px;
  letter-spacing: -2px;
}
.page-intro > p:last-child {
  margin-top: 20px;
  color: var(--muted);
  font-size: 15px;
}
.journal-controls {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.journal-controls .filters {
  margin: 0;
}
.search-input {
  min-width: 230px;
  max-width: 100%;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: 10px 15px;
  font-size: 13px;
  color: var(--ink);
}
.search-label {
  max-width: 270px;
  width: 100%;
  flex-shrink: 0;
}
.journal-page {
  padding-bottom: 80px;
}
.result-status {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 24px;
}
.no-results {
  padding: 40px 0;
  font-family: var(--serif);
  font-size: 22px;
}
.reader {
  max-width: 730px;
  margin: 0 auto;
  padding: 54px 0 80px;
}
.breadcrumbs {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 32px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.article-heading .eyebrow {
  margin-bottom: 18px;
}
.article-heading h1 {
  font-size: clamp(37px, 4vw, 54px);
  line-height: 1.18;
  letter-spacing: -1.6px;
}
.article-byline {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 26px 0 35px;
  color: var(--muted);
  font-size: 11px;
}
.article-byline img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}
.article-byline strong {
  display: block;
  color: var(--ink);
  font-weight: 500;
}
.article-body {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.95;
}
.article-body > * + * {
  margin-top: 24px;
}
.article-body p {
  margin-bottom: 23px;
}
.article-body h2 {
  font-size: 31px;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 20px;
}
.article-body h3 {
  font-size: 25px;
  margin-top: 30px;
}
.article-body a {
  color: var(--olive);
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.article-body figure {
  margin: 30px 0;
}
.article-body figcaption {
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 10px;
}
.article-body blockquote {
  padding: 12px 0 12px 25px;
  border-left: 2px solid var(--olive);
  margin-left: 0;
  margin-right: 0;
  color: var(--olive);
  font-style: italic;
}
.article-body img {
  max-height: 650px;
  object-fit: contain;
}
.article-body hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 35px 0;
}
.article-body ul,
.article-body ol {
  padding-left: 25px;
}
.article-body iframe {
  max-width: 100%;
}
.article-body .unavailable-image {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--muted);
  border-left: 2px solid var(--line);
  padding-left: 14px;
}
.article-end {
  border-top: 1px solid var(--line);
  margin-top: 42px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.share-button {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--olive);
  padding: 8px 15px;
  font-size: 12px;
}
.related {
  border-top: 1px solid var(--line);
  padding: 56px 0 74px;
}
.related h2 {
  margin-bottom: 28px;
}
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--rust);
  width: 0;
  z-index: 50;
}
.about-page .reader {
  padding-top: 0;
}
.about-lead {
  display: grid;
  grid-template-columns: 1fr 240px;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}
.about-lead img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
.about-lead h1 {
  font-size: 59px;
}
.about-lead .eyebrow {
  margin-bottom: 18px;
}
.about-page .page-intro {
  padding-bottom: 30px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.back-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.empty-state {
  min-height: 50vh;
  padding: 80px 0;
}
.empty-state p {
  margin: 24px 0;
}
.feed-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width: 1500px) {
  .hero {
    gap: 100px;
  }
  .hero-image > img {
    height: 480px;
  }
  .hero {
    padding-top: 85px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 45px;
    padding: 56px 0 62px;
  }
  .hero-image > img {
    height: 390px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero-actions {
    gap: 18px;
  }
  .nav {
    gap: 23px;
  }
  .about-inner {
    gap: 55px;
    grid-template-columns: 240px 1fr;
  }
  .journal-controls {
    align-items: flex-start;
    flex-direction: column;
  }
  .search-label {
    max-width: 100%;
  }
  .reader {
    width: min(730px, calc(100% - 64px));
  }
  .reader.wrap {
    width: min(730px, calc(100% - 64px));
  }
  .story-card h3 {
    font-size: 21px;
  }
}
@media (max-width: 720px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .topline {
    height: 29px;
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .header-inner {
    min-height: 88px;
    position: relative;
  }
  .wordmark {
    font-size: 26px;
  }
  .wordmark span {
    font-size: 9px;
  }
  .menu-toggle {
    display: block;
    font-size: 12px;
  }
  .nav {
    display: none;
    position: absolute;
    left: -20px;
    right: -20px;
    top: 88px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    z-index: 30;
    padding: 15px 24px 24px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 20px #362d2708;
  }
  .nav.is-open {
    display: flex;
  }
  .nav a:not(.nav-cta) {
    padding: 13px 0;
  }
  .nav a[aria-current="page"]:after {
    display: none;
  }
  .nav .nav-cta {
    margin-top: 10px;
    text-align: center;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 43px 0 49px;
  }
  .hero h1 {
    font-size: clamp(43px, 10vw, 65px);
    letter-spacing: -2.3px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.6px;
    margin-bottom: 18px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 14px;
    margin-top: 21px;
    max-width: 420px;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 22px;
  }
  .button {
    padding: 12px 18px;
    font-size: 11px;
    gap: 20px;
  }
  .hero-image {
    margin-left: 20px;
  }
  .hero-image > img {
    height: 320px;
    object-position: 90% center;
  }
  .hero-stamp {
    width: 94px;
    height: 94px;
    left: -18px;
    bottom: -7px;
  }
  .hero-stamp span {
    font-size: 8px;
  }
  .hero-stamp svg {
    width: 25px;
    height: 25px;
  }
  .welcome-line {
    font-size: 14px;
    padding: 20px 0;
    gap: 12px;
    line-height: 1.6;
  }
  .welcome-line svg {
    flex-shrink: 0;
    width: 21px;
  }
  .stories-section {
    padding: 46px 0;
  }
  .section-heading {
    align-items: flex-start;
  }
  .section-heading h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .section-heading .text-link {
    font-size: 10px;
    gap: 6px;
    margin-top: 28px;
  }
  .section-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 11px;
  }
  .stories-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .story-image {
    aspect-ratio: 1.6;
    margin-bottom: 16px;
  }
  .story-card h3 {
    font-size: 26px;
  }
  .story-excerpt {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .story-meta {
    margin-top: 14px;
  }
  .filters {
    gap: 7px;
    margin: 20px 0 26px;
  }
  .filter {
    font-size: 10px;
    padding: 7px 12px;
  }
  .about-band {
    padding: 46px 0;
  }
  .about-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .portrait-frame {
    max-width: 200px;
    margin: auto;
  }
  .about-copy h2 {
    font-size: 34px;
  }
  .about-copy p:not(.eyebrow) {
    font-size: 14px;
  }
  .quote-section {
    padding: 48px 0;
  }
  .quote-section blockquote {
    font-size: 25px;
  }
  .topic-section {
    padding: 35px 0 42px;
  }
  .topic-links {
    gap: 12px 23px;
  }
  .topic-links a {
    font-size: 16px;
  }
  .footer-main {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 28px;
  }
  .footer-links {
    gap: 23px;
    flex-wrap: wrap;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .site-footer {
    padding-top: 36px;
  }
  .page-intro {
    padding: 43px 0 30px;
  }
  .page-intro h1 {
    font-size: 43px;
  }
  .journal-controls {
    gap: 17px;
  }
  .reader,
  .reader.wrap {
    width: calc(100% - 40px);
    padding-top: 35px;
    padding-bottom: 48px;
  }
  .article-heading h1 {
    font-size: 38px;
    letter-spacing: -1.2px;
  }
  .article-body {
    font-size: 17px;
    line-height: 1.9;
  }
  .article-body h2 {
    font-size: 28px;
  }
  .article-byline {
    margin: 23px 0 30px;
  }
  .about-lead {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .about-lead img {
    width: 165px;
    grid-row: 1;
  }
  .about-lead h1 {
    font-size: 45px;
  }
  .about-lead {
    margin-bottom: 28px;
  }
  .about-page .reader {
    padding-top: 0;
  }
  .related {
    padding: 39px 0 49px;
  }
  .related h2 {
    font-size: 31px;
  }
  .journal-page {
    padding-bottom: 50px;
  }
}
html:not(.js) .filter[data-filter],
html:not(.js) .search-label,
html:not(.js) .share-button {
  display: none;
}
@media (max-width: 720px) {
  html:not(.js) .menu-toggle {
    display: none;
  }
  html:not(.js) .header-inner {
    flex-wrap: wrap;
    padding: 22px 0;
  }
  html:not(.js) .nav {
    display: flex;
    position: static;
    flex-basis: 100%;
    box-shadow: none;
    border: 0;
    padding: 0;
    gap: 4px;
  }
}
.post-featured { margin: 0 0 32px; }
.post-featured img { max-height: 580px; object-fit: cover; }
.article-body .alignwide { max-width: 100%; }
.article-body .alignfull { max-width: 100%; }
.article-body .wp-block-image img { height: auto; }
.article-body .wp-block-button__link { font-family: var(--sans); background: var(--olive); color: white; border-radius: 0; font-size: 14px; }
.pagination { margin-top: 40px; }
.nav-links { display: flex; gap: 18px; flex-wrap: wrap; }
.nav-links .current { color: var(--olive); text-decoration: underline; }
.comments-area { margin-top: 45px; border-top: 1px solid var(--line); padding-top: 30px; }
.comments-area h2, .comment-reply-title { font-size: 28px; margin: 0 0 22px; }
.comment-form label { display: block; font-size: 13px; margin-bottom: 5px; }
.comment-form textarea, .comment-form input:not([type=submit]):not([type=checkbox]) { max-width: 100%; width: 100%; background: var(--paper); border: 1px solid var(--line); padding: 10px; font: inherit; color: var(--ink); }
.comment-form p { margin: 0 0 18px; }
.comment-form-cookies-consent { display: flex; gap: 10px; align-items: baseline; }
.comment-list { padding-left: 0; list-style: none; }
.comment-list .comment { margin: 28px 0; }
.comment-author .avatar { width: 40px; height: 40px; float: left; margin-right: 12px; border-radius: 50%; }
.comment-metadata { font-size: 11px; color: var(--muted); }
.comment-content { margin-top: 14px; }
.about-lead { margin-top: 24px; }
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
