:root {
  --ink: #11100d;
  --ink-soft: #1b1914;
  --paper: #eee9df;
  --paper-deep: #d9d0c1;
  --acid: #e8ff57;
  --rust: #b9452f;
  --muted: #aaa397;
  --line: rgba(238, 233, 223, .17);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --radius: .15rem;
  --page: clamp(1rem, 4vw, 4.5rem);
  --ease: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 20rem; overflow-x: hidden; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.55; }
body.menu-open, body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--acid); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--acid); outline-offset: .25rem; }

.skip-link { position: fixed; z-index: 1000; top: -5rem; left: 1rem; padding: .8rem 1rem; color: var(--ink); background: var(--acid); }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.noise { position: fixed; z-index: 990; inset: 0; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
#motionCanvas { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .6; }
main, footer, .site-header { position: relative; z-index: 1; }
.cursor { display: none; }

.intro { position: fixed; z-index: 999; inset: 0; display: grid; place-content: center; color: var(--ink); background: var(--acid); transition: transform 1s var(--ease) 1.5s; }
.intro.done { transform: translateY(-105%); }
.intro-word { display: flex; justify-content: center; overflow: hidden; font: clamp(4.5rem, 18vw, 12rem)/.8 var(--serif); letter-spacing: -.1em; }
.intro-word span { display: inline-block; transform: translateY(110%); animation: introLetter .7s var(--ease) forwards; }
.intro-word span:nth-child(2) { animation-delay: .06s; }.intro-word span:nth-child(3) { animation-delay: .12s; }.intro-word span:nth-child(4) { animation-delay: .18s; }.intro-word span:nth-child(5) { animation-delay: .24s; }
.intro p { margin: 1.5rem 0 0; text-align: center; text-transform: uppercase; letter-spacing: .25em; font-size: .7rem; opacity: 0; animation: fadeIn .5s ease .7s forwards; }
@keyframes introLetter { to { transform: translateY(0); } }
@keyframes fadeIn { to { opacity: 1; } }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 4.5rem; padding: .8rem var(--page); border-bottom: 1px solid var(--line); transition: color .3s, background .3s, transform .4s; }
.site-header.fixed { position: fixed; color: var(--ink); background: rgba(232, 255, 87, .92); border-color: rgba(17, 16, 13, .2); backdrop-filter: blur(1rem); }
.brand { display: inline-flex; align-items: center; gap: .65rem; }
.brand-monogram { display: grid; width: 2.3rem; height: 2.7rem; place-items: center; border: 1px solid currentColor; font: italic 1.45rem/1 var(--serif); }
.brand-name { font: 1.25rem/1 var(--serif); letter-spacing: .02em; }
.brand-name small { display: block; margin-top: .3rem; font: 600 .55rem/1 var(--sans); letter-spacing: .31em; }
.desktop-nav { display: none; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.store-link { display: none; align-items: center; gap: 1rem; min-height: 2.75rem; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 700; white-space: nowrap; }
.menu-toggle { position: relative; width: 2.75rem; height: 2.75rem; padding: 0; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { position: absolute; left: .55rem; width: 1.65rem; height: 1px; background: currentColor; transition: transform .3s; }
.menu-toggle > span:first-child { transform: translateY(-.25rem); }.menu-toggle > span:nth-child(2) { transform: translateY(.25rem); }
.menu-toggle[aria-expanded="true"] > span:first-child { transform: rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 40; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 1rem; padding: 6rem var(--page) 3rem; color: var(--ink); background: var(--acid); transform: translateY(-105%); transition: transform .7s var(--ease); }
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a { font: clamp(2.6rem, 12vw, 5rem)/1 var(--serif); letter-spacing: -.04em; }

.hero { position: relative; display: grid; min-height: 100dvh; padding: 7rem var(--page) 3rem; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.kicker, .section-label { margin: 0 0 1.5rem; text-transform: uppercase; letter-spacing: .19em; font-size: .68rem; font-weight: 700; }
.hero h1 { margin: 0; font: clamp(3.7rem, 15.5vw, 7rem)/.82 var(--serif); letter-spacing: -.065em; }
.hero h1 .line { display: block; overflow: hidden; padding-bottom: .07em; }
.hero h1 .line > span { display: block; transform: translateY(115%); animation: titleRise 1s var(--ease) 1.7s forwards; }
.hero h1 .line:nth-child(2) > span { animation-delay: 1.82s; }
.hero h1 .italic { color: var(--acid); font-style: italic; line-height: 1.02; }
@keyframes titleRise { to { transform: translateY(0); } }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.2rem; margin-top: 2.3rem; }
.hero-bottom > p { max-width: 23rem; margin: 0; color: var(--muted); font-size: .95rem; }
.round-link { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; width: 7.2rem; height: 7.2rem; padding: 1.1rem; border: 1px solid var(--paper); border-radius: 50%; text-transform: uppercase; letter-spacing: .1em; font-size: .6rem; transition: color .35s, background .35s, transform .35s; }
.round-link:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); transform: rotate(5deg); }
.round-link b { align-self: flex-start; font-size: 1.1rem; }
.hero-stage { position: relative; z-index: 2; min-height: 30rem; margin-top: 2rem; outline: none; perspective: 75rem; }
.hero-stage:focus-visible { outline: 1px solid var(--acid); outline-offset: .5rem; }
.stage-halo { position: absolute; top: 50%; left: 50%; width: min(95vw, 34rem); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; transform: translate(-50%, -50%); }
.stage-halo::before, .stage-halo::after { content: ""; position: absolute; inset: 14%; border: inherit; border-radius: inherit; }.stage-halo::after { inset: 32%; background: var(--acid); opacity: .06; filter: blur(2rem); }
.cover-deck { position: absolute; inset: 1rem 0 6.5rem; transform-style: preserve-3d; }
.deck-cover { position: absolute; top: 50%; left: 50%; width: min(55vw, 15rem); aspect-ratio: 2 / 3; border: 0; padding: 0; background: #222; box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, .5); transform-style: preserve-3d; transition: transform .85s var(--ease), opacity .65s, filter .65s; will-change: transform; }
.deck-cover img { width: 100%; height: 100%; object-fit: cover; }
.deck-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(255,255,255,.2), transparent 22%, transparent 72%, rgba(0,0,0,.16)); pointer-events: none; }
.deck-cover.active { z-index: 6; opacity: 1; filter: none; transform: translate(-50%, -50%) translateZ(5rem) rotateY(-5deg); }
.deck-cover.before { z-index: 3; opacity: .58; filter: saturate(.65); transform: translate(-92%, -48%) translateZ(-6rem) rotateY(28deg) scale(.82); }
.deck-cover.after { z-index: 3; opacity: .58; filter: saturate(.65); transform: translate(-8%, -48%) translateZ(-6rem) rotateY(-28deg) scale(.82); }
.deck-cover.hidden-left { opacity: 0; transform: translate(-140%, -46%) translateZ(-15rem) rotateY(42deg) scale(.65); }.deck-cover.hidden-right { opacity: 0; transform: translate(40%, -46%) translateZ(-15rem) rotateY(-42deg) scale(.65); }
.stage-caption { position: absolute; right: 0; bottom: 3.2rem; left: 0; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.stage-caption > div { display: flex; align-items: center; gap: .6rem; color: var(--muted); font-size: .65rem; letter-spacing: .12em; }.stage-caption i { width: 2.5rem; height: 1px; background: var(--line); }.stage-caption p { max-width: 14rem; margin: 0; text-align: right; font: 1rem/1.1 var(--serif); }
.hero-controls { position: absolute; bottom: 0; left: 0; display: flex; gap: .5rem; }
.hero-controls button { width: 2.75rem; height: 2.75rem; border: 1px solid var(--line); border-radius: 50%; background: transparent; transition: .25s; }.hero-controls button:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.hero-progress { position: absolute; right: 0; bottom: 0; width: 48%; height: 1px; background: var(--line); }.hero-progress span { display: block; width: 0; height: 100%; background: var(--acid); }

.cover-stream { position: relative; z-index: 2; overflow: hidden; padding: 2.5rem 0; color: var(--ink); background: var(--acid); transform: rotate(-1.5deg) scale(1.03); }
.stream-track { display: flex; width: max-content; gap: 1rem; padding-left: 1rem; animation: stream 55s linear infinite; }
.cover-stream:hover .stream-track { animation-play-state: paused; }
.stream-book { position: relative; width: 7.5rem; aspect-ratio: 2 / 3; border: 0; padding: 0; background: var(--ink); box-shadow: .6rem .8rem 1.4rem rgba(17,16,13,.22); overflow: hidden; }
.stream-book img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }.stream-book:hover img { transform: scale(1.04); }
@keyframes stream { to { transform: translateX(-50%); } }

