:root {
  color-scheme: light;
  --bg: #ffffff;
  --frost: rgba(255, 255, 255, 0.78);
  --frost-strong: rgba(255, 255, 255, 0.94);
  --ink: #151a1d;
  --muted: #667175;
  --line: #e3ebea;
  --line-strong: #cbd9d7;
  --teal: #36ad97;
  --green: #74c07c;
  --deep-green: #0d7d4b;
  --brush-green: rgba(116, 192, 124, 0.58);
  --orange: #e98145;
  --red: #d85d5d;
  --like-bg: #caffc4;
  --dislike-bg: #ffdddd;
  --shadow: 0 18px 46px rgba(18, 40, 41, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle, rgba(21, 111, 100, 0.12) 1.2px, transparent 1.3px),
    var(--bg);
  background-size: 28px 28px;
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  letter-spacing: 0;
  line-height: 1.62;
  margin: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--deep-green);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: 0.7;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.site-header {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(190px, 1fr) auto minmax(130px, 1fr);
  margin: 0 auto;
  max-width: 1260px;
  padding: 28px 28px 12px;
}

.brand {
  color: var(--deep-green);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.05;
}

.tab-nav {
  align-items: center;
  background: var(--frost-strong);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(30, 78, 75, 0.08);
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 5px;
}

.tab-nav a {
  border-radius: 999px;
  color: #4f5c5f;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px;
  white-space: nowrap;
}

.tab-nav a:hover,
.tab-nav a.is-active {
  background: var(--deep-green);
  color: #fff;
}

.logo-link {
  justify-self: end;
}

.logo-link img {
  height: 54px;
  object-fit: contain;
  width: 122px;
}

.home-shell,
.page-shell {
  margin: 0 auto;
  max-width: 1260px;
  padding: 36px 28px 76px;
}

.reading-page {
  max-width: 90vw;
}

.home-grid {
  align-items: stretch;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.24fr) minmax(360px, 0.76fr);
}

.about-panel,
.photo-card,
.logo-card,
.social-tile,
.email-tile,
.mini-feature,
.message-tile,
.subscribe-tile,
.subscribe-form,
.writing-row,
.book-card,
.capture-card,
.recommendation-card,
.comments-section,
.support-inline {
  background: var(--frost);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-panel {
  min-height: 720px;
  padding: 34px;
}

.about-panel h1,
.page-hero h1,
.post-header h1 {
  font-weight: 700;
  line-height: 1.03;
}

.about-panel h1 {
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 2.85rem;
  margin-bottom: 30px;
  padding-bottom: 18px;
}

.about-section {
  margin-bottom: 28px;
}

.about-section h2,
.message-tile h2,
.subscribe-tile h2,
.support-panel h2,
.support-inline h2,
.comments-section h2,
.related-posts h2 {
  color: var(--deep-green);
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.about-section p,
.thanks-note {
  color: #334043;
  font-size: 1.04rem;
  margin-bottom: 0.85em;
}

.about-section p:last-child,
.thanks-note {
  margin-bottom: 0;
}

.thanks-note {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip-list span {
  border-radius: 8px;
  color: #213d38;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px 14px;
}

.chip-list.likes span {
  background: var(--like-bg);
}

.chip-list.dislikes span {
  background: var(--dislike-bg);
  color: #842c2c;
}

.home-blocks {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 100%;
}

.photo-card,
.logo-card,
.social-tile {
  aspect-ratio: 1 / 1;
  min-height: 190px;
}

.photo-card,
.logo-card {
  align-items: center;
  background: #ffffff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 18px;
}

.photo-card {
  flex-direction: column;
  gap: 12px;
}

.photo-card img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.photo-fallback {
  align-items: center;
  background: linear-gradient(135deg, rgba(44, 164, 173, 0.14), rgba(127, 206, 112, 0.2));
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--deep-green);
  display: flex;
  font-size: 3.8rem;
  font-weight: 700;
  height: 132px;
  justify-content: center;
  text-transform: lowercase;
  width: 132px;
}

.photo-card span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.logo-card img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.social-tile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  padding: 18px;
}

.link-title {
  color: var(--ink);
  display: inline-block;
  font-size: 1.45rem;
  line-height: 1.05;
  position: relative;
  width: fit-content;
  z-index: 0;
}

.link-title::after {
  background: var(--brush-green);
  border-radius: 40% 55% 48% 42%;
  bottom: 0.02em;
  content: "";
  height: 0.32em;
  left: -0.06em;
  position: absolute;
  right: -0.08em;
  transform: rotate(-1.5deg);
  z-index: -1;
}

.tile-label,
.mini-feature small,
.email-tile span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0;
}

