:root {
  --bg: var(--ghost-theme-bg, #ffffff);
  --fg: var(--ghost-theme-fg, #0a0a0a);
  --muted: var(--ghost-theme-muted, #5c5c5c);
  --line: #d7d7d7;
  --line-strong: var(--ghost-theme-accent, #111111);
  --surface: var(--ghost-theme-surface, #fafafa);
  --container: 1360px;
  --narrow: 760px;
  --logo-max: 440px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 5rem;
  --border: 1px solid var(--line-strong);
  --font-main: 'Spectral', Georgia, serif;
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--gh-font-body, var(--font-main));
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,h2,h3,h4,h5,h6 { font-family: var(--gh-font-heading, var(--font-main)); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button,input { font: inherit; }
.container { width: min(calc(100% - 2rem), var(--container)); margin: 0 auto; }
.container-narrow { width: min(calc(100% - 2rem), var(--narrow)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 30; background: var(--bg);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 72px;
}
.brand-logo { max-height: 34px; width: auto; }
.brand-wordmark { font-size: 1.125rem; letter-spacing: 0.08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1rem; font-size: 0.95rem; }
.site-nav .nav {
  display: flex; align-items: center; gap: 1rem; margin: 0; padding: 0; list-style: none;
}
.site-nav li { margin: 0; padding: 0; list-style: none; }
.site-nav a, .site-nav button {
  display: inline-flex; align-items: center; background: none; border: 0; padding: 0; cursor: pointer; position: relative;
}
.site-nav a::after, .site-nav button::after, .footer-nav a::after {
  content: ''; position: absolute; left: 0; bottom: -0.15rem; width: 100%; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease;
}
.site-nav a:hover::after, .site-nav button:hover::after, .footer-nav a:hover::after { transform: scaleX(1); }
.nav-toggle {
  display: none; width: 42px; height: 42px; background: none; border: 1px solid var(--line-strong);
  align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.nav-toggle span { width: 18px; height: 1px; background: var(--fg); }
.landing-page { min-height: calc(100vh - 72px); display: grid; place-items: center; }
.landing-inner { display: grid; justify-items: center; gap: 2rem; text-align: center; padding: 4rem 0; }
.landing-logo { width: 100%; max-width: var(--logo-max); height: auto; }
.landing-logo-text { font-size: clamp(2.5rem, 8vw, 6rem); line-height: 0.95; }
.landing-text-box {
  width: min(100%, 620px); border: 1px solid var(--line-strong); padding: 1.25rem 1.5rem;
  min-height: 92px; display: flex; align-items: center; justify-content: center;
}
.landing-text-box p { margin: 0; font-size: 1.125rem; }
.landing-enter-button, .button-primary {
  display: inline-flex; align-items: center; justify-content: center; min-width: 160px; min-height: 52px;
  padding: 0.8rem 1.25rem; border: 1px solid var(--line-strong); background: var(--fg); color: var(--bg);
  transition: transform 160ms ease;
}
.landing-enter-button:hover, .button-primary:hover { transform: translateY(-1px); }
.section-heading-row {
  display: flex; align-items: end; justify-content: space-between; gap: 2rem;
  padding: 2rem 0 1.25rem; border-bottom: 1px solid var(--line-strong); margin-bottom: 2rem;
}
.section-heading-row h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; }
.section-heading-copy { max-width: 32rem; margin: 0; color: var(--muted); }
.magazine-hero, .archive-page, .post-template, .page-template, .static-page, .guide-page {
  padding-top: 2rem; padding-bottom: 4rem;
}
.hero-card { border-bottom: 1px solid var(--line-strong); padding-bottom: 2rem; margin-bottom: 2rem; }
.hero-card a { display: grid; grid-template-columns: 1.3fr 1fr; gap: 1.5rem; align-items: start; }
.hero-card-title { font-size: clamp(2rem, 4vw, 4.2rem); line-height: 0.95; margin: 0 0 1rem; font-weight: 500; }
.eyebrow,.post-card-meta,.post-meta,.footer-copy,.search-note {
  text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.75rem; color: var(--muted);
}
.magazine-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.post-card { border: 1px solid var(--line); background: var(--bg); transition: border-color 160ms ease, transform 160ms ease; }
.post-card:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.post-card-link { display: grid; grid-template-rows: auto 1fr; min-height: 100%; }
.post-card-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-bottom: 1px solid var(--line); }
.post-card-body { padding: 1rem; }
.post-card-title { margin: 0.5rem 0; font-size: 1.4rem; line-height: 1.05; font-weight: 500; }
.post-header,.page-header,.static-header { border-bottom: 1px solid var(--line-strong); padding-bottom: 1rem; margin-bottom: 2rem; }
.post-title,.page-title { margin: 0 0 1rem; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 0.95; font-weight: 500; }
.prose,.page-content,.post-content,.static-prose,.guide-dialogue-box { font-size: 1.125rem; line-height: 1.8; }
.prose a,.page-content a,.post-content a,.static-prose a { text-decoration: underline; text-underline-offset: 0.12em; }
.tag-list,.post-footer,.author-block { margin-top: 2rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tag-list a { border: 1px solid var(--line-strong); padding: 0.45rem 0.7rem; }
.author-block { border-top: 1px solid var(--line); padding-top: 1rem; }
.guide-cover-block { width: min(100%, 360px); margin: 0 auto 2rem; }
.guide-cover-image,.guide-cover-placeholder {
  width: 100%; aspect-ratio: 2 / 3; border: 1px solid var(--line-strong); background: var(--surface);
}
.guide-cover-placeholder { display: grid; place-items: center; font-size: 1rem; letter-spacing: 0.08em; text-transform: uppercase; }
.guide-dialogue-box,.guide-signup-box { border: 1px solid var(--line-strong); padding: 1.25rem; margin-bottom: 1rem; }
.signup-form { display: grid; gap: 0.75rem; }
.signup-form input,.search-input { min-height: 52px; border: 1px solid var(--line-strong); padding: 0 0.9rem; border-radius: 0; width: 100%; }
.form-status { margin: 0; }
.search-drawer {
  position: fixed; inset: 0 0 0 auto; width: min(100%, 480px); background: var(--bg);
  border-left: 1px solid var(--line-strong); transform: translateX(100%); transition: transform 200ms ease; z-index: 50;
}
.search-drawer.is-open { transform: translateX(0); }
.search-drawer-inner { padding: 1.25rem; }
.search-drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.search-drawer-top h2 { margin: 0; }
.search-drawer-top button { font-size: 2rem; line-height: 1; background: none; border: 0; cursor: pointer; }
.search-result-item { border-top: 1px solid var(--line); padding: 0.9rem 0; }
.search-result-item h3 { margin: 0 0 0.25rem; font-size: 1.1rem; }
.site-footer { border-top: 1px solid var(--line-strong); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 0 2rem; }
.footer-nav { display: flex; gap: 1rem; }
.author-heading-row { align-items: center; }
.author-avatar {
  width: 88px; height: 88px; object-fit: cover; border-radius: 50%; border: 1px solid var(--line-strong);
}
.pagination { display: flex; justify-content: center; align-items: center; gap: 1rem; padding-top: 2rem; }
.pagination a { border: 1px solid var(--line-strong); padding: 0.6rem 0.9rem; }
.kg-width-wide { position: relative; width: 85vw; min-width: 100%; margin: 2rem auto; transform: translateX(calc(50vw - 50%)); left: 50%; }
.kg-width-full { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.kg-image-card,.kg-gallery-card,.kg-embed-card { margin: 2rem 0; }
.kg-image,.kg-gallery-image img { width: 100%; height: auto; }
.kg-gallery-container { display: flex; flex-direction: column; gap: 0.75rem; }
.kg-gallery-row { display: flex; gap: 0.75rem; }
.kg-gallery-image { flex: 1; }
.kg-bookmark-card, .kg-callout-card, .kg-toggle-card, .kg-file-card, .kg-product-card, .kg-header-card, .kg-signup-card {
  margin: 2rem 0;
}
.fluid-width-video-wrapper { position: relative; overflow: hidden; padding-top: 56.25%; }

.coin-divider-section {
  padding: 0.25rem 0 2.75rem;
}

.coin-divider-wrap {
  display: flex;
  justify-content: center;
}

.yin-yang-coin {
  position: relative;
  width: clamp(60px, 6vw, 92px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform-style: preserve-3d;
  animation: coin-spin 5.8s linear infinite;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.12));
}

.yin-yang-coin::before,
.yin-yang-coin::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  backface-visibility: hidden;
}

.yin-yang-coin::before {
  background: radial-gradient(circle at center, rgba(255,255,255,0) 72%, rgba(0,0,0,0.12) 73%, rgba(0,0,0,0.12) 100%);
  transform: translateZ(2px);
}

.yin-yang-coin::after {
  background: linear-gradient(180deg, rgba(255,255,255,0.55), rgba(17,17,17,0.7));
  transform: translateZ(-2px) rotateY(180deg);
}

.yin-yang-coin-face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  backface-visibility: hidden;
  transform: translateZ(3px);
}

@keyframes coin-spin {
  0% {
    transform: perspective(900px) rotateX(16deg) rotateY(0deg);
  }
  100% {
    transform: perspective(900px) rotateX(16deg) rotateY(360deg);
  }
}

@media (max-width: 1000px) {
  .magazine-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-card a { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .site-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-header.is-open .site-nav {
    display: flex; position: absolute; left: 0; right: 0; top: 72px; background: var(--bg);
    border-bottom: 1px solid var(--line-strong); padding: 1rem; flex-direction: column; align-items: flex-start;
  }
  .magazine-grid { grid-template-columns: 1fr; }
  .section-heading-row, .footer-inner { flex-direction: column; align-items: flex-start; }
}


.post-card-excerpt {
  margin: 0.65rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.hero-card-excerpt {
  max-width: 36rem;
  color: var(--muted);
  line-height: 1.6;
}

.section-heading-row--section {
  padding: 0 0 1.35rem;
  margin-bottom: 2rem;
  align-items: center;
}

.section-heading-row--section h2,
.section-heading-row--section h1 {
  font-size: clamp(1.85rem, 3vw, 2.8rem);
}

.magazine-hero {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
}

.hero-card {
  padding-bottom: 0;
  margin-bottom: 0;
}

.coin-divider-section {
  position: relative;
  padding: 3.5rem 0 4.5rem;
}

.coin-divider-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
}

.coin-matrix {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.055) 0.5px, transparent 0.5px),
    linear-gradient(90deg, rgba(0,0,0,0.045) 0.5px, transparent 0.5px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle at center, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 45%, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at center, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 45%, transparent 78%);
  pointer-events: none;
}

.yin-yang-coin {
  width: clamp(96px, 8vw, 132px);
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.12));
}

.newsletter-panel-top-section {
  padding-top: 2.75rem;
  padding-bottom: 7rem;
}

.newsletter-panel-top {
  display: grid;
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
  gap: 1.75rem;
  align-items: stretch;
  border: 1px solid var(--line-strong);
  background: var(--bg);
  padding: 1.5rem;
  width: min(100%, 1080px);
  margin: 0 auto;
}

.newsletter-panel-top__cover {
  display: flex;
  align-items: stretch;
}

.newsletter-panel-top__cover img,
.newsletter-panel-top__cover-placeholder {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  border: 1px solid var(--line);
  background: var(--surface);
}

.newsletter-panel-top__cover-placeholder {
  display: grid;
  place-items: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.newsletter-panel-top__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-panel-top__kicker {
  margin: 0 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: var(--muted);
}

.newsletter-panel-top__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.96;
  font-weight: 500;
}

.newsletter-panel-top__copy {
  margin: 0.9rem 0 1.35rem;
  max-width: 38rem;
  color: var(--muted);
  line-height: 1.65;
}

.newsletter-panel-top__form,
.newsletter-panel-top__member-actions {
  width: 100%;
}

.newsletter-panel-top__field-wrap {
  display: block;
  width: 100%;
}

.newsletter-panel-top__field-wrap input {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line-strong);
  padding: 0 0.95rem;
  background: var(--bg);
}

.newsletter-panel-top__button {
  width: 100%;
  min-height: 54px;
  margin-top: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  background: var(--fg);
  color: var(--bg);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.newsletter-panel-top__status {
  margin-top: 0.8rem;
}

.section-block--feed {
  padding-top: 0;
  padding-bottom: 6.25rem;
}

.magazine-feed-section {
  padding-top: 0;
  padding-bottom: 6.25rem;
}

.magazine-grid,
.magazine-grid--section {
  gap: 1.85rem;
}

.site-nav .nav-join a,
.site-nav .nav-join {
  font-weight: 700;
}

.site-nav .nav-join a {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
}

.site-nav .nav-join a::after {
  display: none;
}

@media (max-width: 1000px) {
  .site-nav .nav { gap: 0.8rem; }
  .newsletter-panel-top {
    grid-template-columns: 160px minmax(0, 1fr);
    width: min(100%, 940px);
  }
}

@media (max-width: 760px) {
  .coin-divider-section {
    padding: 2.75rem 0 3.5rem;
  }

  .site-nav .nav {
    flex-direction: column; align-items: flex-start; width: 100%;
  }

  .newsletter-panel-top {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .newsletter-panel-top__cover {
    max-width: 220px;
  }

  .newsletter-panel-top__title {
    font-size: 2rem;
  }
}

/* v6 editorial breathing pass */
:root {
  --thread: rgba(255, 255, 255, 0.52);
  --thread-soft: rgba(255, 255, 255, 0.28);
  --thread-faint: rgba(255, 255, 255, 0.14);
}

.site-header {
  border-bottom: 0;
  background: var(--bg);
}

.site-header::after {
  content: '';
  display: block;
  width: min(calc(100% - 4.5rem), var(--container));
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, var(--thread-soft) 8%, var(--thread) 50%, var(--thread-soft) 92%, transparent);
  transform: scaleY(0.55);
  transform-origin: center;
}

.header-inner {
  min-height: 92px;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.site-nav,
.site-nav .nav {
  gap: 1.35rem;
}

.magazine-hero {
  padding-top: 4.75rem;
  padding-bottom: 4.85rem;
}

.hero-card {
  border-bottom: 0;
  position: relative;
  padding-bottom: 3.9rem;
}

.hero-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--thread-soft) 6%, var(--thread) 50%, var(--thread-soft) 94%, transparent);
  transform: scaleY(0.55);
  transform-origin: center;
}

