:root {
  color-scheme: light;
  --ink: #171513;
  --muted: #716c64;
  --paper: #f7f3ec;
  --paper-strong: #fffaf1;
  --line: rgba(23, 21, 19, 0.14);
  --red: #c83d2a;
  --green: #157363;
  --blue: #315f9d;
  --gold: #d7a12f;
  --shadow: 0 18px 50px rgba(33, 26, 18, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 108px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
.button {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
}

.site-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 22px;
  padding-right: 22px;
}

.masthead {
  align-items: center;
  background: rgba(247, 243, 236, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 78px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 180px;
}

.brand-mark {
  align-items: center;
  background: #101115;
  border: 1px solid rgba(255, 122, 0, 0.38);
  border-radius: 12px;
  box-shadow: 0 0 22px rgba(255, 122, 0, 0.18);
  box-sizing: border-box;
  display: grid;
  overflow: hidden;
  height: 44px;
  place-items: center;
  width: 44px;
}

.masthead .brand-mark {
  display: none;
}

.masthead .brand {
  display: none;
}

.brand-mark img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  margin-top: 2px;
}

.top-nav {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  max-width: 100%;
  min-width: 0;
}

.top-nav a {
  border-radius: 999px;
  color: #3b3630;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 10px 12px;
}

.top-nav a:hover,
.filter:hover {
  background: rgba(23, 21, 19, 0.07);
}

.hero {
  background:
    linear-gradient(90deg, rgba(247, 243, 236, 0.98), rgba(247, 243, 236, 0.76)),
    repeating-linear-gradient(135deg, rgba(23, 21, 19, 0.08) 0 1px, transparent 1px 20px);
  border-bottom: 1px solid var(--line);
  min-height: calc(100svh - 78px);
  padding: 62px 0 44px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.8fr);
}

.hero-grid > *,
.layout > *,
.split > *,
.media-grid > * {
  min-width: 0;
}

.kicker,
.section-label {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 0.93;
  margin: 0;
  overflow-wrap: break-word;
}

h1 {
  font-size: 7.4rem;
  max-width: 860px;
}

h2 {
  font-size: 4.8rem;
}

.hero-text {
  color: #3f3932;
  font-size: 1.32rem;
  font-weight: 650;
  line-height: 1.45;
  max-width: 660px;
}

.hero-actions {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.primary {
  background: var(--ink);
  color: var(--paper-strong);
}

.secondary {
  background: transparent;
}

.hero-board {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.board-card,
.project-card {
  aspect-ratio: 1;
  border: 1px solid rgba(255, 250, 241, 0.42);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  overflow: hidden;
  padding: 18px;
  position: relative;
  box-shadow: var(--shadow);
}

.board-card img,
.project-card img,
.feed-art img,
.print-thumb img,
.book-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.board-card img,
.project-card img {
  filter: saturate(0.9) contrast(1.02);
}

.board-card::after,
.project-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0.66));
  content: "";
  inset: 0;
  position: absolute;
}

.board-card.big {
  aspect-ratio: auto;
  grid-row: span 2;
}

.board-card::before,
.project-card::before,
.print-thumb::before {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.34), transparent 26%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 13px);
  content: "";
  inset: 0;
  mix-blend-mode: soft-light;
  position: absolute;
  z-index: 1;
}