.social-links {
  align-items: center;
  display: grid;
  gap: 18px 28px;
  grid-template-columns: repeat(2, 40px);
  justify-content: center;
}

.social-links a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #5b6265;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.social-links svg {
  height: 32px;
  width: 32px;
}

.email-tile svg,
.email-inline svg,
.footer-social-links svg,
.reaction-bar svg,
.share-popover svg {
  height: 22px;
  width: 22px;
}

.social-links a:hover {
  background: transparent;
  color: var(--deep-green);
}

.email-inline {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--deep-green);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 700;
  gap: 8px;
  margin-top: 0;
  padding-top: 16px;
  width: 100%;
}

.email-inline:hover {
  color: var(--teal);
}

.email-tile,
.mini-feature,
.message-tile,
.subscribe-tile {
  grid-column: 1 / -1;
}

.email-tile {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: 92px;
  padding: 18px;
}

.email-tile span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.email-tile span svg {
  color: var(--deep-green);
  height: 19px;
  width: 19px;
}

.email-tile strong {
  color: var(--deep-green);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
}

.mini-feature {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 104px minmax(0, 1fr);
  min-height: 130px;
  padding: 14px;
}

.mini-image {
  align-items: center;
  background: #f4faf8;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  height: 98px;
  justify-content: center;
  overflow: hidden;
  width: 98px;
}

.mini-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.book-mini img {
  object-fit: contain;
  padding: 4px;
}

.mini-feature strong {
  display: block;
  font-size: 1.28rem;
  line-height: 1.12;
  margin: 4px 0;
}

.mini-feature em,
.row-meta,
.post-date {
  color: var(--muted);
  font-style: italic;
}

.message-tile,
.subscribe-tile,
.subscribe-form {
  padding: 18px;
}

.message-tile textarea,
.message-tile input,
.subscribe-tile input,
.subscribe-form input,
.suggest-form input,
.comments-section input,
.comments-section textarea,
.search-box input {
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: var(--ink);
  min-height: 42px;
  padding: 10px 12px;
  width: 100%;
}

.message-tile textarea,
.comments-section textarea {
  resize: vertical;
}

.message-tile,
.message-tile form {
  display: grid;
  gap: 10px;
}

.message-tile {
  gap: 10px;
}