.hero-card a {
  gap: clamp(2rem, 5vw, 4.5rem);
}

.coin-divider-section {
  padding: 5.25rem 0 5.75rem;
}

.coin-divider-wrap {
  min-height: 176px;
}

.yin-yang-coin {
  width: clamp(120px, 9vw, 158px);
}

.coin-matrix {
  opacity: 0.45;
}

.newsletter-panel-top-section {
  padding-top: 3.75rem;
  padding-bottom: 8.5rem;
}

.newsletter-panel-top {
  grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.75rem);
  width: min(100%, 980px);
  padding: clamp(1.55rem, 3vw, 2.3rem);
  border-color: var(--thread);
  border-width: 0.75px;
  align-items: center;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.025) inset;
}

.newsletter-panel-top__cover {
  align-items: center;
  justify-content: center;
}

.newsletter-panel-top__cover img,
.newsletter-panel-top__cover-placeholder {
  width: min(100%, 230px);
  aspect-ratio: 0.68 / 1;
  object-fit: cover;
  border-color: var(--thread-soft);
  border-width: 0.75px;
  background: rgba(255,255,255,0.045);
}

.newsletter-panel-top__content {
  text-align: center;
  align-items: center;
}

.newsletter-panel-top__title,
.newsletter-panel-top__copy,
.newsletter-panel-top__form,
.newsletter-panel-top__member-actions {
  max-width: 620px;
  width: 100%;
}

.newsletter-panel-top__copy {
  margin-left: auto;
  margin-right: auto;
}

.newsletter-panel-top__field-wrap input,
.newsletter-panel-top__button {
  border-color: var(--thread);
  border-width: 0.75px;
}

.newsletter-panel-top__button {
  background: var(--fg);
  color: var(--bg);
}

.section-block--feed,
.magazine-feed-section {
  padding-top: 0;
  padding-bottom: 8.75rem;
}

.section-heading-row--section {
  position: relative;
  border-bottom: 0;
  margin-bottom: 3.2rem;
  padding: 0 0 2.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
}

.section-heading-row--section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--thread-soft) 8%, var(--thread) 55%, var(--thread-soft) 92%, transparent);
  transform: scaleY(0.55);
}

.section-heading-text {
  text-align: right;
  max-width: 520px;
}

.section-heading-row--section h1,
.section-heading-row--section h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  font-size: clamp(2.35rem, 4.4vw, 4.9rem);
  line-height: 0.9;
  font-weight: 600;
}

.section-heading-row--section .section-heading-copy {
  margin: 0.7rem 0 0 auto;
  max-width: 31rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  line-height: 1.6;
  color: var(--muted);
}

.section-heading-thread {
  height: 36px;
  min-width: 180px;
  position: relative;
  opacity: 0.85;
}

.section-heading-thread::before,
.section-heading-thread::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  transform: translateY(-50%) scaleY(0.55);
  background: linear-gradient(90deg, transparent, var(--thread-soft) 8%, var(--thread) 45%, transparent 82%);
}

.section-heading-thread::after {
  width: min(42%, 260px);
  left: auto;
  right: 0;
  top: 46%;
  transform: translateY(-50%) rotate(-1.8deg) scaleY(0.55);
  background: linear-gradient(90deg, transparent, var(--thread), transparent);
  filter: blur(0.1px);
}

.magazine-grid,
.magazine-grid--section {
  gap: 2.8rem 2rem;
}

.post-card {
  border-color: var(--thread-soft);
  border-width: 0.75px;
}

.post-card-media img {
  border-bottom-color: var(--thread-soft);
  border-bottom-width: 0.75px;
}

.post-card-body {
  padding: 1.35rem 1.35rem 2.35rem;
}

.post-card-excerpt {
  margin-bottom: 0;
  padding-bottom: 0.65rem;
}

.site-footer {
  border-top: 0;
  position: relative;
}

.site-footer::before {
  content: '';
  display: block;
  width: min(calc(100% - 4.5rem), var(--container));
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, var(--thread-soft) 8%, var(--thread) 50%, var(--thread-soft) 92%, transparent);
  transform: scaleY(0.55);
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 80px;
  }

  .newsletter-panel-top {
    grid-template-columns: 1fr;
    width: min(100%, 720px);
  }

  .newsletter-panel-top__cover img,
  .newsletter-panel-top__cover-placeholder {
    width: min(100%, 210px);
  }

  .section-heading-row--section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .section-heading-text {
    text-align: left;
  }

  .section-heading-row--section .section-heading-copy {
    margin-left: 0;
  }

  .section-heading-thread {
    order: 2;
    min-width: 100%;
  }
}

@media (max-width: 760px) {
  .site-header::after,
  .site-footer::before {
    width: min(calc(100% - 2rem), var(--container));
  }

  .magazine-hero {
    padding-top: 2.75rem;
    padding-bottom: 3.5rem;
  }

  .coin-divider-section {
    padding: 3.75rem 0 4.25rem;
  }

  .newsletter-panel-top-section {
    padding-bottom: 6.5rem;
  }

  .newsletter-panel-top {
    padding: 1.25rem;
  }

  .section-block--feed,
  .magazine-feed-section {
    padding-bottom: 6.5rem;
  }
}

/* v7 newsletter object layout + stronger editorial spacing */
.newsletter-panel-top-section {
  padding-top: clamp(5.5rem, 8vw, 9rem);
  padding-bottom: clamp(9rem, 12vw, 14rem);
}

.newsletter-panel-top {
  width: min(100%, 1080px);
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: clamp(3.25rem, 6vw, 6.5rem);
  align-items: center;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.newsletter-panel-top__cover {
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.newsletter-panel-top__cover img,
.newsletter-panel-top__cover-placeholder {
  width: min(100%, 320px);
  aspect-ratio: 0.68 / 1;
  object-fit: cover;
  border: 0.65px solid var(--thread-faint);
  background: rgba(255,255,255,0.035);
}

.newsletter-panel-top__content {
  text-align: center;
  align-items: center;
  padding: clamp(0.5rem, 2vw, 1rem) 0;
  border: 0;
}

.newsletter-panel-top__kicker {
  margin-bottom: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--thread-soft);
}

.newsletter-panel-top__title {
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.92;
  margin-bottom: 1.45rem;
}

.newsletter-panel-top__copy {
  max-width: 680px;
  margin: 0 auto clamp(2.4rem, 4vw, 3.8rem);
  font-size: clamp(1.12rem, 1.6vw, 1.45rem);
  line-height: 1.55;
}

.newsletter-panel-top__title,
.newsletter-panel-top__copy,
.newsletter-panel-top__form,
.newsletter-panel-top__member-actions {
  max-width: 720px;
}

.newsletter-panel-top__field-wrap input {
  min-height: 68px;
  border: 0.65px solid var(--thread-soft);
  padding: 0 1.2rem;
  font-size: 1.08rem;
  background: transparent;
}

.newsletter-panel-top__button {
  min-height: 72px;
  margin-top: 1.05rem;
  border: 0.65px solid var(--thread-soft);
  letter-spacing: 0.18em;
}

.newsletter-panel-top__status {
  margin-top: 1.35rem;
}

.section-heading-row--section {
  margin-bottom: clamp(5.25rem, 7vw, 7.75rem);
  padding-bottom: clamp(2.8rem, 4vw, 4.5rem);
}

.section-heading-row--section::after {
  background: linear-gradient(90deg, transparent 0%, var(--thread-soft) 9%, rgba(255,255,255,0.68) 52%, var(--thread-soft) 90%, transparent 100%);
  transform: scaleY(0.7);
}

.section-heading-thread {
  opacity: 1;
}

.section-heading-thread::before {
  background: linear-gradient(90deg, transparent 0%, var(--thread-soft) 8%, rgba(255,255,255,0.72) 42%, transparent 84%);
  transform: translateY(-50%) scaleY(0.75);
}

.section-heading-thread::after {
  transform: translateY(-50%) rotate(-2.2deg) scaleY(0.72);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.74), transparent);
}

.magazine-grid,
.magazine-grid--section {
  gap: clamp(3rem, 5vw, 4.75rem) clamp(1.75rem, 3vw, 2.75rem);
}

.post-card-body {
  padding-bottom: 3rem;
}

@media (max-width: 900px) {
  .newsletter-panel-top {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    width: min(100%, 720px);
  }

  .newsletter-panel-top__cover img,
  .newsletter-panel-top__cover-placeholder {
    width: min(100%, 260px);
  }

  .newsletter-panel-top__title {
    font-size: clamp(2.65rem, 10vw, 4rem);
  }
}

/* v8 edge-tension inset pass: nav slightly in, section titles more in */
.site-header .header-inner {
  width: min(calc(100% - clamp(2.5rem, 4.2vw, 5rem)), var(--container));
  padding-left: clamp(0.75rem, 1.4vw, 1.6rem);
  padding-right: clamp(0.75rem, 1.4vw, 1.6rem);
}

.site-nav {
  margin-right: clamp(0.4rem, 1vw, 1.15rem);
}

.section-heading-row--section {
  padding-left: clamp(0.5rem, 1.5vw, 1.5rem);
  padding-right: clamp(1.75rem, 4vw, 4.75rem);
}

.section-heading-row--section .section-heading-text {
  padding-right: clamp(1rem, 2.6vw, 3.25rem);
}

@media (max-width: 900px) {
  .site-header .header-inner {
    width: min(calc(100% - 1.75rem), var(--container));
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .site-nav {
    margin-right: 0;
  }

  .section-heading-row--section {
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading-row--section .section-heading-text {
    padding-right: 0;
  }
}


/* v9 centered editorial section titles: subtitle above title + stronger thread */
.section-heading-row--section {
  display: block;
  position: relative;
  min-height: clamp(13rem, 18vw, 20rem);
  margin-bottom: clamp(6.5rem, 8vw, 9rem);
  padding: clamp(4.5rem, 7vw, 8rem) clamp(3rem, 6vw, 7rem) clamp(4.25rem, 6vw, 6.75rem);
  overflow: visible;
}

.section-heading-row--section::after {
  left: clamp(1.5rem, 3vw, 3.75rem);
  right: clamp(1.5rem, 3vw, 3.75rem);
  bottom: 0;
  opacity: 0.48;
}

.section-heading-thread {
  position: absolute;
  left: calc(-1 * clamp(0.5rem, 1vw, 1.5rem));
  right: 48%;
  top: 47%;
  min-width: 0;
  height: 42px;
  opacity: 1;
  pointer-events: none;
}

.section-heading-thread::before {
  height: 1px;
  transform: translateY(-50%) rotate(-0.6deg) scaleY(0.92);
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.18) 12%, rgba(255,255,255,0.54) 50%, rgba(255,255,255,0.26) 78%, transparent 100%);
}

.section-heading-thread::after {
  width: min(44%, 360px);
  right: -3%;
  top: 42%;
  transform: translateY(-50%) rotate(-2.8deg) scaleY(0.86);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.72), rgba(255,255,255,0.22), transparent);
}

