/* HMM JOURNAL START — scoped to .hmm-journal-page only */

/* —— Navbar active (journal page only, via body.hmm-journal-active) —— */
.hmm-journal-active .nav-links a[href="./"],
.hmm-journal-active .nav-links a[href="/"],
.hmm-journal-active .nav-links a[href="journal/"],
.hmm-journal-active .nav-links a[href="/journal/"] {
  color: #6e6964;
  font-weight: inherit;
}

/* —— Full-viewport canvas (side gutters + paper atmosphere) —— */
.hmm-journal-active {
  background-color: #f5f3ef;
  background-image:
    radial-gradient(ellipse 52% 88% at 50% 38%, rgba(252, 250, 246, 0.5) 0%, transparent 70%),
    radial-gradient(ellipse 42% 100% at 0% 48%, rgba(196, 186, 170, 0.016) 0%, transparent 48%),
    radial-gradient(ellipse 42% 100% at 100% 48%, rgba(196, 186, 170, 0.016) 0%, transparent 48%),
    linear-gradient(180deg, #f7f5f1 0%, #f4f2ee 100%);
}

.hmm-journal-active::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.02;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
}

.hmm-journal-active .footer,
.hmm-journal-active .whatsapp {
  position: relative;
  z-index: 1;
}

/* Mobile nav fix: restore stacking above journal main (Phase 3B z-index conflict) */
.hmm-journal-active .nav {
  position: sticky;
  top: 0;
  z-index: 9999;
}

@media (max-width: 768px) {
  .hmm-journal-active .nav-links {
    position: fixed;
    z-index: 10000;
  }
}

.hmm-journal-page {
  position: relative;
  isolation: isolate;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 24px calc(108px + env(safe-area-inset-bottom, 0px));
  color: #3a3733;
  overflow-x: hidden;
  background-color: transparent;
  background-image:
    radial-gradient(ellipse 100% 42% at 50% 0%, rgba(212, 175, 55, 0.038) 0%, transparent 54%),
    radial-gradient(ellipse 80% 32% at 50% 12%, rgba(200, 190, 175, 0.018) 0%, transparent 50%);
}

/* —— Softer reveal (overrides global .reveal on journal page only) —— */
.hmm-journal-page .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 1.35s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}

.hmm-journal-page .reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.hmm-journal-page .hmm-journal-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* —— Typography —— */
.hmm-journal-page .hmm-journal-eyebrow {
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #8a8278;
  margin: 0 0 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.hmm-journal-page .hmm-journal-hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 4.8vw, 42px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #141210;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.hmm-journal-page .hmm-journal-hero-lead {
  margin: 18px auto 0;
  max-width: 468px;
  font-size: 15.25px;
  line-height: 1.68;
  color: #57534d;
  text-align: center;
  font-weight: 400;
}

.hmm-journal-page .hmm-journal-heading {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 3.4vw, 28px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #1b1917;
  text-align: center;
  margin: 0 0 0;
}

.hmm-journal-page .hmm-journal-prose p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #524e48;
  margin: 0;
}

.hmm-journal-page .hmm-journal-prose p + p {
  margin-top: 18px;
}

/* —— Section rhythm —— */
.hmm-journal-page .hmm-journal-section {
  margin-bottom: 40px;
}

.hmm-journal-page .hmm-journal-hero {
  text-align: center;
  padding: 48px 0 6px;
  margin-bottom: 34px;
}

.hmm-journal-page .hmm-journal-hero-rule,
.hmm-journal-page .hmm-journal-section-rule {
  position: relative;
  display: block;
  width: 48px;
  height: 1.5px;
  background: #c9a84c;
  border-radius: 1px;
  margin: 0 auto 18px;
  opacity: 0.9;
  overflow: hidden;
}

.hmm-journal-page .hmm-journal-section-rule {
  margin: 12px auto 22px;
}

.hmm-journal-page .hmm-journal-hero-rule::after,
.hmm-journal-page .hmm-journal-section-rule::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 246, 228, 0.28) 40%,
    rgba(255, 252, 242, 0.48) 50%,
    rgba(255, 246, 228, 0.28) 60%,
    transparent 100%
  );
  opacity: 0;
  transform: translateX(-130%);
  animation: hmm-journal-rule-sweep 11s ease-in-out infinite;
  pointer-events: none;
}