.subscribe-tile div,
.subscribe-form div {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.message-tile button,
.subscribe-tile button,
.subscribe-form button,
.suggest-form button,
.comments-section button,
.button-link {
  align-items: center;
  background: var(--deep-green);
  border: 1px solid var(--deep-green);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
}

.message-tile button:hover,
.subscribe-tile button:hover,
.subscribe-form button:hover,
.suggest-form button:hover,
.comments-section button:hover,
.button-link:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.form-status {
  color: var(--deep-green);
  font-size: 0.88rem;
  margin: 0;
  min-height: 1.35em;
}

.form-status.is-error {
  color: var(--red);
}

.page-hero {
  margin-bottom: 42px;
  max-width: 760px;
}

.split-hero {
  align-items: end;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  max-width: none;
}

.page-hero h1 {
  color: var(--ink);
  font-size: 3.8rem;
  margin-bottom: 16px;
}

.brush-title {
  color: var(--ink);
  display: inline-block;
  position: relative;
  width: fit-content;
  z-index: 0;
}

.brush-title::after {
  background: var(--brush-green);
  border-radius: 48% 44% 52% 40%;
  bottom: 0.06em;
  content: "";
  height: 0.26em;
  left: -0.04em;
  position: absolute;
  right: -0.08em;
  transform: rotate(-1deg);
  z-index: -1;
}

.page-hero p {
  color: var(--muted);
  font-size: 1.08rem;
  margin-bottom: 0.8em;
  max-width: 620px;
}

.page-hero p:last-child {
  margin-bottom: 0;
}

.subscribe-form label,
.suggest-form label,
.search-box span {
  color: var(--deep-green);
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.writing-list {
  display: grid;
  gap: 16px;
}

.writing-row {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  min-height: 170px;
  padding: 14px 20px 14px 14px;
}

.writing-thumb {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  height: 140px;
  justify-content: center;
  overflow: hidden;
}

.writing-thumb img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.writing-row h2 {
  color: var(--ink);
  font-size: 1.75rem;
  line-height: 1.12;
  margin-bottom: 8px;
}

.writing-row-copy p:last-child {
  color: #485356;
  margin-bottom: 0;
}

.read-time {
  color: var(--muted);
  font-size: 0.88rem;
  white-space: nowrap;
}

.reading-tools {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(360px, 0.8fr) minmax(620px, 1.2fr);
  margin-top: 24px;
  max-width: 100%;
  width: 100%;
}

.reading-hero {
  max-width: 100%;
}

.reading-hero p {
  max-width: 1500px;
}

.reading-quote {
  font-style: italic;
}

.search-box,
.suggest-form {
  background: var(--frost);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 16px;
}

.suggest-form div {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(160px, 1fr) minmax(160px, 0.8fr) auto;
}

.book-section {
  margin-top: 34px;
}

.book-section-heading {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.book-section-heading h2 {
  color: var(--ink);
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0;
}

.currently-reading .book-section-heading h2 {
  color: var(--deep-green);
}

.status-pill.reading {
  color: var(--orange);
}

.finished-reading .book-section-heading h2,
.status-pill.read {
  color: #2f8f4e;
}

.to-read .book-section-heading h2,
.status-pill.to-read {
  color: var(--red);
}

.book-section-heading p {
  color: var(--muted);
  margin-bottom: 0;
}

.reading-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
}

.book-card {
  display: grid;
  gap: 12px;
  grid-template-rows: 210px auto auto;
  min-height: 390px;
  padding: 16px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.book-card[hidden] {
  display: none;
}

.book-card:hover {
  box-shadow: 0 22px 54px rgba(20, 50, 49, 0.12);
  transform: translateY(-3px);
}

.book-cover {
  align-items: center;
  background: #f6fbfa;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
}

.book-cover img {
  border-radius: 4px;
  box-shadow: 0 12px 22px rgba(16, 36, 38, 0.16);
  height: 100%;
  max-width: 142px;
  object-fit: contain;
}

.book-cover-type {
  align-items: center;
  background: #eaf6f3;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  color: var(--deep-green);
  display: flex;
  font-weight: 700;
  height: 170px;
  justify-content: center;
  padding: 12px;
  text-align: center;
  width: 128px;
}

.book-info {
  min-width: 0;
}

.book-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.book-info h3 {
  font-size: 1.14rem;
  line-height: 1.2;
  margin: 8px 0 4px;
}

.book-info p {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0 0 3px;
}

.book-rating {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

.book-rating svg {
  color: #2f80ed;
  height: 16px;
  width: 16px;
}

.status-pill {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  display: inline-flex;
  gap: 5px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
}

.status-pill svg {
  height: 12px;
  width: 12px;
}

.book-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.book-actions a:first-child {
  color: var(--deep-green);
  font-size: 0.9rem;
  font-weight: 700;
}

.amazon-link {
  align-items: center;
  background: #fff3e7;
  border: 1px solid #ffc88f;
  border-radius: 50%;
  color: #1a1a1a;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}

.amazon-link.is-disabled {
  opacity: 0.58;
  pointer-events: none;
}

.book-section.is-empty::after {
  color: var(--muted);
  content: "No matching books in this section.";
  display: block;
  margin-top: 12px;
}

.photo-grid {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-auto-flow: dense;
  grid-auto-rows: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.capture-card {
  backdrop-filter: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  width: 100%;
}

.capture-card--wide {
  grid-column: span 2;
}

.capture-media-link {
  color: inherit;
  display: block;
}

.capture-media-link img {
  cursor: zoom-in;
}

.capture-card img,
.capture-card video,
.capture-placeholder {
  background: transparent;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.capture-card video {
  background: #111;
}

.capture-placeholder {
  align-items: center;
  border: 1px dashed var(--line);
  color: var(--muted);
  display: flex;
  justify-content: center;
  min-height: 220px;
}

.capture-placeholder span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
}

body.has-lightbox {
  overflow: hidden;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.72);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 5vh 4vw;
  position: fixed;
  z-index: 1000;
}

.image-lightbox-panel {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  max-height: 88vh;
  max-width: 80vw;
  padding: 18px;
}

.image-lightbox-panel img {
  align-self: center;
  display: block;
  height: auto;
  max-height: 74vh;
  max-width: calc(80vw - 36px);
  object-fit: contain;
  width: auto;
}

.image-lightbox-panel figcaption {
  color: var(--ink);
  display: grid;
  gap: 4px;
  line-height: 1.45;
}

.image-lightbox-panel figcaption span {
  color: var(--muted);
  font-size: 0.94rem;
}

.image-lightbox-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 2rem;
  height: 46px;
  justify-content: center;
  left: 24px;
  line-height: 1;
  position: fixed;
  top: 24px;
  width: 46px;
  z-index: 1001;
}

.image-lightbox-close:hover {
  background: #fff;
}

.capture-card div {
  padding: 8px 0 10px;
}

.capture-card h2 {
  color: var(--ink);
  font-size: 1.06rem;
  line-height: 1.25;
  margin-bottom: 4px;
}

.capture-card p {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.recommendation-gallery {
  margin-top: 4px;
}

.recommendation-capture-card h2 a {
  color: inherit;
}

.recommendation-capture-card h2 a:hover,
.recommendation-media-link:hover + div h2 a {
  color: var(--deep-green);
}

.recommendation-kicker {
  color: var(--deep-green) !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 4px !important;
  text-transform: uppercase;
}

.recommendation-placeholder {
  background: #f3fbf8;
  min-height: 260px;
  text-decoration: none;
}

.recommendation-placeholder span {
  border-color: var(--deep-green);
  color: var(--deep-green);
  font-weight: 700;
}

.recommendation-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.recommendation-card {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.recommendation-card a {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
}

.recommendation-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.recommendation-card div {
  padding: 16px;
}

.recommendation-card p,
.recommendation-type {
  color: var(--orange);
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.recommendation-card h2 {
  font-size: 1.25rem;
  line-height: 1.15;
  margin-bottom: 8px;
}

.recommendation-card span {
  color: var(--muted);
  font-size: 0.94rem;
}

.recommendation-type {
  align-items: center;
  background: #f3fbf8;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  margin: 0;
}

.empty-note {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0;
}

.post-shell {
  margin: 0 auto;
  max-width: 880px;
  padding: 38px 24px 80px;
}

.back-link {
  color: var(--deep-green);
  display: inline-flex;
  font-weight: 700;
  margin-bottom: 28px;
}

.medium-post {
  margin: 0 auto;
}

.post-header h1 {
  font-size: 3.85rem;
  margin-bottom: 16px;
}

.post-meta {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
}

.post-read-time {
  margin-left: auto;
  text-align: right;
}

.reaction-bar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 22px 0;
  padding: 10px 0;
}

.reaction-bar.bottom {
  margin-top: 32px;
}

.icon-action {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #687174;
  display: inline-flex;
  gap: 7px;
  min-height: 38px;
  padding: 7px 9px;
}

.icon-action:hover {
  background: #f1f7f5;
  color: var(--deep-green);
}

.action-count,
.reaction-bar strong {
  color: var(--orange);
  margin-left: 2px;
  min-width: 0.75em;
}

.share-menu {
  margin-left: auto;
  position: relative;
}

.share-popover {
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(18, 40, 41, 0.14);
  display: grid;
  gap: 4px;
  min-width: 190px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 5;
}

.share-popover[hidden] {
  display: none;
}

.share-popover button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  min-height: 38px;
  padding: 8px 10px;
  text-align: left;
}

.share-popover button:hover {
  background: #f1f7f5;
  color: var(--deep-green);
}

.post-cover {
  margin: 32px 0;
}

.post-cover img {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: auto;
  object-fit: contain;
  padding: 0;
  width: 100%;
}

.post-body {
  font-size: 1.1rem;
}

.post-body p {
  margin-bottom: 1.25em;
}

.post-body blockquote {
  border-left: 3px solid var(--brand-green);
  color: var(--ink);
  font-size: 1.08rem;
  margin: 1.45em 0;
  padding: 0.1em 0 0.1em 1em;
}

.post-body h2,
.post-body h3 {
  color: var(--ink);
  margin: 1.7em 0 0.55em;
}

.post-body strong {
  color: var(--ink);
  font-weight: 700;
}

.comments-section,
.support-inline {
  margin-top: 34px;
  padding: 22px;
}

.comments-section form {
  display: grid;
  gap: 10px;
}

.comment-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.comment-item {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 2px;
  padding-top: 12px;
}

.comment-item time,
.empty-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.comment-item p {
  margin-bottom: 0;
}

.support-inline p {
  color: var(--muted);
}

.related-posts {
  margin-top: 38px;
}

.related-grid {
  display: grid;
  gap: 14px;
}

.site-footer {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 28px 42px;
}

.support-panel {
  align-items: center;
  background: #f5fbf9;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 22px;
}

.support-panel p,
.footer-note {
  color: var(--muted);
  margin-bottom: 0;
}

.footer-note {
  font-size: 0.9rem;
}

.footer-bottom {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 18px;
}

.footer-social-links {
  align-items: center;
  display: flex;
  gap: 16px 18px;
}

.footer-social-links a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #5b6265;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.footer-social-links svg {
  height: 32px;
  width: 32px;
}

.footer-social-links a:hover {
  background: transparent;
  color: var(--deep-green);
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brand,
  .logo-link {
    justify-self: center;
  }

  .home-grid,
  .split-hero,
  .reading-tools {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .reading-grid {
    grid-template-columns: repeat(3, minmax(190px, 1fr));
  }

  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header,
  .home-shell,
  .page-shell,
  .post-shell,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-nav {
    border-radius: 8px;
    flex-wrap: wrap;
  }

  .tab-nav a {
    border-radius: 6px;
  }

  .home-blocks,
  .recommendation-grid,
  .reading-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    grid-template-columns: 1fr;
  }

  .capture-card--wide {
    grid-column: span 1;
  }

  .about-panel {
    min-height: auto;
    padding: 24px;
  }

  .about-panel h1,
  .post-header h1 {
    font-size: 2rem;
  }

  .page-hero h1 {
    font-size: 2.45rem;
  }

  .writing-row {
    grid-template-columns: 1fr;
  }

  .writing-thumb {
    height: auto;
    min-height: 180px;
  }

  .read-time {
    justify-self: start;
  }

  .suggest-form div,
  .subscribe-form div,
  .subscribe-tile div {
    grid-template-columns: 1fr;
  }

  .support-panel {
    align-items: start;
    flex-direction: column;
  }

  .footer-bottom {
    align-items: start;
    flex-direction: column;
  }
}