.section-heading-text {
  position: relative;
  z-index: 2;
  max-width: none;
  text-align: center;
  padding-right: 0 !important;
}

.section-heading-row--section .section-heading-copy {
  max-width: none;
  margin: 0 auto clamp(0.75rem, 1.2vw, 1.15rem);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: clamp(0.72rem, 1vw, 0.95rem);
  line-height: 1.45;
  color: rgba(255,255,255,0.62);
}

.section-heading-row--section h1,
.section-heading-row--section h2 {
  text-align: center;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: normal;
  text-wrap: balance;
  font-size: clamp(3.2rem, 7.1vw, 7.4rem);
  letter-spacing: 0.085em;
  line-height: 0.88;
}

.magazine-grid,
.magazine-grid--section {
  margin-top: 0;
}

@media (max-width: 900px) {
  .section-heading-row--section {
    min-height: auto;
    padding: 4.25rem 1rem 4rem;
    margin-bottom: 4.75rem;
  }

  .section-heading-thread {
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0.5;
  }

  .section-heading-row--section h1,
  .section-heading-row--section h2 {
    font-size: clamp(2.65rem, 12vw, 4.5rem);
    letter-spacing: 0.055em;
  }
}


/* v10 expressive approach line + slightly smaller section titles */
.section-heading-row--section {
  min-height: clamp(12rem, 16vw, 18rem);
  padding-top: clamp(4.25rem, 6vw, 7rem);
  padding-bottom: clamp(4rem, 5.5vw, 6.25rem);
}

.section-heading-row--section h1,
.section-heading-row--section h2 {
  font-size: clamp(2.9rem, 6.15vw, 6.35rem);
  letter-spacing: 0.075em;
  line-height: 0.92;
}

.section-heading-row--section .section-heading-copy {
  margin-bottom: clamp(0.55rem, 0.85vw, 0.9rem);
  letter-spacing: 0.2em;
}

.section-heading-thread {
  left: clamp(0.75rem, 2.25vw, 3rem);
  right: auto;
  width: min(42vw, 720px);
  top: 44%;
  height: 72px;
  opacity: 0.82;
  transform: translateY(-50%);
}

.section-heading-thread::before,
.section-heading-thread::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0;
  transform: none;
}

.section-heading-thread::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 72' preserveAspectRatio='none'%3E%3Cpath d='M0 44 C105 44 142 43 205 40 C265 37 310 30 350 36 C388 42 420 52 455 47 C492 42 513 28 554 31 C598 34 631 45 668 38 C703 31 727 25 760 25' fill='none' stroke='rgba(255,255,255,0.56)' stroke-width='1.15' stroke-linecap='round'/%3E%3C/svg%3E");
}

.section-heading-thread::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 72' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0'/%3E%3Cstop offset='0.16' stop-color='white' stop-opacity='0.18'/%3E%3Cstop offset='0.58' stop-color='white' stop-opacity='0.34'/%3E%3Cstop offset='0.86' stop-color='white' stop-opacity='0.74'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 47 C98 47 155 45 223 40 C294 35 335 23 384 32 C432 41 466 56 505 49 C548 41 565 24 617 29 C675 35 713 44 760 33' fill='none' stroke='url(%23g)' stroke-width='0.65' stroke-linecap='round'/%3E%3C/svg%3E");
  opacity: 0.9;
}

@media (max-width: 900px) {
  .section-heading-thread {
    width: 56vw;
    left: 0;
    top: 43%;
    opacity: 0.5;
  }

  .section-heading-row--section h1,
  .section-heading-row--section h2 {
    font-size: clamp(2.4rem, 10vw, 4.05rem);
    letter-spacing: 0.055em;
  }
}


/* v11 — keep the expressive thread away from the title; lead into it, don't cross it */
.section-heading-row--section {
  position: relative;
  overflow: hidden;
}

.section-heading-row--section h1,
.section-heading-row--section h2 {
  font-size: clamp(2.65rem, 5.55vw, 5.85rem);
  letter-spacing: 0.078em;
  position: relative;
  z-index: 2;
}

.section-heading-row--section .section-heading-copy {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(0.55rem, 0.8vw, 0.85rem);
}

.section-heading-thread {
  left: 0;
  right: auto;
  width: min(38vw, 690px);
  top: 35%;
  height: 92px;
  opacity: 0.72;
  transform: none;
  z-index: 1;
}

.section-heading-thread::before,
.section-heading-thread::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0;
  transform: none;
}

.section-heading-thread::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 92' preserveAspectRatio='none'%3E%3Cpath d='M0 72 C85 72 132 70 191 63 C246 56 277 44 318 49 C357 54 382 69 421 61 C459 53 475 29 517 26 C560 23 594 40 634 35 C682 29 716 20 760 20' fill='none' stroke='rgba(255,255,255,0.50)' stroke-width='1.05' stroke-linecap='round'/%3E%3C/svg%3E");
}

.section-heading-thread::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 92' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0'/%3E%3Cstop offset='0.16' stop-color='white' stop-opacity='0.18'/%3E%3Cstop offset='0.52' stop-color='white' stop-opacity='0.42'/%3E%3Cstop offset='0.80' stop-color='white' stop-opacity='0.64'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 74 C95 74 144 69 205 60 C267 51 303 34 347 42 C391 50 413 70 454 60 C496 50 506 19 555 18 C606 17 638 39 687 31 C719 26 738 19 760 16' fill='none' stroke='url(%23g)' stroke-width='0.72' stroke-linecap='round'/%3E%3C/svg%3E");
  opacity: 0.95;
}

@media (max-width: 900px) {
  .section-heading-thread {
    width: 42vw;
    top: 35%;
    opacity: 0.5;
  }
  .section-heading-row--section h1,
  .section-heading-row--section h2 {
    font-size: clamp(2.15rem, 8.6vw, 3.65rem);
  }
}


/* v12 directed thread: upper-left gesture leading toward center of title, not through it */
.section-heading-row--section {
  position: relative;
  overflow: hidden;
}

.section-heading-row--section h1,
.section-heading-row--section h2 {
  font-size: clamp(2.75rem, 5.65vw, 5.85rem);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 3;
}

.section-heading-row--section .section-heading-copy {
  position: relative;
  z-index: 3;
}

.section-heading-thread {
  position: absolute;
  left: clamp(2rem, 5vw, 6.5rem);
  top: 29%;
  width: min(43vw, 760px);
  height: clamp(70px, 8vw, 120px);
  opacity: 0.88;
  z-index: 1;
  pointer-events: none;
  transform: none;
}

.section-heading-thread::before,
.section-heading-thread::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  border: 0;
  transform: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section-heading-thread::before {
  opacity: 0.92;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 820 130' preserveAspectRatio='none'%3E%3Cpath d='M0 79 C44 80 48 20 79 20 C115 20 101 112 145 110 C190 108 185 26 225 28 C264 30 252 112 300 105 C346 98 361 57 404 48 C461 36 523 38 576 26 C606 19 628 18 641 27 C652 35 638 47 653 52 C678 60 724 36 761 46 C786 53 793 70 820 74' fill='none' stroke='rgba(255,255,255,0.78)' stroke-width='1.35' stroke-linecap='round'/%3E%3C/svg%3E");
}

.section-heading-thread::after {
  opacity: 0.48;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 820 130' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0'/%3E%3Cstop offset='0.16' stop-color='white' stop-opacity='0.2'/%3E%3Cstop offset='0.72' stop-color='white' stop-opacity='0.42'/%3E%3Cstop offset='0.93' stop-color='white' stop-opacity='0.78'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M5 83 C56 82 59 31 88 33 C124 36 113 104 153 103 C193 102 197 45 234 44 C277 43 276 104 324 98 C381 91 407 60 468 54 C520 49 555 46 597 36 C630 28 647 33 661 43 C676 54 683 58 704 55 C740 50 771 56 808 77' fill='none' stroke='url(%23g)' stroke-width='0.75' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media (max-width: 900px) {
  .section-heading-thread {
    left: -4vw;
    top: 27%;
    width: 68vw;
    opacity: 0.58;
  }

  .section-heading-row--section h1,
  .section-heading-row--section h2 {
    font-size: clamp(2.15rem, 9vw, 3.75rem);
  }
}


/* v13: floating divider line — completely detached from section text */
.section-heading-row--section {
  position: relative;
  overflow: hidden;
}

.section-heading-row--section h1,
.section-heading-row--section h2 {
  position: relative;
  z-index: 3;
  font-size: clamp(2.8rem, 5.85vw, 6rem);
  letter-spacing: 0.08em;
}

.section-heading-row--section .section-heading-copy {
  position: relative;
  z-index: 3;
  margin-bottom: clamp(0.65rem, 0.9vw, 1rem);
}

.section-heading-thread {
  position: absolute;
  left: clamp(2.5rem, 5vw, 7rem);
  top: 20%;
  width: min(38vw, 680px);
  height: clamp(48px, 5vw, 82px);
  opacity: 0.66;
  z-index: 1;
  pointer-events: none;
  transform: none;
}

.section-heading-thread::before,
.section-heading-thread::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  border: 0;
  transform: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section-heading-thread::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 90' preserveAspectRatio='none'%3E%3Cpath d='M0 54 C85 57 110 20 175 28 C233 35 240 66 304 62 C371 58 403 29 466 34 C523 39 541 62 600 57 C660 52 693 31 760 37' fill='none' stroke='rgba(255,255,255,0.58)' stroke-width='1.05' stroke-linecap='round'/%3E%3C/svg%3E");
}

.section-heading-thread::after {
  opacity: 0.36;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 90' preserveAspectRatio='none'%3E%3Cpath d='M0 59 C92 60 125 30 182 35 C244 41 254 70 318 66 C386 62 423 36 481 41 C537 46 552 65 612 61 C674 57 704 39 760 44' fill='none' stroke='rgba(255,255,255,0.42)' stroke-width='0.6' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media (max-width: 900px) {
  .section-heading-thread {
    left: 1.25rem;
    top: 17%;
    width: 58vw;
    opacity: 0.48;
  }
}


/* v14 final detached thread fix — high, faint, no interaction with subtitle/title */
.section-heading-row--section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(7rem, 9vw, 10rem);
  padding-bottom: clamp(5.5rem, 7vw, 8rem);
}

.section-heading-row--section h1,
.section-heading-row--section h2 {
  position: relative;
  z-index: 4;
  font-size: clamp(2.7rem, 5.45vw, 5.65rem);
  letter-spacing: 0.08em;
}

.section-heading-row--section .section-heading-copy {
  position: relative;
  z-index: 4;
  margin-bottom: clamp(0.75rem, 1vw, 1.15rem);
}

.section-heading-thread {
  position: absolute !important;
  left: clamp(3rem, 5.5vw, 7rem) !important;
  top: clamp(2.3rem, 3.2vw, 4rem) !important;
  width: min(34vw, 610px) !important;
  height: clamp(38px, 4vw, 64px) !important;
  opacity: 0.42 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  transform: none !important;
}

.section-heading-thread::before,
.section-heading-thread::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  transform: none !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.section-heading-thread::before {
  opacity: 0.72 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 72' preserveAspectRatio='none'%3E%3Cpath d='M0 42 C82 43 102 22 170 26 C230 30 246 51 314 48 C382 45 420 25 485 29 C548 33 586 49 650 43 C684 40 704 35 720 34' fill='none' stroke='rgba(255,255,255,0.52)' stroke-width='0.95' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

.section-heading-thread::after {
  opacity: 0.24 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 72' preserveAspectRatio='none'%3E%3Cpath d='M0 48 C92 48 122 30 184 34 C246 38 266 56 334 53 C404 50 436 34 500 37 C568 40 604 54 666 49 C694 47 710 43 720 42' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='0.55' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

@media (max-width: 900px) {
  .section-heading-row--section {
    padding-top: clamp(5.5rem, 15vw, 7rem);
  }

  .section-heading-thread {
    left: 1.5rem !important;
    top: 1.9rem !important;
    width: 46vw !important;
    opacity: 0.32 !important;
  }
}


/* v15 newsletter book-cover box text refinement ONLY */
.newsletter-panel-top__title {
  text-transform: uppercase !important;
  font-size: clamp(1.85rem, 3.1vw, 3rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0.09em !important;
}

.newsletter-panel-top__copy {
  font-variant: small-caps !important;
  text-transform: lowercase !important;
  letter-spacing: 0.075em !important;
  line-height: 1.55 !important;
  max-width: 42rem;
}

.newsletter-panel-top__kicker {
  text-transform: uppercase !important;
  letter-spacing: 0.24em !important;
}


/* v16 top carousel + remove bottom Latest */
.latest-section,
.latest-feed,
.archive-page--latest,
section[aria-label="Latest"],
section[data-section="latest"] {
  display: none !important;
}

.top-carousel-section {
  width: min(100% - 4rem, 1180px);
  margin: clamp(5rem, 7vw, 8.5rem) auto clamp(5.5rem, 7.5vw, 9rem);
  padding: 0;
}

.top-carousel-shell {
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.16);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: clamp(1.4rem, 2vw, 2rem) 0;
}

.top-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 29%);
  gap: clamp(1rem, 1.7vw, 1.6rem);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  padding: 0.25rem 0 0.6rem;
}