.board-card span,
.project-card span {
  font-size: 0.78rem;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.board-card strong,
.project-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 0.95;
  position: relative;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.visual-2050 {
  background:
    radial-gradient(circle at 78% 22%, #f4cf57 0 14%, transparent 15%),
    linear-gradient(145deg, #23201d 0 32%, #c83d2a 32% 55%, #315f9d 55% 76%, #157363 76%);
}

.visual-print {
  background:
    radial-gradient(circle at 72% 66%, #f7f3ec 0 12%, transparent 13%),
    linear-gradient(135deg, #157363 0 34%, #171513 34% 58%, #d7a12f 58% 75%, #c83d2a 75%);
}

.visual-diamond {
  background:
    linear-gradient(45deg, transparent 46%, rgba(255, 255, 255, 0.5) 47% 53%, transparent 54%),
    linear-gradient(135deg, #315f9d 0 40%, #171513 40% 62%, #f7f3ec 62% 64%, #c83d2a 64%);
}

.ecosystem {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: -28px;
  position: relative;
  z-index: 4;
}

.ecosystem a {
  background: var(--paper-strong);
  border: 1px solid var(--line);
  min-height: 156px;
  padding: 20px;
}

.ecosystem span,
.feed-card time,
.book-card span,
.media-list span {
  color: var(--muted);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ecosystem strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 10px;
}

.ecosystem small {
  color: var(--muted);
  display: block;
  font-weight: 700;
  line-height: 1.35;
}

.layout {
  align-items: start;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: 70px;
  padding-top: 56px;
}

.rail {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 98px;
}

.rail-panel {
  border: 1px solid var(--line);
  padding: 16px;
}

.filter {
  background: transparent;
  border-color: var(--line);
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
  width: 100%;
}

.filter.active {
  background: var(--ink);
  color: var(--paper-strong);
}

.signal {
  background: #ebe3d6;
}

.signal strong,
.signal span {
  display: block;
}

.signal span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 10px;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.section-heading p:not(.section-label) {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
  max-width: 430px;
}

.feed-list {
  display: grid;
  gap: 12px;
}

.feed-card {
  background: var(--paper-strong);
  border: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 156px minmax(0, 1fr);
  padding: 12px;
}

.feed-card[hidden] {
  display: none;
}

.feed-art {
  min-height: 156px;
  overflow: hidden;
  position: relative;
}

.feed-body {
  align-self: center;
  padding: 8px 8px 8px 0;
}

.feed-type {
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  margin-left: 8px;
  text-transform: uppercase;
}

.feed-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 0.98;
  margin: 0 0 10px;
}

.feed-card p {
  color: #514b44;
  font-weight: 650;
  line-height: 1.5;
  margin: 0 0 16px;
}

.feed-link {
  border-bottom: 2px solid var(--ink);
  font-weight: 900;
}

.feature-band,
.media-band,
.social-band,
.about {
  border-top: 1px solid var(--line);
}

.zine-band {
  background: #e6ded0;
  border-top: 1px solid var(--line);
  padding: 78px 0;
}

.zine-layout {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 1fr);
}

.zine-copy {
  position: sticky;
  top: 98px;
}

.zine-logo {
  background: #08090d;
  border: 1px solid rgba(255, 250, 241, 0.22);
  display: block;
  margin: 0 0 18px;
  max-width: 315px;
  padding: 10px;
  width: 100%;
}

.zine-copy p:not(.section-label) {
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 24px;
}

.zine-issues {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.zine-issues article {
  background: var(--paper-strong);
  border: 1px solid var(--line);
  display: grid;
}

.zine-issues img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.zine-issues span {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  margin: 16px 16px 8px;
  text-transform: uppercase;
}

.zine-issues strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1;
  margin: 0 16px 8px;
}

.zine-issues p {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 16px 14px;
}

.zine-issues a {
  border-top: 1px solid var(--line);
  font-weight: 900;
  margin-top: auto;
  padding: 14px 16px;
}

.zine-issues button {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--line);
  color: inherit;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
  margin-top: auto;
  min-height: 0;
  padding: 14px 16px;
  text-align: left;
  text-transform: uppercase;
}

.zine-issues button:hover {
  background: rgba(255, 250, 241, 0.1);
}

.feature-band {
  background: #26211b;
  color: var(--paper-strong);
  padding: 78px 0;
}

.split,
.media-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
}

.split p:not(.section-label),
.media-grid p {
  color: rgba(255, 250, 241, 0.76);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.55;
  max-width: 570px;
}

.shop-preview {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.shop-preview article {
  background: rgba(17, 19, 26, 0.88);
  border: 1px solid rgba(244, 241, 232, 0.14);
  color: var(--ink);
  padding: 14px;
}

.print-thumb {
  aspect-ratio: 4 / 5;
  background: #07080c;
  border: 1px solid rgba(244, 241, 232, 0.12);
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}

.shop-preview strong,
.shop-preview span {
  display: block;
}

.shop-preview span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
  margin: 6px 0 12px;
}

.shop-preview button {
  background: var(--red);
  border-color: var(--red);
  border-radius: 4px;
  color: white;
  width: 100%;
}

.catalog,
.projects {
  padding-bottom: 78px;
  padding-top: 78px;
}

.gallery-band {
  background: #171513;
  color: var(--paper-strong);
  padding: 78px 0;
}

.gallery-band .section-heading p:not(.section-label) {
  color: rgba(255, 250, 241, 0.72);
}

.gallery-band .section-heading h2,
.gallery-band .visual-work-card strong,
.feature-band .shop-preview article,
.feature-band .shop-preview strong,
.feature-band .shop-preview span {
  color: #fffaf1;
}

.feature-band .shop-preview span {
  color: rgba(255, 250, 241, 0.68);
}

.visual-works-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.visual-work-card {
  background: rgba(17, 19, 26, 0.94);
  border: 1px solid rgba(255, 250, 241, 0.18);
  display: grid;
  overflow: hidden;
}

.visual-work-card img {
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.visual-work-card span {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  margin: 12px 12px 4px;
  text-transform: uppercase;
}

.visual-work-card strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1;
  margin: 0 12px 14px;
}

.collection-links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.collection-links a {
  background: rgba(255, 250, 241, 0.08);
  border: 1px solid rgba(255, 250, 241, 0.18);
  padding: 16px;
}

.collection-links span {
  color: rgba(255, 250, 241, 0.58);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.collection-links strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1;
}

.social-band {
  background: var(--paper-strong);
  padding: 78px 0;
}

.social-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.social-card {
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 20px;
}

.social-card > strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  line-height: 1;
}

.social-card p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
  margin: 12px 0 22px;
}

.social-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.social-card a,
.social-card span {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 900;
  min-height: 38px;
  padding: 9px 12px;
}

.social-card span {
  color: var(--muted);
}

.catalog-grid,
.project-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.book-card {
  background: var(--paper-strong);
  border: 1px solid var(--line);
  min-height: 240px;
  padding: 20px;
}

.clickable-card {
  cursor: pointer;
}

.clickable-card:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}

.book-card img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  margin: -20px -20px 18px;
  object-fit: cover;
  position: relative;
  width: calc(100% + 40px);
}

.book-card.accent {
  background: var(--ink);
  color: var(--paper-strong);
}

.book-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.book-card p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.book-card.accent p,
.book-card.accent span {
  color: rgba(255, 250, 241, 0.72);
}

.inline-action {
  border-bottom: 2px solid currentColor;
  display: inline-flex;
  font-weight: 900;
  margin-top: 8px;
}

.media-band {
  background: var(--green);
  color: var(--paper-strong);
  padding: 74px 0;
}

.media-list {
  display: grid;
  gap: 10px;
}

.media-list a {
  background: rgba(255, 250, 241, 0.12);
  border: 1px solid rgba(255, 250, 241, 0.24);
  padding: 18px;
}

.media-list span {
  color: rgba(255, 250, 241, 0.65);
}

.media-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.live-media {
  margin-top: 54px;
}

.live-media .section-heading {
  align-items: end;
}

.live-media-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.live-media-card {
  background: rgba(255, 250, 241, 0.12);
  border: 1px solid rgba(255, 250, 241, 0.24);
  min-width: 0;
}

.live-media-card a {
  display: grid;
  min-height: 100%;
}

.live-media-card img {
  aspect-ratio: 16 / 10;
  background: rgba(0, 0, 0, 0.16);
  display: block;
  object-fit: contain;
  width: 100%;
}

.live-media-card span {
  color: rgba(255, 250, 241, 0.68);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  margin: 14px 14px 8px;
  text-transform: uppercase;
}