@keyframes hmm-journal-rule-sweep {
  0%,
  20% {
    opacity: 0;
    transform: translateX(-130%);
  }
  30% {
    opacity: 0.88;
  }
  54% {
    opacity: 0.88;
    transform: translateX(290%);
  }
  64%,
  100% {
    opacity: 0;
    transform: translateX(290%);
  }
}

.hmm-journal-page .hmm-journal-intro {
  margin-bottom: 36px;
}

.hmm-journal-page .hmm-journal-prose {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.hmm-journal-page .hmm-journal-categories {
  padding-top: 4px;
}

.hmm-journal-page .hmm-journal-featured {
  padding-top: 6px;
}

/* —— Category grid —— */
.hmm-journal-page .hmm-journal-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.hmm-journal-page .hmm-journal-category-card {
  text-align: center;
  padding: 32px 24px 28px;
  border-radius: 14px;
  background: #fcfbfa;
  border: 1px solid rgba(212, 175, 55, 0.08);
  box-shadow: 0 6px 20px rgba(48, 40, 32, 0.025);
  cursor: default;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.95s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.95s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.hmm-journal-page .reveal.active .hmm-journal-category-card {
  opacity: 1;
  transform: translateY(0);
}

.hmm-journal-page .reveal.active .hmm-journal-category-card:nth-child(1) {
  transition-delay: 0.06s;
}

.hmm-journal-page .reveal.active .hmm-journal-category-card:nth-child(2) {
  transition-delay: 0.14s;
}

.hmm-journal-page .reveal.active .hmm-journal-category-card:nth-child(3) {
  transition-delay: 0.22s;
}

@media (hover: hover) {
  .hmm-journal-page .hmm-journal-category-card:hover {
    border-color: rgba(212, 175, 55, 0.12);
    box-shadow: 0 7px 22px rgba(48, 40, 32, 0.03);
  }
}

.hmm-journal-page .hmm-journal-category-label {
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(154, 146, 136, 0.92);
  margin: 0 0 10px;
}

.hmm-journal-page .hmm-journal-category-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 500;
  color: #1c1a18;
  margin: 0 0 12px;
  line-height: 1.3;
}

.hmm-journal-page .hmm-journal-category-desc {
  font-size: 14px;
  line-height: 1.68;
  color: #5c5854;
  margin: 0 0 16px;
}

.hmm-journal-page .hmm-journal-category-status {
  font-size: 9.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(142, 134, 124, 0.88);
  margin: 0;
}

/* —— Featured articles (text-only) —— */
.hmm-journal-page .hmm-journal-article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 640px;
  margin: 0 auto;
}

.hmm-journal-page .hmm-journal-article-card:first-child,
.hmm-journal-page .hmm-journal-article-card--linked:first-child {
  padding: 34px 28px 30px;
  background: #fdfcf9;
  border-color: rgba(212, 175, 55, 0.115);
}

.hmm-journal-page .hmm-journal-article-card:first-child .hmm-journal-article-title,
.hmm-journal-page .hmm-journal-article-card--linked:first-child .hmm-journal-article-title {
  color: #1a1816;
}