.top-carousel-track::-webkit-scrollbar {
  height: 2px;
}

.top-carousel-track::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.28);
}

.top-carousel-card {
  scroll-snap-align: start;
  border: 1px solid rgba(255,255,255,0.18);
  min-height: 100%;
  background: rgba(255,255,255,0.012);
}

.top-carousel-link {
  display: grid;
  gap: 0.95rem;
  padding: clamp(0.8rem, 1.2vw, 1rem);
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.top-carousel-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06);
  opacity: 0.84;
}

.top-carousel-image--empty {
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
}

.top-carousel-meta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.56);
}

.top-carousel-title {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  line-height: 1.12;
  letter-spacing: 0.015em;
  color: rgba(255,255,255,0.92);
}

/* Give the rotating symbol more room after the carousel */
.coin-divider,
.yin-yang-divider,
.yinyang-divider,
.magazine-coin-divider {
  margin-top: clamp(5.25rem, 7vw, 8.5rem) !important;
  margin-bottom: clamp(5.25rem, 7vw, 8.5rem) !important;
}

@media (max-width: 760px) {
  .top-carousel-section {
    width: min(100% - 2rem, 1180px);
    margin-top: 4rem;
    margin-bottom: 4.75rem;
  }

  .top-carousel-track {
    grid-auto-columns: minmax(210px, 78%);
  }
}


/* v17 carousel: titled, curved/depth treatment, no visible browser scrollbar */
.top-carousel-section {
  width: min(100% - 5rem, 1160px) !important;
  margin: clamp(5.5rem, 8vw, 9rem) auto clamp(6rem, 8vw, 9.5rem) !important;
  padding: 0 !important;
}

.section-heading-row--carousel {
  position: relative;
  min-height: clamp(9rem, 12vw, 13rem);
  padding: clamp(3.5rem, 5vw, 5.75rem) 0 clamp(3.25rem, 4.75vw, 5rem);
  text-align: center;
  overflow: hidden;
}

.section-heading-row--carousel h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.6vw, 5.1rem);
  line-height: 0.95;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.section-heading-row--carousel .section-heading-copy {
  margin: 0 0 clamp(0.65rem, 1vw, 1rem);
  font-size: clamp(0.72rem, 0.8vw, 0.86rem);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.56);
}

.top-carousel-shell {
  position: relative;
  border: 0 !important;
  padding: clamp(1.25rem, 2vw, 2rem) clamp(2.75rem, 4vw, 4.25rem);
  overflow: visible;
  isolation: isolate;
  perspective: 1200px;
}

.top-carousel-shell::before,
.top-carousel-shell::after {
  content: "";
  position: absolute;
  left: clamp(2.25rem, 4vw, 4.5rem);
  right: clamp(2.25rem, 4vw, 4.5rem);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transform-origin: center;
  opacity: 0.58;
}

.top-carousel-shell::before {
  top: 0;
  border-radius: 999px;
  transform: perspective(900px) rotateX(58deg) scaleX(0.92);
}

.top-carousel-shell::after {
  bottom: 0;
  border-radius: 999px;
  transform: perspective(900px) rotateX(-58deg) scaleX(0.92);
  opacity: 0.38;
}

.top-carousel-track {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(210px, 27%) !important;
  gap: clamp(1.2rem, 2vw, 2rem) !important;
  overflow-x: auto !important;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: clamp(0.75rem, 1.2vw, 1.2rem) 0 clamp(1rem, 1.4vw, 1.4rem) !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  transform-style: preserve-3d;
  mask-image: linear-gradient(90deg, transparent 0%, black 7%, black 93%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 7%, black 93%, transparent 100%);
}

.top-carousel-track::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.top-carousel-card {
  scroll-snap-align: center;
  border: 1px solid rgba(255,255,255,0.16) !important;
  min-height: 100%;
  background: rgba(255,255,255,0.01);
  transform: translateZ(0) rotateY(-2deg);
  transition: transform 240ms ease, border-color 240ms ease, opacity 240ms ease;
}

.top-carousel-card:nth-child(even) {
  transform: translateZ(-18px) rotateY(2deg) translateY(0.45rem);
  opacity: 0.9;
}

.top-carousel-card:nth-child(3n) {
  transform: translateZ(-28px) rotateY(-3deg) translateY(-0.25rem);
}

.top-carousel-card:hover {
  transform: translateZ(22px) rotateY(0deg) translateY(-0.15rem);
  border-color: rgba(255,255,255,0.34) !important;
  opacity: 1;
}

.top-carousel-link {
  display: grid;
  gap: 0.95rem;
  padding: clamp(0.85rem, 1.25vw, 1.05rem);
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.top-carousel-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06);
  opacity: 0.84;
}

.top-carousel-meta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.66rem;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.54);
}

.top-carousel-title {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  line-height: 1.12;
  color: rgba(255,255,255,0.92);
}

.top-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: clamp(2rem, 2.8vw, 2.7rem);
  height: clamp(2rem, 2.8vw, 2.7rem);
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 999px;
  background: rgba(0,0,0,0.72);
  color: rgba(255,255,255,0.88);
  font: inherit;
  font-size: clamp(0.95rem, 1.2vw, 1.2rem);
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.top-carousel-arrow:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.62);
  transform: translateY(-50%) scale(1.04);
}

.top-carousel-arrow--left {
  left: 0;
}

.top-carousel-arrow--right {
  right: 0;
}

@media (max-width: 760px) {
  .top-carousel-section {
    width: min(100% - 2rem, 1160px) !important;
    margin-top: 4.75rem !important;
    margin-bottom: 5.25rem !important;
  }

  .top-carousel-shell {
    padding-inline: 2.2rem;
  }

  .top-carousel-track {
    grid-auto-columns: minmax(210px, 76%) !important;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .top-carousel-arrow {
    width: 2rem;
    height: 2rem;
  }
}


/* v18 selected carousel cleanup */

.section-heading-row--carousel {
  min-height: auto !important;
  padding: clamp(3.75rem, 5vw, 5.5rem) 0 clamp(3rem, 4vw, 4rem) !important;
  text-align: center !important;
}

.section-heading-row--carousel .section-heading-thread,
.section-heading-row--carousel::before,
.section-heading-row--carousel::after {
  display: none !important;
  content: none !important;
}

.section-heading-row--carousel .section-heading-copy {
  display: block !important;
  width: 100% !important;
  margin: 0 0 1rem 0 !important;
  text-align: center !important;
  font-size: clamp(0.72rem, 0.82vw, 0.88rem) !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.56) !important;
}

.section-heading-row--carousel h2 {
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: clamp(2.5rem, 5vw, 5.25rem) !important;
  line-height: 0.94 !important;
  letter-spacing: 0.08em !important;
}

.top-carousel-shell {
  border: 0 !important;
  padding-top: 1rem !important;
}

.top-carousel-shell::before,
.top-carousel-shell::after {
  display: none !important;
}

.top-carousel-track {
  padding-top: 0.5rem !important;
}

.section-heading-row--carousel h2,
.section-heading-row--carousel h2::after,
.section-heading-row--carousel h2::before {
  border-bottom: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}


/* v21 hard fix: remove the straight rule under Selected carousel heading */
.section-heading-row.section-heading-row--carousel,
.section-heading-row--carousel {
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  margin-bottom: 0 !important;
}

.section-heading-row.section-heading-row--carousel::before,
.section-heading-row.section-heading-row--carousel::after,
.section-heading-row--carousel::before,
.section-heading-row--carousel::after,
.section-heading-row--carousel .section-heading-thread,
.section-heading-row--carousel .section-heading-thread::before,
.section-heading-row--carousel .section-heading-thread::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
  background-image: none !important;
}

.top-carousel-section,
.top-carousel-section.container {
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.top-carousel-shell,
.top-carousel-shell::before,
.top-carousel-shell::after,
.top-carousel-track,
.top-carousel-track::before,
.top-carousel-track::after {
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* V22 — Library shelf / member-gated book grid */
.library-page {
  padding: clamp(2rem, 5vw, 5rem) 0 clamp(4rem, 7vw, 7rem);
}

.library-hero {
  width: min(100%, 920px);
  margin: 0 auto clamp(2.5rem, 6vw, 5rem);
  text-align: center;
}

.library-kicker,
.library-book-meta {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: var(--muted);
}

.library-title {
  margin: 0;
  font-size: clamp(2.7rem, 7vw, 6.5rem);
  line-height: 0.88;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.library-dek {
  width: min(100%, 660px);
  margin: 1.4rem auto 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
  color: var(--muted);
}

.library-shelf {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.35rem, 3vw, 3rem);
  align-items: start;
}

.library-book-card {
  min-width: 0;
}

.library-book-cover-link {
  display: block;
}

.library-book-cover {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 2 / 3;
  margin: 0 auto 1rem;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  box-shadow: 10px 10px 0 var(--fg);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.library-book-cover::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 10%;
  border-right: 1px solid rgba(0, 0, 0, 0.28);
  background: linear-gradient(90deg, rgba(0,0,0,0.12), rgba(255,255,255,0));
  z-index: 2;
  pointer-events: none;
}

.library-book-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.library-book-cover-placeholder {
  display: grid;
  place-items: center;
  padding: 1.5rem;
  text-align: center;
}

.library-book-cover-placeholder span {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 0.95;
}

.library-book-card:hover .library-book-cover {
  transform: translate(-3px, -3px);
  box-shadow: 14px 14px 0 var(--fg);
}

.library-book-copy {
  width: min(100%, 320px);
  margin: 0 auto;
  text-align: center;
}

.library-book-title {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  font-weight: 500;
}

.library-book-excerpt {
  margin: 0.75rem 0 1rem;
  color: var(--muted);
  line-height: 1.45;
}

.library-book-actions {
  display: flex;
  justify-content: center;
}

.library-book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 0.95rem;
  border: 1px solid var(--line-strong);
  background: var(--bg);
  color: var(--fg);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.library-book-button:hover {
  background: var(--fg);
  color: var(--bg);
  transform: translateY(-1px);
}

.library-empty {
  width: min(100%, 720px);
  margin: 0 auto;
  border: 1px solid var(--line-strong);
  padding: 1.5rem;
}

@media (max-width: 900px) {
  .library-shelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .library-shelf {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .library-book-cover,
  .library-book-copy {
    width: min(100%, 280px);
  }
}

/* V23 — Library intro now pulls from editable Ghost Page: slug `library` */
.library-dek p {
  margin: 0 0 0.65rem;
}

.library-dek p:last-child {
  margin-bottom: 0;
}

/* v27 — Join page: restrained hero + centered membership cards */
.join-page {
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 10vw, 8rem);
}

.join-hero {
  text-align: center;
  padding-bottom: clamp(2.25rem, 5vw, 4.5rem);
  margin-bottom: clamp(2.25rem, 5vw, 4.5rem);
  border-bottom: 1px solid var(--line-strong);
}

.join-kicker,
.join-card-kicker {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  color: var(--muted);
}

.join-hero h1 {
  margin: 0 auto;
  max-width: 780px;
  font-size: clamp(3.25rem, 6.4vw, 6rem);
  line-height: 0.94;
  font-weight: 500;
}

.join-hero p:last-child {
  margin: 1.35rem auto 0;
  max-width: 38rem;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.45;
  color: var(--muted);
}

.join-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.join-card {
  border: 1px solid var(--line-strong);
  padding: clamp(1.75rem, 4vw, 3rem);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.join-card h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 0.95;
  font-weight: 500;
}

.join-card p:not(.join-card-kicker) {
  margin: 0 auto;
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--muted);
}

.join-button {
  margin: 2rem auto 0;
  min-width: 220px;
}

@media (max-width: 760px) {
  .join-grid { grid-template-columns: 1fr; }
  .join-card { min-height: 300px; }
  .join-hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
}


/* v28 join hero single-line refinement */
.join-hero-title,
.join-hero h1 {
    font-size: clamp(3.2rem, 6vw, 5.8rem) !important;
    line-height: 0.92 !important;
    letter-spacing: 0.02em !important;
    font-variant: small-caps !important;
    text-transform: lowercase !important;
    max-width: 1600px !important;
    white-space: nowrap !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.join-membership-grid,
.join-membership-cards {
    align-items: stretch !important;
}

.join-membership-card,
.membership-tier-card {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}

.join-membership-card .button,
.membership-tier-card .button,
.join-membership-card .gh-button,
.membership-tier-card .gh-button {
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-flex !important;
}

@media (max-width: 900px) {
    .join-hero-title,
    .join-hero h1 {
        white-space: normal !important;
        font-size: clamp(3rem, 12vw, 5rem) !important;
    }
}

/* V32 — Homepage language refinements + newsletter marquee */
.newsletter-panel-top__marquee {
  width: 100%;
  overflow: hidden;
  margin: 0 0 clamp(0.7rem, 1vw, 1rem);
  opacity: 0.72;
  transform: perspective(900px) rotateX(18deg) translateZ(-6px);
  transform-origin: center;
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.newsletter-panel-top__marquee-track {
  display: flex;
  width: max-content;
  gap: clamp(1.1rem, 2vw, 2rem);
  white-space: nowrap;
  animation: taoNewsletterMarquee 24s linear infinite;
  will-change: transform;
}

.newsletter-panel-top__marquee-track span {
  font-size: clamp(0.72rem, 0.82vw, 0.9rem);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.64);
}

.newsletter-panel-top__marquee-track span::after {
  content: "•";
  margin-left: clamp(1.1rem, 2vw, 2rem);
  color: rgba(255,255,255,0.34);
}

@keyframes taoNewsletterMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .newsletter-panel-top__marquee-track {
    animation: none;
  }
}


.page-feature-image {
    margin: 3rem auto 0;
    max-width: 100%;
}
.page-feature-image img {
    display: block;
    width: 100%;
    height: auto;
}
.page-feature-image figcaption {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    opacity: 0.65;
    text-align: center;
}

/* v33 — keep selected long section titles intentionally single-line on desktop */
.section-heading-title--singleline {
  white-space: nowrap;
  font-size: clamp(2.35rem, 4.85vw, 5.15rem);
}

@media (max-width: 760px) {
  .section-heading-title--singleline {
    white-space: normal;
    font-size: clamp(2.2rem, 10vw, 3.8rem);
  }
}


/* v34 — force Newsletter Archive title to remain one deliberate line on desktop */
.section-block--newsletter-archive .section-heading-text {
  width: 100% !important;
  max-width: none !important;
}

.section-block--newsletter-archive .section-heading-title--singleline {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  white-space: nowrap !important;
  text-wrap: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  font-size: clamp(2.35rem, 4.6vw, 4.9rem) !important;
  line-height: 0.92 !important;
  letter-spacing: 0.072em !important;
  text-align: center !important;
}

@media (max-width: 980px) {
  .section-block--newsletter-archive .section-heading-title--singleline {
    font-size: clamp(2rem, 8.4vw, 3.6rem) !important;
    white-space: normal !important;
    text-wrap: balance !important;
  }
}


/* v35: backend-uploaded symbol image for landing page + magazine divider */
.yin-yang-coin-image {
  display: block;
  object-fit: contain;
  background: transparent;
}

.landing-symbol {
  width: clamp(74px, 8vw, 118px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -0.35rem 0 0.1rem;
  transform-style: preserve-3d;
  animation: landing-symbol-spin 7.5s linear infinite;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,0.2));
}