.section { position: relative; padding: 6rem var(--page); }
.manifesto { min-height: 100dvh; display: flex; flex-direction: column; justify-content: center; }
.manifesto-copy { margin: 2rem 0; }
.manifesto-line { margin: 0; overflow: hidden; font: clamp(4rem, 16vw, 12rem)/.78 var(--serif); letter-spacing: -.07em; }
.manifesto-line span { display: block; transform: translateY(105%); transition: transform 1s var(--ease); }.manifesto-line.visible span { transform: translateY(0); }.manifesto-line.accent { color: var(--acid); font-style: italic; }
.manifesto-note { align-self: flex-end; max-width: 31rem; margin-top: 3rem; }.manifesto-note p { color: var(--muted); }.manifesto-note a, .text-action { display: inline-flex; gap: 1rem; padding: .65rem 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; text-transform: uppercase; letter-spacing: .13em; font-size: .67rem; font-weight: 700; }

.spotlight { padding-top: 2rem; padding-bottom: 2rem; }
.spotlight-item { display: grid; gap: 2.5rem; align-items: center; min-height: 100dvh; padding: 5rem 0; }
.spotlight-image { position: relative; width: min(78vw, 23rem); margin: 0 auto; }
.spotlight-image img { width: 100%; box-shadow: 0 3rem 6rem rgba(0,0,0,.4); transform: rotate(-3deg); transition: transform .7s var(--ease); }.spotlight-item:nth-child(2) .spotlight-image img { transform: rotate(3deg); }.spotlight-item:hover .spotlight-image img { transform: rotate(0) scale(1.015); }
.spotlight-copy > p { max-width: 25rem; color: var(--muted); }
.spotlight-copy h2 { max-width: 10ch; margin: 1.2rem 0 2rem; font: clamp(3rem, 10vw, 7rem)/.91 var(--serif); letter-spacing: -.055em; }