.hmm-journal-page .hmm-journal-article-card {
  text-align: left;
  padding: 28px 28px 26px;
  border-radius: 14px;
  background: #fcfbfa;
  border: 1px solid rgba(212, 175, 55, 0.08);
  box-shadow: 0 6px 20px rgba(48, 40, 32, 0.025);
  cursor: default;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.95s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.95s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.hmm-journal-page .reveal.active .hmm-journal-article-card {
  opacity: 1;
  transform: translateY(0);
}

.hmm-journal-page .reveal.active .hmm-journal-article-card:nth-child(1) {
  transition-delay: 0.06s;
}

.hmm-journal-page .reveal.active .hmm-journal-article-card:nth-child(2) {
  transition-delay: 0.14s;
}

.hmm-journal-page .reveal.active .hmm-journal-article-card:nth-child(3) {
  transition-delay: 0.22s;
}

@media (hover: hover) {
  .hmm-journal-page .hmm-journal-article-card--linked:hover {
    border-color: rgba(212, 175, 55, 0.14);
    box-shadow: 0 10px 28px rgba(48, 40, 32, 0.045);
  }

  .hmm-journal-page .reveal.active .hmm-journal-article-card--linked:hover {
    transform: translateY(-3px);
  }
}

.hmm-journal-page .hmm-journal-article-card--linked {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.hmm-journal-page .hmm-journal-article-card--linked .hmm-journal-article-title {
  color: #1a1816;
}

.hmm-journal-page .hmm-journal-article-card--linked .hmm-journal-article-excerpt {
  margin-bottom: 0;
}

.hmm-journal-page .hmm-journal-article-meta {
  font-size: 9.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(132, 126, 118, 0.9);
  margin: 0 0 12px;
  line-height: 1.55;
}

.hmm-journal-page .hmm-journal-article-category {
  color: rgba(132, 126, 118, 0.9);
}

.hmm-journal-page .hmm-journal-article-read {
  color: rgba(154, 146, 136, 0.85);
  font-weight: 400;
}

.hmm-journal-page .hmm-journal-article-title {
  font-family: "Playfair Display", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.34;
  color: #1c1a18;
  margin: 0 0 12px;
}

.hmm-journal-page .hmm-journal-article-excerpt {
  font-size: 14.5px;
  line-height: 1.72;
  color: #524e48;
  margin: 0 0 14px;
}

.hmm-journal-page .hmm-journal-article-status {
  font-size: 9.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(142, 134, 124, 0.88);
  margin: 0;
}

/* —— CTA band —— */
.hmm-journal-page .hmm-journal-cta {
  margin-top: 4px;
  margin-bottom: 28px;
}

.hmm-journal-page .hmm-journal-cta-band {
  text-align: center;
  padding: 36px 30px 32px;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.hmm-journal-page .hmm-journal-cta-band p {
  font-size: 15px;
  line-height: 1.74;
  color: #524e48;
  max-width: 500px;
  margin: 0 auto 22px;
}

.hmm-journal-page .hmm-journal-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.hmm-journal-page .hmm-journal-cta-row .btn {
  margin-top: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hmm-journal-page .hmm-journal-cta-secondary {
  background: transparent;
  color: #1a1816;
  border: 1px solid rgba(26, 24, 22, 0.12);
}

@media (hover: hover) {
  .hmm-journal-page .hmm-journal-cta-secondary:hover {
    background: rgba(26, 24, 22, 0.025);
    box-shadow: 0 4px 14px rgba(48, 40, 32, 0.04);
  }
}

/* —— Large desktop —— */
@media (min-width: 1200px) {
  .hmm-journal-page .hmm-journal-hero {
    padding-top: 52px;
  }

  .hmm-journal-page .hmm-journal-hero-lead {
    max-width: 452px;
  }
}

@media (min-width: 1400px) {
  .hmm-journal-page {
    max-width: 920px;
  }

  .hmm-journal-active {
    background-image:
      radial-gradient(ellipse 48% 90% at 50% 36%, rgba(252, 250, 246, 0.48) 0%, transparent 72%),
      radial-gradient(ellipse 38% 100% at 0% 50%, rgba(196, 186, 170, 0.014) 0%, transparent 50%),
      radial-gradient(ellipse 38% 100% at 100% 50%, rgba(196, 186, 170, 0.014) 0%, transparent 50%),
      linear-gradient(180deg, #f7f5f1 0%, #f3f1ed 100%);
  }
}

/* —— Tablet —— */
@media (max-width: 900px) {
  .hmm-journal-page .hmm-journal-category-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* —— Mobile —— */
@media (max-width: 768px) {
  .hmm-journal-page {
    padding: 0 18px calc(112px + env(safe-area-inset-bottom, 0px));
  }

  .hmm-journal-page .hmm-journal-hero {
    padding: 40px 0 4px;
    margin-bottom: 30px;
  }

  .hmm-journal-page .hmm-journal-section {
    margin-bottom: 38px;
  }

  .hmm-journal-page .hmm-journal-intro {
    margin-bottom: 32px;
  }

  .hmm-journal-page .hmm-journal-category-card,
  .hmm-journal-page .hmm-journal-article-card {
    padding: 26px 22px 24px;
  }

  .hmm-journal-page .hmm-journal-article-card:first-child,
  .hmm-journal-page .hmm-journal-article-card--linked:first-child {
    padding: 30px 22px 26px;
  }

  .hmm-journal-page .hmm-journal-cta-band {
    padding: 30px 22px 26px;
  }

  .hmm-journal-page .hmm-journal-cta-row {
    flex-direction: column;
    width: 100%;
  }

  .hmm-journal-page .hmm-journal-cta-row .btn {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .hmm-journal-page .hmm-journal-hero-title {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hmm-journal-active::before {
    opacity: 0;
  }

  .hmm-journal-page .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hmm-journal-page .reveal.active {
    transform: none;
  }

  .hmm-journal-page .hmm-journal-category-card,
  .hmm-journal-page .hmm-journal-article-card,
  .hmm-journal-page .hmm-journal-article-card--linked,
  .hmm-journal-page .reveal.active .hmm-journal-category-card,
  .hmm-journal-page .reveal.active .hmm-journal-article-card,
  .hmm-journal-page .reveal.active .hmm-journal-article-card--linked {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hmm-journal-page .reveal.active .hmm-journal-article-card--linked:hover {
    transform: none;
  }

  .hmm-journal-page .hmm-journal-hero-rule::after,
  .hmm-journal-page .hmm-journal-section-rule::after {
    animation: none;
    opacity: 0;
  }
}

/* =========================================
   JOURNAL ARTICLE READING
========================================= */

.hmm-journal-page--read {
  padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
}

.hmm-journal-page--read .hmm-journal-read {
  margin: 0 auto;
}

.hmm-journal-read-header {
  text-align: center;
  padding: 44px 0 36px;
  max-width: 680px;
  margin: 0 auto;
}

.hmm-journal-read-back {
  display: inline-block;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: #7a736a;
  text-decoration: none;
  margin-bottom: 22px;
  min-height: 44px;
  line-height: 44px;
  transition: color 0.3s ease;
}

@media (hover: hover) {
  .hmm-journal-page--read .hmm-journal-read-back:hover {
    color: #524e48;
  }
}

.hmm-journal-read-meta {
  font-size: 9.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(132, 126, 118, 0.9);
  margin: 0 0 16px;
  line-height: 1.55;
}

.hmm-journal-read-category,
.hmm-journal-read-time {
  color: inherit;
}

.hmm-journal-read-sep {
  margin: 0 0.35em;
  color: rgba(154, 146, 136, 0.75);
}

.hmm-journal-read-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4.2vw, 38px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -0.022em;
  color: #141210;
  max-width: 620px;
  margin: 0 auto 18px;
}

.hmm-journal-read-dek {
  font-size: 16.25px;
  line-height: 1.7;
  color: #57534d;
  margin: 0 auto;
  max-width: 520px;
  font-weight: 400;
  letter-spacing: -0.006em;
}

.hmm-journal-read-rule {
  position: relative;
  display: block;
  width: 48px;
  height: 1.5px;
  background: #c9a84c;
  border-radius: 1px;
  margin: 22px auto 0;
  opacity: 0.9;
  overflow: hidden;
}

.hmm-journal-read-rule::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 246, 228, 0.28) 40%,
    rgba(255, 252, 242, 0.48) 50%,
    rgba(255, 246, 228, 0.28) 60%,
    transparent 100%
  );
  opacity: 0;
  transform: translateX(-130%);
  animation: hmm-journal-rule-sweep 11s ease-in-out infinite;
  pointer-events: none;
}

.hmm-journal-read-body {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 0 48px;
  text-align: left;
}

.hmm-journal-read-body > p:first-of-type {
  font-size: 16px;
  line-height: 1.84;
  color: #4f4b45;
}

.hmm-journal-read-body p {
  font-size: 15.75px;
  line-height: 1.84;
  color: #524e48;
  margin: 0;
}

.hmm-journal-read-body p + p {
  margin-top: 22px;
}

.hmm-journal-read-body .hmm-journal-read-heading + p,
.hmm-journal-read-body .hmm-journal-read-subheading + p {
  margin-top: 0;
}

.hmm-journal-read-heading {
  font-family: "Playfair Display", serif;
  font-size: clamp(21px, 3vw, 26px);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.34;
  color: #1b1917;
  margin: 44px 0 18px;
}

.hmm-journal-read-subheading {
  font-family: "Playfair Display", serif;
  font-size: clamp(17px, 2.4vw, 20px);
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.4;
  color: #252220;
  margin: 36px 0 16px;
}

.hmm-journal-read-pullquote {
  margin: 36px 0;
  padding: 0 0 0 24px;
  border-left: 2px solid rgba(201, 168, 76, 0.42);
}

.hmm-journal-read-pullquote p {
  font-family: "Playfair Display", serif;
  font-size: 17.5px;
  line-height: 1.64;
  color: #3d3a36;
  font-style: italic;
  margin: 0;
  letter-spacing: -0.008em;
}

.hmm-journal-read-list {
  margin: 18px 0 0;
  padding: 0 0 0 1.25em;
  list-style: disc;
}

.hmm-journal-read-list li {
  font-size: 15.75px;
  line-height: 1.8;
  color: #524e48;
  margin-bottom: 12px;
  padding-left: 0.15em;
}

.hmm-journal-read-list li:last-child {
  margin-bottom: 0;
}

.hmm-journal-read-footer {
  max-width: 680px;
  margin: 0 auto;
  padding: 28px 0 12px;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  text-align: center;
}

.hmm-journal-read-back--footer {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .hmm-journal-read-header {
    padding-top: 52px;
  }
}

@media (min-width: 1400px) {
  .hmm-journal-read-body,
  .hmm-journal-read-header,
  .hmm-journal-read-footer {
    max-width: 660px;
  }
}

@media (max-width: 768px) {
  .hmm-journal-page--read {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hmm-journal-read-header {
    padding: 36px 0 28px;
  }

  .hmm-journal-read-back {
    margin-bottom: 18px;
  }

  .hmm-journal-read-body {
    padding-bottom: 40px;
  }

  .hmm-journal-read-heading {
    margin-top: 34px;
  }

  .hmm-journal-read-pullquote {
    margin: 28px 0;
    padding-left: 18px;
  }

  .hmm-journal-read-footer {
    padding-top: 24px;
  }
}

@media (max-width: 480px) {
  .hmm-journal-read-title {
    font-size: 26px;
  }

  .hmm-journal-read-dek {
    font-size: 15.25px;
  }

  .hmm-journal-read-body p,
  .hmm-journal-read-list li {
    font-size: 15.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hmm-journal-read-rule::after {
    animation: none;
    opacity: 0;
  }
}

/* HMM JOURNAL END */

/* =========================================
   JOURNAL PHASE 0 — CATEGORY LINK TRUTH
   Fully removable rollback block
========================================= */

.hmm-journal-page .hmm-journal-category-link {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  color: rgba(142, 134, 124, 0.88);
  transition: color 0.3s ease;
}

@media (hover: hover) {
  .hmm-journal-page .hmm-journal-category-link:hover {
    color: #6e6964;
  }
}

/* =========================================
   JOURNAL PHASE 1 — ARTICLE ENHANCEMENTS
   Scoped to .hmm-journal-page--read only
   Fully removable rollback block
========================================= */

/* —— Metadata row (below headline) —— */
.hmm-journal-page--read .hmm-journal-meta-row {
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(132, 126, 118, 0.92);
  margin: 14px auto 20px;
  line-height: 1.55;
  text-align: center;
}

.hmm-journal-page--read .hmm-journal-meta-row__sep {
  margin: 0 0.4em;
  color: rgba(154, 146, 136, 0.75);
}

.hmm-journal-page--read .hmm-journal-read-title {
  margin-bottom: 0;
}

.hmm-journal-page--read .hmm-journal-read-dek {
  margin-top: 0;
}

/* —— Editorial pull quote refinement —— */
.hmm-journal-page--read .hmm-journal-editorial-pullquote {
  margin: 40px auto;
  padding: 28px 20px;
  max-width: 520px;
  text-align: center;
  border-left: none;
  border-top: 1px solid rgba(201, 168, 76, 0.28);
  border-bottom: 1px solid rgba(201, 168, 76, 0.28);
}

.hmm-journal-page--read .hmm-journal-editorial-pullquote p {
  font-size: 18px;
  line-height: 1.62;
  color: #3a3733;
}

/* —— Prose rhythm (micro) —— */
.hmm-journal-page--read .hmm-journal-read-body p + p {
  margin-top: 24px;
}

.hmm-journal-page--read .hmm-journal-read-body > p:first-of-type {
  line-height: 1.86;
}

.hmm-journal-page--read .hmm-journal-read-heading {
  margin-top: 46px;
}

/* —— Continue reading —— */
.hmm-journal-page--read .hmm-journal-continue {
  max-width: 680px;
  margin: 0 auto;
  padding: 8px 0 40px;
}

.hmm-journal-page--read .hmm-journal-continue__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.32;
  color: #1b1917;
  text-align: center;
  margin: 0 0 0;
}

.hmm-journal-page--read .hmm-journal-continue__rule {
  position: relative;
  display: block;
  width: 48px;
  height: 1.5px;
  background: #c9a84c;
  border-radius: 1px;
  margin: 12px auto 24px;
  opacity: 0.9;
}

.hmm-journal-page--read .hmm-journal-continue__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.hmm-journal-page--read .hmm-journal-continue .hmm-journal-article-card {
  opacity: 1;
  transform: none;
}

.hmm-journal-page--read .reveal.active .hmm-journal-continue .hmm-journal-article-card {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}

/* —— Editorial footer —— */
.hmm-journal-page--read .hmm-journal-editorial-footer {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.hmm-journal-page--read .hmm-journal-editorial-footer__title {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #2a2826;
  margin: 0 0 6px;
}

.hmm-journal-page--read .hmm-journal-editorial-footer__tagline {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(132, 126, 118, 0.9);
  margin: 0;
}

.hmm-journal-page--read .hmm-journal-read-footer__links {
  font-size: 13px;
  line-height: 1.6;
  color: #7a736a;
  margin: 0 0 18px;
}

.hmm-journal-page--read .hmm-journal-read-footer__links a {
  color: #6e6964;
  text-decoration: none;
  transition: color 0.3s ease;
}

@media (hover: hover) {
  .hmm-journal-page--read .hmm-journal-read-footer__links a:hover {
    color: #524e48;
  }
}

@media (max-width: 768px) {
  .hmm-journal-page--read .hmm-journal-editorial-pullquote {
    margin: 32px auto;
    padding: 24px 12px;
  }

  .hmm-journal-page--read .hmm-journal-editorial-pullquote p {
    font-size: 17px;
  }

  .hmm-journal-page--read .hmm-journal-continue {
    padding-bottom: 32px;
  }

  .hmm-journal-page--read .hmm-journal-read-body p + p {
    margin-top: 22px;
  }
}

@media (max-width: 480px) {
  .hmm-journal-page--read .hmm-journal-meta-row {
    letter-spacing: 0.12em;
  }

  .hmm-journal-page--read .hmm-journal-editorial-pullquote p {
    font-size: 16.5px;
  }
}

/* =========================================
   JOURNAL PHASE 2 — HUB REFINEMENTS
   Scoped to .hmm-journal-page--hub only
   Fully removable rollback block
========================================= */

/* —— Editorial philosophy block —— */
.hmm-journal-page--hub .hmm-journal-philosophy {
  max-width: 520px;
  margin: 0 auto 32px;
  padding: 0 4px;
  text-align: center;
}

.hmm-journal-page--hub .hmm-journal-philosophy__label {
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(138, 130, 120, 0.92);
  margin: 0 0 14px;
}

.hmm-journal-page--hub .hmm-journal-philosophy__text {
  font-size: 15px;
  line-height: 1.78;
  color: #5a5650;
  margin: 0;
  font-weight: 400;
}

.hmm-journal-page--hub .hmm-journal-philosophy__rule {
  display: block;
  width: 32px;
  height: 1px;
  background: rgba(201, 168, 76, 0.35);
  border-radius: 1px;
  margin: 22px auto 0;
}

.hmm-journal-page--hub .hmm-journal-hero {
  margin-bottom: 28px;
}

.hmm-journal-page--hub .hmm-journal-intro {
  margin-bottom: 28px;
}

/* —— Category chips —— */
.hmm-journal-page--hub .hmm-journal-chips {
  margin-bottom: 34px;
  padding: 0;
}

.hmm-journal-page--hub .hmm-journal-chip-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hmm-journal-page--hub .hmm-journal-chip {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(110, 105, 100, 0.92);
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 999px;
  background: rgba(252, 251, 250, 0.6);
  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    background-color 0.35s ease;
}

@media (hover: hover) {
  .hmm-journal-page--hub .hmm-journal-chip:hover {
    color: #524e48;
    border-color: rgba(201, 168, 76, 0.28);
    background: rgba(253, 252, 249, 0.95);
  }
}

.hmm-journal-page--hub .hmm-journal-chip:focus-visible {
  outline: 2px solid rgba(201, 168, 76, 0.45);
  outline-offset: 2px;
}

.hmm-journal-page--hub .hmm-journal-category-card {
  scroll-margin-top: 88px;
}

/* —— Article card hover refinement (hub) —— */
@media (hover: hover) {
  .hmm-journal-page--hub .hmm-journal-article-card--linked {
    transition:
      opacity 0.95s cubic-bezier(0.19, 1, 0.22, 1),
      transform 0.55s cubic-bezier(0.19, 1, 0.22, 1),
      border-color 0.45s ease,
      box-shadow 0.45s ease,
      background-color 0.45s ease;
  }

  .hmm-journal-page--hub .hmm-journal-article-card--linked:hover {
    border-color: rgba(201, 168, 76, 0.16);
    box-shadow: 0 8px 24px rgba(48, 40, 32, 0.038);
    background-color: #fdfcf9;
  }

  .hmm-journal-page--hub .reveal.active .hmm-journal-article-card--linked:hover {
    transform: translateY(-2px);
  }

  .hmm-journal-page--hub .hmm-journal-article-card--linked:hover .hmm-journal-article-title {
    color: #141210;
  }

  .hmm-journal-page--hub .hmm-journal-article-card--linked:hover .hmm-journal-article-excerpt {
    color: #4a4640;
  }
}

@media (max-width: 768px) {
  .hmm-journal-page--hub .hmm-journal-philosophy {
    margin-bottom: 28px;
  }

  .hmm-journal-page--hub .hmm-journal-chips {
    margin-bottom: 30px;
  }

  .hmm-journal-page--hub .hmm-journal-chip-list {
    gap: 8px 10px;
  }

  .hmm-journal-page--hub .hmm-journal-category-card {
    scroll-margin-top: 72px;
  }
}

@media (max-width: 480px) {
  .hmm-journal-page--hub .hmm-journal-philosophy__text {
    font-size: 14.75px;
    line-height: 1.76;
  }

  .hmm-journal-page--hub .hmm-journal-chip {
    font-size: 9.5px;
    letter-spacing: 0.12em;
    padding: 7px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hmm-journal-page--hub .reveal.active .hmm-journal-article-card--linked:hover {
    transform: none;
  }
}

/* =========================================
   JOURNAL CATEGORY CARD — FULL CLICK (HUB)
   Scoped to .hmm-journal-page--hub only
   Fully removable rollback block
========================================= */

.hmm-journal-page--hub .hmm-journal-category-card--linked {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.hmm-journal-page--hub .hmm-journal-category-card--linked .hmm-journal-category-title {
  color: #1c1a18;
}

.hmm-journal-page--hub .hmm-journal-category-card--linked:focus-visible {
  outline: 2px solid rgba(201, 168, 76, 0.45);
  outline-offset: 2px;
}

@media (hover: hover) {
  .hmm-journal-page--hub .hmm-journal-category-card--linked:hover .hmm-journal-category-status {
    color: #6e6964;
  }
}
