/* =====================================
   EDITORIAL PROJECTS SECTION
   ===================================== */
.projects-section {
  position: relative;
  width: 100vw;
  background: #f7f3ec;
  overflow: hidden;
  z-index: 30;
  box-shadow: 0 -40px 60px rgba(0, 0, 0, 0.22);
}

.editorial-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.94), transparent 34%),
    linear-gradient(180deg, #fbf7f2 0%, #f0e9de 100%);
}

#editorial-container {
  display: flex;
  height: 100vh;
  width: max-content;
  will-change: transform;
}

.ed-block {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  border-right: 1px solid rgba(18, 18, 18, 0.12);
}

.ed-block.intro-block {
  width: 32vw;
  min-width: 360px;
  justify-content: flex-end;
  padding: 4rem 3.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 238, 227, 0.92)),
    repeating-linear-gradient(
      90deg,
      rgba(20, 20, 20, 0.04) 0,
      rgba(20, 20, 20, 0.04) 1px,
      transparent 1px,
      transparent 7vw
    );
}

.ed-intro-text {
  max-width: 21rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1.2;
  color: #121212;
}

.ed-intro-label {
  display: inline-flex;
  margin-bottom: 1rem;
  font-family: "DM Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.54);
}

.ed-block.stack-block {
  width: 38vw;
  min-width: 420px;
}

.stack-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 2.75rem;
  border-bottom: 1px solid rgba(18, 18, 18, 0.12);
}

.stack-item:last-child {
  border-bottom: none;
}

.stack-item--soft {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.12)),
    var(--stack-soft, rgba(255, 255, 255, 0.16));
}

.ed-chapter-label,
.ed-type,
.ed-open-copy,
.ed-tag,
.ed-open-hint,
.ed-open-title {
  font-family: "DM Mono", monospace;
}

.ed-chapter-label {
  font-size: 0.84rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.48);
}

.ed-chapter-num {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(7rem, 14vw, 14rem);
  line-height: 0.8;
  letter-spacing: -0.08em;
  color: #141414;
}

.ed-type {
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.72);
  border: 1px solid rgba(18, 18, 18, 0.14);
  background: rgba(255, 255, 255, 0.45);
}

.ed-desc {
  max-width: 23rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(18, 18, 18, 0.74);
}

.ed-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.ed-tag {
  display: inline-flex;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.64);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(18, 18, 18, 0.08);
}

.ed-title {
  max-width: 24rem;
  font-family: "Clash Display", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #101010;
}

.ed-title em {
  display: block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
}

.ed-open-copy {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.48);
}

.ed-block.image-block {
  width: 78vw;
  max-width: 1040px;
  padding: 3rem;
  align-items: center;
  justify-content: center;
}

.ed-project-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  color: inherit;
}

.ed-image-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.06)),
    var(--project-tint, rgba(255, 255, 255, 0.2));
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.ed-image-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), filter 0.6s ease;
}

.ed-image-overlay {
  position: absolute;
  inset: auto 1.2rem 1.2rem 1.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(14, 14, 14, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  color: #f3efe6;
  transform: translateY(12px);
  opacity: 0;
  transition:
    opacity 0.35s ease,
    transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.ed-open-hint {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243, 239, 230, 0.68);
}

.ed-open-title {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff4d8;
}

.ed-project-trigger:hover .ed-image-main,
.ed-project-trigger:focus-visible .ed-image-main {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.ed-project-trigger:hover .ed-image-overlay,
.ed-project-trigger:focus-visible .ed-image-overlay {
  opacity: 1;
  transform: translateY(0);
}

.ed-project-trigger:focus-visible {
  outline: 2px solid rgba(14, 14, 14, 0.72);
  outline-offset: 10px;
  border-radius: 40px;
}

.ed-reveal {
  opacity: 0;
  transform: translateY(30px);
}

.ed-image-reveal {
  opacity: 0;
  transform: scale(0.95);
}

/* =====================================
   PROJECT READER
   ===================================== */
html.project-reader-open,
body.project-reader-open {
  overflow: hidden;
}

.project-reader {
  position: fixed;
  inset: 0;
  z-index: 15000;
  visibility: hidden;
  pointer-events: none;
}

.project-reader.is-visible {
  visibility: visible;
  pointer-events: auto;
}

.project-reader__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--reader-bg, #9d261d);
  background-image:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.06), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(120, 242, 232, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.18) 100%);
  color: var(--reader-ink, #f5ddd3);
  box-shadow: 0 -24px 60px rgba(0, 0, 0, 0.24);
  will-change: transform;
}

.project-reader__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.project-reader__topbar {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.1rem 4vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.12));
  border-bottom: 1px solid var(--reader-border, rgba(255, 255, 255, 0.18));
  backdrop-filter: blur(12px);
}

.project-reader__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.project-reader__meta span,
.project-reader__close {
  font-family: "Inter", sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-reader__meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  border: 1px solid var(--reader-border, rgba(255, 255, 255, 0.18));
  background: rgba(255, 255, 255, 0.08);
}

.project-reader__close {
  border: 1px solid var(--reader-border, rgba(255, 255, 255, 0.18));
  border-radius: 999px;
  padding: 0.7rem 1rem;
  background: rgba(255, 255, 255, 0.16);
  color: inherit;
  font-weight: 500;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.project-reader__close:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.project-reader__body {
  position: relative;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.reader-issue {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 2rem 4vw 4.5rem;
}

.reader-hero {
  position: relative;
  min-height: auto;
  padding-top: 1.25rem;
}

.reader-wall {
  display: none;
}

.reader-wall-word {
  position: absolute;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(4.6rem, 13vw, 14rem);
  line-height: 0.86;
  letter-spacing: -0.08em;
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
}

.reader-wall-word--1 {
  top: 6%;
  left: 0;
}

.reader-wall-word--2 {
  top: 30%;
  left: 38%;
}

.reader-wall-word--3 {
  right: -1%;
  bottom: 5%;
}

.reader-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.7fr);
  gap: 3rem;
  align-items: start;
  min-height: auto;
}

