/* ============================================================
   BASE RESET
   ============================================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background: #fff;
}

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #121212;
  background: #fff;
}

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

/* ============================================================
   SHARED
   ============================================================ */

.page-loading {
  padding: 80px 40px;
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: #909090;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ── Nav ── */

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 40px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.14);
}

.nav__logo {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-size: 20px;
  font-weight:900;
  letter-spacing: -0.2px;
  color: #121212;
}

.nav__tagline {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.8px;
  color: #555555;
  text-transform: uppercase;
}

.nav__links {
  display: flex;
  gap: 24px;
}

.nav__link {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #555555;
  padding-bottom: 2px;
}

.nav__link--active {
  color: #121212;
  border-bottom: 1px solid #121212;
}

.nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 14px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.nav__hamburger span {
  display: block;
  height: 1px;
  background: #121212;
  width: 100%;
}

.nav__dropdown {
  display: none;
}

.nav__dropdown-link {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #555555;
}

.disc-pill {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 1.6px;
  padding: 3px 7px;
  border: 1px solid rgba(18, 18, 18, 0.14);
  color: #555555;
  text-transform: uppercase;
  display: inline-block;
}

.filter-pill {
  cursor: pointer;
  color: #555555;
  padding-bottom: 2px;
}

.filter-pill--active {
  color: #121212;
  border-bottom: 1px solid #121212;
}

/* ============================================================
   INDEX — FILTER STRIP
   ============================================================ */

.filter-strip {
  padding: 14px 40px;
  border-top: 1px solid #121212;
  border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  display: flex;
  gap: 26px;
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  align-items: center;
}

.filter-strip__label {
  color: #555555;
}

.filter-strip__count {
  margin-left: auto;
  color: #555555;
}

/* ============================================================
   INDEX — HERO
   ============================================================ */

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(18, 18, 18, 0.14);
}