.live-media-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.36rem;
  line-height: 1;
  margin: 0 14px 8px;
}

.live-media-card p {
  color: rgba(255, 250, 241, 0.72);
  font-size: 0.88rem;
  line-height: 1.4;
  margin: 0 14px 16px;
}

.audio-samples {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.audio-samples article {
  background: rgba(255, 250, 241, 0.12);
  border: 1px solid rgba(255, 250, 241, 0.24);
  padding: 16px;
}

.audio-samples span {
  color: rgba(255, 250, 241, 0.65);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.audio-samples strong {
  display: block;
  margin-bottom: 12px;
}

.audio-samples audio {
  width: 100%;
}

.project-card {
  aspect-ratio: 4 / 5;
  box-shadow: none;
}

.about {
  background: var(--paper-strong);
  padding: 78px 0;
}

.about-inner {
  max-width: 980px;
}

.about-inner p:not(.section-label) {
  color: var(--muted);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.55;
  max-width: 760px;
}

.footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 86px;
}

.footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer a {
  color: var(--muted);
  font-weight: 850;
}

@media (max-width: 900px) {
  .masthead {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 14px;
    padding-top: 14px;
    position: static;
  }

  .top-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-x: visible;
    padding-bottom: 4px;
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-grid,
  .layout,
  .split,
  .media-grid,
  .zine-layout {
    grid-template-columns: 1fr;
  }

  .zine-copy {
    position: static;
  }

  .live-media-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-board {
    grid-template-columns: 1fr 1fr;
  }

  .ecosystem {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding-top: 20px;
  }

  .visual-works-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .rail {
    position: static;
  }

  .rail-panel:first-child {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .rail-panel:first-child .section-label {
    width: 100%;
  }

  .filter {
    margin-top: 0;
    width: auto;
  }

  h1 {
    font-size: 5.4rem;
  }

  h2 {
    font-size: 3.8rem;
  }

  .board-card strong,
  .project-card strong {
    font-size: 2.5rem;
  }

  .feed-card h3 {
    font-size: 2.4rem;
  }
}

@media (max-width: 640px) {
  .site-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    max-width: 225px;
  }

  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .hero-text {
    font-size: 1.08rem;
  }

  .board-card strong,
  .project-card strong {
    font-size: 2.1rem;
  }

  .feed-card h3 {
    font-size: 2rem;
  }

  .hero-board,
  .ecosystem,
  .shop-preview,
  .catalog-grid,
  .project-grid,
  .live-media-grid,
  .visual-works-grid,
  .zine-issues,
  .collection-links,
  .social-grid,
  .audio-samples {
    grid-template-columns: 1fr;
  }

  .board-card.big {
    min-height: 260px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .feed-card {
    grid-template-columns: 1fr;
  }

  .feed-art {
    min-height: 230px;
  }

  .feed-body {
    padding: 0 4px 6px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding-bottom: 24px;
    padding-top: 24px;
  }
}

/* Future zine console pass */
:root {
  color-scheme: dark;
  --ink: #f4f1e8;
  --muted: #a9a29a;
  --paper: #08090d;
  --paper-strong: #11131a;
  --line: rgba(244, 241, 232, 0.16);
  --red: #ff315c;
  --green: #55d6a5;
  --blue: #58a6ff;
  --gold: #f5c84c;
  --violet: #b072ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

body {
  background:
    radial-gradient(circle at 16% 0%, rgba(88, 166, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 90% 14%, rgba(255, 49, 92, 0.12), transparent 24rem),
    linear-gradient(180deg, #090a10 0%, #050609 100%);
  color: var(--ink);
}

body::before {
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(90deg, rgba(88, 166, 255, 0.035) 0 1px, transparent 1px 64px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

.masthead {
  background: rgba(8, 9, 13, 0.82);
  border-bottom-color: rgba(244, 241, 232, 0.14);
  box-shadow: 0 1px 0 rgba(88, 166, 255, 0.2);
}

.brand-mark {
  border-radius: 10px;
}

.brand small,
.top-nav a,
.section-heading p:not(.section-label),
.hero-text,
.feed-card p,
.about-inner p:not(.section-label),
.zine-copy p:not(.section-label) {
  color: var(--muted);
}

.top-nav a:hover,
.filter:hover {
  background: rgba(88, 166, 255, 0.12);
  color: white;
}

.button,
button {
  border-color: rgba(244, 241, 232, 0.34);
  border-radius: 4px;
  color: var(--ink);
}

.primary {
  background: var(--red);
  border-color: var(--red);
  color: white;
}

.secondary {
  background: rgba(244, 241, 232, 0.04);
}

.hero {
  background:
    linear-gradient(90deg, rgba(8, 9, 13, 0.98), rgba(8, 9, 13, 0.82)),
    linear-gradient(135deg, rgba(88, 166, 255, 0.2), rgba(255, 49, 92, 0.14)),
    repeating-linear-gradient(135deg, rgba(244, 241, 232, 0.09) 0 1px, transparent 1px 22px);
  border-bottom-color: rgba(244, 241, 232, 0.14);
  min-height: auto;
  padding: 76px 0 72px;
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, transparent, rgba(85, 214, 165, 0.32), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
}

.kicker,
.section-label,
.feed-type {
  color: var(--green);
}

h1,
h2,
.board-card strong,
.project-card strong,
.feed-card h3 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(4.9rem, 9vw, 8.3rem);
  line-height: 0.84;
  max-width: 760px;
  text-shadow: 0 0 38px rgba(88, 166, 255, 0.2);
}

h2 {
  font-size: clamp(3.4rem, 7vw, 6.4rem);
}

.hero-text {
  border-left: 3px solid var(--red);
  font-size: 1.28rem;
  margin-top: 28px;
  padding-left: 18px;
}

.hero-board {
  transform: rotate(-1deg);
}

.board-card,
.project-card {
  border-color: rgba(244, 241, 232, 0.18);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.board-card::after,
.project-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.02) 38%, rgba(0, 0, 0, 0.78));
}

.board-card::before,
.project-card::before,
.print-thumb::before {
  opacity: 0;
}

.board-card span,
.project-card span {
  background: rgba(8, 9, 13, 0.72);
  border: 1px solid rgba(244, 241, 232, 0.26);
  color: var(--gold);
  padding: 5px 7px;
  width: max-content;
}

.ecosystem {
  gap: 0;
  margin-top: 0;
  max-width: none;
  padding-left: max(22px, calc((100vw - 1180px) / 2 + 22px));
  padding-right: max(22px, calc((100vw - 1180px) / 2 + 22px));
}

.ecosystem a {
  background: rgba(17, 19, 26, 0.88);
  border-color: rgba(244, 241, 232, 0.14);
  min-height: 142px;
  position: relative;
}

.ecosystem a::after {
  background: var(--red);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.ecosystem a:hover::after {
  transform: scaleX(1);
}

.ecosystem span,
.feed-card time,
.book-card span,
.media-list span {
  color: var(--blue);
}

.layout {
  align-items: start;
  padding-top: 44px;
}

.rail-panel,
.feed-card,
.book-card,
.social-card,
.media-card,
.project-card {
  background: rgba(17, 19, 26, 0.86);
  border: 1px solid rgba(244, 241, 232, 0.14);
  box-shadow: none;
}

.rail-panel.signal {
  background:
    linear-gradient(135deg, rgba(255, 49, 92, 0.22), rgba(88, 166, 255, 0.14)),
    rgba(17, 19, 26, 0.9);
}

.filter {
  border-radius: 4px;
  color: var(--ink);
}

.filter.active {
  background: var(--blue);
  color: #03050a;
}

.section-heading {
  border-bottom: 1px solid rgba(244, 241, 232, 0.13);
  padding-bottom: 18px;
}

.feed-list {
  gap: 10px;
}

.feed-card {
  grid-template-columns: 132px minmax(0, 1fr) 4px;
  min-height: 154px;
  padding: 0;
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.feed-card::after {
  background: var(--blue);
  content: "";
  grid-column: 3;
  grid-row: 1;
  opacity: 0.55;
}

.feed-card.pinned {
  background:
    linear-gradient(135deg, rgba(255, 49, 92, 0.18), rgba(88, 166, 255, 0.12)),
    rgba(17, 19, 26, 0.94);
  border-color: rgba(255, 49, 92, 0.48);
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr) 5px;
  min-height: 250px;
}

.feed-card.pinned::after {
  background: var(--red);
  opacity: 1;
}

.feed-card:hover {
  background: rgba(20, 24, 34, 0.94);
  border-color: rgba(88, 166, 255, 0.46);
  transform: translateX(4px);
}

.feed-art {
  min-height: 148px;
}

.feed-card.pinned .feed-art {
  min-height: 250px;
}

.feed-card[data-type="audio"] .feed-art img,
.feed-card[data-type="books"] .feed-art img,
.feed-card[data-type="zine"] .feed-art img,
.feed-card[data-type="projects"] .feed-art img {
  background:
    radial-gradient(circle at 50% 34%, rgba(88, 166, 255, 0.2), transparent 48%),
    #07080c;
  object-fit: contain;
  padding: 14px;
}

.feed-card[data-type="zine"] .feed-art img {
  aspect-ratio: auto;
  height: 100%;
  margin: 0 auto;
  width: auto;
}

.feed-card[data-type="projects"] .feed-art img {
  padding: 0;
}

.feed-art.contain-art img,
.print-thumb.contain-thumb img {
  background: #07080c;
  object-fit: contain;
  padding: 10px;
}

.feed-body {
  padding: 16px 18px 16px 0;
}

.feed-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.feed-meta time,
.feed-type,
.feed-index {
  background: rgba(244, 241, 232, 0.055);
  border: 1px solid rgba(244, 241, 232, 0.13);
  color: var(--blue);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  padding: 7px 8px;
  text-transform: uppercase;
}

.feed-type {
  color: var(--green);
}

.feed-index {
  color: var(--gold);
  margin-left: auto;
}

.feed-card h3 {
  font-size: clamp(1.9rem, 3.3vw, 3rem);
}

.feed-card.pinned h3 {
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.86;
  max-width: 720px;
}

.feed-link {
  border-bottom-color: var(--red);
  color: var(--ink);
  display: inline-flex;
  margin-top: 2px;
  text-transform: uppercase;
}

.feed-stats {
  display: grid;
  gap: 10px;
}

.feed-stats span {
  align-items: baseline;
  border-top: 1px solid rgba(244, 241, 232, 0.12);
  color: var(--muted);
  display: flex;
  gap: 10px;
  padding-top: 10px;
}

.feed-stats strong {
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.feature-band,
.media-band {
  background:
    radial-gradient(circle at 82% 12%, rgba(88, 166, 255, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(255, 49, 92, 0.12), rgba(8, 9, 13, 0.98) 42%),
    #090a10;
}

.zine-band,
.gallery-band {
  background:
    radial-gradient(circle at 20% 0%, rgba(88, 166, 255, 0.16), transparent 26rem),
    linear-gradient(180deg, #0d0f16, #06070b);
}

.catalog,
.projects-section,
.socials-section,
.about {
  color: var(--ink);
}

.book-card,
.media-card,
.social-card {
  border-radius: 4px;
}

.inline-action,
.zine-issues a,
.media-list a {
  color: var(--gold);
}

.media-band .section-heading {
  border-bottom-color: rgba(244, 241, 232, 0.14);
}

.media-band h2 {
  color: var(--ink);
  text-shadow: 0 0 34px rgba(88, 166, 255, 0.18);
}

.media-list a {
  background:
    linear-gradient(135deg, rgba(88, 166, 255, 0.1), rgba(255, 49, 92, 0.08)),
    rgba(17, 19, 26, 0.88);
  border: 1px solid rgba(244, 241, 232, 0.14);
  color: var(--ink);
  display: block;
  transition: border-color 180ms ease, transform 180ms ease;
}

.media-list a:hover {
  border-color: rgba(245, 200, 76, 0.44);
  transform: translateX(4px);
}

.media-list span,
.live-media-card span,
.audio-samples span {
  color: var(--green);
  letter-spacing: 0.08em;
}

.media-list strong {
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  text-transform: uppercase;
}

.live-media-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.live-media-card {
  background: rgba(17, 19, 26, 0.88);
  border: 1px solid rgba(244, 241, 232, 0.14);
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease;
}

.live-media-card:hover {
  border-color: rgba(88, 166, 255, 0.44);
  transform: translateY(-4px);
}

.live-media-card.featured {
  grid-column: span 2;
}

.live-media-card.featured img {
  aspect-ratio: 16 / 10;
}

.live-media-card strong {
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
  text-transform: uppercase;
}

.live-media-card p {
  color: var(--muted);
}

.audio-samples article {
  background: rgba(17, 19, 26, 0.9);
  border: 1px solid rgba(244, 241, 232, 0.14);
}

.audio-samples strong {
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

.social-band {
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 200, 76, 0.12), transparent 24rem),
    linear-gradient(180deg, #0b0c12, #06070a);
  color: var(--ink);
  padding: 44px 0;
}

.social-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.social-card {
  background:
    linear-gradient(135deg, rgba(88, 166, 255, 0.09), rgba(255, 49, 92, 0.07)),
    rgba(17, 19, 26, 0.9);
  border-color: rgba(244, 241, 232, 0.14);
  min-height: 0;
  padding: 16px;
}

.social-card > strong {
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.35rem);
  text-transform: uppercase;
}

.social-card p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
  margin: 8px 0 14px;
}

.social-card a {
  border-color: rgba(244, 241, 232, 0.18);
  border-radius: 4px;
  color: var(--gold);
  font-size: 0.72rem;
  min-height: 32px;
  padding: 7px 10px;
  transition: background 180ms ease, border-color 180ms ease;
}

.social-card a:hover {
  background: rgba(245, 200, 76, 0.1);
  border-color: rgba(245, 200, 76, 0.5);
}

.about {
  background:
    linear-gradient(135deg, rgba(85, 214, 165, 0.1), rgba(8, 9, 13, 0.98)),
    #08090d;
}

.about-inner {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.12fr) 280px;
  max-width: 1280px;
}

.about-portrait {
  align-self: start;
  border: 1px solid rgba(244, 241, 232, 0.16);
  margin: 0;
  overflow: hidden;
}

.about-portrait img {
  aspect-ratio: 0.78;
  display: block;
  object-fit: cover;
  width: 100%;
}

.about-copy h2 {
  color: var(--paper-strong);
}

.about-copy p:not(.section-label) {
  color: rgba(244, 241, 232, 0.72);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.58;
}

.about-ledger {
  align-self: end;
  background: rgba(17, 19, 26, 0.9);
  border: 1px solid rgba(244, 241, 232, 0.14);
  display: grid;
}

.about-ledger span {
  align-items: center;
  border-bottom: 1px solid rgba(244, 241, 232, 0.12);
  color: var(--muted);
  display: flex;
  font-weight: 900;
  gap: 14px;
  padding: 14px 16px;
  text-transform: uppercase;
}

.about-ledger span:last-child {
  border-bottom: 0;
}

.about-ledger strong {
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}

.footer {
  border-top: 1px solid rgba(244, 241, 232, 0.12);
}

.book-shelf {
  display: grid;
  gap: 14px;
}

.book-feature {
  background:
    linear-gradient(135deg, rgba(88, 166, 255, 0.18), rgba(255, 49, 92, 0.12)),
    rgba(17, 19, 26, 0.92);
  border: 1px solid rgba(244, 241, 232, 0.16);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  min-height: 430px;
  padding: 24px;
}

.book-cover-stage {
  align-items: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(88, 166, 255, 0.24), transparent 48%),
    #07080c;
  border: 1px solid rgba(244, 241, 232, 0.13);
  display: grid;
  min-height: 380px;
  padding: 18px;
}

.book-cover-stage img {
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.book-feature-copy {
  align-self: center;
}

.book-feature-copy span,
.book-note span {
  color: var(--green);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.book-feature-copy strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4.2rem, 8vw, 7.4rem);
  font-weight: 900;
  line-height: 0.84;
  max-width: 820px;
  text-transform: uppercase;
}

.book-feature-copy p {
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.55;
  max-width: 680px;
}

.book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.book-actions .inline-action {
  border: 1px solid rgba(244, 241, 232, 0.2);
  border-bottom-color: rgba(244, 241, 232, 0.2);
  padding: 13px 15px;
}

.book-actions .primary-link {
  background: var(--red);
  border-color: var(--red);
  color: white;
}

.catalog .catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog .book-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 18px;
}

.catalog .book-card img {
  aspect-ratio: 3 / 4;
  background: #07080c;
  margin: -18px -18px 18px;
  object-fit: contain;
  order: 1;
  padding: 12px;
  width: calc(100% + 36px);
}

.catalog .book-card span {
  order: 2;
}

.catalog .book-card strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 0.9;
  order: 3;
  text-transform: uppercase;
}

.catalog .book-card p {
  flex: 1;
  order: 4;
}

.catalog .book-card .inline-action {
  order: 5;
}

.catalog .magazine-book-card img {
  aspect-ratio: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 320px;
  object-fit: contain;
  width: auto;
}

.book-note {
  justify-content: center;
}

.book-note strong {
  color: var(--ink);
}

.zine-band {
  overflow: hidden;
  position: relative;
}

.zine-band::before {
  background:
    radial-gradient(circle at 78% 18%, rgba(85, 214, 165, 0.16), transparent 24rem),
    linear-gradient(90deg, transparent, rgba(88, 166, 255, 0.08), transparent);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.zine-layout {
  position: relative;
}

.zine-band h2 {
  font-size: clamp(3.3rem, 6.2vw, 6.2rem);
  line-height: 0.88;
}

.zine-console {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 108px;
}

.zine-copy {
  position: static;
}

.zine-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.transmission-panel {
  background:
    linear-gradient(135deg, rgba(85, 214, 165, 0.13), rgba(88, 166, 255, 0.08)),
    rgba(17, 19, 26, 0.88);
  border: 1px solid rgba(244, 241, 232, 0.14);
  display: grid;
  gap: 8px;
  padding: 18px;
}

.transmission-panel span {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.transmission-panel strong {
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.8rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.transmission-panel small {
  border-bottom: 1px solid rgba(244, 241, 232, 0.12);
  color: var(--muted);
  font-weight: 800;
  padding-bottom: 12px;
}

.transmission-panel small:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.zine-issues {
  align-items: stretch;
}

.zine-issues .issue-card {
  background: rgba(17, 19, 26, 0.88);
  border: 1px solid rgba(244, 241, 232, 0.14);
  min-height: 100%;
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease;
}

.zine-issues .issue-card:hover {
  border-color: rgba(85, 214, 165, 0.48);
  transform: translateY(-4px);
}

.zine-issues img {
  aspect-ratio: auto;
  background: #07080c;
  filter: saturate(1.05) contrast(1.05);
  height: auto;
  margin: 0 auto;
  max-height: 360px;
  object-fit: contain;
  padding: 14px;
  width: 100%;
}

.zine-issues span {
  color: var(--green);
  letter-spacing: 0.08em;
}

.zine-issues strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.1rem, 3.1vw, 3.2rem);
  line-height: 0.9;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.zine-issues p {
  color: var(--muted);
}

.zine-issues a {
  border-top-color: rgba(244, 241, 232, 0.13);
  color: var(--gold);
  text-transform: uppercase;
}

.project-map {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-map .project-card {
  justify-content: flex-end;
  min-height: 360px;
  padding-top: min(42%, 150px);
}

.project-map .project-card strong {
  font-size: clamp(2.45rem, 4vw, 4.1rem);
  overflow-wrap: anywhere;
}

.project-map .project-card span {
  margin-top: auto;
}

.project-card a {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.project-card div {
  display: grid;
  gap: 8px;
  position: relative;
  z-index: 2;
}

.visual-nft {
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 49, 92, 0.34), transparent 26%),
    linear-gradient(135deg, #12131b, #24122b 58%, #0c1b2b);
}

@media (max-width: 900px) {
  .hero {
    padding-top: 48px;
  }

  .hero-board {
    transform: none;
  }

  h1 {
    font-size: clamp(4.4rem, 16vw, 7rem);
  }

  .book-feature,
  .catalog .catalog-grid,
  .project-map,
  .about-inner {
    grid-template-columns: 1fr;
  }

  .zine-console {
    position: static;
  }

  .book-cover-stage {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-bottom: 42px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .ecosystem {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feed-card {
    grid-template-columns: 1fr;
  }

  .feed-card::after {
    display: none;
  }

  .feed-card.pinned {
    grid-template-columns: 1fr;
  }

  .feed-body {
    padding: 16px;
  }
}

/* Mobile polish pass */
@media (max-width: 900px) {
  .masthead {
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
  }

  .top-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .top-nav::-webkit-scrollbar {
    display: none;
  }

  .top-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .hero {
    padding: 44px 0 34px;
  }

  .hero-grid,
  .split,
  .media-grid,
  .zine-layout,
  .about-inner {
    grid-template-columns: 1fr;
  }

  .hero-board {
    margin-top: 12px;
  }

  .ecosystem {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-media-grid,
  .visual-works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-media-card.featured {
    grid-column: span 2;
  }

  .social-grid,
  .audio-samples,
  .collection-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .masthead {
    gap: 10px;
    padding: 10px 12px;
  }

  .brand {
    gap: 8px;
    min-width: max-content;
  }

  .brand-mark {
    height: 38px;
    width: 38px;
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand span {
    font-size: 0.58rem;
  }

  .top-nav {
    margin-right: -12px;
    padding-right: 12px;
  }

  .top-nav a {
    border: 1px solid rgba(239, 238, 226, 0.16);
    border-radius: 4px;
    font-size: 0.78rem;
    padding: 9px 10px;
  }

  h1 {
    font-size: clamp(3.75rem, 20vw, 5.2rem);
    line-height: 0.82;
  }

  h2,
  .section-head h2,
  .zine-band h2 {
    font-size: clamp(2.65rem, 14vw, 4.15rem);
    line-height: 0.86;
  }

  .hero-copy,
  .section-head p,
  .zine-console p,
  .about-copy {
    font-size: 1rem;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-board {
    grid-template-columns: 1fr;
  }

  .board-card,
  .project-card {
    min-height: 250px;
  }

  .ecosystem,
  .project-map,
  .live-media-grid,
  .visual-works-grid,
  .zine-issues {
    grid-template-columns: 1fr;
  }

  .ecosystem a {
    min-height: auto;
    padding: 16px;
  }

  .rail-panel:first-child {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .rail-panel:first-child::-webkit-scrollbar {
    display: none;
  }

  .filter {
    flex: 0 0 auto;
  }

  .feed-card.pinned h3 {
    font-size: clamp(2.35rem, 13vw, 3.5rem);
  }

  .feed-art,
  .feed-card.pinned .feed-art {
    min-height: 220px;
  }

  .book-feature {
    min-height: auto;
    padding: 16px;
  }

  .book-cover-stage {
    min-height: 270px;
  }

  .book-feature-copy strong {
    font-size: clamp(3rem, 15vw, 4.6rem);
    line-height: 0.86;
  }

  .live-media-card.featured {
    grid-column: auto;
    grid-row: auto;
  }

  .about-ledger {
    grid-template-columns: 1fr;
  }

  .about-ledger strong {
    font-size: 2.1rem;
  }
}

/* Festival-facing art and print refinement */
.print-path-list {
  border-top: 1px solid rgba(244, 241, 232, 0.16);
  display: grid;
  gap: 9px;
  margin-top: 24px;
  padding-top: 18px;
}

.print-path-list span {
  color: rgba(255, 250, 241, 0.76);
  display: block;
  font-weight: 800;
  line-height: 1.35;
}

.print-path-list strong {
  color: var(--gold);
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  margin-right: 9px;
}

.print-archive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.print-archive-actions .inline-action {
  border: 1px solid rgba(255, 250, 241, 0.2);
  border-bottom-color: rgba(255, 250, 241, 0.2);
  padding: 12px 14px;
}

.print-archive-actions .primary-link {
  background: var(--red);
  border-color: var(--red);
  color: #fffaf1;
}

.portfolio-intro {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 18px;
}

.artwork-feature {
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.09), rgba(255, 250, 241, 0.025)),
    #11131a;
  border: 1px solid rgba(255, 250, 241, 0.16);
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  margin-bottom: 14px;
  min-width: 0;
  overflow: hidden;
}

.artwork-feature-media {
  background: #07080c;
}

.artwork-feature-media img {
  display: block;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  width: 100%;
}

.artwork-feature-copy {
  align-content: center;
  display: grid;
  min-width: 0;
  padding: clamp(22px, 4vw, 44px);
}

.artwork-feature-copy span {
  color: var(--gold);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.artwork-feature-copy strong {
  color: var(--paper-strong);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.6vw, 4.7rem);
  line-height: 0.93;
  max-width: 780px;
}

.artwork-feature-copy p {
  color: rgba(255, 250, 241, 0.72);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 18px 0 0;
  max-width: 680px;
}

.artwork-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.portfolio-intro article {
  background: rgba(255, 250, 241, 0.075);
  border: 1px solid rgba(255, 250, 241, 0.16);
  padding: 18px;
}

.portfolio-intro span,
.visual-work-card span {
  color: var(--gold);
}

.portfolio-intro span {
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.portfolio-intro strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
  margin-bottom: 10px;
}

.portfolio-intro p,
.visual-work-card small {
  color: rgba(255, 250, 241, 0.68);
  line-height: 1.4;
  margin: 0;
}

.visual-work-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
}

.visual-work-card small {
  display: block;
  font-size: 0.82rem;
  padding: 0 12px 14px;
}

.visual-work-card button,
.shop-preview button {
  background: rgba(255, 250, 241, 0.08);
  border: 1px solid rgba(255, 250, 241, 0.2);
  border-radius: 4px;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 12px 12px;
  padding: 11px 10px;
  text-transform: uppercase;
}

.shop-preview button {
  margin: 0;
}

.visual-work-card button:hover,
.shop-preview button:hover {
  background: var(--paper-strong);
  color: #08090d;
}

.print-candidate-archive {
  border-top: 1px solid rgba(255, 250, 241, 0.16);
  margin-top: 28px;
  padding-top: 24px;
}

.instagram-print-archive {
  border-top: 1px solid rgba(255, 250, 241, 0.16);
  margin-top: 28px;
  padding-top: 24px;
}

.process-section {
  border-top: 1px solid rgba(255, 250, 241, 0.16);
  margin-top: 28px;
  padding-top: 24px;
}

.process-banner {
  background: rgba(255, 250, 241, 0.07);
  border: 1px solid rgba(255, 250, 241, 0.16);
  margin-bottom: 14px;
  overflow: hidden;
}

.process-banner img {
  display: block;
  height: auto;
  min-height: 0;
  object-fit: contain;
  width: 100%;
}

.mobile-dock {
  display: none;
}

.process-layout {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.65fr) minmax(180px, 0.46fr);
}

.process-copy,
.process-video-card,
.process-still-card {
  background: rgba(17, 19, 26, 0.92);
  border: 1px solid rgba(255, 250, 241, 0.16);
  min-width: 0;
}

.process-still-card {
  align-self: start;
}

.process-video-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 760px;
  min-width: 0;
  overflow: auto;
  padding-right: 6px;
}

.process-copy {
  padding: 20px;
}

.process-copy h3 {
  color: var(--paper-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 3.35rem);
  line-height: 0.96;
  margin: 0 0 14px;
}

.process-copy p:not(.section-label),
.process-video-card p {
  color: rgba(255, 250, 241, 0.68);
  line-height: 1.45;
  margin: 0;
}

.process-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.process-badges span {
  border: 1px solid rgba(255, 250, 241, 0.2);
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 8px 9px;
  text-transform: uppercase;
}

.process-video-card video,
.process-still-card img {
  background: #07080c;
  display: block;
  object-fit: cover;
  width: 100%;
}

.process-video-card video {
  aspect-ratio: 1 / 1;
}

.process-video-card:nth-child(7) video,
.process-video-card:nth-child(9) video {
  aspect-ratio: 16 / 9;
}

.process-still-card img {
  aspect-ratio: 4 / 3;
}

.process-video-card div,
.process-still-card div {
  padding: 14px;
}

.process-video-card span,
.process-still-card span {
  color: var(--gold);
  display: block;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.process-video-card strong,
.process-still-card strong {
  color: var(--paper-strong);
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.poster-section-head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.poster-section-head h3 {
  color: var(--paper-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 0.96;
  margin: 0;
  max-width: 720px;
}

.poster-section-head p:not(.section-label) {
  color: rgba(255, 250, 241, 0.66);
  font-weight: 700;
  line-height: 1.45;
  margin: 12px 0 0;
  max-width: 640px;
}

.poster-section-head > span {
  border: 1px solid rgba(255, 250, 241, 0.18);
  color: var(--gold);
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 10px 12px;
  text-transform: uppercase;
}

.print-candidate-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-height: 980px;
  overflow: auto;
  padding-right: 6px;
}

.instagram-print-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-height: 1120px;
  overflow: auto;
  padding-right: 6px;
}

.print-candidate-card,
.instagram-print-card {
  background: rgba(17, 19, 26, 0.92);
  border: 1px solid rgba(255, 250, 241, 0.14);
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  min-width: 0;
  overflow: hidden;
}

.print-candidate-card img,
.instagram-print-card img {
  aspect-ratio: 4 / 5;
  background: #07080c;
  display: block;
  object-fit: contain;
  width: 100%;
}

.print-candidate-card span,
.instagram-print-card span {
  color: var(--gold);
  display: block;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 10px 9px 4px;
  text-transform: uppercase;
}

.print-candidate-card strong,
.instagram-print-card strong {
  color: var(--paper-strong);
  display: block;
  font-size: 0.82rem;
  line-height: 1;
  overflow-wrap: anywhere;
  padding: 0 9px 8px;
  text-transform: uppercase;
}

.print-candidate-card small,
.instagram-print-card small {
  color: rgba(255, 250, 241, 0.62);
  display: block;
  font-size: 0.68rem;
  line-height: 1.25;
  padding: 0 9px 10px;
}

.print-candidate-card button,
.instagram-print-card button {
  background: rgba(255, 250, 241, 0.08);
  border: 0;
  border-top: 1px solid rgba(255, 250, 241, 0.14);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 10px 7px;
  text-transform: uppercase;
}

.print-candidate-card button:hover,
.instagram-print-card button:hover {
  background: var(--paper-strong);
  color: #08090d;
}

.feature-band,
.media-band,
.zine-band,
.gallery-band,
.social-band,
.about {
  color: #fffaf1;
}

.feature-band .section-heading p,
.media-band .section-heading p,
.zine-band .section-heading p,
.gallery-band .section-heading p,
.social-band .section-heading p,
.about p {
  color: rgba(255, 250, 241, 0.72);
}

.media-band h2,
.media-list strong,
.live-media-card strong,
.audio-samples strong,
.social-card > strong,
.project-map .project-card strong,
.visual-work-card button,
.shop-preview button,
.print-candidate-card button,
.instagram-print-card button {
  color: #fffaf1;
}

.media-list a,
.live-media-card,
.audio-samples article,
.social-card {
  color: #fffaf1;
}

.media-list span,
.live-media-card span,
.audio-samples span,
.social-card p,
.live-media-card p {
  color: rgba(255, 250, 241, 0.66);
}

.visual-work-card button:hover,
.shop-preview button:hover,
.print-candidate-card button:hover,
.instagram-print-card button:hover {
  color: #08090d;
}

@media (max-width: 900px) {
  .artwork-feature {
    grid-template-columns: 1fr;
  }

  .artwork-feature-media img {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .portfolio-intro {
    grid-template-columns: 1fr;
  }

  .process-layout {
    grid-template-columns: 1fr;
  }

  .process-video-grid {
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .print-candidate-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .instagram-print-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .poster-section-head {
    align-items: start;
    flex-direction: column;
  }

  .process-banner {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .process-banner img {
    width: 100vw;
  }

  .print-candidate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 760px;
  }

  .instagram-print-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 860px;
  }
}

.feature-band h2,
.feature-band h3,
.feature-band strong,
.media-band h2,
.media-band h3,
.media-band strong,
.zine-band h2,
.zine-band h3,
.zine-band strong,
.gallery-band h2,
.gallery-band h3,
.gallery-band strong,
.social-band h2,
.social-band h3,
.social-band strong,
.about h2,
.about h3,
.about strong {
  color: #fffaf1;
}

.feature-band p:not(.section-label),
.media-band p:not(.section-label),
.zine-band p:not(.section-label),
.gallery-band p:not(.section-label),
.social-band p:not(.section-label),
.about p:not(.section-label) {
  color: rgba(255, 250, 241, 0.72);
}

.feature-band button,
.gallery-band button,
.media-band button,
.social-band button {
  color: #fffaf1;
}

.feature-band button:hover,
.gallery-band button:hover,
.media-band button:hover,
.social-band button:hover {
  color: #08090d;
}

.social-card {
  gap: 10px;
}

.social-card div {
  align-items: center;
}

.social-card a.social-link {
  align-items: center;
  background: rgba(255, 250, 241, 0.04);
  border-radius: 6px;
  gap: 8px;
  padding: 7px 10px 7px 7px;
}

.social-card a.social-link img {
  border-radius: 5px;
  display: block;
  height: 24px;
  object-fit: cover;
  width: 24px;
}

.social-card a.social-link span {
  border: 0;
  color: inherit;
  font-size: inherit;
  min-height: 0;
  padding: 0;
}

.social-card a.social-link:hover {
  background: rgba(245, 200, 76, 0.12);
}

.social-card a.collection-link {
  align-items: stretch;
  flex: 1 1 120px;
  flex-direction: column;
  gap: 8px;
  max-width: 150px;
  padding: 7px;
}

.social-card a.collection-link .social-thumb {
  aspect-ratio: 1;
  border-radius: 5px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.social-card a.collection-link span {
  line-height: 1.1;
}

.social-card a.collection-link small {
  color: var(--gold);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.catalog .book-card.long-title-card strong {
  font-size: clamp(2.05rem, 3.4vw, 3.2rem);
  line-height: 1;
}

@media (max-width: 620px) {
  body {
    padding-bottom: 76px;
    padding-top: 60px;
  }

  .mobile-dock {
    align-items: center;
    background: rgba(8, 9, 13, 0.92);
    border: 1px solid rgba(255, 250, 241, 0.16);
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(4, 1fr);
    left: 10px;
    position: fixed;
    right: 10px;
    top: 8px;
    z-index: 55;
  }

  .mobile-dock a {
    color: #fffaf1;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding: 10px 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-dock a:active {
    background: rgba(255, 250, 241, 0.12);
  }
}