.reader-hero-grid--text-only {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.reader-hero-grid--magazine {
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  gap: 4.6rem;
  align-items: start;
}

.reader-kicker-block {
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 22rem;
}

.reader-issue-code,
.reader-kicker,
.reader-eyebrow,
.reader-card-label,
.reader-gallery-card span,
.reader-stat span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.reader-issue-code,
.reader-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.reader-kicker {
  color: var(--reader-accent, #fff1c7);
}

.reader-headline {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  align-self: start;
  max-width: 54rem;
}

.reader-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: color-mix(in srgb, var(--reader-ink, #fff), transparent 28%);
}

.reader-title {
  font-family: "Clash Display", sans-serif;
  font-size: clamp(3.5rem, 6.4vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.reader-title em {
  display: block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
}

.reader-message {
  max-width: 42rem;
  font-size: clamp(1.15rem, 1.65vw, 1.42rem);
  line-height: 1.75;
  color: color-mix(in srgb, var(--reader-ink, #fff), white 12%);
}

.reader-feature {
  justify-self: stretch;
  width: 100%;
  padding: 0.9rem;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.06)),
    var(--reader-surface, rgba(255, 255, 255, 0.12));
  border: 1px solid var(--reader-border, rgba(255, 255, 255, 0.18));
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.14);
}

.reader-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
  border-radius: 22px;
}

.reader-feature figcaption {
  padding: 1rem 0.35rem 0.1rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--reader-ink, #fff), transparent 10%);
}

.reader-hero-aside {
  display: grid;
  gap: 2.1rem;
  align-content: start;
  padding-top: 7.5rem;
}

.reader-hero-note-card {
  display: grid;
  gap: 0.7rem;
  padding-top: 1rem;
  border-top: 1px solid var(--reader-border, rgba(255, 255, 255, 0.18));
}

.reader-hero-note-card .reader-card-label {
  margin-bottom: 0;
}

.reader-hero-note {
  max-width: 22rem;
  font-size: 1.05rem;
  line-height: 1.78;
  color: color-mix(in srgb, var(--reader-ink, #fff), transparent 8%);
}

.reader-hero-quote {
  max-width: 24rem;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(1.9rem, 2.3vw, 3rem);
  line-height: 1.2;
  color: color-mix(in srgb, var(--reader-ink, #fff), white 6%);
}

.reader-spread {
  display: block;
  padding: 1.75rem 0 0;
}

.reader-spread--magazine {
  display: grid;
  grid-template-columns: minmax(0, 38rem) minmax(18rem, 24rem);
  gap: 6.5rem;
  align-items: start;
  padding-top: 5.2rem;
}

.reader-column--narrative {
  display: grid;
  gap: 1.15rem;
  max-width: 60rem;
  padding: 1.65rem 1.75rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.06)),
    var(--reader-surface, rgba(255, 255, 255, 0.12));
  border: 1px solid var(--reader-border, rgba(255, 255, 255, 0.18));
  backdrop-filter: blur(12px);
}

.reader-column--support {
  display: grid;
  gap: 1.35rem;
  align-content: start;
}

.reader-intro {
  max-width: 48rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(1.42rem, 1.8vw, 2rem);
  line-height: 1.58;
  color: color-mix(in srgb, var(--reader-ink, #fff), white 10%);
}

.reader-story-flow {
  display: grid;
  gap: 1.15rem;
}

.reader-story-section {
  display: grid;
  gap: 0.8rem;
}

.reader-story-label {
  display: inline-flex;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--reader-accent, #fff1c7);
}

.reader-story-flow p {
  margin: 0;
  max-width: 48rem;
  font-size: 1.1rem;
  line-height: 1.92;
  color: color-mix(in srgb, var(--reader-ink, #fff), transparent 4%);
}

.reader-column--narrative .reader-story-section + .reader-story-section {
  padding-top: 1.15rem;
  border-top: 1px solid color-mix(in srgb, var(--reader-border, rgba(255, 255, 255, 0.18)), transparent 12%);
}

.reader-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1.35rem;
}

.reader-note-card,
.reader-quote,
.reader-stat,
.reader-gallery-card {
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.06)),
    var(--reader-surface, rgba(255, 255, 255, 0.12));
  border: 1px solid var(--reader-border, rgba(255, 255, 255, 0.18));
  backdrop-filter: blur(14px);
}

.reader-note-card {
  padding: 1.45rem 1.5rem;
}

.reader-note-card--link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.reader-note-card--link:hover,
.reader-note-card--link:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--reader-accent, #fff1c7), transparent 45%);
}

.reader-note-card--link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.reader-note-card--link p {
  font-family: "Clash Display", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.reader-card-label {
  display: inline-flex;
  margin-bottom: 0.85rem;
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--reader-accent, #fff1c7);
}

.reader-note-card p {
  font-size: 1.04rem;
  line-height: 1.74;
  color: color-mix(in srgb, var(--reader-ink, #fff), transparent 6%);
}

.reader-bullet-list {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.15rem;
}

.reader-bullet-list li {
  font-size: 1rem;
  line-height: 1.72;
  color: color-mix(in srgb, var(--reader-ink, #fff), transparent 8%);
}

.reader-quote {
  margin: 0;
  padding: 1.55rem 1.6rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(1.35rem, 1.7vw, 1.8rem);
  line-height: 1.42;
}

.reader-lower {
  display: grid;
  gap: 1.5rem;
  padding-top: 1.8rem;
}

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

.reader-stat {
  padding: 1.2rem 1.25rem;
}

.reader-stat span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--reader-accent, #fff1c7);
  margin-bottom: 0.65rem;
}

.reader-stat strong {
  display: block;
  font-family: "Clash Display", sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.reader-media-section {
  display: grid;
  gap: 0.95rem;
}

.reader-section-header {
  display: grid;
  gap: 0.3rem;
}

.reader-section-header .reader-card-label {
  margin-bottom: 0;
}

.reader-section-note {
  max-width: 40rem;
  font-size: 0.96rem;
  line-height: 1.65;
  color: color-mix(in srgb, var(--reader-ink, #fff), transparent 14%);
}

.reader-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.reader-gallery-card {
  padding: 0.75rem;
}

.reader-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  margin-bottom: 0.8rem;
}

.reader-gallery-card span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--reader-ink, #fff), transparent 18%);
}

.reader-outro {
  max-width: 52rem;
  padding-bottom: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(1.22rem, 1.8vw, 1.7rem);
  line-height: 1.6;
  color: color-mix(in srgb, var(--reader-ink, #fff), white 10%);
}

.reader-issue--magazine {
  max-width: 1560px;
  padding-top: 2.8rem;
  padding-bottom: 5.5rem;
}

.reader-issue--magazine .reader-wall {
  display: block;
}

.reader-issue--magazine .reader-wall-word {
  display: none;
}

.reader-issue--magazine .reader-wall-word:last-child {
  display: block;
  top: 5%;
  right: 4%;
  left: auto;
  bottom: auto;
  max-width: 5ch;
  font-size: clamp(7.5rem, 15vw, 15rem);
  line-height: 0.92;
  opacity: 0.055;
}

.reader-issue--magazine .reader-hero {
  padding-top: 3.2rem;
}

.reader-issue--magazine .reader-hero-grid--magazine {
  max-width: 74rem;
  gap: 7.5rem;
}

.reader-issue--magazine .reader-headline {
  max-width: 38rem;
  gap: 1.8rem;
}

.reader-issue--magazine .reader-kicker-block {
  max-width: 22rem;
}

.reader-issue--magazine .reader-title {
  font-size: clamp(4.6rem, 8vw, 8.2rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.reader-issue--magazine .reader-message {
  max-width: 29rem;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.82;
}

.reader-issue--magazine .reader-hero-aside {
  max-width: 22rem;
  gap: 2.35rem;
  padding-top: 4.5rem;
}

.reader-issue--magazine .reader-hero-note {
  max-width: 19rem;
  font-size: 1rem;
  line-height: 1.9;
}

.reader-issue--magazine .reader-hero-quote {
  max-width: 19rem;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  line-height: 1.18;
}

.reader-issue--magazine .reader-spread--magazine {
  max-width: 74rem;
  gap: 7.5rem;
  padding-top: 6rem;
}

.reader-issue--magazine .reader-column--narrative {
  max-width: none;
  padding: 0;
  background: none;
  border: 0;
  backdrop-filter: none;
  gap: 1.75rem;
}

.reader-issue--magazine .reader-intro {
  max-width: 31rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.95rem, 2.6vw, 3.05rem);
  line-height: 1.16;
  color: color-mix(in srgb, var(--reader-ink, #fff), white 12%);
}

.reader-issue--magazine .reader-story-flow p {
  max-width: 32rem;
  font-size: 1.03rem;
  line-height: 1.98;
  color: color-mix(in srgb, var(--reader-ink, #fff), transparent 2%);
}

.reader-issue--magazine .reader-column--support {
  max-width: 24rem;
  padding-top: 0.35rem;
}

.reader-issue--magazine .reader-note-card {
  padding: 1.6rem 1.55rem;
}

.reader-issue--magazine .reader-note-card p,
.reader-issue--magazine .reader-bullet-list li {
  font-size: 1rem;
  line-height: 1.82;
}

.reader-issue--magazine .reader-note-card,
.reader-issue--magazine .reader-quote,
.reader-issue--magazine .reader-stat,
.reader-issue--magazine .reader-gallery-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0.04)),
    var(--reader-surface, rgba(255, 255, 255, 0.12));
}

.reader-issue--magazine .reader-lower--magazine {
  max-width: 74rem;
  gap: 2rem;
  padding-top: 4.2rem;
}

.reader-issue--magazine .reader-stats {
  gap: 1.2rem;
}

.reader-issue--magazine .reader-outro {
  max-width: 34rem;
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  line-height: 1.75;
}

.reader-issue[data-project-id="personal-web"] {
  max-width: none;
  width: 100%;
  padding-top: 3.6rem;
  padding-bottom: 7.25rem;
  padding-left: clamp(1.5rem, 4vw, 4.5rem);
  padding-right: clamp(1.5rem, 4vw, 4.5rem);
}

.reader-issue[data-project-id="personal-web"] .reader-hero {
  padding-top: 4.2rem;
}

.reader-issue[data-project-id="personal-web"] .reader-hero-grid--magazine,
.reader-issue[data-project-id="personal-web"] .reader-spread--magazine,
.reader-issue[data-project-id="personal-web"] .reader-lower--magazine {
  max-width: none;
  width: 100%;
}

.reader-issue[data-project-id="personal-web"] .reader-hero-grid--magazine,
.reader-issue[data-project-id="personal-web"] .reader-spread--magazine,
.reader-issue[data-project-id="personal-web"] .reader-lower--magazine,
.reader-issue[data-project-id="personal-web"] .reader-stats {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(1rem, 2vw, 2.4rem);
}

.reader-issue[data-project-id="personal-web"] .reader-hero-grid--magazine {
  row-gap: clamp(2rem, 4vw, 4rem);
}

.reader-issue[data-project-id="personal-web"] .reader-wall-word:last-child {
  top: -0.4rem;
  right: 3vw;
  max-width: none;
  white-space: nowrap;
  font-size: clamp(6.5rem, 10vw, 11rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  opacity: 0.045;
}

.reader-issue[data-project-id="personal-web"] .reader-headline {
  grid-column: 1 / span 5;
  max-width: none;
  gap: 2.35rem;
}

.reader-issue[data-project-id="personal-web"] .reader-title {
  max-width: 34rem;
  font-size: clamp(4.3rem, 7.6vw, 7.5rem);
  line-height: 0.9;
}

.reader-issue[data-project-id="personal-web"] .reader-message {
  max-width: 32rem;
  font-size: clamp(1.14rem, 1.45vw, 1.3rem);
  line-height: 1.95;
  color: color-mix(in srgb, var(--reader-ink, #fff), white 16%);
}

.reader-issue[data-project-id="personal-web"] .reader-feature {
  grid-column: 6 / span 3;
  align-self: start;
  padding: 0.55rem;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.08)),
    color-mix(in srgb, var(--reader-surface, rgba(255, 255, 255, 0.12)), transparent 22%);
  border-color: color-mix(in srgb, var(--reader-ink, #fff), transparent 78%);
  box-shadow: 0 24px 48px rgba(58, 17, 13, 0.18);
}

.reader-issue[data-project-id="personal-web"] .reader-feature img {
  aspect-ratio: 1 / 1;
  border-radius: 24px;
}

.reader-issue[data-project-id="personal-web"] .reader-feature figcaption {
  padding: 0.9rem 0.35rem 0.2rem;
  font-size: 0.86rem;
  line-height: 1.55;
}

.reader-issue[data-project-id="personal-web"] .reader-hero-aside {
  grid-column: 10 / span 3;
  max-width: none;
  gap: 2.85rem;
  padding-top: 7.75rem;
}

.reader-issue[data-project-id="personal-web"] .reader-hero-note-card {
  gap: 0.9rem;
  padding-top: 1.2rem;
  border-top-color: color-mix(in srgb, var(--reader-ink, #fff), transparent 72%);
}

.reader-issue[data-project-id="personal-web"] .reader-hero-note {
  max-width: 20rem;
  line-height: 1.98;
  color: color-mix(in srgb, var(--reader-ink, #fff), transparent 4%);
}

.reader-issue[data-project-id="personal-web"] .reader-hero-quote {
  max-width: 20rem;
  font-size: clamp(1.95rem, 2.15vw, 2.7rem);
  line-height: 1.24;
}

.reader-issue[data-project-id="personal-web"] .reader-spread--magazine {
  padding-top: 7rem;
  row-gap: 2rem;
}

.reader-issue[data-project-id="personal-web"] .reader-column--narrative {
  grid-column: 1 / span 7;
  gap: 2.15rem;
}

.reader-issue[data-project-id="personal-web"] .reader-intro {
  max-width: 30rem;
  font-size: clamp(1.8rem, 2.2vw, 2.55rem);
  line-height: 1.24;
}

.reader-issue[data-project-id="personal-web"] .reader-story-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem clamp(1.5rem, 3vw, 3rem);
  max-width: 58rem;
}

.reader-issue[data-project-id="personal-web"] .reader-story-section {
  align-content: start;
  gap: 0.9rem;
  padding-top: 1.25rem;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #fff), transparent 72%);
}

.reader-issue[data-project-id="personal-web"] .reader-story-section:first-child {
  grid-column: 1 / -1;
  max-width: 34rem;
}

.reader-issue[data-project-id="personal-web"] .reader-story-flow p {
  max-width: none;
  font-size: 1.05rem;
  line-height: 1.92;
}

.reader-issue[data-project-id="personal-web"] .reader-column--support {
  grid-column: 9 / span 3;
  max-width: none;
  gap: 1.6rem;
  padding-top: 1.75rem;
}

.reader-issue[data-project-id="personal-web"] .reader-note-card {
  border-radius: 0;
  background: none;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #fff), transparent 72%);
  backdrop-filter: none;
  padding: 1.3rem 0 0;
}

.reader-issue[data-project-id="personal-web"] .reader-note-card p,
.reader-issue[data-project-id="personal-web"] .reader-bullet-list li {
  line-height: 1.9;
}

.reader-issue[data-project-id="personal-web"] .reader-lower--magazine {
  row-gap: 2.6rem;
  padding-top: 5.25rem;
}

.reader-issue[data-project-id="personal-web"] .reader-stats {
  grid-column: 1 / span 12;
  gap: clamp(1rem, 2vw, 1.8rem);
}

.reader-issue[data-project-id="personal-web"] .reader-media-section {
  grid-column: 1 / span 7;
  gap: 1.25rem;
  padding-top: 0.75rem;
}

.reader-issue[data-project-id="personal-web"] .reader-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
}

.reader-issue[data-project-id="personal-web"] .reader-gallery-card {
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  backdrop-filter: none;
}

.reader-issue[data-project-id="personal-web"] .reader-gallery-card img {
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  margin-bottom: 0.9rem;
  box-shadow:
    0 18px 38px rgba(58, 17, 13, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.reader-issue[data-project-id="personal-web"] .reader-gallery-card span {
  color: color-mix(in srgb, var(--reader-ink, #fff), transparent 14%);
}

.reader-issue[data-project-id="personal-web"] .reader-stat {
  grid-column: span 4;
  min-height: 8.75rem;
  padding: 1.4rem 0 0;
  border-radius: 0;
  background: none;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #fff), transparent 72%);
  backdrop-filter: none;
}

.reader-issue[data-project-id="personal-web"] .reader-outro {
  grid-column: 9 / span 4;
  max-width: none;
  padding-top: 0.75rem;
}

.reader-issue[data-project-id="personal-web"] .reader-outro {
  font-size: clamp(1.2rem, 1.55vw, 1.52rem);
  line-height: 1.82;
}

.reader-issue[data-project-id="heal"] .reader-media-section {
  display: none;
}

/* =============================================
   HEAL — Full editorial magazine redesign
   ============================================= */

/* Kill the overlapping wall words */
.reader-issue[data-project-id="heal"] .reader-wall {
  display: none !important;
}

/* Reset article padding — we control it per-section */
.reader-issue[data-project-id="heal"] {
  max-width: none;
  width: 100%;
  padding: 0 0 6rem;
}

/* ── HERO: full-height split-screen ───────────────── */
.reader-issue[data-project-id="heal"] .reader-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  padding: 0;
  overflow: hidden;
}

/* Collapse the inner grid wrapper so its children
   become direct grid items of .reader-hero */
.reader-issue[data-project-id="heal"] .reader-hero-grid--magazine {
  display: contents;
}

/* LEFT PANEL: headline */
.reader-issue[data-project-id="heal"] .reader-headline {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem clamp(2.5rem, 4vw, 5rem) 3.5rem clamp(2rem, 5vw, 5.5rem);
  max-width: none;
  gap: 2rem;
  border-right: 1px solid color-mix(in srgb, var(--reader-ink, #351723), transparent 82%);
}

.reader-issue[data-project-id="heal"] .reader-title {
  font-size: clamp(5.5rem, 9vw, 11rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
  max-width: none;
}

.reader-issue[data-project-id="heal"] .reader-message {
  max-width: 28rem;
  font-size: clamp(1.1rem, 1.5vw, 1.32rem);
  line-height: 1.88;
}

/* RIGHT PANEL: feature image — full height */
.reader-issue[data-project-id="heal"] .reader-feature {
  grid-column: 2;
  grid-row: 1 / 3;
  position: relative;
  border-radius: 0;
  border: 0;
  padding: 0;
  background: color-mix(in srgb, var(--reader-bg, #f2c4d3), #000 14%);
  backdrop-filter: none;
  box-shadow: none;
  overflow: hidden;
}

.reader-issue[data-project-id="heal"] .reader-feature img {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
  border-radius: 0;
  object-fit: cover;
  object-position: top center;
}

.reader-issue[data-project-id="heal"] .reader-feature figcaption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  padding: 0.65rem 1rem;
  background: rgba(53, 23, 35, 0.52);
  color: rgba(255, 255, 255, 0.88);
  border-radius: 10px;
  font-size: 0.82rem;
  line-height: 1.5;
  backdrop-filter: blur(10px);
}

/* ASIDE: under the headline on the left */
.reader-issue[data-project-id="heal"] .reader-hero-aside {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.75rem;
  padding: 2.5rem clamp(2.5rem, 4vw, 5rem) 3rem clamp(2rem, 5vw, 5.5rem);
  max-width: none;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #351723), transparent 80%);
  border-right: 1px solid color-mix(in srgb, var(--reader-ink, #351723), transparent 82%);
}

.reader-issue[data-project-id="heal"] .reader-hero-note-card {
  padding-top: 0;
  border-top: 0;
}

.reader-issue[data-project-id="heal"] .reader-hero-note {
  max-width: 26rem;
  font-size: 1.02rem;
  line-height: 1.82;
}

.reader-issue[data-project-id="heal"] .reader-hero-quote {
  max-width: 26rem;
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  line-height: 1.22;
}

/* ── SPREAD: full-width reading section ───────────── */
.reader-issue[data-project-id="heal"] .reader-spread--magazine {
  display: block;
  padding: 5rem clamp(2rem, 5vw, 5.5rem);
  max-width: none;
}

/* Narrative: full-width centered column */
.reader-issue[data-project-id="heal"] .reader-column--narrative {
  max-width: 82rem;
  margin: 0 auto;
  background: none;
  border: 0;
  backdrop-filter: none;
  padding: 0;
  display: grid;
  gap: 3.5rem;
}

/* Big opening quote */
.reader-issue[data-project-id="heal"] .reader-intro {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.2;
  max-width: 58rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid color-mix(in srgb, var(--reader-ink, #351723), transparent 76%);
}

/* Two-column story grid */
.reader-issue[data-project-id="heal"] .reader-story-flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem clamp(3rem, 5vw, 6rem);
  counter-reset: story-section;
}

.reader-issue[data-project-id="heal"] .reader-story-section {
  counter-increment: story-section;
  align-content: start;
  gap: 1rem;
  padding-top: 1.75rem;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #351723), transparent 76%);
}

/* Bigger, readable body text */
/* Extra class in chain raises specificity to (0,3,1) — beats all base rules */
.reader-issue[data-project-id="heal"] .reader-story-flow .reader-story-section p {
  font-size: 1.35rem;
  line-height: 1.82;
  max-width: none;
  color: var(--reader-ink, #351723);
}

/* Section labels with counter */
.reader-issue[data-project-id="heal"] .reader-story-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Inter", sans-serif;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--reader-accent, #8a2557);
  margin-bottom: 0.25rem;
}

.reader-issue[data-project-id="heal"] .reader-story-label::before {
  content: "0" counter(story-section);
  font-family: "DM Mono", monospace;
  font-size: 1em;
  opacity: 0.6;
  flex-shrink: 0;
}

/* Drop cap on the opening paragraph */
.reader-issue[data-project-id="heal"] .reader-story-section:nth-child(1) p:first-of-type::first-letter {
  float: left;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 4.8em;
  line-height: 0.82;
  margin-right: 0.1em;
  margin-top: 0.07em;
  color: var(--reader-accent, #8a2557);
}

/* ── SUPPORT: hide redundant custom-message, keep link + notes ── */

/* Hide the "Custom Message" card — duplicates the outro */
.reader-issue[data-project-id="heal"] .reader-column--support .reader-note-card:nth-child(2) {
  display: none;
}

/* Two-column strip: live-site link | build notes */
.reader-issue[data-project-id="heal"] .reader-column--support {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 3.5rem clamp(2rem, 5vw, 5.5rem) 0;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 0;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #351723), transparent 72%);
}

/* Strip all card chrome */
.reader-issue[data-project-id="heal"] .reader-note-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 3.5rem 0 0;
  border: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
  box-shadow: none;
  border-right: 1px solid color-mix(in srgb, var(--reader-ink, #351723), transparent 82%);
}

/* Build notes: last visible item — no right border */
.reader-issue[data-project-id="heal"] .reader-note-card:last-child {
  padding: 0 0 0 3.5rem;
  border-right: 0;
}

/* Labels */
.reader-issue[data-project-id="heal"] .reader-card-label {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: var(--reader-accent, #8a2557);
  margin-bottom: 0.2rem;
}

/* Live Site: large display URL */
.reader-issue[data-project-id="heal"] .reader-note-card.reader-note-card--link {
  gap: 1.2rem;
}

.reader-issue[data-project-id="heal"] .reader-note-card.reader-note-card--link p {
  font-family: "Clash Display", sans-serif;
  font-size: clamp(2.2rem, 3.5vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--reader-ink, #351723);
  text-decoration: underline;
  text-decoration-color: var(--reader-accent, #8a2557);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 2px;
  transition: opacity 0.2s ease;
}

.reader-issue[data-project-id="heal"] .reader-note-card.reader-note-card--link p::after {
  content: " ↗";
  font-family: "DM Mono", monospace;
  font-size: 0.52em;
  color: var(--reader-accent, #8a2557);
  vertical-align: super;
  display: inline;
}

.reader-issue[data-project-id="heal"] .reader-note-card.reader-note-card--link:hover p {
  opacity: 0.72;
}

/* Build notes: minimal list */
.reader-issue[data-project-id="heal"] .reader-bullet-list {
  display: grid;
  gap: 0.75rem;
  padding-left: 0;
  list-style: none;
}

.reader-issue[data-project-id="heal"] .reader-bullet-list li {
  font-size: 1.2rem;
  line-height: 1.72;
  color: var(--reader-ink, #351723);
  padding-left: 1.2rem;
  position: relative;
}

.reader-issue[data-project-id="heal"] .reader-bullet-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  font-family: "DM Mono", monospace;
  font-size: 0.82em;
  color: var(--reader-accent, #8a2557);
  opacity: 0.65;
}

/* ── LOWER: stats + outro — unified closing band ──── */
.reader-issue[data-project-id="heal"] .reader-lower--magazine {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 0 clamp(3rem, 6vw, 7rem);
  padding: 5rem clamp(2rem, 5vw, 5.5rem) 4rem;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #351723), transparent 72%);
  margin-top: 4rem;
}

/* Stats: stacked vertically on the left */
.reader-issue[data-project-id="heal"] .reader-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
  grid-column: 1;
  max-width: none;
  margin: 0;
}

.reader-issue[data-project-id="heal"] .reader-stat {
  display: grid;
  grid-template-columns: 10rem 1fr;
  align-items: baseline;
  gap: 0 1.5rem;
  padding: 1.1rem 0;
  border-radius: 0;
  background: none;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #351723), transparent 80%);
  backdrop-filter: none;
}

.reader-issue[data-project-id="heal"] .reader-stat span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: var(--reader-accent, #8a2557);
  margin-bottom: 0;
}

.reader-issue[data-project-id="heal"] .reader-stat strong {
  font-family: "Clash Display", sans-serif;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* Outro: large closing statement on the right */
.reader-issue[data-project-id="heal"] .reader-outro {
  grid-column: 2;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  line-height: 1.38;
  font-style: italic;
  color: var(--reader-ink, #351723);
}

/* =============================================
   GAYATHRI — Magazine layout (mirrors Heal)
   ============================================= */

.reader-issue[data-project-id="gayathri"] .reader-media-section {
  display: none;
}

.reader-issue[data-project-id="gayathri"] .reader-wall {
  display: none !important;
}

.reader-issue[data-project-id="gayathri"] {
  max-width: none;
  width: 100%;
  padding: 0 0 6rem;
}

/* Hero: full-height split-screen */
.reader-issue[data-project-id="gayathri"] .reader-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  padding: 0;
  overflow: hidden;
}

.reader-issue[data-project-id="gayathri"] .reader-hero-grid--magazine {
  display: contents;
}

/* Left panel: headline */
.reader-issue[data-project-id="gayathri"] .reader-headline {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem clamp(2.5rem, 4vw, 5rem) 3.5rem clamp(2rem, 5vw, 5.5rem);
  max-width: none;
  gap: 2rem;
  border-right: 1px solid color-mix(in srgb, var(--reader-ink, #2d1a00), transparent 82%);
}

.reader-issue[data-project-id="gayathri"] .reader-title {
  font-size: clamp(5.5rem, 9vw, 11rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
  max-width: none;
}

.reader-issue[data-project-id="gayathri"] .reader-message {
  max-width: 28rem;
  font-size: clamp(1.1rem, 1.5vw, 1.32rem);
  line-height: 1.88;
}

/* Right panel: feature image */
.reader-issue[data-project-id="gayathri"] .reader-feature {
  grid-column: 2;
  grid-row: 1 / 3;
  position: relative;
  border-radius: 0;
  border: 0;
  padding: 0;
  background: color-mix(in srgb, var(--reader-bg, #f5e6b8), #000 14%);
  backdrop-filter: none;
  box-shadow: none;
  overflow: hidden;
}

.reader-issue[data-project-id="gayathri"] .reader-feature img {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
  border-radius: 0;
  object-fit: cover;
  object-position: top center;
}

.reader-issue[data-project-id="gayathri"] .reader-feature figcaption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  padding: 0.65rem 1rem;
  background: rgba(45, 26, 0, 0.52);
  color: rgba(255, 245, 220, 0.9);
  border-radius: 10px;
  font-size: 0.82rem;
  line-height: 1.5;
  backdrop-filter: blur(10px);
}

/* Aside: below headline on left */
.reader-issue[data-project-id="gayathri"] .reader-hero-aside {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.75rem;
  padding: 2.5rem clamp(2.5rem, 4vw, 5rem) 3rem clamp(2rem, 5vw, 5.5rem);
  max-width: none;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #2d1a00), transparent 80%);
  border-right: 1px solid color-mix(in srgb, var(--reader-ink, #2d1a00), transparent 82%);
}

.reader-issue[data-project-id="gayathri"] .reader-hero-note-card {
  padding-top: 0;
  border-top: 0;
}

.reader-issue[data-project-id="gayathri"] .reader-hero-note {
  max-width: 26rem;
  font-size: 1.02rem;
  line-height: 1.82;
}

.reader-issue[data-project-id="gayathri"] .reader-hero-quote {
  max-width: 26rem;
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  line-height: 1.22;
}

/* Spread: full-width reading */
.reader-issue[data-project-id="gayathri"] .reader-spread--magazine {
  display: block;
  padding: 5rem clamp(2rem, 5vw, 5.5rem);
  max-width: none;
}

.reader-issue[data-project-id="gayathri"] .reader-column--narrative {
  max-width: 82rem;
  margin: 0 auto;
  background: none;
  border: 0;
  backdrop-filter: none;
  padding: 0;
  display: grid;
  gap: 3.5rem;
}

.reader-issue[data-project-id="gayathri"] .reader-intro {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.2;
  max-width: 58rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid color-mix(in srgb, var(--reader-ink, #2d1a00), transparent 76%);
}

/* Two-column story grid */
.reader-issue[data-project-id="gayathri"] .reader-story-flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem clamp(3rem, 5vw, 6rem);
  counter-reset: story-section;
}

.reader-issue[data-project-id="gayathri"] .reader-story-section {
  counter-increment: story-section;
  align-content: start;
  gap: 1rem;
  padding-top: 1.75rem;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #2d1a00), transparent 76%);
}

.reader-issue[data-project-id="gayathri"] .reader-story-flow .reader-story-section p {
  font-size: 1.35rem;
  line-height: 1.82;
  max-width: none;
  color: var(--reader-ink, #2d1a00);
}

.reader-issue[data-project-id="gayathri"] .reader-story-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Inter", sans-serif;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--reader-accent, #7a3800);
  margin-bottom: 0.25rem;
}

.reader-issue[data-project-id="gayathri"] .reader-story-label::before {
  content: "0" counter(story-section);
  font-family: "DM Mono", monospace;
  font-size: 1em;
  opacity: 0.6;
  flex-shrink: 0;
}

/* Drop cap */
.reader-issue[data-project-id="gayathri"] .reader-story-section:nth-child(1) p:first-of-type::first-letter {
  float: left;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 4.8em;
  line-height: 0.82;
  margin-right: 0.1em;
  margin-top: 0.07em;
  color: var(--reader-accent, #7a3800);
}

/* Support: hide redundant custom message, show live site + build notes */
.reader-issue[data-project-id="gayathri"] .reader-column--support .reader-note-card:nth-child(2) {
  display: none;
}

.reader-issue[data-project-id="gayathri"] .reader-column--support {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 3.5rem clamp(2rem, 5vw, 5.5rem) 0;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 0;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #2d1a00), transparent 72%);
}

.reader-issue[data-project-id="gayathri"] .reader-note-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 3.5rem 0 0;
  border: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
  box-shadow: none;
  border-right: 1px solid color-mix(in srgb, var(--reader-ink, #2d1a00), transparent 82%);
}

.reader-issue[data-project-id="gayathri"] .reader-note-card:last-child {
  padding: 0 0 0 3.5rem;
  border-right: 0;
}

/* Live site: large display URL */
.reader-issue[data-project-id="gayathri"] .reader-note-card.reader-note-card--link {
  gap: 1.2rem;
}

.reader-issue[data-project-id="gayathri"] .reader-note-card.reader-note-card--link p {
  font-family: "Clash Display", sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--reader-ink, #2d1a00);
  text-decoration: underline;
  text-decoration-color: var(--reader-accent, #7a3800);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 2px;
  transition: opacity 0.2s ease;
}

.reader-issue[data-project-id="gayathri"] .reader-note-card.reader-note-card--link p::after {
  content: " ↗";
  font-family: "DM Mono", monospace;
  font-size: 0.52em;
  color: var(--reader-accent, #7a3800);
  vertical-align: super;
  display: inline;
}

.reader-issue[data-project-id="gayathri"] .reader-note-card.reader-note-card--link:hover p {
  opacity: 0.72;
}

.reader-issue[data-project-id="gayathri"] .reader-card-label {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: var(--reader-accent, #7a3800);
  margin-bottom: 0.2rem;
}

.reader-issue[data-project-id="gayathri"] .reader-note-card p {
  font-size: 1.1rem;
  line-height: 1.78;
  color: var(--reader-ink, #2d1a00);
}

.reader-issue[data-project-id="gayathri"] .reader-bullet-list {
  display: grid;
  gap: 0.75rem;
  padding-left: 0;
  list-style: none;
}

.reader-issue[data-project-id="gayathri"] .reader-bullet-list li {
  font-size: 1.2rem;
  line-height: 1.68;
  color: var(--reader-ink, #2d1a00);
  padding-left: 1.2rem;
  position: relative;
}

.reader-issue[data-project-id="gayathri"] .reader-bullet-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  font-family: "DM Mono", monospace;
  font-size: 0.82em;
  color: var(--reader-accent, #7a3800);
  opacity: 0.65;
}

/* Lower: 2-column stats + outro */
.reader-issue[data-project-id="gayathri"] .reader-lower--magazine {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 0 clamp(3rem, 6vw, 7rem);
  padding: 5rem clamp(2rem, 5vw, 5.5rem) 4rem;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #2d1a00), transparent 72%);
  margin-top: 4rem;
}

.reader-issue[data-project-id="gayathri"] .reader-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
  grid-column: 1;
  max-width: none;
  margin: 0;
}

.reader-issue[data-project-id="gayathri"] .reader-stat {
  display: grid;
  grid-template-columns: 10rem 1fr;
  align-items: baseline;
  gap: 0 1.5rem;
  padding: 1.1rem 0;
  border-radius: 0;
  background: none;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--reader-ink, #2d1a00), transparent 80%);
  backdrop-filter: none;
}

.reader-issue[data-project-id="gayathri"] .reader-stat span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: var(--reader-accent, #7a3800);
  margin-bottom: 0;
}

.reader-issue[data-project-id="gayathri"] .reader-stat strong {
  font-family: "Clash Display", sans-serif;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.reader-issue[data-project-id="gayathri"] .reader-outro {
  grid-column: 2;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  line-height: 1.38;
  font-style: italic;
  color: var(--reader-ink, #2d1a00);
}

@media (max-width: 1200px) {
  .ed-block.intro-block {
    min-width: 320px;
    width: 38vw;
  }

  .ed-block.stack-block {
    min-width: 360px;
    width: 44vw;
  }

  .ed-block.image-block {
    width: 84vw;
    padding: 2.4rem;
  }

  .reader-hero-grid,
  .reader-support-grid,
  .reader-hero-grid--magazine,
  .reader-spread--magazine {
    grid-template-columns: 1fr;
  }

  .reader-hero-aside {
    padding-top: 0;
    gap: 1.2rem;
  }

  .reader-column--support {
    max-width: 34rem;
  }

  .reader-hero-note {
    max-width: 34rem;
  }

  .reader-hero-quote {
    max-width: 38rem;
  }

  .reader-issue--magazine .reader-wall-word:last-child {
    right: 2%;
    top: 2%;
    font-size: clamp(6rem, 22vw, 10rem);
  }

  .reader-issue[data-project-id="personal-web"] .reader-wall-word:last-child {
    top: 0.75rem;
    right: 0.5rem;
    font-size: clamp(4.8rem, 16vw, 7.8rem);
  }

  .reader-issue[data-project-id="personal-web"] .reader-headline,
  .reader-issue[data-project-id="personal-web"] .reader-feature,
  .reader-issue[data-project-id="personal-web"] .reader-hero-aside,
  .reader-issue[data-project-id="personal-web"] .reader-column--narrative,
  .reader-issue[data-project-id="personal-web"] .reader-column--support,
  .reader-issue[data-project-id="personal-web"] .reader-stats,
  .reader-issue[data-project-id="personal-web"] .reader-media-section,
  .reader-issue[data-project-id="personal-web"] .reader-outro,
  .reader-issue[data-project-id="personal-web"] .reader-stat {
    grid-column: 1 / -1;
  }

  .reader-issue[data-project-id="personal-web"] .reader-feature {
    max-width: 24rem;
  }

  .reader-issue[data-project-id="personal-web"] .reader-hero-aside {
    max-width: 34rem;
    padding-top: 0.5rem;
  }

  .reader-issue[data-project-id="personal-web"] .reader-story-flow {
    grid-template-columns: 1fr;
    max-width: 34rem;
  }

  .reader-issue[data-project-id="personal-web"] .reader-story-section:first-child {
    max-width: none;
  }

  .reader-issue[data-project-id="personal-web"] .reader-stats {
    grid-template-columns: 1fr;
  }

  .reader-issue[data-project-id="personal-web"] .reader-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reader-issue[data-project-id="personal-web"] .reader-spread--magazine {
    padding-top: 4.5rem;
  }
}

@media (max-width: 780px) {
  .ed-block.intro-block,
  .ed-block.stack-block {
    width: 78vw;
    min-width: 78vw;
  }

  .ed-block.image-block {
    width: 88vw;
    padding: 1.4rem;
  }

  .stack-item,
  .ed-block.intro-block {
    padding: 2rem 1.5rem;
  }

  .ed-image-frame {
    border-radius: 28px;
  }

  .ed-image-overlay {
    inset: auto 0.8rem 0.8rem 0.8rem;
    padding: 0.85rem 0.9rem;
  }

  .project-reader__topbar,
  .reader-issue {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reader-hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .reader-hero-grid {
    min-height: auto;
    gap: 1.4rem;
  }

  .reader-support-grid,
  .reader-lower {
    gap: 1rem;
  }

  .reader-stats,
  .reader-gallery {
    grid-template-columns: 1fr;
  }

  .reader-issue--magazine .reader-wall-word:last-child {
    top: 1.5rem;
    right: 0.5rem;
    font-size: clamp(4.8rem, 22vw, 7rem);
  }

  .reader-issue[data-project-id="personal-web"] {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .reader-issue[data-project-id="personal-web"] .reader-wall-word:last-child {
    display: none;
  }

  .reader-issue[data-project-id="personal-web"] .reader-hero {
    padding-top: 2.4rem;
  }

  .reader-issue[data-project-id="personal-web"] .reader-spread--magazine,
  .reader-issue[data-project-id="personal-web"] .reader-lower--magazine {
    padding-top: 3rem;
  }

  .reader-issue[data-project-id="personal-web"] .reader-gallery {
    grid-template-columns: 1fr;
  }
}

/* =============================================
   MOBILE — disable horizontal scroll, go vertical
   ============================================= */
@media (max-width: 767px) {
  .editorial-wrapper {
    height: auto;
    overflow: visible;
  }

  #editorial-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    transform: none !important; /* neutralise any residual GSAP x transform */
  }

  .ed-block {
    height: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    border-right: none;
    border-bottom: 1px solid rgba(18, 18, 18, 0.12);
  }

  .ed-block.intro-block {
    padding: 3rem 1.5rem 2.5rem;
    justify-content: flex-start;
    background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(245,238,227,0.92));
  }

  .ed-intro-text {
    font-size: clamp(1.6rem, 6vw, 2.4rem);
  }

  .ed-block.stack-block {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ed-block.stack-block .stack-item {
    flex: 1 1 100%;
    border-bottom: 1px solid rgba(18,18,18,0.08);
  }

  .ed-block.stack-block .stack-item:last-child {
    border-bottom: none;
  }

  .ed-block.image-block {
    height: 68vw;
    width: 100% !important;
  }

  .ed-image-frame {
    height: 100%;
  }

  .ed-chapter-num {
    font-size: clamp(3rem, 12vw, 5rem) !important;
  }
}