.landing-symbol-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

@keyframes landing-symbol-spin {
  0% { transform: perspective(900px) rotateX(14deg) rotateY(0deg); }
  100% { transform: perspective(900px) rotateX(14deg) rotateY(360deg); }
}

@media (max-width: 760px) {
  .landing-symbol { width: clamp(64px, 18vw, 96px); }
}


/* v36: larger uploaded symbol + cleaner landing text area */
.landing-text-box,
.landing-text-echo-box {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.landing-symbol {
  width: clamp(220px, 24vw, 360px) !important;
  margin: -0.15rem 0 0.25rem !important;
}

.coin-divider-wrap {
  min-height: clamp(330px, 28vw, 480px) !important;
  align-items: center;
}

.yin-yang-coin {
  width: clamp(300px, 24vw, 440px) !important;
}

@media (max-width: 760px) {
  .landing-symbol { width: clamp(150px, 46vw, 230px) !important; }
  .coin-divider-wrap { min-height: clamp(220px, 52vw, 320px) !important; }
  .yin-yang-coin { width: clamp(180px, 46vw, 260px) !important; }
}

/* v38 REAL — Join tiers stacked, centered, finer */
.join-grid {
  grid-template-columns: 1fr !important;
  gap: clamp(1.2rem, 2vw, 1.75rem) !important;
  width: min(100%, 760px) !important;
  margin: 0 auto !important;
}

.join-card {
  min-height: auto !important;
  padding: clamp(1.75rem, 3vw, 2.65rem) clamp(1.4rem, 3vw, 2.5rem) !important;
  border: 1px solid rgba(255,255,255,0.64) !important;
  box-shadow: none !important;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
}

.join-card h2 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.join-card p,
.join-card .join-card-kicker,
.join-card .join-card-note {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.join-button {
  margin-left: auto !important;
  margin-right: auto !important;
  align-self: center !important;
}

/* v40 — cinematic latest carousel: one centered card, two partial side cards */
.top-carousel-section,
.top-carousel-section.container {
  width: 100% !important;
  max-width: none !important;
  margin: clamp(5rem, 7vw, 8rem) auto clamp(6rem, 8vw, 9rem) !important;
  overflow: hidden !important;
}

.top-carousel-section .section-heading-row--carousel {
  width: min(100% - 4rem, 1180px) !important;
  margin-inline: auto !important;
}

.top-carousel-shell {
  width: 100% !important;
  max-width: none !important;
  padding: clamp(1.25rem, 2vw, 2rem) 0 !important;
  overflow: hidden !important;
  perspective: 1400px !important;
}

.top-carousel-track {
  display: flex !important;
  grid-auto-flow: unset !important;
  grid-auto-columns: unset !important;
  gap: clamp(2rem, 4vw, 4.5rem) !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-snap-type: x mandatory !important;
  scroll-padding-inline: calc((100vw - min(54vw, 620px)) / 2) !important;
  padding: clamp(1rem, 1.8vw, 1.7rem) calc((100vw - min(54vw, 620px)) / 2) clamp(1.25rem, 2vw, 2rem) !important;
  margin: 0 !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  mask-image: linear-gradient(90deg, transparent 0%, black 15%, black 85%, transparent 100%) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 15%, black 85%, transparent 100%) !important;
}

.top-carousel-track::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.top-carousel-card {
  flex: 0 0 min(54vw, 620px) !important;
  width: min(54vw, 620px) !important;
  scroll-snap-align: center !important;
  min-height: clamp(28rem, 38vw, 38rem) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  background: rgba(255,255,255,0.008) !important;
  opacity: 0.58 !important;
  transform: scale(0.86) translateZ(-80px) !important;
  transform-origin: center !important;
  transition: opacity 260ms ease, transform 260ms ease, border-color 260ms ease !important;
}

.top-carousel-card.is-active {
  opacity: 1 !important;
  transform: scale(1) translateZ(0) !important;
  border-color: rgba(255,255,255,0.32) !important;
}

.top-carousel-card:hover {
  opacity: 1 !important;
  transform: scale(1.01) translateZ(16px) !important;
}

.top-carousel-link {
  padding: clamp(1.1rem, 1.8vw, 1.55rem) !important;
  gap: clamp(1.1rem, 1.4vw, 1.45rem) !important;
}

.top-carousel-image {
  aspect-ratio: 16 / 9.5 !important;
}

.top-carousel-title {
  font-size: clamp(1.45rem, 2vw, 2.25rem) !important;
  line-height: 1.05 !important;
  max-width: 92% !important;
}

.top-carousel-meta {
  font-size: clamp(0.68rem, 0.78vw, 0.82rem) !important;
}

.top-carousel-arrow {
  z-index: 10 !important;
  width: clamp(2.5rem, 3.4vw, 3.6rem) !important;
  height: clamp(2.5rem, 3.4vw, 3.6rem) !important;
  background: rgba(0,0,0,0.78) !important;
}

.top-carousel-arrow--left {
  left: clamp(1rem, 2.4vw, 3rem) !important;
}

.top-carousel-arrow--right {
  right: clamp(1rem, 2.4vw, 3rem) !important;
}

@media (max-width: 900px) {
  .top-carousel-track {
    gap: 1.4rem !important;
    scroll-padding-inline: 1.25rem !important;
    padding-inline: 1.25rem !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }

  .top-carousel-card {
    flex-basis: min(82vw, 420px) !important;
    width: min(82vw, 420px) !important;
    min-height: 0 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .top-carousel-card.is-active,
  .top-carousel-card:hover {
    transform: none !important;
  }

  .top-carousel-title {
    font-size: clamp(1.2rem, 6vw, 1.7rem) !important;
  }
}


/* v41 — universal interior-page rhythm
   Keeps landing/home untouched. Dividers sit with titles, not below featured images. */
.post-template,
.page-template,
.static-page,
.guide-page,
.archive-page,
.library-page,
.join-page {
  padding-top: clamp(4.5rem, 8vw, 8rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.post-header,
.page-header,
.static-header,
.archive-page .section-heading-row,
.author-heading-row {
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: clamp(1.35rem, 2.2vw, 2rem);
  margin-bottom: clamp(2.75rem, 5vw, 4.75rem);
}

.post-title,
.page-title,
.static-header h1,
.archive-page .section-heading-row h1,
.author-heading-row h1 {
  margin-bottom: clamp(1rem, 1.8vw, 1.55rem);
}

.page-dek,
.post-dek,
.section-heading-copy {
  margin-top: clamp(0.85rem, 1.5vw, 1.25rem);
}

.page-feature-image,
.post-feature-image {
  margin: 0 auto clamp(2.75rem, 5vw, 4.5rem);
}

.page-content,
.post-content,
.static-prose {
  margin-top: 0;
}

.library-hero,
.join-hero {
  padding-top: 0;
}

@media (max-width: 700px) {
  .post-template,
  .page-template,
  .static-page,
  .guide-page,
  .archive-page,
  .library-page,
  .join-page {
    padding-top: 3.5rem;
  }

  .post-header,
  .page-header,
  .static-header,
  .archive-page .section-heading-row,
  .author-heading-row {
    margin-bottom: 2.25rem;
  }
}

/* v42 — center and shorten decorative heading lines on homepage feed sections */
.section-block--feed .section-heading-row--section .section-heading-thread {
  left: 50% !important;
  right: auto !important;
  width: min(34vw, 520px) !important;
  transform: translate(-50%, -50%) !important;
}

.section-block--feed .section-heading-row--section {
  overflow: hidden;
}

@media (max-width: 900px) {
  .section-block--feed .section-heading-row--section .section-heading-thread {
    width: min(58vw, 360px) !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}

/* v43 — archive/tag pages: centered title-line composition
   Applies to Interviews/Conversations and Newsletter archive/tag pages.
   Keeps the divider short and centered instead of running full-bleed. */
.archive-page .section-heading-row {
  display: block !important;
  width: min(100%, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  border-bottom: 0 !important;
  position: relative !important;
  padding-top: clamp(1.25rem, 2.5vw, 2.5rem) !important;
  padding-bottom: clamp(2.25rem, 4vw, 3.5rem) !important;
  margin-bottom: clamp(2.75rem, 5vw, 4.75rem) !important;
}

.archive-page .section-heading-row::after {
  content: "";
  display: block;
  width: min(72vw, 960px);
  height: 1px;
  margin: clamp(1.6rem, 2.5vw, 2.4rem) auto 0;
  background: linear-gradient(90deg, transparent 0%, var(--thread-soft) 10%, rgba(255,255,255,0.72) 50%, var(--thread-soft) 90%, transparent 100%);
}

.archive-page .section-heading-row h1 {
  max-width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
  line-height: 0.95 !important;
}

.archive-page .section-heading-row .section-heading-copy {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

@media (max-width: 700px) {
  .archive-page .section-heading-row {
    width: 100% !important;
    padding-bottom: 2rem !important;
  }
  .archive-page .section-heading-row::after {
    width: min(82vw, 520px);
  }
}

/* v44 REAL — unify interior page header/rule system with the cleaner archive pages.
   Applies to standard pages (Origins/Contact/etc), Library, Join, static pages, posts.
   Home, magazine/homepage and landing stay untouched. */
.page-header,
.post-header,
.static-header,
.library-hero,
.join-hero,
.author-heading-row {
  display: block !important;
  width: min(100%, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  border-bottom: 0 !important;
  position: relative !important;
  padding-top: clamp(1.25rem, 2.5vw, 2.5rem) !important;
  padding-bottom: clamp(2.25rem, 4vw, 3.5rem) !important;
  margin-bottom: clamp(2.75rem, 5vw, 4.75rem) !important;
}

.page-header::after,
.post-header::after,
.static-header::after,
.library-hero::after,
.join-hero::after,
.author-heading-row::after {
  content: "";
  display: block;
  width: min(72vw, 960px);
  height: 1px;
  margin: clamp(1.6rem, 2.5vw, 2.4rem) auto 0;
  background: linear-gradient(90deg, transparent 0%, var(--thread-soft) 10%, rgba(255,255,255,0.72) 50%, var(--thread-soft) 90%, transparent 100%);
}

.page-title,
.post-title,
.static-header h1,
.library-title,
.join-hero h1,
.author-heading-row h1 {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  line-height: 0.95 !important;
}

.page-dek,
.post-dek,
.static-header p,
.library-dek,
.join-hero p,
.author-heading-row .section-heading-copy {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* Keep Library intro from becoming too wide while preserving the shared centered rule. */
.library-dek {
  max-width: 860px !important;
}

/* Let the Join header use the shared rule without the old full-width/chunky divider feeling. */
.join-hero {
  border-bottom: 0 !important;
}

@media (max-width: 700px) {
  .page-header,
  .post-header,
  .static-header,
  .library-hero,
  .join-hero,
  .author-heading-row {
    width: 100% !important;
    padding-bottom: 2rem !important;
  }

  .page-header::after,
  .post-header::after,
  .static-header::after,
  .library-hero::after,
  .join-hero::after,
  .author-heading-row::after {
    width: min(82vw, 520px);
  }
}


/* v45 REAL — archive titles caps + Join kicker copy */
.archive-page .section-heading-row h1 {
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

.join-kicker {
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
}


/* v46: clockwise-only symbol rotation + archive title refinements */
@keyframes coin-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes landing-symbol-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.yin-yang-coin,
.landing-symbol {
  animation-direction: normal !important;
  animation-timing-function: linear !important;
}

.archive-page .section-heading-row h1 {
  text-transform: uppercase;
}


/* v48 — homepage archive titles are links but retain title styling */
.section-heading-title-link {
    color: inherit;
    text-decoration: none;
}

.section-heading-title-link:hover,
.section-heading-title-link:focus {
    color: inherit;
    text-decoration: none;
    opacity: 0.72;
}

/* v49 REAL — elegant homepage archive title links */
.section-block--feed .section-heading-text h2,
.section-block--newsletter-archive .section-heading-title--singleline {
  font-size: clamp(1.65rem, 3.05vw, 3.25rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0.115em !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-block--feed .section-heading-title-link {
  display: inline-block !important;
  color: inherit !important;
  text-decoration: none !important;
  text-underline-offset: 0.18em !important;
}

.section-block--feed .section-heading-title-link:hover,
.section-block--feed .section-heading-title-link:focus {
  opacity: 0.68 !important;
}

.section-block--newsletter-archive .section-heading-title--singleline {
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  .section-block--feed .section-heading-text h2,
  .section-block--newsletter-archive .section-heading-title--singleline {
    font-size: clamp(1.65rem, 8vw, 2.85rem) !important;
    white-space: normal !important;
    text-wrap: balance !important;
    letter-spacing: 0.08em !important;
  }
}


/* V50 — newsletter marquee spans the newsletter block above cover/content */
.newsletter-panel-top > .newsletter-panel-top__marquee {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  margin: 0 0 clamp(1.6rem, 3vw, 2.6rem);
}

.newsletter-panel-top__content > .newsletter-panel-top__marquee {
  display: none;
}

@media (max-width: 900px) {
  .newsletter-panel-top > .newsletter-panel-top__marquee {
    margin-bottom: clamp(1.35rem, 5vw, 2rem);
  }
}

/* v51 — tighter Latest heading pair + steadier interior-page top rhythm
   Built from real v50. Keeps landing/homepage structure intact except the Latest carousel heading. */
.section-heading-row--carousel {
  padding-top: clamp(2.6rem, 3.8vw, 4.25rem) !important;
  padding-bottom: clamp(1.35rem, 2.2vw, 2.4rem) !important;
}

.section-heading-row--carousel .section-heading-copy {
  margin-bottom: clamp(0.28rem, 0.55vw, 0.55rem) !important;
}

.section-heading-row--carousel h2 {
  margin-top: 0 !important;
}

.top-carousel-shell {
  padding-top: clamp(0.35rem, 0.9vw, 0.85rem) !important;
}

/* Normalize the space after the nav on all interior/non-home templates. */
.archive-page,
.post-template,
.page-template,
.static-page,
.guide-page,
.library-page,
.join-page {
  padding-top: clamp(2.25rem, 4.6vw, 4.75rem) !important;
}

.page-header,
.post-header,
.static-header,
.library-hero,
.join-hero,
.author-heading-row,
.archive-page .section-heading-row {
  padding-top: clamp(0.6rem, 1.4vw, 1.25rem) !important;
  padding-bottom: clamp(1.9rem, 3.2vw, 3rem) !important;
  margin-bottom: clamp(2.25rem, 4vw, 4rem) !important;
}

.page-header::after,
.post-header::after,
.static-header::after,
.library-hero::after,
.join-hero::after,
.author-heading-row::after,
.archive-page .section-heading-row::after {
  margin-top: clamp(1.15rem, 2vw, 1.85rem) !important;
}

.page-title,
.post-title,
.static-header h1,
.library-title,
.join-hero h1,
.archive-page .section-heading-row h1,
.author-heading-row h1 {
  margin-bottom: clamp(0.45rem, 0.9vw, 0.8rem) !important;
}

@media (max-width: 700px) {
  .archive-page,
  .post-template,
  .page-template,
  .static-page,
  .guide-page,
  .library-page,
  .join-page {
    padding-top: 2.25rem !important;
  }
}


/* v52 — final Latest heading fix
   Force the carousel subtitle/title into one centered vertical title stack.
   This overrides the global .section-heading-row flex layout that was pushing
   the subtitle left and LATEST right. */
.top-carousel-section .section-heading-row--carousel,
.section-heading-row.section-heading-row--carousel {
  display: block !important;
  width: min(100% - 4rem, 1180px) !important;
  margin: 0 auto clamp(1.1rem, 2vw, 2rem) !important;
  padding-top: clamp(2.15rem, 3.2vw, 3.75rem) !important;
  padding-bottom: clamp(0.75rem, 1.35vw, 1.35rem) !important;
  text-align: center !important;
  min-height: 0 !important;
}

.top-carousel-section .section-heading-row--carousel .section-heading-copy,
.section-heading-row--carousel .section-heading-copy {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 auto clamp(0.22rem, 0.45vw, 0.45rem) !important;
  text-align: center !important;
}

.top-carousel-section .section-heading-row--carousel h2,
.section-heading-row--carousel h2 {
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.top-carousel-section .top-carousel-shell {
  padding-top: 0 !important;
}

@media (max-width: 760px) {
  .top-carousel-section .section-heading-row--carousel,
  .section-heading-row.section-heading-row--carousel {
    width: min(100% - 2rem, 1180px) !important;
    padding-top: 2rem !important;
  }
}


/* v53 landing single intro: remove duplicate echo text only */
.landing-intro-echo {
  display: none !important;
}
.landing-text-echo-box::before,
.landing-text-echo-box::after {
  display: none !important;
  content: none !important;
}

/* v54 — fix single-post featured image sizing/centering only
   The post template adds .kg-width-wide to the featured image, which was pulling it
   off-center and making it too large. Keep content/body images untouched. */
.post-template > .post-feature-image,
.post-template > .post-feature-image.kg-width-wide {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: min(100%, var(--narrow)) !important;
  min-width: 0 !important;
  max-width: var(--narrow) !important;
  margin: 0 auto clamp(2.75rem, 5vw, 4.5rem) !important;
}

.post-template > .post-feature-image img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  object-fit: contain !important;
}

/* v58: stacked floating action buttons */
.gh-portal-triggerbtn-wrapper,
.gh-portal-triggerbtn-container,
.gh-portal-triggerbtn,
iframe[title="portal-trigger"],
iframe[src*="/members/"],
iframe[src*="portal"] {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tao-floating-actions {
  position: fixed;
  right: clamp(1rem, 2.4vw, 2rem);
  bottom: clamp(1rem, 2.4vw, 2rem);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
  justify-content: flex-end;
  max-width: calc(100vw - 2rem);
}

.tao-floating-action {
  width: 6.35rem;
  min-height: 3.05rem;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 0;
  background: rgba(0,0,0,0.96);
  color: #fff;
  font-family: var(--font-sans, Arial, sans-serif);
  font-size: 0.78rem;
  line-height: 1.12;
  letter-spacing: 0.115em;
  font-variant: small-caps;
  text-transform: lowercase;
  text-align: center;
  text-decoration: none;
  padding: 0.62rem 0.5rem;
  cursor: pointer;
  appearance: none;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.65), 0 0.45rem 1.6rem rgba(0,0,0,0.65);
}

.tao-floating-action:hover,
.tao-floating-action:focus-visible {
  background: #fff;
  color: #000;
  outline: none;
}

@media (max-width: 560px) {
  .tao-floating-actions {
    right: 0.75rem;
    bottom: 0.75rem;
    gap: 0.42rem;
  }

  .tao-floating-action {
    width: 5.75rem;
    min-height: 2.78rem;
    font-size: 0.68rem;
    letter-spacing: 0.095em;
    padding: 0.48rem 0.38rem;
  }
}

/* v59 — stop carousel/archive thumbnails from blowing up/cropping at the ends
   These image-based post cards use designed text thumbnails, so cover-cropping made
   the last visible card in the scroll look huge/off-center. Keep the images fully
   contained inside their frames instead. */
.top-carousel-image,
.magazine-grid .post-card-media img,
.magazine-grid--section .post-card-media img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #000 !important;
}

.top-carousel-image {
  aspect-ratio: 16 / 9 !important;
}

.magazine-grid .post-card-media,
.magazine-grid--section .post-card-media {
  margin: 0 !important;
  background: #000 !important;
  border-bottom: 1px solid var(--line) !important;
  overflow: hidden !important;
}

.magazine-grid .post-card-media img,
.magazine-grid--section .post-card-media img {
  aspect-ratio: 16 / 9 !important;
  border-bottom: 0 !important;
}

.top-carousel-card:last-child,
.magazine-grid .post-card:last-child,
.magazine-grid--section .post-card:last-child {
  overflow: hidden !important;
}

/* v60 — global article-card thumbnail containment
   Apply the same safe thumbnail behavior everywhere the post-card partial appears
   (Latest, tag archives, newsletters, interviews, author pages, and magazine sections),
   not only the homepage grids. Designed text thumbnails should never crop/zoom. */
.post-card-media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
  border-bottom: 1px solid var(--line) !important;
}

.post-card-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-bottom: 0 !important;
  background: #000 !important;
}

.top-carousel-card,
.post-card {
  overflow: hidden !important;
}

.top-carousel-link {
  overflow: hidden !important;
}

.top-carousel-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #000 !important;
}


/* v61 — REAL global article thumbnail fix
   The article cards were still showing some featured images zoomed/cropped on archive,
   tag, homepage section, and carousel views. This override keeps every post thumbnail
   inside a stable 16:9 frame and uses the full image instead of blowing it up. */
.archive-page .magazine-grid,
.magazine-feed-section .magazine-grid,
.section-block--feed .magazine-grid,
.magazine-grid--section {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

.post-card,
.post-card-link,
.post-card-media {
  min-width: 0 !important;
  max-width: 100% !important;
}

.post-card-media {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
  border-bottom: 1px solid var(--line) !important;
}

.post-card-media img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #000 !important;
  border: 0 !important;
  transform: none !important;
}

.top-carousel-link {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.top-carousel-image,
.top-carousel-image--empty {
  display: block !important;
  width: 100% !important;
  height: clamp(11rem, 26vw, 20rem) !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #000 !important;
  border-bottom: 1px solid var(--line) !important;
  overflow: hidden !important;
  transform: none !important;
}

@media (max-width: 900px) {
  .top-carousel-image,
  .top-carousel-image--empty {
    height: clamp(10rem, 48vw, 15rem) !important;
  }
}

/* v62 — hard stop for article thumbnail blowouts everywhere
   This is intentionally last in the file. It neutralizes the older carousel/card
   transforms and forces every blog/article image into a sane framed thumbnail. */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.archive-page.container,
.magazine-feed-section.container,
.section-block--feed.container,
.top-carousel-section.container {
  width: min(calc(100% - 2rem), var(--container)) !important;
  max-width: var(--container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

.archive-page .magazine-grid,
.magazine-feed-section .magazine-grid,
.section-block--feed .magazine-grid,
.magazine-grid,
.magazine-grid--section {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1.25rem, 2.4vw, 2.75rem) !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

.post-card,
.post-card-link,
.post-card-media,
.top-carousel-card,
.top-carousel-link {
  box-sizing: border-box !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.post-card {
  width: 100% !important;
  overflow: hidden !important;
  transform: none !important;
}

.post-card:hover {
  transform: none !important;
}

.post-card-link {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
}

.post-card-media {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
  border-bottom: 1px solid var(--line) !important;
}

.post-card-media img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  border: 0 !important;
  transform: none !important;
  filter: grayscale(1) contrast(1.04) !important;
  background: #000 !important;
}

/* Stabilize the Latest / featured horizontal scroller too. No more giant edge cards. */
.top-carousel-section,
.top-carousel-section.container {
  max-width: none !important;
  width: 100% !important;
  overflow: hidden !important;
}

.top-carousel-shell {
  width: 100% !important;
  max-width: none !important;
  overflow: hidden !important;
  perspective: none !important;
}

.top-carousel-track {
  display: flex !important;
  grid-auto-flow: unset !important;
  grid-auto-columns: unset !important;
  gap: clamp(1rem, 2vw, 2rem) !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scroll-padding-inline: max(1rem, calc((100vw - var(--container)) / 2 + 1rem)) !important;
  padding: 0 max(1rem, calc((100vw - var(--container)) / 2 + 1rem)) clamp(1rem, 2vw, 2rem) !important;
  margin: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  transform: none !important;
  scrollbar-width: none !important;
}

.top-carousel-track::-webkit-scrollbar {
  display: none !important;
}

.top-carousel-card,
.top-carousel-card:nth-child(even),
.top-carousel-card:nth-child(3n),
.top-carousel-card.is-active,
.top-carousel-card:hover {
  flex: 0 0 clamp(280px, 31vw, 470px) !important;
  width: clamp(280px, 31vw, 470px) !important;
  min-height: 0 !important;
  scroll-snap-align: start !important;
  opacity: 1 !important;
  transform: none !important;
  overflow: hidden !important;
}

.top-carousel-link {
  display: block !important;
  height: auto !important;
  overflow: hidden !important;
}

.top-carousel-image,
.top-carousel-image--empty {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  overflow: hidden !important;
  transform: none !important;
  background: #000 !important;
  border-bottom: 1px solid var(--line) !important;
}

@media (max-width: 900px) {
  .archive-page .magazine-grid,
  .magazine-feed-section .magazine-grid,
  .section-block--feed .magazine-grid,
  .magazine-grid,
  .magazine-grid--section {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .top-carousel-card,
  .top-carousel-card:nth-child(even),
  .top-carousel-card:nth-child(3n),
  .top-carousel-card.is-active,
  .top-carousel-card:hover {
    flex-basis: min(82vw, 420px) !important;
    width: min(82vw, 420px) !important;
  }
}

@media (max-width: 620px) {
  .archive-page .magazine-grid,
  .magazine-feed-section .magazine-grid,
  .section-block--feed .magazine-grid,
  .magazine-grid,
  .magazine-grid--section {
    grid-template-columns: 1fr !important;
  }
}

/* v63 homepage revamp: remove lower archives and move Latest to the final content block */
.newsletter-panel-top-section--before-latest {
  padding-bottom: clamp(4.5rem, 7vw, 7.5rem) !important;
}

.top-carousel-section--home-final,
.top-carousel-section--home-final.container {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-bottom: clamp(7rem, 10vw, 11rem) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
}

.top-carousel-section--home-final .section-heading-row--carousel {
  padding-top: clamp(2.5rem, 4.5vw, 5rem) !important;
  padding-bottom: clamp(2.75rem, 4vw, 4.75rem) !important;
}

.top-carousel-section--home-final .section-heading-row--carousel .section-heading-copy {
  font-size: clamp(0.72rem, 0.9vw, 0.95rem) !important;
  letter-spacing: 0.26em !important;
}

.top-carousel-section--home-final .section-heading-row--carousel h2 {
  font-size: clamp(3.25rem, 7vw, 7rem) !important;
  letter-spacing: 0.1em !important;
}

.top-carousel-section--home-final .top-carousel-shell {
  width: 100% !important;
  padding-inline: 0 !important;
  overflow: hidden !important;
}

.top-carousel-section--home-final .top-carousel-track {
  gap: clamp(1.4rem, 2.4vw, 3rem) !important;
  padding-left: max(1.5rem, calc((100vw - var(--container)) / 2 + 1rem)) !important;
  padding-right: max(1.5rem, calc((100vw - var(--container)) / 2 + 1rem)) !important;
  padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem) !important;
}

.top-carousel-section--home-final .top-carousel-card,
.top-carousel-section--home-final .top-carousel-card:nth-child(even),
.top-carousel-section--home-final .top-carousel-card:nth-child(3n),
.top-carousel-section--home-final .top-carousel-card.is-active,
.top-carousel-section--home-final .top-carousel-card:hover {
  flex: 0 0 clamp(320px, 31.5vw, 520px) !important;
  width: clamp(320px, 31.5vw, 520px) !important;
  transform: none !important;
  opacity: 1 !important;
}

.top-carousel-section--home-final .top-carousel-link {
  padding: clamp(1rem, 1.5vw, 1.35rem) !important;
}

.top-carousel-section--home-final .top-carousel-title {
  font-size: clamp(1.25rem, 1.65vw, 1.75rem) !important;
  line-height: 1.05 !important;
}

.top-carousel-section--home-final .top-carousel-meta {
  font-size: clamp(0.66rem, 0.75vw, 0.78rem) !important;
}

@media (max-width: 900px) {
  .newsletter-panel-top-section--before-latest {
    padding-bottom: 4rem !important;
  }

  .top-carousel-section--home-final .top-carousel-card,
  .top-carousel-section--home-final .top-carousel-card:nth-child(even),
  .top-carousel-section--home-final .top-carousel-card:nth-child(3n),
  .top-carousel-section--home-final .top-carousel-card.is-active,
  .top-carousel-section--home-final .top-carousel-card:hover {
    flex-basis: min(82vw, 460px) !important;
    width: min(82vw, 460px) !important;
  }
}


/* v64 homepage final logo field: oversized nav logo with deliberate negative space */
.homepage-logo-field {
  width: 100% !important;
  min-height: clamp(34rem, 62vw, 58rem) !important;
  padding: clamp(10rem, 16vw, 18rem) clamp(1.5rem, 4vw, 4rem) clamp(11rem, 18vw, 20rem) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--bg) !important;
  border-top: 1px solid var(--line) !important;
  overflow: hidden !important;
}

.homepage-logo-field__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  max-width: min(78vw, 980px) !important;
}

.homepage-logo-field__logo {
  display: block !important;
  width: min(72vw, 900px) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: clamp(8rem, 22vw, 18rem) !important;
  object-fit: contain !important;
  opacity: 0.96 !important;
  filter: none !important;
}

.homepage-logo-field__wordmark {
  display: block !important;
  font-family: var(--font-display) !important;
  color: var(--fg) !important;
  font-size: clamp(4rem, 12vw, 12rem) !important;
  line-height: 0.9 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

@media (max-width: 700px) {
  .homepage-logo-field {
    min-height: clamp(24rem, 80vw, 34rem) !important;
    padding-top: clamp(7rem, 22vw, 10rem) !important;
    padding-bottom: clamp(7.5rem, 24vw, 11rem) !important;
  }

  .homepage-logo-field__logo {
    width: min(82vw, 620px) !important;
    max-height: 12rem !important;
  }
}


/* v65 homepage polish: Latest becomes a two-row scrollable field, logo moves closer, no divider line */
.top-carousel-section--home-final,
.top-carousel-section--home-final.container {
  margin-bottom: clamp(1.75rem, 3vw, 3.25rem) !important;
}

.top-carousel-section--home-final .top-carousel-track {
  display: grid !important;
  grid-template-rows: repeat(2, minmax(0, auto)) !important;
  grid-auto-flow: column !important;
  grid-auto-columns: clamp(300px, 31vw, 500px) !important;
  align-items: stretch !important;
  row-gap: clamp(1.35rem, 2vw, 2.25rem) !important;
  column-gap: clamp(1.4rem, 2.4vw, 3rem) !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  padding-bottom: clamp(2rem, 3vw, 3rem) !important;
}

.top-carousel-section--home-final .top-carousel-card,
.top-carousel-section--home-final .top-carousel-card:nth-child(even),
.top-carousel-section--home-final .top-carousel-card:nth-child(3n),
.top-carousel-section--home-final .top-carousel-card.is-active,
.top-carousel-section--home-final .top-carousel-card:hover {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.homepage-logo-field {
  min-height: clamp(22rem, 38vw, 36rem) !important;
  padding: clamp(2.25rem, 4vw, 4rem) clamp(1.5rem, 4vw, 4rem) clamp(7rem, 10vw, 12rem) !important;
  border-top: 0 !important;
}

.homepage-logo-field__logo {
  width: min(72vw, 900px) !important;
  max-height: clamp(7rem, 18vw, 16rem) !important;
}

@media (max-width: 900px) {
  .top-carousel-section--home-final .top-carousel-track {
    grid-auto-columns: min(82vw, 460px) !important;
    grid-template-rows: repeat(2, minmax(0, auto)) !important;
  }
}

@media (max-width: 620px) {
  .top-carousel-section--home-final .top-carousel-track {
    grid-template-rows: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: min(86vw, 420px) !important;
  }

  .homepage-logo-field {
    min-height: clamp(18rem, 64vw, 28rem) !important;
    padding-top: clamp(2rem, 10vw, 4rem) !important;
    padding-bottom: clamp(5.5rem, 18vw, 8rem) !important;
  }
}


/* v66 — rename bottom latest heading + simplify footer into centered primary nav */
.site-footer.site-footer--simple {
  border-top: 0;
  padding: 1.75rem 0 2.25rem;
}

.site-footer.site-footer--simple::before {
  display: none;
  content: none;
}

.footer-inner.footer-inner--simple {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.footer-nav.footer-nav--primary,
.footer-nav.footer-nav--primary .nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav.footer-nav--primary li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav.footer-nav--primary a,
.footer-nav.footer-nav--primary button {
  display: inline-flex;
  align-items: center;
  position: relative;
  background: none;
  border: 0;
  padding: 0;
  color: var(--fg);
  font-size: 0.62rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: none;
  cursor: pointer;
}

@media (max-width: 760px) {
  .footer-inner.footer-inner--simple {
    flex-direction: row;
    align-items: center;
  }

  .footer-nav.footer-nav--primary,
  .footer-nav.footer-nav--primary .nav {
    gap: 0.85rem;
  }

  .footer-nav.footer-nav--primary a,
  .footer-nav.footer-nav--primary button {
    font-size: 0.6rem;
  }
}


/* v67 — reuse the custom yin-yang uploader in the homepage flow and archive headers */
.symbol-insert {
  width: min(100% - 3rem, 1180px);
  margin: clamp(2.5rem, 5vw, 5rem) auto clamp(2.25rem, 4.5vw, 4.75rem);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.symbol-insert__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(190px, 18vw, 300px);
}

.symbol-insert .symbol-insert__coin {
  width: clamp(210px, 18vw, 330px) !important;
}

.symbol-insert--home-after-signup {
  margin-top: clamp(2.75rem, 5vw, 5.5rem);
  margin-bottom: clamp(1.8rem, 3.5vw, 3.75rem);
}

.archive-symbol-field {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: clamp(2.8rem, 5.5vw, 5.75rem) auto clamp(1.25rem, 3vw, 2.75rem);
  min-height: clamp(150px, 15vw, 240px);
  pointer-events: none;
}

.archive-symbol-field .archive-symbol-field__coin {
  width: clamp(160px, 14vw, 260px) !important;
}

@media (max-width: 760px) {
  .symbol-insert {
    width: min(100% - 2rem, 1180px);
    margin-top: 2.75rem;
    margin-bottom: 2.5rem;
  }

  .symbol-insert__inner {
    min-height: clamp(150px, 42vw, 220px);
  }

  .symbol-insert .symbol-insert__coin {
    width: clamp(150px, 42vw, 230px) !important;
  }

  .archive-symbol-field {
    margin-top: 2.75rem;
    margin-bottom: 1.5rem;
    min-height: clamp(130px, 38vw, 200px);
  }

  .archive-symbol-field .archive-symbol-field__coin {
    width: clamp(130px, 38vw, 210px) !important;
  }
}


/* v69 — breathing room for card metadata + hide library items from general editorial feeds */
.post-card-body {
  padding-top: clamp(1.45rem, 1.8vw, 2rem) !important;
}

.post-card-meta,
.top-carousel-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  column-gap: 0.95rem !important;
  row-gap: 0.38rem !important;
  line-height: 1.55 !important;
  margin-bottom: clamp(0.65rem, 1vw, 0.95rem) !important;
  overflow-wrap: anywhere !important;
}

.post-card-meta span,
.top-carousel-meta span {
  display: inline-block !important;
  white-space: nowrap !important;
}

.post-card-title,
.top-carousel-title {
  clear: both !important;
  margin-top: 0 !important;
}

.post-card-title {
  line-height: 1.12 !important;
}

.top-carousel-title {
  line-height: 1.14 !important;
}

.top-carousel-link {
  padding-bottom: clamp(1.25rem, 1.8vw, 1.75rem) !important;
}

@media (max-width: 520px) {
  .post-card-meta,
  .top-carousel-meta {
    letter-spacing: 0.14em !important;
    column-gap: 0.7rem !important;
  }

  .post-card-meta span,
  .top-carousel-meta span {
    white-space: normal !important;
  }
}

/* v70 — editable Join page body pulled from Ghost Page slug `join` */
.join-page--editable .join-content {
  max-width: 760px;
  margin: 0 auto;
}

.join-page--editable .join-content .kg-button-card,
.join-page--editable .join-content .kg-callout-card,
.join-page--editable .join-content .kg-toggle-card,
.join-page--editable .join-content .kg-product-card {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.join-feature-image {
  max-width: 760px;
}

/* v72 — Join card copy can come from editable Ghost Pages without breaking card styling */
.join-card-extra {
  max-width: 30rem;
  margin: 1.15rem auto 0 !important;
  color: var(--muted);
}

.join-card-extra p {
  margin: 0 auto 1rem !important;
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--muted);
  text-align: center !important;
}

.join-card-extra p:last-child {
  margin-bottom: 0 !important;
}

/* v73 — make normal Ghost Page body text behave like the Join intro/card copy */
.join-hero-copy {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  text-align: center;
}

.join-hero-copy p {
  margin: 0 auto !important;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  line-height: 1.45;
  text-align: center !important;
}

.join-hero-copy p + p {
  margin-top: 1rem !important;
}

.join-card-extra > *:first-child {
  margin-top: 0 !important;
}

.join-card-extra > *:last-child {
  margin-bottom: 0 !important;
}

/* v75 — Member area + real tier cards */
.member-utility {
  width: min(calc(100% - 2rem), var(--container));
  margin: -0.45rem auto 0.75rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.member-utility a {
  color: var(--muted);
  border-bottom: 1px solid transparent;
  padding-bottom: 0.08rem;
}

.member-utility a:hover {
  color: var(--fg);
  border-bottom-color: currentColor;
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 52px;
  padding: 0.8rem 1.25rem;
  border: 1px solid #6fb6ff;
  background: transparent;
  color: var(--fg);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button-secondary:hover {
  transform: translateY(-1px);
  background: var(--fg);
  color: var(--bg);
}

.join-page--membership-aware {
  width: min(calc(100% - 2rem), 1180px);
}

.join-page--membership-aware .join-hero {
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.member-state-card,
.join-tiers-intro {
  border: 1px solid rgba(255,255,255,0.6);
  padding: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  margin: 0 auto clamp(1.5rem, 4vw, 3rem);
  background: rgba(255,255,255,0.015);
}

.member-state-card--quiet {
  border-color: rgba(255,255,255,0.28);
}

.member-state-card h2,
.join-tiers-intro h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 5vw, 4.75rem);
  line-height: 0.95;
  font-weight: 500;
}

.member-state-card p:not(.join-card-kicker),
.join-tiers-intro p:not(.join-card-kicker) {
  max-width: 44rem;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.55;
}

.member-state-actions,
.members-area-actions,
.join-tier-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.member-state-actions .join-button,
.members-area-actions .join-button,
.join-tier-actions .join-button {
  margin: 0;
}

.join-tiers-block {
  margin-top: clamp(2.5rem, 6vw, 5rem);
}

.join-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.join-tier-card {
  min-height: 0;
  justify-content: flex-start;
  padding: clamp(1.35rem, 2.4vw, 2.25rem);
}

.join-tier-card h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.1rem);
  margin-bottom: 0.75rem;
}

.join-tier-card p:not(.join-card-kicker) {
  font-size: 1.03rem;
  line-height: 1.52;
}

.join-price-line {
  margin: 1.2rem auto 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.35rem;
}

.join-price-line span {
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  line-height: 1;
}

.join-price-line small {
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.join-benefits {
  margin: 1.25rem auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
  max-width: 26rem;
}

.join-benefits li::before {
  content: '— ';
  color: var(--fg);
}

.join-tier-note {
  margin-top: 1.25rem !important;
  font-size: 0.98rem !important;
}

.join-tier-actions {
  margin-top: auto;
  padding-top: 1.5rem;
  width: 100%;
}

.join-tier-actions .join-button {
  min-width: min(100%, 210px);
  width: 100%;
  max-width: 250px;
  min-height: 46px;
  font-size: 0.95rem;
}

.members-area-page {
  padding: clamp(5rem, 11vw, 10rem) 0;
}

.members-area-hero {
  min-height: min(70vh, 760px);
  border: 1px solid rgba(255,255,255,0.62);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(2rem, 6vw, 5rem);
  background: radial-gradient(circle at center, rgba(255,255,255,0.06), rgba(255,255,255,0) 46%);
}

.members-area-kicker {
  margin: 0 0 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.78rem;
  color: var(--muted);
}

.members-area-hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 7.5rem);
  line-height: 0.92;
  font-weight: 500;
}

.members-area-hero p:not(.members-area-kicker) {
  margin: 1.35rem auto 0;
  max-width: 46rem;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.55;
  color: var(--muted);
}

@media (max-width: 980px) {
  .join-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .member-utility {
    justify-content: center;
    margin-top: 0;
    padding-bottom: 0.75rem;
    font-size: 0.62rem;
  }

  .join-tier-grid {
    grid-template-columns: 1fr;
  }

  .member-state-actions,
  .members-area-actions,
  .join-tier-actions {
    flex-direction: column;
  }

  .member-state-actions .join-button,
  .members-area-actions .join-button,
  .join-tier-actions .join-button {
    width: 100%;
    max-width: 280px;
  }
}


/* v76: lean donation CTA below posts + quieter newspaper author block */
.post-donation-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 720px);
  min-height: 44px;
  margin: 3rem auto 1.25rem;
  padding: 0.7rem 1rem;
  border: 1px solid #6fb6ff;
  background: transparent;
  color: var(--fg);
  font-size: 0.72rem;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.post-donation-button:hover,
.post-donation-button:focus {
  background: var(--fg);
  color: var(--bg);
  border-color: var(--fg);
}
.author-block {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.author-block h2 {
  margin: 0 0 0.45rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 0.85rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.author-block h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.author-block h2 a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.author-block p {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 0.86rem;
  line-height: 1.55;
  font-weight: 300;
}
.post-meta span a {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media (max-width: 640px) {
  .post-donation-button {
    width: 100%;
    min-height: 42px;
    margin-top: 2.25rem;
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }
}


/* v88: second slim post CTA for membership — same size as donation, electric border */
.post-cta-stack {
  width: min(100%, 720px);
  margin: 3rem auto 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.post-cta-stack .post-donation-button,
.post-cta-stack .post-member-button {
  width: 100%;
  margin: 0;
}
.post-member-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid transparent;
  border-radius: 0;
  background:
    linear-gradient(var(--bg), var(--bg)) padding-box,
    linear-gradient(90deg, rgba(111,182,255,.18), #6fb6ff, #ffffff, #2f8cff, rgba(111,182,255,.18)) border-box;
  background-size: 100% 100%, 260% 100%;
  color: var(--fg);
  font-size: 0.72rem;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(111,182,255,.13), inset 0 0 10px rgba(111,182,255,.06);
  animation: tao-electric-border 3.2s linear infinite;
  transition: color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.post-member-button:hover,
.post-member-button:focus {
  background:
    linear-gradient(var(--fg), var(--fg)) padding-box,
    linear-gradient(90deg, #6fb6ff, #ffffff, #2f8cff, #ffffff, #6fb6ff) border-box;
  background-size: 100% 100%, 260% 100%;
  color: var(--bg);
  box-shadow: 0 0 18px rgba(111,182,255,.30), inset 0 0 0 rgba(111,182,255,0);
}
@keyframes tao-electric-border {
  0% { background-position: 0 0, 0% 50%; }
  100% { background-position: 0 0, 260% 50%; }
}
@media (prefers-reduced-motion: reduce) {
  .post-member-button {
    animation: none;
  }
}
@media (max-width: 640px) {
  .post-cta-stack {
    width: 100%;
    margin-top: 2.25rem;
    gap: 0.65rem;
  }
  .post-member-button {
    min-height: 42px;
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }
}

/* v77: post footer byline beside tags + quiet editable author archive profile */
.post-footer {
  width: min(100%, 720px);
  margin: 1.7rem auto 0;
  padding-top: 0;
  border-top: 0;
}
.post-taxonomy-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem 1rem;
  flex-wrap: wrap;
}
.post-author-inline {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: var(--fg);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.88;
}
.post-author-inline:hover,
.post-author-inline:focus {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.post-tag-list {
  margin-top: 0 !important;
  gap: 0.45rem;
}
.post-tag-list a {
  padding: 0.45rem 0.75rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 0.78rem;
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: lowercase;
}
.author-archive-page {
  padding-top: clamp(4.5rem, 7vw, 7rem);
}
.author-profile-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 1.6rem);
  width: min(100%, 720px);
  margin: 0 auto clamp(3rem, 5vw, 5rem);
  padding: clamp(1.1rem, 2vw, 1.55rem);
  border: 1px solid var(--line);
  text-align: left;
}
.author-profile-avatar {
  flex: 0 0 auto;
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  opacity: 0.92;
}
.author-profile-copy {
  max-width: 470px;
}
.author-profile-kicker {
  margin: 0 0 0.35rem;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.author-profile-copy h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.author-profile-copy p:not(.author-profile-kicker) {
  margin: 0;
  color: var(--muted);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 0.9rem;
  line-height: 1.55;
  font-weight: 300;
}
@media (max-width: 640px) {
  .post-taxonomy-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .author-profile-card {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .author-profile-copy {
    max-width: 100%;
  }
}

/* v80: custom annual book/artifact download button for library posts */
.tao-book-download {
  display: grid;
  justify-items: center;
  align-items: center;
  gap: 0.35rem;
  width: min(100%, 680px);
  margin: 3rem auto;
  padding: clamp(1.15rem, 3vw, 1.85rem) clamp(1rem, 4vw, 2.4rem);
  border: 1px solid #6fb6ff;
  background: transparent;
  color: var(--fg);
  text-align: center;
  text-decoration: none !important;
  transition: background 170ms ease, color 170ms ease, border-color 170ms ease, transform 170ms ease;
}

.tao-book-download:hover,
.tao-book-download:focus-visible {
  background: var(--fg);
  color: var(--bg);
  border-color: #0057b8;
  transform: translateY(-1px);
}

.tao-book-download-kicker {
  display: block;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 0.64rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.78;
}

.tao-book-download-title {
  display: block;
  font-family: var(--gh-font-heading, var(--font-main));
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tao-book-download-note {
  display: block;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: clamp(0.92rem, 1.5vw, 1.08rem);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #6fb6ff;
  opacity: 0.96;
}

.tao-book-download:hover .tao-book-download-kicker,
.tao-book-download:focus-visible .tao-book-download-kicker {
  opacity: 0.86;
}

.tao-book-download:hover .tao-book-download-note,
.tao-book-download:focus-visible .tao-book-download-note {
  color: #0057b8;
  opacity: 1;
}

@media (max-width: 640px) {
  .tao-book-download {
    margin: 2.25rem auto;
    padding: 1rem 0.85rem;
  }
  .tao-book-download-kicker {
    font-size: 0.58rem;
    letter-spacing: 0.17em;
  }
  .tao-book-download-note {
    font-size: 0.86rem;
  }
}


/* v86: keep Ghost member form messages hidden until the form actually returns a state */
[data-members-form] .success-message,
[data-members-form] .error-message {
  display: none !important;
}

[data-members-form].success .success-message,
[data-members-form].error .error-message {
  display: block !important;
}
