/* Essay register - blog posts (not session notes) */
.essay-wrap { max-width: 680px; margin: 0 auto; padding: 0 24px; }

.essay-hero {
  background: var(--shell-ink, #1c1917);
  color: #eef2f0;
  padding: 88px 0 56px;
  border-bottom: 1px solid #2a3230;
}

.essay-meta {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #7fb8b0;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.essay-meta .sep { color: #3a4a47; }

.essay-hero h1 {
  font-family: 'IBM Plex Sans', var(--sans, system-ui, sans-serif);
  font-weight: 700;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fbfdfc;
  max-width: 18ch;
  margin: 0;
}

.essay-hero .sub {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.55;
  max-width: 52ch;
  color: #b8c6c2;
}

.essay-article {
  font-family: 'IBM Plex Sans', var(--sans, system-ui, sans-serif);
  font-size: 18px;
  line-height: 1.65;
  color: #2b3432;
  padding: 48px 0 64px;
}

.essay-article p { margin: 0 0 1.15em; }

.essay-article h2 {
  font-family: 'IBM Plex Sans', var(--sans, system-ui, sans-serif);
  font-weight: 700;
  font-size: 1.35rem;
  margin: 2.25em 0 0.65em;
  color: #1c1917;
}

.essay-article a {
  color: #0d7d72;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.essay-article .lead {
  font-size: 1.12rem;
  color: #1c1917;
  line-height: 1.6;
}

.essay-article .note {
  border-left: 3px solid #0d7d72;
  padding: 0.85rem 0 0.85rem 1.15rem;
  margin: 1.5em 0;
  background: rgba(13, 125, 114, 0.06);
  border-radius: 0 8px 8px 0;
}

.essay-signoff {
  margin-top: 2.5em;
  padding-top: 1.5em;
  border-top: 1px solid #dfe4e1;
  font-size: 16px;
  color: #5f6d6a;
}

.essay-linkedin {
  display: inline-block;
  margin: 1.25em 1.25em 0 0;
  font-size: 15px;
  font-weight: 500;
  color: #0d7d72;
  text-decoration: none;
}

.essay-linkedin:hover { text-decoration: underline; }

/* Documentary event photographs keep their original proportions. */
.event-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 2rem 0;
}

.event-photo { margin: 2rem 0; }
.event-photo-pair .event-photo { margin: 0; }
.event-photo img { display: block; width: 100%; height: auto; }
.event-photo figcaption {
  margin-top: 10px;
  color: var(--field-smoke, #5f6d6a);
  font-size: 14px;
  line-height: 1.5;
}

.event-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 20px;
  margin: 2rem 0;
}

.event-gallery .event-photo { margin: 0; }
.event-gallery__item--wide { grid-column: 1 / -1; }

.sidespark-product-shot {
  max-width: 360px;
  margin: 2rem auto;
}

.sidespark-product-shot img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d8d5cb;
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(28, 25, 23, 0.14);
}

.sidespark-product-shot figcaption,
.sidespark-video figcaption {
  margin-top: 10px;
  color: var(--field-smoke, #5f6d6a);
  font-size: 14px;
  line-height: 1.5;
}

.sidespark-video { margin: 2rem 0; }

.sidespark-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
  border-radius: 16px;
}

@media (max-width: 560px) {
  .event-photo-pair { grid-template-columns: 1fr; gap: 28px; }
  .event-gallery { grid-template-columns: 1fr; }
  .event-gallery__item--wide { grid-column: auto; }
  .sidespark-product-shot { max-width: 320px; }
}

/* Blog index */
.blog-index-head {
  padding: 72px 0 40px;
  border-bottom: 1px solid var(--line, #e3e1da);
}

.blog-index-head h1 {
  font-family: var(--display, Fraunces, serif);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin: 0.5rem 0 0;
}

.blog-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 0 64px;
}

.blog-entry {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line, #e3e1da);
  transition: background 0.15s ease;
}

.blog-entry:hover { background: rgba(15, 122, 66, 0.04); }

.blog-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--faint, #6b6a65);
}

.blog-entry-cat { color: var(--accent, #0f7a42); font-weight: 600; }

.blog-entry-title {
  font-family: var(--display, Fraunces, serif);
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0.4rem 0 0;
  transition: color 0.15s ease;
}

.blog-entry:hover .blog-entry-title { color: var(--accent, #0f7a42); }

.blog-entry-desc {
  margin: 0.35rem 0 0;
  font-size: 0.9375rem;
  color: var(--muted, #4f4e4a);
  max-width: 52ch;
  line-height: 1.5;
}

.blog-entry-date { margin-left: auto; }