.catalogue { color: var(--paper); background: #16140f; }
.catalogue-head h2 { margin: 0; font: clamp(3.7rem, 13vw, 9rem)/.85 var(--serif); letter-spacing: -.065em; }.catalogue-head h2 i { color: var(--acid); font-weight: 400; }
.catalogue-tools { margin-top: 2.5rem; }
.search-field { display: flex; align-items: center; max-width: 28rem; border-bottom: 1px solid var(--line); }.search-field input { width: 100%; min-height: 3rem; padding: 0; border: 0; outline: 0; color: var(--paper); background: transparent; font-size: 1rem; }.search-field input::placeholder { color: var(--muted); }.search-field:focus-within { border-color: var(--acid); }.catalogue-tools > p { color: var(--muted); font-size: .75rem; }
.filter-row { display: flex; gap: .55rem; margin: 3rem 0 2.5rem; overflow-x: auto; scrollbar-width: none; }.filter-row::-webkit-scrollbar { display: none; }.filter-button { flex: 0 0 auto; min-height: 2.75rem; padding: .5rem 1rem; border: 1px solid var(--line); border-radius: 2rem; color: var(--paper); background: transparent; text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; }.filter-button.active { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.book-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem .85rem; }
.book-card { min-width: 0; opacity: 0; transform: translateY(1.5rem); animation: cardIn .6s var(--ease) forwards; }.book-card > a { display: block; width: 100%; padding: 0; border: 0; color: var(--paper); background: transparent; text-align: left; text-decoration: none; }
.book-image { position: relative; aspect-ratio: 2 / 3; overflow: hidden; background: var(--paper-deep); box-shadow: 0 1rem 2rem rgba(17,16,13,.12); }.book-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }.book-image::after { content: "VIEW"; position: absolute; right: .65rem; bottom: .65rem; display: grid; width: 3.3rem; height: 3.3rem; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); font-size: .55rem; letter-spacing: .12em; transform: scale(0); transition: transform .35s var(--ease); }.book-card > a:hover .book-image img { transform: scale(1.035); }.book-card > a:hover .book-image::after { transform: scale(1); }
.book-meta { padding-top: .9rem; }.book-meta h3 { margin: 0; font: 1.05rem/1.08 var(--serif); }.book-meta p { margin: .35rem 0 0; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
@keyframes cardIn { to { opacity: 1; transform: none; } }
.empty { padding: 5rem 0; text-align: center; }.empty button { min-height: 2.75rem; border: 0; border-bottom: 1px solid currentColor; background: transparent; }

.author { min-height: 100dvh; overflow: hidden; color: var(--paper); background: var(--ink-soft); }
.author-type { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 0; color: rgba(232,255,87,.055); font: clamp(15rem, 55vw, 44rem)/.7 var(--serif); letter-spacing: -.15em; pointer-events: none; }.author-type span { will-change: transform; }
.author-content { position: relative; z-index: 2; }.author-content h2 { max-width: 16ch; margin: 0 0 2.5rem; font: clamp(3.3rem, 11vw, 8rem)/.9 var(--serif); letter-spacing: -.06em; }.author-columns { display: grid; gap: 1rem; max-width: 62rem; }.author-columns p { max-width: 40rem; color: var(--muted); }.round-link.light { margin-top: 2.5rem; border-color: var(--paper); }.round-link.light:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.closing { min-height: 85dvh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }.closing > p { text-transform: uppercase; letter-spacing: .2em; font-size: .7rem; }.closing h2 { margin: 1rem 0 2.5rem; font: clamp(4rem, 15vw, 11rem)/.83 var(--serif); letter-spacing: -.075em; }.closing h2 i { color: var(--acid); font-weight: 400; }.closing .store-link { display: inline-flex; }

footer { display: grid; gap: 2rem; padding: 4rem var(--page); border-top: 1px solid var(--line); color: var(--muted); }footer > p { margin: 0; }footer nav { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; }footer nav a { min-height: 2.75rem; display: inline-flex; align-items: center; text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; }footer small { font-size: .7rem; }

.book-dialog { width: min(64rem, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); padding: 0; border: 0; border-radius: var(--radius); color: var(--paper); background: var(--ink-soft); box-shadow: 0 3rem 8rem rgba(0,0,0,.65); overflow: auto; }.book-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(.7rem); }.dialog-close { position: fixed; z-index: 2; top: 1.5rem; right: 1.5rem; width: 2.75rem; height: 2.75rem; border: 1px solid var(--line); border-radius: 50%; color: var(--paper); background: rgba(17,16,13,.7); font-size: 1.5rem; }.dialog-cover { min-height: 26rem; background: #28251f; }.dialog-cover img { width: 100%; height: 100%; max-height: 70dvh; object-fit: contain; }.dialog-copy { padding: 2rem; }.dialog-copy > p:first-child { margin: 0 0 1rem; color: var(--acid); text-transform: uppercase; letter-spacing: .16em; font-size: .65rem; }.dialog-copy h2 { margin: 0; font: clamp(2.7rem, 10vw, 5rem)/.92 var(--serif); letter-spacing: -.05em; }.dialog-copy > p:not(:first-child) { color: var(--muted); }.dialog-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.25rem; margin-top: 1rem; }.dialog-copy .store-link { display: inline-flex; }.dialog-permalink { color: var(--muted); font-size: .75rem; text-decoration: underline; text-underline-offset: .25rem; }.dialog-permalink:hover { color: var(--acid); }

.reveal-up { opacity: 0; transform: translateY(1.8rem); transition: opacity .8s var(--ease), transform .8s var(--ease); }.reveal-up.visible { opacity: 1; transform: none; }

@media (min-width: 48rem) {
  .site-header { min-height: 5rem; }
  .store-link { display: inline-flex; }.menu-toggle { display: none; }.desktop-nav { display: flex; gap: 2.4rem; }.desktop-nav a { position: relative; padding: .8rem 0; text-transform: uppercase; letter-spacing: .13em; font-size: .65rem; }.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: .5rem; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s; }.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
  .hero { grid-template-columns: minmax(0, 1.12fr) minmax(22rem, .88fr); gap: 3rem; align-items: center; padding-top: 6rem; }
  .hero h1 { font-size: clamp(5rem, 9.8vw, 10rem); }.hero-bottom { max-width: 43rem; }.hero-stage { min-height: 42rem; margin-top: 0; }.deck-cover { width: min(24vw, 18rem); }.stage-caption { bottom: 3.5rem; }
  .stream-book { width: 9.5rem; }.cover-stream { padding: 3rem 0; }
  .manifesto-note { margin-right: 8vw; }
  .spotlight-item { grid-template-columns: minmax(18rem, .75fr) minmax(0, 1.25fr); gap: 8vw; }.spotlight-item.reverse .spotlight-image { order: 2; }.spotlight-item.reverse .spotlight-copy { order: 1; margin-left: auto; }.spotlight-image { width: min(33vw, 28rem); }.spotlight-copy h2 { font-size: clamp(4rem, 7.5vw, 8rem); }
  .catalogue-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; }.catalogue-head .section-label { grid-column: 1 / -1; }.catalogue-head h2 { font-size: clamp(5rem, 10vw, 10rem); }.catalogue-tools { width: min(31vw, 28rem); padding-bottom: .5rem; }
  .book-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4rem 1.5rem; }.book-meta h3 { font-size: 1.25rem; }
  .author-columns { grid-template-columns: 1fr 1fr; gap: 4rem; }.author-content { margin-left: 17vw; }
  footer { grid-template-columns: 1.1fr 1fr; }footer nav, footer small { justify-self: end; }footer small { text-align: right; }
  .book-dialog { display: none; grid-template-columns: .78fr 1.22fr; overflow: hidden; }.book-dialog[open] { display: grid; }.dialog-cover { min-height: 42rem; }.dialog-cover img { height: 100%; max-height: none; }.dialog-copy { align-self: center; padding: clamp(2.5rem, 6vw, 6rem); }
}

@media (min-width: 64rem) {
  .book-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }.manifesto { padding-inline: 7vw; }.manifesto-line { font-size: clamp(6rem, 12vw, 13rem); }.cursor { position: fixed; z-index: 995; display: grid; width: 4.2rem; height: 4.2rem; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); pointer-events: none; opacity: 0; transform: translate(-50%, -50%) scale(.3); transition: opacity .2s, transform .25s var(--ease); }.cursor.active { opacity: 1; transform: translate(-50%, -50%) scale(1); }.cursor span { font-size: .55rem; letter-spacing: .14em; }
}

@media (min-width: 90rem) { .book-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }.section { padding-block: 8rem; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .intro { display: none; }.hero h1 .line > span, .manifesto-line span, .reveal-up { opacity: 1; transform: none; }.stream-track { animation: none; flex-wrap: wrap; width: auto; }.cover-stream { transform: none; }.cursor, #motionCanvas { display: none; }
}