.hero__left {
  padding: 56px 60px;
  border-right: 1px solid rgba(18, 18, 18, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  background-color: whitesmoke;
}

.hero__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.hero__eyebrow {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: #555555;
}

.hero__title {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: 84px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 0.95;
  margin-bottom: 16px;
}

.hero__author {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-size: 22px;
  color: #555555;
  margin-bottom: 28px;
  letter-spacing: -0.2px;
}

.hero__body {
  font-size: 16px;
  line-height: 1.65;
  color: #121212;
  
  margin-bottom: 28px;
    font-family: "Cormorant Garamond", Georgia, serif;

}

.hero__details {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #555555;
  text-transform: uppercase;
  line-height: 1.9;
  margin-bottom: 28px;
}

.hero__actions {
  display: flex;
  gap: 20px;
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.8px;
}

.hero__cta {
  border-bottom: 1px solid #121212;
  padding-bottom: 3px;
}

.hero__cta--soft {
  color: #555555;
}

.hero__right {
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.hero__cover {
  width: 340px;
}

.hero__carousel {
  position: relative;
  width: 340px;
}

.hero__carousel-viewport {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.hero__carousel-img {
  max-width: 100%;
  max-height: 420px;
  object-fit: contain;
  display: block;
}

.hero__carousel-btn {
  position: absolute;
  top: calc(50% - 12px);
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 28px;
  color: rgba(18, 18, 18, 0.25);
  cursor: pointer;
  padding: 0 6px;
  line-height: 1;
  transition: color 0.15s;
}
.hero__carousel-btn:hover { color: #121212; }
.hero__carousel-btn--prev { left: -32px; }
.hero__carousel-btn--next { right: -32px; }

.hero__carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
}

.hero__carousel-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: none;
  background: rgba(18, 18, 18, 0.2);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.hero__carousel-dot.active { background: #121212; }

/* ============================================================
   INDEX — RECENT GRID
   ============================================================ */

.recent-grid {
  padding: 32px 40px 48px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 24px;
}

.book-card {
  display: block;
}

.book-card__date {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 1.2px;
  color: #909090;
  margin-top: 8px;
  text-transform: uppercase;
}

.book-card__title {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: 14px;
  margin-top: 4px;
  line-height: 1.2;
}

.book-card__author {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 1.2px;
  color: #555555;
  margin-top: 3px;
}

/* ============================================================
   ENTRY
   ============================================================ */

.entry-layout {
  flex: 1;
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: stretch;
}

.entry-sidebar {
  padding: 40px 36px;
  border-right: 1px solid rgba(18, 18, 18, 0.14);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.entry-sidebar__cover {
  width: 100%;
  max-width: 300px;
}

.entry-sidebar__pills {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.entry-sidebar__eyebrow {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: #555555;
  margin-bottom: 8px;
}

.entry-sidebar__title {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 0.98;
  margin-bottom: 8px;
}

.entry-sidebar__author {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-size: 17px;
  color: #555555;
}

.entry-sidebar__meta {
  border-top: 1px solid rgba(18, 18, 18, 0.14);
  padding-top: 14px;
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 2;
  color: #555555;
}

.entry-meta-grid {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 5px;
  text-transform: uppercase;
}

.entry-meta-grid__value {
  color: #121212;
}

.entry-contributors {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.entry-contributor {
  display: grid;
  grid-template-columns: 120px 1fr;
  text-transform: uppercase;
}

.entry-contributor__role {
  color: #909090;
  letter-spacing: 1.4px;
}

.entry-contributor__name {
  color: #121212;
  letter-spacing: 0.3px;
}

.entry-sidebar__actions {
  display: flex;
  gap: 10px;
}

.entry-btn-primary {
  flex: 1;
  padding: 12px 0;
  text-align: center;
  background: #121212;
  color: #ffffff;
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.8px;
  cursor: pointer;
  display: block;
}

.entry-btn-primary--disabled {
  opacity: 0.35;
  cursor: default;
}

.entry-btn-secondary {
  padding: 12px 16px;
  border: 1px solid #121212;
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.8px;
  cursor: pointer;
}

.entry-content {
  padding: 40px 48px 64px;
}

.entry-section-label {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: #555555;
  margin-bottom: 12px;
}

.entry-blurb {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #121212;
  max-width: 640px;
  margin-bottom: 36px;
}

.entry-spreads-label {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: #555555;
  margin-bottom: 12px;
}

.entry-spreads-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 36px;
  align-items: start;
}

.entry-note {
  border-top: 1px solid rgba(18, 18, 18, 0.14);
  padding-top: 20px;
  margin-bottom: 28px;
}

.entry-note__label {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: #555555;
  margin-bottom: 10px;
}

.entry-note__body {
  font-size: 13px;
  line-height: 1.7;
  color: #121212;
  max-width: 640px;
}

.entry-related {
  border-top: 1px solid rgba(18, 18, 18, 0.14);
  padding-top: 20px;
}

.entry-related__label {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: #555555;
  margin-bottom: 16px;
}

.entry-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.related-card {
  display: block;
}

.related-card__title {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: 13px;
  margin-top: 8px;
}

.related-card__author {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 1.2px;
  color: #555555;
  margin-top: 3px;
}

/* ============================================================
   ARCHIVE
   ============================================================ */

.archive-header {
  padding: 32px 40px 20px;
  border-bottom: 1px solid #121212;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.archive-header__eyebrow {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: #555555;
  margin-bottom: 8px;
}

.archive-header__title {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: 72px;
  letter-spacing: -2px;
  line-height: 0.92;
}

.archive-stats {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #555555;
  text-align: right;
  line-height: 1.8;
  padding-bottom: 8px;
}

.archive-search {
  padding: 14px 40px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  text-transform: uppercase;
}

.archive-search__input {
  width: 100%;
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.4px;
  color: #121212;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  text-transform: uppercase;
}

.archive-search__input::placeholder {
  color: #909090;
}

.archive-filters {
  padding: 12px 40px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  display: flex;
  gap: 20px;
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  align-items: center;
  flex-wrap: wrap;
}

.archive-filters__label {
  color: #555555;
}

.archive-filters__section {
  margin-left: 16px;
  color: #555555;
}

.archive-filters__count {
  margin-left: auto;
  color: #555555;
}

.archive-table-header {
  display: grid;
  grid-template-columns: 130px 36px 1fr 180px 90px 90px 80px 20px;
  padding: 10px 40px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #555555;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.archive-table-header__price {
  text-align: right;
}

.archive-row {
  display: grid;
  grid-template-columns: 130px 36px 1fr 180px 90px 90px 80px 20px;
  padding: 14px 40px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.06);
  align-items: center;
}

.archive-row:hover {
  background: #f5f4f0;
}

.archive-row__date {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #555555;
  text-transform: uppercase;
}

.archive-row__thumb {
  display: block;
  width: 28px;
  aspect-ratio: 4/5;
  flex-shrink: 0;
}

div.archive-row__thumb {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.archive-row__title {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: 20px;
  letter-spacing: -0.3px;
}

.archive-row__work-author {
  font-size: 12px;
  color: #555555;
  margin-left: 10px;
    font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;


}

.archive-row__publisher {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.archive-row__meta {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #555555;
  text-transform: uppercase;
}

.archive-row__price {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 11px;
  text-align: right;
  text-transform: uppercase;
}

.archive-row__arrow {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 11px;
  color: #555555;
  text-align: right;
}

.archive-empty {
  padding: 48px 40px;
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #909090;
}

/* ============================================================
   PUBLISHER
   ============================================================ */

.pub-not-found {
  padding: 80px 40px;
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #909090;
}

.pub-header {
  padding: 40px 40px 32px;
  border-bottom: 1px solid #121212;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: flex-end;
}

.pub-header__eyebrow {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: #555555;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pub-header__name {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 0.9;
  
}

.pub-header__bio {
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
  padding-bottom: 8px;
    font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;

}

.pub-header__url {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #909090;
  margin-top: 14px;
}
.pub-header__url a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pub-header__url a:hover { color: #121212; }
.pub-header__bio-text {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.6;
  color: #555555;
  max-width: 420px;
}

.pub-year-filter {
  padding: 14px 40px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.14);
  display: flex;
  gap: 26px;
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.6px;
  align-items: center;
}

.pub-year-filter__label {
  color: #555555;
}

.pub-year-filter__count {
  margin-left: auto;
  color: #555555;
}

.pub-grid {
  padding: 32px 40px 64px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 28px;
  row-gap: 40px;
}

.pub-card {
  display: block;
}

.pub-card__date {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 1.3px;
  color: #909090;
  margin-top: 10px;
  text-transform: uppercase;
}

.pub-card__title {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  margin-top: 4px;
  line-height: 1.15;
}

.pub-card__author {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 1.2px;
  color: #555555;
  margin-top: 4px;
}

.pub-card__blurb {
  font-size: 12px;
  color: #555555;
  margin-top: 8px;
  line-height: 1.5;
}

/* ── About ── */
.about-layout {
  max-width: 640px;
  margin: 0 auto;
  padding: 80px 40px 120px;
}

.about-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
  color: #121212;
  margin: 0 0 1.5em;
}

.about-text strong {
  font-weight: 500;
}

.about-text--statement {
  font-style: italic;
  color: #555555;
  margin-top: 2em;
}

.about-footnote {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #aaaaaa;
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(18,18,18,0.1);
}

/* ── Publisher directory ── */
.pub-directory-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 48px 40px 28px;
  border-bottom: 1px solid rgba(18,18,18,0.1);
}
.pub-directory-header__label {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 2px;
}
.pub-directory-header__count {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 1px;
  color: #909090;
}

.pub-directory-list {
  padding: 0 40px 80px;
}

.pub-dir-row {
  display: grid;
  grid-template-columns: 1fr 200px 80px;
  align-items: baseline;
  gap: 0 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(18,18,18,0.06);
  text-decoration: none;
  color: inherit;
  transition: background 0.1s;
}
.pub-dir-row:hover {
  background: #fafafa;
  margin: 0 -40px;
  padding-left: 40px;
  padding-right: 40px;
}
.pub-dir-row__name {
  font-family: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: 28px;
  letter-spacing: -0.3px;
  line-height: 1;
}
.pub-dir-row__meta {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 1px;
  color: #909090;
  text-transform: uppercase;
}
.pub-dir-row__count {
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 1px;
  color: #555;
  text-align: right;
}

.pub-no-titles {
  padding: 56px 40px;
  font-family: "DM Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #909090;
  text-transform: uppercase;
}
.pub-no-titles a {
  color: #121212;
  border-bottom: 1px solid #121212;
  padding-bottom: 1px;
}

.pub-header__back {
  display: block;
  color: #909090;
  letter-spacing: 1.5px;
  padding: 6px 0;
  margin-bottom: 8px;
  font-size: 9px;
}
.pub-header__back:hover { color: #121212; }

/* ============================================================
   RESPONSIVE — TABLET (≤960px)
   ============================================================ */

@media (max-width: 960px) {
  /* Entry: narrower sidebar */
  .entry-layout { grid-template-columns: 290px 1fr; }
  .entry-sidebar__title { font-size: 36px; }
  .entry-sidebar__cover { max-width: 240px; }
  .entry-content { padding: 40px 32px 64px; }

  /* Archive: drop format + price columns */
  .archive-table-header,
  .archive-row { grid-template-columns: 110px 36px 1fr 150px 80px 20px; }
  .archive-row__format,
  .archive-row__price { display: none; }
  .archive-table-header > *:nth-child(6),
  .archive-table-header > *:nth-child(7) { display: none; }

  /* Publisher header: stack on narrow screens */
  .pub-header { grid-template-columns: 1fr; gap: 20px; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤768px)
   ============================================================ */

@media (max-width: 768px) {

  /* ── Nav ── */
  .nav { padding: 16px 20px; flex-wrap: wrap; position: relative; }
  .nav__tagline { display: none; }
  .nav__links { display: none; }
  .nav__hamburger { display: flex; }
  .nav__dropdown {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid rgba(18,18,18,0.12);
    margin-top: 12px;
    padding-top: 12px;
  }
  .nav__dropdown-link {
    font-family: "DM Mono", ui-monospace, Menlo, monospace;
    font-size: 10px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #555555;
    padding: 10px 0;
    border-bottom: 1px solid rgba(18,18,18,0.08);
  }
  .nav__dropdown-link:last-child { border-bottom: none; }

  /* ── Hero — image first, then copy ── */
  .hero { grid-template-columns: 1fr; }
  .hero__right {
    order: -1;
    padding: 28px 24px;
    border-right: none;
    border-bottom: 1px solid rgba(18,18,18,0.14);
    min-height: unset;
  }
  .hero__left {
    padding: 32px 24px;
    border-right: none;
    min-height: unset;
  }
  .hero__title { font-size: 52px; letter-spacing: -1.2px; }
  .hero__body { font-size: 15px; }
  .hero__carousel,
  .hero__cover { width: 100%; max-width: 280px; }
  .hero__carousel-btn--prev { left: -18px; }
  .hero__carousel-btn--next { right: -18px; }

  /* ── Filter strip ── */
  .filter-strip { padding: 12px 20px; gap: 14px; flex-wrap: wrap; }
  .filter-strip__count { margin-left: 0; }

  /* ── Recent grid ── */
  .recent-grid { padding: 24px 20px 40px; }

  /* ── Entry ── */
  .entry-layout { grid-template-columns: 1fr; }
  .entry-sidebar {
    border-right: none;
    border-bottom: 1px solid rgba(18,18,18,0.14);
    padding: 28px 20px;
  }
  .entry-sidebar__cover { max-width: 190px; }
  .entry-sidebar__title { font-size: 32px; letter-spacing: -0.5px; }
  .entry-content { padding: 28px 20px 48px; }
  .entry-spreads-grid { grid-template-columns: 1fr; }
  .entry-related-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }

  /* ── Archive ── */
  .archive-header {
    padding: 24px 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .archive-header__title { font-size: 48px; letter-spacing: -1.5px; }
  .archive-stats { text-align: left; padding-bottom: 0; }
  .archive-search { padding: 12px 20px; }
  .archive-filters { padding: 10px 20px; gap: 12px; }
  .archive-table-header { display: none; }

  /* Archive rows become compact cards: [thumb] [work+publisher] [arrow] */
  .archive-row {
    grid-template-columns: 36px 1fr 16px;
    grid-template-rows: auto auto;
    padding: 12px 20px;
    gap: 0 12px;
    align-items: start;
  }
  .archive-row__date { display: none; }
  .archive-row__thumb { grid-column: 1; grid-row: 1 / 3; align-self: center; }
  .archive-row__work { grid-column: 2; grid-row: 1; }
  .archive-row__publisher { grid-column: 2; grid-row: 2; font-size: 9px; margin-top: 3px; }
  .archive-row__meta,
  .archive-row__format,
  .archive-row__price { display: none; }
  .archive-row__arrow { grid-column: 3; grid-row: 1 / 3; align-self: center; }

  /* ── Publisher ── */
  .pub-header {
    grid-template-columns: 1fr;
    padding: 28px 20px 24px;
    gap: 16px;
  }
  .pub-header__name { font-size: 48px; letter-spacing: -1.5px; }
  .pub-grid { padding: 24px 20px; }

  .about-layout { padding: 48px 24px 80px; }
  .about-text { font-size: 19px; }
}
